]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(hide-ifdef-use-define-alist): Pass a list of
[gnu-emacs] / lisp / ChangeLog
1 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
2
3 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4 values for the pattern lists which are `read'able but not
5 `append'able (like symbols).
6
7 2005-07-06 Richard M. Stallman <rms@gnu.org>
8
9 * progmodes/flymake.el (flymake-float-time): Instead of
10 with-no-warnings, test for xemacs.
11 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12 to avoid warning.
13
14 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
15
16 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17
18 2005-07-05 Lute Kamstra <lute@gnu.org>
19
20 * battery.el: Add support for Darwin (with much debugging help
21 from Samuel Lauber <sam124@operamail.com>).
22 (battery-status-function, battery-echo-area-format)
23 (battery-mode-line-format): Add support for pmset on Darwin.
24 (battery-load-low, battery-load-critical): New user options.
25 (battery-pmset): New function.
26
27 2005-07-05 Lute Kamstra <lute@gnu.org>
28
29 Update FSF's address in GPL notices.
30
31 * textmodes/page-ext.el: Update FSF's address.
32
33 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
36 filling from using prefix when filling a single-line docstring.
37
38 * progmodes/flymake.el: Remove useless eval-when-compile.
39
40 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
41
42 2005-07-04 Richard M. Stallman <rms@gnu.org>
43
44 * textmodes/org.el (org-file-apps-defaults-gnu):
45 Rename from org-file-apps-defaults-linux.
46 (org-default-apps): Don't test system-type for `linux'.
47 (org-file-apps): Doc fix.
48
49 2005-07-04 David Ponce <david@dponce.com>
50
51 * tree-widget.el: Improve header Commentary section.
52 (tree-widget) [defgroup]
53 (tree-widget-image-enable, tree-widget-themes-directory)
54 (tree-widget-theme, tree-widget-image-properties-emacs)
55 (tree-widget-image-properties-xemacs, tree-widget-create-image)
56 (tree-widget-image-formats, tree-widget-control)
57 (tree-widget-empty-control, tree-widget-leaf-control
58 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
59 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
60 (tree-widget-keep, tree-widget-after-toggle-functions)
61 (tree-widget-open-node, tree-widget-close-node): Doc fix.
62 (tree-widget-open-control, tree-widget-close-control): Fix doc and
63 :help-echo message.
64 (tree-widget-set-theme): Doc fix. Use `string-equal'.
65 (tree-widget-image-properties): Doc fix. Clearer implementation.
66 (tree-widget--cursors): New constant.
67 (tree-widget-lookup-image): New function split from
68 `tree-widget-find-image'. Clearer implementation.
69 (tree-widget-find-image): Use it.
70 (tree-widget-button-keymap): Use `set-keymap-parent'.
71 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
72 Define the sub-widgets here.
73 (tree-widget-node): Check that :node is not a tree-widget.
74 (tree-widget-get-super, tree-widget-open-control)
75 (tree-widget-close-control, tree-widget-empty-control)
76 (tree-widget-leaf-control, tree-widget-guide)
77 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
78 (tree-widget-no-handle, tree-widget-value-delete)
79 (tree-widget-map): Remove.
80 (tree-widget-children-value-save): Doc fix. Simplified.
81 (tree-widget-value-create): Update according to previous changes.
82
83 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
84
85 * textmodes/org.el: Leading space replaced by TABS.
86 (org-recalc-marks, org-table-rotate-recalc-marks)
87 (org-table-get-specials): Treat "^" and "_" marks.
88 (org-table-justify-field-maybe): Optional argument NEW.
89 (org-table-eval-formula): Parsing of the format simplified.
90 New modes C,I. Honor the %= parameter in the current table.
91 Avoid unnecessary re-align by using the NEW argument to
92 `org-table-justify-field-maybe'.
93 (org-calc-default-modes): Default for date-format mimicks org-mode.
94 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
95
96 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
97
98 * cus-face.el (custom-theme-set-faces): Make it handle face
99 aliases whose alias declarations are pre- or autoloaded.
100
101 2005-07-04 Juri Linkov <juri@jurta.org>
102
103 * faces.el (read-face-name): Put the code for getting a face name
104 from the buffer before adding the faces from the `face' property.
105 Use `completing-read-multiple' instead of `completing-read'.
106 Require `crm'. Add default value and post-process the returned
107 list of faces.
108
109 * emacs-lisp/crm.el (crm-find-current-element)
110 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
111
112 * emacs-lisp/lisp-mode.el (eval-defun-1):
113 * emacs-lisp/edebug.el (edebug-eval-defun):
114 Remove unnecessary quotes.
115
116 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
117
118 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
119 (prolog-indent-level): Fix typo in docstring.
120
121 * info.el (Info-history, Info-history-forward)
122 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
123
124 * add-log.el (add-change-log-entry):
125 * comint.el (comint-dynamic-list-input-ring)
126 (comint-dynamic-list-completions):
127 * dabbrev.el (dabbrev-expand):
128 * delim-col.el (delimit-columns-rectangle-line):
129 * diff-mode.el (diff-context->unified, diff-reverse-direction)
130 (diff-unified->context):
131 * ediff-init.el (ediff-abbrev-jobname):
132 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
133 (ediff-replace-session-activity-marker-in-meta-buffer):
134 * info.el (Info-summary):
135 * lpr.el (printify-region):
136 * printing.el (pr-create-interface):
137 * ps-print.el (ps-print-quote):
138 * ses.el (ses-column-widths, ses-print-cell)
139 (ses-adjust-print-width, ses-center):
140 * shell.el (shell-file-name-quote-list):
141 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
142 (strokes-fill-current-buffer-with-whitespace)
143 (strokes-xpm-for-stroke, strokes-list-strokes)
144 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
145 * term.el (term-dynamic-list-input-ring)
146 (term-dynamic-list-completions):
147 * calc/calc.el (math-format-stack-value):
148 * emacs-lisp/edebug.el (edebug-display-freq-count):
149 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
150 (delphi-new-comment-line):
151 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
152 * progmodes/executable.el (executable-set-magic):
153 * progmodes/python.el (inferior-python-mode):
154 * progmodes/scheme.el (scheme-mode-syntax-table):
155 * progmodes/sh-script.el (sh-maybe-here-document):
156 * progmodes/sql.el (sql-copy-column):
157 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
158 * textmodes/bibtex.el (bibtex-mode):
159 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
160 (sgml-auto-attributes):
161 * textmodes/table.el (table-insert, table-shorten-cell)
162 (table--generate-source-scan-lines, table-delete-row)
163 (*table--cell-delete-char, table--spacify-frame)
164 (table--horizontally-shift-above-and-below)
165 (table--cell-insert-char, table--cell-blank-str)
166 (table--fill-region-strictly):
167 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
168 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
169
170 * add-log.el (change-log):
171 * apropos.el (apropos):
172 * comint.el (comint-completion, comint-source):
173 * dabbrev.el (dabbrev):
174 * delim-col.el (columns):
175 * diff-mode.el (diff-mode):
176 * ediff.el (ediff):
177 * ediff-diff.el (ediff-diff):
178 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
179 * ediff-mult.el (ediff-mult):
180 * ediff-ptch.el (ediff-ptch):
181 * ediff-wind.el (ediff-window):
182 * facemenu.el (facemenu):
183 * indent.el (indent):
184 * info.el (info):
185 * jka-cmpr-hook.el (compression, jka-compr):
186 * lpr.el (lpr):
187 * outline.el (outlines):
188 * pcmpl-cvs.el (pcmpl-cvs):
189 * pcmpl-rpm.el (pcmpl-rpm):
190 * printing.el (printing):
191 * ps-print.el (postscript, ps-print, ps-print-horizontal)
192 (ps-print-vertical, ps-print-headers, ps-print-font)
193 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
194 (ps-print-background, ps-print-printer, ps-print-page)
195 (ps-print-miscellany):
196 * ses.el (ses):
197 * shell.el (shell, shell-directories, shell-faces):
198 * startup.el (initialization):
199 * strokes.el (strokes):
200 * term.el (term):
201 * uniquify.el (uniquify):
202 * w32-vars.el (w32):
203 * calc/calc.el (calc):
204 * emacs-lisp/bytecomp.el (bytecomp):
205 * emacs-lisp/cl-indent.el (lisp-indent):
206 * emacs-lisp/edebug.el (edebug):
207 * emacs-lisp/elp.el (elp):
208 * emacs-lisp/testcover.el (testcover):
209 * emacs-lisp/trace.el (trace):
210 * emulation/viper-ex.el (viper-ex):
211 * emulation/viper-mous.el (viper-mouse):
212 * mail/mailalias.el (mailalias):
213 * mail/supercite.el (supercite, supercite-frames)
214 (supercite-attr, supercite-cite, supercite-hooks):
215 * net/rcompile.el (remote-compile):
216 * net/rlogin.el (rlogin):
217 * obsolete/ooutline.el (outlines):
218 * progmodes/delphi.el (delphi):
219 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
220 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
221 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
222 (ebnf-optimization):
223 * progmodes/etags.el (etags):
224 * progmodes/executable.el (executable):
225 * progmodes/idlwave.el (idlwave):
226 * progmodes/pascal.el (pascal):
227 * progmodes/prolog.el (prolog):
228 * progmodes/python.el (python):
229 * progmodes/scheme.el (scheme):
230 * progmodes/sh-script.el (sh, sh-script):
231 * progmodes/sql.el (SQL):
232 * progmodes/tcl.el (tcl):
233 * textmodes/bibtex.el (bibtex, bibtex-autokey):
234 * textmodes/enriched.el (enriched):
235 * textmodes/makeinfo.el (makeinfo):
236 * textmodes/sgml-mode.el (sgml):
237 * textmodes/table.el (table-hooks):
238 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
239 * textmodes/texinfo.el (texinfo):
240 * textmodes/two-column.el (two-column):
241 Finish `defgroup' description with period.
242
243 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
244 * eshell/esh-var.el (eshell-var):
245 * progmodes/vhdl-mode.el (vhdl-testbench):
246 * textmodes/org.el (org): Fix typos in docstrings.
247
248 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
249 consistency.
250
251 * progmodes/flymake.el (flymake-find-file): Remove.
252 (flymake-float-time): Use `with-no-warnings'.
253 (flymake-check-start-time, flymake-check-was-interrupted)
254 (flymake-err-info, flymake-is-running, flymake-last-change-time)
255 (flymake-new-err-info): `defvar' at compile time.
256
257 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
258
259 * replace.el (occur-hook): Doc fix.
260 (occur-1): Don't call `occur-hook' if there are no matches.
261
262 2005-07-03 Richard M. Stallman <rms@gnu.org>
263
264 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
265 global-map, save the same map.
266 (global-map): Don't alter it at top level.
267 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
268 Then alter it here instead.
269 (tpu-edt-off): Set global-map to the saved one.
270
271 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
272 All references simplified.
273 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
274 (zmacs-regions): Add defvar.
275 (repeat-complex-command-map): Everything about that deleted.
276
277 * textmodes/artist.el (artist-key-is-drawing)
278 (artist-key-endpoint1, artist-key-poly-point-list)
279 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
280 (artist-key-compl-table, artist-rb-save-data)
281 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
282 Don't put them in eval-when-compile.
283 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
284
285 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
286 Use with-no-warnings.
287
288 * net/browse-url.el (dos-windows-version): Add defvar.
289
290 * mail/supercite.el (filladapt-prefix-table): Add defvar.
291
292 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
293 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
294 (rmail-new-summary-line-count): Rename from new-summary-line-count.
295 Add defvar.
296 (rmail-summary-beginning-of-message): Use with-no-warnings.
297 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
298
299 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
300 Use with-no-warnings.
301
302 * emulation/vi.el (vi-mark-region): Use c-mark-function.
303 (c-mark-function): Add point-moving-unit property.
304 (vi-goto-line): Use with-no-warnings.
305
306 * emulation/edt.el (edt-last-copied-word): Add defvar.
307 (zmacs-region-stays): Likewise.
308 (edt-mark-section-wisely): Use c-mark-function for C.
309 Use makr-defun for Fortran.
310 (time-string): defvar deleted.
311 (edt-display-the-time): Don't set time-string.
312
313 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
314
315 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
316 Don't warn when name is not constant
317 or for defining the group `emacs'.
318
319 * tooltip.el (gud-tooltip-mode): Add defvar.
320
321 * startup.el (default-frame-background-mode): Add defvar.
322
323 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
324
325 * info.el (tool-bar-map): Add defvar.
326
327 * dired.el (dnd-protocol-alist): Add defvar.
328
329 * dired-aux.el (dired-query): Display question with answer, when
330 the user answers.
331
332 * custom.el (custom-add-option): Doc fix.
333
334 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
335
336 2005-07-03 Eli Zaretskii <eliz@gnu.org>
337
338 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
339 bogus name from the last change.
340
341 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
342
343 * custom.el (custom-declare-variable): Fix typos in comment.
344 (custom-known-themes): Doc fix.
345 (custom-theme-directory): New defcustom.
346 (require-theme): Make it check `custom-theme-directory'.
347
348 * cus-theme.el (custom-new-theme-mode): New function.
349 (custom-theme-name, custom-theme-variables, custom-theme-faces)
350 (custom-theme-description): Add compiler defvars.
351 (customize-create-theme): Add doc to the "*New Custom Theme*"
352 buffer. Use `custom-new-theme-mode'.
353 (custom-theme-write): Put the created buffer in emacs-lisp-mode
354 and save it to the `custom-theme-directory'. Make this the
355 default directory of the buffer.
356
357 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
358
359 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
360 Fix unbalanced parentheses.
361
362 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
365 into flymake-mode and delegate to flymake-mode.
366
367 * find-file.el (ff-which-function-are-we-in): Clean up.
368
369 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
370
371 * replace.el (occur-rename-buffer): Fix docstring.
372
373 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
374 (edt-last-copied-word, edt-learn-macro-count)
375 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
376 (edt-rect-start-point, edt-user-global-map, rect-start-point)
377 (time-string, zmacs-region-stays):
378 * emulation/edt-mapper.el (edt-save-function-key-map)
379 (EDT-key-name): `defvar' to silence the byte-compiler.
380
381 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
382
383 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
384 font-lock-regexp-backslash. Doc fix.
385 (font-lock-regexp-backslash-grouping-construct): Rename from
386 font-lock-regexp-backslash-construct. Doc fix.
387 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
388 grouping constructs.
389
390 2005-07-02 Eli Zaretskii <eliz@gnu.org>
391
392 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
393 updating all the prerequisites.
394
395 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
396
397 * textmodes/org.el (org-agenda-start-on-weekday)
398 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
399 (org-agenda-use-time-grid, org-archive-location)
400 (org-allow-space-in-links, org-usenet-links-prefer-google)
401 (org-enable-table-editor, org-export-default-language)
402 (org-export-html-show-new-buffer, org-fill-paragraph)
403 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
404 (org-goto-quit, org-occur, org-eval-in-calendar)
405 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
406 (org-agenda-diary-entry, org-remember-help)
407 (org-table-convert-region, org-at-table-p)
408 (org-table-move-row-down, org-table-move-row-up)
409 (org-table-copy-region, org-table-toggle-vline-visibility)
410 (org-table-get-stored-formulas, org-table-get-specials)
411 (org-recalc-commands, org-table-eval-formula)
412 (org-table-formula-substitute-names, orgtbl-make-binding)
413 (org-format-org-table-html, org-format-table-table-html)
414 (org-format-table-table-html-using-table-generate-source)
415 (org-customize): Fix typos in docstrings.
416 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
417 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
418 (org-back-to-heading): Doc fixes.
419 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
420 (org-agenda-change-all-lines, org-get-header):
421 Improve argument/docstring consistency.
422 (orgtbl-error): Fix error message.
423
424 * progmodes/flymake.el (flymake-find-possible-master-files)
425 (flymake-master-file-compare, flymake-get-line-err-count)
426 (flymake-highlight-line, flymake-gui-warnings-enabled):
427 Fix typos in docstrings.
428 (flymake-parse-line, flymake-get-project-include-dirs-function)
429 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
430 Doc fixes.
431 (flymake-get-project-include-dirs-function)
432 (flymake-make-err-menu-data):
433 Improve argument/docstring consistency.
434
435 2005-07-01 Lute Kamstra <lute@gnu.org>
436
437 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
438 Catch errors with ignore-errors. Use temporary buffer.
439 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
440
441 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
442 background color faces.
443 (facemenu-set-foreground, facemenu-set-background):
444 Use facemenu-set-face-from-menu.
445 (facemenu-set-face-from-menu): Treat face names that start with
446 "fg:" or "bg:" as special.
447 (facemenu-add-new-color): Don't create faces. Simplify.
448
449 2005-06-30 Richard M. Stallman <rms@gnu.org>
450
451 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
452 (crm-find-current-element): Likewise.
453
454 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
455
456 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
457
458 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
459
460 * arc-mode.el (archive-extract): Make it work as a mouse binding.
461 (archive-mouse-extract): Make it an obsolete alias.
462 (archive-mode-map): Don't use archive-mouse-extract any more.
463 (archive-mode, archive-extract): write-contents-hooks ->
464 write-contents-functions.
465 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
466 first arg.
467 (archive-rename-entry): Update the call.
468 (archive-zip-summarize): Remove unused var `method'.
469 (archive-lzh-summarize): Remove unused var `creator'.
470
471 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
472 dedicated frame upon exit.
473
474 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
475 (archive-zip-extract, archive-zip-expunge)
476 (archive-zip-update, archive-zip-update-case): Use executable-find.
477 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
478 Use restore-buffer-modified-p.
479 (archive-extract, archive-add-new-member, archive-write-file-member):
480 Use with-current-buffer.
481 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
482
483 2005-06-30 Andreas Schwab <schwab@suse.de>
484
485 * progmodes/gud.el (gud-filter): Remove unneeded progn.
486
487 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
488
489 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
490
491 2005-06-30 Juri Linkov <juri@jurta.org>
492
493 * faces.el (vertical-border): Inherit from mode-line-inactive
494 only on tty.
495
496 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
497
498 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
499 example, -NLINES in the `occur' docstring).
500
501 * replace.el (occur-1): When no matches are found, do not set the
502 `buffer-read-only' and modified flags for the occur buffer,
503 because it is deleted.
504
505 * emulation/cua-base.el (cua-check-pending-input)
506 (cua-repeat-replace-region, cua-mode, cua-debug)
507 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
508 Fix typos in docstrings.
509
510 * emulation/cua-gmrk.el (cua-toggle-global-mark)
511 (cua-cut-region-to-global-mark)
512 (cua--cut-rectangle-to-global-mark):
513 Remove period from end of messages.
514
515 * emulation/cua-rect.el (cua-do-rectangle-padding):
516 Remove period from end of messages.
517 (cua--rectangle-seq-format): Fix typo in docstring.
518 (cua-sequence-rectangle, cua-fill-char-rectangle):
519 Improve argument/docstring consistency.
520
521 2005-06-29 Juri Linkov <juri@jurta.org>
522
523 * faces.el (default-frame-background-mode): New internal variable.
524 (frame-set-background-mode): Use it.
525
526 * startup.el (normal-top-level): Set default-frame-background-mode
527 instead of frame-background-mode. Before setting it, test for its
528 nil value. Remove tests for frame-background-mode and frame
529 parameter `reverse'. Add test for "unspecified-fg".
530
531 * term/xterm.el (xterm-rxvt-set-background-mode):
532 * term/rxvt.el (rxvt-set-background-mode):
533 Set default-frame-background-mode instead of frame-background-mode.
534
535 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
536
537 * simple.el (set-variable): Warn about obsolete user variables.
538
539 * imenu.el (imenu--completion-buffer):
540 * mouse.el (mouse-buffer-menu-alist):
541 * msb.el (msb-invisible-buffer-p):
542 * calendar/diary-lib.el (diary-header-line-format):
543 * emacs-lisp/pp.el (pp-buffer):
544 * progmodes/cperl-mode.el (cperl-do-auto-fill):
545 * textmodes/picture.el (picture-replace-match):
546 Change space constants followed by a sexp to "?\s ".
547
548 * play/decipher.el (decipher-loop-with-breaks):
549 * textmodes/texinfo.el (texinfo-insert-@item): Change space
550 constants "protected" from end of line by a comment to "?\s".
551
552 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * font-lock.el (save-buffer-state): Use `declare'.
555
556 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
557 reset the syntax-table to cperl-mode-syntax-table.
558 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
559 "foo_print_bar" is not matched as a reserved keyword.
560
561 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
562
563 * textmodes/org.el (orgtbl-setup): New function, for delayed
564 setup for the orgtbl commands.
565 (org-calc-default-modes): New option.
566 (orgtbl-make-binding): Use `defun' to get better help display.
567 (org-diary): Call `org-compile-prefix-format'.
568 (org-table-formula-substitute-names): New function.
569 (org-agenda-day-view, org-agenda-week-view): New commands.
570 (org-agenda-toggle-week-view): Command removed.
571 (org-tbl-menu): Split off from org-org-menu.
572 (org-mode): Move removal of outline-mode menus to here.
573 (org-table-formula-debug): New option.
574 (org-table-insert-row): Keep first field if just "#" or "*".
575 (org-mode): Paragraph regexps fixed.
576 (org-table-recalculate-regexp): New constant.
577 (org-table-justify-field-maybe): Avoid replace if not necessary.
578 (org-copy-special, org-cut-special): Use `call-interactively'.
579 (org-table-copy-region): Take region from `interactive' call.
580 (org-trim): Return string even if no match.
581 (org-formula): New face.
582 (org-set-font-lock-defaults): No longer highlight "FIXME".
583 But highlight formula-related fields in table.
584 (org-table-p): Use regexp, not fontification.
585 (org-table-align): Handle white space at end of line.
586 (org-table-formula-evaluate-inline): New option.
587 (org-mode): Auto-wrapping in comment lines turned off.
588 (org-table-copy-down): Evaluate only in copied field, not in
589 destination.
590 (org-table-current-formula): Variable removed.
591 (org-table-store-formulas, org-table-get-stored-formulas)
592 (org-table-modify-formulas, org-table-replace-in-formulas)
593 (org-table-maybe-eval-formula): New functions.
594 (org-table-get-formula): Modify to use stored formulas.
595 (org-table-insert-column, org-table-delete-column)
596 (org-table-move-column): Call `org-table-modify-formulas'.
597 (org-complete): Add completion for keyword formulas.
598 (orgtbl-mode): Pull orgtbl-mode-map to start of
599 minor-mode-map-alist.
600
601 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * progmodes/python.el (python-check): Require `compile' before
604 modifying its variables.
605
606 * newcomment.el (comment-indent-default): Don't get fooled by an early
607 end of buffer.
608
609 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
610
611 * ps-print.el (ps-print-version): Fix version number.
612
613 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
614
615 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
616
617 2005-06-28 Richard M. Stallman <rms@gnu.org>
618
619 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
620 (flyspell-local-mouse-map): Declaration deleted.
621 (flyspell-mouse-map): Bind only mouse-2.
622 (flyspell-mode-map): Don't test flyspell-use-local-map.
623 (flyspell-overlay-keymap-property-name): Var deleted.
624 (flyspell-mode-on): Don't make local bindings for
625 flyspell-mouse-map and flyspell-mode-map.
626 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
627
628 * textmodes/ispell.el (ispell-word): Do not ignore short words.
629
630 * progmodes/compile.el (compilation-next-error-function):
631 Don't switch buffers; operate on the current buffer.
632
633 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
634
635 * comint.el (comint-password-prompt-regexp): Accept ", try again".
636
637 * bindings.el (global-map): Bind insertchar and its variants.
638
639 2005-06-27 Richard M. Stallman <rms@gnu.org>
640
641 * textmodes/artist.el (artist-text-overwrite)
642 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
643
644 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
645
646 * ps-print.el: It was not working the page selection for printing.
647 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
648 (ps-print-version): New version 6.6.7.
649 (ps-end-sheet): New fun.
650 (ps-header-sheet, ps-end-job): Call it.
651
652 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
653
654 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
655
656 2005-06-27 Lute Kamstra <lute@gnu.org>
657
658 * facemenu.el (facemenu-unlisted-faces): Add foreground and
659 background color faces.
660 (facemenu-get-face): Delete function.
661 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
662 (facemenu-add-new-color): Make second argument mandatory.
663 Create the appropriate face and return it. Simplify.
664 (facemenu-set-foreground, facemenu-set-background): Don't check if
665 color is defined. Use return value of facemenu-add-new-color.
666
667 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
668
669 * progmodes/gud.el (gud-filter): Add missing argument to
670 with-selected-window.
671
672 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
673
674 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
675 a :require to the defcustom.
676
677 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
678 defcustoms corresponding to minor modes.
679
680 2005-06-26 David Ponce <david@dponce.com>
681
682 * recentf.el: Require tree-widget instead of wid-edit.
683 (recentf-filename-handler): Fix widget :type.
684 (recentf-cancel-dialog, recentf-open-more-files)
685 (recentf-open-files-action): Doc fix.
686 (recentf-dialog-goto-first): New function.
687 (recentf-dialog-mode-map): Set parent keymap first.
688 (recentf-dialog-mode): Define with define-derived-mode.
689 Don't display continuation lines in dialogs.
690 (recentf-edit-list): Rename from recentf-edit-selected-items.
691 (recentf-edit-list-select): Rename from recentf-edit-list-action.
692 Simplify.
693 (recentf-edit-list-validate): New function.
694 (recentf-edit-list): Update accordingly.
695 (recentf-open-files-item-shift): Remove.
696 (recentf-open-files-item): Convert menu elements into tree and
697 link widgets. Don't create the widgets.
698 (recentf-open-files): Update accordingly.
699 (recentf-save-list): Untabify.
700
701 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
702
703 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
704 (keep-lines): Add INTERACTIVE arg. Never delete lines only
705 partially contained in the active region. Do not take active
706 region into account when called from Lisp, unless INTERACTIVE arg
707 is non-nil. Use `forward-line' instead of `beginning-of-line' to
708 avoid trouble with fields. Make marker point nowhere when no
709 longer used. Always return nil. Doc fix.
710 (flush-lines): Add INTERACTIVE arg. Do not take active region
711 into account when called from Lisp, unless INTERACTIVE arg is
712 non-nil. Use `forward-line' instead of `beginning-of-line' to
713 avoid trouble with fields. Make marker point nowhere when no
714 longer used. Always return nil. Doc fix.
715 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
716 interchangeable. Do not take active region into account when
717 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
718 message in echo area when called from Lisp, unless INTERACTIVE arg
719 is non-nil. Avoid saying "1 occurrences". Do not use markers.
720 Return the number of matches. Doc fix.
721 (occur): Doc fix.
722 (perform-replace): Make comment follow double space convention for
723 the sake of `outline-minor-mode'.
724
725 * faces.el (facep): Doc fix.
726
727 2005-06-25 Richard M. Stallman <rms@gnu.org>
728
729 * facemenu.el (facemenu-enable-faces-p): New function.
730 (facemenu-background-menu, facemenu-foreground-menu)
731 (facemenu-face-menu): Add menu-enable property.
732
733 * jka-compr.el (jka-compr-insert-file-contents):
734 Special handling if cannot find the uncompression program.
735
736 * cus-face.el (custom-face-attributes): Add autoload.
737
738 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
739 Bind comment-indent-function locally.
740
741 * window.el (save-selected-window): Use save-current-buffer.
742
743 * subr.el (with-selected-window): Use save-current-buffer.
744
745 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
746 and with-current-buffer.
747
748 2005-06-24 Richard M. Stallman <rms@gnu.org>
749
750 * simple.el (line-move-1): Fix previous change.
751
752 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
753
754 * replace.el (occur-1): Set `buffer-read-only' and the
755 buffer-modified flag before running `occur-hook' to protect
756 against unintentional buffer switches that can lead to data loss.
757
758 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
759
760 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
761 (gud-gdb-marker-filter): Use font-lock-warning-face for any
762 initial error.
763
764 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
765 after fresh input.
766 (gdb-var-create-handler): Put name of expression in quotes.
767
768 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
769
770 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
771 elements of RING in order, and without bogus nil elements.
772
773 2005-06-23 Richard M. Stallman <rms@gnu.org>
774
775 * simple.el (set-variable): Args renamed; doc fix.
776 (line-move-1): When there are overlays around, use vertical-motion.
777
778 * faces.el (escape-glyph): Use brown against light background.
779 (nobreak-space): Rename from no-break-space.
780 Fix previous change.
781
782 * dired-aux.el (dired-do-copy): Fix arg prompt.
783
784 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
785
786 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
787
788 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
789 rather than "Distributor".
790
791 2005-06-23 Lute Kamstra <lute@gnu.org>
792
793 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
794 (debug-on-entry): Use it. New interactive declaration that uses
795 function-called-at-point.
796
797 2005-06-23 Kim F. Storm <storm@cua.dk>
798
799 * subr.el (save-match-data): Add comment about using evaporate arg
800 to set-match-data.
801
802 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
803
804 * cus-edit.el (customize-face)
805 (customize-face-other-window): Handle face aliases.
806
807 * faces.el (face-documentation, set-face-attribute)
808 (face-spec-set): Handle face aliases.
809
810 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
811
812 * help-mode.el (help-make-xrefs): If a symbol representing a face
813 name is not followed by the word "face", it could still be a
814 function or variable name, so don't bypass other checks.
815
816 2005-06-22 Juri Linkov <juri@jurta.org>
817
818 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
819 Replace aliased functions with calls where second arg `inherit' is t.
820
821 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
822
823 * progmodes/gdb-ui.el (gdb-error): New variable.
824 (gdb-error): New function.
825 (gdb-annotation-rules): Act on error-begin and error annotations.
826 (gdb-concat-output): Use font-lock-warning-face for errors.
827
828 2005-06-22 Miles Bader <miles@gnu.org>
829
830 * bindings.el (propertized-buffer-identification): Use renamed
831 `Buffer-menu-buffer' face.
832
833 * faces.el (vertical-border): Rename from `vertical-divider'.
834 (escape-glyph): Change dark-background color back to `cyan'.
835
836 2005-06-21 Juri Linkov <juri@jurta.org>
837
838 * faces.el (face-user-default-spec): Try getting `customized-face'
839 prior to `saved-face'.
840 (frame-background-mode): Refill docstring.
841
842 * emacs-lisp/lisp-mode.el (eval-defun-1):
843 * emacs-lisp/edebug.el (edebug-eval-defun):
844 Set `saved-face' temporarily to nil before calling form.
845 Set `customized-face' to the new spec after that.
846
847 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
848
849 * subr.el (1value, lambda, key-substitution-in-progress):
850 Doc fixes.
851
852 * autoinsert.el (auto-insert-alist):
853 * ses.el (ses-call-printer):
854 * subr.el (noreturn):
855 * emacs-lisp/lisp.el (check-parens):
856 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
857 * net/browse-url.el (browse-url-mosaic):
858 * progmodes/cc-defs.el (c-safe-scan-lists):
859 * progmodes/ebnf-abn.el (ebnf-abn-lex):
860 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
861 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
862 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
863 * progmodes/ebnf-iso.el (ebnf-iso-lex):
864 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
865
866 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
867
868 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
869
870 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
871
872 * calendar/appt.el (appt-make-list): Activate the package, if
873 not already active (for backwards compatibility).
874
875 2005-06-20 Kim F. Storm <storm@cua.dk>
876
877 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
878
879 2005-06-20 Miles Bader <miles@gnu.org>
880
881 * faces.el (vertical-divider): New face.
882
883 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
884
885 * simple.el (kill-whole-line): Doc fix.
886 (next-error-buffer-p, next-error-find-buffer)
887 (clone-indirect-buffer): Fix typos in docstrings.
888 (comment-line-break-function): Doc fix: don't say variable
889 is automatically buffer-local (it isn't).
890
891 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
892
893 * net/tramp-ftp.el (top):
894 * net/tramp-smb.el (top):
895 * net/tramp-util.el (top):
896 * net/tramp-uu.el (top):
897 * net/tramp-vc.el (top):
898 * net/tramp.el (top): Revert copyright years back to original
899 ones. Tramp has a life outside GNU Emacs.
900
901 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
902
903 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
904
905 2005-06-18 Juri Linkov <juri@jurta.org>
906
907 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
908 end of first regexp to limit the match to the position between
909 line number and source line with same separator character as used
910 between file name and line number. In the second regexp limit
911 mouse-face area to file name and line number by adding new group
912 for them and referring it in HYPERLINK arg.
913 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
914 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
915 previous line where grep markers may be already removed.
916
917 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
918
919 * progmodes/ps-mode.el: Update version and maintainer's email address.
920
921 2005-06-18 Steve Youngs <steve@xemacs.org>
922
923 * net/browse-url.el (browse-url-browser-function)
924 (browse-url-default-browser): Add firefox.
925 (browse-url-firefox-program, browse-url-firefox-arguments)
926 (browse-url-firefox-startup-arguments)
927 (browse-url-firefox-new-window-is-tab): New defcustoms.
928 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
929
930 2005-06-17 Richard M. Stallman <rms@gnu.org>
931
932 * startup.el (command-line): Warn if specified user name has
933 no home directory.
934
935 * term.el (term-get-old-input, term-input-filter, term-input-sender)
936 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
937
938 * longlines.el (longlines-mode, longlines-show-hard-newlines):
939 Doc fixes.
940
941 * faces.el (underline): Try bold if terminal doesn't support underline.
942
943 * mail/sendmail.el (mail-setup-with-from): New variable.
944 (mail-insert-from-field): New function.
945 (sendmail-send-it): Call it.
946 (mail-setup): Optionally call it here.
947
948 * term/linux.el: Call tty-no-underline.
949
950 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
951
952 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
953
954 2005-06-17 Miles Bader <miles@gnu.org>
955
956 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
957 (ediff-current-diff-C, ediff-current-diff-Ancestor)
958 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
959 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
960 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
961 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
962 Remove "-face" suffix from face names.
963 (ediff-current-diff-face-A, ediff-current-diff-face-B)
964 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
965 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
966 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
967 (ediff-even-diff-face-A, ediff-even-diff-face-B)
968 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
969 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
970 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
971 New backward-compatibility aliases for renamed faces.
972 (ediff-current-diff-face-A, ediff-current-diff-face-B)
973 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
974 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
975 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
976 (ediff-even-diff-face-A, ediff-even-diff-face-B)
977 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
978 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
979 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
980 Use renamed ediff faces.
981
982 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
983 Remove "-face" suffix from face names.
984 (eshell-test-ok-face, eshell-test-failed-face):
985 New backward-compatibility aliases for renamed faces.
986 (eshell-run-test): Use renamed eshell-test faces.
987
988 * eshell/em-prompt.el (eshell-prompt):
989 Remove "-face" suffix from face name.
990 (eshell-prompt-face): New backward-compatibility alias for renamed face.
991 (eshell-emit-prompt): Use renamed eshell-prompt face.
992
993 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
994 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
995 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
996 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
997 Remove "-face" suffix from face names.
998 (eshell-ls-directory-face, eshell-ls-symlink-face)
999 (eshell-ls-executable-face, eshell-ls-readonly-face)
1000 (eshell-ls-unreadable-face, eshell-ls-special-face)
1001 (eshell-ls-missing-face, eshell-ls-archive-face)
1002 (eshell-ls-backup-face, eshell-ls-product-face)
1003 (eshell-ls-clutter-face):
1004 New backward-compatibility aliases for renamed faces.
1005 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
1006
1007 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
1008 Remove "-face" suffix from face name.
1009 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
1010 instead of literal face.
1011
1012 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
1013
1014 * emacs-lisp/warnings.el (display-warning, lwarn)
1015 (warning-minimum-log-level): Doc fixes.
1016 (warning-minimum-level, warning-minimum-log-level):
1017 Add :debug to :type choices.
1018
1019 * progmodes/ada-mode.el (ada-format-paramlist)
1020 (ada-get-indent-case, ada-check-matching-start)
1021 (ada-check-defun-name, ada-goto-matching-decl-start)
1022 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
1023 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
1024 (ada-make-subprogram-body): Follow error conventions.
1025 (ada-case-exception-file, ada-indent-comment-as-code)
1026 (ada-indent-handle-comment-special, ada-indent-renames)
1027 (ada-indent-return, ada-search-directories-internal)
1028 (ada-tab-policy, ada-case-exception-substring)
1029 (ada-other-file-alist, ada-matching-start-re)
1030 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
1031 (ada-imenu-generic-expression, ada-compile-goto-error)
1032 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
1033 (ada-popup-menu, ada-add-extensions, ada-mode)
1034 (ada-region-selected, ada-create-case-exception)
1035 (ada-create-case-exception-substring, ada-after-keyword-p)
1036 (ada-activate-keys-for-case, ada-adjust-case-region)
1037 (ada-adjust-case-buffer, ada-format-paramlist)
1038 (ada-scan-paramlist, ada-insert-paramlist)
1039 (ada-indent-newline-indent)
1040 (ada-indent-newline-indent-conditional)
1041 (ada-justified-indent-current, ada-goto-previous-word)
1042 (ada-indent-current, ada-get-indent-open-paren)
1043 (ada-get-indent-paramlist, ada-get-indent-end)
1044 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
1045 (ada-get-indent-block-start, ada-get-indent-subprog)
1046 (ada-get-indent-noindent, ada-get-indent-label)
1047 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
1048 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
1049 (ada-goto-stmt-end, ada-goto-next-word)
1050 (ada-check-matching-start, ada-check-defun-name)
1051 (ada-goto-matching-decl-start, ada-goto-matching-start)
1052 (ada-goto-matching-end, ada-search-ignore-string-comment)
1053 (ada-in-decl-p, ada-looking-at-semi-or)
1054 (ada-looking-at-semi-private, ada-in-paramlist-p)
1055 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
1056 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
1057 (ada-next-procedure, ada-previous-procedure, ada-next-package)
1058 (ada-previous-package, ada-create-menu)
1059 (ada-fill-comment-paragraph-justify)
1060 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
1061 (ada-other-file-name, ada-last-which-function-line)
1062 (ada-last-which-function-subprog, ada-which-function)
1063 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
1064 (ada-gen-treat-proc, ada-check-emacs-version)
1065 (ada-continuation-indent, ada-align-region-separate):
1066 Fix typos in docstrings.
1067 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
1068
1069 2005-06-16 Lute Kamstra <lute@gnu.org>
1070
1071 * simple.el (fundamental-mode): Run after-change-major-mode-hook
1072 conditionally.
1073
1074 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
1075
1076 * comint.el (comint-replace-by-expanded-filename)
1077 (comint-prompt-regexp, comint-delimiter-argument-list)
1078 (comint-preinput-scroll-to-bottom):
1079 * info.el (Info-hide-cookies-node):
1080 * ls-lisp.el (ls-lisp-classify):
1081 * find-file.el (ff-search-directories, ff-special-constructs)
1082 (ff-find-other-file):
1083 * font-lock.el (font-lock-keywords):
1084 * shell.el (shell-prompt-pattern)
1085 (shell-dynamic-complete-functions, shell-mode)
1086 (shell-delimiter-argument-list):
1087 * term.el (term-replace-by-expanded-filename)
1088 (term-prompt-regexp, term-delimiter-argument-list):
1089 * woman.el (woman-ignore, woman0-if):
1090 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
1091 * emacs-lisp/elint.el (elint-init-env):
1092 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
1093 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
1094 * language/ethio-util.el (ethio-tilde-escape)
1095 (ethio-use-three-dot-question):
1096 * net/zone-mode.el (zone-mode-load-time-setup):
1097 * progmodes/cc-align.el (c-lineup-argcont):
1098 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
1099 * progmodes/cperl-mode.el (cperl-set-style-back):
1100 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1101 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
1102 Fix spellings in docstrings.
1103
1104 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
1105 * progmodes/modula2.el (m2-for): Fix spellings.
1106
1107 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
1108
1109 * simple.el (undo-more): Don't use `format' on `error' arguments.
1110 Improve argument/docstring consistency.
1111 (pending-undo-list): Doc fix.
1112
1113 * smerge-mode.el (smerge-ensure-match):
1114 * emulation/vip.el (vip-ex):
1115 * net/zone-mode.el (zone-mode-update-serial):
1116 * progmodes/idlwave.el (idlwave-complete):
1117 * progmodes/vhdl-mode.el (vhdl-visit-file)
1118 (vhdl-compose-wire-components):
1119 Don't use `format' on `error' arguments.
1120
1121 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
1122 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
1123 (tooltip-help-tips): Fix typos in docstrings.
1124
1125 2005-06-16 David Ponce <david@dponce.com>
1126
1127 * tree-widget.el (tree-widget-value-create): Simplify last change.
1128
1129 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
1130
1131 * ido.el (ido-incomplete-regexp): New variable.
1132 (ido-set-matches-1): Handle invalid-regexp error and set
1133 ido-incomplete-regexp.
1134 (ido-incomplete-regexp): New face.
1135 (ido-completions): Use it.
1136 (ido-complete, ido-exit-minibuffer, ido-completions):
1137 Handle incomplete regexps.
1138 (ido-completions): Add check for complete match when entering a regexp.
1139
1140 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1141
1142 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
1143
1144 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1145
1146 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
1147 by field delimiters.
1148
1149 2005-06-15 David Ponce <david@dponce.com>
1150
1151 * tree-widget.el: eval-and-compile inlined functions so they will
1152 be available at run-time too.
1153 (tree-widget-super-format-handler)
1154 (tree-widget-format-handler): Remove.
1155 (tree-widget-value-create): Handle the :indent property.
1156
1157 2005-06-15 Miles Bader <miles@gnu.org>
1158
1159 * progmodes/which-func.el (which-func): Only inherit
1160 `font-lock-function-name-face' when that makes sense against the
1161 default mode-line face, otherwise set the face color explicitly.
1162
1163 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
1164 faces instead of (non-existent) variables.
1165
1166 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1167
1168 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
1169 (iswitchb-get-matched-buffers): Likewise. Simplify.
1170
1171 2005-06-14 Miles Bader <miles@gnu.org>
1172
1173 * progmodes/ld-script.el (ld-script-location-counter):
1174 Remove "-face" suffix from face name.
1175 (ld-script-location-counter-face):
1176 New backward-compatibility alias for renamed face.
1177 (ld-script-location-counter-face): Use renamed face.
1178
1179 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
1180 (cperl-hash): Remove "-face" suffix from face names.
1181 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
1182 New backward-compatibility aliases for renamed faces.
1183 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
1184 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
1185
1186 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
1187 name.
1188 (which-func-face): New backward-compatibility alias for renamed face.
1189 (which-func-format): Use renamed which-func face.
1190
1191 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
1192 (vhdl-function, vhdl-directive, vhdl-reserved-word)
1193 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
1194 names.
1195 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
1196 (vhdl-speedbar-configuration, vhdl-speedbar-package)
1197 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
1198 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
1199 (vhdl-speedbar-architecture-selected)
1200 (vhdl-speedbar-configuration-selected)
1201 (vhdl-speedbar-package-selected)
1202 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
1203 names.
1204 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
1205 Use renamed faces.
1206 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
1207 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
1208 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
1209 Use renamed faces.
1210 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
1211 names.
1212 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
1213 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
1214 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
1215 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
1216 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
1217 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
1218
1219 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
1220 face name.
1221 (sh-heredoc-face): New backward-compatibility alias for renamed face.
1222 (sh-heredoc-face): Use renamed sh-heredoc face.
1223
1224 * progmodes/idlw-help.el (idlwave-help-link):
1225 Remove "-face" suffix from face name.
1226 (idlwave-help-link-face):
1227 New backward-compatibility alias for renamed face.
1228 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
1229
1230 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
1231 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
1232 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
1233 New backward-compatibility aliases for renamed faces.
1234 (idlwave-shell-disabled-breakpoint-face)
1235 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
1236
1237 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1238 Remove "-face" suffix from face names.
1239 (flymake-errline-face, flymake-warnline-face):
1240 New backward-compatibility aliases for renamed faces.
1241 (flymake-highlight-line): Use renamed flymake faces.
1242
1243 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1244 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
1245 (ebrowse-member-class, ebrowse-progress):
1246 Remove "-face" suffix from face names.
1247 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1248 (ebrowse-file-name-face, ebrowse-default-face)
1249 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1250 (ebrowse-progress-face):
1251 New backward-compatibility aliases for renamed faces.
1252 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
1253 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
1254 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
1255 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
1256
1257 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
1258 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
1259 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
1260 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
1261 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
1262 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
1263 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
1264 New backward-compatibility aliases for renamed faces.
1265 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
1266 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
1267 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
1268 "font-lock-". Use renamed antlr-mode faces.
1269 (antlr-font-lock-additional-keywords): Use renamed faces.
1270 Replace literal face-names with face variable references.
1271
1272 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
1273 face name.
1274 (Buffer-menu-buffer-face): New backward-compatibility alias for
1275 renamed face.
1276 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
1277
1278 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
1279
1280 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
1281 Eliminate "-face" suffix.
1282 (makefile-targets): Inherit from font-lock-function-name-face and
1283 eliminate "-face" suffix.
1284 (makefile-shell): Remove attributes and eliminate "-face" suffix.
1285 (makefile-*-font-lock-keywords): Append makefile-targets in rule
1286 actions, instead of prepending, to make it less visible.
1287 (makefile-previous-dependency, makefile-match-dependency):
1288 Don't match a target on a continuation line.
1289
1290 * files.el (auto-mode-alist): Put Makefile in gmake mode.
1291
1292 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
1293
1294 * progmodes/gdb-ui.el (menu): Re-order menu items.
1295 (gdb-tooltip-print): Respect tooltip-use-echo-area.
1296
1297 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
1298 Define in tooltip.el.
1299 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
1300 (gud-tooltip-tips): Respect tooltip-use-echo-area and
1301 gud-tooltip-echo-area.
1302
1303 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
1304 backward compatibility and make obsolete.
1305 (tooltip-help-tips): Use tooltip-use-echo-area.
1306 (tooltip-show-help-function): Rename to...
1307 (tooltip-show-help): ...this, because it is a function.
1308 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
1309
1310 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1311
1312 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
1313 (edebug-print-length, edebug-print-level, edebug-print-circle)
1314 (edebug-modify-breakpoint, edebug-eval-last-sexp)
1315 (edebug-eval-print-last-sexp): Doc fixes.
1316
1317 2005-06-14 Kim F. Storm <storm@cua.dk>
1318
1319 * ido.el (ido-mode): Make a new keymap every time we enable ido,
1320 as the coverage buffer/file/both may change.
1321
1322 2005-06-14 Lute Kamstra <lute@gnu.org>
1323
1324 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
1325 and run-mode-hooks. Simplify.
1326
1327 * mail/rmailedit.el (rmail-edit-mode):
1328 * progmodes/octave-inf.el (inferior-octave-mode):
1329 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
1330
1331 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
1332 and run-mode-hooks.
1333 (recentf-edit-list, recentf-open-files): Don't call
1334 kill-all-local-variables directly.
1335
1336 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
1337
1338 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
1339
1340 * emacs-lisp/byte-run.el (make-obsolete)
1341 (define-obsolete-function-alias): Rename arguments FUNCTION and
1342 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
1343 (make-obsolete-variable, define-obsolete-variable-alias):
1344 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
1345 respectively.
1346
1347 * isearchb.el (isearchb-activate):
1348 * pcvs.el (cvs-mode):
1349 * ses.el (ses-load):
1350 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
1351 * net/tramp.el (tramp-find-file-exists-command)
1352 (tramp-find-shell):
1353 * progmodes/ada-mode.el (ada-create-case-exception)
1354 (ada-create-case-exception-substring, ada-make-subprogram-body):
1355 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
1356 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
1357 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
1358 * textmodes/org.el (org-promote, org-evaluate-time-range)
1359 (org-agenda-next-date-line, org-agenda-previous-date-line)
1360 (org-agenda-error, org-open-at-point, org-table-move-row)
1361 (org-format-table-table-html-using-table-generate-source)
1362 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
1363 * textmodes/reftex.el (reftex-access-scan-info):
1364 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
1365 (reftex-toc-promote-prepare): Follow error conventions.
1366
1367 * diff-mode.el (diff-mode): Fix typo in docstring.
1368
1369 * forms.el (forms--intuit-from-file): Fix reference to
1370 `forms-number-of-fields' in error message.
1371 (forms-print): Fix quoting in error message.
1372
1373 * forms.el (forms-mode):
1374 * emulation/vi.el (vi-goto-insert-state):
1375 * progmodes/flymake.el (flymake-new-err-info)
1376 (flymake-start-syntax-check-for-current-buffer)
1377 (flymake-simple-cleanup):
1378 * eshell/esh-var.el (eshell/export):
1379 * progmodes/gud.el (xdb):
1380 * textmodes/flyspell.el (flyspell-incorrect-hook)
1381 (flyspell-maybe-correct-transposition)
1382 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
1383
1384 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
1385
1386 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
1387 minibuffer prompt.
1388
1389 2005-06-13 Kim F. Storm <storm@cua.dk>
1390
1391 * subr.el (add-to-ordered-list): New defun.
1392
1393 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
1394 add cua--keymap-alist to emulation-mode-map-alists.
1395
1396 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1397
1398 * subr.el (complete-in-turn): New macro.
1399 (dynamic-completion-table, lazy-completion-table): Add debug info.
1400
1401 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
1402 in preference to face aliases.
1403
1404 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
1405 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
1406 Remove unused vars `start' and `firstline'.
1407 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
1408 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
1409
1410 2005-06-13 Eli Zaretskii <eliz@gnu.org>
1411
1412 * cus-start.el (all): Don't complain about missing GTK-related
1413 variables, unless either `gtk' is boundp or this isn't a
1414 `windows-nt' build.
1415
1416 2005-06-13 Lute Kamstra <lute@gnu.org>
1417
1418 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
1419 run-mode-hooks.
1420
1421 * ediff-mult.el (ediff-meta-mode):
1422 * ediff-util.el (ediff-mode): Use run-mode-hooks.
1423
1424 * ledit.el (ledit-mode): Use delay-mode-hooks.
1425
1426 * woman.el (woman-mode-line-format): Delete constant.
1427 (woman-mode-map): Initialize it properly.
1428 (woman-mode): Set mode-class property to special.
1429 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
1430 Set major-mode and mode-name. Don't set mode-line-format directly.
1431 (Man-getpage-in-background): Don't reference woman-mode-line-format.
1432
1433 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
1434 string argument obsolete.
1435
1436 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
1437
1438 * textmodes/org.el (org-CUA-compatible): New option.
1439 (org-disputed-keys): New variable.
1440 (org-key): New function.
1441 (orgtbl-make-binding): Add docstring to the created function.
1442 (org-mode): Set paragraph start/separate regexps.
1443 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
1444 (org-archive-location, org-archive-mark-done)
1445 (org-archive-stamp-time): New options.
1446 (org-archive-subtree): New command.
1447 (org-fill-paragraph): New function.
1448 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
1449 (org-fake-empty-table-line): Function removed.
1450 (org-format-org-table-html): Do not create empty table lines at
1451 separator lines. Improved table header treatment.
1452 (org-link-format): New option.
1453 (org-make-link): New function.
1454 (org-insert-link, org-store-link): Use org-make-link.
1455 (org-open-file): Quote file name for shell command, to allow
1456 spaces in file names.
1457 (org-link-regexp): Fix bug with mailto link.
1458 (org-link-maybe-angles-regexp, org-protected-link-regexp):
1459 New constants.
1460 (org-export-as-html): Deal with the optional angles around a link.
1461 Better treatment of file: links.
1462 (org-open-at-point): Replace @{ and @} with < and >.
1463 (org-run-mode-hooks): Function removed.
1464 (org-agenda-mode): No longer use `org-run-mode-hooks'.
1465
1466 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
1467
1468 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
1469 MI command -data-list-register-values.
1470 (gdb-post-prompt): Indent properly.
1471
1472 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
1473
1474 * hilit-chg.el (highlight-changes-colors): Rename from
1475 `highlight-changes-colours'.
1476 (highlight-changes-colours): Keep as obsolete alias.
1477 (highlight-changes-face-list): Doc fix.
1478 (hilit-chg-make-list): Use `highlight-changes-colors'.
1479
1480 2005-06-12 Mark A. Hershberger <mah@everybody.org>
1481
1482 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
1483 defun-prompt-regexp.
1484
1485 2005-06-12 Eli Zaretskii <eliz@gnu.org>
1486
1487 * loadup.el: Don't say we are dumping under 2 names on windows-nt
1488 and cygwin.
1489
1490 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1491 Don't use an old loaddefs.el, as in Makefile.in.
1492
1493 2005-06-12 Lute Kamstra <lute@gnu.org>
1494
1495 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
1496
1497 * man.el (Man-mode-map): Initialize it properly.
1498 (Man-mode): Set mode-class property to special.
1499
1500 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
1501
1502 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1503
1504 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
1505 A newline is needed in the docstring there.
1506
1507 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
1508 Doc fixes.
1509
1510 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1511
1512 * printing.el: Doc fix. The menubar is no more changed when printing
1513 is loaded, it only changes when pr-menu-bind or pr-update-menus is
1514 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
1515 (pr-version): New version number (6.8.4).
1516 (pr-menu-bind): New command.
1517 (pr-update-menus): Docstring and code fix.
1518 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
1519 Docstring fix.
1520 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
1521 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
1522
1523 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
1524
1525 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
1526 "Returns" to "return", document useful return values, etc.
1527
1528 2005-06-11 Alan Mackenzie <acm@muc.de>
1529
1530 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
1531 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
1532 (adaptive-file-function): Minor amendment to doc-string.
1533
1534 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1535
1536 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
1537 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
1538 Fix :type--it is `integer', not `string'.
1539
1540 * faces.el (modeline-highlight): Rename from (the erroneous)
1541 `modeline-higilight'.
1542
1543 2005-06-11 Lute Kamstra <lute@gnu.org>
1544
1545 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
1546 lisp-interaction-mode-map but make it the parent.
1547 (edebug-eval-mode): Use define-derived-mode.
1548
1549 2005-06-11 Andreas Schwab <schwab@suse.de>
1550
1551 * bindings.el: Add binding of `ESC functionkey' for every
1552 `M-functionkey'.
1553 * hexl.el (hexl-mode-map): Likewise.
1554
1555 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
1556
1557 * progmodes/compile.el (compilation-error-regexp-alist-alist)
1558 [msft]: update regexp for newer msft compilers.
1559
1560 2005-06-10 Mark A. Hershberger <mah@everybody.org>
1561
1562 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
1563 ATTLIST portions of included DTDs.
1564 (xml-parse-dtd): Eliminate use of inefficient match-data.
1565
1566 2005-06-10 Miles Bader <miles@gnu.org>
1567
1568 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1569 (mpuz-text): Remove "-face" suffix from face names.
1570 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
1571 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
1572 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
1573
1574 * play/gomoku.el (gomoku-O, gomoku-X):
1575 Remove "-face" suffix from face names.
1576 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
1577 New backward-compatibility aliases for renamed faces.
1578 (gomoku-font-lock-keywords): Use renamed gomoku faces.
1579
1580 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1581
1582 * thumbs.el: Fixes for changes of 2005-06-09.
1583 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
1584 as a directory.
1585 (thumbs-thumbname): Remove directory separator from format string;
1586 `thumbs-thumbsdir' now returns a valid directory name.
1587 (thumbs-temp-dir): New defsubst.
1588 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
1589 Use it.
1590
1591 * cus-edit.el (minibuffer):
1592 * files.el (make-backup-file-name-function):
1593 * filesets.el (filesets-external-viewers):
1594 * hilit-chg.el (highlight-changes-colours)
1595 (highlight-changes-face-list, highlight-changes-rotate-faces):
1596 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
1597 * kmacro.el (kmacro-call-macro):
1598 * log-edit.el (log-edit-changelog-full-paragraphs):
1599 * mouse.el (mouse-1-click-follows-link):
1600 * skeleton.el (skeleton-autowrap):
1601 * subr.el (insert-for-yank-1):
1602 * tempo.el (tempo-insert-region):
1603 * terminal.el (terminal-emulator):
1604 * time.el (display-time-mail-face):
1605 * vc.el (vc-annotate):
1606 * vcursor.el (vcursor-copy-line):
1607 * woman.el (woman-bold-headings, woman-ignore)
1608 (woman-default-faces, woman-monochrome-faces):
1609 * calendar/todo-mode.el (todo-insert-threshold):
1610 * emulation/pc-select.el (pc-select-selection-keys-only)
1611 (pc-selection-mode):
1612 * emulation/vip.el (vip-find-char-forward):
1613 * emulation/viper-cmd.el (viper-find-char-forward):
1614 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
1615 (input-method-exit-on-invalid-key):
1616 * international/mule-diag.el (describe-coding-system):
1617 * international/ucs-tables.el (unify-8859-on-encoding-mode):
1618 * net/browse-url.el (browse-url-xterm-program):
1619 * obsolete/lazy-lock.el (lazy-lock-mode):
1620 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
1621 (cperl-mode):
1622 * progmodes/cpp.el (cpp-face-light-name-list)
1623 (cpp-face-dark-name-list):
1624 * progmodes/delphi.el (delphi-newline-always-indents):
1625 Fix spellings in docstrings.
1626
1627 * ido.el (ido-mode, ido-file-extensions-order)
1628 (ido-default-file-method, ido-default-buffer-method)
1629 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
1630 (ido-decorations, ido-read-file-name-as-directory-commands)
1631 (ido-read-file-name-non-ido, ido-work-directory-list)
1632 (ido-ignore-item-temp-list, ido-current-directory)
1633 (ido-magic-forward-char, ido-enter-find-file)
1634 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
1635 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
1636
1637 2005-06-10 Lute Kamstra <lute@gnu.org>
1638
1639 * play/dunnet.el (dun-mode): Use define-derived-mode.
1640 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
1641 obsolete alias.
1642
1643 * play/doctor.el (doctor-mode-map): Remove defvar.
1644 (doctor-mode): Use define-derived-mode.
1645
1646 * mail/mspools.el (mspools-mode):
1647 * net/eudc-hotlist.el (eudc-hotlist-mode):
1648 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
1649
1650 2005-06-10 Miles Bader <miles@gnu.org>
1651
1652 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1653 Remove "-face" suffix from face names.
1654 (flyspell-incorrect-face, flyspell-duplicate-face):
1655 New backward-compatibility aliases for renamed faces.
1656 (flyspell-mode-on, make-flyspell-overlay)
1657 (flyspell-highlight-incorrect-region)
1658 (flyspell-highlight-duplicate-region)
1659 (flyspell-display-next-corrections)
1660 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
1661
1662 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
1663 from face name.
1664 (texinfo-heading-face): New backward-compatibility alias for
1665 renamed face.
1666 (texinfo-heading-face): Use renamed texinfo-heading face.
1667
1668 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
1669 suffix from face names.
1670 (tex-math-face, tex-verbatim-face):
1671 New backward-compatibility aliases for renamed faces.
1672 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
1673 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
1674 literal face name.
1675
1676 * textmodes/table.el (table-cell): Remove "-face" suffix from face
1677 name.
1678 (table-cell-face): New backward-compatibility alias for renamed face.
1679 (table--put-cell-face-property, table--update-cell-face):
1680 Use renamed table-cell face.
1681
1682 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
1683 from face name.
1684 (sgml-namespace-face): New backward-compatibility alias for
1685 renamed face.
1686 (sgml-namespace-face): Use renamed sgml-namespace face.
1687
1688 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
1689 (org-level-4, org-level-5, org-level-6, org-level-7)
1690 (org-level-8, org-warning, org-headline-done)
1691 (org-deadline-announce, org-scheduled-today)
1692 (org-scheduled-previously, org-link, org-done, org-table)
1693 (org-time-grid): Remove "-face" suffix from face names.
1694 (org-level-1-face, org-level-2-face, org-level-3-face)
1695 (org-level-4-face, org-level-5-face, org-level-6-face)
1696 (org-level-7-face, org-level-8-face, org-warning-face)
1697 (org-headline-done-face, org-deadline-announce-face)
1698 (org-scheduled-today-face, org-scheduled-previously-face)
1699 (org-link-face, org-done-face, org-table-face)
1700 (org-time-grid-face):
1701 New backward-compatibility aliases for renamed faces.
1702 (org-level-faces, org-set-font-lock-defaults, org-timeline)
1703 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
1704 (org-agenda-get-timestamps, org-agenda-get-scheduled)
1705 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
1706
1707 * emulation/viper-init.el (viper-search, viper-replace-overlay)
1708 (viper-minibuffer-emacs, viper-minibuffer-insert)
1709 (viper-minibuffer-vi): Remove "-face" suffix from face names.
1710 (viper-search-face, viper-replace-overlay-face)
1711 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1712 (viper-minibuffer-vi-face):
1713 New backward-compatibility aliases for renamed faces.
1714 (viper-search-face, viper-replace-overlay-face)
1715 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1716 (viper-minibuffer-vi-face): Use renamed viper faces.
1717
1718 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
1719 Remove "-face" suffix from face names.
1720 (testcover-nohits-face, testcover-1value-face):
1721 New backward-compatibility aliases for renamed faces.
1722 (testcover-mark): Use renamed testcover faces.
1723
1724 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
1725 face name.
1726 (diary-button-face): New backward-compatibility alias for renamed face.
1727 (diary-entry): Use renamed diary-button face.
1728
1729 * calendar/calendar.el (diary, calendar-today, holiday)
1730 (mark-visible-calendar-date): Remove "-face" suffix from face names.
1731 (diary-face, calendar-today-face, holiday-face):
1732 New backward-compatibility aliases for renamed faces.
1733 (eval-after-load "facemenu", diary-entry-marker)
1734 (calendar-today-marker, calendar-holiday-marker, diary-face):
1735 Use renamed calendar faces.
1736
1737 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
1738 (compare-windows-face): New backward-compatibility alias for
1739 renamed face.
1740 (compare-windows-highlight): Use renamed compare-windows face.
1741
1742 * strokes.el (strokes-char): Remove "-face" suffix from face name.
1743 (strokes-char-face): New backward-compatibility alias for renamed face.
1744 (strokes-encode-buffer): Use renamed strokes-char face.
1745
1746 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
1747 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
1748 Remove "-face" suffix from face names.
1749 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
1750 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
1751 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
1752 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
1753 Use renamed pcvs faces.
1754 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
1755 * pcvs-defs.el (cvs-mode-map): Likewise.
1756 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
1757
1758 * info.el (info-title-1, info-title-2, info-title-3)
1759 (info-title-4): Remove "-face" suffix from and downcase face names.
1760 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1761 (Info-title-4-face):
1762 New backward-compatibility aliases for renamed faces.
1763 (Info-fontify-node): Use renamed info faces.
1764
1765 * hilit-chg.el (highlight-changes, highlight-changes-delete):
1766 Remove "-face" suffix from face names.
1767 (highlight-changes-face, highlight-changes-delete-face):
1768 New backward-compatibility aliases for renamed faces.
1769 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
1770 (hilit-chg-make-list): Use renamed highlight-changes faces.
1771
1772 * generic-x.el (show-tabs-tab, show-tabs-space):
1773 Remove "-face" suffix from face names.
1774 (show-tabs-tab-face, show-tabs-space-face):
1775 New backward-compatibility aliases for renamed faces.
1776 (show-tabs-generic-mode-font-lock-defaults-1)
1777 (show-tabs-generic-mode-font-lock-defaults-2):
1778 Use renamed show-tabs faces.
1779
1780 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
1781 (smerge-markers): Remove "-face" suffix from face names.
1782 (smerge-mine-face, smerge-other-face, smerge-base-face)
1783 (smerge-markers-face):
1784 New backward-compatibility aliases for renamed faces.
1785 (smerge-mine-face, smerge-other-face, smerge-base-face)
1786 (smerge-markers-face): Use renamed smerge faces.
1787
1788 * log-view.el (log-view-file, log-view-message):
1789 Remove "-face" suffix from face names.
1790 (log-view-file-face, log-view-message-face):
1791 New backward-compatibility aliases for renamed faces.
1792 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
1793
1794 * paren.el (show-paren-match, show-paren-mismatch):
1795 Remove "-face" suffix from face names.
1796 (show-paren-match-face, show-paren-mismatch-face):
1797 New backward-compatibility aliases for renamed faces.
1798 (show-paren-function): Use renamed show-paren faces.
1799
1800 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
1801 (ruler-mode-margins, ruler-mode-fringes)
1802 (ruler-mode-column-number, ruler-mode-fill-column)
1803 (ruler-mode-comment-column, ruler-mode-goal-column)
1804 (ruler-mode-tab-stop, ruler-mode-current-column):
1805 Remove "-face" suffix from face names.
1806 (ruler-mode-default-face, ruler-mode-pad-face)
1807 (ruler-mode-margins-face, ruler-mode-fringes-face)
1808 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
1809 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
1810 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
1811 New backward-compatibility aliases for renamed faces.
1812 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
1813 (ruler-mode-column-number, ruler-mode-fill-column)
1814 (ruler-mode-comment-column, ruler-mode-goal-column)
1815 (ruler-mode-tab-stop, ruler-mode-current-column)
1816 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
1817
1818 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
1819 face name.
1820 (whitespace-highlight-the-space): Use renamed face.
1821 (whitespace-highlight-face): New backward-compatibility alias for
1822 renamed face.
1823
1824 * woman.el (woman-italic, woman-bold, woman-unknown)
1825 (woman-addition, woman-symbol-face):
1826 Remove "-face" suffix from face names.
1827 (woman-italic-face, woman-bold-face, woman-unknown-face)
1828 (woman-addition-face):
1829 New backward-compatibility aliases for renamed faces.
1830 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
1831 (woman-decode-region, woman-replace-match)
1832 (woman-display-extended-fonts, woman-special-characters)
1833 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
1834 Use renamed woman faces.
1835
1836 * longlines.el (longlines-visible-face): Face removed.
1837
1838 * diff-mode.el (diff-header, diff-file-header, diff-index)
1839 (diff-hunk-header, diff-removed, diff-added, diff-changed)
1840 (diff-function, diff-context, diff-nonexistent): Remove "-face"
1841 suffix from face names.
1842 (diff-header-face, diff-file-header-face, diff-index-face)
1843 (diff-hunk-header-face, diff-removed-face, diff-added-face)
1844 (diff-changed-face, diff-function-face, diff-context-face)
1845 (diff-nonexistent-face): New backward-compatibility aliases for
1846 renamed faces.
1847 (diff-header-face, diff-file-header-face)
1848 (diff-index, diff-index-face, diff-hunk-header)
1849 (diff-hunk-header-face, diff-removed, diff-removed-face)
1850 (diff-added, diff-added-face, diff-changed-face, diff-function)
1851 (diff-function-face, diff-context-face, diff-nonexistent)
1852 (diff-nonexistent-face): Use renamed diff-mode faces.
1853
1854 * progmodes/compile.el (compilation-warning-face)
1855 (compilation-info-face): Remove "-face" suffix from face names.
1856 (compilation-warning-face, compilation-info-face):
1857 New backward-compatibility aliases for renamed faces.
1858 (compilation-warning-face, compilation-info-face):
1859 Use renamed compilation faces.
1860
1861 * add-log.el (change-log-date, change-log-name)
1862 (change-log-email, change-log-file, change-log-list)
1863 (change-log-conditionals, change-log-function)
1864 (change-log-acknowledgement): Remove "-face" suffix from face names.
1865 (change-log-date-face, change-log-name-face)
1866 (change-log-email-face, change-log-file-face)
1867 (change-log-list-face, change-log-conditionals-face)
1868 (change-log-function-face, change-log-acknowledgement-face):
1869 New backward-compatibility aliases for renamed faces.
1870 (change-log-font-lock-keywords): Use renamed change-log faces.
1871
1872 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
1873 (custom-set, custom-changed, custom-saved, custom-button)
1874 (custom-button-pressed, custom-documentation, custom-state)
1875 (custom-comment, custom-comment-tag, custom-variable-tag)
1876 (custom-variable-button, custom-face-tag, custom-group-tag-1)
1877 (custom-group-tag): Remove "-face" suffix from face names.
1878 (custom-magic-alist, custom-magic-value-create)
1879 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
1880 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1881 (custom-set-face, custom-changed-face, custom-saved-face)
1882 (custom-button-face, custom-button-pressed-face)
1883 (custom-documentation-face, custom-state-face)
1884 (custom-comment-face, custom-comment-tag-face)
1885 (custom-variable-tag-face, custom-variable-button-face)
1886 (custom-face-tag-face, custom-group-tag-face-1)
1887 (custom-group-tag-face):
1888 New backward-compatibility aliases for renamed faces.
1889
1890 * wid-edit.el (widget-documentation, widget-button)
1891 (widget-field, widget-single-line-field, widget-inactive)
1892 (widget-button-pressed): "-face" suffix removed from face names.
1893 (widget-documentation-face, widget-button-face)
1894 (widget-field-face, widget-single-line-field-face)
1895 (widget-inactive-face, widget-button-pressed-face):
1896 New backward-compatibility aliases for renamed faces.
1897 (widget-documentation-face, widget-button-face)
1898 (widget-button-pressed-face, widget-specify-field)
1899 (widget-specify-inactive): Use renamed widget faces.
1900
1901 2005-06-10 Kenichi Handa <handa@m17n.org>
1902
1903 * term/x-win.el (x-clipboard-yank): Remove condition-case
1904 wrapping.
1905
1906 2005-06-11 Kenichi Handa <handa@m17n.org>
1907
1908 * add-log.el (change-log-font-lock-keywords): Make the regexp for
1909 date lines stricter.
1910
1911 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
1912
1913 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
1914 of x-get-selection.
1915
1916 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1917
1918 * comint.el (comint-mode, comint-snapshot-last-prompt):
1919 * frame.el (frame-current-scroll-bars):
1920 * term.el (term-mode, term-check-proc, term-input-sender)
1921 (term-simple-send, term-extract-string, term-word)
1922 (term-match-partial-filename):
1923 * window.el (window-current-scroll-bars):
1924 * emulation/cua-base.el (cua-normal-cursor-color)
1925 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
1926 (cua-global-mark-cursor-color):
1927 * mail/undigest.el (rmail-forward-separator-regex):
1928 Fix typos in docstrings.
1929
1930 * comint.el (comint-check-proc, make-comint-in-buffer)
1931 (comint-source-default): Doc fixes.
1932
1933 * term.el (term-send-string): Improve argument/docstring
1934 consistency.
1935
1936 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
1937
1938 * comint.el (comint-send-input): Bind `inhibit-read-only' around
1939 call to `delete-region'.
1940 (comint-mode-hook): Do not enable Font Lock by default.
1941
1942 2005-06-09 Lute Kamstra <lute@gnu.org>
1943
1944 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
1945 could be void.
1946
1947 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * emacs-lisp/debug.el (debugger-will-be-back): New var.
1950 (debug): Use it.
1951 (debugger-step-through, debugger-continue, debugger-jump)
1952 (debugger-return-value): Set it when needed.
1953 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
1954 Use inhibit-read-only.
1955
1956 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
1957
1958 * window.el (shrink-window-if-larger-than-buffer)
1959 (window-size-fixed): Fix typo in docstring.
1960
1961 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
1962 thumbnails directory on loading.
1963 (thumbs-conversion-program): Use `eq' to check the system type,
1964 not `equal'.
1965 (thumbs-temp-dir): Initialize to `temporary-file-directory',
1966 not "/tmp". Fix docstring.
1967 (thumbs-thumbsdir): New function to return the thumbnails
1968 directory, creating it if needed.
1969 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
1970 (thumbs-temp-file): Delete variable and make it into a function.
1971 (thumbs-resize-image, thumbs-modify-image): Use it.
1972 (thumbs-kill-buffer): Simplify.
1973 (thumbs-gensym): Defalias or duplicate CL `gensym'.
1974 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
1975 docstrings.
1976
1977 2005-06-09 Kim F. Storm <storm@cua.dk>
1978
1979 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
1980 set-match-data to free markers in match-data.
1981
1982 * replace.el (replace-match-data): Pass RESEAT arg `t' to
1983 match-data to unchain markers in match-data.
1984
1985 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
1988 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
1989 unnecessary now.
1990
1991 2005-06-08 Richard M. Stallman <rms@gnu.org>
1992
1993 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
1994 give the variable a doc string that doesn't say don't set it directly.
1995
1996 * textmodes/ispell.el (ispell-check-version):
1997 Use match-string-no-properties.
1998 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
1999 (ispell-buffer-local-words): Likewise.
2000
2001 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
2002 except on terminals with enough colors to really display it.
2003 (makefile-dependency-regex): Delete spurious `bb'.
2004
2005 * faces.el (escape-glyph): Use blue once again in last case.
2006 (no-break-space): Redefine so that it isn't invisible on a tty.
2007
2008 2005-06-08 Kim F. Storm <storm@cua.dk>
2009
2010 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
2011 also when reading directory name.
2012
2013 2005-06-08 Lute Kamstra <lute@gnu.org>
2014
2015 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
2016 (flyspell-mode-line-string): Remove autoload cookie.
2017 (flyspell-mode): Remove defvar.
2018
2019 2005-06-07 Lute Kamstra <lute@gnu.org>
2020
2021 * textmodes/org.el (org-run-mode-hooks): New function.
2022 (org-agenda-mode): Use it.
2023
2024 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
2025
2026 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
2027
2028 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2029
2030 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
2031
2032 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
2033
2034 * font-lock.el (font-lock-add-keywords): Doc fix.
2035
2036 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2037
2038 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
2039 (tex-compile-default): In the absence of any history, use the order in
2040 tex-compile-alist to choose the preferred command.
2041 (tex-compile-commands): Reorder a bit.
2042
2043 * textmodes/flyspell.el (flyspell-auto-correct-binding)
2044 (flyspell-incorrect-face, flyspell-duplicate-face):
2045 Use (X)Emacs-agnostic code.
2046 (flyspell-mode-map): Don't overwrite at each load. Remove code
2047 redundant with the subsequent add-minor-mode. Merge Emacs and
2048 XEmacs code.
2049 (flyspell-word): Minor simplification.
2050 (flyspell-math-tex-command-p): Quieten the byte-compiler.
2051 (flyspell-external-point-words): Remove unused vars `size' and `start'.
2052 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
2053 Merge the corresponding Emacs code.
2054 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
2055
2056 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
2057 a dedicated window.
2058
2059 * international/latexenc.el (latexenc-find-file-coding-system):
2060 Undo part of last patch, to turn off a compiler warning.
2061
2062 2005-06-06 Juri Linkov <juri@jurta.org>
2063
2064 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
2065 Rename `tmm-inactive-face' to `tmm-inactive'.
2066
2067 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
2068
2069 * iswitchb.el: Rename faces.
2070
2071 2005-06-06 Kim F. Storm <storm@cua.dk>
2072
2073 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
2074 (cua-global-mark): Remove -face suffix from face names.
2075
2076 * emulation/cua-gmrk.el (cua--init-global-mark):
2077 Remove cua-global-mark face setup.
2078
2079 2005-06-06 Richard M. Stallman <rms@gnu.org>
2080
2081 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
2082 just like other allowed characters.
2083 (makefile-match-dependency): Exclude leading and training whitespace
2084 from the range of regexp subexp 1.
2085 (makefile-macroassign-regex): Don't try to match the body,
2086 just the name of the macro being defined.
2087
2088 * info.el (Info-read-node-name-2): New function.
2089 (Info-read-node-name-1): Use that.
2090 Add a completion-base-size-function property.
2091
2092 * simple.el (completion-setup-function): Look for
2093 completion-base-size-function property of
2094 minibuffer-completion-table.
2095
2096 * files.el (locate-file-completion): Doc fix.
2097
2098 * printing.el: Don't call pr-update-menus; user must do that.
2099
2100 * emacs-lisp/debug.el (debugger-window): New variable.
2101 (debug): Use debugger-window if it is set and still alive.
2102 Record debugger-window for next entry.
2103
2104 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
2105
2106 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
2107
2108 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
2109 (hack-one-local-variable, hack-local-variables)
2110 (hack-local-variables-prop-line): Pass that arg.
2111
2112 2005-06-06 Kim F. Storm <storm@cua.dk>
2113
2114 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2115 (ido-indicator): Remove -face suffix from face names.
2116
2117 2005-06-06 Juri Linkov <juri@jurta.org>
2118
2119 * font-lock.el (font-lock-regexp-backslash)
2120 (font-lock-regexp-backslash-construct): New faces.
2121 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
2122 after `('. Add `while-no-input' to control structures.
2123
2124 * faces.el (no-break-space, shadow): New faces.
2125 (escape-glyph): Use less loud colors pink2 and red4.
2126
2127 * diff-mode.el (diff-context-face)
2128 * dired.el (dired-ignored)
2129 * rfn-eshadow.el (file-name-shadow)
2130 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
2131
2132 * info.el (Info-title-1-face): Use green instead of yellow because
2133 bold yellow is not readable on light backgrounds.
2134
2135 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
2136 before selecting the desired mode to not spend time fontifying
2137 old contents.
2138
2139 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
2140
2141 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
2142 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
2143
2144 * ps-print.el (ps-default-fg, ps-default-bg):
2145 Fix typos in docstrings.
2146
2147 * isearchb.el (isearchb): Don't pass a spurious second argument to
2148 `iswitchb-completions'.
2149
2150 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
2151
2152 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
2153 to preserve point.
2154 (gdb-find-file-hook): Add doc string.
2155
2156 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
2157 C dereferenced pointer expression.
2158 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
2159
2160 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
2161
2162 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
2163 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
2164 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
2165 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
2166 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
2167 Make background transparent.
2168
2169 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
2170
2171 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
2172 (font-lock-remove-keywords): Doc fix.
2173 (font-lock-mode-major-mode): Compiler defvar.
2174 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
2175
2176 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
2177 (font-lock-mode): Update `font-lock-mode-major-mode'.
2178 (font-lock-set-defaults): Compiler defvar.
2179 (font-lock-default-function): Take `font-lock-mode-major-mode'
2180 into account.
2181
2182 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
2183 keep track of which major mode it enabled the minor mode for.
2184 Use find-file-hook again. Update docstring.
2185
2186 * simple.el (eval-expression-print-level)
2187 (eval-expression-print-length, eval-expression-debug-on-error):
2188 Doc fixes.
2189
2190 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
2191
2192 * iswitchb.el (iswitchb-single-match-face)
2193 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
2194 (iswitchb-invalid-regexp-face): New faces.
2195 (iswitchb-completions): Use them.
2196 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
2197 now marked as an obsolete alias.
2198 (iswitchb-read-buffer): Remove check for bound font variables.
2199 (iswitchb-invalid-regexp): New free variable.
2200 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
2201 set iswitchb-invalid-regexp.
2202 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
2203 invalid regexps.
2204 (iswitchb-completions): Add check for complete match when entering
2205 a regexp.
2206 (iswitchb-completions): Remove require-match argument.
2207 (iswitchb-exhibit): Fix caller.
2208 (iswitchb-common-match-inserted): New variable.
2209 (iswitchb-complete, iswitchb-completion-help): Use it.
2210
2211 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
2212
2213 * url-http.el (url-http-chunked-encoding-after-change-function):
2214 Use `url-http-debug' instead of `message'.
2215
2216 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
2217
2218 * url-http.el (url-http-parse-headers): Pass redirected URL as a
2219 callback argument.
2220
2221 2005-06-04 Kim F. Storm <storm@cua.dk>
2222
2223 * simple.el (line-move): Only call sit-for when moving backwards.
2224
2225 * ido.el (ido-make-merged-file-list-1): New defun split from
2226 ido-make-merged-file-list.
2227 (ido-make-merged-file-list): Bind throw-on-input around call to
2228 ido-make-merged-file-list-1. Return input-pending-p if
2229 interrupted by more input available.
2230 (ido-read-internal): Handle input-pending-p return value from
2231 ido-make-merged-file-list.
2232
2233 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
2236 compatibility code.
2237
2238 * international/latexenc.el (latexenc-find-file-coding-system):
2239 Don't inherit the EOL part of the coding-system from the
2240 tex-main buffer. Fit within 80 columns.
2241
2242 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
2243
2244 * tmm.el (tmm-inactive-face): New face.
2245 (tmm-remove-inactive-mouse-face): New function.
2246 (tmm-prompt, tmm-add-one-shortcut)
2247 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
2248 but not selectable.
2249
2250 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
2251
2252 * faces.el (face-equal): Improve argument/docstring consistency.
2253
2254 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
2255
2256 * progmodes/make-mode.el (makefile-targets-face)
2257 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
2258 (makefile-bsdmake-dependency-regex)
2259 (makefile-makepp-rule-action-regex)
2260 (makefile-bsdmake-rule-action-regex): New constants.
2261 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
2262
2263 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2264 Allow (...) within `...' for makepp messages.
2265
2266 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
2267
2268 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
2269
2270 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
2271 "." files are deleted from all file lists before comparison.
2272
2273 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2274 (viper-ESC-key): Made them customizable.
2275
2276 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
2277
2278 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
2279
2280 * autorevert.el (auto-revert-buffers): Use save-match-data.
2281
2282 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2283
2284 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
2285 menu items with a nil command binding.
2286
2287 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
2288
2289 * emacs-lisp/cl-macs.el (defsetf):
2290 Improve argument/docstring consistency.
2291
2292 * faces.el (list-faces-display): Improve the formatting by
2293 computing the maximum length required for any face-name (reworked
2294 patch of 1999-01-11, accidentally deleted on 1999-07-21).
2295 (internal-find-face): Remove redundant info in docstring.
2296
2297 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
2298
2299 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
2300 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
2301 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
2302 (gdb-assembler-custom): Improve regexps.
2303 (def-gdb-auto-update-handler): Use window point to preserve point.
2304
2305 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2306
2307 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
2308
2309 2005-05-31 Jay Belanger <belanger@truman.edu>
2310
2311 * calc/calc-embed.el (calc-embedded-word): Change argument passed
2312 to calc-embedded.
2313 (calc-embedded-make-info): Have plain prefix argument select
2314 entire line.
2315
2316 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
2317
2318 * faces.el (list-faces-display): Signal error if passed a regexp
2319 that matches no face name.
2320
2321 * simple.el (filter-buffer-substring): Fix typo in docstring.
2322
2323 2005-05-31 Richard M. Stallman <rms@gnu.org>
2324
2325 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
2326 (vhdl-emacs-21): Doc fix.
2327 (vhdl-mode): Unconditionally set comment-padding.
2328 (vhdl-fixup-whitespace-region): Insert spaces only where
2329 there are none.
2330 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
2331
2332 2005-05-30 John Wiegley <johnw@newartisans.com>
2333
2334 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2335 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
2336 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
2337 `directory-sep-char' to ?/, and all uses of `string-to-int' to
2338 `string-to-number'.
2339
2340 2005-05-30 Jay Belanger <belanger@truman.edu>
2341
2342 * calc/calc.el (calc-bug-address): Fix docstring.
2343 (calc-window-hook, calc-trail-window-hook): New variables.
2344 (calc-trail-display): Restore use of calc-trail-window-hook.
2345 (calc): Restore use of calc-window-hook.
2346
2347 2005-05-31 Masatake YAMATO <jet@gyve.org>
2348
2349 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
2350
2351 * help-fns.el (help-C-file-name): Add autoload mark for
2352 `find-function-noselect'.
2353
2354 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2355
2356 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
2357 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
2358
2359 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2360
2361 * calendar/diary-lib.el (mark-included-diary-files): Only kill
2362 included diary buffer if it was not already being visited.
2363 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
2364
2365 * calendar/icalendar.el (top-level): Do not require 'appt.
2366
2367 * mail/supercite.el (sc-select-attribution): Only use a list
2368 element from sc-attrib-selection-list if it returns a string.
2369 Reported by Davide G. M. Salvetti <salve@debian.org>.
2370
2371 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
2372
2373 * thumbs.el (thumbs-thumbname): The resulting thumbname now
2374 includes a hash value to improve its uniqueness, and has a ".jpg"
2375 extension. Also, it is now a valid filename on all systems.
2376 (thumbs-make-thumb): Use `let', not `let*'.
2377 (thumbs-show-thumbs-list): Check for JPEG availability.
2378
2379 2005-05-30 Richard M. Stallman <rms@gnu.org>
2380
2381 * filesets.el (filesets-menu-ensure-use-cached):
2382 Prevent warning when emacs-version>= is undefined.
2383
2384 * printing.el (pr-interactive-n-up): Use string-to-number.
2385
2386 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
2387
2388 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2389 Warn only when name to be defined is quoted.
2390
2391 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
2392
2393 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
2394 Make regexp more robust.
2395 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2396 Force regeneration of disassembly.
2397
2398 2005-05-29 Jay Belanger <belanger@truman.edu>
2399
2400 * calc/calc.el (calc-user-invocation): Check if
2401 calc-invocation-macro is non-nil.
2402
2403 2005-05-29 Juri Linkov <juri@jurta.org>
2404
2405 * add-log.el (change-log-font-lock-keywords):
2406 Add `+' to e-mail regexp to accept mail address with keywords.
2407
2408 * man.el (Man-name-regexp): Add `:' to accept qualified names.
2409
2410 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2411
2412 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
2413
2414 * ielm.el (inferior-emacs-lisp-mode): Ditto.
2415
2416 2005-05-29 Richard M. Stallman <rms@gnu.org>
2417
2418 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2419 Undo the change that moves to end of the current word.
2420
2421 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
2422
2423 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
2424 Throw error when count <= 0 to ensure input is a number.
2425 (gdb-read-memory-custom): Pick up address from buffer.
2426 (gdb-memory-mode): Allow user to increment and decrement
2427 memory address from header line.
2428
2429 2005-05-29 Richard M. Stallman <rms@gnu.org>
2430
2431 * flyspell.el (flyspell-version): Function deleted.
2432 (flyspell-auto-correct-previous-hook): Doc fix.
2433
2434 * jit-lock.el (jit-lock-function, jit-lock-after-change):
2435 Do nothing if memory is full.
2436
2437 * font-lock.el (font-lock-fontify-syntactically-region):
2438 Pass t for GREEDY to looking-back.
2439
2440 * saveplace.el (save-place-alist-to-file): Write the file
2441 using write-region.
2442
2443 * subr.el (looking-back): New argument GREEDY.
2444
2445 * progmodes/compile.el (compilation-start): Set the mode
2446 before inserting the initial text.
2447
2448 * progmodes/which-func.el (which-func-update-1): Turn the mode
2449 off in case of error by setting which-func-mode.
2450
2451 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
2452
2453 * flyspell.el (flyspell-auto-correct-previous-word):
2454 Narrow down to what's on the screen, and recenter overlays
2455 at the end of the next word.
2456
2457 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
2458
2459 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
2460 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
2461 (flyspell-abbrev-p): Default to nil.
2462 (flyspell-use-global-abbrev-table-p): Doc fix.
2463 (flyspell-large-region): Allow nil as value.
2464 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
2465
2466 (mail-mode-flyspell-verify): More robust handling
2467 of `mail-header-separator'. More efficient signature detection.
2468 Allow for regexp metacharacters in message-header-separator.
2469 Adding `To' not to be checked in mail-mode-flyspell-verify.
2470
2471 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
2472 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
2473 Bind flyspell-auto-correct-binding.
2474 Bind C-. and C-, .
2475 (flyspell-mode-map): Likewise.
2476 (flyspell-mode): Doc fix.
2477 (flyspell-accept-buffer-local-defs): Preserve current buffer.
2478 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
2479 (flyspell-word-cache-result): New var, always local.
2480 (flyspell-check-pre-word-p): Doc fix.
2481 (flyspell-check-changed-word-p): Handle spc like newline.
2482 (flyspell-post-command-hook): Set flyspell-word-cache-result.
2483 (flyspell-word-search-backward, flyspell-word-search-forward):
2484 New functions.
2485 (flyspell-word): Return t if nothing to check.
2486 When parsing TeX code, check for after } or \.
2487 Use flyspell-word-search-backward to find previous word.
2488 Return nil if duplicated word.
2489 For word already checked, return same value as last time.
2490 Set flyspell-word-cache-result after checking.
2491 Don't clobber the return value.
2492 (flyspell-get-word): Major rewrite.
2493 (flyspell-external-point-words): New locals pword, pcount.
2494 Fix size used in progress message.
2495 Find the proper corresponding word in flyspell-large-region-buffer.
2496 (flyspell-region): Check for flyspell-large-region = nil.
2497 (flyspell-highlight-incorrect-region): Clean up overlays in region.
2498 (flyspell-auto-correct-word): Check that WORD is a cons.
2499 (flyspell-correct-word): Likewise.
2500
2501 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
2502
2503 * progmodes/make-mode.el (makefile-rule-action-regex)
2504 (makefile-macroassign-regex, makefile-makepp-mode)
2505 (makefile-bsdmake-mode): Continuation lines may be empty.
2506 Reported by Joshua Varner.
2507 (makefile-makepp-font-lock-keywords): Add $(stem).
2508
2509 2005-05-28 Karl Berry <karl@gnu.org>
2510
2511 * textmodes/tex-mode.el: Now that tex-send-command calls
2512 shell-quote-argument (2005-03-31 change), remove all calls to
2513 shell-quote-argument; they all end up invoking tex-send-command.
2514 The double quoting loses on filenames with non-safe characters,
2515 such as "@". Reported by Frederik Fouvry.
2516
2517 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
2518
2519 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
2520 about preserving point.
2521
2522 2005-05-27 Jay Belanger <belanger@truman.edu>
2523
2524 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
2525 Info-goto-node.
2526
2527 * calc/calc-embed.el (calc-embed-arg): New variable.
2528 (calc-do-embedded-activate, calc-embedded-activate-formula)
2529 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
2530 variable by new variable.
2531 (calc-embedded-make-info): Replace undeclared variable by new
2532 variable. When selecting region with positive prefix
2533 argument, use end of previous line instead of beginning of line.
2534
2535 * calc/calc-aent.el (calc-arg-values): Declare it.
2536
2537 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
2538 Declare them.
2539
2540 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
2541
2542 * calc/calc.el (calc-alg-map): Declare it.
2543
2544 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
2545
2546 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
2547
2548 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
2549 (gdb-registers-buffer, toggle-gdb-all-registers):
2550 Toggle display of floating point registers.
2551 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
2552
2553 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
2554 (toggle-gud-tooltip-dereference):
2555 Rename from gud-toggle-tooltip-dereference.
2556
2557 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2558
2559 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
2560
2561 2005-05-27 Jay Belanger <belanger@truman.edu>
2562
2563 * calc/calc-prog.el (calc-kbd-report): Remove.
2564 (calc-kbd-query): Rewrite.
2565
2566 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
2567
2568 * image.el (image-library-alist): Move to image.c.
2569 (image-type-available-p): Doc fix.
2570
2571 2005-05-27 Lute Kamstra <lute@gnu.org>
2572
2573 * calc/calc.el (calc):
2574 * outline.el (outline-1, outline-2, outline-3, outline-4)
2575 (outline-5, outline-6, outline-7, outline-8):
2576 * textmodes/dns-mode.el (dns-mode):
2577 * textmodes/sgml-mode.el (sgml-namespace-face):
2578 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
2579 (tex-verbatim-face, tex-use-reftex):
2580 * textmodes/texinfo.el (texinfo-heading-face):
2581 Specify customization group.
2582
2583 * longlines.el: Don't require easy-mmode.
2584 (longlines-visible-face): Specify customization group.
2585
2586 2005-05-27 Kenichi Handa <handa@m17n.org>
2587
2588 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
2589 encoding table of windows-1251.
2590
2591 * international/ucs-tables.el (ucs-set-table-for-input):
2592 If translation-table-for-input of a coding system is a symbol, get
2593 its translation-table property.
2594
2595 * international/code-pages.el: Don't register a coding system into
2596 non-iso-charset-alist more than once.
2597 (cp-make-coding-system): Likewise.
2598
2599 2005-05-26 John Wiegley <johnw@newartisans.com>
2600
2601 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
2602 `eshell-resume-eval' is wrapped in a list, it indicates that the
2603 command was run asynchronously. In that case, unwrap the value
2604 before checking the delimiter value.
2605
2606 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
2607 character before a space at the end of a line is \, assume the space
2608 is part of the last argument rather than a final argument separator.
2609
2610 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
2611 is in use, and the target is `t' or `nil' (which are the most common
2612 values), don't assume that the symbol target is a buffer.
2613
2614 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
2615
2616 * calendar/calendar.el (calendar-mode-line-format):
2617 Use mode-line-highlight as mouse-face.
2618
2619 * time.el (display-time-string-forms, display-time-update):
2620 Use mode-line-highlight as mouse-face.
2621
2622 2005-05-26 Jay Belanger <belanger@truman.edu>
2623
2624 * calc/calc.el (calc-language-alist): Remove extra defvar.
2625
2626 2005-05-26 Lute Kamstra <lute@gnu.org>
2627
2628 * arc-mode.el (archive-mode):
2629 * bookmark.el (bookmark-read-annotation-mode)
2630 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
2631 * bs.el (bs-mode):
2632 * calc/calc-yank.el (calc-edit-mode):
2633 * calc/calc.el (calc-mode, calc-trail-mode):
2634 * calculator.el (calculator-mode):
2635 * chistory.el (command-history-mode):
2636 * comint.el:
2637 * cus-edit.el (custom-mode):
2638 * descr-text.el (describe-text-mode):
2639 * ebuff-menu.el (Electric-buffer-menu-mode):
2640 * ediff-util.el (ediff-mode):
2641 * emacs-lisp/re-builder.el (reb-mode):
2642 * emulation/vi.el (vi-mode-setup):
2643 * emulation/ws-mode.el (wordstar-mode):
2644 * eshell/esh-mode.el (eshell-mode):
2645 * forms.el (forms-mode):
2646 * help-mode.el (help-mode):
2647 * hexl.el (hexl-mode):
2648 * ibuffer.el (ibuffer-mode):
2649 * ielm.el (inferior-emacs-lisp-mode):
2650 * info.el (Info-mode, Info-edit-mode):
2651 * international/swedish.el:
2652 * ledit.el (ledit-from-lisp-mode):
2653 * locate.el (locate-mode):
2654 * mail/rmail.el (rmail-mode):
2655 * mail/rmailedit.el (rmail-edit-mode):
2656 * mail/rmailsum.el (rmail-summary-mode):
2657 * mail/supercite.el (sc-electric-mode):
2658 * net/eudc.el (eudc-mode):
2659 * net/quickurl.el (quickurl-list-mode):
2660 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
2661 * obsolete/ooutline.el (outline-mode):
2662 * obsolete/options.el (Edit-options-mode):
2663 * obsolete/rnews.el (news-mode):
2664 * obsolete/rnewspost.el (news-reply-mode):
2665 * play/5x5.el (5x5-mode):
2666 * play/decipher.el (decipher-mode, decipher-stats-mode):
2667 * play/gomoku.el (gomoku-mode):
2668 * play/snake.el (snake-mode):
2669 * play/solitaire.el (solitaire-mode):
2670 * play/tetris.el (tetris-mode):
2671 * progmodes/ada-mode.el (ada-mode):
2672 * progmodes/antlr-mode.el (antlr-mode):
2673 * progmodes/autoconf.el (autoconf-mode):
2674 * progmodes/dcl-mode.el (dcl-mode):
2675 * progmodes/delphi.el (delphi-mode):
2676 * progmodes/ebrowse.el (ebrowse-tree-mode)
2677 (ebrowse-electric-list-mode, ebrowse-member-mode)
2678 (ebrowse-electric-position-mode):
2679 * progmodes/f90.el (f90-mode):
2680 * progmodes/fortran.el (fortran-mode):
2681 * progmodes/icon.el (icon-mode):
2682 * progmodes/idlw-help.el (idlwave-help-mode):
2683 * progmodes/idlw-shell.el (idlwave-shell-mode):
2684 * progmodes/idlwave.el (idlwave-mode):
2685 * progmodes/inf-lisp.el (inferior-lisp-mode):
2686 * progmodes/m4-mode.el (m4-mode):
2687 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
2688 * progmodes/modula2.el (modula-2-mode):
2689 * progmodes/octave-inf.el (inferior-octave-mode):
2690 * progmodes/octave-mod.el (octave-mode):
2691 * progmodes/pascal.el (pascal-mode):
2692 * progmodes/sh-script.el (sh-mode):
2693 * progmodes/sql.el (sql-mode, sql-interactive-mode):
2694 * progmodes/vhdl-mode.el (vhdl-mode):
2695 * progmodes/xscheme.el (scheme-interaction-mode):
2696 * replace.el (occur-mode):
2697 * ses.el (ses-mode):
2698 * simple.el (completion-list-mode):
2699 * skeleton.el:
2700 * speedbar.el (speedbar-mode):
2701 * term.el (term-mode):
2702 * terminal.el (terminal-edit-mode):
2703 * textmodes/reftex-index.el (reftex-index-mode)
2704 (reftex-index-phrases-mode):
2705 * textmodes/reftex-sel.el (reftex-select-label-mode)
2706 (reftex-select-bib-mode):
2707 * textmodes/reftex-toc.el (reftex-toc-mode):
2708 * wdired.el (wdired-change-to-wdired-mode):
2709 * wid-browse.el (widget-browse-mode):
2710 Use run-mode-hooks.
2711
2712 * array.el (array-mode):
2713 * calendar/todo-mode.el (todo-mode):
2714 * man.el (Man-mode):
2715 * play/landmark.el (lm-mode):
2716 * play/mpuz.el (mpuz-mode):
2717 Use kill-all-local-variables and run-mode-hooks.
2718
2719 * subr.el (delay-mode-hooks): Specify indentation.
2720
2721 2005-05-26 Mark A. Hershberger <mah@everybody.org>
2722
2723 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
2724
2725 2005-05-26 Jay Belanger <belanger@truman.edu>
2726
2727 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
2728 of nil.
2729
2730 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
2731
2732 * progmodes/gdb-ui.el (gdb-frame-address):
2733 Rename from gdb-current-address.
2734 (gdb-previous-frame-address): Rename from gdb-previous-address.
2735 (gdb-selected-frame): Rename from gdb-current-frame.
2736 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
2737 (gdb-frame-number): Rename from gdb-current-stack-level.
2738 (gdb-ann3): Match new mode-name for disassembly buffer.
2739 Extend initialization of variables.
2740 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
2741 (gdb-memory-mode): Use mouse-face in header line.
2742 (gdb-assembler-buffer-name): Call it disassembly and give frame
2743 in mode line.
2744 (gdb-source-spec-regexp, gdb-assembler-custom)
2745 (gdb-invalidate-assembler, gdb-frame-handler):
2746 Make robust to leading zeroes in address format.
2747
2748 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
2749
2750 * textmodes/org.el (org-mode): Use `define-derived-mode' to
2751 define `org-mode'.
2752 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
2753
2754 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2755
2756 * log-edit.el (log-edit-changelog-entries): Distinguish between
2757 filenames like xfns.c and fns.c.
2758
2759 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
2760
2761 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
2762 point after reverting.
2763 (Buffer-menu-make-sort-button): Handle the case where
2764 `Buffer-menu-use-header-line' is nil.
2765
2766 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2767
2768 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
2769 New funcs. In minibuffer-local-completion-map bind `]', `/'
2770 and `:' to them.
2771
2772 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2773
2774 * startup.el (normal-top-level): Allow modification of load-path while
2775 we're iterating over it.
2776
2777 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
2778
2779 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
2780 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
2781 (thumbs-resize-interactive, thumbs-insert-image)
2782 (thumbs-insert-thumb, thumbs-dired-show-marked)
2783 (thumbs-find-image-at-point, thumbs-delete-images)
2784 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
2785 (thumbs-increment-image-size, thumbs-decrement-image-size):
2786 Fix typos in docstrings.
2787
2788 2005-05-24 Andre Spiegel <spiegel@gnu.org>
2789
2790 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
2791 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
2792 (cperl-mode): Use them.
2793
2794 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
2795
2796 * window.el (quit-window, shrink-window-if-larger-than-buffer):
2797 Doc fixes.
2798
2799 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
2800
2801 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
2802 Bind C-d to gdb-inferior-io-eof.
2803
2804 * dired.el (dired-dnd-popup-notice): Use message-box.
2805
2806 2005-05-23 Masatake YAMATO <jet@gyve.org>
2807
2808 * bindings.el (mode-line-major-mode-keymap):
2809 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
2810
2811 * faces.el (mode-line-highlight): New face.
2812
2813 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
2814 as mouse-face.
2815
2816 * bindings.el (top-level, help-echo, mode-line-modified)
2817 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
2818 as mouse-face.
2819
2820 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
2821
2822 * progmodes/cc-engine.el (c-guess-basic-syntax):
2823 Remove spurious call to `zerop'.
2824
2825 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
2826
2827 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2828
2829 CC Mode update to 5.30.10:
2830
2831 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
2832 could go past the limit in decoration level 2, thereby causing
2833 errors during interactive fontification.
2834
2835 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
2836 the file is evaluated interactively.
2837
2838 * cc-engine.el (c-guess-basic-syntax): Handle operator
2839 declarations somewhat better in C++.
2840
2841 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
2842 make use of `run-mode-hooks' which has been added in Emacs 21.1.
2843 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2844 (awk-mode): Use it.
2845 (make-local-hook): Suppress warning about obsoleteness.
2846
2847 * cc-engine.el, cc-align.el, cc-cmds.el
2848 (c-append-backslashes-forward, c-delete-backslashes-forward)
2849 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
2850 Compensate for return value from `forward-line' when it has moved
2851 but not to a different line due to eob.
2852
2853 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
2854 `objc-method-intro' and `objc-method-args-cont'.
2855
2856 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
2857
2858 CC Mode update to 5.30.10:
2859
2860 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
2861 in the copyright statement. Incidentally, change "along with GNU
2862 Emacs" to "along with this program" where it occurs.
2863
2864 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
2865 so that it is interactive, hence can be found by M-x awk-mode
2866 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
2867 <gmorris+emacs@ast.cam.ac.uk>.
2868
2869 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
2870 Mode's regexps.
2871
2872 2005-05-23 Kevin Ryde <user42@zip.com.au>
2873
2874 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
2875 c-parse-state, to avoid a lisp error (on bad code).
2876
2877 2005-05-23 Lute Kamstra <lute@gnu.org>
2878
2879 * subr.el (font-lock-defaults): Remove defvar as it's already
2880 defined in font-core.el.
2881
2882 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
2883
2884 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
2885
2886 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
2887 more general and work when GDB variable "print pretty" is on,
2888 as with Emacs, for example.
2889
2890 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
2891
2892 * font-core.el: Update comment.
2893
2894 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2895 Use `after-change-major-mode-hook' instead of `find-file-hook'.
2896
2897 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
2898
2899 2005-05-22 Eli Zaretskii <eliz@gnu.org>
2900
2901 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
2902 and `yank-handler' in the doc strings.
2903
2904 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2905
2906 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
2907
2908 2005-05-22 Richard M. Stallman <rms@gnu.org>
2909
2910 * help.el (describe-key): Move print-help-return-message call
2911 out of conditional.
2912
2913 * progmodes/etags.el (list-tags): Use with-no-warnings.
2914
2915 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
2916 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
2917 (starttls-extra-args, starttls-extra-arguments): Add defvars.
2918
2919 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
2920
2921 * language/viet-util.el (viet-viscii-nonascii-translation-table):
2922 Add defvar.
2923
2924 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
2925 Use defvar, not defconst.
2926
2927 * hexl.el (hexl-follow-line): Use with-no-warnings.
2928
2929 * emulation/tpu-extras.el: Use write-file-functions instead of
2930 write-file-hooks.
2931
2932 * dired.el (dired-font-lock-keywords): Fontify files with junk
2933 extensions even if marked by -F.
2934
2935 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
2936
2937 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
2938 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
2939 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
2940 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
2941 (concatenate, list-length, get*, getf, cl-remprop):
2942 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
2943 (etypecase, progv, lexical-let, lexical-let*)
2944 (multiple-value-bind, multiple-value-setq, shiftf):
2945 Improve argument/docstring consistency.
2946
2947 * subr.el (focus-frame, unfocus-frame):
2948 Revert deletion on 2005-05-01.
2949
2950 2005-05-22 Andre Spiegel <spiegel@gnu.org>
2951
2952 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
2953 doesn't exist.
2954
2955 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
2956 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
2957
2958 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
2959
2960 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
2961 already deleted variables: auto-fill-hook, blink-paren-hook,
2962 lisp-indent-hook, inhibit-local-variables, unread-command-event,
2963 suspend-hooks, comment-indent-hook, meta-flag,
2964 before-change-function, after-change-function,
2965 font-lock-doc-string-face.
2966
2967 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2968
2969 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2970
2971 2005-05-21 Eli Zaretskii <eliz@gnu.org>
2972
2973 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
2974 rmail-dont-reply-to.
2975
2976 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2977
2978 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
2979 literal blank when splitting new-header-values.
2980
2981 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
2982
2983 * calendar/cal-menu.el (cal-menu-update): Add separator as a
2984 string so that tmm doesn't create a completion entry for it.
2985
2986 * textmodes/table.el (table-disable-menu): Ditto.
2987
2988 2005-05-21 Richard M. Stallman <rms@gnu.org>
2989
2990 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
2991
2992 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
2993
2994 * net/rcompile.el (remote-compile): Use compilation-start.
2995
2996 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
2997
2998 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
2999
3000 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
3001 Default to makefile-bsdmake-mode on BSD systems.
3002
3003 * imenu.el (imenu-generic-expression, imenu--generic-function'):
3004 REGEXP may also be a search function now. The part of doc-string
3005 for describing the structure was 95% identical to that of
3006 `imenu--generic-function'. Unify it there.
3007
3008 * progmodes/make-mode.el (makefile-imenu-generic-expression):
3009 Use function to find dependencies, because regexp alone is so complex,
3010 it easily goes into an endless loop.
3011 (makefile-makepp-mode): Also add submenu for Perl functions
3012 defined in the makefile.
3013 (makefile-bsdmake-mode): Special imenu-generic-expression no
3014 longer needed, due to function call.
3015 (makefile-match-dependency): Take BOUND into account when checking
3016 if we're through.
3017
3018 2005-05-20 Jay Belanger <belanger@truman.edu>
3019
3020 * calc/calc-units.el (calc-invalidate-units-table):
3021 Use inhibit-read-only.
3022 (math-build-units-table-buffer): Use view-mode.
3023
3024 2005-05-20 David Kastrup <dak@gnu.org>
3025
3026 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
3027 easy-menu-add is not a nop on Emacs; and clarify when to call it.
3028
3029 2005-05-20 Lute Kamstra <lute@gnu.org>
3030
3031 * diff-mode.el (diff-header-face, diff-file-header-face)
3032 (diff-index-face, diff-hunk-header-face, diff-removed-face)
3033 (diff-added-face, diff-changed-face, diff-function-face)
3034 (diff-context-face, diff-nonexistent-face): Put them in the
3035 diff-mode customization group.
3036
3037 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3038
3039 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
3040
3041 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
3042
3043 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
3044 Minor regexp-optimization.
3045
3046 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
3047
3048 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
3049 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
3050 (org-agenda-add-time-grid-maybe): New function.
3051 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
3052 (org-table-create): `dotimes' instead of `mapcar'.
3053 (org-xor): Simplify implementation.
3054 (org-agenda): `inhibit-redisplay' turned on.
3055 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
3056 a consistent line after a state change.
3057 (org-agenda-remove-times-when-in-prefix): New option.
3058 (org-prefix-has-time): New variable.
3059 (org-parse-time-string): Optional argument NODEFAULT.
3060 (org-format-agenda-item): Parse items for time-of-day
3061 specifications and move these into the prefix if possible.
3062 (org-agenda-priority): Get current heading, not previous heading
3063 during agenda remote editing.
3064
3065 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
3066
3067 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
3068 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
3069 (remove-duplicates, delete-duplicates, substitute)
3070 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
3071 (nsubstitute-if-not, find, find-if, find-if-not, position)
3072 (position-if, position-if-not, count, count-if, count-if-not)
3073 (mismatch, search, sort*, stable-sort, merge, member*)
3074 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
3075 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
3076 (intersection, nintersection, set-difference, nset-difference)
3077 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
3078 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
3079 (nsublis, tree-equal): Improve argument/docstring consistency.
3080
3081 * subr.el (send-string, send-region):
3082 Remove obsolescence declaration.
3083 (window-dot, set-window-dot, read-input, show-buffer)
3084 (eval-current-buffer, string-to-int):
3085 Add release number to obsolescence declarations.
3086
3087 2005-05-19 Kim F. Storm <storm@cua.dk>
3088
3089 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
3090 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
3091
3092 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
3093
3094 * faces.el (list-faces-display): Make back button respect optional
3095 regexp arg.
3096
3097 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
3098
3099 * calculator.el (calculator-radix-grouping-mode)
3100 (calculator-radix-grouping-digits, calculator-displayer)
3101 (calculator-radix-grouping-separator, calculator-copy-displayer):
3102 * dabbrev.el (dabbrev-search-these-buffers-only):
3103 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
3104 (diff-advance-after-apply-hunk, diff-mode-hook)
3105 (diff-minor-mode-prefix):
3106 * imenu.el (imenu-use-popup-menu):
3107 * jit-lock.el (jit-lock-context-time):
3108 * newcomment.el (comment-fill-column, comment-column)
3109 (comment-style, comment-padding, comment-multi-line)
3110 (comment-empty-lines, comment-auto-fill-only-comments):
3111 * reveal.el (reveal-around-mark):
3112 * uniquify.el (uniquify-buffer-name-style)
3113 (uniquify-after-kill-buffer-p)
3114 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
3115 (uniquify-min-dir-content, uniquify-separator)
3116 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
3117 * w32-vars.el (w32-fixed-font-alist):
3118 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3119 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
3120 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
3121 * progmodes/perl-mode.el (perl-indent-level)
3122 (perl-continued-statement-offset, perl-continued-brace-offset)
3123 (perl-brace-offset, perl-brace-imaginary-offset)
3124 (perl-label-offset, perl-indent-continued-arguments)
3125 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
3126 * progmodes/tcl.el (tcl-indent-level)
3127 (tcl-continued-indent-level, tcl-auto-newline)
3128 (tcl-tab-always-indent, tcl-electric-hash-style)
3129 (tcl-help-directory-list, tcl-use-smart-word-finder)
3130 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
3131 (inferior-tcl-source-command):
3132 * textmodes/fill.el (enable-kinsoku):
3133 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
3134 * textmodes/table.el (table-yank-handler):
3135 Specify missing group (and type, if simple) in defcustom.
3136
3137 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
3138
3139 * progmodes/compile.el (compilation-finish-function): Fix defvar.
3140
3141 2005-05-19 Richard M. Stallman <rms@gnu.org>
3142
3143 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
3144
3145 * subr.el (event-basic-type): Don't get an error.
3146 (left-fringe-p): Function deleted.
3147
3148 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
3149 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
3150
3151 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
3152 in recursive copy.
3153
3154 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
3155
3156 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
3157
3158 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
3159 Call byte-compile-nogroup-warn if appropriate.
3160
3161 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
3162 (compilation-set-window): Don't call left-fringe-p; do it directly.
3163
3164 2005-05-19 Jay Belanger <belanger@truman.edu>
3165
3166 * calc/calc-graph.el (calc-graph-format-data): Make sure
3167 var-PlotRejects is bound before trying to check its value.
3168
3169 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
3170
3171 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
3172 definition of this variable from reftex-global.el to reftex.el,
3173 because it is needed in the menu.
3174
3175 2005-05-19 Lute Kamstra <lute@gnu.org>
3176
3177 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
3178 years are fixed. Don't insert a space after a dash.
3179
3180 2005-05-19 Kim F. Storm <storm@cua.dk>
3181
3182 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
3183
3184 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
3185
3186 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
3187 strings, because (eq ... ?\\) is fairly frequent.
3188
3189 * progmodes/make-mode.el (makefile-add-this-line-targets):
3190 Simplify and integrate into `makefile-pickup-targets'.
3191 (makefile-add-this-line-macro): Simplify and integrate into
3192 `makefile-pickup-macros.
3193 (makefile-pickup-filenames-as-targets): Simplify.
3194 (makefile-previous-dependency, makefile-match-dependency):
3195 Don't stumble over `::'.
3196
3197 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
3198
3199 * subr.el (post-command-idle-hook, post-command-idle-delay):
3200 Remove obsoletion of post-command-idle-hook and
3201 post-command-idle-delay.
3202
3203 * faces.el (list-faces-display): Provide button when describe-face
3204 is called to take user back to the list of faces.
3205
3206 * help-fns.el (describe-variable): Remove hyperlinks in a
3207 variable's value as these are quite frequently inappropriate.
3208
3209 * follow.el (follow-submit-feedback, follow-mode):
3210 Remove references to post-command-idle-hook.
3211
3212 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
3213
3214 * progmodes/make-mode.el (makefile-previous-dependency)
3215 (makefile-match-dependency): Check for := (and in bsd mode also
3216 !=) to give a better result, even when font-lock is not on.
3217
3218 2005-05-18 Jay Belanger <belanger@truman.edu>
3219
3220 * calc/calc-help.el (calc-s-prefix-help):
3221 Add `calc-copy-special-constant' to help string.
3222
3223 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3224
3225 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3226
3227 2005-05-18 Jay Belanger <belanger@truman.edu>
3228
3229 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
3230 in linear factors are in proper order.
3231
3232 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
3233
3234 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3235 Support for jurabib.
3236
3237 * textmodes/reftex.el (featurep): Define aliases for overlay
3238 commands, for XEmacs compatibility, and use these aliases in
3239 overlay initializations.
3240 (reftex-highlight): Use `reftex-move-overlay'.
3241 (reftex-unhighlight): Use `reftex-delete-overlay'.
3242 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
3243 (reftex-access-search-path): Use `reftex-uniquify' instead of
3244 `reftex-uniq'
3245
3246 * textmodes/reftex-sel.el (reftex-select-unmark):
3247 Overlay `before-string' property modification enables for Emacs as well.
3248 (reftex-select-item): Use `reftex-delete-overlay'.
3249 (reftex-select-mark): Use `reftex-make-overlay' and
3250 `reftex-overlay-put'.
3251 (reftex-select-unmark): Use `reftex-delete-overlay' and
3252 `reftex-overlay-put'.
3253
3254 2005-05-18 Lute Kamstra <lute@gnu.org>
3255
3256 * emacs-lisp/lisp.el (check-parens): Fix docstring.
3257
3258 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
3259
3260 * add-log.el (add-change-log-entry):
3261 * array.el (array-make-template, array-reconfigure-rows)
3262 (array-init-max-row, array-init-max-column)
3263 (array-init-columns-per-line, array-init-field-width):
3264 * replace.el (replace-match-maybe-edit, perform-replace):
3265 * textmodes/spell.el (spell-region):
3266 Replace `read-input' by `read-string'.
3267
3268 * forms.el (forms-mode):
3269 * finder.el (finder-compile-keywords):
3270 * shadowfile.el (shadow-read-files):
3271 Replace `eval-current-buffer' by `eval-buffer'.
3272
3273 * terminal.el (te-pass-through):
3274 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
3275 (ange-ftp-raw-send-cmd):
3276 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
3277 (send-process-next-char, telnet-initial-filter, telnet):
3278 Replace `send-string' by `process-send-string'.
3279
3280 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
3281 (prolog-consult-region): Replace `send-string' by
3282 `process-send-string'; replace `send-region' by `process-send-region'.
3283
3284 * progmodes/delphi.el (delphi-log-msg):
3285 Replace `set-window-dot' by `set-window-point'.
3286
3287 * subr.el (window-dot, set-window-dot, read-input, send-string)
3288 (send-region, show-buffer, eval-current-buffer):
3289 Make really obsolete, as the comment says.
3290
3291 2005-05-17 Kim F. Storm <storm@cua.dk>
3292
3293 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
3294 (cua--init-keymaps): Bind C-return instead of S-return to set
3295 rectangle mark.
3296
3297 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
3298 instead of S-return to toggle/clear rectangle mark.
3299
3300 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
3301
3302 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
3303 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
3304 Also fontify plain strings assigned to variables, mostly so that a
3305 colon has a face and is thus not taken as a dependency separator.
3306 (makefile-previous-dependency): Inline the new matcher, because it
3307 is too complex to work in both directions.
3308 (makefile-match-dependency): Eliminate `backward' arg (see above).
3309 Completely reimplemented so as to not sometimes go into an endless
3310 loop. It should also be more efficient, because first it only
3311 searches for `:', instead of applying the very complex regexp.
3312 (makefile-mode): Cancel `font-lock-support-mode', because blocks
3313 to be fontified in one piece can be too long for JIT.
3314 Makefiles are never *that* big.
3315
3316 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
3317
3318 * dired.el (dired-mode): Simplify.
3319
3320 2005-05-17 Lute Kamstra <lute@gnu.org>
3321
3322 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
3323 defcustom for the mode hook variable.
3324
3325 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
3326 Emacs Lisp Reference Manual.
3327
3328 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
3329
3330 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
3331 (evenp, list*):
3332 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
3333 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
3334
3335 * net/tramp-smb.el (tramp-smb-open-connection):
3336 Pass `tramp-chunksize' as fifth (required) argument.
3337
3338 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
3339
3340 * font-lock.el (lisp-font-lock-keywords-1):
3341 Set `font-lock-negation-char-face' for [^...] char group.
3342 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
3343
3344 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
3345 a var, and refine it to mask one more level of nested vars.
3346 (makefile-rule-action-regex): Turn it into a var, and refine it so
3347 it recognizes backslashed continuation lines as belonging to the
3348 same command.
3349 (makefile-macroassign-regex): Refine it so it recognizes
3350 backslashed continuation lines as belonging to the same command.
3351 (makefile-var-use-regex): Don't look at the next char, because it
3352 might be the same one to be skipped by the initial [^$], leading
3353 to an overlooked variable use.
3354 (makefile-make-font-lock-keywords): Remove two parameters, which
3355 are now variables that some of the modes set locally.
3356 Handle dependency and rule action matching through functions, because
3357 regexps alone match too often. Dependency matching now comes
3358 last, so it can check, whether a colon already matched something else.
3359 (makefile-mode): Inform that font-lock improves makefile parsing
3360 capabilities.
3361 (makefile-match-dependency, makefile-match-action): New functions.
3362
3363 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
3364
3365 * emacs-lisp/cl-extra.el (equalp): Doc fix.
3366
3367 * align.el (align-regexp):
3368 * ansi-color.el (ansi-color-get-face):
3369 * array.el (array-reconfigure-rows, array-init-max-row)
3370 (array-init-max-column, array-init-columns-per-line)
3371 (array-init-field-width):
3372 * dired-aux.el (dired-trample-file-versions):
3373 * dired-x.el (dired-mark-sexp):
3374 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
3375 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
3376 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
3377 * faces.el (face-read-integer):
3378 * files.el (backup-extract-version, insert-directory):
3379 * hexl.el (hexl-insert-decimal-char):
3380 * server.el (server-process-filter):
3381 * shell.el (shell-extract-num):
3382 * startup.el (command-line-1):
3383 * term.el (term-command-hook):
3384 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
3385 (time-stamp-do-number):
3386 * time.el (display-time-update):
3387 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
3388 (timezone-fix-time):
3389 * vms-patch.el (vms-suspend-resume-hook):
3390 * calendar/appt.el (appt-convert-time):
3391 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3392 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
3393 * calendar/cal-islam.el (mark-islamic-diary-entries):
3394 * calendar/calendar.el (calendar-cursor-to-date)
3395 (calendar-star-date):
3396 * calendar/diary-lib.el (diary-attrtype-convert)
3397 (mark-diary-entries, diary-entry-time):
3398 * calendar/solar.el (solar-get-number):
3399 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
3400 * emacs-lisp/re-builder.el (reb-display-subexp):
3401 * emulation/edt.el (edt-set-scroll-margins):
3402 * emulation/tpu-extras.el (tpu-set-scroll-margins):
3403 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
3404 (vip-get-ex-count):
3405 * emulation/viper-ex.el (viper-get-ex-token)
3406 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
3407 * international/fontset.el (fontset-plain-name):
3408 * mail/feedmail.el (feedmail-look-at-queue-directory):
3409 * mail/mailalias.el (mail-get-names):
3410 * mail/rmail.el (rmail-convert-to-babyl-format):
3411 * mail/rmailsum.el (rmail-make-basic-summary-line)
3412 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
3413 (rmail-summary-goto-msg):
3414 * mail/smtpmail.el (smtpmail-read-response):
3415 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
3416 (ange-ftp-vms-add-file-entry):
3417 * play/gametree.el (gametree-looking-at-ply)
3418 (gametree-current-branch-score):
3419 * progmodes/ada-xref.el (ada-prj-find-prj-file)
3420 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
3421 * progmodes/cperl-mode.el (condition-case):
3422 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
3423 (ebrowse-set-member-buffer-column-width)
3424 (ebrowse-select-1st-to-9nth):
3425 * progmodes/etags.el (etags-snarf-tag):
3426 * progmodes/flymake.el (flymake-parse-line):
3427 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
3428 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
3429 (idlwave-shell-menu-def):
3430 * progmodes/ps-mode.el (ps-run-goto-error):
3431 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
3432 (vhdl-speedbar-contract-level):
3433 * term/mac-win.el (x-handle-numeric-switch):
3434 * term/sun-mouse.el (sun-get-frame-data):
3435 * term/w32-win.el (x-handle-numeric-switch):
3436 * term/x-win.el (x-handle-numeric-switch):
3437 * textmodes/ispell.el (ispell-parse-output):
3438 * textmodes/nroff-mode.el (nroff-outline-level):
3439 * textmodes/reftex-cite.el (reftex-bib-sort-year)
3440 (reftex-bib-sort-year-reverse, reftex-format-citation):
3441 * textmodes/reftex-parse.el (reftex-init-section-numbers)
3442 (reftex-section-number):
3443 * textmodes/texinfmt.el (texinfo-paragraphindent):
3444 Replace `string-to-int' by `string-to-number'.
3445
3446 * international/latexenc.el: Add page marker to force the "Local
3447 Variables:" string out of the last page.
3448
3449 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3450
3451 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
3452 tooltip-change-major-mode.
3453 (gud-tooltip-print-command): Remove case where gud-minor-mode
3454 is gdb ("--fullname").
3455 (gud-tooltip-tips): Turn GUD tooltips off for this case and
3456 explain to user.
3457
3458 2005-05-16 Jay Belanger <belanger@truman.edu>
3459
3460 * calc/calc-store.el (calc-copy-special-constant): New function.
3461
3462 * calc/calc-ext.el (calc-init-extensions): Add binding for
3463 `calc-copy-special-constant'.
3464
3465 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
3466 for the `calc-copy-special-constant' command.
3467
3468 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3469
3470 * subr.el (left-fringe-p): New function.
3471
3472 * progmodes/compile.el (compilation-setup): Set local value of
3473 overlay-arrow-string to "" always.
3474 (compilation-set-window): Left fringe then don't scroll.
3475 No left fringe then no arrow and scroll message to top.
3476 (compilation-context-lines): Adjust doc string accordingly.
3477
3478 2005-05-16 Kim F. Storm <storm@cua.dk>
3479
3480 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
3481 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
3482 (ido-wide-find-dir-or-delete-dir): New command for M-d.
3483 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
3484 (ido-read-file-name): Handle commands with ido property value
3485 equal to find-file as reading a file name, to allow C-d to enter dired.
3486 (ibuffer-find-file): Add ido property with value find-file.
3487
3488 2005-05-15 Kim F. Storm <storm@cua.dk>
3489
3490 * subr.el (open-network-stream-nowait): Remove.
3491 (open-network-stream-server): Remove.
3492
3493 2005-05-15 Richard M. Stallman <rms@gnu.org>
3494
3495 * faces.el (describe-face): Output a definition link button.
3496
3497 * help-mode.el (help-face-def): New button type.
3498
3499 * emacs-lisp/copyright.el (copyright-fix-years):
3500 Match properly if the first year is 2-digit.
3501 Don't mess up the whitespace after the years by filling.
3502
3503 * dired-aux.el (dired-mark-confirm):
3504 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
3505
3506 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
3507 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
3508 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
3509
3510 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3511 Set font-lock-comment-start-skip.
3512
3513 * font-lock.el (font-lock-comment-start-skip): New variable.
3514 (font-lock-comment-end-skip): New variable.
3515 (font-lock-fontify-syntactically-region): Use them if non-nil.
3516
3517 2005-05-15 Jay Belanger <belanger@truman.edu>
3518
3519 * calc/calc-store.el (calc-store-value): Return a string rather
3520 than display it as a message.
3521 Use calc-var-name for variable name.
3522 (calc-store-into): Add the result of calc-store-value to message.
3523 (calc-copy-variable): Add a message.
3524 (calc-store-exchange): Improve error messages.
3525 (calc-store-binary, calc-store-map): Don't reset the values of
3526 special constants.
3527
3528 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3529
3530 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
3531 manual to docstring.
3532
3533 * files.el (hack-local-variables-confirm): Add STRING argument.
3534 Make the function handle non file visiting buffers correctly.
3535 (hack-local-variables-prop-line, hack-local-variables)
3536 (hack-one-local-variable): Use STRING arg of
3537 `hack-local-variables-confirm'.
3538
3539 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
3540
3541 Sync with Tramp 2.0.49.
3542
3543 * tramp.el (tramp-handle-dired-call-process)
3544 (tramp-handle-insert-directory):`insert-buffer' cannot be used
3545 because the contents of the Tramp buffer is changed before
3546 insertion (`expand-file' and alike).
3547 (tramp-handle-insert-directory): If `localname' has an empty
3548 nondirectory name, it must not be quoted.
3549 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
3550 variable `tramp-chunksize'. Change callees.
3551 (tramp-open-connection-setup-interactive-shell): Check remote host
3552 for buggy `send-process-string' implementation.
3553 Set `tramp-chunksize' if found. Reported by Michael Kifer
3554 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
3555 (tramp-handle-shell-command): `insert-buffer' cannot be used
3556 because the contents of the Tramp buffer is changed before
3557 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
3558 <frederic.bothamy@free.fr>.
3559 (tramp-set-auto-save): Actions should be done for Tramp file name
3560 handler only. Ange-FTP has its own auto-save mechanism.
3561 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3562 (tramp-set-auto-save-file-modes): Set file modes of
3563 `buffer-auto-save-file-name' to ?\600 as fallback solution.
3564 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
3565 (tramp-bug): Remove obsolete variable.
3566 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
3567 for presence of `mml-mode'. Make it running for older Emacsen as well.
3568
3569 2005-05-14 John Paul Wallington <jpw@pobox.com>
3570
3571 * ibuf-ext.el (define-ibuffer-filter filename):
3572 If `dired-directory' is a list, use its car.
3573
3574 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
3575
3576 * ibuffer.el (define-ibuffer-column filename):
3577 If `dired-directory' is a list, use its car.
3578
3579 2005-05-14 Richard M. Stallman <rms@gnu.org>
3580
3581 * subr.el (symbol-file): Doc fix.
3582
3583 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
3584 (byte-compile-form): Call byte-compile-nogroup-warn.
3585 (byte-compile-warning-types): Doc fix.
3586
3587 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
3588
3589 * progmodes/cc-engine.el (c-literal-faces):
3590 Add font-lock-comment-delimiter-face.
3591
3592 * net/net-utils.el (dig): Use with-no-warnings.
3593
3594 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
3595 (sc-recite-frame-alist, sc-default-cite-frame)
3596 (sc-default-uncite-frame, sc-default-recite-frame)
3597 (sc-attrib-selection-list, sc-rewrite-header-list):
3598 Mark as risky-local-variable.
3599
3600 * international/ogonek.el (ogonek-jak, ogonek-how):
3601 Don't use beginning-of-buffer.
3602
3603 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
3604
3605 * calendar/solar.el (solar-data-list): Move definition up.
3606
3607 * dnd.el (dnd-protocol-alist): Add autoload.
3608
3609 * progmodes/sh-script.el: Many doc usage fixes.
3610 (sh-indent-after-do): Change default to match common styles.
3611
3612 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
3613
3614 * files.el (interpreter-mode-alist)
3615 (auto-mode-interpreter-regexp): Doc fixes.
3616
3617 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
3618
3619 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
3620
3621 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
3622
3623 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3624
3625 * dired.el (dired-mode): make-variable-buffer-local =>
3626 make-local-variable.
3627
3628 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3629
3630 * term/mac-win.el (mac-select-convert-to-string): Try coding
3631 systems in mac-script-code-coding-systems if specified one cannot
3632 encode string for `com.apple.traditional-mac-plain-text'.
3633
3634 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
3635
3636 * progmodes/make-mode.el (makefile-targets-face)
3637 (makefile-shell-face, makefile-makepp-perl-face): New faces.
3638 (makefile-dependency-regex): Fix it to not make the colon in
3639 $(var:a=b) special.
3640 (makefile-rule-action-regex): New regexp for highlighting embedded
3641 Shell strings.
3642 (makefile-macroassign-regex): Handle != for highlighting as
3643 embedded Shell strings.
3644 (makefile-var-use-regex): New const.
3645 (makefile-statements, makefile-automake-statements)
3646 (makefile-gmake-statements, makefile-makepp-statements)
3647 (makefile-bsdmake-statements): New consts.
3648 (makefile-make-font-lock-keywords): New function.
3649 (makefile-automake-font-lock-keywords)
3650 (makefile-gmake-font-lock-keywords)
3651 (makefile-makepp-font-lock-keywords)
3652 (makefile-bsdmake-font-lock-keywords): New consts.
3653 (makefile-mode-map): Add switchers between the various submodes.
3654 (makefile-mode): Document the availability of the variants.
3655 (makefile-automake-mode, makefile-gmake-mode)
3656 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
3657
3658 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
3659 new variants of makefile-mode.
3660
3661 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 * font-lock.el (font-lock-comment-delimiter-face): Fix up
3664 the inheritance.
3665
3666 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
3667
3668 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
3669 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
3670
3671 * files.el (normal-mode): Extend the scope of the
3672 `enable-local-variables' binding to include the `set-auto-mode' call.
3673 (magic-mode-alist): Doc fix.
3674
3675 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3676
3677 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
3678 font-lock-comment-face rather than copying its setting.
3679
3680 2005-05-12 Andreas Schwab <schwab@suse.de>
3681
3682 * eshell/esh-mode.el (eshell-send-input): Doc fix.
3683
3684 2005-05-12 Lute Kamstra <lute@gnu.org>
3685
3686 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
3687 defcustom for the mode hook variable. Delete the last argument.
3688 * generic-x.el: Fix callers of define-generic-mode.
3689 (generic-x-modes): Delete group.
3690 (show-tabs-tab-face, show-tabs-space-face): Put them in the
3691 generic-x customization group.
3692
3693 2005-05-12 Kim F. Storm <storm@cua.dk>
3694
3695 * font-lock.el (font-lock-negation-char-face): Default to "off".
3696
3697 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
3698 font-lock-negation-char-face to ! in !=.
3699
3700 2005-05-12 Masatake YAMATO <jet@gyve.org>
3701
3702 * add-log.el (find-change-log): Fix typos in the docstring
3703 of function.
3704
3705 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3706
3707 * international/latexenc.el (latexenc-find-file-coding-system):
3708 Avoid `re-search-forward' when looking for input encoding because
3709 of speed and safety. Better regular expressions for recognizing
3710 input encoding. Limit a search for TeX-master/tex-main-file to
3711 the local variable section.
3712
3713 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
3714
3715 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
3716 syntax of $ to "'" (quote).
3717
3718 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3719
3720 * dnd.el (dnd-protocol-alist): Improve custom type.
3721
3722 * dired.el (dired-dnd-protocol-alist): New variable.
3723 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
3724 `dired-mode-hook' to the end.
3725
3726 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3727
3728 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
3729 comment-end if comment-start-skip is not set.
3730 Obey the font-lock-comment-delimiter-face variables.
3731
3732 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3733
3734 * files.el (executable-find): Move from executable.el. Use locate-file.
3735 * progmodes/executable.el (executable-find): Move to files.el.
3736
3737 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
3738 when trying to ensure forward progress.
3739
3740 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
3741
3742 * mouse-sel.el (mouse-sel-follow-link-p): New function.
3743 (mouse-select, mouse-select-internal, mouse-extend-internal):
3744 Use it to implement mouse-1-click-follows-link functionality.
3745
3746 2005-05-11 Richard M. Stallman <rms@gnu.org>
3747
3748 * font-lock.el (font-lock-fontify-syntactically-region):
3749 Use font-lock-comment-delimiter-face for comment delimiters.
3750
3751 2005-05-10 Jay Belanger <belanger@truman.edu>
3752
3753 * calc/calc-help.el (calc-m-prefix-help): Add mention of
3754 preserving embedded modes.
3755
3756 2005-05-10 Richard M. Stallman <rms@gnu.org>
3757
3758 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
3759
3760 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
3761 Move from ada-stmt.el.
3762 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
3763
3764 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
3765 Move to ada-mode.el.
3766 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
3767
3768 * cus-edit.el (custom-file): Call file-chase-links.
3769
3770 * files.el (read-directory-name): Fix previous change.
3771 (hack-local-variables-confirm): New function.
3772 (hack-local-variables-prop-line, hack-local-variables)
3773 (hack-one-local-variable): Use it.
3774
3775 2005-05-10 Lute Kamstra <lute@gnu.org>
3776
3777 * font-lock.el (font-lock-keywords-alist)
3778 (font-lock-removed-keywords-alist): Clarify docstrings.
3779
3780 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
3781
3782 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
3783 (gdb-source-info): Check for preprocessor info.
3784 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
3785 a macro for a function.
3786 (gdb-info-breakpoints-custom): Try to find file again if not already
3787 found (user might have used GDB dir command).
3788 (gdb-get-location): Update gdb-location-alist correctly for change
3789 to gdb-info-breakpoints-custom.
3790
3791 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
3792 (gud-tooltip-print-command): Add gdbmi case.
3793 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
3794 preprocessor info.
3795
3796 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
3797
3798 * startup.el (fancy-splash-insert): Fix typo in doc string.
3799
3800 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
3801
3802 * obsolete/float.el (string-to-float):
3803 * obsolete/hilit19.el (hilit-add-pattern):
3804 * obsolete/rnews.el (news-parse-range, news-select-message)
3805 (news-get-pruned-list-of-files): Replace `string-to-int' by
3806 `string-to-number'.
3807
3808 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
3809 `find-file-not-found-hooks'; use `add-hook'.
3810 (uncompress-while-visiting): Set `write-file-functions', not
3811 `write-file-hooks'; use `add-hook'.
3812
3813 2005-05-09 Kim F. Storm <storm@cua.dk>
3814
3815 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
3816 (cua-paste): Handle clipboard action.
3817 (cua--init-keymaps): Remap clipboard-kill-region and
3818 clipboard-kill-ring-save.
3819
3820 2005-05-08 Eli Zaretskii <eliz@gnu.org>
3821
3822 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3823 Improve commentary.
3824
3825 * simple.el (next-error-overlay-arrow-position): Revert the change
3826 made on 2005-04-30.
3827
3828 2005-05-07 Jay Belanger <belanger@truman.edu>
3829
3830 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
3831 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
3832 `calc-sel-reselect'.
3833
3834 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
3835 Calc is in embedded mode.
3836
3837 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3838
3839 * progmodes/compile.el (compilation-setup):
3840 Set overlay-arrow-string to an empty string on text terminals.
3841
3842 * textmodes/ispell.el (ispell-program-name): Try looking for
3843 "aspell" along exec-path, and if found, use it as the default
3844 speller program.
3845
3846 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
3847
3848 * international/mule.el (sgml-xml-auto-coding-function):
3849 Recognize encoding='FOO' in single quotes as well as in double quotes.
3850
3851 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3852
3853 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
3854 as well as `interactive', so that defmacro* would recognize
3855 `declare' forms.
3856
3857 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3858
3859 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3860 Explain more about the LIGHTER arg's usage in the doc string.
3861 Add commentary to clarify what the code does. Fix the regexp that
3862 strips whitespace from LIGHTER. Quote LIGHTER before using it,
3863 since it could have characters special to regular expressions.
3864
3865 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3866
3867 * replace.el (occur-1): Bind inhibit-read-only so that
3868 erase-buffer doesn't barf on read-only text properties (likewise
3869 for add-text-properties in occur-engine). Mark buffer as unmodified.
3870 (occur-engine): Don't set buffer-read-only here.
3871
3872 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
3875 list-buffers-directory. This caused the *cvs-commit* buffer to be
3876 sometimes mistakenly reused as a *cvs* buffer.
3877
3878 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
3879
3880 * tooltip.el: Move code for GUD tooltips into gud.el.
3881 (require): CL no longer needed to compile case.
3882 (tooltip-mode): Do not toggle functions for GUD tooltips.
3883 (tooltip-gud-tips-p): Remove. Replace with minor mode
3884 gud-tooltip-mode in gud.el.
3885 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
3886 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
3887 tooltip-gud prefix with gud-tooltip and obsolete.
3888 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
3889 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
3890 (tooltip-mouse-motion): Mouse movement functions/variable.
3891 Rename in gud.el by adding gud prefix.
3892 (tooltip-gud-original-filter, tooltip-gud-dereference)
3893 (tooltip-gud-event, tooltip-toggle-gud-tips)
3894 (tooltip-gud-process-output, tooltip-gud-print-command)
3895 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
3896 gud.el by replacing tooltip-gud prefix with gud-tooltip.
3897 (gdb-tooltip-print): Move to gdb-ui.el.
3898
3899 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
3900 (require): CL needed to compile case.
3901 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
3902 tooltip-gud-tips-p. Make it a minor-mode.
3903 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
3904 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
3905 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
3906 (gud-tooltip-change-major-mode)
3907 (gud-tooltip-activate-mouse-motions-if-enabled)
3908 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
3909 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
3910 (gud-tooltip-original-filter, gud-tooltip-dereference)
3911 (gud-tooltip-event, tooltip-toggle-gud-tips)
3912 (gud-tooltip-process-output, gud-tooltip-print-command)
3913 (gud-tooltip-tips): Move from tooltip.el.
3914
3915 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
3916 (gdb-cpp-define-alist-flags): Doc fix.
3917 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
3918 gud-tooltip-mode is t.
3919
3920 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3921
3922 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
3923 evaporate if their text is deleted.
3924 (goto-address-at-point): Make it work as a mouse binding as well.
3925 (goto-address-at-mouse): Obsolete it. Update users.
3926
3927 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
3928
3929 * calendar/appt.el (top-level): No longer activate on load.
3930
3931 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
3932
3933 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3934 * net/webjump.el (webjump):
3935 * progmodes/idlw-help.el (idlwave-do-context-help1)
3936 (idlwave-highlight-linked-completions):
3937 * textmodes/po.el (po-find-file-coding-system-guts):
3938 Replace `assoc-ignore-case' by `assoc-string'.
3939
3940 2005-05-06 Eli Zaretskii <eliz@gnu.org>
3941
3942 * files.el (locate-file): Doc fix.
3943
3944 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
3945 Remove the redundant test for ms-dos.
3946
3947 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
3948 look for the preprocessor with exec-suffixes. If not found in
3949 standard places, look in exec-path. Remove most of the tests that
3950 used system-type.
3951
3952 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
3953
3954 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
3955
3956 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
3957 file-name clash with jka-compr.el on 8+3 filesystems.
3958
3959 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3960
3961 * term/mac-win.el: Don't define or bind scroll bar functions if
3962 x-toolkit-scroll-bars is t.
3963 (x-select-text, x-get-selection-value):
3964 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
3965 (PRIMARY): Put mac-scrap-name property.
3966 (mac-select-convert-to-file-url): New function.
3967 (public.file-url): New selection target type. Add to
3968 selection-converter-alist.
3969 (x-get-selection, x-selection-value): Handle it.
3970 (x-cut-buffer-or-selection-value): New alias.
3971
3972 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3973
3974 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
3975 entry to avoid calling bibtex-find-entry with arg global
3976 being t. Remove arg key.
3977 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
3978 (bibtex-copy-summary-as-kill): Change accordingly.
3979
3980 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3981
3982 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
3983 (org-agenda-date-later): Use with-current-buffer.
3984
3985 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
3986
3987 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
3988 (define-obsolete-variable-alias): Doc Fixes.
3989
3990 2005-05-06 Kim F. Storm <storm@cua.dk>
3991
3992 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
3993 vertical-motion when selective-display is active.
3994
3995 * ido.el (ido-setup-hook): New hook.
3996 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
3997 (ido-input-stack): New var.
3998 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
3999 ido-next-work-file binding to M-O.
4000 Bind M-f to ido-wide-find-file-or-pop-dir.
4001 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
4002 (ido-read-internal): Run ido-setup-hook.
4003 Catch quit in read-file-name and read-string to cancel edit.
4004 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
4005 Automatically pop-all when completing a directory name (RET).
4006 (ido-file-internal): Add with-no-warnings around ffap and dired code.
4007 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
4008 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
4009 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
4010 New functions for M-b/M-f to move among the directory components.
4011 (ido-make-merged-file-list): Catch quit to cancel merge.
4012 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
4013 (ido-completion-help): No warnings for ido-completion-buffer-full.
4014
4015 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
4016
4017 * font-lock.el (font-lock-negation-char-face): New face and variable.
4018 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
4019 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
4020 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
4021 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
4022
4023 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
4024
4025 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
4026 Fix typo in docstring.
4027
4028 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
4029 (ebrowse-print-statistics-line)
4030 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
4031
4032 * term/w32-win.el (image-library-alist): Add additional name for
4033 Xpm library.
4034
4035 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
4036
4037 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
4038 use gcc instead of cpp.
4039
4040 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
4041 (gdb-create-define-alist): Use it.
4042 (gdb-cpp-define-alist-program): Update for MS-DOS.
4043
4044 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
4045
4046 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
4047
4048 2005-05-04 Richard M. Stallman <rms@gnu.org>
4049
4050 * help.el (describe-key): No error when UNTRANSLATED is nil.
4051
4052 * simple.el (line-move-1): Fix previous change to signal errors
4053 appropriately.
4054
4055 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
4056
4057 * calendar/icalendar.el (icalendar-version): Now at 0.12.
4058 (icalendar-duration-correction): Remove.
4059 (icalendar--get-event-properties): Split result at commas.
4060 (icalendar--decode-isoduration): New optional argument
4061 DURATION-CORRECTION.
4062 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
4063 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
4064 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
4065 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
4066 (icalendar--convert-anniversary-to-ical): New functions, extracted
4067 from icalendar-export-region, with bug fixes.
4068 (icalendar-export-region): Use the above functions.
4069 (icalendar-import-buffer): Check before saving diary file.
4070 (icalendar--convert-recurring-to-diary)
4071 (icalendar--convert-non-recurring-all-day-to-diary)
4072 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
4073 extracted from icalendar--convert-ical-to-diary, with bug fixes.
4074 (icalendar--convert-ical-to-diary): Use the above functions.
4075
4076 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
4077
4078 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
4079 Remove these recent additions.
4080 (c-mode): Restore to before 2005-04-28.
4081
4082 * progmodes/cc-vars.el (cc-define-list-program): Remove this
4083 recent addition.
4084
4085 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
4086 (gdb-define-alist): New variables.
4087 (gdb-create-define-alist): New function.
4088 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
4089 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
4090 with string-to-number.
4091 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
4092
4093 * progmodes/gud.el: Replace string-to-int with string-to-number.
4094 (gud-find-file): Handle gdb-define-alist.
4095
4096 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
4097
4098 2005-05-02 Jay Belanger <belanger@truman.edu>
4099
4100 * calc/calc-aent.el (math-read-token):
4101 * calc/calc-bin.el (calc-word-size):
4102 * calc/calc-ext.el (calc-read-number-fancy):
4103 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
4104 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
4105 * calc/calc-frac.el (calc-over-notation):
4106 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
4107 (calc-graph-num-points, calc-graph-init):
4108 * calc/calc-prog.el (calc-read-parse-table-part)
4109 (calc-edit-macro-repeats):
4110 * calc/calc-yank.el (calc-do-grab-rectangle):
4111 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
4112 Replace `string-to-int' by `string-to-number'.
4113
4114 2005-05-02 Kim F. Storm <storm@cua.dk>
4115
4116 * kmacro.el: Use executing-kbd-macro-index variable.
4117
4118 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
4119
4120 * net/rlogin.el (rlogin-parse-words): Delete func.
4121 (rlogin): Use split-string, not rlogin-parse-words.
4122 Also, if there are option-like elements in the parsed args,
4123 take the host to be the first arg immediately following them.
4124 Suggested by Michael Mauger.
4125
4126 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4127
4128 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
4129
4130 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4131
4132 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
4133 (cc-mode-cpp-program): Rename to cc-define-list-program and
4134 move to cc-vars.el.
4135
4136 * progmodes/cc-vars.el (cc-define-list-program):
4137 Change to "gcc -E -dM -". Make customizable.
4138
4139 2005-05-02 Kim F. Storm <storm@cua.dk>
4140
4141 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
4142
4143 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4144
4145 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
4146
4147 * international/mule-util.el (truncate-string): Remove alias and
4148 obsolete declaration.
4149
4150 * international/mule-cmds.el (update-iso-coding-systems):
4151 Remove alias and obsolete declaration.
4152
4153 * international/mule.el (coding-system-parent): Remove alias and
4154 obsolete declaration.
4155
4156 * subr.el (define-function, sref): Remove aliases and obsolete
4157 declarations.
4158 (chars-in-region): Remove obsolete declaration.
4159
4160 2005-05-01 Richard M. Stallman <rms@gnu.org>
4161
4162 * info.el (Info-mode): Set widen-automatically to nil, locally.
4163
4164 * simple.el (widen-automatically): New variable.
4165 (pop-global-mark): Obey widen-automatically.
4166
4167 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4168
4169 * term/xterm.el (function-key-map): Call substitute-key-definition
4170 before the keymap size is increased by a lot of define-key calls.
4171
4172 2005-05-01 Richard M. Stallman <rms@gnu.org>
4173
4174 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
4175 Rename ARG to ELEMENT. Doc fix.
4176
4177 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
4178
4179 * allout.el (allout-exposure): Remove macro and obsolete declaration.
4180 Remove references to allout-exposure/change to allout-new-exposure.
4181
4182 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
4183 bytecode symbols.
4184
4185 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
4186 (compiled-function-p, focus-frame, unfocus-frame):
4187 Remove aliases and obsolete declarations.
4188 Back out inadvertent changes from previous commit.
4189
4190 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4191
4192 * files.el (require-final-newline): Make Custom tags consistent
4193 with mode-require-final-newline.
4194 (mode-require-final-newline): Doc fix.
4195
4196 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4197
4198 * international/latexenc.el (latexenc-find-file-coding-system):
4199 Fix regular expressions.
4200
4201 2005-05-01 David Kastrup <dak@gnu.org>
4202
4203 * international/latexenc.el (latexenc-find-file-coding-system):
4204 Fix regular expressions.
4205
4206 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
4207
4208 * subr.el (string-to-int): Make obsolete.
4209
4210 2005-04-30 Richard M. Stallman <rms@gnu.org>
4211
4212 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
4213
4214 * loadup.el: load jka-comp-hook.
4215
4216 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
4217 (jka-compr-handler): Add autoload. `put' calls moved
4218 to jka-comp-hook.el.
4219 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
4220 (jka-compr-inhibit): Autoload.
4221
4222 * jka-comp-hook.el: New file.
4223 Enable the mode by default.
4224
4225 * files.el (backup-buffer-copy): Use copy-file instead
4226 of write-region, and put back the 'excl.
4227
4228 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
4229
4230 * progmodes/flymake.el (flymake-split-string)
4231 (flymake-split-string, flymake-log, flymake-pid-to-names)
4232 (flymake-reg-names, flymake-get-source-buffer-name)
4233 (flymake-unreg-names, flymake-add-line-err-info)
4234 (flymake-add-err-info): Clarify docstrings.
4235 (flymake-popup-menu, flymake-make-emacs-menu)
4236 (flymake-make-xemacs-menu): Add docstrings.
4237 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
4238 Set variables directly throughout.
4239
4240 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
4241
4242 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
4243 exists. Initialize cc-define-alist.
4244 (c-mode): Add cc-create-define-alist locally to after-save-hook.
4245 If there is no file (Macroexpansion) don't create an alist.
4246
4247 2005-04-29 Sam Steingold <sds@gnu.org>
4248
4249 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
4250 (cc-create-define-alist): Use it instead of the hard-coded string.
4251
4252 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4253
4254 * international/mule-conf.el (file-coding-system-alist): Fix regexp
4255 for latexenc.
4256
4257 2005-04-29 Lute Kamstra <lute@gnu.org>
4258
4259 * emacs-lisp/generic.el: Improve commentary section.
4260 (define-generic-mode): Improve docstring.
4261
4262 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
4263
4264 * textmodes/org.el (many places): Change to quiet the byte compiler.
4265 (org-prefix-format-compiled): New variable.
4266 (org-compile-prefix-format): New function.
4267 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
4268 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
4269 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
4270 (org-get-entries-from-diary): Use `org-get-time-of-day' for
4271 consistency with entries from `org-mode' files.
4272 (org-get-time-of-day): Fix bug with partial matches early in a line.
4273 (org-non-link-chars): New constant.
4274 (org-link-regexp): Respect `org-non-link-chars'.
4275 (org-agenda-day-view): Remove command.
4276 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
4277 (org-follow-bbdb-link, org-store-link): Search also company field.
4278 (org-highlight-overlay): New variable.
4279 (org-highlight, org-unhighlight): New functions.
4280 (org-agenda-mode): Add pre-command-hook to remove highlight.
4281 (org-evaluate-time-range): Behavior depends upon whether time stamp
4282 contains a time or not.
4283 (org-show-subtree, org-show-entry): New functions.
4284 (org-agenda-cleanup-fancy-diary): Remove empty lines.
4285
4286 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
4287
4288 * comint.el (comint-output-filter-functions): Add autoload cookie.
4289
4290 2005-04-28 Kim F. Storm <storm@cua.dk>
4291
4292 * ido.el (ido-everywhere): Fix last change.
4293
4294 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4295
4296 * international/latexenc.el: New file.
4297 * international/mule-conf.el (file-coding-system-alist): For .tex,
4298 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
4299
4300 2005-04-28 Lute Kamstra <lute@gnu.org>
4301
4302 * font-lock.el (font-lock-add-keywords)
4303 (font-lock-remove-keywords): Clarify docstring.
4304 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
4305 Don't start docstrings with a `*'.
4306 (font-lock-update-removed-keyword-alist): Give it a docstring.
4307
4308 * generic-x.el: Update commentary section.
4309 Only require font-lock when compiling.
4310 Define all modes conditionally.
4311 Place all generic modes in the generic-x-modes customization group.
4312 (generic-x-modes): New customization group.
4313 (generic-default-modes, generic-mswindows-modes)
4314 (generic-unix-modes, generic-other-modes): New constants.
4315 (generic-define-mswindows-modes, generic-define-unix-modes):
4316 Update docstrings. Make them obsolete.
4317 (generic-extras-enable-list): New default value. Update docstring.
4318 Improve :type. Change :set function.
4319 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
4320 Fix docstring.
4321
4322 * emacs-lisp/generic.el (generic-mode-internal):
4323 Simplify font-lock-defaults.
4324 (define-generic-mode): Fix docstring.
4325
4326 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
4329 font-lock-face property to highlight matches.
4330
4331 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
4332
4333 * progmodes/cc-mode.el (cc-create-define-alist): New function.
4334 (cc-define-alist): New variable.
4335 (c-mode): Make it local and initialize it.
4336
4337 * progmodes/gdb-ui.el (gdb-active-process): New variable.
4338 (gdb-exited): New function.
4339 (gdb-annotation-rules): Use it.
4340 (gdb-starting): Set gdb-active-process to t.
4341 (gdb-stopping): Amend doc string.
4342 (gdb-reset): Set gdb-active-process to nil.
4343
4344 * tooltip.el (tooltip-gud-tips): Show the associated #define
4345 directives when a C program under GDB is not executing.
4346
4347 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
4350 font-lock-fontify-syntactic-keywords.
4351
4352 * font-lock.el (font-lock-default-fontify-region): Don't force
4353 parse-sexp-lookup-properties to nil.
4354
4355 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4356
4357 * man.el (man-mode-syntax-table): Set up `:' to have
4358 word-constituent syntax.
4359
4360 2005-04-27 Lute Kamstra <lute@gnu.org>
4361
4362 * novice.el (disable-command): Don't add spurious newlines to the
4363 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
4364
4365 2005-04-26 Jay Belanger <belanger@truman.edu>
4366
4367 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
4368 than one window before deleting window.
4369
4370 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4371
4372 * shell.el (shell-prompt-pattern): Doc fix.
4373 (shell-mode): Set paragraph-separate buffer locally to "\\'".
4374
4375 * comint.el (comint-prompt-regexp, comint-get-old-input)
4376 (comint-use-prompt-regexp)
4377 (comint-use-prompt-regexp-instead-of-fields)
4378 (comint-replace-by-expanded-history, comint-send-input)
4379 (comint-output-filter, comint-get-old-input-default)
4380 (comint-line-beginning-position, comint-bol, comint-show-output)
4381 (comint-backward-matching-input, comint-forward-matching-input)
4382 (comint-next-prompt, comint-previous-prompt):
4383 Rename `comint-use-prompt-regexp-instead-of-fields' to
4384 `comint-use-prompt-regexp'. Keep old name as alias and declare
4385 obsolete.
4386 (comint-use-prompt-regexp): Shorten first line of doc string.
4387
4388 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
4389 Set paragraph-separate buffer locally to "\\'".
4390
4391 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
4392 Adapt to above name change.
4393
4394 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4395 (smbclient-prompt-regexp): Ditto.
4396
4397 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
4398
4399 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
4400
4401 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
4402 gdb-location-list.
4403 Break lines that are over 80 characters wide.
4404
4405 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4406
4407 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
4408 New fun and var, to preserve compatibility.
4409
4410 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
4411
4412 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
4413
4414 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
4415 name to file-newer-than-file-p.
4416
4417 2005-04-26 Richard M. Stallman <rms@gnu.org>
4418
4419 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
4420
4421 * progmodes/python.el (python-mode):
4422 Use new name eldoc-documentation-function.
4423
4424 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
4425
4426 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4427 (eldoc-documentation-function):
4428 Rename from eldoc-print-current-symbol-info-function. Calls changed.
4429
4430 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
4431
4432 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
4433
4434 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4435
4436 * term/xterm.el (function-key-map): Fix strings for
4437 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
4438 {C,S,A,C-S}-{f1-f12}.
4439
4440 2005-04-26 Kenichi Handa <handa@m17n.org>
4441
4442 * international/mule-cmds.el (select-safe-coding-system):
4443 Fix previous change.
4444
4445 2005-04-26 Lute Kamstra <lute@gnu.org>
4446
4447 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
4448
4449 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
4450 (font-lock-comment-delimiter-face): Ditto.
4451
4452 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
4453
4454 2005-04-25 Jay Belanger <belanger@truman.edu>
4455
4456 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
4457 to t while inserting information; use help-mode.
4458
4459 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4460
4461 * term.el (ansi-term-color-vector): Use the xterm colors.
4462 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
4463
4464 2005-04-25 Lute Kamstra <lute@gnu.org>
4465
4466 * font-core.el (font-lock-defaults): Fix docstring.
4467
4468 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
4469
4470 2005-04-25 Kenichi Handa <handa@m17n.org>
4471
4472 * international/mule-cmds.el (select-safe-coding-system):
4473 Don't check consistency with coding: spec, etc if raw-text or
4474 no-conversion was found to be safe.
4475
4476 2005-04-24 Richard M. Stallman <rms@gnu.org>
4477
4478 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
4479 citation markers at start of each line.
4480
4481 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
4482 citation markers at start of each line.
4483
4484 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
4485
4486 * files.el (mode-require-final-newline): Fix previous change.
4487 (require-final-newline): Fix type label.
4488
4489 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4490
4491 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
4492 statement in buffer (broken by 2004-11-24 change).
4493
4494 2005-04-24 Kim F. Storm <storm@cua.dk>
4495
4496 * ido.el (ido-everywhere): Save and restore old read-buffer-function
4497 and read-file-name-function values. Don't overwrite existing
4498 non-nil values if ido-mode is enabled without ido-everywhere.
4499
4500 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
4501
4502 * files.el (mode-require-final-newline): Minor doc fix.
4503
4504 2005-04-24 Eli Zaretskii <eliz@gnu.org>
4505
4506 * subr.el (syntax-after): Doc fix.
4507 (syntax-class): If argument is nil, return nil. Mask off upper 16
4508 bits, not 8 bits.
4509
4510 * files.el (mode-require-final-newline): Doc fix.
4511 (backup-buffer-copy): Fix last change.
4512
4513 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4514
4515 * term/mac-win.el: Require select. Set selection-coding-system to
4516 mac-system-coding-system. Call menu-bar-enable-clipboard.
4517 (x-last-selected-text-clipboard, x-last-selected-text-primary)
4518 (x-select-enable-clipboard): New variables.
4519 (x-select-text, x-get-selection, x-selection-value)
4520 (x-get-selection-value, mac-select-convert-to-string)
4521 (mac-services-open-file, mac-services-open-selection)
4522 (mac-services-insert-text): New functions.
4523 (CLIPBOARD, FIND): Put mac-scrap-name property.
4524 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
4525 (public.tiff): Put mac-ostype property.
4526 (selection-converter-alist): Add entries for them.
4527 (mac-application-menu-map): New keymap.
4528 (interprogram-cut-function, interprogram-paste-function): Set to
4529 x-select-text and x-get-selection-value, respectively.
4530 (split-window-keep-point): Set to t.
4531
4532 2005-04-23 Richard M. Stallman <rms@gnu.org>
4533
4534 * files.el (read-directory-name): Always pass non-nil
4535 DEFAULT-FILENAME arg to read-file-name.
4536 (backup-buffer-copy, basic-save-buffer-2): Take care against
4537 writing thru an unexpected existing symlink.
4538 (revert-buffer): In indirect buffer, revert the base buffer.
4539 (magic-mode-alist): Doc fix.
4540 (buffer-stale-function): Doc fix.
4541 (minibuffer-with-setup-hook): Avoid warning.
4542 (mode-require-final-newline): Doc and custom fix.
4543
4544 * follow.el (follow-end-of-buffer): Use with-no-warnings.
4545
4546 * font-lock.el (font-lock-comment-face): On terminals with few colors,
4547 use the default appearance.
4548 (font-lock-comment-delimiter-face): New face, new variable.
4549
4550 * imenu.el (imenu--generic-function): The official position of a
4551 definition is the start of the line that BEG is in.
4552
4553 * midnight.el (midnight-timer): Move defvar up.
4554
4555 * mouse.el (mouse-drag-region-1): Delete some debugging code.
4556
4557 * saveplace.el (save-place-to-alist): Use with-no-warnings.
4558
4559 * startup.el (command-line): Use with-no-warnings.
4560
4561 * window.el (window-size-fixed): New defvar.
4562
4563 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
4564
4565 * mail/rmail.el (rmail-font-lock-keywords):
4566 Use font-lock-comment-delimiter-face.
4567
4568 * mail/sendmail.el (mail-font-lock-keywords):
4569 Use font-lock-comment-delimiter-face.
4570
4571 * progmodes/compile.el (next-error-highlight-timer): New defvar.
4572
4573 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
4574
4575 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4576 Specify t for LAXMATCH when matching directories.
4577 Save match data around compilation-compat-error-properties form.
4578
4579 2005-04-23 David Kastrup <dak@gnu.org>
4580
4581 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
4582 Mention that the autoloaded aliases should be kept for AUCTeX.
4583
4584 2005-04-23 Andreas Schwab <schwab@suse.de>
4585
4586 * isearch.el (isearch-forward): Doc fix.
4587
4588 2005-04-23 Eli Zaretskii <eliz@gnu.org>
4589
4590 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
4591 (jit-lock-stealth-nice): Change default value to 0.5.
4592
4593 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
4594
4595 * abbrev.el (write-abbrev-file): Write table entries in
4596 alphabetical order by table name.
4597
4598 2005-04-22 Kim F. Storm <storm@cua.dk>
4599
4600 * ido.el (ido-read-internal): Fix `list' completion.
4601
4602 2005-04-22 Kenichi Handa <handa@m17n.org>
4603
4604 * recentf.el (recentf-save-file-coding-system): New variable.
4605 (recentf-save-list): Encode the file by
4606 recentf-save-file-coding-system and add coding: tag.
4607
4608 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
4609
4610 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
4611
4612 2005-04-21 Lute Kamstra <lute@gnu.org>
4613
4614 * loadhist.el (unload-feature): Don't remove a function from hooks
4615 if it is about to be restored to an autoload . Remove functions
4616 that will become unbound from auto-mode-alist. Simplify the code.
4617
4618 * subr.el (assq-delete-all): New implementation that is linear,
4619 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
4620 (rassq-delete-all): New function.
4621
4622 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4623 Add size-indication-mode.
4624
4625 2005-04-21 Kenichi Handa <handa@m17n.org>
4626
4627 * international/mule-cmds.el: Add autoload for widget-value in
4628 eval-when-compile.
4629
4630 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
4631
4632 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4633 Add tooltip-mode.
4634
4635 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
4636
4637 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
4638
4639 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
4640 (inferior-lisp-filter-regexp, inferior-lisp-program)
4641 (inferior-lisp-load-command, inferior-lisp-prompt)
4642 (inferior-lisp-mode-hook, lisp-source-modes)
4643 (inferior-lisp-load-hook): defvar->defcustom.
4644 (inferior-lisp-program, inferior-lisp-prompt)
4645 (inferior-lisp-load-hook): Doc fixes.
4646 (inferior-lisp-install-letter-bindings): Small change in
4647 introductory comment.
4648
4649 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
4650
4651 * vc.el (vc-annotate-color-map): Change some colors so that text
4652 using them as foreground is readable on both white and black
4653 backgrounds.
4654
4655 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * international/mule-conf.el (translation-table-for-input):
4658 Remove redundant declaration.
4659
4660 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
4661
4662 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
4663
4664 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
4665 (tooltip-toggle-gud-tips): New function.
4666
4667 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4668
4669 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
4670 right angle brackets.
4671
4672 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
4673
4674 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
4675
4676 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4677
4678 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
4679 Remove. Update callers to use expand-file-name instead.
4680
4681 * subr.el (syntax-class): New function.
4682
4683 * simple.el (blink-matching-open): Use it.
4684
4685 * paren.el (show-paren-function): Use it to recognize parens that are
4686 also used in 2-char comment markers.
4687
4688 2005-04-19 Lute Kamstra <lute@gnu.org>
4689
4690 * loadhist.el (unload-feature): Update for new format of
4691 load-history. Simplify the code.
4692
4693 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4694
4695 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
4696 (mac-add-charset-info): New function. Initialize variable
4697 mac-charset-info-alist using it.
4698 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
4699 for translation.
4700 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
4701 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
4702 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
4703 New CCL programs.
4704
4705 2005-04-19 Kim F. Storm <storm@cua.dk>
4706
4707 * simple.el (next-buffer, prev-buffer, next-error)
4708 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4709 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
4710
4711 * bindings.el (next-buffer, prev-buffer, next-error)
4712 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4713 (clone-indirect-buffer-other-window): Move bindings from simple.el.
4714 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
4715 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
4716
4717 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4718
4719 * isearch.el (isearch-edit-string): Make the search-ring available for
4720 minibuffer history commands.
4721 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
4722 the default history commands now work just as well.
4723 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
4724
4725 2005-04-18 Kim F. Storm <storm@cua.dk>
4726
4727 * emulation/cua-base.el (cua--pre-command-handler): Add more
4728 elaborate check for shift modifier on non-window systems.
4729
4730 2005-04-18 Lars Hansen <larsh@math.ku.dk>
4731
4732 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
4733
4734 2005-04-18 Kim F. Storm <storm@cua.dk>
4735
4736 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
4737 and make it optional. Don't test tooltip-gud-echo-area here.
4738 (tooltip-gud-process-output, gdb-tooltip-print):
4739 Pass tooltip-gud-echo-area to tooltip-show.
4740 (tooltip-help-tips): Remove second optional arg to tooltip-show.
4741
4742 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4743
4744 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
4745 `display-graphic-p' may not be bound yet.
4746
4747 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4748
4749 * startup.el (command-line): No longer enable Xterm Mouse mode by
4750 default in terminals compatible with xterm.
4751
4752 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
4753
4754 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
4755
4756 * tooltip.el (tooltip-gud-echo-area): Rename from
4757 tooltip-use-echo-area.
4758 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
4759 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
4760 area independently of where help tooltips are displayed.
4761
4762 2005-04-17 David Kastrup <dak@gnu.org>
4763
4764 * cus-theme.el (custom-theme-write-variables): Quote variables
4765 where necessary.
4766
4767 2005-04-17 Richard M. Stallman <rms@gnu.org>
4768
4769 * simple.el (yank-excluded-properties): Add follow-link to value.
4770
4771 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
4772
4773 * startup.el (fancy-splash-max-time): Just 30 seconds.
4774 (fancy-splash-delay): Just 7.
4775 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
4776
4777 * loadhist.el (unload-feature): Update for new format of load-history.
4778 Simplify the code.
4779
4780 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
4781 (rmail-font-lock-keywords): Don't fontify the text of a citation.
4782
4783 * mail/sendmail.el (mail-font-lock-keywords):
4784 Don't fontify subject text.
4785 Don't fontify the text of a citation.
4786
4787 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
4788
4789 * comint.el (comint-output-filter): Run comint-output-filter-functions
4790 with point where the user had it.
4791
4792 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4793
4794 * international/ucs-tables.el (ucs-set-table-for-input):
4795 Disable when using unify-on-decoding.
4796
4797 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4798
4799 * emulation/cua-base.el (cua-global-mark-face): Add special case
4800 for displays supporting a high number of colors.
4801
4802 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4803
4804 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
4805
4806 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
4807
4808 * filesets.el (filesets-add-buffer): If user supplies a name of a
4809 non-existing fileset, create a new fileset.
4810
4811 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
4812
4813 * textmodes/org.el (org-up-heading-all): Fix bug with
4814 `outline-up-heading-all'.
4815
4816 2005-04-16 Andreas Schwab <schwab@suse.de>
4817
4818 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
4819 /etc/permissions.d/* and /etc/aliases.d/*.
4820
4821 2005-04-16 Kenichi Handa <handa@m17n.org>
4822
4823 * international/code-pages.el (cp-make-coding-system):
4824 Set `translation-table-for-input' property value to the symbol
4825 ucs-mule-to-mule-unicode, not to that value.
4826 (pt154): Escape guillemet by `\'.
4827
4828 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
4829
4830 * loadup.el: Load tooltip if x-show-tip is fboundp.
4831
4832 * startup.el (command-line): Add comment.
4833
4834 * tooltip.el (tooltip-mode): Specify correct standard value for
4835 Custom in init-value.
4836
4837 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
4838
4839 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
4840 possible.
4841
4842 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
4843
4844 * textmodes/org.el (org-agenda-date-prompt): Rename from
4845 `org-agenda-date-today'.
4846 (org-evaluate-time-range): Insert at point instead of directly
4847 after time range.
4848 (org-first-headline-recenter, org-subtree-end-visible-p)
4849 (org-optimize-window-after-visibility-change): New functions
4850 (org-agenda-post-command-hook): Don't allow point at end of line,
4851 to make sure it always hits the text properties.
4852 (org-agenda-next-date-line, org-agenda-previous-date-line):
4853 New commands.
4854 (org-set-regexps-and-options): Category may contain white space.
4855 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4856 Improve marker positions.
4857 (org-agenda-new-marker): Argument POS made optional.
4858 (org-agenda-get-timestamps): Deadlines which are done are listed
4859 in org-done-face now.
4860 (org-agenda-get-todos, org-agenda-get-timestamps)
4861 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4862 Set `undone-face' and `done-face' properties.
4863 (org-last-todo-state-is-todo): New variable.
4864 (org-todo): Set `org-last-todo-state-is-todo'.
4865 (org-agenda-todo): Change face according to
4866 `org-last-todo-state-is-todo'. And change other lines referring to
4867 the same entry.
4868 (org-calendar-goto-agenda): New command.
4869 (org-calendar-to-agenda-key): New option.
4870 (org-startup-folded): New allowed value `content'.
4871 (org-set-regexps-and-options): Accept new value `content' for
4872 `org-startup-folded'.
4873 (org-get-current-options): Handle new value `content' for
4874 `org-startup-folded'.
4875 (org-insert-todo-heading): New command.
4876 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
4877 interactively in empty file and option
4878 `org-insert-mode-line-in-empty-file' has been set.
4879 (org-agenda-todo,org-agenda-priority): Modify to use
4880 `org-agenda-change-all-lines'.
4881 (org-warning-face): Change color on dark background
4882
4883 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4884
4885 * international/mule-cmds.el (set-locale-environment): On Mac OS,
4886 use preferences AppleLocale and AppleLanguages, and variable
4887 mac-system-locale for default locale. On Mac OS Classic, use
4888 mac-system-coding-system for default coding systems.
4889
4890 * term/mac-win.el: Don't set file-name-coding-system.
4891 Decode variables system-name, emacs-build-system, user-login-name, and
4892 user-full-name by mac-system-coding-system on Mac OS Classic.
4893 (mac-system-coding-system): New variable.
4894
4895 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
4896
4897 * startup.el (command-line): Handle `xterm-mouse-mode' before
4898 reading init file.
4899
4900 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
4901
4902 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4903
4904 * progmodes/sh-script.el (sh-here-document-word): Make it a
4905 defcustom. Doc fix.
4906 (sh-add): Bash uses $(( )) for arithmetic.
4907 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
4908 (sh-maybe-here-document): Remove quotes and leading whitespace
4909 from heredoc word when closing. Indent heredoc with tabs if word
4910 starts with "-".
4911
4912 2005-04-13 Richard M. Stallman <rms@gnu.org>
4913
4914 * simple.el (undo): Fix previous change.
4915
4916 * custom.el (defface): Doc fix.
4917
4918 2005-04-13 Lute Kamstra <lute@gnu.org>
4919
4920 * Makefile.in (DONTCOMPILE): Remove list.
4921 (compile, compile-always): Don't use DONTCOMPILE.
4922 (update-authors): Load the library in which batch-update-authors
4923 is defined.
4924 * makefile.w32-in (DONTCOMPILE): Remove list.
4925 (compile, compile-always): Fix comments.
4926 (update-authors): Load the library in which batch-update-authors
4927 is defined.
4928
4929 * generic-x.el (generic-mode-ini-file-find-file-hook):
4930 Rename to ini-generic-mode-find-file-hook.
4931 Keep generic-mode-ini-file-find-file-hook as an alias.
4932 (ini-generic-mode-find-file-hook): Rename from
4933 generic-mode-ini-file-find-file-hook. Fix docstring.
4934 (ini-generic-mode): Docstring change.
4935 (bat-generic-mode-run-as-comint): Silence the byte compiler.
4936
4937 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
4938 called from lisp.
4939
4940 * generic.el: Move to the emacs-lisp subdir.
4941
4942 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4943
4944 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
4945 and C-S- function and cursor motion keys.
4946
4947 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4948
4949 * startup.el (command-line): Enable Xterm Mouse mode by default.
4950 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
4951 for Custom. No longer show "Mouse" in mode line when enabled.
4952 Doc fix.
4953
4954 2005-04-12 Kim F. Storm <storm@cua.dk>
4955
4956 * emulation/cua-base.el (cua-rectangle-face)
4957 (cua-rectangle-noselect-face): Define face attributes here.
4958
4959 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
4960
4961 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4962
4963 * startup.el (command-line): Turn off blinking cursor if
4964 cursorBlink in resources is off or false.
4965
4966 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4967
4968 * term/mac-win.el (dnd): Require dnd.
4969 (mac-drag-n-drop): Call dnd-handle-one-url.
4970 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
4971 (kTextEncodingISOLatin2): Remove constants.
4972 (mac-script-code-coding-systems): New constant.
4973 (mac-handle-language-change): New function.
4974 (special-event-map): Bind it to `language-change' event.
4975 (mac-centraleurroman, mac-cyrillic): New coding systems.
4976 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
4977 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
4978 and mac-cyrillic-encoder to encode-mac-centraleurroman and
4979 encode-mac-cyrillic, respectively.
4980
4981 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4982
4983 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
4984 Don't set overlay-arrow-string to "=>" as this is done
4985 globally in C now.
4986
4987 2005-04-12 Lute Kamstra <lute@gnu.org>
4988
4989 * generic-x.el (rc-generic-mode, rul-generic-mode):
4990 Fix auto-mode-alist entries.
4991 (etc-fstab-generic-mode): Tweak fontification.
4992
4993 * generic.el (generic-make-keywords-list): Fix docstring.
4994 (generic-mode-internal): Simplify generic-font-lock-keywords.
4995
4996 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4997
4998 * whitespace.el (whitespace-buffer-leading)
4999 (whitespace-buffer-trailing): Revert the incorrect test inversion.
5000 However, fix the highlight area for the leading and
5001 trailing whitespaces to show space.
5002
5003 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5004
5005 * whitespace.el (whitespace-version): Bump to 3.5
5006
5007 (whitespace-buffer-leading, whitespace-buffer-trailing):
5008 Invert sense of the test to highlight the whitespace.
5009
5010 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5011
5012 * progmodes/gud.el (gud-display-line): GUD uses its own
5013 overlay arrow now so don't set overlay-arrow-string.
5014 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
5015
5016 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5017
5018 * term.el (term-ansi-current-bold, term-ansi-current-underline)
5019 (term-ansi-current-reverse, term-ansi-current-invisible)
5020 (term-ansi-face-already-done): Change to boolean.
5021 (term-reset-terminal, term-handle-colors-array): Handle the above
5022 vars accordingly.
5023 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
5024 (term-emulate-terminal): Use the new name.
5025
5026 * faces.el (secondary-selection): Use yellow1, not yellow.
5027 (trailing-whitespace): Use red1, not red.
5028
5029 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5030
5031 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
5032 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
5033 (dired-dnd-handle-file): Call dnd-get-local-file-uri
5034
5035 * cus-edit.el (dnd): New group.
5036
5037 * term/w32-win.el (dnd): Require dnd
5038 (w32-drag-n-drop): Call dnd-handle-one-url.
5039
5040 * x-dnd.el: Require dnd.
5041 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
5042 Call dnd-handle-one-url.
5043 (x-dnd-types-alist, x-dnd-insert-utf8-text)
5044 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
5045 to dnd-insert-text.
5046 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
5047 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
5048 (x-dnd-get-local-file-name, x-dnd-open-local-file)
5049 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
5050
5051 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
5052
5053 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5054
5055 * wdired.el: Doc fixes.
5056 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
5057 (wdired-use-dired-vertical-movement): Rename from
5058 wdired-always-move-to-filename-beginning.
5059 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
5060 (wdired-change-to-wdired-mode): Change mode name.
5061 (wdired-newline): Delete.
5062
5063 2005-04-11 Richard M. Stallman <rms@gnu.org>
5064
5065 * whitespace.el (whitespace-highlight-the-space):
5066 Don't call whitespace-unhighlight-the-space here.
5067
5068 * simple.el (undo): Record t in undo-equiv-table
5069 for the redo record made by an undo-in-region.
5070
5071 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5072
5073 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
5074 (gdb-frame-inferior-io-buffer): New Functions to control
5075 display of separate IO buffer.
5076 (menu): Add them to menu-bar.
5077 (gdb-display-buffer): Check for buffer another frame.
5078 Protect GUD buffer.
5079 (gdb-setup-windows): Create IO buffer if not already there.
5080 (gdb-memory-mode): Remove purecopy noops.
5081
5082 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5083
5084 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
5085 and pass to self-insert-command.
5086
5087 2005-04-11 Lute Kamstra <lute@gnu.org>
5088
5089 * generic.el: Commentary section cleanup.
5090 (generic): Delete.
5091 (generic-use-find-file-hook, generic-lines-to-scan)
5092 (generic-find-file-regexp, generic-ignore-files-regexp)
5093 (default-generic-mode, generic-mode-find-file-hook)
5094 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
5095 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
5096 (generic-use-find-file-hook, generic-lines-to-scan)
5097 (generic-find-file-regexp, generic-ignore-files-regexp)
5098 (default-generic-mode, generic-mode-find-file-hook)
5099 (generic-mode-ini-file-find-file-hook): Move from generic.el.
5100
5101 2005-04-10 Karl Fogel <kfogel@red-bean.com>
5102
5103 * bookmark.el (bookmark-write-file): Catch errors writing file.
5104 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
5105
5106 2005-04-10 Richard M. Stallman <rms@gnu.org>
5107
5108 * startup.el (fancy-splash-tail): Update copyright year.
5109 (command-line): Split part of -Q into -D.
5110 (emacs-basic-display): New defvar.
5111 (fancy-splash-text): Correct name of menu item.
5112
5113 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
5114
5115 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
5116 lines in one node.
5117
5118 * comint.el (comint-send-input): New arg ARTIFICIAL.
5119 Callers in this file changed.
5120
5121 * abbrev.el (define-abbrevs): Read system abbrevs properly.
5122
5123 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
5124
5125 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
5126
5127 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
5128 `ldap-search-internal'.
5129
5130 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5131
5132 * files.el (set-auto-mode-1): Use line-end-position.
5133
5134 * international/latin-1.el:
5135 * international/latin-2.el:
5136 * international/latin-3.el:
5137 * international/latin-4.el:
5138 * international/latin-5.el:
5139 * international/latin-8.el:
5140 * international/latin-9.el: Give punctuation syntax to NBSP.
5141
5142 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
5143 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
5144 Use char-classes to accept non-ascii letters, accepted in some recent
5145 bibtex implementations.
5146
5147 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
5148
5149 * custom.el (custom-set-minor-mode): Any non-nil value for the
5150 variable should enable the mode when set through Custom.
5151
5152 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5153
5154 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
5155 TAB binding so tab-always-indent is obeyed.
5156 (vhdl-minibuffer-local-map): Move initialization into declaration.
5157 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
5158 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
5159 (vhdl-hooked-abbrev): Avoid test for XEmacs.
5160 (vhdl-current-line): Use line-beginning-position.
5161 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
5162 with-output-to-temp-buffer, so the current position can be recorded.
5163
5164 2005-04-10 Masatake YAMATO <jet@gyve.org>
5165
5166 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5167 Add regexp for gcov.
5168
5169 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5170
5171 * calendar/time-date.el (time-to-seconds, seconds-to-time)
5172 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
5173 syntax which Emacs 20 doesn't support.
5174
5175 2005-04-09 Richard M. Stallman <rms@gnu.org>
5176
5177 * help.el (describe-key-briefly, describe-key):
5178 Replace strings as event types with "(any string)".
5179
5180 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5181
5182 * arc-mode.el (archive-mode-map): Move initialization into
5183 the declaration. Override *all* bindings of `undo'.
5184 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
5185
5186 2005-04-09 Jay Belanger <belanger@truman.edu>
5187
5188 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
5189
5190 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5191
5192 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
5193 (xterm-register-default-colors): Update color values computation
5194 to match xterm-200.
5195
5196 2005-04-09 Kenichi Handa <handa@m17n.org>
5197
5198 * international/code-pages.el (iso-latin-7): Fix the map.
5199
5200 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
5201
5202 * emacs-lisp/lisp.el (defun-prompt-regexp)
5203 (parens-require-spaces, buffer-end, end-of-defun)
5204 (insert-parentheses): Doc fixes.
5205
5206 2005-04-08 Kim F. Storm <storm@cua.dk>
5207
5208 * comint.el (comint-highlight-prompt): Fix face spec.
5209 * hi-lock.el (hi-green): Likewise.
5210
5211 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5212
5213 * cus-edit.el (custom-modified-face):
5214 * comint.el (comint-highlight-input): Fix previous changes.
5215 * term.el (term-handle-ansi-escape): Add a comment.
5216
5217 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5218
5219 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
5220 in the buffer and in whitespace-highlighted-space.
5221 (whitespace-unhighlight-the-space): Simplify.
5222 (whitespace-buffer): Simplify.
5223
5224 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5225
5226 * textmodes/table.el (table-cell-face): Add special case for
5227 displays supporting a high number of colors.
5228 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5229 (vhdl-font-lock-reserved-words-face)
5230 (vhdl-speedbar-architecture-face)
5231 (vhdl-speedbar-instantiation-face)
5232 (vhdl-speedbar-architecture-selected-face)
5233 (vhdl-speedbar-instantiation-selected-face): Likewise.
5234 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
5235 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
5236 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5237 (ebrowse-root-class-face, ebrowse-member-attribute-face)
5238 (ebrowse-progress-face): Likewise.
5239 * progmodes/compile.el (compilation-info-face): Likewise.
5240 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
5241 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
5242 * calendar/calendar.el (diary-face): Likewise.
5243 * woman.el (woman-italic-face, woman-bold-face)
5244 (woman-unknown-face): Likewise.
5245 * wid-edit.el (widget-button-pressed-face): Likewise.
5246 * whitespace.el (whitespace-highlight-face): Likewise.
5247 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
5248 * pcvs-info.el (cvs-marked-face): Likewise.
5249 * info.el (info-xref): Likewise.
5250 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
5251 * hilit-chg.el (highlight-changes-face)
5252 (highlight-changes-delete-face): Likewise.
5253 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
5254 (hi-red-b): Likewise.
5255 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
5256 * font-lock.el (font-lock-keyword-face)
5257 (font-lock-function-name-face, font-lock-warning-face): Likewise.
5258 * cus-edit.el (custom-invalid-face, custom-modified-face)
5259 (custom-set-face, custom-changed-face, custom-variable-tag-face)
5260 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
5261 * comint.el (comint-highlight-prompt): Likewise.
5262
5263 2005-04-08 Lute Kamstra <lute@gnu.org>
5264
5265 * font-lock.el (font-lock-keywords): Docstring fixes.
5266
5267 2005-04-08 Kenichi Handa <handa@m17n.org>
5268
5269 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
5270 chars are more than a limit, print " and more..." at the tail.
5271
5272 2005-04-08 Kim F. Storm <storm@cua.dk>
5273
5274 * emacs-lisp/authors.el (authors-aliases): Update list.
5275 (authors-ignored-files): New list.
5276 (authors-fixed-entries): Fix typo.
5277 (authors-renamed-files-alist): Update list.
5278 (authors-add): Check authors-ignored-files.
5279
5280 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
5281
5282 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
5283 optional, to ensure backward compatibility.
5284
5285 2005-04-08 Stephen Eglen <stephen@gnu.org>
5286
5287 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
5288
5289 2005-04-08 Kim F. Storm <storm@cua.dk>
5290
5291 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
5292
5293 * mouse.el (mouse-on-link-p): Doc fix.
5294
5295 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
5296
5297 * ielm.el (ielm-prompt-read-only): Doc fix.
5298
5299 * comint.el (comint-prompt-read-only): Doc fix.
5300
5301 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
5302
5303 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
5304 ensure dired always handles wildcards passed to ffap.
5305 (find-file-at-point): Use it.
5306 (ffap-dired-wildcards): Doc fix.
5307
5308 2005-04-07 Juri Linkov <juri@jurta.org>
5309
5310 * simple.el (next-error-overlay-arrow-position): New defvar.
5311 Put "=>" on its property `overlay-arrow-string'. Add it to
5312 `overlay-arrow-variable-list'.
5313
5314 * progmodes/compile.el (compilation-setup):
5315 Set `next-error-overlay-arrow-position' to nil. Also set it to
5316 nil in the local hook `kill-buffer-hook'. Make local variable
5317 `overlay-arrow-string' and set it to "=>".
5318 (compilation-goto-locus): Set BOL position to
5319 `next-error-overlay-arrow-position' instead of
5320 `overlay-arrow-position'.
5321
5322 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
5323 locally instead of adding it to the global hook.
5324 (Info-kill-buffer): Move up.
5325
5326 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
5327
5328 * term/xterm.el (xterm-standard-colors): Update color values from
5329 xterm-200.
5330
5331 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
5332
5333 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
5334
5335 * fast-lock.el:
5336 * lazy-lock.el: Move them to the obsolete subdir.
5337
5338 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5339
5340 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
5341 (wdired-add-replace-advice): Remove.
5342 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
5343
5344 2005-04-06 Kim F. Storm <storm@cua.dk>
5345
5346 * startup.el (command-line): Add --bare-bones alias for -Q.
5347
5348 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5349
5350 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
5351 create the startup fontset if a font specification ends with
5352 `mac-roman'.
5353
5354 2005-04-06 Lute Kamstra <lute@gnu.org>
5355
5356 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
5357 change.
5358
5359 * emacs-lisp/copyright.el (copyright-update-year): Replace the
5360 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
5361
5362 2005-04-05 Lute Kamstra <lute@gnu.org>
5363
5364 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
5365 (define-generic-mode): Ditto. Fix debug declaration.
5366
5367 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5368 Put them in the generic-x group.
5369
5370 * calendar/timeclock.el (timeclock): Doc fix.
5371
5372 * generic.el (define-generic-mode): Don't use custom-current-group.
5373 Document default :group value.
5374 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
5375 (define-global-minor-mode): Don't use custom-current-group.
5376
5377 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
5378
5379 * startup.el (command-line-1): Display startup-echo-area-message
5380 when fancy splash screen is in use.
5381
5382 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
5383 (sh-escaped-newline): New face.
5384 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
5385 newline, and use sh-escaped-newline face.
5386
5387 * progmodes/tcl.el (tcl-escaped-newline): New face.
5388 (tcl-builtin-list): New variable.
5389 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
5390 newlines. Fix keywords subexpression number.
5391
5392 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
5393
5394 * textmodes/org.el (org-diary-default-entry): Fix call to
5395 `add-to-diary-entry'.
5396
5397 2005-04-05 Kim F. Storm <storm@cua.dk>
5398
5399 * ediff-init.el: Use (featurep 'xemacs).
5400
5401 2005-04-05 David Ponce <david@dponce.com>
5402
5403 * cus-edit.el (face): Derive from symbol widget. Display sample
5404 of the current face on the fly.
5405 (widget-face-sample-face-get, widget-face-notify): New functions.
5406 (widget-face-value-create): Remove.
5407
5408 * wid-edit.el (widget-field-end): Temporarily remove field
5409 narrowing before to call `get-char-property'.
5410
5411 2005-04-04 Jay Belanger <belanger@truman.edu>
5412
5413 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
5414 (math-read-subscripts): New variable.
5415 (math-read-preprocess-string): Process subscripts.
5416
5417 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
5418
5419 * comint.el (comint-prompt-read-only): Doc fix.
5420
5421 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
5422 `-1'. Doc fix.
5423
5424 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
5425
5426 * textmodes/org.el (org-insert-mode-line-in-empty-file):
5427 Change default value to nil.
5428
5429 2005-04-04 Lute Kamstra <lute@gnu.org>
5430
5431 * autorevert.el (auto-revert-mode): Specify :group.
5432 * battery.el (display-battery-mode): Specify :group.
5433 * diff-mode.el (diff-minor-mode): Specify :group.
5434 * font-core.el (font-lock-mode): Specify :group.
5435 * hl-line.el (hl-line-mode): Specify :group.
5436 * iimage.el (iimage): New customization group.
5437 (iimage-mode): Specify :group.
5438 * longlines.el (longlines-mode): Specify :group.
5439 * master.el: Don't require easy-mmode.
5440 (master): New customization group.
5441 (master-mode): Specify :group.
5442 * msb.el (msb-mode): Specify :group.
5443 * reveal.el (reveal-mode): Specify :group.
5444 * simple.el (next-error-follow-minor-mode): Specify :group.
5445 * smerge-mode.el (smerge-mode): Specify :group.
5446 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
5447 * emulation/cua-base.el (cua-mode): Specify :group.
5448 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
5449 * language/thai-util.el (thai-auto-composition-mode)
5450 (thai-word-mode): Specify :group.
5451 * mail/supercite.el (sc-minor-mode): Specify :group.
5452 * progmodes/cwarn.el (cwarn-mode): Specify :group.
5453 * progmodes/flymake.el (flymake-mode): Specify :group.
5454 * progmodes/glasses.el (glasses-mode): Specify :group.
5455 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
5456 * textmodes/enriched.el (enriched-mode): Specify :group.
5457 * textmodes/refill.el (refill-mode): Specify :group.
5458
5459 * add-log.el (change-log-font-lock-keywords): Names in
5460 parenthesized lists can contain spaces.
5461
5462 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
5463
5464 * startup.el (fancy-splash-text): Shorten default text of
5465 "Emacs Tutorial" line. Also, if the current language env
5466 indicates an available tutorial file other than TUTORIAL,
5467 extract its title and append it to the line in parentheses.
5468 (fancy-splash-insert): If arg is a thunk, funcall it.
5469
5470 2005-04-04 Jay Belanger <belanger@truman.edu>
5471
5472 * calc.el (calc-language-alist): Add tags to customization type.
5473
5474 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
5475
5476 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
5477 Doc fix.
5478
5479 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
5480
5481 * add-log.el (change-log-font-lock-keywords): The manual
5482 describing a Change Log entry, says: (...) "Aside from these
5483 header lines, every line in the change log starts with a space or
5484 a tab.". The font-lock was not highlighting lines started with
5485 spaces, added support for it.
5486
5487 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5488
5489 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
5490 (bibtex-generate-url-list): Update docstring accordingly. Put the
5491 complex example in the docstring.
5492 (bibtex-font-lock-url): Use pop.
5493
5494 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
5497
5498 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
5499
5500 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5501
5502 * filesets.el (filesets-set-default): Doc fix.
5503
5504 2005-04-03 Lute Kamstra <lute@gnu.org>
5505
5506 * generic.el (define-generic-mode): Add argument to specify
5507 keywords for defcustom.
5508 (default-generic-mode): Specify :group.
5509
5510 * generic-x.el: Specify :group for all generic modes.
5511
5512 * desktop.el (desktop-no-desktop-file-hook)
5513 (desktop-after-read-hook): Doc fix.
5514
5515 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
5516
5517 * simple.el (visible-mode): Use explicit :group keyword.
5518 This changes the group of `visible-mode-hook' from paren-blinking
5519 to editing-basics.
5520
5521 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
5522
5523 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
5524 mailbox specifications as well as URLs.
5525 (rmail-insert-inbox-text): Remove unused conditional branches.
5526
5527 2005-04-01 Jay Belanger <belanger@truman.edu>
5528
5529 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5530 (calc-gnuplot-print-command): Move definitions to calc.el.
5531
5532 * calc/calc-embed.el (calc-embedded-announce-formula)
5533 (calc-embedded-open-formula, calc-embedded-close-formula)
5534 (calc-embedded-open-word, calc-embedded-close-word)
5535 (calc-embedded-open-plain, calc-embedded-close-plain)
5536 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
5537 (calc-embedded-open-mode, calc-embedded-close-mode):
5538 Move definitions to calc.el.
5539
5540 * calc/calc.el (calc-settings-file, calc-language-alist):
5541 Make customizable.
5542 (calc-embedded-announce-formula, calc-embedded-open-formula)
5543 (calc-embedded-close-formula, calc-embedded-open-word)
5544 (calc-embedded-close-word, calc-embedded-open-plain)
5545 (calc-embedded-close-plain, calc-embedded-open-new-formula)
5546 (calc-embedded-close-new-formula, calc-embedded-open-mode)
5547 (calc-embedded-close-mode, calc-gnuplot-name)
5548 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
5549 from other files and make customizable.
5550
5551 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
5554 Use buffer-live-p.
5555 (cvs-mode-run): Don't call cvs-update-header here.
5556 (cvs-run-process): Call cvs-update-header.
5557 Use process properties for cvs-postprocess and cvs-buffer so that
5558 the sentinel can behave better if the temp buffer is killed.
5559 Use a pipe rather than a tty, to better handle unexpected prompts.
5560 (cvs-sentinel): Rewrite. Call cvs-update-header.
5561
5562 2005-04-01 Andre Spiegel <spiegel@gnu.org>
5563
5564 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
5565 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
5566
5567 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5568
5569 * generic.el (define-generic-mode): Add indentation rule.
5570
5571 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
5572
5573 * files.el (mode-require-final-newline): Make Custom correctly
5574 report a nil value and allow to set it to nil via Custom.
5575 Doc fix.
5576
5577 2005-04-01 Kenichi Handa <handa@m17n.org>
5578
5579 * international/characters.el: Enable the correct case setting for
5580 dotless-i and dotted-I.
5581
5582 2005-04-01 Kim F. Storm <storm@cua.dk>
5583
5584 * ido.el (ido-file-internal): Fall back to non-ido command if
5585 initial directory is on slow ftp (or tramp) host.
5586
5587 2005-03-31 Richard M. Stallman <rms@gnu.org>
5588
5589 * emacs-lisp/autoload.el (make-autoload):
5590 Handle define-global-minor-mode.
5591
5592 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5593 Rename from easy-mmode-define-global-mode.
5594 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
5595
5596 * progmodes/scheme.el (scheme-mode-syntax-table):
5597 Update syntax of | and # for two-character comment syntax.
5598
5599 2005-03-31 Lute Kamstra <lute@gnu.org>
5600
5601 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
5602 (define-minor-mode): Call custom-current-group at load-time.
5603
5604 * generic.el (define-generic-mode): Add debug declaration.
5605 Add defcustom for the mode hook.
5606 (generic-mode-internal): Use run-mode-hooks.
5607
5608 2005-03-31 Kim F. Storm <storm@cua.dk>
5609
5610 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
5611 (mouse-fixup-help-message): New defun called by show_help_echo
5612 to fixup mouse-2 prefix in help messages when applicable.
5613
5614 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
5615
5616 2005-03-31 Kenichi Handa <handa@m17n.org>
5617
5618 * language/thai-word.el (thai-find-word-ends): Pay attention to
5619 the case that we reach the end of buffer.
5620
5621 * textmodes/fill.el (fill-text-properties-at): New function.
5622 (fill-newline): Use fill-text-properties-at instead of
5623 text-properties-at.
5624
5625 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
5626
5627 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
5628 not comint-quote-filename.
5629
5630 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
5631
5632 * help-fns.el (help-with-tutorial): Revert last change.
5633
5634 2005-03-31 Kim F. Storm <storm@cua.dk>
5635
5636 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
5637
5638 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
5639
5640 * calendar/cal-china.el: Update reference to "Calendrical
5641 Calculations" book; there's a new edition.
5642 * calendar/cal-coptic.el: Likewise.
5643 * calendar/cal-french.el: Likewise.
5644 * calendar/cal-hebrew.el: Likewise.
5645 * calendar/cal-islam.el: Likewise.
5646 * calendar/cal-iso.el: Likewise.
5647 * calendar/cal-julian.el: Likewise.
5648 * calendar/cal-mayan.el: Likewise.
5649 * calendar/cal-persia.el: Likewise.
5650 * calendar/calendar.el: Likewise.
5651 * calendar/holidays.el: Likewise.
5652 * calendar/lunar.el: Likewise.
5653 * calendar/solar.el: Likewise.
5654
5655 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
5656 white space from doc string.
5657
5658 2005-03-30 Jay Belanger <belanger@truman.edu>
5659
5660 * calc/calc-help.el (calc-full-help): Remove email address.
5661
5662 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
5663
5664 * help-fns.el (help-with-tutorial): Delete title line.
5665
5666 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5667
5668 * calendar/cal-x.el (calendar-one-frame-setup)
5669 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
5670 rather than 'symbol for set-window-dedicated-p.
5671
5672 * calendar/appt.el (appt-buffer-name): Make it a constant.
5673 (appt-add): Doc fix.
5674
5675 * filesets.el (filesets-menu-path, filesets-menu-before)
5676 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
5677 (filesets-menu-cache-file): Use directory ~/.emacs.d.
5678 (filesets-add-submenu): Delete and use add-submenu instead.
5679
5680 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
5681
5682 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
5683 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
5684 (org-diary-default-entry): New function.
5685 (org-get-entries-from-diary): Better parsing of diary entries.
5686 (org-agenda-check-no-diary): New function.
5687 ("diary-lib"): Advice to function `add-to-diary-list', to allow
5688 linking to diary entries.
5689 (org-agenda-execute-calendar-command): New function.
5690 (org-agenda): Improve visible section in window.
5691 Use `org-fit-agenda-window'.
5692 (org-fit-agenda-window): New option.
5693 (org-move-subtree-down): Better handling of empty lines
5694 at end of subtree.
5695 (org-cycle): Numeric prefix is interpreted now as show-subtree N
5696 levels up.
5697 (org-fontify-done-headline): New option.
5698 (org-headline-done-face): New face.
5699 (org-set-font-lock-defaults): Use `org-headline-done-face'.
5700 (org-table-copy-down): Rename from `org-table-copy-from-above'.
5701 When current field is non-empty, it is copied to next row.
5702 (org-table-copy-from-above): Fix bug which made it
5703 impossible to copy fields containing only a single non-white character.
5704
5705 2005-03-30 Kim F. Storm <storm@cua.dk>
5706
5707 * kmacro.el (kmacro-end-macro): Isearch may store this command
5708 into the macro -- so ignore it when executing keyboard macro.
5709
5710 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5711
5712 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
5713
5714 2005-03-29 Kenichi Handa <handa@m17n.org>
5715
5716 * language/thai.el ("Thai"): Set setup-function and exit-function
5717 for Thai language environment.
5718
5719 * language/thai-util.el: Require thai-word.
5720 (thai-word-mode-map): New variable.
5721 (thai-word-mode): New minor mode.
5722 (setup-thai-language-environment-internal): New function.
5723 (exit-thai-language-environment-internal): New function.
5724
5725 * language/thai-word.el (thai-word-table): Declare it by defvar,
5726 use dolist to initialize it.
5727 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
5728 (thai-fill-find-break-point): New functions.
5729
5730 2005-03-29 Richard M. Stallman <rms@gnu.org>
5731
5732 * simple.el (idle-update-delay): Move definition up.
5733 (set-mark): Doc fix.
5734
5735 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
5736
5737 * longlines.el: New file.
5738
5739 * simple.el (buffer-substring-filters): New variable.
5740 (filter-buffer-substring): New function.
5741 (kill-region, copy-region-as-kill): Use it.
5742
5743 * register.el (copy-to-register, append-to-register)
5744 (prepend-to-register): Use filter-buffer-substring.
5745
5746 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5747
5748 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
5749 (gud-filter-pending-text): Move in front of gdb.
5750 (gud-overlay-arrow-position): New variable.
5751 (gud-sentinel, gud-display-line): Use it in place of
5752 overlay-arrow-position.
5753
5754 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
5755
5756 * progmodes/fortran.el (fortran-if-indent): Doc fix.
5757 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
5758 (fortran-font-lock-keywords-4): New variable.
5759 (fortran-blocks-re, fortran-end-block-re)
5760 (fortran-start-block-re): New constants, for hideshow.
5761 (hs-special-modes-alist): Add a Fortran entry.
5762 (fortran-mode-map): Bind fortran-end-of-block,
5763 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
5764 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
5765 (fortran-looking-at-if-then, fortran-end-of-block)
5766 (fortran-beginning-of-block): New functions, for hideshow.
5767
5768 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5769 Doc fix. Tweak regexp.
5770 (f90-beginning-of-block): Push mark first.
5771
5772 2005-03-29 Jay Belanger <belanger@truman.edu>
5773
5774 * calc/calc.el: Update copyright date.
5775 (calc-version): Increase to 2.1.
5776 (calc-version-date): Remove.
5777
5778 * calc/calc-help.el: Update copyright date.
5779 (calc-full-help): Remove reference to calc-version-date.
5780 Update copyright date.
5781
5782 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5783
5784 * vc.el (vc-do-command): Use a pipe for async processes, so password
5785 prompts don't show up at places where the user can't reply.
5786
5787 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
5788
5789 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
5790 on the file name we pass to the inferior shell.
5791
5792 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5793
5794 * progmodes/which-func.el (which-function): Be robust in the face of an
5795 imenu--make-index-alist failure.
5796
5797 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5798
5799 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
5800
5801 * progmodes/python.el (python-preoutput-filter): Fix last change.
5802
5803 2005-03-29 Lute Kamstra <lute@gnu.org>
5804
5805 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
5806 functions and compiled macros.
5807 (debug-convert-byte-code): Handle macros too.
5808 (debug-on-entry-1): Don't signal an error when trying to clear a
5809 function that is not set to debug on entry.
5810
5811 2005-03-29 Jay Belanger <belanger@truman.edu>
5812
5813 * calc/calc-lang.el: Add functions to math-function-table
5814 properties of tex and math.
5815
5816 2005-03-29 Kenichi Handa <handa@m17n.org>
5817
5818 * ps-mule.el (ps-mule-plot-string): Translate characters by
5819 ps-print-translation-table.
5820 (ps-mule-begin-job): Call find-charset-region/string with
5821 ps-print-translation-table.
5822 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
5823
5824 * ps-print.el (ps-print-translation-table): New variable.
5825 (ps-plot-region): Translate characters by ps-print-translation-table.
5826
5827 2005-03-29 Juri Linkov <juri@jurta.org>
5828
5829 * simple.el (next-error-highlight-timer): New variable.
5830
5831 * progmodes/compile.el (compilation-goto-locus):
5832 Use `next-error-highlight-timer' instead of `sit-for'.
5833
5834 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5835
5836 * mail/supercite.el (sc-mail-field): Use assoc-string.
5837 (sc-get-address): Simplify regexps.
5838
5839 * files.el (minibuffer-with-setup-hook): New macro.
5840 (find-file-read-args): Use it to avoid let-binding
5841 minibuffer-with-setup-hook (which breaks turning on/off
5842 file-name-shadow-mode while in the prompt).
5843
5844 * complete.el (PC-read-include-file-name-internal): Use test-completion.
5845
5846 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
5847
5848 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
5849
5850 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5851
5852 * window.el (window-buffer-height): Use count-screen-lines.
5853
5854 * progmodes/python.el (python-preoutput-leftover): New var.
5855 (python-preoutput-filter): Use it.
5856 (python-send-receive): Loop until all the result has been received.
5857
5858 2005-03-28 Juri Linkov <juri@jurta.org>
5859
5860 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
5861
5862 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
5863 "Recover Crashed Session".
5864 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
5865 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
5866 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
5867 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
5868 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
5869 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
5870 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
5871 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
5872
5873 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
5874 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
5875 Ediff Sessions", "Toggle use of separate control buffer frame",
5876 "Use separate frame for Ediff control buffer".
5877
5878 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
5879 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
5880 "Rename Bookmark", "Delete Bookmark".
5881
5882 * info.el (Info-mode-menu): Remove ellipsis from "Index".
5883 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
5884 Add `:active Info-index-alternatives' to "Next Matching Item".
5885
5886 * wdired.el (wdired-change-to-wdired-mode):
5887 Mention `wdired-abort-changes' key in the initial message.
5888
5889 * international/mule.el (auto-coding-alist): Associate non-ascii
5890 image filename extensions with `no-conversion'.
5891
5892 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5893
5894 * international/iso-acc.el:
5895 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
5896
5897 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5898
5899 * textmodes/sgml-mode.el (html-mode): Doc update.
5900
5901 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
5902
5903 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
5904
5905 * term.el (term-move-columns): Fix face after extending a line.
5906 (term-insert-spaces): Likewise.
5907 (term-reset-terminal): Fix off by one error.
5908
5909 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5910
5911 * international/mule.el (auto-coding-alist): Add .xpi files.
5912
5913 * files.el (auto-mode-alist): Add .xpi files.
5914
5915 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
5916
5917 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
5918
5919 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5920
5921 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
5922
5923 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5924
5925 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
5926 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
5927
5928 * calendar/cal-move.el (calendar-beginning-of-year): Move the
5929 cursor to Jan 1 when needed.
5930 (calendar-end-of-year): Fix -/+ typo.
5931 Reported by Chong Yidong <cyd@stupidchicken.com>.
5932
5933 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5934
5935 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
5936
5937 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
5938 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
5939
5940 2005-03-25 Richard M. Stallman <rms@gnu.org>
5941
5942 * filesets.el (filesets-init): Add autoload.
5943
5944 * mail/mailalias.el (mail-directory): Doc fix.
5945
5946 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5947
5948 * mail/mailalias.el (mail-directory-process): Do nothing if
5949 mail-directory-process is an atom.
5950 (mail-get-names): Ignore mail-directory-names if it is an atom.
5951 (mail-directory-process defvar): Doc fix.
5952 (mail-names): Doc fix.
5953
5954 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
5955
5956 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
5957
5958 2005-03-26 Kenichi Handa <handa@m17n.org>
5959
5960 * international/mule-util.el (detect-coding-with-priority):
5961 Call update-coding-systems-internal before detect-coding-region.
5962
5963 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
5964
5965 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5966 (gdb-frames-mode-map): Add follow-link property.
5967
5968 2005-03-25 Jay Belanger <belanger@truman.edu>
5969
5970 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
5971 for variables.
5972
5973 2005-03-25 Juri Linkov <juri@jurta.org>
5974
5975 * image-mode.el: Optimize image filename extension regexps in
5976 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
5977 in `auto-mode-alist'.
5978 (image-mode): Add `image-toggle-display-text' to local hook
5979 `change-major-mode-hook'. Display the image as an image by
5980 default. Set `cursor-type' and `truncate-lines' if the image
5981 is already displayed. Take into account the current mode (image
5982 or text) in message.
5983 (image-minor-mode): New minor mode.
5984 (image-mode-maybe, image-toggle-display-text): New functions.
5985 (image-toggle-display): Use called-interactively-p.
5986 Let-bind `inhibit-read-only' to t.
5987
5988 * image-mode.el (image-minor-mode): Set `cursor-type' and
5989 `truncate-lines' if the image is already displayed. Add turning
5990 image-minor-mode off to `change-major-mode-hook'. Add message.
5991 Call `image-toggle-display-text' after turning image-minor-mode off.
5992
5993 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5994
5995 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
5996 Terminal.app, use utf-8.
5997 (set-display-table-and-terminal-coding-system): Add coding-system arg.
5998 (set-locale-environment): Use it.
5999
6000 * term/xterm.el: Undo last change, better done in mule-cmds.el.
6001
6002 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
6003
6004 * progmodes/python.el (python-close-block-statement-p)
6005 (python-outdent-p, python-current-defun): Use symbol-end.
6006
6007 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6008
6009 * files.el (save-some-buffers): Doc fix.
6010
6011 2005-03-25 Werner Lemberg <wl@gnu.org>
6012
6013 * complete.el, thumbs.el: Replace `legal' with `valid'.
6014 * calendar/calendar.el: Replace `legal' with `valid'.
6015 * emacs-lisp/advice.el: Replace `legal' with `valid'.
6016 * mail/supercite.el: Replace `legal' with `valid'.
6017 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
6018 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
6019 Replace `legal' with `valid'.
6020 * textmodes/reftex-vars.el, textmodes/reftex.el:
6021 Replace `legal' with `valid'.
6022
6023 2005-03-25 Werner Lemberg <wl@gnu.org>
6024
6025 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
6026 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
6027 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
6028 * emulation/vip.el: Replace `illegal' with `invalid'.
6029 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
6030 * mail/supercite.el: Replace `illegal' with `invalid'.
6031 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
6032 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
6033 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
6034 * progmodes/sh-script.el, progmodes/xscheme.el:
6035 Replace `illegal' with `invalid'.
6036 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
6037 * textmodes/reftex-index.el, textmodes/reftex-parse.el
6038 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
6039 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
6040
6041 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6042
6043 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
6044 (flymake-find-buildfile, flymake-find-possible-master-files)
6045 (flymake-check-include, flymake-parse-line): Replace loops over the
6046 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
6047
6048 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
6049 Substitute file-name-as-directory in the rest of the file.
6050 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
6051 (flymake-replace-region): Remove unused arg `buffer'.
6052 (flymake-check-patch-master-file-buffer): Update calls to it.
6053 (flymake-add-err-info): Remove unused var `count'.
6054 (flymake-mode): Use define-minor-mode.
6055
6056 * progmodes/flymake.el: Use with-current-buffer.
6057 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
6058 flymake-replace-regexp-in-string, flymake-line-beginning-position)
6059 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
6060 Avoid testing for `xemacs'.
6061 (flymake-nop): Move.
6062 (flymake-region-has-flymake-overlays): Return the computed value.
6063 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
6064 Remove unused var `endline'.
6065 (flymake-get-line-count): Remove unused function.
6066 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
6067
6068 * emulation/vi.el:
6069 * generic.el:
6070 * hilit-chg.el (global-highlight-changes):
6071 * hi-lock.el (hi-lock-mode):
6072 * follow.el: find-file-hooks -> find-file-hook.
6073
6074 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
6075
6076 2005-03-24 Juri Linkov <juri@jurta.org>
6077
6078 * dired.el (dired-mode-map): Add menu item "Compare directories"
6079 for dired-compare-directories.
6080
6081 * dired-aux.el (dired-compare-directories): Add autoload cookie.
6082 Doc fix. Replace `read-file-name' with `read-directory-name'.
6083
6084 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
6087
6088 2005-03-24 Jay Belanger <belanger@truman.edu>
6089
6090 * calc/calc-embed.el (calc-embedded-mode-change): Save all
6091 relevant mode settings in calc-embedded-original-modes when modes
6092 are permanently changed.
6093
6094 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6095
6096 * autoinsert.el: find-file-hooks -> find-file-hook.
6097
6098 2005-03-24 Lute Kamstra <lute@gnu.org>
6099
6100 * generic.el (generic-font-lock-defaults): Make it obsolete.
6101 (generic-font-lock-keywords): New variable to replace
6102 generic-font-lock-defaults.
6103 (generic-mode-set-font-lock): Delete it.
6104 (generic-mode-internal): Don't call generic-mode-set-font-lock.
6105 (generic-bracket-support): Add docstring.
6106
6107 * generic-x.el: Rename generic-font-lock-defaults to
6108 generic-font-lock-keywords throughout.
6109 (mailagent-rules-setup-function): Delete it.
6110 (mailagent-rules-generic-mode): Use anonymous function instead.
6111 (show-tabs-generic-mode-font-lock-defaults-1)
6112 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
6113 Quote faces.
6114 (show-tabs-tab-face, show-tabs-space-face): Specify background,
6115 not foreground.
6116
6117 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6118 Recognize define-generic-mode.
6119
6120 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6121
6122 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
6123 if there's no completion table.
6124
6125 2005-03-23 Miles Bader <miles@gnu.org>
6126
6127 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6128 Remove tty-specific variants, as they're no longer needed.
6129
6130 2005-03-23 Lute Kamstra <lute@gnu.org>
6131
6132 * generic-x.el: Code cleanup: make args constant whenever possible.
6133 (installshield-statement-keyword-list)
6134 (installshield-system-functions-list)
6135 (installshield-system-variables-list, installshield-types-list)
6136 (installshield-funarg-constants-list): Make them constants.
6137
6138 * generic.el (generic-make-keywords-list): Add autoload cookie.
6139
6140 * calendar/time-date.el: Add comment on time value formats.
6141 Don't require parse-time.
6142 (with-decoded-time-value): New macro.
6143 (encode-time-value): New function.
6144 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6145 (days-to-time): Return a valid time value when arg is huge.
6146 (time-since): Use time-subtract.
6147 (time-to-number-of-days): Use time-to-seconds.
6148
6149 2005-03-23 David Ponce <david@dponce.com>
6150
6151 * recentf.el: (recentf-keep): New option.
6152 (recentf-menu-action): Default to `find-file'.
6153 (recentf-keep-non-readable-files-flag)
6154 (recentf-keep-non-readable-files-p)
6155 (recentf-file-readable-p, recentf-find-file)
6156 (recentf-cleanup-remote): Remove.
6157 (recentf-include-p): More robust.
6158 (recentf-keep-p): New function.
6159 (recentf-remove-if-non-kept): Rename from
6160 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
6161 All callers updated.
6162 (recentf-menu-items-for-commands): Fix help string.
6163 (recentf-track-closed-file): Update. Doc fix.
6164 (recentf-cleanup): Update. Count removed files. Doc fix.
6165
6166 2005-03-23 Kim F. Storm <storm@cua.dk>
6167
6168 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6169 Don't inherit from fringe face (now happens automatically).
6170
6171 2005-03-22 Kim F. Storm <storm@cua.dk>
6172
6173 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
6174 position values.
6175
6176 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6177
6178 * menu-bar.el (showhide-date-time): Remove.
6179 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
6180 (menu-bar-make-mm-toggle): Simplify.
6181
6182 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6183
6184 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
6185 Accept qualified variable and function names.
6186
6187 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
6188
6189 * bindings.el (completion-ignored-extensions):
6190 Remove ".lis" for `vax-vms'.
6191
6192 2005-03-22 Andreas Schwab <schwab@suse.de>
6193
6194 * generic-x.el: Revert last change.
6195 * ldefs-boot.el: Update.
6196
6197 2005-03-22 Jay Belanger <belanger@truman.edu>
6198
6199 * calc/calc-embed (calc-embedded-original-modes): New variable.
6200 (calc-embedded-save-original-modes)
6201 (calc-embedded-restore-original-modes): New functions.
6202 (calc-do-embedded): Save original modes when entering embedded mode
6203 and restore when leaving embedded mode.
6204 (calc-embedded-modes-change): Change the value of
6205 calc-embedded-original-modes to reflect permanent changes.
6206
6207 2005-03-22 Lute Kamstra <lute@gnu.org>
6208
6209 * generic-x.el: Require generic again.
6210
6211 2005-03-22 Miles Bader <miles@gnu.org>
6212
6213 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6214 Tweak details to look good on both ttys and bitmap displays, light
6215 or dark background, etc.
6216
6217 2005-03-21 Kim F. Storm <storm@cua.dk>
6218
6219 * tooltip.el (tooltip-show-help-function): Check car and cdr of
6220 mouse position.
6221
6222 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
6223
6224 * icomplete.el: Don't forcibly turn on the mode upon load.
6225 (icomplete-mode): Use define-minor-mode.
6226 (icomplete-eoinput): Default to nil.
6227 (icomplete-minibuffer-setup): Remove autoload.
6228 (icomplete-tidy): Simplify.
6229 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
6230 in the initial state or if the user has modified the field.
6231 Fix handling of icomplete-max-delay-chars.
6232 Remove code that handles the oddball case where
6233 minibuffer-completion-table is an integer.
6234 Wrap icomplete-completions in while-no-input in case building
6235 completions takes more time than expected.
6236 (icomplete-completions): Simplify.
6237
6238 2005-03-21 Richard M. Stallman <rms@gnu.org>
6239
6240 * jka-compr.el (jka-compr-really-do-compress):
6241 Make variable buffer-local.
6242
6243 * image-mode.el: Handle .xpm files too.
6244 (image-toggle-display): Preserve modification flag.
6245
6246 * help.el (where-is): Don't mention aliases with no key bindings.
6247
6248 2005-03-21 Lute Kamstra <lute@gnu.org>
6249
6250 * generic.el: Fix commentary section. Don't require cl for compilation.
6251 (generic-mode-list): Add autoload cookie.
6252 (generic-use-find-file-hook, generic-lines-to-scan)
6253 (generic-find-file-regexp, generic-ignore-files-regexp)
6254 (generic-mode, generic-mode-find-file-hook)
6255 (generic-mode-ini-file-find-file-hook): Fix docstrings.
6256 (define-generic-mode): Make it a defmacro. Fix docstring.
6257 (generic-mode-internal): Code cleanup. Add autoload cookie.
6258 (generic-mode-set-comments): Code cleanup.
6259 * generic-x.el: Don't prevent compilation. Don't require generic.
6260 Follow coding conventions. Minor code cleanup.
6261 (etc-fstab-generic-mode): Add some keywords.
6262 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
6263 define-generic-mode like a function declaration.
6264
6265 2005-03-21 Jay Belanger <belanger@truman.edu>
6266
6267 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
6268 changing modes.
6269
6270 2005-03-21 Sam Steingold <sds@gnu.org>
6271
6272 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
6273
6274 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
6275
6276 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
6277 Add underscore to "f$ lexicals" regexp.
6278
6279 2005-03-20 Juri Linkov <juri@jurta.org>
6280
6281 * subr.el (progress-reporter-do-update): When `min-value' is equal
6282 to `max-value', set `percentage' to 0 and prevent division by zero.
6283
6284 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
6285
6286 Sync with Tramp 2.0.48.
6287
6288 * tramp.el (all): Change all addresses to .gnu.org.
6289 (tramp-append-tramp-buffers): New defun.
6290 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
6291 Catch `dont-send' signal.
6292 (tramp-set-auto-save-file-modes): Set always permissions, because
6293 there might be an old auto-saved file belonging to another
6294 original file. This could be a security threat. Reported by
6295 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
6296 Check for Emacs 21.3.50 removed.
6297
6298 * tramp-smb.el (all): Remove debug construct for
6299 `with-parsed-tramp-file-name'.
6300 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
6301 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
6302 No error message if DIRECTORY or FILENAME doesn't exist.
6303 (tramp-smb-open-connection): Check existence of
6304 `tramp-smb-program'.
6305
6306 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6307
6308 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
6309 Properly handle the case where the `m' or `s' command's argument is not
6310 yet terminated.
6311 (perl-indent-new-calculate): New function.
6312 (perl-indent-line): Use it.
6313
6314 2005-03-20 Miles Bader <miles@gnu.org>
6315
6316 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
6317 in text-mode too. Change to new face names.
6318 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
6319 Add `:weight bold' attribute.
6320 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
6321
6322 2005-03-19 Juri Linkov <juri@jurta.org>
6323
6324 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
6325
6326 * international/mule.el (auto-coding-alist): Sync with
6327 `auto-mode-alist' by adding upper case archive file extensions
6328 and adding ear/war to jar extension.
6329
6330 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
6331
6332 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
6333 running, restart it.
6334
6335 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
6336
6337 * finder.el (finder-current-item): Throw an error on an empty line.
6338
6339 * man.el (Man-follow-manual-reference): If current-word returns
6340 nil, use "".
6341
6342 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
6343
6344 * simple.el (goto-line): Doc fix.
6345
6346 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
6347
6348 * files.el (save-buffer): Doc fix.
6349
6350 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
6351
6352 * recentf.el (recentf-cleanup-remote): New variable.
6353 (recentf-cleanup): Use it to conditionally check availability of
6354 remote files.
6355
6356 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
6357
6358 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
6359 function names.
6360
6361 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6362
6363 * language/thai-word.el: New file.
6364
6365 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6366
6367 * files.el (backup-buffer): If the file's directory is not
6368 writable, use copy instead of move to backup the file.
6369
6370 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6371
6372 * obsolete/keyswap.el: Moved to obsolete/ from term/.
6373
6374 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6375
6376 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
6377 Use functionp instead of symbolp and fboundp. Reported by Drkm
6378 <darkman_spam@yahoo.fr>.
6379 (ps-print-version): New version 6.6.6.
6380
6381 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
6382
6383 * textmodes/table.el (table--line-column-position): New idiom.
6384 (table--row-column-insertion-point-p): New function to test
6385 validity of row and column insertion operation at a location.
6386 (table-global-menu, table-cell-menu): Use above functions for
6387 deterministic test operation.
6388 (table--editable-cell-p): Behave in deterministic fashion.
6389
6390 2005-03-18 Juri Linkov <juri@jurta.org>
6391
6392 * isearch.el (isearch-lazy-highlight-new-loop):
6393 Make arguments beg and end optional.
6394 (isearch-update): Remove optional arguments nil from
6395 isearch-lazy-highlight-new-loop.
6396 (isearch-lazy-highlight-search): Let-bind case-fold-search to
6397 isearch-lazy-highlight-case-fold-search instead of
6398 isearch-case-fold-search, and let-bind isearch-regexp to
6399 isearch-lazy-highlight-regexp.
6400 Use isearch-lazy-highlight-last-string instead of isearch-string.
6401
6402 * replace.el (perform-replace): Remove bindings of global
6403 variables isearch-string, isearch-regexp, isearch-case-fold-search.
6404 Add three new arguments to `replace-highlight'.
6405 (replace-highlight): Add arguments string, regexp, case-fold.
6406 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
6407 to allow isearch-lazy-highlight-new-loop to use these values
6408 to set corresponding isearch-lazy-highlight-* internal
6409 variables whose values lazy highlighting will use regardless of
6410 changes to global variables isearch-string, isearch-regexp,
6411 isearch-case-fold-search during lazy highlighting loop.
6412 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
6413 to `lazy-highlight-cleanup'.
6414
6415 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
6416 (ispell-highlight-face): Set default face to `isearch' when
6417 lazy highlighting is enabled.
6418 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
6419 priority to 1. Add lazy highlighting.
6420 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
6421 from `isearch-dehighlight'.
6422
6423 2005-03-18 David Ponce <david@dponce.com>
6424
6425 * files.el (hack-local-variables): Do a case-insensitive search
6426 for End.
6427
6428 2005-03-18 Juri Linkov <juri@jurta.org>
6429
6430 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
6431 `isearch-lazy-highlight-cleanup', add alias to old name and
6432 declare obsolete. Add release numbers to other obsolete vars.
6433 (isearch-done, isearch-lazy-highlight-new-loop):
6434 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
6435 (lazy-highlight-cleanup) <variable>: Doc fix.
6436 (isearch-lazy-highlight-update): Rename obsolete
6437 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
6438
6439 2005-03-18 Kenichi Handa <handa@m17n.org>
6440
6441 * language/thai-util.el: Fix categorization of Thai characters in
6442 thai-category-table.
6443 (thai-composition-pattern): Adjust it for the above change.
6444 (thai-self-insert-command, thai-compose-syllable): New functions.
6445 (thai-compose-region): Use thai-compose-syllable.
6446 (thai-compose-string): Likewise.
6447 (thai-composition-function): Likewise.
6448 (thai-auto-composition): New function.
6449 (thai-auto-composition-mode): New minor mode.
6450
6451 * language/thai.el: Fix patterns to be registered in
6452 composition-function-table.
6453
6454 * international/quail.el (quail-input-method): Locally bind
6455 inhibit-modification-hooks to t.
6456
6457 2005-03-17 Richard M. Stallman <rms@gnu.org>
6458
6459 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
6460 (perl-mode): Use run-mode-hooks.
6461
6462 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
6463 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
6464 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
6465
6466 * mail/sendmail.el (sendmail-send-it): Reenable the code
6467 to compute resend-to-address and use it.
6468
6469 * tar-mode.el (tar-mode): Turn off undo unconditionally.
6470
6471 * image-mode.el: New file.
6472
6473 * image.el (insert-sliced-image): Add autoload cookie.
6474
6475 * font-lock.el (font-lock-lines-before): New user option.
6476 (font-lock-after-change-function): Obey it.
6477
6478 * bindings.el (esc-map): Make M-g a prefix.
6479 Bind M-g g and M-g M-g to goto-line.
6480
6481 * faces.el (face-id): Doc fix.
6482
6483 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6484
6485 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
6486 (rmail-show-message): Use rmail-unknown-mail-followup-to.
6487 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
6488
6489 * mail/sendmail.el (mail-yank-ignored-headers)
6490 (mail-font-lock-keywords, mail-mode-fill-paragraph):
6491 Add Mail-Followup-To and Mail-Reply-To headers.
6492 (mail-citation-hook): Add autoload cookie.
6493 (mail-mode): Doc fix.
6494 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
6495 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
6496 (mail-mode-fill-paragraph): Handle those headers.
6497 (mail-mailing-lists): New variable.
6498 (mail-mail-reply-to, mail-mail-followup-to): New functions.
6499
6500 2005-03-17 Juri Linkov <juri@jurta.org>
6501
6502 * isearch.el (isearch-fallback): Check for `(car previous)'
6503 before calling `isearch-other-end-state'.
6504
6505 2005-03-17 Kim F. Storm <storm@cua.dk>
6506
6507 * simple.el (move-beginning-of-line): Move to beginning of buffer
6508 line, as well as beginning of screen line.
6509
6510 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
6511
6512 * calendar/diary-lib.el (mark-diary-entries): Use new optional
6513 argument REDRAW rather than calendar-redrawing variable.
6514 * calendar/calendar.el (calendar-redrawing): Delete.
6515 (redraw-calendar): Do not bind calendar-redrawing.
6516
6517 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
6518
6519 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
6520 diary-file buffer.
6521
6522 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6523
6524 * help.el (describe-mode): Allow a :minor-mode-function property to
6525 specify a different minor mode toggle function than the variable.
6526 * simple.el (auto-fill-function):
6527 * subr.el (add-minor-mode): Use it.
6528
6529 2005-03-16 Kenichi Handa <handa@m17n.org>
6530
6531 * language/ethio-util.el (sera-being-called-by-w3): New variable.
6532 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
6533 (ethio-fidel-to-sera-buffer): Likewise.
6534
6535 2005-03-16 Juri Linkov <juri@jurta.org>
6536
6537 * emacs-lisp/find-func.el (find-function-regexp):
6538 Add defun-emitting macro `menu-bar-make-toggle'.
6539
6540 * isearch.el: Put `isearch-scroll' property to
6541 `split-window-horizontally'.
6542
6543 * info.el: Update error messages for `debug-ignored-errors'.
6544 (Info-isearch-search): Doc fix.
6545 (Info-find-node): Move up code to go into info buffer before
6546 recording the node to the history.
6547 (Info-fontify-node): Fontify titles only if the next line
6548 has two or more `*', `=', `-', `.'.
6549 Display "go to this node" for empty (match-string 3).
6550
6551 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6552
6553 * term/mac-win.el: Add mouse pointer shape constants.
6554
6555 2005-03-15 Kim F. Storm <storm@cua.dk>
6556
6557 * simple.el (move-beginning-of-line): Use vertical-motion.
6558
6559 2005-03-15 Juri Linkov <juri@jurta.org>
6560
6561 * isearch.el (isearch-error): New variable.
6562 (isearch-invalid-regexp, isearch-within-brackets): Remove.
6563 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
6564 (isearch-within-brackets-state): Remove.
6565 (isearch-case-fold-search-state, isearch-pop-fun-state):
6566 Decrease frame index.
6567 (isearch-mode, isearch-top-state, isearch-push-state)
6568 (isearch-edit-string, isearch-abort, isearch-search-and-update)
6569 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
6570 (isearch-search, isearch-lazy-highlight-new-loop):
6571 Replace `isearch-invalid-regexp' with `isearch-error'.
6572 Remove `isearch-within-brackets'.
6573 (isearch-search): Add `search-failed' handler to `condition-case'.
6574 (isearch-lazy-highlight-search): Add `condition-case' to catch
6575 errors and allow `isearch-lazy-highlight-update' to try
6576 highlighting from the beginning of the window.
6577 (isearch-repeat): Move up code to set isearch-wrapped to t
6578 before calling isearch-wrap-function.
6579
6580 * info.el (Info-isearch-initial-node): New internal variable.
6581 (Info-search): Signal an error in isearch mode when search leaves
6582 the initial node. Signal an error when `bound' is non-nil and
6583 nothing was found in the current subfile.
6584 (Info-isearch-search): Remove `condition-case'.
6585 (Info-isearch-wrap): Don't wrap when search failed during leaving
6586 the initial node. If `Info-isearch-search' is nil, wrap around
6587 the current node.
6588 (Info-isearch-start): New fun.
6589 (Info-mode): Add buffer-local hook `Info-isearch-start' to
6590 `isearch-mode-hook'.
6591
6592 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6593
6594 * simple.el (normal-erase-is-backspace): Set default to t if
6595 running on Mac.
6596
6597 * term/mac-win.el (function-key-map): Sync with x-win.el.
6598
6599 2005-03-15 Kenichi Handa <handa@m17n.org>
6600
6601 * international/mule-cmds.el (locale-language-names): Modify the
6602 format of elements and add more entries.
6603 (locale-preferred-coding-systems): Add more entries.
6604 (set-locale-environment): Adjust for the change of
6605 locale-language-names.
6606
6607 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6608
6609 * pcvs.el (smerge-ediff): Remove bogus autoload.
6610
6611 2005-03-14 Lute Kamstra <lute@gnu.org>
6612
6613 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
6614 Ignore a `*' at the beginning of a line.
6615
6616 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
6617 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
6618 subr.el.
6619 (dont-compile, eval-when-compile, eval-and-compile): Use declare
6620 to specify indentation.
6621
6622 * generic.el (define-generic-mode): Let generic-mode-list be a
6623 list of strings; test membership with equal.
6624
6625 2005-03-14 Kim F. Storm <storm@cua.dk>
6626
6627 * simple.el (next-line, previous-line): Add optional try-vscroll
6628 arg to recognize interactive use. Pass it on to line-move.
6629 (line-move): Don't perform auto-window-vscroll when defining or
6630 executing keyboard macro to ensure consistent behavior.
6631
6632 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6633
6634 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
6635
6636 2005-03-13 Lute Kamstra <lute@gnu.org>
6637
6638 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
6639 debugger-setup-buffer so that backtrace marks the frames set to
6640 debug-on-exit and we don't have to do it manually. Set an extra
6641 debug-on-exit for macro's.
6642 (debugger-setup-buffer): Don't mark the top frame manually.
6643
6644 2005-03-12 Lute Kamstra <lute@gnu.org>
6645
6646 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
6647 lisp-indent-function throughout.
6648 (with-no-warnings): Set lisp-indent-function property.
6649
6650 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
6651
6652 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
6653 Add entry for backslash.
6654
6655 2005-03-12 Juri Linkov <juri@jurta.org>
6656
6657 * info.el (Info-search): Four fixes for backward search.
6658
6659 2005-03-11 Jay Belanger <belanger@truman.edu>
6660
6661 * calc/calc.el (calc-language-alist): New variable.
6662 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
6663 (calc-embedded-find-modes): Use calc-language-alist instead of
6664 calc-embedded-language-alist.
6665
6666 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6667
6668 * calendar/calendar.el (calendar-redrawing): New internal
6669 variable.
6670 (redraw-calendar): Remove bogus save-excursion from previous
6671 change. Bind calendar-redrawing to t for mark-diary-entries.
6672 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
6673 calendar if that is why we were called.
6674
6675 2005-03-11 Kenichi Handa <handa@m17n.org>
6676
6677 * international/mule.el (make-coding-system): Set property
6678 coding-system-define-form to nil.
6679 (define-coding-system-alias): Likewise.
6680
6681 2005-03-11 Kenichi Handa <handa@m17n.org>
6682
6683 These changes are suggested by Dave Love <fx@gnu.org>.
6684
6685 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
6686 coding: tag.
6687 (adaptive-fill-regexp): Add more bullets.
6688 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
6689 regexps.
6690
6691 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6692
6693 * help.el (describe-mode): Properly handle non-trivial lighters.
6694 Don't ignore minor modes that are not listed in minor-mode-list.
6695
6696 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
6697 feature ON when the user requests to turn it OFF.
6698
6699 2005-03-10 Lute Kamstra <lute@gnu.org>
6700
6701 * emacs-lisp/debug.el (debug-entry-code): Delete it.
6702 (implement-debug-on-entry): New function to replace debug-entry-code.
6703 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
6704 second argument as the 2005-03-07 change makes it obsolete.
6705 (debug-on-entry, cancel-debug-on-entry): Update call to
6706 debug-on-entry-1.
6707 (debug, debugger-setup-buffer): Comment update.
6708 (debugger-frame-number): Update to work with implement-debug-on-entry.
6709
6710 2005-03-10 Jay Belanger <belanger@truman.edu>
6711
6712 * calc/calc-embed.el (math-ms-args): Declare it.
6713 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
6714 math-ms-args.
6715 (calc-embedded-subst): Use math-multi-subst-rec to substitute
6716 variables.
6717
6718 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
6719
6720 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
6721 Use message-box.
6722
6723 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
6724 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
6725 (tooltip-gud-tips): Simplify.
6726 (tooltip-gud-tips-p): Remove superfluous :set.
6727 (tooltip-gud-modes): Add fortran-mode.
6728 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
6729
6730 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
6731
6732 2005-03-09 Kim F. Storm <storm@cua.dk>
6733
6734 * play/animate.el (animate-place-char): Use forward-line instead
6735 of next-line to improve performance.
6736
6737 2005-03-09 Simon Josefsson <jas@extundo.com>
6738
6739 * net/browse-url.el (browse-url-default-browser): Doc fix.
6740
6741 2005-03-09 Miles Bader <miles@gnu.org>
6742
6743 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
6744 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
6745
6746 2005-03-09 Kenichi Handa <handa@m17n.org>
6747
6748 * international/latin-1.el: Set case and syntax for 255 only if
6749 set-case-syntax-set-multibyte is nil.
6750
6751 * textmodes/ispell.el (ispell-insert-word): New function.
6752 (ispell-word): Use ispell-insert-word to insert a new word.
6753 (ispell-process-line): Likewise.
6754 (ispell-complete-word): Likewise.
6755
6756 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
6757
6758 * calendar/calendar.el (redraw-calendar): Preserve point.
6759 Reported by Matt Hodges <MPHodges@member.fsf.org>.
6760 (calendar-week-start-day): Move after definition of
6761 redraw-calendar. Delete buffer test, since redraw-calendar has
6762 that now.
6763
6764 * calendar/diary-lib.el (mark-diary-entries): Only call
6765 redraw-calendar in the first of any recursive calls.
6766 Reported by Alan Shutko <ats@acm.org>.
6767
6768 2005-03-08 Juri Linkov <juri@jurta.org>
6769
6770 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
6771 (html-horizontal-rule, html-line, html-image, html-checkboxes)
6772 (html-radio-buttons): Add a space before the trailing `/>' where
6773 sgml-xml-mode is non-nil.
6774 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
6775 the subsequent tag of the empty XML tag.
6776 (html-href-anchor): Don't set initial input to "http:".
6777 (html-image): Ask for the image URL and set point inside alt="".
6778 (html-name-anchor): Duplicate the name in the `id' attribute when
6779 sgml-xml-mode is non-nil.
6780 (html-paragraph): Remove \n before <p>.
6781 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
6782 instead of `checked' when sgml-xml-mode is non-nil.
6783
6784 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
6785 Remove 1 space before #RRGGBB to not truncate it on terminal
6786 windows w/o fringes. Remove 1 space between bg and fg examples
6787 to get more space.
6788 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
6789 avoid byte-compile warnings.
6790
6791 * image-file.el (image-file-handler): Put `safe-magic' property to
6792 `image-file-handler'.
6793
6794 * info.el (Info-isearch-search): Emulate word search in
6795 isearching through multiple Info nodes with Info-search.
6796 (Info-isearch-wrap): Allow isearch-word.
6797
6798 2005-03-08 Lute Kamstra <lute@gnu.org>
6799
6800 * emacs-lisp/debug.el (debugger-step-through): Make sure that
6801 stepping into the debugger's code is not possible.
6802 (debugger-jumping-flag): Docstring update.
6803
6804 2005-03-08 Jay Belanger <belanger@truman.edu>
6805
6806 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
6807 embedded mode begins.
6808 (calc-embedded-language-alist): New variable.
6809 (calc-embedded-find-modes): Use calc-embedded-language-alist to
6810 set default language mode.
6811
6812 2005-03-08 Kenichi Handa <handa@m17n.org>
6813
6814 * international/ccl.el (define-ccl-program): Fix docstring about
6815 extra 256 bytes assured for the output buffer.
6816
6817 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6818 Fix BUFFER_MAGNIFICATION to 2.
6819 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6820
6821 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
6822
6823 * align.el (align-rules-list): Added an alignment rule for CSS
6824 declarations (applies to css-mode and html-mode buffers).
6825
6826 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6827
6828 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
6829
6830 2005-03-07 Kim F. Storm <storm@cua.dk>
6831
6832 * simple.el (move-beginning-of-line): New command.
6833
6834 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
6835
6836 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
6837
6838 * emulation/cua-base.el: Put CUA move property on move-end-of-line
6839 and move-beginning-of-line.
6840
6841 * apropos.el (apropos-print): Omit command from M-x ... RET.
6842
6843 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
6844
6845 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
6846 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
6847
6848 2005-03-06 Richard M. Stallman <rms@gnu.org>
6849
6850 * bindings.el (esc-map): Bind M-g to goto-line.
6851
6852 * facemenu.el (global-map): Bind M-o, not M-g.
6853
6854 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6855
6856 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
6857 "Open Directory" as for "Open File".
6858
6859 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
6860
6861 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
6862 (push-mark-command): Run activate-mark-hook.
6863
6864 2005-03-06 Richard M. Stallman <rms@gnu.org>
6865
6866 * help-mode.el (help-mode-finish): Don't alter the element
6867 in view-return-to-alist if there already is one.
6868
6869 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
6870 make sure the current buffer is the expected one.
6871
6872 * novice.el (disabled-command-function): Output in *Disabled Command*.
6873 Explicitly ignore non-keyboard events, and explicitly handle C-g.
6874
6875 * textmodes/flyspell.el (flyspell-large-region):
6876 Pass args differently for aspell.
6877
6878 * files.el (mode-require-final-newline): Doc fix.
6879
6880 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6881
6882 * progmodes/which-func.el (which-function):
6883 Specify NOERROR when calling imenu--make-index-alist.
6884
6885 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * simple.el (normal-erase-is-backspace): Define default value.
6888
6889 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
6890 (custom-reevaluate-setting): Simple function to handle
6891 variables that are defined before their default value can really
6892 be computed.
6893
6894 * startup.el (command-line): Use it for temporary-file-directory,
6895 small-emporary-file-directory, auto-save-file-name-transforms,
6896 blink-cursor-mode, and normal-erase-is-backspace.
6897
6898 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
6899 progress, even with buggy anchored keywords.
6900
6901 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
6902
6903 * simple.el (goto-line): Remove unbalanced final parenthesis.
6904
6905 2005-03-05 Richard M. Stallman <rms@gnu.org>
6906
6907 * simple.el (goto-line): Use a number at point as the default.
6908 With C-u as arg, switch buffers.
6909
6910 2005-03-05 Juri Linkov <juri@jurta.org>
6911
6912 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
6913 with `no-blinking-cursor'.
6914
6915 * startup.el (no-blinking-cursor): New defvar.
6916 (command-line): Add `--no-blinking-cursor' to longopts.
6917 Set `no-blinking-cursor' to t for command line arguments
6918 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
6919 with `no-blinking-cursor' in the condition for calling
6920 `blink-cursor-mode'.
6921
6922 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
6923
6924 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
6925 (menu-bar-options-save): Add blink-cursor-mode.
6926 (menu-bar-options-menu): Add blink-cursor-mode.
6927
6928 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
6929
6930 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
6931 (icalendar-export-file, icalendar-export-region)
6932 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
6933 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
6934
6935 2005-03-04 Lute Kamstra <lute@gnu.org>
6936
6937 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
6938 (debug-function-list): Ditto.
6939
6940 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
6941
6942 * textmodes/texinfmt.el (texinfo-append-refill):
6943 Redefine the types of line to which @refill
6944 is not appended by replacing a search for `@refill\\|@bye' with
6945 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
6946 itemize@refill' bug and the unfilled long lines bug.
6947 (texinfmt-version): Update number and date.
6948
6949 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6950
6951 * international/code-pages.el (windows-1250, windows-125[2-8])
6952 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
6953
6954 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
6957 bound yet.
6958
6959 2005-03-02 Romain Francoise <romain@orebokech.com>
6960
6961 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
6962 buffer after removing limits.
6963 (ibuffer-pop-filter): Ditto.
6964 Update copyright.
6965
6966 2005-03-02 Miles Bader <miles@gnu.org>
6967
6968 * button.el (make-text-button): If the user doesn't specify a
6969 type, use the default. Rewrite to use `add-text-properties' and
6970 plist functions.
6971
6972 2005-03-01 Lute Kamstra <lute@gnu.org>
6973
6974 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
6975 (debugger-jumping-flag): New var.
6976 (debug-entry-code): Use it.
6977 (debugger-jump): Use debugger-jumping-flag and add
6978 debugger-reenable to post-command-hook.
6979 (debugger-reenable): Use debugger-jumping-flag and remove itself
6980 from post-command-hook.
6981 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
6982 debugger-reenable.
6983
6984 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
6985
6986 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
6987 inclusion of "itemize\\|", which may be unnecessary, is certainly
6988 inelegant, and stops refilling in itemize lists when formatting
6989 Japanese Texinfo files to Info.
6990 Update copyright to 2005.
6991
6992 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
6993
6994 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
6995 of an error if GDB can't find the source file.
6996
6997 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6998
6999 * calendar/calendar.el (redraw-calendar): Work from any buffer,
7000 not just the calendar.
7001
7002 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
7003 first.
7004 (diary-redraw-calendar): New function.
7005 (make-diary-entry): Add diary-redraw-calendar to local
7006 write-contents-functions. Turn off selective display before
7007 inserting in diary.
7008
7009 2005-03-01 Kim F. Storm <storm@cua.dk>
7010
7011 * emacs-lisp/copyright.el (copyright-fix-years): New command.
7012
7013 2005-03-01 Lute Kamstra <lute@gnu.org>
7014
7015 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
7016 that debug-entry-code can be safely removed from a function while
7017 this code is being evaluated. Revert the 2005-02-27 change as the
7018 new implementation no longer requires it. Make sure that a
7019 function body containing just a string is not mistaken for a docstring.
7020 (debug): Skip one more frame in case of debug on entry.
7021 (debugger-setup-buffer): Delete one more frame line in case of
7022 debug on entry.
7023 (debugger-frame-number): Update to use the new text introduced by
7024 the 1999-11-03 change. Skip one more frame in case of debug on entry.
7025
7026 2005-02-28 Kim F. Storm <storm@cua.dk>
7027
7028 * double.el (double-translate-key): Call force-window-update after
7029 read-event to avoid crash in redisplay.
7030
7031 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7032
7033 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
7034 (debug): Use it. Move the inhibit-trace earlier.
7035 (debug-entry-code): New const.
7036 (debug-on-entry-1): Use it.
7037
7038 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
7039
7040 * international/utf-16.el (ccl-encode-mule-utf-16le):
7041 Fix BUFFER_MAGNIFICATION to 2.
7042 (ccl-encode-mule-utf-16be): Likewise.
7043
7044 2005-02-28 Kenichi Handa <handa@m17n.org>
7045
7046 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7047 Fix BUFFER_MAGNIFICATION to 4.
7048 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7049
7050 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
7051
7052 * speedbar.el (speedbar-update-flag): Doc fix.
7053 (speedbar-show-info-under-mouse): Give set-mouse-position the right
7054 argument.
7055
7056 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * reveal.el (reveal-post-command): Don't try to reveal overlays which
7059 have a non-nil `invisible' property but are actually visible.
7060
7061 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
7062 for perldoc sections.
7063 (perl-outline-regexp, perl-outline-level): New var and function.
7064 (perl-mode): Use them.
7065
7066 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7067
7068 * calendar/diary-lib.el (diary-remind): Discard any mark portion
7069 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
7070
7071 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
7072
7073 * cus-edit.el: Comment change.
7074 (custom-buffer-create-internal): Slightly reword text at top of
7075 Custom buffers. Mention there that saving an option edits the
7076 init file. Add link to Emacs manual node on `custom-file'.
7077 (custom-magic-alist): Rewrite individual State messages to use
7078 capitalized keywords. Doc fix.
7079
7080 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7081
7082 * calendar/calendar.el (calendar-buffer): Move above
7083 calendar-week-start-day.
7084 (calendar-week-start-day): Doc fix. Add :set function.
7085 (calendar-minimum-window-height): New variable.
7086 (generate-calendar-window): Only resize window if selected-window
7087 is displaying the calendar buffer. Use new variable
7088 calendar-minimum-window-height.
7089 (generate-calendar): Reword error message.
7090 (calendar-mode-map): Bind DEL to scroll-other-window-down.
7091
7092 2005-02-27 Andreas Schwab <schwab@suse.de>
7093
7094 * vc.el (vc-do-command): Don't run command asynchronously when
7095 operating in a remote directory.
7096
7097 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
7098 change from sync with Tramp 2.0.47.
7099
7100 2005-02-27 Richard M. Stallman <rms@gnu.org>
7101
7102 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
7103
7104 * textmodes/flyspell.el (flyspell-mode-on):
7105 Call ispell-change-dictionary only if necessary.
7106
7107 * emacs-lisp/re-builder.el (regexp-builder): New function.
7108
7109 * register.el (describe-register-1): Explicitly handle
7110 yank-excluded-properties = t.
7111
7112 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
7113 (custom-magic-alist): Change the status descriptions again.
7114 (face widget-type): Total rewrite based on `restricted-sexp'
7115 to eliminate the confusing double hiding levels.
7116
7117 * emacs-lisp/debug.el (debug-on-entry-1):
7118 If function body is empty, add nil as body form.
7119
7120 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7121
7122 * emacs-lisp/trace.el (inhibit-trace): New var.
7123 (trace-make-advice): Use it.
7124
7125 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
7126
7127 2005-02-26 Kim F. Storm <storm@cua.dk>
7128
7129 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
7130 (mouse-on-link-p, mouse-drag-region-1): Use it.
7131
7132 2005-02-25 Lute Kamstra <lute@gnu.org>
7133
7134 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
7135
7136 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
7137
7138 * frame.el (blink-cursor-mode): Add :group keyword.
7139
7140 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
7141
7142 * calendar/icalendar.el (icalendar--decode-isodatetime):
7143 New optional argument DAY-SHIFT.
7144 (icalendar-export-region): Fix coding-system-for-write.
7145 (icalendar--convert-ical-to-diary): Shift end-day of all-day
7146 events by one.
7147
7148 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7149
7150 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
7151
7152 2005-02-24 Kim F. Storm <storm@cua.dk>
7153
7154 * international/iso-acc.el (iso-accents-compose): Fix crash
7155 during redisplay. Call force-window-update after read-event
7156 and delete-region to signal that window is not accurate.
7157
7158 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7159
7160 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
7161 Remove unused and inexistent var `inhibit-trace'.
7162 (debugger-mode): Use run-mode-hooks.
7163 (debugger-list-functions): Add buttons; setup xref stack.
7164
7165 2005-02-23 Richard M. Stallman <rms@gnu.org>
7166
7167 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
7168 appointment says it was explicitly made.
7169 (appt-add): Set the 3rd element.
7170 (appt-make-list): Preserve explicit appointments.
7171
7172 * subr.el (find-tag-default): Catch errors in forward-sexp.
7173
7174 2005-02-23 Juri Linkov <juri@jurta.org>
7175
7176 * info.el (Info-isearch-search): New defcustom.
7177 (Info-isearch-search): Call the default isearch function
7178 when Info-isearch-search is nil.
7179 (Info-isearch-wrap): Use variable Info-isearch-search.
7180
7181 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
7182
7183 * cus-edit.el: Comment change.
7184
7185 2005-02-22 Kim F. Storm <storm@cua.dk>
7186
7187 * progmodes/hideif.el (hide-ifdef-use-define-alist):
7188 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
7189
7190 2005-02-22 Simon Josefsson <jas@extundo.com>
7191
7192 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
7193 New variable.
7194 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
7195 Oskarsson" <myrkraverk@users.sourceforget.net>.
7196
7197 2005-02-22 Kim F. Storm <storm@cua.dk>
7198
7199 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
7200 check that window of that event is the selected window.
7201 (mouse-drag-region-1): Compare mouse event window to selected
7202 window before setting point.
7203
7204 * tooltip.el (tooltip-show-help-function): Pass event to
7205 mouse-on-link-p so it can check selected window.
7206
7207 2005-02-22 Kenichi Handa <handa@m17n.org>
7208
7209 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
7210 (ps-mule-show-warning): New function.
7211 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
7212 characters are found.
7213
7214 * ps-print.el (ps-header-footer-string): Return a list of header
7215 and footer strings.
7216
7217 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7218
7219 * pcvs.el (cvs-retrieve-revision): Fix thinko.
7220
7221 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
7222
7223 * frame.el (blink-cursor-mode): Use define-minor-mode.
7224
7225 * term/mac-win.el (function-key-map): Use char-names more consistently.
7226 (file-name-coding-system): Only set it for MacOS-9. The other case is
7227 already handled in mule-cmds.el (where it also works when mac-win.el
7228 is not used).
7229
7230 2005-02-21 Kenichi Handa <handa@m17n.org>
7231
7232 * international/mule.el (ctext-pre-write-conversion): Always use
7233 " *code-converting-work*" buffer for work.
7234
7235 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
7236
7237 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
7238
7239 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
7240
7241 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
7242
7243 * ses.el (undo-more): Restore defadvice, but only the part that
7244 allows changes outside the restricted area of the buffer.
7245
7246 2005-02-20 Kim F. Storm <storm@cua.dk>
7247
7248 * simple.el (line-move): Add fourth optional arg try-vscroll which
7249 must be set to perform auto-window-vscroll.
7250 When moving backwards and doing auto-window-vscroll, automatically
7251 vscroll to the last part of lines which are taller than the window.
7252 (next-line, previous-line): Set try-vscroll arg on line-move.
7253
7254 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
7255
7256 * replace.el (query-replace, query-replace-regexp)
7257 (replace-string, replace-regexp): When operating on region, make
7258 the minibuffer prompt say so.
7259
7260 * isearch.el (isearch-forward): Document isearch-query-replace and
7261 isearch-query-replace-regexp keybindings.
7262
7263 2005-02-19 Jay Belanger <belanger@truman.edu>
7264
7265 * calc/calc-aent.el (math-read-token): Add local variable.
7266
7267 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
7268 (calc-edit-top): Move declaration to earlier in file.
7269 (calc-edit-macro-repeats): Add local variables.
7270
7271 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
7272 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
7273 calcFunc-tanh.
7274 Adjust integration rule for calcFunc-tan.
7275
7276 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7277
7278 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
7279 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
7280 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
7281 (viper-skip-separators): Bug fix.
7282 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
7283 particular major mode.
7284 (viper-del-backward-char-in-replace): Don't put deleted char on the
7285 kill ring.
7286
7287 * viper-ex.el (viper-color-display-p): New function.
7288 (viper-has-face-support-p): Use viper-color-display-p.
7289
7290 * viper-keym.el (viper-gnus-modifier-map): New keymap.
7291
7292 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
7293
7294 * viper-util.el (viper-glob-unix-files): Fix shell status check.
7295 (viper-file-remote-p): Make equivalent to file-remote-p.
7296
7297 * viper.el (viper-major-mode-modifier-list):
7298 Use viper-gnus-modifier-map.
7299
7300 2005-02-19 David Kastrup <dak@gnu.org>
7301
7302 * subr.el (subregexp-context-p): Fix garbled doc string by adding
7303 quoting.
7304
7305 2005-02-19 Jay Belanger <belanger@truman.edu>
7306
7307 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
7308 Remove extra definitions.
7309 (calc-coth): New function.
7310 (calcFunc-cot): Fix `let'.
7311
7312 2005-02-19 Eli Zaretskii <eliz@gnu.org>
7313
7314 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
7315 the reasons we use "type pc" in these faces.
7316
7317 * button.el (button): Ditto.
7318
7319 2005-02-19 Michael Mauger <mmaug@yahoo.com>
7320
7321 * replace.el (query-replace-read-from): Set the value of
7322 query-replace-from-history-variable to handle the case of an empty
7323 string entered to accept the suggested default.
7324
7325 * net/tramp.el (tramp-file-name-for-operation):
7326 Use dired-call-process instead of dired-call-process-command.
7327
7328 2005-02-19 Jay Belanger <belanger@truman.edu>
7329
7330 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
7331 (math-div-non-trig): New variables.
7332 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
7333 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
7334 (math-combine-prod, math-div-symb-fancy): Add simplifications for
7335 trig expressions.
7336
7337 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
7338
7339 * progmodes/gdb-ui.el (gdb-var-update-handler)
7340 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
7341 for watch expressions,
7342 (gdb-var-create-handler): Don't set speedbar-update-flag.
7343 (gdb-post-prompt): Simplify test for speedbar.
7344
7345 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7346
7347 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
7348 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
7349 we use the syntax table of the correct buffer.
7350 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
7351 Felix Gatzemeier.
7352
7353 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
7354 (ediff-file-remote-p): Make synonymous with file-remote-p.
7355 In all deffaces ediff-*-face-*, use min-colors.
7356
7357 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
7358 ediff-recurse-to-subdirectories.
7359 (ediff-mark-if-equal): Check that the arguments are strings, use
7360 ediff-same-contents (after to Felix Gatzemeier).
7361
7362 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
7363 nil.
7364
7365 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7366
7367 * log-view.el (log-view-message-re): Fix up Subversion regexp.
7368
7369 2005-02-18 David Kastrup <dak@gnu.org>
7370
7371 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
7372 use `mark-active' when defined.
7373
7374 2005-02-18 Kenichi Handa <handa@m17n.org>
7375
7376 * ps-print.el (ps-font-info-database): New entry
7377 ZapfChancery-MediumItalic with correct font name. Fix font name
7378 of the entry Zapf-Chancery-MediumItalic.
7379
7380 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
7381
7382 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
7383
7384 2005-02-16 Kim F. Storm <storm@cua.dk>
7385
7386 * ido.el (ido-fallback-command): Pass user input to fallback command.
7387
7388 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
7389
7390 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7391 (gdb-find-file-hook): Add server prefix.
7392
7393 2005-02-16 Richard M. Stallman <rms@gnu.org>
7394
7395 * replace.el (perform-replace): Pass new args to replace-highlight.
7396 (replace-highlight): Take region args,
7397 and pass them to isearch-lazy-highlight-new-loop.
7398
7399 * novice.el (disabled-command-hook): Autoload the defalias
7400 and the make-obsolete-variable call.
7401
7402 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
7403
7404 * isearch.el (isearch-lazy-highlight-start-limit)
7405 (isearch-lazy-highlight-end-limit): New variables limit
7406 the region for highlighting.
7407 (isearch-lazy-highlight-new-loop): New args BEG and END.
7408 (isearch-lazy-highlight-search): Use the new vars.
7409 (isearch-lazy-highlight-update): Likewise.
7410
7411 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
7412
7413 * cus-start.el (all): Use default-boundp.
7414
7415 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
7416
7417 * menu-bar.el (menu-bar-select-frame): Handle current frame.
7418
7419 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
7420
7421 * autorevert.el (auto-revert-stop-on-user-input)
7422 (auto-revert-verbose): Doc fixes.
7423
7424 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
7425
7426 * international/mule-cmds.el (set-locale-environment): Remove call
7427 to set-selection-coding-system on Windows.
7428
7429 2005-02-15 Jay Belanger <belanger@truman.edu>
7430
7431 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
7432 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
7433 calcFunc-coth.
7434 (math-simplify-sqrt): Add simplifications.
7435
7436 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
7437 to list.
7438
7439 * calc/calc-ext.el: Add functions to autoloads.
7440
7441 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
7442 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
7443 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
7444 (math-csc-raw, math-cot-raw): New functions.
7445
7446 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
7447
7448 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
7449 the variable name in a message.
7450
7451 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
7452 calcFunc-csc, calcFunc-cot.
7453
7454 * calc/calcalg2.el: Add derivative and integration rules for
7455 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
7456 calcFunc-csch, calcFunc-coth.
7457 (math-do-integral-methods): Add to checks for when to use
7458 substitutions.
7459
7460 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
7461
7462 2005-02-15 Lute Kamstra <lute@gnu.org>
7463
7464 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7465 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
7466 <monnier@iro.umontreal.ca>
7467 (lisp-outline-level): Improve efficiency. Suggested by David
7468 Kastrup <dak@gnu.org>.
7469
7470 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
7471
7472 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
7473 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
7474 (gdb-set-gud-minor-mode-existing-buffers): New functions.
7475 (gdb-find-file-hook): New hook. Add it to find-file-hook.
7476 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
7477
7478 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
7479
7480 * cus-start.el (all): Comment change.
7481
7482 2005-02-14 Lute Kamstra <lute@gnu.org>
7483
7484 * cus-start.el (all): Check if symbol is void.
7485
7486 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
7487
7488 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
7489 optional argument to \cite.
7490
7491 2005-02-14 Richard M. Stallman <rms@gnu.org>
7492
7493 * cus-edit.el (custom-buffer-create-internal): Update help message.
7494 (custom-magic-alist): Update help messages.
7495
7496 * cus-start.el (all): Allow a var to specify a standard value.
7497
7498 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
7499
7500 * custom.el (custom-theme-set-variables): Handle variable aliases.
7501
7502 * frame.el (blink-cursor-timer): Doc fix.
7503 (blink-cursor): Make it an alias for `blink-cursor-mode' and
7504 declare obsolete.
7505 (blink-cursor-mode): Define with defcustom and use correct
7506 standard expression in that defcustom.
7507 * startup.el (command-line): Adapt to above changes in frame.el.
7508
7509 2005-02-11 Lute Kamstra <lute@gnu.org>
7510
7511 * apropos.el (apropos-score-doc): Prevent division by zero.
7512
7513 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
7514
7515 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
7516 (icalendar--get-event-property-attributes)
7517 (icalendar--get-event-properties)
7518 (icalendar--datetime-to-diary-date): New functions.
7519 (icalendar--split-value): Doc fix.
7520 (icalendar--datetime-to-noneuropean-date)
7521 (icalendar--datetime-to-european-date): New optional argument
7522 SEPARATOR. Return result as a string instead of a list.
7523 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
7524 (icalendar--convert-string-for-export): Rename arg S to STRING.
7525 (icalendar-export-region): Doc fix. Change name of error buffer.
7526 Save output buffer.
7527 (icalendar-import-file): Add blank at end of prompt.
7528 (icalendar-import-buffer): Doc fix. Do not switch to error
7529 buffer. Indicate status in return value.
7530 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
7531 buffer. Save output buffer. Handle exception from recurrence
7532 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
7533 events. Fix problems with weekly all-day events.
7534
7535 2005-02-10 Richard M. Stallman <rms@gnu.org>
7536
7537 * simple.el (eval-expression-print-format):
7538 Avoid warning about edebug-active.
7539
7540 * help.el (help-for-help-internal): Rename from help-for-help.
7541 (help-for-help): Define with defalias.
7542
7543 * font-core.el (font-lock-default-function): Use with-no-warnings.
7544
7545 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
7546
7547 * custom.el (defface): Doc fix.
7548
7549 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
7550
7551 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
7552 width 0" to prevent word wrapping problems.
7553
7554 2005-02-09 Kim F. Storm <storm@cua.dk>
7555
7556 * ido.el (ido-file-extensions-order): New defcustom.
7557 (ido-file-extension-lessp, ido-file-extension-aux)
7558 (ido-file-extension-order): New advanced file ordering.
7559 (ido-file-lessp): New simple file ordering.
7560 (ido-sort-list): Remove.
7561 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
7562 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
7563
7564 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
7565
7566 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
7567 that some versions of grep produce.
7568 (grep-mode-font-lock-keywords): Likewise.
7569
7570 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
7571
7572 * progmodes/gdb-ui.el (gdb-location-list): New variable.
7573 (gdb-cdir): Delete.
7574 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
7575 (gdb-source-info): Treat case when source file is in another
7576 directory properly.
7577 (gdb-get-location): New function.
7578
7579 2005-02-07 Jay Belanger <belanger@truman.edu>
7580
7581 * calc/calc-prog.el (calc-write-parse-table-part)
7582 (calc-fix-token-name): Fix a check for language type.
7583
7584 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
7585
7586 2005-02-07 Andre Spiegel <spiegel@gnu.org>
7587
7588 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
7589 as directory not writable.
7590
7591 2005-02-07 Kim F. Storm <storm@cua.dk>
7592
7593 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
7594 (cua--standard-movement-commands): Remove list.
7595 Instead, set CUA property value to move for movement commands.
7596 (cua-movement-commands): Remove. Users must set CUA prop instead.
7597 (cua--pre-command-handler): Check CUA property.
7598 (cua--init-keymaps): Don't remap undo commands.
7599 (cua-mode): Don't call cua--rectangle-on-off.
7600
7601 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
7602 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
7603 (cua--rect-undo-set-point): New var.
7604 (cua--rectangle-undo-boundary): Setup undo apply entry.
7605 (cua--rect-undo-handler): New function for rectangle undo.
7606 (cua--rect-start-position, cua--rect-end-position): Add.
7607 (cua--rectangle-post-command): Call cua--rectangle-set-corners
7608 for restored rectangle. Set point if cua--rect-undo-set-point.
7609
7610 2005-02-06 Jay Belanger <belanger@truman.edu>
7611
7612 * calc/calc-lang.el (calc-tex-language): Display more information
7613 in messages.
7614
7615 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
7616 in TeX mode.
7617
7618 2005-02-06 Richard M. Stallman <rms@gnu.org>
7619
7620 * emacs-lisp/lisp.el (buffer-end): Doc fix.
7621
7622 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
7623
7624 * net/ldap.el (ldap-search-internal): Support attributes with
7625 optional descriptions separated by a semi-colon, as in
7626 "userCertificate;binary".
7627
7628 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7629
7630 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
7631 isn't a cons (i.e. the version is 0).
7632
7633 2005-02-05 Eli Zaretskii <eliz@gnu.org>
7634
7635 * help.el (help-for-help): Doc fix.
7636
7637 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
7638
7639 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
7640 GDB-Windows on the menu-bar as this works better.
7641
7642 2005-02-04 Jay Belanger <belanger@truman.edu>
7643
7644 * calc/calc-embed.el (calc-embedded-update): Don't put in
7645 unnecessary newlines. Adjust the end of formula marker.
7646
7647 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
7648 (math-latex-parse-two-args): New function.
7649
7650 2005-02-03 Lute Kamstra <lute@gnu.org>
7651
7652 * help-fns.el (help-with-tutorial): Make sure that users cannot
7653 remove the entire text of the tutorial by means of `undo'.
7654
7655 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7656
7657 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
7658 in recent changes, where the ispell process was repeatedly
7659 killed & restarted.
7660
7661 * international/mule-cmds.el (set-locale-environment): Set file-name
7662 coding system to utf-8 on Darwin systems.
7663 (set-default-coding-systems): Don't set default-file-name-coding-system
7664 on Darwin systems.
7665
7666 2005-02-03 Richard M. Stallman <rms@gnu.org>
7667
7668 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
7669
7670 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
7671
7672 * faces.el (list-faces-display): Add optional argument.
7673
7674 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7675
7676 * font-core.el (font-lock-default-function): Handle the rare case where
7677 only font-lock-keywords is set.
7678
7679 2005-02-02 Kenichi Handa <handa@m17n.org>
7680
7681 * international/characters.el: Cancel previous change for
7682 I-WITH-DOT-ABOVE and DOTLESS-i.
7683
7684 * international/latin-5.el: Cancel previous change.
7685
7686 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7687
7688 * progmodes/gud.el: Correction to syntax in gud-menu-map.
7689
7690 2005-02-02 Kenichi Handa <handa@m17n.org>
7691
7692 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
7693 DOTLESS-i.
7694
7695 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
7696 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
7697
7698 * case-table.el (get-upcase-table): New function.
7699 (copy-case-table): Copy upcaes table too if non-nil.
7700 (set-case-syntax-delims): Maintain upcase table too.
7701 (set-case-syntax-pair): Likewise.
7702 (set-upcase-syntax, set-downcase-syntax): New functions.
7703 (set-case-syntax): Maintain upcase table too.
7704
7705 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7706
7707 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
7708
7709 * progmodes/gud.el (gud-goto-info): New function.
7710 (gud-tool-bar-map): Use correct icon.
7711
7712 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7713
7714 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
7715 When delegating, order args in the funcall correctly.
7716
7717 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7718
7719 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
7720
7721 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
7722
7723 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
7724 buffer not visiting a file.
7725
7726 2005-01-31 Jay Belanger <belanger@truman.edu>
7727
7728 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
7729 bound on the line with the formula.
7730
7731 2005-01-31 Kim F. Storm <storm@cua.dk>
7732
7733 * ses.el (ses-create-cell-variable-range)
7734 (ses-destroy-cell-variable-range, ses-reset-header-string)
7735 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
7736 (ses-insert-row): Fix format of apply undo entries.
7737
7738 2005-01-31 Jay Belanger <belanger@truman.edu>
7739
7740 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
7741 parts.
7742
7743 * calc/calc-embed.el (calc-embedded-open-formula)
7744 (calc-embedded-close-formula): Ignore matrix environments.
7745
7746 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
7747 TeX mode.
7748
7749 * calc/calc-lang.el (math-function-table, math-oper-table)
7750 (math-variable-table): Adjust the LaTeX portions.
7751
7752 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
7753 (math-latex-ignore-words): New constant.
7754
7755 2005-01-31 Richard M. Stallman <rms@gnu.org>
7756
7757 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
7758 (ispell-local-dictionary): Doc fix.
7759 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
7760 Don't reinitialize at run time. Don't defcustom.
7761 All uses changed to append ispell-local-dictionary-alist,
7762 or check it first.
7763 (ispell-current-dictionary): New variable for dictionary in use.
7764 (ispell-dictionary): Now used only for global default.
7765 (ispell-start-process): Set ispell-current-dictionary,
7766 not ispell-dictionary.
7767 (ispell-change-dictionary): Use this only for setting
7768 user preferences.
7769 (ispell-internal-change-dictionary): New function
7770 to change the current dictionary in use.
7771 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
7772 Use ispell-current-dictionary.
7773 Handle ispell-local-dictionary-overridden.
7774 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
7775
7776 2005-01-31 Jay Belanger <belanger@truman.edu>
7777
7778 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
7779
7780 * calc/calc-ext.el: Add calc-latex-language to autoloads.
7781 (calc-mode-map): Add calc-latex-language.
7782
7783 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
7784 (math-latex-print-frac): New functions.
7785 (math-oper-table, math-function-table, math-variable-table)
7786 (math-complex-format, math-input-filter): Add latex properties.
7787 (calc-set-language): Set math-expr-special-function-mapping.
7788
7789 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
7790 (calc-write-parse-table-part): Add LaTeX support.
7791
7792 * calc/calc.el (calc-language): Adjust docstring.
7793 (calc-set-mode-line): Add LaTeX support.
7794 (math-expr-special-function-mapping): New variable.
7795 (math-tex-ignore-words): Add to list.
7796
7797 * calc/calccomp.el (math-compose-expr, math-compose-rows):
7798 Add LaTeX support.
7799 (math-compose-expr): Add support for special functions.
7800
7801 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
7802
7803 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
7804
7805 * progmodes/gdb-ui.el (gdb-memory-address)
7806 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
7807 (gdb-memory-mode-map, gdb-memory-format-keymap)
7808 (gdb-memory-format-menu, gdb-memory-unit-keymap)
7809 (gdb-memory-unit-menu): New variables for a buffer
7810 that lets the user examine program memory.
7811 (gdb-memory-set-address, gdb-memory-set-repeat-count)
7812 (gdb-memory-format-binary, gdb-memory-format-octal)
7813 (gdb-memory-format-unsigned, gdb-memory-format-signed)
7814 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
7815 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
7816 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7817 (gdb-memory-unit-byte, gdb-memory-unit-menu)
7818 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
7819 (gdb-memory-mode, gdb-memory-buffer-name)
7820 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
7821 New functions for above buffer.
7822
7823 2005-01-30 Richard M. Stallman <rms@gnu.org>
7824
7825 * cus-edit.el (custom-bury-buffer): Function deleted.
7826 (custom-buffer-done-function): Option deleted.
7827 (custom-buffer-done-kill): New (replacement option.
7828 (Custom-buffer-done): Call quit-window.
7829 (custom-buffer-create-internal): Update for above changes.
7830
7831 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
7832
7833 * simple.el (undo-ask-before-discard): New var.
7834 (undo-outer-limit-truncate): Implement it.
7835 (undo-extra-outer-limit): Doc update.
7836
7837 2005-01-29 Richard M. Stallman <rms@gnu.org>
7838
7839 * ses.el (undo-more): Delete defadvice.
7840 (ses-begin-change): Doc fix.
7841
7842 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
7843 instead of rebinding C-x u and C-_.
7844
7845 * files.el (normal-backup-enable-predicate): Return nil for files
7846 in /tmp, regardless of temporary-file-directory.
7847
7848 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
7849
7850 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
7851 (open-rectangle, delete-whitespace-rectangle-line)
7852 (clear-rectangle-line): If FILL, pass t instead of FILL
7853 for move-to-column's 2nd arg.
7854
7855 * simple.el (undo): Fix the test for continuing a series of undos.
7856 (undo-more): Set pending-undo-list to t when we reach end.
7857 (pending-undo-list): Move up defvar.
7858
7859 * wid-edit.el (widget-button-click):
7860 Shorten the range of the track-mouse binding.
7861
7862 * comint.el (comint-insert-input): Undo previous changes;
7863 use last-input-event in interactive spec.
7864
7865 2005-01-29 Eli Zaretskii <eliz@gnu.org>
7866
7867 * progmodes/compile.el (compilation-start): Bind buffer-read-only
7868 to nil before invoking call-process. Reset buffer's modified flag
7869 after fontifying it in the no-async branch.
7870
7871 * wid-edit.el (widget-specify-button): If mouse pointer shape
7872 cannot be changed, use mouse face instead.
7873
7874 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
7875
7876 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7877 (gdb-goto-breakpoint): Make breakpoint handling work on template
7878 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
7879 (gdb-assembler-custom): Update to recognize breakpoint information
7880 added on 2005-01-19.
7881
7882 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
7883
7884 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
7885 (dsssl-mode): Use define-derived-mode.
7886 (scheme-mode-initialize): Remove.
7887 (scheme-mode): Use run-mode-hooks.
7888
7889 * cus-edit.el (customize-group-other-window)
7890 (custom-buffer-create-other-window): Don't override special-display-*.
7891 (custom-mode-map): Make it dense.
7892
7893 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
7894 sets the default value.
7895
7896 2005-01-28 Eli Zaretskii <eliz@gnu.org>
7897
7898 * descr-text.el: Add more keywords.
7899
7900 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7901
7902 * speedbar.el: Avoid unnecessary use of locate-library.
7903
7904 * international/mule-cmds.el (standard-display-european-internal):
7905 Don't fiddle with latin-1 non-break space any more since it's now
7906 special cased in the C code.
7907 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
7908
7909 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
7910
7911 * cus-start.el (all): Add `undo-outer-limit'.
7912
7913 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7914
7915 * textmodes/bibtex.el (bibtex-format-entry):
7916 Use `bibtex-empty-field-re' only on the text of fields, not on entire
7917 field lines.
7918 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
7919 not on part of a buffer.
7920
7921 2005-01-25 Lute Kamstra <lute@gnu.org>
7922
7923 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
7924 nonempty field text strings like "{letters\\macro{}more letters}".
7925 Clarify docstring.
7926 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
7927 (bibtex-entry-offset, bibtex-parse-association)
7928 (bibtex-parse-field-name): Fix typos in docstrings.
7929 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
7930
7931 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
7932
7933 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
7934 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
7935 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
7936 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
7937
7938 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
7939 isearch minor mode.
7940
7941 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
7942
7943 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
7944
7945 2005-01-24 Lute Kamstra <lute@gnu.org>
7946
7947 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
7948 CASECHARS and NOT-CASECHARS regular expressions of the
7949 "nederlands" and "nederlands8" dictionaries to prevent a "Range
7950 striding over charsets" error.
7951
7952 2005-01-24 Jay Belanger <belanger@truman.edu>
7953
7954 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
7955 display variable name.
7956
7957 2005-01-24 Kenichi Handa <handa@m17n.org>
7958
7959 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
7960 Fix setting of the element of encoded-kbd-iso2022-invocations.
7961
7962 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
7963
7964 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7965 (gdb-threads-select): Change to also accept mouse events.
7966 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
7967 (gdb-threads-mouse-select): Delete.
7968
7969 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
7970
7971 * files.el (insert-directory): Take care of empty directory,
7972 listed without -a switch.
7973
7974 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7975
7976 * textmodes/refill.el (refill-post-command-function):
7977 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
7978 to the list of functions that we should be careful not to undo.
7979 (refill-late-fill-paragraph-function): Remove.
7980 (refill-saved-state): New var.
7981 (refill-mode): Use it to save fill-paragraph-function.
7982 Save also the value of auto-fill-function.
7983
7984 * term/w32-win.el: Simplify code.
7985
7986 2005-01-23 Kim F. Storm <storm@cua.dk>
7987
7988 * simple.el (line-move): Adapt to new return value from
7989 pos-visible-in-window-p.
7990
7991 * simple.el (line-move): Fix last change. Check partial
7992 visibility at point rather than at window-start.
7993
7994 2005-01-22 Jason Rumney <jasonr@gnu.org>
7995
7996 * term/w32-win.el (xw-defined-colors): Remove debug-message.
7997
7998 2005-01-22 David Kastrup <dak@gnu.org>
7999
8000 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
8001
8002 2005-01-22 Eli Zaretskii <eliz@gnu.org>
8003
8004 * type-break.el (type-break-mode): Add a test for
8005 type-break-file-name being non-nil.
8006
8007 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8008
8009 * net/eudc.el (top level): Call (message "") via progn, so that
8010 eudc-options-file is loaded.
8011
8012 2005-01-22 Kim F. Storm <storm@cua.dk>
8013
8014 * simple.el (line-move-1): Rename from line-move.
8015 (line-move): New function that adjusts vscroll for partially
8016 visible rows, and calls line-move-1 otherwise.
8017
8018 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
8019
8020 * pcomplete.el: define pcomplete-read-event instead of read-event,
8021 since it's not a complete read-event implementation
8022
8023 2005-01-20 Jay Belanger <belanger@truman.edu>
8024
8025 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
8026 for called function.
8027
8028 2005-01-20 Steven Tamm <steventamm@mac.com>
8029
8030 * term/mac-win.el (process-connection-type): Remove.
8031 Controlled now by s/darwin.h:PTY_ITERATION.
8032
8033 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8034
8035 * window.el (handle-select-window): Don't switch window when we're
8036 in the minibuffer.
8037
8038 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
8039
8040 * subr.el (dotimes-with-progress-reporter): New macro.
8041
8042 * ses.el (ses-dotimes-msg): Remove macro.
8043 Use `dotimes-with-progress-reporter' instead.
8044
8045 2005-01-19 Steven Tamm <steventamm@mac.com>
8046
8047 * term/mac-win.el (process-connection-type): Use new
8048 operating-system-release variable to use ptys on Darwin 7 (OS X
8049 10.3) when using carbon build.
8050
8051 2005-01-19 Jay Belanger <belanger@truman.edu>
8052
8053 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
8054 flags if the last command was a tab or M-tab.
8055
8056 * calc/calc-prog.el (calc-user-define-edit): Put original formula
8057 in formula editing buffer.
8058
8059 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8060
8061 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
8062 breakpoint image symbol in margin.
8063
8064 2005-01-19 Jay Belanger <belanger@truman.edu>
8065
8066 * calc/calc-prog.el (calc-execute-kbd-macro):
8067 Ignore calc-keep-arg-flag.
8068
8069 2005-01-19 Kenichi Handa <handa@m17n.org>
8070
8071 * textmodes/ispell.el (ispell-looking-at): New function.
8072 (ispell-process-line): Use ispell-looking-at to compare the ispell
8073 output and the buffer contents.
8074
8075 2005-01-18 Jay Belanger <belanger@truman.edu>
8076
8077 * calc/calc.el (calc-display-raw): Fix docstring.
8078
8079 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
8080
8081 * simple.el (blink-matching-open): Strip extra info from syntax.
8082
8083 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
8084 funny chars in the end-of-here-doc marker.
8085
8086 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8087
8088 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
8089 that enable/disabled state of breakpoints is shown correctly in
8090 fringe and on ttys.
8091 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
8092 Add breakpoint information as text properties.
8093 (gdb-mouse-toggle-breakpoint):
8094 Rename to gdb-mouse-set-clear-breakpoint.
8095 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
8096 breakpoints in the margin.
8097 (gdb-remove-strings): Simplify.
8098
8099 2005-01-17 Jay Belanger <belanger@truman.edu>
8100
8101 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
8102 erasing buffer.
8103
8104 2005-01-17 Richard M. Stallman <rms@gnu.org>
8105
8106 * progmodes/grep.el (grep-find): Copy from `grep' the condition
8107 for calling grep-compute-defaults.
8108
8109 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
8110 if buffer is empty.
8111
8112 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
8113
8114 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * hilit-chg.el (highlight-changes-mode): Don't autoload.
8117
8118 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
8119 non-preloaded variables.
8120
8121 2005-01-17 Steven Tamm <steventamm@mac.com>
8122
8123 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
8124 tex-shell cause to force interactivity when using pipes.
8125
8126 2005-01-17 Kim F. Storm <storm@cua.dk>
8127
8128 * simple.el (just-one-space): Make arg optional.
8129
8130 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
8131
8132 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
8133 posn-at-x-y to t to access left-margin.
8134
8135 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
8136
8137 Sync with Tramp 2.0.47.
8138
8139 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
8140 catching keep-date problems in cp/scp operations.
8141 (tramp-handle-copy-file): Don't call `set-file-modes'
8142 unconditionally. Specialized functions should know better what is
8143 necessary. This improves performance a little bit, and the
8144 functions could catch errors with `cp -p' and `scp -p'.
8145 (tramp-do-copy-or-rename-file-via-buffer)
8146 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
8147 when appropriate.
8148 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
8149 Call `set-file-modes' when appropriate.
8150 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
8151 Johnsson <isak@hypergene.com>
8152 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
8153 of both Tramp buffer and debug buffer. Reported by Joakim Verona
8154 <joakim@verona.se>
8155 (tramp-file-name-for-operation): Mark `shell-command' as magic for
8156 Emacs only.
8157
8158 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
8159 `find-file-hooks' and `dired-mode-hook'.
8160 (tramp-minor-mode-map): Respective map. Add remapping for
8161 `compile' and `recompile'.
8162 (tramp-remap-command, tramp-recompile): New defuns.
8163 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
8164 in buffer "*Compilation*". Call the commands asynchronously.
8165
8166 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
8167 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
8168 `shell-command', because it isn't magic in XEmacs. Reported by
8169 Adrian Aichner <adrian@xemacs.org>.
8170
8171 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8172 `substitute-in-file-name.
8173 (tramp-smb-handle-substitute-in-file-name): New defun.
8174 (tramp-smb-advice-PC-do-completion): Delete advice.
8175
8176 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
8177
8178 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
8179 Fix error in deleting region.
8180
8181 2005-01-15 Richard M. Stallman <rms@gnu.org>
8182
8183 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
8184 In non-temp buffer, switch syntax table temporarily.
8185
8186 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
8187
8188 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
8189
8190 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
8191
8192 * imenu.el (imenu--split-menu): Copy menulist before sorting.
8193 (imenu--generic-function): Use START, not BEG, as pos of definition.
8194
8195 * simple.el (just-one-space): Argument specifies number of spaces.
8196
8197 * simple.el (eval-expression-print-format): Avoid warning
8198 about edebug-active.
8199
8200 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
8201
8202 * progmodes/sh-script.el: Code copied from make-mode.el
8203 with small changes,
8204 (sh-mode-map): Bind C-c C-\.
8205 (sh-backslash-column, sh-backslash-align): New variables.
8206 (sh-backslash-region, sh-append-backslash): New functions.
8207
8208 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8209
8210 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
8211 (rmail-pop-password, rmail-pop-password-required): Move to
8212 rmail-obsolete group.
8213 (rmail-set-pop-password): Rename to rmail-set-remote-password.
8214 All callers updated.
8215 (rmail-get-pop-password): Rename to rmail-get-remote-password.
8216 Take an argument specifying whether it is POP or IMAP mailbox we
8217 are using. All callers updated.
8218 (rmail-pop-password-error): Rename to
8219 rmail-remote-password-error. Added mailutils-specific error message.
8220 (rmail-movemail-search-path)
8221 (rmail-movemail-variant-in-use): New variables.
8222 (rmail-remote-password, rmail-remote-password-required):
8223 New customization variables.
8224 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
8225 (rmail-parse-url): New function.
8226 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
8227 with GNU mailutils movemail.
8228
8229 2005-01-15 Kevin Ryde <user42@zip.com.au>
8230
8231 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
8232 suffix to space, $ or '$, to correctly position point when going
8233 to @table style constants like DBL_MAX.
8234
8235 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
8236
8237 * type-break.el (type-break-mode, type-break-file-time)
8238 (type-break-file-keystroke-count, type-break-choose-file):
8239 Don't store data in or load data from the file if type-break-file-name
8240 is nil.
8241 (type-break-file-name): Doc update as per the above.
8242
8243 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
8244
8245 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
8246 lookup-key might return nil; handle that.
8247
8248 2005-01-15 Alan Mackenzie <acm@muc.de>
8249
8250 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
8251 rather than the element found, thus enabling the tree to be setcar'd.
8252
8253 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
8254
8255 * textmodes/org.el (org-show-following-heading): New option.
8256 (org-show-hierarchy-above): Use `org-show-following-heading'.
8257 (org-cycle): Documentation fix.
8258
8259 * textmodes/org.el (orgtbl-optimized): New option
8260 (orgtbl-mode): New command, a minor mode.
8261 (orgtbl-mode-map): New variable.
8262 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
8263 (orgtbl-error, orgtbl-self-insert-command)
8264 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
8265
8266 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
8267 a local variable in each org-mode buffer.
8268
8269 * textmodes/org.el (org-set-regexps-and-options): Rename from
8270 `org-set-regexps'. Added checking for STARTUP keyword.
8271 (org-get-current-options): Add STARTUP options.
8272 (org-table-insert-row): Mode mode intelligent about when
8273 realignment is needed.
8274 (org-self-insert-command, org-delete-backward-char, org-delete-char):
8275 New commands.
8276 (org-enable-table-editor): New default value `optimized'.
8277 (org-table-blank-field): Support blanking regions if active.
8278
8279 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
8280
8281 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
8282 if the year is not given.
8283
8284 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
8285 Add new escapes %m and %M, fixed bug with %F by adding
8286 save-match-data.
8287 (reftex-reference): Remove ?. from list of spaces.
8288 (reftex-label-info): Add automatic label prefix recognition.
8289
8290 * textmodes/reftex-index.el (reftex-index-next-phrase):
8291 Add slave parameter to call of `reftex-index-this-phrase'.
8292 (reftex-index-this-phrase): New optional argument.
8293 (reftex-index-region-phrases): Add slave parameter to call of
8294 `reftex-index-this-phrase'.
8295 (reftex-display-index): New argument redo.
8296 (reftex-index-rescan): Add 'redo to arguments of
8297 `reftex-display-index'.
8298 (reftex-index-Rescan, reftex-index-revert)
8299 (reftex-index-switch-index-tag): Add 'redo to arguments of
8300 `reftex-display-index'.
8301 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
8302 indexing. Fix bug with matching is there is a quote before or
8303 after the word.
8304
8305 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
8306 Fix bug when collecting citation keys in lines with comments.
8307 (reftex-citation): Prefix argument no longer rescans the document,
8308 but forces prompting for optional arguments of cite macros.
8309 (reftex-do-citation): Prompting for optional arguments implemented.
8310
8311 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8312 Add optional arguments to most cite commands.
8313 (reftex-cite-cleanup-optional-args): New option
8314 (reftex-cite-prompt-optional-args): New option.
8315 (reftex-trust-label-prefix): New option.
8316
8317 * textmodes/reftex-toc.el (reftex-toc-find-section):
8318 Add push-mark before changing the position in the buffer.
8319
8320 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
8321 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
8322
8323 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
8324
8325 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
8326 more carefully.
8327
8328 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8329
8330 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
8331 (sgml-mode): Use it.
8332 (sgml-get-context): Better keep track of implicitly closed tags.
8333
8334 2005-01-13 Kenichi Handa <handa@m17n.org>
8335
8336 * textmodes/ispell.el: These changes are to fix misalignment error
8337 caused by equivalent characters of different Emacs charsets.
8338 (ispell-unified-chars-table): New variable.
8339 (ispell-get-decoded-string): New function.
8340 (ispell-get-casechars, ispell-get-not-casechars)
8341 (ispell-get-otherchars): Call ispell-get-decoded-string.
8342
8343 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
8344
8345 * custom.el (custom-declare-variable): Just put symbol instead
8346 of (defvar . symbol) in `current-load-list'.
8347
8348 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8349
8350 * emacs-lisp/elint.el: Fixed typo in Commentary section.
8351
8352 2005-01-12 Jay Belanger <belanger@truman.edu>
8353
8354 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
8355 to create a Calc summary.
8356
8357 2005-01-12 Kim F. Storm <storm@cua.dk>
8358
8359 * mouse.el (mouse-on-link-p): Change functionality and doc
8360 string to comply with latest description in lisp ref.
8361
8362 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
8363
8364 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
8365 Enable mouse clicks on mode-line, header-line and margin.
8366 (event-type): Give mouse event symbols an 'event-kind property
8367 with value 'mouse-click.
8368
8369 2005-01-12 Juri Linkov <juri@jurta.org>
8370
8371 * facemenu.el (list-colors-display): Add new arg buffer-name.
8372 Use it. Fix docstring. Replace code for identifying duplicate
8373 colors by the name with call to `list-colors-duplicates' which
8374 identifies duplicate colors by the value unless the color
8375 is one of special Windows colors. Set truncate-lines to t.
8376 Print sorted duplicate color names on each line. Indent to 22
8377 \(the longest color name in rgb.txt) instead of 20. Optimize.
8378 (list-colors-duplicates): New function.
8379 (facemenu-color-name-equal): Delete function.
8380
8381 * facemenu.el (list-colors-print): New function created from code
8382 in list-colors-display. Print #RRGGBB at the window right edge.
8383 (list-colors-display): When temp-buffer-show-function is not
8384 defined, call list-colors-print from temp-buffer-show-hook
8385 to get the right value of window-width in list-colors-print
8386 after the buffer is displayed.
8387
8388 * simple.el (pop-mark): Move deactivate-mark out of conditional
8389 part to deactivate the active mark regardless of the state of the
8390 mark ring.
8391
8392 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
8393 variables line in desktop files.
8394
8395 2005-01-12 Juri Linkov <juri@jurta.org>
8396
8397 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
8398 Bring together isearch highlight related options.
8399 (lazy-highlight): Replace group `replace' by `matching'.
8400 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8401 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8402 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
8403 and declare them obsolete.
8404 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
8405 (isearch-faces): Remove defgroup.
8406 (isearch-overlay, isearch-highlight, isearch-dehighlight):
8407 Move isearch highlighting code closer to lazy highlighting code.
8408
8409 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
8410 (query-replace-highlight, query-replace-lazy-highlight)
8411 (query-replace): Move definitions to the beginning of the file.
8412
8413 2005-01-11 Juri Linkov <juri@jurta.org>
8414
8415 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
8416 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
8417 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
8418
8419 * info.el (Info-history-forward): New variable.
8420 (Info-select-node): Reset Info-history-forward to nil.
8421 (Info-last): Turn into defalias.
8422 (Info-history-back): Rename from Info-last.
8423 Add current node to Info-history-forward.
8424 (Info-history-forward): New fun.
8425 (Info-mode-map): Replace Info-last by Info-history-back.
8426 Bind Info-history-forward to "r".
8427 (Info-mode-menu): Replace Info-last by Info-history-back.
8428 Fix menu item text. Add menu item for Info-history-forward.
8429 (info-tool-bar-map): Replace Info-last by Info-history-back.
8430 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
8431 for Info-history-forward.
8432 (Info-mode): Replace Info-last by Info-history-back in docstring.
8433 Add local variable Info-history-forward.
8434 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
8435
8436 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
8437
8438 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
8439 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
8440 Ignore select-window events rather than fiddle with
8441 mouse-autoselect-window.
8442
8443 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
8444
8445 * type-break.el (type-break-mode): Fix previous change.
8446
8447 2005-01-10 Jay Belanger <belanger@truman.edu>
8448
8449 * calc/calc-ext.el (calc-reset): Reset when inside embedded
8450 calculator; only reset when point is inside a calculator.
8451 Don't adjust the window height if the window takes up the whole height
8452 of the frame.
8453
8454 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
8455
8456 * ebuff-menu.el (Electric-buffer-menu-mode):
8457 Preserve value of buffer-local var header-line-format.
8458
8459 2005-01-09 Jay Belanger <belanger@truman.edu>
8460
8461 * calc/calc.el (calc-mode-var-list-restore-saved-values):
8462 Make sure settings file exists before accessing it.
8463
8464 * calc/calc-embed.el (calc-embedded-subst):
8465 Replace math-multi-subst-rec, which is only supposed to be called
8466 by math-multi-subst, by math-multi-subst.
8467
8468 2005-01-09 Andre Spiegel <spiegel@gnu.org>
8469
8470 * vc.el (vc-allow-async-revert): New user option.
8471 (vc-disable-async-diff): New internal variable.
8472 (vc-revert-buffer): Use them to disable asynchronous diff.
8473
8474 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
8475 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
8476 asynchronously if vc-disable-async-diff is t.
8477
8478 2005-01-09 Jay Belanger <belanger@truman.edu>
8479
8480 * calc/calc.el (defcalcmodevar): New macro.
8481 (calc-mode-var-list-restore-default-values)
8482 (calc-mode-var-list-restore-saved-values): New functions.
8483 (calc-mode-var-list): Use defcalcmodevar to define it.
8484 (calc-always-load-extensions, calc-line-numbering)
8485 (calc-line-breaking, calc-display-just, calc-display-origin)
8486 (calc-number-radix, calc-leading-zeros, calc-group-digits)
8487 (calc-group-char, calc-point-char, calc-frac-format)
8488 (calc-prefer-frac, calc-hms-format, calc-date-format)
8489 (calc-float-format, calc-full-float-format, calc-complex-format)
8490 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8491 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8492 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8493 (calc-matrix-brackets, calc-language, calc-language-option)
8494 (calc-left-label, calc-right-label, calc-word-size)
8495 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8496 (calc-display-raw, calc-internal-prec, calc-angle-mode)
8497 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8498 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8499 (calc-window-height, calc-display-trail, calc-show-selections)
8500 (calc-use-selections, calc-assoc-selections)
8501 (calc-display-working-message, calc-auto-why, calc-timing)
8502 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
8503 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
8504 (calc-gnuplot-default-device, calc-gnuplot-default-output)
8505 (calc-gnuplot-print-device, calc-gnuplot-print-output)
8506 (calc-gnuplot-geometry, calc-graph-default-resolution)
8507 (calc-graph-default-resolution-3d, calc-invocation-macro)
8508 (calc-show-banner): Use defcalcmodevar to declare them and set
8509 their default values.
8510
8511 * calc/calc-ext.el (calc-reset): Restore saved values of variables
8512 instead of default values (but restore default values if there is
8513 an argument of 0).
8514
8515 2005-01-09 David Kastrup <dak@gnu.org>
8516
8517 * desktop.el (desktop-restore-eager): Fix typo in type.
8518
8519 2005-01-08 Richard M. Stallman <rms@gnu.org>
8520
8521 * cus-edit.el (customize): Delete :link.
8522
8523 2005-01-08 Jay Belanger <belanger@truman.edu>
8524
8525 * calc/calc.el (calc-mode): Remove the extension from the
8526 `calc-settings-file' file name when loading it.
8527
8528 2005-01-08 Kim F. Storm <storm@cua.dk>
8529
8530 * info.el (Info-mode-map, Info-next-link-keymap)
8531 (Info-prev-link-keymap, Info-up-link-keymap):
8532 Map follow-link to mouse-face.
8533 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
8534
8535 2005-01-08 Jay Belanger <belanger@truman.edu>
8536
8537 * calc/calc.el (calc-settings-file): Change default value.
8538 Suggested by cgw in a comment in calc-mode.el.
8539
8540 * calc/calc-mode.el (calc-settings-file-name):
8541 Compare calc-settings-file to user-init-file instead of ~/.emacs.
8542 Replace ~/.emacs in a prompt by calc-settings-file.
8543
8544 2005-01-07 Lars Hansen <larsh@math.ku.dk>
8545
8546 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
8547 (desktop-lazy-idle-delay): New customizable variables.
8548 (desktop-buffer-args-list): New variable.
8549 (desktop-append-buffer-args): New function.
8550 (desktop-save): Call desktop-append-buffer-args for some buffers.
8551 (desktop-lazy-create-buffer): New function.
8552 (desktop-idle-create-buffers): New function.
8553 (desktop-read): Add message about buffers to restore lazily.
8554 (desktop-lazy-abort): New command.
8555 (desktop-clear): Call desktop-lazy-abort.
8556 (desktop-lazy-complete): New command.
8557
8558 2005-01-06 Richard M. Stallman <rms@gnu.org>
8559
8560 * emacs-lisp/find-func.el (find-face-definition):
8561 Rename from find-face.
8562
8563 2005-01-06 Kim F. Storm <storm@cua.dk>
8564
8565 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
8566
8567 * man.el (Man-xref-man-page, Man-xref-header-file)
8568 (Man-xref-normal-file): Add follow-link property.
8569
8570 2005-01-06 Jay Belanger <belanger@truman.edu>
8571
8572 * calc/calc-units.el: Make sure the proper macro definitions are
8573 available when compiling.
8574
8575 2005-01-06 Juri Linkov <juri@jurta.org>
8576
8577 * isearch.el (isearch-lazy-highlight-update):
8578 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
8579
8580 2005-01-06 Miles Bader <miles@gnu.org>
8581
8582 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
8583 (isearch-lazy-highlight-face): Use new name.
8584
8585 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8586
8587 * uniquify.el (uniquify-rationalize-file-buffer-names):
8588 Re-add an interactive spec.
8589 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
8590 to the same name.
8591
8592 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
8593 (isearch-update, isearch-done): Adjust calls accordingly.
8594
8595 2005-01-05 Richard M. Stallman <rms@gnu.org>
8596
8597 * custom.el (custom-set-variables, custom-theme-set-variables):
8598 Clarify documentation.
8599
8600 * emacs-lisp/find-func.el (find-variable)
8601 (find-variable-other-window, find-variable-other-frame):
8602 Fix the TYPE args to find-function-read and find-function-do-it.
8603 (find-function): Doc fix.
8604 (find-function-at-point): Replace function-at-point alias.
8605
8606 2005-01-04 Richard M. Stallman <rms@gnu.org>
8607
8608 * cus-face.el (custom-declare-face):
8609 Record defface in current-load-list.
8610
8611 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
8612
8613 * emacs-lisp/find-func.el: Doc fixes.
8614 (find-face-regexp): New variable.
8615 (find-function-regexp-alist): New variable.
8616 (find-function-C-source): Third arg is now TYPE.
8617 (find-function-search-for-symbol): Handle general TYPE.
8618 (find-function-read, find-function-do-it): Handle general TYPE.
8619 (find-definition-noselect, find-face): New functions.
8620 (function-at-point): Alias deleted.
8621
8622 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8623
8624 * battery.el (display-battery-mode): Rename from display-battery.
8625 Handle the case where it gets turned off.
8626
8627 2005-01-04 Richard M. Stallman <rms@gnu.org>
8628
8629 * cus-edit.el (customize): Make :link point to user doc.
8630
8631 * man.el (Man-fontify-manpage): Turn off undo generation.
8632
8633 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
8634
8635 2005-01-04 Andreas Schwab <schwab@suse.de>
8636
8637 * files.el (insert-directory): Only look for error lines in
8638 inserted text. Don't move too far after processing --dired markers.
8639
8640 2005-01-04 Richard M. Stallman <rms@gnu.org>
8641
8642 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8643 Don't expand if the character is @, period, dash, etc.
8644 (define-mail-abbrev): Quote names that contain problem characters.
8645
8646 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
8647
8648 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
8649
8650 2005-01-03 Richard M. Stallman <rms@gnu.org>
8651
8652 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
8653 (query-replace-highlight, query-replace-lazy-highlight)
8654 (query-replace): Definitions moved up. Doc fix.
8655
8656 2005-01-03 Richard M. Stallman <rms@gnu.org>
8657
8658 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
8659 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8660 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8661 (lazy-highlight-face): Rename from isearch-lazy-...
8662 Change all references to them.
8663
8664 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8665
8666 * cus-edit.el (custom-file): Doc fix for defcustom.
8667 (custom-file): The function no longer sets the variable
8668 `custom-file' to its return value.
8669
8670 * startup.el (command-line): No longer load `custom-file'.
8671
8672 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
8675
8676 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
8677 Don't confuse module-prefixed identifiers for labels.
8678 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
8679
8680 2005-01-02 Richard M. Stallman <rms@gnu.org>
8681
8682 * files.el (basic-save-buffer-1): Fix previous change.
8683
8684 * loadhist.el (file-loadhist-lookup): New function.
8685 (file-provides, file-requires): Use it.
8686
8687 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
8688 instead of calculating the right size.
8689
8690 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
8691
8692 * vc-svn.el (vc-svn-diff): Stay local if possible.
8693
8694 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
8695
8696 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
8697
8698 * files.el (hack-local-variables): Fix last change.
8699
8700 2005-01-02 Jay Belanger <belanger@truman.edu>
8701
8702 * calc/calc-yank.el (calc-edit-top): New variable.
8703 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
8704 object. Change header properties.
8705 (calc-edit-finish, calc-edit-finish-stack-object)
8706 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
8707 edited object.
8708 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
8709 for the beginning of the edited object.
8710 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
8711 for the beginning of the edited object.
8712 * calc/calc-prog.el (calc-edit-macro-finish-edit)
8713 (calc-finish-formula-edit, calc-macro-repeats)
8714 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
8715 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
8716 beginning of the edited object.
8717 (calc-user-define-edit): Change the header for editing macros.
8718 Remove unnecessary variable.
8719
8720 2005-01-01 Jay Belanger <belanger@truman.edu>
8721
8722 * calc/calc-yank.el (calc-edit-mode): Change default header.
8723 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
8724 * calc/calc-store.el (calc-edit-variable): Change title to match new
8725 header.
8726 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
8727 mode to match new header.
8728 (calc-user-define-edit): Change titles to include names of commands.
8729 (calc-finish-formula-edit): Adjust to handle new header.
8730 (calc-finish-macro-edit): Remove.
8731 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
8732 (calc-edit-macro-command, calc-edit-macro-command-type)
8733 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
8734 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
8735 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
8736 (calc-edit-macro-finish-edit): New functions.
8737 (calc-user-define-edit): Use new functions to edit named calc macros.
8738
8739 2005-01-01 Stefan <monnier@iro.umontreal.ca>
8740
8741 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
8742
8743 * ses.el (copy-region-as-kill): Deactivate mark.
8744
8745 2005-01-01 Richard M. Stallman <rms@gnu.org>
8746
8747 * replace.el (occur-1): If the output buffer is also an input,
8748 don't kill it, rename it.
8749
8750 * faces.el (set-face-background, set-face-foreground): Doc fix.
8751
8752 * cus-face.el (custom-face-attributes): Fix :help-echo strings
8753 for :foreground and :background.
8754
8755 * dired.el (dired-view-command-alist): Variable deleted.
8756 (dired-view-file, dired-mouse-find-file-other-window):
8757 Delete the code to use it.
8758
8759 2005-01-01 Kim F. Storm <storm@cua.dk>
8760
8761 * image.el (insert-sliced-image): Use t for line-height property.
8762
8763 2004-12-31 Jay Belanger <belanger@truman.edu>
8764
8765 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
8766 for "var-" at the beginning of the minibuffer.
8767
8768 2004-12-31 Richard M. Stallman <rms@gnu.org>
8769
8770 * faces.el (read-face-name):
8771 Don't treat an attribute spec as a list of faces.
8772
8773 * simple.el (undo): Use undo-equiv-table to detect
8774 unexpected changes since previous undo.
8775 (undo-list-saved): Variable deleted.
8776 (buffer-disable-undo): Don't alter undo-list-saved.
8777
8778 * files.el (require-final-newline): Allow `visit' and `visit-save'.
8779 (mode-require-final-newline): New option.
8780 (after-find-file): Handle require-final-newline with new values.
8781 (basic-save-buffer): Handle new values of require-final-newline.
8782
8783 * progmodes/sh-script.el (sh-require-final-newline):
8784 Alist value now controls whether to use mode-require-final-newline.
8785 (sh-set-shell): Implement that new meaning.
8786
8787 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
8788 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
8789 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
8790 Delete old-Emacs compatibility code.
8791 (antlr-c-common-init): Function deleted.
8792
8793 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
8794 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
8795 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
8796 * progmodes/python.el (python-mode): Use mode-require-final-newline.
8797 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
8798 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
8799 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
8800 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
8801 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
8802 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
8803 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
8804 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
8805 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
8806 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
8807 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
8808 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
8809
8810 2004-12-31 Jay Belanger <belanger@truman.edu>
8811
8812 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
8813 way to return to Calc.
8814
8815 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
8816 finish, C-xk as the way to cancel the edit. Add cancel routine to
8817 kill-buffer-hook.
8818
8819 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
8820 MacEdit code.
8821
8822 * calc/calc-prog.el: Remove obsolete MacEdit code.
8823 (calc-macro-edit-algebraic, calc-macro-edit-variable)
8824 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
8825
8826 2004-12-31 Kenichi Handa <handa@m17n.org>
8827
8828 * international/mule.el (buffer-file-coding-system-explicit):
8829 Rename for explicit-buffer-file-coding-system.
8830 (after-insert-file-set-coding): Adjust for the above change.
8831
8832 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
8833 to buffer-file-coding-system-explicit.
8834 (basic-save-buffer-1): Likewise.
8835
8836 2004-12-30 Richard M. Stallman <rms@gnu.org>
8837
8838 * textmodes/artist.el (artist-butlast-fn): Var deleted.
8839 (artist-butlast, artist-last): Functions deleted.
8840 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
8841 (artist-compute-key-compl-table): Call remq directly.
8842 (artist-remove-nulls): Function deleted.
8843 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
8844 (artist-push, artist-pop): Macro deleted.
8845
8846 2004-12-30 Andreas Leue <al@sphenon.de>
8847
8848 * textmodes/artist.el (artist-version): 1.2.6
8849 (artist-prev-next-op-alist): New variable.
8850 (artist-select-next-op-in-list): New function.
8851 (artist-select-prev-op-in-list): New function.
8852 (artist-make-prev-next-op-alist): New function.
8853 (artist-is-in-op-list-p): New function.
8854 (artist-get-first-non-nil-op): New function.
8855 (artist-get-last-non-nil-op): New function.
8856 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
8857 artist-prev-next-op-alist.
8858 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
8859 change drawing operation.
8860
8861 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
8862
8863 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
8864
8865 2004-12-31 Masatake YAMATO <jet@gyve.org>
8866
8867 * server.el (server-process-filter): Suppress `error', too.
8868
8869 2004-12-30 Jay Belanger <belanger@truman.edu>
8870
8871 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
8872 Change the way a variable is displayed in a message.
8873
8874 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
8875 (calc-user-define-permanent, calc-execute-kbd-macro):
8876 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
8877
8878 2004-12-30 Kenichi Handa <handa@m17n.org>
8879
8880 * files.el (basic-save-buffer-1):
8881 Set explicit-buffer-file-coding-system to last-coding-system-used.
8882 (revert-buffer): Pay attention to
8883 explicit-buffer-file-coding-system (not buffer-file-coding-system)
8884 on bind coding-system-for-read.
8885
8886 * international/mule.el (explicit-buffer-file-coding-system):
8887 New buffer local variable.
8888 (after-insert-file-set-coding): Set it to coding-system-for-read.
8889
8890 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
8891
8892 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
8893
8894 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
8895
8896 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
8897 that include line numbers.
8898
8899 2004-12-29 Milan Zamazal <pdm@zamazal.org>
8900
8901 * files.el (hack-local-variables): If no PREFIX, set it to "^".
8902 Redundant variable PREFIXLEN removed.
8903
8904 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
8905
8906 * eshell/em-hist.el (eshell-previous-matching-input):
8907 Start the deletion from the end of the output.
8908
8909 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8910
8911 * term/mac-win.el: Require x-dnd.
8912 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
8913
8914 2004-12-29 David Kastrup <dak@gnu.org>
8915
8916 * international/mule.el (decode-coding-inserted-region):
8917 Don't barf if `buffer-undo-list' is already set to `t'.
8918
8919 2004-12-29 Jay Belanger <belanger@truman.edu>
8920
8921 * calc/calc-prog.el (calc-user-define-formula): Put default values
8922 for function names in prompts.
8923 (calc-user-define-permanent, calc-user-define-composition)
8924 (calc-user-define-formula): Remove the need for "calcFunc-" in the
8925 default input for algebraic functions.
8926
8927 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
8928
8929 * vc-rcs.el (vc-rcs-annotate-command):
8930 Fix omission bug: Call `vc-setup-buffer'.
8931
8932 2004-12-29 Kenichi Handa <handa@m17n.org>
8933
8934 * international/mule.el (recode-region): New function.
8935
8936 2004-12-28 Richard M. Stallman <rms@gnu.org>
8937
8938 * simple.el (undo-extra-outer-limit): New variable.
8939 (undo-outer-limit-truncate): Test and set it.
8940
8941 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
8942 enables the feature to extend the existing region.
8943
8944 * simple.el (mark-word): New arg ALLOW-EXTEND
8945 enables the feature to extend the existing region.
8946
8947 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
8948 enables the feature to extend the existing region.
8949
8950 * startup.el (site-run-file): Don't allow setting it with Custom.
8951
8952 * simple.el (buffer-disable-undo): Fix previous change.
8953
8954 2004-12-27 Masatake YAMATO <jet@gyve.org>
8955
8956 * hexl.el (hexlify-buffer): Remove fontification here.
8957 Use font lock mechanism instead.
8958 (hexl-font-lock-keywords): New font lock kewords.
8959 (hexl-mode-old-font-lock-keywords): New variable.
8960 (hexl-mode): Store the old font lock keywords.
8961 (hexl-mode-exit): Restore the old font lock keywords.
8962
8963 2004-12-27 Richard M. Stallman <rms@gnu.org>
8964
8965 * simple.el (undo): Fix previous change.
8966
8967 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8968
8969 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
8970 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
8971 Call x-open-connection on Mac OS X.
8972
8973 2004-12-27 Richard M. Stallman <rms@gnu.org>
8974
8975 * files.el (buffer-save-without-query): New var (buffer-local).
8976 (save-some-buffers): Save those buffers first, w/o asking.
8977
8978 * files.el (insert-directory-ls-version): New variable.
8979 (insert-directory): When ls returns an error, test the version
8980 number to decide what the return code means.
8981 With --dired output format, detect and distinguish lines
8982 that are really error messages.
8983 (insert-directory-adj-pos): New function.
8984
8985 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
8986
8987 * battery.el (battery-mode-line-format): Remove initial spaces.
8988
8989 * uniquify.el (uniquify-rationalize-file-buffer-names):
8990 Delete interactive spec.
8991
8992 * type-break.el (type-break-mode): Set buffer-save-without-query.
8993 Remove code that tried to set save-some-buffers-always.
8994 (type-break-file-keystroke-count): Bind deactivate-mark.
8995
8996 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
8997
8998 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
8999 Test that the buffer is live, and maybe reject current buffer too.
9000 Clarify.
9001 (next-error-find-buffer): Rewrite for clarity.
9002
9003 * loadup.el: Don't use buffer-disable-undo; do it directly.
9004
9005 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
9006 (describe-variable): Call symbol-file with `defvar'.
9007
9008 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
9009 (symbol-file): Rewritten to handle new load-history format.
9010 Now takes an arg TYPE to specify looking for a particular
9011 type of definition only.
9012
9013 * emacs-lisp/debug.el (debugger-make-xrefs):
9014 Call symbol-file with `defun'.
9015
9016 * emacs-lisp/find-func.el (find-function-noselect):
9017 Call symbol-file with `defun'.
9018 (find-variable-noselect): Call symbol-file with `defvar'.
9019
9020 * eshell/esh-cmd.el (eshell-find-alias-function):
9021 Call symbol-file with `defun'.
9022
9023 * eshell/esh-test.el (eshell-test-goto-func):
9024 Call symbol-file with `defun'.
9025
9026 * mail/rmail.el (rmail-resend):
9027 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
9028
9029 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
9030
9031 * progmodes/compile.el (compilation-find-buffer): Rename arg.
9032
9033 * textmodes/texinfmt.el (texinfo-format-buffer-1):
9034 Call buffer-disable-undo.
9035
9036 * simple.el (undo-list-saved): New variable (buffer-local).
9037 (undo): Set and test it.
9038 (buffer-disable-undo): Move here from buffer.c.
9039 Clear out undo-list-saved.
9040
9041 * international/mule.el (decode-coding-inserted-region):
9042 Set buffer-undo-list in a correct and optimal way.
9043
9044 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
9045 (cperl-font-lock-unfontify-region-function): No need to save and
9046 restore info, since font-lock.el does it for us.
9047
9048 * ansi-color.el (save-buffer-state): Definition deleted.
9049 (ansi-color-unfontify-region): Don't use save-buffer-state.
9050
9051 2004-12-27 Dave Love <fx@gnu.org>
9052
9053 * wid-edit.el (function): Use restricted-sexp as parent.
9054
9055 2004-12-27 Kevin Ryde <user42@zip.com.au>
9056
9057 * simple.el (next-matching-history-element): Use same
9058 `interactive' form as previous-matching-history-element.
9059
9060 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
9061 it can appear unencoded and has been seen from yahoo.
9062
9063 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9064
9065 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
9066 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
9067
9068 2004-12-27 Kenichi Handa <handa@m17n.org>
9069
9070 * international/utf-8.el (utf-translate-cjk-load-tables):
9071 Bind coding-system-for-read to nil while loading subst-*.
9072
9073 2004-12-26 Jay Belanger <belanger@truman.edu>
9074
9075 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
9076 default input.
9077
9078 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
9079
9080 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
9081 before reverting and disable undo recording while reverting.
9082
9083 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
9084
9085 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
9086 (hs-make-overlay): New function.
9087 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
9088 (hs-flag-region): Delete function.
9089 (hs-hide-comment-region): No longer use `hs-flag-region'.
9090 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
9091 (hs-hide-block-at-point): Likewise.
9092 (hs-hide-level-recursive): Use `hs-discard-overlays'.
9093 (hs-hide-all, hs-show-all): Likewise.
9094 (hs-show-block): Likewise.
9095 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
9096
9097 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
9098
9099 * progmodes/hideshow.el: Require `cl' when compiling.
9100 Remove XEmacs and Emacs 19 compatibility.
9101 Use `dolist' and `add-to-list' for load-time actions.
9102 (hs-discard-overlays): Use `dolist'.
9103 (hs-show-block): Likewise.
9104
9105 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
9106
9107 * faces.el (mode-line, mode-line-inactive): Use min-colors.
9108
9109 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
9110
9111 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
9112 When extending backwards, move outside the current comment first.
9113
9114 2004-12-22 Kenichi Handa <handa@m17n.org>
9115
9116 * international/quail.el (quail-start-translation): Fix prompt
9117 string for the case if input-method-use-echo-area being non-nil.
9118 (quail-start-conversion): Likewise.
9119 (quail-show-guidance): Don't show guidance if
9120 input-method-use-echo-area is non-nil.
9121
9122 2004-12-21 Richard M. Stallman <rms@gnu.org>
9123
9124 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
9125
9126 2004-12-21 Markus Rost <rost@ias.edu>
9127
9128 * calendar/diary-lib.el (mark-diary-entries):
9129 Set mark-diary-entries-in-calendar only after checking for diary-file.
9130
9131 2004-12-21 Richard M. Stallman <rms@gnu.org>
9132
9133 * faces.el (escape-glyph): Use blue against light foreground.
9134
9135 * simple.el (undo-outer-limit-truncate): New function.
9136 (undo-outer-limit-function): Use undo-outer-limit-truncate.
9137
9138 2004-12-21 Eli Barzilay <eli@barzilay.org>
9139
9140 * calculator.el (calculator-radix-grouping-mode)
9141 (calculator-radix-grouping-digits)
9142 (calculator-radix-grouping-separator):
9143 New defcustoms for the new radix grouping mode functionality.
9144 (calculator-mode-hook): Now used in electric mode too,
9145 (calculator): Call it.
9146 (calculator-mode-map): Some new keys.
9147 (calculator-message): New function. Some new calls.
9148 (calculator-op, calculator-set-register): Use it.
9149 (calculator-string-to-number): New function, mostly moved and
9150 updated code from calculator-curnum-value.
9151 (calculator-curnum-value): Use it.
9152 (calculator-paste): Use it, and update grabbing the current-kill.
9153 (calculator-rotate-displayer)
9154 (calculator-rotate-displayer-back): Toggle digit grouping when
9155 in radix mode, use calculator-message.
9156 (calculator-displayer-prev, calculator-displayer-next):
9157 Change digit group size when in radix mode.
9158 (calculator-number-to-string): Rename from
9159 calculator-num-to-string. Now deals with digit grouping in
9160 radix mode.
9161 (calculator-update-display, calculator-put-value): Use the new name.
9162 (calculator-fact): Return a floating point number.
9163 (calculator-mode): Doc fix.
9164
9165 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
9166
9167 * calendar/calendar.el (view-other-diary-entries): Add autoload.
9168 * calendar/diary-lib.el (view-other-diary-entries):
9169 Use current-prefix-arg in interactive spec.
9170
9171 2004-12-19 Jay Belanger <belanger@truman.edu>
9172
9173 * calc/calc-aent.el (calcAlg-blank-matching-open):
9174 Temporarily adjust the syntax of both delimiters of half-open intervals.
9175
9176 2004-12-19 Kim F. Storm <storm@cua.dk>
9177
9178 * mouse.el (mouse-1-click-follows-link): Doc fix.
9179
9180 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9181
9182 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
9183 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
9184 instead of centraleuropean as the name
9185
9186 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
9187
9188 Sync with Tramp 2.0.46.
9189
9190 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
9191 parameters wrt Tramp convention.
9192 (tramp-handle-file-attributes-with-perl)
9193 (tramp-handle-directory-files-and-attributes): Apply it.
9194 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
9195 `copy-program'. Reported by Zack Weinberg
9196 <zack@codesourcery.com>.
9197 (top): Set `edebug-form-spec' property directly rather than
9198 calling `def-edebug-spec'.
9199
9200 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
9201 advice less fragile. Surround temporary redefinition of
9202 `substitute-in-file-name' with `unwind-protect'. Suggested by
9203 Matt Hodges <MPHodges@member.fsf.org>.
9204
9205 2004-12-17 Juri Linkov <juri@jurta.org>
9206
9207 * replace.el (occur-accumulate-lines, occur-engine):
9208 Make forcing deferred font-lock fontification jit-specific.
9209
9210 2004-12-17 Kim F. Storm <storm@cua.dk>
9211
9212 * mouse.el (mouse-1-click-follows-link): New defcustom.
9213 (mouse-on-link-p): New function.
9214 (mouse-drag-region-1): Implement mouse-1-click-follows-link
9215 functionality. Map a mouse-1 click event into a mouse-2 (or
9216 other) event when position is inside a link.
9217
9218 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
9219 prefix in tooltip text with "mouse-1" when this is a link
9220 recognized by mouse-1-click-follows-link functionality.
9221
9222 * help.el (describe-key): Report effective and original binding
9223 for mouse-1 when clicked on a link.
9224 (describe-mode): Add follow-link property to "minor-mode" button.
9225
9226 * help-fns.el (describe-variable): Add follow-link property to
9227 "below" button.
9228
9229 * help-mode.el (help-xref): Add follow-link property.
9230
9231 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
9232 (apropos-command, apropos-variable, apropos-face, apropos-group)
9233 (apropos-widget, apropos-plist): Add follow-link property.
9234
9235 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
9236 checks if position is in a filename, rather than some other
9237 clickable item. Function looks for cvs-filename-face at position.
9238
9239 * wid-edit.el (widget-specify-field, widget-specify-button):
9240 Map a :follow-link keyword into a follow-link property.
9241 (link): Add :follow-link keyword, map to RET binding.
9242
9243 * dired.el (dired-mode-map): Map follow-link to mouse-face.
9244
9245 * progmodes/compile.el (compilation-minor-mode-map)
9246 (compilation-button-map, compilation-mode-map): Likewise.
9247
9248 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
9249
9250 * play/zone.el (zone): Init `line-spacing' from orig buffer.
9251 (zone-replace-char): Take `count' and `del-count'
9252 instead of `direction'. Update callers. When `del-count' is
9253 non-nil, delete that many characters, otherwise `count' characters
9254 backwards. Insert the newly-replaced string `count' times.
9255 (zone-fret): Handle chars w/ width greater than one.
9256 (zone-fall-through-ws): No longer take window width `ww'.
9257 Update callers. Add handling for `char-width' greater than one.
9258 (zone-pgm-drip): Update var holding window-end position every cycle.
9259
9260 2004-12-17 Andre Spiegel <spiegel@gnu.org>
9261
9262 * vc.el (vc-default-update-changelog): Use insert-file-contents,
9263 rather than insert-file.
9264
9265 2004-12-16 Jay Belanger <belanger@truman.edu>
9266
9267 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
9268 (math-init-random-base, math-random-digit): Check to see if
9269 var-RandSeed is bound.
9270 (math-random-last): Declare it.
9271 (math-random-digit): Don't make math-random-last local.
9272
9273 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
9274
9275 * play/zone.el (zone): Fix omission bug: Use a self-disabling
9276 one-shot thunk for uniform (error, quit, normal) recovery.
9277 Reported by John Paul Wallington.
9278 (zone-pgm-random-life): Fix bug:
9279 Recognize empty initial field by lack of "@" chars.
9280
9281 2004-12-16 Juri Linkov <juri@jurta.org>
9282
9283 * help.el (function-called-at-point):
9284 * help-fns.el (variable-at-point): As a last resort try stripping
9285 non-word prefixes and suffixes.
9286
9287 * descr-text.el (describe-property-list): Don't treat syntax-table
9288 specially. Use describe-text-sexp which inserts [show] button
9289 for large objects and handles printing errors. Sort properties
9290 by names in alphabetical order instead of by value sizes.
9291 Add `mouse-face' to list of properties for `describe-face' widget.
9292 (describe-char): Mask out face-id from 19 bits of character.
9293 Print face-id separately.
9294
9295 * replace.el (occur-accumulate-lines, occur-engine):
9296 Fontify unfontified matching lines in the source buffer
9297 before copying them.
9298 (occur-engine): Don't put mouse-face on context lines.
9299 (occur-next-error): Set point to line beginning/end
9300 before searching for prev/next property to skip multiple
9301 matches on a line (not supported by occur engine).
9302 Remove redundant prefix-numeric-value.
9303
9304 2004-12-15 Juri Linkov <juri@jurta.org>
9305
9306 * replace.el (match): New face.
9307 (list-matching-lines-face): Change default from `bold' to `match'.
9308
9309 * progmodes/grep.el (grep-match-face): New defvar.
9310 (grep-mode-font-lock-keywords): Use grep-match-face instead of
9311 compilation-column-face to highlight grep matches.
9312
9313 * apropos.el (apropos-match-face): Change default from
9314 `secondary-selection' to `match'.
9315
9316 * info-look.el (info-lookup-highlight-face): Change default from
9317 `highlight' to `match'.
9318
9319 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
9320
9321 * progmodes/executable.el (executable-interpret): Eliminate
9322 obsolete compile-internal, and switch to comint for interaction.
9323
9324 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
9325
9326 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
9327 `&&' when skipping multiple statements on a line.
9328
9329 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
9330
9331 * play/zone.el (zone): Set `truncate-lines'.
9332 Also, init `tab-width' with value from original buffer.
9333 (zone-shift-up): Rewrite for speed.
9334 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
9335 (zone-pgm-jitter): Remove redundant entries from ops vector.
9336 (zone-exploding-remove): Reduce iteration count.
9337 (zone-cpos): Convert to defsubst.
9338 (zone-replace-char): New defsubst.
9339 (zone-park/sit-for): Likewise.
9340 (zone-fret): Take window-start arg.
9341 Update callers. Use `zone-park/sit-for'.
9342 (zone-fill-out-screen): Rewrite.
9343 (zone-fall-through-ws): Likewise. Update callers.
9344 (zone-pgm-drip): Use `zone-replace-char'.
9345 Move var inits before while-loop. Use `zone-park/sit-for'.
9346 (zone-pgm-random-life): Handle empty initial field.
9347 Use `zone-replace-char' and `zone-park/sit-for'.
9348
9349 2004-12-15 Juri Linkov <juri@jurta.org>
9350
9351 * isearch.el (isearch-update): Test isearch-lazy-highlight
9352 before calling isearch-lazy-highlight-new-loop.
9353 (isearch-lazy-highlight-new-loop):
9354 Don't test isearch-lazy-highlight.
9355
9356 * replace.el (perform-replace): Add isearch-case-fold-search.
9357 Use delimited-flag for isearch-regexp.
9358 Reset isearch-lazy-highlight-last-string to force lazy
9359 highlighting when called from isearch mode.
9360 (query-replace-highlight): Revert defcustom type to boolean.
9361 (query-replace-lazy-highlight): New defcustom.
9362 (query-replace): New face.
9363 (perform-replace, replace-highlight, replace-dehighlight):
9364 Test query-replace-lazy-highlight instead of special value
9365 `isearch' of query-replace-highlight.
9366 (replace-dehighlight): Don't call isearch-dehighlight.
9367 (replace-highlight): Don't call isearch-highlight.
9368 Use face `query-replace' unconditionally.
9369
9370 2004-12-14 Kim F. Storm <storm@cua.dk>
9371
9372 * simple.el (inhibit-mark-movement): Remove defvar.
9373 (beginning-of-buffer, end-of-buffer): Don't use it.
9374
9375 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9376 Don't use inhibit-mark-movement.
9377
9378 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
9379 (cua--undo-push-mark): Remove.
9380 (cua--pre-command-handler, cua--post-command-handler):
9381 Don't fiddle with inhibit-mark-movement.
9382
9383 2004-12-14 Juri Linkov <juri@jurta.org>
9384
9385 * buff-menu.el (list-buffers-noselect): Collect internal info
9386 for every buffer in BUFFER-LIST arg too.
9387 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
9388 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
9389 Bind same-window-buffer-names and same-window-regexps to nil.
9390
9391 2004-12-13 Juri Linkov <juri@jurta.org>
9392
9393 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
9394
9395 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
9396 (sc-cite-region, sc-uncite-region, sc-recite-region):
9397 Fix previous change to handle not alist as a symbol, but
9398 a citation frame as a symbol that represents a variable name.
9399
9400 2004-12-13 Richard M. Stallman <rms@gnu.org>
9401
9402 * filecache.el (file-cache-add-directory-using-find):
9403 Only set up file-cache-find-command-posix-flag if we will use it.
9404
9405 * bindings.el (mode-line-buffer-identification-keymap):
9406 Don't cancel the mode-line's usual down-mouse-1 binding.
9407
9408 * cus-edit.el (custom-face-selected): Handle `default' specs.
9409 (custom-face-edit): Increase extra-offset.
9410 (custom-display): Handle `default' specs.
9411
9412 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
9413
9414 * emacs-lisp/elint.el (elint-standard-variables)
9415 (elint-unknown-builtin-args): Move definitions up.
9416
9417 * net/browse-url.el (browse-url-url-at-point): Add autoload.
9418
9419 * info.el (info-xref-visited): Use `default' instead of t.
9420 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
9421
9422 * faces.el (header-line, mode-line-inactive, tool-bar):
9423 Use `default' instead of t for setting the defaults.
9424 (face-spec-choose): Separate `t' from `default'.
9425
9426 * subr.el (while-no-input): New macro.
9427
9428 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
9429
9430 * filecache.el (file-cache-add-directory-using-find):
9431 Only test file-cache-find-command-posix-flag on some systems.
9432
9433 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9434
9435 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
9436 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
9437 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
9438 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
9439 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
9440
9441 2004-12-12 Juri Linkov <juri@jurta.org>
9442
9443 * files.el (find-file-other-window, find-file-other-frame):
9444 Add the first buffer to the returned value to return the complete
9445 list of all visited buffers.
9446 (find-file-read-only, find-file-read-only-other-window)
9447 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
9448 `find-file-read-args'. Signal an error about non-existent file
9449 only if file name doesn't contain wildcards. Toggle read-only in
9450 all visited buffers.
9451 (find-alternate-file, find-alternate-file-other-window):
9452 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
9453 called interactively. Pass arg `wildcards' to other functions.
9454 (find-file-noselect): Doc fix.
9455
9456 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
9457 Doc fix.
9458 (ffap-directory-finder): New variable.
9459 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
9460 (ffap-file-at-point): Add /* to immediately rejected names.
9461 Return absolute file names matching ffap-dired-wildcards.
9462 (ffap-read-file-or-url): Set default value for `completing-read'
9463 to `buffer-file-name'.
9464 (find-file-at-point): When filename matches ffap-dired-wildcards,
9465 call ffap-file-finder with t arg `wildcards', instead of dired.
9466 (ffap-other-window, ffap-other-frame): Return visited buffers.
9467 (ffap-read-only, ffap-read-only-other-window)
9468 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
9469 (dired-at-point): Call ffap-directory-finder instead of dired.
9470 (ffap-dired-other-window, ffap-dired-other-frame)
9471 (ffap-list-directory): New commands.
9472 (ffap-bindings): New keybindings for new commands.
9473
9474 2004-12-12 Juri Linkov <juri@jurta.org>
9475
9476 * simple.el (beginning-of-buffer, end-of-buffer):
9477 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9478 Do not push mark when mark is active in transient-mark-mode.
9479
9480 * simple.el (mark-word):
9481 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
9482 * textmodes/paragraphs.el (mark-paragraph):
9483 Extend the region when mark is active in transient-mark-mode,
9484 regardless of the last command. Doc fix.
9485
9486 * simple.el (mark-word): Preserve direction when repeating.
9487 Make arg optional. Interactive "p" -> "P".
9488 (transient-mark-mode, inhibit-mark-movement): Doc fix.
9489
9490 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
9491 preserving direction, to mark forward instead of backward when mark
9492 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
9493
9494 2004-12-12 Juri Linkov <juri@jurta.org>
9495
9496 * isearch.el (isearch-edit-string): Set 7th arg of
9497 `read-from-minibuffer' to `t' to inherit the current input
9498 method (whose name is indicated by [IM] in the minibuffer prompt)
9499 from the current buffer to the minibuffer.
9500 (isearch-lazy-highlight-update): Put body to `with-local-quit'
9501 to allow C-g quitting for lazy highlighting looping inside the
9502 search with nested repetition operators. Add overlay to the list
9503 before setting its face and other properties to avoid the case of
9504 code quitting after placing the new overlay but before it's
9505 recorded on the list. Select the window where isearch was
9506 activated, to highlight matches in the right window when isearch
9507 switches the current window to the minibuffer.
9508
9509 * international/isearch-x.el
9510 (isearch-process-search-multibyte-characters):
9511 Use `isearch-message' as initial input for `read-string' instead
9512 of adding it to the minibuffer prompt. After reading a string
9513 remove the initial value of `isearch-message' from the string.
9514
9515 * replace.el (replace-match-maybe-edit): Doc fix.
9516 (perform-replace): Don't call `replace-highlight' when automatic
9517 replacement is requested in literal mode, since it is intended
9518 only to highlight words during entering a new replacement string
9519 for \? in non-literal mode.
9520
9521 * replace.el (query-replace-highlight): Add new value `isearch'
9522 that allows query replacement to use isearch highlighting.
9523 Change type from `boolean' to `choice'. Doc fix.
9524 (replace-highlight, replace-dehighlight, perform-replace):
9525 Use isearch highlighting if query-replace-highlight eq `isearch'.
9526
9527 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
9528
9529 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9530 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
9531
9532 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
9533 case of \end{verbatim}.
9534
9535 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
9536
9537 * term.el (term-termcap-format): Synchronize with terminfo.
9538 (term-emulate-terminal): Handle reset.
9539 (term-reset-terminal): New function.
9540
9541 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
9542
9543 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
9544 (zone-fill-out-screen): New func.
9545 (zone-pgm-drip): Use `zone-fill-out-screen'.
9546 Also, no longer go to point-min on every cycle.
9547 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
9548 (zone-pgm-random-life-wait): New user var.
9549 (zone-pgm-random-life): New func.
9550
9551 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
9552
9553 * files.el (auto-mode-alist): Map .com to DCL mode.
9554
9555 2004-12-09 Richard M. Stallman <rms@gnu.org>
9556
9557 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
9558
9559 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
9560
9561 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
9562 buffer with a display margin.
9563
9564 2004-12-08 Jay Belanger <belanger@truman.edu>
9565
9566 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
9567 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
9568
9569 2004-12-08 Richard M. Stallman <rms@gnu.org>
9570
9571 * faces.el: Delete code to set display table.
9572 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
9573
9574 2004-12-08 Jay Belanger <belanger@truman.edu>
9575
9576 * calc/calc.el: Add math-read-preprocess-string to autoloads.
9577
9578 * calc/calc-ext.el (math-read-replacement-list)
9579 (math-read-superscripts, math-read-preprocess-string): Move to
9580 calc-aent.el.
9581
9582 * calc/calc-aent.el (math-read-replacement-list)
9583 (math-read-superscripts, math-read-preprocess-string): Move from
9584 calc-ext.el.
9585
9586 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * isearch.el (isearch-quote-char): Fix up typo in last change.
9589
9590 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
9591
9592 * mouse.el (mouse-set-font): Handle the case where the command was
9593 not invoked using the mouse.
9594
9595 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
9596 (edmacro-finish-edit): Further update for keyboard macros that are
9597 lambda forms.
9598 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
9599
9600 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9601
9602 * font-lock.el (font-lock-unfontify-region): Save buffer state.
9603 (font-lock-default-unfontify-region): Don't save buffer state any more.
9604
9605 2004-12-07 Jay Belanger <belanger@truman.edu>
9606
9607 * calc/calc-help.el (calc-describe-key):
9608 Set calc-summary-indentation even when Calc Summary buffer exists.
9609
9610 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
9611
9612 * calendar/holidays.el (holiday-easter-etc): Make arguments
9613 optional for backwards compatibility. Doc fix.
9614 Remove un-necessary local vars mandatory, output-list.
9615 (holiday-advent): Make arguments optional for backwards
9616 compatibility. Doc fix.
9617
9618 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * paren.el (show-paren-function): Fix last change (2004-12-02).
9621
9622 * international/mule-util.el (char-displayable-p): Return nil for
9623 unibyte mode.
9624
9625 * subr.el (subregexp-context-p): New function.
9626
9627 * isearch.el (isearch-quote-char): Use it.
9628
9629 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
9630 (regexp-opt-not-groupie*-re): Remove.
9631 (regexp-opt): Properly handle inputs with duplicate entries.
9632
9633 2004-12-06 Richard M. Stallman <rms@gnu.org>
9634
9635 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
9636
9637 * cus-edit.el (custom-file): Doc fix.
9638
9639 * textmodes/org.el: New file.
9640
9641 2004-12-06 Kenichi Handa <handa@m17n.org>
9642
9643 * ldefs-boot.el: Update international/mule-util.el section.
9644
9645 2004-12-05 Sam Steingold <sds@gnu.org>
9646
9647 * net/tramp.el (tramp-handle-file-accessible-directory-p):
9648 Fix `tramp-time-diff' comparison logic.
9649
9650 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
9651
9652 * progmodes/which-func.el (which-function):
9653 Use `run-hook-with-args-until-success' instead of a custom loop.
9654 Fixes bug with local hooks.
9655
9656 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9657
9658 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
9659 Use delete-dups when calculating the initial value.
9660 (bibtex-autokey-get-title): Use <=.
9661 (bibtex-goto-line): New function.
9662 (bibtex-reposition-window): Use line numbers instead of point
9663 positions. Use window-body-height.
9664 (bibtex-find-crossref): Use bibtex-reposition-window.
9665 (bibtex-find-entry): Use bibtex-reposition-window. Always return
9666 position of entry if key is found or nil if not found.
9667
9668 2004-12-05 Richard M. Stallman <rms@gnu.org>
9669
9670 * cus-edit.el (custom-file): Doc fix.
9671
9672 * progmodes/sh-script.el (sh-indent-for-then): Change default.
9673
9674 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9675
9676 * simple.el (blink-matching-open):
9677 * textmodes/tex-mode.el (tex-validate-region):
9678 Obey syntax-table text properties.
9679
9680 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
9681
9682 * wid-edit.el (widget-specify-field): Add `real-field' property to
9683 boundary.
9684 (widget-field-at): Use it.
9685
9686 2004-12-02 Richard M. Stallman <rms@gnu.org>
9687
9688 * progmodes/cc-mode.el (awk-mode autoload):
9689 Supply t meaning interactive function.
9690
9691 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
9692 (isearch-mode-map): No special definition for space.
9693 (isearch-whitespace-chars): Command deleted.
9694 (isearch-forward-regexp): Doc fix.
9695 (isearch-quote-char): When a space is not inside brackets,
9696 use `[ ]' instead of just space.
9697 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
9698
9699 * imenu.el (imenu--generic-function): Delete code to exclude
9700 matches in comments.
9701
9702 * man.el (Man-reverse-face): Change default to `highlight'.
9703
9704 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
9705 (occur-engine): Use `face' prop rather than `font-lock-face'
9706 when specifying use of `match-face'.
9707 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
9708
9709 * emacs-lisp/elint.el (elint-standard-variables): Update list.
9710
9711 * add-log.el (add-log-current-defun): Handle the case where point
9712 is in the header part of a DEFUN construct.
9713
9714 2004-12-02 Dave Love <fx@gnu.org>
9715
9716 * progmodes/python.el (python-font-lock-syntactic-keywords):
9717 Fix previous change.
9718
9719 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
9720
9721 * paren.el (show-paren-function): Check for matching chars
9722 specified by text props.
9723
9724 2004-12-02 Jay Belanger <belanger@truman.edu>
9725
9726 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
9727 when reading a new key sequence.
9728
9729 2004-12-02 Kim F. Storm <storm@cua.dk>
9730
9731 * faces.el (escape-glyph): Rename from glyph.
9732 (standard-display-table): Set it here. Add escape-glyph face to
9733 extra slot characters.
9734
9735 * disp-table.el: Undo 2004-12-01 change. Display table is now
9736 setup in faces.el.
9737
9738 2004-12-02 Mark A. Hershberger <mah@everybody.org>
9739
9740 * xml.el (xml-parse-dtd): Don't show validity messages when
9741 xml-validating-parser is nil.
9742 (xml-substitute-special): Fix validity error messages to
9743 actually show the unexpandable entity. Added validity error if &
9744 isn't followed by an entity.
9745 (xml-parse-tag): Concatenate any string following the a
9746 <![CDATA[]]> section to the parsed CDATA.
9747 (xml-parse-dtd): Skip parameter entity declarations and use of
9748 parameter entities.
9749
9750 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
9751
9752 * kmacro.el (kmacro-default-counter-format): New var.
9753 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
9754 (kmacro-display): Remove `nil' from `and' form. Delete call to
9755 `format' inside `message'.
9756 (kmacro-start-macro): Use `kmacro-default-counter-format'.
9757
9758 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9759
9760 * pcvs.el (cvs-header-msg): New function.
9761 (cvs-update-header): Use it. Change calling convention.
9762 Correctly handle the case of having simultaneous active processes.
9763 (cvs-sentinel): Don't call cvs-update-header any more.
9764 (cvs-mode-run): Update call and add cvs-update-header to postproc.
9765
9766 2004-12-01 Jay Belanger <belanger@truman.edu>
9767
9768 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
9769 Change message.
9770
9771 2004-12-01 Juri Linkov <juri@jurta.org>
9772
9773 * progmodes/prolog.el (prolog-mode-variables):
9774 Fix imenu-generic-expression.
9775
9776 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
9777
9778 * faces.el (glyph): New face.
9779
9780 * disp-table.el: Add an autoloaded table, that doesn't require
9781 this library, with glyph face.
9782
9783 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
9784 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
9785 (conf-quote-normal): Allow normalizing only ' or ".
9786 (conf-mode): Regexp-quote constructed comment-start and don't
9787 match section {} where "name" contains braces.
9788
9789 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
9790 files.
9791
9792 2004-12-01 Kenichi Handa <handa@m17n.org>
9793
9794 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
9795 (x-select-text): Don't treat eight-bit-control/graphic chars
9796 specially. Store the encoded text in the X cut buffer.
9797 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
9798 with x-last-selected-text-cut-encoded.
9799
9800 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9801
9802 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
9803
9804 2004-11-30 Markus Rost <rost@ias.edu>
9805
9806 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
9807 AUCTeX.
9808
9809 2004-11-30 Jay Belanger <belanger@truman.edu>
9810
9811 * calc/calc-arith.el (math-possible-signs): Made stronger checks
9812 on signs of intervals.
9813 (math-pow-of-zero): Strengthen checks for positive and negative
9814 exponents.
9815
9816 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
9817 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
9818 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
9819 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
9820 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
9821 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
9822 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
9823 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
9824 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
9825 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
9826 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
9827 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
9828 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
9829 with provide statements.
9830
9831 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
9832
9833 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
9834
9835 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
9836 (calc-load-everything, math-defsimplify): Replace dummy autoloading
9837 functions by require statements.
9838 (math-defsimplify): Move to calc-alg.el, add to autoloads.
9839
9840 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9841 (calc-gnuplot-print): Give them values.
9842
9843 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
9844 autoloads.
9845 Add calc-do-embedded-activate to autoloads.
9846 (calc-gnuplot-name, calc-gnuplot-plot-command)
9847 (calc-gnuplot-print-command): Move them to calc-graph.el.
9848
9849 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9850
9851 * term/mac-win.el (ccl-encode-mac-roman-font)
9852 (ccl-encode-mac-cyrillic-font)
9853 (ccl-encode-mac-centraleuropean-font, encoder-list)
9854 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
9855 Support Cyrillic, CentralEuropean, and Dingbat font display
9856
9857 2004-11-30 Andre Spiegel <spiegel@gnu.org>
9858
9859 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
9860
9861 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
9862 still nil.
9863
9864 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
9865
9866 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
9867 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
9868
9869 2004-11-29 Jay Belanger <belanger@truman.edu>
9870
9871 * calc/calc-arith.el (math-pow-of-zero): Take into account different
9872 cases of the base and exponent.
9873
9874 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9875
9876 * simple.el (next-error-buffer-p): Allow for inclusive and
9877 exclusive tests for finding a buffer.
9878 (next-error-find-buffer): Pass the exclusive and inclusive tests
9879 to next-error-buffer-p.
9880
9881 * replace.el (occur-next-error): Switch to the Occur buffer when
9882 appropriate, use the exclusive filter to next-error-find-buffer to
9883 do it. Use the absolute value of the motion amount.
9884
9885 2004-11-29 Kenichi Handa <handa@m17n.org>
9886
9887 * startup.el (command-line): Decode all default-directory by
9888 locale-coding-system.
9889
9890 2004-11-29 Jay Belanger <belanger@truman.edu>
9891
9892 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
9893 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
9894 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
9895 Replace calls to calc-extensions by appropriate require, replace
9896 calc-extensions-loaded by appropriate featurep.
9897
9898 * calc/calc-ext.el: Move require to end of file.
9899 Remove redundant loading of calc.el.
9900 (calc-extensions-loaded): Remove unnecessary variable.
9901 (calc-extensions): Remove unnecessary function.
9902 (calc-load-everything): Replace calc-need-macros by appropriate require.
9903
9904 * calc/calc-macs.el: Move provide to end of file.
9905 (calc-need-macros): Remove unnecessary function.
9906
9907 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
9908 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
9909 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
9910 Replace calc-extensions by appropriate require.
9911 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
9912
9913 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
9914 Replace calc-need-macros by appropriate require.
9915
9916 * calc/calc.el: Move require to end of file.
9917 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
9918 Remove unnecessary variable.
9919 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
9920 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
9921 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
9922 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
9923 (math-stack-value-offset, math-format-value, math-format-flat-expr)
9924 (math-format-number, math-format-bignum, math-read-number)
9925 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
9926 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
9927 by appropriate require.
9928 (calc-check-defines): Replace calc-need-macros by appropriate require.
9929
9930 2004-11-29 Kim F. Storm <storm@cua.dk>
9931
9932 * macros.el (insert-kbd-macro): Handle kmacro functions.
9933
9934 2004-11-28 Juri Linkov <juri@jurta.org>
9935
9936 * compare-w.el (compare-windows-highlight): Attach each overlay
9937 to its window to properly highlight differences while comparing
9938 two windows of the same buffer. Fix arguments.
9939 (compare-windows-sync-default-function): Fix arguments of
9940 `compare-windows-highlight'.
9941
9942 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
9943 Use `read-expression-history'. Set initial contents only if
9944 `edebug-global-break-condition' is non-nil. Set histpos to 1
9945 if initial contents is equal to the last history element.
9946 (edebug-set-conditional-breakpoint): Instead of temporarily
9947 prepending the current condition to the history, set initial
9948 contents to the current condition. Set histpos to 1 if initial
9949 contents is equal to the last history element.
9950
9951 * info.el (Info-search-whitespace-regexp): Remove shy group.
9952 (Info-search): Forward line if search is on the header line.
9953 Use search-whitespace-regexp in two other places.
9954
9955 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
9956
9957 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
9958 warning. Delay real definition, which uses
9959 `set-fringe-indicators-1' till after the definition of that function.
9960
9961 2004-11-28 Kim F. Storm <storm@cua.dk>
9962
9963 * fringe.el (fringe): New defgroup.
9964 (fringe-mode): Move to fringe group.
9965 (fringe-indicators): New defcustom.
9966 (set-fringe-indicators-1): New defun.
9967
9968 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
9969 (menu-bar-showhide-fringe-ind-menu): New keymap.
9970 (menu-bar-showhide-fringe-ind-empty)
9971 (menu-bar-showhide-fringe-ind-mixed)
9972 (menu-bar-showhide-fringe-ind-box)
9973 (menu-bar-showhide-fringe-ind-right)
9974 (menu-bar-showhide-fringe-ind-left)
9975 (menu-bar-showhide-fringe-ind-none): New defuns.
9976 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
9977
9978 2004-11-27 Richard M. Stallman <rms@gnu.org>
9979
9980 * comint.el (comint-read-noecho): Add trivial compatibility definition.
9981
9982 * generic.el (define-generic-mode): Doc fix.
9983
9984 * menu-bar.el (menu-bar-options-save): For the options
9985 that are toggled with menu-bar-make-mm-toggle, don't check
9986 for customized-value prop.
9987
9988 2004-11-27 Eli Zaretskii <eliz@gnu.org>
9989
9990 * mail/supercite.el (sc-cite-region): Handle the case where
9991 sc-cite-frame-alist is a symbol.
9992 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
9993 a symbol.
9994 (sc-recite-region): Handle the case where sc-recite-frame-alist is
9995 a symbol.
9996
9997 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9998
9999 * wid-edit.el (widget-narrow-to-field): New function.
10000 (widget-complete): Use it.
10001
10002 2004-11-27 Jay Belanger <belanger@truman.edu>
10003
10004 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
10005 variable.
10006 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
10007 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
10008 (math-alg-inequalities): Move declaration to earlier in the file.
10009
10010 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
10011 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
10012 Declare them.
10013
10014 * calc/calc-lang.el (math-expr-data, math-expr-token)
10015 (math-exp-old-pos): Declare them.
10016
10017 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
10018 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
10019
10020 2004-11-27 Kim F. Storm <storm@cua.dk>
10021
10022 * progmodes/flymake.el: Use (featurep 'xemacs).
10023 (flymake-makehash): Change to defsubst. Use fboundp.
10024 (flymake-time-to-float): Remove.
10025 (flymake-float-time): Merge code from flymake-time-to-float here.
10026 (flymake-replace-regexp-in-string): Change to defsubst.
10027 (flymake-split-string-remove-empty-edges):
10028 Rename to flymake-split-string.
10029 (flymake-split-string): Remove previous defalias.
10030 (flymake-get-temp-dir): Change to defsubst.
10031 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
10032 Define for xemacs only.
10033 (flymake-master-file-count-limit): Change into compiler defvar only.
10034 (flymake-find-possible-master-files): Let-bind it dynamically while
10035 sorting files using flymake-master-file-compare.
10036
10037 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10038
10039 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
10040 of defun-prompt-regexp matches inside a comment/string but the
10041 beginning is correctly outside everything.
10042
10043 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
10044 appears within a string or a comment.
10045
10046 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
10047 rather than make-symbol for symbols which are used in
10048 a symbol-macrolet or equivalent.
10049
10050 2004-11-26 Jay Belanger <belanger@truman.edu>
10051
10052 * calc-misc.el (calc-last-why-command): Declare it.
10053
10054 * calc-vec.el (math-grade-vec): New variable.
10055 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
10056 Replace variable grade-vec by declared variable.
10057 (math-rb-close): New variable.
10058 (math-read-brackets, math-read-vector): Replace variable close by
10059 declared variable.
10060
10061 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
10062 (calc-one-window, calc-edit-handler, calc-restore-trail)
10063 (calc-allow-ret): Declare them.
10064
10065 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
10066 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
10067 (math-radix-float-cache-tag, math-random-cache)
10068 (math-max-digits-cache, math-integral-cache, math-units-table)
10069 (math-format-date-cache, math-holidays-cache-tag): Declare them.
10070 (math-moc-func): New variable.
10071 (math-map-over-constants, math-map-over-constants-rec):
10072 Replace variable func by declared variable.
10073
10074 * calc/calc-store.el (calc-given-value, calc-store-opers):
10075 Declare them.
10076 (calc-var-name-map): Move declaration to earlier in the file.
10077 (calc-pv-pos): New variable.
10078 (calc-permanent-variable, calc-insert-permanent-variable):
10079 Replace variable pos by declared variable.
10080
10081 * calc/calc-mtx.el (calc-det-lu): New variable.
10082 (math-det-raw, math-det-step): Replace variable lu by declared variable.
10083
10084 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
10085 (math-multi-subst, math-multi-subst-rec): Replace variables temp
10086 and arg by declared variables.
10087 (calcFunc-reducer): Fix incorrect variable.
10088 (math-inner-mul-func, math-inner-add-func): New variables.
10089 (calcFunc-inner, math-inner-mats): Replace variables mul-func
10090 and add-func by declared variables.
10091
10092 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
10093 (calc-digit-value): Declare them.
10094
10095 * calc/calc-help.el (Info-history): Declare it.
10096 (calc-describe-key): Make calc-summary-indentation a local variable.
10097 (calc-help-long-names): Move declaration to earlier in file.
10098
10099 * calc/calc-embed.el (calc-original-buffer): Declare it.
10100 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
10101 (calc-embed-bot): New variables.
10102 (calc-do-embedded, calc-embedded-mark-formula)
10103 (calc-embedded-find-bounds, calc-embedded-duplicate)
10104 (calc-embedded-new-formula, calc-embedded-make-info):
10105 Replace vars outer-top, outer-bot, bot and top by declared variables.
10106 (calc-embed-prev-modes): New variable.
10107 (calc-embedded-set-modes, calc-embedded-update): Replace variable
10108 prev-modes with declared variable.
10109 (calc-embed-vars-used): New variable.
10110 (calc-embedded-make-info, calc-embedded-evaluate-expr)
10111 (calc-embedded-update, calc-embedded-find-vars): Replace variable
10112 vars-used by declared variable.
10113
10114 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
10115 (math-format-radix-float): Remove unnecessary setq.
10116 (math-radix-float-cache): Declare it.
10117
10118 * calc/calcsel2.el (calc-keep-selection): Declare it.
10119
10120 * calc/calc-maint.el: Remove file.
10121
10122 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10123
10124 * textmodes/bibtex.el (bibtex-sort-entry-class)
10125 (bibtex-comment-start): Use defcustom.
10126 (bibtex-entry-field-alist): Use nil if initial content of the
10127 field is undefined. Fix docstring.
10128 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
10129 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
10130 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
10131 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
10132 Fix docstring.
10133 (bibtex-autokey-title-terminators): Use only one regexp.
10134 (bibtex-string-maybe-empty-head): New variable.
10135 (bibtex-remove-delimiters-string): New function.
10136 (bibtex-text-in-field-bounds, bibtex-text-in-string):
10137 Use bibtex-remove-delimiters-string.
10138 (bibtex-progress-message, bibtex-field-left-delimiter)
10139 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
10140 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
10141 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
10142 Simplify.
10143 (bibtex-format-entry): Use save-excursion for inherited booktitle.
10144 Use eq and bibtex-remove-delimiters-string. For end markers use
10145 insertion type so that marker stays after inserted text.
10146 (bibtex-autokey-get-names): Return empty string if name is missing.
10147 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
10148 calling bibtex-autokey-name-case-convert.
10149 (bibtex-autokey-demangle-title):
10150 Call bibtex-autokey-titleword-case-convert. Remove call to
10151 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
10152 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
10153 (bibtex-read-key): New optional arg global.
10154 (bibtex-files-expand): New optional arg force.
10155 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
10156 (bibtex-complete-crossref-cleanup): Rename from
10157 bibtex-complete-key-cleanup. Simplify code.
10158 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
10159 Operate on current entry.
10160 (bibtex-button): Add docstring.
10161 (bibtex-entry): Simplify.
10162 (bibtex-make-field): Replace optional arg called-by-yank with more
10163 specific args move and interactive.
10164 (bibtex-end-of-entry): Use forward-sexp.
10165 (bibtex-find-entry-globally): Remove.
10166 (bibtex-find-crossref): Allow for crossref key located in other buffer.
10167 Bound to C-c C-x.
10168 (bibtex-find-entry): New optional args global and display.
10169 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
10170 (bibtex-validate): Use arg force of bibtex-files-expand.
10171 (bibtex-clean-entry): Bugfix, clean string entries properly.
10172 Always keep point at beginning of entry.
10173 (bibtex-complete): Bugfix. Handle string entries properly.
10174 Call cleanup functions only if needed.
10175 (bibtex-String): Use bibtex-read-string-key.
10176 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
10177 case of replacement text.
10178
10179 2004-11-26 Lars Hansen <larsh@math.ku.dk>
10180
10181 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
10182 (tramp-perl-directory-files-and-attributes): New constant.
10183 (tramp-file-name-handler-alist): Delete file-directory-files, add
10184 directory-files-and-attributes.
10185 (tramp-perl-file-attributes): Surround uid and gid by double
10186 quotes. Change parameter id-format from nonnumeric.
10187 (tramp-convert-file-attributes): New function.
10188 (tramp-handle-file-attributes): Use it.
10189 (tramp-maybe-send-perl-script): New function.
10190 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
10191 file mode. Change parameter id-format from nonnumeric.
10192 (tramp-handle-file-attributes-with-ls): Change parameter id-format
10193 from nonnumeric.
10194 (tramp-post-connection): Don't send tramp-perl-file-attributes
10195 script. Reset connection property "perl-scripts".
10196 (tramp-handle-insert-directory): Run real handler when ls-lisp is
10197 in use.
10198
10199 2004-11-26 Lars Hansen <larsh@math.ku.dk>
10200
10201 * desktop.el (desktop-read): Replace mapcar with mapc.
10202 (desktop-create-buffer): Replace mapcar with mapc.
10203 Remove redundant piece of code.
10204
10205 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
10206
10207 * progmodes/gud.el (gud-display-line): Use display-buffer
10208 for GDB-UI as for GUD.
10209
10210 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
10211 Delete variables.
10212 (gdb-ann3): Don't make GUD buffer dedicated.
10213 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
10214 (gdb-display-source-buffer): Delete function.
10215 (gdb-view-source-function, gdb-view-assembler): Delete functions.
10216 (menu): Delete menu bindings for viewing source/assembler.
10217 (gdb-setup-windows, gdb-restore-windows):
10218 Don't dedicate GUD. No assembler now.
10219 (gdb-reset): No need to undedicate source buffers now.
10220 (gdb-source-info): No assembler now.
10221
10222 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
10223
10224 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
10225 width to those for special frames.
10226 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
10227 Use display-buffer.
10228 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
10229 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10230 (gdb-frame-assembler-buffer): Rework like
10231 gdb-frame-breakpoints-buffer.
10232
10233 2004-11-25 Richard M. Stallman <rms@gnu.org>
10234
10235 * progmodes/flymake.el: Reindent.
10236 (flymake-split-string): Turn into defalias.
10237 (flymake-fix-file-name): Rename from flymake-fix-path-name.
10238 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
10239 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
10240 (flymake-build-relative-filename): Rename from ...path.
10241 Fix error message.
10242
10243 2004-11-25 Cheng Gao <chenggao@gmail.com>
10244
10245 * progmodes/flymake.el: Much whitespace and capitalization change.
10246 Move `provide' to end. Require `compile' only when compiling.
10247
10248 2004-11-24 Jay Belanger <belanger@truman.edu>
10249
10250 * calc/calc-alg.el: Added comment.
10251 (math-polynomial-base): Replace variable mpb-top-expr by
10252 math-poly-base-top-expr.
10253
10254 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
10255 (math-polynomial-p1): Replace variable mpb-top-expr by declared
10256 variable.
10257 (math-poly-base-total-base): New variable.
10258 (math-total-polynomial-base, math-polynomial-p1): Replace variable
10259 mpb-total-base by declared variable.
10260 (math-factored-vars, math-to-list): Declare it.
10261 (math-fact-expr): New variable.
10262 (calcFunc-factors, calcFunc-factor, math-factor-expr)
10263 (math-factor-expr-try, math-factor-expr-part): Replace variable
10264 expr by declared variable.
10265 (math-fet-x): New variable.
10266 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
10267 by declared variable.
10268 (math-factor-poly-coefs): Make temp a local variable.
10269
10270 * calc/calc-units.el (calc-convert-units): Make units a local
10271 variable.
10272 (calc-num-units, calc-den-units): New variables.
10273 (calc-explain-units, calc-explain-units-rec): Replace variables
10274 num-units and den-units by declared variables.
10275 (math-cu-unit-list): New variable.
10276 (math-build-units-table, math-compare-unit-names)
10277 (math-convert-units, math-convert-units-rec): Replace variable
10278 unit-list by declared variable.
10279 (math-fbu-base, math-fbu-entry): New variables.
10280 (math-find-base-units, math-find-base-units-rec): Replace variables
10281 base and entry by declared variables.
10282 (math-which-standard): New variable.
10283 (math-to-standard-units, math-to-standard-rec): Replace variable
10284 which-standard by declared variable.
10285 (math-fcu-u): New variable.
10286 (math-find-compatible-unit, math-find-compatible-unit-rec):
10287 Replace variable u by declared variable.
10288 (math-cu-new-units, math-cu-pure): New variables.
10289 (math-convert-units, math-convert-units-rec): Replace variables
10290 new-units and pure by declared variables.
10291 (math-try-cancel-units): New variable.
10292 (math-simplify-units-quotient): Replace variable try-cancel-units by
10293 declared variable.
10294
10295 2004-11-24 Richard M. Stallman <rms@gnu.org>
10296
10297 * textmodes/ispell.el (ispell-check-version):
10298 If default-directory is nonexistent, use home dir.
10299
10300 * progmodes/grep.el (grep-regexp-alist):
10301 Don't match parens around line numbers.
10302
10303 * progmodes/cperl-mode.el (cperl-indent-region)
10304 (cperl-imenu--create-perl-index, cperl-xsub-scan):
10305 Don't print progress messages.
10306
10307 * progmodes/compile.el (compilation-mode-map):
10308 Don't inherit from compilation-minor-mode-map;
10309 copy its bindings instead. But the menu bar Compile
10310 entry now does inherit from compilation-menu-map.
10311
10312 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10313 Use with-no-warnings around compiler-macroexpand.
10314
10315 * imenu.el: Don't always require newcomment.
10316 (imenu--generic-function): Call comment-normalize-vars
10317 if we have a comment syntax.
10318 Exit the loop if REGEXP matches the null string.
10319 Test comment-start as well as comment-start-skip
10320 when deciding whether to check for comments.
10321
10322 * tooltip.el (tooltip-mode): Doc fix.
10323
10324 * term.el (term-escape-char, term-mode): Doc fixes.
10325
10326 2004-11-24 Dave Love <fx@gnu.org>
10327
10328 * progmodes/python.el (python-font-lock-syntactic-keywords):
10329 Check for escapes in the regexp.
10330 (python-quote-syntax): Don't do it here.
10331
10332 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
10333
10334 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10335 (gdb-frames-mode-map, gdb-threads-mode-map)
10336 (gdb-registers-mode-map, gdb-locals-mode-map)
10337 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
10338 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
10339
10340 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
10341 (dedicated-switch-to-buffer): Rework.
10342 (gdb-var-evaluate-expression-handler, gdb-put-string):
10343 Remove unused variable bindings.
10344 (gdb-setup-windows, gdb-display-buffer):
10345 Simplify. Use pop-to-buffer.
10346 (gdb-view-source-function): Simplify.
10347 (gdb-frame-breakpoints-buffer):
10348 Use pop-to-buffer, special-display-regexps.
10349
10350 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10351
10352 * progmodes/f90.el (f90-smart-end)
10353 (f90-previous-statement, f90-beginning-of-block): Doc fix.
10354 (f90-calculate-indent): Handle un-named PROGRAM blocks.
10355 (f90-end-of-block): Doc fix. Make check of outermost block
10356 conditional on value of `f90-smart-end'.
10357 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
10358 Handle case where END-BLOCK is nil.
10359 (f90-match-end): Handle un-named PROGRAM blocks.
10360 (f90-backslash-not-special): New function.
10361
10362 2004-11-24 Jay Belanger <belanger@truman.edu>
10363
10364 * calc/calc.el (calc-embedded-active): Removed unnecessary
10365 declaration.
10366 (calc-show-banner): Removed redundant declaration.
10367
10368 * calc/calc-graph.el (calc-gnuplot-default-device)
10369 (calc-gnuplot-default-output, calc-gnuplot-print-device)
10370 (calc-gnuplot-print-output, calc-gnuplot-geometry)
10371 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
10372 Remove redundant initial values.
10373
10374 * calc/calc-arith.el (math-scalar-functions)
10375 (math-nonscalar-functions, math-scalar-if-args-functions)
10376 (math-real-functions, math-positive-functions)
10377 (math-nonnegative-functions, math-real-scalar-functions)
10378 (math-real-if-arg-functions, math-integer-functions)
10379 (math-num-integer-functions, math-rounding-functions)
10380 (math-float-rounding-functions, math-integer-if-args-functions)
10381 (math-super-types): Move declarations to earlier in file.
10382 (math-unit-prefixes): Declared it.
10383 (math-floor-prec, math-trunc-prec): New variables.
10384 (math-trunc-fancy): Replace variable prec by declared variable.
10385 (math-floor-fancy): Replace variable prec by declared variable.
10386 (math-com-bterms): New variable.
10387 (math-commutative-equal, math-commutative-collect):
10388 Replace variable bterms by declared variable.
10389
10390 * calc/calc-misc.el (math-trunc): Replace variable prec by
10391 math-trunc-prec.
10392 (math-floor): Replace variable prec by math-floor-prec.
10393
10394 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
10395 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
10396 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
10397 (math-format-date, math-format-date-part): Replace variables
10398 date, dt, year, month, day, weekday, hour, minute, second and
10399 bc-flag by declared variables.
10400 (math-pd-str): New variable.
10401 (math-parse-date, math-parse-date-word, math-parse-standard-date):
10402 Replace variable str by declared variable.
10403 (math-daylight-savings-hook, math-tzone-names): Move definitions
10404 to earlier in the file.
10405 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
10406 (math-sh-year): New variable.
10407 (math-setup-add-holidays, math-setup-holidays)
10408 (math-setup-year-holidays): Replace variable `year' by declared
10409 variable.
10410
10411 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
10412 New variables.
10413 (math-nth-root-float, math-nth-root-float-iter): Replace variables
10414 n, nf and nfm1 by declared variables.
10415 (math-nri-n): New variable.
10416 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
10417 n by declared variable.
10418 (calcFunc-log): Removed misplaced condition.
10419
10420 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10421
10422 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
10423
10424 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
10425
10426 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
10427 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
10428 Dedicate gdb-related windows.
10429 (gdb-display-buffer): Dedicate gdb-related windows.
10430 Don't grab other frames.
10431 (gdb-reset): Remove dedicated property after debugging.
10432
10433 2004-11-24 Jay Belanger <belanger@truman.edu>
10434
10435 * calc/calc-sel.el: Add comment.
10436
10437 * calc/calc.el (math-stack-value-offset): Replace variables c,
10438 wid and off with math-svo-c, math-svo-wid and math-svo-off.
10439
10440 * calc/calccomp.el (math-comp-sel-tag): Declare it.
10441 (math-svo-c, math-svo-wid, math-svo-off): New variables.
10442 (math-stack-value-offset-fancy): Replace variables c, wid and off
10443 by declared variables.
10444 (math-comp-just, math-comp-comma-spc): New variables.
10445 (math-compose-expr, math-compose-matrix): Replace variables `just'
10446 and comma-spc by declared variable.
10447 (math-comp-vector-prec): New variable.
10448 (math-compose-expr, math-compose-matrix, math-compose-rows):
10449 Replace variable vector-prec by declared variable.
10450 (math-comp-left-bracket, math-comp-right-bracket)
10451 (math-comp-comma): New variables.
10452 (math-compose-expr, math-compose-rows): Replace variables
10453 left-bracket, right-bracket and comma by declared variables.
10454 (math-comp-full-width): New variable.
10455 (math-comp-to-string-flat, math-comp-to-string-flat-term):
10456 Replace variable full-width by declared variable.
10457 (math-comp-highlight, math-comp-word, math-comp-level)
10458 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
10459 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
10460 New variables.
10461 (math-comp-to-string-flat, math-comp-to-string-flat-term)
10462 (math-comp-sel-flat-term): Replace variables comp-highlight,
10463 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
10464 declared variables.
10465 (math-comp-simplify, math-comp-simplify-term)
10466 (math-comp-add-string, math-comp-add-string-sel):
10467 Replace variables comp-highlight, comp-buf, comp-base,
10468 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
10469
10470 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10471
10472 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
10473
10474 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
10475 and x-server-version may throw.
10476
10477 2004-11-23 Kim F. Storm <storm@cua.dk>
10478
10479 * subr.el (substitute-key-definition-key): Optimize.
10480 Don't call indirect-function for nil defn (always signals error).
10481
10482 * ido.el (ido-read-internal): Fix require-match check when
10483 ido-directory-too-big is set.
10484
10485 2004-11-23 Jay Belanger <belanger@truman.edu>
10486
10487 * calc/calc-ext.el (math-read-replacement-list)
10488 (math-read-superscripts): New variables.
10489 (math-read-preprocess-string): New function.
10490 (math-read-expr): Filter input through math-read-preprocess-string.
10491
10492 * calc/calc-aent.el (math-read-exprs): Filter input through
10493 math-read-preprocess-string.
10494
10495 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
10496
10497 * progmodes/compile.el (compilation-start): In cd command use
10498 substitute-env-vars -- not quite shell compatible but better than
10499 nothing.
10500 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
10501 handle the newer versions messages, which are more parseable.
10502
10503 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10504
10505 * reveal.el (reveal-mode-map): New var.
10506 (reveal-mode): Use it.
10507
10508 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
10509
10510 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
10511 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
10512
10513 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10514
10515 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
10516 header-line when needed.
10517 Use fixed-pitch only in the header-line.
10518 Build the underline automatically. Use emdash if available.
10519
10520 2004-11-22 Richard M. Stallman <rms@gnu.org>
10521
10522 * dired.el (dired-recursive-copies): Move from dired-aux.el.
10523 * dired-aux.el (dired-recursive-copies): Move to dired.el.
10524
10525 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
10526
10527 * progmodes/gdb-ui.el (gdb-resync): New function.
10528 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
10529 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
10530 Use it to fail more gracefully.
10531 (gdb-variables): Delete variable.
10532 Re-order variables to reduce byte-compiler warnings.
10533
10534 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10535
10536 * descr-text.el (describe-char):
10537 * paren.el (show-paren-function):
10538 * subr.el (syntax-after): Undo last change.
10539
10540 * progmodes/python.el (run-python): Don't hard code *Python*.
10541 Don't modify global process-environment.
10542 (python-send-region, python-load-file): Don't assume that
10543 python-buffer == (process-buffer (python-proc)).
10544 (python-switch-to-python): Simplify.
10545
10546 * dired.el (dired-align-file): Don't assume line starts with spaces.
10547
10548 2004-11-21 Jay Belanger <belanger@truman.edu>
10549
10550 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
10551 Replace variable `lines' by math-read-big-lines.
10552 (math-read-big-expr): Replace variables the-baseline, the-h2
10553 and err-msg by math-read-big-baseline, math-read-big-h2 and
10554 math-read-err-msg.
10555 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
10556
10557 * calc/calc-lang.el (math-read-big-rec): Fix typo.
10558 (math-read-big-balance): Replace unbound variable by value.
10559 (math-read-big-lines): New variable.
10560 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10561 (math-read-big-error, math-read-big-balance): Replace variable
10562 `lines' by declared variable.
10563 (math-read-big-baseline, math-read-big-h2): New variables.
10564 (math-read-big-rec): Replace variables the-baseline and the-h2
10565 by declared variables.
10566 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
10567 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10568 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
10569 declared variables.
10570 (math-read-big-err-msg): New variable.
10571 (math-read-big-error): Replace variable err-msg by declared variable.
10572
10573 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10574
10575 * ses.el: Add coding cookie.
10576 Fix up docstrings, follow new commenting conventions.
10577 (ses-header-line-menu): Fix missing variable rename for header-row.
10578 (ses-cell-size): Remove.
10579 (ses-make-cell): New function.
10580 (ses-cell, ses-insert-row, ses-insert-column): Use it.
10581 (ses-calculate-cell): Remove unused var `symbol'.
10582 (ses-narrowed-p): New function.
10583 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
10584 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
10585 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
10586 (ses-setup): Use restore-buffer-modified-p.
10587 (ses-cleanup): Remove unused var `end'.
10588 (ses-header-string-left-offset): Remove.
10589 (ses-create-header-string): Adjust to new behavior of `align-to'.
10590 Truncate excessively large fields to preserve alignment.
10591 (ses-reconstruct-all): Remove unused var `refs'.
10592 (ses-read-cell-printer): Remove unused var `prompt'.
10593 (ses-delete-row): Remove unused var `pos'.
10594 (ses-delete-column): Remove unused var `new'.
10595
10596 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10597
10598 * ps-print.el: Insert :version tag into all defgroup and defcustom.
10599 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10600 Eliminate eval-and-compile usage.
10601 (ps-insert-file): Use insert-file-contents instead of insert-file.
10602 (ps-setup): Code fix.
10603
10604 * printing.el (pr-setup, lpr-setup): Code fix.
10605
10606 2004-11-21 Jay Belanger <belanger@truman.edu>
10607
10608 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
10609 (calc-original-buffer): Declare them.
10610 (calc-user-formula-alist): New variable.
10611 (calc-user-define-formula, calc-fix-user-formula)
10612 (calc-user-define-composition, calc-finish-formula-edit):
10613 Replace variable `alist' by declared variable.
10614 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
10615 (var-q7, var-q7, var-q8, var-q9): Declare them.
10616 (calc-kbd-push): Don't check to see if var-q0 through var-q9
10617 are bound.
10618 (calcFunc-typeof): Replace undeclared variable by expression.
10619 (math-exp-env): New variable.
10620 (math-define-body, math-define-exp): Replace exp-env by declared var.
10621 (math-define-exp): Replace misplaced variable by expression.
10622
10623 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
10624 (calc-curve-model, calc-curve-coefnames): New variables.
10625 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
10626 varnames, model and coefnames by declared variables.
10627 (math-root-widen): New variable.
10628 (math-search-root, math-find-root): Replace variable root-widen by
10629 declared variable.
10630 (var-DUMMY): Declare it.
10631 (math-root-vars, math-min-vars): Move the declarations to earlier in
10632 the file.
10633 (math-brent-min): Make d a local variable.
10634 (math-find-minimum): Replace non-existent variable.
10635 (math-ninteg-romberg): Remove unnecessary variable.
10636 (math-ninteg-temp): New variable.
10637 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
10638 integ-temp by declared variable.
10639 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
10640 New variables.
10641 (math-general-fit): Replace variables first-var, first-coef and
10642 new-coefs by declared variables.
10643 (calcFunc-fitvar): Replace variable first-var by declared variable.
10644 (calcFunc-fitparam): Replace variable first-coef by declared variable.
10645 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
10646 (math-all-vars-vars, math-all-vars-found): New variables.
10647 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
10648 found by declared variable math-all-vars-vars.
10649
10650 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
10651
10652 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
10653 of `defconst'.
10654
10655 2004-11-20 Richard M. Stallman <rms@gnu.org>
10656
10657 * isearch.el (isearch-mode-map): Don't bind SPC.
10658 (isearch-whitespace-chars): Function deleted.
10659 (isearch-search): Bind search-spaces-regexp.
10660 (isearch-lazy-highlight-search): Likewise.
10661 (search-whitespace-regexp): Doc fix.
10662 (isearch-forward-regexp): Doc fix.
10663
10664 * emacs-lisp/bytecomp.el (byte-compile-form):
10665 Move the calls to byte-compile-set-symbol-position,
10666 to avoid having two for the same symbol occurrence.
10667
10668 * comint.el (comint-input-ring-size): Increase to 150.
10669
10670 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
10671 New variables.
10672 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
10673 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
10674
10675 * imenu.el (imenu--generic-function):
10676 Ensure we keep moving backward even if BEG isn't further back.
10677
10678 * replace.el (query-replace-read-to, query-replace-read-from):
10679 Specify t for KEEP-ALL in read-from-minibuffer.
10680
10681 * progmodes/python.el (python-switch-to-python):
10682 If Python isn't running, start it.
10683 Don't alter debug-ignored-errors.
10684
10685 * progmodes/cperl-mode.el (cperl-indent-region):
10686 Don't mind imenu-scanning-message.
10687
10688 * bindings.el (global-map): Bind C-e to move-end-of-line.
10689
10690 * simple.el (line-move-finish): New arg FORWARD.
10691 Ignore invisible newlines, not intangible ones.
10692 Conditions for acceptable stopping positions depend on FORWARD.
10693 (line-move): Pass FORWARD arg to line-move-finish.
10694
10695 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
10696 of HEADER. Compensate for this change in the code to add display
10697 properties. Don't make the first line intangible.
10698
10699 * info.el (Info-search): Fix previous change.
10700
10701 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
10702
10703 * Makefile.in (recompile): Revert 2004-11-19 change.
10704 (compile): Likewise.
10705
10706 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
10707
10708 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
10709
10710 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10711
10712 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
10713 defgroup and defcustom. Eliminate eval-and-compile usage.
10714
10715 * progmodes/ebnf-otz.el: Fix typos.
10716
10717 2004-11-19 Jay Belanger <belanger@truman.edu>
10718
10719 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
10720 (calc-edit-finish, calc-finish-stack-edit): Replace variable
10721 disp-trail by declared variable.
10722
10723 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
10724 (calc-finish-selection-edit): Replace variable disp-trail by
10725 declared variable.
10726 (calc-selection-cache-entry): Move declaration to earlier in the file.
10727 (calc-selection-cache-num, calc-selection-cache-comp)
10728 (calc-selection-cache-offset, calc-selection-true-num)
10729 (calc-final-point-line, calc-final-point-column)
10730 (calc-original-buffer): Declare them.
10731 (calc-fnp-op, calc-fnp-num): New variables.
10732 (calc-find-nth-part, calc-find-nth-part-rec)
10733 (calc-select-previous): Replace op and num by declared variables.
10734 (calc-rsf-old, calc-rsf-new): New variables.
10735 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
10736 Replace variables old and new by declared variables.
10737 (calc-sel-reselect): New variable.
10738 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
10739 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
10740 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
10741 reselect with declared variable.
10742
10743 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
10744 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
10745 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
10746 (math-import-list, math-rewrite-phase): Declare them.
10747 (math-rewrite): Use let* to declare variables.
10748 (calc-rewrite-selection): Make rules a local variable.
10749 (calc-rewr-sel): New variable.
10750 (calc-rewrite-selection, calc-locate-selection-marker)
10751 (calc-rewrite): Use the declared variable calc-rewr-sel instead
10752 of sel.
10753 (math-rewrite-whole-expr): New variable.
10754 (math-rewrite, math-rewrite-phase): Replace variable expr by
10755 declared variable.
10756 (math-rewrite-heads-heads, math-rewrite-heads-skips)
10757 (math-rewrite-heads-blanks ): New variables.
10758 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
10759 heads, skips and blanks by declared variables.
10760 (math-rwcomp-subst-old, math-rwcomp-subst-new)
10761 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
10762 New variables.
10763 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
10764 old, new, old-func and new-func by declared variables.
10765 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
10766 Remove unnecessary variable.
10767 (math-apply-rw-regs): New variable.
10768 (math-apply-rewrites, math-rwapply-replace-regs)
10769 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
10770 (math-apply-rw-ruleset): New variable.
10771 (math-apply-rewrites, math-rwapply-remember): Replace variable
10772 ruleset by declared variable.
10773
10774 2004-11-19 Richard M. Stallman <rms@gnu.org>
10775
10776 * info.el (Info-search): Use search-whitespace-regexp.
10777
10778 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10779
10780 * vc-rcs.el (vc-rcs-parse): New function.
10781 (vc-rcs-annotate-command): Likewise.
10782 (vc-rcs-annotate-current-time): Likewise.
10783 (vc-rcs-annotate-time): Likewise.
10784 (vc-rcs-annotate-extract-revision-at-line): Likewise.
10785
10786 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10787
10788 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
10789
10790 2004-11-18 Jay Belanger <belanger@truman.edu>
10791
10792 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
10793
10794 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10795
10796 * printing.el: Eliminate use of interactive-p and eval-and-compile.
10797 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10798 Use make-temp-file to generate PostScript files in any situation.
10799 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
10800 (pr-interactive-p): Eliminate var.
10801 (pr-save-interactive): Eliminate macro.
10802 (pr-interface, pr-ps-directory-preview)
10803 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10804 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10805 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10806 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10807 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10808 (pr-ps-region-ps-print, pr-ps-mode-preview)
10809 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10810 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10811 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
10812 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10813 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10814 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10815 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10816 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10817 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10818 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10819 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10820 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
10821 Eliminate pr-save-interactive usage.
10822 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
10823 Eliminate pr-interactive-p usage.
10824 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
10825 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
10826 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
10827 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
10828 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
10829 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
10830 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
10831 New funs.
10832 (pr-ps-file): Use make-temp-file to generate a temporary file.
10833
10834 2004-11-17 Jay Belanger <belanger@truman.edu>
10835
10836 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
10837 a local variable.
10838 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
10839 (math-top-only): New variable.
10840 (math-simplify, math-simplify-step): Replace variable top-only by
10841 declared variable math-top-only.
10842 (math-simplify-expr): Declare it.
10843 Replace argument expr in all calls of math-defsimplify by
10844 math-simplify-expr.
10845 (math-simplify-plus, math-simplify-times, math-simplify-divide)
10846 (math-simplify-divisor, math-simplify-one-divisor)
10847 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
10848 (math-simplify-pow): Replace variable expr by declared variable
10849 math-simplify-expr.
10850 (math-simplify-divisor): Remove local variables temp and op.
10851 (math-simplify-one-divisor): Make temp and op local variables.
10852 (math-simplify-divisor-nover, math-simplify-divisor-dover):
10853 New variables.
10854 (math-simplify-divisor, math-simplify-one-divisor):
10855 Replace variables nover and dover by declared variables.
10856 (math-expr-subst-new, math-expr-subst-old): New variables.
10857 (math-expr-subst, math-expr-subst-rec): Replace variables new
10858 and old by declared variables.
10859 (math-is-poly-degree, math-is-poly-loose): New variables.
10860 (math-is-polynomial, math-is-poly-rec): Replace variables degree
10861 and loose by declared variables.
10862 (math-poly-base-const-ok, math-poly-base-pred): New variables.
10863 (math-polynomial-base, math-polynomial-base-rec):
10864 Replace variables const-ok and mpb-pred by declared variables.
10865
10866 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
10867
10868 * calc/calc-ext.el (math-defsimplify): Change the argument in
10869 the created function to math-simplify-expr.
10870
10871 * calc/calc-units.el (math-simplify-expr): Declare it.
10872 Replace argument expr in all calls of math-defsimplify by
10873 math-simplify-expr.
10874 (math-simplify-units-prod): Replace variable expr by declared
10875 variable math-simplify-expr.
10876
10877 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
10880 Replace mapcar->dolist, format->string.
10881
10882 2004-11-17 Miles Bader <miles@gnu.org>
10883
10884 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
10885 * progmodes/idlwave.el: Remove RCS keywords.
10886
10887 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
10888
10889 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
10890 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
10891 Update to IDLWAVE version 5.5. Too many changes to list them here.
10892 * progmodes/idlw-help.el: New file.
10893
10894 2004-11-16 Richard M. Stallman <rms@gnu.org>
10895
10896 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10897 Discard spaces after \i according to TeX rules.
10898
10899 * international/mule.el (set-buffer-file-coding-system):
10900 New arg NOMODIFY.
10901 (after-insert-file-set-coding): Pass that new arg.
10902 Prevent set-buffer-multibyte from trying to lock the file.
10903
10904 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
10905
10906 * saveplace.el (save-place): Doc fix.
10907
10908 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
10909 temporarily widen before finding the following word to copy.
10910
10911 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
10912 (cl-map-keymap): Definition deleted.
10913
10914 * subr.el (map-keymap-internal): New function.
10915
10916 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10917
10918 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
10919 when pressing rather than when releasing mouse-2. Simplify.
10920
10921 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10922
10923 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
10924 (compilation-mode): Set it here instead.
10925
10926 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
10927
10928 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
10929 (loop, cl-parse-loop-clause, defsetf): Use backquote.
10930
10931 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * progmodes/compile.el (compilation-internal-error-properties):
10934 Fix up a transposition-typo. Check end-col before using it.
10935
10936 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
10937
10938 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10939 Discard whitespace after macro \i when converting it.
10940
10941 2004-11-16 Juri Linkov <juri@jurta.org>
10942
10943 * emacs-lisp/find-func.el (find-function-regexp):
10944 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
10945 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
10946 Remove invalid `\W' from [^cgv\W]. Doc fix.
10947 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
10948
10949 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
10950
10951 * play/life.el: Maintainer is now FSF.
10952 (life-patterns, life-neighbor-deltas, life-window-start)
10953 (life-current-generation, life-generation-string): Use defvar
10954 instead of defconst.
10955
10956 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * progmodes/compile.el (compilation-move-to-column): New fun.
10959 (compilation-internal-error-properties)
10960 (compilation-next-error-function): Use it to make sure we don't go past
10961 the end of line.
10962
10963 2004-11-15 John Paul Wallington <jpw@gnu.org>
10964
10965 * autoinsert.el (auto-insert-alist): Insert the user's name in
10966 copyright notice, rather than Free Software Foundation, for the
10967 Emacs Lisp header case too.
10968
10969 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10970
10971 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
10972 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10973 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
10974 return the list of string in a string.
10975 (pr-call-process): Message if calling process returns an error, that
10976 is, the exit status is different of zero.
10977
10978 2004-11-15 Jay Belanger <belanger@truman.edu>
10979
10980 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
10981 variable var-thing.
10982 (math-integ-depth, math-integ-level, math-integral-limit)
10983 (math-enable-subst, math-any-substs, math-integ-msg)
10984 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
10985 (math-int-threshold, math-int-factors, math-double-roots)
10986 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
10987 (var-GenCount): Declare these variables.
10988 (calcFunc-integ): Don't check if var-IntegLimit is bound.
10989 (math-integral-cache, math-integral-cache-state):
10990 Move declarations to earlier in the file.
10991 (math-deriv-var, math-deriv-total, math-deriv-symb)
10992 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
10993 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
10994 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
10995 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
10996 (math-solve-res): New variables
10997 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
10998 (math-integral, math-replace-integral-parts)
10999 (math-integrate-by-parts, calc-dump-integral-cache)
11000 (math-try-integral, math-do-integral, math-do-integral)
11001 (math-do-integral-methods, math-try-solve-for)
11002 (math-try-solve-prod, math-solve-poly-funny-powers)
11003 (math-solve-crunch-poly, math-decompose-poly)
11004 (math-solve-find-root-term, math-find-root-in-prod)
11005 (math-integ-try-linear-substitutions)
11006 (math-integ-try-substitutions, math-expr-rational-in)
11007 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
11008 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
11009 (math-solve-for, math-solve-system, math-solve-system-rec)
11010 (math-solve-get-sign, math-solve-get-int)
11011 (math-solve-system-subst): Replace undeclared variables with newly
11012 declared variables.
11013
11014 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11015
11016 * winner.el (winner-active-region, winner-edges, winner-window-list):
11017 Define at toplevel.
11018 (winner-mode-map): Move init inside declaration.
11019
11020 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
11021
11022 * files.el (convert-standard-filename): Doc fix.
11023
11024 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
11025
11026 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
11027 passwd, group, shadow, default/* and pam.d/*.
11028
11029 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11030
11031 * printing.el (pr-menu-spec): Adjust menu specification.
11032
11033 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11034
11035 * printing.el: Doc fix. Insert :version tag into all defcustom.
11036 Handle interactive-p as is recommended in Emacs Lisp Reference.
11037 Set the file permission bits for newly created files.
11038 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11039 The printing menu specification (in `pr-menu-spec') was merged.
11040 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11041 (pr-version): New version number (6.8.3).
11042 (pr-file-modes): New option.
11043 (pr-interactive-p): New var.
11044 (pr-save-interactive, pr-save-file-modes): New macros.
11045 (pr-setup): Code fix.
11046 (pr-menu-spec): Menu specification merged.
11047 (pr-call-process, pr-text2ps): Set file permission bits.
11048 (pr-despool-print): Set file permission bits. Handle interactive-p as
11049 is recommended.
11050 (pr-interface, pr-ps-directory-preview)
11051 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11052 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11053 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11054 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11055 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11056 (pr-ps-region-ps-print, pr-ps-mode-preview)
11057 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11058 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11059 (pr-despool-using-ghostscript, pr-despool-ps-print)
11060 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11061 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11062 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11063 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11064 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11065 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11066 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11067 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11068 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
11069 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
11070 Handle interactive-p as is recommended.
11071
11072 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11073
11074 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
11075 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
11076
11077 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
11078 so it doesn't forget to highlight the beginning of the region either.
11079
11080 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
11081
11082 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
11083 (c-font-lock-init): Eliminate obsolete make-local-hook.
11084 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11085 (awk-mode): Use run-mode-hooks.
11086
11087 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
11088
11089 2004-11-13 Kim F. Storm <storm@cua.dk>
11090
11091 * mouse.el (mouse-drag-copy-region): Add :version.
11092 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
11093 while dragging mode line, so mode line can be dragged downwards.
11094 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
11095 while pressing mouse button so window doesn't scroll until we
11096 release the mouse if clicking on partially visible line.
11097
11098 2004-11-12 Jay Belanger <belanger@truman.edu>
11099
11100 * calc/calc-graph.el (calc-dumb-map): Declare it.
11101 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
11102 than unbound.
11103 (calc-graph-name): Made `end' a local variable.
11104 (calc-graph-lookup): Made `varname' a local variable.
11105 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
11106 Declare them.
11107 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
11108 (calc-graph-plot, calc-graph-compute-3d): Remove references to
11109 the unused variable y3vec.
11110 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
11111 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
11112 calc-graph-prev-kill-hook.
11113 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
11114 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
11115 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
11116 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
11117 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
11118 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
11119 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
11120 (calc-graph-y3value, calc-graph-y3name)
11121 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
11122 (calc-graph-stepcount, calc-graph-is-splot)
11123 (calc-graph-surprise-splot, calc-graph-blank)
11124 (calc-graph-non-blank, calc-graph-curve-num): New variables.
11125 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
11126 (calc-graph-recompute-2d, calc-graph-compute-3d)
11127 (calc-graph-format-data): Replace undeclared variables with the
11128 above newly declared variables.
11129
11130 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
11131
11132 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
11133 `rsf-beep' and `rsf-sleep-after-message'.
11134
11135 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
11136 list if `message-sender' is non-nil.
11137
11138 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11139
11140 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
11141 consing by using mapc instead of mapcar.
11142
11143 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
11144
11145 * tooltip.el (require): Explain why CL is needed.
11146
11147 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11148
11149 * printing.el: Insert :version into defgroup (printing). All reference
11150 to Files option in menubar were changed to File.
11151 (pr-version): New version number (6.8.2).
11152 (pr-get-symbol): Call easy-menu-intern.
11153 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
11154 compilation gripes.
11155
11156 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11157
11158 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
11159 new byte-compile-function-environment binding to t.
11160
11161 * font-lock.el (font-lock-fontify-syntactically-region):
11162 Don't forget to highlight the last char when we hit `end'.
11163
11164 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
11165 (mwheel-scroll): Adjust accordingly.
11166
11167 * cvs-status.el: Reduce spurious warnings.
11168 (cvs-status-checkout): Remove.
11169 (cvs-status-mode-map): Use cvs-mode-checkout instead.
11170
11171 * pcvs.el (cvs-mode-checkout): New command.
11172
11173 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
11174
11175 * tooltip.el: Require CL.
11176
11177 * emacs-lisp/bytecomp.el: Use push.
11178 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
11179 (defalias): Remove the `byte-compile' property and add
11180 a `byte-hunk-handler'.
11181
11182 2004-11-11 Juri Linkov <juri@jurta.org>
11183
11184 * info.el (Info-search): Save match data for isearch.
11185 Skip Tag Table node.
11186
11187 * descr-text.el (describe-char): Replace syntax-after with code
11188 from its previous version.
11189
11190 * files.el (magic-mode-alist): Use optimization for SGML mode too.
11191 (set-auto-mode): Doc fix. Remove unused variable `xml'.
11192
11193 * international/mule.el (sgml-html-meta-auto-coding-function):
11194 Remove > after <html to allow HTML attributes.
11195
11196 2004-11-11 Jay Belanger <belanger@truman.edu>
11197
11198 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
11199 a variable.
11200 (calcFunc-dfac): Replace unbound max by n.
11201 (math-stirling-local-cache): New variable.
11202 (math-stirling-number, math-stirling-1, math-stirling-2):
11203 Replace the variable `cache' by the declared variable
11204 math-stirling-local-cache.
11205 (var-RandSeed): Declare it as a variable.
11206 (math-init-random-base, math-random-digit): Don't check to see if
11207 var-RandSeed is bound.
11208 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
11209 Declare them instead of just setting them.
11210 (math-init-random-base): Made i a local variable.
11211 (math-random-digit): Made math-random-last a local variable.
11212 (math-prime-test-cache): Move declaration to before it is used.
11213 (math-prime-test-cache-k, math-prime-test-cache-q)
11214 (math-prime-test-cache-nm1, math-prime-factors-finished):
11215 Declare them as variables.
11216
11217 2004-11-11 Jay Belanger <belanger@truman.edu>
11218
11219 * calc/calc-ext.el (math-defcache): Use defvar for the new
11220 variables it creates.
11221
11222 2004-11-11 Lars Hansen <larsh@math.ku.dk>
11223
11224 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
11225 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
11226 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
11227 (desktop-save): Add :version.
11228
11229 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11230
11231 * printing.el (pr-get-symbol): Don't downcase.
11232
11233 2004-11-10 Jay Belanger <belanger@truman.edu>
11234
11235 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
11236 string to kill-ring.
11237
11238 * calc/calc-aent.el (calc-alg-exp, math-toks)
11239 (math-exp-pos,math-exp-old-pos, math-exp-token)
11240 (math-exp-keep-spaces, math-exp-str): New variables.
11241 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
11242 (calcAlg-enter): Use declared variable calc-alg-exp.
11243 (math-build-parse-table, math-find-user-token): Use declared
11244 variable math-toks.
11245 (math-read-exprs, math-read-token, calc-check-user-syntax)
11246 (calc-match-user-syntax, match-factor-after, math-read-factor):
11247 Use declared variables math-exp-pos math-exp-old-pos.
11248 (math-read-exprs, math-read-token, math-read-expr-level)
11249 (calc-check-user-syntax, calc-match-user-syntax)
11250 (match-factor-after, math-read-factor): Use declared variable
11251 math-exp-token.
11252 (math-read-exprs, math-read-expr-list, math-read-token)
11253 (math-read-factor): Use declared variable math-exp-keep-spaces.
11254 (math-read-exprs, math-read-token): Use declared variable
11255 math-exp-str.
11256 (calc-match-user-syntax): Make m a local variable.
11257
11258 * calc/calc-ext.el (math-read-expr): Use declared variables
11259 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
11260 math-exp-keep-spaces.
11261
11262 * calc/calc-forms.el (math-read-angle-bracket): Use declared
11263 variables math-exp-pos, math-exp-str.
11264
11265 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
11266 math-exp-old-pos.
11267 (math-parse-fortran-vector, math-parse-fortran-vector-end)
11268 (math-parse-eqn-prime): Use declared variable math-exp-token.
11269
11270 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
11271 Use declared variable math-exp-pos.
11272 (math-check-for-commas): Use declared variable math-exp-str.
11273 (math-read-brackets): Use declared variables math-exp-old-pos,
11274 math-exp-keep-spaces.
11275 (math-read-brackets, math-read-vector, math-read-matrix):
11276 Use declared variable math-exp-token.
11277
11278 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11279
11280 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
11281 where the keymap is a symbol.
11282 (easy-menu-add-item): Use keymap-prompt. Simplify.
11283
11284 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
11285
11286 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
11287 (sgml-parse-tag-backward): Use it to skip spurious < or >.
11288
11289 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
11290
11291 * ebuff-menu.el: Doc fixes throughout.
11292 (electric-buffer-menu-mode-hook): New defvar.
11293
11294 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
11295
11296 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
11297 The resulting compiler warnings appear to be harmless.
11298
11299 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
11300
11301 * textmodes/conf-mode.el: New file.
11302
11303 * files.el (auto-mode-alist, magic-mode-alist): Use it.
11304
11305 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11306
11307 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
11308
11309 2004-11-09 Jay Belanger <belanger@truman.edu>
11310
11311 * calc/calc-ext.el (calc-init-extensions): Remove old code.
11312
11313 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
11314 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
11315 (calc-z-prefix-help, calc-user-function-list): Use declared
11316 variables calc-z-prefix-buf, calc-z-prefix-msgs.
11317 (math-map-tree, math-map-tree-rec): Use declared variables
11318 math-mt-many, math-mt-func.
11319 (math-read-expression, math-read-string): Use declared variable
11320 math-expr-data.
11321
11322 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
11323 variable math-normalize-a.
11324
11325 * calc/calc.el (math-normalize-a): New variable.
11326 (math-normalize): Use declared variable math-normalize-a.
11327
11328 * calc/calc-poly.el (math-expand-form): Use declared variable
11329 math-mt-many.
11330
11331 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11332 Use declared variable math-mt-many.
11333 (math-rewrite): Use declared variable math-mt-func.
11334
11335 * calc/calc-vec.el (math-read-brackets, math-read-vector)
11336 (math-read-matrix): Use declared variable math-expr-data.
11337
11338 * calc/calc-lang.el (math-parse-fortran-vector)
11339 (math-parse-fortran-vector-end, math-parse-tex-sum)
11340 (math-parse-eqn-matrix, math-parse-eqn-prime)
11341 (math-read-math-subscr): Use declared variable math-expr-data.
11342
11343 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
11344 (math-read-expr-level, math-read-token, calc-check-user-syntax)
11345 (calc-match-user-syntax, math-read-if, math-factor-after)
11346 (math-read-factor): Use declared variable math-expr-data.
11347
11348 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11349
11350 * calendar/diary-lib.el (diary-from-outlook)
11351 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
11352 interactive-p; but rather new optional argument NOCONFIRM.
11353
11354 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11355
11356 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
11357 (easy-menu-name-match): Revert correspondingly.
11358
11359 2004-11-09 Richard M. Stallman <rms@gnu.org>
11360
11361 * emacs-lisp/bytecomp.el (byte-compile-defalias):
11362 Turn off warnings for the new function even if definition not constant.
11363 If the definition isn't a quoted symbol, record (FUNCTION . t).
11364 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
11365 (byte-compile-callargs-warn): Handle (FUNCTION . t).
11366 (display-call-tree, byte-compile-arglist-warn):
11367 Handle t returned by byte-compile-fdefinition.
11368
11369 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11370
11371 * Makefile.in (maintainer-clean): Depend on distclean.
11372
11373 * help-fns.el (help-C-file-name): File name must be in build-files
11374 to be returned.
11375
11376 2004-11-09 Jay Belanger <belanger@truman.edu>
11377
11378 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
11379 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
11380
11381 * calc/calc.el (calc, calc-trail-display, calc-mode):
11382 Remove obsolete sections.
11383
11384 * calc/calc.el (calc-x-paste-text): Remove.
11385
11386 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
11387 mouse-2.
11388
11389 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
11390
11391 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
11392 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
11393 current frame (in case of recursive calls).
11394 (gdb-show-changed-values): Add :version keyword.
11395
11396 2004-11-09 Kenichi Handa <handa@m17n.org>
11397
11398 * international/mule-cmds.el: Change coding: tag back to
11399 iso-2022-7bit.
11400
11401 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11402
11403 * international/mule-cmds.el: Change coding-system to utf-8.
11404 (select-safe-coding-system-interactively):
11405 New function extracted from select-safe-coding-system.
11406 (select-safe-coding-system): Use it.
11407
11408 2004-11-08 Richard M. Stallman <rms@gnu.org>
11409
11410 * subr.el (syntax-after): Doc fix.
11411
11412 * paren.el (show-paren-function): Change calls to syntax-after
11413 for new way of returning the value.
11414
11415 * menu-bar.el (menu-bar-file-menu): Make this the real name
11416 and menu-bar-files-menu the alias. Use the former.
11417 (global-map): Use `file', not `files', as the symbol.
11418
11419 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
11420
11421 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
11422 Don't use beginning-of-buffer.
11423 (filesets-cmd-show-result): Use with-no-warnings.
11424
11425 2004-11-08 Juri Linkov <juri@jurta.org>
11426
11427 * progmodes/compile.el (compile): Don't overwrite last command in
11428 minibuffer history with default command if they are not equal.
11429
11430 2004-11-08 Jay Belanger <belanger@truman.edu>
11431
11432 * calc/calcalg2.el (math-do-integral-methods): Try linear then
11433 non-linear substitutions.
11434
11435 2004-11-08 Jay Belanger <belanger@truman.edu>
11436
11437 * calc/calcalg2.el (math-linear-subst-tried): New variable.
11438 (math-do-integral): Set `math-linear-subst-tried' to nil.
11439 (math-do-integral-methods): Use `math-linear-subst-tried' to
11440 determine what type of substitution to try.
11441 (math-integ-try-linear-substituion):
11442 Set `math-linear-subst-tried' to t.
11443
11444 2004-11-08 Kim F. Storm <storm@cua.dk>
11445
11446 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
11447
11448 2004-11-07 Juri Linkov <juri@jurta.org>
11449
11450 * info-look.el (info-lookup): Allow reusing in the current buffer
11451 not only *info* buffer, but all (even renamed) Info buffers
11452 by checking for major-mode instead of *info* buffer name.
11453 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
11454 (octave-mode, maxima-mode) <doc-spec>:
11455 Allow long dashes generated by Texinfo 4.7 before definitions.
11456 (texinfo-mode) <doc-spec>: Add space to suffix to find command
11457 definitions with argument separated by space.
11458
11459 2004-11-06 Richard M. Stallman <rms@gnu.org>
11460
11461 * simple.el (next-error group, face): Move before first use.
11462 (next-error-highlight, next-error-highlight-no-select): Likewise.
11463
11464 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
11465 (line-move): New args NOERROR and TO-END.
11466 Return t if if succeed in moving specified number of lines.
11467 (move-end-of-line): New function.
11468
11469 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
11470 (end-of-buffer-other-window): Likewise.
11471
11472 * simple.el (line-move-ignore-invisible): Default to t.
11473
11474 * subr.el (syntax-after): Return the syntax letter, not the raw code.
11475
11476 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
11477
11478 * international/iso-cvt.el (iso-cvt-define-menu):
11479 Rename menu-bar-files-menu to menu-bar-file-menu.
11480
11481 * net/browse-url.el (browse-url-gnome-moz-program)
11482 (browse-url-gnome-moz-arguments): Move up before first use.
11483
11484 * net/tramp.el (tramp group): Add :version.
11485
11486 * progmodes/ada-xref.el (ada-gdb-application):
11487 Use goto-char instead of beginning-of-buffer.
11488
11489 * progmodes/cperl-mode.el (cperl-info-on-command):
11490 Use goto-char instead of beginning-of-buffer.
11491
11492 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
11493 Move up before first use.
11494 (idlwave-shell-temp-pro-file): Likewise.
11495 (idlwave-shell-temp-rinfo-save-file): Likewise.
11496 (idlwave-shell-temp-file): Minor doc fix.
11497
11498 * textmodes/flyspell.el (flyspell-external-point-words):
11499 Use goto-char instead of beginning-of-buffer.
11500
11501 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
11502
11503 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
11504 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
11505 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
11506
11507 2004-11-06 David Ponce <david@dponce.com>
11508
11509 * recentf.el (recentf-menu-path): Use menu item name.
11510
11511 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11512
11513 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
11514 display doesn't support images.
11515
11516 2004-11-06 Andreas Schwab <schwab@suse.de>
11517
11518 * tempo.el (tempo-match-finder): Doc fix.
11519
11520 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
11521
11522 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
11525 (easy-menu-lookup-name): New fun to replace it.
11526 (easy-menu-get-map): Use it to obey menu item names (rather than just
11527 keys) when looking up `path'.
11528 (easy-menu-always-true-p): Rename from easy-menu-always-true.
11529 (easy-menu-convert-item-1): Adjust to new name.
11530
11531 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
11532
11533 * outline.el (hide-body): Don't hide lines at the top of the file
11534 that precede the first header line.
11535
11536 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
11537
11538 * align.el (align-areas): Delete whitespace before reindenting, so
11539 that tabs are never placed after spaces.
11540
11541 2004-11-06 Alan Shutko <ats@acm.org>
11542
11543 * macros.el (insert-kbd-macro): Do completions based on macros,
11544 rather than all commands.
11545
11546 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
11547
11548 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
11549 to solve a bug whereby tags with 'b' don't match.
11550
11551 2004-11-05 Juri Linkov <juri@jurta.org>
11552
11553 * info.el (Info-search): Don't search in node header lines
11554 and file headers.
11555
11556 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
11557 symbol-constituent characters after dot, not only digits.
11558
11559 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
11560
11561 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
11562
11563 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11564
11565 * dired.el (dired-read-dir-and-switches): Call read-directory-name
11566 if a dialog will be used, read-file-name otherwise.
11567
11568 2004-11-04 Richard M. Stallman <rms@gnu.org>
11569
11570 * textmodes/table.el (table group): Add :version.
11571
11572 * textmodes/ispell.el (ispell-word):
11573 Don't alter args; set them only thru `interactive' spec.
11574
11575 * textmodes/flyspell.el (flyspell-word):
11576 Don't alter FOLLOWING; set it only thru `interactive' spec.
11577
11578 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
11579
11580 * net/browse-url.el (browse-url-maybe-new-window):
11581 Use called-interactively-p.
11582
11583 * mail/supercite.el (sc-cite-region):
11584 Don't use interactive-p. Add arg INTERACTIVE.
11585 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
11586
11587 * international/mule-cmds.el (set-input-method, toggle-input-method):
11588 Don't use interactive-p. Add arg INTERACTIVE.
11589
11590 * eshell/esh-mode.el (eshell-show-maximum-output):
11591 Don't use interactive-p.
11592 (eshell-truncate-buffer): Just message, no error, if buffer is short.
11593
11594 * mouse.el (mouse-show-mark): Get positions to delete from mark
11595 and point, not from mouse-drag-overlay.
11596
11597 * imenu.el (imenu-eager-completion-buffer): Add :version.
11598
11599 * filesets.el (filesets group): Add :version.
11600
11601 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
11602
11603 * files.el (xml-based-modes): Delete var.
11604 (magic-mode-alist): New more general var.
11605 (set-auto-mode): Use it.
11606
11607 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
11608 when clicking from another window.
11609
11610 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
11611
11612 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
11613 (vc-cvs-annotate-time): Incorporate value of deleted var.
11614 Remove special-case handling of beginning-of-buffer cruft.
11615 Cache ending position (point) and return value in text property
11616 `vc-cvs-annotate-time', and consult it on subsequent invocations.
11617
11618 * vc-cvs.el (vc-cvs-annotate-command):
11619 Delete extraneous lines from beginning of buffer.
11620 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
11621
11622 * progmodes/grep.el (grep-default-command): Take empty string
11623 for tag if all other methods yield nil. Shell-quote the tag.
11624
11625 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
11626 spec in `interactive' form, and mention it in the docstring.
11627 Also, make sure point is at bol after calling `annotate-time'.
11628
11629 2004-11-02 Richard M. Stallman <rms@gnu.org>
11630
11631 * cus-edit.el (customize-group-other-window):
11632 Select the window that displays the custom buffer.
11633 (custom-buffer-create-other-window): Likewise.
11634
11635 * comint.el (comint-insert-input): Fix previous change.
11636
11637 * emacs-lisp/elp.el (elp-instrument-function):
11638 Use called-interactively-p.
11639
11640 * emacs-lisp/easymenu.el (easy-menu-intern):
11641 Don't downcase; rather, case-flip the first letter of each word.
11642
11643 * emacs-lisp/easy-mmode.el (define-minor-mode):
11644 Use called-interactively-p.
11645
11646 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
11647 Add interactive-only.
11648 (byte-compile-warnings): Add interactive-only as option.
11649 (byte-compile-interactive-only-functions): New variable.
11650 (byte-compile-form): Warn about calls to functions
11651 in byte-compile-interactive-only-functions.
11652
11653 * emacs-lisp/autoload.el (update-file-autoloads):
11654 Don't use interactive-p; take new arg SAVE-AFTER.
11655
11656 * emacs-lisp/advice.el (ad-make-advised-definition):
11657 Use called-interactively-p.
11658
11659 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11660
11661 * files.el (find-file-existing): New function.
11662
11663 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
11664 find-file-existing. Add "New File..." that calls find-file.
11665
11666 * diropen.pbm, diropen.xpm: New files.
11667
11668 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
11669 icon diropen. New tool bar item find-file-existing uses icon open.
11670
11671 * dired.el (dired-read-dir-and-switches): Call read-directory-name
11672 instead of read-file-name.
11673
11674 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
11675
11676 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
11677 (icalendar--split-value): Change name of work buffer.
11678 (icalendar--get-weekday-abbrev): Return nil on error.
11679 (icalendar--date-to-isodate): New function.
11680 (icalendar-convert-diary-to-ical)
11681 (icalendar-extract-ical-from-buffer): Use only two args for
11682 make-obsolete (XEmacs compatibility).
11683 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
11684 (icalendar-export-region): Doc fix.
11685 If error, return non-nil and write errors to a buffer.
11686 Use correct weekday for weekly recurring events.
11687 Check whether date has been parsed for ordinary events.
11688 Make weekly events start in the year 2000.
11689 DTEND is non-inclusive, shift end date by one day if
11690 necessary (not for entries that have date and time).
11691 Rename local let variables: oops -> found-error, datestring ->
11692 startdatestring.
11693
11694 2004-11-02 Kim F. Storm <storm@cua.dk>
11695
11696 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
11697 keep-mode-if-same variable. Add it as optional arg instead.
11698 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
11699
11700 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
11701 substitute-command-keys will select lower-case bindings like those
11702 used in the static help texts.
11703
11704 * descr-text.el (describe-text-properties): Don't err if called in
11705 the *Help* buffer; output to *Help-2* buffer instead.
11706
11707 * kmacro.el (group kmacro): Add :version.
11708 (kmacro-keyboard-quit): New function to cleanup on C-g.
11709 (kmacro-start-macro): Set defining-kbd-macro to append when
11710 appending to last macro.
11711
11712 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
11713
11714 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
11715
11716 * progmodes/gdb-ui.el (gdb-enable-debug-log)
11717 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
11718 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
11719 Add :version keyword.
11720
11721 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
11722
11723 * progmodes/flymake.el (flymake-err-line-patterns):
11724 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
11725 `compilation-error-regexp-alist-alist' to internal Flymake format.
11726
11727 * progmodes/flymake.el: Eliminate byte-compiler warnings.
11728
11729 2004-11-01 Jay Belanger <belanger@truman.edu>
11730
11731 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
11732 with `interactive "s"'.
11733
11734 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11735
11736 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11737 Revert change from 2004-10-16. '*' checks the current buffer, but the
11738 mouse click may be in another buffer.
11739
11740 2004-11-01 John Paul Wallington <jpw@gnu.org>
11741
11742 * files.el (large-file-warning-threshold): Add :version keyword.
11743 (kill-some-buffers): Doc fix.
11744
11745 * thumbs.el (group thumbs): Add :version keyword.
11746
11747 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
11748
11749 2004-11-01 Richard M. Stallman <rms@gnu.org>
11750
11751 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
11752
11753 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
11754
11755 * allout.el (allout group): Add :version.
11756 (allout-init): Don't use interactive-p.
11757 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11758 (allout-forward-current-level, allout-backward-current-level):
11759 Don't use interactive-p.
11760
11761 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
11762 (bibtex-find-text): Likewise.
11763
11764 * progmodes/vhdl-mode.el (vhdl-fill-region)
11765 (vhdl-beginning-of-statement): Don't use interactive-p.
11766
11767 * progmodes/idlwave.el (idlwave-update-routine-info):
11768 Don't use interactive-p.
11769
11770 * progmodes/idlw-shell.el (idlwave-shell-send-char):
11771 Don't use interactive-p.
11772
11773 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
11774 Don't use interactive-p.
11775
11776 * progmodes/ada-xref.el (ada-make-body-gnatstub):
11777 Don't use interactive-p.
11778
11779 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
11780 (fortune-in-buffer): Doc fix.
11781
11782 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
11783
11784 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
11785 don't select the temporary buffer.
11786 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
11787 (eudc-get-phone): Likewise.
11788
11789 2004-11-01 Kim F. Storm <storm@cua.dk>
11790
11791 * man.el (Man-xref-normal-file): Fix help-echo.
11792
11793 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11794
11795 * reveal.el (reveal-last-tick): New var.
11796 (reveal-post-command): Use it to avoid closing overlays when we're
11797 appending text to them.
11798
11799 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11800
11801 * textmodes/bibtex.el: Require button.
11802 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
11803 (bibtex-reference-keys): Distinguish between header keys and
11804 crossref keys.
11805 (bibtex-beginning-of-field): New function.
11806 (bibtex-url-map): Remove.
11807 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
11808 (bibtex-font-lock-url-regexp): Assume that field names begin at
11809 the beginning of a line.
11810 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
11811 Remove field delimiters. Use bibtex-beginning-of-field.
11812 Bugfix, point can be inside a field with a url.
11813 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
11814 New functions.
11815 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
11816 (bibtex-key-in-head): Simplify.
11817 (bibtex-current-line): Use bolp.
11818 (bibtex-parse-keys): Remove unused arg `add'.
11819 Use bibtex-type-in-head and bibtex-key-in-head.
11820 (bibtex-parse-entry, bibtex-autofill-entry):
11821 Use bibtex-type-in-head and bibtex-key-in-head.
11822 (bibtex-autokey-get-field): Do not alter case of replacement text.
11823 (bibtex-autokey-get-names): Do all processing of name list.
11824 (bibtex-autokey-get-year): New function.
11825 (bibtex-autokey-get-title): Do all processing of title words.
11826 (bibtex-generate-autokey): Simplify.
11827 (bibtex-string-files-init): Use default-directory.
11828 Allow for absolute file names in bibtex-string-files.
11829 (bibtex-files, bibtex-file-path): New variables.
11830 (bibtex-files-expand): New function.
11831 (bibtex-find-entry-globally): New command.
11832 (bibtex-summary-function): New variable.
11833 (bibtex-summary): Default value of bibtex-summary-function.
11834 (bibtex-find-crossref): New optional args pnt and split.
11835 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
11836 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
11837 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
11838 Fix handling of required and alternative fields.
11839 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
11840 Use cons and display-buffer.
11841 (bibtex-validate-globally): New command.
11842 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
11843 bibtex-parse-keys and bibtex-parse-strings for updating
11844 bibtex-reference-keys and bibtex-strings.
11845 (bibtex-realign): Remove blank lines past the last entry.
11846 (bibtex-reformat): Use bibtex-entry-format as default.
11847 (bibtex-choose-completion-string): Remove.
11848 (bibtex-complete): Do not use bibtex-choose-completion-string.
11849 (bibtex-url): Simplify.
11850
11851 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11852
11853 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
11854 (x-dnd-types-alist, x-dnd-open-file-other-window)
11855 (x-dnd-known-types): Add :version.
11856
11857 2004-10-31 John Paul Wallington <jpw@gnu.org>
11858
11859 * ibuffer.el (group ibuffer): Add :version keyword.
11860
11861 2004-10-31 Kim F. Storm <storm@cua.dk>
11862
11863 * ido.el (group ido): Add :version keyword.
11864 (ido-mode): Remove :version keyword.
11865
11866 * emulation/cua-base.el (group cua): Add :version keyword.
11867 (cua-mode): Remove :version keyword.
11868
11869 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
11870
11871 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
11872
11873 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
11874 compiler warning.
11875 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
11876 function.
11877 (help-at-pt-display-when-idle): Remove autoload.
11878
11879 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11880
11881 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
11882
11883 2004-10-30 Juri Linkov <juri@jurta.org>
11884
11885 * help.el (function-called-at-point):
11886 * help-fns.el (variable-at-point): Read -> intern.
11887
11888 2004-10-30 Simon Josefsson <jas@extundo.com>
11889
11890 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11891 Recognize AS_* too.
11892
11893 2004-10-29 Simon Josefsson <jas@extundo.com>
11894
11895 * subr.el (read-passwd): Move back from password.el.
11896
11897 * password.el: Remove, not ready yet.
11898
11899 2004-10-29 Andreas Schwab <schwab@suse.de>
11900
11901 * speedbar.el (speedbar-frame-parameters): Improve customize type.
11902
11903 2004-10-29 Sam Steingold <sds@gnu.org>
11904
11905 * mouse.el (mouse-show-mark): Replace the last occurrence of
11906 x-lost-selection-hooks with x-lost-selection-functions.
11907
11908 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11909
11910 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
11911 x-lost-selection-functions is bound.
11912
11913 * mouse-sel.el (mouse-sel-mode):
11914 * emacs-lisp/lselect.el: Adjust to new names for
11915 x-(lost|sent)-selection-functions.
11916
11917 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
11918 New obsolete aliases of x-lost-selection-functions and
11919 x-sent-selection-functions.
11920
11921 2004-10-28 Kim F. Storm <storm@cua.dk>
11922
11923 * imenu.el (imenu-scanning-message): Remove.
11924 (imenu-progress-message): Make it a no-op.
11925
11926 2004-10-28 John Paul Wallington <jpw@gnu.org>
11927
11928 * files.el (set-auto-mode): Call `throw' correctly.
11929
11930 2004-10-28 Juri Linkov <juri@jurta.org>
11931
11932 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
11933 to search `Info-...' commands in `info' manual.
11934 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11935 Add 'info-file "emacs" property.
11936 (Info-find-emacs-command-nodes): Fix index line number regexp.
11937 Set real line number (instead of fake 0) in first element of the
11938 returned list.
11939 (Info-goto-emacs-command-node): Use line number of first element
11940 to set point in the first found Info node.
11941
11942 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
11943 code to `grep-mode-font-lock-keywords'.
11944 (grep-mode-font-lock-keywords): Delete grep markers instead
11945 of making them invisible.
11946
11947 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11948
11949 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
11950 and x-server-version in bug report.
11951
11952 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
11953
11954 * files.el (set-auto-mode-0): New function.
11955 (set-auto-mode): Use it to handle aliased modes and to
11956 be consistent between C-x C-f and C-x C-w.
11957
11958 2004-10-28 Kenichi Handa <handa@m17n.org>
11959
11960 * international/utf-8.el (utf-translate-cjk-charsets):
11961 Add katakana-jisx0201.
11962
11963 * international/subst-jis.el: Add data for JISX0201.
11964
11965 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11966
11967 * obsolete/hilit19.el (hilit-mode): New function.
11968 Move all the toplevel side-effecting stuff into it, so that loading
11969 hilit19 doesn't mess everything up any more.
11970
11971 2004-10-27 Richard M. Stallman <rms@gnu.org>
11972
11973 * add-log.el (add-change-log-entry): Set up mailing address
11974 and full name later, and don't alter add-log-mailing-address
11975 or add-log-full-name.
11976
11977 * elide-head.el (elide-head): Change error to message.
11978 (elide-head-show): Likewise.
11979
11980 * apropos.el (apropos-macrop): Doc fix.
11981
11982 * mouse.el (mouse-show-mark): Do most processing the same
11983 regardless of transient-mark-mode.
11984
11985 * shadowfile.el (shadow-copy-files): Use interactive-p
11986 only to control whether to print a message.
11987
11988 * tar-mode.el (tar-mode): Use write-contents-functions,
11989 not write-contents-hooks.
11990
11991 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
11992 directory-sep-char.
11993
11994 2004-10-27 Richard M. Stallman <rms@gnu.org>
11995
11996 * strokes.el (strokes-unload-hook): Fix previous change.
11997
11998 * type-break.el (type-break-run-at-time): Always use run-at-time;
11999 forget the alternatives.
12000 (type-break-cancel-function-timers): Always use cancel-function-timers;
12001 forget the alternatives.
12002
12003 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
12004
12005 2004-10-27 Kenichi Handa <handa@m17n.org>
12006
12007 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
12008
12009 * international/subst-gb2312.el: Likewise.
12010
12011 * international/subst-big5.el: Likewise.
12012
12013 * international/subst-ksc.el: Likewise.
12014
12015 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
12016 New variable.
12017 (utf-translate-cjk-set-unicode-range): New function.
12018 (utf-translate-cjk-unicode-range): Make it customizable.
12019 (utf-8-post-read-conversion):
12020 Use utf-translate-cjk-unicode-range-string.
12021 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
12022 Unicode ranges.
12023
12024 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
12025
12026 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
12027 trivial variants to shorten the list.
12028 (xml-based-modes): New var.
12029 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
12030 declaration higher priority than auto-mode-alist.
12031
12032 * find-file.el (cc-other-file-alist): Bring it in line with
12033 cc-mode's auto-mode-alist entries and use \' instead of $.
12034
12035 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
12036 and add "Id" and "Name" submenus to it.
12037
12038 * imenu.el (imenu--generic-function): Skip matches in comments.
12039
12040 2004-10-26 Jay Belanger <belanger@truman.edu>
12041
12042 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
12043 (full-calc-keypad, calc-trail-display): Use an extra argument
12044 instead of `interactive-p'.
12045
12046 * calc/calc-misc.el (calc-other-window): Use an extra argument
12047 instead of `interactive-p'.
12048
12049 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
12050 `interactive-p'.
12051
12052 2004-10-26 Kim F. Storm <storm@cua.dk>
12053
12054 * help.el (describe-key): Describe both down-event and up-event
12055 for a mouse click.
12056
12057 2004-10-26 Richard M. Stallman <rms@gnu.org>
12058
12059 * woman.el (woman): Don't call interactive-p.
12060
12061 * pcomplete.el (pcomplete): Instead of interactive-p,
12062 use an arg set non-nil by the interactive spec.
12063
12064 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
12065 use an arg set non-nil by the interactive spec.
12066
12067 * man.el (Man-cleanup-manpage): Instead of interactive-p,
12068 use an arg set non-nil by the interactive spec.
12069
12070 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12071
12072 * progmodes/flymake.el (flymake-split-string):
12073 Use `flymake-split-string-remove-empty-edges' in any case.
12074
12075 2004-10-26 Masatake YAMATO <jet@gyve.org>
12076
12077 * progmodes/flymake.el (flymake-err-line-patterns):
12078 Use `compilation-error-regexp-alist-alist' instead of
12079 `compilation-error-regexp-alist'.
12080
12081 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12082
12083 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
12084 verbatim face on the \ of \end{verbatim}.
12085
12086 2004-10-25 Jay Belanger <belanger@truman.edu>
12087
12088 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
12089 erasing minibuffer.
12090
12091 2004-10-25 Simon Josefsson <jas@extundo.com>
12092
12093 * subr.el (read-passwd): Move to net/password.el.
12094
12095 * net/password.el (read-passwd): Add. Autoload it.
12096
12097 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
12098
12099 * mouse-sel.el (mouse-sel-mode): Specify custom group.
12100
12101 * simple.el (process-file): Fix logic.
12102
12103 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
12104
12105 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
12106 (increase-right-margin): Remove erroneous call to `interactive-p'.
12107
12108 2004-10-24 Kim F. Storm <storm@cua.dk>
12109
12110 * help.el (describe-mode): Fix 2004-10-13 change.
12111 Copy pure "Auto Fill" string so it can be propertized later
12112 without causing a read-only error.
12113
12114 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
12115
12116 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
12117 style indexes.
12118
12119 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
12120
12121 * simple.el (process-file): Accept nil for INFILE. Reported by
12122 Luc Teirlinck.
12123
12124 2004-10-24 Masatake YAMATO <jet@gyve.org>
12125
12126 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
12127 Handle periods and underscores in a function name.
12128 Remove the address fontification.
12129
12130 2004-10-24 Masatake YAMATO <jet@gyve.org>
12131
12132 * progmodes/asm-mode.el (asm-font-lock-keywords):
12133 Use font-lock-variable-name-face for registers.
12134
12135 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
12136
12137 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
12138 kill-all-local-variables.
12139 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12140 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
12141 Use kill-all-local-variables and provide mode-hooks.
12142 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
12143 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
12144 Suggested by Masatake YAMATO <jet@gyve.org>.
12145
12146 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
12147
12148 * simple.el (process-file): New function, similar to call-process
12149 but supports file handlers.
12150 * vc.el (vc-do-command): Use it, instead of call-process.
12151 * net/tramp-vc.el (vc-do-command): Do not advise it if
12152 process-file is fboundp.
12153 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
12154 process-file.
12155 (tramp-handle-process-file): New function.
12156 (tramp-file-name-for-operation): Support process-file.
12157
12158 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
12159
12160 * calendar/icalendar.el (icalendar--weekday-array): New constant.
12161 (icalendar-weekdayabbrev-table)
12162 (icalendar-monthnumber-table): Delete.
12163 (icalendar--get-month-number): Use calendar-month-name-array.
12164 (icalendar--get-weekday-number): New function.
12165 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
12166 (icalendar-export-region): Handle multi-line entries.
12167 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
12168
12169 2004-10-23 John Paul Wallington <jpw@gnu.org>
12170
12171 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
12172 `wildcards' set to t in interactive spec.
12173
12174 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
12175 interactive spec rather than use `interactive-p'.
12176 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
12177 rather than use function `interactive-p'.
12178
12179 2004-10-22 Kenichi Handa <handa@m17n.org>
12180
12181 * international/mule.el (translate-region): Implement it in Lisp
12182 as a front end of translate-region-internal.
12183
12184 2004-10-21 Jay Belanger <belanger@truman.edu>
12185
12186 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
12187 Declare these variables with defvar.
12188
12189 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
12190 is bound, only check to see if it is bound.
12191
12192 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12193
12194 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12195 Don't output messages.
12196
12197 * calc/calc-help.el (calc-describe-bindings): Fix last change.
12198
12199 2004-10-21 John Paul Wallington <jpw@gnu.org>
12200
12201 * calc/calc-graph.el (calc-graph-init):
12202 Use `set-process-query-on-exit-flag'.
12203
12204 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
12205
12206 * progmodes/compile.el (compilation-start): Rely on `cd' to get
12207 dir right and also allow argumentless cd.
12208
12209 2004-10-19 Richard M. Stallman <rms@gnu.org>
12210
12211 * textmodes/flyspell.el (flyspell-mode): Doc fix.
12212
12213 * eshell/em-unix.el (eshell-grep):
12214 Don't bind compilation-process-setup-function.
12215
12216 * comint.el (comint-insert-input): Use @ in `interactive'.
12217 (comint-input-filter-functions): Doc fix.
12218 (comint-kill-whole-line, comint-get-source): Doc fix.
12219
12220 * progmodes/compile.el (compilation-setup):
12221 Don't set buffer-read-only if MINOR is non-nil.
12222
12223 2004-10-19 Jay Belanger <belanger@truman.edu>
12224
12225 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
12226 (calc-emacs-type-gnu19): Remove.
12227 (calc-digit-map, calc-read-key-sequence, calc-read-key):
12228 Remove check for old emacs versions.
12229
12230 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
12231 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
12232 for current Emacs.
12233
12234 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
12235 the end of the minibuffer.
12236 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
12237 copy `esc-map'.
12238
12239 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
12240
12241 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
12242 call that would be given when the current emacs was used.
12243
12244 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
12245
12246 * calendar/icalendar.el: Set coding to utf-8.
12247 (icalendar-version): Increase to 0.07.
12248 (icalendar-monthnumber-table): Change March pattern.
12249 (icalendar-get-all-event-properties)
12250 (icalendar-set-event-property): Delete.
12251 (icalendar-all-events): No longer interactive.
12252 (icalendar-convert-diary-to-ical)
12253 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
12254 their replacements.
12255 (icalendar-export-file, icalendar-export-region): New functions;
12256 essentially old `icalendar-convert-diary-to-ical' but appending to
12257 target rather than overwriting.
12258 (icalendar-import-file): Append to target file rather than
12259 overwriting. Fourth arg deleted.
12260 (icalendar-import-buffer): New name for old
12261 `icalendar-extract-ical-from-buffer'.
12262 (icalendar--convert-string-for-import): New name for
12263 old `icalendar-convert-for-import'.
12264 (include-icalendar-files): Delete.
12265 Prefix for all internal functions changed from `icalendar-'
12266 to `icalendar--'.
12267
12268 2004-10-19 Richard M. Stallman <rms@gnu.org>
12269
12270 * paths.el (news-path): Fix previous change.
12271
12272 2004-10-18 Jay Belanger <belanger@truman.edu>
12273
12274 * calc/calc-help.el (calc-describe-bindings):
12275 Set `buffer-read-only' to nil while working in the keybindings buffer;
12276 remove some extra information from the keybindings buffer.
12277
12278 2004-10-18 David Ponce <david@dponce.com>
12279
12280 * mouse.el (mouse-drag-move-window-top): New function.
12281 (mouse-drag-mode-line-1): Use it.
12282
12283 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
12284
12285 * info.el (Info-fontify-node): For multiline refs,
12286 arrange to unfontify newline and surrounding whitespace.
12287
12288 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12289
12290 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
12291 directory is missing.
12292
12293 2004-10-17 John Paul Wallington <jpw@gnu.org>
12294
12295 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
12296 New customizable variable; whether to display buffers that match
12297 `ibuffer-maybe-show-predicates' by default.
12298 (ibuffer-maybe-show-predicates): Mention it in docstring.
12299 (ibuffer-display-maybe-show-predicates): New variable.
12300 (ibuffer-update): Prefix arg now toggles whether buffers that
12301 match `ibuffer-maybe-show-predicates' should be displayed.
12302 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
12303 locally to heed `ibuffer-default-display-maybe-show-predicates'.
12304 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
12305
12306 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
12307
12308 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
12309 work correctly.
12310
12311 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
12312
12313 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
12314 (Buffer-menu-beginning): New helper function.
12315 (Buffer-menu-execute): Use it.
12316 (Buffer-menu-select): Use it.
12317 (Buffer-menu-sort): Use it and also keep markers.
12318
12319 2004-10-17 Richard M. Stallman <rms@gnu.org>
12320
12321 * paths.el (news-directory): Rename from news-path. Old name alias.
12322 (rmail-spool-directory): Use defvar.
12323 (sendmail-program): Use defcustom.
12324 (remote-shell-program): Use defcustom.
12325 (term-file-prefix): Use defvar.
12326 (abbrev-file-name): Use defvar.
12327
12328 * term.el: Add maintainer.
12329
12330 * subr.el (with-local-quit): Return nil if there's a quit.
12331 (read-passwd): Use with-local-quit. Doc fix.
12332
12333 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
12334 (strokes-unload-hook): Set as a variable with add-hook.
12335
12336 * startup.el (fancy-splash-tail, normal-splash-screen):
12337 Update copyright year.
12338
12339 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
12340
12341 * server.el (server-unload-hook): Set as a variable with add-hook.
12342
12343 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
12344
12345 * frame.el (special-display-popup-frame):
12346 Make the buffer current as its frame is created.
12347
12348 * delsel.el (delsel-unload-hook): Set as a variable.
12349
12350 * comint.el (comint-output-filter-functions):
12351 Add comint-watch-for-password-prompt.
12352 (comint-read-noecho): Function deleted.
12353 (send-invisible): Use read-passwd.
12354
12355 * fringe.el (fringe-mode-initialize): New function.
12356 (fringe-mode): Use fringe-mode-initialize as :initialize.
12357
12358 2004-10-17 Kim F. Storm <storm@cua.dk>
12359
12360 * language/indian.el (indian-script-language-alist): Swap value and doc.
12361 (indian-font-char-index-table): Doc fix.
12362
12363 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12364
12365 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
12366
12367 2004-10-16 Juri Linkov <juri@jurta.org>
12368
12369 * progmodes/compile.el (compilation-start): Move let-binding of
12370 `process-environment' into `with-current-buffer' body.
12371 Reported by Matt Hodges <MPHodges@member.fsf.org>.
12372
12373 2004-10-16 Richard M. Stallman <rms@gnu.org>
12374
12375 * pcvs-util.el (cvs-bury-buffer):
12376 Don't call get-buffer-window for effect.
12377
12378 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
12379
12380 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
12381
12382 * msb.el (msb-unload-hook): Set the variable.
12383
12384 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12385 Use * to err if buffer is readonly.
12386
12387 * subr.el (looking-back): Return only t or nil.
12388
12389 * whitespace.el (whitespace-unload-hook): Set the variable.
12390
12391 * view.el (view-mode-enable): Set view-page-size and
12392 view-half-page-size to nil.
12393 (view-set-half-page-size-default): view-half-page-size = nil
12394 means the default.
12395 (View-scroll-page-forward): Use view-page-size-default.
12396 (View-scroll-page-backward): Likewise.
12397 (view-page-size, view-half-page-size): Doc fixes.
12398
12399 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
12400
12401 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
12402
12403 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
12404 "cl" like other files. Instead, call byte-compile-find-cl-functions.
12405 (byte-compile-log-1): Bind inhibit-read-only.
12406 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
12407 (byte-compile-log-warning): Likewise.
12408 (byte-compile-file-form-require): Detect "cl" from the arg value.
12409
12410 * progmodes/compile.el (compilation-start): Assume compilation-mode
12411 will make the buffer read-only.
12412 (compilation-mode): Take arg name-of-mode.
12413 (compilation-setup): Make buffer read-only.
12414 (compilation-handle-exit): Bind inhibit-read-only.
12415
12416 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
12417 (ispell-message): Likewise.
12418 (ispell-show-choices): Don't call get-buffer-window uselessly.
12419 (ispell-init-process): Use set-process-query-on-exit-flag.
12420
12421 2004-10-16 Kim F. Storm <storm@cua.dk>
12422
12423 * fringe.el (fringe-bitmaps): Only initialize when defined.
12424
12425 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
12426 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
12427
12428 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
12429
12430 2004-10-15 Simon Josefsson <jas@extundo.com>
12431
12432 * net/password.el: Add.
12433
12434 2004-10-14 Masatake YAMATO <jet@gyve.org>
12435
12436 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
12437 (gdb-script-end-of-defun): New function.
12438 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
12439 `gdb-script-end-of-defun' as *-of-defun-function.
12440
12441 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
12442
12443 * button.el (button-activate): Allow a marker to display as an action.
12444
12445 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
12446
12447 * help.el (describe-mode): Use it to make minor mode list into
12448 hyperlinks.
12449
12450 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12451
12452 * vc.el (vc-annotate-display-select): Fix typo.
12453
12454 * subr.el (substitute-key-definition-key): New function.
12455 (substitute-key-definition): Use it with map-keymap.
12456 (event-modifiers): Use push.
12457 (mouse-movement-p, with-temp-buffer): Simplify.
12458
12459 2004-10-12 Jay Belanger <belanger@truman.edu>
12460
12461 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
12462 New variables.
12463 (calc-help-index-entries): New function.
12464 (calc-describe-function): Use `calc-help-function-list' instead of
12465 obarray for completion.
12466 (calc-describe-variable): Use `calc-help-variable-list' instead
12467 of obarray for completion.
12468
12469 2004-10-12 Richard M. Stallman <rms@gnu.org>
12470
12471 * info-look.el (info-lookup-file): Add info-file property.
12472 (info-lookup-symbol): Likewise.
12473
12474 * info.el (info-xref): Add underlining.
12475 (info): Add info-file property.
12476 (Info-find-emacs-command-nodes): Specify case-sensitive search.
12477
12478 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
12479
12480 Sync with Tramp 2.0.45.
12481
12482 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
12483 defined. This is not the case for XEmacs without package "edebug".
12484 (tramp-set-auto-save-file-modes): Set permissions of autosaved
12485 remote files to the permissions of the original file. This is not
12486 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
12487 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
12488 (tramp-perl-decode): Fix an error in Perl implementation.
12489 $pending must be cleared every loop. Reported by Benjamin Place
12490 <benjaminplace@sprintmail.com>
12491
12492 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
12493 Don't activate advice during definition. This is done later on,
12494 depending on test result of `substitute-in-file-name'.
12495 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12496
12497 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12498
12499 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
12500
12501 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
12502
12503 2004-10-12 David Ponce <david@dponce.com>
12504
12505 * recentf.el (recentf-edit-list): Update the menu when the recentf
12506 list has been modified.
12507
12508 2004-10-12 Simon Josefsson <jas@extundo.com>
12509
12510 * net/tls.el (tls-certtool-program): New variable.
12511 (tls-certificate-information): New function, based on
12512 ssl-certificate-information.
12513
12514 2004-10-12 Kenichi Handa <handa@m17n.org>
12515
12516 * international/mule.el (coding-system-equal): Move from mule-util.el.
12517
12518 * international/mule-util.el (coding-system-equal): Move to mule.el.
12519
12520 2004-10-12 Kim F. Storm <storm@cua.dk>
12521
12522 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
12523 reset kmacro-initial-counter-value if set.
12524 (kmacro-set-counter): Only set kmacro-counter if defining or executing
12525 macro. Set kmacro-initial-counter-value otherwise. Never set both.
12526 (kmacro-display): Show macro counter if non-zero.
12527
12528 * subr.el (substitute-key-definition): Mention command remapping
12529 in doc string.
12530
12531 2004-10-11 Jay Belanger <belanger@truman.edu>
12532
12533 * calc/calc-misc.el (calc-info-goto-node): New function.
12534 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
12535 node in one step.
12536 (calc-describe-copying, calc-describe-distribution)
12537 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
12538 Go to appropriate info node in one step.
12539
12540 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12541
12542 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
12543
12544 * font-lock.el (font-lock-apply-highlight): Fix last change.
12545
12546 2004-10-11 Simon Josefsson <jas@extundo.com>
12547
12548 * mail/smtpmail.el (smtpmail-open-stream): Look for
12549 starttls-gnutls-program instead of starttls-program iff
12550 starttls-use-gnutls is non-nil.
12551 (smtpmail-open-stream): Don't overwrite user settings of
12552 starttls-extra-arguments and starttls-extra-args.
12553
12554 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12555
12556 * comint.el (comint-mouse-insert-input): Remove.
12557 (comint-insert-input): Make it work for mouse bindings.
12558 (comint-mode-map): Move defs into the declaration.
12559 (comint-output-filter): Typo.
12560
12561 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
12562
12563 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
12564
12565 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
12566 (ange-ftp-call-chmod): Reference remote-shell-program instead of
12567 ange-ftp-remote-shell.
12568
12569 2004-10-10 Andreas Schwab <schwab@suse.de>
12570
12571 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
12572 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
12573 Reported by <sri@asu.edu>.
12574
12575 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
12576
12577 * vc.el (vc-annotate-mode): Remove variable.
12578 (vc-annotate-display-select): Only call vc-annotate-mode
12579 if we're not in that mode already.
12580
12581 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
12582
12583 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
12584 (imenu-choose-buffer-index): Check here for rescan instead.
12585
12586 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
12587 where the face expression evals to nil.
12588
12589 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
12590 (tex-font-lock-keywords-2): Use it.
12591 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
12592
12593 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
12594
12595 2004-10-09 Kim F. Storm <storm@cua.dk>
12596
12597 * subr.el (progress-reporter-update): Define before first usage.
12598 (make-progress-reporter): Doc fix.
12599
12600 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
12601
12602 * textmodes/paragraphs.el (sentence-end-double-space)
12603 (sentence-end-without-period, sentence-end-without-space)
12604 (sentence-end): Doc fixes.
12605
12606 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
12607
12608 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
12609 Change paragraph-start regexp so we don't fill code starting with #'(.
12610
12611 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
12612
12613 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
12614 New defcustom.
12615 (extract-address-components): Use it.
12616
12617 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
12618
12619 * subr.el (make-progress-reporter, progress-reporter-update)
12620 (progress-reporter-force-update, progress-reporter-do-update)
12621 (progress-reporter-done): New functions.
12622
12623 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
12624
12625 * progmodes/etags.el (etags-tags-completion-table): Use progress
12626 reporter.
12627 (etags-tags-apropos): Likewise.
12628
12629 2004-10-08 Alan Mackenzie <acm@muc.de>
12630
12631 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
12632 of current line.
12633
12634 2004-10-08 Masatake YAMATO <jet@gyve.org>
12635
12636 * server.el (server-process-filter): Wrap `process-send-region'
12637 by `condition-case' to guard the case when the pipe to PROC is closed.
12638
12639 2004-10-07 Mark A. Hershberger <mah@everybody.org>
12640
12641 * xml.el (xml-substitute-special): Limit handling of external entities.
12642
12643 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
12644
12645 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
12646
12647 2004-10-06 John Paul Wallington <jpw@gnu.org>
12648
12649 * xml.el (xml-parse-dtd): Fix `error' call.
12650
12651 2004-10-05 Mark A. Hershberger <mah@everybody.org>
12652
12653 * xml.el (xml-substitute-special): Return a single string instead
12654 of a list of strings if an entity substitution is made.
12655
12656 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
12657
12658 * calendar/icalendar.el: New file.
12659
12660 2004-10-05 Juri Linkov <juri@jurta.org>
12661
12662 * isearch.el (isearch-done): Set mark after running hook.
12663 Reported by Drew Adams <drew.adams@oracle.com>.
12664
12665 * info.el (Info-history, Info-toc): Fix Info headers.
12666 (Info-toc): Narrow buffer before Info-fontify-node.
12667 (Info-build-toc): Don't check for special Info file names.
12668 Set main-file to nil if Info-find-file returns a symbol.
12669
12670 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
12671
12672 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
12673 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
12674 * calendar/cal-menu.el (calendar-mode-map): Ditto.
12675
12676 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12677
12678 * calendar/cal-iso.el (calendar-iso-read-args): New function,
12679 for old interactive spec from calendar-goto-iso-date.
12680 (calendar-goto-iso-date): Use it.
12681 (calendar-goto-iso-week): New function. Suggested by Emilio
12682 C. Lopes <eclig@gmx.net>.
12683
12684 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
12685
12686 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
12687 `set-right-margin' bindings that follow the minor mode conventions.
12688
12689 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12690
12691 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
12692 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
12693 (latex-block-args-alist): Add minipage and picture.
12694 (latex-block-body-alist): Use reftex-label if enabled.
12695 (latex-insert-block): Don't insert a \n if not necessary.
12696 (tex-compile-commands): Make sure dvips doesn't send to printer.
12697 (tex-compile-default): Handle the case where no executable is found.
12698 (latex-noindent-environments): New var.
12699 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
12700 If tex-indent-allhanging is non-nil, make sure we only align for macros
12701 at beginning of line.
12702
12703 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
12704
12705 * newcomment.el (comment-beginning): Doc fix and don't choke on
12706 unset `comment-end-skip' when at beginning of comment.
12707
12708 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
12709
12710 * term.el (term-adjust-current-row-cache): Don't allow the current
12711 row to become negative.
12712 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
12713 the end of the line. Fix scroll down. Add comments.
12714 (term-handle-ansi-escape): Don't exceed terminal width when moving
12715 right.
12716 (term-scroll-region): Move the cursor after setting the scroll region.
12717
12718 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
12719
12720 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
12721 to `width' for consistency with docstring. Doc fix.
12722
12723 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
12724
12725 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
12726 This is necessary for derived modes.
12727
12728 2004-09-30 Kim F. Storm <storm@cua.dk>
12729
12730 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
12731 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
12732
12733 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
12734 kmacro-extract-lambda functions.
12735 (edit-kbd-macro): Handle kmacro lambda forms.
12736 Include counter and counter format in edit buffer.
12737 (edmacro-finish-edit): Get counter and format from edit buffer and
12738 update kmacro bindings when found.
12739
12740 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
12741
12742 * textmodes/paragraphs.el (forward-paragraph):
12743 Avoid args-out-of-range error when point winds up at the beginning of
12744 the buffer and hard newlines are enabled.
12745
12746 * newcomment.el (comment-multi-line): Doc fix.
12747
12748 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12749
12750 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
12751 (diff-fixup-modifs): Catch unified-diff file-headers.
12752
12753 2004-09-29 Kim F. Storm <storm@cua.dk>
12754
12755 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
12756 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
12757 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
12758
12759 * fringe.el (fringe-bitmap-p): New macro.
12760 (fringe-bitmaps): Add standard fringe bitmaps on load.
12761
12762 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12763
12764 * dired.el (dired-view-command-alist): Use more efficient regexps.
12765 Remove dubious arguments.
12766 (dired-align-file): New function.
12767 (dired-insert-directory): Use it.
12768 (dired-move-to-end-of-filename): Make the " -> " search more specific.
12769 (dired-buffers-for-dir): Remove unused var `pattern'.
12770
12771 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
12772
12773 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
12774 from diary display excursion. Store diary buffer's point for
12775 `simple-diary-display'.
12776 (simple-diary-display): Set window point and start when
12777 displaying buffer, to preserve point.
12778
12779 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
12780
12781 * textmodes/enriched.el (enriched-translations): Replace defconst
12782 with defvar.
12783
12784 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12785
12786 * printing.el: Doc fix.
12787 (pr-version): New version number (6.8.1).
12788 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
12789 make-temp-name.
12790 (pr-delete-file): Check if file exists before deleting it.
12791 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
12792
12793 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
12794
12795 * term.el (term-display-table): New variable.
12796 (term-mode): Use it.
12797 (term-exec-1): Set the coding system to binary.
12798 (term-emulate-terminal): Decode the string before inserting it.
12799
12800 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
12801
12802 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
12803 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
12804 (map): Bind S-prior, S-next and S-insert.
12805 (term-mode): Set `indent-tabs-mode' to nil.
12806 (term-paste): New function to be bound to S-insert.
12807 (term-send-del, term-send-backspace): Change the strings sent.
12808 (term-termcap-format): Synchronize with etc/e/eterm.ti.
12809 (term-handle-colors-array): Fix handling of underline and reverse.
12810 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
12811 (term-erase-in-line): Fix comparison.
12812 (term-emulate-terminal): Fix line wrap handling.
12813 (term-start-output-log): Rename from `term-set-output-log'.
12814 (term-stop-output-log): Rename from `term-stop-photo'.
12815 (term-switch-to-alternate-sub-buffer): Comment out, unused.
12816
12817 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12818
12819 * dired.el (dired-move-to-filename): Don't output a message if
12820 raise-error is non-nil. Fix return position and value.
12821
12822 * files.el (insert-directory): Obey --dired even with symlinks.
12823
12824 2004-09-25 Lars Hansen <larsh@math.ku.dk>
12825
12826 * ls-lisp.el (ls-lisp-format): Mark file names with property
12827 dired-filename.
12828
12829 2004-09-25 Kim F. Storm <storm@cua.dk>
12830
12831 * ido.el (ido-max-directory-size): New defcustom.
12832 (ido-decorations): Add "too big" element.
12833 (ido-directory-too-big): New dynamic var.
12834 (ido-may-cache-directory): Don't cache big directories.
12835 (ido-directory-too-big-p): New defun.
12836 (ido-set-current-directory): Update ido-directory-too-big.
12837 (ido-read-internal): Make empty ido-cur-item if too-big.
12838 (ido-buffer-internal): Use ido-read-internal directly instead of
12839 ido-read-buffer.
12840 (ido-file-internal): Init ido-directory-too-big.
12841 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
12842 and redo completion with full list.
12843 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
12844 it, and show completions.
12845 (ido-all-completions): Let bind ido-directory-too-big to nil.
12846 (ido-exhibit): Handle ido-directory-too-big.
12847 (ido-read-buffer): Handle fallback to read-buffer.
12848 Init ido-directory-too-big.
12849 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
12850 Init ido-directory-too-big.
12851
12852 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
12853
12854 * subr.el (delay-mode-hooks): Doc fix.
12855
12856 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
12857
12858 * textmodes/enriched.el
12859 (enriched-default-text-properties-local-flag): New variable.
12860 (enriched-mode): Make sure that enabling and disabling the mode is
12861 a no-op. Doc fix.
12862
12863 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
12864
12865 * calendar/holidays.el (holiday-advent): Report on a specified day
12866 offset from advent, not just advent.
12867 (holiday-easter-etc): Report on one specified day offset from
12868 easter, not all easter holidays. Various Easter holidays moved to
12869 `christian-holidays' variable in calendar.el.
12870 * calendar/calendar.el (christian-holidays): Adapt for new
12871 behavior of `holiday-advent' and `holiday-easter-etc' functions.
12872
12873 2004-09-23 Kim F. Storm <storm@cua.dk>
12874
12875 * image.el (insert-sliced-image): Add doc string.
12876
12877 * ido.el (ido-choice-list): New dynamic var for `list' context.
12878 (ido-context-switch-command): New dynamic var.
12879 (ido-define-mode-map): Generalize switch between file/buffer contexts.
12880 (ido-read-internal): Handle new `list' context.
12881 Handle insert-buffer and insert-file ido-exit values.
12882 (ido-buffer-internal): New arg switch-cmd. Use it to setup
12883 ido-context-switch-command. Handle insert-file ido-exit value.
12884 (ido-read-buffer): Set ido-context-switch-command to 'ignore
12885 unless it is already bound by caller.
12886 (ido-file-internal): New arg switch-cmd. Use it to setup
12887 ido-context-switch-command. Handle insert-buffer ido-exit value.
12888 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
12889 used for context switching.
12890 (ido-all-completions): Handle new `list' context.
12891 (ido-make-choice-list): Return choices for `list' context.
12892 (ido-find-file-in-dir, ido-display-file, ido-write-file)
12893 (ido-display-buffer, ido-kill-buffer): Disable context switching.
12894 (ido-insert-buffer, ido-insert-file): Setup context switching.
12895 (ido-exhibit): Handle `list' context.
12896 (ido-read-file-name): Disable context switching. Handle fallback.
12897 (ido-read-directory-name): Disable context switching.
12898 (ido-completing-read): New defun like completing-read. Setup and
12899 use new `list' context.
12900
12901 2004-09-20 Jesper Harder <harder@ifa.au.dk>
12902
12903 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
12904
12905 2004-09-21 Jay Belanger <belanger@truman.edu>
12906
12907 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
12908 `calc-graph-set-styles' so the gnuplot buffer will appear in a
12909 separate window.
12910
12911 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
12912
12913 * subr.el (after-change-major-mode-hook): Doc fix.
12914
12915 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12916
12917 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
12918 of ghostscript for monochrome PostScript file in Windows.
12919
12920 2004-09-21 Kenichi Handa <handa@m17n.org>
12921
12922 * descr-text.el (describe-char): Checking of quail activation fixed.
12923
12924 2004-09-21 Jay Belanger <belanger@truman.edu>
12925
12926 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
12927
12928 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
12929
12930 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
12931 after the mode hooks instead of before. Doc fix.
12932
12933 2004-09-20 Jason Rumney <jasonr@gnu.org>
12934
12935 * startup.el (command-line) [windows-nt]: Try .emacs first, then
12936 _emacs, but revert to .emacs if neither exists in home directory.
12937
12938 2004-09-20 John Paul Wallington <jpw@gnu.org>
12939
12940 * bindings.el (completion-ignored-extensions): Add .dfsl.
12941
12942 2004-09-20 Richard M. Stallman <rms@gnu.org>
12943
12944 * bindings.el (scroll-left): Make it disabled.
12945
12946 * files.el (enable-local-eval): Doc fix.
12947
12948 * indent.el (move-to-left-margin): Special case for minibuffer.
12949
12950 * term.el (term-emulate-terminal): Turn off undo for output.
12951 Use with-current-buffer and save-selected-window.
12952
12953 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
12954
12955 * progmodes/make-mode.el (makefile-fill-paragraph):
12956 Don't insist on spaces when looking for comments. # is enough.
12957
12958 * files.el (hack-local-variables): Copy the variables list
12959 to another buffer, strip prefixes and suffixes there, then read.
12960 (enable-local-eval): Doc fix.
12961 (ignored-local-variables): Initialize to nil.
12962 (risky-local-variable-p): Don't check ignored-local-variables here.
12963 (hack-one-local-variable): Ignore var if in ignored-local-variables.
12964
12965 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12966
12967 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
12968 of = to "." (punctuation).
12969
12970 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12971
12972 * subr.el (event-basic-type): Fix mask (extend to 22bits).
12973
12974 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
12975
12976 * textmodes/enriched.el (enriched-rerun-flag): New variable.
12977 (enriched-before-change-major-mode): New function.
12978 Add it to `change-major-mode-hook'.
12979 (enriched-after-change-major-mode): New function.
12980 Add it to `after-change-major-mode-hook'.
12981 (enriched-mode): Make it work correctly if called from
12982 `after-change-major-mode-hook'.
12983 No longer set `indent-line-function'.
12984
12985 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
12986
12987 * subr.el (after-change-major-mode-hook): New variable.
12988 (run-mode-hooks): Implement it.
12989
12990 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12991
12992 * battery.el (battery-linux-proc-apm): Use string-to-number.
12993 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
12994 Use dolist (and less indentation). Use erase-buffer.
12995 Pre-initialize `design-capacity', `warn', and `low'.
12996 (battery-format): Use replace-regexp-in-string.
12997
12998 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
12999
13000 * battery.el: Delete superfluous empty lines.
13001 (battery-linux-proc-acpi): Attempt to gather information from all
13002 battery subdirectories regardless of their file name.
13003 (battery-linux-proc-apm): Replace all occurrences of
13004 battery-hex-to-int-2 with string-to-int (base 16).
13005 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
13006 (battery-hex-map): Delete variable.
13007
13008 2004-09-18 John Paul Wallington <jpw@gnu.org>
13009
13010 * calc/calc-units.el (calc-quick-units): Fix overzealous
13011 s/or/unless/.
13012
13013 2004-09-17 Jay Belanger <belanger@truman.edu>
13014
13015 * calc/calc.el (calc-mode-var-list): Fix the value of
13016 `calc-matrix-brackets'.
13017
13018 2004-09-17 Romain Francoise <romain@orebokech.com>
13019
13020 * ibuf-ext.el (define-ibuffer-filter filename):
13021 Expand dired-directory since buffer-file-name is absolute.
13022
13023 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13024
13025 * ediff-init.el (ediff-current-diff-face-A)
13026 (ediff-current-diff-face-B, ediff-current-diff-face-C)
13027 (ediff-current-diff-face-Ancestor)
13028 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13029 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13030 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13031 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13032 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13033 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13034 Use min-colors.
13035
13036 * term.el (term-down): Perform vertical motion if DOWN is negative.
13037 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
13038 (term-termcap-format): Synchronize with the eterm terminfo entry
13039 in etc/e/eterm.ti.
13040 (term-handle-colors-array): If the current foreground or
13041 background are zero (i.e. unspecified), use the foreground and
13042 background of the default face for reverse video.
13043 (term-ansi-at-eval-string, term-ansi-default-fg)
13044 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
13045 (term-mem): Delete unused function.
13046 (term-protocol-version): Increment.
13047 (term-current-face): Set to default.
13048
13049 2004-09-15 Jay Belanger <belanger@truman.edu>
13050
13051 * calc/calc.el (calc-mode-var-list): Define this variable.
13052 (calc-always-load-extensions, calc-line-numbering)
13053 (calc-line-breaking, calc-display-just, calc-display-origin)
13054 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13055 (calc-group-char, calc-point-char, calc-frac-format)
13056 (calc-prefer-frac, calc-hms-format, calc-date-format)
13057 (calc-float-format, calc-full-float-format, calc-complex-format)
13058 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13059 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13060 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13061 (calc-matrix-brackets, calc-language, calc-language-option)
13062 (calc-left-label, calc-right-label, calc-word-size)
13063 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13064 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13065 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13066 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13067 (calc-window-height, calc-display-trail, calc-show-selections)
13068 (calc-use-selections, calc-assoc-selections)
13069 (calc-display-working-message, calc-auto-why, calc-timing)
13070 (calc-mode-save-mode, calc-standard-date-formats)
13071 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
13072 (calc-user-parse-tables, calc-gnuplot-default-device)
13073 (calc-gnuplot-default-output, calc-gnuplot-print-device)
13074 (calc-gnuplot-print-output, calc-gnuplot-geometry)
13075 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13076 (calc-invocation-macro, calc-show-banner): Give these values as
13077 part of `calc-mode-var-list's initialization after the variables
13078 are declared with defvar.
13079 (calc-bug-address): Change email address to send bug reports to.
13080 Change the maintainer address at the top.
13081 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
13082 than "\\.emacs" to determine if it is the user-init-file.
13083
13084 * calc/calc-embed.el (calc-embedded-set-modes): Use
13085 `calc-mode-var-list' correctly.
13086
13087 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
13088
13089 * vc.el (annotate-time): Document point handling.
13090 (vc-annotate-display-autoscale): Doc fix.
13091
13092 2004-09-15 Miles Bader <miles@gnu.org>
13093
13094 * generic.el (generic-make-keywords-list): Use symbol rather than
13095 word anchors in regexp.
13096
13097 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
13098
13099 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
13100 no file name consider `dired-directory'.
13101
13102 2004-09-14 Kim F. Storm <storm@cua.dk>
13103
13104 * faces.el (cursor): Add face-no-inherit property. Doc fix.
13105
13106 2004-09-14 Simon Josefsson <jas@extundo.com>
13107
13108 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
13109
13110 * textmodes/dns-mode.el: Add.
13111
13112 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13113
13114 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
13115 (disabled-command-function): Make the ?\ char more obvious.
13116
13117 * vc-arch.el (vc-arch-root, vc-arch-registered):
13118 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
13119
13120 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
13121
13122 * windmove.el (windmove-frame-edges): Report coordinates of
13123 outside edges of frame, not inside edges.
13124 (windmove-coordinates-of-position): Convert into wrapper to new
13125 function `windmove-coordinates-of-window-position';
13126 `compute-motion' always applies to selected window.
13127 (windmove-coordinates-of-position): Update documentation to refer
13128 to Emacs 21 Lisp Reference Manual.
13129 (windmove-find-other-window): Fix off-by-one errors for max x,y.
13130
13131 2004-09-13 Kim F. Storm <storm@cua.dk>
13132
13133 * isearch.el (isearch-resume-in-command-history): Rename from
13134 isearch-resume-enabled and change default to nil.
13135
13136 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13137
13138 * vc-hooks.el (vc-ignore-dir-regexp): New var.
13139 (vc-registered): Use it.
13140 (vc-find-root): New fun.
13141
13142 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13143 Don't tell to use \\{...} when it's already done.
13144
13145 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
13146 Provide a sample complex default.
13147 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
13148 (bibtex-entry): Use mapc.
13149
13150 2004-09-12 Kim F. Storm <storm@cua.dk>
13151
13152 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
13153
13154 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
13155 inhibit-field-text-motion to t so rectangles work in comint buffers.
13156
13157 * simple.el (choose-completion-string): Set buffer before running
13158 choose-completion-string-functions hook so it can be buffer-local.
13159
13160 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
13161
13162 * progmodes/compile.el (compilation-start): Parse command to see
13163 if it starts with a cd, and if so perform it for the *compilation*
13164 buffer. Change the header to reflect this.
13165
13166 2004-09-11 Kim F. Storm <storm@cua.dk>
13167
13168 * ido.el (ido-enable-dot-prefix): Doc fix.
13169 (ido-enable-dot-prefix): New defcustom.
13170 (ido-set-matches1): Use it.
13171
13172 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13173
13174 * textmodes/bibtex.el (bibtex-mark-active)
13175 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
13176
13177 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13178
13179 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
13180 used in a case insensitive environment.
13181 (bibtex-mode-map): Rearrange order of menus.
13182 (bibtex-quoted-string-re): Obsolete.
13183 (bibtex-complete-key-cleanup): Variable replaced by new function.
13184 (bibtex-font-lock-keywords): Use backquotes.
13185 (bibtex-font-lock-url-regexp): New internal variable.
13186 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
13187 "OPT" and "ALT".
13188 (bibtex-insert-current-kill, bibtex-make-field)
13189 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
13190 (bibtex-parse-field-text): Simplify.
13191 (bibtex-string=): New helper function.
13192 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
13193 (bibtex-map-entries): Use bibtex-string=.
13194 (bibtex-search-entry): Use not.
13195 (bibtex-enclosing-field): Fix docstring.
13196 (bibtex-assoc-regexp): Obsolete.
13197 (bibtex-format-entry): Use assoc-string and bibtex-string=.
13198 (bibtex-autokey-get-names): Handle empty name field.
13199 (bibtex-parse-strings): Use assoc-string and unless.
13200 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
13201 Use assoc-string.
13202 (bibtex-pop): Simplify.
13203 (bibtex-mode): Set font-lock-extra-managed-props.
13204 (bibtex-entry-update): Use assoc-string.
13205 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
13206 (bibtex-autofill-entry): Use bibtex-string=.
13207 (bibtex-print-help-message): Simplify.
13208 (bibtex-find-entry): New optional arg START.
13209 (bibtex-validate): Use bibtex-string= and assoc-string.
13210 Do not call obsolete function compilation-parse-errors.
13211 (bibtex-remove-delimiters): Only remove delimiters if present.
13212 (bibtex-copy-entry-as-kill): Add docstring.
13213 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
13214 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
13215 (bibtex-complete): Use bibtex-predefined-month-strings,
13216 bibtex-string=, and new function bibtex-complete-key-cleanup.
13217 (bibtex-generate-url-list): New variable.
13218 (bibtex-url): New command bound to C-c C-l and mouse-2.
13219 (bibtex-url-map): New local keymap for bibtex-url-mouse.
13220 (bibtex-font-lock-url): New function.
13221
13222 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
13223
13224 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
13225
13226 2004-09-09 Kim F. Storm <storm@cua.dk>
13227
13228 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
13229 counter and format with binding.
13230 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
13231 the declared macro uses own macro counter and format. Give symbol
13232 kmacro property.
13233 (kmacro-keymap): Bind kmacro-name-last-macro to n.
13234 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
13235 (kmacro-end-and-call-macro): Doc fix.
13236
13237 2004-09-09 Lars Hansen <larsh@math.ku.dk>
13238
13239 * desktop.el (desktop-clear-preserve-buffers):
13240 Remove make-obsolete-variable.
13241
13242 2004-09-08 Richard M. Stallman <rms@gnu.org>
13243
13244 * buff-menu.el (list-buffers-noselect): Call format-mode-line
13245 with the buffer as argument.
13246
13247 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
13248
13249 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
13250
13251 2004-09-08 Juri Linkov <juri@jurta.org>
13252
13253 * replace.el (perform-replace): Use `query-replace-descr'.
13254
13255 * cus-start.el (history-delete-duplicates): Specify customization.
13256
13257 * diff-mode.el (diff-mode-map):
13258 * progmodes/compile.el (compilation-mode-map):
13259 * progmodes/grep.el (grep-mode-map):
13260 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
13261 to `next-error-follow-minor-mode'.
13262
13263 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13264
13265 * isearch.el (isearch-lazy-highlight-update): Take into account
13266 the case of zero-length match at the search bound.
13267
13268 2004-09-08 Kim F. Storm <storm@cua.dk>
13269
13270 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
13271 change. Use zero width overlays when necessary.
13272
13273 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13274
13275 * subr.el (split-string): Docfix.
13276
13277 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13278
13279 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
13280 (display-call-tree): Ensure newline after caller/calls blocks.
13281
13282 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13283
13284 * startup.el (command-line-1): Make option
13285 --directory/-L modify `load-path' straight away.
13286
13287 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13288
13289 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
13290
13291 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13292
13293 * emacs-lisp/autoload.el (make-autoload):
13294 Handle `define-compilation-mode'.
13295
13296 * emacs-lisp/lisp-mode.el (define-compilation-mode):
13297 Specify `doc-string-elt' property.
13298
13299 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13300
13301 * bs.el (bs-mode): Doc fix.
13302
13303 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13304
13305 * info.el (Info-insert-dir): Fix temp buffer leak bug.
13306
13307 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13308
13309 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
13310
13311 2004-09-08 Kenichi Handa <handa@m17n.org>
13312
13313 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
13314 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
13315 ps-mule-next-point -> 1+).
13316
13317 * composite.el (encode-composition-rule): Add autoload cookie.
13318
13319 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
13320
13321 * format.el (buffer-auto-save-file-format): Make it permanent local.
13322
13323 2004-09-07 Kim F. Storm <storm@cua.dk>
13324
13325 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
13326 (authors-fixed-entries): Fix typo.
13327 (authors-canonical-author-name): Compact multiple spaces.
13328 Ignore trivial names (e.g. only first name).
13329
13330 * term.el (term-window-width): Only use full window width on
13331 window system if overflow-newline-into-fringe is enabled.
13332 (term-mode): Don't disable overflow-newline-into-fringe.
13333
13334 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13335
13336 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
13337 motion as seen on my Mac OS X xterms.
13338
13339 * newcomment.el (uncomment-region-default, comment-region-default):
13340 New functions extracted from uncomment-region and comment-region.
13341 (comment-region, comment-region-function, uncomment-region)
13342 (uncomment-region-function): Use them.
13343
13344 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
13345
13346 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
13347 It's not crucial but can make sense at times.
13348
13349 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
13350 the first commit.
13351
13352 * vc.el (vc-buffer-context, vc-restore-buffer-context):
13353 Disable obsolete code.
13354
13355 2004-09-07 Juri Linkov <juri@jurta.org>
13356
13357 * progmodes/grep.el (grep-highlight-matches): Change default from
13358 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
13359 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
13360 if grep option `--color' is available, or to `nil' otherwise.
13361 (grep-process-setup): Call `grep-compute-defaults' if
13362 `grep-highlight-matches' is not computed. Set env-vars only
13363 if `grep-highlight-matches' is `t'.
13364 (grep-use-null-device): Remove redundant type `boolean' (`choice'
13365 is already defined).
13366
13367 * progmodes/compile.el (compilation-start): Use copy of
13368 `process-environment' created by `copy-sequence' to not
13369 modify env-vars in the global `process-environment'.
13370
13371 2004-09-06 Eli Zaretskii <eliz@gnu.org>
13372
13373 * simple.el (next-error-follow-minor-mode): Fix last change.
13374
13375 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
13376
13377 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
13378 permanent local.
13379
13380 2004-09-04 Richard M. Stallman <rms@gnu.org>
13381
13382 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
13383 highlighting if the search string is empty.
13384
13385 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
13386
13387 * facemenu.el (facemenu-active-faces): Change condition of inner
13388 `while' loop to also check the first two elements of `face-atts'
13389 and `mask-atts'.
13390
13391 2004-09-04 John Paul Wallington <jpw@gnu.org>
13392
13393 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
13394 (thumbs-view-image-mode): Make buffer read-only.
13395
13396 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
13397
13398 * textmodes/ispell.el (ispell-really-aspell): New defvar.
13399 (ispell-check-version): Set it.
13400 (ispell-send-replacement): New function.
13401 (ispell-process-line): Call ispell-send-replacement.
13402
13403 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13404
13405 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
13406 Support choosing seconds with "s".
13407
13408 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
13409
13410 * terminal.el (te-escape): Show `?' in prompt for help key.
13411
13412 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
13413
13414 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
13415
13416 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13417
13418 * simple.el (next-error-follow-minor-mode)
13419 (next-error-follow-mode-post-command-hook): New functions.
13420 (next-error-follow-last-line): New defvar.
13421
13422 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
13423 * progmodes/compile.el (compilation-mode-map): Likewise.
13424 * progmodes/grep.el (grep-mode-map): Likewise.
13425 * replace.el (occur-mode-map): Likewise.
13426
13427 * newcomment.el (uncomment-region): Bind comment-use-global-state
13428 to nil.
13429
13430 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
13431
13432 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
13433 locally around the call to `revert-buffer'.
13434
13435 2004-09-03 Juri Linkov <juri@jurta.org>
13436
13437 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
13438 `isearch-adjusted' to `t'.
13439 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
13440 (isearch-message-prefix): Add "pending" for isearch-adjusted.
13441 (isearch-other-meta-char): Restore isearch-point unconditionally.
13442 (isearch-query-replace): Add new arg `regexp-flag' and use it.
13443 Set point to start of match if region is not active in transient
13444 mark mode (to include the current match to region boundaries).
13445 Push the search string to `query-replace-from-history-variable'.
13446 Add prompt "Query replace regexp" for isearch-regexp.
13447 Add region beginning/end as last arguments of `perform-replace.'
13448 (isearch-query-replace-regexp): Replace code by the call to
13449 `isearch-query-replace' with arg `t'.
13450
13451 2004-09-03 Richard M. Stallman <rms@gnu.org>
13452
13453 * startup.el (normal-top-level): Undo previous TERM change.
13454
13455 2004-09-03 Kim F. Storm <storm@cua.dk>
13456
13457 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
13458 highlight overlays; allow using RET when cursor is over a button.
13459 (cua--highlight-rectangle): Use it.
13460 (cua--rectangle-set-corners): Don't move backwards at eol.
13461 (cua--forward-line): Don't move into void after eob.
13462
13463 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
13464 point is set (and displayed) inside rectangle.
13465 (cua--rectangle-operation): Fix for highlight of empty lines.
13466 (cua--highlight-rectangle): Fix highlight for tabs.
13467 Position cursor at left/right edge of rectangle using new `cursor'
13468 property on overlay strings.
13469 (cua--indent-rectangle): Don't tabify.
13470 (cua-rotate-rectangle): Ignore that point has moved.
13471
13472 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13473
13474 * term/mac-win.el: Add ASCII equivalents for some function keys.
13475 (mode-line-frame-identification): Sync with x-win.el.
13476
13477 2004-09-02 Juri Linkov <juri@jurta.org>
13478
13479 * progmodes/compile.el (compilation-buffer-name): Compare major
13480 mode with second element of compilation-arguments instead of third
13481 to reflect latest changes in compilation-arguments structure.
13482 (recompile): Use global variable `compilation-directory' to get
13483 recent compilation directory only when `recompile' is invoked NOT
13484 in the compilation buffer. Otherwise, use `default-directory' of
13485 the compilation buffer.
13486 (compilation-error-properties): Allow to funcall col and end-col.
13487 (compilation-mode-font-lock-keywords): Check col and end-col by
13488 `integerp'.
13489 (compilation-goto-locus): If end-mk is non-nil in transient mark
13490 mode don't activate the mark (and don't display message in
13491 push-mark), but highlight overlay between mk and end-mk.
13492
13493 * progmodes/grep.el (grep-highlight-matches): New defcustom.
13494 (grep-regexp-alist): Add rule to highlight grep matches.
13495 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
13496
13497 * info.el (Info-fontify-node): Don't compute other-tag
13498 if Info-hide-note-references=hide.
13499
13500 * help.el (function-called-at-point):
13501 * help-fns.el (variable-at-point):
13502 Try `find-tag-default' when other methods failed.
13503
13504 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13505 Do not push mark if inhibit-mark-movement is non-nil.
13506
13507 * textmodes/ispell.el (ispell-html-skip-alists):
13508 Fix backslashes in docstring.
13509
13510 2004-09-01 Juri Linkov <juri@jurta.org>
13511
13512 * isearch.el (isearch-wrap-function)
13513 (isearch-push-state-function): New defvars.
13514 (isearch-pop-fun-state): New defsubst.
13515 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
13516 (isearch-push-state): Set the result of calling
13517 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
13518 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
13519 restore the mode-specific starting point of terminated search.
13520 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
13521 (isearch-repeat): Call `isearch-wrap-function' if defined.
13522 (isearch-message-prefix): Don't add prefix "over" to the message
13523 for wrapped search if `isearch-wrap-function' is defined.
13524 (isearch-search): Call function saved in `isearch-pop-fun-state' to
13525 restore the mode-specific starting point of failed search.
13526
13527 * info.el (Info-search-whitespace-regexp): Fix backslashes.
13528 (Info-search): Add new optional arguments for the sake of isearch.
13529 Replace whitespace in Info-search-whitespace-regexp literally.
13530 Add backward search. Don't call `Info-select-node' if regexp is
13531 found in the same Info node. Don't add node to Info-history for
13532 wrapped isearch.
13533 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
13534 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
13535 (Info-mode): Set local variables `isearch-search-fun-function',
13536 `isearch-wrap-function', `isearch-push-state-function',
13537 `search-whitespace-regexp'.
13538
13539 * isearch.el: Remove ancient Change Log section.
13540 (isearch-string, isearch-message-string, isearch-point)
13541 (isearch-success, isearch-forward-flag, isearch-other-end)
13542 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13543 (isearch-barrier, isearch-within-brackets)
13544 (isearch-case-fold-search): Add suffix `-state' to state-related
13545 defsubsts to avoid name clashes with other function names.
13546
13547 * simple.el (next-error): New defgroup and defface.
13548 (next-error-highlight, next-error-highlight-no-select):
13549 New defcustoms.
13550 (next-error-no-select): Let-bind next-error-highlight to the value
13551 of next-error-highlight-no-select before calling `next-error'.
13552
13553 * progmodes/compile.el (compilation-goto-locus):
13554 Use `next-error' face instead of `region'. Set 4-th argument of
13555 `move-overlay' to `current-buffer' to move overlay to different
13556 source buffers. Use new variable `next-error-highlight'.
13557
13558 * simple.el (next-error-find-buffer): Move the rule
13559 "if current buffer is a next-error capable buffer" after the
13560 rule "if next-error-last-buffer is set to a live buffer".
13561 Simplify to test all rules in one `or'.
13562 (next-error): Doc fix.
13563 (next-error, previous-error, first-error)
13564 (next-error-no-select, previous-error-no-select):
13565 Make arguments optional.
13566
13567 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
13568
13569 * macros.el (apply-macro-to-region-lines): Make it operate on all
13570 lines that begin in the region, rather than on all complete lines
13571 in the region.
13572
13573 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13574
13575 * x-dnd.el (x-dnd-protocol-alist): Document update.
13576 (x-dnd-known-types): Defcustom it.
13577 (x-dnd-handle-motif): Print message-atom in error message.
13578
13579 2004-08-30 John Paul Wallington <jpw@gnu.org>
13580
13581 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
13582 strings rather than programatically constructing message.
13583
13584 2004-08-30 Richard M. Stallman <rms@gnu.org>
13585
13586 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
13587 Don't return a string that would read as the wrong character code.
13588
13589 2004-08-29 Kim F. Storm <storm@cua.dk>
13590
13591 * emulation/cua-base.el (cua-auto-expand-rectangles):
13592 Remove automatic rectangle padding feature; replace by non-destructive
13593 virtual rectangle edges feature.
13594 (cua-virtual-rectangle-edges): New defcustom.
13595 (cua-auto-tabify-rectangles): New defcustom.
13596 (cua-paste): If paste into a marked rectangle, insert rectangle at
13597 current column, even if virtual; also paste exactly as many lines
13598 as has been marked (ignore additional lines or add empty lines),
13599 but paste whole source if only one line is marked.
13600 (cua--update-indications): No longer use overwrite-cursor to
13601 indicate rectangle padding
13602
13603 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
13604 (cua--rectangle-virtual-edges): New defun.
13605 (cua--rectangle-get-corners): Remove optional PAD arg.
13606 (cua--rectangle-set-corners): Never do padding.
13607 (cua--forward-line): Remove optional PAD arg. Simplify.
13608 (cua-resize-rectangle-right, cua-resize-rectangle-left)
13609 (cua-resize-rectangle-down, cua-resize-rectangle-up):
13610 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
13611 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
13612 (cua--rectangle-move): Never do padding. Simplify.
13613 (cua--tabify-start): New defun.
13614 (cua--rectangle-operation): Add tabify arg. All callers changed.
13615 (cua--pad-rectangle): Remove.
13616 (cua--delete-rectangle): Handle delete with virtual edges.
13617 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
13618 (cua--insert-rectangle): Handle insert at virtual column.
13619 Perform auto-tabify if necessary.
13620 (cua--activate-rectangle): Remove optional FORCE arg.
13621 Never do padding. Simplify.
13622 (cua--highlight-rectangle): Enhance for virtual edges.
13623 (cua-toggle-rectangle-padding): Remove command.
13624 (cua-toggle-rectangle-virtual-edges): New command.
13625 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
13626 (cua--rectangle-post-command): Don't force rectangle padding.
13627 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
13628
13629 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
13630
13631 * indent.el (edit-tab-stops-buffer): Doc fix.
13632
13633 2004-08-28 Richard M. Stallman <rms@gnu.org>
13634
13635 * progmodes/grep.el (grep-default-command): Use find-tag-default.
13636 (grep-tag-default): Function deleted.
13637
13638 * subr.el (find-tag-default): Move from etags.el.
13639
13640 * progmodes/etags.el (find-tag-default): Move to subr.el.
13641
13642 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
13643 into the basic character if it has an uppercase form.
13644
13645 2004-08-27 Kenichi Handa <handa@m17n.org>
13646
13647 * international/utf-8.el (utf-8-post-read-conversion): If the
13648 buffer is unibyte, temporarily make it multibyte.
13649
13650 2004-08-27 Masatake YAMATO <jet@gyve.org>
13651
13652 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
13653
13654 2004-08-25 John Paul Wallington <jpw@gnu.org>
13655
13656 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
13657 0, 1, and many mismatches in message.
13658 (tex-start-shell): Use `set-process-query-on-exit-flag'.
13659
13660 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
13661 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
13662
13663 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13664
13665 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
13666 vc-diff-switches differently.
13667
13668 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
13669
13670 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
13671 before and a real defvar after
13672 `speedbar-supported-extension-expressions'. This is to silence
13673 the compiler without breaking bootstrapping.
13674
13675 2004-08-22 Richard M. Stallman <rms@gnu.org>
13676
13677 * textmodes/flyspell.el (flyspell-word):
13678 Use set-process-query-on-exit-flag.
13679 (flyspell-highlight-duplicate-region): Take POSS as arg.
13680 (flyspell-word): Pass POSS as arg.
13681
13682 * progmodes/ada-xref.el: Many doc and style fixes.
13683 (ada-find-any-references): Use compilation-start.
13684 (ada-get-ali-file-name): Improve error msg.
13685 (ada-get-ada-file-name): Likewise.
13686
13687 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
13688 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
13689
13690 * mail/mail-extr.el (mail-extr-all-top-level-domains):
13691 Add forward defvar.
13692
13693 * whitespace.el (global-whitespace-mode): New alias
13694 for whitespace-global-mode.
13695
13696 * speedbar.el (speedbar-file-regexp): Move definition up.
13697 (speedbar-mode, speedbar-set-mode-line-format):
13698 Use with-no-warnings.
13699 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
13700
13701 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
13702 controls whether to display the error buffer.
13703
13704 * ps-mule.el: Delete compatibility code for old Emacsen.
13705 (ps-mule-find-wrappoint): Don't use chars-in-region.
13706
13707 * frame.el (display-mouse-p, display-selections-p):
13708 Use with-no-warnings.
13709
13710 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
13711
13712 2004-08-22 David Kastrup <dak@gnu.org>
13713
13714 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
13715 information.
13716
13717 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
13718
13719 2004-08-22 Andreas Schwab <schwab@suse.de>
13720
13721 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
13722
13723 2004-08-22 Masatake YAMATO <jet@gyve.org>
13724
13725 * cvs-status.el (cvs-status-checkout): New function.
13726 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
13727
13728 2004-08-21 David Kastrup <dak@gnu.org>
13729
13730 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
13731 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
13732 has been converted to use hashtables, the relation `nil=none' is
13733 no longer valid, as `nil' is not a hashtable. This patch tries to
13734 reduce the number of resulting errors.
13735
13736 2004-08-21 John Paul Wallington <jpw@gnu.org>
13737
13738 * subr.el (process-kill-without-query): Made obsolete in
13739 version 21.4, not 21.5.
13740
13741 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
13742 (vc-previous-comment, vc-next-comment)
13743 (vc-comment-search-reverse, vc-comment-search-forward)
13744 (vc-comment-to-change-log): Likewise.
13745
13746 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
13747
13748 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
13749
13750 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
13751 Correct indentation of DEFMETHODS with non-standard method
13752 combinations (e.g., PROGN, MIN, MAX).
13753
13754 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
13755
13756 * startup.el (normal-top-level-add-subdirs-to-load-path):
13757 Avoid unnecessarily checking system-type.
13758 (normal-top-level): Set TERM to "dumb". Simplify.
13759
13760 * avoid.el (mouse-avoidance-ignore-p): New fun.
13761 Also ignore switch-frame, select-window, double, and triple clicks.
13762 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
13763 (mouse-avoidance-fancy-hook): Use it.
13764
13765 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
13766
13767 * avoid.el (mouse-avoidance-nudge-mouse)
13768 (mouse-avoidance-banish-destination): Stay within the current window
13769 to avoid problems with mouse-autoselect-window.
13770
13771 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13772
13773 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
13774 the newer format of some messages in cvs-1.12.1.
13775
13776 2004-08-19 Masatake YAMATO <jet@gyve.org>
13777
13778 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
13779 (elp-results-jump-to-definition-by-mouse)
13780 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
13781 (elp-output-result): Use elp-output-insert-symname.
13782
13783 2004-08-18 Kenichi Handa <handa@m17n.org>
13784
13785 * language/cyrillic.el: Register koi8-r in
13786 ctext-non-standard-encodings-alist.
13787 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
13788
13789 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
13790
13791 * emacs-lisp/copyright.el (copyright-update-year): Delete code
13792 that replaces 20xy with xy.
13793
13794 2004-08-17 John Paul Wallington <jpw@gnu.org>
13795
13796 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
13797 (reb-force-update): Doc fix.
13798
13799 2004-08-16 Richard M. Stallman <rms@gnu.org>
13800
13801 * progmodes/which-func.el (which-func-update-1): Doc fix.
13802
13803 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
13804 (sh-mode-abbrev-table): New variable.
13805
13806 * progmodes/compile.el (compilation-mode): Doc fix.
13807
13808 * emacs-lisp/lisp-mode.el (eval-last-sexp):
13809 Don't cons a new symbol each time.
13810 (eval-last-sexp-fake-value): New variable.
13811
13812 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
13813 (copyright-update-year): Detect continuation of list of years.
13814
13815 * term.el (term-default-fg-color, term-default-bg-color)
13816 (ansi-term-color-vector): Use `unspecified', not nil, as default.
13817
13818 * imenu.el: Several doc fixes: don't say variables are buffer-local.
13819
13820 2004-08-16 Davis Herring <herring@lanl.gov>
13821
13822 * isearch.el (isearch-string, isearch-message-string, isearch-point)
13823 (isearch-success, isearch-forward-flag, isearch-other-end)
13824 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13825 (isearch-barrier, isearch-within-brackets)
13826 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
13827
13828 2004-08-16 Kenichi Handa <handa@m17n.org>
13829
13830 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
13831
13832 2004-08-15 Kenichi Handa <handa@m17n.org>
13833
13834 * term/x-win.el (x-selection-value): If utf8 was successful but
13835 ctext was not, use utf8 string.
13836
13837 2004-08-14 Davis Herring <herring@lanl.gov>
13838
13839 * isearch.el: Remove accidental changes of March 4. Fix backing
13840 up when a regexp isearch is made more general. Use symbolic
13841 accessor functions for isearch stack frames to make usage clearer.
13842 (search-whitespace-regexp): Made groups in documentation shy (as
13843 is the group in the default value).
13844 (isearch-fallback): New function, addresses problems with regexps
13845 liberalized by `\|', adds support for liberalization by `\}' (the
13846 general repetition construct), and incorporates behavior for
13847 `*'/`?'.
13848 (isearch-}-char): New command, calls `isearch-fallback' with
13849 arguments appropriate to a typed `}'.
13850 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
13851 appropriately.
13852 (isearch-mode-map): Bind `}' to `isearch-}-char'.
13853 (isearch-string, isearch-message,string, isearch-point)
13854 (isearch-success, isearch-forward-flag, isearch-other-end)
13855 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13856 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
13857 New inline functions to read fields of a stack frame.
13858
13859 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
13860
13861 * battery.el (battery-linux-proc-acpi): Look into battery
13862 directories matching the literal string "CMB", too (required for
13863 Linux kernel version 2.6.7).
13864
13865 2004-08-14 John Paul Wallington <jpw@gnu.org>
13866
13867 * cus-start.el (read-file-name-completion-ignore-case): Add.
13868 (blink-cursor-alist): Change version to "21.4".
13869
13870 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
13871
13872 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
13873
13874 * speedbar.el (speedbar-scan-subdirs): New option.
13875 (speedbar-file-lists): Don't ignore file-name case on Unix and use
13876 dolist.
13877 (speedbar-insert-files-at-point): Take an extra argument and use
13878 it to optionally find out if a subdir is empty. Also unreadable
13879 files don't get expand buttons.
13880 (speedbar-directory): New image (unused pixmap already existed).
13881 (speedbar-expand-image-button-alist): Use it.
13882
13883 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
13884
13885 CC Mode update to 5.30.9:
13886
13887 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
13888 Move from cc-vars to cc-defs for dependency reasons. Fix the
13889 POSIX char class test to check that it works in
13890 `skip-chars-(forward|backward)' too.
13891
13892 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13893 first argument starts with a special brace list.
13894
13895 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
13896 when `c-opt-type-concat-key' is used (i.e. in Pike).
13897
13898 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
13899 Fix bug when the inner char pair doesn't have paren syntax,
13900 i.e. "(<>)".
13901
13902 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
13903 whitespace safe.
13904
13905 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
13906 position for `arglist-intro', `arglist-cont-nonempty' and
13907 `arglist-close' when there are two arglist open parens on the same
13908 line and there's nothing in front of the first.
13909
13910 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
13911 locking of qualified names in Java, which previously could fontify
13912 common indexing expressions in many cases. The standard Java
13913 naming conventions are used to tell them apart.
13914
13915 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
13916 Fix inconsistency wrt opening parens on the first line inside a paren
13917 block.
13918
13919 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
13920 compile time for the sake of `c-major-mode-is'.
13921
13922 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
13923 `c-major-mode-is' in the event that this is used inside a
13924 `c-lang-defconst'.
13925
13926 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
13927 `c-lang-defconst' so that it works better with fallback languages.
13928
13929 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
13930 it to fail to record the base mode.
13931
13932 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13933 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
13934 is used. Reorder the syntax checks to get more efficient
13935 skipping in some situations.
13936
13937 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
13938 continuation which might precede the newly inserted '{'.
13939
13940 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13941 Fix cases where it could loop indefinitely.
13942
13943 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
13944 size specs correctly. Only fontify identifiers in front of '('
13945 with as functions - don't accept any paren char. Tighten up
13946 initializer skipping to stop before function and class blocks.
13947
13948 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13949 the point could be left directly after an open paren when finding
13950 the beginning of the first decl in the block.
13951
13952 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
13953 table when filtering out legitimate open parens to be recorded.
13954 This could cause cache inconsistencies when e.g.
13955 `c++-template-syntax-table' was temporarily in use.
13956
13957 * progmodes/cc-engine.el (c-on-identifier)
13958 (c-simple-skip-symbol-backward): Small fix for handling "-"
13959 correctly in `skip-chars-backward'. Affected the operator lfun
13960 syntax in Pike.
13961
13962 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
13963 Fix bug that could cause an error from `after-change-functions' when
13964 the changed region is at bob.
13965
13966 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
13967
13968 CC Mode update to 5.30.9:
13969
13970 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
13971 to say that <TAB> doesn't insert WS into a CPP line.
13972 (c-indent-command, c-tab-always-indent): Amend doc strings.
13973
13974 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
13975 checks for user errors, thus eliminating cryptic and unhelpful
13976 Emacs error messages. (1) Check the arg to `c-set-style' is a
13977 string. (2) Check that settings to `c-offsets-alist' are not
13978 spuriously quoted.
13979
13980 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13981 which precedes the newly inserted `{'.
13982
13983 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
13984
13985 Sync with Tramp 2.0.44.
13986
13987 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
13988 function "tramp_file_attributes". Otherwise, file names
13989 containing spaces are misinterpreted. Reported by Magnus Henoch
13990 <mange@freemail.hu>.
13991 (tramp-handle-file-truename): FILENAME must be expanded first.
13992 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
13993 obscure results. Reported by D. Goel <deego@gnufans.org>.
13994 (tramp-handle-verify-visited-file-modtime): If file does not
13995 exist, say it is not modified if and only if that agrees with the
13996 buffer's record. Check whether a file is visiting the buffer, or
13997 the buffer has no recorded last modification time. Return t in
13998 case the visiting file doesn't exist. Suggested by Luc Teirlinck
13999 <teirllm@auburn.edu>.
14000 (tramp-handle-write-region): Pass modtime explicitly to
14001 `set-visited-file-modtime', because filename can be different
14002 from (buffer-file-name) if `file-precious-flag' is set.
14003 `set-visited-file-modtime' must be called always when `visit' is t
14004 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
14005 (tramp-handle-set-visited-file-modtime): If `time-list' is not
14006 nil, don't apply the whole body. If the file doesn't exists, set
14007 modtime to '(-1 65535). Suggested by Luc Teirlinck
14008 <teirllm@auburn.edu>.
14009
14010 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
14011
14012 * help.el (describe-bindings): Doc fix.
14013
14014 * subr.el (kbd): Doc fix.
14015
14016 2004-08-08 John Paul Wallington <jpw@gnu.org>
14017
14018 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
14019 instead of `string-to-int'.
14020 (define-ibuffer-column mode): Fix indentation.
14021
14022 2004-08-08 Lars Hansen <larsh@math.ku.dk>
14023
14024 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
14025
14026 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
14027
14028 * subr.el (global-unset-key, local-unset-key): Doc fixes.
14029
14030 * novice.el (disabled-command-function): New variable renamed from
14031 `disabled-command-hook'.
14032 (disabled-command-hook): Keep the _variable_ as alias for
14033 `disabled-command-function' and make obsolete.
14034 (disabled-command-function): Function renamed from
14035 `disabled-command-hook'. Adapt code to name change of the variable.
14036
14037 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
14038
14039 * simple.el (completion-root-regexp): New defvar.
14040 (completion-setup-function): Use it instead of a literal string.
14041
14042 2004-08-07 John Paul Wallington <jpw@gnu.org>
14043
14044 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
14045 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
14046 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
14047 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
14048
14049 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14050
14051 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
14052 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
14053
14054 2004-08-04 Kenichi Handa <handa@m17n.org>
14055
14056 * international/encoded-kb.el (encoded-kbd-setup-keymap):
14057 Fix previous change.
14058
14059 2004-08-03 Kenichi Handa <handa@m17n.org>
14060
14061 * international/encoded-kb.el: The following changes are to
14062 utilize key-translation-map instead of minor mode map.
14063 (encoded-kbd-iso2022-non-ascii-map): Delete it.
14064 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
14065 (encoded-kbd-last-key): New function.
14066 (encoded-kbd-iso2022-single-shift): New function.
14067 (encoded-kbd-iso2022-designation)
14068 (encoded-kbd-self-insert-iso2022-7bit)
14069 (encoded-kbd-self-insert-iso2022-8bit)
14070 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
14071 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
14072 key-translation-map.
14073 (encoded-kbd-setup-keymap): Setup key-translation-map.
14074 (saved-key-translation-map): New variable.
14075 (encoded-kbd-mode): Save/restore key-translation-map.
14076 Adjust for the change of encoded-kbd-setup-keymap.
14077
14078 2004-08-02 Kim F. Storm <storm@cua.dk>
14079
14080 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
14081 and call compute-motion with nil for topos and width to get proper
14082 usable width and height for both window and non-window systems.
14083
14084 * windmove.el (windmove-coordinates-of-position): Let compute-motion
14085 calculate usable window width and height.
14086
14087 * window.el (window-buffer-height): Call compute-motion with nil width.
14088
14089 2004-08-01 David Kastrup <dak@gnu.org>
14090
14091 * replace.el (query-replace-read-from):
14092 Use `query-replace-compile-replacement'.
14093 (query-replace-compile-replacement): New function.
14094 (query-replace-read-to): Use `query-replace-compile-replacement'
14095 for repeating the last command.
14096
14097 2004-08-01 John Paul Wallington <jpw@gnu.org>
14098
14099 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
14100 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
14101 (pr-switches): Remove period from end of error messages.
14102
14103 * help-mode.el (help-go-back): Likewise.
14104
14105 * abbrev.el (only-global-abbrevs): Doc fix.
14106 (edit-abbrevs-map): Define within defvar.
14107 (quietly-read-abbrev-file): Doc fix.
14108
14109 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
14110
14111 * novice.el (enable-command, disable-command): Doc fixes.
14112
14113 * subr.el (event-modifiers, event-basic-type): Doc fixes.
14114
14115 2004-07-30 Richard M. Stallman <rms@gnu.org>
14116
14117 * subr.el (with-local-quit): Doc fix.
14118
14119 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
14120
14121 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
14122
14123 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
14124
14125 * custom.el (defcustom): Doc fix.
14126
14127 2004-07-28 Masatake YAMATO <jet@gyve.org>
14128
14129 * progmodes/etags.el (etags-tags-apropos): Show building progress.
14130
14131 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14132
14133 * imenu.el (imenu-prev-index-position-function)
14134 (imenu-extract-index-name-function, imenu-name-lookup-function)
14135 (imenu--index-alist): Docstring redundancy fix.
14136
14137 2004-07-25 Lars Hansen <larsh@math.ku.dk>
14138
14139 * wdired.el (wdired-finish-edit): Require dired-aux before locally
14140 binding dired-backup-overwrite.
14141
14142 2004-07-25 John Paul Wallington <jpw@gnu.org>
14143
14144 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
14145
14146 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
14147
14148 * term/tty-colors.el (tty-color-approximate): Doc fix.
14149
14150 * select.el (x-get-selection, x-set-selection): Doc fixes.
14151
14152 * frame.el (make-frame): Doc fix.
14153
14154 2004-07-24 Richard M. Stallman <rms@gnu.org>
14155
14156 * mail/rmail.el (rmail-mime-charset-pattern):
14157 Don't include semicolon in the charset value.
14158
14159 * replace.el (occur-next-error): Call set-window-point.
14160 (occur-engine): Handle negative NLINES.
14161
14162 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
14163
14164 * frame.el (modify-all-frames-parameters): Minor doc fix.
14165 (set-frame-configuration): Doc fix.
14166
14167 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14168
14169 * simple.el (completion-setup-function): Compute the common parts
14170 and the first difference place correctly when
14171 partial-completion-mode is on.
14172
14173 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14174
14175 * ps-print.el: Doc fix.
14176 (ps-print-version): New version 6.6.5.
14177 (ps-printing-region): Doc fix.
14178 (ps-generate-string-list): Comment fix.
14179 (ps-message-log-max): Code fix.
14180
14181 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
14182
14183 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
14184 generated PostScript.
14185
14186 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
14187
14188 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
14189 with Gnus v5_10 branch.)
14190
14191 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
14192
14193 * calendar/time-date.el (time-to-number-of-days): New function.
14194 Imported from from Gnus.
14195
14196 2004-07-22 Kim F. Storm <storm@cua.dk>
14197
14198 * progmodes/make-mode.el: Fix comments.
14199
14200 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14201
14202 * printing.el: Doc fix.
14203
14204 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
14205
14206 * frame.el (modify-all-frames-parameters): Minor doc fix.
14207
14208 2004-07-20 Richard M. Stallman <rms@gnu.org>
14209
14210 * textmodes/fill.el (fill-nobreak-p): If this break point is
14211 at the end of the line, don't consider the newline which follows
14212 as a reason to return t.
14213
14214 2004-07-19 John Paul Wallington <jpw@gnu.org>
14215
14216 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
14217
14218 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
14219
14220 * dired-aux.el (dired-do-kill-lines): Expand docstring.
14221 Delete irrelevant code.
14222
14223 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
14224
14225 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14226 New docstring. From Luc Teirlinck.
14227
14228 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
14229
14230 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
14231 section.
14232 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
14233 non-file buffers. We know it is nil.
14234
14235 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
14236
14237 Sync with Tramp 2.0.43.
14238
14239 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14240 Remove outdated comment.
14241 (tramp-locked, tramp-locker): New variables for implementing a
14242 global lock.
14243 (tramp-sh-file-name-handler): Use them to implement the global lock.
14244
14245 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
14246
14247 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
14248 calls to respective `xxx` calls.
14249 (tramp-process-alive-regexp): Precise doc string.
14250 (tramp-multi-action-process-alive): New defun.
14251 (tramp-multi-actions): Use it.
14252 (tramp-handle-find-backup-file-name): `copy-tree' is available
14253 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
14254 in order to avoid this function.
14255 (tramp-handle-write-region): Set current buffer. If connection
14256 wasn't open, `file-modes' has changed it accidentally. Reported by
14257 David Kastrup <dak@gnu.org>.
14258 (tramp-enter-password, tramp-read-passwd): New arguments USER and
14259 HOST.
14260 (tramp-action-password, tramp-multi-action-password): Apply it.
14261 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
14262 name must still contain the port number. Otherwise, we have two
14263 Tramp buffers, with all the confusion. Reported by Myron Selby
14264 <myron@xytech.com> and Rolf Dubitzky
14265 <Dubitzky@physi.uni-heidelberg.de>.
14266
14267 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
14268 HOST to `tramp-enter-passwd'.
14269
14270 * net/tramp-vc.el (all): Code cleanup. Change all
14271 `tramp-handle-xxx' calls to respective `xxx` calls.
14272
14273 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
14274
14275 * emacs-lisp/testcover.el: New category "potentially-1valued" for
14276 functions that are not erroneous if either 1-valued or
14277 multi-valued. Detect functions in this class.
14278 (testcover-1value-functions, testcover-compose-functions)
14279 (testcover-progn-functions) Add some additional functions to lists.
14280 (testcover-mark): Bugfix when marking up the definition for an
14281 empty function.
14282
14283 2004-07-17 Richard M. Stallman <rms@gnu.org>
14284
14285 * replace.el (occur-read-primary-args): Pass default to
14286 read-from-minibuffer.
14287
14288 * mail/footnote.el (footnote-section-tag): Use defcustom.
14289
14290 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
14291 Compile font-lock-keywords, not KEYWORDS.
14292 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
14293 Add warn, check-type. Handle cerror like error.
14294
14295 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
14296
14297 * progmodes/which-func.el (which-func-keymap): New var.
14298 (which-func-face): New face.
14299 (which-func-format): Use them.
14300
14301 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14302
14303 * buff-menu.el (list-buffers-noselect): Append the buffer's
14304 process status to its mode name.
14305
14306 2004-07-16 Kim F. Storm <storm@cua.dk>
14307
14308 * simple.el (inhibit-mark-movement): New defvar.
14309 (beginning-of-buffer, end-of-buffer): Do not push mark if
14310 inhibit-mark-movement is non-nil or C-u prefix is given.
14311
14312 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
14313 Init to beginning-of-buffer and end-of-buffer.
14314 (cua--undo-push-mark): New defvar.
14315 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
14316 already active and command is in cua--preserve-mark-commands.
14317 Also fix check for shift modifier on non-window systems.
14318 (cua--post-command-handler): Clear inhibit-mark-movement if set.
14319
14320 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
14321
14322 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
14323 of two integers, instead of a cons.
14324
14325 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14326 `visited-file-modtime' now returns a list of two integers, instead
14327 of a cons.
14328
14329 * dired.el (dired-directory-changed-p): Ditto.
14330
14331 * progmodes/grep.el (grep): Doc fix.
14332
14333 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
14334
14335 * autorevert.el (auto-revert-tail-mode)
14336 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
14337 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
14338 in both at the same time.
14339 (auto-revert-tail-mode): New command.
14340 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
14341 (auto-revert-handler): Revert only either tail or whole file.
14342
14343 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
14344 add auto-revert-tail-mode.
14345
14346 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14347
14348 * printing.el: Doc fix. Change name of some funs.
14349 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
14350 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
14351 (pr-standard-file-name): New fun. Replace pr-standard-path.
14352 (pr-call-process): Code fix.
14353
14354 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
14355
14356 * subr.el (with-selected-window): Doc fix.
14357
14358 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
14359
14360 * subr.el (get-buffer-window-list): Doc fix.
14361
14362 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
14363
14364 * files.el (switch-to-buffer-other-window): Doc fix.
14365
14366 * window.el (save-selected-window, one-window-p)
14367 (split-window-keep-point, split-window-vertically)
14368 (split-window-horizontally): Doc fixes.
14369
14370 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14371
14372 * printing.el: Doc fix. Now it uses call-process instead of
14373 shell-command for low command execution.
14374 (pr-version): New version number (6.8).
14375 (pr-shell-file-name): Option removed.
14376 (pr-shell-command): Fun removed.
14377 (pr-call-process): New fun. Replace pr-shell-command.
14378 (pr-standard-path, pr-remove-nil-from-list): New funs.
14379 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
14380 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
14381 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
14382 (pr-ps-utility-process, pr-txt-print): Code fix.
14383
14384 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14385
14386 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
14387 boolean.
14388
14389 2004-07-09 Lars Hansen <larsh@math.ku.dk>
14390
14391 * wid-edit.el (widget-field-buffer): Doc fix.
14392
14393 2004-07-09 John Paul Wallington <jpw@gnu.org>
14394
14395 * emacs-lisp/re-builder.el (reb-update-overlays):
14396 Distinguish between one and several matches in message.
14397
14398 2004-07-09 Richard M. Stallman <rms@gnu.org>
14399
14400 * mouse.el (mouse-set-region-1): If transient-mark-mode
14401 is `identity', change it to `only'.
14402
14403 * simple.el (current-word): Doc fix.
14404
14405 2004-07-09 Mark A. Hershberger <mah@everybody.org>
14406
14407 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
14408 so that it is more understanding of whitespace.
14409
14410 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
14411 (("ns" . "element") (attr-list) children) instead of
14412 ((:ns . "element") (attr-list) children) in order to reduce the
14413 number of symbols used.
14414 (xml-skip-dtd): Change to use xml-parse-dtd but set
14415 xml-validating-parsing to nil.
14416 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
14417 (xml-substitute-entity): Remove in favor of new entity substitution.
14418 (xml-substitute-special): Rewrite in to substitute complex
14419 entities from DOCTYPE declarations.
14420 (xml-parse-fragment): Parse fragments from entity declarations.
14421 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
14422 (xml-parse-dtd, xml-substitute-special): Make validity checks
14423 conditioned on xml-validating-parser. Add "Not Well Formed" to
14424 error messages about well-formedness.
14425
14426 2004-07-08 Steven Tamm <steventamm@mac.com>
14427
14428 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
14429 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
14430 Do not treat double clicks and triple clicks specially in the
14431 scroll bar (preventing strange repositioning problems)
14432
14433 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
14434
14435 * replace.el (query-replace-regexp-eval): Fix last change.
14436
14437 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14438
14439 * replace.el (query-replace-descr): New fun.
14440 (query-replace-read-from, query-replace-read-args): Default to the
14441 previous from&to.
14442 (query-replace-read-to): Quote the `from' string when displaying it.
14443 (query-replace-regexp-eval): Immediately check read-only status.
14444 Use query-replace-read-from to get the \n checking.
14445 Quote the `from' string when displaying it.
14446 (map-query-replace-regexp, occur-read-primary-args):
14447 Quote the `from' string when displaying it.
14448
14449 * isearch.el (isearch-query-replace): Pass the regexp-ness and
14450 delimited-ness of the search to query-replace.
14451
14452 * replace.el (query-replace-read-from, query-replace-read-to):
14453 New funs extracted from query-replace-read-args.
14454 (query-replace-read-args): Use them.
14455
14456 * replace.el (query-replace-interactive, query-replace-read-args):
14457 Remove the `initial' special value.
14458 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
14459 (occur-engine): Remove unused var `matchend'.
14460
14461 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
14462 Use the search string without prompting.
14463
14464 2004-07-05 Kenichi Handa <handa@m17n.org>
14465
14466 * international/mule.el (decode-coding-inserted-region):
14467 Set last-coding-system-used only when coding is nil.
14468
14469 2004-07-03 Eli Zaretskii <eliz@gnu.org>
14470
14471 * progmodes/grep.el (grep-compute-defaults, grep-command)
14472 (grep-program, find-program, grep-find-use-xargs, grep-history)
14473 (grep-find-history, grep-tag-default, grep-find-command)
14474 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
14475 Add autoload cookies, for unbundled packages that load `compile'
14476 and expect all grep-related symbols to become defined.
14477
14478 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
14479
14480 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
14481 (iimage-mode-image-search-path): New user option to search the
14482 image file.
14483 (iimage-locate-file): New function. Emacs21.3 or earlier does not
14484 have locate-file.
14485 (iimage-mode-buffer): Use it.
14486
14487 2004-07-03 Nick Roberts <nickrob@gnu.org>
14488
14489 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
14490 carefully.
14491 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
14492
14493 2004-07-03 Juri Linkov <juri@jurta.org>
14494
14495 * replace.el (query-replace-read-args): Swallow space after 'foo,
14496 not after (quote foo). Match space only immediately after symbol,
14497 not anywhere in the whole string.
14498
14499 2004-07-02 Richard M. Stallman <rms@gnu.org>
14500
14501 * replace.el (query-replace-read-args): Swallow space after
14502 symbols, not after closeparens. But avoid error if string ends there.
14503
14504 * progmodes/python.el (python-beginning-of-statement):
14505 Exit the loop if backward-up-list gets error.
14506
14507 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
14508
14509 2004-07-02 Andre Spiegel <spiegel@gnu.org>
14510
14511 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
14512 only if vc-consult-headers is non-nil.
14513
14514 2004-07-02 Juri Linkov <juri@jurta.org>
14515
14516 * pcvs.el (cvs-mode-diff-repository): New command.
14517
14518 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
14519
14520 2004-07-01 Juri Linkov <juri@jurta.org>
14521
14522 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
14523 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
14524 C-M-% to isearch-query-replace-regexp.
14525 (minibuffer-local-isearch-map): Add arrow key bindings.
14526 Bind C-f to isearch-yank-char-in-minibuffer.
14527 (isearch-forward): Doc fix.
14528 (isearch-edit-string): Doc fix.
14529 (isearch-query-replace, isearch-query-replace-regexp): New funs.
14530 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
14531 (isearch-yank-char): Add optional arg.
14532 (isearch-yank-char-in-minibuffer): New fun.
14533
14534 * replace.el (query-replace-interactive): Change type from boolean
14535 to choice. Add value `initial'.
14536 (query-replace-read-args): Handle value `initial' of
14537 query-replace-interactive.
14538
14539 2004-06-29 Kim F. Storm <storm@cua.dk>
14540
14541 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
14542 (breakpoint-disabled-bitmap-face): Add :group 'gud.
14543
14544 * progmodes/ada-xref.el (ada-tight-gvd-integration):
14545 Add :group 'ada.
14546
14547 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
14548
14549 2004-06-29 Juri Linkov <juri@jurta.org>
14550
14551 * replace.el (query-replace-read-args): Swallow a space after
14552 everything except )]" which in most cases means after a symbol.
14553
14554 * emacs-lisp/pp.el (pp-buffer): Add autoload.
14555
14556 2004-06-28 Richard M. Stallman <rms@gnu.org>
14557
14558 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
14559 More changes to go with previous change in font-lock.el.
14560
14561 2004-06-26 David Kastrup <dak@gnu.org>
14562
14563 * replace.el (perform-replace): Highlight the match even in
14564 non-query mode if there is potential replace string editing.
14565
14566 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
14567
14568 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
14569 agree with new return value of `file-remote-p'.
14570 This syncs with Tramp 2.0.42.
14571
14572 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
14573 according to new documentation of `file-remote-p'.
14574
14575 * files.el (file-remote-p): Fix doc to say that return value is
14576 identification of remote system, if not nil.
14577 (file-relative-name): Use new return value of `file-remote-p'.
14578
14579 2004-06-26 Nick Roberts <nickrob@gnu.org>
14580
14581 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
14582 (gdb-goto-breakpoint): Fix breakage.
14583
14584 2004-06-26 Eli Zaretskii <eliz@gnu.org>
14585
14586 * man.el (Man-getpage-in-background): Add windows-nt to the list
14587 of systems where shell-file-name should be used instead of
14588 literal "sh".
14589
14590 2004-06-25 Sam Steingold <sds@gnu.org>
14591
14592 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
14593 function names `(setf symbol)'.
14594
14595 2004-06-24 Richard M. Stallman <rms@gnu.org>
14596
14597 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
14598
14599 * font-lock.el (font-lock-keywords): Change format of compiled values.
14600 Document it.
14601 (font-lock-add-keywords): If font-lock-keywords is compiled,
14602 extract the uncompiled version, modify, then recompile.
14603 (font-lock-remove-keywords): Likewise.
14604 (font-lock-fontify-keywords-region): Handle changed format.
14605 (font-lock-compile-keywords): Handle changed format.
14606 (font-lock-set-defaults): Compile the keywords explicitly here.
14607
14608 2004-06-24 David Kastrup <dak@gnu.org>
14609
14610 * replace.el (query-replace-read-args): Implement `\,' and `\#'
14611 replacements here.
14612 (query-replace-regexp): Doc string explaining this and the new
14613 `\?' replacement. Remove `\,' and `\#' implementation here, as it
14614 is better placed in `query-replace-read-args'.
14615 (replace-regexp): Explain `\,', `\#' and `\?'.
14616 (replace-match-data): New function for thorough reuse/destruction
14617 of old match-data.
14618 (replace-match-maybe-edit): Function for implementing `\?' editing.
14619 (perform-replace): Fix maintaining of the match stack including
14620 already matched regions, implement `\?', fix various problems
14621 with regions while editing and other stuff.
14622 (replace-highlight): Simplify.
14623
14624 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
14625
14626 * progmodes/grep.el (grep-error-screen-columns): New variable.
14627 (grep-regexp-alist): Give it the full functionality of gnu style
14628 compilation messages with line and column ranges. Ask me for the
14629 perl script I'm working on, that uses these.
14630
14631 2004-06-23 Nick Roberts <nickrob@gnu.org>
14632
14633 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
14634 Remove.
14635 (comint-insert-input, comint-mouse-insert-input): New functions
14636 based on comint-insert-clicked-input for two bindings but just
14637 one functionality.
14638
14639 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
14640
14641 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
14642
14643 2004-06-23 Lars Hansen <larsh@math.ku.dk>
14644
14645 * files.el (write-contents-functions): Doc fix.
14646
14647 2004-06-21 Juanma Barranquero <lektu@terra.es>
14648
14649 * image.el (image-library-alist): Rewrite docstring in active voice.
14650
14651 2004-06-20 Richard M. Stallman <rms@gnu.org>
14652
14653 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
14654
14655 * isearch.el (isearch-repeat): Avoid testing old match data.
14656 (isearch-message): Display trailing space in special font
14657 when search is failing.
14658 (isearch-search-fun-function): Doc fix.
14659
14660 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
14661
14662 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
14663
14664 * frame.el (show-trailing-whitespace): Doc fix.
14665
14666 * cus-edit.el (custom-variable-documentation): New function.
14667 (custom-variable): Use it.
14668
14669 2004-06-19 Nick Roberts <nickrob@gnu.org>
14670
14671 * man.el (Man-getpage-in-background): Revert previous change but
14672 make cygwin a special case.
14673
14674 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
14675
14676 * autorevert.el (global-auto-revert-non-file-buffers):
14677 Update docstring.
14678
14679 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
14680
14681 * progmodes/compile.el (compilation-error-properties): Store one
14682 more than end-col, if present, so that transient-mark-mode will
14683 highlight last char too.
14684 * progmodes/grep.el (grep-regexp-alist): Match columns and column
14685 ranges, if present.
14686
14687 2004-06-18 Jason Rumney <jasonr@gnu.org>
14688
14689 * makefile.w32-in: Double percent signs in for loops.
14690
14691 2004-06-17 David Kastrup <dak@gnu.org>
14692
14693 * replace.el (query-replace-read-args): Only warn about use of \n
14694 and \t when we are doing a regexp replacement and the actual
14695 escaped character is n or t.
14696 (query-replace-regexp): Add \, and \# interpretation to
14697 interactive call and document it.
14698 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
14699 as shortkey for replace-count.
14700 (replace-quote): New function for doubling backslashes.
14701
14702 2004-06-17 Juanma Barranquero <lektu@terra.es>
14703
14704 * files.el (parse-colon-path, cd): Mention in docstring that the
14705 path separator is colon in GNU-like systems.
14706
14707 * newcomment.el (comment-region-internal): Fix docstring.
14708
14709 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
14710 (ewoc-invalidate, ewoc-collect): Doc fixes.
14711 (ewoc--create-node, ewoc--delete-node-internal):
14712 Fix typos in docstring.
14713
14714 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14715
14716 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
14717 manual to docstring.
14718
14719 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14720
14721 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
14722
14723 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14724
14725 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14726 Add hyperlink to emacs-xtra manual to docstring.
14727
14728 * autorevert.el (global-auto-revert-non-file-buffers):
14729 Add hyperlink to emacs-xtra manual to docstring, as well as an
14730 info-link.
14731
14732 2004-06-14 Juanma Barranquero <lektu@terra.es>
14733
14734 * image.el (image-library-alist): New variable to map image types
14735 to external libraries. Initialized to nil, unless system-specific
14736 configs change it.
14737 (image-type-available-p): Determine whether an image type is
14738 available by calling `init-image-library'.
14739
14740 * term/w32-win.el (image-library-alist): Initialize to a known set
14741 of probable library names.
14742
14743 2004-06-14 Kenichi Handa <handa@m17n.org>
14744
14745 * international/code-pages.el (windows-1256, cp1125): Fix tables
14746 for several characters.
14747
14748 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
14749
14750 2004-06-13 Richard M. Stallman <rms@gnu.org>
14751
14752 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
14753
14754 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
14755 not "`pc-selection-mode'".
14756
14757 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
14758
14759 * simple.el (previous-matching-history-element): Specify a default.
14760
14761 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
14762
14763 * cus-face.el (custom-declare-face): Simplify code.
14764
14765 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
14766
14767 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
14768
14769 * files.el (before-save-hook): Add `time-stamp' to the options.
14770
14771 * time-stamp.el (time-stamp): Recommend adding it to
14772 `before-save-hook', rather than `write-file-functions'.
14773 Make a similar change in `Commentary' section.
14774
14775 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
14776
14777 * diff-mode.el (diff-current-defun): If at start of hunk, use
14778 position of first change.
14779
14780 2004-06-13 Lars Hansen <larsh@math.ku.dk>
14781
14782 * dired-x.el (dired-mark-omitted): Bind to "*O".
14783
14784 2004-06-12 Karl Fogel <kfogel@red-bean.com>
14785
14786 * bookmark.el (bookmark-bmenu-relocate): New function, as
14787 suggested by David J. Biesack <David.Biesack@sas.com>.
14788 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
14789 (bookmark-bmenu-mode): Describe binding in doc string.
14790 (bookmark-set-filename): Save the bookmark list if it's time.
14791
14792 2004-06-13 Kenichi Handa <handa@m17n.org>
14793
14794 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
14795 (ccl-untranslated-to-ucs): Fix typo.
14796
14797 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14798
14799 * progmodes/python.el (python-open-block-statement-p):
14800 Fix indentation after a block opening that contains a comment.
14801
14802 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
14803
14804 * bindings.el (completion-ignored-extensions): Add file extensions
14805 of Python byte-compiled files.
14806
14807 2004-06-12 Juri Linkov <juri@jurta.org>
14808
14809 * info.el (Info-goto-node): Add autoload.
14810 (Info-toc): Add substring-no-properties on Info file name.
14811 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
14812 (Info-mode-map): Bind L to Info-history, T to Info-toc.
14813
14814 2004-06-12 Kenichi Handa <handa@m17n.org>
14815
14816 * international/mule-cmds.el (set-language-environment):
14817 Load subst tables if necessary.
14818
14819 * international/mule.el (decode-char): Load subst tables if necessary.
14820 (encode-char): Likewise.
14821
14822 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
14823 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
14824 (utf-16le-decode-loop): Set r5 to -1 before loop.
14825 (utf-16be-decode-loop): Likewise.
14826 (ccl-decode-mule-utf-16le): Add EOF processing block.
14827 (ccl-decode-mule-utf-16be): Likewise.
14828 (ccl-decode-mule-utf-16le-with-signature): Likewise.
14829 (ccl-decode-mule-utf-16be-with-signature): Likewise.
14830 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
14831 (ccl-mule-utf-16-encode-untrans): New CCL.
14832 (utf-16-decode-to-ucs): Handle pre-read character.
14833 (utf-16le-encode-loop): Handle surrogate pair.
14834 (utf-16be-encode-loop): Likewise.
14835 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
14836 of utf-16le-encode-loop.
14837 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
14838 of utf-16be-encode-loop.
14839 (mule-utf-16-post-read-conversion):
14840 Call utf-8-post-read-conversion at first.
14841 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
14842 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
14843 Add post-read-conversion and pre-write-conversion.
14844
14845 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
14846 (utf-translate-cjk-unicode-range): New variable.
14847 (utf-translate-cjk-load-tables): New function.
14848 (utf-lookup-subst-table-for-decode): New function.
14849 (utf-lookup-subst-table-for-encode): New function.
14850 (utf-translate-cjk-mode): Init-value changed to t. Don't load
14851 tables here. Update safe-charsets of utf-* coding systems.
14852 (ccl-mule-utf-untrans): New CCL.
14853 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
14854 at end of each branch.
14855 (ccl-mule-utf-8-encode-untrans): New CCL.
14856 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
14857 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
14858 length of encoding. Don't return r0.
14859 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
14860 (utf-8-post-read-conversion): Narrow to region properly.
14861 If utf-translate-cjk-mode is on, load tables if necessary.
14862 Call utf-8-compose with hash-table arg if necessary.
14863 Call XXX-compose-region instead of XXX-post-read-conversion.
14864 (utf-8-pre-write-conversion): New function.
14865 (mule-utf-8): Include CJK charsets in safe-charsets if
14866 utf-translate-cjk-mode is on. Add pre-write-conversion.
14867
14868 * international/characters.el: Temporarily set
14869 utf-translate-cjk-mode to nil.
14870
14871 * language/devan-util.el (devanagari-compose-region):
14872 Add autoload cookie.
14873
14874 * international/ccl.el (ccl-dump-call): Fix printing the
14875 subroutine name.
14876
14877 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
14878
14879 * dired.el (dired-revert): If buffer is marked unmodified before
14880 reverting, keep it marked unmodified.
14881 Adapt to new conventions for commenting out code.
14882 (dired-make-relative): Adapt to new conventions for commenting out code.
14883
14884 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
14885
14886 * eshell/esh-module.el (eshell-load-defgroups):
14887 Bind `vc-handled-backends' to nil when opening files.
14888
14889 2004-06-11 Juanma Barranquero <lektu@terra.es>
14890
14891 * files.el (parse-colon-path, cd): Doc fixes (refer to
14892 `path-separator', not colon).
14893
14894 2004-06-10 Juanma Barranquero <lektu@terra.es>
14895
14896 * newcomment.el (comment-search-forward)
14897 (comment-search-backward): Fix typos in docstring.
14898 (comment-region): Doc fix.
14899
14900 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
14901
14902 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
14903 switch is no longer stored in `dired-switches-alist'.
14904
14905 * dired-aux.el (dired-insert-subdir): Do not store R switch in
14906 `dired-switches-alist'.
14907
14908 2004-06-10 Kim F. Storm <storm@cua.dk>
14909
14910 * pcvs.el (cvs-mode-diff-yesterday): New command.
14911
14912 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
14913
14914 2004-06-10 Juri Linkov <juri@jurta.org>
14915
14916 * emacs-lisp/edebug.el (edebug-eval-defun):
14917 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
14918 Fix docstring.
14919
14920 * simple.el (eval-expression-print-format): Don't print additional
14921 information on the first call to `eval-print-last-sexp'.
14922 (next-error-find-buffer): Fix punctuation.
14923 (killing) <defgroup>: Fix punctuation.
14924 (yank-excluded-properties): Change group from editing to killing.
14925
14926 * replace.el (perform-replace): Use `limit' to terminate the
14927 while-loop explicitly.
14928
14929 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14930
14931 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
14932 Use lc-*.xpm as prefix instead of *-locol.xpm.
14933
14934 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
14935 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
14936 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
14937 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
14938 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
14939 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
14940 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
14941 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
14942 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
14943 * toolbar/lc-up_arrow.xpm:
14944 Rename from *-locol.xpm.
14945
14946 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
14947
14948 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
14949 include forms like &<str>; as valid url patterns.
14950
14951 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
14952
14953 * dired.el (dired-diff, dired-backup-diff)
14954 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
14955 (dired-do-chown, dired-do-touch, dired-do-print)
14956 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
14957 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
14958 (dired-create-directory, dired-do-copy, dired-do-symlink)
14959 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
14960 (dired-do-copy-regexp, dired-do-hardlink-regexp)
14961 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
14962 (dired-maybe-insert-subdir, dired-next-subdir)
14963 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
14964 (dired-kill-subdir, dired-tree-up, dired-tree-down)
14965 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
14966 (dired-run-shell-command, dired-query): Remove redundant,
14967 or incorrect, autoloads.
14968
14969 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
14970 does not end in a slash. Add optional argument KILL-ROOT.
14971 Update docstring.
14972 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
14973 (dired-query): Add autoloads.
14974
14975 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
14976
14977 * progmodes/compile.el (compilation-set-window-height):
14978 Rearrange the save-* functions because a buffer can have several current
14979 point in different windows.
14980 (compilation-error-regexp-alist-alist): Recognize {standard input}
14981 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
14982
14983 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14984
14985 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
14986 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
14987 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
14988 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
14989 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
14990 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
14991 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
14992 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
14993 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
14994 * toolbar/up_arrow-locol.xpm:
14995 New versions of icons that uses fewer colors.
14996
14997 * toolbar/tool-bar.el (tool-bar-local-item)
14998 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
14999 if display-color-cells is 256 or less.
15000
15001 2004-06-08 Kim F. Storm <storm@cua.dk>
15002
15003 * wid-edit.el (widget-specify-button): Use hand pointer rather
15004 than mouse-face as visible mouse-over effect.
15005
15006 2004-06-07 Karl Fogel <kfogel@red-bean.com>
15007
15008 * saveplace.el (save-place-alist-to-file): Bind `print-length'
15009 and `print-level' to nil when writing out `save-place-alist'.
15010 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
15011
15012 2004-06-07 Juanma Barranquero <lektu@terra.es>
15013
15014 * completion.el (completion-kill-region): Doc fix.
15015
15016 * format.el (format-insert-annotations)
15017 (format-annotate-location): Doc fixes.
15018 (format-subtract-regions): Make arguments match their use in docstring.
15019
15020 * simple.el (kill-region): Doc fix.
15021
15022 * subr.el (insert-buffer-substring-no-properties)
15023 (insert-buffer-substring-as-yank): Doc fixes.
15024
15025 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
15026
15027 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15028 Update docstring.
15029 (dired-reset-subdir-switches): New function.
15030
15031 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
15032 Limit scope of `buffer-read-only' binding.
15033
15034 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
15035
15036 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
15037 eshell-explicit-command-char.
15038
15039 2004-06-06 Juanma Barranquero <lektu@terra.es>
15040
15041 * help-fns.el (help-argument-name): Inherit from italic face only
15042 if the frame supports it.
15043
15044 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15045
15046 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
15047 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
15048 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
15049 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
15050 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
15051 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
15052 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
15053 New conversions from xpm files.
15054
15055 * toolbar/README: New file.
15056
15057 2004-06-06 Richard M. Stallman <rms@gnu.org>
15058
15059 * isearch.el (isearch-mode-map): Undo previous change.
15060
15061 2004-06-05 Juri Linkov <juri@jurta.org>
15062
15063 * bindings.el (debug-ignored-errors): Add regexps for history
15064 related messages. Remove $ from "No further undo information".
15065 Move Ediff's messages to ediff.el.
15066
15067 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
15068
15069 * cus-edit.el (custom-display): Add `min-colors'.
15070
15071 * custom.el (defface): Add `supports' to docstring.
15072
15073 * help-fns.el (help-argument-name): Add :group 'help.
15074
15075 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
15076
15077 * find-dired.el (find-ls-subdir-switches): New user option.
15078 (find-dired): No longer call `abbreviate-file-name' on DIR.
15079 Set `dired-subdir-switches' buffer-locally.
15080
15081 * locate.el: Merge the two `Commentary' sections.
15082 (locate-ls-subdir-switches): New user option.
15083 (locate): Update for other changes.
15084 (locate-mode-map): Restore Dired binding for mouse-2.
15085 Bind `locate-mouse-view-file' to M-mouse-2.
15086 Bind `l' to `locate-do-redisplay'.
15087 (locate-main-listing-line-p, locate-do-redisplay): New functions.
15088 (locate-mouse-view-file, locate-tags, locate-find-directory):
15089 Print message if used outside main listing.
15090 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
15091 Various changes to support inserted subdirectories.
15092 (locate-insert-header): Change header of *Locate* buffer.
15093
15094 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15095 Change interactive default switches.
15096 (dired-rename-subdir-2): Update `dired-switches-alist'.
15097 (dired-insert-subdir, dired-kill-subdir):
15098 Handle `dired-switches-alist'. Do not mark buffer modified.
15099 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
15100 (dired-insert-subdir-doinsert): Omit messages.
15101 Handle `dired-subdir-switches'.
15102 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
15103
15104 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
15105 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
15106 subdirs if -R switch is used for a subdir.
15107 (dired-mode): Set `dired-switches-alist'.
15108 (dired-build-subdir-alist): Only print number of directories in
15109 echo area when invoked interactively.
15110
15111 2004-06-05 Lars Hansen <larsh@math.ku.dk>
15112
15113 * dired-x.el (dired-omit-mode): Rename from
15114 dired-omit-files-p. Use define-minor-mode to define it.
15115 (dired-omit-files-p): Add as alias for dired-omit-mode.
15116 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
15117 dired-mark-omitted.
15118 (dired-mark-omitted): Add. Bind to M-O.
15119
15120 2004-06-05 Kenichi Handa <handa@m17n.org>
15121
15122 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
15123
15124 2004-06-05 Juanma Barranquero <lektu@terra.es>
15125
15126 * help-fns.el (help-argument-name): Reintroduce face.
15127 (help-default-arg-highlight): Use it, now that
15128 `face-differs-from-default-p' can be trusted.
15129
15130 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15131
15132 * textmodes/table.el: Sentence commands added to Point Motion
15133 group; kill and backward-kill commands added to Extraction group.
15134
15135 2004-06-04 Mario Lang <mlang@delysid.org>
15136
15137 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
15138 systems appear to use mW, make the code handle this. Fix a
15139 division-by-zero bug while at it, and handle kernels with
15140 a slightly different layout in /proc/acpi.
15141
15142 2004-06-04 Karl Fogel <kfogel@red-bean.com>
15143
15144 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
15145 because the latter is a CL-ism. This fixes the bug reported by
15146 Shawn Boyette <mdxi@collapsar.net> in
15147 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
15148
15149 2004-06-04 Miles Bader <miles@gnu.org>
15150
15151 * faces.el (display-supports-face-attributes-p): Function moved to
15152 C code. Previously only the tty-related portion of this function
15153 was done in C; however the previous attempt to do a halfway-proper
15154 job for non-tty displays in lisp didn't work properly because of
15155 funny conditions during Emacs startup.
15156 (face-differs-from-default-p): Simplify, now that
15157 display-supports-face-attributes-p works properly on all display
15158 types. Remove :stipple from comparison; it doesn't really work
15159 in emacs anyway.
15160
15161 2004-06-04 Miles Bader <miles@gnu.org>
15162
15163 * faces.el (face-differs-from-default-p): Use a different
15164 implementation, so we can really check whether FACE displays
15165 differently or not.
15166
15167 2004-06-04 Miles Bader <miles@gnu.org>
15168
15169 * faces.el (display-supports-face-attributes-p): Implement a
15170 `different from default' check for non-tty displays.
15171
15172 2004-06-03 David Kastrup <dak@gnu.org>
15173
15174 * woman.el (woman-mapcan): More concise code.
15175 (woman-topic-all-completions, woman-topic-all-completions-1)
15176 (woman-topic-all-completions-merge): Replace by a simpler and
15177 much faster implementation based on O(n log n) sort/merge instead
15178 of the old O(n^2) behavior.
15179
15180 2004-06-03 Miles Bader <miles@gnu.org>
15181
15182 * subr.el (read-number): Use canonical format for default in prompt.
15183
15184 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
15185 Add regexp for " [...]" style defaults.
15186
15187 2004-06-02 Romain Francoise <romain@orebokech.com>
15188
15189 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
15190 groups: if the user asks for a hidden buffer, open the
15191 corresponding filter group to expose it.
15192
15193 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
15194 `ibuffer-jump-to-buffer'.
15195 (ibuffer-jump-offer-only-visible-buffers): New user option.
15196
15197 2004-06-02 Juanma Barranquero <lektu@terra.es>
15198
15199 * faces.el (frame-update-faces): Add empty docstring so the one
15200 for `ignore' doesn't show through.
15201
15202 * subr.el (process-kill-without-query): Remove spurious "\n" on
15203 obsolescence string.
15204 (focus-frame, unfocus-frame): Add obsolescence declaration and
15205 empty docstring.
15206
15207 * international/mule.el (register-char-codings): Make alias for
15208 `ignore'. Move docstring to obsolescence info and remove redundancy.
15209
15210 2004-06-02 Kim F. Storm <storm@cua.dk>
15211
15212 * frame.el (blink-cursor-start): Turn cursor off initially so blink
15213 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
15214
15215 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15216
15217 * comint.el (comint-replace-by-expanded-history-before-point):
15218 Obey `start' as the docstring says.
15219 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
15220 (comint-update-fence): Prevent font-lock from running unnecessarily.
15221 (comint-dynamic-list-completions): Use with-current-buffer.
15222
15223 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15224
15225 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
15226 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
15227 (bibtex-entry-update): Handle alternatives and optional fields.
15228 (bibtex-parse-entry): Bugfix, handle empty key.
15229
15230 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15231
15232 * vc-arch.el (vc-arch-state): Don't assume the file exists.
15233
15234 2004-05-31 Lars Hansen <larsh@math.ku.dk>
15235
15236 * desktop.el (desktop-save): Don't save minor modes without a
15237 known mode initialization function.
15238
15239 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
15240
15241 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
15242
15243 * autorevert.el: Update `Commentary' section.
15244
15245 2004-05-30 Juanma Barranquero <lektu@terra.es>
15246
15247 * dos-fns.el (convert-standard-filename):
15248 * files.el (convert-standard-filename):
15249 * w32-fns.el (convert-standard-filename):
15250 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
15251
15252 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
15253
15254 Sync with Tramp.
15255
15256 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
15257 (tramp-let-maybe): Move to an earlier spot in the file.
15258 Patch by Andreas Schwab.
15259
15260 2004-05-30 Andreas Schwab <schwab@suse.de>
15261
15262 * dired.el (dired-get-filename): Don't use dired-re-dot.
15263
15264 2004-05-30 Richard M. Stallman <rms@gnu.org>
15265
15266 * files.el (find-file): Doc fix.
15267
15268 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
15269
15270 2004-05-30 Nick Roberts <nickrob@gnu.org>
15271
15272 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
15273 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
15274 modeline of the locals buffer.
15275 (gdb-goto-breakpoint): Handle gdbmi.
15276 (gdb-get-frame-number): Change for gdbmi.
15277
15278 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
15279
15280 * files.el (file-remote-p): Apply file name handler for operation
15281 `file-remote-p'. It isn't a property any longer.
15282 (file-relative-name): `fh' and `fd' get the required value via
15283 `find-file-name-handler' already.
15284
15285 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
15286 (top): Remove setting of `file-remote-p' property for
15287 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
15288
15289 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
15290
15291 Version 2.0.41 of Tramp released.
15292
15293 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
15294 Throw away if process has died.
15295 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
15296 (tramp-out-of-band-prompt-regexp): Rename to
15297 `tramp-process-alive-regexp', because its usage is widen.
15298 (tramp-actions-copy-out-of-band): Apply it.
15299 (tramp-actions-before-shell, tramp-multi-actions):
15300 Add `tramp-action-process-alive' action.
15301 (tramp-action-process-alive): New defun.
15302 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15303 Add entry for `file-remote-p'.
15304 (tramp-handle-file-remote-p): New defun.
15305 (top): Remove setting of `file-remote-p'. Don't set
15306 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
15307
15308 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15309 `file-remote-p'.
15310
15311 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
15312 counted for (last) line. [They should or they shouldn't? --Stef]
15313 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
15314
15315 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
15316
15317 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
15318 not really necessary but seems to keep the shell history smaller
15319 in some cases. It is no substitute for setting HISTFILE and
15320 HISTSIZE from tramp-open-connection-setup-interactive-shell,
15321 though. Suggested by Luc Teirlinck.
15322 (tramp-open-connection-setup-interactive-shell): Export variables
15323 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
15324 (tramp-set-process-query-on-exit-flag): New compat function.
15325 (tramp-open-connection-multi, tramp-open-connection-su)
15326 (tramp-open-connection-rsh, tramp-open-connection-telnet)
15327 (tramp-do-copy-or-rename-file-out-of-band): Use it.
15328 (tramp-let-maybe): New macro, let-binds a variable only if it
15329 isn't obsolete.
15330 (tramp-check-ls-commands, tramp-handle-expand-file-name)
15331 (tramp-handle-file-truename): Use it.
15332 (tramp-completion-file-name-regexp-unified): Avoid matching
15333 filenames starting with "/:" -- those are reserved for
15334 file-name-non-special.
15335
15336 * tramp-smb.el (tramp-smb-open-connection):
15337 Use tramp-set-process-query-on-exit-flag compat function.
15338
15339 2004-05-29 Richard M. Stallman <rms@gnu.org>
15340
15341 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
15342
15343 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
15344 (eval-last-sexp-print-value): Print char equivalent regardless
15345 of standard-output value.
15346
15347 * thumbs.el (thumbs-subst-char-in-string): Delete.
15348 (thumbs-thumbname): Use subst-char-in-string.
15349 (thumbs-resize-image): Use condition-case, not ignore-errors.
15350 (thumbs-kill-buffer): Likewise.
15351
15352 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
15353 (thumbs-mode): Make buffer read-only.
15354 (thumbs-make-thumb): Unconditionally accept an existing file.
15355 (thumbs-insert-thumb): Add thumb-image-file property to the image.
15356 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
15357 (thumbs-show-thumbs-list): Error if images not supported.
15358 (thumbs-save-current-image): Improve prompt string.
15359 (thumbs-mode-map): Define u, R, x.
15360 (thumbs-unmark): New command.
15361 (thumbs-emboss-image): Minor cleanup.
15362 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
15363 (thumbs-rename-images): New command.
15364 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
15365
15366 * thumbs.el (thumbs-current-image): New function.
15367 (thumbs-file-list, thumbs-file-alist): New functions.
15368 (thumbs-find-image): Delete arg L.
15369 Don't set up thumbs-fileL as buffer-local global var.
15370 (thumbs-find-image-at-point): Use thumbs-current-image.
15371 (thumbs-set-image-at-point-to-root-window): Likewise.
15372 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
15373 Record and warn about errors. Update thumbs-markedL for deletions.
15374 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
15375 (thumbs-redraw-buffer): Use thumbs-file-list.
15376 (thumbs-mark): Use thumbs-current-image.
15377 (thumbs-show-name): Use thumbs-current-image.
15378
15379 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
15380 and imenu--last-menubar-index-alist.
15381
15382 * subr.el (with-selected-window): Undo previous change.
15383
15384 2004-05-29 John Paul Wallington <jpw@gnu.org>
15385
15386 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
15387 (thumbs-mouse-find-image): New command.
15388 (thumbs-mode-map): Bind it to mouse-2.
15389 (thumbs-mode): Make mode-class special.
15390 (thumbs-view-image-mode): Likewise.
15391
15392 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
15393
15394 * flymake.el: New file.
15395
15396 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
15397
15398 * files.el (find-file-noselect-1): Do not bind
15399 `inhibit-read-only' to t during execution of
15400 `find-file-not-found-functions'.
15401
15402 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15403
15404 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
15405 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
15406
15407 2004-05-28 Juri Linkov <juri@jurta.org>
15408
15409 * simple.el (eval-expression-print-format): New fun.
15410
15411 * simple.el (eval-expression):
15412 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15413 * emacs-lisp/edebug.el (edebug-compute-previous-result)
15414 (edebug-eval-expression): Print additionally the value returned by
15415 `eval-expression-print-format'.
15416
15417 * emacs-lisp/lisp.el (insert-pair-alist): New var.
15418 (insert-pair): Make arguments optional. Find character pair
15419 from `insert-pair-alist' according to the last input event.
15420 (insert-parentheses): Make arguments optional.
15421 (raise-sexp, delete-pair): New funs.
15422
15423 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
15424 (emacs-lisp-mode-map, lisp-interaction-mode-map):
15425 Bind C-M-q to `indent-pp-sexp'.
15426
15427 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
15428 `pp-to-string' modified to be able to format text with newlines.
15429 (pp-to-string): Move the buffer-formatting part of the code to
15430 `pp-buffer'. Call `pp-buffer'.
15431
15432 * info.el (Info-desktop-buffer-misc-data): Don't save information
15433 about virtual files.
15434 (Info-restore-desktop-buffer): Restore Info buffers in prepared
15435 buffers with names obtained from the desktop file instead of the
15436 default *info* buffer.
15437
15438 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15439
15440 * subr.el (with-selected-window): Only save/restore the selected window.
15441
15442 * progmodes/compile.el (compilation-error-regexp-alist):
15443 Use expand-file-name and data-directory.
15444
15445 * progmodes/grep.el (grep-tree): Rework previous fix.
15446
15447 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
15448 after the user marked text with the mouse.
15449
15450 * startup.el (command-line): Keep the first regexp of
15451 auto-save-file-name-transforms intact.
15452
15453 2004-05-28 Juanma Barranquero <lektu@terra.es>
15454
15455 * cus-edit.el (customize-face, customize-face-other-window)
15456 (custom-face-edit-delete): Make arguments match their use in
15457 docstring.
15458 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
15459 docstring.
15460
15461 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
15462 not `cvs-butlast'.
15463
15464 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
15465 `nbutlast' are in subr.el).
15466
15467 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
15468 (set-w32-system-coding-system): Doc fixes.
15469
15470 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
15471 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
15472 Make arguments match their use in docstring.
15473 (artist-draw-region-trim-line-endings)
15474 (artist-mouse-choose-operation): Fix typo in docstring.
15475 (artist-key-set-point-common): Doc fix.
15476
15477 2004-05-28 Simon Josefsson <jas@extundo.com>
15478
15479 * mail/smtpmail.el (smtpmail-open-stream):
15480 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
15481
15482 2004-05-26 Simon Josefsson <jas@extundo.com>
15483
15484 * starttls.el: Merge with my GNUTLS based starttls.el.
15485 (starttls-gnutls-program, starttls-use-gnutls)
15486 (starttls-extra-arguments, starttls-process-connection-type)
15487 (starttls-connect, starttls-failure, starttls-success): New variables.
15488 (starttls-program, starttls-extra-args): Doc fix.
15489 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
15490 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
15491 and pass on to corresponding *-gnutls function if it is set.
15492
15493 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
15494
15495 * autorevert.el (auto-revert-handler): Disable auto-reverting of
15496 remote files.
15497
15498 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
15499
15500 * files.el (file-name-non-special): There are more operations
15501 which need handling: `find-backup-file-name',
15502 `insert-file-contents', `verify-visited-file-modtime',
15503 `write-region'. Rename t value of method to `add'. Add new
15504 methods `quote' and `unquote-then-quote' to file-arg-indices.
15505
15506 2004-05-25 Juri Linkov <juri@jurta.org>
15507
15508 * info.el (Info-toc): Call Info-mode on intermediate buffer.
15509 (Info-index-nodes): Enclose code in condition-case to catch errors.
15510 (Info-index-node): Don't search all index nodes if request is only
15511 for the current node and file is not in the cache of index nodes.
15512 (Info-mode-map): Bind Info-copy-current-node-name to `w'
15513 for consistency with dired-copy-filename-as-kill.
15514 Bind `S' to Info-search-case-sensitively.
15515 (Info-copy-current-node-name): New arg. With zero prefix arg put
15516 the name inside a function call to `info'. Display copied text in
15517 the echo area.
15518
15519 2004-05-25 Sam Steingold <sds@gnu.org>
15520
15521 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
15522 strip the package prefix from the symbol name, if any.
15523 Make it the `find-tag-default-function' for `lisp-mode'.
15524
15525 2004-05-25 John Paul Wallington <jpw@gnu.org>
15526
15527 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
15528 instead of obsolete `process-kill-without-query'.
15529
15530 * textmodes/texinfmt.el (texinfo-indexvar-alist):
15531 Declare as variable, not constant.
15532
15533 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
15534
15535 * files.el (find-file-noselect-1): Fix bug introduced by
15536 Revision 1.694. As a side effect, `inhibit-read-only'
15537 is again, by default, t during execution of
15538 `find-file-not-found-functions'.
15539 (insert-directory): Check that lines were really inserted by
15540 the --dired switch, before erasing them.
15541
15542 2004-05-24 Nick Roberts <nickrob@gnu.org>
15543
15544 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
15545 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
15546 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
15547 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
15548 gud-minor-mode (gdbmi).
15549
15550 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15551
15552 * net/browse-url.el (browse-url-interactive-arg): Enable user to
15553 explicitly select the text to be taken as URL.
15554
15555 2004-05-23 Juri Linkov <juri@jurta.org>
15556
15557 * info.el (Info-index-nodes): New var and fun.
15558 (Info-goto-index, Info-index, info-apropos)
15559 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
15560 (Info-index): Fix docstring. Store and restore Info-history-list.
15561 (Info-complete-nodes): New var.
15562 (Info-complete-menu-item): Use it.
15563 (Info-index-node): New fun.
15564 (Info-final-node, Info-forward-node, Info-backward-node)
15565 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
15566 Use Info-index-node.
15567 (Info-extract-menu-item, Info-extract-menu-counting): Set second
15568 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
15569 (Info-find-node-2): If a node with period in its name not found,
15570 try to find a node without the name part after period.
15571 (Info-select-node): Call Info-fontify-node only if
15572 Info-fontify-maximum-menu-size is not nil.
15573 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
15574 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
15575 Preserve Info-history-list.
15576 (Info-toc): Set Info-current-file.
15577 (Info-build-toc): Move point to the beginning of the buffer.
15578 Add main-file variable.
15579 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
15580 Use backslashed representation of the control character ^_.
15581
15582 * textmodes/texinfmt.el (texinfo-print-index): Print index line
15583 numbers in the new Texinfo 4.7 format.
15584
15585 * add-log.el (change-log-font-lock-keywords): Remove `:' from
15586 regexps for function and variable names.
15587
15588 * descr-text.el (describe-property-list): Add [show] button for
15589 `syntax-table' property with action to pp to a separate buffer.
15590 (describe-char): Replace search-forward by re-search-forward with
15591 whitespace regexp after "character:" to not fail in too narrow windows.
15592
15593 * simple.el (next-error-find-buffer): Add a rule to return
15594 next-error capable buffer if one window on the selected frame
15595 displays such buffer.
15596
15597 2004-05-23 Nick Roberts <nickrob@gnu.org>
15598
15599 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
15600 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
15601 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
15602 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
15603 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
15604 Handle new value for gud-minor-mode (gdbmi).
15605 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
15606 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
15607 Change from local to global gdb variable set.
15608 (gdb-ann3): Initialize above gdb variable set.
15609 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
15610 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
15611 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
15612 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
15613 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
15614 (gdb-info-locals-handler, gdb-invalidate-assembler)
15615 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
15616 set as global variables.
15617 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
15618 Handle gdbmi.
15619 (gdb-info-breakpoints-custom): Fix regexp.
15620 (def-gdb-var): Delete.
15621
15622 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
15623 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
15624 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
15625 a new mode. The file (gdb-mi.el) for this mode will be included
15626 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
15627 primary interface.
15628
15629 2004-05-23 Jesper Harder <harder@ifa.au.dk>
15630
15631 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
15632 interpreted as a directory.
15633
15634 2004-05-22 Richard M. Stallman <rms@gnu.org>
15635
15636 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
15637 as a close quote.
15638
15639 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
15640
15641 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
15642 Use assoc-string, not assoc-ignore-case.
15643
15644 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
15645
15646 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
15647 If moving back then fwd gets a defun that ends before point,
15648 try again moving fwd then back.
15649
15650 * files.el (file-name-non-special): Allow t in file-arg-indices
15651 to mean requote the return value. Use `identity' as an element
15652 rather than as the whole value.
15653
15654 * gs.el (gs-options): Add -dSAFER. Mark it risky.
15655
15656 2004-05-22 Juanma Barranquero <lektu@terra.es>
15657
15658 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
15659 `help-make-usage'.
15660 (help-highlight-arguments): Skip function name before searching
15661 for arguments.
15662
15663 2004-05-21 Juanma Barranquero <lektu@terra.es>
15664
15665 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
15666 Don't mention in the docstring these arguments meant for
15667 internal (recursive) use only.
15668 (allout-char-spec): Comment out (it's not implemented).
15669 (allout-old-expose-topic, allout-exposure): Fix docstring and add
15670 obsolescence declaration.
15671 (allout-flatten-exposed-to-buffer)
15672 (allout-indented-exposed-to-buffer): Fix typos in docstring.
15673 (my-mark-marker): Doc fix.
15674 (produce-allout-mode-map, allout-sibling-index)
15675 (allout-isearch-expose, allout-distinctive-bullet)
15676 (allout-open-topic, allout-reindent-body)
15677 (allout-rebullet-heading, allout-process-exposed)
15678 (allout-insert-listified, allout-latex-verb-quote)
15679 (allout-insert-latex-header, allout-insert-latex-trailer):
15680 Make arguments match their use in docstring.
15681 (allout-primary-bullet, allout-old-style-prefixes)
15682 (allout-inhibit-protection, allout-init, allout-mode)
15683 (allout-before-change-protect, allout-flag-region):
15684 Use "Emacs" instead of "emacs" in docstrings.
15685
15686 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
15687
15688 * international/characters.el: Modify syntax of more characters.
15689
15690 2004-05-21 Masatake YAMATO <jet@gyve.org>
15691
15692 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
15693 (etags-tags-completion-table): Show parsing progress.
15694
15695 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
15696
15697 * locate.el (locate-prompt-for-command): Shorten first line of
15698 docstring.
15699 (locate-mode): Expand docstring and include keymap summary.
15700
15701 * files.el (find-file-noselect-1): Limit the scope of the
15702 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
15703 is, by default, nil during the execution of
15704 `find-file-not-found-functions' and `find-file-hook'.
15705
15706 2004-05-20 Michael Mauger <mmaug@yahoo.com>
15707
15708 * facemenu.el (facemenu-color-name-equal): New function.
15709 (list-colors-display): Use it to compare colors instead of
15710 facemenu-color-equal.
15711
15712 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
15713
15714 * compare-w.el (compare-windows-face): Use min-colors instead of
15715 checking for tty or pc types.
15716
15717 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
15718
15719 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
15720 (completion-setup-function): Use with-current-buffer.
15721 Properly save excursion. Simplify.
15722 Don't assume there is necessarily a `mouse-face' property somewhere.
15723
15724 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
15725
15726 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
15727
15728 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
15729 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
15730 Use with-current-buffer.
15731 (byte-goto-log-buffer): Delete.
15732 (byte-compile-log-file): Call compilation-forget-errors.
15733
15734 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15735
15736 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
15737 output messages into the search result.
15738
15739 2004-05-19 Masatake YAMATO <jet@gyve.org>
15740
15741 * wid-edit.el (widget-radio-button-notify): Revert my last
15742 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15743
15744 2004-05-19 Kenichi Handa <handa@m17n.org>
15745
15746 * international/characters.el: Fix syntax (open/close) of CJK chars.
15747
15748 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15749
15750 * help-mode.el (help-go-back): Don't depend on position of back button.
15751
15752 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
15753
15754 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
15755 files files don't contain an accidental additional /.
15756
15757 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
15758 in source buffer.
15759
15760 2004-05-18 Masatake YAMATO <jet@gyve.org>
15761
15762 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
15763 to widget-apply. :action method assumes 2 arguments, not 3.
15764
15765 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
15766
15767 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15768 New constants.
15769 (hs-special-modes-alist): Add an f90-mode entry.
15770
15771 2004-05-17 Sam Steingold <sds@gnu.org>
15772
15773 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
15774 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
15775
15776 2004-05-16 Kim F. Storm <storm@cua.dk>
15777
15778 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
15779
15780 2004-05-15 John Wiegley <johnw@newartisans.com>
15781
15782 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
15783 (eshell-output-object-to-target): Improve output speed 20% by not
15784 calling `eshell-stringify' if something is already known to be a string.
15785
15786 2004-05-15 Alex Ott <ott@jet.msk.su>
15787
15788 * textmodes/ispell.el (ispell-local-dictionary-alist):
15789 Add windows-1251 to the choice of coding systems.
15790 (ispell-dictionary-alist-6): Add support for "russianw.aff",
15791 encoded in cp1251.
15792
15793 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
15794
15795 * progmodes/compile.el (compilation-warning-face)
15796 (compilation-info-face): Use min-colors.
15797
15798 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15799
15800 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
15801 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
15802 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
15803 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
15804 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
15805 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
15806 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
15807 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
15808 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
15809 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
15810 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
15811 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
15812 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
15813 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
15814
15815 2004-05-15 Kim F. Storm <storm@cua.dk>
15816
15817 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
15818 Use it to set triggered-p element of timer.
15819 (timer-event-handler): Set triggered-p element non-nil while running
15820 the timer function.
15821
15822 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
15823
15824 * descr-text.el (describe-char-unicode-data)
15825 (describe-char-unicodedata-file): Re-enable the unicode code now that
15826 the licensing issues have been cleared in the unicode-4 license.
15827 (describe-text-properties-1): Remove unused `overlay' var.
15828 (describe-char): Remove unused var `buffer'.
15829
15830 2004-05-14 David Ponce <david@dponce.com>
15831
15832 * tree-widget.el: New file.
15833
15834 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
15835
15836 * language/european.el ("Brazilian Portuguese"): Add support for
15837 Brazilian Portuguese.
15838
15839 2004-05-13 John Wiegley <johnw@newartisans.com>
15840
15841 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
15842 `recentf-mode' if this variable has been customized to t.
15843
15844 * eshell/esh-test.el (eshell-test): Call the function
15845 `emacs-version' rather than trying to build a custom version string.
15846
15847 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
15848
15849 * net/telnet.el (telnet-mode): Use define-derived-mode.
15850 Don't modify the global value of comint-prompt-regexp.
15851
15852 2004-05-13 John Paul Wallington <jpw@gnu.org>
15853
15854 * version.el (emacs-version): Check for `gtk' feature before
15855 `x-toolkit' feature.
15856
15857 2004-05-13 Juanma Barranquero <lektu@terra.es>
15858
15859 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
15860 arguments in the docstring, they're used only in recursive calls.
15861
15862 * help-fns.el (help-arg-highlighting-function)
15863 (help-argument-name): Delete.
15864 (help-default-arg-highlight): New function.
15865 (help-do-arg-highlighting): Use it.
15866
15867 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
15868
15869 * calendar/appt.el (appt-disp-window):
15870 Use `calendar-set-mode-line' for a centered mode-line.
15871
15872 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15873
15874 * calendar/appt.el (appt-disp-window): Do not split window
15875 excessively when `split-height-threshold' is low.
15876
15877 2004-05-12 Nick Roberts <nickrob@gnu.org>
15878
15879 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
15880 kill-buffer-hook here and make it local.
15881 (gud-kill-buffer-hook): Use kill-process for a sure kill.
15882
15883 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
15884
15885 * progmodes/compile.el (compilation-set-window-height):
15886 Use save-excursion to protect against misplaced marker.
15887
15888 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15889
15890 * custom.el (defface): Document that type can have value gtk.
15891
15892 * faces.el (face-spec-set-match-display): Handle type gtk in display.
15893
15894 2004-05-12 Kenichi Handa <handa@m17n.org>
15895
15896 * descr-text.el: Require quail at compile time.
15897 (describe-char): If an input method is on and it supports the
15898 character, show how to input it.
15899
15900 * international/quail.el (quail-install-decode-map): Accept a
15901 char-table whose subtype is `quail-decode-map'.
15902 (quail-store-decode-map-key, quail-gen-decode-map1)
15903 (quail-gen-decode-map, quail-find-key1, quail-find-key)
15904 (quail-show-key): New functions.
15905
15906 2004-05-12 Juanma Barranquero <lektu@terra.es>
15907
15908 * generic.el (define-generic-mode): Remove redundant arglist info.
15909
15910 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
15911 Make arguments match their use in docstring.
15912 (help-arg-highlighting-function): New variable.
15913 (help-argument-name): Mention it in the docstring.
15914 (help-do-arg-highlight): Use it. Expand regexp to accept also
15915 ARG-xxx and xxx-ARG references.
15916
15917 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15918
15919 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
15920 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
15921 and "mailto:addr1?to=addr2" equal.
15922
15923 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
15924
15925 * man.el (Man-getpage-in-background): Use shell-file-name
15926 and shell-command-switch variables instead of hard-coded values.
15927
15928 2004-05-11 Eli Zaretskii <eliz@gnu.org>
15929
15930 * iimage.el: New file.
15931
15932 2004-05-11 Juanma Barranquero <lektu@terra.es>
15933
15934 * custom.el (custom-initialize-default, defcustom):
15935 Fix typo in docstring.
15936
15937 * files.el (set-visited-file-name, file-expand-wildcards):
15938 Fix docstring.
15939
15940 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15941
15942 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
15943
15944 * subr.el (eventp): Be more discriminating with integers.
15945
15946 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
15947
15948 * progmodes/compile.el (compile): Add universal prefix arg.
15949 (compilation-error-regexp-alist-alist): Add edg patterns.
15950
15951 2004-05-10 Sam Steingold <sds@gnu.org>
15952
15953 * textmodes/ispell.el (ispell-message):
15954 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
15955
15956 2004-05-10 Dave Love <fx@gnu.org>
15957
15958 * progmodes/python.el (help-buffer): Autoload when compiling.
15959 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
15960 (run-python): Prepend to any existing PYTHONPATH.
15961
15962 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
15963
15964 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
15965 for pending breakpoints.
15966
15967 2004-05-10 Richard M. Stallman <rms@gnu.org>
15968
15969 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
15970 directly without calling any functions in Rmail.
15971 (unrmail-unprune): Function deleted.
15972
15973 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15974
15975 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
15976 C-c C-z binding.
15977
15978 2004-05-10 Kenichi Handa <handa@m17n.org>
15979
15980 * descr-text.el (describe-char): Fix previous change. Don't make
15981 a unibyte character to multibyte in the *Help* buffer.
15982
15983 2004-05-10 Miles Bader <miles@gnu.org>
15984
15985 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
15986 buffer an error if the debugger process is actually running.
15987
15988 2004-05-10 Juanma Barranquero <lektu@terra.es>
15989
15990 * help-fns.el (help-argument-name): Default to italic.
15991 (help-highlight-arguments): Return always (usage . doc), even when
15992 usage is nil.
15993
15994 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
15995 (define-ibuffer-filter): Add usage info.
15996 (define-ibuffer-op): Add usage info (but CL-style defaults for
15997 keyword args are not shown).
15998
15999 * subr.el (remove-overlays, read-passwd): Fix docstring.
16000 (start-process-shell-command): Fix docstring. Put usage info in a
16001 format usable by `describe-function'.
16002 (open-network-stream, open-network-stream-nowait)
16003 (open-network-stream-server): Fix docstring.
16004
16005 2004-05-09 Jason Rumney <jasonr@gnu.org>
16006
16007 * international/code-pages (cp932, cp936, cp949, c950): Remove.
16008 Only define cp125* if windows-125* is already defined.
16009
16010 * language/korean.el (cp949): Add alias.
16011
16012 * language/chinese.el (cp936, cp950): Add aliases.
16013
16014 * language/japanese.el (cp932): Add alias.
16015
16016 * term/w32-win.el: Require code-pages.
16017
16018 * international/mule-cmds.el (set-locale-environment):
16019 On MS-Windows use ansi code-page for default coding-systems.
16020 Set up paper sizes for Windows 3 letter languages.
16021
16022 * international/code-pages.el (cp932, cp936, cp949, cp950):
16023 Add aliases. Also add cp125* if not already defined.
16024
16025 2004-05-09 Juanma Barranquero <lektu@terra.es>
16026
16027 * help-fns.el (help-highlight-arguments): Don't try to highlight
16028 missing or autoloaded arglists. Accept structured arguments, like
16029 the first ones of `do' and `flet'.
16030
16031 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
16032 (cvs-get-marked): Remove redundant arglist info.
16033
16034 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
16035 Don't use CL-style default args.
16036
16037 2004-05-08 Andreas Schwab <schwab@suse.de>
16038
16039 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
16040
16041 * international/subst-ksc.el: Fix references to utf-translate-cjk
16042 into utf-translate-cjk-mode.
16043 * international/subst-big5.el: Likewise.
16044 * international/subst-gb2312.el: Likewise.
16045 * international/subst-jis.el: Likewise.
16046 * international/utf-16.el: Likewise.
16047 * international/utf-8.el: Likewise.
16048
16049 2004-05-08 John Wiegley <johnw@newartisans.com>
16050
16051 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
16052 "virtual buffers" (off by default), which makes it possible to
16053 switch to the "virtual" buffers of recently visited files. When a
16054 buffer name search fails, and this option is on, iswitchb will
16055 look at the list of recently visited files, and permit matching
16056 against those names. When the user hits RET on a match, it will
16057 revisit that file.
16058 (iswitchb-read-buffer): Add two optional arguments, which makes
16059 isearchb.el possible.
16060 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
16061 (iswitchb-next-match): Add support for virtual buffers.
16062
16063 * isearchb.el: This module extends iswitchb to provide "as you
16064 type" buffer selection.
16065
16066 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
16067 Ignore the read-only property when flyspell highlighting is on.
16068 Not ignoring it leads to a series of confusing errors.
16069 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
16070 but also make sure to call flyspell-incorrect-hook.
16071 (flyspell-maybe-correct-transposition): Perform transposition test
16072 by bit twiddling a string, rather than using a temp buffer.
16073 (flyspell-maybe-correct-doubling): Use a string rather than a temp
16074 buffer. This is also the original version of the code, which
16075 could not be checked in before due to a previous lack of
16076 assignment papers. This version has seen heavy usage on my system
16077 for several years now.
16078
16079 * calendar/cal-bahai.el: New file, which adds support for the
16080 Baha'i calendar to Emacs. This calendar is based on a solar year
16081 of 19 months of 19 days, with 4 intercalary days. Each year
16082 begins on March 21, with the calendar starting in 1844.
16083
16084 * calendar/cal-menu.el, calendar/calendar.el
16085 * calendar/diary-lib.el, calendar/holidays.el:
16086 Added support for using cal-bahai.el.
16087
16088 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
16089 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
16090 function can be used outside of eshell buffers.
16091 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
16092
16093 2004-05-08 Juanma Barranquero <lektu@terra.es>
16094
16095 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
16096 word constituent so FOO-ARG is not recognized as an arg.
16097 (help-highlight-arguments): Don't skip lists in mandatory arguments.
16098
16099 * simple.el (next-error): Fix typo in docstring.
16100 (open-line): Make argument names match their use in docstring.
16101 (split-line): Fix docstring.
16102
16103 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
16104 usable by `describe-function'.
16105 (gensym, gentemp, typep, ignore-errors): Make argument names match
16106 their use in docstring.
16107
16108 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
16109 argument to `help-setup-xref'.
16110
16111 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
16112
16113 Version 2.0.40 of Tramp released.
16114
16115 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
16116 Use symbol-function to invoke functions only known on some Emacs
16117 flavors. This avoids byte-compiler warnings. Reported by Kevin
16118 Scaldeferri <kevin@scaldeferri.com>.
16119 (tramp-do-copy-or-rename-file-via-buffer): Rename from
16120 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
16121 consistent with the other tramp-do-* functions.
16122 (tramp-do-copy-or-rename-file): Calls adjusted.
16123 (tramp-process-initial-commands): Avoid liveness check on shell --
16124 we know that it must be alive since we're opening a connection at
16125 this moment.
16126 (tramp-last-cmd): New internal variable.
16127 (tramp-process-echoes): New tunable.
16128 (tramp-send-command): Set tramp-last-cmd.
16129 (tramp-wait-for-output): Delete echo, if applicable.
16130 (tramp-read-passwd): Construct the key for the password cache in a
16131 way that works for multi methods, too.
16132 (tramp-bug): Add backup-directory-alist and
16133 bkup-backup-directory-info to bug reports, with Tramp counterparts.
16134
16135 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
16136
16137 * net/tramp*.el: Suppress byte-compiler warnings where possible.
16138
16139 * net/tramp.el (tramp-out-of-band-prompt-regexp)
16140 (tramp-actions-copy-out-of-band): New defcustoms.
16141 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
16142 used instead of a synchronous one. Allows password entering.
16143 (tramp-action-out-of-band): New defun.
16144 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
16145 Remove restriction with password from doc string.
16146 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
16147 `tramp-out-of-band-prompt-regexp',
16148 `tramp-actions-copy-out-of-band', `password-cache' and
16149 `password-cache-expiry'.
16150 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
16151 password caching.
16152 (tramp-touch): FILE can be a local file, too.
16153 (TODO): Remove items done.
16154 (tramp-handle-insert-directory): Properly quote file name also if
16155 not full-directory-p. Handle wildcard case. Reported by Andreas
16156 Schwab <schwab@suse.de>.
16157 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
16158 new file.
16159 (tramp-handle-file-local-copy, tramp-handle-write-region):
16160 The permissions of the temporary file are set if filename exists.
16161 Reported by Ted Stern <stern@cray.com>.
16162 (tramp-backup-directory-alist)
16163 (tramp-bkup-backup-directory-info): New defcustoms.
16164 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
16165 (tramp-handle-find-backup-file-name): New function.
16166 Implements Tramp's find-backup-file-name.
16167
16168 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
16169 for `find-backup-file-name'.
16170
16171 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
16172 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
16173
16174 2004-05-07 Lars Hansen <larsh@math.ku.dk>
16175
16176 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
16177
16178 2004-05-07 Juanma Barranquero <lektu@terra.es>
16179
16180 * subr.el (lambda): Add arglist description to docstring.
16181 (declare): Fix typo in docstring.
16182 (open-network-stream): Fix docstring.
16183 (process-kill-without-query): Fix docstring and add obsolescence info.
16184 (last, butlast, nbutlast): Make arguments match their use in docstring.
16185 (insert-buffer-substring-no-properties): Likewise.
16186 (insert-buffer-substring-as-yank): Likewise.
16187 (split-string): Fix docstring.
16188
16189 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16190 Make argument names match their use in docstring.
16191
16192 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
16193
16194 2004-05-06 Nick Roberts <nickrob@gnu.org>
16195
16196 * progmodes/gdb-ui.el: Improve/extend documentation strings.
16197 Fit first sentence on one line for apropos-command.
16198
16199 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16200
16201 Changes largely merged in from Dave Love's code.
16202 * progmodes/python.el: Doc fixes.
16203 (python-mode-map): Add python-complete-symbol.
16204 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
16205 (python-comment-indent, python-complete-symbol)
16206 (python-symbol-completions, python-partial-symbol)
16207 (python-try-complete): New.
16208 (python-indent-line): Remove optional arg. Use python-block-end-p.
16209 (python-check): Bind compilation-error-regexp-alist.
16210 (inferior-python-mode): Use rx. Move keybindings to top level.
16211 Set comint-input-filter.
16212 (python-preoutput-filter): Use rx.
16213 (python-input-filter): Re-introduce.
16214 (python-proc): Start new process if necessary.
16215 Check python-buffer non-nil.
16216 (view-return-to-alist): Defvar.
16217 (python-send-receive): New.
16218 (python-eldoc-function): Use it.
16219 (python-mode-running): Don't defvar.
16220 (python-mode): Set comment-indent-function.
16221 Maybe update hippie-expand-try-functions-list.
16222 (python-indentation-levels): Initialize differently.
16223 (python-block-end-p): New.
16224 (python-indent-line): Use it.
16225 (python-compilation-regexp-alist): Augment.
16226 (run-python): Import `emacs' module to Python rather than loading
16227 code directly. Set python-buffer differently.
16228 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
16229 Use python-proc.
16230 (python-send-command): Go to end of comint buffer.
16231 (python-load-file): Use python-proc, emacs.eimport.
16232 (python-describe-symbol): Simplify interactive form.
16233 Use emacs.help. Do use temp-buffer-show-hook.
16234 Call print-help-return-message.
16235 (hippie-exp): Require when compiling.
16236 (python-preoutput-continuation): Use rx.
16237
16238 * diff-mode.el (diff-make-unified): Fix regexp.
16239
16240 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
16241
16242 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
16243 filter groups from the buffer when rebuilding the Ibuffer buffer
16244 and `ibuffer-show-empty-filter-groups' is nil.
16245
16246 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16247
16248 * ps-print.el (ps-print-quote): Call ps-value-string.
16249 (ps-setup): Call ps-comment-string.
16250 (ps-value-string, ps-comment-string): New funs.
16251
16252 2004-05-06 Juanma Barranquero <lektu@terra.es>
16253
16254 * ehelp.el (electric-help-command-loop): Check whether the last
16255 character is visible, not (point-max).
16256
16257 * help-fns.el (help-argument-name): Default to bold; don't inherit
16258 from font-lock-variable-name-face.
16259 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
16260
16261 2004-05-05 Kenichi Handa <handa@m17n.org>
16262
16263 * descr-text.el (describe-char): Copy the character with text
16264 properties and overlays into the first line, and call
16265 describe-text-properties on it.
16266
16267 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
16268
16269 * iswitchb.el (iswitchb-global-map): Fix typo.
16270 Remove unwanted ###autoloads from source file.
16271
16272 2004-05-05 Lars Hansen <larsh@math.ku.dk>
16273
16274 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
16275 in run-hooks. Use substitute-command-keys in message.
16276 (wdired-abort-changes): Add message.
16277
16278 2004-05-03 Michael Mauger <mmaug@yahoo.com>
16279
16280 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
16281 (sql-emacs20-p): Remove.
16282 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
16283 (sql-builtin-face, sql-doc-face): Remove.
16284 (sql-mode-ansi-font-lock-keywords)
16285 (sql-mode-oracle-font-lock-keywords)
16286 (sql-mode-postgres-font-lock-keywords)
16287 (sql-mode-linter-font-lock-keywords)
16288 (sql-mode-ms-font-lock-keywords)
16289 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
16290 (sql-product-font-lock): Fix font-lock reset when font rules change.
16291 (sql-highlight-product): Remove incorrect font-lock reset logic.
16292
16293 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
16294
16295 * ses.el (ses-set-parameter): Fix typo.
16296
16297 2004-05-04 Kim F. Storm <storm@cua.dk>
16298
16299 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
16300 Must expand directory for completion to work; and don't mess with
16301 process-environment.
16302 (ido-read-file-name): If command has ido property, don't use ido
16303 if value is ignore, or read as directory if value is dir.
16304 Set ido ignore property for dired-do-rename command.
16305
16306 2004-05-04 Juanma Barranquero <lektu@terra.es>
16307
16308 * ehelp.el (electric-help-command-loop, electric-help-undefined)
16309 (electric-help-help): Check against unmapped commands.
16310
16311 * help-fns.el (help-argument-name): New face, inheriting from
16312 font-lock-variable-name-face, to highlight function arguments in
16313 `describe-function' and `describe-key'.
16314 (help-do-arg-highlight): Auxiliary function to highlight a given
16315 list of arguments in a string.
16316 (help-highlight-arguments): Highlight the function arguments and
16317 all uses of them in the docstring.
16318 (describe-function-1): Use it. Do docstring output via `insert',
16319 not 'princ', so text attributes are preserved.
16320
16321 * winner.el (winner-mode-map): Move `winner-undo' and
16322 `winner-redo' to C-c <left> and C-c <right>, respectively (the
16323 previous bindings conflict with `prev-buffer', `next-buffer').
16324
16325 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16326
16327 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
16328 (bibtex-entry-update): New command bound to C-c C-u.
16329 (bibtex-text-in-string): Fix regexp.
16330 (bibtex-assoc-of-regexp): Remove.
16331 (bibtex-progress-message): Fix docstring.
16332 (bibtex-inside-field): Use if.
16333 (bibtex-assoc-regexp): New function.
16334 (bibtex-format-entry): Make code more robust so that it formats
16335 also old entries.
16336 (bibtex-autokey-demangle-title): Merge with obsolete function
16337 bibtex-assoc-of-regexp.
16338 (bibtex-field-list): New function.
16339 (bibtex-entry): Use bibtex-field-list.
16340 (bibtex-parse-entry): Fix docstring.
16341 (bibtex-print-help-message): Use bibtex-field-list.
16342 (bibtex-make-field): Use bibtex-field-list.
16343 (bibtex-entry-index): Bugfix. Return crossref key if required.
16344 (bibtex-lessp): Fix docstring.
16345
16346 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
16347
16348 * select.el (xselect-convert-to-string): Move comment to intended line.
16349
16350 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16351
16352 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
16353 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
16354
16355 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16356
16357 * term/x-win.el (x-clipboard-yank): Don't exit on error from
16358 x-get-selection.
16359
16360 2004-05-03 Jason Rumney <jasonr@gnu.org>
16361
16362 * makefile.nt: Remove.
16363
16364 2004-05-03 Kim F. Storm <storm@cua.dk>
16365
16366 * emulation/cua-base.el (cua--update-indications): Fix last change.
16367 (cua-mode): Deactivate mark when cua-mode is enabled.
16368
16369 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
16370
16371 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
16372
16373 2004-05-03 Nick Roberts <nickrob@gnu.org>
16374
16375 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
16376 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
16377 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
16378 window over visible frames.
16379 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
16380
16381 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
16382
16383 * progmodes/compile.el (compilation-gcpro): New var.
16384 (compilation-fake-loc): Use it.
16385 (compilation-forget-errors): Reset it.
16386
16387 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
16388
16389 * diff-mode.el (diff-header-face, diff-file-header-face):
16390 Use min-colors.
16391
16392 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16393
16394 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
16395 (bibtex-clean-entry): Disentangle code.
16396 (bibtex-realign): New function.
16397 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
16398 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
16399 Remove undocumented optional arg called-by-convert-alien.
16400 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
16401 for sorting instead of bibtex-sort-buffer.
16402
16403 2004-05-02 Eli Zaretskii <eliz@gnu.org>
16404
16405 * progmodes/compile.el (compilation-start): In the
16406 no-async-subprocesses branch, call sit-for to give redisplay a
16407 chance to show the updated process status in the mode line, and
16408 fontify the buffer explicitly after the process exits.
16409
16410 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
16411
16412 * progmodes/python.el (python-compilation-line-number): Remove.
16413 (python-compilation-regexp-alist): Don't use it any more.
16414 (python-orig-start, python-input-filter): Remove.
16415 (inferior-python-mode): Don't set up comint-input-filter-functions.
16416 (python-send-region): Use compilation-fake-loc.
16417
16418 * progmodes/compile.el (compilation-messages-start): New var.
16419 (compilation-mode): Don't setup next-error-function here.
16420 (compilation-setup): Set it up here instead (for minor modes as well).
16421 Make compilation-messages-start buffer local.
16422 (compilation-next-error-function): Use it.
16423 (compilation-forget-errors): Set compilation-messages-start.
16424
16425 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
16426
16427 * ielm.el (ielm-prompt-read-only): Update docstring.
16428
16429 * comint.el (comint-prompt-read-only): Update docstring.
16430 (comint-update-fence, comint-kill-whole-line)
16431 (comint-kill-region): New functions.
16432
16433 * simple.el (kill-whole-line): Use "p" instead of "P" in
16434 interactive form.
16435
16436 2004-05-01 Juanma Barranquero <lektu@terra.es>
16437
16438 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
16439 format arglist so default values in CL-style argument lists are
16440 correctly shown.
16441
16442 2004-05-01 Jason Rumney <jasonr@gnu.org>
16443
16444 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
16445
16446 2004-05-01 Kenichi Handa <handa@m17n.org>
16447
16448 * international/titdic-cnv.el (miscdic-convert): Don't generate a
16449 quail file if it is up to date.
16450
16451 2004-04-30 Juri Linkov <juri@jurta.org>
16452
16453 * cus-edit.el (custom-mode-map):
16454 Add key binding `C-x C-s' to `Custom-save'.
16455
16456 * outline.el (outline-blank-line): New var.
16457 (outline-next-preface, outline-show-heading)
16458 (outline-end-of-subtree): Use it.
16459
16460 * dired-aux.el (dired-touch-initial): New fun.
16461 (dired-do-chxxx): Call it for op-symbol `touch'.
16462 (dired-diff): Use `dired-dwim-target-directory'
16463 if current dired buffer has no buffer mark.
16464
16465 * bindings.el (propertized-buffer-identification):
16466 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
16467 Add C-M-arrow keys for consistency.
16468
16469 * files.el (confirm-kill-emacs):
16470 Change group from top-level `emacs' to `convenience'.
16471
16472 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
16473 Push mark on the first call of successive command calls.
16474 (insert-pair): New fun created from `insert-parentheses' with
16475 `open' and `close' arguments added. Enclose active regions
16476 in paired characters. Compare adjacent characters syntax with
16477 inserted characters syntax before inserting a space.
16478 (insert-parentheses): Call `insert-pair' with ?\( ?\).
16479
16480 * delsel.el: Don't put `delete-selection' property
16481 on `insert-parentheses' symbol to take advantage of
16482 region handling in `insert-pair' function.
16483 Suggested by Stephan Stahl <stahl@eos.franken.de>.
16484
16485 2004-04-30 Kim F. Storm <storm@cua.dk>
16486
16487 * emulation/cua-base.el: Add support for changing cursor types;
16488 based on patch from Michael Mauger.
16489 (cua-normal-cursor-color, cua-read-only-cursor-color)
16490 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
16491 Customization cursor type and/or cursor color.
16492 (cua--update-indications): Handle cursor type changes.
16493 (cua-mode): Update cursor indications if enabled.
16494
16495 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
16496
16497 * mouse.el (mouse-drag-copy-region): New defcustom.
16498 (mouse-set-region, mouse-drag-region-1): Use it.
16499
16500 * simple.el (kill-ring-save): If region face background color is
16501 unspecified (if no highlighting), show extent of fully visible
16502 region even if transient-mark-mode is enabled.
16503
16504 * emulation/cua-base.el (cua--standard-movement-commands):
16505 Add cua-scroll-up and cua-scroll-down.
16506 (cua-scroll-up, cua-scroll-down): New commands.
16507 (cua--init-keymaps): Remap scroll-up and scroll-down.
16508
16509 * emulation/cua-rect.el (cua--convert-rectangle-as):
16510 New defmacro.
16511 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
16512 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
16513 New commands (suggested by Jordan Breeding).
16514
16515 2004-04-30 Juanma Barranquero <lektu@terra.es>
16516
16517 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
16518
16519 2004-04-30 Mario Lang <mlang@delysid.org>
16520
16521 * diff.el (diff-switches): Fix typo in docstring.
16522
16523 2004-04-30 Alex Schroeder <alex@gnu.org>
16524
16525 * xml.el (xml-debug-print-internal): Don't add newline and
16526 indentation to text nodes and write empty elements as empty tags
16527 instead of opening and closing tags.
16528 (xml-debug-print): Take optional indent-string argument.
16529 (xml-print): Alias for xml-debug-print.
16530
16531 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16532
16533 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
16534 than duplicate call to `line-beginning-position'.
16535
16536 * progmodes/f90.el (f90-get-present-comment-type):
16537 Return whitespace, as well as comment chars, for consistent filling
16538 of comment blocks. Use `match-string-no-properties'.
16539 (f90-break-line): Trim trailing whitespace when filling comments.
16540
16541 2004-04-30 Dave Love <fx@gnu.org>
16542
16543 * calendar/diary-lib.el (diary-outlook-formats): New variable.
16544 (diary-from-outlook-internal, diary-from-outlook)
16545 (diary-from-outlook-gnus, diary-from-outlook-rmail):
16546 New functions to import diary entries from Outlook-format
16547 appointments in mail messages.
16548
16549 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16550
16551 * progmodes/python.el (python-send-command): New fun.
16552 (python-send-region, python-load-file): Use it.
16553
16554 * progmodes/compile.el (compilation-last-buffer): Add var alias.
16555
16556 * help-fns.el (help-C-file-name): Use new subr-name.
16557 Prepend `src/' to the file name.
16558 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
16559 (describe-function-1, describe-variable): Only find a C source file
16560 name if DOC is already loaded.
16561
16562 * help-mode.el (help-function-def, help-variable-def):
16563 Use the new find-function-search-for-symbol functionality.
16564 Allow FILE to be `C-source'.
16565
16566 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
16567 (find-function-C-source): New fun.
16568 (find-function-search-for-symbol): Use it.
16569
16570 2004-03-29 Michael Mauger <mmaug@yahoo.com>
16571
16572 * progmodes/sql.el (sql-product-alist): Rename variable
16573 `sql-product-support'. Add Postgres login parameters.
16574 (sql-set-product, sql-product-feature): Update with renamed variable.
16575 (sql-connect-postgres): Add username prompt.
16576 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
16577 Make patterns less product specific.
16578 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
16579 (sql-mode-abbrev-table): Modify initialization.
16580 (sql-builtin-face): Add variable.
16581 (sql-keywords-re): Add macro.
16582 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
16583 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
16584 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
16585 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
16586 (sql-mode-linter-font-lock-keywords)
16587 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
16588 (sql-mode-sybase-font-lock-keywords)
16589 (sql-mode-informix-font-lock-keywords)
16590 (sql-mode-interbase-font-lock-keywords)
16591 (sql-mode-ingres-font-lock-keywords)
16592 (sql-mode-solid-font-lock-keywords)
16593 (sql-mode-sqlite-font-lock-keywords)
16594 (sql-mode-db2-font-lock-keywords): Default to nil.
16595 (sql-product-font-lock): Always highlight ANSI keywords.
16596 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
16597 (sql-send-string): Add function.
16598
16599 2004-04-29 Dave Love <fx@gnu.org>
16600
16601 * progmodes/cfengine.el (cfengine-beginning-of-defun)
16602 (cfengine-end-of-defun): Ensure progress through buffer.
16603
16604 * info-look.el (cfengine-mode): Accept a terminal ().
16605
16606 2004-04-29 Juri Linkov <juri@jurta.org>
16607
16608 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
16609 instead of isearch-yank-word-or-char. Add new key bindings for
16610 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
16611 (isearch-del-char): New fun.
16612 (isearch-forward, isearch-edit-string): Update docstring.
16613 (isearch-yank-char): Doc fix.
16614 (isearch-other-meta-char): Restore point after scrolling.
16615
16616 * progmodes/compile.el (compilation-context-lines): Add nil option
16617 to disable compilation output window scrolling.
16618 (compilation-set-window): Use it.
16619
16620 * outline.el (outline-next-preface, outline-show-heading):
16621 Don't leave unhidden blank line before heading.
16622 (outline-end-of-subtree): Include last newline into subtree.
16623 (hide-entry): Leave point at beginning of heading instead of end.
16624 (outline-up-heading): Push mark for the first call of successive
16625 command calls.
16626
16627 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
16628
16629 * comint.el (comint-prompt-read-only): New variable.
16630 (comint-output-filter): Implement it.
16631
16632 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
16633 (ielm-prompt-internal): New variable.
16634 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
16635 (ielm-send-input): Delete unused variable `buf'.
16636 (ielm-eval-input): Use `ielm-prompt-internal'.
16637 (inferior-emacs-lisp-mode): Use new variables
16638 `comint-prompt-read-only' and `ielm-prompt-internal'.
16639 Get rid of obsolete variable `directory-sep-char'.
16640 (ielm): Use `zerop'.
16641
16642 2004-04-29 John Paul Wallington <jpw@gnu.org>
16643
16644 * thumbs.el (toplevel): Require cl at compile time.
16645 Remove conditional definitions of `ignore-errors' and `caddar'
16646 because they occur at run time.
16647
16648 2004-04-28 Nick Roberts <nickrob@gnu.org>
16649
16650 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
16651 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
16652 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
16653 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
16654
16655 * progmodes/gud.el (gud-common-init): Throw an error if program is
16656 already running under gdb.
16657
16658 2004-04-28 John Paul Wallington <jpw@gnu.org>
16659
16660 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
16661 (thumbs-show-image-num): Move assignment of
16662 `thumbs-current-image-filename' within scope of `i'.
16663 (thumbs-emboss-image): Don't use `evenp'.
16664
16665 2004-04-28 Richard M. Stallman <rms@gnu.org>
16666
16667 * progmodes/compile.el (compilation-context-lines): Default now 0.
16668
16669 2004-04-28 Juanma Barranquero <lektu@terra.es>
16670
16671 Use `time-less-p' from calendar/time-date.el instead of defining
16672 custom versions of it.
16673
16674 * pcomplete.el (pcomplete-time-less-p): Remove.
16675
16676 * thumbs.el (time-less-p): Remove.
16677
16678 * calendar/timeclock.el (timeclock-time-less-p): Remove.
16679 (timeclock-generate-report): Use `time-less-p'.
16680
16681 * emacs-lisp/autoload.el (autoload-before-p): Remove.
16682 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
16683
16684 2004-04-28 Masatake YAMATO <jet@gyve.org>
16685
16686 * subr.el (remove-overlays): Make arguments optional.
16687
16688 * wid-edit.el (widget-specify-button): Put evaporate to the
16689 overlay for sample.
16690 (widget-specify-sample): Put evaporate to the overlay for sample.
16691 (widget-specify-doc): Put evaporate to the overlay for documentation.
16692
16693 2004-04-27 Jesper Harder <harder@ifa.au.dk>
16694
16695 * info.el (info-apropos): Make it an index node. Align node names
16696 like makeinfo.
16697
16698 2004-04-27 Eli Zaretskii <eliz@gnu.org>
16699
16700 * net/browse-url.el (browse-url-netscape-sentinel)
16701 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
16702 (browse-url-epiphany-sentinel, browse-url-mosaic):
16703 Use browse-url-*-program instead of a literal program name.
16704
16705 2004-04-27 Kevin Ryde <user42@zip.com.au>
16706
16707 * eshell/em-alias.el:
16708 * eshell/em-dirs.el:
16709 * eshell/em-hist.el:
16710 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
16711 features when M-x customize-group loads modules before the main
16712 eshell.el.
16713
16714 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
16715
16716 * subr.el (momentary-string-display): Support EXIT-CHAR that is
16717 either a character representation of an event or an event
16718 description list.
16719
16720 * type-break.el: Capitalize Emacs and Lisp.
16721 (type-break-good-break-interval, type-break-demo-boring-stats)
16722 (type-break-terse-messages, type-break-file-name): New defcustoms.
16723 (type-break-post-command-hook)
16724 (type-break-warning-countdown-string): Quote variable names in doc.
16725 (type-break-interval-start, type-break-auto-save-file-name): New vars.
16726 (type-break-mode): Document type-break-good-break-interval and the
16727 "session" file. Schedule break according to the session file.
16728 Kill session file buffer on exit. Organize for save-some-buffers
16729 to always save the session file.
16730 (type-break-mode-line-message-mode, type-break-query-mode):
16731 Uppercase arguments.
16732 (type-break-file-time, type-break-file-keystroke-count, timep)
16733 (type-break-choose-file, type-break-get-previous-time)
16734 (type-break-get-previous-count): New defuns.
16735 (type-break): Avoid break querying after a completed break in the
16736 case where the query was initiated during user invocation of the
16737 break. Optional terse messages.
16738 Use type-break-good-break-interval if type-break-good-rest-interval is
16739 nil. File the break time.
16740 (type-break-schedule): New optional args for overriding the use of
16741 the current time.
16742 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
16743 after a break.
16744 (type-break-check): File the keystroke count.
16745 (type-break-do-query): Prevent a second query when the break is
16746 interrupted. Optional terse message.
16747 (type-break-keystroke-reset): Record the start of a typing interval.
16748 (type-break-demo-boring): Optional terse messages. Display word
16749 per minute and keystroke counts according to
16750 type-break-demo-boring-stats.
16751
16752 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
16753
16754 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
16755 directories, make sure they exist under archive-tmpdir.
16756
16757 2004-04-27 Juri Linkov <juri@jurta.org>
16758
16759 * help.el (view-emacs-news): With argument, display info for the
16760 selected version by finding it among different NEWS files, and
16761 narrowing the buffer to the selected version.
16762
16763 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
16764 same-window-buffer-names.
16765 (info): New arg `buffer'. Use it. Doc fix. Read file name for
16766 non-numeric prefix argument, append the number to the buffer name
16767 for numeric prefix argument.
16768 (info-other-window): Bind same-window-regexps to nil.
16769 (Info-reference-name): Rename to Info-point-loc.
16770 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
16771 and Info-find-index-name for stringy Info-point-loc.
16772 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
16773 without middle `.', but with final `.' and optional line number
16774 for it. Set Info-point-loc for index nodes.
16775 (Info-index): Remove middle `.' from index entry regexp.
16776 Modify line number regexp.
16777 (Info-index-next): Decrement line number.
16778 (info-apropos): Remove middle `.' from index entry regexp.
16779 Add optional line number regexp at the end. Add matched value
16780 for line number to the result list and insert it to the buffer.
16781 Replace match-string by match-string-no-properties.
16782 Reorder result list.
16783 (Info-fontify-node): Hide index line numbers.
16784 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
16785 empty matches.
16786 (Info-follow-reference): Use `str' instead of
16787 Info-following-node-name-re.
16788 (Info-toc): Use full file names. Set Info-current-node to "Top".
16789 (Info-fontify-node): Compare file names without directory name.
16790 (Info-try-follow-nearest-node): Don't set Info-reference-name.
16791 Set second arg of Info-extract-menu-node-name for index nodes.
16792 (info-xref-visited): Use magenta3 instead of magenta4.
16793 (Info-mode): Add info-apropos to docstring.
16794
16795 * log-view.el (log-view-diff): Replace interactive code "r"
16796 by a list to allow to call it even if region is not active.
16797
16798 * paren.el (show-paren-highlight-openparen): New var.
16799 (show-paren-function): Turn on openparen highlighting when
16800 matching forward if show-paren-highlight-openparen is non-nil.
16801
16802 * simple.el (kill-ring-save): Use blink-matching-delay instead of
16803 the constant value 1.
16804 (completions-common-part): Expand docstring.
16805
16806 * textmodes/picture.el (picture-mode-map): Add arrow keys.
16807
16808 2004-04-27 Kim F. Storm <storm@cua.dk>
16809
16810 * image.el (insert-sliced-image): Use line-height instead of
16811 line-spacing property on newline.
16812
16813 2004-04-26 Lars Hansen <larsh@math.ku.dk>
16814
16815 * desktop.el (desktop-buffer-misc-data-function): Rename to
16816 desktop-save-buffer and change docstring.
16817 (desktop-buffer-modes-to-save): Delete.
16818 (desktop-save-buffer-p): Use desktop-save-buffer instead of
16819 desktop-buffer-modes-to-save.
16820 (desktop-save): Rename desktop-buffer-misc-data-function to
16821 desktop-save-buffer and allow non-function value.
16822 (desktop-missing-file-warning): Correct docstring.
16823
16824 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
16825 to desktop-save-buffer.
16826
16827 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
16828 desktop-save-buffer.
16829
16830 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
16831
16832 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
16833
16834 2004-04-26 Eli Zaretskii <eliz@gnu.org>
16835
16836 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
16837
16838 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
16839
16840 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
16841 (ielm): Only go to the end of the buffer when starting a new process.
16842
16843 2004-04-25 Juanma Barranquero <lektu@terra.es>
16844
16845 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
16846 mode line. Bind `inhibit-read-only' to t before modifying
16847 properties of text in the buffer.
16848 (ielm): Force point to the end of buffer, even when running ielm
16849 from inside itself.
16850
16851 2004-04-25 Jesper Harder <harder@ifa.au.dk>
16852
16853 * info.el (info-apropos): Reset Info-complete-cache.
16854
16855 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
16856
16857 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16858 Also recognize severe Irix et al. messages.
16859 (compilation-normalize-filename, compile-abbreviate-directory):
16860 Delete functions.
16861 (compilation-get-file-structure): New function inherits
16862 functionality of the two preceding ones.
16863 (compilation-internal-error-properties, compilation-fake-loc):
16864 Use it so that different paths to the same file share the same
16865 markers. Also optimize finding adjacent marker slightly.
16866
16867 2004-04-25 Kim F. Storm <storm@cua.dk>
16868
16869 * image.el (insert-sliced-image): Add line-spacing t property
16870 to newlines separating image lines.
16871
16872 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
16873
16874 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
16875
16876 * ielm.el (ielm-prompt-read-only): New user option.
16877 (ielm-prompt): Expand docstring to describe new behavior.
16878 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
16879 mention it in the docstring.
16880
16881 2004-04-24 Andreas Schwab <schwab@suse.de>
16882
16883 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
16884
16885 * diff.el (diff): Set default-directory in diff buffer.
16886
16887 2004-04-24 Eli Zaretskii <eliz@gnu.org>
16888
16889 * mail/sendmail.el (mail-bury): Don't delete the frame where the
16890 mail was being composed if the terminal cannot display more than
16891 one frame; instead, switch to previous frame.
16892
16893 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
16894 (rmail-start-mail): Support rmail-mail-new-frame even on
16895 terminals that can display only one frame at a time.
16896
16897 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16898
16899 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
16900 (checkdoc-output-font-lock-keywords): Remove error regexp.
16901 (checkdoc-output-mode-map): Remove.
16902 (checkdoc-output-mode): Derive from compilation-mode.
16903 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
16904
16905 * dired.el (dired-mode-map): Add a menu entry for wdired.
16906
16907 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
16908 (rx-bracket, rx-check-any, rx-any): Clean up name space.
16909
16910 * wdired.el (wdired-mode-map): Move init into declaration.
16911 Fix `return' binding.
16912 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
16913 Use force-mode-line-update.
16914 (wdired-get-filename): Use `unless'.
16915 (wdired-preprocess-files): Don't assume names have no \n and use / for
16916 dir separator.
16917 (wdired-normalize-filename): Use replace-regexp-in-string.
16918 (wdired-load-hooks): Remove.
16919 (wdired-mode-hooks): Rename to wdired-mode-hook.
16920
16921 * info-look.el: Add support for cfengine-mode.
16922 (info-lookup-setup-mode): Use dolist.
16923
16924 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
16925
16926 * wdired.el: New file.
16927
16928 2004-04-23 Juanma Barranquero <lektu@terra.es>
16929
16930 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
16931
16932 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
16933 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
16934 (pcomplete--help, pcomplete--here): Doc fixes.
16935
16936 2004-04-23 Andre Spiegel <spiegel@gnu.org>
16937
16938 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
16939 handles wrong-number-of-arguments in backend call.
16940
16941 * vc.el (vc-print-log): Likewise.
16942
16943 2004-04-20 Dave Love <fx@gnu.org>
16944
16945 * emacs-lisp/rx.el: Doc fixes.
16946 (rx-constituents): Add/extend many forms.
16947 (rx-check): Check form is a list.
16948 (bracket): Defvar.
16949 (rx-check-any, rx-any, rx-check-not): Modify.
16950 (rx-not): Simplify.
16951 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
16952 (rx-kleene): Use rx-trans-forms.
16953 (rx-quote-for-set): Delete.
16954 (rx): Allow multiple args.
16955
16956 2004-04-23 Kenichi Handa <handa@m17n.org>
16957
16958 * international/mule-util.el (char-displayable-p): Simplify by
16959 using internal-char-font.
16960
16961 2004-04-23 Juanma Barranquero <lektu@terra.es>
16962
16963 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
16964
16965 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
16966
16967 * diff-mode.el (diff-next-error): New fun.
16968 (diff-mode): Use it.
16969
16970 * simple.el (next-error): Change arg name.
16971 Add support for the documented C-u C-x ` usage.
16972
16973 * frame.el (special-display-popup-frame, next-multiframe-window)
16974 (previous-multiframe-window): Only consider frames on same display.
16975
16976 2004-04-22 Lars Hansen <larsh@math.ku.dk>
16977
16978 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
16979 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
16980
16981 2004-04-22 Kim F. Storm <storm@cua.dk>
16982
16983 * net/telnet.el (telnet): Add optional port arg.
16984
16985 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
16986
16987 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16988 Minor sanity check on the `hyperlink' slot.
16989
16990 * Makefile.in (recompile): Compile new files.
16991
16992 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
16993 Add byte-recompile-directory's optional `arg'.
16994
16995 * cvs-status.el (cvs-tree-use-charset): New var.
16996 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
16997 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
16998 (cvs-status-cvstrees): Use it.
16999
17000 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
17001 Make it a normal major mode.
17002 (checkdoc-buffer-label): Make sure the file name is meaningful.
17003 (checkdoc-output-to-error-buffer): Remove.
17004 (checkdoc-error, checkdoc-start-section): Rewrite.
17005
17006 * info.el (info-node, info-menu-5, info-xref, info-header-node)
17007 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17008 (Info-title-4-face): Use new syntax.
17009 (info-xref-visited): Inherit from info-xref.
17010
17011 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
17012
17013 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17014
17015 * simple.el (next-error-last-buffer, next-error-function):
17016 New variables for the next-error framework.
17017 (next-error-buffer-p): New function.
17018 (next-error-find-buffer): Generalize compilation-find-buffer.
17019 (next-error, previous-error, first-error, next-error-no-select)
17020 (previous-error-no-select): Move from compile.el.
17021
17022 * replace.el (occur-next-error, occur-1): Hook into the next-error
17023 framework.
17024
17025 * progmodes/compile.el (compilation-start):
17026 Set next-error-last-buffer so next-error knows where to jump.
17027 (compilation-setup): Set the buffer-local variable
17028 next-error-function to 'compilation-next-error-function.
17029 (compilation-buffer-p, compilation-buffer-internal-p): Use an
17030 alternate way to find if a buffer is a compilation buffer, for
17031 next-error convenience.
17032 (next-error-no-select, previous-error-no-select, next-error)
17033 (previous-error, first-error): Move to simple.el.
17034 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
17035 (compilation-last-buffer): Remove.
17036 (compilation-start, compilation-next-error, compilation-setup)
17037 (compilation-next-error-function, compilation-find-buffer):
17038 Remove compilation-last-buffer use.
17039
17040 2004-04-21 Juanma Barranquero <lektu@terra.es>
17041
17042 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
17043 (font-lock-warning-face): Fix spacing.
17044
17045 * makefile.w32-in (WINS): Add url/ directory.
17046
17047 2004-04-21 Lars Hansen <larsh@math.ku.dk>
17048
17049 * desktop.el (desktop-buffer-mode-handlers): New variable.
17050 Alist of major mode specific functions to restore a desktop buffer.
17051 (desktop-buffer-handlers): Make variable obsolete.
17052 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
17053 Catch errors signaled in handlers. Update buffer count.
17054 Evaluate desktop-buffer-point.
17055 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
17056 move to dired.el.
17057 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
17058 move to info.el.
17059 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
17060 move to mail/rmail.el.
17061 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
17062 to mh-e/mh-e.el.
17063 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
17064 On fail, print message (to message buffer) even if
17065 desktop-missing-file-warning is nil.
17066 (desktop-buffer-misc-data-function): New buffer local variable.
17067 Function returning major mode specific data.
17068 (desktop-buffer-misc-functions): Make variable obsolete.
17069 (desktop-save): Use desktop-buffer-misc-data-function.
17070 (desktop-buffer-dired-misc-data): Rename to
17071 dired-desktop-buffer-misc-data and move to dired.el.
17072 (desktop-buffer-info-misc-data): Rename to
17073 Info-desktop-buffer-misc-data and move to info.el.
17074 (desktop-read): Add message about number of buffers restored/failed.
17075
17076 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
17077 Add parameters. Pause to display error only when
17078 desktop-missing-file-warning is non-nil.
17079 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17080 (dired-mode): Bind desktop-buffer-misc-data-function.
17081
17082 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
17083 Add Parameters.
17084 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17085 (Info-mode): Bind desktop-buffer-misc-data-function.
17086
17087 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
17088 Add Parameters.
17089
17090 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
17091 Add Parameters.
17092
17093 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
17094
17095 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
17096 the case of letters in case-insensitive expansions when the
17097 abbrev is preceded by characters with letter syntax.
17098
17099 2004-04-21 Richard M. Stallman <rms@gnu.org>
17100
17101 * progmodes/cperl-mode.el (cperl-putback-char):
17102 Delete Emacs 18 definition.
17103
17104 * international/mule.el (ctext-post-read-conversion):
17105 Use assoc-string, not assoc-ignore-case.
17106
17107 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
17108
17109 * emacs-lisp/easymenu.el (easy-menu-add):
17110 Do call x-popup-menu, but only if it's defined.
17111
17112 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
17113
17114 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
17115 Handle multiple args: compile like progn.
17116
17117 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
17118 take all args as &rest arg.
17119
17120 * autoinsert.el (auto-insert-alist): Insert the user's name in
17121 copyright notice, rather than Free Software Foundation.
17122
17123 2004-04-21 Kenichi Handa <handa@m17n.org>
17124
17125 * descr-text.el (describe-char): Make it work on *Help* buffer.
17126
17127 2004-04-21 Kim F. Storm <storm@cua.dk>
17128
17129 * image.el (insert-image): Add optional SLICE arg.
17130 (insert-sliced-image): New defun.
17131
17132 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
17133
17134 * subr.el (read-number): Check whether `default' is nil.
17135
17136 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17137
17138 * progmodes/compile.el (compilation-error-properties):
17139 Split into two.
17140 (compilation-internal-error-properties): New one.
17141 (compilation-compat-error-properties): Use it. Fix the non-marker case.
17142
17143 2004-04-20 Richard M. Stallman <rms@gnu.org>
17144
17145 * window.el (split-window-save-restore-data):
17146 Don't update the data if OLD-INFO is nil.
17147
17148 * view.el (view-return-to-alist): Mark it permanent local.
17149
17150 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
17151
17152 * recentf.el (recentf-save-list): Catch and warn about errors.
17153
17154 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
17155 so "Buffers" won't be pure.
17156
17157 * help-mode.el (help-mode-finish): Set help-return-alist first
17158 thing, setting only the entry for the selected window.
17159
17160 * help-fns.el (describe-function-1): If many non-control non-meta
17161 keys run the command, don't list all of them.
17162
17163 2004-04-20 Juanma Barranquero <lektu@terra.es>
17164
17165 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
17166 arg. Copied from Andre Spiegel's patch of 2004-03-21.
17167
17168 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
17169
17170 2004-04-20 Kenichi Handa <handa@m17n.org>
17171
17172 * international/quail.el (quail-lookup-key): New optional arg
17173 NOT-RESET-INDICES.
17174 (quail-get-translations): Call quail-lookup-key with
17175 NOT-RESET-INDICES t.
17176 (quail-completion): Likewise.
17177 (quail-lookup-map-and-concat): Likewise.
17178
17179 2004-04-20 Kenichi Handa <handa@m17n.org>
17180
17181 * international/quail.el (quail-update-translation): Don't insert
17182 such an unsupported multibyte char in a unibyte buffer.
17183
17184 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
17185
17186 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
17187 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
17188 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
17189 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
17190 (gdb-frame-assembler-buffer): Improve behavior with
17191 multiple frames.
17192 (gdb-display-buffer): Extend search to all visible frames.
17193
17194 2004-04-19 Eli Zaretskii <eliz@gnu.org>
17195
17196 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
17197 characters left after base64 decoding.
17198 (rmail-decode-region): Use -dos variety of `coding', to remove any
17199 ^M characters left after qp or base64 decoding.
17200
17201 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17202
17203 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
17204 messages.
17205
17206 2004-04-19 Stephen Eglen <stephen@gnu.org>
17207
17208 * add-log.el (add-change-log-entry): Update doc string to mention
17209 add-log-full-name and add-log-mailing-address.
17210
17211 2004-04-18 Juri Linkov <juri@jurta.org>
17212
17213 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
17214 (Info-find-node-2): Simplify error message.
17215 (Info-insert-dir): Use Info-following-node-name.
17216 (Info-goto-node): Remove *info-history* and *info-toc*.
17217 (Info-history): Create a node of the virtual history file.
17218 (Info-toc): Create a node of the virtual toc file.
17219 (Info-insert-toc): New arg `curr-file' for reference file names.
17220 (info-apropos): Remove redundant var binding for temp-file.
17221 (Info-index, Info-index-next, Info-mode): Doc fix.
17222 (Info-goto-emacs-command-node): Don't jump to *info* from
17223 non-*info* Info buffers.
17224 (Info-fontify-node): Don't show the file name of external
17225 references if `Info-hide-note-references' is `hide'. Don't hide
17226 newlines at the end of paragraphs.
17227
17228 * international/mule-diag.el (list-input-methods):
17229 Fix args to help-xref-button.
17230
17231 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
17232 to put into effect local variables from TUTORIAL files.
17233
17234 * textmodes/paragraphs.el (sentence-end) <function>: New fun
17235 with default value taken from the variable `sentence-end'.
17236 (sentence-end) <defcustom>: Set default to nil. Doc fix.
17237 Add nil const to :type.
17238 (sentence-end-without-period, sentence-end-double-space)
17239 (sentence-end-without-space): Doc fix.
17240
17241 * textmodes/paragraphs.el (forward-sentence):
17242 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
17243 (fill-delete-newlines):
17244 * progmodes/cc-cmds.el (c-beginning-of-statement):
17245 Use function `sentence-end' instead of variable `sentence-end'.
17246
17247 2004-04-18 Andreas Schwab <schwab@suse.de>
17248
17249 * progmodes/compile.el (compilation-start): Set window start to
17250 point-min if compilation-scroll-output is nil.
17251
17252 2004-04-18 John Wiegley <johnw@newartisans.com>
17253
17254 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
17255
17256 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
17257
17258 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
17259 (gdb-info-breakpoints-custom): Revert previous change.
17260 (gdb-view-assembler): Update assembler if necessary.
17261 (gdb-frame-handler): Parse correctly for gdb-current-frame.
17262 (gdb-display-source-buffer): Update properly when both source and
17263 assembler are visible.
17264
17265 2004-04-17 John Wiegley <johnw@newartisans.com>
17266
17267 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
17268 which limits the number of names shown in the minibuffer. Off by
17269 default.
17270 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
17271 up iswitchb for users with a multitude of open buffers by showing
17272 only the first and last N/2 buffers in the completion list (which
17273 is enough to aid C-s/C-r, and to know that more characters are
17274 needed to refine the completion list).
17275
17276 2004-04-17 Richard M. Stallman <rms@gnu.org>
17277
17278 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
17279 (file-truename): Expand all ~ constructs directly.
17280 (insert-directory): Delete any error msg output by the
17281 `insert-directory-program'.
17282
17283 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
17284 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
17285 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
17286 (allout-init): Use find-file-hook, not find-file-hooks.
17287 (allout-mode): Eliminate Emacs 18 support.
17288 Use write-contents-functions, not local-write-file-hooks.
17289
17290 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
17291
17292 * progmodes/compile.el (compilation-error-properties): Fix for
17293 adding messages when there are already markers for their file.
17294 (compilation-fake-loc): New function.
17295
17296 2004-04-16 Dave Love <fx@gnu.org>
17297
17298 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
17299 (python-load-file): Fix python-orig-start setting.
17300
17301 * progmodes/compile.el: Doc fixes.
17302 (compilation-error-regexp-alist-alist)
17303 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
17304 (compilation-assq): Wrap in eval-when-compile.
17305 (compilation-mode-font-lock-keywords): Don't use list*.
17306 (compilation-start): Avoid warning.
17307 (compilation-compat-error-properties)
17308 (compilation-directory-properties): Add keymap property.
17309 (compilation-parsing-end): Make it a marker for better compatibility.
17310
17311 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
17312
17313 2004-04-16 Mark A. Hershberger <mah@everybody.org>
17314
17315 * xml.el: Doc fixes.
17316 (xml-get-children): Only looks at sub-tags and ignore strings.
17317
17318 * xml.el (xml-parse-tag): Avoid overwriting node-name.
17319
17320 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17321
17322 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
17323
17324 2004-04-16 Andre Spiegel <spiegel@gnu.org>
17325
17326 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
17327
17328 * vc.el (vc-print-log): Likewise.
17329
17330 2004-04-16 Masatake YAMATO <jet@gyve.org>
17331
17332 * simple.el (completion-setup-function): Set an initial value
17333 to `element-common-end' before entering loop. Set a value
17334 to `element-common-end' at the end of loop.
17335 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
17336 (completions-common-part): Rename from completion-de-emphasis.
17337 (completions-first-difference): Rename from completion-emphasis.
17338 Suggested by RMS.
17339
17340 2004-04-16 Juanma Barranquero <lektu@terra.es>
17341
17342 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
17343 (bookmark-edit-annotation-mode): Add mode name.
17344
17345 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17346
17347 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
17348 for nested conflict markers.
17349 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
17350
17351 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
17352
17353 * progmodes/gdb-ui.el (gdb-goto-info): New function.
17354
17355 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
17356
17357 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
17358
17359 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
17360 Give a backtrace if requested.
17361
17362 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
17363
17364 * progmodes/python.el (python-mouse-2-command, python-RET-command):
17365 Remove unused functions.
17366 (python-orig-start-line, python-orig-file): Remove.
17367 (python-orig-start): New var.
17368 (python-input-filter, python-compilation-line-number)
17369 (python-send-region, python-load-file): Use it.
17370
17371 * info.el (info): Always jump to *info*.
17372
17373 * subr.el (posn-set-point): New function.
17374
17375 * mouse.el (mouse-set-point): Use it.
17376
17377 * progmodes/compile.el (compile-goto-error): Use it.
17378 (compilation-button-map): New keymap.
17379 (compilation-error-properties): Use it.
17380 (compilation-shell-minor-mode-map): Don't bind mouse-2.
17381
17382 * smerge-mode.el (smerge-popup-context-menu): Use it.
17383
17384 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
17385 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
17386 mouse and non-mouse case.
17387
17388 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
17389 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
17390
17391 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
17392 Make it work for non-mouse events.
17393
17394 * pcvs-info.el (cvs-status-map): Update binding name.
17395
17396 2004-04-14 Mark A. Hershberger <mah@everybody.org>
17397
17398 * xml.el (xml-maybe-do-ns): New function to handle namespace
17399 parsing of both attribute and element names.
17400 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
17401 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
17402 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
17403 (xml-parse-attlist): Make it do its own namespace parsing.
17404
17405 2004-04-14 Dave Love <fx@gnu.org>
17406
17407 * progmodes/python.el (run-python): Fix use of \n.
17408 (python-load-file): Remove `try' from Python fragment.
17409 (python-describe-symbol): Fix message.
17410
17411 * comint.el: Doc fixes.
17412 (comint-last-input-start, comint-last-input-end)
17413 (comint-last-output-start): Give them values.
17414 (comint-arguments): Avoid warning.
17415 (comint-skip-prompt): Use line-end-position.
17416 (comint-backward-matching-input): Rename arg to agree with doc.
17417 (comint-extract-string): Use syntax-ppss.
17418 (comint-dynamic-simple-complete): Delete useless list construction.
17419 (comint-redirect-subvert-readonly): New.
17420 (comint-redirect-preoutput-filter): Use it.
17421
17422 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17423 Correctly handle negative arguments when calling hook functions.
17424
17425 2004-04-14 Jesper Harder <harder@ifa.au.dk>
17426
17427 * info.el (info-apropos): Don't clobber Info-history-list.
17428
17429 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
17430
17431 * progmodes/compile.el (compilation-setup):
17432 Localize overlay-arrow-position.
17433 (compilation-sentinel): Restructure code equivalently.
17434 (compilation-next-error): Find message on same line after point if
17435 not found before point.
17436 (compile-mouse-goto-error): Restore function so that compilation
17437 buffer need not be current and use compile-goto-error.
17438 (compile-goto-error): Restore function.
17439 (next-error): Set overlay-arrow-position.
17440 (compilation-forget-errors): Don't localize already local
17441 compilation-locs and remove FIXME about refontifying.
17442
17443 2004-04-14 Kim F. Storm <storm@cua.dk>
17444
17445 * startup.el (emacs-quick-startup): New defvar (set by -Q).
17446 (command-line): New option -Q. Like -q --no-site-file, but
17447 in addition it also disables menu-bar, tool-bar, scroll-bars,
17448 tool-tips, and the blinking cursor.
17449 (command-line-1): Skip startup screen if -Q.
17450 (fancy-splash-head): Use ":align-to center" prop to center splash image.
17451
17452 * emulation/cua-base.el (cua-read-only-cursor-color)
17453 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
17454
17455 2004-04-13 Dave Love <fx@gnu.org>
17456
17457 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
17458 (syntax): Don't require.
17459 (python) <defgroup>: Add :version.
17460 (python-quote-syntax): Re-written.
17461 (inferior-python-mode): Move stuff here from run-python and add
17462 some more.
17463 (python-preoutput-continuation, python-preoutput-result)
17464 (python-dotty-syntax-table): New.
17465 (python-describe-symbol): Use them.
17466 (run-python): Move stuff to inferior-python-mode. Modify code
17467 loaded into Python.
17468 (python-send-region): Use python-proc, python-send-string.
17469 (python-send-string): Send newlines too. Callers changed.
17470 (python-load-file): Re-written.
17471 (python-eldoc-function): New.
17472 (info-look): Don't require.
17473 (python-after-info-look): New. A modified version of former
17474 top-level code for use with eval-after-load.
17475 (python-maybe-jython, python-guess-indent): Use widened buffer.
17476 (python-fill-paragraph): Re-written.
17477 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
17478 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
17479
17480 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
17481
17482 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
17483 Set compilation-error-regexp-alist earlier.
17484
17485 * progmodes/compile.el (compilation-minor-mode-map)
17486 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
17487 (compile-goto-error): Re-merge the mouse and non-mouse commands.
17488
17489 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17490
17491 * progmodes/compile.el (compile-goto-error): Select the buffer/window
17492 corresponding to the event.
17493
17494 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
17495
17496 * loadup.el: Add cygwin to system-type list, for unexec() support.
17497
17498 2004-04-12 John Paul Wallington <jpw@gnu.org>
17499
17500 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
17501 (ibuffer-restore-window-config-on-quit): New variable to replace
17502 `ibuffer-delete-window-on-quit'. Update all references.
17503 (ibuffer-prev-window-config): New variable.
17504 (ibuffer-quit): Restore previous window configuration instead of
17505 deleting window.
17506 (ibuffer): Save window configuration before showing Ibuffer buffer.
17507
17508 * help.el (describe-mode): Doc fix.
17509
17510 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17511
17512 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
17513 not to treat nil as a function.
17514
17515 * vc-arch.el (vc-arch-root): Be a bit more careful.
17516 (vc-arch-register): Save the buffer if we modified it.
17517 (vc-arch-delete-rej-if-obsolete): Save excursion.
17518 (vc-arch-find-file-hook): Use the simpler after-save-hook.
17519 (vc-arch-responsible-p, vc-arch-init-version): New functions.
17520
17521 * net/ldap.el (ldap-search): Use list*.
17522
17523 2004-04-12 Juri Linkov <juri@jurta.org>
17524
17525 * info.el (Info-follow-reference): Allow multiline reference name.
17526
17527 2004-04-11 Dave Love <fx@gnu.org>
17528
17529 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
17530
17531 * progmodes/python.el: New file.
17532
17533 2004-04-11 Andre Spiegel <spiegel@gnu.org>
17534
17535 * vc-hooks.el (vc-arg-list): Function removed.
17536 (vc-default-workfile-unchanged-p): Use condition-case to check for
17537 backward compatibility.
17538
17539 * vc.el (vc-print-log): Use condition-case to check for backward
17540 compatibility.
17541
17542 2004-04-11 Juri Linkov <juri@jurta.org>
17543
17544 * dired.el (dired-faces): New defgroup.
17545 (dired-header, dired-mark, dired-marked, dired-flagged)
17546 (dired-warning, dired-directory, dired-symlink, dired-ignored):
17547 New faces.
17548 (dired-header-face, dired-mark-face, dired-marked-face)
17549 (dired-flagged-face, dired-warning-face, dired-directory-face)
17550 (dired-symlink-face, dired-ignored-face): New face variables.
17551 (dired-font-lock-keywords): Use them instead of font-lock faces.
17552 Split the rule for dired marks into 3 separate rules: for marks,
17553 marked file names and flagged file names.
17554
17555 * help-mode.el (help-make-xrefs): Add a final newline to the
17556 *Help* buffer.
17557
17558 2004-04-11 John Paul Wallington <jpw@gnu.org>
17559
17560 * replace.el (occur-engine): Distinguish between one and several
17561 matches in the matches per buffer heading.
17562
17563 2004-04-11 Kim F. Storm <storm@cua.dk>
17564
17565 * ido.el (ido-confirm-unique-completion): New defcustom.
17566 (ido-complete): Use it.
17567 (ido-write-file): Set it to t unconditionally.
17568
17569 2004-04-10 Miles Bader <miles@gnu.org>
17570
17571 RCS keyword removal (only non-comment changes are enumerated here):
17572
17573 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
17574 (byte-compile-insert-header): Don't use `byte-compile-version'.
17575 * forms.el (forms-version): Variable removed.
17576 (forms-mode): Don't use `forms-version'.
17577 * recentf.el (recentf-version): Variable removed.
17578 * progmodes/delphi.el (delphi-version): Variable removed.
17579 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
17580
17581 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17582
17583 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
17584
17585 2004-04-09 Jesper Harder <harder@ifa.au.dk>
17586
17587 * info.el (info-apropos): Improve menu item regexp.
17588
17589 2004-04-09 Simon Josefsson <jas@extundo.com>
17590
17591 * mail/smtpmail.el: Add comment, based on report by
17592 kdc@rcn.com (Kevin D. Clark).
17593
17594 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17595
17596 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17597 Redo one more thing that I didn't notice Daniel had undone.
17598
17599 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
17600
17601 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
17602 (gdb-goto-breakpoint, gdb-display-buffer)
17603 (gdb-display-source-buffer, gdb-view-source-function)
17604 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
17605 (gdb-source-info, gdb-frame-handler): Don't specify a window
17606 for display.
17607 (gdb-info-breakpoints-custom): Remove superfluous update of
17608 assembler buffer.
17609 (gdb-many-windows): Make settable outside gdb.
17610
17611 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
17612
17613 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
17614 Derive from fundamental-mode rather than text-mode.
17615
17616 2004-04-08 Juri Linkov <juri@jurta.org>
17617
17618 * info.el (Info-history): Doc fix.
17619 (Info-history-list): New var.
17620 (info-xref): Change magenta4 to blue, remove bold for dark and
17621 light backgrounds, change bold to underline for non-color classes.
17622 (info-xref-visited): New face.
17623 (Info-fontify-visited-nodes): New custom.
17624 (Info-hide-note-references): Add new value `hide'. Doc fix.
17625 (Info-reference-name): New var.
17626 (Info-selection-hook): New custom.
17627 (Info-edit-mode-hook): New var.
17628 (Info-find-file): New fun.
17629 (Info-find-node): Move part of code to Info-find-file.
17630 (Info-find-node-2): Add anchors to Info-history-list. Move point
17631 to the place with the reference name if name is defined.
17632 (Info-select-node): Add current node to Info-history-list.
17633 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
17634 (Info-search-whitespace-regexp): New custom.
17635 (Info-search-case-fold): New var.
17636 (Info-search): Add "case-sensitively" to the prompt.
17637 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
17638 (Info-search-case-sensitively, Info-search-next): New fun.
17639 (Info-up): Move point to the menu item of the current node.
17640 (Info-history): New fun. Add *info-history* to
17641 same-window-buffer-names.
17642 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
17643 (Info-insert-toc): New fun.
17644 (Info-build-toc): New fun.
17645 (Info-follow-reference): Add new arg `fork'. Doc fix.
17646 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
17647 with the same name prefer the reference closest to point.
17648 (Info-next-reference): Replace * by + in the *Note regexp.
17649 Add regexp for http:// and ftp://. Skip the *Note prefix.
17650 (Info-prev-reference): Replace * by + in the *Note regexp.
17651 Add regexp for http:// and ftp://. Skip the *Note prefix.
17652 (Info-follow-nearest-node): Add new arg `fork'.
17653 (Info-try-follow-nearest-node): Add new arg `fork'.
17654 Call browse-url for http:// and ftp:// references.
17655 Set Info-reference-name for index entries.
17656 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
17657 Info-search-next, Info-history, Info-toc, clone-buffer.
17658 (Info-menu-update): Replace * by + in the *Note regexp.
17659 (Info-mode): Add documentation for Info-history, Info-toc,
17660 Info-search-case-sensitively, Info-search-next, clone-buffer.
17661 (Info-fontify-menu-headers): Remove fun. Move code to
17662 Info-fontify-node.
17663 (Info-fontify-node): Add docstring. Add local vars
17664 fontify-visited-p and not-fontified-p. If not-fontified-p is t
17665 then fontify header line, titles, menu headers, http and ftp
17666 references, refill paragraphs. If not-fontified-p is t or
17667 fontify-visited-p is t then fontify cross references, menu items.
17668 Fontify menu headers. Fontify http and ftp references.
17669 Change regexp for cross references to require whitespace after *Note,
17670 add matching groups for file and node names. Remove hack for quote.
17671 Use display property for Info-hide-note-references=t. Use fifth
17672 or fourth match for help-echo. Display visited nodes in a
17673 different face. Unhide file names of external references.
17674 Unhide newlines. Display visited menu items in a different face.
17675
17676 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
17677
17678 * progmodes/compile.el: Require CL.
17679 (compilation-mode-font-lock-keywords): Re-install the "line as
17680 function" patch.
17681
17682 * help-fns.el (help-C-source-directory): New var.
17683 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
17684 (describe-function-1, describe-variable): Use them.
17685
17686 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
17687 to C source files specially.
17688
17689 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
17690
17691 * info.el (Info-hide-cookies-node): New function.
17692 (Info-select-node): Use it.
17693 (Info-display-images-node): Remove message with image file name.
17694
17695 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
17696
17697 * progmodes/compile.el (compilation-warning-face)
17698 (compilation-info-face, compilation-skip-threshold)
17699 (compilation-skip-visited, compilation-context-lines):
17700 Declare :version when added to Emacs.
17701 (compilation-error-regexp-alist-alist): Extend caml and irix.
17702 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
17703 (compilation-mode-font-lock-keywords): Temporarily undo line as
17704 function patch, which wasn't ready.
17705
17706 2004-04-07 Kenichi Handa <handa@m17n.org>
17707
17708 * international/latin1-disp.el (latin1-display-setup): Check each
17709 character is displayable or not instead of calling
17710 latin1-display-check-font.
17711
17712 2004-04-06 Kenichi Handa <handa@m17n.org>
17713
17714 * language/ethio-util.el (ethio-sera-being-called-by-w3):
17715 New variable.
17716 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
17717 instead of sera-being-called-by-w3.
17718 (ethio-fidel-to-sera-buffer): Likewise.
17719 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
17720 instead of sera-being-called-by-w3.
17721 (ethio-write-file): Likewise.
17722
17723 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17724
17725 * printing.el: Doc fix.
17726
17727 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
17728
17729 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
17730 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
17731 (gdb-setup-windows): Only use separate IO buffer if required.
17732
17733 2004-04-06 Kim F. Storm <storm@cua.dk>
17734
17735 * term.el (term-is-xemacs): Remove.
17736 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
17737 (term-window-width): New function.
17738 (term-mode, term-check-size): Use it.
17739 (term-mode): Disable overflow-newline-into-fringe in term buffer.
17740
17741 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
17742
17743 * cus-edit.el (custom-add-parent-links): Change unbound variable
17744 `symbol' to `name'.
17745
17746 2004-04-05 Jesper Harder <harder@ifa.au.dk>
17747 * info.el (info-apropos): New function.
17748 (Info-mode-menu): Add it.
17749 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
17750
17751 * help-mode.el (help-make-xrefs): Recognize aliased variable with
17752 inherited docstring.
17753
17754 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
17755
17756 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17757
17758 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
17759
17760 * progmodes/compile.el (font-lock): Don't require any more.
17761 (compilation-error-properties, compilation-start, compilation-sentinel)
17762 (compilation-filter, next-error): Use with-current-buffer.
17763 (compilation-skip-to-next-location, compilation-skip-threshold)
17764 (compilation-skip-visited): Move to silence the byte-compiler.
17765 (compilation-setup): Simplify.
17766 (compilation-next-error): Use line-(beginning|end)-position.
17767 Make sure `pt' is non-nil before using compilation-loop.
17768 (compile-goto-error): Add optional event arg. Use it.
17769 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
17770 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
17771 Update the binding for mouse-2.
17772 (first-error): Set compilation-current-error to nil rather than bob.
17773 (compilation-parsing-end, compilation-parse-errors-function)
17774 (compilation-error-list, compilation-old-error-list):
17775 "New" compatibility variables.
17776 (compile-buffer-substring, compilation-compat-error-properties)
17777 (compilation-compat-parse-errors, compilation-forget-errors):
17778 New compatibility functions.
17779 (compilation-mode-font-lock-keywords): Use them.
17780
17781 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
17782
17783 * autorevert.el (auto-revert-handler): If point (or a window
17784 point) is at the end of the buffer, keep it there after
17785 reverting. This allows to tail a file.
17786 Mention this in the `Commentary'.
17787
17788 * format.el (format-write-file): Add optional argument CONFIRM
17789 and make it behave like the analogous argument to `write-file'.
17790
17791 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17792
17793 * progmodes/ebnf2ps.el: Doc fix.
17794 (ebnf-version): New version number (4.2).
17795 (ebnf-syntax): Customization and docstring fix.
17796 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
17797 Put autoloaded funs before first use.
17798 (ebnf-style-database): Add dtd entry.
17799 (ebnf-syntax-alist): Add dtd initialization.
17800 (ebnf-token-sequence): New fun.
17801 (ebnf-comment-table): Add new comment action character.
17802 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
17803
17804 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
17805 Type Definition for XML).
17806
17807 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
17808 * progmodes/ebnf-bnf.el (ebnf-sequence):
17809 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
17810 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
17811 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
17812 Code simplification: call ebnf-token-sequence.
17813
17814 2004-04-04 Eli Zaretskii <eliz@gnu.org>
17815
17816 * calendar/timeclock.el (timeclock-relative)
17817 (timeclock-get-project-function, timeclock-get-workday-function)
17818 (timeclock-query-out, timeclock-when-to-leave)
17819 (timeclock-when-to-leave-string, timeclock-log-data)
17820 (timeclock-generate-report, timeclock-in): Doc fixes.
17821
17822 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17823
17824 * url/: New dir. Import the URL package from its repository.
17825
17826 2004-04-03 Andreas Schwab <schwab@suse.de>
17827
17828 * diff-mode.el (diff-mode): Fix missing quote.
17829
17830 2004-04-03 Juri Linkov <juri@jurta.org>
17831
17832 * descr-text.el (describe-property-list): Add `font-lock-face'.
17833
17834 * dired.el (dired-font-lock-keywords): Fix permission regexps.
17835
17836 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17837
17838 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
17839 Use utf-16le on little endian machines and utf-16be otherwise.
17840
17841 2004-04-02 David Kastrup <dak@gnu.org>
17842
17843 * net/browse-url.el (browse-url-generic): Use call-process
17844 instead of start-process to allow browsers that fork and detach.
17845
17846 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
17847
17848 * compile.el (compilation-current-error): New var.
17849 (compilation-setup, compile-mouse-goto-error)
17850 (compile-goto-error, next-error): Use it.
17851 (compilation-skip-to-next-location): Default to t, which gives
17852 contiguous skipping like old compile (where this was redundant).
17853 (compilation-next-error): Prevent previous-* commands from moving
17854 back to message at or just before point.
17855
17856 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
17857
17858 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
17859 (gdb-source-info): Don't display source at startup, if required.
17860 (gdb-show-main): New option.
17861 (gdba): Update documentation.
17862 (gdb-source): Cover case of auto-display output.
17863
17864 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
17865
17866 * autorevert.el: Delete obsolete autoloads and defvars.
17867 (auto-revert-check-vc-info): New user option.
17868 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17869 (auto-revert-handler-vc): Delete.
17870 (auto-revert-handler): Treat return value `fast' of
17871 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
17872
17873 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
17874 return `fast'.
17875
17876 * files.el (buffer-stale-function): Doc change.
17877
17878 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17879
17880 * printing.el: New tip on Tips section.
17881 (pr-version): New version number (6.7.4).
17882 (pr-shell-file-name): Initialization fix.
17883
17884 2004-03-31 Juri Linkov <juri@jurta.org>
17885
17886 * dired.el: Add autoload for `dired-do-touch'.
17887 (dired-touch-program): New var.
17888 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
17889 (dired-no-confirm): Add `touch' to docstring.
17890
17891 * dired-aux.el (dired-do-touch): New fun.
17892 (dired-do-chxxx): Add argument -t for touch operation.
17893
17894 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
17895 `dired-move-to-filename-regexp'.
17896
17897 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
17898
17899 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
17900
17901 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17902
17903 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
17904 and only if the buffer was modified.
17905
17906 2004-03-30 Kenichi Handa <handa@m17n.org>
17907
17908 * international/characters.el: Delete pairs for U+2308..U+230B.
17909
17910 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
17911
17912 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
17913 to detect the beginning of a level 2 or 3 annotation.
17914
17915 2004-03-29 Kenichi Handa <handa@m17n.org>
17916
17917 * international/ucs-tables.el (ucs-insert): Fix the error message.
17918
17919 2004-03-29 Kenichi Handa <handa@m17n.org>
17920
17921 * international/mule-util.el (char-displayable-p): Fix generation
17922 of XLFD file name.
17923
17924 * Makefile.in (setwins, setwins_almost): Change directory to $wd
17925 before finding directories by `find'.
17926
17927 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17928
17929 * subr.el (interactive-form): Delete. Now implemented in C.
17930
17931 * pcvs.el (cvs-parse-process): Workaround for Darwin.
17932
17933 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
17934 (vc-diff-label): New fun.
17935 (vc-diff-internal): Use it.
17936
17937 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
17938
17939 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17940
17941 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
17942
17943 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
17944 specify XML (EBNFX).
17945
17946 * progmodes/ebnf2ps.el: Doc fix.
17947 (ebnf-version): New version number (4.1).
17948 (ebnf-syntax): Adjust customization.
17949 (ebnf-style-database): Add ebnfx entry.
17950 (ebnf-syntax-alist): Add ebnfx initialization.
17951 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
17952
17953 * printing.el: Doc fix.
17954 (pr-version): New version number (6.7.3).
17955 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
17956 returns nil for mouse position. Reported by Drew Adams
17957 <drew.adams@oracle.com>.
17958 (pr-update-menus): Modify interactive declaration. Reported by Drew
17959 Adams <drew.adams@oracle.com>.
17960
17961 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
17962
17963 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
17964 (gud-gdba-marker-filter): Log the process input and output, if
17965 required. From Stefan Monnier.
17966 (gdb-debug-log, gdb-enable-debug-log): New variables.
17967 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
17968
17969 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17970
17971 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
17972 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
17973
17974 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
17975
17976 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
17977 Call vc-find-file-hook here instead of in auto-revert-buffers.
17978 (auto-revert-buffers): Delete call to vc-find-file-hook.
17979 (auto-revert-verbose, global-auto-revert-non-file-buffers)
17980 (global-auto-revert-mode, auto-revert-set-timer)
17981 (auto-revert-handler, auto-revert-buffers): Doc fixes.
17982
17983 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17984
17985 * woman.el (woman-change-fonts): Rename local variable
17986 woman-font-alist to font-alist to avoid a compiler warning.
17987
17988 2004-03-27 Dave Love <fx@gnu.org>
17989
17990 * emacs-lisp/rx.el (rx): Doc fix.
17991 Fix copyright years.
17992
17993 * strokes.el (strokes-global-set-stroke-string): New function.
17994 (strokes-list-strokes): Cope with strings, not just commands.
17995 Set foreground color of image.
17996 (strokes-global-set-stroke): Doc fix.
17997
17998 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
17999
18000 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
18001 Auto Revert mode.
18002 (Buffer-menu-files-only): New variable.
18003 (Buffer-menu-toggle-files-only): New function.
18004 (Buffer-menu-mode-map): Bind it to `T'.
18005 (Buffer-menu-mode): Mention `T' in docstring.
18006 Set buffer-stale-function.
18007 (list-buffers-noselect): Mark buffer non-modified and set
18008 Buffer-menu-files-only.
18009
18010 * dired.el (buffer-stale-function): Remove no longer needed defvar.
18011
18012 * autorevert.el (auto-revert-handler): Print revert message
18013 before, rather than after, reverting.
18014 (buffer-stale-function): Move to files.el.
18015
18016 * files.el (buffer-stale-function): Move here from autorevert.el.
18017
18018 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18019
18020 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
18021
18022 * calc/calc.el (calc-mode-map): Use mapc.
18023
18024 * apropos.el (apropos-mode): Don't autoload.
18025 (apropos-symbols-internal): New fun. Extracted from `apropos'.
18026 (apropos): Use it.
18027 (apropos-print): Add optional `text' argument.
18028 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
18029 Don't assume point-min == 1.
18030
18031 * bs.el (bs-buffer-list): Use buffer-local-value.
18032 (bs--set-toggle-to-show): Use with-current-buffer.
18033
18034 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
18035 New funs.
18036 (list-buffers-noselect): Use them. Adjust :align-to to new style.
18037
18038 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
18039
18040 * dabbrev.el (dabbrev-expand): Fix regexp construction.
18041 (dabbrev--find-expansion): Use pop.
18042 (dabbrev--search): Use match-string-no-properties.
18043
18044 * dired.el (dired-mode): Use run-mode-hooks.
18045 (dired-move-to-end-of-filename): Use match-string.
18046
18047 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
18048 is bound before using it.
18049 (ediff-verbose-p): Make it into a var since it's not constant.
18050
18051 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
18052
18053 * faces.el (read-face-font): Don't cons up unnecessarily.
18054 (header-line, tool-bar): Share common parts.
18055
18056 * files.el (file-relative-name): Use compare-strings.
18057
18058 * finder.el (finder-mode): Follow coding convention.
18059
18060 * subr.el (read-number): New function.
18061
18062 * ses.el (ses-read-number): Move to subr.el.
18063 (ses-set-header-row): Use read-number.
18064
18065 2004-03-26 Andre Spiegel <spiegel@gnu.org>
18066
18067 * vc-hooks.el (vc-arg-list): New function, which handles both
18068 compiled and uncompiled code.
18069 (vc-default-workfile-unchanged-p): Use it.
18070
18071 * vc.el (vc-print-log): Undo prev change, use new function
18072 vc-arg-list from vc-hooks.el.
18073
18074 2004-03-26 Masatake YAMATO <jet@gyve.org>
18075
18076 * simple.el (completion-setup-function): Emphasize the
18077 first uncommon characters in the completions; and de-emphasize
18078 the common prefix substrings.
18079 (completion-emphasis): New face.
18080 (completion-de-emphasis): New face.
18081
18082 2004-03-25 Juanma Barranquero <lektu@terra.es>
18083
18084 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
18085 Comment out (it's unused and unfinished code).
18086
18087 2004-03-25 Sam Steingold <sds@gnu.org>
18088
18089 * vc.el (vc-print-log): Fix a bug in the last patch:
18090 backend-function may be a byte-compiled object, not a lambda.
18091
18092 2004-03-25 Juri Linkov <juri@jurta.org>
18093
18094 * descr-text.el (describe-property-list): Add a button
18095 for `face' property that calls `describe-face'.
18096 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
18097
18098 * international/mule.el (keyboard-coding-system):
18099 * kmacro.el (kmacro-call-macro): Fix docstring.
18100
18101 * dired.el: Fix comments.
18102
18103 * textmodes/fill.el (fill): Fix Info link.
18104
18105 * font-lock.el (fast-lock, lazy-lock):
18106 * jit-lock.el (jit-lock): Remove links to removed Support Modes
18107 Info node.
18108
18109 * eshell/eshell.el (eshell): Fix broken info-link.
18110
18111 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
18112 * eshell/em-banner.el (eshell-banner):
18113 * eshell/em-smart.el (eshell-smart):
18114 * eshell/esh-cmd.el (eshell-cmd):
18115 Comment out broken info-links to incomplete Info manual.
18116
18117 * info-xref.el: Fix commentary.
18118
18119 2004-03-25 Kevin Ryde <user42@zip.com.au>
18120
18121 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
18122 Remove spurious node duplicate suppression, doesn't work, not wanted.
18123 (info-xref-output): Take format style args, add "sit-for 0" to let
18124 user see the results as they progress.
18125 (info-xref-check-all-custom): New function.
18126
18127 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
18128
18129 * gdb-ui.el: Moved to progmodes.
18130
18131 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18132
18133 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
18134
18135 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18136
18137 * calendar/appt.el (appt-check): Remove superfluous progn.
18138 When finished with diary buffer: if it was not being displayed
18139 before, kill it; otherwise restore its original state.
18140 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
18141
18142 * calendar/calendar.el (calendar-set-mode-line): Use total
18143 available mode-line width, rather than frame-width.
18144
18145 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
18146 after mode change so effect not lost.
18147
18148 2004-03-23 Dave Love <fx@gnu.org>
18149
18150 * dired.el (dired) <defgroup>: Add link to manual.
18151 (dired-font-lock-keywords): Add highlighting on unusual permissions.
18152 (dired-revert): Use dolist.
18153 (dired-mode-map): Add U binding.
18154 (dired-mode): Add font-lock-beginning-of-syntax-function.
18155 (dired-garbage-files-regexp): Make it a defcustom.
18156
18157 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18158
18159 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
18160 is equivalent to nil.
18161 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
18162 (vc-arch-mode-line-string): Accept `added' state.
18163 (vc-arch-state): Use inode-sigs if available.
18164 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
18165 Copy&delete existing id file if any. Fallback if uuidgen is absent.
18166 (vc-arch-tagline-re): New var.
18167 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
18168 New functions.
18169 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
18170 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
18171
18172 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
18173 (vc-file-not-found-hook): Use it.
18174
18175 * diff-mode.el (diff-default-read-only): Change default.
18176 (diff-mode-hook): Make it a defcustom. Add some options.
18177 (diff-mode-map): Bind diff-refine-hook.
18178 (diff-yank-handler): New var.
18179 (diff-yank-function): New fun.
18180 (diff-font-lock-keywords): Use them.
18181 (diff-end-of-file): Handle case where file-header looks like diff text.
18182 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
18183 (diff-file-kill): Delete a subsequent empty line, if applicable.
18184 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
18185 (diff-find-file-name): Use it.
18186 (diff-tell-file-name): New command.
18187 (diff-mode): Be careful with view-mode.
18188 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
18189 New functions, for use in diff-mode-hook.
18190 (diff-find-source-location): Catch "regex too large" errors.
18191 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
18192 (diff-refine-hunk): New command.
18193
18194 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
18195 (smerge-context-menu-map): Remove unused var.
18196 (smerge-keep-all): Preserve markers.
18197 (smerge-keep-n): New fun.
18198 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18199 (smerge-keep-current, smerge-ediff): Use it.
18200 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
18201 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
18202 (smerge-resolve): Resolve trivial 3-part conflicts.
18203
18204 2004-03-23 Juri Linkov <juri@jurta.org>
18205
18206 * man.el (Man-width): New var.
18207 (Man-getpage-in-background): Use it.
18208 (Man-support-local-filenames): New var and fun.
18209 (Man-build-man-command): Don't add a second %s.
18210 (Man-fontify-manpage): Clean up message.
18211 (Man-mode): Set outline-regexp, outline-level,
18212 imenu-generic-expression.
18213
18214 * woman.el (woman-fill-frame): Doc fix.
18215 (woman-decode-region): Use window-width instead of frame-width.
18216
18217 * abbrevlist.el (list-one-abbrev-table):
18218 * descr-text.el (describe-char):
18219 * international/mule-diag.el (describe-current-coding-system):
18220 * international/quail.el (quail-insert-decode-map):
18221 Use window-width instead of frame-width.
18222
18223 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
18224 (jka-compr-mode-alist-additions): Add tbz.
18225 (jka-compr-write-region, jka-compr-insert-file-contents):
18226 Add message for undefined compress-program.
18227 (jka-compr-write-region): Remove redundant var bindings.
18228
18229 * dired-x.el (dired-guess-shell-alist-default): Add choices for
18230 extracting files into subdirectory. Add tbz and dz. Fix regexps.
18231 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
18232 (dired-man): Use dired-guess-shell-command.
18233 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
18234 Change default nil to t.
18235
18236 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
18237 (dired-compare-directories): Add default value for empty input.
18238
18239 * help-at-pt.el: Move suggestions for key bindings to Commentary.
18240
18241 * time.el (display-time-string-forms): Fix help-echo date format.
18242
18243 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
18244
18245 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
18246 (buffer-stale-function): New variable.
18247 (auto-revert-list-diff, auto-revert-dired-file-list)
18248 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
18249 (auto-revert-handler): Take over some functionality of deleted
18250 functions.
18251 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
18252
18253 * dired.el (dired-directory-changed-p): New fun, extracted from
18254 dired-internal-noselect.
18255 (dired-buffer-stale-p): New fun.
18256 (dired-internal-noselect): Use dired-directory-changed-p.
18257 Eliminate revert messages.
18258 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
18259
18260 2004-03-23 Kenichi Handa <handa@m17n.org>
18261
18262 * international/characters.el: Setup syntaxes for more parentheses
18263 Unicode characters.
18264
18265 * international/mule-cmds.el (select-safe-coding-system):
18266 Merge coding-system and auto-cs before comparing them.
18267
18268 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18269
18270 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
18271
18272 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18273 normal-auto-fill-function and comment-indent-function.
18274 The default values now work just as well.
18275 Don't set font-lock-beginning-of-syntax-function since we already set
18276 syntax-begin-function.
18277 (lisp-outline-level): Put ;;;###autoload at same level as (.
18278 (prin1-char): Quote special chars.
18279
18280 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
18281 than with-no-warnings.
18282
18283 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
18284 if the source location can't be found.
18285 (edebug-compute-previous-result): Use prin1-char.
18286
18287 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
18288 (debug-ignored-errors): Add an entry.
18289
18290 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
18291 (byte-compile-file): Output warning when deleting a file.
18292
18293 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
18294 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
18295
18296 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
18297 (byte-compile-inline-expand): Use backquote.
18298 (byte-optimize-pure-func): Rename from byte-optimize-concat.
18299 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
18300
18301 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
18302
18303 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
18304
18305 2004-03-22 Juri Linkov <juri@jurta.org>
18306
18307 * finder.el (finder-known-keywords): Fix data, tex, unix.
18308
18309 * play/landmark.el: Fix keywords.
18310
18311 * language/ethio-util.el (ethio-find-file): Doc fix.
18312
18313 * emacs-lisp/warnings.el: Doc fix.
18314
18315 * textmodes/ispell.el (ispell-help): Doc fix.
18316
18317 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
18318
18319 * format.el (format-insert-file): Always return a list of two
18320 elements, like insert-file-contents does.
18321
18322 2004-03-21 Andre Spiegel <spiegel@gnu.org>
18323
18324 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
18325 and vc-BACKEND-diff.
18326 (vc-print-log): If the print-log implementation supports it, use
18327 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
18328 (vc-version-diff, vc-diff-internal): Doc fixes.
18329
18330 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
18331 implementation supports it, let diff output go to *vc*,
18332 not *vc-diff*, since this is an internal call.
18333
18334 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
18335
18336 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
18337
18338 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
18339
18340 2004-03-21 Dave Love <fx@gnu.org>
18341
18342 * progmodes/cfengine.el (cfengine-mode):
18343 Set parse-sexp-ignore-comments.
18344
18345 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
18346
18347 2004-03-21 Juanma Barranquero <lektu@terra.es>
18348
18349 * allout.el (allout-mode): Fix docstring.
18350
18351 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
18352
18353 * files.el (insert-directory): Fix bug if SWITCHES is a list.
18354
18355 * autorevert.el (auto-revert-interval): Make new value take
18356 effect immediately when set through Custom.
18357 (auto-revert-set-timer): Add interactive declaration.
18358
18359 2004-03-19 David Ponce <david@dponce.com>
18360
18361 * ruler-mode.el (ruler-mode-header-line-format-old):
18362 Don't `make-variable-buffer-local'.
18363 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
18364 (ruler-mode-header-line-format): Simply funcall the above.
18365 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
18366 to save/restore a previous header line format.
18367 (ruler-mode-space): Don't depend on a numeric WIDTH value.
18368 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
18369 fringes and margins width.
18370 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
18371
18372 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
18373
18374 * log-edit.el (log-edit-font-lock-keywords): Typo.
18375
18376 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
18377 (tex-send-tex-command): Rather than here.
18378 (tex-compilation-parse-errors): Simplify.
18379
18380 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
18381
18382 * time.el (display-time-string-forms): Add help-echo with date on time.
18383
18384 * composite.el (compose-region): Use restore-buffer-modified-p.
18385
18386 * disp-table.el (standard-display-8bit): Simplify.
18387
18388 * server.el (server-process-filter): Delete temp frame.
18389
18390 * add-log.el (add-change-log-entry): Simplify.
18391
18392 2004-03-19 Kim F. Storm <storm@cua.dk>
18393
18394 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
18395 (hexl-follow-line): Don't require 'fringe.
18396
18397 * progmodes/compile.el (compilation-start): Always set
18398 compilation-last-buffer and return it.
18399
18400 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
18401
18402 * simple.el (clone-buffer): Doc fix.
18403
18404 2004-03-18 Juanma Barranquero <lektu@terra.es>
18405
18406 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
18407
18408 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18409
18410 * log-edit.el (log-edit-font-lock-keywords): New var.
18411 (log-edit-mode): Use it.
18412
18413 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
18414
18415 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
18416 properly for watching in speedbar.
18417
18418 2004-03-17 Masatake YAMATO <jet@gyve.org>
18419
18420 * smerge-mode.el (smerge-popup-context-menu):
18421 Put `unwind-protect' around `overlay-put' and `popup-menu'.
18422
18423 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18424
18425 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
18426 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
18427 Take sealed revisions into account.
18428 (vc-arch-checkin): Extract a summary line from the message.
18429
18430 2004-03-16 Masatake YAMATO <jet@gyve.org>
18431
18432 * register.el (register): Provide `register' feature.
18433
18434 2004-03-15 Masatake YAMATO <jet@gyve.org>
18435
18436 Added context menu support in smerge mode.
18437 Most of the part is written by Stefan Monnier.
18438
18439 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
18440 New keymap and menu.
18441 (smerge-text-properties): New function.
18442 (smerge-remove-props): New function.
18443 (smerge-popup-context-menu): New function.
18444 (smerge-resolve): Call `smerge-remove-props'.
18445 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
18446 (smerge-keep-current): Ditto.
18447 (smerge-kill-current): New function.
18448 (smerge-match-conflict): Put text properties.
18449 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
18450
18451 2004-03-15 David Ponce <david@dponce.com>
18452
18453 * ruler-mode.el (ruler-mode-left-fringe-cols)
18454 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
18455 (ruler-mode-right-scroll-bar-cols): Remove.
18456 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
18457 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
18458 Use fringe-columns and scroll-bar-columns.
18459
18460 2004-03-15 Masatake YAMATO <jet@gyve.org>
18461
18462 * hl-line.el (hl-line-range-function): New variable.
18463 (hl-line-move): New function.
18464 (global-hl-line-highlight): Use `hl-line-move'.
18465 (hl-line-highlight): Ditto.
18466
18467 * scroll-bar.el (scroll-bar-columns):
18468 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
18469
18470 * ruler-mode.el (top-level): Require scroll-bar and fringe.
18471 (ruler-mode-left-fringe-cols)
18472 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
18473 (ruler-mode-right-scroll-bar-cols)
18474 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
18475 (ruler-mode-ruler-function): New variable.
18476 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
18477 if the value for `ruler-mode-ruler-function' is given.
18478
18479 * hexl.el (hexl-mode-hook): Make the hook customizable.
18480 (hexl-address-area, hexl-ascii-area): New customize variables.
18481 (hexlify-buffer): Put font-lock-faces on the address area and
18482 the ascii area.
18483 (hexl-activate-ruler): New function.
18484 (hexl-follow-line): New function.
18485 (hexl-highlight-line-range): New function.
18486 (hexl-mode-ruler): New function.
18487
18488 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
18489
18490 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
18491 (vc-default-find-file-hook): New fun.
18492 (vc-find-file-hook): Call new find-file-hook operation.
18493
18494 * vc-arch.el: New file.
18495
18496 2004-03-12 Jesper Harder <harder@ifa.au.dk>
18497
18498 * info-look.el (info-lookup): Reuse an existing Info window.
18499
18500 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18501
18502 * woman.el (woman-preserve-ascii): Default value changed to t and
18503 doc string revised.
18504
18505 2004-03-12 Richard M. Stallman <rms@gnu.org>
18506
18507 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
18508 Fix minor bug.
18509
18510 * replace.el (occur-engine): Change message for count of matches.
18511
18512 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
18513 For strings, do compare text properties.
18514
18515 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
18516
18517 * progmodes/compile.el (compile-auto-highlight)
18518 (compilation-error-list, compilation-old-error-list)
18519 (compilation-parse-errors-function, compilation-parsing-end)
18520 (compilation-error-message, compilation-directory-stack)
18521 (compilation-enter-directory-regexp-alist)
18522 (compilation-leave-directory-regexp-alist)
18523 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
18524 (compilation-current-file, compilation-regexps): Remove vars.
18525
18526 (compile-error-at-point, compilation-error-filedata)
18527 (compilation-error-filedata-file-name, compile-reinitialize-errors)
18528 (compilation-next-error-locus, compilation-forget-errors)
18529 (count-regexp-groupings, compilation-parse-errors)
18530 (compile-collect-regexps, compile-buffer-substring): Remove funs.
18531
18532 (compile-internal): Make obsolete.
18533
18534 (compilation-first-column, compilation-error)
18535 (compilation-directory-matcher, compilation-page-delimiter)
18536 (compilation-mode-font-lock-keywords, compilation-debug)
18537 (compilation-error-face, compilation-warning-face)
18538 (compilation-info-face, compilation-line-face)
18539 (compilation-column-face, compilation-enter-directory-face)
18540 (compilation-leave-directory-face, compilation-skip-threshold)
18541 (compilation-skip-visited, compilation-context-lines): New vars.
18542
18543 (compilation-warning-face, compilation-info-face)
18544 (compilation-message-face): New faces.
18545
18546 (compilation-error-regexp-alist-alist): New constant.
18547
18548 (compilation-face, compilation-directory-properties)
18549 (compilation-assq, compilation-error-properties, compilation-start)
18550 (define-compilation-mode, compilation-loop)
18551 (compilation-set-window): New functions.
18552
18553 (compile): Additional argument for interactive compiles like TeX.
18554
18555 * progmodes/grep.el (kill-grep): Move here from compile.el
18556 (grep-error, grep-hit-face, grep-error-face)
18557 (grep-mode-font-lock-keywords): New variables.
18558 (grep-regexp-alist): Simplify regexp and add `binary' case.
18559 (grep-mode): New mode.
18560 (grep-process-setup): Simplify.
18561
18562 2004-03-11 Jason Rumney <jasonr@gnu.org>
18563
18564 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
18565 letters on DOS/Windows.
18566
18567 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
18568
18569 * server.el (server-name): New var.
18570 (server-socket-dir): New var to replace server-socket-name.
18571 (server-start): Use them.
18572
18573 2004-03-11 Simon Josefsson <jas@extundo.com>
18574
18575 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
18576 died to avoid infloop. Reported by Jonathan Glauner
18577 <jglauner@sbum.org>.
18578
18579 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18580
18581 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
18582 (smerge-mode-menu): Use it to deactivate menu entries.
18583 (smerge-keep-current): New fun.
18584 (smerge-keep-current): Use it.
18585
18586 2004-03-10 John Paul Wallington <jpw@gnu.org>
18587
18588 * foldout.el (foldout-fold-list, foldout-modeline-string):
18589 Declare them as variables, not constants.
18590
18591 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18592
18593 * ps-print.el: Modification to print *Messages* buffer.
18594 (ps-print-version): New version 6.6.4.
18595 (ps-message-log-max): New fun.
18596 (ps-spool-without-faces, ps-spool-with-faces)
18597 (ps-count-lines-preprint): Code fix.
18598
18599 * printing.el: New tips in Tips section.
18600
18601 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18602
18603 * delim-col.el: Doc fix.
18604
18605 * printing.el: Doc fix. New doc section (Tips).
18606
18607 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
18608
18609 * type-break.el (type-break-emacs-variant): Remove.
18610 (type-break-run-at-time, type-break-cancel-function-timers):
18611 Use fboundp rather than version name and number.
18612
18613 2004-03-09 Masatake YAMATO <jet@gyve.org>
18614
18615 * hexl.el (hexl-mode): Use `make-local-variable' instead of
18616 `make-variable-buffer-local'.
18617
18618 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
18619
18620 * find-dired.el (find-dired): Call `shell-command' instead of
18621 `start-process-shell-command'. By this, Tramp takes over
18622 handling of remote directories.
18623
18624 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18625
18626 * newcomment.el (comment-use-global-state): New var.
18627 (comment-search-forward): Use it.
18628
18629 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
18630
18631 * cus-edit.el (fill) <defgroup>: Move to fill.el.
18632
18633 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
18634 (enable-kinsoku): Make it a defcustom.
18635 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
18636 paragraph to same-comment-start-marker.
18637
18638 2004-03-07 Dave Love <fx@gnu.org>
18639
18640 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
18641 (browse-url-mail): Use it.
18642
18643 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
18644 (rfc2368-unhexify-string): Use replace-regexp-in-string.
18645
18646 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18647
18648 * woman.el (woman-man.conf-path): Doc fix.
18649 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
18650
18651 2004-03-07 Eli Zaretskii <eliz@gnu.org>
18652
18653 * sort.el (sort-columns): Remove ms-dos from the list of systems
18654 where the external `sort' command is not used.
18655
18656 2004-03-07 Kim F. Storm <storm@cua.dk>
18657
18658 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
18659 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
18660 from overlay-arrow-variable-list.
18661 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
18662
18663 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
18664
18665 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
18666 overlay arrow string properly for the assembler buffer.
18667
18668 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
18669
18670 * mail/sendmail.el (mail-mode): Fix last change.
18671
18672 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
18673
18674 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
18675 for the assembler buffer.
18676 (gdb-assembler-custom): Position the overlay arrow.
18677 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
18678
18679 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
18680
18681 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
18682
18683 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
18684 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
18685
18686 * mail/sendmail.el (mail-mode): Set comment-start-skip.
18687
18688 * newcomment.el (uncomment-region): Allow non-terminated comment.
18689 (comment-normalize-vars): Check the user-specified comstart marker.
18690
18691 2004-03-04 Jesper Harder <harder@ifa.au.dk>
18692
18693 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
18694 Otherwise, do use it if the region only contains font-lock text
18695 properties.
18696
18697 2004-03-04 Masatake YAMATO <jet@gyve.org>
18698
18699 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
18700 as the callback function for eldoc.
18701 (hexl-print-current-point-info): New function.
18702 (hexl-current-address): Print the address in both decimal
18703 and hexadecimal format.
18704
18705 2004-03-04 Richard M. Stallman <rms@gnu.org>
18706
18707 * mail/rmail.el (rmail-convert-to-babyl-format):
18708 Specify t for UNIBYTE when calling mail-unquote-printable-region.
18709
18710 * mail/mail-utils.el (mail-unquote-printable-region):
18711 New arg UNIBYTE.
18712
18713 * startup.el (command-switch-alist): Doc fix.
18714
18715 * simple.el (undo): Temporarily set this-command to `undo-start',
18716 then set it to `undo' once undo-start returns without error.
18717
18718 * simple.el (minibuffer-history-sexp-flag): Doc fix.
18719
18720 * simple.el (kill-line): Don't disregard trailing whitespace
18721 in eol condition, if show-trailing-whitespace is set.
18722
18723 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
18724 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
18725 When disabling, restore old values only if mouse-sel-has-been-enabled.
18726
18727 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
18728 (isearch-{-char): New function.
18729 (isearch-mode-map): Bind { to isearch-{-char.
18730
18731 * font-lock.el (lisp-font-lock-keywords-2):
18732 Turn off the CL with-... and do-... general patterns.
18733 Instead, recognize several specific with... and do... constructs.
18734
18735 * files.el (switch-to-buffer-other-window):
18736 Bind same-window-buffer-names and same-window-regexps to nil.
18737 (switch-to-buffer-other-frame): Likewise.
18738
18739 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
18740
18741 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
18742 recognizing leading comment on code line.
18743
18744 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
18745
18746 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
18747 hidden files/directories.
18748
18749 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
18750
18751 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
18752 only comment-start (in case the mode hasn't set it).
18753
18754 * Makefile.in (AUTOGENEL): New var.
18755 (bootstrap-prepare): Rename from bootstrap-clean.
18756 Don't remove elc files.
18757 (maintainer-clean): New target.
18758
18759 * xml.el (xml-get-attribute-or-nil): Simplify.
18760
18761 2004-03-02 Juri Linkov <juri@jurta.org>
18762
18763 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
18764 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
18765 URL to prevent their substitution with the environment variable
18766 values by browsers.
18767
18768 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18769
18770 * ps-print.el: Doc fix.
18771 (ps-print-version): New version number (6.6.3).
18772 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
18773 Docstring fix.
18774 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
18775 before printing.
18776 (ps-time-stamp-yyyy-mm-dd): New fun.
18777 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
18778
18779 2004-03-02 Kim F. Storm <storm@cua.dk>
18780
18781 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
18782
18783 2004-03-01 Juanma Barranquero <lektu@terra.es>
18784
18785 * allout.el (allout-rebullet-heading): Fix typo in docstring.
18786
18787 * desktop.el (desktop-file-version)
18788 (desktop-after-read-hook): Fix typos.
18789 (desktop-clear-preserve-buffers): Remove redundant info in
18790 docstring already shown by the obsolescence message.
18791 (desktop-truncate, desktop-internal-v2s)
18792 (desktop-value-to-string): Change argument name to match docstring.
18793
18794 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
18795
18796 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
18797 docstring.
18798
18799 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18800
18801 * printing.el: Replace "As Is..." in PostScript file print/preview by
18802 "No Preprocessing...". Suggested by Colin Marquardt
18803 <_marquardt_@zmd.de>.
18804 (pr-insert-section-4): Adjust buffer interface.
18805
18806 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
18807
18808 Version 2.0.39 of Tramp released.
18809
18810 * net/tramp.el (tramp-handle-file-local-copy)
18811 (tramp-handle-write-region, tramp-open-connection-rsh):
18812 Variable name typo. Small change. From Patrick Tullmann
18813 <tullmann@flux.utah.edu>.
18814 (tramp-process-connection-type): New variable.
18815 (tramp-maybe-open-connection): Use it.
18816 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
18817 (tramp-touch): Set last-modified time of a remote file.
18818 (tramp-handle-write-region): Say which function is used when encoding.
18819
18820 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
18821
18822 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
18823 case of non-existing filename, too. Reported by Christoph Bauer
18824 <c_bauer@informatik.uni-kl.de>.
18825 (tramp-smb-get-file-entries): The directory in question should
18826 have permissions "drwxrwxrwx". Just virtual, because we don't
18827 know the real permissions. Don't we know?
18828 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
18829 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
18830 (tramp-smb-wait-for-output): Optimize algorithm getting pending
18831 output. If it was received chunkwise, there have been problems.
18832 Remove the "prompt not found" error message; it is obvious.
18833 Simplify algorithm.
18834 (tramp-smb-process-running): Remove. Since we acknowledge the
18835 virtual prompt for shares, there's no need for distinction of
18836 reading shares (process ends afterwards) and interactive mode of
18837 smblient.
18838 (tramp-smb-open-connection): Setting process sentinel removed.
18839 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
18840 "NT_STATUS_NETWORK_ACCESS_DENIED".
18841 (tramp-smb-maybe-open-connection): Set `process-connection-type'
18842 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
18843 (top-level): Setting default value in `tramp-default-method-alist'
18844 corrected. Order of USER and HOST have been wrong.
18845 Nobody complained for months ...
18846 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
18847 (tramp-smb-open-connection): Clear password cache if login has failed.
18848
18849 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
18850 `tramp-unified-filenames'.
18851 (tramp-completion-mode): Make test for XEmacs explicitly.
18852 `event-to-character' can exists in Emacs packages too.
18853 Reported by Matt Swift <swift@alum.mit.edu>.
18854 (tramp-buffer-name): Buffer name must contain the user if exists.
18855 Reported by Adrian Phillips <a.phillips@met.no>.
18856 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
18857 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
18858 (tramp-do-copy-or-rename-file-out-of-band): Rename from
18859 `tramp-do-copy-or-rename-file-one-local', because it handles also
18860 the case both files use the same out-of-band method.
18861 Implementation added.
18862 (tramp-handle-file-local-copy, tramp-handle-write-region):
18863 Out-of-band handling removed. `copy-file' called instead, which
18864 calls `tramp-do-copy-or-rename-file-out-of-band'.
18865 (tramp-action-password): Check for out-of-band method removed.
18866 This function is used for 'login-program.
18867 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
18868 appropriate.
18869 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
18870 and `tramp-parse-sknownhosts'.
18871 (tramp-completion-function-alist): It's a defvar now, because we
18872 want to apply the optimized `tramp-set-completion-function'
18873 instead of a static list.
18874 (tramp-set-completion-function): Implementation tuned.
18875 Avoid double entries, and entries where the function or the
18876 file/directory doesn't exist.
18877 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
18878 for SSH2.
18879 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
18880 (tramp-handle-dired-compress-file): New function.
18881 (tramp-async-proc): New variable.
18882 (tramp-handle-shell-command): Adding asynchronous processes.
18883 They are far from being perfect, but it works at least for
18884 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
18885 (top-level): Require password.el if visible. Should be mandatory
18886 once No Gnus has found its way into (X)Emacs.
18887 (tramp-read-passwd): Invoke `password-read' if available,
18888 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
18889 fallback any longer.
18890 (tramp-clear-passwd): New function.
18891 (tramp-process-actions, tramp-process-multi-actions):
18892 Clear password cache if login has failed.
18893
18894 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
18895 its own module.
18896 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
18897 `ange-ftp-ftp-name-res'. There could be incorrect values from
18898 previous calls in case the "ftp" method is used in the Tramp file
18899 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18900
18901 2004-02-28 Richard M. Stallman <rms@gnu.org>
18902
18903 * term.el (term-mouse-paste): Call mouse-set-point.
18904
18905 * thumbs.el: New file.
18906
18907 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18908
18909 * progmodes/ebnf-abn.el: Doc fix.
18910
18911 * progmodes/ebnf-bnf.el: Doc fix.
18912 (ebnf-repeat): Code fix.
18913
18914 * progmodes/ebnf2ps.el: Doc fix.
18915 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
18916
18917 2004-02-28 Juri Linkov <juri@jurta.org>
18918
18919 * ffap.el (dired-at-point): Additional writability test for
18920 relative directory names.
18921 (dired-at-point-prompter): Treat directories as a directory, get
18922 the directory component from files.
18923 (ffap-string-at-point): Return string from region if region is active.
18924 (ffap-file-at-point): Remove redundant code.
18925
18926 2004-02-28 Kim F. Storm <storm@cua.dk>
18927
18928 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
18929 Initialize margin area images to nil.
18930 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
18931 (breakpoint-enabled-bitmap-face)
18932 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
18933 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
18934 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
18935 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
18936 (gdb-reset): Use gdb-remove-breakpoint-icons.
18937 (gdb-put-string): Add dprop arg to specify alternative display
18938 property (for setting fringe bitmap).
18939 (gdb-remove-strings): Doc fix.
18940 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
18941 icon in fringe (if available), or else as icon or text in display
18942 margin. Creates necessary icons in breakpoint-bitmap,
18943 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
18944 Also make left window margin if required.
18945 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
18946 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
18947 no longer needed.
18948 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
18949 gdb-put-breakpoint-icon.
18950 (gdb-assembler-mode): Don't set left-margin-width here.
18951
18952 2004-02-27 Kevin Ryde <user42@zip.com.au>
18953
18954 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
18955 comma, so that it DTRT in macros.
18956
18957 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
18958
18959 * progmodes/sh-script.el (sh-shell-arg)
18960 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
18961 (sh-leading-keywords, sh-other-keywords): Fix custom type.
18962
18963 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
18964
18965 * faces.el (face-spec-set-match-display): Add a new attribute,
18966 `min-colors'.
18967 (region, highlight, secondary-selection): Use `min-colors'.
18968
18969 * custom.el (defface): Add documentation for `min-colors'.
18970
18971 * font-lock.el (font-lock-comment-face, font-lock-string-face)
18972 (font-lock-keyword-face, font-lock-function-name-face)
18973 (font-lock-variable-name-face, font-lock-constant-face):
18974 Use `min-colors'.
18975
18976 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
18977
18978 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18979
18980 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
18981 define assq-delete-all if it's not defined.
18982 (ebnf-generate-region): Code fix.
18983
18984 * printing.el: Doc fix.
18985 (pr-version): New version number (6.7.2).
18986 (pr-command): Return empty string if command is an empty string.
18987
18988 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18989
18990 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
18991
18992 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
18993 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
18994 semi-down-full. Fix a bug on productions like test = {"test"}* | (
18995 "tt" ["test"] ). Reported by Markus Dreyer
18996 <mdreyer@ix.urz.uni-heidelberg.de>.
18997 (ebnf-version): New version number (4.0).
18998 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
18999 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
19000 (ebnf-delete-style): New commands.
19001 (ebnf-directory, ebnf-file): New funs.
19002 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
19003 (ebnf-production-name-p, ebnf-stop-on-error): New options.
19004 (ebnf-syntax-alist): New var.
19005 (ebnf-element-width): New fun replacing ebnf-list-width.
19006 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
19007 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
19008 (ebnf-prologue): Adjust vars.
19009 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
19010 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
19011 (ebnf-check-style-values, ebnf-generate-production)
19012 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
19013 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
19014 (ebnf-token-repeat): Code fix.
19015
19016 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
19017 %right, %left and %prec. Suggested by Matthew K. Junker
19018 <junker@alum.mit.edu>.
19019 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
19020
19021 * progmodes/ebnf-iso.el: Doc fix.
19022 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
19023 (ebnf-iso-lex): Code fix.
19024
19025 * progmodes/ebnf-bnf.el: Doc fix.
19026 (ebnf-bnf-lex): Code fix.
19027
19028 * progmodes/ebnf-otz.el: Doc fix.
19029
19030 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
19031
19032 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
19033 (abbrev-prefix-mark): Doc fix.
19034
19035 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
19036
19037 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
19038 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
19039 (gdb-var-delete): Make interactive (really).
19040 (gdb-edit-value): Make non-interactive.
19041
19042 * progmodes/gud.el (gud-speedbar-menu-items):
19043 Add gdb-var-delete and, indirectly, gdb-edit-value.
19044 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
19045 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
19046 (gud-gdb-marker-filter): Add comment for annotations.
19047
19048 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19049
19050 * calendar/calendar.el (generate-calendar)
19051 (calendar-read-date): Prevent display of BC calendars once more -
19052 reverts 2003-10-01 change.
19053 (generate-calendar-month): Doc fix.
19054
19055 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
19056
19057 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
19058 return value of increment-calendar-month.
19059
19060 2004-02-21 Stephen Compall <s11@member.fsf.org>
19061
19062 * saveplace.el (save-place-forget-unreadable-files)
19063 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
19064 (save-place-forget-unreadable-files): New function.
19065 (save-place-alist-to-file): Use it to filter out files that are
19066 no longer readable.
19067
19068 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
19069 current Texinfo environment, using the same method as in
19070 `texinfo-insert-@end', and insert a space rather than a newline if
19071 point in a @table environment.
19072
19073 2004-02-21 Juri Linkov <juri@jurta.org>
19074
19075 * ffap.el (ffap-file-at-point): Try parent directories.
19076
19077 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
19078
19079 * vcursor.el (vcursor-modifiers): New defcustom.
19080 (vcursor-cs-binding): Use vcursor-modifiers instead of a
19081 hard-coded list.
19082
19083 2004-02-21 Masatake YAMATO <jet@gyve.org>
19084
19085 * play/animate.el (animate-birthday-present): Accept names other
19086 than `Sarah', too.
19087
19088 2004-02-21 Juri Linkov <juri@jurta.org>
19089
19090 * startup.el: Remove table of command line arguments from the
19091 Commentary section.
19092
19093 2004-02-20 John Wiegley <johnw@newartisans.com>
19094
19095 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
19096 again" modifier from 'e' to 'E', since 'e' is also used by the
19097 "file extension" modifier.
19098
19099 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
19100
19101 * help-fns.el (describe-categories): Doc fix.
19102
19103 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19104
19105 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
19106 temporary file for buffer already visiting one. This change makes
19107 output likely to be directly usable by patch program.
19108 Suggested by Adrian Aichner <adrian@xemacs.org>
19109
19110 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
19111
19112 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
19113 case of variables defined in compound statements.
19114 (gdb-setup-windows, gdb-source-info, gdb-source-info):
19115 Simplify constructions using switch-to-buffer.
19116
19117 2004-02-19 Simon Josefsson <jas@extundo.com>
19118
19119 * play/morse.el: Fix typo.
19120 (morse-code): Add @.
19121
19122 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19123
19124 * calendar/appt.el (appt-display-format): Change default to
19125 'ignore, for backwards compatibility.
19126 (appt-display-message): If appt-display-format is 'ignore,
19127 respect old vars appt-msg-window and appt-visible.
19128 (appt-activate): Don't depend on return value of cancel-timer.
19129
19130 * calendar/calendar.el (calendar-holidays): Doc fix.
19131
19132 * calendar/cal-coptic.el (coptic-prompt-for-date):
19133 Use assoc-string instead of assoc-ignore-case.
19134 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
19135 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
19136 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
19137 * calendar/cal-islam.el (calendar-goto-islamic-date)
19138 (mark-islamic-diary-entries): Ditto.
19139 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
19140 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
19141 (calendar-read-mayan-tzolkin-date): Ditto.
19142 * calendar/calendar.el (calendar-read-date): Ditto.
19143 * calendar/diary-lib.el (mark-diary-entries): Ditto.
19144
19145 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
19146
19147 * progmodes/executable.el (executable-command-find-posix-p):
19148 Fix choice of the directory.
19149
19150 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
19151
19152 * simple.el (interprogram-cut-function)
19153 (interprogram-paste-function, kill-new, kill-append):
19154 Doc fixes.
19155 (kill-region): Make it return nil. Doc fix.
19156 (yank-pop): Make its argument optional.
19157 (yank): Make ARG `-' equivalent to `-1'.
19158
19159 2004-02-17 Eli Zaretskii <eliz@gnu.org>
19160
19161 * mail/rmail.el (rmail-get-new-mail): Don't reference
19162 rmail-use-spam-filter if rmail-spam-filter is not loaded.
19163
19164 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
19165
19166 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
19167 if one of global-auto-revert-non-file-buffers or autorevert-mode
19168 is non-nil.
19169
19170 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19171
19172 * subr.el (delete-dups): A better implementation from Karl Heuer
19173 <kwzh@gnu.org>.
19174
19175 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
19176
19177 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
19178 correct place.
19179 * progmodes/icon.el (icon-indent-command): Ditto.
19180 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
19181
19182 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19183
19184 * progmodes/grep.el (grep-compute-defaults): Undo change from
19185 2004-01-29: don't use executable-command-find-posix-p.
19186
19187 2004-02-16 Richard Sharman <rsharman@pobox.com>
19188
19189 * hilit-chg.el: Use require instead of eval-and-compile.
19190 (highlight-compare-buffers): New function.
19191
19192 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
19193
19194 * man.el (Man-fontify-manpage): Render section headings in
19195 `Man-overstrike-face' even when overstrike was not used by man
19196 formatter for section headings.
19197
19198 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
19199
19200 * rmail-spam-filter.el (vm-use-spam-filter)
19201 (rsf-min-region-length-added-to-spam-list): New variables.
19202 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
19203 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
19204 spam testing. Don't delete spam message if automatic deletion
19205 after output via variable rmail-delete-after-output is turned on.
19206 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
19207 rsf-bbdb-dont-create-entries-for-spam.
19208 (check-field): New function, extracted from code in
19209 rmail-spam-filter to ease addition of header fields like content-type.
19210 (message-content-type): New variable to check the content-type:
19211 field added, also in defcustom of rsf-definitions-alist.
19212 (rmail-spam-filter): Replace repeated test code for header fields
19213 by calls to check-field; change the call to
19214 rmail-output-to-rmail-file such that rmail-current-message stays
19215 the same to avoid wrong deletion of unseen flags.
19216 (rsf-add-contents-type): New function to convert old format
19217 of rmail-spam-definitions-alist into new one.
19218 Change prefixes of all variables and functions from
19219 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
19220
19221 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19222
19223 * loadhist.el (unload-hook-features-list): New defvar.
19224
19225 2004-02-16 Dave Love <fx@gnu.org>
19226
19227 * loadhist.el (unload-feature): Doc fix. Rename flist to
19228 unload-hook-features-list.
19229
19230 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
19231
19232 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
19233 cookie. Don't check if we are looking-at open-formula.
19234
19235 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
19236
19237 * subr.el (match-string-no-properties): Use substring-no-properties.
19238
19239 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19240
19241 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
19242 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
19243 Use lower-case "rx" in all error message.
19244
19245 2004-02-16 Dave Love <fx@gnu.org>
19246
19247 * emacs-lisp/rx.el (rx-or): Put group around result.
19248 (rx-constituents): Add backref.
19249 (rx-syntax): Add string-delimiter, comment-delimiter.
19250 (rx-categories): Add combining-diacritic.
19251 (rx-check-not, rx-greedy, rx): Doc fix.
19252 (rx-backref, rx-check-backref): New.
19253
19254 2004-02-16 Jesper Harder <harder@ifa.au.dk>
19255
19256 * newcomment.el (uncomment-region): Allow eob as comment end.
19257
19258 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
19259
19260 * filecache.el: All message and error commands now use prefix
19261 "Filecache:" to make it easy to read *Messages* buffer.
19262
19263 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
19264
19265 * autorevert.el: Add support to detect changed dired and VC buffers.
19266 (auto-revert-active-p, auto-revert-list-diff)
19267 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
19268 (auto-revert-handler, auto-revert-active-p): New functions.
19269 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
19270 and `auto-revert-active-p'.
19271 (eval-when-compile): Defvar dired-directory and vc-mode.
19272 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19273 (auto-revert-handler-vc): New functions.
19274
19275 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
19276
19277 * progmodes/compile.el (compilation-directory): New defvar.
19278 (compile): Save current directory in compilation-directory.
19279 (recompile): Bind default-directory to compilation-directory if
19280 that is non-nil.
19281
19282 2004-02-16 Dave Love <fx@gnu.org>
19283
19284 * newcomment.el (comment-insert-comment-function)
19285 (comment-region-function, uncomment-region-function): New.
19286 (comment-indent): Use comment-insert-comment-function.
19287 (uncomment-region): Use uncomment-region-function.
19288 (comment-region): Use comment-region-function.
19289
19290 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
19291
19292 2004-02-16 Richard Stallman <rms@gnu.org>
19293
19294 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
19295 loaddefs* and ldefs-boot*.
19296
19297 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19298
19299 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
19300 and email address at the beginning and end of the address.
19301
19302 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
19303 anchored at the beginning of the email address.
19304
19305 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
19306
19307 * international/ccl.el (ccl-compile-write): Pass `left' to
19308 ccl-embed-code to generate correct code of write-expr-register.
19309
19310 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
19311
19312 * progmodes/grep.el (grep-compute-defaults): Fix typos.
19313
19314 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19315
19316 * x-dnd.el: Mention support for Motif in commentary.
19317 (x-dnd-handle-drag-n-drop-event): Ditto.
19318
19319 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
19320
19321 * ses.el: Use "ses--" prefixes for buffer-local variables.
19322 Use (point-min) instead of 1, even when we know the buffer
19323 is unnarrowed.
19324 (ses-build-load-map): Delete. Distribute its content to defconsts for
19325 the three maps.
19326 (ses-menu, ses-header-line-menu): New menus.
19327 (ses-mode-map): Use them.
19328 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
19329
19330 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
19331
19332 * Makefile.in: Fix the CC Mode recompile kludge so it works
19333 when building in a different directory.
19334
19335 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
19336
19337 * simple.el (kill-new): Put yank-handler property on the entire string.
19338
19339 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19340
19341 * diff.el: Don't use compile any more, use diff-mode instead.
19342 (diff-regexp-alist, diff-old-file, diff-new-file)
19343 (diff-parse-differences, diff-process-setup): Remove.
19344 (diff-sentinel): New fun.
19345 (diff): Use it. Run the process ourselves.
19346 Use diff-mode for the rest of the processing.
19347
19348 * diff.el (diff): Simplify code handling `switch'.
19349
19350 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19351
19352 * pcvs-defs.el (cvs-menu): Add `tag'.
19353
19354 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
19355
19356 * simple.el (kill-append): Doc fix.
19357
19358 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19359 Adapt outline-regexp to the new conventions for commenting out code.
19360
19361 2004-02-11 John Paul Wallington <jpw@gnu.org>
19362
19363 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
19364
19365 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
19366
19367 * diff.el (diff-switches): New fun.
19368 (diff, diff-backup): Use it.
19369 (diff): Clean up the args construction. Use backquote.
19370 Use listp instead of consp to avoid putting a nil arg.
19371 (diff): Add a revert-buffer function.
19372
19373 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19374
19375 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
19376 handled by x-dnd-handle-file-name.
19377 (x-dnd-known-types): Add COMPOUND_TEXT.
19378 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
19379 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
19380 x-dnd-empty-state.
19381 (x-dnd-forget-drop): Ditto.
19382 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
19383 (x-dnd-handle-one-url): Return private when inserting text.
19384 (x-dnd-insert-ctext): New function.
19385 (x-dnd-handle-file-name): New function for FILE_NAME.
19386 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
19387 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
19388 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
19389
19390 2004-02-10 Kenichi Handa <handa@m17n.org>
19391
19392 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
19393 instead of while loop.
19394
19395 2004-02-10 Miles Bader <miles@gnu.org>
19396
19397 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
19398
19399 2004-02-09 Kenichi Handa <handa@m17n.org>
19400
19401 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
19402 have end-of-line.
19403
19404 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
19405
19406 * Makefile.in: Added extra dependencies in the recompile target
19407 needed to cope with the compile time macro expansions in CC Mode.
19408
19409 2004-02-09 Kim F. Storm <storm@cua.dk>
19410
19411 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
19412 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
19413 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
19414 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
19415 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
19416 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
19417 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
19418 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
19419 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
19420 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
19421 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
19422
19423 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
19424
19425 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
19426 Don't allow shrink if there's a window on our right.
19427
19428 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
19429 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
19430 Bring together declaration and initialization.
19431 (prolog-mode-variables): Don't set the syntax table.
19432 Don't set paragraph-start and comment-indent-function.
19433 Add /*..*/ to the comment regexps.
19434 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
19435 (prolog-mode-map): Don't bind TAB.
19436 (prolog-mode): Set the syntax table.
19437 (prolog-comment-indent): Remove.
19438 (inferior-prolog-mode-map): Initialize in the declaration.
19439 (inferior-prolog-mode-syntax-table)
19440 (inferior-prolog-mode-abbrev-table): New vars.
19441 (inferior-prolog-mode): Derive from comint-mode.
19442 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
19443 minibuffer windows.
19444
19445 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
19446 in file names, as long as it is unambiguous.
19447
19448 2004-02-08 Andreas Schwab <schwab@suse.de>
19449
19450 * textmodes/reftex-toc.el
19451 (reftex-toc-load-all-files-for-promotion): Remove useless use of
19452 format. Doc fix.
19453
19454 * textmodes/refer.el (refer-find-entry-internal): Remove extra
19455 format string arguments.
19456
19457 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
19458 string argument.
19459
19460 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
19461
19462 * play/zone.el (zone-call): Fix format string.
19463
19464 * net/webjump.el (webjump-builtin): Add missing format string argument.
19465
19466 * midnight.el (midnight-delay-set): Remove extra format string argument.
19467
19468 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
19469
19470 * hexl.el (hexl-insert-char): Add missing format string argument.
19471
19472 * format.el (format-decode): Fix format string.
19473
19474 * emulation/vi.el (vi-mode): Remove extra format string argument.
19475 (vi-repeat-last-search): Likewise.
19476 (vi-reverse-last-search): Likewise.
19477 (vi-goto-mark): Likewise.
19478 (vi-reverse-last-find-char): Likewise.
19479 (vi-repeat-last-find-char): Likewise.
19480 (vi-locate-def): Likewise.
19481
19482 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
19483
19484 * ediff-util.el (ediff-toggle-read-only): Remove extra format
19485 string argument.
19486 (ediff-toggle-regexp-match): Likewise.
19487
19488 * dired-aux.el (dired-do-query-replace-regexp): Add missing
19489 format string argument.
19490
19491 * calc/calc-map.el (calc-get-operator): Remove extra format
19492 string argument.
19493
19494 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
19495
19496 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
19497 string argument.
19498
19499 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
19500
19501 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
19502
19503 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
19504
19505 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
19506 (cl-struct-setf-expander): Likewise.
19507
19508 * vc.el (with-vc-file): Fix unsafe uses of error.
19509 (vc-cancel-version): Likewise.
19510
19511 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
19512
19513 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
19514 thousands separator; fixes <class>:<line-number> regexp for
19515 non-english locales.
19516
19517 2004-02-08 Andreas Schwab <schwab@suse.de>
19518
19519 * view.el (view-mode-enable): Revert previous change.
19520
19521 2004-02-07 Kim F. Storm <storm@cua.dk>
19522
19523 * simple.el (line-number-at-pos): Rename from line-at-pos.
19524 Uses changed (what-line and vc-annotate-warp-version).
19525
19526 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19527
19528 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
19529 (diff-mode): Remove aborted attempt at support for compile.el.
19530 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
19531
19532 2004-02-06 Andreas Schwab <schwab@suse.de>
19533
19534 * view.el (view-mode-enable): Add view-mode-map to
19535 minor-mode-overriding-map-alist.
19536
19537 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19538
19539 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
19540
19541 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
19542
19543 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
19544 with point inside rather than after the paragraph.
19545
19546 2004-02-04 Sam Steingold <sds@gnu.org>
19547
19548 * mail/smtpmail.el (smtpmail-try-auth-methods):
19549 Do not try authentication when no mechanism is available.
19550 Pass port-name as defaultport to `netrc-machine'.
19551
19552 2004-02-04 Stephen Eglen <stephen@gnu.org>
19553
19554 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
19555 to show how minibuffer height can be constrained.
19556
19557 2004-02-04 John Paul Wallington <jpw@gnu.org>
19558
19559 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
19560
19561 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19562
19563 * x-dnd.el: New file for drag and drop.
19564
19565 * term/x-win.el: require x-dnd, set after-make-frame-functions
19566 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
19567 drag-n-drop event.
19568
19569 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
19570 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
19571 (dired-dnd-handle-file): New functions for drag and drop support.
19572 (dired-mode): Initialize drag and drop if x-dnd present.
19573
19574 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
19575
19576 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
19577 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
19578 (cperl-mode): Set fill-paragraph-function.
19579 (cperl-fill-paragraph): Make it non-interactive.
19580
19581 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
19582
19583 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
19584
19585 2004-02-02 David Kastrup <dak@gnu.org>
19586
19587 * replace.el (perform-replace): Allow 'literal argument in
19588 regexp-flag to indicate literal replacement.
19589 (query-replace-regexp-eval): Use it.
19590
19591 2004-02-01 Andreas Schwab <schwab@suse.de>
19592
19593 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
19594
19595 2004-02-01 Stephen Eglen <stephen@gnu.org>
19596
19597 * info-look.el: Add support for maxima-mode. Update commentary
19598 because info-lookup-symbol is now bound to C-h S.
19599
19600 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
19601
19602 * simple.el (edit-and-eval-command): Bind print-level and
19603 minibuffer-history-sexp-flag around call to read-from-minibuffer.
19604 Correct initial position in command-history.
19605
19606 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
19607
19608 * files.el (read-directory-name): Adapt the docstring to recent
19609 change in Fread_file_name.
19610
19611 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
19612
19613 * ses.el (ses-print-cell): If print format too wide for column
19614 width, truncate decimal places if that helps to avoid "#####" fill.
19615 * ses.el (ses-initial-column-width): Revert previous change.
19616
19617 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
19618
19619 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
19620 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
19621 Add edebug info.
19622 (jit-lock-mode): Setup/cancel the new timer.
19623 (jit-lock-context-fontify): New fun. Extracted from
19624 context fontification code of jit-lock-stealth-fontify.
19625 (jit-lock-stealth-fontify): Don't do context fontification any more.
19626
19627 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
19628 (jit-lock-fontify-now): Handle the `quit' case.
19629 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
19630
19631 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
19632
19633 * progmodes/executable.el (executable-command-find-posix-p):
19634 New. Check if find handles arguments Posix-style.
19635
19636 * progmodes/grep.el (grep-compute-defaults):
19637 Use executable-command-find-posix-p.
19638 (grep-find): Check `grep-find-command'.
19639
19640 * filecache.el (file-cache-find-posix-p): Delete.
19641 (file-cache-add-directory-using-find):
19642 Use `executable-command-find-posix-p'.
19643
19644 2004-01-29 Dave Love <fx@gnu.org>
19645
19646 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19647 Iterate the hook function if arg is given.
19648 (mark-defun, narrow-to-defun): Change order of finding the limits.
19649
19650 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
19651 (byte-compile-format-warn): New.
19652 (byte-compile-callargs-warn): Use it.
19653 (Format, message, error): Add byte-compile-format-like property.
19654 (byte-compile-maybe-guarded): New.
19655 (byte-compile-if, byte-compile-cond): Use it.
19656 (byte-compile-lambda): Compile interactive forms,
19657 just to make warnings about them.
19658
19659 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
19660
19661 * ses.el (ses-initial-column-width): Increase to 14, so it will
19662 work well with the default printer of "%.7g" for extreme values
19663 like "-1.234567e+07".
19664
19665 2004-01-29 Kenichi Handa <handa@m17n.org>
19666
19667 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
19668
19669 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
19670
19671 * dos-w32.el: Added support for the `default-printer-name' function.
19672
19673 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
19674
19675 * server.el (server-socket-name): Don't use the hostname in the
19676 socket name since /tmp is local to the host anyway.
19677
19678 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
19679 robust check of widening and fix var-naming.
19680
19681 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
19682
19683 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
19684 or rmail-spam- to rsf- in all function and variable names.
19685 (rsf-min-region-to-spam-list): New variable.
19686 (rsf-bbdb-auto-delete-spam-entries): Rename from
19687 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
19688 scanned together with the recipients field for spam testing; Don't
19689 delete spam message if rmail-delete-after-output is non-nil;
19690 (rsf-check-field): New function, extracted from code in
19691 rmail-spam-filter to ease addition of header fields like
19692 content-type:;
19693 (message-content-type): New variable. The content-type: field was
19694 added also in defcustom of rsf-definitions-alist;
19695 (rmail-spam-filter): Replace repeated test code for header fields
19696 by calls to check-field; change the call to
19697 rmail-output-to-rmail-file such that rmail-current-message stays
19698 the same to avoid wrong deletion of unseen flags.
19699 (rmail-use-spam-filter): Add autoload cookie.
19700
19701 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
19702
19703 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
19704 (file-cache-add-directory-using-find): Add Cygwin support.
19705 (file-cache-find-command-posix-flag): New user variable.
19706
19707 * filecache.el (file-cache-add-directory): Check for
19708 directories an remove them from dir-files.
19709
19710 2004-01-27 Richard M. Stallman <rms@gnu.org>
19711
19712 * man.el (Man-fontify-manpage): Clean up message.
19713
19714 2004-01-27 Kenichi Handa <handa@m17n.org>
19715
19716 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
19717 (sentence-end): Define using sentence-end-without-space.
19718
19719 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
19720 a sentence ends with one of a character in sentence-end-without-space.
19721
19722 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
19723
19724 * font-lock.el (font-lock): Add jit-lock as explicit group member.
19725 (jit-lock): Group declaration moved to jit-lock.el.
19726 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
19727 when necessary.
19728
19729 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
19730 (jit-lock-context-unfontify-pos): Rename from
19731 jit-lock-first-unfontify-pos.
19732 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
19733
19734 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19735
19736 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
19737 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
19738 (fortran-fill): When filling a string, adjust re-search-backward
19739 argument for special case of string just on fill-column.
19740 When filling non-string, allow one extra char if
19741 fortran-break-before-delimiters is non-nil.
19742 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
19743 Use fortran-break-delimiters-re and fortran-no-break-re to
19744 correctly handle cases such as "**".
19745
19746 * progmodes/f90.el (f90-break-delimiters): Doc fix.
19747 (f90-no-break-re): Add some extra tokens. Doc fix.
19748
19749 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
19750
19751 * mail/rmail-spam-filter.el:
19752 Use two semicolons as Commentary line prefix.
19753 Add ";;; Code:" stylized comment.
19754 Delete end-of-line whitespace.
19755 Wrap (require 'cl) with `eval-when-compile'.
19756
19757 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
19758
19759 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
19760 at the top level of vc.el.
19761
19762 2004-01-23 Andre Spiegel <spiegel@gnu.org>
19763
19764 * vc.el (vc-current-line): Function removed. This is now done by
19765 the new function line-at-pos in simple.el.
19766 (vc-annotate-warp-version): Use line-at-pos instead of
19767 vc-current-line.
19768
19769 2004-01-22 Kim F. Storm <storm@cua.dk>
19770
19771 * simple.el (line-at-pos): New defun.
19772 (what-line): Use it. Optimize by only counting lines in narrowed
19773 region once.
19774
19775 2004-01-22 Kenichi Handa <handa@m17n.org>
19776
19777 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
19778 point (register r1) only for charset mule-unicode-0100-24ff.
19779
19780 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
19781
19782 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
19783 trailing white space and ensure a final newline.
19784
19785 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
19786 Add autoload cookie.
19787
19788 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
19789
19790 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
19791 activate view-mode explicitly.
19792
19793 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19794
19795 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
19796 menu-bar-enable-clipboard and make Paste use clipboard first.
19797
19798 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19799
19800 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
19801 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
19802 (vc-mcvs-cvs): Remove.
19803 (vc-mcvs-command): Remove use of assert.
19804
19805 * outline.el (outline-insert-heading): Tighten up match.
19806 (outline-demote, outline-move-subtree-down): Don't assume anything
19807 about outline-regexp.
19808
19809 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
19810 (texinfo-show-structure): Explicitly add ^, and simplify.
19811
19812 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
19813
19814 * calendar/appt.el (appt-check): Restore usage of
19815 appt-issue-message deleted in previous change.
19816 (top-level): Activate package when loaded (needed for backwards
19817 compatibility).
19818
19819 2004-01-20 Jesper Harder <harder@ifa.au.dk>
19820
19821 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
19822 following previous change to smtpmail-send-data.
19823
19824 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
19825
19826 * vc.el (vc-default-previous-version): Doc enhancement.
19827 (vc-default-next-version): New function.
19828 (vc-print-log): New arg FOCUS-REV.
19829 (vc-annotate-mode): Derive from view-mode.
19830 (vc-annotate): New args REVISION, DISPLAY-MODE.
19831 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
19832 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
19833 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
19834 (vc-annotate-show-diff-revision-at-line, vc-current-line)
19835 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
19836
19837 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
19838
19839 2004-01-19 Karl Berry <karl@gnu.org>
19840
19841 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
19842 or "TexInfo".
19843
19844 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
19845
19846 * subr.el (delete-dups): New function.
19847
19848 2004-01-19 Karl Berry <karl@gnu.org>
19849
19850 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
19851 with ^, since that's what texinfo-show-structure
19852 documentation says (plus it works much better in texinfo.txi).
19853
19854 2004-01-18 Jesper Harder <harder@ifa.au.dk>
19855
19856 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
19857
19858 2004-01-18 David Ponce <david@dponce.com> (tiny change)
19859
19860 * progmodes/which-func.el (which-function-mode): Don't cancel
19861 which-func-update-timer if not set.
19862
19863 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
19864
19865 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
19866 Remove spurious left square bracket in XX:XXam regexp.
19867
19868 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
19869
19870 * progmodes/cc-defs.el: Do not require cl at run time.
19871
19872 2004-01-16 Richard M. Stallman <rms@gnu.org>
19873
19874 * emacs-lisp/cl.el (cl-cannot-unload): New function.
19875 (cl-unload-hook): Defvar this to run cl-cannot-unload.
19876
19877 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
19878 Call rmail-spam-filter. Delete and expunge spam.
19879 Print number of spam messages deleted.
19880 Save and restore the deletion status of old messages when reading
19881 new mail with spam filter, so that expunging spam does not expunge
19882 msgs deleted by the user.
19883 (rmail-only-expunge): Add an optional argument dont-show to
19884 prevent showing message after expunge.
19885
19886 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
19887
19888 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
19889 * subr.el (declare): New macro.
19890
19891 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
19892
19893 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
19894
19895 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
19896
19897 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19898 Test window-system rather than system-type (for X11/Mac).
19899
19900 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
19901
19902 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
19903
19904 2004-01-12 Richard M. Stallman <rms@gnu.org>
19905
19906 * mail/rmail.el (rmail-convert-to-babyl-format):
19907 Use mail-unquote-printable-region.
19908 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
19909 (rmail-hex-char-to-integer): Functions deleted.
19910
19911 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
19912 (mail-unquote-printable-region): New arg NOERROR.
19913 For invalid encoding, either signal an error to just return nil.
19914
19915 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19916
19917 * calendar/appt.el: Update copyright and commentary.
19918 (appt-issue-message): Make obsolete.
19919 (appt-visible, appt-msg-window): Make obsolete, in favor of
19920 appt-display-format.
19921 (appt-display-mode-line, appt-display-duration)
19922 (appt-display-diary, appt-time-msg-list, appt-mode-string)
19923 (appt-prev-comp-time, appt-display-count, appt-timer)
19924 (appt-convert-time): Doc change.
19925 (appt-disp-window-function, appt-delete-window-function):
19926 Use defcustom rather than defvar.
19927 (appt-display-format): New variable.
19928 (appt-display-message): New function with display code from appt-check.
19929 (appt-check): Add optional FORCE argument. Doc change.
19930 Add appt-make-list to diary-hook if displaying diary.
19931 Remove checking of view-diary-entries-initially.
19932 Message display section removed to new function appt-display-message.
19933 (appt-display-window): Doc change. Remove unused internal var
19934 this-buffer. Do not beep, since appt-display-message does that.
19935 (appt-make-list): Doc change. Use caar.
19936 (appt-sort-list): Simplify by using builtin sort function.
19937 (appt-update-list): New function for updating appts when diary is
19938 saved.
19939 (appt-activate): New autoloaded function to toggle package
19940 functionality.
19941
19942 * calendar/cal-x.el: (calendar-one-frame-setup)
19943 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
19944
19945 * calendar/calendar.el: Update copyright.
19946 (view-diary-entries-initially, european-calendar-style): Doc change.
19947 (calendar-setup): Make defcustom rather than defvar.
19948 (mark-visible-calendar-date): Initialize temp-face and faceinfo
19949 in let binding so local to function.
19950
19951 * calendar/diary-lib.el: Update copyright.
19952 (diary, diary-entry-time): Doc change.
19953 (list-diary-entries): Doc change. Trivial logic change.
19954 (fancy-diary-display): Restore make-face command mistakenly
19955 deleted 2003-05-08.
19956 (show-all-diary-entries): Allow to pop-up frame if needed.
19957
19958 2004-01-09 John Paul Wallington <jpw@gnu.org>
19959
19960 * bindings.el (mode-line-change-eol): Add EVENT parameter.
19961 Temporarily select EVENT's window for changing eol type.
19962
19963 2004-01-09 Deepak Goel <deego@gnufans.org>
19964
19965 * calendar/diary-lib.el (diary-entry-time):
19966 Also accept time in the form XX[.XX][am/pm/AM/PM].
19967 (fancy-diary-font-lock-keywords): Likewise.
19968 (diary-font-lock-keywords): Likewise.
19969 * calendar/appt.el (appt-add): Likewise.
19970 (appt-make-list): Likewise.
19971 (appt-convert-time): Likewise.
19972
19973 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
19974
19975 * gdb-ui.el (gdb-ann3): Revert previous change.
19976 (gdb-source-info): Allow for case of where compilation directory
19977 is not recorded.
19978
19979 2004-01-08 John Paul Wallington <jpw@gnu.org>
19980
19981 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
19982
19983 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
19984
19985 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
19986
19987 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
19988 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
19989 problems.
19990 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
19991
19992 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
19993
19994 * files.el (write-file-functions, write-contents-functions):
19995 Clarify docstrings.
19996
19997 2004-01-07 Kenichi Handa <handa@m17n.org>
19998
19999 * international/mule.el (set-auto-coding): Fix for the case that
20000 end-of-line is only CR.
20001
20002 2004-01-07 Kim F. Storm <storm@cua.dk>
20003
20004 * subr.el (event-start, event-end): Doc fix.
20005 (posn-string, posn-image): New defuns.
20006 (posn-object): Return either image or string object.
20007 (posn-object-x-y): Return 8th element of position.
20008 (posn-object-width-height): New defun.
20009
20010 2004-01-06 Andreas Schwab <schwab@suse.de>
20011
20012 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
20013 output.
20014
20015 2004-01-05 Karl Berry <karl@gnu.org>
20016
20017 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
20018 / and *, too.
20019
20020 2003-12-31 Simon Josefsson <jas@extundo.com>
20021
20022 * files.el (before-save-hook): Add.
20023 (basic-save-buffer): Use before-save-hook.
20024
20025 * emacs-lisp/copyright.el: Fix comment to recommend
20026 before-save-hook instead of write-file-functions.
20027
20028 2004-01-05 Richard M. Stallman <rms@gnu.org>
20029
20030 * finder.el (finder-commentary): Call delete-other-windows.
20031
20032 * net/ange-ftp.el (ange-ftp-file-attributes):
20033 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
20034
20035 2004-01-04 Karl Berry <karl@gnu.org>
20036
20037 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
20038 comment characters % and # in the copyright year notice,
20039 as well as ;.
20040
20041 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
20042
20043 * wid-edit.el (default): Define dummy :value-delete.
20044 Reported by Jesper Harder <harder@ifa.au.dk>.
20045
20046 2004-01-03 Richard M. Stallman <rms@gnu.org>
20047
20048 * progmodes/compile.el (compile-internal): Use point, not point-min,
20049 for set-window-point.
20050
20051 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
20052
20053 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
20054
20055 * progmodes/grep.el (grep-mode-map):
20056 Don't remap next-line, previous-line.
20057
20058 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
20059
20060 * speedbar.el (speedbar-edit-line): Change regexp to position
20061 the cursor on the first character of this line's button.
20062
20063 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
20064
20065 * subr.el (functionp): Doc fix.
20066
20067 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
20068
20069 * progmodes/idlwave.el (idlwave-make-tags):
20070 * textmodes/flyspell.el (flyspell-large-region):.
20071 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
20072 * emulation/viper-util.el (viper-glob-unix-files):
20073 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
20074 * man.el (Man-init-defvars):
20075 * jka-compr.el (jka-compr-call-process):
20076 * files.el (get-free-disk-space,insert-directory):
20077 * ediff-ptch.el (ediff-test-patch-utility):
20078 * ediff-diff.el (ediff-test-utility):
20079 * dired-aux.el (dired-check-process):
20080 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
20081 test the return value of call-process, because it can be a string.
20082
20083 2003-12-31 John Paul Wallington <jpw@gnu.org>
20084
20085 * bindings.el (completion-ignored-extensions): Add .pfsl.
20086
20087 2003-12-31 Kim F. Storm <storm@cua.dk>
20088
20089 * ido.el (ido-nonreadable-directory-p): New defun to check for
20090 nonreadable directory without activating tramp (to avoid problems
20091 with checking incomplete tramp paths).
20092 (ido-set-current-directory, ido-file-internal)
20093 (ido-file-name-all-completions1): Use it.
20094
20095 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
20096
20097 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
20098 documentation if the anchor (or node) name is preceded by `info
20099 anchor' or `Info anchor' in addition to earlier `info node' and
20100 `Info node'.
20101 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
20102
20103 2003-12-30 Eli Zaretskii <eliz@gnu.org>
20104
20105 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
20106 error in arguments to base64-decode-region. Remove ^M characters
20107 after decoding base64.
20108
20109 2003-12-30 Simon Josefsson <jas@extundo.com>
20110
20111 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
20112 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
20113 have only been distributed with Emacs for some years.
20114 (texinfo-mode-hook): Customize.
20115
20116 2003-12-30 Eli Zaretskii <eliz@gnu.org>
20117
20118 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
20119 cleaner (suggested by Richard Stallman).
20120
20121 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
20122 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
20123 file-name clashes on 8+3 DOS filesystems.
20124
20125 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
20126 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
20127 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
20128 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
20129 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
20130 file-name clashes on 8+3 filesystems.
20131
20132 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
20133 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
20134 file-name clashes on 8+3 DOS filesystems.
20135
20136 2003-12-29 Richard M. Stallman <rms@gnu.org>
20137
20138 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
20139 Upcase the character.
20140
20141 * textmodes/flyspell.el (mail-mode-flyspell-verify):
20142 Search for header separator alone on a line, literally,
20143 and search for it backward, not forward.
20144 (flyspell-abbrev-table): Always use global-abbrev-table
20145 if there is no local one.
20146
20147 * progmodes/sh-script.el (sh-get-indent-info):
20148 Don't move point back if at bob.
20149
20150 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
20151
20152 * play/handwrite.el (handwrite): Make the handwrite credit message
20153 a comment rather than an output command.
20154
20155 * obsolete/sc.el: Display message that this file is obsolete.
20156
20157 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
20158
20159 * mail/rfc822.el (rfc822-address-start): Declare variable.
20160 Renamed from address-start. All uses changed.
20161
20162 * term.el (term-exec): Set up sentinel.
20163 (term-sentinel): New function.
20164 (term-handle-exit): New function.
20165
20166 * subr.el (assoc-ignore-case, assoc-ignore-representation):
20167 Use assoc-string, and mark them obsolete.
20168 (delay-mode-hooks): Mark as permanent local.
20169
20170 * simple.el (sendmail-user-agent-compose): Use assoc-string.
20171
20172 * register.el (copy-rectangle-to-register): Doc fix.
20173
20174 * info.el (Info-insert-dir): Use assoc-string.
20175
20176 * info-look.el (info-lookup): Use assoc-string.
20177
20178 * frame.el (pop-up-frame-function): Use quote, not `function'.
20179 (frame-notice-user-settings): Calculate ADJUSTED-TOP
20180 copying with lists as coordinate values.
20181
20182 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
20183
20184 * find-dired.el (kill-find): New command.
20185 (find-dired): Make buffer read-only.
20186 Set up a keymap with C-c C-k running kill-find.
20187 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
20188
20189 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
20190
20191 * filecache.el (file-cache-ignore-case): New variable.
20192 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
20193
20194 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
20195 (comint-dynamic-complete-as-filename): Rename local vars.
20196 (comint-dynamic-list-filename-completions): Likewise.
20197
20198 * comint.el (comint-dynamic-list-completions-config): New var.
20199 (comint-dynamic-list-completions): Handle both SPC and TAB right.
20200
20201 * comint.el (comint-file-name-chars): Add [].
20202 (comint-word): Use skip-chars-backward, not search.
20203
20204 * shell.el (shell-file-name-chars): Add [].
20205
20206 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
20207
20208 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
20209
20210 * generic.el (define-generic-mode): Doc fix.
20211
20212 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20213
20214 * files.el (kill-some-buffers): Doc fix.
20215
20216 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
20217
20218 * comint.el (comint-watch-for-password-prompt): Pass `string' as
20219 arg to send-invisible
20220 (send-invisible): Doc fix. The argument is now a prompt, not the
20221 string to send.
20222 (comint-read-noecho): Doc fix.
20223
20224 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
20225
20226 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
20227 "@", as required by some ISP hosting service. Fix defcustom
20228 argument syntax errors that prevented use of customization.
20229
20230 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20231
20232 * xml.el (xml-get-attribute-or-nil): Doc fix.
20233
20234 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
20235
20236 * net/zone-mode.el (zone-mode): Use write-file-functions, not
20237 write-file-hooks.
20238
20239 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
20240
20241 * autorevert.el (auto-revert-interval): Doc fix.
20242
20243 2003-12-29 Mark A. Hershberger <mah@everybody.org>
20244
20245 * xml.el (xml-get-attribute-or-nil): New function, like
20246 xml-get-attribute, but returns nil if the attribute was not found.
20247 (xml-get-attribute): Convert to defsubst, uses
20248 xml-get-attribute-or-nil.
20249
20250 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20251
20252 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
20253
20254 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
20255
20256 * custom.el (custom-declare-theme): Use `value' when putting
20257 properties on `theme'.
20258
20259 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
20260
20261 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
20262 for each yank-handler segment.
20263 (insert-for-yank-1): New function, with the body of the previous
20264 insert-for-yank.
20265
20266 * textmodes/table.el (table-yank-handler): New defcustom.
20267 (table--put-cell-indicator-property): Put yank-handler property
20268 that indicates the yank handler for the table cell.
20269
20270 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20271
20272 * generic-x.el (etc-modules-conf-generic-mode): A more complete
20273 set of keywords.
20274
20275 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20276
20277 * international/mule-cmds.el (reset-language-environment)
20278 (set-language-environment): Don't invoke fontset-related functions
20279 if fontset-list is not fboundp.
20280
20281 2003-12-29 Kenichi Handa <handa@m17n.org>
20282
20283 * international/mule-cmds.el (reset-language-environment):
20284 Call set-overriding-fontspec-internal with nil.
20285 (set-language-environment): Call set-overriding-fontspec-internal
20286 if the language environment specify `overriding-fontspec'.
20287 (language-info-alist): Doc added.
20288
20289 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
20290 characters of mule-unicode-0100-24ff.
20291 (ccl-encode-windows-1251-font): New CCL program.
20292 ("Bulgarian"): Specify overriding-fontspec.
20293 ("Belarusian"): Likewise.
20294
20295 2003-12-28 Sam Steingold <sds@gnu.org>
20296
20297 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
20298 parameter ID-FORMAT to conform with the 2003-11-30 patch.
20299
20300 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
20301
20302 * progmodes/gud.el (gud-gdb-command-name): Set default to
20303 "gdb --annotate=3".
20304 (gud-gdb-marker-filter): Look out for annotations.
20305 (gdb-first-pre-prompt): New variable.
20306 Remove trailing white space.
20307
20308 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
20309 if necessary.
20310 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
20311 annotations are detected.
20312 (gud-gdba-marker-filter): Use global variable gud-marker-acc
20313 instead of a local one to allow transition from
20314 gud-gdb-marker-filter.
20315 Remove trailing white space.
20316
20317 2003-12-27 Kim F. Storm <storm@cua.dk>
20318
20319 * ido.el: Handle non-readable directories.
20320 (ido-decorations): Add 9th element for non-readable directory.
20321 (ido-directory-nonreadable): New dynamic var.
20322 (ido-set-current-directory): Set it.
20323 (ido-read-buffer, ido-file-internal):
20324 (ido-read-file-name, ido-read-directory-name): Let-bind it.
20325 (ido-file-name-all-completions1): Return empty list for
20326 non-readable directory.
20327 (ido-exhibit): Print [Not readable] if directory is not readable.
20328 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
20329 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
20330 Use it.
20331
20332 2003-12-27 Lars Hansen <larsh@math.ku.dk>
20333
20334 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
20335 calls to directory-files-and-attributes and file-attributes.
20336 (ls-lisp-format): Remove system dependent handling of user and
20337 group id's.
20338
20339 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
20340
20341 * ffap.el (ffap-read-file-or-url): Revert previous change.
20342
20343 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
20344
20345 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
20346 new list of included files called `files-with-node-lines', that
20347 only have node lines. This way @include commands can include any
20348 file, such as version and update files without node lines, not
20349 just files that are chapters.
20350
20351 2003-12-25 Andreas Schwab <schwab@suse.de>
20352
20353 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
20354 file not found.
20355
20356 2003-12-08 Miles Bader <miles@gnu.org>
20357
20358 * dired.el (dired-between-files): Always use dired-move-to-filename,
20359 which is more robust in non-english locales.
20360
20361 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
20362
20363 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
20364
20365 2003-12-24 Andreas Schwab <schwab@suse.de>
20366
20367 * shell.el (shell-file-name-quote-list): Add backslash.
20368
20369 * comint.el (comint-quote-filename): Correctly handle backslash
20370 in comint-file-name-quote-list.
20371
20372 2003-12-24 Kenichi Handa <handa@m17n.org>
20373
20374 * international/mule-cmds.el (set-default-coding-systems):
20375 Call ucs-set-table-for-input for all buffers that don't have local
20376 value of buffer-file-coding-system.
20377
20378 * international/ucs-tables.el (ucs-set-table-for-input):
20379 If translation-table-for-encode is a symbol, get its
20380 translation-table property.
20381
20382 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
20383
20384 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
20385 to `completing-read' on a recently fixed bug.
20386
20387 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
20388 instead of SPACE, to get the list of possible fringe modes.
20389 SPACE only works if both `partial-completion-mode' and
20390 `completion-auto-help' are nil.
20391
20392 * complete.el (PC-is-complete-p): Delete.
20393 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
20394 calls to `test-completion'.
20395
20396 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
20397
20398 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
20399 to edit values when there are no children.
20400
20401 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
20402 a mode called "Assembler" already exists.
20403 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
20404 (gud-watch): Use format option. Remove font properties from string.
20405 (gdb-var-create-handler, gdb-var-list-children-handler):
20406 Don't bother about properties as there are none.
20407 (gdb-var-create-handler, gdb-var-list-children-handler)
20408 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
20409 with two arguments.
20410 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
20411 Let speedbar show value changes with a different font.
20412 (gdb-edit-value): New defun.
20413 (gdb-clear-partial-output, gdb-clear-inferior-io)
20414 (def-gdb-auto-update-handler): Use erase-buffer.
20415 (gdb-frame-handler): Display watch expressions in
20416 FUNCTION::VARIABLE format if required.
20417
20418 2003-12-23 John Paul Wallington <jpw@gnu.org>
20419
20420 * info.el (Info-unescape-quotes, Info-split-parameter-string)
20421 (Info-goto-emacs-command-node): Doc fixes.
20422
20423 2003-12-12 Jesper Harder <harder@ifa.au.dk>
20424
20425 * cus-edit.el (custom-add-parent-links): Define "many".
20426
20427 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
20428
20429 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
20430 (widget-child-validate, widget-type-value-create)
20431 (widget-type-default-get, widget-type-match): New functions.
20432 (lazy): New widget.
20433 (menu-choice, checklist, radio-button-choice, editable-list)
20434 (group, documentation-string): Remove redundant (per 2003-10-25
20435 change) calls to `widget-children-value-delete'.
20436 (widget-choice-value-get, widget-choice-value-inline): Remove.
20437 (menu-choice): Update widget.
20438
20439 2003-12-03 Kenichi Handa <handa@m17n.org>
20440
20441 * language/cyrillic.el: Register "microsoft-cp1251" in
20442 ctext-non-standard-encodings-alist.
20443 ("Bulgarian"): Add ctext-non-standard-encodings.
20444 ("Belarusian"): Likewise.
20445
20446 * international/mule-conf.el (compound-text-with-extensions):
20447 Change the type to 2 (iso-2022 base).
20448
20449 * international/mule.el (ctext-non-standard-encodings-alist):
20450 Change the format.
20451 (ctext-non-standard-encodings): New variable.
20452 (ctext-post-read-conversion): Fully re-written.
20453 (ctext-non-standard-designations-alist): Delete it.
20454 (ctext-non-standard-encodings-table): New function.
20455 (ctext-pre-write-conversion): Fully re-written.
20456
20457 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
20458
20459 * cus-edit.el (custom-add-parent-links): Add documentation links
20460 for parent, if the item has none of its own.
20461
20462 2003-11-30 Richard M. Stallman <rms@gnu.org>
20463
20464 * dired-aux.el (dired-do-query-replace-regexp):
20465 Report files visited read-only.
20466
20467 2003-11-30 Juri Linkov <juri@jurta.org>
20468
20469 * dired-aux.el (dired-compare-directories): New command.
20470 (dired-file-set-difference, dired-files-attributes): New functions.
20471
20472 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
20473 Version 2.0.38 of Tramp released.
20474
20475 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
20476 Charles Curley <charlescurley@charlescurley.com>.
20477 (tramp-multi-connection-function-alist): Add ssht entry which adds
20478 "-e none -t -t" to the list of ssh args. Suggested by Adrian
20479 Aichner.
20480 (tramp-get-method-parameter): New function to retrieve a method
20481 parameter. This allows for omission of method parameters.
20482 Callers adjusted.
20483
20484 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
20485
20486 * net/tramp.el: Add new optional parameter ID-FORMAT to
20487 `file-attributes'. Calls of `file-attributes' won't use this
20488 parameter for backward compatibility reasons.
20489 (tramp-perl-file-attributes): Add a new parameter to Perl script
20490 in order to handle uid/gid as strings, if desired.
20491 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
20492 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
20493 order to make the function more general.
20494 (tramp-handle-file-attributes): Replace proprietary optional
20495 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
20496 (tramp-handle-file-attributes-with-perl): Handle parameter
20497 NONNUMERIC if set. This wasn't done in the past.
20498 (tramp-post-connection): Apply second parameter "$2" if
20499 `tramp-remote-perl' is called.
20500
20501 * net/tramp-smb.el (tramp-smb-handle-delete-file):
20502 Correct cut'n'waste error (`filename' instead of `directory').
20503 (tramp-smb-handle-directory-files-and-attributes)
20504 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
20505 introduced parameter ID-FORMAT.
20506 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
20507 error (`directory' instead of `ldir').
20508
20509 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
20510 `file-attributes' has a second parameter. If yes, apply it with
20511 value "'integer". Otherwise, don't use that parameter (default is
20512 integer format).
20513
20514 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
20515
20516 * help.el (help-map): Bind `display-local-help' to `C-h .'.
20517 (help-for-help): Add `C-h .' to the listed Help options.
20518 Remove trailing whitespace.
20519
20520 * help-at-pt.el: New file.
20521
20522 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
20523
20524 * subr.el (noreturn, 1value): New macros for test coverage.
20525 See `testcover.el'.
20526
20527 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
20528
20529 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
20530 for macro `1value'.
20531 (testcover-1value): New function. Checks that a 1value form
20532 actually returns only one value. Requested by RMS.
20533
20534 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
20535
20536 * gdb-ui.el (gud-watch, gdb-var-create-handler)
20537 (gdb-var-list-children, gdb-var-list-children-handler)
20538 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
20539 gdb commands that use mi to keep them out of the command history.
20540
20541 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20542
20543 * cus-start.el (all): Add use-file-dialog.
20544
20545 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20546
20547 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
20548
20549 2003-11-27 Kim F. Storm <storm@cua.dk>
20550
20551 * subr.el (posn-object-x-y): New defun.
20552
20553 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
20554
20555 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
20556 Don't use `space' for \\\n.
20557 Be more selective as to which # are comment-starters.
20558
20559 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
20560
20561 * subr.el (number-sequence): Improve handling of floating point
20562 arguments (suggested by Kim Storm). Allow negative arguments.
20563
20564 2003-11-26 Kenichi Handa <handa@m17n.org>
20565
20566 * international/mule-cmds.el (standard-display-european-internal):
20567 Cancel the standard-display-table setting for ` and '.
20568
20569 2003-11-26 Kim F. Storm <storm@cua.dk>
20570
20571 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
20572 New defcustoms to add ffap-like functionality to ido.
20573 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
20574 (ido-no-final-slash): New defun.
20575 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
20576 (ido-read-file-name): ): Toggle VC checking via
20577 vc-handled-backends instead of vc-master-templates.
20578 (ido-file-internal): Handle ido-use-url-at-point and
20579 ido-use-filename-at-point via code borrowed from ffap-guesser.
20580 Handle new ido-exit code ffap.
20581 (ido-sort-list): Ignore final slash when sorting file names.
20582
20583 2003-11-25 Kim F. Storm <storm@cua.dk>
20584
20585 * emulation/cua-base.el (cua--standard-movement-commands):
20586 Add forward-sentence and backward-sentence.
20587
20588 2003-11-25 Stephen Eglen <stephen@gnu.org>
20589
20590 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
20591 iswitchb-exit is set to 'usefirst when user selects buffer at head
20592 of list using RET. (Selecting buffers at the head of the list was
20593 broken if the substring was also a complete buffername.)
20594
20595 2003-11-23 Kim F. Storm <storm@cua.dk>
20596
20597 * progmodes/compile.el (grep-command, grep-use-null-device)
20598 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
20599 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
20600 (grep-regexp-alist, grep-program, find-program)
20601 (grep-find-use-xargs, grep-history, grep-find-history)
20602 (grep-process-setup, grep-compute-defaults)
20603 (grep-default-command, grep, grep-tag-default, grep-find)
20604 (grep-expand-command-macros, grep-tree-last-regexp)
20605 (grep-tree-last-files, grep-tree): Move grep variables, functions
20606 and commands to new file grep.el.
20607 (compilation-mode-map): Remove grep commands from Compile sub-menu.
20608 (compilation-process-setup-function): Doc fix.
20609 (compilation-highlight-regexp, compilation-highlight-overlay): New
20610 defvars used for highlighting current compile error in source buffer.
20611 (compile-internal): New optional args HIGHLIGHT-REGEXP and
20612 LOCAL-MAP which overrides compilation-highlight-regexp and
20613 compilation-mode-map for this compilation.
20614 Delay calling compilation-set-window-height until after running
20615 compilation-process-setup-function so it can buffer-local override
20616 compilation-window-height.
20617 Check buffer-local value of compilation-scroll-output.
20618 (compilation-set-window-height): Use buffer-local value of
20619 compilation-window-height.
20620 (compilation-revert-buffer): Don't pass (undefined)
20621 preserve-modes arg to revert-buffer.
20622 (next-error-no-select, previous-error-no-select): New commands.
20623 (compilation-goto-locus): Temporarily highlight current match in
20624 source buffer using compilation-highlight-regexp.
20625
20626 * progmodes/grep.el: New file with grep code from compile.el.
20627 (grep): New defcustom group.
20628 (grep-window-height): New defcustom, like compilation-window-height.
20629 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
20630 (grep-scroll-output): New defcustom, like compilation-scroll-output.
20631 (grep-command, grep-use-null-device, grep-find-command)
20632 (grep-tree-files-aliases, grep-tree-ignore-case)
20633 (grep-tree-ignore-CVS-directories): Move to grep custom group.
20634 (grep-setup-hook): New hook variable.
20635 (grep-mode-map): New keymap for grep commands. Add Grep menu.
20636 (grep-last-buffer): New defvar, override compilation-last-buffer.
20637 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
20638 Call compile-internal with args highlight-regexp and grep-mode-map.
20639
20640 2003-11-23 Kim F. Storm <storm@cua.dk>
20641
20642 * subr.el (event-start, event-end): Doc fix.
20643 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
20644 (posn-area, posn-actual-col-row, posn-object): New defuns.
20645 (posn-col-row): Simplify doc. Rewrite to use cond.
20646 (posn-point): Also return buffer position for events outside text
20647 area (that info is now present in the event position).
20648
20649 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
20650 mouse-set-point so that hscroll still works now that clicks on
20651 fringes generate specific mouse events.
20652 (mouse-set-point): Note that it now works in fringes and margins
20653 too due to new semantics of posn-point in fringes and margins.
20654
20655 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
20656 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
20657
20658 2003-11-20 Kim F. Storm <storm@cua.dk>
20659
20660 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
20661 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
20662 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
20663 to 100 for icons to avoid increasing line height when shown.
20664
20665 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
20666
20667 * newcomment.el (comment-normalize-vars): Initialize properly if
20668 comment-start was nil.
20669
20670 2003-11-19 Andreas Schwab <schwab@suse.de>
20671
20672 * simple.el (set-variable): Fix indentation.
20673
20674 2003-11-17 Kenichi Handa <handa@m17n.org>
20675
20676 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
20677 Fix docstring.
20678
20679 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
20680
20681 * international/latin1-disp.el (latin1-display): Fix docstring.
20682
20683 2003-11-16 John Wiegley <johnw@newartisans.com>
20684
20685 * eshell/em-ls.el (eshell-ls-file): There are times with
20686 size-width is nil and uncomputed (when directories are created in
20687 dired, for example); in this case, 4 is reasonable default value,
20688 although it may caused skewed new entries (which could be avoided
20689 by returning the original value of 8 in all cases, but 99% of the
20690 time this is a waste of whitespace).
20691
20692 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20693
20694 * cc-engine.el (c-guess-continued-construct)
20695 (c-guess-basic-syntax): Check a little more carefully if it's a
20696 function declaration when an unknown construct followed by a block
20697 is found inside a statement context. This avoids macros followed
20698 by blocks to be taken as function declarations.
20699
20700 (c-guess-continued-construct): Change the analysis of a statement
20701 continuation with a brace open to `substatement-block', for
20702 consistency with recognized statements.
20703
20704 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
20705 start is in a position so that `c-beginning-of-statement-1' jumped
20706 to the beginning of the same statement.
20707
20708 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
20709 Don't accept binary operators in the arglist if we're in a function
20710 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
20711 template recognition in cases like "if (a < b || c > d)".
20712
20713 (c-restricted-<>-arglists): New more appropriate name for
20714 `c-disallow-comma-in-<>-arglists'.
20715
20716 Accessing functions updated for the variable name change.
20717
20718 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
20719 match data could get clobbered if NOT-INSIDE-TOKEN is used.
20720
20721 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
20722 labels.
20723
20724 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
20725 instead of duplicating parts of it. This fixes bogus label
20726 recognition.
20727
20728 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
20729 of checking the context in which to apply the minimum indentation,
20730 so that it isn't enforced in e.g. namespace blocks.
20731
20732 * cc-vars.el (c-inside-block-syms): New constant used by
20733 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
20734 to somewhat reduce the risk of becoming stale.
20735
20736 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
20737 cc-cmds to cc-engine to allow use from cc-align.
20738
20739 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
20740 qualified identifiers containing "::".
20741
20742 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
20743 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
20744
20745 * cc-vars.el (c-emacs-features): Use a space in front of the name
20746 of the temporary buffer. That also avoids dumping problems in
20747 XEmacs due to undo info being left around after the buffer is killed.
20748
20749 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
20750 arglist to see if it's a K&R style declaration.
20751
20752 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
20753 before returning `knr-argdecl-intro'.
20754
20755 2003-11-16 John Wiegley <johnw@newartisans.com>
20756
20757 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
20758 field in a long-listing always 8 characters, use `size-width',
20759 which has already been computed.
20760
20761 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
20762
20763 * subr.el (minor-mode-list): Add `hs-minor-mode'.
20764
20765 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
20766
20767 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
20768 Support operation while narrowed, with `diff-restrict-view'.
20769
20770 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
20771
20772 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20773 Take additional optional arg NARROWFUN. For the generated functions:
20774 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
20775 include frags that arrange to check for and save narrowing state before
20776 the move and then conditionally call NARROWFUN after the move.
20777
20778 2003-11-14 John Wiegley <johnw@newartisans.com>
20779
20780 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
20781 that was optional, but obviously missing based on surrounding code.
20782
20783 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
20784 string arguments to numbers unless the whole argument was seen as
20785 a number.
20786
20787 2003-11-14 Kenichi Handa <handa@m17n.org>
20788
20789 * international/mule.el (ctext-non-standard-encodings-alist):
20790 Fix coding systems.
20791
20792 2003-11-10 Kenichi Handa <handa@m17n.org>
20793
20794 * language/kannada.el ("Kannada"): Add sample-text.
20795
20796 * language/knd-util.el (kannada-compose-region)
20797 (kannada-compose-string, kannada-post-read-conversion):
20798 Add autoload cookie.
20799
20800 * international/quail.el (quail-completion): Change the message
20801 "corresponding translations" to "corresponding characters".
20802
20803 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
20804
20805 * descr-text.el (describe-char): Fix typo.
20806
20807 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
20808
20809 These changes are to support Kannada language/script.
20810
20811 * Makefile.in (DONTCOMPILE): Add kannada.el.
20812
20813 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
20814
20815 * loadup.el: Preload kannada.el.
20816
20817 * language/ind-util.el (ucs-kannada-to-is13194-alist)
20818 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
20819 New variables.
20820
20821 * language/kannada.el: New file.
20822
20823 * language/knd-util.el: New file.
20824
20825 2003-11-07 Andreas Schwab <schwab@suse.de>
20826
20827 * progmodes/autoconf.el (autoconf-font-lock-keywords):
20828 Also highlight AH_*.
20829
20830 * xml.el (xml-parse-dtd): Fix misplaced paren.
20831
20832 2003-11-07 Kenichi Handa <handa@m17n.org>
20833
20834 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
20835
20836 2003-11-05 Juri Linkov <juri@jurta.org>
20837
20838 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
20839 (desktop-buffer-file): Use saved buffer-file-coding-system
20840 for file reading. Set auto-insert to nil to prevent automatic
20841 insertion into restored empty files.
20842
20843 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
20844
20845 * files.el (risky-local-variable-p): Make second argument optional.
20846
20847 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
20848
20849 * subr.el (add-hook): Fix last change.
20850
20851 2003-11-03 Eli Zaretskii <eliz@gnu.org>
20852
20853 * mail/rmail.el (rmail-convert-to-babyl-format):
20854 If base64-decode-region signals an error, catch it and silently
20855 ignore it.
20856
20857 2003-11-01 Mark A. Hershberger <mah@everybody.org>
20858
20859 * xml.el (xml-parse-region): Allow comments to appear after the
20860 topmost element has closed.
20861 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
20862 (xml-ns-expand-attr): New functions to do namespace handling.
20863 (xml-intern-attrlist): Back-compatible handling of attribute names.
20864 (xml-parse-tag): Move namespace handling to separate functions.
20865 Now produces elements in the form ((:ns . "element") (attr-list)
20866 children) instead of ('ns:element (attr-list) children).
20867 (xml-parse-attlist): Fix attribute parsing.
20868 (xml-parse-dtd): Change parsing so that it produces strings
20869 instead of interned symbols.
20870
20871 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
20872
20873 * dired.el (dired-ls-sorting-switches): Doc fix.
20874
20875 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
20876
20877 * emacs-lisp/rx.el (rx-or): Fix the case of
20878 "(rx (and ?a (or ?b ?c) ?d))".
20879
20880 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
20881
20882 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
20883 (texinfo-format-region): Use it.
20884 (texinfo-format-buffer-1): Ditto.
20885
20886 2003-11-01 Alan Mackenzie <acm@muc.de>
20887
20888 Changes to allow scrolling whilst in isearch mode:
20889 * isearch.el (isearch-unread-key-sequence): New function,
20890 extracted from isearch-other-meta-char.
20891 (top level): (put 'foo 'isearch-scroll) on all Emacs's
20892 "scrollable" standard functions.
20893 (isearch-allow-scroll): New customizable variable.
20894 (isearch-string-out-of-window, isearch-back-into-window)
20895 (isearch-reread-key-sequence-naturally)
20896 (isearch-lookup-scroll-key): New functions.
20897 (isearch-other-meta-char): Doc string and functionality enhanced.
20898 Now accepts a prefix argument.
20899 (isearch-lazy-highlight-window-end): New variable.
20900 (isearch-lazy-highlight-new-loop): Pay attention to the window's
20901 end (thru isearch-lazy-highlight-window-end), not only its start.
20902
20903 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
20904 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
20905 (universal-argument, universal-argument-more, negative-argument)
20906 (digit-argument, universal-argument-other-key): Minor changes.
20907
20908 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20909
20910 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
20911 recursively if the last message is deleted, thus avoiding an
20912 infinite loop.
20913
20914 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
20915
20916 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
20917 (tex-main-file): Don't add .tex if the extension is already present.
20918 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
20919
20920 2003-10-29 Lute Kamstra <lute@gnu.org>
20921
20922 * progmodes/octave-inf.el (inferior-octave-prompt):
20923 Recognize version number in prompt.
20924
20925 2003-10-28 Dave Love <fx@gnu.org>
20926
20927 * international/characters.el: Fix some Unicode ranges.
20928
20929 2003-10-28 Kenichi Handa <handa@m17n.org>
20930
20931 * disp-table.el (standard-display-8bit)
20932 (standard-display-default, standard-display-ascii)
20933 (standard-display-g1, standard-display-graphic)
20934 (standard-display-underline): Assure that standard-display-table
20935 is a display table.
20936
20937 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
20938
20939 * simple.el (reindent-then-newline-and-indent): Delete space *after*
20940 reindenting the first line.
20941
20942 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
20943
20944 * wid-edit.el (widget-default-delete): Always delete child widgets.
20945
20946 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20947
20948 * newcomment.el (comment-indent): Don't call indent-according-to-mode
20949 if the line has code.
20950 Don't try to line up with something that's too far left.
20951
20952 * progmodes/octave-mod.el (octave-comment-start): Simplify.
20953 (octave-mode-syntax-table): Add % as a comment starter.
20954 (octave-point): Remove.
20955 (octave-in-comment-p, octave-in-string-p)
20956 (octave-not-in-string-or-comment-p, calculate-octave-indent)
20957 (octave-blink-matching-block-open, octave-auto-fill):
20958 Use line-(beginning|end)-position instead.
20959
20960 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
20961
20962 * emacs-lisp/authors.el (authors-aliases): Add correct realname
20963 for Francesco Potort\e,Al\e(B.
20964
20965 2003-10-23 Dave Love <fx@gnu.org>
20966
20967 * international/mule-cmds.el (locale-charset-to-coding-system):
20968 Don't rely on nil being a coding system.
20969
20970 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
20971 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
20972 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
20973
20974 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
20975
20976 * gdb-ui.el (gdb-current-language): New variable.
20977 (gdb-update-flag): Remove variable.
20978 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
20979 (gdb-take-last-elt): Remove function.
20980 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
20981 (gdb-post-prompt): Check for variable object changes here.
20982
20983 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
20984 object changes in gdb-ui.el.
20985
20986 2003-10-21 Richard M. Stallman <rms@gnu.org>
20987
20988 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
20989
20990 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
20991 Don't check for foo*/ wildcard form here.
20992 (insert-directory): Recognize foo*/ as a wildcard.
20993 Separate wildcard-regexp variable from the arg, wildcard.
20994
20995 * subr.el (add-hook): Correctly detect when make-local-hook was used.
20996 (remove-hook): Correctly handle strange cases about local hooks.
20997
20998 2003-10-21 David Ponce <david@dponce.com>
20999
21000 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
21001 argument REAL, to return a real number instead of a rounded
21002 integer value. Define as inline function.
21003 (ruler-mode-right-fringe-cols): Likewise.
21004 (ruler-mode-scroll-bar-cols): New function.
21005 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
21006 (ruler-mode-right-scroll-bar-cols): Likewise.
21007 (ruler-mode-space): New function.
21008 (ruler-mode-ruler): Use it. Handle variations of fringe style,
21009 scroll bar mode and margins in a more robust way.
21010
21011 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
21012
21013 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
21014 (antlr-c-init-language-vars): New function.
21015 (antlr-mode): Use it with cc-mode before v5.29.
21016 (antlr-c-common-init): Don't set some local vars here.
21017 (antlr-mode): Set them here.
21018 (antlr-c-forward-sws): New function alias.
21019 (antlr-mode): Redefine with cc-mode before v5.30.
21020 (antlr-skip-sexps): Use it.
21021 (antlr-skip-exception-part): Ditto.
21022 (antlr-skip-file-prelude): Ditto.
21023 (antlr-outside-rule-p): Ditto.
21024 (antlr-end-of-body): Ditto.
21025 (antlr-option-kind): Ditto.
21026 (antlr-insert-option-area): Ditto.
21027 (antlr-file-dependencies): Ditto.
21028
21029 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21030
21031 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
21032 Move backward only if point was not inside an entry.
21033
21034 2003-10-21 Richard M. Stallman <rms@gnu.org>
21035
21036 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
21037
21038 2003-10-21 Juri Linkov <juri@jurta.org>
21039
21040 * compare-w.el: Automatically skip non-matching text to resync.
21041 (compare-windows-whitespace): Doc fix.
21042 (compare-windows-sync, compare-windows-sync-string-size)
21043 (compare-windows-recenter, compare-ignore-whitespace)
21044 (compare-windows-highlight, compare-windows-face): New variables.
21045 (compare-windows): Use compare-windows-sync.
21046 (compare-windows-highlight, compare-windows-dehighlight)
21047 (compare-windows-sync-regexp)
21048 (compare-windows-sync-default-function): New functions.
21049
21050 2003-10-21 Juri Linkov <juri@jurta.org>
21051
21052 * diff.el (diff-parse-differences): Don't visit the files now;
21053 instead, just record the error locus.
21054
21055 2003-10-21 Dave Love <fx@gnu.org>
21056
21057 * progmodes/cfengine.el: New file.
21058
21059 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21060
21061 * complete.el (PC-do-completion): Do not forget to use `pred' as the
21062 default-directory when completing file names.
21063
21064 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
21065
21066 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
21067 followed by the word `face', it gets treated as a face, even if
21068 it is also defined as a variable or a function.
21069
21070 2003-10-20 Dave Love <fx@gnu.org>
21071
21072 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21073 Avoid incf in macro expansion.
21074
21075 2003-10-20 John Paul Wallington <jpw@gnu.org>
21076
21077 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
21078 `evenp' so we don't implicitly require cl library at runtime.
21079
21080 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
21081
21082 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
21083 (help-make-xrefs): Only make cross-references for faces if
21084 preceded or followed by the word `face'. Do not make a
21085 cross-reference for variables without variable documentation,
21086 unless preceded by the word `variable' or `option'. Update doc
21087 string accordingly.
21088
21089 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
21090
21091 * progmodes/hideshow.el: Rewrite one-armed `if'
21092 constructs using either `when' or `unless'.
21093 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
21094
21095 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
21096
21097 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
21098 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
21099 instead of 12x12.
21100
21101 2003-10-16 Eli Zaretskii <eliz@gnu.org>
21102
21103 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
21104 message while converting to Babyl.
21105
21106 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
21107
21108 * allout.el (allout-mode): Doc fix.
21109
21110 2003-10-16 Lute Kamstra <lute@gnu.org>
21111
21112 * subr.el (force-mode-line-update): Fix docstring.
21113
21114 2003-10-14 Dave Love <fx@gnu.org>
21115
21116 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
21117 (default-input-method): Add :link, improve :type.
21118 (locale-charset-language-names): Fix utf-8 pattern.
21119 (locale-charset-match-p, locale-charset-alist)
21120 (locale-charset-to-coding-system): New.
21121 (set-locale-environment): Deal with codeset part of locale specs.
21122
21123 2003-10-14 Lute Kamstra <lute@gnu.org>
21124
21125 * fringe.el (fringe-mode): Use active voice in docstring.
21126 (set-fringe-style): Ditto.
21127
21128 2003-10-13 Lute Kamstra <lute@gnu.org>
21129
21130 * fringe.el (fringe-mode): Fix docstring.
21131 (set-fringe-style): Ditto.
21132
21133 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
21134
21135 * ediff-mult.el (ediff-filegroup-action):
21136 Use ediff-default-filtering-regexp.
21137
21138 * ediff-util.el (ediff-recenter): Don't call
21139 ediff-restore-highlighting twice.
21140 (ediff-select-difference): Set current difference.
21141 (ediff-unselect-and-select-difference): Add comment.
21142
21143 * ediff.el (ediff-directories,ediff-directory-revisions)
21144 (ediff-directories3,ediff-merge-directories)
21145 (ediff-merge-directories-with-ancestor)
21146 (ediff-merge-directory-revisions)
21147 (ediff-merge-directory-revisions-with-ancestor):
21148 Use ediff-default-filtering-regexp.
21149
21150 2003-10-12 Andreas Schwab <schwab@suse.de>
21151
21152 * international/mule-cmds.el (locale-charset-language-names):
21153 Simplify regex by removing unused grouping.
21154
21155 2003-10-10 Dave Love <fx@gnu.org>
21156
21157 * bindings.el: Don't bind stop.
21158
21159 2003-10-08 Miles Bader <miles@gnu.org>
21160
21161 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
21162 face instead of attempting to emulate it.
21163
21164 2003-10-07 Kenichi Handa <handa@m17n.org>
21165
21166 * international/mule-diag.el (list-coding-systems-1): List coding
21167 systems that are loaded automatically.
21168
21169 * international/code-pages.el (iso-8859-11): Add autoload cookie.
21170
21171 * international/mule.el (autoload-coding-system): New function.
21172
21173 2003-10-07 Andreas Schwab <schwab@suse.de>
21174
21175 * log-edit.el (log-edit-changelog-entries): Prefer local value of
21176 change-log-default-name in the buffer visiting the file.
21177
21178 2003-10-06 Dave Love <fx@gnu.org>
21179
21180 * files.el (find-file-hook): Customize.
21181 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
21182
21183 * bindings.el (completion-ignored-extensions): Remove .log.
21184 (global-map): Add again, open, stop keys.
21185
21186 2003-10-05 Richard M. Stallman <rms@gnu.org>
21187
21188 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
21189 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
21190 Use sh-modify directly.
21191 (sh-select): Use sh-append, not eval.
21192
21193 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
21194
21195 * info.el (Info-following-node-name): New function.
21196
21197 * loadhist.el (unload-feature-special-hooks):
21198 Rename from loadhist-hook-functions.
21199 (loadhist-hook-functions): Now an alias.
21200
21201 2003-10-04 Eli Zaretskii <eliz@gnu.org>
21202
21203 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
21204 file-name clashes on 8+3 filesystems.
21205
21206 * Makefile.in (DONTCOMPILE, bootstrap-clean):
21207 Rename loaddefs-boot.el to ldefs-boot.el
21208
21209 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
21210 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
21211
21212 2003-10-03 Lute Kamstra <lute@gnu.org>
21213
21214 * info.el (Info-mode): Revert previous change.
21215 (Info-escape-percent): New function.
21216 (Info-fontify-node): Use it.
21217
21218 2003-10-02 Andreas Schwab <schwab@suse.de>
21219
21220 * loaddefs-boot.el: Regenerated.
21221
21222 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
21223
21224 * ffap.el: Remove defadvice related code from CVS since `complete'
21225 provides a `PC-completion-as-file-name-predicate' variable that
21226 ffap can override.
21227
21228 2003-10-02 Kenichi Handa <handa@m17n.org>
21229
21230 * international/utf-8.el (ccl-decode-mule-utf-8):
21231 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
21232
21233 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
21234 * international/subst-big5.el: Likewise.
21235 * international/subst-gb2312.el: Likewise.
21236 * international/subst-ksc.el: Likewise.
21237
21238 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21239
21240 * calendar/calendar.el (increment-calendar-month)
21241 (calendar-leap-year-p, calendar-absolute-from-gregorian)
21242 (generate-calendar, calendar-read-date, calendar-interval)
21243 (calendar-day-of-week): Handle years BC.
21244 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
21245
21246 2003-10-01 Dave Love <fx@gnu.org>
21247
21248 * language/cyrillic.el (cp1251): Alias for windows-1251.
21249
21250 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
21251 bootstrap.
21252
21253 2003-10-01 Lute Kamstra <lute@gnu.org>
21254
21255 * files.el: Fix typo.
21256 * imenu.el (imenu--generic-function): Docstring fix.
21257
21258 2003-09-30 Richard M. Stallman <rms@gnu.org>
21259
21260 * dired.el (dired-mode): Handle dired-directory as a list.
21261
21262 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
21263
21264 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
21265
21266 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
21267
21268 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
21269 Replace gud-display with gud-watch.
21270 (gud-speedbar-buttons): Add stuff for watching expressions
21271 in the speedbar when using M-x gdba. Use dolist on old part
21272 of this function.
21273
21274 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
21275 (gdb-update-flag): New variables.
21276 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
21277 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
21278 (gud-watch, gdb-var-create-handler) : New functions.
21279 (gdb-var-list-children, gdb-var-list-children-handler)
21280 (gdb-var-create-regexp, gdb-var-update-regexp)
21281 (gdb-var-list-children-regexp): New constants.
21282 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
21283 (gdb-annotation-rules): Reduce annotation set (level 3).
21284 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
21285 (gdb-post-prompt): Don't update GDB buffers every time speedbar
21286 updates.
21287 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
21288 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
21289 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
21290 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
21291 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
21292 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
21293 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
21294 (gud-display, gud-display1)
21295 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
21296 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
21297 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
21298 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
21299 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
21300 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
21301 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
21302 (gdb-display-display-buffer, gdb-toggle-display)
21303 (gdb-delete-display, gdb-expressions-popup-menu)
21304 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
21305 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
21306 to display buffer.
21307
21308 2003-09-30 Richard M. Stallman <rms@gnu.org>
21309
21310 * progmodes/ada-mode.el (ada-mode): Don't use advice.
21311 Instead, set which-func-functions.
21312
21313 * progmodes/which-func.el (which-func-modes): Add ada-mode.
21314 (which-func-functions): New variable.
21315 (which-function): Use that.
21316
21317 * info.el (Info-mode): Double each `%' in header line.
21318
21319 * emacs-lisp/lisp-mnt.el (lm-with-file):
21320 When FILE is nil, run BODY in current buffer.
21321
21322 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
21323
21324 * help.el (describe-mode): Start with a brief list of minor modes.
21325 Find them thru minor-mode-list so as to find them all.
21326 Show them in alphabetical order.
21327
21328 * mail/sendmail.el (mail-aliases): Doc fix.
21329
21330 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
21331
21332 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21333
21334 * mail/rmailsum.el (rmail-make-summary-line-1):
21335 Change comma after last label to a space.
21336 (rmail-summary-font-lock-keywords): Adapt to that change.
21337
21338 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
21339
21340 * progmodes/scheme.el (scheme-mode-variables): When setting
21341 `font-lock-defaults', also specify that "#" should
21342 be interpreted with `word' syntax.
21343 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
21344
21345 2003-09-30 Lars Hansen <larsh@math.ku.dk>
21346
21347 * desktop.el: A lot of comments updated.
21348 (desktop-save-mode): Minor mode introduced.
21349 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
21350 (desktop-load-default): Function made obsolete.
21351 (desktop-locals-to-save): Variable made customizable.
21352 (desktop-read): Optional parameter `dirname' added.
21353 (desktop-change-dir, desktop-revert): Parameter `dirname' in
21354 `desktop-read' used.
21355 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
21356
21357 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
21358
21359 * whitespace.el (whitespace-clean-msg): Add user customizable message
21360 for displaying ``clean'' output.
21361 (whitespace-buffer): Use `whitespace-clean-msg'.
21362 (whitespace-global-mode): Fix typo.
21363
21364 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
21365
21366 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
21367
21368 2003-09-29 Lute Kamstra <lute@gnu.org>
21369
21370 * bindings.el (mode-line-modes): Remove superfluous :propertize
21371 construct in initialization.
21372 (mode-line-position): Change cons cell into proper list in
21373 initialization.
21374
21375 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21376
21377 * international/mule.el (decode-coding-inserted-region): Use car
21378 of the return value of find-operation-coding-system.
21379
21380 2003-09-29 Kenichi Handa <handa@m17n.org>
21381
21382 * descr-text.el (describe-char): Fix previous change.
21383
21384 2003-09-28 Kenichi Handa <handa@m17n.org>
21385
21386 * descr-text.el (describe-char-display): New function.
21387 (describe-char): Pay attention to display table on describing how
21388 a character is displayed.
21389
21390 * international/mule-cmds.el (encoded-string-description):
21391 Prepend "0x" to each encoded byte.
21392
21393 2003-09-28 Andreas Schwab <schwab@suse.de>
21394
21395 * find-file.el (ff-special-constructs): Add autoload cookie.
21396
21397 2003-09-28 Kevin Ryde <user42@zip.com.au>
21398
21399 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
21400 makeinfo appends to duplicate index entries.
21401
21402 2003-09-28 Eli Zaretskii <eliz@gnu.org>
21403
21404 * dired-x.el (dired-clean-tex): Doc fix.
21405
21406 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
21407 using a Chinese tutorial.
21408
21409 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
21410
21411 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
21412 between "MAIL FROM:" and "RCPT TO:" and the following address.
21413
21414 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
21415
21416 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
21417
21418 2003-09-28 David Ponce <david@dponce.com>
21419
21420 * recentf.el (recentf-initialize-file-name-history): New defcustom.
21421 (recentf-load-list): When `recentf-initialize-file-name-history'
21422 is non-nil, initialize an empty `file-name-history' with the
21423 recent list.
21424
21425 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
21426
21427 * man.el (Man-default-man-entry): Remove the leading `*' from the
21428 word at point.
21429
21430 2003-09-26 Lute Kamstra <lute@gnu.org>
21431
21432 * bindings.el (mode-line-position): Mention size indication in
21433 docstring.
21434
21435 2003-09-26 Andre Spiegel <spiegel@gnu.org>
21436
21437 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
21438
21439 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
21440 because it's autoloaded now.
21441
21442 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
21443
21444 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
21445 (sh-font-lock-keywords, sh-feature): Fix previous change of
21446 sh-feature to avoid infloop with sh-font-lock-keywords.
21447
21448 2003-09-25 Kim F. Storm <storm@cua.dk>
21449
21450 * frame.el (frame-current-scroll-bars): New defun.
21451
21452 * window.el (window-current-scroll-bars): New defun.
21453
21454 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21455
21456 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
21457 cause errors when the state cache contains info on parts that have
21458 been narrowed out.
21459
21460 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21461
21462 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
21463 `c-setup-paragraph-variables' has to be used when this variable is
21464 changed; it doesn't work to reinitialize the mode since that
21465 typically clobbers the variable.
21466
21467 * progmodes/cc-styles.el (c-setup-paragraph-variables):
21468 Make it interactive.
21469
21470 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21471
21472 * progmodes/cc-fonts.el (c-font-lock-declarations):
21473 Fix recognition of constructors and destructors for classes whose
21474 names are matched by `*-font-lock-extra-types'.
21475
21476 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
21477 followed by an identifier in C++ then it's a type.
21478
21479 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21480
21481 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
21482 problem that primarily affected XEmacs. Don't use faces to find
21483 unterminated strings since Emacs and XEmacs fontify strings
21484 differently - this function should now work better in XEmacs.
21485
21486 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21487
21488 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
21489 `expand-abbrev' workaround which caused braces to misbehave inside
21490 macros.
21491
21492 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
21493 handling. This bug could cause interactive font locking to bail out.
21494
21495 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21496
21497 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21498 Handle paren-style types in Pike. Also fixed some cases of
21499 insufficient handling of unbalanced parens.
21500
21501 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
21502
21503 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
21504 common shell prompts that are not common filename or URL characters.
21505 (ffap-file-at-point): Use the new regexp to strip the prompts from
21506 the file names. This is an issue mostly for user prompts that
21507 don't have a trailing space and find-file-at-point is invoked from
21508 within a shell inside Emacs.
21509
21510 2003-09-24 Andre Spiegel <spiegel@gnu.org>
21511
21512 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
21513 stamps numerically, rather than textually.
21514
21515 2003-09-24 Kenichi Handa <handa@m17n.org>
21516
21517 * language/devan-util.el (devanagari-post-read-conversion):
21518 * language/mlm-util.el (malayalam-post-read-conversion):
21519 * language/tml-util.el (tamil-post-read-conversion):
21520 Add autoload cookie.
21521
21522 * international/utf-8.el (utf-8-post-read-conversion):
21523 Call post-read-conversion functions for Devanagari, Malayalam,
21524 and Tamil.
21525
21526 2003-09-23 Dave Love <fx@gnu.org>
21527
21528 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
21529
21530 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
21531
21532 * progmodes/gud.el (perldb): Add gud-until to list of commands.
21533 Update gud-remove.
21534
21535 2003-09-22 Richard M. Stallman <rms@gnu.org>
21536
21537 * progmodes/sh-script.el (sh-mode-default-syntax-table):
21538 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
21539 (sh-mode-syntax-table-input): New variable.
21540 (sh-require-final-newline): Don't use eval.
21541 (sh-builtins, sh-leading-keywords, sh-other-keywords)
21542 (sh-variables, sh-font-lock-keywords): Don't use eval.
21543 (sh-set-shell): When setting require-final-newline,
21544 treat value = `require-final-newline' as don't change it.
21545 Set sh-mode-syntax-table locally based on
21546 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
21547
21548 * progmodes/compile.el (compile-internal):
21549 Call compilation-set-window-height before setting window start.
21550
21551 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
21552
21553 * emacs-lisp/bytecomp.el (byte-compile-log-file):
21554 Clear out byte-compile-last-warned-form.
21555
21556 2003-09-22 Richard M. Stallman <rms@gnu.org>
21557
21558 * woman.el (woman-file-name, woman-follow-word):
21559 If current-word returns nil, use "".
21560
21561 * simple.el (eval-expression): Bind standard-output in to-buffer case.
21562
21563 2003-09-22 Richard M. Stallman <rms@gnu.org>
21564
21565 * emacs-lisp/lisp-mnt.el (lm-with-file):
21566 Don't visit the file, just use insert-file-contents in temp buffer.
21567
21568 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
21569
21570 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
21571 Add surrounding \\( and \\) around the header, as in
21572 for lm-history-header 'Change Log\\|History'.
21573
21574 2003-09-22 John Paul Wallington <jpw@gnu.org>
21575
21576 * progmodes/ld-script.el: Add Commentary section,
21577 minor cleanup of file header.
21578 (ld-script-font-lock-keywords): Doc fix.
21579 (toplevel): Provide `ld-script' feature.
21580
21581 2003-09-21 Kim F. Storm <storm@cua.dk>
21582
21583 * scroll-bar.el (set-scroll-bar-mode): Initialize to
21584 new built-in variable default-frame-scroll-bars.
21585 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
21586 scroll-bar-mode; notably, use it instead of t when we toggle
21587 scroll-bars on.
21588 (toggle-scroll-bar): Use default-frame-scroll-bars.
21589
21590 2003-09-19 Masatake YAMATO <jet@gyve.org>
21591
21592 * pcvs.el (cvs-do-removal): Change the prompt depending on
21593 `filter' value.
21594
21595 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
21596
21597 * startup.el (command-line-1): Stop startup-echo-area-message
21598 being hidden by "Loading image..." message.
21599 (use-fancy-splash-screens-p, display-splash-screen):
21600 Move display-graphic-p test from latter to former.
21601
21602 * progmodes/sh-script.el (sh-font-lock-keywords):
21603 Highlight escaped EOLs differently from other backslash constructs.
21604
21605 2003-09-19 Richard M. Stallman <rms@gnu.org>
21606
21607 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
21608 New functions.
21609 (edebug-enter, edebug-outside-excursion): Use them.
21610
21611 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
21612 Fix the condition for whether to print "In WHERE".
21613
21614 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
21615
21616 * finder.el (finder-mode-hook): New variable.
21617 (finder-mode): Run hook finder-mode-hook
21618
21619 2003-09-18 Masatake YAMATO <jet@gyve.org>
21620
21621 * progmodes/ebrowse.el: Fix broken magic autoload comments.
21622
21623 2003-09-17 Mario Lang <mlang@delysid.org>
21624
21625 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
21626 "p %e" to actually print the value in the GUD buffer.
21627
21628 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
21629
21630 From David Ponce <david.ponce@wanadoo.fr>:
21631 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
21632 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
21633 from loaddefs-boot.el if necessary.
21634
21635 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
21636
21637 * progmodes/gud.el (gud-find-class): Make jdb work again since
21638 cc-mode changed the syntactic information.
21639
21640 2003-09-15 David Ponce <david@dponce.com>
21641
21642 * recentf.el: (recentf-exclude): Accept predicates too.
21643 (recentf-file-readable-p): New function.
21644 (recentf-include-p): Handle predicates in recentf-exclude.
21645 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
21646 (recentf-cleanup): Likewise.
21647 (recentf-save-list): Use write-file to handle backup of
21648 recentf-save-file.
21649
21650 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
21651
21652 * loaddefs-boot.el: Renamed from `loaddefs.el'
21653 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
21654 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
21655 necessary.
21656
21657 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
21658
21659 * electric.el (Electric-pop-up-window): For the `one-window' case,
21660 no longer disconcertingly move point in the original buffer.
21661
21662 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21663
21664 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
21665
21666 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
21667
21668 * dired.el (dired-mode-map): Fix typo.
21669
21670 2003-09-11 Richard M. Stallman <rms@gnu.org>
21671
21672 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
21673
21674 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21675
21676 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
21677 the function is less noisy. Now only `kill-buffer' can ask questions.
21678
21679 2003-09-10 Mario Lang <mlang@delysid.org>
21680
21681 * battery.el: Update Commentary and Copyright.
21682 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
21683 appear due to wrong ordering of the expressions in `or'.
21684
21685 2003-09-09 Lute Kamstra <lute@gnu.org>
21686
21687 * misc.el (upcase-char): Fix docstring.
21688 (zap-up-to-char): New command.
21689
21690 2003-09-08 David Ponce <david@dponce.com>
21691
21692 Ensure that recentf correctly updates the menu bar.
21693 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
21694 (recentf-menu-bar): New function.
21695 (recentf-clear-data): Use it
21696 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
21697 of easy-menu-change.
21698
21699 2003-09-08 Lute Kamstra <lute@gnu.org>
21700
21701 * simple.el (size-indication-mode): New.
21702 * bindings.el (mode-line-position): Add buffer size indicator.
21703
21704 2003-09-04 Mario Lang <mlang@delysid.org>
21705
21706 * battery.el (battery-linux-proc-acpi): New function.
21707 (battery-status-function): Modify default value calculation to also
21708 check for availability of ACPI.
21709 (battery-echo-area-format): Ditto.
21710 (battery-mode-line-format): Ditto.
21711
21712 2003-09-06 Dave Love <fx@gnu.org>
21713
21714 * ielm.el (ielm-mode-hook): Add :options.
21715
21716 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
21717 (eldoc-print-current-symbol-info): Use it.
21718
21719 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
21720
21721 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
21722 being displayed in GUD buffer.
21723 (gdb-idle-input-queue): Remove var. Use just one queue.
21724 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
21725 Remove functions. Use just one queue.
21726 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
21727 (gdb-invalidate-assembler, gdb-get-current-frame):
21728 Modify functions. Use just one queue.
21729
21730 2003-09-04 Dave Love <fx@gnu.org>
21731
21732 * cus-start.el: Add blink-cursor-alist.
21733
21734 * ruler-mode.el (ruler-mode-fill-column-char)
21735 (ruler-mode-current-column-char): Use char-displayable-p,
21736 not window-system.
21737
21738 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
21739
21740 * language/european.el (windows-1252): Move from code-pages.
21741
21742 * language/cyrillic.el ("Windows-1251"): Delete.
21743 ("Bulgarian", "Belarusian"): Remove `features'.
21744 (windows-1251): Move from code-pages.
21745
21746 * international/mule-diag.el (non-iso-charset-alist):
21747 Remove `codepage' stuff.
21748 (print-designation, list-coding-systems-1): Output fixes.
21749
21750 * international/code-pages.el (cp-make-translation-table)
21751 (cp-valid-codes): Made defsubsts.
21752 (cp-fix-safe-chars): Delete.
21753 (mule-diag): Don't require.
21754 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
21755 (top-level): Check for defined coding system when defining
21756 cp... aliases. Change w32-add-charset-info test to avoid warning.
21757 (non-iso-charset-alist): Defvar when compiling.
21758 (cp-make-coding-system): Doc fix.
21759
21760 2003-09-02 Jason Rumney <jasonr@gnu.org>
21761
21762 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
21763 line-ends from CVS before doing conversion.
21764
21765 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
21766
21767 * calendar/diary-lib.el (diary-header-line-flag)
21768 (diary-header-line-format): New variables.
21769 (list-diary-entries): Use them to set header line in simple diary.
21770
21771 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
21772 other than font-lock-string-face to highlight backslashes.
21773
21774 2003-09-01 Jason Rumney <jasonr@gnu.org>
21775
21776 * international/titdic-cnv.el (tit-read-key-value): Include \r in
21777 regexp.
21778
21779 2003-09-01 Dave Love <fx@gnu.org>
21780
21781 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
21782
21783 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
21784 and :help; also line and column numbers labels.
21785
21786 * international/mule-util.el (char-displayable-p): Move from
21787 latin1-disp, rename and autoload.
21788
21789 * international/latin1-disp.el (latin1-char-displayable-p):
21790 Now obsolete alias. Replace uses with char-displayable-p.
21791 (latin1-display-ucs-per-lynx): Fix last change.
21792
21793 * international/mule-cmds.el (standard-display-european-internal):
21794 Don't use char code for Latin-1 NBSP.
21795 <XFree86 4>: Unfrob NBSP display table. Set display table to use
21796 U+2018, U+2019 for `'.
21797 (select-safe-coding-system): Message fix.
21798
21799 2003-09-01 Kenichi Handa <handa@m17n.org>
21800
21801 * international/fontset.el (setup-default-fontset): For Thai
21802 font, specify "*" family.
21803
21804 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21805
21806 * progmodes/compile.el (previous-error): Accept a prefix
21807 argument, similarly to next-error.
21808
21809 2003-08-31 Masatake YAMATO <jet@gyve.org>
21810
21811 * pcvs.el (cvs-do-removal): Use = instead of eq to check
21812 the number of files. Bind the number of files to a local
21813 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
21814
21815 2003-08-30 Eli Zaretskii <eliz@gnu.org>
21816
21817 * vc-hooks.el (vc-make-version-backup): Fix the change made on
21818 2003-07-26: msdos-long-file-names is a function, not a variable.
21819
21820 2003-08-29 Richard M. Stallman <rms@gnu.org>
21821
21822 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
21823 Do nothing with mail-personal-alias-file if it is nil.
21824
21825 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
21826 Do nothing if mail-personal-alias-file is nil.
21827
21828 * term.el (term-exec-1): Bind coding-system-for-read.
21829
21830 * dired.el (dired-mouse-find-file-other-window):
21831 Use dired-view-command-alist here, as in dired-view-file.
21832 (dired-view-command-alist): Use %s to substitute file name.
21833 Handle .ps_pages, .eps, .jpg, .gif, .png.
21834
21835 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21836
21837 * info.el (Info-mode-map): Bind S-tab and <backtab> to
21838 `Info-prev-reference', instead of M-tab.
21839
21840 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
21841
21842 * simple.el (blink-matching-open): Work correctly on chars that
21843 are designated as parens through the syntax-table text property.
21844
21845 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
21846
21847 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
21848 line break position in the middle of a non-kinsoku (e.g. latin)
21849 word, making it skip until either a space or a character with
21850 category "|".
21851 (kinsoku-longer): Test for end of buffer.
21852
21853 2003-08-28 Eli Zaretskii <eliz@gnu.org>
21854
21855 * mail/rmail.el (rmail-convert-to-babyl-format):
21856 Detect quoted-printable- and base64-encoded messages and decode them
21857 automatically. Set the message's encoding from the charset=
21858 header, if any. Decode base64-encoded messages in Mail format as well.
21859
21860 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21861
21862 * mail/smtpmail.el: Fix previous change.
21863 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
21864 calling smtpmail-via-smtp.
21865 (smtpmail-via-smtp): Add fall-back values for envelope-from.
21866
21867 2003-08-26 John Paul Wallington <jpw@gnu.org>
21868
21869 * image.el (image-jpeg-p): Don't search beyond length of data.
21870
21871 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21872
21873 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
21874 misfeature in `expand-abbrev' which caused electric keywords like
21875 "else" to disappear if an open brace was typed directly afterwards.
21876
21877 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21878
21879 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
21880 mandatory in `define-widget'.
21881
21882 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
21883 Don't align the operators "!=", "<=" and ">=" as assignment operators.
21884
21885 (c-assignment-operators): New language constant that only contains
21886 the assignment operators.
21887
21888 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
21889
21890 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21891
21892 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21893 Safeguard against unbalanced sexps.
21894
21895 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
21896
21897 * version.el (emacs-version): Check for gtk. Include gtk version info.
21898
21899 2003-08-25 John Paul Wallington <jpw@gnu.org>
21900
21901 * man.el (Man-default-man-entry): Don't whizz past the section
21902 number before looking for it.
21903
21904 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
21905
21906 * progmodes/gud.el (gud-display-line): Don't set window-point if
21907 source buffer is not visible. (Only happens with M-x gdba.)
21908
21909 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
21910 documentation.
21911 (gdb-source, gdb-source-info): Update to assembler unnecessary
21912 as its done after each GDB command anyway.
21913 (gdb-pre-prompt): Use with-current-buffer.
21914 (gdb-insert-field): Add help-echo text.
21915 (gdb-invalidate-assembler): Re-display of assembler now done in
21916 gdb-info-breakpoints-custom.
21917 (gdb-info-breakpoints-custom): Force re-display of assembler to
21918 happen *after* update of breakpoints buffer.
21919 (gdb-display-source-buffer): Don't choke if gdb-source-window
21920 isn't visible.
21921 (gdb-put-string, gdb-put-arrow): Remove free variables.
21922
21923 2003-08-24 John Paul Wallington <jpw@gnu.org>
21924
21925 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
21926
21927 * man.el (Man-default-man-entry): Strip text properties when
21928 snarfing parts of entry because `format' preserves properties.
21929
21930 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21931
21932 * files.el (file-newest-backup): Use `expand-file-name'.
21933
21934 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
21935 Allow the diary to pop up a new frame, if needed.
21936
21937 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
21938 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
21939 (smtpmail-send-it): Make treatment of envelope-from consistent with
21940 sendmail.el.
21941
21942 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
21943 (sh-leading-keywords): Add the bash `time' reserved word.
21944 (sh-variables): Add some bash variables.
21945 (sh-add-completer): Fix nil branch of case statement.
21946
21947 2003-08-24 Masatake YAMATO <jet@gyve.org>
21948
21949 * progmodes/ld-script.el: New file.
21950
21951 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
21952
21953 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
21954
21955 2003-08-23 Andre Spiegel <spiegel@gnu.org>
21956
21957 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
21958 Better explain obsolescence, and what to use instead.
21959
21960 2003-08-23 Masatake YAMATO <jet@gyve.org>
21961
21962 * pcvs.el (cvs-do-removal): Show the deleted file name
21963 on the prompt.
21964
21965 2003-08-20 Dave Love <fx@gnu.org>
21966
21967 * international/mule.el (make-coding-system)
21968 (set-buffer-file-coding-system): Doc fix.
21969
21970 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
21971
21972 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
21973
21974 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
21975
21976 * international/utf-16.el: Add mime-text-unsuitable coding system
21977 properties.
21978
21979 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
21980
21981 * cus-edit.el: Add some :links.
21982 (bib): Remove.
21983
21984 * textmodes/bib-mode.el (bib): Add :group external.
21985
21986 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
21987
21988 * wid-edit.el (widget-echo-help): Make it handle expressions that
21989 evaluate to strings.
21990
21991 2003-08-18 Michael Mauger <mmaug@yahoo.com>
21992
21993 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
21994
21995 Simplify selection of SQL products to define highlighting and
21996 interactive mode. Includes detailed instructions on adding
21997 support for new products.
21998
21999 * progmodes/sql.el (sql-product): New variable. Identifies SQL
22000 product for use in highlighting and interactive mode.
22001 (sql-interactive-product): New variable. SQL product for
22002 sql-interactive-mode.
22003 (sql-product-support): New variable. Specifies product-specific
22004 parameters to drive highlighting and interactive mode.
22005 (sql-imenu-generic-expression): Add more object types.
22006 (sql-sqlite-options): Correct comment.
22007 (sql-ms-program): Use "osql" rather than "isql".
22008 (sql-prompt-regexp, sql-prompt-length): Update comment.
22009 (sql-mode-menu): Add "Start SQLi session" entry.
22010 Replace Highlighting submenu with Product menu. Fix Send Region entry.
22011 (sql-mode-abbrev-table): Add abbreviations. Support of
22012 SYSTEM-FLAG on define-abbrev. Support was removed with last
22013 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
22014 (sql-mode-font-lock-object-name): Add font-lock pattern for object
22015 names.
22016 (sql-mode-ansi-font-lock-keywords): Set as default value.
22017 (sql-mode-oracle-font-lock-keywords): Set as default value.
22018 Support Oracle 9i keywords.
22019 (sql-mode-postgres-font-lock-keywords): Set as default value.
22020 (sql-mode-linter-font-lock-keywords): Set as default value.
22021 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
22022 SQLServer 2000.
22023 (sql-mode-sybase-font-lock-keywords)
22024 (sql-mode-interbase-font-lock-keywords)
22025 (sql-mode-sqlite-font-lock-keywords)
22026 (sql-mode-strong-font-lock-keywords)
22027 (sql-mode-mysql-font-lock-keywords)
22028 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
22029 keywords.
22030 (sql-mode-font-lock-defaults): Update comment.
22031 (sql-product-feature): New function. Returns feature associated
22032 with a product from `sql-product-support' alist.
22033 (sql-product-font-lock): New function. Set font-lock support
22034 based on `sql-product'.
22035 (sql-add-product-keywords): New function. Add font-lock rules to
22036 product-specific keyword variables.
22037 (sql-set-product): New function. Set `sql-product' and apply
22038 appropriate font-lock highlighting.
22039 (sql-highlight-product): New function. Set font-lock support
22040 based on a product. Also set mode name to include product name.
22041 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
22042 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
22043 Use `sql-set-product'.
22044 (sql-highlight-ms-keywords)
22045 (sql-highlight-sybase-keywords)
22046 (sql-highlight-interbase-keywords)
22047 (sql-highlight-strong-keywords)
22048 (sql-highlight-mysql-keywords)
22049 (sql-highlight-sqlite-keywords)
22050 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
22051 (sql-get-login): Prompt in the same order as the tokens.
22052 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
22053 (sql-product-interactive): New function. Common portions of
22054 product-specific interactive mode wrappers.
22055 (sql-interactive-mode): Rewritten to use product features.
22056 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
22057 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
22058 (sql-db2, sql-linter): Use `sql-product-interactive'.
22059 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
22060 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
22061 (sql-connect-ingres, sql-connect-postgres)
22062 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
22063 New functions. Format command line parameters and invoke comint on
22064 the appropriate interpreter. Code was in the corresponding
22065 `sql-xyz' function before.
22066 (sql-connect-ms): New function. Support -E argument to use
22067 operating system credentials for authentication.
22068
22069 2003-08-18 Kenichi Handa <handa@m17n.org>
22070
22071 * international/mule.el (encode-char): Fix for the ASCII case.
22072
22073 2003-08-15 Kenichi Handa <handa@m17n.org>
22074
22075 * international/fontset.el (setup-default-fontset): Change "*" to
22076 nil in the specifications of font family.
22077
22078 2003-08-18 Kim F. Storm <storm@cua.dk>
22079
22080 * kmacro.el (kmacro-keymap): Group related bindings in
22081 initialization for clarity. Bind C-s to start macro.
22082 Remove C-r binding.
22083 (kmacro-initial-counter-value): New defvar to hold initial counter
22084 value in case we set the value before defining a macro.
22085 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
22086 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
22087 not defining or executing macro. Doc fix.
22088 (kmacro-add-counter): Clear kmacro-initial-counter-value.
22089 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
22090 temporarily view older elements on the macro ring without cycling
22091 the ring.
22092 (kmacro-display): Doc fix.
22093 (kmacro-exec-ring-item): New helper function.
22094 (kmacro-call-ring-2nd): Use it.
22095 (kmacro-call-ring-2nd-repeat): Doc fix.
22096 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
22097 (kmacro-end-or-call-macro): Execute last viewed macro (using
22098 kmacro-exec-ring-item) from ring if this follows
22099 kmacro-view-macro. This allows us to find a macro on the ring
22100 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
22101 the ring to bring it to the head of the ring.
22102 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
22103 Allow binding to reserved keys without specifying C-x C-k prefix.
22104 Ask for confirmation if entered key sequence is already bound to
22105 a non-macro command.
22106 (kmacro-view-macro): Repeating command will show older elements
22107 on the macro ring; C-k will execute the last viewed macro.
22108 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
22109 property from 'ring to 'head.
22110
22111 2003-08-17 Alan Shutko <ats@acm.org>
22112
22113 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
22114 keeping December out of the alist.
22115
22116 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
22117
22118 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
22119 * calendar/calendar.el (calendar-mode-map): Bind it to key.
22120 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
22121 (calendar-flatten): New function.
22122 (calendar-mouse-view-other-diary-entries)
22123 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
22124 in the menu title and to show multi-line diary entries correctly
22125 in the menu.
22126
22127 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
22128
22129 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
22130 defcustom, because the default was recently changed.
22131
22132 2003-08-16 Richard M. Stallman <rms@gnu.org>
22133
22134 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
22135
22136 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
22137 New subroutine, broken out of eval-last-sexp-1.
22138 (eval-last-sexp-1): Use eval-last-sexp-print-value.
22139
22140 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
22141
22142 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
22143
22144 * simple.el (eval-expression): Use eval-last-sexp-print-value.
22145
22146 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
22147
22148 * progmodes/compile.el (compilation-error-regexp-alist):
22149 Add Java ANt error detection as described in document
22150 http://ant.apache.org/faq.html
22151
22152 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
22153
22154 * simple.el (backward-word, forward-to-indentation)
22155 (backward-to-indentation): Argument changed to optional.
22156 (next-line, previous-line): Use `or' instead of `unless'.
22157
22158 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22159
22160 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
22161 instead of a constant.
22162
22163 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
22164
22165 * shell.el (shell): With prefix-arg, suggest a new buffer name.
22166
22167 2003-08-12 Andre Spiegel <spiegel@gnu.org>
22168
22169 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
22170 (vc-sccs-workfile-version): Search the entire delta table, rather
22171 than just the first entry, because that might be a deleted version.
22172
22173 2003-08-11 Karl Fogel <kfogel@red-bean.com>
22174
22175 * menu-bar.el (menu-bar-options-menu): Supply a body for the
22176 [save-place] binding in the Options menu. Have it require
22177 'saveplace' and then toggle the variable manually, to avoid an an
22178 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
22179 for the bug report.
22180
22181 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
22182
22183 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
22184 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
22185 (gdb-info-threads-custom): Add help-echo text.
22186 (gdb-display-back): Don't use purecopy.
22187 (gdb-info-breakpoints-custom, gdb-reset)
22188 (gdb-assembler-custom): Use display-images-p to test if breakpoint
22189 icons can be displayed.
22190
22191 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
22192
22193 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
22194
22195 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
22196
22197 * bookmark.el (bookmark-completing-read):
22198 Return a string, instead of a list of one string.
22199 Use a popup menu if activated from the mouse.
22200 (bookmark-edit-annotation): Remove unused vars.
22201 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
22202 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
22203 to bookmark-completing-read.
22204 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
22205 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
22206 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
22207 and erase-buffer.
22208 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
22209 (bookmark-menu-jump, bookmark-menu-insert)
22210 (bookmark-popup-menu-and-apply-function)
22211 (bookmark-menu-popup-paned-bookmark-menu): Remove.
22212 (bookmark-menu-build-paned-menu): Remove by folding it into
22213 bookmark-menu-popup-paned-menu.
22214 (menu-bar-bookmark-map): Move the define-key statements here.
22215 Use the "non-menu" commands since they now pop up a menu if needed.
22216 (bookmark-exit-hook-internal): Simplify.
22217
22218 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
22219
22220 * reftex-toc.el (reftex-toc-rename-label): New function.
22221 (reftex-toc-check-docstruct): New function.
22222
22223 * reftex.el (reftex-region-active-p): New function.
22224
22225 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
22226 regexp to find the \bibliography macro.
22227
22228 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
22229 which does not exist in LaTeX.
22230 (reftex-cite-format-builtin): Added amsrefs support.
22231 (reftex-toc-confirm-promotion): New option
22232
22233 * reftex-toc.el
22234 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
22235 (reftex-toc-demote, reftex-toc-promote)
22236 (reftex-toc-do-promote, reftex-toc-promote-prepare)
22237 (reftex-toc-promote-action, reftex-toc-extract-section-number)
22238 (reftex-toc-newhead-from-alist)
22239 (reftex-toc-load-all-files-for-promotion): New functions.
22240 (reftex-toc-help): Added description of new keys.
22241 (reftex-toc-split-windows-fraction): New option.
22242 (reftex-recenter-toc-when-idle): Search *toc* window on all
22243 visible frames.
22244 (reftex-toc): Additional parameter REUSE
22245 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
22246 with REUSE argument.
22247 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
22248 the call of `reftex-toc'.
22249 (reftex-make-separate-toc-frame): New function .
22250 (reftex-toc-recenter): When called with triple prefix arg, call
22251 `reftex-make-separate-toc-frame' first.
22252 (reftex-toc-toggle-dedicated-frame): New command.
22253 (reftex-toc-quit): Adapted to delete frame when called in
22254 dedicated frame.
22255
22256 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
22257 all enclosing macros.
22258
22259
22260 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22261
22262 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
22263 first use.
22264
22265 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22266
22267 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
22268
22269 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
22270
22271 * calendar/calendar.el (list-diary-entries-hook)
22272 (diary-display-hook, nongregorian-diary-listing-hook)
22273 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
22274 Add some customize options for these hooks.
22275 (calendar-abbrev-construct): Don't try to take a substring longer
22276 than the original string.
22277
22278 2003-08-05 Richard M. Stallman <rms@gnu.org>
22279
22280 * emacs-lisp/testcover.el (noreturn): Report error if does return.
22281 (testcover-reinstrument-clauses): Doc fix.
22282
22283 * emacs-lisp/warnings.el: Doc fixes, args renamed.
22284 (warning-type-format): Rename from warning-group-format.
22285
22286 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
22287 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
22288 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
22289 to prevent warnings about defvar for an obsolete variable.
22290
22291 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
22292 warning-group-format renamed to warning-type-format.
22293
22294 * subr.el (read-passwd): Use clear-string instead of fillarray.
22295
22296 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
22297 Use vconcat instead of concat.
22298 (edmacro-sanitize-for-string): New function.
22299
22300 2003-08-05 Dave Love <fx@gnu.org>
22301
22302 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
22303 line-number-display-limit-width.
22304
22305 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
22306
22307 2003-08-05 Kenichi Handa <handa@m17n.org>
22308
22309 * international/code-pages.el: Don't require mule-diag.
22310
22311 * international/mule-diag.el (non-iso-charset-alist):
22312 Add autoload cookie.
22313
22314 * language/devan-util.el (dev-glyph-order): Add an entry for the
22315 glyph code #xC4.
22316
22317 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22318
22319 * calendar/calendar.el (diary-file, diary-file-name-prefix)
22320 (european-calendar-style, diary-date-forms)
22321 (calendar-day-name-array, calendar-month-name-array): Doc change.
22322 (generate-calendar-month): Adapt for new behavior of
22323 `calendar-day-name' function.
22324 (calendar-abbrev-length, calendar-day-abbrev-array)
22325 (calendar-month-abbrev-array): New variables.
22326 (calendar-abbrev-construct): New function.
22327 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
22328 rather than fixing abbrevs at some width. Calling syntax change.
22329 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
22330 (calendar-date-string): Adapt for new behaviors of
22331 `calendar-day-name' and `calendar-month-name' functions.
22332
22333 * calendar/diary-lib.el (list-diary-entries): Adapt for new
22334 behavior of `calendar-day-name' and `calendar-month-name' functions.
22335 (diary-name-pattern): Use abbrev arrays, rather than fixing
22336 abbrevs at three chars. Calling syntax change.
22337 (mark-diary-entries): Adapt for new behaviors of
22338 `diary-name-pattern' and `calendar-make-alist' functions.
22339 (fancy-diary-font-lock-keywords): Adapt for new behavior of
22340 `diary-name-pattern' function.
22341 (font-lock-diary-date-forms): Use abbrev arrays, rather than
22342 fixing abbrevs at three chars. Calling syntax change.
22343 (cal-hebrew, cal-islam): Require when compiling.
22344 (diary-font-lock-keywords): Adapt for new behavior of
22345 `font-lock-diary-date-forms' function.
22346
22347 * calendar/cal-hebrew.el: Reposition some code so defined before used.
22348 (calendar-hebrew-month-name-array-common-year)
22349 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
22350 (list-hebrew-diary-entries): Adapt for new behaviors of
22351 `calendar-day-name' and `add-to-diary-list' functions.
22352 (mark-hebrew-diary-entries): Adapt for new behaviors of
22353 `diary-name-pattern' and `calendar-make-alist' functions.
22354
22355 * calendar/cal-islam.el (calendar-islamic-month-name-array):
22356 Add doc string.
22357 (list-islamic-diary-entries): Adapt for new behaviors of
22358 `calendar-day-name' and `add-to-diary-list' functions.
22359 (mark-islamic-diary-entries): Adapt for new behaviors of
22360 `diary-name-pattern' and `calendar-make-alist' functions.
22361
22362 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
22363 `calendar-month-name' function.
22364
22365 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
22366
22367 * calendar/solar.el (solar-seasons-data): Move definition before use.
22368
22369 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
22370 (cal-tex-LaTeX-hourbox): Move definition before use.
22371
22372 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
22373 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
22374 * lunar.el, solar.el (displayed-month, displayed-year):
22375 Define for compiler.
22376
22377 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22378
22379 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
22380 MODE. Renamed from c-init-c-language-vars'.
22381 (c-initialize-cc-mode): Change accordingly.
22382 (c-common-init): Ditto.
22383 (c-mode): Ditto.
22384 (c++-mode): Use `c-init-language-vars-for'.
22385 (objc-mode): Ditto.
22386 (java-mode): Ditto.
22387 (idl-mode): Ditto.
22388 (pike-mode): Ditto.
22389 (awk-mode): Ditto.
22390
22391 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22392
22393 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
22394 or not the point moved.
22395
22396 (c-search-decl-header-end): Don't trip up on operator identifiers
22397 in C++ and operators like == in all languages.
22398
22399 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
22400 Detect leading labels correctly.
22401
22402 2003-08-02 Andreas Schwab <schwab@suse.de>
22403
22404 * textmodes/ispell.el: Don't redo key bindings on loading, put
22405 them only in loaddefs.el.
22406 * bookmark.el: Likewise.
22407 * dabbrev.el: Likewise.
22408 * emerge.el: Likewise.
22409
22410 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
22411 has more than one member.
22412
22413 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
22414
22415 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22416
22417 * lpr.el (printify-region): It was ending conversion before the
22418 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
22419
22420 2003-07-31 John Paul Wallington <jpw@gnu.org>
22421
22422 * net/browse-url.el (browse-url-epiphany): Doc fix.
22423
22424 2003-07-30 Kenichi Handa <handa@m17n.org>
22425
22426 * international/fontset.el (setup-default-fontset):
22427 Change registry names of Akurti fonts.
22428
22429 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
22430
22431 * comint.el (comint-read-noecho): Use `clear-string' instead of
22432 `fillarray'.
22433
22434 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
22435
22436 * outline.el (outline-mode-hook): Add defvar.
22437
22438 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
22439
22440 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
22441 Restore assembler in source window if that is what has been selected.
22442 (menu): Add gdb-restore-windows to menu. Make gdba
22443 specific menus only visible from gdba.
22444
22445 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
22446
22447 * progmodes/compile.el (compilation-environment): New user variable.
22448 (compile-internal): Respect it.
22449
22450 2003-07-23 Masatake YAMATO <jet@gyve.org>
22451
22452 * progmodes/gud.el (gdb-script-font-lock-keywords):
22453 Put `font-lock-function-name-face' on a symbol which includes
22454 `-' like `hook-run'. Put font-lock-variable-name-face
22455 on a symbol starting with $.
22456
22457 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
22458
22459 * files.el (set-visited-file-name): Use truename for buffer-file-name.
22460
22461 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
22462
22463 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
22464
22465 2003-07-26 Andre Spiegel <spiegel@gnu.org>
22466
22467 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
22468 Use with-no-warnings.
22469 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
22470 rather than to find-file-not-found-hook, which doesn't exist.
22471
22472 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
22473
22474 * international/quail.el (quail-translate-key): Fix previous change.
22475
22476 2003-07-25 John Paul Wallington <jpw@gnu.org>
22477
22478 * server.el (server-start): Check `server-process' is non-nil
22479 before killing it to avoid killing current buffer's process.
22480
22481 * simple.el (choose-completion-string): Use `minibufferp';
22482 test `completion-reference-buffer' if `buffer' arg is nil.
22483 (push-mark): Use `when' and `unless'.
22484 (pop-mark): Use `when'.
22485
22486 * mouse-sel.el (mouse-sel-get-selection-function):
22487 Check `x-last-selected-text-primary'. Don't barf if it or
22488 `x-last-selected-text' aren't bound.
22489
22490 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22491
22492 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
22493
22494 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
22495
22496 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
22497
22498 2003-07-23 John Paul Wallington <jpw@gnu.org>
22499
22500 * tooltip.el (defface tooltip): Inherit from variable-pitch.
22501
22502 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
22503
22504 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
22505 string. Defvar the derived hook.
22506
22507 * macros.el (insert-kbd-macro): Escape double quote character.
22508 From Thomas W Murphy <twm@andrew.cmu.edu>.
22509
22510 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
22511
22512 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
22513 to match the specific mark rather than reusing comment-start-skip.
22514
22515 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
22516
22517 * progmodes/hideshow.el (hs-special-modes-alist):
22518 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
22519
22520 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
22521
22522 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
22523 value using ?\s.
22524
22525 2003-07-21 John Paul Wallington <jpw@gnu.org>
22526
22527 * subr.el (with-selected-window): Add closing paren.
22528
22529 2003-07-21 Richard M. Stallman <rms@gnu.org>
22530
22531 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
22532 (lisp-mode): Likewise.
22533
22534 * subr.el (with-selected-window): Copy code form save-selected-window
22535 so as to call select-window with norecord arg.
22536 (dynamic-completion-table): Doc fix.
22537 (lazy-completion-table): Doc fix.
22538
22539 * international/mule-cmds.el (set-locale-environment):
22540 langinfo renamed to locale-info.
22541
22542 * international/mule.el (auto-coding-functions): Doc fix.
22543
22544 2003-07-21 Kenichi Handa <handa@m17n.org>
22545
22546 * international/quail.el (quail-translate-key):
22547 Update quail-current-str correctly.
22548
22549 2003-07-21 Andreas Schwab <schwab@suse.de>
22550
22551 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
22552 ?, to "_".
22553
22554 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
22555 Version 2.0.36 of Tramp released.
22556
22557 * net/tramp.el (tramp-default-password-end-of-line): Rename from
22558 tramp-password-end-of-line.
22559 (tramp-password-end-of-line): New method parameter.
22560 (tramp-get-password-end-of-line): Function to access method
22561 parameter `tramp-password-end-of-line', or variable
22562 `tramp-default-password-end-of-line' (default value).
22563 (tramp-methods): Add entries for new parameter
22564 tramp-password-end-of-line.
22565 (tramp-enter-password): Use new function
22566 `tramp-get-password-end-of-line'.
22567 (tramp-handle-insert-file-contents): Do not
22568 unconditionally inhibit the file operation file-local-copy, only
22569 do that when the inhibit-file-name-operation is currently
22570 insert-file-contents. This fixes finding remote CVS-controlled
22571 files. (It would barf on inserting the CVS/Entries file
22572 literally, because the file-local-copy handler wasn't called.)
22573 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
22574 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
22575 (tramp-initial-commands): New variable.
22576 (tramp-process-initial-commands): New function, using the variable.
22577 (tramp-open-connection-setup-interactive-shell): Call the new function.
22578 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
22579 method into the buffer name, never use nil. Reported by Hanak
22580 David <dhanak@inf.bme.hu>.
22581 (tramp-open-connection-setup-interactive-shell): Erase buffer
22582 before sending "stty -onlcr".
22583
22584 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
22585
22586 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
22587
22588 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
22589
22590 2003-07-19 John Paul Wallington <jpw@gnu.org>
22591
22592 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
22593 (artist-draw-rect, artist-draw-square): Doc fixes.
22594
22595 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
22596
22597 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
22598
22599 2003-07-19 Kenichi Handa <handa@m17n.org>
22600
22601 * international/kkc.el (kkc-show-conversion-list-update):
22602 Highlight the correct candidate in the message.
22603
22604 2003-07-18 John Paul Wallington <jpw@gnu.org>
22605
22606 * simple.el (current-word): Don't include punctuation char when
22607 `really-word' arg is non-nil.
22608
22609 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
22610
22611 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
22612 moved to the directory obsolete.
22613
22614 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
22615
22616 * info.el (Info-menu-entry-name-re): Allow newlines in
22617 menu entry names.
22618
22619 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
22620 syntax-ppss-after-change-function.
22621 (syntax-ppss-after-change-function): New alias. Update uses.
22622 (syntax-ppss): Catch the case where the buffer is narrowed.
22623
22624 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22625
22626 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
22627 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
22628
22629 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22630
22631 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
22632 since it might be modified.
22633
22634 * progmodes/cc-langs.el (c++-make-template-syntax-table)
22635 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
22636 names to these language constants.
22637
22638 2003-07-15 Kim F. Storm <storm@cua.dk>
22639
22640 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
22641 All uses changed.
22642
22643 2003-07-14 Mark A. Hershberger <mah@everybody.org>
22644
22645 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
22646 Namespace support.
22647
22648 2003-07-13 Juanma Barranquero <lektu@terra.es>
22649
22650 * frame.el (modify-all-frames-parameters): Reinstall (copyright
22651 papers received).
22652
22653 2003-07-13 Karl Eichwalder <ke@suse.de>
22654
22655 * textmodes/po.el (po-find-charset): White space at the start of the
22656 Content-Type field body is non-mandatory.
22657
22658 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
22659
22660 * textmodes/texinfo.el (texinfo-section-list):
22661 Append appendixsection; a synonym for appendixsec.
22662
22663 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
22664
22665 * man.el (Man-translate-cleanup): New.
22666 (Man-translate-references): Call `Man-translate-cleanup' to clean
22667 leading, trailing and middle spaces.
22668
22669 2003-07-13 Lars Hansen <larsh@math.ku.dk>
22670
22671 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
22672 Handle `dired-directory' being a list.
22673
22674 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
22675
22676 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
22677 it doesn't exist.
22678
22679 2003-07-12 Richard M. Stallman <rms@gnu.org>
22680
22681 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
22682
22683 * progmodes/cc-defs.el (c-make-keywords-re):
22684 Don't use delete-duplicates.
22685 (c-lang-const): Don't use mapcan.
22686
22687 * apropos.el (apropos-show-scores): Make it customizable.
22688 Document new meaning.
22689 (apropos): Compute scores from symbols.
22690 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
22691
22692 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22693
22694 * ps-bdf.el: Fix copyright line.
22695 (bdf-directory-list): Fix initialization code.
22696
22697 2003-07-11 John Paul Wallington <jpw@gnu.org>
22698
22699 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
22700 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
22701 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
22702
22703 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
22704
22705 * emacs-lisp/ring.el (ring-elements): Doc fix.
22706
22707 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22708
22709 * calendar/timeclock.el (timeclock-relative)
22710 (timeclock-ask-before-exiting, timeclock-use-display-time):
22711 Doc changes.
22712 (timeclock-modeline-display): Give a message if
22713 `timeclock-use-display-time' is non-nil but `display-time-mode'
22714 is not active.
22715
22716 2003-07-11 Kenichi Handa <handa@m17n.org>
22717
22718 * international/mule-cmds.el (set-language-environment):
22719 Set current-language-environment to the correct string.
22720
22721 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22722
22723 * ps-print.el: Print line number correctly in a region. Reported by
22724 Tim Allen <timallen@ls83.fsnet.co.uk>.
22725 (ps-print-version): New version number (6.6.2).
22726 (ps-printing-region): Code fix.
22727
22728 2003-07-10 John Paul Wallington <jpw@gnu.org>
22729
22730 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
22731 this function can be called from `add-completions-from-tags-table'.
22732
22733 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
22734
22735 * calendar/timeclock.el (timeclock-use-display-time)
22736 (timeclock-day-over-hook, timeclock-workday-remaining)
22737 (timeclock-status-string, timeclock-when-to-leave)
22738 (timeclock-when-to-leave-string, timeclock-log-data)
22739 (timeclock-find-discrep, timeclock-day-base)
22740 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
22741 (timeclock-modeline-display): Set the variable
22742 `timeclock-modeline-display'.
22743 (timeclock-update-modeline): Doc fix. Respect value of
22744 `timeclock-relative'.
22745
22746 2003-07-09 Richard M. Stallman <rms@gnu.org>
22747
22748 * textmodes/reftex-parse.el (reftex-all-document-files):
22749 Add autoload cookie.
22750
22751 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
22752 (reftex-scanning-info-available-p): Add autoload cookie.
22753
22754 * international/mule-cmds.el
22755 (set-display-table-and-terminal-coding-system): Delete duplicate
22756 aset on standard-display-table.
22757
22758 * view.el (view-file): If existing buffer's major mode is special,
22759 don't go into view mode.
22760
22761 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
22762
22763 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22764
22765 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
22766 buffer changes; there's third party code that calls this function
22767 directly.
22768
22769 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22770
22771 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
22772 (autodoc-font-lock-keywords): Don't byte compile on font lock
22773 initialization when running from byte compiled files.
22774
22775 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
22776
22777 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
22778 statement ends with auto-increment "++".
22779
22780 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22781
22782 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22783 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22784 these are changed, so declare them as variables and not constants.
22785
22786 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
22787
22788 * subr.el (dolist, dotimes): Doc fix.
22789
22790 2003-07-08 Kim F. Storm <storm@cua.dk>
22791
22792 * international/mule-cmds.el
22793 (set-display-table-and-terminal-coding-system): Don't break
22794 bootstrap if standard-display-table isn't setup yet.
22795
22796 2003-07-07 Richard M. Stallman <rms@gnu.org>
22797
22798 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
22799 Give it a doc string, and autoload it.
22800
22801 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
22802 Use with-no-warnings.
22803
22804 * info.el (Info-search): If find invisible text, search again.
22805
22806 * isearch.el (search-whitespace-regexp): Add a shy group around it.
22807
22808 * man.el (Man-name-regexp): Match + as part of name.
22809
22810 * simple.el (visible-mode): Rename from vis-mode.
22811 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
22812
22813 * simple.el (current-word): New arg REALLY-WORD specifies
22814 don't include punctuation chars.
22815
22816 * emacs-lisp/debug.el (debug, debugger-env-macro):
22817 Use with-no-warnings while accessing and binding unread-command-char.
22818
22819 * international/mule-cmds.el
22820 (set-display-table-and-terminal-coding-system): Use explicit loop
22821 instead of calling standard-display-default.
22822
22823 * net/ange-ftp.el (ange-ftp-file-symlink-p):
22824 Use condition-case to catch error in ange-ftp-get-files.
22825
22826 * net/browse-url.el (browse-url-browser-function):
22827 Add alternative for Epiphany.
22828 (browse-url-epiphany-program, browse-url-epiphany-arguments)
22829 (browse-url-epiphany-startup-arguments)
22830 (browse-url-epiphany-new-window-is-tab): New variables.
22831 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
22832
22833 * progmodes/compile.el (compile-auto-highlight): Default now t.
22834 (compile): Doc fix.
22835 (compilation-next-error): Fix previous change.
22836
22837 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
22838
22839 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
22840
22841 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
22842
22843 * gdb-ui.el (gdb-source-info): Display current frame when
22844 attaching to an existing process.
22845 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
22846 while laying out windows when attaching to an existing process.
22847
22848 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
22849
22850 * info.el (Info-menu): Use Info-menu-entry-name-re.
22851
22852 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
22853
22854 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
22855 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
22856
22857 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
22858 to match the same text.
22859
22860 2003-07-06 John Paul Wallington <jpw@gnu.org>
22861
22862 * vc.el (vc-annotate-offset): Move defvar up.
22863
22864 2003-07-06 Kim F. Storm <storm@cua.dk>
22865
22866 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
22867 This should fix the infinite loop when extracting menu names.
22868
22869 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22870
22871 * files.el (auto-mode-alist, interpreter-mode-alist):
22872 Remove entries to CC Mode modes to avoid duplicates; they are now added
22873 with autoload directives in cc-mode.el.
22874
22875 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22876
22877 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22878 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22879 these are changed, so declare them as variables and not constants.
22880
22881 * progmodes/cc-mode.el: Fix some autoload problems: Try to
22882 ensure that the entry for ".c" extension comes before the one for
22883 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
22884 Fix incorrect entries that were added to `interpreter-mode-alist'.
22885 Move the autoload directives for AWK to the top level since they
22886 aren't recognized anywhere else. Do not use the new AWK mode doc
22887 in the autoload form for the old AWK mode.
22888
22889 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22890
22891 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
22892 (bibtex-sort-ignore-string-entries): Default value t.
22893 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
22894 erroneously in previous version.
22895 (bibtex-string-files): Docstring reflects new parsing scheme.
22896 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
22897 docstring, add # as one of the chars to crush
22898 (bibtex-autokey-prefix-string, bibtex-autokey-names)
22899 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
22900 (bibtex-autokey-name-change-strings)
22901 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
22902 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
22903 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
22904 (bibtex-autokey-title-terminators)
22905 (bibtex-autokey-titlewords-stretch)
22906 (bibtex-autokey-titleword-ignore)
22907 (bibtex-autokey-titleword-case-convert)
22908 (bibtex-autokey-titleword-abbrevs)
22909 (bibtex-autokey-titleword-abbrevs)
22910 (bibtex-autokey-titleword-change-strings)
22911 (bibtex-autokey-titleword-length)
22912 (bibtex-autokey-titleword-separator)
22913 (bibtex-autokey-name-year-separator)
22914 (bibtex-autokey-year-title-separator)
22915 (bibtex-autokey-before-presentation-function)
22916 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
22917 Fix docstring.
22918 (bibtex-strings, bibtex-reference-keys):
22919 Use lazy-completion-table and make-variable-buffer-local.
22920 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
22921 (bibtex-braced-string-syntax-table)
22922 (bibtex-quoted-string-syntax-table): New variables.
22923 (bibtex-parse-nested-braces): Remove.
22924 (bibtex-parse-field-string): Use syntax table and forward-sexp.
22925 (bibtex-parse-association): Simplify.
22926 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
22927 (bibtex-parse-field-text): Simplify.
22928 (bibtex-search-forward-field, bibtex-search-backward-field):
22929 argument BOUND can take value t.
22930 (bibtex-start-of-field, bibtex-start-of-name-in-field)
22931 (bibtex-end-of-name-in-field, bibtex-end-of-field)
22932 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22933 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
22934 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
22935 (bibtex-skip-to-valid-entry): Return buffer position of beginning
22936 and ending of entry. Update for changes of bibtex-search-entry.
22937 Simplify.
22938 (bibtex-map-entries): FUN is called with three arguments.
22939 (bibtex-search-entry): Return a cons pair with buffer positions of
22940 beginning and end of entry.
22941 (bibtex-enclosing-field): Simplify.
22942 (bibtex-format-entry): Use booktitle to set a missing title.
22943 (bibtex-autokey-get-names): Fiddle with regexps.
22944 (bibtex-generate-autokey): Use identity.
22945 (bibtex-parse-keys): Use simplified parsing algorithm if
22946 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
22947 arguments. Return alist of keys.
22948 (bibtex-parse-strings): Simplify. Return alist of strings.
22949 (bibtex-complete-string-cleanup): Fix docstring.
22950 (bibtex-read-key): New function.
22951 (bibtex-mode): Fix docstring. Do not parse for keys and
22952 strings when the mode is entered. Set fill-paragraph-function to
22953 bibtex-fill-field. Setup font-lock-mark-block-function the way
22954 font-lock intended.
22955 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
22956 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
22957 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
22958 (bibtex-Preamble): Avoid hard coded constants.
22959 (bibtex-make-field): Fix docstring. Simplify.
22960 (bibtex-beginning-of-entry): Always return new position of point.
22961 (bibtex-end-of-entry): Rearrange cond clauses.
22962 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
22963 Update for changes of bibtex-map-entries.
22964 (bibtex-ispell-abstract): Do not move point.
22965 (bibtex-entry-index): Use downcase. Simplify.
22966 (bibtex-lessp): Handle catch-all.
22967 (bibtex-find-crossref): Turn into a command.
22968 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
22969 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
22970 preamble entries.
22971 (bibtex-fill-field-bounds): New function.
22972 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
22973 (bibtex-fill-entry): Use bibtex-fill-field-bounds
22974 (bibtex-String): Use bibtex-strings. Always obey
22975 bibtex-sort-ignore-string-entries.
22976
22977 2003-07-05 John Paul Wallington <jpw@gnu.org>
22978
22979 * cus-theme.el (customize-create-theme):
22980 Call `customize-create-theme' in Reset widget's notify function.
22981
22982 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
22983 (ibuffer-mark-interactive): Use `or' instead of `unless'.
22984 (define-ibuffer-column name): Add summarizer.
22985 (define-ibuffer-column size): Likewise.
22986 (define-ibuffer-column filename): Likewise.
22987 (define-ibuffer-column process): Likewise. Change BODY's output too.
22988 (define-ibuffer-column filename-and-process): Likewise, likewise.
22989 (ibuffer): Remove local vars `already-in' and `need-update'.
22990
22991 * ibuf-ext.el: Don't require `derived' at compile-time.
22992
22993 2003-07-05 Kim F. Storm <storm@cua.dk>
22994
22995 * info.el: Disable paragraph refilling.
22996 (Info-refill-paragraphs): New defcustom.
22997 (Info-fontify-node): Use it.
22998
22999 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
23000
23001 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
23002 thingies from constructors created by defstruct.
23003
23004 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
23005 the default value of the variable.
23006 (byte-code-meter): Move declaration to top level.
23007
23008 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
23009
23010 * info.el (Info-following-node-name-re): New fun.
23011 (Info-following-node-name): Remove.
23012 (Info-insert-dir): Use the new fun.
23013 (Info-extract-pointer): Don't save restriction; use new fun.
23014 (Info-menu-entry-name-re): New const.
23015 (Info-menu-entry-name-re): Use it along with new fun.
23016 (Info-node-spec-re): Use new fun.
23017 (Info-complete-menu-item, Info-fontify-node): Use new const.
23018 (Info-goto-node, Info-follow-reference, Info-menu-update):
23019 Use match-string.
23020 (Info-follow-reference): Use assoc-string.
23021 Use a list of strings for the completion table.
23022 (Info-fontify-node): Use match-string, line-end-position.
23023 Limit the search for `node:' to the first line.
23024
23025 * newcomment.el (uncomment-region): Remove padding coming from
23026 comment-start rather than just from comment-padding.
23027
23028 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
23029 (vc-cvs-stay-local-p): Use vc-stay-local-p.
23030 (vc-cvs-rename-file): Remove (use the default).
23031 (vc-cvs-register): Register parent dir if needed.
23032 (vc-cvs-could-register): Return non-nil if parent can be registered.
23033 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
23034 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
23035
23036 * vc-svn.el (vc-svn-use-edit): Make it into a const.
23037 (vc-svn-update): Fix the arguments to `svn'.
23038 (vc-svn-diff-tree): Just use `vc-svn-diff'.
23039 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
23040 Simple implementations, assuming `name' is a URL.
23041
23042 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
23043 set of chars allowed unquoted in a case pattern.
23044
23045 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
23046
23047 * font-lock.el (font-lock-extra-types-widget)
23048 (c-font-lock-extra-types, c++-font-lock-extra-types)
23049 (objc-font-lock-extra-types, java-font-lock-extra-types)
23050 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
23051 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
23052 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
23053 (font-lock-match-c++-structor-declaration)
23054 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
23055 (c++-font-lock-keywords-3, c++-font-lock-keywords)
23056 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
23057 (objc-font-lock-keywords-3, objc-font-lock-keywords)
23058 (java-font-lock-keywords-1, java-font-lock-keywords-2)
23059 (java-font-lock-keywords-3, java-font-lock-keywords)
23060 (java-font-lock-syntactic-face-function): Remove obsolete code
23061 and constants. It's all in cc-fonts.el now.
23062
23063 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
23064
23065 * mail/sendmail.el (mail-specify-envelope-from)
23066 (mail-envelope-from): Doc fix.
23067
23068 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
23069
23070 * generic-x.el: Do away with the dependency on `c-emacs-features'
23071 when populating `rul-generic-mode-syntax-table'; we already know
23072 this isn't XEmacs.
23073
23074 See ChangeLog.10 for earlier changes.
23075
23076 ;; Local Variables:
23077 ;; coding: iso-2022-7bit
23078 ;; End:
23079
23080 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
23081 Copying and distribution of this file, with or without modification,
23082 are permitted provided the copyright notice and this notice are preserved.
23083
23084 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1