]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-367
[gnu-emacs] / lisp / ChangeLog
1 2005-06-10 Miles Bader <miles@gnu.org>
2
3 * progmodes/compile.el (compilation-warning-face)
4 (compilation-info-face): Remove "-face" suffix from face names.
5 (compilation-warning-face, compilation-info-face):
6 New backward-compatibility aliases for renamed faces.
7 (compilation-warning-face, compilation-info-face):
8 Use renamed compilation faces.
9
10 * add-log.el (change-log-date, change-log-name)
11 (change-log-email, change-log-file, change-log-list)
12 (change-log-conditionals, change-log-function)
13 (change-log-acknowledgement): Remove "-face" suffix from face names.
14 (change-log-date-face, change-log-name-face)
15 (change-log-email-face, change-log-file-face)
16 (change-log-list-face, change-log-conditionals-face)
17 (change-log-function-face, change-log-acknowledgement-face):
18 New backward-compatibility aliases for renamed faces.
19 (change-log-font-lock-keywords): Use renamed change-log faces.
20
21 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
22 (custom-set, custom-changed, custom-saved, custom-button)
23 (custom-button-pressed, custom-documentation, custom-state)
24 (custom-comment, custom-comment-tag, custom-variable-tag)
25 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26 (custom-group-tag): Remove "-face" suffix from face names.
27 (custom-magic-alist, custom-magic-value-create)
28 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29 (custom-invalid-face, custom-rogue-face, custom-modified-face)
30 (custom-set-face, custom-changed-face, custom-saved-face)
31 (custom-button-face, custom-button-pressed-face)
32 (custom-documentation-face, custom-state-face)
33 (custom-comment-face, custom-comment-tag-face)
34 (custom-variable-tag-face, custom-variable-button-face)
35 (custom-face-tag-face, custom-group-tag-face-1)
36 (custom-group-tag-face):
37 New backward-compatibility aliases for renamed faces.
38
39 * wid-edit.el (widget-documentation, widget-button)
40 (widget-field, widget-single-line-field, widget-inactive)
41 (widget-button-pressed): "-face" suffix removed from face names.
42 (widget-documentation-face, widget-button-face)
43 (widget-field-face, widget-single-line-field-face)
44 (widget-inactive-face, widget-button-pressed-face):
45 New backward-compatibility aliases for renamed faces.
46 (widget-documentation-face, widget-button-face)
47 (widget-button-pressed-face, widget-specify-field)
48 (widget-specify-inactive): Use renamed widget faces.
49
50 2005-06-10 Kenichi Handa <handa@m17n.org>
51
52 * term/x-win.el (x-clipboard-yank): Remove condition-case
53 wrapping.
54
55 2005-06-11 Kenichi Handa <handa@m17n.org>
56
57 * add-log.el (change-log-font-lock-keywords): Make the regexp for
58 date lines stricter.
59
60 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
61
62 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
63 of x-get-selection.
64
65 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
66
67 * comint.el (comint-mode, comint-snapshot-last-prompt):
68 * frame.el (frame-current-scroll-bars):
69 * term.el (term-mode, term-check-proc, term-input-sender)
70 (term-simple-send, term-extract-string, term-word)
71 (term-match-partial-filename):
72 * window.el (window-current-scroll-bars):
73 * emulation/cua-base.el (cua-normal-cursor-color)
74 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
75 (cua-global-mark-cursor-color):
76 * mail/undigest.el (rmail-forward-separator-regex):
77 Fix typos in docstrings.
78
79 * comint.el (comint-check-proc, make-comint-in-buffer)
80 (comint-source-default): Doc fixes.
81
82 * term.el (term-send-string): Improve argument/docstring
83 consistency.
84
85 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
86
87 * comint.el (comint-send-input): Bind `inhibit-read-only' around
88 call to `delete-region'.
89 (comint-mode-hook): Do not enable Font Lock by default.
90
91 2005-06-09 Lute Kamstra <lute@gnu.org>
92
93 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
94 could be void.
95
96 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 * emacs-lisp/debug.el (debugger-will-be-back): New var.
99 (debug): Use it.
100 (debugger-step-through, debugger-continue, debugger-jump)
101 (debugger-return-value): Set it when needed.
102 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
103 Use inhibit-read-only.
104
105 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
106
107 * window.el (shrink-window-if-larger-than-buffer)
108 (window-size-fixed): Fix typo in docstring.
109
110 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
111 thumbnails directory on loading.
112 (thumbs-conversion-program): Use `eq' to check the system type,
113 not `equal'.
114 (thumbs-temp-dir): Initialize to `temporary-file-directory',
115 not "/tmp". Fix docstring.
116 (thumbs-thumbsdir): New function to return the thumbnails
117 directory, creating it if needed.
118 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
119 (thumbs-temp-file): Delete variable and make it into a function.
120 (thumbs-resize-image, thumbs-modify-image): Use it.
121 (thumbs-kill-buffer): Simplify.
122 (thumbs-gensym): Defalias or duplicate CL `gensym'.
123 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
124 docstrings.
125
126 2005-06-09 Kim F. Storm <storm@cua.dk>
127
128 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
129 set-match-data to free markers in match-data.
130
131 * replace.el (replace-match-data): Pass RESEAT arg `t' to
132 match-data to unchain markers in match-data.
133
134 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
137 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
138 unnecessary now.
139
140 2005-06-08 Richard M. Stallman <rms@gnu.org>
141
142 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
143 give the variable a doc string that doesn't say don't set it directly.
144
145 * textmodes/ispell.el (ispell-check-version):
146 Use match-string-no-properties.
147 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
148 (ispell-buffer-local-words): Likewise.
149
150 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
151 except on terminals with enough colors to really display it.
152 (makefile-dependency-regex): Delete spurious `bb'.
153
154 * faces.el (escape-glyph): Use blue once again in last case.
155 (no-break-space): Redefine so that it isn't invisible on a tty.
156
157 2005-06-08 Kim F. Storm <storm@cua.dk>
158
159 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
160 also when reading directory name.
161
162 2005-06-08 Lute Kamstra <lute@gnu.org>
163
164 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
165 (flyspell-mode-line-string): Remove autoload cookie.
166 (flyspell-mode): Remove defvar.
167
168 2005-06-07 Lute Kamstra <lute@gnu.org>
169
170 * textmodes/org.el (org-run-mode-hooks): New function.
171 (org-agenda-mode): Use it.
172
173 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
174
175 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
176
177 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
178
179 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
180
181 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
182
183 * font-lock.el (font-lock-add-keywords): Doc fix.
184
185 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
186
187 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
188 (tex-compile-default): In the absence of any history, use the order in
189 tex-compile-alist to choose the preferred command.
190 (tex-compile-commands): Reorder a bit.
191
192 * textmodes/flyspell.el (flyspell-auto-correct-binding)
193 (flyspell-incorrect-face, flyspell-duplicate-face):
194 Use (X)Emacs-agnostic code.
195 (flyspell-mode-map): Don't overwrite at each load. Remove code
196 redundant with the subsequent add-minor-mode. Merge Emacs and
197 XEmacs code.
198 (flyspell-word): Minor simplification.
199 (flyspell-math-tex-command-p): Quieten the byte-compiler.
200 (flyspell-external-point-words): Remove unused vars `size' and `start'.
201 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
202 Merge the corresponding Emacs code.
203 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
204
205 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
206 a dedicated window.
207
208 * international/latexenc.el (latexenc-find-file-coding-system):
209 Undo part of last patch, to turn off a compiler warning.
210
211 2005-06-06 Juri Linkov <juri@jurta.org>
212
213 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
214 Rename `tmm-inactive-face' to `tmm-inactive'.
215
216 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
217
218 * iswitchb.el: Rename faces.
219
220 2005-06-06 Kim F. Storm <storm@cua.dk>
221
222 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
223 (cua-global-mark): Remove -face suffix from face names.
224
225 * emulation/cua-gmrk.el (cua--init-global-mark):
226 Remove cua-global-mark face setup.
227
228 2005-06-06 Richard M. Stallman <rms@gnu.org>
229
230 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
231 just like other allowed characters.
232 (makefile-match-dependency): Exclude leading and training whitespace
233 from the range of regexp subexp 1.
234 (makefile-macroassign-regex): Don't try to match the body,
235 just the name of the macro being defined.
236
237 * info.el (Info-read-node-name-2): New function.
238 (Info-read-node-name-1): Use that.
239 Add a completion-base-size-function property.
240
241 * simple.el (completion-setup-function): Look for
242 completion-base-size-function property of
243 minibuffer-completion-table.
244
245 * files.el (locate-file-completion): Doc fix.
246
247 * printing.el: Don't call pr-update-menus; user must do that.
248
249 * emacs-lisp/debug.el (debugger-window): New variable.
250 (debug): Use debugger-window if it is set and still alive.
251 Record debugger-window for next entry.
252
253 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
254
255 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
256
257 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
258 (hack-one-local-variable, hack-local-variables)
259 (hack-local-variables-prop-line): Pass that arg.
260
261 2005-06-06 Kim F. Storm <storm@cua.dk>
262
263 * ido.el (ido-first-match, ido-only-match, ido-subdir)
264 (ido-indicator): Remove -face suffix from face names.
265
266 2005-06-06 Juri Linkov <juri@jurta.org>
267
268 * font-lock.el (font-lock-regexp-backslash)
269 (font-lock-regexp-backslash-construct): New faces.
270 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
271 after `('. Add `while-no-input' to control structures.
272
273 * faces.el (no-break-space, shadow): New faces.
274 (escape-glyph): Use less loud colors pink2 and red4.
275
276 * diff-mode.el (diff-context-face)
277 * dired.el (dired-ignored)
278 * rfn-eshadow.el (file-name-shadow)
279 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
280
281 * info.el (Info-title-1-face): Use green instead of yellow because
282 bold yellow is not readable on light backgrounds.
283
284 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
285 before selecting the desired mode to not spend time fontifying
286 old contents.
287
288 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
289
290 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
291 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
292
293 * ps-print.el (ps-default-fg, ps-default-bg):
294 Fix typos in docstrings.
295
296 * isearchb.el (isearchb): Don't pass a spurious second argument to
297 `iswitchb-completions'.
298
299 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
300
301 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
302 to preserve point.
303 (gdb-find-file-hook): Add doc string.
304
305 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
306 C dereferenced pointer expression.
307 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
308
309 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
310
311 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
312 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
313 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
314 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
315 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
316 Make background transparent.
317
318 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
319
320 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
321 (font-lock-remove-keywords): Doc fix.
322 (font-lock-mode-major-mode): Compiler defvar.
323 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
324
325 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
326 (font-lock-mode): Update `font-lock-mode-major-mode'.
327 (font-lock-set-defaults): Compiler defvar.
328 (font-lock-default-function): Take `font-lock-mode-major-mode'
329 into account.
330
331 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
332 keep track of which major mode it enabled the minor mode for.
333 Use find-file-hook again. Update docstring.
334
335 * simple.el (eval-expression-print-level)
336 (eval-expression-print-length, eval-expression-debug-on-error):
337 Doc fixes.
338
339 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
340
341 * iswitchb.el (iswitchb-single-match-face)
342 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
343 (iswitchb-invalid-regexp-face): New faces.
344 (iswitchb-completions): Use them.
345 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
346 now marked as an obsolete alias.
347 (iswitchb-read-buffer): Remove check for bound font variables.
348 (iswitchb-invalid-regexp): New free variable.
349 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
350 set iswitchb-invalid-regexp.
351 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
352 invalid regexps.
353 (iswitchb-completions): Add check for complete match when entering
354 a regexp.
355 (iswitchb-completions): Remove require-match argument.
356 (iswitchb-exhibit): Fix caller.
357 (iswitchb-common-match-inserted): New variable.
358 (iswitchb-complete, iswitchb-completion-help): Use it.
359
360 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
361
362 * url-http.el (url-http-chunked-encoding-after-change-function):
363 Use `url-http-debug' instead of `message'.
364
365 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
366
367 * url-http.el (url-http-parse-headers): Pass redirected URL as a
368 callback argument.
369
370 2005-06-04 Kim F. Storm <storm@cua.dk>
371
372 * simple.el (line-move): Only call sit-for when moving backwards.
373
374 * ido.el (ido-make-merged-file-list-1): New defun split from
375 ido-make-merged-file-list.
376 (ido-make-merged-file-list): Bind throw-on-input around call to
377 ido-make-merged-file-list-1. Return input-pending-p if
378 interrupted by more input available.
379 (ido-read-internal): Handle input-pending-p return value from
380 ido-make-merged-file-list.
381
382 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
383
384 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
385 compatibility code.
386
387 * international/latexenc.el (latexenc-find-file-coding-system):
388 Don't inherit the EOL part of the coding-system from the
389 tex-main buffer. Fit within 80 columns.
390
391 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
392
393 * tmm.el (tmm-inactive-face): New face.
394 (tmm-remove-inactive-mouse-face): New function.
395 (tmm-prompt, tmm-add-one-shortcut)
396 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
397 but not selectable.
398
399 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
400
401 * faces.el (face-equal): Improve argument/docstring consistency.
402
403 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
404
405 * progmodes/make-mode.el (makefile-targets-face)
406 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
407 (makefile-bsdmake-dependency-regex)
408 (makefile-makepp-rule-action-regex)
409 (makefile-bsdmake-rule-action-regex): New constants.
410 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
411
412 * progmodes/compile.el (compilation-error-regexp-alist-alist):
413 Allow (...) within `...' for makepp messages.
414
415 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
416
417 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
418
419 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
420 "." files are deleted from all file lists before comparison.
421
422 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
423 (viper-ESC-key): Made them customizable.
424
425 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
426
427 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
428
429 * autorevert.el (auto-revert-buffers): Use save-match-data.
430
431 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
432
433 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
434 menu items with a nil command binding.
435
436 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
437
438 * emacs-lisp/cl-macs.el (defsetf):
439 Improve argument/docstring consistency.
440
441 * faces.el (list-faces-display): Improve the formatting by
442 computing the maximum length required for any face-name (reworked
443 patch of 1999-01-11, accidentally deleted on 1999-07-21).
444 (internal-find-face): Remove redundant info in docstring.
445
446 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
447
448 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
449 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
450 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
451 (gdb-assembler-custom): Improve regexps.
452 (def-gdb-auto-update-handler): Use window point to preserve point.
453
454 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
455
456 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
457
458 2005-05-31 Jay Belanger <belanger@truman.edu>
459
460 * calc/calc-embed.el (calc-embedded-word): Change argument passed
461 to calc-embedded.
462 (calc-embedded-make-info): Have plain prefix argument select
463 entire line.
464
465 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
466
467 * faces.el (list-faces-display): Signal error if passed a regexp
468 that matches no face name.
469
470 * simple.el (filter-buffer-substring): Fix typo in docstring.
471
472 2005-05-31 Richard M. Stallman <rms@gnu.org>
473
474 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
475 (vhdl-emacs-21): Doc fix.
476 (vhdl-mode): Unconditionally set comment-padding.
477 (vhdl-fixup-whitespace-region): Insert spaces only where
478 there are none.
479 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
480
481 2005-05-30 John Wiegley <johnw@newartisans.com>
482
483 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
484 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
485 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
486 `directory-sep-char' to ?/, and all uses of `string-to-int' to
487 `string-to-number'.
488
489 2005-05-30 Jay Belanger <belanger@truman.edu>
490
491 * calc/calc.el (calc-bug-address): Fix docstring.
492 (calc-window-hook, calc-trail-window-hook): New variables.
493 (calc-trail-display): Restore use of calc-trail-window-hook.
494 (calc): Restore use of calc-window-hook.
495
496 2005-05-31 Masatake YAMATO <jet@gyve.org>
497
498 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
499
500 * help-fns.el (help-C-file-name): Add autoload mark for
501 `find-function-noselect'.
502
503 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
504
505 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
506 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
507
508 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
509
510 * calendar/diary-lib.el (mark-included-diary-files): Only kill
511 included diary buffer if it was not already being visited.
512 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
513
514 * calendar/icalendar.el (top-level): Do not require 'appt.
515
516 * mail/supercite.el (sc-select-attribution): Only use a list
517 element from sc-attrib-selection-list if it returns a string.
518 Reported by Davide G. M. Salvetti <salve@debian.org>.
519
520 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
521
522 * thumbs.el (thumbs-thumbname): The resulting thubname now
523 includes a hash value to improve its uniqueness, and has a ".jpg"
524 extension. Also, it is now a valid filename on all systems.
525 (thumbs-make-thumb): Use `let', not `let*'.
526 (thumbs-show-thumbs-list): Check for JPEG availability.
527
528 2005-05-30 Richard M. Stallman <rms@gnu.org>
529
530 * filesets.el (filesets-menu-ensure-use-cached):
531 Prevent warning when emacs-version>= is undefined.
532
533 * printing.el (pr-interactive-n-up): Use string-to-number.
534
535 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
536
537 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
538 Warn only when name to be defined is quoted.
539
540 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
541
542 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
543 Make regexp more robust.
544 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
545 Force regeneration of disassembly.
546
547 2005-05-29 Jay Belanger <belanger@truman.edu>
548
549 * calc/calc.el (calc-user-invocation): Check if
550 calc-invocation-macro is non-nil.
551
552 2005-05-29 Juri Linkov <juri@jurta.org>
553
554 * add-log.el (change-log-font-lock-keywords):
555 Add `+' to e-mail regexp to accept mail address with keywords.
556
557 * man.el (Man-name-regexp): Add `:' to accept qualified names.
558
559 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
560
561 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
562
563 * ielm.el (inferior-emacs-lisp-mode): Ditto.
564
565 2005-05-29 Richard M. Stallman <rms@gnu.org>
566
567 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
568 Undo the change that moves to end of the current word.
569
570 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
571
572 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
573 Throw error when count <= 0 to ensure input is a number.
574 (gdb-read-memory-custom): Pick up address from buffer.
575 (gdb-memory-mode): Allow user to increment and decrement
576 memory address from header line.
577
578 2005-05-29 Richard M. Stallman <rms@gnu.org>
579
580 * flyspell.el (flyspell-version): Function deleted.
581 (flyspell-auto-correct-previous-hook): Doc fix.
582
583 * jit-lock.el (jit-lock-function, jit-lock-after-change):
584 Do nothing if memory is full.
585
586 * font-lock.el (font-lock-fontify-syntactically-region):
587 Pass t for GREEDY to looking-back.
588
589 * saveplace.el (save-place-alist-to-file): Write the file
590 using write-region.
591
592 * subr.el (looking-back): New argument GREEDY.
593
594 * progmodes/compile.el (compilation-start): Set the mode
595 before inserting the initial text.
596
597 * progmodes/which-func.el (which-func-update-1): Turn the mode
598 off in case of error by setting which-func-mode.
599
600 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
601
602 * flyspell.el (flyspell-auto-correct-previous-word):
603 Narrow down to what's on the screen, and recenter overlays
604 at the end of the next word.
605
606 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
607
608 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
609 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
610 (flyspell-abbrev-p): Default to nil.
611 (flyspell-use-global-abbrev-table-p): Doc fix.
612 (flyspell-large-region): Allow nil as value.
613 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
614
615 (mail-mode-flyspell-verify): More robust handling
616 of `mail-header-separator'. More efficient signature detection.
617 Allow for regexp metacharacters in message-header-separator.
618 Adding `To' not to be checked in mail-mode-flyspell-verify.
619
620 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
621 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
622 Bind flyspell-auto-correct-binding.
623 Bind C-. and C-, .
624 (flyspell-mode-map): Likewise.
625 (flyspell-mode): Doc fix.
626 (flyspell-accept-buffer-local-defs): Preserve current buffer.
627 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
628 (flyspell-word-cache-result): New var, always local.
629 (flyspell-check-pre-word-p): Doc fix.
630 (flyspell-check-changed-word-p): Handle spc like newline.
631 (flyspell-post-command-hook): Set flyspell-word-cache-result.
632 (flyspell-word-search-backward, flyspell-word-search-forward):
633 New functions.
634 (flyspell-word): Return t if nothing to check.
635 When parsing TeX code, check for after } or \.
636 Use flyspell-word-search-backward to find previous word.
637 Return nil if duplicated word.
638 For word already checked, return same value as last time.
639 Set flyspell-word-cache-result after checking.
640 Don't clobber the return value.
641 (flyspell-get-word): Major rewrite.
642 (flyspell-external-point-words): New locals pword, pcount.
643 Fix size used in progress message.
644 Find the proper corresponding word in flyspell-large-region-buffer.
645 (flyspell-region): Check for flyspell-large-region = nil.
646 (flyspell-highlight-incorrect-region): Clean up overlays in region.
647 (flyspell-auto-correct-word): Check that WORD is a cons.
648 (flyspell-correct-word): Likewise.
649
650 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
651
652 * progmodes/make-mode.el (makefile-rule-action-regex)
653 (makefile-macroassign-regex, makefile-makepp-mode)
654 (makefile-bsdmake-mode): Continuation lines may be empty.
655 Reported by Joshua Varner.
656 (makefile-makepp-font-lock-keywords): Add $(stem).
657
658 2005-05-28 Karl Berry <karl@gnu.org>
659
660 * textmodes/tex-mode.el: Now that tex-send-command calls
661 shell-quote-argument (2005-03-31 change), remove all calls to
662 shell-quote-argument; they all end up invoking tex-send-command.
663 The double quoting loses on filenames with non-safe characters,
664 such as "@". Reported by Frederik Fouvry.
665
666 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
667
668 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
669 about preserving point.
670
671 2005-05-27 Jay Belanger <belanger@truman.edu>
672
673 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
674 Info-goto-node.
675
676 * calc/calc-embed.el (calc-embed-arg): New variable.
677 (calc-do-embedded-activate, calc-embedded-activate-formula)
678 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
679 variable by new variable.
680 (calc-embedded-make-info): Replace undeclared variable by new
681 variable. When selecting region with positive prefix
682 argument, use end of previous line instead of beginning of line.
683
684 * calc/calc-aent.el (calc-arg-values): Declare it.
685
686 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
687 Declare them.
688
689 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
690
691 * calc/calc.el (calc-alg-map): Declare it.
692
693 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
694
695 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
696
697 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
698 (gdb-registers-buffer, toggle-gdb-all-registers):
699 Toggle display of floating point registers.
700 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
701
702 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
703 (toggle-gud-tooltip-dereference):
704 Rename from gud-toggle-tooltip-dereference.
705
706 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
709
710 2005-05-27 Jay Belanger <belanger@truman.edu>
711
712 * calc/calc-prog.el (calc-kbd-report): Remove.
713 (calc-kbd-query): Rewrite.
714
715 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
716
717 * image.el (image-library-alist): Move to image.c.
718 (image-type-available-p): Doc fix.
719
720 2005-05-27 Lute Kamstra <lute@gnu.org>
721
722 * calc/calc.el (calc):
723 * outline.el (outline-1, outline-2, outline-3, outline-4)
724 (outline-5, outline-6, outline-7, outline-8):
725 * textmodes/dns-mode.el (dns-mode):
726 * textmodes/sgml-mode.el (sgml-namespace-face):
727 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
728 (tex-verbatim-face, tex-use-reftex):
729 * textmodes/texinfo.el (texinfo-heading-face):
730 Specify customization group.
731
732 * longlines.el: Don't require easy-mmode.
733 (longlines-visible-face): Specify customization group.
734
735 2005-05-27 Kenichi Handa <handa@m17n.org>
736
737 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
738 encoding table of windows-1251.
739
740 * international/ucs-tables.el (ucs-set-table-for-input):
741 If translation-table-for-input of a coding system is a symbol, get
742 its translation-table property.
743
744 * international/code-pages.el: Don't register a coding system into
745 non-iso-charset-alist more than once.
746 (cp-make-coding-system): Likewise.
747
748 2005-05-26 John Wiegley <johnw@newartisans.com>
749
750 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
751 `eshell-resume-eval' is wrapped in a list, it indicates that the
752 command was run asynchronously. In that case, unwrap the value
753 before checking the delimiter value.
754
755 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
756 character before a space at the end of a line is \, assume the space
757 is part of the last argument rather than a final argument separator.
758
759 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
760 is in use, and the target is `t' or `nil' (which are the most common
761 values), don't assume that the symbol target is a buffer.
762
763 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
764
765 * calendar/calendar.el (calendar-mode-line-format):
766 Use mode-line-highlight as mouse-face.
767
768 * time.el (display-time-string-forms, display-time-update):
769 Use mode-line-highlight as mouse-face.
770
771 2005-05-26 Jay Belanger <belanger@truman.edu>
772
773 * calc/calc.el (calc-language-alist): Remove extra defvar.
774
775 2005-05-26 Lute Kamstra <lute@gnu.org>
776
777 * arc-mode.el (archive-mode):
778 * bookmark.el (bookmark-read-annotation-mode)
779 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
780 * bs.el (bs-mode):
781 * calc/calc-yank.el (calc-edit-mode):
782 * calc/calc.el (calc-mode, calc-trail-mode):
783 * calculator.el (calculator-mode):
784 * chistory.el (command-history-mode):
785 * comint.el:
786 * cus-edit.el (custom-mode):
787 * descr-text.el (describe-text-mode):
788 * ebuff-menu.el (Electric-buffer-menu-mode):
789 * ediff-util.el (ediff-mode):
790 * emacs-lisp/re-builder.el (reb-mode):
791 * emulation/vi.el (vi-mode-setup):
792 * emulation/ws-mode.el (wordstar-mode):
793 * eshell/esh-mode.el (eshell-mode):
794 * forms.el (forms-mode):
795 * help-mode.el (help-mode):
796 * hexl.el (hexl-mode):
797 * ibuffer.el (ibuffer-mode):
798 * ielm.el (inferior-emacs-lisp-mode):
799 * info.el (Info-mode, Info-edit-mode):
800 * international/swedish.el:
801 * ledit.el (ledit-from-lisp-mode):
802 * locate.el (locate-mode):
803 * mail/rmail.el (rmail-mode):
804 * mail/rmailedit.el (rmail-edit-mode):
805 * mail/rmailsum.el (rmail-summary-mode):
806 * mail/supercite.el (sc-electric-mode):
807 * net/eudc.el (eudc-mode):
808 * net/quickurl.el (quickurl-list-mode):
809 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
810 * obsolete/ooutline.el (outline-mode):
811 * obsolete/options.el (Edit-options-mode):
812 * obsolete/rnews.el (news-mode):
813 * obsolete/rnewspost.el (news-reply-mode):
814 * play/5x5.el (5x5-mode):
815 * play/decipher.el (decipher-mode, decipher-stats-mode):
816 * play/gomoku.el (gomoku-mode):
817 * play/snake.el (snake-mode):
818 * play/solitaire.el (solitaire-mode):
819 * play/tetris.el (tetris-mode):
820 * progmodes/ada-mode.el (ada-mode):
821 * progmodes/antlr-mode.el (antlr-mode):
822 * progmodes/autoconf.el (autoconf-mode):
823 * progmodes/dcl-mode.el (dcl-mode):
824 * progmodes/delphi.el (delphi-mode):
825 * progmodes/ebrowse.el (ebrowse-tree-mode)
826 (ebrowse-electric-list-mode, ebrowse-member-mode)
827 (ebrowse-electric-position-mode):
828 * progmodes/f90.el (f90-mode):
829 * progmodes/fortran.el (fortran-mode):
830 * progmodes/icon.el (icon-mode):
831 * progmodes/idlw-help.el (idlwave-help-mode):
832 * progmodes/idlw-shell.el (idlwave-shell-mode):
833 * progmodes/idlwave.el (idlwave-mode):
834 * progmodes/inf-lisp.el (inferior-lisp-mode):
835 * progmodes/m4-mode.el (m4-mode):
836 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
837 * progmodes/modula2.el (modula-2-mode):
838 * progmodes/octave-inf.el (inferior-octave-mode):
839 * progmodes/octave-mod.el (octave-mode):
840 * progmodes/pascal.el (pascal-mode):
841 * progmodes/sh-script.el (sh-mode):
842 * progmodes/sql.el (sql-mode, sql-interactive-mode):
843 * progmodes/vhdl-mode.el (vhdl-mode):
844 * progmodes/xscheme.el (scheme-interaction-mode):
845 * replace.el (occur-mode):
846 * ses.el (ses-mode):
847 * simple.el (completion-list-mode):
848 * skeleton.el:
849 * speedbar.el (speedbar-mode):
850 * term.el (term-mode):
851 * terminal.el (terminal-edit-mode):
852 * textmodes/reftex-index.el (reftex-index-mode)
853 (reftex-index-phrases-mode):
854 * textmodes/reftex-sel.el (reftex-select-label-mode)
855 (reftex-select-bib-mode):
856 * textmodes/reftex-toc.el (reftex-toc-mode):
857 * wdired.el (wdired-change-to-wdired-mode):
858 * wid-browse.el (widget-browse-mode):
859 Use run-mode-hooks.
860
861 * array.el (array-mode):
862 * calendar/todo-mode.el (todo-mode):
863 * man.el (Man-mode):
864 * play/landmark.el (lm-mode):
865 * play/mpuz.el (mpuz-mode):
866 Use kill-all-local-variables and run-mode-hooks.
867
868 * subr.el (delay-mode-hooks): Specify indentation.
869
870 2005-05-26 Mark A. Hershberger <mah@everybody.org>
871
872 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
873
874 2005-05-26 Jay Belanger <belanger@truman.edu>
875
876 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
877 of nil.
878
879 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
880
881 * progmodes/gdb-ui.el (gdb-frame-address):
882 Rename from gdb-current-address.
883 (gdb-previous-frame-address): Rename from gdb-previous-address.
884 (gdb-selected-frame): Rename from gdb-current-frame.
885 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
886 (gdb-frame-number): Rename from gdb-current-stack-level.
887 (gdb-ann3): Match new mode-name for disassembly buffer.
888 Extend initialisation of variables.
889 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
890 (gdb-memory-mode): Use mouse-face in header line.
891 (gdb-assembler-buffer-name): Call it disassembly and give frame
892 in mode line.
893 (gdb-source-spec-regexp, gdb-assembler-custom)
894 (gdb-invalidate-assembler, gdb-frame-handler):
895 Make robust to leading zeroes in address format.
896
897 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
898
899 * textmodes/org.el (org-mode): Use `define-derived-mode' to
900 define `org-mode'.
901 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
902
903 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
904
905 * log-edit.el (log-edit-changelog-entries): Distinguish between
906 filenames like xfns.c and fns.c.
907
908 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
909
910 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
911 point after reverting.
912 (Buffer-menu-make-sort-button): Handle the case where
913 `Buffer-menu-use-header-line' is nil.
914
915 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
916
917 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
918 New funcs. In minibuffer-local-completion-map bind `]', `/'
919 and `:' to them.
920
921 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * startup.el (normal-top-level): Allow modification of load-path while
924 we're iterating over it.
925
926 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
927
928 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
929 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
930 (thumbs-resize-interactive, thumbs-insert-image)
931 (thumbs-insert-thumb, thumbs-dired-show-marked)
932 (thumbs-find-image-at-point, thumbs-delete-images)
933 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
934 (thumbs-increment-image-size, thumbs-decrement-image-size):
935 Fix typos in docstrings.
936
937 2005-05-24 Andre Spiegel <spiegel@gnu.org>
938
939 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
940 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
941 (cperl-mode): Use them.
942
943 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
944
945 * window.el (quit-window, shrink-window-if-larger-than-buffer):
946 Doc fixes.
947
948 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
949
950 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
951 Bind C-d to gdb-inferior-io-eof.
952
953 * dired.el (dired-dnd-popup-notice): Use message-box.
954
955 2005-05-23 Masatake YAMATO <jet@gyve.org>
956
957 * bindings.el (mode-line-major-mode-keymap):
958 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
959
960 * faces.el (mode-line-highlight): New face.
961
962 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
963 as mouse-face.
964
965 * bindings.el (top-level, help-echo, mode-line-modified)
966 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
967 as mouse-face.
968
969 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
970
971 * progmodes/cc-engine.el (c-guess-basic-syntax):
972 Remove spurious call to `zerop'.
973
974 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
975
976 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
977
978 CC Mode update to 5.30.10:
979
980 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
981 could go past the limit in decoration level 2, thereby causing
982 errors during interactive fontification.
983
984 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
985 the file is evaluated interactively.
986
987 * cc-engine.el (c-guess-basic-syntax): Handle operator
988 declarations somewhat better in C++.
989
990 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
991 make use of `run-mode-hooks' which has been added in Emacs 21.1.
992 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
993 (awk-mode): Use it.
994 (make-local-hook): Suppress warning about obsoleteness.
995
996 * cc-engine.el, cc-align.el, cc-cmds.el
997 (c-append-backslashes-forward, c-delete-backslashes-forward)
998 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
999 Compensate for return value from `forward-line' when it has moved
1000 but not to a different line due to eob.
1001
1002 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1003 `objc-method-intro' and `objc-method-args-cont'.
1004
1005 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1006
1007 CC Mode update to 5.30.10:
1008
1009 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1010 in the copyright statement. Incidentally, change "along with GNU
1011 Emacs" to "along with this program" where it occurs.
1012
1013 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1014 so that it is interactive, hence can be found by M-x awk-mode
1015 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1016 <gmorris+emacs@ast.cam.ac.uk>.
1017
1018 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1019 Mode's regexps.
1020
1021 2005-05-23 Kevin Ryde <user42@zip.com.au>
1022
1023 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1024 c-parse-state, to avoid a lisp error (on bad code).
1025
1026 2005-05-23 Lute Kamstra <lute@gnu.org>
1027
1028 * subr.el (font-lock-defaults): Remove defvar as it's already
1029 defined in font-core.el.
1030
1031 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1032
1033 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1034
1035 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1036 more general and work when GDB variable "print pretty" is on,
1037 as with Emacs, for example.
1038
1039 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1040
1041 * font-core.el: Update comment.
1042
1043 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1044 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1045
1046 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1047
1048 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1049
1050 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1051 and `yank-handler' in the doc strings.
1052
1053 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1054
1055 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1056
1057 2005-05-22 Richard M. Stallman <rms@gnu.org>
1058
1059 * help.el (describe-key): Move print-help-return-message call
1060 out of conditional.
1061
1062 * progmodes/etags.el (list-tags): Use with-no-warnings.
1063
1064 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1065 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1066 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1067
1068 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1069
1070 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1071 Add defvar.
1072
1073 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1074 Use defvar, not defconst.
1075
1076 * hexl.el (hexl-follow-line): Use with-no-warnings.
1077
1078 * emulation/tpu-extras.el: Use write-file-functions instead of
1079 write-file-hooks.
1080
1081 * dired.el (dired-font-lock-keywords): Fontify files with junk
1082 extensions even if marked by -F.
1083
1084 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1085
1086 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1087 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1088 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1089 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1090 (concatenate, list-length, get*, getf, cl-remprop):
1091 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1092 (etypecase, progv, lexical-let, lexical-let*)
1093 (multiple-value-bind, multiple-value-setq, shiftf):
1094 Improve argument/docstring consistency.
1095
1096 * subr.el (focus-frame, unfocus-frame):
1097 Revert deletion on 2005-05-01.
1098
1099 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1100
1101 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1102 doesn't exist.
1103
1104 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1105 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1106
1107 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1108
1109 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1110 already deleted variables: auto-fill-hook, blink-paren-hook,
1111 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1112 suspend-hooks, comment-indent-hook, meta-flag,
1113 before-change-function, after-change-function,
1114 font-lock-doc-string-face.
1115
1116 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1117
1118 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1119
1120 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1121
1122 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1123 rmail-dont-reply-to.
1124
1125 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1126
1127 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1128 literal blank when splitting new-header-values.
1129
1130 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1131
1132 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1133 string so that tmm doesn't create a completion entry for it.
1134
1135 * textmodes/table.el (table-disable-menu): Ditto.
1136
1137 2005-05-21 Richard M. Stallman <rms@gnu.org>
1138
1139 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1140
1141 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1142
1143 * net/rcompile.el (remote-compile): Use compilation-start.
1144
1145 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1146
1147 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1148
1149 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1150 Default to makefile-bsdmake-mode on BSD systems.
1151
1152 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1153 REGEXP may also be a search function now. The part of doc-string
1154 for describing the structure was 95% identical to that of
1155 `imenu--generic-function'. Unify it there.
1156
1157 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1158 Use function to find dependencies, because regexp alone is so complex,
1159 it easily goes into an endless loop.
1160 (makefile-makepp-mode): Also add submenu for Perl functions
1161 defined in the makefile.
1162 (makefile-bsdmake-mode): Special imenu-generic-expression no
1163 longer needed, due to function call.
1164 (makefile-match-dependency): Take BOUND into account when checking
1165 if we're through.
1166
1167 2005-05-20 Jay Belanger <belanger@truman.edu>
1168
1169 * calc/calc-units.el (calc-invalidate-units-table):
1170 Use inhibit-read-only.
1171 (math-build-units-table-buffer): Use view-mode.
1172
1173 2005-05-20 David Kastrup <dak@gnu.org>
1174
1175 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1176 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1177
1178 2005-05-20 Lute Kamstra <lute@gnu.org>
1179
1180 * diff-mode.el (diff-header-face, diff-file-header-face)
1181 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1182 (diff-added-face, diff-changed-face, diff-function-face)
1183 (diff-context-face, diff-nonexistent-face): Put them in the
1184 diff-mode customization group.
1185
1186 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1187
1188 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1189
1190 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1191
1192 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1193 Minor regexp-optimization.
1194
1195 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1196
1197 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1198 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1199 (org-agenda-add-time-grid-maybe): New function.
1200 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1201 (org-table-create): `dotimes' instead of `mapcar'.
1202 (org-xor): Simplify implementation.
1203 (org-agenda): `inhibit-redisplay' turned on.
1204 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1205 a consistent line after a state change.
1206 (org-agenda-remove-times-when-in-prefix): New option.
1207 (org-prefix-has-time): New variable.
1208 (org-parse-time-string): Optional argument NODEFAULT.
1209 (org-format-agenda-item): Parse items for time-of-day
1210 specifications and move these into the prefix if possible.
1211 (org-agenda-priority): Get current heading, not previous heading
1212 during agenda remote editing.
1213
1214 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1215
1216 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1217 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1218 (remove-duplicates, delete-duplicates, substitute)
1219 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1220 (nsubstitute-if-not, find, find-if, find-if-not, position)
1221 (position-if, position-if-not, count, count-if, count-if-not)
1222 (mismatch, search, sort*, stable-sort, merge, member*)
1223 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1224 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1225 (intersection, nintersection, set-difference, nset-difference)
1226 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1227 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1228 (nsublis, tree-equal): Improve argument/docstring consistency.
1229
1230 * subr.el (send-string, send-region):
1231 Remove obsolescence declaration.
1232 (window-dot, set-window-dot, read-input, show-buffer)
1233 (eval-current-buffer, string-to-int):
1234 Add release number to obsolescence declarations.
1235
1236 2005-05-19 Kim F. Storm <storm@cua.dk>
1237
1238 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1239 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1240
1241 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1242
1243 * faces.el (list-faces-display): Make back button respect optional
1244 regexp arg.
1245
1246 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1247
1248 * calculator.el (calculator-radix-grouping-mode)
1249 (calculator-radix-grouping-digits, calculator-displayer)
1250 (calculator-radix-grouping-separator, calculator-copy-displayer):
1251 * dabbrev.el (dabbrev-search-these-buffers-only):
1252 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1253 (diff-advance-after-apply-hunk, diff-mode-hook)
1254 (diff-minor-mode-prefix):
1255 * imenu.el (imenu-use-popup-menu):
1256 * jit-lock.el (jit-lock-context-time):
1257 * newcomment.el (comment-fill-column, comment-column)
1258 (comment-style, comment-padding, comment-multi-line)
1259 (comment-empty-lines, comment-auto-fill-only-comments):
1260 * reveal.el (reveal-around-mark):
1261 * uniquify.el (uniquify-buffer-name-style)
1262 (uniquify-after-kill-buffer-p)
1263 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1264 (uniquify-min-dir-content, uniquify-separator)
1265 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1266 * w32-vars.el (w32-fixed-font-alist):
1267 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1268 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1269 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1270 * progmodes/perl-mode.el (perl-indent-level)
1271 (perl-continued-statement-offset, perl-continued-brace-offset)
1272 (perl-brace-offset, perl-brace-imaginary-offset)
1273 (perl-label-offset, perl-indent-continued-arguments)
1274 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1275 * progmodes/tcl.el (tcl-indent-level)
1276 (tcl-continued-indent-level, tcl-auto-newline)
1277 (tcl-tab-always-indent, tcl-electric-hash-style)
1278 (tcl-help-directory-list, tcl-use-smart-word-finder)
1279 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1280 (inferior-tcl-source-command):
1281 * textmodes/fill.el (enable-kinsoku):
1282 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1283 * textmodes/table.el (table-yank-handler):
1284 Specify missing group (and type, if simple) in defcustom.
1285
1286 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1287
1288 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1289
1290 2005-05-19 Richard M. Stallman <rms@gnu.org>
1291
1292 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1293
1294 * subr.el (event-basic-type): Don't get an error.
1295 (left-fringe-p): Function deleted.
1296
1297 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1298 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1299
1300 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1301 in recursive copy.
1302
1303 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1304
1305 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1306
1307 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1308 Call byte-compile-nogroup-warn if appropriate.
1309
1310 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1311 (compilation-set-window): Don't call left-fringe-p; do it directly.
1312
1313 2005-05-19 Jay Belanger <belanger@truman.edu>
1314
1315 * calc/calc-graph.el (calc-graph-format-data): Make sure
1316 var-PlotRejects is bound before trying to check its value.
1317
1318 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1319
1320 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1321 definition of this variable from reftex-global.el to reftex.el,
1322 because it is needed in the menu.
1323
1324 2005-05-19 Lute Kamstra <lute@gnu.org>
1325
1326 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1327 years are fixed. Don't insert a space after a dash.
1328
1329 2005-05-19 Kim F. Storm <storm@cua.dk>
1330
1331 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1332
1333 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1334
1335 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1336 strings, because (eq ... ?\\) is fairly frequent.
1337
1338 * progmodes/make-mode.el (makefile-add-this-line-targets):
1339 Simplify and integrate into `makefile-pickup-targets'.
1340 (makefile-add-this-line-macro): Simplify and integrate into
1341 `makefile-pickup-macros.
1342 (makefile-pickup-filenames-as-targets): Simplify.
1343 (makefile-previous-dependency, makefile-match-dependency):
1344 Don't stumble over `::'.
1345
1346 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1347
1348 * subr.el (post-command-idle-hook, post-command-idle-delay):
1349 Remove obsoletion of post-command-idle-hook and
1350 post-command-idle-delay.
1351
1352 * faces.el (list-faces-display): Provide button when describe-face
1353 is called to take user back to the list of faces.
1354
1355 * help-fns.el (describe-variable): Remove hyperlinks in a
1356 variable's value as these are quite frequently inappropriate.
1357
1358 * follow.el (follow-submit-feedback, follow-mode):
1359 Remove references to post-command-idle-hook.
1360
1361 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1362
1363 * progmodes/make-mode.el (makefile-previous-dependency)
1364 (makefile-match-dependency): Check for := (and in bsd mode also
1365 !=) to give a better result, even when font-lock is not on.
1366
1367 2005-05-18 Jay Belanger <belanger@truman.edu>
1368
1369 * calc/calc-help.el (calc-s-prefix-help):
1370 Add `calc-copy-special-constant' to help string.
1371
1372 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1373
1374 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1375
1376 2005-05-18 Jay Belanger <belanger@truman.edu>
1377
1378 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1379 in linear factors are in proper order.
1380
1381 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1382
1383 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1384 Support for jurabib.
1385
1386 * textmodes/reftex.el (featurep): Define aliases for overlay
1387 commands, for XEmacs compatibility, and use these aliases in
1388 overlay initializations.
1389 (reftex-highlight): Use `reftex-move-overlay'.
1390 (reftex-unhighlight): Use `reftex-delete-overlay'.
1391 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1392 (reftex-access-search-path): Use `reftex-uniquify' instead of
1393 `reftex-uniq'
1394
1395 * textmodes/reftex-sel.el (reftex-select-unmark):
1396 Overlay `before-string' property modification enables for Emacs as well.
1397 (reftex-select-item): Use `reftex-delete-overlay'.
1398 (reftex-select-mark): Use `reftex-make-overlay' and
1399 `reftex-overlay-put'.
1400 (reftex-select-unmark): Use `reftex-delete-overlay' and
1401 `reftex-overlay-put'.
1402
1403 2005-05-18 Lute Kamstra <lute@gnu.org>
1404
1405 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1406
1407 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1408
1409 * add-log.el (add-change-log-entry):
1410 * array.el (array-make-template, array-reconfigure-rows)
1411 (array-init-max-row, array-init-max-column)
1412 (array-init-columns-per-line, array-init-field-width):
1413 * replace.el (replace-match-maybe-edit, perform-replace):
1414 * textmodes/spell.el (spell-region):
1415 Replace `read-input' by `read-string'.
1416
1417 * forms.el (forms-mode):
1418 * finder.el (finder-compile-keywords):
1419 * shadowfile.el (shadow-read-files):
1420 Replace `eval-current-buffer' by `eval-buffer'.
1421
1422 * terminal.el (te-pass-through):
1423 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1424 (ange-ftp-raw-send-cmd):
1425 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1426 (send-process-next-char, telnet-initial-filter, telnet):
1427 Replace `send-string' by `process-send-string'.
1428
1429 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1430 (prolog-consult-region): Replace `send-string' by
1431 `process-send-string'; replace `send-region' by `process-send-region'.
1432
1433 * progmodes/delphi.el (delphi-log-msg):
1434 Replace `set-window-dot' by `set-window-point'.
1435
1436 * subr.el (window-dot, set-window-dot, read-input, send-string)
1437 (send-region, show-buffer, eval-current-buffer):
1438 Make really obsolete, as the comment says.
1439
1440 2005-05-17 Kim F. Storm <storm@cua.dk>
1441
1442 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1443 (cua--init-keymaps): Bind C-return instead of S-return to set
1444 rectangle mark.
1445
1446 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1447 instead of S-return to toggle/clear rectangle mark.
1448
1449 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1450
1451 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1452 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1453 Also fontify plain strings assigned to variables, mostly so that a
1454 colon has a face and is thus not taken as a dependency separator.
1455 (makefile-previous-dependency): Inline the new matcher, because it
1456 is too complex to work in both directions.
1457 (makefile-match-dependency): Eliminate `backward' arg (see above).
1458 Completely reimplemented so as to not sometimes go into an endless
1459 loop. It should also be more efficient, because first it only
1460 searches for `:', instead of applying the very complex regexp.
1461 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1462 to be fontified in one piece can be too long for JIT.
1463 Makefiles are never *that* big.
1464
1465 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1466
1467 * dired.el (dired-mode): Simplify.
1468
1469 2005-05-17 Lute Kamstra <lute@gnu.org>
1470
1471 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1472 defcustom for the mode hook variable.
1473
1474 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1475 Emacs Lisp Reference Manual.
1476
1477 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1478
1479 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1480 (evenp, list*):
1481 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1482 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1483
1484 * net/tramp-smb.el (tramp-smb-open-connection):
1485 Pass `tramp-chunksize' as fifth (required) argument.
1486
1487 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1488
1489 * font-lock.el (lisp-font-lock-keywords-1):
1490 Set `font-lock-negation-char-face' for [^...] char group.
1491 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1492
1493 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1494 a var, and refine it to mask one more level of nested vars.
1495 (makefile-rule-action-regex): Turn it into a var, and refine it so
1496 it recognizes backslashed continuation lines as belonging to the
1497 same command.
1498 (makefile-macroassign-regex): Refine it so it recognizes
1499 backslashed continuation lines as belonging to the same command.
1500 (makefile-var-use-regex): Don't look at the next char, because it
1501 might be the same one to be skipped by the initial [^$], leading
1502 to an overlooked variable use.
1503 (makefile-make-font-lock-keywords): Remove two parameters, which
1504 are now variables that some of the modes set locally.
1505 Handle dependency and rule action matching through functions, because
1506 regexps alone match too often. Dependency matching now comes
1507 last, so it can check, whether a colon already matched something else.
1508 (makefile-mode): Inform that font-lock improves makefile parsing
1509 capabilities.
1510 (makefile-match-dependency, makefile-match-action): New functions.
1511
1512 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1513
1514 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1515
1516 * align.el (align-regexp):
1517 * ansi-color.el (ansi-color-get-face):
1518 * array.el (array-reconfigure-rows, array-init-max-row)
1519 (array-init-max-column, array-init-columns-per-line)
1520 (array-init-field-width):
1521 * dired-aux.el (dired-trample-file-versions):
1522 * dired-x.el (dired-mark-sexp):
1523 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1524 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1525 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1526 * faces.el (face-read-integer):
1527 * files.el (backup-extract-version, insert-directory):
1528 * hexl.el (hexl-insert-decimal-char):
1529 * server.el (server-process-filter):
1530 * shell.el (shell-extract-num):
1531 * startup.el (command-line-1):
1532 * term.el (term-command-hook):
1533 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1534 (time-stamp-do-number):
1535 * time.el (display-time-update):
1536 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1537 (timezone-fix-time):
1538 * vms-patch.el (vms-suspend-resume-hook):
1539 * calendar/appt.el (appt-convert-time):
1540 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1541 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1542 * calendar/cal-islam.el (mark-islamic-diary-entries):
1543 * calendar/calendar.el (calendar-cursor-to-date)
1544 (calendar-star-date):
1545 * calendar/diary-lib.el (diary-attrtype-convert)
1546 (mark-diary-entries, diary-entry-time):
1547 * calendar/solar.el (solar-get-number):
1548 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1549 * emacs-lisp/re-builder.el (reb-display-subexp):
1550 * emulation/edt.el (edt-set-scroll-margins):
1551 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1552 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1553 (vip-get-ex-count):
1554 * emulation/viper-ex.el (viper-get-ex-token)
1555 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1556 * international/fontset.el (fontset-plain-name):
1557 * mail/feedmail.el (feedmail-look-at-queue-directory):
1558 * mail/mailalias.el (mail-get-names):
1559 * mail/rmail.el (rmail-convert-to-babyl-format):
1560 * mail/rmailsum.el (rmail-make-basic-summary-line)
1561 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1562 (rmail-summary-goto-msg):
1563 * mail/smtpmail.el (smtpmail-read-response):
1564 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1565 (ange-ftp-vms-add-file-entry):
1566 * play/gametree.el (gametree-looking-at-ply)
1567 (gametree-current-branch-score):
1568 * progmodes/ada-xref.el (ada-prj-find-prj-file)
1569 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1570 * progmodes/cperl-mode.el (condition-case):
1571 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1572 (ebrowse-set-member-buffer-column-width)
1573 (ebrowse-select-1st-to-9nth):
1574 * progmodes/etags.el (etags-snarf-tag):
1575 * progmodes/flymake.el (flymake-parse-line):
1576 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1577 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1578 (idlwave-shell-menu-def):
1579 * progmodes/ps-mode.el (ps-run-goto-error):
1580 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1581 (vhdl-speedbar-contract-level):
1582 * term/mac-win.el (x-handle-numeric-switch):
1583 * term/sun-mouse.el (sun-get-frame-data):
1584 * term/w32-win.el (x-handle-numeric-switch):
1585 * term/x-win.el (x-handle-numeric-switch):
1586 * textmodes/ispell.el (ispell-parse-output):
1587 * textmodes/nroff-mode.el (nroff-outline-level):
1588 * textmodes/reftex-cite.el (reftex-bib-sort-year)
1589 (reftex-bib-sort-year-reverse, reftex-format-citation):
1590 * textmodes/reftex-parse.el (reftex-init-section-numbers)
1591 (reftex-section-number):
1592 * textmodes/texinfmt.el (texinfo-paragraphindent):
1593 Replace `string-to-int' by `string-to-number'.
1594
1595 * international/latexenc.el: Add page marker to force the "Local
1596 Variables:" string out of the last page.
1597
1598 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1599
1600 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
1601 tooltip-change-major-mode.
1602 (gud-tooltip-print-command): Remove case where gud-minor-mode
1603 is gdb ("--fullname").
1604 (gud-tooltip-tips): Turn GUD tooltips off for this case and
1605 explain to user.
1606
1607 2005-05-16 Jay Belanger <belanger@truman.edu>
1608
1609 * calc/calc-store.el (calc-copy-special-constant): New function.
1610
1611 * calc/calc-ext.el (calc-init-extensions): Add binding for
1612 `calc-copy-special-constant'.
1613
1614 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
1615 for the `calc-copy-special-constant' command.
1616
1617 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1618
1619 * subr.el (left-fringe-p): New function.
1620
1621 * progmodes/compile.el (compilation-setup): Set local value of
1622 overlay-arrow-string to "" always.
1623 (compilation-set-window): Left fringe then don't scroll.
1624 No left fringe then no arrow and scroll message to top.
1625 (compilation-context-lines): Adjust doc string accordingly.
1626
1627 2005-05-16 Kim F. Storm <storm@cua.dk>
1628
1629 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1630 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
1631 (ido-wide-find-dir-or-delete-dir): New command for M-d.
1632 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
1633 (ido-read-file-name): Handle commands with ido property value
1634 equal to find-file as reading a file name, to allow C-d to enter dired.
1635 (ibuffer-find-file): Add ido property with value find-file.
1636
1637 2005-05-15 Kim F. Storm <storm@cua.dk>
1638
1639 * subr.el (open-network-stream-nowait): Remove.
1640 (open-network-stream-server): Remove.
1641
1642 2005-05-15 Richard M. Stallman <rms@gnu.org>
1643
1644 * faces.el (describe-face): Output a definition link button.
1645
1646 * help-mode.el (help-face-def): New button type.
1647
1648 * emacs-lisp/copyright.el (copyright-fix-years):
1649 Match properly if the first year is 2-digit.
1650 Don't mess up the whitespace after the years by filling.
1651
1652 * dired-aux.el (dired-mark-confirm):
1653 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
1654
1655 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
1656 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
1657 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
1658
1659 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1660 Set font-lock-comment-start-skip.
1661
1662 * font-lock.el (font-lock-comment-start-skip): New variable.
1663 (font-lock-comment-end-skip): New variable.
1664 (font-lock-fontify-syntactically-region): Use them if non-nil.
1665
1666 2005-05-15 Jay Belanger <belanger@truman.edu>
1667
1668 * calc/calc-store.el (calc-store-value): Return a string rather
1669 than display it as a message.
1670 Use calc-var-name for variable name.
1671 (calc-store-into): Add the result of calc-store-value to message.
1672 (calc-copy-variable): Add a message.
1673 (calc-store-exchange): Improve error messages.
1674 (calc-store-binary, calc-store-map): Don't reset the values of
1675 special constants.
1676
1677 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1678
1679 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
1680 manual to docstring.
1681
1682 * files.el (hack-local-variables-confirm): Add STRING argument.
1683 Make the function handle non file visiting buffers correctly.
1684 (hack-local-variables-prop-line, hack-local-variables)
1685 (hack-one-local-variable): Use STRING arg of
1686 `hack-local-variables-confirm'.
1687
1688 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
1689
1690 Sync with Tramp 2.0.49.
1691
1692 * tramp.el (tramp-handle-dired-call-process)
1693 (tramp-handle-insert-directory):`insert-buffer' cannot be used
1694 because the contents of the Tramp buffer is changed before
1695 insertion (`expand-file' and alike).
1696 (tramp-handle-insert-directory): If `localname' has an empty
1697 nondirectory name, it must not be quoted.
1698 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
1699 variable `tramp-chunksize'. Change callees.
1700 (tramp-open-connection-setup-interactive-shell): Check remote host
1701 for buggy `send-process-string' implementation.
1702 Set `tramp-chunksize' if found. Reported by Michael Kifer
1703 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
1704 (tramp-handle-shell-command): `insert-buffer' cannot be used
1705 because the contents of the Tramp buffer is changed before
1706 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
1707 <frederic.bothamy@free.fr>.
1708 (tramp-set-auto-save): Actions should be done for Tramp file name
1709 handler only. Ange-FTP has its own auto-save mechanism.
1710 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
1711 (tramp-set-auto-save-file-modes): Set file modes of
1712 `buffer-auto-save-file-name' to ?\600 as fallback solution.
1713 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
1714 (tramp-bug): Remove obsolete variable.
1715 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
1716 for presence of `mml-mode'. Make it running for older Emacsen as well.
1717
1718 2005-05-14 John Paul Wallington <jpw@pobox.com>
1719
1720 * ibuf-ext.el (define-ibuffer-filter filename):
1721 If `dired-directory' is a list, use its car.
1722
1723 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
1724
1725 * ibuffer.el (define-ibuffer-column filename):
1726 If `dired-directory' is a list, use its car.
1727
1728 2005-05-14 Richard M. Stallman <rms@gnu.org>
1729
1730 * subr.el (symbol-file): Doc fix.
1731
1732 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
1733 (byte-compile-form): Call byte-compile-nogroup-warn.
1734 (byte-compile-warning-types): Doc fix.
1735
1736 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
1737
1738 * progmodes/cc-engine.el (c-literal-faces):
1739 Add font-lock-comment-delimiter-face.
1740
1741 * net/net-utils.el (dig): Use with-no-warnings.
1742
1743 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
1744 (sc-recite-frame-alist, sc-default-cite-frame)
1745 (sc-default-uncite-frame, sc-default-recite-frame)
1746 (sc-attrib-selection-list, sc-rewrite-header-list):
1747 Mark as risky-local-variable.
1748
1749 * international/ogonek.el (ogonek-jak, ogonek-how):
1750 Don't use beginning-of-buffer.
1751
1752 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
1753
1754 * calendar/solar.el (solar-data-list): Move definition up.
1755
1756 * dnd.el (dnd-protocol-alist): Add autoload.
1757
1758 * progmodes/sh-script.el: Many doc usage fixes.
1759 (sh-indent-after-do): Change default to match common styles.
1760
1761 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
1762
1763 * files.el (interpreter-mode-alist)
1764 (auto-mode-interpreter-regexp): Doc fixes.
1765
1766 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
1767
1768 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
1769
1770 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
1771
1772 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1773
1774 * dired.el (dired-mode): make-variable-buffer-local =>
1775 make-local-variable.
1776
1777 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1778
1779 * term/mac-win.el (mac-select-convert-to-string): Try coding
1780 systems in mac-script-code-coding-systems if specified one cannot
1781 encode string for `com.apple.traditional-mac-plain-text'.
1782
1783 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
1784
1785 * progmodes/make-mode.el (makefile-targets-face)
1786 (makefile-shell-face, makefile-makepp-perl-face): New faces.
1787 (makefile-dependency-regex): Fix it to not make the colon in
1788 $(var:a=b) special.
1789 (makefile-rule-action-regex): New regexp for highlighting embedded
1790 Shell strings.
1791 (makefile-macroassign-regex): Handle != for highlighting as
1792 embedded Shell strings.
1793 (makefile-var-use-regex): New const.
1794 (makefile-statements, makefile-automake-statements)
1795 (makefile-gmake-statements, makefile-makepp-statements)
1796 (makefile-bsdmake-statements): New consts.
1797 (makefile-make-font-lock-keywords): New function.
1798 (makefile-automake-font-lock-keywords)
1799 (makefile-gmake-font-lock-keywords)
1800 (makefile-makepp-font-lock-keywords)
1801 (makefile-bsdmake-font-lock-keywords): New consts.
1802 (makefile-mode-map): Add switchers between the various submodes.
1803 (makefile-mode): Document the availability of the variants.
1804 (makefile-automake-mode, makefile-gmake-mode)
1805 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
1806
1807 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
1808 new variants of makefile-mode.
1809
1810 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 * font-lock.el (font-lock-comment-delimiter-face): Fix up
1813 the inheritance.
1814
1815 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
1816
1817 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
1818 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
1819
1820 * files.el (normal-mode): Extend the scope of the
1821 `enable-local-variables' binding to include the `set-auto-mode' call.
1822 (magic-mode-alist): Doc fix.
1823
1824 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
1827 font-lock-comment-face rather than copying its setting.
1828
1829 2005-05-12 Andreas Schwab <schwab@suse.de>
1830
1831 * eshell/esh-mode.el (eshell-send-input): Doc fix.
1832
1833 2005-05-12 Lute Kamstra <lute@gnu.org>
1834
1835 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
1836 defcustom for the mode hook variable. Delete the last argument.
1837 * generic-x.el: Fix callers of define-generic-mode.
1838 (generic-x-modes): Delete group.
1839 (show-tabs-tab-face, show-tabs-space-face): Put them in the
1840 generic-x customization group.
1841
1842 2005-05-12 Kim F. Storm <storm@cua.dk>
1843
1844 * font-lock.el (font-lock-negation-char-face): Default to "off".
1845
1846 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
1847 font-lock-negation-char-face to ! in !=.
1848
1849 2005-05-12 Masatake YAMATO <jet@gyve.org>
1850
1851 * add-log.el (find-change-log): Fix typos in the docstring
1852 of function.
1853
1854 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1855
1856 * international/latexenc.el (latexenc-find-file-coding-system):
1857 Avoid `re-search-forward' when looking for input encoding because
1858 of speed and safety. Better regular expressions for recognizing
1859 input encoding. Limit a search for TeX-master/tex-main-file to
1860 the local variable section.
1861
1862 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
1863
1864 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
1865 syntax of $ to "'" (quote).
1866
1867 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1868
1869 * dnd.el (dnd-protocol-alist): Improve custom type.
1870
1871 * dired.el (dired-dnd-protocol-alist): New variable.
1872 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
1873 `dired-mode-hook' to the end.
1874
1875 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
1878 comment-end if comment-start-skip is not set.
1879 Obey the font-lock-comment-delimiter-face variables.
1880
1881 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * files.el (executable-find): Move from executable.el. Use locate-file.
1884 * progmodes/executable.el (executable-find): Move to files.el.
1885
1886 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
1887 when trying to ensure forward progress.
1888
1889 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
1890
1891 * mouse-sel.el (mouse-sel-follow-link-p): New function.
1892 (mouse-select, mouse-select-internal, mouse-extend-internal):
1893 Use it to implement mouse-1-click-follows-link functionality.
1894
1895 2005-05-11 Richard M. Stallman <rms@gnu.org>
1896
1897 * font-lock.el (font-lock-fontify-syntactically-region):
1898 Use font-lock-comment-delimiter-face for comment delimiters.
1899
1900 2005-05-10 Jay Belanger <belanger@truman.edu>
1901
1902 * calc/calc-help.el (calc-m-prefix-help): Add mention of
1903 preserving embedded modes.
1904
1905 2005-05-10 Richard M. Stallman <rms@gnu.org>
1906
1907 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
1908
1909 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
1910 Move from ada-stmt.el.
1911 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
1912
1913 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
1914 Move to ada-mode.el.
1915 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
1916
1917 * cus-edit.el (custom-file): Call file-chase-links.
1918
1919 * files.el (read-directory-name): Fix previous change.
1920 (hack-local-variables-confirm): New function.
1921 (hack-local-variables-prop-line, hack-local-variables)
1922 (hack-one-local-variable): Use it.
1923
1924 2005-05-10 Lute Kamstra <lute@gnu.org>
1925
1926 * font-lock.el (font-lock-keywords-alist)
1927 (font-lock-removed-keywords-alist): Clarify docstrings.
1928
1929 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
1930
1931 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
1932 (gdb-source-info): Check for preprocessor info.
1933 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
1934 a macro for a function.
1935 (gdb-info-breakpoints-custom): Try to find file again if not already
1936 found (user might have used GDB dir command).
1937 (gdb-get-location): Update gdb-location-alist correctly for change
1938 to gdb-info-breakpoints-custom.
1939
1940 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
1941 (gud-tooltip-print-command): Add gdbmi case.
1942 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
1943 preprocessor info.
1944
1945 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
1946
1947 * startup.el (fancy-splash-insert): Fix typo in doc string.
1948
1949 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
1950
1951 * obsolete/float.el (string-to-float):
1952 * obsolete/hilit19.el (hilit-add-pattern):
1953 * obsolete/rnews.el (news-parse-range, news-select-message)
1954 (news-get-pruned-list-of-files): Replace `string-to-int' by
1955 `string-to-number'.
1956
1957 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
1958 `find-file-not-found-hooks'; use `add-hook'.
1959 (uncompress-while-visiting): Set `write-file-functions', not
1960 `write-file-hooks'; use `add-hook'.
1961
1962 2005-05-09 Kim F. Storm <storm@cua.dk>
1963
1964 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
1965 (cua-paste): Handle clipboard action.
1966 (cua--init-keymaps): Remap clipboard-kill-region and
1967 clipboard-kill-ring-save.
1968
1969 2005-05-08 Eli Zaretskii <eliz@gnu.org>
1970
1971 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1972 Improve commentary.
1973
1974 * simple.el (next-error-overlay-arrow-position): Revert the change
1975 made on 2005-04-30.
1976
1977 2005-05-07 Jay Belanger <belanger@truman.edu>
1978
1979 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
1980 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
1981 `calc-sel-reselect'.
1982
1983 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
1984 Calc is in embedded mode.
1985
1986 2005-05-07 Eli Zaretskii <eliz@gnu.org>
1987
1988 * progmodes/compile.el (compilation-setup):
1989 Set overlay-arrow-string to an empty string on text terminals.
1990
1991 * textmodes/ispell.el (ispell-program-name): Try looking for
1992 "aspell" along exec-path, and if found, use it as the default
1993 speller program.
1994
1995 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
1996
1997 * international/mule.el (sgml-xml-auto-coding-function):
1998 Recognize encoding='FOO' in single quotes as well as in double quotes.
1999
2000 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2001
2002 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2003 as well as `interactive', so that defmacro* would recognize
2004 `declare' forms.
2005
2006 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2007
2008 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2009 Explain more about the LIGHTER arg's usage in the doc string.
2010 Add commentary to clarify what the code does. Fix the regexp that
2011 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2012 since it could have characters special to regular expressions.
2013
2014 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2015
2016 * replace.el (occur-1): Bind inhibit-read-only so that
2017 erase-buffer doesn't barf on read-only text properties (likewise
2018 for add-text-properties in occur-engine). Mark buffer as unmodified.
2019 (occur-engine): Don't set buffer-read-only here.
2020
2021 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2022
2023 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2024 list-buffers-directory. This caused the *cvs-commit* buffer to be
2025 sometimes mistakenly reused as a *cvs* buffer.
2026
2027 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2028
2029 * tooltip.el: Move code for GUD tooltips into gud.el.
2030 (require): CL no longer needed to compile case.
2031 (tooltip-mode): Do not toggle functions for GUD tooltips.
2032 (tooltip-gud-tips-p): Remove. Replace with minor mode
2033 gud-tooltip-mode in gud.el.
2034 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2035 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2036 tooltip-gud prefix with gud-tooltip and obsolete.
2037 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2038 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2039 (tooltip-mouse-motion): Mouse movement functions/variable.
2040 Rename in gud.el by adding gud prefix.
2041 (tooltip-gud-original-filter, tooltip-gud-dereference)
2042 (tooltip-gud-event, tooltip-toggle-gud-tips)
2043 (tooltip-gud-process-output, tooltip-gud-print-command)
2044 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2045 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2046 (gdb-tooltip-print): Move to gdb-ui.el.
2047
2048 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2049 (require): CL needed to compile case.
2050 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2051 tooltip-gud-tips-p. Make it a minor-mode.
2052 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2053 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2054 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2055 (gud-tooltip-change-major-mode)
2056 (gud-tooltip-activate-mouse-motions-if-enabled)
2057 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2058 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2059 (gud-tooltip-original-filter, gud-tooltip-dereference)
2060 (gud-tooltip-event, tooltip-toggle-gud-tips)
2061 (gud-tooltip-process-output, gud-tooltip-print-command)
2062 (gud-tooltip-tips): Move from tooltip.el.
2063
2064 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2065 (gdb-cpp-define-alist-flags): Doc fix.
2066 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2067 gud-tooltip-mode is t.
2068
2069 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2070
2071 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2072 evaporate if their text is deleted.
2073 (goto-address-at-point): Make it work as a mouse binding as well.
2074 (goto-address-at-mouse): Obsolete it. Update users.
2075
2076 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2077
2078 * calendar/appt.el (top-level): No longer activate on load.
2079
2080 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2081
2082 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2083 * net/webjump.el (webjump):
2084 * progmodes/idlw-help.el (idlwave-do-context-help1)
2085 (idlwave-highlight-linked-completions):
2086 * textmodes/po.el (po-find-file-coding-system-guts):
2087 Replace `assoc-ignore-case' by `assoc-string'.
2088
2089 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2090
2091 * files.el (locate-file): Doc fix.
2092
2093 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2094 Remove the redundant test for ms-dos.
2095
2096 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2097 look for the preprocessor with exec-suffixes. If not found in
2098 standard places, look in exec-path. Remove most of the tests that
2099 used system-type.
2100
2101 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2102
2103 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2104
2105 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2106 file-name clash with jka-compr.el on 8+3 filesystems.
2107
2108 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2109
2110 * term/mac-win.el: Don't define or bind scroll bar functions if
2111 x-toolkit-scroll-bars is t.
2112 (x-select-text, x-get-selection-value):
2113 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2114 (PRIMARY): Put mac-scrap-name property.
2115 (mac-select-convert-to-file-url): New function.
2116 (public.file-url): New selection target type. Add to
2117 selection-converter-alist.
2118 (x-get-selection, x-selection-value): Handle it.
2119 (x-cut-buffer-or-selection-value): New alias.
2120
2121 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2122
2123 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2124 entry to avoid calling bibtex-find-entry with arg global
2125 being t. Remove arg key.
2126 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2127 (bibtex-copy-summary-as-kill): Change accordingly.
2128
2129 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2130
2131 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2132 (org-agenda-date-later): Use with-current-buffer.
2133
2134 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2135
2136 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2137 (define-obsolete-variable-alias): Doc Fixes.
2138
2139 2005-05-06 Kim F. Storm <storm@cua.dk>
2140
2141 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2142 vertical-motion when selective-display is active.
2143
2144 * ido.el (ido-setup-hook): New hook.
2145 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2146 (ido-input-stack): New var.
2147 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2148 ido-next-work-file binding to M-O.
2149 Bind M-f to ido-wide-find-file-or-pop-dir.
2150 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2151 (ido-read-internal): Run ido-setup-hook.
2152 Catch quit in read-file-name and read-string to cancel edit.
2153 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2154 Automatically pop-all when completing a directory name (RET).
2155 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2156 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2157 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2158 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2159 New functions for M-b/M-f to move among the directory components.
2160 (ido-make-merged-file-list): Catch quit to cancel merge.
2161 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2162 (ido-completion-help): No warnings for ido-completion-buffer-full.
2163
2164 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2165
2166 * font-lock.el (font-lock-negation-char-face): New face and variable.
2167 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2168 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2169 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2170 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2171
2172 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2173
2174 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2175 Fix typo in docstring.
2176
2177 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2178 (ebrowse-print-statistics-line)
2179 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2180
2181 * term/w32-win.el (image-library-alist): Add additional name for
2182 Xpm library.
2183
2184 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2185
2186 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2187 use gcc instead of cpp.
2188
2189 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2190 (gdb-create-define-alist): Use it.
2191 (gdb-cpp-define-alist-program): Update for MS-DOS.
2192
2193 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2194
2195 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2196
2197 2005-05-04 Richard M. Stallman <rms@gnu.org>
2198
2199 * help.el (describe-key): No error when UNTRANSLATED is nil.
2200
2201 * simple.el (line-move-1): Fix previous change to signal errors
2202 appropriately.
2203
2204 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2205
2206 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2207 (icalendar-duration-correction): Remove.
2208 (icalendar--get-event-properties): Split result at commas.
2209 (icalendar--decode-isoduration): New optional argument
2210 DURATION-CORRECTION.
2211 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2212 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2213 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2214 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2215 (icalendar--convert-anniversary-to-ical): New functions, extracted
2216 from icalendar-export-region, with bug fixes.
2217 (icalendar-export-region): Use the above functions.
2218 (icalendar-import-buffer): Check before saving diary file.
2219 (icalendar--convert-recurring-to-diary)
2220 (icalendar--convert-non-recurring-all-day-to-diary)
2221 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2222 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2223 (icalendar--convert-ical-to-diary): Use the above functions.
2224
2225 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2226
2227 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2228 Remove these recent additions.
2229 (c-mode): Restore to before 2005-04-28.
2230
2231 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2232 recent addition.
2233
2234 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2235 (gdb-define-alist): New variables.
2236 (gdb-create-define-alist): New function.
2237 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2238 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2239 with string-to-number.
2240 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2241
2242 * progmodes/gud.el: Replace string-to-int with string-to-number.
2243 (gud-find-file): Handle gdb-define-alist.
2244
2245 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2246
2247 2005-05-02 Jay Belanger <belanger@truman.edu>
2248
2249 * calc/calc-aent.el (math-read-token):
2250 * calc/calc-bin.el (calc-word-size):
2251 * calc/calc-ext.el (calc-read-number-fancy):
2252 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2253 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2254 * calc/calc-frac.el (calc-over-notation):
2255 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2256 (calc-graph-num-points, calc-graph-init):
2257 * calc/calc-prog.el (calc-read-parse-table-part)
2258 (calc-edit-macro-repeats):
2259 * calc/calc-yank.el (calc-do-grab-rectangle):
2260 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2261 Replace `string-to-int' by `string-to-number'.
2262
2263 2005-05-02 Kim F. Storm <storm@cua.dk>
2264
2265 * kmacro.el: Use executing-kbd-macro-index variable.
2266
2267 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2268
2269 * net/rlogin.el (rlogin-parse-words): Delete func.
2270 (rlogin): Use split-string, not rlogin-parse-words.
2271 Also, if there are option-like elements in the parsed args,
2272 take the host to be the first arg immediately following them.
2273 Suggested by Michael Mauger.
2274
2275 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2276
2277 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2278
2279 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2280
2281 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2282 (cc-mode-cpp-program): Rename to cc-define-list-program and
2283 move to cc-vars.el.
2284
2285 * progmodes/cc-vars.el (cc-define-list-program):
2286 Change to "gcc -E -dM -". Make customizable.
2287
2288 2005-05-02 Kim F. Storm <storm@cua.dk>
2289
2290 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2291
2292 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2293
2294 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2295
2296 * international/mule-util.el (truncate-string): Remove alias and
2297 obsolete declaration.
2298
2299 * international/mule-cmds.el (update-iso-coding-systems):
2300 Remove alias and obsolete declaration.
2301
2302 * international/mule.el (coding-system-parent): Remove alias and
2303 obsolete declaration.
2304
2305 * subr.el (define-function, sref): Remove aliases and obsolete
2306 declarations.
2307 (chars-in-region): Remove obsolete declaration.
2308
2309 2005-05-01 Richard M. Stallman <rms@gnu.org>
2310
2311 * info.el (Info-mode): Set widen-automatically to nil, locally.
2312
2313 * simple.el (widen-automatically): New variable.
2314 (pop-global-mark): Obey widen-automatically.
2315
2316 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2317
2318 * term/xterm.el (function-key-map): Call substitute-key-definition
2319 before the keymap size is increased by a lot of define-key calls.
2320
2321 2005-05-01 Richard M. Stallman <rms@gnu.org>
2322
2323 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2324 Rename ARG to ELEMENT. Doc fix.
2325
2326 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2327
2328 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2329 Remove references to allout-exposure/change to allout-new-exposure.
2330
2331 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2332 bytecode symbols.
2333
2334 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2335 (compiled-function-p, focus-frame, unfocus-frame):
2336 Remove aliases and obsolete declarations.
2337 Back out inadvertent changes from previous commit.
2338
2339 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2340
2341 * files.el (require-final-newline): Make Custom tags consistent
2342 with mode-require-final-newline.
2343 (mode-require-final-newline): Doc fix.
2344
2345 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 * international/latexenc.el (latexenc-find-file-coding-system):
2348 Fix regular expressions.
2349
2350 2005-05-01 David Kastrup <dak@gnu.org>
2351
2352 * international/latexenc.el (latexenc-find-file-coding-system):
2353 Fix regular expressions.
2354
2355 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2356
2357 * subr.el (string-to-int): Make obsolete.
2358
2359 2005-04-30 Richard M. Stallman <rms@gnu.org>
2360
2361 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2362
2363 * loadup.el: load jka-comp-hook.
2364
2365 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2366 (jka-compr-handler): Add autoload. `put' calls moved
2367 to jka-comp-hook.el.
2368 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2369 (jka-compr-inhibit): Autoload.
2370
2371 * jka-comp-hook.el: New file.
2372 Enable the mode by default.
2373
2374 * files.el (backup-buffer-copy): Use copy-file instead
2375 of write-region, and put back the 'excl.
2376
2377 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2378
2379 * progmodes/flymake.el (flymake-split-string)
2380 (flymake-split-string, flymake-log, flymake-pid-to-names)
2381 (flymake-reg-names, flymake-get-source-buffer-name)
2382 (flymake-unreg-names, flymake-add-line-err-info)
2383 (flymake-add-err-info): Clarify docstrings.
2384 (flymake-popup-menu, flymake-make-emacs-menu)
2385 (flymake-make-xemacs-menu): Add docstrings.
2386 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2387 Set variables directly throughout.
2388
2389 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2390
2391 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2392 exists. Initialise cc-define-alist.
2393 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2394 If there is no file (Macroexpansion) don't create an alist.
2395
2396 2005-04-29 Sam Steingold <sds@gnu.org>
2397
2398 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2399 (cc-create-define-alist): Use it instead of the hard-coded string.
2400
2401 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2402
2403 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2404 for latexenc.
2405
2406 2005-04-29 Lute Kamstra <lute@gnu.org>
2407
2408 * emacs-lisp/generic.el: Improve commentary section.
2409 (define-generic-mode): Improve docstring.
2410
2411 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2412
2413 * textmodes/org.el (many places): Change to quiet the byte compiler.
2414 (org-prefix-format-compiled): New variable.
2415 (org-compile-prefix-format): New function.
2416 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2417 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2418 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2419 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2420 consistency with entries from `org-mode' files.
2421 (org-get-time-of-day): Fix bug with partial matches early in a line.
2422 (org-non-link-chars): New constant.
2423 (org-link-regexp): Respect `org-non-link-chars'.
2424 (org-agenda-day-view): Remove command.
2425 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2426 (org-follow-bbdb-link, org-store-link): Search also company field.
2427 (org-highlight-overlay): New variable.
2428 (org-highlight, org-unhighlight): New functions.
2429 (org-agenda-mode): Add pre-command-hook to remove highlight.
2430 (org-evaluate-time-range): Behavior depends upon whether time stamp
2431 contains a time or not.
2432 (org-show-subtree, org-show-entry): New functions.
2433 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2434
2435 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2436
2437 * comint.el (comint-output-filter-functions): Add autoload cookie.
2438
2439 2005-04-28 Kim F. Storm <storm@cua.dk>
2440
2441 * ido.el (ido-everywhere): Fix last change.
2442
2443 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2444
2445 * international/latexenc.el: New file.
2446 * international/mule-conf.el (file-coding-system-alist): For .tex,
2447 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2448
2449 2005-04-28 Lute Kamstra <lute@gnu.org>
2450
2451 * font-lock.el (font-lock-add-keywords)
2452 (font-lock-remove-keywords): Clarify docstring.
2453 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2454 Don't start docstrings with a `*'.
2455 (font-lock-update-removed-keyword-alist): Give it a docstring.
2456
2457 * generic-x.el: Update commentary section.
2458 Only require font-lock when compiling.
2459 Define all modes conditionally.
2460 Place all generic modes in the generic-x-modes customization group.
2461 (generic-x-modes): New customization group.
2462 (generic-default-modes, generic-mswindows-modes)
2463 (generic-unix-modes, generic-other-modes): New constants.
2464 (generic-define-mswindows-modes, generic-define-unix-modes):
2465 Update docstrings. Make them obsolete.
2466 (generic-extras-enable-list): New default value. Update docstring.
2467 Improve :type. Change :set function.
2468 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2469 Fix docstring.
2470
2471 * emacs-lisp/generic.el (generic-mode-internal):
2472 Simplify font-lock-defaults.
2473 (define-generic-mode): Fix docstring.
2474
2475 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2476
2477 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2478 font-lock-face property to highlight matches.
2479
2480 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2481
2482 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2483 (cc-define-alist): New variable.
2484 (c-mode): Make it local and initialise it.
2485
2486 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2487 (gdb-exited): New function.
2488 (gdb-annotation-rules): Use it.
2489 (gdb-starting): Set gdb-active-process to t.
2490 (gdb-stopping): Amend doc string.
2491 (gdb-reset): Set gdb-active-process to nil.
2492
2493 * tooltip.el (tooltip-gud-tips): Show the associated #define
2494 directives when a C program under GDB is not executing.
2495
2496 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2497
2498 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2499 font-lock-fontify-syntactic-keywords.
2500
2501 * font-lock.el (font-lock-default-fontify-region): Don't force
2502 parse-sexp-lookup-properties to nil.
2503
2504 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2505
2506 * man.el (man-mode-syntax-table): Set up `:' to have
2507 word-constituent syntax.
2508
2509 2005-04-27 Lute Kamstra <lute@gnu.org>
2510
2511 * novice.el (disable-command): Don't add spurious newlines to the
2512 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2513
2514 2005-04-26 Jay Belanger <belanger@truman.edu>
2515
2516 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2517 than one window before deleting window.
2518
2519 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2520
2521 * shell.el (shell-prompt-pattern): Doc fix.
2522 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2523
2524 * comint.el (comint-prompt-regexp, comint-get-old-input)
2525 (comint-use-prompt-regexp)
2526 (comint-use-prompt-regexp-instead-of-fields)
2527 (comint-replace-by-expanded-history, comint-send-input)
2528 (comint-output-filter, comint-get-old-input-default)
2529 (comint-line-beginning-position, comint-bol, comint-show-output)
2530 (comint-backward-matching-input, comint-forward-matching-input)
2531 (comint-next-prompt, comint-previous-prompt):
2532 Rename `comint-use-prompt-regexp-instead-of-fields' to
2533 `comint-use-prompt-regexp'. Keep old name as alias and declare
2534 obsolete.
2535 (comint-use-prompt-regexp): Shorten first line of doc string.
2536
2537 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2538 Set paragraph-separate buffer locally to "\\'".
2539
2540 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2541 Adapt to above name change.
2542
2543 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2544 (smbclient-prompt-regexp): Ditto.
2545
2546 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2547
2548 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
2549
2550 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2551 gdb-location-list.
2552 Break lines that are over 80 characters wide.
2553
2554 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2555
2556 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2557 New fun and var, to preserve compatibility.
2558
2559 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2560
2561 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2562
2563 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2564 name to file-newer-than-file-p.
2565
2566 2005-04-26 Richard M. Stallman <rms@gnu.org>
2567
2568 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2569
2570 * progmodes/python.el (python-mode):
2571 Use new name eldoc-documentation-function.
2572
2573 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2574
2575 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2576 (eldoc-documentation-function):
2577 Rename from eldoc-print-current-symbol-info-function. Calls changed.
2578
2579 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
2580
2581 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2582
2583 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2584
2585 * term/xterm.el (function-key-map): Fix strings for
2586 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
2587 {C,S,A,C-S}-{f1-f12}.
2588
2589 2005-04-26 Kenichi Handa <handa@m17n.org>
2590
2591 * international/mule-cmds.el (select-safe-coding-system):
2592 Fix previous change.
2593
2594 2005-04-26 Lute Kamstra <lute@gnu.org>
2595
2596 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
2597
2598 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
2599 (font-lock-comment-delimiter-face): Ditto.
2600
2601 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2602
2603 2005-04-25 Jay Belanger <belanger@truman.edu>
2604
2605 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
2606 to t while inserting information; use help-mode.
2607
2608 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2609
2610 * term.el (ansi-term-color-vector): Use the xterm colors.
2611 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
2612
2613 2005-04-25 Lute Kamstra <lute@gnu.org>
2614
2615 * font-core.el (font-lock-defaults): Fix docstring.
2616
2617 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
2618
2619 2005-04-25 Kenichi Handa <handa@m17n.org>
2620
2621 * international/mule-cmds.el (select-safe-coding-system):
2622 Don't check consistency with coding: spec, etc if raw-text or
2623 no-conversion was found to be safe.
2624
2625 2005-04-24 Richard M. Stallman <rms@gnu.org>
2626
2627 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
2628 citation markers at start of each line.
2629
2630 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
2631 citation markers at start of each line.
2632
2633 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
2634
2635 * files.el (mode-require-final-newline): Fix previous change.
2636 (require-final-newline): Fix type label.
2637
2638 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2639
2640 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
2641 statement in buffer (broken by 2004-11-24 change).
2642
2643 2005-04-24 Kim F. Storm <storm@cua.dk>
2644
2645 * ido.el (ido-everywhere): Save and restore old read-buffer-function
2646 and read-file-name-function values. Don't overwrite existing
2647 non-nil values if ido-mode is enabled without ido-everywhere.
2648
2649 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
2650
2651 * files.el (mode-require-final-newline): Minor doc fix.
2652
2653 2005-04-24 Eli Zaretskii <eliz@gnu.org>
2654
2655 * subr.el (syntax-after): Doc fix.
2656 (syntax-class): If argument is nil, return nil. Mask off upper 16
2657 bits, not 8 bits.
2658
2659 * files.el (mode-require-final-newline): Doc fix.
2660 (backup-buffer-copy): Fix last change.
2661
2662 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2663
2664 * term/mac-win.el: Require select. Set selection-coding-system to
2665 mac-system-coding-system. Call menu-bar-enable-clipboard.
2666 (x-last-selected-text-clipboard, x-last-selected-text-primary)
2667 (x-select-enable-clipboard): New variables.
2668 (x-select-text, x-get-selection, x-selection-value)
2669 (x-get-selection-value, mac-select-convert-to-string)
2670 (mac-services-open-file, mac-services-open-selection)
2671 (mac-services-insert-text): New functions.
2672 (CLIPBOARD, FIND): Put mac-scrap-name property.
2673 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
2674 (public.tiff): Put mac-ostype property.
2675 (selection-converter-alist): Add entries for them.
2676 (mac-application-menu-map): New keymap.
2677 (interprogram-cut-function, interprogram-paste-function): Set to
2678 x-select-text and x-get-selection-value, respectively.
2679 (split-window-keep-point): Set to t.
2680
2681 2005-04-23 Richard M. Stallman <rms@gnu.org>
2682
2683 * files.el (read-directory-name): Always pass non-nil
2684 DEFAULT-FILENAME arg to read-file-name.
2685 (backup-buffer-copy, basic-save-buffer-2): Take care against
2686 writing thru an unexpected existing symlink.
2687 (revert-buffer): In indirect buffer, revert the base buffer.
2688 (magic-mode-alist): Doc fix.
2689 (buffer-stale-function): Doc fix.
2690 (minibuffer-with-setup-hook): Avoid warning.
2691 (mode-require-final-newline): Doc and custom fix.
2692
2693 * follow.el (follow-end-of-buffer): Use with-no-warnings.
2694
2695 * font-lock.el (font-lock-comment-face): On terminals with few colors,
2696 use the default appearance.
2697 (font-lock-comment-delimiter-face): New face, new variable.
2698
2699 * imenu.el (imenu--generic-function): The official position of a
2700 definition is the start of the line that BEG is in.
2701
2702 * midnight.el (midnight-timer): Move defvar up.
2703
2704 * mouse.el (mouse-drag-region-1): Delete some debugging code.
2705
2706 * saveplace.el (save-place-to-alist): Use with-no-warnings.
2707
2708 * startup.el (command-line): Use with-no-warnings.
2709
2710 * window.el (window-size-fixed): New defvar.
2711
2712 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
2713
2714 * mail/rmail.el (rmail-font-lock-keywords):
2715 Use font-lock-comment-delimiter-face.
2716
2717 * mail/sendmail.el (mail-font-lock-keywords):
2718 Use font-lock-comment-delimiter-face.
2719
2720 * progmodes/compile.el (next-error-highlight-timer): New defvar.
2721
2722 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
2723
2724 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2725 Specify t for LAXMATCH when matching directories.
2726 Save match data around compilation-compat-error-properties form.
2727
2728 2005-04-23 David Kastrup <dak@gnu.org>
2729
2730 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
2731 Mention that the autoloaded aliases should be kept for AUCTeX.
2732
2733 2005-04-23 Andreas Schwab <schwab@suse.de>
2734
2735 * isearch.el (isearch-forward): Doc fix.
2736
2737 2005-04-23 Eli Zaretskii <eliz@gnu.org>
2738
2739 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
2740 (jit-lock-stealth-nice): Change default value to 0.5.
2741
2742 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
2743
2744 * abbrev.el (write-abbrev-file): Write table entries in
2745 alphabetical order by table name.
2746
2747 2005-04-22 Kim F. Storm <storm@cua.dk>
2748
2749 * ido.el (ido-read-internal): Fix `list' completion.
2750
2751 2005-04-22 Kenichi Handa <handa@m17n.org>
2752
2753 * recentf.el (recentf-save-file-coding-system): New variable.
2754 (recentf-save-list): Encode the file by
2755 recentf-save-file-coding-system and add coding: tag.
2756
2757 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
2758
2759 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
2760
2761 2005-04-21 Lute Kamstra <lute@gnu.org>
2762
2763 * loadhist.el (unload-feature): Don't remove a function from hooks
2764 if it is about to be restored to an autoload . Remove functions
2765 that will become unbound from auto-mode-alist. Simplify the code.
2766
2767 * subr.el (assq-delete-all): New implementation that is linear,
2768 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
2769 (rassq-delete-all): New function.
2770
2771 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2772 Add size-indication-mode.
2773
2774 2005-04-21 Kenichi Handa <handa@m17n.org>
2775
2776 * international/mule-cmds.el: Add autoload for widget-value in
2777 eval-when-compile.
2778
2779 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
2780
2781 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2782 Add tooltip-mode.
2783
2784 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
2785
2786 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
2787
2788 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
2789 (inferior-lisp-filter-regexp, inferior-lisp-program)
2790 (inferior-lisp-load-command, inferior-lisp-prompt)
2791 (inferior-lisp-mode-hook, lisp-source-modes)
2792 (inferior-lisp-load-hook): defvar->defcustom.
2793 (inferior-lisp-program, inferior-lisp-prompt)
2794 (inferior-lisp-load-hook): Doc fixes.
2795 (inferior-lisp-install-letter-bindings): Small change in
2796 introductory comment.
2797
2798 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2799
2800 * vc.el (vc-annotate-color-map): Change some colors so that text
2801 using them as foreground is readable on both white and black
2802 backgrounds.
2803
2804 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2805
2806 * international/mule-conf.el (translation-table-for-input):
2807 Remove redundant declaration.
2808
2809 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
2810
2811 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
2812
2813 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
2814 (tooltip-toggle-gud-tips): New function.
2815
2816 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2817
2818 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
2819 right angle brackets.
2820
2821 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
2822
2823 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
2824
2825 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2826
2827 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
2828 Remove. Update callers to use expand-file-name instead.
2829
2830 * subr.el (syntax-class): New function.
2831
2832 * simple.el (blink-matching-open): Use it.
2833
2834 * paren.el (show-paren-function): Use it to recognize parens that are
2835 also used in 2-char comment markers.
2836
2837 2005-04-19 Lute Kamstra <lute@gnu.org>
2838
2839 * loadhist.el (unload-feature): Update for new format of
2840 load-history. Simplify the code.
2841
2842 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2843
2844 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
2845 (mac-add-charset-info): New function. Initialize variable
2846 mac-charset-info-alist using it.
2847 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
2848 for translation.
2849 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
2850 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
2851 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
2852 New CCL programs.
2853
2854 2005-04-19 Kim F. Storm <storm@cua.dk>
2855
2856 * simple.el (next-buffer, prev-buffer, next-error)
2857 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2858 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
2859
2860 * bindings.el (next-buffer, prev-buffer, next-error)
2861 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2862 (clone-indirect-buffer-other-window): Move bindings from simple.el.
2863 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
2864 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
2865
2866 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2867
2868 * isearch.el (isearch-edit-string): Make the search-ring available for
2869 minibuffer history commands.
2870 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
2871 the default history commands now work just as well.
2872 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
2873
2874 2005-04-18 Kim F. Storm <storm@cua.dk>
2875
2876 * emulation/cua-base.el (cua--pre-command-handler): Add more
2877 elaborate check for shift modifier on non-window systems.
2878
2879 2005-04-18 Lars Hansen <larsh@math.ku.dk>
2880
2881 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
2882
2883 2005-04-18 Kim F. Storm <storm@cua.dk>
2884
2885 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
2886 and make it optional. Don't test tooltip-gud-echo-area here.
2887 (tooltip-gud-process-output, gdb-tooltip-print):
2888 Pass tooltip-gud-echo-area to tooltip-show.
2889 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2890
2891 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2892
2893 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
2894 `display-graphic-p' may not be bound yet.
2895
2896 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
2897
2898 * startup.el (command-line): No longer enable Xterm Mouse mode by
2899 default in terminals compatible with xterm.
2900
2901 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
2902
2903 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
2904
2905 * tooltip.el (tooltip-gud-echo-area): Rename from
2906 tooltip-use-echo-area.
2907 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
2908 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
2909 area independently of where help tooltips are displayed.
2910
2911 2005-04-17 David Kastrup <dak@gnu.org>
2912
2913 * cus-theme.el (custom-theme-write-variables): Quote variables
2914 where necessary.
2915
2916 2005-04-17 Richard M. Stallman <rms@gnu.org>
2917
2918 * simple.el (yank-excluded-properties): Add follow-link to value.
2919
2920 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
2921
2922 * startup.el (fancy-splash-max-time): Just 30 seconds.
2923 (fancy-splash-delay): Just 7.
2924 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
2925
2926 * loadhist.el (unload-feature): Update for new format of load-history.
2927 Simplify the code.
2928
2929 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
2930 (rmail-font-lock-keywords): Don't fontify the text of a citation.
2931
2932 * mail/sendmail.el (mail-font-lock-keywords):
2933 Don't fontify subject text.
2934 Don't fontify the text of a citation.
2935
2936 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
2937
2938 * comint.el (comint-output-filter): Run comint-output-filter-functions
2939 with point where the user had it.
2940
2941 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2942
2943 * international/ucs-tables.el (ucs-set-table-for-input):
2944 Disable when using unify-on-decoding.
2945
2946 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2947
2948 * emulation/cua-base.el (cua-global-mark-face): Add special case
2949 for displays supporting a high number of colors.
2950
2951 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2952
2953 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
2954
2955 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
2956
2957 * filesets.el (filesets-add-buffer): If user supplies a name of a
2958 non-existing fileset, create a new fileset.
2959
2960 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
2961
2962 * textmodes/org.el (org-up-heading-all): Fix bug with
2963 `outline-up-heading-all'.
2964
2965 2005-04-16 Andreas Schwab <schwab@suse.de>
2966
2967 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
2968 /etc/permissions.d/* and /etc/aliases.d/*.
2969
2970 2005-04-16 Kenichi Handa <handa@m17n.org>
2971
2972 * international/code-pages.el (cp-make-coding-system):
2973 Set `translation-table-for-input' property value to the symbol
2974 ucs-mule-to-mule-unicode, not to that value.
2975 (pt154): Escape guillemet by `\'.
2976
2977 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
2978
2979 * loadup.el: Load tooltip if x-show-tip is fboundp.
2980
2981 * startup.el (command-line): Add comment.
2982
2983 * tooltip.el (tooltip-mode): Specify correct standard value for
2984 Custom in init-value.
2985
2986 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
2987
2988 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
2989 possible.
2990
2991 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
2992
2993 * textmodes/org.el (org-agenda-date-prompt): Rename from
2994 `org-agenda-date-today'.
2995 (org-evaluate-time-range): Insert at point instead of directly
2996 after time range.
2997 (org-first-headline-recenter, org-subtree-end-visible-p)
2998 (org-optimize-window-after-visibility-change): New functions
2999 (org-agenda-post-command-hook): Don't allow point at end of line,
3000 to make sure it always hits the text properties.
3001 (org-agenda-next-date-line, org-agenda-previous-date-line):
3002 New commands.
3003 (org-set-regexps-and-options): Category may contain white space.
3004 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3005 Improve marker positions.
3006 (org-agenda-new-marker): Argument POS made optional.
3007 (org-agenda-get-timestamps): Deadlines which are done are listed
3008 in org-done-face now.
3009 (org-agenda-get-todos, org-agenda-get-timestamps)
3010 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3011 Set `undone-face' and `done-face' properties.
3012 (org-last-todo-state-is-todo): New variable.
3013 (org-todo): Set `org-last-todo-state-is-todo'.
3014 (org-agenda-todo): Change face according to
3015 `org-last-todo-state-is-todo'. And change other lines refering to
3016 the same entry.
3017 (org-calendar-goto-agenda): New command.
3018 (org-calendar-to-agenda-key): New option.
3019 (org-startup-folded): New allowed value `content'.
3020 (org-set-regexps-and-options): Accept new value `content' for
3021 `org-startup-folded'.
3022 (org-get-current-options): Handle new value `content' for
3023 `org-startup-folded'.
3024 (org-insert-todo-heading): New command.
3025 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3026 interactively in empty file and option
3027 `org-insert-mode-line-in-empty-file' has been set.
3028 (org-agenda-todo,org-agenda-priority): Modify to use
3029 `org-agenda-change-all-lines'.
3030 (org-warning-face): Change color on dark background
3031
3032 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3033
3034 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3035 use preferences AppleLocale and AppleLanguages, and variable
3036 mac-system-locale for default locale. On Mac OS Classic, use
3037 mac-system-coding-system for default coding systems.
3038
3039 * term/mac-win.el: Don't set file-name-coding-system.
3040 Decode variables system-name, emacs-build-system, user-login-name, and
3041 user-full-name by mac-system-coding-system on Mac OS Classic.
3042 (mac-system-coding-system): New variable.
3043
3044 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3045
3046 * startup.el (command-line): Handle `xterm-mouse-mode' before
3047 reading init file.
3048
3049 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3050
3051 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3052
3053 * progmodes/sh-script.el (sh-here-document-word): Make it a
3054 defcustom. Doc fix.
3055 (sh-add): Bash uses $(( )) for arithmetic.
3056 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3057 (sh-maybe-here-document): Remove quotes and leading whitespace
3058 from heredoc word when closing. Indent heredoc with tabs if word
3059 starts with "-".
3060
3061 2005-04-13 Richard M. Stallman <rms@gnu.org>
3062
3063 * simple.el (undo): Fix previous change.
3064
3065 * custom.el (defface): Doc fix.
3066
3067 2005-04-13 Lute Kamstra <lute@gnu.org>
3068
3069 * Makefile.in (DONTCOMPILE): Remove list.
3070 (compile, compile-always): Don't use DONTCOMPILE.
3071 (update-authors): Load the library in which batch-update-authors
3072 is defined.
3073 * makefile.w32-in (DONTCOMPILE): Remove list.
3074 (compile, compile-always): Fix comments.
3075 (update-authors): Load the library in which batch-update-authors
3076 is defined.
3077
3078 * generic-x.el (generic-mode-ini-file-find-file-hook):
3079 Rename to ini-generic-mode-find-file-hook.
3080 Keep generic-mode-ini-file-find-file-hook as an alias.
3081 (ini-generic-mode-find-file-hook): Rename from
3082 generic-mode-ini-file-find-file-hook. Fix docstring.
3083 (ini-generic-mode): Docstring change.
3084 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3085
3086 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3087 called from lisp.
3088
3089 * generic.el: Move to the emacs-lisp subdir.
3090
3091 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3092
3093 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3094 and C-S- function and cursor motion keys.
3095
3096 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3097
3098 * startup.el (command-line): Enable Xterm Mouse mode by default.
3099 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3100 for Custom. No longer show "Mouse" in mode line when enabled.
3101 Doc fix.
3102
3103 2005-04-12 Kim F. Storm <storm@cua.dk>
3104
3105 * emulation/cua-base.el (cua-rectangle-face)
3106 (cua-rectangle-noselect-face): Define face attributes here.
3107
3108 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3109
3110 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3111
3112 * startup.el (command-line): Turn off blinking cursor if
3113 cursorBlink in resources is off or false.
3114
3115 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3116
3117 * term/mac-win.el (dnd): Require dnd.
3118 (mac-drag-n-drop): Call dnd-handle-one-url.
3119 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3120 (kTextEncodingISOLatin2): Remove constants.
3121 (mac-script-code-coding-systems): New constant.
3122 (mac-handle-language-change): New function.
3123 (special-event-map): Bind it to `language-change' event.
3124 (mac-centraleurroman, mac-cyrillic): New coding systems.
3125 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3126 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3127 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3128 encode-mac-cyrillic, respectively.
3129
3130 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3131
3132 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3133 Don't set overlay-arrow-string to "=>" as this is done
3134 globally in C now.
3135
3136 2005-04-12 Lute Kamstra <lute@gnu.org>
3137
3138 * generic-x.el (rc-generic-mode, rul-generic-mode):
3139 Fix auto-mode-alist entries.
3140 (etc-fstab-generic-mode): Tweak fontification.
3141
3142 * generic.el (generic-make-keywords-list): Fix docstring.
3143 (generic-mode-internal): Simplify generic-font-lock-keywords.
3144
3145 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3146
3147 * whitespace.el (whitespace-buffer-leading)
3148 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3149 However, fix the highlight area for the leading and
3150 trailing whitespaces to show space.
3151
3152 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3153
3154 * whitespace.el (whitespace-version): Bump to 3.5
3155
3156 (whitespace-buffer-leading, whitespace-buffer-trailing):
3157 Invert sense of the test to highlight the whitespace.
3158
3159 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3160
3161 * progmodes/gud.el (gud-display-line): GUD uses its own
3162 overlay arrow now so don't set overlay-arrow-string.
3163 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3164
3165 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3166
3167 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3168 (term-ansi-current-reverse, term-ansi-current-invisible)
3169 (term-ansi-face-already-done): Change to boolean.
3170 (term-reset-terminal, term-handle-colors-array): Handle the above
3171 vars accordingly.
3172 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3173 (term-emulate-terminal): Use the new name.
3174
3175 * faces.el (secondary-selection): Use yellow1, not yellow.
3176 (trailing-whitespace): Use red1, not red.
3177
3178 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3179
3180 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3181 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3182 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3183
3184 * cus-edit.el (dnd): New group.
3185
3186 * term/w32-win.el (dnd): Require dnd
3187 (w32-drag-n-drop): Call dnd-handle-one-url.
3188
3189 * x-dnd.el: Require dnd.
3190 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3191 Call dnd-handle-one-url.
3192 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3193 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3194 to dnd-insert-text.
3195 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3196 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3197 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3198 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3199
3200 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3201
3202 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3203
3204 * wdired.el: Doc fixes.
3205 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3206 (wdired-use-dired-vertical-movement): Rename from
3207 wdired-always-move-to-filename-beginning.
3208 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3209 (wdired-change-to-wdired-mode): Change mode name.
3210 (wdired-newline): Delete.
3211
3212 2005-04-11 Richard M. Stallman <rms@gnu.org>
3213
3214 * whitespace.el (whitespace-highlight-the-space):
3215 Don't call whitespace-unhighlight-the-space here.
3216
3217 * simple.el (undo): Record t in undo-equiv-table
3218 for the redo record made by an undo-in-region.
3219
3220 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3221
3222 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3223 (gdb-frame-inferior-io-buffer): New Functions to control
3224 display of separate IO buffer.
3225 (menu): Add them to menu-bar.
3226 (gdb-display-buffer): Check for buffer another frame.
3227 Protect GUD buffer.
3228 (gdb-setup-windows): Create IO buffer if not already there.
3229 (gdb-memory-mode): Remove purecopy noops.
3230
3231 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3232
3233 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3234 and pass to self-insert-command.
3235
3236 2005-04-11 Lute Kamstra <lute@gnu.org>
3237
3238 * generic.el: Commentary section cleanup.
3239 (generic): Delete.
3240 (generic-use-find-file-hook, generic-lines-to-scan)
3241 (generic-find-file-regexp, generic-ignore-files-regexp)
3242 (default-generic-mode, generic-mode-find-file-hook)
3243 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3244 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3245 (generic-use-find-file-hook, generic-lines-to-scan)
3246 (generic-find-file-regexp, generic-ignore-files-regexp)
3247 (default-generic-mode, generic-mode-find-file-hook)
3248 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3249
3250 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3251
3252 * bookmark.el (bookmark-write-file): Catch errors writing file.
3253 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3254
3255 2005-04-10 Richard M. Stallman <rms@gnu.org>
3256
3257 * startup.el (fancy-splash-tail): Update copyright year.
3258 (command-line): Split part of -Q into -D.
3259 (emacs-basic-display): New defvar.
3260 (fancy-splash-text): Correct name of menu item.
3261
3262 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3263
3264 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3265 lines in one node.
3266
3267 * comint.el (comint-send-input): New arg ARTIFICIAL.
3268 Callers in this file changed.
3269
3270 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3271
3272 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3273
3274 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3275
3276 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3277 `ldap-search-internal'.
3278
3279 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3280
3281 * files.el (set-auto-mode-1): Use line-end-position.
3282
3283 * international/latin-1.el:
3284 * international/latin-2.el:
3285 * international/latin-3.el:
3286 * international/latin-4.el:
3287 * international/latin-5.el:
3288 * international/latin-8.el:
3289 * international/latin-9.el: Give punctuation syntax to NBSP.
3290
3291 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3292 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3293 Use char-classes to accept non-ascii letters, accepted in some recent
3294 bibtex implementations.
3295
3296 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3297
3298 * custom.el (custom-set-minor-mode): Any non-nil value for the
3299 variable should enable the mode when set through Custom.
3300
3301 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3304 TAB binding so tab-always-indent is obeyed.
3305 (vhdl-minibuffer-local-map): Move initialization into declaration.
3306 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3307 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3308 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3309 (vhdl-current-line): Use line-beginning-position.
3310 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3311 with-output-to-temp-buffer, so the current position can be recorded.
3312
3313 2005-04-10 Masatake YAMATO <jet@gyve.org>
3314
3315 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3316 Add regexp for gcov.
3317
3318 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3319
3320 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3321 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3322 syntax which Emacs 20 doesn't support.
3323
3324 2005-04-09 Richard M. Stallman <rms@gnu.org>
3325
3326 * help.el (describe-key-briefly, describe-key):
3327 Replace strings as event types with "(any string)".
3328
3329 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3330
3331 * arc-mode.el (archive-mode-map): Move initialization into
3332 the declaration. Override *all* bindings of `undo'.
3333 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3334
3335 2005-04-09 Jay Belanger <belanger@truman.edu>
3336
3337 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3338
3339 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3340
3341 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3342 (xterm-register-default-colors): Update color values computation
3343 to match xterm-200.
3344
3345 2005-04-09 Kenichi Handa <handa@m17n.org>
3346
3347 * international/code-pages.el (iso-latin-7): Fix the map.
3348
3349 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3350
3351 * emacs-lisp/lisp.el (defun-prompt-regexp)
3352 (parens-require-spaces, buffer-end, end-of-defun)
3353 (insert-parentheses): Doc fixes.
3354
3355 2005-04-08 Kim F. Storm <storm@cua.dk>
3356
3357 * comint.el (comint-highlight-prompt): Fix face spec.
3358 * hi-lock.el (hi-green): Likewise.
3359
3360 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3361
3362 * cus-edit.el (custom-modified-face):
3363 * comint.el (comint-highlight-input): Fix previous changes.
3364 * term.el (term-handle-ansi-escape): Add a comment.
3365
3366 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3367
3368 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3369 in the buffer and in whitespace-highlighted-space.
3370 (whitespace-unhighlight-the-space): Simplify.
3371 (whitespace-buffer): Simplify.
3372
3373 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3374
3375 * textmodes/table.el (table-cell-face): Add special case for
3376 displays supporting a high number of colors.
3377 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3378 (vhdl-font-lock-reserved-words-face)
3379 (vhdl-speedbar-architecture-face)
3380 (vhdl-speedbar-instantiation-face)
3381 (vhdl-speedbar-architecture-selected-face)
3382 (vhdl-speedbar-instantiation-selected-face): Likewise.
3383 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3384 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3385 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3386 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3387 (ebrowse-progress-face): Likewise.
3388 * progmodes/compile.el (compilation-info-face): Likewise.
3389 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3390 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3391 * calendar/calendar.el (diary-face): Likewise.
3392 * woman.el (woman-italic-face, woman-bold-face)
3393 (woman-unknown-face): Likewise.
3394 * wid-edit.el (widget-button-pressed-face): Likewise.
3395 * whitespace.el (whitespace-highlight-face): Likewise.
3396 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3397 * pcvs-info.el (cvs-marked-face): Likewise.
3398 * info.el (info-xref): Likewise.
3399 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3400 * hilit-chg.el (highlight-changes-face)
3401 (highlight-changes-delete-face): Likewise.
3402 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3403 (hi-red-b): Likewise.
3404 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3405 * font-lock.el (font-lock-keyword-face)
3406 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3407 * cus-edit.el (custom-invalid-face, custom-modified-face)
3408 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3409 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3410 * comint.el (comint-highlight-prompt): Likewise.
3411
3412 2005-04-08 Lute Kamstra <lute@gnu.org>
3413
3414 * font-lock.el (font-lock-keywords): Docstring fixes.
3415
3416 2005-04-08 Kenichi Handa <handa@m17n.org>
3417
3418 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3419 chars are more than a limit, print " and more..." at the tail.
3420
3421 2005-04-08 Kim F. Storm <storm@cua.dk>
3422
3423 * emacs-lisp/authors.el (authors-aliases): Update list.
3424 (authors-ignored-files): New list.
3425 (authors-fixed-entries): Fix typo.
3426 (authors-renamed-files-alist): Update list.
3427 (authors-add): Check authors-ignored-files.
3428
3429 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3430
3431 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3432 optional, to ensure backward compatibility.
3433
3434 2005-04-08 Stephen Eglen <stephen@gnu.org>
3435
3436 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3437
3438 2005-04-08 Kim F. Storm <storm@cua.dk>
3439
3440 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3441
3442 * mouse.el (mouse-on-link-p): Doc fix.
3443
3444 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3445
3446 * ielm.el (ielm-prompt-read-only): Doc fix.
3447
3448 * comint.el (comint-prompt-read-only): Doc fix.
3449
3450 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3451
3452 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3453 ensure dired always handles wildcards passed to ffap.
3454 (find-file-at-point): Use it.
3455 (ffap-dired-wildcards): Doc fix.
3456
3457 2005-04-07 Juri Linkov <juri@jurta.org>
3458
3459 * simple.el (next-error-overlay-arrow-position): New defvar.
3460 Put "=>" on its property `overlay-arrow-string'. Add it to
3461 `overlay-arrow-variable-list'.
3462
3463 * progmodes/compile.el (compilation-setup):
3464 Set `next-error-overlay-arrow-position' to nil. Also set it to
3465 nil in the local hook `kill-buffer-hook'. Make local variable
3466 `overlay-arrow-string' and set it to "=>".
3467 (compilation-goto-locus): Set BOL position to
3468 `next-error-overlay-arrow-position' instead of
3469 `overlay-arrow-position'.
3470
3471 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3472 locally instead of adding it to the global hook.
3473 (Info-kill-buffer): Move up.
3474
3475 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3476
3477 * term/xterm.el (xterm-standard-colors): Update color values from
3478 xterm-200.
3479
3480 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3481
3482 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3483
3484 * fast-lock.el:
3485 * lazy-lock.el: Move them to the obsolete subdir.
3486
3487 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3488
3489 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3490 (wdired-add-replace-advice): Remove.
3491 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3492
3493 2005-04-06 Kim F. Storm <storm@cua.dk>
3494
3495 * startup.el (command-line): Add --bare-bones alias for -Q.
3496
3497 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3498
3499 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3500 create the startup fontset if a font specification ends with
3501 `mac-roman'.
3502
3503 2005-04-06 Lute Kamstra <lute@gnu.org>
3504
3505 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3506 change.
3507
3508 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3509 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3510
3511 2005-04-05 Lute Kamstra <lute@gnu.org>
3512
3513 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3514 (define-generic-mode): Ditto. Fix debug declaration.
3515
3516 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3517 Put them in the generic-x group.
3518
3519 * calendar/timeclock.el (timeclock): Doc fix.
3520
3521 * generic.el (define-generic-mode): Don't use custom-current-group.
3522 Document default :group value.
3523 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3524 (define-global-minor-mode): Don't use custom-current-group.
3525
3526 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3527
3528 * startup.el (command-line-1): Display startup-echo-area-message
3529 when fancy splash screen is in use.
3530
3531 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3532 (sh-escaped-newline): New face.
3533 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3534 newline, and use sh-escaped-newline face.
3535
3536 * progmodes/tcl.el (tcl-escaped-newline): New face.
3537 (tcl-builtin-list): New variable.
3538 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3539 newlines. Fix keywords subexpression number.
3540
3541 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
3542
3543 * textmodes/org.el (org-diary-default-entry): Fix call to
3544 `add-to-diary-entry'.
3545
3546 2005-04-05 Kim F. Storm <storm@cua.dk>
3547
3548 * ediff-init.el: Use (featurep 'xemacs).
3549
3550 2005-04-05 David Ponce <david@dponce.com>
3551
3552 * cus-edit.el (face): Derive from symbol widget. Display sample
3553 of the current face on the fly.
3554 (widget-face-sample-face-get, widget-face-notify): New functions.
3555 (widget-face-value-create): Remove.
3556
3557 * wid-edit.el (widget-field-end): Temporarily remove field
3558 narrowing before to call `get-char-property'.
3559
3560 2005-04-04 Jay Belanger <belanger@truman.edu>
3561
3562 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3563 (math-read-subscripts): New variable.
3564 (math-read-preprocess-string): Process subscripts.
3565
3566 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3567
3568 * comint.el (comint-prompt-read-only): Doc fix.
3569
3570 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3571 `-1'. Doc fix.
3572
3573 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
3574
3575 * textmodes/org.el (org-insert-mode-line-in-empty-file):
3576 Change default value to nil.
3577
3578 2005-04-04 Lute Kamstra <lute@gnu.org>
3579
3580 * autorevert.el (auto-revert-mode): Specify :group.
3581 * battery.el (display-battery-mode): Specify :group.
3582 * diff-mode.el (diff-minor-mode): Specify :group.
3583 * font-core.el (font-lock-mode): Specify :group.
3584 * hl-line.el (hl-line-mode): Specify :group.
3585 * iimage.el (iimage): New customization group.
3586 (iimage-mode): Specify :group.
3587 * longlines.el (longlines-mode): Specify :group.
3588 * master.el: Don't require easy-mmode.
3589 (master): New customization group.
3590 (master-mode): Specify :group.
3591 * msb.el (msb-mode): Specify :group.
3592 * reveal.el (reveal-mode): Specify :group.
3593 * simple.el (next-error-follow-minor-mode): Specify :group.
3594 * smerge-mode.el (smerge-mode): Specify :group.
3595 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
3596 * emulation/cua-base.el (cua-mode): Specify :group.
3597 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
3598 * language/thai-util.el (thai-auto-composition-mode)
3599 (thai-word-mode): Specify :group.
3600 * mail/supercite.el (sc-minor-mode): Specify :group.
3601 * progmodes/cwarn.el (cwarn-mode): Specify :group.
3602 * progmodes/flymake.el (flymake-mode): Specify :group.
3603 * progmodes/glasses.el (glasses-mode): Specify :group.
3604 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
3605 * textmodes/enriched.el (enriched-mode): Specify :group.
3606 * textmodes/refill.el (refill-mode): Specify :group.
3607
3608 * add-log.el (change-log-font-lock-keywords): Names in
3609 parenthesized lists can contain spaces.
3610
3611 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3612
3613 * startup.el (fancy-splash-text): Shorten default text of
3614 "Emacs Tutorial" line. Also, if the current language env
3615 indicates an available tutorial file other than TUTORIAL,
3616 extract its title and append it to the line in parentheses.
3617 (fancy-splash-insert): If arg is a thunk, funcall it.
3618
3619 2005-04-04 Jay Belanger <belanger@truman.edu>
3620
3621 * calc.el (calc-language-alist): Add tags to customization type.
3622
3623 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
3624
3625 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
3626 Doc fix.
3627
3628 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
3629
3630 * add-log.el (change-log-font-lock-keywords): The manual
3631 describing a Change Log entry, says: (...) "Aside from these
3632 header lines, every line in the change log starts with a space or
3633 a tab.". The font-lock was not highlighting lines started with
3634 spaces, added support for it.
3635
3636 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3637
3638 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
3639 (bibtex-generate-url-list): Update docstring accordingly. Put the
3640 complex example in the docstring.
3641 (bibtex-font-lock-url): Use pop.
3642
3643 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3644
3645 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
3646
3647 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
3648
3649 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3650
3651 * filesets.el (filesets-set-default): Doc fix.
3652
3653 2005-04-03 Lute Kamstra <lute@gnu.org>
3654
3655 * generic.el (define-generic-mode): Add argument to specify
3656 keywords for defcustom.
3657 (default-generic-mode): Specify :group.
3658
3659 * generic-x.el: Specify :group for all generic modes.
3660
3661 * desktop.el (desktop-no-desktop-file-hook)
3662 (desktop-after-read-hook): Doc fix.
3663
3664 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
3665
3666 * simple.el (visible-mode): Use explicit :group keyword.
3667 This changes the group of `visible-mode-hook' from paren-blinking
3668 to editing-basics.
3669
3670 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
3671
3672 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
3673 mailbox specifications as well as URLs.
3674 (rmail-insert-inbox-text): Remove unused conditional branches.
3675
3676 2005-04-01 Jay Belanger <belanger@truman.edu>
3677
3678 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3679 (calc-gnuplot-print-command): Move definitions to calc.el.
3680
3681 * calc/calc-embed.el (calc-embedded-announce-formula)
3682 (calc-embedded-open-formula, calc-embedded-close-formula)
3683 (calc-embedded-open-word, calc-embedded-close-word)
3684 (calc-embedded-open-plain, calc-embedded-close-plain)
3685 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3686 (calc-embedded-open-mode, calc-embedded-close-mode):
3687 Move definitions to calc.el.
3688
3689 * calc/calc.el (calc-settings-file, calc-language-alist):
3690 Make customizable.
3691 (calc-embedded-announce-formula, calc-embedded-open-formula)
3692 (calc-embedded-close-formula, calc-embedded-open-word)
3693 (calc-embedded-close-word, calc-embedded-open-plain)
3694 (calc-embedded-close-plain, calc-embedded-open-new-formula)
3695 (calc-embedded-close-new-formula, calc-embedded-open-mode)
3696 (calc-embedded-close-mode, calc-gnuplot-name)
3697 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
3698 from other files and make customizable.
3699
3700 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3701
3702 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
3703 Use buffer-live-p.
3704 (cvs-mode-run): Don't call cvs-update-header here.
3705 (cvs-run-process): Call cvs-update-header.
3706 Use process properties for cvs-postprocess and cvs-buffer so that
3707 the sentinel can behave better if the temp buffer is killed.
3708 Use a pipe rather than a tty, to better handle unexpected prompts.
3709 (cvs-sentinel): Rewrite. Call cvs-update-header.
3710
3711 2005-04-01 Andre Spiegel <spiegel@gnu.org>
3712
3713 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
3714 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
3715
3716 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3717
3718 * generic.el (define-generic-mode): Add indentation rule.
3719
3720 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
3721
3722 * files.el (mode-require-final-newline): Make Custom correctly
3723 report a nil value and allow to set it to nil via Custom.
3724 Doc fix.
3725
3726 2005-04-01 Kenichi Handa <handa@m17n.org>
3727
3728 * international/characters.el: Enable the correct case setting for
3729 dotless-i and dotted-I.
3730
3731 2005-04-01 Kim F. Storm <storm@cua.dk>
3732
3733 * ido.el (ido-file-internal): Fall back to non-ido command if
3734 initial directory is on slow ftp (or tramp) host.
3735
3736 2005-03-31 Richard M. Stallman <rms@gnu.org>
3737
3738 * emacs-lisp/autoload.el (make-autoload):
3739 Handle define-global-minor-mode.
3740
3741 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3742 Rename from easy-mmode-define-global-mode.
3743 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
3744
3745 * progmodes/scheme.el (scheme-mode-syntax-table):
3746 Update syntax of | and # for two-character comment syntax.
3747
3748 2005-03-31 Lute Kamstra <lute@gnu.org>
3749
3750 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
3751 (define-minor-mode): Call custom-current-group at load-time.
3752
3753 * generic.el (define-generic-mode): Add debug declaration.
3754 Add defcustom for the mode hook.
3755 (generic-mode-internal): Use run-mode-hooks.
3756
3757 2005-03-31 Kim F. Storm <storm@cua.dk>
3758
3759 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
3760 (mouse-fixup-help-message): New defun called by show_help_echo
3761 to fixup mouse-2 prefix in help messages when applicable.
3762
3763 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
3764
3765 2005-03-31 Kenichi Handa <handa@m17n.org>
3766
3767 * language/thai-word.el (thai-find-word-ends): Pay attention to
3768 the case that we reach the end of buffer.
3769
3770 * textmodes/fill.el (fill-text-properties-at): New function.
3771 (fill-newline): Use fill-text-properties-at instead of
3772 text-properties-at.
3773
3774 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
3775
3776 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
3777 not comint-quote-filename.
3778
3779 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
3780
3781 * help-fns.el (help-with-tutorial): Revert last change.
3782
3783 2005-03-31 Kim F. Storm <storm@cua.dk>
3784
3785 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
3786
3787 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
3788
3789 * calendar/cal-china.el: Update reference to "Calendrical
3790 Calculations" book; there's a new edition.
3791 * calendar/cal-coptic.el: Likewise.
3792 * calendar/cal-french.el: Likewise.
3793 * calendar/cal-hebrew.el: Likewise.
3794 * calendar/cal-islam.el: Likewise.
3795 * calendar/cal-iso.el: Likewise.
3796 * calendar/cal-julian.el: Likewise.
3797 * calendar/cal-mayan.el: Likewise.
3798 * calendar/cal-persia.el: Likewise.
3799 * calendar/calendar.el: Likewise.
3800 * calendar/holidays.el: Likewise.
3801 * calendar/lunar.el: Likewise.
3802 * calendar/solar.el: Likewise.
3803
3804 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
3805 white space from doc string.
3806
3807 2005-03-30 Jay Belanger <belanger@truman.edu>
3808
3809 * calc/calc-help.el (calc-full-help): Remove email address.
3810
3811 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3812
3813 * help-fns.el (help-with-tutorial): Delete title line.
3814
3815 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3816
3817 * calendar/cal-x.el (calendar-one-frame-setup)
3818 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
3819 rather than 'symbol for set-window-dedicated-p.
3820
3821 * calendar/appt.el (appt-buffer-name): Make it a constant.
3822 (appt-add): Doc fix.
3823
3824 * filesets.el (filesets-menu-path, filesets-menu-before)
3825 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
3826 (filesets-menu-cache-file): Use directory ~/.emacs.d.
3827 (filesets-add-submenu): Delete and use add-submenu instead.
3828
3829 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
3830
3831 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
3832 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
3833 (org-diary-default-entry): New function.
3834 (org-get-entries-from-diary): Better parsing of diary entries.
3835 (org-agenda-check-no-diary): New function.
3836 ("diary-lib"): Advice to function `add-to-diary-list', to allow
3837 linking to diary entries.
3838 (org-agenda-execute-calendar-command): New function.
3839 (org-agenda): Improve visible section in window.
3840 Use `org-fit-agenda-window'.
3841 (org-fit-agenda-window): New option.
3842 (org-move-subtree-down): Better handling of empty lines
3843 at end of subtree.
3844 (org-cycle): Numeric prefix is interpreted now as show-subtree N
3845 levels up.
3846 (org-fontify-done-headline): New option.
3847 (org-headline-done-face): New face.
3848 (org-set-font-lock-defaults): Use `org-headline-done-face'.
3849 (org-table-copy-down): Rename from `org-table-copy-from-above'.
3850 When current field is non-empty, it is copied to next row.
3851 (org-table-copy-from-above): Fix bug which made it
3852 impossible to copy fields containing only a single non-white character.
3853
3854 2005-03-30 Kim F. Storm <storm@cua.dk>
3855
3856 * kmacro.el (kmacro-end-macro): Isearch may store this command
3857 into the macro -- so ignore it when executing keyboard macro.
3858
3859 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
3860
3861 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
3862
3863 2005-03-29 Kenichi Handa <handa@m17n.org>
3864
3865 * language/thai.el ("Thai"): Set setup-function and exit-function
3866 for Thai language environment.
3867
3868 * language/thai-util.el: Require thai-word.
3869 (thai-word-mode-map): New variable.
3870 (thai-word-mode): New minor mode.
3871 (setup-thai-language-environment-internal): New function.
3872 (exit-thai-language-environment-internal): New function.
3873
3874 * language/thai-word.el (thai-word-table): Declare it by defvar,
3875 use dolist to initialize it.
3876 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
3877 (thai-fill-find-break-point): New functions.
3878
3879 2005-03-29 Richard M. Stallman <rms@gnu.org>
3880
3881 * simple.el (idle-update-delay): Move definition up.
3882 (set-mark): Doc fix.
3883
3884 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
3885
3886 * longlines.el: New file.
3887
3888 * simple.el (buffer-substring-filters): New variable.
3889 (filter-buffer-substring): New function.
3890 (kill-region, copy-region-as-kill): Use it.
3891
3892 * register.el (copy-to-register, append-to-register)
3893 (prepend-to-register): Use filter-buffer-substring.
3894
3895 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
3896
3897 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
3898 (gud-filter-pending-text): Move in front of gdb.
3899 (gud-overlay-arrow-position): New variable.
3900 (gud-sentinel, gud-display-line): Use it in place of
3901 overlay-arrow-position.
3902
3903 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3904
3905 * progmodes/fortran.el (fortran-if-indent): Doc fix.
3906 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
3907 (fortran-font-lock-keywords-4): New variable.
3908 (fortran-blocks-re, fortran-end-block-re)
3909 (fortran-start-block-re): New constants, for hideshow.
3910 (hs-special-modes-alist): Add a Fortran entry.
3911 (fortran-mode-map): Bind fortran-end-of-block,
3912 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
3913 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
3914 (fortran-looking-at-if-then, fortran-end-of-block)
3915 (fortran-beginning-of-block): New functions, for hideshow.
3916
3917 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
3918 Doc fix. Tweak regexp.
3919 (f90-beginning-of-block): Push mark first.
3920
3921 2005-03-29 Jay Belanger <belanger@truman.edu>
3922
3923 * calc/calc.el: Update copyright date.
3924 (calc-version): Increase to 2.1.
3925 (calc-version-date): Remove.
3926
3927 * calc/calc-help.el: Update copyright date.
3928 (calc-full-help): Remove reference to calc-version-date.
3929 Update copyright date.
3930
3931 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * vc.el (vc-do-command): Use a pipe for async processes, so password
3934 prompts don't show up at places where the user can't reply.
3935
3936 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
3937
3938 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
3939 on the file name we pass to the inferior shell.
3940
3941 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3942
3943 * progmodes/which-func.el (which-function): Be robust in the face of an
3944 imenu--make-index-alist failure.
3945
3946 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3947
3948 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
3949
3950 * progmodes/python.el (python-preoutput-filter): Fix last change.
3951
3952 2005-03-29 Lute Kamstra <lute@gnu.org>
3953
3954 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
3955 functions and compiled macros.
3956 (debug-convert-byte-code): Handle macros too.
3957 (debug-on-entry-1): Don't signal an error when trying to clear a
3958 function that is not set to debug on entry.
3959
3960 2005-03-29 Jay Belanger <belanger@truman.edu>
3961
3962 * calc/calc-lang.el: Add functions to math-function-table
3963 properties of tex and math.
3964
3965 2005-03-29 Kenichi Handa <handa@m17n.org>
3966
3967 * ps-mule.el (ps-mule-plot-string): Translate characters by
3968 ps-print-translation-table.
3969 (ps-mule-begin-job): Call find-charset-region/string with
3970 ps-print-translation-table.
3971 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
3972
3973 * ps-print.el (ps-print-translation-table): New variable.
3974 (ps-plot-region): Translate characters by ps-print-translation-table.
3975
3976 2005-03-29 Juri Linkov <juri@jurta.org>
3977
3978 * simple.el (next-error-highlight-timer): New variable.
3979
3980 * progmodes/compile.el (compilation-goto-locus):
3981 Use `next-error-highlight-timer' instead of `sit-for'.
3982
3983 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3984
3985 * mail/supercite.el (sc-mail-field): Use assoc-string.
3986 (sc-get-address): Simplify regexps.
3987
3988 * files.el (minibuffer-with-setup-hook): New macro.
3989 (find-file-read-args): Use it to avoid let-binding
3990 minibuffer-with-setup-hook (which breaks turning on/off
3991 file-name-shadow-mode while in the prompt).
3992
3993 * complete.el (PC-read-include-file-name-internal): Use test-completion.
3994
3995 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
3996
3997 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
3998
3999 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4000
4001 * window.el (window-buffer-height): Use count-screen-lines.
4002
4003 * progmodes/python.el (python-preoutput-leftover): New var.
4004 (python-preoutput-filter): Use it.
4005 (python-send-receive): Loop until all the result has been received.
4006
4007 2005-03-28 Juri Linkov <juri@jurta.org>
4008
4009 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4010
4011 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4012 "Recover Crashed Session".
4013 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4014 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4015 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4016 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4017 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4018 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4019 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4020 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4021
4022 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4023 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4024 Ediff Sessions", "Toggle use of separate control buffer frame",
4025 "Use separate frame for Ediff control buffer".
4026
4027 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4028 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4029 "Rename Bookmark", "Delete Bookmark".
4030
4031 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4032 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4033 Add `:active Info-index-alternatives' to "Next Matching Item".
4034
4035 * wdired.el (wdired-change-to-wdired-mode):
4036 Mention `wdired-abort-changes' key in the initial message.
4037
4038 * international/mule.el (auto-coding-alist): Associate non-ascii
4039 image filename extensions with `no-conversion'.
4040
4041 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4042
4043 * international/iso-acc.el:
4044 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4045
4046 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4047
4048 * textmodes/sgml-mode.el (html-mode): Doc update.
4049
4050 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4051
4052 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4053
4054 * term.el (term-move-columns): Fix face after extending a line.
4055 (term-insert-spaces): Likewise.
4056 (term-reset-terminal): Fix off by one error.
4057
4058 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4059
4060 * international/mule.el (auto-coding-alist): Add .xpi files.
4061
4062 * files.el (auto-mode-alist): Add .xpi files.
4063
4064 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4065
4066 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4067
4068 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4069
4070 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4071
4072 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4073
4074 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4075 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4076
4077 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4078 cursor to Jan 1 when needed.
4079 (calendar-end-of-year): Fix -/+ typo.
4080 Reported by Chong Yidong <cyd@stupidchicken.com>.
4081
4082 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4083
4084 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4085
4086 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4087 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4088
4089 2005-03-25 Richard M. Stallman <rms@gnu.org>
4090
4091 * filesets.el (filesets-init): Add autoload.
4092
4093 * mail/mailalias.el (mail-directory): Doc fix.
4094
4095 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4096
4097 * mail/mailalias.el (mail-directory-process): Do nothing if
4098 mail-directory-process is an atom.
4099 (mail-get-names): Ignore mail-directory-names if it is an atom.
4100 (mail-directory-process defvar): Doc fix.
4101 (mail-names): Doc fix.
4102
4103 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4104
4105 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4106
4107 2005-03-26 Kenichi Handa <handa@m17n.org>
4108
4109 * international/mule-util.el (detect-coding-with-priority):
4110 Call update-coding-systems-internal before detect-coding-region.
4111
4112 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4113
4114 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4115 (gdb-frames-mode-map): Add follow-link property.
4116
4117 2005-03-25 Jay Belanger <belanger@truman.edu>
4118
4119 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4120 for variables.
4121
4122 2005-03-25 Juri Linkov <juri@jurta.org>
4123
4124 * image-mode.el: Optimize image filename extension regexps in
4125 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4126 in `auto-mode-alist'.
4127 (image-mode): Add `image-toggle-display-text' to local hook
4128 `change-major-mode-hook'. Display the image as an image by
4129 default. Set `cursor-type' and `truncate-lines' if the image
4130 is already displayed. Take into account the current mode (image
4131 or text) in message.
4132 (image-minor-mode): New minor mode.
4133 (image-mode-maybe, image-toggle-display-text): New functions.
4134 (image-toggle-display): Use called-interactively-p.
4135 Let-bind `inhibit-read-only' to t.
4136
4137 * image-mode.el (image-minor-mode): Set `cursor-type' and
4138 `truncate-lines' if the image is already displayed. Add turning
4139 image-minor-mode off to `change-major-mode-hook'. Add message.
4140 Call `image-toggle-display-text' after turning image-minor-mode off.
4141
4142 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4145 Terminal.app, use utf-8.
4146 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4147 (set-locale-environment): Use it.
4148
4149 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4150
4151 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4152
4153 * progmodes/python.el (python-close-block-statement-p)
4154 (python-outdent-p, python-current-defun): Use symbol-end.
4155
4156 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4157
4158 * files.el (save-some-buffers): Doc fix.
4159
4160 2005-03-25 Werner Lemberg <wl@gnu.org>
4161
4162 * complete.el, thumbs.el: Replace `legal' with `valid'.
4163 * calendar/calendar.el: Replace `legal' with `valid'.
4164 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4165 * mail/supercite.el: Replace `legal' with `valid'.
4166 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4167 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4168 Replace `legal' with `valid'.
4169 * textmodes/reftex-vars.el, textmodes/reftex.el:
4170 Replace `legal' with `valid'.
4171
4172 2005-03-25 Werner Lemberg <wl@gnu.org>
4173
4174 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4175 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4176 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4177 * emulation/vip.el: Replace `illegal' with `invalid'.
4178 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4179 * mail/supercite.el: Replace `illegal' with `invalid'.
4180 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4181 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4182 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4183 * progmodes/sh-script.el, progmodes/xscheme.el:
4184 Replace `illegal' with `invalid'.
4185 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4186 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4187 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4188 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4189
4190 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4191
4192 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4193 (flymake-find-buildfile, flymake-find-possible-master-files)
4194 (flymake-check-include, flymake-parse-line): Replace loops over the
4195 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4196
4197 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4198 Substitute file-name-as-directory in the rest of the file.
4199 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4200 (flymake-replace-region): Remove unused arg `buffer'.
4201 (flymake-check-patch-master-file-buffer): Update calls to it.
4202 (flymake-add-err-info): Remove unused var `count'.
4203 (flymake-mode): Use define-minor-mode.
4204
4205 * progmodes/flymake.el: Use with-current-buffer.
4206 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4207 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4208 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4209 Avoid testing for `xemacs'.
4210 (flymake-nop): Move.
4211 (flymake-region-has-flymake-overlays): Return the computed value.
4212 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4213 Remove unused var `endline'.
4214 (flymake-get-line-count): Remove unused function.
4215 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4216
4217 * emulation/vi.el:
4218 * generic.el:
4219 * hilit-chg.el (global-highlight-changes):
4220 * hi-lock.el (hi-lock-mode):
4221 * follow.el: find-file-hooks -> find-file-hook.
4222
4223 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4224
4225 2005-03-24 Juri Linkov <juri@jurta.org>
4226
4227 * dired.el (dired-mode-map): Add menu item "Compare directories"
4228 for dired-compare-directories.
4229
4230 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4231 Doc fix. Replace `read-file-name' with `read-directory-name'.
4232
4233 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4236
4237 2005-03-24 Jay Belanger <belanger@truman.edu>
4238
4239 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4240 relevant mode settings in calc-embedded-original-modes when modes
4241 are permanently changed.
4242
4243 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4244
4245 * autoinsert.el: find-file-hooks -> find-file-hook.
4246
4247 2005-03-24 Lute Kamstra <lute@gnu.org>
4248
4249 * generic.el (generic-font-lock-defaults): Make it obsolete.
4250 (generic-font-lock-keywords): New variable to replace
4251 generic-font-lock-defaults.
4252 (generic-mode-set-font-lock): Delete it.
4253 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4254 (generic-bracket-support): Add docstring.
4255
4256 * generic-x.el: Rename generic-font-lock-defaults to
4257 generic-font-lock-keywords throughout.
4258 (mailagent-rules-setup-function): Delete it.
4259 (mailagent-rules-generic-mode): Use anonymous function instead.
4260 (show-tabs-generic-mode-font-lock-defaults-1)
4261 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4262 Quote faces.
4263 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4264 not foreground.
4265
4266 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4267 Recognize define-generic-mode.
4268
4269 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4270
4271 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4272 if there's no completion table.
4273
4274 2005-03-23 Miles Bader <miles@gnu.org>
4275
4276 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4277 Remove tty-specific variants, as they're no longer needed.
4278
4279 2005-03-23 Lute Kamstra <lute@gnu.org>
4280
4281 * generic-x.el: Code cleanup: make args constant whenever possible.
4282 (installshield-statement-keyword-list)
4283 (installshield-system-functions-list)
4284 (installshield-system-variables-list, installshield-types-list)
4285 (installshield-funarg-constants-list): Make them constants.
4286
4287 * generic.el (generic-make-keywords-list): Add autoload cookie.
4288
4289 * calendar/time-date.el: Add comment on time value formats.
4290 Don't require parse-time.
4291 (with-decoded-time-value): New macro.
4292 (encode-time-value): New function.
4293 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4294 (days-to-time): Return a valid time value when arg is huge.
4295 (time-since): Use time-subtract.
4296 (time-to-number-of-days): Use time-to-seconds.
4297
4298 2005-03-23 David Ponce <david@dponce.com>
4299
4300 * recentf.el: (recentf-keep): New option.
4301 (recentf-menu-action): Default to `find-file'.
4302 (recentf-keep-non-readable-files-flag)
4303 (recentf-keep-non-readable-files-p)
4304 (recentf-file-readable-p, recentf-find-file)
4305 (recentf-cleanup-remote): Remove.
4306 (recentf-include-p): More robust.
4307 (recentf-keep-p): New function.
4308 (recentf-remove-if-non-kept): Rename from
4309 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4310 All callers updated.
4311 (recentf-menu-items-for-commands): Fix help string.
4312 (recentf-track-closed-file): Update. Doc fix.
4313 (recentf-cleanup): Update. Count removed files. Doc fix.
4314
4315 2005-03-23 Kim F. Storm <storm@cua.dk>
4316
4317 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4318 Don't inherit from fringe face (now happens automatically).
4319
4320 2005-03-22 Kim F. Storm <storm@cua.dk>
4321
4322 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4323 position values.
4324
4325 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4326
4327 * menu-bar.el (showhide-date-time): Remove.
4328 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4329 (menu-bar-make-mm-toggle): Simplify.
4330
4331 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4332
4333 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4334 Accept qualified variable and function names.
4335
4336 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4337
4338 * bindings.el (completion-ignored-extensions):
4339 Remove ".lis" for `vax-vms'.
4340
4341 2005-03-22 Andreas Schwab <schwab@suse.de>
4342
4343 * generic-x.el: Revert last change.
4344 * ldefs-boot.el: Update.
4345
4346 2005-03-22 Jay Belanger <belanger@truman.edu>
4347
4348 * calc/calc-embed (calc-embedded-original-modes): New variable.
4349 (calc-embedded-save-original-modes)
4350 (calc-embedded-restore-original-modes): New functions.
4351 (calc-do-embedded): Save original modes when entering embedded mode
4352 and restore when leaving embedded mode.
4353 (calc-embedded-modes-change): Change the value of
4354 calc-embedded-original-modes to reflect permanent changes.
4355
4356 2005-03-22 Lute Kamstra <lute@gnu.org>
4357
4358 * generic-x.el: Require generic again.
4359
4360 2005-03-22 Miles Bader <miles@gnu.org>
4361
4362 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4363 Tweak details to look good on both ttys and bitmap displays, light
4364 or dark background, etc.
4365
4366 2005-03-21 Kim F. Storm <storm@cua.dk>
4367
4368 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4369 mouse position.
4370
4371 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 * icomplete.el: Don't forcibly turn on the mode upon load.
4374 (icomplete-mode): Use define-minor-mode.
4375 (icomplete-eoinput): Default to nil.
4376 (icomplete-minibuffer-setup): Remove autoload.
4377 (icomplete-tidy): Simplify.
4378 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4379 in the initial state or if the user has modified the field.
4380 Fix handling of icomplete-max-delay-chars.
4381 Remove code that handles the oddball case where
4382 minibuffer-completion-table is an integer.
4383 Wrap icomplete-completions in while-no-input in case building
4384 completions takes more time than expected.
4385 (icomplete-completions): Simplify.
4386
4387 2005-03-21 Richard M. Stallman <rms@gnu.org>
4388
4389 * jka-compr.el (jka-compr-really-do-compress):
4390 Make variable buffer-local.
4391
4392 * image-mode.el: Handle .xpm files too.
4393 (image-toggle-display): Preserve modification flag.
4394
4395 * help.el (where-is): Don't mention aliases with no key bindings.
4396
4397 2005-03-21 Lute Kamstra <lute@gnu.org>
4398
4399 * generic.el: Fix commentary section. Don't require cl for compilation.
4400 (generic-mode-list): Add autoload cookie.
4401 (generic-use-find-file-hook, generic-lines-to-scan)
4402 (generic-find-file-regexp, generic-ignore-files-regexp)
4403 (generic-mode, generic-mode-find-file-hook)
4404 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4405 (define-generic-mode): Make it a defmacro. Fix docstring.
4406 (generic-mode-internal): Code cleanup. Add autoload cookie.
4407 (generic-mode-set-comments): Code cleanup.
4408 * generic-x.el: Don't prevent compilation. Don't require generic.
4409 Follow coding conventions. Minor code cleanup.
4410 (etc-fstab-generic-mode): Add some keywords.
4411 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4412 define-generic-mode like a function declaration.
4413
4414 2005-03-21 Jay Belanger <belanger@truman.edu>
4415
4416 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4417 changing modes.
4418
4419 2005-03-21 Sam Steingold <sds@gnu.org>
4420
4421 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4422
4423 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4424
4425 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4426 Add underscore to "f$ lexicals" regexp.
4427
4428 2005-03-20 Juri Linkov <juri@jurta.org>
4429
4430 * subr.el (progress-reporter-do-update): When `min-value' is equal
4431 to `max-value', set `percentage' to 0 and prevent division by zero.
4432
4433 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4434
4435 Sync with Tramp 2.0.48.
4436
4437 * tramp.el (all): Change all addresses to .gnu.org.
4438 (tramp-append-tramp-buffers): New defun.
4439 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4440 Catch `dont-send' signal.
4441 (tramp-set-auto-save-file-modes): Set always permissions, because
4442 there might be an old auto-saved file belonging to another
4443 original file. This could be a security threat. Reported by
4444 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4445 Check for Emacs 21.3.50 removed.
4446
4447 * tramp-smb.el (all): Remove debug construct for
4448 `with-parsed-tramp-file-name'.
4449 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4450 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4451 No error message if DIRECTORY or FILENAME doesn't exist.
4452 (tramp-smb-open-connection): Check existence of
4453 `tramp-smb-program'.
4454
4455 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4458 Properly handle the case where the `m' or `s' command's argument is not
4459 yet terminated.
4460 (perl-indent-new-calculate): New function.
4461 (perl-indent-line): Use it.
4462
4463 2005-03-20 Miles Bader <miles@gnu.org>
4464
4465 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4466 in text-mode too. Change to new face names.
4467 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4468 Add `:weight bold' attribute.
4469 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4470
4471 2005-03-19 Juri Linkov <juri@jurta.org>
4472
4473 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4474
4475 * international/mule.el (auto-coding-alist): Sync with
4476 `auto-mode-alist' by adding upper case archive file extensions
4477 and adding ear/war to jar extension.
4478
4479 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4480
4481 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4482 running, restart it.
4483
4484 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4485
4486 * finder.el (finder-current-item): Throw an error on an empty line.
4487
4488 * man.el (Man-follow-manual-reference): If current-word returns
4489 nil, use "".
4490
4491 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4492
4493 * simple.el (goto-line): Doc fix.
4494
4495 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4496
4497 * files.el (save-buffer): Doc fix.
4498
4499 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4500
4501 * recentf.el (recentf-cleanup-remote): New variable.
4502 (recentf-cleanup): Use it to conditionally check availablity of
4503 remote files.
4504
4505 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4506
4507 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4508 function names.
4509
4510 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4511
4512 * language/thai-word.el: New file.
4513
4514 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4515
4516 * files.el (backup-buffer): If the file's directory is not
4517 writable, use copy instead of move to backup the file.
4518
4519 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4520
4521 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4522
4523 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4524
4525 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4526 Use functionp instead of symbolp and fboundp. Reported by Drkm
4527 <darkman_spam@yahoo.fr>.
4528 (ps-print-version): New version 6.6.6.
4529
4530 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4531
4532 * textmodes/table.el (table--line-column-position): New idiom.
4533 (table--row-column-insertion-point-p): New function to test
4534 validity of row and column insertion operation at a location.
4535 (table-global-menu, table-cell-menu): Use above functions for
4536 deterministic test operation.
4537 (table--editable-cell-p): Behave in deterministic fashion.
4538
4539 2005-03-18 Juri Linkov <juri@jurta.org>
4540
4541 * isearch.el (isearch-lazy-highlight-new-loop):
4542 Make arguments beg and end optional.
4543 (isearch-update): Remove optional arguments nil from
4544 isearch-lazy-highlight-new-loop.
4545 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4546 isearch-lazy-highlight-case-fold-search instead of
4547 isearch-case-fold-search, and let-bind isearch-regexp to
4548 isearch-lazy-highlight-regexp.
4549 Use isearch-lazy-highlight-last-string instead of isearch-string.
4550
4551 * replace.el (perform-replace): Remove bindings of global
4552 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4553 Add three new arguments to `replace-highlight'.
4554 (replace-highlight): Add arguments string, regexp, case-fold.
4555 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4556 to allow isearch-lazy-highlight-new-loop to use these values
4557 to set corresponding isearch-lazy-highlight-* internal
4558 variables whose values lazy highlighting will use regardless of
4559 changes to global variables isearch-string, isearch-regexp,
4560 isearch-case-fold-search during lazy highlighting loop.
4561 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4562 to `lazy-highlight-cleanup'.
4563
4564 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4565 (ispell-highlight-face): Set default face to `isearch' when
4566 lazy highlighting is enabled.
4567 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4568 priority to 1. Add lazy highlighting.
4569 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4570 from `isearch-dehighlight'.
4571
4572 2005-03-18 David Ponce <david@dponce.com>
4573
4574 * files.el (hack-local-variables): Do a case-insensitive search
4575 for End.
4576
4577 2005-03-18 Juri Linkov <juri@jurta.org>
4578
4579 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4580 `isearch-lazy-highlight-cleanup', add alias to old name and
4581 declare obsolete. Add release numbers to other obsolete vars.
4582 (isearch-done, isearch-lazy-highlight-new-loop):
4583 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
4584 (lazy-highlight-cleanup) <variable>: Doc fix.
4585 (isearch-lazy-highlight-update): Rename obsolete
4586 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
4587
4588 2005-03-18 Kenichi Handa <handa@m17n.org>
4589
4590 * language/thai-util.el: Fix categorization of Thai characters in
4591 thai-category-table.
4592 (thai-composition-pattern): Adjust it for the above change.
4593 (thai-self-insert-command, thai-compose-syllable): New functions.
4594 (thai-compose-region): Use thai-compose-syllable.
4595 (thai-compose-string): Likewise.
4596 (thai-composition-function): Likewise.
4597 (thai-auto-composition): New function.
4598 (thai-auto-composition-mode): New minor mode.
4599
4600 * language/thai.el: Fix patterns to be registered in
4601 composition-function-table.
4602
4603 * international/quail.el (quail-input-method): Locally bind
4604 inhibit-modification-hooks to t.
4605
4606 2005-03-17 Richard M. Stallman <rms@gnu.org>
4607
4608 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4609 (perl-mode): Use run-mode-hooks.
4610
4611 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
4612 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
4613 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
4614
4615 * mail/sendmail.el (sendmail-send-it): Reenable the code
4616 to compute resend-to-address and use it.
4617
4618 * tar-mode.el (tar-mode): Turn off undo unconditionally.
4619
4620 * image-mode.el: New file.
4621
4622 * image.el (insert-sliced-image): Add autoload cookie.
4623
4624 * font-lock.el (font-lock-lines-before): New user option.
4625 (font-lock-after-change-function): Obey it.
4626
4627 * bindings.el (esc-map): Make M-g a prefix.
4628 Bind M-g g and M-g M-g to goto-line.
4629
4630 * faces.el (face-id): Doc fix.
4631
4632 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4633
4634 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
4635 (rmail-show-message): Use rmail-unknown-mail-followup-to.
4636 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
4637
4638 * mail/sendmail.el (mail-yank-ignored-headers)
4639 (mail-font-lock-keywords, mail-mode-fill-paragraph):
4640 Add Mail-Followup-To and Mail-Reply-To headers.
4641 (mail-citation-hook): Add autoload cookie.
4642 (mail-mode): Doc fix.
4643 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
4644 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
4645 (mail-mode-fill-paragraph): Handle those headers.
4646 (mail-mailing-lists): New variable.
4647 (mail-mail-reply-to, mail-mail-followup-to): New functions.
4648
4649 2005-03-17 Juri Linkov <juri@jurta.org>
4650
4651 * isearch.el (isearch-fallback): Check for `(car previous)'
4652 before calling `isearch-other-end-state'.
4653
4654 2005-03-17 Kim F. Storm <storm@cua.dk>
4655
4656 * simple.el (move-beginning-of-line): Move to beginning of buffer
4657 line, as well as beginning of screen line.
4658
4659 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
4660
4661 * calendar/diary-lib.el (mark-diary-entries): Use new optional
4662 argument REDRAW rather than calendar-redrawing variable.
4663 * calendar/calendar.el (calendar-redrawing): Delete.
4664 (redraw-calendar): Do not bind calendar-redrawing.
4665
4666 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
4667
4668 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
4669 diary-file buffer.
4670
4671 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4672
4673 * help.el (describe-mode): Allow a :minor-mode-function property to
4674 specify a different minor mode toggle function than the variable.
4675 * simple.el (auto-fill-function):
4676 * subr.el (add-minor-mode): Use it.
4677
4678 2005-03-16 Kenichi Handa <handa@m17n.org>
4679
4680 * language/ethio-util.el (sera-being-called-by-w3): New variable.
4681 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
4682 (ethio-fidel-to-sera-buffer): Likewise.
4683
4684 2005-03-16 Juri Linkov <juri@jurta.org>
4685
4686 * emacs-lisp/find-func.el (find-function-regexp):
4687 Add defun-emitting macro `menu-bar-make-toggle'.
4688
4689 * isearch.el: Put `isearch-scroll' property to
4690 `split-window-horizontally'.
4691
4692 * info.el: Update error messages for `debug-ignored-errors'.
4693 (Info-isearch-search): Doc fix.
4694 (Info-find-node): Move up code to go into info buffer before
4695 recording the node to the history.
4696 (Info-fontify-node): Fontify titles only if the next line
4697 has two or more `*', `=', `-', `.'.
4698 Display "go to this node" for empty (match-string 3).
4699
4700 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4701
4702 * term/mac-win.el: Add mouse pointer shape constants.
4703
4704 2005-03-15 Kim F. Storm <storm@cua.dk>
4705
4706 * simple.el (move-beginning-of-line): Use vertical-motion.
4707
4708 2005-03-15 Juri Linkov <juri@jurta.org>
4709
4710 * isearch.el (isearch-error): New variable.
4711 (isearch-invalid-regexp, isearch-within-brackets): Remove.
4712 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
4713 (isearch-within-brackets-state): Remove.
4714 (isearch-case-fold-search-state, isearch-pop-fun-state):
4715 Decrease frame index.
4716 (isearch-mode, isearch-top-state, isearch-push-state)
4717 (isearch-edit-string, isearch-abort, isearch-search-and-update)
4718 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
4719 (isearch-search, isearch-lazy-highlight-new-loop):
4720 Replace `isearch-invalid-regexp' with `isearch-error'.
4721 Remove `isearch-within-brackets'.
4722 (isearch-search): Add `search-failed' handler to `condition-case'.
4723 (isearch-lazy-highlight-search): Add `condition-case' to catch
4724 errors and allow `isearch-lazy-highlight-update' to try
4725 highlighting from the beginning of the window.
4726 (isearch-repeat): Move up code to set isearch-wrapped to t
4727 before calling isearch-wrap-function.
4728
4729 * info.el (Info-isearch-initial-node): New internal variable.
4730 (Info-search): Signal an error in isearch mode when search leaves
4731 the initial node. Signal an error when `bound' is non-nil and
4732 nothing was found in the current subfile.
4733 (Info-isearch-search): Remove `condition-case'.
4734 (Info-isearch-wrap): Don't wrap when search failed during leaving
4735 the initial node. If `Info-isearch-search' is nil, wrap around
4736 the current node.
4737 (Info-isearch-start): New fun.
4738 (Info-mode): Add buffer-local hook `Info-isearch-start' to
4739 `isearch-mode-hook'.
4740
4741 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4742
4743 * simple.el (normal-erase-is-backspace): Set default to t if
4744 running on Mac.
4745
4746 * term/mac-win.el (function-key-map): Sync with x-win.el.
4747
4748 2005-03-15 Kenichi Handa <handa@m17n.org>
4749
4750 * international/mule-cmds.el (locale-language-names): Modify the
4751 format of elements and add more entries.
4752 (locale-preferred-coding-systems): Add more entries.
4753 (set-locale-environment): Adjust for the change of
4754 locale-language-names.
4755
4756 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4757
4758 * pcvs.el (smerge-ediff): Remove bogus autoload.
4759
4760 2005-03-14 Lute Kamstra <lute@gnu.org>
4761
4762 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
4763 Ignore a `*' at the beginning of a line.
4764
4765 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
4766 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
4767 subr.el.
4768 (dont-compile, eval-when-compile, eval-and-compile): Use declare
4769 to specify indentation.
4770
4771 * generic.el (define-generic-mode): Let generic-mode-list be a
4772 list of strings; test membership with equal.
4773
4774 2005-03-14 Kim F. Storm <storm@cua.dk>
4775
4776 * simple.el (next-line, previous-line): Add optional try-vscroll
4777 arg to recognize interactive use. Pass it on to line-move.
4778 (line-move): Don't perform auto-window-vscroll when defining or
4779 executing keyboard macro to ensure consistent behaviour.
4780
4781 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4782
4783 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
4784
4785 2005-03-13 Lute Kamstra <lute@gnu.org>
4786
4787 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
4788 debugger-setup-buffer so that backtrace marks the frames set to
4789 debug-on-exit and we don't have to do it manually. Set an extra
4790 debug-on-exit for macro's.
4791 (debugger-setup-buffer): Don't mark the top frame manually.
4792
4793 2005-03-12 Lute Kamstra <lute@gnu.org>
4794
4795 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
4796 lisp-indent-function throughout.
4797 (with-no-warnings): Set lisp-indent-function property.
4798
4799 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
4800
4801 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
4802 Add entry for backslash.
4803
4804 2005-03-12 Juri Linkov <juri@jurta.org>
4805
4806 * info.el (Info-search): Four fixes for backward search.
4807
4808 2005-03-11 Jay Belanger <belanger@truman.edu>
4809
4810 * calc/calc.el (calc-language-alist): New variable.
4811 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
4812 (calc-embedded-find-modes): Use calc-language-alist instead of
4813 calc-embedded-language-alist.
4814
4815 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4816
4817 * calendar/calendar.el (calendar-redrawing): New internal
4818 variable.
4819 (redraw-calendar): Remove bogus save-excursion from previous
4820 change. Bind calendar-redrawing to t for mark-diary-entries.
4821 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
4822 calendar if that is why we were called.
4823
4824 2005-03-11 Kenichi Handa <handa@m17n.org>
4825
4826 * international/mule.el (make-coding-system): Set property
4827 coding-system-define-form to nil.
4828 (define-coding-system-alias): Likewise.
4829
4830 2005-03-11 Kenichi Handa <handa@m17n.org>
4831
4832 These changes are suggested by Dave Love <fx@gnu.org>.
4833
4834 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
4835 coding: tag.
4836 (adaptive-fill-regexp): Add more bullets.
4837 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
4838 regexps.
4839
4840 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4841
4842 * help.el (describe-mode): Properly handle non-trivial lighters.
4843 Don't ignore minor modes that are not listed in minor-mode-list.
4844
4845 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
4846 feature ON when the user requests to turn it OFF.
4847
4848 2005-03-10 Lute Kamstra <lute@gnu.org>
4849
4850 * emacs-lisp/debug.el (debug-entry-code): Delete it.
4851 (implement-debug-on-entry): New function to replace debug-entry-code.
4852 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
4853 second argument as the 2005-03-07 change makes it obsolete.
4854 (debug-on-entry, cancel-debug-on-entry): Update call to
4855 debug-on-entry-1.
4856 (debug, debugger-setup-buffer): Comment update.
4857 (debugger-frame-number): Update to work with implement-debug-on-entry.
4858
4859 2005-03-10 Jay Belanger <belanger@truman.edu>
4860
4861 * calc/calc-embed.el (math-ms-args): Declare it.
4862 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
4863 math-ms-args.
4864 (calc-embedded-subst): Use math-multi-subst-rec to substitute
4865 variables.
4866
4867 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
4868
4869 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
4870 Use message-box.
4871
4872 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
4873 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
4874 (tooltip-gud-tips): Simplify.
4875 (tooltip-gud-tips-p): Remove superflouous :set.
4876 (tooltip-gud-modes): Add fortran-mode.
4877 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
4878
4879 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
4880
4881 2005-03-09 Kim F. Storm <storm@cua.dk>
4882
4883 * play/animate.el (animate-place-char): Use forward-line instead
4884 of next-line to improve performance.
4885
4886 2005-03-09 Simon Josefsson <jas@extundo.com>
4887
4888 * net/browse-url.el (browse-url-default-browser): Doc fix.
4889
4890 2005-03-09 Miles Bader <miles@gnu.org>
4891
4892 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
4893 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
4894
4895 2005-03-09 Kenichi Handa <handa@m17n.org>
4896
4897 * international/latin-1.el: Set case and syntax for 255 only if
4898 set-case-syntax-set-multibyte is nil.
4899
4900 * textmodes/ispell.el (ispell-insert-word): New function.
4901 (ispell-word): Use ispell-insert-word to insert a new word.
4902 (ispell-process-line): Likewise.
4903 (ispell-complete-word): Likewise.
4904
4905 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
4906
4907 * calendar/calendar.el (redraw-calendar): Preserve point.
4908 Reported by Matt Hodges <MPHodges@member.fsf.org>.
4909 (calendar-week-start-day): Move after definition of
4910 redraw-calendar. Delete buffer test, since redraw-calendar has
4911 that now.
4912
4913 * calendar/diary-lib.el (mark-diary-entries): Only call
4914 redraw-calendar in the first of any recursive calls.
4915 Reported by Alan Shutko <ats@acm.org>.
4916
4917 2005-03-08 Juri Linkov <juri@jurta.org>
4918
4919 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
4920 (html-horizontal-rule, html-line, html-image, html-checkboxes)
4921 (html-radio-buttons): Add a space before the trailing `/>' where
4922 sgml-xml-mode is non-nil.
4923 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
4924 the subsequent tag of the empty XML tag.
4925 (html-href-anchor): Don't set initial input to "http:".
4926 (html-image): Ask for the image URL and set point inside alt="".
4927 (html-name-anchor): Duplicate the name in the `id' attribute when
4928 sgml-xml-mode is non-nil.
4929 (html-paragraph): Remove \n before <p>.
4930 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
4931 instead of `checked' when sgml-xml-mode is non-nil.
4932
4933 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
4934 Remove 1 space before #RRGGBB to not truncate it on terminal
4935 windows w/o fringes. Remove 1 space between bg and fg examples
4936 to get more space.
4937 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
4938 avoid byte-compile warnings.
4939
4940 * image-file.el (image-file-handler): Put `safe-magic' property to
4941 `image-file-handler'.
4942
4943 * info.el (Info-isearch-search): Emulate word search in
4944 isearching through multiple Info nodes with Info-search.
4945 (Info-isearch-wrap): Allow isearch-word.
4946
4947 2005-03-08 Lute Kamstra <lute@gnu.org>
4948
4949 * emacs-lisp/debug.el (debugger-step-through): Make sure that
4950 stepping into the debugger's code is not possible.
4951 (debugger-jumping-flag): Docstring update.
4952
4953 2005-03-08 Jay Belanger <belanger@truman.edu>
4954
4955 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
4956 embedded mode begins.
4957 (calc-embedded-language-alist): New variable.
4958 (calc-embedded-find-modes): Use calc-embedded-language-alist to
4959 set default language mode.
4960
4961 2005-03-08 Kenichi Handa <handa@m17n.org>
4962
4963 * international/ccl.el (define-ccl-program): Fix docstring about
4964 extra 256 bytes assured for the output buffer.
4965
4966 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
4967 Fix BUFFER_MAGNIFICATION to 2.
4968 (ccl-encode-mule-utf-16be-with-signature): Likewise.
4969
4970 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
4971
4972 * align.el (align-rules-list): Added an alignment rule for CSS
4973 declarations (applies to css-mode and html-mode buffers).
4974
4975 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
4978
4979 2005-03-07 Kim F. Storm <storm@cua.dk>
4980
4981 * simple.el (move-beginning-of-line): New command.
4982
4983 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
4984
4985 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
4986
4987 * emulation/cua-base.el: Put CUA move property on move-end-of-line
4988 and move-beginning-of-line.
4989
4990 * apropos.el (apropos-print): Omit command from M-x ... RET.
4991
4992 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
4993
4994 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
4995 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
4996
4997 2005-03-06 Richard M. Stallman <rms@gnu.org>
4998
4999 * bindings.el (esc-map): Bind M-g to goto-line.
5000
5001 * facemenu.el (global-map): Bind M-o, not M-g.
5002
5003 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5004
5005 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5006 "Open Directory" as for "Open File".
5007
5008 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5009
5010 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5011 (push-mark-command): Run activate-mark-hook.
5012
5013 2005-03-06 Richard M. Stallman <rms@gnu.org>
5014
5015 * help-mode.el (help-mode-finish): Don't alter the element
5016 in view-return-to-alist if there already is one.
5017
5018 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5019 make sure the current buffer is the expected one.
5020
5021 * novice.el (disabled-command-function): Output in *Disabled Command*.
5022 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5023
5024 * textmodes/flyspell.el (flyspell-large-region):
5025 Pass args differently for aspell.
5026
5027 * files.el (mode-require-final-newline): Doc fix.
5028
5029 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5030
5031 * progmodes/which-func.el (which-function):
5032 Specify NOERROR when calling imenu--make-index-alist.
5033
5034 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * simple.el (normal-erase-is-backspace): Define default value.
5037
5038 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5039 (custom-reevaluate-setting): Simple function to handle
5040 variables that are defined before their default value can really
5041 be computed.
5042
5043 * startup.el (command-line): Use it for temporary-file-directory,
5044 small-emporary-file-directory, auto-save-file-name-transforms,
5045 blink-cursor-mode, and normal-erase-is-backspace.
5046
5047 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5048 progress, even with buggy anchored keywords.
5049
5050 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5051
5052 * simple.el (goto-line): Remove unbalanced final parenthesis.
5053
5054 2005-03-05 Richard M. Stallman <rms@gnu.org>
5055
5056 * simple.el (goto-line): Use a number at point as the default.
5057 With C-u as arg, switch buffers.
5058
5059 2005-03-05 Juri Linkov <juri@jurta.org>
5060
5061 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5062 with `no-blinking-cursor'.
5063
5064 * startup.el (no-blinking-cursor): New defvar.
5065 (command-line): Add `--no-blinking-cursor' to longopts.
5066 Set `no-blinking-cursor' to t for command line arguments
5067 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5068 with `no-blinking-cursor' in the condition for calling
5069 `blink-cursor-mode'.
5070
5071 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5072
5073 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5074 (menu-bar-options-save): Add blink-cursor-mode.
5075 (menu-bar-options-menu): Add blink-cursor-mode.
5076
5077 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5078
5079 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5080 (icalendar-export-file, icalendar-export-region)
5081 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5082 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5083
5084 2005-03-04 Lute Kamstra <lute@gnu.org>
5085
5086 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5087 (debug-function-list): Ditto.
5088
5089 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5090
5091 * textmodes/texinfmt.el (texinfo-append-refill):
5092 Redefine the types of line to which @refill
5093 is not appended by replacing a search for `@refill\\|@bye' with
5094 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5095 itemize@refill' bug and the unfilled long lines bug.
5096 (texinfmt-version): Update number and date.
5097
5098 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5099
5100 * international/code-pages.el (windows-1250, windows-125[2-8])
5101 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5102
5103 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5104
5105 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5106 bound yet.
5107
5108 2005-03-02 Romain Francoise <romain@orebokech.com>
5109
5110 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5111 buffer after removing limits.
5112 (ibuffer-pop-filter): Ditto.
5113 Update copyright.
5114
5115 2005-03-02 Miles Bader <miles@gnu.org>
5116
5117 * button.el (make-text-button): If the user doesn't specify a
5118 type, use the default. Rewrite to use `add-text-properties' and
5119 plist functions.
5120
5121 2005-03-01 Lute Kamstra <lute@gnu.org>
5122
5123 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5124 (debugger-jumping-flag): New var.
5125 (debug-entry-code): Use it.
5126 (debugger-jump): Use debugger-jumping-flag and add
5127 debugger-reenable to post-command-hook.
5128 (debugger-reenable): Use debugger-jumping-flag and remove itself
5129 from post-command-hook.
5130 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5131 debugger-reenable.
5132
5133 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5134
5135 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5136 inclusion of "itemize\\|", which may be unnecessary, is certainly
5137 inelegant, and stops refilling in itemize lists when formatting
5138 Japanese Texinfo files to Info.
5139 Update copyright to 2005.
5140
5141 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5142
5143 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5144 of an error if GDB can't find the source file.
5145
5146 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5147
5148 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5149 not just the calendar.
5150
5151 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5152 first.
5153 (diary-redraw-calendar): New function.
5154 (make-diary-entry): Add diary-redraw-calendar to local
5155 write-contents-functions. Turn off selective display before
5156 inserting in diary.
5157
5158 2005-03-01 Kim F. Storm <storm@cua.dk>
5159
5160 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5161
5162 2005-03-01 Lute Kamstra <lute@gnu.org>
5163
5164 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5165 that debug-entry-code can be safely removed from a function while
5166 this code is being evaluated. Revert the 2005-02-27 change as the
5167 new implementation no longer requires it. Make sure that a
5168 function body containing just a string is not mistaken for a docstring.
5169 (debug): Skip one more frame in case of debug on entry.
5170 (debugger-setup-buffer): Delete one more frame line in case of
5171 debug on entry.
5172 (debugger-frame-number): Update to use the new text introduced by
5173 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5174
5175 2005-02-28 Kim F. Storm <storm@cua.dk>
5176
5177 * double.el (double-translate-key): Call force-window-update after
5178 read-event to avoid crash in redisplay.
5179
5180 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5181
5182 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5183 (debug): Use it. Move the inhibit-trace earlier.
5184 (debug-entry-code): New const.
5185 (debug-on-entry-1): Use it.
5186
5187 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5188
5189 * international/utf-16.el (ccl-encode-mule-utf-16le):
5190 Fix BUFFER_MAGNIFICATION to 2.
5191 (ccl-encode-mule-utf-16be): Likewise.
5192
5193 2005-02-28 Kenichi Handa <handa@m17n.org>
5194
5195 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5196 Fix BUFFER_MAGNIFICATION to 4.
5197 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5198
5199 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5200
5201 * speedbar.el (speedbar-update-flag): Doc fix.
5202 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5203 argument.
5204
5205 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5206
5207 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5208 have a non-nil `invisible' property but are actually visible.
5209
5210 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5211 for perldoc sections.
5212 (perl-outline-regexp, perl-outline-level): New var and function.
5213 (perl-mode): Use them.
5214
5215 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5216
5217 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5218 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5219
5220 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5221
5222 * cus-edit.el: Comment change.
5223 (custom-buffer-create-internal): Slightly reword text at top of
5224 Custom buffers. Mention there that saving an option edits the
5225 init file. Add link to Emacs manual node on `custom-file'.
5226 (custom-magic-alist): Rewrite individual State messages to use
5227 capitalized keywords. Doc fix.
5228
5229 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5230
5231 * calendar/calendar.el (calendar-buffer): Move above
5232 calendar-week-start-day.
5233 (calendar-week-start-day): Doc fix. Add :set function.
5234 (calendar-minimum-window-height): New variable.
5235 (generate-calendar-window): Only resize window if selected-window
5236 is displaying the calendar buffer. Use new variable
5237 calendar-minimum-window-height.
5238 (generate-calendar): Reword error message.
5239 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5240
5241 2005-02-27 Andreas Schwab <schwab@suse.de>
5242
5243 * vc.el (vc-do-command): Don't run command asynchronously when
5244 operating in a remote directory.
5245
5246 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5247 change from sync with Tramp 2.0.47.
5248
5249 2005-02-27 Richard M. Stallman <rms@gnu.org>
5250
5251 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5252
5253 * textmodes/flyspell.el (flyspell-mode-on):
5254 Call ispell-change-dictionary only if necessary.
5255
5256 * emacs-lisp/re-builder.el (regexp-builder): New function.
5257
5258 * register.el (describe-register-1): Explicitly handle
5259 yank-excluded-properties = t.
5260
5261 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5262 (custom-magic-alist): Change the status descriptions again.
5263 (face widget-type): Total rewrite based on `restricted-sexp'
5264 to eliminate the confusing double hiding levels.
5265
5266 * emacs-lisp/debug.el (debug-on-entry-1):
5267 If function body is empty, add nil as body form.
5268
5269 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5270
5271 * emacs-lisp/trace.el (inhibit-trace): New var.
5272 (trace-make-advice): Use it.
5273
5274 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5275
5276 2005-02-26 Kim F. Storm <storm@cua.dk>
5277
5278 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5279 (mouse-on-link-p, mouse-drag-region-1): Use it.
5280
5281 2005-02-25 Lute Kamstra <lute@gnu.org>
5282
5283 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5284
5285 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5286
5287 * frame.el (blink-cursor-mode): Add :group keyword.
5288
5289 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5290
5291 * calendar/icalendar.el (icalendar--decode-isodatetime):
5292 New optional argument DAY-SHIFT.
5293 (icalendar-export-region): Fix coding-system-for-write.
5294 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5295 events by one.
5296
5297 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5300
5301 2005-02-24 Kim F. Storm <storm@cua.dk>
5302
5303 * international/iso-acc.el (iso-accents-compose): Fix crash
5304 during redisplay. Call force-window-update after read-event
5305 and delete-region to signal that window is not accurate.
5306
5307 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5308
5309 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5310 Remove unused and inexistent var `inhibit-trace'.
5311 (debugger-mode): Use run-mode-hooks.
5312 (debugger-list-functions): Add buttons; setup xref stack.
5313
5314 2005-02-23 Richard M. Stallman <rms@gnu.org>
5315
5316 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5317 appointment says it was explicitly made.
5318 (appt-add): Set the 3rd element.
5319 (appt-make-list): Preserve explicit appointments.
5320
5321 * subr.el (find-tag-default): Catch errors in forward-sexp.
5322
5323 2005-02-23 Juri Linkov <juri@jurta.org>
5324
5325 * info.el (Info-isearch-search): New defcustom.
5326 (Info-isearch-search): Call the default isearch function
5327 when Info-isearch-search is nil.
5328 (Info-isearch-wrap): Use variable Info-isearch-search.
5329
5330 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5331
5332 * cus-edit.el: Comment change.
5333
5334 2005-02-22 Kim F. Storm <storm@cua.dk>
5335
5336 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5337 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5338
5339 2005-02-22 Simon Josefsson <jas@extundo.com>
5340
5341 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5342 New variable.
5343 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5344 Oskarsson" <myrkraverk@users.sourceforget.net>.
5345
5346 2005-02-22 Kim F. Storm <storm@cua.dk>
5347
5348 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5349 check that window of that event is the selected window.
5350 (mouse-drag-region-1): Compare mouse event window to selected
5351 window before setting point.
5352
5353 * tooltip.el (tooltip-show-help-function): Pass event to
5354 mouse-on-link-p so it can check selected window.
5355
5356 2005-02-22 Kenichi Handa <handa@m17n.org>
5357
5358 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5359 (ps-mule-show-warning): New function.
5360 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5361 characters are found.
5362
5363 * ps-print.el (ps-header-footer-string): Return a list of header
5364 and footer strings.
5365
5366 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5367
5368 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5369
5370 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5371
5372 * frame.el (blink-cursor-mode): Use define-minor-mode.
5373
5374 * term/mac-win.el (function-key-map): Use char-names more consistently.
5375 (file-name-coding-system): Only set it for MacOS-9. The other case is
5376 already handled in mule-cmds.el (where it also works when mac-win.el
5377 is not used).
5378
5379 2005-02-21 Kenichi Handa <handa@m17n.org>
5380
5381 * international/mule.el (ctext-pre-write-conversion): Always use
5382 " *code-converting-work*" buffer for work.
5383
5384 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5385
5386 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5387
5388 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5389
5390 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5391
5392 * ses.el (undo-more): Restore defadvice, but only the part that
5393 allows changes outside the restricted area of the buffer.
5394
5395 2005-02-20 Kim F. Storm <storm@cua.dk>
5396
5397 * simple.el (line-move): Add fourth optional arg try-vscroll which
5398 must be set to perform auto-window-vscroll.
5399 When moving backwards and doing auto-window-vscroll, automatically
5400 vscroll to the last part of lines which are taller than the window.
5401 (next-line, previous-line): Set try-vscroll arg on line-move.
5402
5403 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5404
5405 * replace.el (query-replace, query-replace-regexp)
5406 (replace-string, replace-regexp): When operating on region, make
5407 the minibuffer prompt say so.
5408
5409 * isearch.el (isearch-forward): Document isearch-query-replace and
5410 isearch-query-replace-regexp keybindings.
5411
5412 2005-02-19 Jay Belanger <belanger@truman.edu>
5413
5414 * calc/calc-aent.el (math-read-token): Add local variable.
5415
5416 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5417 (calc-edit-top): Move declaration to earlier in file.
5418 (calc-edit-macro-repeats): Add local variables.
5419
5420 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5421 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5422 calcFunc-tanh.
5423 Adjust integration rule for calcFunc-tan.
5424
5425 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5426
5427 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5428 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5429 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5430 (viper-skip-separators): Bug fix.
5431 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5432 particular major mode.
5433 (viper-del-backward-char-in-replace): Don't put deleted char on the
5434 kill ring.
5435
5436 * viper-ex.el (viper-color-display-p): New function.
5437 (viper-has-face-support-p): Use viper-color-display-p.
5438
5439 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5440
5441 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5442
5443 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5444 (viper-file-remote-p): Make equivalent to file-remote-p.
5445
5446 * viper.el (viper-major-mode-modifier-list):
5447 Use viper-gnus-modifier-map.
5448
5449 2005-02-19 David Kastrup <dak@gnu.org>
5450
5451 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5452 quoting.
5453
5454 2005-02-19 Jay Belanger <belanger@truman.edu>
5455
5456 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5457 Remove extra definitions.
5458 (calc-coth): New function.
5459 (calcFunc-cot): Fix `let'.
5460
5461 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5462
5463 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5464 the reasons we use "type pc" in these faces.
5465
5466 * button.el (button): Ditto.
5467
5468 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5469
5470 * replace.el (query-replace-read-from): Set the value of
5471 query-replace-from-history-variable to handle the case of an empty
5472 string entered to accept the suggested default.
5473
5474 * net/tramp.el (tramp-file-name-for-operation):
5475 Use dired-call-process instead of dired-call-process-command.
5476
5477 2005-02-19 Jay Belanger <belanger@truman.edu>
5478
5479 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5480 (math-div-non-trig): New variables.
5481 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5482 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5483 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5484 trig expressions.
5485
5486 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5487
5488 * progmodes/gdb-ui.el (gdb-var-update-handler)
5489 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5490 for watch expressions,
5491 (gdb-var-create-handler): Don't set speedbar-update-flag.
5492 (gdb-post-prompt): Simplify test for speedbar.
5493
5494 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5495
5496 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5497 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5498 we use the syntax table of the correct buffer.
5499 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5500 Felix Gatzemeier.
5501
5502 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5503 (ediff-file-remote-p): Make synonymous with file-remote-p.
5504 In all deffaces ediff-*-face-*, use min-colors.
5505
5506 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5507 ediff-recurse-to-subdirectories.
5508 (ediff-mark-if-equal): Check that the arguments are strings, use
5509 ediff-same-contents (after to Felix Gatzemeier).
5510
5511 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5512 nil.
5513
5514 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5515
5516 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5517
5518 2005-02-18 David Kastrup <dak@gnu.org>
5519
5520 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5521 use `mark-active' when defined.
5522
5523 2005-02-18 Kenichi Handa <handa@m17n.org>
5524
5525 * ps-print.el (ps-font-info-database): New entry
5526 ZapfChancery-MediumItalic with correct font name. Fix font name
5527 of the entry Zapf-Chancery-MediumItalic.
5528
5529 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5530
5531 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5532
5533 2005-02-16 Kim F. Storm <storm@cua.dk>
5534
5535 * ido.el (ido-fallback-command): Pass user input to fallback command.
5536
5537 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
5538
5539 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5540 (gdb-find-file-hook): Add server prefix.
5541
5542 2005-02-16 Richard M. Stallman <rms@gnu.org>
5543
5544 * replace.el (perform-replace): Pass new args to replace-highlight.
5545 (replace-highlight): Take region args,
5546 and pass them to isearch-lazy-highlight-new-loop.
5547
5548 * novice.el (disabled-command-hook): Autoload the defalias
5549 and the make-obsolete-variable call.
5550
5551 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5552
5553 * isearch.el (isearch-lazy-highlight-start-limit)
5554 (isearch-lazy-highlight-end-limit): New variables limit
5555 the region for highlighting.
5556 (isearch-lazy-highlight-new-loop): New args BEG and END.
5557 (isearch-lazy-highlight-search): Use the new vars.
5558 (isearch-lazy-highlight-update): Likewise.
5559
5560 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5561
5562 * cus-start.el (all): Use default-boundp.
5563
5564 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
5565
5566 * menu-bar.el (menu-bar-select-frame): Handle current frame.
5567
5568 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
5569
5570 * autorevert.el (auto-revert-stop-on-user-input)
5571 (auto-revert-verbose): Doc fixes.
5572
5573 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
5574
5575 * international/mule-cmds.el (set-locale-environment): Remove call
5576 to set-selection-coding-system on Windows.
5577
5578 2005-02-15 Jay Belanger <belanger@truman.edu>
5579
5580 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
5581 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
5582 calcFunc-coth.
5583 (math-simplify-sqrt): Add simplifications.
5584
5585 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
5586 to list.
5587
5588 * calc/calc-ext.el: Add functions to autoloads.
5589
5590 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
5591 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
5592 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
5593 (math-csc-raw, math-cot-raw): New functions.
5594
5595 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
5596
5597 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
5598 the variable name in a message.
5599
5600 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
5601 calcFunc-csc, calcFunc-cot.
5602
5603 * calc/calcalg2.el: Add derivative and integration rules for
5604 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
5605 calcFunc-csch, calcFunc-coth.
5606 (math-do-integral-methods): Add to checks for when to use
5607 substitutions.
5608
5609 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
5610
5611 2005-02-15 Lute Kamstra <lute@gnu.org>
5612
5613 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5614 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
5615 <monnier@iro.umontreal.ca>
5616 (lisp-outline-level): Improve efficiency. Suggested by David
5617 Kastrup <dak@gnu.org>.
5618
5619 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
5620
5621 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
5622 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
5623 (gdb-set-gud-minor-mode-existing-buffers): New functions.
5624 (gdb-find-file-hook): New hook. Add it to find-file-hook.
5625 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
5626
5627 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
5628
5629 * cus-start.el (all): Comment change.
5630
5631 2005-02-14 Lute Kamstra <lute@gnu.org>
5632
5633 * cus-start.el (all): Check if symbol is void.
5634
5635 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
5636
5637 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
5638 optional argument to \cite.
5639
5640 2005-02-14 Richard M. Stallman <rms@gnu.org>
5641
5642 * cus-edit.el (custom-buffer-create-internal): Update help message.
5643 (custom-magic-alist): Update help messages.
5644
5645 * cus-start.el (all): Allow a var to specify a standard value.
5646
5647 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
5648
5649 * custom.el (custom-theme-set-variables): Handle variable aliases.
5650
5651 * frame.el (blink-cursor-timer): Doc fix.
5652 (blink-cursor): Make it an alias for `blink-cursor-mode' and
5653 declare obsolete.
5654 (blink-cursor-mode): Define with defcustom and use correct
5655 standard expression in that defcustom.
5656 * startup.el (command-line): Adapt to above changes in frame.el.
5657
5658 2005-02-11 Lute Kamstra <lute@gnu.org>
5659
5660 * apropos.el (apropos-score-doc): Prevent division by zero.
5661
5662 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
5663
5664 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
5665 (icalendar--get-event-property-attributes)
5666 (icalendar--get-event-properties)
5667 (icalendar--datetime-to-diary-date): New functions.
5668 (icalendar--split-value): Doc fix.
5669 (icalendar--datetime-to-noneuropean-date)
5670 (icalendar--datetime-to-european-date): New optional argument
5671 SEPARATOR. Return result as a string instead of a list.
5672 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
5673 (icalendar--convert-string-for-export): Rename arg S to STRING.
5674 (icalendar-export-region): Doc fix. Change name of error buffer.
5675 Save output buffer.
5676 (icalendar-import-file): Add blank at end of prompt.
5677 (icalendar-import-buffer): Doc fix. Do not switch to error
5678 buffer. Indicate status in return value.
5679 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
5680 buffer. Save output buffer. Handle exception from recurrence
5681 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
5682 events. Fix problems with weekly all-day events.
5683
5684 2005-02-10 Richard M. Stallman <rms@gnu.org>
5685
5686 * simple.el (eval-expression-print-format):
5687 Avoid warning about edebug-active.
5688
5689 * help.el (help-for-help-internal): Rename from help-for-help.
5690 (help-for-help): Define with defalias.
5691
5692 * font-core.el (font-lock-default-function): Use with-no-warnings.
5693
5694 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
5695
5696 * custom.el (defface): Doc fix.
5697
5698 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
5699
5700 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
5701 width 0" to prevent word wrapping problems.
5702
5703 2005-02-09 Kim F. Storm <storm@cua.dk>
5704
5705 * ido.el (ido-file-extensions-order): New defcustom.
5706 (ido-file-extension-lessp, ido-file-extension-aux)
5707 (ido-file-extension-order): New advanced file ordering.
5708 (ido-file-lessp): New simple file ordering.
5709 (ido-sort-list): Remove.
5710 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
5711 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
5712
5713 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
5714
5715 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
5716 that some versions of grep produce.
5717 (grep-mode-font-lock-keywords): Likewise.
5718
5719 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
5720
5721 * progmodes/gdb-ui.el (gdb-location-list): New variable.
5722 (gdb-cdir): Delete.
5723 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
5724 (gdb-source-info): Treat case when source file is in another
5725 directory properly.
5726 (gdb-get-location): New function.
5727
5728 2005-02-07 Jay Belanger <belanger@truman.edu>
5729
5730 * calc/calc-prog.el (calc-write-parse-table-part)
5731 (calc-fix-token-name): Fix a check for language type.
5732
5733 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
5734
5735 2005-02-07 Andre Spiegel <spiegel@gnu.org>
5736
5737 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
5738 as directory not writable.
5739
5740 2005-02-07 Kim F. Storm <storm@cua.dk>
5741
5742 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
5743 (cua--standard-movement-commands): Remove list.
5744 Instead, set CUA property value to move for movement commands.
5745 (cua-movement-commands): Remove. Users must set CUA prop instead.
5746 (cua--pre-command-handler): Check CUA property.
5747 (cua--init-keymaps): Don't remap undo commands.
5748 (cua-mode): Don't call cua--rectangle-on-off.
5749
5750 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
5751 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
5752 (cua--rect-undo-set-point): New var.
5753 (cua--rectangle-undo-boundary): Setup undo apply entry.
5754 (cua--rect-undo-handler): New function for rectangle undo.
5755 (cua--rect-start-position, cua--rect-end-position): Add.
5756 (cua--rectangle-post-command): Call cua--rectangle-set-corners
5757 for restored rectangle. Set point if cua--rect-undo-set-point.
5758
5759 2005-02-06 Jay Belanger <belanger@truman.edu>
5760
5761 * calc/calc-lang.el (calc-tex-language): Display more information
5762 in messages.
5763
5764 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
5765 in TeX mode.
5766
5767 2005-02-06 Richard M. Stallman <rms@gnu.org>
5768
5769 * emacs-lisp/lisp.el (buffer-end): Doc fix.
5770
5771 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
5772
5773 * net/ldap.el (ldap-search-internal): Support attributes with
5774 optional descriptions separated by a semi-colon, as in
5775 "userCertificate;binary".
5776
5777 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5778
5779 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
5780 isn't a cons (i.e. the version is 0).
5781
5782 2005-02-05 Eli Zaretskii <eliz@gnu.org>
5783
5784 * help.el (help-for-help): Doc fix.
5785
5786 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
5787
5788 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
5789 GDB-Windows on the menu-bar as this works better.
5790
5791 2005-02-04 Jay Belanger <belanger@truman.edu>
5792
5793 * calc/calc-embed.el (calc-embedded-update): Don't put in
5794 unnecessary newlines. Adjust the end of formula marker.
5795
5796 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
5797 (math-latex-parse-two-args): New function.
5798
5799 2005-02-03 Lute Kamstra <lute@gnu.org>
5800
5801 * help-fns.el (help-with-tutorial): Make sure that users cannot
5802 remove the entire text of the tutorial by means of `undo'.
5803
5804 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
5805
5806 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
5807 in recent changes, where the ispell process was repeatedly
5808 killed & restarted.
5809
5810 * international/mule-cmds.el (set-locale-environment): Set file-name
5811 coding system to utf-8 on Darwin systems.
5812 (set-default-coding-systems): Don't set default-file-name-coding-system
5813 on Darwin systems.
5814
5815 2005-02-03 Richard M. Stallman <rms@gnu.org>
5816
5817 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
5818
5819 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
5820
5821 * faces.el (list-faces-display): Add optional argument.
5822
5823 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5824
5825 * font-core.el (font-lock-default-function): Handle the rare case where
5826 only font-lock-keywords is set.
5827
5828 2005-02-02 Kenichi Handa <handa@m17n.org>
5829
5830 * international/characters.el: Cancel previous change for
5831 I-WITH-DOT-ABOVE and DOTLESS-i.
5832
5833 * international/latin-5.el: Cancel previous change.
5834
5835 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
5836
5837 * progmodes/gud.el: Correction to syntax in gud-menu-map.
5838
5839 2005-02-02 Kenichi Handa <handa@m17n.org>
5840
5841 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
5842 DOTLESS-i.
5843
5844 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
5845 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
5846
5847 * case-table.el (get-upcase-table): New function.
5848 (copy-case-table): Copy upcaes table too if non-nil.
5849 (set-case-syntax-delims): Maintain upcase table too.
5850 (set-case-syntax-pair): Likewise.
5851 (set-upcase-syntax, set-downcase-syntax): New functions.
5852 (set-case-syntax): Maintain upcase table too.
5853
5854 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
5855
5856 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
5857
5858 * progmodes/gud.el (gud-goto-info): New function.
5859 (gud-tool-bar-map): Use correct icon.
5860
5861 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
5862
5863 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
5864 When delegating, order args in the funcall correctly.
5865
5866 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
5867
5868 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
5869
5870 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
5871
5872 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
5873 buffer not visiting a file.
5874
5875 2005-01-31 Jay Belanger <belanger@truman.edu>
5876
5877 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
5878 bound on the line with the formula.
5879
5880 2005-01-31 Kim F. Storm <storm@cua.dk>
5881
5882 * ses.el (ses-create-cell-variable-range)
5883 (ses-destroy-cell-variable-range, ses-reset-header-string)
5884 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
5885 (ses-insert-row): Fix format of apply undo entries.
5886
5887 2005-01-31 Jay Belanger <belanger@truman.edu>
5888
5889 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
5890 parts.
5891
5892 * calc/calc-embed.el (calc-embedded-open-formula)
5893 (calc-embedded-close-formula): Ignore matrix environments.
5894
5895 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
5896 TeX mode.
5897
5898 * calc/calc-lang.el (math-function-table, math-oper-table)
5899 (math-variable-table): Adjust the LaTeX portions.
5900
5901 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
5902 (math-latex-ignore-words): New constant.
5903
5904 2005-01-31 Richard M. Stallman <rms@gnu.org>
5905
5906 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
5907 (ispell-local-dictionary): Doc fix.
5908 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
5909 Don't reinitialize at run time. Don't defcustom.
5910 All uses changed to append ispell-local-dictionary-alist,
5911 or check it first.
5912 (ispell-current-dictionary): New variable for dictionary in use.
5913 (ispell-dictionary): Now used only for global default.
5914 (ispell-start-process): Set ispell-current-dictionary,
5915 not ispell-dictionary.
5916 (ispell-change-dictionary): Use this only for setting
5917 user preferences.
5918 (ispell-internal-change-dictionary): New function
5919 to change the current dictionary in use.
5920 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
5921 Use ispell-current-dictionary.
5922 Handle ispell-local-dictionary-overridden.
5923 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
5924
5925 2005-01-31 Jay Belanger <belanger@truman.edu>
5926
5927 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
5928
5929 * calc/calc-ext.el: Add calc-latex-language to autoloads.
5930 (calc-mode-map): Add calc-latex-language.
5931
5932 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
5933 (math-latex-print-frac): New functions.
5934 (math-oper-table, math-function-table, math-variable-table)
5935 (math-complex-format, math-input-filter): Add latex properties.
5936 (calc-set-language): Set math-expr-special-function-mapping.
5937
5938 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
5939 (calc-write-parse-table-part): Add LaTeX support.
5940
5941 * calc/calc.el (calc-language): Adjust docstring.
5942 (calc-set-mode-line): Add LaTeX support.
5943 (math-expr-special-function-mapping): New variable.
5944 (math-tex-ignore-words): Add to list.
5945
5946 * calc/calccomp.el (math-compose-expr, math-compose-rows):
5947 Add LaTeX support.
5948 (math-compose-expr): Add support for special functions.
5949
5950 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
5951
5952 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
5953
5954 * progmodes/gdb-ui.el (gdb-memory-address)
5955 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
5956 (gdb-memory-mode-map, gdb-memory-format-keymap)
5957 (gdb-memory-format-menu, gdb-memory-unit-keymap)
5958 (gdb-memory-unit-menu): New variables for a buffer
5959 that lets the user examine program memory.
5960 (gdb-memory-set-address, gdb-memory-set-repeat-count)
5961 (gdb-memory-format-binary, gdb-memory-format-octal)
5962 (gdb-memory-format-unsigned, gdb-memory-format-signed)
5963 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
5964 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
5965 (gdb-memory-unit-word, gdb-memory-unit-halfword)
5966 (gdb-memory-unit-byte, gdb-memory-unit-menu)
5967 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
5968 (gdb-memory-mode, gdb-memory-buffer-name)
5969 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
5970 New functions for above buffer.
5971
5972 2005-01-30 Richard M. Stallman <rms@gnu.org>
5973
5974 * cus-edit.el (custom-bury-buffer): Function deleted.
5975 (custom-buffer-done-function): Option deleted.
5976 (custom-buffer-done-kill): New (replacement option.
5977 (Custom-buffer-done): Call quit-window.
5978 (custom-buffer-create-internal): Update for above changes.
5979
5980 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
5981
5982 * simple.el (undo-ask-before-discard): New var.
5983 (undo-outer-limit-truncate): Implement it.
5984 (undo-extra-outer-limit): Doc update.
5985
5986 2005-01-29 Richard M. Stallman <rms@gnu.org>
5987
5988 * ses.el (undo-more): Delete defadvice.
5989 (ses-begin-change): Doc fix.
5990
5991 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
5992 instead of rebinding C-x u and C-_.
5993
5994 * files.el (normal-backup-enable-predicate): Return nil for files
5995 in /tmp, regardless of temporary-file-directory.
5996
5997 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
5998
5999 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6000 (open-rectangle, delete-whitespace-rectangle-line)
6001 (clear-rectangle-line): If FILL, pass t instead of FILL
6002 for move-to-column's 2nd arg.
6003
6004 * simple.el (undo): Fix the test for continuing a series of undos.
6005 (undo-more): Set pending-undo-list to t when we reach end.
6006 (pending-undo-list): Move up defvar.
6007
6008 * wid-edit.el (widget-button-click):
6009 Shorten the range of the track-mouse binding.
6010
6011 * comint.el (comint-insert-input): Undo previous changes;
6012 use last-input-event in interactive spec.
6013
6014 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6015
6016 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6017 to nil before invoking call-process. Reset buffer's modified flag
6018 after fontifying it in the no-async branch.
6019
6020 * wid-edit.el (widget-specify-button): If mouse pointer shape
6021 cannot be changed, use mouse face instead.
6022
6023 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6024
6025 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6026 (gdb-goto-breakpoint): Make breakpoint handling work on template
6027 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6028 (gdb-assembler-custom): Update to recognise breakpoint information
6029 added on 2005-01-19.
6030
6031 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6032
6033 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6034 (dsssl-mode): Use define-derived-mode.
6035 (scheme-mode-initialize): Remove.
6036 (scheme-mode): Use run-mode-hooks.
6037
6038 * cus-edit.el (customize-group-other-window)
6039 (custom-buffer-create-other-window): Don't override special-display-*.
6040 (custom-mode-map): Make it dense.
6041
6042 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6043 sets the default value.
6044
6045 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6046
6047 * descr-text.el: Add more keywords.
6048
6049 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6050
6051 * speedbar.el: Avoid unnecessary use of locate-library.
6052
6053 * international/mule-cmds.el (standard-display-european-internal):
6054 Don't fiddle with latin-1 non-break space any more since it's now
6055 special cased in the C code.
6056 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6057
6058 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6059
6060 * cus-start.el (all): Add `undo-outer-limit'.
6061
6062 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6063
6064 * textmodes/bibtex.el (bibtex-format-entry):
6065 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6066 field lines.
6067 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6068 not on part of a buffer.
6069
6070 2005-01-25 Lute Kamstra <lute@gnu.org>
6071
6072 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6073 nonempty field text strings like "{letters\\macro{}more letters}".
6074 Clarify docstring.
6075 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6076 (bibtex-entry-offset, bibtex-parse-association)
6077 (bibtex-parse-field-name): Fix typos in docstrings.
6078 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6079
6080 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6081
6082 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6083 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6084 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6085 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6086
6087 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6088 isearch minor mode.
6089
6090 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6091
6092 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6093
6094 2005-01-24 Lute Kamstra <lute@gnu.org>
6095
6096 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6097 CASECHARS and NOT-CASECHARS regular expressions of the
6098 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6099 striding over charsets" error.
6100
6101 2005-01-24 Jay Belanger <belanger@truman.edu>
6102
6103 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6104 display variable name.
6105
6106 2005-01-24 Kenichi Handa <handa@m17n.org>
6107
6108 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6109 Fix setting of the element of encoded-kbd-iso2022-invocations.
6110
6111 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6112
6113 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6114 (gdb-threads-select): Change to also accept mouse events.
6115 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6116 (gdb-threads-mouse-select): Delete.
6117
6118 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6119
6120 * files.el (insert-directory): Take care of empty directory,
6121 listed without -a switch.
6122
6123 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6124
6125 * textmodes/refill.el (refill-post-command-function):
6126 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6127 to the list of functions that we should be careful not to undo.
6128 (refill-late-fill-paragraph-function): Remove.
6129 (refill-saved-state): New var.
6130 (refill-mode): Use it to save fill-paragraph-function.
6131 Save also the value of auto-fill-function.
6132
6133 * term/w32-win.el: Simplify code.
6134
6135 2005-01-23 Kim F. Storm <storm@cua.dk>
6136
6137 * simple.el (line-move): Adapt to new return value from
6138 pos-visible-in-window-p.
6139
6140 * simple.el (line-move): Fix last change. Check partial
6141 visibility at point rather than at window-start.
6142
6143 2005-01-22 Jason Rumney <jasonr@gnu.org>
6144
6145 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6146
6147 2005-01-22 David Kastrup <dak@gnu.org>
6148
6149 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6150
6151 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6152
6153 * type-break.el (type-break-mode): Add a test for
6154 type-break-file-name being non-nil.
6155
6156 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6157
6158 * net/eudc.el (top level): Call (message "") via progn, so that
6159 eudc-options-file is loaded.
6160
6161 2005-01-22 Kim F. Storm <storm@cua.dk>
6162
6163 * simple.el (line-move-1): Rename from line-move.
6164 (line-move): New function that adjusts vscroll for partially
6165 visible rows, and calls line-move-1 otherwise.
6166
6167 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6168
6169 * pcomplete.el: define pcomplete-read-event instead of read-event,
6170 since it's not a complete read-event implementation
6171
6172 2005-01-20 Jay Belanger <belanger@truman.edu>
6173
6174 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6175 for called function.
6176
6177 2005-01-20 Steven Tamm <steventamm@mac.com>
6178
6179 * term/mac-win.el (process-connection-type): Remove.
6180 Controlled now by s/darwin.h:PTY_ITERATION.
6181
6182 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6183
6184 * window.el (handle-select-window): Don't switch window when we're
6185 in the minibuffer.
6186
6187 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6188
6189 * subr.el (dotimes-with-progress-reporter): New macro.
6190
6191 * ses.el (ses-dotimes-msg): Remove macro.
6192 Use `dotimes-with-progress-reporter' instead.
6193
6194 2005-01-19 Steven Tamm <steventamm@mac.com>
6195
6196 * term/mac-win.el (process-connection-type): Use new
6197 operating-system-release variable to use ptys on Darwin 7 (OSX
6198 10.3) when using carbon build.
6199
6200 2005-01-19 Jay Belanger <belanger@truman.edu>
6201
6202 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6203 flags if the last command was a tab or M-tab.
6204
6205 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6206 in formula editing buffer.
6207
6208 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6209
6210 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6211 breakpoint image symbol in margin.
6212
6213 2005-01-19 Jay Belanger <belanger@truman.edu>
6214
6215 * calc/calc-prog.el (calc-execute-kbd-macro):
6216 Ignore calc-keep-arg-flag.
6217
6218 2005-01-19 Kenichi Handa <handa@m17n.org>
6219
6220 * textmodes/ispell.el (ispell-looking-at): New function.
6221 (ispell-process-line): Use ispell-looking-at to compare the ispell
6222 output and the buffer contents.
6223
6224 2005-01-18 Jay Belanger <belanger@truman.edu>
6225
6226 * calc/calc.el (calc-display-raw): Fix docstring.
6227
6228 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * simple.el (blink-matching-open): Strip extra info from syntax.
6231
6232 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6233 funny chars in the end-of-here-doc marker.
6234
6235 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6236
6237 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6238 that enable/disabled state of breakpoints is shown correctly in
6239 fringe and on ttys.
6240 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6241 Add breakpoint information as text properties.
6242 (gdb-mouse-toggle-breakpoint):
6243 Rename to gdb-mouse-set-clear-breakpoint.
6244 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6245 breakpoints in the margin.
6246 (gdb-remove-strings): Simplify.
6247
6248 2005-01-17 Jay Belanger <belanger@truman.edu>
6249
6250 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6251 erasing buffer.
6252
6253 2005-01-17 Richard M. Stallman <rms@gnu.org>
6254
6255 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6256 for calling grep-compute-defaults.
6257
6258 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6259 if buffer is empty.
6260
6261 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6262
6263 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6264
6265 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6266
6267 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6268 non-preloaded variables.
6269
6270 2005-01-17 Steven Tamm <steventamm@mac.com>
6271
6272 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6273 tex-shell cause to force interactivity when using pipes.
6274
6275 2005-01-17 Kim F. Storm <storm@cua.dk>
6276
6277 * simple.el (just-one-space): Make arg optional.
6278
6279 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6280
6281 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6282 posn-at-x-y to t to access left-margin.
6283
6284 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6285
6286 Sync with Tramp 2.0.47.
6287
6288 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6289 catching keep-date problems in cp/scp operations.
6290 (tramp-handle-copy-file): Don't call `set-file-modes'
6291 unconditionally. Specialized functions should know better what is
6292 necessary. This improves performance a little bit, and the
6293 functions could catch errors with `cp -p' and `scp -p'.
6294 (tramp-do-copy-or-rename-file-via-buffer)
6295 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6296 when appropriate.
6297 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6298 Call `set-file-modes' when appropriate.
6299 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6300 Johnsson <isak@hypergene.com>
6301 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6302 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6303 <joakim@verona.se>
6304 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6305 Emacs only.
6306
6307 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6308 `find-file-hooks' and `dired-mode-hook'.
6309 (tramp-minor-mode-map): Respective map. Add remapping for
6310 `compile' and `recompile'.
6311 (tramp-remap-command, tramp-recompile): New defuns.
6312 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6313 in buffer "*Compilation*". Call the commands asynchronously.
6314
6315 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6316 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6317 `shell-command', because it isn't magic in XEmacs. Reported by
6318 Adrian Aichner <adrian@xemacs.org>.
6319
6320 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6321 `substitute-in-file-name.
6322 (tramp-smb-handle-substitute-in-file-name): New defun.
6323 (tramp-smb-advice-PC-do-completion): Delete advice.
6324
6325 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6326
6327 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6328 Fix error in deleting region.
6329
6330 2005-01-15 Richard M. Stallman <rms@gnu.org>
6331
6332 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6333 In non-temp buffer, switch syntax table temporarily.
6334
6335 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6336
6337 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6338
6339 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6340
6341 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6342 (imenu--generic-function): Use START, not BEG, as pos of definition.
6343
6344 * simple.el (just-one-space): Argument specifies number of spaces.
6345
6346 * simple.el (eval-expression-print-format): Avoid warning
6347 about edebug-active.
6348
6349 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6350
6351 * progmodes/sh-script.el: Code copied from make-mode.el
6352 with small changes,
6353 (sh-mode-map): Bind C-c C-\.
6354 (sh-backslash-column, sh-backslash-align): New variables.
6355 (sh-backslash-region, sh-append-backslash): New functions.
6356
6357 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6358
6359 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6360 (rmail-pop-password, rmail-pop-password-required): Move to
6361 rmail-obsolete group.
6362 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6363 All callers updated.
6364 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6365 Take an argument specifying whether it is POP or IMAP mailbox we
6366 are using. All callers updated.
6367 (rmail-pop-password-error): Rename to
6368 rmail-remote-password-error. Added mailutils-specific error message.
6369 (rmail-movemail-search-path)
6370 (rmail-movemail-variant-in-use): New variables.
6371 (rmail-remote-password, rmail-remote-password-required):
6372 New customization variables.
6373 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6374 (rmail-parse-url): New function.
6375 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6376 with GNU mailutils movemail.
6377
6378 2005-01-15 Kevin Ryde <user42@zip.com.au>
6379
6380 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6381 suffix to space, $ or '$, to correctly position point when going
6382 to @table style constants like DBL_MAX.
6383
6384 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6385
6386 * type-break.el (type-break-mode, type-break-file-time)
6387 (type-break-file-keystroke-count, type-break-choose-file):
6388 Don't store data in or load data from the file if type-break-file-name
6389 is nil.
6390 (type-break-file-name): Doc update as per the above.
6391
6392 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6393
6394 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6395 lookup-key might return nil; handle that.
6396
6397 2005-01-15 Alan Mackenzie <acm@muc.de>
6398
6399 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6400 rather than the element found, thus enabling the tree to be setcar'd.
6401
6402 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6403
6404 * textmodes/org.el (org-show-following-heading): New option.
6405 (org-show-hierarchy-above): Use `org-show-following-heading'.
6406 (org-cycle): Documentation fix.
6407
6408 * textmodes/org.el (orgtbl-optimized): New option
6409 (orgtbl-mode): New command, a minor mode.
6410 (orgtbl-mode-map): New variable.
6411 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6412 (orgtbl-error, orgtbl-self-insert-command)
6413 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6414
6415 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6416 a local variable in each org-mode buffer.
6417
6418 * textmodes/org.el (org-set-regexps-and-options): Rename from
6419 `org-set-regexps'. Added checking for STARTUP keyword.
6420 (org-get-current-options): Add STARTUP options.
6421 (org-table-insert-row): Mode mode intelligent about when
6422 realignment is needed.
6423 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6424 New commands.
6425 (org-enable-table-editor): New default value `optimized'.
6426 (org-table-blank-field): Support blanking regions if active.
6427
6428 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6429
6430 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6431 if the year is not given.
6432
6433 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6434 Add new escapes %m and %M, fixed bug with %F by adding
6435 save-match-data.
6436 (reftex-reference): Remove ?. from list of spaces.
6437 (reftex-label-info): Add automatic label prefix recognition.
6438
6439 * textmodes/reftex-index.el (reftex-index-next-phrase):
6440 Add slave parameter to call of `reftex-index-this-phrase'.
6441 (reftex-index-this-phrase): New optional argument.
6442 (reftex-index-region-phrases): Add slave parameter to call of
6443 `reftex-index-this-phrase'.
6444 (reftex-display-index): New argument redo.
6445 (reftex-index-rescan): Add 'redo to arguments of
6446 `reftex-display-index'.
6447 (reftex-index-Rescan, reftex-index-revert)
6448 (reftex-index-switch-index-tag): Add 'redo to arguments of
6449 `reftex-display-index'.
6450 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6451 indexing. Fix bug with matching is there is a quote before or
6452 after the word.
6453
6454 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6455 Fix bug when collecting citation keys in lines with comments.
6456 (reftex-citation): Prefix argument no longer rescans the document,
6457 but forces prompting for optional arguments of cite macros.
6458 (reftex-do-citation): Prompting for optional arguments implemented.
6459
6460 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6461 Add optional arguments to most cite commands.
6462 (reftex-cite-cleanup-optional-args): New option
6463 (reftex-cite-prompt-optional-args): New option.
6464 (reftex-trust-label-prefix): New option.
6465
6466 * textmodes/reftex-toc.el (reftex-toc-find-section):
6467 Add push-mark before changing the position in the buffer.
6468
6469 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6470 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6471
6472 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6473
6474 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6475 more carefully.
6476
6477 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6478
6479 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6480 (sgml-mode): Use it.
6481 (sgml-get-context): Better keep track of implicitly closed tags.
6482
6483 2005-01-13 Kenichi Handa <handa@m17n.org>
6484
6485 * textmodes/ispell.el: These changes are to fix misalignment error
6486 caused by equivalent characters of different Emacs charsets.
6487 (ispell-unified-chars-table): New variable.
6488 (ispell-get-decoded-string): New function.
6489 (ispell-get-casechars, ispell-get-not-casechars)
6490 (ispell-get-otherchars): Call ispell-get-decoded-string.
6491
6492 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6493
6494 * custom.el (custom-declare-variable): Just put symbol instead
6495 of (defvar . symbol) in `current-load-list'.
6496
6497 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6498
6499 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6500
6501 2005-01-12 Jay Belanger <belanger@truman.edu>
6502
6503 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6504 to create a Calc summary.
6505
6506 2005-01-12 Kim F. Storm <storm@cua.dk>
6507
6508 * mouse.el (mouse-on-link-p): Change functionality and doc
6509 string to comply with latest description in lisp ref.
6510
6511 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6512
6513 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6514 Enable mouse clicks on mode-line, header-line and margin.
6515 (event-type): Give mouse event symbols an 'event-kind property
6516 with value 'mouse-click.
6517
6518 2005-01-12 Juri Linkov <juri@jurta.org>
6519
6520 * facemenu.el (list-colors-display): Add new arg buffer-name.
6521 Use it. Fix docstring. Replace code for identifying duplicate
6522 colors by the name with call to `list-colors-duplicates' which
6523 identifies duplicate colors by the value unless the color
6524 is one of special Windows colors. Set truncate-lines to t.
6525 Print sorted duplicate color names on each line. Indent to 22
6526 \(the longest color name in rgb.txt) instead of 20. Optimize.
6527 (list-colors-duplicates): New function.
6528 (facemenu-color-name-equal): Delete function.
6529
6530 * facemenu.el (list-colors-print): New function created from code
6531 in list-colors-display. Print #RRGGBB at the window right edge.
6532 (list-colors-display): When temp-buffer-show-function is not
6533 defined, call list-colors-print from temp-buffer-show-hook
6534 to get the right value of window-width in list-colors-print
6535 after the buffer is displayed.
6536
6537 * simple.el (pop-mark): Move deactivate-mark out of conditional
6538 part to deactivate the active mark regardless of the state of the
6539 mark ring.
6540
6541 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6542 variables line in desktop files.
6543
6544 2005-01-12 Juri Linkov <juri@jurta.org>
6545
6546 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6547 Bring together isearch highlight related options.
6548 (lazy-highlight): Replace group `replace' by `matching'.
6549 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6550 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6551 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6552 and declare them obsolete.
6553 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6554 (isearch-faces): Remove defgroup.
6555 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6556 Move isearch highlighting code closer to lazy highlighting code.
6557
6558 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6559 (query-replace-highlight, query-replace-lazy-highlight)
6560 (query-replace): Move definitions to the beginning of the file.
6561
6562 2005-01-11 Juri Linkov <juri@jurta.org>
6563
6564 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6565 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6566 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6567
6568 * info.el (Info-history-forward): New variable.
6569 (Info-select-node): Reset Info-history-forward to nil.
6570 (Info-last): Turn into defalias.
6571 (Info-history-back): Rename from Info-last.
6572 Add current node to Info-history-forward.
6573 (Info-history-forward): New fun.
6574 (Info-mode-map): Replace Info-last by Info-history-back.
6575 Bind Info-history-forward to "r".
6576 (Info-mode-menu): Replace Info-last by Info-history-back.
6577 Fix menu item text. Add menu item for Info-history-forward.
6578 (info-tool-bar-map): Replace Info-last by Info-history-back.
6579 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
6580 for Info-history-forward.
6581 (Info-mode): Replace Info-last by Info-history-back in docstring.
6582 Add local variable Info-history-forward.
6583 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
6584
6585 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
6588 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
6589 Ignore select-window events rather than fiddle with
6590 mouse-autoselect-window.
6591
6592 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
6593
6594 * type-break.el (type-break-mode): Fix previous change.
6595
6596 2005-01-10 Jay Belanger <belanger@truman.edu>
6597
6598 * calc/calc-ext.el (calc-reset): Reset when inside embedded
6599 calculator; only reset when point is inside a calculator.
6600 Don't adjust the window height if the window takes up the whole height
6601 of the frame.
6602
6603 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6604
6605 * ebuff-menu.el (Electric-buffer-menu-mode):
6606 Preserve value of buffer-local var header-line-format.
6607
6608 2005-01-09 Jay Belanger <belanger@truman.edu>
6609
6610 * calc/calc.el (calc-mode-var-list-restore-saved-values):
6611 Make sure settings file exists before accessing it.
6612
6613 * calc/calc-embed.el (calc-embedded-subst):
6614 Replace math-multi-subst-rec, which is only supposed to be called
6615 by math-multi-subst, by math-multi-subst.
6616
6617 2005-01-09 Andre Spiegel <spiegel@gnu.org>
6618
6619 * vc.el (vc-allow-async-revert): New user option.
6620 (vc-disable-async-diff): New internal variable.
6621 (vc-revert-buffer): Use them to disable asynchronous diff.
6622
6623 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
6624 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
6625 asynchronously if vc-disable-async-diff is t.
6626
6627 2005-01-09 Jay Belanger <belanger@truman.edu>
6628
6629 * calc/calc.el (defcalcmodevar): New macro.
6630 (calc-mode-var-list-restore-default-values)
6631 (calc-mode-var-list-restore-saved-values): New functions.
6632 (calc-mode-var-list): Use defcalcmodevar to define it.
6633 (calc-always-load-extensions, calc-line-numbering)
6634 (calc-line-breaking, calc-display-just, calc-display-origin)
6635 (calc-number-radix, calc-leading-zeros, calc-group-digits)
6636 (calc-group-char, calc-point-char, calc-frac-format)
6637 (calc-prefer-frac, calc-hms-format, calc-date-format)
6638 (calc-float-format, calc-full-float-format, calc-complex-format)
6639 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6640 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6641 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6642 (calc-matrix-brackets, calc-language, calc-language-option)
6643 (calc-left-label, calc-right-label, calc-word-size)
6644 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6645 (calc-display-raw, calc-internal-prec, calc-angle-mode)
6646 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6647 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6648 (calc-window-height, calc-display-trail, calc-show-selections)
6649 (calc-use-selections, calc-assoc-selections)
6650 (calc-display-working-message, calc-auto-why, calc-timing)
6651 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
6652 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
6653 (calc-gnuplot-default-device, calc-gnuplot-default-output)
6654 (calc-gnuplot-print-device, calc-gnuplot-print-output)
6655 (calc-gnuplot-geometry, calc-graph-default-resolution)
6656 (calc-graph-default-resolution-3d, calc-invocation-macro)
6657 (calc-show-banner): Use defcalcmodevar to declare them and set
6658 their default values.
6659
6660 * calc/calc-ext.el (calc-reset): Restore saved values of variables
6661 instead of default values (but restore default values if there is
6662 an argument of 0).
6663
6664 2005-01-09 David Kastrup <dak@gnu.org>
6665
6666 * desktop.el (desktop-restore-eager): Fix typo in type.
6667
6668 2005-01-08 Richard M. Stallman <rms@gnu.org>
6669
6670 * cus-edit.el (customize): Delete :link.
6671
6672 2005-01-08 Jay Belanger <belanger@truman.edu>
6673
6674 * calc/calc.el (calc-mode): Remove the extension from the
6675 `calc-settings-file' file name when loading it.
6676
6677 2005-01-08 Kim F. Storm <storm@cua.dk>
6678
6679 * info.el (Info-mode-map, Info-next-link-keymap)
6680 (Info-prev-link-keymap, Info-up-link-keymap):
6681 Map follow-link to mouse-face.
6682 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
6683
6684 2005-01-08 Jay Belanger <belanger@truman.edu>
6685
6686 * calc/calc.el (calc-settings-file): Change default value.
6687 Suggested by cgw in a comment in calc-mode.el.
6688
6689 * calc/calc-mode.el (calc-settings-file-name):
6690 Compare calc-settings-file to user-init-file instead of ~/.emacs.
6691 Replace ~/.emacs in a prompt by calc-settings-file.
6692
6693 2005-01-07 Lars Hansen <larsh@math.ku.dk>
6694
6695 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
6696 (desktop-lazy-idle-delay): New customizable variables.
6697 (desktop-buffer-args-list): New variable.
6698 (desktop-append-buffer-args): New function.
6699 (desktop-save): Call desktop-append-buffer-args for some buffers.
6700 (desktop-lazy-create-buffer): New function.
6701 (desktop-idle-create-buffers): New function.
6702 (desktop-read): Add message about buffers to restore lazily.
6703 (desktop-lazy-abort): New command.
6704 (desktop-clear): Call desktop-lazy-abort.
6705 (desktop-lazy-complete): New command.
6706
6707 2005-01-06 Richard M. Stallman <rms@gnu.org>
6708
6709 * emacs-lisp/find-func.el (find-face-definition):
6710 Rename from find-face.
6711
6712 2005-01-06 Kim F. Storm <storm@cua.dk>
6713
6714 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
6715
6716 * man.el (Man-xref-man-page, Man-xref-header-file)
6717 (Man-xref-normal-file): Add follow-link property.
6718
6719 2005-01-06 Jay Belanger <belanger@truman.edu>
6720
6721 * calc/calc-units.el: Make sure the proper macro definitions are
6722 available when compiling.
6723
6724 2005-01-06 Juri Linkov <juri@jurta.org>
6725
6726 * isearch.el (isearch-lazy-highlight-update):
6727 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
6728
6729 2005-01-06 Miles Bader <miles@gnu.org>
6730
6731 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
6732 (isearch-lazy-highlight-face): Use new name.
6733
6734 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * uniquify.el (uniquify-rationalize-file-buffer-names):
6737 Re-add an interactive spec.
6738 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
6739 to the same name.
6740
6741 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
6742 (isearch-update, isearch-done): Adjust calls accordingly.
6743
6744 2005-01-05 Richard M. Stallman <rms@gnu.org>
6745
6746 * custom.el (custom-set-variables, custom-theme-set-variables):
6747 Clarify documentation.
6748
6749 * emacs-lisp/find-func.el (find-variable)
6750 (find-variable-other-window, find-variable-other-frame):
6751 Fix the TYPE args to find-function-read and find-function-do-it.
6752 (find-function): Doc fix.
6753 (find-function-at-point): Replace function-at-point alias.
6754
6755 2005-01-04 Richard M. Stallman <rms@gnu.org>
6756
6757 * cus-face.el (custom-declare-face):
6758 Record defface in current-load-list.
6759
6760 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
6761
6762 * emacs-lisp/find-func.el: Doc fixes.
6763 (find-face-regexp): New variable.
6764 (find-function-regexp-alist): New variable.
6765 (find-function-C-source): Third arg is now TYPE.
6766 (find-function-search-for-symbol): Handle general TYPE.
6767 (find-function-read, find-function-do-it): Handle general TYPE.
6768 (find-definition-noselect, find-face): New functions.
6769 (function-at-point): Alias deleted.
6770
6771 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6772
6773 * battery.el (display-battery-mode): Rename from display-battery.
6774 Handle the case where it gets turned off.
6775
6776 2005-01-04 Richard M. Stallman <rms@gnu.org>
6777
6778 * cus-edit.el (customize): Make :link point to user doc.
6779
6780 * man.el (Man-fontify-manpage): Turn off undo generation.
6781
6782 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
6783
6784 2005-01-04 Andreas Schwab <schwab@suse.de>
6785
6786 * files.el (insert-directory): Only look for error lines in
6787 inserted text. Don't move too far after processing --dired markers.
6788
6789 2005-01-04 Richard M. Stallman <rms@gnu.org>
6790
6791 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
6792 Don't expand if the character is @, period, dash, etc.
6793 (define-mail-abbrev): Quote names that contain problem characters.
6794
6795 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
6796
6797 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
6798
6799 2005-01-03 Richard M. Stallman <rms@gnu.org>
6800
6801 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
6802 (query-replace-highlight, query-replace-lazy-highlight)
6803 (query-replace): Definitions moved up. Doc fix.
6804
6805 2005-01-03 Richard M. Stallman <rms@gnu.org>
6806
6807 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
6808 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6809 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6810 (lazy-highlight-face): Rename from isearch-lazy-...
6811 Change all references to them.
6812
6813 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6814
6815 * cus-edit.el (custom-file): Doc fix for defcustom.
6816 (custom-file): The function no longer sets the variable
6817 `custom-file' to its return value.
6818
6819 * startup.el (command-line): No longer load `custom-file'.
6820
6821 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6822
6823 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
6824
6825 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
6826 Don't confuse module-prefixed identifiers for labels.
6827 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
6828
6829 2005-01-02 Richard M. Stallman <rms@gnu.org>
6830
6831 * files.el (basic-save-buffer-1): Fix previous change.
6832
6833 * loadhist.el (file-loadhist-lookup): New function.
6834 (file-provides, file-requires): Use it.
6835
6836 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
6837 instead of calculating the right size.
6838
6839 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6840
6841 * vc-svn.el (vc-svn-diff): Stay local if possible.
6842
6843 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
6844
6845 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
6846
6847 * files.el (hack-local-variables): Fix last change.
6848
6849 2005-01-02 Jay Belanger <belanger@truman.edu>
6850
6851 * calc/calc-yank.el (calc-edit-top): New variable.
6852 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
6853 object. Change header properties.
6854 (calc-edit-finish, calc-edit-finish-stack-object)
6855 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
6856 edited object.
6857 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
6858 for the beginning of the edited object.
6859 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
6860 for the beginning of the edited object.
6861 * calc/calc-prog.el (calc-edit-macro-finish-edit)
6862 (calc-finish-formula-edit, calc-macro-repeats)
6863 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
6864 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
6865 beginning of the edited object.
6866 (calc-user-define-edit): Change the header for editing macros.
6867 Remove unnecessary variable.
6868
6869 2005-01-01 Jay Belanger <belanger@truman.edu>
6870
6871 * calc/calc-yank.el (calc-edit-mode): Change default header.
6872 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
6873 * calc/calc-store.el (calc-edit-variable): Change title to match new
6874 header.
6875 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
6876 mode to match new header.
6877 (calc-user-define-edit): Change titles to include names of commands.
6878 (calc-finish-formula-edit): Adjust to handle new header.
6879 (calc-finish-macro-edit): Remove.
6880 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
6881 (calc-edit-macro-command, calc-edit-macro-command-type)
6882 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
6883 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
6884 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
6885 (calc-edit-macro-finish-edit): New functions.
6886 (calc-user-define-edit): Use new functions to edit named calc macros.
6887
6888 2005-01-01 Stefan <monnier@iro.umontreal.ca>
6889
6890 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
6891
6892 * ses.el (copy-region-as-kill): Deactivate mark.
6893
6894 2005-01-01 Richard M. Stallman <rms@gnu.org>
6895
6896 * replace.el (occur-1): If the output buffer is also an input,
6897 don't kill it, rename it.
6898
6899 * faces.el (set-face-background, set-face-foreground): Doc fix.
6900
6901 * cus-face.el (custom-face-attributes): Fix :help-echo strings
6902 for :foreground and :background.
6903
6904 * dired.el (dired-view-command-alist): Variable deleted.
6905 (dired-view-file, dired-mouse-find-file-other-window):
6906 Delete the code to use it.
6907
6908 2005-01-01 Kim F. Storm <storm@cua.dk>
6909
6910 * image.el (insert-sliced-image): Use t for line-height property.
6911
6912 2004-12-31 Jay Belanger <belanger@truman.edu>
6913
6914 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
6915 for "var-" at the beginning of the minibuffer.
6916
6917 2004-12-31 Richard M. Stallman <rms@gnu.org>
6918
6919 * faces.el (read-face-name):
6920 Don't treat an attribute spec as a list of faces.
6921
6922 * simple.el (undo): Use undo-equiv-table to detect
6923 unexpected changes since previous undo.
6924 (undo-list-saved): Variable deleted.
6925 (buffer-disable-undo): Don't alter undo-list-saved.
6926
6927 * files.el (require-final-newline): Allow `visit' and `visit-save'.
6928 (mode-require-final-newline): New option.
6929 (after-find-file): Handle require-final-newline with new values.
6930 (basic-save-buffer): Handle new values of require-final-newline.
6931
6932 * progmodes/sh-script.el (sh-require-final-newline):
6933 Alist value now controls whether to use mode-require-final-newline.
6934 (sh-set-shell): Implement that new meaning.
6935
6936 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
6937 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
6938 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
6939 Delete old-Emacs compatibility code.
6940 (antlr-c-common-init): Function deleted.
6941
6942 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
6943 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
6944 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
6945 * progmodes/python.el (python-mode): Use mode-require-final-newline.
6946 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
6947 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
6948 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
6949 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
6950 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
6951 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
6952 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
6953 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
6954 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
6955 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
6956 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
6957 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
6958
6959 2004-12-31 Jay Belanger <belanger@truman.edu>
6960
6961 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
6962 way to return to Calc.
6963
6964 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
6965 finish, C-xk as the way to cancel the edit. Add cancel routine to
6966 kill-buffer-hook.
6967
6968 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
6969 MacEdit code.
6970
6971 * calc/calc-prog.el: Remove obsolete MacEdit code.
6972 (calc-macro-edit-algebraic, calc-macro-edit-variable)
6973 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
6974
6975 2004-12-31 Kenichi Handa <handa@m17n.org>
6976
6977 * international/mule.el (buffer-file-coding-system-explicit):
6978 Rename for explicit-buffer-file-coding-system.
6979 (after-insert-file-set-coding): Adjust for the above change.
6980
6981 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
6982 to buffer-file-coding-system-explicit.
6983 (basic-save-buffer-1): Likewise.
6984
6985 2004-12-30 Richard M. Stallman <rms@gnu.org>
6986
6987 * textmodes/artist.el (artist-butlast-fn): Var deleted.
6988 (artist-butlast, artist-last): Functions deleted.
6989 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
6990 (artist-compute-key-compl-table): Call remq directly.
6991 (artist-remove-nulls): Function deleted.
6992 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
6993 (artist-push, artist-pop): Macro deleted.
6994
6995 2004-12-30 Andreas Leue <al@sphenon.de>
6996
6997 * textmodes/artist.el (artist-version): 1.2.6
6998 (artist-prev-next-op-alist): New variable.
6999 (artist-select-next-op-in-list): New function.
7000 (artist-select-prev-op-in-list): New function.
7001 (artist-make-prev-next-op-alist): New function.
7002 (artist-is-in-op-list-p): New function.
7003 (artist-get-first-non-nil-op): New function.
7004 (artist-get-last-non-nil-op): New function.
7005 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7006 artist-prev-next-op-alist.
7007 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7008 change drawing operation.
7009
7010 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7011
7012 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7013
7014 2004-12-31 Masatake YAMATO <jet@gyve.org>
7015
7016 * server.el (server-process-filter): Suppress `error', too.
7017
7018 2004-12-30 Jay Belanger <belanger@truman.edu>
7019
7020 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7021 Change the way a variable is displayed in a message.
7022
7023 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7024 (calc-user-define-permanent, calc-execute-kbd-macro):
7025 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7026
7027 2004-12-30 Kenichi Handa <handa@m17n.org>
7028
7029 * files.el (basic-save-buffer-1):
7030 Set explicit-buffer-file-coding-system to last-coding-system-used.
7031 (revert-buffer): Pay attention to
7032 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7033 on bind coding-system-for-read.
7034
7035 * international/mule.el (explicit-buffer-file-coding-system):
7036 New buffer local variable.
7037 (after-insert-file-set-coding): Set it to coding-system-for-read.
7038
7039 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7040
7041 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7042
7043 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7044
7045 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7046 that include line numbers.
7047
7048 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7049
7050 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7051 Redundant variable PREFIXLEN removed.
7052
7053 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7054
7055 * eshell/em-hist.el (eshell-previous-matching-input):
7056 Start the deletion from the end of the output.
7057
7058 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7059
7060 * term/mac-win.el: Require x-dnd.
7061 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7062
7063 2004-12-29 David Kastrup <dak@gnu.org>
7064
7065 * international/mule.el (decode-coding-inserted-region):
7066 Don't barf if `buffer-undo-list' is already set to `t'.
7067
7068 2004-12-29 Jay Belanger <belanger@truman.edu>
7069
7070 * calc/calc-prog.el (calc-user-define-formula): Put default values
7071 for function names in prompts.
7072 (calc-user-define-permanent, calc-user-define-composition)
7073 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7074 default input for algebraic functions.
7075
7076 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7077
7078 * vc-rcs.el (vc-rcs-annotate-command):
7079 Fix omission bug: Call `vc-setup-buffer'.
7080
7081 2004-12-29 Kenichi Handa <handa@m17n.org>
7082
7083 * international/mule.el (recode-region): New function.
7084
7085 2004-12-28 Richard M. Stallman <rms@gnu.org>
7086
7087 * simple.el (undo-extra-outer-limit): New variable.
7088 (undo-outer-limit-truncate): Test and set it.
7089
7090 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7091 enables the feature to extend the existing region.
7092
7093 * simple.el (mark-word): New arg ALLOW-EXTEND
7094 enables the feature to extend the existing region.
7095
7096 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7097 enables the feature to extend the existing region.
7098
7099 * startup.el (site-run-file): Don't allow setting it with Custom.
7100
7101 * simple.el (buffer-disable-undo): Fix previous change.
7102
7103 2004-12-27 Masatake YAMATO <jet@gyve.org>
7104
7105 * hexl.el (hexlify-buffer): Remove fontification here.
7106 Use font lock mechanism instead.
7107 (hexl-font-lock-keywords): New font lock kewords.
7108 (hexl-mode-old-font-lock-keywords): New variable.
7109 (hexl-mode): Store the old font lock keywords.
7110 (hexl-mode-exit): Restore the old font lock keywords.
7111
7112 2004-12-27 Richard M. Stallman <rms@gnu.org>
7113
7114 * simple.el (undo): Fix previous change.
7115
7116 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7117
7118 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7119 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7120 Call x-open-connection on Mac OS X.
7121
7122 2004-12-27 Richard M. Stallman <rms@gnu.org>
7123
7124 * files.el (buffer-save-without-query): New var (buffer-local).
7125 (save-some-buffers): Save those buffers first, w/o asking.
7126
7127 * files.el (insert-directory-ls-version): New variable.
7128 (insert-directory): When ls returns an error, test the version
7129 number to decide what the return code means.
7130 With --dired output format, detect and distinguish lines
7131 that are really error messages.
7132 (insert-directory-adj-pos): New function.
7133
7134 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7135
7136 * battery.el (battery-mode-line-format): Remove initial spaces.
7137
7138 * uniquify.el (uniquify-rationalize-file-buffer-names):
7139 Delete interactive spec.
7140
7141 * type-break.el (type-break-mode): Set buffer-save-without-query.
7142 Remove code that tried to set save-some-buffers-always.
7143 (type-break-file-keystroke-count): Bind deactivate-mark.
7144
7145 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7146
7147 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7148 Test that the buffer is live, and maybe reject current buffer too.
7149 Clarify.
7150 (next-error-find-buffer): Rewrite for clarity.
7151
7152 * loadup.el: Don't use buffer-disable-undo; do it directly.
7153
7154 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7155 (describe-variable): Call symbol-file with `defvar'.
7156
7157 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7158 (symbol-file): Rewritten to handle new load-history format.
7159 Now takes an arg TYPE to specify looking for a particular
7160 type of definition only.
7161
7162 * emacs-lisp/debug.el (debugger-make-xrefs):
7163 Call symbol-file with `defun'.
7164
7165 * emacs-lisp/find-func.el (find-function-noselect):
7166 Call symbol-file with `defun'.
7167 (find-variable-noselect): Call symbol-file with `defvar'.
7168
7169 * eshell/esh-cmd.el (eshell-find-alias-function):
7170 Call symbol-file with `defun'.
7171
7172 * eshell/esh-test.el (eshell-test-goto-func):
7173 Call symbol-file with `defun'.
7174
7175 * mail/rmail.el (rmail-resend):
7176 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7177
7178 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7179
7180 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7181
7182 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7183 Call buffer-disable-undo.
7184
7185 * simple.el (undo-list-saved): New variable (buffer-local).
7186 (undo): Set and test it.
7187 (buffer-disable-undo): Move here from buffer.c.
7188 Clear out undo-list-saved.
7189
7190 * international/mule.el (decode-coding-inserted-region):
7191 Set buffer-undo-list in a correct and optimal way.
7192
7193 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7194 (cperl-font-lock-unfontify-region-function): No need to save and
7195 restore info, since font-lock.el does it for us.
7196
7197 * ansi-color.el (save-buffer-state): Definition deleted.
7198 (ansi-color-unfontify-region): Don't use save-buffer-state.
7199
7200 2004-12-27 Dave Love <fx@gnu.org>
7201
7202 * wid-edit.el (function): Use restricted-sexp as parent.
7203
7204 2004-12-27 Kevin Ryde <user42@zip.com.au>
7205
7206 * simple.el (next-matching-history-element): Use same
7207 `interactive' form as previous-matching-history-element.
7208
7209 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7210 it can appear unencoded and has been seen from yahoo.
7211
7212 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7213
7214 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7215 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7216
7217 2004-12-27 Kenichi Handa <handa@m17n.org>
7218
7219 * international/utf-8.el (utf-translate-cjk-load-tables):
7220 Bind coding-system-for-read to nil while loading subst-*.
7221
7222 2004-12-26 Jay Belanger <belanger@truman.edu>
7223
7224 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7225 default input.
7226
7227 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7228
7229 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7230 before reverting and disable undo recording while reverting.
7231
7232 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7233
7234 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7235 (hs-make-overlay): New function.
7236 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7237 (hs-flag-region): Delete function.
7238 (hs-hide-comment-region): No longer use `hs-flag-region'.
7239 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7240 (hs-hide-block-at-point): Likewise.
7241 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7242 (hs-hide-all, hs-show-all): Likewise.
7243 (hs-show-block): Likewise.
7244 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7245
7246 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7247
7248 * progmodes/hideshow.el: Require `cl' when compiling.
7249 Remove XEmacs and Emacs 19 compatibility.
7250 Use `dolist' and `add-to-list' for load-time actions.
7251 (hs-discard-overlays): Use `dolist'.
7252 (hs-show-block): Likewise.
7253
7254 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7255
7256 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7257
7258 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7259
7260 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7261 When extending backwards, move outside the current comment first.
7262
7263 2004-12-22 Kenichi Handa <handa@m17n.org>
7264
7265 * international/quail.el (quail-start-translation): Fix prompt
7266 string for the case if input-method-use-echo-area being non-nil.
7267 (quail-start-conversion): Likewise.
7268 (quail-show-guidance): Don't show guidance if
7269 input-method-use-echo-area is non-nil.
7270
7271 2004-12-21 Richard M. Stallman <rms@gnu.org>
7272
7273 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7274
7275 2004-12-21 Markus Rost <rost@ias.edu>
7276
7277 * calendar/diary-lib.el (mark-diary-entries):
7278 Set mark-diary-entries-in-calendar only after checking for diary-file.
7279
7280 2004-12-21 Richard M. Stallman <rms@gnu.org>
7281
7282 * faces.el (escape-glyph): Use blue against light foreground.
7283
7284 * simple.el (undo-outer-limit-truncate): New function.
7285 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7286
7287 2004-12-21 Eli Barzilay <eli@barzilay.org>
7288
7289 * calculator.el (calculator-radix-grouping-mode)
7290 (calculator-radix-grouping-digits)
7291 (calculator-radix-grouping-separator):
7292 New defcustoms for the new radix grouping mode functionality.
7293 (calculator-mode-hook): Now used in electric mode too,
7294 (calculator): Call it.
7295 (calculator-mode-map): Some new keys.
7296 (calculator-message): New function. Some new calls.
7297 (calculator-op, calculator-set-register): Use it.
7298 (calculator-string-to-number): New function, mostly moved and
7299 updated code from calculator-curnum-value.
7300 (calculator-curnum-value): Use it.
7301 (calculator-paste): Use it, and update grabbing the current-kill.
7302 (calculator-rotate-displayer)
7303 (calculator-rotate-displayer-back): Toggle digit grouping when
7304 in radix mode, use calculator-message.
7305 (calculator-displayer-prev, calculator-displayer-next):
7306 Change digit group size when in radix mode.
7307 (calculator-number-to-string): Rename from
7308 calculator-num-to-string. Now deals with digit grouping in
7309 radix mode.
7310 (calculator-update-display, calculator-put-value): Use the new name.
7311 (calculator-fact): Return a floating point number.
7312 (calculator-mode): Doc fix.
7313
7314 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7315
7316 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7317 * calendar/diary-lib.el (view-other-diary-entries):
7318 Use current-prefix-arg in interactive spec.
7319
7320 2004-12-19 Jay Belanger <belanger@truman.edu>
7321
7322 * calc/calc-aent.el (calcAlg-blank-matching-open):
7323 Temporarily adjust the syntax of both delimiters of half-open intervals.
7324
7325 2004-12-19 Kim F. Storm <storm@cua.dk>
7326
7327 * mouse.el (mouse-1-click-follows-link): Doc fix.
7328
7329 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7330
7331 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7332 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7333 instead of centraleuropean as the name
7334
7335 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7336
7337 Sync with Tramp 2.0.46.
7338
7339 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7340 parameters wrt Tramp convention.
7341 (tramp-handle-file-attributes-with-perl)
7342 (tramp-handle-directory-files-and-attributes): Apply it.
7343 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7344 `copy-program'. Reported by Zack Weinberg
7345 <zack@codesourcery.com>.
7346 (top): Set `edebug-form-spec' property directly rather than
7347 calling `def-edebug-spec'.
7348
7349 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7350 advice less fragile. Surround temporary redefinition of
7351 `substitute-in-file-name' with `unwind-protect'. Suggested by
7352 Matt Hodges <MPHodges@member.fsf.org>.
7353
7354 2004-12-17 Juri Linkov <juri@jurta.org>
7355
7356 * replace.el (occur-accumulate-lines, occur-engine):
7357 Make forcing deferred font-lock fontification jit-specific.
7358
7359 2004-12-17 Kim F. Storm <storm@cua.dk>
7360
7361 * mouse.el (mouse-1-click-follows-link): New defcustom.
7362 (mouse-on-link-p): New function.
7363 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7364 functionality. Map a mouse-1 click event into a mouse-2 (or
7365 other) event when position is inside a link.
7366
7367 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7368 prefix in tooltip text with "mouse-1" when this is a link
7369 recognized by mouse-1-click-follows-link functionality.
7370
7371 * help.el (describe-key): Report effective and original binding
7372 for mouse-1 when clicked on a link.
7373 (describe-mode): Add follow-link property to "minor-mode" button.
7374
7375 * help-fns.el (describe-variable): Add follow-link property to
7376 "below" button.
7377
7378 * help-mode.el (help-xref): Add follow-link property.
7379
7380 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7381 (apropos-command, apropos-variable, apropos-face, apropos-group)
7382 (apropos-widget, apropos-plist): Add follow-link property.
7383
7384 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7385 checks if position is in a filename, rather than some other
7386 clickable item. Function looks for cvs-filename-face at position.
7387
7388 * wid-edit.el (widget-specify-field, widget-specify-button):
7389 Map a :follow-link keyword into a follow-link property.
7390 (link): Add :follow-link keyword, map to RET binding.
7391
7392 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7393
7394 * progmodes/compile.el (compilation-minor-mode-map)
7395 (compilation-button-map, compilation-mode-map): Likewise.
7396
7397 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7398
7399 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7400 (zone-replace-char): Take `count' and `del-count'
7401 instead of `direction'. Update callers. When `del-count' is
7402 non-nil, delete that many characters, otherwise `count' characters
7403 backwards. Insert the newly-replaced string `count' times.
7404 (zone-fret): Handle chars w/ width greater than one.
7405 (zone-fall-through-ws): No longer take window width `ww'.
7406 Update callers. Add handling for `char-width' greater than one.
7407 (zone-pgm-drip): Update var holding window-end position every cycle.
7408
7409 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7410
7411 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7412 rather than insert-file.
7413
7414 2004-12-16 Jay Belanger <belanger@truman.edu>
7415
7416 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7417 (math-init-random-base, math-random-digit): Check to see if
7418 var-RandSeed is bound.
7419 (math-random-last): Declare it.
7420 (math-random-digit): Don't make math-random-last local.
7421
7422 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7423
7424 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7425 one-shot thunk for uniform (error, quit, normal) recovery.
7426 Reported by John Paul Wallington.
7427 (zone-pgm-random-life): Fix bug:
7428 Recognize empty initial field by lack of "@" chars.
7429
7430 2004-12-16 Juri Linkov <juri@jurta.org>
7431
7432 * help.el (function-called-at-point):
7433 * help-fns.el (variable-at-point): As a last resort try stripping
7434 non-word prefixes and suffixes.
7435
7436 * descr-text.el (describe-property-list): Don't treat syntax-table
7437 specially. Use describe-text-sexp which inserts [show] button
7438 for large objects and handles printing errors. Sort properties
7439 by names in alphabetical order instead of by value sizes.
7440 Add `mouse-face' to list of properties for `describe-face' widget.
7441 (describe-char): Mask out face-id from 19 bits of character.
7442 Print face-id separately.
7443
7444 * replace.el (occur-accumulate-lines, occur-engine):
7445 Fontify unfontified matching lines in the source buffer
7446 before copying them.
7447 (occur-engine): Don't put mouse-face on context lines.
7448 (occur-next-error): Set point to line beginning/end
7449 before searching for prev/next property to skip multiple
7450 matches on a line (not supported by occur engine).
7451 Remove redundant prefix-numeric-value.
7452
7453 2004-12-15 Juri Linkov <juri@jurta.org>
7454
7455 * replace.el (match): New face.
7456 (list-matching-lines-face): Change default from `bold' to `match'.
7457
7458 * progmodes/grep.el (grep-match-face): New defvar.
7459 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7460 compilation-column-face to highlight grep matches.
7461
7462 * apropos.el (apropos-match-face): Change default from
7463 `secondary-selection' to `match'.
7464
7465 * info-look.el (info-lookup-highlight-face): Change default from
7466 `highlight' to `match'.
7467
7468 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7469
7470 * progmodes/executable.el (executable-interpret): Eliminate
7471 obsolete compile-internal, and switch to comint for interaction.
7472
7473 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7474
7475 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7476 `&&' when skipping multiple statements on a line.
7477
7478 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7479
7480 * play/zone.el (zone): Set `truncate-lines'.
7481 Also, init `tab-width' with value from original buffer.
7482 (zone-shift-up): Rewrite for speed.
7483 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7484 (zone-pgm-jitter): Remove redundant entries from ops vector.
7485 (zone-exploding-remove): Reduce iteration count.
7486 (zone-cpos): Convert to defsubst.
7487 (zone-replace-char): New defsubst.
7488 (zone-park/sit-for): Likewise.
7489 (zone-fret): Take window-start arg.
7490 Update callers. Use `zone-park/sit-for'.
7491 (zone-fill-out-screen): Rewrite.
7492 (zone-fall-through-ws): Likewise. Update callers.
7493 (zone-pgm-drip): Use `zone-replace-char'.
7494 Move var inits before while-loop. Use `zone-park/sit-for'.
7495 (zone-pgm-random-life): Handle empty initial field.
7496 Use `zone-replace-char' and `zone-park/sit-for'.
7497
7498 2004-12-15 Juri Linkov <juri@jurta.org>
7499
7500 * isearch.el (isearch-update): Test isearch-lazy-highlight
7501 before calling isearch-lazy-highlight-new-loop.
7502 (isearch-lazy-highlight-new-loop):
7503 Don't test isearch-lazy-highlight.
7504
7505 * replace.el (perform-replace): Add isearch-case-fold-search.
7506 Use delimited-flag for isearch-regexp.
7507 Reset isearch-lazy-highlight-last-string to force lazy
7508 highlighting when called from isearch mode.
7509 (query-replace-highlight): Revert defcustom type to boolean.
7510 (query-replace-lazy-highlight): New defcustom.
7511 (query-replace): New face.
7512 (perform-replace, replace-highlight, replace-dehighlight):
7513 Test query-replace-lazy-highlight instead of special value
7514 `isearch' of query-replace-highlight.
7515 (replace-dehighlight): Don't call isearch-dehighlight.
7516 (replace-highlight): Don't call isearch-highlight.
7517 Use face `query-replace' unconditionally.
7518
7519 2004-12-14 Kim F. Storm <storm@cua.dk>
7520
7521 * simple.el (inhibit-mark-movement): Remove defvar.
7522 (beginning-of-buffer, end-of-buffer): Don't use it.
7523
7524 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7525 Don't use inhibit-mark-movement.
7526
7527 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7528 (cua--undo-push-mark): Remove.
7529 (cua--pre-command-handler, cua--post-command-handler):
7530 Don't fiddle with inhibit-mark-movement.
7531
7532 2004-12-14 Juri Linkov <juri@jurta.org>
7533
7534 * buff-menu.el (list-buffers-noselect): Collect internal info
7535 for every buffer in BUFFER-LIST arg too.
7536 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7537 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7538 Bind same-window-buffer-names and same-window-regexps to nil.
7539
7540 2004-12-13 Juri Linkov <juri@jurta.org>
7541
7542 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7543
7544 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7545 (sc-cite-region, sc-uncite-region, sc-recite-region):
7546 Fix previous change to handle not alist as a symbol, but
7547 a citation frame as a symbol that represents a variable name.
7548
7549 2004-12-13 Richard M. Stallman <rms@gnu.org>
7550
7551 * filecache.el (file-cache-add-directory-using-find):
7552 Only set up file-cache-find-command-posix-flag if we will use it.
7553
7554 * bindings.el (mode-line-buffer-identification-keymap):
7555 Don't cancel the mode-line's usual down-mouse-1 binding.
7556
7557 * cus-edit.el (custom-face-selected): Handle `default' specs.
7558 (custom-face-edit): Increase extra-offset.
7559 (custom-display): Handle `default' specs.
7560
7561 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7562
7563 * emacs-lisp/elint.el (elint-standard-variables)
7564 (elint-unknown-builtin-args): Move definitions up.
7565
7566 * net/browse-url.el (browse-url-url-at-point): Add autoload.
7567
7568 * info.el (info-xref-visited): Use `default' instead of t.
7569 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7570
7571 * faces.el (header-line, mode-line-inactive, tool-bar):
7572 Use `default' instead of t for setting the defaults.
7573 (face-spec-choose): Separate `t' from `default'.
7574
7575 * subr.el (while-no-input): New macro.
7576
7577 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
7578
7579 * filecache.el (file-cache-add-directory-using-find):
7580 Only test file-cache-find-command-posix-flag on some systems.
7581
7582 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7583
7584 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
7585 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
7586 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
7587 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
7588 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
7589
7590 2004-12-12 Juri Linkov <juri@jurta.org>
7591
7592 * files.el (find-file-other-window, find-file-other-frame):
7593 Add the first buffer to the returned value to return the complete
7594 list of all visited buffers.
7595 (find-file-read-only, find-file-read-only-other-window)
7596 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
7597 `find-file-read-args'. Signal an error about non-existent file
7598 only if file name doesn't contain wildcards. Toggle read-only in
7599 all visited buffers.
7600 (find-alternate-file, find-alternate-file-other-window):
7601 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
7602 called interactively. Pass arg `wildcards' to other functions.
7603 (find-file-noselect): Doc fix.
7604
7605 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
7606 Doc fix.
7607 (ffap-directory-finder): New variable.
7608 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
7609 (ffap-file-at-point): Add /* to immediately rejected names.
7610 Return absolute file names matching ffap-dired-wildcards.
7611 (ffap-read-file-or-url): Set default value for `completing-read'
7612 to `buffer-file-name'.
7613 (find-file-at-point): When filename matches ffap-dired-wildcards,
7614 call ffap-file-finder with t arg `wildcards', instead of dired.
7615 (ffap-other-window, ffap-other-frame): Return visited buffers.
7616 (ffap-read-only, ffap-read-only-other-window)
7617 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
7618 (dired-at-point): Call ffap-directory-finder instead of dired.
7619 (ffap-dired-other-window, ffap-dired-other-frame)
7620 (ffap-list-directory): New commands.
7621 (ffap-bindings): New keybindings for new commands.
7622
7623 2004-12-12 Juri Linkov <juri@jurta.org>
7624
7625 * simple.el (beginning-of-buffer, end-of-buffer):
7626 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7627 Do not push mark when mark is active in transient-mark-mode.
7628
7629 * simple.el (mark-word):
7630 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
7631 * textmodes/paragraphs.el (mark-paragraph):
7632 Extend the region when mark is active in transient-mark-mode,
7633 regardless of the last command. Doc fix.
7634
7635 * simple.el (mark-word): Preserve direction when repeating.
7636 Make arg optional. Interactive "p" -> "P".
7637 (transient-mark-mode, inhibit-mark-movement): Doc fix.
7638
7639 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
7640 preserving direction, to mark forward instead of backward when mark
7641 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
7642
7643 2004-12-12 Juri Linkov <juri@jurta.org>
7644
7645 * isearch.el (isearch-edit-string): Set 7th arg of
7646 `read-from-minibuffer' to `t' to inherit the current input
7647 method (whose name is indicated by [IM] in the minibuffer prompt)
7648 from the current buffer to the minibuffer.
7649 (isearch-lazy-highlight-update): Put body to `with-local-quit'
7650 to allow C-g quitting for lazy highlighting looping inside the
7651 search with nested repetition operators. Add overlay to the list
7652 before setting its face and other properties to avoid the case of
7653 code quitting after placing the new overlay but before it's
7654 recorded on the list. Select the window where isearch was
7655 activated, to highlight matches in the right window when isearch
7656 switches the current window to the minibuffer.
7657
7658 * international/isearch-x.el
7659 (isearch-process-search-multibyte-characters):
7660 Use `isearch-message' as initial input for `read-string' instead
7661 of adding it to the minibuffer prompt. After reading a string
7662 remove the initial value of `isearch-message' from the string.
7663
7664 * replace.el (replace-match-maybe-edit): Doc fix.
7665 (perform-replace): Don't call `replace-highlight' when automatic
7666 replacement is requested in literal mode, since it is intended
7667 only to highlight words during entering a new replacement string
7668 for \? in non-literal mode.
7669
7670 * replace.el (query-replace-highlight): Add new value `isearch'
7671 that allows query replacement to use isearch highlighting.
7672 Change type from `boolean' to `choice'. Doc fix.
7673 (replace-highlight, replace-dehighlight, perform-replace):
7674 Use isearch highlighting if query-replace-highlight eq `isearch'.
7675
7676 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
7677
7678 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7679 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
7680
7681 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
7682 case of \end{verbatim}.
7683
7684 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
7685
7686 * term.el (term-termcap-format): Synchronyze with terminfo.
7687 (term-emulate-terminal): Handle reset.
7688 (term-reset-terminal): New function.
7689
7690 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
7691
7692 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
7693 (zone-fill-out-screen): New func.
7694 (zone-pgm-drip): Use `zone-fill-out-screen'.
7695 Also, no longer go to point-min on every cycle.
7696 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
7697 (zone-pgm-random-life-wait): New user var.
7698 (zone-pgm-random-life): New func.
7699
7700 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
7701
7702 * files.el (auto-mode-alist): Map .com to DCL mode.
7703
7704 2004-12-09 Richard M. Stallman <rms@gnu.org>
7705
7706 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
7707
7708 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
7709
7710 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
7711 buffer with a display margin.
7712
7713 2004-12-08 Jay Belanger <belanger@truman.edu>
7714
7715 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
7716 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
7717
7718 2004-12-08 Richard M. Stallman <rms@gnu.org>
7719
7720 * faces.el: Delete code to set display table.
7721 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
7722
7723 2004-12-08 Jay Belanger <belanger@truman.edu>
7724
7725 * calc/calc.el: Add math-read-preprocess-string to autoloads.
7726
7727 * calc/calc-ext.el (math-read-replacement-list)
7728 (math-read-superscripts, math-read-preprocess-string): Move to
7729 calc-aent.el.
7730
7731 * calc/calc-aent.el (math-read-replacement-list)
7732 (math-read-superscripts, math-read-preprocess-string): Move from
7733 calc-ext.el.
7734
7735 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * isearch.el (isearch-quote-char): Fix up typo in last change.
7738
7739 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7740
7741 * mouse.el (mouse-set-font): Handle the case where the command was
7742 not invoked using the mouse.
7743
7744 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
7745 (edmacro-finish-edit): Further update for keyboard macros that are
7746 lambda forms.
7747 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
7748
7749 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * font-lock.el (font-lock-unfontify-region): Save buffer state.
7752 (font-lock-default-unfontify-region): Don't save buffer state any more.
7753
7754 2004-12-07 Jay Belanger <belanger@truman.edu>
7755
7756 * calc/calc-help.el (calc-describe-key):
7757 Set calc-summary-indentation even when Calc Summary buffer exists.
7758
7759 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
7760
7761 * calendar/holidays.el (holiday-easter-etc): Make arguments
7762 optional for backwards compatibility. Doc fix.
7763 Remove un-necessary local vars mandatory, output-list.
7764 (holiday-advent): Make arguments optional for backwards
7765 compatibility. Doc fix.
7766
7767 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7768
7769 * paren.el (show-paren-function): Fix last change (2004-12-02).
7770
7771 * international/mule-util.el (char-displayable-p): Return nil for
7772 unibyte mode.
7773
7774 * subr.el (subregexp-context-p): New function.
7775
7776 * isearch.el (isearch-quote-char): Use it.
7777
7778 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
7779 (regexp-opt-not-groupie*-re): Remove.
7780 (regexp-opt): Properly handle inputs with duplicate entries.
7781
7782 2004-12-06 Richard M. Stallman <rms@gnu.org>
7783
7784 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
7785
7786 * cus-edit.el (custom-file): Doc fix.
7787
7788 * textmodes/org.el: New file.
7789
7790 2004-12-06 Kenichi Handa <handa@m17n.org>
7791
7792 * ldefs-boot.el: Update international/mule-util.el section.
7793
7794 2004-12-05 Sam Steingold <sds@gnu.org>
7795
7796 * net/tramp.el (tramp-handle-file-accessible-directory-p):
7797 Fix `tramp-time-diff' comparison logic.
7798
7799 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
7800
7801 * progmodes/which-func.el (which-function):
7802 Use `run-hook-with-args-until-success' instead of a custom loop.
7803 Fixes bug with local hooks.
7804
7805 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7806
7807 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
7808 Use delete-dups when calculating the initial value.
7809 (bibtex-autokey-get-title): Use <=.
7810 (bibtex-goto-line): New function.
7811 (bibtex-reposition-window): Use line numbers instead of point
7812 positions. Use window-body-height.
7813 (bibtex-find-crossref): Use bibtex-reposition-window.
7814 (bibtex-find-entry): Use bibtex-reposition-window. Always return
7815 position of entry if key is found or nil if not found.
7816
7817 2004-12-05 Richard M. Stallman <rms@gnu.org>
7818
7819 * cus-edit.el (custom-file): Doc fix.
7820
7821 * progmodes/sh-script.el (sh-indent-for-then): Change default.
7822
7823 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7824
7825 * simple.el (blink-matching-open):
7826 * textmodes/tex-mode.el (tex-validate-region):
7827 Obey syntax-table text properties.
7828
7829 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
7830
7831 * wid-edit.el (widget-specify-field): Add `real-field' property to
7832 boundary.
7833 (widget-field-at): Use it.
7834
7835 2004-12-02 Richard M. Stallman <rms@gnu.org>
7836
7837 * progmodes/cc-mode.el (awk-mode autoload):
7838 Supply t meaning interactive function.
7839
7840 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
7841 (isearch-mode-map): No special definition for space.
7842 (isearch-whitespace-chars): Command deleted.
7843 (isearch-forward-regexp): Doc fix.
7844 (isearch-quote-char): When a space is not inside brackets,
7845 use `[ ]' instead of just space.
7846 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
7847
7848 * imenu.el (imenu--generic-function): Delete code to exclude
7849 matches in comments.
7850
7851 * man.el (Man-reverse-face): Change default to `highlight'.
7852
7853 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
7854 (occur-engine): Use `face' prop rather than `font-lock-face'
7855 when specifying use of `match-face'.
7856 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
7857
7858 * emacs-lisp/elint.el (elint-standard-variables): Update list.
7859
7860 * add-log.el (add-log-current-defun): Handle the case where point
7861 is in the header part of a DEFUN construct.
7862
7863 2004-12-02 Dave Love <fx@gnu.org>
7864
7865 * progmodes/python.el (python-font-lock-syntactic-keywords):
7866 Fix previous change.
7867
7868 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
7869
7870 * paren.el (show-paren-function): Check for matching chars
7871 specified by text props.
7872
7873 2004-12-02 Jay Belanger <belanger@truman.edu>
7874
7875 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
7876 when reading a new key sequence.
7877
7878 2004-12-02 Kim F. Storm <storm@cua.dk>
7879
7880 * faces.el (escape-glyph): Rename from glyph.
7881 (standard-display-table): Set it here. Add escape-glyph face to
7882 extra slot characters.
7883
7884 * disp-table.el: Undo 2004-12-01 change. Display table is now
7885 setup in faces.el.
7886
7887 2004-12-02 Mark A. Hershberger <mah@everybody.org>
7888
7889 * xml.el (xml-parse-dtd): Don't show validity messages when
7890 xml-validating-parser is nil.
7891 (xml-substitute-special): Fix validity error messages to
7892 actually show the unexpandable entity. Added validity error if &
7893 isn't followed by an entity.
7894 (xml-parse-tag): Concatenate any string following the a
7895 <![CDATA[]]> section to the parsed CDATA.
7896 (xml-parse-dtd): Skip parameter entity declarations and use of
7897 parameter entities.
7898
7899 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
7900
7901 * kmacro.el (kmacro-default-counter-format): New var.
7902 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
7903 (kmacro-display): Remove `nil' from `and' form. Delete call to
7904 `format' inside `message'.
7905 (kmacro-start-macro): Use `kmacro-default-counter-format'.
7906
7907 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7908
7909 * pcvs.el (cvs-header-msg): New function.
7910 (cvs-update-header): Use it. Change calling convention.
7911 Correctly handle the case of having simultaneous active processes.
7912 (cvs-sentinel): Don't call cvs-update-header any more.
7913 (cvs-mode-run): Update call and add cvs-update-header to postproc.
7914
7915 2004-12-01 Jay Belanger <belanger@truman.edu>
7916
7917 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
7918 Change message.
7919
7920 2004-12-01 Juri Linkov <juri@jurta.org>
7921
7922 * progmodes/prolog.el (prolog-mode-variables):
7923 Fix imenu-generic-expression.
7924
7925 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
7926
7927 * faces.el (glyph): New face.
7928
7929 * disp-table.el: Add an autoloaded table, that doesn't require
7930 this library, with glyph face.
7931
7932 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
7933 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
7934 (conf-quote-normal): Allow normalizing only ' or ".
7935 (conf-mode): Regexp-quote constructed comment-start and don't
7936 match section {} where "name" contains braces.
7937
7938 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
7939 files.
7940
7941 2004-12-01 Kenichi Handa <handa@m17n.org>
7942
7943 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
7944 (x-select-text): Don't treat eight-bit-control/graphic chars
7945 specially. Store the encoded text in the X cut buffer.
7946 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
7947 with x-last-selected-text-cut-encoded.
7948
7949 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7950
7951 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
7952
7953 2004-11-30 Markus Rost <rost@ias.edu>
7954
7955 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
7956 AUCTeX.
7957
7958 2004-11-30 Jay Belanger <belanger@truman.edu>
7959
7960 * calc/calc-arith.el (math-possible-signs): Made stronger checks
7961 on signs of intervals.
7962 (math-pow-of-zero): Strengthen checks for positive and negative
7963 exponents.
7964
7965 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
7966 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
7967 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
7968 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
7969 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
7970 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
7971 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
7972 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
7973 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
7974 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
7975 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
7976 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
7977 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
7978 with provide statements.
7979
7980 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
7981
7982 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
7983
7984 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
7985 (calc-load-everything, math-defsimplify): Replace dummy autoloading
7986 functions by require statements.
7987 (math-defsimplify): Move to calc-alg.el, add to autoloads.
7988
7989 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7990 (calc-gnuplot-print): Give them values.
7991
7992 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
7993 autoloads.
7994 Add calc-do-embedded-activate to autoloads.
7995 (calc-gnuplot-name, calc-gnuplot-plot-command)
7996 (calc-gnuplot-print-command): Move them to calc-graph.el.
7997
7998 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7999
8000 * term/mac-win.el (ccl-encode-mac-roman-font)
8001 (ccl-encode-mac-cyrillic-font)
8002 (ccl-encode-mac-centraleuropean-font, encoder-list)
8003 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8004 Support Cyrillic, CentralEuropean, and Dingbat font display
8005
8006 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8007
8008 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8009
8010 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8011 still nil.
8012
8013 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8014
8015 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8016 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8017
8018 2004-11-29 Jay Belanger <belanger@truman.edu>
8019
8020 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8021 cases of the base and exponent.
8022
8023 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8024
8025 * simple.el (next-error-buffer-p): Allow for inclusive and
8026 exclusive tests for finding a buffer.
8027 (next-error-find-buffer): Pass the exclusive and inclusive tests
8028 to next-error-buffer-p.
8029
8030 * replace.el (occur-next-error): Switch to the Occur buffer when
8031 appropriate, use the exclusive filter to next-error-find-buffer to
8032 do it. Use the absolute value of the motion amount.
8033
8034 2004-11-29 Kenichi Handa <handa@m17n.org>
8035
8036 * startup.el (command-line): Decode all default-directory by
8037 locale-coding-system.
8038
8039 2004-11-29 Jay Belanger <belanger@truman.edu>
8040
8041 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8042 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8043 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8044 Replace calls to calc-extensions by appropriate require, replace
8045 calc-extensions-loaded by appropriate featurep.
8046
8047 * calc/calc-ext.el: Move require to end of file.
8048 Remove redundant loading of calc.el.
8049 (calc-extensions-loaded): Remove unnecessary variable.
8050 (calc-extensions): Remove unnecessary function.
8051 (calc-load-everything): Replace calc-need-macros by appropriate require.
8052
8053 * calc/calc-macs.el: Move provide to end of file.
8054 (calc-need-macros): Remove unnecessary function.
8055
8056 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8057 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8058 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8059 Replace calc-extensions by appropriate require.
8060 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8061
8062 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8063 Replace calc-need-macros by appropriate require.
8064
8065 * calc/calc.el: Move require to end of file.
8066 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8067 Remove unnecessary variable.
8068 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8069 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8070 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8071 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8072 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8073 (math-format-number, math-format-bignum, math-read-number)
8074 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8075 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8076 by appropriate require.
8077 (calc-check-defines): Replace calc-need-macros by appropriate require.
8078
8079 2004-11-29 Kim F. Storm <storm@cua.dk>
8080
8081 * macros.el (insert-kbd-macro): Handle kmacro functions.
8082
8083 2004-11-28 Juri Linkov <juri@jurta.org>
8084
8085 * compare-w.el (compare-windows-highlight): Attach each overlay
8086 to its window to properly highlight differences while comparing
8087 two windows of the same buffer. Fix arguments.
8088 (compare-windows-sync-default-function): Fix arguments of
8089 `compare-windows-highlight'.
8090
8091 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8092 Use `read-expression-history'. Set initial contents only if
8093 `edebug-global-break-condition' is non-nil. Set histpos to 1
8094 if initial contents is equal to the last history element.
8095 (edebug-set-conditional-breakpoint): Instead of temporarily
8096 prepending the current condition to the history, set initial
8097 contents to the current condition. Set histpos to 1 if initial
8098 contents is equal to the last history element.
8099
8100 * info.el (Info-search-whitespace-regexp): Remove shy group.
8101 (Info-search): Forward line if search is on the header line.
8102 Use search-whitespace-regexp in two other places.
8103
8104 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8105
8106 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8107 warning. Delay real definition, which uses
8108 `set-fringe-indicators-1' till after the definition of that function.
8109
8110 2004-11-28 Kim F. Storm <storm@cua.dk>
8111
8112 * fringe.el (fringe): New defgroup.
8113 (fringe-mode): Move to fringe group.
8114 (fringe-indicators): New defcustom.
8115 (set-fringe-indicators-1): New defun.
8116
8117 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8118 (menu-bar-showhide-fringe-ind-menu): New keymap.
8119 (menu-bar-showhide-fringe-ind-empty)
8120 (menu-bar-showhide-fringe-ind-mixed)
8121 (menu-bar-showhide-fringe-ind-box)
8122 (menu-bar-showhide-fringe-ind-right)
8123 (menu-bar-showhide-fringe-ind-left)
8124 (menu-bar-showhide-fringe-ind-none): New defuns.
8125 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8126
8127 2004-11-27 Richard M. Stallman <rms@gnu.org>
8128
8129 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8130
8131 * generic.el (define-generic-mode): Doc fix.
8132
8133 * menu-bar.el (menu-bar-options-save): For the options
8134 that are toggled with menu-bar-make-mm-toggle, don't check
8135 for customized-value prop.
8136
8137 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8138
8139 * mail/supercite.el (sc-cite-region): Handle the case where
8140 sc-cite-frame-alist is a symbol.
8141 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8142 a symbol.
8143 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8144 a symbol.
8145
8146 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8147
8148 * wid-edit.el (widget-narrow-to-field): New function.
8149 (widget-complete): Use it.
8150
8151 2004-11-27 Jay Belanger <belanger@truman.edu>
8152
8153 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8154 variable.
8155 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8156 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8157 (math-alg-inequalities): Move declaration to earlier in the file.
8158
8159 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8160 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8161 Declare them.
8162
8163 * calc/calc-lang.el (math-expr-data, math-expr-token)
8164 (math-exp-old-pos): Declare them.
8165
8166 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8167 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8168
8169 2004-11-27 Kim F. Storm <storm@cua.dk>
8170
8171 * progmodes/flymake.el: Use (featurep 'xemacs).
8172 (flymake-makehash): Change to defsubst. Use fboundp.
8173 (flymake-time-to-float): Remove.
8174 (flymake-float-time): Merge code from flymake-time-to-float here.
8175 (flymake-replace-regexp-in-string): Change to defsubst.
8176 (flymake-split-string-remove-empty-edges):
8177 Rename to flymake-split-string.
8178 (flymake-split-string): Remove previous defalias.
8179 (flymake-get-temp-dir): Change to defsubst.
8180 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8181 Define for xemacs only.
8182 (flymake-master-file-count-limit): Change into compiler defvar only.
8183 (flymake-find-possible-master-files): Let-bind it dynamically while
8184 sorting files using flymake-master-file-compare.
8185
8186 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8187
8188 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8189 of defun-prompt-regexp matches inside a comment/string but the
8190 beginning is correctly outside everything.
8191
8192 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8193 appears within a string or a comment.
8194
8195 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8196 rather than make-symbol for symbols which are used in
8197 a symbol-macrolet or equivalent.
8198
8199 2004-11-26 Jay Belanger <belanger@truman.edu>
8200
8201 * calc-misc.el (calc-last-why-command): Declare it.
8202
8203 * calc-vec.el (math-grade-vec): New variable.
8204 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8205 Replace variable grade-vec by declared variable.
8206 (math-rb-close): New variable.
8207 (math-read-brackets, math-read-vector): Replace variable close by
8208 declared variable.
8209
8210 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8211 (calc-one-window, calc-edit-handler, calc-restore-trail)
8212 (calc-allow-ret): Declare them.
8213
8214 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8215 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8216 (math-radix-float-cache-tag, math-random-cache)
8217 (math-max-digits-cache, math-integral-cache, math-units-table)
8218 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8219 (math-moc-func): New variable.
8220 (math-map-over-constants, math-map-over-constants-rec):
8221 Replace variable func by declared variable.
8222
8223 * calc/calc-store.el (calc-given-value, calc-store-opers):
8224 Declare them.
8225 (calc-var-name-map): Move declaration to earlier in the file.
8226 (calc-pv-pos): New variable.
8227 (calc-permanent-variable, calc-insert-permanent-variable):
8228 Replace variable pos by declared variable.
8229
8230 * calc/calc-mtx.el (calc-det-lu): New variable.
8231 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8232
8233 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8234 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8235 and arg by declared variables.
8236 (calcFunc-reducer): Fix incorrect variable.
8237 (math-inner-mul-func, math-inner-add-func): New variables.
8238 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8239 and add-func by declared variables.
8240
8241 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8242 (calc-digit-value): Declare them.
8243
8244 * calc/calc-help.el (Info-history): Declare it.
8245 (calc-describe-key): Make calc-summary-indentation a local variable.
8246 (calc-help-long-names): Move declaration to earlier in file.
8247
8248 * calc/calc-embed.el (calc-original-buffer): Declare it.
8249 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8250 (calc-embed-bot): New variables.
8251 (calc-do-embedded, calc-embedded-mark-formula)
8252 (calc-embedded-find-bounds, calc-embedded-duplicate)
8253 (calc-embedded-new-formula, calc-embedded-make-info):
8254 Replace vars outer-top, outer-bot, bot and top by declared variables.
8255 (calc-embed-prev-modes): New variable.
8256 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8257 prev-modes with declared variable.
8258 (calc-embed-vars-used): New variable.
8259 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8260 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8261 vars-used by declared variable.
8262
8263 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8264 (math-format-radix-float): Remove unnecessary setq.
8265 (math-radix-float-cache): Declare it.
8266
8267 * calc/calcsel2.el (calc-keep-selection): Declare it.
8268
8269 * calc/calc-maint.el: Remove file.
8270
8271 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8272
8273 * textmodes/bibtex.el (bibtex-sort-entry-class)
8274 (bibtex-comment-start): Use defcustom.
8275 (bibtex-entry-field-alist): Use nil if initial content of the
8276 field is undefined. Fix docstring.
8277 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8278 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8279 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8280 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8281 Fix docstring.
8282 (bibtex-autokey-title-terminators): Use only one regexp.
8283 (bibtex-string-maybe-empty-head): New variable.
8284 (bibtex-remove-delimiters-string): New function.
8285 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8286 Use bibtex-remove-delimiters-string.
8287 (bibtex-progress-message, bibtex-field-left-delimiter)
8288 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8289 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8290 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8291 Simplify.
8292 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8293 Use eq and bibtex-remove-delimiters-string. For end markers use
8294 insertion type so that marker stays after inserted text.
8295 (bibtex-autokey-get-names): Return empty string if name is missing.
8296 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8297 calling bibtex-autokey-name-case-convert.
8298 (bibtex-autokey-demangle-title):
8299 Call bibtex-autokey-titleword-case-convert. Remove call to
8300 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8301 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8302 (bibtex-read-key): New optional arg global.
8303 (bibtex-files-expand): New optional arg force.
8304 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8305 (bibtex-complete-crossref-cleanup): Rename from
8306 bibtex-complete-key-cleanup. Simplify code.
8307 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8308 Operate on current entry.
8309 (bibtex-button): Add docstring.
8310 (bibtex-entry): Simplify.
8311 (bibtex-make-field): Replace optional arg called-by-yank with more
8312 specific args move and interactive.
8313 (bibtex-end-of-entry): Use forward-sexp.
8314 (bibtex-find-entry-globally): Remove.
8315 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8316 Bound to C-c C-x.
8317 (bibtex-find-entry): New optional args global and display.
8318 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8319 (bibtex-validate): Use arg force of bibtex-files-expand.
8320 (bibtex-clean-entry): Bugfix, clean string entries properly.
8321 Always keep point at beginning of entry.
8322 (bibtex-complete): Bugfix. Handle string entries properly.
8323 Call cleanup functions only if needed.
8324 (bibtex-String): Use bibtex-read-string-key.
8325 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8326 case of replacement text.
8327
8328 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8329
8330 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8331 (tramp-perl-directory-files-and-attributes): New constant.
8332 (tramp-file-name-handler-alist): Delete file-directory-files, add
8333 directory-files-and-attributes.
8334 (tramp-perl-file-attributes): Surround uid and gid by double
8335 quotes. Change parameter id-format from nonnumeric.
8336 (tramp-convert-file-attributes): New function.
8337 (tramp-handle-file-attributes): Use it.
8338 (tramp-maybe-send-perl-script): New function.
8339 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8340 file mode. Change parameter id-format from nonnumeric.
8341 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8342 from nonnumeric.
8343 (tramp-post-connection): Don't send tramp-perl-file-attributes
8344 script. Reset connection property "perl-scripts".
8345 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8346 in use.
8347
8348 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8349
8350 * desktop.el (desktop-read): Replace mapcar with mapc.
8351 (desktop-create-buffer): Replace mapcar with mapc.
8352 Remove redundant piece of code.
8353
8354 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8355
8356 * progmodes/gud.el (gud-display-line): Use display-buffer
8357 for GDB-UI as for GUD.
8358
8359 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8360 Delete variables.
8361 (gdb-ann3): Don't make GUD buffer dedicated.
8362 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8363 (gdb-display-source-buffer): Delete function.
8364 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8365 (menu): Delete menu bindings for viewing source/assembler.
8366 (gdb-setup-windows, gdb-restore-windows):
8367 Don't dedicate GUD. No assembler now.
8368 (gdb-reset): No need to undedicate source buffers now.
8369 (gdb-source-info): No assembler now.
8370
8371 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8372
8373 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8374 width to those for special frames.
8375 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8376 Use display-buffer.
8377 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8378 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8379 (gdb-frame-assembler-buffer): Rework like
8380 gdb-frame-breakpoints-buffer.
8381
8382 2004-11-25 Richard M. Stallman <rms@gnu.org>
8383
8384 * progmodes/flymake.el: Reindent.
8385 (flymake-split-string): Turn into defalias.
8386 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8387 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8388 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8389 (flymake-build-relative-filename): Rename from ...path.
8390 Fix error message.
8391
8392 2004-11-25 Cheng Gao <chenggao@gmail.com>
8393
8394 * progmodes/flymake.el: Much whitespace and capitalization change.
8395 Move `provide' to end. Require `compile' only when compiling.
8396
8397 2004-11-24 Jay Belanger <belanger@truman.edu>
8398
8399 * calc/calc-alg.el: Added comment.
8400 (math-polynomial-base): Replace variable mpb-top-expr by
8401 math-poly-base-top-expr.
8402
8403 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8404 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8405 variable.
8406 (math-poly-base-total-base): New variable.
8407 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8408 mpb-total-base by declared variable.
8409 (math-factored-vars, math-to-list): Declare it.
8410 (math-fact-expr): New variable.
8411 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8412 (math-factor-expr-try, math-factor-expr-part): Replace variable
8413 expr by declared variable.
8414 (math-fet-x): New variable.
8415 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8416 by declared variable.
8417 (math-factor-poly-coefs): Make temp a local variable.
8418
8419 * calc/calc-units.el (calc-convert-units): Make units a local
8420 variable.
8421 (calc-num-units, calc-den-units): New variables.
8422 (calc-explain-units, calc-explain-units-rec): Replace variables
8423 num-units and den-units by declared variables.
8424 (math-cu-unit-list): New variable.
8425 (math-build-units-table, math-compare-unit-names)
8426 (math-convert-units, math-convert-units-rec): Replace variable
8427 unit-list by declared variable.
8428 (math-fbu-base, math-fbu-entry): New variables.
8429 (math-find-base-units, math-find-base-units-rec): Replace variables
8430 base and entry by declared variables.
8431 (math-which-standard): New variable.
8432 (math-to-standard-units, math-to-standard-rec): Replace variable
8433 which-standard by declared variable.
8434 (math-fcu-u): New variable.
8435 (math-find-compatible-unit, math-find-compatible-unit-rec):
8436 Replace variable u by declared variable.
8437 (math-cu-new-units, math-cu-pure): New variables.
8438 (math-convert-units, math-convert-units-rec): Replace variables
8439 new-units and pure by declared variables.
8440 (math-try-cancel-units): New variable.
8441 (math-simplify-units-quotient): Replace variable try-cancel-units by
8442 declared variable.
8443
8444 2004-11-24 Richard M. Stallman <rms@gnu.org>
8445
8446 * textmodes/ispell.el (ispell-check-version):
8447 If default-directory is nonexistent, use home dir.
8448
8449 * progmodes/grep.el (grep-regexp-alist):
8450 Don't match parens around line numbers.
8451
8452 * progmodes/cperl-mode.el (cperl-indent-region)
8453 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8454 Don't print progress messages.
8455
8456 * progmodes/compile.el (compilation-mode-map):
8457 Don't inherit from compilation-minor-mode-map;
8458 copy its bindings instead. But the menu bar Compile
8459 entry now does inherit from compilation-menu-map.
8460
8461 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8462 Use with-no-warnings around compiler-macroexpand.
8463
8464 * imenu.el: Don't always require newcomment.
8465 (imenu--generic-function): Call comment-normalize-vars
8466 if we have a comment syntax.
8467 Exit the loop if REGEXP matches the null string.
8468 Test comment-start as well as comment-start-skip
8469 when deciding whether to check for comments.
8470
8471 * tooltip.el (tooltip-mode): Doc fix.
8472
8473 * term.el (term-escape-char, term-mode): Doc fixes.
8474
8475 2004-11-24 Dave Love <fx@gnu.org>
8476
8477 * progmodes/python.el (python-font-lock-syntactic-keywords):
8478 Check for escapes in the regexp.
8479 (python-quote-syntax): Don't do it here.
8480
8481 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8482
8483 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8484 (gdb-frames-mode-map, gdb-threads-mode-map)
8485 (gdb-registers-mode-map, gdb-locals-mode-map)
8486 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8487 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8488
8489 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8490 (dedicated-switch-to-buffer): Rework.
8491 (gdb-var-evaluate-expression-handler, gdb-put-string):
8492 Remove unused variable bindings.
8493 (gdb-setup-windows, gdb-display-buffer):
8494 Simplify. Use pop-to-buffer.
8495 (gdb-view-source-function): Simplify.
8496 (gdb-frame-breakpoints-buffer):
8497 Use pop-to-buffer, special-display-regexps.
8498
8499 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8500
8501 * progmodes/f90.el (f90-smart-end)
8502 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8503 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8504 (f90-end-of-block): Doc fix. Make check of outermost block
8505 conditional on value of `f90-smart-end'.
8506 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8507 Handle case where END-BLOCK is nil.
8508 (f90-match-end): Handle un-named PROGRAM blocks.
8509 (f90-backslash-not-special): New function.
8510
8511 2004-11-24 Jay Belanger <belanger@truman.edu>
8512
8513 * calc/calc.el (calc-embedded-active): Removed unnecessary
8514 declaration.
8515 (calc-show-banner): Removed redundant declaration.
8516
8517 * calc/calc-graph.el (calc-gnuplot-default-device)
8518 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8519 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8520 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8521 Remove redundant initial values.
8522
8523 * calc/calc-arith.el (math-scalar-functions)
8524 (math-nonscalar-functions, math-scalar-if-args-functions)
8525 (math-real-functions, math-positive-functions)
8526 (math-nonnegative-functions, math-real-scalar-functions)
8527 (math-real-if-arg-functions, math-integer-functions)
8528 (math-num-integer-functions, math-rounding-functions)
8529 (math-float-rounding-functions, math-integer-if-args-functions)
8530 (math-super-types): Move declarations to earlier in file.
8531 (math-unit-prefixes): Declared it.
8532 (math-floor-prec, math-trunc-prec): New variables.
8533 (math-trunc-fancy): Replace variable prec by declared variable.
8534 (math-floor-fancy): Replace variable prec by declared variable.
8535 (math-com-bterms): New variable.
8536 (math-commutative-equal, math-commutative-collect):
8537 Replace variable bterms by declared variable.
8538
8539 * calc/calc-misc.el (math-trunc): Replace variable prec by
8540 math-trunc-prec.
8541 (math-floor): Replace variable prec by math-floor-prec.
8542
8543 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8544 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8545 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8546 (math-format-date, math-format-date-part): Replace variables
8547 date, dt, year, month, day, weekday, hour, minute, second and
8548 bc-flag by declared variables.
8549 (math-pd-str): New variable.
8550 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8551 Replace variable str by declared variable.
8552 (math-daylight-savings-hook, math-tzone-names): Move definitions
8553 to earlier in the file.
8554 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8555 (math-sh-year): New variable.
8556 (math-setup-add-holidays, math-setup-holidays)
8557 (math-setup-year-holidays): Replace variable `year' by declared
8558 variable.
8559
8560 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8561 New variables.
8562 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8563 n, nf and nfm1 by declared variables.
8564 (math-nri-n): New variable.
8565 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8566 n by declared variable.
8567 (calcFunc-log): Removed misplaced condition.
8568
8569 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8570
8571 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8572
8573 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8574
8575 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8576 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8577 Dedicate gdb-related windows.
8578 (gdb-display-buffer): Dedicate gdb-related windows.
8579 Don't grab other frames.
8580 (gdb-reset): Remove dedicated property after debugging.
8581
8582 2004-11-24 Jay Belanger <belanger@truman.edu>
8583
8584 * calc/calc-sel.el: Add comment.
8585
8586 * calc/calc.el (math-stack-value-offset): Replace variables c,
8587 wid and off with math-svo-c, math-svo-wid and math-svo-off.
8588
8589 * calc/calccomp.el (math-comp-sel-tag): Declare it.
8590 (math-svo-c, math-svo-wid, math-svo-off): New variables.
8591 (math-stack-value-offset-fancy): Replace variables c, wid and off
8592 by declared variables.
8593 (math-comp-just, math-comp-comma-spc): New variables.
8594 (math-compose-expr, math-compose-matrix): Replace variables `just'
8595 and comma-spc by declared variable.
8596 (math-comp-vector-prec): New variable.
8597 (math-compose-expr, math-compose-matrix, math-compose-rows):
8598 Replace variable vector-prec by declared variable.
8599 (math-comp-left-bracket, math-comp-right-bracket)
8600 (math-comp-comma): New variables.
8601 (math-compose-expr, math-compose-rows): Replace variables
8602 left-bracket, right-bracket and comma by declared variables.
8603 (math-comp-full-width): New variable.
8604 (math-comp-to-string-flat, math-comp-to-string-flat-term):
8605 Replace variable full-width by declared variable.
8606 (math-comp-highlight, math-comp-word, math-comp-level)
8607 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
8608 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
8609 New variables.
8610 (math-comp-to-string-flat, math-comp-to-string-flat-term)
8611 (math-comp-sel-flat-term): Replace variables comp-highlight,
8612 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
8613 declared variables.
8614 (math-comp-simplify, math-comp-simplify-term)
8615 (math-comp-add-string, math-comp-add-string-sel):
8616 Replace variables comp-highlight, comp-buf, comp-base,
8617 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
8618
8619 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8620
8621 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
8622
8623 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
8624 and x-server-version may throw.
8625
8626 2004-11-23 Kim F. Storm <storm@cua.dk>
8627
8628 * subr.el (substitute-key-definition-key): Optimize.
8629 Don't call indirect-function for nil defn (always signals error).
8630
8631 * ido.el (ido-read-internal): Fix require-match check when
8632 ido-directory-too-big is set.
8633
8634 2004-11-23 Jay Belanger <belanger@truman.edu>
8635
8636 * calc/calc-ext.el (math-read-replacement-list)
8637 (math-read-superscripts): New variables.
8638 (math-read-preprocess-string): New function.
8639 (math-read-expr): Filter input through math-read-preprocess-string.
8640
8641 * calc/calc-aent.el (math-read-exprs): Filter input through
8642 math-read-preprocess-string.
8643
8644 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
8645
8646 * progmodes/compile.el (compilation-start): In cd command use
8647 substitute-env-vars -- not quite shell compatible but better than
8648 nothing.
8649 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
8650 handle the newer versions messages, which are more parseable.
8651
8652 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8653
8654 * reveal.el (reveal-mode-map): New var.
8655 (reveal-mode): Use it.
8656
8657 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
8658
8659 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
8660 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
8661
8662 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8663
8664 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
8665 header-line when needed.
8666 Use fixed-pitch only in the header-line.
8667 Build the underline automatically. Use emdash if available.
8668
8669 2004-11-22 Richard M. Stallman <rms@gnu.org>
8670
8671 * dired.el (dired-recursive-copies): Move from dired-aux.el.
8672 * dired-aux.el (dired-recursive-copies): Move to dired.el.
8673
8674 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
8675
8676 * progmodes/gdb-ui.el (gdb-resync): New function.
8677 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
8678 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
8679 Use it to fail more gracefully.
8680 (gdb-variables): Delete variable.
8681 Re-order variables to reduce byte-compiler warnings.
8682
8683 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8684
8685 * descr-text.el (describe-char):
8686 * paren.el (show-paren-function):
8687 * subr.el (syntax-after): Undo last change.
8688
8689 * progmodes/python.el (run-python): Don't hard code *Python*.
8690 Don't modify global process-environment.
8691 (python-send-region, python-load-file): Don't assume that
8692 python-buffer == (process-buffer (python-proc)).
8693 (python-switch-to-python): Simplify.
8694
8695 * dired.el (dired-align-file): Don't assume line starts with spaces.
8696
8697 2004-11-21 Jay Belanger <belanger@truman.edu>
8698
8699 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
8700 Replace variable `lines' by math-read-big-lines.
8701 (math-read-big-expr): Replace variables the-baseline, the-h2
8702 and err-msg by math-read-big-baseline, math-read-big-h2 and
8703 math-read-err-msg.
8704 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
8705
8706 * calc/calc-lang.el (math-read-big-rec): Fix typo.
8707 (math-read-big-balance): Replace unbound variable by value.
8708 (math-read-big-lines): New variable.
8709 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8710 (math-read-big-error, math-read-big-balance): Replace variable
8711 `lines' by declared variable.
8712 (math-read-big-baseline, math-read-big-h2): New variables.
8713 (math-read-big-rec): Replace variables the-baseline and the-h2
8714 by declared variables.
8715 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
8716 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8717 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
8718 declared variables.
8719 (math-read-big-err-msg): New variable.
8720 (math-read-big-error): Replace variable err-msg by declared variable.
8721
8722 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8723
8724 * ses.el: Add coding cookie.
8725 Fix up docstrings, follow new commenting conventions.
8726 (ses-header-line-menu): Fix missing variable rename for header-row.
8727 (ses-cell-size): Remove.
8728 (ses-make-cell): New function.
8729 (ses-cell, ses-insert-row, ses-insert-column): Use it.
8730 (ses-calculate-cell): Remove unused var `symbol'.
8731 (ses-narrowed-p): New function.
8732 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
8733 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
8734 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
8735 (ses-setup): Use restore-buffer-modified-p.
8736 (ses-cleanup): Remove unused var `end'.
8737 (ses-header-string-left-offset): Remove.
8738 (ses-create-header-string): Adjust to new behavior of `align-to'.
8739 Truncate excessively large fields to preserve alignment.
8740 (ses-reconstruct-all): Remove unused var `refs'.
8741 (ses-read-cell-printer): Remove unused var `prompt'.
8742 (ses-delete-row): Remove unused var `pos'.
8743 (ses-delete-column): Remove unused var `new'.
8744
8745 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8746
8747 * ps-print.el: Insert :version tag into all defgroup and defcustom.
8748 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8749 Eliminate eval-and-compile usage.
8750 (ps-insert-file): Use insert-file-contents instead of insert-file.
8751 (ps-setup): Code fix.
8752
8753 * printing.el (pr-setup, lpr-setup): Code fix.
8754
8755 2004-11-21 Jay Belanger <belanger@truman.edu>
8756
8757 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
8758 (calc-original-buffer): Declare them.
8759 (calc-user-formula-alist): New variable.
8760 (calc-user-define-formula, calc-fix-user-formula)
8761 (calc-user-define-composition, calc-finish-formula-edit):
8762 Replace variable `alist' by declared variable.
8763 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
8764 (var-q7, var-q7, var-q8, var-q9): Declare them.
8765 (calc-kbd-push): Don't check to see if var-q0 through var-q9
8766 are bound.
8767 (calcFunc-typeof): Replace undeclared variable by expression.
8768 (math-exp-env): New variable.
8769 (math-define-body, math-define-exp): Replace exp-env by declared var.
8770 (math-define-exp): Replace misplaced variable by expression.
8771
8772 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
8773 (calc-curve-model, calc-curve-coefnames): New variables.
8774 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
8775 varnames, model and coefnames by declared variables.
8776 (math-root-widen): New variable.
8777 (math-search-root, math-find-root): Replace variable root-widen by
8778 declared variable.
8779 (var-DUMMY): Declare it.
8780 (math-root-vars, math-min-vars): Move the declarations to earlier in
8781 the file.
8782 (math-brent-min): Make d a local variable.
8783 (math-find-minimum): Replace non-existent variable.
8784 (math-ninteg-romberg): Remove unnecessary variable.
8785 (math-ninteg-temp): New variable.
8786 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
8787 integ-temp by declared variable.
8788 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
8789 New variables.
8790 (math-general-fit): Replace variables first-var, first-coef and
8791 new-coefs by declared variables.
8792 (calcFunc-fitvar): Replace variable first-var by declared variable.
8793 (calcFunc-fitparam): Replace variable first-coef by declared variable.
8794 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
8795 (math-all-vars-vars, math-all-vars-found): New variables.
8796 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
8797 found by declared variable math-all-vars-vars.
8798
8799 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
8800
8801 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
8802 of `defconst'.
8803
8804 2004-11-20 Richard M. Stallman <rms@gnu.org>
8805
8806 * isearch.el (isearch-mode-map): Don't bind SPC.
8807 (isearch-whitespace-chars): Function deleted.
8808 (isearch-search): Bind search-spaces-regexp.
8809 (isearch-lazy-highlight-search): Likewise.
8810 (search-whitespace-regexp): Doc fix.
8811 (isearch-forward-regexp): Doc fix.
8812
8813 * emacs-lisp/bytecomp.el (byte-compile-form):
8814 Move the calls to byte-compile-set-symbol-position,
8815 to avoid having two for the same symbol occurrence.
8816
8817 * comint.el (comint-input-ring-size): Increase to 150.
8818
8819 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
8820 New variables.
8821 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
8822 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
8823
8824 * imenu.el (imenu--generic-function):
8825 Ensure we keep moving backward even if BEG isn't further back.
8826
8827 * replace.el (query-replace-read-to, query-replace-read-from):
8828 Specify t for KEEP-ALL in read-from-minibuffer.
8829
8830 * progmodes/python.el (python-switch-to-python):
8831 If Python isn't running, start it.
8832 Don't alter debug-ignored-errors.
8833
8834 * progmodes/cperl-mode.el (cperl-indent-region):
8835 Don't mind imenu-scanning-message.
8836
8837 * bindings.el (global-map): Bind C-e to move-end-of-line.
8838
8839 * simple.el (line-move-finish): New arg FORWARD.
8840 Ignore invisible newlines, not intangible ones.
8841 Conditions for acceptable stopping positions depend on FORWARD.
8842 (line-move): Pass FORWARD arg to line-move-finish.
8843
8844 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
8845 of HEADER. Compensate for this change in the code to add display
8846 properties. Don't make the first line intangible.
8847
8848 * info.el (Info-search): Fix previous change.
8849
8850 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8851
8852 * Makefile.in (recompile): Revert 2004-11-19 change.
8853 (compile): Likewise.
8854
8855 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
8856
8857 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
8858
8859 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8860
8861 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
8862 defgroup and defcustom. Eliminate eval-and-compile usage.
8863
8864 * progmodes/ebnf-otz.el: Fix typos.
8865
8866 2004-11-19 Jay Belanger <belanger@truman.edu>
8867
8868 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
8869 (calc-edit-finish, calc-finish-stack-edit): Replace variable
8870 disp-trail by declared variable.
8871
8872 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
8873 (calc-finish-selection-edit): Replace variable disp-trail by
8874 declared variable.
8875 (calc-selection-cache-entry): Move declaration to earlier in the file.
8876 (calc-selection-cache-num, calc-selection-cache-comp)
8877 (calc-selection-cache-offset, calc-selection-true-num)
8878 (calc-final-point-line, calc-final-point-column)
8879 (calc-original-buffer): Declare them.
8880 (calc-fnp-op, calc-fnp-num): New variables.
8881 (calc-find-nth-part, calc-find-nth-part-rec)
8882 (calc-select-previous): Replace op and num by declared variables.
8883 (calc-rsf-old, calc-rsf-new): New variables.
8884 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
8885 Replace variables old and new by declared variables.
8886 (calc-sel-reselect): New variable.
8887 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
8888 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
8889 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
8890 reselect with declared variable.
8891
8892 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
8893 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
8894 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
8895 (math-import-list, math-rewrite-phase): Declare them.
8896 (math-rewrite): Use let* to declare variables.
8897 (calc-rewrite-selection): Make rules a local variable.
8898 (calc-rewr-sel): New variable.
8899 (calc-rewrite-selection, calc-locate-selection-marker)
8900 (calc-rewrite): Use the declared variable calc-rewr-sel instead
8901 of sel.
8902 (math-rewrite-whole-expr): New variable.
8903 (math-rewrite, math-rewrite-phase): Replace variable expr by
8904 declared variable.
8905 (math-rewrite-heads-heads, math-rewrite-heads-skips)
8906 (math-rewrite-heads-blanks ): New variables.
8907 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
8908 heads, skips and blanks by declared variables.
8909 (math-rwcomp-subst-old, math-rwcomp-subst-new)
8910 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
8911 New variables.
8912 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
8913 old, new, old-func and new-func by declared variables.
8914 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
8915 Remove unnecessary variable.
8916 (math-apply-rw-regs): New variable.
8917 (math-apply-rewrites, math-rwapply-replace-regs)
8918 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
8919 (math-apply-rw-ruleset): New variable.
8920 (math-apply-rewrites, math-rwapply-remember): Replace variable
8921 ruleset by declared variable.
8922
8923 2004-11-19 Richard M. Stallman <rms@gnu.org>
8924
8925 * info.el (Info-search): Use search-whitespace-regexp.
8926
8927 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8928
8929 * vc-rcs.el (vc-rcs-parse): New function.
8930 (vc-rcs-annotate-command): Likewise.
8931 (vc-rcs-annotate-current-time): Likewise.
8932 (vc-rcs-annotate-time): Likewise.
8933 (vc-rcs-annotate-extract-revision-at-line): Likewise.
8934
8935 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8936
8937 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
8938
8939 2004-11-18 Jay Belanger <belanger@truman.edu>
8940
8941 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
8942
8943 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8944
8945 * printing.el: Eliminate use of interactive-p and eval-and-compile.
8946 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8947 Use make-temp-file to generate PostScript files in any situation.
8948 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
8949 (pr-interactive-p): Eliminate var.
8950 (pr-save-interactive): Eliminate macro.
8951 (pr-interface, pr-ps-directory-preview)
8952 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
8953 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
8954 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
8955 (pr-ps-buffer-ps-print, pr-ps-region-preview)
8956 (pr-ps-region-using-ghostscript, pr-ps-region-print)
8957 (pr-ps-region-ps-print, pr-ps-mode-preview)
8958 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
8959 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
8960 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
8961 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
8962 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
8963 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
8964 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
8965 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
8966 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
8967 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
8968 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
8969 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
8970 Eliminate pr-save-interactive usage.
8971 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
8972 Eliminate pr-interactive-p usage.
8973 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
8974 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
8975 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
8976 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
8977 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
8978 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
8979 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
8980 New funs.
8981 (pr-ps-file): Use make-temp-file to generate a temporary file.
8982
8983 2004-11-17 Jay Belanger <belanger@truman.edu>
8984
8985 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
8986 a local variable.
8987 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
8988 (math-top-only): New variable.
8989 (math-simplify, math-simplify-step): Replace variable top-only by
8990 declared variable math-top-only.
8991 (math-simplify-expr): Declare it.
8992 Replace argument expr in all calls of math-defsimplify by
8993 math-simplify-expr.
8994 (math-simplify-plus, math-simplify-times, math-simplify-divide)
8995 (math-simplify-divisor, math-simplify-one-divisor)
8996 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
8997 (math-simplify-pow): Replace variable expr by declared variable
8998 math-simplify-expr.
8999 (math-simplify-divisor): Remove local variables temp and op.
9000 (math-simplify-one-divisor): Make temp and op local variables.
9001 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9002 New variables.
9003 (math-simplify-divisor, math-simplify-one-divisor):
9004 Replace variables nover and dover by declared variables.
9005 (math-expr-subst-new, math-expr-subst-old): New variables.
9006 (math-expr-subst, math-expr-subst-rec): Replace variables new
9007 and old by declared variables.
9008 (math-is-poly-degree, math-is-poly-loose): New variables.
9009 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9010 and loose by declared variables.
9011 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9012 (math-polynomial-base, math-polynomial-base-rec):
9013 Replace variables const-ok and mpb-pred by declared variables.
9014
9015 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9016
9017 * calc/calc-ext.el (math-defsimplify): Change the argument in
9018 the created function to math-simplify-expr.
9019
9020 * calc/calc-units.el (math-simplify-expr): Declare it.
9021 Replace argument expr in all calls of math-defsimplify by
9022 math-simplify-expr.
9023 (math-simplify-units-prod): Replace variable expr by declared
9024 variable math-simplify-expr.
9025
9026 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9027
9028 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9029 Replace mapcar->dolist, format->string.
9030
9031 2004-11-17 Miles Bader <miles@gnu.org>
9032
9033 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9034 * progmodes/idlwave.el: Remove RCS keywords.
9035
9036 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9037
9038 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9039 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9040 Update to IDLWAVE version 5.5. Too many changes to list them here.
9041 * progmodes/idlw-help.el: New file.
9042
9043 2004-11-16 Richard M. Stallman <rms@gnu.org>
9044
9045 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9046 Discard spaces after \i according to TeX rules.
9047
9048 * international/mule.el (set-buffer-file-coding-system):
9049 New arg NOMODIFY.
9050 (after-insert-file-set-coding): Pass that new arg.
9051 Prevent set-buffer-multibyte from trying to lock the file.
9052
9053 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9054
9055 * saveplace.el (save-place): Doc fix.
9056
9057 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9058 temporarily widen before finding the following word to copy.
9059
9060 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9061 (cl-map-keymap): Definition deleted.
9062
9063 * subr.el (map-keymap-internal): New function.
9064
9065 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9066
9067 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9068 when pressing rather than when releasing mouse-2. Simplify.
9069
9070 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9073 (compilation-mode): Set it here instead.
9074
9075 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9076
9077 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9078 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9079
9080 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9081
9082 * progmodes/compile.el (compilation-internal-error-properties):
9083 Fix up a transposition-typo. Check end-col before using it.
9084
9085 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9086
9087 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9088 Discard whitespace after macro \i when converting it.
9089
9090 2004-11-16 Juri Linkov <juri@jurta.org>
9091
9092 * emacs-lisp/find-func.el (find-function-regexp):
9093 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9094 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9095 Remove invalid `\W' from [^cgv\W]. Doc fix.
9096 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9097
9098 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9099
9100 * play/life.el: Maintainer is now FSF.
9101 (life-patterns, life-neighbor-deltas, life-window-start)
9102 (life-current-generation, life-generation-string): Use defvar
9103 instead of defconst.
9104
9105 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9106
9107 * progmodes/compile.el (compilation-move-to-column): New fun.
9108 (compilation-internal-error-properties)
9109 (compilation-next-error-function): Use it to make sure we don't go past
9110 the end of line.
9111
9112 2004-11-15 John Paul Wallington <jpw@gnu.org>
9113
9114 * autoinsert.el (auto-insert-alist): Insert the user's name in
9115 copyright notice, rather than Free Software Foundation, for the
9116 Emacs Lisp header case too.
9117
9118 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9119
9120 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9121 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9122 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9123 return the list of string in a string.
9124 (pr-call-process): Message if calling process returns an error, that
9125 is, the exit status is different of zero.
9126
9127 2004-11-15 Jay Belanger <belanger@truman.edu>
9128
9129 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9130 variable var-thing.
9131 (math-integ-depth, math-integ-level, math-integral-limit)
9132 (math-enable-subst, math-any-substs, math-integ-msg)
9133 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9134 (math-int-threshold, math-int-factors, math-double-roots)
9135 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9136 (var-GenCount): Declare these variables.
9137 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9138 (math-integral-cache, math-integral-cache-state):
9139 Move declarations to earlier in the file.
9140 (math-deriv-var, math-deriv-total, math-deriv-symb)
9141 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9142 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9143 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9144 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9145 (math-solve-res): New variables
9146 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9147 (math-integral, math-replace-integral-parts)
9148 (math-integrate-by-parts, calc-dump-integral-cache)
9149 (math-try-integral, math-do-integral, math-do-integral)
9150 (math-do-integral-methods, math-try-solve-for)
9151 (math-try-solve-prod, math-solve-poly-funny-powers)
9152 (math-solve-crunch-poly, math-decompose-poly)
9153 (math-solve-find-root-term, math-find-root-in-prod)
9154 (math-integ-try-linear-substitutions)
9155 (math-integ-try-substitutions, math-expr-rational-in)
9156 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9157 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9158 (math-solve-for, math-solve-system, math-solve-system-rec)
9159 (math-solve-get-sign, math-solve-get-int)
9160 (math-solve-system-subst): Replace undeclared variables with newly
9161 declared variables.
9162
9163 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9164
9165 * winner.el (winner-active-region, winner-edges, winner-window-list):
9166 Define at toplevel.
9167 (winner-mode-map): Move init inside declaration.
9168
9169 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9170
9171 * files.el (convert-standard-filename): Doc fix.
9172
9173 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9174
9175 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9176 passwd, group, shadow, default/* and pam.d/*.
9177
9178 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9179
9180 * printing.el (pr-menu-spec): Adjust menu specification.
9181
9182 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9183
9184 * printing.el: Doc fix. Insert :version tag into all defcustom.
9185 Handle interactive-p as is recommended in Emacs Lisp Reference.
9186 Set the file permission bits for newly created files.
9187 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9188 The printing menu specification (in `pr-menu-spec') was merged.
9189 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9190 (pr-version): New version number (6.8.3).
9191 (pr-file-modes): New option.
9192 (pr-interactive-p): New var.
9193 (pr-save-interactive, pr-save-file-modes): New macros.
9194 (pr-setup): Code fix.
9195 (pr-menu-spec): Menu specification merged.
9196 (pr-call-process, pr-text2ps): Set file permission bits.
9197 (pr-despool-print): Set file permission bits. Handle interactive-p as
9198 is recommended.
9199 (pr-interface, pr-ps-directory-preview)
9200 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9201 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9202 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9203 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9204 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9205 (pr-ps-region-ps-print, pr-ps-mode-preview)
9206 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9207 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9208 (pr-despool-using-ghostscript, pr-despool-ps-print)
9209 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9210 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9211 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9212 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9213 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9214 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9215 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9216 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9217 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9218 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9219 Handle interactive-p as is recommended.
9220
9221 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9224 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9225
9226 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9227 so it doesn't forget to highlight the beginning of the region either.
9228
9229 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9230
9231 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9232 (c-font-lock-init): Eliminate obsolete make-local-hook.
9233 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9234 (awk-mode): Use run-mode-hooks.
9235
9236 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9237
9238 2004-11-13 Kim F. Storm <storm@cua.dk>
9239
9240 * mouse.el (mouse-drag-copy-region): Add :version.
9241 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9242 while dragging mode line, so mode line can be dragged downwards.
9243 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9244 while pressing mouse button so window doesn't scroll until we
9245 release the mouse if clicking on partially visible line.
9246
9247 2004-11-12 Jay Belanger <belanger@truman.edu>
9248
9249 * calc/calc-graph.el (calc-dumb-map): Declare it.
9250 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9251 than unbound.
9252 (calc-graph-name): Made `end' a local variable.
9253 (calc-graph-lookup): Made `varname' a local variable.
9254 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9255 Declare them.
9256 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9257 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9258 the unused variable y3vec.
9259 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9260 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9261 calc-graph-prev-kill-hook.
9262 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9263 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9264 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9265 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9266 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9267 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9268 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9269 (calc-graph-y3value, calc-graph-y3name)
9270 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9271 (calc-graph-stepcount, calc-graph-is-splot)
9272 (calc-graph-surprise-splot, calc-graph-blank)
9273 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9274 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9275 (calc-graph-recompute-2d, calc-graph-compute-3d)
9276 (calc-graph-format-data): Replace undeclared variables with the
9277 above newly declared variables.
9278
9279 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9280
9281 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9282 `rsf-beep' and `rsf-sleep-after-message'.
9283
9284 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9285 list if `message-sender' is non-nil.
9286
9287 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9288
9289 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9290 consing by using mapc instead of mapcar.
9291
9292 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9293
9294 * tooltip.el (require): Explain why CL is needed.
9295
9296 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9297
9298 * printing.el: Insert :version into defgroup (printing). All reference
9299 to Files option in menubar were changed to File.
9300 (pr-version): New version number (6.8.2).
9301 (pr-get-symbol): Call easy-menu-intern.
9302 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9303 compilation gripes.
9304
9305 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9308 new byte-compile-function-environment binding to t.
9309
9310 * font-lock.el (font-lock-fontify-syntactically-region):
9311 Don't forget to highlight the last char when we hit `end'.
9312
9313 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9314 (mwheel-scroll): Adjust accordingly.
9315
9316 * cvs-status.el: Reduce spurious warnings.
9317 (cvs-status-checkout): Remove.
9318 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9319
9320 * pcvs.el (cvs-mode-checkout): New command.
9321
9322 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9323
9324 * tooltip.el: Require CL.
9325
9326 * emacs-lisp/bytecomp.el: Use push.
9327 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9328 (defalias): Remove the `byte-compile' property and add
9329 a `byte-hunk-handler'.
9330
9331 2004-11-11 Juri Linkov <juri@jurta.org>
9332
9333 * info.el (Info-search): Save match data for isearch.
9334 Skip Tag Table node.
9335
9336 * descr-text.el (describe-char): Replace syntax-after with code
9337 from its previous version.
9338
9339 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9340 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9341
9342 * international/mule.el (sgml-html-meta-auto-coding-function):
9343 Remove > after <html to allow HTML attributes.
9344
9345 2004-11-11 Jay Belanger <belanger@truman.edu>
9346
9347 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9348 a variable.
9349 (calcFunc-dfac): Replace unbound max by n.
9350 (math-stirling-local-cache): New variable.
9351 (math-stirling-number, math-stirling-1, math-stirling-2):
9352 Replace the variable `cache' by the declared variable
9353 math-stirling-local-cache.
9354 (var-RandSeed): Declare it as a variable.
9355 (math-init-random-base, math-random-digit): Don't check to see if
9356 var-RandSeed is bound.
9357 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9358 Declare them instead of just setting them.
9359 (math-init-random-base): Made i a local variable.
9360 (math-random-digit): Made math-random-last a local variable.
9361 (math-prime-test-cache): Move declaration to before it is used.
9362 (math-prime-test-cache-k, math-prime-test-cache-q)
9363 (math-prime-test-cache-nm1, math-prime-factors-finished):
9364 Declare them as variables.
9365
9366 2004-11-11 Jay Belanger <belanger@truman.edu>
9367
9368 * calc/calc-ext.el (math-defcache): Use defvar for the new
9369 variables it creates.
9370
9371 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9372
9373 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9374 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9375 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9376 (desktop-save): Add :version.
9377
9378 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9379
9380 * printing.el (pr-get-symbol): Don't downcase.
9381
9382 2004-11-10 Jay Belanger <belanger@truman.edu>
9383
9384 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9385 string to kill-ring.
9386
9387 * calc/calc-aent.el (calc-alg-exp, math-toks)
9388 (math-exp-pos,math-exp-old-pos, math-exp-token)
9389 (math-exp-keep-spaces, math-exp-str): New variables.
9390 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9391 (calcAlg-enter): Use declared variable calc-alg-exp.
9392 (math-build-parse-table, math-find-user-token): Use declared
9393 variable math-toks.
9394 (math-read-exprs, math-read-token, calc-check-user-syntax)
9395 (calc-match-user-syntax, match-factor-after, math-read-factor):
9396 Use declared variables math-exp-pos math-exp-old-pos.
9397 (math-read-exprs, math-read-token, math-read-expr-level)
9398 (calc-check-user-syntax, calc-match-user-syntax)
9399 (match-factor-after, math-read-factor): Use declared variable
9400 math-exp-token.
9401 (math-read-exprs, math-read-expr-list, math-read-token)
9402 (math-read-factor): Use declared variable math-exp-keep-spaces.
9403 (math-read-exprs, math-read-token): Use declared variable
9404 math-exp-str.
9405 (calc-match-user-syntax): Make m a local variable.
9406
9407 * calc/calc-ext.el (math-read-expr): Use declared variables
9408 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9409 math-exp-keep-spaces.
9410
9411 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9412 variables math-exp-pos, math-exp-str.
9413
9414 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9415 math-exp-old-pos.
9416 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9417 (math-parse-eqn-prime): Use declared variable math-exp-token.
9418
9419 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9420 Use declared variable math-exp-pos.
9421 (math-check-for-commas): Use declared variable math-exp-str.
9422 (math-read-brackets): Use declared variables math-exp-old-pos,
9423 math-exp-keep-spaces.
9424 (math-read-brackets, math-read-vector, math-read-matrix):
9425 Use declared variable math-exp-token.
9426
9427 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9428
9429 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9430 where the keymap is a symbol.
9431 (easy-menu-add-item): Use keymap-prompt. Simplify.
9432
9433 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9434
9435 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9436 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9437
9438 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9439
9440 * ebuff-menu.el: Doc fixes throughout.
9441 (electric-buffer-menu-mode-hook): New defvar.
9442
9443 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9444
9445 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9446 The resulting compiler warnings appear to be harmless.
9447
9448 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9449
9450 * textmodes/conf-mode.el: New file.
9451
9452 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9453
9454 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9455
9456 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9457
9458 2004-11-09 Jay Belanger <belanger@truman.edu>
9459
9460 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9461
9462 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9463 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9464 (calc-z-prefix-help, calc-user-function-list): Use declared
9465 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9466 (math-map-tree, math-map-tree-rec): Use declared variables
9467 math-mt-many, math-mt-func.
9468 (math-read-expression, math-read-string): Use declared variable
9469 math-expr-data.
9470
9471 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9472 variable math-normalize-a.
9473
9474 * calc/calc.el (math-normalize-a): New variable.
9475 (math-normalize): Use declared variable math-normalize-a.
9476
9477 * calc/calc-poly.el (math-expand-form): Use declared variable
9478 math-mt-many.
9479
9480 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9481 Use declared variable math-mt-many.
9482 (math-rewrite): Use declared variable math-mt-func.
9483
9484 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9485 (math-read-matrix): Use declared variable math-expr-data.
9486
9487 * calc/calc-lang.el (math-parse-fortran-vector)
9488 (math-parse-fortran-vector-end, math-parse-tex-sum)
9489 (math-parse-eqn-matrix, math-parse-eqn-prime)
9490 (math-read-math-subscr): Use declared variable math-expr-data.
9491
9492 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9493 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9494 (calc-match-user-syntax, math-read-if, math-factor-after)
9495 (math-read-factor): Use declared variable math-expr-data.
9496
9497 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9498
9499 * calendar/diary-lib.el (diary-from-outlook)
9500 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9501 interactive-p; but rather new optional argument NOCONFIRM.
9502
9503 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9504
9505 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9506 (easy-menu-name-match): Revert correspondingly.
9507
9508 2004-11-09 Richard M. Stallman <rms@gnu.org>
9509
9510 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9511 Turn off warnings for the new function even if definition not constant.
9512 If the definition isn't a quoted symbol, record (FUNCTION . t).
9513 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9514 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9515 (display-call-tree, byte-compile-arglist-warn):
9516 Handle t returned by byte-compile-fdefinition.
9517
9518 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9519
9520 * Makefile.in (maintainer-clean): Depend on distclean.
9521
9522 * help-fns.el (help-C-file-name): File name must be in build-files
9523 to be returned.
9524
9525 2004-11-09 Jay Belanger <belanger@truman.edu>
9526
9527 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9528 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9529
9530 * calc/calc.el (calc, calc-trail-display, calc-mode):
9531 Remove obsolete sections.
9532
9533 * calc/calc.el (calc-x-paste-text): Remove.
9534
9535 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9536 mouse-2.
9537
9538 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
9539
9540 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9541 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9542 current frame (in case of recursive calls).
9543 (gdb-show-changed-values): Add :version keyword.
9544
9545 2004-11-09 Kenichi Handa <handa@m17n.org>
9546
9547 * international/mule-cmds.el: Change coding: tag back to
9548 iso-2022-7bit.
9549
9550 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * international/mule-cmds.el: Change coding-system to utf-8.
9553 (select-safe-coding-system-interactively):
9554 New function extracted from select-safe-coding-system.
9555 (select-safe-coding-system): Use it.
9556
9557 2004-11-08 Richard M. Stallman <rms@gnu.org>
9558
9559 * subr.el (syntax-after): Doc fix.
9560
9561 * paren.el (show-paren-function): Change calls to syntax-after
9562 for new way of returning the value.
9563
9564 * menu-bar.el (menu-bar-file-menu): Make this the real name
9565 and menu-bar-files-menu the alias. Use the former.
9566 (global-map): Use `file', not `files', as the symbol.
9567
9568 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9569
9570 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9571 Don't use beginning-of-buffer.
9572 (filesets-cmd-show-result): Use with-no-warnings.
9573
9574 2004-11-08 Juri Linkov <juri@jurta.org>
9575
9576 * progmodes/compile.el (compile): Don't overwrite last command in
9577 minibuffer history with default command if they are not equal.
9578
9579 2004-11-08 Jay Belanger <belanger@truman.edu>
9580
9581 * calc/calcalg2.el (math-do-integral-methods): Try linear then
9582 non-linear substitutions.
9583
9584 2004-11-08 Jay Belanger <belanger@truman.edu>
9585
9586 * calc/calcalg2.el (math-linear-subst-tried): New variable.
9587 (math-do-integral): Set `math-linear-subst-tried' to nil.
9588 (math-do-integral-methods): Use `math-linear-subst-tried' to
9589 determine what type of substitution to try.
9590 (math-integ-try-linear-substituion):
9591 Set `math-linear-subst-tried' to t.
9592
9593 2004-11-08 Kim F. Storm <storm@cua.dk>
9594
9595 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
9596
9597 2004-11-07 Juri Linkov <juri@jurta.org>
9598
9599 * info-look.el (info-lookup): Allow reusing in the current buffer
9600 not only *info* buffer, but all (even renamed) Info buffers
9601 by checking for major-mode instead of *info* buffer name.
9602 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
9603 (octave-mode, maxima-mode) <doc-spec>:
9604 Allow long dashes generated by Texinfo 4.7 before definitions.
9605 (texinfo-mode) <doc-spec>: Add space to suffix to find command
9606 definitions with argument separated by space.
9607
9608 2004-11-06 Richard M. Stallman <rms@gnu.org>
9609
9610 * simple.el (next-error group, face): Move before first use.
9611 (next-error-highlight, next-error-highlight-no-select): Likewise.
9612
9613 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
9614 (line-move): New args NOERROR and TO-END.
9615 Return t if if succeed in moving specified number of lines.
9616 (move-end-of-line): New function.
9617
9618 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
9619 (end-of-buffer-other-window): Likewise.
9620
9621 * simple.el (line-move-ignore-invisible): Default to t.
9622
9623 * subr.el (syntax-after): Return the syntax letter, not the raw code.
9624
9625 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
9626
9627 * international/iso-cvt.el (iso-cvt-define-menu):
9628 Rename menu-bar-files-menu to menu-bar-file-menu.
9629
9630 * net/browse-url.el (browse-url-gnome-moz-program)
9631 (browse-url-gnome-moz-arguments): Move up before first use.
9632
9633 * net/tramp.el (tramp group): Add :version.
9634
9635 * progmodes/ada-xref.el (ada-gdb-application):
9636 Use goto-char instead of beginning-of-buffer.
9637
9638 * progmodes/cperl-mode.el (cperl-info-on-command):
9639 Use goto-char instead of beginning-of-buffer.
9640
9641 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
9642 Move up before first use.
9643 (idlwave-shell-temp-pro-file): Likewise.
9644 (idlwave-shell-temp-rinfo-save-file): Likewise.
9645 (idlwave-shell-temp-file): Minor doc fix.
9646
9647 * textmodes/flyspell.el (flyspell-external-point-words):
9648 Use goto-char instead of beginning-of-buffer.
9649
9650 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
9651
9652 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
9653 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
9654 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
9655
9656 2004-11-06 David Ponce <david@dponce.com>
9657
9658 * recentf.el (recentf-menu-path): Use menu item name.
9659
9660 2004-11-06 Eli Zaretskii <eliz@gnu.org>
9661
9662 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
9663 display doesn't support images.
9664
9665 2004-11-06 Andreas Schwab <schwab@suse.de>
9666
9667 * tempo.el (tempo-match-finder): Doc fix.
9668
9669 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
9670
9671 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
9672
9673 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
9674 (easy-menu-lookup-name): New fun to replace it.
9675 (easy-menu-get-map): Use it to obey menu item names (rather than just
9676 keys) when looking up `path'.
9677 (easy-menu-always-true-p): Rename from easy-menu-always-true.
9678 (easy-menu-convert-item-1): Adjust to new name.
9679
9680 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
9681
9682 * outline.el (hide-body): Don't hide lines at the top of the file
9683 that precede the first header line.
9684
9685 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
9686
9687 * align.el (align-areas): Delete whitespace before reindenting, so
9688 that tabs are never placed after spaces.
9689
9690 2004-11-06 Alan Shutko <ats@acm.org>
9691
9692 * macros.el (insert-kbd-macro): Do completions based on macros,
9693 rather than all commands.
9694
9695 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
9696
9697 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
9698 to solve a bug whereby tags with 'b' don't match.
9699
9700 2004-11-05 Juri Linkov <juri@jurta.org>
9701
9702 * info.el (Info-search): Don't search in node header lines
9703 and file headers.
9704
9705 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
9706 symbol-constituent characters after dot, not only digits.
9707
9708 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
9709
9710 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
9711
9712 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9713
9714 * dired.el (dired-read-dir-and-switches): Call read-directory-name
9715 if a dialog will be used, read-file-name otherwise.
9716
9717 2004-11-04 Richard M. Stallman <rms@gnu.org>
9718
9719 * textmodes/table.el (table group): Add :version.
9720
9721 * textmodes/ispell.el (ispell-word):
9722 Don't alter args; set them only thru `interactive' spec.
9723
9724 * textmodes/flyspell.el (flyspell-word):
9725 Don't alter FOLLOWING; set it only thru `interactive' spec.
9726
9727 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
9728
9729 * net/browse-url.el (browse-url-maybe-new-window):
9730 Use called-interactively-p.
9731
9732 * mail/supercite.el (sc-cite-region):
9733 Don't use interactive-p. Add arg INTERACTIVE.
9734 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
9735
9736 * international/mule-cmds.el (set-input-method, toggle-input-method):
9737 Don't use interactive-p. Add arg INTERACTIVE.
9738
9739 * eshell/esh-mode.el (eshell-show-maximum-output):
9740 Don't use interactive-p.
9741 (eshell-truncate-buffer): Just message, no error, if buffer is short.
9742
9743 * mouse.el (mouse-show-mark): Get positions to delete from mark
9744 and point, not from mouse-drag-overlay.
9745
9746 * imenu.el (imenu-eager-completion-buffer): Add :version.
9747
9748 * filesets.el (filesets group): Add :version.
9749
9750 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
9751
9752 * files.el (xml-based-modes): Delete var.
9753 (magic-mode-alist): New more general var.
9754 (set-auto-mode): Use it.
9755
9756 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
9757 when clicking from another window.
9758
9759 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
9760
9761 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
9762 (vc-cvs-annotate-time): Incorporate value of deleted var.
9763 Remove special-case handling of beginning-of-buffer cruft.
9764 Cache ending position (point) and return value in text property
9765 `vc-cvs-annotate-time', and consult it on subsequent invocations.
9766
9767 * vc-cvs.el (vc-cvs-annotate-command):
9768 Delete extraneous lines from beginning of buffer.
9769 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
9770
9771 * progmodes/grep.el (grep-default-command): Take empty string
9772 for tag if all other methods yield nil. Shell-quote the tag.
9773
9774 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
9775 spec in `interactive' form, and mention it in the docstring.
9776 Also, make sure point is at bol after calling `annotate-time'.
9777
9778 2004-11-02 Richard M. Stallman <rms@gnu.org>
9779
9780 * cus-edit.el (customize-group-other-window):
9781 Select the window that displays the custom buffer.
9782 (custom-buffer-create-other-window): Likewise.
9783
9784 * comint.el (comint-insert-input): Fix previous change.
9785
9786 * emacs-lisp/elp.el (elp-instrument-function):
9787 Use called-interactively-p.
9788
9789 * emacs-lisp/easymenu.el (easy-menu-intern):
9790 Don't downcase; rather, case-flip the first letter of each word.
9791
9792 * emacs-lisp/easy-mmode.el (define-minor-mode):
9793 Use called-interactively-p.
9794
9795 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
9796 Add interactive-only.
9797 (byte-compile-warnings): Add interactive-only as option.
9798 (byte-compile-interactive-only-functions): New variable.
9799 (byte-compile-form): Warn about calls to functions
9800 in byte-compile-interactive-only-functions.
9801
9802 * emacs-lisp/autoload.el (update-file-autoloads):
9803 Don't use interactive-p; take new arg SAVE-AFTER.
9804
9805 * emacs-lisp/advice.el (ad-make-advised-definition):
9806 Use called-interactively-p.
9807
9808 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9809
9810 * files.el (find-file-existing): New function.
9811
9812 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
9813 find-file-existing. Add "New File..." that calls find-file.
9814
9815 * diropen.pbm, diropen.xpm: New files.
9816
9817 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
9818 icon diropen. New tool bar item find-file-existing uses icon open.
9819
9820 * dired.el (dired-read-dir-and-switches): Call read-directory-name
9821 instead of read-file-name.
9822
9823 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
9824
9825 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
9826 (icalendar--split-value): Change name of work buffer.
9827 (icalendar--get-weekday-abbrev): Return nil on error.
9828 (icalendar--date-to-isodate): New function.
9829 (icalendar-convert-diary-to-ical)
9830 (icalendar-extract-ical-from-buffer): Use only two args for
9831 make-obsolete (XEmacs compatibility).
9832 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
9833 (icalendar-export-region): Doc fix.
9834 If error, return non-nil and write errors to a buffer.
9835 Use correct weekday for weekly recurring events.
9836 Check whether date has been parsed for ordinary events.
9837 Make weekly events start in the year 2000.
9838 DTEND is non-inclusive, shift end date by one day if
9839 necessary (not for entries that have date and time).
9840 Rename local let variables: oops -> found-error, datestring ->
9841 startdatestring.
9842
9843 2004-11-02 Kim F. Storm <storm@cua.dk>
9844
9845 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
9846 keep-mode-if-same variable. Add it as optional arg instead.
9847 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
9848
9849 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
9850 substitute-command-keys will select lower-case bindings like those
9851 used in the static help texts.
9852
9853 * descr-text.el (describe-text-properties): Don't err if called in
9854 the *Help* buffer; output to *Help-2* buffer instead.
9855
9856 * kmacro.el (group kmacro): Add :version.
9857 (kmacro-keyboard-quit): New function to cleanup on C-g.
9858 (kmacro-start-macro): Set defining-kbd-macro to append when
9859 appending to last macro.
9860
9861 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
9862
9863 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
9864
9865 * progmodes/gdb-ui.el (gdb-enable-debug-log)
9866 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
9867 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
9868 Add :version keyword.
9869
9870 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
9871
9872 * progmodes/flymake.el (flymake-err-line-patterns):
9873 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
9874 `compilation-error-regexp-alist-alist' to internal Flymake format.
9875
9876 * progmodes/flymake.el: Eliminate byte-compiler warnings.
9877
9878 2004-11-01 Jay Belanger <belanger@truman.edu>
9879
9880 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
9881 with `interactive "s"'.
9882
9883 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9884
9885 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
9886 Revert change from 2004-10-16. '*' checks the current buffer, but the
9887 mouse click may be in another buffer.
9888
9889 2004-11-01 John Paul Wallington <jpw@gnu.org>
9890
9891 * files.el (large-file-warning-threshold): Add :version keyword.
9892 (kill-some-buffers): Doc fix.
9893
9894 * thumbs.el (group thumbs): Add :version keyword.
9895
9896 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
9897
9898 2004-11-01 Richard M. Stallman <rms@gnu.org>
9899
9900 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
9901
9902 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
9903
9904 * allout.el (allout group): Add :version.
9905 (allout-init): Don't use interactive-p.
9906 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
9907 (allout-forward-current-level, allout-backward-current-level):
9908 Don't use interactive-p.
9909
9910 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
9911 (bibtex-find-text): Likewise.
9912
9913 * progmodes/vhdl-mode.el (vhdl-fill-region)
9914 (vhdl-beginning-of-statement): Don't use interactive-p.
9915
9916 * progmodes/idlwave.el (idlwave-update-routine-info):
9917 Don't use interactive-p.
9918
9919 * progmodes/idlw-shell.el (idlwave-shell-send-char):
9920 Don't use interactive-p.
9921
9922 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
9923 Don't use interactive-p.
9924
9925 * progmodes/ada-xref.el (ada-make-body-gnatstub):
9926 Don't use interactive-p.
9927
9928 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
9929 (fortune-in-buffer): Doc fix.
9930
9931 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
9932
9933 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
9934 don't select the temporary buffer.
9935 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
9936 (eudc-get-phone): Likewise.
9937
9938 2004-11-01 Kim F. Storm <storm@cua.dk>
9939
9940 * man.el (Man-xref-normal-file): Fix help-echo.
9941
9942 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9943
9944 * reveal.el (reveal-last-tick): New var.
9945 (reveal-post-command): Use it to avoid closing overlays when we're
9946 appending text to them.
9947
9948 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9949
9950 * textmodes/bibtex.el: Require button.
9951 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
9952 (bibtex-reference-keys): Distinguish between header keys and
9953 crossref keys.
9954 (bibtex-beginning-of-field): New function.
9955 (bibtex-url-map): Remove.
9956 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
9957 (bibtex-font-lock-url-regexp): Assume that field names begin at
9958 the beginning of a line.
9959 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
9960 Remove field delimiters. Use bibtex-beginning-of-field.
9961 Bugfix, point can be inside a field with a url.
9962 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
9963 New functions.
9964 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
9965 (bibtex-key-in-head): Simplify.
9966 (bibtex-current-line): Use bolp.
9967 (bibtex-parse-keys): Remove unused arg `add'.
9968 Use bibtex-type-in-head and bibtex-key-in-head.
9969 (bibtex-parse-entry, bibtex-autofill-entry):
9970 Use bibtex-type-in-head and bibtex-key-in-head.
9971 (bibtex-autokey-get-field): Do not alter case of replacement text.
9972 (bibtex-autokey-get-names): Do all processing of name list.
9973 (bibtex-autokey-get-year): New function.
9974 (bibtex-autokey-get-title): Do all processing of title words.
9975 (bibtex-generate-autokey): Simplify.
9976 (bibtex-string-files-init): Use default-directory.
9977 Allow for absolute file names in bibtex-string-files.
9978 (bibtex-files, bibtex-file-path): New variables.
9979 (bibtex-files-expand): New function.
9980 (bibtex-find-entry-globally): New command.
9981 (bibtex-summary-function): New variable.
9982 (bibtex-summary): Default value of bibtex-summary-function.
9983 (bibtex-find-crossref): New optional args pnt and split.
9984 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
9985 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
9986 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
9987 Fix handling of required and alternative fields.
9988 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
9989 Use cons and display-buffer.
9990 (bibtex-validate-globally): New command.
9991 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
9992 bibtex-parse-keys and bibtex-parse-strings for updating
9993 bibtex-reference-keys and bibtex-strings.
9994 (bibtex-realign): Remove blank lines past the last entry.
9995 (bibtex-reformat): Use bibtex-entry-format as default.
9996 (bibtex-choose-completion-string): Remove.
9997 (bibtex-complete): Do not use bibtex-choose-completion-string.
9998 (bibtex-url): Simplify.
9999
10000 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10001
10002 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10003 (x-dnd-types-alist, x-dnd-open-file-other-window)
10004 (x-dnd-known-types): Add :version.
10005
10006 2004-10-31 John Paul Wallington <jpw@gnu.org>
10007
10008 * ibuffer.el (group ibuffer): Add :version keyword.
10009
10010 2004-10-31 Kim F. Storm <storm@cua.dk>
10011
10012 * ido.el (group ido): Add :version keyword.
10013 (ido-mode): Remove :version keyword.
10014
10015 * emulation/cua-base.el (group cua): Add :version keyword.
10016 (cua-mode): Remove :version keyword.
10017
10018 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10019
10020 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10021
10022 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10023 compiler warning.
10024 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10025 function.
10026 (help-at-pt-display-when-idle): Remove autoload.
10027
10028 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10031
10032 2004-10-30 Juri Linkov <juri@jurta.org>
10033
10034 * help.el (function-called-at-point):
10035 * help-fns.el (variable-at-point): Read -> intern.
10036
10037 2004-10-30 Simon Josefsson <jas@extundo.com>
10038
10039 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10040 Recognize AS_* too.
10041
10042 2004-10-29 Simon Josefsson <jas@extundo.com>
10043
10044 * subr.el (read-passwd): Move back from password.el.
10045
10046 * password.el: Remove, not ready yet.
10047
10048 2004-10-29 Andreas Schwab <schwab@suse.de>
10049
10050 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10051
10052 2004-10-29 Sam Steingold <sds@gnu.org>
10053
10054 * mouse.el (mouse-show-mark): Replace the last occurrence of
10055 x-lost-selection-hooks with x-lost-selection-functions.
10056
10057 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10058
10059 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10060 x-lost-selection-functions is bound.
10061
10062 * mouse-sel.el (mouse-sel-mode):
10063 * emacs-lisp/lselect.el: Adjust to new names for
10064 x-(lost|sent)-selection-functions.
10065
10066 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10067 New obsolete aliases of x-lost-selection-functions and
10068 x-sent-selection-functions.
10069
10070 2004-10-28 Kim F. Storm <storm@cua.dk>
10071
10072 * imenu.el (imenu-scanning-message): Remove.
10073 (imenu-progress-message): Make it a no-op.
10074
10075 2004-10-28 John Paul Wallington <jpw@gnu.org>
10076
10077 * files.el (set-auto-mode): Call `throw' correctly.
10078
10079 2004-10-28 Juri Linkov <juri@jurta.org>
10080
10081 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10082 to search `Info-...' commands in `info' manual.
10083 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10084 Add 'info-file "emacs" property.
10085 (Info-find-emacs-command-nodes): Fix index line number regexp.
10086 Set real line number (instead of fake 0) in first element of the
10087 returned list.
10088 (Info-goto-emacs-command-node): Use line number of first element
10089 to set point in the first found Info node.
10090
10091 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10092 code to `grep-mode-font-lock-keywords'.
10093 (grep-mode-font-lock-keywords): Delete grep markers instead
10094 of making them invisible.
10095
10096 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10097
10098 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10099 and x-server-version in bug report.
10100
10101 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10102
10103 * files.el (set-auto-mode-0): New function.
10104 (set-auto-mode): Use it to handle aliased modes and to
10105 be consistent between C-x C-f and C-x C-w.
10106
10107 2004-10-28 Kenichi Handa <handa@m17n.org>
10108
10109 * international/utf-8.el (utf-translate-cjk-charsets):
10110 Add katakana-jisx0201.
10111
10112 * international/subst-jis.el: Add data for JISX0201.
10113
10114 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10115
10116 * obsolete/hilit19.el (hilit-mode): New function.
10117 Move all the toplevel side-effecting stuff into it, so that loading
10118 hilit19 doesn't mess everything up any more.
10119
10120 2004-10-27 Richard M. Stallman <rms@gnu.org>
10121
10122 * add-log.el (add-change-log-entry): Set up mailing address
10123 and full name later, and don't alter add-log-mailing-address
10124 or add-log-full-name.
10125
10126 * elide-head.el (elide-head): Change error to message.
10127 (elide-head-show): Likewise.
10128
10129 * apropos.el (apropos-macrop): Doc fix.
10130
10131 * mouse.el (mouse-show-mark): Do most processing the same
10132 regardless of transient-mark-mode.
10133
10134 * shadowfile.el (shadow-copy-files): Use interactive-p
10135 only to control whether to print a message.
10136
10137 * tar-mode.el (tar-mode): Use write-contents-functions,
10138 not write-contents-hooks.
10139
10140 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10141 directory-sep-char.
10142
10143 2004-10-27 Richard M. Stallman <rms@gnu.org>
10144
10145 * strokes.el (strokes-unload-hook): Fix previous change.
10146
10147 * type-break.el (type-break-run-at-time): Always use run-at-time;
10148 forget the alternatives.
10149 (type-break-cancel-function-timers): Always use cancel-function-timers;
10150 forget the alternatives.
10151
10152 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10153
10154 2004-10-27 Kenichi Handa <handa@m17n.org>
10155
10156 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10157
10158 * international/subst-gb2312.el: Likewise.
10159
10160 * international/subst-big5.el: Likewise.
10161
10162 * international/subst-ksc.el: Likewise.
10163
10164 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10165 New variable.
10166 (utf-translate-cjk-set-unicode-range): New function.
10167 (utf-translate-cjk-unicode-range): Make it customizable.
10168 (utf-8-post-read-conversion):
10169 Use utf-translate-cjk-unicode-range-string.
10170 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10171 Unicode ranges.
10172
10173 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10174
10175 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10176 trivial variants to shorten the list.
10177 (xml-based-modes): New var.
10178 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10179 declaration higher priority than auto-mode-alist.
10180
10181 * find-file.el (cc-other-file-alist): Bring it in line with
10182 cc-mode's auto-mode-alist entries and use \' instead of $.
10183
10184 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10185 and add "Id" and "Name" submenus to it.
10186
10187 * imenu.el (imenu--generic-function): Skip matches in comments.
10188
10189 2004-10-26 Jay Belanger <belanger@truman.edu>
10190
10191 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10192 (full-calc-keypad, calc-trail-display): Use an extra argument
10193 instead of `interactive-p'.
10194
10195 * calc/calc-misc.el (calc-other-window): Use an extra argument
10196 instead of `interactive-p'.
10197
10198 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10199 `interactive-p'.
10200
10201 2004-10-26 Kim F. Storm <storm@cua.dk>
10202
10203 * help.el (describe-key): Describe both down-event and up-event
10204 for a mouse click.
10205
10206 2004-10-26 Richard M. Stallman <rms@gnu.org>
10207
10208 * woman.el (woman): Don't call interactive-p.
10209
10210 * pcomplete.el (pcomplete): Instead of interactive-p,
10211 use an arg set non-nil by the interactive spec.
10212
10213 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10214 use an arg set non-nil by the interactive spec.
10215
10216 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10217 use an arg set non-nil by the interactive spec.
10218
10219 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10220
10221 * progmodes/flymake.el (flymake-split-string):
10222 Use `flymake-split-string-remove-empty-edges' in any case.
10223
10224 2004-10-26 Masatake YAMATO <jet@gyve.org>
10225
10226 * progmodes/flymake.el (flymake-err-line-patterns):
10227 Use `compilation-error-regexp-alist-alist' instead of
10228 `compilation-error-regexp-alist'.
10229
10230 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10233 verbatim face on the \ of \end{verbatim}.
10234
10235 2004-10-25 Jay Belanger <belanger@truman.edu>
10236
10237 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10238 erasing minibuffer.
10239
10240 2004-10-25 Simon Josefsson <jas@extundo.com>
10241
10242 * subr.el (read-passwd): Move to net/password.el.
10243
10244 * net/password.el (read-passwd): Add. Autoload it.
10245
10246 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10247
10248 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10249
10250 * simple.el (process-file): Fix logic.
10251
10252 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10253
10254 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10255 (increase-right-margin): Remove erroneous call to `interactive-p'.
10256
10257 2004-10-24 Kim F. Storm <storm@cua.dk>
10258
10259 * help.el (describe-mode): Fix 2004-10-13 change.
10260 Copy pure "Auto Fill" string so it can be propertized later
10261 without causing a read-only error.
10262
10263 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10264
10265 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10266 style indexes.
10267
10268 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10269
10270 * simple.el (process-file): Accept nil for INFILE. Reported by
10271 Luc Teirlinck.
10272
10273 2004-10-24 Masatake YAMATO <jet@gyve.org>
10274
10275 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10276 Handle periods and underscores in a function name.
10277 Remove the address fontification.
10278
10279 2004-10-24 Masatake YAMATO <jet@gyve.org>
10280
10281 * progmodes/asm-mode.el (asm-font-lock-keywords):
10282 Use font-lock-variable-name-face for registers.
10283
10284 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10285
10286 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10287 kill-all-local-variables.
10288 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10289 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10290 Use kill-all-local-variables and provide mode-hooks.
10291 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10292 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10293 Suggested by Masatake YAMATO <jet@gyve.org>.
10294
10295 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10296
10297 * simple.el (process-file): New function, similar to call-process
10298 but supports file handlers.
10299 * vc.el (vc-do-command): Use it, instead of call-process.
10300 * net/tramp-vc.el (vc-do-command): Do not advise it if
10301 process-file is fboundp.
10302 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10303 process-file.
10304 (tramp-handle-process-file): New function.
10305 (tramp-file-name-for-operation): Support process-file.
10306
10307 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10308
10309 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10310 (icalendar-weekdayabbrev-table)
10311 (icalendar-monthnumber-table): Delete.
10312 (icalendar--get-month-number): Use calendar-month-name-array.
10313 (icalendar--get-weekday-number): New function.
10314 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10315 (icalendar-export-region): Handle multi-line entries.
10316 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10317
10318 2004-10-23 John Paul Wallington <jpw@gnu.org>
10319
10320 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10321 `wildcards' set to t in interactive spec.
10322
10323 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10324 interactive spec rather than use `interactive-p'.
10325 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10326 rather than use function `interactive-p'.
10327
10328 2004-10-22 Kenichi Handa <handa@m17n.org>
10329
10330 * international/mule.el (translate-region): Implement it in Lisp
10331 as a front end of translate-region-internal.
10332
10333 2004-10-21 Jay Belanger <belanger@truman.edu>
10334
10335 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10336 Declare these variables with defvar.
10337
10338 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10339 is bound, only check to see if it is bound.
10340
10341 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10342
10343 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10344 Don't output messages.
10345
10346 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10347
10348 2004-10-21 John Paul Wallington <jpw@gnu.org>
10349
10350 * calc/calc-graph.el (calc-graph-init):
10351 Use `set-process-query-on-exit-flag'.
10352
10353 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10354
10355 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10356 dir right and also allow argumentless cd.
10357
10358 2004-10-19 Richard M. Stallman <rms@gnu.org>
10359
10360 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10361
10362 * eshell/em-unix.el (eshell-grep):
10363 Don't bind compilation-process-setup-function.
10364
10365 * comint.el (comint-insert-input): Use @ in `interactive'.
10366 (comint-input-filter-functions): Doc fix.
10367 (comint-kill-whole-line, comint-get-source): Doc fix.
10368
10369 * progmodes/compile.el (compilation-setup):
10370 Don't set buffer-read-only if MINOR is non-nil.
10371
10372 2004-10-19 Jay Belanger <belanger@truman.edu>
10373
10374 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10375 (calc-emacs-type-gnu19): Remove.
10376 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10377 Remove check for old emacs versions.
10378
10379 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10380 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10381 for current Emacs.
10382
10383 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10384 the end of the minibuffer.
10385 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10386 copy `esc-map'.
10387
10388 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10389
10390 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10391 call that would be given when the current emacs was used.
10392
10393 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10394
10395 * calendar/icalendar.el: Set coding to utf-8.
10396 (icalendar-version): Increase to 0.07.
10397 (icalendar-monthnumber-table): Change March pattern.
10398 (icalendar-get-all-event-properties)
10399 (icalendar-set-event-property): Delete.
10400 (icalendar-all-events): No longer interactive.
10401 (icalendar-convert-diary-to-ical)
10402 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10403 their replacements.
10404 (icalendar-export-file, icalendar-export-region): New functions;
10405 essentially old `icalendar-convert-diary-to-ical' but appending to
10406 target rather than overwriting.
10407 (icalendar-import-file): Append to target file rather than
10408 overwriting. Fourth arg deleted.
10409 (icalendar-import-buffer): New name for old
10410 `icalendar-extract-ical-from-buffer'.
10411 (icalendar--convert-string-for-import): New name for
10412 old `icalendar-convert-for-import'.
10413 (include-icalendar-files): Delete.
10414 Prefix for all internal functions changed from `icalendar-'
10415 to `icalendar--'.
10416
10417 2004-10-19 Richard M. Stallman <rms@gnu.org>
10418
10419 * paths.el (news-path): Fix previous change.
10420
10421 2004-10-18 Jay Belanger <belanger@truman.edu>
10422
10423 * calc/calc-help.el (calc-describe-bindings):
10424 Set `buffer-read-only' to nil while working in the keybindings buffer;
10425 remove some extra information from the keybindings buffer.
10426
10427 2004-10-18 David Ponce <david@dponce.com>
10428
10429 * mouse.el (mouse-drag-move-window-top): New function.
10430 (mouse-drag-mode-line-1): Use it.
10431
10432 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10433
10434 * info.el (Info-fontify-node): For multiline refs,
10435 arrange to unfontify newline and surrounding whitespace.
10436
10437 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10438
10439 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10440 directory is missing.
10441
10442 2004-10-17 John Paul Wallington <jpw@gnu.org>
10443
10444 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10445 New customizable variable; whether to display buffers that match
10446 `ibuffer-maybe-show-predicates' by default.
10447 (ibuffer-maybe-show-predicates): Mention it in docstring.
10448 (ibuffer-display-maybe-show-predicates): New variable.
10449 (ibuffer-update): Prefix arg now toggles whether buffers that
10450 match `ibuffer-maybe-show-predicates' should be displayed.
10451 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10452 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10453 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10454
10455 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10456
10457 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10458 work correctly.
10459
10460 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10461
10462 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10463 (Buffer-menu-beginning): New helper function.
10464 (Buffer-menu-execute): Use it.
10465 (Buffer-menu-select): Use it.
10466 (Buffer-menu-sort): Use it and also keep markers.
10467
10468 2004-10-17 Richard M. Stallman <rms@gnu.org>
10469
10470 * paths.el (news-directory): Rename from news-path. Old name alias.
10471 (rmail-spool-directory): Use defvar.
10472 (sendmail-program): Use defcustom.
10473 (remote-shell-program): Use defcustom.
10474 (term-file-prefix): Use defvar.
10475 (abbrev-file-name): Use defvar.
10476
10477 * term.el: Add maintainer.
10478
10479 * subr.el (with-local-quit): Return nil if there's a quit.
10480 (read-passwd): Use with-local-quit. Doc fix.
10481
10482 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10483 (strokes-unload-hook): Set as a variable with add-hook.
10484
10485 * startup.el (fancy-splash-tail, normal-splash-screen):
10486 Update copyright year.
10487
10488 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10489
10490 * server.el (server-unload-hook): Set as a variable with add-hook.
10491
10492 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10493
10494 * frame.el (special-display-popup-frame):
10495 Make the buffer current as its frame is created.
10496
10497 * delsel.el (delsel-unload-hook): Set as a variable.
10498
10499 * comint.el (comint-output-filter-functions):
10500 Add comint-watch-for-password-prompt.
10501 (comint-read-noecho): Function deleted.
10502 (send-invisible): Use read-passwd.
10503
10504 * fringe.el (fringe-mode-initialize): New function.
10505 (fringe-mode): Use fringe-mode-initialize as :initialize.
10506
10507 2004-10-17 Kim F. Storm <storm@cua.dk>
10508
10509 * language/indian.el (indian-script-language-alist): Swap value and doc.
10510 (indian-font-char-index-table): Doc fix.
10511
10512 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10513
10514 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10515
10516 2004-10-16 Juri Linkov <juri@jurta.org>
10517
10518 * progmodes/compile.el (compilation-start): Move let-binding of
10519 `process-environment' into `with-current-buffer' body.
10520 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10521
10522 2004-10-16 Richard M. Stallman <rms@gnu.org>
10523
10524 * pcvs-util.el (cvs-bury-buffer):
10525 Don't call get-buffer-window for effect.
10526
10527 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10528
10529 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10530
10531 * msb.el (msb-unload-hook): Set the variable.
10532
10533 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10534 Use * to err if buffer is readonly.
10535
10536 * subr.el (looking-back): Return only t or nil.
10537
10538 * whitespace.el (whitespace-unload-hook): Set the variable.
10539
10540 * view.el (view-mode-enable): Set view-page-size and
10541 view-half-page-size to nil.
10542 (view-set-half-page-size-default): view-half-page-size = nil
10543 means the default.
10544 (View-scroll-page-forward): Use view-page-size-default.
10545 (View-scroll-page-backward): Likewise.
10546 (view-page-size, view-half-page-size): Doc fixes.
10547
10548 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10549
10550 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10551
10552 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10553 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10554 (byte-compile-log-1): Bind inhibit-read-only.
10555 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10556 (byte-compile-log-warning): Likewise.
10557 (byte-compile-file-form-require): Detect "cl" from the arg value.
10558
10559 * progmodes/compile.el (compilation-start): Assume compilation-mode
10560 will make the buffer read-only.
10561 (compilation-mode): Take arg name-of-mode.
10562 (compilation-setup): Make buffer read-only.
10563 (compilation-handle-exit): Bind inhibit-read-only.
10564
10565 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10566 (ispell-message): Likewise.
10567 (ispell-show-choices): Don't call get-buffer-window uselessly.
10568 (ispell-init-process): Use set-process-query-on-exit-flag.
10569
10570 2004-10-16 Kim F. Storm <storm@cua.dk>
10571
10572 * fringe.el (fringe-bitmaps): Only initialize when defined.
10573
10574 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10575 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10576
10577 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10578
10579 2004-10-15 Simon Josefsson <jas@extundo.com>
10580
10581 * net/password.el: Add.
10582
10583 2004-10-14 Masatake YAMATO <jet@gyve.org>
10584
10585 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
10586 (gdb-script-end-of-defun): New function.
10587 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
10588 `gdb-script-end-of-defun' as *-of-defun-function.
10589
10590 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
10591
10592 * button.el (button-activate): Allow a marker to display as an action.
10593
10594 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
10595
10596 * help.el (describe-mode): Use it to make minor mode list into
10597 hyperlinks.
10598
10599 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 * vc.el (vc-annotate-display-select): Fix typo.
10602
10603 * subr.el (substitute-key-definition-key): New function.
10604 (substitute-key-definition): Use it with map-keymap.
10605 (event-modifiers): Use push.
10606 (mouse-movement-p, with-temp-buffer): Simplify.
10607
10608 2004-10-12 Jay Belanger <belanger@truman.edu>
10609
10610 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
10611 New variables.
10612 (calc-help-index-entries): New function.
10613 (calc-describe-function): Use `calc-help-function-list' instead of
10614 obarray for completion.
10615 (calc-describe-variable): Use `calc-help-variable-list' instead
10616 of obarray for completion.
10617
10618 2004-10-12 Richard M. Stallman <rms@gnu.org>
10619
10620 * info-look.el (info-lookup-file): Add info-file property.
10621 (info-lookup-symbol): Likewise.
10622
10623 * info.el (info-xref): Add underlining.
10624 (info): Add info-file property.
10625 (Info-find-emacs-command-nodes): Specify case-sensitive search.
10626
10627 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10628
10629 Sync with Tramp 2.0.45.
10630
10631 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
10632 defined. This is not the case for XEmacs without package "edebug".
10633 (tramp-set-auto-save-file-modes): Set permissions of autosaved
10634 remote files to the permissions of the original file. This is not
10635 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
10636 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
10637 (tramp-perl-decode): Fix an error in Perl implementation.
10638 $pending must be cleared every loop. Reported by Benjamin Place
10639 <benjaminplace@sprintmail.com>
10640
10641 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
10642 Don't activate advice during definition. This is done later on,
10643 depending on test result of `substitute-in-file-name'.
10644 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10645
10646 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10647
10648 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
10649
10650 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
10651
10652 2004-10-12 David Ponce <david@dponce.com>
10653
10654 * recentf.el (recentf-edit-list): Update the menu when the recentf
10655 list has been modified.
10656
10657 2004-10-12 Simon Josefsson <jas@extundo.com>
10658
10659 * net/tls.el (tls-certtool-program): New variable.
10660 (tls-certificate-information): New function, based on
10661 ssl-certificate-information.
10662
10663 2004-10-12 Kenichi Handa <handa@m17n.org>
10664
10665 * international/mule.el (coding-system-equal): Move from mule-util.el.
10666
10667 * international/mule-util.el (coding-system-equal): Move to mule.el.
10668
10669 2004-10-12 Kim F. Storm <storm@cua.dk>
10670
10671 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
10672 reset kmacro-initial-counter-value if set.
10673 (kmacro-set-counter): Only set kmacro-counter if defining or executing
10674 macro. Set kmacro-initial-counter-value otherwise. Never set both.
10675 (kmacro-display): Show macro counter if non-zero.
10676
10677 * subr.el (substitute-key-definition): Mention command remapping
10678 in doc string.
10679
10680 2004-10-11 Jay Belanger <belanger@truman.edu>
10681
10682 * calc/calc-misc.el (calc-info-goto-node): New function.
10683 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
10684 node in one step.
10685 (calc-describe-copying, calc-describe-distribution)
10686 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
10687 Go to appropriate info node in one step.
10688
10689 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
10692
10693 * font-lock.el (font-lock-apply-highlight): Fix last change.
10694
10695 2004-10-11 Simon Josefsson <jas@extundo.com>
10696
10697 * mail/smtpmail.el (smtpmail-open-stream): Look for
10698 starttls-gnutls-program instead of starttls-program iff
10699 starttls-use-gnutls is non-nil.
10700 (smtpmail-open-stream): Don't overwrite user settings of
10701 starttls-extra-arguments and starttls-extra-args.
10702
10703 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10704
10705 * comint.el (comint-mouse-insert-input): Remove.
10706 (comint-insert-input): Make it work for mouse bindings.
10707 (comint-mode-map): Move defs into the declaration.
10708 (comint-output-filter): Typo.
10709
10710 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
10711
10712 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
10713
10714 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
10715 (ange-ftp-call-chmod): Reference remote-shell-program instead of
10716 ange-ftp-remote-shell.
10717
10718 2004-10-10 Andreas Schwab <schwab@suse.de>
10719
10720 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
10721 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
10722 Reported by <sri@asu.edu>.
10723
10724 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
10725
10726 * vc.el (vc-annotate-mode): Remove variable.
10727 (vc-annotate-display-select): Only call vc-annotate-mode
10728 if we're not in that mode already.
10729
10730 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
10731
10732 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
10733 (imenu-choose-buffer-index): Check here for rescan instead.
10734
10735 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
10736 where the face expression evals to nil.
10737
10738 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
10739 (tex-font-lock-keywords-2): Use it.
10740 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
10741
10742 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
10743
10744 2004-10-09 Kim F. Storm <storm@cua.dk>
10745
10746 * subr.el (progress-reporter-update): Define before first usage.
10747 (make-progress-reporter): Doc fix.
10748
10749 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10750
10751 * textmodes/paragraphs.el (sentence-end-double-space)
10752 (sentence-end-without-period, sentence-end-without-space)
10753 (sentence-end): Doc fixes.
10754
10755 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
10756
10757 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
10758 Change paragraph-start regexp so we don't fill code starting with #'(.
10759
10760 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
10761
10762 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
10763 New defcustom.
10764 (extract-address-components): Use it.
10765
10766 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10767
10768 * subr.el (make-progress-reporter, progress-reporter-update)
10769 (progress-reporter-force-update, progress-reporter-do-update)
10770 (progress-reporter-done): New functions.
10771
10772 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
10773
10774 * progmodes/etags.el (etags-tags-completion-table): Use progress
10775 reporter.
10776 (etags-tags-apropos): Likewise.
10777
10778 2004-10-08 Alan Mackenzie <acm@muc.de>
10779
10780 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
10781 of current line.
10782
10783 2004-10-08 Masatake YAMATO <jet@gyve.org>
10784
10785 * server.el (server-process-filter): Wrap `process-send-region'
10786 by `condition-case' to guard the case when the pipe to PROC is closed.
10787
10788 2004-10-07 Mark A. Hershberger <mah@everybody.org>
10789
10790 * xml.el (xml-substitute-special): Limit handling of external entities.
10791
10792 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
10793
10794 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
10795
10796 2004-10-06 John Paul Wallington <jpw@gnu.org>
10797
10798 * xml.el (xml-parse-dtd): Fix `error' call.
10799
10800 2004-10-05 Mark A. Hershberger <mah@everybody.org>
10801
10802 * xml.el (xml-substitute-special): Return a single string instead
10803 of a list of strings if an entity substitution is made.
10804
10805 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
10806
10807 * calendar/icalendar.el: New file.
10808
10809 2004-10-05 Juri Linkov <juri@jurta.org>
10810
10811 * isearch.el (isearch-done): Set mark after running hook.
10812 Reported by Drew Adams <drew.adams@oracle.com>.
10813
10814 * info.el (Info-history, Info-toc): Fix Info headers.
10815 (Info-toc): Narrow buffer before Info-fontify-node.
10816 (Info-build-toc): Don't check for special Info file names.
10817 Set main-file to nil if Info-find-file returns a symbol.
10818
10819 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
10820
10821 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
10822 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
10823 * calendar/cal-menu.el (calendar-mode-map): Ditto.
10824
10825 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10826
10827 * calendar/cal-iso.el (calendar-iso-read-args): New function,
10828 for old interactive spec from calendar-goto-iso-date.
10829 (calendar-goto-iso-date): Use it.
10830 (calendar-goto-iso-week): New function. Suggested by Emilio
10831 C. Lopes <eclig@gmx.net>.
10832
10833 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
10834
10835 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
10836 `set-right-margin' bindings that follow the minor mode conventions.
10837
10838 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10839
10840 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
10841 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
10842 (latex-block-args-alist): Add minipage and picture.
10843 (latex-block-body-alist): Use reftex-label if enabled.
10844 (latex-insert-block): Don't insert a \n if not necessary.
10845 (tex-compile-commands): Make sure dvips doesn't send to printer.
10846 (tex-compile-default): Handle the case where no executable is found.
10847 (latex-noindent-environments): New var.
10848 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
10849 If tex-indent-allhanging is non-nil, make sure we only align for macros
10850 at beginning of line.
10851
10852 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
10853
10854 * newcomment.el (comment-beginning): Doc fix and don't choke on
10855 unset `comment-end-skip' when at beginning of comment.
10856
10857 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
10858
10859 * term.el (term-adjust-current-row-cache): Don't allow the current
10860 row to become negative.
10861 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
10862 the end of the line. Fix scroll down. Add comments.
10863 (term-handle-ansi-escape): Don't exceed terminal width when moving
10864 right.
10865 (term-scroll-region): Move the cursor after setting the scroll region.
10866
10867 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
10868
10869 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
10870 to `width' for consistency with docstring. Doc fix.
10871
10872 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
10873
10874 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
10875 This is necessary for derived modes.
10876
10877 2004-09-30 Kim F. Storm <storm@cua.dk>
10878
10879 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
10880 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
10881
10882 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
10883 kmacro-extract-lambda functions.
10884 (edit-kbd-macro): Handle kmacro lambda forms.
10885 Include counter and counter format in edit buffer.
10886 (edmacro-finish-edit): Get counter and format from edit buffer and
10887 update kmacro bindings when found.
10888
10889 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
10890
10891 * textmodes/paragraphs.el (forward-paragraph):
10892 Avoid args-out-of-range error when point winds up at the beginning of
10893 the buffer and hard newlines are enabled.
10894
10895 * newcomment.el (comment-multi-line): Doc fix.
10896
10897 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
10900 (diff-fixup-modifs): Catch unified-diff file-headers.
10901
10902 2004-09-29 Kim F. Storm <storm@cua.dk>
10903
10904 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
10905 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
10906 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
10907
10908 * fringe.el (fringe-bitmap-p): New macro.
10909 (fringe-bitmaps): Add standard fringe bitmaps on load.
10910
10911 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * dired.el (dired-view-command-alist): Use more efficient regexps.
10914 Remove dubious arguments.
10915 (dired-align-file): New function.
10916 (dired-insert-directory): Use it.
10917 (dired-move-to-end-of-filename): Make the " -> " search more specific.
10918 (dired-buffers-for-dir): Remove unused var `pattern'.
10919
10920 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
10921
10922 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
10923 from diary display excursion. Store diary buffer's point for
10924 `simple-diary-display'.
10925 (simple-diary-display): Set window point and start when
10926 displaying buffer, to preserve point.
10927
10928 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
10929
10930 * textmodes/enriched.el (enriched-translations): Replace defconst
10931 with defvar.
10932
10933 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10934
10935 * printing.el: Doc fix.
10936 (pr-version): New version number (6.8.1).
10937 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
10938 make-temp-name.
10939 (pr-delete-file): Check if file exists before deleting it.
10940 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
10941
10942 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
10943
10944 * term.el (term-display-table): New variable.
10945 (term-mode): Use it.
10946 (term-exec-1): Set the coding system to binary.
10947 (term-emulate-terminal): Decode the string before inserting it.
10948
10949 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
10950
10951 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
10952 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
10953 (map): Bind S-prior, S-next and S-insert.
10954 (term-mode): Set `indent-tabs-mode' to nil.
10955 (term-paste): New function to be bound to S-insert.
10956 (term-send-del, term-send-backspace): Change the strings sent.
10957 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
10958 (term-handle-colors-array): Fix handling of underline and reverse.
10959 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
10960 (term-erase-in-line): Fix comparison.
10961 (term-emulate-terminal): Fix line wrap handling.
10962 (term-start-output-log): Rename from `term-set-output-log'.
10963 (term-stop-output-log): Rename from `term-stop-photo'.
10964 (term-switch-to-alternate-sub-buffer): Comment out, unused.
10965
10966 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * dired.el (dired-move-to-filename): Don't output a message if
10969 raise-error is non-nil. Fix return position and value.
10970
10971 * files.el (insert-directory): Obey --dired even with symlinks.
10972
10973 2004-09-25 Lars Hansen <larsh@math.ku.dk>
10974
10975 * ls-lisp.el (ls-lisp-format): Mark file names with property
10976 dired-filename.
10977
10978 2004-09-25 Kim F. Storm <storm@cua.dk>
10979
10980 * ido.el (ido-max-directory-size): New defcustom.
10981 (ido-decorations): Add "too big" element.
10982 (ido-directory-too-big): New dynamic var.
10983 (ido-may-cache-directory): Don't cache big directories.
10984 (ido-directory-too-big-p): New defun.
10985 (ido-set-current-directory): Update ido-directory-too-big.
10986 (ido-read-internal): Make empty ido-cur-item if too-big.
10987 (ido-buffer-internal): Use ido-read-internal directly instead of
10988 ido-read-buffer.
10989 (ido-file-internal): Init ido-directory-too-big.
10990 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
10991 and redo completion with full list.
10992 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
10993 it, and show completions.
10994 (ido-all-completions): Let bind ido-directory-too-big to nil.
10995 (ido-exhibit): Handle ido-directory-too-big.
10996 (ido-read-buffer): Handle fallback to read-buffer.
10997 Init ido-directory-too-big.
10998 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
10999 Init ido-directory-too-big.
11000
11001 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11002
11003 * subr.el (delay-mode-hooks): Doc fix.
11004
11005 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11006
11007 * textmodes/enriched.el
11008 (enriched-default-text-properties-local-flag): New variable.
11009 (enriched-mode): Make sure that enabling and disabling the mode is
11010 a no-op. Doc fix.
11011
11012 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11013
11014 * calendar/holidays.el (holiday-advent): Report on a specified day
11015 offset from advent, not just advent.
11016 (holiday-easter-etc): Report on one specified day offset from
11017 easter, not all easter holidays. Various Easter holidays moved to
11018 `christian-holidays' variable in calendar.el.
11019 * calendar/calendar.el (christian-holidays): Adapt for new
11020 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11021
11022 2004-09-23 Kim F. Storm <storm@cua.dk>
11023
11024 * image.el (insert-sliced-image): Add doc string.
11025
11026 * ido.el (ido-choice-list): New dynamic var for `list' context.
11027 (ido-context-switch-command): New dynamic var.
11028 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11029 (ido-read-internal): Handle new `list' context.
11030 Handle insert-buffer and insert-file ido-exit values.
11031 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11032 ido-context-switch-command. Handle insert-file ido-exit value.
11033 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11034 unless it is already bound by caller.
11035 (ido-file-internal): New arg switch-cmd. Use it to setup
11036 ido-context-switch-command. Handle insert-buffer ido-exit value.
11037 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11038 used for context switching.
11039 (ido-all-completions): Handle new `list' context.
11040 (ido-make-choice-list): Return choices for `list' context.
11041 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11042 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11043 (ido-insert-buffer, ido-insert-file): Setup context switching.
11044 (ido-exhibit): Handle `list' context.
11045 (ido-read-file-name): Disable context switching. Handle fallback.
11046 (ido-read-directory-name): Disable context switching.
11047 (ido-completing-read): New defun like completing-read. Setup and
11048 use new `list' context.
11049
11050 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11051
11052 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11053
11054 2004-09-21 Jay Belanger <belanger@truman.edu>
11055
11056 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11057 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11058 separate window.
11059
11060 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11061
11062 * subr.el (after-change-major-mode-hook): Doc fix.
11063
11064 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11065
11066 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11067 of ghostscript for monochrome PostScript file in Windows.
11068
11069 2004-09-21 Kenichi Handa <handa@m17n.org>
11070
11071 * descr-text.el (describe-char): Checking of quail activation fixed.
11072
11073 2004-09-21 Jay Belanger <belanger@truman.edu>
11074
11075 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11076
11077 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11078
11079 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11080 after the mode hooks instead of before. Doc fix.
11081
11082 2004-09-20 Jason Rumney <jasonr@gnu.org>
11083
11084 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11085 _emacs, but revert to .emacs if neither exists in home directory.
11086
11087 2004-09-20 John Paul Wallington <jpw@gnu.org>
11088
11089 * bindings.el (completion-ignored-extensions): Add .dfsl.
11090
11091 2004-09-20 Richard M. Stallman <rms@gnu.org>
11092
11093 * bindings.el (scroll-left): Make it disabled.
11094
11095 * files.el (enable-local-eval): Doc fix.
11096
11097 * indent.el (move-to-left-margin): Special case for minibuffer.
11098
11099 * term.el (term-emulate-terminal): Turn off undo for output.
11100 Use with-current-buffer and save-selected-window.
11101
11102 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11103
11104 * progmodes/make-mode.el (makefile-fill-paragraph):
11105 Don't insist on spaces when looking for comments. # is enough.
11106
11107 * files.el (hack-local-variables): Copy the variables list
11108 to another buffer, strip prefixes and suffixes there, then read.
11109 (enable-local-eval): Doc fix.
11110 (ignored-local-variables): Initialize to nil.
11111 (risky-local-variable-p): Don't check ignored-local-variables here.
11112 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11113
11114 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11115
11116 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11117 of = to "." (punctuation).
11118
11119 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11120
11121 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11122
11123 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11124
11125 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11126 (enriched-before-change-major-mode): New function.
11127 Add it to `change-major-mode-hook'.
11128 (enriched-after-change-major-mode): New function.
11129 Add it to `after-change-major-mode-hook'.
11130 (enriched-mode): Make it work correctly if called from
11131 `after-change-major-mode-hook'.
11132 No longer set `indent-line-function'.
11133
11134 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11135
11136 * subr.el (after-change-major-mode-hook): New variable.
11137 (run-mode-hooks): Implement it.
11138
11139 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11140
11141 * battery.el (battery-linux-proc-apm): Use string-to-number.
11142 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11143 Use dolist (and less indentation). Use erase-buffer.
11144 Pre-initialize `design-capacity', `warn', and `low'.
11145 (battery-format): Use replace-regexp-in-string.
11146
11147 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11148
11149 * battery.el: Delete superfluous empty lines.
11150 (battery-linux-proc-acpi): Attempt to gather information from all
11151 battery subdirectories regardless of their file name.
11152 (battery-linux-proc-apm): Replace all occurrences of
11153 battery-hex-to-int-2 with string-to-int (base 16).
11154 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11155 (battery-hex-map): Delete variable.
11156
11157 2004-09-18 John Paul Wallington <jpw@gnu.org>
11158
11159 * calc/calc-units.el (calc-quick-units): Fix overzealous
11160 s/or/unless/.
11161
11162 2004-09-17 Jay Belanger <belanger@truman.edu>
11163
11164 * calc/calc.el (calc-mode-var-list): Fix the value of
11165 `calc-matrix-brackets'.
11166
11167 2004-09-17 Romain Francoise <romain@orebokech.com>
11168
11169 * ibuf-ext.el (define-ibuffer-filter filename):
11170 Expand dired-directory since buffer-file-name is absolute.
11171
11172 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11173
11174 * ediff-init.el (ediff-current-diff-face-A)
11175 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11176 (ediff-current-diff-face-Ancestor)
11177 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11178 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11179 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11180 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11181 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11182 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11183 Use min-colors.
11184
11185 * term.el (term-down): Perform vertical motion if DOWN is negative.
11186 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11187 (term-termcap-format): Synchronyze with the eterm terminfo entry
11188 in etc/e/eterm.ti.
11189 (term-handle-colors-array): If the current foreground or
11190 background are zero (i.e. unspecified), use the foreground and
11191 background of the default face for reverse video.
11192 (term-ansi-at-eval-string, term-ansi-default-fg)
11193 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11194 (term-mem): Delete ununsed function.
11195 (term-protocol-version): Increment.
11196 (term-current-face): Set to default.
11197
11198 2004-09-15 Jay Belanger <belanger@truman.edu>
11199
11200 * calc/calc.el (calc-mode-var-list): Define this variable.
11201 (calc-always-load-extensions, calc-line-numbering)
11202 (calc-line-breaking, calc-display-just, calc-display-origin)
11203 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11204 (calc-group-char, calc-point-char, calc-frac-format)
11205 (calc-prefer-frac, calc-hms-format, calc-date-format)
11206 (calc-float-format, calc-full-float-format, calc-complex-format)
11207 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11208 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11209 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11210 (calc-matrix-brackets, calc-language, calc-language-option)
11211 (calc-left-label, calc-right-label, calc-word-size)
11212 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11213 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11214 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11215 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11216 (calc-window-height, calc-display-trail, calc-show-selections)
11217 (calc-use-selections, calc-assoc-selections)
11218 (calc-display-working-message, calc-auto-why, calc-timing)
11219 (calc-mode-save-mode, calc-standard-date-formats)
11220 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11221 (calc-user-parse-tables, calc-gnuplot-default-device)
11222 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11223 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11224 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11225 (calc-invocation-macro, calc-show-banner): Give these values as
11226 part of `calc-mode-var-list's initialization after the variables
11227 are declared with defvar.
11228 (calc-bug-address): Change email address to send bug reports to.
11229 Change the maintainer address at the top.
11230 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11231 than "\\.emacs" to determine if it is the user-init-file.
11232
11233 * calc/calc-embed.el (calc-embedded-set-modes): Use
11234 `calc-mode-var-list' correctly.
11235
11236 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11237
11238 * vc.el (annotate-time): Document point handling.
11239 (vc-annotate-display-autoscale): Doc fix.
11240
11241 2004-09-15 Miles Bader <miles@gnu.org>
11242
11243 * generic.el (generic-make-keywords-list): Use symbol rather than
11244 word anchors in regexp.
11245
11246 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11247
11248 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11249 no file name consider `dired-directory'.
11250
11251 2004-09-14 Kim F. Storm <storm@cua.dk>
11252
11253 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11254
11255 2004-09-14 Simon Josefsson <jas@extundo.com>
11256
11257 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11258
11259 * textmodes/dns-mode.el: Add.
11260
11261 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11262
11263 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11264 (disabled-command-function): Make the ?\ char more obvious.
11265
11266 * vc-arch.el (vc-arch-root, vc-arch-registered):
11267 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11268
11269 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11270
11271 * windmove.el (windmove-frame-edges): Report coordinates of
11272 outside edges of frame, not inside edges.
11273 (windmove-coordinates-of-position): Convert into wrapper to new
11274 function `windmove-coordinates-of-window-position';
11275 `compute-motion' always applies to selected window.
11276 (windmove-coordinates-of-position): Update documentation to refer
11277 to Emacs 21 Lisp Reference Manual.
11278 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11279
11280 2004-09-13 Kim F. Storm <storm@cua.dk>
11281
11282 * isearch.el (isearch-resume-in-command-history): Rename from
11283 isearch-resume-enabled and change default to nil.
11284
11285 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11286
11287 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11288 (vc-registered): Use it.
11289 (vc-find-root): New fun.
11290
11291 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11292 Don't tell to use \\{...} when it's already done.
11293
11294 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11295 Provide a sample complex default.
11296 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11297 (bibtex-entry): Use mapc.
11298
11299 2004-09-12 Kim F. Storm <storm@cua.dk>
11300
11301 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11302
11303 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11304 inhibit-field-text-motion to t so rectangles work in comint buffers.
11305
11306 * simple.el (choose-completion-string): Set buffer before running
11307 choose-completion-string-functions hook so it can be buffer-local.
11308
11309 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11310
11311 * progmodes/compile.el (compilation-start): Parse command to see
11312 if it starts with a cd, and if so perform it for the *compilation*
11313 buffer. Change the header to reflect this.
11314
11315 2004-09-11 Kim F. Storm <storm@cua.dk>
11316
11317 * ido.el (ido-enable-dot-prefix): Doc fix.
11318 (ido-enable-dot-prefix): New defcustom.
11319 (ido-set-matches1): Use it.
11320
11321 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11322
11323 * textmodes/bibtex.el (bibtex-mark-active)
11324 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11325
11326 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11327
11328 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11329 used in a case insensitive environment.
11330 (bibtex-mode-map): Rearrange order of menus.
11331 (bibtex-quoted-string-re): Obsolete.
11332 (bibtex-complete-key-cleanup): Variable replaced by new function.
11333 (bibtex-font-lock-keywords): Use backquotes.
11334 (bibtex-font-lock-url-regexp): New internal variable.
11335 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11336 "OPT" and "ALT".
11337 (bibtex-insert-current-kill, bibtex-make-field)
11338 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11339 (bibtex-parse-field-text): Simplify.
11340 (bibtex-string=): New helper function.
11341 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11342 (bibtex-map-entries): Use bibtex-string=.
11343 (bibtex-search-entry): Use not.
11344 (bibtex-enclosing-field): Fix docstring.
11345 (bibtex-assoc-regexp): Obsolete.
11346 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11347 (bibtex-autokey-get-names): Handle empty name field.
11348 (bibtex-parse-strings): Use assoc-string and unless.
11349 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11350 Use assoc-string.
11351 (bibtex-pop): Simplify.
11352 (bibtex-mode): Set font-lock-extra-managed-props.
11353 (bibtex-entry-update): Use assoc-string.
11354 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11355 (bibtex-autofill-entry): Use bibtex-string=.
11356 (bibtex-print-help-message): Simplify.
11357 (bibtex-find-entry): New optional arg START.
11358 (bibtex-validate): Use bibtex-string= and assoc-string.
11359 Do not call obsolete function compilation-parse-errors.
11360 (bibtex-remove-delimiters): Only remove delimiters if present.
11361 (bibtex-copy-entry-as-kill): Add docstring.
11362 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11363 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11364 (bibtex-complete): Use bibtex-predefined-month-strings,
11365 bibtex-string=, and new function bibtex-complete-key-cleanup.
11366 (bibtex-generate-url-list): New variable.
11367 (bibtex-url): New command bound to C-c C-l and mouse-2.
11368 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11369 (bibtex-font-lock-url): New function.
11370
11371 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11372
11373 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11374
11375 2004-09-09 Kim F. Storm <storm@cua.dk>
11376
11377 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11378 counter and format with binding.
11379 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11380 the declared macro uses own macro counter and format. Give symbol
11381 kmacro property.
11382 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11383 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11384 (kmacro-end-and-call-macro): Doc fix.
11385
11386 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11387
11388 * desktop.el (desktop-clear-preserve-buffers):
11389 Remove make-obsolete-variable.
11390
11391 2004-09-08 Richard M. Stallman <rms@gnu.org>
11392
11393 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11394 with the buffer as argument.
11395
11396 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11397
11398 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11399
11400 2004-09-08 Juri Linkov <juri@jurta.org>
11401
11402 * replace.el (perform-replace): Use `query-replace-descr'.
11403
11404 * cus-start.el (history-delete-duplicates): Specify customization.
11405
11406 * diff-mode.el (diff-mode-map):
11407 * progmodes/compile.el (compilation-mode-map):
11408 * progmodes/grep.el (grep-mode-map):
11409 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11410 to `next-error-follow-minor-mode'.
11411
11412 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11413
11414 * isearch.el (isearch-lazy-highlight-update): Take into account
11415 the case of zero-length match at the search bound.
11416
11417 2004-09-08 Kim F. Storm <storm@cua.dk>
11418
11419 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11420 change. Use zero width overlays when necessary.
11421
11422 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11423
11424 * subr.el (split-string): Docfix.
11425
11426 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11427
11428 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11429 (display-call-tree): Ensure newline after caller/calls blocks.
11430
11431 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11432
11433 * startup.el (command-line-1): Make option
11434 --directory/-L modify `load-path' straight away.
11435
11436 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11437
11438 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11439
11440 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11441
11442 * emacs-lisp/autoload.el (make-autoload):
11443 Handle `define-compilation-mode'.
11444
11445 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11446 Specify `doc-string-elt' property.
11447
11448 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11449
11450 * bs.el (bs-mode): Doc fix.
11451
11452 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11453
11454 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11455
11456 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11457
11458 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11459
11460 2004-09-08 Kenichi Handa <handa@m17n.org>
11461
11462 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11463 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11464 ps-mule-next-point -> 1+).
11465
11466 * composite.el (encode-composition-rule): Add autoload cooky.
11467
11468 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11469
11470 * format.el (buffer-auto-save-file-format): Make it permanent local.
11471
11472 2004-09-07 Kim F. Storm <storm@cua.dk>
11473
11474 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11475 (authors-fixed-entries): Fix typo.
11476 (authors-canonical-author-name): Compact multiple spaces.
11477 Ignore trivial names (e.g. only first name).
11478
11479 * term.el (term-window-width): Only use full window width on
11480 window system if overflow-newline-into-fringe is enabled.
11481 (term-mode): Don't disable overflow-newline-into-fringe.
11482
11483 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11484
11485 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11486 motion as seen on my Mac OS X xterms.
11487
11488 * newcomment.el (uncomment-region-default, comment-region-default):
11489 New functions extracted from uncomment-region and comment-region.
11490 (comment-region, comment-region-function, uncomment-region)
11491 (uncomment-region-function): Use them.
11492
11493 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11494
11495 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11496 It's not crucial but can make sense at times.
11497
11498 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11499 the first commit.
11500
11501 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11502 Disable obsolete code.
11503
11504 2004-09-07 Juri Linkov <juri@jurta.org>
11505
11506 * progmodes/grep.el (grep-highlight-matches): Change default from
11507 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11508 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11509 if grep option `--color' is available, or to `nil' otherwise.
11510 (grep-process-setup): Call `grep-compute-defaults' if
11511 `grep-highlight-matches' is not computed. Set env-vars only
11512 if `grep-highlight-matches' is `t'.
11513 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11514 is already defined).
11515
11516 * progmodes/compile.el (compilation-start): Use copy of
11517 `process-environment' created by `copy-sequence' to not
11518 modify env-vars in the global `process-environment'.
11519
11520 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11521
11522 * simple.el (next-error-follow-minor-mode): Fix last change.
11523
11524 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11525
11526 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11527 permanent local.
11528
11529 2004-09-04 Richard M. Stallman <rms@gnu.org>
11530
11531 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11532 highlighting if the search string is empty.
11533
11534 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11535
11536 * facemenu.el (facemenu-active-faces): Change condition of inner
11537 `while' loop to also check the first two elements of `face-atts'
11538 and `mask-atts'.
11539
11540 2004-09-04 John Paul Wallington <jpw@gnu.org>
11541
11542 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11543 (thumbs-view-image-mode): Make buffer read-only.
11544
11545 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
11546
11547 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11548 (ispell-check-version): Set it.
11549 (ispell-send-replacement): New function.
11550 (ispell-process-line): Call ispell-send-replacement.
11551
11552 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11553
11554 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11555 Support choosing seconds with "s".
11556
11557 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11558
11559 * terminal.el (te-escape): Show `?' in prompt for help key.
11560
11561 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
11562
11563 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11564
11565 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11566
11567 * simple.el (next-error-follow-minor-mode)
11568 (next-error-follow-mode-post-command-hook): New functions.
11569 (next-error-follow-last-line): New defvar.
11570
11571 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11572 * progmodes/compile.el (compilation-mode-map): Likewise.
11573 * progmodes/grep.el (grep-mode-map): Likewise.
11574 * replace.el (occur-mode-map): Likewise.
11575
11576 * newcomment.el (uncomment-region): Bind comment-use-global-state
11577 to nil.
11578
11579 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
11580
11581 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11582 locally around the call to `revert-buffer'.
11583
11584 2004-09-03 Juri Linkov <juri@jurta.org>
11585
11586 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
11587 `isearch-adjusted' to `t'.
11588 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
11589 (isearch-message-prefix): Add "pending" for isearch-adjusted.
11590 (isearch-other-meta-char): Restore isearch-point unconditionally.
11591 (isearch-query-replace): Add new arg `regexp-flag' and use it.
11592 Set point to start of match if region is not active in transient
11593 mark mode (to include the current match to region boundaries).
11594 Push the search string to `query-replace-from-history-variable'.
11595 Add prompt "Query replace regexp" for isearch-regexp.
11596 Add region beginning/end as last arguments of `perform-replace.'
11597 (isearch-query-replace-regexp): Replace code by the call to
11598 `isearch-query-replace' with arg `t'.
11599
11600 2004-09-03 Richard M. Stallman <rms@gnu.org>
11601
11602 * startup.el (normal-top-level): Undo previous TERM change.
11603
11604 2004-09-03 Kim F. Storm <storm@cua.dk>
11605
11606 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
11607 highlight overlays; allow using RET when cursor is over a button.
11608 (cua--highlight-rectangle): Use it.
11609 (cua--rectangle-set-corners): Don't move backwards at eol.
11610 (cua--forward-line): Don't move into void after eob.
11611
11612 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
11613 point is set (and displayed) inside rectangle.
11614 (cua--rectangle-operation): Fix for highlight of empty lines.
11615 (cua--highlight-rectangle): Fix highlight for tabs.
11616 Position cursor at left/right edge of rectangle using new `cursor'
11617 property on overlay strings.
11618 (cua--indent-rectangle): Don't tabify.
11619 (cua-rotate-rectangle): Ignore that point has moved.
11620
11621 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11622
11623 * term/mac-win.el: Add ASCII equivalents for some function keys.
11624 (mode-line-frame-identification): Sync with x-win.el.
11625
11626 2004-09-02 Juri Linkov <juri@jurta.org>
11627
11628 * progmodes/compile.el (compilation-buffer-name): Compare major
11629 mode with second element of compilation-arguments instead of third
11630 to reflect latest changes in compilation-arguments structure.
11631 (recompile): Use global variable `compilation-directory' to get
11632 recent compilation directory only when `recompile' is invoked NOT
11633 in the compilation buffer. Otherwise, use `default-directory' of
11634 the compilation buffer.
11635 (compilation-error-properties): Allow to funcall col and end-col.
11636 (compilation-mode-font-lock-keywords): Check col and end-col by
11637 `integerp'.
11638 (compilation-goto-locus): If end-mk is non-nil in transient mark
11639 mode don't activate the mark (and don't display message in
11640 push-mark), but highlight overlay between mk and end-mk.
11641
11642 * progmodes/grep.el (grep-highlight-matches): New defcustom.
11643 (grep-regexp-alist): Add rule to highlight grep matches.
11644 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
11645
11646 * info.el (Info-fontify-node): Don't compute other-tag
11647 if Info-hide-note-references=hide.
11648
11649 * help.el (function-called-at-point):
11650 * help-fns.el (variable-at-point):
11651 Try `find-tag-default' when other methods failed.
11652
11653 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11654 Do not push mark if inhibit-mark-movement is non-nil.
11655
11656 * textmodes/ispell.el (ispell-html-skip-alists):
11657 Fix backslashes in docstring.
11658
11659 2004-09-01 Juri Linkov <juri@jurta.org>
11660
11661 * isearch.el (isearch-wrap-function)
11662 (isearch-push-state-function): New defvars.
11663 (isearch-pop-fun-state): New defsubst.
11664 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
11665 (isearch-push-state): Set the result of calling
11666 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
11667 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
11668 restore the mode-specific starting point of terminated search.
11669 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
11670 (isearch-repeat): Call `isearch-wrap-function' if defined.
11671 (isearch-message-prefix): Don't add prefix "over" to the message
11672 for wrapped search if `isearch-wrap-function' is defined.
11673 (isearch-search): Call function saved in `isearch-pop-fun-state' to
11674 restore the mode-specific starting point of failed search.
11675
11676 * info.el (Info-search-whitespace-regexp): Fix backslashes.
11677 (Info-search): Add new optional arguments for the sake of isearch.
11678 Replace whitespace in Info-search-whitespace-regexp literally.
11679 Add backward search. Don't call `Info-select-node' if regexp is
11680 found in the same Info node. Don't add node to Info-history for
11681 wrapped isearch.
11682 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
11683 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
11684 (Info-mode): Set local variables `isearch-search-fun-function',
11685 `isearch-wrap-function', `isearch-push-state-function',
11686 `search-whitespace-regexp'.
11687
11688 * isearch.el: Remove ancient Change Log section.
11689 (isearch-string, isearch-message-string, isearch-point)
11690 (isearch-success, isearch-forward-flag, isearch-other-end)
11691 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11692 (isearch-barrier, isearch-within-brackets)
11693 (isearch-case-fold-search): Add suffix `-state' to state-related
11694 defsubsts to avoid name clashes with other function names.
11695
11696 * simple.el (next-error): New defgroup and defface.
11697 (next-error-highlight, next-error-highlight-no-select):
11698 New defcustoms.
11699 (next-error-no-select): Let-bind next-error-highlight to the value
11700 of next-error-highlight-no-select before calling `next-error'.
11701
11702 * progmodes/compile.el (compilation-goto-locus):
11703 Use `next-error' face instead of `region'. Set 4-th argument of
11704 `move-overlay' to `current-buffer' to move overlay to different
11705 source buffers. Use new variable `next-error-highlight'.
11706
11707 * simple.el (next-error-find-buffer): Move the rule
11708 "if current buffer is a next-error capable buffer" after the
11709 rule "if next-error-last-buffer is set to a live buffer".
11710 Simplify to test all rules in one `or'.
11711 (next-error): Doc fix.
11712 (next-error, previous-error, first-error)
11713 (next-error-no-select, previous-error-no-select):
11714 Make arguments optional.
11715
11716 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
11717
11718 * macros.el (apply-macro-to-region-lines): Make it operate on all
11719 lines that begin in the region, rather than on all complete lines
11720 in the region.
11721
11722 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11723
11724 * x-dnd.el (x-dnd-protocol-alist): Document update.
11725 (x-dnd-known-types): Defcustom it.
11726 (x-dnd-handle-motif): Print message-atom in error message.
11727
11728 2004-08-30 John Paul Wallington <jpw@gnu.org>
11729
11730 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
11731 strings rather than programatically constructing message.
11732
11733 2004-08-30 Richard M. Stallman <rms@gnu.org>
11734
11735 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
11736 Don't return a string that would read as the wrong character code.
11737
11738 2004-08-29 Kim F. Storm <storm@cua.dk>
11739
11740 * emulation/cua-base.el (cua-auto-expand-rectangles):
11741 Remove automatic rectangle padding feature; replace by non-destructive
11742 virtual rectangle edges feature.
11743 (cua-virtual-rectangle-edges): New defcustom.
11744 (cua-auto-tabify-rectangles): New defcustom.
11745 (cua-paste): If paste into a marked rectangle, insert rectangle at
11746 current column, even if virtual; also paste exactly as many lines
11747 as has been marked (ignore additional lines or add empty lines),
11748 but paste whole source if only one line is marked.
11749 (cua--update-indications): No longer use overwrite-cursor to
11750 indicate rectangle padding
11751
11752 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
11753 (cua--rectangle-virtual-edges): New defun.
11754 (cua--rectangle-get-corners): Remove optional PAD arg.
11755 (cua--rectangle-set-corners): Never do padding.
11756 (cua--forward-line): Remove optional PAD arg. Simplify.
11757 (cua-resize-rectangle-right, cua-resize-rectangle-left)
11758 (cua-resize-rectangle-down, cua-resize-rectangle-up):
11759 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
11760 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
11761 (cua--rectangle-move): Never do padding. Simplify.
11762 (cua--tabify-start): New defun.
11763 (cua--rectangle-operation): Add tabify arg. All callers changed.
11764 (cua--pad-rectangle): Remove.
11765 (cua--delete-rectangle): Handle delete with virtual edges.
11766 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
11767 (cua--insert-rectangle): Handle insert at virtual column.
11768 Perform auto-tabify if necessary.
11769 (cua--activate-rectangle): Remove optional FORCE arg.
11770 Never do padding. Simplify.
11771 (cua--highlight-rectangle): Enhance for virtual edges.
11772 (cua-toggle-rectangle-padding): Remove command.
11773 (cua-toggle-rectangle-virtual-edges): New command.
11774 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
11775 (cua--rectangle-post-command): Don't force rectangle padding.
11776 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
11777
11778 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
11779
11780 * indent.el (edit-tab-stops-buffer): Doc fix.
11781
11782 2004-08-28 Richard M. Stallman <rms@gnu.org>
11783
11784 * progmodes/grep.el (grep-default-command): Use find-tag-default.
11785 (grep-tag-default): Function deleted.
11786
11787 * subr.el (find-tag-default): Move from etags.el.
11788
11789 * progmodes/etags.el (find-tag-default): Move to subr.el.
11790
11791 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
11792 into the basic character if it has an uppercase form.
11793
11794 2004-08-27 Kenichi Handa <handa@m17n.org>
11795
11796 * international/utf-8.el (utf-8-post-read-conversion): If the
11797 buffer is unibyte, temporarily make it multibyte.
11798
11799 2004-08-27 Masatake YAMATO <jet@gyve.org>
11800
11801 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
11802
11803 2004-08-25 John Paul Wallington <jpw@gnu.org>
11804
11805 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
11806 0, 1, and many mismatches in message.
11807 (tex-start-shell): Use `set-process-query-on-exit-flag'.
11808
11809 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
11810 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
11811
11812 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11813
11814 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
11815 vc-diff-switches differently.
11816
11817 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
11818
11819 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
11820 before and a real defvar after
11821 `speedbar-supported-extension-expressions'. This is to silence
11822 the compiler without breaking bootstrapping.
11823
11824 2004-08-22 Richard M. Stallman <rms@gnu.org>
11825
11826 * textmodes/flyspell.el (flyspell-word):
11827 Use set-process-query-on-exit-flag.
11828 (flyspell-highlight-duplicate-region): Take POSS as arg.
11829 (flyspell-word): Pass POSS as arg.
11830
11831 * progmodes/ada-xref.el: Many doc and style fixes.
11832 (ada-find-any-references): Use compilation-start.
11833 (ada-get-ali-file-name): Improve error msg.
11834 (ada-get-ada-file-name): Likewise.
11835
11836 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
11837 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
11838
11839 * mail/mail-extr.el (mail-extr-all-top-level-domains):
11840 Add forward defvar.
11841
11842 * whitespace.el (global-whitespace-mode): New alias
11843 for whitespace-global-mode.
11844
11845 * speedbar.el (speedbar-file-regexp): Move definition up.
11846 (speedbar-mode, speedbar-set-mode-line-format):
11847 Use with-no-warnings.
11848 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
11849
11850 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
11851 controls whether to display the error buffer.
11852
11853 * ps-mule.el: Delete compatibility code for old Emacses.
11854 (ps-mule-find-wrappoint): Don't use chars-in-region.
11855
11856 * frame.el (display-mouse-p, display-selections-p):
11857 Use with-no-warnings.
11858
11859 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
11860
11861 2004-08-22 David Kastrup <dak@gnu.org>
11862
11863 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
11864 information.
11865
11866 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
11867
11868 2004-08-22 Andreas Schwab <schwab@suse.de>
11869
11870 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
11871
11872 2004-08-22 Masatake YAMATO <jet@gyve.org>
11873
11874 * cvs-status.el (cvs-status-checkout): New function.
11875 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
11876
11877 2004-08-21 David Kastrup <dak@gnu.org>
11878
11879 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
11880 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
11881 has been converted to use hashtables, the relation `nil=none' is
11882 no longer valid, as `nil' is not a hashtable. This patch tries to
11883 reduce the number of resulting errors.
11884
11885 2004-08-21 John Paul Wallington <jpw@gnu.org>
11886
11887 * subr.el (process-kill-without-query): Made obsolete in
11888 version 21.4, not 21.5.
11889
11890 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
11891 (vc-previous-comment, vc-next-comment)
11892 (vc-comment-search-reverse, vc-comment-search-forward)
11893 (vc-comment-to-change-log): Likewise.
11894
11895 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
11896
11897 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
11898
11899 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
11900 Correct indentation of DEFMETHODS with non-standard method
11901 combinations (e.g., PROGN, MIN, MAX).
11902
11903 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
11904
11905 * startup.el (normal-top-level-add-subdirs-to-load-path):
11906 Avoid unnecessarily checking system-type.
11907 (normal-top-level): Set TERM to "dumb". Simplify.
11908
11909 * avoid.el (mouse-avoidance-ignore-p): New fun.
11910 Also ignore switch-frame, select-window, double, and triple clicks.
11911 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
11912 (mouse-avoidance-fancy-hook): Use it.
11913
11914 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
11915
11916 * avoid.el (mouse-avoidance-nudge-mouse)
11917 (mouse-avoidance-banish-destination): Stay within the current window
11918 to avoid problems with mouse-autoselect-window.
11919
11920 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11921
11922 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
11923 the newer format of some messages in cvs-1.12.1.
11924
11925 2004-08-19 Masatake YAMATO <jet@gyve.org>
11926
11927 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
11928 (elp-results-jump-to-definition-by-mouse)
11929 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
11930 (elp-output-result): Use elp-output-insert-symname.
11931
11932 2004-08-18 Kenichi Handa <handa@m17n.org>
11933
11934 * language/cyrillic.el: Register koi8-r in
11935 ctext-non-standard-encodings-alist.
11936 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
11937
11938 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
11939
11940 * emacs-lisp/copyright.el (copyright-update-year): Delete code
11941 that replaces 20xy with xy.
11942
11943 2004-08-17 John Paul Wallington <jpw@gnu.org>
11944
11945 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
11946 (reb-force-update): Doc fix.
11947
11948 2004-08-16 Richard M. Stallman <rms@gnu.org>
11949
11950 * progmodes/which-func.el (which-func-update-1): Doc fix.
11951
11952 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
11953 (sh-mode-abbrev-table): New variable.
11954
11955 * progmodes/compile.el (compilation-mode): Doc fix.
11956
11957 * emacs-lisp/lisp-mode.el (eval-last-sexp):
11958 Don't cons a new symbol each time.
11959 (eval-last-sexp-fake-value): New variable.
11960
11961 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
11962 (copyright-update-year): Detect continuation of list of years.
11963
11964 * term.el (term-default-fg-color, term-default-bg-color)
11965 (ansi-term-color-vector): Use `unspecified', not nil, as default.
11966
11967 * imenu.el: Several doc fixes: don't say variables are buffer-local.
11968
11969 2004-08-16 Davis Herring <herring@lanl.gov>
11970
11971 * isearch.el (isearch-string, isearch-message-string, isearch-point)
11972 (isearch-success, isearch-forward-flag, isearch-other-end)
11973 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11974 (isearch-barrier, isearch-within-brackets)
11975 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
11976
11977 2004-08-16 Kenichi Handa <handa@m17n.org>
11978
11979 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
11980
11981 2004-08-15 Kenichi Handa <handa@m17n.org>
11982
11983 * term/x-win.el (x-selection-value): If utf8 was successful but
11984 ctext was not, use utf8 string.
11985
11986 2004-08-14 Davis Herring <herring@lanl.gov>
11987
11988 * isearch.el: Remove accidental changes of March 4. Fix backing
11989 up when a regexp isearch is made more general. Use symbolic
11990 accessor functions for isearch stack frames to make usage clearer.
11991 (search-whitespace-regexp): Made groups in documentation shy (as
11992 is the group in the default value).
11993 (isearch-fallback): New function, addresses problems with regexps
11994 liberalized by `\|', adds support for liberalization by `\}' (the
11995 general repetition construct), and incorporates behavior for
11996 `*'/`?'.
11997 (isearch-}-char): New command, calls `isearch-fallback' with
11998 arguments appropriate to a typed `}'.
11999 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12000 appropriately.
12001 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12002 (isearch-string, isearch-message,string, isearch-point)
12003 (isearch-success, isearch-forward-flag, isearch-other-end)
12004 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12005 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12006 New inline functions to read fields of a stack frame.
12007
12008 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12009
12010 * battery.el (battery-linux-proc-acpi): Look into battery
12011 directories matching the literal string "CMB", too (required for
12012 Linux kernel version 2.6.7).
12013
12014 2004-08-14 John Paul Wallington <jpw@gnu.org>
12015
12016 * cus-start.el (read-file-name-completion-ignore-case): Add.
12017 (blink-cursor-alist): Change version to "21.4".
12018
12019 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12020
12021 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12022
12023 * speedbar.el (speedbar-scan-subdirs): New option.
12024 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12025 dolist.
12026 (speedbar-insert-files-at-point): Take an extra argument and use
12027 it to optionally find out if a subdir is empty. Also unreadable
12028 files don't get expand buttons.
12029 (speedbar-directory): New image (unused pixmap already existed).
12030 (speedbar-expand-image-button-alist): Use it.
12031
12032 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12033
12034 CC Mode update to 5.30.9:
12035
12036 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12037 Move from cc-vars to cc-defs for dependency reasons. Fix the
12038 POSIX char class test to check that it works in
12039 `skip-chars-(forward|backward)' too.
12040
12041 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12042 first argument starts with a special brace list.
12043
12044 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12045 when `c-opt-type-concat-key' is used (i.e. in Pike).
12046
12047 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12048 Fix bug when the inner char pair doesn't have paren syntax,
12049 i.e. "(<>)".
12050
12051 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12052 whitespace safe.
12053
12054 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12055 position for `arglist-intro', `arglist-cont-nonempty' and
12056 `arglist-close' when there are two arglist open parens on the same
12057 line and there's nothing in front of the first.
12058
12059 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12060 locking of qualified names in Java, which previously could fontify
12061 common indexing expressions in many cases. The standard Java
12062 naming conventions are used to tell them apart.
12063
12064 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12065 Fix inconsistency wrt opening parens on the first line inside a paren
12066 block.
12067
12068 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12069 compile time for the sake of `c-major-mode-is'.
12070
12071 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12072 `c-major-mode-is' in the event that this is used inside a
12073 `c-lang-defconst'.
12074
12075 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12076 `c-lang-defconst' so that it works better with fallback languages.
12077
12078 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12079 it to fail to record the base mode.
12080
12081 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12082 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12083 is used. Reorder the syntax checks to get more efficient
12084 skipping in some situations.
12085
12086 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12087 continuation which might precede the newly inserted '{'.
12088
12089 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12090 Fix cases where it could loop indefinitely.
12091
12092 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12093 size specs correctly. Only fontify identifiers in front of '('
12094 with as functions - don't accept any paren char. Tighten up
12095 initializer skipping to stop before function and class blocks.
12096
12097 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12098 the point could be left directly after an open paren when finding
12099 the beginning of the first decl in the block.
12100
12101 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12102 table when filtering out legitimate open parens to be recorded.
12103 This could cause cache inconsistencies when e.g.
12104 `c++-template-syntax-table' was temporarily in use.
12105
12106 * progmodes/cc-engine.el (c-on-identifier)
12107 (c-simple-skip-symbol-backward): Small fix for handling "-"
12108 correctly in `skip-chars-backward'. Affected the operator lfun
12109 syntax in Pike.
12110
12111 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12112 Fix bug that could cause an error from `after-change-functions' when
12113 the changed region is at bob.
12114
12115 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12116
12117 CC Mode update to 5.30.9:
12118
12119 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12120 to say that <TAB> doesn't insert WS into a CPP line.
12121 (c-indent-command, c-tab-always-indent): Amend doc strings.
12122
12123 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12124 checks for user errors, thus eliminating cryptic and unhelpful
12125 Emacs error messages. (1) Check the arg to `c-set-style' is a
12126 string. (2) Check that settings to `c-offsets-alist' are not
12127 spuriously quoted.
12128
12129 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12130 which precedes the newly inserted `{'.
12131
12132 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12133
12134 Sync with Tramp 2.0.44.
12135
12136 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12137 function "tramp_file_attributes". Otherwise, file names
12138 containing spaces are misinterpreted. Reported by Magnus Henoch
12139 <mange@freemail.hu>.
12140 (tramp-handle-file-truename): FILENAME must be expanded first.
12141 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12142 obscure results. Reported by D. Goel <deego@gnufans.org>.
12143 (tramp-handle-verify-visited-file-modtime): If file does not
12144 exist, say it is not modified if and only if that agrees with the
12145 buffer's record. Check whether a file is visiting the buffer, or
12146 the buffer has no recorded last modification time. Return t in
12147 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12148 <teirllm@auburn.edu>.
12149 (tramp-handle-write-region): Pass modtime explicitely to
12150 `set-visited-file-modtime', because filename can be different
12151 from (buffer-file-name) if `file-precious-flag' is set.
12152 `set-visited-file-modtime' must be called always when `visit' is t
12153 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12154 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12155 nil, don't apply the whole body. If the file doesn't exists, set
12156 modtime to '(-1 65535). Suggested by Luc Teirlinck
12157 <teirllm@auburn.edu>.
12158
12159 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12160
12161 * help.el (describe-bindings): Doc fix.
12162
12163 * subr.el (kbd): Doc fix.
12164
12165 2004-08-08 John Paul Wallington <jpw@gnu.org>
12166
12167 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12168 instead of `string-to-int'.
12169 (define-ibuffer-column mode): Fix indentation.
12170
12171 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12172
12173 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12174
12175 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12176
12177 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12178
12179 * novice.el (disabled-command-function): New variable renamed from
12180 `disabled-command-hook'.
12181 (disabled-command-hook): Keep the _variable_ as alias for
12182 `disabled-command-function' and make obsolete.
12183 (disabled-command-function): Function renamed from
12184 `disabled-command-hook'. Adapt code to name change of the variable.
12185
12186 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12187
12188 * simple.el (completion-root-regexp): New defvar.
12189 (completion-setup-function): Use it instead of a literal string.
12190
12191 2004-08-07 John Paul Wallington <jpw@gnu.org>
12192
12193 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12194 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12195 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12196 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12197
12198 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12199
12200 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12201 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12202
12203 2004-08-04 Kenichi Handa <handa@m17n.org>
12204
12205 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12206 Fix previous change.
12207
12208 2004-08-03 Kenichi Handa <handa@m17n.org>
12209
12210 * international/encoded-kb.el: The following changes are to
12211 utilize key-translation-map instead of minor mode map.
12212 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12213 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12214 (encoded-kbd-last-key): New function.
12215 (encoded-kbd-iso2022-single-shift): New function.
12216 (encoded-kbd-iso2022-designation)
12217 (encoded-kbd-self-insert-iso2022-7bit)
12218 (encoded-kbd-self-insert-iso2022-8bit)
12219 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12220 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12221 key-translation-map.
12222 (encoded-kbd-setup-keymap): Setup key-translation-map.
12223 (saved-key-translation-map): New variable.
12224 (encoded-kbd-mode): Save/restore key-translation-map.
12225 Adjust for the change of encoded-kbd-setup-keymap.
12226
12227 2004-08-02 Kim F. Storm <storm@cua.dk>
12228
12229 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12230 and call compute-motion with nil for topos and width to get proper
12231 usable width and height for both window and non-window systems.
12232
12233 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12234 calculate usable window width and height.
12235
12236 * window.el (window-buffer-height): Call compute-motion with nil width.
12237
12238 2004-08-01 David Kastrup <dak@gnu.org>
12239
12240 * replace.el (query-replace-read-from):
12241 Use `query-replace-compile-replacement'.
12242 (query-replace-compile-replacement): New function.
12243 (query-replace-read-to): Use `query-replace-compile-replacement'
12244 for repeating the last command.
12245
12246 2004-08-01 John Paul Wallington <jpw@gnu.org>
12247
12248 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12249 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12250 (pr-switches): Remove period from end of error messages.
12251
12252 * help-mode.el (help-go-back): Likewise.
12253
12254 * abbrev.el (only-global-abbrevs): Doc fix.
12255 (edit-abbrevs-map): Define within defvar.
12256 (quietly-read-abbrev-file): Doc fix.
12257
12258 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12259
12260 * novice.el (enable-command, disable-command): Doc fixes.
12261
12262 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12263
12264 2004-07-30 Richard M. Stallman <rms@gnu.org>
12265
12266 * subr.el (with-local-quit): Doc fix.
12267
12268 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12269
12270 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12271
12272 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12273
12274 * custom.el (defcustom): Doc fix.
12275
12276 2004-07-28 Masatake YAMATO <jet@gyve.org>
12277
12278 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12279
12280 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12281
12282 * imenu.el (imenu-prev-index-position-function)
12283 (imenu-extract-index-name-function, imenu-name-lookup-function)
12284 (imenu--index-alist): Docstring redundancy fix.
12285
12286 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12287
12288 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12289 binding dired-backup-overwrite.
12290
12291 2004-07-25 John Paul Wallington <jpw@gnu.org>
12292
12293 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12294
12295 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12296
12297 * term/tty-colors.el (tty-color-approximate): Doc fix.
12298
12299 * select.el (x-get-selection, x-set-selection): Doc fixes.
12300
12301 * frame.el (make-frame): Doc fix.
12302
12303 2004-07-24 Richard M. Stallman <rms@gnu.org>
12304
12305 * mail/rmail.el (rmail-mime-charset-pattern):
12306 Don't include semicolon in the charset value.
12307
12308 * replace.el (occur-next-error): Call set-window-point.
12309 (occur-engine): Handle negative NLINES.
12310
12311 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12312
12313 * frame.el (modify-all-frames-parameters): Minor doc fix.
12314 (set-frame-configuration): Doc fix.
12315
12316 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12317
12318 * simple.el (completion-setup-function): Compute the common parts
12319 and the first difference place correctly when
12320 partial-completion-mode is on.
12321
12322 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12323
12324 * ps-print.el: Doc fix.
12325 (ps-print-version): New version 6.6.5.
12326 (ps-printing-region): Doc fix.
12327 (ps-generate-string-list): Comment fix.
12328 (ps-message-log-max): Code fix.
12329
12330 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12331
12332 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12333 generated PostScript.
12334
12335 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12336
12337 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12338 with Gnus v5_10 branch.)
12339
12340 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12341
12342 * calendar/time-date.el (time-to-number-of-days): New function.
12343 Imported from from Gnus.
12344
12345 2004-07-22 Kim F. Storm <storm@cua.dk>
12346
12347 * progmodes/make-mode.el: Fix comments.
12348
12349 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12350
12351 * printing.el: Doc fix.
12352
12353 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12354
12355 * frame.el (modify-all-frames-parameters): Minor doc fix.
12356
12357 2004-07-20 Richard M. Stallman <rms@gnu.org>
12358
12359 * textmodes/fill.el (fill-nobreak-p): If this break point is
12360 at the end of the line, don't consider the newline which follows
12361 as a reason to return t.
12362
12363 2004-07-19 John Paul Wallington <jpw@gnu.org>
12364
12365 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12366
12367 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12368
12369 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12370 Delete irrelevant code.
12371
12372 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12373
12374 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12375 New docstring. From Luc Teirlinck.
12376
12377 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12378
12379 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12380 section.
12381 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12382 non-file buffers. We know it is nil.
12383
12384 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12385
12386 Sync with Tramp 2.0.43.
12387
12388 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12389 Remove outdated comment.
12390 (tramp-locked, tramp-locker): New variables for implementing a
12391 global lock.
12392 (tramp-sh-file-name-handler): Use them to implement the global lock.
12393
12394 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12395
12396 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12397 calls to respective `xxx` calls.
12398 (tramp-process-alive-regexp): Precise doc string.
12399 (tramp-multi-action-process-alive): New defun.
12400 (tramp-multi-actions): Use it.
12401 (tramp-handle-find-backup-file-name): `copy-tree' is available
12402 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12403 in order to avoid this function.
12404 (tramp-handle-write-region): Set current buffer. If connection
12405 wasn't open, `file-modes' has changed it accidently. Reported by
12406 David Kastrup <dak@gnu.org>.
12407 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12408 HOST.
12409 (tramp-action-password, tramp-multi-action-password): Apply it.
12410 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12411 name must still contain the port number. Otherwise, we have two
12412 Tramp buffers, with all the confusion. Reported by Myron Selby
12413 <myron@xytech.com> and Rolf Dubitzky
12414 <Dubitzky@physi.uni-heidelberg.de>.
12415
12416 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12417 HOST to `tramp-enter-passwd'.
12418
12419 * net/tramp-vc.el (all): Code cleanup. Change all
12420 `tramp-handle-xxx' calls to respective `xxx` calls.
12421
12422 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12423
12424 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12425 functions that are not erroneous if either 1-valued or
12426 multi-valued. Detect functions in this class.
12427 (testcover-1value-functions, testcover-compose-functions)
12428 (testcover-progn-functions) Add some additional functions to lists.
12429 (testcover-mark): Bugfix when marking up the definition for an
12430 empty function.
12431
12432 2004-07-17 Richard M. Stallman <rms@gnu.org>
12433
12434 * replace.el (occur-read-primary-args): Pass default to
12435 read-from-minibuffer.
12436
12437 * mail/footnote.el (footnote-section-tag): Use defcustom.
12438
12439 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12440 Compile font-lock-keywords, not KEYWORDS.
12441 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12442 Add warn, check-type. Handle cerror like error.
12443
12444 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12445
12446 * progmodes/which-func.el (which-func-keymap): New var.
12447 (which-func-face): New face.
12448 (which-func-format): Use them.
12449
12450 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12451
12452 * buff-menu.el (list-buffers-noselect): Append the buffer's
12453 process status to its mode name.
12454
12455 2004-07-16 Kim F. Storm <storm@cua.dk>
12456
12457 * simple.el (inhibit-mark-movement): New defvar.
12458 (beginning-of-buffer, end-of-buffer): Do not push mark if
12459 inhibit-mark-movement is non-nil or C-u prefix is given.
12460
12461 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12462 Init to beginning-of-buffer and end-of-buffer.
12463 (cua--undo-push-mark): New defvar.
12464 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12465 already active and command is in cua--preserve-mark-commands.
12466 Also fix check for shift modifier on non-window systems.
12467 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12468
12469 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12470
12471 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12472 of two integers, instead of a cons.
12473
12474 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12475 `visited-file-modtime' now returns a list of two integers, instead
12476 of a cons.
12477
12478 * dired.el (dired-directory-changed-p): Ditto.
12479
12480 * progmodes/grep.el (grep): Doc fix.
12481
12482 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12483
12484 * autorevert.el (auto-revert-tail-mode)
12485 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12486 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12487 in both at the same time.
12488 (auto-revert-tail-mode): New command.
12489 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12490 (auto-revert-handler): Revert only either tail or whole file.
12491
12492 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12493 add auto-revert-tail-mode.
12494
12495 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12496
12497 * printing.el: Doc fix. Change name of some funs.
12498 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12499 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12500 (pr-standard-file-name): New fun. Replace pr-standard-path.
12501 (pr-call-process): Code fix.
12502
12503 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12504
12505 * subr.el (with-selected-window): Doc fix.
12506
12507 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12508
12509 * subr.el (get-buffer-window-list): Doc fix.
12510
12511 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12512
12513 * files.el (switch-to-buffer-other-window): Doc fix.
12514
12515 * window.el (save-selected-window, one-window-p)
12516 (split-window-keep-point, split-window-vertically)
12517 (split-window-horizontally): Doc fixes.
12518
12519 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12520
12521 * printing.el: Doc fix. Now it uses call-process instead of
12522 shell-command for low command execution.
12523 (pr-version): New version number (6.8).
12524 (pr-shell-file-name): Option removed.
12525 (pr-shell-command): Fun removed.
12526 (pr-call-process): New fun. Replace pr-shell-command.
12527 (pr-standard-path, pr-remove-nil-from-list): New funs.
12528 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12529 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12530 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12531 (pr-ps-utility-process, pr-txt-print): Code fix.
12532
12533 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12534
12535 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12536 boolean.
12537
12538 2004-07-09 Lars Hansen <larsh@math.ku.dk>
12539
12540 * wid-edit.el (widget-field-buffer): Doc fix.
12541
12542 2004-07-09 John Paul Wallington <jpw@gnu.org>
12543
12544 * emacs-lisp/re-builder.el (reb-update-overlays):
12545 Distinguish between one and several matches in message.
12546
12547 2004-07-09 Richard M. Stallman <rms@gnu.org>
12548
12549 * mouse.el (mouse-set-region-1): If transient-mark-mode
12550 is `identity', change it to `only'.
12551
12552 * simple.el (current-word): Doc fix.
12553
12554 2004-07-09 Mark A. Hershberger <mah@everybody.org>
12555
12556 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12557 so that it is more understanding of whitespace.
12558
12559 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12560 (("ns" . "element") (attr-list) children) instead of
12561 ((:ns . "element") (attr-list) children) in order to reduce the
12562 number of symbols used.
12563 (xml-skip-dtd): Change to use xml-parse-dtd but set
12564 xml-validating-parsing to nil.
12565 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12566 (xml-substitute-entity): Remove in favor of new entity substitution.
12567 (xml-substitute-special): Rewrite in to substitute complex
12568 entities from DOCTYPE declarations.
12569 (xml-parse-fragment): Parse fragments from entity deleclarations.
12570 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12571 (xml-parse-dtd, xml-substitute-special): Make validity checks
12572 conditioned on xml-validating-parser. Add "Not Well Formed" to
12573 error messages about well-formedness.
12574
12575 2004-07-08 Steven Tamm <steventamm@mac.com>
12576
12577 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12578 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12579 Do not treat double clicks and triple clicks specially in the
12580 scroll bar (preventing strange repositioning problems)
12581
12582 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12583
12584 * replace.el (query-replace-regexp-eval): Fix last change.
12585
12586 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12587
12588 * replace.el (query-replace-descr): New fun.
12589 (query-replace-read-from, query-replace-read-args): Default to the
12590 previous from&to.
12591 (query-replace-read-to): Quote the `from' string when displaying it.
12592 (query-replace-regexp-eval): Immediately check read-only status.
12593 Use query-replace-read-from to get the \n checking.
12594 Quote the `from' string when displaying it.
12595 (map-query-replace-regexp, occur-read-primary-args):
12596 Quote the `from' string when displaying it.
12597
12598 * isearch.el (isearch-query-replace): Pass the regexp-ness and
12599 delimited-ness of the search to query-replace.
12600
12601 * replace.el (query-replace-read-from, query-replace-read-to):
12602 New funs extracted from query-replace-read-args.
12603 (query-replace-read-args): Use them.
12604
12605 * replace.el (query-replace-interactive, query-replace-read-args):
12606 Remove the `initial' special value.
12607 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
12608 (occur-engine): Remove unused var `matchend'.
12609
12610 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
12611 Use the search string without prompting.
12612
12613 2004-07-05 Kenichi Handa <handa@m17n.org>
12614
12615 * international/mule.el (decode-coding-inserted-region):
12616 Set last-coding-system-used only when coding is nil.
12617
12618 2004-07-03 Eli Zaretskii <eliz@gnu.org>
12619
12620 * progmodes/grep.el (grep-compute-defaults, grep-command)
12621 (grep-program, find-program, grep-find-use-xargs, grep-history)
12622 (grep-find-history, grep-tag-default, grep-find-command)
12623 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
12624 Add autoload cookies, for unbundled packages that load `compile'
12625 and expect all grep-related symbols to become defined.
12626
12627 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
12628
12629 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
12630 (iimage-mode-image-search-path): New user option to search the
12631 image file.
12632 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
12633 have locate-file.
12634 (iimage-mode-buffer): Use it.
12635
12636 2004-07-03 Nick Roberts <nickrob@gnu.org>
12637
12638 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
12639 carefully.
12640 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
12641
12642 2004-07-03 Juri Linkov <juri@jurta.org>
12643
12644 * replace.el (query-replace-read-args): Swallow space after 'foo,
12645 not after (quote foo). Match space only immediately after symbol,
12646 not anywhere in the whole string.
12647
12648 2004-07-02 Richard M. Stallman <rms@gnu.org>
12649
12650 * replace.el (query-replace-read-args): Swallow space after
12651 symbols, not after closeparens. But avoid error if string ends there.
12652
12653 * progmodes/python.el (python-beginning-of-statement):
12654 Exit the loop if backward-up-list gets error.
12655
12656 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
12657
12658 2004-07-02 Andre Spiegel <spiegel@gnu.org>
12659
12660 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
12661 only if vc-consult-headers is non-nil.
12662
12663 2004-07-02 Juri Linkov <juri@jurta.org>
12664
12665 * pcvs.el (cvs-mode-diff-repository): New command.
12666
12667 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
12668
12669 2004-07-01 Juri Linkov <juri@jurta.org>
12670
12671 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
12672 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
12673 C-M-% to isearch-query-replace-regexp.
12674 (minibuffer-local-isearch-map): Add arrow key bindings.
12675 Bind C-f to isearch-yank-char-in-minibuffer.
12676 (isearch-forward): Doc fix.
12677 (isearch-edit-string): Doc fix.
12678 (isearch-query-replace, isearch-query-replace-regexp): New funs.
12679 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
12680 (isearch-yank-char): Add optional arg.
12681 (isearch-yank-char-in-minibuffer): New fun.
12682
12683 * replace.el (query-replace-interactive): Change type from boolean
12684 to choice. Add value `initial'.
12685 (query-replace-read-args): Handle value `initial' of
12686 query-replace-interactive.
12687
12688 2004-06-29 Kim F. Storm <storm@cua.dk>
12689
12690 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
12691 (breakpoint-disabled-bitmap-face): Add :group 'gud.
12692
12693 * progmodes/ada-xref.el (ada-tight-gvd-integration):
12694 Add :group 'ada.
12695
12696 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
12697
12698 2004-06-29 Juri Linkov <juri@jurta.org>
12699
12700 * replace.el (query-replace-read-args): Swallow a space after
12701 everything except )]" which in most cases means after a symbol.
12702
12703 * emacs-lisp/pp.el (pp-buffer): Add autoload.
12704
12705 2004-06-28 Richard M. Stallman <rms@gnu.org>
12706
12707 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
12708 More changes to go with previous change in font-lock.el.
12709
12710 2004-06-26 David Kastrup <dak@gnu.org>
12711
12712 * replace.el (perform-replace): Highlight the match even in
12713 non-query mode if there is potential replace string editing.
12714
12715 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
12716
12717 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
12718 agree with new return value of `file-remote-p'.
12719 This syncs with Tramp 2.0.42.
12720
12721 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
12722 according to new documentation of `file-remote-p'.
12723
12724 * files.el (file-remote-p): Fix doc to say that return value is
12725 identification of remote system, if not nil.
12726 (file-relative-name): Use new return value of `file-remote-p'.
12727
12728 2004-06-26 Nick Roberts <nickrob@gnu.org>
12729
12730 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
12731 (gdb-goto-breakpoint): Fix breakage.
12732
12733 2004-06-26 Eli Zaretskii <eliz@gnu.org>
12734
12735 * man.el (Man-getpage-in-background): Add windows-nt to the list
12736 of systems where shell-file-name should be used instead of
12737 literal "sh".
12738
12739 2004-06-25 Sam Steingold <sds@gnu.org>
12740
12741 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
12742 function names `(setf symbol)'.
12743
12744 2004-06-24 Richard M. Stallman <rms@gnu.org>
12745
12746 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
12747
12748 * font-lock.el (font-lock-keywords): Change format of compiled values.
12749 Document it.
12750 (font-lock-add-keywords): If font-lock-keywords is compiled,
12751 extract the uncompiled version, modify, then recompile.
12752 (font-lock-remove-keywords): Likewise.
12753 (font-lock-fontify-keywords-region): Handle changed format.
12754 (font-lock-compile-keywords): Handle changed format.
12755 (font-lock-set-defaults): Compile the keywords explicitly here.
12756
12757 2004-06-24 David Kastrup <dak@gnu.org>
12758
12759 * replace.el (query-replace-read-args): Implement `\,' and `\#'
12760 replacements here.
12761 (query-replace-regexp): Doc string explaining this and the new
12762 `\?' replacement. Remove `\,' and `\#' implementation here, as it
12763 is better placed in `query-replace-read-args'.
12764 (replace-regexp): Explain `\,', `\#' and `\?'.
12765 (replace-match-data): New function for thorough reuse/destruction
12766 of old match-data.
12767 (replace-match-maybe-edit): Function for implementing `\?' editing.
12768 (perform-replace): Fix maintaining of the match stack including
12769 already matched regions, implement `\?', fix various problems
12770 with regions while editing and other stuff.
12771 (replace-highlight): Simplify.
12772
12773 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
12774
12775 * progmodes/grep.el (grep-error-screen-columns): New variable.
12776 (grep-regexp-alist): Give it the full functionality of gnu style
12777 compilation messages with line and column ranges. Ask me for the
12778 perl script I'm working on, that uses these.
12779
12780 2004-06-23 Nick Roberts <nickrob@gnu.org>
12781
12782 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
12783 Remove.
12784 (comint-insert-input, comint-mouse-insert-input): New functions
12785 based on comint-insert-clicked-input for two bindings but just
12786 one functionality.
12787
12788 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
12789
12790 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
12791
12792 2004-06-23 Lars Hansen <larsh@math.ku.dk>
12793
12794 * files.el (write-contents-functions): Doc fix.
12795
12796 2004-06-21 Juanma Barranquero <lektu@terra.es>
12797
12798 * image.el (image-library-alist): Rewrite docstring in active voice.
12799
12800 2004-06-20 Richard M. Stallman <rms@gnu.org>
12801
12802 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
12803
12804 * isearch.el (isearch-repeat): Avoid testing old match data.
12805 (isearch-message): Display trailing space in special font
12806 when search is failing.
12807 (isearch-search-fun-function): Doc fix.
12808
12809 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
12810
12811 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
12812
12813 * frame.el (show-trailing-whitespace): Doc fix.
12814
12815 * cus-edit.el (custom-variable-documentation): New function.
12816 (custom-variable): Use it.
12817
12818 2004-06-19 Nick Roberts <nickrob@gnu.org>
12819
12820 * man.el (Man-getpage-in-background): Revert previous change but
12821 make cygwin a special case.
12822
12823 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
12824
12825 * autorevert.el (global-auto-revert-non-file-buffers):
12826 Update docstring.
12827
12828 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
12829
12830 * progmodes/compile.el (compilation-error-properties): Store one
12831 more than end-col, if present, so that transient-mark-mode will
12832 highlight last char too.
12833 * progmodes/grep.el (grep-regexp-alist): Match columns and column
12834 ranges, if present.
12835
12836 2004-06-18 Jason Rumney <jasonr@gnu.org>
12837
12838 * makefile.w32-in: Double percent signs in for loops.
12839
12840 2004-06-17 David Kastrup <dak@gnu.org>
12841
12842 * replace.el (query-replace-read-args): Only warn about use of \n
12843 and \t when we are doing a regexp replacement and the actual
12844 escaped character is n or t.
12845 (query-replace-regexp): Add \, and \# interpretation to
12846 interactive call and document it.
12847 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
12848 as shortkey for replace-count.
12849 (replace-quote): New function for doubling backslashes.
12850
12851 2004-06-17 Juanma Barranquero <lektu@terra.es>
12852
12853 * files.el (parse-colon-path, cd): Mention in docstring that the
12854 path separator is colon in GNU-like systems.
12855
12856 * newcomment.el (comment-region-internal): Fix docstring.
12857
12858 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
12859 (ewoc-invalidate, ewoc-collect): Doc fixes.
12860 (ewoc--create-node, ewoc--delete-node-internal):
12861 Fix typos in docstring.
12862
12863 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
12864
12865 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
12866 manual to docstring.
12867
12868 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12869
12870 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
12871
12872 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
12873
12874 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12875 Add hyperlink to emacs-xtra manual to docstring.
12876
12877 * autorevert.el (global-auto-revert-non-file-buffers):
12878 Add hyperlink to emacs-xtra manual to docstring, as well as an
12879 info-link.
12880
12881 2004-06-14 Juanma Barranquero <lektu@terra.es>
12882
12883 * image.el (image-library-alist): New variable to map image types
12884 to external libraries. Initialized to nil, unless system-specific
12885 configs change it.
12886 (image-type-available-p): Determine whether an image type is
12887 available by calling `init-image-library'.
12888
12889 * term/w32-win.el (image-library-alist): Initialize to a known set
12890 of probable library names.
12891
12892 2004-06-14 Kenichi Handa <handa@m17n.org>
12893
12894 * international/code-pages.el (windows-1256, cp1125): Fix tables
12895 for several characters.
12896
12897 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
12898
12899 2004-06-13 Richard M. Stallman <rms@gnu.org>
12900
12901 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
12902
12903 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
12904 not "`pc-selection-mode'".
12905
12906 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
12907
12908 * simple.el (previous-matching-history-element): Specify a default.
12909
12910 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
12911
12912 * cus-face.el (custom-declare-face): Simplify code.
12913
12914 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
12915
12916 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
12917
12918 * files.el (before-save-hook): Add `time-stamp' to the options.
12919
12920 * time-stamp.el (time-stamp): Recommend adding it to
12921 `before-save-hook', rather than `write-file-functions'.
12922 Make a similar change in `Commentary' section.
12923
12924 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
12925
12926 * diff-mode.el (diff-current-defun): If at start of hunk, use
12927 position of first change.
12928
12929 2004-06-13 Lars Hansen <larsh@math.ku.dk>
12930
12931 * dired-x.el (dired-mark-omitted): Bind to "*O".
12932
12933 2004-06-12 Karl Fogel <kfogel@red-bean.com>
12934
12935 * bookmark.el (bookmark-bmenu-relocate): New function, as
12936 suggested by David J. Biesack <David.Biesack@sas.com>.
12937 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
12938 (bookmark-bmenu-mode): Describe binding in doc string.
12939 (bookmark-set-filename): Save the bookmark list if it's time.
12940
12941 2004-06-13 Kenichi Handa <handa@m17n.org>
12942
12943 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
12944 (ccl-untranslated-to-ucs): Fix typo.
12945
12946 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
12947
12948 * progmodes/python.el (python-open-block-statement-p):
12949 Fix indentation after a block opening that contains a comment.
12950
12951 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
12952
12953 * bindings.el (completion-ignored-extensions): Add file extensions
12954 of Python byte-compiled files.
12955
12956 2004-06-12 Juri Linkov <juri@jurta.org>
12957
12958 * info.el (Info-goto-node): Add autoload.
12959 (Info-toc): Add substring-no-properties on Info file name.
12960 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
12961 (Info-mode-map): Bind L to Info-history, T to Info-toc.
12962
12963 2004-06-12 Kenichi Handa <handa@m17n.org>
12964
12965 * international/mule-cmds.el (set-language-environment):
12966 Load subst tables if necessary.
12967
12968 * international/mule.el (decode-char): Load subst tables if necessary.
12969 (encode-char): Likewise.
12970
12971 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
12972 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
12973 (utf-16le-decode-loop): Set r5 to -1 before loop.
12974 (utf-16be-decode-loop): Likewise.
12975 (ccl-decode-mule-utf-16le): Add EOF processing block.
12976 (ccl-decode-mule-utf-16be): Likewise.
12977 (ccl-decode-mule-utf-16le-with-signature): Likewise.
12978 (ccl-decode-mule-utf-16be-with-signature): Likewise.
12979 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
12980 (ccl-mule-utf-16-encode-untrans): New CCL.
12981 (utf-16-decode-to-ucs): Handle pre-read character.
12982 (utf-16le-encode-loop): Handle surrogate pair.
12983 (utf-16be-encode-loop): Likewise.
12984 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
12985 of utf-16le-encode-loop.
12986 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
12987 of utf-16be-encode-loop.
12988 (mule-utf-16-post-read-conversion):
12989 Call utf-8-post-read-conversion at first.
12990 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
12991 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
12992 Add post-read-conversion and pre-write-conversion.
12993
12994 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
12995 (utf-translate-cjk-unicode-range): New variable.
12996 (utf-translate-cjk-load-tables): New function.
12997 (utf-lookup-subst-table-for-decode): New function.
12998 (utf-lookup-subst-table-for-encode): New function.
12999 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13000 tables here. Update safe-charsets of utf-* coding systems.
13001 (ccl-mule-utf-untrans): New CCL.
13002 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13003 at end of each branch.
13004 (ccl-mule-utf-8-encode-untrans): New CCL.
13005 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13006 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13007 length of encoding. Don't return r0.
13008 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13009 (utf-8-post-read-conversion): Narrow to region properly.
13010 If utf-translate-cjk-mode is on, load tables if necessary.
13011 Call utf-8-compose with hash-table arg if necessary.
13012 Call XXX-compose-region instead of XXX-post-read-convesion.
13013 (utf-8-pre-write-conversion): New function.
13014 (mule-utf-8): Include CJK charsets in safe-charsets if
13015 utf-translate-cjk-mode is on. Add pre-write-conversion.
13016
13017 * international/characters.el: Temporarily set
13018 utf-translate-cjk-mode to nil.
13019
13020 * language/devan-util.el (devanagari-compose-region):
13021 Add autoload cookie.
13022
13023 * international/ccl.el (ccl-dump-call): Fix printing the
13024 subroutine name.
13025
13026 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13027
13028 * dired.el (dired-revert): If buffer is marked unmodified before
13029 reverting, keep it marked unmodified.
13030 Adapt to new conventions for commenting out code.
13031 (dired-make-relative): Adapt to new conventions for commenting out code.
13032
13033 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13034
13035 * eshell/esh-module.el (eshell-load-defgroups):
13036 Bind `vc-handled-backends' to nil when opening files.
13037
13038 2004-06-11 Juanma Barranquero <lektu@terra.es>
13039
13040 * files.el (parse-colon-path, cd): Doc fixes (refer to
13041 `path-separator', not colon).
13042
13043 2004-06-10 Juanma Barranquero <lektu@terra.es>
13044
13045 * newcomment.el (comment-search-forward)
13046 (comment-search-backward): Fix typos in docstring.
13047 (comment-region): Doc fix.
13048
13049 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13050
13051 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13052 switch is no longer stored in `dired-switches-alist'.
13053
13054 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13055 `dired-switches-alist'.
13056
13057 2004-06-10 Kim F. Storm <storm@cua.dk>
13058
13059 * pcvs.el (cvs-mode-diff-yesterday): New command.
13060
13061 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13062
13063 2004-06-10 Juri Linkov <juri@jurta.org>
13064
13065 * emacs-lisp/edebug.el (edebug-eval-defun):
13066 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13067 Fix docstring.
13068
13069 * simple.el (eval-expression-print-format): Don't print additional
13070 information on the first call to `eval-print-last-sexp'.
13071 (next-error-find-buffer): Fix punctuation.
13072 (killing) <defgroup>: Fix punctuation.
13073 (yank-excluded-properties): Change group from editing to killing.
13074
13075 * replace.el (perform-replace): Use `limit' to terminate the
13076 while-loop explicitly.
13077
13078 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13079
13080 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13081 Use lc-*.xpm as prefix instead of *-locol.xpm.
13082
13083 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13084 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13085 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13086 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13087 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13088 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13089 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13090 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13091 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13092 * toolbar/lc-up_arrow.xpm:
13093 Rename from *-locol.xpm.
13094
13095 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13096
13097 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13098 include forms like &<str>; as valid url patterns.
13099
13100 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13101
13102 * dired.el (dired-diff, dired-backup-diff)
13103 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13104 (dired-do-chown, dired-do-touch, dired-do-print)
13105 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13106 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13107 (dired-create-directory, dired-do-copy, dired-do-symlink)
13108 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13109 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13110 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13111 (dired-maybe-insert-subdir, dired-next-subdir)
13112 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13113 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13114 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13115 (dired-run-shell-command, dired-query): Remove redundant,
13116 or incorrect, autoloads.
13117
13118 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13119 does not end in a slash. Add optional argument KILL-ROOT.
13120 Update docstring.
13121 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13122 (dired-query): Add autoloads.
13123
13124 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13125
13126 * progmodes/compile.el (compilation-set-window-height):
13127 Rearrange the save-* functions because a buffer can have several current
13128 point in different windows.
13129 (compilation-error-regexp-alist-alist): Recognize {standard input}
13130 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13131
13132 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13133
13134 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13135 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13136 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13137 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13138 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13139 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13140 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13141 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13142 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13143 * toolbar/up_arrow-locol.xpm:
13144 New versions of icons that uses fewer colors.
13145
13146 * toolbar/tool-bar.el (tool-bar-local-item)
13147 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13148 if display-color-cells is 256 or less.
13149
13150 2004-06-08 Kim F. Storm <storm@cua.dk>
13151
13152 * wid-edit.el (widget-specify-button): Use hand pointer rather
13153 than mouse-face as visible mouse-over effect.
13154
13155 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13156
13157 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13158 and `print-level' to nil when writing out `save-place-alist'.
13159 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13160
13161 2004-06-07 Juanma Barranquero <lektu@terra.es>
13162
13163 * completion.el (completion-kill-region): Doc fix.
13164
13165 * format.el (format-insert-annotations)
13166 (format-annotate-location): Doc fixes.
13167 (format-subtract-regions): Make arguments match their use in docstring.
13168
13169 * simple.el (kill-region): Doc fix.
13170
13171 * subr.el (insert-buffer-substring-no-properties)
13172 (insert-buffer-substring-as-yank): Doc fixes.
13173
13174 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13175
13176 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13177 Update docstring.
13178 (dired-reset-subdir-switches): New function.
13179
13180 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13181 Limit scope of `buffer-read-only' binding.
13182
13183 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13184
13185 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13186 eshell-explicit-command-char.
13187
13188 2004-06-06 Juanma Barranquero <lektu@terra.es>
13189
13190 * help-fns.el (help-argument-name): Inherit from italic face only
13191 if the frame supports it.
13192
13193 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13194
13195 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13196 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13197 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13198 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13199 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13200 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13201 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13202 New conversions from xpm files.
13203
13204 * toolbar/README: New file.
13205
13206 2004-06-06 Richard M. Stallman <rms@gnu.org>
13207
13208 * isearch.el (isearch-mode-map): Undo previous change.
13209
13210 2004-06-05 Juri Linkov <juri@jurta.org>
13211
13212 * bindings.el (debug-ignored-errors): Add regexps for history
13213 related messages. Remove $ from "No further undo information".
13214 Move Ediff's messages to ediff.el.
13215
13216 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13217
13218 * cus-edit.el (custom-display): Add `min-colors'.
13219
13220 * custom.el (defface): Add `supports' to docstring.
13221
13222 * help-fns.el (help-argument-name): Add :group 'help.
13223
13224 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13225
13226 * find-dired.el (find-ls-subdir-switches): New user option.
13227 (find-dired): No longer call `abbreviate-file-name' on DIR.
13228 Set `dired-subdir-switches' buffer-locally.
13229
13230 * locate.el: Merge the two `Commentary' sections.
13231 (locate-ls-subdir-switches): New user option.
13232 (locate): Update for other changes.
13233 (locate-mode-map): Restore Dired binding for mouse-2.
13234 Bind `locate-mouse-view-file' to M-mouse-2.
13235 Bind `l' to `locate-do-redisplay'.
13236 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13237 (locate-mouse-view-file, locate-tags, locate-find-directory):
13238 Print message if used outside main listing.
13239 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13240 Various changes to support inserted subdirectories.
13241 (locate-insert-header): Change header of *Locate* buffer.
13242
13243 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13244 Change interactive default switches.
13245 (dired-rename-subdir-2): Update `dired-switches-alist'.
13246 (dired-insert-subdir, dired-kill-subdir):
13247 Handle `dired-switches-alist'. Do not mark buffer modified.
13248 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13249 (dired-insert-subdir-doinsert): Omit messages.
13250 Handle `dired-subdir-switches'.
13251 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13252
13253 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13254 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13255 subdirs if -R switch is used for a subdir.
13256 (dired-mode): Set `dired-switches-alist'.
13257 (dired-build-subdir-alist): Only print number of directories in
13258 echo area when invoked interactively.
13259
13260 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13261
13262 * dired-x.el (dired-omit-mode): Rename from
13263 dired-omit-files-p. Use define-minor-mode to define it.
13264 (dired-omit-files-p): Add as alias for dired-omit-mode.
13265 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13266 dired-mark-omitted.
13267 (dired-mark-omitted): Add. Bind to M-O.
13268
13269 2004-06-05 Kenichi Handa <handa@m17n.org>
13270
13271 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13272
13273 2004-06-05 Juanma Barranquero <lektu@terra.es>
13274
13275 * help-fns.el (help-argument-name): Reintroduce face.
13276 (help-default-arg-highlight): Use it, now that
13277 `face-differs-from-default-p' can be trusted.
13278
13279 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13280
13281 * textmodes/table.el: Sentence commands added to Point Motion
13282 group; kill and backward-kill commands added to Extraction group.
13283
13284 2004-06-04 Mario Lang <mlang@delysid.org>
13285
13286 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13287 systems appear to use mW, make the code handle this. Fix a
13288 division-by-zero bug while at it, and handle kernels with
13289 a slightly different layout in /proc/acpi.
13290
13291 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13292
13293 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13294 because the latter is a CL-ism. This fixes the bug reported by
13295 Shawn Boyette <mdxi@collapsar.net> in
13296 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13297
13298 2004-06-04 Miles Bader <miles@gnu.org>
13299
13300 * faces.el (display-supports-face-attributes-p): Function moved to
13301 C code. Previously only the tty-related portion of this function
13302 was done in C; however the previous attempt to do a halfway-proper
13303 job for non-tty displays in lisp didn't work properly because of
13304 funny conditions during Emacs startup.
13305 (face-differs-from-default-p): Simplify, now that
13306 display-supports-face-attributes-p works properly on all display
13307 types. Remove :stipple from comparison; it doesn't really work
13308 in emacs anyway.
13309
13310 2004-06-04 Miles Bader <miles@gnu.org>
13311
13312 * faces.el (face-differs-from-default-p): Use a different
13313 implementation, so we can really check whether FACE displays
13314 differently or not.
13315
13316 2004-06-04 Miles Bader <miles@gnu.org>
13317
13318 * faces.el (display-supports-face-attributes-p): Implement a
13319 `different from default' check for non-tty displays.
13320
13321 2004-06-03 David Kastrup <dak@gnu.org>
13322
13323 * woman.el (woman-mapcan): More concise code.
13324 (woman-topic-all-completions, woman-topic-all-completions-1)
13325 (woman-topic-all-completions-merge): Replace by a simpler and
13326 much faster implementation based on O(n log n) sort/merge instead
13327 of the old O(n^2) behavior.
13328
13329 2004-06-03 Miles Bader <miles@gnu.org>
13330
13331 * subr.el (read-number): Use canonical format for default in prompt.
13332
13333 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13334 Add regexp for " [...]" style defaults.
13335
13336 2004-06-02 Romain Francoise <romain@orebokech.com>
13337
13338 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13339 groups: if the user asks for a hidden buffer, open the
13340 corresponding filter group to expose it.
13341
13342 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13343 `ibuffer-jump-to-buffer'.
13344 (ibuffer-jump-offer-only-visible-buffers): New user option.
13345
13346 2004-06-02 Juanma Barranquero <lektu@terra.es>
13347
13348 * faces.el (frame-update-faces): Add empty docstring so the one
13349 for `ignore' doesn't show through.
13350
13351 * subr.el (process-kill-without-query): Remove spurious "\n" on
13352 obsolescence string.
13353 (focus-frame, unfocus-frame): Add obsolescence declaration and
13354 empty docstring.
13355
13356 * international/mule.el (register-char-codings): Make alias for
13357 `ignore'. Move docstring to obsolescence info and remove redundancy.
13358
13359 2004-06-02 Kim F. Storm <storm@cua.dk>
13360
13361 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13362 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13363
13364 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13365
13366 * comint.el (comint-replace-by-expanded-history-before-point):
13367 Obey `start' as the docstring says.
13368 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13369 (comint-update-fence): Prevent font-lock from running unnecessarily.
13370 (comint-dynamic-list-completions): Use with-current-buffer.
13371
13372 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13373
13374 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13375 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13376 (bibtex-entry-update): Handle alternatives and optional fields.
13377 (bibtex-parse-entry): Bugfix, handle empty key.
13378
13379 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13380
13381 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13382
13383 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13384
13385 * desktop.el (desktop-save): Don't save minor modes without a
13386 known mode initialization function.
13387
13388 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13389
13390 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13391
13392 * autorevert.el: Update `Commentary' section.
13393
13394 2004-05-30 Juanma Barranquero <lektu@terra.es>
13395
13396 * dos-fns.el (convert-standard-filename):
13397 * files.el (convert-standard-filename):
13398 * w32-fns.el (convert-standard-filename):
13399 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13400
13401 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13402
13403 Sync with Tramp.
13404
13405 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13406 (tramp-let-maybe): Move to an earlier spot in the file.
13407 Patch by Andreas Schwab.
13408
13409 2004-05-30 Andreas Schwab <schwab@suse.de>
13410
13411 * dired.el (dired-get-filename): Don't use dired-re-dot.
13412
13413 2004-05-30 Richard M. Stallman <rms@gnu.org>
13414
13415 * files.el (find-file): Doc fix.
13416
13417 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13418
13419 2004-05-30 Nick Roberts <nickrob@gnu.org>
13420
13421 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13422 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13423 modeline of the locals buffer.
13424 (gdb-goto-breakpoint): Handle gdbmi.
13425 (gdb-get-frame-number): Change for gdbmi.
13426
13427 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13428
13429 * files.el (file-remote-p): Apply file name handler for operation
13430 `file-remote-p'. It isn' a property any longer.
13431 (file-relative-name): `fh' and `fd' get the required value via
13432 `find-file-name-handler' already.
13433
13434 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13435 (top): Remove setting of `file-remote-p' property for
13436 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13437
13438 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13439
13440 Version 2.0.41 of Tramp released.
13441
13442 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13443 Throw away if process has died.
13444 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13445 (tramp-out-of-band-prompt-regexp): Rename to
13446 `tramp-process-alive-regexp', because its usage is widen.
13447 (tramp-actions-copy-out-of-band): Apply it.
13448 (tramp-actions-before-shell, tramp-multi-actions):
13449 Add `tramp-action-process-alive' action.
13450 (tramp-action-process-alive): New defun.
13451 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13452 Add entry for `file-remote-p'.
13453 (tramp-handle-file-remote-p): New defun.
13454 (top): Remove setting of `file-remote-p'. Don't set
13455 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13456
13457 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13458 `file-remote-p'.
13459
13460 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13461 counted for (last) line. [They should or they shouldn't? --Stef]
13462 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13463
13464 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13465
13466 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13467 not really necessary but seems to keep the shell history smaller
13468 in some cases. It is no substitute for setting HISTFILE and
13469 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13470 though. Suggested by Luc Teirlinck.
13471 (tramp-open-connection-setup-interactive-shell): Export variables
13472 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13473 (tramp-set-process-query-on-exit-flag): New compat function.
13474 (tramp-open-connection-multi, tramp-open-connection-su)
13475 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13476 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13477 (tramp-let-maybe): New macro, let-binds a variable only if it
13478 isn't obsolete.
13479 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13480 (tramp-handle-file-truename): Use it.
13481 (tramp-completion-file-name-regexp-unified): Avoid matching
13482 filenames starting with "/:" -- those are reserved for
13483 file-name-non-special.
13484
13485 * tramp-smb.el (tramp-smb-open-connection):
13486 Use tramp-set-process-query-on-exit-flag compat function.
13487
13488 2004-05-29 Richard M. Stallman <rms@gnu.org>
13489
13490 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13491
13492 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13493 (eval-last-sexp-print-value): Print char equivalent regardless
13494 of standard-output value.
13495
13496 * thumbs.el (thumbs-subst-char-in-string): Delete.
13497 (thumbs-thumbname): Use subst-char-in-string.
13498 (thumbs-resize-image): Use condition-case, not ignore-errors.
13499 (thumbs-kill-buffer): Likewise.
13500
13501 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13502 (thumbs-mode): Make buffer read-only.
13503 (thumbs-make-thumb): Unconditionally accept an existing file.
13504 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13505 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13506 (thumbs-show-thumbs-list): Error if images not supported.
13507 (thumbs-save-current-image): Improve prompt string.
13508 (thumbs-mode-map): Define u, R, x.
13509 (thumbs-unmark): New command.
13510 (thumbs-emboss-image): Minor cleanup.
13511 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13512 (thumbs-rename-images): New command.
13513 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13514
13515 * thumbs.el (thumbs-current-image): New function.
13516 (thumbs-file-list, thumbs-file-alist): New functions.
13517 (thumbs-find-image): Delete arg L.
13518 Don't set up thumbs-fileL as buffer-local global var.
13519 (thumbs-find-image-at-point): Use thumbs-current-image.
13520 (thumbs-set-image-at-point-to-root-window): Likewise.
13521 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13522 Record and warn about errors. Update thumbs-markedL for deletions.
13523 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13524 (thumbs-redraw-buffer): Use thumbs-file-list.
13525 (thumbs-mark): Use thumbs-current-image.
13526 (thumbs-show-name): Use thumbs-current-image.
13527
13528 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13529 and imenu--last-menubar-index-alist.
13530
13531 * subr.el (with-selected-window): Undo previous change.
13532
13533 2004-05-29 John Paul Wallington <jpw@gnu.org>
13534
13535 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13536 (thumbs-mouse-find-image): New command.
13537 (thumbs-mode-map): Bind it to mouse-2.
13538 (thumbs-mode): Make mode-class special.
13539 (thumbs-view-image-mode): Likewise.
13540
13541 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13542
13543 * flymake.el: New file.
13544
13545 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13546
13547 * files.el (find-file-noselect-1): Do not bind
13548 `inhibit-read-only' to t during execution of
13549 `find-file-not-found-functions'.
13550
13551 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13552
13553 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13554 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13555
13556 2004-05-28 Juri Linkov <juri@jurta.org>
13557
13558 * simple.el (eval-expression-print-format): New fun.
13559
13560 * simple.el (eval-expression):
13561 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13562 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13563 (edebug-eval-expression): Print additionally the value returned by
13564 `eval-expression-print-format'.
13565
13566 * emacs-lisp/lisp.el (insert-pair-alist): New var.
13567 (insert-pair): Make arguments optional. Find character pair
13568 from `insert-pair-alist' according to the last input event.
13569 (insert-parentheses): Make arguments optional.
13570 (raise-sexp, delete-pair): New funs.
13571
13572 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13573 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13574 Bind C-M-q to `indent-pp-sexp'.
13575
13576 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13577 `pp-to-string' modified to be able to format text with newlines.
13578 (pp-to-string): Move the buffer-formatting part of the code to
13579 `pp-buffer'. Call `pp-buffer'.
13580
13581 * info.el (Info-desktop-buffer-misc-data): Don't save information
13582 about virtual files.
13583 (Info-restore-desktop-buffer): Restore Info buffers in prepared
13584 buffers with names obtained from the desktop file instead of the
13585 default *info* buffer.
13586
13587 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13588
13589 * subr.el (with-selected-window): Only save/restore the selected window.
13590
13591 * progmodes/compile.el (compilation-error-regexp-alist):
13592 Use expand-file-name and data-directory.
13593
13594 * progmodes/grep.el (grep-tree): Rework previous fix.
13595
13596 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
13597 after the user marked text with the mouse.
13598
13599 * startup.el (command-line): Keep the first regexp of
13600 auto-save-file-name-transforms intact.
13601
13602 2004-05-28 Juanma Barranquero <lektu@terra.es>
13603
13604 * cus-edit.el (customize-face, customize-face-other-window)
13605 (custom-face-edit-delete): Make arguments match their use in
13606 docstring.
13607 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
13608 docstring.
13609
13610 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
13611 not `cvs-butlast'.
13612
13613 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
13614 `nbutlast' are in subr.el).
13615
13616 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
13617 (set-w32-system-coding-system): Doc fixes.
13618
13619 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
13620 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
13621 Make arguments match their use in docstring.
13622 (artist-draw-region-trim-line-endings)
13623 (artist-mouse-choose-operation): Fix typo in docstring.
13624 (artist-key-set-point-common): Doc fix.
13625
13626 2004-05-28 Simon Josefsson <jas@extundo.com>
13627
13628 * mail/smtpmail.el (smtpmail-open-stream):
13629 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
13630
13631 2004-05-26 Simon Josefsson <jas@extundo.com>
13632
13633 * starttls.el: Merge with my GNUTLS based starttls.el.
13634 (starttls-gnutls-program, starttls-use-gnutls)
13635 (starttls-extra-arguments, starttls-process-connection-type)
13636 (starttls-connect, starttls-failure, starttls-success): New variables.
13637 (starttls-program, starttls-extra-args): Doc fix.
13638 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
13639 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
13640 and pass on to corresponding *-gnutls function if it is set.
13641
13642 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
13643
13644 * autorevert.el (auto-revert-handler): Disable auto-reverting of
13645 remote files.
13646
13647 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
13648
13649 * files.el (file-name-non-special): There are more operations
13650 which need handling: `find-backup-file-name',
13651 `insert-file-contents', `verify-visited-file-modtime',
13652 `write-region'. Rename t value of method to `add'. Add new
13653 methods `quote' and `unquote-then-quote' to file-arg-indices.
13654
13655 2004-05-25 Juri Linkov <juri@jurta.org>
13656
13657 * info.el (Info-toc): Call Info-mode on intermediate buffer.
13658 (Info-index-nodes): Enclose code in condition-case to catch errors.
13659 (Info-index-node): Don't search all index nodes if request is only
13660 for the current node and file is not in the cache of index nodes.
13661 (Info-mode-map): Bind Info-copy-current-node-name to `w'
13662 for consistency with dired-copy-filename-as-kill.
13663 Bind `S' to Info-search-case-sensitively.
13664 (Info-copy-current-node-name): New arg. With zero prefix arg put
13665 the name inside a function call to `info'. Display copied text in
13666 the echo area.
13667
13668 2004-05-25 Sam Steingold <sds@gnu.org>
13669
13670 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
13671 strip the package prefix from the symbol name, if any.
13672 Make it the `find-tag-default-function' for `lisp-mode'.
13673
13674 2004-05-25 John Paul Wallington <jpw@gnu.org>
13675
13676 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
13677 instead of obsolete `process-kill-without-query'.
13678
13679 * textmodes/texinfmt.el (texinfo-indexvar-alist):
13680 Declare as variable, not constant.
13681
13682 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
13683
13684 * files.el (find-file-noselect-1): Fix bug introduced by
13685 Revision 1.694. As a side effect, `inhibit-read-only'
13686 is again, by default, t during execution of
13687 `find-file-not-found-functions'.
13688 (insert-directory): Check that lines were really inserted by
13689 the --dired switch, before erasing them.
13690
13691 2004-05-24 Nick Roberts <nickrob@gnu.org>
13692
13693 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
13694 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
13695 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
13696 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
13697 gud-minor-mode (gdbmi).
13698
13699 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
13700
13701 * net/browse-url.el (browse-url-interactive-arg): Enable user to
13702 explicitly select the text to be taken as URL.
13703
13704 2004-05-23 Juri Linkov <juri@jurta.org>
13705
13706 * info.el (Info-index-nodes): New var and fun.
13707 (Info-goto-index, Info-index, info-apropos)
13708 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
13709 (Info-index): Fix docstring. Store and restore Info-history-list.
13710 (Info-complete-nodes): New var.
13711 (Info-complete-menu-item): Use it.
13712 (Info-index-node): New fun.
13713 (Info-final-node, Info-forward-node, Info-backward-node)
13714 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
13715 Use Info-index-node.
13716 (Info-extract-menu-item, Info-extract-menu-counting): Set second
13717 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
13718 (Info-find-node-2): If a node with period in its name not found,
13719 try to find a node without the name part after period.
13720 (Info-select-node): Call Info-fontify-node only if
13721 Info-fontify-maximum-menu-size is not nil.
13722 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
13723 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
13724 Preserve Info-history-list.
13725 (Info-toc): Set Info-current-file.
13726 (Info-build-toc): Move point to the beginning of the buffer.
13727 Add main-file variable.
13728 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
13729 Use backslashed representation of the control character ^_.
13730
13731 * textmodes/texinfmt.el (texinfo-print-index): Print index line
13732 numbers in the new Texinfo 4.7 format.
13733
13734 * add-log.el (change-log-font-lock-keywords): Remove `:' from
13735 regexps for function and variable names.
13736
13737 * descr-text.el (describe-property-list): Add [show] button for
13738 `syntax-table' property with action to pp to a separate buffer.
13739 (describe-char): Replace search-forward by re-search-forward with
13740 whitespace regexp after "character:" to not fail in too narrow windows.
13741
13742 * simple.el (next-error-find-buffer): Add a rule to return
13743 next-error capable buffer if one window on the selected frame
13744 displays such buffer.
13745
13746 2004-05-23 Nick Roberts <nickrob@gnu.org>
13747
13748 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
13749 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
13750 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
13751 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
13752 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
13753 Handle new value for gud-minor-mode (gdbmi).
13754 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
13755 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
13756 Change from local to global gdb variable set.
13757 (gdb-ann3): Initialise above gdb variable set.
13758 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
13759 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
13760 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
13761 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
13762 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
13763 (gdb-info-locals-handler, gdb-invalidate-assembler)
13764 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
13765 set as global variables.
13766 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
13767 Handle gdbmi.
13768 (gdb-info-breakpoints-custom): Fix regexp.
13769 (def-gdb-var): Delete.
13770
13771 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
13772 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
13773 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
13774 a new mode. The file (gdb-mi.el) for this mode will be included
13775 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
13776 primary interface.
13777
13778 2004-05-23 Jesper Harder <harder@ifa.au.dk>
13779
13780 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
13781 interpreted as a directory.
13782
13783 2004-05-22 Richard M. Stallman <rms@gnu.org>
13784
13785 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
13786 as a close quote.
13787
13788 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
13789
13790 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
13791 Use assoc-string, not assoc-ignore-case.
13792
13793 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
13794
13795 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
13796 If moving back then fwd gets a defun that ends before point,
13797 try again moving fwd then back.
13798
13799 * files.el (file-name-non-special): Allow t in file-arg-indices
13800 to mean requote the return value. Use `identity' as an element
13801 rather than as the whole value.
13802
13803 * gs.el (gs-options): Add -dSAFER. Mark it risky.
13804
13805 2004-05-22 Juanma Barranquero <lektu@terra.es>
13806
13807 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
13808 `help-make-usage'.
13809 (help-highlight-arguments): Skip function name before searching
13810 for arguments.
13811
13812 2004-05-21 Juanma Barranquero <lektu@terra.es>
13813
13814 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
13815 Don't mention in the docstring these arguments meant for
13816 internal (recursive) use only.
13817 (allout-char-spec): Comment out (it's not implemented).
13818 (allout-old-expose-topic, allout-exposure): Fix docstring and add
13819 obsolescence declaration.
13820 (allout-flatten-exposed-to-buffer)
13821 (allout-indented-exposed-to-buffer): Fix typos in docstring.
13822 (my-mark-marker): Doc fix.
13823 (produce-allout-mode-map, allout-sibling-index)
13824 (allout-isearch-expose, allout-distinctive-bullet)
13825 (allout-open-topic, allout-reindent-body)
13826 (allout-rebullet-heading, allout-process-exposed)
13827 (allout-insert-listified, allout-latex-verb-quote)
13828 (allout-insert-latex-header, allout-insert-latex-trailer):
13829 Make arguments match their use in docstring.
13830 (allout-primary-bullet, allout-old-style-prefixes)
13831 (allout-inhibit-protection, allout-init, allout-mode)
13832 (allout-before-change-protect, allout-flag-region):
13833 Use "Emacs" instead of "emacs" in docstrings.
13834
13835 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
13836
13837 * international/characters.el: Modify syntax of more characters.
13838
13839 2004-05-21 Masatake YAMATO <jet@gyve.org>
13840
13841 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
13842 (etags-tags-completion-table): Show parsing progress.
13843
13844 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
13845
13846 * locate.el (locate-prompt-for-command): Shorten first line of
13847 docstring.
13848 (locate-mode): Expand docstring and include keymap summary.
13849
13850 * files.el (find-file-noselect-1): Limit the scope of the
13851 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
13852 is, by default, nil during the execution of
13853 `find-file-not-found-functions' and `find-file-hook'.
13854
13855 2004-05-20 Michael Mauger <mmaug@yahoo.com>
13856
13857 * facemenu.el (facemenu-color-name-equal): New function.
13858 (list-colors-display): Use it to compare colors instead of
13859 facemenu-color-equal.
13860
13861 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
13862
13863 * compare-w.el (compare-windows-face): Use min-colors instead of
13864 checking for tty or pc types.
13865
13866 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13867
13868 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
13869 (completion-setup-function): Use with-current-buffer.
13870 Properly save excursion. Simplify.
13871 Don't assume there is necessarily a `mouse-face' property somewhere.
13872
13873 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
13874
13875 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
13876
13877 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
13878 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
13879 Use with-current-buffer.
13880 (byte-goto-log-buffer): Delete.
13881 (byte-compile-log-file): Call compilation-forget-errors.
13882
13883 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
13884
13885 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
13886 output messages into the search result.
13887
13888 2004-05-19 Masatake YAMATO <jet@gyve.org>
13889
13890 * wid-edit.el (widget-radio-button-notify): Revert my last
13891 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13892
13893 2004-05-19 Kenichi Handa <handa@m17n.org>
13894
13895 * international/characters.el: Fix syntax (open/close) of CJK chars.
13896
13897 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13898
13899 * help-mode.el (help-go-back): Don't depend on position of back button.
13900
13901 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13902
13903 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
13904 files files don't contain an accidental additional /.
13905
13906 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
13907 in source buffer.
13908
13909 2004-05-18 Masatake YAMATO <jet@gyve.org>
13910
13911 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
13912 to widget-apply. :action method assumes 2 arguments, not 3.
13913
13914 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
13915
13916 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
13917 New constants.
13918 (hs-special-modes-alist): Add an f90-mode entry.
13919
13920 2004-05-17 Sam Steingold <sds@gnu.org>
13921
13922 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
13923 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
13924
13925 2004-05-16 Kim F. Storm <storm@cua.dk>
13926
13927 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
13928
13929 2004-05-15 John Wiegley <johnw@newartisans.com>
13930
13931 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
13932 (eshell-output-object-to-target): Improve output speed 20% by not
13933 calling `eshell-stringify' if something is already known to be a string.
13934
13935 2004-05-15 Alex Ott <ott@jet.msk.su>
13936
13937 * textmodes/ispell.el (ispell-local-dictionary-alist):
13938 Add windows-1251 to the choice of coding systems.
13939 (ispell-dictionary-alist-6): Add support for "russianw.aff",
13940 encoded in cp1251.
13941
13942 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
13943
13944 * progmodes/compile.el (compilation-warning-face)
13945 (compilation-info-face): Use min-colors.
13946
13947 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13948
13949 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
13950 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
13951 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
13952 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
13953 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
13954 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
13955 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
13956 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
13957 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
13958 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
13959 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
13960 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
13961 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
13962 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
13963
13964 2004-05-15 Kim F. Storm <storm@cua.dk>
13965
13966 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
13967 Use it to set triggered-p element of timer.
13968 (timer-event-handler): Set triggered-p element non-nil while running
13969 the timer function.
13970
13971 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
13972
13973 * descr-text.el (describe-char-unicode-data)
13974 (describe-char-unicodedata-file): Re-enable the unicode code now that
13975 the licensing issues have been cleared in the unicode-4 license.
13976 (describe-text-properties-1): Remove unused `overlay' var.
13977 (describe-char): Remove unused var `buffer'.
13978
13979 2004-05-14 David Ponce <david@dponce.com>
13980
13981 * tree-widget.el: New file.
13982
13983 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
13984
13985 * language/european.el ("Brazilian Portuguese"): Add support for
13986 Brazilian Portuguese.
13987
13988 2004-05-13 John Wiegley <johnw@newartisans.com>
13989
13990 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
13991 `recentf-mode' if this variable has been customized to t.
13992
13993 * eshell/esh-test.el (eshell-test): Call the function
13994 `emacs-version' rather than trying to build a custom version string.
13995
13996 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13997
13998 * net/telnet.el (telnet-mode): Use define-derived-mode.
13999 Don't modify the global value of comint-prompt-regexp.
14000
14001 2004-05-13 John Paul Wallington <jpw@gnu.org>
14002
14003 * version.el (emacs-version): Check for `gtk' feature before
14004 `x-toolkit' feature.
14005
14006 2004-05-13 Juanma Barranquero <lektu@terra.es>
14007
14008 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14009 arguments in the docstring, they're used only in recursive calls.
14010
14011 * help-fns.el (help-arg-highlighting-function)
14012 (help-argument-name): Delete.
14013 (help-default-arg-highlight): New function.
14014 (help-do-arg-highlighting): Use it.
14015
14016 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14017
14018 * calendar/appt.el (appt-disp-window):
14019 Use `calendar-set-mode-line' for a centered mode-line.
14020
14021 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14022
14023 * calendar/appt.el (appt-disp-window): Do not split window
14024 excessively when `split-height-threshold' is low.
14025
14026 2004-05-12 Nick Roberts <nickrob@gnu.org>
14027
14028 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14029 kill-buffer-hook here and make it local.
14030 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14031
14032 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14033
14034 * progmodes/compile.el (compilation-set-window-height):
14035 Use save-excursion to protect against misplaced marker.
14036
14037 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14038
14039 * custom.el (defface): Document that type can have value gtk.
14040
14041 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14042
14043 2004-05-12 Kenichi Handa <handa@m17n.org>
14044
14045 * descr-text.el: Require quail at comile time.
14046 (describe-char): If an input method is on and it supports the
14047 character, show how to input it.
14048
14049 * international/quail.el (quail-install-decode-map): Accept a
14050 char-table whose subtype is `quail-decode-map'.
14051 (quail-store-decode-map-key, quail-gen-decode-map1)
14052 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14053 (quail-show-key): New functions.
14054
14055 2004-05-12 Juanma Barranquero <lektu@terra.es>
14056
14057 * generic.el (define-generic-mode): Remove redundant arglist info.
14058
14059 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14060 Make arguments match their use in docstring.
14061 (help-arg-highlighting-function): New variable.
14062 (help-argument-name): Mention it in the docstring.
14063 (help-do-arg-highlight): Use it. Expand regexp to accept also
14064 ARG-xxx and xxx-ARG references.
14065
14066 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14067
14068 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14069 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14070 and "mailto:addr1?to=addr2" equal.
14071
14072 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14073
14074 * man.el (Man-getpage-in-background): Use shell-file-name
14075 and shell-command-switch variables instead of hard-coded values.
14076
14077 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14078
14079 * iimage.el: New file.
14080
14081 2004-05-11 Juanma Barranquero <lektu@terra.es>
14082
14083 * custom.el (custom-initialize-default, defcustom):
14084 Fix typo in docstring.
14085
14086 * files.el (set-visited-file-name, file-expand-wildcards):
14087 Fix docstring.
14088
14089 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14090
14091 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14092
14093 * subr.el (eventp): Be more discriminating with integers.
14094
14095 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14096
14097 * progmodes/compile.el (compile): Add universal prefix arg.
14098 (compilation-error-regexp-alist-alist): Add edg patterns.
14099
14100 2004-05-10 Sam Steingold <sds@gnu.org>
14101
14102 * textmodes/ispell.el (ispell-message):
14103 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14104
14105 2004-05-10 Dave Love <fx@gnu.org>
14106
14107 * progmodes/python.el (help-buffer): Autoload when compiling.
14108 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14109 (run-python): Prepend to any existing PYTHONPATH.
14110
14111 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14112
14113 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14114 for pending breakpoints.
14115
14116 2004-05-10 Richard M. Stallman <rms@gnu.org>
14117
14118 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14119 directly without calling any functions in Rmail.
14120 (unrmail-unprune): Function deleted.
14121
14122 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14123
14124 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14125 C-c C-z binding.
14126
14127 2004-05-10 Kenichi Handa <handa@m17n.org>
14128
14129 * descr-text.el (describe-char): Fix previous change. Don't make
14130 a unibyte character to multibyte in the *Help* buffer.
14131
14132 2004-05-10 Miles Bader <miles@gnu.org>
14133
14134 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14135 buffer an error if the debugger process is actually running.
14136
14137 2004-05-10 Juanma Barranquero <lektu@terra.es>
14138
14139 * help-fns.el (help-argument-name): Default to italic.
14140 (help-highlight-arguments): Return always (usage . doc), even when
14141 usage is nil.
14142
14143 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14144 (define-ibuffer-filter): Add usage info.
14145 (define-ibuffer-op): Add usage info (but CL-style defaults for
14146 keyword args are not shown).
14147
14148 * subr.el (remove-overlays, read-passwd): Fix docstring.
14149 (start-process-shell-command): Fix docstring. Put usage info in a
14150 format usable by `describe-function'.
14151 (open-network-stream, open-network-stream-nowait)
14152 (open-network-stream-server): Fix docstring.
14153
14154 2004-05-09 Jason Rumney <jasonr@gnu.org>
14155
14156 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14157 Only define cp125* if windows-125* is already defined.
14158
14159 * language/korean.el (cp949): Add alias.
14160
14161 * language/chinese.el (cp936, cp950): Add aliases.
14162
14163 * language/japanese.el (cp932): Add alias.
14164
14165 * term/w32-win.el: Require code-pages.
14166
14167 * international/mule-cmds.el (set-locale-environment):
14168 On MS-Windows use ansi code-page for default coding-systems.
14169 Set up paper sizes for Windows 3 letter languages.
14170
14171 * international/code-pages.el (cp932, cp936, cp949, cp950):
14172 Add aliases. Also add cp125* if not already defined.
14173
14174 2004-05-09 Juanma Barranquero <lektu@terra.es>
14175
14176 * help-fns.el (help-highlight-arguments): Don't try to highlight
14177 missing or autoloaded arglists. Accept structured arguments, like
14178 the first ones of `do' and `flet'.
14179
14180 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14181 (cvs-get-marked): Remove redundant arglist info.
14182
14183 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14184 Don't use CL-style default args.
14185
14186 2004-05-08 Andreas Schwab <schwab@suse.de>
14187
14188 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14189
14190 * international/subst-ksc.el: Fix references to utf-translate-cjk
14191 into utf-translate-cjk-mode.
14192 * international/subst-big5.el: Likewise.
14193 * international/subst-gb2312.el: Likewise.
14194 * international/subst-jis.el: Likewise.
14195 * international/utf-16.el: Likewise.
14196 * international/utf-8.el: Likewise.
14197
14198 2004-05-08 John Wiegley <johnw@newartisans.com>
14199
14200 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14201 "virtual buffers" (off by default), which makes it possible to
14202 switch to the "virtual" buffers of recently visited files. When a
14203 buffer name search fails, and this option is on, iswitchb will
14204 look at the list of recently visited files, and permit matching
14205 against those names. When the user hits RET on a match, it will
14206 revisit that file.
14207 (iswitchb-read-buffer): Add two optional arguments, which makes
14208 isearchb.el possible.
14209 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14210 (iswitchb-next-match): Add support for virtual buffers.
14211
14212 * isearchb.el: This module extends iswitchb to provide "as you
14213 type" buffer selection.
14214
14215 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14216 Ignore the read-only property when flyspell highlighting is on.
14217 Not ignoring it leads to a series of confusing errors.
14218 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14219 but also make sure to call flyspell-incorrect-hook.
14220 (flyspell-maybe-correct-transposition): Perform transposition test
14221 by bit twiddling a string, rather than using a temp buffer.
14222 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14223 buffer. This is also the original version of the code, which
14224 could not be checked in before due to a previous lack of
14225 assignment papers. This version has seen heavy usage on my system
14226 for several years now.
14227
14228 * calendar/cal-bahai.el: New file, which adds support for the
14229 Baha'i calendar to Emacs. This calendar is based on a solar year
14230 of 19 months of 19 days, with 4 intercalary days. Each year
14231 begins on March 21, with the calendar starting in 1844.
14232
14233 * calendar/cal-menu.el, calendar/calendar.el
14234 * calendar/diary-lib.el, calendar/holidays.el:
14235 Added support for using cal-bahai.el.
14236
14237 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14238 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14239 function can be used outside of eshell buffers.
14240 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14241
14242 2004-05-08 Juanma Barranquero <lektu@terra.es>
14243
14244 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14245 word constituent so FOO-ARG is not recognized as an arg.
14246 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14247
14248 * simple.el (next-error): Fix typo in docstring.
14249 (open-line): Make argument names match their use in docstring.
14250 (split-line): Fix docstring.
14251
14252 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14253 usable by `describe-function'.
14254 (gensym, gentemp, typep, ignore-errors): Make argument names match
14255 their use in docstring.
14256
14257 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14258 argument to `help-setup-xref'.
14259
14260 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14261
14262 Version 2.0.40 of Tramp released.
14263
14264 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14265 Use symbol-function to invoke functions only known on some Emacs
14266 flavors. This avoids byte-compiler warnings. Reported by Kevin
14267 Scaldeferri <kevin@scaldeferri.com>.
14268 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14269 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14270 consistent with the other tramp-do-* functions.
14271 (tramp-do-copy-or-rename-file): Calls adjusted.
14272 (tramp-process-initial-commands): Avoid liveness check on shell --
14273 we know that it must be alive since we're opening a connection at
14274 this moment.
14275 (tramp-last-cmd): New internal variable.
14276 (tramp-process-echoes): New tunable.
14277 (tramp-send-command): Set tramp-last-cmd.
14278 (tramp-wait-for-output): Delete echo, if applicable.
14279 (tramp-read-passwd): Construct the key for the password cache in a
14280 way that works for multi methods, too.
14281 (tramp-bug): Add backup-directory-alist and
14282 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14283
14284 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14285
14286 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14287
14288 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14289 (tramp-actions-copy-out-of-band): New defcustoms.
14290 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14291 used instead of a synchronous one. Allows password entering.
14292 (tramp-action-out-of-band): New defun.
14293 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14294 Remove restriction with password from doc string.
14295 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14296 `tramp-out-of-band-prompt-regexp',
14297 `tramp-actions-copy-out-of-band', `password-cache' and
14298 `password-cache-expiry'.
14299 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14300 password caching.
14301 (tramp-touch): FILE can be a local file, too.
14302 (TODO): Remove items done.
14303 (tramp-handle-insert-directory): Properly quote file name also if
14304 not full-directory-p. Handle wildcard case. Reported by Andreas
14305 Schwab <schwab@suse.de>.
14306 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14307 new file.
14308 (tramp-handle-file-local-copy, tramp-handle-write-region):
14309 The permissions of the temporary file are set if filename exists.
14310 Reported by Ted Stern <stern@cray.com>.
14311 (tramp-backup-directory-alist)
14312 (tramp-bkup-backup-directory-info): New defcustoms.
14313 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14314 (tramp-handle-find-backup-file-name): New function.
14315 Implements Tramp's find-backup-file-name.
14316
14317 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14318 for `find-backup-file-name'.
14319
14320 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14321 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14322
14323 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14324
14325 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14326
14327 2004-05-07 Juanma Barranquero <lektu@terra.es>
14328
14329 * subr.el (lambda): Add arglist description to docstring.
14330 (declare): Fix typo in docstring.
14331 (open-network-stream): Fix docstring.
14332 (process-kill-without-query): Fix docstring and add obsolescence info.
14333 (last, butlast, nbutlast): Make arguments match their use in docstring.
14334 (insert-buffer-substring-no-properties): Likewise.
14335 (insert-buffer-substring-as-yank): Likewise.
14336 (split-string): Fix docstring.
14337
14338 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14339 Make argument names match their use in docstring.
14340
14341 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14342
14343 2004-05-06 Nick Roberts <nickrob@gnu.org>
14344
14345 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14346 Fit first sentence on one line for apropos-command.
14347
14348 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14349
14350 Changes largely merged in from Dave Love's code.
14351 * progmodes/python.el: Doc fixes.
14352 (python-mode-map): Add python-complete-symbol.
14353 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14354 (python-comment-indent, python-complete-symbol)
14355 (python-symbol-completions, python-partial-symbol)
14356 (python-try-complete): New.
14357 (python-indent-line): Remove optional arg. Use python-block-end-p.
14358 (python-check): Bind compilation-error-regexp-alist.
14359 (inferior-python-mode): Use rx. Move keybindings to top level.
14360 Set comint-input-filter.
14361 (python-preoutput-filter): Use rx.
14362 (python-input-filter): Re-introduce.
14363 (python-proc): Start new process if necessary.
14364 Check python-buffer non-nil.
14365 (view-return-to-alist): Defvar.
14366 (python-send-receive): New.
14367 (python-eldoc-function): Use it.
14368 (python-mode-running): Don't defvar.
14369 (python-mode): Set comment-indent-function.
14370 Maybe update hippie-expand-try-functions-list.
14371 (python-indentation-levels): Initialize differently.
14372 (python-block-end-p): New.
14373 (python-indent-line): Use it.
14374 (python-compilation-regexp-alist): Augment.
14375 (run-python): Import `emacs' module to Python rather than loading
14376 code directly. Set python-buffer differently.
14377 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14378 Use python-proc.
14379 (python-send-command): Go to end of comint buffer.
14380 (python-load-file): Use python-proc, emacs.eimport.
14381 (python-describe-symbol): Simplify interactive form.
14382 Use emacs.help. Do use temp-buffer-show-hook.
14383 Call print-help-return-message.
14384 (hippie-exp): Require when compiling.
14385 (python-preoutput-continuation): Use rx.
14386
14387 * diff-mode.el (diff-make-unified): Fix regexp.
14388
14389 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14390
14391 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14392 filter groups from the buffer when rebuilding the Ibuffer buffer
14393 and `ibuffer-show-empty-filter-groups' is nil.
14394
14395 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14396
14397 * ps-print.el (ps-print-quote): Call ps-value-string.
14398 (ps-setup): Call ps-comment-string.
14399 (ps-value-string, ps-comment-string): New funs.
14400
14401 2004-05-06 Juanma Barranquero <lektu@terra.es>
14402
14403 * ehelp.el (electric-help-command-loop): Check whether the last
14404 character is visible, not (point-max).
14405
14406 * help-fns.el (help-argument-name): Default to bold; don't inherit
14407 from font-lock-variable-name-face.
14408 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14409
14410 2004-05-05 Kenichi Handa <handa@m17n.org>
14411
14412 * descr-text.el (describe-char): Copy the character with text
14413 properties and overlays into the first line, and call
14414 describe-text-properties on it.
14415
14416 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14417
14418 * iswitchb.el (iswitchb-global-map): Fix typo.
14419 Remove unwanted ###autoloads from source file.
14420
14421 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14422
14423 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14424 in run-hooks. Use substitute-command-keys in message.
14425 (wdired-abort-changes): Add message.
14426
14427 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14428
14429 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14430 (sql-emacs20-p): Remove.
14431 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14432 (sql-builtin-face, sql-doc-face): Remove.
14433 (sql-mode-ansi-font-lock-keywords)
14434 (sql-mode-oracle-font-lock-keywords)
14435 (sql-mode-postgres-font-lock-keywords)
14436 (sql-mode-linter-font-lock-keywords)
14437 (sql-mode-ms-font-lock-keywords)
14438 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14439 (sql-product-font-lock): Fix font-lock reset when font rules change.
14440 (sql-highlight-product): Remove incorrect font-lock reset logic.
14441
14442 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14443
14444 * ses.el (ses-set-parameter): Fix typo.
14445
14446 2004-05-04 Kim F. Storm <storm@cua.dk>
14447
14448 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14449 Must expand directory for completion to work; and don't mess with
14450 process-environment.
14451 (ido-read-file-name): If command has ido property, don't use ido
14452 if value is ignore, or read as directory if value is dir.
14453 Set ido ignore property for dired-do-rename command.
14454
14455 2004-05-04 Juanma Barranquero <lektu@terra.es>
14456
14457 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14458 (electric-help-help): Check against unmapped commands.
14459
14460 * help-fns.el (help-argument-name): New face, inheriting from
14461 font-lock-variable-name-face, to highlight function arguments in
14462 `describe-function' and `describe-key'.
14463 (help-do-arg-highlight): Auxiliary function to highlight a given
14464 list of arguments in a string.
14465 (help-highlight-arguments): Highlight the function arguments and
14466 all uses of them in the docstring.
14467 (describe-function-1): Use it. Do docstring output via `insert',
14468 not 'princ', so text attributes are preserved.
14469
14470 * winner.el (winner-mode-map): Move `winner-undo' and
14471 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14472 previous bindings conflict with `prev-buffer', `next-buffer').
14473
14474 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14475
14476 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14477 (bibtex-entry-update): New command bound to C-c C-u.
14478 (bibtex-text-in-string): Fix regexp.
14479 (bibtex-assoc-of-regexp): Remove.
14480 (bibtex-progress-message): Fix docstring.
14481 (bibtex-inside-field): Use if.
14482 (bibtex-assoc-regexp): New function.
14483 (bibtex-format-entry): Make code more robust so that it formats
14484 also old entries.
14485 (bibtex-autokey-demangle-title): Merge with obsolete function
14486 bibtex-assoc-of-regexp.
14487 (bibtex-field-list): New function.
14488 (bibtex-entry): Use bibtex-field-list.
14489 (bibtex-parse-entry): Fix docstring.
14490 (bibtex-print-help-message): Use bibtex-field-list.
14491 (bibtex-make-field): Use bibtex-field-list.
14492 (bibtex-entry-index): Bugfix. Return crossref key if required.
14493 (bibtex-lessp): Fix docstring.
14494
14495 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14496
14497 * select.el (xselect-convert-to-string): Move comment to intended line.
14498
14499 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14500
14501 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14502 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14503
14504 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14505
14506 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14507 x-get-selection.
14508
14509 2004-05-03 Jason Rumney <jasonr@gnu.org>
14510
14511 * makefile.nt: Remove.
14512
14513 2004-05-03 Kim F. Storm <storm@cua.dk>
14514
14515 * emulation/cua-base.el (cua--update-indications): Fix last change.
14516 (cua-mode): Deactivate mark when cua-mode is enabled.
14517
14518 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14519
14520 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14521
14522 2004-05-03 Nick Roberts <nickrob@gnu.org>
14523
14524 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14525 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14526 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14527 window over visible frames.
14528 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14529
14530 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14531
14532 * progmodes/compile.el (compilation-gcpro): New var.
14533 (compilation-fake-loc): Use it.
14534 (compilation-forget-errors): Reset it.
14535
14536 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14537
14538 * diff-mode.el (diff-header-face, diff-file-header-face):
14539 Use min-colors.
14540
14541 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14542
14543 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14544 (bibtex-clean-entry): Disentangle code.
14545 (bibtex-realign): New function.
14546 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14547 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14548 Remove undocumented optional arg called-by-convert-alien.
14549 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14550 for sorting instead of bibtex-sort-buffer.
14551
14552 2004-05-02 Eli Zaretskii <eliz@gnu.org>
14553
14554 * progmodes/compile.el (compilation-start): In the
14555 no-async-subprocesses branch, call sit-for to give redisplay a
14556 chance to show the updated process status in the mode line, and
14557 fontify the buffer explicitly after the process exits.
14558
14559 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14560
14561 * progmodes/python.el (python-compilation-line-number): Remove.
14562 (python-compilation-regexp-alist): Don't use it any more.
14563 (python-orig-start, python-input-filter): Remove.
14564 (inferior-python-mode): Don't set up comint-input-filter-functions.
14565 (python-send-region): Use compilation-fake-loc.
14566
14567 * progmodes/compile.el (compilation-messages-start): New var.
14568 (compilation-mode): Don't setup next-error-function here.
14569 (compilation-setup): Set it up here instead (for minor modes as well).
14570 Make compilation-messages-start buffer local.
14571 (compilation-next-error-function): Use it.
14572 (compilation-forget-errors): Set compilation-messages-start.
14573
14574 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
14575
14576 * ielm.el (ielm-prompt-read-only): Update docstring.
14577
14578 * comint.el (comint-prompt-read-only): Update docstring.
14579 (comint-update-fence, comint-kill-whole-line)
14580 (comint-kill-region): New functions.
14581
14582 * simple.el (kill-whole-line): Use "p" instead of "P" in
14583 interactive form.
14584
14585 2004-05-01 Juanma Barranquero <lektu@terra.es>
14586
14587 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
14588 format arglist so default values in CL-style argument lists are
14589 correctly shown.
14590
14591 2004-05-01 Jason Rumney <jasonr@gnu.org>
14592
14593 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
14594
14595 2004-05-01 Kenichi Handa <handa@m17n.org>
14596
14597 * international/titdic-cnv.el (miscdic-convert): Don't generate a
14598 quail file if it is up to date.
14599
14600 2004-04-30 Juri Linkov <juri@jurta.org>
14601
14602 * cus-edit.el (custom-mode-map):
14603 Add key binding `C-x C-s' to `Custom-save'.
14604
14605 * outline.el (outline-blank-line): New var.
14606 (outline-next-preface, outline-show-heading)
14607 (outline-end-of-subtree): Use it.
14608
14609 * dired-aux.el (dired-touch-initial): New fun.
14610 (dired-do-chxxx): Call it for op-symbol `touch'.
14611 (dired-diff): Use `dired-dwim-target-directory'
14612 if current dired buffer has no buffer mark.
14613
14614 * bindings.el (propertized-buffer-identification):
14615 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
14616 Add C-M-arrow keys for consistency.
14617
14618 * files.el (confirm-kill-emacs):
14619 Change group from top-level `emacs' to `convenience'.
14620
14621 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14622 Push mark on the first call of successive command calls.
14623 (insert-pair): New fun created from `insert-parentheses' with
14624 `open' and `close' arguments added. Enclose active regions
14625 in paired characters. Compare adjacent characters syntax with
14626 inserted characters syntax before inserting a space.
14627 (insert-parentheses): Call `insert-pair' with ?\( ?\).
14628
14629 * delsel.el: Don't put `delete-selection' property
14630 on `insert-parentheses' symbol to take advantage of
14631 region handling in `insert-pair' function.
14632 Suggested by Stephan Stahl <stahl@eos.franken.de>.
14633
14634 2004-04-30 Kim F. Storm <storm@cua.dk>
14635
14636 * emulation/cua-base.el: Add support for changing cursor types;
14637 based on patch from Michael Mauger.
14638 (cua-normal-cursor-color, cua-read-only-cursor-color)
14639 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
14640 Customization cursor type and/or cursor color.
14641 (cua--update-indications): Handle cursor type changes.
14642 (cua-mode): Update cursor indications if enabled.
14643
14644 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
14645
14646 * mouse.el (mouse-drag-copy-region): New defcustom.
14647 (mouse-set-region, mouse-drag-region-1): Use it.
14648
14649 * simple.el (kill-ring-save): If region face background color is
14650 unspecified (if no highlighting), show extent of fully visible
14651 region even if transient-mark-mode is enabled.
14652
14653 * emulation/cua-base.el (cua--standard-movement-commands):
14654 Add cua-scroll-up and cua-scroll-down.
14655 (cua-scroll-up, cua-scroll-down): New commands.
14656 (cua--init-keymaps): Remap scroll-up and scroll-down.
14657
14658 * emulation/cua-rect.el (cua--convert-rectangle-as):
14659 New defmacro.
14660 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
14661 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
14662 New commands (suggested by Jordan Breeding).
14663
14664 2004-04-30 Juanma Barranquero <lektu@terra.es>
14665
14666 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
14667
14668 2004-04-30 Mario Lang <mlang@delysid.org>
14669
14670 * diff.el (diff-switches): Fix typo in docstring.
14671
14672 2004-04-30 Alex Schroeder <alex@gnu.org>
14673
14674 * xml.el (xml-debug-print-internal): Don't add newline and
14675 indentation to text nodes and write empty elements as empty tags
14676 instead of opening and closing tags.
14677 (xml-debug-print): Take optional indent-string argument.
14678 (xml-print): Alias for xml-debug-print.
14679
14680 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14681
14682 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
14683 than duplicate call to `line-beginning-position'.
14684
14685 * progmodes/f90.el (f90-get-present-comment-type):
14686 Return whitespace, as well as comment chars, for consistent filling
14687 of comment blocks. Use `match-string-no-properties'.
14688 (f90-break-line): Trim trailing whitespace when filling comments.
14689
14690 2004-04-30 Dave Love <fx@gnu.org>
14691
14692 * calendar/diary-lib.el (diary-outlook-formats): New variable.
14693 (diary-from-outlook-internal, diary-from-outlook)
14694 (diary-from-outlook-gnus, diary-from-outlook-rmail):
14695 New functions to import diary entries from Outlook-format
14696 appointments in mail messages.
14697
14698 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14699
14700 * progmodes/python.el (python-send-command): New fun.
14701 (python-send-region, python-load-file): Use it.
14702
14703 * progmodes/compile.el (compilation-last-buffer): Add var alias.
14704
14705 * help-fns.el (help-C-file-name): Use new subr-name.
14706 Prepend `src/' to the file name.
14707 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
14708 (describe-function-1, describe-variable): Only find a C source file
14709 name if DOC is already loaded.
14710
14711 * help-mode.el (help-function-def, help-variable-def):
14712 Use the new find-function-search-for-symbol functionality.
14713 Allow FILE to be `C-source'.
14714
14715 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
14716 (find-function-C-source): New fun.
14717 (find-function-search-for-symbol): Use it.
14718
14719 2004-03-29 Michael Mauger <mmaug@yahoo.com>
14720
14721 * progmodes/sql.el (sql-product-alist): Rename variable
14722 `sql-product-support'. Add Postgres login parameters.
14723 (sql-set-product, sql-product-feature): Update with renamed variable.
14724 (sql-connect-postgres): Add username prompt.
14725 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
14726 Make patterns less product specific.
14727 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
14728 (sql-mode-abbrev-table): Modify initialization.
14729 (sql-builtin-face): Add variable.
14730 (sql-keywords-re): Add macro.
14731 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
14732 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
14733 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
14734 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
14735 (sql-mode-linter-font-lock-keywords)
14736 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
14737 (sql-mode-sybase-font-lock-keywords)
14738 (sql-mode-informix-font-lock-keywords)
14739 (sql-mode-interbase-font-lock-keywords)
14740 (sql-mode-ingres-font-lock-keywords)
14741 (sql-mode-solid-font-lock-keywords)
14742 (sql-mode-sqlite-font-lock-keywords)
14743 (sql-mode-db2-font-lock-keywords): Default to nil.
14744 (sql-product-font-lock): Always highlight ANSI keywords.
14745 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
14746 (sql-send-string): Add function.
14747
14748 2004-04-29 Dave Love <fx@gnu.org>
14749
14750 * progmodes/cfengine.el (cfengine-beginning-of-defun)
14751 (cfengine-end-of-defun): Ensure progress through buffer.
14752
14753 * info-look.el (cfengine-mode): Accept a terminal ().
14754
14755 2004-04-29 Juri Linkov <juri@jurta.org>
14756
14757 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
14758 instead of isearch-yank-word-or-char. Add new key bindings for
14759 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
14760 (isearch-del-char): New fun.
14761 (isearch-forward, isearch-edit-string): Update docstring.
14762 (isearch-yank-char): Doc fix.
14763 (isearch-other-meta-char): Restore point after scrolling.
14764
14765 * progmodes/compile.el (compilation-context-lines): Add nil option
14766 to disable compilation output window scrolling.
14767 (compilation-set-window): Use it.
14768
14769 * outline.el (outline-next-preface, outline-show-heading):
14770 Don't leave unhidden blank line before heading.
14771 (outline-end-of-subtree): Include last newline into subtree.
14772 (hide-entry): Leave point at beginning of heading instead of end.
14773 (outline-up-heading): Push mark for the first call of successive
14774 command calls.
14775
14776 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
14777
14778 * comint.el (comint-prompt-read-only): New variable.
14779 (comint-output-filter): Implement it.
14780
14781 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
14782 (ielm-prompt-internal): New variable.
14783 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
14784 (ielm-send-input): Delete unused variable `buf'.
14785 (ielm-eval-input): Use `ielm-prompt-internal'.
14786 (inferior-emacs-lisp-mode): Use new variables
14787 `comint-prompt-read-only' and `ielm-prompt-internal'.
14788 Get rid of obsolete variable `directory-sep-char'.
14789 (ielm): Use `zerop'.
14790
14791 2004-04-29 John Paul Wallington <jpw@gnu.org>
14792
14793 * thumbs.el (toplevel): Require cl at compile time.
14794 Remove conditional definitions of `ignore-errors' and `caddar'
14795 because they occur at run time.
14796
14797 2004-04-28 Nick Roberts <nickrob@gnu.org>
14798
14799 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
14800 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
14801 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
14802 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
14803
14804 * progmodes/gud.el (gud-common-init): Throw an error if program is
14805 already running under gdb.
14806
14807 2004-04-28 John Paul Wallington <jpw@gnu.org>
14808
14809 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
14810 (thumbs-show-image-num): Move assignment of
14811 `thumbs-current-image-filename' within scope of `i'.
14812 (thumbs-emboss-image): Don't use `evenp'.
14813
14814 2004-04-28 Richard M. Stallman <rms@gnu.org>
14815
14816 * progmodes/compile.el (compilation-context-lines): Default now 0.
14817
14818 2004-04-28 Juanma Barranquero <lektu@terra.es>
14819
14820 Use `time-less-p' from calendar/time-date.el instead of defining
14821 custom versions of it.
14822
14823 * pcomplete.el (pcomplete-time-less-p): Remove.
14824
14825 * thumbs.el (time-less-p): Remove.
14826
14827 * calendar/timeclock.el (timeclock-time-less-p): Remove.
14828 (timeclock-generate-report): Use `time-less-p'.
14829
14830 * emacs-lisp/autoload.el (autoload-before-p): Remove.
14831 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
14832
14833 2004-04-28 Masatake YAMATO <jet@gyve.org>
14834
14835 * subr.el (remove-overlays): Make arguments optional.
14836
14837 * wid-edit.el (widget-specify-button): Put evaporate to the
14838 overlay for sample.
14839 (widget-specify-sample): Put evaporate to the overlay for sample.
14840 (widget-specify-doc): Put evaporate to the overlay for documentation.
14841
14842 2004-04-27 Jesper Harder <harder@ifa.au.dk>
14843
14844 * info.el (info-apropos): Make it an index node. Align node names
14845 like makeinfo.
14846
14847 2004-04-27 Eli Zaretskii <eliz@gnu.org>
14848
14849 * net/browse-url.el (browse-url-netscape-sentinel)
14850 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
14851 (browse-url-epiphany-sentinel, browse-url-mosaic):
14852 Use browse-url-*-program instead of a literal program name.
14853
14854 2004-04-27 Kevin Ryde <user42@zip.com.au>
14855
14856 * eshell/em-alias.el:
14857 * eshell/em-dirs.el:
14858 * eshell/em-hist.el:
14859 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
14860 features when M-x customize-group loads modules before the main
14861 eshell.el.
14862
14863 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
14864
14865 * subr.el (momentary-string-display): Support EXIT-CHAR that is
14866 either a character representation of an event or an event
14867 description list.
14868
14869 * type-break.el: Capitalise Emacs and Lisp.
14870 (type-break-good-break-interval, type-break-demo-boring-stats)
14871 (type-break-terse-messages, type-break-file-name): New defcustoms.
14872 (type-break-post-command-hook)
14873 (type-break-warning-countdown-string): Quote variable names in doc.
14874 (type-break-interval-start, type-break-auto-save-file-name): New vars.
14875 (type-break-mode): Document type-break-good-break-interval and the
14876 "session" file. Schedule break according to the session file.
14877 Kill session file buffer on exit. Organise for save-some-buffers
14878 to always save the session file.
14879 (type-break-mode-line-message-mode, type-break-query-mode):
14880 Uppercase arguments.
14881 (type-break-file-time, type-break-file-keystroke-count, timep)
14882 (type-break-choose-file, type-break-get-previous-time)
14883 (type-break-get-previous-count): New defuns.
14884 (type-break): Avoid break querying after a completed break in the
14885 case where the query was initiated during user invocation of the
14886 break. Optional terse messages.
14887 Use type-break-good-break-interval if type-break-good-rest-interval is
14888 nil. File the break time.
14889 (type-break-schedule): New optional args for overriding the use of
14890 the current time.
14891 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
14892 after a break.
14893 (type-break-check): File the keystroke count.
14894 (type-break-do-query): Prevent a second query when the break is
14895 interrupted. Optional terse message.
14896 (type-break-keystroke-reset): Record the start of a typing interval.
14897 (type-break-demo-boring): Optional terse messages. Display word
14898 per minute and keystroke counts according to
14899 type-break-demo-boring-stats.
14900
14901 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
14902
14903 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
14904 directories, make sure they exist under archive-tmpdir.
14905
14906 2004-04-27 Juri Linkov <juri@jurta.org>
14907
14908 * help.el (view-emacs-news): With argument, display info for the
14909 selected version by finding it among different NEWS files, and
14910 narrowing the buffer to the selected version.
14911
14912 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
14913 same-window-buffer-names.
14914 (info): New arg `buffer'. Use it. Doc fix. Read file name for
14915 non-numeric prefix argument, append the number to the buffer name
14916 for numeric prefix argument.
14917 (info-other-window): Bind same-window-regexps to nil.
14918 (Info-reference-name): Rename to Info-point-loc.
14919 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
14920 and Info-find-index-name for stringy Info-point-loc.
14921 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
14922 without middle `.', but with final `.' and optional line number
14923 for it. Set Info-point-loc for index nodes.
14924 (Info-index): Remove middle `.' from index entry regexp.
14925 Modify line number regexp.
14926 (Info-index-next): Decrement line number.
14927 (info-apropos): Remove middle `.' from index entry regexp.
14928 Add optional line number regexp at the end. Add matched value
14929 for line number to the result list and insert it to the buffer.
14930 Replace match-string by match-string-no-properties.
14931 Reorder result list.
14932 (Info-fontify-node): Hide index line numbers.
14933 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
14934 empty matches.
14935 (Info-follow-reference): Use `str' instead of
14936 Info-following-node-name-re.
14937 (Info-toc): Use full file names. Set Info-current-node to "Top".
14938 (Info-fontify-node): Compare file names without directory name.
14939 (Info-try-follow-nearest-node): Don't set Info-reference-name.
14940 Set second arg of Info-extract-menu-node-name for index nodes.
14941 (info-xref-visited): Use magenta3 instead of magenta4.
14942 (Info-mode): Add info-apropos to docstring.
14943
14944 * log-view.el (log-view-diff): Replace interactive code "r"
14945 by a list to allow to call it even if region is not active.
14946
14947 * paren.el (show-paren-highlight-openparen): New var.
14948 (show-paren-function): Turn on openparen highlighting when
14949 matching forward if show-paren-highlight-openparen is non-nil.
14950
14951 * simple.el (kill-ring-save): Use blink-matching-delay instead of
14952 the constant value 1.
14953 (completions-common-part): Expand docstring.
14954
14955 * textmodes/picture.el (picture-mode-map): Add arrow keys.
14956
14957 2004-04-27 Kim F. Storm <storm@cua.dk>
14958
14959 * image.el (insert-sliced-image): Use line-height instead of
14960 line-spacing property on newline.
14961
14962 2004-04-26 Lars Hansen <larsh@math.ku.dk>
14963
14964 * desktop.el (desktop-buffer-misc-data-function): Rename to
14965 desktop-save-buffer and change docstring.
14966 (desktop-buffer-modes-to-save): Delete.
14967 (desktop-save-buffer-p): Use desktop-save-buffer instead of
14968 desktop-buffer-modes-to-save.
14969 (desktop-save): Rename desktop-buffer-misc-data-function to
14970 desktop-save-buffer and allow non-function value.
14971 (desktop-missing-file-warning): Correct docstring.
14972
14973 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
14974 to desktop-save-buffer.
14975
14976 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
14977 desktop-save-buffer.
14978
14979 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
14980
14981 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
14982
14983 2004-04-26 Eli Zaretskii <eliz@gnu.org>
14984
14985 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
14986
14987 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
14988
14989 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
14990 (ielm): Only go to the end of the buffer when starting a new process.
14991
14992 2004-04-25 Juanma Barranquero <lektu@terra.es>
14993
14994 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
14995 mode line. Bind `inhibit-read-only' to t before modifying
14996 properties of text in the buffer.
14997 (ielm): Force point to the end of buffer, even when running ielm
14998 from inside itself.
14999
15000 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15001
15002 * info.el (info-apropos): Reset Info-complete-cache.
15003
15004 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15005
15006 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15007 Also recognize severe Irix et al. messages.
15008 (compilation-normalize-filename, compile-abbreviate-directory):
15009 Delete functions.
15010 (compilation-get-file-structure): New function inherits
15011 functionality of the two preceding ones.
15012 (compilation-internal-error-properties, compilation-fake-loc):
15013 Use it so that different paths to the same file share the same
15014 markers. Also optimize finding adjacent marker slightly.
15015
15016 2004-04-25 Kim F. Storm <storm@cua.dk>
15017
15018 * image.el (insert-sliced-image): Add line-spacing t property
15019 to newlines separating image lines.
15020
15021 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15022
15023 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15024
15025 * ielm.el (ielm-prompt-read-only): New user option.
15026 (ielm-prompt): Expand docstring to describe new behavior.
15027 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15028 mention it in the docstring.
15029
15030 2004-04-24 Andreas Schwab <schwab@suse.de>
15031
15032 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15033
15034 * diff.el (diff): Set default-directory in diff buffer.
15035
15036 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15037
15038 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15039 mail was being composed if the terminal cannot display more than
15040 one frame; instead, switch to previous frame.
15041
15042 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15043 (rmail-start-mail): Support rmail-mail-new-frame even on
15044 terminals that can display only one frame at a time.
15045
15046 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15047
15048 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15049 (checkdoc-output-font-lock-keywords): Remove error regexp.
15050 (checkdoc-output-mode-map): Remove.
15051 (checkdoc-output-mode): Derive from compilation-mode.
15052 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15053
15054 * dired.el (dired-mode-map): Add a menu entry for wdired.
15055
15056 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15057 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15058
15059 * wdired.el (wdired-mode-map): Move init into declaration.
15060 Fix `return' binding.
15061 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15062 Use force-mode-line-update.
15063 (wdired-get-filename): Use `unless'.
15064 (wdired-preprocess-files): Don't assume names have no \n and use / for
15065 dir separator.
15066 (wdired-normalize-filename): Use replace-regexp-in-string.
15067 (wdired-load-hooks): Remove.
15068 (wdired-mode-hooks): Rename to wdired-mode-hook.
15069
15070 * info-look.el: Add support for cfengine-mode.
15071 (info-lookup-setup-mode): Use dolist.
15072
15073 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15074
15075 * wdired.el: New file.
15076
15077 2004-04-23 Juanma Barranquero <lektu@terra.es>
15078
15079 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15080
15081 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15082 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15083 (pcomplete--help, pcomplete--here): Doc fixes.
15084
15085 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15086
15087 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15088 handles wrong-number-of-arguments in backend call.
15089
15090 * vc.el (vc-print-log): Likewise.
15091
15092 2004-04-20 Dave Love <fx@gnu.org>
15093
15094 * emacs-lisp/rx.el: Doc fixes.
15095 (rx-constituents): Add/extend many forms.
15096 (rx-check): Check form is a list.
15097 (bracket): Defvar.
15098 (rx-check-any, rx-any, rx-check-not): Modify.
15099 (rx-not): Simplify.
15100 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15101 (rx-kleene): Use rx-trans-forms.
15102 (rx-quote-for-set): Delete.
15103 (rx): Allow multiple args.
15104
15105 2004-04-23 Kenichi Handa <handa@m17n.org>
15106
15107 * international/mule-util.el (char-displayable-p): Simplify by
15108 using internal-char-font.
15109
15110 2004-04-23 Juanma Barranquero <lektu@terra.es>
15111
15112 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15113
15114 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15115
15116 * diff-mode.el (diff-next-error): New fun.
15117 (diff-mode): Use it.
15118
15119 * simple.el (next-error): Change arg name.
15120 Add support for the documented C-u C-x ` usage.
15121
15122 * frame.el (special-display-popup-frame, next-multiframe-window)
15123 (previous-multiframe-window): Only consider frames on same display.
15124
15125 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15126
15127 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15128 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15129
15130 2004-04-22 Kim F. Storm <storm@cua.dk>
15131
15132 * net/telnet.el (telnet): Add optional port arg.
15133
15134 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15135
15136 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15137 Minor sanity check on the `hyperlink' slot.
15138
15139 * Makefile.in (recompile): Compile new files.
15140
15141 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15142 Add byte-recompile-directory's optional `arg'.
15143
15144 * cvs-status.el (cvs-tree-use-charset): New var.
15145 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15146 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15147 (cvs-status-cvstrees): Use it.
15148
15149 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15150 Make it a normal major mode.
15151 (checkdoc-buffer-label): Make sure the file name is meaningful.
15152 (checkdoc-output-to-error-buffer): Remove.
15153 (checkdoc-error, checkdoc-start-section): Rewrite.
15154
15155 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15156 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15157 (Info-title-4-face): Use new syntax.
15158 (info-xref-visited): Inherit from info-xref.
15159
15160 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15161
15162 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15163
15164 * simple.el (next-error-last-buffer, next-error-function):
15165 New variables for the next-error framework.
15166 (next-error-buffer-p): New function.
15167 (next-error-find-buffer): Generalize compilation-find-buffer.
15168 (next-error, previous-error, first-error, next-error-no-select)
15169 (previous-error-no-select): Move from compile.el.
15170
15171 * replace.el (occur-next-error, occur-1): Hook into the next-error
15172 framework.
15173
15174 * progmodes/compile.el (compilation-start):
15175 Set next-error-last-buffer so next-error knows where to jump.
15176 (compilation-setup): Set the buffer-local variable
15177 next-error-function to 'compilation-next-error-function.
15178 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15179 alternate way to find if a buffer is a compilation buffer, for
15180 next-error convenience.
15181 (next-error-no-select, previous-error-no-select, next-error)
15182 (previous-error, first-error): Move to simple.el.
15183 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15184 (compilation-last-buffer): Remove.
15185 (compilation-start, compilation-next-error, compilation-setup)
15186 (compilation-next-error-function, compilation-find-buffer):
15187 Remove compilation-last-buffer use.
15188
15189 2004-04-21 Juanma Barranquero <lektu@terra.es>
15190
15191 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15192 (font-lock-warning-face): Fix spacing.
15193
15194 * makefile.w32-in (WINS): Add url/ directory.
15195
15196 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15197
15198 * desktop.el (desktop-buffer-mode-handlers): New variable.
15199 Alist of major mode specific functions to restore a desktop buffer.
15200 (desktop-buffer-handlers): Make variable obsolete.
15201 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15202 Catch errors signaled in handlers. Update buffer count.
15203 Evaluate desktop-buffer-point.
15204 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15205 move to dired.el.
15206 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15207 move to info.el.
15208 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15209 move to mail/rmail.el.
15210 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15211 to mh-e/mh-e.el.
15212 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15213 On fail, print message (to message buffer) even if
15214 desktop-missing-file-warning is nil.
15215 (desktop-buffer-misc-data-function): New buffer local variable.
15216 Function returning major mode specific data.
15217 (desktop-buffer-misc-functions): Make variable obsolete.
15218 (desktop-save): Use desktop-buffer-misc-data-function.
15219 (desktop-buffer-dired-misc-data): Rename to
15220 dired-desktop-buffer-misc-data and move to dired.el.
15221 (desktop-buffer-info-misc-data): Rename to
15222 Info-desktop-buffer-misc-data and move to info.el.
15223 (desktop-read): Add message about number of buffers restored/failed.
15224
15225 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15226 Add parameters. Pause to display error only when
15227 desktop-missing-file-warning is non-nil.
15228 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15229 (dired-mode): Bind desktop-buffer-misc-data-function.
15230
15231 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15232 Add Parameters.
15233 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15234 (Info-mode): Bind desktop-buffer-misc-data-function.
15235
15236 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15237 Add Parameters.
15238
15239 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15240 Add Parameters.
15241
15242 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15243
15244 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15245 the case of letters in case-insensitive expansions when the
15246 abbrev is preceded by characters with letter syntax.
15247
15248 2004-04-21 Richard M. Stallman <rms@gnu.org>
15249
15250 * progmodes/cperl-mode.el (cperl-putback-char):
15251 Delete Emacs 18 definition.
15252
15253 * international/mule.el (ctext-post-read-conversion):
15254 Use assoc-string, not assoc-ignore-case.
15255
15256 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15257
15258 * emacs-lisp/easymenu.el (easy-menu-add):
15259 Do call x-popup-menu, but only if it's defined.
15260
15261 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15262
15263 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15264 Handle multiple args: compile like progn.
15265
15266 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15267 take all args as &rest arg.
15268
15269 * autoinsert.el (auto-insert-alist): Insert the user's name in
15270 copyright notice, rather than Free Software Foundation.
15271
15272 2004-04-21 Kenichi Handa <handa@m17n.org>
15273
15274 * descr-text.el (describe-char): Make it work on *Help* buffer.
15275
15276 2004-04-21 Kim F. Storm <storm@cua.dk>
15277
15278 * image.el (insert-image): Add optional SLICE arg.
15279 (insert-sliced-image): New defun.
15280
15281 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15282
15283 * subr.el (read-number): Check whether `default' is nil.
15284
15285 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15286
15287 * progmodes/compile.el (compilation-error-properties):
15288 Split into two.
15289 (compilation-internal-error-properties): New one.
15290 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15291
15292 2004-04-20 Richard M. Stallman <rms@gnu.org>
15293
15294 * window.el (split-window-save-restore-data):
15295 Don't update the data if OLD-INFO is nil.
15296
15297 * view.el (view-return-to-alist): Mark it permanent local.
15298
15299 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15300
15301 * recentf.el (recentf-save-list): Catch and warn about errors.
15302
15303 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15304 so "Buffers" won't be pure.
15305
15306 * help-mode.el (help-mode-finish): Set help-return-alist first
15307 thing, setting only the entry for the selected window.
15308
15309 * help-fns.el (describe-function-1): If many non-control non-meta
15310 keys run the command, don't list all of them.
15311
15312 2004-04-20 Juanma Barranquero <lektu@terra.es>
15313
15314 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15315 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15316
15317 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15318
15319 2004-04-20 Kenichi Handa <handa@m17n.org>
15320
15321 * international/quail.el (quail-lookup-key): New optional arg
15322 NOT-RESET-INDICES.
15323 (quail-get-translations): Call quail-lookup-key with
15324 NOT-RESET-INDICES t.
15325 (quail-completion): Likewise.
15326 (quail-lookup-map-and-concat): Likewise.
15327
15328 2004-04-20 Kenichi Handa <handa@m17n.org>
15329
15330 * international/quail.el (quail-update-translation): Don't insert
15331 such an unsupported multibyte char in a unibyte buffer.
15332
15333 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15334
15335 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15336 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15337 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15338 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15339 (gdb-frame-assembler-buffer): Improve behaviour with
15340 multiple frames.
15341 (gdb-display-buffer): Extend search to all visible frames.
15342
15343 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15344
15345 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15346 characters left after base64 decoding.
15347 (rmail-decode-region): Use -dos variety of `coding', to remove any
15348 ^M characters left after qp or base64 decoding.
15349
15350 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15351
15352 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15353 messages.
15354
15355 2004-04-19 Stephen Eglen <stephen@gnu.org>
15356
15357 * add-log.el (add-change-log-entry): Update doc string to mention
15358 add-log-full-name and add-log-mailing-address.
15359
15360 2004-04-18 Juri Linkov <juri@jurta.org>
15361
15362 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15363 (Info-find-node-2): Simplify error message.
15364 (Info-insert-dir): Use Info-following-node-name.
15365 (Info-goto-node): Remove *info-history* and *info-toc*.
15366 (Info-history): Create a node of the virtual history file.
15367 (Info-toc): Create a node of the virtual toc file.
15368 (Info-insert-toc): New arg `curr-file' for reference file names.
15369 (info-apropos): Remove redundant var binding for temp-file.
15370 (Info-index, Info-index-next, Info-mode): Doc fix.
15371 (Info-goto-emacs-command-node): Don't jump to *info* from
15372 non-*info* Info buffers.
15373 (Info-fontify-node): Don't show the file name of external
15374 references if `Info-hide-note-references' is `hide'. Don't hide
15375 newlines at the end of paragraphs.
15376
15377 * international/mule-diag.el (list-input-methods):
15378 Fix args to help-xref-button.
15379
15380 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15381 to put into effect local variables from TUTORIAL files.
15382
15383 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15384 with default value taken from the variable `sentence-end'.
15385 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15386 Add nil const to :type.
15387 (sentence-end-without-period, sentence-end-double-space)
15388 (sentence-end-without-space): Doc fix.
15389
15390 * textmodes/paragraphs.el (forward-sentence):
15391 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15392 (fill-delete-newlines):
15393 * progmodes/cc-cmds.el (c-beginning-of-statement):
15394 Use function `sentence-end' instead of variable `sentence-end'.
15395
15396 2004-04-18 Andreas Schwab <schwab@suse.de>
15397
15398 * progmodes/compile.el (compilation-start): Set window start to
15399 point-min if compilation-scroll-output is nil.
15400
15401 2004-04-18 John Wiegley <johnw@newartisans.com>
15402
15403 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15404
15405 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15406
15407 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15408 (gdb-info-breakpoints-custom): Revert previous change.
15409 (gdb-view-assembler): Update assembler if necessary.
15410 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15411 (gdb-display-source-buffer): Update properly when both source and
15412 assembler are visible.
15413
15414 2004-04-17 John Wiegley <johnw@newartisans.com>
15415
15416 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15417 which limits the number of names shown in the minibuffer. Off by
15418 default.
15419 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15420 up iswitchb for users with a multitude of open buffers by showing
15421 only the first and last N/2 buffers in the completion list (which
15422 is enough to aid C-s/C-r, and to know that more characters are
15423 needed to refine the completion list).
15424
15425 2004-04-17 Richard M. Stallman <rms@gnu.org>
15426
15427 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15428 (file-truename): Expand all ~ constructs directly.
15429 (insert-directory): Delete any error msg output by the
15430 `insert-directory-program'.
15431
15432 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15433 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15434 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15435 (allout-init): Use find-file-hook, not find-file-hooks.
15436 (allout-mode): Eliminate Emacs 18 support.
15437 Use write-contents-functions, not local-write-file-hooks.
15438
15439 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15440
15441 * progmodes/compile.el (compilation-error-properties): Fix for
15442 adding messages when there are already markers for their file.
15443 (compilation-fake-loc): New function.
15444
15445 2004-04-16 Dave Love <fx@gnu.org>
15446
15447 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15448 (python-load-file): Fix python-orig-start setting.
15449
15450 * progmodes/compile.el: Doc fixes.
15451 (compilation-error-regexp-alist-alist)
15452 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15453 (compilation-assq): Wrap in eval-when-compile.
15454 (compilation-mode-font-lock-keywords): Don't use list*.
15455 (compilation-start): Avoid warning.
15456 (compilation-compat-error-properties)
15457 (compilation-directory-properties): Add keymap property.
15458 (compilation-parsing-end): Make it a marker for better compatibility.
15459
15460 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15461
15462 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15463
15464 * xml.el: Doc fixes.
15465 (xml-get-children): Only looks at sub-tags and ignore strings.
15466
15467 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15468
15469 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15470
15471 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15472
15473 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15474
15475 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15476
15477 * vc.el (vc-print-log): Likewise.
15478
15479 2004-04-16 Masatake YAMATO <jet@gyve.org>
15480
15481 * simple.el (completion-setup-function): Set an initial value
15482 to `element-common-end' before entering loop. Set a value
15483 to `element-common-end' at the end of loop.
15484 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15485 (completions-common-part): Rename from completion-de-emphasis.
15486 (completions-first-difference): Rename from completion-emphasis.
15487 Suggested by RMS.
15488
15489 2004-04-16 Juanma Barranquero <lektu@terra.es>
15490
15491 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15492 (bookmark-edit-annotation-mode): Add mode name.
15493
15494 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15495
15496 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15497 for nested conflict markers.
15498 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15499
15500 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15501
15502 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15503
15504 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15505
15506 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15507
15508 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15509 Give a backtrace if requested.
15510
15511 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15512
15513 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15514 Remove unused functions.
15515 (python-orig-start-line, python-orig-file): Remove.
15516 (python-orig-start): New var.
15517 (python-input-filter, python-compilation-line-number)
15518 (python-send-region, python-load-file): Use it.
15519
15520 * info.el (info): Always jump to *info*.
15521
15522 * subr.el (posn-set-point): New function.
15523
15524 * mouse.el (mouse-set-point): Use it.
15525
15526 * progmodes/compile.el (compile-goto-error): Use it.
15527 (compilation-button-map): New keymap.
15528 (compilation-error-properties): Use it.
15529 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15530
15531 * smerge-mode.el (smerge-popup-context-menu): Use it.
15532
15533 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15534 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15535 mouse and non-mouse case.
15536
15537 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15538 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15539
15540 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15541 Make it work for non-mouse events.
15542
15543 * pcvs-info.el (cvs-status-map): Update binding name.
15544
15545 2004-04-14 Mark A. Hershberger <mah@everybody.org>
15546
15547 * xml.el (xml-maybe-do-ns): New function to handle namespace
15548 parsing of both attribute and element names.
15549 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15550 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15551 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15552 (xml-parse-attlist): Make it do its own namespace parsing.
15553
15554 2004-04-14 Dave Love <fx@gnu.org>
15555
15556 * progmodes/python.el (run-python): Fix use of \n.
15557 (python-load-file): Remove `try' from Python fragment.
15558 (python-describe-symbol): Fix message.
15559
15560 * comint.el: Doc fixes.
15561 (comint-last-input-start, comint-last-input-end)
15562 (comint-last-output-start): Give them values.
15563 (comint-arguments): Avoid warning.
15564 (comint-skip-prompt): Use line-end-position.
15565 (comint-backward-matching-input): Rename arg to agree with doc.
15566 (comint-extract-string): Use syntax-ppss.
15567 (comint-dynamic-simple-complete): Delete useless list construction.
15568 (comint-redirect-subvert-readonly): New.
15569 (comint-redirect-preoutput-filter): Use it.
15570
15571 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15572 Correctly handle negative arguments when calling hook functions.
15573
15574 2004-04-14 Jesper Harder <harder@ifa.au.dk>
15575
15576 * info.el (info-apropos): Don't clobber Info-history-list.
15577
15578 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
15579
15580 * progmodes/compile.el (compilation-setup):
15581 Localize overlay-arrow-position.
15582 (compilation-sentinel): Restructure code equivalently.
15583 (compilation-next-error): Find message on same line after point if
15584 not found before point.
15585 (compile-mouse-goto-error): Restore function so that compilation
15586 buffer need not be current and use compile-goto-error.
15587 (compile-goto-error): Restore function.
15588 (next-error): Set overlay-arrow-position.
15589 (compilation-forget-errors): Don't localize already local
15590 compilation-locs and remove FIXME about refontifying.
15591
15592 2004-04-14 Kim F. Storm <storm@cua.dk>
15593
15594 * startup.el (emacs-quick-startup): New defvar (set by -Q).
15595 (command-line): New option -Q. Like -q --no-site-file, but
15596 in addition it also disables menu-bar, tool-bar, scroll-bars,
15597 tool-tips, and the blinking cursor.
15598 (command-line-1): Skip startup screen if -Q.
15599 (fancy-splash-head): Use ":align-to center" prop to center splash image.
15600
15601 * emulation/cua-base.el (cua-read-only-cursor-color)
15602 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
15603
15604 2004-04-13 Dave Love <fx@gnu.org>
15605
15606 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
15607 (syntax): Don't require.
15608 (python) <defgroup>: Add :version.
15609 (python-quote-syntax): Re-written.
15610 (inferior-python-mode): Move stuff here from run-python and add
15611 some more.
15612 (python-preoutput-continuation, python-preoutput-result)
15613 (python-dotty-syntax-table): New.
15614 (python-describe-symbol): Use them.
15615 (run-python): Move stuff to inferior-python-mode. Modify code
15616 loaded into Python.
15617 (python-send-region): Use python-proc, python-send-string.
15618 (python-send-string): Send newlines too. Callers changed.
15619 (python-load-file): Re-written.
15620 (python-eldoc-function): New.
15621 (info-look): Don't require.
15622 (python-after-info-look): New. A modified version of former
15623 top-level code for use with eval-after-load.
15624 (python-maybe-jython, python-guess-indent): Use widened buffer.
15625 (python-fill-paragraph): Re-written.
15626 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
15627 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
15628
15629 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15630
15631 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
15632 Set compilation-error-regexp-alist earlier.
15633
15634 * progmodes/compile.el (compilation-minor-mode-map)
15635 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
15636 (compile-goto-error): Re-merge the mouse and non-mouse commands.
15637
15638 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15639
15640 * progmodes/compile.el (compile-goto-error): Select the buffer/window
15641 corresponding to the event.
15642
15643 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
15644
15645 * loadup.el: Add cygwin to system-type list, for unexec() support.
15646
15647 2004-04-12 John Paul Wallington <jpw@gnu.org>
15648
15649 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
15650 (ibuffer-restore-window-config-on-quit): New variable to replace
15651 `ibuffer-delete-window-on-quit'. Update all references.
15652 (ibuffer-prev-window-config): New variable.
15653 (ibuffer-quit): Restore previous window configuration instead of
15654 deleting window.
15655 (ibuffer): Save window configuration before showing Ibuffer buffer.
15656
15657 * help.el (describe-mode): Doc fix.
15658
15659 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15660
15661 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
15662 not to treat nil as a function.
15663
15664 * vc-arch.el (vc-arch-root): Be a bit more careful.
15665 (vc-arch-register): Save the buffer if we modified it.
15666 (vc-arch-delete-rej-if-obsolete): Save excursion.
15667 (vc-arch-find-file-hook): Use the simpler after-save-hook.
15668 (vc-arch-responsible-p, vc-arch-init-version): New functions.
15669
15670 * net/ldap.el (ldap-search): Use list*.
15671
15672 2004-04-12 Juri Linkov <juri@jurta.org>
15673
15674 * info.el (Info-follow-reference): Allow multiline reference name.
15675
15676 2004-04-11 Dave Love <fx@gnu.org>
15677
15678 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
15679
15680 * progmodes/python.el: New file.
15681
15682 2004-04-11 Andre Spiegel <spiegel@gnu.org>
15683
15684 * vc-hooks.el (vc-arg-list): Function removed.
15685 (vc-default-workfile-unchanged-p): Use condition-case to check for
15686 backward compatibility.
15687
15688 * vc.el (vc-print-log): Use condition-case to check for backward
15689 compatibility.
15690
15691 2004-04-11 Juri Linkov <juri@jurta.org>
15692
15693 * dired.el (dired-faces): New defgroup.
15694 (dired-header, dired-mark, dired-marked, dired-flagged)
15695 (dired-warning, dired-directory, dired-symlink, dired-ignored):
15696 New faces.
15697 (dired-header-face, dired-mark-face, dired-marked-face)
15698 (dired-flagged-face, dired-warning-face, dired-directory-face)
15699 (dired-symlink-face, dired-ignored-face): New face variables.
15700 (dired-font-lock-keywords): Use them instead of font-lock faces.
15701 Split the rule for dired marks into 3 separate rules: for marks,
15702 marked file names and flagged file names.
15703
15704 * help-mode.el (help-make-xrefs): Add a final newline to the
15705 *Help* buffer.
15706
15707 2004-04-11 John Paul Wallington <jpw@gnu.org>
15708
15709 * replace.el (occur-engine): Distinguish between one and several
15710 matches in the matches per buffer heading.
15711
15712 2004-04-11 Kim F. Storm <storm@cua.dk>
15713
15714 * ido.el (ido-confirm-unique-completion): New defcustom.
15715 (ido-complete): Use it.
15716 (ido-write-file): Set it to t unconditionally.
15717
15718 2004-04-10 Miles Bader <miles@gnu.org>
15719
15720 RCS keyword removal (only non-comment changes are enumerated here):
15721
15722 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
15723 (byte-compile-insert-header): Don't use `byte-compile-version'.
15724 * forms.el (forms-version): Variable removed.
15725 (forms-mode): Don't use `forms-version'.
15726 * recentf.el (recentf-version): Variable removed.
15727 * progmodes/delphi.el (delphi-version): Variable removed.
15728 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
15729
15730 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15731
15732 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
15733
15734 2004-04-09 Jesper Harder <harder@ifa.au.dk>
15735
15736 * info.el (info-apropos): Improve menu item regexp.
15737
15738 2004-04-09 Simon Josefsson <jas@extundo.com>
15739
15740 * mail/smtpmail.el: Add comment, based on report by
15741 kdc@rcn.com (Kevin D. Clark).
15742
15743 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15744
15745 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15746 Redo one more thing that I didn't notice Daniel had undone.
15747
15748 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
15749
15750 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
15751 (gdb-goto-breakpoint, gdb-display-buffer)
15752 (gdb-display-source-buffer, gdb-view-source-function)
15753 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
15754 (gdb-source-info, gdb-frame-handler): Don't specify a window
15755 for display.
15756 (gdb-info-breakpoints-custom): Remove superfluous update of
15757 assembler buffer.
15758 (gdb-many-windows): Make settable outside gdb.
15759
15760 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
15761
15762 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
15763 Derive from fundamental-mode rather than text-mode.
15764
15765 2004-04-08 Juri Linkov <juri@jurta.org>
15766
15767 * info.el (Info-history): Doc fix.
15768 (Info-history-list): New var.
15769 (info-xref): Change magenta4 to blue, remove bold for dark and
15770 light backgrounds, change bold to underline for non-color classes.
15771 (info-xref-visited): New face.
15772 (Info-fontify-visited-nodes): New custom.
15773 (Info-hide-note-references): Add new value `hide'. Doc fix.
15774 (Info-reference-name): New var.
15775 (Info-selection-hook): New custom.
15776 (Info-edit-mode-hook): New var.
15777 (Info-find-file): New fun.
15778 (Info-find-node): Move part of code to Info-find-file.
15779 (Info-find-node-2): Add anchors to Info-history-list. Move point
15780 to the place with the reference name if name is defined.
15781 (Info-select-node): Add current node to Info-history-list.
15782 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
15783 (Info-search-whitespace-regexp): New custom.
15784 (Info-search-case-fold): New var.
15785 (Info-search): Add "case-sensitively" to the prompt.
15786 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
15787 (Info-search-case-sensitively, Info-search-next): New fun.
15788 (Info-up): Move point to the menu item of the current node.
15789 (Info-history): New fun. Add *info-history* to
15790 same-window-buffer-names.
15791 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
15792 (Info-insert-toc): New fun.
15793 (Info-build-toc): New fun.
15794 (Info-follow-reference): Add new arg `fork'. Doc fix.
15795 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
15796 with the same name prefer the reference closest to point.
15797 (Info-next-reference): Replace * by + in the *Note regexp.
15798 Add regexp for http:// and ftp://. Skip the *Note prefix.
15799 (Info-prev-reference): Replace * by + in the *Note regexp.
15800 Add regexp for http:// and ftp://. Skip the *Note prefix.
15801 (Info-follow-nearest-node): Add new arg `fork'.
15802 (Info-try-follow-nearest-node): Add new arg `fork'.
15803 Call browse-url for http:// and ftp:// references.
15804 Set Info-reference-name for index entries.
15805 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
15806 Info-search-next, Info-history, Info-toc, clone-buffer.
15807 (Info-menu-update): Replace * by + in the *Note regexp.
15808 (Info-mode): Add documentation for Info-history, Info-toc,
15809 Info-search-case-sensitively, Info-search-next, clone-buffer.
15810 (Info-fontify-menu-headers): Remove fun. Move code to
15811 Info-fontify-node.
15812 (Info-fontify-node): Add docstring. Add local vars
15813 fontify-visited-p and not-fontified-p. If not-fontified-p is t
15814 then fontify header line, titles, menu headers, http and ftp
15815 references, refill paragraphs. If not-fontified-p is t or
15816 fontify-visited-p is t then fontify cross references, menu items.
15817 Fontify menu headers. Fontify http and ftp references.
15818 Change regexp for cross references to require whitespace after *Note,
15819 add matching groups for file and node names. Remove hack for quote.
15820 Use display property for Info-hide-note-references=t. Use fifth
15821 or fourth match for help-echo. Display visited nodes in a
15822 different face. Unhide file names of external references.
15823 Unhide newlines. Display visited menu items in a different face.
15824
15825 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
15826
15827 * progmodes/compile.el: Require CL.
15828 (compilation-mode-font-lock-keywords): Re-install the "line as
15829 function" patch.
15830
15831 * help-fns.el (help-C-source-directory): New var.
15832 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
15833 (describe-function-1, describe-variable): Use them.
15834
15835 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
15836 to C source files specially.
15837
15838 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
15839
15840 * info.el (Info-hide-cookies-node): New function.
15841 (Info-select-node): Use it.
15842 (Info-display-images-node): Remove message with image file name.
15843
15844 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
15845
15846 * progmodes/compile.el (compilation-warning-face)
15847 (compilation-info-face, compilation-skip-threshold)
15848 (compilation-skip-visited, compilation-context-lines):
15849 Declare :version when added to Emacs.
15850 (compilation-error-regexp-alist-alist): Extend caml and irix.
15851 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
15852 (compilation-mode-font-lock-keywords): Temporarily undo line as
15853 function patch, which wasn't ready.
15854
15855 2004-04-07 Kenichi Handa <handa@m17n.org>
15856
15857 * international/latin1-disp.el (latin1-display-setup): Check each
15858 character is displayable or not instead of calling
15859 latin1-display-check-font.
15860
15861 2004-04-06 Kenichi Handa <handa@m17n.org>
15862
15863 * language/ethio-util.el (ethio-sera-being-called-by-w3):
15864 New variable.
15865 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
15866 instead of sera-being-called-by-w3.
15867 (ethio-fidel-to-sera-buffer): Likewise.
15868 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
15869 instead of sera-being-called-by-w3.
15870 (ethio-write-file): Likewise.
15871
15872 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15873
15874 * printing.el: Doc fix.
15875
15876 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
15877
15878 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
15879 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
15880 (gdb-setup-windows): Only use separate IO buffer if required.
15881
15882 2004-04-06 Kim F. Storm <storm@cua.dk>
15883
15884 * term.el (term-is-xemacs): Remove.
15885 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
15886 (term-window-width): New function.
15887 (term-mode, term-check-size): Use it.
15888 (term-mode): Disable overflow-newline-into-fringe in term buffer.
15889
15890 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
15891
15892 * cus-edit.el (custom-add-parent-links): Change unbound variable
15893 `symbol' to `name'.
15894
15895 2004-04-05 Jesper Harder <harder@ifa.au.dk>
15896 * info.el (info-apropos): New function.
15897 (Info-mode-menu): Add it.
15898 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
15899
15900 * help-mode.el (help-make-xrefs): Recognize aliased variable with
15901 inherited docstring.
15902
15903 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
15904
15905 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15906
15907 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
15908
15909 * progmodes/compile.el (font-lock): Don't require any more.
15910 (compilation-error-properties, compilation-start, compilation-sentinel)
15911 (compilation-filter, next-error): Use with-current-buffer.
15912 (compilation-skip-to-next-location, compilation-skip-threshold)
15913 (compilation-skip-visited): Move to silence the byte-compiler.
15914 (compilation-setup): Simplify.
15915 (compilation-next-error): Use line-(beginning|end)-position.
15916 Make sure `pt' is non-nil before using compilation-loop.
15917 (compile-goto-error): Add optional event arg. Use it.
15918 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
15919 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
15920 Update the binding for mouse-2.
15921 (first-error): Set compilation-current-error to nil rather than bob.
15922 (compilation-parsing-end, compilation-parse-errors-function)
15923 (compilation-error-list, compilation-old-error-list):
15924 "New" compatibility variables.
15925 (compile-buffer-substring, compilation-compat-error-properties)
15926 (compilation-compat-parse-errors, compilation-forget-errors):
15927 New compatibility functions.
15928 (compilation-mode-font-lock-keywords): Use them.
15929
15930 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
15931
15932 * autorevert.el (auto-revert-handler): If point (or a window
15933 point) is at the end of the buffer, keep it there after
15934 reverting. This allows to tail a file.
15935 Mention this in the `Commentary'.
15936
15937 * format.el (format-write-file): Add optional argument CONFIRM
15938 and make it behave like the analogous argument to `write-file'.
15939
15940 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15941
15942 * progmodes/ebnf2ps.el: Doc fix.
15943 (ebnf-version): New version number (4.2).
15944 (ebnf-syntax): Customization and docstring fix.
15945 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
15946 Put autoloaded funs before first use.
15947 (ebnf-style-database): Add dtd entry.
15948 (ebnf-syntax-alist): Add dtd initialization.
15949 (ebnf-token-sequence): New fun.
15950 (ebnf-comment-table): Add new comment action character.
15951 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
15952
15953 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
15954 Type Definition for XML).
15955
15956 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
15957 * progmodes/ebnf-bnf.el (ebnf-sequence):
15958 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
15959 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
15960 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
15961 Code simplification: call ebnf-token-sequence.
15962
15963 2004-04-04 Eli Zaretskii <eliz@gnu.org>
15964
15965 * calendar/timeclock.el (timeclock-relative)
15966 (timeclock-get-project-function, timeclock-get-workday-function)
15967 (timeclock-query-out, timeclock-when-to-leave)
15968 (timeclock-when-to-leave-string, timeclock-log-data)
15969 (timeclock-generate-report, timeclock-in): Doc fixes.
15970
15971 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15972
15973 * url/: New dir. Import the URL package from its repository.
15974
15975 2004-04-03 Andreas Schwab <schwab@suse.de>
15976
15977 * diff-mode.el (diff-mode): Fix missing quote.
15978
15979 2004-04-03 Juri Linkov <juri@jurta.org>
15980
15981 * descr-text.el (describe-property-list): Add `font-lock-face'.
15982
15983 * dired.el (dired-font-lock-keywords): Fix permission regexps.
15984
15985 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15986
15987 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
15988 Use utf-16le on little endian machines and utf-16be otherwise.
15989
15990 2004-04-02 David Kastrup <dak@gnu.org>
15991
15992 * net/browse-url.el (browse-url-generic): Use call-process
15993 instead of start-process to allow browsers that fork and detach.
15994
15995 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
15996
15997 * compile.el (compilation-current-error): New var.
15998 (compilation-setup, compile-mouse-goto-error)
15999 (compile-goto-error, next-error): Use it.
16000 (compilation-skip-to-next-location): Default to t, which gives
16001 contiguous skipping like old compile (where this was redundant).
16002 (compilation-next-error): Prevent previous-* commands from moving
16003 back to message at or just before point.
16004
16005 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16006
16007 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16008 (gdb-source-info): Don't display source at startup, if required.
16009 (gdb-show-main): New option.
16010 (gdba): Update documentation.
16011 (gdb-source): Cover case of auto-display output.
16012
16013 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16014
16015 * autorevert.el: Delete obsolete autoload's and defvar's.
16016 (auto-revert-check-vc-info): New user option.
16017 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16018 (auto-revert-handler-vc): Delete.
16019 (auto-revert-handler): Treat return value `fast' of
16020 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16021
16022 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16023 return `fast'.
16024
16025 * files.el (buffer-stale-function): Doc change.
16026
16027 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16028
16029 * printing.el: New tip on Tips section.
16030 (pr-version): New version number (6.7.4).
16031 (pr-shell-file-name): Initialization fix.
16032
16033 2004-03-31 Juri Linkov <juri@jurta.org>
16034
16035 * dired.el: Add autoload for `dired-do-touch'.
16036 (dired-touch-program): New var.
16037 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16038 (dired-no-confirm): Add `touch' to docstring.
16039
16040 * dired-aux.el (dired-do-touch): New fun.
16041 (dired-do-chxxx): Add argument -t for touch operation.
16042
16043 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16044 `dired-move-to-filename-regexp'.
16045
16046 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16047
16048 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16049
16050 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16051
16052 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16053 and only if the buffer was modified.
16054
16055 2004-03-30 Kenichi Handa <handa@m17n.org>
16056
16057 * international/characters.el: Delete pairs for U+2308..U+230B.
16058
16059 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16060
16061 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16062 to detect the beginning of a level 2 or 3 annotation.
16063
16064 2004-03-29 Kenichi Handa <handa@m17n.org>
16065
16066 * international/ucs-tables.el (ucs-insert): Fix the error message.
16067
16068 2004-03-29 Kenichi Handa <handa@m17n.org>
16069
16070 * international/mule-util.el (char-displayable-p): Fix generation
16071 of XLFD file name.
16072
16073 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16074 before finding directories by `find'.
16075
16076 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16077
16078 * subr.el (interactive-form): Delete. Now implemented in C.
16079
16080 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16081
16082 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16083 (vc-diff-label): New fun.
16084 (vc-diff-internal): Use it.
16085
16086 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16087
16088 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16089
16090 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16091
16092 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16093 specify XML (EBNFX).
16094
16095 * progmodes/ebnf2ps.el: Doc fix.
16096 (ebnf-version): New version number (4.1).
16097 (ebnf-syntax): Adjust customization.
16098 (ebnf-style-database): Add ebnfx entry.
16099 (ebnf-syntax-alist): Add ebnfx initialization.
16100 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16101
16102 * printing.el: Doc fix.
16103 (pr-version): New version number (6.7.3).
16104 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16105 returns nil for mouse position. Reported by Drew Adams
16106 <drew.adams@oracle.com>.
16107 (pr-update-menus): Modify interactive declaration. Reported by Drew
16108 Adams <drew.adams@oracle.com>.
16109
16110 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16111
16112 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16113 (gud-gdba-marker-filter): Log the process input and output, if
16114 required. From Stefan Monnier.
16115 (gdb-debug-log, gdb-enable-debug-log): New variables.
16116 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16117
16118 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16119
16120 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16121 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16122
16123 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16124
16125 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16126 Call vc-find-file-hook here instead of in auto-revert-buffers.
16127 (auto-revert-buffers): Delete call to vc-find-file-hook.
16128 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16129 (global-auto-revert-mode, auto-revert-set-timer)
16130 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16131
16132 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16133
16134 * woman.el (woman-change-fonts): Rename local variable
16135 woman-font-alist to font-alist to avoid a compiler warning.
16136
16137 2004-03-27 Dave Love <fx@gnu.org>
16138
16139 * emacs-lisp/rx.el (rx): Doc fix.
16140 Fix copyright years.
16141
16142 * strokes.el (strokes-global-set-stroke-string): New function.
16143 (strokes-list-strokes): Cope with strings, not just commands.
16144 Set foreground colour of image.
16145 (strokes-global-set-stroke): Doc fix.
16146
16147 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16148
16149 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16150 Auto Revert mode.
16151 (Buffer-menu-files-only): New variable.
16152 (Buffer-menu-toggle-files-only): New function.
16153 (Buffer-menu-mode-map): Bind it to `T'.
16154 (Buffer-menu-mode): Mention `T' in docstring.
16155 Set buffer-stale-function.
16156 (list-buffers-noselect): Mark buffer non-modified and set
16157 Buffer-menu-files-only.
16158
16159 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16160
16161 * autorevert.el (auto-revert-handler): Print revert message
16162 before, rather than after, reverting.
16163 (buffer-stale-function): Move to files.el.
16164
16165 * files.el (buffer-stale-function): Move here from autorevert.el.
16166
16167 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16168
16169 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16170
16171 * calc/calc.el (calc-mode-map): Use mapc.
16172
16173 * apropos.el (apropos-mode): Don't autoload.
16174 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16175 (apropos): Use it.
16176 (apropos-print): Add optional `text' argument.
16177 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16178 Don't assume point-min == 1.
16179
16180 * bs.el (bs-buffer-list): Use buffer-local-value.
16181 (bs--set-toggle-to-show): Use with-current-buffer.
16182
16183 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16184 New funs.
16185 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16186
16187 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16188
16189 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16190 (dabbrev--find-expansion): Use pop.
16191 (dabbrev--search): Use match-string-no-properties.
16192
16193 * dired.el (dired-mode): Use run-mode-hooks.
16194 (dired-move-to-end-of-filename): Use match-string.
16195
16196 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16197 is bound before using it.
16198 (ediff-verbose-p): Make it into a var since it's not constant.
16199
16200 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16201
16202 * faces.el (read-face-font): Don't cons up unnecessarily.
16203 (header-line, tool-bar): Share common parts.
16204
16205 * files.el (file-relative-name): Use compare-strings.
16206
16207 * finder.el (finder-mode): Follow coding convention.
16208
16209 * subr.el (read-number): New function.
16210
16211 * ses.el (ses-read-number): Move to subr.el.
16212 (ses-set-header-row): Use read-number.
16213
16214 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16215
16216 * vc-hooks.el (vc-arg-list): New function, which handles both
16217 compiled and uncompiled code.
16218 (vc-default-workfile-unchanged-p): Use it.
16219
16220 * vc.el (vc-print-log): Undo prev change, use new function
16221 vc-arg-list from vc-hooks.el.
16222
16223 2004-03-26 Masatake YAMATO <jet@gyve.org>
16224
16225 * simple.el (completion-setup-function): Emphasize the
16226 first uncommon characters in the completions; and de-emphasize
16227 the common prefix substrings.
16228 (completion-emphasis): New face.
16229 (completion-de-emphasis): New face.
16230
16231 2004-03-25 Juanma Barranquero <lektu@terra.es>
16232
16233 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16234 Comment out (it's unused and unfinished code).
16235
16236 2004-03-25 Sam Steingold <sds@gnu.org>
16237
16238 * vc.el (vc-print-log): Fix a bug in the last patch:
16239 backend-function may be a byte-compiled object, not a lambda.
16240
16241 2004-03-25 Juri Linkov <juri@jurta.org>
16242
16243 * descr-text.el (describe-property-list): Add a button
16244 for `face' property that calls `describe-face'.
16245 Suggested by luis fernandes <elf@ee.ryerson.ca>
16246
16247 * international/mule.el (keyboard-coding-system):
16248 * kmacro.el (kmacro-call-macro): Fix docstring.
16249
16250 * dired.el: Fix comments.
16251
16252 * textmodes/fill.el (fill): Fix Info link.
16253
16254 * font-lock.el (fast-lock, lazy-lock):
16255 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16256 Info node.
16257
16258 * eshell/eshell.el (eshell): Fix broken info-link.
16259
16260 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16261 * eshell/em-banner.el (eshell-banner):
16262 * eshell/em-smart.el (eshell-smart):
16263 * eshell/esh-cmd.el (eshell-cmd):
16264 Comment out broken info-links to incomplete Info manual.
16265
16266 * info-xref.el: Fix commentary.
16267
16268 2004-03-25 Kevin Ryde <user42@zip.com.au>
16269
16270 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16271 Remove spurious node duplicate suppression, doesn't work, not wanted.
16272 (info-xref-output): Take format style args, add "sit-for 0" to let
16273 user see the results as they progress.
16274 (info-xref-check-all-custom): New function.
16275
16276 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16277
16278 * gdb-ui.el: Moved to progmodes.
16279
16280 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16281
16282 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16283
16284 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16285
16286 * calendar/appt.el (appt-check): Remove superfluous progn.
16287 When finished with diary buffer: if it was not being displayed
16288 before, kill it; otherwise restore its original state.
16289 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16290
16291 * calendar/calendar.el (calendar-set-mode-line): Use total
16292 available mode-line width, rather than frame-width.
16293
16294 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16295 after mode change so effect not lost.
16296
16297 2004-03-23 Dave Love <fx@gnu.org>
16298
16299 * dired.el (dired) <defgroup>: Add link to manual.
16300 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16301 (dired-revert): Use dolist.
16302 (dired-mode-map): Add U binding.
16303 (dired-mode): Add font-lock-beginning-of-syntax-function.
16304 (dired-garbage-files-regexp): Make it a defcustom.
16305
16306 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16307
16308 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16309 is equivalent to nil.
16310 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16311 (vc-arch-mode-line-string): Accept `added' state.
16312 (vc-arch-state): Use inode-sigs if available.
16313 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16314 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16315 (vc-arch-tagline-re): New var.
16316 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16317 New functions.
16318 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16319 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16320
16321 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16322 (vc-file-not-found-hook): Use it.
16323
16324 * diff-mode.el (diff-default-read-only): Change default.
16325 (diff-mode-hook): Make it a defcustom. Add some options.
16326 (diff-mode-map): Bind diff-refine-hook.
16327 (diff-yank-handler): New var.
16328 (diff-yank-function): New fun.
16329 (diff-font-lock-keywords): Use them.
16330 (diff-end-of-file): Handle case where file-header looks like diff text.
16331 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16332 (diff-file-kill): Delete a subsequent empty line, if applicable.
16333 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16334 (diff-find-file-name): Use it.
16335 (diff-tell-file-name): New command.
16336 (diff-mode): Be careful with view-mode.
16337 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16338 New functions, for use in diff-mode-hook.
16339 (diff-find-source-location): Catch "regex too large" errors.
16340 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16341 (diff-refine-hunk): New command.
16342
16343 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16344 (smerge-context-menu-map): Remove unused var.
16345 (smerge-keep-all): Preserve markers.
16346 (smerge-keep-n): New fun.
16347 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16348 (smerge-keep-current, smerge-ediff): Use it.
16349 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16350 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16351 (smerge-resolve): Resolve trivial 3-part conflicts.
16352
16353 2004-03-23 Juri Linkov <juri@jurta.org>
16354
16355 * man.el (Man-width): New var.
16356 (Man-getpage-in-background): Use it.
16357 (Man-support-local-filenames): New var and fun.
16358 (Man-build-man-command): Don't add a second %s.
16359 (Man-fontify-manpage): Clean up message.
16360 (Man-mode): Set outline-regexp, outline-level,
16361 imenu-generic-expression.
16362
16363 * woman.el (woman-fill-frame): Doc fix.
16364 (woman-decode-region): Use window-width instead of frame-width.
16365
16366 * abbrevlist.el (list-one-abbrev-table):
16367 * descr-text.el (describe-char):
16368 * international/mule-diag.el (describe-current-coding-system):
16369 * international/quail.el (quail-insert-decode-map):
16370 Use window-width instead of frame-width.
16371
16372 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16373 (jka-compr-mode-alist-additions): Add tbz.
16374 (jka-compr-write-region, jka-compr-insert-file-contents):
16375 Add message for undefined compress-program.
16376 (jka-compr-write-region): Remove redundant var bindings.
16377
16378 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16379 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16380 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16381 (dired-man): Use dired-guess-shell-command.
16382 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16383 Change default nil to t.
16384
16385 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16386 (dired-compare-directories): Add default value for empty input.
16387
16388 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16389
16390 * time.el (display-time-string-forms): Fix help-echo date format.
16391
16392 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16393
16394 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16395 (buffer-stale-function): New variable.
16396 (auto-revert-list-diff, auto-revert-dired-file-list)
16397 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16398 (auto-revert-handler): Take over some functionality of deleted
16399 functions.
16400 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16401
16402 * dired.el (dired-directory-changed-p): New fun, extracted from
16403 dired-internal-noselect.
16404 (dired-buffer-stale-p): New fun.
16405 (dired-internal-noselect): Use dired-directory-changed-p.
16406 Eliminate revert messages.
16407 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16408
16409 2004-03-23 Kenichi Handa <handa@m17n.org>
16410
16411 * international/characters.el: Setup syntaxes for more parentheses
16412 Unicode characters.
16413
16414 * international/mule-cmds.el (select-safe-coding-system):
16415 Merge coding-system and auto-cs before comparing them.
16416
16417 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16418
16419 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16420
16421 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16422 normal-auto-fill-function and comment-indent-function.
16423 The default values now work just as well.
16424 Don't set font-lock-beginning-of-syntax-function since we already set
16425 syntax-begin-function.
16426 (lisp-outline-level): Put ;;;###autoload at same level as (.
16427 (prin1-char): Quote special chars.
16428
16429 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16430 than with-no-warnings.
16431
16432 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16433 if the source location can't be found.
16434 (edebug-compute-previous-result): Use prin1-char.
16435
16436 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16437 (debug-ignored-errors): Add an entry.
16438
16439 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16440 (byte-compile-file): Output warning when deleting a file.
16441
16442 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16443 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16444
16445 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16446 (byte-compile-inline-expand): Use backquote.
16447 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16448 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16449
16450 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16451
16452 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16453
16454 2004-03-22 Juri Linkov <juri@jurta.org>
16455
16456 * finder.el (finder-known-keywords): Fix data, tex, unix.
16457
16458 * play/landmark.el: Fix keywords.
16459
16460 * language/ethio-util.el (ethio-find-file): Doc fix.
16461
16462 * emacs-lisp/warnings.el: Doc fix.
16463
16464 * textmodes/ispell.el (ispell-help): Doc fix.
16465
16466 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16467
16468 * format.el (format-insert-file): Always return a list of two
16469 elements, like insert-file-contents does.
16470
16471 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16472
16473 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16474 and vc-BACKEND-diff.
16475 (vc-print-log): If the print-log implementation supports it, use
16476 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16477 (vc-version-diff, vc-diff-internal): Doc fixes.
16478
16479 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16480 implementation supports it, let diff output go to *vc*,
16481 not *vc-diff*, since this is an internal call.
16482
16483 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16484
16485 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16486
16487 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16488
16489 2004-03-21 Dave Love <fx@gnu.org>
16490
16491 * progmodes/cfengine.el (cfengine-mode):
16492 Set parse-sexp-ignore-comments.
16493
16494 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16495
16496 2004-03-21 Juanma Barranquero <lektu@terra.es>
16497
16498 * allout.el (allout-mode): Fix docstring.
16499
16500 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16501
16502 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16503
16504 * autorevert.el (auto-revert-interval): Make new value take
16505 effect immediately when set through Custom.
16506 (auto-revert-set-timer): Add interactive declaration.
16507
16508 2004-03-19 David Ponce <david@dponce.com>
16509
16510 * ruler-mode.el (ruler-mode-header-line-format-old):
16511 Don't `make-variable-buffer-local'.
16512 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16513 (ruler-mode-header-line-format): Simply funcall the above.
16514 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16515 to save/restore a previous header line format.
16516 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16517 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16518 fringes and margins width.
16519 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16520
16521 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16522
16523 * log-edit.el (log-edit-font-lock-keywords): Typo.
16524
16525 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16526 (tex-send-tex-command): Rather than here.
16527 (tex-compilation-parse-errors): Simplify.
16528
16529 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16530
16531 * time.el (display-time-string-forms): Add help-echo with date on time.
16532
16533 * composite.el (compose-region): Use restore-buffer-modified-p.
16534
16535 * disp-table.el (standard-display-8bit): Simplify.
16536
16537 * server.el (server-process-filter): Delete temp frame.
16538
16539 * add-log.el (add-change-log-entry): Simplify.
16540
16541 2004-03-19 Kim F. Storm <storm@cua.dk>
16542
16543 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16544 (hexl-follow-line): Don't require 'fringe.
16545
16546 * progmodes/compile.el (compilation-start): Always set
16547 compilation-last-buffer and return it.
16548
16549 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16550
16551 * simple.el (clone-buffer): Doc fix.
16552
16553 2004-03-18 Juanma Barranquero <lektu@terra.es>
16554
16555 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16556
16557 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16558
16559 * log-edit.el (log-edit-font-lock-keywords): New var.
16560 (log-edit-mode): Use it.
16561
16562 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
16563
16564 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16565 properly for watching in speedbar.
16566
16567 2004-03-17 Masatake YAMATO <jet@gyve.org>
16568
16569 * smerge-mode.el (smerge-popup-context-menu):
16570 Put `unwind-protect' around `overlay-put' and `popup-menu'.
16571
16572 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16573
16574 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16575 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16576 Take sealed revisions into account.
16577 (vc-arch-checkin): Extract a summary line from the message.
16578
16579 2004-03-16 Masatake YAMATO <jet@gyve.org>
16580
16581 * register.el (register): Provide `register' feature.
16582
16583 2004-03-15 Masatake YAMATO <jet@gyve.org>
16584
16585 Added context menu support in smerge mode.
16586 Most of the part is written by Stefan Monnier.
16587
16588 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
16589 New keymap and menu.
16590 (smerge-text-properties): New function.
16591 (smerge-remove-props): New function.
16592 (smerge-popup-context-menu): New function.
16593 (smerge-resolve): Call `smerge-remove-props'.
16594 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
16595 (smerge-keep-current): Ditto.
16596 (smerge-kill-current): New function.
16597 (smerge-match-conflict): Put text properties.
16598 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
16599
16600 2004-03-15 David Ponce <david@dponce.com>
16601
16602 * ruler-mode.el (ruler-mode-left-fringe-cols)
16603 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16604 (ruler-mode-right-scroll-bar-cols): Remove.
16605 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
16606 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
16607 Use fringe-columns and scroll-bar-columns.
16608
16609 2004-03-15 Masatake YAMATO <jet@gyve.org>
16610
16611 * hl-line.el (hl-line-range-function): New variable.
16612 (hl-line-move): New function.
16613 (global-hl-line-highlight): Use `hl-line-move'.
16614 (hl-line-highlight): Ditto.
16615
16616 * scroll-bar.el (scroll-bar-columns):
16617 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
16618
16619 * ruler-mode.el (top-level): Require scroll-bar and fringe.
16620 (ruler-mode-left-fringe-cols)
16621 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
16622 (ruler-mode-right-scroll-bar-cols)
16623 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
16624 (ruler-mode-ruler-function): New variable.
16625 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
16626 if the value for `ruler-mode-ruler-function'is given.
16627
16628 * hexl.el (hexl-mode-hook): Make the hook customizable.
16629 (hexl-address-area, hexl-ascii-area): New customize variables.
16630 (hexlify-buffer): Put font-lock-faces on the address area and
16631 the ascii area.
16632 (hexl-activate-ruler): New function.
16633 (hexl-follow-line): New function.
16634 (hexl-highlight-line-range): New function.
16635 (hexl-mode-ruler): New function.
16636
16637 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16638
16639 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
16640 (vc-default-find-file-hook): New fun.
16641 (vc-find-file-hook): Call new find-file-hook operation.
16642
16643 * vc-arch.el: New file.
16644
16645 2004-03-12 Jesper Harder <harder@ifa.au.dk>
16646
16647 * info-look.el (info-lookup): Reuse an existing Info window.
16648
16649 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16650
16651 * woman.el (woman-preserve-ascii): Default value changed to t and
16652 doc string revised.
16653
16654 2004-03-12 Richard M. Stallman <rms@gnu.org>
16655
16656 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16657 Fix minor bug.
16658
16659 * replace.el (occur-engine): Change message for count of matches.
16660
16661 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
16662 For strings, do compare text properties.
16663
16664 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
16665
16666 * progmodes/compile.el (compile-auto-highlight)
16667 (compilation-error-list, compilation-old-error-list)
16668 (compilation-parse-errors-function, compilation-parsing-end)
16669 (compilation-error-message, compilation-directory-stack)
16670 (compilation-enter-directory-regexp-alist)
16671 (compilation-leave-directory-regexp-alist)
16672 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
16673 (compilation-current-file, compilation-regexps): Remove vars.
16674
16675 (compile-error-at-point, compilation-error-filedata)
16676 (compilation-error-filedata-file-name, compile-reinitialize-errors)
16677 (compilation-next-error-locus, compilation-forget-errors)
16678 (count-regexp-groupings, compilation-parse-errors)
16679 (compile-collect-regexps, compile-buffer-substring): Remove funs.
16680
16681 (compile-internal): Make obsolete.
16682
16683 (compilation-first-column, compilation-error)
16684 (compilation-directory-matcher, compilation-page-delimiter)
16685 (compilation-mode-font-lock-keywords, compilation-debug)
16686 (compilation-error-face, compilation-warning-face)
16687 (compilation-info-face, compilation-line-face)
16688 (compilation-column-face, compilation-enter-directory-face)
16689 (compilation-leave-directory-face, compilation-skip-threshold)
16690 (compilation-skip-visited, compilation-context-lines): New vars.
16691
16692 (compilation-warning-face, compilation-info-face)
16693 (compilation-message-face): New faces.
16694
16695 (compilation-error-regexp-alist-alist): New constant.
16696
16697 (compilation-face, compilation-directory-properties)
16698 (compilation-assq, compilation-error-properties, compilation-start)
16699 (define-compilation-mode, compilation-loop)
16700 (compilation-set-window): New functions.
16701
16702 (compile): Additional argument for interactive compiles like TeX.
16703
16704 * progmodes/grep.el (kill-grep): Move here from compile.el
16705 (grep-error, grep-hit-face, grep-error-face)
16706 (grep-mode-font-lock-keywords): New variables.
16707 (grep-regexp-alist): Simplify regexp and add `binary' case.
16708 (grep-mode): New mode.
16709 (grep-process-setup): Simplify.
16710
16711 2004-03-11 Jason Rumney <jasonr@gnu.org>
16712
16713 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
16714 letters on DOS/Windows.
16715
16716 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16717
16718 * server.el (server-name): New var.
16719 (server-socket-dir): New var to replace server-socket-name.
16720 (server-start): Use them.
16721
16722 2004-03-11 Simon Josefsson <jas@extundo.com>
16723
16724 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
16725 died to avoid infloop. Reported by Jonathan Glauner
16726 <jglauner@sbum.org>.
16727
16728 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16729
16730 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
16731 (smerge-mode-menu): Use it to deactivate menu entries.
16732 (smerge-keep-current): New fun.
16733 (smerge-keep-current): Use it.
16734
16735 2004-03-10 John Paul Wallington <jpw@gnu.org>
16736
16737 * foldout.el (foldout-fold-list, foldout-modeline-string):
16738 Declare them as variables, not constants.
16739
16740 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16741
16742 * ps-print.el: Modification to print *Messages* buffer.
16743 (ps-print-version): New version 6.6.4.
16744 (ps-message-log-max): New fun.
16745 (ps-spool-without-faces, ps-spool-with-faces)
16746 (ps-count-lines-preprint): Code fix.
16747
16748 * printing.el: New tips in Tips section.
16749
16750 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16751
16752 * delim-col.el: Doc fix.
16753
16754 * printing.el: Doc fix. New doc section (Tips).
16755
16756 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16757
16758 * type-break.el (type-break-emacs-variant): Remove.
16759 (type-break-run-at-time, type-break-cancel-function-timers):
16760 Use fboundp rather than version name and number.
16761
16762 2004-03-09 Masatake YAMATO <jet@gyve.org>
16763
16764 * hexl.el (hexl-mode): Use `make-local-variable' instead of
16765 `make-variable-buffer-local'.
16766
16767 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
16768
16769 * find-dired.el (find-dired): Call `shell-command' instead of
16770 `start-process-shell-command'. By this, Tramp takes over
16771 handling of remote directories.
16772
16773 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16774
16775 * newcomment.el (comment-use-global-state): New var.
16776 (comment-search-forward): Use it.
16777
16778 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
16779
16780 * cus-edit.el (fill) <defgroup>: Move to fill.el.
16781
16782 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
16783 (enable-kinsoku): Make it a defcustom.
16784 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
16785 paragraph to same-comment-start-marker.
16786
16787 2004-03-07 Dave Love <fx@gnu.org>
16788
16789 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
16790 (browse-url-mail): Use it.
16791
16792 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
16793 (rfc2368-unhexify-string): Use replace-regexp-in-string.
16794
16795 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16796
16797 * woman.el (woman-man.conf-path): Doc fix.
16798 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
16799
16800 2004-03-07 Eli Zaretskii <eliz@gnu.org>
16801
16802 * sort.el (sort-columns): Remove ms-dos from the list of systems
16803 where the external `sort' command is not used.
16804
16805 2004-03-07 Kim F. Storm <storm@cua.dk>
16806
16807 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
16808 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
16809 from overlay-arrow-variable-list.
16810 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
16811
16812 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
16813
16814 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
16815 overlay arrow string properly for the assembler buffer.
16816
16817 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
16818
16819 * mail/sendmail.el (mail-mode): Fix last change.
16820
16821 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
16822
16823 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
16824 for the assembler buffer.
16825 (gdb-assembler-custom): Position the overlay arrow.
16826 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
16827
16828 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
16829
16830 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
16831
16832 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
16833 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
16834
16835 * mail/sendmail.el (mail-mode): Set comment-start-skip.
16836
16837 * newcomment.el (uncomment-region): Allow non-terminated comment.
16838 (comment-normalize-vars): Check the user-specified comstart marker.
16839
16840 2004-03-04 Jesper Harder <harder@ifa.au.dk>
16841
16842 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
16843 Otherwise, do use it if the region only contains font-lock text
16844 properties.
16845
16846 2004-03-04 Masatake YAMATO <jet@gyve.org>
16847
16848 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
16849 as the callback function for eldoc.
16850 (hexl-print-current-point-info): New function.
16851 (hexl-current-address): Print the address in both decimal
16852 and hexadecimal format.
16853
16854 2004-03-04 Richard M. Stallman <rms@gnu.org>
16855
16856 * mail/rmail.el (rmail-convert-to-babyl-format):
16857 Specify t for UNIBYTE when calling mail-unquote-printable-region.
16858
16859 * mail/mail-utils.el (mail-unquote-printable-region):
16860 New arg UNIBYTE.
16861
16862 * startup.el (command-switch-alist): Doc fix.
16863
16864 * simple.el (undo): Temporarily set this-command to `undo-start',
16865 then set it to `undo' once undo-start returns without error.
16866
16867 * simple.el (minibuffer-history-sexp-flag): Doc fix.
16868
16869 * simple.el (kill-line): Don't disregard trailing whitespace
16870 in eol condition, if show-trailing-whitespace is set.
16871
16872 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
16873 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
16874 When disabling, restore old values only if mouse-sel-has-been-enabled.
16875
16876 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
16877 (isearch-{-char): New function.
16878 (isearch-mode-map): Bind { to isearch-{-char.
16879
16880 * font-lock.el (lisp-font-lock-keywords-2):
16881 Turn off the CL with-... and do-... general patterns.
16882 Instead, recognize several specific with... and do... constructs.
16883
16884 * files.el (switch-to-buffer-other-window):
16885 Bind same-window-buffer-names and same-window-regexps to nil.
16886 (switch-to-buffer-other-frame): Likewise.
16887
16888 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
16889
16890 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
16891 recognizing leading comment on code line.
16892
16893 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
16894
16895 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
16896 hidden files/directories.
16897
16898 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
16899
16900 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
16901 only comment-start (in case the mode hasn't set it).
16902
16903 * Makefile.in (AUTOGENEL): New var.
16904 (bootstrap-prepare): Rename from bootstrap-clean.
16905 Don't remove elc files.
16906 (maintainer-clean): New target.
16907
16908 * xml.el (xml-get-attribute-or-nil): Simplify.
16909
16910 2004-03-02 Juri Linkov <juri@jurta.org>
16911
16912 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
16913 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
16914 URL to prevent their substitution with the environment variable
16915 values by browsers.
16916
16917 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16918
16919 * ps-print.el: Doc fix.
16920 (ps-print-version): New version number (6.6.3).
16921 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
16922 Docstring fix.
16923 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
16924 before printing.
16925 (ps-time-stamp-yyyy-mm-dd): New fun.
16926 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
16927
16928 2004-03-02 Kim F. Storm <storm@cua.dk>
16929
16930 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
16931
16932 2004-03-01 Juanma Barranquero <lektu@terra.es>
16933
16934 * allout.el (allout-rebullet-heading): Fix typo in docstring.
16935
16936 * desktop.el (desktop-file-version)
16937 (desktop-after-read-hook): Fix typos.
16938 (desktop-clear-preserve-buffers): Remove redundant info in
16939 docstring already shown by the obsolescence message.
16940 (desktop-truncate, desktop-internal-v2s)
16941 (desktop-value-to-string): Change argument name to match docstring.
16942
16943 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
16944
16945 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
16946 docstring.
16947
16948 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16949
16950 * printing.el: Replace "As Is..." in PostScript file print/preview by
16951 "No Preprocessing...". Suggested by Colin Marquardt
16952 <_marquardt_@zmd.de>.
16953 (pr-insert-section-4): Adjust buffer interface.
16954
16955 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
16956
16957 Version 2.0.39 of Tramp released.
16958
16959 * net/tramp.el (tramp-handle-file-local-copy)
16960 (tramp-handle-write-region, tramp-open-connection-rsh):
16961 Variable name typo. Small change. From Patrick Tullmann
16962 <tullmann@flux.utah.edu>.
16963 (tramp-process-connection-type): New variable.
16964 (tramp-maybe-open-connection): Use it.
16965 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
16966 (tramp-touch): Set last-modified time of a remote file.
16967 (tramp-handle-write-region): Say which function is used when encoding.
16968
16969 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
16970
16971 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
16972 case of non-existing filename, too. Reported by Christoph Bauer
16973 <c_bauer@informatik.uni-kl.de>.
16974 (tramp-smb-get-file-entries): The directory in question should
16975 have permissions "drwxrwxrwx". Just virtual, because we don't
16976 know the real permissions. Don't we know?
16977 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
16978 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
16979 (tramp-smb-wait-for-output): Optimize algorithm getting pending
16980 output. If it was received chunkwise, there have been problems.
16981 Remove the "prompt not found" error message; it is obvious.
16982 Simplify algorithm.
16983 (tramp-smb-process-running): Remove. Since we acknowledge the
16984 virtual prompt for shares, there's no need for distinction of
16985 reading shares (process ends afterwards) and interactive mode of
16986 smblient.
16987 (tramp-smb-open-connection): Setting process sentinel removed.
16988 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
16989 "NT_STATUS_NETWORK_ACCESS_DENIED".
16990 (tramp-smb-maybe-open-connection): Set `process-connection-type'
16991 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
16992 (top-level): Setting default value in `tramp-default-method-alist'
16993 corrected. Order of USER and HOST have been wrong.
16994 Nobody complained for months ...
16995 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
16996 (tramp-smb-open-connection): Clear password cache if login has failed.
16997
16998 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
16999 `tramp-unified-filenames'.
17000 (tramp-completion-mode): Make test for XEmacs explicitely.
17001 `event-to-character' can exists in Emacs packages too.
17002 Reported by Matt Swift <swift@alum.mit.edu>.
17003 (tramp-buffer-name): Buffer name must contain the user if exists.
17004 Reported by Adrian Phillips <a.phillips@met.no>.
17005 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17006 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17007 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17008 `tramp-do-copy-or-rename-file-one-local', because it handles also
17009 the case both files use the same out-of-band method.
17010 Implementation added.
17011 (tramp-handle-file-local-copy, tramp-handle-write-region):
17012 Out-of-band handling removed. `copy-file' called instead, which
17013 calls `tramp-do-copy-or-rename-file-out-of-band'.
17014 (tramp-action-password): Check for out-of-band method removed.
17015 This function is used for 'login-program.
17016 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17017 appropriate.
17018 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17019 and `tramp-parse-sknownhosts'.
17020 (tramp-completion-function-alist): It's a defvar now, because we
17021 want to apply the optimized `tramp-set-completion-function'
17022 instead of a static list.
17023 (tramp-set-completion-function): Implementation tuned.
17024 Avoid double entries, and entries where the function or the
17025 file/directory doesn't exist.
17026 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17027 for SSH2.
17028 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17029 (tramp-handle-dired-compress-file): New function.
17030 (tramp-async-proc): New variable.
17031 (tramp-handle-shell-command): Adding asynchronous processes.
17032 They are far from being perfect, but it works at least for
17033 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17034 (top-level): Require password.el if visible. Should be mandatory
17035 once No Gnus has found its way into (X)Emacs.
17036 (tramp-read-passwd): Invoke `password-read' if available,
17037 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17038 fallback any longer.
17039 (tramp-clear-passwd): New function.
17040 (tramp-process-actions, tramp-process-multi-actions):
17041 Clear password cache if login has failed.
17042
17043 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17044 its own module.
17045 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17046 `ange-ftp-ftp-name-res'. There could be incorrect values from
17047 previous calls in case the "ftp" method is used in the Tramp file
17048 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17049
17050 2004-02-28 Richard M. Stallman <rms@gnu.org>
17051
17052 * term.el (term-mouse-paste): Call mouse-set-point.
17053
17054 * thumbs.el: New file.
17055
17056 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17057
17058 * progmodes/ebnf-abn.el: Doc fix.
17059
17060 * progmodes/ebnf-bnf.el: Doc fix.
17061 (ebnf-repeat): Code fix.
17062
17063 * progmodes/ebnf2ps.el: Doc fix.
17064 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17065
17066 2004-02-28 Juri Linkov <juri@jurta.org>
17067
17068 * ffap.el (dired-at-point): Additional writability test for
17069 relative directory names.
17070 (dired-at-point-prompter): Treat directories as a directory, get
17071 the directory component from files.
17072 (ffap-string-at-point): Return string from region if region is active.
17073 (ffap-file-at-point): Remove redundant code.
17074
17075 2004-02-28 Kim F. Storm <storm@cua.dk>
17076
17077 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17078 Initialize margin area images to nil.
17079 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17080 (breakpoint-enabled-bitmap-face)
17081 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17082 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17083 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17084 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17085 (gdb-reset): Use gdb-remove-breakpoint-icons.
17086 (gdb-put-string): Add dprop arg to specify alternative display
17087 property (for setting fringe bitmap).
17088 (gdb-remove-strings): Doc fix.
17089 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17090 icon in fringe (if available), or else as icon or text in display
17091 margin. Creates necessary icons in breakpoint-bitmap,
17092 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17093 Also make left window margin if required.
17094 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17095 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17096 no longer needed.
17097 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17098 gdb-put-breakpoint-icon.
17099 (gdb-assembler-mode): Don't set left-margin-width here.
17100
17101 2004-02-27 Kevin Ryde <user42@zip.com.au>
17102
17103 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17104 comma, so that it DTRT in macros.
17105
17106 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17107
17108 * progmodes/sh-script.el (sh-shell-arg)
17109 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17110 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17111
17112 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17113
17114 * faces.el (face-spec-set-match-display): Add a new attribute,
17115 `min-colors'.
17116 (region, highlight, secondary-selection): Use `min-colors'.
17117
17118 * custom.el (defface): Add documentation for `min-colors'.
17119
17120 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17121 (font-lock-keyword-face, font-lock-function-name-face)
17122 (font-lock-variable-name-face, font-lock-constant-face):
17123 Use `min-colors'.
17124
17125 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17126
17127 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17128
17129 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17130 define assq-delete-all if it's not defined.
17131 (ebnf-generate-region): Code fix.
17132
17133 * printing.el: Doc fix.
17134 (pr-version): New version number (6.7.2).
17135 (pr-command): Return empty string if command is an empty string.
17136
17137 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17138
17139 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17140
17141 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17142 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17143 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17144 "tt" ["test"] ). Reported by Markus Dreyer
17145 <mdreyer@ix.urz.uni-heidelberg.de>.
17146 (ebnf-version): New version number (4.0).
17147 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17148 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17149 (ebnf-delete-style): New commands.
17150 (ebnf-directory, ebnf-file): New funs.
17151 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17152 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17153 (ebnf-syntax-alist): New var.
17154 (ebnf-element-width): New fun replacing ebnf-list-width.
17155 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17156 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17157 (ebnf-prologue): Adjust vars.
17158 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17159 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17160 (ebnf-check-style-values, ebnf-generate-production)
17161 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17162 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17163 (ebnf-token-repeat): Code fix.
17164
17165 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17166 %right, %left and %prec. Suggested by Matthew K. Junker
17167 <junker@alum.mit.edu>.
17168 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17169
17170 * progmodes/ebnf-iso.el: Doc fix.
17171 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17172 (ebnf-iso-lex): Code fix.
17173
17174 * progmodes/ebnf-bnf.el: Doc fix.
17175 (ebnf-bnf-lex): Code fix.
17176
17177 * progmodes/ebnf-otz.el: Doc fix.
17178
17179 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17180
17181 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17182 (abbrev-prefix-mark): Doc fix.
17183
17184 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17185
17186 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17187 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17188 (gdb-var-delete): Make interactive (really).
17189 (gdb-edit-value): Make non-interactive.
17190
17191 * progmodes/gud.el (gud-speedbar-menu-items):
17192 Add gdb-var-delete and, indirectly, gdb-edit-value.
17193 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17194 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17195 (gud-gdb-marker-filter): Add comment for annotations.
17196
17197 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17198
17199 * calendar/calendar.el (generate-calendar)
17200 (calendar-read-date): Prevent display of BC calendars once more -
17201 reverts 2003-10-01 change.
17202 (generate-calendar-month): Doc fix.
17203
17204 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17205
17206 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17207 return value of increment-calendar-month.
17208
17209 2004-02-21 Stephen Compall <s11@member.fsf.org>
17210
17211 * saveplace.el (save-place-forget-unreadable-files)
17212 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17213 (save-place-forget-unreadable-files): New function.
17214 (save-place-alist-to-file): Use it to filter out files that are
17215 no longer readable.
17216
17217 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17218 current Texinfo environment, using the same method as in
17219 `texinfo-insert-@end', and insert a space rather than a newline if
17220 point in a @table environment.
17221
17222 2004-02-21 Juri Linkov <juri@jurta.org>
17223
17224 * ffap.el (ffap-file-at-point): Try parent directories.
17225
17226 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17227
17228 * vcursor.el (vcursor-modifiers): New defcustom.
17229 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17230 hard-coded list.
17231
17232 2004-02-21 Masatake YAMATO <jet@gyve.org>
17233
17234 * play/animate.el (animate-birthday-present): Accept names other
17235 than `Sarah', too.
17236
17237 2004-02-21 Juri Linkov <juri@jurta.org>
17238
17239 * startup.el: Remove table of command line arguments from the
17240 Commentary section.
17241
17242 2004-02-20 John Wiegley <johnw@newartisans.com>
17243
17244 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17245 again" modifier from 'e' to 'E', since 'e' is also used by the
17246 "file extension" modifier.
17247
17248 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17249
17250 * help-fns.el (describe-categories): Doc fix.
17251
17252 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17253
17254 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17255 temporary file for buffer already visiting one. This change makes
17256 output likely to be directly usable by patch program.
17257 Suggested by Adrian Aichner <adrian@xemacs.org>
17258
17259 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17260
17261 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17262 case of variables defined in compound statements.
17263 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17264 Simplify constructions using switch-to-buffer.
17265
17266 2004-02-19 Simon Josefsson <jas@extundo.com>
17267
17268 * play/morse.el: Fix typo.
17269 (morse-code): Add @.
17270
17271 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17272
17273 * calendar/appt.el (appt-display-format): Change default to
17274 'ignore, for backwards compatibility.
17275 (appt-display-message): If appt-display-format is 'ignore,
17276 respect old vars appt-msg-window and appt-visible.
17277 (appt-activate): Don't depend on return value of cancel-timer.
17278
17279 * calendar/calendar.el (calendar-holidays): Doc fix.
17280
17281 * calendar/cal-coptic.el (coptic-prompt-for-date):
17282 Use assoc-string instead of assoc-ignore-case.
17283 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17284 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17285 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17286 * calendar/cal-islam.el (calendar-goto-islamic-date)
17287 (mark-islamic-diary-entries): Ditto.
17288 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17289 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17290 (calendar-read-mayan-tzolkin-date): Ditto.
17291 * calendar/calendar.el (calendar-read-date): Ditto.
17292 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17293
17294 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17295
17296 * progmodes/executable.el (executable-command-find-posix-p):
17297 Fix choice of the directory.
17298
17299 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17300
17301 * simple.el (interprogram-cut-function)
17302 (interprogram-paste-function, kill-new, kill-append):
17303 Doc fixes.
17304 (kill-region): Make it return nil. Doc fix.
17305 (yank-pop): Make its argument optional.
17306 (yank): Make ARG `-' equivalent to `-1'.
17307
17308 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17309
17310 * mail/rmail.el (rmail-get-new-mail): Don't reference
17311 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17312
17313 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17314
17315 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17316 if one of global-auto-revert-non-file-buffers or autorevert-mode
17317 is non-nil.
17318
17319 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17320
17321 * subr.el (delete-dups): A better implementation from Karl Heuer
17322 <kwzh@gnu.org>.
17323
17324 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17325
17326 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17327 correct place.
17328 * progmodes/icon.el (icon-indent-command): Ditto.
17329 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17330
17331 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17332
17333 * progmodes/grep.el (grep-compute-defaults): Undo change from
17334 2004-01-29: don't use executable-command-find-posix-p.
17335
17336 2004-02-16 Richard Sharman <rsharman@pobox.com>
17337
17338 * hilit-chg.el: Use require instead of eval-and-compile.
17339 (highlight-compare-buffers): New function.
17340
17341 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17342
17343 * man.el (Man-fontify-manpage): Render section headings in
17344 `Man-overstrike-face' even when overstrike was not used by man
17345 formatter for section headings.
17346
17347 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17348
17349 * rmail-spam-filter.el (vm-use-spam-filter)
17350 (rsf-min-region-length-added-to-spam-list): New variables.
17351 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17352 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17353 spam testing. Don't delete spam message if automatic deletion
17354 after output via variable rmail-delete-after-output is turned on.
17355 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17356 rsf-bbdb-dont-create-entries-for-spam.
17357 (check-field): New function, extracted from code in
17358 rmail-spam-filter to ease addition of header fields like content-type.
17359 (message-content-type): New variable to check the content-type:
17360 field added, also in defcustom of rsf-definitions-alist.
17361 (rmail-spam-filter): Replace repeated test code for header fields
17362 by calls to check-field; change the call to
17363 rmail-output-to-rmail-file such that rmail-current-message stays
17364 the same to avoid wrong deletion of unseen flags.
17365 (rsf-add-contents-type): New function to convert old format
17366 of rmail-spam-definitions-alist into new one.
17367 Change prefixes of all variables and functions from
17368 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17369
17370 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17371
17372 * loadhist.el (unload-hook-features-list): New defvar.
17373
17374 2004-02-16 Dave Love <fx@gnu.org>
17375
17376 * loadhist.el (unload-feature): Doc fix. Rename flist to
17377 unload-hook-features-list.
17378
17379 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17380
17381 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17382 cookie. Don't check if we are looking-at open-formula.
17383
17384 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17385
17386 * subr.el (match-string-no-properties): Use substring-no-properties.
17387
17388 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17389
17390 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17391 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17392 Use lower-case "rx" in all error message.
17393
17394 2004-02-16 Dave Love <fx@gnu.org>
17395
17396 * emacs-lisp/rx.el (rx-or): Put group around result.
17397 (rx-constituents): Add backref.
17398 (rx-syntax): Add string-delimiter, comment-delimiter.
17399 (rx-categories): Add combining-diacritic.
17400 (rx-check-not, rx-greedy, rx): Doc fix.
17401 (rx-backref, rx-check-backref): New.
17402
17403 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17404
17405 * newcomment.el (uncomment-region): Allow eob as comment end.
17406
17407 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17408
17409 * filecache.el: All message and error commands now use prefix
17410 "Filecache:" to make it easy to read *Messages* buffer.
17411
17412 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17413
17414 * autorevert.el: Add support to detect changed dired and VC buffers.
17415 (auto-revert-active-p, auto-revert-list-diff)
17416 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17417 (auto-revert-handler, auto-revert-active-p): New functions.
17418 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17419 and `auto-revert-active-p'.
17420 (eval-when-compile): Defvar dired-directory and vc-mode.
17421 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17422 (auto-revert-handler-vc): New functions.
17423
17424 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17425
17426 * progmodes/compile.el (compilation-directory): New defvar.
17427 (compile): Save current directory in compilation-directory.
17428 (recompile): Bind default-directory to compilation-directory if
17429 that is non-nil.
17430
17431 2004-02-16 Dave Love <fx@gnu.org>
17432
17433 * newcomment.el (comment-insert-comment-function)
17434 (comment-region-function, uncomment-region-function): New.
17435 (comment-indent): Use comment-insert-comment-function.
17436 (uncomment-region): Use uncomment-region-function.
17437 (comment-region): Use comment-region-function.
17438
17439 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17440
17441 2004-02-16 Richard Stallman <rms@gnu.org>
17442
17443 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17444 loaddefs* and ldefs-boot*.
17445
17446 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17447
17448 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17449 and email address at the beginning and end of the address.
17450
17451 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17452 anchored at the beginning of the email address.
17453
17454 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17455
17456 * international/ccl.el (ccl-compile-write): Pass `left' to
17457 ccl-embed-code to generate correct code of write-expr-register.
17458
17459 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17460
17461 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17462
17463 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17464
17465 * x-dnd.el: Mention support for Motif in commentary.
17466 (x-dnd-handle-drag-n-drop-event): Ditto.
17467
17468 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17469
17470 * ses.el: Use "ses--" prefixes for buffer-local variables.
17471 Use (point-min) instead of 1, even when we know the buffer
17472 is unnarrowed.
17473 (ses-build-load-map): Delete. Distribute its content to defconst's for
17474 the three maps.
17475 (ses-menu, ses-header-line-menu): New menus.
17476 (ses-mode-map): Use them.
17477 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17478
17479 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17480
17481 * Makefile.in: Fix the CC Mode recompile kludge so it works
17482 when building in a different directory.
17483
17484 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17485
17486 * simple.el (kill-new): Put yank-handler property on the entire string.
17487
17488 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17489
17490 * diff.el: Don't use compile any more, use diff-mode instead.
17491 (diff-regexp-alist, diff-old-file, diff-new-file)
17492 (diff-parse-differences, diff-process-setup): Remove.
17493 (diff-sentinel): New fun.
17494 (diff): Use it. Run the process ourselves.
17495 Use diff-mode for the rest of the processing.
17496
17497 * diff.el (diff): Simplify code handling `switch'.
17498
17499 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17500
17501 * pcvs-defs.el (cvs-menu): Add `tag'.
17502
17503 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17504
17505 * simple.el (kill-append): Doc fix.
17506
17507 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17508 Adapt outline-regexp to the new conventions for commenting out code.
17509
17510 2004-02-11 John Paul Wallington <jpw@gnu.org>
17511
17512 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17513
17514 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17515
17516 * diff.el (diff-switches): New fun.
17517 (diff, diff-backup): Use it.
17518 (diff): Clean up the args construction. Use backquote.
17519 Use listp instead of consp to avoid putting a nil arg.
17520 (diff): Add a revert-buffer function.
17521
17522 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17523
17524 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17525 handled by x-dnd-handle-file-name.
17526 (x-dnd-known-types): Add COMPOUND_TEXT.
17527 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17528 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17529 x-dnd-empty-state.
17530 (x-dnd-forget-drop): Ditto.
17531 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17532 (x-dnd-handle-one-url): Return private when inserting text.
17533 (x-dnd-insert-ctext): New function.
17534 (x-dnd-handle-file-name): New function for FILE_NAME.
17535 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17536 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17537 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17538
17539 2004-02-10 Kenichi Handa <handa@m17n.org>
17540
17541 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17542 instead of while loop.
17543
17544 2004-02-10 Miles Bader <miles@gnu.org>
17545
17546 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17547
17548 2004-02-09 Kenichi Handa <handa@m17n.org>
17549
17550 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17551 have end-of-line.
17552
17553 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17554
17555 * Makefile.in: Added extra dependencies in the recompile target
17556 needed to cope with the compile time macro expansions in CC Mode.
17557
17558 2004-02-09 Kim F. Storm <storm@cua.dk>
17559
17560 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17561 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17562 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17563 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17564 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17565 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17566 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17567 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17568 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17569 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17570 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17571
17572 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17573
17574 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17575 Don't allow shrink if there's a window on our right.
17576
17577 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17578 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17579 Bring together declaration and initialization.
17580 (prolog-mode-variables): Don't set the syntax table.
17581 Don't set paragraph-start and comment-indent-function.
17582 Add /*..*/ to the comment regexps.
17583 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
17584 (prolog-mode-map): Don't bind TAB.
17585 (prolog-mode): Set the syntax table.
17586 (prolog-comment-indent): Remove.
17587 (inferior-prolog-mode-map): Initialize in the declaration.
17588 (inferior-prolog-mode-syntax-table)
17589 (inferior-prolog-mode-abbrev-table): New vars.
17590 (inferior-prolog-mode): Derive from comint-mode.
17591 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
17592 minibuffer windows.
17593
17594 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
17595 in file names, as long as it is unabmiguous.
17596
17597 2004-02-08 Andreas Schwab <schwab@suse.de>
17598
17599 * textmodes/reftex-toc.el
17600 (reftex-toc-load-all-files-for-promotion): Remove useless use of
17601 format. Doc fix.
17602
17603 * textmodes/refer.el (refer-find-entry-internal): Remove extra
17604 format string arguments.
17605
17606 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
17607 string argument.
17608
17609 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
17610
17611 * play/zone.el (zone-call): Fix format string.
17612
17613 * net/webjump.el (webjump-builtin): Add missing format string argument.
17614
17615 * midnight.el (midnight-delay-set): Remove extra format string argument.
17616
17617 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
17618
17619 * hexl.el (hexl-insert-char): Add missing format string argument.
17620
17621 * format.el (format-decode): Fix format string.
17622
17623 * emulation/vi.el (vi-mode): Remove extra format string argument.
17624 (vi-repeat-last-search): Likewise.
17625 (vi-reverse-last-search): Likewise.
17626 (vi-goto-mark): Likewise.
17627 (vi-reverse-last-find-char): Likewise.
17628 (vi-repeat-last-find-char): Likewise.
17629 (vi-locate-def): Likewise.
17630
17631 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
17632
17633 * ediff-util.el (ediff-toggle-read-only): Remove extra format
17634 string argument.
17635 (ediff-toggle-regexp-match): Likewise.
17636
17637 * dired-aux.el (dired-do-query-replace-regexp): Add missing
17638 format string argument.
17639
17640 * calc/calc-map.el (calc-get-operator): Remove extra format
17641 string argument.
17642
17643 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
17644
17645 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
17646 string argument.
17647
17648 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
17649
17650 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
17651
17652 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
17653
17654 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
17655 (cl-struct-setf-expander): Likewise.
17656
17657 * vc.el (with-vc-file): Fix unsafe uses of error.
17658 (vc-cancel-version): Likewise.
17659
17660 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
17661
17662 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
17663 thousands separator; fixes <class>:<line-number> regexp for
17664 non-english locales.
17665
17666 2004-02-08 Andreas Schwab <schwab@suse.de>
17667
17668 * view.el (view-mode-enable): Revert previous change.
17669
17670 2004-02-07 Kim F. Storm <storm@cua.dk>
17671
17672 * simple.el (line-number-at-pos): Rename from line-at-pos.
17673 Uses changed (what-line and vc-annotate-warp-version).
17674
17675 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17676
17677 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
17678 (diff-mode): Remove aborted attempt at support for compile.el.
17679 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
17680
17681 2004-02-06 Andreas Schwab <schwab@suse.de>
17682
17683 * view.el (view-mode-enable): Add view-mode-map to
17684 minor-mode-overriding-map-alist.
17685
17686 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17687
17688 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
17689
17690 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
17691
17692 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
17693 with point inside rather than after the paragraph.
17694
17695 2004-02-04 Sam Steingold <sds@gnu.org>
17696
17697 * mail/smtpmail.el (smtpmail-try-auth-methods):
17698 Do not try authentication when no mechanism is available.
17699 Pass port-name as defaultport to `netrc-machine'.
17700
17701 2004-02-04 Stephen Eglen <stephen@gnu.org>
17702
17703 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
17704 to show how minibuffer height can be constrained.
17705
17706 2004-02-04 John Paul Wallington <jpw@gnu.org>
17707
17708 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
17709
17710 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17711
17712 * x-dnd.el: New file for drag and drop.
17713
17714 * term/x-win.el: require x-dnd, set after-make-frame-functions
17715 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
17716 drag-n-drop event.
17717
17718 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
17719 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
17720 (dired-dnd-handle-file): New functions for drag and drop support.
17721 (dired-mode): Initialize drag and drop if x-dnd present.
17722
17723 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17724
17725 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
17726 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
17727 (cperl-mode): Set fill-paragraph-function.
17728 (cperl-fill-paragraph): Make it non-interactive.
17729
17730 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
17731
17732 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
17733
17734 2004-02-02 David Kastrup <dak@gnu.org>
17735
17736 * replace.el (perform-replace): Allow 'literal argument in
17737 regexp-flag to indicate literal replacement.
17738 (query-replace-regexp-eval): Use it.
17739
17740 2004-02-01 Andreas Schwab <schwab@suse.de>
17741
17742 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
17743
17744 2004-02-01 Stephen Eglen <stephen@gnu.org>
17745
17746 * info-look.el: Add support for maxima-mode. Update commentary
17747 because info-lookup-symbol is now bound to C-h S.
17748
17749 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
17750
17751 * simple.el (edit-and-eval-command): Bind print-level and
17752 minibuffer-history-sexp-flag around call to read-from-minibuffer.
17753 Correct initial position in command-history.
17754
17755 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
17756
17757 * files.el (read-directory-name): Adapt the docstring to recent
17758 change in Fread_file_name.
17759
17760 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
17761
17762 * ses.el (ses-print-cell): If print format too wide for column
17763 width, truncate decimal places if that helps to avoid "#####" fill.
17764 * ses.el (ses-initial-column-width): Revert previous change.
17765
17766 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
17767
17768 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
17769 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
17770 Add edebug info.
17771 (jit-lock-mode): Setup/cancel the new timer.
17772 (jit-lock-context-fontify): New fun. Extracted from
17773 context fontification code of jit-lock-stealth-fontify.
17774 (jit-lock-stealth-fontify): Don't do context fontification any more.
17775
17776 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
17777 (jit-lock-fontify-now): Handle the `quit' case.
17778 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
17779
17780 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
17781
17782 * progmodes/executable.el (executable-command-find-posix-p):
17783 New. Check if find handles arguments Posix-style.
17784
17785 * progmodes/grep.el (grep-compute-defaults):
17786 Use executable-command-find-posix-p.
17787 (grep-find): Check `grep-find-command'.
17788
17789 * filecache.el (file-cache-find-posix-p): Delete.
17790 (file-cache-add-directory-using-find):
17791 Use `executable-command-find-posix-p'.
17792
17793 2004-01-29 Dave Love <fx@gnu.org>
17794
17795 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17796 Iterate the hook function if arg is given.
17797 (mark-defun, narrow-to-defun): Change order of finding the limits.
17798
17799 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
17800 (byte-compile-format-warn): New.
17801 (byte-compile-callargs-warn): Use it.
17802 (Format, message, error): Add byte-compile-format-like property.
17803 (byte-compile-maybe-guarded): New.
17804 (byte-compile-if, byte-compile-cond): Use it.
17805 (byte-compile-lambda): Compile interactive forms,
17806 just to make warnings about them.
17807
17808 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
17809
17810 * ses.el (ses-initial-column-width): Increase to 14, so it will
17811 work well with the default printer of "%.7g" for extreme values
17812 like "-1.234567e+07".
17813
17814 2004-01-29 Kenichi Handa <handa@m17n.org>
17815
17816 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
17817
17818 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
17819
17820 * dos-w32.el: Added support for the `default-printer-name' function.
17821
17822 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
17823
17824 * server.el (server-socket-name): Don't use the hostname in the
17825 socket name since /tmp is local to the host anyway.
17826
17827 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
17828 robust check of widening and fix var-naming.
17829
17830 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
17831
17832 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
17833 or rmail-spam- to rsf- in all function and variable names.
17834 (rsf-min-region-to-spam-list): New variable.
17835 (rsf-bbdb-auto-delete-spam-entries): Rename from
17836 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
17837 scanned together with the recipients field for spam testing; Don't
17838 delete spam message if rmail-delete-after-output is non-nil;
17839 (rsf-check-field): New function, extracted from code in
17840 rmail-spam-filter to ease addition of header fields like
17841 content-type:;
17842 (message-content-type): New variable. The content-type: field was
17843 added also in defcustom of rsf-definitions-alist;
17844 (rmail-spam-filter): Replace repeated test code for header fields
17845 by calls to check-field; change the call to
17846 rmail-output-to-rmail-file such that rmail-current-message stays
17847 the same to avoid wrong deletion of unseen flags.
17848 (rmail-use-spam-filter): Add autoload cookie.
17849
17850 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
17851
17852 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
17853 (file-cache-add-directory-using-find): Add Cygwin support.
17854 (file-cache-find-command-posix-flag): New user variable.
17855
17856 * filecache.el (file-cache-add-directory): Check for
17857 directories an remove them from dir-files.
17858
17859 2004-01-27 Richard M. Stallman <rms@gnu.org>
17860
17861 * man.el (Man-fontify-manpage): Clean up message.
17862
17863 2004-01-27 Kenichi Handa <handa@m17n.org>
17864
17865 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
17866 (sentence-end): Define using sentence-end-without-space.
17867
17868 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
17869 a sentence ends with one of a character in sentence-end-without-space.
17870
17871 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
17872
17873 * font-lock.el (font-lock): Add jit-lock as explicit group member.
17874 (jit-lock): Group declaration moved to jit-lock.el.
17875 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
17876 when necessary.
17877
17878 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
17879 (jit-lock-context-unfontify-pos): Rename from
17880 jit-lock-first-unfontify-pos.
17881 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
17882
17883 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
17884
17885 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
17886 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
17887 (fortran-fill): When filling a string, adjust re-search-backward
17888 argument for special case of string just on fill-column.
17889 When filling non-string, allow one extra char if
17890 fortran-break-before-delimiters is non-nil.
17891 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
17892 Use fortran-break-delimiters-re and fortran-no-break-re to
17893 correctly handle cases such as "**".
17894
17895 * progmodes/f90.el (f90-break-delimiters): Doc fix.
17896 (f90-no-break-re): Add some extra tokens. Doc fix.
17897
17898 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
17899
17900 * mail/rmail-spam-filter.el:
17901 Use two semicolons as Commentary line prefix.
17902 Add ";;; Code:" stylized comment.
17903 Delete end-of-line whitespace.
17904 Wrap (require 'cl) with `eval-when-compile'.
17905
17906 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
17907
17908 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
17909 at the top level of vc.el.
17910
17911 2004-01-23 Andre Spiegel <spiegel@gnu.org>
17912
17913 * vc.el (vc-current-line): Function removed. This is now done by
17914 the new function line-at-pos in simple.el.
17915 (vc-annotate-warp-version): Use line-at-pos instead of
17916 vc-current-line.
17917
17918 2004-01-22 Kim F. Storm <storm@cua.dk>
17919
17920 * simple.el (line-at-pos): New defun.
17921 (what-line): Use it. Optimize by only counting lines in narrowed
17922 region once.
17923
17924 2004-01-22 Kenichi Handa <handa@m17n.org>
17925
17926 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
17927 point (register r1) only for charset mule-unicode-0100-24ff.
17928
17929 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
17930
17931 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
17932 trailing white space and ensure a final newline.
17933
17934 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
17935 Add autoload cookie.
17936
17937 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
17938
17939 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
17940 activate view-mode explicitly.
17941
17942 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17943
17944 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
17945 use clipboard first.
17946
17947 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17948
17949 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
17950 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
17951 (vc-mcvs-cvs): Remove.
17952 (vc-mcvs-command): Remove use of assert.
17953
17954 * outline.el (outline-insert-heading): Tighten up match.
17955 (outline-demote, outline-move-subtree-down): Don't assume anything
17956 about outline-regexp.
17957
17958 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
17959 (texinfo-show-structure): Explicitly add ^, and simplify.
17960
17961 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
17962
17963 * calendar/appt.el (appt-check): Restore usage of
17964 appt-issue-message deleted in previous change.
17965 (top-level): Activate package when loaded (needed for backwards
17966 compatibility).
17967
17968 2004-01-20 Jesper Harder <harder@ifa.au.dk>
17969
17970 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
17971 following previous change to smtpmail-send-data.
17972
17973 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
17974
17975 * vc.el (vc-default-previous-version): Doc enhancement.
17976 (vc-default-next-version): New function.
17977 (vc-print-log): New arg FOCUS-REV.
17978 (vc-annotate-mode): Derive from view-mode.
17979 (vc-annotate): New args REVISION, DISPLAY-MODE.
17980 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
17981 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
17982 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
17983 (vc-annotate-show-diff-revision-at-line, vc-current-line)
17984 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
17985
17986 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
17987
17988 2004-01-19 Karl Berry <karl@gnu.org>
17989
17990 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
17991 or "TexInfo".
17992
17993 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
17994
17995 * subr.el (delete-dups): New function.
17996
17997 2004-01-19 Karl Berry <karl@gnu.org>
17998
17999 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18000 with ^, since that's what texinfo-show-structure
18001 documentation says (plus it works much better in texinfo.txi).
18002
18003 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18004
18005 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18006
18007 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18008
18009 * progmodes/which-func.el (which-function-mode): Don't cancel
18010 which-func-update-timer if not set.
18011
18012 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18013
18014 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18015 Remove spurious left square bracket in XX:XXam regexp.
18016
18017 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18018
18019 * progmodes/cc-defs.el: Do not require cl at run time.
18020
18021 2004-01-16 Richard M. Stallman <rms@gnu.org>
18022
18023 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18024 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18025
18026 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18027 Call rmail-spam-filter. Delete and expunge spam.
18028 Print number of spam messages deleted.
18029 Save and restore the deletion status of old messages when reading
18030 new mail with spam filter, so that expunging spam does not expunge
18031 msgs deleted by the user.
18032 (rmail-only-expunge): Add an optional argument dont-show to
18033 prevent showing message after expunge.
18034
18035 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18036
18037 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18038 * subr.el (declare): New macro.
18039
18040 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18041
18042 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18043
18044 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18045
18046 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18047 Test window-system rather than system-type (for X11/Mac).
18048
18049 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18050
18051 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18052
18053 2004-01-12 Richard M. Stallman <rms@gnu.org>
18054
18055 * mail/rmail.el (rmail-convert-to-babyl-format):
18056 Use mail-unquote-printable-region.
18057 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18058 (rmail-hex-char-to-integer): Functions deleted.
18059
18060 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18061 (mail-unquote-printable-region): New arg NOERROR.
18062 For invalid encoding, either signal an error to just return nil.
18063
18064 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18065
18066 * calendar/appt.el: Update copyright and commentary.
18067 (appt-issue-message): Make obsolete.
18068 (appt-visible, appt-msg-window): Make obsolete, in favour of
18069 appt-display-format.
18070 (appt-display-mode-line, appt-display-duration)
18071 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18072 (appt-prev-comp-time, appt-display-count, appt-timer)
18073 (appt-convert-time): Doc change.
18074 (appt-disp-window-function, appt-delete-window-function):
18075 Use defcustom rather than defvar.
18076 (appt-display-format): New variable.
18077 (appt-display-message): New function with display code from appt-check.
18078 (appt-check): Add optional FORCE argument. Doc change.
18079 Add appt-make-list to diary-hook if displaying diary.
18080 Remove checking of view-diary-entries-initially.
18081 Message display section removed to new function appt-display-message.
18082 (appt-display-window): Doc change. Remove unused internal var
18083 this-buffer. Do not beep, since appt-display-message does that.
18084 (appt-make-list): Doc change. Use caar.
18085 (appt-sort-list): Simplify by using builtin sort function.
18086 (appt-update-list): New function for updating appts when diary is
18087 saved.
18088 (appt-activate): New autoloaded function to toggle package
18089 functionality.
18090
18091 * calendar/cal-x.el: (calendar-one-frame-setup)
18092 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18093
18094 * calendar/calendar.el: Update copyright.
18095 (view-diary-entries-initially, european-calendar-style): Doc change.
18096 (calendar-setup): Make defcustom rather than defvar.
18097 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18098 in let binding so local to function.
18099
18100 * calendar/diary-lib.el: Update copyright.
18101 (diary, diary-entry-time): Doc change.
18102 (list-diary-entries): Doc change. Trivial logic change.
18103 (fancy-diary-display): Restore make-face command mistakenly
18104 deleted 2003-05-08.
18105 (show-all-diary-entries): Allow to pop-up frame if needed.
18106
18107 2004-01-09 John Paul Wallington <jpw@gnu.org>
18108
18109 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18110 Temporarily select EVENT's window for changing eol type.
18111
18112 2004-01-09 Deepak Goel <deego@gnufans.org>
18113
18114 * calendar/diary-lib.el (diary-entry-time):
18115 Also accept time in the form XX[.XX][am/pm/AM/PM].
18116 (fancy-diary-font-lock-keywords): Likewise.
18117 (diary-font-lock-keywords): Likewise.
18118 * calendar/appt.el (appt-add): Likewise.
18119 (appt-make-list): Likewise.
18120 (appt-convert-time): Likewise.
18121
18122 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18123
18124 * gdb-ui.el (gdb-ann3): Revert previous change.
18125 (gdb-source-info): Allow for case of where compilation directory
18126 is not recorded.
18127
18128 2004-01-08 John Paul Wallington <jpw@gnu.org>
18129
18130 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18131
18132 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18133
18134 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18135
18136 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18137 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18138 problems.
18139 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18140
18141 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18142
18143 * files.el (write-file-functions, write-contents-functions):
18144 Clarify docstrings.
18145
18146 2004-01-07 Kenichi Handa <handa@m17n.org>
18147
18148 * international/mule.el (set-auto-coding): Fix for the case that
18149 end-of-line is only CR.
18150
18151 2004-01-07 Kim F. Storm <storm@cua.dk>
18152
18153 * subr.el (event-start, event-end): Doc fix.
18154 (posn-string, posn-image): New defuns.
18155 (posn-object): Return either image or string object.
18156 (posn-object-x-y): Return 8th element of position.
18157 (posn-object-width-height): New defun.
18158
18159 2004-01-06 Andreas Schwab <schwab@suse.de>
18160
18161 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18162 output.
18163
18164 2004-01-05 Karl Berry <karl@gnu.org>
18165
18166 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18167 / and *, too.
18168
18169 2003-12-31 Simon Josefsson <jas@extundo.com>
18170
18171 * files.el (before-save-hook): Add.
18172 (basic-save-buffer): Use before-save-hook.
18173
18174 * emacs-lisp/copyright.el: Fix comment to recommend
18175 before-save-hook instead of write-file-functions.
18176
18177 2004-01-05 Richard M. Stallman <rms@gnu.org>
18178
18179 * finder.el (finder-commentary): Call delete-other-windows.
18180
18181 * net/ange-ftp.el (ange-ftp-file-attributes):
18182 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18183
18184 2004-01-04 Karl Berry <karl@gnu.org>
18185
18186 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18187 comment characters % and # in the copyright year notice,
18188 as well as ;.
18189
18190 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18191
18192 * wid-edit.el (default): Define dummy :value-delete.
18193 Reported by Jesper Harder <harder@ifa.au.dk>.
18194
18195 2004-01-03 Richard M. Stallman <rms@gnu.org>
18196
18197 * progmodes/compile.el (compile-internal): Use point, not point-min,
18198 for set-window-point.
18199
18200 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18201
18202 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18203
18204 * progmodes/grep.el (grep-mode-map):
18205 Don't remap next-line, previous-line.
18206
18207 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18208
18209 * speedbar.el (speedbar-edit-line): Change regexp to position
18210 the cursor on the first character of this line's button.
18211
18212 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18213
18214 * subr.el (functionp): Doc fix.
18215
18216 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18217
18218 * progmodes/idlwave.el (idlwave-make-tags):
18219 * textmodes/flyspell.el (flyspell-large-region):.
18220 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18221 * emulation/viper-util.el (viper-glob-unix-files):
18222 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18223 * man.el (Man-init-defvars):
18224 * jka-compr.el (jka-compr-call-process):
18225 * files.el (get-free-disk-space,insert-directory):
18226 * ediff-ptch.el (ediff-test-patch-utility):
18227 * ediff-diff.el (ediff-test-utility):
18228 * dired-aux.el (dired-check-process):
18229 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18230 test the return value of call-process, because it can be a string.
18231
18232 2003-12-31 John Paul Wallington <jpw@gnu.org>
18233
18234 * bindings.el (completion-ignored-extensions): Add .pfsl.
18235
18236 2003-12-31 Kim F. Storm <storm@cua.dk>
18237
18238 * ido.el (ido-nonreadable-directory-p): New defun to check for
18239 nonreadable directory without activating tramp (to avoid problems
18240 with checking incomplete tramp paths).
18241 (ido-set-current-directory, ido-file-internal)
18242 (ido-file-name-all-completions1): Use it.
18243
18244 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18245
18246 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18247 documentation if the anchor (or node) name is preceded by `info
18248 anchor' or `Info anchor' in addition to earlier `info node' and
18249 `Info node'.
18250 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18251
18252 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18253
18254 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18255 error in arguments to base64-decode-region. Remove ^M characters
18256 after decoding base64.
18257
18258 2003-12-30 Simon Josefsson <jas@extundo.com>
18259
18260 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18261 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18262 have only been distributed with Emacs for some years.
18263 (texinfo-mode-hook): Customize.
18264
18265 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18266
18267 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18268 cleaner (suggested by Richard Stallman).
18269
18270 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18271 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18272 file-name clashes on 8+3 DOS filesystems.
18273
18274 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18275 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18276 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18277 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18278 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18279 file-name clashes on 8+3 filesystems.
18280
18281 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18282 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18283 file-name clashes on 8+3 DOS filesystems.
18284
18285 2003-12-29 Richard M. Stallman <rms@gnu.org>
18286
18287 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18288 Upcase the character.
18289
18290 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18291 Search for header separator alone on a line, literally,
18292 and search for it backward, not forward.
18293 (flyspell-abbrev-table): Always use global-abbrev-table
18294 if there is no local one.
18295
18296 * progmodes/sh-script.el (sh-get-indent-info):
18297 Don't move point back if at bob.
18298
18299 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18300
18301 * play/handwrite.el (handwrite): Make the handwrite credit message
18302 a comment rather than an output command.
18303
18304 * obsolete/sc.el: Display message that this file is obsolete.
18305
18306 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18307
18308 * mail/rfc822.el (rfc822-address-start): Declare variable.
18309 Renamed from address-start. All uses changed.
18310
18311 * term.el (term-exec): Set up sentinel.
18312 (term-sentinel): New function.
18313 (term-handle-exit): New function.
18314
18315 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18316 Use assoc-string, and mark them obsolete.
18317 (delay-mode-hooks): Mark as permanent local.
18318
18319 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18320
18321 * register.el (copy-rectangle-to-register): Doc fix.
18322
18323 * info.el (Info-insert-dir): Use assoc-string.
18324
18325 * info-look.el (info-lookup): Use assoc-string.
18326
18327 * frame.el (pop-up-frame-function): Use quote, not `function'.
18328 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18329 copying with lists as coordinate values.
18330
18331 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18332
18333 * find-dired.el (kill-find): New command.
18334 (find-dired): Make buffer read-only.
18335 Set up a keymap with C-c C-k running kill-find.
18336 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18337
18338 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18339
18340 * filecache.el (file-cache-ignore-case): New variable.
18341 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18342
18343 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18344 (comint-dynamic-complete-as-filename): Rename local vars.
18345 (comint-dynamic-list-filename-completions): Likewise.
18346
18347 * comint.el (comint-dynamic-list-completions-config): New var.
18348 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18349
18350 * comint.el (comint-file-name-chars): Add [].
18351 (comint-word): Use skip-chars-backward, not search.
18352
18353 * shell.el (shell-file-name-chars): Add [].
18354
18355 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18356
18357 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18358
18359 * generic.el (define-generic-mode): Doc fix.
18360
18361 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18362
18363 * files.el (kill-some-buffers): Doc fix.
18364
18365 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18366
18367 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18368 arg to send-invisible
18369 (send-invisible): Doc fix. The argument is now a prompt, not the
18370 string to send.
18371 (comint-read-noecho): Doc fix.
18372
18373 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18374
18375 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18376 "@", as required by some ISP hosting service. Fix defcustom
18377 argument syntax errors that prevented use of customization.
18378
18379 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18380
18381 * xml.el (xml-get-attribute-or-nil): Doc fix.
18382
18383 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18384
18385 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18386 write-file-hooks.
18387
18388 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18389
18390 * autorevert.el (auto-revert-interval): Doc fix.
18391
18392 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18393
18394 * xml.el (xml-get-attribute-or-nil): New function, like
18395 xml-get-attribute, but returns nil if the attribute was not found.
18396 (xml-get-attribute): Convert to defsubst, uses
18397 xml-get-attribute-or-nil.
18398
18399 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18400
18401 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18402
18403 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18404
18405 * custom.el (custom-declare-theme): Use `value' when putting
18406 properties on `theme'.
18407
18408 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18409
18410 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18411 for each yank-handler segment.
18412 (insert-for-yank-1): New function, with the body of the previous
18413 insert-for-yank.
18414
18415 * textmodes/table.el (table-yank-handler): New defcustom.
18416 (table--put-cell-indicator-property): Put yank-handler property
18417 that indicates the yank handler for the table cell.
18418
18419 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18420
18421 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18422 set of keywords.
18423
18424 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18425
18426 * international/mule-cmds.el (reset-language-environment)
18427 (set-language-environment): Don't invoke fontset-related functions
18428 if fontset-list is not fboundp.
18429
18430 2003-12-29 Kenichi Handa <handa@m17n.org>
18431
18432 * international/mule-cmds.el (reset-language-environment):
18433 Call set-overriding-fontspec-internal with nil.
18434 (set-language-environment): Call set-overriding-fontspec-internal
18435 if the language environment specify `overriding-fontspec'.
18436 (language-info-alist): Doc added.
18437
18438 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18439 characters of mule-unicode-0100-24ff.
18440 (ccl-encode-windows-1251-font): New CCL program.
18441 ("Bulgarian"): Specify overriding-fontspec.
18442 ("Belarusian"): Likewise.
18443
18444 2003-12-28 Sam Steingold <sds@gnu.org>
18445
18446 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18447 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18448
18449 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18450
18451 * progmodes/gud.el (gud-gdb-command-name): Set default to
18452 "gdb --annotate=3".
18453 (gud-gdb-marker-filter): Look out for annotations.
18454 (gdb-first-pre-prompt): New variable.
18455 Remove trailing white space.
18456
18457 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18458 if necessary.
18459 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18460 annotations are detected.
18461 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18462 instead of a local one to allow transition from
18463 gud-gdb-marker-filter.
18464 Remove trailing white space.
18465
18466 2003-12-27 Kim F. Storm <storm@cua.dk>
18467
18468 * ido.el: Handle non-readable directories.
18469 (ido-decorations): Add 9th element for non-readable directory.
18470 (ido-directory-nonreadable): New dynamic var.
18471 (ido-set-current-directory): Set it.
18472 (ido-read-buffer, ido-file-internal):
18473 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18474 (ido-file-name-all-completions1): Return empty list for
18475 non-readable directory.
18476 (ido-exhibit): Print [Not readable] if directory is not readable.
18477 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18478 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18479 Use it.
18480
18481 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18482
18483 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18484 calls to directory-files-and-attributes and file-attributes.
18485 (ls-lisp-format): Remove system dependent handling of user and
18486 group id's.
18487
18488 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18489
18490 * ffap.el (ffap-read-file-or-url): Revert previous change.
18491
18492 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18493
18494 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18495 new list of included files called `files-with-node-lines', that
18496 only have node lines. This way @include commands can include any
18497 file, such as version and update files without node lines, not
18498 just files that are chapters.
18499
18500 2003-12-25 Andreas Schwab <schwab@suse.de>
18501
18502 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18503 file not found.
18504
18505 2003-12-08 Miles Bader <miles@gnu.org>
18506
18507 * dired.el (dired-between-files): Always use dired-move-to-filename,
18508 which is more robust in non-english locales.
18509
18510 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18511
18512 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18513
18514 2003-12-24 Andreas Schwab <schwab@suse.de>
18515
18516 * shell.el (shell-file-name-quote-list): Add backslash.
18517
18518 * comint.el (comint-quote-filename): Correctly handle backslash
18519 in comint-file-name-quote-list.
18520
18521 2003-12-24 Kenichi Handa <handa@m17n.org>
18522
18523 * international/mule-cmds.el (set-default-coding-systems):
18524 Call ucs-set-table-for-input for all buffers that don't have local
18525 value of buffer-file-coding-system.
18526
18527 * international/ucs-tables.el (ucs-set-table-for-input):
18528 If translation-table-for-encode is a symbol, get its
18529 translation-table property.
18530
18531 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18532
18533 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18534 to `completing-read' on a recently fixed bug.
18535
18536 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18537 instead of SPACE, to get the list of possible fringe modes.
18538 SPACE only works if both `partial-completion-mode' and
18539 `completion-auto-help' are nil.
18540
18541 * complete.el (PC-is-complete-p): Delete.
18542 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18543 calls to `test-completion'.
18544
18545 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
18546
18547 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18548 to edit values when there are no children.
18549
18550 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18551 a mode called "Assembler" already exists.
18552 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18553 (gud-watch): Use format option. Remove font properties from string.
18554 (gdb-var-create-handler, gdb-var-list-children-handler):
18555 Don't bother about properties as there are none.
18556 (gdb-var-create-handler, gdb-var-list-children-handler)
18557 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18558 with two arguments.
18559 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18560 Let speedbar show value changes with a different font.
18561 (gdb-edit-value): New defun.
18562 (gdb-clear-partial-output, gdb-clear-inferior-io)
18563 (def-gdb-auto-update-handler): Use erase-buffer.
18564 (gdb-frame-handler): Display watch expressions in
18565 FUNCTION::VARIABLE format if required.
18566
18567 2003-12-23 John Paul Wallington <jpw@gnu.org>
18568
18569 * info.el (Info-unescape-quotes, Info-split-parameter-string)
18570 (Info-goto-emacs-command-node): Doc fixes.
18571
18572 2003-12-12 Jesper Harder <harder@ifa.au.dk>
18573
18574 * cus-edit.el (custom-add-parent-links): Define "many".
18575
18576 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
18577
18578 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18579 (widget-child-validate, widget-type-value-create)
18580 (widget-type-default-get, widget-type-match): New functions.
18581 (lazy): New widget.
18582 (menu-choice, checklist, radio-button-choice, editable-list)
18583 (group, documentation-string): Remove redundant (per 2003-10-25
18584 change) calls to `widget-children-value-delete'.
18585 (widget-choice-value-get, widget-choice-value-inline): Remove.
18586 (menu-choice): Update widget.
18587
18588 2003-12-03 Kenichi Handa <handa@m17n.org>
18589
18590 * language/cyrillic.el: Register "microsoft-cp1251" in
18591 ctext-non-standard-encodings-alist.
18592 ("Bulgarian"): Add ctext-non-standard-encodings.
18593 ("Belarusian"): Likewise.
18594
18595 * international/mule-conf.el (compound-text-with-extensions):
18596 Change the type to 2 (iso-2022 base).
18597
18598 * international/mule.el (ctext-non-standard-encodings-alist):
18599 Change the format.
18600 (ctext-non-standard-encodings): New variable.
18601 (ctext-post-read-conversion): Fully re-written.
18602 (ctext-non-standard-designations-alist): Delete it.
18603 (ctext-non-standard-encodings-table): New function.
18604 (ctext-pre-write-conversion): Fully re-written.
18605
18606 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
18607
18608 * cus-edit.el (custom-add-parent-links): Add documentation links
18609 for parent, if the item has none of its own.
18610
18611 2003-11-30 Richard M. Stallman <rms@gnu.org>
18612
18613 * dired-aux.el (dired-do-query-replace-regexp):
18614 Report files visited read-only.
18615
18616 2003-11-30 Juri Linkov <juri@jurta.org>
18617
18618 * dired-aux.el (dired-compare-directories): New command.
18619 (dired-file-set-difference, dired-files-attributes): New functions.
18620
18621 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
18622 Version 2.0.38 of Tramp released.
18623
18624 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
18625 Charles Curley <charlescurley@charlescurley.com>.
18626 (tramp-multi-connection-function-alist): Add ssht entry which adds
18627 "-e none -t -t" to the list of ssh args. Suggested by Adrian
18628 Aichner.
18629 (tramp-get-method-parameter): New function to retrieve a method
18630 parameter. This allows for omission of method parameters.
18631 Callers adjusted.
18632
18633 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
18634
18635 * net/tramp.el: Add new optional parameter ID-FORMAT to
18636 `file-attributes'. Calls of `file-attributes' won't use this
18637 parameter for backward compatibility reasons.
18638 (tramp-perl-file-attributes): Add a new parameter to Perl script
18639 in order to handle uid/gid as strings, if desired.
18640 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
18641 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
18642 order to make the function more general.
18643 (tramp-handle-file-attributes): Replace proprietary optional
18644 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
18645 (tramp-handle-file-attributes-with-perl): Handle parameter
18646 NONNUMERIC if set. This wasn't done in the past.
18647 (tramp-post-connection): Apply second parameter "$2" if
18648 `tramp-remote-perl' is called.
18649
18650 * net/tramp-smb.el (tramp-smb-handle-delete-file):
18651 Correct cut'n'waste error (`filename' instead of `directory').
18652 (tramp-smb-handle-directory-files-and-attributes)
18653 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
18654 introduced parameter ID-FORMAT.
18655 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
18656 error (`directory' instead of `ldir').
18657
18658 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
18659 `file-attributes' has a second parameter. If yes, apply it with
18660 value "'integer". Otherwise, don't use that parameter (default is
18661 integer format).
18662
18663 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
18664
18665 * help.el (help-map): Bind `display-local-help' to `C-h .'.
18666 (help-for-help): Add `C-h .' to the listed Help options.
18667 Remove trailing whitespace.
18668
18669 * help-at-pt.el: New file.
18670
18671 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
18672
18673 * subr.el (noreturn, 1value): New macros for test coverage.
18674 See `testcover.el'.
18675
18676 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
18677
18678 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
18679 for macro `1value'.
18680 (testcover-1value): New function. Checks that a 1value form
18681 actually returns only one value. Requested by RMS.
18682
18683 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
18684
18685 * gdb-ui.el (gud-watch, gdb-var-create-handler)
18686 (gdb-var-list-children, gdb-var-list-children-handler)
18687 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
18688 gdb commands that use mi to keep them out of the command history.
18689
18690 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18691
18692 * cus-start.el (all): Add use-file-dialog.
18693
18694 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
18695
18696 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
18697
18698 2003-11-27 Kim F. Storm <storm@cua.dk>
18699
18700 * subr.el (posn-object-x-y): New defun.
18701
18702 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
18703
18704 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
18705 Don't use `space' for \\\n.
18706 Be more selective as to which # are comment-starters.
18707
18708 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
18709
18710 * subr.el (number-sequence): Improve handling of floating point
18711 arguments (suggested by Kim Storm). Allow negative arguments.
18712
18713 2003-11-26 Kenichi Handa <handa@m17n.org>
18714
18715 * international/mule-cmds.el (standard-display-european-internal):
18716 Cancel the standard-display-table setting for ` and '.
18717
18718 2003-11-26 Kim F. Storm <storm@cua.dk>
18719
18720 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
18721 New defcustoms to add ffap-like functionality to ido.
18722 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
18723 (ido-no-final-slash): New defun.
18724 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
18725 (ido-read-file-name): ): Toggle VC checking via
18726 vc-handled-backends instead of vc-master-templates.
18727 (ido-file-internal): Handle ido-use-url-at-point and
18728 ido-use-filename-at-point via code borrowed from ffap-guesser.
18729 Handle new ido-exit code ffap.
18730 (ido-sort-list): Ignore final slash when sorting file names.
18731
18732 2003-11-25 Kim F. Storm <storm@cua.dk>
18733
18734 * emulation/cua-base.el (cua--standard-movement-commands):
18735 Add forward-sentence and backward-sentence.
18736
18737 2003-11-25 Stephen Eglen <stephen@gnu.org>
18738
18739 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
18740 iswitchb-exit is set to 'usefirst when user selects buffer at head
18741 of list using RET. (Selecting buffers at the head of the list was
18742 broken if the substring was also a complete buffername.)
18743
18744 2003-11-23 Kim F. Storm <storm@cua.dk>
18745
18746 * progmodes/compile.el (grep-command, grep-use-null-device)
18747 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
18748 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
18749 (grep-regexp-alist, grep-program, find-program)
18750 (grep-find-use-xargs, grep-history, grep-find-history)
18751 (grep-process-setup, grep-compute-defaults)
18752 (grep-default-command, grep, grep-tag-default, grep-find)
18753 (grep-expand-command-macros, grep-tree-last-regexp)
18754 (grep-tree-last-files, grep-tree): Move grep variables, functions
18755 and commands to new file grep.el.
18756 (compilation-mode-map): Remove grep commands from Compile sub-menu.
18757 (compilation-process-setup-function): Doc fix.
18758 (compilation-highlight-regexp, compilation-highlight-overlay): New
18759 defvars used for highlighting current compile error in source buffer.
18760 (compile-internal): New optional args HIGHLIGHT-REGEXP and
18761 LOCAL-MAP which overrides compilation-highlight-regexp and
18762 compilation-mode-map for this compilation.
18763 Delay calling compilation-set-window-height until after running
18764 compilation-process-setup-function so it can buffer-local override
18765 compilation-window-height.
18766 Check buffer-local value of compilation-scroll-output.
18767 (compilation-set-window-height): Use buffer-local value of
18768 compilation-window-height.
18769 (compilation-revert-buffer): Don't pass (undefined)
18770 preserve-modes arg to revert-buffer.
18771 (next-error-no-select, previous-error-no-select): New commands.
18772 (compilation-goto-locus): Temporarily highlight current match in
18773 source buffer using compilation-highlight-regexp.
18774
18775 * progmodes/grep.el: New file with grep code from compile.el.
18776 (grep): New defcustom group.
18777 (grep-window-height): New defcustom, like compilation-window-height.
18778 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
18779 (grep-scroll-output): New defcustom, like compilation-scroll-output.
18780 (grep-command, grep-use-null-device, grep-find-command)
18781 (grep-tree-files-aliases, grep-tree-ignore-case)
18782 (grep-tree-ignore-CVS-directories): Move to grep custom group.
18783 (grep-setup-hook): New hook variable.
18784 (grep-mode-map): New keymap for grep commands. Add Grep menu.
18785 (grep-last-buffer): New defvar, override compilation-last-buffer.
18786 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
18787 Call compile-internal with args highlight-regexp and grep-mode-map.
18788
18789 2003-11-23 Kim F. Storm <storm@cua.dk>
18790
18791 * subr.el (event-start, event-end): Doc fix.
18792 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
18793 (posn-area, posn-actual-col-row, posn-object): New defuns.
18794 (posn-col-row): Simplify doc. Rewrite to use cond.
18795 (posn-point): Also return buffer position for events outside text
18796 area (that info is now present in the event position).
18797
18798 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
18799 mouse-set-point so that hscroll still works now that clicks on
18800 fringes generate specific mouse events.
18801 (mouse-set-point): Note that it now works in fringes and margins
18802 too due to new semantics of posn-point in fringes and margins.
18803
18804 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
18805 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
18806
18807 2003-11-20 Kim F. Storm <storm@cua.dk>
18808
18809 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
18810 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
18811 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
18812 to 100 for icons to avoid increasing line height when shown.
18813
18814 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
18815
18816 * newcomment.el (comment-normalize-vars): Initialize properly if
18817 comment-start was nil.
18818
18819 2003-11-19 Andreas Schwab <schwab@suse.de>
18820
18821 * simple.el (set-variable): Fix indentation.
18822
18823 2003-11-17 Kenichi Handa <handa@m17n.org>
18824
18825 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
18826 Fix docstring.
18827
18828 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
18829
18830 * international/latin1-disp.el (latin1-display): Fix docstring.
18831
18832 2003-11-16 John Wiegley <johnw@newartisans.com>
18833
18834 * eshell/em-ls.el (eshell-ls-file): There are times with
18835 size-width is nil and uncomputed (when directories are created in
18836 dired, for example); in this case, 4 is reasonable default value,
18837 although it may caused skewed new entries (which could be avoided
18838 by returning the original value of 8 in all cases, but 99% of the
18839 time this is a waste of whitespace).
18840
18841 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18842
18843 * cc-engine.el (c-guess-continued-construct)
18844 (c-guess-basic-syntax): Check a little more carefully if it's a
18845 function declaration when an unknown construct followed by a block
18846 is found inside a statement context. This avoids macros followed
18847 by blocks to be taken as function declarations.
18848
18849 (c-guess-continued-construct): Change the analysis of a statement
18850 continuation with a brace open to `substatement-block', for
18851 consistency with recognized statements.
18852
18853 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
18854 start is in a position so that `c-beginning-of-statement-1' jumped
18855 to the beginning of the same statement.
18856
18857 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
18858 Don't accept binary operators in the arglist if we're in a function
18859 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
18860 template recognition in cases like "if (a < b || c > d)".
18861
18862 (c-restricted-<>-arglists): New more appropriate name for
18863 `c-disallow-comma-in-<>-arglists'.
18864
18865 Accessing functions updated for the variable name change.
18866
18867 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
18868 match data could get clobbered if NOT-INSIDE-TOKEN is used.
18869
18870 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
18871 labels.
18872
18873 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
18874 instead of duplicating parts of it. This fixes bogus label
18875 recognition.
18876
18877 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
18878 of checking the context in which to apply the minimum indentation,
18879 so that it isn't enforced in e.g. namespace blocks.
18880
18881 * cc-vars.el (c-inside-block-syms): New constant used by
18882 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
18883 to somewhat reduce the risk of becoming stale.
18884
18885 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
18886 cc-cmds to cc-engine to allow use from cc-align.
18887
18888 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
18889 qualified identifiers containing "::".
18890
18891 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
18892 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
18893
18894 * cc-vars.el (c-emacs-features): Use a space in front of the name
18895 of the temporary buffer. That also avoids dumping problems in
18896 XEmacs due to undo info being left around after the buffer is killed.
18897
18898 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
18899 arglist to see if it's a K&R style declaration.
18900
18901 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
18902 before returning `knr-argdecl-intro'.
18903
18904 2003-11-16 John Wiegley <johnw@newartisans.com>
18905
18906 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
18907 field in a long-listing always 8 characters, use `size-width',
18908 which has already been computed.
18909
18910 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
18911
18912 * subr.el (minor-mode-list): Add `hs-minor-mode'.
18913
18914 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
18915
18916 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
18917 Support operation while narrowed, with `diff-restrict-view'.
18918
18919 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
18920
18921 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18922 Take additional optional arg NARROWFUN. For the generated functions:
18923 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
18924 include frags that arrange to check for and save narrowing state before
18925 the move and then conditionally call NARROWFUN after the move.
18926
18927 2003-11-14 John Wiegley <johnw@newartisans.com>
18928
18929 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
18930 that was optional, but obviously missing based on surrounding code.
18931
18932 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
18933 string arguments to numbers unless the whole argument was seen as
18934 a number.
18935
18936 2003-11-14 Kenichi Handa <handa@m17n.org>
18937
18938 * international/mule.el (ctext-non-standard-encodings-alist):
18939 Fix coding systems.
18940
18941 2003-11-10 Kenichi Handa <handa@m17n.org>
18942
18943 * language/kannada.el ("Kannada"): Add sample-text.
18944
18945 * language/knd-util.el (kannada-compose-region)
18946 (kannada-compose-string, kannada-post-read-conversion):
18947 Add autoload cookie.
18948
18949 * international/quail.el (quail-completion): Change the message
18950 "corresponding translations" to "corresponding characters".
18951
18952 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
18953
18954 * descr-text.el (describe-char): Fix typo.
18955
18956 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
18957
18958 These changes are to support Kannada language/script.
18959
18960 * Makefile.in (DONTCOMPILE): Add kannada.el.
18961
18962 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
18963
18964 * loadup.el: Preload kannada.el.
18965
18966 * language/ind-util.el (ucs-kannada-to-is13194-alist)
18967 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
18968 New variables.
18969
18970 * language/kannada.el: New file.
18971
18972 * language/knd-util.el: New file.
18973
18974 2003-11-07 Andreas Schwab <schwab@suse.de>
18975
18976 * progmodes/autoconf.el (autoconf-font-lock-keywords):
18977 Also highlight AH_*.
18978
18979 * xml.el (xml-parse-dtd): Fix misplaced paren.
18980
18981 2003-11-07 Kenichi Handa <handa@m17n.org>
18982
18983 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
18984
18985 2003-11-05 Juri Linkov <juri@jurta.org>
18986
18987 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
18988 (desktop-buffer-file): Use saved buffer-file-coding-system
18989 for file reading. Set auto-insert to nil to prevent automatic
18990 insertion into restored empty files.
18991
18992 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
18993
18994 * files.el (risky-local-variable-p): Make second argument optional.
18995
18996 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
18997
18998 * subr.el (add-hook): Fix last change.
18999
19000 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19001
19002 * mail/rmail.el (rmail-convert-to-babyl-format):
19003 If base64-decode-region signals an error, catch it and silently
19004 ignore it.
19005
19006 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19007
19008 * xml.el (xml-parse-region): Allow comments to appear after the
19009 topmost element has closed.
19010 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19011 (xml-ns-expand-attr): New functions to do namespace handling.
19012 (xml-intern-attrlist): Back-compatible handling of attribute names.
19013 (xml-parse-tag): Move namespace handling to separate functions.
19014 Now produces elements in the form ((:ns . "element") (attr-list)
19015 children) instead of ('ns:element (attr-list) children).
19016 (xml-parse-attlist): Fix attribute parsing.
19017 (xml-parse-dtd): Change parsing so that it produces strings
19018 instead of interned symbols.
19019
19020 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19021
19022 * dired.el (dired-ls-sorting-switches): Doc fix.
19023
19024 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19025
19026 * emacs-lisp/rx.el (rx-or): Fix the case of
19027 "(rx (and ?a (or ?b ?c) ?d))".
19028
19029 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19030
19031 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19032 (texinfo-format-region): Use it.
19033 (texinfo-format-buffer-1): Ditto.
19034
19035 2003-11-01 Alan Mackenzie <acm@muc.de>
19036
19037 Changes to allow scrolling whilst in isearch mode:
19038 * isearch.el (isearch-unread-key-sequence): New function,
19039 extracted from isearch-other-meta-char.
19040 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19041 "scrollable" standard functions.
19042 (isearch-allow-scroll): New customizable variable.
19043 (isearch-string-out-of-window, isearch-back-into-window)
19044 (isearch-reread-key-sequence-naturally)
19045 (isearch-lookup-scroll-key): New functions.
19046 (isearch-other-meta-char): Doc string and functionality enhanced.
19047 Now accepts a prefix argument.
19048 (isearch-lazy-highlight-window-end): New variable.
19049 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19050 end (thru isearch-lazy-highlight-window-end), not only its start.
19051
19052 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19053 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19054 (universal-argument, universal-argument-more, negative-argument)
19055 (digit-argument, universal-argument-other-key): Minor changes.
19056
19057 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19058
19059 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19060 recursively if the last message is deleted, thus avoiding an
19061 infinite loop.
19062
19063 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19064
19065 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19066 (tex-main-file): Don't add .tex if the extension is already present.
19067 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19068
19069 2003-10-29 Lute Kamstra <lute@gnu.org>
19070
19071 * progmodes/octave-inf.el (inferior-octave-prompt):
19072 Recognize version number in prompt.
19073
19074 2003-10-28 Dave Love <fx@gnu.org>
19075
19076 * international/characters.el: Fix some Unicode ranges.
19077
19078 2003-10-28 Kenichi Handa <handa@m17n.org>
19079
19080 * disp-table.el (standard-display-8bit)
19081 (standard-display-default, standard-display-ascii)
19082 (standard-display-g1, standard-display-graphic)
19083 (standard-display-underline): Assure that standard-display-table
19084 is a display table.
19085
19086 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19087
19088 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19089 reindenting the first line.
19090
19091 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19092
19093 * wid-edit.el (widget-default-delete): Always delete child widgets.
19094
19095 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19096
19097 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19098 if the line has code.
19099 Don't try to line up with something that's too far left.
19100
19101 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19102 (octave-mode-syntax-table): Add % as a comment starter.
19103 (octave-point): Remove.
19104 (octave-in-comment-p, octave-in-string-p)
19105 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19106 (octave-blink-matching-block-open, octave-auto-fill):
19107 Use line-(beginning|end)-position instead.
19108
19109 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19110
19111 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19112 for Francesco Potort\e,Al\e(B.
19113
19114 2003-10-23 Dave Love <fx@gnu.org>
19115
19116 * international/mule-cmds.el (locale-charset-to-coding-system):
19117 Don't rely on nil being a coding system.
19118
19119 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19120 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19121 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19122
19123 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19124
19125 * gdb-ui.el (gdb-current-language): New variable.
19126 (gdb-update-flag): Remove variable.
19127 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19128 (gdb-take-last-elt): Remove function.
19129 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19130 (gdb-post-prompt): Check for variable object changes here.
19131
19132 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19133 object changes in gdb-ui.el.
19134
19135 2003-10-21 Richard M. Stallman <rms@gnu.org>
19136
19137 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19138
19139 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19140 Don't check for foo*/ wildcard form here.
19141 (insert-directory): Recognize foo*/ as a wildcard.
19142 Separate wildcard-regexp variable from the arg, wildcard.
19143
19144 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19145 (remove-hook): Correctly handle strange cases about local hooks.
19146
19147 2003-10-21 David Ponce <david@dponce.com>
19148
19149 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19150 argument REAL, to return a real number instead of a rounded
19151 integer value. Define as inline function.
19152 (ruler-mode-right-fringe-cols): Likewise.
19153 (ruler-mode-scroll-bar-cols): New function.
19154 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19155 (ruler-mode-right-scroll-bar-cols): Likewise.
19156 (ruler-mode-space): New function.
19157 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19158 scroll bar mode and margins in a more robust way.
19159
19160 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19161
19162 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19163 (antlr-c-init-language-vars): New function.
19164 (antlr-mode): Use it with cc-mode before v5.29.
19165 (antlr-c-common-init): Don't set some local vars here.
19166 (antlr-mode): Set them here.
19167 (antlr-c-forward-sws): New function alias.
19168 (antlr-mode): Redefine with cc-mode before v5.30.
19169 (antlr-skip-sexps): Use it.
19170 (antlr-skip-exception-part): Ditto.
19171 (antlr-skip-file-prelude): Ditto.
19172 (antlr-outside-rule-p): Ditto.
19173 (antlr-end-of-body): Ditto.
19174 (antlr-option-kind): Ditto.
19175 (antlr-insert-option-area): Ditto.
19176 (antlr-file-dependencies): Ditto.
19177
19178 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19179
19180 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19181 Move backward only if point was not inside an entry.
19182
19183 2003-10-21 Richard M. Stallman <rms@gnu.org>
19184
19185 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19186
19187 2003-10-21 Juri Linkov <juri@jurta.org>
19188
19189 * compare-w.el: Automatically skip non-matching text to resync.
19190 (compare-windows-whitespace): Doc fix.
19191 (compare-windows-sync, compare-windows-sync-string-size)
19192 (compare-windows-recenter, compare-ignore-whitespace)
19193 (compare-windows-highlight, compare-windows-face): New variables.
19194 (compare-windows): Use compare-windows-sync.
19195 (compare-windows-highlight, compare-windows-dehighlight)
19196 (compare-windows-sync-regexp)
19197 (compare-windows-sync-default-function): New functions.
19198
19199 2003-10-21 Juri Linkov <juri@jurta.org>
19200
19201 * diff.el (diff-parse-differences): Don't visit the files now;
19202 instead, just record the error locus.
19203
19204 2003-10-21 Dave Love <fx@gnu.org>
19205
19206 * progmodes/cfengine.el: New file.
19207
19208 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19209
19210 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19211 default-directory when completing file names.
19212
19213 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19214
19215 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19216 followed by the word `face', it gets treated as a face, even if
19217 it is also defined as a variable or a function.
19218
19219 2003-10-20 Dave Love <fx@gnu.org>
19220
19221 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19222 Avoid incf in macro expansion.
19223
19224 2003-10-20 John Paul Wallington <jpw@gnu.org>
19225
19226 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19227 `evenp' so we don't implicitly require cl library at runtime.
19228
19229 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19230
19231 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19232 (help-make-xrefs): Only make cross-references for faces if
19233 preceded or followed by the word `face'. Do not make a
19234 cross-reference for variables without variable documentation,
19235 unless preceded by the word `variable' or `option'. Update doc
19236 string accordingly.
19237
19238 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19239
19240 * progmodes/hideshow.el: Rewrite one-armed `if'
19241 constructs using either `when' or `unless'.
19242 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19243
19244 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19245
19246 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19247 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19248 instead of 12x12.
19249
19250 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19251
19252 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19253 message while converting to Babyl.
19254
19255 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19256
19257 * allout.el (allout-mode): Doc fix.
19258
19259 2003-10-16 Lute Kamstra <lute@gnu.org>
19260
19261 * subr.el (force-mode-line-update): Fix docstring.
19262
19263 2003-10-14 Dave Love <fx@gnu.org>
19264
19265 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19266 (default-input-method): Add :link, improve :type.
19267 (locale-charset-language-names): Fix utf-8 pattern.
19268 (locale-charset-match-p, locale-charset-alist)
19269 (locale-charset-to-coding-system): New.
19270 (set-locale-environment): Deal with codeset part of locale specs.
19271
19272 2003-10-14 Lute Kamstra <lute@gnu.org>
19273
19274 * fringe.el (fringe-mode): Use active voice in docstring.
19275 (set-fringe-style): Ditto.
19276
19277 2003-10-13 Lute Kamstra <lute@gnu.org>
19278
19279 * fringe.el (fringe-mode): Fix docstring.
19280 (set-fringe-style): Ditto.
19281
19282 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19283
19284 * ediff-mult.el (ediff-filegroup-action):
19285 Use ediff-default-filtering-regexp.
19286
19287 * ediff-util.el (ediff-recenter): Don't call
19288 ediff-restore-highlighting twice.
19289 (ediff-select-difference): Set current difference.
19290 (ediff-unselect-and-select-difference): Add comment.
19291
19292 * ediff.el (ediff-directories,ediff-directory-revisions)
19293 (ediff-directories3,ediff-merge-directories)
19294 (ediff-merge-directories-with-ancestor)
19295 (ediff-merge-directory-revisions)
19296 (ediff-merge-directory-revisions-with-ancestor):
19297 Use ediff-default-filtering-regexp.
19298
19299 2003-10-12 Andreas Schwab <schwab@suse.de>
19300
19301 * international/mule-cmds.el (locale-charset-language-names):
19302 Simplify regex by removing unused grouping.
19303
19304 2003-10-10 Dave Love <fx@gnu.org>
19305
19306 * bindings.el: Don't bind stop.
19307
19308 2003-10-08 Miles Bader <miles@gnu.org>
19309
19310 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19311 face instead of attempting to emulate it.
19312
19313 2003-10-07 Kenichi Handa <handa@m17n.org>
19314
19315 * international/mule-diag.el (list-coding-systems-1): List coding
19316 systems that are loaded automatically.
19317
19318 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19319
19320 * international/mule.el (autoload-coding-system): New function.
19321
19322 2003-10-07 Andreas Schwab <schwab@suse.de>
19323
19324 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19325 change-log-default-name in the buffer visiting the file.
19326
19327 2003-10-06 Dave Love <fx@gnu.org>
19328
19329 * files.el (find-file-hook): Customize.
19330 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19331
19332 * bindings.el (completion-ignored-extensions): Remove .log.
19333 (global-map): Add again, open, stop keys.
19334
19335 2003-10-05 Richard M. Stallman <rms@gnu.org>
19336
19337 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19338 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19339 Use sh-modify directly.
19340 (sh-select): Use sh-append, not eval.
19341
19342 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19343
19344 * info.el (Info-following-node-name): New function.
19345
19346 * loadhist.el (unload-feature-special-hooks):
19347 Rename from loadhist-hook-functions.
19348 (loadhist-hook-functions): Now an alias.
19349
19350 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19351
19352 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19353 file-name clashes on 8+3 filesystems.
19354
19355 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19356 Rename loaddefs-boot.el to ldefs-boot.el
19357
19358 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19359 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19360
19361 2003-10-03 Lute Kamstra <lute@gnu.org>
19362
19363 * info.el (Info-mode): Revert previous change.
19364 (Info-escape-percent): New function.
19365 (Info-fontify-node): Use it.
19366
19367 2003-10-02 Andreas Schwab <schwab@suse.de>
19368
19369 * loaddefs-boot.el: Regenerated.
19370
19371 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19372
19373 * ffap.el: Remove defadvice related code from CVS since `complete'
19374 provides a `PC-completion-as-file-name-predicate' variable that
19375 ffap can override.
19376
19377 2003-10-02 Kenichi Handa <handa@m17n.org>
19378
19379 * international/utf-8.el (ccl-decode-mule-utf-8):
19380 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19381
19382 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19383 * international/subst-big5.el: Likewise.
19384 * international/subst-gb2312.el: Likewise.
19385 * international/subst-ksc.el: Likewise.
19386
19387 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19388
19389 * calendar/calendar.el (increment-calendar-month)
19390 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19391 (generate-calendar, calendar-read-date, calendar-interval)
19392 (calendar-day-of-week): Handle years BC.
19393 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19394
19395 2003-10-01 Dave Love <fx@gnu.org>
19396
19397 * language/cyrillic.el (cp1251): Alias for windows-1251.
19398
19399 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19400 bootstrap.
19401
19402 2003-10-01 Lute Kamstra <lute@gnu.org>
19403
19404 * files.el: Fix typo.
19405 * imenu.el (imenu--generic-function): Docstring fix.
19406
19407 2003-09-30 Richard M. Stallman <rms@gnu.org>
19408
19409 * dired.el (dired-mode): Handle dired-directory as a list.
19410
19411 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19412
19413 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19414
19415 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19416
19417 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19418 Replace gud-display with gud-watch.
19419 (gud-speedbar-buttons): Add stuff for watching expressions
19420 in the speedbar when using M-x gdba. Use dolist on old part
19421 of this function.
19422
19423 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19424 (gdb-update-flag): New variables.
19425 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19426 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19427 (gud-watch, gdb-var-create-handler) : New functions.
19428 (gdb-var-list-children, gdb-var-list-children-handler)
19429 (gdb-var-create-regexp, gdb-var-update-regexp)
19430 (gdb-var-list-children-regexp): New constants.
19431 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19432 (gdb-annotation-rules): Reduce annotation set (level 3).
19433 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19434 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19435 updates.
19436 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19437 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19438 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19439 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19440 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19441 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19442 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19443 (gud-display, gud-display1)
19444 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19445 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19446 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19447 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19448 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19449 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19450 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19451 (gdb-display-display-buffer, gdb-toggle-display)
19452 (gdb-delete-display, gdb-expressions-popup-menu)
19453 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19454 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19455 to display buffer.
19456
19457 2003-09-30 Richard M. Stallman <rms@gnu.org>
19458
19459 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19460 Instead, set which-func-functions.
19461
19462 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19463 (which-func-functions): New variable.
19464 (which-function): Use that.
19465
19466 * info.el (Info-mode): Double each `%' in header line.
19467
19468 * emacs-lisp/lisp-mnt.el (lm-with-file):
19469 When FILE is nil, run BODY in current buffer.
19470
19471 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19472
19473 * help.el (describe-mode): Start with a brief list of minor modes.
19474 Find them thru minor-mode-list so as to find them all.
19475 Show them in alphabetical order.
19476
19477 * mail/sendmail.el (mail-aliases): Doc fix.
19478
19479 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19480
19481 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19482
19483 * mail/rmailsum.el (rmail-make-summary-line-1):
19484 Change comma after last label to a space.
19485 (rmail-summary-font-lock-keywords): Adapt to that change.
19486
19487 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19488
19489 * progmodes/scheme.el (scheme-mode-variables): When setting
19490 `font-lock-defaults', also specify that "#" should
19491 be interpreted with `word' syntax.
19492 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19493
19494 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19495
19496 * desktop.el: A lot of comments updated.
19497 (desktop-save-mode): Minor mode introduced.
19498 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19499 (desktop-load-default): Function made obsolete.
19500 (desktop-locals-to-save): Variable made customizable.
19501 (desktop-read): Optional parameter `dirname' added.
19502 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19503 `desktop-read' used.
19504 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19505
19506 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19507
19508 * whitespace.el (whitespace-clean-msg): Add user customizable message
19509 for displaying ``clean'' output.
19510 (whitespace-buffer): Use `whitespace-clean-msg'.
19511 (whitespace-global-mode): Fix typo.
19512
19513 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19514
19515 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19516
19517 2003-09-29 Lute Kamstra <lute@gnu.org>
19518
19519 * bindings.el (mode-line-modes): Remove superfluous :propertize
19520 construct in initialization.
19521 (mode-line-position): Change cons cell into proper list in
19522 initialization.
19523
19524 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19525
19526 * international/mule.el (decode-coding-inserted-region): Use car
19527 of the return value of find-operation-coding-system.
19528
19529 2003-09-29 Kenichi Handa <handa@m17n.org>
19530
19531 * descr-text.el (describe-char): Fix previous change.
19532
19533 2003-09-28 Kenichi Handa <handa@m17n.org>
19534
19535 * descr-text.el (describe-char-display): New function.
19536 (describe-char): Pay attention to display table on describing how
19537 a character is displayed.
19538
19539 * international/mule-cmds.el (encoded-string-description):
19540 Prepend "0x" to each encoded byte.
19541
19542 2003-09-28 Andreas Schwab <schwab@suse.de>
19543
19544 * find-file.el (ff-special-constructs): Add autoload cookie.
19545
19546 2003-09-28 Kevin Ryde <user42@zip.com.au>
19547
19548 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19549 makeinfo appends to duplicate index entries.
19550
19551 2003-09-28 Eli Zaretskii <eliz@gnu.org>
19552
19553 * dired-x.el (dired-clean-tex): Doc fix.
19554
19555 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19556 using a Chinese tutorial.
19557
19558 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19559
19560 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19561 between "MAIL FROM:" and "RCPT TO:" and the following address.
19562
19563 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19564
19565 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19566
19567 2003-09-28 David Ponce <david@dponce.com>
19568
19569 * recentf.el (recentf-initialize-file-name-history): New defcustom.
19570 (recentf-load-list): When `recentf-initialize-file-name-history'
19571 is non-nil, initialize an empty `file-name-history' with the
19572 recent list.
19573
19574 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
19575
19576 * man.el (Man-default-man-entry): Remove the leading `*' from the
19577 word at point.
19578
19579 2003-09-26 Lute Kamstra <lute@gnu.org>
19580
19581 * bindings.el (mode-line-position): Mention size indication in
19582 docstring.
19583
19584 2003-09-26 Andre Spiegel <spiegel@gnu.org>
19585
19586 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
19587
19588 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
19589 because it's autoloaded now.
19590
19591 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19592
19593 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
19594 (sh-font-lock-keywords, sh-feature): Fix previous change of
19595 sh-feature to avoid infloop with sh-font-lock-keywords.
19596
19597 2003-09-25 Kim F. Storm <storm@cua.dk>
19598
19599 * frame.el (frame-current-scroll-bars): New defun.
19600
19601 * window.el (window-current-scroll-bars): New defun.
19602
19603 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19604
19605 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
19606 cause errors when the state cache contains info on parts that have
19607 been narrowed out.
19608
19609 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19610
19611 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
19612 `c-setup-paragraph-variables' has to be used when this variable is
19613 changed; it doesn't work to reinitialize the mode since that
19614 typically clobbers the variable.
19615
19616 * progmodes/cc-styles.el (c-setup-paragraph-variables):
19617 Make it interactive.
19618
19619 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19620
19621 * progmodes/cc-fonts.el (c-font-lock-declarations):
19622 Fix recognition of constructors and destructors for classes whose
19623 names are matched by `*-font-lock-extra-types'.
19624
19625 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
19626 followed by an identifier in C++ then it's a type.
19627
19628 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19629
19630 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
19631 problem that primarily affected XEmacs. Don't use faces to find
19632 unterminated strings since Emacs and XEmacs fontify strings
19633 differently - this function should now work better in XEmacs.
19634
19635 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19636
19637 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
19638 `expand-abbrev' workaround which caused braces to misbehave inside
19639 macros.
19640
19641 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
19642 handling. This bug could cause interactive font locking to bail out.
19643
19644 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19645
19646 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19647 Handle paren-style types in Pike. Also fixed some cases of
19648 insufficient handling of unbalanced parens.
19649
19650 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
19651
19652 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
19653 common shell prompts that are not common filename or URL characters.
19654 (ffap-file-at-point): Use the new regexp to strip the prompts from
19655 the file names. This is an issue mostly for user prompts that
19656 don't have a trailing space and find-file-at-point is invoked from
19657 within a shell inside Emacs.
19658
19659 2003-09-24 Andre Spiegel <spiegel@gnu.org>
19660
19661 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
19662 stamps numerically, rather than textually.
19663
19664 2003-09-24 Kenichi Handa <handa@m17n.org>
19665
19666 * language/devan-util.el (devanagari-post-read-conversion):
19667 * language/mlm-util.el (malayalam-post-read-conversion):
19668 * language/tml-util.el (tamil-post-read-conversion):
19669 Add autoload cookie.
19670
19671 * international/utf-8.el (utf-8-post-read-conversion):
19672 Call post-read-conversion functions for Devanagari, Malayalam,
19673 and Tamil.
19674
19675 2003-09-23 Dave Love <fx@gnu.org>
19676
19677 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
19678
19679 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
19680
19681 * progmodes/gud.el (perldb): Add gud-until to list of commands.
19682 Update gud-remove.
19683
19684 2003-09-22 Richard M. Stallman <rms@gnu.org>
19685
19686 * progmodes/sh-script.el (sh-mode-default-syntax-table):
19687 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
19688 (sh-mode-syntax-table-input): New variable.
19689 (sh-require-final-newline): Don't use eval.
19690 (sh-builtins, sh-leading-keywords, sh-other-keywords)
19691 (sh-variables, sh-font-lock-keywords): Don't use eval.
19692 (sh-set-shell): When setting require-final-newline,
19693 treat value = `require-final-newline' as don't change it.
19694 Set sh-mode-syntax-table locally based on
19695 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
19696
19697 * progmodes/compile.el (compile-internal):
19698 Call compilation-set-window-height before setting window start.
19699
19700 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
19701
19702 * emacs-lisp/bytecomp.el (byte-compile-log-file):
19703 Clear out byte-compile-last-warned-form.
19704
19705 2003-09-22 Richard M. Stallman <rms@gnu.org>
19706
19707 * woman.el (woman-file-name, woman-follow-word):
19708 If current-word returns nil, use "".
19709
19710 * simple.el (eval-expression): Bind standard-output in to-buffer case.
19711
19712 2003-09-22 Richard M. Stallman <rms@gnu.org>
19713
19714 * emacs-lisp/lisp-mnt.el (lm-with-file):
19715 Don't visit the file, just use insert-file-contents in temp buffer.
19716
19717 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
19718
19719 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
19720 Add surrounding \\( and \\) around the header, as in
19721 for lm-history-header 'Change Log\\|History'.
19722
19723 2003-09-22 John Paul Wallington <jpw@gnu.org>
19724
19725 * progmodes/ld-script.el: Add Commentary section,
19726 minor cleanup of file header.
19727 (ld-script-font-lock-keywords): Doc fix.
19728 (toplevel): Provide `ld-script' feature.
19729
19730 2003-09-21 Kim F. Storm <storm@cua.dk>
19731
19732 * scroll-bar.el (set-scroll-bar-mode): Initialize to
19733 new built-in variable default-frame-scroll-bars.
19734 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
19735 scroll-bar-mode; notably, use it instead of t when we toggle
19736 scroll-bars on.
19737 (toggle-scroll-bar): Use default-frame-scroll-bars.
19738
19739 2003-09-19 Masatake YAMATO <jet@gyve.org>
19740
19741 * pcvs.el (cvs-do-removal): Change the prompt depending on
19742 `filter' value.
19743
19744 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19745
19746 * startup.el (command-line-1): Stop startup-echo-area-message
19747 being hidden by "Loading image..." message.
19748 (use-fancy-splash-screens-p, display-splash-screen):
19749 Move display-graphic-p test from latter to former.
19750
19751 * progmodes/sh-script.el (sh-font-lock-keywords):
19752 Highlight escaped EOLs differently from other backslash constructs.
19753
19754 2003-09-19 Richard M. Stallman <rms@gnu.org>
19755
19756 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
19757 New functions.
19758 (edebug-enter, edebug-outside-excursion): Use them.
19759
19760 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
19761 Fix the condition for whether to print "In WHERE".
19762
19763 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
19764
19765 * finder.el (finder-mode-hook): New variable.
19766 (finder-mode): Run hook finder-mode-hook
19767
19768 2003-09-18 Masatake YAMATO <jet@gyve.org>
19769
19770 * progmodes/ebrowse.el: Fix broken magic autoload comments.
19771
19772 2003-09-17 Mario Lang <mlang@delysid.org>
19773
19774 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
19775 "p %e" to actually print the value in the GUD buffer.
19776
19777 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
19778
19779 From David Ponce <david.ponce@wanadoo.fr>:
19780 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
19781 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
19782 from loaddefs-boot.el if necessary.
19783
19784 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
19785
19786 * progmodes/gud.el (gud-find-class): Make jdb work again since
19787 cc-mode changed the syntactic information.
19788
19789 2003-09-15 David Ponce <david@dponce.com>
19790
19791 * recentf.el: (recentf-exclude): Accept predicates too.
19792 (recentf-file-readable-p): New function.
19793 (recentf-include-p): Handle predicates in recentf-exclude.
19794 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
19795 (recentf-cleanup): Likewise.
19796 (recentf-save-list): Use write-file to handle backup of
19797 recentf-save-file.
19798
19799 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
19800
19801 * loaddefs-boot.el: Renamed from `loaddefs.el'
19802 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
19803 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
19804 necessary.
19805
19806 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
19807
19808 * electric.el (Electric-pop-up-window): For the `one-window' case,
19809 no longer disconcertingly move point in the original buffer.
19810
19811 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19812
19813 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
19814
19815 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
19816
19817 * dired.el (dired-mode-map): Fix typo.
19818
19819 2003-09-11 Richard M. Stallman <rms@gnu.org>
19820
19821 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
19822
19823 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
19824
19825 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
19826 the function is less noisy. Now only `kill-buffer' can ask questions.
19827
19828 2003-09-10 Mario Lang <mlang@delysid.org>
19829
19830 * battery.el: Update Commentary and Copyright.
19831 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
19832 appear due to wrong ordering of the expressions in `or'.
19833
19834 2003-09-09 Lute Kamstra <lute@gnu.org>
19835
19836 * misc.el (upcase-char): Fix docstring.
19837 (zap-up-to-char): New command.
19838
19839 2003-09-08 David Ponce <david@dponce.com>
19840
19841 Ensure that recentf correctly updates the menu bar.
19842 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
19843 (recentf-menu-bar): New function.
19844 (recentf-clear-data): Use it
19845 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
19846 of easy-menu-change.
19847
19848 2003-09-08 Lute Kamstra <lute@gnu.org>
19849
19850 * simple.el (size-indication-mode): New.
19851 * bindings.el (mode-line-position): Add buffer size indicator.
19852
19853 2003-09-04 Mario Lang <mlang@delysid.org>
19854
19855 * battery.el (battery-linux-proc-acpi): New function.
19856 (battery-status-function): Modify default value calculation to also
19857 check for availability of ACPI.
19858 (battery-echo-area-format): Ditto.
19859 (battery-mode-line-format): Ditto.
19860
19861 2003-09-06 Dave Love <fx@gnu.org>
19862
19863 * ielm.el (ielm-mode-hook): Add :options.
19864
19865 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
19866 (eldoc-print-current-symbol-info): Use it.
19867
19868 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
19869
19870 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
19871 being displayed in GUD buffer.
19872 (gdb-idle-input-queue): Remove var. Use just one queue.
19873 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
19874 Remove functions. Use just one queue.
19875 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
19876 (gdb-invalidate-assembler, gdb-get-current-frame):
19877 Modify functions. Use just one queue.
19878
19879 2003-09-04 Dave Love <fx@gnu.org>
19880
19881 * cus-start.el: Add blink-cursor-alist.
19882
19883 * ruler-mode.el (ruler-mode-fill-column-char)
19884 (ruler-mode-current-column-char): Use char-displayable-p,
19885 not window-system.
19886
19887 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
19888
19889 * language/european.el (windows-1252): Move from code-pages.
19890
19891 * language/cyrillic.el ("Windows-1251"): Delete.
19892 ("Bulgarian", "Belarusian"): Remove `features'.
19893 (windows-1251): Move from code-pages.
19894
19895 * international/mule-diag.el (non-iso-charset-alist):
19896 Remove `codepage' stuff.
19897 (print-designation, list-coding-systems-1): Output fixes.
19898
19899 * international/code-pages.el (cp-make-translation-table)
19900 (cp-valid-codes): Made defsubsts.
19901 (cp-fix-safe-chars): Delete.
19902 (mule-diag): Don't require.
19903 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
19904 (top-level): Check for defined coding system when defining
19905 cp... aliases. Change w32-add-charset-info test to avoid warning.
19906 (non-iso-charset-alist): Defvar when compiling.
19907 (cp-make-coding-system): Doc fix.
19908
19909 2003-09-02 Jason Rumney <jasonr@gnu.org>
19910
19911 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
19912 line-ends from CVS before doing conversion.
19913
19914 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
19915
19916 * calendar/diary-lib.el (diary-header-line-flag)
19917 (diary-header-line-format): New variables.
19918 (list-diary-entries): Use them to set header line in simple diary.
19919
19920 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
19921 other than font-lock-string-face to highlight backslashes.
19922
19923 2003-09-01 Jason Rumney <jasonr@gnu.org>
19924
19925 * international/titdic-cnv.el (tit-read-key-value): Include \r in
19926 regexp.
19927
19928 2003-09-01 Dave Love <fx@gnu.org>
19929
19930 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
19931
19932 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
19933 and :help; also line and column numbers labels.
19934
19935 * international/mule-util.el (char-displayable-p): Move from
19936 latin1-disp, rename and autoload.
19937
19938 * international/latin1-disp.el (latin1-char-displayable-p):
19939 Now obsolete alias. Replace uses with char-displayable-p.
19940 (latin1-display-ucs-per-lynx): Fix last change.
19941
19942 * international/mule-cmds.el (standard-display-european-internal):
19943 Don't use char code for Latin-1 NBSP.
19944 <XFree86 4>: Unfrob NBSP display table. Set display table to use
19945 U+2018, U+2019 for `'.
19946 (select-safe-coding-system): Message fix.
19947
19948 2003-09-01 Kenichi Handa <handa@m17n.org>
19949
19950 * international/fontset.el (setup-default-fontset): For Thai
19951 font, specify "*" family.
19952
19953 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19954
19955 * progmodes/compile.el (previous-error): Accept a prefix
19956 argument, similarly to next-error.
19957
19958 2003-08-31 Masatake YAMATO <jet@gyve.org>
19959
19960 * pcvs.el (cvs-do-removal): Use = instead of eq to check
19961 the number of files. Bind the number of files to a local
19962 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
19963
19964 2003-08-30 Eli Zaretskii <eliz@gnu.org>
19965
19966 * vc-hooks.el (vc-make-version-backup): Fix the change made on
19967 2003-07-26: msdos-long-file-names is a function, not a variable.
19968
19969 2003-08-29 Richard M. Stallman <rms@gnu.org>
19970
19971 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
19972 Do nothing with mail-personal-alias-file if it is nil.
19973
19974 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
19975 Do nothing if mail-personal-alias-file is nil.
19976
19977 * term.el (term-exec-1): Bind coding-system-for-read.
19978
19979 * dired.el (dired-mouse-find-file-other-window):
19980 Use dired-view-command-alist here, as in dired-view-file.
19981 (dired-view-command-alist): Use %s to substitute file name.
19982 Handle .ps_pages, .eps, .jpg, .gif, .png.
19983
19984 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
19985
19986 * info.el (Info-mode-map): Bind S-tab and <backtab> to
19987 `Info-prev-reference', instead of M-tab.
19988
19989 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
19990
19991 * simple.el (blink-matching-open): Work correctly on chars that
19992 are designated as parens through the syntax-table text property.
19993
19994 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
19995
19996 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
19997 line break position in the middle of a non-kinsoku (e.g. latin)
19998 word, making it skip until either a space or a character with
19999 category "|".
20000 (kinsoku-longer): Test for end of buffer.
20001
20002 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20003
20004 * mail/rmail.el (rmail-convert-to-babyl-format):
20005 Detect quoted-printable- and base64-encoded messages and decode them
20006 automatically. Set the message's encoding from the charset=
20007 header, if any. Decode base64-encoded messages in Mail format as well.
20008
20009 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20010
20011 * mail/smtpmail.el: Fix previous change.
20012 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20013 calling smtpmail-via-smtp.
20014 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20015
20016 2003-08-26 John Paul Wallington <jpw@gnu.org>
20017
20018 * image.el (image-jpeg-p): Don't search beyond length of data.
20019
20020 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20021
20022 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20023 misfeature in `expand-abbrev' which caused electric keywords like
20024 "else" to disappear if an open brace was typed directly afterwards.
20025
20026 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20027
20028 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20029 mandatory in `define-widget'.
20030
20031 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20032 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20033
20034 (c-assignment-operators): New language constant that only contains
20035 the assignment operators.
20036
20037 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20038
20039 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20040
20041 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20042 Safeguard against unbalanced sexps.
20043
20044 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20045
20046 * version.el (emacs-version): Check for gtk. Include gtk version info.
20047
20048 2003-08-25 John Paul Wallington <jpw@gnu.org>
20049
20050 * man.el (Man-default-man-entry): Don't whizz past the section
20051 number before looking for it.
20052
20053 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20054
20055 * progmodes/gud.el (gud-display-line): Don't set window-point if
20056 source buffer is not visible. (Only happens with M-x gdba.)
20057
20058 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20059 documentation.
20060 (gdb-source, gdb-source-info): Update to assembler unnecessary
20061 as its done after each GDB command anyway.
20062 (gdb-pre-prompt): Use with-current-buffer.
20063 (gdb-insert-field): Add help-echo text.
20064 (gdb-invalidate-assembler): Re-display of assembler now done in
20065 gdb-info-breakpoints-custom.
20066 (gdb-info-breakpoints-custom): Force re-display of assembler to
20067 happen *after* update of breakpoints buffer.
20068 (gdb-display-source-buffer): Don't choke if gdb-source-window
20069 isn't visible.
20070 (gdb-put-string, gdb-put-arrow): Remove free variables.
20071
20072 2003-08-24 John Paul Wallington <jpw@gnu.org>
20073
20074 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20075
20076 * man.el (Man-default-man-entry): Strip text properties when
20077 snarfing parts of entry because `format' preserves properties.
20078
20079 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20080
20081 * files.el (file-newest-backup): Use `expand-file-name'.
20082
20083 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20084 Allow the diary to pop up a new frame, if needed.
20085
20086 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20087 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20088 (smtpmail-send-it): Make treatment of envelope-from consistent with
20089 sendmail.el.
20090
20091 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20092 (sh-leading-keywords): Add the bash `time' reserved word.
20093 (sh-variables): Add some bash variables.
20094 (sh-add-completer): Fix nil branch of case statement.
20095
20096 2003-08-24 Masatake YAMATO <jet@gyve.org>
20097
20098 * progmodes/ld-script.el: New file.
20099
20100 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20101
20102 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20103
20104 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20105
20106 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20107 Better explain obsolescence, and what to use instead.
20108
20109 2003-08-23 Masatake YAMATO <jet@gyve.org>
20110
20111 * pcvs.el (cvs-do-removal): Show the deleted file name
20112 on the prompt.
20113
20114 2003-08-20 Dave Love <fx@gnu.org>
20115
20116 * international/mule.el (make-coding-system)
20117 (set-buffer-file-coding-system): Doc fix.
20118
20119 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20120
20121 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20122
20123 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20124
20125 * international/utf-16.el: Add mime-text-unsuitable coding system
20126 properties.
20127
20128 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20129
20130 * cus-edit.el: Add some :links.
20131 (bib): Remove.
20132
20133 * textmodes/bib-mode.el (bib): Add :group external.
20134
20135 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20136
20137 * wid-edit.el (widget-echo-help): Make it handle expressions that
20138 evaluate to strings.
20139
20140 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20141
20142 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20143
20144 Simplify selection of SQL products to define highlighting and
20145 interactive mode. Includes detailed instructions on adding
20146 support for new products.
20147
20148 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20149 product for use in highlighting and interactive mode.
20150 (sql-interactive-product): New variable. SQL product for
20151 sql-interactive-mode.
20152 (sql-product-support): New variable. Specifies product-specific
20153 parameters to drive highlighting and interactive mode.
20154 (sql-imenu-generic-expression): Add more object types.
20155 (sql-sqlite-options): Correct comment.
20156 (sql-ms-program): Use "osql" rather than "isql".
20157 (sql-prompt-regexp, sql-prompt-length): Update comment.
20158 (sql-mode-menu): Add "Start SQLi session" entry.
20159 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20160 (sql-mode-abbrev-table): Add abbreviations. Support of
20161 SYSTEM-FLAG on define-abbrev. Support was removed with last
20162 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20163 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20164 names.
20165 (sql-mode-ansi-font-lock-keywords): Set as default value.
20166 (sql-mode-oracle-font-lock-keywords): Set as default value.
20167 Support Oracle 9i keywords.
20168 (sql-mode-postgres-font-lock-keywords): Set as default value.
20169 (sql-mode-linter-font-lock-keywords): Set as default value.
20170 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20171 SQLServer 2000.
20172 (sql-mode-sybase-font-lock-keywords)
20173 (sql-mode-interbase-font-lock-keywords)
20174 (sql-mode-sqlite-font-lock-keywords)
20175 (sql-mode-strong-font-lock-keywords)
20176 (sql-mode-mysql-font-lock-keywords)
20177 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20178 keywords.
20179 (sql-mode-font-lock-defaults): Update comment.
20180 (sql-product-feature): New function. Returns feature associated
20181 with a product from `sql-product-support' alist.
20182 (sql-product-font-lock): New function. Set font-lock support
20183 based on `sql-product'.
20184 (sql-add-product-keywords): New function. Add font-lock rules to
20185 product-specific keyword variables.
20186 (sql-set-product): New function. Set `sql-product' and apply
20187 appropriate font-lock highlighting.
20188 (sql-highlight-product): New function. Set font-lock support
20189 based on a product. Also set mode name to include product name.
20190 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20191 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20192 Use `sql-set-product'.
20193 (sql-highlight-ms-keywords)
20194 (sql-highlight-sybase-keywords)
20195 (sql-highlight-interbase-keywords)
20196 (sql-highlight-strong-keywords)
20197 (sql-highlight-mysql-keywords)
20198 (sql-highlight-sqlite-keywords)
20199 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20200 (sql-get-login): Prompt in the same order as the tokens.
20201 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20202 (sql-product-interactive): New function. Common portions of
20203 product-specific interactive mode wrappers.
20204 (sql-interactive-mode): Rewritten to use product features.
20205 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20206 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20207 (sql-db2, sql-linter): Use `sql-product-interactive'.
20208 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20209 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20210 (sql-connect-ingres, sql-connect-postgres)
20211 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20212 New functions. Format command line parameters and invoke comint on
20213 the appropriate interpreter. Code was in the corresponding
20214 `sql-xyz' function before.
20215 (sql-connect-ms): New function. Support -E argument to use
20216 operating system credentials for authentication.
20217
20218 2003-08-18 Kenichi Handa <handa@m17n.org>
20219
20220 * international/mule.el (encode-char): Fix for the ASCII case.
20221
20222 2003-08-15 Kenichi Handa <handa@m17n.org>
20223
20224 * international/fontset.el (setup-default-fontset): Change "*" to
20225 nil in the specifications of font family.
20226
20227 2003-08-18 Kim F. Storm <storm@cua.dk>
20228
20229 * kmacro.el (kmacro-keymap): Group related bindings in
20230 initialization for clarity. Bind C-s to start macro.
20231 Remove C-r binding.
20232 (kmacro-initial-counter-value): New defvar to hold initial counter
20233 value in case we set the value before defining a macro.
20234 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20235 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20236 not defining or executing macro. Doc fix.
20237 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20238 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20239 temporarily view older elements on the macro ring without cycling
20240 the ring.
20241 (kmacro-display): Doc fix.
20242 (kmacro-exec-ring-item): New helper function.
20243 (kmacro-call-ring-2nd): Use it.
20244 (kmacro-call-ring-2nd-repeat): Doc fix.
20245 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20246 (kmacro-end-or-call-macro): Execute last viewed macro (using
20247 kmacro-exec-ring-item) from ring if this follows
20248 kmacro-view-macro. This allows us to find a macro on the ring
20249 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20250 the ring to bring it to the head of the ring.
20251 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20252 Allow binding to reserved keys without specifying C-x C-k prefix.
20253 Ask for confirmation if entered key sequence is already bound to
20254 a non-macro command.
20255 (kmacro-view-macro): Repeating command will show older elements
20256 on the macro ring; C-k will execute the last viewed macro.
20257 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20258 property from 'ring to 'head.
20259
20260 2003-08-17 Alan Shutko <ats@acm.org>
20261
20262 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20263 keeping December out of the alist.
20264
20265 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20266
20267 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20268 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20269 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20270 (calendar-flatten): New function.
20271 (calendar-mouse-view-other-diary-entries)
20272 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20273 in the menu title and to show multi-line diary entries correctly
20274 in the menu.
20275
20276 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20277
20278 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20279 defcustom, because the default was recently changed.
20280
20281 2003-08-16 Richard M. Stallman <rms@gnu.org>
20282
20283 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20284
20285 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20286 New subroutine, broken out of eval-last-sexp-1.
20287 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20288
20289 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20290
20291 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20292
20293 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20294
20295 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20296
20297 * progmodes/compile.el (compilation-error-regexp-alist):
20298 Add Java ANt error detection as described in document
20299 http://ant.apache.org/faq.html
20300
20301 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20302
20303 * simple.el (backward-word, forward-to-indentation)
20304 (backward-to-indentation): Argument changed to optional.
20305 (next-line, previous-line): Use `or' instead of `unless'.
20306
20307 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20308
20309 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20310 instead of a constant.
20311
20312 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20313
20314 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20315
20316 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20317
20318 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20319 (vc-sccs-workfile-version): Search the entire delta table, rather
20320 than just the first entry, because that might be a deleted version.
20321
20322 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20323
20324 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20325 [save-place] binding in the Options menu. Have it require
20326 'saveplace' and then toggle the variable manually, to avoid an an
20327 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20328 for the bug report.
20329
20330 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20331
20332 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20333 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20334 (gdb-info-threads-custom): Add help-echo text.
20335 (gdb-display-back): Don't use purecopy.
20336 (gdb-info-breakpoints-custom, gdb-reset)
20337 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20338 icons can be displayed.
20339
20340 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20341
20342 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20343
20344 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20345
20346 * bookmark.el (bookmark-completing-read):
20347 Return a string, instead of a list of one string.
20348 Use a popup menu if activated from the mouse.
20349 (bookmark-edit-annotation): Remove unused vars.
20350 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20351 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20352 to bookmark-completing-read.
20353 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20354 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20355 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20356 and erase-buffer.
20357 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20358 (bookmark-menu-jump, bookmark-menu-insert)
20359 (bookmark-popup-menu-and-apply-function)
20360 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20361 (bookmark-menu-build-paned-menu): Remove by folding it into
20362 bookmark-menu-popup-paned-menu.
20363 (menu-bar-bookmark-map): Move the define-key statements here.
20364 Use the "non-menu" commands since they now pop up a menu if needed.
20365 (bookmark-exit-hook-internal): Simplify.
20366
20367 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20368
20369 * reftex-toc.el (reftex-toc-rename-label): New function.
20370 (reftex-toc-check-docstruct): New function.
20371
20372 * reftex.el (reftex-region-active-p): New function.
20373
20374 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20375 regexp to find the \bibliography macro.
20376
20377 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20378 which does not exist in LaTeX.
20379 (reftex-cite-format-builtin): Added amsrefs support.
20380 (reftex-toc-confirm-promotion): New option
20381
20382 * reftex-toc.el
20383 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20384 (reftex-toc-demote, reftex-toc-promote)
20385 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20386 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20387 (reftex-toc-newhead-from-alist)
20388 (reftex-toc-load-all-files-for-promotion): New functions.
20389 (reftex-toc-help): Added description of new keys.
20390 (reftex-toc-split-windows-fraction): New option.
20391 (reftex-recenter-toc-when-idle): Search *toc* window on all
20392 visible frames.
20393 (reftex-toc): Additional parameter REUSE
20394 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20395 with REUSE argument.
20396 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20397 the call of `reftex-toc'.
20398 (reftex-make-separate-toc-frame): New function .
20399 (reftex-toc-recenter): When called with triple prefix arg, call
20400 `reftex-make-separate-toc-frame' first.
20401 (reftex-toc-toggle-dedicated-frame): New command.
20402 (reftex-toc-quit): Adapted to delete frame when called in
20403 dedicated frame.
20404
20405 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20406 all enclosing macros.
20407
20408
20409 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20410
20411 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20412 first use.
20413
20414 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20415
20416 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20417
20418 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20419
20420 * calendar/calendar.el (list-diary-entries-hook)
20421 (diary-display-hook, nongregorian-diary-listing-hook)
20422 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20423 Add some customize options for these hooks.
20424 (calendar-abbrev-construct): Don't try to take a substring longer
20425 than the original string.
20426
20427 2003-08-05 Richard M. Stallman <rms@gnu.org>
20428
20429 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20430 (testcover-reinstrument-clauses): Doc fix.
20431
20432 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20433 (warning-type-format): Rename from warning-group-format.
20434
20435 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20436 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20437 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20438 to prevent warnings about defvar for an obsolete variable.
20439
20440 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20441 warning-group-format renamed to warning-type-format.
20442
20443 * subr.el (read-passwd): Use clear-string instead of fillarray.
20444
20445 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20446 Use vconcat instead of concat.
20447 (edmacro-sanitize-for-string): New function.
20448
20449 2003-08-05 Dave Love <fx@gnu.org>
20450
20451 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20452 line-number-display-limit-width.
20453
20454 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20455
20456 2003-08-05 Kenichi Handa <handa@m17n.org>
20457
20458 * international/code-pages.el: Don't require mule-diag.
20459
20460 * international/mule-diag.el (non-iso-charset-alist):
20461 Add autoload cookie.
20462
20463 * language/devan-util.el (dev-glyph-order): Add an entry for the
20464 glyph code #xC4.
20465
20466 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20467
20468 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20469 (european-calendar-style, diary-date-forms)
20470 (calendar-day-name-array, calendar-month-name-array): Doc change.
20471 (generate-calendar-month): Adapt for new behaviour of
20472 `calendar-day-name' function.
20473 (calendar-abbrev-length, calendar-day-abbrev-array)
20474 (calendar-month-abbrev-array): New variables.
20475 (calendar-abbrev-construct): New function.
20476 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20477 rather than fixing abbrevs at some width. Calling syntax change.
20478 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20479 (calendar-date-string): Adapt for new behaviours of
20480 `calendar-day-name' and `calendar-month-name' functions.
20481
20482 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20483 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20484 (diary-name-pattern): Use abbrev arrays, rather than fixing
20485 abbrevs at three chars. Calling syntax change.
20486 (mark-diary-entries): Adapt for new behaviours of
20487 `diary-name-pattern' and `calendar-make-alist' functions.
20488 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20489 `diary-name-pattern' function.
20490 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20491 fixing abbrevs at three chars. Calling syntax change.
20492 (cal-hebrew, cal-islam): Require when compiling.
20493 (diary-font-lock-keywords): Adapt for new behaviour of
20494 `font-lock-diary-date-forms' function.
20495
20496 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20497 (calendar-hebrew-month-name-array-common-year)
20498 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20499 (list-hebrew-diary-entries): Adapt for new behaviours of
20500 `calendar-day-name' and `add-to-diary-list' functions.
20501 (mark-hebrew-diary-entries): Adapt for new behaviours of
20502 `diary-name-pattern' and `calendar-make-alist' functions.
20503
20504 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20505 Add doc string.
20506 (list-islamic-diary-entries): Adapt for new behaviours of
20507 `calendar-day-name' and `add-to-diary-list' functions.
20508 (mark-islamic-diary-entries): Adapt for new behaviours of
20509 `diary-name-pattern' and `calendar-make-alist' functions.
20510
20511 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20512 `calendar-month-name' function.
20513
20514 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20515
20516 * calendar/solar.el (solar-seasons-data): Move definition before use.
20517
20518 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20519 (cal-tex-LaTeX-hourbox): Move definition before use.
20520
20521 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20522 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20523 * lunar.el, solar.el (displayed-month, displayed-year):
20524 Define for compiler.
20525
20526 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20527
20528 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20529 MODE. Renamed from c-init-c-language-vars'.
20530 (c-initialize-cc-mode): Change accordingly.
20531 (c-common-init): Ditto.
20532 (c-mode): Ditto.
20533 (c++-mode): Use `c-init-language-vars-for'.
20534 (objc-mode): Ditto.
20535 (java-mode): Ditto.
20536 (idl-mode): Ditto.
20537 (pike-mode): Ditto.
20538 (awk-mode): Ditto.
20539
20540 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20541
20542 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20543 or not the point moved.
20544
20545 (c-search-decl-header-end): Don't trip up on operator identifiers
20546 in C++ and operators like == in all languages.
20547
20548 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20549 Detect leading labels correctly.
20550
20551 2003-08-02 Andreas Schwab <schwab@suse.de>
20552
20553 * textmodes/ispell.el: Don't redo key bindings on loading, put
20554 them only in loaddefs.el.
20555 * bookmark.el: Likewise.
20556 * dabbrev.el: Likewise.
20557 * emerge.el: Likewise.
20558
20559 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20560 has more than one member.
20561
20562 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20563
20564 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20565
20566 * lpr.el (printify-region): It was ending conversion before the
20567 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
20568
20569 2003-07-31 John Paul Wallington <jpw@gnu.org>
20570
20571 * net/browse-url.el (browse-url-epiphany): Doc fix.
20572
20573 2003-07-30 Kenichi Handa <handa@m17n.org>
20574
20575 * international/fontset.el (setup-default-fontset):
20576 Change registry names of Akurti fonts.
20577
20578 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20579
20580 * comint.el (comint-read-noecho): Use `clear-string' instead of
20581 `fillarray'.
20582
20583 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
20584
20585 * outline.el (outline-mode-hook): Add defvar.
20586
20587 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
20588
20589 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
20590 Restore assembler in source window if that is what has been selected.
20591 (menu): Add gdb-restore-windows to menu. Make gdba
20592 specific menus only visible from gdba.
20593
20594 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
20595
20596 * progmodes/compile.el (compilation-environment): New user variable.
20597 (compile-internal): Respect it.
20598
20599 2003-07-23 Masatake YAMATO <jet@gyve.org>
20600
20601 * progmodes/gud.el (gdb-script-font-lock-keywords):
20602 Put `font-lock-function-name-face' on a symbol which includes
20603 `-' like `hook-run'. Put font-lock-variable-name-face
20604 on a symbol starting with $.
20605
20606 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
20607
20608 * files.el (set-visited-file-name): Use truename for buffer-file-name.
20609
20610 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20611
20612 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
20613
20614 2003-07-26 Andre Spiegel <spiegel@gnu.org>
20615
20616 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
20617 Use with-no-warnings.
20618 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
20619 rather than to find-file-not-found-hook, which doesn't exist.
20620
20621 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20622
20623 * international/quail.el (quail-translate-key): Fix previous change.
20624
20625 2003-07-25 John Paul Wallington <jpw@gnu.org>
20626
20627 * server.el (server-start): Check `server-process' is non-nil
20628 before killing it to avoid killing current buffer's process.
20629
20630 * simple.el (choose-completion-string): Use `minibufferp';
20631 test `completion-reference-buffer' if `buffer' arg is nil.
20632 (push-mark): Use `when' and `unless'.
20633 (pop-mark): Use `when'.
20634
20635 * mouse-sel.el (mouse-sel-get-selection-function):
20636 Check `x-last-selected-text-primary'. Don't barf if it or
20637 `x-last-selected-text' aren't bound.
20638
20639 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20640
20641 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
20642
20643 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
20644
20645 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
20646
20647 2003-07-23 John Paul Wallington <jpw@gnu.org>
20648
20649 * tooltip.el (defface tooltip): Inherit from variable-pitch.
20650
20651 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20652
20653 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
20654 string. Defvar the derived hook.
20655
20656 * macros.el (insert-kbd-macro): Escape double quote character.
20657 From Thomas W Murphy <twm@andrew.cmu.edu>.
20658
20659 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
20660
20661 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
20662 to match the specific mark rather than reusing comment-start-skip.
20663
20664 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
20665
20666 * progmodes/hideshow.el (hs-special-modes-alist):
20667 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
20668
20669 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
20670
20671 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
20672 value using ?\s.
20673
20674 2003-07-21 John Paul Wallington <jpw@gnu.org>
20675
20676 * subr.el (with-selected-window): Add closing paren.
20677
20678 2003-07-21 Richard M. Stallman <rms@gnu.org>
20679
20680 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
20681 (lisp-mode): Likewise.
20682
20683 * subr.el (with-selected-window): Copy code form save-selected-window
20684 so as to call select-window with norecord arg.
20685 (dynamic-completion-table): Doc fix.
20686 (lazy-completion-table): Doc fix.
20687
20688 * international/mule-cmds.el (set-locale-environment):
20689 langinfo renamed to locale-info.
20690
20691 * international/mule.el (auto-coding-functions): Doc fix.
20692
20693 2003-07-21 Kenichi Handa <handa@m17n.org>
20694
20695 * international/quail.el (quail-translate-key):
20696 Update quail-current-str correctly.
20697
20698 2003-07-21 Andreas Schwab <schwab@suse.de>
20699
20700 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
20701 ?, to "_".
20702
20703 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
20704 Version 2.0.36 of Tramp released.
20705
20706 * net/tramp.el (tramp-default-password-end-of-line): Rename from
20707 tramp-password-end-of-line.
20708 (tramp-password-end-of-line): New method parameter.
20709 (tramp-get-password-end-of-line): Function to access method
20710 parameter `tramp-password-end-of-line', or variable
20711 `tramp-default-password-end-of-line' (default value).
20712 (tramp-methods): Add entries for new parameter
20713 tramp-password-end-of-line.
20714 (tramp-enter-password): Use new function
20715 `tramp-get-password-end-of-line'.
20716 (tramp-handle-insert-file-contents): Do not
20717 unconditionally inhibit the file operation file-local-copy, only
20718 do that when the inhibit-file-name-operation is currently
20719 insert-file-contents. This fixes finding remote CVS-controlled
20720 files. (It would barf on inserting the CVS/Entries file
20721 literally, because the file-local-copy handler wasn't called.)
20722 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
20723 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
20724 (tramp-initial-commands): New variable.
20725 (tramp-process-initial-commands): New function, using the variable.
20726 (tramp-open-connection-setup-interactive-shell): Call the new function.
20727 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
20728 method into the buffer name, never use nil. Reported by Hanak
20729 David <dhanak@inf.bme.hu>.
20730 (tramp-open-connection-setup-interactive-shell): Erase buffer
20731 before sending "stty -onlcr".
20732
20733 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
20734
20735 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
20736
20737 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
20738
20739 2003-07-19 John Paul Wallington <jpw@gnu.org>
20740
20741 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
20742 (artist-draw-rect, artist-draw-square): Doc fixes.
20743
20744 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
20745
20746 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
20747
20748 2003-07-19 Kenichi Handa <handa@m17n.org>
20749
20750 * international/kkc.el (kkc-show-conversion-list-update):
20751 Highlight the correct candidate in the message.
20752
20753 2003-07-18 John Paul Wallington <jpw@gnu.org>
20754
20755 * simple.el (current-word): Don't include punctuation char when
20756 `really-word' arg is non-nil.
20757
20758 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
20759
20760 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
20761 moved to the directory obsolete.
20762
20763 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
20764
20765 * info.el (Info-menu-entry-name-re): Allow newlines in
20766 menu entry names.
20767
20768 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
20769 syntax-ppss-after-change-function.
20770 (syntax-ppss-after-change-function): New alias. Update uses.
20771 (syntax-ppss): Catch the case where the buffer is narrowed.
20772
20773 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20774
20775 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
20776 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
20777
20778 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20779
20780 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
20781 since it might be modified.
20782
20783 * progmodes/cc-langs.el (c++-make-template-syntax-table)
20784 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
20785 names to these language constants.
20786
20787 2003-07-15 Kim F. Storm <storm@cua.dk>
20788
20789 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
20790 All uses changed.
20791
20792 2003-07-14 Mark A. Hershberger <mah@everybody.org>
20793
20794 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
20795 Namespace support.
20796
20797 2003-07-13 Juanma Barranquero <lektu@terra.es>
20798
20799 * frame.el (modify-all-frames-parameters): Reinstall (copyright
20800 papers received).
20801
20802 2003-07-13 Karl Eichwalder <ke@suse.de>
20803
20804 * textmodes/po.el (po-find-charset): White space at the start of the
20805 Content-Type field body is non-mandatory.
20806
20807 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
20808
20809 * textmodes/texinfo.el (texinfo-section-list):
20810 Append appendixsection; a synonym for appendixsec.
20811
20812 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
20813
20814 * man.el (Man-translate-cleanup): New.
20815 (Man-translate-references): Call `Man-translate-cleanup' to clean
20816 leading, trailing and middle spaces.
20817
20818 2003-07-13 Lars Hansen <larsh@math.ku.dk>
20819
20820 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
20821 Handle `dired-directory' being a list.
20822
20823 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
20824
20825 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
20826 it doesn't exist.
20827
20828 2003-07-12 Richard M. Stallman <rms@gnu.org>
20829
20830 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
20831
20832 * progmodes/cc-defs.el (c-make-keywords-re):
20833 Don't use delete-duplicates.
20834 (c-lang-const): Don't use mapcan.
20835
20836 * apropos.el (apropos-show-scores): Make it customizable.
20837 Document new meaning.
20838 (apropos): Compute scores from symbols.
20839 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
20840
20841 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20842
20843 * ps-bdf.el: Fix copyright line.
20844 (bdf-directory-list): Fix initialization code.
20845
20846 2003-07-11 John Paul Wallington <jpw@gnu.org>
20847
20848 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
20849 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
20850 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
20851
20852 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
20853
20854 * emacs-lisp/ring.el (ring-elements): Doc fix.
20855
20856 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20857
20858 * calendar/timeclock.el (timeclock-relative)
20859 (timeclock-ask-before-exiting, timeclock-use-display-time):
20860 Doc changes.
20861 (timeclock-modeline-display): Give a message if
20862 `timeclock-use-display-time' is non-nil but `display-time-mode'
20863 is not active.
20864
20865 2003-07-11 Kenichi Handa <handa@m17n.org>
20866
20867 * international/mule-cmds.el (set-language-environment):
20868 Set current-language-environment to the correct string.
20869
20870 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20871
20872 * ps-print.el: Print line number correctly in a region. Reported by
20873 Tim Allen <timallen@ls83.fsnet.co.uk>.
20874 (ps-print-version): New version number (6.6.2).
20875 (ps-printing-region): Code fix.
20876
20877 2003-07-10 John Paul Wallington <jpw@gnu.org>
20878
20879 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
20880 this function can be called from `add-completions-from-tags-table'.
20881
20882 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
20883
20884 * calendar/timeclock.el (timeclock-use-display-time)
20885 (timeclock-day-over-hook, timeclock-workday-remaining)
20886 (timeclock-status-string, timeclock-when-to-leave)
20887 (timeclock-when-to-leave-string, timeclock-log-data)
20888 (timeclock-find-discrep, timeclock-day-base)
20889 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
20890 (timeclock-modeline-display): Set the variable
20891 `timeclock-modeline-display'.
20892 (timeclock-update-modeline): Doc fix. Respect value of
20893 `timeclock-relative'.
20894
20895 2003-07-09 Richard M. Stallman <rms@gnu.org>
20896
20897 * textmodes/reftex-parse.el (reftex-all-document-files):
20898 Add autoload cookie.
20899
20900 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
20901 (reftex-scanning-info-available-p): Add autoload cookie.
20902
20903 * international/mule-cmds.el
20904 (set-display-table-and-terminal-coding-system): Delete duplicate
20905 aset on standard-display-table.
20906
20907 * view.el (view-file): If existing buffer's major mode is special,
20908 don't go into view mode.
20909
20910 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
20911
20912 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20913
20914 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
20915 buffer changes; there's third party code that calls this function
20916 directly.
20917
20918 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20919
20920 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
20921 (autodoc-font-lock-keywords): Don't byte compile on font lock
20922 initialization when running from byte compiled files.
20923
20924 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20925
20926 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
20927 statement ends with auto-increment "++".
20928
20929 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20930
20931 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
20932 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
20933 these are changed, so declare them as variables and not constants.
20934
20935 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
20936
20937 * subr.el (dolist, dotimes): Doc fix.
20938
20939 2003-07-08 Kim F. Storm <storm@cua.dk>
20940
20941 * international/mule-cmds.el
20942 (set-display-table-and-terminal-coding-system): Don't break
20943 bootstrap if standard-display-table isn't setup yet.
20944
20945 2003-07-07 Richard M. Stallman <rms@gnu.org>
20946
20947 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
20948 Give it a doc string, and autoload it.
20949
20950 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
20951 Use with-no-warnings.
20952
20953 * info.el (Info-search): If find invisible text, search again.
20954
20955 * isearch.el (search-whitespace-regexp): Add a shy group around it.
20956
20957 * man.el (Man-name-regexp): Match + as part of name.
20958
20959 * simple.el (visible-mode): Rename from vis-mode.
20960 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
20961
20962 * simple.el (current-word): New arg REALLY-WORD specifies
20963 don't include punctuation chars.
20964
20965 * emacs-lisp/debug.el (debug, debugger-env-macro):
20966 Use with-no-warnings while accessing and binding unread-command-char.
20967
20968 * international/mule-cmds.el
20969 (set-display-table-and-terminal-coding-system): Use explicit loop
20970 instead of calling standard-display-default.
20971
20972 * net/ange-ftp.el (ange-ftp-file-symlink-p):
20973 Use condition-case to catch error in ange-ftp-get-files.
20974
20975 * net/browse-url.el (browse-url-browser-function):
20976 Add alternative for Epiphany.
20977 (browse-url-epiphany-program, browse-url-epiphany-arguments)
20978 (browse-url-epiphany-startup-arguments)
20979 (browse-url-epiphany-new-window-is-tab): New variables.
20980 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
20981
20982 * progmodes/compile.el (compile-auto-highlight): Default now t.
20983 (compile): Doc fix.
20984 (compilation-next-error): Fix previous change.
20985
20986 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
20987
20988 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
20989
20990 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
20991
20992 * gdb-ui.el (gdb-source-info): Display current frame when
20993 attaching to an existing process.
20994 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
20995 while laying out windows when attaching to an existing process.
20996
20997 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
20998
20999 * info.el (Info-menu): Use Info-menu-entry-name-re.
21000
21001 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21002
21003 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21004 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21005
21006 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21007 to match the same text.
21008
21009 2003-07-06 John Paul Wallington <jpw@gnu.org>
21010
21011 * vc.el (vc-annotate-offset): Move defvar up.
21012
21013 2003-07-06 Kim F. Storm <storm@cua.dk>
21014
21015 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21016 This should fix the infinite loop when extracting menu names.
21017
21018 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21019
21020 * files.el (auto-mode-alist, interpreter-mode-alist):
21021 Remove entries to CC Mode modes to avoid duplicates; they are now added
21022 with autoload directives in cc-mode.el.
21023
21024 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21025
21026 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21027 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21028 these are changed, so declare them as variables and not constants.
21029
21030 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21031 ensure that the entry for ".c" extension comes before the one for
21032 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21033 Fix incorrect entries that were added to `interpreter-mode-alist'.
21034 Move the autoload directives for AWK to the top level since they
21035 aren't recognized anywhere else. Do not use the new AWK mode doc
21036 in the autoload form for the old AWK mode.
21037
21038 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21039
21040 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21041 (bibtex-sort-ignore-string-entries): Default value t.
21042 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21043 erroneously in previous version.
21044 (bibtex-string-files): Docstring reflects new parsing scheme.
21045 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21046 docstring, add # as one of the chars to crush
21047 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21048 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21049 (bibtex-autokey-name-change-strings)
21050 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21051 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21052 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21053 (bibtex-autokey-title-terminators)
21054 (bibtex-autokey-titlewords-stretch)
21055 (bibtex-autokey-titleword-ignore)
21056 (bibtex-autokey-titleword-case-convert)
21057 (bibtex-autokey-titleword-abbrevs)
21058 (bibtex-autokey-titleword-abbrevs)
21059 (bibtex-autokey-titleword-change-strings)
21060 (bibtex-autokey-titleword-length)
21061 (bibtex-autokey-titleword-separator)
21062 (bibtex-autokey-name-year-separator)
21063 (bibtex-autokey-year-title-separator)
21064 (bibtex-autokey-before-presentation-function)
21065 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21066 Fix docstring.
21067 (bibtex-strings, bibtex-reference-keys):
21068 Use lazy-completion-table and make-variable-buffer-local.
21069 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21070 (bibtex-braced-string-syntax-table)
21071 (bibtex-quoted-string-syntax-table): New variables.
21072 (bibtex-parse-nested-braces): Remove.
21073 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21074 (bibtex-parse-association): Simplify.
21075 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21076 (bibtex-parse-field-text): Simplify.
21077 (bibtex-search-forward-field, bibtex-search-backward-field):
21078 argument BOUND can take value t.
21079 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21080 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21081 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21082 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21083 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21084 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21085 and ending of entry. Update for changes of bibtex-search-entry.
21086 Simplify.
21087 (bibtex-map-entries): FUN is called with three arguments.
21088 (bibtex-search-entry): Return a cons pair with buffer positions of
21089 beginning and end of entry.
21090 (bibtex-enclosing-field): Simplify.
21091 (bibtex-format-entry): Use booktitle to set a missing title.
21092 (bibtex-autokey-get-names): Fiddle with regexps.
21093 (bibtex-generate-autokey): Use identity.
21094 (bibtex-parse-keys): Use simplified parsing algorithm if
21095 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21096 arguments. Return alist of keys.
21097 (bibtex-parse-strings): Simplify. Return alist of strings.
21098 (bibtex-complete-string-cleanup): Fix docstring.
21099 (bibtex-read-key): New function.
21100 (bibtex-mode): Fix docstring. Do not parse for keys and
21101 strings when the mode is entered. Set fill-paragraph-function to
21102 bibtex-fill-field. Setup font-lock-mark-block-function the way
21103 font-lock intended.
21104 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21105 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21106 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21107 (bibtex-Preamble): Avoid hard coded constants.
21108 (bibtex-make-field): Fix docstring. Simplify.
21109 (bibtex-beginning-of-entry): Always return new position of point.
21110 (bibtex-end-of-entry): Rearrange cond clauses.
21111 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21112 Update for changes of bibtex-map-entries.
21113 (bibtex-ispell-abstract): Do not move point.
21114 (bibtex-entry-index): Use downcase. Simplify.
21115 (bibtex-lessp): Handle catch-all.
21116 (bibtex-find-crossref): Turn into a command.
21117 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21118 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21119 preamble entries.
21120 (bibtex-fill-field-bounds): New function.
21121 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21122 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21123 (bibtex-String): Use bibtex-strings. Always obey
21124 bibtex-sort-ignore-string-entries.
21125
21126 2003-07-05 John Paul Wallington <jpw@gnu.org>
21127
21128 * cus-theme.el (customize-create-theme):
21129 Call `customize-create-theme' in Reset widget's notify function.
21130
21131 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21132 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21133 (define-ibuffer-column name): Add summarizer.
21134 (define-ibuffer-column size): Likewise.
21135 (define-ibuffer-column filename): Likewise.
21136 (define-ibuffer-column process): Likewise. Change BODY's output too.
21137 (define-ibuffer-column filename-and-process): Likewise, likewise.
21138 (ibuffer): Remove local vars `already-in' and `need-update'.
21139
21140 * ibuf-ext.el: Don't require `derived' at compile-time.
21141
21142 2003-07-05 Kim F. Storm <storm@cua.dk>
21143
21144 * info.el: Disable paragraph refilling.
21145 (Info-refill-paragraphs): New defcustom.
21146 (Info-fontify-node): Use it.
21147
21148 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21149
21150 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21151 thingies from constructors created by defstruct.
21152
21153 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21154 the default value of the variable.
21155 (byte-code-meter): Move declaration to top level.
21156
21157 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21158
21159 * info.el (Info-following-node-name-re): New fun.
21160 (Info-following-node-name): Remove.
21161 (Info-insert-dir): Use the new fun.
21162 (Info-extract-pointer): Don't save restriction; use new fun.
21163 (Info-menu-entry-name-re): New const.
21164 (Info-menu-entry-name-re): Use it along with new fun.
21165 (Info-node-spec-re): Use new fun.
21166 (Info-complete-menu-item, Info-fontify-node): Use new const.
21167 (Info-goto-node, Info-follow-reference, Info-menu-update):
21168 Use match-string.
21169 (Info-follow-reference): Use assoc-string.
21170 Use a list of strings for the completion table.
21171 (Info-fontify-node): Use match-string, line-end-position.
21172 Limit the search for `node:' to the first line.
21173
21174 * newcomment.el (uncomment-region): Remove padding coming from
21175 comment-start rather than just from comment-padding.
21176
21177 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21178 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21179 (vc-cvs-rename-file): Remove (use the default).
21180 (vc-cvs-register): Register parent dir if needed.
21181 (vc-cvs-could-register): Return non-nil if parent can be registered.
21182 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21183 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21184
21185 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21186 (vc-svn-update): Fix the arguments to `svn'.
21187 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21188 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21189 Simple implementations, assuming `name' is a URL.
21190
21191 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21192 set of chars allowed unquoted in a case pattern.
21193
21194 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21195
21196 * font-lock.el (font-lock-extra-types-widget)
21197 (c-font-lock-extra-types, c++-font-lock-extra-types)
21198 (objc-font-lock-extra-types, java-font-lock-extra-types)
21199 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21200 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21201 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21202 (font-lock-match-c++-structor-declaration)
21203 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21204 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21205 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21206 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21207 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21208 (java-font-lock-keywords-3, java-font-lock-keywords)
21209 (java-font-lock-syntactic-face-function): Remove obsolete code
21210 and constants. It's all in cc-fonts.el now.
21211
21212 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21213
21214 * mail/sendmail.el (mail-specify-envelope-from)
21215 (mail-envelope-from): Doc fix.
21216
21217 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21218
21219 * generic-x.el: Do away with the dependency on `c-emacs-features'
21220 when populating `rul-generic-mode-syntax-table'; we already know
21221 this isn't XEmacs.
21222
21223 See ChangeLog.10 for earlier changes.
21224
21225 ;; Local Variables:
21226 ;; coding: iso-2022-7bit
21227 ;; End:
21228
21229 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21230 Copying and distribution of this file, with or without modification,
21231 are permitted provided the copyright notice and this notice are preserved.
21232
21233 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1