]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
2
3 * custom.el (custom-initialize-safe-set)
4 (custom-initialize-safe-default): New functions.
5
6 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
7 and simplify :init-value.
8
9 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10 and simplify :init-value. Delete obsolete comment.
11
12 * startup.el (command-line): Use `custom-reevaluate-setting' to
13 handle `tooltip-mode'. Delete obsolete comment.
14
15 * files.el (set-visited-file-name): Avoid calling
16 `file-name-nondirectory' with a nil argument.
17
18 2005-07-09 Juri Linkov <juri@jurta.org>
19
20 * fringe.el (fringe-mode): Add period in docstring.
21 (fringe-query-style): Build prompt depending on `all-frames' arg.
22
23 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24 to not create links to unrelated functions in the Help buffer.
25
26 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27 Doc fix.
28
29 * simple.el (next-error-hook): New variable.
30 (next-error): Use it. Doc fix.
31
32 * textmodes/ispell.el (ispell-command-loop): Add current
33 dictionary name and program name to mode-line-format.
34 (ispell-region, ispell-process-line): Add current dictionary name
35 and program name to messages.
36
37 2005-07-08 Jay Belanger <belanger@truman.edu>
38
39 * calc/calc.el (calc-embedded-announce-formula-alist)
40 (calc-embedded-open-close-formula-alist)
41 (calc-embedded-open-close-word-alist)
42 (calc-embedded-open-close-plain-alist)
43 (calc-embedded-open-close-new-formula-alist)
44 (calc-embedded-open-close-mode-alist)
45 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
46 (calc-embedded-mode-hook): New variables.
47
48 * calc/calc-embed.el (calc-embedded-firsttime)
49 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
50 New variables.
51 (calc-do-embedded): Use calc-embedded-firsttime,
52 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
53 determine whether or not to run hooks.
54 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
55 calc-embedded-firsttime-formula appropriately.
56 Set calc-embedded delimiter variables according to mode.
57
58 2005-07-08 Richard M. Stallman <rms@gnu.org>
59
60 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
61 Check for "emacs", etc., as entire symbol, not just as word.
62 (checkdoc-file-comments-engine): Use regexp-quote on FN.
63
64 * files.el (set-visited-file-name): Report the error
65 for "empty filename" earlier.
66 (kill-some-buffers): Ignore buffers already dead.
67
68 * fringe.el (fringe-mode): Doc fix.
69
70 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
71 Check for (featurep 'xemacs) and turn off warnings in what it guards.
72 Use unwind-protect to ensure byte-compile-unresolved-functions
73 is updated.
74
75 * whitespace.el (whitespace-buffer-leading-cleanup):
76 Simplify w/ skip-chars-forward.
77 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
78
79 * mail/rmail.el (rmail-only-expunge): Fix paren error.
80 Unconditionally try to leave point at the same old place.
81
82 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
83
84 * comint.el (comint-postoutput-scroll-to-bottom)
85 (comint-show-maximum-output): Take scroll-margin into
86 consideration.
87
88 2005-07-08 Kim F. Storm <storm@cua.dk>
89
90 * ido.el (ido-use-filename-at-point): New choice `guess'.
91 (ido-file-internal): Try ffap-guesser if selected.
92
93 * ido.el (ido-before-fallback-functions): New hook.
94 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
95 (ido-read-file-name): Run it.
96
97 2005-07-07 Jay Belanger <belanger@truman.edu>
98
99 * calc/calc-units.el (math-apply-units): Change the places in
100 which units are simplified.
101
102 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
103
104 * cus-edit.el (customize-option, customize-option-other-window):
105 Make them handle aliases.
106
107 * custom.el (custom-variable-p): Make it recursively follow
108 aliases. Mention that in the docstring.
109
110 2005-07-07 Richard M. Stallman <rms@gnu.org>
111
112 * cus-start.el (exec-path): Use `directory' instead of `file'.
113 Fix tag for nil.
114
115 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
116
117 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
118 when called non-interactively. Doc fix.
119
120 2005-07-07 Lute Kamstra <lute@gnu.org>
121
122 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
123 new address as well.
124
125 2005-07-07 Kenichi Handa <handa@m17n.org>
126
127 * international/mule.el (make-coding-system): Describe
128 `ascii-incompatible' property in the docstring.
129 (set-file-name-coding-system): Signal an error if coding-system is
130 ascii-incompatible.
131 (set-keyboard-coding-system): Likewise.
132
133 * international/mule-cmds.el (set-default-coding-systems):
134 Don't set default-file-name-coding-system and
135 default-keyboard-coding-system if coding-system is
136 ASCII-incompatible.
137
138 * international/utf-16.el: Declare that all UTF-16-based coding
139 systems are ASCII-incompatible.
140
141 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
142
143 * progmodes/gud.el: Require font-lock for displaying errors.
144 Used by gdb-ui.el.
145
146 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
147
148 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
149 values for the pattern lists which are `read'able but not
150 `append'able (like symbols).
151
152 2005-07-06 Richard M. Stallman <rms@gnu.org>
153
154 * progmodes/flymake.el (flymake-float-time): Instead of
155 with-no-warnings, test for xemacs.
156 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
157 to avoid warning.
158
159 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
160
161 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
162
163 2005-07-05 Lute Kamstra <lute@gnu.org>
164
165 * battery.el: Add support for Darwin (with much debugging help
166 from Samuel Lauber <sam124@operamail.com>).
167 (battery-status-function, battery-echo-area-format)
168 (battery-mode-line-format): Add support for pmset on Darwin.
169 (battery-load-low, battery-load-critical): New user options.
170 (battery-pmset): New function.
171
172 2005-07-05 Lute Kamstra <lute@gnu.org>
173
174 Update FSF's address in GPL notices.
175
176 * textmodes/page-ext.el: Update FSF's address.
177
178 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
179
180 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
181 filling from using prefix when filling a single-line docstring.
182
183 * progmodes/flymake.el: Remove useless eval-when-compile.
184
185 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
186
187 2005-07-04 Richard M. Stallman <rms@gnu.org>
188
189 * textmodes/org.el (org-file-apps-defaults-gnu):
190 Rename from org-file-apps-defaults-linux.
191 (org-default-apps): Don't test system-type for `linux'.
192 (org-file-apps): Doc fix.
193
194 2005-07-04 David Ponce <david@dponce.com>
195
196 * tree-widget.el: Improve header Commentary section.
197 (tree-widget) [defgroup]
198 (tree-widget-image-enable, tree-widget-themes-directory)
199 (tree-widget-theme, tree-widget-image-properties-emacs)
200 (tree-widget-image-properties-xemacs, tree-widget-create-image)
201 (tree-widget-image-formats, tree-widget-control)
202 (tree-widget-empty-control, tree-widget-leaf-control
203 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
204 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
205 (tree-widget-keep, tree-widget-after-toggle-functions)
206 (tree-widget-open-node, tree-widget-close-node): Doc fix.
207 (tree-widget-open-control, tree-widget-close-control): Fix doc and
208 :help-echo message.
209 (tree-widget-set-theme): Doc fix. Use `string-equal'.
210 (tree-widget-image-properties): Doc fix. Clearer implementation.
211 (tree-widget--cursors): New constant.
212 (tree-widget-lookup-image): New function split from
213 `tree-widget-find-image'. Clearer implementation.
214 (tree-widget-find-image): Use it.
215 (tree-widget-button-keymap): Use `set-keymap-parent'.
216 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
217 Define the sub-widgets here.
218 (tree-widget-node): Check that :node is not a tree-widget.
219 (tree-widget-get-super, tree-widget-open-control)
220 (tree-widget-close-control, tree-widget-empty-control)
221 (tree-widget-leaf-control, tree-widget-guide)
222 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
223 (tree-widget-no-handle, tree-widget-value-delete)
224 (tree-widget-map): Remove.
225 (tree-widget-children-value-save): Doc fix. Simplified.
226 (tree-widget-value-create): Update according to previous changes.
227
228 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
229
230 * textmodes/org.el: Leading space replaced by TABS.
231 (org-recalc-marks, org-table-rotate-recalc-marks)
232 (org-table-get-specials): Treat "^" and "_" marks.
233 (org-table-justify-field-maybe): Optional argument NEW.
234 (org-table-eval-formula): Parsing of the format simplified.
235 New modes C,I. Honor the %= parameter in the current table.
236 Avoid unnecessary re-align by using the NEW argument to
237 `org-table-justify-field-maybe'.
238 (org-calc-default-modes): Default for date-format mimicks org-mode.
239 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
240
241 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
242
243 * cus-face.el (custom-theme-set-faces): Make it handle face
244 aliases whose alias declarations are pre- or autoloaded.
245
246 2005-07-04 Juri Linkov <juri@jurta.org>
247
248 * faces.el (read-face-name): Put the code for getting a face name
249 from the buffer before adding the faces from the `face' property.
250 Use `completing-read-multiple' instead of `completing-read'.
251 Require `crm'. Add default value and post-process the returned
252 list of faces.
253
254 * emacs-lisp/crm.el (crm-find-current-element)
255 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
256
257 * emacs-lisp/lisp-mode.el (eval-defun-1):
258 * emacs-lisp/edebug.el (edebug-eval-defun):
259 Remove unnecessary quotes.
260
261 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
262
263 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
264 (prolog-indent-level): Fix typo in docstring.
265
266 * info.el (Info-history, Info-history-forward)
267 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
268
269 * add-log.el (add-change-log-entry):
270 * comint.el (comint-dynamic-list-input-ring)
271 (comint-dynamic-list-completions):
272 * dabbrev.el (dabbrev-expand):
273 * delim-col.el (delimit-columns-rectangle-line):
274 * diff-mode.el (diff-context->unified, diff-reverse-direction)
275 (diff-unified->context):
276 * ediff-init.el (ediff-abbrev-jobname):
277 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
278 (ediff-replace-session-activity-marker-in-meta-buffer):
279 * info.el (Info-summary):
280 * lpr.el (printify-region):
281 * printing.el (pr-create-interface):
282 * ps-print.el (ps-print-quote):
283 * ses.el (ses-column-widths, ses-print-cell)
284 (ses-adjust-print-width, ses-center):
285 * shell.el (shell-file-name-quote-list):
286 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
287 (strokes-fill-current-buffer-with-whitespace)
288 (strokes-xpm-for-stroke, strokes-list-strokes)
289 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
290 * term.el (term-dynamic-list-input-ring)
291 (term-dynamic-list-completions):
292 * calc/calc.el (math-format-stack-value):
293 * emacs-lisp/edebug.el (edebug-display-freq-count):
294 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
295 (delphi-new-comment-line):
296 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
297 * progmodes/executable.el (executable-set-magic):
298 * progmodes/python.el (inferior-python-mode):
299 * progmodes/scheme.el (scheme-mode-syntax-table):
300 * progmodes/sh-script.el (sh-maybe-here-document):
301 * progmodes/sql.el (sql-copy-column):
302 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
303 * textmodes/bibtex.el (bibtex-mode):
304 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
305 (sgml-auto-attributes):
306 * textmodes/table.el (table-insert, table-shorten-cell)
307 (table--generate-source-scan-lines, table-delete-row)
308 (*table--cell-delete-char, table--spacify-frame)
309 (table--horizontally-shift-above-and-below)
310 (table--cell-insert-char, table--cell-blank-str)
311 (table--fill-region-strictly):
312 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
313 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
314
315 * add-log.el (change-log):
316 * apropos.el (apropos):
317 * comint.el (comint-completion, comint-source):
318 * dabbrev.el (dabbrev):
319 * delim-col.el (columns):
320 * diff-mode.el (diff-mode):
321 * ediff.el (ediff):
322 * ediff-diff.el (ediff-diff):
323 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
324 * ediff-mult.el (ediff-mult):
325 * ediff-ptch.el (ediff-ptch):
326 * ediff-wind.el (ediff-window):
327 * facemenu.el (facemenu):
328 * indent.el (indent):
329 * info.el (info):
330 * jka-cmpr-hook.el (compression, jka-compr):
331 * lpr.el (lpr):
332 * outline.el (outlines):
333 * pcmpl-cvs.el (pcmpl-cvs):
334 * pcmpl-rpm.el (pcmpl-rpm):
335 * printing.el (printing):
336 * ps-print.el (postscript, ps-print, ps-print-horizontal)
337 (ps-print-vertical, ps-print-headers, ps-print-font)
338 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
339 (ps-print-background, ps-print-printer, ps-print-page)
340 (ps-print-miscellany):
341 * ses.el (ses):
342 * shell.el (shell, shell-directories, shell-faces):
343 * startup.el (initialization):
344 * strokes.el (strokes):
345 * term.el (term):
346 * uniquify.el (uniquify):
347 * w32-vars.el (w32):
348 * calc/calc.el (calc):
349 * emacs-lisp/bytecomp.el (bytecomp):
350 * emacs-lisp/cl-indent.el (lisp-indent):
351 * emacs-lisp/edebug.el (edebug):
352 * emacs-lisp/elp.el (elp):
353 * emacs-lisp/testcover.el (testcover):
354 * emacs-lisp/trace.el (trace):
355 * emulation/viper-ex.el (viper-ex):
356 * emulation/viper-mous.el (viper-mouse):
357 * mail/mailalias.el (mailalias):
358 * mail/supercite.el (supercite, supercite-frames)
359 (supercite-attr, supercite-cite, supercite-hooks):
360 * net/rcompile.el (remote-compile):
361 * net/rlogin.el (rlogin):
362 * obsolete/ooutline.el (outlines):
363 * progmodes/delphi.el (delphi):
364 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
365 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
366 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
367 (ebnf-optimization):
368 * progmodes/etags.el (etags):
369 * progmodes/executable.el (executable):
370 * progmodes/idlwave.el (idlwave):
371 * progmodes/pascal.el (pascal):
372 * progmodes/prolog.el (prolog):
373 * progmodes/python.el (python):
374 * progmodes/scheme.el (scheme):
375 * progmodes/sh-script.el (sh, sh-script):
376 * progmodes/sql.el (SQL):
377 * progmodes/tcl.el (tcl):
378 * textmodes/bibtex.el (bibtex, bibtex-autokey):
379 * textmodes/enriched.el (enriched):
380 * textmodes/makeinfo.el (makeinfo):
381 * textmodes/sgml-mode.el (sgml):
382 * textmodes/table.el (table-hooks):
383 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
384 * textmodes/texinfo.el (texinfo):
385 * textmodes/two-column.el (two-column):
386 Finish `defgroup' description with period.
387
388 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
389 * eshell/esh-var.el (eshell-var):
390 * progmodes/vhdl-mode.el (vhdl-testbench):
391 * textmodes/org.el (org): Fix typos in docstrings.
392
393 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
394 consistency.
395
396 * progmodes/flymake.el (flymake-find-file): Remove.
397 (flymake-float-time): Use `with-no-warnings'.
398 (flymake-check-start-time, flymake-check-was-interrupted)
399 (flymake-err-info, flymake-is-running, flymake-last-change-time)
400 (flymake-new-err-info): `defvar' at compile time.
401
402 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
403
404 * replace.el (occur-hook): Doc fix.
405 (occur-1): Don't call `occur-hook' if there are no matches.
406
407 2005-07-03 Richard M. Stallman <rms@gnu.org>
408
409 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
410 global-map, save the same map.
411 (global-map): Don't alter it at top level.
412 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
413 Then alter it here instead.
414 (tpu-edt-off): Set global-map to the saved one.
415
416 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
417 All references simplified.
418 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
419 (zmacs-regions): Add defvar.
420 (repeat-complex-command-map): Everything about that deleted.
421
422 * textmodes/artist.el (artist-key-is-drawing)
423 (artist-key-endpoint1, artist-key-poly-point-list)
424 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
425 (artist-key-compl-table, artist-rb-save-data)
426 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
427 Don't put them in eval-when-compile.
428 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
429
430 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
431 Use with-no-warnings.
432
433 * net/browse-url.el (dos-windows-version): Add defvar.
434
435 * mail/supercite.el (filladapt-prefix-table): Add defvar.
436
437 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
438 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
439 (rmail-new-summary-line-count): Rename from new-summary-line-count.
440 Add defvar.
441 (rmail-summary-beginning-of-message): Use with-no-warnings.
442 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
443
444 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
445 Use with-no-warnings.
446
447 * emulation/vi.el (vi-mark-region): Use c-mark-function.
448 (c-mark-function): Add point-moving-unit property.
449 (vi-goto-line): Use with-no-warnings.
450
451 * emulation/edt.el (edt-last-copied-word): Add defvar.
452 (zmacs-region-stays): Likewise.
453 (edt-mark-section-wisely): Use c-mark-function for C.
454 Use makr-defun for Fortran.
455 (time-string): defvar deleted.
456 (edt-display-the-time): Don't set time-string.
457
458 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
459
460 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
461 Don't warn when name is not constant
462 or for defining the group `emacs'.
463
464 * tooltip.el (gud-tooltip-mode): Add defvar.
465
466 * startup.el (default-frame-background-mode): Add defvar.
467
468 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
469
470 * info.el (tool-bar-map): Add defvar.
471
472 * dired.el (dnd-protocol-alist): Add defvar.
473
474 * dired-aux.el (dired-query): Display question with answer, when
475 the user answers.
476
477 * custom.el (custom-add-option): Doc fix.
478
479 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
480
481 2005-07-03 Eli Zaretskii <eliz@gnu.org>
482
483 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
484 bogus name from the last change.
485
486 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
487
488 * custom.el (custom-declare-variable): Fix typos in comment.
489 (custom-known-themes): Doc fix.
490 (custom-theme-directory): New defcustom.
491 (require-theme): Make it check `custom-theme-directory'.
492
493 * cus-theme.el (custom-new-theme-mode): New function.
494 (custom-theme-name, custom-theme-variables, custom-theme-faces)
495 (custom-theme-description): Add compiler defvars.
496 (customize-create-theme): Add doc to the "*New Custom Theme*"
497 buffer. Use `custom-new-theme-mode'.
498 (custom-theme-write): Put the created buffer in emacs-lisp-mode
499 and save it to the `custom-theme-directory'. Make this the
500 default directory of the buffer.
501
502 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
503
504 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
505 Fix unbalanced parentheses.
506
507 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
508
509 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
510 into flymake-mode and delegate to flymake-mode.
511
512 * find-file.el (ff-which-function-are-we-in): Clean up.
513
514 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
515
516 * replace.el (occur-rename-buffer): Fix docstring.
517
518 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
519 (edt-last-copied-word, edt-learn-macro-count)
520 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
521 (edt-rect-start-point, edt-user-global-map, rect-start-point)
522 (time-string, zmacs-region-stays):
523 * emulation/edt-mapper.el (edt-save-function-key-map)
524 (EDT-key-name): `defvar' to silence the byte-compiler.
525
526 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
527
528 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
529 font-lock-regexp-backslash. Doc fix.
530 (font-lock-regexp-backslash-grouping-construct): Rename from
531 font-lock-regexp-backslash-construct. Doc fix.
532 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
533 grouping constructs.
534
535 2005-07-02 Eli Zaretskii <eliz@gnu.org>
536
537 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
538 updating all the prerequisites.
539
540 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
541
542 * textmodes/org.el (org-agenda-start-on-weekday)
543 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
544 (org-agenda-use-time-grid, org-archive-location)
545 (org-allow-space-in-links, org-usenet-links-prefer-google)
546 (org-enable-table-editor, org-export-default-language)
547 (org-export-html-show-new-buffer, org-fill-paragraph)
548 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
549 (org-goto-quit, org-occur, org-eval-in-calendar)
550 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
551 (org-agenda-diary-entry, org-remember-help)
552 (org-table-convert-region, org-at-table-p)
553 (org-table-move-row-down, org-table-move-row-up)
554 (org-table-copy-region, org-table-toggle-vline-visibility)
555 (org-table-get-stored-formulas, org-table-get-specials)
556 (org-recalc-commands, org-table-eval-formula)
557 (org-table-formula-substitute-names, orgtbl-make-binding)
558 (org-format-org-table-html, org-format-table-table-html)
559 (org-format-table-table-html-using-table-generate-source)
560 (org-customize): Fix typos in docstrings.
561 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
562 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
563 (org-back-to-heading): Doc fixes.
564 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
565 (org-agenda-change-all-lines, org-get-header):
566 Improve argument/docstring consistency.
567 (orgtbl-error): Fix error message.
568
569 * progmodes/flymake.el (flymake-find-possible-master-files)
570 (flymake-master-file-compare, flymake-get-line-err-count)
571 (flymake-highlight-line, flymake-gui-warnings-enabled):
572 Fix typos in docstrings.
573 (flymake-parse-line, flymake-get-project-include-dirs-function)
574 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
575 Doc fixes.
576 (flymake-get-project-include-dirs-function)
577 (flymake-make-err-menu-data):
578 Improve argument/docstring consistency.
579
580 2005-07-01 Lute Kamstra <lute@gnu.org>
581
582 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
583 Catch errors with ignore-errors. Use temporary buffer.
584 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
585
586 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
587 background color faces.
588 (facemenu-set-foreground, facemenu-set-background):
589 Use facemenu-set-face-from-menu.
590 (facemenu-set-face-from-menu): Treat face names that start with
591 "fg:" or "bg:" as special.
592 (facemenu-add-new-color): Don't create faces. Simplify.
593
594 2005-06-30 Richard M. Stallman <rms@gnu.org>
595
596 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
597 (crm-find-current-element): Likewise.
598
599 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
600
601 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
602
603 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * arc-mode.el (archive-extract): Make it work as a mouse binding.
606 (archive-mouse-extract): Make it an obsolete alias.
607 (archive-mode-map): Don't use archive-mouse-extract any more.
608 (archive-mode, archive-extract): write-contents-hooks ->
609 write-contents-functions.
610 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
611 first arg.
612 (archive-rename-entry): Update the call.
613 (archive-zip-summarize): Remove unused var `method'.
614 (archive-lzh-summarize): Remove unused var `creator'.
615
616 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
617 dedicated frame upon exit.
618
619 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
620 (archive-zip-extract, archive-zip-expunge)
621 (archive-zip-update, archive-zip-update-case): Use executable-find.
622 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
623 Use restore-buffer-modified-p.
624 (archive-extract, archive-add-new-member, archive-write-file-member):
625 Use with-current-buffer.
626 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
627
628 2005-06-30 Andreas Schwab <schwab@suse.de>
629
630 * progmodes/gud.el (gud-filter): Remove unneeded progn.
631
632 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
633
634 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
635
636 2005-06-30 Juri Linkov <juri@jurta.org>
637
638 * faces.el (vertical-border): Inherit from mode-line-inactive
639 only on tty.
640
641 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
642
643 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
644 example, -NLINES in the `occur' docstring).
645
646 * replace.el (occur-1): When no matches are found, do not set the
647 `buffer-read-only' and modified flags for the occur buffer,
648 because it is deleted.
649
650 * emulation/cua-base.el (cua-check-pending-input)
651 (cua-repeat-replace-region, cua-mode, cua-debug)
652 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
653 Fix typos in docstrings.
654
655 * emulation/cua-gmrk.el (cua-toggle-global-mark)
656 (cua-cut-region-to-global-mark)
657 (cua--cut-rectangle-to-global-mark):
658 Remove period from end of messages.
659
660 * emulation/cua-rect.el (cua-do-rectangle-padding):
661 Remove period from end of messages.
662 (cua--rectangle-seq-format): Fix typo in docstring.
663 (cua-sequence-rectangle, cua-fill-char-rectangle):
664 Improve argument/docstring consistency.
665
666 2005-06-29 Juri Linkov <juri@jurta.org>
667
668 * faces.el (default-frame-background-mode): New internal variable.
669 (frame-set-background-mode): Use it.
670
671 * startup.el (normal-top-level): Set default-frame-background-mode
672 instead of frame-background-mode. Before setting it, test for its
673 nil value. Remove tests for frame-background-mode and frame
674 parameter `reverse'. Add test for "unspecified-fg".
675
676 * term/xterm.el (xterm-rxvt-set-background-mode):
677 * term/rxvt.el (rxvt-set-background-mode):
678 Set default-frame-background-mode instead of frame-background-mode.
679
680 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
681
682 * simple.el (set-variable): Warn about obsolete user variables.
683
684 * imenu.el (imenu--completion-buffer):
685 * mouse.el (mouse-buffer-menu-alist):
686 * msb.el (msb-invisible-buffer-p):
687 * calendar/diary-lib.el (diary-header-line-format):
688 * emacs-lisp/pp.el (pp-buffer):
689 * progmodes/cperl-mode.el (cperl-do-auto-fill):
690 * textmodes/picture.el (picture-replace-match):
691 Change space constants followed by a sexp to "?\s ".
692
693 * play/decipher.el (decipher-loop-with-breaks):
694 * textmodes/texinfo.el (texinfo-insert-@item): Change space
695 constants "protected" from end of line by a comment to "?\s".
696
697 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * font-lock.el (save-buffer-state): Use `declare'.
700
701 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
702 reset the syntax-table to cperl-mode-syntax-table.
703 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
704 "foo_print_bar" is not matched as a reserved keyword.
705
706 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
707
708 * textmodes/org.el (orgtbl-setup): New function, for delayed
709 setup for the orgtbl commands.
710 (org-calc-default-modes): New option.
711 (orgtbl-make-binding): Use `defun' to get better help display.
712 (org-diary): Call `org-compile-prefix-format'.
713 (org-table-formula-substitute-names): New function.
714 (org-agenda-day-view, org-agenda-week-view): New commands.
715 (org-agenda-toggle-week-view): Command removed.
716 (org-tbl-menu): Split off from org-org-menu.
717 (org-mode): Move removal of outline-mode menus to here.
718 (org-table-formula-debug): New option.
719 (org-table-insert-row): Keep first field if just "#" or "*".
720 (org-mode): Paragraph regexps fixed.
721 (org-table-recalculate-regexp): New constant.
722 (org-table-justify-field-maybe): Avoid replace if not necessary.
723 (org-copy-special, org-cut-special): Use `call-interactively'.
724 (org-table-copy-region): Take region from `interactive' call.
725 (org-trim): Return string even if no match.
726 (org-formula): New face.
727 (org-set-font-lock-defaults): No longer highlight "FIXME".
728 But highlight formula-related fields in table.
729 (org-table-p): Use regexp, not fontification.
730 (org-table-align): Handle white space at end of line.
731 (org-table-formula-evaluate-inline): New option.
732 (org-mode): Auto-wrapping in comment lines turned off.
733 (org-table-copy-down): Evaluate only in copied field, not in
734 destination.
735 (org-table-current-formula): Variable removed.
736 (org-table-store-formulas, org-table-get-stored-formulas)
737 (org-table-modify-formulas, org-table-replace-in-formulas)
738 (org-table-maybe-eval-formula): New functions.
739 (org-table-get-formula): Modify to use stored formulas.
740 (org-table-insert-column, org-table-delete-column)
741 (org-table-move-column): Call `org-table-modify-formulas'.
742 (org-complete): Add completion for keyword formulas.
743 (orgtbl-mode): Pull orgtbl-mode-map to start of
744 minor-mode-map-alist.
745
746 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * progmodes/python.el (python-check): Require `compile' before
749 modifying its variables.
750
751 * newcomment.el (comment-indent-default): Don't get fooled by an early
752 end of buffer.
753
754 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
755
756 * ps-print.el (ps-print-version): Fix version number.
757
758 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
759
760 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
761
762 2005-06-28 Richard M. Stallman <rms@gnu.org>
763
764 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
765 (flyspell-local-mouse-map): Declaration deleted.
766 (flyspell-mouse-map): Bind only mouse-2.
767 (flyspell-mode-map): Don't test flyspell-use-local-map.
768 (flyspell-overlay-keymap-property-name): Var deleted.
769 (flyspell-mode-on): Don't make local bindings for
770 flyspell-mouse-map and flyspell-mode-map.
771 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
772
773 * textmodes/ispell.el (ispell-word): Do not ignore short words.
774
775 * progmodes/compile.el (compilation-next-error-function):
776 Don't switch buffers; operate on the current buffer.
777
778 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
779
780 * comint.el (comint-password-prompt-regexp): Accept ", try again".
781
782 * bindings.el (global-map): Bind insertchar and its variants.
783
784 2005-06-27 Richard M. Stallman <rms@gnu.org>
785
786 * textmodes/artist.el (artist-text-overwrite)
787 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
788
789 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
790
791 * ps-print.el: It was not working the page selection for printing.
792 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
793 (ps-print-version): New version 6.6.7.
794 (ps-end-sheet): New fun.
795 (ps-header-sheet, ps-end-job): Call it.
796
797 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
798
799 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
800
801 2005-06-27 Lute Kamstra <lute@gnu.org>
802
803 * facemenu.el (facemenu-unlisted-faces): Add foreground and
804 background color faces.
805 (facemenu-get-face): Delete function.
806 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
807 (facemenu-add-new-color): Make second argument mandatory.
808 Create the appropriate face and return it. Simplify.
809 (facemenu-set-foreground, facemenu-set-background): Don't check if
810 color is defined. Use return value of facemenu-add-new-color.
811
812 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
813
814 * progmodes/gud.el (gud-filter): Add missing argument to
815 with-selected-window.
816
817 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
820 a :require to the defcustom.
821
822 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
823 defcustoms corresponding to minor modes.
824
825 2005-06-26 David Ponce <david@dponce.com>
826
827 * recentf.el: Require tree-widget instead of wid-edit.
828 (recentf-filename-handler): Fix widget :type.
829 (recentf-cancel-dialog, recentf-open-more-files)
830 (recentf-open-files-action): Doc fix.
831 (recentf-dialog-goto-first): New function.
832 (recentf-dialog-mode-map): Set parent keymap first.
833 (recentf-dialog-mode): Define with define-derived-mode.
834 Don't display continuation lines in dialogs.
835 (recentf-edit-list): Rename from recentf-edit-selected-items.
836 (recentf-edit-list-select): Rename from recentf-edit-list-action.
837 Simplify.
838 (recentf-edit-list-validate): New function.
839 (recentf-edit-list): Update accordingly.
840 (recentf-open-files-item-shift): Remove.
841 (recentf-open-files-item): Convert menu elements into tree and
842 link widgets. Don't create the widgets.
843 (recentf-open-files): Update accordingly.
844 (recentf-save-list): Untabify.
845
846 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
847
848 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
849 (keep-lines): Add INTERACTIVE arg. Never delete lines only
850 partially contained in the active region. Do not take active
851 region into account when called from Lisp, unless INTERACTIVE arg
852 is non-nil. Use `forward-line' instead of `beginning-of-line' to
853 avoid trouble with fields. Make marker point nowhere when no
854 longer used. Always return nil. Doc fix.
855 (flush-lines): Add INTERACTIVE arg. Do not take active region
856 into account when called from Lisp, unless INTERACTIVE arg is
857 non-nil. Use `forward-line' instead of `beginning-of-line' to
858 avoid trouble with fields. Make marker point nowhere when no
859 longer used. Always return nil. Doc fix.
860 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
861 interchangeable. Do not take active region into account when
862 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
863 message in echo area when called from Lisp, unless INTERACTIVE arg
864 is non-nil. Avoid saying "1 occurrences". Do not use markers.
865 Return the number of matches. Doc fix.
866 (occur): Doc fix.
867 (perform-replace): Make comment follow double space convention for
868 the sake of `outline-minor-mode'.
869
870 * faces.el (facep): Doc fix.
871
872 2005-06-25 Richard M. Stallman <rms@gnu.org>
873
874 * facemenu.el (facemenu-enable-faces-p): New function.
875 (facemenu-background-menu, facemenu-foreground-menu)
876 (facemenu-face-menu): Add menu-enable property.
877
878 * jka-compr.el (jka-compr-insert-file-contents):
879 Special handling if cannot find the uncompression program.
880
881 * cus-face.el (custom-face-attributes): Add autoload.
882
883 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
884 Bind comment-indent-function locally.
885
886 * window.el (save-selected-window): Use save-current-buffer.
887
888 * subr.el (with-selected-window): Use save-current-buffer.
889
890 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
891 and with-current-buffer.
892
893 2005-06-24 Richard M. Stallman <rms@gnu.org>
894
895 * simple.el (line-move-1): Fix previous change.
896
897 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
898
899 * replace.el (occur-1): Set `buffer-read-only' and the
900 buffer-modified flag before running `occur-hook' to protect
901 against unintentional buffer switches that can lead to data loss.
902
903 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
904
905 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
906 (gud-gdb-marker-filter): Use font-lock-warning-face for any
907 initial error.
908
909 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
910 after fresh input.
911 (gdb-var-create-handler): Put name of expression in quotes.
912
913 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
914
915 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
916 elements of RING in order, and without bogus nil elements.
917
918 2005-06-23 Richard M. Stallman <rms@gnu.org>
919
920 * simple.el (set-variable): Args renamed; doc fix.
921 (line-move-1): When there are overlays around, use vertical-motion.
922
923 * faces.el (escape-glyph): Use brown against light background.
924 (nobreak-space): Rename from no-break-space.
925 Fix previous change.
926
927 * dired-aux.el (dired-do-copy): Fix arg prompt.
928
929 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
930
931 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
932
933 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
934 rather than "Distributor".
935
936 2005-06-23 Lute Kamstra <lute@gnu.org>
937
938 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
939 (debug-on-entry): Use it. New interactive declaration that uses
940 function-called-at-point.
941
942 2005-06-23 Kim F. Storm <storm@cua.dk>
943
944 * subr.el (save-match-data): Add comment about using evaporate arg
945 to set-match-data.
946
947 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
948
949 * cus-edit.el (customize-face)
950 (customize-face-other-window): Handle face aliases.
951
952 * faces.el (face-documentation, set-face-attribute)
953 (face-spec-set): Handle face aliases.
954
955 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
956
957 * help-mode.el (help-make-xrefs): If a symbol representing a face
958 name is not followed by the word "face", it could still be a
959 function or variable name, so don't bypass other checks.
960
961 2005-06-22 Juri Linkov <juri@jurta.org>
962
963 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
964 Replace aliased functions with calls where second arg `inherit' is t.
965
966 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
967
968 * progmodes/gdb-ui.el (gdb-error): New variable.
969 (gdb-error): New function.
970 (gdb-annotation-rules): Act on error-begin and error annotations.
971 (gdb-concat-output): Use font-lock-warning-face for errors.
972
973 2005-06-22 Miles Bader <miles@gnu.org>
974
975 * bindings.el (propertized-buffer-identification): Use renamed
976 `Buffer-menu-buffer' face.
977
978 * faces.el (vertical-border): Rename from `vertical-divider'.
979 (escape-glyph): Change dark-background color back to `cyan'.
980
981 2005-06-21 Juri Linkov <juri@jurta.org>
982
983 * faces.el (face-user-default-spec): Try getting `customized-face'
984 prior to `saved-face'.
985 (frame-background-mode): Refill docstring.
986
987 * emacs-lisp/lisp-mode.el (eval-defun-1):
988 * emacs-lisp/edebug.el (edebug-eval-defun):
989 Set `saved-face' temporarily to nil before calling form.
990 Set `customized-face' to the new spec after that.
991
992 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
993
994 * subr.el (1value, lambda, key-substitution-in-progress):
995 Doc fixes.
996
997 * autoinsert.el (auto-insert-alist):
998 * ses.el (ses-call-printer):
999 * subr.el (noreturn):
1000 * emacs-lisp/lisp.el (check-parens):
1001 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1002 * net/browse-url.el (browse-url-mosaic):
1003 * progmodes/cc-defs.el (c-safe-scan-lists):
1004 * progmodes/ebnf-abn.el (ebnf-abn-lex):
1005 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1006 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1007 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1008 * progmodes/ebnf-iso.el (ebnf-iso-lex):
1009 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1010
1011 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
1012
1013 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1014
1015 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
1016
1017 * calendar/appt.el (appt-make-list): Activate the package, if
1018 not already active (for backwards compatibility).
1019
1020 2005-06-20 Kim F. Storm <storm@cua.dk>
1021
1022 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
1023
1024 2005-06-20 Miles Bader <miles@gnu.org>
1025
1026 * faces.el (vertical-divider): New face.
1027
1028 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
1029
1030 * simple.el (kill-whole-line): Doc fix.
1031 (next-error-buffer-p, next-error-find-buffer)
1032 (clone-indirect-buffer): Fix typos in docstrings.
1033 (comment-line-break-function): Doc fix: don't say variable
1034 is automatically buffer-local (it isn't).
1035
1036 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
1037
1038 * net/tramp-ftp.el (top):
1039 * net/tramp-smb.el (top):
1040 * net/tramp-util.el (top):
1041 * net/tramp-uu.el (top):
1042 * net/tramp-vc.el (top):
1043 * net/tramp.el (top): Revert copyright years back to original
1044 ones. Tramp has a life outside GNU Emacs.
1045
1046 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
1047
1048 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1049
1050 2005-06-18 Juri Linkov <juri@jurta.org>
1051
1052 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1053 end of first regexp to limit the match to the position between
1054 line number and source line with same separator character as used
1055 between file name and line number. In the second regexp limit
1056 mouse-face area to file name and line number by adding new group
1057 for them and referring it in HYPERLINK arg.
1058 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1059 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1060 previous line where grep markers may be already removed.
1061
1062 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1063
1064 * progmodes/ps-mode.el: Update version and maintainer's email address.
1065
1066 2005-06-18 Steve Youngs <steve@xemacs.org>
1067
1068 * net/browse-url.el (browse-url-browser-function)
1069 (browse-url-default-browser): Add firefox.
1070 (browse-url-firefox-program, browse-url-firefox-arguments)
1071 (browse-url-firefox-startup-arguments)
1072 (browse-url-firefox-new-window-is-tab): New defcustoms.
1073 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
1074
1075 2005-06-17 Richard M. Stallman <rms@gnu.org>
1076
1077 * startup.el (command-line): Warn if specified user name has
1078 no home directory.
1079
1080 * term.el (term-get-old-input, term-input-filter, term-input-sender)
1081 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
1082
1083 * longlines.el (longlines-mode, longlines-show-hard-newlines):
1084 Doc fixes.
1085
1086 * faces.el (underline): Try bold if terminal doesn't support underline.
1087
1088 * mail/sendmail.el (mail-setup-with-from): New variable.
1089 (mail-insert-from-field): New function.
1090 (sendmail-send-it): Call it.
1091 (mail-setup): Optionally call it here.
1092
1093 * term/linux.el: Call tty-no-underline.
1094
1095 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1096
1097 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
1098
1099 2005-06-17 Miles Bader <miles@gnu.org>
1100
1101 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
1102 (ediff-current-diff-C, ediff-current-diff-Ancestor)
1103 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
1104 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1105 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1106 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1107 Remove "-face" suffix from face names.
1108 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1109 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1110 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1111 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1112 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1113 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1114 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1115 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1116 New backward-compatibility aliases for renamed faces.
1117 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1118 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1119 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1120 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1121 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1122 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1123 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1124 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1125 Use renamed ediff faces.
1126
1127 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
1128 Remove "-face" suffix from face names.
1129 (eshell-test-ok-face, eshell-test-failed-face):
1130 New backward-compatibility aliases for renamed faces.
1131 (eshell-run-test): Use renamed eshell-test faces.
1132
1133 * eshell/em-prompt.el (eshell-prompt):
1134 Remove "-face" suffix from face name.
1135 (eshell-prompt-face): New backward-compatibility alias for renamed face.
1136 (eshell-emit-prompt): Use renamed eshell-prompt face.
1137
1138 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
1139 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
1140 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
1141 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
1142 Remove "-face" suffix from face names.
1143 (eshell-ls-directory-face, eshell-ls-symlink-face)
1144 (eshell-ls-executable-face, eshell-ls-readonly-face)
1145 (eshell-ls-unreadable-face, eshell-ls-special-face)
1146 (eshell-ls-missing-face, eshell-ls-archive-face)
1147 (eshell-ls-backup-face, eshell-ls-product-face)
1148 (eshell-ls-clutter-face):
1149 New backward-compatibility aliases for renamed faces.
1150 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
1151
1152 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
1153 Remove "-face" suffix from face name.
1154 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
1155 instead of literal face.
1156
1157 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
1158
1159 * emacs-lisp/warnings.el (display-warning, lwarn)
1160 (warning-minimum-log-level): Doc fixes.
1161 (warning-minimum-level, warning-minimum-log-level):
1162 Add :debug to :type choices.
1163
1164 * progmodes/ada-mode.el (ada-format-paramlist)
1165 (ada-get-indent-case, ada-check-matching-start)
1166 (ada-check-defun-name, ada-goto-matching-decl-start)
1167 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
1168 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
1169 (ada-make-subprogram-body): Follow error conventions.
1170 (ada-case-exception-file, ada-indent-comment-as-code)
1171 (ada-indent-handle-comment-special, ada-indent-renames)
1172 (ada-indent-return, ada-search-directories-internal)
1173 (ada-tab-policy, ada-case-exception-substring)
1174 (ada-other-file-alist, ada-matching-start-re)
1175 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
1176 (ada-imenu-generic-expression, ada-compile-goto-error)
1177 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
1178 (ada-popup-menu, ada-add-extensions, ada-mode)
1179 (ada-region-selected, ada-create-case-exception)
1180 (ada-create-case-exception-substring, ada-after-keyword-p)
1181 (ada-activate-keys-for-case, ada-adjust-case-region)
1182 (ada-adjust-case-buffer, ada-format-paramlist)
1183 (ada-scan-paramlist, ada-insert-paramlist)
1184 (ada-indent-newline-indent)
1185 (ada-indent-newline-indent-conditional)
1186 (ada-justified-indent-current, ada-goto-previous-word)
1187 (ada-indent-current, ada-get-indent-open-paren)
1188 (ada-get-indent-paramlist, ada-get-indent-end)
1189 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
1190 (ada-get-indent-block-start, ada-get-indent-subprog)
1191 (ada-get-indent-noindent, ada-get-indent-label)
1192 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
1193 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
1194 (ada-goto-stmt-end, ada-goto-next-word)
1195 (ada-check-matching-start, ada-check-defun-name)
1196 (ada-goto-matching-decl-start, ada-goto-matching-start)
1197 (ada-goto-matching-end, ada-search-ignore-string-comment)
1198 (ada-in-decl-p, ada-looking-at-semi-or)
1199 (ada-looking-at-semi-private, ada-in-paramlist-p)
1200 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
1201 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
1202 (ada-next-procedure, ada-previous-procedure, ada-next-package)
1203 (ada-previous-package, ada-create-menu)
1204 (ada-fill-comment-paragraph-justify)
1205 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
1206 (ada-other-file-name, ada-last-which-function-line)
1207 (ada-last-which-function-subprog, ada-which-function)
1208 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
1209 (ada-gen-treat-proc, ada-check-emacs-version)
1210 (ada-continuation-indent, ada-align-region-separate):
1211 Fix typos in docstrings.
1212 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
1213
1214 2005-06-16 Lute Kamstra <lute@gnu.org>
1215
1216 * simple.el (fundamental-mode): Run after-change-major-mode-hook
1217 conditionally.
1218
1219 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
1220
1221 * comint.el (comint-replace-by-expanded-filename)
1222 (comint-prompt-regexp, comint-delimiter-argument-list)
1223 (comint-preinput-scroll-to-bottom):
1224 * info.el (Info-hide-cookies-node):
1225 * ls-lisp.el (ls-lisp-classify):
1226 * find-file.el (ff-search-directories, ff-special-constructs)
1227 (ff-find-other-file):
1228 * font-lock.el (font-lock-keywords):
1229 * shell.el (shell-prompt-pattern)
1230 (shell-dynamic-complete-functions, shell-mode)
1231 (shell-delimiter-argument-list):
1232 * term.el (term-replace-by-expanded-filename)
1233 (term-prompt-regexp, term-delimiter-argument-list):
1234 * woman.el (woman-ignore, woman0-if):
1235 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
1236 * emacs-lisp/elint.el (elint-init-env):
1237 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
1238 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
1239 * language/ethio-util.el (ethio-tilde-escape)
1240 (ethio-use-three-dot-question):
1241 * net/zone-mode.el (zone-mode-load-time-setup):
1242 * progmodes/cc-align.el (c-lineup-argcont):
1243 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
1244 * progmodes/cperl-mode.el (cperl-set-style-back):
1245 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1246 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
1247 Fix spellings in docstrings.
1248
1249 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
1250 * progmodes/modula2.el (m2-for): Fix spellings.
1251
1252 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
1253
1254 * simple.el (undo-more): Don't use `format' on `error' arguments.
1255 Improve argument/docstring consistency.
1256 (pending-undo-list): Doc fix.
1257
1258 * smerge-mode.el (smerge-ensure-match):
1259 * emulation/vip.el (vip-ex):
1260 * net/zone-mode.el (zone-mode-update-serial):
1261 * progmodes/idlwave.el (idlwave-complete):
1262 * progmodes/vhdl-mode.el (vhdl-visit-file)
1263 (vhdl-compose-wire-components):
1264 Don't use `format' on `error' arguments.
1265
1266 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
1267 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
1268 (tooltip-help-tips): Fix typos in docstrings.
1269
1270 2005-06-16 David Ponce <david@dponce.com>
1271
1272 * tree-widget.el (tree-widget-value-create): Simplify last change.
1273
1274 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
1275
1276 * ido.el (ido-incomplete-regexp): New variable.
1277 (ido-set-matches-1): Handle invalid-regexp error and set
1278 ido-incomplete-regexp.
1279 (ido-incomplete-regexp): New face.
1280 (ido-completions): Use it.
1281 (ido-complete, ido-exit-minibuffer, ido-completions):
1282 Handle incomplete regexps.
1283 (ido-completions): Add check for complete match when entering a regexp.
1284
1285 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1286
1287 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
1288
1289 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1290
1291 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
1292 by field delimiters.
1293
1294 2005-06-15 David Ponce <david@dponce.com>
1295
1296 * tree-widget.el: eval-and-compile inlined functions so they will
1297 be available at run-time too.
1298 (tree-widget-super-format-handler)
1299 (tree-widget-format-handler): Remove.
1300 (tree-widget-value-create): Handle the :indent property.
1301
1302 2005-06-15 Miles Bader <miles@gnu.org>
1303
1304 * progmodes/which-func.el (which-func): Only inherit
1305 `font-lock-function-name-face' when that makes sense against the
1306 default mode-line face, otherwise set the face color explicitly.
1307
1308 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
1309 faces instead of (non-existent) variables.
1310
1311 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1312
1313 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
1314 (iswitchb-get-matched-buffers): Likewise. Simplify.
1315
1316 2005-06-14 Miles Bader <miles@gnu.org>
1317
1318 * progmodes/ld-script.el (ld-script-location-counter):
1319 Remove "-face" suffix from face name.
1320 (ld-script-location-counter-face):
1321 New backward-compatibility alias for renamed face.
1322 (ld-script-location-counter-face): Use renamed face.
1323
1324 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
1325 (cperl-hash): Remove "-face" suffix from face names.
1326 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
1327 New backward-compatibility aliases for renamed faces.
1328 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
1329 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
1330
1331 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
1332 name.
1333 (which-func-face): New backward-compatibility alias for renamed face.
1334 (which-func-format): Use renamed which-func face.
1335
1336 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
1337 (vhdl-function, vhdl-directive, vhdl-reserved-word)
1338 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
1339 names.
1340 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
1341 (vhdl-speedbar-configuration, vhdl-speedbar-package)
1342 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
1343 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
1344 (vhdl-speedbar-architecture-selected)
1345 (vhdl-speedbar-configuration-selected)
1346 (vhdl-speedbar-package-selected)
1347 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
1348 names.
1349 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
1350 Use renamed faces.
1351 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
1352 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
1353 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
1354 Use renamed faces.
1355 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
1356 names.
1357 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
1358 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
1359 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
1360 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
1361 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
1362 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
1363
1364 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
1365 face name.
1366 (sh-heredoc-face): New backward-compatibility alias for renamed face.
1367 (sh-heredoc-face): Use renamed sh-heredoc face.
1368
1369 * progmodes/idlw-help.el (idlwave-help-link):
1370 Remove "-face" suffix from face name.
1371 (idlwave-help-link-face):
1372 New backward-compatibility alias for renamed face.
1373 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
1374
1375 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
1376 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
1377 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
1378 New backward-compatibility aliases for renamed faces.
1379 (idlwave-shell-disabled-breakpoint-face)
1380 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
1381
1382 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1383 Remove "-face" suffix from face names.
1384 (flymake-errline-face, flymake-warnline-face):
1385 New backward-compatibility aliases for renamed faces.
1386 (flymake-highlight-line): Use renamed flymake faces.
1387
1388 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1389 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
1390 (ebrowse-member-class, ebrowse-progress):
1391 Remove "-face" suffix from face names.
1392 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1393 (ebrowse-file-name-face, ebrowse-default-face)
1394 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1395 (ebrowse-progress-face):
1396 New backward-compatibility aliases for renamed faces.
1397 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
1398 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
1399 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
1400 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
1401
1402 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
1403 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
1404 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
1405 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
1406 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
1407 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
1408 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
1409 New backward-compatibility aliases for renamed faces.
1410 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
1411 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
1412 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
1413 "font-lock-". Use renamed antlr-mode faces.
1414 (antlr-font-lock-additional-keywords): Use renamed faces.
1415 Replace literal face-names with face variable references.
1416
1417 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
1418 face name.
1419 (Buffer-menu-buffer-face): New backward-compatibility alias for
1420 renamed face.
1421 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
1422
1423 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
1424
1425 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
1426 Eliminate "-face" suffix.
1427 (makefile-targets): Inherit from font-lock-function-name-face and
1428 eliminate "-face" suffix.
1429 (makefile-shell): Remove attributes and eliminate "-face" suffix.
1430 (makefile-*-font-lock-keywords): Append makefile-targets in rule
1431 actions, instead of prepending, to make it less visible.
1432 (makefile-previous-dependency, makefile-match-dependency):
1433 Don't match a target on a continuation line.
1434
1435 * files.el (auto-mode-alist): Put Makefile in gmake mode.
1436
1437 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
1438
1439 * progmodes/gdb-ui.el (menu): Re-order menu items.
1440 (gdb-tooltip-print): Respect tooltip-use-echo-area.
1441
1442 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
1443 Define in tooltip.el.
1444 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
1445 (gud-tooltip-tips): Respect tooltip-use-echo-area and
1446 gud-tooltip-echo-area.
1447
1448 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
1449 backward compatibility and make obsolete.
1450 (tooltip-help-tips): Use tooltip-use-echo-area.
1451 (tooltip-show-help-function): Rename to...
1452 (tooltip-show-help): ...this, because it is a function.
1453 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
1454
1455 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1456
1457 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
1458 (edebug-print-length, edebug-print-level, edebug-print-circle)
1459 (edebug-modify-breakpoint, edebug-eval-last-sexp)
1460 (edebug-eval-print-last-sexp): Doc fixes.
1461
1462 2005-06-14 Kim F. Storm <storm@cua.dk>
1463
1464 * ido.el (ido-mode): Make a new keymap every time we enable ido,
1465 as the coverage buffer/file/both may change.
1466
1467 2005-06-14 Lute Kamstra <lute@gnu.org>
1468
1469 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
1470 and run-mode-hooks. Simplify.
1471
1472 * mail/rmailedit.el (rmail-edit-mode):
1473 * progmodes/octave-inf.el (inferior-octave-mode):
1474 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
1475
1476 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
1477 and run-mode-hooks.
1478 (recentf-edit-list, recentf-open-files): Don't call
1479 kill-all-local-variables directly.
1480
1481 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
1482
1483 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
1484
1485 * emacs-lisp/byte-run.el (make-obsolete)
1486 (define-obsolete-function-alias): Rename arguments FUNCTION and
1487 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
1488 (make-obsolete-variable, define-obsolete-variable-alias):
1489 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
1490 respectively.
1491
1492 * isearchb.el (isearchb-activate):
1493 * pcvs.el (cvs-mode):
1494 * ses.el (ses-load):
1495 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
1496 * net/tramp.el (tramp-find-file-exists-command)
1497 (tramp-find-shell):
1498 * progmodes/ada-mode.el (ada-create-case-exception)
1499 (ada-create-case-exception-substring, ada-make-subprogram-body):
1500 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
1501 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
1502 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
1503 * textmodes/org.el (org-promote, org-evaluate-time-range)
1504 (org-agenda-next-date-line, org-agenda-previous-date-line)
1505 (org-agenda-error, org-open-at-point, org-table-move-row)
1506 (org-format-table-table-html-using-table-generate-source)
1507 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
1508 * textmodes/reftex.el (reftex-access-scan-info):
1509 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
1510 (reftex-toc-promote-prepare): Follow error conventions.
1511
1512 * diff-mode.el (diff-mode): Fix typo in docstring.
1513
1514 * forms.el (forms--intuit-from-file): Fix reference to
1515 `forms-number-of-fields' in error message.
1516 (forms-print): Fix quoting in error message.
1517
1518 * forms.el (forms-mode):
1519 * emulation/vi.el (vi-goto-insert-state):
1520 * progmodes/flymake.el (flymake-new-err-info)
1521 (flymake-start-syntax-check-for-current-buffer)
1522 (flymake-simple-cleanup):
1523 * eshell/esh-var.el (eshell/export):
1524 * progmodes/gud.el (xdb):
1525 * textmodes/flyspell.el (flyspell-incorrect-hook)
1526 (flyspell-maybe-correct-transposition)
1527 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
1528
1529 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
1530
1531 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
1532 minibuffer prompt.
1533
1534 2005-06-13 Kim F. Storm <storm@cua.dk>
1535
1536 * subr.el (add-to-ordered-list): New defun.
1537
1538 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
1539 add cua--keymap-alist to emulation-mode-map-alists.
1540
1541 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * subr.el (complete-in-turn): New macro.
1544 (dynamic-completion-table, lazy-completion-table): Add debug info.
1545
1546 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
1547 in preference to face aliases.
1548
1549 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
1550 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
1551 Remove unused vars `start' and `firstline'.
1552 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
1553 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
1554
1555 2005-06-13 Eli Zaretskii <eliz@gnu.org>
1556
1557 * cus-start.el (all): Don't complain about missing GTK-related
1558 variables, unless either `gtk' is boundp or this isn't a
1559 `windows-nt' build.
1560
1561 2005-06-13 Lute Kamstra <lute@gnu.org>
1562
1563 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
1564 run-mode-hooks.
1565
1566 * ediff-mult.el (ediff-meta-mode):
1567 * ediff-util.el (ediff-mode): Use run-mode-hooks.
1568
1569 * ledit.el (ledit-mode): Use delay-mode-hooks.
1570
1571 * woman.el (woman-mode-line-format): Delete constant.
1572 (woman-mode-map): Initialize it properly.
1573 (woman-mode): Set mode-class property to special.
1574 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
1575 Set major-mode and mode-name. Don't set mode-line-format directly.
1576 (Man-getpage-in-background): Don't reference woman-mode-line-format.
1577
1578 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
1579 string argument obsolete.
1580
1581 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
1582
1583 * textmodes/org.el (org-CUA-compatible): New option.
1584 (org-disputed-keys): New variable.
1585 (org-key): New function.
1586 (orgtbl-make-binding): Add docstring to the created function.
1587 (org-mode): Set paragraph start/separate regexps.
1588 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
1589 (org-archive-location, org-archive-mark-done)
1590 (org-archive-stamp-time): New options.
1591 (org-archive-subtree): New command.
1592 (org-fill-paragraph): New function.
1593 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
1594 (org-fake-empty-table-line): Function removed.
1595 (org-format-org-table-html): Do not create empty table lines at
1596 separator lines. Improved table header treatment.
1597 (org-link-format): New option.
1598 (org-make-link): New function.
1599 (org-insert-link, org-store-link): Use org-make-link.
1600 (org-open-file): Quote file name for shell command, to allow
1601 spaces in file names.
1602 (org-link-regexp): Fix bug with mailto link.
1603 (org-link-maybe-angles-regexp, org-protected-link-regexp):
1604 New constants.
1605 (org-export-as-html): Deal with the optional angles around a link.
1606 Better treatment of file: links.
1607 (org-open-at-point): Replace @{ and @} with < and >.
1608 (org-run-mode-hooks): Function removed.
1609 (org-agenda-mode): No longer use `org-run-mode-hooks'.
1610
1611 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
1612
1613 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
1614 MI command -data-list-register-values.
1615 (gdb-post-prompt): Indent properly.
1616
1617 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
1618
1619 * hilit-chg.el (highlight-changes-colors): Rename from
1620 `highlight-changes-colours'.
1621 (highlight-changes-colours): Keep as obsolete alias.
1622 (highlight-changes-face-list): Doc fix.
1623 (hilit-chg-make-list): Use `highlight-changes-colors'.
1624
1625 2005-06-12 Mark A. Hershberger <mah@everybody.org>
1626
1627 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
1628 defun-prompt-regexp.
1629
1630 2005-06-12 Eli Zaretskii <eliz@gnu.org>
1631
1632 * loadup.el: Don't say we are dumping under 2 names on windows-nt
1633 and cygwin.
1634
1635 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1636 Don't use an old loaddefs.el, as in Makefile.in.
1637
1638 2005-06-12 Lute Kamstra <lute@gnu.org>
1639
1640 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
1641
1642 * man.el (Man-mode-map): Initialize it properly.
1643 (Man-mode): Set mode-class property to special.
1644
1645 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
1646
1647 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1648
1649 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
1650 A newline is needed in the docstring there.
1651
1652 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
1653 Doc fixes.
1654
1655 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1656
1657 * printing.el: Doc fix. The menubar is no more changed when printing
1658 is loaded, it only changes when pr-menu-bind or pr-update-menus is
1659 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
1660 (pr-version): New version number (6.8.4).
1661 (pr-menu-bind): New command.
1662 (pr-update-menus): Docstring and code fix.
1663 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
1664 Docstring fix.
1665 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
1666 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
1667
1668 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
1669
1670 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
1671 "Returns" to "return", document useful return values, etc.
1672
1673 2005-06-11 Alan Mackenzie <acm@muc.de>
1674
1675 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
1676 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
1677 (adaptive-file-function): Minor amendment to doc-string.
1678
1679 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1680
1681 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
1682 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
1683 Fix :type--it is `integer', not `string'.
1684
1685 * faces.el (modeline-highlight): Rename from (the erroneous)
1686 `modeline-higilight'.
1687
1688 2005-06-11 Lute Kamstra <lute@gnu.org>
1689
1690 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
1691 lisp-interaction-mode-map but make it the parent.
1692 (edebug-eval-mode): Use define-derived-mode.
1693
1694 2005-06-11 Andreas Schwab <schwab@suse.de>
1695
1696 * bindings.el: Add binding of `ESC functionkey' for every
1697 `M-functionkey'.
1698 * hexl.el (hexl-mode-map): Likewise.
1699
1700 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
1701
1702 * progmodes/compile.el (compilation-error-regexp-alist-alist)
1703 [msft]: update regexp for newer msft compilers.
1704
1705 2005-06-10 Mark A. Hershberger <mah@everybody.org>
1706
1707 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
1708 ATTLIST portions of included DTDs.
1709 (xml-parse-dtd): Eliminate use of inefficient match-data.
1710
1711 2005-06-10 Miles Bader <miles@gnu.org>
1712
1713 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1714 (mpuz-text): Remove "-face" suffix from face names.
1715 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
1716 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
1717 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
1718
1719 * play/gomoku.el (gomoku-O, gomoku-X):
1720 Remove "-face" suffix from face names.
1721 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
1722 New backward-compatibility aliases for renamed faces.
1723 (gomoku-font-lock-keywords): Use renamed gomoku faces.
1724
1725 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1726
1727 * thumbs.el: Fixes for changes of 2005-06-09.
1728 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
1729 as a directory.
1730 (thumbs-thumbname): Remove directory separator from format string;
1731 `thumbs-thumbsdir' now returns a valid directory name.
1732 (thumbs-temp-dir): New defsubst.
1733 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
1734 Use it.
1735
1736 * cus-edit.el (minibuffer):
1737 * files.el (make-backup-file-name-function):
1738 * filesets.el (filesets-external-viewers):
1739 * hilit-chg.el (highlight-changes-colours)
1740 (highlight-changes-face-list, highlight-changes-rotate-faces):
1741 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
1742 * kmacro.el (kmacro-call-macro):
1743 * log-edit.el (log-edit-changelog-full-paragraphs):
1744 * mouse.el (mouse-1-click-follows-link):
1745 * skeleton.el (skeleton-autowrap):
1746 * subr.el (insert-for-yank-1):
1747 * tempo.el (tempo-insert-region):
1748 * terminal.el (terminal-emulator):
1749 * time.el (display-time-mail-face):
1750 * vc.el (vc-annotate):
1751 * vcursor.el (vcursor-copy-line):
1752 * woman.el (woman-bold-headings, woman-ignore)
1753 (woman-default-faces, woman-monochrome-faces):
1754 * calendar/todo-mode.el (todo-insert-threshold):
1755 * emulation/pc-select.el (pc-select-selection-keys-only)
1756 (pc-selection-mode):
1757 * emulation/vip.el (vip-find-char-forward):
1758 * emulation/viper-cmd.el (viper-find-char-forward):
1759 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
1760 (input-method-exit-on-invalid-key):
1761 * international/mule-diag.el (describe-coding-system):
1762 * international/ucs-tables.el (unify-8859-on-encoding-mode):
1763 * net/browse-url.el (browse-url-xterm-program):
1764 * obsolete/lazy-lock.el (lazy-lock-mode):
1765 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
1766 (cperl-mode):
1767 * progmodes/cpp.el (cpp-face-light-name-list)
1768 (cpp-face-dark-name-list):
1769 * progmodes/delphi.el (delphi-newline-always-indents):
1770 Fix spellings in docstrings.
1771
1772 * ido.el (ido-mode, ido-file-extensions-order)
1773 (ido-default-file-method, ido-default-buffer-method)
1774 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
1775 (ido-decorations, ido-read-file-name-as-directory-commands)
1776 (ido-read-file-name-non-ido, ido-work-directory-list)
1777 (ido-ignore-item-temp-list, ido-current-directory)
1778 (ido-magic-forward-char, ido-enter-find-file)
1779 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
1780 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
1781
1782 2005-06-10 Lute Kamstra <lute@gnu.org>
1783
1784 * play/dunnet.el (dun-mode): Use define-derived-mode.
1785 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
1786 obsolete alias.
1787
1788 * play/doctor.el (doctor-mode-map): Remove defvar.
1789 (doctor-mode): Use define-derived-mode.
1790
1791 * mail/mspools.el (mspools-mode):
1792 * net/eudc-hotlist.el (eudc-hotlist-mode):
1793 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
1794
1795 2005-06-10 Miles Bader <miles@gnu.org>
1796
1797 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1798 Remove "-face" suffix from face names.
1799 (flyspell-incorrect-face, flyspell-duplicate-face):
1800 New backward-compatibility aliases for renamed faces.
1801 (flyspell-mode-on, make-flyspell-overlay)
1802 (flyspell-highlight-incorrect-region)
1803 (flyspell-highlight-duplicate-region)
1804 (flyspell-display-next-corrections)
1805 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
1806
1807 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
1808 from face name.
1809 (texinfo-heading-face): New backward-compatibility alias for
1810 renamed face.
1811 (texinfo-heading-face): Use renamed texinfo-heading face.
1812
1813 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
1814 suffix from face names.
1815 (tex-math-face, tex-verbatim-face):
1816 New backward-compatibility aliases for renamed faces.
1817 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
1818 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
1819 literal face name.
1820
1821 * textmodes/table.el (table-cell): Remove "-face" suffix from face
1822 name.
1823 (table-cell-face): New backward-compatibility alias for renamed face.
1824 (table--put-cell-face-property, table--update-cell-face):
1825 Use renamed table-cell face.
1826
1827 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
1828 from face name.
1829 (sgml-namespace-face): New backward-compatibility alias for
1830 renamed face.
1831 (sgml-namespace-face): Use renamed sgml-namespace face.
1832
1833 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
1834 (org-level-4, org-level-5, org-level-6, org-level-7)
1835 (org-level-8, org-warning, org-headline-done)
1836 (org-deadline-announce, org-scheduled-today)
1837 (org-scheduled-previously, org-link, org-done, org-table)
1838 (org-time-grid): Remove "-face" suffix from face names.
1839 (org-level-1-face, org-level-2-face, org-level-3-face)
1840 (org-level-4-face, org-level-5-face, org-level-6-face)
1841 (org-level-7-face, org-level-8-face, org-warning-face)
1842 (org-headline-done-face, org-deadline-announce-face)
1843 (org-scheduled-today-face, org-scheduled-previously-face)
1844 (org-link-face, org-done-face, org-table-face)
1845 (org-time-grid-face):
1846 New backward-compatibility aliases for renamed faces.
1847 (org-level-faces, org-set-font-lock-defaults, org-timeline)
1848 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
1849 (org-agenda-get-timestamps, org-agenda-get-scheduled)
1850 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
1851
1852 * emulation/viper-init.el (viper-search, viper-replace-overlay)
1853 (viper-minibuffer-emacs, viper-minibuffer-insert)
1854 (viper-minibuffer-vi): Remove "-face" suffix from face names.
1855 (viper-search-face, viper-replace-overlay-face)
1856 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1857 (viper-minibuffer-vi-face):
1858 New backward-compatibility aliases for renamed faces.
1859 (viper-search-face, viper-replace-overlay-face)
1860 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1861 (viper-minibuffer-vi-face): Use renamed viper faces.
1862
1863 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
1864 Remove "-face" suffix from face names.
1865 (testcover-nohits-face, testcover-1value-face):
1866 New backward-compatibility aliases for renamed faces.
1867 (testcover-mark): Use renamed testcover faces.
1868
1869 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
1870 face name.
1871 (diary-button-face): New backward-compatibility alias for renamed face.
1872 (diary-entry): Use renamed diary-button face.
1873
1874 * calendar/calendar.el (diary, calendar-today, holiday)
1875 (mark-visible-calendar-date): Remove "-face" suffix from face names.
1876 (diary-face, calendar-today-face, holiday-face):
1877 New backward-compatibility aliases for renamed faces.
1878 (eval-after-load "facemenu", diary-entry-marker)
1879 (calendar-today-marker, calendar-holiday-marker, diary-face):
1880 Use renamed calendar faces.
1881
1882 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
1883 (compare-windows-face): New backward-compatibility alias for
1884 renamed face.
1885 (compare-windows-highlight): Use renamed compare-windows face.
1886
1887 * strokes.el (strokes-char): Remove "-face" suffix from face name.
1888 (strokes-char-face): New backward-compatibility alias for renamed face.
1889 (strokes-encode-buffer): Use renamed strokes-char face.
1890
1891 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
1892 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
1893 Remove "-face" suffix from face names.
1894 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
1895 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
1896 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
1897 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
1898 Use renamed pcvs faces.
1899 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
1900 * pcvs-defs.el (cvs-mode-map): Likewise.
1901 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
1902
1903 * info.el (info-title-1, info-title-2, info-title-3)
1904 (info-title-4): Remove "-face" suffix from and downcase face names.
1905 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1906 (Info-title-4-face):
1907 New backward-compatibility aliases for renamed faces.
1908 (Info-fontify-node): Use renamed info faces.
1909
1910 * hilit-chg.el (highlight-changes, highlight-changes-delete):
1911 Remove "-face" suffix from face names.
1912 (highlight-changes-face, highlight-changes-delete-face):
1913 New backward-compatibility aliases for renamed faces.
1914 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
1915 (hilit-chg-make-list): Use renamed highlight-changes faces.
1916
1917 * generic-x.el (show-tabs-tab, show-tabs-space):
1918 Remove "-face" suffix from face names.
1919 (show-tabs-tab-face, show-tabs-space-face):
1920 New backward-compatibility aliases for renamed faces.
1921 (show-tabs-generic-mode-font-lock-defaults-1)
1922 (show-tabs-generic-mode-font-lock-defaults-2):
1923 Use renamed show-tabs faces.
1924
1925 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
1926 (smerge-markers): Remove "-face" suffix from face names.
1927 (smerge-mine-face, smerge-other-face, smerge-base-face)
1928 (smerge-markers-face):
1929 New backward-compatibility aliases for renamed faces.
1930 (smerge-mine-face, smerge-other-face, smerge-base-face)
1931 (smerge-markers-face): Use renamed smerge faces.
1932
1933 * log-view.el (log-view-file, log-view-message):
1934 Remove "-face" suffix from face names.
1935 (log-view-file-face, log-view-message-face):
1936 New backward-compatibility aliases for renamed faces.
1937 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
1938
1939 * paren.el (show-paren-match, show-paren-mismatch):
1940 Remove "-face" suffix from face names.
1941 (show-paren-match-face, show-paren-mismatch-face):
1942 New backward-compatibility aliases for renamed faces.
1943 (show-paren-function): Use renamed show-paren faces.
1944
1945 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
1946 (ruler-mode-margins, ruler-mode-fringes)
1947 (ruler-mode-column-number, ruler-mode-fill-column)
1948 (ruler-mode-comment-column, ruler-mode-goal-column)
1949 (ruler-mode-tab-stop, ruler-mode-current-column):
1950 Remove "-face" suffix from face names.
1951 (ruler-mode-default-face, ruler-mode-pad-face)
1952 (ruler-mode-margins-face, ruler-mode-fringes-face)
1953 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
1954 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
1955 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
1956 New backward-compatibility aliases for renamed faces.
1957 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
1958 (ruler-mode-column-number, ruler-mode-fill-column)
1959 (ruler-mode-comment-column, ruler-mode-goal-column)
1960 (ruler-mode-tab-stop, ruler-mode-current-column)
1961 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
1962
1963 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
1964 face name.
1965 (whitespace-highlight-the-space): Use renamed face.
1966 (whitespace-highlight-face): New backward-compatibility alias for
1967 renamed face.
1968
1969 * woman.el (woman-italic, woman-bold, woman-unknown)
1970 (woman-addition, woman-symbol-face):
1971 Remove "-face" suffix from face names.
1972 (woman-italic-face, woman-bold-face, woman-unknown-face)
1973 (woman-addition-face):
1974 New backward-compatibility aliases for renamed faces.
1975 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
1976 (woman-decode-region, woman-replace-match)
1977 (woman-display-extended-fonts, woman-special-characters)
1978 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
1979 Use renamed woman faces.
1980
1981 * longlines.el (longlines-visible-face): Face removed.
1982
1983 * diff-mode.el (diff-header, diff-file-header, diff-index)
1984 (diff-hunk-header, diff-removed, diff-added, diff-changed)
1985 (diff-function, diff-context, diff-nonexistent): Remove "-face"
1986 suffix from face names.
1987 (diff-header-face, diff-file-header-face, diff-index-face)
1988 (diff-hunk-header-face, diff-removed-face, diff-added-face)
1989 (diff-changed-face, diff-function-face, diff-context-face)
1990 (diff-nonexistent-face): New backward-compatibility aliases for
1991 renamed faces.
1992 (diff-header-face, diff-file-header-face)
1993 (diff-index, diff-index-face, diff-hunk-header)
1994 (diff-hunk-header-face, diff-removed, diff-removed-face)
1995 (diff-added, diff-added-face, diff-changed-face, diff-function)
1996 (diff-function-face, diff-context-face, diff-nonexistent)
1997 (diff-nonexistent-face): Use renamed diff-mode faces.
1998
1999 * progmodes/compile.el (compilation-warning-face)
2000 (compilation-info-face): Remove "-face" suffix from face names.
2001 (compilation-warning-face, compilation-info-face):
2002 New backward-compatibility aliases for renamed faces.
2003 (compilation-warning-face, compilation-info-face):
2004 Use renamed compilation faces.
2005
2006 * add-log.el (change-log-date, change-log-name)
2007 (change-log-email, change-log-file, change-log-list)
2008 (change-log-conditionals, change-log-function)
2009 (change-log-acknowledgement): Remove "-face" suffix from face names.
2010 (change-log-date-face, change-log-name-face)
2011 (change-log-email-face, change-log-file-face)
2012 (change-log-list-face, change-log-conditionals-face)
2013 (change-log-function-face, change-log-acknowledgement-face):
2014 New backward-compatibility aliases for renamed faces.
2015 (change-log-font-lock-keywords): Use renamed change-log faces.
2016
2017 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2018 (custom-set, custom-changed, custom-saved, custom-button)
2019 (custom-button-pressed, custom-documentation, custom-state)
2020 (custom-comment, custom-comment-tag, custom-variable-tag)
2021 (custom-variable-button, custom-face-tag, custom-group-tag-1)
2022 (custom-group-tag): Remove "-face" suffix from face names.
2023 (custom-magic-alist, custom-magic-value-create)
2024 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2025 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2026 (custom-set-face, custom-changed-face, custom-saved-face)
2027 (custom-button-face, custom-button-pressed-face)
2028 (custom-documentation-face, custom-state-face)
2029 (custom-comment-face, custom-comment-tag-face)
2030 (custom-variable-tag-face, custom-variable-button-face)
2031 (custom-face-tag-face, custom-group-tag-face-1)
2032 (custom-group-tag-face):
2033 New backward-compatibility aliases for renamed faces.
2034
2035 * wid-edit.el (widget-documentation, widget-button)
2036 (widget-field, widget-single-line-field, widget-inactive)
2037 (widget-button-pressed): "-face" suffix removed from face names.
2038 (widget-documentation-face, widget-button-face)
2039 (widget-field-face, widget-single-line-field-face)
2040 (widget-inactive-face, widget-button-pressed-face):
2041 New backward-compatibility aliases for renamed faces.
2042 (widget-documentation-face, widget-button-face)
2043 (widget-button-pressed-face, widget-specify-field)
2044 (widget-specify-inactive): Use renamed widget faces.
2045
2046 2005-06-10 Kenichi Handa <handa@m17n.org>
2047
2048 * term/x-win.el (x-clipboard-yank): Remove condition-case
2049 wrapping.
2050
2051 2005-06-11 Kenichi Handa <handa@m17n.org>
2052
2053 * add-log.el (change-log-font-lock-keywords): Make the regexp for
2054 date lines stricter.
2055
2056 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
2057
2058 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2059 of x-get-selection.
2060
2061 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2062
2063 * comint.el (comint-mode, comint-snapshot-last-prompt):
2064 * frame.el (frame-current-scroll-bars):
2065 * term.el (term-mode, term-check-proc, term-input-sender)
2066 (term-simple-send, term-extract-string, term-word)
2067 (term-match-partial-filename):
2068 * window.el (window-current-scroll-bars):
2069 * emulation/cua-base.el (cua-normal-cursor-color)
2070 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
2071 (cua-global-mark-cursor-color):
2072 * mail/undigest.el (rmail-forward-separator-regex):
2073 Fix typos in docstrings.
2074
2075 * comint.el (comint-check-proc, make-comint-in-buffer)
2076 (comint-source-default): Doc fixes.
2077
2078 * term.el (term-send-string): Improve argument/docstring
2079 consistency.
2080
2081 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
2082
2083 * comint.el (comint-send-input): Bind `inhibit-read-only' around
2084 call to `delete-region'.
2085 (comint-mode-hook): Do not enable Font Lock by default.
2086
2087 2005-06-09 Lute Kamstra <lute@gnu.org>
2088
2089 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
2090 could be void.
2091
2092 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2093
2094 * emacs-lisp/debug.el (debugger-will-be-back): New var.
2095 (debug): Use it.
2096 (debugger-step-through, debugger-continue, debugger-jump)
2097 (debugger-return-value): Set it when needed.
2098 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
2099 Use inhibit-read-only.
2100
2101 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
2102
2103 * window.el (shrink-window-if-larger-than-buffer)
2104 (window-size-fixed): Fix typo in docstring.
2105
2106 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
2107 thumbnails directory on loading.
2108 (thumbs-conversion-program): Use `eq' to check the system type,
2109 not `equal'.
2110 (thumbs-temp-dir): Initialize to `temporary-file-directory',
2111 not "/tmp". Fix docstring.
2112 (thumbs-thumbsdir): New function to return the thumbnails
2113 directory, creating it if needed.
2114 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
2115 (thumbs-temp-file): Delete variable and make it into a function.
2116 (thumbs-resize-image, thumbs-modify-image): Use it.
2117 (thumbs-kill-buffer): Simplify.
2118 (thumbs-gensym): Defalias or duplicate CL `gensym'.
2119 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
2120 docstrings.
2121
2122 2005-06-09 Kim F. Storm <storm@cua.dk>
2123
2124 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
2125 set-match-data to free markers in match-data.
2126
2127 * replace.el (replace-match-data): Pass RESEAT arg `t' to
2128 match-data to unchain markers in match-data.
2129
2130 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2131
2132 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
2133 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
2134 unnecessary now.
2135
2136 2005-06-08 Richard M. Stallman <rms@gnu.org>
2137
2138 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
2139 give the variable a doc string that doesn't say don't set it directly.
2140
2141 * textmodes/ispell.el (ispell-check-version):
2142 Use match-string-no-properties.
2143 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
2144 (ispell-buffer-local-words): Likewise.
2145
2146 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
2147 except on terminals with enough colors to really display it.
2148 (makefile-dependency-regex): Delete spurious `bb'.
2149
2150 * faces.el (escape-glyph): Use blue once again in last case.
2151 (no-break-space): Redefine so that it isn't invisible on a tty.
2152
2153 2005-06-08 Kim F. Storm <storm@cua.dk>
2154
2155 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
2156 also when reading directory name.
2157
2158 2005-06-08 Lute Kamstra <lute@gnu.org>
2159
2160 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
2161 (flyspell-mode-line-string): Remove autoload cookie.
2162 (flyspell-mode): Remove defvar.
2163
2164 2005-06-07 Lute Kamstra <lute@gnu.org>
2165
2166 * textmodes/org.el (org-run-mode-hooks): New function.
2167 (org-agenda-mode): Use it.
2168
2169 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
2170
2171 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
2172
2173 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
2176
2177 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
2178
2179 * font-lock.el (font-lock-add-keywords): Doc fix.
2180
2181 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2182
2183 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
2184 (tex-compile-default): In the absence of any history, use the order in
2185 tex-compile-alist to choose the preferred command.
2186 (tex-compile-commands): Reorder a bit.
2187
2188 * textmodes/flyspell.el (flyspell-auto-correct-binding)
2189 (flyspell-incorrect-face, flyspell-duplicate-face):
2190 Use (X)Emacs-agnostic code.
2191 (flyspell-mode-map): Don't overwrite at each load. Remove code
2192 redundant with the subsequent add-minor-mode. Merge Emacs and
2193 XEmacs code.
2194 (flyspell-word): Minor simplification.
2195 (flyspell-math-tex-command-p): Quieten the byte-compiler.
2196 (flyspell-external-point-words): Remove unused vars `size' and `start'.
2197 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
2198 Merge the corresponding Emacs code.
2199 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
2200
2201 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
2202 a dedicated window.
2203
2204 * international/latexenc.el (latexenc-find-file-coding-system):
2205 Undo part of last patch, to turn off a compiler warning.
2206
2207 2005-06-06 Juri Linkov <juri@jurta.org>
2208
2209 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
2210 Rename `tmm-inactive-face' to `tmm-inactive'.
2211
2212 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
2213
2214 * iswitchb.el: Rename faces.
2215
2216 2005-06-06 Kim F. Storm <storm@cua.dk>
2217
2218 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
2219 (cua-global-mark): Remove -face suffix from face names.
2220
2221 * emulation/cua-gmrk.el (cua--init-global-mark):
2222 Remove cua-global-mark face setup.
2223
2224 2005-06-06 Richard M. Stallman <rms@gnu.org>
2225
2226 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
2227 just like other allowed characters.
2228 (makefile-match-dependency): Exclude leading and training whitespace
2229 from the range of regexp subexp 1.
2230 (makefile-macroassign-regex): Don't try to match the body,
2231 just the name of the macro being defined.
2232
2233 * info.el (Info-read-node-name-2): New function.
2234 (Info-read-node-name-1): Use that.
2235 Add a completion-base-size-function property.
2236
2237 * simple.el (completion-setup-function): Look for
2238 completion-base-size-function property of
2239 minibuffer-completion-table.
2240
2241 * files.el (locate-file-completion): Doc fix.
2242
2243 * printing.el: Don't call pr-update-menus; user must do that.
2244
2245 * emacs-lisp/debug.el (debugger-window): New variable.
2246 (debug): Use debugger-window if it is set and still alive.
2247 Record debugger-window for next entry.
2248
2249 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
2250
2251 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
2252
2253 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
2254 (hack-one-local-variable, hack-local-variables)
2255 (hack-local-variables-prop-line): Pass that arg.
2256
2257 2005-06-06 Kim F. Storm <storm@cua.dk>
2258
2259 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2260 (ido-indicator): Remove -face suffix from face names.
2261
2262 2005-06-06 Juri Linkov <juri@jurta.org>
2263
2264 * font-lock.el (font-lock-regexp-backslash)
2265 (font-lock-regexp-backslash-construct): New faces.
2266 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
2267 after `('. Add `while-no-input' to control structures.
2268
2269 * faces.el (no-break-space, shadow): New faces.
2270 (escape-glyph): Use less loud colors pink2 and red4.
2271
2272 * diff-mode.el (diff-context-face)
2273 * dired.el (dired-ignored)
2274 * rfn-eshadow.el (file-name-shadow)
2275 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
2276
2277 * info.el (Info-title-1-face): Use green instead of yellow because
2278 bold yellow is not readable on light backgrounds.
2279
2280 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
2281 before selecting the desired mode to not spend time fontifying
2282 old contents.
2283
2284 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
2285
2286 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
2287 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
2288
2289 * ps-print.el (ps-default-fg, ps-default-bg):
2290 Fix typos in docstrings.
2291
2292 * isearchb.el (isearchb): Don't pass a spurious second argument to
2293 `iswitchb-completions'.
2294
2295 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
2296
2297 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
2298 to preserve point.
2299 (gdb-find-file-hook): Add doc string.
2300
2301 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
2302 C dereferenced pointer expression.
2303 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
2304
2305 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
2306
2307 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
2308 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
2309 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
2310 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
2311 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
2312 Make background transparent.
2313
2314 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
2315
2316 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
2317 (font-lock-remove-keywords): Doc fix.
2318 (font-lock-mode-major-mode): Compiler defvar.
2319 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
2320
2321 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
2322 (font-lock-mode): Update `font-lock-mode-major-mode'.
2323 (font-lock-set-defaults): Compiler defvar.
2324 (font-lock-default-function): Take `font-lock-mode-major-mode'
2325 into account.
2326
2327 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
2328 keep track of which major mode it enabled the minor mode for.
2329 Use find-file-hook again. Update docstring.
2330
2331 * simple.el (eval-expression-print-level)
2332 (eval-expression-print-length, eval-expression-debug-on-error):
2333 Doc fixes.
2334
2335 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
2336
2337 * iswitchb.el (iswitchb-single-match-face)
2338 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
2339 (iswitchb-invalid-regexp-face): New faces.
2340 (iswitchb-completions): Use them.
2341 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
2342 now marked as an obsolete alias.
2343 (iswitchb-read-buffer): Remove check for bound font variables.
2344 (iswitchb-invalid-regexp): New free variable.
2345 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
2346 set iswitchb-invalid-regexp.
2347 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
2348 invalid regexps.
2349 (iswitchb-completions): Add check for complete match when entering
2350 a regexp.
2351 (iswitchb-completions): Remove require-match argument.
2352 (iswitchb-exhibit): Fix caller.
2353 (iswitchb-common-match-inserted): New variable.
2354 (iswitchb-complete, iswitchb-completion-help): Use it.
2355
2356 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
2357
2358 * url-http.el (url-http-chunked-encoding-after-change-function):
2359 Use `url-http-debug' instead of `message'.
2360
2361 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
2362
2363 * url-http.el (url-http-parse-headers): Pass redirected URL as a
2364 callback argument.
2365
2366 2005-06-04 Kim F. Storm <storm@cua.dk>
2367
2368 * simple.el (line-move): Only call sit-for when moving backwards.
2369
2370 * ido.el (ido-make-merged-file-list-1): New defun split from
2371 ido-make-merged-file-list.
2372 (ido-make-merged-file-list): Bind throw-on-input around call to
2373 ido-make-merged-file-list-1. Return input-pending-p if
2374 interrupted by more input available.
2375 (ido-read-internal): Handle input-pending-p return value from
2376 ido-make-merged-file-list.
2377
2378 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2379
2380 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
2381 compatibility code.
2382
2383 * international/latexenc.el (latexenc-find-file-coding-system):
2384 Don't inherit the EOL part of the coding-system from the
2385 tex-main buffer. Fit within 80 columns.
2386
2387 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
2388
2389 * tmm.el (tmm-inactive-face): New face.
2390 (tmm-remove-inactive-mouse-face): New function.
2391 (tmm-prompt, tmm-add-one-shortcut)
2392 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
2393 but not selectable.
2394
2395 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
2396
2397 * faces.el (face-equal): Improve argument/docstring consistency.
2398
2399 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
2400
2401 * progmodes/make-mode.el (makefile-targets-face)
2402 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
2403 (makefile-bsdmake-dependency-regex)
2404 (makefile-makepp-rule-action-regex)
2405 (makefile-bsdmake-rule-action-regex): New constants.
2406 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
2407
2408 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2409 Allow (...) within `...' for makepp messages.
2410
2411 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
2412
2413 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
2414
2415 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
2416 "." files are deleted from all file lists before comparison.
2417
2418 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2419 (viper-ESC-key): Made them customizable.
2420
2421 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
2422
2423 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
2424
2425 * autorevert.el (auto-revert-buffers): Use save-match-data.
2426
2427 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
2430 menu items with a nil command binding.
2431
2432 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
2433
2434 * emacs-lisp/cl-macs.el (defsetf):
2435 Improve argument/docstring consistency.
2436
2437 * faces.el (list-faces-display): Improve the formatting by
2438 computing the maximum length required for any face-name (reworked
2439 patch of 1999-01-11, accidentally deleted on 1999-07-21).
2440 (internal-find-face): Remove redundant info in docstring.
2441
2442 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
2443
2444 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
2445 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
2446 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
2447 (gdb-assembler-custom): Improve regexps.
2448 (def-gdb-auto-update-handler): Use window point to preserve point.
2449
2450 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
2453
2454 2005-05-31 Jay Belanger <belanger@truman.edu>
2455
2456 * calc/calc-embed.el (calc-embedded-word): Change argument passed
2457 to calc-embedded.
2458 (calc-embedded-make-info): Have plain prefix argument select
2459 entire line.
2460
2461 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
2462
2463 * faces.el (list-faces-display): Signal error if passed a regexp
2464 that matches no face name.
2465
2466 * simple.el (filter-buffer-substring): Fix typo in docstring.
2467
2468 2005-05-31 Richard M. Stallman <rms@gnu.org>
2469
2470 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
2471 (vhdl-emacs-21): Doc fix.
2472 (vhdl-mode): Unconditionally set comment-padding.
2473 (vhdl-fixup-whitespace-region): Insert spaces only where
2474 there are none.
2475 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
2476
2477 2005-05-30 John Wiegley <johnw@newartisans.com>
2478
2479 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2480 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
2481 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
2482 `directory-sep-char' to ?/, and all uses of `string-to-int' to
2483 `string-to-number'.
2484
2485 2005-05-30 Jay Belanger <belanger@truman.edu>
2486
2487 * calc/calc.el (calc-bug-address): Fix docstring.
2488 (calc-window-hook, calc-trail-window-hook): New variables.
2489 (calc-trail-display): Restore use of calc-trail-window-hook.
2490 (calc): Restore use of calc-window-hook.
2491
2492 2005-05-31 Masatake YAMATO <jet@gyve.org>
2493
2494 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
2495
2496 * help-fns.el (help-C-file-name): Add autoload mark for
2497 `find-function-noselect'.
2498
2499 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2500
2501 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
2502 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
2503
2504 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2505
2506 * calendar/diary-lib.el (mark-included-diary-files): Only kill
2507 included diary buffer if it was not already being visited.
2508 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
2509
2510 * calendar/icalendar.el (top-level): Do not require 'appt.
2511
2512 * mail/supercite.el (sc-select-attribution): Only use a list
2513 element from sc-attrib-selection-list if it returns a string.
2514 Reported by Davide G. M. Salvetti <salve@debian.org>.
2515
2516 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
2517
2518 * thumbs.el (thumbs-thumbname): The resulting thumbname now
2519 includes a hash value to improve its uniqueness, and has a ".jpg"
2520 extension. Also, it is now a valid filename on all systems.
2521 (thumbs-make-thumb): Use `let', not `let*'.
2522 (thumbs-show-thumbs-list): Check for JPEG availability.
2523
2524 2005-05-30 Richard M. Stallman <rms@gnu.org>
2525
2526 * filesets.el (filesets-menu-ensure-use-cached):
2527 Prevent warning when emacs-version>= is undefined.
2528
2529 * printing.el (pr-interactive-n-up): Use string-to-number.
2530
2531 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
2532
2533 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2534 Warn only when name to be defined is quoted.
2535
2536 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
2537
2538 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
2539 Make regexp more robust.
2540 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2541 Force regeneration of disassembly.
2542
2543 2005-05-29 Jay Belanger <belanger@truman.edu>
2544
2545 * calc/calc.el (calc-user-invocation): Check if
2546 calc-invocation-macro is non-nil.
2547
2548 2005-05-29 Juri Linkov <juri@jurta.org>
2549
2550 * add-log.el (change-log-font-lock-keywords):
2551 Add `+' to e-mail regexp to accept mail address with keywords.
2552
2553 * man.el (Man-name-regexp): Add `:' to accept qualified names.
2554
2555 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2556
2557 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
2558
2559 * ielm.el (inferior-emacs-lisp-mode): Ditto.
2560
2561 2005-05-29 Richard M. Stallman <rms@gnu.org>
2562
2563 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2564 Undo the change that moves to end of the current word.
2565
2566 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
2567
2568 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
2569 Throw error when count <= 0 to ensure input is a number.
2570 (gdb-read-memory-custom): Pick up address from buffer.
2571 (gdb-memory-mode): Allow user to increment and decrement
2572 memory address from header line.
2573
2574 2005-05-29 Richard M. Stallman <rms@gnu.org>
2575
2576 * flyspell.el (flyspell-version): Function deleted.
2577 (flyspell-auto-correct-previous-hook): Doc fix.
2578
2579 * jit-lock.el (jit-lock-function, jit-lock-after-change):
2580 Do nothing if memory is full.
2581
2582 * font-lock.el (font-lock-fontify-syntactically-region):
2583 Pass t for GREEDY to looking-back.
2584
2585 * saveplace.el (save-place-alist-to-file): Write the file
2586 using write-region.
2587
2588 * subr.el (looking-back): New argument GREEDY.
2589
2590 * progmodes/compile.el (compilation-start): Set the mode
2591 before inserting the initial text.
2592
2593 * progmodes/which-func.el (which-func-update-1): Turn the mode
2594 off in case of error by setting which-func-mode.
2595
2596 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
2597
2598 * flyspell.el (flyspell-auto-correct-previous-word):
2599 Narrow down to what's on the screen, and recenter overlays
2600 at the end of the next word.
2601
2602 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
2603
2604 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
2605 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
2606 (flyspell-abbrev-p): Default to nil.
2607 (flyspell-use-global-abbrev-table-p): Doc fix.
2608 (flyspell-large-region): Allow nil as value.
2609 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
2610
2611 (mail-mode-flyspell-verify): More robust handling
2612 of `mail-header-separator'. More efficient signature detection.
2613 Allow for regexp metacharacters in message-header-separator.
2614 Adding `To' not to be checked in mail-mode-flyspell-verify.
2615
2616 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
2617 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
2618 Bind flyspell-auto-correct-binding.
2619 Bind C-. and C-, .
2620 (flyspell-mode-map): Likewise.
2621 (flyspell-mode): Doc fix.
2622 (flyspell-accept-buffer-local-defs): Preserve current buffer.
2623 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
2624 (flyspell-word-cache-result): New var, always local.
2625 (flyspell-check-pre-word-p): Doc fix.
2626 (flyspell-check-changed-word-p): Handle spc like newline.
2627 (flyspell-post-command-hook): Set flyspell-word-cache-result.
2628 (flyspell-word-search-backward, flyspell-word-search-forward):
2629 New functions.
2630 (flyspell-word): Return t if nothing to check.
2631 When parsing TeX code, check for after } or \.
2632 Use flyspell-word-search-backward to find previous word.
2633 Return nil if duplicated word.
2634 For word already checked, return same value as last time.
2635 Set flyspell-word-cache-result after checking.
2636 Don't clobber the return value.
2637 (flyspell-get-word): Major rewrite.
2638 (flyspell-external-point-words): New locals pword, pcount.
2639 Fix size used in progress message.
2640 Find the proper corresponding word in flyspell-large-region-buffer.
2641 (flyspell-region): Check for flyspell-large-region = nil.
2642 (flyspell-highlight-incorrect-region): Clean up overlays in region.
2643 (flyspell-auto-correct-word): Check that WORD is a cons.
2644 (flyspell-correct-word): Likewise.
2645
2646 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
2647
2648 * progmodes/make-mode.el (makefile-rule-action-regex)
2649 (makefile-macroassign-regex, makefile-makepp-mode)
2650 (makefile-bsdmake-mode): Continuation lines may be empty.
2651 Reported by Joshua Varner.
2652 (makefile-makepp-font-lock-keywords): Add $(stem).
2653
2654 2005-05-28 Karl Berry <karl@gnu.org>
2655
2656 * textmodes/tex-mode.el: Now that tex-send-command calls
2657 shell-quote-argument (2005-03-31 change), remove all calls to
2658 shell-quote-argument; they all end up invoking tex-send-command.
2659 The double quoting loses on filenames with non-safe characters,
2660 such as "@". Reported by Frederik Fouvry.
2661
2662 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
2663
2664 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
2665 about preserving point.
2666
2667 2005-05-27 Jay Belanger <belanger@truman.edu>
2668
2669 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
2670 Info-goto-node.
2671
2672 * calc/calc-embed.el (calc-embed-arg): New variable.
2673 (calc-do-embedded-activate, calc-embedded-activate-formula)
2674 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
2675 variable by new variable.
2676 (calc-embedded-make-info): Replace undeclared variable by new
2677 variable. When selecting region with positive prefix
2678 argument, use end of previous line instead of beginning of line.
2679
2680 * calc/calc-aent.el (calc-arg-values): Declare it.
2681
2682 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
2683 Declare them.
2684
2685 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
2686
2687 * calc/calc.el (calc-alg-map): Declare it.
2688
2689 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
2690
2691 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
2692
2693 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
2694 (gdb-registers-buffer, toggle-gdb-all-registers):
2695 Toggle display of floating point registers.
2696 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
2697
2698 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
2699 (toggle-gud-tooltip-dereference):
2700 Rename from gud-toggle-tooltip-dereference.
2701
2702 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2703
2704 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
2705
2706 2005-05-27 Jay Belanger <belanger@truman.edu>
2707
2708 * calc/calc-prog.el (calc-kbd-report): Remove.
2709 (calc-kbd-query): Rewrite.
2710
2711 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
2712
2713 * image.el (image-library-alist): Move to image.c.
2714 (image-type-available-p): Doc fix.
2715
2716 2005-05-27 Lute Kamstra <lute@gnu.org>
2717
2718 * calc/calc.el (calc):
2719 * outline.el (outline-1, outline-2, outline-3, outline-4)
2720 (outline-5, outline-6, outline-7, outline-8):
2721 * textmodes/dns-mode.el (dns-mode):
2722 * textmodes/sgml-mode.el (sgml-namespace-face):
2723 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
2724 (tex-verbatim-face, tex-use-reftex):
2725 * textmodes/texinfo.el (texinfo-heading-face):
2726 Specify customization group.
2727
2728 * longlines.el: Don't require easy-mmode.
2729 (longlines-visible-face): Specify customization group.
2730
2731 2005-05-27 Kenichi Handa <handa@m17n.org>
2732
2733 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
2734 encoding table of windows-1251.
2735
2736 * international/ucs-tables.el (ucs-set-table-for-input):
2737 If translation-table-for-input of a coding system is a symbol, get
2738 its translation-table property.
2739
2740 * international/code-pages.el: Don't register a coding system into
2741 non-iso-charset-alist more than once.
2742 (cp-make-coding-system): Likewise.
2743
2744 2005-05-26 John Wiegley <johnw@newartisans.com>
2745
2746 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
2747 `eshell-resume-eval' is wrapped in a list, it indicates that the
2748 command was run asynchronously. In that case, unwrap the value
2749 before checking the delimiter value.
2750
2751 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
2752 character before a space at the end of a line is \, assume the space
2753 is part of the last argument rather than a final argument separator.
2754
2755 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
2756 is in use, and the target is `t' or `nil' (which are the most common
2757 values), don't assume that the symbol target is a buffer.
2758
2759 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
2760
2761 * calendar/calendar.el (calendar-mode-line-format):
2762 Use mode-line-highlight as mouse-face.
2763
2764 * time.el (display-time-string-forms, display-time-update):
2765 Use mode-line-highlight as mouse-face.
2766
2767 2005-05-26 Jay Belanger <belanger@truman.edu>
2768
2769 * calc/calc.el (calc-language-alist): Remove extra defvar.
2770
2771 2005-05-26 Lute Kamstra <lute@gnu.org>
2772
2773 * arc-mode.el (archive-mode):
2774 * bookmark.el (bookmark-read-annotation-mode)
2775 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
2776 * bs.el (bs-mode):
2777 * calc/calc-yank.el (calc-edit-mode):
2778 * calc/calc.el (calc-mode, calc-trail-mode):
2779 * calculator.el (calculator-mode):
2780 * chistory.el (command-history-mode):
2781 * comint.el:
2782 * cus-edit.el (custom-mode):
2783 * descr-text.el (describe-text-mode):
2784 * ebuff-menu.el (Electric-buffer-menu-mode):
2785 * ediff-util.el (ediff-mode):
2786 * emacs-lisp/re-builder.el (reb-mode):
2787 * emulation/vi.el (vi-mode-setup):
2788 * emulation/ws-mode.el (wordstar-mode):
2789 * eshell/esh-mode.el (eshell-mode):
2790 * forms.el (forms-mode):
2791 * help-mode.el (help-mode):
2792 * hexl.el (hexl-mode):
2793 * ibuffer.el (ibuffer-mode):
2794 * ielm.el (inferior-emacs-lisp-mode):
2795 * info.el (Info-mode, Info-edit-mode):
2796 * international/swedish.el:
2797 * ledit.el (ledit-from-lisp-mode):
2798 * locate.el (locate-mode):
2799 * mail/rmail.el (rmail-mode):
2800 * mail/rmailedit.el (rmail-edit-mode):
2801 * mail/rmailsum.el (rmail-summary-mode):
2802 * mail/supercite.el (sc-electric-mode):
2803 * net/eudc.el (eudc-mode):
2804 * net/quickurl.el (quickurl-list-mode):
2805 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
2806 * obsolete/ooutline.el (outline-mode):
2807 * obsolete/options.el (Edit-options-mode):
2808 * obsolete/rnews.el (news-mode):
2809 * obsolete/rnewspost.el (news-reply-mode):
2810 * play/5x5.el (5x5-mode):
2811 * play/decipher.el (decipher-mode, decipher-stats-mode):
2812 * play/gomoku.el (gomoku-mode):
2813 * play/snake.el (snake-mode):
2814 * play/solitaire.el (solitaire-mode):
2815 * play/tetris.el (tetris-mode):
2816 * progmodes/ada-mode.el (ada-mode):
2817 * progmodes/antlr-mode.el (antlr-mode):
2818 * progmodes/autoconf.el (autoconf-mode):
2819 * progmodes/dcl-mode.el (dcl-mode):
2820 * progmodes/delphi.el (delphi-mode):
2821 * progmodes/ebrowse.el (ebrowse-tree-mode)
2822 (ebrowse-electric-list-mode, ebrowse-member-mode)
2823 (ebrowse-electric-position-mode):
2824 * progmodes/f90.el (f90-mode):
2825 * progmodes/fortran.el (fortran-mode):
2826 * progmodes/icon.el (icon-mode):
2827 * progmodes/idlw-help.el (idlwave-help-mode):
2828 * progmodes/idlw-shell.el (idlwave-shell-mode):
2829 * progmodes/idlwave.el (idlwave-mode):
2830 * progmodes/inf-lisp.el (inferior-lisp-mode):
2831 * progmodes/m4-mode.el (m4-mode):
2832 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
2833 * progmodes/modula2.el (modula-2-mode):
2834 * progmodes/octave-inf.el (inferior-octave-mode):
2835 * progmodes/octave-mod.el (octave-mode):
2836 * progmodes/pascal.el (pascal-mode):
2837 * progmodes/sh-script.el (sh-mode):
2838 * progmodes/sql.el (sql-mode, sql-interactive-mode):
2839 * progmodes/vhdl-mode.el (vhdl-mode):
2840 * progmodes/xscheme.el (scheme-interaction-mode):
2841 * replace.el (occur-mode):
2842 * ses.el (ses-mode):
2843 * simple.el (completion-list-mode):
2844 * skeleton.el:
2845 * speedbar.el (speedbar-mode):
2846 * term.el (term-mode):
2847 * terminal.el (terminal-edit-mode):
2848 * textmodes/reftex-index.el (reftex-index-mode)
2849 (reftex-index-phrases-mode):
2850 * textmodes/reftex-sel.el (reftex-select-label-mode)
2851 (reftex-select-bib-mode):
2852 * textmodes/reftex-toc.el (reftex-toc-mode):
2853 * wdired.el (wdired-change-to-wdired-mode):
2854 * wid-browse.el (widget-browse-mode):
2855 Use run-mode-hooks.
2856
2857 * array.el (array-mode):
2858 * calendar/todo-mode.el (todo-mode):
2859 * man.el (Man-mode):
2860 * play/landmark.el (lm-mode):
2861 * play/mpuz.el (mpuz-mode):
2862 Use kill-all-local-variables and run-mode-hooks.
2863
2864 * subr.el (delay-mode-hooks): Specify indentation.
2865
2866 2005-05-26 Mark A. Hershberger <mah@everybody.org>
2867
2868 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
2869
2870 2005-05-26 Jay Belanger <belanger@truman.edu>
2871
2872 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
2873 of nil.
2874
2875 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
2876
2877 * progmodes/gdb-ui.el (gdb-frame-address):
2878 Rename from gdb-current-address.
2879 (gdb-previous-frame-address): Rename from gdb-previous-address.
2880 (gdb-selected-frame): Rename from gdb-current-frame.
2881 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
2882 (gdb-frame-number): Rename from gdb-current-stack-level.
2883 (gdb-ann3): Match new mode-name for disassembly buffer.
2884 Extend initialization of variables.
2885 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
2886 (gdb-memory-mode): Use mouse-face in header line.
2887 (gdb-assembler-buffer-name): Call it disassembly and give frame
2888 in mode line.
2889 (gdb-source-spec-regexp, gdb-assembler-custom)
2890 (gdb-invalidate-assembler, gdb-frame-handler):
2891 Make robust to leading zeroes in address format.
2892
2893 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
2894
2895 * textmodes/org.el (org-mode): Use `define-derived-mode' to
2896 define `org-mode'.
2897 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
2898
2899 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * log-edit.el (log-edit-changelog-entries): Distinguish between
2902 filenames like xfns.c and fns.c.
2903
2904 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
2905
2906 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
2907 point after reverting.
2908 (Buffer-menu-make-sort-button): Handle the case where
2909 `Buffer-menu-use-header-line' is nil.
2910
2911 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2912
2913 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
2914 New funcs. In minibuffer-local-completion-map bind `]', `/'
2915 and `:' to them.
2916
2917 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2918
2919 * startup.el (normal-top-level): Allow modification of load-path while
2920 we're iterating over it.
2921
2922 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
2923
2924 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
2925 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
2926 (thumbs-resize-interactive, thumbs-insert-image)
2927 (thumbs-insert-thumb, thumbs-dired-show-marked)
2928 (thumbs-find-image-at-point, thumbs-delete-images)
2929 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
2930 (thumbs-increment-image-size, thumbs-decrement-image-size):
2931 Fix typos in docstrings.
2932
2933 2005-05-24 Andre Spiegel <spiegel@gnu.org>
2934
2935 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
2936 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
2937 (cperl-mode): Use them.
2938
2939 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
2940
2941 * window.el (quit-window, shrink-window-if-larger-than-buffer):
2942 Doc fixes.
2943
2944 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
2945
2946 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
2947 Bind C-d to gdb-inferior-io-eof.
2948
2949 * dired.el (dired-dnd-popup-notice): Use message-box.
2950
2951 2005-05-23 Masatake YAMATO <jet@gyve.org>
2952
2953 * bindings.el (mode-line-major-mode-keymap):
2954 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
2955
2956 * faces.el (mode-line-highlight): New face.
2957
2958 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
2959 as mouse-face.
2960
2961 * bindings.el (top-level, help-echo, mode-line-modified)
2962 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
2963 as mouse-face.
2964
2965 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
2966
2967 * progmodes/cc-engine.el (c-guess-basic-syntax):
2968 Remove spurious call to `zerop'.
2969
2970 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
2971
2972 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2973
2974 CC Mode update to 5.30.10:
2975
2976 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
2977 could go past the limit in decoration level 2, thereby causing
2978 errors during interactive fontification.
2979
2980 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
2981 the file is evaluated interactively.
2982
2983 * cc-engine.el (c-guess-basic-syntax): Handle operator
2984 declarations somewhat better in C++.
2985
2986 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
2987 make use of `run-mode-hooks' which has been added in Emacs 21.1.
2988 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2989 (awk-mode): Use it.
2990 (make-local-hook): Suppress warning about obsoleteness.
2991
2992 * cc-engine.el, cc-align.el, cc-cmds.el
2993 (c-append-backslashes-forward, c-delete-backslashes-forward)
2994 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
2995 Compensate for return value from `forward-line' when it has moved
2996 but not to a different line due to eob.
2997
2998 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
2999 `objc-method-intro' and `objc-method-args-cont'.
3000
3001 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
3002
3003 CC Mode update to 5.30.10:
3004
3005 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3006 in the copyright statement. Incidentally, change "along with GNU
3007 Emacs" to "along with this program" where it occurs.
3008
3009 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3010 so that it is interactive, hence can be found by M-x awk-mode
3011 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
3012 <gmorris+emacs@ast.cam.ac.uk>.
3013
3014 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3015 Mode's regexps.
3016
3017 2005-05-23 Kevin Ryde <user42@zip.com.au>
3018
3019 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3020 c-parse-state, to avoid a lisp error (on bad code).
3021
3022 2005-05-23 Lute Kamstra <lute@gnu.org>
3023
3024 * subr.el (font-lock-defaults): Remove defvar as it's already
3025 defined in font-core.el.
3026
3027 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3028
3029 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
3030
3031 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3032 more general and work when GDB variable "print pretty" is on,
3033 as with Emacs, for example.
3034
3035 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
3036
3037 * font-core.el: Update comment.
3038
3039 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3040 Use `after-change-major-mode-hook' instead of `find-file-hook'.
3041
3042 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3043
3044 2005-05-22 Eli Zaretskii <eliz@gnu.org>
3045
3046 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3047 and `yank-handler' in the doc strings.
3048
3049 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
3052
3053 2005-05-22 Richard M. Stallman <rms@gnu.org>
3054
3055 * help.el (describe-key): Move print-help-return-message call
3056 out of conditional.
3057
3058 * progmodes/etags.el (list-tags): Use with-no-warnings.
3059
3060 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3061 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3062 (starttls-extra-args, starttls-extra-arguments): Add defvars.
3063
3064 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
3065
3066 * language/viet-util.el (viet-viscii-nonascii-translation-table):
3067 Add defvar.
3068
3069 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
3070 Use defvar, not defconst.
3071
3072 * hexl.el (hexl-follow-line): Use with-no-warnings.
3073
3074 * emulation/tpu-extras.el: Use write-file-functions instead of
3075 write-file-hooks.
3076
3077 * dired.el (dired-font-lock-keywords): Fontify files with junk
3078 extensions even if marked by -F.
3079
3080 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
3081
3082 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
3083 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
3084 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
3085 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
3086 (concatenate, list-length, get*, getf, cl-remprop):
3087 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
3088 (etypecase, progv, lexical-let, lexical-let*)
3089 (multiple-value-bind, multiple-value-setq, shiftf):
3090 Improve argument/docstring consistency.
3091
3092 * subr.el (focus-frame, unfocus-frame):
3093 Revert deletion on 2005-05-01.
3094
3095 2005-05-22 Andre Spiegel <spiegel@gnu.org>
3096
3097 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
3098 doesn't exist.
3099
3100 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
3101 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3102
3103 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
3104
3105 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
3106 already deleted variables: auto-fill-hook, blink-paren-hook,
3107 lisp-indent-hook, inhibit-local-variables, unread-command-event,
3108 suspend-hooks, comment-indent-hook, meta-flag,
3109 before-change-function, after-change-function,
3110 font-lock-doc-string-face.
3111
3112 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
3113
3114 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3115
3116 2005-05-21 Eli Zaretskii <eliz@gnu.org>
3117
3118 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
3119 rmail-dont-reply-to.
3120
3121 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3122
3123 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
3124 literal blank when splitting new-header-values.
3125
3126 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
3127
3128 * calendar/cal-menu.el (cal-menu-update): Add separator as a
3129 string so that tmm doesn't create a completion entry for it.
3130
3131 * textmodes/table.el (table-disable-menu): Ditto.
3132
3133 2005-05-21 Richard M. Stallman <rms@gnu.org>
3134
3135 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
3136
3137 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
3138
3139 * net/rcompile.el (remote-compile): Use compilation-start.
3140
3141 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
3142
3143 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
3144
3145 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
3146 Default to makefile-bsdmake-mode on BSD systems.
3147
3148 * imenu.el (imenu-generic-expression, imenu--generic-function'):
3149 REGEXP may also be a search function now. The part of doc-string
3150 for describing the structure was 95% identical to that of
3151 `imenu--generic-function'. Unify it there.
3152
3153 * progmodes/make-mode.el (makefile-imenu-generic-expression):
3154 Use function to find dependencies, because regexp alone is so complex,
3155 it easily goes into an endless loop.
3156 (makefile-makepp-mode): Also add submenu for Perl functions
3157 defined in the makefile.
3158 (makefile-bsdmake-mode): Special imenu-generic-expression no
3159 longer needed, due to function call.
3160 (makefile-match-dependency): Take BOUND into account when checking
3161 if we're through.
3162
3163 2005-05-20 Jay Belanger <belanger@truman.edu>
3164
3165 * calc/calc-units.el (calc-invalidate-units-table):
3166 Use inhibit-read-only.
3167 (math-build-units-table-buffer): Use view-mode.
3168
3169 2005-05-20 David Kastrup <dak@gnu.org>
3170
3171 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
3172 easy-menu-add is not a nop on Emacs; and clarify when to call it.
3173
3174 2005-05-20 Lute Kamstra <lute@gnu.org>
3175
3176 * diff-mode.el (diff-header-face, diff-file-header-face)
3177 (diff-index-face, diff-hunk-header-face, diff-removed-face)
3178 (diff-added-face, diff-changed-face, diff-function-face)
3179 (diff-context-face, diff-nonexistent-face): Put them in the
3180 diff-mode customization group.
3181
3182 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
3185
3186 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
3187
3188 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
3189 Minor regexp-optimization.
3190
3191 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
3192
3193 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
3194 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
3195 (org-agenda-add-time-grid-maybe): New function.
3196 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
3197 (org-table-create): `dotimes' instead of `mapcar'.
3198 (org-xor): Simplify implementation.
3199 (org-agenda): `inhibit-redisplay' turned on.
3200 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
3201 a consistent line after a state change.
3202 (org-agenda-remove-times-when-in-prefix): New option.
3203 (org-prefix-has-time): New variable.
3204 (org-parse-time-string): Optional argument NODEFAULT.
3205 (org-format-agenda-item): Parse items for time-of-day
3206 specifications and move these into the prefix if possible.
3207 (org-agenda-priority): Get current heading, not previous heading
3208 during agenda remote editing.
3209
3210 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
3211
3212 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
3213 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
3214 (remove-duplicates, delete-duplicates, substitute)
3215 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
3216 (nsubstitute-if-not, find, find-if, find-if-not, position)
3217 (position-if, position-if-not, count, count-if, count-if-not)
3218 (mismatch, search, sort*, stable-sort, merge, member*)
3219 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
3220 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
3221 (intersection, nintersection, set-difference, nset-difference)
3222 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
3223 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
3224 (nsublis, tree-equal): Improve argument/docstring consistency.
3225
3226 * subr.el (send-string, send-region):
3227 Remove obsolescence declaration.
3228 (window-dot, set-window-dot, read-input, show-buffer)
3229 (eval-current-buffer, string-to-int):
3230 Add release number to obsolescence declarations.
3231
3232 2005-05-19 Kim F. Storm <storm@cua.dk>
3233
3234 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
3235 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
3236
3237 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
3238
3239 * faces.el (list-faces-display): Make back button respect optional
3240 regexp arg.
3241
3242 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
3243
3244 * calculator.el (calculator-radix-grouping-mode)
3245 (calculator-radix-grouping-digits, calculator-displayer)
3246 (calculator-radix-grouping-separator, calculator-copy-displayer):
3247 * dabbrev.el (dabbrev-search-these-buffers-only):
3248 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
3249 (diff-advance-after-apply-hunk, diff-mode-hook)
3250 (diff-minor-mode-prefix):
3251 * imenu.el (imenu-use-popup-menu):
3252 * jit-lock.el (jit-lock-context-time):
3253 * newcomment.el (comment-fill-column, comment-column)
3254 (comment-style, comment-padding, comment-multi-line)
3255 (comment-empty-lines, comment-auto-fill-only-comments):
3256 * reveal.el (reveal-around-mark):
3257 * uniquify.el (uniquify-buffer-name-style)
3258 (uniquify-after-kill-buffer-p)
3259 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
3260 (uniquify-min-dir-content, uniquify-separator)
3261 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
3262 * w32-vars.el (w32-fixed-font-alist):
3263 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3264 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
3265 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
3266 * progmodes/perl-mode.el (perl-indent-level)
3267 (perl-continued-statement-offset, perl-continued-brace-offset)
3268 (perl-brace-offset, perl-brace-imaginary-offset)
3269 (perl-label-offset, perl-indent-continued-arguments)
3270 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
3271 * progmodes/tcl.el (tcl-indent-level)
3272 (tcl-continued-indent-level, tcl-auto-newline)
3273 (tcl-tab-always-indent, tcl-electric-hash-style)
3274 (tcl-help-directory-list, tcl-use-smart-word-finder)
3275 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
3276 (inferior-tcl-source-command):
3277 * textmodes/fill.el (enable-kinsoku):
3278 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
3279 * textmodes/table.el (table-yank-handler):
3280 Specify missing group (and type, if simple) in defcustom.
3281
3282 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
3283
3284 * progmodes/compile.el (compilation-finish-function): Fix defvar.
3285
3286 2005-05-19 Richard M. Stallman <rms@gnu.org>
3287
3288 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
3289
3290 * subr.el (event-basic-type): Don't get an error.
3291 (left-fringe-p): Function deleted.
3292
3293 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
3294 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
3295
3296 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
3297 in recursive copy.
3298
3299 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
3300
3301 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
3302
3303 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
3304 Call byte-compile-nogroup-warn if appropriate.
3305
3306 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
3307 (compilation-set-window): Don't call left-fringe-p; do it directly.
3308
3309 2005-05-19 Jay Belanger <belanger@truman.edu>
3310
3311 * calc/calc-graph.el (calc-graph-format-data): Make sure
3312 var-PlotRejects is bound before trying to check its value.
3313
3314 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
3315
3316 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
3317 definition of this variable from reftex-global.el to reftex.el,
3318 because it is needed in the menu.
3319
3320 2005-05-19 Lute Kamstra <lute@gnu.org>
3321
3322 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
3323 years are fixed. Don't insert a space after a dash.
3324
3325 2005-05-19 Kim F. Storm <storm@cua.dk>
3326
3327 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
3328
3329 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
3330
3331 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
3332 strings, because (eq ... ?\\) is fairly frequent.
3333
3334 * progmodes/make-mode.el (makefile-add-this-line-targets):
3335 Simplify and integrate into `makefile-pickup-targets'.
3336 (makefile-add-this-line-macro): Simplify and integrate into
3337 `makefile-pickup-macros.
3338 (makefile-pickup-filenames-as-targets): Simplify.
3339 (makefile-previous-dependency, makefile-match-dependency):
3340 Don't stumble over `::'.
3341
3342 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
3343
3344 * subr.el (post-command-idle-hook, post-command-idle-delay):
3345 Remove obsoletion of post-command-idle-hook and
3346 post-command-idle-delay.
3347
3348 * faces.el (list-faces-display): Provide button when describe-face
3349 is called to take user back to the list of faces.
3350
3351 * help-fns.el (describe-variable): Remove hyperlinks in a
3352 variable's value as these are quite frequently inappropriate.
3353
3354 * follow.el (follow-submit-feedback, follow-mode):
3355 Remove references to post-command-idle-hook.
3356
3357 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
3358
3359 * progmodes/make-mode.el (makefile-previous-dependency)
3360 (makefile-match-dependency): Check for := (and in bsd mode also
3361 !=) to give a better result, even when font-lock is not on.
3362
3363 2005-05-18 Jay Belanger <belanger@truman.edu>
3364
3365 * calc/calc-help.el (calc-s-prefix-help):
3366 Add `calc-copy-special-constant' to help string.
3367
3368 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3369
3370 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3371
3372 2005-05-18 Jay Belanger <belanger@truman.edu>
3373
3374 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
3375 in linear factors are in proper order.
3376
3377 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
3378
3379 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3380 Support for jurabib.
3381
3382 * textmodes/reftex.el (featurep): Define aliases for overlay
3383 commands, for XEmacs compatibility, and use these aliases in
3384 overlay initializations.
3385 (reftex-highlight): Use `reftex-move-overlay'.
3386 (reftex-unhighlight): Use `reftex-delete-overlay'.
3387 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
3388 (reftex-access-search-path): Use `reftex-uniquify' instead of
3389 `reftex-uniq'
3390
3391 * textmodes/reftex-sel.el (reftex-select-unmark):
3392 Overlay `before-string' property modification enables for Emacs as well.
3393 (reftex-select-item): Use `reftex-delete-overlay'.
3394 (reftex-select-mark): Use `reftex-make-overlay' and
3395 `reftex-overlay-put'.
3396 (reftex-select-unmark): Use `reftex-delete-overlay' and
3397 `reftex-overlay-put'.
3398
3399 2005-05-18 Lute Kamstra <lute@gnu.org>
3400
3401 * emacs-lisp/lisp.el (check-parens): Fix docstring.
3402
3403 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
3404
3405 * add-log.el (add-change-log-entry):
3406 * array.el (array-make-template, array-reconfigure-rows)
3407 (array-init-max-row, array-init-max-column)
3408 (array-init-columns-per-line, array-init-field-width):
3409 * replace.el (replace-match-maybe-edit, perform-replace):
3410 * textmodes/spell.el (spell-region):
3411 Replace `read-input' by `read-string'.
3412
3413 * forms.el (forms-mode):
3414 * finder.el (finder-compile-keywords):
3415 * shadowfile.el (shadow-read-files):
3416 Replace `eval-current-buffer' by `eval-buffer'.
3417
3418 * terminal.el (te-pass-through):
3419 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
3420 (ange-ftp-raw-send-cmd):
3421 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
3422 (send-process-next-char, telnet-initial-filter, telnet):
3423 Replace `send-string' by `process-send-string'.
3424
3425 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
3426 (prolog-consult-region): Replace `send-string' by
3427 `process-send-string'; replace `send-region' by `process-send-region'.
3428
3429 * progmodes/delphi.el (delphi-log-msg):
3430 Replace `set-window-dot' by `set-window-point'.
3431
3432 * subr.el (window-dot, set-window-dot, read-input, send-string)
3433 (send-region, show-buffer, eval-current-buffer):
3434 Make really obsolete, as the comment says.
3435
3436 2005-05-17 Kim F. Storm <storm@cua.dk>
3437
3438 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
3439 (cua--init-keymaps): Bind C-return instead of S-return to set
3440 rectangle mark.
3441
3442 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
3443 instead of S-return to toggle/clear rectangle mark.
3444
3445 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
3446
3447 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
3448 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
3449 Also fontify plain strings assigned to variables, mostly so that a
3450 colon has a face and is thus not taken as a dependency separator.
3451 (makefile-previous-dependency): Inline the new matcher, because it
3452 is too complex to work in both directions.
3453 (makefile-match-dependency): Eliminate `backward' arg (see above).
3454 Completely reimplemented so as to not sometimes go into an endless
3455 loop. It should also be more efficient, because first it only
3456 searches for `:', instead of applying the very complex regexp.
3457 (makefile-mode): Cancel `font-lock-support-mode', because blocks
3458 to be fontified in one piece can be too long for JIT.
3459 Makefiles are never *that* big.
3460
3461 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
3462
3463 * dired.el (dired-mode): Simplify.
3464
3465 2005-05-17 Lute Kamstra <lute@gnu.org>
3466
3467 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
3468 defcustom for the mode hook variable.
3469
3470 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
3471 Emacs Lisp Reference Manual.
3472
3473 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
3474
3475 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
3476 (evenp, list*):
3477 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
3478 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
3479
3480 * net/tramp-smb.el (tramp-smb-open-connection):
3481 Pass `tramp-chunksize' as fifth (required) argument.
3482
3483 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
3484
3485 * font-lock.el (lisp-font-lock-keywords-1):
3486 Set `font-lock-negation-char-face' for [^...] char group.
3487 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
3488
3489 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
3490 a var, and refine it to mask one more level of nested vars.
3491 (makefile-rule-action-regex): Turn it into a var, and refine it so
3492 it recognizes backslashed continuation lines as belonging to the
3493 same command.
3494 (makefile-macroassign-regex): Refine it so it recognizes
3495 backslashed continuation lines as belonging to the same command.
3496 (makefile-var-use-regex): Don't look at the next char, because it
3497 might be the same one to be skipped by the initial [^$], leading
3498 to an overlooked variable use.
3499 (makefile-make-font-lock-keywords): Remove two parameters, which
3500 are now variables that some of the modes set locally.
3501 Handle dependency and rule action matching through functions, because
3502 regexps alone match too often. Dependency matching now comes
3503 last, so it can check, whether a colon already matched something else.
3504 (makefile-mode): Inform that font-lock improves makefile parsing
3505 capabilities.
3506 (makefile-match-dependency, makefile-match-action): New functions.
3507
3508 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
3509
3510 * emacs-lisp/cl-extra.el (equalp): Doc fix.
3511
3512 * align.el (align-regexp):
3513 * ansi-color.el (ansi-color-get-face):
3514 * array.el (array-reconfigure-rows, array-init-max-row)
3515 (array-init-max-column, array-init-columns-per-line)
3516 (array-init-field-width):
3517 * dired-aux.el (dired-trample-file-versions):
3518 * dired-x.el (dired-mark-sexp):
3519 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
3520 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
3521 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
3522 * faces.el (face-read-integer):
3523 * files.el (backup-extract-version, insert-directory):
3524 * hexl.el (hexl-insert-decimal-char):
3525 * server.el (server-process-filter):
3526 * shell.el (shell-extract-num):
3527 * startup.el (command-line-1):
3528 * term.el (term-command-hook):
3529 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
3530 (time-stamp-do-number):
3531 * time.el (display-time-update):
3532 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
3533 (timezone-fix-time):
3534 * vms-patch.el (vms-suspend-resume-hook):
3535 * calendar/appt.el (appt-convert-time):
3536 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3537 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
3538 * calendar/cal-islam.el (mark-islamic-diary-entries):
3539 * calendar/calendar.el (calendar-cursor-to-date)
3540 (calendar-star-date):
3541 * calendar/diary-lib.el (diary-attrtype-convert)
3542 (mark-diary-entries, diary-entry-time):
3543 * calendar/solar.el (solar-get-number):
3544 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
3545 * emacs-lisp/re-builder.el (reb-display-subexp):
3546 * emulation/edt.el (edt-set-scroll-margins):
3547 * emulation/tpu-extras.el (tpu-set-scroll-margins):
3548 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
3549 (vip-get-ex-count):
3550 * emulation/viper-ex.el (viper-get-ex-token)
3551 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
3552 * international/fontset.el (fontset-plain-name):
3553 * mail/feedmail.el (feedmail-look-at-queue-directory):
3554 * mail/mailalias.el (mail-get-names):
3555 * mail/rmail.el (rmail-convert-to-babyl-format):
3556 * mail/rmailsum.el (rmail-make-basic-summary-line)
3557 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
3558 (rmail-summary-goto-msg):
3559 * mail/smtpmail.el (smtpmail-read-response):
3560 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
3561 (ange-ftp-vms-add-file-entry):
3562 * play/gametree.el (gametree-looking-at-ply)
3563 (gametree-current-branch-score):
3564 * progmodes/ada-xref.el (ada-prj-find-prj-file)
3565 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
3566 * progmodes/cperl-mode.el (condition-case):
3567 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
3568 (ebrowse-set-member-buffer-column-width)
3569 (ebrowse-select-1st-to-9nth):
3570 * progmodes/etags.el (etags-snarf-tag):
3571 * progmodes/flymake.el (flymake-parse-line):
3572 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
3573 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
3574 (idlwave-shell-menu-def):
3575 * progmodes/ps-mode.el (ps-run-goto-error):
3576 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
3577 (vhdl-speedbar-contract-level):
3578 * term/mac-win.el (x-handle-numeric-switch):
3579 * term/sun-mouse.el (sun-get-frame-data):
3580 * term/w32-win.el (x-handle-numeric-switch):
3581 * term/x-win.el (x-handle-numeric-switch):
3582 * textmodes/ispell.el (ispell-parse-output):
3583 * textmodes/nroff-mode.el (nroff-outline-level):
3584 * textmodes/reftex-cite.el (reftex-bib-sort-year)
3585 (reftex-bib-sort-year-reverse, reftex-format-citation):
3586 * textmodes/reftex-parse.el (reftex-init-section-numbers)
3587 (reftex-section-number):
3588 * textmodes/texinfmt.el (texinfo-paragraphindent):
3589 Replace `string-to-int' by `string-to-number'.
3590
3591 * international/latexenc.el: Add page marker to force the "Local
3592 Variables:" string out of the last page.
3593
3594 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3595
3596 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
3597 tooltip-change-major-mode.
3598 (gud-tooltip-print-command): Remove case where gud-minor-mode
3599 is gdb ("--fullname").
3600 (gud-tooltip-tips): Turn GUD tooltips off for this case and
3601 explain to user.
3602
3603 2005-05-16 Jay Belanger <belanger@truman.edu>
3604
3605 * calc/calc-store.el (calc-copy-special-constant): New function.
3606
3607 * calc/calc-ext.el (calc-init-extensions): Add binding for
3608 `calc-copy-special-constant'.
3609
3610 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
3611 for the `calc-copy-special-constant' command.
3612
3613 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3614
3615 * subr.el (left-fringe-p): New function.
3616
3617 * progmodes/compile.el (compilation-setup): Set local value of
3618 overlay-arrow-string to "" always.
3619 (compilation-set-window): Left fringe then don't scroll.
3620 No left fringe then no arrow and scroll message to top.
3621 (compilation-context-lines): Adjust doc string accordingly.
3622
3623 2005-05-16 Kim F. Storm <storm@cua.dk>
3624
3625 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
3626 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
3627 (ido-wide-find-dir-or-delete-dir): New command for M-d.
3628 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
3629 (ido-read-file-name): Handle commands with ido property value
3630 equal to find-file as reading a file name, to allow C-d to enter dired.
3631 (ibuffer-find-file): Add ido property with value find-file.
3632
3633 2005-05-15 Kim F. Storm <storm@cua.dk>
3634
3635 * subr.el (open-network-stream-nowait): Remove.
3636 (open-network-stream-server): Remove.
3637
3638 2005-05-15 Richard M. Stallman <rms@gnu.org>
3639
3640 * faces.el (describe-face): Output a definition link button.
3641
3642 * help-mode.el (help-face-def): New button type.
3643
3644 * emacs-lisp/copyright.el (copyright-fix-years):
3645 Match properly if the first year is 2-digit.
3646 Don't mess up the whitespace after the years by filling.
3647
3648 * dired-aux.el (dired-mark-confirm):
3649 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
3650
3651 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
3652 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
3653 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
3654
3655 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3656 Set font-lock-comment-start-skip.
3657
3658 * font-lock.el (font-lock-comment-start-skip): New variable.
3659 (font-lock-comment-end-skip): New variable.
3660 (font-lock-fontify-syntactically-region): Use them if non-nil.
3661
3662 2005-05-15 Jay Belanger <belanger@truman.edu>
3663
3664 * calc/calc-store.el (calc-store-value): Return a string rather
3665 than display it as a message.
3666 Use calc-var-name for variable name.
3667 (calc-store-into): Add the result of calc-store-value to message.
3668 (calc-copy-variable): Add a message.
3669 (calc-store-exchange): Improve error messages.
3670 (calc-store-binary, calc-store-map): Don't reset the values of
3671 special constants.
3672
3673 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3674
3675 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
3676 manual to docstring.
3677
3678 * files.el (hack-local-variables-confirm): Add STRING argument.
3679 Make the function handle non file visiting buffers correctly.
3680 (hack-local-variables-prop-line, hack-local-variables)
3681 (hack-one-local-variable): Use STRING arg of
3682 `hack-local-variables-confirm'.
3683
3684 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
3685
3686 Sync with Tramp 2.0.49.
3687
3688 * tramp.el (tramp-handle-dired-call-process)
3689 (tramp-handle-insert-directory):`insert-buffer' cannot be used
3690 because the contents of the Tramp buffer is changed before
3691 insertion (`expand-file' and alike).
3692 (tramp-handle-insert-directory): If `localname' has an empty
3693 nondirectory name, it must not be quoted.
3694 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
3695 variable `tramp-chunksize'. Change callees.
3696 (tramp-open-connection-setup-interactive-shell): Check remote host
3697 for buggy `send-process-string' implementation.
3698 Set `tramp-chunksize' if found. Reported by Michael Kifer
3699 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
3700 (tramp-handle-shell-command): `insert-buffer' cannot be used
3701 because the contents of the Tramp buffer is changed before
3702 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
3703 <frederic.bothamy@free.fr>.
3704 (tramp-set-auto-save): Actions should be done for Tramp file name
3705 handler only. Ange-FTP has its own auto-save mechanism.
3706 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3707 (tramp-set-auto-save-file-modes): Set file modes of
3708 `buffer-auto-save-file-name' to ?\600 as fallback solution.
3709 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
3710 (tramp-bug): Remove obsolete variable.
3711 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
3712 for presence of `mml-mode'. Make it running for older Emacsen as well.
3713
3714 2005-05-14 John Paul Wallington <jpw@pobox.com>
3715
3716 * ibuf-ext.el (define-ibuffer-filter filename):
3717 If `dired-directory' is a list, use its car.
3718
3719 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
3720
3721 * ibuffer.el (define-ibuffer-column filename):
3722 If `dired-directory' is a list, use its car.
3723
3724 2005-05-14 Richard M. Stallman <rms@gnu.org>
3725
3726 * subr.el (symbol-file): Doc fix.
3727
3728 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
3729 (byte-compile-form): Call byte-compile-nogroup-warn.
3730 (byte-compile-warning-types): Doc fix.
3731
3732 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
3733
3734 * progmodes/cc-engine.el (c-literal-faces):
3735 Add font-lock-comment-delimiter-face.
3736
3737 * net/net-utils.el (dig): Use with-no-warnings.
3738
3739 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
3740 (sc-recite-frame-alist, sc-default-cite-frame)
3741 (sc-default-uncite-frame, sc-default-recite-frame)
3742 (sc-attrib-selection-list, sc-rewrite-header-list):
3743 Mark as risky-local-variable.
3744
3745 * international/ogonek.el (ogonek-jak, ogonek-how):
3746 Don't use beginning-of-buffer.
3747
3748 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
3749
3750 * calendar/solar.el (solar-data-list): Move definition up.
3751
3752 * dnd.el (dnd-protocol-alist): Add autoload.
3753
3754 * progmodes/sh-script.el: Many doc usage fixes.
3755 (sh-indent-after-do): Change default to match common styles.
3756
3757 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
3758
3759 * files.el (interpreter-mode-alist)
3760 (auto-mode-interpreter-regexp): Doc fixes.
3761
3762 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
3763
3764 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
3765
3766 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
3767
3768 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3769
3770 * dired.el (dired-mode): make-variable-buffer-local =>
3771 make-local-variable.
3772
3773 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3774
3775 * term/mac-win.el (mac-select-convert-to-string): Try coding
3776 systems in mac-script-code-coding-systems if specified one cannot
3777 encode string for `com.apple.traditional-mac-plain-text'.
3778
3779 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
3780
3781 * progmodes/make-mode.el (makefile-targets-face)
3782 (makefile-shell-face, makefile-makepp-perl-face): New faces.
3783 (makefile-dependency-regex): Fix it to not make the colon in
3784 $(var:a=b) special.
3785 (makefile-rule-action-regex): New regexp for highlighting embedded
3786 Shell strings.
3787 (makefile-macroassign-regex): Handle != for highlighting as
3788 embedded Shell strings.
3789 (makefile-var-use-regex): New const.
3790 (makefile-statements, makefile-automake-statements)
3791 (makefile-gmake-statements, makefile-makepp-statements)
3792 (makefile-bsdmake-statements): New consts.
3793 (makefile-make-font-lock-keywords): New function.
3794 (makefile-automake-font-lock-keywords)
3795 (makefile-gmake-font-lock-keywords)
3796 (makefile-makepp-font-lock-keywords)
3797 (makefile-bsdmake-font-lock-keywords): New consts.
3798 (makefile-mode-map): Add switchers between the various submodes.
3799 (makefile-mode): Document the availability of the variants.
3800 (makefile-automake-mode, makefile-gmake-mode)
3801 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
3802
3803 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
3804 new variants of makefile-mode.
3805
3806 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3807
3808 * font-lock.el (font-lock-comment-delimiter-face): Fix up
3809 the inheritance.
3810
3811 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
3812
3813 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
3814 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
3815
3816 * files.el (normal-mode): Extend the scope of the
3817 `enable-local-variables' binding to include the `set-auto-mode' call.
3818 (magic-mode-alist): Doc fix.
3819
3820 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3821
3822 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
3823 font-lock-comment-face rather than copying its setting.
3824
3825 2005-05-12 Andreas Schwab <schwab@suse.de>
3826
3827 * eshell/esh-mode.el (eshell-send-input): Doc fix.
3828
3829 2005-05-12 Lute Kamstra <lute@gnu.org>
3830
3831 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
3832 defcustom for the mode hook variable. Delete the last argument.
3833 * generic-x.el: Fix callers of define-generic-mode.
3834 (generic-x-modes): Delete group.
3835 (show-tabs-tab-face, show-tabs-space-face): Put them in the
3836 generic-x customization group.
3837
3838 2005-05-12 Kim F. Storm <storm@cua.dk>
3839
3840 * font-lock.el (font-lock-negation-char-face): Default to "off".
3841
3842 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
3843 font-lock-negation-char-face to ! in !=.
3844
3845 2005-05-12 Masatake YAMATO <jet@gyve.org>
3846
3847 * add-log.el (find-change-log): Fix typos in the docstring
3848 of function.
3849
3850 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3851
3852 * international/latexenc.el (latexenc-find-file-coding-system):
3853 Avoid `re-search-forward' when looking for input encoding because
3854 of speed and safety. Better regular expressions for recognizing
3855 input encoding. Limit a search for TeX-master/tex-main-file to
3856 the local variable section.
3857
3858 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
3859
3860 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
3861 syntax of $ to "'" (quote).
3862
3863 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3864
3865 * dnd.el (dnd-protocol-alist): Improve custom type.
3866
3867 * dired.el (dired-dnd-protocol-alist): New variable.
3868 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
3869 `dired-mode-hook' to the end.
3870
3871 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3872
3873 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
3874 comment-end if comment-start-skip is not set.
3875 Obey the font-lock-comment-delimiter-face variables.
3876
3877 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * files.el (executable-find): Move from executable.el. Use locate-file.
3880 * progmodes/executable.el (executable-find): Move to files.el.
3881
3882 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
3883 when trying to ensure forward progress.
3884
3885 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
3886
3887 * mouse-sel.el (mouse-sel-follow-link-p): New function.
3888 (mouse-select, mouse-select-internal, mouse-extend-internal):
3889 Use it to implement mouse-1-click-follows-link functionality.
3890
3891 2005-05-11 Richard M. Stallman <rms@gnu.org>
3892
3893 * font-lock.el (font-lock-fontify-syntactically-region):
3894 Use font-lock-comment-delimiter-face for comment delimiters.
3895
3896 2005-05-10 Jay Belanger <belanger@truman.edu>
3897
3898 * calc/calc-help.el (calc-m-prefix-help): Add mention of
3899 preserving embedded modes.
3900
3901 2005-05-10 Richard M. Stallman <rms@gnu.org>
3902
3903 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
3904
3905 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
3906 Move from ada-stmt.el.
3907 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
3908
3909 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
3910 Move to ada-mode.el.
3911 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
3912
3913 * cus-edit.el (custom-file): Call file-chase-links.
3914
3915 * files.el (read-directory-name): Fix previous change.
3916 (hack-local-variables-confirm): New function.
3917 (hack-local-variables-prop-line, hack-local-variables)
3918 (hack-one-local-variable): Use it.
3919
3920 2005-05-10 Lute Kamstra <lute@gnu.org>
3921
3922 * font-lock.el (font-lock-keywords-alist)
3923 (font-lock-removed-keywords-alist): Clarify docstrings.
3924
3925 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
3926
3927 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
3928 (gdb-source-info): Check for preprocessor info.
3929 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
3930 a macro for a function.
3931 (gdb-info-breakpoints-custom): Try to find file again if not already
3932 found (user might have used GDB dir command).
3933 (gdb-get-location): Update gdb-location-alist correctly for change
3934 to gdb-info-breakpoints-custom.
3935
3936 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
3937 (gud-tooltip-print-command): Add gdbmi case.
3938 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
3939 preprocessor info.
3940
3941 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
3942
3943 * startup.el (fancy-splash-insert): Fix typo in doc string.
3944
3945 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
3946
3947 * obsolete/float.el (string-to-float):
3948 * obsolete/hilit19.el (hilit-add-pattern):
3949 * obsolete/rnews.el (news-parse-range, news-select-message)
3950 (news-get-pruned-list-of-files): Replace `string-to-int' by
3951 `string-to-number'.
3952
3953 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
3954 `find-file-not-found-hooks'; use `add-hook'.
3955 (uncompress-while-visiting): Set `write-file-functions', not
3956 `write-file-hooks'; use `add-hook'.
3957
3958 2005-05-09 Kim F. Storm <storm@cua.dk>
3959
3960 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
3961 (cua-paste): Handle clipboard action.
3962 (cua--init-keymaps): Remap clipboard-kill-region and
3963 clipboard-kill-ring-save.
3964
3965 2005-05-08 Eli Zaretskii <eliz@gnu.org>
3966
3967 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3968 Improve commentary.
3969
3970 * simple.el (next-error-overlay-arrow-position): Revert the change
3971 made on 2005-04-30.
3972
3973 2005-05-07 Jay Belanger <belanger@truman.edu>
3974
3975 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
3976 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
3977 `calc-sel-reselect'.
3978
3979 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
3980 Calc is in embedded mode.
3981
3982 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3983
3984 * progmodes/compile.el (compilation-setup):
3985 Set overlay-arrow-string to an empty string on text terminals.
3986
3987 * textmodes/ispell.el (ispell-program-name): Try looking for
3988 "aspell" along exec-path, and if found, use it as the default
3989 speller program.
3990
3991 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
3992
3993 * international/mule.el (sgml-xml-auto-coding-function):
3994 Recognize encoding='FOO' in single quotes as well as in double quotes.
3995
3996 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3997
3998 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
3999 as well as `interactive', so that defmacro* would recognize
4000 `declare' forms.
4001
4002 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4003
4004 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4005 Explain more about the LIGHTER arg's usage in the doc string.
4006 Add commentary to clarify what the code does. Fix the regexp that
4007 strips whitespace from LIGHTER. Quote LIGHTER before using it,
4008 since it could have characters special to regular expressions.
4009
4010 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4011
4012 * replace.el (occur-1): Bind inhibit-read-only so that
4013 erase-buffer doesn't barf on read-only text properties (likewise
4014 for add-text-properties in occur-engine). Mark buffer as unmodified.
4015 (occur-engine): Don't set buffer-read-only here.
4016
4017 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4018
4019 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4020 list-buffers-directory. This caused the *cvs-commit* buffer to be
4021 sometimes mistakenly reused as a *cvs* buffer.
4022
4023 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
4024
4025 * tooltip.el: Move code for GUD tooltips into gud.el.
4026 (require): CL no longer needed to compile case.
4027 (tooltip-mode): Do not toggle functions for GUD tooltips.
4028 (tooltip-gud-tips-p): Remove. Replace with minor mode
4029 gud-tooltip-mode in gud.el.
4030 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4031 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4032 tooltip-gud prefix with gud-tooltip and obsolete.
4033 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4034 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4035 (tooltip-mouse-motion): Mouse movement functions/variable.
4036 Rename in gud.el by adding gud prefix.
4037 (tooltip-gud-original-filter, tooltip-gud-dereference)
4038 (tooltip-gud-event, tooltip-toggle-gud-tips)
4039 (tooltip-gud-process-output, tooltip-gud-print-command)
4040 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
4041 gud.el by replacing tooltip-gud prefix with gud-tooltip.
4042 (gdb-tooltip-print): Move to gdb-ui.el.
4043
4044 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4045 (require): CL needed to compile case.
4046 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4047 tooltip-gud-tips-p. Make it a minor-mode.
4048 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4049 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4050 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4051 (gud-tooltip-change-major-mode)
4052 (gud-tooltip-activate-mouse-motions-if-enabled)
4053 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4054 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4055 (gud-tooltip-original-filter, gud-tooltip-dereference)
4056 (gud-tooltip-event, tooltip-toggle-gud-tips)
4057 (gud-tooltip-process-output, gud-tooltip-print-command)
4058 (gud-tooltip-tips): Move from tooltip.el.
4059
4060 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4061 (gdb-cpp-define-alist-flags): Doc fix.
4062 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4063 gud-tooltip-mode is t.
4064
4065 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4066
4067 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4068 evaporate if their text is deleted.
4069 (goto-address-at-point): Make it work as a mouse binding as well.
4070 (goto-address-at-mouse): Obsolete it. Update users.
4071
4072 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
4073
4074 * calendar/appt.el (top-level): No longer activate on load.
4075
4076 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
4077
4078 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4079 * net/webjump.el (webjump):
4080 * progmodes/idlw-help.el (idlwave-do-context-help1)
4081 (idlwave-highlight-linked-completions):
4082 * textmodes/po.el (po-find-file-coding-system-guts):
4083 Replace `assoc-ignore-case' by `assoc-string'.
4084
4085 2005-05-06 Eli Zaretskii <eliz@gnu.org>
4086
4087 * files.el (locate-file): Doc fix.
4088
4089 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
4090 Remove the redundant test for ms-dos.
4091
4092 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
4093 look for the preprocessor with exec-suffixes. If not found in
4094 standard places, look in exec-path. Remove most of the tests that
4095 used system-type.
4096
4097 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4098
4099 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
4100
4101 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
4102 file-name clash with jka-compr.el on 8+3 filesystems.
4103
4104 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4105
4106 * term/mac-win.el: Don't define or bind scroll bar functions if
4107 x-toolkit-scroll-bars is t.
4108 (x-select-text, x-get-selection-value):
4109 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
4110 (PRIMARY): Put mac-scrap-name property.
4111 (mac-select-convert-to-file-url): New function.
4112 (public.file-url): New selection target type. Add to
4113 selection-converter-alist.
4114 (x-get-selection, x-selection-value): Handle it.
4115 (x-cut-buffer-or-selection-value): New alias.
4116
4117 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4118
4119 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
4120 entry to avoid calling bibtex-find-entry with arg global
4121 being t. Remove arg key.
4122 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
4123 (bibtex-copy-summary-as-kill): Change accordingly.
4124
4125 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4126
4127 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
4128 (org-agenda-date-later): Use with-current-buffer.
4129
4130 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4131
4132 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
4133 (define-obsolete-variable-alias): Doc Fixes.
4134
4135 2005-05-06 Kim F. Storm <storm@cua.dk>
4136
4137 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
4138 vertical-motion when selective-display is active.
4139
4140 * ido.el (ido-setup-hook): New hook.
4141 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
4142 (ido-input-stack): New var.
4143 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
4144 ido-next-work-file binding to M-O.
4145 Bind M-f to ido-wide-find-file-or-pop-dir.
4146 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
4147 (ido-read-internal): Run ido-setup-hook.
4148 Catch quit in read-file-name and read-string to cancel edit.
4149 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
4150 Automatically pop-all when completing a directory name (RET).
4151 (ido-file-internal): Add with-no-warnings around ffap and dired code.
4152 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
4153 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
4154 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
4155 New functions for M-b/M-f to move among the directory components.
4156 (ido-make-merged-file-list): Catch quit to cancel merge.
4157 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
4158 (ido-completion-help): No warnings for ido-completion-buffer-full.
4159
4160 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
4161
4162 * font-lock.el (font-lock-negation-char-face): New face and variable.
4163 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
4164 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
4165 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
4166 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
4167
4168 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
4169
4170 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
4171 Fix typo in docstring.
4172
4173 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
4174 (ebrowse-print-statistics-line)
4175 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
4176
4177 * term/w32-win.el (image-library-alist): Add additional name for
4178 Xpm library.
4179
4180 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
4181
4182 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
4183 use gcc instead of cpp.
4184
4185 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
4186 (gdb-create-define-alist): Use it.
4187 (gdb-cpp-define-alist-program): Update for MS-DOS.
4188
4189 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
4190
4191 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
4192
4193 2005-05-04 Richard M. Stallman <rms@gnu.org>
4194
4195 * help.el (describe-key): No error when UNTRANSLATED is nil.
4196
4197 * simple.el (line-move-1): Fix previous change to signal errors
4198 appropriately.
4199
4200 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
4201
4202 * calendar/icalendar.el (icalendar-version): Now at 0.12.
4203 (icalendar-duration-correction): Remove.
4204 (icalendar--get-event-properties): Split result at commas.
4205 (icalendar--decode-isoduration): New optional argument
4206 DURATION-CORRECTION.
4207 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
4208 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
4209 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
4210 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
4211 (icalendar--convert-anniversary-to-ical): New functions, extracted
4212 from icalendar-export-region, with bug fixes.
4213 (icalendar-export-region): Use the above functions.
4214 (icalendar-import-buffer): Check before saving diary file.
4215 (icalendar--convert-recurring-to-diary)
4216 (icalendar--convert-non-recurring-all-day-to-diary)
4217 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
4218 extracted from icalendar--convert-ical-to-diary, with bug fixes.
4219 (icalendar--convert-ical-to-diary): Use the above functions.
4220
4221 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
4222
4223 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
4224 Remove these recent additions.
4225 (c-mode): Restore to before 2005-04-28.
4226
4227 * progmodes/cc-vars.el (cc-define-list-program): Remove this
4228 recent addition.
4229
4230 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
4231 (gdb-define-alist): New variables.
4232 (gdb-create-define-alist): New function.
4233 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
4234 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
4235 with string-to-number.
4236 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
4237
4238 * progmodes/gud.el: Replace string-to-int with string-to-number.
4239 (gud-find-file): Handle gdb-define-alist.
4240
4241 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
4242
4243 2005-05-02 Jay Belanger <belanger@truman.edu>
4244
4245 * calc/calc-aent.el (math-read-token):
4246 * calc/calc-bin.el (calc-word-size):
4247 * calc/calc-ext.el (calc-read-number-fancy):
4248 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
4249 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
4250 * calc/calc-frac.el (calc-over-notation):
4251 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
4252 (calc-graph-num-points, calc-graph-init):
4253 * calc/calc-prog.el (calc-read-parse-table-part)
4254 (calc-edit-macro-repeats):
4255 * calc/calc-yank.el (calc-do-grab-rectangle):
4256 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
4257 Replace `string-to-int' by `string-to-number'.
4258
4259 2005-05-02 Kim F. Storm <storm@cua.dk>
4260
4261 * kmacro.el: Use executing-kbd-macro-index variable.
4262
4263 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
4264
4265 * net/rlogin.el (rlogin-parse-words): Delete func.
4266 (rlogin): Use split-string, not rlogin-parse-words.
4267 Also, if there are option-like elements in the parsed args,
4268 take the host to be the first arg immediately following them.
4269 Suggested by Michael Mauger.
4270
4271 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4272
4273 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
4274
4275 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4276
4277 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
4278 (cc-mode-cpp-program): Rename to cc-define-list-program and
4279 move to cc-vars.el.
4280
4281 * progmodes/cc-vars.el (cc-define-list-program):
4282 Change to "gcc -E -dM -". Make customizable.
4283
4284 2005-05-02 Kim F. Storm <storm@cua.dk>
4285
4286 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
4287
4288 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4289
4290 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
4291
4292 * international/mule-util.el (truncate-string): Remove alias and
4293 obsolete declaration.
4294
4295 * international/mule-cmds.el (update-iso-coding-systems):
4296 Remove alias and obsolete declaration.
4297
4298 * international/mule.el (coding-system-parent): Remove alias and
4299 obsolete declaration.
4300
4301 * subr.el (define-function, sref): Remove aliases and obsolete
4302 declarations.
4303 (chars-in-region): Remove obsolete declaration.
4304
4305 2005-05-01 Richard M. Stallman <rms@gnu.org>
4306
4307 * info.el (Info-mode): Set widen-automatically to nil, locally.
4308
4309 * simple.el (widen-automatically): New variable.
4310 (pop-global-mark): Obey widen-automatically.
4311
4312 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4313
4314 * term/xterm.el (function-key-map): Call substitute-key-definition
4315 before the keymap size is increased by a lot of define-key calls.
4316
4317 2005-05-01 Richard M. Stallman <rms@gnu.org>
4318
4319 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
4320 Rename ARG to ELEMENT. Doc fix.
4321
4322 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
4323
4324 * allout.el (allout-exposure): Remove macro and obsolete declaration.
4325 Remove references to allout-exposure/change to allout-new-exposure.
4326
4327 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
4328 bytecode symbols.
4329
4330 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
4331 (compiled-function-p, focus-frame, unfocus-frame):
4332 Remove aliases and obsolete declarations.
4333 Back out inadvertent changes from previous commit.
4334
4335 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4336
4337 * files.el (require-final-newline): Make Custom tags consistent
4338 with mode-require-final-newline.
4339 (mode-require-final-newline): Doc fix.
4340
4341 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4342
4343 * international/latexenc.el (latexenc-find-file-coding-system):
4344 Fix regular expressions.
4345
4346 2005-05-01 David Kastrup <dak@gnu.org>
4347
4348 * international/latexenc.el (latexenc-find-file-coding-system):
4349 Fix regular expressions.
4350
4351 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
4352
4353 * subr.el (string-to-int): Make obsolete.
4354
4355 2005-04-30 Richard M. Stallman <rms@gnu.org>
4356
4357 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
4358
4359 * loadup.el: load jka-comp-hook.
4360
4361 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
4362 (jka-compr-handler): Add autoload. `put' calls moved
4363 to jka-comp-hook.el.
4364 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
4365 (jka-compr-inhibit): Autoload.
4366
4367 * jka-comp-hook.el: New file.
4368 Enable the mode by default.
4369
4370 * files.el (backup-buffer-copy): Use copy-file instead
4371 of write-region, and put back the 'excl.
4372
4373 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
4374
4375 * progmodes/flymake.el (flymake-split-string)
4376 (flymake-split-string, flymake-log, flymake-pid-to-names)
4377 (flymake-reg-names, flymake-get-source-buffer-name)
4378 (flymake-unreg-names, flymake-add-line-err-info)
4379 (flymake-add-err-info): Clarify docstrings.
4380 (flymake-popup-menu, flymake-make-emacs-menu)
4381 (flymake-make-xemacs-menu): Add docstrings.
4382 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
4383 Set variables directly throughout.
4384
4385 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
4386
4387 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
4388 exists. Initialize cc-define-alist.
4389 (c-mode): Add cc-create-define-alist locally to after-save-hook.
4390 If there is no file (Macroexpansion) don't create an alist.
4391
4392 2005-04-29 Sam Steingold <sds@gnu.org>
4393
4394 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
4395 (cc-create-define-alist): Use it instead of the hard-coded string.
4396
4397 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4398
4399 * international/mule-conf.el (file-coding-system-alist): Fix regexp
4400 for latexenc.
4401
4402 2005-04-29 Lute Kamstra <lute@gnu.org>
4403
4404 * emacs-lisp/generic.el: Improve commentary section.
4405 (define-generic-mode): Improve docstring.
4406
4407 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
4408
4409 * textmodes/org.el (many places): Change to quiet the byte compiler.
4410 (org-prefix-format-compiled): New variable.
4411 (org-compile-prefix-format): New function.
4412 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
4413 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
4414 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
4415 (org-get-entries-from-diary): Use `org-get-time-of-day' for
4416 consistency with entries from `org-mode' files.
4417 (org-get-time-of-day): Fix bug with partial matches early in a line.
4418 (org-non-link-chars): New constant.
4419 (org-link-regexp): Respect `org-non-link-chars'.
4420 (org-agenda-day-view): Remove command.
4421 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
4422 (org-follow-bbdb-link, org-store-link): Search also company field.
4423 (org-highlight-overlay): New variable.
4424 (org-highlight, org-unhighlight): New functions.
4425 (org-agenda-mode): Add pre-command-hook to remove highlight.
4426 (org-evaluate-time-range): Behavior depends upon whether time stamp
4427 contains a time or not.
4428 (org-show-subtree, org-show-entry): New functions.
4429 (org-agenda-cleanup-fancy-diary): Remove empty lines.
4430
4431 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
4432
4433 * comint.el (comint-output-filter-functions): Add autoload cookie.
4434
4435 2005-04-28 Kim F. Storm <storm@cua.dk>
4436
4437 * ido.el (ido-everywhere): Fix last change.
4438
4439 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4440
4441 * international/latexenc.el: New file.
4442 * international/mule-conf.el (file-coding-system-alist): For .tex,
4443 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
4444
4445 2005-04-28 Lute Kamstra <lute@gnu.org>
4446
4447 * font-lock.el (font-lock-add-keywords)
4448 (font-lock-remove-keywords): Clarify docstring.
4449 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
4450 Don't start docstrings with a `*'.
4451 (font-lock-update-removed-keyword-alist): Give it a docstring.
4452
4453 * generic-x.el: Update commentary section.
4454 Only require font-lock when compiling.
4455 Define all modes conditionally.
4456 Place all generic modes in the generic-x-modes customization group.
4457 (generic-x-modes): New customization group.
4458 (generic-default-modes, generic-mswindows-modes)
4459 (generic-unix-modes, generic-other-modes): New constants.
4460 (generic-define-mswindows-modes, generic-define-unix-modes):
4461 Update docstrings. Make them obsolete.
4462 (generic-extras-enable-list): New default value. Update docstring.
4463 Improve :type. Change :set function.
4464 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
4465 Fix docstring.
4466
4467 * emacs-lisp/generic.el (generic-mode-internal):
4468 Simplify font-lock-defaults.
4469 (define-generic-mode): Fix docstring.
4470
4471 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4472
4473 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
4474 font-lock-face property to highlight matches.
4475
4476 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
4477
4478 * progmodes/cc-mode.el (cc-create-define-alist): New function.
4479 (cc-define-alist): New variable.
4480 (c-mode): Make it local and initialize it.
4481
4482 * progmodes/gdb-ui.el (gdb-active-process): New variable.
4483 (gdb-exited): New function.
4484 (gdb-annotation-rules): Use it.
4485 (gdb-starting): Set gdb-active-process to t.
4486 (gdb-stopping): Amend doc string.
4487 (gdb-reset): Set gdb-active-process to nil.
4488
4489 * tooltip.el (tooltip-gud-tips): Show the associated #define
4490 directives when a C program under GDB is not executing.
4491
4492 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4493
4494 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
4495 font-lock-fontify-syntactic-keywords.
4496
4497 * font-lock.el (font-lock-default-fontify-region): Don't force
4498 parse-sexp-lookup-properties to nil.
4499
4500 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4501
4502 * man.el (man-mode-syntax-table): Set up `:' to have
4503 word-constituent syntax.
4504
4505 2005-04-27 Lute Kamstra <lute@gnu.org>
4506
4507 * novice.el (disable-command): Don't add spurious newlines to the
4508 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
4509
4510 2005-04-26 Jay Belanger <belanger@truman.edu>
4511
4512 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
4513 than one window before deleting window.
4514
4515 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4516
4517 * shell.el (shell-prompt-pattern): Doc fix.
4518 (shell-mode): Set paragraph-separate buffer locally to "\\'".
4519
4520 * comint.el (comint-prompt-regexp, comint-get-old-input)
4521 (comint-use-prompt-regexp)
4522 (comint-use-prompt-regexp-instead-of-fields)
4523 (comint-replace-by-expanded-history, comint-send-input)
4524 (comint-output-filter, comint-get-old-input-default)
4525 (comint-line-beginning-position, comint-bol, comint-show-output)
4526 (comint-backward-matching-input, comint-forward-matching-input)
4527 (comint-next-prompt, comint-previous-prompt):
4528 Rename `comint-use-prompt-regexp-instead-of-fields' to
4529 `comint-use-prompt-regexp'. Keep old name as alias and declare
4530 obsolete.
4531 (comint-use-prompt-regexp): Shorten first line of doc string.
4532
4533 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
4534 Set paragraph-separate buffer locally to "\\'".
4535
4536 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
4537 Adapt to above name change.
4538
4539 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4540 (smbclient-prompt-regexp): Ditto.
4541
4542 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
4543
4544 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
4545
4546 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
4547 gdb-location-list.
4548 Break lines that are over 80 characters wide.
4549
4550 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4551
4552 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
4553 New fun and var, to preserve compatibility.
4554
4555 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
4556
4557 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
4558
4559 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
4560 name to file-newer-than-file-p.
4561
4562 2005-04-26 Richard M. Stallman <rms@gnu.org>
4563
4564 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
4565
4566 * progmodes/python.el (python-mode):
4567 Use new name eldoc-documentation-function.
4568
4569 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
4570
4571 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4572 (eldoc-documentation-function):
4573 Rename from eldoc-print-current-symbol-info-function. Calls changed.
4574
4575 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
4576
4577 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
4578
4579 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4580
4581 * term/xterm.el (function-key-map): Fix strings for
4582 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
4583 {C,S,A,C-S}-{f1-f12}.
4584
4585 2005-04-26 Kenichi Handa <handa@m17n.org>
4586
4587 * international/mule-cmds.el (select-safe-coding-system):
4588 Fix previous change.
4589
4590 2005-04-26 Lute Kamstra <lute@gnu.org>
4591
4592 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
4593
4594 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
4595 (font-lock-comment-delimiter-face): Ditto.
4596
4597 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
4598
4599 2005-04-25 Jay Belanger <belanger@truman.edu>
4600
4601 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
4602 to t while inserting information; use help-mode.
4603
4604 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4605
4606 * term.el (ansi-term-color-vector): Use the xterm colors.
4607 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
4608
4609 2005-04-25 Lute Kamstra <lute@gnu.org>
4610
4611 * font-core.el (font-lock-defaults): Fix docstring.
4612
4613 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
4614
4615 2005-04-25 Kenichi Handa <handa@m17n.org>
4616
4617 * international/mule-cmds.el (select-safe-coding-system):
4618 Don't check consistency with coding: spec, etc if raw-text or
4619 no-conversion was found to be safe.
4620
4621 2005-04-24 Richard M. Stallman <rms@gnu.org>
4622
4623 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
4624 citation markers at start of each line.
4625
4626 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
4627 citation markers at start of each line.
4628
4629 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
4630
4631 * files.el (mode-require-final-newline): Fix previous change.
4632 (require-final-newline): Fix type label.
4633
4634 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4635
4636 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
4637 statement in buffer (broken by 2004-11-24 change).
4638
4639 2005-04-24 Kim F. Storm <storm@cua.dk>
4640
4641 * ido.el (ido-everywhere): Save and restore old read-buffer-function
4642 and read-file-name-function values. Don't overwrite existing
4643 non-nil values if ido-mode is enabled without ido-everywhere.
4644
4645 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
4646
4647 * files.el (mode-require-final-newline): Minor doc fix.
4648
4649 2005-04-24 Eli Zaretskii <eliz@gnu.org>
4650
4651 * subr.el (syntax-after): Doc fix.
4652 (syntax-class): If argument is nil, return nil. Mask off upper 16
4653 bits, not 8 bits.
4654
4655 * files.el (mode-require-final-newline): Doc fix.
4656 (backup-buffer-copy): Fix last change.
4657
4658 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4659
4660 * term/mac-win.el: Require select. Set selection-coding-system to
4661 mac-system-coding-system. Call menu-bar-enable-clipboard.
4662 (x-last-selected-text-clipboard, x-last-selected-text-primary)
4663 (x-select-enable-clipboard): New variables.
4664 (x-select-text, x-get-selection, x-selection-value)
4665 (x-get-selection-value, mac-select-convert-to-string)
4666 (mac-services-open-file, mac-services-open-selection)
4667 (mac-services-insert-text): New functions.
4668 (CLIPBOARD, FIND): Put mac-scrap-name property.
4669 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
4670 (public.tiff): Put mac-ostype property.
4671 (selection-converter-alist): Add entries for them.
4672 (mac-application-menu-map): New keymap.
4673 (interprogram-cut-function, interprogram-paste-function): Set to
4674 x-select-text and x-get-selection-value, respectively.
4675 (split-window-keep-point): Set to t.
4676
4677 2005-04-23 Richard M. Stallman <rms@gnu.org>
4678
4679 * files.el (read-directory-name): Always pass non-nil
4680 DEFAULT-FILENAME arg to read-file-name.
4681 (backup-buffer-copy, basic-save-buffer-2): Take care against
4682 writing thru an unexpected existing symlink.
4683 (revert-buffer): In indirect buffer, revert the base buffer.
4684 (magic-mode-alist): Doc fix.
4685 (buffer-stale-function): Doc fix.
4686 (minibuffer-with-setup-hook): Avoid warning.
4687 (mode-require-final-newline): Doc and custom fix.
4688
4689 * follow.el (follow-end-of-buffer): Use with-no-warnings.
4690
4691 * font-lock.el (font-lock-comment-face): On terminals with few colors,
4692 use the default appearance.
4693 (font-lock-comment-delimiter-face): New face, new variable.
4694
4695 * imenu.el (imenu--generic-function): The official position of a
4696 definition is the start of the line that BEG is in.
4697
4698 * midnight.el (midnight-timer): Move defvar up.
4699
4700 * mouse.el (mouse-drag-region-1): Delete some debugging code.
4701
4702 * saveplace.el (save-place-to-alist): Use with-no-warnings.
4703
4704 * startup.el (command-line): Use with-no-warnings.
4705
4706 * window.el (window-size-fixed): New defvar.
4707
4708 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
4709
4710 * mail/rmail.el (rmail-font-lock-keywords):
4711 Use font-lock-comment-delimiter-face.
4712
4713 * mail/sendmail.el (mail-font-lock-keywords):
4714 Use font-lock-comment-delimiter-face.
4715
4716 * progmodes/compile.el (next-error-highlight-timer): New defvar.
4717
4718 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
4719
4720 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4721 Specify t for LAXMATCH when matching directories.
4722 Save match data around compilation-compat-error-properties form.
4723
4724 2005-04-23 David Kastrup <dak@gnu.org>
4725
4726 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
4727 Mention that the autoloaded aliases should be kept for AUCTeX.
4728
4729 2005-04-23 Andreas Schwab <schwab@suse.de>
4730
4731 * isearch.el (isearch-forward): Doc fix.
4732
4733 2005-04-23 Eli Zaretskii <eliz@gnu.org>
4734
4735 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
4736 (jit-lock-stealth-nice): Change default value to 0.5.
4737
4738 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
4739
4740 * abbrev.el (write-abbrev-file): Write table entries in
4741 alphabetical order by table name.
4742
4743 2005-04-22 Kim F. Storm <storm@cua.dk>
4744
4745 * ido.el (ido-read-internal): Fix `list' completion.
4746
4747 2005-04-22 Kenichi Handa <handa@m17n.org>
4748
4749 * recentf.el (recentf-save-file-coding-system): New variable.
4750 (recentf-save-list): Encode the file by
4751 recentf-save-file-coding-system and add coding: tag.
4752
4753 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
4754
4755 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
4756
4757 2005-04-21 Lute Kamstra <lute@gnu.org>
4758
4759 * loadhist.el (unload-feature): Don't remove a function from hooks
4760 if it is about to be restored to an autoload . Remove functions
4761 that will become unbound from auto-mode-alist. Simplify the code.
4762
4763 * subr.el (assq-delete-all): New implementation that is linear,
4764 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
4765 (rassq-delete-all): New function.
4766
4767 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4768 Add size-indication-mode.
4769
4770 2005-04-21 Kenichi Handa <handa@m17n.org>
4771
4772 * international/mule-cmds.el: Add autoload for widget-value in
4773 eval-when-compile.
4774
4775 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
4776
4777 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4778 Add tooltip-mode.
4779
4780 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
4781
4782 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
4783
4784 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
4785 (inferior-lisp-filter-regexp, inferior-lisp-program)
4786 (inferior-lisp-load-command, inferior-lisp-prompt)
4787 (inferior-lisp-mode-hook, lisp-source-modes)
4788 (inferior-lisp-load-hook): defvar->defcustom.
4789 (inferior-lisp-program, inferior-lisp-prompt)
4790 (inferior-lisp-load-hook): Doc fixes.
4791 (inferior-lisp-install-letter-bindings): Small change in
4792 introductory comment.
4793
4794 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
4795
4796 * vc.el (vc-annotate-color-map): Change some colors so that text
4797 using them as foreground is readable on both white and black
4798 backgrounds.
4799
4800 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4801
4802 * international/mule-conf.el (translation-table-for-input):
4803 Remove redundant declaration.
4804
4805 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
4806
4807 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
4808
4809 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
4810 (tooltip-toggle-gud-tips): New function.
4811
4812 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4813
4814 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
4815 right angle brackets.
4816
4817 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
4818
4819 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
4820
4821 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4822
4823 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
4824 Remove. Update callers to use expand-file-name instead.
4825
4826 * subr.el (syntax-class): New function.
4827
4828 * simple.el (blink-matching-open): Use it.
4829
4830 * paren.el (show-paren-function): Use it to recognize parens that are
4831 also used in 2-char comment markers.
4832
4833 2005-04-19 Lute Kamstra <lute@gnu.org>
4834
4835 * loadhist.el (unload-feature): Update for new format of
4836 load-history. Simplify the code.
4837
4838 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4839
4840 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
4841 (mac-add-charset-info): New function. Initialize variable
4842 mac-charset-info-alist using it.
4843 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
4844 for translation.
4845 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
4846 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
4847 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
4848 New CCL programs.
4849
4850 2005-04-19 Kim F. Storm <storm@cua.dk>
4851
4852 * simple.el (next-buffer, prev-buffer, next-error)
4853 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4854 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
4855
4856 * bindings.el (next-buffer, prev-buffer, next-error)
4857 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4858 (clone-indirect-buffer-other-window): Move bindings from simple.el.
4859 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
4860 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
4861
4862 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * isearch.el (isearch-edit-string): Make the search-ring available for
4865 minibuffer history commands.
4866 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
4867 the default history commands now work just as well.
4868 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
4869
4870 2005-04-18 Kim F. Storm <storm@cua.dk>
4871
4872 * emulation/cua-base.el (cua--pre-command-handler): Add more
4873 elaborate check for shift modifier on non-window systems.
4874
4875 2005-04-18 Lars Hansen <larsh@math.ku.dk>
4876
4877 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
4878
4879 2005-04-18 Kim F. Storm <storm@cua.dk>
4880
4881 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
4882 and make it optional. Don't test tooltip-gud-echo-area here.
4883 (tooltip-gud-process-output, gdb-tooltip-print):
4884 Pass tooltip-gud-echo-area to tooltip-show.
4885 (tooltip-help-tips): Remove second optional arg to tooltip-show.
4886
4887 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4888
4889 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
4890 `display-graphic-p' may not be bound yet.
4891
4892 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
4893
4894 * startup.el (command-line): No longer enable Xterm Mouse mode by
4895 default in terminals compatible with xterm.
4896
4897 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
4898
4899 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
4900
4901 * tooltip.el (tooltip-gud-echo-area): Rename from
4902 tooltip-use-echo-area.
4903 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
4904 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
4905 area independently of where help tooltips are displayed.
4906
4907 2005-04-17 David Kastrup <dak@gnu.org>
4908
4909 * cus-theme.el (custom-theme-write-variables): Quote variables
4910 where necessary.
4911
4912 2005-04-17 Richard M. Stallman <rms@gnu.org>
4913
4914 * simple.el (yank-excluded-properties): Add follow-link to value.
4915
4916 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
4917
4918 * startup.el (fancy-splash-max-time): Just 30 seconds.
4919 (fancy-splash-delay): Just 7.
4920 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
4921
4922 * loadhist.el (unload-feature): Update for new format of load-history.
4923 Simplify the code.
4924
4925 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
4926 (rmail-font-lock-keywords): Don't fontify the text of a citation.
4927
4928 * mail/sendmail.el (mail-font-lock-keywords):
4929 Don't fontify subject text.
4930 Don't fontify the text of a citation.
4931
4932 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
4933
4934 * comint.el (comint-output-filter): Run comint-output-filter-functions
4935 with point where the user had it.
4936
4937 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4938
4939 * international/ucs-tables.el (ucs-set-table-for-input):
4940 Disable when using unify-on-decoding.
4941
4942 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4943
4944 * emulation/cua-base.el (cua-global-mark-face): Add special case
4945 for displays supporting a high number of colors.
4946
4947 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4948
4949 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
4950
4951 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
4952
4953 * filesets.el (filesets-add-buffer): If user supplies a name of a
4954 non-existing fileset, create a new fileset.
4955
4956 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
4957
4958 * textmodes/org.el (org-up-heading-all): Fix bug with
4959 `outline-up-heading-all'.
4960
4961 2005-04-16 Andreas Schwab <schwab@suse.de>
4962
4963 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
4964 /etc/permissions.d/* and /etc/aliases.d/*.
4965
4966 2005-04-16 Kenichi Handa <handa@m17n.org>
4967
4968 * international/code-pages.el (cp-make-coding-system):
4969 Set `translation-table-for-input' property value to the symbol
4970 ucs-mule-to-mule-unicode, not to that value.
4971 (pt154): Escape guillemet by `\'.
4972
4973 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
4974
4975 * loadup.el: Load tooltip if x-show-tip is fboundp.
4976
4977 * startup.el (command-line): Add comment.
4978
4979 * tooltip.el (tooltip-mode): Specify correct standard value for
4980 Custom in init-value.
4981
4982 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
4983
4984 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
4985 possible.
4986
4987 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
4988
4989 * textmodes/org.el (org-agenda-date-prompt): Rename from
4990 `org-agenda-date-today'.
4991 (org-evaluate-time-range): Insert at point instead of directly
4992 after time range.
4993 (org-first-headline-recenter, org-subtree-end-visible-p)
4994 (org-optimize-window-after-visibility-change): New functions
4995 (org-agenda-post-command-hook): Don't allow point at end of line,
4996 to make sure it always hits the text properties.
4997 (org-agenda-next-date-line, org-agenda-previous-date-line):
4998 New commands.
4999 (org-set-regexps-and-options): Category may contain white space.
5000 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5001 Improve marker positions.
5002 (org-agenda-new-marker): Argument POS made optional.
5003 (org-agenda-get-timestamps): Deadlines which are done are listed
5004 in org-done-face now.
5005 (org-agenda-get-todos, org-agenda-get-timestamps)
5006 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5007 Set `undone-face' and `done-face' properties.
5008 (org-last-todo-state-is-todo): New variable.
5009 (org-todo): Set `org-last-todo-state-is-todo'.
5010 (org-agenda-todo): Change face according to
5011 `org-last-todo-state-is-todo'. And change other lines referring to
5012 the same entry.
5013 (org-calendar-goto-agenda): New command.
5014 (org-calendar-to-agenda-key): New option.
5015 (org-startup-folded): New allowed value `content'.
5016 (org-set-regexps-and-options): Accept new value `content' for
5017 `org-startup-folded'.
5018 (org-get-current-options): Handle new value `content' for
5019 `org-startup-folded'.
5020 (org-insert-todo-heading): New command.
5021 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5022 interactively in empty file and option
5023 `org-insert-mode-line-in-empty-file' has been set.
5024 (org-agenda-todo,org-agenda-priority): Modify to use
5025 `org-agenda-change-all-lines'.
5026 (org-warning-face): Change color on dark background
5027
5028 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5029
5030 * international/mule-cmds.el (set-locale-environment): On Mac OS,
5031 use preferences AppleLocale and AppleLanguages, and variable
5032 mac-system-locale for default locale. On Mac OS Classic, use
5033 mac-system-coding-system for default coding systems.
5034
5035 * term/mac-win.el: Don't set file-name-coding-system.
5036 Decode variables system-name, emacs-build-system, user-login-name, and
5037 user-full-name by mac-system-coding-system on Mac OS Classic.
5038 (mac-system-coding-system): New variable.
5039
5040 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
5041
5042 * startup.el (command-line): Handle `xterm-mouse-mode' before
5043 reading init file.
5044
5045 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5046
5047 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5048
5049 * progmodes/sh-script.el (sh-here-document-word): Make it a
5050 defcustom. Doc fix.
5051 (sh-add): Bash uses $(( )) for arithmetic.
5052 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5053 (sh-maybe-here-document): Remove quotes and leading whitespace
5054 from heredoc word when closing. Indent heredoc with tabs if word
5055 starts with "-".
5056
5057 2005-04-13 Richard M. Stallman <rms@gnu.org>
5058
5059 * simple.el (undo): Fix previous change.
5060
5061 * custom.el (defface): Doc fix.
5062
5063 2005-04-13 Lute Kamstra <lute@gnu.org>
5064
5065 * Makefile.in (DONTCOMPILE): Remove list.
5066 (compile, compile-always): Don't use DONTCOMPILE.
5067 (update-authors): Load the library in which batch-update-authors
5068 is defined.
5069 * makefile.w32-in (DONTCOMPILE): Remove list.
5070 (compile, compile-always): Fix comments.
5071 (update-authors): Load the library in which batch-update-authors
5072 is defined.
5073
5074 * generic-x.el (generic-mode-ini-file-find-file-hook):
5075 Rename to ini-generic-mode-find-file-hook.
5076 Keep generic-mode-ini-file-find-file-hook as an alias.
5077 (ini-generic-mode-find-file-hook): Rename from
5078 generic-mode-ini-file-find-file-hook. Fix docstring.
5079 (ini-generic-mode): Docstring change.
5080 (bat-generic-mode-run-as-comint): Silence the byte compiler.
5081
5082 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
5083 called from lisp.
5084
5085 * generic.el: Move to the emacs-lisp subdir.
5086
5087 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5088
5089 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
5090 and C-S- function and cursor motion keys.
5091
5092 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
5093
5094 * startup.el (command-line): Enable Xterm Mouse mode by default.
5095 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
5096 for Custom. No longer show "Mouse" in mode line when enabled.
5097 Doc fix.
5098
5099 2005-04-12 Kim F. Storm <storm@cua.dk>
5100
5101 * emulation/cua-base.el (cua-rectangle-face)
5102 (cua-rectangle-noselect-face): Define face attributes here.
5103
5104 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
5105
5106 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5107
5108 * startup.el (command-line): Turn off blinking cursor if
5109 cursorBlink in resources is off or false.
5110
5111 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5112
5113 * term/mac-win.el (dnd): Require dnd.
5114 (mac-drag-n-drop): Call dnd-handle-one-url.
5115 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
5116 (kTextEncodingISOLatin2): Remove constants.
5117 (mac-script-code-coding-systems): New constant.
5118 (mac-handle-language-change): New function.
5119 (special-event-map): Bind it to `language-change' event.
5120 (mac-centraleurroman, mac-cyrillic): New coding systems.
5121 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
5122 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
5123 and mac-cyrillic-encoder to encode-mac-centraleurroman and
5124 encode-mac-cyrillic, respectively.
5125
5126 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5127
5128 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
5129 Don't set overlay-arrow-string to "=>" as this is done
5130 globally in C now.
5131
5132 2005-04-12 Lute Kamstra <lute@gnu.org>
5133
5134 * generic-x.el (rc-generic-mode, rul-generic-mode):
5135 Fix auto-mode-alist entries.
5136 (etc-fstab-generic-mode): Tweak fontification.
5137
5138 * generic.el (generic-make-keywords-list): Fix docstring.
5139 (generic-mode-internal): Simplify generic-font-lock-keywords.
5140
5141 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5142
5143 * whitespace.el (whitespace-buffer-leading)
5144 (whitespace-buffer-trailing): Revert the incorrect test inversion.
5145 However, fix the highlight area for the leading and
5146 trailing whitespaces to show space.
5147
5148 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5149
5150 * whitespace.el (whitespace-version): Bump to 3.5
5151
5152 (whitespace-buffer-leading, whitespace-buffer-trailing):
5153 Invert sense of the test to highlight the whitespace.
5154
5155 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5156
5157 * progmodes/gud.el (gud-display-line): GUD uses its own
5158 overlay arrow now so don't set overlay-arrow-string.
5159 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
5160
5161 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5162
5163 * term.el (term-ansi-current-bold, term-ansi-current-underline)
5164 (term-ansi-current-reverse, term-ansi-current-invisible)
5165 (term-ansi-face-already-done): Change to boolean.
5166 (term-reset-terminal, term-handle-colors-array): Handle the above
5167 vars accordingly.
5168 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
5169 (term-emulate-terminal): Use the new name.
5170
5171 * faces.el (secondary-selection): Use yellow1, not yellow.
5172 (trailing-whitespace): Use red1, not red.
5173
5174 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5175
5176 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
5177 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
5178 (dired-dnd-handle-file): Call dnd-get-local-file-uri
5179
5180 * cus-edit.el (dnd): New group.
5181
5182 * term/w32-win.el (dnd): Require dnd
5183 (w32-drag-n-drop): Call dnd-handle-one-url.
5184
5185 * x-dnd.el: Require dnd.
5186 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
5187 Call dnd-handle-one-url.
5188 (x-dnd-types-alist, x-dnd-insert-utf8-text)
5189 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
5190 to dnd-insert-text.
5191 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
5192 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
5193 (x-dnd-get-local-file-name, x-dnd-open-local-file)
5194 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
5195
5196 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
5197
5198 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5199
5200 * wdired.el: Doc fixes.
5201 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
5202 (wdired-use-dired-vertical-movement): Rename from
5203 wdired-always-move-to-filename-beginning.
5204 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
5205 (wdired-change-to-wdired-mode): Change mode name.
5206 (wdired-newline): Delete.
5207
5208 2005-04-11 Richard M. Stallman <rms@gnu.org>
5209
5210 * whitespace.el (whitespace-highlight-the-space):
5211 Don't call whitespace-unhighlight-the-space here.
5212
5213 * simple.el (undo): Record t in undo-equiv-table
5214 for the redo record made by an undo-in-region.
5215
5216 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5217
5218 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
5219 (gdb-frame-inferior-io-buffer): New Functions to control
5220 display of separate IO buffer.
5221 (menu): Add them to menu-bar.
5222 (gdb-display-buffer): Check for buffer another frame.
5223 Protect GUD buffer.
5224 (gdb-setup-windows): Create IO buffer if not already there.
5225 (gdb-memory-mode): Remove purecopy noops.
5226
5227 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5228
5229 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
5230 and pass to self-insert-command.
5231
5232 2005-04-11 Lute Kamstra <lute@gnu.org>
5233
5234 * generic.el: Commentary section cleanup.
5235 (generic): Delete.
5236 (generic-use-find-file-hook, generic-lines-to-scan)
5237 (generic-find-file-regexp, generic-ignore-files-regexp)
5238 (default-generic-mode, generic-mode-find-file-hook)
5239 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
5240 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
5241 (generic-use-find-file-hook, generic-lines-to-scan)
5242 (generic-find-file-regexp, generic-ignore-files-regexp)
5243 (default-generic-mode, generic-mode-find-file-hook)
5244 (generic-mode-ini-file-find-file-hook): Move from generic.el.
5245
5246 2005-04-10 Karl Fogel <kfogel@red-bean.com>
5247
5248 * bookmark.el (bookmark-write-file): Catch errors writing file.
5249 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
5250
5251 2005-04-10 Richard M. Stallman <rms@gnu.org>
5252
5253 * startup.el (fancy-splash-tail): Update copyright year.
5254 (command-line): Split part of -Q into -D.
5255 (emacs-basic-display): New defvar.
5256 (fancy-splash-text): Correct name of menu item.
5257
5258 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
5259
5260 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
5261 lines in one node.
5262
5263 * comint.el (comint-send-input): New arg ARTIFICIAL.
5264 Callers in this file changed.
5265
5266 * abbrev.el (define-abbrevs): Read system abbrevs properly.
5267
5268 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
5269
5270 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
5271
5272 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
5273 `ldap-search-internal'.
5274
5275 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5276
5277 * files.el (set-auto-mode-1): Use line-end-position.
5278
5279 * international/latin-1.el:
5280 * international/latin-2.el:
5281 * international/latin-3.el:
5282 * international/latin-4.el:
5283 * international/latin-5.el:
5284 * international/latin-8.el:
5285 * international/latin-9.el: Give punctuation syntax to NBSP.
5286
5287 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
5288 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
5289 Use char-classes to accept non-ascii letters, accepted in some recent
5290 bibtex implementations.
5291
5292 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
5293
5294 * custom.el (custom-set-minor-mode): Any non-nil value for the
5295 variable should enable the mode when set through Custom.
5296
5297 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
5300 TAB binding so tab-always-indent is obeyed.
5301 (vhdl-minibuffer-local-map): Move initialization into declaration.
5302 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
5303 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
5304 (vhdl-hooked-abbrev): Avoid test for XEmacs.
5305 (vhdl-current-line): Use line-beginning-position.
5306 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
5307 with-output-to-temp-buffer, so the current position can be recorded.
5308
5309 2005-04-10 Masatake YAMATO <jet@gyve.org>
5310
5311 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5312 Add regexp for gcov.
5313
5314 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5315
5316 * calendar/time-date.el (time-to-seconds, seconds-to-time)
5317 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
5318 syntax which Emacs 20 doesn't support.
5319
5320 2005-04-09 Richard M. Stallman <rms@gnu.org>
5321
5322 * help.el (describe-key-briefly, describe-key):
5323 Replace strings as event types with "(any string)".
5324
5325 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5326
5327 * arc-mode.el (archive-mode-map): Move initialization into
5328 the declaration. Override *all* bindings of `undo'.
5329 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
5330
5331 2005-04-09 Jay Belanger <belanger@truman.edu>
5332
5333 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
5334
5335 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5336
5337 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
5338 (xterm-register-default-colors): Update color values computation
5339 to match xterm-200.
5340
5341 2005-04-09 Kenichi Handa <handa@m17n.org>
5342
5343 * international/code-pages.el (iso-latin-7): Fix the map.
5344
5345 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
5346
5347 * emacs-lisp/lisp.el (defun-prompt-regexp)
5348 (parens-require-spaces, buffer-end, end-of-defun)
5349 (insert-parentheses): Doc fixes.
5350
5351 2005-04-08 Kim F. Storm <storm@cua.dk>
5352
5353 * comint.el (comint-highlight-prompt): Fix face spec.
5354 * hi-lock.el (hi-green): Likewise.
5355
5356 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5357
5358 * cus-edit.el (custom-modified-face):
5359 * comint.el (comint-highlight-input): Fix previous changes.
5360 * term.el (term-handle-ansi-escape): Add a comment.
5361
5362 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
5365 in the buffer and in whitespace-highlighted-space.
5366 (whitespace-unhighlight-the-space): Simplify.
5367 (whitespace-buffer): Simplify.
5368
5369 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5370
5371 * textmodes/table.el (table-cell-face): Add special case for
5372 displays supporting a high number of colors.
5373 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5374 (vhdl-font-lock-reserved-words-face)
5375 (vhdl-speedbar-architecture-face)
5376 (vhdl-speedbar-instantiation-face)
5377 (vhdl-speedbar-architecture-selected-face)
5378 (vhdl-speedbar-instantiation-selected-face): Likewise.
5379 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
5380 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
5381 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5382 (ebrowse-root-class-face, ebrowse-member-attribute-face)
5383 (ebrowse-progress-face): Likewise.
5384 * progmodes/compile.el (compilation-info-face): Likewise.
5385 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
5386 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
5387 * calendar/calendar.el (diary-face): Likewise.
5388 * woman.el (woman-italic-face, woman-bold-face)
5389 (woman-unknown-face): Likewise.
5390 * wid-edit.el (widget-button-pressed-face): Likewise.
5391 * whitespace.el (whitespace-highlight-face): Likewise.
5392 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
5393 * pcvs-info.el (cvs-marked-face): Likewise.
5394 * info.el (info-xref): Likewise.
5395 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
5396 * hilit-chg.el (highlight-changes-face)
5397 (highlight-changes-delete-face): Likewise.
5398 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
5399 (hi-red-b): Likewise.
5400 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
5401 * font-lock.el (font-lock-keyword-face)
5402 (font-lock-function-name-face, font-lock-warning-face): Likewise.
5403 * cus-edit.el (custom-invalid-face, custom-modified-face)
5404 (custom-set-face, custom-changed-face, custom-variable-tag-face)
5405 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
5406 * comint.el (comint-highlight-prompt): Likewise.
5407
5408 2005-04-08 Lute Kamstra <lute@gnu.org>
5409
5410 * font-lock.el (font-lock-keywords): Docstring fixes.
5411
5412 2005-04-08 Kenichi Handa <handa@m17n.org>
5413
5414 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
5415 chars are more than a limit, print " and more..." at the tail.
5416
5417 2005-04-08 Kim F. Storm <storm@cua.dk>
5418
5419 * emacs-lisp/authors.el (authors-aliases): Update list.
5420 (authors-ignored-files): New list.
5421 (authors-fixed-entries): Fix typo.
5422 (authors-renamed-files-alist): Update list.
5423 (authors-add): Check authors-ignored-files.
5424
5425 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
5426
5427 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
5428 optional, to ensure backward compatibility.
5429
5430 2005-04-08 Stephen Eglen <stephen@gnu.org>
5431
5432 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
5433
5434 2005-04-08 Kim F. Storm <storm@cua.dk>
5435
5436 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
5437
5438 * mouse.el (mouse-on-link-p): Doc fix.
5439
5440 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
5441
5442 * ielm.el (ielm-prompt-read-only): Doc fix.
5443
5444 * comint.el (comint-prompt-read-only): Doc fix.
5445
5446 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
5447
5448 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
5449 ensure dired always handles wildcards passed to ffap.
5450 (find-file-at-point): Use it.
5451 (ffap-dired-wildcards): Doc fix.
5452
5453 2005-04-07 Juri Linkov <juri@jurta.org>
5454
5455 * simple.el (next-error-overlay-arrow-position): New defvar.
5456 Put "=>" on its property `overlay-arrow-string'. Add it to
5457 `overlay-arrow-variable-list'.
5458
5459 * progmodes/compile.el (compilation-setup):
5460 Set `next-error-overlay-arrow-position' to nil. Also set it to
5461 nil in the local hook `kill-buffer-hook'. Make local variable
5462 `overlay-arrow-string' and set it to "=>".
5463 (compilation-goto-locus): Set BOL position to
5464 `next-error-overlay-arrow-position' instead of
5465 `overlay-arrow-position'.
5466
5467 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
5468 locally instead of adding it to the global hook.
5469 (Info-kill-buffer): Move up.
5470
5471 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
5472
5473 * term/xterm.el (xterm-standard-colors): Update color values from
5474 xterm-200.
5475
5476 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
5479
5480 * fast-lock.el:
5481 * lazy-lock.el: Move them to the obsolete subdir.
5482
5483 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5484
5485 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
5486 (wdired-add-replace-advice): Remove.
5487 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
5488
5489 2005-04-06 Kim F. Storm <storm@cua.dk>
5490
5491 * startup.el (command-line): Add --bare-bones alias for -Q.
5492
5493 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5494
5495 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
5496 create the startup fontset if a font specification ends with
5497 `mac-roman'.
5498
5499 2005-04-06 Lute Kamstra <lute@gnu.org>
5500
5501 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
5502 change.
5503
5504 * emacs-lisp/copyright.el (copyright-update-year): Replace the
5505 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
5506
5507 2005-04-05 Lute Kamstra <lute@gnu.org>
5508
5509 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
5510 (define-generic-mode): Ditto. Fix debug declaration.
5511
5512 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5513 Put them in the generic-x group.
5514
5515 * calendar/timeclock.el (timeclock): Doc fix.
5516
5517 * generic.el (define-generic-mode): Don't use custom-current-group.
5518 Document default :group value.
5519 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
5520 (define-global-minor-mode): Don't use custom-current-group.
5521
5522 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
5523
5524 * startup.el (command-line-1): Display startup-echo-area-message
5525 when fancy splash screen is in use.
5526
5527 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
5528 (sh-escaped-newline): New face.
5529 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
5530 newline, and use sh-escaped-newline face.
5531
5532 * progmodes/tcl.el (tcl-escaped-newline): New face.
5533 (tcl-builtin-list): New variable.
5534 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
5535 newlines. Fix keywords subexpression number.
5536
5537 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
5538
5539 * textmodes/org.el (org-diary-default-entry): Fix call to
5540 `add-to-diary-entry'.
5541
5542 2005-04-05 Kim F. Storm <storm@cua.dk>
5543
5544 * ediff-init.el: Use (featurep 'xemacs).
5545
5546 2005-04-05 David Ponce <david@dponce.com>
5547
5548 * cus-edit.el (face): Derive from symbol widget. Display sample
5549 of the current face on the fly.
5550 (widget-face-sample-face-get, widget-face-notify): New functions.
5551 (widget-face-value-create): Remove.
5552
5553 * wid-edit.el (widget-field-end): Temporarily remove field
5554 narrowing before to call `get-char-property'.
5555
5556 2005-04-04 Jay Belanger <belanger@truman.edu>
5557
5558 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
5559 (math-read-subscripts): New variable.
5560 (math-read-preprocess-string): Process subscripts.
5561
5562 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
5563
5564 * comint.el (comint-prompt-read-only): Doc fix.
5565
5566 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
5567 `-1'. Doc fix.
5568
5569 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
5570
5571 * textmodes/org.el (org-insert-mode-line-in-empty-file):
5572 Change default value to nil.
5573
5574 2005-04-04 Lute Kamstra <lute@gnu.org>
5575
5576 * autorevert.el (auto-revert-mode): Specify :group.
5577 * battery.el (display-battery-mode): Specify :group.
5578 * diff-mode.el (diff-minor-mode): Specify :group.
5579 * font-core.el (font-lock-mode): Specify :group.
5580 * hl-line.el (hl-line-mode): Specify :group.
5581 * iimage.el (iimage): New customization group.
5582 (iimage-mode): Specify :group.
5583 * longlines.el (longlines-mode): Specify :group.
5584 * master.el: Don't require easy-mmode.
5585 (master): New customization group.
5586 (master-mode): Specify :group.
5587 * msb.el (msb-mode): Specify :group.
5588 * reveal.el (reveal-mode): Specify :group.
5589 * simple.el (next-error-follow-minor-mode): Specify :group.
5590 * smerge-mode.el (smerge-mode): Specify :group.
5591 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
5592 * emulation/cua-base.el (cua-mode): Specify :group.
5593 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
5594 * language/thai-util.el (thai-auto-composition-mode)
5595 (thai-word-mode): Specify :group.
5596 * mail/supercite.el (sc-minor-mode): Specify :group.
5597 * progmodes/cwarn.el (cwarn-mode): Specify :group.
5598 * progmodes/flymake.el (flymake-mode): Specify :group.
5599 * progmodes/glasses.el (glasses-mode): Specify :group.
5600 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
5601 * textmodes/enriched.el (enriched-mode): Specify :group.
5602 * textmodes/refill.el (refill-mode): Specify :group.
5603
5604 * add-log.el (change-log-font-lock-keywords): Names in
5605 parenthesized lists can contain spaces.
5606
5607 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
5608
5609 * startup.el (fancy-splash-text): Shorten default text of
5610 "Emacs Tutorial" line. Also, if the current language env
5611 indicates an available tutorial file other than TUTORIAL,
5612 extract its title and append it to the line in parentheses.
5613 (fancy-splash-insert): If arg is a thunk, funcall it.
5614
5615 2005-04-04 Jay Belanger <belanger@truman.edu>
5616
5617 * calc.el (calc-language-alist): Add tags to customization type.
5618
5619 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
5620
5621 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
5622 Doc fix.
5623
5624 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
5625
5626 * add-log.el (change-log-font-lock-keywords): The manual
5627 describing a Change Log entry, says: (...) "Aside from these
5628 header lines, every line in the change log starts with a space or
5629 a tab.". The font-lock was not highlighting lines started with
5630 spaces, added support for it.
5631
5632 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5633
5634 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
5635 (bibtex-generate-url-list): Update docstring accordingly. Put the
5636 complex example in the docstring.
5637 (bibtex-font-lock-url): Use pop.
5638
5639 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5640
5641 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
5642
5643 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
5644
5645 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5646
5647 * filesets.el (filesets-set-default): Doc fix.
5648
5649 2005-04-03 Lute Kamstra <lute@gnu.org>
5650
5651 * generic.el (define-generic-mode): Add argument to specify
5652 keywords for defcustom.
5653 (default-generic-mode): Specify :group.
5654
5655 * generic-x.el: Specify :group for all generic modes.
5656
5657 * desktop.el (desktop-no-desktop-file-hook)
5658 (desktop-after-read-hook): Doc fix.
5659
5660 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
5661
5662 * simple.el (visible-mode): Use explicit :group keyword.
5663 This changes the group of `visible-mode-hook' from paren-blinking
5664 to editing-basics.
5665
5666 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
5667
5668 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
5669 mailbox specifications as well as URLs.
5670 (rmail-insert-inbox-text): Remove unused conditional branches.
5671
5672 2005-04-01 Jay Belanger <belanger@truman.edu>
5673
5674 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5675 (calc-gnuplot-print-command): Move definitions to calc.el.
5676
5677 * calc/calc-embed.el (calc-embedded-announce-formula)
5678 (calc-embedded-open-formula, calc-embedded-close-formula)
5679 (calc-embedded-open-word, calc-embedded-close-word)
5680 (calc-embedded-open-plain, calc-embedded-close-plain)
5681 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
5682 (calc-embedded-open-mode, calc-embedded-close-mode):
5683 Move definitions to calc.el.
5684
5685 * calc/calc.el (calc-settings-file, calc-language-alist):
5686 Make customizable.
5687 (calc-embedded-announce-formula, calc-embedded-open-formula)
5688 (calc-embedded-close-formula, calc-embedded-open-word)
5689 (calc-embedded-close-word, calc-embedded-open-plain)
5690 (calc-embedded-close-plain, calc-embedded-open-new-formula)
5691 (calc-embedded-close-new-formula, calc-embedded-open-mode)
5692 (calc-embedded-close-mode, calc-gnuplot-name)
5693 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
5694 from other files and make customizable.
5695
5696 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5697
5698 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
5699 Use buffer-live-p.
5700 (cvs-mode-run): Don't call cvs-update-header here.
5701 (cvs-run-process): Call cvs-update-header.
5702 Use process properties for cvs-postprocess and cvs-buffer so that
5703 the sentinel can behave better if the temp buffer is killed.
5704 Use a pipe rather than a tty, to better handle unexpected prompts.
5705 (cvs-sentinel): Rewrite. Call cvs-update-header.
5706
5707 2005-04-01 Andre Spiegel <spiegel@gnu.org>
5708
5709 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
5710 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
5711
5712 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5713
5714 * generic.el (define-generic-mode): Add indentation rule.
5715
5716 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
5717
5718 * files.el (mode-require-final-newline): Make Custom correctly
5719 report a nil value and allow to set it to nil via Custom.
5720 Doc fix.
5721
5722 2005-04-01 Kenichi Handa <handa@m17n.org>
5723
5724 * international/characters.el: Enable the correct case setting for
5725 dotless-i and dotted-I.
5726
5727 2005-04-01 Kim F. Storm <storm@cua.dk>
5728
5729 * ido.el (ido-file-internal): Fall back to non-ido command if
5730 initial directory is on slow ftp (or tramp) host.
5731
5732 2005-03-31 Richard M. Stallman <rms@gnu.org>
5733
5734 * emacs-lisp/autoload.el (make-autoload):
5735 Handle define-global-minor-mode.
5736
5737 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5738 Rename from easy-mmode-define-global-mode.
5739 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
5740
5741 * progmodes/scheme.el (scheme-mode-syntax-table):
5742 Update syntax of | and # for two-character comment syntax.
5743
5744 2005-03-31 Lute Kamstra <lute@gnu.org>
5745
5746 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
5747 (define-minor-mode): Call custom-current-group at load-time.
5748
5749 * generic.el (define-generic-mode): Add debug declaration.
5750 Add defcustom for the mode hook.
5751 (generic-mode-internal): Use run-mode-hooks.
5752
5753 2005-03-31 Kim F. Storm <storm@cua.dk>
5754
5755 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
5756 (mouse-fixup-help-message): New defun called by show_help_echo
5757 to fixup mouse-2 prefix in help messages when applicable.
5758
5759 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
5760
5761 2005-03-31 Kenichi Handa <handa@m17n.org>
5762
5763 * language/thai-word.el (thai-find-word-ends): Pay attention to
5764 the case that we reach the end of buffer.
5765
5766 * textmodes/fill.el (fill-text-properties-at): New function.
5767 (fill-newline): Use fill-text-properties-at instead of
5768 text-properties-at.
5769
5770 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
5771
5772 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
5773 not comint-quote-filename.
5774
5775 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
5776
5777 * help-fns.el (help-with-tutorial): Revert last change.
5778
5779 2005-03-31 Kim F. Storm <storm@cua.dk>
5780
5781 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
5782
5783 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
5784
5785 * calendar/cal-china.el: Update reference to "Calendrical
5786 Calculations" book; there's a new edition.
5787 * calendar/cal-coptic.el: Likewise.
5788 * calendar/cal-french.el: Likewise.
5789 * calendar/cal-hebrew.el: Likewise.
5790 * calendar/cal-islam.el: Likewise.
5791 * calendar/cal-iso.el: Likewise.
5792 * calendar/cal-julian.el: Likewise.
5793 * calendar/cal-mayan.el: Likewise.
5794 * calendar/cal-persia.el: Likewise.
5795 * calendar/calendar.el: Likewise.
5796 * calendar/holidays.el: Likewise.
5797 * calendar/lunar.el: Likewise.
5798 * calendar/solar.el: Likewise.
5799
5800 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
5801 white space from doc string.
5802
5803 2005-03-30 Jay Belanger <belanger@truman.edu>
5804
5805 * calc/calc-help.el (calc-full-help): Remove email address.
5806
5807 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
5808
5809 * help-fns.el (help-with-tutorial): Delete title line.
5810
5811 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5812
5813 * calendar/cal-x.el (calendar-one-frame-setup)
5814 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
5815 rather than 'symbol for set-window-dedicated-p.
5816
5817 * calendar/appt.el (appt-buffer-name): Make it a constant.
5818 (appt-add): Doc fix.
5819
5820 * filesets.el (filesets-menu-path, filesets-menu-before)
5821 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
5822 (filesets-menu-cache-file): Use directory ~/.emacs.d.
5823 (filesets-add-submenu): Delete and use add-submenu instead.
5824
5825 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
5826
5827 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
5828 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
5829 (org-diary-default-entry): New function.
5830 (org-get-entries-from-diary): Better parsing of diary entries.
5831 (org-agenda-check-no-diary): New function.
5832 ("diary-lib"): Advice to function `add-to-diary-list', to allow
5833 linking to diary entries.
5834 (org-agenda-execute-calendar-command): New function.
5835 (org-agenda): Improve visible section in window.
5836 Use `org-fit-agenda-window'.
5837 (org-fit-agenda-window): New option.
5838 (org-move-subtree-down): Better handling of empty lines
5839 at end of subtree.
5840 (org-cycle): Numeric prefix is interpreted now as show-subtree N
5841 levels up.
5842 (org-fontify-done-headline): New option.
5843 (org-headline-done-face): New face.
5844 (org-set-font-lock-defaults): Use `org-headline-done-face'.
5845 (org-table-copy-down): Rename from `org-table-copy-from-above'.
5846 When current field is non-empty, it is copied to next row.
5847 (org-table-copy-from-above): Fix bug which made it
5848 impossible to copy fields containing only a single non-white character.
5849
5850 2005-03-30 Kim F. Storm <storm@cua.dk>
5851
5852 * kmacro.el (kmacro-end-macro): Isearch may store this command
5853 into the macro -- so ignore it when executing keyboard macro.
5854
5855 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5856
5857 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
5858
5859 2005-03-29 Kenichi Handa <handa@m17n.org>
5860
5861 * language/thai.el ("Thai"): Set setup-function and exit-function
5862 for Thai language environment.
5863
5864 * language/thai-util.el: Require thai-word.
5865 (thai-word-mode-map): New variable.
5866 (thai-word-mode): New minor mode.
5867 (setup-thai-language-environment-internal): New function.
5868 (exit-thai-language-environment-internal): New function.
5869
5870 * language/thai-word.el (thai-word-table): Declare it by defvar,
5871 use dolist to initialize it.
5872 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
5873 (thai-fill-find-break-point): New functions.
5874
5875 2005-03-29 Richard M. Stallman <rms@gnu.org>
5876
5877 * simple.el (idle-update-delay): Move definition up.
5878 (set-mark): Doc fix.
5879
5880 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
5881
5882 * longlines.el: New file.
5883
5884 * simple.el (buffer-substring-filters): New variable.
5885 (filter-buffer-substring): New function.
5886 (kill-region, copy-region-as-kill): Use it.
5887
5888 * register.el (copy-to-register, append-to-register)
5889 (prepend-to-register): Use filter-buffer-substring.
5890
5891 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
5892
5893 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
5894 (gud-filter-pending-text): Move in front of gdb.
5895 (gud-overlay-arrow-position): New variable.
5896 (gud-sentinel, gud-display-line): Use it in place of
5897 overlay-arrow-position.
5898
5899 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
5900
5901 * progmodes/fortran.el (fortran-if-indent): Doc fix.
5902 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
5903 (fortran-font-lock-keywords-4): New variable.
5904 (fortran-blocks-re, fortran-end-block-re)
5905 (fortran-start-block-re): New constants, for hideshow.
5906 (hs-special-modes-alist): Add a Fortran entry.
5907 (fortran-mode-map): Bind fortran-end-of-block,
5908 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
5909 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
5910 (fortran-looking-at-if-then, fortran-end-of-block)
5911 (fortran-beginning-of-block): New functions, for hideshow.
5912
5913 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5914 Doc fix. Tweak regexp.
5915 (f90-beginning-of-block): Push mark first.
5916
5917 2005-03-29 Jay Belanger <belanger@truman.edu>
5918
5919 * calc/calc.el: Update copyright date.
5920 (calc-version): Increase to 2.1.
5921 (calc-version-date): Remove.
5922
5923 * calc/calc-help.el: Update copyright date.
5924 (calc-full-help): Remove reference to calc-version-date.
5925 Update copyright date.
5926
5927 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5928
5929 * vc.el (vc-do-command): Use a pipe for async processes, so password
5930 prompts don't show up at places where the user can't reply.
5931
5932 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
5933
5934 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
5935 on the file name we pass to the inferior shell.
5936
5937 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5938
5939 * progmodes/which-func.el (which-function): Be robust in the face of an
5940 imenu--make-index-alist failure.
5941
5942 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5943
5944 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
5945
5946 * progmodes/python.el (python-preoutput-filter): Fix last change.
5947
5948 2005-03-29 Lute Kamstra <lute@gnu.org>
5949
5950 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
5951 functions and compiled macros.
5952 (debug-convert-byte-code): Handle macros too.
5953 (debug-on-entry-1): Don't signal an error when trying to clear a
5954 function that is not set to debug on entry.
5955
5956 2005-03-29 Jay Belanger <belanger@truman.edu>
5957
5958 * calc/calc-lang.el: Add functions to math-function-table
5959 properties of tex and math.
5960
5961 2005-03-29 Kenichi Handa <handa@m17n.org>
5962
5963 * ps-mule.el (ps-mule-plot-string): Translate characters by
5964 ps-print-translation-table.
5965 (ps-mule-begin-job): Call find-charset-region/string with
5966 ps-print-translation-table.
5967 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
5968
5969 * ps-print.el (ps-print-translation-table): New variable.
5970 (ps-plot-region): Translate characters by ps-print-translation-table.
5971
5972 2005-03-29 Juri Linkov <juri@jurta.org>
5973
5974 * simple.el (next-error-highlight-timer): New variable.
5975
5976 * progmodes/compile.el (compilation-goto-locus):
5977 Use `next-error-highlight-timer' instead of `sit-for'.
5978
5979 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5980
5981 * mail/supercite.el (sc-mail-field): Use assoc-string.
5982 (sc-get-address): Simplify regexps.
5983
5984 * files.el (minibuffer-with-setup-hook): New macro.
5985 (find-file-read-args): Use it to avoid let-binding
5986 minibuffer-with-setup-hook (which breaks turning on/off
5987 file-name-shadow-mode while in the prompt).
5988
5989 * complete.el (PC-read-include-file-name-internal): Use test-completion.
5990
5991 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
5992
5993 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
5994
5995 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * window.el (window-buffer-height): Use count-screen-lines.
5998
5999 * progmodes/python.el (python-preoutput-leftover): New var.
6000 (python-preoutput-filter): Use it.
6001 (python-send-receive): Loop until all the result has been received.
6002
6003 2005-03-28 Juri Linkov <juri@jurta.org>
6004
6005 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6006
6007 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6008 "Recover Crashed Session".
6009 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6010 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6011 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6012 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6013 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6014 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6015 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6016 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6017
6018 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6019 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6020 Ediff Sessions", "Toggle use of separate control buffer frame",
6021 "Use separate frame for Ediff control buffer".
6022
6023 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6024 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6025 "Rename Bookmark", "Delete Bookmark".
6026
6027 * info.el (Info-mode-menu): Remove ellipsis from "Index".
6028 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6029 Add `:active Info-index-alternatives' to "Next Matching Item".
6030
6031 * wdired.el (wdired-change-to-wdired-mode):
6032 Mention `wdired-abort-changes' key in the initial message.
6033
6034 * international/mule.el (auto-coding-alist): Associate non-ascii
6035 image filename extensions with `no-conversion'.
6036
6037 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6038
6039 * international/iso-acc.el:
6040 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6041
6042 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6043
6044 * textmodes/sgml-mode.el (html-mode): Doc update.
6045
6046 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6047
6048 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
6049
6050 * term.el (term-move-columns): Fix face after extending a line.
6051 (term-insert-spaces): Likewise.
6052 (term-reset-terminal): Fix off by one error.
6053
6054 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6055
6056 * international/mule.el (auto-coding-alist): Add .xpi files.
6057
6058 * files.el (auto-mode-alist): Add .xpi files.
6059
6060 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
6061
6062 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6063
6064 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6065
6066 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
6067
6068 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6069
6070 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
6071 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
6072
6073 * calendar/cal-move.el (calendar-beginning-of-year): Move the
6074 cursor to Jan 1 when needed.
6075 (calendar-end-of-year): Fix -/+ typo.
6076 Reported by Chong Yidong <cyd@stupidchicken.com>.
6077
6078 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6079
6080 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
6081
6082 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
6083 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
6084
6085 2005-03-25 Richard M. Stallman <rms@gnu.org>
6086
6087 * filesets.el (filesets-init): Add autoload.
6088
6089 * mail/mailalias.el (mail-directory): Doc fix.
6090
6091 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6092
6093 * mail/mailalias.el (mail-directory-process): Do nothing if
6094 mail-directory-process is an atom.
6095 (mail-get-names): Ignore mail-directory-names if it is an atom.
6096 (mail-directory-process defvar): Doc fix.
6097 (mail-names): Doc fix.
6098
6099 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
6100
6101 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
6102
6103 2005-03-26 Kenichi Handa <handa@m17n.org>
6104
6105 * international/mule-util.el (detect-coding-with-priority):
6106 Call update-coding-systems-internal before detect-coding-region.
6107
6108 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
6109
6110 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6111 (gdb-frames-mode-map): Add follow-link property.
6112
6113 2005-03-25 Jay Belanger <belanger@truman.edu>
6114
6115 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
6116 for variables.
6117
6118 2005-03-25 Juri Linkov <juri@jurta.org>
6119
6120 * image-mode.el: Optimize image filename extension regexps in
6121 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
6122 in `auto-mode-alist'.
6123 (image-mode): Add `image-toggle-display-text' to local hook
6124 `change-major-mode-hook'. Display the image as an image by
6125 default. Set `cursor-type' and `truncate-lines' if the image
6126 is already displayed. Take into account the current mode (image
6127 or text) in message.
6128 (image-minor-mode): New minor mode.
6129 (image-mode-maybe, image-toggle-display-text): New functions.
6130 (image-toggle-display): Use called-interactively-p.
6131 Let-bind `inhibit-read-only' to t.
6132
6133 * image-mode.el (image-minor-mode): Set `cursor-type' and
6134 `truncate-lines' if the image is already displayed. Add turning
6135 image-minor-mode off to `change-major-mode-hook'. Add message.
6136 Call `image-toggle-display-text' after turning image-minor-mode off.
6137
6138 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
6141 Terminal.app, use utf-8.
6142 (set-display-table-and-terminal-coding-system): Add coding-system arg.
6143 (set-locale-environment): Use it.
6144
6145 * term/xterm.el: Undo last change, better done in mule-cmds.el.
6146
6147 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
6148
6149 * progmodes/python.el (python-close-block-statement-p)
6150 (python-outdent-p, python-current-defun): Use symbol-end.
6151
6152 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6153
6154 * files.el (save-some-buffers): Doc fix.
6155
6156 2005-03-25 Werner Lemberg <wl@gnu.org>
6157
6158 * complete.el, thumbs.el: Replace `legal' with `valid'.
6159 * calendar/calendar.el: Replace `legal' with `valid'.
6160 * emacs-lisp/advice.el: Replace `legal' with `valid'.
6161 * mail/supercite.el: Replace `legal' with `valid'.
6162 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
6163 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
6164 Replace `legal' with `valid'.
6165 * textmodes/reftex-vars.el, textmodes/reftex.el:
6166 Replace `legal' with `valid'.
6167
6168 2005-03-25 Werner Lemberg <wl@gnu.org>
6169
6170 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
6171 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
6172 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
6173 * emulation/vip.el: Replace `illegal' with `invalid'.
6174 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
6175 * mail/supercite.el: Replace `illegal' with `invalid'.
6176 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
6177 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
6178 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
6179 * progmodes/sh-script.el, progmodes/xscheme.el:
6180 Replace `illegal' with `invalid'.
6181 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
6182 * textmodes/reftex-index.el, textmodes/reftex-parse.el
6183 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
6184 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
6185
6186 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
6189 (flymake-find-buildfile, flymake-find-possible-master-files)
6190 (flymake-check-include, flymake-parse-line): Replace loops over the
6191 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
6192
6193 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
6194 Substitute file-name-as-directory in the rest of the file.
6195 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
6196 (flymake-replace-region): Remove unused arg `buffer'.
6197 (flymake-check-patch-master-file-buffer): Update calls to it.
6198 (flymake-add-err-info): Remove unused var `count'.
6199 (flymake-mode): Use define-minor-mode.
6200
6201 * progmodes/flymake.el: Use with-current-buffer.
6202 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
6203 flymake-replace-regexp-in-string, flymake-line-beginning-position)
6204 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
6205 Avoid testing for `xemacs'.
6206 (flymake-nop): Move.
6207 (flymake-region-has-flymake-overlays): Return the computed value.
6208 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
6209 Remove unused var `endline'.
6210 (flymake-get-line-count): Remove unused function.
6211 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
6212
6213 * emulation/vi.el:
6214 * generic.el:
6215 * hilit-chg.el (global-highlight-changes):
6216 * hi-lock.el (hi-lock-mode):
6217 * follow.el: find-file-hooks -> find-file-hook.
6218
6219 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
6220
6221 2005-03-24 Juri Linkov <juri@jurta.org>
6222
6223 * dired.el (dired-mode-map): Add menu item "Compare directories"
6224 for dired-compare-directories.
6225
6226 * dired-aux.el (dired-compare-directories): Add autoload cookie.
6227 Doc fix. Replace `read-file-name' with `read-directory-name'.
6228
6229 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
6232
6233 2005-03-24 Jay Belanger <belanger@truman.edu>
6234
6235 * calc/calc-embed.el (calc-embedded-mode-change): Save all
6236 relevant mode settings in calc-embedded-original-modes when modes
6237 are permanently changed.
6238
6239 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * autoinsert.el: find-file-hooks -> find-file-hook.
6242
6243 2005-03-24 Lute Kamstra <lute@gnu.org>
6244
6245 * generic.el (generic-font-lock-defaults): Make it obsolete.
6246 (generic-font-lock-keywords): New variable to replace
6247 generic-font-lock-defaults.
6248 (generic-mode-set-font-lock): Delete it.
6249 (generic-mode-internal): Don't call generic-mode-set-font-lock.
6250 (generic-bracket-support): Add docstring.
6251
6252 * generic-x.el: Rename generic-font-lock-defaults to
6253 generic-font-lock-keywords throughout.
6254 (mailagent-rules-setup-function): Delete it.
6255 (mailagent-rules-generic-mode): Use anonymous function instead.
6256 (show-tabs-generic-mode-font-lock-defaults-1)
6257 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
6258 Quote faces.
6259 (show-tabs-tab-face, show-tabs-space-face): Specify background,
6260 not foreground.
6261
6262 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6263 Recognize define-generic-mode.
6264
6265 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
6268 if there's no completion table.
6269
6270 2005-03-23 Miles Bader <miles@gnu.org>
6271
6272 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6273 Remove tty-specific variants, as they're no longer needed.
6274
6275 2005-03-23 Lute Kamstra <lute@gnu.org>
6276
6277 * generic-x.el: Code cleanup: make args constant whenever possible.
6278 (installshield-statement-keyword-list)
6279 (installshield-system-functions-list)
6280 (installshield-system-variables-list, installshield-types-list)
6281 (installshield-funarg-constants-list): Make them constants.
6282
6283 * generic.el (generic-make-keywords-list): Add autoload cookie.
6284
6285 * calendar/time-date.el: Add comment on time value formats.
6286 Don't require parse-time.
6287 (with-decoded-time-value): New macro.
6288 (encode-time-value): New function.
6289 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6290 (days-to-time): Return a valid time value when arg is huge.
6291 (time-since): Use time-subtract.
6292 (time-to-number-of-days): Use time-to-seconds.
6293
6294 2005-03-23 David Ponce <david@dponce.com>
6295
6296 * recentf.el: (recentf-keep): New option.
6297 (recentf-menu-action): Default to `find-file'.
6298 (recentf-keep-non-readable-files-flag)
6299 (recentf-keep-non-readable-files-p)
6300 (recentf-file-readable-p, recentf-find-file)
6301 (recentf-cleanup-remote): Remove.
6302 (recentf-include-p): More robust.
6303 (recentf-keep-p): New function.
6304 (recentf-remove-if-non-kept): Rename from
6305 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
6306 All callers updated.
6307 (recentf-menu-items-for-commands): Fix help string.
6308 (recentf-track-closed-file): Update. Doc fix.
6309 (recentf-cleanup): Update. Count removed files. Doc fix.
6310
6311 2005-03-23 Kim F. Storm <storm@cua.dk>
6312
6313 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6314 Don't inherit from fringe face (now happens automatically).
6315
6316 2005-03-22 Kim F. Storm <storm@cua.dk>
6317
6318 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
6319 position values.
6320
6321 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6322
6323 * menu-bar.el (showhide-date-time): Remove.
6324 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
6325 (menu-bar-make-mm-toggle): Simplify.
6326
6327 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6328
6329 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
6330 Accept qualified variable and function names.
6331
6332 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
6333
6334 * bindings.el (completion-ignored-extensions):
6335 Remove ".lis" for `vax-vms'.
6336
6337 2005-03-22 Andreas Schwab <schwab@suse.de>
6338
6339 * generic-x.el: Revert last change.
6340 * ldefs-boot.el: Update.
6341
6342 2005-03-22 Jay Belanger <belanger@truman.edu>
6343
6344 * calc/calc-embed (calc-embedded-original-modes): New variable.
6345 (calc-embedded-save-original-modes)
6346 (calc-embedded-restore-original-modes): New functions.
6347 (calc-do-embedded): Save original modes when entering embedded mode
6348 and restore when leaving embedded mode.
6349 (calc-embedded-modes-change): Change the value of
6350 calc-embedded-original-modes to reflect permanent changes.
6351
6352 2005-03-22 Lute Kamstra <lute@gnu.org>
6353
6354 * generic-x.el: Require generic again.
6355
6356 2005-03-22 Miles Bader <miles@gnu.org>
6357
6358 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6359 Tweak details to look good on both ttys and bitmap displays, light
6360 or dark background, etc.
6361
6362 2005-03-21 Kim F. Storm <storm@cua.dk>
6363
6364 * tooltip.el (tooltip-show-help-function): Check car and cdr of
6365 mouse position.
6366
6367 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
6368
6369 * icomplete.el: Don't forcibly turn on the mode upon load.
6370 (icomplete-mode): Use define-minor-mode.
6371 (icomplete-eoinput): Default to nil.
6372 (icomplete-minibuffer-setup): Remove autoload.
6373 (icomplete-tidy): Simplify.
6374 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
6375 in the initial state or if the user has modified the field.
6376 Fix handling of icomplete-max-delay-chars.
6377 Remove code that handles the oddball case where
6378 minibuffer-completion-table is an integer.
6379 Wrap icomplete-completions in while-no-input in case building
6380 completions takes more time than expected.
6381 (icomplete-completions): Simplify.
6382
6383 2005-03-21 Richard M. Stallman <rms@gnu.org>
6384
6385 * jka-compr.el (jka-compr-really-do-compress):
6386 Make variable buffer-local.
6387
6388 * image-mode.el: Handle .xpm files too.
6389 (image-toggle-display): Preserve modification flag.
6390
6391 * help.el (where-is): Don't mention aliases with no key bindings.
6392
6393 2005-03-21 Lute Kamstra <lute@gnu.org>
6394
6395 * generic.el: Fix commentary section. Don't require cl for compilation.
6396 (generic-mode-list): Add autoload cookie.
6397 (generic-use-find-file-hook, generic-lines-to-scan)
6398 (generic-find-file-regexp, generic-ignore-files-regexp)
6399 (generic-mode, generic-mode-find-file-hook)
6400 (generic-mode-ini-file-find-file-hook): Fix docstrings.
6401 (define-generic-mode): Make it a defmacro. Fix docstring.
6402 (generic-mode-internal): Code cleanup. Add autoload cookie.
6403 (generic-mode-set-comments): Code cleanup.
6404 * generic-x.el: Don't prevent compilation. Don't require generic.
6405 Follow coding conventions. Minor code cleanup.
6406 (etc-fstab-generic-mode): Add some keywords.
6407 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
6408 define-generic-mode like a function declaration.
6409
6410 2005-03-21 Jay Belanger <belanger@truman.edu>
6411
6412 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
6413 changing modes.
6414
6415 2005-03-21 Sam Steingold <sds@gnu.org>
6416
6417 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
6418
6419 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
6420
6421 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
6422 Add underscore to "f$ lexicals" regexp.
6423
6424 2005-03-20 Juri Linkov <juri@jurta.org>
6425
6426 * subr.el (progress-reporter-do-update): When `min-value' is equal
6427 to `max-value', set `percentage' to 0 and prevent division by zero.
6428
6429 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
6430
6431 Sync with Tramp 2.0.48.
6432
6433 * tramp.el (all): Change all addresses to .gnu.org.
6434 (tramp-append-tramp-buffers): New defun.
6435 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
6436 Catch `dont-send' signal.
6437 (tramp-set-auto-save-file-modes): Set always permissions, because
6438 there might be an old auto-saved file belonging to another
6439 original file. This could be a security threat. Reported by
6440 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
6441 Check for Emacs 21.3.50 removed.
6442
6443 * tramp-smb.el (all): Remove debug construct for
6444 `with-parsed-tramp-file-name'.
6445 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
6446 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
6447 No error message if DIRECTORY or FILENAME doesn't exist.
6448 (tramp-smb-open-connection): Check existence of
6449 `tramp-smb-program'.
6450
6451 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
6454 Properly handle the case where the `m' or `s' command's argument is not
6455 yet terminated.
6456 (perl-indent-new-calculate): New function.
6457 (perl-indent-line): Use it.
6458
6459 2005-03-20 Miles Bader <miles@gnu.org>
6460
6461 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
6462 in text-mode too. Change to new face names.
6463 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
6464 Add `:weight bold' attribute.
6465 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
6466
6467 2005-03-19 Juri Linkov <juri@jurta.org>
6468
6469 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
6470
6471 * international/mule.el (auto-coding-alist): Sync with
6472 `auto-mode-alist' by adding upper case archive file extensions
6473 and adding ear/war to jar extension.
6474
6475 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
6476
6477 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
6478 running, restart it.
6479
6480 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
6481
6482 * finder.el (finder-current-item): Throw an error on an empty line.
6483
6484 * man.el (Man-follow-manual-reference): If current-word returns
6485 nil, use "".
6486
6487 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
6488
6489 * simple.el (goto-line): Doc fix.
6490
6491 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
6492
6493 * files.el (save-buffer): Doc fix.
6494
6495 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
6496
6497 * recentf.el (recentf-cleanup-remote): New variable.
6498 (recentf-cleanup): Use it to conditionally check availability of
6499 remote files.
6500
6501 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
6502
6503 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
6504 function names.
6505
6506 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6507
6508 * language/thai-word.el: New file.
6509
6510 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6511
6512 * files.el (backup-buffer): If the file's directory is not
6513 writable, use copy instead of move to backup the file.
6514
6515 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6516
6517 * obsolete/keyswap.el: Moved to obsolete/ from term/.
6518
6519 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6520
6521 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
6522 Use functionp instead of symbolp and fboundp. Reported by Drkm
6523 <darkman_spam@yahoo.fr>.
6524 (ps-print-version): New version 6.6.6.
6525
6526 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
6527
6528 * textmodes/table.el (table--line-column-position): New idiom.
6529 (table--row-column-insertion-point-p): New function to test
6530 validity of row and column insertion operation at a location.
6531 (table-global-menu, table-cell-menu): Use above functions for
6532 deterministic test operation.
6533 (table--editable-cell-p): Behave in deterministic fashion.
6534
6535 2005-03-18 Juri Linkov <juri@jurta.org>
6536
6537 * isearch.el (isearch-lazy-highlight-new-loop):
6538 Make arguments beg and end optional.
6539 (isearch-update): Remove optional arguments nil from
6540 isearch-lazy-highlight-new-loop.
6541 (isearch-lazy-highlight-search): Let-bind case-fold-search to
6542 isearch-lazy-highlight-case-fold-search instead of
6543 isearch-case-fold-search, and let-bind isearch-regexp to
6544 isearch-lazy-highlight-regexp.
6545 Use isearch-lazy-highlight-last-string instead of isearch-string.
6546
6547 * replace.el (perform-replace): Remove bindings of global
6548 variables isearch-string, isearch-regexp, isearch-case-fold-search.
6549 Add three new arguments to `replace-highlight'.
6550 (replace-highlight): Add arguments string, regexp, case-fold.
6551 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
6552 to allow isearch-lazy-highlight-new-loop to use these values
6553 to set corresponding isearch-lazy-highlight-* internal
6554 variables whose values lazy highlighting will use regardless of
6555 changes to global variables isearch-string, isearch-regexp,
6556 isearch-case-fold-search during lazy highlighting loop.
6557 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
6558 to `lazy-highlight-cleanup'.
6559
6560 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
6561 (ispell-highlight-face): Set default face to `isearch' when
6562 lazy highlighting is enabled.
6563 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
6564 priority to 1. Add lazy highlighting.
6565 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
6566 from `isearch-dehighlight'.
6567
6568 2005-03-18 David Ponce <david@dponce.com>
6569
6570 * files.el (hack-local-variables): Do a case-insensitive search
6571 for End.
6572
6573 2005-03-18 Juri Linkov <juri@jurta.org>
6574
6575 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
6576 `isearch-lazy-highlight-cleanup', add alias to old name and
6577 declare obsolete. Add release numbers to other obsolete vars.
6578 (isearch-done, isearch-lazy-highlight-new-loop):
6579 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
6580 (lazy-highlight-cleanup) <variable>: Doc fix.
6581 (isearch-lazy-highlight-update): Rename obsolete
6582 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
6583
6584 2005-03-18 Kenichi Handa <handa@m17n.org>
6585
6586 * language/thai-util.el: Fix categorization of Thai characters in
6587 thai-category-table.
6588 (thai-composition-pattern): Adjust it for the above change.
6589 (thai-self-insert-command, thai-compose-syllable): New functions.
6590 (thai-compose-region): Use thai-compose-syllable.
6591 (thai-compose-string): Likewise.
6592 (thai-composition-function): Likewise.
6593 (thai-auto-composition): New function.
6594 (thai-auto-composition-mode): New minor mode.
6595
6596 * language/thai.el: Fix patterns to be registered in
6597 composition-function-table.
6598
6599 * international/quail.el (quail-input-method): Locally bind
6600 inhibit-modification-hooks to t.
6601
6602 2005-03-17 Richard M. Stallman <rms@gnu.org>
6603
6604 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
6605 (perl-mode): Use run-mode-hooks.
6606
6607 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
6608 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
6609 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
6610
6611 * mail/sendmail.el (sendmail-send-it): Reenable the code
6612 to compute resend-to-address and use it.
6613
6614 * tar-mode.el (tar-mode): Turn off undo unconditionally.
6615
6616 * image-mode.el: New file.
6617
6618 * image.el (insert-sliced-image): Add autoload cookie.
6619
6620 * font-lock.el (font-lock-lines-before): New user option.
6621 (font-lock-after-change-function): Obey it.
6622
6623 * bindings.el (esc-map): Make M-g a prefix.
6624 Bind M-g g and M-g M-g to goto-line.
6625
6626 * faces.el (face-id): Doc fix.
6627
6628 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6629
6630 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
6631 (rmail-show-message): Use rmail-unknown-mail-followup-to.
6632 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
6633
6634 * mail/sendmail.el (mail-yank-ignored-headers)
6635 (mail-font-lock-keywords, mail-mode-fill-paragraph):
6636 Add Mail-Followup-To and Mail-Reply-To headers.
6637 (mail-citation-hook): Add autoload cookie.
6638 (mail-mode): Doc fix.
6639 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
6640 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
6641 (mail-mode-fill-paragraph): Handle those headers.
6642 (mail-mailing-lists): New variable.
6643 (mail-mail-reply-to, mail-mail-followup-to): New functions.
6644
6645 2005-03-17 Juri Linkov <juri@jurta.org>
6646
6647 * isearch.el (isearch-fallback): Check for `(car previous)'
6648 before calling `isearch-other-end-state'.
6649
6650 2005-03-17 Kim F. Storm <storm@cua.dk>
6651
6652 * simple.el (move-beginning-of-line): Move to beginning of buffer
6653 line, as well as beginning of screen line.
6654
6655 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
6656
6657 * calendar/diary-lib.el (mark-diary-entries): Use new optional
6658 argument REDRAW rather than calendar-redrawing variable.
6659 * calendar/calendar.el (calendar-redrawing): Delete.
6660 (redraw-calendar): Do not bind calendar-redrawing.
6661
6662 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
6663
6664 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
6665 diary-file buffer.
6666
6667 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 * help.el (describe-mode): Allow a :minor-mode-function property to
6670 specify a different minor mode toggle function than the variable.
6671 * simple.el (auto-fill-function):
6672 * subr.el (add-minor-mode): Use it.
6673
6674 2005-03-16 Kenichi Handa <handa@m17n.org>
6675
6676 * language/ethio-util.el (sera-being-called-by-w3): New variable.
6677 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
6678 (ethio-fidel-to-sera-buffer): Likewise.
6679
6680 2005-03-16 Juri Linkov <juri@jurta.org>
6681
6682 * emacs-lisp/find-func.el (find-function-regexp):
6683 Add defun-emitting macro `menu-bar-make-toggle'.
6684
6685 * isearch.el: Put `isearch-scroll' property to
6686 `split-window-horizontally'.
6687
6688 * info.el: Update error messages for `debug-ignored-errors'.
6689 (Info-isearch-search): Doc fix.
6690 (Info-find-node): Move up code to go into info buffer before
6691 recording the node to the history.
6692 (Info-fontify-node): Fontify titles only if the next line
6693 has two or more `*', `=', `-', `.'.
6694 Display "go to this node" for empty (match-string 3).
6695
6696 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6697
6698 * term/mac-win.el: Add mouse pointer shape constants.
6699
6700 2005-03-15 Kim F. Storm <storm@cua.dk>
6701
6702 * simple.el (move-beginning-of-line): Use vertical-motion.
6703
6704 2005-03-15 Juri Linkov <juri@jurta.org>
6705
6706 * isearch.el (isearch-error): New variable.
6707 (isearch-invalid-regexp, isearch-within-brackets): Remove.
6708 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
6709 (isearch-within-brackets-state): Remove.
6710 (isearch-case-fold-search-state, isearch-pop-fun-state):
6711 Decrease frame index.
6712 (isearch-mode, isearch-top-state, isearch-push-state)
6713 (isearch-edit-string, isearch-abort, isearch-search-and-update)
6714 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
6715 (isearch-search, isearch-lazy-highlight-new-loop):
6716 Replace `isearch-invalid-regexp' with `isearch-error'.
6717 Remove `isearch-within-brackets'.
6718 (isearch-search): Add `search-failed' handler to `condition-case'.
6719 (isearch-lazy-highlight-search): Add `condition-case' to catch
6720 errors and allow `isearch-lazy-highlight-update' to try
6721 highlighting from the beginning of the window.
6722 (isearch-repeat): Move up code to set isearch-wrapped to t
6723 before calling isearch-wrap-function.
6724
6725 * info.el (Info-isearch-initial-node): New internal variable.
6726 (Info-search): Signal an error in isearch mode when search leaves
6727 the initial node. Signal an error when `bound' is non-nil and
6728 nothing was found in the current subfile.
6729 (Info-isearch-search): Remove `condition-case'.
6730 (Info-isearch-wrap): Don't wrap when search failed during leaving
6731 the initial node. If `Info-isearch-search' is nil, wrap around
6732 the current node.
6733 (Info-isearch-start): New fun.
6734 (Info-mode): Add buffer-local hook `Info-isearch-start' to
6735 `isearch-mode-hook'.
6736
6737 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6738
6739 * simple.el (normal-erase-is-backspace): Set default to t if
6740 running on Mac.
6741
6742 * term/mac-win.el (function-key-map): Sync with x-win.el.
6743
6744 2005-03-15 Kenichi Handa <handa@m17n.org>
6745
6746 * international/mule-cmds.el (locale-language-names): Modify the
6747 format of elements and add more entries.
6748 (locale-preferred-coding-systems): Add more entries.
6749 (set-locale-environment): Adjust for the change of
6750 locale-language-names.
6751
6752 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6753
6754 * pcvs.el (smerge-ediff): Remove bogus autoload.
6755
6756 2005-03-14 Lute Kamstra <lute@gnu.org>
6757
6758 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
6759 Ignore a `*' at the beginning of a line.
6760
6761 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
6762 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
6763 subr.el.
6764 (dont-compile, eval-when-compile, eval-and-compile): Use declare
6765 to specify indentation.
6766
6767 * generic.el (define-generic-mode): Let generic-mode-list be a
6768 list of strings; test membership with equal.
6769
6770 2005-03-14 Kim F. Storm <storm@cua.dk>
6771
6772 * simple.el (next-line, previous-line): Add optional try-vscroll
6773 arg to recognize interactive use. Pass it on to line-move.
6774 (line-move): Don't perform auto-window-vscroll when defining or
6775 executing keyboard macro to ensure consistent behavior.
6776
6777 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6778
6779 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
6780
6781 2005-03-13 Lute Kamstra <lute@gnu.org>
6782
6783 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
6784 debugger-setup-buffer so that backtrace marks the frames set to
6785 debug-on-exit and we don't have to do it manually. Set an extra
6786 debug-on-exit for macro's.
6787 (debugger-setup-buffer): Don't mark the top frame manually.
6788
6789 2005-03-12 Lute Kamstra <lute@gnu.org>
6790
6791 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
6792 lisp-indent-function throughout.
6793 (with-no-warnings): Set lisp-indent-function property.
6794
6795 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
6796
6797 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
6798 Add entry for backslash.
6799
6800 2005-03-12 Juri Linkov <juri@jurta.org>
6801
6802 * info.el (Info-search): Four fixes for backward search.
6803
6804 2005-03-11 Jay Belanger <belanger@truman.edu>
6805
6806 * calc/calc.el (calc-language-alist): New variable.
6807 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
6808 (calc-embedded-find-modes): Use calc-language-alist instead of
6809 calc-embedded-language-alist.
6810
6811 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6812
6813 * calendar/calendar.el (calendar-redrawing): New internal
6814 variable.
6815 (redraw-calendar): Remove bogus save-excursion from previous
6816 change. Bind calendar-redrawing to t for mark-diary-entries.
6817 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
6818 calendar if that is why we were called.
6819
6820 2005-03-11 Kenichi Handa <handa@m17n.org>
6821
6822 * international/mule.el (make-coding-system): Set property
6823 coding-system-define-form to nil.
6824 (define-coding-system-alias): Likewise.
6825
6826 2005-03-11 Kenichi Handa <handa@m17n.org>
6827
6828 These changes are suggested by Dave Love <fx@gnu.org>.
6829
6830 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
6831 coding: tag.
6832 (adaptive-fill-regexp): Add more bullets.
6833 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
6834 regexps.
6835
6836 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6837
6838 * help.el (describe-mode): Properly handle non-trivial lighters.
6839 Don't ignore minor modes that are not listed in minor-mode-list.
6840
6841 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
6842 feature ON when the user requests to turn it OFF.
6843
6844 2005-03-10 Lute Kamstra <lute@gnu.org>
6845
6846 * emacs-lisp/debug.el (debug-entry-code): Delete it.
6847 (implement-debug-on-entry): New function to replace debug-entry-code.
6848 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
6849 second argument as the 2005-03-07 change makes it obsolete.
6850 (debug-on-entry, cancel-debug-on-entry): Update call to
6851 debug-on-entry-1.
6852 (debug, debugger-setup-buffer): Comment update.
6853 (debugger-frame-number): Update to work with implement-debug-on-entry.
6854
6855 2005-03-10 Jay Belanger <belanger@truman.edu>
6856
6857 * calc/calc-embed.el (math-ms-args): Declare it.
6858 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
6859 math-ms-args.
6860 (calc-embedded-subst): Use math-multi-subst-rec to substitute
6861 variables.
6862
6863 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
6864
6865 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
6866 Use message-box.
6867
6868 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
6869 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
6870 (tooltip-gud-tips): Simplify.
6871 (tooltip-gud-tips-p): Remove superfluous :set.
6872 (tooltip-gud-modes): Add fortran-mode.
6873 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
6874
6875 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
6876
6877 2005-03-09 Kim F. Storm <storm@cua.dk>
6878
6879 * play/animate.el (animate-place-char): Use forward-line instead
6880 of next-line to improve performance.
6881
6882 2005-03-09 Simon Josefsson <jas@extundo.com>
6883
6884 * net/browse-url.el (browse-url-default-browser): Doc fix.
6885
6886 2005-03-09 Miles Bader <miles@gnu.org>
6887
6888 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
6889 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
6890
6891 2005-03-09 Kenichi Handa <handa@m17n.org>
6892
6893 * international/latin-1.el: Set case and syntax for 255 only if
6894 set-case-syntax-set-multibyte is nil.
6895
6896 * textmodes/ispell.el (ispell-insert-word): New function.
6897 (ispell-word): Use ispell-insert-word to insert a new word.
6898 (ispell-process-line): Likewise.
6899 (ispell-complete-word): Likewise.
6900
6901 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
6902
6903 * calendar/calendar.el (redraw-calendar): Preserve point.
6904 Reported by Matt Hodges <MPHodges@member.fsf.org>.
6905 (calendar-week-start-day): Move after definition of
6906 redraw-calendar. Delete buffer test, since redraw-calendar has
6907 that now.
6908
6909 * calendar/diary-lib.el (mark-diary-entries): Only call
6910 redraw-calendar in the first of any recursive calls.
6911 Reported by Alan Shutko <ats@acm.org>.
6912
6913 2005-03-08 Juri Linkov <juri@jurta.org>
6914
6915 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
6916 (html-horizontal-rule, html-line, html-image, html-checkboxes)
6917 (html-radio-buttons): Add a space before the trailing `/>' where
6918 sgml-xml-mode is non-nil.
6919 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
6920 the subsequent tag of the empty XML tag.
6921 (html-href-anchor): Don't set initial input to "http:".
6922 (html-image): Ask for the image URL and set point inside alt="".
6923 (html-name-anchor): Duplicate the name in the `id' attribute when
6924 sgml-xml-mode is non-nil.
6925 (html-paragraph): Remove \n before <p>.
6926 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
6927 instead of `checked' when sgml-xml-mode is non-nil.
6928
6929 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
6930 Remove 1 space before #RRGGBB to not truncate it on terminal
6931 windows w/o fringes. Remove 1 space between bg and fg examples
6932 to get more space.
6933 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
6934 avoid byte-compile warnings.
6935
6936 * image-file.el (image-file-handler): Put `safe-magic' property to
6937 `image-file-handler'.
6938
6939 * info.el (Info-isearch-search): Emulate word search in
6940 isearching through multiple Info nodes with Info-search.
6941 (Info-isearch-wrap): Allow isearch-word.
6942
6943 2005-03-08 Lute Kamstra <lute@gnu.org>
6944
6945 * emacs-lisp/debug.el (debugger-step-through): Make sure that
6946 stepping into the debugger's code is not possible.
6947 (debugger-jumping-flag): Docstring update.
6948
6949 2005-03-08 Jay Belanger <belanger@truman.edu>
6950
6951 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
6952 embedded mode begins.
6953 (calc-embedded-language-alist): New variable.
6954 (calc-embedded-find-modes): Use calc-embedded-language-alist to
6955 set default language mode.
6956
6957 2005-03-08 Kenichi Handa <handa@m17n.org>
6958
6959 * international/ccl.el (define-ccl-program): Fix docstring about
6960 extra 256 bytes assured for the output buffer.
6961
6962 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6963 Fix BUFFER_MAGNIFICATION to 2.
6964 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6965
6966 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
6967
6968 * align.el (align-rules-list): Added an alignment rule for CSS
6969 declarations (applies to css-mode and html-mode buffers).
6970
6971 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6972
6973 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
6974
6975 2005-03-07 Kim F. Storm <storm@cua.dk>
6976
6977 * simple.el (move-beginning-of-line): New command.
6978
6979 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
6980
6981 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
6982
6983 * emulation/cua-base.el: Put CUA move property on move-end-of-line
6984 and move-beginning-of-line.
6985
6986 * apropos.el (apropos-print): Omit command from M-x ... RET.
6987
6988 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
6989
6990 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
6991 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
6992
6993 2005-03-06 Richard M. Stallman <rms@gnu.org>
6994
6995 * bindings.el (esc-map): Bind M-g to goto-line.
6996
6997 * facemenu.el (global-map): Bind M-o, not M-g.
6998
6999 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7000
7001 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7002 "Open Directory" as for "Open File".
7003
7004 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
7005
7006 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7007 (push-mark-command): Run activate-mark-hook.
7008
7009 2005-03-06 Richard M. Stallman <rms@gnu.org>
7010
7011 * help-mode.el (help-mode-finish): Don't alter the element
7012 in view-return-to-alist if there already is one.
7013
7014 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7015 make sure the current buffer is the expected one.
7016
7017 * novice.el (disabled-command-function): Output in *Disabled Command*.
7018 Explicitly ignore non-keyboard events, and explicitly handle C-g.
7019
7020 * textmodes/flyspell.el (flyspell-large-region):
7021 Pass args differently for aspell.
7022
7023 * files.el (mode-require-final-newline): Doc fix.
7024
7025 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7026
7027 * progmodes/which-func.el (which-function):
7028 Specify NOERROR when calling imenu--make-index-alist.
7029
7030 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7031
7032 * simple.el (normal-erase-is-backspace): Define default value.
7033
7034 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7035 (custom-reevaluate-setting): Simple function to handle
7036 variables that are defined before their default value can really
7037 be computed.
7038
7039 * startup.el (command-line): Use it for temporary-file-directory,
7040 small-emporary-file-directory, auto-save-file-name-transforms,
7041 blink-cursor-mode, and normal-erase-is-backspace.
7042
7043 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7044 progress, even with buggy anchored keywords.
7045
7046 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
7047
7048 * simple.el (goto-line): Remove unbalanced final parenthesis.
7049
7050 2005-03-05 Richard M. Stallman <rms@gnu.org>
7051
7052 * simple.el (goto-line): Use a number at point as the default.
7053 With C-u as arg, switch buffers.
7054
7055 2005-03-05 Juri Linkov <juri@jurta.org>
7056
7057 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7058 with `no-blinking-cursor'.
7059
7060 * startup.el (no-blinking-cursor): New defvar.
7061 (command-line): Add `--no-blinking-cursor' to longopts.
7062 Set `no-blinking-cursor' to t for command line arguments
7063 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
7064 with `no-blinking-cursor' in the condition for calling
7065 `blink-cursor-mode'.
7066
7067 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
7068
7069 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
7070 (menu-bar-options-save): Add blink-cursor-mode.
7071 (menu-bar-options-menu): Add blink-cursor-mode.
7072
7073 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
7074
7075 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
7076 (icalendar-export-file, icalendar-export-region)
7077 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
7078 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
7079
7080 2005-03-04 Lute Kamstra <lute@gnu.org>
7081
7082 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
7083 (debug-function-list): Ditto.
7084
7085 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
7086
7087 * textmodes/texinfmt.el (texinfo-append-refill):
7088 Redefine the types of line to which @refill
7089 is not appended by replacing a search for `@refill\\|@bye' with
7090 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
7091 itemize@refill' bug and the unfilled long lines bug.
7092 (texinfmt-version): Update number and date.
7093
7094 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7095
7096 * international/code-pages.el (windows-1250, windows-125[2-8])
7097 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
7098
7099 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7100
7101 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
7102 bound yet.
7103
7104 2005-03-02 Romain Francoise <romain@orebokech.com>
7105
7106 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
7107 buffer after removing limits.
7108 (ibuffer-pop-filter): Ditto.
7109 Update copyright.
7110
7111 2005-03-02 Miles Bader <miles@gnu.org>
7112
7113 * button.el (make-text-button): If the user doesn't specify a
7114 type, use the default. Rewrite to use `add-text-properties' and
7115 plist functions.
7116
7117 2005-03-01 Lute Kamstra <lute@gnu.org>
7118
7119 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
7120 (debugger-jumping-flag): New var.
7121 (debug-entry-code): Use it.
7122 (debugger-jump): Use debugger-jumping-flag and add
7123 debugger-reenable to post-command-hook.
7124 (debugger-reenable): Use debugger-jumping-flag and remove itself
7125 from post-command-hook.
7126 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
7127 debugger-reenable.
7128
7129 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
7130
7131 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
7132 inclusion of "itemize\\|", which may be unnecessary, is certainly
7133 inelegant, and stops refilling in itemize lists when formatting
7134 Japanese Texinfo files to Info.
7135 Update copyright to 2005.
7136
7137 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
7138
7139 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
7140 of an error if GDB can't find the source file.
7141
7142 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7143
7144 * calendar/calendar.el (redraw-calendar): Work from any buffer,
7145 not just the calendar.
7146
7147 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
7148 first.
7149 (diary-redraw-calendar): New function.
7150 (make-diary-entry): Add diary-redraw-calendar to local
7151 write-contents-functions. Turn off selective display before
7152 inserting in diary.
7153
7154 2005-03-01 Kim F. Storm <storm@cua.dk>
7155
7156 * emacs-lisp/copyright.el (copyright-fix-years): New command.
7157
7158 2005-03-01 Lute Kamstra <lute@gnu.org>
7159
7160 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
7161 that debug-entry-code can be safely removed from a function while
7162 this code is being evaluated. Revert the 2005-02-27 change as the
7163 new implementation no longer requires it. Make sure that a
7164 function body containing just a string is not mistaken for a docstring.
7165 (debug): Skip one more frame in case of debug on entry.
7166 (debugger-setup-buffer): Delete one more frame line in case of
7167 debug on entry.
7168 (debugger-frame-number): Update to use the new text introduced by
7169 the 1999-11-03 change. Skip one more frame in case of debug on entry.
7170
7171 2005-02-28 Kim F. Storm <storm@cua.dk>
7172
7173 * double.el (double-translate-key): Call force-window-update after
7174 read-event to avoid crash in redisplay.
7175
7176 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7177
7178 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
7179 (debug): Use it. Move the inhibit-trace earlier.
7180 (debug-entry-code): New const.
7181 (debug-on-entry-1): Use it.
7182
7183 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
7184
7185 * international/utf-16.el (ccl-encode-mule-utf-16le):
7186 Fix BUFFER_MAGNIFICATION to 2.
7187 (ccl-encode-mule-utf-16be): Likewise.
7188
7189 2005-02-28 Kenichi Handa <handa@m17n.org>
7190
7191 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7192 Fix BUFFER_MAGNIFICATION to 4.
7193 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7194
7195 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
7196
7197 * speedbar.el (speedbar-update-flag): Doc fix.
7198 (speedbar-show-info-under-mouse): Give set-mouse-position the right
7199 argument.
7200
7201 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7202
7203 * reveal.el (reveal-post-command): Don't try to reveal overlays which
7204 have a non-nil `invisible' property but are actually visible.
7205
7206 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
7207 for perldoc sections.
7208 (perl-outline-regexp, perl-outline-level): New var and function.
7209 (perl-mode): Use them.
7210
7211 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7212
7213 * calendar/diary-lib.el (diary-remind): Discard any mark portion
7214 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
7215
7216 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
7217
7218 * cus-edit.el: Comment change.
7219 (custom-buffer-create-internal): Slightly reword text at top of
7220 Custom buffers. Mention there that saving an option edits the
7221 init file. Add link to Emacs manual node on `custom-file'.
7222 (custom-magic-alist): Rewrite individual State messages to use
7223 capitalized keywords. Doc fix.
7224
7225 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7226
7227 * calendar/calendar.el (calendar-buffer): Move above
7228 calendar-week-start-day.
7229 (calendar-week-start-day): Doc fix. Add :set function.
7230 (calendar-minimum-window-height): New variable.
7231 (generate-calendar-window): Only resize window if selected-window
7232 is displaying the calendar buffer. Use new variable
7233 calendar-minimum-window-height.
7234 (generate-calendar): Reword error message.
7235 (calendar-mode-map): Bind DEL to scroll-other-window-down.
7236
7237 2005-02-27 Andreas Schwab <schwab@suse.de>
7238
7239 * vc.el (vc-do-command): Don't run command asynchronously when
7240 operating in a remote directory.
7241
7242 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
7243 change from sync with Tramp 2.0.47.
7244
7245 2005-02-27 Richard M. Stallman <rms@gnu.org>
7246
7247 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
7248
7249 * textmodes/flyspell.el (flyspell-mode-on):
7250 Call ispell-change-dictionary only if necessary.
7251
7252 * emacs-lisp/re-builder.el (regexp-builder): New function.
7253
7254 * register.el (describe-register-1): Explicitly handle
7255 yank-excluded-properties = t.
7256
7257 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
7258 (custom-magic-alist): Change the status descriptions again.
7259 (face widget-type): Total rewrite based on `restricted-sexp'
7260 to eliminate the confusing double hiding levels.
7261
7262 * emacs-lisp/debug.el (debug-on-entry-1):
7263 If function body is empty, add nil as body form.
7264
7265 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7266
7267 * emacs-lisp/trace.el (inhibit-trace): New var.
7268 (trace-make-advice): Use it.
7269
7270 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
7271
7272 2005-02-26 Kim F. Storm <storm@cua.dk>
7273
7274 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
7275 (mouse-on-link-p, mouse-drag-region-1): Use it.
7276
7277 2005-02-25 Lute Kamstra <lute@gnu.org>
7278
7279 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
7280
7281 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
7282
7283 * frame.el (blink-cursor-mode): Add :group keyword.
7284
7285 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
7286
7287 * calendar/icalendar.el (icalendar--decode-isodatetime):
7288 New optional argument DAY-SHIFT.
7289 (icalendar-export-region): Fix coding-system-for-write.
7290 (icalendar--convert-ical-to-diary): Shift end-day of all-day
7291 events by one.
7292
7293 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7294
7295 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
7296
7297 2005-02-24 Kim F. Storm <storm@cua.dk>
7298
7299 * international/iso-acc.el (iso-accents-compose): Fix crash
7300 during redisplay. Call force-window-update after read-event
7301 and delete-region to signal that window is not accurate.
7302
7303 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
7306 Remove unused and inexistent var `inhibit-trace'.
7307 (debugger-mode): Use run-mode-hooks.
7308 (debugger-list-functions): Add buttons; setup xref stack.
7309
7310 2005-02-23 Richard M. Stallman <rms@gnu.org>
7311
7312 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
7313 appointment says it was explicitly made.
7314 (appt-add): Set the 3rd element.
7315 (appt-make-list): Preserve explicit appointments.
7316
7317 * subr.el (find-tag-default): Catch errors in forward-sexp.
7318
7319 2005-02-23 Juri Linkov <juri@jurta.org>
7320
7321 * info.el (Info-isearch-search): New defcustom.
7322 (Info-isearch-search): Call the default isearch function
7323 when Info-isearch-search is nil.
7324 (Info-isearch-wrap): Use variable Info-isearch-search.
7325
7326 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
7327
7328 * cus-edit.el: Comment change.
7329
7330 2005-02-22 Kim F. Storm <storm@cua.dk>
7331
7332 * progmodes/hideif.el (hide-ifdef-use-define-alist):
7333 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
7334
7335 2005-02-22 Simon Josefsson <jas@extundo.com>
7336
7337 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
7338 New variable.
7339 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
7340 Oskarsson" <myrkraverk@users.sourceforget.net>.
7341
7342 2005-02-22 Kim F. Storm <storm@cua.dk>
7343
7344 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
7345 check that window of that event is the selected window.
7346 (mouse-drag-region-1): Compare mouse event window to selected
7347 window before setting point.
7348
7349 * tooltip.el (tooltip-show-help-function): Pass event to
7350 mouse-on-link-p so it can check selected window.
7351
7352 2005-02-22 Kenichi Handa <handa@m17n.org>
7353
7354 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
7355 (ps-mule-show-warning): New function.
7356 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
7357 characters are found.
7358
7359 * ps-print.el (ps-header-footer-string): Return a list of header
7360 and footer strings.
7361
7362 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7363
7364 * pcvs.el (cvs-retrieve-revision): Fix thinko.
7365
7366 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
7367
7368 * frame.el (blink-cursor-mode): Use define-minor-mode.
7369
7370 * term/mac-win.el (function-key-map): Use char-names more consistently.
7371 (file-name-coding-system): Only set it for MacOS-9. The other case is
7372 already handled in mule-cmds.el (where it also works when mac-win.el
7373 is not used).
7374
7375 2005-02-21 Kenichi Handa <handa@m17n.org>
7376
7377 * international/mule.el (ctext-pre-write-conversion): Always use
7378 " *code-converting-work*" buffer for work.
7379
7380 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
7381
7382 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
7383
7384 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
7385
7386 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
7387
7388 * ses.el (undo-more): Restore defadvice, but only the part that
7389 allows changes outside the restricted area of the buffer.
7390
7391 2005-02-20 Kim F. Storm <storm@cua.dk>
7392
7393 * simple.el (line-move): Add fourth optional arg try-vscroll which
7394 must be set to perform auto-window-vscroll.
7395 When moving backwards and doing auto-window-vscroll, automatically
7396 vscroll to the last part of lines which are taller than the window.
7397 (next-line, previous-line): Set try-vscroll arg on line-move.
7398
7399 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
7400
7401 * replace.el (query-replace, query-replace-regexp)
7402 (replace-string, replace-regexp): When operating on region, make
7403 the minibuffer prompt say so.
7404
7405 * isearch.el (isearch-forward): Document isearch-query-replace and
7406 isearch-query-replace-regexp keybindings.
7407
7408 2005-02-19 Jay Belanger <belanger@truman.edu>
7409
7410 * calc/calc-aent.el (math-read-token): Add local variable.
7411
7412 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
7413 (calc-edit-top): Move declaration to earlier in file.
7414 (calc-edit-macro-repeats): Add local variables.
7415
7416 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
7417 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
7418 calcFunc-tanh.
7419 Adjust integration rule for calcFunc-tan.
7420
7421 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7422
7423 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
7424 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
7425 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
7426 (viper-skip-separators): Bug fix.
7427 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
7428 particular major mode.
7429 (viper-del-backward-char-in-replace): Don't put deleted char on the
7430 kill ring.
7431
7432 * viper-ex.el (viper-color-display-p): New function.
7433 (viper-has-face-support-p): Use viper-color-display-p.
7434
7435 * viper-keym.el (viper-gnus-modifier-map): New keymap.
7436
7437 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
7438
7439 * viper-util.el (viper-glob-unix-files): Fix shell status check.
7440 (viper-file-remote-p): Make equivalent to file-remote-p.
7441
7442 * viper.el (viper-major-mode-modifier-list):
7443 Use viper-gnus-modifier-map.
7444
7445 2005-02-19 David Kastrup <dak@gnu.org>
7446
7447 * subr.el (subregexp-context-p): Fix garbled doc string by adding
7448 quoting.
7449
7450 2005-02-19 Jay Belanger <belanger@truman.edu>
7451
7452 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
7453 Remove extra definitions.
7454 (calc-coth): New function.
7455 (calcFunc-cot): Fix `let'.
7456
7457 2005-02-19 Eli Zaretskii <eliz@gnu.org>
7458
7459 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
7460 the reasons we use "type pc" in these faces.
7461
7462 * button.el (button): Ditto.
7463
7464 2005-02-19 Michael Mauger <mmaug@yahoo.com>
7465
7466 * replace.el (query-replace-read-from): Set the value of
7467 query-replace-from-history-variable to handle the case of an empty
7468 string entered to accept the suggested default.
7469
7470 * net/tramp.el (tramp-file-name-for-operation):
7471 Use dired-call-process instead of dired-call-process-command.
7472
7473 2005-02-19 Jay Belanger <belanger@truman.edu>
7474
7475 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
7476 (math-div-non-trig): New variables.
7477 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
7478 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
7479 (math-combine-prod, math-div-symb-fancy): Add simplifications for
7480 trig expressions.
7481
7482 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
7483
7484 * progmodes/gdb-ui.el (gdb-var-update-handler)
7485 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
7486 for watch expressions,
7487 (gdb-var-create-handler): Don't set speedbar-update-flag.
7488 (gdb-post-prompt): Simplify test for speedbar.
7489
7490 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7491
7492 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
7493 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
7494 we use the syntax table of the correct buffer.
7495 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
7496 Felix Gatzemeier.
7497
7498 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
7499 (ediff-file-remote-p): Make synonymous with file-remote-p.
7500 In all deffaces ediff-*-face-*, use min-colors.
7501
7502 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
7503 ediff-recurse-to-subdirectories.
7504 (ediff-mark-if-equal): Check that the arguments are strings, use
7505 ediff-same-contents (after to Felix Gatzemeier).
7506
7507 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
7508 nil.
7509
7510 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7511
7512 * log-view.el (log-view-message-re): Fix up Subversion regexp.
7513
7514 2005-02-18 David Kastrup <dak@gnu.org>
7515
7516 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
7517 use `mark-active' when defined.
7518
7519 2005-02-18 Kenichi Handa <handa@m17n.org>
7520
7521 * ps-print.el (ps-font-info-database): New entry
7522 ZapfChancery-MediumItalic with correct font name. Fix font name
7523 of the entry Zapf-Chancery-MediumItalic.
7524
7525 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
7526
7527 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
7528
7529 2005-02-16 Kim F. Storm <storm@cua.dk>
7530
7531 * ido.el (ido-fallback-command): Pass user input to fallback command.
7532
7533 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
7534
7535 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7536 (gdb-find-file-hook): Add server prefix.
7537
7538 2005-02-16 Richard M. Stallman <rms@gnu.org>
7539
7540 * replace.el (perform-replace): Pass new args to replace-highlight.
7541 (replace-highlight): Take region args,
7542 and pass them to isearch-lazy-highlight-new-loop.
7543
7544 * novice.el (disabled-command-hook): Autoload the defalias
7545 and the make-obsolete-variable call.
7546
7547 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
7548
7549 * isearch.el (isearch-lazy-highlight-start-limit)
7550 (isearch-lazy-highlight-end-limit): New variables limit
7551 the region for highlighting.
7552 (isearch-lazy-highlight-new-loop): New args BEG and END.
7553 (isearch-lazy-highlight-search): Use the new vars.
7554 (isearch-lazy-highlight-update): Likewise.
7555
7556 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
7557
7558 * cus-start.el (all): Use default-boundp.
7559
7560 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
7561
7562 * menu-bar.el (menu-bar-select-frame): Handle current frame.
7563
7564 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
7565
7566 * autorevert.el (auto-revert-stop-on-user-input)
7567 (auto-revert-verbose): Doc fixes.
7568
7569 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
7570
7571 * international/mule-cmds.el (set-locale-environment): Remove call
7572 to set-selection-coding-system on Windows.
7573
7574 2005-02-15 Jay Belanger <belanger@truman.edu>
7575
7576 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
7577 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
7578 calcFunc-coth.
7579 (math-simplify-sqrt): Add simplifications.
7580
7581 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
7582 to list.
7583
7584 * calc/calc-ext.el: Add functions to autoloads.
7585
7586 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
7587 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
7588 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
7589 (math-csc-raw, math-cot-raw): New functions.
7590
7591 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
7592
7593 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
7594 the variable name in a message.
7595
7596 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
7597 calcFunc-csc, calcFunc-cot.
7598
7599 * calc/calcalg2.el: Add derivative and integration rules for
7600 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
7601 calcFunc-csch, calcFunc-coth.
7602 (math-do-integral-methods): Add to checks for when to use
7603 substitutions.
7604
7605 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
7606
7607 2005-02-15 Lute Kamstra <lute@gnu.org>
7608
7609 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7610 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
7611 <monnier@iro.umontreal.ca>
7612 (lisp-outline-level): Improve efficiency. Suggested by David
7613 Kastrup <dak@gnu.org>.
7614
7615 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
7616
7617 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
7618 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
7619 (gdb-set-gud-minor-mode-existing-buffers): New functions.
7620 (gdb-find-file-hook): New hook. Add it to find-file-hook.
7621 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
7622
7623 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
7624
7625 * cus-start.el (all): Comment change.
7626
7627 2005-02-14 Lute Kamstra <lute@gnu.org>
7628
7629 * cus-start.el (all): Check if symbol is void.
7630
7631 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
7632
7633 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
7634 optional argument to \cite.
7635
7636 2005-02-14 Richard M. Stallman <rms@gnu.org>
7637
7638 * cus-edit.el (custom-buffer-create-internal): Update help message.
7639 (custom-magic-alist): Update help messages.
7640
7641 * cus-start.el (all): Allow a var to specify a standard value.
7642
7643 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
7644
7645 * custom.el (custom-theme-set-variables): Handle variable aliases.
7646
7647 * frame.el (blink-cursor-timer): Doc fix.
7648 (blink-cursor): Make it an alias for `blink-cursor-mode' and
7649 declare obsolete.
7650 (blink-cursor-mode): Define with defcustom and use correct
7651 standard expression in that defcustom.
7652 * startup.el (command-line): Adapt to above changes in frame.el.
7653
7654 2005-02-11 Lute Kamstra <lute@gnu.org>
7655
7656 * apropos.el (apropos-score-doc): Prevent division by zero.
7657
7658 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
7659
7660 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
7661 (icalendar--get-event-property-attributes)
7662 (icalendar--get-event-properties)
7663 (icalendar--datetime-to-diary-date): New functions.
7664 (icalendar--split-value): Doc fix.
7665 (icalendar--datetime-to-noneuropean-date)
7666 (icalendar--datetime-to-european-date): New optional argument
7667 SEPARATOR. Return result as a string instead of a list.
7668 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
7669 (icalendar--convert-string-for-export): Rename arg S to STRING.
7670 (icalendar-export-region): Doc fix. Change name of error buffer.
7671 Save output buffer.
7672 (icalendar-import-file): Add blank at end of prompt.
7673 (icalendar-import-buffer): Doc fix. Do not switch to error
7674 buffer. Indicate status in return value.
7675 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
7676 buffer. Save output buffer. Handle exception from recurrence
7677 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
7678 events. Fix problems with weekly all-day events.
7679
7680 2005-02-10 Richard M. Stallman <rms@gnu.org>
7681
7682 * simple.el (eval-expression-print-format):
7683 Avoid warning about edebug-active.
7684
7685 * help.el (help-for-help-internal): Rename from help-for-help.
7686 (help-for-help): Define with defalias.
7687
7688 * font-core.el (font-lock-default-function): Use with-no-warnings.
7689
7690 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
7691
7692 * custom.el (defface): Doc fix.
7693
7694 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
7695
7696 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
7697 width 0" to prevent word wrapping problems.
7698
7699 2005-02-09 Kim F. Storm <storm@cua.dk>
7700
7701 * ido.el (ido-file-extensions-order): New defcustom.
7702 (ido-file-extension-lessp, ido-file-extension-aux)
7703 (ido-file-extension-order): New advanced file ordering.
7704 (ido-file-lessp): New simple file ordering.
7705 (ido-sort-list): Remove.
7706 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
7707 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
7708
7709 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
7710
7711 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
7712 that some versions of grep produce.
7713 (grep-mode-font-lock-keywords): Likewise.
7714
7715 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
7716
7717 * progmodes/gdb-ui.el (gdb-location-list): New variable.
7718 (gdb-cdir): Delete.
7719 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
7720 (gdb-source-info): Treat case when source file is in another
7721 directory properly.
7722 (gdb-get-location): New function.
7723
7724 2005-02-07 Jay Belanger <belanger@truman.edu>
7725
7726 * calc/calc-prog.el (calc-write-parse-table-part)
7727 (calc-fix-token-name): Fix a check for language type.
7728
7729 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
7730
7731 2005-02-07 Andre Spiegel <spiegel@gnu.org>
7732
7733 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
7734 as directory not writable.
7735
7736 2005-02-07 Kim F. Storm <storm@cua.dk>
7737
7738 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
7739 (cua--standard-movement-commands): Remove list.
7740 Instead, set CUA property value to move for movement commands.
7741 (cua-movement-commands): Remove. Users must set CUA prop instead.
7742 (cua--pre-command-handler): Check CUA property.
7743 (cua--init-keymaps): Don't remap undo commands.
7744 (cua-mode): Don't call cua--rectangle-on-off.
7745
7746 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
7747 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
7748 (cua--rect-undo-set-point): New var.
7749 (cua--rectangle-undo-boundary): Setup undo apply entry.
7750 (cua--rect-undo-handler): New function for rectangle undo.
7751 (cua--rect-start-position, cua--rect-end-position): Add.
7752 (cua--rectangle-post-command): Call cua--rectangle-set-corners
7753 for restored rectangle. Set point if cua--rect-undo-set-point.
7754
7755 2005-02-06 Jay Belanger <belanger@truman.edu>
7756
7757 * calc/calc-lang.el (calc-tex-language): Display more information
7758 in messages.
7759
7760 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
7761 in TeX mode.
7762
7763 2005-02-06 Richard M. Stallman <rms@gnu.org>
7764
7765 * emacs-lisp/lisp.el (buffer-end): Doc fix.
7766
7767 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
7768
7769 * net/ldap.el (ldap-search-internal): Support attributes with
7770 optional descriptions separated by a semi-colon, as in
7771 "userCertificate;binary".
7772
7773 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7774
7775 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
7776 isn't a cons (i.e. the version is 0).
7777
7778 2005-02-05 Eli Zaretskii <eliz@gnu.org>
7779
7780 * help.el (help-for-help): Doc fix.
7781
7782 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
7783
7784 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
7785 GDB-Windows on the menu-bar as this works better.
7786
7787 2005-02-04 Jay Belanger <belanger@truman.edu>
7788
7789 * calc/calc-embed.el (calc-embedded-update): Don't put in
7790 unnecessary newlines. Adjust the end of formula marker.
7791
7792 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
7793 (math-latex-parse-two-args): New function.
7794
7795 2005-02-03 Lute Kamstra <lute@gnu.org>
7796
7797 * help-fns.el (help-with-tutorial): Make sure that users cannot
7798 remove the entire text of the tutorial by means of `undo'.
7799
7800 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7801
7802 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
7803 in recent changes, where the ispell process was repeatedly
7804 killed & restarted.
7805
7806 * international/mule-cmds.el (set-locale-environment): Set file-name
7807 coding system to utf-8 on Darwin systems.
7808 (set-default-coding-systems): Don't set default-file-name-coding-system
7809 on Darwin systems.
7810
7811 2005-02-03 Richard M. Stallman <rms@gnu.org>
7812
7813 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
7814
7815 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
7816
7817 * faces.el (list-faces-display): Add optional argument.
7818
7819 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7820
7821 * font-core.el (font-lock-default-function): Handle the rare case where
7822 only font-lock-keywords is set.
7823
7824 2005-02-02 Kenichi Handa <handa@m17n.org>
7825
7826 * international/characters.el: Cancel previous change for
7827 I-WITH-DOT-ABOVE and DOTLESS-i.
7828
7829 * international/latin-5.el: Cancel previous change.
7830
7831 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7832
7833 * progmodes/gud.el: Correction to syntax in gud-menu-map.
7834
7835 2005-02-02 Kenichi Handa <handa@m17n.org>
7836
7837 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
7838 DOTLESS-i.
7839
7840 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
7841 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
7842
7843 * case-table.el (get-upcase-table): New function.
7844 (copy-case-table): Copy upcaes table too if non-nil.
7845 (set-case-syntax-delims): Maintain upcase table too.
7846 (set-case-syntax-pair): Likewise.
7847 (set-upcase-syntax, set-downcase-syntax): New functions.
7848 (set-case-syntax): Maintain upcase table too.
7849
7850 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
7851
7852 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
7853
7854 * progmodes/gud.el (gud-goto-info): New function.
7855 (gud-tool-bar-map): Use correct icon.
7856
7857 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7858
7859 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
7860 When delegating, order args in the funcall correctly.
7861
7862 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7863
7864 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
7865
7866 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
7867
7868 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
7869 buffer not visiting a file.
7870
7871 2005-01-31 Jay Belanger <belanger@truman.edu>
7872
7873 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
7874 bound on the line with the formula.
7875
7876 2005-01-31 Kim F. Storm <storm@cua.dk>
7877
7878 * ses.el (ses-create-cell-variable-range)
7879 (ses-destroy-cell-variable-range, ses-reset-header-string)
7880 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
7881 (ses-insert-row): Fix format of apply undo entries.
7882
7883 2005-01-31 Jay Belanger <belanger@truman.edu>
7884
7885 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
7886 parts.
7887
7888 * calc/calc-embed.el (calc-embedded-open-formula)
7889 (calc-embedded-close-formula): Ignore matrix environments.
7890
7891 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
7892 TeX mode.
7893
7894 * calc/calc-lang.el (math-function-table, math-oper-table)
7895 (math-variable-table): Adjust the LaTeX portions.
7896
7897 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
7898 (math-latex-ignore-words): New constant.
7899
7900 2005-01-31 Richard M. Stallman <rms@gnu.org>
7901
7902 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
7903 (ispell-local-dictionary): Doc fix.
7904 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
7905 Don't reinitialize at run time. Don't defcustom.
7906 All uses changed to append ispell-local-dictionary-alist,
7907 or check it first.
7908 (ispell-current-dictionary): New variable for dictionary in use.
7909 (ispell-dictionary): Now used only for global default.
7910 (ispell-start-process): Set ispell-current-dictionary,
7911 not ispell-dictionary.
7912 (ispell-change-dictionary): Use this only for setting
7913 user preferences.
7914 (ispell-internal-change-dictionary): New function
7915 to change the current dictionary in use.
7916 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
7917 Use ispell-current-dictionary.
7918 Handle ispell-local-dictionary-overridden.
7919 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
7920
7921 2005-01-31 Jay Belanger <belanger@truman.edu>
7922
7923 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
7924
7925 * calc/calc-ext.el: Add calc-latex-language to autoloads.
7926 (calc-mode-map): Add calc-latex-language.
7927
7928 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
7929 (math-latex-print-frac): New functions.
7930 (math-oper-table, math-function-table, math-variable-table)
7931 (math-complex-format, math-input-filter): Add latex properties.
7932 (calc-set-language): Set math-expr-special-function-mapping.
7933
7934 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
7935 (calc-write-parse-table-part): Add LaTeX support.
7936
7937 * calc/calc.el (calc-language): Adjust docstring.
7938 (calc-set-mode-line): Add LaTeX support.
7939 (math-expr-special-function-mapping): New variable.
7940 (math-tex-ignore-words): Add to list.
7941
7942 * calc/calccomp.el (math-compose-expr, math-compose-rows):
7943 Add LaTeX support.
7944 (math-compose-expr): Add support for special functions.
7945
7946 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
7947
7948 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
7949
7950 * progmodes/gdb-ui.el (gdb-memory-address)
7951 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
7952 (gdb-memory-mode-map, gdb-memory-format-keymap)
7953 (gdb-memory-format-menu, gdb-memory-unit-keymap)
7954 (gdb-memory-unit-menu): New variables for a buffer
7955 that lets the user examine program memory.
7956 (gdb-memory-set-address, gdb-memory-set-repeat-count)
7957 (gdb-memory-format-binary, gdb-memory-format-octal)
7958 (gdb-memory-format-unsigned, gdb-memory-format-signed)
7959 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
7960 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
7961 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7962 (gdb-memory-unit-byte, gdb-memory-unit-menu)
7963 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
7964 (gdb-memory-mode, gdb-memory-buffer-name)
7965 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
7966 New functions for above buffer.
7967
7968 2005-01-30 Richard M. Stallman <rms@gnu.org>
7969
7970 * cus-edit.el (custom-bury-buffer): Function deleted.
7971 (custom-buffer-done-function): Option deleted.
7972 (custom-buffer-done-kill): New (replacement option.
7973 (Custom-buffer-done): Call quit-window.
7974 (custom-buffer-create-internal): Update for above changes.
7975
7976 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
7977
7978 * simple.el (undo-ask-before-discard): New var.
7979 (undo-outer-limit-truncate): Implement it.
7980 (undo-extra-outer-limit): Doc update.
7981
7982 2005-01-29 Richard M. Stallman <rms@gnu.org>
7983
7984 * ses.el (undo-more): Delete defadvice.
7985 (ses-begin-change): Doc fix.
7986
7987 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
7988 instead of rebinding C-x u and C-_.
7989
7990 * files.el (normal-backup-enable-predicate): Return nil for files
7991 in /tmp, regardless of temporary-file-directory.
7992
7993 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
7994
7995 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
7996 (open-rectangle, delete-whitespace-rectangle-line)
7997 (clear-rectangle-line): If FILL, pass t instead of FILL
7998 for move-to-column's 2nd arg.
7999
8000 * simple.el (undo): Fix the test for continuing a series of undos.
8001 (undo-more): Set pending-undo-list to t when we reach end.
8002 (pending-undo-list): Move up defvar.
8003
8004 * wid-edit.el (widget-button-click):
8005 Shorten the range of the track-mouse binding.
8006
8007 * comint.el (comint-insert-input): Undo previous changes;
8008 use last-input-event in interactive spec.
8009
8010 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8011
8012 * progmodes/compile.el (compilation-start): Bind buffer-read-only
8013 to nil before invoking call-process. Reset buffer's modified flag
8014 after fontifying it in the no-async branch.
8015
8016 * wid-edit.el (widget-specify-button): If mouse pointer shape
8017 cannot be changed, use mouse face instead.
8018
8019 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
8020
8021 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8022 (gdb-goto-breakpoint): Make breakpoint handling work on template
8023 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
8024 (gdb-assembler-custom): Update to recognize breakpoint information
8025 added on 2005-01-19.
8026
8027 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8030 (dsssl-mode): Use define-derived-mode.
8031 (scheme-mode-initialize): Remove.
8032 (scheme-mode): Use run-mode-hooks.
8033
8034 * cus-edit.el (customize-group-other-window)
8035 (custom-buffer-create-other-window): Don't override special-display-*.
8036 (custom-mode-map): Make it dense.
8037
8038 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8039 sets the default value.
8040
8041 2005-01-28 Eli Zaretskii <eliz@gnu.org>
8042
8043 * descr-text.el: Add more keywords.
8044
8045 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8046
8047 * speedbar.el: Avoid unnecessary use of locate-library.
8048
8049 * international/mule-cmds.el (standard-display-european-internal):
8050 Don't fiddle with latin-1 non-break space any more since it's now
8051 special cased in the C code.
8052 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8053
8054 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
8055
8056 * cus-start.el (all): Add `undo-outer-limit'.
8057
8058 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8059
8060 * textmodes/bibtex.el (bibtex-format-entry):
8061 Use `bibtex-empty-field-re' only on the text of fields, not on entire
8062 field lines.
8063 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
8064 not on part of a buffer.
8065
8066 2005-01-25 Lute Kamstra <lute@gnu.org>
8067
8068 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
8069 nonempty field text strings like "{letters\\macro{}more letters}".
8070 Clarify docstring.
8071 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
8072 (bibtex-entry-offset, bibtex-parse-association)
8073 (bibtex-parse-field-name): Fix typos in docstrings.
8074 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
8075
8076 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
8077
8078 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
8079 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
8080 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
8081 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
8082
8083 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
8084 isearch minor mode.
8085
8086 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
8087
8088 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
8089
8090 2005-01-24 Lute Kamstra <lute@gnu.org>
8091
8092 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
8093 CASECHARS and NOT-CASECHARS regular expressions of the
8094 "nederlands" and "nederlands8" dictionaries to prevent a "Range
8095 striding over charsets" error.
8096
8097 2005-01-24 Jay Belanger <belanger@truman.edu>
8098
8099 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
8100 display variable name.
8101
8102 2005-01-24 Kenichi Handa <handa@m17n.org>
8103
8104 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
8105 Fix setting of the element of encoded-kbd-iso2022-invocations.
8106
8107 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
8108
8109 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8110 (gdb-threads-select): Change to also accept mouse events.
8111 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
8112 (gdb-threads-mouse-select): Delete.
8113
8114 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
8115
8116 * files.el (insert-directory): Take care of empty directory,
8117 listed without -a switch.
8118
8119 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8120
8121 * textmodes/refill.el (refill-post-command-function):
8122 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
8123 to the list of functions that we should be careful not to undo.
8124 (refill-late-fill-paragraph-function): Remove.
8125 (refill-saved-state): New var.
8126 (refill-mode): Use it to save fill-paragraph-function.
8127 Save also the value of auto-fill-function.
8128
8129 * term/w32-win.el: Simplify code.
8130
8131 2005-01-23 Kim F. Storm <storm@cua.dk>
8132
8133 * simple.el (line-move): Adapt to new return value from
8134 pos-visible-in-window-p.
8135
8136 * simple.el (line-move): Fix last change. Check partial
8137 visibility at point rather than at window-start.
8138
8139 2005-01-22 Jason Rumney <jasonr@gnu.org>
8140
8141 * term/w32-win.el (xw-defined-colors): Remove debug-message.
8142
8143 2005-01-22 David Kastrup <dak@gnu.org>
8144
8145 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
8146
8147 2005-01-22 Eli Zaretskii <eliz@gnu.org>
8148
8149 * type-break.el (type-break-mode): Add a test for
8150 type-break-file-name being non-nil.
8151
8152 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8153
8154 * net/eudc.el (top level): Call (message "") via progn, so that
8155 eudc-options-file is loaded.
8156
8157 2005-01-22 Kim F. Storm <storm@cua.dk>
8158
8159 * simple.el (line-move-1): Rename from line-move.
8160 (line-move): New function that adjusts vscroll for partially
8161 visible rows, and calls line-move-1 otherwise.
8162
8163 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
8164
8165 * pcomplete.el: define pcomplete-read-event instead of read-event,
8166 since it's not a complete read-event implementation
8167
8168 2005-01-20 Jay Belanger <belanger@truman.edu>
8169
8170 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
8171 for called function.
8172
8173 2005-01-20 Steven Tamm <steventamm@mac.com>
8174
8175 * term/mac-win.el (process-connection-type): Remove.
8176 Controlled now by s/darwin.h:PTY_ITERATION.
8177
8178 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * window.el (handle-select-window): Don't switch window when we're
8181 in the minibuffer.
8182
8183 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
8184
8185 * subr.el (dotimes-with-progress-reporter): New macro.
8186
8187 * ses.el (ses-dotimes-msg): Remove macro.
8188 Use `dotimes-with-progress-reporter' instead.
8189
8190 2005-01-19 Steven Tamm <steventamm@mac.com>
8191
8192 * term/mac-win.el (process-connection-type): Use new
8193 operating-system-release variable to use ptys on Darwin 7 (OS X
8194 10.3) when using carbon build.
8195
8196 2005-01-19 Jay Belanger <belanger@truman.edu>
8197
8198 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
8199 flags if the last command was a tab or M-tab.
8200
8201 * calc/calc-prog.el (calc-user-define-edit): Put original formula
8202 in formula editing buffer.
8203
8204 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8205
8206 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
8207 breakpoint image symbol in margin.
8208
8209 2005-01-19 Jay Belanger <belanger@truman.edu>
8210
8211 * calc/calc-prog.el (calc-execute-kbd-macro):
8212 Ignore calc-keep-arg-flag.
8213
8214 2005-01-19 Kenichi Handa <handa@m17n.org>
8215
8216 * textmodes/ispell.el (ispell-looking-at): New function.
8217 (ispell-process-line): Use ispell-looking-at to compare the ispell
8218 output and the buffer contents.
8219
8220 2005-01-18 Jay Belanger <belanger@truman.edu>
8221
8222 * calc/calc.el (calc-display-raw): Fix docstring.
8223
8224 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * simple.el (blink-matching-open): Strip extra info from syntax.
8227
8228 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
8229 funny chars in the end-of-here-doc marker.
8230
8231 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8232
8233 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
8234 that enable/disabled state of breakpoints is shown correctly in
8235 fringe and on ttys.
8236 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
8237 Add breakpoint information as text properties.
8238 (gdb-mouse-toggle-breakpoint):
8239 Rename to gdb-mouse-set-clear-breakpoint.
8240 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
8241 breakpoints in the margin.
8242 (gdb-remove-strings): Simplify.
8243
8244 2005-01-17 Jay Belanger <belanger@truman.edu>
8245
8246 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
8247 erasing buffer.
8248
8249 2005-01-17 Richard M. Stallman <rms@gnu.org>
8250
8251 * progmodes/grep.el (grep-find): Copy from `grep' the condition
8252 for calling grep-compute-defaults.
8253
8254 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
8255 if buffer is empty.
8256
8257 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
8258
8259 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
8260
8261 * hilit-chg.el (highlight-changes-mode): Don't autoload.
8262
8263 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
8264 non-preloaded variables.
8265
8266 2005-01-17 Steven Tamm <steventamm@mac.com>
8267
8268 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
8269 tex-shell cause to force interactivity when using pipes.
8270
8271 2005-01-17 Kim F. Storm <storm@cua.dk>
8272
8273 * simple.el (just-one-space): Make arg optional.
8274
8275 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
8276
8277 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
8278 posn-at-x-y to t to access left-margin.
8279
8280 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
8281
8282 Sync with Tramp 2.0.47.
8283
8284 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
8285 catching keep-date problems in cp/scp operations.
8286 (tramp-handle-copy-file): Don't call `set-file-modes'
8287 unconditionally. Specialized functions should know better what is
8288 necessary. This improves performance a little bit, and the
8289 functions could catch errors with `cp -p' and `scp -p'.
8290 (tramp-do-copy-or-rename-file-via-buffer)
8291 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
8292 when appropriate.
8293 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
8294 Call `set-file-modes' when appropriate.
8295 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
8296 Johnsson <isak@hypergene.com>
8297 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
8298 of both Tramp buffer and debug buffer. Reported by Joakim Verona
8299 <joakim@verona.se>
8300 (tramp-file-name-for-operation): Mark `shell-command' as magic for
8301 Emacs only.
8302
8303 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
8304 `find-file-hooks' and `dired-mode-hook'.
8305 (tramp-minor-mode-map): Respective map. Add remapping for
8306 `compile' and `recompile'.
8307 (tramp-remap-command, tramp-recompile): New defuns.
8308 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
8309 in buffer "*Compilation*". Call the commands asynchronously.
8310
8311 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
8312 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
8313 `shell-command', because it isn't magic in XEmacs. Reported by
8314 Adrian Aichner <adrian@xemacs.org>.
8315
8316 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8317 `substitute-in-file-name.
8318 (tramp-smb-handle-substitute-in-file-name): New defun.
8319 (tramp-smb-advice-PC-do-completion): Delete advice.
8320
8321 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
8322
8323 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
8324 Fix error in deleting region.
8325
8326 2005-01-15 Richard M. Stallman <rms@gnu.org>
8327
8328 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
8329 In non-temp buffer, switch syntax table temporarily.
8330
8331 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
8332
8333 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
8334
8335 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
8336
8337 * imenu.el (imenu--split-menu): Copy menulist before sorting.
8338 (imenu--generic-function): Use START, not BEG, as pos of definition.
8339
8340 * simple.el (just-one-space): Argument specifies number of spaces.
8341
8342 * simple.el (eval-expression-print-format): Avoid warning
8343 about edebug-active.
8344
8345 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
8346
8347 * progmodes/sh-script.el: Code copied from make-mode.el
8348 with small changes,
8349 (sh-mode-map): Bind C-c C-\.
8350 (sh-backslash-column, sh-backslash-align): New variables.
8351 (sh-backslash-region, sh-append-backslash): New functions.
8352
8353 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8354
8355 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
8356 (rmail-pop-password, rmail-pop-password-required): Move to
8357 rmail-obsolete group.
8358 (rmail-set-pop-password): Rename to rmail-set-remote-password.
8359 All callers updated.
8360 (rmail-get-pop-password): Rename to rmail-get-remote-password.
8361 Take an argument specifying whether it is POP or IMAP mailbox we
8362 are using. All callers updated.
8363 (rmail-pop-password-error): Rename to
8364 rmail-remote-password-error. Added mailutils-specific error message.
8365 (rmail-movemail-search-path)
8366 (rmail-movemail-variant-in-use): New variables.
8367 (rmail-remote-password, rmail-remote-password-required):
8368 New customization variables.
8369 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
8370 (rmail-parse-url): New function.
8371 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
8372 with GNU mailutils movemail.
8373
8374 2005-01-15 Kevin Ryde <user42@zip.com.au>
8375
8376 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
8377 suffix to space, $ or '$, to correctly position point when going
8378 to @table style constants like DBL_MAX.
8379
8380 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
8381
8382 * type-break.el (type-break-mode, type-break-file-time)
8383 (type-break-file-keystroke-count, type-break-choose-file):
8384 Don't store data in or load data from the file if type-break-file-name
8385 is nil.
8386 (type-break-file-name): Doc update as per the above.
8387
8388 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
8389
8390 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
8391 lookup-key might return nil; handle that.
8392
8393 2005-01-15 Alan Mackenzie <acm@muc.de>
8394
8395 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
8396 rather than the element found, thus enabling the tree to be setcar'd.
8397
8398 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
8399
8400 * textmodes/org.el (org-show-following-heading): New option.
8401 (org-show-hierarchy-above): Use `org-show-following-heading'.
8402 (org-cycle): Documentation fix.
8403
8404 * textmodes/org.el (orgtbl-optimized): New option
8405 (orgtbl-mode): New command, a minor mode.
8406 (orgtbl-mode-map): New variable.
8407 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
8408 (orgtbl-error, orgtbl-self-insert-command)
8409 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
8410
8411 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
8412 a local variable in each org-mode buffer.
8413
8414 * textmodes/org.el (org-set-regexps-and-options): Rename from
8415 `org-set-regexps'. Added checking for STARTUP keyword.
8416 (org-get-current-options): Add STARTUP options.
8417 (org-table-insert-row): Mode mode intelligent about when
8418 realignment is needed.
8419 (org-self-insert-command, org-delete-backward-char, org-delete-char):
8420 New commands.
8421 (org-enable-table-editor): New default value `optimized'.
8422 (org-table-blank-field): Support blanking regions if active.
8423
8424 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
8425
8426 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
8427 if the year is not given.
8428
8429 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
8430 Add new escapes %m and %M, fixed bug with %F by adding
8431 save-match-data.
8432 (reftex-reference): Remove ?. from list of spaces.
8433 (reftex-label-info): Add automatic label prefix recognition.
8434
8435 * textmodes/reftex-index.el (reftex-index-next-phrase):
8436 Add slave parameter to call of `reftex-index-this-phrase'.
8437 (reftex-index-this-phrase): New optional argument.
8438 (reftex-index-region-phrases): Add slave parameter to call of
8439 `reftex-index-this-phrase'.
8440 (reftex-display-index): New argument redo.
8441 (reftex-index-rescan): Add 'redo to arguments of
8442 `reftex-display-index'.
8443 (reftex-index-Rescan, reftex-index-revert)
8444 (reftex-index-switch-index-tag): Add 'redo to arguments of
8445 `reftex-display-index'.
8446 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
8447 indexing. Fix bug with matching is there is a quote before or
8448 after the word.
8449
8450 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
8451 Fix bug when collecting citation keys in lines with comments.
8452 (reftex-citation): Prefix argument no longer rescans the document,
8453 but forces prompting for optional arguments of cite macros.
8454 (reftex-do-citation): Prompting for optional arguments implemented.
8455
8456 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8457 Add optional arguments to most cite commands.
8458 (reftex-cite-cleanup-optional-args): New option
8459 (reftex-cite-prompt-optional-args): New option.
8460 (reftex-trust-label-prefix): New option.
8461
8462 * textmodes/reftex-toc.el (reftex-toc-find-section):
8463 Add push-mark before changing the position in the buffer.
8464
8465 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
8466 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
8467
8468 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
8469
8470 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
8471 more carefully.
8472
8473 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8474
8475 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
8476 (sgml-mode): Use it.
8477 (sgml-get-context): Better keep track of implicitly closed tags.
8478
8479 2005-01-13 Kenichi Handa <handa@m17n.org>
8480
8481 * textmodes/ispell.el: These changes are to fix misalignment error
8482 caused by equivalent characters of different Emacs charsets.
8483 (ispell-unified-chars-table): New variable.
8484 (ispell-get-decoded-string): New function.
8485 (ispell-get-casechars, ispell-get-not-casechars)
8486 (ispell-get-otherchars): Call ispell-get-decoded-string.
8487
8488 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
8489
8490 * custom.el (custom-declare-variable): Just put symbol instead
8491 of (defvar . symbol) in `current-load-list'.
8492
8493 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8494
8495 * emacs-lisp/elint.el: Fixed typo in Commentary section.
8496
8497 2005-01-12 Jay Belanger <belanger@truman.edu>
8498
8499 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
8500 to create a Calc summary.
8501
8502 2005-01-12 Kim F. Storm <storm@cua.dk>
8503
8504 * mouse.el (mouse-on-link-p): Change functionality and doc
8505 string to comply with latest description in lisp ref.
8506
8507 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
8508
8509 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
8510 Enable mouse clicks on mode-line, header-line and margin.
8511 (event-type): Give mouse event symbols an 'event-kind property
8512 with value 'mouse-click.
8513
8514 2005-01-12 Juri Linkov <juri@jurta.org>
8515
8516 * facemenu.el (list-colors-display): Add new arg buffer-name.
8517 Use it. Fix docstring. Replace code for identifying duplicate
8518 colors by the name with call to `list-colors-duplicates' which
8519 identifies duplicate colors by the value unless the color
8520 is one of special Windows colors. Set truncate-lines to t.
8521 Print sorted duplicate color names on each line. Indent to 22
8522 \(the longest color name in rgb.txt) instead of 20. Optimize.
8523 (list-colors-duplicates): New function.
8524 (facemenu-color-name-equal): Delete function.
8525
8526 * facemenu.el (list-colors-print): New function created from code
8527 in list-colors-display. Print #RRGGBB at the window right edge.
8528 (list-colors-display): When temp-buffer-show-function is not
8529 defined, call list-colors-print from temp-buffer-show-hook
8530 to get the right value of window-width in list-colors-print
8531 after the buffer is displayed.
8532
8533 * simple.el (pop-mark): Move deactivate-mark out of conditional
8534 part to deactivate the active mark regardless of the state of the
8535 mark ring.
8536
8537 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
8538 variables line in desktop files.
8539
8540 2005-01-12 Juri Linkov <juri@jurta.org>
8541
8542 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
8543 Bring together isearch highlight related options.
8544 (lazy-highlight): Replace group `replace' by `matching'.
8545 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8546 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8547 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
8548 and declare them obsolete.
8549 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
8550 (isearch-faces): Remove defgroup.
8551 (isearch-overlay, isearch-highlight, isearch-dehighlight):
8552 Move isearch highlighting code closer to lazy highlighting code.
8553
8554 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
8555 (query-replace-highlight, query-replace-lazy-highlight)
8556 (query-replace): Move definitions to the beginning of the file.
8557
8558 2005-01-11 Juri Linkov <juri@jurta.org>
8559
8560 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
8561 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
8562 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
8563
8564 * info.el (Info-history-forward): New variable.
8565 (Info-select-node): Reset Info-history-forward to nil.
8566 (Info-last): Turn into defalias.
8567 (Info-history-back): Rename from Info-last.
8568 Add current node to Info-history-forward.
8569 (Info-history-forward): New fun.
8570 (Info-mode-map): Replace Info-last by Info-history-back.
8571 Bind Info-history-forward to "r".
8572 (Info-mode-menu): Replace Info-last by Info-history-back.
8573 Fix menu item text. Add menu item for Info-history-forward.
8574 (info-tool-bar-map): Replace Info-last by Info-history-back.
8575 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
8576 for Info-history-forward.
8577 (Info-mode): Replace Info-last by Info-history-back in docstring.
8578 Add local variable Info-history-forward.
8579 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
8580
8581 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
8582
8583 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
8584 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
8585 Ignore select-window events rather than fiddle with
8586 mouse-autoselect-window.
8587
8588 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
8589
8590 * type-break.el (type-break-mode): Fix previous change.
8591
8592 2005-01-10 Jay Belanger <belanger@truman.edu>
8593
8594 * calc/calc-ext.el (calc-reset): Reset when inside embedded
8595 calculator; only reset when point is inside a calculator.
8596 Don't adjust the window height if the window takes up the whole height
8597 of the frame.
8598
8599 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
8600
8601 * ebuff-menu.el (Electric-buffer-menu-mode):
8602 Preserve value of buffer-local var header-line-format.
8603
8604 2005-01-09 Jay Belanger <belanger@truman.edu>
8605
8606 * calc/calc.el (calc-mode-var-list-restore-saved-values):
8607 Make sure settings file exists before accessing it.
8608
8609 * calc/calc-embed.el (calc-embedded-subst):
8610 Replace math-multi-subst-rec, which is only supposed to be called
8611 by math-multi-subst, by math-multi-subst.
8612
8613 2005-01-09 Andre Spiegel <spiegel@gnu.org>
8614
8615 * vc.el (vc-allow-async-revert): New user option.
8616 (vc-disable-async-diff): New internal variable.
8617 (vc-revert-buffer): Use them to disable asynchronous diff.
8618
8619 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
8620 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
8621 asynchronously if vc-disable-async-diff is t.
8622
8623 2005-01-09 Jay Belanger <belanger@truman.edu>
8624
8625 * calc/calc.el (defcalcmodevar): New macro.
8626 (calc-mode-var-list-restore-default-values)
8627 (calc-mode-var-list-restore-saved-values): New functions.
8628 (calc-mode-var-list): Use defcalcmodevar to define it.
8629 (calc-always-load-extensions, calc-line-numbering)
8630 (calc-line-breaking, calc-display-just, calc-display-origin)
8631 (calc-number-radix, calc-leading-zeros, calc-group-digits)
8632 (calc-group-char, calc-point-char, calc-frac-format)
8633 (calc-prefer-frac, calc-hms-format, calc-date-format)
8634 (calc-float-format, calc-full-float-format, calc-complex-format)
8635 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8636 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8637 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8638 (calc-matrix-brackets, calc-language, calc-language-option)
8639 (calc-left-label, calc-right-label, calc-word-size)
8640 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8641 (calc-display-raw, calc-internal-prec, calc-angle-mode)
8642 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8643 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8644 (calc-window-height, calc-display-trail, calc-show-selections)
8645 (calc-use-selections, calc-assoc-selections)
8646 (calc-display-working-message, calc-auto-why, calc-timing)
8647 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
8648 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
8649 (calc-gnuplot-default-device, calc-gnuplot-default-output)
8650 (calc-gnuplot-print-device, calc-gnuplot-print-output)
8651 (calc-gnuplot-geometry, calc-graph-default-resolution)
8652 (calc-graph-default-resolution-3d, calc-invocation-macro)
8653 (calc-show-banner): Use defcalcmodevar to declare them and set
8654 their default values.
8655
8656 * calc/calc-ext.el (calc-reset): Restore saved values of variables
8657 instead of default values (but restore default values if there is
8658 an argument of 0).
8659
8660 2005-01-09 David Kastrup <dak@gnu.org>
8661
8662 * desktop.el (desktop-restore-eager): Fix typo in type.
8663
8664 2005-01-08 Richard M. Stallman <rms@gnu.org>
8665
8666 * cus-edit.el (customize): Delete :link.
8667
8668 2005-01-08 Jay Belanger <belanger@truman.edu>
8669
8670 * calc/calc.el (calc-mode): Remove the extension from the
8671 `calc-settings-file' file name when loading it.
8672
8673 2005-01-08 Kim F. Storm <storm@cua.dk>
8674
8675 * info.el (Info-mode-map, Info-next-link-keymap)
8676 (Info-prev-link-keymap, Info-up-link-keymap):
8677 Map follow-link to mouse-face.
8678 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
8679
8680 2005-01-08 Jay Belanger <belanger@truman.edu>
8681
8682 * calc/calc.el (calc-settings-file): Change default value.
8683 Suggested by cgw in a comment in calc-mode.el.
8684
8685 * calc/calc-mode.el (calc-settings-file-name):
8686 Compare calc-settings-file to user-init-file instead of ~/.emacs.
8687 Replace ~/.emacs in a prompt by calc-settings-file.
8688
8689 2005-01-07 Lars Hansen <larsh@math.ku.dk>
8690
8691 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
8692 (desktop-lazy-idle-delay): New customizable variables.
8693 (desktop-buffer-args-list): New variable.
8694 (desktop-append-buffer-args): New function.
8695 (desktop-save): Call desktop-append-buffer-args for some buffers.
8696 (desktop-lazy-create-buffer): New function.
8697 (desktop-idle-create-buffers): New function.
8698 (desktop-read): Add message about buffers to restore lazily.
8699 (desktop-lazy-abort): New command.
8700 (desktop-clear): Call desktop-lazy-abort.
8701 (desktop-lazy-complete): New command.
8702
8703 2005-01-06 Richard M. Stallman <rms@gnu.org>
8704
8705 * emacs-lisp/find-func.el (find-face-definition):
8706 Rename from find-face.
8707
8708 2005-01-06 Kim F. Storm <storm@cua.dk>
8709
8710 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
8711
8712 * man.el (Man-xref-man-page, Man-xref-header-file)
8713 (Man-xref-normal-file): Add follow-link property.
8714
8715 2005-01-06 Jay Belanger <belanger@truman.edu>
8716
8717 * calc/calc-units.el: Make sure the proper macro definitions are
8718 available when compiling.
8719
8720 2005-01-06 Juri Linkov <juri@jurta.org>
8721
8722 * isearch.el (isearch-lazy-highlight-update):
8723 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
8724
8725 2005-01-06 Miles Bader <miles@gnu.org>
8726
8727 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
8728 (isearch-lazy-highlight-face): Use new name.
8729
8730 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8731
8732 * uniquify.el (uniquify-rationalize-file-buffer-names):
8733 Re-add an interactive spec.
8734 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
8735 to the same name.
8736
8737 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
8738 (isearch-update, isearch-done): Adjust calls accordingly.
8739
8740 2005-01-05 Richard M. Stallman <rms@gnu.org>
8741
8742 * custom.el (custom-set-variables, custom-theme-set-variables):
8743 Clarify documentation.
8744
8745 * emacs-lisp/find-func.el (find-variable)
8746 (find-variable-other-window, find-variable-other-frame):
8747 Fix the TYPE args to find-function-read and find-function-do-it.
8748 (find-function): Doc fix.
8749 (find-function-at-point): Replace function-at-point alias.
8750
8751 2005-01-04 Richard M. Stallman <rms@gnu.org>
8752
8753 * cus-face.el (custom-declare-face):
8754 Record defface in current-load-list.
8755
8756 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
8757
8758 * emacs-lisp/find-func.el: Doc fixes.
8759 (find-face-regexp): New variable.
8760 (find-function-regexp-alist): New variable.
8761 (find-function-C-source): Third arg is now TYPE.
8762 (find-function-search-for-symbol): Handle general TYPE.
8763 (find-function-read, find-function-do-it): Handle general TYPE.
8764 (find-definition-noselect, find-face): New functions.
8765 (function-at-point): Alias deleted.
8766
8767 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8768
8769 * battery.el (display-battery-mode): Rename from display-battery.
8770 Handle the case where it gets turned off.
8771
8772 2005-01-04 Richard M. Stallman <rms@gnu.org>
8773
8774 * cus-edit.el (customize): Make :link point to user doc.
8775
8776 * man.el (Man-fontify-manpage): Turn off undo generation.
8777
8778 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
8779
8780 2005-01-04 Andreas Schwab <schwab@suse.de>
8781
8782 * files.el (insert-directory): Only look for error lines in
8783 inserted text. Don't move too far after processing --dired markers.
8784
8785 2005-01-04 Richard M. Stallman <rms@gnu.org>
8786
8787 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8788 Don't expand if the character is @, period, dash, etc.
8789 (define-mail-abbrev): Quote names that contain problem characters.
8790
8791 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
8792
8793 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
8794
8795 2005-01-03 Richard M. Stallman <rms@gnu.org>
8796
8797 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
8798 (query-replace-highlight, query-replace-lazy-highlight)
8799 (query-replace): Definitions moved up. Doc fix.
8800
8801 2005-01-03 Richard M. Stallman <rms@gnu.org>
8802
8803 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
8804 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8805 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8806 (lazy-highlight-face): Rename from isearch-lazy-...
8807 Change all references to them.
8808
8809 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
8810
8811 * cus-edit.el (custom-file): Doc fix for defcustom.
8812 (custom-file): The function no longer sets the variable
8813 `custom-file' to its return value.
8814
8815 * startup.el (command-line): No longer load `custom-file'.
8816
8817 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8818
8819 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
8820
8821 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
8822 Don't confuse module-prefixed identifiers for labels.
8823 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
8824
8825 2005-01-02 Richard M. Stallman <rms@gnu.org>
8826
8827 * files.el (basic-save-buffer-1): Fix previous change.
8828
8829 * loadhist.el (file-loadhist-lookup): New function.
8830 (file-provides, file-requires): Use it.
8831
8832 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
8833 instead of calculating the right size.
8834
8835 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
8836
8837 * vc-svn.el (vc-svn-diff): Stay local if possible.
8838
8839 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
8840
8841 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
8842
8843 * files.el (hack-local-variables): Fix last change.
8844
8845 2005-01-02 Jay Belanger <belanger@truman.edu>
8846
8847 * calc/calc-yank.el (calc-edit-top): New variable.
8848 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
8849 object. Change header properties.
8850 (calc-edit-finish, calc-edit-finish-stack-object)
8851 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
8852 edited object.
8853 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
8854 for the beginning of the edited object.
8855 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
8856 for the beginning of the edited object.
8857 * calc/calc-prog.el (calc-edit-macro-finish-edit)
8858 (calc-finish-formula-edit, calc-macro-repeats)
8859 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
8860 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
8861 beginning of the edited object.
8862 (calc-user-define-edit): Change the header for editing macros.
8863 Remove unnecessary variable.
8864
8865 2005-01-01 Jay Belanger <belanger@truman.edu>
8866
8867 * calc/calc-yank.el (calc-edit-mode): Change default header.
8868 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
8869 * calc/calc-store.el (calc-edit-variable): Change title to match new
8870 header.
8871 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
8872 mode to match new header.
8873 (calc-user-define-edit): Change titles to include names of commands.
8874 (calc-finish-formula-edit): Adjust to handle new header.
8875 (calc-finish-macro-edit): Remove.
8876 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
8877 (calc-edit-macro-command, calc-edit-macro-command-type)
8878 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
8879 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
8880 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
8881 (calc-edit-macro-finish-edit): New functions.
8882 (calc-user-define-edit): Use new functions to edit named calc macros.
8883
8884 2005-01-01 Stefan <monnier@iro.umontreal.ca>
8885
8886 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
8887
8888 * ses.el (copy-region-as-kill): Deactivate mark.
8889
8890 2005-01-01 Richard M. Stallman <rms@gnu.org>
8891
8892 * replace.el (occur-1): If the output buffer is also an input,
8893 don't kill it, rename it.
8894
8895 * faces.el (set-face-background, set-face-foreground): Doc fix.
8896
8897 * cus-face.el (custom-face-attributes): Fix :help-echo strings
8898 for :foreground and :background.
8899
8900 * dired.el (dired-view-command-alist): Variable deleted.
8901 (dired-view-file, dired-mouse-find-file-other-window):
8902 Delete the code to use it.
8903
8904 2005-01-01 Kim F. Storm <storm@cua.dk>
8905
8906 * image.el (insert-sliced-image): Use t for line-height property.
8907
8908 2004-12-31 Jay Belanger <belanger@truman.edu>
8909
8910 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
8911 for "var-" at the beginning of the minibuffer.
8912
8913 2004-12-31 Richard M. Stallman <rms@gnu.org>
8914
8915 * faces.el (read-face-name):
8916 Don't treat an attribute spec as a list of faces.
8917
8918 * simple.el (undo): Use undo-equiv-table to detect
8919 unexpected changes since previous undo.
8920 (undo-list-saved): Variable deleted.
8921 (buffer-disable-undo): Don't alter undo-list-saved.
8922
8923 * files.el (require-final-newline): Allow `visit' and `visit-save'.
8924 (mode-require-final-newline): New option.
8925 (after-find-file): Handle require-final-newline with new values.
8926 (basic-save-buffer): Handle new values of require-final-newline.
8927
8928 * progmodes/sh-script.el (sh-require-final-newline):
8929 Alist value now controls whether to use mode-require-final-newline.
8930 (sh-set-shell): Implement that new meaning.
8931
8932 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
8933 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
8934 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
8935 Delete old-Emacs compatibility code.
8936 (antlr-c-common-init): Function deleted.
8937
8938 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
8939 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
8940 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
8941 * progmodes/python.el (python-mode): Use mode-require-final-newline.
8942 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
8943 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
8944 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
8945 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
8946 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
8947 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
8948 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
8949 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
8950 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
8951 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
8952 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
8953 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
8954
8955 2004-12-31 Jay Belanger <belanger@truman.edu>
8956
8957 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
8958 way to return to Calc.
8959
8960 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
8961 finish, C-xk as the way to cancel the edit. Add cancel routine to
8962 kill-buffer-hook.
8963
8964 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
8965 MacEdit code.
8966
8967 * calc/calc-prog.el: Remove obsolete MacEdit code.
8968 (calc-macro-edit-algebraic, calc-macro-edit-variable)
8969 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
8970
8971 2004-12-31 Kenichi Handa <handa@m17n.org>
8972
8973 * international/mule.el (buffer-file-coding-system-explicit):
8974 Rename for explicit-buffer-file-coding-system.
8975 (after-insert-file-set-coding): Adjust for the above change.
8976
8977 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
8978 to buffer-file-coding-system-explicit.
8979 (basic-save-buffer-1): Likewise.
8980
8981 2004-12-30 Richard M. Stallman <rms@gnu.org>
8982
8983 * textmodes/artist.el (artist-butlast-fn): Var deleted.
8984 (artist-butlast, artist-last): Functions deleted.
8985 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
8986 (artist-compute-key-compl-table): Call remq directly.
8987 (artist-remove-nulls): Function deleted.
8988 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
8989 (artist-push, artist-pop): Macro deleted.
8990
8991 2004-12-30 Andreas Leue <al@sphenon.de>
8992
8993 * textmodes/artist.el (artist-version): 1.2.6
8994 (artist-prev-next-op-alist): New variable.
8995 (artist-select-next-op-in-list): New function.
8996 (artist-select-prev-op-in-list): New function.
8997 (artist-make-prev-next-op-alist): New function.
8998 (artist-is-in-op-list-p): New function.
8999 (artist-get-first-non-nil-op): New function.
9000 (artist-get-last-non-nil-op): New function.
9001 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9002 artist-prev-next-op-alist.
9003 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9004 change drawing operation.
9005
9006 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
9007
9008 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9009
9010 2004-12-31 Masatake YAMATO <jet@gyve.org>
9011
9012 * server.el (server-process-filter): Suppress `error', too.
9013
9014 2004-12-30 Jay Belanger <belanger@truman.edu>
9015
9016 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9017 Change the way a variable is displayed in a message.
9018
9019 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9020 (calc-user-define-permanent, calc-execute-kbd-macro):
9021 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9022
9023 2004-12-30 Kenichi Handa <handa@m17n.org>
9024
9025 * files.el (basic-save-buffer-1):
9026 Set explicit-buffer-file-coding-system to last-coding-system-used.
9027 (revert-buffer): Pay attention to
9028 explicit-buffer-file-coding-system (not buffer-file-coding-system)
9029 on bind coding-system-for-read.
9030
9031 * international/mule.el (explicit-buffer-file-coding-system):
9032 New buffer local variable.
9033 (after-insert-file-set-coding): Set it to coding-system-for-read.
9034
9035 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9036
9037 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9038
9039 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9040
9041 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9042 that include line numbers.
9043
9044 2004-12-29 Milan Zamazal <pdm@zamazal.org>
9045
9046 * files.el (hack-local-variables): If no PREFIX, set it to "^".
9047 Redundant variable PREFIXLEN removed.
9048
9049 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
9050
9051 * eshell/em-hist.el (eshell-previous-matching-input):
9052 Start the deletion from the end of the output.
9053
9054 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9055
9056 * term/mac-win.el: Require x-dnd.
9057 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
9058
9059 2004-12-29 David Kastrup <dak@gnu.org>
9060
9061 * international/mule.el (decode-coding-inserted-region):
9062 Don't barf if `buffer-undo-list' is already set to `t'.
9063
9064 2004-12-29 Jay Belanger <belanger@truman.edu>
9065
9066 * calc/calc-prog.el (calc-user-define-formula): Put default values
9067 for function names in prompts.
9068 (calc-user-define-permanent, calc-user-define-composition)
9069 (calc-user-define-formula): Remove the need for "calcFunc-" in the
9070 default input for algebraic functions.
9071
9072 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
9073
9074 * vc-rcs.el (vc-rcs-annotate-command):
9075 Fix omission bug: Call `vc-setup-buffer'.
9076
9077 2004-12-29 Kenichi Handa <handa@m17n.org>
9078
9079 * international/mule.el (recode-region): New function.
9080
9081 2004-12-28 Richard M. Stallman <rms@gnu.org>
9082
9083 * simple.el (undo-extra-outer-limit): New variable.
9084 (undo-outer-limit-truncate): Test and set it.
9085
9086 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
9087 enables the feature to extend the existing region.
9088
9089 * simple.el (mark-word): New arg ALLOW-EXTEND
9090 enables the feature to extend the existing region.
9091
9092 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
9093 enables the feature to extend the existing region.
9094
9095 * startup.el (site-run-file): Don't allow setting it with Custom.
9096
9097 * simple.el (buffer-disable-undo): Fix previous change.
9098
9099 2004-12-27 Masatake YAMATO <jet@gyve.org>
9100
9101 * hexl.el (hexlify-buffer): Remove fontification here.
9102 Use font lock mechanism instead.
9103 (hexl-font-lock-keywords): New font lock kewords.
9104 (hexl-mode-old-font-lock-keywords): New variable.
9105 (hexl-mode): Store the old font lock keywords.
9106 (hexl-mode-exit): Restore the old font lock keywords.
9107
9108 2004-12-27 Richard M. Stallman <rms@gnu.org>
9109
9110 * simple.el (undo): Fix previous change.
9111
9112 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9113
9114 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
9115 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
9116 Call x-open-connection on Mac OS X.
9117
9118 2004-12-27 Richard M. Stallman <rms@gnu.org>
9119
9120 * files.el (buffer-save-without-query): New var (buffer-local).
9121 (save-some-buffers): Save those buffers first, w/o asking.
9122
9123 * files.el (insert-directory-ls-version): New variable.
9124 (insert-directory): When ls returns an error, test the version
9125 number to decide what the return code means.
9126 With --dired output format, detect and distinguish lines
9127 that are really error messages.
9128 (insert-directory-adj-pos): New function.
9129
9130 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
9131
9132 * battery.el (battery-mode-line-format): Remove initial spaces.
9133
9134 * uniquify.el (uniquify-rationalize-file-buffer-names):
9135 Delete interactive spec.
9136
9137 * type-break.el (type-break-mode): Set buffer-save-without-query.
9138 Remove code that tried to set save-some-buffers-always.
9139 (type-break-file-keystroke-count): Bind deactivate-mark.
9140
9141 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
9142
9143 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
9144 Test that the buffer is live, and maybe reject current buffer too.
9145 Clarify.
9146 (next-error-find-buffer): Rewrite for clarity.
9147
9148 * loadup.el: Don't use buffer-disable-undo; do it directly.
9149
9150 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
9151 (describe-variable): Call symbol-file with `defvar'.
9152
9153 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
9154 (symbol-file): Rewritten to handle new load-history format.
9155 Now takes an arg TYPE to specify looking for a particular
9156 type of definition only.
9157
9158 * emacs-lisp/debug.el (debugger-make-xrefs):
9159 Call symbol-file with `defun'.
9160
9161 * emacs-lisp/find-func.el (find-function-noselect):
9162 Call symbol-file with `defun'.
9163 (find-variable-noselect): Call symbol-file with `defvar'.
9164
9165 * eshell/esh-cmd.el (eshell-find-alias-function):
9166 Call symbol-file with `defun'.
9167
9168 * eshell/esh-test.el (eshell-test-goto-func):
9169 Call symbol-file with `defun'.
9170
9171 * mail/rmail.el (rmail-resend):
9172 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
9173
9174 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
9175
9176 * progmodes/compile.el (compilation-find-buffer): Rename arg.
9177
9178 * textmodes/texinfmt.el (texinfo-format-buffer-1):
9179 Call buffer-disable-undo.
9180
9181 * simple.el (undo-list-saved): New variable (buffer-local).
9182 (undo): Set and test it.
9183 (buffer-disable-undo): Move here from buffer.c.
9184 Clear out undo-list-saved.
9185
9186 * international/mule.el (decode-coding-inserted-region):
9187 Set buffer-undo-list in a correct and optimal way.
9188
9189 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
9190 (cperl-font-lock-unfontify-region-function): No need to save and
9191 restore info, since font-lock.el does it for us.
9192
9193 * ansi-color.el (save-buffer-state): Definition deleted.
9194 (ansi-color-unfontify-region): Don't use save-buffer-state.
9195
9196 2004-12-27 Dave Love <fx@gnu.org>
9197
9198 * wid-edit.el (function): Use restricted-sexp as parent.
9199
9200 2004-12-27 Kevin Ryde <user42@zip.com.au>
9201
9202 * simple.el (next-matching-history-element): Use same
9203 `interactive' form as previous-matching-history-element.
9204
9205 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
9206 it can appear unencoded and has been seen from yahoo.
9207
9208 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9209
9210 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
9211 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
9212
9213 2004-12-27 Kenichi Handa <handa@m17n.org>
9214
9215 * international/utf-8.el (utf-translate-cjk-load-tables):
9216 Bind coding-system-for-read to nil while loading subst-*.
9217
9218 2004-12-26 Jay Belanger <belanger@truman.edu>
9219
9220 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
9221 default input.
9222
9223 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
9224
9225 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
9226 before reverting and disable undo recording while reverting.
9227
9228 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
9229
9230 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
9231 (hs-make-overlay): New function.
9232 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
9233 (hs-flag-region): Delete function.
9234 (hs-hide-comment-region): No longer use `hs-flag-region'.
9235 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
9236 (hs-hide-block-at-point): Likewise.
9237 (hs-hide-level-recursive): Use `hs-discard-overlays'.
9238 (hs-hide-all, hs-show-all): Likewise.
9239 (hs-show-block): Likewise.
9240 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
9241
9242 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
9243
9244 * progmodes/hideshow.el: Require `cl' when compiling.
9245 Remove XEmacs and Emacs 19 compatibility.
9246 Use `dolist' and `add-to-list' for load-time actions.
9247 (hs-discard-overlays): Use `dolist'.
9248 (hs-show-block): Likewise.
9249
9250 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
9251
9252 * faces.el (mode-line, mode-line-inactive): Use min-colors.
9253
9254 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
9255
9256 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
9257 When extending backwards, move outside the current comment first.
9258
9259 2004-12-22 Kenichi Handa <handa@m17n.org>
9260
9261 * international/quail.el (quail-start-translation): Fix prompt
9262 string for the case if input-method-use-echo-area being non-nil.
9263 (quail-start-conversion): Likewise.
9264 (quail-show-guidance): Don't show guidance if
9265 input-method-use-echo-area is non-nil.
9266
9267 2004-12-21 Richard M. Stallman <rms@gnu.org>
9268
9269 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
9270
9271 2004-12-21 Markus Rost <rost@ias.edu>
9272
9273 * calendar/diary-lib.el (mark-diary-entries):
9274 Set mark-diary-entries-in-calendar only after checking for diary-file.
9275
9276 2004-12-21 Richard M. Stallman <rms@gnu.org>
9277
9278 * faces.el (escape-glyph): Use blue against light foreground.
9279
9280 * simple.el (undo-outer-limit-truncate): New function.
9281 (undo-outer-limit-function): Use undo-outer-limit-truncate.
9282
9283 2004-12-21 Eli Barzilay <eli@barzilay.org>
9284
9285 * calculator.el (calculator-radix-grouping-mode)
9286 (calculator-radix-grouping-digits)
9287 (calculator-radix-grouping-separator):
9288 New defcustoms for the new radix grouping mode functionality.
9289 (calculator-mode-hook): Now used in electric mode too,
9290 (calculator): Call it.
9291 (calculator-mode-map): Some new keys.
9292 (calculator-message): New function. Some new calls.
9293 (calculator-op, calculator-set-register): Use it.
9294 (calculator-string-to-number): New function, mostly moved and
9295 updated code from calculator-curnum-value.
9296 (calculator-curnum-value): Use it.
9297 (calculator-paste): Use it, and update grabbing the current-kill.
9298 (calculator-rotate-displayer)
9299 (calculator-rotate-displayer-back): Toggle digit grouping when
9300 in radix mode, use calculator-message.
9301 (calculator-displayer-prev, calculator-displayer-next):
9302 Change digit group size when in radix mode.
9303 (calculator-number-to-string): Rename from
9304 calculator-num-to-string. Now deals with digit grouping in
9305 radix mode.
9306 (calculator-update-display, calculator-put-value): Use the new name.
9307 (calculator-fact): Return a floating point number.
9308 (calculator-mode): Doc fix.
9309
9310 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
9311
9312 * calendar/calendar.el (view-other-diary-entries): Add autoload.
9313 * calendar/diary-lib.el (view-other-diary-entries):
9314 Use current-prefix-arg in interactive spec.
9315
9316 2004-12-19 Jay Belanger <belanger@truman.edu>
9317
9318 * calc/calc-aent.el (calcAlg-blank-matching-open):
9319 Temporarily adjust the syntax of both delimiters of half-open intervals.
9320
9321 2004-12-19 Kim F. Storm <storm@cua.dk>
9322
9323 * mouse.el (mouse-1-click-follows-link): Doc fix.
9324
9325 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9326
9327 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
9328 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
9329 instead of centraleuropean as the name
9330
9331 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
9332
9333 Sync with Tramp 2.0.46.
9334
9335 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
9336 parameters wrt Tramp convention.
9337 (tramp-handle-file-attributes-with-perl)
9338 (tramp-handle-directory-files-and-attributes): Apply it.
9339 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
9340 `copy-program'. Reported by Zack Weinberg
9341 <zack@codesourcery.com>.
9342 (top): Set `edebug-form-spec' property directly rather than
9343 calling `def-edebug-spec'.
9344
9345 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
9346 advice less fragile. Surround temporary redefinition of
9347 `substitute-in-file-name' with `unwind-protect'. Suggested by
9348 Matt Hodges <MPHodges@member.fsf.org>.
9349
9350 2004-12-17 Juri Linkov <juri@jurta.org>
9351
9352 * replace.el (occur-accumulate-lines, occur-engine):
9353 Make forcing deferred font-lock fontification jit-specific.
9354
9355 2004-12-17 Kim F. Storm <storm@cua.dk>
9356
9357 * mouse.el (mouse-1-click-follows-link): New defcustom.
9358 (mouse-on-link-p): New function.
9359 (mouse-drag-region-1): Implement mouse-1-click-follows-link
9360 functionality. Map a mouse-1 click event into a mouse-2 (or
9361 other) event when position is inside a link.
9362
9363 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
9364 prefix in tooltip text with "mouse-1" when this is a link
9365 recognized by mouse-1-click-follows-link functionality.
9366
9367 * help.el (describe-key): Report effective and original binding
9368 for mouse-1 when clicked on a link.
9369 (describe-mode): Add follow-link property to "minor-mode" button.
9370
9371 * help-fns.el (describe-variable): Add follow-link property to
9372 "below" button.
9373
9374 * help-mode.el (help-xref): Add follow-link property.
9375
9376 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
9377 (apropos-command, apropos-variable, apropos-face, apropos-group)
9378 (apropos-widget, apropos-plist): Add follow-link property.
9379
9380 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
9381 checks if position is in a filename, rather than some other
9382 clickable item. Function looks for cvs-filename-face at position.
9383
9384 * wid-edit.el (widget-specify-field, widget-specify-button):
9385 Map a :follow-link keyword into a follow-link property.
9386 (link): Add :follow-link keyword, map to RET binding.
9387
9388 * dired.el (dired-mode-map): Map follow-link to mouse-face.
9389
9390 * progmodes/compile.el (compilation-minor-mode-map)
9391 (compilation-button-map, compilation-mode-map): Likewise.
9392
9393 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
9394
9395 * play/zone.el (zone): Init `line-spacing' from orig buffer.
9396 (zone-replace-char): Take `count' and `del-count'
9397 instead of `direction'. Update callers. When `del-count' is
9398 non-nil, delete that many characters, otherwise `count' characters
9399 backwards. Insert the newly-replaced string `count' times.
9400 (zone-fret): Handle chars w/ width greater than one.
9401 (zone-fall-through-ws): No longer take window width `ww'.
9402 Update callers. Add handling for `char-width' greater than one.
9403 (zone-pgm-drip): Update var holding window-end position every cycle.
9404
9405 2004-12-17 Andre Spiegel <spiegel@gnu.org>
9406
9407 * vc.el (vc-default-update-changelog): Use insert-file-contents,
9408 rather than insert-file.
9409
9410 2004-12-16 Jay Belanger <belanger@truman.edu>
9411
9412 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
9413 (math-init-random-base, math-random-digit): Check to see if
9414 var-RandSeed is bound.
9415 (math-random-last): Declare it.
9416 (math-random-digit): Don't make math-random-last local.
9417
9418 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
9419
9420 * play/zone.el (zone): Fix omission bug: Use a self-disabling
9421 one-shot thunk for uniform (error, quit, normal) recovery.
9422 Reported by John Paul Wallington.
9423 (zone-pgm-random-life): Fix bug:
9424 Recognize empty initial field by lack of "@" chars.
9425
9426 2004-12-16 Juri Linkov <juri@jurta.org>
9427
9428 * help.el (function-called-at-point):
9429 * help-fns.el (variable-at-point): As a last resort try stripping
9430 non-word prefixes and suffixes.
9431
9432 * descr-text.el (describe-property-list): Don't treat syntax-table
9433 specially. Use describe-text-sexp which inserts [show] button
9434 for large objects and handles printing errors. Sort properties
9435 by names in alphabetical order instead of by value sizes.
9436 Add `mouse-face' to list of properties for `describe-face' widget.
9437 (describe-char): Mask out face-id from 19 bits of character.
9438 Print face-id separately.
9439
9440 * replace.el (occur-accumulate-lines, occur-engine):
9441 Fontify unfontified matching lines in the source buffer
9442 before copying them.
9443 (occur-engine): Don't put mouse-face on context lines.
9444 (occur-next-error): Set point to line beginning/end
9445 before searching for prev/next property to skip multiple
9446 matches on a line (not supported by occur engine).
9447 Remove redundant prefix-numeric-value.
9448
9449 2004-12-15 Juri Linkov <juri@jurta.org>
9450
9451 * replace.el (match): New face.
9452 (list-matching-lines-face): Change default from `bold' to `match'.
9453
9454 * progmodes/grep.el (grep-match-face): New defvar.
9455 (grep-mode-font-lock-keywords): Use grep-match-face instead of
9456 compilation-column-face to highlight grep matches.
9457
9458 * apropos.el (apropos-match-face): Change default from
9459 `secondary-selection' to `match'.
9460
9461 * info-look.el (info-lookup-highlight-face): Change default from
9462 `highlight' to `match'.
9463
9464 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
9465
9466 * progmodes/executable.el (executable-interpret): Eliminate
9467 obsolete compile-internal, and switch to comint for interaction.
9468
9469 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
9470
9471 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
9472 `&&' when skipping multiple statements on a line.
9473
9474 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
9475
9476 * play/zone.el (zone): Set `truncate-lines'.
9477 Also, init `tab-width' with value from original buffer.
9478 (zone-shift-up): Rewrite for speed.
9479 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
9480 (zone-pgm-jitter): Remove redundant entries from ops vector.
9481 (zone-exploding-remove): Reduce iteration count.
9482 (zone-cpos): Convert to defsubst.
9483 (zone-replace-char): New defsubst.
9484 (zone-park/sit-for): Likewise.
9485 (zone-fret): Take window-start arg.
9486 Update callers. Use `zone-park/sit-for'.
9487 (zone-fill-out-screen): Rewrite.
9488 (zone-fall-through-ws): Likewise. Update callers.
9489 (zone-pgm-drip): Use `zone-replace-char'.
9490 Move var inits before while-loop. Use `zone-park/sit-for'.
9491 (zone-pgm-random-life): Handle empty initial field.
9492 Use `zone-replace-char' and `zone-park/sit-for'.
9493
9494 2004-12-15 Juri Linkov <juri@jurta.org>
9495
9496 * isearch.el (isearch-update): Test isearch-lazy-highlight
9497 before calling isearch-lazy-highlight-new-loop.
9498 (isearch-lazy-highlight-new-loop):
9499 Don't test isearch-lazy-highlight.
9500
9501 * replace.el (perform-replace): Add isearch-case-fold-search.
9502 Use delimited-flag for isearch-regexp.
9503 Reset isearch-lazy-highlight-last-string to force lazy
9504 highlighting when called from isearch mode.
9505 (query-replace-highlight): Revert defcustom type to boolean.
9506 (query-replace-lazy-highlight): New defcustom.
9507 (query-replace): New face.
9508 (perform-replace, replace-highlight, replace-dehighlight):
9509 Test query-replace-lazy-highlight instead of special value
9510 `isearch' of query-replace-highlight.
9511 (replace-dehighlight): Don't call isearch-dehighlight.
9512 (replace-highlight): Don't call isearch-highlight.
9513 Use face `query-replace' unconditionally.
9514
9515 2004-12-14 Kim F. Storm <storm@cua.dk>
9516
9517 * simple.el (inhibit-mark-movement): Remove defvar.
9518 (beginning-of-buffer, end-of-buffer): Don't use it.
9519
9520 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9521 Don't use inhibit-mark-movement.
9522
9523 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
9524 (cua--undo-push-mark): Remove.
9525 (cua--pre-command-handler, cua--post-command-handler):
9526 Don't fiddle with inhibit-mark-movement.
9527
9528 2004-12-14 Juri Linkov <juri@jurta.org>
9529
9530 * buff-menu.el (list-buffers-noselect): Collect internal info
9531 for every buffer in BUFFER-LIST arg too.
9532 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
9533 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
9534 Bind same-window-buffer-names and same-window-regexps to nil.
9535
9536 2004-12-13 Juri Linkov <juri@jurta.org>
9537
9538 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
9539
9540 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
9541 (sc-cite-region, sc-uncite-region, sc-recite-region):
9542 Fix previous change to handle not alist as a symbol, but
9543 a citation frame as a symbol that represents a variable name.
9544
9545 2004-12-13 Richard M. Stallman <rms@gnu.org>
9546
9547 * filecache.el (file-cache-add-directory-using-find):
9548 Only set up file-cache-find-command-posix-flag if we will use it.
9549
9550 * bindings.el (mode-line-buffer-identification-keymap):
9551 Don't cancel the mode-line's usual down-mouse-1 binding.
9552
9553 * cus-edit.el (custom-face-selected): Handle `default' specs.
9554 (custom-face-edit): Increase extra-offset.
9555 (custom-display): Handle `default' specs.
9556
9557 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
9558
9559 * emacs-lisp/elint.el (elint-standard-variables)
9560 (elint-unknown-builtin-args): Move definitions up.
9561
9562 * net/browse-url.el (browse-url-url-at-point): Add autoload.
9563
9564 * info.el (info-xref-visited): Use `default' instead of t.
9565 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
9566
9567 * faces.el (header-line, mode-line-inactive, tool-bar):
9568 Use `default' instead of t for setting the defaults.
9569 (face-spec-choose): Separate `t' from `default'.
9570
9571 * subr.el (while-no-input): New macro.
9572
9573 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
9574
9575 * filecache.el (file-cache-add-directory-using-find):
9576 Only test file-cache-find-command-posix-flag on some systems.
9577
9578 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
9581 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
9582 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
9583 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
9584 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
9585
9586 2004-12-12 Juri Linkov <juri@jurta.org>
9587
9588 * files.el (find-file-other-window, find-file-other-frame):
9589 Add the first buffer to the returned value to return the complete
9590 list of all visited buffers.
9591 (find-file-read-only, find-file-read-only-other-window)
9592 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
9593 `find-file-read-args'. Signal an error about non-existent file
9594 only if file name doesn't contain wildcards. Toggle read-only in
9595 all visited buffers.
9596 (find-alternate-file, find-alternate-file-other-window):
9597 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
9598 called interactively. Pass arg `wildcards' to other functions.
9599 (find-file-noselect): Doc fix.
9600
9601 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
9602 Doc fix.
9603 (ffap-directory-finder): New variable.
9604 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
9605 (ffap-file-at-point): Add /* to immediately rejected names.
9606 Return absolute file names matching ffap-dired-wildcards.
9607 (ffap-read-file-or-url): Set default value for `completing-read'
9608 to `buffer-file-name'.
9609 (find-file-at-point): When filename matches ffap-dired-wildcards,
9610 call ffap-file-finder with t arg `wildcards', instead of dired.
9611 (ffap-other-window, ffap-other-frame): Return visited buffers.
9612 (ffap-read-only, ffap-read-only-other-window)
9613 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
9614 (dired-at-point): Call ffap-directory-finder instead of dired.
9615 (ffap-dired-other-window, ffap-dired-other-frame)
9616 (ffap-list-directory): New commands.
9617 (ffap-bindings): New keybindings for new commands.
9618
9619 2004-12-12 Juri Linkov <juri@jurta.org>
9620
9621 * simple.el (beginning-of-buffer, end-of-buffer):
9622 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9623 Do not push mark when mark is active in transient-mark-mode.
9624
9625 * simple.el (mark-word):
9626 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
9627 * textmodes/paragraphs.el (mark-paragraph):
9628 Extend the region when mark is active in transient-mark-mode,
9629 regardless of the last command. Doc fix.
9630
9631 * simple.el (mark-word): Preserve direction when repeating.
9632 Make arg optional. Interactive "p" -> "P".
9633 (transient-mark-mode, inhibit-mark-movement): Doc fix.
9634
9635 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
9636 preserving direction, to mark forward instead of backward when mark
9637 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
9638
9639 2004-12-12 Juri Linkov <juri@jurta.org>
9640
9641 * isearch.el (isearch-edit-string): Set 7th arg of
9642 `read-from-minibuffer' to `t' to inherit the current input
9643 method (whose name is indicated by [IM] in the minibuffer prompt)
9644 from the current buffer to the minibuffer.
9645 (isearch-lazy-highlight-update): Put body to `with-local-quit'
9646 to allow C-g quitting for lazy highlighting looping inside the
9647 search with nested repetition operators. Add overlay to the list
9648 before setting its face and other properties to avoid the case of
9649 code quitting after placing the new overlay but before it's
9650 recorded on the list. Select the window where isearch was
9651 activated, to highlight matches in the right window when isearch
9652 switches the current window to the minibuffer.
9653
9654 * international/isearch-x.el
9655 (isearch-process-search-multibyte-characters):
9656 Use `isearch-message' as initial input for `read-string' instead
9657 of adding it to the minibuffer prompt. After reading a string
9658 remove the initial value of `isearch-message' from the string.
9659
9660 * replace.el (replace-match-maybe-edit): Doc fix.
9661 (perform-replace): Don't call `replace-highlight' when automatic
9662 replacement is requested in literal mode, since it is intended
9663 only to highlight words during entering a new replacement string
9664 for \? in non-literal mode.
9665
9666 * replace.el (query-replace-highlight): Add new value `isearch'
9667 that allows query replacement to use isearch highlighting.
9668 Change type from `boolean' to `choice'. Doc fix.
9669 (replace-highlight, replace-dehighlight, perform-replace):
9670 Use isearch highlighting if query-replace-highlight eq `isearch'.
9671
9672 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
9673
9674 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9675 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
9676
9677 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
9678 case of \end{verbatim}.
9679
9680 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
9681
9682 * term.el (term-termcap-format): Synchronize with terminfo.
9683 (term-emulate-terminal): Handle reset.
9684 (term-reset-terminal): New function.
9685
9686 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
9687
9688 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
9689 (zone-fill-out-screen): New func.
9690 (zone-pgm-drip): Use `zone-fill-out-screen'.
9691 Also, no longer go to point-min on every cycle.
9692 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
9693 (zone-pgm-random-life-wait): New user var.
9694 (zone-pgm-random-life): New func.
9695
9696 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
9697
9698 * files.el (auto-mode-alist): Map .com to DCL mode.
9699
9700 2004-12-09 Richard M. Stallman <rms@gnu.org>
9701
9702 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
9703
9704 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
9705
9706 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
9707 buffer with a display margin.
9708
9709 2004-12-08 Jay Belanger <belanger@truman.edu>
9710
9711 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
9712 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
9713
9714 2004-12-08 Richard M. Stallman <rms@gnu.org>
9715
9716 * faces.el: Delete code to set display table.
9717 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
9718
9719 2004-12-08 Jay Belanger <belanger@truman.edu>
9720
9721 * calc/calc.el: Add math-read-preprocess-string to autoloads.
9722
9723 * calc/calc-ext.el (math-read-replacement-list)
9724 (math-read-superscripts, math-read-preprocess-string): Move to
9725 calc-aent.el.
9726
9727 * calc/calc-aent.el (math-read-replacement-list)
9728 (math-read-superscripts, math-read-preprocess-string): Move from
9729 calc-ext.el.
9730
9731 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9732
9733 * isearch.el (isearch-quote-char): Fix up typo in last change.
9734
9735 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
9736
9737 * mouse.el (mouse-set-font): Handle the case where the command was
9738 not invoked using the mouse.
9739
9740 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
9741 (edmacro-finish-edit): Further update for keyboard macros that are
9742 lambda forms.
9743 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
9744
9745 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * font-lock.el (font-lock-unfontify-region): Save buffer state.
9748 (font-lock-default-unfontify-region): Don't save buffer state any more.
9749
9750 2004-12-07 Jay Belanger <belanger@truman.edu>
9751
9752 * calc/calc-help.el (calc-describe-key):
9753 Set calc-summary-indentation even when Calc Summary buffer exists.
9754
9755 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
9756
9757 * calendar/holidays.el (holiday-easter-etc): Make arguments
9758 optional for backwards compatibility. Doc fix.
9759 Remove un-necessary local vars mandatory, output-list.
9760 (holiday-advent): Make arguments optional for backwards
9761 compatibility. Doc fix.
9762
9763 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9764
9765 * paren.el (show-paren-function): Fix last change (2004-12-02).
9766
9767 * international/mule-util.el (char-displayable-p): Return nil for
9768 unibyte mode.
9769
9770 * subr.el (subregexp-context-p): New function.
9771
9772 * isearch.el (isearch-quote-char): Use it.
9773
9774 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
9775 (regexp-opt-not-groupie*-re): Remove.
9776 (regexp-opt): Properly handle inputs with duplicate entries.
9777
9778 2004-12-06 Richard M. Stallman <rms@gnu.org>
9779
9780 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
9781
9782 * cus-edit.el (custom-file): Doc fix.
9783
9784 * textmodes/org.el: New file.
9785
9786 2004-12-06 Kenichi Handa <handa@m17n.org>
9787
9788 * ldefs-boot.el: Update international/mule-util.el section.
9789
9790 2004-12-05 Sam Steingold <sds@gnu.org>
9791
9792 * net/tramp.el (tramp-handle-file-accessible-directory-p):
9793 Fix `tramp-time-diff' comparison logic.
9794
9795 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
9796
9797 * progmodes/which-func.el (which-function):
9798 Use `run-hook-with-args-until-success' instead of a custom loop.
9799 Fixes bug with local hooks.
9800
9801 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9802
9803 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
9804 Use delete-dups when calculating the initial value.
9805 (bibtex-autokey-get-title): Use <=.
9806 (bibtex-goto-line): New function.
9807 (bibtex-reposition-window): Use line numbers instead of point
9808 positions. Use window-body-height.
9809 (bibtex-find-crossref): Use bibtex-reposition-window.
9810 (bibtex-find-entry): Use bibtex-reposition-window. Always return
9811 position of entry if key is found or nil if not found.
9812
9813 2004-12-05 Richard M. Stallman <rms@gnu.org>
9814
9815 * cus-edit.el (custom-file): Doc fix.
9816
9817 * progmodes/sh-script.el (sh-indent-for-then): Change default.
9818
9819 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9820
9821 * simple.el (blink-matching-open):
9822 * textmodes/tex-mode.el (tex-validate-region):
9823 Obey syntax-table text properties.
9824
9825 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
9826
9827 * wid-edit.el (widget-specify-field): Add `real-field' property to
9828 boundary.
9829 (widget-field-at): Use it.
9830
9831 2004-12-02 Richard M. Stallman <rms@gnu.org>
9832
9833 * progmodes/cc-mode.el (awk-mode autoload):
9834 Supply t meaning interactive function.
9835
9836 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
9837 (isearch-mode-map): No special definition for space.
9838 (isearch-whitespace-chars): Command deleted.
9839 (isearch-forward-regexp): Doc fix.
9840 (isearch-quote-char): When a space is not inside brackets,
9841 use `[ ]' instead of just space.
9842 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
9843
9844 * imenu.el (imenu--generic-function): Delete code to exclude
9845 matches in comments.
9846
9847 * man.el (Man-reverse-face): Change default to `highlight'.
9848
9849 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
9850 (occur-engine): Use `face' prop rather than `font-lock-face'
9851 when specifying use of `match-face'.
9852 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
9853
9854 * emacs-lisp/elint.el (elint-standard-variables): Update list.
9855
9856 * add-log.el (add-log-current-defun): Handle the case where point
9857 is in the header part of a DEFUN construct.
9858
9859 2004-12-02 Dave Love <fx@gnu.org>
9860
9861 * progmodes/python.el (python-font-lock-syntactic-keywords):
9862 Fix previous change.
9863
9864 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
9865
9866 * paren.el (show-paren-function): Check for matching chars
9867 specified by text props.
9868
9869 2004-12-02 Jay Belanger <belanger@truman.edu>
9870
9871 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
9872 when reading a new key sequence.
9873
9874 2004-12-02 Kim F. Storm <storm@cua.dk>
9875
9876 * faces.el (escape-glyph): Rename from glyph.
9877 (standard-display-table): Set it here. Add escape-glyph face to
9878 extra slot characters.
9879
9880 * disp-table.el: Undo 2004-12-01 change. Display table is now
9881 setup in faces.el.
9882
9883 2004-12-02 Mark A. Hershberger <mah@everybody.org>
9884
9885 * xml.el (xml-parse-dtd): Don't show validity messages when
9886 xml-validating-parser is nil.
9887 (xml-substitute-special): Fix validity error messages to
9888 actually show the unexpandable entity. Added validity error if &
9889 isn't followed by an entity.
9890 (xml-parse-tag): Concatenate any string following the a
9891 <![CDATA[]]> section to the parsed CDATA.
9892 (xml-parse-dtd): Skip parameter entity declarations and use of
9893 parameter entities.
9894
9895 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
9896
9897 * kmacro.el (kmacro-default-counter-format): New var.
9898 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
9899 (kmacro-display): Remove `nil' from `and' form. Delete call to
9900 `format' inside `message'.
9901 (kmacro-start-macro): Use `kmacro-default-counter-format'.
9902
9903 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9904
9905 * pcvs.el (cvs-header-msg): New function.
9906 (cvs-update-header): Use it. Change calling convention.
9907 Correctly handle the case of having simultaneous active processes.
9908 (cvs-sentinel): Don't call cvs-update-header any more.
9909 (cvs-mode-run): Update call and add cvs-update-header to postproc.
9910
9911 2004-12-01 Jay Belanger <belanger@truman.edu>
9912
9913 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
9914 Change message.
9915
9916 2004-12-01 Juri Linkov <juri@jurta.org>
9917
9918 * progmodes/prolog.el (prolog-mode-variables):
9919 Fix imenu-generic-expression.
9920
9921 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
9922
9923 * faces.el (glyph): New face.
9924
9925 * disp-table.el: Add an autoloaded table, that doesn't require
9926 this library, with glyph face.
9927
9928 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
9929 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
9930 (conf-quote-normal): Allow normalizing only ' or ".
9931 (conf-mode): Regexp-quote constructed comment-start and don't
9932 match section {} where "name" contains braces.
9933
9934 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
9935 files.
9936
9937 2004-12-01 Kenichi Handa <handa@m17n.org>
9938
9939 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
9940 (x-select-text): Don't treat eight-bit-control/graphic chars
9941 specially. Store the encoded text in the X cut buffer.
9942 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
9943 with x-last-selected-text-cut-encoded.
9944
9945 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9946
9947 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
9948
9949 2004-11-30 Markus Rost <rost@ias.edu>
9950
9951 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
9952 AUCTeX.
9953
9954 2004-11-30 Jay Belanger <belanger@truman.edu>
9955
9956 * calc/calc-arith.el (math-possible-signs): Made stronger checks
9957 on signs of intervals.
9958 (math-pow-of-zero): Strengthen checks for positive and negative
9959 exponents.
9960
9961 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
9962 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
9963 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
9964 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
9965 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
9966 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
9967 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
9968 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
9969 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
9970 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
9971 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
9972 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
9973 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
9974 with provide statements.
9975
9976 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
9977
9978 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
9979
9980 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
9981 (calc-load-everything, math-defsimplify): Replace dummy autoloading
9982 functions by require statements.
9983 (math-defsimplify): Move to calc-alg.el, add to autoloads.
9984
9985 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9986 (calc-gnuplot-print): Give them values.
9987
9988 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
9989 autoloads.
9990 Add calc-do-embedded-activate to autoloads.
9991 (calc-gnuplot-name, calc-gnuplot-plot-command)
9992 (calc-gnuplot-print-command): Move them to calc-graph.el.
9993
9994 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9995
9996 * term/mac-win.el (ccl-encode-mac-roman-font)
9997 (ccl-encode-mac-cyrillic-font)
9998 (ccl-encode-mac-centraleuropean-font, encoder-list)
9999 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10000 Support Cyrillic, CentralEuropean, and Dingbat font display
10001
10002 2004-11-30 Andre Spiegel <spiegel@gnu.org>
10003
10004 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10005
10006 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10007 still nil.
10008
10009 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
10010
10011 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10012 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10013
10014 2004-11-29 Jay Belanger <belanger@truman.edu>
10015
10016 * calc/calc-arith.el (math-pow-of-zero): Take into account different
10017 cases of the base and exponent.
10018
10019 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10020
10021 * simple.el (next-error-buffer-p): Allow for inclusive and
10022 exclusive tests for finding a buffer.
10023 (next-error-find-buffer): Pass the exclusive and inclusive tests
10024 to next-error-buffer-p.
10025
10026 * replace.el (occur-next-error): Switch to the Occur buffer when
10027 appropriate, use the exclusive filter to next-error-find-buffer to
10028 do it. Use the absolute value of the motion amount.
10029
10030 2004-11-29 Kenichi Handa <handa@m17n.org>
10031
10032 * startup.el (command-line): Decode all default-directory by
10033 locale-coding-system.
10034
10035 2004-11-29 Jay Belanger <belanger@truman.edu>
10036
10037 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10038 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10039 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10040 Replace calls to calc-extensions by appropriate require, replace
10041 calc-extensions-loaded by appropriate featurep.
10042
10043 * calc/calc-ext.el: Move require to end of file.
10044 Remove redundant loading of calc.el.
10045 (calc-extensions-loaded): Remove unnecessary variable.
10046 (calc-extensions): Remove unnecessary function.
10047 (calc-load-everything): Replace calc-need-macros by appropriate require.
10048
10049 * calc/calc-macs.el: Move provide to end of file.
10050 (calc-need-macros): Remove unnecessary function.
10051
10052 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10053 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10054 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10055 Replace calc-extensions by appropriate require.
10056 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10057
10058 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10059 Replace calc-need-macros by appropriate require.
10060
10061 * calc/calc.el: Move require to end of file.
10062 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10063 Remove unnecessary variable.
10064 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
10065 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
10066 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
10067 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
10068 (math-stack-value-offset, math-format-value, math-format-flat-expr)
10069 (math-format-number, math-format-bignum, math-read-number)
10070 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
10071 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
10072 by appropriate require.
10073 (calc-check-defines): Replace calc-need-macros by appropriate require.
10074
10075 2004-11-29 Kim F. Storm <storm@cua.dk>
10076
10077 * macros.el (insert-kbd-macro): Handle kmacro functions.
10078
10079 2004-11-28 Juri Linkov <juri@jurta.org>
10080
10081 * compare-w.el (compare-windows-highlight): Attach each overlay
10082 to its window to properly highlight differences while comparing
10083 two windows of the same buffer. Fix arguments.
10084 (compare-windows-sync-default-function): Fix arguments of
10085 `compare-windows-highlight'.
10086
10087 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
10088 Use `read-expression-history'. Set initial contents only if
10089 `edebug-global-break-condition' is non-nil. Set histpos to 1
10090 if initial contents is equal to the last history element.
10091 (edebug-set-conditional-breakpoint): Instead of temporarily
10092 prepending the current condition to the history, set initial
10093 contents to the current condition. Set histpos to 1 if initial
10094 contents is equal to the last history element.
10095
10096 * info.el (Info-search-whitespace-regexp): Remove shy group.
10097 (Info-search): Forward line if search is on the header line.
10098 Use search-whitespace-regexp in two other places.
10099
10100 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
10101
10102 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
10103 warning. Delay real definition, which uses
10104 `set-fringe-indicators-1' till after the definition of that function.
10105
10106 2004-11-28 Kim F. Storm <storm@cua.dk>
10107
10108 * fringe.el (fringe): New defgroup.
10109 (fringe-mode): Move to fringe group.
10110 (fringe-indicators): New defcustom.
10111 (set-fringe-indicators-1): New defun.
10112
10113 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
10114 (menu-bar-showhide-fringe-ind-menu): New keymap.
10115 (menu-bar-showhide-fringe-ind-empty)
10116 (menu-bar-showhide-fringe-ind-mixed)
10117 (menu-bar-showhide-fringe-ind-box)
10118 (menu-bar-showhide-fringe-ind-right)
10119 (menu-bar-showhide-fringe-ind-left)
10120 (menu-bar-showhide-fringe-ind-none): New defuns.
10121 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
10122
10123 2004-11-27 Richard M. Stallman <rms@gnu.org>
10124
10125 * comint.el (comint-read-noecho): Add trivial compatibility definition.
10126
10127 * generic.el (define-generic-mode): Doc fix.
10128
10129 * menu-bar.el (menu-bar-options-save): For the options
10130 that are toggled with menu-bar-make-mm-toggle, don't check
10131 for customized-value prop.
10132
10133 2004-11-27 Eli Zaretskii <eliz@gnu.org>
10134
10135 * mail/supercite.el (sc-cite-region): Handle the case where
10136 sc-cite-frame-alist is a symbol.
10137 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
10138 a symbol.
10139 (sc-recite-region): Handle the case where sc-recite-frame-alist is
10140 a symbol.
10141
10142 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
10143
10144 * wid-edit.el (widget-narrow-to-field): New function.
10145 (widget-complete): Use it.
10146
10147 2004-11-27 Jay Belanger <belanger@truman.edu>
10148
10149 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
10150 variable.
10151 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
10152 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
10153 (math-alg-inequalities): Move declaration to earlier in the file.
10154
10155 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
10156 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
10157 Declare them.
10158
10159 * calc/calc-lang.el (math-expr-data, math-expr-token)
10160 (math-exp-old-pos): Declare them.
10161
10162 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
10163 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
10164
10165 2004-11-27 Kim F. Storm <storm@cua.dk>
10166
10167 * progmodes/flymake.el: Use (featurep 'xemacs).
10168 (flymake-makehash): Change to defsubst. Use fboundp.
10169 (flymake-time-to-float): Remove.
10170 (flymake-float-time): Merge code from flymake-time-to-float here.
10171 (flymake-replace-regexp-in-string): Change to defsubst.
10172 (flymake-split-string-remove-empty-edges):
10173 Rename to flymake-split-string.
10174 (flymake-split-string): Remove previous defalias.
10175 (flymake-get-temp-dir): Change to defsubst.
10176 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
10177 Define for xemacs only.
10178 (flymake-master-file-count-limit): Change into compiler defvar only.
10179 (flymake-find-possible-master-files): Let-bind it dynamically while
10180 sorting files using flymake-master-file-compare.
10181
10182 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10183
10184 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
10185 of defun-prompt-regexp matches inside a comment/string but the
10186 beginning is correctly outside everything.
10187
10188 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
10189 appears within a string or a comment.
10190
10191 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
10192 rather than make-symbol for symbols which are used in
10193 a symbol-macrolet or equivalent.
10194
10195 2004-11-26 Jay Belanger <belanger@truman.edu>
10196
10197 * calc-misc.el (calc-last-why-command): Declare it.
10198
10199 * calc-vec.el (math-grade-vec): New variable.
10200 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
10201 Replace variable grade-vec by declared variable.
10202 (math-rb-close): New variable.
10203 (math-read-brackets, math-read-vector): Replace variable close by
10204 declared variable.
10205
10206 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
10207 (calc-one-window, calc-edit-handler, calc-restore-trail)
10208 (calc-allow-ret): Declare them.
10209
10210 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
10211 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
10212 (math-radix-float-cache-tag, math-random-cache)
10213 (math-max-digits-cache, math-integral-cache, math-units-table)
10214 (math-format-date-cache, math-holidays-cache-tag): Declare them.
10215 (math-moc-func): New variable.
10216 (math-map-over-constants, math-map-over-constants-rec):
10217 Replace variable func by declared variable.
10218
10219 * calc/calc-store.el (calc-given-value, calc-store-opers):
10220 Declare them.
10221 (calc-var-name-map): Move declaration to earlier in the file.
10222 (calc-pv-pos): New variable.
10223 (calc-permanent-variable, calc-insert-permanent-variable):
10224 Replace variable pos by declared variable.
10225
10226 * calc/calc-mtx.el (calc-det-lu): New variable.
10227 (math-det-raw, math-det-step): Replace variable lu by declared variable.
10228
10229 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
10230 (math-multi-subst, math-multi-subst-rec): Replace variables temp
10231 and arg by declared variables.
10232 (calcFunc-reducer): Fix incorrect variable.
10233 (math-inner-mul-func, math-inner-add-func): New variables.
10234 (calcFunc-inner, math-inner-mats): Replace variables mul-func
10235 and add-func by declared variables.
10236
10237 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
10238 (calc-digit-value): Declare them.
10239
10240 * calc/calc-help.el (Info-history): Declare it.
10241 (calc-describe-key): Make calc-summary-indentation a local variable.
10242 (calc-help-long-names): Move declaration to earlier in file.
10243
10244 * calc/calc-embed.el (calc-original-buffer): Declare it.
10245 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
10246 (calc-embed-bot): New variables.
10247 (calc-do-embedded, calc-embedded-mark-formula)
10248 (calc-embedded-find-bounds, calc-embedded-duplicate)
10249 (calc-embedded-new-formula, calc-embedded-make-info):
10250 Replace vars outer-top, outer-bot, bot and top by declared variables.
10251 (calc-embed-prev-modes): New variable.
10252 (calc-embedded-set-modes, calc-embedded-update): Replace variable
10253 prev-modes with declared variable.
10254 (calc-embed-vars-used): New variable.
10255 (calc-embedded-make-info, calc-embedded-evaluate-expr)
10256 (calc-embedded-update, calc-embedded-find-vars): Replace variable
10257 vars-used by declared variable.
10258
10259 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
10260 (math-format-radix-float): Remove unnecessary setq.
10261 (math-radix-float-cache): Declare it.
10262
10263 * calc/calcsel2.el (calc-keep-selection): Declare it.
10264
10265 * calc/calc-maint.el: Remove file.
10266
10267 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10268
10269 * textmodes/bibtex.el (bibtex-sort-entry-class)
10270 (bibtex-comment-start): Use defcustom.
10271 (bibtex-entry-field-alist): Use nil if initial content of the
10272 field is undefined. Fix docstring.
10273 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
10274 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
10275 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
10276 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
10277 Fix docstring.
10278 (bibtex-autokey-title-terminators): Use only one regexp.
10279 (bibtex-string-maybe-empty-head): New variable.
10280 (bibtex-remove-delimiters-string): New function.
10281 (bibtex-text-in-field-bounds, bibtex-text-in-string):
10282 Use bibtex-remove-delimiters-string.
10283 (bibtex-progress-message, bibtex-field-left-delimiter)
10284 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
10285 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
10286 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
10287 Simplify.
10288 (bibtex-format-entry): Use save-excursion for inherited booktitle.
10289 Use eq and bibtex-remove-delimiters-string. For end markers use
10290 insertion type so that marker stays after inserted text.
10291 (bibtex-autokey-get-names): Return empty string if name is missing.
10292 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
10293 calling bibtex-autokey-name-case-convert.
10294 (bibtex-autokey-demangle-title):
10295 Call bibtex-autokey-titleword-case-convert. Remove call to
10296 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
10297 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
10298 (bibtex-read-key): New optional arg global.
10299 (bibtex-files-expand): New optional arg force.
10300 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
10301 (bibtex-complete-crossref-cleanup): Rename from
10302 bibtex-complete-key-cleanup. Simplify code.
10303 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
10304 Operate on current entry.
10305 (bibtex-button): Add docstring.
10306 (bibtex-entry): Simplify.
10307 (bibtex-make-field): Replace optional arg called-by-yank with more
10308 specific args move and interactive.
10309 (bibtex-end-of-entry): Use forward-sexp.
10310 (bibtex-find-entry-globally): Remove.
10311 (bibtex-find-crossref): Allow for crossref key located in other buffer.
10312 Bound to C-c C-x.
10313 (bibtex-find-entry): New optional args global and display.
10314 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
10315 (bibtex-validate): Use arg force of bibtex-files-expand.
10316 (bibtex-clean-entry): Bugfix, clean string entries properly.
10317 Always keep point at beginning of entry.
10318 (bibtex-complete): Bugfix. Handle string entries properly.
10319 Call cleanup functions only if needed.
10320 (bibtex-String): Use bibtex-read-string-key.
10321 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
10322 case of replacement text.
10323
10324 2004-11-26 Lars Hansen <larsh@math.ku.dk>
10325
10326 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
10327 (tramp-perl-directory-files-and-attributes): New constant.
10328 (tramp-file-name-handler-alist): Delete file-directory-files, add
10329 directory-files-and-attributes.
10330 (tramp-perl-file-attributes): Surround uid and gid by double
10331 quotes. Change parameter id-format from nonnumeric.
10332 (tramp-convert-file-attributes): New function.
10333 (tramp-handle-file-attributes): Use it.
10334 (tramp-maybe-send-perl-script): New function.
10335 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
10336 file mode. Change parameter id-format from nonnumeric.
10337 (tramp-handle-file-attributes-with-ls): Change parameter id-format
10338 from nonnumeric.
10339 (tramp-post-connection): Don't send tramp-perl-file-attributes
10340 script. Reset connection property "perl-scripts".
10341 (tramp-handle-insert-directory): Run real handler when ls-lisp is
10342 in use.
10343
10344 2004-11-26 Lars Hansen <larsh@math.ku.dk>
10345
10346 * desktop.el (desktop-read): Replace mapcar with mapc.
10347 (desktop-create-buffer): Replace mapcar with mapc.
10348 Remove redundant piece of code.
10349
10350 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
10351
10352 * progmodes/gud.el (gud-display-line): Use display-buffer
10353 for GDB-UI as for GUD.
10354
10355 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
10356 Delete variables.
10357 (gdb-ann3): Don't make GUD buffer dedicated.
10358 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
10359 (gdb-display-source-buffer): Delete function.
10360 (gdb-view-source-function, gdb-view-assembler): Delete functions.
10361 (menu): Delete menu bindings for viewing source/assembler.
10362 (gdb-setup-windows, gdb-restore-windows):
10363 Don't dedicate GUD. No assembler now.
10364 (gdb-reset): No need to undedicate source buffers now.
10365 (gdb-source-info): No assembler now.
10366
10367 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
10368
10369 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
10370 width to those for special frames.
10371 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
10372 Use display-buffer.
10373 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
10374 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10375 (gdb-frame-assembler-buffer): Rework like
10376 gdb-frame-breakpoints-buffer.
10377
10378 2004-11-25 Richard M. Stallman <rms@gnu.org>
10379
10380 * progmodes/flymake.el: Reindent.
10381 (flymake-split-string): Turn into defalias.
10382 (flymake-fix-file-name): Rename from flymake-fix-path-name.
10383 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
10384 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
10385 (flymake-build-relative-filename): Rename from ...path.
10386 Fix error message.
10387
10388 2004-11-25 Cheng Gao <chenggao@gmail.com>
10389
10390 * progmodes/flymake.el: Much whitespace and capitalization change.
10391 Move `provide' to end. Require `compile' only when compiling.
10392
10393 2004-11-24 Jay Belanger <belanger@truman.edu>
10394
10395 * calc/calc-alg.el: Added comment.
10396 (math-polynomial-base): Replace variable mpb-top-expr by
10397 math-poly-base-top-expr.
10398
10399 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
10400 (math-polynomial-p1): Replace variable mpb-top-expr by declared
10401 variable.
10402 (math-poly-base-total-base): New variable.
10403 (math-total-polynomial-base, math-polynomial-p1): Replace variable
10404 mpb-total-base by declared variable.
10405 (math-factored-vars, math-to-list): Declare it.
10406 (math-fact-expr): New variable.
10407 (calcFunc-factors, calcFunc-factor, math-factor-expr)
10408 (math-factor-expr-try, math-factor-expr-part): Replace variable
10409 expr by declared variable.
10410 (math-fet-x): New variable.
10411 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
10412 by declared variable.
10413 (math-factor-poly-coefs): Make temp a local variable.
10414
10415 * calc/calc-units.el (calc-convert-units): Make units a local
10416 variable.
10417 (calc-num-units, calc-den-units): New variables.
10418 (calc-explain-units, calc-explain-units-rec): Replace variables
10419 num-units and den-units by declared variables.
10420 (math-cu-unit-list): New variable.
10421 (math-build-units-table, math-compare-unit-names)
10422 (math-convert-units, math-convert-units-rec): Replace variable
10423 unit-list by declared variable.
10424 (math-fbu-base, math-fbu-entry): New variables.
10425 (math-find-base-units, math-find-base-units-rec): Replace variables
10426 base and entry by declared variables.
10427 (math-which-standard): New variable.
10428 (math-to-standard-units, math-to-standard-rec): Replace variable
10429 which-standard by declared variable.
10430 (math-fcu-u): New variable.
10431 (math-find-compatible-unit, math-find-compatible-unit-rec):
10432 Replace variable u by declared variable.
10433 (math-cu-new-units, math-cu-pure): New variables.
10434 (math-convert-units, math-convert-units-rec): Replace variables
10435 new-units and pure by declared variables.
10436 (math-try-cancel-units): New variable.
10437 (math-simplify-units-quotient): Replace variable try-cancel-units by
10438 declared variable.
10439
10440 2004-11-24 Richard M. Stallman <rms@gnu.org>
10441
10442 * textmodes/ispell.el (ispell-check-version):
10443 If default-directory is nonexistent, use home dir.
10444
10445 * progmodes/grep.el (grep-regexp-alist):
10446 Don't match parens around line numbers.
10447
10448 * progmodes/cperl-mode.el (cperl-indent-region)
10449 (cperl-imenu--create-perl-index, cperl-xsub-scan):
10450 Don't print progress messages.
10451
10452 * progmodes/compile.el (compilation-mode-map):
10453 Don't inherit from compilation-minor-mode-map;
10454 copy its bindings instead. But the menu bar Compile
10455 entry now does inherit from compilation-menu-map.
10456
10457 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10458 Use with-no-warnings around compiler-macroexpand.
10459
10460 * imenu.el: Don't always require newcomment.
10461 (imenu--generic-function): Call comment-normalize-vars
10462 if we have a comment syntax.
10463 Exit the loop if REGEXP matches the null string.
10464 Test comment-start as well as comment-start-skip
10465 when deciding whether to check for comments.
10466
10467 * tooltip.el (tooltip-mode): Doc fix.
10468
10469 * term.el (term-escape-char, term-mode): Doc fixes.
10470
10471 2004-11-24 Dave Love <fx@gnu.org>
10472
10473 * progmodes/python.el (python-font-lock-syntactic-keywords):
10474 Check for escapes in the regexp.
10475 (python-quote-syntax): Don't do it here.
10476
10477 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
10478
10479 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10480 (gdb-frames-mode-map, gdb-threads-mode-map)
10481 (gdb-registers-mode-map, gdb-locals-mode-map)
10482 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
10483 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
10484
10485 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
10486 (dedicated-switch-to-buffer): Rework.
10487 (gdb-var-evaluate-expression-handler, gdb-put-string):
10488 Remove unused variable bindings.
10489 (gdb-setup-windows, gdb-display-buffer):
10490 Simplify. Use pop-to-buffer.
10491 (gdb-view-source-function): Simplify.
10492 (gdb-frame-breakpoints-buffer):
10493 Use pop-to-buffer, special-display-regexps.
10494
10495 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10496
10497 * progmodes/f90.el (f90-smart-end)
10498 (f90-previous-statement, f90-beginning-of-block): Doc fix.
10499 (f90-calculate-indent): Handle un-named PROGRAM blocks.
10500 (f90-end-of-block): Doc fix. Make check of outermost block
10501 conditional on value of `f90-smart-end'.
10502 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
10503 Handle case where END-BLOCK is nil.
10504 (f90-match-end): Handle un-named PROGRAM blocks.
10505 (f90-backslash-not-special): New function.
10506
10507 2004-11-24 Jay Belanger <belanger@truman.edu>
10508
10509 * calc/calc.el (calc-embedded-active): Removed unnecessary
10510 declaration.
10511 (calc-show-banner): Removed redundant declaration.
10512
10513 * calc/calc-graph.el (calc-gnuplot-default-device)
10514 (calc-gnuplot-default-output, calc-gnuplot-print-device)
10515 (calc-gnuplot-print-output, calc-gnuplot-geometry)
10516 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
10517 Remove redundant initial values.
10518
10519 * calc/calc-arith.el (math-scalar-functions)
10520 (math-nonscalar-functions, math-scalar-if-args-functions)
10521 (math-real-functions, math-positive-functions)
10522 (math-nonnegative-functions, math-real-scalar-functions)
10523 (math-real-if-arg-functions, math-integer-functions)
10524 (math-num-integer-functions, math-rounding-functions)
10525 (math-float-rounding-functions, math-integer-if-args-functions)
10526 (math-super-types): Move declarations to earlier in file.
10527 (math-unit-prefixes): Declared it.
10528 (math-floor-prec, math-trunc-prec): New variables.
10529 (math-trunc-fancy): Replace variable prec by declared variable.
10530 (math-floor-fancy): Replace variable prec by declared variable.
10531 (math-com-bterms): New variable.
10532 (math-commutative-equal, math-commutative-collect):
10533 Replace variable bterms by declared variable.
10534
10535 * calc/calc-misc.el (math-trunc): Replace variable prec by
10536 math-trunc-prec.
10537 (math-floor): Replace variable prec by math-floor-prec.
10538
10539 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
10540 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
10541 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
10542 (math-format-date, math-format-date-part): Replace variables
10543 date, dt, year, month, day, weekday, hour, minute, second and
10544 bc-flag by declared variables.
10545 (math-pd-str): New variable.
10546 (math-parse-date, math-parse-date-word, math-parse-standard-date):
10547 Replace variable str by declared variable.
10548 (math-daylight-savings-hook, math-tzone-names): Move definitions
10549 to earlier in the file.
10550 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
10551 (math-sh-year): New variable.
10552 (math-setup-add-holidays, math-setup-holidays)
10553 (math-setup-year-holidays): Replace variable `year' by declared
10554 variable.
10555
10556 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
10557 New variables.
10558 (math-nth-root-float, math-nth-root-float-iter): Replace variables
10559 n, nf and nfm1 by declared variables.
10560 (math-nri-n): New variable.
10561 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
10562 n by declared variable.
10563 (calcFunc-log): Removed misplaced condition.
10564
10565 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
10568
10569 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
10570
10571 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
10572 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
10573 Dedicate gdb-related windows.
10574 (gdb-display-buffer): Dedicate gdb-related windows.
10575 Don't grab other frames.
10576 (gdb-reset): Remove dedicated property after debugging.
10577
10578 2004-11-24 Jay Belanger <belanger@truman.edu>
10579
10580 * calc/calc-sel.el: Add comment.
10581
10582 * calc/calc.el (math-stack-value-offset): Replace variables c,
10583 wid and off with math-svo-c, math-svo-wid and math-svo-off.
10584
10585 * calc/calccomp.el (math-comp-sel-tag): Declare it.
10586 (math-svo-c, math-svo-wid, math-svo-off): New variables.
10587 (math-stack-value-offset-fancy): Replace variables c, wid and off
10588 by declared variables.
10589 (math-comp-just, math-comp-comma-spc): New variables.
10590 (math-compose-expr, math-compose-matrix): Replace variables `just'
10591 and comma-spc by declared variable.
10592 (math-comp-vector-prec): New variable.
10593 (math-compose-expr, math-compose-matrix, math-compose-rows):
10594 Replace variable vector-prec by declared variable.
10595 (math-comp-left-bracket, math-comp-right-bracket)
10596 (math-comp-comma): New variables.
10597 (math-compose-expr, math-compose-rows): Replace variables
10598 left-bracket, right-bracket and comma by declared variables.
10599 (math-comp-full-width): New variable.
10600 (math-comp-to-string-flat, math-comp-to-string-flat-term):
10601 Replace variable full-width by declared variable.
10602 (math-comp-highlight, math-comp-word, math-comp-level)
10603 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
10604 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
10605 New variables.
10606 (math-comp-to-string-flat, math-comp-to-string-flat-term)
10607 (math-comp-sel-flat-term): Replace variables comp-highlight,
10608 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
10609 declared variables.
10610 (math-comp-simplify, math-comp-simplify-term)
10611 (math-comp-add-string, math-comp-add-string-sel):
10612 Replace variables comp-highlight, comp-buf, comp-base,
10613 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
10614
10615 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10616
10617 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
10618
10619 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
10620 and x-server-version may throw.
10621
10622 2004-11-23 Kim F. Storm <storm@cua.dk>
10623
10624 * subr.el (substitute-key-definition-key): Optimize.
10625 Don't call indirect-function for nil defn (always signals error).
10626
10627 * ido.el (ido-read-internal): Fix require-match check when
10628 ido-directory-too-big is set.
10629
10630 2004-11-23 Jay Belanger <belanger@truman.edu>
10631
10632 * calc/calc-ext.el (math-read-replacement-list)
10633 (math-read-superscripts): New variables.
10634 (math-read-preprocess-string): New function.
10635 (math-read-expr): Filter input through math-read-preprocess-string.
10636
10637 * calc/calc-aent.el (math-read-exprs): Filter input through
10638 math-read-preprocess-string.
10639
10640 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
10641
10642 * progmodes/compile.el (compilation-start): In cd command use
10643 substitute-env-vars -- not quite shell compatible but better than
10644 nothing.
10645 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
10646 handle the newer versions messages, which are more parseable.
10647
10648 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10649
10650 * reveal.el (reveal-mode-map): New var.
10651 (reveal-mode): Use it.
10652
10653 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
10654
10655 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
10656 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
10657
10658 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10659
10660 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
10661 header-line when needed.
10662 Use fixed-pitch only in the header-line.
10663 Build the underline automatically. Use emdash if available.
10664
10665 2004-11-22 Richard M. Stallman <rms@gnu.org>
10666
10667 * dired.el (dired-recursive-copies): Move from dired-aux.el.
10668 * dired-aux.el (dired-recursive-copies): Move to dired.el.
10669
10670 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
10671
10672 * progmodes/gdb-ui.el (gdb-resync): New function.
10673 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
10674 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
10675 Use it to fail more gracefully.
10676 (gdb-variables): Delete variable.
10677 Re-order variables to reduce byte-compiler warnings.
10678
10679 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10680
10681 * descr-text.el (describe-char):
10682 * paren.el (show-paren-function):
10683 * subr.el (syntax-after): Undo last change.
10684
10685 * progmodes/python.el (run-python): Don't hard code *Python*.
10686 Don't modify global process-environment.
10687 (python-send-region, python-load-file): Don't assume that
10688 python-buffer == (process-buffer (python-proc)).
10689 (python-switch-to-python): Simplify.
10690
10691 * dired.el (dired-align-file): Don't assume line starts with spaces.
10692
10693 2004-11-21 Jay Belanger <belanger@truman.edu>
10694
10695 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
10696 Replace variable `lines' by math-read-big-lines.
10697 (math-read-big-expr): Replace variables the-baseline, the-h2
10698 and err-msg by math-read-big-baseline, math-read-big-h2 and
10699 math-read-err-msg.
10700 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
10701
10702 * calc/calc-lang.el (math-read-big-rec): Fix typo.
10703 (math-read-big-balance): Replace unbound variable by value.
10704 (math-read-big-lines): New variable.
10705 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10706 (math-read-big-error, math-read-big-balance): Replace variable
10707 `lines' by declared variable.
10708 (math-read-big-baseline, math-read-big-h2): New variables.
10709 (math-read-big-rec): Replace variables the-baseline and the-h2
10710 by declared variables.
10711 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
10712 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10713 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
10714 declared variables.
10715 (math-read-big-err-msg): New variable.
10716 (math-read-big-error): Replace variable err-msg by declared variable.
10717
10718 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10719
10720 * ses.el: Add coding cookie.
10721 Fix up docstrings, follow new commenting conventions.
10722 (ses-header-line-menu): Fix missing variable rename for header-row.
10723 (ses-cell-size): Remove.
10724 (ses-make-cell): New function.
10725 (ses-cell, ses-insert-row, ses-insert-column): Use it.
10726 (ses-calculate-cell): Remove unused var `symbol'.
10727 (ses-narrowed-p): New function.
10728 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
10729 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
10730 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
10731 (ses-setup): Use restore-buffer-modified-p.
10732 (ses-cleanup): Remove unused var `end'.
10733 (ses-header-string-left-offset): Remove.
10734 (ses-create-header-string): Adjust to new behavior of `align-to'.
10735 Truncate excessively large fields to preserve alignment.
10736 (ses-reconstruct-all): Remove unused var `refs'.
10737 (ses-read-cell-printer): Remove unused var `prompt'.
10738 (ses-delete-row): Remove unused var `pos'.
10739 (ses-delete-column): Remove unused var `new'.
10740
10741 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10742
10743 * ps-print.el: Insert :version tag into all defgroup and defcustom.
10744 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10745 Eliminate eval-and-compile usage.
10746 (ps-insert-file): Use insert-file-contents instead of insert-file.
10747 (ps-setup): Code fix.
10748
10749 * printing.el (pr-setup, lpr-setup): Code fix.
10750
10751 2004-11-21 Jay Belanger <belanger@truman.edu>
10752
10753 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
10754 (calc-original-buffer): Declare them.
10755 (calc-user-formula-alist): New variable.
10756 (calc-user-define-formula, calc-fix-user-formula)
10757 (calc-user-define-composition, calc-finish-formula-edit):
10758 Replace variable `alist' by declared variable.
10759 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
10760 (var-q7, var-q7, var-q8, var-q9): Declare them.
10761 (calc-kbd-push): Don't check to see if var-q0 through var-q9
10762 are bound.
10763 (calcFunc-typeof): Replace undeclared variable by expression.
10764 (math-exp-env): New variable.
10765 (math-define-body, math-define-exp): Replace exp-env by declared var.
10766 (math-define-exp): Replace misplaced variable by expression.
10767
10768 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
10769 (calc-curve-model, calc-curve-coefnames): New variables.
10770 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
10771 varnames, model and coefnames by declared variables.
10772 (math-root-widen): New variable.
10773 (math-search-root, math-find-root): Replace variable root-widen by
10774 declared variable.
10775 (var-DUMMY): Declare it.
10776 (math-root-vars, math-min-vars): Move the declarations to earlier in
10777 the file.
10778 (math-brent-min): Make d a local variable.
10779 (math-find-minimum): Replace non-existent variable.
10780 (math-ninteg-romberg): Remove unnecessary variable.
10781 (math-ninteg-temp): New variable.
10782 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
10783 integ-temp by declared variable.
10784 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
10785 New variables.
10786 (math-general-fit): Replace variables first-var, first-coef and
10787 new-coefs by declared variables.
10788 (calcFunc-fitvar): Replace variable first-var by declared variable.
10789 (calcFunc-fitparam): Replace variable first-coef by declared variable.
10790 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
10791 (math-all-vars-vars, math-all-vars-found): New variables.
10792 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
10793 found by declared variable math-all-vars-vars.
10794
10795 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
10796
10797 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
10798 of `defconst'.
10799
10800 2004-11-20 Richard M. Stallman <rms@gnu.org>
10801
10802 * isearch.el (isearch-mode-map): Don't bind SPC.
10803 (isearch-whitespace-chars): Function deleted.
10804 (isearch-search): Bind search-spaces-regexp.
10805 (isearch-lazy-highlight-search): Likewise.
10806 (search-whitespace-regexp): Doc fix.
10807 (isearch-forward-regexp): Doc fix.
10808
10809 * emacs-lisp/bytecomp.el (byte-compile-form):
10810 Move the calls to byte-compile-set-symbol-position,
10811 to avoid having two for the same symbol occurrence.
10812
10813 * comint.el (comint-input-ring-size): Increase to 150.
10814
10815 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
10816 New variables.
10817 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
10818 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
10819
10820 * imenu.el (imenu--generic-function):
10821 Ensure we keep moving backward even if BEG isn't further back.
10822
10823 * replace.el (query-replace-read-to, query-replace-read-from):
10824 Specify t for KEEP-ALL in read-from-minibuffer.
10825
10826 * progmodes/python.el (python-switch-to-python):
10827 If Python isn't running, start it.
10828 Don't alter debug-ignored-errors.
10829
10830 * progmodes/cperl-mode.el (cperl-indent-region):
10831 Don't mind imenu-scanning-message.
10832
10833 * bindings.el (global-map): Bind C-e to move-end-of-line.
10834
10835 * simple.el (line-move-finish): New arg FORWARD.
10836 Ignore invisible newlines, not intangible ones.
10837 Conditions for acceptable stopping positions depend on FORWARD.
10838 (line-move): Pass FORWARD arg to line-move-finish.
10839
10840 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
10841 of HEADER. Compensate for this change in the code to add display
10842 properties. Don't make the first line intangible.
10843
10844 * info.el (Info-search): Fix previous change.
10845
10846 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
10847
10848 * Makefile.in (recompile): Revert 2004-11-19 change.
10849 (compile): Likewise.
10850
10851 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
10852
10853 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
10854
10855 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10856
10857 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
10858 defgroup and defcustom. Eliminate eval-and-compile usage.
10859
10860 * progmodes/ebnf-otz.el: Fix typos.
10861
10862 2004-11-19 Jay Belanger <belanger@truman.edu>
10863
10864 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
10865 (calc-edit-finish, calc-finish-stack-edit): Replace variable
10866 disp-trail by declared variable.
10867
10868 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
10869 (calc-finish-selection-edit): Replace variable disp-trail by
10870 declared variable.
10871 (calc-selection-cache-entry): Move declaration to earlier in the file.
10872 (calc-selection-cache-num, calc-selection-cache-comp)
10873 (calc-selection-cache-offset, calc-selection-true-num)
10874 (calc-final-point-line, calc-final-point-column)
10875 (calc-original-buffer): Declare them.
10876 (calc-fnp-op, calc-fnp-num): New variables.
10877 (calc-find-nth-part, calc-find-nth-part-rec)
10878 (calc-select-previous): Replace op and num by declared variables.
10879 (calc-rsf-old, calc-rsf-new): New variables.
10880 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
10881 Replace variables old and new by declared variables.
10882 (calc-sel-reselect): New variable.
10883 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
10884 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
10885 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
10886 reselect with declared variable.
10887
10888 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
10889 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
10890 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
10891 (math-import-list, math-rewrite-phase): Declare them.
10892 (math-rewrite): Use let* to declare variables.
10893 (calc-rewrite-selection): Make rules a local variable.
10894 (calc-rewr-sel): New variable.
10895 (calc-rewrite-selection, calc-locate-selection-marker)
10896 (calc-rewrite): Use the declared variable calc-rewr-sel instead
10897 of sel.
10898 (math-rewrite-whole-expr): New variable.
10899 (math-rewrite, math-rewrite-phase): Replace variable expr by
10900 declared variable.
10901 (math-rewrite-heads-heads, math-rewrite-heads-skips)
10902 (math-rewrite-heads-blanks ): New variables.
10903 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
10904 heads, skips and blanks by declared variables.
10905 (math-rwcomp-subst-old, math-rwcomp-subst-new)
10906 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
10907 New variables.
10908 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
10909 old, new, old-func and new-func by declared variables.
10910 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
10911 Remove unnecessary variable.
10912 (math-apply-rw-regs): New variable.
10913 (math-apply-rewrites, math-rwapply-replace-regs)
10914 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
10915 (math-apply-rw-ruleset): New variable.
10916 (math-apply-rewrites, math-rwapply-remember): Replace variable
10917 ruleset by declared variable.
10918
10919 2004-11-19 Richard M. Stallman <rms@gnu.org>
10920
10921 * info.el (Info-search): Use search-whitespace-regexp.
10922
10923 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10924
10925 * vc-rcs.el (vc-rcs-parse): New function.
10926 (vc-rcs-annotate-command): Likewise.
10927 (vc-rcs-annotate-current-time): Likewise.
10928 (vc-rcs-annotate-time): Likewise.
10929 (vc-rcs-annotate-extract-revision-at-line): Likewise.
10930
10931 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10932
10933 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
10934
10935 2004-11-18 Jay Belanger <belanger@truman.edu>
10936
10937 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
10938
10939 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10940
10941 * printing.el: Eliminate use of interactive-p and eval-and-compile.
10942 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10943 Use make-temp-file to generate PostScript files in any situation.
10944 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
10945 (pr-interactive-p): Eliminate var.
10946 (pr-save-interactive): Eliminate macro.
10947 (pr-interface, pr-ps-directory-preview)
10948 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10949 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10950 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10951 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10952 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10953 (pr-ps-region-ps-print, pr-ps-mode-preview)
10954 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10955 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10956 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
10957 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10958 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10959 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10960 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10961 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10962 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10963 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10964 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10965 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
10966 Eliminate pr-save-interactive usage.
10967 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
10968 Eliminate pr-interactive-p usage.
10969 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
10970 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
10971 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
10972 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
10973 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
10974 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
10975 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
10976 New funs.
10977 (pr-ps-file): Use make-temp-file to generate a temporary file.
10978
10979 2004-11-17 Jay Belanger <belanger@truman.edu>
10980
10981 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
10982 a local variable.
10983 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
10984 (math-top-only): New variable.
10985 (math-simplify, math-simplify-step): Replace variable top-only by
10986 declared variable math-top-only.
10987 (math-simplify-expr): Declare it.
10988 Replace argument expr in all calls of math-defsimplify by
10989 math-simplify-expr.
10990 (math-simplify-plus, math-simplify-times, math-simplify-divide)
10991 (math-simplify-divisor, math-simplify-one-divisor)
10992 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
10993 (math-simplify-pow): Replace variable expr by declared variable
10994 math-simplify-expr.
10995 (math-simplify-divisor): Remove local variables temp and op.
10996 (math-simplify-one-divisor): Make temp and op local variables.
10997 (math-simplify-divisor-nover, math-simplify-divisor-dover):
10998 New variables.
10999 (math-simplify-divisor, math-simplify-one-divisor):
11000 Replace variables nover and dover by declared variables.
11001 (math-expr-subst-new, math-expr-subst-old): New variables.
11002 (math-expr-subst, math-expr-subst-rec): Replace variables new
11003 and old by declared variables.
11004 (math-is-poly-degree, math-is-poly-loose): New variables.
11005 (math-is-polynomial, math-is-poly-rec): Replace variables degree
11006 and loose by declared variables.
11007 (math-poly-base-const-ok, math-poly-base-pred): New variables.
11008 (math-polynomial-base, math-polynomial-base-rec):
11009 Replace variables const-ok and mpb-pred by declared variables.
11010
11011 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11012
11013 * calc/calc-ext.el (math-defsimplify): Change the argument in
11014 the created function to math-simplify-expr.
11015
11016 * calc/calc-units.el (math-simplify-expr): Declare it.
11017 Replace argument expr in all calls of math-defsimplify by
11018 math-simplify-expr.
11019 (math-simplify-units-prod): Replace variable expr by declared
11020 variable math-simplify-expr.
11021
11022 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11023
11024 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11025 Replace mapcar->dolist, format->string.
11026
11027 2004-11-17 Miles Bader <miles@gnu.org>
11028
11029 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11030 * progmodes/idlwave.el: Remove RCS keywords.
11031
11032 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
11033
11034 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11035 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11036 Update to IDLWAVE version 5.5. Too many changes to list them here.
11037 * progmodes/idlw-help.el: New file.
11038
11039 2004-11-16 Richard M. Stallman <rms@gnu.org>
11040
11041 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11042 Discard spaces after \i according to TeX rules.
11043
11044 * international/mule.el (set-buffer-file-coding-system):
11045 New arg NOMODIFY.
11046 (after-insert-file-set-coding): Pass that new arg.
11047 Prevent set-buffer-multibyte from trying to lock the file.
11048
11049 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11050
11051 * saveplace.el (save-place): Doc fix.
11052
11053 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11054 temporarily widen before finding the following word to copy.
11055
11056 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11057 (cl-map-keymap): Definition deleted.
11058
11059 * subr.el (map-keymap-internal): New function.
11060
11061 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11062
11063 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
11064 when pressing rather than when releasing mouse-2. Simplify.
11065
11066 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11067
11068 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
11069 (compilation-mode): Set it here instead.
11070
11071 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
11072
11073 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
11074 (loop, cl-parse-loop-clause, defsetf): Use backquote.
11075
11076 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11077
11078 * progmodes/compile.el (compilation-internal-error-properties):
11079 Fix up a transposition-typo. Check end-col before using it.
11080
11081 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
11082
11083 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11084 Discard whitespace after macro \i when converting it.
11085
11086 2004-11-16 Juri Linkov <juri@jurta.org>
11087
11088 * emacs-lisp/find-func.el (find-function-regexp):
11089 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
11090 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
11091 Remove invalid `\W' from [^cgv\W]. Doc fix.
11092 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
11093
11094 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
11095
11096 * play/life.el: Maintainer is now FSF.
11097 (life-patterns, life-neighbor-deltas, life-window-start)
11098 (life-current-generation, life-generation-string): Use defvar
11099 instead of defconst.
11100
11101 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11102
11103 * progmodes/compile.el (compilation-move-to-column): New fun.
11104 (compilation-internal-error-properties)
11105 (compilation-next-error-function): Use it to make sure we don't go past
11106 the end of line.
11107
11108 2004-11-15 John Paul Wallington <jpw@gnu.org>
11109
11110 * autoinsert.el (auto-insert-alist): Insert the user's name in
11111 copyright notice, rather than Free Software Foundation, for the
11112 Emacs Lisp header case too.
11113
11114 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11115
11116 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
11117 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11118 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
11119 return the list of string in a string.
11120 (pr-call-process): Message if calling process returns an error, that
11121 is, the exit status is different of zero.
11122
11123 2004-11-15 Jay Belanger <belanger@truman.edu>
11124
11125 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
11126 variable var-thing.
11127 (math-integ-depth, math-integ-level, math-integral-limit)
11128 (math-enable-subst, math-any-substs, math-integ-msg)
11129 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
11130 (math-int-threshold, math-int-factors, math-double-roots)
11131 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
11132 (var-GenCount): Declare these variables.
11133 (calcFunc-integ): Don't check if var-IntegLimit is bound.
11134 (math-integral-cache, math-integral-cache-state):
11135 Move declarations to earlier in the file.
11136 (math-deriv-var, math-deriv-total, math-deriv-symb)
11137 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
11138 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
11139 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
11140 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
11141 (math-solve-res): New variables
11142 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
11143 (math-integral, math-replace-integral-parts)
11144 (math-integrate-by-parts, calc-dump-integral-cache)
11145 (math-try-integral, math-do-integral, math-do-integral)
11146 (math-do-integral-methods, math-try-solve-for)
11147 (math-try-solve-prod, math-solve-poly-funny-powers)
11148 (math-solve-crunch-poly, math-decompose-poly)
11149 (math-solve-find-root-term, math-find-root-in-prod)
11150 (math-integ-try-linear-substitutions)
11151 (math-integ-try-substitutions, math-expr-rational-in)
11152 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
11153 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
11154 (math-solve-for, math-solve-system, math-solve-system-rec)
11155 (math-solve-get-sign, math-solve-get-int)
11156 (math-solve-system-subst): Replace undeclared variables with newly
11157 declared variables.
11158
11159 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11160
11161 * winner.el (winner-active-region, winner-edges, winner-window-list):
11162 Define at toplevel.
11163 (winner-mode-map): Move init inside declaration.
11164
11165 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
11166
11167 * files.el (convert-standard-filename): Doc fix.
11168
11169 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
11170
11171 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
11172 passwd, group, shadow, default/* and pam.d/*.
11173
11174 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11175
11176 * printing.el (pr-menu-spec): Adjust menu specification.
11177
11178 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11179
11180 * printing.el: Doc fix. Insert :version tag into all defcustom.
11181 Handle interactive-p as is recommended in Emacs Lisp Reference.
11182 Set the file permission bits for newly created files.
11183 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11184 The printing menu specification (in `pr-menu-spec') was merged.
11185 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11186 (pr-version): New version number (6.8.3).
11187 (pr-file-modes): New option.
11188 (pr-interactive-p): New var.
11189 (pr-save-interactive, pr-save-file-modes): New macros.
11190 (pr-setup): Code fix.
11191 (pr-menu-spec): Menu specification merged.
11192 (pr-call-process, pr-text2ps): Set file permission bits.
11193 (pr-despool-print): Set file permission bits. Handle interactive-p as
11194 is recommended.
11195 (pr-interface, pr-ps-directory-preview)
11196 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11197 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11198 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11199 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11200 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11201 (pr-ps-region-ps-print, pr-ps-mode-preview)
11202 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11203 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11204 (pr-despool-using-ghostscript, pr-despool-ps-print)
11205 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11206 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11207 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11208 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11209 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11210 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11211 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11212 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11213 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
11214 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
11215 Handle interactive-p as is recommended.
11216
11217 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11218
11219 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
11220 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
11221
11222 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
11223 so it doesn't forget to highlight the beginning of the region either.
11224
11225 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
11226
11227 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
11228 (c-font-lock-init): Eliminate obsolete make-local-hook.
11229 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11230 (awk-mode): Use run-mode-hooks.
11231
11232 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
11233
11234 2004-11-13 Kim F. Storm <storm@cua.dk>
11235
11236 * mouse.el (mouse-drag-copy-region): Add :version.
11237 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
11238 while dragging mode line, so mode line can be dragged downwards.
11239 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
11240 while pressing mouse button so window doesn't scroll until we
11241 release the mouse if clicking on partially visible line.
11242
11243 2004-11-12 Jay Belanger <belanger@truman.edu>
11244
11245 * calc/calc-graph.el (calc-dumb-map): Declare it.
11246 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
11247 than unbound.
11248 (calc-graph-name): Made `end' a local variable.
11249 (calc-graph-lookup): Made `varname' a local variable.
11250 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
11251 Declare them.
11252 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
11253 (calc-graph-plot, calc-graph-compute-3d): Remove references to
11254 the unused variable y3vec.
11255 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
11256 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
11257 calc-graph-prev-kill-hook.
11258 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
11259 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
11260 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
11261 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
11262 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
11263 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
11264 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
11265 (calc-graph-y3value, calc-graph-y3name)
11266 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
11267 (calc-graph-stepcount, calc-graph-is-splot)
11268 (calc-graph-surprise-splot, calc-graph-blank)
11269 (calc-graph-non-blank, calc-graph-curve-num): New variables.
11270 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
11271 (calc-graph-recompute-2d, calc-graph-compute-3d)
11272 (calc-graph-format-data): Replace undeclared variables with the
11273 above newly declared variables.
11274
11275 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
11276
11277 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
11278 `rsf-beep' and `rsf-sleep-after-message'.
11279
11280 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
11281 list if `message-sender' is non-nil.
11282
11283 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11284
11285 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
11286 consing by using mapc instead of mapcar.
11287
11288 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
11289
11290 * tooltip.el (require): Explain why CL is needed.
11291
11292 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11293
11294 * printing.el: Insert :version into defgroup (printing). All reference
11295 to Files option in menubar were changed to File.
11296 (pr-version): New version number (6.8.2).
11297 (pr-get-symbol): Call easy-menu-intern.
11298 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
11299 compilation gripes.
11300
11301 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11302
11303 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
11304 new byte-compile-function-environment binding to t.
11305
11306 * font-lock.el (font-lock-fontify-syntactically-region):
11307 Don't forget to highlight the last char when we hit `end'.
11308
11309 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
11310 (mwheel-scroll): Adjust accordingly.
11311
11312 * cvs-status.el: Reduce spurious warnings.
11313 (cvs-status-checkout): Remove.
11314 (cvs-status-mode-map): Use cvs-mode-checkout instead.
11315
11316 * pcvs.el (cvs-mode-checkout): New command.
11317
11318 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
11319
11320 * tooltip.el: Require CL.
11321
11322 * emacs-lisp/bytecomp.el: Use push.
11323 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
11324 (defalias): Remove the `byte-compile' property and add
11325 a `byte-hunk-handler'.
11326
11327 2004-11-11 Juri Linkov <juri@jurta.org>
11328
11329 * info.el (Info-search): Save match data for isearch.
11330 Skip Tag Table node.
11331
11332 * descr-text.el (describe-char): Replace syntax-after with code
11333 from its previous version.
11334
11335 * files.el (magic-mode-alist): Use optimization for SGML mode too.
11336 (set-auto-mode): Doc fix. Remove unused variable `xml'.
11337
11338 * international/mule.el (sgml-html-meta-auto-coding-function):
11339 Remove > after <html to allow HTML attributes.
11340
11341 2004-11-11 Jay Belanger <belanger@truman.edu>
11342
11343 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
11344 a variable.
11345 (calcFunc-dfac): Replace unbound max by n.
11346 (math-stirling-local-cache): New variable.
11347 (math-stirling-number, math-stirling-1, math-stirling-2):
11348 Replace the variable `cache' by the declared variable
11349 math-stirling-local-cache.
11350 (var-RandSeed): Declare it as a variable.
11351 (math-init-random-base, math-random-digit): Don't check to see if
11352 var-RandSeed is bound.
11353 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
11354 Declare them instead of just setting them.
11355 (math-init-random-base): Made i a local variable.
11356 (math-random-digit): Made math-random-last a local variable.
11357 (math-prime-test-cache): Move declaration to before it is used.
11358 (math-prime-test-cache-k, math-prime-test-cache-q)
11359 (math-prime-test-cache-nm1, math-prime-factors-finished):
11360 Declare them as variables.
11361
11362 2004-11-11 Jay Belanger <belanger@truman.edu>
11363
11364 * calc/calc-ext.el (math-defcache): Use defvar for the new
11365 variables it creates.
11366
11367 2004-11-11 Lars Hansen <larsh@math.ku.dk>
11368
11369 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
11370 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
11371 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
11372 (desktop-save): Add :version.
11373
11374 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * printing.el (pr-get-symbol): Don't downcase.
11377
11378 2004-11-10 Jay Belanger <belanger@truman.edu>
11379
11380 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
11381 string to kill-ring.
11382
11383 * calc/calc-aent.el (calc-alg-exp, math-toks)
11384 (math-exp-pos,math-exp-old-pos, math-exp-token)
11385 (math-exp-keep-spaces, math-exp-str): New variables.
11386 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
11387 (calcAlg-enter): Use declared variable calc-alg-exp.
11388 (math-build-parse-table, math-find-user-token): Use declared
11389 variable math-toks.
11390 (math-read-exprs, math-read-token, calc-check-user-syntax)
11391 (calc-match-user-syntax, match-factor-after, math-read-factor):
11392 Use declared variables math-exp-pos math-exp-old-pos.
11393 (math-read-exprs, math-read-token, math-read-expr-level)
11394 (calc-check-user-syntax, calc-match-user-syntax)
11395 (match-factor-after, math-read-factor): Use declared variable
11396 math-exp-token.
11397 (math-read-exprs, math-read-expr-list, math-read-token)
11398 (math-read-factor): Use declared variable math-exp-keep-spaces.
11399 (math-read-exprs, math-read-token): Use declared variable
11400 math-exp-str.
11401 (calc-match-user-syntax): Make m a local variable.
11402
11403 * calc/calc-ext.el (math-read-expr): Use declared variables
11404 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
11405 math-exp-keep-spaces.
11406
11407 * calc/calc-forms.el (math-read-angle-bracket): Use declared
11408 variables math-exp-pos, math-exp-str.
11409
11410 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
11411 math-exp-old-pos.
11412 (math-parse-fortran-vector, math-parse-fortran-vector-end)
11413 (math-parse-eqn-prime): Use declared variable math-exp-token.
11414
11415 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
11416 Use declared variable math-exp-pos.
11417 (math-check-for-commas): Use declared variable math-exp-str.
11418 (math-read-brackets): Use declared variables math-exp-old-pos,
11419 math-exp-keep-spaces.
11420 (math-read-brackets, math-read-vector, math-read-matrix):
11421 Use declared variable math-exp-token.
11422
11423 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11424
11425 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
11426 where the keymap is a symbol.
11427 (easy-menu-add-item): Use keymap-prompt. Simplify.
11428
11429 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
11430
11431 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
11432 (sgml-parse-tag-backward): Use it to skip spurious < or >.
11433
11434 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
11435
11436 * ebuff-menu.el: Doc fixes throughout.
11437 (electric-buffer-menu-mode-hook): New defvar.
11438
11439 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
11440
11441 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
11442 The resulting compiler warnings appear to be harmless.
11443
11444 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
11445
11446 * textmodes/conf-mode.el: New file.
11447
11448 * files.el (auto-mode-alist, magic-mode-alist): Use it.
11449
11450 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11451
11452 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
11453
11454 2004-11-09 Jay Belanger <belanger@truman.edu>
11455
11456 * calc/calc-ext.el (calc-init-extensions): Remove old code.
11457
11458 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
11459 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
11460 (calc-z-prefix-help, calc-user-function-list): Use declared
11461 variables calc-z-prefix-buf, calc-z-prefix-msgs.
11462 (math-map-tree, math-map-tree-rec): Use declared variables
11463 math-mt-many, math-mt-func.
11464 (math-read-expression, math-read-string): Use declared variable
11465 math-expr-data.
11466
11467 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
11468 variable math-normalize-a.
11469
11470 * calc/calc.el (math-normalize-a): New variable.
11471 (math-normalize): Use declared variable math-normalize-a.
11472
11473 * calc/calc-poly.el (math-expand-form): Use declared variable
11474 math-mt-many.
11475
11476 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11477 Use declared variable math-mt-many.
11478 (math-rewrite): Use declared variable math-mt-func.
11479
11480 * calc/calc-vec.el (math-read-brackets, math-read-vector)
11481 (math-read-matrix): Use declared variable math-expr-data.
11482
11483 * calc/calc-lang.el (math-parse-fortran-vector)
11484 (math-parse-fortran-vector-end, math-parse-tex-sum)
11485 (math-parse-eqn-matrix, math-parse-eqn-prime)
11486 (math-read-math-subscr): Use declared variable math-expr-data.
11487
11488 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
11489 (math-read-expr-level, math-read-token, calc-check-user-syntax)
11490 (calc-match-user-syntax, math-read-if, math-factor-after)
11491 (math-read-factor): Use declared variable math-expr-data.
11492
11493 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11494
11495 * calendar/diary-lib.el (diary-from-outlook)
11496 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
11497 interactive-p; but rather new optional argument NOCONFIRM.
11498
11499 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
11502 (easy-menu-name-match): Revert correspondingly.
11503
11504 2004-11-09 Richard M. Stallman <rms@gnu.org>
11505
11506 * emacs-lisp/bytecomp.el (byte-compile-defalias):
11507 Turn off warnings for the new function even if definition not constant.
11508 If the definition isn't a quoted symbol, record (FUNCTION . t).
11509 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
11510 (byte-compile-callargs-warn): Handle (FUNCTION . t).
11511 (display-call-tree, byte-compile-arglist-warn):
11512 Handle t returned by byte-compile-fdefinition.
11513
11514 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11515
11516 * Makefile.in (maintainer-clean): Depend on distclean.
11517
11518 * help-fns.el (help-C-file-name): File name must be in build-files
11519 to be returned.
11520
11521 2004-11-09 Jay Belanger <belanger@truman.edu>
11522
11523 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
11524 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
11525
11526 * calc/calc.el (calc, calc-trail-display, calc-mode):
11527 Remove obsolete sections.
11528
11529 * calc/calc.el (calc-x-paste-text): Remove.
11530
11531 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
11532 mouse-2.
11533
11534 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
11535
11536 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
11537 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
11538 current frame (in case of recursive calls).
11539 (gdb-show-changed-values): Add :version keyword.
11540
11541 2004-11-09 Kenichi Handa <handa@m17n.org>
11542
11543 * international/mule-cmds.el: Change coding: tag back to
11544 iso-2022-7bit.
11545
11546 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11547
11548 * international/mule-cmds.el: Change coding-system to utf-8.
11549 (select-safe-coding-system-interactively):
11550 New function extracted from select-safe-coding-system.
11551 (select-safe-coding-system): Use it.
11552
11553 2004-11-08 Richard M. Stallman <rms@gnu.org>
11554
11555 * subr.el (syntax-after): Doc fix.
11556
11557 * paren.el (show-paren-function): Change calls to syntax-after
11558 for new way of returning the value.
11559
11560 * menu-bar.el (menu-bar-file-menu): Make this the real name
11561 and menu-bar-files-menu the alias. Use the former.
11562 (global-map): Use `file', not `files', as the symbol.
11563
11564 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
11565
11566 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
11567 Don't use beginning-of-buffer.
11568 (filesets-cmd-show-result): Use with-no-warnings.
11569
11570 2004-11-08 Juri Linkov <juri@jurta.org>
11571
11572 * progmodes/compile.el (compile): Don't overwrite last command in
11573 minibuffer history with default command if they are not equal.
11574
11575 2004-11-08 Jay Belanger <belanger@truman.edu>
11576
11577 * calc/calcalg2.el (math-do-integral-methods): Try linear then
11578 non-linear substitutions.
11579
11580 2004-11-08 Jay Belanger <belanger@truman.edu>
11581
11582 * calc/calcalg2.el (math-linear-subst-tried): New variable.
11583 (math-do-integral): Set `math-linear-subst-tried' to nil.
11584 (math-do-integral-methods): Use `math-linear-subst-tried' to
11585 determine what type of substitution to try.
11586 (math-integ-try-linear-substituion):
11587 Set `math-linear-subst-tried' to t.
11588
11589 2004-11-08 Kim F. Storm <storm@cua.dk>
11590
11591 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
11592
11593 2004-11-07 Juri Linkov <juri@jurta.org>
11594
11595 * info-look.el (info-lookup): Allow reusing in the current buffer
11596 not only *info* buffer, but all (even renamed) Info buffers
11597 by checking for major-mode instead of *info* buffer name.
11598 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
11599 (octave-mode, maxima-mode) <doc-spec>:
11600 Allow long dashes generated by Texinfo 4.7 before definitions.
11601 (texinfo-mode) <doc-spec>: Add space to suffix to find command
11602 definitions with argument separated by space.
11603
11604 2004-11-06 Richard M. Stallman <rms@gnu.org>
11605
11606 * simple.el (next-error group, face): Move before first use.
11607 (next-error-highlight, next-error-highlight-no-select): Likewise.
11608
11609 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
11610 (line-move): New args NOERROR and TO-END.
11611 Return t if if succeed in moving specified number of lines.
11612 (move-end-of-line): New function.
11613
11614 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
11615 (end-of-buffer-other-window): Likewise.
11616
11617 * simple.el (line-move-ignore-invisible): Default to t.
11618
11619 * subr.el (syntax-after): Return the syntax letter, not the raw code.
11620
11621 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
11622
11623 * international/iso-cvt.el (iso-cvt-define-menu):
11624 Rename menu-bar-files-menu to menu-bar-file-menu.
11625
11626 * net/browse-url.el (browse-url-gnome-moz-program)
11627 (browse-url-gnome-moz-arguments): Move up before first use.
11628
11629 * net/tramp.el (tramp group): Add :version.
11630
11631 * progmodes/ada-xref.el (ada-gdb-application):
11632 Use goto-char instead of beginning-of-buffer.
11633
11634 * progmodes/cperl-mode.el (cperl-info-on-command):
11635 Use goto-char instead of beginning-of-buffer.
11636
11637 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
11638 Move up before first use.
11639 (idlwave-shell-temp-pro-file): Likewise.
11640 (idlwave-shell-temp-rinfo-save-file): Likewise.
11641 (idlwave-shell-temp-file): Minor doc fix.
11642
11643 * textmodes/flyspell.el (flyspell-external-point-words):
11644 Use goto-char instead of beginning-of-buffer.
11645
11646 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
11647
11648 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
11649 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
11650 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
11651
11652 2004-11-06 David Ponce <david@dponce.com>
11653
11654 * recentf.el (recentf-menu-path): Use menu item name.
11655
11656 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11657
11658 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
11659 display doesn't support images.
11660
11661 2004-11-06 Andreas Schwab <schwab@suse.de>
11662
11663 * tempo.el (tempo-match-finder): Doc fix.
11664
11665 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
11666
11667 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
11668
11669 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
11670 (easy-menu-lookup-name): New fun to replace it.
11671 (easy-menu-get-map): Use it to obey menu item names (rather than just
11672 keys) when looking up `path'.
11673 (easy-menu-always-true-p): Rename from easy-menu-always-true.
11674 (easy-menu-convert-item-1): Adjust to new name.
11675
11676 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
11677
11678 * outline.el (hide-body): Don't hide lines at the top of the file
11679 that precede the first header line.
11680
11681 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
11682
11683 * align.el (align-areas): Delete whitespace before reindenting, so
11684 that tabs are never placed after spaces.
11685
11686 2004-11-06 Alan Shutko <ats@acm.org>
11687
11688 * macros.el (insert-kbd-macro): Do completions based on macros,
11689 rather than all commands.
11690
11691 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
11692
11693 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
11694 to solve a bug whereby tags with 'b' don't match.
11695
11696 2004-11-05 Juri Linkov <juri@jurta.org>
11697
11698 * info.el (Info-search): Don't search in node header lines
11699 and file headers.
11700
11701 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
11702 symbol-constituent characters after dot, not only digits.
11703
11704 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
11705
11706 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
11707
11708 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11709
11710 * dired.el (dired-read-dir-and-switches): Call read-directory-name
11711 if a dialog will be used, read-file-name otherwise.
11712
11713 2004-11-04 Richard M. Stallman <rms@gnu.org>
11714
11715 * textmodes/table.el (table group): Add :version.
11716
11717 * textmodes/ispell.el (ispell-word):
11718 Don't alter args; set them only thru `interactive' spec.
11719
11720 * textmodes/flyspell.el (flyspell-word):
11721 Don't alter FOLLOWING; set it only thru `interactive' spec.
11722
11723 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
11724
11725 * net/browse-url.el (browse-url-maybe-new-window):
11726 Use called-interactively-p.
11727
11728 * mail/supercite.el (sc-cite-region):
11729 Don't use interactive-p. Add arg INTERACTIVE.
11730 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
11731
11732 * international/mule-cmds.el (set-input-method, toggle-input-method):
11733 Don't use interactive-p. Add arg INTERACTIVE.
11734
11735 * eshell/esh-mode.el (eshell-show-maximum-output):
11736 Don't use interactive-p.
11737 (eshell-truncate-buffer): Just message, no error, if buffer is short.
11738
11739 * mouse.el (mouse-show-mark): Get positions to delete from mark
11740 and point, not from mouse-drag-overlay.
11741
11742 * imenu.el (imenu-eager-completion-buffer): Add :version.
11743
11744 * filesets.el (filesets group): Add :version.
11745
11746 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
11747
11748 * files.el (xml-based-modes): Delete var.
11749 (magic-mode-alist): New more general var.
11750 (set-auto-mode): Use it.
11751
11752 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
11753 when clicking from another window.
11754
11755 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
11756
11757 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
11758 (vc-cvs-annotate-time): Incorporate value of deleted var.
11759 Remove special-case handling of beginning-of-buffer cruft.
11760 Cache ending position (point) and return value in text property
11761 `vc-cvs-annotate-time', and consult it on subsequent invocations.
11762
11763 * vc-cvs.el (vc-cvs-annotate-command):
11764 Delete extraneous lines from beginning of buffer.
11765 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
11766
11767 * progmodes/grep.el (grep-default-command): Take empty string
11768 for tag if all other methods yield nil. Shell-quote the tag.
11769
11770 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
11771 spec in `interactive' form, and mention it in the docstring.
11772 Also, make sure point is at bol after calling `annotate-time'.
11773
11774 2004-11-02 Richard M. Stallman <rms@gnu.org>
11775
11776 * cus-edit.el (customize-group-other-window):
11777 Select the window that displays the custom buffer.
11778 (custom-buffer-create-other-window): Likewise.
11779
11780 * comint.el (comint-insert-input): Fix previous change.
11781
11782 * emacs-lisp/elp.el (elp-instrument-function):
11783 Use called-interactively-p.
11784
11785 * emacs-lisp/easymenu.el (easy-menu-intern):
11786 Don't downcase; rather, case-flip the first letter of each word.
11787
11788 * emacs-lisp/easy-mmode.el (define-minor-mode):
11789 Use called-interactively-p.
11790
11791 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
11792 Add interactive-only.
11793 (byte-compile-warnings): Add interactive-only as option.
11794 (byte-compile-interactive-only-functions): New variable.
11795 (byte-compile-form): Warn about calls to functions
11796 in byte-compile-interactive-only-functions.
11797
11798 * emacs-lisp/autoload.el (update-file-autoloads):
11799 Don't use interactive-p; take new arg SAVE-AFTER.
11800
11801 * emacs-lisp/advice.el (ad-make-advised-definition):
11802 Use called-interactively-p.
11803
11804 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11805
11806 * files.el (find-file-existing): New function.
11807
11808 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
11809 find-file-existing. Add "New File..." that calls find-file.
11810
11811 * diropen.pbm, diropen.xpm: New files.
11812
11813 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
11814 icon diropen. New tool bar item find-file-existing uses icon open.
11815
11816 * dired.el (dired-read-dir-and-switches): Call read-directory-name
11817 instead of read-file-name.
11818
11819 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
11820
11821 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
11822 (icalendar--split-value): Change name of work buffer.
11823 (icalendar--get-weekday-abbrev): Return nil on error.
11824 (icalendar--date-to-isodate): New function.
11825 (icalendar-convert-diary-to-ical)
11826 (icalendar-extract-ical-from-buffer): Use only two args for
11827 make-obsolete (XEmacs compatibility).
11828 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
11829 (icalendar-export-region): Doc fix.
11830 If error, return non-nil and write errors to a buffer.
11831 Use correct weekday for weekly recurring events.
11832 Check whether date has been parsed for ordinary events.
11833 Make weekly events start in the year 2000.
11834 DTEND is non-inclusive, shift end date by one day if
11835 necessary (not for entries that have date and time).
11836 Rename local let variables: oops -> found-error, datestring ->
11837 startdatestring.
11838
11839 2004-11-02 Kim F. Storm <storm@cua.dk>
11840
11841 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
11842 keep-mode-if-same variable. Add it as optional arg instead.
11843 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
11844
11845 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
11846 substitute-command-keys will select lower-case bindings like those
11847 used in the static help texts.
11848
11849 * descr-text.el (describe-text-properties): Don't err if called in
11850 the *Help* buffer; output to *Help-2* buffer instead.
11851
11852 * kmacro.el (group kmacro): Add :version.
11853 (kmacro-keyboard-quit): New function to cleanup on C-g.
11854 (kmacro-start-macro): Set defining-kbd-macro to append when
11855 appending to last macro.
11856
11857 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
11858
11859 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
11860
11861 * progmodes/gdb-ui.el (gdb-enable-debug-log)
11862 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
11863 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
11864 Add :version keyword.
11865
11866 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
11867
11868 * progmodes/flymake.el (flymake-err-line-patterns):
11869 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
11870 `compilation-error-regexp-alist-alist' to internal Flymake format.
11871
11872 * progmodes/flymake.el: Eliminate byte-compiler warnings.
11873
11874 2004-11-01 Jay Belanger <belanger@truman.edu>
11875
11876 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
11877 with `interactive "s"'.
11878
11879 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11880
11881 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11882 Revert change from 2004-10-16. '*' checks the current buffer, but the
11883 mouse click may be in another buffer.
11884
11885 2004-11-01 John Paul Wallington <jpw@gnu.org>
11886
11887 * files.el (large-file-warning-threshold): Add :version keyword.
11888 (kill-some-buffers): Doc fix.
11889
11890 * thumbs.el (group thumbs): Add :version keyword.
11891
11892 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
11893
11894 2004-11-01 Richard M. Stallman <rms@gnu.org>
11895
11896 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
11897
11898 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
11899
11900 * allout.el (allout group): Add :version.
11901 (allout-init): Don't use interactive-p.
11902 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11903 (allout-forward-current-level, allout-backward-current-level):
11904 Don't use interactive-p.
11905
11906 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
11907 (bibtex-find-text): Likewise.
11908
11909 * progmodes/vhdl-mode.el (vhdl-fill-region)
11910 (vhdl-beginning-of-statement): Don't use interactive-p.
11911
11912 * progmodes/idlwave.el (idlwave-update-routine-info):
11913 Don't use interactive-p.
11914
11915 * progmodes/idlw-shell.el (idlwave-shell-send-char):
11916 Don't use interactive-p.
11917
11918 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
11919 Don't use interactive-p.
11920
11921 * progmodes/ada-xref.el (ada-make-body-gnatstub):
11922 Don't use interactive-p.
11923
11924 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
11925 (fortune-in-buffer): Doc fix.
11926
11927 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
11928
11929 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
11930 don't select the temporary buffer.
11931 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
11932 (eudc-get-phone): Likewise.
11933
11934 2004-11-01 Kim F. Storm <storm@cua.dk>
11935
11936 * man.el (Man-xref-normal-file): Fix help-echo.
11937
11938 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11939
11940 * reveal.el (reveal-last-tick): New var.
11941 (reveal-post-command): Use it to avoid closing overlays when we're
11942 appending text to them.
11943
11944 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11945
11946 * textmodes/bibtex.el: Require button.
11947 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
11948 (bibtex-reference-keys): Distinguish between header keys and
11949 crossref keys.
11950 (bibtex-beginning-of-field): New function.
11951 (bibtex-url-map): Remove.
11952 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
11953 (bibtex-font-lock-url-regexp): Assume that field names begin at
11954 the beginning of a line.
11955 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
11956 Remove field delimiters. Use bibtex-beginning-of-field.
11957 Bugfix, point can be inside a field with a url.
11958 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
11959 New functions.
11960 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
11961 (bibtex-key-in-head): Simplify.
11962 (bibtex-current-line): Use bolp.
11963 (bibtex-parse-keys): Remove unused arg `add'.
11964 Use bibtex-type-in-head and bibtex-key-in-head.
11965 (bibtex-parse-entry, bibtex-autofill-entry):
11966 Use bibtex-type-in-head and bibtex-key-in-head.
11967 (bibtex-autokey-get-field): Do not alter case of replacement text.
11968 (bibtex-autokey-get-names): Do all processing of name list.
11969 (bibtex-autokey-get-year): New function.
11970 (bibtex-autokey-get-title): Do all processing of title words.
11971 (bibtex-generate-autokey): Simplify.
11972 (bibtex-string-files-init): Use default-directory.
11973 Allow for absolute file names in bibtex-string-files.
11974 (bibtex-files, bibtex-file-path): New variables.
11975 (bibtex-files-expand): New function.
11976 (bibtex-find-entry-globally): New command.
11977 (bibtex-summary-function): New variable.
11978 (bibtex-summary): Default value of bibtex-summary-function.
11979 (bibtex-find-crossref): New optional args pnt and split.
11980 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
11981 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
11982 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
11983 Fix handling of required and alternative fields.
11984 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
11985 Use cons and display-buffer.
11986 (bibtex-validate-globally): New command.
11987 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
11988 bibtex-parse-keys and bibtex-parse-strings for updating
11989 bibtex-reference-keys and bibtex-strings.
11990 (bibtex-realign): Remove blank lines past the last entry.
11991 (bibtex-reformat): Use bibtex-entry-format as default.
11992 (bibtex-choose-completion-string): Remove.
11993 (bibtex-complete): Do not use bibtex-choose-completion-string.
11994 (bibtex-url): Simplify.
11995
11996 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11997
11998 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
11999 (x-dnd-types-alist, x-dnd-open-file-other-window)
12000 (x-dnd-known-types): Add :version.
12001
12002 2004-10-31 John Paul Wallington <jpw@gnu.org>
12003
12004 * ibuffer.el (group ibuffer): Add :version keyword.
12005
12006 2004-10-31 Kim F. Storm <storm@cua.dk>
12007
12008 * ido.el (group ido): Add :version keyword.
12009 (ido-mode): Remove :version keyword.
12010
12011 * emulation/cua-base.el (group cua): Add :version keyword.
12012 (cua-mode): Remove :version keyword.
12013
12014 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
12015
12016 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12017
12018 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12019 compiler warning.
12020 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
12021 function.
12022 (help-at-pt-display-when-idle): Remove autoload.
12023
12024 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12025
12026 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12027
12028 2004-10-30 Juri Linkov <juri@jurta.org>
12029
12030 * help.el (function-called-at-point):
12031 * help-fns.el (variable-at-point): Read -> intern.
12032
12033 2004-10-30 Simon Josefsson <jas@extundo.com>
12034
12035 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12036 Recognize AS_* too.
12037
12038 2004-10-29 Simon Josefsson <jas@extundo.com>
12039
12040 * subr.el (read-passwd): Move back from password.el.
12041
12042 * password.el: Remove, not ready yet.
12043
12044 2004-10-29 Andreas Schwab <schwab@suse.de>
12045
12046 * speedbar.el (speedbar-frame-parameters): Improve customize type.
12047
12048 2004-10-29 Sam Steingold <sds@gnu.org>
12049
12050 * mouse.el (mouse-show-mark): Replace the last occurrence of
12051 x-lost-selection-hooks with x-lost-selection-functions.
12052
12053 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12054
12055 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12056 x-lost-selection-functions is bound.
12057
12058 * mouse-sel.el (mouse-sel-mode):
12059 * emacs-lisp/lselect.el: Adjust to new names for
12060 x-(lost|sent)-selection-functions.
12061
12062 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12063 New obsolete aliases of x-lost-selection-functions and
12064 x-sent-selection-functions.
12065
12066 2004-10-28 Kim F. Storm <storm@cua.dk>
12067
12068 * imenu.el (imenu-scanning-message): Remove.
12069 (imenu-progress-message): Make it a no-op.
12070
12071 2004-10-28 John Paul Wallington <jpw@gnu.org>
12072
12073 * files.el (set-auto-mode): Call `throw' correctly.
12074
12075 2004-10-28 Juri Linkov <juri@jurta.org>
12076
12077 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
12078 to search `Info-...' commands in `info' manual.
12079 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12080 Add 'info-file "emacs" property.
12081 (Info-find-emacs-command-nodes): Fix index line number regexp.
12082 Set real line number (instead of fake 0) in first element of the
12083 returned list.
12084 (Info-goto-emacs-command-node): Use line number of first element
12085 to set point in the first found Info node.
12086
12087 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
12088 code to `grep-mode-font-lock-keywords'.
12089 (grep-mode-font-lock-keywords): Delete grep markers instead
12090 of making them invisible.
12091
12092 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12093
12094 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
12095 and x-server-version in bug report.
12096
12097 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
12098
12099 * files.el (set-auto-mode-0): New function.
12100 (set-auto-mode): Use it to handle aliased modes and to
12101 be consistent between C-x C-f and C-x C-w.
12102
12103 2004-10-28 Kenichi Handa <handa@m17n.org>
12104
12105 * international/utf-8.el (utf-translate-cjk-charsets):
12106 Add katakana-jisx0201.
12107
12108 * international/subst-jis.el: Add data for JISX0201.
12109
12110 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12111
12112 * obsolete/hilit19.el (hilit-mode): New function.
12113 Move all the toplevel side-effecting stuff into it, so that loading
12114 hilit19 doesn't mess everything up any more.
12115
12116 2004-10-27 Richard M. Stallman <rms@gnu.org>
12117
12118 * add-log.el (add-change-log-entry): Set up mailing address
12119 and full name later, and don't alter add-log-mailing-address
12120 or add-log-full-name.
12121
12122 * elide-head.el (elide-head): Change error to message.
12123 (elide-head-show): Likewise.
12124
12125 * apropos.el (apropos-macrop): Doc fix.
12126
12127 * mouse.el (mouse-show-mark): Do most processing the same
12128 regardless of transient-mark-mode.
12129
12130 * shadowfile.el (shadow-copy-files): Use interactive-p
12131 only to control whether to print a message.
12132
12133 * tar-mode.el (tar-mode): Use write-contents-functions,
12134 not write-contents-hooks.
12135
12136 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
12137 directory-sep-char.
12138
12139 2004-10-27 Richard M. Stallman <rms@gnu.org>
12140
12141 * strokes.el (strokes-unload-hook): Fix previous change.
12142
12143 * type-break.el (type-break-run-at-time): Always use run-at-time;
12144 forget the alternatives.
12145 (type-break-cancel-function-timers): Always use cancel-function-timers;
12146 forget the alternatives.
12147
12148 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
12149
12150 2004-10-27 Kenichi Handa <handa@m17n.org>
12151
12152 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
12153
12154 * international/subst-gb2312.el: Likewise.
12155
12156 * international/subst-big5.el: Likewise.
12157
12158 * international/subst-ksc.el: Likewise.
12159
12160 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
12161 New variable.
12162 (utf-translate-cjk-set-unicode-range): New function.
12163 (utf-translate-cjk-unicode-range): Make it customizable.
12164 (utf-8-post-read-conversion):
12165 Use utf-translate-cjk-unicode-range-string.
12166 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
12167 Unicode ranges.
12168
12169 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
12170
12171 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
12172 trivial variants to shorten the list.
12173 (xml-based-modes): New var.
12174 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
12175 declaration higher priority than auto-mode-alist.
12176
12177 * find-file.el (cc-other-file-alist): Bring it in line with
12178 cc-mode's auto-mode-alist entries and use \' instead of $.
12179
12180 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
12181 and add "Id" and "Name" submenus to it.
12182
12183 * imenu.el (imenu--generic-function): Skip matches in comments.
12184
12185 2004-10-26 Jay Belanger <belanger@truman.edu>
12186
12187 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
12188 (full-calc-keypad, calc-trail-display): Use an extra argument
12189 instead of `interactive-p'.
12190
12191 * calc/calc-misc.el (calc-other-window): Use an extra argument
12192 instead of `interactive-p'.
12193
12194 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
12195 `interactive-p'.
12196
12197 2004-10-26 Kim F. Storm <storm@cua.dk>
12198
12199 * help.el (describe-key): Describe both down-event and up-event
12200 for a mouse click.
12201
12202 2004-10-26 Richard M. Stallman <rms@gnu.org>
12203
12204 * woman.el (woman): Don't call interactive-p.
12205
12206 * pcomplete.el (pcomplete): Instead of interactive-p,
12207 use an arg set non-nil by the interactive spec.
12208
12209 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
12210 use an arg set non-nil by the interactive spec.
12211
12212 * man.el (Man-cleanup-manpage): Instead of interactive-p,
12213 use an arg set non-nil by the interactive spec.
12214
12215 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12216
12217 * progmodes/flymake.el (flymake-split-string):
12218 Use `flymake-split-string-remove-empty-edges' in any case.
12219
12220 2004-10-26 Masatake YAMATO <jet@gyve.org>
12221
12222 * progmodes/flymake.el (flymake-err-line-patterns):
12223 Use `compilation-error-regexp-alist-alist' instead of
12224 `compilation-error-regexp-alist'.
12225
12226 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12227
12228 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
12229 verbatim face on the \ of \end{verbatim}.
12230
12231 2004-10-25 Jay Belanger <belanger@truman.edu>
12232
12233 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
12234 erasing minibuffer.
12235
12236 2004-10-25 Simon Josefsson <jas@extundo.com>
12237
12238 * subr.el (read-passwd): Move to net/password.el.
12239
12240 * net/password.el (read-passwd): Add. Autoload it.
12241
12242 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
12243
12244 * mouse-sel.el (mouse-sel-mode): Specify custom group.
12245
12246 * simple.el (process-file): Fix logic.
12247
12248 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
12249
12250 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
12251 (increase-right-margin): Remove erroneous call to `interactive-p'.
12252
12253 2004-10-24 Kim F. Storm <storm@cua.dk>
12254
12255 * help.el (describe-mode): Fix 2004-10-13 change.
12256 Copy pure "Auto Fill" string so it can be propertized later
12257 without causing a read-only error.
12258
12259 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
12260
12261 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
12262 style indexes.
12263
12264 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
12265
12266 * simple.el (process-file): Accept nil for INFILE. Reported by
12267 Luc Teirlinck.
12268
12269 2004-10-24 Masatake YAMATO <jet@gyve.org>
12270
12271 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
12272 Handle periods and underscores in a function name.
12273 Remove the address fontification.
12274
12275 2004-10-24 Masatake YAMATO <jet@gyve.org>
12276
12277 * progmodes/asm-mode.el (asm-font-lock-keywords):
12278 Use font-lock-variable-name-face for registers.
12279
12280 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
12281
12282 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
12283 kill-all-local-variables.
12284 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12285 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
12286 Use kill-all-local-variables and provide mode-hooks.
12287 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
12288 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
12289 Suggested by Masatake YAMATO <jet@gyve.org>.
12290
12291 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
12292
12293 * simple.el (process-file): New function, similar to call-process
12294 but supports file handlers.
12295 * vc.el (vc-do-command): Use it, instead of call-process.
12296 * net/tramp-vc.el (vc-do-command): Do not advise it if
12297 process-file is fboundp.
12298 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
12299 process-file.
12300 (tramp-handle-process-file): New function.
12301 (tramp-file-name-for-operation): Support process-file.
12302
12303 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
12304
12305 * calendar/icalendar.el (icalendar--weekday-array): New constant.
12306 (icalendar-weekdayabbrev-table)
12307 (icalendar-monthnumber-table): Delete.
12308 (icalendar--get-month-number): Use calendar-month-name-array.
12309 (icalendar--get-weekday-number): New function.
12310 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
12311 (icalendar-export-region): Handle multi-line entries.
12312 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
12313
12314 2004-10-23 John Paul Wallington <jpw@gnu.org>
12315
12316 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
12317 `wildcards' set to t in interactive spec.
12318
12319 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
12320 interactive spec rather than use `interactive-p'.
12321 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
12322 rather than use function `interactive-p'.
12323
12324 2004-10-22 Kenichi Handa <handa@m17n.org>
12325
12326 * international/mule.el (translate-region): Implement it in Lisp
12327 as a front end of translate-region-internal.
12328
12329 2004-10-21 Jay Belanger <belanger@truman.edu>
12330
12331 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
12332 Declare these variables with defvar.
12333
12334 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
12335 is bound, only check to see if it is bound.
12336
12337 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12338
12339 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12340 Don't output messages.
12341
12342 * calc/calc-help.el (calc-describe-bindings): Fix last change.
12343
12344 2004-10-21 John Paul Wallington <jpw@gnu.org>
12345
12346 * calc/calc-graph.el (calc-graph-init):
12347 Use `set-process-query-on-exit-flag'.
12348
12349 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
12350
12351 * progmodes/compile.el (compilation-start): Rely on `cd' to get
12352 dir right and also allow argumentless cd.
12353
12354 2004-10-19 Richard M. Stallman <rms@gnu.org>
12355
12356 * textmodes/flyspell.el (flyspell-mode): Doc fix.
12357
12358 * eshell/em-unix.el (eshell-grep):
12359 Don't bind compilation-process-setup-function.
12360
12361 * comint.el (comint-insert-input): Use @ in `interactive'.
12362 (comint-input-filter-functions): Doc fix.
12363 (comint-kill-whole-line, comint-get-source): Doc fix.
12364
12365 * progmodes/compile.el (compilation-setup):
12366 Don't set buffer-read-only if MINOR is non-nil.
12367
12368 2004-10-19 Jay Belanger <belanger@truman.edu>
12369
12370 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
12371 (calc-emacs-type-gnu19): Remove.
12372 (calc-digit-map, calc-read-key-sequence, calc-read-key):
12373 Remove check for old emacs versions.
12374
12375 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
12376 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
12377 for current Emacs.
12378
12379 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
12380 the end of the minibuffer.
12381 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
12382 copy `esc-map'.
12383
12384 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
12385
12386 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
12387 call that would be given when the current emacs was used.
12388
12389 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
12390
12391 * calendar/icalendar.el: Set coding to utf-8.
12392 (icalendar-version): Increase to 0.07.
12393 (icalendar-monthnumber-table): Change March pattern.
12394 (icalendar-get-all-event-properties)
12395 (icalendar-set-event-property): Delete.
12396 (icalendar-all-events): No longer interactive.
12397 (icalendar-convert-diary-to-ical)
12398 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
12399 their replacements.
12400 (icalendar-export-file, icalendar-export-region): New functions;
12401 essentially old `icalendar-convert-diary-to-ical' but appending to
12402 target rather than overwriting.
12403 (icalendar-import-file): Append to target file rather than
12404 overwriting. Fourth arg deleted.
12405 (icalendar-import-buffer): New name for old
12406 `icalendar-extract-ical-from-buffer'.
12407 (icalendar--convert-string-for-import): New name for
12408 old `icalendar-convert-for-import'.
12409 (include-icalendar-files): Delete.
12410 Prefix for all internal functions changed from `icalendar-'
12411 to `icalendar--'.
12412
12413 2004-10-19 Richard M. Stallman <rms@gnu.org>
12414
12415 * paths.el (news-path): Fix previous change.
12416
12417 2004-10-18 Jay Belanger <belanger@truman.edu>
12418
12419 * calc/calc-help.el (calc-describe-bindings):
12420 Set `buffer-read-only' to nil while working in the keybindings buffer;
12421 remove some extra information from the keybindings buffer.
12422
12423 2004-10-18 David Ponce <david@dponce.com>
12424
12425 * mouse.el (mouse-drag-move-window-top): New function.
12426 (mouse-drag-mode-line-1): Use it.
12427
12428 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
12429
12430 * info.el (Info-fontify-node): For multiline refs,
12431 arrange to unfontify newline and surrounding whitespace.
12432
12433 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12434
12435 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
12436 directory is missing.
12437
12438 2004-10-17 John Paul Wallington <jpw@gnu.org>
12439
12440 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
12441 New customizable variable; whether to display buffers that match
12442 `ibuffer-maybe-show-predicates' by default.
12443 (ibuffer-maybe-show-predicates): Mention it in docstring.
12444 (ibuffer-display-maybe-show-predicates): New variable.
12445 (ibuffer-update): Prefix arg now toggles whether buffers that
12446 match `ibuffer-maybe-show-predicates' should be displayed.
12447 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
12448 locally to heed `ibuffer-default-display-maybe-show-predicates'.
12449 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
12450
12451 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
12452
12453 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
12454 work correctly.
12455
12456 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
12457
12458 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
12459 (Buffer-menu-beginning): New helper function.
12460 (Buffer-menu-execute): Use it.
12461 (Buffer-menu-select): Use it.
12462 (Buffer-menu-sort): Use it and also keep markers.
12463
12464 2004-10-17 Richard M. Stallman <rms@gnu.org>
12465
12466 * paths.el (news-directory): Rename from news-path. Old name alias.
12467 (rmail-spool-directory): Use defvar.
12468 (sendmail-program): Use defcustom.
12469 (remote-shell-program): Use defcustom.
12470 (term-file-prefix): Use defvar.
12471 (abbrev-file-name): Use defvar.
12472
12473 * term.el: Add maintainer.
12474
12475 * subr.el (with-local-quit): Return nil if there's a quit.
12476 (read-passwd): Use with-local-quit. Doc fix.
12477
12478 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
12479 (strokes-unload-hook): Set as a variable with add-hook.
12480
12481 * startup.el (fancy-splash-tail, normal-splash-screen):
12482 Update copyright year.
12483
12484 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
12485
12486 * server.el (server-unload-hook): Set as a variable with add-hook.
12487
12488 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
12489
12490 * frame.el (special-display-popup-frame):
12491 Make the buffer current as its frame is created.
12492
12493 * delsel.el (delsel-unload-hook): Set as a variable.
12494
12495 * comint.el (comint-output-filter-functions):
12496 Add comint-watch-for-password-prompt.
12497 (comint-read-noecho): Function deleted.
12498 (send-invisible): Use read-passwd.
12499
12500 * fringe.el (fringe-mode-initialize): New function.
12501 (fringe-mode): Use fringe-mode-initialize as :initialize.
12502
12503 2004-10-17 Kim F. Storm <storm@cua.dk>
12504
12505 * language/indian.el (indian-script-language-alist): Swap value and doc.
12506 (indian-font-char-index-table): Doc fix.
12507
12508 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12509
12510 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
12511
12512 2004-10-16 Juri Linkov <juri@jurta.org>
12513
12514 * progmodes/compile.el (compilation-start): Move let-binding of
12515 `process-environment' into `with-current-buffer' body.
12516 Reported by Matt Hodges <MPHodges@member.fsf.org>.
12517
12518 2004-10-16 Richard M. Stallman <rms@gnu.org>
12519
12520 * pcvs-util.el (cvs-bury-buffer):
12521 Don't call get-buffer-window for effect.
12522
12523 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
12524
12525 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
12526
12527 * msb.el (msb-unload-hook): Set the variable.
12528
12529 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12530 Use * to err if buffer is readonly.
12531
12532 * subr.el (looking-back): Return only t or nil.
12533
12534 * whitespace.el (whitespace-unload-hook): Set the variable.
12535
12536 * view.el (view-mode-enable): Set view-page-size and
12537 view-half-page-size to nil.
12538 (view-set-half-page-size-default): view-half-page-size = nil
12539 means the default.
12540 (View-scroll-page-forward): Use view-page-size-default.
12541 (View-scroll-page-backward): Likewise.
12542 (view-page-size, view-half-page-size): Doc fixes.
12543
12544 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
12545
12546 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
12547
12548 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
12549 "cl" like other files. Instead, call byte-compile-find-cl-functions.
12550 (byte-compile-log-1): Bind inhibit-read-only.
12551 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
12552 (byte-compile-log-warning): Likewise.
12553 (byte-compile-file-form-require): Detect "cl" from the arg value.
12554
12555 * progmodes/compile.el (compilation-start): Assume compilation-mode
12556 will make the buffer read-only.
12557 (compilation-mode): Take arg name-of-mode.
12558 (compilation-setup): Make buffer read-only.
12559 (compilation-handle-exit): Bind inhibit-read-only.
12560
12561 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
12562 (ispell-message): Likewise.
12563 (ispell-show-choices): Don't call get-buffer-window uselessly.
12564 (ispell-init-process): Use set-process-query-on-exit-flag.
12565
12566 2004-10-16 Kim F. Storm <storm@cua.dk>
12567
12568 * fringe.el (fringe-bitmaps): Only initialize when defined.
12569
12570 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
12571 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
12572
12573 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
12574
12575 2004-10-15 Simon Josefsson <jas@extundo.com>
12576
12577 * net/password.el: Add.
12578
12579 2004-10-14 Masatake YAMATO <jet@gyve.org>
12580
12581 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
12582 (gdb-script-end-of-defun): New function.
12583 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
12584 `gdb-script-end-of-defun' as *-of-defun-function.
12585
12586 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
12587
12588 * button.el (button-activate): Allow a marker to display as an action.
12589
12590 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
12591
12592 * help.el (describe-mode): Use it to make minor mode list into
12593 hyperlinks.
12594
12595 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12596
12597 * vc.el (vc-annotate-display-select): Fix typo.
12598
12599 * subr.el (substitute-key-definition-key): New function.
12600 (substitute-key-definition): Use it with map-keymap.
12601 (event-modifiers): Use push.
12602 (mouse-movement-p, with-temp-buffer): Simplify.
12603
12604 2004-10-12 Jay Belanger <belanger@truman.edu>
12605
12606 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
12607 New variables.
12608 (calc-help-index-entries): New function.
12609 (calc-describe-function): Use `calc-help-function-list' instead of
12610 obarray for completion.
12611 (calc-describe-variable): Use `calc-help-variable-list' instead
12612 of obarray for completion.
12613
12614 2004-10-12 Richard M. Stallman <rms@gnu.org>
12615
12616 * info-look.el (info-lookup-file): Add info-file property.
12617 (info-lookup-symbol): Likewise.
12618
12619 * info.el (info-xref): Add underlining.
12620 (info): Add info-file property.
12621 (Info-find-emacs-command-nodes): Specify case-sensitive search.
12622
12623 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
12624
12625 Sync with Tramp 2.0.45.
12626
12627 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
12628 defined. This is not the case for XEmacs without package "edebug".
12629 (tramp-set-auto-save-file-modes): Set permissions of autosaved
12630 remote files to the permissions of the original file. This is not
12631 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
12632 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
12633 (tramp-perl-decode): Fix an error in Perl implementation.
12634 $pending must be cleared every loop. Reported by Benjamin Place
12635 <benjaminplace@sprintmail.com>
12636
12637 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
12638 Don't activate advice during definition. This is done later on,
12639 depending on test result of `substitute-in-file-name'.
12640 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12641
12642 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12643
12644 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
12645
12646 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
12647
12648 2004-10-12 David Ponce <david@dponce.com>
12649
12650 * recentf.el (recentf-edit-list): Update the menu when the recentf
12651 list has been modified.
12652
12653 2004-10-12 Simon Josefsson <jas@extundo.com>
12654
12655 * net/tls.el (tls-certtool-program): New variable.
12656 (tls-certificate-information): New function, based on
12657 ssl-certificate-information.
12658
12659 2004-10-12 Kenichi Handa <handa@m17n.org>
12660
12661 * international/mule.el (coding-system-equal): Move from mule-util.el.
12662
12663 * international/mule-util.el (coding-system-equal): Move to mule.el.
12664
12665 2004-10-12 Kim F. Storm <storm@cua.dk>
12666
12667 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
12668 reset kmacro-initial-counter-value if set.
12669 (kmacro-set-counter): Only set kmacro-counter if defining or executing
12670 macro. Set kmacro-initial-counter-value otherwise. Never set both.
12671 (kmacro-display): Show macro counter if non-zero.
12672
12673 * subr.el (substitute-key-definition): Mention command remapping
12674 in doc string.
12675
12676 2004-10-11 Jay Belanger <belanger@truman.edu>
12677
12678 * calc/calc-misc.el (calc-info-goto-node): New function.
12679 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
12680 node in one step.
12681 (calc-describe-copying, calc-describe-distribution)
12682 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
12683 Go to appropriate info node in one step.
12684
12685 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12686
12687 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
12688
12689 * font-lock.el (font-lock-apply-highlight): Fix last change.
12690
12691 2004-10-11 Simon Josefsson <jas@extundo.com>
12692
12693 * mail/smtpmail.el (smtpmail-open-stream): Look for
12694 starttls-gnutls-program instead of starttls-program iff
12695 starttls-use-gnutls is non-nil.
12696 (smtpmail-open-stream): Don't overwrite user settings of
12697 starttls-extra-arguments and starttls-extra-args.
12698
12699 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12700
12701 * comint.el (comint-mouse-insert-input): Remove.
12702 (comint-insert-input): Make it work for mouse bindings.
12703 (comint-mode-map): Move defs into the declaration.
12704 (comint-output-filter): Typo.
12705
12706 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
12707
12708 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
12709
12710 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
12711 (ange-ftp-call-chmod): Reference remote-shell-program instead of
12712 ange-ftp-remote-shell.
12713
12714 2004-10-10 Andreas Schwab <schwab@suse.de>
12715
12716 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
12717 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
12718 Reported by <sri@asu.edu>.
12719
12720 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
12721
12722 * vc.el (vc-annotate-mode): Remove variable.
12723 (vc-annotate-display-select): Only call vc-annotate-mode
12724 if we're not in that mode already.
12725
12726 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
12727
12728 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
12729 (imenu-choose-buffer-index): Check here for rescan instead.
12730
12731 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
12732 where the face expression evals to nil.
12733
12734 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
12735 (tex-font-lock-keywords-2): Use it.
12736 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
12737
12738 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
12739
12740 2004-10-09 Kim F. Storm <storm@cua.dk>
12741
12742 * subr.el (progress-reporter-update): Define before first usage.
12743 (make-progress-reporter): Doc fix.
12744
12745 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
12746
12747 * textmodes/paragraphs.el (sentence-end-double-space)
12748 (sentence-end-without-period, sentence-end-without-space)
12749 (sentence-end): Doc fixes.
12750
12751 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
12752
12753 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
12754 Change paragraph-start regexp so we don't fill code starting with #'(.
12755
12756 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
12757
12758 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
12759 New defcustom.
12760 (extract-address-components): Use it.
12761
12762 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
12763
12764 * subr.el (make-progress-reporter, progress-reporter-update)
12765 (progress-reporter-force-update, progress-reporter-do-update)
12766 (progress-reporter-done): New functions.
12767
12768 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
12769
12770 * progmodes/etags.el (etags-tags-completion-table): Use progress
12771 reporter.
12772 (etags-tags-apropos): Likewise.
12773
12774 2004-10-08 Alan Mackenzie <acm@muc.de>
12775
12776 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
12777 of current line.
12778
12779 2004-10-08 Masatake YAMATO <jet@gyve.org>
12780
12781 * server.el (server-process-filter): Wrap `process-send-region'
12782 by `condition-case' to guard the case when the pipe to PROC is closed.
12783
12784 2004-10-07 Mark A. Hershberger <mah@everybody.org>
12785
12786 * xml.el (xml-substitute-special): Limit handling of external entities.
12787
12788 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
12789
12790 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
12791
12792 2004-10-06 John Paul Wallington <jpw@gnu.org>
12793
12794 * xml.el (xml-parse-dtd): Fix `error' call.
12795
12796 2004-10-05 Mark A. Hershberger <mah@everybody.org>
12797
12798 * xml.el (xml-substitute-special): Return a single string instead
12799 of a list of strings if an entity substitution is made.
12800
12801 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
12802
12803 * calendar/icalendar.el: New file.
12804
12805 2004-10-05 Juri Linkov <juri@jurta.org>
12806
12807 * isearch.el (isearch-done): Set mark after running hook.
12808 Reported by Drew Adams <drew.adams@oracle.com>.
12809
12810 * info.el (Info-history, Info-toc): Fix Info headers.
12811 (Info-toc): Narrow buffer before Info-fontify-node.
12812 (Info-build-toc): Don't check for special Info file names.
12813 Set main-file to nil if Info-find-file returns a symbol.
12814
12815 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
12816
12817 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
12818 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
12819 * calendar/cal-menu.el (calendar-mode-map): Ditto.
12820
12821 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12822
12823 * calendar/cal-iso.el (calendar-iso-read-args): New function,
12824 for old interactive spec from calendar-goto-iso-date.
12825 (calendar-goto-iso-date): Use it.
12826 (calendar-goto-iso-week): New function. Suggested by Emilio
12827 C. Lopes <eclig@gmx.net>.
12828
12829 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
12830
12831 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
12832 `set-right-margin' bindings that follow the minor mode conventions.
12833
12834 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12835
12836 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
12837 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
12838 (latex-block-args-alist): Add minipage and picture.
12839 (latex-block-body-alist): Use reftex-label if enabled.
12840 (latex-insert-block): Don't insert a \n if not necessary.
12841 (tex-compile-commands): Make sure dvips doesn't send to printer.
12842 (tex-compile-default): Handle the case where no executable is found.
12843 (latex-noindent-environments): New var.
12844 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
12845 If tex-indent-allhanging is non-nil, make sure we only align for macros
12846 at beginning of line.
12847
12848 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
12849
12850 * newcomment.el (comment-beginning): Doc fix and don't choke on
12851 unset `comment-end-skip' when at beginning of comment.
12852
12853 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
12854
12855 * term.el (term-adjust-current-row-cache): Don't allow the current
12856 row to become negative.
12857 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
12858 the end of the line. Fix scroll down. Add comments.
12859 (term-handle-ansi-escape): Don't exceed terminal width when moving
12860 right.
12861 (term-scroll-region): Move the cursor after setting the scroll region.
12862
12863 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
12864
12865 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
12866 to `width' for consistency with docstring. Doc fix.
12867
12868 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
12869
12870 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
12871 This is necessary for derived modes.
12872
12873 2004-09-30 Kim F. Storm <storm@cua.dk>
12874
12875 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
12876 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
12877
12878 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
12879 kmacro-extract-lambda functions.
12880 (edit-kbd-macro): Handle kmacro lambda forms.
12881 Include counter and counter format in edit buffer.
12882 (edmacro-finish-edit): Get counter and format from edit buffer and
12883 update kmacro bindings when found.
12884
12885 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
12886
12887 * textmodes/paragraphs.el (forward-paragraph):
12888 Avoid args-out-of-range error when point winds up at the beginning of
12889 the buffer and hard newlines are enabled.
12890
12891 * newcomment.el (comment-multi-line): Doc fix.
12892
12893 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12894
12895 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
12896 (diff-fixup-modifs): Catch unified-diff file-headers.
12897
12898 2004-09-29 Kim F. Storm <storm@cua.dk>
12899
12900 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
12901 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
12902 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
12903
12904 * fringe.el (fringe-bitmap-p): New macro.
12905 (fringe-bitmaps): Add standard fringe bitmaps on load.
12906
12907 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12908
12909 * dired.el (dired-view-command-alist): Use more efficient regexps.
12910 Remove dubious arguments.
12911 (dired-align-file): New function.
12912 (dired-insert-directory): Use it.
12913 (dired-move-to-end-of-filename): Make the " -> " search more specific.
12914 (dired-buffers-for-dir): Remove unused var `pattern'.
12915
12916 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
12917
12918 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
12919 from diary display excursion. Store diary buffer's point for
12920 `simple-diary-display'.
12921 (simple-diary-display): Set window point and start when
12922 displaying buffer, to preserve point.
12923
12924 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
12925
12926 * textmodes/enriched.el (enriched-translations): Replace defconst
12927 with defvar.
12928
12929 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12930
12931 * printing.el: Doc fix.
12932 (pr-version): New version number (6.8.1).
12933 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
12934 make-temp-name.
12935 (pr-delete-file): Check if file exists before deleting it.
12936 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
12937
12938 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
12939
12940 * term.el (term-display-table): New variable.
12941 (term-mode): Use it.
12942 (term-exec-1): Set the coding system to binary.
12943 (term-emulate-terminal): Decode the string before inserting it.
12944
12945 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
12946
12947 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
12948 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
12949 (map): Bind S-prior, S-next and S-insert.
12950 (term-mode): Set `indent-tabs-mode' to nil.
12951 (term-paste): New function to be bound to S-insert.
12952 (term-send-del, term-send-backspace): Change the strings sent.
12953 (term-termcap-format): Synchronize with etc/e/eterm.ti.
12954 (term-handle-colors-array): Fix handling of underline and reverse.
12955 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
12956 (term-erase-in-line): Fix comparison.
12957 (term-emulate-terminal): Fix line wrap handling.
12958 (term-start-output-log): Rename from `term-set-output-log'.
12959 (term-stop-output-log): Rename from `term-stop-photo'.
12960 (term-switch-to-alternate-sub-buffer): Comment out, unused.
12961
12962 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12963
12964 * dired.el (dired-move-to-filename): Don't output a message if
12965 raise-error is non-nil. Fix return position and value.
12966
12967 * files.el (insert-directory): Obey --dired even with symlinks.
12968
12969 2004-09-25 Lars Hansen <larsh@math.ku.dk>
12970
12971 * ls-lisp.el (ls-lisp-format): Mark file names with property
12972 dired-filename.
12973
12974 2004-09-25 Kim F. Storm <storm@cua.dk>
12975
12976 * ido.el (ido-max-directory-size): New defcustom.
12977 (ido-decorations): Add "too big" element.
12978 (ido-directory-too-big): New dynamic var.
12979 (ido-may-cache-directory): Don't cache big directories.
12980 (ido-directory-too-big-p): New defun.
12981 (ido-set-current-directory): Update ido-directory-too-big.
12982 (ido-read-internal): Make empty ido-cur-item if too-big.
12983 (ido-buffer-internal): Use ido-read-internal directly instead of
12984 ido-read-buffer.
12985 (ido-file-internal): Init ido-directory-too-big.
12986 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
12987 and redo completion with full list.
12988 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
12989 it, and show completions.
12990 (ido-all-completions): Let bind ido-directory-too-big to nil.
12991 (ido-exhibit): Handle ido-directory-too-big.
12992 (ido-read-buffer): Handle fallback to read-buffer.
12993 Init ido-directory-too-big.
12994 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
12995 Init ido-directory-too-big.
12996
12997 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
12998
12999 * subr.el (delay-mode-hooks): Doc fix.
13000
13001 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
13002
13003 * textmodes/enriched.el
13004 (enriched-default-text-properties-local-flag): New variable.
13005 (enriched-mode): Make sure that enabling and disabling the mode is
13006 a no-op. Doc fix.
13007
13008 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
13009
13010 * calendar/holidays.el (holiday-advent): Report on a specified day
13011 offset from advent, not just advent.
13012 (holiday-easter-etc): Report on one specified day offset from
13013 easter, not all easter holidays. Various Easter holidays moved to
13014 `christian-holidays' variable in calendar.el.
13015 * calendar/calendar.el (christian-holidays): Adapt for new
13016 behavior of `holiday-advent' and `holiday-easter-etc' functions.
13017
13018 2004-09-23 Kim F. Storm <storm@cua.dk>
13019
13020 * image.el (insert-sliced-image): Add doc string.
13021
13022 * ido.el (ido-choice-list): New dynamic var for `list' context.
13023 (ido-context-switch-command): New dynamic var.
13024 (ido-define-mode-map): Generalize switch between file/buffer contexts.
13025 (ido-read-internal): Handle new `list' context.
13026 Handle insert-buffer and insert-file ido-exit values.
13027 (ido-buffer-internal): New arg switch-cmd. Use it to setup
13028 ido-context-switch-command. Handle insert-file ido-exit value.
13029 (ido-read-buffer): Set ido-context-switch-command to 'ignore
13030 unless it is already bound by caller.
13031 (ido-file-internal): New arg switch-cmd. Use it to setup
13032 ido-context-switch-command. Handle insert-buffer ido-exit value.
13033 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13034 used for context switching.
13035 (ido-all-completions): Handle new `list' context.
13036 (ido-make-choice-list): Return choices for `list' context.
13037 (ido-find-file-in-dir, ido-display-file, ido-write-file)
13038 (ido-display-buffer, ido-kill-buffer): Disable context switching.
13039 (ido-insert-buffer, ido-insert-file): Setup context switching.
13040 (ido-exhibit): Handle `list' context.
13041 (ido-read-file-name): Disable context switching. Handle fallback.
13042 (ido-read-directory-name): Disable context switching.
13043 (ido-completing-read): New defun like completing-read. Setup and
13044 use new `list' context.
13045
13046 2004-09-20 Jesper Harder <harder@ifa.au.dk>
13047
13048 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13049
13050 2004-09-21 Jay Belanger <belanger@truman.edu>
13051
13052 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13053 `calc-graph-set-styles' so the gnuplot buffer will appear in a
13054 separate window.
13055
13056 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
13057
13058 * subr.el (after-change-major-mode-hook): Doc fix.
13059
13060 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13061
13062 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
13063 of ghostscript for monochrome PostScript file in Windows.
13064
13065 2004-09-21 Kenichi Handa <handa@m17n.org>
13066
13067 * descr-text.el (describe-char): Checking of quail activation fixed.
13068
13069 2004-09-21 Jay Belanger <belanger@truman.edu>
13070
13071 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
13072
13073 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
13074
13075 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
13076 after the mode hooks instead of before. Doc fix.
13077
13078 2004-09-20 Jason Rumney <jasonr@gnu.org>
13079
13080 * startup.el (command-line) [windows-nt]: Try .emacs first, then
13081 _emacs, but revert to .emacs if neither exists in home directory.
13082
13083 2004-09-20 John Paul Wallington <jpw@gnu.org>
13084
13085 * bindings.el (completion-ignored-extensions): Add .dfsl.
13086
13087 2004-09-20 Richard M. Stallman <rms@gnu.org>
13088
13089 * bindings.el (scroll-left): Make it disabled.
13090
13091 * files.el (enable-local-eval): Doc fix.
13092
13093 * indent.el (move-to-left-margin): Special case for minibuffer.
13094
13095 * term.el (term-emulate-terminal): Turn off undo for output.
13096 Use with-current-buffer and save-selected-window.
13097
13098 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
13099
13100 * progmodes/make-mode.el (makefile-fill-paragraph):
13101 Don't insist on spaces when looking for comments. # is enough.
13102
13103 * files.el (hack-local-variables): Copy the variables list
13104 to another buffer, strip prefixes and suffixes there, then read.
13105 (enable-local-eval): Doc fix.
13106 (ignored-local-variables): Initialize to nil.
13107 (risky-local-variable-p): Don't check ignored-local-variables here.
13108 (hack-one-local-variable): Ignore var if in ignored-local-variables.
13109
13110 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13111
13112 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
13113 of = to "." (punctuation).
13114
13115 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13116
13117 * subr.el (event-basic-type): Fix mask (extend to 22bits).
13118
13119 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
13120
13121 * textmodes/enriched.el (enriched-rerun-flag): New variable.
13122 (enriched-before-change-major-mode): New function.
13123 Add it to `change-major-mode-hook'.
13124 (enriched-after-change-major-mode): New function.
13125 Add it to `after-change-major-mode-hook'.
13126 (enriched-mode): Make it work correctly if called from
13127 `after-change-major-mode-hook'.
13128 No longer set `indent-line-function'.
13129
13130 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
13131
13132 * subr.el (after-change-major-mode-hook): New variable.
13133 (run-mode-hooks): Implement it.
13134
13135 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13136
13137 * battery.el (battery-linux-proc-apm): Use string-to-number.
13138 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
13139 Use dolist (and less indentation). Use erase-buffer.
13140 Pre-initialize `design-capacity', `warn', and `low'.
13141 (battery-format): Use replace-regexp-in-string.
13142
13143 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
13144
13145 * battery.el: Delete superfluous empty lines.
13146 (battery-linux-proc-acpi): Attempt to gather information from all
13147 battery subdirectories regardless of their file name.
13148 (battery-linux-proc-apm): Replace all occurrences of
13149 battery-hex-to-int-2 with string-to-int (base 16).
13150 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
13151 (battery-hex-map): Delete variable.
13152
13153 2004-09-18 John Paul Wallington <jpw@gnu.org>
13154
13155 * calc/calc-units.el (calc-quick-units): Fix overzealous
13156 s/or/unless/.
13157
13158 2004-09-17 Jay Belanger <belanger@truman.edu>
13159
13160 * calc/calc.el (calc-mode-var-list): Fix the value of
13161 `calc-matrix-brackets'.
13162
13163 2004-09-17 Romain Francoise <romain@orebokech.com>
13164
13165 * ibuf-ext.el (define-ibuffer-filter filename):
13166 Expand dired-directory since buffer-file-name is absolute.
13167
13168 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13169
13170 * ediff-init.el (ediff-current-diff-face-A)
13171 (ediff-current-diff-face-B, ediff-current-diff-face-C)
13172 (ediff-current-diff-face-Ancestor)
13173 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13174 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13175 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13176 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13177 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13178 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13179 Use min-colors.
13180
13181 * term.el (term-down): Perform vertical motion if DOWN is negative.
13182 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
13183 (term-termcap-format): Synchronize with the eterm terminfo entry
13184 in etc/e/eterm.ti.
13185 (term-handle-colors-array): If the current foreground or
13186 background are zero (i.e. unspecified), use the foreground and
13187 background of the default face for reverse video.
13188 (term-ansi-at-eval-string, term-ansi-default-fg)
13189 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
13190 (term-mem): Delete unused function.
13191 (term-protocol-version): Increment.
13192 (term-current-face): Set to default.
13193
13194 2004-09-15 Jay Belanger <belanger@truman.edu>
13195
13196 * calc/calc.el (calc-mode-var-list): Define this variable.
13197 (calc-always-load-extensions, calc-line-numbering)
13198 (calc-line-breaking, calc-display-just, calc-display-origin)
13199 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13200 (calc-group-char, calc-point-char, calc-frac-format)
13201 (calc-prefer-frac, calc-hms-format, calc-date-format)
13202 (calc-float-format, calc-full-float-format, calc-complex-format)
13203 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13204 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13205 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13206 (calc-matrix-brackets, calc-language, calc-language-option)
13207 (calc-left-label, calc-right-label, calc-word-size)
13208 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13209 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13210 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13211 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13212 (calc-window-height, calc-display-trail, calc-show-selections)
13213 (calc-use-selections, calc-assoc-selections)
13214 (calc-display-working-message, calc-auto-why, calc-timing)
13215 (calc-mode-save-mode, calc-standard-date-formats)
13216 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
13217 (calc-user-parse-tables, calc-gnuplot-default-device)
13218 (calc-gnuplot-default-output, calc-gnuplot-print-device)
13219 (calc-gnuplot-print-output, calc-gnuplot-geometry)
13220 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13221 (calc-invocation-macro, calc-show-banner): Give these values as
13222 part of `calc-mode-var-list's initialization after the variables
13223 are declared with defvar.
13224 (calc-bug-address): Change email address to send bug reports to.
13225 Change the maintainer address at the top.
13226 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
13227 than "\\.emacs" to determine if it is the user-init-file.
13228
13229 * calc/calc-embed.el (calc-embedded-set-modes): Use
13230 `calc-mode-var-list' correctly.
13231
13232 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
13233
13234 * vc.el (annotate-time): Document point handling.
13235 (vc-annotate-display-autoscale): Doc fix.
13236
13237 2004-09-15 Miles Bader <miles@gnu.org>
13238
13239 * generic.el (generic-make-keywords-list): Use symbol rather than
13240 word anchors in regexp.
13241
13242 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
13243
13244 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
13245 no file name consider `dired-directory'.
13246
13247 2004-09-14 Kim F. Storm <storm@cua.dk>
13248
13249 * faces.el (cursor): Add face-no-inherit property. Doc fix.
13250
13251 2004-09-14 Simon Josefsson <jas@extundo.com>
13252
13253 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
13254
13255 * textmodes/dns-mode.el: Add.
13256
13257 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13258
13259 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
13260 (disabled-command-function): Make the ?\ char more obvious.
13261
13262 * vc-arch.el (vc-arch-root, vc-arch-registered):
13263 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
13264
13265 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
13266
13267 * windmove.el (windmove-frame-edges): Report coordinates of
13268 outside edges of frame, not inside edges.
13269 (windmove-coordinates-of-position): Convert into wrapper to new
13270 function `windmove-coordinates-of-window-position';
13271 `compute-motion' always applies to selected window.
13272 (windmove-coordinates-of-position): Update documentation to refer
13273 to Emacs 21 Lisp Reference Manual.
13274 (windmove-find-other-window): Fix off-by-one errors for max x,y.
13275
13276 2004-09-13 Kim F. Storm <storm@cua.dk>
13277
13278 * isearch.el (isearch-resume-in-command-history): Rename from
13279 isearch-resume-enabled and change default to nil.
13280
13281 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13282
13283 * vc-hooks.el (vc-ignore-dir-regexp): New var.
13284 (vc-registered): Use it.
13285 (vc-find-root): New fun.
13286
13287 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13288 Don't tell to use \\{...} when it's already done.
13289
13290 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
13291 Provide a sample complex default.
13292 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
13293 (bibtex-entry): Use mapc.
13294
13295 2004-09-12 Kim F. Storm <storm@cua.dk>
13296
13297 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
13298
13299 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
13300 inhibit-field-text-motion to t so rectangles work in comint buffers.
13301
13302 * simple.el (choose-completion-string): Set buffer before running
13303 choose-completion-string-functions hook so it can be buffer-local.
13304
13305 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
13306
13307 * progmodes/compile.el (compilation-start): Parse command to see
13308 if it starts with a cd, and if so perform it for the *compilation*
13309 buffer. Change the header to reflect this.
13310
13311 2004-09-11 Kim F. Storm <storm@cua.dk>
13312
13313 * ido.el (ido-enable-dot-prefix): Doc fix.
13314 (ido-enable-dot-prefix): New defcustom.
13315 (ido-set-matches1): Use it.
13316
13317 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13318
13319 * textmodes/bibtex.el (bibtex-mark-active)
13320 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
13321
13322 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13323
13324 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
13325 used in a case insensitive environment.
13326 (bibtex-mode-map): Rearrange order of menus.
13327 (bibtex-quoted-string-re): Obsolete.
13328 (bibtex-complete-key-cleanup): Variable replaced by new function.
13329 (bibtex-font-lock-keywords): Use backquotes.
13330 (bibtex-font-lock-url-regexp): New internal variable.
13331 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
13332 "OPT" and "ALT".
13333 (bibtex-insert-current-kill, bibtex-make-field)
13334 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
13335 (bibtex-parse-field-text): Simplify.
13336 (bibtex-string=): New helper function.
13337 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
13338 (bibtex-map-entries): Use bibtex-string=.
13339 (bibtex-search-entry): Use not.
13340 (bibtex-enclosing-field): Fix docstring.
13341 (bibtex-assoc-regexp): Obsolete.
13342 (bibtex-format-entry): Use assoc-string and bibtex-string=.
13343 (bibtex-autokey-get-names): Handle empty name field.
13344 (bibtex-parse-strings): Use assoc-string and unless.
13345 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
13346 Use assoc-string.
13347 (bibtex-pop): Simplify.
13348 (bibtex-mode): Set font-lock-extra-managed-props.
13349 (bibtex-entry-update): Use assoc-string.
13350 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
13351 (bibtex-autofill-entry): Use bibtex-string=.
13352 (bibtex-print-help-message): Simplify.
13353 (bibtex-find-entry): New optional arg START.
13354 (bibtex-validate): Use bibtex-string= and assoc-string.
13355 Do not call obsolete function compilation-parse-errors.
13356 (bibtex-remove-delimiters): Only remove delimiters if present.
13357 (bibtex-copy-entry-as-kill): Add docstring.
13358 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
13359 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
13360 (bibtex-complete): Use bibtex-predefined-month-strings,
13361 bibtex-string=, and new function bibtex-complete-key-cleanup.
13362 (bibtex-generate-url-list): New variable.
13363 (bibtex-url): New command bound to C-c C-l and mouse-2.
13364 (bibtex-url-map): New local keymap for bibtex-url-mouse.
13365 (bibtex-font-lock-url): New function.
13366
13367 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
13368
13369 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
13370
13371 2004-09-09 Kim F. Storm <storm@cua.dk>
13372
13373 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
13374 counter and format with binding.
13375 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
13376 the declared macro uses own macro counter and format. Give symbol
13377 kmacro property.
13378 (kmacro-keymap): Bind kmacro-name-last-macro to n.
13379 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
13380 (kmacro-end-and-call-macro): Doc fix.
13381
13382 2004-09-09 Lars Hansen <larsh@math.ku.dk>
13383
13384 * desktop.el (desktop-clear-preserve-buffers):
13385 Remove make-obsolete-variable.
13386
13387 2004-09-08 Richard M. Stallman <rms@gnu.org>
13388
13389 * buff-menu.el (list-buffers-noselect): Call format-mode-line
13390 with the buffer as argument.
13391
13392 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
13393
13394 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
13395
13396 2004-09-08 Juri Linkov <juri@jurta.org>
13397
13398 * replace.el (perform-replace): Use `query-replace-descr'.
13399
13400 * cus-start.el (history-delete-duplicates): Specify customization.
13401
13402 * diff-mode.el (diff-mode-map):
13403 * progmodes/compile.el (compilation-mode-map):
13404 * progmodes/grep.el (grep-mode-map):
13405 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
13406 to `next-error-follow-minor-mode'.
13407
13408 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13409
13410 * isearch.el (isearch-lazy-highlight-update): Take into account
13411 the case of zero-length match at the search bound.
13412
13413 2004-09-08 Kim F. Storm <storm@cua.dk>
13414
13415 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
13416 change. Use zero width overlays when necessary.
13417
13418 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13419
13420 * subr.el (split-string): Docfix.
13421
13422 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13423
13424 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
13425 (display-call-tree): Ensure newline after caller/calls blocks.
13426
13427 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13428
13429 * startup.el (command-line-1): Make option
13430 --directory/-L modify `load-path' straight away.
13431
13432 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13433
13434 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
13435
13436 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13437
13438 * emacs-lisp/autoload.el (make-autoload):
13439 Handle `define-compilation-mode'.
13440
13441 * emacs-lisp/lisp-mode.el (define-compilation-mode):
13442 Specify `doc-string-elt' property.
13443
13444 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13445
13446 * bs.el (bs-mode): Doc fix.
13447
13448 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13449
13450 * info.el (Info-insert-dir): Fix temp buffer leak bug.
13451
13452 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13453
13454 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
13455
13456 2004-09-08 Kenichi Handa <handa@m17n.org>
13457
13458 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
13459 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
13460 ps-mule-next-point -> 1+).
13461
13462 * composite.el (encode-composition-rule): Add autoload cookie.
13463
13464 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
13465
13466 * format.el (buffer-auto-save-file-format): Make it permanent local.
13467
13468 2004-09-07 Kim F. Storm <storm@cua.dk>
13469
13470 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
13471 (authors-fixed-entries): Fix typo.
13472 (authors-canonical-author-name): Compact multiple spaces.
13473 Ignore trivial names (e.g. only first name).
13474
13475 * term.el (term-window-width): Only use full window width on
13476 window system if overflow-newline-into-fringe is enabled.
13477 (term-mode): Don't disable overflow-newline-into-fringe.
13478
13479 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13480
13481 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
13482 motion as seen on my Mac OS X xterms.
13483
13484 * newcomment.el (uncomment-region-default, comment-region-default):
13485 New functions extracted from uncomment-region and comment-region.
13486 (comment-region, comment-region-function, uncomment-region)
13487 (uncomment-region-function): Use them.
13488
13489 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
13490
13491 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
13492 It's not crucial but can make sense at times.
13493
13494 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
13495 the first commit.
13496
13497 * vc.el (vc-buffer-context, vc-restore-buffer-context):
13498 Disable obsolete code.
13499
13500 2004-09-07 Juri Linkov <juri@jurta.org>
13501
13502 * progmodes/grep.el (grep-highlight-matches): Change default from
13503 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
13504 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
13505 if grep option `--color' is available, or to `nil' otherwise.
13506 (grep-process-setup): Call `grep-compute-defaults' if
13507 `grep-highlight-matches' is not computed. Set env-vars only
13508 if `grep-highlight-matches' is `t'.
13509 (grep-use-null-device): Remove redundant type `boolean' (`choice'
13510 is already defined).
13511
13512 * progmodes/compile.el (compilation-start): Use copy of
13513 `process-environment' created by `copy-sequence' to not
13514 modify env-vars in the global `process-environment'.
13515
13516 2004-09-06 Eli Zaretskii <eliz@gnu.org>
13517
13518 * simple.el (next-error-follow-minor-mode): Fix last change.
13519
13520 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
13521
13522 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
13523 permanent local.
13524
13525 2004-09-04 Richard M. Stallman <rms@gnu.org>
13526
13527 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
13528 highlighting if the search string is empty.
13529
13530 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
13531
13532 * facemenu.el (facemenu-active-faces): Change condition of inner
13533 `while' loop to also check the first two elements of `face-atts'
13534 and `mask-atts'.
13535
13536 2004-09-04 John Paul Wallington <jpw@gnu.org>
13537
13538 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
13539 (thumbs-view-image-mode): Make buffer read-only.
13540
13541 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
13542
13543 * textmodes/ispell.el (ispell-really-aspell): New defvar.
13544 (ispell-check-version): Set it.
13545 (ispell-send-replacement): New function.
13546 (ispell-process-line): Call ispell-send-replacement.
13547
13548 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13549
13550 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
13551 Support choosing seconds with "s".
13552
13553 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
13554
13555 * terminal.el (te-escape): Show `?' in prompt for help key.
13556
13557 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
13558
13559 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
13560
13561 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13562
13563 * simple.el (next-error-follow-minor-mode)
13564 (next-error-follow-mode-post-command-hook): New functions.
13565 (next-error-follow-last-line): New defvar.
13566
13567 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
13568 * progmodes/compile.el (compilation-mode-map): Likewise.
13569 * progmodes/grep.el (grep-mode-map): Likewise.
13570 * replace.el (occur-mode-map): Likewise.
13571
13572 * newcomment.el (uncomment-region): Bind comment-use-global-state
13573 to nil.
13574
13575 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
13576
13577 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
13578 locally around the call to `revert-buffer'.
13579
13580 2004-09-03 Juri Linkov <juri@jurta.org>
13581
13582 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
13583 `isearch-adjusted' to `t'.
13584 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
13585 (isearch-message-prefix): Add "pending" for isearch-adjusted.
13586 (isearch-other-meta-char): Restore isearch-point unconditionally.
13587 (isearch-query-replace): Add new arg `regexp-flag' and use it.
13588 Set point to start of match if region is not active in transient
13589 mark mode (to include the current match to region boundaries).
13590 Push the search string to `query-replace-from-history-variable'.
13591 Add prompt "Query replace regexp" for isearch-regexp.
13592 Add region beginning/end as last arguments of `perform-replace.'
13593 (isearch-query-replace-regexp): Replace code by the call to
13594 `isearch-query-replace' with arg `t'.
13595
13596 2004-09-03 Richard M. Stallman <rms@gnu.org>
13597
13598 * startup.el (normal-top-level): Undo previous TERM change.
13599
13600 2004-09-03 Kim F. Storm <storm@cua.dk>
13601
13602 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
13603 highlight overlays; allow using RET when cursor is over a button.
13604 (cua--highlight-rectangle): Use it.
13605 (cua--rectangle-set-corners): Don't move backwards at eol.
13606 (cua--forward-line): Don't move into void after eob.
13607
13608 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
13609 point is set (and displayed) inside rectangle.
13610 (cua--rectangle-operation): Fix for highlight of empty lines.
13611 (cua--highlight-rectangle): Fix highlight for tabs.
13612 Position cursor at left/right edge of rectangle using new `cursor'
13613 property on overlay strings.
13614 (cua--indent-rectangle): Don't tabify.
13615 (cua-rotate-rectangle): Ignore that point has moved.
13616
13617 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13618
13619 * term/mac-win.el: Add ASCII equivalents for some function keys.
13620 (mode-line-frame-identification): Sync with x-win.el.
13621
13622 2004-09-02 Juri Linkov <juri@jurta.org>
13623
13624 * progmodes/compile.el (compilation-buffer-name): Compare major
13625 mode with second element of compilation-arguments instead of third
13626 to reflect latest changes in compilation-arguments structure.
13627 (recompile): Use global variable `compilation-directory' to get
13628 recent compilation directory only when `recompile' is invoked NOT
13629 in the compilation buffer. Otherwise, use `default-directory' of
13630 the compilation buffer.
13631 (compilation-error-properties): Allow to funcall col and end-col.
13632 (compilation-mode-font-lock-keywords): Check col and end-col by
13633 `integerp'.
13634 (compilation-goto-locus): If end-mk is non-nil in transient mark
13635 mode don't activate the mark (and don't display message in
13636 push-mark), but highlight overlay between mk and end-mk.
13637
13638 * progmodes/grep.el (grep-highlight-matches): New defcustom.
13639 (grep-regexp-alist): Add rule to highlight grep matches.
13640 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
13641
13642 * info.el (Info-fontify-node): Don't compute other-tag
13643 if Info-hide-note-references=hide.
13644
13645 * help.el (function-called-at-point):
13646 * help-fns.el (variable-at-point):
13647 Try `find-tag-default' when other methods failed.
13648
13649 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13650 Do not push mark if inhibit-mark-movement is non-nil.
13651
13652 * textmodes/ispell.el (ispell-html-skip-alists):
13653 Fix backslashes in docstring.
13654
13655 2004-09-01 Juri Linkov <juri@jurta.org>
13656
13657 * isearch.el (isearch-wrap-function)
13658 (isearch-push-state-function): New defvars.
13659 (isearch-pop-fun-state): New defsubst.
13660 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
13661 (isearch-push-state): Set the result of calling
13662 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
13663 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
13664 restore the mode-specific starting point of terminated search.
13665 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
13666 (isearch-repeat): Call `isearch-wrap-function' if defined.
13667 (isearch-message-prefix): Don't add prefix "over" to the message
13668 for wrapped search if `isearch-wrap-function' is defined.
13669 (isearch-search): Call function saved in `isearch-pop-fun-state' to
13670 restore the mode-specific starting point of failed search.
13671
13672 * info.el (Info-search-whitespace-regexp): Fix backslashes.
13673 (Info-search): Add new optional arguments for the sake of isearch.
13674 Replace whitespace in Info-search-whitespace-regexp literally.
13675 Add backward search. Don't call `Info-select-node' if regexp is
13676 found in the same Info node. Don't add node to Info-history for
13677 wrapped isearch.
13678 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
13679 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
13680 (Info-mode): Set local variables `isearch-search-fun-function',
13681 `isearch-wrap-function', `isearch-push-state-function',
13682 `search-whitespace-regexp'.
13683
13684 * isearch.el: Remove ancient Change Log section.
13685 (isearch-string, isearch-message-string, isearch-point)
13686 (isearch-success, isearch-forward-flag, isearch-other-end)
13687 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13688 (isearch-barrier, isearch-within-brackets)
13689 (isearch-case-fold-search): Add suffix `-state' to state-related
13690 defsubsts to avoid name clashes with other function names.
13691
13692 * simple.el (next-error): New defgroup and defface.
13693 (next-error-highlight, next-error-highlight-no-select):
13694 New defcustoms.
13695 (next-error-no-select): Let-bind next-error-highlight to the value
13696 of next-error-highlight-no-select before calling `next-error'.
13697
13698 * progmodes/compile.el (compilation-goto-locus):
13699 Use `next-error' face instead of `region'. Set 4-th argument of
13700 `move-overlay' to `current-buffer' to move overlay to different
13701 source buffers. Use new variable `next-error-highlight'.
13702
13703 * simple.el (next-error-find-buffer): Move the rule
13704 "if current buffer is a next-error capable buffer" after the
13705 rule "if next-error-last-buffer is set to a live buffer".
13706 Simplify to test all rules in one `or'.
13707 (next-error): Doc fix.
13708 (next-error, previous-error, first-error)
13709 (next-error-no-select, previous-error-no-select):
13710 Make arguments optional.
13711
13712 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
13713
13714 * macros.el (apply-macro-to-region-lines): Make it operate on all
13715 lines that begin in the region, rather than on all complete lines
13716 in the region.
13717
13718 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13719
13720 * x-dnd.el (x-dnd-protocol-alist): Document update.
13721 (x-dnd-known-types): Defcustom it.
13722 (x-dnd-handle-motif): Print message-atom in error message.
13723
13724 2004-08-30 John Paul Wallington <jpw@gnu.org>
13725
13726 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
13727 strings rather than programatically constructing message.
13728
13729 2004-08-30 Richard M. Stallman <rms@gnu.org>
13730
13731 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
13732 Don't return a string that would read as the wrong character code.
13733
13734 2004-08-29 Kim F. Storm <storm@cua.dk>
13735
13736 * emulation/cua-base.el (cua-auto-expand-rectangles):
13737 Remove automatic rectangle padding feature; replace by non-destructive
13738 virtual rectangle edges feature.
13739 (cua-virtual-rectangle-edges): New defcustom.
13740 (cua-auto-tabify-rectangles): New defcustom.
13741 (cua-paste): If paste into a marked rectangle, insert rectangle at
13742 current column, even if virtual; also paste exactly as many lines
13743 as has been marked (ignore additional lines or add empty lines),
13744 but paste whole source if only one line is marked.
13745 (cua--update-indications): No longer use overwrite-cursor to
13746 indicate rectangle padding
13747
13748 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
13749 (cua--rectangle-virtual-edges): New defun.
13750 (cua--rectangle-get-corners): Remove optional PAD arg.
13751 (cua--rectangle-set-corners): Never do padding.
13752 (cua--forward-line): Remove optional PAD arg. Simplify.
13753 (cua-resize-rectangle-right, cua-resize-rectangle-left)
13754 (cua-resize-rectangle-down, cua-resize-rectangle-up):
13755 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
13756 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
13757 (cua--rectangle-move): Never do padding. Simplify.
13758 (cua--tabify-start): New defun.
13759 (cua--rectangle-operation): Add tabify arg. All callers changed.
13760 (cua--pad-rectangle): Remove.
13761 (cua--delete-rectangle): Handle delete with virtual edges.
13762 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
13763 (cua--insert-rectangle): Handle insert at virtual column.
13764 Perform auto-tabify if necessary.
13765 (cua--activate-rectangle): Remove optional FORCE arg.
13766 Never do padding. Simplify.
13767 (cua--highlight-rectangle): Enhance for virtual edges.
13768 (cua-toggle-rectangle-padding): Remove command.
13769 (cua-toggle-rectangle-virtual-edges): New command.
13770 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
13771 (cua--rectangle-post-command): Don't force rectangle padding.
13772 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
13773
13774 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
13775
13776 * indent.el (edit-tab-stops-buffer): Doc fix.
13777
13778 2004-08-28 Richard M. Stallman <rms@gnu.org>
13779
13780 * progmodes/grep.el (grep-default-command): Use find-tag-default.
13781 (grep-tag-default): Function deleted.
13782
13783 * subr.el (find-tag-default): Move from etags.el.
13784
13785 * progmodes/etags.el (find-tag-default): Move to subr.el.
13786
13787 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
13788 into the basic character if it has an uppercase form.
13789
13790 2004-08-27 Kenichi Handa <handa@m17n.org>
13791
13792 * international/utf-8.el (utf-8-post-read-conversion): If the
13793 buffer is unibyte, temporarily make it multibyte.
13794
13795 2004-08-27 Masatake YAMATO <jet@gyve.org>
13796
13797 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
13798
13799 2004-08-25 John Paul Wallington <jpw@gnu.org>
13800
13801 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
13802 0, 1, and many mismatches in message.
13803 (tex-start-shell): Use `set-process-query-on-exit-flag'.
13804
13805 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
13806 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
13807
13808 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13809
13810 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
13811 vc-diff-switches differently.
13812
13813 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
13814
13815 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
13816 before and a real defvar after
13817 `speedbar-supported-extension-expressions'. This is to silence
13818 the compiler without breaking bootstrapping.
13819
13820 2004-08-22 Richard M. Stallman <rms@gnu.org>
13821
13822 * textmodes/flyspell.el (flyspell-word):
13823 Use set-process-query-on-exit-flag.
13824 (flyspell-highlight-duplicate-region): Take POSS as arg.
13825 (flyspell-word): Pass POSS as arg.
13826
13827 * progmodes/ada-xref.el: Many doc and style fixes.
13828 (ada-find-any-references): Use compilation-start.
13829 (ada-get-ali-file-name): Improve error msg.
13830 (ada-get-ada-file-name): Likewise.
13831
13832 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
13833 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
13834
13835 * mail/mail-extr.el (mail-extr-all-top-level-domains):
13836 Add forward defvar.
13837
13838 * whitespace.el (global-whitespace-mode): New alias
13839 for whitespace-global-mode.
13840
13841 * speedbar.el (speedbar-file-regexp): Move definition up.
13842 (speedbar-mode, speedbar-set-mode-line-format):
13843 Use with-no-warnings.
13844 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
13845
13846 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
13847 controls whether to display the error buffer.
13848
13849 * ps-mule.el: Delete compatibility code for old Emacsen.
13850 (ps-mule-find-wrappoint): Don't use chars-in-region.
13851
13852 * frame.el (display-mouse-p, display-selections-p):
13853 Use with-no-warnings.
13854
13855 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
13856
13857 2004-08-22 David Kastrup <dak@gnu.org>
13858
13859 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
13860 information.
13861
13862 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
13863
13864 2004-08-22 Andreas Schwab <schwab@suse.de>
13865
13866 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
13867
13868 2004-08-22 Masatake YAMATO <jet@gyve.org>
13869
13870 * cvs-status.el (cvs-status-checkout): New function.
13871 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
13872
13873 2004-08-21 David Kastrup <dak@gnu.org>
13874
13875 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
13876 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
13877 has been converted to use hashtables, the relation `nil=none' is
13878 no longer valid, as `nil' is not a hashtable. This patch tries to
13879 reduce the number of resulting errors.
13880
13881 2004-08-21 John Paul Wallington <jpw@gnu.org>
13882
13883 * subr.el (process-kill-without-query): Made obsolete in
13884 version 21.4, not 21.5.
13885
13886 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
13887 (vc-previous-comment, vc-next-comment)
13888 (vc-comment-search-reverse, vc-comment-search-forward)
13889 (vc-comment-to-change-log): Likewise.
13890
13891 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
13892
13893 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
13894
13895 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
13896 Correct indentation of DEFMETHODS with non-standard method
13897 combinations (e.g., PROGN, MIN, MAX).
13898
13899 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
13900
13901 * startup.el (normal-top-level-add-subdirs-to-load-path):
13902 Avoid unnecessarily checking system-type.
13903 (normal-top-level): Set TERM to "dumb". Simplify.
13904
13905 * avoid.el (mouse-avoidance-ignore-p): New fun.
13906 Also ignore switch-frame, select-window, double, and triple clicks.
13907 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
13908 (mouse-avoidance-fancy-hook): Use it.
13909
13910 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
13911
13912 * avoid.el (mouse-avoidance-nudge-mouse)
13913 (mouse-avoidance-banish-destination): Stay within the current window
13914 to avoid problems with mouse-autoselect-window.
13915
13916 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
13917
13918 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
13919 the newer format of some messages in cvs-1.12.1.
13920
13921 2004-08-19 Masatake YAMATO <jet@gyve.org>
13922
13923 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
13924 (elp-results-jump-to-definition-by-mouse)
13925 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
13926 (elp-output-result): Use elp-output-insert-symname.
13927
13928 2004-08-18 Kenichi Handa <handa@m17n.org>
13929
13930 * language/cyrillic.el: Register koi8-r in
13931 ctext-non-standard-encodings-alist.
13932 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
13933
13934 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
13935
13936 * emacs-lisp/copyright.el (copyright-update-year): Delete code
13937 that replaces 20xy with xy.
13938
13939 2004-08-17 John Paul Wallington <jpw@gnu.org>
13940
13941 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
13942 (reb-force-update): Doc fix.
13943
13944 2004-08-16 Richard M. Stallman <rms@gnu.org>
13945
13946 * progmodes/which-func.el (which-func-update-1): Doc fix.
13947
13948 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
13949 (sh-mode-abbrev-table): New variable.
13950
13951 * progmodes/compile.el (compilation-mode): Doc fix.
13952
13953 * emacs-lisp/lisp-mode.el (eval-last-sexp):
13954 Don't cons a new symbol each time.
13955 (eval-last-sexp-fake-value): New variable.
13956
13957 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
13958 (copyright-update-year): Detect continuation of list of years.
13959
13960 * term.el (term-default-fg-color, term-default-bg-color)
13961 (ansi-term-color-vector): Use `unspecified', not nil, as default.
13962
13963 * imenu.el: Several doc fixes: don't say variables are buffer-local.
13964
13965 2004-08-16 Davis Herring <herring@lanl.gov>
13966
13967 * isearch.el (isearch-string, isearch-message-string, isearch-point)
13968 (isearch-success, isearch-forward-flag, isearch-other-end)
13969 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13970 (isearch-barrier, isearch-within-brackets)
13971 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
13972
13973 2004-08-16 Kenichi Handa <handa@m17n.org>
13974
13975 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
13976
13977 2004-08-15 Kenichi Handa <handa@m17n.org>
13978
13979 * term/x-win.el (x-selection-value): If utf8 was successful but
13980 ctext was not, use utf8 string.
13981
13982 2004-08-14 Davis Herring <herring@lanl.gov>
13983
13984 * isearch.el: Remove accidental changes of March 4. Fix backing
13985 up when a regexp isearch is made more general. Use symbolic
13986 accessor functions for isearch stack frames to make usage clearer.
13987 (search-whitespace-regexp): Made groups in documentation shy (as
13988 is the group in the default value).
13989 (isearch-fallback): New function, addresses problems with regexps
13990 liberalized by `\|', adds support for liberalization by `\}' (the
13991 general repetition construct), and incorporates behavior for
13992 `*'/`?'.
13993 (isearch-}-char): New command, calls `isearch-fallback' with
13994 arguments appropriate to a typed `}'.
13995 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
13996 appropriately.
13997 (isearch-mode-map): Bind `}' to `isearch-}-char'.
13998 (isearch-string, isearch-message,string, isearch-point)
13999 (isearch-success, isearch-forward-flag, isearch-other-end)
14000 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14001 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14002 New inline functions to read fields of a stack frame.
14003
14004 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
14005
14006 * battery.el (battery-linux-proc-acpi): Look into battery
14007 directories matching the literal string "CMB", too (required for
14008 Linux kernel version 2.6.7).
14009
14010 2004-08-14 John Paul Wallington <jpw@gnu.org>
14011
14012 * cus-start.el (read-file-name-completion-ignore-case): Add.
14013 (blink-cursor-alist): Change version to "21.4".
14014
14015 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14016
14017 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
14018
14019 * speedbar.el (speedbar-scan-subdirs): New option.
14020 (speedbar-file-lists): Don't ignore file-name case on Unix and use
14021 dolist.
14022 (speedbar-insert-files-at-point): Take an extra argument and use
14023 it to optionally find out if a subdir is empty. Also unreadable
14024 files don't get expand buttons.
14025 (speedbar-directory): New image (unused pixmap already existed).
14026 (speedbar-expand-image-button-alist): Use it.
14027
14028 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
14029
14030 CC Mode update to 5.30.9:
14031
14032 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14033 Move from cc-vars to cc-defs for dependency reasons. Fix the
14034 POSIX char class test to check that it works in
14035 `skip-chars-(forward|backward)' too.
14036
14037 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14038 first argument starts with a special brace list.
14039
14040 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14041 when `c-opt-type-concat-key' is used (i.e. in Pike).
14042
14043 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14044 Fix bug when the inner char pair doesn't have paren syntax,
14045 i.e. "(<>)".
14046
14047 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14048 whitespace safe.
14049
14050 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14051 position for `arglist-intro', `arglist-cont-nonempty' and
14052 `arglist-close' when there are two arglist open parens on the same
14053 line and there's nothing in front of the first.
14054
14055 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14056 locking of qualified names in Java, which previously could fontify
14057 common indexing expressions in many cases. The standard Java
14058 naming conventions are used to tell them apart.
14059
14060 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14061 Fix inconsistency wrt opening parens on the first line inside a paren
14062 block.
14063
14064 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
14065 compile time for the sake of `c-major-mode-is'.
14066
14067 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
14068 `c-major-mode-is' in the event that this is used inside a
14069 `c-lang-defconst'.
14070
14071 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
14072 `c-lang-defconst' so that it works better with fallback languages.
14073
14074 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
14075 it to fail to record the base mode.
14076
14077 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14078 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
14079 is used. Reorder the syntax checks to get more efficient
14080 skipping in some situations.
14081
14082 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
14083 continuation which might precede the newly inserted '{'.
14084
14085 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14086 Fix cases where it could loop indefinitely.
14087
14088 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
14089 size specs correctly. Only fontify identifiers in front of '('
14090 with as functions - don't accept any paren char. Tighten up
14091 initializer skipping to stop before function and class blocks.
14092
14093 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14094 the point could be left directly after an open paren when finding
14095 the beginning of the first decl in the block.
14096
14097 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
14098 table when filtering out legitimate open parens to be recorded.
14099 This could cause cache inconsistencies when e.g.
14100 `c++-template-syntax-table' was temporarily in use.
14101
14102 * progmodes/cc-engine.el (c-on-identifier)
14103 (c-simple-skip-symbol-backward): Small fix for handling "-"
14104 correctly in `skip-chars-backward'. Affected the operator lfun
14105 syntax in Pike.
14106
14107 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
14108 Fix bug that could cause an error from `after-change-functions' when
14109 the changed region is at bob.
14110
14111 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
14112
14113 CC Mode update to 5.30.9:
14114
14115 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
14116 to say that <TAB> doesn't insert WS into a CPP line.
14117 (c-indent-command, c-tab-always-indent): Amend doc strings.
14118
14119 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
14120 checks for user errors, thus eliminating cryptic and unhelpful
14121 Emacs error messages. (1) Check the arg to `c-set-style' is a
14122 string. (2) Check that settings to `c-offsets-alist' are not
14123 spuriously quoted.
14124
14125 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14126 which precedes the newly inserted `{'.
14127
14128 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
14129
14130 Sync with Tramp 2.0.44.
14131
14132 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
14133 function "tramp_file_attributes". Otherwise, file names
14134 containing spaces are misinterpreted. Reported by Magnus Henoch
14135 <mange@freemail.hu>.
14136 (tramp-handle-file-truename): FILENAME must be expanded first.
14137 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
14138 obscure results. Reported by D. Goel <deego@gnufans.org>.
14139 (tramp-handle-verify-visited-file-modtime): If file does not
14140 exist, say it is not modified if and only if that agrees with the
14141 buffer's record. Check whether a file is visiting the buffer, or
14142 the buffer has no recorded last modification time. Return t in
14143 case the visiting file doesn't exist. Suggested by Luc Teirlinck
14144 <teirllm@auburn.edu>.
14145 (tramp-handle-write-region): Pass modtime explicitly to
14146 `set-visited-file-modtime', because filename can be different
14147 from (buffer-file-name) if `file-precious-flag' is set.
14148 `set-visited-file-modtime' must be called always when `visit' is t
14149 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
14150 (tramp-handle-set-visited-file-modtime): If `time-list' is not
14151 nil, don't apply the whole body. If the file doesn't exists, set
14152 modtime to '(-1 65535). Suggested by Luc Teirlinck
14153 <teirllm@auburn.edu>.
14154
14155 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
14156
14157 * help.el (describe-bindings): Doc fix.
14158
14159 * subr.el (kbd): Doc fix.
14160
14161 2004-08-08 John Paul Wallington <jpw@gnu.org>
14162
14163 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
14164 instead of `string-to-int'.
14165 (define-ibuffer-column mode): Fix indentation.
14166
14167 2004-08-08 Lars Hansen <larsh@math.ku.dk>
14168
14169 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
14170
14171 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
14172
14173 * subr.el (global-unset-key, local-unset-key): Doc fixes.
14174
14175 * novice.el (disabled-command-function): New variable renamed from
14176 `disabled-command-hook'.
14177 (disabled-command-hook): Keep the _variable_ as alias for
14178 `disabled-command-function' and make obsolete.
14179 (disabled-command-function): Function renamed from
14180 `disabled-command-hook'. Adapt code to name change of the variable.
14181
14182 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
14183
14184 * simple.el (completion-root-regexp): New defvar.
14185 (completion-setup-function): Use it instead of a literal string.
14186
14187 2004-08-07 John Paul Wallington <jpw@gnu.org>
14188
14189 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
14190 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
14191 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
14192 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
14193
14194 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14195
14196 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
14197 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
14198
14199 2004-08-04 Kenichi Handa <handa@m17n.org>
14200
14201 * international/encoded-kb.el (encoded-kbd-setup-keymap):
14202 Fix previous change.
14203
14204 2004-08-03 Kenichi Handa <handa@m17n.org>
14205
14206 * international/encoded-kb.el: The following changes are to
14207 utilize key-translation-map instead of minor mode map.
14208 (encoded-kbd-iso2022-non-ascii-map): Delete it.
14209 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
14210 (encoded-kbd-last-key): New function.
14211 (encoded-kbd-iso2022-single-shift): New function.
14212 (encoded-kbd-iso2022-designation)
14213 (encoded-kbd-self-insert-iso2022-7bit)
14214 (encoded-kbd-self-insert-iso2022-8bit)
14215 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
14216 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
14217 key-translation-map.
14218 (encoded-kbd-setup-keymap): Setup key-translation-map.
14219 (saved-key-translation-map): New variable.
14220 (encoded-kbd-mode): Save/restore key-translation-map.
14221 Adjust for the change of encoded-kbd-setup-keymap.
14222
14223 2004-08-02 Kim F. Storm <storm@cua.dk>
14224
14225 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
14226 and call compute-motion with nil for topos and width to get proper
14227 usable width and height for both window and non-window systems.
14228
14229 * windmove.el (windmove-coordinates-of-position): Let compute-motion
14230 calculate usable window width and height.
14231
14232 * window.el (window-buffer-height): Call compute-motion with nil width.
14233
14234 2004-08-01 David Kastrup <dak@gnu.org>
14235
14236 * replace.el (query-replace-read-from):
14237 Use `query-replace-compile-replacement'.
14238 (query-replace-compile-replacement): New function.
14239 (query-replace-read-to): Use `query-replace-compile-replacement'
14240 for repeating the last command.
14241
14242 2004-08-01 John Paul Wallington <jpw@gnu.org>
14243
14244 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
14245 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
14246 (pr-switches): Remove period from end of error messages.
14247
14248 * help-mode.el (help-go-back): Likewise.
14249
14250 * abbrev.el (only-global-abbrevs): Doc fix.
14251 (edit-abbrevs-map): Define within defvar.
14252 (quietly-read-abbrev-file): Doc fix.
14253
14254 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
14255
14256 * novice.el (enable-command, disable-command): Doc fixes.
14257
14258 * subr.el (event-modifiers, event-basic-type): Doc fixes.
14259
14260 2004-07-30 Richard M. Stallman <rms@gnu.org>
14261
14262 * subr.el (with-local-quit): Doc fix.
14263
14264 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
14265
14266 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
14267
14268 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
14269
14270 * custom.el (defcustom): Doc fix.
14271
14272 2004-07-28 Masatake YAMATO <jet@gyve.org>
14273
14274 * progmodes/etags.el (etags-tags-apropos): Show building progress.
14275
14276 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14277
14278 * imenu.el (imenu-prev-index-position-function)
14279 (imenu-extract-index-name-function, imenu-name-lookup-function)
14280 (imenu--index-alist): Docstring redundancy fix.
14281
14282 2004-07-25 Lars Hansen <larsh@math.ku.dk>
14283
14284 * wdired.el (wdired-finish-edit): Require dired-aux before locally
14285 binding dired-backup-overwrite.
14286
14287 2004-07-25 John Paul Wallington <jpw@gnu.org>
14288
14289 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
14290
14291 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
14292
14293 * term/tty-colors.el (tty-color-approximate): Doc fix.
14294
14295 * select.el (x-get-selection, x-set-selection): Doc fixes.
14296
14297 * frame.el (make-frame): Doc fix.
14298
14299 2004-07-24 Richard M. Stallman <rms@gnu.org>
14300
14301 * mail/rmail.el (rmail-mime-charset-pattern):
14302 Don't include semicolon in the charset value.
14303
14304 * replace.el (occur-next-error): Call set-window-point.
14305 (occur-engine): Handle negative NLINES.
14306
14307 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
14308
14309 * frame.el (modify-all-frames-parameters): Minor doc fix.
14310 (set-frame-configuration): Doc fix.
14311
14312 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14313
14314 * simple.el (completion-setup-function): Compute the common parts
14315 and the first difference place correctly when
14316 partial-completion-mode is on.
14317
14318 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14319
14320 * ps-print.el: Doc fix.
14321 (ps-print-version): New version 6.6.5.
14322 (ps-printing-region): Doc fix.
14323 (ps-generate-string-list): Comment fix.
14324 (ps-message-log-max): Code fix.
14325
14326 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
14327
14328 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
14329 generated PostScript.
14330
14331 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
14332
14333 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
14334 with Gnus v5_10 branch.)
14335
14336 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
14337
14338 * calendar/time-date.el (time-to-number-of-days): New function.
14339 Imported from from Gnus.
14340
14341 2004-07-22 Kim F. Storm <storm@cua.dk>
14342
14343 * progmodes/make-mode.el: Fix comments.
14344
14345 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14346
14347 * printing.el: Doc fix.
14348
14349 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
14350
14351 * frame.el (modify-all-frames-parameters): Minor doc fix.
14352
14353 2004-07-20 Richard M. Stallman <rms@gnu.org>
14354
14355 * textmodes/fill.el (fill-nobreak-p): If this break point is
14356 at the end of the line, don't consider the newline which follows
14357 as a reason to return t.
14358
14359 2004-07-19 John Paul Wallington <jpw@gnu.org>
14360
14361 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
14362
14363 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
14364
14365 * dired-aux.el (dired-do-kill-lines): Expand docstring.
14366 Delete irrelevant code.
14367
14368 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
14369
14370 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14371 New docstring. From Luc Teirlinck.
14372
14373 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
14374
14375 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
14376 section.
14377 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
14378 non-file buffers. We know it is nil.
14379
14380 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
14381
14382 Sync with Tramp 2.0.43.
14383
14384 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14385 Remove outdated comment.
14386 (tramp-locked, tramp-locker): New variables for implementing a
14387 global lock.
14388 (tramp-sh-file-name-handler): Use them to implement the global lock.
14389
14390 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
14391
14392 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
14393 calls to respective `xxx` calls.
14394 (tramp-process-alive-regexp): Precise doc string.
14395 (tramp-multi-action-process-alive): New defun.
14396 (tramp-multi-actions): Use it.
14397 (tramp-handle-find-backup-file-name): `copy-tree' is available
14398 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
14399 in order to avoid this function.
14400 (tramp-handle-write-region): Set current buffer. If connection
14401 wasn't open, `file-modes' has changed it accidentally. Reported by
14402 David Kastrup <dak@gnu.org>.
14403 (tramp-enter-password, tramp-read-passwd): New arguments USER and
14404 HOST.
14405 (tramp-action-password, tramp-multi-action-password): Apply it.
14406 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
14407 name must still contain the port number. Otherwise, we have two
14408 Tramp buffers, with all the confusion. Reported by Myron Selby
14409 <myron@xytech.com> and Rolf Dubitzky
14410 <Dubitzky@physi.uni-heidelberg.de>.
14411
14412 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
14413 HOST to `tramp-enter-passwd'.
14414
14415 * net/tramp-vc.el (all): Code cleanup. Change all
14416 `tramp-handle-xxx' calls to respective `xxx` calls.
14417
14418 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
14419
14420 * emacs-lisp/testcover.el: New category "potentially-1valued" for
14421 functions that are not erroneous if either 1-valued or
14422 multi-valued. Detect functions in this class.
14423 (testcover-1value-functions, testcover-compose-functions)
14424 (testcover-progn-functions) Add some additional functions to lists.
14425 (testcover-mark): Bugfix when marking up the definition for an
14426 empty function.
14427
14428 2004-07-17 Richard M. Stallman <rms@gnu.org>
14429
14430 * replace.el (occur-read-primary-args): Pass default to
14431 read-from-minibuffer.
14432
14433 * mail/footnote.el (footnote-section-tag): Use defcustom.
14434
14435 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
14436 Compile font-lock-keywords, not KEYWORDS.
14437 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
14438 Add warn, check-type. Handle cerror like error.
14439
14440 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
14441
14442 * progmodes/which-func.el (which-func-keymap): New var.
14443 (which-func-face): New face.
14444 (which-func-format): Use them.
14445
14446 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14447
14448 * buff-menu.el (list-buffers-noselect): Append the buffer's
14449 process status to its mode name.
14450
14451 2004-07-16 Kim F. Storm <storm@cua.dk>
14452
14453 * simple.el (inhibit-mark-movement): New defvar.
14454 (beginning-of-buffer, end-of-buffer): Do not push mark if
14455 inhibit-mark-movement is non-nil or C-u prefix is given.
14456
14457 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
14458 Init to beginning-of-buffer and end-of-buffer.
14459 (cua--undo-push-mark): New defvar.
14460 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
14461 already active and command is in cua--preserve-mark-commands.
14462 Also fix check for shift modifier on non-window systems.
14463 (cua--post-command-handler): Clear inhibit-mark-movement if set.
14464
14465 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
14466
14467 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
14468 of two integers, instead of a cons.
14469
14470 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14471 `visited-file-modtime' now returns a list of two integers, instead
14472 of a cons.
14473
14474 * dired.el (dired-directory-changed-p): Ditto.
14475
14476 * progmodes/grep.el (grep): Doc fix.
14477
14478 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
14479
14480 * autorevert.el (auto-revert-tail-mode)
14481 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
14482 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
14483 in both at the same time.
14484 (auto-revert-tail-mode): New command.
14485 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
14486 (auto-revert-handler): Revert only either tail or whole file.
14487
14488 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
14489 add auto-revert-tail-mode.
14490
14491 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14492
14493 * printing.el: Doc fix. Change name of some funs.
14494 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
14495 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
14496 (pr-standard-file-name): New fun. Replace pr-standard-path.
14497 (pr-call-process): Code fix.
14498
14499 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
14500
14501 * subr.el (with-selected-window): Doc fix.
14502
14503 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
14504
14505 * subr.el (get-buffer-window-list): Doc fix.
14506
14507 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
14508
14509 * files.el (switch-to-buffer-other-window): Doc fix.
14510
14511 * window.el (save-selected-window, one-window-p)
14512 (split-window-keep-point, split-window-vertically)
14513 (split-window-horizontally): Doc fixes.
14514
14515 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14516
14517 * printing.el: Doc fix. Now it uses call-process instead of
14518 shell-command for low command execution.
14519 (pr-version): New version number (6.8).
14520 (pr-shell-file-name): Option removed.
14521 (pr-shell-command): Fun removed.
14522 (pr-call-process): New fun. Replace pr-shell-command.
14523 (pr-standard-path, pr-remove-nil-from-list): New funs.
14524 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
14525 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
14526 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
14527 (pr-ps-utility-process, pr-txt-print): Code fix.
14528
14529 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14530
14531 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
14532 boolean.
14533
14534 2004-07-09 Lars Hansen <larsh@math.ku.dk>
14535
14536 * wid-edit.el (widget-field-buffer): Doc fix.
14537
14538 2004-07-09 John Paul Wallington <jpw@gnu.org>
14539
14540 * emacs-lisp/re-builder.el (reb-update-overlays):
14541 Distinguish between one and several matches in message.
14542
14543 2004-07-09 Richard M. Stallman <rms@gnu.org>
14544
14545 * mouse.el (mouse-set-region-1): If transient-mark-mode
14546 is `identity', change it to `only'.
14547
14548 * simple.el (current-word): Doc fix.
14549
14550 2004-07-09 Mark A. Hershberger <mah@everybody.org>
14551
14552 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
14553 so that it is more understanding of whitespace.
14554
14555 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
14556 (("ns" . "element") (attr-list) children) instead of
14557 ((:ns . "element") (attr-list) children) in order to reduce the
14558 number of symbols used.
14559 (xml-skip-dtd): Change to use xml-parse-dtd but set
14560 xml-validating-parsing to nil.
14561 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
14562 (xml-substitute-entity): Remove in favor of new entity substitution.
14563 (xml-substitute-special): Rewrite in to substitute complex
14564 entities from DOCTYPE declarations.
14565 (xml-parse-fragment): Parse fragments from entity declarations.
14566 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
14567 (xml-parse-dtd, xml-substitute-special): Make validity checks
14568 conditioned on xml-validating-parser. Add "Not Well Formed" to
14569 error messages about well-formedness.
14570
14571 2004-07-08 Steven Tamm <steventamm@mac.com>
14572
14573 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
14574 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
14575 Do not treat double clicks and triple clicks specially in the
14576 scroll bar (preventing strange repositioning problems)
14577
14578 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
14579
14580 * replace.el (query-replace-regexp-eval): Fix last change.
14581
14582 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14583
14584 * replace.el (query-replace-descr): New fun.
14585 (query-replace-read-from, query-replace-read-args): Default to the
14586 previous from&to.
14587 (query-replace-read-to): Quote the `from' string when displaying it.
14588 (query-replace-regexp-eval): Immediately check read-only status.
14589 Use query-replace-read-from to get the \n checking.
14590 Quote the `from' string when displaying it.
14591 (map-query-replace-regexp, occur-read-primary-args):
14592 Quote the `from' string when displaying it.
14593
14594 * isearch.el (isearch-query-replace): Pass the regexp-ness and
14595 delimited-ness of the search to query-replace.
14596
14597 * replace.el (query-replace-read-from, query-replace-read-to):
14598 New funs extracted from query-replace-read-args.
14599 (query-replace-read-args): Use them.
14600
14601 * replace.el (query-replace-interactive, query-replace-read-args):
14602 Remove the `initial' special value.
14603 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
14604 (occur-engine): Remove unused var `matchend'.
14605
14606 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
14607 Use the search string without prompting.
14608
14609 2004-07-05 Kenichi Handa <handa@m17n.org>
14610
14611 * international/mule.el (decode-coding-inserted-region):
14612 Set last-coding-system-used only when coding is nil.
14613
14614 2004-07-03 Eli Zaretskii <eliz@gnu.org>
14615
14616 * progmodes/grep.el (grep-compute-defaults, grep-command)
14617 (grep-program, find-program, grep-find-use-xargs, grep-history)
14618 (grep-find-history, grep-tag-default, grep-find-command)
14619 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
14620 Add autoload cookies, for unbundled packages that load `compile'
14621 and expect all grep-related symbols to become defined.
14622
14623 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
14624
14625 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
14626 (iimage-mode-image-search-path): New user option to search the
14627 image file.
14628 (iimage-locate-file): New function. Emacs21.3 or earlier does not
14629 have locate-file.
14630 (iimage-mode-buffer): Use it.
14631
14632 2004-07-03 Nick Roberts <nickrob@gnu.org>
14633
14634 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
14635 carefully.
14636 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
14637
14638 2004-07-03 Juri Linkov <juri@jurta.org>
14639
14640 * replace.el (query-replace-read-args): Swallow space after 'foo,
14641 not after (quote foo). Match space only immediately after symbol,
14642 not anywhere in the whole string.
14643
14644 2004-07-02 Richard M. Stallman <rms@gnu.org>
14645
14646 * replace.el (query-replace-read-args): Swallow space after
14647 symbols, not after closeparens. But avoid error if string ends there.
14648
14649 * progmodes/python.el (python-beginning-of-statement):
14650 Exit the loop if backward-up-list gets error.
14651
14652 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
14653
14654 2004-07-02 Andre Spiegel <spiegel@gnu.org>
14655
14656 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
14657 only if vc-consult-headers is non-nil.
14658
14659 2004-07-02 Juri Linkov <juri@jurta.org>
14660
14661 * pcvs.el (cvs-mode-diff-repository): New command.
14662
14663 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
14664
14665 2004-07-01 Juri Linkov <juri@jurta.org>
14666
14667 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
14668 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
14669 C-M-% to isearch-query-replace-regexp.
14670 (minibuffer-local-isearch-map): Add arrow key bindings.
14671 Bind C-f to isearch-yank-char-in-minibuffer.
14672 (isearch-forward): Doc fix.
14673 (isearch-edit-string): Doc fix.
14674 (isearch-query-replace, isearch-query-replace-regexp): New funs.
14675 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
14676 (isearch-yank-char): Add optional arg.
14677 (isearch-yank-char-in-minibuffer): New fun.
14678
14679 * replace.el (query-replace-interactive): Change type from boolean
14680 to choice. Add value `initial'.
14681 (query-replace-read-args): Handle value `initial' of
14682 query-replace-interactive.
14683
14684 2004-06-29 Kim F. Storm <storm@cua.dk>
14685
14686 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
14687 (breakpoint-disabled-bitmap-face): Add :group 'gud.
14688
14689 * progmodes/ada-xref.el (ada-tight-gvd-integration):
14690 Add :group 'ada.
14691
14692 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
14693
14694 2004-06-29 Juri Linkov <juri@jurta.org>
14695
14696 * replace.el (query-replace-read-args): Swallow a space after
14697 everything except )]" which in most cases means after a symbol.
14698
14699 * emacs-lisp/pp.el (pp-buffer): Add autoload.
14700
14701 2004-06-28 Richard M. Stallman <rms@gnu.org>
14702
14703 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
14704 More changes to go with previous change in font-lock.el.
14705
14706 2004-06-26 David Kastrup <dak@gnu.org>
14707
14708 * replace.el (perform-replace): Highlight the match even in
14709 non-query mode if there is potential replace string editing.
14710
14711 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
14712
14713 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
14714 agree with new return value of `file-remote-p'.
14715 This syncs with Tramp 2.0.42.
14716
14717 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
14718 according to new documentation of `file-remote-p'.
14719
14720 * files.el (file-remote-p): Fix doc to say that return value is
14721 identification of remote system, if not nil.
14722 (file-relative-name): Use new return value of `file-remote-p'.
14723
14724 2004-06-26 Nick Roberts <nickrob@gnu.org>
14725
14726 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
14727 (gdb-goto-breakpoint): Fix breakage.
14728
14729 2004-06-26 Eli Zaretskii <eliz@gnu.org>
14730
14731 * man.el (Man-getpage-in-background): Add windows-nt to the list
14732 of systems where shell-file-name should be used instead of
14733 literal "sh".
14734
14735 2004-06-25 Sam Steingold <sds@gnu.org>
14736
14737 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
14738 function names `(setf symbol)'.
14739
14740 2004-06-24 Richard M. Stallman <rms@gnu.org>
14741
14742 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
14743
14744 * font-lock.el (font-lock-keywords): Change format of compiled values.
14745 Document it.
14746 (font-lock-add-keywords): If font-lock-keywords is compiled,
14747 extract the uncompiled version, modify, then recompile.
14748 (font-lock-remove-keywords): Likewise.
14749 (font-lock-fontify-keywords-region): Handle changed format.
14750 (font-lock-compile-keywords): Handle changed format.
14751 (font-lock-set-defaults): Compile the keywords explicitly here.
14752
14753 2004-06-24 David Kastrup <dak@gnu.org>
14754
14755 * replace.el (query-replace-read-args): Implement `\,' and `\#'
14756 replacements here.
14757 (query-replace-regexp): Doc string explaining this and the new
14758 `\?' replacement. Remove `\,' and `\#' implementation here, as it
14759 is better placed in `query-replace-read-args'.
14760 (replace-regexp): Explain `\,', `\#' and `\?'.
14761 (replace-match-data): New function for thorough reuse/destruction
14762 of old match-data.
14763 (replace-match-maybe-edit): Function for implementing `\?' editing.
14764 (perform-replace): Fix maintaining of the match stack including
14765 already matched regions, implement `\?', fix various problems
14766 with regions while editing and other stuff.
14767 (replace-highlight): Simplify.
14768
14769 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
14770
14771 * progmodes/grep.el (grep-error-screen-columns): New variable.
14772 (grep-regexp-alist): Give it the full functionality of gnu style
14773 compilation messages with line and column ranges. Ask me for the
14774 perl script I'm working on, that uses these.
14775
14776 2004-06-23 Nick Roberts <nickrob@gnu.org>
14777
14778 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
14779 Remove.
14780 (comint-insert-input, comint-mouse-insert-input): New functions
14781 based on comint-insert-clicked-input for two bindings but just
14782 one functionality.
14783
14784 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
14785
14786 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
14787
14788 2004-06-23 Lars Hansen <larsh@math.ku.dk>
14789
14790 * files.el (write-contents-functions): Doc fix.
14791
14792 2004-06-21 Juanma Barranquero <lektu@terra.es>
14793
14794 * image.el (image-library-alist): Rewrite docstring in active voice.
14795
14796 2004-06-20 Richard M. Stallman <rms@gnu.org>
14797
14798 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
14799
14800 * isearch.el (isearch-repeat): Avoid testing old match data.
14801 (isearch-message): Display trailing space in special font
14802 when search is failing.
14803 (isearch-search-fun-function): Doc fix.
14804
14805 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
14806
14807 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
14808
14809 * frame.el (show-trailing-whitespace): Doc fix.
14810
14811 * cus-edit.el (custom-variable-documentation): New function.
14812 (custom-variable): Use it.
14813
14814 2004-06-19 Nick Roberts <nickrob@gnu.org>
14815
14816 * man.el (Man-getpage-in-background): Revert previous change but
14817 make cygwin a special case.
14818
14819 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
14820
14821 * autorevert.el (global-auto-revert-non-file-buffers):
14822 Update docstring.
14823
14824 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
14825
14826 * progmodes/compile.el (compilation-error-properties): Store one
14827 more than end-col, if present, so that transient-mark-mode will
14828 highlight last char too.
14829 * progmodes/grep.el (grep-regexp-alist): Match columns and column
14830 ranges, if present.
14831
14832 2004-06-18 Jason Rumney <jasonr@gnu.org>
14833
14834 * makefile.w32-in: Double percent signs in for loops.
14835
14836 2004-06-17 David Kastrup <dak@gnu.org>
14837
14838 * replace.el (query-replace-read-args): Only warn about use of \n
14839 and \t when we are doing a regexp replacement and the actual
14840 escaped character is n or t.
14841 (query-replace-regexp): Add \, and \# interpretation to
14842 interactive call and document it.
14843 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
14844 as shortkey for replace-count.
14845 (replace-quote): New function for doubling backslashes.
14846
14847 2004-06-17 Juanma Barranquero <lektu@terra.es>
14848
14849 * files.el (parse-colon-path, cd): Mention in docstring that the
14850 path separator is colon in GNU-like systems.
14851
14852 * newcomment.el (comment-region-internal): Fix docstring.
14853
14854 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
14855 (ewoc-invalidate, ewoc-collect): Doc fixes.
14856 (ewoc--create-node, ewoc--delete-node-internal):
14857 Fix typos in docstring.
14858
14859 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14860
14861 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
14862 manual to docstring.
14863
14864 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14865
14866 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
14867
14868 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
14869
14870 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14871 Add hyperlink to emacs-xtra manual to docstring.
14872
14873 * autorevert.el (global-auto-revert-non-file-buffers):
14874 Add hyperlink to emacs-xtra manual to docstring, as well as an
14875 info-link.
14876
14877 2004-06-14 Juanma Barranquero <lektu@terra.es>
14878
14879 * image.el (image-library-alist): New variable to map image types
14880 to external libraries. Initialized to nil, unless system-specific
14881 configs change it.
14882 (image-type-available-p): Determine whether an image type is
14883 available by calling `init-image-library'.
14884
14885 * term/w32-win.el (image-library-alist): Initialize to a known set
14886 of probable library names.
14887
14888 2004-06-14 Kenichi Handa <handa@m17n.org>
14889
14890 * international/code-pages.el (windows-1256, cp1125): Fix tables
14891 for several characters.
14892
14893 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
14894
14895 2004-06-13 Richard M. Stallman <rms@gnu.org>
14896
14897 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
14898
14899 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
14900 not "`pc-selection-mode'".
14901
14902 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
14903
14904 * simple.el (previous-matching-history-element): Specify a default.
14905
14906 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
14907
14908 * cus-face.el (custom-declare-face): Simplify code.
14909
14910 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
14911
14912 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
14913
14914 * files.el (before-save-hook): Add `time-stamp' to the options.
14915
14916 * time-stamp.el (time-stamp): Recommend adding it to
14917 `before-save-hook', rather than `write-file-functions'.
14918 Make a similar change in `Commentary' section.
14919
14920 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
14921
14922 * diff-mode.el (diff-current-defun): If at start of hunk, use
14923 position of first change.
14924
14925 2004-06-13 Lars Hansen <larsh@math.ku.dk>
14926
14927 * dired-x.el (dired-mark-omitted): Bind to "*O".
14928
14929 2004-06-12 Karl Fogel <kfogel@red-bean.com>
14930
14931 * bookmark.el (bookmark-bmenu-relocate): New function, as
14932 suggested by David J. Biesack <David.Biesack@sas.com>.
14933 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
14934 (bookmark-bmenu-mode): Describe binding in doc string.
14935 (bookmark-set-filename): Save the bookmark list if it's time.
14936
14937 2004-06-13 Kenichi Handa <handa@m17n.org>
14938
14939 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
14940 (ccl-untranslated-to-ucs): Fix typo.
14941
14942 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14943
14944 * progmodes/python.el (python-open-block-statement-p):
14945 Fix indentation after a block opening that contains a comment.
14946
14947 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
14948
14949 * bindings.el (completion-ignored-extensions): Add file extensions
14950 of Python byte-compiled files.
14951
14952 2004-06-12 Juri Linkov <juri@jurta.org>
14953
14954 * info.el (Info-goto-node): Add autoload.
14955 (Info-toc): Add substring-no-properties on Info file name.
14956 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
14957 (Info-mode-map): Bind L to Info-history, T to Info-toc.
14958
14959 2004-06-12 Kenichi Handa <handa@m17n.org>
14960
14961 * international/mule-cmds.el (set-language-environment):
14962 Load subst tables if necessary.
14963
14964 * international/mule.el (decode-char): Load subst tables if necessary.
14965 (encode-char): Likewise.
14966
14967 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
14968 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
14969 (utf-16le-decode-loop): Set r5 to -1 before loop.
14970 (utf-16be-decode-loop): Likewise.
14971 (ccl-decode-mule-utf-16le): Add EOF processing block.
14972 (ccl-decode-mule-utf-16be): Likewise.
14973 (ccl-decode-mule-utf-16le-with-signature): Likewise.
14974 (ccl-decode-mule-utf-16be-with-signature): Likewise.
14975 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
14976 (ccl-mule-utf-16-encode-untrans): New CCL.
14977 (utf-16-decode-to-ucs): Handle pre-read character.
14978 (utf-16le-encode-loop): Handle surrogate pair.
14979 (utf-16be-encode-loop): Likewise.
14980 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
14981 of utf-16le-encode-loop.
14982 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
14983 of utf-16be-encode-loop.
14984 (mule-utf-16-post-read-conversion):
14985 Call utf-8-post-read-conversion at first.
14986 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
14987 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
14988 Add post-read-conversion and pre-write-conversion.
14989
14990 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
14991 (utf-translate-cjk-unicode-range): New variable.
14992 (utf-translate-cjk-load-tables): New function.
14993 (utf-lookup-subst-table-for-decode): New function.
14994 (utf-lookup-subst-table-for-encode): New function.
14995 (utf-translate-cjk-mode): Init-value changed to t. Don't load
14996 tables here. Update safe-charsets of utf-* coding systems.
14997 (ccl-mule-utf-untrans): New CCL.
14998 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
14999 at end of each branch.
15000 (ccl-mule-utf-8-encode-untrans): New CCL.
15001 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15002 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
15003 length of encoding. Don't return r0.
15004 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
15005 (utf-8-post-read-conversion): Narrow to region properly.
15006 If utf-translate-cjk-mode is on, load tables if necessary.
15007 Call utf-8-compose with hash-table arg if necessary.
15008 Call XXX-compose-region instead of XXX-post-read-conversion.
15009 (utf-8-pre-write-conversion): New function.
15010 (mule-utf-8): Include CJK charsets in safe-charsets if
15011 utf-translate-cjk-mode is on. Add pre-write-conversion.
15012
15013 * international/characters.el: Temporarily set
15014 utf-translate-cjk-mode to nil.
15015
15016 * language/devan-util.el (devanagari-compose-region):
15017 Add autoload cookie.
15018
15019 * international/ccl.el (ccl-dump-call): Fix printing the
15020 subroutine name.
15021
15022 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
15023
15024 * dired.el (dired-revert): If buffer is marked unmodified before
15025 reverting, keep it marked unmodified.
15026 Adapt to new conventions for commenting out code.
15027 (dired-make-relative): Adapt to new conventions for commenting out code.
15028
15029 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
15030
15031 * eshell/esh-module.el (eshell-load-defgroups):
15032 Bind `vc-handled-backends' to nil when opening files.
15033
15034 2004-06-11 Juanma Barranquero <lektu@terra.es>
15035
15036 * files.el (parse-colon-path, cd): Doc fixes (refer to
15037 `path-separator', not colon).
15038
15039 2004-06-10 Juanma Barranquero <lektu@terra.es>
15040
15041 * newcomment.el (comment-search-forward)
15042 (comment-search-backward): Fix typos in docstring.
15043 (comment-region): Doc fix.
15044
15045 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
15046
15047 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15048 switch is no longer stored in `dired-switches-alist'.
15049
15050 * dired-aux.el (dired-insert-subdir): Do not store R switch in
15051 `dired-switches-alist'.
15052
15053 2004-06-10 Kim F. Storm <storm@cua.dk>
15054
15055 * pcvs.el (cvs-mode-diff-yesterday): New command.
15056
15057 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15058
15059 2004-06-10 Juri Linkov <juri@jurta.org>
15060
15061 * emacs-lisp/edebug.el (edebug-eval-defun):
15062 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15063 Fix docstring.
15064
15065 * simple.el (eval-expression-print-format): Don't print additional
15066 information on the first call to `eval-print-last-sexp'.
15067 (next-error-find-buffer): Fix punctuation.
15068 (killing) <defgroup>: Fix punctuation.
15069 (yank-excluded-properties): Change group from editing to killing.
15070
15071 * replace.el (perform-replace): Use `limit' to terminate the
15072 while-loop explicitly.
15073
15074 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15075
15076 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
15077 Use lc-*.xpm as prefix instead of *-locol.xpm.
15078
15079 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
15080 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
15081 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
15082 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
15083 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
15084 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
15085 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
15086 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
15087 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
15088 * toolbar/lc-up_arrow.xpm:
15089 Rename from *-locol.xpm.
15090
15091 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
15092
15093 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
15094 include forms like &<str>; as valid url patterns.
15095
15096 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
15097
15098 * dired.el (dired-diff, dired-backup-diff)
15099 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
15100 (dired-do-chown, dired-do-touch, dired-do-print)
15101 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
15102 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
15103 (dired-create-directory, dired-do-copy, dired-do-symlink)
15104 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
15105 (dired-do-copy-regexp, dired-do-hardlink-regexp)
15106 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
15107 (dired-maybe-insert-subdir, dired-next-subdir)
15108 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
15109 (dired-kill-subdir, dired-tree-up, dired-tree-down)
15110 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
15111 (dired-run-shell-command, dired-query): Remove redundant,
15112 or incorrect, autoloads.
15113
15114 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
15115 does not end in a slash. Add optional argument KILL-ROOT.
15116 Update docstring.
15117 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
15118 (dired-query): Add autoloads.
15119
15120 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
15121
15122 * progmodes/compile.el (compilation-set-window-height):
15123 Rearrange the save-* functions because a buffer can have several current
15124 point in different windows.
15125 (compilation-error-regexp-alist-alist): Recognize {standard input}
15126 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
15127
15128 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15129
15130 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
15131 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
15132 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
15133 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
15134 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
15135 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
15136 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
15137 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
15138 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
15139 * toolbar/up_arrow-locol.xpm:
15140 New versions of icons that uses fewer colors.
15141
15142 * toolbar/tool-bar.el (tool-bar-local-item)
15143 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
15144 if display-color-cells is 256 or less.
15145
15146 2004-06-08 Kim F. Storm <storm@cua.dk>
15147
15148 * wid-edit.el (widget-specify-button): Use hand pointer rather
15149 than mouse-face as visible mouse-over effect.
15150
15151 2004-06-07 Karl Fogel <kfogel@red-bean.com>
15152
15153 * saveplace.el (save-place-alist-to-file): Bind `print-length'
15154 and `print-level' to nil when writing out `save-place-alist'.
15155 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
15156
15157 2004-06-07 Juanma Barranquero <lektu@terra.es>
15158
15159 * completion.el (completion-kill-region): Doc fix.
15160
15161 * format.el (format-insert-annotations)
15162 (format-annotate-location): Doc fixes.
15163 (format-subtract-regions): Make arguments match their use in docstring.
15164
15165 * simple.el (kill-region): Doc fix.
15166
15167 * subr.el (insert-buffer-substring-no-properties)
15168 (insert-buffer-substring-as-yank): Doc fixes.
15169
15170 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
15171
15172 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15173 Update docstring.
15174 (dired-reset-subdir-switches): New function.
15175
15176 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
15177 Limit scope of `buffer-read-only' binding.
15178
15179 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
15180
15181 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
15182 eshell-explicit-command-char.
15183
15184 2004-06-06 Juanma Barranquero <lektu@terra.es>
15185
15186 * help-fns.el (help-argument-name): Inherit from italic face only
15187 if the frame supports it.
15188
15189 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15190
15191 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
15192 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
15193 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
15194 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
15195 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
15196 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
15197 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
15198 New conversions from xpm files.
15199
15200 * toolbar/README: New file.
15201
15202 2004-06-06 Richard M. Stallman <rms@gnu.org>
15203
15204 * isearch.el (isearch-mode-map): Undo previous change.
15205
15206 2004-06-05 Juri Linkov <juri@jurta.org>
15207
15208 * bindings.el (debug-ignored-errors): Add regexps for history
15209 related messages. Remove $ from "No further undo information".
15210 Move Ediff's messages to ediff.el.
15211
15212 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
15213
15214 * cus-edit.el (custom-display): Add `min-colors'.
15215
15216 * custom.el (defface): Add `supports' to docstring.
15217
15218 * help-fns.el (help-argument-name): Add :group 'help.
15219
15220 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
15221
15222 * find-dired.el (find-ls-subdir-switches): New user option.
15223 (find-dired): No longer call `abbreviate-file-name' on DIR.
15224 Set `dired-subdir-switches' buffer-locally.
15225
15226 * locate.el: Merge the two `Commentary' sections.
15227 (locate-ls-subdir-switches): New user option.
15228 (locate): Update for other changes.
15229 (locate-mode-map): Restore Dired binding for mouse-2.
15230 Bind `locate-mouse-view-file' to M-mouse-2.
15231 Bind `l' to `locate-do-redisplay'.
15232 (locate-main-listing-line-p, locate-do-redisplay): New functions.
15233 (locate-mouse-view-file, locate-tags, locate-find-directory):
15234 Print message if used outside main listing.
15235 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
15236 Various changes to support inserted subdirectories.
15237 (locate-insert-header): Change header of *Locate* buffer.
15238
15239 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15240 Change interactive default switches.
15241 (dired-rename-subdir-2): Update `dired-switches-alist'.
15242 (dired-insert-subdir, dired-kill-subdir):
15243 Handle `dired-switches-alist'. Do not mark buffer modified.
15244 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
15245 (dired-insert-subdir-doinsert): Omit messages.
15246 Handle `dired-subdir-switches'.
15247 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
15248
15249 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
15250 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
15251 subdirs if -R switch is used for a subdir.
15252 (dired-mode): Set `dired-switches-alist'.
15253 (dired-build-subdir-alist): Only print number of directories in
15254 echo area when invoked interactively.
15255
15256 2004-06-05 Lars Hansen <larsh@math.ku.dk>
15257
15258 * dired-x.el (dired-omit-mode): Rename from
15259 dired-omit-files-p. Use define-minor-mode to define it.
15260 (dired-omit-files-p): Add as alias for dired-omit-mode.
15261 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
15262 dired-mark-omitted.
15263 (dired-mark-omitted): Add. Bind to M-O.
15264
15265 2004-06-05 Kenichi Handa <handa@m17n.org>
15266
15267 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
15268
15269 2004-06-05 Juanma Barranquero <lektu@terra.es>
15270
15271 * help-fns.el (help-argument-name): Reintroduce face.
15272 (help-default-arg-highlight): Use it, now that
15273 `face-differs-from-default-p' can be trusted.
15274
15275 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15276
15277 * textmodes/table.el: Sentence commands added to Point Motion
15278 group; kill and backward-kill commands added to Extraction group.
15279
15280 2004-06-04 Mario Lang <mlang@delysid.org>
15281
15282 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
15283 systems appear to use mW, make the code handle this. Fix a
15284 division-by-zero bug while at it, and handle kernels with
15285 a slightly different layout in /proc/acpi.
15286
15287 2004-06-04 Karl Fogel <kfogel@red-bean.com>
15288
15289 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
15290 because the latter is a CL-ism. This fixes the bug reported by
15291 Shawn Boyette <mdxi@collapsar.net> in
15292 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
15293
15294 2004-06-04 Miles Bader <miles@gnu.org>
15295
15296 * faces.el (display-supports-face-attributes-p): Function moved to
15297 C code. Previously only the tty-related portion of this function
15298 was done in C; however the previous attempt to do a halfway-proper
15299 job for non-tty displays in lisp didn't work properly because of
15300 funny conditions during Emacs startup.
15301 (face-differs-from-default-p): Simplify, now that
15302 display-supports-face-attributes-p works properly on all display
15303 types. Remove :stipple from comparison; it doesn't really work
15304 in emacs anyway.
15305
15306 2004-06-04 Miles Bader <miles@gnu.org>
15307
15308 * faces.el (face-differs-from-default-p): Use a different
15309 implementation, so we can really check whether FACE displays
15310 differently or not.
15311
15312 2004-06-04 Miles Bader <miles@gnu.org>
15313
15314 * faces.el (display-supports-face-attributes-p): Implement a
15315 `different from default' check for non-tty displays.
15316
15317 2004-06-03 David Kastrup <dak@gnu.org>
15318
15319 * woman.el (woman-mapcan): More concise code.
15320 (woman-topic-all-completions, woman-topic-all-completions-1)
15321 (woman-topic-all-completions-merge): Replace by a simpler and
15322 much faster implementation based on O(n log n) sort/merge instead
15323 of the old O(n^2) behavior.
15324
15325 2004-06-03 Miles Bader <miles@gnu.org>
15326
15327 * subr.el (read-number): Use canonical format for default in prompt.
15328
15329 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
15330 Add regexp for " [...]" style defaults.
15331
15332 2004-06-02 Romain Francoise <romain@orebokech.com>
15333
15334 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
15335 groups: if the user asks for a hidden buffer, open the
15336 corresponding filter group to expose it.
15337
15338 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
15339 `ibuffer-jump-to-buffer'.
15340 (ibuffer-jump-offer-only-visible-buffers): New user option.
15341
15342 2004-06-02 Juanma Barranquero <lektu@terra.es>
15343
15344 * faces.el (frame-update-faces): Add empty docstring so the one
15345 for `ignore' doesn't show through.
15346
15347 * subr.el (process-kill-without-query): Remove spurious "\n" on
15348 obsolescence string.
15349 (focus-frame, unfocus-frame): Add obsolescence declaration and
15350 empty docstring.
15351
15352 * international/mule.el (register-char-codings): Make alias for
15353 `ignore'. Move docstring to obsolescence info and remove redundancy.
15354
15355 2004-06-02 Kim F. Storm <storm@cua.dk>
15356
15357 * frame.el (blink-cursor-start): Turn cursor off initially so blink
15358 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
15359
15360 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15361
15362 * comint.el (comint-replace-by-expanded-history-before-point):
15363 Obey `start' as the docstring says.
15364 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
15365 (comint-update-fence): Prevent font-lock from running unnecessarily.
15366 (comint-dynamic-list-completions): Use with-current-buffer.
15367
15368 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15369
15370 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
15371 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
15372 (bibtex-entry-update): Handle alternatives and optional fields.
15373 (bibtex-parse-entry): Bugfix, handle empty key.
15374
15375 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15376
15377 * vc-arch.el (vc-arch-state): Don't assume the file exists.
15378
15379 2004-05-31 Lars Hansen <larsh@math.ku.dk>
15380
15381 * desktop.el (desktop-save): Don't save minor modes without a
15382 known mode initialization function.
15383
15384 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
15385
15386 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
15387
15388 * autorevert.el: Update `Commentary' section.
15389
15390 2004-05-30 Juanma Barranquero <lektu@terra.es>
15391
15392 * dos-fns.el (convert-standard-filename):
15393 * files.el (convert-standard-filename):
15394 * w32-fns.el (convert-standard-filename):
15395 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
15396
15397 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
15398
15399 Sync with Tramp.
15400
15401 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
15402 (tramp-let-maybe): Move to an earlier spot in the file.
15403 Patch by Andreas Schwab.
15404
15405 2004-05-30 Andreas Schwab <schwab@suse.de>
15406
15407 * dired.el (dired-get-filename): Don't use dired-re-dot.
15408
15409 2004-05-30 Richard M. Stallman <rms@gnu.org>
15410
15411 * files.el (find-file): Doc fix.
15412
15413 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
15414
15415 2004-05-30 Nick Roberts <nickrob@gnu.org>
15416
15417 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
15418 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
15419 modeline of the locals buffer.
15420 (gdb-goto-breakpoint): Handle gdbmi.
15421 (gdb-get-frame-number): Change for gdbmi.
15422
15423 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
15424
15425 * files.el (file-remote-p): Apply file name handler for operation
15426 `file-remote-p'. It isn't a property any longer.
15427 (file-relative-name): `fh' and `fd' get the required value via
15428 `find-file-name-handler' already.
15429
15430 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
15431 (top): Remove setting of `file-remote-p' property for
15432 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
15433
15434 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
15435
15436 Version 2.0.41 of Tramp released.
15437
15438 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
15439 Throw away if process has died.
15440 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
15441 (tramp-out-of-band-prompt-regexp): Rename to
15442 `tramp-process-alive-regexp', because its usage is widen.
15443 (tramp-actions-copy-out-of-band): Apply it.
15444 (tramp-actions-before-shell, tramp-multi-actions):
15445 Add `tramp-action-process-alive' action.
15446 (tramp-action-process-alive): New defun.
15447 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15448 Add entry for `file-remote-p'.
15449 (tramp-handle-file-remote-p): New defun.
15450 (top): Remove setting of `file-remote-p'. Don't set
15451 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
15452
15453 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15454 `file-remote-p'.
15455
15456 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
15457 counted for (last) line. [They should or they shouldn't? --Stef]
15458 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
15459
15460 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
15461
15462 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
15463 not really necessary but seems to keep the shell history smaller
15464 in some cases. It is no substitute for setting HISTFILE and
15465 HISTSIZE from tramp-open-connection-setup-interactive-shell,
15466 though. Suggested by Luc Teirlinck.
15467 (tramp-open-connection-setup-interactive-shell): Export variables
15468 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
15469 (tramp-set-process-query-on-exit-flag): New compat function.
15470 (tramp-open-connection-multi, tramp-open-connection-su)
15471 (tramp-open-connection-rsh, tramp-open-connection-telnet)
15472 (tramp-do-copy-or-rename-file-out-of-band): Use it.
15473 (tramp-let-maybe): New macro, let-binds a variable only if it
15474 isn't obsolete.
15475 (tramp-check-ls-commands, tramp-handle-expand-file-name)
15476 (tramp-handle-file-truename): Use it.
15477 (tramp-completion-file-name-regexp-unified): Avoid matching
15478 filenames starting with "/:" -- those are reserved for
15479 file-name-non-special.
15480
15481 * tramp-smb.el (tramp-smb-open-connection):
15482 Use tramp-set-process-query-on-exit-flag compat function.
15483
15484 2004-05-29 Richard M. Stallman <rms@gnu.org>
15485
15486 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
15487
15488 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
15489 (eval-last-sexp-print-value): Print char equivalent regardless
15490 of standard-output value.
15491
15492 * thumbs.el (thumbs-subst-char-in-string): Delete.
15493 (thumbs-thumbname): Use subst-char-in-string.
15494 (thumbs-resize-image): Use condition-case, not ignore-errors.
15495 (thumbs-kill-buffer): Likewise.
15496
15497 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
15498 (thumbs-mode): Make buffer read-only.
15499 (thumbs-make-thumb): Unconditionally accept an existing file.
15500 (thumbs-insert-thumb): Add thumb-image-file property to the image.
15501 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
15502 (thumbs-show-thumbs-list): Error if images not supported.
15503 (thumbs-save-current-image): Improve prompt string.
15504 (thumbs-mode-map): Define u, R, x.
15505 (thumbs-unmark): New command.
15506 (thumbs-emboss-image): Minor cleanup.
15507 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
15508 (thumbs-rename-images): New command.
15509 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
15510
15511 * thumbs.el (thumbs-current-image): New function.
15512 (thumbs-file-list, thumbs-file-alist): New functions.
15513 (thumbs-find-image): Delete arg L.
15514 Don't set up thumbs-fileL as buffer-local global var.
15515 (thumbs-find-image-at-point): Use thumbs-current-image.
15516 (thumbs-set-image-at-point-to-root-window): Likewise.
15517 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
15518 Record and warn about errors. Update thumbs-markedL for deletions.
15519 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
15520 (thumbs-redraw-buffer): Use thumbs-file-list.
15521 (thumbs-mark): Use thumbs-current-image.
15522 (thumbs-show-name): Use thumbs-current-image.
15523
15524 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
15525 and imenu--last-menubar-index-alist.
15526
15527 * subr.el (with-selected-window): Undo previous change.
15528
15529 2004-05-29 John Paul Wallington <jpw@gnu.org>
15530
15531 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
15532 (thumbs-mouse-find-image): New command.
15533 (thumbs-mode-map): Bind it to mouse-2.
15534 (thumbs-mode): Make mode-class special.
15535 (thumbs-view-image-mode): Likewise.
15536
15537 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
15538
15539 * flymake.el: New file.
15540
15541 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
15542
15543 * files.el (find-file-noselect-1): Do not bind
15544 `inhibit-read-only' to t during execution of
15545 `find-file-not-found-functions'.
15546
15547 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15548
15549 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
15550 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
15551
15552 2004-05-28 Juri Linkov <juri@jurta.org>
15553
15554 * simple.el (eval-expression-print-format): New fun.
15555
15556 * simple.el (eval-expression):
15557 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15558 * emacs-lisp/edebug.el (edebug-compute-previous-result)
15559 (edebug-eval-expression): Print additionally the value returned by
15560 `eval-expression-print-format'.
15561
15562 * emacs-lisp/lisp.el (insert-pair-alist): New var.
15563 (insert-pair): Make arguments optional. Find character pair
15564 from `insert-pair-alist' according to the last input event.
15565 (insert-parentheses): Make arguments optional.
15566 (raise-sexp, delete-pair): New funs.
15567
15568 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
15569 (emacs-lisp-mode-map, lisp-interaction-mode-map):
15570 Bind C-M-q to `indent-pp-sexp'.
15571
15572 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
15573 `pp-to-string' modified to be able to format text with newlines.
15574 (pp-to-string): Move the buffer-formatting part of the code to
15575 `pp-buffer'. Call `pp-buffer'.
15576
15577 * info.el (Info-desktop-buffer-misc-data): Don't save information
15578 about virtual files.
15579 (Info-restore-desktop-buffer): Restore Info buffers in prepared
15580 buffers with names obtained from the desktop file instead of the
15581 default *info* buffer.
15582
15583 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15584
15585 * subr.el (with-selected-window): Only save/restore the selected window.
15586
15587 * progmodes/compile.el (compilation-error-regexp-alist):
15588 Use expand-file-name and data-directory.
15589
15590 * progmodes/grep.el (grep-tree): Rework previous fix.
15591
15592 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
15593 after the user marked text with the mouse.
15594
15595 * startup.el (command-line): Keep the first regexp of
15596 auto-save-file-name-transforms intact.
15597
15598 2004-05-28 Juanma Barranquero <lektu@terra.es>
15599
15600 * cus-edit.el (customize-face, customize-face-other-window)
15601 (custom-face-edit-delete): Make arguments match their use in
15602 docstring.
15603 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
15604 docstring.
15605
15606 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
15607 not `cvs-butlast'.
15608
15609 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
15610 `nbutlast' are in subr.el).
15611
15612 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
15613 (set-w32-system-coding-system): Doc fixes.
15614
15615 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
15616 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
15617 Make arguments match their use in docstring.
15618 (artist-draw-region-trim-line-endings)
15619 (artist-mouse-choose-operation): Fix typo in docstring.
15620 (artist-key-set-point-common): Doc fix.
15621
15622 2004-05-28 Simon Josefsson <jas@extundo.com>
15623
15624 * mail/smtpmail.el (smtpmail-open-stream):
15625 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
15626
15627 2004-05-26 Simon Josefsson <jas@extundo.com>
15628
15629 * starttls.el: Merge with my GNUTLS based starttls.el.
15630 (starttls-gnutls-program, starttls-use-gnutls)
15631 (starttls-extra-arguments, starttls-process-connection-type)
15632 (starttls-connect, starttls-failure, starttls-success): New variables.
15633 (starttls-program, starttls-extra-args): Doc fix.
15634 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
15635 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
15636 and pass on to corresponding *-gnutls function if it is set.
15637
15638 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
15639
15640 * autorevert.el (auto-revert-handler): Disable auto-reverting of
15641 remote files.
15642
15643 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
15644
15645 * files.el (file-name-non-special): There are more operations
15646 which need handling: `find-backup-file-name',
15647 `insert-file-contents', `verify-visited-file-modtime',
15648 `write-region'. Rename t value of method to `add'. Add new
15649 methods `quote' and `unquote-then-quote' to file-arg-indices.
15650
15651 2004-05-25 Juri Linkov <juri@jurta.org>
15652
15653 * info.el (Info-toc): Call Info-mode on intermediate buffer.
15654 (Info-index-nodes): Enclose code in condition-case to catch errors.
15655 (Info-index-node): Don't search all index nodes if request is only
15656 for the current node and file is not in the cache of index nodes.
15657 (Info-mode-map): Bind Info-copy-current-node-name to `w'
15658 for consistency with dired-copy-filename-as-kill.
15659 Bind `S' to Info-search-case-sensitively.
15660 (Info-copy-current-node-name): New arg. With zero prefix arg put
15661 the name inside a function call to `info'. Display copied text in
15662 the echo area.
15663
15664 2004-05-25 Sam Steingold <sds@gnu.org>
15665
15666 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
15667 strip the package prefix from the symbol name, if any.
15668 Make it the `find-tag-default-function' for `lisp-mode'.
15669
15670 2004-05-25 John Paul Wallington <jpw@gnu.org>
15671
15672 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
15673 instead of obsolete `process-kill-without-query'.
15674
15675 * textmodes/texinfmt.el (texinfo-indexvar-alist):
15676 Declare as variable, not constant.
15677
15678 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
15679
15680 * files.el (find-file-noselect-1): Fix bug introduced by
15681 Revision 1.694. As a side effect, `inhibit-read-only'
15682 is again, by default, t during execution of
15683 `find-file-not-found-functions'.
15684 (insert-directory): Check that lines were really inserted by
15685 the --dired switch, before erasing them.
15686
15687 2004-05-24 Nick Roberts <nickrob@gnu.org>
15688
15689 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
15690 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
15691 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
15692 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
15693 gud-minor-mode (gdbmi).
15694
15695 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15696
15697 * net/browse-url.el (browse-url-interactive-arg): Enable user to
15698 explicitly select the text to be taken as URL.
15699
15700 2004-05-23 Juri Linkov <juri@jurta.org>
15701
15702 * info.el (Info-index-nodes): New var and fun.
15703 (Info-goto-index, Info-index, info-apropos)
15704 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
15705 (Info-index): Fix docstring. Store and restore Info-history-list.
15706 (Info-complete-nodes): New var.
15707 (Info-complete-menu-item): Use it.
15708 (Info-index-node): New fun.
15709 (Info-final-node, Info-forward-node, Info-backward-node)
15710 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
15711 Use Info-index-node.
15712 (Info-extract-menu-item, Info-extract-menu-counting): Set second
15713 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
15714 (Info-find-node-2): If a node with period in its name not found,
15715 try to find a node without the name part after period.
15716 (Info-select-node): Call Info-fontify-node only if
15717 Info-fontify-maximum-menu-size is not nil.
15718 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
15719 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
15720 Preserve Info-history-list.
15721 (Info-toc): Set Info-current-file.
15722 (Info-build-toc): Move point to the beginning of the buffer.
15723 Add main-file variable.
15724 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
15725 Use backslashed representation of the control character ^_.
15726
15727 * textmodes/texinfmt.el (texinfo-print-index): Print index line
15728 numbers in the new Texinfo 4.7 format.
15729
15730 * add-log.el (change-log-font-lock-keywords): Remove `:' from
15731 regexps for function and variable names.
15732
15733 * descr-text.el (describe-property-list): Add [show] button for
15734 `syntax-table' property with action to pp to a separate buffer.
15735 (describe-char): Replace search-forward by re-search-forward with
15736 whitespace regexp after "character:" to not fail in too narrow windows.
15737
15738 * simple.el (next-error-find-buffer): Add a rule to return
15739 next-error capable buffer if one window on the selected frame
15740 displays such buffer.
15741
15742 2004-05-23 Nick Roberts <nickrob@gnu.org>
15743
15744 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
15745 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
15746 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
15747 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
15748 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
15749 Handle new value for gud-minor-mode (gdbmi).
15750 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
15751 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
15752 Change from local to global gdb variable set.
15753 (gdb-ann3): Initialize above gdb variable set.
15754 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
15755 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
15756 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
15757 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
15758 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
15759 (gdb-info-locals-handler, gdb-invalidate-assembler)
15760 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
15761 set as global variables.
15762 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
15763 Handle gdbmi.
15764 (gdb-info-breakpoints-custom): Fix regexp.
15765 (def-gdb-var): Delete.
15766
15767 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
15768 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
15769 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
15770 a new mode. The file (gdb-mi.el) for this mode will be included
15771 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
15772 primary interface.
15773
15774 2004-05-23 Jesper Harder <harder@ifa.au.dk>
15775
15776 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
15777 interpreted as a directory.
15778
15779 2004-05-22 Richard M. Stallman <rms@gnu.org>
15780
15781 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
15782 as a close quote.
15783
15784 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
15785
15786 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
15787 Use assoc-string, not assoc-ignore-case.
15788
15789 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
15790
15791 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
15792 If moving back then fwd gets a defun that ends before point,
15793 try again moving fwd then back.
15794
15795 * files.el (file-name-non-special): Allow t in file-arg-indices
15796 to mean requote the return value. Use `identity' as an element
15797 rather than as the whole value.
15798
15799 * gs.el (gs-options): Add -dSAFER. Mark it risky.
15800
15801 2004-05-22 Juanma Barranquero <lektu@terra.es>
15802
15803 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
15804 `help-make-usage'.
15805 (help-highlight-arguments): Skip function name before searching
15806 for arguments.
15807
15808 2004-05-21 Juanma Barranquero <lektu@terra.es>
15809
15810 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
15811 Don't mention in the docstring these arguments meant for
15812 internal (recursive) use only.
15813 (allout-char-spec): Comment out (it's not implemented).
15814 (allout-old-expose-topic, allout-exposure): Fix docstring and add
15815 obsolescence declaration.
15816 (allout-flatten-exposed-to-buffer)
15817 (allout-indented-exposed-to-buffer): Fix typos in docstring.
15818 (my-mark-marker): Doc fix.
15819 (produce-allout-mode-map, allout-sibling-index)
15820 (allout-isearch-expose, allout-distinctive-bullet)
15821 (allout-open-topic, allout-reindent-body)
15822 (allout-rebullet-heading, allout-process-exposed)
15823 (allout-insert-listified, allout-latex-verb-quote)
15824 (allout-insert-latex-header, allout-insert-latex-trailer):
15825 Make arguments match their use in docstring.
15826 (allout-primary-bullet, allout-old-style-prefixes)
15827 (allout-inhibit-protection, allout-init, allout-mode)
15828 (allout-before-change-protect, allout-flag-region):
15829 Use "Emacs" instead of "emacs" in docstrings.
15830
15831 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
15832
15833 * international/characters.el: Modify syntax of more characters.
15834
15835 2004-05-21 Masatake YAMATO <jet@gyve.org>
15836
15837 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
15838 (etags-tags-completion-table): Show parsing progress.
15839
15840 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
15841
15842 * locate.el (locate-prompt-for-command): Shorten first line of
15843 docstring.
15844 (locate-mode): Expand docstring and include keymap summary.
15845
15846 * files.el (find-file-noselect-1): Limit the scope of the
15847 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
15848 is, by default, nil during the execution of
15849 `find-file-not-found-functions' and `find-file-hook'.
15850
15851 2004-05-20 Michael Mauger <mmaug@yahoo.com>
15852
15853 * facemenu.el (facemenu-color-name-equal): New function.
15854 (list-colors-display): Use it to compare colors instead of
15855 facemenu-color-equal.
15856
15857 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
15858
15859 * compare-w.el (compare-windows-face): Use min-colors instead of
15860 checking for tty or pc types.
15861
15862 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
15863
15864 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
15865 (completion-setup-function): Use with-current-buffer.
15866 Properly save excursion. Simplify.
15867 Don't assume there is necessarily a `mouse-face' property somewhere.
15868
15869 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
15870
15871 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
15872
15873 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
15874 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
15875 Use with-current-buffer.
15876 (byte-goto-log-buffer): Delete.
15877 (byte-compile-log-file): Call compilation-forget-errors.
15878
15879 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15880
15881 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
15882 output messages into the search result.
15883
15884 2004-05-19 Masatake YAMATO <jet@gyve.org>
15885
15886 * wid-edit.el (widget-radio-button-notify): Revert my last
15887 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15888
15889 2004-05-19 Kenichi Handa <handa@m17n.org>
15890
15891 * international/characters.el: Fix syntax (open/close) of CJK chars.
15892
15893 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15894
15895 * help-mode.el (help-go-back): Don't depend on position of back button.
15896
15897 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
15898
15899 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
15900 files files don't contain an accidental additional /.
15901
15902 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
15903 in source buffer.
15904
15905 2004-05-18 Masatake YAMATO <jet@gyve.org>
15906
15907 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
15908 to widget-apply. :action method assumes 2 arguments, not 3.
15909
15910 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
15911
15912 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15913 New constants.
15914 (hs-special-modes-alist): Add an f90-mode entry.
15915
15916 2004-05-17 Sam Steingold <sds@gnu.org>
15917
15918 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
15919 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
15920
15921 2004-05-16 Kim F. Storm <storm@cua.dk>
15922
15923 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
15924
15925 2004-05-15 John Wiegley <johnw@newartisans.com>
15926
15927 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
15928 (eshell-output-object-to-target): Improve output speed 20% by not
15929 calling `eshell-stringify' if something is already known to be a string.
15930
15931 2004-05-15 Alex Ott <ott@jet.msk.su>
15932
15933 * textmodes/ispell.el (ispell-local-dictionary-alist):
15934 Add windows-1251 to the choice of coding systems.
15935 (ispell-dictionary-alist-6): Add support for "russianw.aff",
15936 encoded in cp1251.
15937
15938 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
15939
15940 * progmodes/compile.el (compilation-warning-face)
15941 (compilation-info-face): Use min-colors.
15942
15943 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15944
15945 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
15946 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
15947 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
15948 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
15949 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
15950 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
15951 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
15952 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
15953 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
15954 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
15955 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
15956 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
15957 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
15958 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
15959
15960 2004-05-15 Kim F. Storm <storm@cua.dk>
15961
15962 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
15963 Use it to set triggered-p element of timer.
15964 (timer-event-handler): Set triggered-p element non-nil while running
15965 the timer function.
15966
15967 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
15968
15969 * descr-text.el (describe-char-unicode-data)
15970 (describe-char-unicodedata-file): Re-enable the unicode code now that
15971 the licensing issues have been cleared in the unicode-4 license.
15972 (describe-text-properties-1): Remove unused `overlay' var.
15973 (describe-char): Remove unused var `buffer'.
15974
15975 2004-05-14 David Ponce <david@dponce.com>
15976
15977 * tree-widget.el: New file.
15978
15979 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
15980
15981 * language/european.el ("Brazilian Portuguese"): Add support for
15982 Brazilian Portuguese.
15983
15984 2004-05-13 John Wiegley <johnw@newartisans.com>
15985
15986 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
15987 `recentf-mode' if this variable has been customized to t.
15988
15989 * eshell/esh-test.el (eshell-test): Call the function
15990 `emacs-version' rather than trying to build a custom version string.
15991
15992 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
15993
15994 * net/telnet.el (telnet-mode): Use define-derived-mode.
15995 Don't modify the global value of comint-prompt-regexp.
15996
15997 2004-05-13 John Paul Wallington <jpw@gnu.org>
15998
15999 * version.el (emacs-version): Check for `gtk' feature before
16000 `x-toolkit' feature.
16001
16002 2004-05-13 Juanma Barranquero <lektu@terra.es>
16003
16004 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16005 arguments in the docstring, they're used only in recursive calls.
16006
16007 * help-fns.el (help-arg-highlighting-function)
16008 (help-argument-name): Delete.
16009 (help-default-arg-highlight): New function.
16010 (help-do-arg-highlighting): Use it.
16011
16012 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16013
16014 * calendar/appt.el (appt-disp-window):
16015 Use `calendar-set-mode-line' for a centered mode-line.
16016
16017 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16018
16019 * calendar/appt.el (appt-disp-window): Do not split window
16020 excessively when `split-height-threshold' is low.
16021
16022 2004-05-12 Nick Roberts <nickrob@gnu.org>
16023
16024 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16025 kill-buffer-hook here and make it local.
16026 (gud-kill-buffer-hook): Use kill-process for a sure kill.
16027
16028 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
16029
16030 * progmodes/compile.el (compilation-set-window-height):
16031 Use save-excursion to protect against misplaced marker.
16032
16033 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16034
16035 * custom.el (defface): Document that type can have value gtk.
16036
16037 * faces.el (face-spec-set-match-display): Handle type gtk in display.
16038
16039 2004-05-12 Kenichi Handa <handa@m17n.org>
16040
16041 * descr-text.el: Require quail at compile time.
16042 (describe-char): If an input method is on and it supports the
16043 character, show how to input it.
16044
16045 * international/quail.el (quail-install-decode-map): Accept a
16046 char-table whose subtype is `quail-decode-map'.
16047 (quail-store-decode-map-key, quail-gen-decode-map1)
16048 (quail-gen-decode-map, quail-find-key1, quail-find-key)
16049 (quail-show-key): New functions.
16050
16051 2004-05-12 Juanma Barranquero <lektu@terra.es>
16052
16053 * generic.el (define-generic-mode): Remove redundant arglist info.
16054
16055 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16056 Make arguments match their use in docstring.
16057 (help-arg-highlighting-function): New variable.
16058 (help-argument-name): Mention it in the docstring.
16059 (help-do-arg-highlight): Use it. Expand regexp to accept also
16060 ARG-xxx and xxx-ARG references.
16061
16062 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16063
16064 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
16065 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
16066 and "mailto:addr1?to=addr2" equal.
16067
16068 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16069
16070 * man.el (Man-getpage-in-background): Use shell-file-name
16071 and shell-command-switch variables instead of hard-coded values.
16072
16073 2004-05-11 Eli Zaretskii <eliz@gnu.org>
16074
16075 * iimage.el: New file.
16076
16077 2004-05-11 Juanma Barranquero <lektu@terra.es>
16078
16079 * custom.el (custom-initialize-default, defcustom):
16080 Fix typo in docstring.
16081
16082 * files.el (set-visited-file-name, file-expand-wildcards):
16083 Fix docstring.
16084
16085 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16086
16087 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
16088
16089 * subr.el (eventp): Be more discriminating with integers.
16090
16091 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
16092
16093 * progmodes/compile.el (compile): Add universal prefix arg.
16094 (compilation-error-regexp-alist-alist): Add edg patterns.
16095
16096 2004-05-10 Sam Steingold <sds@gnu.org>
16097
16098 * textmodes/ispell.el (ispell-message):
16099 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
16100
16101 2004-05-10 Dave Love <fx@gnu.org>
16102
16103 * progmodes/python.el (help-buffer): Autoload when compiling.
16104 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
16105 (run-python): Prepend to any existing PYTHONPATH.
16106
16107 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
16108
16109 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
16110 for pending breakpoints.
16111
16112 2004-05-10 Richard M. Stallman <rms@gnu.org>
16113
16114 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
16115 directly without calling any functions in Rmail.
16116 (unrmail-unprune): Function deleted.
16117
16118 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16119
16120 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
16121 C-c C-z binding.
16122
16123 2004-05-10 Kenichi Handa <handa@m17n.org>
16124
16125 * descr-text.el (describe-char): Fix previous change. Don't make
16126 a unibyte character to multibyte in the *Help* buffer.
16127
16128 2004-05-10 Miles Bader <miles@gnu.org>
16129
16130 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
16131 buffer an error if the debugger process is actually running.
16132
16133 2004-05-10 Juanma Barranquero <lektu@terra.es>
16134
16135 * help-fns.el (help-argument-name): Default to italic.
16136 (help-highlight-arguments): Return always (usage . doc), even when
16137 usage is nil.
16138
16139 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
16140 (define-ibuffer-filter): Add usage info.
16141 (define-ibuffer-op): Add usage info (but CL-style defaults for
16142 keyword args are not shown).
16143
16144 * subr.el (remove-overlays, read-passwd): Fix docstring.
16145 (start-process-shell-command): Fix docstring. Put usage info in a
16146 format usable by `describe-function'.
16147 (open-network-stream, open-network-stream-nowait)
16148 (open-network-stream-server): Fix docstring.
16149
16150 2004-05-09 Jason Rumney <jasonr@gnu.org>
16151
16152 * international/code-pages (cp932, cp936, cp949, c950): Remove.
16153 Only define cp125* if windows-125* is already defined.
16154
16155 * language/korean.el (cp949): Add alias.
16156
16157 * language/chinese.el (cp936, cp950): Add aliases.
16158
16159 * language/japanese.el (cp932): Add alias.
16160
16161 * term/w32-win.el: Require code-pages.
16162
16163 * international/mule-cmds.el (set-locale-environment):
16164 On MS-Windows use ansi code-page for default coding-systems.
16165 Set up paper sizes for Windows 3 letter languages.
16166
16167 * international/code-pages.el (cp932, cp936, cp949, cp950):
16168 Add aliases. Also add cp125* if not already defined.
16169
16170 2004-05-09 Juanma Barranquero <lektu@terra.es>
16171
16172 * help-fns.el (help-highlight-arguments): Don't try to highlight
16173 missing or autoloaded arglists. Accept structured arguments, like
16174 the first ones of `do' and `flet'.
16175
16176 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
16177 (cvs-get-marked): Remove redundant arglist info.
16178
16179 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
16180 Don't use CL-style default args.
16181
16182 2004-05-08 Andreas Schwab <schwab@suse.de>
16183
16184 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
16185
16186 * international/subst-ksc.el: Fix references to utf-translate-cjk
16187 into utf-translate-cjk-mode.
16188 * international/subst-big5.el: Likewise.
16189 * international/subst-gb2312.el: Likewise.
16190 * international/subst-jis.el: Likewise.
16191 * international/utf-16.el: Likewise.
16192 * international/utf-8.el: Likewise.
16193
16194 2004-05-08 John Wiegley <johnw@newartisans.com>
16195
16196 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
16197 "virtual buffers" (off by default), which makes it possible to
16198 switch to the "virtual" buffers of recently visited files. When a
16199 buffer name search fails, and this option is on, iswitchb will
16200 look at the list of recently visited files, and permit matching
16201 against those names. When the user hits RET on a match, it will
16202 revisit that file.
16203 (iswitchb-read-buffer): Add two optional arguments, which makes
16204 isearchb.el possible.
16205 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
16206 (iswitchb-next-match): Add support for virtual buffers.
16207
16208 * isearchb.el: This module extends iswitchb to provide "as you
16209 type" buffer selection.
16210
16211 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
16212 Ignore the read-only property when flyspell highlighting is on.
16213 Not ignoring it leads to a series of confusing errors.
16214 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
16215 but also make sure to call flyspell-incorrect-hook.
16216 (flyspell-maybe-correct-transposition): Perform transposition test
16217 by bit twiddling a string, rather than using a temp buffer.
16218 (flyspell-maybe-correct-doubling): Use a string rather than a temp
16219 buffer. This is also the original version of the code, which
16220 could not be checked in before due to a previous lack of
16221 assignment papers. This version has seen heavy usage on my system
16222 for several years now.
16223
16224 * calendar/cal-bahai.el: New file, which adds support for the
16225 Baha'i calendar to Emacs. This calendar is based on a solar year
16226 of 19 months of 19 days, with 4 intercalary days. Each year
16227 begins on March 21, with the calendar starting in 1844.
16228
16229 * calendar/cal-menu.el, calendar/calendar.el
16230 * calendar/diary-lib.el, calendar/holidays.el:
16231 Added support for using cal-bahai.el.
16232
16233 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
16234 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
16235 function can be used outside of eshell buffers.
16236 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
16237
16238 2004-05-08 Juanma Barranquero <lektu@terra.es>
16239
16240 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
16241 word constituent so FOO-ARG is not recognized as an arg.
16242 (help-highlight-arguments): Don't skip lists in mandatory arguments.
16243
16244 * simple.el (next-error): Fix typo in docstring.
16245 (open-line): Make argument names match their use in docstring.
16246 (split-line): Fix docstring.
16247
16248 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
16249 usable by `describe-function'.
16250 (gensym, gentemp, typep, ignore-errors): Make argument names match
16251 their use in docstring.
16252
16253 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
16254 argument to `help-setup-xref'.
16255
16256 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
16257
16258 Version 2.0.40 of Tramp released.
16259
16260 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
16261 Use symbol-function to invoke functions only known on some Emacs
16262 flavors. This avoids byte-compiler warnings. Reported by Kevin
16263 Scaldeferri <kevin@scaldeferri.com>.
16264 (tramp-do-copy-or-rename-file-via-buffer): Rename from
16265 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
16266 consistent with the other tramp-do-* functions.
16267 (tramp-do-copy-or-rename-file): Calls adjusted.
16268 (tramp-process-initial-commands): Avoid liveness check on shell --
16269 we know that it must be alive since we're opening a connection at
16270 this moment.
16271 (tramp-last-cmd): New internal variable.
16272 (tramp-process-echoes): New tunable.
16273 (tramp-send-command): Set tramp-last-cmd.
16274 (tramp-wait-for-output): Delete echo, if applicable.
16275 (tramp-read-passwd): Construct the key for the password cache in a
16276 way that works for multi methods, too.
16277 (tramp-bug): Add backup-directory-alist and
16278 bkup-backup-directory-info to bug reports, with Tramp counterparts.
16279
16280 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
16281
16282 * net/tramp*.el: Suppress byte-compiler warnings where possible.
16283
16284 * net/tramp.el (tramp-out-of-band-prompt-regexp)
16285 (tramp-actions-copy-out-of-band): New defcustoms.
16286 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
16287 used instead of a synchronous one. Allows password entering.
16288 (tramp-action-out-of-band): New defun.
16289 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
16290 Remove restriction with password from doc string.
16291 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
16292 `tramp-out-of-band-prompt-regexp',
16293 `tramp-actions-copy-out-of-band', `password-cache' and
16294 `password-cache-expiry'.
16295 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
16296 password caching.
16297 (tramp-touch): FILE can be a local file, too.
16298 (TODO): Remove items done.
16299 (tramp-handle-insert-directory): Properly quote file name also if
16300 not full-directory-p. Handle wildcard case. Reported by Andreas
16301 Schwab <schwab@suse.de>.
16302 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
16303 new file.
16304 (tramp-handle-file-local-copy, tramp-handle-write-region):
16305 The permissions of the temporary file are set if filename exists.
16306 Reported by Ted Stern <stern@cray.com>.
16307 (tramp-backup-directory-alist)
16308 (tramp-bkup-backup-directory-info): New defcustoms.
16309 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
16310 (tramp-handle-find-backup-file-name): New function.
16311 Implements Tramp's find-backup-file-name.
16312
16313 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
16314 for `find-backup-file-name'.
16315
16316 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
16317 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
16318
16319 2004-05-07 Lars Hansen <larsh@math.ku.dk>
16320
16321 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
16322
16323 2004-05-07 Juanma Barranquero <lektu@terra.es>
16324
16325 * subr.el (lambda): Add arglist description to docstring.
16326 (declare): Fix typo in docstring.
16327 (open-network-stream): Fix docstring.
16328 (process-kill-without-query): Fix docstring and add obsolescence info.
16329 (last, butlast, nbutlast): Make arguments match their use in docstring.
16330 (insert-buffer-substring-no-properties): Likewise.
16331 (insert-buffer-substring-as-yank): Likewise.
16332 (split-string): Fix docstring.
16333
16334 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16335 Make argument names match their use in docstring.
16336
16337 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
16338
16339 2004-05-06 Nick Roberts <nickrob@gnu.org>
16340
16341 * progmodes/gdb-ui.el: Improve/extend documentation strings.
16342 Fit first sentence on one line for apropos-command.
16343
16344 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16345
16346 Changes largely merged in from Dave Love's code.
16347 * progmodes/python.el: Doc fixes.
16348 (python-mode-map): Add python-complete-symbol.
16349 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
16350 (python-comment-indent, python-complete-symbol)
16351 (python-symbol-completions, python-partial-symbol)
16352 (python-try-complete): New.
16353 (python-indent-line): Remove optional arg. Use python-block-end-p.
16354 (python-check): Bind compilation-error-regexp-alist.
16355 (inferior-python-mode): Use rx. Move keybindings to top level.
16356 Set comint-input-filter.
16357 (python-preoutput-filter): Use rx.
16358 (python-input-filter): Re-introduce.
16359 (python-proc): Start new process if necessary.
16360 Check python-buffer non-nil.
16361 (view-return-to-alist): Defvar.
16362 (python-send-receive): New.
16363 (python-eldoc-function): Use it.
16364 (python-mode-running): Don't defvar.
16365 (python-mode): Set comment-indent-function.
16366 Maybe update hippie-expand-try-functions-list.
16367 (python-indentation-levels): Initialize differently.
16368 (python-block-end-p): New.
16369 (python-indent-line): Use it.
16370 (python-compilation-regexp-alist): Augment.
16371 (run-python): Import `emacs' module to Python rather than loading
16372 code directly. Set python-buffer differently.
16373 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
16374 Use python-proc.
16375 (python-send-command): Go to end of comint buffer.
16376 (python-load-file): Use python-proc, emacs.eimport.
16377 (python-describe-symbol): Simplify interactive form.
16378 Use emacs.help. Do use temp-buffer-show-hook.
16379 Call print-help-return-message.
16380 (hippie-exp): Require when compiling.
16381 (python-preoutput-continuation): Use rx.
16382
16383 * diff-mode.el (diff-make-unified): Fix regexp.
16384
16385 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
16386
16387 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
16388 filter groups from the buffer when rebuilding the Ibuffer buffer
16389 and `ibuffer-show-empty-filter-groups' is nil.
16390
16391 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16392
16393 * ps-print.el (ps-print-quote): Call ps-value-string.
16394 (ps-setup): Call ps-comment-string.
16395 (ps-value-string, ps-comment-string): New funs.
16396
16397 2004-05-06 Juanma Barranquero <lektu@terra.es>
16398
16399 * ehelp.el (electric-help-command-loop): Check whether the last
16400 character is visible, not (point-max).
16401
16402 * help-fns.el (help-argument-name): Default to bold; don't inherit
16403 from font-lock-variable-name-face.
16404 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
16405
16406 2004-05-05 Kenichi Handa <handa@m17n.org>
16407
16408 * descr-text.el (describe-char): Copy the character with text
16409 properties and overlays into the first line, and call
16410 describe-text-properties on it.
16411
16412 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
16413
16414 * iswitchb.el (iswitchb-global-map): Fix typo.
16415 Remove unwanted ###autoloads from source file.
16416
16417 2004-05-05 Lars Hansen <larsh@math.ku.dk>
16418
16419 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
16420 in run-hooks. Use substitute-command-keys in message.
16421 (wdired-abort-changes): Add message.
16422
16423 2004-05-03 Michael Mauger <mmaug@yahoo.com>
16424
16425 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
16426 (sql-emacs20-p): Remove.
16427 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
16428 (sql-builtin-face, sql-doc-face): Remove.
16429 (sql-mode-ansi-font-lock-keywords)
16430 (sql-mode-oracle-font-lock-keywords)
16431 (sql-mode-postgres-font-lock-keywords)
16432 (sql-mode-linter-font-lock-keywords)
16433 (sql-mode-ms-font-lock-keywords)
16434 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
16435 (sql-product-font-lock): Fix font-lock reset when font rules change.
16436 (sql-highlight-product): Remove incorrect font-lock reset logic.
16437
16438 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
16439
16440 * ses.el (ses-set-parameter): Fix typo.
16441
16442 2004-05-04 Kim F. Storm <storm@cua.dk>
16443
16444 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
16445 Must expand directory for completion to work; and don't mess with
16446 process-environment.
16447 (ido-read-file-name): If command has ido property, don't use ido
16448 if value is ignore, or read as directory if value is dir.
16449 Set ido ignore property for dired-do-rename command.
16450
16451 2004-05-04 Juanma Barranquero <lektu@terra.es>
16452
16453 * ehelp.el (electric-help-command-loop, electric-help-undefined)
16454 (electric-help-help): Check against unmapped commands.
16455
16456 * help-fns.el (help-argument-name): New face, inheriting from
16457 font-lock-variable-name-face, to highlight function arguments in
16458 `describe-function' and `describe-key'.
16459 (help-do-arg-highlight): Auxiliary function to highlight a given
16460 list of arguments in a string.
16461 (help-highlight-arguments): Highlight the function arguments and
16462 all uses of them in the docstring.
16463 (describe-function-1): Use it. Do docstring output via `insert',
16464 not 'princ', so text attributes are preserved.
16465
16466 * winner.el (winner-mode-map): Move `winner-undo' and
16467 `winner-redo' to C-c <left> and C-c <right>, respectively (the
16468 previous bindings conflict with `prev-buffer', `next-buffer').
16469
16470 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16471
16472 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
16473 (bibtex-entry-update): New command bound to C-c C-u.
16474 (bibtex-text-in-string): Fix regexp.
16475 (bibtex-assoc-of-regexp): Remove.
16476 (bibtex-progress-message): Fix docstring.
16477 (bibtex-inside-field): Use if.
16478 (bibtex-assoc-regexp): New function.
16479 (bibtex-format-entry): Make code more robust so that it formats
16480 also old entries.
16481 (bibtex-autokey-demangle-title): Merge with obsolete function
16482 bibtex-assoc-of-regexp.
16483 (bibtex-field-list): New function.
16484 (bibtex-entry): Use bibtex-field-list.
16485 (bibtex-parse-entry): Fix docstring.
16486 (bibtex-print-help-message): Use bibtex-field-list.
16487 (bibtex-make-field): Use bibtex-field-list.
16488 (bibtex-entry-index): Bugfix. Return crossref key if required.
16489 (bibtex-lessp): Fix docstring.
16490
16491 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
16492
16493 * select.el (xselect-convert-to-string): Move comment to intended line.
16494
16495 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16496
16497 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
16498 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
16499
16500 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16501
16502 * term/x-win.el (x-clipboard-yank): Don't exit on error from
16503 x-get-selection.
16504
16505 2004-05-03 Jason Rumney <jasonr@gnu.org>
16506
16507 * makefile.nt: Remove.
16508
16509 2004-05-03 Kim F. Storm <storm@cua.dk>
16510
16511 * emulation/cua-base.el (cua--update-indications): Fix last change.
16512 (cua-mode): Deactivate mark when cua-mode is enabled.
16513
16514 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
16515
16516 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
16517
16518 2004-05-03 Nick Roberts <nickrob@gnu.org>
16519
16520 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
16521 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
16522 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
16523 window over visible frames.
16524 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
16525
16526 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
16527
16528 * progmodes/compile.el (compilation-gcpro): New var.
16529 (compilation-fake-loc): Use it.
16530 (compilation-forget-errors): Reset it.
16531
16532 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
16533
16534 * diff-mode.el (diff-header-face, diff-file-header-face):
16535 Use min-colors.
16536
16537 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16538
16539 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
16540 (bibtex-clean-entry): Disentangle code.
16541 (bibtex-realign): New function.
16542 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
16543 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
16544 Remove undocumented optional arg called-by-convert-alien.
16545 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
16546 for sorting instead of bibtex-sort-buffer.
16547
16548 2004-05-02 Eli Zaretskii <eliz@gnu.org>
16549
16550 * progmodes/compile.el (compilation-start): In the
16551 no-async-subprocesses branch, call sit-for to give redisplay a
16552 chance to show the updated process status in the mode line, and
16553 fontify the buffer explicitly after the process exits.
16554
16555 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
16556
16557 * progmodes/python.el (python-compilation-line-number): Remove.
16558 (python-compilation-regexp-alist): Don't use it any more.
16559 (python-orig-start, python-input-filter): Remove.
16560 (inferior-python-mode): Don't set up comint-input-filter-functions.
16561 (python-send-region): Use compilation-fake-loc.
16562
16563 * progmodes/compile.el (compilation-messages-start): New var.
16564 (compilation-mode): Don't setup next-error-function here.
16565 (compilation-setup): Set it up here instead (for minor modes as well).
16566 Make compilation-messages-start buffer local.
16567 (compilation-next-error-function): Use it.
16568 (compilation-forget-errors): Set compilation-messages-start.
16569
16570 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
16571
16572 * ielm.el (ielm-prompt-read-only): Update docstring.
16573
16574 * comint.el (comint-prompt-read-only): Update docstring.
16575 (comint-update-fence, comint-kill-whole-line)
16576 (comint-kill-region): New functions.
16577
16578 * simple.el (kill-whole-line): Use "p" instead of "P" in
16579 interactive form.
16580
16581 2004-05-01 Juanma Barranquero <lektu@terra.es>
16582
16583 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
16584 format arglist so default values in CL-style argument lists are
16585 correctly shown.
16586
16587 2004-05-01 Jason Rumney <jasonr@gnu.org>
16588
16589 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
16590
16591 2004-05-01 Kenichi Handa <handa@m17n.org>
16592
16593 * international/titdic-cnv.el (miscdic-convert): Don't generate a
16594 quail file if it is up to date.
16595
16596 2004-04-30 Juri Linkov <juri@jurta.org>
16597
16598 * cus-edit.el (custom-mode-map):
16599 Add key binding `C-x C-s' to `Custom-save'.
16600
16601 * outline.el (outline-blank-line): New var.
16602 (outline-next-preface, outline-show-heading)
16603 (outline-end-of-subtree): Use it.
16604
16605 * dired-aux.el (dired-touch-initial): New fun.
16606 (dired-do-chxxx): Call it for op-symbol `touch'.
16607 (dired-diff): Use `dired-dwim-target-directory'
16608 if current dired buffer has no buffer mark.
16609
16610 * bindings.el (propertized-buffer-identification):
16611 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
16612 Add C-M-arrow keys for consistency.
16613
16614 * files.el (confirm-kill-emacs):
16615 Change group from top-level `emacs' to `convenience'.
16616
16617 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
16618 Push mark on the first call of successive command calls.
16619 (insert-pair): New fun created from `insert-parentheses' with
16620 `open' and `close' arguments added. Enclose active regions
16621 in paired characters. Compare adjacent characters syntax with
16622 inserted characters syntax before inserting a space.
16623 (insert-parentheses): Call `insert-pair' with ?\( ?\).
16624
16625 * delsel.el: Don't put `delete-selection' property
16626 on `insert-parentheses' symbol to take advantage of
16627 region handling in `insert-pair' function.
16628 Suggested by Stephan Stahl <stahl@eos.franken.de>.
16629
16630 2004-04-30 Kim F. Storm <storm@cua.dk>
16631
16632 * emulation/cua-base.el: Add support for changing cursor types;
16633 based on patch from Michael Mauger.
16634 (cua-normal-cursor-color, cua-read-only-cursor-color)
16635 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
16636 Customization cursor type and/or cursor color.
16637 (cua--update-indications): Handle cursor type changes.
16638 (cua-mode): Update cursor indications if enabled.
16639
16640 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
16641
16642 * mouse.el (mouse-drag-copy-region): New defcustom.
16643 (mouse-set-region, mouse-drag-region-1): Use it.
16644
16645 * simple.el (kill-ring-save): If region face background color is
16646 unspecified (if no highlighting), show extent of fully visible
16647 region even if transient-mark-mode is enabled.
16648
16649 * emulation/cua-base.el (cua--standard-movement-commands):
16650 Add cua-scroll-up and cua-scroll-down.
16651 (cua-scroll-up, cua-scroll-down): New commands.
16652 (cua--init-keymaps): Remap scroll-up and scroll-down.
16653
16654 * emulation/cua-rect.el (cua--convert-rectangle-as):
16655 New defmacro.
16656 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
16657 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
16658 New commands (suggested by Jordan Breeding).
16659
16660 2004-04-30 Juanma Barranquero <lektu@terra.es>
16661
16662 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
16663
16664 2004-04-30 Mario Lang <mlang@delysid.org>
16665
16666 * diff.el (diff-switches): Fix typo in docstring.
16667
16668 2004-04-30 Alex Schroeder <alex@gnu.org>
16669
16670 * xml.el (xml-debug-print-internal): Don't add newline and
16671 indentation to text nodes and write empty elements as empty tags
16672 instead of opening and closing tags.
16673 (xml-debug-print): Take optional indent-string argument.
16674 (xml-print): Alias for xml-debug-print.
16675
16676 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16677
16678 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
16679 than duplicate call to `line-beginning-position'.
16680
16681 * progmodes/f90.el (f90-get-present-comment-type):
16682 Return whitespace, as well as comment chars, for consistent filling
16683 of comment blocks. Use `match-string-no-properties'.
16684 (f90-break-line): Trim trailing whitespace when filling comments.
16685
16686 2004-04-30 Dave Love <fx@gnu.org>
16687
16688 * calendar/diary-lib.el (diary-outlook-formats): New variable.
16689 (diary-from-outlook-internal, diary-from-outlook)
16690 (diary-from-outlook-gnus, diary-from-outlook-rmail):
16691 New functions to import diary entries from Outlook-format
16692 appointments in mail messages.
16693
16694 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16695
16696 * progmodes/python.el (python-send-command): New fun.
16697 (python-send-region, python-load-file): Use it.
16698
16699 * progmodes/compile.el (compilation-last-buffer): Add var alias.
16700
16701 * help-fns.el (help-C-file-name): Use new subr-name.
16702 Prepend `src/' to the file name.
16703 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
16704 (describe-function-1, describe-variable): Only find a C source file
16705 name if DOC is already loaded.
16706
16707 * help-mode.el (help-function-def, help-variable-def):
16708 Use the new find-function-search-for-symbol functionality.
16709 Allow FILE to be `C-source'.
16710
16711 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
16712 (find-function-C-source): New fun.
16713 (find-function-search-for-symbol): Use it.
16714
16715 2004-03-29 Michael Mauger <mmaug@yahoo.com>
16716
16717 * progmodes/sql.el (sql-product-alist): Rename variable
16718 `sql-product-support'. Add Postgres login parameters.
16719 (sql-set-product, sql-product-feature): Update with renamed variable.
16720 (sql-connect-postgres): Add username prompt.
16721 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
16722 Make patterns less product specific.
16723 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
16724 (sql-mode-abbrev-table): Modify initialization.
16725 (sql-builtin-face): Add variable.
16726 (sql-keywords-re): Add macro.
16727 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
16728 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
16729 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
16730 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
16731 (sql-mode-linter-font-lock-keywords)
16732 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
16733 (sql-mode-sybase-font-lock-keywords)
16734 (sql-mode-informix-font-lock-keywords)
16735 (sql-mode-interbase-font-lock-keywords)
16736 (sql-mode-ingres-font-lock-keywords)
16737 (sql-mode-solid-font-lock-keywords)
16738 (sql-mode-sqlite-font-lock-keywords)
16739 (sql-mode-db2-font-lock-keywords): Default to nil.
16740 (sql-product-font-lock): Always highlight ANSI keywords.
16741 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
16742 (sql-send-string): Add function.
16743
16744 2004-04-29 Dave Love <fx@gnu.org>
16745
16746 * progmodes/cfengine.el (cfengine-beginning-of-defun)
16747 (cfengine-end-of-defun): Ensure progress through buffer.
16748
16749 * info-look.el (cfengine-mode): Accept a terminal ().
16750
16751 2004-04-29 Juri Linkov <juri@jurta.org>
16752
16753 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
16754 instead of isearch-yank-word-or-char. Add new key bindings for
16755 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
16756 (isearch-del-char): New fun.
16757 (isearch-forward, isearch-edit-string): Update docstring.
16758 (isearch-yank-char): Doc fix.
16759 (isearch-other-meta-char): Restore point after scrolling.
16760
16761 * progmodes/compile.el (compilation-context-lines): Add nil option
16762 to disable compilation output window scrolling.
16763 (compilation-set-window): Use it.
16764
16765 * outline.el (outline-next-preface, outline-show-heading):
16766 Don't leave unhidden blank line before heading.
16767 (outline-end-of-subtree): Include last newline into subtree.
16768 (hide-entry): Leave point at beginning of heading instead of end.
16769 (outline-up-heading): Push mark for the first call of successive
16770 command calls.
16771
16772 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
16773
16774 * comint.el (comint-prompt-read-only): New variable.
16775 (comint-output-filter): Implement it.
16776
16777 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
16778 (ielm-prompt-internal): New variable.
16779 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
16780 (ielm-send-input): Delete unused variable `buf'.
16781 (ielm-eval-input): Use `ielm-prompt-internal'.
16782 (inferior-emacs-lisp-mode): Use new variables
16783 `comint-prompt-read-only' and `ielm-prompt-internal'.
16784 Get rid of obsolete variable `directory-sep-char'.
16785 (ielm): Use `zerop'.
16786
16787 2004-04-29 John Paul Wallington <jpw@gnu.org>
16788
16789 * thumbs.el (toplevel): Require cl at compile time.
16790 Remove conditional definitions of `ignore-errors' and `caddar'
16791 because they occur at run time.
16792
16793 2004-04-28 Nick Roberts <nickrob@gnu.org>
16794
16795 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
16796 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
16797 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
16798 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
16799
16800 * progmodes/gud.el (gud-common-init): Throw an error if program is
16801 already running under gdb.
16802
16803 2004-04-28 John Paul Wallington <jpw@gnu.org>
16804
16805 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
16806 (thumbs-show-image-num): Move assignment of
16807 `thumbs-current-image-filename' within scope of `i'.
16808 (thumbs-emboss-image): Don't use `evenp'.
16809
16810 2004-04-28 Richard M. Stallman <rms@gnu.org>
16811
16812 * progmodes/compile.el (compilation-context-lines): Default now 0.
16813
16814 2004-04-28 Juanma Barranquero <lektu@terra.es>
16815
16816 Use `time-less-p' from calendar/time-date.el instead of defining
16817 custom versions of it.
16818
16819 * pcomplete.el (pcomplete-time-less-p): Remove.
16820
16821 * thumbs.el (time-less-p): Remove.
16822
16823 * calendar/timeclock.el (timeclock-time-less-p): Remove.
16824 (timeclock-generate-report): Use `time-less-p'.
16825
16826 * emacs-lisp/autoload.el (autoload-before-p): Remove.
16827 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
16828
16829 2004-04-28 Masatake YAMATO <jet@gyve.org>
16830
16831 * subr.el (remove-overlays): Make arguments optional.
16832
16833 * wid-edit.el (widget-specify-button): Put evaporate to the
16834 overlay for sample.
16835 (widget-specify-sample): Put evaporate to the overlay for sample.
16836 (widget-specify-doc): Put evaporate to the overlay for documentation.
16837
16838 2004-04-27 Jesper Harder <harder@ifa.au.dk>
16839
16840 * info.el (info-apropos): Make it an index node. Align node names
16841 like makeinfo.
16842
16843 2004-04-27 Eli Zaretskii <eliz@gnu.org>
16844
16845 * net/browse-url.el (browse-url-netscape-sentinel)
16846 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
16847 (browse-url-epiphany-sentinel, browse-url-mosaic):
16848 Use browse-url-*-program instead of a literal program name.
16849
16850 2004-04-27 Kevin Ryde <user42@zip.com.au>
16851
16852 * eshell/em-alias.el:
16853 * eshell/em-dirs.el:
16854 * eshell/em-hist.el:
16855 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
16856 features when M-x customize-group loads modules before the main
16857 eshell.el.
16858
16859 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
16860
16861 * subr.el (momentary-string-display): Support EXIT-CHAR that is
16862 either a character representation of an event or an event
16863 description list.
16864
16865 * type-break.el: Capitalize Emacs and Lisp.
16866 (type-break-good-break-interval, type-break-demo-boring-stats)
16867 (type-break-terse-messages, type-break-file-name): New defcustoms.
16868 (type-break-post-command-hook)
16869 (type-break-warning-countdown-string): Quote variable names in doc.
16870 (type-break-interval-start, type-break-auto-save-file-name): New vars.
16871 (type-break-mode): Document type-break-good-break-interval and the
16872 "session" file. Schedule break according to the session file.
16873 Kill session file buffer on exit. Organize for save-some-buffers
16874 to always save the session file.
16875 (type-break-mode-line-message-mode, type-break-query-mode):
16876 Uppercase arguments.
16877 (type-break-file-time, type-break-file-keystroke-count, timep)
16878 (type-break-choose-file, type-break-get-previous-time)
16879 (type-break-get-previous-count): New defuns.
16880 (type-break): Avoid break querying after a completed break in the
16881 case where the query was initiated during user invocation of the
16882 break. Optional terse messages.
16883 Use type-break-good-break-interval if type-break-good-rest-interval is
16884 nil. File the break time.
16885 (type-break-schedule): New optional args for overriding the use of
16886 the current time.
16887 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
16888 after a break.
16889 (type-break-check): File the keystroke count.
16890 (type-break-do-query): Prevent a second query when the break is
16891 interrupted. Optional terse message.
16892 (type-break-keystroke-reset): Record the start of a typing interval.
16893 (type-break-demo-boring): Optional terse messages. Display word
16894 per minute and keystroke counts according to
16895 type-break-demo-boring-stats.
16896
16897 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
16898
16899 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
16900 directories, make sure they exist under archive-tmpdir.
16901
16902 2004-04-27 Juri Linkov <juri@jurta.org>
16903
16904 * help.el (view-emacs-news): With argument, display info for the
16905 selected version by finding it among different NEWS files, and
16906 narrowing the buffer to the selected version.
16907
16908 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
16909 same-window-buffer-names.
16910 (info): New arg `buffer'. Use it. Doc fix. Read file name for
16911 non-numeric prefix argument, append the number to the buffer name
16912 for numeric prefix argument.
16913 (info-other-window): Bind same-window-regexps to nil.
16914 (Info-reference-name): Rename to Info-point-loc.
16915 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
16916 and Info-find-index-name for stringy Info-point-loc.
16917 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
16918 without middle `.', but with final `.' and optional line number
16919 for it. Set Info-point-loc for index nodes.
16920 (Info-index): Remove middle `.' from index entry regexp.
16921 Modify line number regexp.
16922 (Info-index-next): Decrement line number.
16923 (info-apropos): Remove middle `.' from index entry regexp.
16924 Add optional line number regexp at the end. Add matched value
16925 for line number to the result list and insert it to the buffer.
16926 Replace match-string by match-string-no-properties.
16927 Reorder result list.
16928 (Info-fontify-node): Hide index line numbers.
16929 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
16930 empty matches.
16931 (Info-follow-reference): Use `str' instead of
16932 Info-following-node-name-re.
16933 (Info-toc): Use full file names. Set Info-current-node to "Top".
16934 (Info-fontify-node): Compare file names without directory name.
16935 (Info-try-follow-nearest-node): Don't set Info-reference-name.
16936 Set second arg of Info-extract-menu-node-name for index nodes.
16937 (info-xref-visited): Use magenta3 instead of magenta4.
16938 (Info-mode): Add info-apropos to docstring.
16939
16940 * log-view.el (log-view-diff): Replace interactive code "r"
16941 by a list to allow to call it even if region is not active.
16942
16943 * paren.el (show-paren-highlight-openparen): New var.
16944 (show-paren-function): Turn on openparen highlighting when
16945 matching forward if show-paren-highlight-openparen is non-nil.
16946
16947 * simple.el (kill-ring-save): Use blink-matching-delay instead of
16948 the constant value 1.
16949 (completions-common-part): Expand docstring.
16950
16951 * textmodes/picture.el (picture-mode-map): Add arrow keys.
16952
16953 2004-04-27 Kim F. Storm <storm@cua.dk>
16954
16955 * image.el (insert-sliced-image): Use line-height instead of
16956 line-spacing property on newline.
16957
16958 2004-04-26 Lars Hansen <larsh@math.ku.dk>
16959
16960 * desktop.el (desktop-buffer-misc-data-function): Rename to
16961 desktop-save-buffer and change docstring.
16962 (desktop-buffer-modes-to-save): Delete.
16963 (desktop-save-buffer-p): Use desktop-save-buffer instead of
16964 desktop-buffer-modes-to-save.
16965 (desktop-save): Rename desktop-buffer-misc-data-function to
16966 desktop-save-buffer and allow non-function value.
16967 (desktop-missing-file-warning): Correct docstring.
16968
16969 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
16970 to desktop-save-buffer.
16971
16972 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
16973 desktop-save-buffer.
16974
16975 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
16976
16977 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
16978
16979 2004-04-26 Eli Zaretskii <eliz@gnu.org>
16980
16981 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
16982
16983 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
16984
16985 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
16986 (ielm): Only go to the end of the buffer when starting a new process.
16987
16988 2004-04-25 Juanma Barranquero <lektu@terra.es>
16989
16990 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
16991 mode line. Bind `inhibit-read-only' to t before modifying
16992 properties of text in the buffer.
16993 (ielm): Force point to the end of buffer, even when running ielm
16994 from inside itself.
16995
16996 2004-04-25 Jesper Harder <harder@ifa.au.dk>
16997
16998 * info.el (info-apropos): Reset Info-complete-cache.
16999
17000 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
17001
17002 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17003 Also recognize severe Irix et al. messages.
17004 (compilation-normalize-filename, compile-abbreviate-directory):
17005 Delete functions.
17006 (compilation-get-file-structure): New function inherits
17007 functionality of the two preceding ones.
17008 (compilation-internal-error-properties, compilation-fake-loc):
17009 Use it so that different paths to the same file share the same
17010 markers. Also optimize finding adjacent marker slightly.
17011
17012 2004-04-25 Kim F. Storm <storm@cua.dk>
17013
17014 * image.el (insert-sliced-image): Add line-spacing t property
17015 to newlines separating image lines.
17016
17017 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
17018
17019 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17020
17021 * ielm.el (ielm-prompt-read-only): New user option.
17022 (ielm-prompt): Expand docstring to describe new behavior.
17023 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17024 mention it in the docstring.
17025
17026 2004-04-24 Andreas Schwab <schwab@suse.de>
17027
17028 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17029
17030 * diff.el (diff): Set default-directory in diff buffer.
17031
17032 2004-04-24 Eli Zaretskii <eliz@gnu.org>
17033
17034 * mail/sendmail.el (mail-bury): Don't delete the frame where the
17035 mail was being composed if the terminal cannot display more than
17036 one frame; instead, switch to previous frame.
17037
17038 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17039 (rmail-start-mail): Support rmail-mail-new-frame even on
17040 terminals that can display only one frame at a time.
17041
17042 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17043
17044 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17045 (checkdoc-output-font-lock-keywords): Remove error regexp.
17046 (checkdoc-output-mode-map): Remove.
17047 (checkdoc-output-mode): Derive from compilation-mode.
17048 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17049
17050 * dired.el (dired-mode-map): Add a menu entry for wdired.
17051
17052 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17053 (rx-bracket, rx-check-any, rx-any): Clean up name space.
17054
17055 * wdired.el (wdired-mode-map): Move init into declaration.
17056 Fix `return' binding.
17057 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17058 Use force-mode-line-update.
17059 (wdired-get-filename): Use `unless'.
17060 (wdired-preprocess-files): Don't assume names have no \n and use / for
17061 dir separator.
17062 (wdired-normalize-filename): Use replace-regexp-in-string.
17063 (wdired-load-hooks): Remove.
17064 (wdired-mode-hooks): Rename to wdired-mode-hook.
17065
17066 * info-look.el: Add support for cfengine-mode.
17067 (info-lookup-setup-mode): Use dolist.
17068
17069 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
17070
17071 * wdired.el: New file.
17072
17073 2004-04-23 Juanma Barranquero <lektu@terra.es>
17074
17075 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
17076
17077 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
17078 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
17079 (pcomplete--help, pcomplete--here): Doc fixes.
17080
17081 2004-04-23 Andre Spiegel <spiegel@gnu.org>
17082
17083 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
17084 handles wrong-number-of-arguments in backend call.
17085
17086 * vc.el (vc-print-log): Likewise.
17087
17088 2004-04-20 Dave Love <fx@gnu.org>
17089
17090 * emacs-lisp/rx.el: Doc fixes.
17091 (rx-constituents): Add/extend many forms.
17092 (rx-check): Check form is a list.
17093 (bracket): Defvar.
17094 (rx-check-any, rx-any, rx-check-not): Modify.
17095 (rx-not): Simplify.
17096 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
17097 (rx-kleene): Use rx-trans-forms.
17098 (rx-quote-for-set): Delete.
17099 (rx): Allow multiple args.
17100
17101 2004-04-23 Kenichi Handa <handa@m17n.org>
17102
17103 * international/mule-util.el (char-displayable-p): Simplify by
17104 using internal-char-font.
17105
17106 2004-04-23 Juanma Barranquero <lektu@terra.es>
17107
17108 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
17109
17110 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
17111
17112 * diff-mode.el (diff-next-error): New fun.
17113 (diff-mode): Use it.
17114
17115 * simple.el (next-error): Change arg name.
17116 Add support for the documented C-u C-x ` usage.
17117
17118 * frame.el (special-display-popup-frame, next-multiframe-window)
17119 (previous-multiframe-window): Only consider frames on same display.
17120
17121 2004-04-22 Lars Hansen <larsh@math.ku.dk>
17122
17123 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
17124 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
17125
17126 2004-04-22 Kim F. Storm <storm@cua.dk>
17127
17128 * net/telnet.el (telnet): Add optional port arg.
17129
17130 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17131
17132 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17133 Minor sanity check on the `hyperlink' slot.
17134
17135 * Makefile.in (recompile): Compile new files.
17136
17137 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
17138 Add byte-recompile-directory's optional `arg'.
17139
17140 * cvs-status.el (cvs-tree-use-charset): New var.
17141 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
17142 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
17143 (cvs-status-cvstrees): Use it.
17144
17145 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
17146 Make it a normal major mode.
17147 (checkdoc-buffer-label): Make sure the file name is meaningful.
17148 (checkdoc-output-to-error-buffer): Remove.
17149 (checkdoc-error, checkdoc-start-section): Rewrite.
17150
17151 * info.el (info-node, info-menu-5, info-xref, info-header-node)
17152 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17153 (Info-title-4-face): Use new syntax.
17154 (info-xref-visited): Inherit from info-xref.
17155
17156 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
17157
17158 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17159
17160 * simple.el (next-error-last-buffer, next-error-function):
17161 New variables for the next-error framework.
17162 (next-error-buffer-p): New function.
17163 (next-error-find-buffer): Generalize compilation-find-buffer.
17164 (next-error, previous-error, first-error, next-error-no-select)
17165 (previous-error-no-select): Move from compile.el.
17166
17167 * replace.el (occur-next-error, occur-1): Hook into the next-error
17168 framework.
17169
17170 * progmodes/compile.el (compilation-start):
17171 Set next-error-last-buffer so next-error knows where to jump.
17172 (compilation-setup): Set the buffer-local variable
17173 next-error-function to 'compilation-next-error-function.
17174 (compilation-buffer-p, compilation-buffer-internal-p): Use an
17175 alternate way to find if a buffer is a compilation buffer, for
17176 next-error convenience.
17177 (next-error-no-select, previous-error-no-select, next-error)
17178 (previous-error, first-error): Move to simple.el.
17179 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
17180 (compilation-last-buffer): Remove.
17181 (compilation-start, compilation-next-error, compilation-setup)
17182 (compilation-next-error-function, compilation-find-buffer):
17183 Remove compilation-last-buffer use.
17184
17185 2004-04-21 Juanma Barranquero <lektu@terra.es>
17186
17187 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
17188 (font-lock-warning-face): Fix spacing.
17189
17190 * makefile.w32-in (WINS): Add url/ directory.
17191
17192 2004-04-21 Lars Hansen <larsh@math.ku.dk>
17193
17194 * desktop.el (desktop-buffer-mode-handlers): New variable.
17195 Alist of major mode specific functions to restore a desktop buffer.
17196 (desktop-buffer-handlers): Make variable obsolete.
17197 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
17198 Catch errors signaled in handlers. Update buffer count.
17199 Evaluate desktop-buffer-point.
17200 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
17201 move to dired.el.
17202 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
17203 move to info.el.
17204 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
17205 move to mail/rmail.el.
17206 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
17207 to mh-e/mh-e.el.
17208 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
17209 On fail, print message (to message buffer) even if
17210 desktop-missing-file-warning is nil.
17211 (desktop-buffer-misc-data-function): New buffer local variable.
17212 Function returning major mode specific data.
17213 (desktop-buffer-misc-functions): Make variable obsolete.
17214 (desktop-save): Use desktop-buffer-misc-data-function.
17215 (desktop-buffer-dired-misc-data): Rename to
17216 dired-desktop-buffer-misc-data and move to dired.el.
17217 (desktop-buffer-info-misc-data): Rename to
17218 Info-desktop-buffer-misc-data and move to info.el.
17219 (desktop-read): Add message about number of buffers restored/failed.
17220
17221 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
17222 Add parameters. Pause to display error only when
17223 desktop-missing-file-warning is non-nil.
17224 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17225 (dired-mode): Bind desktop-buffer-misc-data-function.
17226
17227 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
17228 Add Parameters.
17229 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17230 (Info-mode): Bind desktop-buffer-misc-data-function.
17231
17232 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
17233 Add Parameters.
17234
17235 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
17236 Add Parameters.
17237
17238 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
17239
17240 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
17241 the case of letters in case-insensitive expansions when the
17242 abbrev is preceded by characters with letter syntax.
17243
17244 2004-04-21 Richard M. Stallman <rms@gnu.org>
17245
17246 * progmodes/cperl-mode.el (cperl-putback-char):
17247 Delete Emacs 18 definition.
17248
17249 * international/mule.el (ctext-post-read-conversion):
17250 Use assoc-string, not assoc-ignore-case.
17251
17252 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
17253
17254 * emacs-lisp/easymenu.el (easy-menu-add):
17255 Do call x-popup-menu, but only if it's defined.
17256
17257 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
17258
17259 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
17260 Handle multiple args: compile like progn.
17261
17262 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
17263 take all args as &rest arg.
17264
17265 * autoinsert.el (auto-insert-alist): Insert the user's name in
17266 copyright notice, rather than Free Software Foundation.
17267
17268 2004-04-21 Kenichi Handa <handa@m17n.org>
17269
17270 * descr-text.el (describe-char): Make it work on *Help* buffer.
17271
17272 2004-04-21 Kim F. Storm <storm@cua.dk>
17273
17274 * image.el (insert-image): Add optional SLICE arg.
17275 (insert-sliced-image): New defun.
17276
17277 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
17278
17279 * subr.el (read-number): Check whether `default' is nil.
17280
17281 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17282
17283 * progmodes/compile.el (compilation-error-properties):
17284 Split into two.
17285 (compilation-internal-error-properties): New one.
17286 (compilation-compat-error-properties): Use it. Fix the non-marker case.
17287
17288 2004-04-20 Richard M. Stallman <rms@gnu.org>
17289
17290 * window.el (split-window-save-restore-data):
17291 Don't update the data if OLD-INFO is nil.
17292
17293 * view.el (view-return-to-alist): Mark it permanent local.
17294
17295 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
17296
17297 * recentf.el (recentf-save-list): Catch and warn about errors.
17298
17299 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
17300 so "Buffers" won't be pure.
17301
17302 * help-mode.el (help-mode-finish): Set help-return-alist first
17303 thing, setting only the entry for the selected window.
17304
17305 * help-fns.el (describe-function-1): If many non-control non-meta
17306 keys run the command, don't list all of them.
17307
17308 2004-04-20 Juanma Barranquero <lektu@terra.es>
17309
17310 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
17311 arg. Copied from Andre Spiegel's patch of 2004-03-21.
17312
17313 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
17314
17315 2004-04-20 Kenichi Handa <handa@m17n.org>
17316
17317 * international/quail.el (quail-lookup-key): New optional arg
17318 NOT-RESET-INDICES.
17319 (quail-get-translations): Call quail-lookup-key with
17320 NOT-RESET-INDICES t.
17321 (quail-completion): Likewise.
17322 (quail-lookup-map-and-concat): Likewise.
17323
17324 2004-04-20 Kenichi Handa <handa@m17n.org>
17325
17326 * international/quail.el (quail-update-translation): Don't insert
17327 such an unsupported multibyte char in a unibyte buffer.
17328
17329 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
17330
17331 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
17332 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
17333 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
17334 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
17335 (gdb-frame-assembler-buffer): Improve behavior with
17336 multiple frames.
17337 (gdb-display-buffer): Extend search to all visible frames.
17338
17339 2004-04-19 Eli Zaretskii <eliz@gnu.org>
17340
17341 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
17342 characters left after base64 decoding.
17343 (rmail-decode-region): Use -dos variety of `coding', to remove any
17344 ^M characters left after qp or base64 decoding.
17345
17346 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17347
17348 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
17349 messages.
17350
17351 2004-04-19 Stephen Eglen <stephen@gnu.org>
17352
17353 * add-log.el (add-change-log-entry): Update doc string to mention
17354 add-log-full-name and add-log-mailing-address.
17355
17356 2004-04-18 Juri Linkov <juri@jurta.org>
17357
17358 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
17359 (Info-find-node-2): Simplify error message.
17360 (Info-insert-dir): Use Info-following-node-name.
17361 (Info-goto-node): Remove *info-history* and *info-toc*.
17362 (Info-history): Create a node of the virtual history file.
17363 (Info-toc): Create a node of the virtual toc file.
17364 (Info-insert-toc): New arg `curr-file' for reference file names.
17365 (info-apropos): Remove redundant var binding for temp-file.
17366 (Info-index, Info-index-next, Info-mode): Doc fix.
17367 (Info-goto-emacs-command-node): Don't jump to *info* from
17368 non-*info* Info buffers.
17369 (Info-fontify-node): Don't show the file name of external
17370 references if `Info-hide-note-references' is `hide'. Don't hide
17371 newlines at the end of paragraphs.
17372
17373 * international/mule-diag.el (list-input-methods):
17374 Fix args to help-xref-button.
17375
17376 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
17377 to put into effect local variables from TUTORIAL files.
17378
17379 * textmodes/paragraphs.el (sentence-end) <function>: New fun
17380 with default value taken from the variable `sentence-end'.
17381 (sentence-end) <defcustom>: Set default to nil. Doc fix.
17382 Add nil const to :type.
17383 (sentence-end-without-period, sentence-end-double-space)
17384 (sentence-end-without-space): Doc fix.
17385
17386 * textmodes/paragraphs.el (forward-sentence):
17387 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
17388 (fill-delete-newlines):
17389 * progmodes/cc-cmds.el (c-beginning-of-statement):
17390 Use function `sentence-end' instead of variable `sentence-end'.
17391
17392 2004-04-18 Andreas Schwab <schwab@suse.de>
17393
17394 * progmodes/compile.el (compilation-start): Set window start to
17395 point-min if compilation-scroll-output is nil.
17396
17397 2004-04-18 John Wiegley <johnw@newartisans.com>
17398
17399 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
17400
17401 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
17402
17403 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
17404 (gdb-info-breakpoints-custom): Revert previous change.
17405 (gdb-view-assembler): Update assembler if necessary.
17406 (gdb-frame-handler): Parse correctly for gdb-current-frame.
17407 (gdb-display-source-buffer): Update properly when both source and
17408 assembler are visible.
17409
17410 2004-04-17 John Wiegley <johnw@newartisans.com>
17411
17412 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
17413 which limits the number of names shown in the minibuffer. Off by
17414 default.
17415 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
17416 up iswitchb for users with a multitude of open buffers by showing
17417 only the first and last N/2 buffers in the completion list (which
17418 is enough to aid C-s/C-r, and to know that more characters are
17419 needed to refine the completion list).
17420
17421 2004-04-17 Richard M. Stallman <rms@gnu.org>
17422
17423 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
17424 (file-truename): Expand all ~ constructs directly.
17425 (insert-directory): Delete any error msg output by the
17426 `insert-directory-program'.
17427
17428 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
17429 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
17430 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
17431 (allout-init): Use find-file-hook, not find-file-hooks.
17432 (allout-mode): Eliminate Emacs 18 support.
17433 Use write-contents-functions, not local-write-file-hooks.
17434
17435 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
17436
17437 * progmodes/compile.el (compilation-error-properties): Fix for
17438 adding messages when there are already markers for their file.
17439 (compilation-fake-loc): New function.
17440
17441 2004-04-16 Dave Love <fx@gnu.org>
17442
17443 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
17444 (python-load-file): Fix python-orig-start setting.
17445
17446 * progmodes/compile.el: Doc fixes.
17447 (compilation-error-regexp-alist-alist)
17448 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
17449 (compilation-assq): Wrap in eval-when-compile.
17450 (compilation-mode-font-lock-keywords): Don't use list*.
17451 (compilation-start): Avoid warning.
17452 (compilation-compat-error-properties)
17453 (compilation-directory-properties): Add keymap property.
17454 (compilation-parsing-end): Make it a marker for better compatibility.
17455
17456 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
17457
17458 2004-04-16 Mark A. Hershberger <mah@everybody.org>
17459
17460 * xml.el: Doc fixes.
17461 (xml-get-children): Only looks at sub-tags and ignore strings.
17462
17463 * xml.el (xml-parse-tag): Avoid overwriting node-name.
17464
17465 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17466
17467 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
17468
17469 2004-04-16 Andre Spiegel <spiegel@gnu.org>
17470
17471 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
17472
17473 * vc.el (vc-print-log): Likewise.
17474
17475 2004-04-16 Masatake YAMATO <jet@gyve.org>
17476
17477 * simple.el (completion-setup-function): Set an initial value
17478 to `element-common-end' before entering loop. Set a value
17479 to `element-common-end' at the end of loop.
17480 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
17481 (completions-common-part): Rename from completion-de-emphasis.
17482 (completions-first-difference): Rename from completion-emphasis.
17483 Suggested by RMS.
17484
17485 2004-04-16 Juanma Barranquero <lektu@terra.es>
17486
17487 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
17488 (bookmark-edit-annotation-mode): Add mode name.
17489
17490 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17491
17492 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
17493 for nested conflict markers.
17494 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
17495
17496 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
17497
17498 * progmodes/gdb-ui.el (gdb-goto-info): New function.
17499
17500 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
17501
17502 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
17503
17504 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
17505 Give a backtrace if requested.
17506
17507 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
17508
17509 * progmodes/python.el (python-mouse-2-command, python-RET-command):
17510 Remove unused functions.
17511 (python-orig-start-line, python-orig-file): Remove.
17512 (python-orig-start): New var.
17513 (python-input-filter, python-compilation-line-number)
17514 (python-send-region, python-load-file): Use it.
17515
17516 * info.el (info): Always jump to *info*.
17517
17518 * subr.el (posn-set-point): New function.
17519
17520 * mouse.el (mouse-set-point): Use it.
17521
17522 * progmodes/compile.el (compile-goto-error): Use it.
17523 (compilation-button-map): New keymap.
17524 (compilation-error-properties): Use it.
17525 (compilation-shell-minor-mode-map): Don't bind mouse-2.
17526
17527 * smerge-mode.el (smerge-popup-context-menu): Use it.
17528
17529 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
17530 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
17531 mouse and non-mouse case.
17532
17533 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
17534 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
17535
17536 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
17537 Make it work for non-mouse events.
17538
17539 * pcvs-info.el (cvs-status-map): Update binding name.
17540
17541 2004-04-14 Mark A. Hershberger <mah@everybody.org>
17542
17543 * xml.el (xml-maybe-do-ns): New function to handle namespace
17544 parsing of both attribute and element names.
17545 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
17546 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
17547 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
17548 (xml-parse-attlist): Make it do its own namespace parsing.
17549
17550 2004-04-14 Dave Love <fx@gnu.org>
17551
17552 * progmodes/python.el (run-python): Fix use of \n.
17553 (python-load-file): Remove `try' from Python fragment.
17554 (python-describe-symbol): Fix message.
17555
17556 * comint.el: Doc fixes.
17557 (comint-last-input-start, comint-last-input-end)
17558 (comint-last-output-start): Give them values.
17559 (comint-arguments): Avoid warning.
17560 (comint-skip-prompt): Use line-end-position.
17561 (comint-backward-matching-input): Rename arg to agree with doc.
17562 (comint-extract-string): Use syntax-ppss.
17563 (comint-dynamic-simple-complete): Delete useless list construction.
17564 (comint-redirect-subvert-readonly): New.
17565 (comint-redirect-preoutput-filter): Use it.
17566
17567 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17568 Correctly handle negative arguments when calling hook functions.
17569
17570 2004-04-14 Jesper Harder <harder@ifa.au.dk>
17571
17572 * info.el (info-apropos): Don't clobber Info-history-list.
17573
17574 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
17575
17576 * progmodes/compile.el (compilation-setup):
17577 Localize overlay-arrow-position.
17578 (compilation-sentinel): Restructure code equivalently.
17579 (compilation-next-error): Find message on same line after point if
17580 not found before point.
17581 (compile-mouse-goto-error): Restore function so that compilation
17582 buffer need not be current and use compile-goto-error.
17583 (compile-goto-error): Restore function.
17584 (next-error): Set overlay-arrow-position.
17585 (compilation-forget-errors): Don't localize already local
17586 compilation-locs and remove FIXME about refontifying.
17587
17588 2004-04-14 Kim F. Storm <storm@cua.dk>
17589
17590 * startup.el (emacs-quick-startup): New defvar (set by -Q).
17591 (command-line): New option -Q. Like -q --no-site-file, but
17592 in addition it also disables menu-bar, tool-bar, scroll-bars,
17593 tool-tips, and the blinking cursor.
17594 (command-line-1): Skip startup screen if -Q.
17595 (fancy-splash-head): Use ":align-to center" prop to center splash image.
17596
17597 * emulation/cua-base.el (cua-read-only-cursor-color)
17598 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
17599
17600 2004-04-13 Dave Love <fx@gnu.org>
17601
17602 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
17603 (syntax): Don't require.
17604 (python) <defgroup>: Add :version.
17605 (python-quote-syntax): Re-written.
17606 (inferior-python-mode): Move stuff here from run-python and add
17607 some more.
17608 (python-preoutput-continuation, python-preoutput-result)
17609 (python-dotty-syntax-table): New.
17610 (python-describe-symbol): Use them.
17611 (run-python): Move stuff to inferior-python-mode. Modify code
17612 loaded into Python.
17613 (python-send-region): Use python-proc, python-send-string.
17614 (python-send-string): Send newlines too. Callers changed.
17615 (python-load-file): Re-written.
17616 (python-eldoc-function): New.
17617 (info-look): Don't require.
17618 (python-after-info-look): New. A modified version of former
17619 top-level code for use with eval-after-load.
17620 (python-maybe-jython, python-guess-indent): Use widened buffer.
17621 (python-fill-paragraph): Re-written.
17622 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
17623 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
17624
17625 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
17626
17627 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
17628 Set compilation-error-regexp-alist earlier.
17629
17630 * progmodes/compile.el (compilation-minor-mode-map)
17631 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
17632 (compile-goto-error): Re-merge the mouse and non-mouse commands.
17633
17634 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17635
17636 * progmodes/compile.el (compile-goto-error): Select the buffer/window
17637 corresponding to the event.
17638
17639 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
17640
17641 * loadup.el: Add cygwin to system-type list, for unexec() support.
17642
17643 2004-04-12 John Paul Wallington <jpw@gnu.org>
17644
17645 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
17646 (ibuffer-restore-window-config-on-quit): New variable to replace
17647 `ibuffer-delete-window-on-quit'. Update all references.
17648 (ibuffer-prev-window-config): New variable.
17649 (ibuffer-quit): Restore previous window configuration instead of
17650 deleting window.
17651 (ibuffer): Save window configuration before showing Ibuffer buffer.
17652
17653 * help.el (describe-mode): Doc fix.
17654
17655 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17656
17657 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
17658 not to treat nil as a function.
17659
17660 * vc-arch.el (vc-arch-root): Be a bit more careful.
17661 (vc-arch-register): Save the buffer if we modified it.
17662 (vc-arch-delete-rej-if-obsolete): Save excursion.
17663 (vc-arch-find-file-hook): Use the simpler after-save-hook.
17664 (vc-arch-responsible-p, vc-arch-init-version): New functions.
17665
17666 * net/ldap.el (ldap-search): Use list*.
17667
17668 2004-04-12 Juri Linkov <juri@jurta.org>
17669
17670 * info.el (Info-follow-reference): Allow multiline reference name.
17671
17672 2004-04-11 Dave Love <fx@gnu.org>
17673
17674 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
17675
17676 * progmodes/python.el: New file.
17677
17678 2004-04-11 Andre Spiegel <spiegel@gnu.org>
17679
17680 * vc-hooks.el (vc-arg-list): Function removed.
17681 (vc-default-workfile-unchanged-p): Use condition-case to check for
17682 backward compatibility.
17683
17684 * vc.el (vc-print-log): Use condition-case to check for backward
17685 compatibility.
17686
17687 2004-04-11 Juri Linkov <juri@jurta.org>
17688
17689 * dired.el (dired-faces): New defgroup.
17690 (dired-header, dired-mark, dired-marked, dired-flagged)
17691 (dired-warning, dired-directory, dired-symlink, dired-ignored):
17692 New faces.
17693 (dired-header-face, dired-mark-face, dired-marked-face)
17694 (dired-flagged-face, dired-warning-face, dired-directory-face)
17695 (dired-symlink-face, dired-ignored-face): New face variables.
17696 (dired-font-lock-keywords): Use them instead of font-lock faces.
17697 Split the rule for dired marks into 3 separate rules: for marks,
17698 marked file names and flagged file names.
17699
17700 * help-mode.el (help-make-xrefs): Add a final newline to the
17701 *Help* buffer.
17702
17703 2004-04-11 John Paul Wallington <jpw@gnu.org>
17704
17705 * replace.el (occur-engine): Distinguish between one and several
17706 matches in the matches per buffer heading.
17707
17708 2004-04-11 Kim F. Storm <storm@cua.dk>
17709
17710 * ido.el (ido-confirm-unique-completion): New defcustom.
17711 (ido-complete): Use it.
17712 (ido-write-file): Set it to t unconditionally.
17713
17714 2004-04-10 Miles Bader <miles@gnu.org>
17715
17716 RCS keyword removal (only non-comment changes are enumerated here):
17717
17718 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
17719 (byte-compile-insert-header): Don't use `byte-compile-version'.
17720 * forms.el (forms-version): Variable removed.
17721 (forms-mode): Don't use `forms-version'.
17722 * recentf.el (recentf-version): Variable removed.
17723 * progmodes/delphi.el (delphi-version): Variable removed.
17724 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
17725
17726 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17727
17728 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
17729
17730 2004-04-09 Jesper Harder <harder@ifa.au.dk>
17731
17732 * info.el (info-apropos): Improve menu item regexp.
17733
17734 2004-04-09 Simon Josefsson <jas@extundo.com>
17735
17736 * mail/smtpmail.el: Add comment, based on report by
17737 kdc@rcn.com (Kevin D. Clark).
17738
17739 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17740
17741 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17742 Redo one more thing that I didn't notice Daniel had undone.
17743
17744 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
17745
17746 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
17747 (gdb-goto-breakpoint, gdb-display-buffer)
17748 (gdb-display-source-buffer, gdb-view-source-function)
17749 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
17750 (gdb-source-info, gdb-frame-handler): Don't specify a window
17751 for display.
17752 (gdb-info-breakpoints-custom): Remove superfluous update of
17753 assembler buffer.
17754 (gdb-many-windows): Make settable outside gdb.
17755
17756 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
17757
17758 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
17759 Derive from fundamental-mode rather than text-mode.
17760
17761 2004-04-08 Juri Linkov <juri@jurta.org>
17762
17763 * info.el (Info-history): Doc fix.
17764 (Info-history-list): New var.
17765 (info-xref): Change magenta4 to blue, remove bold for dark and
17766 light backgrounds, change bold to underline for non-color classes.
17767 (info-xref-visited): New face.
17768 (Info-fontify-visited-nodes): New custom.
17769 (Info-hide-note-references): Add new value `hide'. Doc fix.
17770 (Info-reference-name): New var.
17771 (Info-selection-hook): New custom.
17772 (Info-edit-mode-hook): New var.
17773 (Info-find-file): New fun.
17774 (Info-find-node): Move part of code to Info-find-file.
17775 (Info-find-node-2): Add anchors to Info-history-list. Move point
17776 to the place with the reference name if name is defined.
17777 (Info-select-node): Add current node to Info-history-list.
17778 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
17779 (Info-search-whitespace-regexp): New custom.
17780 (Info-search-case-fold): New var.
17781 (Info-search): Add "case-sensitively" to the prompt.
17782 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
17783 (Info-search-case-sensitively, Info-search-next): New fun.
17784 (Info-up): Move point to the menu item of the current node.
17785 (Info-history): New fun. Add *info-history* to
17786 same-window-buffer-names.
17787 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
17788 (Info-insert-toc): New fun.
17789 (Info-build-toc): New fun.
17790 (Info-follow-reference): Add new arg `fork'. Doc fix.
17791 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
17792 with the same name prefer the reference closest to point.
17793 (Info-next-reference): Replace * by + in the *Note regexp.
17794 Add regexp for http:// and ftp://. Skip the *Note prefix.
17795 (Info-prev-reference): Replace * by + in the *Note regexp.
17796 Add regexp for http:// and ftp://. Skip the *Note prefix.
17797 (Info-follow-nearest-node): Add new arg `fork'.
17798 (Info-try-follow-nearest-node): Add new arg `fork'.
17799 Call browse-url for http:// and ftp:// references.
17800 Set Info-reference-name for index entries.
17801 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
17802 Info-search-next, Info-history, Info-toc, clone-buffer.
17803 (Info-menu-update): Replace * by + in the *Note regexp.
17804 (Info-mode): Add documentation for Info-history, Info-toc,
17805 Info-search-case-sensitively, Info-search-next, clone-buffer.
17806 (Info-fontify-menu-headers): Remove fun. Move code to
17807 Info-fontify-node.
17808 (Info-fontify-node): Add docstring. Add local vars
17809 fontify-visited-p and not-fontified-p. If not-fontified-p is t
17810 then fontify header line, titles, menu headers, http and ftp
17811 references, refill paragraphs. If not-fontified-p is t or
17812 fontify-visited-p is t then fontify cross references, menu items.
17813 Fontify menu headers. Fontify http and ftp references.
17814 Change regexp for cross references to require whitespace after *Note,
17815 add matching groups for file and node names. Remove hack for quote.
17816 Use display property for Info-hide-note-references=t. Use fifth
17817 or fourth match for help-echo. Display visited nodes in a
17818 different face. Unhide file names of external references.
17819 Unhide newlines. Display visited menu items in a different face.
17820
17821 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
17822
17823 * progmodes/compile.el: Require CL.
17824 (compilation-mode-font-lock-keywords): Re-install the "line as
17825 function" patch.
17826
17827 * help-fns.el (help-C-source-directory): New var.
17828 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
17829 (describe-function-1, describe-variable): Use them.
17830
17831 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
17832 to C source files specially.
17833
17834 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
17835
17836 * info.el (Info-hide-cookies-node): New function.
17837 (Info-select-node): Use it.
17838 (Info-display-images-node): Remove message with image file name.
17839
17840 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
17841
17842 * progmodes/compile.el (compilation-warning-face)
17843 (compilation-info-face, compilation-skip-threshold)
17844 (compilation-skip-visited, compilation-context-lines):
17845 Declare :version when added to Emacs.
17846 (compilation-error-regexp-alist-alist): Extend caml and irix.
17847 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
17848 (compilation-mode-font-lock-keywords): Temporarily undo line as
17849 function patch, which wasn't ready.
17850
17851 2004-04-07 Kenichi Handa <handa@m17n.org>
17852
17853 * international/latin1-disp.el (latin1-display-setup): Check each
17854 character is displayable or not instead of calling
17855 latin1-display-check-font.
17856
17857 2004-04-06 Kenichi Handa <handa@m17n.org>
17858
17859 * language/ethio-util.el (ethio-sera-being-called-by-w3):
17860 New variable.
17861 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
17862 instead of sera-being-called-by-w3.
17863 (ethio-fidel-to-sera-buffer): Likewise.
17864 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
17865 instead of sera-being-called-by-w3.
17866 (ethio-write-file): Likewise.
17867
17868 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17869
17870 * printing.el: Doc fix.
17871
17872 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
17873
17874 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
17875 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
17876 (gdb-setup-windows): Only use separate IO buffer if required.
17877
17878 2004-04-06 Kim F. Storm <storm@cua.dk>
17879
17880 * term.el (term-is-xemacs): Remove.
17881 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
17882 (term-window-width): New function.
17883 (term-mode, term-check-size): Use it.
17884 (term-mode): Disable overflow-newline-into-fringe in term buffer.
17885
17886 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
17887
17888 * cus-edit.el (custom-add-parent-links): Change unbound variable
17889 `symbol' to `name'.
17890
17891 2004-04-05 Jesper Harder <harder@ifa.au.dk>
17892 * info.el (info-apropos): New function.
17893 (Info-mode-menu): Add it.
17894 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
17895
17896 * help-mode.el (help-make-xrefs): Recognize aliased variable with
17897 inherited docstring.
17898
17899 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
17900
17901 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17902
17903 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
17904
17905 * progmodes/compile.el (font-lock): Don't require any more.
17906 (compilation-error-properties, compilation-start, compilation-sentinel)
17907 (compilation-filter, next-error): Use with-current-buffer.
17908 (compilation-skip-to-next-location, compilation-skip-threshold)
17909 (compilation-skip-visited): Move to silence the byte-compiler.
17910 (compilation-setup): Simplify.
17911 (compilation-next-error): Use line-(beginning|end)-position.
17912 Make sure `pt' is non-nil before using compilation-loop.
17913 (compile-goto-error): Add optional event arg. Use it.
17914 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
17915 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
17916 Update the binding for mouse-2.
17917 (first-error): Set compilation-current-error to nil rather than bob.
17918 (compilation-parsing-end, compilation-parse-errors-function)
17919 (compilation-error-list, compilation-old-error-list):
17920 "New" compatibility variables.
17921 (compile-buffer-substring, compilation-compat-error-properties)
17922 (compilation-compat-parse-errors, compilation-forget-errors):
17923 New compatibility functions.
17924 (compilation-mode-font-lock-keywords): Use them.
17925
17926 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
17927
17928 * autorevert.el (auto-revert-handler): If point (or a window
17929 point) is at the end of the buffer, keep it there after
17930 reverting. This allows to tail a file.
17931 Mention this in the `Commentary'.
17932
17933 * format.el (format-write-file): Add optional argument CONFIRM
17934 and make it behave like the analogous argument to `write-file'.
17935
17936 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17937
17938 * progmodes/ebnf2ps.el: Doc fix.
17939 (ebnf-version): New version number (4.2).
17940 (ebnf-syntax): Customization and docstring fix.
17941 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
17942 Put autoloaded funs before first use.
17943 (ebnf-style-database): Add dtd entry.
17944 (ebnf-syntax-alist): Add dtd initialization.
17945 (ebnf-token-sequence): New fun.
17946 (ebnf-comment-table): Add new comment action character.
17947 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
17948
17949 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
17950 Type Definition for XML).
17951
17952 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
17953 * progmodes/ebnf-bnf.el (ebnf-sequence):
17954 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
17955 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
17956 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
17957 Code simplification: call ebnf-token-sequence.
17958
17959 2004-04-04 Eli Zaretskii <eliz@gnu.org>
17960
17961 * calendar/timeclock.el (timeclock-relative)
17962 (timeclock-get-project-function, timeclock-get-workday-function)
17963 (timeclock-query-out, timeclock-when-to-leave)
17964 (timeclock-when-to-leave-string, timeclock-log-data)
17965 (timeclock-generate-report, timeclock-in): Doc fixes.
17966
17967 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17968
17969 * url/: New dir. Import the URL package from its repository.
17970
17971 2004-04-03 Andreas Schwab <schwab@suse.de>
17972
17973 * diff-mode.el (diff-mode): Fix missing quote.
17974
17975 2004-04-03 Juri Linkov <juri@jurta.org>
17976
17977 * descr-text.el (describe-property-list): Add `font-lock-face'.
17978
17979 * dired.el (dired-font-lock-keywords): Fix permission regexps.
17980
17981 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17982
17983 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
17984 Use utf-16le on little endian machines and utf-16be otherwise.
17985
17986 2004-04-02 David Kastrup <dak@gnu.org>
17987
17988 * net/browse-url.el (browse-url-generic): Use call-process
17989 instead of start-process to allow browsers that fork and detach.
17990
17991 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
17992
17993 * compile.el (compilation-current-error): New var.
17994 (compilation-setup, compile-mouse-goto-error)
17995 (compile-goto-error, next-error): Use it.
17996 (compilation-skip-to-next-location): Default to t, which gives
17997 contiguous skipping like old compile (where this was redundant).
17998 (compilation-next-error): Prevent previous-* commands from moving
17999 back to message at or just before point.
18000
18001 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
18002
18003 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18004 (gdb-source-info): Don't display source at startup, if required.
18005 (gdb-show-main): New option.
18006 (gdba): Update documentation.
18007 (gdb-source): Cover case of auto-display output.
18008
18009 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
18010
18011 * autorevert.el: Delete obsolete autoloads and defvars.
18012 (auto-revert-check-vc-info): New user option.
18013 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18014 (auto-revert-handler-vc): Delete.
18015 (auto-revert-handler): Treat return value `fast' of
18016 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
18017
18018 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18019 return `fast'.
18020
18021 * files.el (buffer-stale-function): Doc change.
18022
18023 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18024
18025 * printing.el: New tip on Tips section.
18026 (pr-version): New version number (6.7.4).
18027 (pr-shell-file-name): Initialization fix.
18028
18029 2004-03-31 Juri Linkov <juri@jurta.org>
18030
18031 * dired.el: Add autoload for `dired-do-touch'.
18032 (dired-touch-program): New var.
18033 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18034 (dired-no-confirm): Add `touch' to docstring.
18035
18036 * dired-aux.el (dired-do-touch): New fun.
18037 (dired-do-chxxx): Add argument -t for touch operation.
18038
18039 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18040 `dired-move-to-filename-regexp'.
18041
18042 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
18043
18044 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18045
18046 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18047
18048 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18049 and only if the buffer was modified.
18050
18051 2004-03-30 Kenichi Handa <handa@m17n.org>
18052
18053 * international/characters.el: Delete pairs for U+2308..U+230B.
18054
18055 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
18056
18057 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18058 to detect the beginning of a level 2 or 3 annotation.
18059
18060 2004-03-29 Kenichi Handa <handa@m17n.org>
18061
18062 * international/ucs-tables.el (ucs-insert): Fix the error message.
18063
18064 2004-03-29 Kenichi Handa <handa@m17n.org>
18065
18066 * international/mule-util.el (char-displayable-p): Fix generation
18067 of XLFD file name.
18068
18069 * Makefile.in (setwins, setwins_almost): Change directory to $wd
18070 before finding directories by `find'.
18071
18072 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18073
18074 * subr.el (interactive-form): Delete. Now implemented in C.
18075
18076 * pcvs.el (cvs-parse-process): Workaround for Darwin.
18077
18078 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
18079 (vc-diff-label): New fun.
18080 (vc-diff-internal): Use it.
18081
18082 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
18083
18084 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18085
18086 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
18087
18088 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
18089 specify XML (EBNFX).
18090
18091 * progmodes/ebnf2ps.el: Doc fix.
18092 (ebnf-version): New version number (4.1).
18093 (ebnf-syntax): Adjust customization.
18094 (ebnf-style-database): Add ebnfx entry.
18095 (ebnf-syntax-alist): Add ebnfx initialization.
18096 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
18097
18098 * printing.el: Doc fix.
18099 (pr-version): New version number (6.7.3).
18100 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
18101 returns nil for mouse position. Reported by Drew Adams
18102 <drew.adams@oracle.com>.
18103 (pr-update-menus): Modify interactive declaration. Reported by Drew
18104 Adams <drew.adams@oracle.com>.
18105
18106 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
18107
18108 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
18109 (gud-gdba-marker-filter): Log the process input and output, if
18110 required. From Stefan Monnier.
18111 (gdb-debug-log, gdb-enable-debug-log): New variables.
18112 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
18113
18114 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18115
18116 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
18117 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
18118
18119 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
18120
18121 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
18122 Call vc-find-file-hook here instead of in auto-revert-buffers.
18123 (auto-revert-buffers): Delete call to vc-find-file-hook.
18124 (auto-revert-verbose, global-auto-revert-non-file-buffers)
18125 (global-auto-revert-mode, auto-revert-set-timer)
18126 (auto-revert-handler, auto-revert-buffers): Doc fixes.
18127
18128 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18129
18130 * woman.el (woman-change-fonts): Rename local variable
18131 woman-font-alist to font-alist to avoid a compiler warning.
18132
18133 2004-03-27 Dave Love <fx@gnu.org>
18134
18135 * emacs-lisp/rx.el (rx): Doc fix.
18136 Fix copyright years.
18137
18138 * strokes.el (strokes-global-set-stroke-string): New function.
18139 (strokes-list-strokes): Cope with strings, not just commands.
18140 Set foreground color of image.
18141 (strokes-global-set-stroke): Doc fix.
18142
18143 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
18144
18145 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
18146 Auto Revert mode.
18147 (Buffer-menu-files-only): New variable.
18148 (Buffer-menu-toggle-files-only): New function.
18149 (Buffer-menu-mode-map): Bind it to `T'.
18150 (Buffer-menu-mode): Mention `T' in docstring.
18151 Set buffer-stale-function.
18152 (list-buffers-noselect): Mark buffer non-modified and set
18153 Buffer-menu-files-only.
18154
18155 * dired.el (buffer-stale-function): Remove no longer needed defvar.
18156
18157 * autorevert.el (auto-revert-handler): Print revert message
18158 before, rather than after, reverting.
18159 (buffer-stale-function): Move to files.el.
18160
18161 * files.el (buffer-stale-function): Move here from autorevert.el.
18162
18163 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18164
18165 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
18166
18167 * calc/calc.el (calc-mode-map): Use mapc.
18168
18169 * apropos.el (apropos-mode): Don't autoload.
18170 (apropos-symbols-internal): New fun. Extracted from `apropos'.
18171 (apropos): Use it.
18172 (apropos-print): Add optional `text' argument.
18173 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
18174 Don't assume point-min == 1.
18175
18176 * bs.el (bs-buffer-list): Use buffer-local-value.
18177 (bs--set-toggle-to-show): Use with-current-buffer.
18178
18179 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
18180 New funs.
18181 (list-buffers-noselect): Use them. Adjust :align-to to new style.
18182
18183 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
18184
18185 * dabbrev.el (dabbrev-expand): Fix regexp construction.
18186 (dabbrev--find-expansion): Use pop.
18187 (dabbrev--search): Use match-string-no-properties.
18188
18189 * dired.el (dired-mode): Use run-mode-hooks.
18190 (dired-move-to-end-of-filename): Use match-string.
18191
18192 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
18193 is bound before using it.
18194 (ediff-verbose-p): Make it into a var since it's not constant.
18195
18196 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
18197
18198 * faces.el (read-face-font): Don't cons up unnecessarily.
18199 (header-line, tool-bar): Share common parts.
18200
18201 * files.el (file-relative-name): Use compare-strings.
18202
18203 * finder.el (finder-mode): Follow coding convention.
18204
18205 * subr.el (read-number): New function.
18206
18207 * ses.el (ses-read-number): Move to subr.el.
18208 (ses-set-header-row): Use read-number.
18209
18210 2004-03-26 Andre Spiegel <spiegel@gnu.org>
18211
18212 * vc-hooks.el (vc-arg-list): New function, which handles both
18213 compiled and uncompiled code.
18214 (vc-default-workfile-unchanged-p): Use it.
18215
18216 * vc.el (vc-print-log): Undo prev change, use new function
18217 vc-arg-list from vc-hooks.el.
18218
18219 2004-03-26 Masatake YAMATO <jet@gyve.org>
18220
18221 * simple.el (completion-setup-function): Emphasize the
18222 first uncommon characters in the completions; and de-emphasize
18223 the common prefix substrings.
18224 (completion-emphasis): New face.
18225 (completion-de-emphasis): New face.
18226
18227 2004-03-25 Juanma Barranquero <lektu@terra.es>
18228
18229 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
18230 Comment out (it's unused and unfinished code).
18231
18232 2004-03-25 Sam Steingold <sds@gnu.org>
18233
18234 * vc.el (vc-print-log): Fix a bug in the last patch:
18235 backend-function may be a byte-compiled object, not a lambda.
18236
18237 2004-03-25 Juri Linkov <juri@jurta.org>
18238
18239 * descr-text.el (describe-property-list): Add a button
18240 for `face' property that calls `describe-face'.
18241 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
18242
18243 * international/mule.el (keyboard-coding-system):
18244 * kmacro.el (kmacro-call-macro): Fix docstring.
18245
18246 * dired.el: Fix comments.
18247
18248 * textmodes/fill.el (fill): Fix Info link.
18249
18250 * font-lock.el (fast-lock, lazy-lock):
18251 * jit-lock.el (jit-lock): Remove links to removed Support Modes
18252 Info node.
18253
18254 * eshell/eshell.el (eshell): Fix broken info-link.
18255
18256 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
18257 * eshell/em-banner.el (eshell-banner):
18258 * eshell/em-smart.el (eshell-smart):
18259 * eshell/esh-cmd.el (eshell-cmd):
18260 Comment out broken info-links to incomplete Info manual.
18261
18262 * info-xref.el: Fix commentary.
18263
18264 2004-03-25 Kevin Ryde <user42@zip.com.au>
18265
18266 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
18267 Remove spurious node duplicate suppression, doesn't work, not wanted.
18268 (info-xref-output): Take format style args, add "sit-for 0" to let
18269 user see the results as they progress.
18270 (info-xref-check-all-custom): New function.
18271
18272 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
18273
18274 * gdb-ui.el: Moved to progmodes.
18275
18276 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18277
18278 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
18279
18280 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18281
18282 * calendar/appt.el (appt-check): Remove superfluous progn.
18283 When finished with diary buffer: if it was not being displayed
18284 before, kill it; otherwise restore its original state.
18285 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
18286
18287 * calendar/calendar.el (calendar-set-mode-line): Use total
18288 available mode-line width, rather than frame-width.
18289
18290 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
18291 after mode change so effect not lost.
18292
18293 2004-03-23 Dave Love <fx@gnu.org>
18294
18295 * dired.el (dired) <defgroup>: Add link to manual.
18296 (dired-font-lock-keywords): Add highlighting on unusual permissions.
18297 (dired-revert): Use dolist.
18298 (dired-mode-map): Add U binding.
18299 (dired-mode): Add font-lock-beginning-of-syntax-function.
18300 (dired-garbage-files-regexp): Make it a defcustom.
18301
18302 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18303
18304 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
18305 is equivalent to nil.
18306 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
18307 (vc-arch-mode-line-string): Accept `added' state.
18308 (vc-arch-state): Use inode-sigs if available.
18309 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
18310 Copy&delete existing id file if any. Fallback if uuidgen is absent.
18311 (vc-arch-tagline-re): New var.
18312 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
18313 New functions.
18314 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
18315 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
18316
18317 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
18318 (vc-file-not-found-hook): Use it.
18319
18320 * diff-mode.el (diff-default-read-only): Change default.
18321 (diff-mode-hook): Make it a defcustom. Add some options.
18322 (diff-mode-map): Bind diff-refine-hook.
18323 (diff-yank-handler): New var.
18324 (diff-yank-function): New fun.
18325 (diff-font-lock-keywords): Use them.
18326 (diff-end-of-file): Handle case where file-header looks like diff text.
18327 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
18328 (diff-file-kill): Delete a subsequent empty line, if applicable.
18329 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
18330 (diff-find-file-name): Use it.
18331 (diff-tell-file-name): New command.
18332 (diff-mode): Be careful with view-mode.
18333 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
18334 New functions, for use in diff-mode-hook.
18335 (diff-find-source-location): Catch "regex too large" errors.
18336 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
18337 (diff-refine-hunk): New command.
18338
18339 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
18340 (smerge-context-menu-map): Remove unused var.
18341 (smerge-keep-all): Preserve markers.
18342 (smerge-keep-n): New fun.
18343 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18344 (smerge-keep-current, smerge-ediff): Use it.
18345 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
18346 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
18347 (smerge-resolve): Resolve trivial 3-part conflicts.
18348
18349 2004-03-23 Juri Linkov <juri@jurta.org>
18350
18351 * man.el (Man-width): New var.
18352 (Man-getpage-in-background): Use it.
18353 (Man-support-local-filenames): New var and fun.
18354 (Man-build-man-command): Don't add a second %s.
18355 (Man-fontify-manpage): Clean up message.
18356 (Man-mode): Set outline-regexp, outline-level,
18357 imenu-generic-expression.
18358
18359 * woman.el (woman-fill-frame): Doc fix.
18360 (woman-decode-region): Use window-width instead of frame-width.
18361
18362 * abbrevlist.el (list-one-abbrev-table):
18363 * descr-text.el (describe-char):
18364 * international/mule-diag.el (describe-current-coding-system):
18365 * international/quail.el (quail-insert-decode-map):
18366 Use window-width instead of frame-width.
18367
18368 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
18369 (jka-compr-mode-alist-additions): Add tbz.
18370 (jka-compr-write-region, jka-compr-insert-file-contents):
18371 Add message for undefined compress-program.
18372 (jka-compr-write-region): Remove redundant var bindings.
18373
18374 * dired-x.el (dired-guess-shell-alist-default): Add choices for
18375 extracting files into subdirectory. Add tbz and dz. Fix regexps.
18376 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
18377 (dired-man): Use dired-guess-shell-command.
18378 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
18379 Change default nil to t.
18380
18381 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
18382 (dired-compare-directories): Add default value for empty input.
18383
18384 * help-at-pt.el: Move suggestions for key bindings to Commentary.
18385
18386 * time.el (display-time-string-forms): Fix help-echo date format.
18387
18388 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
18389
18390 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
18391 (buffer-stale-function): New variable.
18392 (auto-revert-list-diff, auto-revert-dired-file-list)
18393 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
18394 (auto-revert-handler): Take over some functionality of deleted
18395 functions.
18396 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
18397
18398 * dired.el (dired-directory-changed-p): New fun, extracted from
18399 dired-internal-noselect.
18400 (dired-buffer-stale-p): New fun.
18401 (dired-internal-noselect): Use dired-directory-changed-p.
18402 Eliminate revert messages.
18403 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
18404
18405 2004-03-23 Kenichi Handa <handa@m17n.org>
18406
18407 * international/characters.el: Setup syntaxes for more parentheses
18408 Unicode characters.
18409
18410 * international/mule-cmds.el (select-safe-coding-system):
18411 Merge coding-system and auto-cs before comparing them.
18412
18413 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18414
18415 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
18416
18417 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18418 normal-auto-fill-function and comment-indent-function.
18419 The default values now work just as well.
18420 Don't set font-lock-beginning-of-syntax-function since we already set
18421 syntax-begin-function.
18422 (lisp-outline-level): Put ;;;###autoload at same level as (.
18423 (prin1-char): Quote special chars.
18424
18425 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
18426 than with-no-warnings.
18427
18428 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
18429 if the source location can't be found.
18430 (edebug-compute-previous-result): Use prin1-char.
18431
18432 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
18433 (debug-ignored-errors): Add an entry.
18434
18435 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
18436 (byte-compile-file): Output warning when deleting a file.
18437
18438 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
18439 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
18440
18441 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
18442 (byte-compile-inline-expand): Use backquote.
18443 (byte-optimize-pure-func): Rename from byte-optimize-concat.
18444 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
18445
18446 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
18447
18448 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
18449
18450 2004-03-22 Juri Linkov <juri@jurta.org>
18451
18452 * finder.el (finder-known-keywords): Fix data, tex, unix.
18453
18454 * play/landmark.el: Fix keywords.
18455
18456 * language/ethio-util.el (ethio-find-file): Doc fix.
18457
18458 * emacs-lisp/warnings.el: Doc fix.
18459
18460 * textmodes/ispell.el (ispell-help): Doc fix.
18461
18462 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
18463
18464 * format.el (format-insert-file): Always return a list of two
18465 elements, like insert-file-contents does.
18466
18467 2004-03-21 Andre Spiegel <spiegel@gnu.org>
18468
18469 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
18470 and vc-BACKEND-diff.
18471 (vc-print-log): If the print-log implementation supports it, use
18472 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
18473 (vc-version-diff, vc-diff-internal): Doc fixes.
18474
18475 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
18476 implementation supports it, let diff output go to *vc*,
18477 not *vc-diff*, since this is an internal call.
18478
18479 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
18480
18481 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
18482
18483 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
18484
18485 2004-03-21 Dave Love <fx@gnu.org>
18486
18487 * progmodes/cfengine.el (cfengine-mode):
18488 Set parse-sexp-ignore-comments.
18489
18490 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
18491
18492 2004-03-21 Juanma Barranquero <lektu@terra.es>
18493
18494 * allout.el (allout-mode): Fix docstring.
18495
18496 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
18497
18498 * files.el (insert-directory): Fix bug if SWITCHES is a list.
18499
18500 * autorevert.el (auto-revert-interval): Make new value take
18501 effect immediately when set through Custom.
18502 (auto-revert-set-timer): Add interactive declaration.
18503
18504 2004-03-19 David Ponce <david@dponce.com>
18505
18506 * ruler-mode.el (ruler-mode-header-line-format-old):
18507 Don't `make-variable-buffer-local'.
18508 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
18509 (ruler-mode-header-line-format): Simply funcall the above.
18510 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
18511 to save/restore a previous header line format.
18512 (ruler-mode-space): Don't depend on a numeric WIDTH value.
18513 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
18514 fringes and margins width.
18515 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
18516
18517 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
18518
18519 * log-edit.el (log-edit-font-lock-keywords): Typo.
18520
18521 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
18522 (tex-send-tex-command): Rather than here.
18523 (tex-compilation-parse-errors): Simplify.
18524
18525 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
18526
18527 * time.el (display-time-string-forms): Add help-echo with date on time.
18528
18529 * composite.el (compose-region): Use restore-buffer-modified-p.
18530
18531 * disp-table.el (standard-display-8bit): Simplify.
18532
18533 * server.el (server-process-filter): Delete temp frame.
18534
18535 * add-log.el (add-change-log-entry): Simplify.
18536
18537 2004-03-19 Kim F. Storm <storm@cua.dk>
18538
18539 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
18540 (hexl-follow-line): Don't require 'fringe.
18541
18542 * progmodes/compile.el (compilation-start): Always set
18543 compilation-last-buffer and return it.
18544
18545 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
18546
18547 * simple.el (clone-buffer): Doc fix.
18548
18549 2004-03-18 Juanma Barranquero <lektu@terra.es>
18550
18551 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
18552
18553 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18554
18555 * log-edit.el (log-edit-font-lock-keywords): New var.
18556 (log-edit-mode): Use it.
18557
18558 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
18559
18560 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
18561 properly for watching in speedbar.
18562
18563 2004-03-17 Masatake YAMATO <jet@gyve.org>
18564
18565 * smerge-mode.el (smerge-popup-context-menu):
18566 Put `unwind-protect' around `overlay-put' and `popup-menu'.
18567
18568 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18569
18570 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
18571 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
18572 Take sealed revisions into account.
18573 (vc-arch-checkin): Extract a summary line from the message.
18574
18575 2004-03-16 Masatake YAMATO <jet@gyve.org>
18576
18577 * register.el (register): Provide `register' feature.
18578
18579 2004-03-15 Masatake YAMATO <jet@gyve.org>
18580
18581 Added context menu support in smerge mode.
18582 Most of the part is written by Stefan Monnier.
18583
18584 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
18585 New keymap and menu.
18586 (smerge-text-properties): New function.
18587 (smerge-remove-props): New function.
18588 (smerge-popup-context-menu): New function.
18589 (smerge-resolve): Call `smerge-remove-props'.
18590 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
18591 (smerge-keep-current): Ditto.
18592 (smerge-kill-current): New function.
18593 (smerge-match-conflict): Put text properties.
18594 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
18595
18596 2004-03-15 David Ponce <david@dponce.com>
18597
18598 * ruler-mode.el (ruler-mode-left-fringe-cols)
18599 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
18600 (ruler-mode-right-scroll-bar-cols): Remove.
18601 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
18602 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
18603 Use fringe-columns and scroll-bar-columns.
18604
18605 2004-03-15 Masatake YAMATO <jet@gyve.org>
18606
18607 * hl-line.el (hl-line-range-function): New variable.
18608 (hl-line-move): New function.
18609 (global-hl-line-highlight): Use `hl-line-move'.
18610 (hl-line-highlight): Ditto.
18611
18612 * scroll-bar.el (scroll-bar-columns):
18613 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
18614
18615 * ruler-mode.el (top-level): Require scroll-bar and fringe.
18616 (ruler-mode-left-fringe-cols)
18617 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
18618 (ruler-mode-right-scroll-bar-cols)
18619 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
18620 (ruler-mode-ruler-function): New variable.
18621 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
18622 if the value for `ruler-mode-ruler-function' is given.
18623
18624 * hexl.el (hexl-mode-hook): Make the hook customizable.
18625 (hexl-address-area, hexl-ascii-area): New customize variables.
18626 (hexlify-buffer): Put font-lock-faces on the address area and
18627 the ascii area.
18628 (hexl-activate-ruler): New function.
18629 (hexl-follow-line): New function.
18630 (hexl-highlight-line-range): New function.
18631 (hexl-mode-ruler): New function.
18632
18633 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
18634
18635 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
18636 (vc-default-find-file-hook): New fun.
18637 (vc-find-file-hook): Call new find-file-hook operation.
18638
18639 * vc-arch.el: New file.
18640
18641 2004-03-12 Jesper Harder <harder@ifa.au.dk>
18642
18643 * info-look.el (info-lookup): Reuse an existing Info window.
18644
18645 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18646
18647 * woman.el (woman-preserve-ascii): Default value changed to t and
18648 doc string revised.
18649
18650 2004-03-12 Richard M. Stallman <rms@gnu.org>
18651
18652 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
18653 Fix minor bug.
18654
18655 * replace.el (occur-engine): Change message for count of matches.
18656
18657 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
18658 For strings, do compare text properties.
18659
18660 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
18661
18662 * progmodes/compile.el (compile-auto-highlight)
18663 (compilation-error-list, compilation-old-error-list)
18664 (compilation-parse-errors-function, compilation-parsing-end)
18665 (compilation-error-message, compilation-directory-stack)
18666 (compilation-enter-directory-regexp-alist)
18667 (compilation-leave-directory-regexp-alist)
18668 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
18669 (compilation-current-file, compilation-regexps): Remove vars.
18670
18671 (compile-error-at-point, compilation-error-filedata)
18672 (compilation-error-filedata-file-name, compile-reinitialize-errors)
18673 (compilation-next-error-locus, compilation-forget-errors)
18674 (count-regexp-groupings, compilation-parse-errors)
18675 (compile-collect-regexps, compile-buffer-substring): Remove funs.
18676
18677 (compile-internal): Make obsolete.
18678
18679 (compilation-first-column, compilation-error)
18680 (compilation-directory-matcher, compilation-page-delimiter)
18681 (compilation-mode-font-lock-keywords, compilation-debug)
18682 (compilation-error-face, compilation-warning-face)
18683 (compilation-info-face, compilation-line-face)
18684 (compilation-column-face, compilation-enter-directory-face)
18685 (compilation-leave-directory-face, compilation-skip-threshold)
18686 (compilation-skip-visited, compilation-context-lines): New vars.
18687
18688 (compilation-warning-face, compilation-info-face)
18689 (compilation-message-face): New faces.
18690
18691 (compilation-error-regexp-alist-alist): New constant.
18692
18693 (compilation-face, compilation-directory-properties)
18694 (compilation-assq, compilation-error-properties, compilation-start)
18695 (define-compilation-mode, compilation-loop)
18696 (compilation-set-window): New functions.
18697
18698 (compile): Additional argument for interactive compiles like TeX.
18699
18700 * progmodes/grep.el (kill-grep): Move here from compile.el
18701 (grep-error, grep-hit-face, grep-error-face)
18702 (grep-mode-font-lock-keywords): New variables.
18703 (grep-regexp-alist): Simplify regexp and add `binary' case.
18704 (grep-mode): New mode.
18705 (grep-process-setup): Simplify.
18706
18707 2004-03-11 Jason Rumney <jasonr@gnu.org>
18708
18709 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
18710 letters on DOS/Windows.
18711
18712 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
18713
18714 * server.el (server-name): New var.
18715 (server-socket-dir): New var to replace server-socket-name.
18716 (server-start): Use them.
18717
18718 2004-03-11 Simon Josefsson <jas@extundo.com>
18719
18720 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
18721 died to avoid infloop. Reported by Jonathan Glauner
18722 <jglauner@sbum.org>.
18723
18724 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18725
18726 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
18727 (smerge-mode-menu): Use it to deactivate menu entries.
18728 (smerge-keep-current): New fun.
18729 (smerge-keep-current): Use it.
18730
18731 2004-03-10 John Paul Wallington <jpw@gnu.org>
18732
18733 * foldout.el (foldout-fold-list, foldout-modeline-string):
18734 Declare them as variables, not constants.
18735
18736 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18737
18738 * ps-print.el: Modification to print *Messages* buffer.
18739 (ps-print-version): New version 6.6.4.
18740 (ps-message-log-max): New fun.
18741 (ps-spool-without-faces, ps-spool-with-faces)
18742 (ps-count-lines-preprint): Code fix.
18743
18744 * printing.el: New tips in Tips section.
18745
18746 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18747
18748 * delim-col.el: Doc fix.
18749
18750 * printing.el: Doc fix. New doc section (Tips).
18751
18752 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
18753
18754 * type-break.el (type-break-emacs-variant): Remove.
18755 (type-break-run-at-time, type-break-cancel-function-timers):
18756 Use fboundp rather than version name and number.
18757
18758 2004-03-09 Masatake YAMATO <jet@gyve.org>
18759
18760 * hexl.el (hexl-mode): Use `make-local-variable' instead of
18761 `make-variable-buffer-local'.
18762
18763 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
18764
18765 * find-dired.el (find-dired): Call `shell-command' instead of
18766 `start-process-shell-command'. By this, Tramp takes over
18767 handling of remote directories.
18768
18769 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18770
18771 * newcomment.el (comment-use-global-state): New var.
18772 (comment-search-forward): Use it.
18773
18774 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
18775
18776 * cus-edit.el (fill) <defgroup>: Move to fill.el.
18777
18778 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
18779 (enable-kinsoku): Make it a defcustom.
18780 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
18781 paragraph to same-comment-start-marker.
18782
18783 2004-03-07 Dave Love <fx@gnu.org>
18784
18785 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
18786 (browse-url-mail): Use it.
18787
18788 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
18789 (rfc2368-unhexify-string): Use replace-regexp-in-string.
18790
18791 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18792
18793 * woman.el (woman-man.conf-path): Doc fix.
18794 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
18795
18796 2004-03-07 Eli Zaretskii <eliz@gnu.org>
18797
18798 * sort.el (sort-columns): Remove ms-dos from the list of systems
18799 where the external `sort' command is not used.
18800
18801 2004-03-07 Kim F. Storm <storm@cua.dk>
18802
18803 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
18804 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
18805 from overlay-arrow-variable-list.
18806 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
18807
18808 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
18809
18810 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
18811 overlay arrow string properly for the assembler buffer.
18812
18813 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
18814
18815 * mail/sendmail.el (mail-mode): Fix last change.
18816
18817 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
18818
18819 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
18820 for the assembler buffer.
18821 (gdb-assembler-custom): Position the overlay arrow.
18822 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
18823
18824 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
18825
18826 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
18827
18828 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
18829 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
18830
18831 * mail/sendmail.el (mail-mode): Set comment-start-skip.
18832
18833 * newcomment.el (uncomment-region): Allow non-terminated comment.
18834 (comment-normalize-vars): Check the user-specified comstart marker.
18835
18836 2004-03-04 Jesper Harder <harder@ifa.au.dk>
18837
18838 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
18839 Otherwise, do use it if the region only contains font-lock text
18840 properties.
18841
18842 2004-03-04 Masatake YAMATO <jet@gyve.org>
18843
18844 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
18845 as the callback function for eldoc.
18846 (hexl-print-current-point-info): New function.
18847 (hexl-current-address): Print the address in both decimal
18848 and hexadecimal format.
18849
18850 2004-03-04 Richard M. Stallman <rms@gnu.org>
18851
18852 * mail/rmail.el (rmail-convert-to-babyl-format):
18853 Specify t for UNIBYTE when calling mail-unquote-printable-region.
18854
18855 * mail/mail-utils.el (mail-unquote-printable-region):
18856 New arg UNIBYTE.
18857
18858 * startup.el (command-switch-alist): Doc fix.
18859
18860 * simple.el (undo): Temporarily set this-command to `undo-start',
18861 then set it to `undo' once undo-start returns without error.
18862
18863 * simple.el (minibuffer-history-sexp-flag): Doc fix.
18864
18865 * simple.el (kill-line): Don't disregard trailing whitespace
18866 in eol condition, if show-trailing-whitespace is set.
18867
18868 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
18869 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
18870 When disabling, restore old values only if mouse-sel-has-been-enabled.
18871
18872 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
18873 (isearch-{-char): New function.
18874 (isearch-mode-map): Bind { to isearch-{-char.
18875
18876 * font-lock.el (lisp-font-lock-keywords-2):
18877 Turn off the CL with-... and do-... general patterns.
18878 Instead, recognize several specific with... and do... constructs.
18879
18880 * files.el (switch-to-buffer-other-window):
18881 Bind same-window-buffer-names and same-window-regexps to nil.
18882 (switch-to-buffer-other-frame): Likewise.
18883
18884 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
18885
18886 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
18887 recognizing leading comment on code line.
18888
18889 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
18890
18891 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
18892 hidden files/directories.
18893
18894 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
18895
18896 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
18897 only comment-start (in case the mode hasn't set it).
18898
18899 * Makefile.in (AUTOGENEL): New var.
18900 (bootstrap-prepare): Rename from bootstrap-clean.
18901 Don't remove elc files.
18902 (maintainer-clean): New target.
18903
18904 * xml.el (xml-get-attribute-or-nil): Simplify.
18905
18906 2004-03-02 Juri Linkov <juri@jurta.org>
18907
18908 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
18909 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
18910 URL to prevent their substitution with the environment variable
18911 values by browsers.
18912
18913 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18914
18915 * ps-print.el: Doc fix.
18916 (ps-print-version): New version number (6.6.3).
18917 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
18918 Docstring fix.
18919 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
18920 before printing.
18921 (ps-time-stamp-yyyy-mm-dd): New fun.
18922 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
18923
18924 2004-03-02 Kim F. Storm <storm@cua.dk>
18925
18926 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
18927
18928 2004-03-01 Juanma Barranquero <lektu@terra.es>
18929
18930 * allout.el (allout-rebullet-heading): Fix typo in docstring.
18931
18932 * desktop.el (desktop-file-version)
18933 (desktop-after-read-hook): Fix typos.
18934 (desktop-clear-preserve-buffers): Remove redundant info in
18935 docstring already shown by the obsolescence message.
18936 (desktop-truncate, desktop-internal-v2s)
18937 (desktop-value-to-string): Change argument name to match docstring.
18938
18939 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
18940
18941 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
18942 docstring.
18943
18944 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18945
18946 * printing.el: Replace "As Is..." in PostScript file print/preview by
18947 "No Preprocessing...". Suggested by Colin Marquardt
18948 <_marquardt_@zmd.de>.
18949 (pr-insert-section-4): Adjust buffer interface.
18950
18951 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
18952
18953 Version 2.0.39 of Tramp released.
18954
18955 * net/tramp.el (tramp-handle-file-local-copy)
18956 (tramp-handle-write-region, tramp-open-connection-rsh):
18957 Variable name typo. Small change. From Patrick Tullmann
18958 <tullmann@flux.utah.edu>.
18959 (tramp-process-connection-type): New variable.
18960 (tramp-maybe-open-connection): Use it.
18961 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
18962 (tramp-touch): Set last-modified time of a remote file.
18963 (tramp-handle-write-region): Say which function is used when encoding.
18964
18965 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
18966
18967 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
18968 case of non-existing filename, too. Reported by Christoph Bauer
18969 <c_bauer@informatik.uni-kl.de>.
18970 (tramp-smb-get-file-entries): The directory in question should
18971 have permissions "drwxrwxrwx". Just virtual, because we don't
18972 know the real permissions. Don't we know?
18973 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
18974 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
18975 (tramp-smb-wait-for-output): Optimize algorithm getting pending
18976 output. If it was received chunkwise, there have been problems.
18977 Remove the "prompt not found" error message; it is obvious.
18978 Simplify algorithm.
18979 (tramp-smb-process-running): Remove. Since we acknowledge the
18980 virtual prompt for shares, there's no need for distinction of
18981 reading shares (process ends afterwards) and interactive mode of
18982 smblient.
18983 (tramp-smb-open-connection): Setting process sentinel removed.
18984 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
18985 "NT_STATUS_NETWORK_ACCESS_DENIED".
18986 (tramp-smb-maybe-open-connection): Set `process-connection-type'
18987 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
18988 (top-level): Setting default value in `tramp-default-method-alist'
18989 corrected. Order of USER and HOST have been wrong.
18990 Nobody complained for months ...
18991 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
18992 (tramp-smb-open-connection): Clear password cache if login has failed.
18993
18994 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
18995 `tramp-unified-filenames'.
18996 (tramp-completion-mode): Make test for XEmacs explicitly.
18997 `event-to-character' can exists in Emacs packages too.
18998 Reported by Matt Swift <swift@alum.mit.edu>.
18999 (tramp-buffer-name): Buffer name must contain the user if exists.
19000 Reported by Adrian Phillips <a.phillips@met.no>.
19001 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19002 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19003 (tramp-do-copy-or-rename-file-out-of-band): Rename from
19004 `tramp-do-copy-or-rename-file-one-local', because it handles also
19005 the case both files use the same out-of-band method.
19006 Implementation added.
19007 (tramp-handle-file-local-copy, tramp-handle-write-region):
19008 Out-of-band handling removed. `copy-file' called instead, which
19009 calls `tramp-do-copy-or-rename-file-out-of-band'.
19010 (tramp-action-password): Check for out-of-band method removed.
19011 This function is used for 'login-program.
19012 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19013 appropriate.
19014 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19015 and `tramp-parse-sknownhosts'.
19016 (tramp-completion-function-alist): It's a defvar now, because we
19017 want to apply the optimized `tramp-set-completion-function'
19018 instead of a static list.
19019 (tramp-set-completion-function): Implementation tuned.
19020 Avoid double entries, and entries where the function or the
19021 file/directory doesn't exist.
19022 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19023 for SSH2.
19024 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19025 (tramp-handle-dired-compress-file): New function.
19026 (tramp-async-proc): New variable.
19027 (tramp-handle-shell-command): Adding asynchronous processes.
19028 They are far from being perfect, but it works at least for
19029 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19030 (top-level): Require password.el if visible. Should be mandatory
19031 once No Gnus has found its way into (X)Emacs.
19032 (tramp-read-passwd): Invoke `password-read' if available,
19033 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
19034 fallback any longer.
19035 (tramp-clear-passwd): New function.
19036 (tramp-process-actions, tramp-process-multi-actions):
19037 Clear password cache if login has failed.
19038
19039 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
19040 its own module.
19041 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19042 `ange-ftp-ftp-name-res'. There could be incorrect values from
19043 previous calls in case the "ftp" method is used in the Tramp file
19044 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19045
19046 2004-02-28 Richard M. Stallman <rms@gnu.org>
19047
19048 * term.el (term-mouse-paste): Call mouse-set-point.
19049
19050 * thumbs.el: New file.
19051
19052 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19053
19054 * progmodes/ebnf-abn.el: Doc fix.
19055
19056 * progmodes/ebnf-bnf.el: Doc fix.
19057 (ebnf-repeat): Code fix.
19058
19059 * progmodes/ebnf2ps.el: Doc fix.
19060 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19061
19062 2004-02-28 Juri Linkov <juri@jurta.org>
19063
19064 * ffap.el (dired-at-point): Additional writability test for
19065 relative directory names.
19066 (dired-at-point-prompter): Treat directories as a directory, get
19067 the directory component from files.
19068 (ffap-string-at-point): Return string from region if region is active.
19069 (ffap-file-at-point): Remove redundant code.
19070
19071 2004-02-28 Kim F. Storm <storm@cua.dk>
19072
19073 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
19074 Initialize margin area images to nil.
19075 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
19076 (breakpoint-enabled-bitmap-face)
19077 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
19078 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
19079 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
19080 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
19081 (gdb-reset): Use gdb-remove-breakpoint-icons.
19082 (gdb-put-string): Add dprop arg to specify alternative display
19083 property (for setting fringe bitmap).
19084 (gdb-remove-strings): Doc fix.
19085 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
19086 icon in fringe (if available), or else as icon or text in display
19087 margin. Creates necessary icons in breakpoint-bitmap,
19088 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
19089 Also make left window margin if required.
19090 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
19091 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
19092 no longer needed.
19093 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
19094 gdb-put-breakpoint-icon.
19095 (gdb-assembler-mode): Don't set left-margin-width here.
19096
19097 2004-02-27 Kevin Ryde <user42@zip.com.au>
19098
19099 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
19100 comma, so that it DTRT in macros.
19101
19102 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
19103
19104 * progmodes/sh-script.el (sh-shell-arg)
19105 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
19106 (sh-leading-keywords, sh-other-keywords): Fix custom type.
19107
19108 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
19109
19110 * faces.el (face-spec-set-match-display): Add a new attribute,
19111 `min-colors'.
19112 (region, highlight, secondary-selection): Use `min-colors'.
19113
19114 * custom.el (defface): Add documentation for `min-colors'.
19115
19116 * font-lock.el (font-lock-comment-face, font-lock-string-face)
19117 (font-lock-keyword-face, font-lock-function-name-face)
19118 (font-lock-variable-name-face, font-lock-constant-face):
19119 Use `min-colors'.
19120
19121 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
19122
19123 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19124
19125 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
19126 define assq-delete-all if it's not defined.
19127 (ebnf-generate-region): Code fix.
19128
19129 * printing.el: Doc fix.
19130 (pr-version): New version number (6.7.2).
19131 (pr-command): Return empty string if command is an empty string.
19132
19133 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19134
19135 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
19136
19137 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
19138 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
19139 semi-down-full. Fix a bug on productions like test = {"test"}* | (
19140 "tt" ["test"] ). Reported by Markus Dreyer
19141 <mdreyer@ix.urz.uni-heidelberg.de>.
19142 (ebnf-version): New version number (4.0).
19143 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
19144 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
19145 (ebnf-delete-style): New commands.
19146 (ebnf-directory, ebnf-file): New funs.
19147 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
19148 (ebnf-production-name-p, ebnf-stop-on-error): New options.
19149 (ebnf-syntax-alist): New var.
19150 (ebnf-element-width): New fun replacing ebnf-list-width.
19151 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
19152 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
19153 (ebnf-prologue): Adjust vars.
19154 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
19155 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
19156 (ebnf-check-style-values, ebnf-generate-production)
19157 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
19158 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
19159 (ebnf-token-repeat): Code fix.
19160
19161 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
19162 %right, %left and %prec. Suggested by Matthew K. Junker
19163 <junker@alum.mit.edu>.
19164 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
19165
19166 * progmodes/ebnf-iso.el: Doc fix.
19167 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
19168 (ebnf-iso-lex): Code fix.
19169
19170 * progmodes/ebnf-bnf.el: Doc fix.
19171 (ebnf-bnf-lex): Code fix.
19172
19173 * progmodes/ebnf-otz.el: Doc fix.
19174
19175 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
19176
19177 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
19178 (abbrev-prefix-mark): Doc fix.
19179
19180 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
19181
19182 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
19183 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
19184 (gdb-var-delete): Make interactive (really).
19185 (gdb-edit-value): Make non-interactive.
19186
19187 * progmodes/gud.el (gud-speedbar-menu-items):
19188 Add gdb-var-delete and, indirectly, gdb-edit-value.
19189 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
19190 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
19191 (gud-gdb-marker-filter): Add comment for annotations.
19192
19193 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19194
19195 * calendar/calendar.el (generate-calendar)
19196 (calendar-read-date): Prevent display of BC calendars once more -
19197 reverts 2003-10-01 change.
19198 (generate-calendar-month): Doc fix.
19199
19200 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
19201
19202 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
19203 return value of increment-calendar-month.
19204
19205 2004-02-21 Stephen Compall <s11@member.fsf.org>
19206
19207 * saveplace.el (save-place-forget-unreadable-files)
19208 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
19209 (save-place-forget-unreadable-files): New function.
19210 (save-place-alist-to-file): Use it to filter out files that are
19211 no longer readable.
19212
19213 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
19214 current Texinfo environment, using the same method as in
19215 `texinfo-insert-@end', and insert a space rather than a newline if
19216 point in a @table environment.
19217
19218 2004-02-21 Juri Linkov <juri@jurta.org>
19219
19220 * ffap.el (ffap-file-at-point): Try parent directories.
19221
19222 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
19223
19224 * vcursor.el (vcursor-modifiers): New defcustom.
19225 (vcursor-cs-binding): Use vcursor-modifiers instead of a
19226 hard-coded list.
19227
19228 2004-02-21 Masatake YAMATO <jet@gyve.org>
19229
19230 * play/animate.el (animate-birthday-present): Accept names other
19231 than `Sarah', too.
19232
19233 2004-02-21 Juri Linkov <juri@jurta.org>
19234
19235 * startup.el: Remove table of command line arguments from the
19236 Commentary section.
19237
19238 2004-02-20 John Wiegley <johnw@newartisans.com>
19239
19240 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
19241 again" modifier from 'e' to 'E', since 'e' is also used by the
19242 "file extension" modifier.
19243
19244 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
19245
19246 * help-fns.el (describe-categories): Doc fix.
19247
19248 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19249
19250 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
19251 temporary file for buffer already visiting one. This change makes
19252 output likely to be directly usable by patch program.
19253 Suggested by Adrian Aichner <adrian@xemacs.org>
19254
19255 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
19256
19257 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
19258 case of variables defined in compound statements.
19259 (gdb-setup-windows, gdb-source-info, gdb-source-info):
19260 Simplify constructions using switch-to-buffer.
19261
19262 2004-02-19 Simon Josefsson <jas@extundo.com>
19263
19264 * play/morse.el: Fix typo.
19265 (morse-code): Add @.
19266
19267 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19268
19269 * calendar/appt.el (appt-display-format): Change default to
19270 'ignore, for backwards compatibility.
19271 (appt-display-message): If appt-display-format is 'ignore,
19272 respect old vars appt-msg-window and appt-visible.
19273 (appt-activate): Don't depend on return value of cancel-timer.
19274
19275 * calendar/calendar.el (calendar-holidays): Doc fix.
19276
19277 * calendar/cal-coptic.el (coptic-prompt-for-date):
19278 Use assoc-string instead of assoc-ignore-case.
19279 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
19280 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
19281 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
19282 * calendar/cal-islam.el (calendar-goto-islamic-date)
19283 (mark-islamic-diary-entries): Ditto.
19284 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
19285 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
19286 (calendar-read-mayan-tzolkin-date): Ditto.
19287 * calendar/calendar.el (calendar-read-date): Ditto.
19288 * calendar/diary-lib.el (mark-diary-entries): Ditto.
19289
19290 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
19291
19292 * progmodes/executable.el (executable-command-find-posix-p):
19293 Fix choice of the directory.
19294
19295 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
19296
19297 * simple.el (interprogram-cut-function)
19298 (interprogram-paste-function, kill-new, kill-append):
19299 Doc fixes.
19300 (kill-region): Make it return nil. Doc fix.
19301 (yank-pop): Make its argument optional.
19302 (yank): Make ARG `-' equivalent to `-1'.
19303
19304 2004-02-17 Eli Zaretskii <eliz@gnu.org>
19305
19306 * mail/rmail.el (rmail-get-new-mail): Don't reference
19307 rmail-use-spam-filter if rmail-spam-filter is not loaded.
19308
19309 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
19310
19311 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
19312 if one of global-auto-revert-non-file-buffers or autorevert-mode
19313 is non-nil.
19314
19315 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19316
19317 * subr.el (delete-dups): A better implementation from Karl Heuer
19318 <kwzh@gnu.org>.
19319
19320 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
19321
19322 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
19323 correct place.
19324 * progmodes/icon.el (icon-indent-command): Ditto.
19325 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
19326
19327 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19328
19329 * progmodes/grep.el (grep-compute-defaults): Undo change from
19330 2004-01-29: don't use executable-command-find-posix-p.
19331
19332 2004-02-16 Richard Sharman <rsharman@pobox.com>
19333
19334 * hilit-chg.el: Use require instead of eval-and-compile.
19335 (highlight-compare-buffers): New function.
19336
19337 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
19338
19339 * man.el (Man-fontify-manpage): Render section headings in
19340 `Man-overstrike-face' even when overstrike was not used by man
19341 formatter for section headings.
19342
19343 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
19344
19345 * rmail-spam-filter.el (vm-use-spam-filter)
19346 (rsf-min-region-length-added-to-spam-list): New variables.
19347 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
19348 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
19349 spam testing. Don't delete spam message if automatic deletion
19350 after output via variable rmail-delete-after-output is turned on.
19351 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
19352 rsf-bbdb-dont-create-entries-for-spam.
19353 (check-field): New function, extracted from code in
19354 rmail-spam-filter to ease addition of header fields like content-type.
19355 (message-content-type): New variable to check the content-type:
19356 field added, also in defcustom of rsf-definitions-alist.
19357 (rmail-spam-filter): Replace repeated test code for header fields
19358 by calls to check-field; change the call to
19359 rmail-output-to-rmail-file such that rmail-current-message stays
19360 the same to avoid wrong deletion of unseen flags.
19361 (rsf-add-contents-type): New function to convert old format
19362 of rmail-spam-definitions-alist into new one.
19363 Change prefixes of all variables and functions from
19364 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
19365
19366 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19367
19368 * loadhist.el (unload-hook-features-list): New defvar.
19369
19370 2004-02-16 Dave Love <fx@gnu.org>
19371
19372 * loadhist.el (unload-feature): Doc fix. Rename flist to
19373 unload-hook-features-list.
19374
19375 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
19376
19377 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
19378 cookie. Don't check if we are looking-at open-formula.
19379
19380 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
19381
19382 * subr.el (match-string-no-properties): Use substring-no-properties.
19383
19384 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19385
19386 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
19387 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
19388 Use lower-case "rx" in all error message.
19389
19390 2004-02-16 Dave Love <fx@gnu.org>
19391
19392 * emacs-lisp/rx.el (rx-or): Put group around result.
19393 (rx-constituents): Add backref.
19394 (rx-syntax): Add string-delimiter, comment-delimiter.
19395 (rx-categories): Add combining-diacritic.
19396 (rx-check-not, rx-greedy, rx): Doc fix.
19397 (rx-backref, rx-check-backref): New.
19398
19399 2004-02-16 Jesper Harder <harder@ifa.au.dk>
19400
19401 * newcomment.el (uncomment-region): Allow eob as comment end.
19402
19403 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
19404
19405 * filecache.el: All message and error commands now use prefix
19406 "Filecache:" to make it easy to read *Messages* buffer.
19407
19408 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
19409
19410 * autorevert.el: Add support to detect changed dired and VC buffers.
19411 (auto-revert-active-p, auto-revert-list-diff)
19412 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
19413 (auto-revert-handler, auto-revert-active-p): New functions.
19414 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
19415 and `auto-revert-active-p'.
19416 (eval-when-compile): Defvar dired-directory and vc-mode.
19417 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19418 (auto-revert-handler-vc): New functions.
19419
19420 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
19421
19422 * progmodes/compile.el (compilation-directory): New defvar.
19423 (compile): Save current directory in compilation-directory.
19424 (recompile): Bind default-directory to compilation-directory if
19425 that is non-nil.
19426
19427 2004-02-16 Dave Love <fx@gnu.org>
19428
19429 * newcomment.el (comment-insert-comment-function)
19430 (comment-region-function, uncomment-region-function): New.
19431 (comment-indent): Use comment-insert-comment-function.
19432 (uncomment-region): Use uncomment-region-function.
19433 (comment-region): Use comment-region-function.
19434
19435 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
19436
19437 2004-02-16 Richard Stallman <rms@gnu.org>
19438
19439 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
19440 loaddefs* and ldefs-boot*.
19441
19442 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19443
19444 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
19445 and email address at the beginning and end of the address.
19446
19447 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
19448 anchored at the beginning of the email address.
19449
19450 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
19451
19452 * international/ccl.el (ccl-compile-write): Pass `left' to
19453 ccl-embed-code to generate correct code of write-expr-register.
19454
19455 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
19456
19457 * progmodes/grep.el (grep-compute-defaults): Fix typos.
19458
19459 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19460
19461 * x-dnd.el: Mention support for Motif in commentary.
19462 (x-dnd-handle-drag-n-drop-event): Ditto.
19463
19464 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
19465
19466 * ses.el: Use "ses--" prefixes for buffer-local variables.
19467 Use (point-min) instead of 1, even when we know the buffer
19468 is unnarrowed.
19469 (ses-build-load-map): Delete. Distribute its content to defconsts for
19470 the three maps.
19471 (ses-menu, ses-header-line-menu): New menus.
19472 (ses-mode-map): Use them.
19473 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
19474
19475 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
19476
19477 * Makefile.in: Fix the CC Mode recompile kludge so it works
19478 when building in a different directory.
19479
19480 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
19481
19482 * simple.el (kill-new): Put yank-handler property on the entire string.
19483
19484 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19485
19486 * diff.el: Don't use compile any more, use diff-mode instead.
19487 (diff-regexp-alist, diff-old-file, diff-new-file)
19488 (diff-parse-differences, diff-process-setup): Remove.
19489 (diff-sentinel): New fun.
19490 (diff): Use it. Run the process ourselves.
19491 Use diff-mode for the rest of the processing.
19492
19493 * diff.el (diff): Simplify code handling `switch'.
19494
19495 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19496
19497 * pcvs-defs.el (cvs-menu): Add `tag'.
19498
19499 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
19500
19501 * simple.el (kill-append): Doc fix.
19502
19503 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19504 Adapt outline-regexp to the new conventions for commenting out code.
19505
19506 2004-02-11 John Paul Wallington <jpw@gnu.org>
19507
19508 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
19509
19510 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
19511
19512 * diff.el (diff-switches): New fun.
19513 (diff, diff-backup): Use it.
19514 (diff): Clean up the args construction. Use backquote.
19515 Use listp instead of consp to avoid putting a nil arg.
19516 (diff): Add a revert-buffer function.
19517
19518 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19519
19520 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
19521 handled by x-dnd-handle-file-name.
19522 (x-dnd-known-types): Add COMPOUND_TEXT.
19523 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
19524 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
19525 x-dnd-empty-state.
19526 (x-dnd-forget-drop): Ditto.
19527 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
19528 (x-dnd-handle-one-url): Return private when inserting text.
19529 (x-dnd-insert-ctext): New function.
19530 (x-dnd-handle-file-name): New function for FILE_NAME.
19531 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
19532 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
19533 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
19534
19535 2004-02-10 Kenichi Handa <handa@m17n.org>
19536
19537 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
19538 instead of while loop.
19539
19540 2004-02-10 Miles Bader <miles@gnu.org>
19541
19542 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
19543
19544 2004-02-09 Kenichi Handa <handa@m17n.org>
19545
19546 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
19547 have end-of-line.
19548
19549 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
19550
19551 * Makefile.in: Added extra dependencies in the recompile target
19552 needed to cope with the compile time macro expansions in CC Mode.
19553
19554 2004-02-09 Kim F. Storm <storm@cua.dk>
19555
19556 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
19557 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
19558 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
19559 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
19560 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
19561 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
19562 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
19563 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
19564 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
19565 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
19566 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
19567
19568 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
19569
19570 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
19571 Don't allow shrink if there's a window on our right.
19572
19573 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
19574 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
19575 Bring together declaration and initialization.
19576 (prolog-mode-variables): Don't set the syntax table.
19577 Don't set paragraph-start and comment-indent-function.
19578 Add /*..*/ to the comment regexps.
19579 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
19580 (prolog-mode-map): Don't bind TAB.
19581 (prolog-mode): Set the syntax table.
19582 (prolog-comment-indent): Remove.
19583 (inferior-prolog-mode-map): Initialize in the declaration.
19584 (inferior-prolog-mode-syntax-table)
19585 (inferior-prolog-mode-abbrev-table): New vars.
19586 (inferior-prolog-mode): Derive from comint-mode.
19587 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
19588 minibuffer windows.
19589
19590 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
19591 in file names, as long as it is unambiguous.
19592
19593 2004-02-08 Andreas Schwab <schwab@suse.de>
19594
19595 * textmodes/reftex-toc.el
19596 (reftex-toc-load-all-files-for-promotion): Remove useless use of
19597 format. Doc fix.
19598
19599 * textmodes/refer.el (refer-find-entry-internal): Remove extra
19600 format string arguments.
19601
19602 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
19603 string argument.
19604
19605 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
19606
19607 * play/zone.el (zone-call): Fix format string.
19608
19609 * net/webjump.el (webjump-builtin): Add missing format string argument.
19610
19611 * midnight.el (midnight-delay-set): Remove extra format string argument.
19612
19613 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
19614
19615 * hexl.el (hexl-insert-char): Add missing format string argument.
19616
19617 * format.el (format-decode): Fix format string.
19618
19619 * emulation/vi.el (vi-mode): Remove extra format string argument.
19620 (vi-repeat-last-search): Likewise.
19621 (vi-reverse-last-search): Likewise.
19622 (vi-goto-mark): Likewise.
19623 (vi-reverse-last-find-char): Likewise.
19624 (vi-repeat-last-find-char): Likewise.
19625 (vi-locate-def): Likewise.
19626
19627 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
19628
19629 * ediff-util.el (ediff-toggle-read-only): Remove extra format
19630 string argument.
19631 (ediff-toggle-regexp-match): Likewise.
19632
19633 * dired-aux.el (dired-do-query-replace-regexp): Add missing
19634 format string argument.
19635
19636 * calc/calc-map.el (calc-get-operator): Remove extra format
19637 string argument.
19638
19639 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
19640
19641 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
19642 string argument.
19643
19644 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
19645
19646 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
19647
19648 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
19649
19650 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
19651 (cl-struct-setf-expander): Likewise.
19652
19653 * vc.el (with-vc-file): Fix unsafe uses of error.
19654 (vc-cancel-version): Likewise.
19655
19656 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
19657
19658 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
19659 thousands separator; fixes <class>:<line-number> regexp for
19660 non-english locales.
19661
19662 2004-02-08 Andreas Schwab <schwab@suse.de>
19663
19664 * view.el (view-mode-enable): Revert previous change.
19665
19666 2004-02-07 Kim F. Storm <storm@cua.dk>
19667
19668 * simple.el (line-number-at-pos): Rename from line-at-pos.
19669 Uses changed (what-line and vc-annotate-warp-version).
19670
19671 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19672
19673 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
19674 (diff-mode): Remove aborted attempt at support for compile.el.
19675 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
19676
19677 2004-02-06 Andreas Schwab <schwab@suse.de>
19678
19679 * view.el (view-mode-enable): Add view-mode-map to
19680 minor-mode-overriding-map-alist.
19681
19682 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19683
19684 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
19685
19686 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
19687
19688 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
19689 with point inside rather than after the paragraph.
19690
19691 2004-02-04 Sam Steingold <sds@gnu.org>
19692
19693 * mail/smtpmail.el (smtpmail-try-auth-methods):
19694 Do not try authentication when no mechanism is available.
19695 Pass port-name as defaultport to `netrc-machine'.
19696
19697 2004-02-04 Stephen Eglen <stephen@gnu.org>
19698
19699 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
19700 to show how minibuffer height can be constrained.
19701
19702 2004-02-04 John Paul Wallington <jpw@gnu.org>
19703
19704 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
19705
19706 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19707
19708 * x-dnd.el: New file for drag and drop.
19709
19710 * term/x-win.el: require x-dnd, set after-make-frame-functions
19711 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
19712 drag-n-drop event.
19713
19714 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
19715 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
19716 (dired-dnd-handle-file): New functions for drag and drop support.
19717 (dired-mode): Initialize drag and drop if x-dnd present.
19718
19719 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
19720
19721 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
19722 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
19723 (cperl-mode): Set fill-paragraph-function.
19724 (cperl-fill-paragraph): Make it non-interactive.
19725
19726 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
19727
19728 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
19729
19730 2004-02-02 David Kastrup <dak@gnu.org>
19731
19732 * replace.el (perform-replace): Allow 'literal argument in
19733 regexp-flag to indicate literal replacement.
19734 (query-replace-regexp-eval): Use it.
19735
19736 2004-02-01 Andreas Schwab <schwab@suse.de>
19737
19738 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
19739
19740 2004-02-01 Stephen Eglen <stephen@gnu.org>
19741
19742 * info-look.el: Add support for maxima-mode. Update commentary
19743 because info-lookup-symbol is now bound to C-h S.
19744
19745 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
19746
19747 * simple.el (edit-and-eval-command): Bind print-level and
19748 minibuffer-history-sexp-flag around call to read-from-minibuffer.
19749 Correct initial position in command-history.
19750
19751 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
19752
19753 * files.el (read-directory-name): Adapt the docstring to recent
19754 change in Fread_file_name.
19755
19756 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
19757
19758 * ses.el (ses-print-cell): If print format too wide for column
19759 width, truncate decimal places if that helps to avoid "#####" fill.
19760 * ses.el (ses-initial-column-width): Revert previous change.
19761
19762 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
19763
19764 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
19765 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
19766 Add edebug info.
19767 (jit-lock-mode): Setup/cancel the new timer.
19768 (jit-lock-context-fontify): New fun. Extracted from
19769 context fontification code of jit-lock-stealth-fontify.
19770 (jit-lock-stealth-fontify): Don't do context fontification any more.
19771
19772 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
19773 (jit-lock-fontify-now): Handle the `quit' case.
19774 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
19775
19776 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
19777
19778 * progmodes/executable.el (executable-command-find-posix-p):
19779 New. Check if find handles arguments Posix-style.
19780
19781 * progmodes/grep.el (grep-compute-defaults):
19782 Use executable-command-find-posix-p.
19783 (grep-find): Check `grep-find-command'.
19784
19785 * filecache.el (file-cache-find-posix-p): Delete.
19786 (file-cache-add-directory-using-find):
19787 Use `executable-command-find-posix-p'.
19788
19789 2004-01-29 Dave Love <fx@gnu.org>
19790
19791 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19792 Iterate the hook function if arg is given.
19793 (mark-defun, narrow-to-defun): Change order of finding the limits.
19794
19795 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
19796 (byte-compile-format-warn): New.
19797 (byte-compile-callargs-warn): Use it.
19798 (Format, message, error): Add byte-compile-format-like property.
19799 (byte-compile-maybe-guarded): New.
19800 (byte-compile-if, byte-compile-cond): Use it.
19801 (byte-compile-lambda): Compile interactive forms,
19802 just to make warnings about them.
19803
19804 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
19805
19806 * ses.el (ses-initial-column-width): Increase to 14, so it will
19807 work well with the default printer of "%.7g" for extreme values
19808 like "-1.234567e+07".
19809
19810 2004-01-29 Kenichi Handa <handa@m17n.org>
19811
19812 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
19813
19814 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
19815
19816 * dos-w32.el: Added support for the `default-printer-name' function.
19817
19818 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
19819
19820 * server.el (server-socket-name): Don't use the hostname in the
19821 socket name since /tmp is local to the host anyway.
19822
19823 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
19824 robust check of widening and fix var-naming.
19825
19826 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
19827
19828 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
19829 or rmail-spam- to rsf- in all function and variable names.
19830 (rsf-min-region-to-spam-list): New variable.
19831 (rsf-bbdb-auto-delete-spam-entries): Rename from
19832 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
19833 scanned together with the recipients field for spam testing; Don't
19834 delete spam message if rmail-delete-after-output is non-nil;
19835 (rsf-check-field): New function, extracted from code in
19836 rmail-spam-filter to ease addition of header fields like
19837 content-type:;
19838 (message-content-type): New variable. The content-type: field was
19839 added also in defcustom of rsf-definitions-alist;
19840 (rmail-spam-filter): Replace repeated test code for header fields
19841 by calls to check-field; change the call to
19842 rmail-output-to-rmail-file such that rmail-current-message stays
19843 the same to avoid wrong deletion of unseen flags.
19844 (rmail-use-spam-filter): Add autoload cookie.
19845
19846 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
19847
19848 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
19849 (file-cache-add-directory-using-find): Add Cygwin support.
19850 (file-cache-find-command-posix-flag): New user variable.
19851
19852 * filecache.el (file-cache-add-directory): Check for
19853 directories an remove them from dir-files.
19854
19855 2004-01-27 Richard M. Stallman <rms@gnu.org>
19856
19857 * man.el (Man-fontify-manpage): Clean up message.
19858
19859 2004-01-27 Kenichi Handa <handa@m17n.org>
19860
19861 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
19862 (sentence-end): Define using sentence-end-without-space.
19863
19864 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
19865 a sentence ends with one of a character in sentence-end-without-space.
19866
19867 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
19868
19869 * font-lock.el (font-lock): Add jit-lock as explicit group member.
19870 (jit-lock): Group declaration moved to jit-lock.el.
19871 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
19872 when necessary.
19873
19874 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
19875 (jit-lock-context-unfontify-pos): Rename from
19876 jit-lock-first-unfontify-pos.
19877 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
19878
19879 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19880
19881 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
19882 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
19883 (fortran-fill): When filling a string, adjust re-search-backward
19884 argument for special case of string just on fill-column.
19885 When filling non-string, allow one extra char if
19886 fortran-break-before-delimiters is non-nil.
19887 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
19888 Use fortran-break-delimiters-re and fortran-no-break-re to
19889 correctly handle cases such as "**".
19890
19891 * progmodes/f90.el (f90-break-delimiters): Doc fix.
19892 (f90-no-break-re): Add some extra tokens. Doc fix.
19893
19894 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
19895
19896 * mail/rmail-spam-filter.el:
19897 Use two semicolons as Commentary line prefix.
19898 Add ";;; Code:" stylized comment.
19899 Delete end-of-line whitespace.
19900 Wrap (require 'cl) with `eval-when-compile'.
19901
19902 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
19903
19904 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
19905 at the top level of vc.el.
19906
19907 2004-01-23 Andre Spiegel <spiegel@gnu.org>
19908
19909 * vc.el (vc-current-line): Function removed. This is now done by
19910 the new function line-at-pos in simple.el.
19911 (vc-annotate-warp-version): Use line-at-pos instead of
19912 vc-current-line.
19913
19914 2004-01-22 Kim F. Storm <storm@cua.dk>
19915
19916 * simple.el (line-at-pos): New defun.
19917 (what-line): Use it. Optimize by only counting lines in narrowed
19918 region once.
19919
19920 2004-01-22 Kenichi Handa <handa@m17n.org>
19921
19922 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
19923 point (register r1) only for charset mule-unicode-0100-24ff.
19924
19925 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
19926
19927 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
19928 trailing white space and ensure a final newline.
19929
19930 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
19931 Add autoload cookie.
19932
19933 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
19934
19935 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
19936 activate view-mode explicitly.
19937
19938 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19939
19940 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
19941 menu-bar-enable-clipboard and make Paste use clipboard first.
19942
19943 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19944
19945 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
19946 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
19947 (vc-mcvs-cvs): Remove.
19948 (vc-mcvs-command): Remove use of assert.
19949
19950 * outline.el (outline-insert-heading): Tighten up match.
19951 (outline-demote, outline-move-subtree-down): Don't assume anything
19952 about outline-regexp.
19953
19954 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
19955 (texinfo-show-structure): Explicitly add ^, and simplify.
19956
19957 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
19958
19959 * calendar/appt.el (appt-check): Restore usage of
19960 appt-issue-message deleted in previous change.
19961 (top-level): Activate package when loaded (needed for backwards
19962 compatibility).
19963
19964 2004-01-20 Jesper Harder <harder@ifa.au.dk>
19965
19966 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
19967 following previous change to smtpmail-send-data.
19968
19969 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
19970
19971 * vc.el (vc-default-previous-version): Doc enhancement.
19972 (vc-default-next-version): New function.
19973 (vc-print-log): New arg FOCUS-REV.
19974 (vc-annotate-mode): Derive from view-mode.
19975 (vc-annotate): New args REVISION, DISPLAY-MODE.
19976 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
19977 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
19978 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
19979 (vc-annotate-show-diff-revision-at-line, vc-current-line)
19980 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
19981
19982 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
19983
19984 2004-01-19 Karl Berry <karl@gnu.org>
19985
19986 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
19987 or "TexInfo".
19988
19989 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
19990
19991 * subr.el (delete-dups): New function.
19992
19993 2004-01-19 Karl Berry <karl@gnu.org>
19994
19995 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
19996 with ^, since that's what texinfo-show-structure
19997 documentation says (plus it works much better in texinfo.txi).
19998
19999 2004-01-18 Jesper Harder <harder@ifa.au.dk>
20000
20001 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20002
20003 2004-01-18 David Ponce <david@dponce.com> (tiny change)
20004
20005 * progmodes/which-func.el (which-function-mode): Don't cancel
20006 which-func-update-timer if not set.
20007
20008 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
20009
20010 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20011 Remove spurious left square bracket in XX:XXam regexp.
20012
20013 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
20014
20015 * progmodes/cc-defs.el: Do not require cl at run time.
20016
20017 2004-01-16 Richard M. Stallman <rms@gnu.org>
20018
20019 * emacs-lisp/cl.el (cl-cannot-unload): New function.
20020 (cl-unload-hook): Defvar this to run cl-cannot-unload.
20021
20022 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20023 Call rmail-spam-filter. Delete and expunge spam.
20024 Print number of spam messages deleted.
20025 Save and restore the deletion status of old messages when reading
20026 new mail with spam filter, so that expunging spam does not expunge
20027 msgs deleted by the user.
20028 (rmail-only-expunge): Add an optional argument dont-show to
20029 prevent showing message after expunge.
20030
20031 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
20032
20033 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20034 * subr.el (declare): New macro.
20035
20036 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
20037
20038 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20039
20040 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
20041
20042 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20043 Test window-system rather than system-type (for X11/Mac).
20044
20045 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
20046
20047 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20048
20049 2004-01-12 Richard M. Stallman <rms@gnu.org>
20050
20051 * mail/rmail.el (rmail-convert-to-babyl-format):
20052 Use mail-unquote-printable-region.
20053 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20054 (rmail-hex-char-to-integer): Functions deleted.
20055
20056 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20057 (mail-unquote-printable-region): New arg NOERROR.
20058 For invalid encoding, either signal an error to just return nil.
20059
20060 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20061
20062 * calendar/appt.el: Update copyright and commentary.
20063 (appt-issue-message): Make obsolete.
20064 (appt-visible, appt-msg-window): Make obsolete, in favor of
20065 appt-display-format.
20066 (appt-display-mode-line, appt-display-duration)
20067 (appt-display-diary, appt-time-msg-list, appt-mode-string)
20068 (appt-prev-comp-time, appt-display-count, appt-timer)
20069 (appt-convert-time): Doc change.
20070 (appt-disp-window-function, appt-delete-window-function):
20071 Use defcustom rather than defvar.
20072 (appt-display-format): New variable.
20073 (appt-display-message): New function with display code from appt-check.
20074 (appt-check): Add optional FORCE argument. Doc change.
20075 Add appt-make-list to diary-hook if displaying diary.
20076 Remove checking of view-diary-entries-initially.
20077 Message display section removed to new function appt-display-message.
20078 (appt-display-window): Doc change. Remove unused internal var
20079 this-buffer. Do not beep, since appt-display-message does that.
20080 (appt-make-list): Doc change. Use caar.
20081 (appt-sort-list): Simplify by using builtin sort function.
20082 (appt-update-list): New function for updating appts when diary is
20083 saved.
20084 (appt-activate): New autoloaded function to toggle package
20085 functionality.
20086
20087 * calendar/cal-x.el: (calendar-one-frame-setup)
20088 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
20089
20090 * calendar/calendar.el: Update copyright.
20091 (view-diary-entries-initially, european-calendar-style): Doc change.
20092 (calendar-setup): Make defcustom rather than defvar.
20093 (mark-visible-calendar-date): Initialize temp-face and faceinfo
20094 in let binding so local to function.
20095
20096 * calendar/diary-lib.el: Update copyright.
20097 (diary, diary-entry-time): Doc change.
20098 (list-diary-entries): Doc change. Trivial logic change.
20099 (fancy-diary-display): Restore make-face command mistakenly
20100 deleted 2003-05-08.
20101 (show-all-diary-entries): Allow to pop-up frame if needed.
20102
20103 2004-01-09 John Paul Wallington <jpw@gnu.org>
20104
20105 * bindings.el (mode-line-change-eol): Add EVENT parameter.
20106 Temporarily select EVENT's window for changing eol type.
20107
20108 2004-01-09 Deepak Goel <deego@gnufans.org>
20109
20110 * calendar/diary-lib.el (diary-entry-time):
20111 Also accept time in the form XX[.XX][am/pm/AM/PM].
20112 (fancy-diary-font-lock-keywords): Likewise.
20113 (diary-font-lock-keywords): Likewise.
20114 * calendar/appt.el (appt-add): Likewise.
20115 (appt-make-list): Likewise.
20116 (appt-convert-time): Likewise.
20117
20118 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
20119
20120 * gdb-ui.el (gdb-ann3): Revert previous change.
20121 (gdb-source-info): Allow for case of where compilation directory
20122 is not recorded.
20123
20124 2004-01-08 John Paul Wallington <jpw@gnu.org>
20125
20126 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
20127
20128 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
20129
20130 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
20131
20132 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
20133 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
20134 problems.
20135 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
20136
20137 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
20138
20139 * files.el (write-file-functions, write-contents-functions):
20140 Clarify docstrings.
20141
20142 2004-01-07 Kenichi Handa <handa@m17n.org>
20143
20144 * international/mule.el (set-auto-coding): Fix for the case that
20145 end-of-line is only CR.
20146
20147 2004-01-07 Kim F. Storm <storm@cua.dk>
20148
20149 * subr.el (event-start, event-end): Doc fix.
20150 (posn-string, posn-image): New defuns.
20151 (posn-object): Return either image or string object.
20152 (posn-object-x-y): Return 8th element of position.
20153 (posn-object-width-height): New defun.
20154
20155 2004-01-06 Andreas Schwab <schwab@suse.de>
20156
20157 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
20158 output.
20159
20160 2004-01-05 Karl Berry <karl@gnu.org>
20161
20162 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
20163 / and *, too.
20164
20165 2003-12-31 Simon Josefsson <jas@extundo.com>
20166
20167 * files.el (before-save-hook): Add.
20168 (basic-save-buffer): Use before-save-hook.
20169
20170 * emacs-lisp/copyright.el: Fix comment to recommend
20171 before-save-hook instead of write-file-functions.
20172
20173 2004-01-05 Richard M. Stallman <rms@gnu.org>
20174
20175 * finder.el (finder-commentary): Call delete-other-windows.
20176
20177 * net/ange-ftp.el (ange-ftp-file-attributes):
20178 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
20179
20180 2004-01-04 Karl Berry <karl@gnu.org>
20181
20182 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
20183 comment characters % and # in the copyright year notice,
20184 as well as ;.
20185
20186 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
20187
20188 * wid-edit.el (default): Define dummy :value-delete.
20189 Reported by Jesper Harder <harder@ifa.au.dk>.
20190
20191 2004-01-03 Richard M. Stallman <rms@gnu.org>
20192
20193 * progmodes/compile.el (compile-internal): Use point, not point-min,
20194 for set-window-point.
20195
20196 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
20197
20198 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
20199
20200 * progmodes/grep.el (grep-mode-map):
20201 Don't remap next-line, previous-line.
20202
20203 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
20204
20205 * speedbar.el (speedbar-edit-line): Change regexp to position
20206 the cursor on the first character of this line's button.
20207
20208 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
20209
20210 * subr.el (functionp): Doc fix.
20211
20212 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
20213
20214 * progmodes/idlwave.el (idlwave-make-tags):
20215 * textmodes/flyspell.el (flyspell-large-region):.
20216 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
20217 * emulation/viper-util.el (viper-glob-unix-files):
20218 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
20219 * man.el (Man-init-defvars):
20220 * jka-compr.el (jka-compr-call-process):
20221 * files.el (get-free-disk-space,insert-directory):
20222 * ediff-ptch.el (ediff-test-patch-utility):
20223 * ediff-diff.el (ediff-test-utility):
20224 * dired-aux.el (dired-check-process):
20225 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
20226 test the return value of call-process, because it can be a string.
20227
20228 2003-12-31 John Paul Wallington <jpw@gnu.org>
20229
20230 * bindings.el (completion-ignored-extensions): Add .pfsl.
20231
20232 2003-12-31 Kim F. Storm <storm@cua.dk>
20233
20234 * ido.el (ido-nonreadable-directory-p): New defun to check for
20235 nonreadable directory without activating tramp (to avoid problems
20236 with checking incomplete tramp paths).
20237 (ido-set-current-directory, ido-file-internal)
20238 (ido-file-name-all-completions1): Use it.
20239
20240 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
20241
20242 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
20243 documentation if the anchor (or node) name is preceded by `info
20244 anchor' or `Info anchor' in addition to earlier `info node' and
20245 `Info node'.
20246 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
20247
20248 2003-12-30 Eli Zaretskii <eliz@gnu.org>
20249
20250 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
20251 error in arguments to base64-decode-region. Remove ^M characters
20252 after decoding base64.
20253
20254 2003-12-30 Simon Josefsson <jas@extundo.com>
20255
20256 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
20257 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
20258 have only been distributed with Emacs for some years.
20259 (texinfo-mode-hook): Customize.
20260
20261 2003-12-30 Eli Zaretskii <eliz@gnu.org>
20262
20263 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
20264 cleaner (suggested by Richard Stallman).
20265
20266 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
20267 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
20268 file-name clashes on 8+3 DOS filesystems.
20269
20270 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
20271 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
20272 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
20273 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
20274 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
20275 file-name clashes on 8+3 filesystems.
20276
20277 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
20278 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
20279 file-name clashes on 8+3 DOS filesystems.
20280
20281 2003-12-29 Richard M. Stallman <rms@gnu.org>
20282
20283 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
20284 Upcase the character.
20285
20286 * textmodes/flyspell.el (mail-mode-flyspell-verify):
20287 Search for header separator alone on a line, literally,
20288 and search for it backward, not forward.
20289 (flyspell-abbrev-table): Always use global-abbrev-table
20290 if there is no local one.
20291
20292 * progmodes/sh-script.el (sh-get-indent-info):
20293 Don't move point back if at bob.
20294
20295 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
20296
20297 * play/handwrite.el (handwrite): Make the handwrite credit message
20298 a comment rather than an output command.
20299
20300 * obsolete/sc.el: Display message that this file is obsolete.
20301
20302 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
20303
20304 * mail/rfc822.el (rfc822-address-start): Declare variable.
20305 Renamed from address-start. All uses changed.
20306
20307 * term.el (term-exec): Set up sentinel.
20308 (term-sentinel): New function.
20309 (term-handle-exit): New function.
20310
20311 * subr.el (assoc-ignore-case, assoc-ignore-representation):
20312 Use assoc-string, and mark them obsolete.
20313 (delay-mode-hooks): Mark as permanent local.
20314
20315 * simple.el (sendmail-user-agent-compose): Use assoc-string.
20316
20317 * register.el (copy-rectangle-to-register): Doc fix.
20318
20319 * info.el (Info-insert-dir): Use assoc-string.
20320
20321 * info-look.el (info-lookup): Use assoc-string.
20322
20323 * frame.el (pop-up-frame-function): Use quote, not `function'.
20324 (frame-notice-user-settings): Calculate ADJUSTED-TOP
20325 copying with lists as coordinate values.
20326
20327 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
20328
20329 * find-dired.el (kill-find): New command.
20330 (find-dired): Make buffer read-only.
20331 Set up a keymap with C-c C-k running kill-find.
20332 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
20333
20334 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
20335
20336 * filecache.el (file-cache-ignore-case): New variable.
20337 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
20338
20339 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
20340 (comint-dynamic-complete-as-filename): Rename local vars.
20341 (comint-dynamic-list-filename-completions): Likewise.
20342
20343 * comint.el (comint-dynamic-list-completions-config): New var.
20344 (comint-dynamic-list-completions): Handle both SPC and TAB right.
20345
20346 * comint.el (comint-file-name-chars): Add [].
20347 (comint-word): Use skip-chars-backward, not search.
20348
20349 * shell.el (shell-file-name-chars): Add [].
20350
20351 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
20352
20353 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
20354
20355 * generic.el (define-generic-mode): Doc fix.
20356
20357 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20358
20359 * files.el (kill-some-buffers): Doc fix.
20360
20361 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
20362
20363 * comint.el (comint-watch-for-password-prompt): Pass `string' as
20364 arg to send-invisible
20365 (send-invisible): Doc fix. The argument is now a prompt, not the
20366 string to send.
20367 (comint-read-noecho): Doc fix.
20368
20369 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
20370
20371 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
20372 "@", as required by some ISP hosting service. Fix defcustom
20373 argument syntax errors that prevented use of customization.
20374
20375 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20376
20377 * xml.el (xml-get-attribute-or-nil): Doc fix.
20378
20379 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
20380
20381 * net/zone-mode.el (zone-mode): Use write-file-functions, not
20382 write-file-hooks.
20383
20384 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
20385
20386 * autorevert.el (auto-revert-interval): Doc fix.
20387
20388 2003-12-29 Mark A. Hershberger <mah@everybody.org>
20389
20390 * xml.el (xml-get-attribute-or-nil): New function, like
20391 xml-get-attribute, but returns nil if the attribute was not found.
20392 (xml-get-attribute): Convert to defsubst, uses
20393 xml-get-attribute-or-nil.
20394
20395 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20396
20397 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
20398
20399 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
20400
20401 * custom.el (custom-declare-theme): Use `value' when putting
20402 properties on `theme'.
20403
20404 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
20405
20406 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
20407 for each yank-handler segment.
20408 (insert-for-yank-1): New function, with the body of the previous
20409 insert-for-yank.
20410
20411 * textmodes/table.el (table-yank-handler): New defcustom.
20412 (table--put-cell-indicator-property): Put yank-handler property
20413 that indicates the yank handler for the table cell.
20414
20415 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20416
20417 * generic-x.el (etc-modules-conf-generic-mode): A more complete
20418 set of keywords.
20419
20420 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20421
20422 * international/mule-cmds.el (reset-language-environment)
20423 (set-language-environment): Don't invoke fontset-related functions
20424 if fontset-list is not fboundp.
20425
20426 2003-12-29 Kenichi Handa <handa@m17n.org>
20427
20428 * international/mule-cmds.el (reset-language-environment):
20429 Call set-overriding-fontspec-internal with nil.
20430 (set-language-environment): Call set-overriding-fontspec-internal
20431 if the language environment specify `overriding-fontspec'.
20432 (language-info-alist): Doc added.
20433
20434 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
20435 characters of mule-unicode-0100-24ff.
20436 (ccl-encode-windows-1251-font): New CCL program.
20437 ("Bulgarian"): Specify overriding-fontspec.
20438 ("Belarusian"): Likewise.
20439
20440 2003-12-28 Sam Steingold <sds@gnu.org>
20441
20442 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
20443 parameter ID-FORMAT to conform with the 2003-11-30 patch.
20444
20445 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
20446
20447 * progmodes/gud.el (gud-gdb-command-name): Set default to
20448 "gdb --annotate=3".
20449 (gud-gdb-marker-filter): Look out for annotations.
20450 (gdb-first-pre-prompt): New variable.
20451 Remove trailing white space.
20452
20453 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
20454 if necessary.
20455 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
20456 annotations are detected.
20457 (gud-gdba-marker-filter): Use global variable gud-marker-acc
20458 instead of a local one to allow transition from
20459 gud-gdb-marker-filter.
20460 Remove trailing white space.
20461
20462 2003-12-27 Kim F. Storm <storm@cua.dk>
20463
20464 * ido.el: Handle non-readable directories.
20465 (ido-decorations): Add 9th element for non-readable directory.
20466 (ido-directory-nonreadable): New dynamic var.
20467 (ido-set-current-directory): Set it.
20468 (ido-read-buffer, ido-file-internal):
20469 (ido-read-file-name, ido-read-directory-name): Let-bind it.
20470 (ido-file-name-all-completions1): Return empty list for
20471 non-readable directory.
20472 (ido-exhibit): Print [Not readable] if directory is not readable.
20473 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
20474 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
20475 Use it.
20476
20477 2003-12-27 Lars Hansen <larsh@math.ku.dk>
20478
20479 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
20480 calls to directory-files-and-attributes and file-attributes.
20481 (ls-lisp-format): Remove system dependent handling of user and
20482 group id's.
20483
20484 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
20485
20486 * ffap.el (ffap-read-file-or-url): Revert previous change.
20487
20488 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
20489
20490 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
20491 new list of included files called `files-with-node-lines', that
20492 only have node lines. This way @include commands can include any
20493 file, such as version and update files without node lines, not
20494 just files that are chapters.
20495
20496 2003-12-25 Andreas Schwab <schwab@suse.de>
20497
20498 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
20499 file not found.
20500
20501 2003-12-08 Miles Bader <miles@gnu.org>
20502
20503 * dired.el (dired-between-files): Always use dired-move-to-filename,
20504 which is more robust in non-english locales.
20505
20506 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
20507
20508 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
20509
20510 2003-12-24 Andreas Schwab <schwab@suse.de>
20511
20512 * shell.el (shell-file-name-quote-list): Add backslash.
20513
20514 * comint.el (comint-quote-filename): Correctly handle backslash
20515 in comint-file-name-quote-list.
20516
20517 2003-12-24 Kenichi Handa <handa@m17n.org>
20518
20519 * international/mule-cmds.el (set-default-coding-systems):
20520 Call ucs-set-table-for-input for all buffers that don't have local
20521 value of buffer-file-coding-system.
20522
20523 * international/ucs-tables.el (ucs-set-table-for-input):
20524 If translation-table-for-encode is a symbol, get its
20525 translation-table property.
20526
20527 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
20528
20529 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
20530 to `completing-read' on a recently fixed bug.
20531
20532 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
20533 instead of SPACE, to get the list of possible fringe modes.
20534 SPACE only works if both `partial-completion-mode' and
20535 `completion-auto-help' are nil.
20536
20537 * complete.el (PC-is-complete-p): Delete.
20538 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
20539 calls to `test-completion'.
20540
20541 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
20542
20543 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
20544 to edit values when there are no children.
20545
20546 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
20547 a mode called "Assembler" already exists.
20548 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
20549 (gud-watch): Use format option. Remove font properties from string.
20550 (gdb-var-create-handler, gdb-var-list-children-handler):
20551 Don't bother about properties as there are none.
20552 (gdb-var-create-handler, gdb-var-list-children-handler)
20553 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
20554 with two arguments.
20555 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
20556 Let speedbar show value changes with a different font.
20557 (gdb-edit-value): New defun.
20558 (gdb-clear-partial-output, gdb-clear-inferior-io)
20559 (def-gdb-auto-update-handler): Use erase-buffer.
20560 (gdb-frame-handler): Display watch expressions in
20561 FUNCTION::VARIABLE format if required.
20562
20563 2003-12-23 John Paul Wallington <jpw@gnu.org>
20564
20565 * info.el (Info-unescape-quotes, Info-split-parameter-string)
20566 (Info-goto-emacs-command-node): Doc fixes.
20567
20568 2003-12-12 Jesper Harder <harder@ifa.au.dk>
20569
20570 * cus-edit.el (custom-add-parent-links): Define "many".
20571
20572 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
20573
20574 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
20575 (widget-child-validate, widget-type-value-create)
20576 (widget-type-default-get, widget-type-match): New functions.
20577 (lazy): New widget.
20578 (menu-choice, checklist, radio-button-choice, editable-list)
20579 (group, documentation-string): Remove redundant (per 2003-10-25
20580 change) calls to `widget-children-value-delete'.
20581 (widget-choice-value-get, widget-choice-value-inline): Remove.
20582 (menu-choice): Update widget.
20583
20584 2003-12-03 Kenichi Handa <handa@m17n.org>
20585
20586 * language/cyrillic.el: Register "microsoft-cp1251" in
20587 ctext-non-standard-encodings-alist.
20588 ("Bulgarian"): Add ctext-non-standard-encodings.
20589 ("Belarusian"): Likewise.
20590
20591 * international/mule-conf.el (compound-text-with-extensions):
20592 Change the type to 2 (iso-2022 base).
20593
20594 * international/mule.el (ctext-non-standard-encodings-alist):
20595 Change the format.
20596 (ctext-non-standard-encodings): New variable.
20597 (ctext-post-read-conversion): Fully re-written.
20598 (ctext-non-standard-designations-alist): Delete it.
20599 (ctext-non-standard-encodings-table): New function.
20600 (ctext-pre-write-conversion): Fully re-written.
20601
20602 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
20603
20604 * cus-edit.el (custom-add-parent-links): Add documentation links
20605 for parent, if the item has none of its own.
20606
20607 2003-11-30 Richard M. Stallman <rms@gnu.org>
20608
20609 * dired-aux.el (dired-do-query-replace-regexp):
20610 Report files visited read-only.
20611
20612 2003-11-30 Juri Linkov <juri@jurta.org>
20613
20614 * dired-aux.el (dired-compare-directories): New command.
20615 (dired-file-set-difference, dired-files-attributes): New functions.
20616
20617 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
20618 Version 2.0.38 of Tramp released.
20619
20620 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
20621 Charles Curley <charlescurley@charlescurley.com>.
20622 (tramp-multi-connection-function-alist): Add ssht entry which adds
20623 "-e none -t -t" to the list of ssh args. Suggested by Adrian
20624 Aichner.
20625 (tramp-get-method-parameter): New function to retrieve a method
20626 parameter. This allows for omission of method parameters.
20627 Callers adjusted.
20628
20629 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
20630
20631 * net/tramp.el: Add new optional parameter ID-FORMAT to
20632 `file-attributes'. Calls of `file-attributes' won't use this
20633 parameter for backward compatibility reasons.
20634 (tramp-perl-file-attributes): Add a new parameter to Perl script
20635 in order to handle uid/gid as strings, if desired.
20636 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
20637 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
20638 order to make the function more general.
20639 (tramp-handle-file-attributes): Replace proprietary optional
20640 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
20641 (tramp-handle-file-attributes-with-perl): Handle parameter
20642 NONNUMERIC if set. This wasn't done in the past.
20643 (tramp-post-connection): Apply second parameter "$2" if
20644 `tramp-remote-perl' is called.
20645
20646 * net/tramp-smb.el (tramp-smb-handle-delete-file):
20647 Correct cut'n'waste error (`filename' instead of `directory').
20648 (tramp-smb-handle-directory-files-and-attributes)
20649 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
20650 introduced parameter ID-FORMAT.
20651 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
20652 error (`directory' instead of `ldir').
20653
20654 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
20655 `file-attributes' has a second parameter. If yes, apply it with
20656 value "'integer". Otherwise, don't use that parameter (default is
20657 integer format).
20658
20659 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
20660
20661 * help.el (help-map): Bind `display-local-help' to `C-h .'.
20662 (help-for-help): Add `C-h .' to the listed Help options.
20663 Remove trailing whitespace.
20664
20665 * help-at-pt.el: New file.
20666
20667 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
20668
20669 * subr.el (noreturn, 1value): New macros for test coverage.
20670 See `testcover.el'.
20671
20672 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
20673
20674 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
20675 for macro `1value'.
20676 (testcover-1value): New function. Checks that a 1value form
20677 actually returns only one value. Requested by RMS.
20678
20679 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
20680
20681 * gdb-ui.el (gud-watch, gdb-var-create-handler)
20682 (gdb-var-list-children, gdb-var-list-children-handler)
20683 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
20684 gdb commands that use mi to keep them out of the command history.
20685
20686 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20687
20688 * cus-start.el (all): Add use-file-dialog.
20689
20690 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20691
20692 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
20693
20694 2003-11-27 Kim F. Storm <storm@cua.dk>
20695
20696 * subr.el (posn-object-x-y): New defun.
20697
20698 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
20699
20700 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
20701 Don't use `space' for \\\n.
20702 Be more selective as to which # are comment-starters.
20703
20704 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
20705
20706 * subr.el (number-sequence): Improve handling of floating point
20707 arguments (suggested by Kim Storm). Allow negative arguments.
20708
20709 2003-11-26 Kenichi Handa <handa@m17n.org>
20710
20711 * international/mule-cmds.el (standard-display-european-internal):
20712 Cancel the standard-display-table setting for ` and '.
20713
20714 2003-11-26 Kim F. Storm <storm@cua.dk>
20715
20716 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
20717 New defcustoms to add ffap-like functionality to ido.
20718 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
20719 (ido-no-final-slash): New defun.
20720 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
20721 (ido-read-file-name): ): Toggle VC checking via
20722 vc-handled-backends instead of vc-master-templates.
20723 (ido-file-internal): Handle ido-use-url-at-point and
20724 ido-use-filename-at-point via code borrowed from ffap-guesser.
20725 Handle new ido-exit code ffap.
20726 (ido-sort-list): Ignore final slash when sorting file names.
20727
20728 2003-11-25 Kim F. Storm <storm@cua.dk>
20729
20730 * emulation/cua-base.el (cua--standard-movement-commands):
20731 Add forward-sentence and backward-sentence.
20732
20733 2003-11-25 Stephen Eglen <stephen@gnu.org>
20734
20735 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
20736 iswitchb-exit is set to 'usefirst when user selects buffer at head
20737 of list using RET. (Selecting buffers at the head of the list was
20738 broken if the substring was also a complete buffername.)
20739
20740 2003-11-23 Kim F. Storm <storm@cua.dk>
20741
20742 * progmodes/compile.el (grep-command, grep-use-null-device)
20743 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
20744 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
20745 (grep-regexp-alist, grep-program, find-program)
20746 (grep-find-use-xargs, grep-history, grep-find-history)
20747 (grep-process-setup, grep-compute-defaults)
20748 (grep-default-command, grep, grep-tag-default, grep-find)
20749 (grep-expand-command-macros, grep-tree-last-regexp)
20750 (grep-tree-last-files, grep-tree): Move grep variables, functions
20751 and commands to new file grep.el.
20752 (compilation-mode-map): Remove grep commands from Compile sub-menu.
20753 (compilation-process-setup-function): Doc fix.
20754 (compilation-highlight-regexp, compilation-highlight-overlay): New
20755 defvars used for highlighting current compile error in source buffer.
20756 (compile-internal): New optional args HIGHLIGHT-REGEXP and
20757 LOCAL-MAP which overrides compilation-highlight-regexp and
20758 compilation-mode-map for this compilation.
20759 Delay calling compilation-set-window-height until after running
20760 compilation-process-setup-function so it can buffer-local override
20761 compilation-window-height.
20762 Check buffer-local value of compilation-scroll-output.
20763 (compilation-set-window-height): Use buffer-local value of
20764 compilation-window-height.
20765 (compilation-revert-buffer): Don't pass (undefined)
20766 preserve-modes arg to revert-buffer.
20767 (next-error-no-select, previous-error-no-select): New commands.
20768 (compilation-goto-locus): Temporarily highlight current match in
20769 source buffer using compilation-highlight-regexp.
20770
20771 * progmodes/grep.el: New file with grep code from compile.el.
20772 (grep): New defcustom group.
20773 (grep-window-height): New defcustom, like compilation-window-height.
20774 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
20775 (grep-scroll-output): New defcustom, like compilation-scroll-output.
20776 (grep-command, grep-use-null-device, grep-find-command)
20777 (grep-tree-files-aliases, grep-tree-ignore-case)
20778 (grep-tree-ignore-CVS-directories): Move to grep custom group.
20779 (grep-setup-hook): New hook variable.
20780 (grep-mode-map): New keymap for grep commands. Add Grep menu.
20781 (grep-last-buffer): New defvar, override compilation-last-buffer.
20782 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
20783 Call compile-internal with args highlight-regexp and grep-mode-map.
20784
20785 2003-11-23 Kim F. Storm <storm@cua.dk>
20786
20787 * subr.el (event-start, event-end): Doc fix.
20788 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
20789 (posn-area, posn-actual-col-row, posn-object): New defuns.
20790 (posn-col-row): Simplify doc. Rewrite to use cond.
20791 (posn-point): Also return buffer position for events outside text
20792 area (that info is now present in the event position).
20793
20794 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
20795 mouse-set-point so that hscroll still works now that clicks on
20796 fringes generate specific mouse events.
20797 (mouse-set-point): Note that it now works in fringes and margins
20798 too due to new semantics of posn-point in fringes and margins.
20799
20800 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
20801 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
20802
20803 2003-11-20 Kim F. Storm <storm@cua.dk>
20804
20805 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
20806 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
20807 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
20808 to 100 for icons to avoid increasing line height when shown.
20809
20810 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
20811
20812 * newcomment.el (comment-normalize-vars): Initialize properly if
20813 comment-start was nil.
20814
20815 2003-11-19 Andreas Schwab <schwab@suse.de>
20816
20817 * simple.el (set-variable): Fix indentation.
20818
20819 2003-11-17 Kenichi Handa <handa@m17n.org>
20820
20821 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
20822 Fix docstring.
20823
20824 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
20825
20826 * international/latin1-disp.el (latin1-display): Fix docstring.
20827
20828 2003-11-16 John Wiegley <johnw@newartisans.com>
20829
20830 * eshell/em-ls.el (eshell-ls-file): There are times with
20831 size-width is nil and uncomputed (when directories are created in
20832 dired, for example); in this case, 4 is reasonable default value,
20833 although it may caused skewed new entries (which could be avoided
20834 by returning the original value of 8 in all cases, but 99% of the
20835 time this is a waste of whitespace).
20836
20837 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20838
20839 * cc-engine.el (c-guess-continued-construct)
20840 (c-guess-basic-syntax): Check a little more carefully if it's a
20841 function declaration when an unknown construct followed by a block
20842 is found inside a statement context. This avoids macros followed
20843 by blocks to be taken as function declarations.
20844
20845 (c-guess-continued-construct): Change the analysis of a statement
20846 continuation with a brace open to `substatement-block', for
20847 consistency with recognized statements.
20848
20849 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
20850 start is in a position so that `c-beginning-of-statement-1' jumped
20851 to the beginning of the same statement.
20852
20853 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
20854 Don't accept binary operators in the arglist if we're in a function
20855 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
20856 template recognition in cases like "if (a < b || c > d)".
20857
20858 (c-restricted-<>-arglists): New more appropriate name for
20859 `c-disallow-comma-in-<>-arglists'.
20860
20861 Accessing functions updated for the variable name change.
20862
20863 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
20864 match data could get clobbered if NOT-INSIDE-TOKEN is used.
20865
20866 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
20867 labels.
20868
20869 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
20870 instead of duplicating parts of it. This fixes bogus label
20871 recognition.
20872
20873 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
20874 of checking the context in which to apply the minimum indentation,
20875 so that it isn't enforced in e.g. namespace blocks.
20876
20877 * cc-vars.el (c-inside-block-syms): New constant used by
20878 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
20879 to somewhat reduce the risk of becoming stale.
20880
20881 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
20882 cc-cmds to cc-engine to allow use from cc-align.
20883
20884 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
20885 qualified identifiers containing "::".
20886
20887 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
20888 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
20889
20890 * cc-vars.el (c-emacs-features): Use a space in front of the name
20891 of the temporary buffer. That also avoids dumping problems in
20892 XEmacs due to undo info being left around after the buffer is killed.
20893
20894 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
20895 arglist to see if it's a K&R style declaration.
20896
20897 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
20898 before returning `knr-argdecl-intro'.
20899
20900 2003-11-16 John Wiegley <johnw@newartisans.com>
20901
20902 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
20903 field in a long-listing always 8 characters, use `size-width',
20904 which has already been computed.
20905
20906 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
20907
20908 * subr.el (minor-mode-list): Add `hs-minor-mode'.
20909
20910 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
20911
20912 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
20913 Support operation while narrowed, with `diff-restrict-view'.
20914
20915 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
20916
20917 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20918 Take additional optional arg NARROWFUN. For the generated functions:
20919 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
20920 include frags that arrange to check for and save narrowing state before
20921 the move and then conditionally call NARROWFUN after the move.
20922
20923 2003-11-14 John Wiegley <johnw@newartisans.com>
20924
20925 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
20926 that was optional, but obviously missing based on surrounding code.
20927
20928 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
20929 string arguments to numbers unless the whole argument was seen as
20930 a number.
20931
20932 2003-11-14 Kenichi Handa <handa@m17n.org>
20933
20934 * international/mule.el (ctext-non-standard-encodings-alist):
20935 Fix coding systems.
20936
20937 2003-11-10 Kenichi Handa <handa@m17n.org>
20938
20939 * language/kannada.el ("Kannada"): Add sample-text.
20940
20941 * language/knd-util.el (kannada-compose-region)
20942 (kannada-compose-string, kannada-post-read-conversion):
20943 Add autoload cookie.
20944
20945 * international/quail.el (quail-completion): Change the message
20946 "corresponding translations" to "corresponding characters".
20947
20948 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
20949
20950 * descr-text.el (describe-char): Fix typo.
20951
20952 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
20953
20954 These changes are to support Kannada language/script.
20955
20956 * Makefile.in (DONTCOMPILE): Add kannada.el.
20957
20958 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
20959
20960 * loadup.el: Preload kannada.el.
20961
20962 * language/ind-util.el (ucs-kannada-to-is13194-alist)
20963 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
20964 New variables.
20965
20966 * language/kannada.el: New file.
20967
20968 * language/knd-util.el: New file.
20969
20970 2003-11-07 Andreas Schwab <schwab@suse.de>
20971
20972 * progmodes/autoconf.el (autoconf-font-lock-keywords):
20973 Also highlight AH_*.
20974
20975 * xml.el (xml-parse-dtd): Fix misplaced paren.
20976
20977 2003-11-07 Kenichi Handa <handa@m17n.org>
20978
20979 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
20980
20981 2003-11-05 Juri Linkov <juri@jurta.org>
20982
20983 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
20984 (desktop-buffer-file): Use saved buffer-file-coding-system
20985 for file reading. Set auto-insert to nil to prevent automatic
20986 insertion into restored empty files.
20987
20988 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
20989
20990 * files.el (risky-local-variable-p): Make second argument optional.
20991
20992 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
20993
20994 * subr.el (add-hook): Fix last change.
20995
20996 2003-11-03 Eli Zaretskii <eliz@gnu.org>
20997
20998 * mail/rmail.el (rmail-convert-to-babyl-format):
20999 If base64-decode-region signals an error, catch it and silently
21000 ignore it.
21001
21002 2003-11-01 Mark A. Hershberger <mah@everybody.org>
21003
21004 * xml.el (xml-parse-region): Allow comments to appear after the
21005 topmost element has closed.
21006 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21007 (xml-ns-expand-attr): New functions to do namespace handling.
21008 (xml-intern-attrlist): Back-compatible handling of attribute names.
21009 (xml-parse-tag): Move namespace handling to separate functions.
21010 Now produces elements in the form ((:ns . "element") (attr-list)
21011 children) instead of ('ns:element (attr-list) children).
21012 (xml-parse-attlist): Fix attribute parsing.
21013 (xml-parse-dtd): Change parsing so that it produces strings
21014 instead of interned symbols.
21015
21016 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
21017
21018 * dired.el (dired-ls-sorting-switches): Doc fix.
21019
21020 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
21021
21022 * emacs-lisp/rx.el (rx-or): Fix the case of
21023 "(rx (and ?a (or ?b ?c) ?d))".
21024
21025 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
21026
21027 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21028 (texinfo-format-region): Use it.
21029 (texinfo-format-buffer-1): Ditto.
21030
21031 2003-11-01 Alan Mackenzie <acm@muc.de>
21032
21033 Changes to allow scrolling whilst in isearch mode:
21034 * isearch.el (isearch-unread-key-sequence): New function,
21035 extracted from isearch-other-meta-char.
21036 (top level): (put 'foo 'isearch-scroll) on all Emacs's
21037 "scrollable" standard functions.
21038 (isearch-allow-scroll): New customizable variable.
21039 (isearch-string-out-of-window, isearch-back-into-window)
21040 (isearch-reread-key-sequence-naturally)
21041 (isearch-lookup-scroll-key): New functions.
21042 (isearch-other-meta-char): Doc string and functionality enhanced.
21043 Now accepts a prefix argument.
21044 (isearch-lazy-highlight-window-end): New variable.
21045 (isearch-lazy-highlight-new-loop): Pay attention to the window's
21046 end (thru isearch-lazy-highlight-window-end), not only its start.
21047
21048 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21049 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21050 (universal-argument, universal-argument-more, negative-argument)
21051 (digit-argument, universal-argument-other-key): Minor changes.
21052
21053 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21054
21055 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21056 recursively if the last message is deleted, thus avoiding an
21057 infinite loop.
21058
21059 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
21060
21061 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21062 (tex-main-file): Don't add .tex if the extension is already present.
21063 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
21064
21065 2003-10-29 Lute Kamstra <lute@gnu.org>
21066
21067 * progmodes/octave-inf.el (inferior-octave-prompt):
21068 Recognize version number in prompt.
21069
21070 2003-10-28 Dave Love <fx@gnu.org>
21071
21072 * international/characters.el: Fix some Unicode ranges.
21073
21074 2003-10-28 Kenichi Handa <handa@m17n.org>
21075
21076 * disp-table.el (standard-display-8bit)
21077 (standard-display-default, standard-display-ascii)
21078 (standard-display-g1, standard-display-graphic)
21079 (standard-display-underline): Assure that standard-display-table
21080 is a display table.
21081
21082 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
21083
21084 * simple.el (reindent-then-newline-and-indent): Delete space *after*
21085 reindenting the first line.
21086
21087 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
21088
21089 * wid-edit.el (widget-default-delete): Always delete child widgets.
21090
21091 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21092
21093 * newcomment.el (comment-indent): Don't call indent-according-to-mode
21094 if the line has code.
21095 Don't try to line up with something that's too far left.
21096
21097 * progmodes/octave-mod.el (octave-comment-start): Simplify.
21098 (octave-mode-syntax-table): Add % as a comment starter.
21099 (octave-point): Remove.
21100 (octave-in-comment-p, octave-in-string-p)
21101 (octave-not-in-string-or-comment-p, calculate-octave-indent)
21102 (octave-blink-matching-block-open, octave-auto-fill):
21103 Use line-(beginning|end)-position instead.
21104
21105 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
21106
21107 * emacs-lisp/authors.el (authors-aliases): Add correct realname
21108 for Francesco Potort\e,Al\e(B.
21109
21110 2003-10-23 Dave Love <fx@gnu.org>
21111
21112 * international/mule-cmds.el (locale-charset-to-coding-system):
21113 Don't rely on nil being a coding system.
21114
21115 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
21116 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
21117 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
21118
21119 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
21120
21121 * gdb-ui.el (gdb-current-language): New variable.
21122 (gdb-update-flag): Remove variable.
21123 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
21124 (gdb-take-last-elt): Remove function.
21125 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
21126 (gdb-post-prompt): Check for variable object changes here.
21127
21128 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
21129 object changes in gdb-ui.el.
21130
21131 2003-10-21 Richard M. Stallman <rms@gnu.org>
21132
21133 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
21134
21135 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
21136 Don't check for foo*/ wildcard form here.
21137 (insert-directory): Recognize foo*/ as a wildcard.
21138 Separate wildcard-regexp variable from the arg, wildcard.
21139
21140 * subr.el (add-hook): Correctly detect when make-local-hook was used.
21141 (remove-hook): Correctly handle strange cases about local hooks.
21142
21143 2003-10-21 David Ponce <david@dponce.com>
21144
21145 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
21146 argument REAL, to return a real number instead of a rounded
21147 integer value. Define as inline function.
21148 (ruler-mode-right-fringe-cols): Likewise.
21149 (ruler-mode-scroll-bar-cols): New function.
21150 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
21151 (ruler-mode-right-scroll-bar-cols): Likewise.
21152 (ruler-mode-space): New function.
21153 (ruler-mode-ruler): Use it. Handle variations of fringe style,
21154 scroll bar mode and margins in a more robust way.
21155
21156 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
21157
21158 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
21159 (antlr-c-init-language-vars): New function.
21160 (antlr-mode): Use it with cc-mode before v5.29.
21161 (antlr-c-common-init): Don't set some local vars here.
21162 (antlr-mode): Set them here.
21163 (antlr-c-forward-sws): New function alias.
21164 (antlr-mode): Redefine with cc-mode before v5.30.
21165 (antlr-skip-sexps): Use it.
21166 (antlr-skip-exception-part): Ditto.
21167 (antlr-skip-file-prelude): Ditto.
21168 (antlr-outside-rule-p): Ditto.
21169 (antlr-end-of-body): Ditto.
21170 (antlr-option-kind): Ditto.
21171 (antlr-insert-option-area): Ditto.
21172 (antlr-file-dependencies): Ditto.
21173
21174 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21175
21176 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
21177 Move backward only if point was not inside an entry.
21178
21179 2003-10-21 Richard M. Stallman <rms@gnu.org>
21180
21181 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
21182
21183 2003-10-21 Juri Linkov <juri@jurta.org>
21184
21185 * compare-w.el: Automatically skip non-matching text to resync.
21186 (compare-windows-whitespace): Doc fix.
21187 (compare-windows-sync, compare-windows-sync-string-size)
21188 (compare-windows-recenter, compare-ignore-whitespace)
21189 (compare-windows-highlight, compare-windows-face): New variables.
21190 (compare-windows): Use compare-windows-sync.
21191 (compare-windows-highlight, compare-windows-dehighlight)
21192 (compare-windows-sync-regexp)
21193 (compare-windows-sync-default-function): New functions.
21194
21195 2003-10-21 Juri Linkov <juri@jurta.org>
21196
21197 * diff.el (diff-parse-differences): Don't visit the files now;
21198 instead, just record the error locus.
21199
21200 2003-10-21 Dave Love <fx@gnu.org>
21201
21202 * progmodes/cfengine.el: New file.
21203
21204 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21205
21206 * complete.el (PC-do-completion): Do not forget to use `pred' as the
21207 default-directory when completing file names.
21208
21209 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
21210
21211 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
21212 followed by the word `face', it gets treated as a face, even if
21213 it is also defined as a variable or a function.
21214
21215 2003-10-20 Dave Love <fx@gnu.org>
21216
21217 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21218 Avoid incf in macro expansion.
21219
21220 2003-10-20 John Paul Wallington <jpw@gnu.org>
21221
21222 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
21223 `evenp' so we don't implicitly require cl library at runtime.
21224
21225 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
21226
21227 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
21228 (help-make-xrefs): Only make cross-references for faces if
21229 preceded or followed by the word `face'. Do not make a
21230 cross-reference for variables without variable documentation,
21231 unless preceded by the word `variable' or `option'. Update doc
21232 string accordingly.
21233
21234 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
21235
21236 * progmodes/hideshow.el: Rewrite one-armed `if'
21237 constructs using either `when' or `unless'.
21238 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
21239
21240 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
21241
21242 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
21243 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
21244 instead of 12x12.
21245
21246 2003-10-16 Eli Zaretskii <eliz@gnu.org>
21247
21248 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
21249 message while converting to Babyl.
21250
21251 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
21252
21253 * allout.el (allout-mode): Doc fix.
21254
21255 2003-10-16 Lute Kamstra <lute@gnu.org>
21256
21257 * subr.el (force-mode-line-update): Fix docstring.
21258
21259 2003-10-14 Dave Love <fx@gnu.org>
21260
21261 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
21262 (default-input-method): Add :link, improve :type.
21263 (locale-charset-language-names): Fix utf-8 pattern.
21264 (locale-charset-match-p, locale-charset-alist)
21265 (locale-charset-to-coding-system): New.
21266 (set-locale-environment): Deal with codeset part of locale specs.
21267
21268 2003-10-14 Lute Kamstra <lute@gnu.org>
21269
21270 * fringe.el (fringe-mode): Use active voice in docstring.
21271 (set-fringe-style): Ditto.
21272
21273 2003-10-13 Lute Kamstra <lute@gnu.org>
21274
21275 * fringe.el (fringe-mode): Fix docstring.
21276 (set-fringe-style): Ditto.
21277
21278 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
21279
21280 * ediff-mult.el (ediff-filegroup-action):
21281 Use ediff-default-filtering-regexp.
21282
21283 * ediff-util.el (ediff-recenter): Don't call
21284 ediff-restore-highlighting twice.
21285 (ediff-select-difference): Set current difference.
21286 (ediff-unselect-and-select-difference): Add comment.
21287
21288 * ediff.el (ediff-directories,ediff-directory-revisions)
21289 (ediff-directories3,ediff-merge-directories)
21290 (ediff-merge-directories-with-ancestor)
21291 (ediff-merge-directory-revisions)
21292 (ediff-merge-directory-revisions-with-ancestor):
21293 Use ediff-default-filtering-regexp.
21294
21295 2003-10-12 Andreas Schwab <schwab@suse.de>
21296
21297 * international/mule-cmds.el (locale-charset-language-names):
21298 Simplify regex by removing unused grouping.
21299
21300 2003-10-10 Dave Love <fx@gnu.org>
21301
21302 * bindings.el: Don't bind stop.
21303
21304 2003-10-08 Miles Bader <miles@gnu.org>
21305
21306 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
21307 face instead of attempting to emulate it.
21308
21309 2003-10-07 Kenichi Handa <handa@m17n.org>
21310
21311 * international/mule-diag.el (list-coding-systems-1): List coding
21312 systems that are loaded automatically.
21313
21314 * international/code-pages.el (iso-8859-11): Add autoload cookie.
21315
21316 * international/mule.el (autoload-coding-system): New function.
21317
21318 2003-10-07 Andreas Schwab <schwab@suse.de>
21319
21320 * log-edit.el (log-edit-changelog-entries): Prefer local value of
21321 change-log-default-name in the buffer visiting the file.
21322
21323 2003-10-06 Dave Love <fx@gnu.org>
21324
21325 * files.el (find-file-hook): Customize.
21326 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
21327
21328 * bindings.el (completion-ignored-extensions): Remove .log.
21329 (global-map): Add again, open, stop keys.
21330
21331 2003-10-05 Richard M. Stallman <rms@gnu.org>
21332
21333 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
21334 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
21335 Use sh-modify directly.
21336 (sh-select): Use sh-append, not eval.
21337
21338 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
21339
21340 * info.el (Info-following-node-name): New function.
21341
21342 * loadhist.el (unload-feature-special-hooks):
21343 Rename from loadhist-hook-functions.
21344 (loadhist-hook-functions): Now an alias.
21345
21346 2003-10-04 Eli Zaretskii <eliz@gnu.org>
21347
21348 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
21349 file-name clashes on 8+3 filesystems.
21350
21351 * Makefile.in (DONTCOMPILE, bootstrap-clean):
21352 Rename loaddefs-boot.el to ldefs-boot.el
21353
21354 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
21355 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
21356
21357 2003-10-03 Lute Kamstra <lute@gnu.org>
21358
21359 * info.el (Info-mode): Revert previous change.
21360 (Info-escape-percent): New function.
21361 (Info-fontify-node): Use it.
21362
21363 2003-10-02 Andreas Schwab <schwab@suse.de>
21364
21365 * loaddefs-boot.el: Regenerated.
21366
21367 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
21368
21369 * ffap.el: Remove defadvice related code from CVS since `complete'
21370 provides a `PC-completion-as-file-name-predicate' variable that
21371 ffap can override.
21372
21373 2003-10-02 Kenichi Handa <handa@m17n.org>
21374
21375 * international/utf-8.el (ccl-decode-mule-utf-8):
21376 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
21377
21378 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
21379 * international/subst-big5.el: Likewise.
21380 * international/subst-gb2312.el: Likewise.
21381 * international/subst-ksc.el: Likewise.
21382
21383 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21384
21385 * calendar/calendar.el (increment-calendar-month)
21386 (calendar-leap-year-p, calendar-absolute-from-gregorian)
21387 (generate-calendar, calendar-read-date, calendar-interval)
21388 (calendar-day-of-week): Handle years BC.
21389 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
21390
21391 2003-10-01 Dave Love <fx@gnu.org>
21392
21393 * language/cyrillic.el (cp1251): Alias for windows-1251.
21394
21395 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
21396 bootstrap.
21397
21398 2003-10-01 Lute Kamstra <lute@gnu.org>
21399
21400 * files.el: Fix typo.
21401 * imenu.el (imenu--generic-function): Docstring fix.
21402
21403 2003-09-30 Richard M. Stallman <rms@gnu.org>
21404
21405 * dired.el (dired-mode): Handle dired-directory as a list.
21406
21407 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
21408
21409 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
21410
21411 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
21412
21413 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
21414 Replace gud-display with gud-watch.
21415 (gud-speedbar-buttons): Add stuff for watching expressions
21416 in the speedbar when using M-x gdba. Use dolist on old part
21417 of this function.
21418
21419 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
21420 (gdb-update-flag): New variables.
21421 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
21422 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
21423 (gud-watch, gdb-var-create-handler) : New functions.
21424 (gdb-var-list-children, gdb-var-list-children-handler)
21425 (gdb-var-create-regexp, gdb-var-update-regexp)
21426 (gdb-var-list-children-regexp): New constants.
21427 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
21428 (gdb-annotation-rules): Reduce annotation set (level 3).
21429 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
21430 (gdb-post-prompt): Don't update GDB buffers every time speedbar
21431 updates.
21432 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
21433 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
21434 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
21435 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
21436 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
21437 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
21438 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
21439 (gud-display, gud-display1)
21440 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
21441 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
21442 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
21443 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
21444 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
21445 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
21446 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
21447 (gdb-display-display-buffer, gdb-toggle-display)
21448 (gdb-delete-display, gdb-expressions-popup-menu)
21449 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
21450 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
21451 to display buffer.
21452
21453 2003-09-30 Richard M. Stallman <rms@gnu.org>
21454
21455 * progmodes/ada-mode.el (ada-mode): Don't use advice.
21456 Instead, set which-func-functions.
21457
21458 * progmodes/which-func.el (which-func-modes): Add ada-mode.
21459 (which-func-functions): New variable.
21460 (which-function): Use that.
21461
21462 * info.el (Info-mode): Double each `%' in header line.
21463
21464 * emacs-lisp/lisp-mnt.el (lm-with-file):
21465 When FILE is nil, run BODY in current buffer.
21466
21467 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
21468
21469 * help.el (describe-mode): Start with a brief list of minor modes.
21470 Find them thru minor-mode-list so as to find them all.
21471 Show them in alphabetical order.
21472
21473 * mail/sendmail.el (mail-aliases): Doc fix.
21474
21475 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
21476
21477 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21478
21479 * mail/rmailsum.el (rmail-make-summary-line-1):
21480 Change comma after last label to a space.
21481 (rmail-summary-font-lock-keywords): Adapt to that change.
21482
21483 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
21484
21485 * progmodes/scheme.el (scheme-mode-variables): When setting
21486 `font-lock-defaults', also specify that "#" should
21487 be interpreted with `word' syntax.
21488 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
21489
21490 2003-09-30 Lars Hansen <larsh@math.ku.dk>
21491
21492 * desktop.el: A lot of comments updated.
21493 (desktop-save-mode): Minor mode introduced.
21494 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
21495 (desktop-load-default): Function made obsolete.
21496 (desktop-locals-to-save): Variable made customizable.
21497 (desktop-read): Optional parameter `dirname' added.
21498 (desktop-change-dir, desktop-revert): Parameter `dirname' in
21499 `desktop-read' used.
21500 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
21501
21502 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
21503
21504 * whitespace.el (whitespace-clean-msg): Add user customizable message
21505 for displaying ``clean'' output.
21506 (whitespace-buffer): Use `whitespace-clean-msg'.
21507 (whitespace-global-mode): Fix typo.
21508
21509 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
21510
21511 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
21512
21513 2003-09-29 Lute Kamstra <lute@gnu.org>
21514
21515 * bindings.el (mode-line-modes): Remove superfluous :propertize
21516 construct in initialization.
21517 (mode-line-position): Change cons cell into proper list in
21518 initialization.
21519
21520 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21521
21522 * international/mule.el (decode-coding-inserted-region): Use car
21523 of the return value of find-operation-coding-system.
21524
21525 2003-09-29 Kenichi Handa <handa@m17n.org>
21526
21527 * descr-text.el (describe-char): Fix previous change.
21528
21529 2003-09-28 Kenichi Handa <handa@m17n.org>
21530
21531 * descr-text.el (describe-char-display): New function.
21532 (describe-char): Pay attention to display table on describing how
21533 a character is displayed.
21534
21535 * international/mule-cmds.el (encoded-string-description):
21536 Prepend "0x" to each encoded byte.
21537
21538 2003-09-28 Andreas Schwab <schwab@suse.de>
21539
21540 * find-file.el (ff-special-constructs): Add autoload cookie.
21541
21542 2003-09-28 Kevin Ryde <user42@zip.com.au>
21543
21544 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
21545 makeinfo appends to duplicate index entries.
21546
21547 2003-09-28 Eli Zaretskii <eliz@gnu.org>
21548
21549 * dired-x.el (dired-clean-tex): Doc fix.
21550
21551 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
21552 using a Chinese tutorial.
21553
21554 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
21555
21556 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
21557 between "MAIL FROM:" and "RCPT TO:" and the following address.
21558
21559 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
21560
21561 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
21562
21563 2003-09-28 David Ponce <david@dponce.com>
21564
21565 * recentf.el (recentf-initialize-file-name-history): New defcustom.
21566 (recentf-load-list): When `recentf-initialize-file-name-history'
21567 is non-nil, initialize an empty `file-name-history' with the
21568 recent list.
21569
21570 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
21571
21572 * man.el (Man-default-man-entry): Remove the leading `*' from the
21573 word at point.
21574
21575 2003-09-26 Lute Kamstra <lute@gnu.org>
21576
21577 * bindings.el (mode-line-position): Mention size indication in
21578 docstring.
21579
21580 2003-09-26 Andre Spiegel <spiegel@gnu.org>
21581
21582 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
21583
21584 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
21585 because it's autoloaded now.
21586
21587 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
21588
21589 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
21590 (sh-font-lock-keywords, sh-feature): Fix previous change of
21591 sh-feature to avoid infloop with sh-font-lock-keywords.
21592
21593 2003-09-25 Kim F. Storm <storm@cua.dk>
21594
21595 * frame.el (frame-current-scroll-bars): New defun.
21596
21597 * window.el (window-current-scroll-bars): New defun.
21598
21599 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21600
21601 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
21602 cause errors when the state cache contains info on parts that have
21603 been narrowed out.
21604
21605 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21606
21607 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
21608 `c-setup-paragraph-variables' has to be used when this variable is
21609 changed; it doesn't work to reinitialize the mode since that
21610 typically clobbers the variable.
21611
21612 * progmodes/cc-styles.el (c-setup-paragraph-variables):
21613 Make it interactive.
21614
21615 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21616
21617 * progmodes/cc-fonts.el (c-font-lock-declarations):
21618 Fix recognition of constructors and destructors for classes whose
21619 names are matched by `*-font-lock-extra-types'.
21620
21621 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
21622 followed by an identifier in C++ then it's a type.
21623
21624 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21625
21626 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
21627 problem that primarily affected XEmacs. Don't use faces to find
21628 unterminated strings since Emacs and XEmacs fontify strings
21629 differently - this function should now work better in XEmacs.
21630
21631 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21632
21633 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
21634 `expand-abbrev' workaround which caused braces to misbehave inside
21635 macros.
21636
21637 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
21638 handling. This bug could cause interactive font locking to bail out.
21639
21640 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21641
21642 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21643 Handle paren-style types in Pike. Also fixed some cases of
21644 insufficient handling of unbalanced parens.
21645
21646 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
21647
21648 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
21649 common shell prompts that are not common filename or URL characters.
21650 (ffap-file-at-point): Use the new regexp to strip the prompts from
21651 the file names. This is an issue mostly for user prompts that
21652 don't have a trailing space and find-file-at-point is invoked from
21653 within a shell inside Emacs.
21654
21655 2003-09-24 Andre Spiegel <spiegel@gnu.org>
21656
21657 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
21658 stamps numerically, rather than textually.
21659
21660 2003-09-24 Kenichi Handa <handa@m17n.org>
21661
21662 * language/devan-util.el (devanagari-post-read-conversion):
21663 * language/mlm-util.el (malayalam-post-read-conversion):
21664 * language/tml-util.el (tamil-post-read-conversion):
21665 Add autoload cookie.
21666
21667 * international/utf-8.el (utf-8-post-read-conversion):
21668 Call post-read-conversion functions for Devanagari, Malayalam,
21669 and Tamil.
21670
21671 2003-09-23 Dave Love <fx@gnu.org>
21672
21673 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
21674
21675 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
21676
21677 * progmodes/gud.el (perldb): Add gud-until to list of commands.
21678 Update gud-remove.
21679
21680 2003-09-22 Richard M. Stallman <rms@gnu.org>
21681
21682 * progmodes/sh-script.el (sh-mode-default-syntax-table):
21683 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
21684 (sh-mode-syntax-table-input): New variable.
21685 (sh-require-final-newline): Don't use eval.
21686 (sh-builtins, sh-leading-keywords, sh-other-keywords)
21687 (sh-variables, sh-font-lock-keywords): Don't use eval.
21688 (sh-set-shell): When setting require-final-newline,
21689 treat value = `require-final-newline' as don't change it.
21690 Set sh-mode-syntax-table locally based on
21691 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
21692
21693 * progmodes/compile.el (compile-internal):
21694 Call compilation-set-window-height before setting window start.
21695
21696 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
21697
21698 * emacs-lisp/bytecomp.el (byte-compile-log-file):
21699 Clear out byte-compile-last-warned-form.
21700
21701 2003-09-22 Richard M. Stallman <rms@gnu.org>
21702
21703 * woman.el (woman-file-name, woman-follow-word):
21704 If current-word returns nil, use "".
21705
21706 * simple.el (eval-expression): Bind standard-output in to-buffer case.
21707
21708 2003-09-22 Richard M. Stallman <rms@gnu.org>
21709
21710 * emacs-lisp/lisp-mnt.el (lm-with-file):
21711 Don't visit the file, just use insert-file-contents in temp buffer.
21712
21713 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
21714
21715 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
21716 Add surrounding \\( and \\) around the header, as in
21717 for lm-history-header 'Change Log\\|History'.
21718
21719 2003-09-22 John Paul Wallington <jpw@gnu.org>
21720
21721 * progmodes/ld-script.el: Add Commentary section,
21722 minor cleanup of file header.
21723 (ld-script-font-lock-keywords): Doc fix.
21724 (toplevel): Provide `ld-script' feature.
21725
21726 2003-09-21 Kim F. Storm <storm@cua.dk>
21727
21728 * scroll-bar.el (set-scroll-bar-mode): Initialize to
21729 new built-in variable default-frame-scroll-bars.
21730 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
21731 scroll-bar-mode; notably, use it instead of t when we toggle
21732 scroll-bars on.
21733 (toggle-scroll-bar): Use default-frame-scroll-bars.
21734
21735 2003-09-19 Masatake YAMATO <jet@gyve.org>
21736
21737 * pcvs.el (cvs-do-removal): Change the prompt depending on
21738 `filter' value.
21739
21740 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
21741
21742 * startup.el (command-line-1): Stop startup-echo-area-message
21743 being hidden by "Loading image..." message.
21744 (use-fancy-splash-screens-p, display-splash-screen):
21745 Move display-graphic-p test from latter to former.
21746
21747 * progmodes/sh-script.el (sh-font-lock-keywords):
21748 Highlight escaped EOLs differently from other backslash constructs.
21749
21750 2003-09-19 Richard M. Stallman <rms@gnu.org>
21751
21752 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
21753 New functions.
21754 (edebug-enter, edebug-outside-excursion): Use them.
21755
21756 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
21757 Fix the condition for whether to print "In WHERE".
21758
21759 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
21760
21761 * finder.el (finder-mode-hook): New variable.
21762 (finder-mode): Run hook finder-mode-hook
21763
21764 2003-09-18 Masatake YAMATO <jet@gyve.org>
21765
21766 * progmodes/ebrowse.el: Fix broken magic autoload comments.
21767
21768 2003-09-17 Mario Lang <mlang@delysid.org>
21769
21770 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
21771 "p %e" to actually print the value in the GUD buffer.
21772
21773 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
21774
21775 From David Ponce <david.ponce@wanadoo.fr>:
21776 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
21777 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
21778 from loaddefs-boot.el if necessary.
21779
21780 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
21781
21782 * progmodes/gud.el (gud-find-class): Make jdb work again since
21783 cc-mode changed the syntactic information.
21784
21785 2003-09-15 David Ponce <david@dponce.com>
21786
21787 * recentf.el: (recentf-exclude): Accept predicates too.
21788 (recentf-file-readable-p): New function.
21789 (recentf-include-p): Handle predicates in recentf-exclude.
21790 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
21791 (recentf-cleanup): Likewise.
21792 (recentf-save-list): Use write-file to handle backup of
21793 recentf-save-file.
21794
21795 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
21796
21797 * loaddefs-boot.el: Renamed from `loaddefs.el'
21798 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
21799 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
21800 necessary.
21801
21802 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
21803
21804 * electric.el (Electric-pop-up-window): For the `one-window' case,
21805 no longer disconcertingly move point in the original buffer.
21806
21807 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21808
21809 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
21810
21811 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
21812
21813 * dired.el (dired-mode-map): Fix typo.
21814
21815 2003-09-11 Richard M. Stallman <rms@gnu.org>
21816
21817 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
21818
21819 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21820
21821 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
21822 the function is less noisy. Now only `kill-buffer' can ask questions.
21823
21824 2003-09-10 Mario Lang <mlang@delysid.org>
21825
21826 * battery.el: Update Commentary and Copyright.
21827 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
21828 appear due to wrong ordering of the expressions in `or'.
21829
21830 2003-09-09 Lute Kamstra <lute@gnu.org>
21831
21832 * misc.el (upcase-char): Fix docstring.
21833 (zap-up-to-char): New command.
21834
21835 2003-09-08 David Ponce <david@dponce.com>
21836
21837 Ensure that recentf correctly updates the menu bar.
21838 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
21839 (recentf-menu-bar): New function.
21840 (recentf-clear-data): Use it
21841 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
21842 of easy-menu-change.
21843
21844 2003-09-08 Lute Kamstra <lute@gnu.org>
21845
21846 * simple.el (size-indication-mode): New.
21847 * bindings.el (mode-line-position): Add buffer size indicator.
21848
21849 2003-09-04 Mario Lang <mlang@delysid.org>
21850
21851 * battery.el (battery-linux-proc-acpi): New function.
21852 (battery-status-function): Modify default value calculation to also
21853 check for availability of ACPI.
21854 (battery-echo-area-format): Ditto.
21855 (battery-mode-line-format): Ditto.
21856
21857 2003-09-06 Dave Love <fx@gnu.org>
21858
21859 * ielm.el (ielm-mode-hook): Add :options.
21860
21861 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
21862 (eldoc-print-current-symbol-info): Use it.
21863
21864 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
21865
21866 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
21867 being displayed in GUD buffer.
21868 (gdb-idle-input-queue): Remove var. Use just one queue.
21869 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
21870 Remove functions. Use just one queue.
21871 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
21872 (gdb-invalidate-assembler, gdb-get-current-frame):
21873 Modify functions. Use just one queue.
21874
21875 2003-09-04 Dave Love <fx@gnu.org>
21876
21877 * cus-start.el: Add blink-cursor-alist.
21878
21879 * ruler-mode.el (ruler-mode-fill-column-char)
21880 (ruler-mode-current-column-char): Use char-displayable-p,
21881 not window-system.
21882
21883 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
21884
21885 * language/european.el (windows-1252): Move from code-pages.
21886
21887 * language/cyrillic.el ("Windows-1251"): Delete.
21888 ("Bulgarian", "Belarusian"): Remove `features'.
21889 (windows-1251): Move from code-pages.
21890
21891 * international/mule-diag.el (non-iso-charset-alist):
21892 Remove `codepage' stuff.
21893 (print-designation, list-coding-systems-1): Output fixes.
21894
21895 * international/code-pages.el (cp-make-translation-table)
21896 (cp-valid-codes): Made defsubsts.
21897 (cp-fix-safe-chars): Delete.
21898 (mule-diag): Don't require.
21899 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
21900 (top-level): Check for defined coding system when defining
21901 cp... aliases. Change w32-add-charset-info test to avoid warning.
21902 (non-iso-charset-alist): Defvar when compiling.
21903 (cp-make-coding-system): Doc fix.
21904
21905 2003-09-02 Jason Rumney <jasonr@gnu.org>
21906
21907 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
21908 line-ends from CVS before doing conversion.
21909
21910 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
21911
21912 * calendar/diary-lib.el (diary-header-line-flag)
21913 (diary-header-line-format): New variables.
21914 (list-diary-entries): Use them to set header line in simple diary.
21915
21916 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
21917 other than font-lock-string-face to highlight backslashes.
21918
21919 2003-09-01 Jason Rumney <jasonr@gnu.org>
21920
21921 * international/titdic-cnv.el (tit-read-key-value): Include \r in
21922 regexp.
21923
21924 2003-09-01 Dave Love <fx@gnu.org>
21925
21926 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
21927
21928 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
21929 and :help; also line and column numbers labels.
21930
21931 * international/mule-util.el (char-displayable-p): Move from
21932 latin1-disp, rename and autoload.
21933
21934 * international/latin1-disp.el (latin1-char-displayable-p):
21935 Now obsolete alias. Replace uses with char-displayable-p.
21936 (latin1-display-ucs-per-lynx): Fix last change.
21937
21938 * international/mule-cmds.el (standard-display-european-internal):
21939 Don't use char code for Latin-1 NBSP.
21940 <XFree86 4>: Unfrob NBSP display table. Set display table to use
21941 U+2018, U+2019 for `'.
21942 (select-safe-coding-system): Message fix.
21943
21944 2003-09-01 Kenichi Handa <handa@m17n.org>
21945
21946 * international/fontset.el (setup-default-fontset): For Thai
21947 font, specify "*" family.
21948
21949 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21950
21951 * progmodes/compile.el (previous-error): Accept a prefix
21952 argument, similarly to next-error.
21953
21954 2003-08-31 Masatake YAMATO <jet@gyve.org>
21955
21956 * pcvs.el (cvs-do-removal): Use = instead of eq to check
21957 the number of files. Bind the number of files to a local
21958 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
21959
21960 2003-08-30 Eli Zaretskii <eliz@gnu.org>
21961
21962 * vc-hooks.el (vc-make-version-backup): Fix the change made on
21963 2003-07-26: msdos-long-file-names is a function, not a variable.
21964
21965 2003-08-29 Richard M. Stallman <rms@gnu.org>
21966
21967 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
21968 Do nothing with mail-personal-alias-file if it is nil.
21969
21970 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
21971 Do nothing if mail-personal-alias-file is nil.
21972
21973 * term.el (term-exec-1): Bind coding-system-for-read.
21974
21975 * dired.el (dired-mouse-find-file-other-window):
21976 Use dired-view-command-alist here, as in dired-view-file.
21977 (dired-view-command-alist): Use %s to substitute file name.
21978 Handle .ps_pages, .eps, .jpg, .gif, .png.
21979
21980 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21981
21982 * info.el (Info-mode-map): Bind S-tab and <backtab> to
21983 `Info-prev-reference', instead of M-tab.
21984
21985 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
21986
21987 * simple.el (blink-matching-open): Work correctly on chars that
21988 are designated as parens through the syntax-table text property.
21989
21990 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
21991
21992 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
21993 line break position in the middle of a non-kinsoku (e.g. latin)
21994 word, making it skip until either a space or a character with
21995 category "|".
21996 (kinsoku-longer): Test for end of buffer.
21997
21998 2003-08-28 Eli Zaretskii <eliz@gnu.org>
21999
22000 * mail/rmail.el (rmail-convert-to-babyl-format):
22001 Detect quoted-printable- and base64-encoded messages and decode them
22002 automatically. Set the message's encoding from the charset=
22003 header, if any. Decode base64-encoded messages in Mail format as well.
22004
22005 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22006
22007 * mail/smtpmail.el: Fix previous change.
22008 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22009 calling smtpmail-via-smtp.
22010 (smtpmail-via-smtp): Add fall-back values for envelope-from.
22011
22012 2003-08-26 John Paul Wallington <jpw@gnu.org>
22013
22014 * image.el (image-jpeg-p): Don't search beyond length of data.
22015
22016 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22017
22018 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22019 misfeature in `expand-abbrev' which caused electric keywords like
22020 "else" to disappear if an open brace was typed directly afterwards.
22021
22022 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22023
22024 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22025 mandatory in `define-widget'.
22026
22027 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22028 Don't align the operators "!=", "<=" and ">=" as assignment operators.
22029
22030 (c-assignment-operators): New language constant that only contains
22031 the assignment operators.
22032
22033 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22034
22035 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22036
22037 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22038 Safeguard against unbalanced sexps.
22039
22040 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
22041
22042 * version.el (emacs-version): Check for gtk. Include gtk version info.
22043
22044 2003-08-25 John Paul Wallington <jpw@gnu.org>
22045
22046 * man.el (Man-default-man-entry): Don't whizz past the section
22047 number before looking for it.
22048
22049 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
22050
22051 * progmodes/gud.el (gud-display-line): Don't set window-point if
22052 source buffer is not visible. (Only happens with M-x gdba.)
22053
22054 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22055 documentation.
22056 (gdb-source, gdb-source-info): Update to assembler unnecessary
22057 as its done after each GDB command anyway.
22058 (gdb-pre-prompt): Use with-current-buffer.
22059 (gdb-insert-field): Add help-echo text.
22060 (gdb-invalidate-assembler): Re-display of assembler now done in
22061 gdb-info-breakpoints-custom.
22062 (gdb-info-breakpoints-custom): Force re-display of assembler to
22063 happen *after* update of breakpoints buffer.
22064 (gdb-display-source-buffer): Don't choke if gdb-source-window
22065 isn't visible.
22066 (gdb-put-string, gdb-put-arrow): Remove free variables.
22067
22068 2003-08-24 John Paul Wallington <jpw@gnu.org>
22069
22070 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
22071
22072 * man.el (Man-default-man-entry): Strip text properties when
22073 snarfing parts of entry because `format' preserves properties.
22074
22075 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22076
22077 * files.el (file-newest-backup): Use `expand-file-name'.
22078
22079 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
22080 Allow the diary to pop up a new frame, if needed.
22081
22082 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
22083 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
22084 (smtpmail-send-it): Make treatment of envelope-from consistent with
22085 sendmail.el.
22086
22087 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
22088 (sh-leading-keywords): Add the bash `time' reserved word.
22089 (sh-variables): Add some bash variables.
22090 (sh-add-completer): Fix nil branch of case statement.
22091
22092 2003-08-24 Masatake YAMATO <jet@gyve.org>
22093
22094 * progmodes/ld-script.el: New file.
22095
22096 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
22097
22098 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
22099
22100 2003-08-23 Andre Spiegel <spiegel@gnu.org>
22101
22102 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
22103 Better explain obsolescence, and what to use instead.
22104
22105 2003-08-23 Masatake YAMATO <jet@gyve.org>
22106
22107 * pcvs.el (cvs-do-removal): Show the deleted file name
22108 on the prompt.
22109
22110 2003-08-20 Dave Love <fx@gnu.org>
22111
22112 * international/mule.el (make-coding-system)
22113 (set-buffer-file-coding-system): Doc fix.
22114
22115 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
22116
22117 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
22118
22119 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
22120
22121 * international/utf-16.el: Add mime-text-unsuitable coding system
22122 properties.
22123
22124 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
22125
22126 * cus-edit.el: Add some :links.
22127 (bib): Remove.
22128
22129 * textmodes/bib-mode.el (bib): Add :group external.
22130
22131 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
22132
22133 * wid-edit.el (widget-echo-help): Make it handle expressions that
22134 evaluate to strings.
22135
22136 2003-08-18 Michael Mauger <mmaug@yahoo.com>
22137
22138 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
22139
22140 Simplify selection of SQL products to define highlighting and
22141 interactive mode. Includes detailed instructions on adding
22142 support for new products.
22143
22144 * progmodes/sql.el (sql-product): New variable. Identifies SQL
22145 product for use in highlighting and interactive mode.
22146 (sql-interactive-product): New variable. SQL product for
22147 sql-interactive-mode.
22148 (sql-product-support): New variable. Specifies product-specific
22149 parameters to drive highlighting and interactive mode.
22150 (sql-imenu-generic-expression): Add more object types.
22151 (sql-sqlite-options): Correct comment.
22152 (sql-ms-program): Use "osql" rather than "isql".
22153 (sql-prompt-regexp, sql-prompt-length): Update comment.
22154 (sql-mode-menu): Add "Start SQLi session" entry.
22155 Replace Highlighting submenu with Product menu. Fix Send Region entry.
22156 (sql-mode-abbrev-table): Add abbreviations. Support of
22157 SYSTEM-FLAG on define-abbrev. Support was removed with last
22158 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
22159 (sql-mode-font-lock-object-name): Add font-lock pattern for object
22160 names.
22161 (sql-mode-ansi-font-lock-keywords): Set as default value.
22162 (sql-mode-oracle-font-lock-keywords): Set as default value.
22163 Support Oracle 9i keywords.
22164 (sql-mode-postgres-font-lock-keywords): Set as default value.
22165 (sql-mode-linter-font-lock-keywords): Set as default value.
22166 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
22167 SQLServer 2000.
22168 (sql-mode-sybase-font-lock-keywords)
22169 (sql-mode-interbase-font-lock-keywords)
22170 (sql-mode-sqlite-font-lock-keywords)
22171 (sql-mode-strong-font-lock-keywords)
22172 (sql-mode-mysql-font-lock-keywords)
22173 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
22174 keywords.
22175 (sql-mode-font-lock-defaults): Update comment.
22176 (sql-product-feature): New function. Returns feature associated
22177 with a product from `sql-product-support' alist.
22178 (sql-product-font-lock): New function. Set font-lock support
22179 based on `sql-product'.
22180 (sql-add-product-keywords): New function. Add font-lock rules to
22181 product-specific keyword variables.
22182 (sql-set-product): New function. Set `sql-product' and apply
22183 appropriate font-lock highlighting.
22184 (sql-highlight-product): New function. Set font-lock support
22185 based on a product. Also set mode name to include product name.
22186 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
22187 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
22188 Use `sql-set-product'.
22189 (sql-highlight-ms-keywords)
22190 (sql-highlight-sybase-keywords)
22191 (sql-highlight-interbase-keywords)
22192 (sql-highlight-strong-keywords)
22193 (sql-highlight-mysql-keywords)
22194 (sql-highlight-sqlite-keywords)
22195 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
22196 (sql-get-login): Prompt in the same order as the tokens.
22197 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
22198 (sql-product-interactive): New function. Common portions of
22199 product-specific interactive mode wrappers.
22200 (sql-interactive-mode): Rewritten to use product features.
22201 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
22202 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
22203 (sql-db2, sql-linter): Use `sql-product-interactive'.
22204 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
22205 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
22206 (sql-connect-ingres, sql-connect-postgres)
22207 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
22208 New functions. Format command line parameters and invoke comint on
22209 the appropriate interpreter. Code was in the corresponding
22210 `sql-xyz' function before.
22211 (sql-connect-ms): New function. Support -E argument to use
22212 operating system credentials for authentication.
22213
22214 2003-08-18 Kenichi Handa <handa@m17n.org>
22215
22216 * international/mule.el (encode-char): Fix for the ASCII case.
22217
22218 2003-08-15 Kenichi Handa <handa@m17n.org>
22219
22220 * international/fontset.el (setup-default-fontset): Change "*" to
22221 nil in the specifications of font family.
22222
22223 2003-08-18 Kim F. Storm <storm@cua.dk>
22224
22225 * kmacro.el (kmacro-keymap): Group related bindings in
22226 initialization for clarity. Bind C-s to start macro.
22227 Remove C-r binding.
22228 (kmacro-initial-counter-value): New defvar to hold initial counter
22229 value in case we set the value before defining a macro.
22230 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
22231 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
22232 not defining or executing macro. Doc fix.
22233 (kmacro-add-counter): Clear kmacro-initial-counter-value.
22234 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
22235 temporarily view older elements on the macro ring without cycling
22236 the ring.
22237 (kmacro-display): Doc fix.
22238 (kmacro-exec-ring-item): New helper function.
22239 (kmacro-call-ring-2nd): Use it.
22240 (kmacro-call-ring-2nd-repeat): Doc fix.
22241 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
22242 (kmacro-end-or-call-macro): Execute last viewed macro (using
22243 kmacro-exec-ring-item) from ring if this follows
22244 kmacro-view-macro. This allows us to find a macro on the ring
22245 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
22246 the ring to bring it to the head of the ring.
22247 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
22248 Allow binding to reserved keys without specifying C-x C-k prefix.
22249 Ask for confirmation if entered key sequence is already bound to
22250 a non-macro command.
22251 (kmacro-view-macro): Repeating command will show older elements
22252 on the macro ring; C-k will execute the last viewed macro.
22253 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
22254 property from 'ring to 'head.
22255
22256 2003-08-17 Alan Shutko <ats@acm.org>
22257
22258 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
22259 keeping December out of the alist.
22260
22261 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
22262
22263 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
22264 * calendar/calendar.el (calendar-mode-map): Bind it to key.
22265 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
22266 (calendar-flatten): New function.
22267 (calendar-mouse-view-other-diary-entries)
22268 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
22269 in the menu title and to show multi-line diary entries correctly
22270 in the menu.
22271
22272 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
22273
22274 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
22275 defcustom, because the default was recently changed.
22276
22277 2003-08-16 Richard M. Stallman <rms@gnu.org>
22278
22279 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
22280
22281 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
22282 New subroutine, broken out of eval-last-sexp-1.
22283 (eval-last-sexp-1): Use eval-last-sexp-print-value.
22284
22285 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
22286
22287 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
22288
22289 * simple.el (eval-expression): Use eval-last-sexp-print-value.
22290
22291 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
22292
22293 * progmodes/compile.el (compilation-error-regexp-alist):
22294 Add Java ANt error detection as described in document
22295 http://ant.apache.org/faq.html
22296
22297 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
22298
22299 * simple.el (backward-word, forward-to-indentation)
22300 (backward-to-indentation): Argument changed to optional.
22301 (next-line, previous-line): Use `or' instead of `unless'.
22302
22303 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22304
22305 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
22306 instead of a constant.
22307
22308 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
22309
22310 * shell.el (shell): With prefix-arg, suggest a new buffer name.
22311
22312 2003-08-12 Andre Spiegel <spiegel@gnu.org>
22313
22314 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
22315 (vc-sccs-workfile-version): Search the entire delta table, rather
22316 than just the first entry, because that might be a deleted version.
22317
22318 2003-08-11 Karl Fogel <kfogel@red-bean.com>
22319
22320 * menu-bar.el (menu-bar-options-menu): Supply a body for the
22321 [save-place] binding in the Options menu. Have it require
22322 'saveplace' and then toggle the variable manually, to avoid an an
22323 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
22324 for the bug report.
22325
22326 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
22327
22328 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
22329 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
22330 (gdb-info-threads-custom): Add help-echo text.
22331 (gdb-display-back): Don't use purecopy.
22332 (gdb-info-breakpoints-custom, gdb-reset)
22333 (gdb-assembler-custom): Use display-images-p to test if breakpoint
22334 icons can be displayed.
22335
22336 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
22337
22338 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
22339
22340 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
22341
22342 * bookmark.el (bookmark-completing-read):
22343 Return a string, instead of a list of one string.
22344 Use a popup menu if activated from the mouse.
22345 (bookmark-edit-annotation): Remove unused vars.
22346 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
22347 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
22348 to bookmark-completing-read.
22349 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
22350 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
22351 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
22352 and erase-buffer.
22353 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
22354 (bookmark-menu-jump, bookmark-menu-insert)
22355 (bookmark-popup-menu-and-apply-function)
22356 (bookmark-menu-popup-paned-bookmark-menu): Remove.
22357 (bookmark-menu-build-paned-menu): Remove by folding it into
22358 bookmark-menu-popup-paned-menu.
22359 (menu-bar-bookmark-map): Move the define-key statements here.
22360 Use the "non-menu" commands since they now pop up a menu if needed.
22361 (bookmark-exit-hook-internal): Simplify.
22362
22363 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
22364
22365 * reftex-toc.el (reftex-toc-rename-label): New function.
22366 (reftex-toc-check-docstruct): New function.
22367
22368 * reftex.el (reftex-region-active-p): New function.
22369
22370 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
22371 regexp to find the \bibliography macro.
22372
22373 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
22374 which does not exist in LaTeX.
22375 (reftex-cite-format-builtin): Added amsrefs support.
22376 (reftex-toc-confirm-promotion): New option
22377
22378 * reftex-toc.el
22379 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
22380 (reftex-toc-demote, reftex-toc-promote)
22381 (reftex-toc-do-promote, reftex-toc-promote-prepare)
22382 (reftex-toc-promote-action, reftex-toc-extract-section-number)
22383 (reftex-toc-newhead-from-alist)
22384 (reftex-toc-load-all-files-for-promotion): New functions.
22385 (reftex-toc-help): Added description of new keys.
22386 (reftex-toc-split-windows-fraction): New option.
22387 (reftex-recenter-toc-when-idle): Search *toc* window on all
22388 visible frames.
22389 (reftex-toc): Additional parameter REUSE
22390 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
22391 with REUSE argument.
22392 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
22393 the call of `reftex-toc'.
22394 (reftex-make-separate-toc-frame): New function .
22395 (reftex-toc-recenter): When called with triple prefix arg, call
22396 `reftex-make-separate-toc-frame' first.
22397 (reftex-toc-toggle-dedicated-frame): New command.
22398 (reftex-toc-quit): Adapted to delete frame when called in
22399 dedicated frame.
22400
22401 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
22402 all enclosing macros.
22403
22404
22405 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22406
22407 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
22408 first use.
22409
22410 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22411
22412 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
22413
22414 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
22415
22416 * calendar/calendar.el (list-diary-entries-hook)
22417 (diary-display-hook, nongregorian-diary-listing-hook)
22418 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
22419 Add some customize options for these hooks.
22420 (calendar-abbrev-construct): Don't try to take a substring longer
22421 than the original string.
22422
22423 2003-08-05 Richard M. Stallman <rms@gnu.org>
22424
22425 * emacs-lisp/testcover.el (noreturn): Report error if does return.
22426 (testcover-reinstrument-clauses): Doc fix.
22427
22428 * emacs-lisp/warnings.el: Doc fixes, args renamed.
22429 (warning-type-format): Rename from warning-group-format.
22430
22431 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
22432 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
22433 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
22434 to prevent warnings about defvar for an obsolete variable.
22435
22436 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
22437 warning-group-format renamed to warning-type-format.
22438
22439 * subr.el (read-passwd): Use clear-string instead of fillarray.
22440
22441 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
22442 Use vconcat instead of concat.
22443 (edmacro-sanitize-for-string): New function.
22444
22445 2003-08-05 Dave Love <fx@gnu.org>
22446
22447 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
22448 line-number-display-limit-width.
22449
22450 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
22451
22452 2003-08-05 Kenichi Handa <handa@m17n.org>
22453
22454 * international/code-pages.el: Don't require mule-diag.
22455
22456 * international/mule-diag.el (non-iso-charset-alist):
22457 Add autoload cookie.
22458
22459 * language/devan-util.el (dev-glyph-order): Add an entry for the
22460 glyph code #xC4.
22461
22462 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22463
22464 * calendar/calendar.el (diary-file, diary-file-name-prefix)
22465 (european-calendar-style, diary-date-forms)
22466 (calendar-day-name-array, calendar-month-name-array): Doc change.
22467 (generate-calendar-month): Adapt for new behavior of
22468 `calendar-day-name' function.
22469 (calendar-abbrev-length, calendar-day-abbrev-array)
22470 (calendar-month-abbrev-array): New variables.
22471 (calendar-abbrev-construct): New function.
22472 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
22473 rather than fixing abbrevs at some width. Calling syntax change.
22474 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
22475 (calendar-date-string): Adapt for new behaviors of
22476 `calendar-day-name' and `calendar-month-name' functions.
22477
22478 * calendar/diary-lib.el (list-diary-entries): Adapt for new
22479 behavior of `calendar-day-name' and `calendar-month-name' functions.
22480 (diary-name-pattern): Use abbrev arrays, rather than fixing
22481 abbrevs at three chars. Calling syntax change.
22482 (mark-diary-entries): Adapt for new behaviors of
22483 `diary-name-pattern' and `calendar-make-alist' functions.
22484 (fancy-diary-font-lock-keywords): Adapt for new behavior of
22485 `diary-name-pattern' function.
22486 (font-lock-diary-date-forms): Use abbrev arrays, rather than
22487 fixing abbrevs at three chars. Calling syntax change.
22488 (cal-hebrew, cal-islam): Require when compiling.
22489 (diary-font-lock-keywords): Adapt for new behavior of
22490 `font-lock-diary-date-forms' function.
22491
22492 * calendar/cal-hebrew.el: Reposition some code so defined before used.
22493 (calendar-hebrew-month-name-array-common-year)
22494 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
22495 (list-hebrew-diary-entries): Adapt for new behaviors of
22496 `calendar-day-name' and `add-to-diary-list' functions.
22497 (mark-hebrew-diary-entries): Adapt for new behaviors of
22498 `diary-name-pattern' and `calendar-make-alist' functions.
22499
22500 * calendar/cal-islam.el (calendar-islamic-month-name-array):
22501 Add doc string.
22502 (list-islamic-diary-entries): Adapt for new behaviors of
22503 `calendar-day-name' and `add-to-diary-list' functions.
22504 (mark-islamic-diary-entries): Adapt for new behaviors of
22505 `diary-name-pattern' and `calendar-make-alist' functions.
22506
22507 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
22508 `calendar-month-name' function.
22509
22510 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
22511
22512 * calendar/solar.el (solar-seasons-data): Move definition before use.
22513
22514 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
22515 (cal-tex-LaTeX-hourbox): Move definition before use.
22516
22517 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
22518 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
22519 * lunar.el, solar.el (displayed-month, displayed-year):
22520 Define for compiler.
22521
22522 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22523
22524 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
22525 MODE. Renamed from c-init-c-language-vars'.
22526 (c-initialize-cc-mode): Change accordingly.
22527 (c-common-init): Ditto.
22528 (c-mode): Ditto.
22529 (c++-mode): Use `c-init-language-vars-for'.
22530 (objc-mode): Ditto.
22531 (java-mode): Ditto.
22532 (idl-mode): Ditto.
22533 (pike-mode): Ditto.
22534 (awk-mode): Ditto.
22535
22536 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22537
22538 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
22539 or not the point moved.
22540
22541 (c-search-decl-header-end): Don't trip up on operator identifiers
22542 in C++ and operators like == in all languages.
22543
22544 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
22545 Detect leading labels correctly.
22546
22547 2003-08-02 Andreas Schwab <schwab@suse.de>
22548
22549 * textmodes/ispell.el: Don't redo key bindings on loading, put
22550 them only in loaddefs.el.
22551 * bookmark.el: Likewise.
22552 * dabbrev.el: Likewise.
22553 * emerge.el: Likewise.
22554
22555 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
22556 has more than one member.
22557
22558 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
22559
22560 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22561
22562 * lpr.el (printify-region): It was ending conversion before the
22563 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
22564
22565 2003-07-31 John Paul Wallington <jpw@gnu.org>
22566
22567 * net/browse-url.el (browse-url-epiphany): Doc fix.
22568
22569 2003-07-30 Kenichi Handa <handa@m17n.org>
22570
22571 * international/fontset.el (setup-default-fontset):
22572 Change registry names of Akurti fonts.
22573
22574 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
22575
22576 * comint.el (comint-read-noecho): Use `clear-string' instead of
22577 `fillarray'.
22578
22579 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
22580
22581 * outline.el (outline-mode-hook): Add defvar.
22582
22583 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
22584
22585 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
22586 Restore assembler in source window if that is what has been selected.
22587 (menu): Add gdb-restore-windows to menu. Make gdba
22588 specific menus only visible from gdba.
22589
22590 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
22591
22592 * progmodes/compile.el (compilation-environment): New user variable.
22593 (compile-internal): Respect it.
22594
22595 2003-07-23 Masatake YAMATO <jet@gyve.org>
22596
22597 * progmodes/gud.el (gdb-script-font-lock-keywords):
22598 Put `font-lock-function-name-face' on a symbol which includes
22599 `-' like `hook-run'. Put font-lock-variable-name-face
22600 on a symbol starting with $.
22601
22602 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
22603
22604 * files.el (set-visited-file-name): Use truename for buffer-file-name.
22605
22606 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
22607
22608 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
22609
22610 2003-07-26 Andre Spiegel <spiegel@gnu.org>
22611
22612 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
22613 Use with-no-warnings.
22614 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
22615 rather than to find-file-not-found-hook, which doesn't exist.
22616
22617 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
22618
22619 * international/quail.el (quail-translate-key): Fix previous change.
22620
22621 2003-07-25 John Paul Wallington <jpw@gnu.org>
22622
22623 * server.el (server-start): Check `server-process' is non-nil
22624 before killing it to avoid killing current buffer's process.
22625
22626 * simple.el (choose-completion-string): Use `minibufferp';
22627 test `completion-reference-buffer' if `buffer' arg is nil.
22628 (push-mark): Use `when' and `unless'.
22629 (pop-mark): Use `when'.
22630
22631 * mouse-sel.el (mouse-sel-get-selection-function):
22632 Check `x-last-selected-text-primary'. Don't barf if it or
22633 `x-last-selected-text' aren't bound.
22634
22635 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22636
22637 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
22638
22639 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
22640
22641 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
22642
22643 2003-07-23 John Paul Wallington <jpw@gnu.org>
22644
22645 * tooltip.el (defface tooltip): Inherit from variable-pitch.
22646
22647 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
22648
22649 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
22650 string. Defvar the derived hook.
22651
22652 * macros.el (insert-kbd-macro): Escape double quote character.
22653 From Thomas W Murphy <twm@andrew.cmu.edu>.
22654
22655 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
22656
22657 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
22658 to match the specific mark rather than reusing comment-start-skip.
22659
22660 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
22661
22662 * progmodes/hideshow.el (hs-special-modes-alist):
22663 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
22664
22665 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
22666
22667 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
22668 value using ?\s.
22669
22670 2003-07-21 John Paul Wallington <jpw@gnu.org>
22671
22672 * subr.el (with-selected-window): Add closing paren.
22673
22674 2003-07-21 Richard M. Stallman <rms@gnu.org>
22675
22676 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
22677 (lisp-mode): Likewise.
22678
22679 * subr.el (with-selected-window): Copy code form save-selected-window
22680 so as to call select-window with norecord arg.
22681 (dynamic-completion-table): Doc fix.
22682 (lazy-completion-table): Doc fix.
22683
22684 * international/mule-cmds.el (set-locale-environment):
22685 langinfo renamed to locale-info.
22686
22687 * international/mule.el (auto-coding-functions): Doc fix.
22688
22689 2003-07-21 Kenichi Handa <handa@m17n.org>
22690
22691 * international/quail.el (quail-translate-key):
22692 Update quail-current-str correctly.
22693
22694 2003-07-21 Andreas Schwab <schwab@suse.de>
22695
22696 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
22697 ?, to "_".
22698
22699 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
22700 Version 2.0.36 of Tramp released.
22701
22702 * net/tramp.el (tramp-default-password-end-of-line): Rename from
22703 tramp-password-end-of-line.
22704 (tramp-password-end-of-line): New method parameter.
22705 (tramp-get-password-end-of-line): Function to access method
22706 parameter `tramp-password-end-of-line', or variable
22707 `tramp-default-password-end-of-line' (default value).
22708 (tramp-methods): Add entries for new parameter
22709 tramp-password-end-of-line.
22710 (tramp-enter-password): Use new function
22711 `tramp-get-password-end-of-line'.
22712 (tramp-handle-insert-file-contents): Do not
22713 unconditionally inhibit the file operation file-local-copy, only
22714 do that when the inhibit-file-name-operation is currently
22715 insert-file-contents. This fixes finding remote CVS-controlled
22716 files. (It would barf on inserting the CVS/Entries file
22717 literally, because the file-local-copy handler wasn't called.)
22718 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
22719 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
22720 (tramp-initial-commands): New variable.
22721 (tramp-process-initial-commands): New function, using the variable.
22722 (tramp-open-connection-setup-interactive-shell): Call the new function.
22723 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
22724 method into the buffer name, never use nil. Reported by Hanak
22725 David <dhanak@inf.bme.hu>.
22726 (tramp-open-connection-setup-interactive-shell): Erase buffer
22727 before sending "stty -onlcr".
22728
22729 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
22730
22731 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
22732
22733 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
22734
22735 2003-07-19 John Paul Wallington <jpw@gnu.org>
22736
22737 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
22738 (artist-draw-rect, artist-draw-square): Doc fixes.
22739
22740 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
22741
22742 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
22743
22744 2003-07-19 Kenichi Handa <handa@m17n.org>
22745
22746 * international/kkc.el (kkc-show-conversion-list-update):
22747 Highlight the correct candidate in the message.
22748
22749 2003-07-18 John Paul Wallington <jpw@gnu.org>
22750
22751 * simple.el (current-word): Don't include punctuation char when
22752 `really-word' arg is non-nil.
22753
22754 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
22755
22756 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
22757 moved to the directory obsolete.
22758
22759 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
22760
22761 * info.el (Info-menu-entry-name-re): Allow newlines in
22762 menu entry names.
22763
22764 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
22765 syntax-ppss-after-change-function.
22766 (syntax-ppss-after-change-function): New alias. Update uses.
22767 (syntax-ppss): Catch the case where the buffer is narrowed.
22768
22769 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22770
22771 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
22772 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
22773
22774 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22775
22776 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
22777 since it might be modified.
22778
22779 * progmodes/cc-langs.el (c++-make-template-syntax-table)
22780 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
22781 names to these language constants.
22782
22783 2003-07-15 Kim F. Storm <storm@cua.dk>
22784
22785 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
22786 All uses changed.
22787
22788 2003-07-14 Mark A. Hershberger <mah@everybody.org>
22789
22790 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
22791 Namespace support.
22792
22793 2003-07-13 Juanma Barranquero <lektu@terra.es>
22794
22795 * frame.el (modify-all-frames-parameters): Reinstall (copyright
22796 papers received).
22797
22798 2003-07-13 Karl Eichwalder <ke@suse.de>
22799
22800 * textmodes/po.el (po-find-charset): White space at the start of the
22801 Content-Type field body is non-mandatory.
22802
22803 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
22804
22805 * textmodes/texinfo.el (texinfo-section-list):
22806 Append appendixsection; a synonym for appendixsec.
22807
22808 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
22809
22810 * man.el (Man-translate-cleanup): New.
22811 (Man-translate-references): Call `Man-translate-cleanup' to clean
22812 leading, trailing and middle spaces.
22813
22814 2003-07-13 Lars Hansen <larsh@math.ku.dk>
22815
22816 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
22817 Handle `dired-directory' being a list.
22818
22819 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
22820
22821 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
22822 it doesn't exist.
22823
22824 2003-07-12 Richard M. Stallman <rms@gnu.org>
22825
22826 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
22827
22828 * progmodes/cc-defs.el (c-make-keywords-re):
22829 Don't use delete-duplicates.
22830 (c-lang-const): Don't use mapcan.
22831
22832 * apropos.el (apropos-show-scores): Make it customizable.
22833 Document new meaning.
22834 (apropos): Compute scores from symbols.
22835 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
22836
22837 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22838
22839 * ps-bdf.el: Fix copyright line.
22840 (bdf-directory-list): Fix initialization code.
22841
22842 2003-07-11 John Paul Wallington <jpw@gnu.org>
22843
22844 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
22845 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
22846 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
22847
22848 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
22849
22850 * emacs-lisp/ring.el (ring-elements): Doc fix.
22851
22852 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22853
22854 * calendar/timeclock.el (timeclock-relative)
22855 (timeclock-ask-before-exiting, timeclock-use-display-time):
22856 Doc changes.
22857 (timeclock-modeline-display): Give a message if
22858 `timeclock-use-display-time' is non-nil but `display-time-mode'
22859 is not active.
22860
22861 2003-07-11 Kenichi Handa <handa@m17n.org>
22862
22863 * international/mule-cmds.el (set-language-environment):
22864 Set current-language-environment to the correct string.
22865
22866 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22867
22868 * ps-print.el: Print line number correctly in a region. Reported by
22869 Tim Allen <timallen@ls83.fsnet.co.uk>.
22870 (ps-print-version): New version number (6.6.2).
22871 (ps-printing-region): Code fix.
22872
22873 2003-07-10 John Paul Wallington <jpw@gnu.org>
22874
22875 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
22876 this function can be called from `add-completions-from-tags-table'.
22877
22878 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
22879
22880 * calendar/timeclock.el (timeclock-use-display-time)
22881 (timeclock-day-over-hook, timeclock-workday-remaining)
22882 (timeclock-status-string, timeclock-when-to-leave)
22883 (timeclock-when-to-leave-string, timeclock-log-data)
22884 (timeclock-find-discrep, timeclock-day-base)
22885 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
22886 (timeclock-modeline-display): Set the variable
22887 `timeclock-modeline-display'.
22888 (timeclock-update-modeline): Doc fix. Respect value of
22889 `timeclock-relative'.
22890
22891 2003-07-09 Richard M. Stallman <rms@gnu.org>
22892
22893 * textmodes/reftex-parse.el (reftex-all-document-files):
22894 Add autoload cookie.
22895
22896 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
22897 (reftex-scanning-info-available-p): Add autoload cookie.
22898
22899 * international/mule-cmds.el
22900 (set-display-table-and-terminal-coding-system): Delete duplicate
22901 aset on standard-display-table.
22902
22903 * view.el (view-file): If existing buffer's major mode is special,
22904 don't go into view mode.
22905
22906 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
22907
22908 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22909
22910 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
22911 buffer changes; there's third party code that calls this function
22912 directly.
22913
22914 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22915
22916 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
22917 (autodoc-font-lock-keywords): Don't byte compile on font lock
22918 initialization when running from byte compiled files.
22919
22920 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
22921
22922 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
22923 statement ends with auto-increment "++".
22924
22925 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
22926
22927 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22928 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22929 these are changed, so declare them as variables and not constants.
22930
22931 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
22932
22933 * subr.el (dolist, dotimes): Doc fix.
22934
22935 2003-07-08 Kim F. Storm <storm@cua.dk>
22936
22937 * international/mule-cmds.el
22938 (set-display-table-and-terminal-coding-system): Don't break
22939 bootstrap if standard-display-table isn't setup yet.
22940
22941 2003-07-07 Richard M. Stallman <rms@gnu.org>
22942
22943 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
22944 Give it a doc string, and autoload it.
22945
22946 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
22947 Use with-no-warnings.
22948
22949 * info.el (Info-search): If find invisible text, search again.
22950
22951 * isearch.el (search-whitespace-regexp): Add a shy group around it.
22952
22953 * man.el (Man-name-regexp): Match + as part of name.
22954
22955 * simple.el (visible-mode): Rename from vis-mode.
22956 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
22957
22958 * simple.el (current-word): New arg REALLY-WORD specifies
22959 don't include punctuation chars.
22960
22961 * emacs-lisp/debug.el (debug, debugger-env-macro):
22962 Use with-no-warnings while accessing and binding unread-command-char.
22963
22964 * international/mule-cmds.el
22965 (set-display-table-and-terminal-coding-system): Use explicit loop
22966 instead of calling standard-display-default.
22967
22968 * net/ange-ftp.el (ange-ftp-file-symlink-p):
22969 Use condition-case to catch error in ange-ftp-get-files.
22970
22971 * net/browse-url.el (browse-url-browser-function):
22972 Add alternative for Epiphany.
22973 (browse-url-epiphany-program, browse-url-epiphany-arguments)
22974 (browse-url-epiphany-startup-arguments)
22975 (browse-url-epiphany-new-window-is-tab): New variables.
22976 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
22977
22978 * progmodes/compile.el (compile-auto-highlight): Default now t.
22979 (compile): Doc fix.
22980 (compilation-next-error): Fix previous change.
22981
22982 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
22983
22984 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
22985
22986 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
22987
22988 * gdb-ui.el (gdb-source-info): Display current frame when
22989 attaching to an existing process.
22990 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
22991 while laying out windows when attaching to an existing process.
22992
22993 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
22994
22995 * info.el (Info-menu): Use Info-menu-entry-name-re.
22996
22997 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
22998
22999 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23000 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23001
23002 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23003 to match the same text.
23004
23005 2003-07-06 John Paul Wallington <jpw@gnu.org>
23006
23007 * vc.el (vc-annotate-offset): Move defvar up.
23008
23009 2003-07-06 Kim F. Storm <storm@cua.dk>
23010
23011 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23012 This should fix the infinite loop when extracting menu names.
23013
23014 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23015
23016 * files.el (auto-mode-alist, interpreter-mode-alist):
23017 Remove entries to CC Mode modes to avoid duplicates; they are now added
23018 with autoload directives in cc-mode.el.
23019
23020 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23021
23022 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23023 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23024 these are changed, so declare them as variables and not constants.
23025
23026 * progmodes/cc-mode.el: Fix some autoload problems: Try to
23027 ensure that the entry for ".c" extension comes before the one for
23028 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23029 Fix incorrect entries that were added to `interpreter-mode-alist'.
23030 Move the autoload directives for AWK to the top level since they
23031 aren't recognized anywhere else. Do not use the new AWK mode doc
23032 in the autoload form for the old AWK mode.
23033
23034 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23035
23036 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23037 (bibtex-sort-ignore-string-entries): Default value t.
23038 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23039 erroneously in previous version.
23040 (bibtex-string-files): Docstring reflects new parsing scheme.
23041 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23042 docstring, add # as one of the chars to crush
23043 (bibtex-autokey-prefix-string, bibtex-autokey-names)
23044 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23045 (bibtex-autokey-name-change-strings)
23046 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23047 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23048 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23049 (bibtex-autokey-title-terminators)
23050 (bibtex-autokey-titlewords-stretch)
23051 (bibtex-autokey-titleword-ignore)
23052 (bibtex-autokey-titleword-case-convert)
23053 (bibtex-autokey-titleword-abbrevs)
23054 (bibtex-autokey-titleword-abbrevs)
23055 (bibtex-autokey-titleword-change-strings)
23056 (bibtex-autokey-titleword-length)
23057 (bibtex-autokey-titleword-separator)
23058 (bibtex-autokey-name-year-separator)
23059 (bibtex-autokey-year-title-separator)
23060 (bibtex-autokey-before-presentation-function)
23061 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23062 Fix docstring.
23063 (bibtex-strings, bibtex-reference-keys):
23064 Use lazy-completion-table and make-variable-buffer-local.
23065 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
23066 (bibtex-braced-string-syntax-table)
23067 (bibtex-quoted-string-syntax-table): New variables.
23068 (bibtex-parse-nested-braces): Remove.
23069 (bibtex-parse-field-string): Use syntax table and forward-sexp.
23070 (bibtex-parse-association): Simplify.
23071 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
23072 (bibtex-parse-field-text): Simplify.
23073 (bibtex-search-forward-field, bibtex-search-backward-field):
23074 argument BOUND can take value t.
23075 (bibtex-start-of-field, bibtex-start-of-name-in-field)
23076 (bibtex-end-of-name-in-field, bibtex-end-of-field)
23077 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23078 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
23079 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
23080 (bibtex-skip-to-valid-entry): Return buffer position of beginning
23081 and ending of entry. Update for changes of bibtex-search-entry.
23082 Simplify.
23083 (bibtex-map-entries): FUN is called with three arguments.
23084 (bibtex-search-entry): Return a cons pair with buffer positions of
23085 beginning and end of entry.
23086 (bibtex-enclosing-field): Simplify.
23087 (bibtex-format-entry): Use booktitle to set a missing title.
23088 (bibtex-autokey-get-names): Fiddle with regexps.
23089 (bibtex-generate-autokey): Use identity.
23090 (bibtex-parse-keys): Use simplified parsing algorithm if
23091 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
23092 arguments. Return alist of keys.
23093 (bibtex-parse-strings): Simplify. Return alist of strings.
23094 (bibtex-complete-string-cleanup): Fix docstring.
23095 (bibtex-read-key): New function.
23096 (bibtex-mode): Fix docstring. Do not parse for keys and
23097 strings when the mode is entered. Set fill-paragraph-function to
23098 bibtex-fill-field. Setup font-lock-mark-block-function the way
23099 font-lock intended.
23100 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
23101 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
23102 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
23103 (bibtex-Preamble): Avoid hard coded constants.
23104 (bibtex-make-field): Fix docstring. Simplify.
23105 (bibtex-beginning-of-entry): Always return new position of point.
23106 (bibtex-end-of-entry): Rearrange cond clauses.
23107 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
23108 Update for changes of bibtex-map-entries.
23109 (bibtex-ispell-abstract): Do not move point.
23110 (bibtex-entry-index): Use downcase. Simplify.
23111 (bibtex-lessp): Handle catch-all.
23112 (bibtex-find-crossref): Turn into a command.
23113 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
23114 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
23115 preamble entries.
23116 (bibtex-fill-field-bounds): New function.
23117 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
23118 (bibtex-fill-entry): Use bibtex-fill-field-bounds
23119 (bibtex-String): Use bibtex-strings. Always obey
23120 bibtex-sort-ignore-string-entries.
23121
23122 2003-07-05 John Paul Wallington <jpw@gnu.org>
23123
23124 * cus-theme.el (customize-create-theme):
23125 Call `customize-create-theme' in Reset widget's notify function.
23126
23127 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
23128 (ibuffer-mark-interactive): Use `or' instead of `unless'.
23129 (define-ibuffer-column name): Add summarizer.
23130 (define-ibuffer-column size): Likewise.
23131 (define-ibuffer-column filename): Likewise.
23132 (define-ibuffer-column process): Likewise. Change BODY's output too.
23133 (define-ibuffer-column filename-and-process): Likewise, likewise.
23134 (ibuffer): Remove local vars `already-in' and `need-update'.
23135
23136 * ibuf-ext.el: Don't require `derived' at compile-time.
23137
23138 2003-07-05 Kim F. Storm <storm@cua.dk>
23139
23140 * info.el: Disable paragraph refilling.
23141 (Info-refill-paragraphs): New defcustom.
23142 (Info-fontify-node): Use it.
23143
23144 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
23145
23146 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
23147 thingies from constructors created by defstruct.
23148
23149 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
23150 the default value of the variable.
23151 (byte-code-meter): Move declaration to top level.
23152
23153 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
23154
23155 * info.el (Info-following-node-name-re): New fun.
23156 (Info-following-node-name): Remove.
23157 (Info-insert-dir): Use the new fun.
23158 (Info-extract-pointer): Don't save restriction; use new fun.
23159 (Info-menu-entry-name-re): New const.
23160 (Info-menu-entry-name-re): Use it along with new fun.
23161 (Info-node-spec-re): Use new fun.
23162 (Info-complete-menu-item, Info-fontify-node): Use new const.
23163 (Info-goto-node, Info-follow-reference, Info-menu-update):
23164 Use match-string.
23165 (Info-follow-reference): Use assoc-string.
23166 Use a list of strings for the completion table.
23167 (Info-fontify-node): Use match-string, line-end-position.
23168 Limit the search for `node:' to the first line.
23169
23170 * newcomment.el (uncomment-region): Remove padding coming from
23171 comment-start rather than just from comment-padding.
23172
23173 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
23174 (vc-cvs-stay-local-p): Use vc-stay-local-p.
23175 (vc-cvs-rename-file): Remove (use the default).
23176 (vc-cvs-register): Register parent dir if needed.
23177 (vc-cvs-could-register): Return non-nil if parent can be registered.
23178 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
23179 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
23180
23181 * vc-svn.el (vc-svn-use-edit): Make it into a const.
23182 (vc-svn-update): Fix the arguments to `svn'.
23183 (vc-svn-diff-tree): Just use `vc-svn-diff'.
23184 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
23185 Simple implementations, assuming `name' is a URL.
23186
23187 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
23188 set of chars allowed unquoted in a case pattern.
23189
23190 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
23191
23192 * font-lock.el (font-lock-extra-types-widget)
23193 (c-font-lock-extra-types, c++-font-lock-extra-types)
23194 (objc-font-lock-extra-types, java-font-lock-extra-types)
23195 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
23196 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
23197 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
23198 (font-lock-match-c++-structor-declaration)
23199 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
23200 (c++-font-lock-keywords-3, c++-font-lock-keywords)
23201 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
23202 (objc-font-lock-keywords-3, objc-font-lock-keywords)
23203 (java-font-lock-keywords-1, java-font-lock-keywords-2)
23204 (java-font-lock-keywords-3, java-font-lock-keywords)
23205 (java-font-lock-syntactic-face-function): Remove obsolete code
23206 and constants. It's all in cc-fonts.el now.
23207
23208 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
23209
23210 * mail/sendmail.el (mail-specify-envelope-from)
23211 (mail-envelope-from): Doc fix.
23212
23213 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
23214
23215 * generic-x.el: Do away with the dependency on `c-emacs-features'
23216 when populating `rul-generic-mode-syntax-table'; we already know
23217 this isn't XEmacs.
23218
23219 See ChangeLog.10 for earlier changes.
23220
23221 ;; Local Variables:
23222 ;; coding: iso-2022-7bit
23223 ;; End:
23224
23225 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
23226 Copying and distribution of this file, with or without modification,
23227 are permitted provided the copyright notice and this notice are preserved.
23228
23229 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1