]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-381
[gnu-emacs] / lisp / ChangeLog
1 2005-06-10 Miles Bader <miles@gnu.org>
2
3 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
4 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
5 Remove "-face" suffix from face names.
6 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
9 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
10 Use renamed pcvs faces.
11 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
12 * pcvs-defs.el (cvs-mode-map): Likewise.
13 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
14
15 * info.el (info-title-1, info-title-2, info-title-3)
16 (info-title-4): Remove "-face" suffix from and downcase face names.
17 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18 (Info-title-4-face):
19 New backward-compatibility aliases for renamed faces.
20 (Info-fontify-node): Use renamed info faces.
21
22 * hilit-chg.el (highlight-changes, highlight-changes-delete):
23 Remove "-face" suffix from face names.
24 (highlight-changes-face, highlight-changes-delete-face):
25 New backward-compatibility aliases for renamed faces.
26 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
27 (hilit-chg-make-list): Use renamed highlight-changes faces.
28
29 * generic-x.el (show-tabs-tab, show-tabs-space):
30 Remove "-face" suffix from face names.
31 (show-tabs-tab-face, show-tabs-space-face):
32 New backward-compatibility aliases for renamed faces.
33 (show-tabs-generic-mode-font-lock-defaults-1)
34 (show-tabs-generic-mode-font-lock-defaults-2):
35 Use renamed show-tabs faces.
36
37 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
38 (smerge-markers): Remove "-face" suffix from face names.
39 (smerge-mine-face, smerge-other-face, smerge-base-face)
40 (smerge-markers-face):
41 New backward-compatibility aliases for renamed faces.
42 (smerge-mine-face, smerge-other-face, smerge-base-face)
43 (smerge-markers-face): Use renamed smerge faces.
44
45 * log-view.el (log-view-file, log-view-message):
46 Remove "-face" suffix from face names.
47 (log-view-file-face, log-view-message-face):
48 New backward-compatibility aliases for renamed faces.
49 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
50
51 * paren.el (show-paren-match, show-paren-mismatch):
52 Remove "-face" suffix from face names.
53 (show-paren-match-face, show-paren-mismatch-face):
54 New backward-compatibility aliases for renamed faces.
55 (show-paren-function): Use renamed show-paren faces.
56
57 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
58 (ruler-mode-margins, ruler-mode-fringes)
59 (ruler-mode-column-number, ruler-mode-fill-column)
60 (ruler-mode-comment-column, ruler-mode-goal-column)
61 (ruler-mode-tab-stop, ruler-mode-current-column):
62 Remove "-face" suffix from face names.
63 (ruler-mode-default-face, ruler-mode-pad-face)
64 (ruler-mode-margins-face, ruler-mode-fringes-face)
65 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
66 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
67 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
68 New backward-compatibility aliases for renamed faces.
69 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
70 (ruler-mode-column-number, ruler-mode-fill-column)
71 (ruler-mode-comment-column, ruler-mode-goal-column)
72 (ruler-mode-tab-stop, ruler-mode-current-column)
73 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
74
75 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
76 face name.
77 (whitespace-highlight-the-space): Use renamed face.
78 (whitespace-highlight-face): New backward-compatibility aliases
79 for renamed face.
80
81 * woman.el (woman-italic, woman-bold, woman-unknown)
82 (woman-addition, woman-symbol-face):
83 Remove "-face" suffix from face names.
84 (woman-italic-face, woman-bold-face, woman-unknown-face)
85 (woman-addition-face):
86 New backward-compatibility aliases for renamed faces.
87 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
88 (woman-decode-region, woman-replace-match)
89 (woman-display-extended-fonts, woman-special-characters)
90 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
91 Use renamed woman faces.
92
93 * longlines.el (longlines-visible-face): Face removed.
94
95 * diff-mode.el (diff-header, diff-file-header, diff-index)
96 (diff-hunk-header, diff-removed, diff-added, diff-changed)
97 (diff-function, diff-context, diff-nonexistent): Remove "-face"
98 suffix from face names.
99 (diff-header-face, diff-file-header-face, diff-index-face)
100 (diff-hunk-header-face, diff-removed-face, diff-added-face)
101 (diff-changed-face, diff-function-face, diff-context-face)
102 (diff-nonexistent-face): New backward-compatibility aliases for
103 renamed faces.
104 (diff-header-face, diff-file-header-face)
105 (diff-index, diff-index-face, diff-hunk-header)
106 (diff-hunk-header-face, diff-removed, diff-removed-face)
107 (diff-added, diff-added-face, diff-changed-face, diff-function)
108 (diff-function-face, diff-context-face, diff-nonexistent)
109 (diff-nonexistent-face): Use renamed diff-mode faces.
110
111 * progmodes/compile.el (compilation-warning-face)
112 (compilation-info-face): Remove "-face" suffix from face names.
113 (compilation-warning-face, compilation-info-face):
114 New backward-compatibility aliases for renamed faces.
115 (compilation-warning-face, compilation-info-face):
116 Use renamed compilation faces.
117
118 * add-log.el (change-log-date, change-log-name)
119 (change-log-email, change-log-file, change-log-list)
120 (change-log-conditionals, change-log-function)
121 (change-log-acknowledgement): Remove "-face" suffix from face names.
122 (change-log-date-face, change-log-name-face)
123 (change-log-email-face, change-log-file-face)
124 (change-log-list-face, change-log-conditionals-face)
125 (change-log-function-face, change-log-acknowledgement-face):
126 New backward-compatibility aliases for renamed faces.
127 (change-log-font-lock-keywords): Use renamed change-log faces.
128
129 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
130 (custom-set, custom-changed, custom-saved, custom-button)
131 (custom-button-pressed, custom-documentation, custom-state)
132 (custom-comment, custom-comment-tag, custom-variable-tag)
133 (custom-variable-button, custom-face-tag, custom-group-tag-1)
134 (custom-group-tag): Remove "-face" suffix from face names.
135 (custom-magic-alist, custom-magic-value-create)
136 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
137 (custom-invalid-face, custom-rogue-face, custom-modified-face)
138 (custom-set-face, custom-changed-face, custom-saved-face)
139 (custom-button-face, custom-button-pressed-face)
140 (custom-documentation-face, custom-state-face)
141 (custom-comment-face, custom-comment-tag-face)
142 (custom-variable-tag-face, custom-variable-button-face)
143 (custom-face-tag-face, custom-group-tag-face-1)
144 (custom-group-tag-face):
145 New backward-compatibility aliases for renamed faces.
146
147 * wid-edit.el (widget-documentation, widget-button)
148 (widget-field, widget-single-line-field, widget-inactive)
149 (widget-button-pressed): "-face" suffix removed from face names.
150 (widget-documentation-face, widget-button-face)
151 (widget-field-face, widget-single-line-field-face)
152 (widget-inactive-face, widget-button-pressed-face):
153 New backward-compatibility aliases for renamed faces.
154 (widget-documentation-face, widget-button-face)
155 (widget-button-pressed-face, widget-specify-field)
156 (widget-specify-inactive): Use renamed widget faces.
157
158 2005-06-10 Kenichi Handa <handa@m17n.org>
159
160 * term/x-win.el (x-clipboard-yank): Remove condition-case
161 wrapping.
162
163 2005-06-11 Kenichi Handa <handa@m17n.org>
164
165 * add-log.el (change-log-font-lock-keywords): Make the regexp for
166 date lines stricter.
167
168 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
169
170 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
171 of x-get-selection.
172
173 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
174
175 * comint.el (comint-mode, comint-snapshot-last-prompt):
176 * frame.el (frame-current-scroll-bars):
177 * term.el (term-mode, term-check-proc, term-input-sender)
178 (term-simple-send, term-extract-string, term-word)
179 (term-match-partial-filename):
180 * window.el (window-current-scroll-bars):
181 * emulation/cua-base.el (cua-normal-cursor-color)
182 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
183 (cua-global-mark-cursor-color):
184 * mail/undigest.el (rmail-forward-separator-regex):
185 Fix typos in docstrings.
186
187 * comint.el (comint-check-proc, make-comint-in-buffer)
188 (comint-source-default): Doc fixes.
189
190 * term.el (term-send-string): Improve argument/docstring
191 consistency.
192
193 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
194
195 * comint.el (comint-send-input): Bind `inhibit-read-only' around
196 call to `delete-region'.
197 (comint-mode-hook): Do not enable Font Lock by default.
198
199 2005-06-09 Lute Kamstra <lute@gnu.org>
200
201 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
202 could be void.
203
204 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * emacs-lisp/debug.el (debugger-will-be-back): New var.
207 (debug): Use it.
208 (debugger-step-through, debugger-continue, debugger-jump)
209 (debugger-return-value): Set it when needed.
210 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
211 Use inhibit-read-only.
212
213 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
214
215 * window.el (shrink-window-if-larger-than-buffer)
216 (window-size-fixed): Fix typo in docstring.
217
218 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
219 thumbnails directory on loading.
220 (thumbs-conversion-program): Use `eq' to check the system type,
221 not `equal'.
222 (thumbs-temp-dir): Initialize to `temporary-file-directory',
223 not "/tmp". Fix docstring.
224 (thumbs-thumbsdir): New function to return the thumbnails
225 directory, creating it if needed.
226 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
227 (thumbs-temp-file): Delete variable and make it into a function.
228 (thumbs-resize-image, thumbs-modify-image): Use it.
229 (thumbs-kill-buffer): Simplify.
230 (thumbs-gensym): Defalias or duplicate CL `gensym'.
231 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
232 docstrings.
233
234 2005-06-09 Kim F. Storm <storm@cua.dk>
235
236 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
237 set-match-data to free markers in match-data.
238
239 * replace.el (replace-match-data): Pass RESEAT arg `t' to
240 match-data to unchain markers in match-data.
241
242 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
245 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
246 unnecessary now.
247
248 2005-06-08 Richard M. Stallman <rms@gnu.org>
249
250 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
251 give the variable a doc string that doesn't say don't set it directly.
252
253 * textmodes/ispell.el (ispell-check-version):
254 Use match-string-no-properties.
255 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
256 (ispell-buffer-local-words): Likewise.
257
258 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
259 except on terminals with enough colors to really display it.
260 (makefile-dependency-regex): Delete spurious `bb'.
261
262 * faces.el (escape-glyph): Use blue once again in last case.
263 (no-break-space): Redefine so that it isn't invisible on a tty.
264
265 2005-06-08 Kim F. Storm <storm@cua.dk>
266
267 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
268 also when reading directory name.
269
270 2005-06-08 Lute Kamstra <lute@gnu.org>
271
272 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
273 (flyspell-mode-line-string): Remove autoload cookie.
274 (flyspell-mode): Remove defvar.
275
276 2005-06-07 Lute Kamstra <lute@gnu.org>
277
278 * textmodes/org.el (org-run-mode-hooks): New function.
279 (org-agenda-mode): Use it.
280
281 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
282
283 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
284
285 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
288
289 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
290
291 * font-lock.el (font-lock-add-keywords): Doc fix.
292
293 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
296 (tex-compile-default): In the absence of any history, use the order in
297 tex-compile-alist to choose the preferred command.
298 (tex-compile-commands): Reorder a bit.
299
300 * textmodes/flyspell.el (flyspell-auto-correct-binding)
301 (flyspell-incorrect-face, flyspell-duplicate-face):
302 Use (X)Emacs-agnostic code.
303 (flyspell-mode-map): Don't overwrite at each load. Remove code
304 redundant with the subsequent add-minor-mode. Merge Emacs and
305 XEmacs code.
306 (flyspell-word): Minor simplification.
307 (flyspell-math-tex-command-p): Quieten the byte-compiler.
308 (flyspell-external-point-words): Remove unused vars `size' and `start'.
309 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
310 Merge the corresponding Emacs code.
311 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
312
313 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
314 a dedicated window.
315
316 * international/latexenc.el (latexenc-find-file-coding-system):
317 Undo part of last patch, to turn off a compiler warning.
318
319 2005-06-06 Juri Linkov <juri@jurta.org>
320
321 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
322 Rename `tmm-inactive-face' to `tmm-inactive'.
323
324 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
325
326 * iswitchb.el: Rename faces.
327
328 2005-06-06 Kim F. Storm <storm@cua.dk>
329
330 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
331 (cua-global-mark): Remove -face suffix from face names.
332
333 * emulation/cua-gmrk.el (cua--init-global-mark):
334 Remove cua-global-mark face setup.
335
336 2005-06-06 Richard M. Stallman <rms@gnu.org>
337
338 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
339 just like other allowed characters.
340 (makefile-match-dependency): Exclude leading and training whitespace
341 from the range of regexp subexp 1.
342 (makefile-macroassign-regex): Don't try to match the body,
343 just the name of the macro being defined.
344
345 * info.el (Info-read-node-name-2): New function.
346 (Info-read-node-name-1): Use that.
347 Add a completion-base-size-function property.
348
349 * simple.el (completion-setup-function): Look for
350 completion-base-size-function property of
351 minibuffer-completion-table.
352
353 * files.el (locate-file-completion): Doc fix.
354
355 * printing.el: Don't call pr-update-menus; user must do that.
356
357 * emacs-lisp/debug.el (debugger-window): New variable.
358 (debug): Use debugger-window if it is set and still alive.
359 Record debugger-window for next entry.
360
361 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
362
363 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
364
365 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
366 (hack-one-local-variable, hack-local-variables)
367 (hack-local-variables-prop-line): Pass that arg.
368
369 2005-06-06 Kim F. Storm <storm@cua.dk>
370
371 * ido.el (ido-first-match, ido-only-match, ido-subdir)
372 (ido-indicator): Remove -face suffix from face names.
373
374 2005-06-06 Juri Linkov <juri@jurta.org>
375
376 * font-lock.el (font-lock-regexp-backslash)
377 (font-lock-regexp-backslash-construct): New faces.
378 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
379 after `('. Add `while-no-input' to control structures.
380
381 * faces.el (no-break-space, shadow): New faces.
382 (escape-glyph): Use less loud colors pink2 and red4.
383
384 * diff-mode.el (diff-context-face)
385 * dired.el (dired-ignored)
386 * rfn-eshadow.el (file-name-shadow)
387 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
388
389 * info.el (Info-title-1-face): Use green instead of yellow because
390 bold yellow is not readable on light backgrounds.
391
392 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
393 before selecting the desired mode to not spend time fontifying
394 old contents.
395
396 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
397
398 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
399 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
400
401 * ps-print.el (ps-default-fg, ps-default-bg):
402 Fix typos in docstrings.
403
404 * isearchb.el (isearchb): Don't pass a spurious second argument to
405 `iswitchb-completions'.
406
407 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
408
409 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
410 to preserve point.
411 (gdb-find-file-hook): Add doc string.
412
413 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
414 C dereferenced pointer expression.
415 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
416
417 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
418
419 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
420 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
421 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
422 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
423 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
424 Make background transparent.
425
426 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
427
428 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
429 (font-lock-remove-keywords): Doc fix.
430 (font-lock-mode-major-mode): Compiler defvar.
431 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
432
433 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
434 (font-lock-mode): Update `font-lock-mode-major-mode'.
435 (font-lock-set-defaults): Compiler defvar.
436 (font-lock-default-function): Take `font-lock-mode-major-mode'
437 into account.
438
439 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
440 keep track of which major mode it enabled the minor mode for.
441 Use find-file-hook again. Update docstring.
442
443 * simple.el (eval-expression-print-level)
444 (eval-expression-print-length, eval-expression-debug-on-error):
445 Doc fixes.
446
447 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
448
449 * iswitchb.el (iswitchb-single-match-face)
450 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
451 (iswitchb-invalid-regexp-face): New faces.
452 (iswitchb-completions): Use them.
453 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
454 now marked as an obsolete alias.
455 (iswitchb-read-buffer): Remove check for bound font variables.
456 (iswitchb-invalid-regexp): New free variable.
457 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
458 set iswitchb-invalid-regexp.
459 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
460 invalid regexps.
461 (iswitchb-completions): Add check for complete match when entering
462 a regexp.
463 (iswitchb-completions): Remove require-match argument.
464 (iswitchb-exhibit): Fix caller.
465 (iswitchb-common-match-inserted): New variable.
466 (iswitchb-complete, iswitchb-completion-help): Use it.
467
468 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
469
470 * url-http.el (url-http-chunked-encoding-after-change-function):
471 Use `url-http-debug' instead of `message'.
472
473 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
474
475 * url-http.el (url-http-parse-headers): Pass redirected URL as a
476 callback argument.
477
478 2005-06-04 Kim F. Storm <storm@cua.dk>
479
480 * simple.el (line-move): Only call sit-for when moving backwards.
481
482 * ido.el (ido-make-merged-file-list-1): New defun split from
483 ido-make-merged-file-list.
484 (ido-make-merged-file-list): Bind throw-on-input around call to
485 ido-make-merged-file-list-1. Return input-pending-p if
486 interrupted by more input available.
487 (ido-read-internal): Handle input-pending-p return value from
488 ido-make-merged-file-list.
489
490 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
491
492 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
493 compatibility code.
494
495 * international/latexenc.el (latexenc-find-file-coding-system):
496 Don't inherit the EOL part of the coding-system from the
497 tex-main buffer. Fit within 80 columns.
498
499 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
500
501 * tmm.el (tmm-inactive-face): New face.
502 (tmm-remove-inactive-mouse-face): New function.
503 (tmm-prompt, tmm-add-one-shortcut)
504 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
505 but not selectable.
506
507 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
508
509 * faces.el (face-equal): Improve argument/docstring consistency.
510
511 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
512
513 * progmodes/make-mode.el (makefile-targets-face)
514 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
515 (makefile-bsdmake-dependency-regex)
516 (makefile-makepp-rule-action-regex)
517 (makefile-bsdmake-rule-action-regex): New constants.
518 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
519
520 * progmodes/compile.el (compilation-error-regexp-alist-alist):
521 Allow (...) within `...' for makepp messages.
522
523 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
524
525 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
526
527 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
528 "." files are deleted from all file lists before comparison.
529
530 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
531 (viper-ESC-key): Made them customizable.
532
533 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
534
535 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
536
537 * autorevert.el (auto-revert-buffers): Use save-match-data.
538
539 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
542 menu items with a nil command binding.
543
544 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
545
546 * emacs-lisp/cl-macs.el (defsetf):
547 Improve argument/docstring consistency.
548
549 * faces.el (list-faces-display): Improve the formatting by
550 computing the maximum length required for any face-name (reworked
551 patch of 1999-01-11, accidentally deleted on 1999-07-21).
552 (internal-find-face): Remove redundant info in docstring.
553
554 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
555
556 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
557 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
558 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
559 (gdb-assembler-custom): Improve regexps.
560 (def-gdb-auto-update-handler): Use window point to preserve point.
561
562 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
565
566 2005-05-31 Jay Belanger <belanger@truman.edu>
567
568 * calc/calc-embed.el (calc-embedded-word): Change argument passed
569 to calc-embedded.
570 (calc-embedded-make-info): Have plain prefix argument select
571 entire line.
572
573 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
574
575 * faces.el (list-faces-display): Signal error if passed a regexp
576 that matches no face name.
577
578 * simple.el (filter-buffer-substring): Fix typo in docstring.
579
580 2005-05-31 Richard M. Stallman <rms@gnu.org>
581
582 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
583 (vhdl-emacs-21): Doc fix.
584 (vhdl-mode): Unconditionally set comment-padding.
585 (vhdl-fixup-whitespace-region): Insert spaces only where
586 there are none.
587 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
588
589 2005-05-30 John Wiegley <johnw@newartisans.com>
590
591 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
592 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
593 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
594 `directory-sep-char' to ?/, and all uses of `string-to-int' to
595 `string-to-number'.
596
597 2005-05-30 Jay Belanger <belanger@truman.edu>
598
599 * calc/calc.el (calc-bug-address): Fix docstring.
600 (calc-window-hook, calc-trail-window-hook): New variables.
601 (calc-trail-display): Restore use of calc-trail-window-hook.
602 (calc): Restore use of calc-window-hook.
603
604 2005-05-31 Masatake YAMATO <jet@gyve.org>
605
606 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
607
608 * help-fns.el (help-C-file-name): Add autoload mark for
609 `find-function-noselect'.
610
611 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
614 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
615
616 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
617
618 * calendar/diary-lib.el (mark-included-diary-files): Only kill
619 included diary buffer if it was not already being visited.
620 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
621
622 * calendar/icalendar.el (top-level): Do not require 'appt.
623
624 * mail/supercite.el (sc-select-attribution): Only use a list
625 element from sc-attrib-selection-list if it returns a string.
626 Reported by Davide G. M. Salvetti <salve@debian.org>.
627
628 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
629
630 * thumbs.el (thumbs-thumbname): The resulting thubname now
631 includes a hash value to improve its uniqueness, and has a ".jpg"
632 extension. Also, it is now a valid filename on all systems.
633 (thumbs-make-thumb): Use `let', not `let*'.
634 (thumbs-show-thumbs-list): Check for JPEG availability.
635
636 2005-05-30 Richard M. Stallman <rms@gnu.org>
637
638 * filesets.el (filesets-menu-ensure-use-cached):
639 Prevent warning when emacs-version>= is undefined.
640
641 * printing.el (pr-interactive-n-up): Use string-to-number.
642
643 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
644
645 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
646 Warn only when name to be defined is quoted.
647
648 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
649
650 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
651 Make regexp more robust.
652 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
653 Force regeneration of disassembly.
654
655 2005-05-29 Jay Belanger <belanger@truman.edu>
656
657 * calc/calc.el (calc-user-invocation): Check if
658 calc-invocation-macro is non-nil.
659
660 2005-05-29 Juri Linkov <juri@jurta.org>
661
662 * add-log.el (change-log-font-lock-keywords):
663 Add `+' to e-mail regexp to accept mail address with keywords.
664
665 * man.el (Man-name-regexp): Add `:' to accept qualified names.
666
667 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
668
669 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
670
671 * ielm.el (inferior-emacs-lisp-mode): Ditto.
672
673 2005-05-29 Richard M. Stallman <rms@gnu.org>
674
675 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
676 Undo the change that moves to end of the current word.
677
678 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
679
680 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
681 Throw error when count <= 0 to ensure input is a number.
682 (gdb-read-memory-custom): Pick up address from buffer.
683 (gdb-memory-mode): Allow user to increment and decrement
684 memory address from header line.
685
686 2005-05-29 Richard M. Stallman <rms@gnu.org>
687
688 * flyspell.el (flyspell-version): Function deleted.
689 (flyspell-auto-correct-previous-hook): Doc fix.
690
691 * jit-lock.el (jit-lock-function, jit-lock-after-change):
692 Do nothing if memory is full.
693
694 * font-lock.el (font-lock-fontify-syntactically-region):
695 Pass t for GREEDY to looking-back.
696
697 * saveplace.el (save-place-alist-to-file): Write the file
698 using write-region.
699
700 * subr.el (looking-back): New argument GREEDY.
701
702 * progmodes/compile.el (compilation-start): Set the mode
703 before inserting the initial text.
704
705 * progmodes/which-func.el (which-func-update-1): Turn the mode
706 off in case of error by setting which-func-mode.
707
708 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
709
710 * flyspell.el (flyspell-auto-correct-previous-word):
711 Narrow down to what's on the screen, and recenter overlays
712 at the end of the next word.
713
714 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
715
716 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
717 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
718 (flyspell-abbrev-p): Default to nil.
719 (flyspell-use-global-abbrev-table-p): Doc fix.
720 (flyspell-large-region): Allow nil as value.
721 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
722
723 (mail-mode-flyspell-verify): More robust handling
724 of `mail-header-separator'. More efficient signature detection.
725 Allow for regexp metacharacters in message-header-separator.
726 Adding `To' not to be checked in mail-mode-flyspell-verify.
727
728 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
729 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
730 Bind flyspell-auto-correct-binding.
731 Bind C-. and C-, .
732 (flyspell-mode-map): Likewise.
733 (flyspell-mode): Doc fix.
734 (flyspell-accept-buffer-local-defs): Preserve current buffer.
735 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
736 (flyspell-word-cache-result): New var, always local.
737 (flyspell-check-pre-word-p): Doc fix.
738 (flyspell-check-changed-word-p): Handle spc like newline.
739 (flyspell-post-command-hook): Set flyspell-word-cache-result.
740 (flyspell-word-search-backward, flyspell-word-search-forward):
741 New functions.
742 (flyspell-word): Return t if nothing to check.
743 When parsing TeX code, check for after } or \.
744 Use flyspell-word-search-backward to find previous word.
745 Return nil if duplicated word.
746 For word already checked, return same value as last time.
747 Set flyspell-word-cache-result after checking.
748 Don't clobber the return value.
749 (flyspell-get-word): Major rewrite.
750 (flyspell-external-point-words): New locals pword, pcount.
751 Fix size used in progress message.
752 Find the proper corresponding word in flyspell-large-region-buffer.
753 (flyspell-region): Check for flyspell-large-region = nil.
754 (flyspell-highlight-incorrect-region): Clean up overlays in region.
755 (flyspell-auto-correct-word): Check that WORD is a cons.
756 (flyspell-correct-word): Likewise.
757
758 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
759
760 * progmodes/make-mode.el (makefile-rule-action-regex)
761 (makefile-macroassign-regex, makefile-makepp-mode)
762 (makefile-bsdmake-mode): Continuation lines may be empty.
763 Reported by Joshua Varner.
764 (makefile-makepp-font-lock-keywords): Add $(stem).
765
766 2005-05-28 Karl Berry <karl@gnu.org>
767
768 * textmodes/tex-mode.el: Now that tex-send-command calls
769 shell-quote-argument (2005-03-31 change), remove all calls to
770 shell-quote-argument; they all end up invoking tex-send-command.
771 The double quoting loses on filenames with non-safe characters,
772 such as "@". Reported by Frederik Fouvry.
773
774 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
775
776 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
777 about preserving point.
778
779 2005-05-27 Jay Belanger <belanger@truman.edu>
780
781 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
782 Info-goto-node.
783
784 * calc/calc-embed.el (calc-embed-arg): New variable.
785 (calc-do-embedded-activate, calc-embedded-activate-formula)
786 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
787 variable by new variable.
788 (calc-embedded-make-info): Replace undeclared variable by new
789 variable. When selecting region with positive prefix
790 argument, use end of previous line instead of beginning of line.
791
792 * calc/calc-aent.el (calc-arg-values): Declare it.
793
794 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
795 Declare them.
796
797 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
798
799 * calc/calc.el (calc-alg-map): Declare it.
800
801 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
802
803 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
804
805 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
806 (gdb-registers-buffer, toggle-gdb-all-registers):
807 Toggle display of floating point registers.
808 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
809
810 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
811 (toggle-gud-tooltip-dereference):
812 Rename from gud-toggle-tooltip-dereference.
813
814 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
815
816 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
817
818 2005-05-27 Jay Belanger <belanger@truman.edu>
819
820 * calc/calc-prog.el (calc-kbd-report): Remove.
821 (calc-kbd-query): Rewrite.
822
823 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
824
825 * image.el (image-library-alist): Move to image.c.
826 (image-type-available-p): Doc fix.
827
828 2005-05-27 Lute Kamstra <lute@gnu.org>
829
830 * calc/calc.el (calc):
831 * outline.el (outline-1, outline-2, outline-3, outline-4)
832 (outline-5, outline-6, outline-7, outline-8):
833 * textmodes/dns-mode.el (dns-mode):
834 * textmodes/sgml-mode.el (sgml-namespace-face):
835 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
836 (tex-verbatim-face, tex-use-reftex):
837 * textmodes/texinfo.el (texinfo-heading-face):
838 Specify customization group.
839
840 * longlines.el: Don't require easy-mmode.
841 (longlines-visible-face): Specify customization group.
842
843 2005-05-27 Kenichi Handa <handa@m17n.org>
844
845 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
846 encoding table of windows-1251.
847
848 * international/ucs-tables.el (ucs-set-table-for-input):
849 If translation-table-for-input of a coding system is a symbol, get
850 its translation-table property.
851
852 * international/code-pages.el: Don't register a coding system into
853 non-iso-charset-alist more than once.
854 (cp-make-coding-system): Likewise.
855
856 2005-05-26 John Wiegley <johnw@newartisans.com>
857
858 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
859 `eshell-resume-eval' is wrapped in a list, it indicates that the
860 command was run asynchronously. In that case, unwrap the value
861 before checking the delimiter value.
862
863 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
864 character before a space at the end of a line is \, assume the space
865 is part of the last argument rather than a final argument separator.
866
867 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
868 is in use, and the target is `t' or `nil' (which are the most common
869 values), don't assume that the symbol target is a buffer.
870
871 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
872
873 * calendar/calendar.el (calendar-mode-line-format):
874 Use mode-line-highlight as mouse-face.
875
876 * time.el (display-time-string-forms, display-time-update):
877 Use mode-line-highlight as mouse-face.
878
879 2005-05-26 Jay Belanger <belanger@truman.edu>
880
881 * calc/calc.el (calc-language-alist): Remove extra defvar.
882
883 2005-05-26 Lute Kamstra <lute@gnu.org>
884
885 * arc-mode.el (archive-mode):
886 * bookmark.el (bookmark-read-annotation-mode)
887 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
888 * bs.el (bs-mode):
889 * calc/calc-yank.el (calc-edit-mode):
890 * calc/calc.el (calc-mode, calc-trail-mode):
891 * calculator.el (calculator-mode):
892 * chistory.el (command-history-mode):
893 * comint.el:
894 * cus-edit.el (custom-mode):
895 * descr-text.el (describe-text-mode):
896 * ebuff-menu.el (Electric-buffer-menu-mode):
897 * ediff-util.el (ediff-mode):
898 * emacs-lisp/re-builder.el (reb-mode):
899 * emulation/vi.el (vi-mode-setup):
900 * emulation/ws-mode.el (wordstar-mode):
901 * eshell/esh-mode.el (eshell-mode):
902 * forms.el (forms-mode):
903 * help-mode.el (help-mode):
904 * hexl.el (hexl-mode):
905 * ibuffer.el (ibuffer-mode):
906 * ielm.el (inferior-emacs-lisp-mode):
907 * info.el (Info-mode, Info-edit-mode):
908 * international/swedish.el:
909 * ledit.el (ledit-from-lisp-mode):
910 * locate.el (locate-mode):
911 * mail/rmail.el (rmail-mode):
912 * mail/rmailedit.el (rmail-edit-mode):
913 * mail/rmailsum.el (rmail-summary-mode):
914 * mail/supercite.el (sc-electric-mode):
915 * net/eudc.el (eudc-mode):
916 * net/quickurl.el (quickurl-list-mode):
917 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
918 * obsolete/ooutline.el (outline-mode):
919 * obsolete/options.el (Edit-options-mode):
920 * obsolete/rnews.el (news-mode):
921 * obsolete/rnewspost.el (news-reply-mode):
922 * play/5x5.el (5x5-mode):
923 * play/decipher.el (decipher-mode, decipher-stats-mode):
924 * play/gomoku.el (gomoku-mode):
925 * play/snake.el (snake-mode):
926 * play/solitaire.el (solitaire-mode):
927 * play/tetris.el (tetris-mode):
928 * progmodes/ada-mode.el (ada-mode):
929 * progmodes/antlr-mode.el (antlr-mode):
930 * progmodes/autoconf.el (autoconf-mode):
931 * progmodes/dcl-mode.el (dcl-mode):
932 * progmodes/delphi.el (delphi-mode):
933 * progmodes/ebrowse.el (ebrowse-tree-mode)
934 (ebrowse-electric-list-mode, ebrowse-member-mode)
935 (ebrowse-electric-position-mode):
936 * progmodes/f90.el (f90-mode):
937 * progmodes/fortran.el (fortran-mode):
938 * progmodes/icon.el (icon-mode):
939 * progmodes/idlw-help.el (idlwave-help-mode):
940 * progmodes/idlw-shell.el (idlwave-shell-mode):
941 * progmodes/idlwave.el (idlwave-mode):
942 * progmodes/inf-lisp.el (inferior-lisp-mode):
943 * progmodes/m4-mode.el (m4-mode):
944 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
945 * progmodes/modula2.el (modula-2-mode):
946 * progmodes/octave-inf.el (inferior-octave-mode):
947 * progmodes/octave-mod.el (octave-mode):
948 * progmodes/pascal.el (pascal-mode):
949 * progmodes/sh-script.el (sh-mode):
950 * progmodes/sql.el (sql-mode, sql-interactive-mode):
951 * progmodes/vhdl-mode.el (vhdl-mode):
952 * progmodes/xscheme.el (scheme-interaction-mode):
953 * replace.el (occur-mode):
954 * ses.el (ses-mode):
955 * simple.el (completion-list-mode):
956 * skeleton.el:
957 * speedbar.el (speedbar-mode):
958 * term.el (term-mode):
959 * terminal.el (terminal-edit-mode):
960 * textmodes/reftex-index.el (reftex-index-mode)
961 (reftex-index-phrases-mode):
962 * textmodes/reftex-sel.el (reftex-select-label-mode)
963 (reftex-select-bib-mode):
964 * textmodes/reftex-toc.el (reftex-toc-mode):
965 * wdired.el (wdired-change-to-wdired-mode):
966 * wid-browse.el (widget-browse-mode):
967 Use run-mode-hooks.
968
969 * array.el (array-mode):
970 * calendar/todo-mode.el (todo-mode):
971 * man.el (Man-mode):
972 * play/landmark.el (lm-mode):
973 * play/mpuz.el (mpuz-mode):
974 Use kill-all-local-variables and run-mode-hooks.
975
976 * subr.el (delay-mode-hooks): Specify indentation.
977
978 2005-05-26 Mark A. Hershberger <mah@everybody.org>
979
980 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
981
982 2005-05-26 Jay Belanger <belanger@truman.edu>
983
984 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
985 of nil.
986
987 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
988
989 * progmodes/gdb-ui.el (gdb-frame-address):
990 Rename from gdb-current-address.
991 (gdb-previous-frame-address): Rename from gdb-previous-address.
992 (gdb-selected-frame): Rename from gdb-current-frame.
993 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
994 (gdb-frame-number): Rename from gdb-current-stack-level.
995 (gdb-ann3): Match new mode-name for disassembly buffer.
996 Extend initialisation of variables.
997 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
998 (gdb-memory-mode): Use mouse-face in header line.
999 (gdb-assembler-buffer-name): Call it disassembly and give frame
1000 in mode line.
1001 (gdb-source-spec-regexp, gdb-assembler-custom)
1002 (gdb-invalidate-assembler, gdb-frame-handler):
1003 Make robust to leading zeroes in address format.
1004
1005 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1006
1007 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1008 define `org-mode'.
1009 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1010
1011 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * log-edit.el (log-edit-changelog-entries): Distinguish between
1014 filenames like xfns.c and fns.c.
1015
1016 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1017
1018 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1019 point after reverting.
1020 (Buffer-menu-make-sort-button): Handle the case where
1021 `Buffer-menu-use-header-line' is nil.
1022
1023 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1024
1025 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1026 New funcs. In minibuffer-local-completion-map bind `]', `/'
1027 and `:' to them.
1028
1029 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * startup.el (normal-top-level): Allow modification of load-path while
1032 we're iterating over it.
1033
1034 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1035
1036 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1037 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1038 (thumbs-resize-interactive, thumbs-insert-image)
1039 (thumbs-insert-thumb, thumbs-dired-show-marked)
1040 (thumbs-find-image-at-point, thumbs-delete-images)
1041 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1042 (thumbs-increment-image-size, thumbs-decrement-image-size):
1043 Fix typos in docstrings.
1044
1045 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1046
1047 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1048 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1049 (cperl-mode): Use them.
1050
1051 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1052
1053 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1054 Doc fixes.
1055
1056 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1057
1058 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1059 Bind C-d to gdb-inferior-io-eof.
1060
1061 * dired.el (dired-dnd-popup-notice): Use message-box.
1062
1063 2005-05-23 Masatake YAMATO <jet@gyve.org>
1064
1065 * bindings.el (mode-line-major-mode-keymap):
1066 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1067
1068 * faces.el (mode-line-highlight): New face.
1069
1070 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1071 as mouse-face.
1072
1073 * bindings.el (top-level, help-echo, mode-line-modified)
1074 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1075 as mouse-face.
1076
1077 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1078
1079 * progmodes/cc-engine.el (c-guess-basic-syntax):
1080 Remove spurious call to `zerop'.
1081
1082 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1083
1084 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1085
1086 CC Mode update to 5.30.10:
1087
1088 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1089 could go past the limit in decoration level 2, thereby causing
1090 errors during interactive fontification.
1091
1092 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1093 the file is evaluated interactively.
1094
1095 * cc-engine.el (c-guess-basic-syntax): Handle operator
1096 declarations somewhat better in C++.
1097
1098 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1099 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1100 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1101 (awk-mode): Use it.
1102 (make-local-hook): Suppress warning about obsoleteness.
1103
1104 * cc-engine.el, cc-align.el, cc-cmds.el
1105 (c-append-backslashes-forward, c-delete-backslashes-forward)
1106 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1107 Compensate for return value from `forward-line' when it has moved
1108 but not to a different line due to eob.
1109
1110 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1111 `objc-method-intro' and `objc-method-args-cont'.
1112
1113 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1114
1115 CC Mode update to 5.30.10:
1116
1117 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1118 in the copyright statement. Incidentally, change "along with GNU
1119 Emacs" to "along with this program" where it occurs.
1120
1121 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1122 so that it is interactive, hence can be found by M-x awk-mode
1123 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1124 <gmorris+emacs@ast.cam.ac.uk>.
1125
1126 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1127 Mode's regexps.
1128
1129 2005-05-23 Kevin Ryde <user42@zip.com.au>
1130
1131 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1132 c-parse-state, to avoid a lisp error (on bad code).
1133
1134 2005-05-23 Lute Kamstra <lute@gnu.org>
1135
1136 * subr.el (font-lock-defaults): Remove defvar as it's already
1137 defined in font-core.el.
1138
1139 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1140
1141 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1142
1143 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1144 more general and work when GDB variable "print pretty" is on,
1145 as with Emacs, for example.
1146
1147 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1148
1149 * font-core.el: Update comment.
1150
1151 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1152 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1153
1154 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1155
1156 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1157
1158 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1159 and `yank-handler' in the doc strings.
1160
1161 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1164
1165 2005-05-22 Richard M. Stallman <rms@gnu.org>
1166
1167 * help.el (describe-key): Move print-help-return-message call
1168 out of conditional.
1169
1170 * progmodes/etags.el (list-tags): Use with-no-warnings.
1171
1172 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1173 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1174 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1175
1176 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1177
1178 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1179 Add defvar.
1180
1181 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1182 Use defvar, not defconst.
1183
1184 * hexl.el (hexl-follow-line): Use with-no-warnings.
1185
1186 * emulation/tpu-extras.el: Use write-file-functions instead of
1187 write-file-hooks.
1188
1189 * dired.el (dired-font-lock-keywords): Fontify files with junk
1190 extensions even if marked by -F.
1191
1192 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1193
1194 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1195 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1196 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1197 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1198 (concatenate, list-length, get*, getf, cl-remprop):
1199 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1200 (etypecase, progv, lexical-let, lexical-let*)
1201 (multiple-value-bind, multiple-value-setq, shiftf):
1202 Improve argument/docstring consistency.
1203
1204 * subr.el (focus-frame, unfocus-frame):
1205 Revert deletion on 2005-05-01.
1206
1207 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1208
1209 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1210 doesn't exist.
1211
1212 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1213 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1214
1215 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1216
1217 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1218 already deleted variables: auto-fill-hook, blink-paren-hook,
1219 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1220 suspend-hooks, comment-indent-hook, meta-flag,
1221 before-change-function, after-change-function,
1222 font-lock-doc-string-face.
1223
1224 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1225
1226 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1227
1228 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1229
1230 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1231 rmail-dont-reply-to.
1232
1233 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1234
1235 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1236 literal blank when splitting new-header-values.
1237
1238 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1239
1240 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1241 string so that tmm doesn't create a completion entry for it.
1242
1243 * textmodes/table.el (table-disable-menu): Ditto.
1244
1245 2005-05-21 Richard M. Stallman <rms@gnu.org>
1246
1247 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1248
1249 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1250
1251 * net/rcompile.el (remote-compile): Use compilation-start.
1252
1253 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1254
1255 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1256
1257 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1258 Default to makefile-bsdmake-mode on BSD systems.
1259
1260 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1261 REGEXP may also be a search function now. The part of doc-string
1262 for describing the structure was 95% identical to that of
1263 `imenu--generic-function'. Unify it there.
1264
1265 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1266 Use function to find dependencies, because regexp alone is so complex,
1267 it easily goes into an endless loop.
1268 (makefile-makepp-mode): Also add submenu for Perl functions
1269 defined in the makefile.
1270 (makefile-bsdmake-mode): Special imenu-generic-expression no
1271 longer needed, due to function call.
1272 (makefile-match-dependency): Take BOUND into account when checking
1273 if we're through.
1274
1275 2005-05-20 Jay Belanger <belanger@truman.edu>
1276
1277 * calc/calc-units.el (calc-invalidate-units-table):
1278 Use inhibit-read-only.
1279 (math-build-units-table-buffer): Use view-mode.
1280
1281 2005-05-20 David Kastrup <dak@gnu.org>
1282
1283 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1284 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1285
1286 2005-05-20 Lute Kamstra <lute@gnu.org>
1287
1288 * diff-mode.el (diff-header-face, diff-file-header-face)
1289 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1290 (diff-added-face, diff-changed-face, diff-function-face)
1291 (diff-context-face, diff-nonexistent-face): Put them in the
1292 diff-mode customization group.
1293
1294 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1297
1298 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1299
1300 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1301 Minor regexp-optimization.
1302
1303 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1304
1305 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1306 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1307 (org-agenda-add-time-grid-maybe): New function.
1308 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1309 (org-table-create): `dotimes' instead of `mapcar'.
1310 (org-xor): Simplify implementation.
1311 (org-agenda): `inhibit-redisplay' turned on.
1312 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1313 a consistent line after a state change.
1314 (org-agenda-remove-times-when-in-prefix): New option.
1315 (org-prefix-has-time): New variable.
1316 (org-parse-time-string): Optional argument NODEFAULT.
1317 (org-format-agenda-item): Parse items for time-of-day
1318 specifications and move these into the prefix if possible.
1319 (org-agenda-priority): Get current heading, not previous heading
1320 during agenda remote editing.
1321
1322 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1323
1324 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1325 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1326 (remove-duplicates, delete-duplicates, substitute)
1327 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1328 (nsubstitute-if-not, find, find-if, find-if-not, position)
1329 (position-if, position-if-not, count, count-if, count-if-not)
1330 (mismatch, search, sort*, stable-sort, merge, member*)
1331 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1332 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1333 (intersection, nintersection, set-difference, nset-difference)
1334 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1335 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1336 (nsublis, tree-equal): Improve argument/docstring consistency.
1337
1338 * subr.el (send-string, send-region):
1339 Remove obsolescence declaration.
1340 (window-dot, set-window-dot, read-input, show-buffer)
1341 (eval-current-buffer, string-to-int):
1342 Add release number to obsolescence declarations.
1343
1344 2005-05-19 Kim F. Storm <storm@cua.dk>
1345
1346 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1347 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1348
1349 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1350
1351 * faces.el (list-faces-display): Make back button respect optional
1352 regexp arg.
1353
1354 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1355
1356 * calculator.el (calculator-radix-grouping-mode)
1357 (calculator-radix-grouping-digits, calculator-displayer)
1358 (calculator-radix-grouping-separator, calculator-copy-displayer):
1359 * dabbrev.el (dabbrev-search-these-buffers-only):
1360 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1361 (diff-advance-after-apply-hunk, diff-mode-hook)
1362 (diff-minor-mode-prefix):
1363 * imenu.el (imenu-use-popup-menu):
1364 * jit-lock.el (jit-lock-context-time):
1365 * newcomment.el (comment-fill-column, comment-column)
1366 (comment-style, comment-padding, comment-multi-line)
1367 (comment-empty-lines, comment-auto-fill-only-comments):
1368 * reveal.el (reveal-around-mark):
1369 * uniquify.el (uniquify-buffer-name-style)
1370 (uniquify-after-kill-buffer-p)
1371 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1372 (uniquify-min-dir-content, uniquify-separator)
1373 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1374 * w32-vars.el (w32-fixed-font-alist):
1375 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1376 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1377 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1378 * progmodes/perl-mode.el (perl-indent-level)
1379 (perl-continued-statement-offset, perl-continued-brace-offset)
1380 (perl-brace-offset, perl-brace-imaginary-offset)
1381 (perl-label-offset, perl-indent-continued-arguments)
1382 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1383 * progmodes/tcl.el (tcl-indent-level)
1384 (tcl-continued-indent-level, tcl-auto-newline)
1385 (tcl-tab-always-indent, tcl-electric-hash-style)
1386 (tcl-help-directory-list, tcl-use-smart-word-finder)
1387 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1388 (inferior-tcl-source-command):
1389 * textmodes/fill.el (enable-kinsoku):
1390 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1391 * textmodes/table.el (table-yank-handler):
1392 Specify missing group (and type, if simple) in defcustom.
1393
1394 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1395
1396 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1397
1398 2005-05-19 Richard M. Stallman <rms@gnu.org>
1399
1400 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1401
1402 * subr.el (event-basic-type): Don't get an error.
1403 (left-fringe-p): Function deleted.
1404
1405 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1406 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1407
1408 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1409 in recursive copy.
1410
1411 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1412
1413 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1414
1415 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1416 Call byte-compile-nogroup-warn if appropriate.
1417
1418 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1419 (compilation-set-window): Don't call left-fringe-p; do it directly.
1420
1421 2005-05-19 Jay Belanger <belanger@truman.edu>
1422
1423 * calc/calc-graph.el (calc-graph-format-data): Make sure
1424 var-PlotRejects is bound before trying to check its value.
1425
1426 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1427
1428 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1429 definition of this variable from reftex-global.el to reftex.el,
1430 because it is needed in the menu.
1431
1432 2005-05-19 Lute Kamstra <lute@gnu.org>
1433
1434 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1435 years are fixed. Don't insert a space after a dash.
1436
1437 2005-05-19 Kim F. Storm <storm@cua.dk>
1438
1439 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1440
1441 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1442
1443 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1444 strings, because (eq ... ?\\) is fairly frequent.
1445
1446 * progmodes/make-mode.el (makefile-add-this-line-targets):
1447 Simplify and integrate into `makefile-pickup-targets'.
1448 (makefile-add-this-line-macro): Simplify and integrate into
1449 `makefile-pickup-macros.
1450 (makefile-pickup-filenames-as-targets): Simplify.
1451 (makefile-previous-dependency, makefile-match-dependency):
1452 Don't stumble over `::'.
1453
1454 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1455
1456 * subr.el (post-command-idle-hook, post-command-idle-delay):
1457 Remove obsoletion of post-command-idle-hook and
1458 post-command-idle-delay.
1459
1460 * faces.el (list-faces-display): Provide button when describe-face
1461 is called to take user back to the list of faces.
1462
1463 * help-fns.el (describe-variable): Remove hyperlinks in a
1464 variable's value as these are quite frequently inappropriate.
1465
1466 * follow.el (follow-submit-feedback, follow-mode):
1467 Remove references to post-command-idle-hook.
1468
1469 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1470
1471 * progmodes/make-mode.el (makefile-previous-dependency)
1472 (makefile-match-dependency): Check for := (and in bsd mode also
1473 !=) to give a better result, even when font-lock is not on.
1474
1475 2005-05-18 Jay Belanger <belanger@truman.edu>
1476
1477 * calc/calc-help.el (calc-s-prefix-help):
1478 Add `calc-copy-special-constant' to help string.
1479
1480 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1481
1482 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1483
1484 2005-05-18 Jay Belanger <belanger@truman.edu>
1485
1486 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1487 in linear factors are in proper order.
1488
1489 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1490
1491 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1492 Support for jurabib.
1493
1494 * textmodes/reftex.el (featurep): Define aliases for overlay
1495 commands, for XEmacs compatibility, and use these aliases in
1496 overlay initializations.
1497 (reftex-highlight): Use `reftex-move-overlay'.
1498 (reftex-unhighlight): Use `reftex-delete-overlay'.
1499 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1500 (reftex-access-search-path): Use `reftex-uniquify' instead of
1501 `reftex-uniq'
1502
1503 * textmodes/reftex-sel.el (reftex-select-unmark):
1504 Overlay `before-string' property modification enables for Emacs as well.
1505 (reftex-select-item): Use `reftex-delete-overlay'.
1506 (reftex-select-mark): Use `reftex-make-overlay' and
1507 `reftex-overlay-put'.
1508 (reftex-select-unmark): Use `reftex-delete-overlay' and
1509 `reftex-overlay-put'.
1510
1511 2005-05-18 Lute Kamstra <lute@gnu.org>
1512
1513 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1514
1515 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1516
1517 * add-log.el (add-change-log-entry):
1518 * array.el (array-make-template, array-reconfigure-rows)
1519 (array-init-max-row, array-init-max-column)
1520 (array-init-columns-per-line, array-init-field-width):
1521 * replace.el (replace-match-maybe-edit, perform-replace):
1522 * textmodes/spell.el (spell-region):
1523 Replace `read-input' by `read-string'.
1524
1525 * forms.el (forms-mode):
1526 * finder.el (finder-compile-keywords):
1527 * shadowfile.el (shadow-read-files):
1528 Replace `eval-current-buffer' by `eval-buffer'.
1529
1530 * terminal.el (te-pass-through):
1531 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1532 (ange-ftp-raw-send-cmd):
1533 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1534 (send-process-next-char, telnet-initial-filter, telnet):
1535 Replace `send-string' by `process-send-string'.
1536
1537 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1538 (prolog-consult-region): Replace `send-string' by
1539 `process-send-string'; replace `send-region' by `process-send-region'.
1540
1541 * progmodes/delphi.el (delphi-log-msg):
1542 Replace `set-window-dot' by `set-window-point'.
1543
1544 * subr.el (window-dot, set-window-dot, read-input, send-string)
1545 (send-region, show-buffer, eval-current-buffer):
1546 Make really obsolete, as the comment says.
1547
1548 2005-05-17 Kim F. Storm <storm@cua.dk>
1549
1550 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1551 (cua--init-keymaps): Bind C-return instead of S-return to set
1552 rectangle mark.
1553
1554 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1555 instead of S-return to toggle/clear rectangle mark.
1556
1557 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1558
1559 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1560 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1561 Also fontify plain strings assigned to variables, mostly so that a
1562 colon has a face and is thus not taken as a dependency separator.
1563 (makefile-previous-dependency): Inline the new matcher, because it
1564 is too complex to work in both directions.
1565 (makefile-match-dependency): Eliminate `backward' arg (see above).
1566 Completely reimplemented so as to not sometimes go into an endless
1567 loop. It should also be more efficient, because first it only
1568 searches for `:', instead of applying the very complex regexp.
1569 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1570 to be fontified in one piece can be too long for JIT.
1571 Makefiles are never *that* big.
1572
1573 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1574
1575 * dired.el (dired-mode): Simplify.
1576
1577 2005-05-17 Lute Kamstra <lute@gnu.org>
1578
1579 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1580 defcustom for the mode hook variable.
1581
1582 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1583 Emacs Lisp Reference Manual.
1584
1585 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1586
1587 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1588 (evenp, list*):
1589 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1590 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1591
1592 * net/tramp-smb.el (tramp-smb-open-connection):
1593 Pass `tramp-chunksize' as fifth (required) argument.
1594
1595 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1596
1597 * font-lock.el (lisp-font-lock-keywords-1):
1598 Set `font-lock-negation-char-face' for [^...] char group.
1599 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1600
1601 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1602 a var, and refine it to mask one more level of nested vars.
1603 (makefile-rule-action-regex): Turn it into a var, and refine it so
1604 it recognizes backslashed continuation lines as belonging to the
1605 same command.
1606 (makefile-macroassign-regex): Refine it so it recognizes
1607 backslashed continuation lines as belonging to the same command.
1608 (makefile-var-use-regex): Don't look at the next char, because it
1609 might be the same one to be skipped by the initial [^$], leading
1610 to an overlooked variable use.
1611 (makefile-make-font-lock-keywords): Remove two parameters, which
1612 are now variables that some of the modes set locally.
1613 Handle dependency and rule action matching through functions, because
1614 regexps alone match too often. Dependency matching now comes
1615 last, so it can check, whether a colon already matched something else.
1616 (makefile-mode): Inform that font-lock improves makefile parsing
1617 capabilities.
1618 (makefile-match-dependency, makefile-match-action): New functions.
1619
1620 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1621
1622 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1623
1624 * align.el (align-regexp):
1625 * ansi-color.el (ansi-color-get-face):
1626 * array.el (array-reconfigure-rows, array-init-max-row)
1627 (array-init-max-column, array-init-columns-per-line)
1628 (array-init-field-width):
1629 * dired-aux.el (dired-trample-file-versions):
1630 * dired-x.el (dired-mark-sexp):
1631 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1632 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1633 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1634 * faces.el (face-read-integer):
1635 * files.el (backup-extract-version, insert-directory):
1636 * hexl.el (hexl-insert-decimal-char):
1637 * server.el (server-process-filter):
1638 * shell.el (shell-extract-num):
1639 * startup.el (command-line-1):
1640 * term.el (term-command-hook):
1641 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1642 (time-stamp-do-number):
1643 * time.el (display-time-update):
1644 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1645 (timezone-fix-time):
1646 * vms-patch.el (vms-suspend-resume-hook):
1647 * calendar/appt.el (appt-convert-time):
1648 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1649 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1650 * calendar/cal-islam.el (mark-islamic-diary-entries):
1651 * calendar/calendar.el (calendar-cursor-to-date)
1652 (calendar-star-date):
1653 * calendar/diary-lib.el (diary-attrtype-convert)
1654 (mark-diary-entries, diary-entry-time):
1655 * calendar/solar.el (solar-get-number):
1656 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1657 * emacs-lisp/re-builder.el (reb-display-subexp):
1658 * emulation/edt.el (edt-set-scroll-margins):
1659 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1660 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1661 (vip-get-ex-count):
1662 * emulation/viper-ex.el (viper-get-ex-token)
1663 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1664 * international/fontset.el (fontset-plain-name):
1665 * mail/feedmail.el (feedmail-look-at-queue-directory):
1666 * mail/mailalias.el (mail-get-names):
1667 * mail/rmail.el (rmail-convert-to-babyl-format):
1668 * mail/rmailsum.el (rmail-make-basic-summary-line)
1669 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1670 (rmail-summary-goto-msg):
1671 * mail/smtpmail.el (smtpmail-read-response):
1672 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1673 (ange-ftp-vms-add-file-entry):
1674 * play/gametree.el (gametree-looking-at-ply)
1675 (gametree-current-branch-score):
1676 * progmodes/ada-xref.el (ada-prj-find-prj-file)
1677 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1678 * progmodes/cperl-mode.el (condition-case):
1679 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1680 (ebrowse-set-member-buffer-column-width)
1681 (ebrowse-select-1st-to-9nth):
1682 * progmodes/etags.el (etags-snarf-tag):
1683 * progmodes/flymake.el (flymake-parse-line):
1684 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1685 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1686 (idlwave-shell-menu-def):
1687 * progmodes/ps-mode.el (ps-run-goto-error):
1688 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1689 (vhdl-speedbar-contract-level):
1690 * term/mac-win.el (x-handle-numeric-switch):
1691 * term/sun-mouse.el (sun-get-frame-data):
1692 * term/w32-win.el (x-handle-numeric-switch):
1693 * term/x-win.el (x-handle-numeric-switch):
1694 * textmodes/ispell.el (ispell-parse-output):
1695 * textmodes/nroff-mode.el (nroff-outline-level):
1696 * textmodes/reftex-cite.el (reftex-bib-sort-year)
1697 (reftex-bib-sort-year-reverse, reftex-format-citation):
1698 * textmodes/reftex-parse.el (reftex-init-section-numbers)
1699 (reftex-section-number):
1700 * textmodes/texinfmt.el (texinfo-paragraphindent):
1701 Replace `string-to-int' by `string-to-number'.
1702
1703 * international/latexenc.el: Add page marker to force the "Local
1704 Variables:" string out of the last page.
1705
1706 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1707
1708 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
1709 tooltip-change-major-mode.
1710 (gud-tooltip-print-command): Remove case where gud-minor-mode
1711 is gdb ("--fullname").
1712 (gud-tooltip-tips): Turn GUD tooltips off for this case and
1713 explain to user.
1714
1715 2005-05-16 Jay Belanger <belanger@truman.edu>
1716
1717 * calc/calc-store.el (calc-copy-special-constant): New function.
1718
1719 * calc/calc-ext.el (calc-init-extensions): Add binding for
1720 `calc-copy-special-constant'.
1721
1722 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
1723 for the `calc-copy-special-constant' command.
1724
1725 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1726
1727 * subr.el (left-fringe-p): New function.
1728
1729 * progmodes/compile.el (compilation-setup): Set local value of
1730 overlay-arrow-string to "" always.
1731 (compilation-set-window): Left fringe then don't scroll.
1732 No left fringe then no arrow and scroll message to top.
1733 (compilation-context-lines): Adjust doc string accordingly.
1734
1735 2005-05-16 Kim F. Storm <storm@cua.dk>
1736
1737 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1738 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
1739 (ido-wide-find-dir-or-delete-dir): New command for M-d.
1740 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
1741 (ido-read-file-name): Handle commands with ido property value
1742 equal to find-file as reading a file name, to allow C-d to enter dired.
1743 (ibuffer-find-file): Add ido property with value find-file.
1744
1745 2005-05-15 Kim F. Storm <storm@cua.dk>
1746
1747 * subr.el (open-network-stream-nowait): Remove.
1748 (open-network-stream-server): Remove.
1749
1750 2005-05-15 Richard M. Stallman <rms@gnu.org>
1751
1752 * faces.el (describe-face): Output a definition link button.
1753
1754 * help-mode.el (help-face-def): New button type.
1755
1756 * emacs-lisp/copyright.el (copyright-fix-years):
1757 Match properly if the first year is 2-digit.
1758 Don't mess up the whitespace after the years by filling.
1759
1760 * dired-aux.el (dired-mark-confirm):
1761 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
1762
1763 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
1764 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
1765 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
1766
1767 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1768 Set font-lock-comment-start-skip.
1769
1770 * font-lock.el (font-lock-comment-start-skip): New variable.
1771 (font-lock-comment-end-skip): New variable.
1772 (font-lock-fontify-syntactically-region): Use them if non-nil.
1773
1774 2005-05-15 Jay Belanger <belanger@truman.edu>
1775
1776 * calc/calc-store.el (calc-store-value): Return a string rather
1777 than display it as a message.
1778 Use calc-var-name for variable name.
1779 (calc-store-into): Add the result of calc-store-value to message.
1780 (calc-copy-variable): Add a message.
1781 (calc-store-exchange): Improve error messages.
1782 (calc-store-binary, calc-store-map): Don't reset the values of
1783 special constants.
1784
1785 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1786
1787 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
1788 manual to docstring.
1789
1790 * files.el (hack-local-variables-confirm): Add STRING argument.
1791 Make the function handle non file visiting buffers correctly.
1792 (hack-local-variables-prop-line, hack-local-variables)
1793 (hack-one-local-variable): Use STRING arg of
1794 `hack-local-variables-confirm'.
1795
1796 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
1797
1798 Sync with Tramp 2.0.49.
1799
1800 * tramp.el (tramp-handle-dired-call-process)
1801 (tramp-handle-insert-directory):`insert-buffer' cannot be used
1802 because the contents of the Tramp buffer is changed before
1803 insertion (`expand-file' and alike).
1804 (tramp-handle-insert-directory): If `localname' has an empty
1805 nondirectory name, it must not be quoted.
1806 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
1807 variable `tramp-chunksize'. Change callees.
1808 (tramp-open-connection-setup-interactive-shell): Check remote host
1809 for buggy `send-process-string' implementation.
1810 Set `tramp-chunksize' if found. Reported by Michael Kifer
1811 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
1812 (tramp-handle-shell-command): `insert-buffer' cannot be used
1813 because the contents of the Tramp buffer is changed before
1814 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
1815 <frederic.bothamy@free.fr>.
1816 (tramp-set-auto-save): Actions should be done for Tramp file name
1817 handler only. Ange-FTP has its own auto-save mechanism.
1818 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
1819 (tramp-set-auto-save-file-modes): Set file modes of
1820 `buffer-auto-save-file-name' to ?\600 as fallback solution.
1821 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
1822 (tramp-bug): Remove obsolete variable.
1823 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
1824 for presence of `mml-mode'. Make it running for older Emacsen as well.
1825
1826 2005-05-14 John Paul Wallington <jpw@pobox.com>
1827
1828 * ibuf-ext.el (define-ibuffer-filter filename):
1829 If `dired-directory' is a list, use its car.
1830
1831 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
1832
1833 * ibuffer.el (define-ibuffer-column filename):
1834 If `dired-directory' is a list, use its car.
1835
1836 2005-05-14 Richard M. Stallman <rms@gnu.org>
1837
1838 * subr.el (symbol-file): Doc fix.
1839
1840 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
1841 (byte-compile-form): Call byte-compile-nogroup-warn.
1842 (byte-compile-warning-types): Doc fix.
1843
1844 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
1845
1846 * progmodes/cc-engine.el (c-literal-faces):
1847 Add font-lock-comment-delimiter-face.
1848
1849 * net/net-utils.el (dig): Use with-no-warnings.
1850
1851 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
1852 (sc-recite-frame-alist, sc-default-cite-frame)
1853 (sc-default-uncite-frame, sc-default-recite-frame)
1854 (sc-attrib-selection-list, sc-rewrite-header-list):
1855 Mark as risky-local-variable.
1856
1857 * international/ogonek.el (ogonek-jak, ogonek-how):
1858 Don't use beginning-of-buffer.
1859
1860 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
1861
1862 * calendar/solar.el (solar-data-list): Move definition up.
1863
1864 * dnd.el (dnd-protocol-alist): Add autoload.
1865
1866 * progmodes/sh-script.el: Many doc usage fixes.
1867 (sh-indent-after-do): Change default to match common styles.
1868
1869 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
1870
1871 * files.el (interpreter-mode-alist)
1872 (auto-mode-interpreter-regexp): Doc fixes.
1873
1874 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
1875
1876 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
1877
1878 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
1879
1880 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1881
1882 * dired.el (dired-mode): make-variable-buffer-local =>
1883 make-local-variable.
1884
1885 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1886
1887 * term/mac-win.el (mac-select-convert-to-string): Try coding
1888 systems in mac-script-code-coding-systems if specified one cannot
1889 encode string for `com.apple.traditional-mac-plain-text'.
1890
1891 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
1892
1893 * progmodes/make-mode.el (makefile-targets-face)
1894 (makefile-shell-face, makefile-makepp-perl-face): New faces.
1895 (makefile-dependency-regex): Fix it to not make the colon in
1896 $(var:a=b) special.
1897 (makefile-rule-action-regex): New regexp for highlighting embedded
1898 Shell strings.
1899 (makefile-macroassign-regex): Handle != for highlighting as
1900 embedded Shell strings.
1901 (makefile-var-use-regex): New const.
1902 (makefile-statements, makefile-automake-statements)
1903 (makefile-gmake-statements, makefile-makepp-statements)
1904 (makefile-bsdmake-statements): New consts.
1905 (makefile-make-font-lock-keywords): New function.
1906 (makefile-automake-font-lock-keywords)
1907 (makefile-gmake-font-lock-keywords)
1908 (makefile-makepp-font-lock-keywords)
1909 (makefile-bsdmake-font-lock-keywords): New consts.
1910 (makefile-mode-map): Add switchers between the various submodes.
1911 (makefile-mode): Document the availability of the variants.
1912 (makefile-automake-mode, makefile-gmake-mode)
1913 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
1914
1915 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
1916 new variants of makefile-mode.
1917
1918 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1919
1920 * font-lock.el (font-lock-comment-delimiter-face): Fix up
1921 the inheritance.
1922
1923 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
1924
1925 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
1926 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
1927
1928 * files.el (normal-mode): Extend the scope of the
1929 `enable-local-variables' binding to include the `set-auto-mode' call.
1930 (magic-mode-alist): Doc fix.
1931
1932 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1933
1934 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
1935 font-lock-comment-face rather than copying its setting.
1936
1937 2005-05-12 Andreas Schwab <schwab@suse.de>
1938
1939 * eshell/esh-mode.el (eshell-send-input): Doc fix.
1940
1941 2005-05-12 Lute Kamstra <lute@gnu.org>
1942
1943 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
1944 defcustom for the mode hook variable. Delete the last argument.
1945 * generic-x.el: Fix callers of define-generic-mode.
1946 (generic-x-modes): Delete group.
1947 (show-tabs-tab-face, show-tabs-space-face): Put them in the
1948 generic-x customization group.
1949
1950 2005-05-12 Kim F. Storm <storm@cua.dk>
1951
1952 * font-lock.el (font-lock-negation-char-face): Default to "off".
1953
1954 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
1955 font-lock-negation-char-face to ! in !=.
1956
1957 2005-05-12 Masatake YAMATO <jet@gyve.org>
1958
1959 * add-log.el (find-change-log): Fix typos in the docstring
1960 of function.
1961
1962 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1963
1964 * international/latexenc.el (latexenc-find-file-coding-system):
1965 Avoid `re-search-forward' when looking for input encoding because
1966 of speed and safety. Better regular expressions for recognizing
1967 input encoding. Limit a search for TeX-master/tex-main-file to
1968 the local variable section.
1969
1970 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
1971
1972 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
1973 syntax of $ to "'" (quote).
1974
1975 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1976
1977 * dnd.el (dnd-protocol-alist): Improve custom type.
1978
1979 * dired.el (dired-dnd-protocol-alist): New variable.
1980 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
1981 `dired-mode-hook' to the end.
1982
1983 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1984
1985 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
1986 comment-end if comment-start-skip is not set.
1987 Obey the font-lock-comment-delimiter-face variables.
1988
1989 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1990
1991 * files.el (executable-find): Move from executable.el. Use locate-file.
1992 * progmodes/executable.el (executable-find): Move to files.el.
1993
1994 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
1995 when trying to ensure forward progress.
1996
1997 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2000 (mouse-select, mouse-select-internal, mouse-extend-internal):
2001 Use it to implement mouse-1-click-follows-link functionality.
2002
2003 2005-05-11 Richard M. Stallman <rms@gnu.org>
2004
2005 * font-lock.el (font-lock-fontify-syntactically-region):
2006 Use font-lock-comment-delimiter-face for comment delimiters.
2007
2008 2005-05-10 Jay Belanger <belanger@truman.edu>
2009
2010 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2011 preserving embedded modes.
2012
2013 2005-05-10 Richard M. Stallman <rms@gnu.org>
2014
2015 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2016
2017 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2018 Move from ada-stmt.el.
2019 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2020
2021 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2022 Move to ada-mode.el.
2023 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2024
2025 * cus-edit.el (custom-file): Call file-chase-links.
2026
2027 * files.el (read-directory-name): Fix previous change.
2028 (hack-local-variables-confirm): New function.
2029 (hack-local-variables-prop-line, hack-local-variables)
2030 (hack-one-local-variable): Use it.
2031
2032 2005-05-10 Lute Kamstra <lute@gnu.org>
2033
2034 * font-lock.el (font-lock-keywords-alist)
2035 (font-lock-removed-keywords-alist): Clarify docstrings.
2036
2037 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2038
2039 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2040 (gdb-source-info): Check for preprocessor info.
2041 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2042 a macro for a function.
2043 (gdb-info-breakpoints-custom): Try to find file again if not already
2044 found (user might have used GDB dir command).
2045 (gdb-get-location): Update gdb-location-alist correctly for change
2046 to gdb-info-breakpoints-custom.
2047
2048 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2049 (gud-tooltip-print-command): Add gdbmi case.
2050 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2051 preprocessor info.
2052
2053 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2054
2055 * startup.el (fancy-splash-insert): Fix typo in doc string.
2056
2057 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2058
2059 * obsolete/float.el (string-to-float):
2060 * obsolete/hilit19.el (hilit-add-pattern):
2061 * obsolete/rnews.el (news-parse-range, news-select-message)
2062 (news-get-pruned-list-of-files): Replace `string-to-int' by
2063 `string-to-number'.
2064
2065 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2066 `find-file-not-found-hooks'; use `add-hook'.
2067 (uncompress-while-visiting): Set `write-file-functions', not
2068 `write-file-hooks'; use `add-hook'.
2069
2070 2005-05-09 Kim F. Storm <storm@cua.dk>
2071
2072 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2073 (cua-paste): Handle clipboard action.
2074 (cua--init-keymaps): Remap clipboard-kill-region and
2075 clipboard-kill-ring-save.
2076
2077 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2078
2079 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2080 Improve commentary.
2081
2082 * simple.el (next-error-overlay-arrow-position): Revert the change
2083 made on 2005-04-30.
2084
2085 2005-05-07 Jay Belanger <belanger@truman.edu>
2086
2087 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2088 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2089 `calc-sel-reselect'.
2090
2091 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2092 Calc is in embedded mode.
2093
2094 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2095
2096 * progmodes/compile.el (compilation-setup):
2097 Set overlay-arrow-string to an empty string on text terminals.
2098
2099 * textmodes/ispell.el (ispell-program-name): Try looking for
2100 "aspell" along exec-path, and if found, use it as the default
2101 speller program.
2102
2103 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2104
2105 * international/mule.el (sgml-xml-auto-coding-function):
2106 Recognize encoding='FOO' in single quotes as well as in double quotes.
2107
2108 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2109
2110 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2111 as well as `interactive', so that defmacro* would recognize
2112 `declare' forms.
2113
2114 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2115
2116 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2117 Explain more about the LIGHTER arg's usage in the doc string.
2118 Add commentary to clarify what the code does. Fix the regexp that
2119 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2120 since it could have characters special to regular expressions.
2121
2122 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2123
2124 * replace.el (occur-1): Bind inhibit-read-only so that
2125 erase-buffer doesn't barf on read-only text properties (likewise
2126 for add-text-properties in occur-engine). Mark buffer as unmodified.
2127 (occur-engine): Don't set buffer-read-only here.
2128
2129 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2130
2131 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2132 list-buffers-directory. This caused the *cvs-commit* buffer to be
2133 sometimes mistakenly reused as a *cvs* buffer.
2134
2135 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2136
2137 * tooltip.el: Move code for GUD tooltips into gud.el.
2138 (require): CL no longer needed to compile case.
2139 (tooltip-mode): Do not toggle functions for GUD tooltips.
2140 (tooltip-gud-tips-p): Remove. Replace with minor mode
2141 gud-tooltip-mode in gud.el.
2142 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2143 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2144 tooltip-gud prefix with gud-tooltip and obsolete.
2145 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2146 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2147 (tooltip-mouse-motion): Mouse movement functions/variable.
2148 Rename in gud.el by adding gud prefix.
2149 (tooltip-gud-original-filter, tooltip-gud-dereference)
2150 (tooltip-gud-event, tooltip-toggle-gud-tips)
2151 (tooltip-gud-process-output, tooltip-gud-print-command)
2152 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2153 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2154 (gdb-tooltip-print): Move to gdb-ui.el.
2155
2156 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2157 (require): CL needed to compile case.
2158 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2159 tooltip-gud-tips-p. Make it a minor-mode.
2160 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2161 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2162 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2163 (gud-tooltip-change-major-mode)
2164 (gud-tooltip-activate-mouse-motions-if-enabled)
2165 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2166 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2167 (gud-tooltip-original-filter, gud-tooltip-dereference)
2168 (gud-tooltip-event, tooltip-toggle-gud-tips)
2169 (gud-tooltip-process-output, gud-tooltip-print-command)
2170 (gud-tooltip-tips): Move from tooltip.el.
2171
2172 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2173 (gdb-cpp-define-alist-flags): Doc fix.
2174 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2175 gud-tooltip-mode is t.
2176
2177 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2178
2179 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2180 evaporate if their text is deleted.
2181 (goto-address-at-point): Make it work as a mouse binding as well.
2182 (goto-address-at-mouse): Obsolete it. Update users.
2183
2184 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2185
2186 * calendar/appt.el (top-level): No longer activate on load.
2187
2188 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2189
2190 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2191 * net/webjump.el (webjump):
2192 * progmodes/idlw-help.el (idlwave-do-context-help1)
2193 (idlwave-highlight-linked-completions):
2194 * textmodes/po.el (po-find-file-coding-system-guts):
2195 Replace `assoc-ignore-case' by `assoc-string'.
2196
2197 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2198
2199 * files.el (locate-file): Doc fix.
2200
2201 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2202 Remove the redundant test for ms-dos.
2203
2204 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2205 look for the preprocessor with exec-suffixes. If not found in
2206 standard places, look in exec-path. Remove most of the tests that
2207 used system-type.
2208
2209 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2210
2211 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2212
2213 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2214 file-name clash with jka-compr.el on 8+3 filesystems.
2215
2216 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2217
2218 * term/mac-win.el: Don't define or bind scroll bar functions if
2219 x-toolkit-scroll-bars is t.
2220 (x-select-text, x-get-selection-value):
2221 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2222 (PRIMARY): Put mac-scrap-name property.
2223 (mac-select-convert-to-file-url): New function.
2224 (public.file-url): New selection target type. Add to
2225 selection-converter-alist.
2226 (x-get-selection, x-selection-value): Handle it.
2227 (x-cut-buffer-or-selection-value): New alias.
2228
2229 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2230
2231 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2232 entry to avoid calling bibtex-find-entry with arg global
2233 being t. Remove arg key.
2234 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2235 (bibtex-copy-summary-as-kill): Change accordingly.
2236
2237 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2240 (org-agenda-date-later): Use with-current-buffer.
2241
2242 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2243
2244 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2245 (define-obsolete-variable-alias): Doc Fixes.
2246
2247 2005-05-06 Kim F. Storm <storm@cua.dk>
2248
2249 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2250 vertical-motion when selective-display is active.
2251
2252 * ido.el (ido-setup-hook): New hook.
2253 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2254 (ido-input-stack): New var.
2255 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2256 ido-next-work-file binding to M-O.
2257 Bind M-f to ido-wide-find-file-or-pop-dir.
2258 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2259 (ido-read-internal): Run ido-setup-hook.
2260 Catch quit in read-file-name and read-string to cancel edit.
2261 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2262 Automatically pop-all when completing a directory name (RET).
2263 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2264 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2265 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2266 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2267 New functions for M-b/M-f to move among the directory components.
2268 (ido-make-merged-file-list): Catch quit to cancel merge.
2269 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2270 (ido-completion-help): No warnings for ido-completion-buffer-full.
2271
2272 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2273
2274 * font-lock.el (font-lock-negation-char-face): New face and variable.
2275 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2276 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2277 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2278 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2279
2280 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2281
2282 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2283 Fix typo in docstring.
2284
2285 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2286 (ebrowse-print-statistics-line)
2287 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2288
2289 * term/w32-win.el (image-library-alist): Add additional name for
2290 Xpm library.
2291
2292 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2293
2294 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2295 use gcc instead of cpp.
2296
2297 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2298 (gdb-create-define-alist): Use it.
2299 (gdb-cpp-define-alist-program): Update for MS-DOS.
2300
2301 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2302
2303 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2304
2305 2005-05-04 Richard M. Stallman <rms@gnu.org>
2306
2307 * help.el (describe-key): No error when UNTRANSLATED is nil.
2308
2309 * simple.el (line-move-1): Fix previous change to signal errors
2310 appropriately.
2311
2312 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2313
2314 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2315 (icalendar-duration-correction): Remove.
2316 (icalendar--get-event-properties): Split result at commas.
2317 (icalendar--decode-isoduration): New optional argument
2318 DURATION-CORRECTION.
2319 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2320 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2321 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2322 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2323 (icalendar--convert-anniversary-to-ical): New functions, extracted
2324 from icalendar-export-region, with bug fixes.
2325 (icalendar-export-region): Use the above functions.
2326 (icalendar-import-buffer): Check before saving diary file.
2327 (icalendar--convert-recurring-to-diary)
2328 (icalendar--convert-non-recurring-all-day-to-diary)
2329 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2330 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2331 (icalendar--convert-ical-to-diary): Use the above functions.
2332
2333 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2334
2335 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2336 Remove these recent additions.
2337 (c-mode): Restore to before 2005-04-28.
2338
2339 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2340 recent addition.
2341
2342 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2343 (gdb-define-alist): New variables.
2344 (gdb-create-define-alist): New function.
2345 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2346 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2347 with string-to-number.
2348 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2349
2350 * progmodes/gud.el: Replace string-to-int with string-to-number.
2351 (gud-find-file): Handle gdb-define-alist.
2352
2353 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2354
2355 2005-05-02 Jay Belanger <belanger@truman.edu>
2356
2357 * calc/calc-aent.el (math-read-token):
2358 * calc/calc-bin.el (calc-word-size):
2359 * calc/calc-ext.el (calc-read-number-fancy):
2360 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2361 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2362 * calc/calc-frac.el (calc-over-notation):
2363 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2364 (calc-graph-num-points, calc-graph-init):
2365 * calc/calc-prog.el (calc-read-parse-table-part)
2366 (calc-edit-macro-repeats):
2367 * calc/calc-yank.el (calc-do-grab-rectangle):
2368 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2369 Replace `string-to-int' by `string-to-number'.
2370
2371 2005-05-02 Kim F. Storm <storm@cua.dk>
2372
2373 * kmacro.el: Use executing-kbd-macro-index variable.
2374
2375 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2376
2377 * net/rlogin.el (rlogin-parse-words): Delete func.
2378 (rlogin): Use split-string, not rlogin-parse-words.
2379 Also, if there are option-like elements in the parsed args,
2380 take the host to be the first arg immediately following them.
2381 Suggested by Michael Mauger.
2382
2383 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2384
2385 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2386
2387 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2388
2389 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2390 (cc-mode-cpp-program): Rename to cc-define-list-program and
2391 move to cc-vars.el.
2392
2393 * progmodes/cc-vars.el (cc-define-list-program):
2394 Change to "gcc -E -dM -". Make customizable.
2395
2396 2005-05-02 Kim F. Storm <storm@cua.dk>
2397
2398 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2399
2400 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2401
2402 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2403
2404 * international/mule-util.el (truncate-string): Remove alias and
2405 obsolete declaration.
2406
2407 * international/mule-cmds.el (update-iso-coding-systems):
2408 Remove alias and obsolete declaration.
2409
2410 * international/mule.el (coding-system-parent): Remove alias and
2411 obsolete declaration.
2412
2413 * subr.el (define-function, sref): Remove aliases and obsolete
2414 declarations.
2415 (chars-in-region): Remove obsolete declaration.
2416
2417 2005-05-01 Richard M. Stallman <rms@gnu.org>
2418
2419 * info.el (Info-mode): Set widen-automatically to nil, locally.
2420
2421 * simple.el (widen-automatically): New variable.
2422 (pop-global-mark): Obey widen-automatically.
2423
2424 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2425
2426 * term/xterm.el (function-key-map): Call substitute-key-definition
2427 before the keymap size is increased by a lot of define-key calls.
2428
2429 2005-05-01 Richard M. Stallman <rms@gnu.org>
2430
2431 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2432 Rename ARG to ELEMENT. Doc fix.
2433
2434 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2435
2436 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2437 Remove references to allout-exposure/change to allout-new-exposure.
2438
2439 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2440 bytecode symbols.
2441
2442 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2443 (compiled-function-p, focus-frame, unfocus-frame):
2444 Remove aliases and obsolete declarations.
2445 Back out inadvertent changes from previous commit.
2446
2447 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2448
2449 * files.el (require-final-newline): Make Custom tags consistent
2450 with mode-require-final-newline.
2451 (mode-require-final-newline): Doc fix.
2452
2453 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2454
2455 * international/latexenc.el (latexenc-find-file-coding-system):
2456 Fix regular expressions.
2457
2458 2005-05-01 David Kastrup <dak@gnu.org>
2459
2460 * international/latexenc.el (latexenc-find-file-coding-system):
2461 Fix regular expressions.
2462
2463 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2464
2465 * subr.el (string-to-int): Make obsolete.
2466
2467 2005-04-30 Richard M. Stallman <rms@gnu.org>
2468
2469 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2470
2471 * loadup.el: load jka-comp-hook.
2472
2473 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2474 (jka-compr-handler): Add autoload. `put' calls moved
2475 to jka-comp-hook.el.
2476 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2477 (jka-compr-inhibit): Autoload.
2478
2479 * jka-comp-hook.el: New file.
2480 Enable the mode by default.
2481
2482 * files.el (backup-buffer-copy): Use copy-file instead
2483 of write-region, and put back the 'excl.
2484
2485 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2486
2487 * progmodes/flymake.el (flymake-split-string)
2488 (flymake-split-string, flymake-log, flymake-pid-to-names)
2489 (flymake-reg-names, flymake-get-source-buffer-name)
2490 (flymake-unreg-names, flymake-add-line-err-info)
2491 (flymake-add-err-info): Clarify docstrings.
2492 (flymake-popup-menu, flymake-make-emacs-menu)
2493 (flymake-make-xemacs-menu): Add docstrings.
2494 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2495 Set variables directly throughout.
2496
2497 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2498
2499 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2500 exists. Initialise cc-define-alist.
2501 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2502 If there is no file (Macroexpansion) don't create an alist.
2503
2504 2005-04-29 Sam Steingold <sds@gnu.org>
2505
2506 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2507 (cc-create-define-alist): Use it instead of the hard-coded string.
2508
2509 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2512 for latexenc.
2513
2514 2005-04-29 Lute Kamstra <lute@gnu.org>
2515
2516 * emacs-lisp/generic.el: Improve commentary section.
2517 (define-generic-mode): Improve docstring.
2518
2519 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2520
2521 * textmodes/org.el (many places): Change to quiet the byte compiler.
2522 (org-prefix-format-compiled): New variable.
2523 (org-compile-prefix-format): New function.
2524 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2525 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2526 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2527 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2528 consistency with entries from `org-mode' files.
2529 (org-get-time-of-day): Fix bug with partial matches early in a line.
2530 (org-non-link-chars): New constant.
2531 (org-link-regexp): Respect `org-non-link-chars'.
2532 (org-agenda-day-view): Remove command.
2533 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2534 (org-follow-bbdb-link, org-store-link): Search also company field.
2535 (org-highlight-overlay): New variable.
2536 (org-highlight, org-unhighlight): New functions.
2537 (org-agenda-mode): Add pre-command-hook to remove highlight.
2538 (org-evaluate-time-range): Behavior depends upon whether time stamp
2539 contains a time or not.
2540 (org-show-subtree, org-show-entry): New functions.
2541 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2542
2543 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2544
2545 * comint.el (comint-output-filter-functions): Add autoload cookie.
2546
2547 2005-04-28 Kim F. Storm <storm@cua.dk>
2548
2549 * ido.el (ido-everywhere): Fix last change.
2550
2551 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2552
2553 * international/latexenc.el: New file.
2554 * international/mule-conf.el (file-coding-system-alist): For .tex,
2555 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2556
2557 2005-04-28 Lute Kamstra <lute@gnu.org>
2558
2559 * font-lock.el (font-lock-add-keywords)
2560 (font-lock-remove-keywords): Clarify docstring.
2561 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2562 Don't start docstrings with a `*'.
2563 (font-lock-update-removed-keyword-alist): Give it a docstring.
2564
2565 * generic-x.el: Update commentary section.
2566 Only require font-lock when compiling.
2567 Define all modes conditionally.
2568 Place all generic modes in the generic-x-modes customization group.
2569 (generic-x-modes): New customization group.
2570 (generic-default-modes, generic-mswindows-modes)
2571 (generic-unix-modes, generic-other-modes): New constants.
2572 (generic-define-mswindows-modes, generic-define-unix-modes):
2573 Update docstrings. Make them obsolete.
2574 (generic-extras-enable-list): New default value. Update docstring.
2575 Improve :type. Change :set function.
2576 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2577 Fix docstring.
2578
2579 * emacs-lisp/generic.el (generic-mode-internal):
2580 Simplify font-lock-defaults.
2581 (define-generic-mode): Fix docstring.
2582
2583 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2584
2585 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2586 font-lock-face property to highlight matches.
2587
2588 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2589
2590 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2591 (cc-define-alist): New variable.
2592 (c-mode): Make it local and initialise it.
2593
2594 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2595 (gdb-exited): New function.
2596 (gdb-annotation-rules): Use it.
2597 (gdb-starting): Set gdb-active-process to t.
2598 (gdb-stopping): Amend doc string.
2599 (gdb-reset): Set gdb-active-process to nil.
2600
2601 * tooltip.el (tooltip-gud-tips): Show the associated #define
2602 directives when a C program under GDB is not executing.
2603
2604 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2605
2606 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2607 font-lock-fontify-syntactic-keywords.
2608
2609 * font-lock.el (font-lock-default-fontify-region): Don't force
2610 parse-sexp-lookup-properties to nil.
2611
2612 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2613
2614 * man.el (man-mode-syntax-table): Set up `:' to have
2615 word-constituent syntax.
2616
2617 2005-04-27 Lute Kamstra <lute@gnu.org>
2618
2619 * novice.el (disable-command): Don't add spurious newlines to the
2620 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2621
2622 2005-04-26 Jay Belanger <belanger@truman.edu>
2623
2624 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2625 than one window before deleting window.
2626
2627 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2628
2629 * shell.el (shell-prompt-pattern): Doc fix.
2630 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2631
2632 * comint.el (comint-prompt-regexp, comint-get-old-input)
2633 (comint-use-prompt-regexp)
2634 (comint-use-prompt-regexp-instead-of-fields)
2635 (comint-replace-by-expanded-history, comint-send-input)
2636 (comint-output-filter, comint-get-old-input-default)
2637 (comint-line-beginning-position, comint-bol, comint-show-output)
2638 (comint-backward-matching-input, comint-forward-matching-input)
2639 (comint-next-prompt, comint-previous-prompt):
2640 Rename `comint-use-prompt-regexp-instead-of-fields' to
2641 `comint-use-prompt-regexp'. Keep old name as alias and declare
2642 obsolete.
2643 (comint-use-prompt-regexp): Shorten first line of doc string.
2644
2645 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2646 Set paragraph-separate buffer locally to "\\'".
2647
2648 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2649 Adapt to above name change.
2650
2651 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2652 (smbclient-prompt-regexp): Ditto.
2653
2654 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2655
2656 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
2657
2658 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2659 gdb-location-list.
2660 Break lines that are over 80 characters wide.
2661
2662 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2663
2664 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2665 New fun and var, to preserve compatibility.
2666
2667 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2668
2669 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2670
2671 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2672 name to file-newer-than-file-p.
2673
2674 2005-04-26 Richard M. Stallman <rms@gnu.org>
2675
2676 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2677
2678 * progmodes/python.el (python-mode):
2679 Use new name eldoc-documentation-function.
2680
2681 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2682
2683 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2684 (eldoc-documentation-function):
2685 Rename from eldoc-print-current-symbol-info-function. Calls changed.
2686
2687 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
2688
2689 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2690
2691 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2692
2693 * term/xterm.el (function-key-map): Fix strings for
2694 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
2695 {C,S,A,C-S}-{f1-f12}.
2696
2697 2005-04-26 Kenichi Handa <handa@m17n.org>
2698
2699 * international/mule-cmds.el (select-safe-coding-system):
2700 Fix previous change.
2701
2702 2005-04-26 Lute Kamstra <lute@gnu.org>
2703
2704 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
2705
2706 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
2707 (font-lock-comment-delimiter-face): Ditto.
2708
2709 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2710
2711 2005-04-25 Jay Belanger <belanger@truman.edu>
2712
2713 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
2714 to t while inserting information; use help-mode.
2715
2716 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2717
2718 * term.el (ansi-term-color-vector): Use the xterm colors.
2719 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
2720
2721 2005-04-25 Lute Kamstra <lute@gnu.org>
2722
2723 * font-core.el (font-lock-defaults): Fix docstring.
2724
2725 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
2726
2727 2005-04-25 Kenichi Handa <handa@m17n.org>
2728
2729 * international/mule-cmds.el (select-safe-coding-system):
2730 Don't check consistency with coding: spec, etc if raw-text or
2731 no-conversion was found to be safe.
2732
2733 2005-04-24 Richard M. Stallman <rms@gnu.org>
2734
2735 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
2736 citation markers at start of each line.
2737
2738 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
2739 citation markers at start of each line.
2740
2741 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
2742
2743 * files.el (mode-require-final-newline): Fix previous change.
2744 (require-final-newline): Fix type label.
2745
2746 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2747
2748 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
2749 statement in buffer (broken by 2004-11-24 change).
2750
2751 2005-04-24 Kim F. Storm <storm@cua.dk>
2752
2753 * ido.el (ido-everywhere): Save and restore old read-buffer-function
2754 and read-file-name-function values. Don't overwrite existing
2755 non-nil values if ido-mode is enabled without ido-everywhere.
2756
2757 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
2758
2759 * files.el (mode-require-final-newline): Minor doc fix.
2760
2761 2005-04-24 Eli Zaretskii <eliz@gnu.org>
2762
2763 * subr.el (syntax-after): Doc fix.
2764 (syntax-class): If argument is nil, return nil. Mask off upper 16
2765 bits, not 8 bits.
2766
2767 * files.el (mode-require-final-newline): Doc fix.
2768 (backup-buffer-copy): Fix last change.
2769
2770 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2771
2772 * term/mac-win.el: Require select. Set selection-coding-system to
2773 mac-system-coding-system. Call menu-bar-enable-clipboard.
2774 (x-last-selected-text-clipboard, x-last-selected-text-primary)
2775 (x-select-enable-clipboard): New variables.
2776 (x-select-text, x-get-selection, x-selection-value)
2777 (x-get-selection-value, mac-select-convert-to-string)
2778 (mac-services-open-file, mac-services-open-selection)
2779 (mac-services-insert-text): New functions.
2780 (CLIPBOARD, FIND): Put mac-scrap-name property.
2781 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
2782 (public.tiff): Put mac-ostype property.
2783 (selection-converter-alist): Add entries for them.
2784 (mac-application-menu-map): New keymap.
2785 (interprogram-cut-function, interprogram-paste-function): Set to
2786 x-select-text and x-get-selection-value, respectively.
2787 (split-window-keep-point): Set to t.
2788
2789 2005-04-23 Richard M. Stallman <rms@gnu.org>
2790
2791 * files.el (read-directory-name): Always pass non-nil
2792 DEFAULT-FILENAME arg to read-file-name.
2793 (backup-buffer-copy, basic-save-buffer-2): Take care against
2794 writing thru an unexpected existing symlink.
2795 (revert-buffer): In indirect buffer, revert the base buffer.
2796 (magic-mode-alist): Doc fix.
2797 (buffer-stale-function): Doc fix.
2798 (minibuffer-with-setup-hook): Avoid warning.
2799 (mode-require-final-newline): Doc and custom fix.
2800
2801 * follow.el (follow-end-of-buffer): Use with-no-warnings.
2802
2803 * font-lock.el (font-lock-comment-face): On terminals with few colors,
2804 use the default appearance.
2805 (font-lock-comment-delimiter-face): New face, new variable.
2806
2807 * imenu.el (imenu--generic-function): The official position of a
2808 definition is the start of the line that BEG is in.
2809
2810 * midnight.el (midnight-timer): Move defvar up.
2811
2812 * mouse.el (mouse-drag-region-1): Delete some debugging code.
2813
2814 * saveplace.el (save-place-to-alist): Use with-no-warnings.
2815
2816 * startup.el (command-line): Use with-no-warnings.
2817
2818 * window.el (window-size-fixed): New defvar.
2819
2820 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
2821
2822 * mail/rmail.el (rmail-font-lock-keywords):
2823 Use font-lock-comment-delimiter-face.
2824
2825 * mail/sendmail.el (mail-font-lock-keywords):
2826 Use font-lock-comment-delimiter-face.
2827
2828 * progmodes/compile.el (next-error-highlight-timer): New defvar.
2829
2830 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
2831
2832 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2833 Specify t for LAXMATCH when matching directories.
2834 Save match data around compilation-compat-error-properties form.
2835
2836 2005-04-23 David Kastrup <dak@gnu.org>
2837
2838 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
2839 Mention that the autoloaded aliases should be kept for AUCTeX.
2840
2841 2005-04-23 Andreas Schwab <schwab@suse.de>
2842
2843 * isearch.el (isearch-forward): Doc fix.
2844
2845 2005-04-23 Eli Zaretskii <eliz@gnu.org>
2846
2847 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
2848 (jit-lock-stealth-nice): Change default value to 0.5.
2849
2850 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
2851
2852 * abbrev.el (write-abbrev-file): Write table entries in
2853 alphabetical order by table name.
2854
2855 2005-04-22 Kim F. Storm <storm@cua.dk>
2856
2857 * ido.el (ido-read-internal): Fix `list' completion.
2858
2859 2005-04-22 Kenichi Handa <handa@m17n.org>
2860
2861 * recentf.el (recentf-save-file-coding-system): New variable.
2862 (recentf-save-list): Encode the file by
2863 recentf-save-file-coding-system and add coding: tag.
2864
2865 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
2866
2867 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
2868
2869 2005-04-21 Lute Kamstra <lute@gnu.org>
2870
2871 * loadhist.el (unload-feature): Don't remove a function from hooks
2872 if it is about to be restored to an autoload . Remove functions
2873 that will become unbound from auto-mode-alist. Simplify the code.
2874
2875 * subr.el (assq-delete-all): New implementation that is linear,
2876 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
2877 (rassq-delete-all): New function.
2878
2879 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2880 Add size-indication-mode.
2881
2882 2005-04-21 Kenichi Handa <handa@m17n.org>
2883
2884 * international/mule-cmds.el: Add autoload for widget-value in
2885 eval-when-compile.
2886
2887 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
2888
2889 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2890 Add tooltip-mode.
2891
2892 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
2893
2894 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
2895
2896 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
2897 (inferior-lisp-filter-regexp, inferior-lisp-program)
2898 (inferior-lisp-load-command, inferior-lisp-prompt)
2899 (inferior-lisp-mode-hook, lisp-source-modes)
2900 (inferior-lisp-load-hook): defvar->defcustom.
2901 (inferior-lisp-program, inferior-lisp-prompt)
2902 (inferior-lisp-load-hook): Doc fixes.
2903 (inferior-lisp-install-letter-bindings): Small change in
2904 introductory comment.
2905
2906 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2907
2908 * vc.el (vc-annotate-color-map): Change some colors so that text
2909 using them as foreground is readable on both white and black
2910 backgrounds.
2911
2912 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2913
2914 * international/mule-conf.el (translation-table-for-input):
2915 Remove redundant declaration.
2916
2917 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
2918
2919 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
2920
2921 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
2922 (tooltip-toggle-gud-tips): New function.
2923
2924 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2925
2926 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
2927 right angle brackets.
2928
2929 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
2930
2931 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
2932
2933 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
2936 Remove. Update callers to use expand-file-name instead.
2937
2938 * subr.el (syntax-class): New function.
2939
2940 * simple.el (blink-matching-open): Use it.
2941
2942 * paren.el (show-paren-function): Use it to recognize parens that are
2943 also used in 2-char comment markers.
2944
2945 2005-04-19 Lute Kamstra <lute@gnu.org>
2946
2947 * loadhist.el (unload-feature): Update for new format of
2948 load-history. Simplify the code.
2949
2950 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2951
2952 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
2953 (mac-add-charset-info): New function. Initialize variable
2954 mac-charset-info-alist using it.
2955 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
2956 for translation.
2957 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
2958 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
2959 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
2960 New CCL programs.
2961
2962 2005-04-19 Kim F. Storm <storm@cua.dk>
2963
2964 * simple.el (next-buffer, prev-buffer, next-error)
2965 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2966 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
2967
2968 * bindings.el (next-buffer, prev-buffer, next-error)
2969 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2970 (clone-indirect-buffer-other-window): Move bindings from simple.el.
2971 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
2972 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
2973
2974 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2975
2976 * isearch.el (isearch-edit-string): Make the search-ring available for
2977 minibuffer history commands.
2978 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
2979 the default history commands now work just as well.
2980 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
2981
2982 2005-04-18 Kim F. Storm <storm@cua.dk>
2983
2984 * emulation/cua-base.el (cua--pre-command-handler): Add more
2985 elaborate check for shift modifier on non-window systems.
2986
2987 2005-04-18 Lars Hansen <larsh@math.ku.dk>
2988
2989 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
2990
2991 2005-04-18 Kim F. Storm <storm@cua.dk>
2992
2993 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
2994 and make it optional. Don't test tooltip-gud-echo-area here.
2995 (tooltip-gud-process-output, gdb-tooltip-print):
2996 Pass tooltip-gud-echo-area to tooltip-show.
2997 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2998
2999 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3000
3001 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3002 `display-graphic-p' may not be bound yet.
3003
3004 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3005
3006 * startup.el (command-line): No longer enable Xterm Mouse mode by
3007 default in terminals compatible with xterm.
3008
3009 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3010
3011 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3012
3013 * tooltip.el (tooltip-gud-echo-area): Rename from
3014 tooltip-use-echo-area.
3015 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3016 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3017 area independently of where help tooltips are displayed.
3018
3019 2005-04-17 David Kastrup <dak@gnu.org>
3020
3021 * cus-theme.el (custom-theme-write-variables): Quote variables
3022 where necessary.
3023
3024 2005-04-17 Richard M. Stallman <rms@gnu.org>
3025
3026 * simple.el (yank-excluded-properties): Add follow-link to value.
3027
3028 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3029
3030 * startup.el (fancy-splash-max-time): Just 30 seconds.
3031 (fancy-splash-delay): Just 7.
3032 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3033
3034 * loadhist.el (unload-feature): Update for new format of load-history.
3035 Simplify the code.
3036
3037 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3038 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3039
3040 * mail/sendmail.el (mail-font-lock-keywords):
3041 Don't fontify subject text.
3042 Don't fontify the text of a citation.
3043
3044 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3045
3046 * comint.el (comint-output-filter): Run comint-output-filter-functions
3047 with point where the user had it.
3048
3049 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * international/ucs-tables.el (ucs-set-table-for-input):
3052 Disable when using unify-on-decoding.
3053
3054 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3055
3056 * emulation/cua-base.el (cua-global-mark-face): Add special case
3057 for displays supporting a high number of colors.
3058
3059 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3060
3061 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3062
3063 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3064
3065 * filesets.el (filesets-add-buffer): If user supplies a name of a
3066 non-existing fileset, create a new fileset.
3067
3068 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3069
3070 * textmodes/org.el (org-up-heading-all): Fix bug with
3071 `outline-up-heading-all'.
3072
3073 2005-04-16 Andreas Schwab <schwab@suse.de>
3074
3075 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3076 /etc/permissions.d/* and /etc/aliases.d/*.
3077
3078 2005-04-16 Kenichi Handa <handa@m17n.org>
3079
3080 * international/code-pages.el (cp-make-coding-system):
3081 Set `translation-table-for-input' property value to the symbol
3082 ucs-mule-to-mule-unicode, not to that value.
3083 (pt154): Escape guillemet by `\'.
3084
3085 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3086
3087 * loadup.el: Load tooltip if x-show-tip is fboundp.
3088
3089 * startup.el (command-line): Add comment.
3090
3091 * tooltip.el (tooltip-mode): Specify correct standard value for
3092 Custom in init-value.
3093
3094 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3095
3096 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3097 possible.
3098
3099 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3100
3101 * textmodes/org.el (org-agenda-date-prompt): Rename from
3102 `org-agenda-date-today'.
3103 (org-evaluate-time-range): Insert at point instead of directly
3104 after time range.
3105 (org-first-headline-recenter, org-subtree-end-visible-p)
3106 (org-optimize-window-after-visibility-change): New functions
3107 (org-agenda-post-command-hook): Don't allow point at end of line,
3108 to make sure it always hits the text properties.
3109 (org-agenda-next-date-line, org-agenda-previous-date-line):
3110 New commands.
3111 (org-set-regexps-and-options): Category may contain white space.
3112 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3113 Improve marker positions.
3114 (org-agenda-new-marker): Argument POS made optional.
3115 (org-agenda-get-timestamps): Deadlines which are done are listed
3116 in org-done-face now.
3117 (org-agenda-get-todos, org-agenda-get-timestamps)
3118 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3119 Set `undone-face' and `done-face' properties.
3120 (org-last-todo-state-is-todo): New variable.
3121 (org-todo): Set `org-last-todo-state-is-todo'.
3122 (org-agenda-todo): Change face according to
3123 `org-last-todo-state-is-todo'. And change other lines refering to
3124 the same entry.
3125 (org-calendar-goto-agenda): New command.
3126 (org-calendar-to-agenda-key): New option.
3127 (org-startup-folded): New allowed value `content'.
3128 (org-set-regexps-and-options): Accept new value `content' for
3129 `org-startup-folded'.
3130 (org-get-current-options): Handle new value `content' for
3131 `org-startup-folded'.
3132 (org-insert-todo-heading): New command.
3133 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3134 interactively in empty file and option
3135 `org-insert-mode-line-in-empty-file' has been set.
3136 (org-agenda-todo,org-agenda-priority): Modify to use
3137 `org-agenda-change-all-lines'.
3138 (org-warning-face): Change color on dark background
3139
3140 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3141
3142 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3143 use preferences AppleLocale and AppleLanguages, and variable
3144 mac-system-locale for default locale. On Mac OS Classic, use
3145 mac-system-coding-system for default coding systems.
3146
3147 * term/mac-win.el: Don't set file-name-coding-system.
3148 Decode variables system-name, emacs-build-system, user-login-name, and
3149 user-full-name by mac-system-coding-system on Mac OS Classic.
3150 (mac-system-coding-system): New variable.
3151
3152 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3153
3154 * startup.el (command-line): Handle `xterm-mouse-mode' before
3155 reading init file.
3156
3157 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3158
3159 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3160
3161 * progmodes/sh-script.el (sh-here-document-word): Make it a
3162 defcustom. Doc fix.
3163 (sh-add): Bash uses $(( )) for arithmetic.
3164 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3165 (sh-maybe-here-document): Remove quotes and leading whitespace
3166 from heredoc word when closing. Indent heredoc with tabs if word
3167 starts with "-".
3168
3169 2005-04-13 Richard M. Stallman <rms@gnu.org>
3170
3171 * simple.el (undo): Fix previous change.
3172
3173 * custom.el (defface): Doc fix.
3174
3175 2005-04-13 Lute Kamstra <lute@gnu.org>
3176
3177 * Makefile.in (DONTCOMPILE): Remove list.
3178 (compile, compile-always): Don't use DONTCOMPILE.
3179 (update-authors): Load the library in which batch-update-authors
3180 is defined.
3181 * makefile.w32-in (DONTCOMPILE): Remove list.
3182 (compile, compile-always): Fix comments.
3183 (update-authors): Load the library in which batch-update-authors
3184 is defined.
3185
3186 * generic-x.el (generic-mode-ini-file-find-file-hook):
3187 Rename to ini-generic-mode-find-file-hook.
3188 Keep generic-mode-ini-file-find-file-hook as an alias.
3189 (ini-generic-mode-find-file-hook): Rename from
3190 generic-mode-ini-file-find-file-hook. Fix docstring.
3191 (ini-generic-mode): Docstring change.
3192 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3193
3194 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3195 called from lisp.
3196
3197 * generic.el: Move to the emacs-lisp subdir.
3198
3199 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3200
3201 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3202 and C-S- function and cursor motion keys.
3203
3204 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3205
3206 * startup.el (command-line): Enable Xterm Mouse mode by default.
3207 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3208 for Custom. No longer show "Mouse" in mode line when enabled.
3209 Doc fix.
3210
3211 2005-04-12 Kim F. Storm <storm@cua.dk>
3212
3213 * emulation/cua-base.el (cua-rectangle-face)
3214 (cua-rectangle-noselect-face): Define face attributes here.
3215
3216 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3217
3218 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3219
3220 * startup.el (command-line): Turn off blinking cursor if
3221 cursorBlink in resources is off or false.
3222
3223 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3224
3225 * term/mac-win.el (dnd): Require dnd.
3226 (mac-drag-n-drop): Call dnd-handle-one-url.
3227 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3228 (kTextEncodingISOLatin2): Remove constants.
3229 (mac-script-code-coding-systems): New constant.
3230 (mac-handle-language-change): New function.
3231 (special-event-map): Bind it to `language-change' event.
3232 (mac-centraleurroman, mac-cyrillic): New coding systems.
3233 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3234 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3235 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3236 encode-mac-cyrillic, respectively.
3237
3238 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3239
3240 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3241 Don't set overlay-arrow-string to "=>" as this is done
3242 globally in C now.
3243
3244 2005-04-12 Lute Kamstra <lute@gnu.org>
3245
3246 * generic-x.el (rc-generic-mode, rul-generic-mode):
3247 Fix auto-mode-alist entries.
3248 (etc-fstab-generic-mode): Tweak fontification.
3249
3250 * generic.el (generic-make-keywords-list): Fix docstring.
3251 (generic-mode-internal): Simplify generic-font-lock-keywords.
3252
3253 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3254
3255 * whitespace.el (whitespace-buffer-leading)
3256 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3257 However, fix the highlight area for the leading and
3258 trailing whitespaces to show space.
3259
3260 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3261
3262 * whitespace.el (whitespace-version): Bump to 3.5
3263
3264 (whitespace-buffer-leading, whitespace-buffer-trailing):
3265 Invert sense of the test to highlight the whitespace.
3266
3267 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3268
3269 * progmodes/gud.el (gud-display-line): GUD uses its own
3270 overlay arrow now so don't set overlay-arrow-string.
3271 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3272
3273 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3274
3275 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3276 (term-ansi-current-reverse, term-ansi-current-invisible)
3277 (term-ansi-face-already-done): Change to boolean.
3278 (term-reset-terminal, term-handle-colors-array): Handle the above
3279 vars accordingly.
3280 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3281 (term-emulate-terminal): Use the new name.
3282
3283 * faces.el (secondary-selection): Use yellow1, not yellow.
3284 (trailing-whitespace): Use red1, not red.
3285
3286 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3287
3288 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3289 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3290 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3291
3292 * cus-edit.el (dnd): New group.
3293
3294 * term/w32-win.el (dnd): Require dnd
3295 (w32-drag-n-drop): Call dnd-handle-one-url.
3296
3297 * x-dnd.el: Require dnd.
3298 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3299 Call dnd-handle-one-url.
3300 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3301 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3302 to dnd-insert-text.
3303 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3304 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3305 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3306 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3307
3308 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3309
3310 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3311
3312 * wdired.el: Doc fixes.
3313 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3314 (wdired-use-dired-vertical-movement): Rename from
3315 wdired-always-move-to-filename-beginning.
3316 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3317 (wdired-change-to-wdired-mode): Change mode name.
3318 (wdired-newline): Delete.
3319
3320 2005-04-11 Richard M. Stallman <rms@gnu.org>
3321
3322 * whitespace.el (whitespace-highlight-the-space):
3323 Don't call whitespace-unhighlight-the-space here.
3324
3325 * simple.el (undo): Record t in undo-equiv-table
3326 for the redo record made by an undo-in-region.
3327
3328 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3329
3330 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3331 (gdb-frame-inferior-io-buffer): New Functions to control
3332 display of separate IO buffer.
3333 (menu): Add them to menu-bar.
3334 (gdb-display-buffer): Check for buffer another frame.
3335 Protect GUD buffer.
3336 (gdb-setup-windows): Create IO buffer if not already there.
3337 (gdb-memory-mode): Remove purecopy noops.
3338
3339 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3340
3341 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3342 and pass to self-insert-command.
3343
3344 2005-04-11 Lute Kamstra <lute@gnu.org>
3345
3346 * generic.el: Commentary section cleanup.
3347 (generic): Delete.
3348 (generic-use-find-file-hook, generic-lines-to-scan)
3349 (generic-find-file-regexp, generic-ignore-files-regexp)
3350 (default-generic-mode, generic-mode-find-file-hook)
3351 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3352 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3353 (generic-use-find-file-hook, generic-lines-to-scan)
3354 (generic-find-file-regexp, generic-ignore-files-regexp)
3355 (default-generic-mode, generic-mode-find-file-hook)
3356 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3357
3358 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3359
3360 * bookmark.el (bookmark-write-file): Catch errors writing file.
3361 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3362
3363 2005-04-10 Richard M. Stallman <rms@gnu.org>
3364
3365 * startup.el (fancy-splash-tail): Update copyright year.
3366 (command-line): Split part of -Q into -D.
3367 (emacs-basic-display): New defvar.
3368 (fancy-splash-text): Correct name of menu item.
3369
3370 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3371
3372 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3373 lines in one node.
3374
3375 * comint.el (comint-send-input): New arg ARTIFICIAL.
3376 Callers in this file changed.
3377
3378 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3379
3380 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3381
3382 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3383
3384 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3385 `ldap-search-internal'.
3386
3387 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3388
3389 * files.el (set-auto-mode-1): Use line-end-position.
3390
3391 * international/latin-1.el:
3392 * international/latin-2.el:
3393 * international/latin-3.el:
3394 * international/latin-4.el:
3395 * international/latin-5.el:
3396 * international/latin-8.el:
3397 * international/latin-9.el: Give punctuation syntax to NBSP.
3398
3399 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3400 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3401 Use char-classes to accept non-ascii letters, accepted in some recent
3402 bibtex implementations.
3403
3404 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3405
3406 * custom.el (custom-set-minor-mode): Any non-nil value for the
3407 variable should enable the mode when set through Custom.
3408
3409 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3410
3411 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3412 TAB binding so tab-always-indent is obeyed.
3413 (vhdl-minibuffer-local-map): Move initialization into declaration.
3414 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3415 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3416 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3417 (vhdl-current-line): Use line-beginning-position.
3418 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3419 with-output-to-temp-buffer, so the current position can be recorded.
3420
3421 2005-04-10 Masatake YAMATO <jet@gyve.org>
3422
3423 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3424 Add regexp for gcov.
3425
3426 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3427
3428 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3429 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3430 syntax which Emacs 20 doesn't support.
3431
3432 2005-04-09 Richard M. Stallman <rms@gnu.org>
3433
3434 * help.el (describe-key-briefly, describe-key):
3435 Replace strings as event types with "(any string)".
3436
3437 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3438
3439 * arc-mode.el (archive-mode-map): Move initialization into
3440 the declaration. Override *all* bindings of `undo'.
3441 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3442
3443 2005-04-09 Jay Belanger <belanger@truman.edu>
3444
3445 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3446
3447 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3448
3449 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3450 (xterm-register-default-colors): Update color values computation
3451 to match xterm-200.
3452
3453 2005-04-09 Kenichi Handa <handa@m17n.org>
3454
3455 * international/code-pages.el (iso-latin-7): Fix the map.
3456
3457 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3458
3459 * emacs-lisp/lisp.el (defun-prompt-regexp)
3460 (parens-require-spaces, buffer-end, end-of-defun)
3461 (insert-parentheses): Doc fixes.
3462
3463 2005-04-08 Kim F. Storm <storm@cua.dk>
3464
3465 * comint.el (comint-highlight-prompt): Fix face spec.
3466 * hi-lock.el (hi-green): Likewise.
3467
3468 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3469
3470 * cus-edit.el (custom-modified-face):
3471 * comint.el (comint-highlight-input): Fix previous changes.
3472 * term.el (term-handle-ansi-escape): Add a comment.
3473
3474 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3475
3476 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3477 in the buffer and in whitespace-highlighted-space.
3478 (whitespace-unhighlight-the-space): Simplify.
3479 (whitespace-buffer): Simplify.
3480
3481 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3482
3483 * textmodes/table.el (table-cell-face): Add special case for
3484 displays supporting a high number of colors.
3485 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3486 (vhdl-font-lock-reserved-words-face)
3487 (vhdl-speedbar-architecture-face)
3488 (vhdl-speedbar-instantiation-face)
3489 (vhdl-speedbar-architecture-selected-face)
3490 (vhdl-speedbar-instantiation-selected-face): Likewise.
3491 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3492 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3493 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3494 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3495 (ebrowse-progress-face): Likewise.
3496 * progmodes/compile.el (compilation-info-face): Likewise.
3497 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3498 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3499 * calendar/calendar.el (diary-face): Likewise.
3500 * woman.el (woman-italic-face, woman-bold-face)
3501 (woman-unknown-face): Likewise.
3502 * wid-edit.el (widget-button-pressed-face): Likewise.
3503 * whitespace.el (whitespace-highlight-face): Likewise.
3504 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3505 * pcvs-info.el (cvs-marked-face): Likewise.
3506 * info.el (info-xref): Likewise.
3507 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3508 * hilit-chg.el (highlight-changes-face)
3509 (highlight-changes-delete-face): Likewise.
3510 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3511 (hi-red-b): Likewise.
3512 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3513 * font-lock.el (font-lock-keyword-face)
3514 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3515 * cus-edit.el (custom-invalid-face, custom-modified-face)
3516 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3517 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3518 * comint.el (comint-highlight-prompt): Likewise.
3519
3520 2005-04-08 Lute Kamstra <lute@gnu.org>
3521
3522 * font-lock.el (font-lock-keywords): Docstring fixes.
3523
3524 2005-04-08 Kenichi Handa <handa@m17n.org>
3525
3526 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3527 chars are more than a limit, print " and more..." at the tail.
3528
3529 2005-04-08 Kim F. Storm <storm@cua.dk>
3530
3531 * emacs-lisp/authors.el (authors-aliases): Update list.
3532 (authors-ignored-files): New list.
3533 (authors-fixed-entries): Fix typo.
3534 (authors-renamed-files-alist): Update list.
3535 (authors-add): Check authors-ignored-files.
3536
3537 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3538
3539 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3540 optional, to ensure backward compatibility.
3541
3542 2005-04-08 Stephen Eglen <stephen@gnu.org>
3543
3544 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3545
3546 2005-04-08 Kim F. Storm <storm@cua.dk>
3547
3548 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3549
3550 * mouse.el (mouse-on-link-p): Doc fix.
3551
3552 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3553
3554 * ielm.el (ielm-prompt-read-only): Doc fix.
3555
3556 * comint.el (comint-prompt-read-only): Doc fix.
3557
3558 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3559
3560 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3561 ensure dired always handles wildcards passed to ffap.
3562 (find-file-at-point): Use it.
3563 (ffap-dired-wildcards): Doc fix.
3564
3565 2005-04-07 Juri Linkov <juri@jurta.org>
3566
3567 * simple.el (next-error-overlay-arrow-position): New defvar.
3568 Put "=>" on its property `overlay-arrow-string'. Add it to
3569 `overlay-arrow-variable-list'.
3570
3571 * progmodes/compile.el (compilation-setup):
3572 Set `next-error-overlay-arrow-position' to nil. Also set it to
3573 nil in the local hook `kill-buffer-hook'. Make local variable
3574 `overlay-arrow-string' and set it to "=>".
3575 (compilation-goto-locus): Set BOL position to
3576 `next-error-overlay-arrow-position' instead of
3577 `overlay-arrow-position'.
3578
3579 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3580 locally instead of adding it to the global hook.
3581 (Info-kill-buffer): Move up.
3582
3583 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3584
3585 * term/xterm.el (xterm-standard-colors): Update color values from
3586 xterm-200.
3587
3588 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3589
3590 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3591
3592 * fast-lock.el:
3593 * lazy-lock.el: Move them to the obsolete subdir.
3594
3595 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3596
3597 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3598 (wdired-add-replace-advice): Remove.
3599 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3600
3601 2005-04-06 Kim F. Storm <storm@cua.dk>
3602
3603 * startup.el (command-line): Add --bare-bones alias for -Q.
3604
3605 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3606
3607 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3608 create the startup fontset if a font specification ends with
3609 `mac-roman'.
3610
3611 2005-04-06 Lute Kamstra <lute@gnu.org>
3612
3613 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3614 change.
3615
3616 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3617 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3618
3619 2005-04-05 Lute Kamstra <lute@gnu.org>
3620
3621 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3622 (define-generic-mode): Ditto. Fix debug declaration.
3623
3624 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3625 Put them in the generic-x group.
3626
3627 * calendar/timeclock.el (timeclock): Doc fix.
3628
3629 * generic.el (define-generic-mode): Don't use custom-current-group.
3630 Document default :group value.
3631 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3632 (define-global-minor-mode): Don't use custom-current-group.
3633
3634 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3635
3636 * startup.el (command-line-1): Display startup-echo-area-message
3637 when fancy splash screen is in use.
3638
3639 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3640 (sh-escaped-newline): New face.
3641 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3642 newline, and use sh-escaped-newline face.
3643
3644 * progmodes/tcl.el (tcl-escaped-newline): New face.
3645 (tcl-builtin-list): New variable.
3646 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3647 newlines. Fix keywords subexpression number.
3648
3649 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
3650
3651 * textmodes/org.el (org-diary-default-entry): Fix call to
3652 `add-to-diary-entry'.
3653
3654 2005-04-05 Kim F. Storm <storm@cua.dk>
3655
3656 * ediff-init.el: Use (featurep 'xemacs).
3657
3658 2005-04-05 David Ponce <david@dponce.com>
3659
3660 * cus-edit.el (face): Derive from symbol widget. Display sample
3661 of the current face on the fly.
3662 (widget-face-sample-face-get, widget-face-notify): New functions.
3663 (widget-face-value-create): Remove.
3664
3665 * wid-edit.el (widget-field-end): Temporarily remove field
3666 narrowing before to call `get-char-property'.
3667
3668 2005-04-04 Jay Belanger <belanger@truman.edu>
3669
3670 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3671 (math-read-subscripts): New variable.
3672 (math-read-preprocess-string): Process subscripts.
3673
3674 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3675
3676 * comint.el (comint-prompt-read-only): Doc fix.
3677
3678 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3679 `-1'. Doc fix.
3680
3681 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
3682
3683 * textmodes/org.el (org-insert-mode-line-in-empty-file):
3684 Change default value to nil.
3685
3686 2005-04-04 Lute Kamstra <lute@gnu.org>
3687
3688 * autorevert.el (auto-revert-mode): Specify :group.
3689 * battery.el (display-battery-mode): Specify :group.
3690 * diff-mode.el (diff-minor-mode): Specify :group.
3691 * font-core.el (font-lock-mode): Specify :group.
3692 * hl-line.el (hl-line-mode): Specify :group.
3693 * iimage.el (iimage): New customization group.
3694 (iimage-mode): Specify :group.
3695 * longlines.el (longlines-mode): Specify :group.
3696 * master.el: Don't require easy-mmode.
3697 (master): New customization group.
3698 (master-mode): Specify :group.
3699 * msb.el (msb-mode): Specify :group.
3700 * reveal.el (reveal-mode): Specify :group.
3701 * simple.el (next-error-follow-minor-mode): Specify :group.
3702 * smerge-mode.el (smerge-mode): Specify :group.
3703 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
3704 * emulation/cua-base.el (cua-mode): Specify :group.
3705 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
3706 * language/thai-util.el (thai-auto-composition-mode)
3707 (thai-word-mode): Specify :group.
3708 * mail/supercite.el (sc-minor-mode): Specify :group.
3709 * progmodes/cwarn.el (cwarn-mode): Specify :group.
3710 * progmodes/flymake.el (flymake-mode): Specify :group.
3711 * progmodes/glasses.el (glasses-mode): Specify :group.
3712 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
3713 * textmodes/enriched.el (enriched-mode): Specify :group.
3714 * textmodes/refill.el (refill-mode): Specify :group.
3715
3716 * add-log.el (change-log-font-lock-keywords): Names in
3717 parenthesized lists can contain spaces.
3718
3719 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3720
3721 * startup.el (fancy-splash-text): Shorten default text of
3722 "Emacs Tutorial" line. Also, if the current language env
3723 indicates an available tutorial file other than TUTORIAL,
3724 extract its title and append it to the line in parentheses.
3725 (fancy-splash-insert): If arg is a thunk, funcall it.
3726
3727 2005-04-04 Jay Belanger <belanger@truman.edu>
3728
3729 * calc.el (calc-language-alist): Add tags to customization type.
3730
3731 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
3732
3733 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
3734 Doc fix.
3735
3736 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
3737
3738 * add-log.el (change-log-font-lock-keywords): The manual
3739 describing a Change Log entry, says: (...) "Aside from these
3740 header lines, every line in the change log starts with a space or
3741 a tab.". The font-lock was not highlighting lines started with
3742 spaces, added support for it.
3743
3744 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3745
3746 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
3747 (bibtex-generate-url-list): Update docstring accordingly. Put the
3748 complex example in the docstring.
3749 (bibtex-font-lock-url): Use pop.
3750
3751 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3752
3753 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
3754
3755 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
3756
3757 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3758
3759 * filesets.el (filesets-set-default): Doc fix.
3760
3761 2005-04-03 Lute Kamstra <lute@gnu.org>
3762
3763 * generic.el (define-generic-mode): Add argument to specify
3764 keywords for defcustom.
3765 (default-generic-mode): Specify :group.
3766
3767 * generic-x.el: Specify :group for all generic modes.
3768
3769 * desktop.el (desktop-no-desktop-file-hook)
3770 (desktop-after-read-hook): Doc fix.
3771
3772 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
3773
3774 * simple.el (visible-mode): Use explicit :group keyword.
3775 This changes the group of `visible-mode-hook' from paren-blinking
3776 to editing-basics.
3777
3778 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
3779
3780 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
3781 mailbox specifications as well as URLs.
3782 (rmail-insert-inbox-text): Remove unused conditional branches.
3783
3784 2005-04-01 Jay Belanger <belanger@truman.edu>
3785
3786 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3787 (calc-gnuplot-print-command): Move definitions to calc.el.
3788
3789 * calc/calc-embed.el (calc-embedded-announce-formula)
3790 (calc-embedded-open-formula, calc-embedded-close-formula)
3791 (calc-embedded-open-word, calc-embedded-close-word)
3792 (calc-embedded-open-plain, calc-embedded-close-plain)
3793 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3794 (calc-embedded-open-mode, calc-embedded-close-mode):
3795 Move definitions to calc.el.
3796
3797 * calc/calc.el (calc-settings-file, calc-language-alist):
3798 Make customizable.
3799 (calc-embedded-announce-formula, calc-embedded-open-formula)
3800 (calc-embedded-close-formula, calc-embedded-open-word)
3801 (calc-embedded-close-word, calc-embedded-open-plain)
3802 (calc-embedded-close-plain, calc-embedded-open-new-formula)
3803 (calc-embedded-close-new-formula, calc-embedded-open-mode)
3804 (calc-embedded-close-mode, calc-gnuplot-name)
3805 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
3806 from other files and make customizable.
3807
3808 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3809
3810 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
3811 Use buffer-live-p.
3812 (cvs-mode-run): Don't call cvs-update-header here.
3813 (cvs-run-process): Call cvs-update-header.
3814 Use process properties for cvs-postprocess and cvs-buffer so that
3815 the sentinel can behave better if the temp buffer is killed.
3816 Use a pipe rather than a tty, to better handle unexpected prompts.
3817 (cvs-sentinel): Rewrite. Call cvs-update-header.
3818
3819 2005-04-01 Andre Spiegel <spiegel@gnu.org>
3820
3821 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
3822 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
3823
3824 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3825
3826 * generic.el (define-generic-mode): Add indentation rule.
3827
3828 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
3829
3830 * files.el (mode-require-final-newline): Make Custom correctly
3831 report a nil value and allow to set it to nil via Custom.
3832 Doc fix.
3833
3834 2005-04-01 Kenichi Handa <handa@m17n.org>
3835
3836 * international/characters.el: Enable the correct case setting for
3837 dotless-i and dotted-I.
3838
3839 2005-04-01 Kim F. Storm <storm@cua.dk>
3840
3841 * ido.el (ido-file-internal): Fall back to non-ido command if
3842 initial directory is on slow ftp (or tramp) host.
3843
3844 2005-03-31 Richard M. Stallman <rms@gnu.org>
3845
3846 * emacs-lisp/autoload.el (make-autoload):
3847 Handle define-global-minor-mode.
3848
3849 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3850 Rename from easy-mmode-define-global-mode.
3851 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
3852
3853 * progmodes/scheme.el (scheme-mode-syntax-table):
3854 Update syntax of | and # for two-character comment syntax.
3855
3856 2005-03-31 Lute Kamstra <lute@gnu.org>
3857
3858 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
3859 (define-minor-mode): Call custom-current-group at load-time.
3860
3861 * generic.el (define-generic-mode): Add debug declaration.
3862 Add defcustom for the mode hook.
3863 (generic-mode-internal): Use run-mode-hooks.
3864
3865 2005-03-31 Kim F. Storm <storm@cua.dk>
3866
3867 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
3868 (mouse-fixup-help-message): New defun called by show_help_echo
3869 to fixup mouse-2 prefix in help messages when applicable.
3870
3871 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
3872
3873 2005-03-31 Kenichi Handa <handa@m17n.org>
3874
3875 * language/thai-word.el (thai-find-word-ends): Pay attention to
3876 the case that we reach the end of buffer.
3877
3878 * textmodes/fill.el (fill-text-properties-at): New function.
3879 (fill-newline): Use fill-text-properties-at instead of
3880 text-properties-at.
3881
3882 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
3883
3884 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
3885 not comint-quote-filename.
3886
3887 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
3888
3889 * help-fns.el (help-with-tutorial): Revert last change.
3890
3891 2005-03-31 Kim F. Storm <storm@cua.dk>
3892
3893 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
3894
3895 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
3896
3897 * calendar/cal-china.el: Update reference to "Calendrical
3898 Calculations" book; there's a new edition.
3899 * calendar/cal-coptic.el: Likewise.
3900 * calendar/cal-french.el: Likewise.
3901 * calendar/cal-hebrew.el: Likewise.
3902 * calendar/cal-islam.el: Likewise.
3903 * calendar/cal-iso.el: Likewise.
3904 * calendar/cal-julian.el: Likewise.
3905 * calendar/cal-mayan.el: Likewise.
3906 * calendar/cal-persia.el: Likewise.
3907 * calendar/calendar.el: Likewise.
3908 * calendar/holidays.el: Likewise.
3909 * calendar/lunar.el: Likewise.
3910 * calendar/solar.el: Likewise.
3911
3912 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
3913 white space from doc string.
3914
3915 2005-03-30 Jay Belanger <belanger@truman.edu>
3916
3917 * calc/calc-help.el (calc-full-help): Remove email address.
3918
3919 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3920
3921 * help-fns.el (help-with-tutorial): Delete title line.
3922
3923 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3924
3925 * calendar/cal-x.el (calendar-one-frame-setup)
3926 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
3927 rather than 'symbol for set-window-dedicated-p.
3928
3929 * calendar/appt.el (appt-buffer-name): Make it a constant.
3930 (appt-add): Doc fix.
3931
3932 * filesets.el (filesets-menu-path, filesets-menu-before)
3933 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
3934 (filesets-menu-cache-file): Use directory ~/.emacs.d.
3935 (filesets-add-submenu): Delete and use add-submenu instead.
3936
3937 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
3938
3939 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
3940 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
3941 (org-diary-default-entry): New function.
3942 (org-get-entries-from-diary): Better parsing of diary entries.
3943 (org-agenda-check-no-diary): New function.
3944 ("diary-lib"): Advice to function `add-to-diary-list', to allow
3945 linking to diary entries.
3946 (org-agenda-execute-calendar-command): New function.
3947 (org-agenda): Improve visible section in window.
3948 Use `org-fit-agenda-window'.
3949 (org-fit-agenda-window): New option.
3950 (org-move-subtree-down): Better handling of empty lines
3951 at end of subtree.
3952 (org-cycle): Numeric prefix is interpreted now as show-subtree N
3953 levels up.
3954 (org-fontify-done-headline): New option.
3955 (org-headline-done-face): New face.
3956 (org-set-font-lock-defaults): Use `org-headline-done-face'.
3957 (org-table-copy-down): Rename from `org-table-copy-from-above'.
3958 When current field is non-empty, it is copied to next row.
3959 (org-table-copy-from-above): Fix bug which made it
3960 impossible to copy fields containing only a single non-white character.
3961
3962 2005-03-30 Kim F. Storm <storm@cua.dk>
3963
3964 * kmacro.el (kmacro-end-macro): Isearch may store this command
3965 into the macro -- so ignore it when executing keyboard macro.
3966
3967 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
3968
3969 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
3970
3971 2005-03-29 Kenichi Handa <handa@m17n.org>
3972
3973 * language/thai.el ("Thai"): Set setup-function and exit-function
3974 for Thai language environment.
3975
3976 * language/thai-util.el: Require thai-word.
3977 (thai-word-mode-map): New variable.
3978 (thai-word-mode): New minor mode.
3979 (setup-thai-language-environment-internal): New function.
3980 (exit-thai-language-environment-internal): New function.
3981
3982 * language/thai-word.el (thai-word-table): Declare it by defvar,
3983 use dolist to initialize it.
3984 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
3985 (thai-fill-find-break-point): New functions.
3986
3987 2005-03-29 Richard M. Stallman <rms@gnu.org>
3988
3989 * simple.el (idle-update-delay): Move definition up.
3990 (set-mark): Doc fix.
3991
3992 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
3993
3994 * longlines.el: New file.
3995
3996 * simple.el (buffer-substring-filters): New variable.
3997 (filter-buffer-substring): New function.
3998 (kill-region, copy-region-as-kill): Use it.
3999
4000 * register.el (copy-to-register, append-to-register)
4001 (prepend-to-register): Use filter-buffer-substring.
4002
4003 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4004
4005 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4006 (gud-filter-pending-text): Move in front of gdb.
4007 (gud-overlay-arrow-position): New variable.
4008 (gud-sentinel, gud-display-line): Use it in place of
4009 overlay-arrow-position.
4010
4011 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4012
4013 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4014 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4015 (fortran-font-lock-keywords-4): New variable.
4016 (fortran-blocks-re, fortran-end-block-re)
4017 (fortran-start-block-re): New constants, for hideshow.
4018 (hs-special-modes-alist): Add a Fortran entry.
4019 (fortran-mode-map): Bind fortran-end-of-block,
4020 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4021 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4022 (fortran-looking-at-if-then, fortran-end-of-block)
4023 (fortran-beginning-of-block): New functions, for hideshow.
4024
4025 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4026 Doc fix. Tweak regexp.
4027 (f90-beginning-of-block): Push mark first.
4028
4029 2005-03-29 Jay Belanger <belanger@truman.edu>
4030
4031 * calc/calc.el: Update copyright date.
4032 (calc-version): Increase to 2.1.
4033 (calc-version-date): Remove.
4034
4035 * calc/calc-help.el: Update copyright date.
4036 (calc-full-help): Remove reference to calc-version-date.
4037 Update copyright date.
4038
4039 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4040
4041 * vc.el (vc-do-command): Use a pipe for async processes, so password
4042 prompts don't show up at places where the user can't reply.
4043
4044 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4045
4046 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4047 on the file name we pass to the inferior shell.
4048
4049 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4050
4051 * progmodes/which-func.el (which-function): Be robust in the face of an
4052 imenu--make-index-alist failure.
4053
4054 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4055
4056 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4057
4058 * progmodes/python.el (python-preoutput-filter): Fix last change.
4059
4060 2005-03-29 Lute Kamstra <lute@gnu.org>
4061
4062 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4063 functions and compiled macros.
4064 (debug-convert-byte-code): Handle macros too.
4065 (debug-on-entry-1): Don't signal an error when trying to clear a
4066 function that is not set to debug on entry.
4067
4068 2005-03-29 Jay Belanger <belanger@truman.edu>
4069
4070 * calc/calc-lang.el: Add functions to math-function-table
4071 properties of tex and math.
4072
4073 2005-03-29 Kenichi Handa <handa@m17n.org>
4074
4075 * ps-mule.el (ps-mule-plot-string): Translate characters by
4076 ps-print-translation-table.
4077 (ps-mule-begin-job): Call find-charset-region/string with
4078 ps-print-translation-table.
4079 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4080
4081 * ps-print.el (ps-print-translation-table): New variable.
4082 (ps-plot-region): Translate characters by ps-print-translation-table.
4083
4084 2005-03-29 Juri Linkov <juri@jurta.org>
4085
4086 * simple.el (next-error-highlight-timer): New variable.
4087
4088 * progmodes/compile.el (compilation-goto-locus):
4089 Use `next-error-highlight-timer' instead of `sit-for'.
4090
4091 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4092
4093 * mail/supercite.el (sc-mail-field): Use assoc-string.
4094 (sc-get-address): Simplify regexps.
4095
4096 * files.el (minibuffer-with-setup-hook): New macro.
4097 (find-file-read-args): Use it to avoid let-binding
4098 minibuffer-with-setup-hook (which breaks turning on/off
4099 file-name-shadow-mode while in the prompt).
4100
4101 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4102
4103 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4104
4105 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4106
4107 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4108
4109 * window.el (window-buffer-height): Use count-screen-lines.
4110
4111 * progmodes/python.el (python-preoutput-leftover): New var.
4112 (python-preoutput-filter): Use it.
4113 (python-send-receive): Loop until all the result has been received.
4114
4115 2005-03-28 Juri Linkov <juri@jurta.org>
4116
4117 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4118
4119 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4120 "Recover Crashed Session".
4121 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4122 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4123 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4124 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4125 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4126 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4127 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4128 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4129
4130 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4131 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4132 Ediff Sessions", "Toggle use of separate control buffer frame",
4133 "Use separate frame for Ediff control buffer".
4134
4135 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4136 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4137 "Rename Bookmark", "Delete Bookmark".
4138
4139 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4140 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4141 Add `:active Info-index-alternatives' to "Next Matching Item".
4142
4143 * wdired.el (wdired-change-to-wdired-mode):
4144 Mention `wdired-abort-changes' key in the initial message.
4145
4146 * international/mule.el (auto-coding-alist): Associate non-ascii
4147 image filename extensions with `no-conversion'.
4148
4149 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4150
4151 * international/iso-acc.el:
4152 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4153
4154 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4155
4156 * textmodes/sgml-mode.el (html-mode): Doc update.
4157
4158 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4159
4160 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4161
4162 * term.el (term-move-columns): Fix face after extending a line.
4163 (term-insert-spaces): Likewise.
4164 (term-reset-terminal): Fix off by one error.
4165
4166 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4167
4168 * international/mule.el (auto-coding-alist): Add .xpi files.
4169
4170 * files.el (auto-mode-alist): Add .xpi files.
4171
4172 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4173
4174 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4175
4176 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4177
4178 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4179
4180 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4181
4182 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4183 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4184
4185 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4186 cursor to Jan 1 when needed.
4187 (calendar-end-of-year): Fix -/+ typo.
4188 Reported by Chong Yidong <cyd@stupidchicken.com>.
4189
4190 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4191
4192 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4193
4194 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4195 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4196
4197 2005-03-25 Richard M. Stallman <rms@gnu.org>
4198
4199 * filesets.el (filesets-init): Add autoload.
4200
4201 * mail/mailalias.el (mail-directory): Doc fix.
4202
4203 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4204
4205 * mail/mailalias.el (mail-directory-process): Do nothing if
4206 mail-directory-process is an atom.
4207 (mail-get-names): Ignore mail-directory-names if it is an atom.
4208 (mail-directory-process defvar): Doc fix.
4209 (mail-names): Doc fix.
4210
4211 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4212
4213 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4214
4215 2005-03-26 Kenichi Handa <handa@m17n.org>
4216
4217 * international/mule-util.el (detect-coding-with-priority):
4218 Call update-coding-systems-internal before detect-coding-region.
4219
4220 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4221
4222 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4223 (gdb-frames-mode-map): Add follow-link property.
4224
4225 2005-03-25 Jay Belanger <belanger@truman.edu>
4226
4227 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4228 for variables.
4229
4230 2005-03-25 Juri Linkov <juri@jurta.org>
4231
4232 * image-mode.el: Optimize image filename extension regexps in
4233 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4234 in `auto-mode-alist'.
4235 (image-mode): Add `image-toggle-display-text' to local hook
4236 `change-major-mode-hook'. Display the image as an image by
4237 default. Set `cursor-type' and `truncate-lines' if the image
4238 is already displayed. Take into account the current mode (image
4239 or text) in message.
4240 (image-minor-mode): New minor mode.
4241 (image-mode-maybe, image-toggle-display-text): New functions.
4242 (image-toggle-display): Use called-interactively-p.
4243 Let-bind `inhibit-read-only' to t.
4244
4245 * image-mode.el (image-minor-mode): Set `cursor-type' and
4246 `truncate-lines' if the image is already displayed. Add turning
4247 image-minor-mode off to `change-major-mode-hook'. Add message.
4248 Call `image-toggle-display-text' after turning image-minor-mode off.
4249
4250 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4253 Terminal.app, use utf-8.
4254 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4255 (set-locale-environment): Use it.
4256
4257 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4258
4259 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4260
4261 * progmodes/python.el (python-close-block-statement-p)
4262 (python-outdent-p, python-current-defun): Use symbol-end.
4263
4264 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4265
4266 * files.el (save-some-buffers): Doc fix.
4267
4268 2005-03-25 Werner Lemberg <wl@gnu.org>
4269
4270 * complete.el, thumbs.el: Replace `legal' with `valid'.
4271 * calendar/calendar.el: Replace `legal' with `valid'.
4272 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4273 * mail/supercite.el: Replace `legal' with `valid'.
4274 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4275 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4276 Replace `legal' with `valid'.
4277 * textmodes/reftex-vars.el, textmodes/reftex.el:
4278 Replace `legal' with `valid'.
4279
4280 2005-03-25 Werner Lemberg <wl@gnu.org>
4281
4282 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4283 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4284 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4285 * emulation/vip.el: Replace `illegal' with `invalid'.
4286 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4287 * mail/supercite.el: Replace `illegal' with `invalid'.
4288 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4289 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4290 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4291 * progmodes/sh-script.el, progmodes/xscheme.el:
4292 Replace `illegal' with `invalid'.
4293 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4294 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4295 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4296 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4297
4298 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4299
4300 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4301 (flymake-find-buildfile, flymake-find-possible-master-files)
4302 (flymake-check-include, flymake-parse-line): Replace loops over the
4303 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4304
4305 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4306 Substitute file-name-as-directory in the rest of the file.
4307 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4308 (flymake-replace-region): Remove unused arg `buffer'.
4309 (flymake-check-patch-master-file-buffer): Update calls to it.
4310 (flymake-add-err-info): Remove unused var `count'.
4311 (flymake-mode): Use define-minor-mode.
4312
4313 * progmodes/flymake.el: Use with-current-buffer.
4314 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4315 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4316 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4317 Avoid testing for `xemacs'.
4318 (flymake-nop): Move.
4319 (flymake-region-has-flymake-overlays): Return the computed value.
4320 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4321 Remove unused var `endline'.
4322 (flymake-get-line-count): Remove unused function.
4323 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4324
4325 * emulation/vi.el:
4326 * generic.el:
4327 * hilit-chg.el (global-highlight-changes):
4328 * hi-lock.el (hi-lock-mode):
4329 * follow.el: find-file-hooks -> find-file-hook.
4330
4331 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4332
4333 2005-03-24 Juri Linkov <juri@jurta.org>
4334
4335 * dired.el (dired-mode-map): Add menu item "Compare directories"
4336 for dired-compare-directories.
4337
4338 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4339 Doc fix. Replace `read-file-name' with `read-directory-name'.
4340
4341 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4342
4343 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4344
4345 2005-03-24 Jay Belanger <belanger@truman.edu>
4346
4347 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4348 relevant mode settings in calc-embedded-original-modes when modes
4349 are permanently changed.
4350
4351 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * autoinsert.el: find-file-hooks -> find-file-hook.
4354
4355 2005-03-24 Lute Kamstra <lute@gnu.org>
4356
4357 * generic.el (generic-font-lock-defaults): Make it obsolete.
4358 (generic-font-lock-keywords): New variable to replace
4359 generic-font-lock-defaults.
4360 (generic-mode-set-font-lock): Delete it.
4361 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4362 (generic-bracket-support): Add docstring.
4363
4364 * generic-x.el: Rename generic-font-lock-defaults to
4365 generic-font-lock-keywords throughout.
4366 (mailagent-rules-setup-function): Delete it.
4367 (mailagent-rules-generic-mode): Use anonymous function instead.
4368 (show-tabs-generic-mode-font-lock-defaults-1)
4369 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4370 Quote faces.
4371 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4372 not foreground.
4373
4374 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4375 Recognize define-generic-mode.
4376
4377 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4378
4379 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4380 if there's no completion table.
4381
4382 2005-03-23 Miles Bader <miles@gnu.org>
4383
4384 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4385 Remove tty-specific variants, as they're no longer needed.
4386
4387 2005-03-23 Lute Kamstra <lute@gnu.org>
4388
4389 * generic-x.el: Code cleanup: make args constant whenever possible.
4390 (installshield-statement-keyword-list)
4391 (installshield-system-functions-list)
4392 (installshield-system-variables-list, installshield-types-list)
4393 (installshield-funarg-constants-list): Make them constants.
4394
4395 * generic.el (generic-make-keywords-list): Add autoload cookie.
4396
4397 * calendar/time-date.el: Add comment on time value formats.
4398 Don't require parse-time.
4399 (with-decoded-time-value): New macro.
4400 (encode-time-value): New function.
4401 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4402 (days-to-time): Return a valid time value when arg is huge.
4403 (time-since): Use time-subtract.
4404 (time-to-number-of-days): Use time-to-seconds.
4405
4406 2005-03-23 David Ponce <david@dponce.com>
4407
4408 * recentf.el: (recentf-keep): New option.
4409 (recentf-menu-action): Default to `find-file'.
4410 (recentf-keep-non-readable-files-flag)
4411 (recentf-keep-non-readable-files-p)
4412 (recentf-file-readable-p, recentf-find-file)
4413 (recentf-cleanup-remote): Remove.
4414 (recentf-include-p): More robust.
4415 (recentf-keep-p): New function.
4416 (recentf-remove-if-non-kept): Rename from
4417 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4418 All callers updated.
4419 (recentf-menu-items-for-commands): Fix help string.
4420 (recentf-track-closed-file): Update. Doc fix.
4421 (recentf-cleanup): Update. Count removed files. Doc fix.
4422
4423 2005-03-23 Kim F. Storm <storm@cua.dk>
4424
4425 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4426 Don't inherit from fringe face (now happens automatically).
4427
4428 2005-03-22 Kim F. Storm <storm@cua.dk>
4429
4430 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4431 position values.
4432
4433 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * menu-bar.el (showhide-date-time): Remove.
4436 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4437 (menu-bar-make-mm-toggle): Simplify.
4438
4439 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4440
4441 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4442 Accept qualified variable and function names.
4443
4444 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4445
4446 * bindings.el (completion-ignored-extensions):
4447 Remove ".lis" for `vax-vms'.
4448
4449 2005-03-22 Andreas Schwab <schwab@suse.de>
4450
4451 * generic-x.el: Revert last change.
4452 * ldefs-boot.el: Update.
4453
4454 2005-03-22 Jay Belanger <belanger@truman.edu>
4455
4456 * calc/calc-embed (calc-embedded-original-modes): New variable.
4457 (calc-embedded-save-original-modes)
4458 (calc-embedded-restore-original-modes): New functions.
4459 (calc-do-embedded): Save original modes when entering embedded mode
4460 and restore when leaving embedded mode.
4461 (calc-embedded-modes-change): Change the value of
4462 calc-embedded-original-modes to reflect permanent changes.
4463
4464 2005-03-22 Lute Kamstra <lute@gnu.org>
4465
4466 * generic-x.el: Require generic again.
4467
4468 2005-03-22 Miles Bader <miles@gnu.org>
4469
4470 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4471 Tweak details to look good on both ttys and bitmap displays, light
4472 or dark background, etc.
4473
4474 2005-03-21 Kim F. Storm <storm@cua.dk>
4475
4476 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4477 mouse position.
4478
4479 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4480
4481 * icomplete.el: Don't forcibly turn on the mode upon load.
4482 (icomplete-mode): Use define-minor-mode.
4483 (icomplete-eoinput): Default to nil.
4484 (icomplete-minibuffer-setup): Remove autoload.
4485 (icomplete-tidy): Simplify.
4486 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4487 in the initial state or if the user has modified the field.
4488 Fix handling of icomplete-max-delay-chars.
4489 Remove code that handles the oddball case where
4490 minibuffer-completion-table is an integer.
4491 Wrap icomplete-completions in while-no-input in case building
4492 completions takes more time than expected.
4493 (icomplete-completions): Simplify.
4494
4495 2005-03-21 Richard M. Stallman <rms@gnu.org>
4496
4497 * jka-compr.el (jka-compr-really-do-compress):
4498 Make variable buffer-local.
4499
4500 * image-mode.el: Handle .xpm files too.
4501 (image-toggle-display): Preserve modification flag.
4502
4503 * help.el (where-is): Don't mention aliases with no key bindings.
4504
4505 2005-03-21 Lute Kamstra <lute@gnu.org>
4506
4507 * generic.el: Fix commentary section. Don't require cl for compilation.
4508 (generic-mode-list): Add autoload cookie.
4509 (generic-use-find-file-hook, generic-lines-to-scan)
4510 (generic-find-file-regexp, generic-ignore-files-regexp)
4511 (generic-mode, generic-mode-find-file-hook)
4512 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4513 (define-generic-mode): Make it a defmacro. Fix docstring.
4514 (generic-mode-internal): Code cleanup. Add autoload cookie.
4515 (generic-mode-set-comments): Code cleanup.
4516 * generic-x.el: Don't prevent compilation. Don't require generic.
4517 Follow coding conventions. Minor code cleanup.
4518 (etc-fstab-generic-mode): Add some keywords.
4519 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4520 define-generic-mode like a function declaration.
4521
4522 2005-03-21 Jay Belanger <belanger@truman.edu>
4523
4524 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4525 changing modes.
4526
4527 2005-03-21 Sam Steingold <sds@gnu.org>
4528
4529 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4530
4531 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4532
4533 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4534 Add underscore to "f$ lexicals" regexp.
4535
4536 2005-03-20 Juri Linkov <juri@jurta.org>
4537
4538 * subr.el (progress-reporter-do-update): When `min-value' is equal
4539 to `max-value', set `percentage' to 0 and prevent division by zero.
4540
4541 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4542
4543 Sync with Tramp 2.0.48.
4544
4545 * tramp.el (all): Change all addresses to .gnu.org.
4546 (tramp-append-tramp-buffers): New defun.
4547 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4548 Catch `dont-send' signal.
4549 (tramp-set-auto-save-file-modes): Set always permissions, because
4550 there might be an old auto-saved file belonging to another
4551 original file. This could be a security threat. Reported by
4552 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4553 Check for Emacs 21.3.50 removed.
4554
4555 * tramp-smb.el (all): Remove debug construct for
4556 `with-parsed-tramp-file-name'.
4557 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4558 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4559 No error message if DIRECTORY or FILENAME doesn't exist.
4560 (tramp-smb-open-connection): Check existence of
4561 `tramp-smb-program'.
4562
4563 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4564
4565 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4566 Properly handle the case where the `m' or `s' command's argument is not
4567 yet terminated.
4568 (perl-indent-new-calculate): New function.
4569 (perl-indent-line): Use it.
4570
4571 2005-03-20 Miles Bader <miles@gnu.org>
4572
4573 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4574 in text-mode too. Change to new face names.
4575 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4576 Add `:weight bold' attribute.
4577 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4578
4579 2005-03-19 Juri Linkov <juri@jurta.org>
4580
4581 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4582
4583 * international/mule.el (auto-coding-alist): Sync with
4584 `auto-mode-alist' by adding upper case archive file extensions
4585 and adding ear/war to jar extension.
4586
4587 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4588
4589 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4590 running, restart it.
4591
4592 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4593
4594 * finder.el (finder-current-item): Throw an error on an empty line.
4595
4596 * man.el (Man-follow-manual-reference): If current-word returns
4597 nil, use "".
4598
4599 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4600
4601 * simple.el (goto-line): Doc fix.
4602
4603 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4604
4605 * files.el (save-buffer): Doc fix.
4606
4607 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4608
4609 * recentf.el (recentf-cleanup-remote): New variable.
4610 (recentf-cleanup): Use it to conditionally check availablity of
4611 remote files.
4612
4613 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4614
4615 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4616 function names.
4617
4618 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4619
4620 * language/thai-word.el: New file.
4621
4622 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4623
4624 * files.el (backup-buffer): If the file's directory is not
4625 writable, use copy instead of move to backup the file.
4626
4627 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4628
4629 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4630
4631 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4632
4633 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4634 Use functionp instead of symbolp and fboundp. Reported by Drkm
4635 <darkman_spam@yahoo.fr>.
4636 (ps-print-version): New version 6.6.6.
4637
4638 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4639
4640 * textmodes/table.el (table--line-column-position): New idiom.
4641 (table--row-column-insertion-point-p): New function to test
4642 validity of row and column insertion operation at a location.
4643 (table-global-menu, table-cell-menu): Use above functions for
4644 deterministic test operation.
4645 (table--editable-cell-p): Behave in deterministic fashion.
4646
4647 2005-03-18 Juri Linkov <juri@jurta.org>
4648
4649 * isearch.el (isearch-lazy-highlight-new-loop):
4650 Make arguments beg and end optional.
4651 (isearch-update): Remove optional arguments nil from
4652 isearch-lazy-highlight-new-loop.
4653 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4654 isearch-lazy-highlight-case-fold-search instead of
4655 isearch-case-fold-search, and let-bind isearch-regexp to
4656 isearch-lazy-highlight-regexp.
4657 Use isearch-lazy-highlight-last-string instead of isearch-string.
4658
4659 * replace.el (perform-replace): Remove bindings of global
4660 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4661 Add three new arguments to `replace-highlight'.
4662 (replace-highlight): Add arguments string, regexp, case-fold.
4663 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4664 to allow isearch-lazy-highlight-new-loop to use these values
4665 to set corresponding isearch-lazy-highlight-* internal
4666 variables whose values lazy highlighting will use regardless of
4667 changes to global variables isearch-string, isearch-regexp,
4668 isearch-case-fold-search during lazy highlighting loop.
4669 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4670 to `lazy-highlight-cleanup'.
4671
4672 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4673 (ispell-highlight-face): Set default face to `isearch' when
4674 lazy highlighting is enabled.
4675 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4676 priority to 1. Add lazy highlighting.
4677 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4678 from `isearch-dehighlight'.
4679
4680 2005-03-18 David Ponce <david@dponce.com>
4681
4682 * files.el (hack-local-variables): Do a case-insensitive search
4683 for End.
4684
4685 2005-03-18 Juri Linkov <juri@jurta.org>
4686
4687 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4688 `isearch-lazy-highlight-cleanup', add alias to old name and
4689 declare obsolete. Add release numbers to other obsolete vars.
4690 (isearch-done, isearch-lazy-highlight-new-loop):
4691 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
4692 (lazy-highlight-cleanup) <variable>: Doc fix.
4693 (isearch-lazy-highlight-update): Rename obsolete
4694 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
4695
4696 2005-03-18 Kenichi Handa <handa@m17n.org>
4697
4698 * language/thai-util.el: Fix categorization of Thai characters in
4699 thai-category-table.
4700 (thai-composition-pattern): Adjust it for the above change.
4701 (thai-self-insert-command, thai-compose-syllable): New functions.
4702 (thai-compose-region): Use thai-compose-syllable.
4703 (thai-compose-string): Likewise.
4704 (thai-composition-function): Likewise.
4705 (thai-auto-composition): New function.
4706 (thai-auto-composition-mode): New minor mode.
4707
4708 * language/thai.el: Fix patterns to be registered in
4709 composition-function-table.
4710
4711 * international/quail.el (quail-input-method): Locally bind
4712 inhibit-modification-hooks to t.
4713
4714 2005-03-17 Richard M. Stallman <rms@gnu.org>
4715
4716 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4717 (perl-mode): Use run-mode-hooks.
4718
4719 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
4720 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
4721 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
4722
4723 * mail/sendmail.el (sendmail-send-it): Reenable the code
4724 to compute resend-to-address and use it.
4725
4726 * tar-mode.el (tar-mode): Turn off undo unconditionally.
4727
4728 * image-mode.el: New file.
4729
4730 * image.el (insert-sliced-image): Add autoload cookie.
4731
4732 * font-lock.el (font-lock-lines-before): New user option.
4733 (font-lock-after-change-function): Obey it.
4734
4735 * bindings.el (esc-map): Make M-g a prefix.
4736 Bind M-g g and M-g M-g to goto-line.
4737
4738 * faces.el (face-id): Doc fix.
4739
4740 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4741
4742 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
4743 (rmail-show-message): Use rmail-unknown-mail-followup-to.
4744 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
4745
4746 * mail/sendmail.el (mail-yank-ignored-headers)
4747 (mail-font-lock-keywords, mail-mode-fill-paragraph):
4748 Add Mail-Followup-To and Mail-Reply-To headers.
4749 (mail-citation-hook): Add autoload cookie.
4750 (mail-mode): Doc fix.
4751 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
4752 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
4753 (mail-mode-fill-paragraph): Handle those headers.
4754 (mail-mailing-lists): New variable.
4755 (mail-mail-reply-to, mail-mail-followup-to): New functions.
4756
4757 2005-03-17 Juri Linkov <juri@jurta.org>
4758
4759 * isearch.el (isearch-fallback): Check for `(car previous)'
4760 before calling `isearch-other-end-state'.
4761
4762 2005-03-17 Kim F. Storm <storm@cua.dk>
4763
4764 * simple.el (move-beginning-of-line): Move to beginning of buffer
4765 line, as well as beginning of screen line.
4766
4767 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
4768
4769 * calendar/diary-lib.el (mark-diary-entries): Use new optional
4770 argument REDRAW rather than calendar-redrawing variable.
4771 * calendar/calendar.el (calendar-redrawing): Delete.
4772 (redraw-calendar): Do not bind calendar-redrawing.
4773
4774 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
4775
4776 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
4777 diary-file buffer.
4778
4779 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * help.el (describe-mode): Allow a :minor-mode-function property to
4782 specify a different minor mode toggle function than the variable.
4783 * simple.el (auto-fill-function):
4784 * subr.el (add-minor-mode): Use it.
4785
4786 2005-03-16 Kenichi Handa <handa@m17n.org>
4787
4788 * language/ethio-util.el (sera-being-called-by-w3): New variable.
4789 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
4790 (ethio-fidel-to-sera-buffer): Likewise.
4791
4792 2005-03-16 Juri Linkov <juri@jurta.org>
4793
4794 * emacs-lisp/find-func.el (find-function-regexp):
4795 Add defun-emitting macro `menu-bar-make-toggle'.
4796
4797 * isearch.el: Put `isearch-scroll' property to
4798 `split-window-horizontally'.
4799
4800 * info.el: Update error messages for `debug-ignored-errors'.
4801 (Info-isearch-search): Doc fix.
4802 (Info-find-node): Move up code to go into info buffer before
4803 recording the node to the history.
4804 (Info-fontify-node): Fontify titles only if the next line
4805 has two or more `*', `=', `-', `.'.
4806 Display "go to this node" for empty (match-string 3).
4807
4808 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4809
4810 * term/mac-win.el: Add mouse pointer shape constants.
4811
4812 2005-03-15 Kim F. Storm <storm@cua.dk>
4813
4814 * simple.el (move-beginning-of-line): Use vertical-motion.
4815
4816 2005-03-15 Juri Linkov <juri@jurta.org>
4817
4818 * isearch.el (isearch-error): New variable.
4819 (isearch-invalid-regexp, isearch-within-brackets): Remove.
4820 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
4821 (isearch-within-brackets-state): Remove.
4822 (isearch-case-fold-search-state, isearch-pop-fun-state):
4823 Decrease frame index.
4824 (isearch-mode, isearch-top-state, isearch-push-state)
4825 (isearch-edit-string, isearch-abort, isearch-search-and-update)
4826 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
4827 (isearch-search, isearch-lazy-highlight-new-loop):
4828 Replace `isearch-invalid-regexp' with `isearch-error'.
4829 Remove `isearch-within-brackets'.
4830 (isearch-search): Add `search-failed' handler to `condition-case'.
4831 (isearch-lazy-highlight-search): Add `condition-case' to catch
4832 errors and allow `isearch-lazy-highlight-update' to try
4833 highlighting from the beginning of the window.
4834 (isearch-repeat): Move up code to set isearch-wrapped to t
4835 before calling isearch-wrap-function.
4836
4837 * info.el (Info-isearch-initial-node): New internal variable.
4838 (Info-search): Signal an error in isearch mode when search leaves
4839 the initial node. Signal an error when `bound' is non-nil and
4840 nothing was found in the current subfile.
4841 (Info-isearch-search): Remove `condition-case'.
4842 (Info-isearch-wrap): Don't wrap when search failed during leaving
4843 the initial node. If `Info-isearch-search' is nil, wrap around
4844 the current node.
4845 (Info-isearch-start): New fun.
4846 (Info-mode): Add buffer-local hook `Info-isearch-start' to
4847 `isearch-mode-hook'.
4848
4849 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4850
4851 * simple.el (normal-erase-is-backspace): Set default to t if
4852 running on Mac.
4853
4854 * term/mac-win.el (function-key-map): Sync with x-win.el.
4855
4856 2005-03-15 Kenichi Handa <handa@m17n.org>
4857
4858 * international/mule-cmds.el (locale-language-names): Modify the
4859 format of elements and add more entries.
4860 (locale-preferred-coding-systems): Add more entries.
4861 (set-locale-environment): Adjust for the change of
4862 locale-language-names.
4863
4864 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * pcvs.el (smerge-ediff): Remove bogus autoload.
4867
4868 2005-03-14 Lute Kamstra <lute@gnu.org>
4869
4870 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
4871 Ignore a `*' at the beginning of a line.
4872
4873 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
4874 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
4875 subr.el.
4876 (dont-compile, eval-when-compile, eval-and-compile): Use declare
4877 to specify indentation.
4878
4879 * generic.el (define-generic-mode): Let generic-mode-list be a
4880 list of strings; test membership with equal.
4881
4882 2005-03-14 Kim F. Storm <storm@cua.dk>
4883
4884 * simple.el (next-line, previous-line): Add optional try-vscroll
4885 arg to recognize interactive use. Pass it on to line-move.
4886 (line-move): Don't perform auto-window-vscroll when defining or
4887 executing keyboard macro to ensure consistent behaviour.
4888
4889 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4890
4891 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
4892
4893 2005-03-13 Lute Kamstra <lute@gnu.org>
4894
4895 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
4896 debugger-setup-buffer so that backtrace marks the frames set to
4897 debug-on-exit and we don't have to do it manually. Set an extra
4898 debug-on-exit for macro's.
4899 (debugger-setup-buffer): Don't mark the top frame manually.
4900
4901 2005-03-12 Lute Kamstra <lute@gnu.org>
4902
4903 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
4904 lisp-indent-function throughout.
4905 (with-no-warnings): Set lisp-indent-function property.
4906
4907 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
4908
4909 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
4910 Add entry for backslash.
4911
4912 2005-03-12 Juri Linkov <juri@jurta.org>
4913
4914 * info.el (Info-search): Four fixes for backward search.
4915
4916 2005-03-11 Jay Belanger <belanger@truman.edu>
4917
4918 * calc/calc.el (calc-language-alist): New variable.
4919 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
4920 (calc-embedded-find-modes): Use calc-language-alist instead of
4921 calc-embedded-language-alist.
4922
4923 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4924
4925 * calendar/calendar.el (calendar-redrawing): New internal
4926 variable.
4927 (redraw-calendar): Remove bogus save-excursion from previous
4928 change. Bind calendar-redrawing to t for mark-diary-entries.
4929 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
4930 calendar if that is why we were called.
4931
4932 2005-03-11 Kenichi Handa <handa@m17n.org>
4933
4934 * international/mule.el (make-coding-system): Set property
4935 coding-system-define-form to nil.
4936 (define-coding-system-alias): Likewise.
4937
4938 2005-03-11 Kenichi Handa <handa@m17n.org>
4939
4940 These changes are suggested by Dave Love <fx@gnu.org>.
4941
4942 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
4943 coding: tag.
4944 (adaptive-fill-regexp): Add more bullets.
4945 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
4946 regexps.
4947
4948 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4949
4950 * help.el (describe-mode): Properly handle non-trivial lighters.
4951 Don't ignore minor modes that are not listed in minor-mode-list.
4952
4953 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
4954 feature ON when the user requests to turn it OFF.
4955
4956 2005-03-10 Lute Kamstra <lute@gnu.org>
4957
4958 * emacs-lisp/debug.el (debug-entry-code): Delete it.
4959 (implement-debug-on-entry): New function to replace debug-entry-code.
4960 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
4961 second argument as the 2005-03-07 change makes it obsolete.
4962 (debug-on-entry, cancel-debug-on-entry): Update call to
4963 debug-on-entry-1.
4964 (debug, debugger-setup-buffer): Comment update.
4965 (debugger-frame-number): Update to work with implement-debug-on-entry.
4966
4967 2005-03-10 Jay Belanger <belanger@truman.edu>
4968
4969 * calc/calc-embed.el (math-ms-args): Declare it.
4970 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
4971 math-ms-args.
4972 (calc-embedded-subst): Use math-multi-subst-rec to substitute
4973 variables.
4974
4975 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
4976
4977 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
4978 Use message-box.
4979
4980 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
4981 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
4982 (tooltip-gud-tips): Simplify.
4983 (tooltip-gud-tips-p): Remove superflouous :set.
4984 (tooltip-gud-modes): Add fortran-mode.
4985 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
4986
4987 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
4988
4989 2005-03-09 Kim F. Storm <storm@cua.dk>
4990
4991 * play/animate.el (animate-place-char): Use forward-line instead
4992 of next-line to improve performance.
4993
4994 2005-03-09 Simon Josefsson <jas@extundo.com>
4995
4996 * net/browse-url.el (browse-url-default-browser): Doc fix.
4997
4998 2005-03-09 Miles Bader <miles@gnu.org>
4999
5000 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5001 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5002
5003 2005-03-09 Kenichi Handa <handa@m17n.org>
5004
5005 * international/latin-1.el: Set case and syntax for 255 only if
5006 set-case-syntax-set-multibyte is nil.
5007
5008 * textmodes/ispell.el (ispell-insert-word): New function.
5009 (ispell-word): Use ispell-insert-word to insert a new word.
5010 (ispell-process-line): Likewise.
5011 (ispell-complete-word): Likewise.
5012
5013 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5014
5015 * calendar/calendar.el (redraw-calendar): Preserve point.
5016 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5017 (calendar-week-start-day): Move after definition of
5018 redraw-calendar. Delete buffer test, since redraw-calendar has
5019 that now.
5020
5021 * calendar/diary-lib.el (mark-diary-entries): Only call
5022 redraw-calendar in the first of any recursive calls.
5023 Reported by Alan Shutko <ats@acm.org>.
5024
5025 2005-03-08 Juri Linkov <juri@jurta.org>
5026
5027 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5028 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5029 (html-radio-buttons): Add a space before the trailing `/>' where
5030 sgml-xml-mode is non-nil.
5031 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5032 the subsequent tag of the empty XML tag.
5033 (html-href-anchor): Don't set initial input to "http:".
5034 (html-image): Ask for the image URL and set point inside alt="".
5035 (html-name-anchor): Duplicate the name in the `id' attribute when
5036 sgml-xml-mode is non-nil.
5037 (html-paragraph): Remove \n before <p>.
5038 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5039 instead of `checked' when sgml-xml-mode is non-nil.
5040
5041 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5042 Remove 1 space before #RRGGBB to not truncate it on terminal
5043 windows w/o fringes. Remove 1 space between bg and fg examples
5044 to get more space.
5045 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5046 avoid byte-compile warnings.
5047
5048 * image-file.el (image-file-handler): Put `safe-magic' property to
5049 `image-file-handler'.
5050
5051 * info.el (Info-isearch-search): Emulate word search in
5052 isearching through multiple Info nodes with Info-search.
5053 (Info-isearch-wrap): Allow isearch-word.
5054
5055 2005-03-08 Lute Kamstra <lute@gnu.org>
5056
5057 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5058 stepping into the debugger's code is not possible.
5059 (debugger-jumping-flag): Docstring update.
5060
5061 2005-03-08 Jay Belanger <belanger@truman.edu>
5062
5063 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5064 embedded mode begins.
5065 (calc-embedded-language-alist): New variable.
5066 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5067 set default language mode.
5068
5069 2005-03-08 Kenichi Handa <handa@m17n.org>
5070
5071 * international/ccl.el (define-ccl-program): Fix docstring about
5072 extra 256 bytes assured for the output buffer.
5073
5074 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5075 Fix BUFFER_MAGNIFICATION to 2.
5076 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5077
5078 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5079
5080 * align.el (align-rules-list): Added an alignment rule for CSS
5081 declarations (applies to css-mode and html-mode buffers).
5082
5083 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5084
5085 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5086
5087 2005-03-07 Kim F. Storm <storm@cua.dk>
5088
5089 * simple.el (move-beginning-of-line): New command.
5090
5091 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5092
5093 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5094
5095 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5096 and move-beginning-of-line.
5097
5098 * apropos.el (apropos-print): Omit command from M-x ... RET.
5099
5100 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5101
5102 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5103 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5104
5105 2005-03-06 Richard M. Stallman <rms@gnu.org>
5106
5107 * bindings.el (esc-map): Bind M-g to goto-line.
5108
5109 * facemenu.el (global-map): Bind M-o, not M-g.
5110
5111 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5112
5113 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5114 "Open Directory" as for "Open File".
5115
5116 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5117
5118 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5119 (push-mark-command): Run activate-mark-hook.
5120
5121 2005-03-06 Richard M. Stallman <rms@gnu.org>
5122
5123 * help-mode.el (help-mode-finish): Don't alter the element
5124 in view-return-to-alist if there already is one.
5125
5126 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5127 make sure the current buffer is the expected one.
5128
5129 * novice.el (disabled-command-function): Output in *Disabled Command*.
5130 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5131
5132 * textmodes/flyspell.el (flyspell-large-region):
5133 Pass args differently for aspell.
5134
5135 * files.el (mode-require-final-newline): Doc fix.
5136
5137 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5138
5139 * progmodes/which-func.el (which-function):
5140 Specify NOERROR when calling imenu--make-index-alist.
5141
5142 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 * simple.el (normal-erase-is-backspace): Define default value.
5145
5146 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5147 (custom-reevaluate-setting): Simple function to handle
5148 variables that are defined before their default value can really
5149 be computed.
5150
5151 * startup.el (command-line): Use it for temporary-file-directory,
5152 small-emporary-file-directory, auto-save-file-name-transforms,
5153 blink-cursor-mode, and normal-erase-is-backspace.
5154
5155 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5156 progress, even with buggy anchored keywords.
5157
5158 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5159
5160 * simple.el (goto-line): Remove unbalanced final parenthesis.
5161
5162 2005-03-05 Richard M. Stallman <rms@gnu.org>
5163
5164 * simple.el (goto-line): Use a number at point as the default.
5165 With C-u as arg, switch buffers.
5166
5167 2005-03-05 Juri Linkov <juri@jurta.org>
5168
5169 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5170 with `no-blinking-cursor'.
5171
5172 * startup.el (no-blinking-cursor): New defvar.
5173 (command-line): Add `--no-blinking-cursor' to longopts.
5174 Set `no-blinking-cursor' to t for command line arguments
5175 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5176 with `no-blinking-cursor' in the condition for calling
5177 `blink-cursor-mode'.
5178
5179 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5180
5181 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5182 (menu-bar-options-save): Add blink-cursor-mode.
5183 (menu-bar-options-menu): Add blink-cursor-mode.
5184
5185 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5186
5187 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5188 (icalendar-export-file, icalendar-export-region)
5189 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5190 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5191
5192 2005-03-04 Lute Kamstra <lute@gnu.org>
5193
5194 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5195 (debug-function-list): Ditto.
5196
5197 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5198
5199 * textmodes/texinfmt.el (texinfo-append-refill):
5200 Redefine the types of line to which @refill
5201 is not appended by replacing a search for `@refill\\|@bye' with
5202 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5203 itemize@refill' bug and the unfilled long lines bug.
5204 (texinfmt-version): Update number and date.
5205
5206 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5207
5208 * international/code-pages.el (windows-1250, windows-125[2-8])
5209 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5210
5211 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5212
5213 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5214 bound yet.
5215
5216 2005-03-02 Romain Francoise <romain@orebokech.com>
5217
5218 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5219 buffer after removing limits.
5220 (ibuffer-pop-filter): Ditto.
5221 Update copyright.
5222
5223 2005-03-02 Miles Bader <miles@gnu.org>
5224
5225 * button.el (make-text-button): If the user doesn't specify a
5226 type, use the default. Rewrite to use `add-text-properties' and
5227 plist functions.
5228
5229 2005-03-01 Lute Kamstra <lute@gnu.org>
5230
5231 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5232 (debugger-jumping-flag): New var.
5233 (debug-entry-code): Use it.
5234 (debugger-jump): Use debugger-jumping-flag and add
5235 debugger-reenable to post-command-hook.
5236 (debugger-reenable): Use debugger-jumping-flag and remove itself
5237 from post-command-hook.
5238 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5239 debugger-reenable.
5240
5241 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5242
5243 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5244 inclusion of "itemize\\|", which may be unnecessary, is certainly
5245 inelegant, and stops refilling in itemize lists when formatting
5246 Japanese Texinfo files to Info.
5247 Update copyright to 2005.
5248
5249 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5250
5251 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5252 of an error if GDB can't find the source file.
5253
5254 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5255
5256 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5257 not just the calendar.
5258
5259 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5260 first.
5261 (diary-redraw-calendar): New function.
5262 (make-diary-entry): Add diary-redraw-calendar to local
5263 write-contents-functions. Turn off selective display before
5264 inserting in diary.
5265
5266 2005-03-01 Kim F. Storm <storm@cua.dk>
5267
5268 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5269
5270 2005-03-01 Lute Kamstra <lute@gnu.org>
5271
5272 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5273 that debug-entry-code can be safely removed from a function while
5274 this code is being evaluated. Revert the 2005-02-27 change as the
5275 new implementation no longer requires it. Make sure that a
5276 function body containing just a string is not mistaken for a docstring.
5277 (debug): Skip one more frame in case of debug on entry.
5278 (debugger-setup-buffer): Delete one more frame line in case of
5279 debug on entry.
5280 (debugger-frame-number): Update to use the new text introduced by
5281 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5282
5283 2005-02-28 Kim F. Storm <storm@cua.dk>
5284
5285 * double.el (double-translate-key): Call force-window-update after
5286 read-event to avoid crash in redisplay.
5287
5288 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5289
5290 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5291 (debug): Use it. Move the inhibit-trace earlier.
5292 (debug-entry-code): New const.
5293 (debug-on-entry-1): Use it.
5294
5295 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5296
5297 * international/utf-16.el (ccl-encode-mule-utf-16le):
5298 Fix BUFFER_MAGNIFICATION to 2.
5299 (ccl-encode-mule-utf-16be): Likewise.
5300
5301 2005-02-28 Kenichi Handa <handa@m17n.org>
5302
5303 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5304 Fix BUFFER_MAGNIFICATION to 4.
5305 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5306
5307 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5308
5309 * speedbar.el (speedbar-update-flag): Doc fix.
5310 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5311 argument.
5312
5313 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5314
5315 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5316 have a non-nil `invisible' property but are actually visible.
5317
5318 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5319 for perldoc sections.
5320 (perl-outline-regexp, perl-outline-level): New var and function.
5321 (perl-mode): Use them.
5322
5323 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5324
5325 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5326 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5327
5328 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5329
5330 * cus-edit.el: Comment change.
5331 (custom-buffer-create-internal): Slightly reword text at top of
5332 Custom buffers. Mention there that saving an option edits the
5333 init file. Add link to Emacs manual node on `custom-file'.
5334 (custom-magic-alist): Rewrite individual State messages to use
5335 capitalized keywords. Doc fix.
5336
5337 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5338
5339 * calendar/calendar.el (calendar-buffer): Move above
5340 calendar-week-start-day.
5341 (calendar-week-start-day): Doc fix. Add :set function.
5342 (calendar-minimum-window-height): New variable.
5343 (generate-calendar-window): Only resize window if selected-window
5344 is displaying the calendar buffer. Use new variable
5345 calendar-minimum-window-height.
5346 (generate-calendar): Reword error message.
5347 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5348
5349 2005-02-27 Andreas Schwab <schwab@suse.de>
5350
5351 * vc.el (vc-do-command): Don't run command asynchronously when
5352 operating in a remote directory.
5353
5354 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5355 change from sync with Tramp 2.0.47.
5356
5357 2005-02-27 Richard M. Stallman <rms@gnu.org>
5358
5359 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5360
5361 * textmodes/flyspell.el (flyspell-mode-on):
5362 Call ispell-change-dictionary only if necessary.
5363
5364 * emacs-lisp/re-builder.el (regexp-builder): New function.
5365
5366 * register.el (describe-register-1): Explicitly handle
5367 yank-excluded-properties = t.
5368
5369 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5370 (custom-magic-alist): Change the status descriptions again.
5371 (face widget-type): Total rewrite based on `restricted-sexp'
5372 to eliminate the confusing double hiding levels.
5373
5374 * emacs-lisp/debug.el (debug-on-entry-1):
5375 If function body is empty, add nil as body form.
5376
5377 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5378
5379 * emacs-lisp/trace.el (inhibit-trace): New var.
5380 (trace-make-advice): Use it.
5381
5382 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5383
5384 2005-02-26 Kim F. Storm <storm@cua.dk>
5385
5386 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5387 (mouse-on-link-p, mouse-drag-region-1): Use it.
5388
5389 2005-02-25 Lute Kamstra <lute@gnu.org>
5390
5391 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5392
5393 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5394
5395 * frame.el (blink-cursor-mode): Add :group keyword.
5396
5397 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5398
5399 * calendar/icalendar.el (icalendar--decode-isodatetime):
5400 New optional argument DAY-SHIFT.
5401 (icalendar-export-region): Fix coding-system-for-write.
5402 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5403 events by one.
5404
5405 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5406
5407 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5408
5409 2005-02-24 Kim F. Storm <storm@cua.dk>
5410
5411 * international/iso-acc.el (iso-accents-compose): Fix crash
5412 during redisplay. Call force-window-update after read-event
5413 and delete-region to signal that window is not accurate.
5414
5415 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5418 Remove unused and inexistent var `inhibit-trace'.
5419 (debugger-mode): Use run-mode-hooks.
5420 (debugger-list-functions): Add buttons; setup xref stack.
5421
5422 2005-02-23 Richard M. Stallman <rms@gnu.org>
5423
5424 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5425 appointment says it was explicitly made.
5426 (appt-add): Set the 3rd element.
5427 (appt-make-list): Preserve explicit appointments.
5428
5429 * subr.el (find-tag-default): Catch errors in forward-sexp.
5430
5431 2005-02-23 Juri Linkov <juri@jurta.org>
5432
5433 * info.el (Info-isearch-search): New defcustom.
5434 (Info-isearch-search): Call the default isearch function
5435 when Info-isearch-search is nil.
5436 (Info-isearch-wrap): Use variable Info-isearch-search.
5437
5438 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5439
5440 * cus-edit.el: Comment change.
5441
5442 2005-02-22 Kim F. Storm <storm@cua.dk>
5443
5444 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5445 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5446
5447 2005-02-22 Simon Josefsson <jas@extundo.com>
5448
5449 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5450 New variable.
5451 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5452 Oskarsson" <myrkraverk@users.sourceforget.net>.
5453
5454 2005-02-22 Kim F. Storm <storm@cua.dk>
5455
5456 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5457 check that window of that event is the selected window.
5458 (mouse-drag-region-1): Compare mouse event window to selected
5459 window before setting point.
5460
5461 * tooltip.el (tooltip-show-help-function): Pass event to
5462 mouse-on-link-p so it can check selected window.
5463
5464 2005-02-22 Kenichi Handa <handa@m17n.org>
5465
5466 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5467 (ps-mule-show-warning): New function.
5468 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5469 characters are found.
5470
5471 * ps-print.el (ps-header-footer-string): Return a list of header
5472 and footer strings.
5473
5474 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5475
5476 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5477
5478 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5479
5480 * frame.el (blink-cursor-mode): Use define-minor-mode.
5481
5482 * term/mac-win.el (function-key-map): Use char-names more consistently.
5483 (file-name-coding-system): Only set it for MacOS-9. The other case is
5484 already handled in mule-cmds.el (where it also works when mac-win.el
5485 is not used).
5486
5487 2005-02-21 Kenichi Handa <handa@m17n.org>
5488
5489 * international/mule.el (ctext-pre-write-conversion): Always use
5490 " *code-converting-work*" buffer for work.
5491
5492 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5493
5494 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5495
5496 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5497
5498 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5499
5500 * ses.el (undo-more): Restore defadvice, but only the part that
5501 allows changes outside the restricted area of the buffer.
5502
5503 2005-02-20 Kim F. Storm <storm@cua.dk>
5504
5505 * simple.el (line-move): Add fourth optional arg try-vscroll which
5506 must be set to perform auto-window-vscroll.
5507 When moving backwards and doing auto-window-vscroll, automatically
5508 vscroll to the last part of lines which are taller than the window.
5509 (next-line, previous-line): Set try-vscroll arg on line-move.
5510
5511 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5512
5513 * replace.el (query-replace, query-replace-regexp)
5514 (replace-string, replace-regexp): When operating on region, make
5515 the minibuffer prompt say so.
5516
5517 * isearch.el (isearch-forward): Document isearch-query-replace and
5518 isearch-query-replace-regexp keybindings.
5519
5520 2005-02-19 Jay Belanger <belanger@truman.edu>
5521
5522 * calc/calc-aent.el (math-read-token): Add local variable.
5523
5524 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5525 (calc-edit-top): Move declaration to earlier in file.
5526 (calc-edit-macro-repeats): Add local variables.
5527
5528 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5529 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5530 calcFunc-tanh.
5531 Adjust integration rule for calcFunc-tan.
5532
5533 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5534
5535 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5536 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5537 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5538 (viper-skip-separators): Bug fix.
5539 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5540 particular major mode.
5541 (viper-del-backward-char-in-replace): Don't put deleted char on the
5542 kill ring.
5543
5544 * viper-ex.el (viper-color-display-p): New function.
5545 (viper-has-face-support-p): Use viper-color-display-p.
5546
5547 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5548
5549 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5550
5551 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5552 (viper-file-remote-p): Make equivalent to file-remote-p.
5553
5554 * viper.el (viper-major-mode-modifier-list):
5555 Use viper-gnus-modifier-map.
5556
5557 2005-02-19 David Kastrup <dak@gnu.org>
5558
5559 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5560 quoting.
5561
5562 2005-02-19 Jay Belanger <belanger@truman.edu>
5563
5564 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5565 Remove extra definitions.
5566 (calc-coth): New function.
5567 (calcFunc-cot): Fix `let'.
5568
5569 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5570
5571 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5572 the reasons we use "type pc" in these faces.
5573
5574 * button.el (button): Ditto.
5575
5576 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5577
5578 * replace.el (query-replace-read-from): Set the value of
5579 query-replace-from-history-variable to handle the case of an empty
5580 string entered to accept the suggested default.
5581
5582 * net/tramp.el (tramp-file-name-for-operation):
5583 Use dired-call-process instead of dired-call-process-command.
5584
5585 2005-02-19 Jay Belanger <belanger@truman.edu>
5586
5587 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5588 (math-div-non-trig): New variables.
5589 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5590 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5591 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5592 trig expressions.
5593
5594 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5595
5596 * progmodes/gdb-ui.el (gdb-var-update-handler)
5597 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5598 for watch expressions,
5599 (gdb-var-create-handler): Don't set speedbar-update-flag.
5600 (gdb-post-prompt): Simplify test for speedbar.
5601
5602 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5603
5604 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5605 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5606 we use the syntax table of the correct buffer.
5607 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5608 Felix Gatzemeier.
5609
5610 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5611 (ediff-file-remote-p): Make synonymous with file-remote-p.
5612 In all deffaces ediff-*-face-*, use min-colors.
5613
5614 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5615 ediff-recurse-to-subdirectories.
5616 (ediff-mark-if-equal): Check that the arguments are strings, use
5617 ediff-same-contents (after to Felix Gatzemeier).
5618
5619 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5620 nil.
5621
5622 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5623
5624 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5625
5626 2005-02-18 David Kastrup <dak@gnu.org>
5627
5628 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5629 use `mark-active' when defined.
5630
5631 2005-02-18 Kenichi Handa <handa@m17n.org>
5632
5633 * ps-print.el (ps-font-info-database): New entry
5634 ZapfChancery-MediumItalic with correct font name. Fix font name
5635 of the entry Zapf-Chancery-MediumItalic.
5636
5637 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5638
5639 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5640
5641 2005-02-16 Kim F. Storm <storm@cua.dk>
5642
5643 * ido.el (ido-fallback-command): Pass user input to fallback command.
5644
5645 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
5646
5647 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5648 (gdb-find-file-hook): Add server prefix.
5649
5650 2005-02-16 Richard M. Stallman <rms@gnu.org>
5651
5652 * replace.el (perform-replace): Pass new args to replace-highlight.
5653 (replace-highlight): Take region args,
5654 and pass them to isearch-lazy-highlight-new-loop.
5655
5656 * novice.el (disabled-command-hook): Autoload the defalias
5657 and the make-obsolete-variable call.
5658
5659 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5660
5661 * isearch.el (isearch-lazy-highlight-start-limit)
5662 (isearch-lazy-highlight-end-limit): New variables limit
5663 the region for highlighting.
5664 (isearch-lazy-highlight-new-loop): New args BEG and END.
5665 (isearch-lazy-highlight-search): Use the new vars.
5666 (isearch-lazy-highlight-update): Likewise.
5667
5668 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5669
5670 * cus-start.el (all): Use default-boundp.
5671
5672 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
5673
5674 * menu-bar.el (menu-bar-select-frame): Handle current frame.
5675
5676 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
5677
5678 * autorevert.el (auto-revert-stop-on-user-input)
5679 (auto-revert-verbose): Doc fixes.
5680
5681 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
5682
5683 * international/mule-cmds.el (set-locale-environment): Remove call
5684 to set-selection-coding-system on Windows.
5685
5686 2005-02-15 Jay Belanger <belanger@truman.edu>
5687
5688 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
5689 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
5690 calcFunc-coth.
5691 (math-simplify-sqrt): Add simplifications.
5692
5693 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
5694 to list.
5695
5696 * calc/calc-ext.el: Add functions to autoloads.
5697
5698 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
5699 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
5700 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
5701 (math-csc-raw, math-cot-raw): New functions.
5702
5703 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
5704
5705 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
5706 the variable name in a message.
5707
5708 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
5709 calcFunc-csc, calcFunc-cot.
5710
5711 * calc/calcalg2.el: Add derivative and integration rules for
5712 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
5713 calcFunc-csch, calcFunc-coth.
5714 (math-do-integral-methods): Add to checks for when to use
5715 substitutions.
5716
5717 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
5718
5719 2005-02-15 Lute Kamstra <lute@gnu.org>
5720
5721 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5722 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
5723 <monnier@iro.umontreal.ca>
5724 (lisp-outline-level): Improve efficiency. Suggested by David
5725 Kastrup <dak@gnu.org>.
5726
5727 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
5728
5729 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
5730 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
5731 (gdb-set-gud-minor-mode-existing-buffers): New functions.
5732 (gdb-find-file-hook): New hook. Add it to find-file-hook.
5733 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
5734
5735 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
5736
5737 * cus-start.el (all): Comment change.
5738
5739 2005-02-14 Lute Kamstra <lute@gnu.org>
5740
5741 * cus-start.el (all): Check if symbol is void.
5742
5743 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
5744
5745 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
5746 optional argument to \cite.
5747
5748 2005-02-14 Richard M. Stallman <rms@gnu.org>
5749
5750 * cus-edit.el (custom-buffer-create-internal): Update help message.
5751 (custom-magic-alist): Update help messages.
5752
5753 * cus-start.el (all): Allow a var to specify a standard value.
5754
5755 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
5756
5757 * custom.el (custom-theme-set-variables): Handle variable aliases.
5758
5759 * frame.el (blink-cursor-timer): Doc fix.
5760 (blink-cursor): Make it an alias for `blink-cursor-mode' and
5761 declare obsolete.
5762 (blink-cursor-mode): Define with defcustom and use correct
5763 standard expression in that defcustom.
5764 * startup.el (command-line): Adapt to above changes in frame.el.
5765
5766 2005-02-11 Lute Kamstra <lute@gnu.org>
5767
5768 * apropos.el (apropos-score-doc): Prevent division by zero.
5769
5770 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
5771
5772 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
5773 (icalendar--get-event-property-attributes)
5774 (icalendar--get-event-properties)
5775 (icalendar--datetime-to-diary-date): New functions.
5776 (icalendar--split-value): Doc fix.
5777 (icalendar--datetime-to-noneuropean-date)
5778 (icalendar--datetime-to-european-date): New optional argument
5779 SEPARATOR. Return result as a string instead of a list.
5780 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
5781 (icalendar--convert-string-for-export): Rename arg S to STRING.
5782 (icalendar-export-region): Doc fix. Change name of error buffer.
5783 Save output buffer.
5784 (icalendar-import-file): Add blank at end of prompt.
5785 (icalendar-import-buffer): Doc fix. Do not switch to error
5786 buffer. Indicate status in return value.
5787 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
5788 buffer. Save output buffer. Handle exception from recurrence
5789 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
5790 events. Fix problems with weekly all-day events.
5791
5792 2005-02-10 Richard M. Stallman <rms@gnu.org>
5793
5794 * simple.el (eval-expression-print-format):
5795 Avoid warning about edebug-active.
5796
5797 * help.el (help-for-help-internal): Rename from help-for-help.
5798 (help-for-help): Define with defalias.
5799
5800 * font-core.el (font-lock-default-function): Use with-no-warnings.
5801
5802 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
5803
5804 * custom.el (defface): Doc fix.
5805
5806 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
5807
5808 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
5809 width 0" to prevent word wrapping problems.
5810
5811 2005-02-09 Kim F. Storm <storm@cua.dk>
5812
5813 * ido.el (ido-file-extensions-order): New defcustom.
5814 (ido-file-extension-lessp, ido-file-extension-aux)
5815 (ido-file-extension-order): New advanced file ordering.
5816 (ido-file-lessp): New simple file ordering.
5817 (ido-sort-list): Remove.
5818 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
5819 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
5820
5821 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
5822
5823 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
5824 that some versions of grep produce.
5825 (grep-mode-font-lock-keywords): Likewise.
5826
5827 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
5828
5829 * progmodes/gdb-ui.el (gdb-location-list): New variable.
5830 (gdb-cdir): Delete.
5831 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
5832 (gdb-source-info): Treat case when source file is in another
5833 directory properly.
5834 (gdb-get-location): New function.
5835
5836 2005-02-07 Jay Belanger <belanger@truman.edu>
5837
5838 * calc/calc-prog.el (calc-write-parse-table-part)
5839 (calc-fix-token-name): Fix a check for language type.
5840
5841 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
5842
5843 2005-02-07 Andre Spiegel <spiegel@gnu.org>
5844
5845 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
5846 as directory not writable.
5847
5848 2005-02-07 Kim F. Storm <storm@cua.dk>
5849
5850 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
5851 (cua--standard-movement-commands): Remove list.
5852 Instead, set CUA property value to move for movement commands.
5853 (cua-movement-commands): Remove. Users must set CUA prop instead.
5854 (cua--pre-command-handler): Check CUA property.
5855 (cua--init-keymaps): Don't remap undo commands.
5856 (cua-mode): Don't call cua--rectangle-on-off.
5857
5858 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
5859 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
5860 (cua--rect-undo-set-point): New var.
5861 (cua--rectangle-undo-boundary): Setup undo apply entry.
5862 (cua--rect-undo-handler): New function for rectangle undo.
5863 (cua--rect-start-position, cua--rect-end-position): Add.
5864 (cua--rectangle-post-command): Call cua--rectangle-set-corners
5865 for restored rectangle. Set point if cua--rect-undo-set-point.
5866
5867 2005-02-06 Jay Belanger <belanger@truman.edu>
5868
5869 * calc/calc-lang.el (calc-tex-language): Display more information
5870 in messages.
5871
5872 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
5873 in TeX mode.
5874
5875 2005-02-06 Richard M. Stallman <rms@gnu.org>
5876
5877 * emacs-lisp/lisp.el (buffer-end): Doc fix.
5878
5879 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
5880
5881 * net/ldap.el (ldap-search-internal): Support attributes with
5882 optional descriptions separated by a semi-colon, as in
5883 "userCertificate;binary".
5884
5885 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5886
5887 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
5888 isn't a cons (i.e. the version is 0).
5889
5890 2005-02-05 Eli Zaretskii <eliz@gnu.org>
5891
5892 * help.el (help-for-help): Doc fix.
5893
5894 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
5895
5896 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
5897 GDB-Windows on the menu-bar as this works better.
5898
5899 2005-02-04 Jay Belanger <belanger@truman.edu>
5900
5901 * calc/calc-embed.el (calc-embedded-update): Don't put in
5902 unnecessary newlines. Adjust the end of formula marker.
5903
5904 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
5905 (math-latex-parse-two-args): New function.
5906
5907 2005-02-03 Lute Kamstra <lute@gnu.org>
5908
5909 * help-fns.el (help-with-tutorial): Make sure that users cannot
5910 remove the entire text of the tutorial by means of `undo'.
5911
5912 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
5913
5914 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
5915 in recent changes, where the ispell process was repeatedly
5916 killed & restarted.
5917
5918 * international/mule-cmds.el (set-locale-environment): Set file-name
5919 coding system to utf-8 on Darwin systems.
5920 (set-default-coding-systems): Don't set default-file-name-coding-system
5921 on Darwin systems.
5922
5923 2005-02-03 Richard M. Stallman <rms@gnu.org>
5924
5925 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
5926
5927 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
5928
5929 * faces.el (list-faces-display): Add optional argument.
5930
5931 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5932
5933 * font-core.el (font-lock-default-function): Handle the rare case where
5934 only font-lock-keywords is set.
5935
5936 2005-02-02 Kenichi Handa <handa@m17n.org>
5937
5938 * international/characters.el: Cancel previous change for
5939 I-WITH-DOT-ABOVE and DOTLESS-i.
5940
5941 * international/latin-5.el: Cancel previous change.
5942
5943 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
5944
5945 * progmodes/gud.el: Correction to syntax in gud-menu-map.
5946
5947 2005-02-02 Kenichi Handa <handa@m17n.org>
5948
5949 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
5950 DOTLESS-i.
5951
5952 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
5953 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
5954
5955 * case-table.el (get-upcase-table): New function.
5956 (copy-case-table): Copy upcaes table too if non-nil.
5957 (set-case-syntax-delims): Maintain upcase table too.
5958 (set-case-syntax-pair): Likewise.
5959 (set-upcase-syntax, set-downcase-syntax): New functions.
5960 (set-case-syntax): Maintain upcase table too.
5961
5962 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
5963
5964 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
5965
5966 * progmodes/gud.el (gud-goto-info): New function.
5967 (gud-tool-bar-map): Use correct icon.
5968
5969 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
5970
5971 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
5972 When delegating, order args in the funcall correctly.
5973
5974 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
5975
5976 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
5977
5978 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
5979
5980 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
5981 buffer not visiting a file.
5982
5983 2005-01-31 Jay Belanger <belanger@truman.edu>
5984
5985 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
5986 bound on the line with the formula.
5987
5988 2005-01-31 Kim F. Storm <storm@cua.dk>
5989
5990 * ses.el (ses-create-cell-variable-range)
5991 (ses-destroy-cell-variable-range, ses-reset-header-string)
5992 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
5993 (ses-insert-row): Fix format of apply undo entries.
5994
5995 2005-01-31 Jay Belanger <belanger@truman.edu>
5996
5997 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
5998 parts.
5999
6000 * calc/calc-embed.el (calc-embedded-open-formula)
6001 (calc-embedded-close-formula): Ignore matrix environments.
6002
6003 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6004 TeX mode.
6005
6006 * calc/calc-lang.el (math-function-table, math-oper-table)
6007 (math-variable-table): Adjust the LaTeX portions.
6008
6009 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6010 (math-latex-ignore-words): New constant.
6011
6012 2005-01-31 Richard M. Stallman <rms@gnu.org>
6013
6014 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6015 (ispell-local-dictionary): Doc fix.
6016 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6017 Don't reinitialize at run time. Don't defcustom.
6018 All uses changed to append ispell-local-dictionary-alist,
6019 or check it first.
6020 (ispell-current-dictionary): New variable for dictionary in use.
6021 (ispell-dictionary): Now used only for global default.
6022 (ispell-start-process): Set ispell-current-dictionary,
6023 not ispell-dictionary.
6024 (ispell-change-dictionary): Use this only for setting
6025 user preferences.
6026 (ispell-internal-change-dictionary): New function
6027 to change the current dictionary in use.
6028 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6029 Use ispell-current-dictionary.
6030 Handle ispell-local-dictionary-overridden.
6031 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6032
6033 2005-01-31 Jay Belanger <belanger@truman.edu>
6034
6035 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6036
6037 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6038 (calc-mode-map): Add calc-latex-language.
6039
6040 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6041 (math-latex-print-frac): New functions.
6042 (math-oper-table, math-function-table, math-variable-table)
6043 (math-complex-format, math-input-filter): Add latex properties.
6044 (calc-set-language): Set math-expr-special-function-mapping.
6045
6046 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6047 (calc-write-parse-table-part): Add LaTeX support.
6048
6049 * calc/calc.el (calc-language): Adjust docstring.
6050 (calc-set-mode-line): Add LaTeX support.
6051 (math-expr-special-function-mapping): New variable.
6052 (math-tex-ignore-words): Add to list.
6053
6054 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6055 Add LaTeX support.
6056 (math-compose-expr): Add support for special functions.
6057
6058 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6059
6060 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6061
6062 * progmodes/gdb-ui.el (gdb-memory-address)
6063 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6064 (gdb-memory-mode-map, gdb-memory-format-keymap)
6065 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6066 (gdb-memory-unit-menu): New variables for a buffer
6067 that lets the user examine program memory.
6068 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6069 (gdb-memory-format-binary, gdb-memory-format-octal)
6070 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6071 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6072 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6073 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6074 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6075 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6076 (gdb-memory-mode, gdb-memory-buffer-name)
6077 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6078 New functions for above buffer.
6079
6080 2005-01-30 Richard M. Stallman <rms@gnu.org>
6081
6082 * cus-edit.el (custom-bury-buffer): Function deleted.
6083 (custom-buffer-done-function): Option deleted.
6084 (custom-buffer-done-kill): New (replacement option.
6085 (Custom-buffer-done): Call quit-window.
6086 (custom-buffer-create-internal): Update for above changes.
6087
6088 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6089
6090 * simple.el (undo-ask-before-discard): New var.
6091 (undo-outer-limit-truncate): Implement it.
6092 (undo-extra-outer-limit): Doc update.
6093
6094 2005-01-29 Richard M. Stallman <rms@gnu.org>
6095
6096 * ses.el (undo-more): Delete defadvice.
6097 (ses-begin-change): Doc fix.
6098
6099 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6100 instead of rebinding C-x u and C-_.
6101
6102 * files.el (normal-backup-enable-predicate): Return nil for files
6103 in /tmp, regardless of temporary-file-directory.
6104
6105 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6106
6107 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6108 (open-rectangle, delete-whitespace-rectangle-line)
6109 (clear-rectangle-line): If FILL, pass t instead of FILL
6110 for move-to-column's 2nd arg.
6111
6112 * simple.el (undo): Fix the test for continuing a series of undos.
6113 (undo-more): Set pending-undo-list to t when we reach end.
6114 (pending-undo-list): Move up defvar.
6115
6116 * wid-edit.el (widget-button-click):
6117 Shorten the range of the track-mouse binding.
6118
6119 * comint.el (comint-insert-input): Undo previous changes;
6120 use last-input-event in interactive spec.
6121
6122 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6123
6124 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6125 to nil before invoking call-process. Reset buffer's modified flag
6126 after fontifying it in the no-async branch.
6127
6128 * wid-edit.el (widget-specify-button): If mouse pointer shape
6129 cannot be changed, use mouse face instead.
6130
6131 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6132
6133 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6134 (gdb-goto-breakpoint): Make breakpoint handling work on template
6135 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6136 (gdb-assembler-custom): Update to recognise breakpoint information
6137 added on 2005-01-19.
6138
6139 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6142 (dsssl-mode): Use define-derived-mode.
6143 (scheme-mode-initialize): Remove.
6144 (scheme-mode): Use run-mode-hooks.
6145
6146 * cus-edit.el (customize-group-other-window)
6147 (custom-buffer-create-other-window): Don't override special-display-*.
6148 (custom-mode-map): Make it dense.
6149
6150 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6151 sets the default value.
6152
6153 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6154
6155 * descr-text.el: Add more keywords.
6156
6157 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 * speedbar.el: Avoid unnecessary use of locate-library.
6160
6161 * international/mule-cmds.el (standard-display-european-internal):
6162 Don't fiddle with latin-1 non-break space any more since it's now
6163 special cased in the C code.
6164 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6165
6166 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6167
6168 * cus-start.el (all): Add `undo-outer-limit'.
6169
6170 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6171
6172 * textmodes/bibtex.el (bibtex-format-entry):
6173 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6174 field lines.
6175 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6176 not on part of a buffer.
6177
6178 2005-01-25 Lute Kamstra <lute@gnu.org>
6179
6180 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6181 nonempty field text strings like "{letters\\macro{}more letters}".
6182 Clarify docstring.
6183 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6184 (bibtex-entry-offset, bibtex-parse-association)
6185 (bibtex-parse-field-name): Fix typos in docstrings.
6186 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6187
6188 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6189
6190 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6191 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6192 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6193 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6194
6195 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6196 isearch minor mode.
6197
6198 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6199
6200 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6201
6202 2005-01-24 Lute Kamstra <lute@gnu.org>
6203
6204 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6205 CASECHARS and NOT-CASECHARS regular expressions of the
6206 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6207 striding over charsets" error.
6208
6209 2005-01-24 Jay Belanger <belanger@truman.edu>
6210
6211 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6212 display variable name.
6213
6214 2005-01-24 Kenichi Handa <handa@m17n.org>
6215
6216 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6217 Fix setting of the element of encoded-kbd-iso2022-invocations.
6218
6219 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6220
6221 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6222 (gdb-threads-select): Change to also accept mouse events.
6223 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6224 (gdb-threads-mouse-select): Delete.
6225
6226 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6227
6228 * files.el (insert-directory): Take care of empty directory,
6229 listed without -a switch.
6230
6231 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6232
6233 * textmodes/refill.el (refill-post-command-function):
6234 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6235 to the list of functions that we should be careful not to undo.
6236 (refill-late-fill-paragraph-function): Remove.
6237 (refill-saved-state): New var.
6238 (refill-mode): Use it to save fill-paragraph-function.
6239 Save also the value of auto-fill-function.
6240
6241 * term/w32-win.el: Simplify code.
6242
6243 2005-01-23 Kim F. Storm <storm@cua.dk>
6244
6245 * simple.el (line-move): Adapt to new return value from
6246 pos-visible-in-window-p.
6247
6248 * simple.el (line-move): Fix last change. Check partial
6249 visibility at point rather than at window-start.
6250
6251 2005-01-22 Jason Rumney <jasonr@gnu.org>
6252
6253 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6254
6255 2005-01-22 David Kastrup <dak@gnu.org>
6256
6257 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6258
6259 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6260
6261 * type-break.el (type-break-mode): Add a test for
6262 type-break-file-name being non-nil.
6263
6264 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6265
6266 * net/eudc.el (top level): Call (message "") via progn, so that
6267 eudc-options-file is loaded.
6268
6269 2005-01-22 Kim F. Storm <storm@cua.dk>
6270
6271 * simple.el (line-move-1): Rename from line-move.
6272 (line-move): New function that adjusts vscroll for partially
6273 visible rows, and calls line-move-1 otherwise.
6274
6275 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6276
6277 * pcomplete.el: define pcomplete-read-event instead of read-event,
6278 since it's not a complete read-event implementation
6279
6280 2005-01-20 Jay Belanger <belanger@truman.edu>
6281
6282 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6283 for called function.
6284
6285 2005-01-20 Steven Tamm <steventamm@mac.com>
6286
6287 * term/mac-win.el (process-connection-type): Remove.
6288 Controlled now by s/darwin.h:PTY_ITERATION.
6289
6290 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6291
6292 * window.el (handle-select-window): Don't switch window when we're
6293 in the minibuffer.
6294
6295 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6296
6297 * subr.el (dotimes-with-progress-reporter): New macro.
6298
6299 * ses.el (ses-dotimes-msg): Remove macro.
6300 Use `dotimes-with-progress-reporter' instead.
6301
6302 2005-01-19 Steven Tamm <steventamm@mac.com>
6303
6304 * term/mac-win.el (process-connection-type): Use new
6305 operating-system-release variable to use ptys on Darwin 7 (OSX
6306 10.3) when using carbon build.
6307
6308 2005-01-19 Jay Belanger <belanger@truman.edu>
6309
6310 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6311 flags if the last command was a tab or M-tab.
6312
6313 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6314 in formula editing buffer.
6315
6316 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6317
6318 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6319 breakpoint image symbol in margin.
6320
6321 2005-01-19 Jay Belanger <belanger@truman.edu>
6322
6323 * calc/calc-prog.el (calc-execute-kbd-macro):
6324 Ignore calc-keep-arg-flag.
6325
6326 2005-01-19 Kenichi Handa <handa@m17n.org>
6327
6328 * textmodes/ispell.el (ispell-looking-at): New function.
6329 (ispell-process-line): Use ispell-looking-at to compare the ispell
6330 output and the buffer contents.
6331
6332 2005-01-18 Jay Belanger <belanger@truman.edu>
6333
6334 * calc/calc.el (calc-display-raw): Fix docstring.
6335
6336 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6337
6338 * simple.el (blink-matching-open): Strip extra info from syntax.
6339
6340 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6341 funny chars in the end-of-here-doc marker.
6342
6343 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6344
6345 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6346 that enable/disabled state of breakpoints is shown correctly in
6347 fringe and on ttys.
6348 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6349 Add breakpoint information as text properties.
6350 (gdb-mouse-toggle-breakpoint):
6351 Rename to gdb-mouse-set-clear-breakpoint.
6352 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6353 breakpoints in the margin.
6354 (gdb-remove-strings): Simplify.
6355
6356 2005-01-17 Jay Belanger <belanger@truman.edu>
6357
6358 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6359 erasing buffer.
6360
6361 2005-01-17 Richard M. Stallman <rms@gnu.org>
6362
6363 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6364 for calling grep-compute-defaults.
6365
6366 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6367 if buffer is empty.
6368
6369 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6370
6371 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6372
6373 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6374
6375 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6376 non-preloaded variables.
6377
6378 2005-01-17 Steven Tamm <steventamm@mac.com>
6379
6380 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6381 tex-shell cause to force interactivity when using pipes.
6382
6383 2005-01-17 Kim F. Storm <storm@cua.dk>
6384
6385 * simple.el (just-one-space): Make arg optional.
6386
6387 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6388
6389 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6390 posn-at-x-y to t to access left-margin.
6391
6392 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6393
6394 Sync with Tramp 2.0.47.
6395
6396 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6397 catching keep-date problems in cp/scp operations.
6398 (tramp-handle-copy-file): Don't call `set-file-modes'
6399 unconditionally. Specialized functions should know better what is
6400 necessary. This improves performance a little bit, and the
6401 functions could catch errors with `cp -p' and `scp -p'.
6402 (tramp-do-copy-or-rename-file-via-buffer)
6403 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6404 when appropriate.
6405 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6406 Call `set-file-modes' when appropriate.
6407 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6408 Johnsson <isak@hypergene.com>
6409 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6410 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6411 <joakim@verona.se>
6412 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6413 Emacs only.
6414
6415 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6416 `find-file-hooks' and `dired-mode-hook'.
6417 (tramp-minor-mode-map): Respective map. Add remapping for
6418 `compile' and `recompile'.
6419 (tramp-remap-command, tramp-recompile): New defuns.
6420 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6421 in buffer "*Compilation*". Call the commands asynchronously.
6422
6423 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6424 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6425 `shell-command', because it isn't magic in XEmacs. Reported by
6426 Adrian Aichner <adrian@xemacs.org>.
6427
6428 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6429 `substitute-in-file-name.
6430 (tramp-smb-handle-substitute-in-file-name): New defun.
6431 (tramp-smb-advice-PC-do-completion): Delete advice.
6432
6433 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6434
6435 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6436 Fix error in deleting region.
6437
6438 2005-01-15 Richard M. Stallman <rms@gnu.org>
6439
6440 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6441 In non-temp buffer, switch syntax table temporarily.
6442
6443 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6444
6445 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6446
6447 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6448
6449 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6450 (imenu--generic-function): Use START, not BEG, as pos of definition.
6451
6452 * simple.el (just-one-space): Argument specifies number of spaces.
6453
6454 * simple.el (eval-expression-print-format): Avoid warning
6455 about edebug-active.
6456
6457 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6458
6459 * progmodes/sh-script.el: Code copied from make-mode.el
6460 with small changes,
6461 (sh-mode-map): Bind C-c C-\.
6462 (sh-backslash-column, sh-backslash-align): New variables.
6463 (sh-backslash-region, sh-append-backslash): New functions.
6464
6465 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6466
6467 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6468 (rmail-pop-password, rmail-pop-password-required): Move to
6469 rmail-obsolete group.
6470 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6471 All callers updated.
6472 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6473 Take an argument specifying whether it is POP or IMAP mailbox we
6474 are using. All callers updated.
6475 (rmail-pop-password-error): Rename to
6476 rmail-remote-password-error. Added mailutils-specific error message.
6477 (rmail-movemail-search-path)
6478 (rmail-movemail-variant-in-use): New variables.
6479 (rmail-remote-password, rmail-remote-password-required):
6480 New customization variables.
6481 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6482 (rmail-parse-url): New function.
6483 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6484 with GNU mailutils movemail.
6485
6486 2005-01-15 Kevin Ryde <user42@zip.com.au>
6487
6488 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6489 suffix to space, $ or '$, to correctly position point when going
6490 to @table style constants like DBL_MAX.
6491
6492 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6493
6494 * type-break.el (type-break-mode, type-break-file-time)
6495 (type-break-file-keystroke-count, type-break-choose-file):
6496 Don't store data in or load data from the file if type-break-file-name
6497 is nil.
6498 (type-break-file-name): Doc update as per the above.
6499
6500 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6501
6502 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6503 lookup-key might return nil; handle that.
6504
6505 2005-01-15 Alan Mackenzie <acm@muc.de>
6506
6507 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6508 rather than the element found, thus enabling the tree to be setcar'd.
6509
6510 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6511
6512 * textmodes/org.el (org-show-following-heading): New option.
6513 (org-show-hierarchy-above): Use `org-show-following-heading'.
6514 (org-cycle): Documentation fix.
6515
6516 * textmodes/org.el (orgtbl-optimized): New option
6517 (orgtbl-mode): New command, a minor mode.
6518 (orgtbl-mode-map): New variable.
6519 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6520 (orgtbl-error, orgtbl-self-insert-command)
6521 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6522
6523 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6524 a local variable in each org-mode buffer.
6525
6526 * textmodes/org.el (org-set-regexps-and-options): Rename from
6527 `org-set-regexps'. Added checking for STARTUP keyword.
6528 (org-get-current-options): Add STARTUP options.
6529 (org-table-insert-row): Mode mode intelligent about when
6530 realignment is needed.
6531 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6532 New commands.
6533 (org-enable-table-editor): New default value `optimized'.
6534 (org-table-blank-field): Support blanking regions if active.
6535
6536 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6537
6538 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6539 if the year is not given.
6540
6541 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6542 Add new escapes %m and %M, fixed bug with %F by adding
6543 save-match-data.
6544 (reftex-reference): Remove ?. from list of spaces.
6545 (reftex-label-info): Add automatic label prefix recognition.
6546
6547 * textmodes/reftex-index.el (reftex-index-next-phrase):
6548 Add slave parameter to call of `reftex-index-this-phrase'.
6549 (reftex-index-this-phrase): New optional argument.
6550 (reftex-index-region-phrases): Add slave parameter to call of
6551 `reftex-index-this-phrase'.
6552 (reftex-display-index): New argument redo.
6553 (reftex-index-rescan): Add 'redo to arguments of
6554 `reftex-display-index'.
6555 (reftex-index-Rescan, reftex-index-revert)
6556 (reftex-index-switch-index-tag): Add 'redo to arguments of
6557 `reftex-display-index'.
6558 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6559 indexing. Fix bug with matching is there is a quote before or
6560 after the word.
6561
6562 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6563 Fix bug when collecting citation keys in lines with comments.
6564 (reftex-citation): Prefix argument no longer rescans the document,
6565 but forces prompting for optional arguments of cite macros.
6566 (reftex-do-citation): Prompting for optional arguments implemented.
6567
6568 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6569 Add optional arguments to most cite commands.
6570 (reftex-cite-cleanup-optional-args): New option
6571 (reftex-cite-prompt-optional-args): New option.
6572 (reftex-trust-label-prefix): New option.
6573
6574 * textmodes/reftex-toc.el (reftex-toc-find-section):
6575 Add push-mark before changing the position in the buffer.
6576
6577 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6578 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6579
6580 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6581
6582 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6583 more carefully.
6584
6585 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6588 (sgml-mode): Use it.
6589 (sgml-get-context): Better keep track of implicitly closed tags.
6590
6591 2005-01-13 Kenichi Handa <handa@m17n.org>
6592
6593 * textmodes/ispell.el: These changes are to fix misalignment error
6594 caused by equivalent characters of different Emacs charsets.
6595 (ispell-unified-chars-table): New variable.
6596 (ispell-get-decoded-string): New function.
6597 (ispell-get-casechars, ispell-get-not-casechars)
6598 (ispell-get-otherchars): Call ispell-get-decoded-string.
6599
6600 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6601
6602 * custom.el (custom-declare-variable): Just put symbol instead
6603 of (defvar . symbol) in `current-load-list'.
6604
6605 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6606
6607 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6608
6609 2005-01-12 Jay Belanger <belanger@truman.edu>
6610
6611 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6612 to create a Calc summary.
6613
6614 2005-01-12 Kim F. Storm <storm@cua.dk>
6615
6616 * mouse.el (mouse-on-link-p): Change functionality and doc
6617 string to comply with latest description in lisp ref.
6618
6619 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6620
6621 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6622 Enable mouse clicks on mode-line, header-line and margin.
6623 (event-type): Give mouse event symbols an 'event-kind property
6624 with value 'mouse-click.
6625
6626 2005-01-12 Juri Linkov <juri@jurta.org>
6627
6628 * facemenu.el (list-colors-display): Add new arg buffer-name.
6629 Use it. Fix docstring. Replace code for identifying duplicate
6630 colors by the name with call to `list-colors-duplicates' which
6631 identifies duplicate colors by the value unless the color
6632 is one of special Windows colors. Set truncate-lines to t.
6633 Print sorted duplicate color names on each line. Indent to 22
6634 \(the longest color name in rgb.txt) instead of 20. Optimize.
6635 (list-colors-duplicates): New function.
6636 (facemenu-color-name-equal): Delete function.
6637
6638 * facemenu.el (list-colors-print): New function created from code
6639 in list-colors-display. Print #RRGGBB at the window right edge.
6640 (list-colors-display): When temp-buffer-show-function is not
6641 defined, call list-colors-print from temp-buffer-show-hook
6642 to get the right value of window-width in list-colors-print
6643 after the buffer is displayed.
6644
6645 * simple.el (pop-mark): Move deactivate-mark out of conditional
6646 part to deactivate the active mark regardless of the state of the
6647 mark ring.
6648
6649 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6650 variables line in desktop files.
6651
6652 2005-01-12 Juri Linkov <juri@jurta.org>
6653
6654 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6655 Bring together isearch highlight related options.
6656 (lazy-highlight): Replace group `replace' by `matching'.
6657 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6658 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6659 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6660 and declare them obsolete.
6661 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6662 (isearch-faces): Remove defgroup.
6663 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6664 Move isearch highlighting code closer to lazy highlighting code.
6665
6666 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6667 (query-replace-highlight, query-replace-lazy-highlight)
6668 (query-replace): Move definitions to the beginning of the file.
6669
6670 2005-01-11 Juri Linkov <juri@jurta.org>
6671
6672 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6673 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6674 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6675
6676 * info.el (Info-history-forward): New variable.
6677 (Info-select-node): Reset Info-history-forward to nil.
6678 (Info-last): Turn into defalias.
6679 (Info-history-back): Rename from Info-last.
6680 Add current node to Info-history-forward.
6681 (Info-history-forward): New fun.
6682 (Info-mode-map): Replace Info-last by Info-history-back.
6683 Bind Info-history-forward to "r".
6684 (Info-mode-menu): Replace Info-last by Info-history-back.
6685 Fix menu item text. Add menu item for Info-history-forward.
6686 (info-tool-bar-map): Replace Info-last by Info-history-back.
6687 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
6688 for Info-history-forward.
6689 (Info-mode): Replace Info-last by Info-history-back in docstring.
6690 Add local variable Info-history-forward.
6691 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
6692
6693 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6694
6695 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
6696 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
6697 Ignore select-window events rather than fiddle with
6698 mouse-autoselect-window.
6699
6700 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
6701
6702 * type-break.el (type-break-mode): Fix previous change.
6703
6704 2005-01-10 Jay Belanger <belanger@truman.edu>
6705
6706 * calc/calc-ext.el (calc-reset): Reset when inside embedded
6707 calculator; only reset when point is inside a calculator.
6708 Don't adjust the window height if the window takes up the whole height
6709 of the frame.
6710
6711 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6712
6713 * ebuff-menu.el (Electric-buffer-menu-mode):
6714 Preserve value of buffer-local var header-line-format.
6715
6716 2005-01-09 Jay Belanger <belanger@truman.edu>
6717
6718 * calc/calc.el (calc-mode-var-list-restore-saved-values):
6719 Make sure settings file exists before accessing it.
6720
6721 * calc/calc-embed.el (calc-embedded-subst):
6722 Replace math-multi-subst-rec, which is only supposed to be called
6723 by math-multi-subst, by math-multi-subst.
6724
6725 2005-01-09 Andre Spiegel <spiegel@gnu.org>
6726
6727 * vc.el (vc-allow-async-revert): New user option.
6728 (vc-disable-async-diff): New internal variable.
6729 (vc-revert-buffer): Use them to disable asynchronous diff.
6730
6731 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
6732 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
6733 asynchronously if vc-disable-async-diff is t.
6734
6735 2005-01-09 Jay Belanger <belanger@truman.edu>
6736
6737 * calc/calc.el (defcalcmodevar): New macro.
6738 (calc-mode-var-list-restore-default-values)
6739 (calc-mode-var-list-restore-saved-values): New functions.
6740 (calc-mode-var-list): Use defcalcmodevar to define it.
6741 (calc-always-load-extensions, calc-line-numbering)
6742 (calc-line-breaking, calc-display-just, calc-display-origin)
6743 (calc-number-radix, calc-leading-zeros, calc-group-digits)
6744 (calc-group-char, calc-point-char, calc-frac-format)
6745 (calc-prefer-frac, calc-hms-format, calc-date-format)
6746 (calc-float-format, calc-full-float-format, calc-complex-format)
6747 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6748 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6749 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6750 (calc-matrix-brackets, calc-language, calc-language-option)
6751 (calc-left-label, calc-right-label, calc-word-size)
6752 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6753 (calc-display-raw, calc-internal-prec, calc-angle-mode)
6754 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6755 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6756 (calc-window-height, calc-display-trail, calc-show-selections)
6757 (calc-use-selections, calc-assoc-selections)
6758 (calc-display-working-message, calc-auto-why, calc-timing)
6759 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
6760 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
6761 (calc-gnuplot-default-device, calc-gnuplot-default-output)
6762 (calc-gnuplot-print-device, calc-gnuplot-print-output)
6763 (calc-gnuplot-geometry, calc-graph-default-resolution)
6764 (calc-graph-default-resolution-3d, calc-invocation-macro)
6765 (calc-show-banner): Use defcalcmodevar to declare them and set
6766 their default values.
6767
6768 * calc/calc-ext.el (calc-reset): Restore saved values of variables
6769 instead of default values (but restore default values if there is
6770 an argument of 0).
6771
6772 2005-01-09 David Kastrup <dak@gnu.org>
6773
6774 * desktop.el (desktop-restore-eager): Fix typo in type.
6775
6776 2005-01-08 Richard M. Stallman <rms@gnu.org>
6777
6778 * cus-edit.el (customize): Delete :link.
6779
6780 2005-01-08 Jay Belanger <belanger@truman.edu>
6781
6782 * calc/calc.el (calc-mode): Remove the extension from the
6783 `calc-settings-file' file name when loading it.
6784
6785 2005-01-08 Kim F. Storm <storm@cua.dk>
6786
6787 * info.el (Info-mode-map, Info-next-link-keymap)
6788 (Info-prev-link-keymap, Info-up-link-keymap):
6789 Map follow-link to mouse-face.
6790 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
6791
6792 2005-01-08 Jay Belanger <belanger@truman.edu>
6793
6794 * calc/calc.el (calc-settings-file): Change default value.
6795 Suggested by cgw in a comment in calc-mode.el.
6796
6797 * calc/calc-mode.el (calc-settings-file-name):
6798 Compare calc-settings-file to user-init-file instead of ~/.emacs.
6799 Replace ~/.emacs in a prompt by calc-settings-file.
6800
6801 2005-01-07 Lars Hansen <larsh@math.ku.dk>
6802
6803 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
6804 (desktop-lazy-idle-delay): New customizable variables.
6805 (desktop-buffer-args-list): New variable.
6806 (desktop-append-buffer-args): New function.
6807 (desktop-save): Call desktop-append-buffer-args for some buffers.
6808 (desktop-lazy-create-buffer): New function.
6809 (desktop-idle-create-buffers): New function.
6810 (desktop-read): Add message about buffers to restore lazily.
6811 (desktop-lazy-abort): New command.
6812 (desktop-clear): Call desktop-lazy-abort.
6813 (desktop-lazy-complete): New command.
6814
6815 2005-01-06 Richard M. Stallman <rms@gnu.org>
6816
6817 * emacs-lisp/find-func.el (find-face-definition):
6818 Rename from find-face.
6819
6820 2005-01-06 Kim F. Storm <storm@cua.dk>
6821
6822 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
6823
6824 * man.el (Man-xref-man-page, Man-xref-header-file)
6825 (Man-xref-normal-file): Add follow-link property.
6826
6827 2005-01-06 Jay Belanger <belanger@truman.edu>
6828
6829 * calc/calc-units.el: Make sure the proper macro definitions are
6830 available when compiling.
6831
6832 2005-01-06 Juri Linkov <juri@jurta.org>
6833
6834 * isearch.el (isearch-lazy-highlight-update):
6835 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
6836
6837 2005-01-06 Miles Bader <miles@gnu.org>
6838
6839 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
6840 (isearch-lazy-highlight-face): Use new name.
6841
6842 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6843
6844 * uniquify.el (uniquify-rationalize-file-buffer-names):
6845 Re-add an interactive spec.
6846 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
6847 to the same name.
6848
6849 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
6850 (isearch-update, isearch-done): Adjust calls accordingly.
6851
6852 2005-01-05 Richard M. Stallman <rms@gnu.org>
6853
6854 * custom.el (custom-set-variables, custom-theme-set-variables):
6855 Clarify documentation.
6856
6857 * emacs-lisp/find-func.el (find-variable)
6858 (find-variable-other-window, find-variable-other-frame):
6859 Fix the TYPE args to find-function-read and find-function-do-it.
6860 (find-function): Doc fix.
6861 (find-function-at-point): Replace function-at-point alias.
6862
6863 2005-01-04 Richard M. Stallman <rms@gnu.org>
6864
6865 * cus-face.el (custom-declare-face):
6866 Record defface in current-load-list.
6867
6868 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
6869
6870 * emacs-lisp/find-func.el: Doc fixes.
6871 (find-face-regexp): New variable.
6872 (find-function-regexp-alist): New variable.
6873 (find-function-C-source): Third arg is now TYPE.
6874 (find-function-search-for-symbol): Handle general TYPE.
6875 (find-function-read, find-function-do-it): Handle general TYPE.
6876 (find-definition-noselect, find-face): New functions.
6877 (function-at-point): Alias deleted.
6878
6879 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 * battery.el (display-battery-mode): Rename from display-battery.
6882 Handle the case where it gets turned off.
6883
6884 2005-01-04 Richard M. Stallman <rms@gnu.org>
6885
6886 * cus-edit.el (customize): Make :link point to user doc.
6887
6888 * man.el (Man-fontify-manpage): Turn off undo generation.
6889
6890 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
6891
6892 2005-01-04 Andreas Schwab <schwab@suse.de>
6893
6894 * files.el (insert-directory): Only look for error lines in
6895 inserted text. Don't move too far after processing --dired markers.
6896
6897 2005-01-04 Richard M. Stallman <rms@gnu.org>
6898
6899 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
6900 Don't expand if the character is @, period, dash, etc.
6901 (define-mail-abbrev): Quote names that contain problem characters.
6902
6903 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
6904
6905 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
6906
6907 2005-01-03 Richard M. Stallman <rms@gnu.org>
6908
6909 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
6910 (query-replace-highlight, query-replace-lazy-highlight)
6911 (query-replace): Definitions moved up. Doc fix.
6912
6913 2005-01-03 Richard M. Stallman <rms@gnu.org>
6914
6915 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
6916 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6917 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6918 (lazy-highlight-face): Rename from isearch-lazy-...
6919 Change all references to them.
6920
6921 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6922
6923 * cus-edit.el (custom-file): Doc fix for defcustom.
6924 (custom-file): The function no longer sets the variable
6925 `custom-file' to its return value.
6926
6927 * startup.el (command-line): No longer load `custom-file'.
6928
6929 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6930
6931 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
6932
6933 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
6934 Don't confuse module-prefixed identifiers for labels.
6935 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
6936
6937 2005-01-02 Richard M. Stallman <rms@gnu.org>
6938
6939 * files.el (basic-save-buffer-1): Fix previous change.
6940
6941 * loadhist.el (file-loadhist-lookup): New function.
6942 (file-provides, file-requires): Use it.
6943
6944 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
6945 instead of calculating the right size.
6946
6947 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6948
6949 * vc-svn.el (vc-svn-diff): Stay local if possible.
6950
6951 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
6952
6953 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
6954
6955 * files.el (hack-local-variables): Fix last change.
6956
6957 2005-01-02 Jay Belanger <belanger@truman.edu>
6958
6959 * calc/calc-yank.el (calc-edit-top): New variable.
6960 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
6961 object. Change header properties.
6962 (calc-edit-finish, calc-edit-finish-stack-object)
6963 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
6964 edited object.
6965 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
6966 for the beginning of the edited object.
6967 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
6968 for the beginning of the edited object.
6969 * calc/calc-prog.el (calc-edit-macro-finish-edit)
6970 (calc-finish-formula-edit, calc-macro-repeats)
6971 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
6972 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
6973 beginning of the edited object.
6974 (calc-user-define-edit): Change the header for editing macros.
6975 Remove unnecessary variable.
6976
6977 2005-01-01 Jay Belanger <belanger@truman.edu>
6978
6979 * calc/calc-yank.el (calc-edit-mode): Change default header.
6980 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
6981 * calc/calc-store.el (calc-edit-variable): Change title to match new
6982 header.
6983 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
6984 mode to match new header.
6985 (calc-user-define-edit): Change titles to include names of commands.
6986 (calc-finish-formula-edit): Adjust to handle new header.
6987 (calc-finish-macro-edit): Remove.
6988 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
6989 (calc-edit-macro-command, calc-edit-macro-command-type)
6990 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
6991 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
6992 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
6993 (calc-edit-macro-finish-edit): New functions.
6994 (calc-user-define-edit): Use new functions to edit named calc macros.
6995
6996 2005-01-01 Stefan <monnier@iro.umontreal.ca>
6997
6998 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
6999
7000 * ses.el (copy-region-as-kill): Deactivate mark.
7001
7002 2005-01-01 Richard M. Stallman <rms@gnu.org>
7003
7004 * replace.el (occur-1): If the output buffer is also an input,
7005 don't kill it, rename it.
7006
7007 * faces.el (set-face-background, set-face-foreground): Doc fix.
7008
7009 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7010 for :foreground and :background.
7011
7012 * dired.el (dired-view-command-alist): Variable deleted.
7013 (dired-view-file, dired-mouse-find-file-other-window):
7014 Delete the code to use it.
7015
7016 2005-01-01 Kim F. Storm <storm@cua.dk>
7017
7018 * image.el (insert-sliced-image): Use t for line-height property.
7019
7020 2004-12-31 Jay Belanger <belanger@truman.edu>
7021
7022 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7023 for "var-" at the beginning of the minibuffer.
7024
7025 2004-12-31 Richard M. Stallman <rms@gnu.org>
7026
7027 * faces.el (read-face-name):
7028 Don't treat an attribute spec as a list of faces.
7029
7030 * simple.el (undo): Use undo-equiv-table to detect
7031 unexpected changes since previous undo.
7032 (undo-list-saved): Variable deleted.
7033 (buffer-disable-undo): Don't alter undo-list-saved.
7034
7035 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7036 (mode-require-final-newline): New option.
7037 (after-find-file): Handle require-final-newline with new values.
7038 (basic-save-buffer): Handle new values of require-final-newline.
7039
7040 * progmodes/sh-script.el (sh-require-final-newline):
7041 Alist value now controls whether to use mode-require-final-newline.
7042 (sh-set-shell): Implement that new meaning.
7043
7044 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7045 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7046 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7047 Delete old-Emacs compatibility code.
7048 (antlr-c-common-init): Function deleted.
7049
7050 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7051 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7052 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7053 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7054 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7055 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7056 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7057 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7058 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7059 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7060 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7061 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7062 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7063 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7064 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7065 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7066
7067 2004-12-31 Jay Belanger <belanger@truman.edu>
7068
7069 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7070 way to return to Calc.
7071
7072 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7073 finish, C-xk as the way to cancel the edit. Add cancel routine to
7074 kill-buffer-hook.
7075
7076 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7077 MacEdit code.
7078
7079 * calc/calc-prog.el: Remove obsolete MacEdit code.
7080 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7081 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7082
7083 2004-12-31 Kenichi Handa <handa@m17n.org>
7084
7085 * international/mule.el (buffer-file-coding-system-explicit):
7086 Rename for explicit-buffer-file-coding-system.
7087 (after-insert-file-set-coding): Adjust for the above change.
7088
7089 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7090 to buffer-file-coding-system-explicit.
7091 (basic-save-buffer-1): Likewise.
7092
7093 2004-12-30 Richard M. Stallman <rms@gnu.org>
7094
7095 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7096 (artist-butlast, artist-last): Functions deleted.
7097 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7098 (artist-compute-key-compl-table): Call remq directly.
7099 (artist-remove-nulls): Function deleted.
7100 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7101 (artist-push, artist-pop): Macro deleted.
7102
7103 2004-12-30 Andreas Leue <al@sphenon.de>
7104
7105 * textmodes/artist.el (artist-version): 1.2.6
7106 (artist-prev-next-op-alist): New variable.
7107 (artist-select-next-op-in-list): New function.
7108 (artist-select-prev-op-in-list): New function.
7109 (artist-make-prev-next-op-alist): New function.
7110 (artist-is-in-op-list-p): New function.
7111 (artist-get-first-non-nil-op): New function.
7112 (artist-get-last-non-nil-op): New function.
7113 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7114 artist-prev-next-op-alist.
7115 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7116 change drawing operation.
7117
7118 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7119
7120 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7121
7122 2004-12-31 Masatake YAMATO <jet@gyve.org>
7123
7124 * server.el (server-process-filter): Suppress `error', too.
7125
7126 2004-12-30 Jay Belanger <belanger@truman.edu>
7127
7128 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7129 Change the way a variable is displayed in a message.
7130
7131 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7132 (calc-user-define-permanent, calc-execute-kbd-macro):
7133 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7134
7135 2004-12-30 Kenichi Handa <handa@m17n.org>
7136
7137 * files.el (basic-save-buffer-1):
7138 Set explicit-buffer-file-coding-system to last-coding-system-used.
7139 (revert-buffer): Pay attention to
7140 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7141 on bind coding-system-for-read.
7142
7143 * international/mule.el (explicit-buffer-file-coding-system):
7144 New buffer local variable.
7145 (after-insert-file-set-coding): Set it to coding-system-for-read.
7146
7147 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7148
7149 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7150
7151 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7152
7153 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7154 that include line numbers.
7155
7156 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7157
7158 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7159 Redundant variable PREFIXLEN removed.
7160
7161 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7162
7163 * eshell/em-hist.el (eshell-previous-matching-input):
7164 Start the deletion from the end of the output.
7165
7166 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7167
7168 * term/mac-win.el: Require x-dnd.
7169 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7170
7171 2004-12-29 David Kastrup <dak@gnu.org>
7172
7173 * international/mule.el (decode-coding-inserted-region):
7174 Don't barf if `buffer-undo-list' is already set to `t'.
7175
7176 2004-12-29 Jay Belanger <belanger@truman.edu>
7177
7178 * calc/calc-prog.el (calc-user-define-formula): Put default values
7179 for function names in prompts.
7180 (calc-user-define-permanent, calc-user-define-composition)
7181 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7182 default input for algebraic functions.
7183
7184 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7185
7186 * vc-rcs.el (vc-rcs-annotate-command):
7187 Fix omission bug: Call `vc-setup-buffer'.
7188
7189 2004-12-29 Kenichi Handa <handa@m17n.org>
7190
7191 * international/mule.el (recode-region): New function.
7192
7193 2004-12-28 Richard M. Stallman <rms@gnu.org>
7194
7195 * simple.el (undo-extra-outer-limit): New variable.
7196 (undo-outer-limit-truncate): Test and set it.
7197
7198 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7199 enables the feature to extend the existing region.
7200
7201 * simple.el (mark-word): New arg ALLOW-EXTEND
7202 enables the feature to extend the existing region.
7203
7204 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7205 enables the feature to extend the existing region.
7206
7207 * startup.el (site-run-file): Don't allow setting it with Custom.
7208
7209 * simple.el (buffer-disable-undo): Fix previous change.
7210
7211 2004-12-27 Masatake YAMATO <jet@gyve.org>
7212
7213 * hexl.el (hexlify-buffer): Remove fontification here.
7214 Use font lock mechanism instead.
7215 (hexl-font-lock-keywords): New font lock kewords.
7216 (hexl-mode-old-font-lock-keywords): New variable.
7217 (hexl-mode): Store the old font lock keywords.
7218 (hexl-mode-exit): Restore the old font lock keywords.
7219
7220 2004-12-27 Richard M. Stallman <rms@gnu.org>
7221
7222 * simple.el (undo): Fix previous change.
7223
7224 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7225
7226 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7227 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7228 Call x-open-connection on Mac OS X.
7229
7230 2004-12-27 Richard M. Stallman <rms@gnu.org>
7231
7232 * files.el (buffer-save-without-query): New var (buffer-local).
7233 (save-some-buffers): Save those buffers first, w/o asking.
7234
7235 * files.el (insert-directory-ls-version): New variable.
7236 (insert-directory): When ls returns an error, test the version
7237 number to decide what the return code means.
7238 With --dired output format, detect and distinguish lines
7239 that are really error messages.
7240 (insert-directory-adj-pos): New function.
7241
7242 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7243
7244 * battery.el (battery-mode-line-format): Remove initial spaces.
7245
7246 * uniquify.el (uniquify-rationalize-file-buffer-names):
7247 Delete interactive spec.
7248
7249 * type-break.el (type-break-mode): Set buffer-save-without-query.
7250 Remove code that tried to set save-some-buffers-always.
7251 (type-break-file-keystroke-count): Bind deactivate-mark.
7252
7253 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7254
7255 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7256 Test that the buffer is live, and maybe reject current buffer too.
7257 Clarify.
7258 (next-error-find-buffer): Rewrite for clarity.
7259
7260 * loadup.el: Don't use buffer-disable-undo; do it directly.
7261
7262 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7263 (describe-variable): Call symbol-file with `defvar'.
7264
7265 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7266 (symbol-file): Rewritten to handle new load-history format.
7267 Now takes an arg TYPE to specify looking for a particular
7268 type of definition only.
7269
7270 * emacs-lisp/debug.el (debugger-make-xrefs):
7271 Call symbol-file with `defun'.
7272
7273 * emacs-lisp/find-func.el (find-function-noselect):
7274 Call symbol-file with `defun'.
7275 (find-variable-noselect): Call symbol-file with `defvar'.
7276
7277 * eshell/esh-cmd.el (eshell-find-alias-function):
7278 Call symbol-file with `defun'.
7279
7280 * eshell/esh-test.el (eshell-test-goto-func):
7281 Call symbol-file with `defun'.
7282
7283 * mail/rmail.el (rmail-resend):
7284 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7285
7286 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7287
7288 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7289
7290 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7291 Call buffer-disable-undo.
7292
7293 * simple.el (undo-list-saved): New variable (buffer-local).
7294 (undo): Set and test it.
7295 (buffer-disable-undo): Move here from buffer.c.
7296 Clear out undo-list-saved.
7297
7298 * international/mule.el (decode-coding-inserted-region):
7299 Set buffer-undo-list in a correct and optimal way.
7300
7301 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7302 (cperl-font-lock-unfontify-region-function): No need to save and
7303 restore info, since font-lock.el does it for us.
7304
7305 * ansi-color.el (save-buffer-state): Definition deleted.
7306 (ansi-color-unfontify-region): Don't use save-buffer-state.
7307
7308 2004-12-27 Dave Love <fx@gnu.org>
7309
7310 * wid-edit.el (function): Use restricted-sexp as parent.
7311
7312 2004-12-27 Kevin Ryde <user42@zip.com.au>
7313
7314 * simple.el (next-matching-history-element): Use same
7315 `interactive' form as previous-matching-history-element.
7316
7317 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7318 it can appear unencoded and has been seen from yahoo.
7319
7320 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7321
7322 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7323 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7324
7325 2004-12-27 Kenichi Handa <handa@m17n.org>
7326
7327 * international/utf-8.el (utf-translate-cjk-load-tables):
7328 Bind coding-system-for-read to nil while loading subst-*.
7329
7330 2004-12-26 Jay Belanger <belanger@truman.edu>
7331
7332 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7333 default input.
7334
7335 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7336
7337 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7338 before reverting and disable undo recording while reverting.
7339
7340 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7341
7342 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7343 (hs-make-overlay): New function.
7344 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7345 (hs-flag-region): Delete function.
7346 (hs-hide-comment-region): No longer use `hs-flag-region'.
7347 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7348 (hs-hide-block-at-point): Likewise.
7349 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7350 (hs-hide-all, hs-show-all): Likewise.
7351 (hs-show-block): Likewise.
7352 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7353
7354 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7355
7356 * progmodes/hideshow.el: Require `cl' when compiling.
7357 Remove XEmacs and Emacs 19 compatibility.
7358 Use `dolist' and `add-to-list' for load-time actions.
7359 (hs-discard-overlays): Use `dolist'.
7360 (hs-show-block): Likewise.
7361
7362 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7363
7364 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7365
7366 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7367
7368 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7369 When extending backwards, move outside the current comment first.
7370
7371 2004-12-22 Kenichi Handa <handa@m17n.org>
7372
7373 * international/quail.el (quail-start-translation): Fix prompt
7374 string for the case if input-method-use-echo-area being non-nil.
7375 (quail-start-conversion): Likewise.
7376 (quail-show-guidance): Don't show guidance if
7377 input-method-use-echo-area is non-nil.
7378
7379 2004-12-21 Richard M. Stallman <rms@gnu.org>
7380
7381 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7382
7383 2004-12-21 Markus Rost <rost@ias.edu>
7384
7385 * calendar/diary-lib.el (mark-diary-entries):
7386 Set mark-diary-entries-in-calendar only after checking for diary-file.
7387
7388 2004-12-21 Richard M. Stallman <rms@gnu.org>
7389
7390 * faces.el (escape-glyph): Use blue against light foreground.
7391
7392 * simple.el (undo-outer-limit-truncate): New function.
7393 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7394
7395 2004-12-21 Eli Barzilay <eli@barzilay.org>
7396
7397 * calculator.el (calculator-radix-grouping-mode)
7398 (calculator-radix-grouping-digits)
7399 (calculator-radix-grouping-separator):
7400 New defcustoms for the new radix grouping mode functionality.
7401 (calculator-mode-hook): Now used in electric mode too,
7402 (calculator): Call it.
7403 (calculator-mode-map): Some new keys.
7404 (calculator-message): New function. Some new calls.
7405 (calculator-op, calculator-set-register): Use it.
7406 (calculator-string-to-number): New function, mostly moved and
7407 updated code from calculator-curnum-value.
7408 (calculator-curnum-value): Use it.
7409 (calculator-paste): Use it, and update grabbing the current-kill.
7410 (calculator-rotate-displayer)
7411 (calculator-rotate-displayer-back): Toggle digit grouping when
7412 in radix mode, use calculator-message.
7413 (calculator-displayer-prev, calculator-displayer-next):
7414 Change digit group size when in radix mode.
7415 (calculator-number-to-string): Rename from
7416 calculator-num-to-string. Now deals with digit grouping in
7417 radix mode.
7418 (calculator-update-display, calculator-put-value): Use the new name.
7419 (calculator-fact): Return a floating point number.
7420 (calculator-mode): Doc fix.
7421
7422 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7423
7424 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7425 * calendar/diary-lib.el (view-other-diary-entries):
7426 Use current-prefix-arg in interactive spec.
7427
7428 2004-12-19 Jay Belanger <belanger@truman.edu>
7429
7430 * calc/calc-aent.el (calcAlg-blank-matching-open):
7431 Temporarily adjust the syntax of both delimiters of half-open intervals.
7432
7433 2004-12-19 Kim F. Storm <storm@cua.dk>
7434
7435 * mouse.el (mouse-1-click-follows-link): Doc fix.
7436
7437 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7438
7439 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7440 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7441 instead of centraleuropean as the name
7442
7443 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7444
7445 Sync with Tramp 2.0.46.
7446
7447 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7448 parameters wrt Tramp convention.
7449 (tramp-handle-file-attributes-with-perl)
7450 (tramp-handle-directory-files-and-attributes): Apply it.
7451 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7452 `copy-program'. Reported by Zack Weinberg
7453 <zack@codesourcery.com>.
7454 (top): Set `edebug-form-spec' property directly rather than
7455 calling `def-edebug-spec'.
7456
7457 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7458 advice less fragile. Surround temporary redefinition of
7459 `substitute-in-file-name' with `unwind-protect'. Suggested by
7460 Matt Hodges <MPHodges@member.fsf.org>.
7461
7462 2004-12-17 Juri Linkov <juri@jurta.org>
7463
7464 * replace.el (occur-accumulate-lines, occur-engine):
7465 Make forcing deferred font-lock fontification jit-specific.
7466
7467 2004-12-17 Kim F. Storm <storm@cua.dk>
7468
7469 * mouse.el (mouse-1-click-follows-link): New defcustom.
7470 (mouse-on-link-p): New function.
7471 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7472 functionality. Map a mouse-1 click event into a mouse-2 (or
7473 other) event when position is inside a link.
7474
7475 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7476 prefix in tooltip text with "mouse-1" when this is a link
7477 recognized by mouse-1-click-follows-link functionality.
7478
7479 * help.el (describe-key): Report effective and original binding
7480 for mouse-1 when clicked on a link.
7481 (describe-mode): Add follow-link property to "minor-mode" button.
7482
7483 * help-fns.el (describe-variable): Add follow-link property to
7484 "below" button.
7485
7486 * help-mode.el (help-xref): Add follow-link property.
7487
7488 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7489 (apropos-command, apropos-variable, apropos-face, apropos-group)
7490 (apropos-widget, apropos-plist): Add follow-link property.
7491
7492 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7493 checks if position is in a filename, rather than some other
7494 clickable item. Function looks for cvs-filename-face at position.
7495
7496 * wid-edit.el (widget-specify-field, widget-specify-button):
7497 Map a :follow-link keyword into a follow-link property.
7498 (link): Add :follow-link keyword, map to RET binding.
7499
7500 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7501
7502 * progmodes/compile.el (compilation-minor-mode-map)
7503 (compilation-button-map, compilation-mode-map): Likewise.
7504
7505 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7506
7507 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7508 (zone-replace-char): Take `count' and `del-count'
7509 instead of `direction'. Update callers. When `del-count' is
7510 non-nil, delete that many characters, otherwise `count' characters
7511 backwards. Insert the newly-replaced string `count' times.
7512 (zone-fret): Handle chars w/ width greater than one.
7513 (zone-fall-through-ws): No longer take window width `ww'.
7514 Update callers. Add handling for `char-width' greater than one.
7515 (zone-pgm-drip): Update var holding window-end position every cycle.
7516
7517 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7518
7519 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7520 rather than insert-file.
7521
7522 2004-12-16 Jay Belanger <belanger@truman.edu>
7523
7524 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7525 (math-init-random-base, math-random-digit): Check to see if
7526 var-RandSeed is bound.
7527 (math-random-last): Declare it.
7528 (math-random-digit): Don't make math-random-last local.
7529
7530 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7531
7532 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7533 one-shot thunk for uniform (error, quit, normal) recovery.
7534 Reported by John Paul Wallington.
7535 (zone-pgm-random-life): Fix bug:
7536 Recognize empty initial field by lack of "@" chars.
7537
7538 2004-12-16 Juri Linkov <juri@jurta.org>
7539
7540 * help.el (function-called-at-point):
7541 * help-fns.el (variable-at-point): As a last resort try stripping
7542 non-word prefixes and suffixes.
7543
7544 * descr-text.el (describe-property-list): Don't treat syntax-table
7545 specially. Use describe-text-sexp which inserts [show] button
7546 for large objects and handles printing errors. Sort properties
7547 by names in alphabetical order instead of by value sizes.
7548 Add `mouse-face' to list of properties for `describe-face' widget.
7549 (describe-char): Mask out face-id from 19 bits of character.
7550 Print face-id separately.
7551
7552 * replace.el (occur-accumulate-lines, occur-engine):
7553 Fontify unfontified matching lines in the source buffer
7554 before copying them.
7555 (occur-engine): Don't put mouse-face on context lines.
7556 (occur-next-error): Set point to line beginning/end
7557 before searching for prev/next property to skip multiple
7558 matches on a line (not supported by occur engine).
7559 Remove redundant prefix-numeric-value.
7560
7561 2004-12-15 Juri Linkov <juri@jurta.org>
7562
7563 * replace.el (match): New face.
7564 (list-matching-lines-face): Change default from `bold' to `match'.
7565
7566 * progmodes/grep.el (grep-match-face): New defvar.
7567 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7568 compilation-column-face to highlight grep matches.
7569
7570 * apropos.el (apropos-match-face): Change default from
7571 `secondary-selection' to `match'.
7572
7573 * info-look.el (info-lookup-highlight-face): Change default from
7574 `highlight' to `match'.
7575
7576 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7577
7578 * progmodes/executable.el (executable-interpret): Eliminate
7579 obsolete compile-internal, and switch to comint for interaction.
7580
7581 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7582
7583 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7584 `&&' when skipping multiple statements on a line.
7585
7586 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7587
7588 * play/zone.el (zone): Set `truncate-lines'.
7589 Also, init `tab-width' with value from original buffer.
7590 (zone-shift-up): Rewrite for speed.
7591 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7592 (zone-pgm-jitter): Remove redundant entries from ops vector.
7593 (zone-exploding-remove): Reduce iteration count.
7594 (zone-cpos): Convert to defsubst.
7595 (zone-replace-char): New defsubst.
7596 (zone-park/sit-for): Likewise.
7597 (zone-fret): Take window-start arg.
7598 Update callers. Use `zone-park/sit-for'.
7599 (zone-fill-out-screen): Rewrite.
7600 (zone-fall-through-ws): Likewise. Update callers.
7601 (zone-pgm-drip): Use `zone-replace-char'.
7602 Move var inits before while-loop. Use `zone-park/sit-for'.
7603 (zone-pgm-random-life): Handle empty initial field.
7604 Use `zone-replace-char' and `zone-park/sit-for'.
7605
7606 2004-12-15 Juri Linkov <juri@jurta.org>
7607
7608 * isearch.el (isearch-update): Test isearch-lazy-highlight
7609 before calling isearch-lazy-highlight-new-loop.
7610 (isearch-lazy-highlight-new-loop):
7611 Don't test isearch-lazy-highlight.
7612
7613 * replace.el (perform-replace): Add isearch-case-fold-search.
7614 Use delimited-flag for isearch-regexp.
7615 Reset isearch-lazy-highlight-last-string to force lazy
7616 highlighting when called from isearch mode.
7617 (query-replace-highlight): Revert defcustom type to boolean.
7618 (query-replace-lazy-highlight): New defcustom.
7619 (query-replace): New face.
7620 (perform-replace, replace-highlight, replace-dehighlight):
7621 Test query-replace-lazy-highlight instead of special value
7622 `isearch' of query-replace-highlight.
7623 (replace-dehighlight): Don't call isearch-dehighlight.
7624 (replace-highlight): Don't call isearch-highlight.
7625 Use face `query-replace' unconditionally.
7626
7627 2004-12-14 Kim F. Storm <storm@cua.dk>
7628
7629 * simple.el (inhibit-mark-movement): Remove defvar.
7630 (beginning-of-buffer, end-of-buffer): Don't use it.
7631
7632 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7633 Don't use inhibit-mark-movement.
7634
7635 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7636 (cua--undo-push-mark): Remove.
7637 (cua--pre-command-handler, cua--post-command-handler):
7638 Don't fiddle with inhibit-mark-movement.
7639
7640 2004-12-14 Juri Linkov <juri@jurta.org>
7641
7642 * buff-menu.el (list-buffers-noselect): Collect internal info
7643 for every buffer in BUFFER-LIST arg too.
7644 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7645 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7646 Bind same-window-buffer-names and same-window-regexps to nil.
7647
7648 2004-12-13 Juri Linkov <juri@jurta.org>
7649
7650 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7651
7652 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7653 (sc-cite-region, sc-uncite-region, sc-recite-region):
7654 Fix previous change to handle not alist as a symbol, but
7655 a citation frame as a symbol that represents a variable name.
7656
7657 2004-12-13 Richard M. Stallman <rms@gnu.org>
7658
7659 * filecache.el (file-cache-add-directory-using-find):
7660 Only set up file-cache-find-command-posix-flag if we will use it.
7661
7662 * bindings.el (mode-line-buffer-identification-keymap):
7663 Don't cancel the mode-line's usual down-mouse-1 binding.
7664
7665 * cus-edit.el (custom-face-selected): Handle `default' specs.
7666 (custom-face-edit): Increase extra-offset.
7667 (custom-display): Handle `default' specs.
7668
7669 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7670
7671 * emacs-lisp/elint.el (elint-standard-variables)
7672 (elint-unknown-builtin-args): Move definitions up.
7673
7674 * net/browse-url.el (browse-url-url-at-point): Add autoload.
7675
7676 * info.el (info-xref-visited): Use `default' instead of t.
7677 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7678
7679 * faces.el (header-line, mode-line-inactive, tool-bar):
7680 Use `default' instead of t for setting the defaults.
7681 (face-spec-choose): Separate `t' from `default'.
7682
7683 * subr.el (while-no-input): New macro.
7684
7685 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
7686
7687 * filecache.el (file-cache-add-directory-using-find):
7688 Only test file-cache-find-command-posix-flag on some systems.
7689
7690 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7691
7692 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
7693 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
7694 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
7695 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
7696 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
7697
7698 2004-12-12 Juri Linkov <juri@jurta.org>
7699
7700 * files.el (find-file-other-window, find-file-other-frame):
7701 Add the first buffer to the returned value to return the complete
7702 list of all visited buffers.
7703 (find-file-read-only, find-file-read-only-other-window)
7704 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
7705 `find-file-read-args'. Signal an error about non-existent file
7706 only if file name doesn't contain wildcards. Toggle read-only in
7707 all visited buffers.
7708 (find-alternate-file, find-alternate-file-other-window):
7709 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
7710 called interactively. Pass arg `wildcards' to other functions.
7711 (find-file-noselect): Doc fix.
7712
7713 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
7714 Doc fix.
7715 (ffap-directory-finder): New variable.
7716 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
7717 (ffap-file-at-point): Add /* to immediately rejected names.
7718 Return absolute file names matching ffap-dired-wildcards.
7719 (ffap-read-file-or-url): Set default value for `completing-read'
7720 to `buffer-file-name'.
7721 (find-file-at-point): When filename matches ffap-dired-wildcards,
7722 call ffap-file-finder with t arg `wildcards', instead of dired.
7723 (ffap-other-window, ffap-other-frame): Return visited buffers.
7724 (ffap-read-only, ffap-read-only-other-window)
7725 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
7726 (dired-at-point): Call ffap-directory-finder instead of dired.
7727 (ffap-dired-other-window, ffap-dired-other-frame)
7728 (ffap-list-directory): New commands.
7729 (ffap-bindings): New keybindings for new commands.
7730
7731 2004-12-12 Juri Linkov <juri@jurta.org>
7732
7733 * simple.el (beginning-of-buffer, end-of-buffer):
7734 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7735 Do not push mark when mark is active in transient-mark-mode.
7736
7737 * simple.el (mark-word):
7738 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
7739 * textmodes/paragraphs.el (mark-paragraph):
7740 Extend the region when mark is active in transient-mark-mode,
7741 regardless of the last command. Doc fix.
7742
7743 * simple.el (mark-word): Preserve direction when repeating.
7744 Make arg optional. Interactive "p" -> "P".
7745 (transient-mark-mode, inhibit-mark-movement): Doc fix.
7746
7747 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
7748 preserving direction, to mark forward instead of backward when mark
7749 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
7750
7751 2004-12-12 Juri Linkov <juri@jurta.org>
7752
7753 * isearch.el (isearch-edit-string): Set 7th arg of
7754 `read-from-minibuffer' to `t' to inherit the current input
7755 method (whose name is indicated by [IM] in the minibuffer prompt)
7756 from the current buffer to the minibuffer.
7757 (isearch-lazy-highlight-update): Put body to `with-local-quit'
7758 to allow C-g quitting for lazy highlighting looping inside the
7759 search with nested repetition operators. Add overlay to the list
7760 before setting its face and other properties to avoid the case of
7761 code quitting after placing the new overlay but before it's
7762 recorded on the list. Select the window where isearch was
7763 activated, to highlight matches in the right window when isearch
7764 switches the current window to the minibuffer.
7765
7766 * international/isearch-x.el
7767 (isearch-process-search-multibyte-characters):
7768 Use `isearch-message' as initial input for `read-string' instead
7769 of adding it to the minibuffer prompt. After reading a string
7770 remove the initial value of `isearch-message' from the string.
7771
7772 * replace.el (replace-match-maybe-edit): Doc fix.
7773 (perform-replace): Don't call `replace-highlight' when automatic
7774 replacement is requested in literal mode, since it is intended
7775 only to highlight words during entering a new replacement string
7776 for \? in non-literal mode.
7777
7778 * replace.el (query-replace-highlight): Add new value `isearch'
7779 that allows query replacement to use isearch highlighting.
7780 Change type from `boolean' to `choice'. Doc fix.
7781 (replace-highlight, replace-dehighlight, perform-replace):
7782 Use isearch highlighting if query-replace-highlight eq `isearch'.
7783
7784 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
7785
7786 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7787 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
7788
7789 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
7790 case of \end{verbatim}.
7791
7792 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
7793
7794 * term.el (term-termcap-format): Synchronyze with terminfo.
7795 (term-emulate-terminal): Handle reset.
7796 (term-reset-terminal): New function.
7797
7798 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
7799
7800 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
7801 (zone-fill-out-screen): New func.
7802 (zone-pgm-drip): Use `zone-fill-out-screen'.
7803 Also, no longer go to point-min on every cycle.
7804 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
7805 (zone-pgm-random-life-wait): New user var.
7806 (zone-pgm-random-life): New func.
7807
7808 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
7809
7810 * files.el (auto-mode-alist): Map .com to DCL mode.
7811
7812 2004-12-09 Richard M. Stallman <rms@gnu.org>
7813
7814 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
7815
7816 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
7817
7818 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
7819 buffer with a display margin.
7820
7821 2004-12-08 Jay Belanger <belanger@truman.edu>
7822
7823 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
7824 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
7825
7826 2004-12-08 Richard M. Stallman <rms@gnu.org>
7827
7828 * faces.el: Delete code to set display table.
7829 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
7830
7831 2004-12-08 Jay Belanger <belanger@truman.edu>
7832
7833 * calc/calc.el: Add math-read-preprocess-string to autoloads.
7834
7835 * calc/calc-ext.el (math-read-replacement-list)
7836 (math-read-superscripts, math-read-preprocess-string): Move to
7837 calc-aent.el.
7838
7839 * calc/calc-aent.el (math-read-replacement-list)
7840 (math-read-superscripts, math-read-preprocess-string): Move from
7841 calc-ext.el.
7842
7843 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7844
7845 * isearch.el (isearch-quote-char): Fix up typo in last change.
7846
7847 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7848
7849 * mouse.el (mouse-set-font): Handle the case where the command was
7850 not invoked using the mouse.
7851
7852 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
7853 (edmacro-finish-edit): Further update for keyboard macros that are
7854 lambda forms.
7855 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
7856
7857 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7858
7859 * font-lock.el (font-lock-unfontify-region): Save buffer state.
7860 (font-lock-default-unfontify-region): Don't save buffer state any more.
7861
7862 2004-12-07 Jay Belanger <belanger@truman.edu>
7863
7864 * calc/calc-help.el (calc-describe-key):
7865 Set calc-summary-indentation even when Calc Summary buffer exists.
7866
7867 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
7868
7869 * calendar/holidays.el (holiday-easter-etc): Make arguments
7870 optional for backwards compatibility. Doc fix.
7871 Remove un-necessary local vars mandatory, output-list.
7872 (holiday-advent): Make arguments optional for backwards
7873 compatibility. Doc fix.
7874
7875 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * paren.el (show-paren-function): Fix last change (2004-12-02).
7878
7879 * international/mule-util.el (char-displayable-p): Return nil for
7880 unibyte mode.
7881
7882 * subr.el (subregexp-context-p): New function.
7883
7884 * isearch.el (isearch-quote-char): Use it.
7885
7886 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
7887 (regexp-opt-not-groupie*-re): Remove.
7888 (regexp-opt): Properly handle inputs with duplicate entries.
7889
7890 2004-12-06 Richard M. Stallman <rms@gnu.org>
7891
7892 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
7893
7894 * cus-edit.el (custom-file): Doc fix.
7895
7896 * textmodes/org.el: New file.
7897
7898 2004-12-06 Kenichi Handa <handa@m17n.org>
7899
7900 * ldefs-boot.el: Update international/mule-util.el section.
7901
7902 2004-12-05 Sam Steingold <sds@gnu.org>
7903
7904 * net/tramp.el (tramp-handle-file-accessible-directory-p):
7905 Fix `tramp-time-diff' comparison logic.
7906
7907 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
7908
7909 * progmodes/which-func.el (which-function):
7910 Use `run-hook-with-args-until-success' instead of a custom loop.
7911 Fixes bug with local hooks.
7912
7913 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7914
7915 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
7916 Use delete-dups when calculating the initial value.
7917 (bibtex-autokey-get-title): Use <=.
7918 (bibtex-goto-line): New function.
7919 (bibtex-reposition-window): Use line numbers instead of point
7920 positions. Use window-body-height.
7921 (bibtex-find-crossref): Use bibtex-reposition-window.
7922 (bibtex-find-entry): Use bibtex-reposition-window. Always return
7923 position of entry if key is found or nil if not found.
7924
7925 2004-12-05 Richard M. Stallman <rms@gnu.org>
7926
7927 * cus-edit.el (custom-file): Doc fix.
7928
7929 * progmodes/sh-script.el (sh-indent-for-then): Change default.
7930
7931 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * simple.el (blink-matching-open):
7934 * textmodes/tex-mode.el (tex-validate-region):
7935 Obey syntax-table text properties.
7936
7937 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
7938
7939 * wid-edit.el (widget-specify-field): Add `real-field' property to
7940 boundary.
7941 (widget-field-at): Use it.
7942
7943 2004-12-02 Richard M. Stallman <rms@gnu.org>
7944
7945 * progmodes/cc-mode.el (awk-mode autoload):
7946 Supply t meaning interactive function.
7947
7948 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
7949 (isearch-mode-map): No special definition for space.
7950 (isearch-whitespace-chars): Command deleted.
7951 (isearch-forward-regexp): Doc fix.
7952 (isearch-quote-char): When a space is not inside brackets,
7953 use `[ ]' instead of just space.
7954 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
7955
7956 * imenu.el (imenu--generic-function): Delete code to exclude
7957 matches in comments.
7958
7959 * man.el (Man-reverse-face): Change default to `highlight'.
7960
7961 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
7962 (occur-engine): Use `face' prop rather than `font-lock-face'
7963 when specifying use of `match-face'.
7964 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
7965
7966 * emacs-lisp/elint.el (elint-standard-variables): Update list.
7967
7968 * add-log.el (add-log-current-defun): Handle the case where point
7969 is in the header part of a DEFUN construct.
7970
7971 2004-12-02 Dave Love <fx@gnu.org>
7972
7973 * progmodes/python.el (python-font-lock-syntactic-keywords):
7974 Fix previous change.
7975
7976 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
7977
7978 * paren.el (show-paren-function): Check for matching chars
7979 specified by text props.
7980
7981 2004-12-02 Jay Belanger <belanger@truman.edu>
7982
7983 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
7984 when reading a new key sequence.
7985
7986 2004-12-02 Kim F. Storm <storm@cua.dk>
7987
7988 * faces.el (escape-glyph): Rename from glyph.
7989 (standard-display-table): Set it here. Add escape-glyph face to
7990 extra slot characters.
7991
7992 * disp-table.el: Undo 2004-12-01 change. Display table is now
7993 setup in faces.el.
7994
7995 2004-12-02 Mark A. Hershberger <mah@everybody.org>
7996
7997 * xml.el (xml-parse-dtd): Don't show validity messages when
7998 xml-validating-parser is nil.
7999 (xml-substitute-special): Fix validity error messages to
8000 actually show the unexpandable entity. Added validity error if &
8001 isn't followed by an entity.
8002 (xml-parse-tag): Concatenate any string following the a
8003 <![CDATA[]]> section to the parsed CDATA.
8004 (xml-parse-dtd): Skip parameter entity declarations and use of
8005 parameter entities.
8006
8007 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8008
8009 * kmacro.el (kmacro-default-counter-format): New var.
8010 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8011 (kmacro-display): Remove `nil' from `and' form. Delete call to
8012 `format' inside `message'.
8013 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8014
8015 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8016
8017 * pcvs.el (cvs-header-msg): New function.
8018 (cvs-update-header): Use it. Change calling convention.
8019 Correctly handle the case of having simultaneous active processes.
8020 (cvs-sentinel): Don't call cvs-update-header any more.
8021 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8022
8023 2004-12-01 Jay Belanger <belanger@truman.edu>
8024
8025 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8026 Change message.
8027
8028 2004-12-01 Juri Linkov <juri@jurta.org>
8029
8030 * progmodes/prolog.el (prolog-mode-variables):
8031 Fix imenu-generic-expression.
8032
8033 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8034
8035 * faces.el (glyph): New face.
8036
8037 * disp-table.el: Add an autoloaded table, that doesn't require
8038 this library, with glyph face.
8039
8040 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8041 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8042 (conf-quote-normal): Allow normalizing only ' or ".
8043 (conf-mode): Regexp-quote constructed comment-start and don't
8044 match section {} where "name" contains braces.
8045
8046 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8047 files.
8048
8049 2004-12-01 Kenichi Handa <handa@m17n.org>
8050
8051 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8052 (x-select-text): Don't treat eight-bit-control/graphic chars
8053 specially. Store the encoded text in the X cut buffer.
8054 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8055 with x-last-selected-text-cut-encoded.
8056
8057 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8058
8059 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8060
8061 2004-11-30 Markus Rost <rost@ias.edu>
8062
8063 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8064 AUCTeX.
8065
8066 2004-11-30 Jay Belanger <belanger@truman.edu>
8067
8068 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8069 on signs of intervals.
8070 (math-pow-of-zero): Strengthen checks for positive and negative
8071 exponents.
8072
8073 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8074 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8075 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8076 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8077 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8078 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8079 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8080 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8081 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8082 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8083 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8084 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8085 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8086 with provide statements.
8087
8088 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8089
8090 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8091
8092 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8093 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8094 functions by require statements.
8095 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8096
8097 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8098 (calc-gnuplot-print): Give them values.
8099
8100 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8101 autoloads.
8102 Add calc-do-embedded-activate to autoloads.
8103 (calc-gnuplot-name, calc-gnuplot-plot-command)
8104 (calc-gnuplot-print-command): Move them to calc-graph.el.
8105
8106 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8107
8108 * term/mac-win.el (ccl-encode-mac-roman-font)
8109 (ccl-encode-mac-cyrillic-font)
8110 (ccl-encode-mac-centraleuropean-font, encoder-list)
8111 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8112 Support Cyrillic, CentralEuropean, and Dingbat font display
8113
8114 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8115
8116 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8117
8118 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8119 still nil.
8120
8121 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8122
8123 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8124 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8125
8126 2004-11-29 Jay Belanger <belanger@truman.edu>
8127
8128 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8129 cases of the base and exponent.
8130
8131 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8132
8133 * simple.el (next-error-buffer-p): Allow for inclusive and
8134 exclusive tests for finding a buffer.
8135 (next-error-find-buffer): Pass the exclusive and inclusive tests
8136 to next-error-buffer-p.
8137
8138 * replace.el (occur-next-error): Switch to the Occur buffer when
8139 appropriate, use the exclusive filter to next-error-find-buffer to
8140 do it. Use the absolute value of the motion amount.
8141
8142 2004-11-29 Kenichi Handa <handa@m17n.org>
8143
8144 * startup.el (command-line): Decode all default-directory by
8145 locale-coding-system.
8146
8147 2004-11-29 Jay Belanger <belanger@truman.edu>
8148
8149 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8150 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8151 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8152 Replace calls to calc-extensions by appropriate require, replace
8153 calc-extensions-loaded by appropriate featurep.
8154
8155 * calc/calc-ext.el: Move require to end of file.
8156 Remove redundant loading of calc.el.
8157 (calc-extensions-loaded): Remove unnecessary variable.
8158 (calc-extensions): Remove unnecessary function.
8159 (calc-load-everything): Replace calc-need-macros by appropriate require.
8160
8161 * calc/calc-macs.el: Move provide to end of file.
8162 (calc-need-macros): Remove unnecessary function.
8163
8164 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8165 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8166 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8167 Replace calc-extensions by appropriate require.
8168 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8169
8170 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8171 Replace calc-need-macros by appropriate require.
8172
8173 * calc/calc.el: Move require to end of file.
8174 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8175 Remove unnecessary variable.
8176 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8177 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8178 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8179 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8180 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8181 (math-format-number, math-format-bignum, math-read-number)
8182 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8183 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8184 by appropriate require.
8185 (calc-check-defines): Replace calc-need-macros by appropriate require.
8186
8187 2004-11-29 Kim F. Storm <storm@cua.dk>
8188
8189 * macros.el (insert-kbd-macro): Handle kmacro functions.
8190
8191 2004-11-28 Juri Linkov <juri@jurta.org>
8192
8193 * compare-w.el (compare-windows-highlight): Attach each overlay
8194 to its window to properly highlight differences while comparing
8195 two windows of the same buffer. Fix arguments.
8196 (compare-windows-sync-default-function): Fix arguments of
8197 `compare-windows-highlight'.
8198
8199 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8200 Use `read-expression-history'. Set initial contents only if
8201 `edebug-global-break-condition' is non-nil. Set histpos to 1
8202 if initial contents is equal to the last history element.
8203 (edebug-set-conditional-breakpoint): Instead of temporarily
8204 prepending the current condition to the history, set initial
8205 contents to the current condition. Set histpos to 1 if initial
8206 contents is equal to the last history element.
8207
8208 * info.el (Info-search-whitespace-regexp): Remove shy group.
8209 (Info-search): Forward line if search is on the header line.
8210 Use search-whitespace-regexp in two other places.
8211
8212 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8213
8214 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8215 warning. Delay real definition, which uses
8216 `set-fringe-indicators-1' till after the definition of that function.
8217
8218 2004-11-28 Kim F. Storm <storm@cua.dk>
8219
8220 * fringe.el (fringe): New defgroup.
8221 (fringe-mode): Move to fringe group.
8222 (fringe-indicators): New defcustom.
8223 (set-fringe-indicators-1): New defun.
8224
8225 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8226 (menu-bar-showhide-fringe-ind-menu): New keymap.
8227 (menu-bar-showhide-fringe-ind-empty)
8228 (menu-bar-showhide-fringe-ind-mixed)
8229 (menu-bar-showhide-fringe-ind-box)
8230 (menu-bar-showhide-fringe-ind-right)
8231 (menu-bar-showhide-fringe-ind-left)
8232 (menu-bar-showhide-fringe-ind-none): New defuns.
8233 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8234
8235 2004-11-27 Richard M. Stallman <rms@gnu.org>
8236
8237 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8238
8239 * generic.el (define-generic-mode): Doc fix.
8240
8241 * menu-bar.el (menu-bar-options-save): For the options
8242 that are toggled with menu-bar-make-mm-toggle, don't check
8243 for customized-value prop.
8244
8245 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8246
8247 * mail/supercite.el (sc-cite-region): Handle the case where
8248 sc-cite-frame-alist is a symbol.
8249 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8250 a symbol.
8251 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8252 a symbol.
8253
8254 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8255
8256 * wid-edit.el (widget-narrow-to-field): New function.
8257 (widget-complete): Use it.
8258
8259 2004-11-27 Jay Belanger <belanger@truman.edu>
8260
8261 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8262 variable.
8263 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8264 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8265 (math-alg-inequalities): Move declaration to earlier in the file.
8266
8267 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8268 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8269 Declare them.
8270
8271 * calc/calc-lang.el (math-expr-data, math-expr-token)
8272 (math-exp-old-pos): Declare them.
8273
8274 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8275 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8276
8277 2004-11-27 Kim F. Storm <storm@cua.dk>
8278
8279 * progmodes/flymake.el: Use (featurep 'xemacs).
8280 (flymake-makehash): Change to defsubst. Use fboundp.
8281 (flymake-time-to-float): Remove.
8282 (flymake-float-time): Merge code from flymake-time-to-float here.
8283 (flymake-replace-regexp-in-string): Change to defsubst.
8284 (flymake-split-string-remove-empty-edges):
8285 Rename to flymake-split-string.
8286 (flymake-split-string): Remove previous defalias.
8287 (flymake-get-temp-dir): Change to defsubst.
8288 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8289 Define for xemacs only.
8290 (flymake-master-file-count-limit): Change into compiler defvar only.
8291 (flymake-find-possible-master-files): Let-bind it dynamically while
8292 sorting files using flymake-master-file-compare.
8293
8294 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8295
8296 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8297 of defun-prompt-regexp matches inside a comment/string but the
8298 beginning is correctly outside everything.
8299
8300 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8301 appears within a string or a comment.
8302
8303 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8304 rather than make-symbol for symbols which are used in
8305 a symbol-macrolet or equivalent.
8306
8307 2004-11-26 Jay Belanger <belanger@truman.edu>
8308
8309 * calc-misc.el (calc-last-why-command): Declare it.
8310
8311 * calc-vec.el (math-grade-vec): New variable.
8312 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8313 Replace variable grade-vec by declared variable.
8314 (math-rb-close): New variable.
8315 (math-read-brackets, math-read-vector): Replace variable close by
8316 declared variable.
8317
8318 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8319 (calc-one-window, calc-edit-handler, calc-restore-trail)
8320 (calc-allow-ret): Declare them.
8321
8322 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8323 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8324 (math-radix-float-cache-tag, math-random-cache)
8325 (math-max-digits-cache, math-integral-cache, math-units-table)
8326 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8327 (math-moc-func): New variable.
8328 (math-map-over-constants, math-map-over-constants-rec):
8329 Replace variable func by declared variable.
8330
8331 * calc/calc-store.el (calc-given-value, calc-store-opers):
8332 Declare them.
8333 (calc-var-name-map): Move declaration to earlier in the file.
8334 (calc-pv-pos): New variable.
8335 (calc-permanent-variable, calc-insert-permanent-variable):
8336 Replace variable pos by declared variable.
8337
8338 * calc/calc-mtx.el (calc-det-lu): New variable.
8339 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8340
8341 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8342 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8343 and arg by declared variables.
8344 (calcFunc-reducer): Fix incorrect variable.
8345 (math-inner-mul-func, math-inner-add-func): New variables.
8346 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8347 and add-func by declared variables.
8348
8349 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8350 (calc-digit-value): Declare them.
8351
8352 * calc/calc-help.el (Info-history): Declare it.
8353 (calc-describe-key): Make calc-summary-indentation a local variable.
8354 (calc-help-long-names): Move declaration to earlier in file.
8355
8356 * calc/calc-embed.el (calc-original-buffer): Declare it.
8357 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8358 (calc-embed-bot): New variables.
8359 (calc-do-embedded, calc-embedded-mark-formula)
8360 (calc-embedded-find-bounds, calc-embedded-duplicate)
8361 (calc-embedded-new-formula, calc-embedded-make-info):
8362 Replace vars outer-top, outer-bot, bot and top by declared variables.
8363 (calc-embed-prev-modes): New variable.
8364 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8365 prev-modes with declared variable.
8366 (calc-embed-vars-used): New variable.
8367 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8368 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8369 vars-used by declared variable.
8370
8371 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8372 (math-format-radix-float): Remove unnecessary setq.
8373 (math-radix-float-cache): Declare it.
8374
8375 * calc/calcsel2.el (calc-keep-selection): Declare it.
8376
8377 * calc/calc-maint.el: Remove file.
8378
8379 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8380
8381 * textmodes/bibtex.el (bibtex-sort-entry-class)
8382 (bibtex-comment-start): Use defcustom.
8383 (bibtex-entry-field-alist): Use nil if initial content of the
8384 field is undefined. Fix docstring.
8385 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8386 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8387 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8388 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8389 Fix docstring.
8390 (bibtex-autokey-title-terminators): Use only one regexp.
8391 (bibtex-string-maybe-empty-head): New variable.
8392 (bibtex-remove-delimiters-string): New function.
8393 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8394 Use bibtex-remove-delimiters-string.
8395 (bibtex-progress-message, bibtex-field-left-delimiter)
8396 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8397 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8398 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8399 Simplify.
8400 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8401 Use eq and bibtex-remove-delimiters-string. For end markers use
8402 insertion type so that marker stays after inserted text.
8403 (bibtex-autokey-get-names): Return empty string if name is missing.
8404 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8405 calling bibtex-autokey-name-case-convert.
8406 (bibtex-autokey-demangle-title):
8407 Call bibtex-autokey-titleword-case-convert. Remove call to
8408 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8409 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8410 (bibtex-read-key): New optional arg global.
8411 (bibtex-files-expand): New optional arg force.
8412 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8413 (bibtex-complete-crossref-cleanup): Rename from
8414 bibtex-complete-key-cleanup. Simplify code.
8415 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8416 Operate on current entry.
8417 (bibtex-button): Add docstring.
8418 (bibtex-entry): Simplify.
8419 (bibtex-make-field): Replace optional arg called-by-yank with more
8420 specific args move and interactive.
8421 (bibtex-end-of-entry): Use forward-sexp.
8422 (bibtex-find-entry-globally): Remove.
8423 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8424 Bound to C-c C-x.
8425 (bibtex-find-entry): New optional args global and display.
8426 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8427 (bibtex-validate): Use arg force of bibtex-files-expand.
8428 (bibtex-clean-entry): Bugfix, clean string entries properly.
8429 Always keep point at beginning of entry.
8430 (bibtex-complete): Bugfix. Handle string entries properly.
8431 Call cleanup functions only if needed.
8432 (bibtex-String): Use bibtex-read-string-key.
8433 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8434 case of replacement text.
8435
8436 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8437
8438 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8439 (tramp-perl-directory-files-and-attributes): New constant.
8440 (tramp-file-name-handler-alist): Delete file-directory-files, add
8441 directory-files-and-attributes.
8442 (tramp-perl-file-attributes): Surround uid and gid by double
8443 quotes. Change parameter id-format from nonnumeric.
8444 (tramp-convert-file-attributes): New function.
8445 (tramp-handle-file-attributes): Use it.
8446 (tramp-maybe-send-perl-script): New function.
8447 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8448 file mode. Change parameter id-format from nonnumeric.
8449 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8450 from nonnumeric.
8451 (tramp-post-connection): Don't send tramp-perl-file-attributes
8452 script. Reset connection property "perl-scripts".
8453 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8454 in use.
8455
8456 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8457
8458 * desktop.el (desktop-read): Replace mapcar with mapc.
8459 (desktop-create-buffer): Replace mapcar with mapc.
8460 Remove redundant piece of code.
8461
8462 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8463
8464 * progmodes/gud.el (gud-display-line): Use display-buffer
8465 for GDB-UI as for GUD.
8466
8467 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8468 Delete variables.
8469 (gdb-ann3): Don't make GUD buffer dedicated.
8470 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8471 (gdb-display-source-buffer): Delete function.
8472 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8473 (menu): Delete menu bindings for viewing source/assembler.
8474 (gdb-setup-windows, gdb-restore-windows):
8475 Don't dedicate GUD. No assembler now.
8476 (gdb-reset): No need to undedicate source buffers now.
8477 (gdb-source-info): No assembler now.
8478
8479 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8480
8481 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8482 width to those for special frames.
8483 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8484 Use display-buffer.
8485 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8486 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8487 (gdb-frame-assembler-buffer): Rework like
8488 gdb-frame-breakpoints-buffer.
8489
8490 2004-11-25 Richard M. Stallman <rms@gnu.org>
8491
8492 * progmodes/flymake.el: Reindent.
8493 (flymake-split-string): Turn into defalias.
8494 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8495 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8496 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8497 (flymake-build-relative-filename): Rename from ...path.
8498 Fix error message.
8499
8500 2004-11-25 Cheng Gao <chenggao@gmail.com>
8501
8502 * progmodes/flymake.el: Much whitespace and capitalization change.
8503 Move `provide' to end. Require `compile' only when compiling.
8504
8505 2004-11-24 Jay Belanger <belanger@truman.edu>
8506
8507 * calc/calc-alg.el: Added comment.
8508 (math-polynomial-base): Replace variable mpb-top-expr by
8509 math-poly-base-top-expr.
8510
8511 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8512 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8513 variable.
8514 (math-poly-base-total-base): New variable.
8515 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8516 mpb-total-base by declared variable.
8517 (math-factored-vars, math-to-list): Declare it.
8518 (math-fact-expr): New variable.
8519 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8520 (math-factor-expr-try, math-factor-expr-part): Replace variable
8521 expr by declared variable.
8522 (math-fet-x): New variable.
8523 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8524 by declared variable.
8525 (math-factor-poly-coefs): Make temp a local variable.
8526
8527 * calc/calc-units.el (calc-convert-units): Make units a local
8528 variable.
8529 (calc-num-units, calc-den-units): New variables.
8530 (calc-explain-units, calc-explain-units-rec): Replace variables
8531 num-units and den-units by declared variables.
8532 (math-cu-unit-list): New variable.
8533 (math-build-units-table, math-compare-unit-names)
8534 (math-convert-units, math-convert-units-rec): Replace variable
8535 unit-list by declared variable.
8536 (math-fbu-base, math-fbu-entry): New variables.
8537 (math-find-base-units, math-find-base-units-rec): Replace variables
8538 base and entry by declared variables.
8539 (math-which-standard): New variable.
8540 (math-to-standard-units, math-to-standard-rec): Replace variable
8541 which-standard by declared variable.
8542 (math-fcu-u): New variable.
8543 (math-find-compatible-unit, math-find-compatible-unit-rec):
8544 Replace variable u by declared variable.
8545 (math-cu-new-units, math-cu-pure): New variables.
8546 (math-convert-units, math-convert-units-rec): Replace variables
8547 new-units and pure by declared variables.
8548 (math-try-cancel-units): New variable.
8549 (math-simplify-units-quotient): Replace variable try-cancel-units by
8550 declared variable.
8551
8552 2004-11-24 Richard M. Stallman <rms@gnu.org>
8553
8554 * textmodes/ispell.el (ispell-check-version):
8555 If default-directory is nonexistent, use home dir.
8556
8557 * progmodes/grep.el (grep-regexp-alist):
8558 Don't match parens around line numbers.
8559
8560 * progmodes/cperl-mode.el (cperl-indent-region)
8561 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8562 Don't print progress messages.
8563
8564 * progmodes/compile.el (compilation-mode-map):
8565 Don't inherit from compilation-minor-mode-map;
8566 copy its bindings instead. But the menu bar Compile
8567 entry now does inherit from compilation-menu-map.
8568
8569 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8570 Use with-no-warnings around compiler-macroexpand.
8571
8572 * imenu.el: Don't always require newcomment.
8573 (imenu--generic-function): Call comment-normalize-vars
8574 if we have a comment syntax.
8575 Exit the loop if REGEXP matches the null string.
8576 Test comment-start as well as comment-start-skip
8577 when deciding whether to check for comments.
8578
8579 * tooltip.el (tooltip-mode): Doc fix.
8580
8581 * term.el (term-escape-char, term-mode): Doc fixes.
8582
8583 2004-11-24 Dave Love <fx@gnu.org>
8584
8585 * progmodes/python.el (python-font-lock-syntactic-keywords):
8586 Check for escapes in the regexp.
8587 (python-quote-syntax): Don't do it here.
8588
8589 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8590
8591 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8592 (gdb-frames-mode-map, gdb-threads-mode-map)
8593 (gdb-registers-mode-map, gdb-locals-mode-map)
8594 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8595 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8596
8597 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8598 (dedicated-switch-to-buffer): Rework.
8599 (gdb-var-evaluate-expression-handler, gdb-put-string):
8600 Remove unused variable bindings.
8601 (gdb-setup-windows, gdb-display-buffer):
8602 Simplify. Use pop-to-buffer.
8603 (gdb-view-source-function): Simplify.
8604 (gdb-frame-breakpoints-buffer):
8605 Use pop-to-buffer, special-display-regexps.
8606
8607 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8608
8609 * progmodes/f90.el (f90-smart-end)
8610 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8611 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8612 (f90-end-of-block): Doc fix. Make check of outermost block
8613 conditional on value of `f90-smart-end'.
8614 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8615 Handle case where END-BLOCK is nil.
8616 (f90-match-end): Handle un-named PROGRAM blocks.
8617 (f90-backslash-not-special): New function.
8618
8619 2004-11-24 Jay Belanger <belanger@truman.edu>
8620
8621 * calc/calc.el (calc-embedded-active): Removed unnecessary
8622 declaration.
8623 (calc-show-banner): Removed redundant declaration.
8624
8625 * calc/calc-graph.el (calc-gnuplot-default-device)
8626 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8627 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8628 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8629 Remove redundant initial values.
8630
8631 * calc/calc-arith.el (math-scalar-functions)
8632 (math-nonscalar-functions, math-scalar-if-args-functions)
8633 (math-real-functions, math-positive-functions)
8634 (math-nonnegative-functions, math-real-scalar-functions)
8635 (math-real-if-arg-functions, math-integer-functions)
8636 (math-num-integer-functions, math-rounding-functions)
8637 (math-float-rounding-functions, math-integer-if-args-functions)
8638 (math-super-types): Move declarations to earlier in file.
8639 (math-unit-prefixes): Declared it.
8640 (math-floor-prec, math-trunc-prec): New variables.
8641 (math-trunc-fancy): Replace variable prec by declared variable.
8642 (math-floor-fancy): Replace variable prec by declared variable.
8643 (math-com-bterms): New variable.
8644 (math-commutative-equal, math-commutative-collect):
8645 Replace variable bterms by declared variable.
8646
8647 * calc/calc-misc.el (math-trunc): Replace variable prec by
8648 math-trunc-prec.
8649 (math-floor): Replace variable prec by math-floor-prec.
8650
8651 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8652 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8653 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8654 (math-format-date, math-format-date-part): Replace variables
8655 date, dt, year, month, day, weekday, hour, minute, second and
8656 bc-flag by declared variables.
8657 (math-pd-str): New variable.
8658 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8659 Replace variable str by declared variable.
8660 (math-daylight-savings-hook, math-tzone-names): Move definitions
8661 to earlier in the file.
8662 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8663 (math-sh-year): New variable.
8664 (math-setup-add-holidays, math-setup-holidays)
8665 (math-setup-year-holidays): Replace variable `year' by declared
8666 variable.
8667
8668 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8669 New variables.
8670 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8671 n, nf and nfm1 by declared variables.
8672 (math-nri-n): New variable.
8673 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8674 n by declared variable.
8675 (calcFunc-log): Removed misplaced condition.
8676
8677 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8678
8679 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8680
8681 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8682
8683 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8684 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8685 Dedicate gdb-related windows.
8686 (gdb-display-buffer): Dedicate gdb-related windows.
8687 Don't grab other frames.
8688 (gdb-reset): Remove dedicated property after debugging.
8689
8690 2004-11-24 Jay Belanger <belanger@truman.edu>
8691
8692 * calc/calc-sel.el: Add comment.
8693
8694 * calc/calc.el (math-stack-value-offset): Replace variables c,
8695 wid and off with math-svo-c, math-svo-wid and math-svo-off.
8696
8697 * calc/calccomp.el (math-comp-sel-tag): Declare it.
8698 (math-svo-c, math-svo-wid, math-svo-off): New variables.
8699 (math-stack-value-offset-fancy): Replace variables c, wid and off
8700 by declared variables.
8701 (math-comp-just, math-comp-comma-spc): New variables.
8702 (math-compose-expr, math-compose-matrix): Replace variables `just'
8703 and comma-spc by declared variable.
8704 (math-comp-vector-prec): New variable.
8705 (math-compose-expr, math-compose-matrix, math-compose-rows):
8706 Replace variable vector-prec by declared variable.
8707 (math-comp-left-bracket, math-comp-right-bracket)
8708 (math-comp-comma): New variables.
8709 (math-compose-expr, math-compose-rows): Replace variables
8710 left-bracket, right-bracket and comma by declared variables.
8711 (math-comp-full-width): New variable.
8712 (math-comp-to-string-flat, math-comp-to-string-flat-term):
8713 Replace variable full-width by declared variable.
8714 (math-comp-highlight, math-comp-word, math-comp-level)
8715 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
8716 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
8717 New variables.
8718 (math-comp-to-string-flat, math-comp-to-string-flat-term)
8719 (math-comp-sel-flat-term): Replace variables comp-highlight,
8720 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
8721 declared variables.
8722 (math-comp-simplify, math-comp-simplify-term)
8723 (math-comp-add-string, math-comp-add-string-sel):
8724 Replace variables comp-highlight, comp-buf, comp-base,
8725 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
8726
8727 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8728
8729 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
8730
8731 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
8732 and x-server-version may throw.
8733
8734 2004-11-23 Kim F. Storm <storm@cua.dk>
8735
8736 * subr.el (substitute-key-definition-key): Optimize.
8737 Don't call indirect-function for nil defn (always signals error).
8738
8739 * ido.el (ido-read-internal): Fix require-match check when
8740 ido-directory-too-big is set.
8741
8742 2004-11-23 Jay Belanger <belanger@truman.edu>
8743
8744 * calc/calc-ext.el (math-read-replacement-list)
8745 (math-read-superscripts): New variables.
8746 (math-read-preprocess-string): New function.
8747 (math-read-expr): Filter input through math-read-preprocess-string.
8748
8749 * calc/calc-aent.el (math-read-exprs): Filter input through
8750 math-read-preprocess-string.
8751
8752 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
8753
8754 * progmodes/compile.el (compilation-start): In cd command use
8755 substitute-env-vars -- not quite shell compatible but better than
8756 nothing.
8757 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
8758 handle the newer versions messages, which are more parseable.
8759
8760 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8761
8762 * reveal.el (reveal-mode-map): New var.
8763 (reveal-mode): Use it.
8764
8765 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
8766
8767 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
8768 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
8769
8770 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
8773 header-line when needed.
8774 Use fixed-pitch only in the header-line.
8775 Build the underline automatically. Use emdash if available.
8776
8777 2004-11-22 Richard M. Stallman <rms@gnu.org>
8778
8779 * dired.el (dired-recursive-copies): Move from dired-aux.el.
8780 * dired-aux.el (dired-recursive-copies): Move to dired.el.
8781
8782 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
8783
8784 * progmodes/gdb-ui.el (gdb-resync): New function.
8785 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
8786 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
8787 Use it to fail more gracefully.
8788 (gdb-variables): Delete variable.
8789 Re-order variables to reduce byte-compiler warnings.
8790
8791 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8792
8793 * descr-text.el (describe-char):
8794 * paren.el (show-paren-function):
8795 * subr.el (syntax-after): Undo last change.
8796
8797 * progmodes/python.el (run-python): Don't hard code *Python*.
8798 Don't modify global process-environment.
8799 (python-send-region, python-load-file): Don't assume that
8800 python-buffer == (process-buffer (python-proc)).
8801 (python-switch-to-python): Simplify.
8802
8803 * dired.el (dired-align-file): Don't assume line starts with spaces.
8804
8805 2004-11-21 Jay Belanger <belanger@truman.edu>
8806
8807 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
8808 Replace variable `lines' by math-read-big-lines.
8809 (math-read-big-expr): Replace variables the-baseline, the-h2
8810 and err-msg by math-read-big-baseline, math-read-big-h2 and
8811 math-read-err-msg.
8812 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
8813
8814 * calc/calc-lang.el (math-read-big-rec): Fix typo.
8815 (math-read-big-balance): Replace unbound variable by value.
8816 (math-read-big-lines): New variable.
8817 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8818 (math-read-big-error, math-read-big-balance): Replace variable
8819 `lines' by declared variable.
8820 (math-read-big-baseline, math-read-big-h2): New variables.
8821 (math-read-big-rec): Replace variables the-baseline and the-h2
8822 by declared variables.
8823 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
8824 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8825 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
8826 declared variables.
8827 (math-read-big-err-msg): New variable.
8828 (math-read-big-error): Replace variable err-msg by declared variable.
8829
8830 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8831
8832 * ses.el: Add coding cookie.
8833 Fix up docstrings, follow new commenting conventions.
8834 (ses-header-line-menu): Fix missing variable rename for header-row.
8835 (ses-cell-size): Remove.
8836 (ses-make-cell): New function.
8837 (ses-cell, ses-insert-row, ses-insert-column): Use it.
8838 (ses-calculate-cell): Remove unused var `symbol'.
8839 (ses-narrowed-p): New function.
8840 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
8841 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
8842 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
8843 (ses-setup): Use restore-buffer-modified-p.
8844 (ses-cleanup): Remove unused var `end'.
8845 (ses-header-string-left-offset): Remove.
8846 (ses-create-header-string): Adjust to new behavior of `align-to'.
8847 Truncate excessively large fields to preserve alignment.
8848 (ses-reconstruct-all): Remove unused var `refs'.
8849 (ses-read-cell-printer): Remove unused var `prompt'.
8850 (ses-delete-row): Remove unused var `pos'.
8851 (ses-delete-column): Remove unused var `new'.
8852
8853 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8854
8855 * ps-print.el: Insert :version tag into all defgroup and defcustom.
8856 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8857 Eliminate eval-and-compile usage.
8858 (ps-insert-file): Use insert-file-contents instead of insert-file.
8859 (ps-setup): Code fix.
8860
8861 * printing.el (pr-setup, lpr-setup): Code fix.
8862
8863 2004-11-21 Jay Belanger <belanger@truman.edu>
8864
8865 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
8866 (calc-original-buffer): Declare them.
8867 (calc-user-formula-alist): New variable.
8868 (calc-user-define-formula, calc-fix-user-formula)
8869 (calc-user-define-composition, calc-finish-formula-edit):
8870 Replace variable `alist' by declared variable.
8871 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
8872 (var-q7, var-q7, var-q8, var-q9): Declare them.
8873 (calc-kbd-push): Don't check to see if var-q0 through var-q9
8874 are bound.
8875 (calcFunc-typeof): Replace undeclared variable by expression.
8876 (math-exp-env): New variable.
8877 (math-define-body, math-define-exp): Replace exp-env by declared var.
8878 (math-define-exp): Replace misplaced variable by expression.
8879
8880 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
8881 (calc-curve-model, calc-curve-coefnames): New variables.
8882 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
8883 varnames, model and coefnames by declared variables.
8884 (math-root-widen): New variable.
8885 (math-search-root, math-find-root): Replace variable root-widen by
8886 declared variable.
8887 (var-DUMMY): Declare it.
8888 (math-root-vars, math-min-vars): Move the declarations to earlier in
8889 the file.
8890 (math-brent-min): Make d a local variable.
8891 (math-find-minimum): Replace non-existent variable.
8892 (math-ninteg-romberg): Remove unnecessary variable.
8893 (math-ninteg-temp): New variable.
8894 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
8895 integ-temp by declared variable.
8896 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
8897 New variables.
8898 (math-general-fit): Replace variables first-var, first-coef and
8899 new-coefs by declared variables.
8900 (calcFunc-fitvar): Replace variable first-var by declared variable.
8901 (calcFunc-fitparam): Replace variable first-coef by declared variable.
8902 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
8903 (math-all-vars-vars, math-all-vars-found): New variables.
8904 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
8905 found by declared variable math-all-vars-vars.
8906
8907 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
8908
8909 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
8910 of `defconst'.
8911
8912 2004-11-20 Richard M. Stallman <rms@gnu.org>
8913
8914 * isearch.el (isearch-mode-map): Don't bind SPC.
8915 (isearch-whitespace-chars): Function deleted.
8916 (isearch-search): Bind search-spaces-regexp.
8917 (isearch-lazy-highlight-search): Likewise.
8918 (search-whitespace-regexp): Doc fix.
8919 (isearch-forward-regexp): Doc fix.
8920
8921 * emacs-lisp/bytecomp.el (byte-compile-form):
8922 Move the calls to byte-compile-set-symbol-position,
8923 to avoid having two for the same symbol occurrence.
8924
8925 * comint.el (comint-input-ring-size): Increase to 150.
8926
8927 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
8928 New variables.
8929 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
8930 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
8931
8932 * imenu.el (imenu--generic-function):
8933 Ensure we keep moving backward even if BEG isn't further back.
8934
8935 * replace.el (query-replace-read-to, query-replace-read-from):
8936 Specify t for KEEP-ALL in read-from-minibuffer.
8937
8938 * progmodes/python.el (python-switch-to-python):
8939 If Python isn't running, start it.
8940 Don't alter debug-ignored-errors.
8941
8942 * progmodes/cperl-mode.el (cperl-indent-region):
8943 Don't mind imenu-scanning-message.
8944
8945 * bindings.el (global-map): Bind C-e to move-end-of-line.
8946
8947 * simple.el (line-move-finish): New arg FORWARD.
8948 Ignore invisible newlines, not intangible ones.
8949 Conditions for acceptable stopping positions depend on FORWARD.
8950 (line-move): Pass FORWARD arg to line-move-finish.
8951
8952 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
8953 of HEADER. Compensate for this change in the code to add display
8954 properties. Don't make the first line intangible.
8955
8956 * info.el (Info-search): Fix previous change.
8957
8958 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8959
8960 * Makefile.in (recompile): Revert 2004-11-19 change.
8961 (compile): Likewise.
8962
8963 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
8964
8965 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
8966
8967 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8968
8969 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
8970 defgroup and defcustom. Eliminate eval-and-compile usage.
8971
8972 * progmodes/ebnf-otz.el: Fix typos.
8973
8974 2004-11-19 Jay Belanger <belanger@truman.edu>
8975
8976 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
8977 (calc-edit-finish, calc-finish-stack-edit): Replace variable
8978 disp-trail by declared variable.
8979
8980 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
8981 (calc-finish-selection-edit): Replace variable disp-trail by
8982 declared variable.
8983 (calc-selection-cache-entry): Move declaration to earlier in the file.
8984 (calc-selection-cache-num, calc-selection-cache-comp)
8985 (calc-selection-cache-offset, calc-selection-true-num)
8986 (calc-final-point-line, calc-final-point-column)
8987 (calc-original-buffer): Declare them.
8988 (calc-fnp-op, calc-fnp-num): New variables.
8989 (calc-find-nth-part, calc-find-nth-part-rec)
8990 (calc-select-previous): Replace op and num by declared variables.
8991 (calc-rsf-old, calc-rsf-new): New variables.
8992 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
8993 Replace variables old and new by declared variables.
8994 (calc-sel-reselect): New variable.
8995 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
8996 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
8997 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
8998 reselect with declared variable.
8999
9000 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9001 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9002 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9003 (math-import-list, math-rewrite-phase): Declare them.
9004 (math-rewrite): Use let* to declare variables.
9005 (calc-rewrite-selection): Make rules a local variable.
9006 (calc-rewr-sel): New variable.
9007 (calc-rewrite-selection, calc-locate-selection-marker)
9008 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9009 of sel.
9010 (math-rewrite-whole-expr): New variable.
9011 (math-rewrite, math-rewrite-phase): Replace variable expr by
9012 declared variable.
9013 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9014 (math-rewrite-heads-blanks ): New variables.
9015 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9016 heads, skips and blanks by declared variables.
9017 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9018 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9019 New variables.
9020 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9021 old, new, old-func and new-func by declared variables.
9022 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9023 Remove unnecessary variable.
9024 (math-apply-rw-regs): New variable.
9025 (math-apply-rewrites, math-rwapply-replace-regs)
9026 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9027 (math-apply-rw-ruleset): New variable.
9028 (math-apply-rewrites, math-rwapply-remember): Replace variable
9029 ruleset by declared variable.
9030
9031 2004-11-19 Richard M. Stallman <rms@gnu.org>
9032
9033 * info.el (Info-search): Use search-whitespace-regexp.
9034
9035 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9036
9037 * vc-rcs.el (vc-rcs-parse): New function.
9038 (vc-rcs-annotate-command): Likewise.
9039 (vc-rcs-annotate-current-time): Likewise.
9040 (vc-rcs-annotate-time): Likewise.
9041 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9042
9043 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9044
9045 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9046
9047 2004-11-18 Jay Belanger <belanger@truman.edu>
9048
9049 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9050
9051 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9052
9053 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9054 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9055 Use make-temp-file to generate PostScript files in any situation.
9056 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9057 (pr-interactive-p): Eliminate var.
9058 (pr-save-interactive): Eliminate macro.
9059 (pr-interface, pr-ps-directory-preview)
9060 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9061 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9062 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9063 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9064 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9065 (pr-ps-region-ps-print, pr-ps-mode-preview)
9066 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9067 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9068 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9069 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9070 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9071 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9072 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9073 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9074 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9075 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9076 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9077 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9078 Eliminate pr-save-interactive usage.
9079 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9080 Eliminate pr-interactive-p usage.
9081 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9082 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9083 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9084 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9085 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9086 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9087 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9088 New funs.
9089 (pr-ps-file): Use make-temp-file to generate a temporary file.
9090
9091 2004-11-17 Jay Belanger <belanger@truman.edu>
9092
9093 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9094 a local variable.
9095 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9096 (math-top-only): New variable.
9097 (math-simplify, math-simplify-step): Replace variable top-only by
9098 declared variable math-top-only.
9099 (math-simplify-expr): Declare it.
9100 Replace argument expr in all calls of math-defsimplify by
9101 math-simplify-expr.
9102 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9103 (math-simplify-divisor, math-simplify-one-divisor)
9104 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9105 (math-simplify-pow): Replace variable expr by declared variable
9106 math-simplify-expr.
9107 (math-simplify-divisor): Remove local variables temp and op.
9108 (math-simplify-one-divisor): Make temp and op local variables.
9109 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9110 New variables.
9111 (math-simplify-divisor, math-simplify-one-divisor):
9112 Replace variables nover and dover by declared variables.
9113 (math-expr-subst-new, math-expr-subst-old): New variables.
9114 (math-expr-subst, math-expr-subst-rec): Replace variables new
9115 and old by declared variables.
9116 (math-is-poly-degree, math-is-poly-loose): New variables.
9117 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9118 and loose by declared variables.
9119 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9120 (math-polynomial-base, math-polynomial-base-rec):
9121 Replace variables const-ok and mpb-pred by declared variables.
9122
9123 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9124
9125 * calc/calc-ext.el (math-defsimplify): Change the argument in
9126 the created function to math-simplify-expr.
9127
9128 * calc/calc-units.el (math-simplify-expr): Declare it.
9129 Replace argument expr in all calls of math-defsimplify by
9130 math-simplify-expr.
9131 (math-simplify-units-prod): Replace variable expr by declared
9132 variable math-simplify-expr.
9133
9134 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9135
9136 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9137 Replace mapcar->dolist, format->string.
9138
9139 2004-11-17 Miles Bader <miles@gnu.org>
9140
9141 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9142 * progmodes/idlwave.el: Remove RCS keywords.
9143
9144 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9145
9146 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9147 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9148 Update to IDLWAVE version 5.5. Too many changes to list them here.
9149 * progmodes/idlw-help.el: New file.
9150
9151 2004-11-16 Richard M. Stallman <rms@gnu.org>
9152
9153 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9154 Discard spaces after \i according to TeX rules.
9155
9156 * international/mule.el (set-buffer-file-coding-system):
9157 New arg NOMODIFY.
9158 (after-insert-file-set-coding): Pass that new arg.
9159 Prevent set-buffer-multibyte from trying to lock the file.
9160
9161 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9162
9163 * saveplace.el (save-place): Doc fix.
9164
9165 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9166 temporarily widen before finding the following word to copy.
9167
9168 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9169 (cl-map-keymap): Definition deleted.
9170
9171 * subr.el (map-keymap-internal): New function.
9172
9173 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9176 when pressing rather than when releasing mouse-2. Simplify.
9177
9178 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9179
9180 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9181 (compilation-mode): Set it here instead.
9182
9183 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9184
9185 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9186 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9187
9188 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * progmodes/compile.el (compilation-internal-error-properties):
9191 Fix up a transposition-typo. Check end-col before using it.
9192
9193 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9194
9195 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9196 Discard whitespace after macro \i when converting it.
9197
9198 2004-11-16 Juri Linkov <juri@jurta.org>
9199
9200 * emacs-lisp/find-func.el (find-function-regexp):
9201 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9202 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9203 Remove invalid `\W' from [^cgv\W]. Doc fix.
9204 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9205
9206 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9207
9208 * play/life.el: Maintainer is now FSF.
9209 (life-patterns, life-neighbor-deltas, life-window-start)
9210 (life-current-generation, life-generation-string): Use defvar
9211 instead of defconst.
9212
9213 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9214
9215 * progmodes/compile.el (compilation-move-to-column): New fun.
9216 (compilation-internal-error-properties)
9217 (compilation-next-error-function): Use it to make sure we don't go past
9218 the end of line.
9219
9220 2004-11-15 John Paul Wallington <jpw@gnu.org>
9221
9222 * autoinsert.el (auto-insert-alist): Insert the user's name in
9223 copyright notice, rather than Free Software Foundation, for the
9224 Emacs Lisp header case too.
9225
9226 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9227
9228 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9229 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9230 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9231 return the list of string in a string.
9232 (pr-call-process): Message if calling process returns an error, that
9233 is, the exit status is different of zero.
9234
9235 2004-11-15 Jay Belanger <belanger@truman.edu>
9236
9237 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9238 variable var-thing.
9239 (math-integ-depth, math-integ-level, math-integral-limit)
9240 (math-enable-subst, math-any-substs, math-integ-msg)
9241 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9242 (math-int-threshold, math-int-factors, math-double-roots)
9243 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9244 (var-GenCount): Declare these variables.
9245 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9246 (math-integral-cache, math-integral-cache-state):
9247 Move declarations to earlier in the file.
9248 (math-deriv-var, math-deriv-total, math-deriv-symb)
9249 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9250 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9251 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9252 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9253 (math-solve-res): New variables
9254 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9255 (math-integral, math-replace-integral-parts)
9256 (math-integrate-by-parts, calc-dump-integral-cache)
9257 (math-try-integral, math-do-integral, math-do-integral)
9258 (math-do-integral-methods, math-try-solve-for)
9259 (math-try-solve-prod, math-solve-poly-funny-powers)
9260 (math-solve-crunch-poly, math-decompose-poly)
9261 (math-solve-find-root-term, math-find-root-in-prod)
9262 (math-integ-try-linear-substitutions)
9263 (math-integ-try-substitutions, math-expr-rational-in)
9264 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9265 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9266 (math-solve-for, math-solve-system, math-solve-system-rec)
9267 (math-solve-get-sign, math-solve-get-int)
9268 (math-solve-system-subst): Replace undeclared variables with newly
9269 declared variables.
9270
9271 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 * winner.el (winner-active-region, winner-edges, winner-window-list):
9274 Define at toplevel.
9275 (winner-mode-map): Move init inside declaration.
9276
9277 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9278
9279 * files.el (convert-standard-filename): Doc fix.
9280
9281 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9282
9283 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9284 passwd, group, shadow, default/* and pam.d/*.
9285
9286 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9287
9288 * printing.el (pr-menu-spec): Adjust menu specification.
9289
9290 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9291
9292 * printing.el: Doc fix. Insert :version tag into all defcustom.
9293 Handle interactive-p as is recommended in Emacs Lisp Reference.
9294 Set the file permission bits for newly created files.
9295 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9296 The printing menu specification (in `pr-menu-spec') was merged.
9297 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9298 (pr-version): New version number (6.8.3).
9299 (pr-file-modes): New option.
9300 (pr-interactive-p): New var.
9301 (pr-save-interactive, pr-save-file-modes): New macros.
9302 (pr-setup): Code fix.
9303 (pr-menu-spec): Menu specification merged.
9304 (pr-call-process, pr-text2ps): Set file permission bits.
9305 (pr-despool-print): Set file permission bits. Handle interactive-p as
9306 is recommended.
9307 (pr-interface, pr-ps-directory-preview)
9308 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9309 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9310 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9311 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9312 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9313 (pr-ps-region-ps-print, pr-ps-mode-preview)
9314 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9315 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9316 (pr-despool-using-ghostscript, pr-despool-ps-print)
9317 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9318 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9319 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9320 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9321 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9322 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9323 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9324 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9325 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9326 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9327 Handle interactive-p as is recommended.
9328
9329 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9330
9331 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9332 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9333
9334 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9335 so it doesn't forget to highlight the beginning of the region either.
9336
9337 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9338
9339 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9340 (c-font-lock-init): Eliminate obsolete make-local-hook.
9341 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9342 (awk-mode): Use run-mode-hooks.
9343
9344 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9345
9346 2004-11-13 Kim F. Storm <storm@cua.dk>
9347
9348 * mouse.el (mouse-drag-copy-region): Add :version.
9349 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9350 while dragging mode line, so mode line can be dragged downwards.
9351 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9352 while pressing mouse button so window doesn't scroll until we
9353 release the mouse if clicking on partially visible line.
9354
9355 2004-11-12 Jay Belanger <belanger@truman.edu>
9356
9357 * calc/calc-graph.el (calc-dumb-map): Declare it.
9358 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9359 than unbound.
9360 (calc-graph-name): Made `end' a local variable.
9361 (calc-graph-lookup): Made `varname' a local variable.
9362 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9363 Declare them.
9364 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9365 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9366 the unused variable y3vec.
9367 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9368 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9369 calc-graph-prev-kill-hook.
9370 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9371 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9372 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9373 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9374 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9375 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9376 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9377 (calc-graph-y3value, calc-graph-y3name)
9378 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9379 (calc-graph-stepcount, calc-graph-is-splot)
9380 (calc-graph-surprise-splot, calc-graph-blank)
9381 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9382 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9383 (calc-graph-recompute-2d, calc-graph-compute-3d)
9384 (calc-graph-format-data): Replace undeclared variables with the
9385 above newly declared variables.
9386
9387 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9388
9389 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9390 `rsf-beep' and `rsf-sleep-after-message'.
9391
9392 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9393 list if `message-sender' is non-nil.
9394
9395 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9396
9397 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9398 consing by using mapc instead of mapcar.
9399
9400 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9401
9402 * tooltip.el (require): Explain why CL is needed.
9403
9404 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9405
9406 * printing.el: Insert :version into defgroup (printing). All reference
9407 to Files option in menubar were changed to File.
9408 (pr-version): New version number (6.8.2).
9409 (pr-get-symbol): Call easy-menu-intern.
9410 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9411 compilation gripes.
9412
9413 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9414
9415 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9416 new byte-compile-function-environment binding to t.
9417
9418 * font-lock.el (font-lock-fontify-syntactically-region):
9419 Don't forget to highlight the last char when we hit `end'.
9420
9421 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9422 (mwheel-scroll): Adjust accordingly.
9423
9424 * cvs-status.el: Reduce spurious warnings.
9425 (cvs-status-checkout): Remove.
9426 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9427
9428 * pcvs.el (cvs-mode-checkout): New command.
9429
9430 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9431
9432 * tooltip.el: Require CL.
9433
9434 * emacs-lisp/bytecomp.el: Use push.
9435 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9436 (defalias): Remove the `byte-compile' property and add
9437 a `byte-hunk-handler'.
9438
9439 2004-11-11 Juri Linkov <juri@jurta.org>
9440
9441 * info.el (Info-search): Save match data for isearch.
9442 Skip Tag Table node.
9443
9444 * descr-text.el (describe-char): Replace syntax-after with code
9445 from its previous version.
9446
9447 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9448 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9449
9450 * international/mule.el (sgml-html-meta-auto-coding-function):
9451 Remove > after <html to allow HTML attributes.
9452
9453 2004-11-11 Jay Belanger <belanger@truman.edu>
9454
9455 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9456 a variable.
9457 (calcFunc-dfac): Replace unbound max by n.
9458 (math-stirling-local-cache): New variable.
9459 (math-stirling-number, math-stirling-1, math-stirling-2):
9460 Replace the variable `cache' by the declared variable
9461 math-stirling-local-cache.
9462 (var-RandSeed): Declare it as a variable.
9463 (math-init-random-base, math-random-digit): Don't check to see if
9464 var-RandSeed is bound.
9465 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9466 Declare them instead of just setting them.
9467 (math-init-random-base): Made i a local variable.
9468 (math-random-digit): Made math-random-last a local variable.
9469 (math-prime-test-cache): Move declaration to before it is used.
9470 (math-prime-test-cache-k, math-prime-test-cache-q)
9471 (math-prime-test-cache-nm1, math-prime-factors-finished):
9472 Declare them as variables.
9473
9474 2004-11-11 Jay Belanger <belanger@truman.edu>
9475
9476 * calc/calc-ext.el (math-defcache): Use defvar for the new
9477 variables it creates.
9478
9479 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9480
9481 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9482 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9483 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9484 (desktop-save): Add :version.
9485
9486 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9488 * printing.el (pr-get-symbol): Don't downcase.
9489
9490 2004-11-10 Jay Belanger <belanger@truman.edu>
9491
9492 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9493 string to kill-ring.
9494
9495 * calc/calc-aent.el (calc-alg-exp, math-toks)
9496 (math-exp-pos,math-exp-old-pos, math-exp-token)
9497 (math-exp-keep-spaces, math-exp-str): New variables.
9498 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9499 (calcAlg-enter): Use declared variable calc-alg-exp.
9500 (math-build-parse-table, math-find-user-token): Use declared
9501 variable math-toks.
9502 (math-read-exprs, math-read-token, calc-check-user-syntax)
9503 (calc-match-user-syntax, match-factor-after, math-read-factor):
9504 Use declared variables math-exp-pos math-exp-old-pos.
9505 (math-read-exprs, math-read-token, math-read-expr-level)
9506 (calc-check-user-syntax, calc-match-user-syntax)
9507 (match-factor-after, math-read-factor): Use declared variable
9508 math-exp-token.
9509 (math-read-exprs, math-read-expr-list, math-read-token)
9510 (math-read-factor): Use declared variable math-exp-keep-spaces.
9511 (math-read-exprs, math-read-token): Use declared variable
9512 math-exp-str.
9513 (calc-match-user-syntax): Make m a local variable.
9514
9515 * calc/calc-ext.el (math-read-expr): Use declared variables
9516 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9517 math-exp-keep-spaces.
9518
9519 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9520 variables math-exp-pos, math-exp-str.
9521
9522 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9523 math-exp-old-pos.
9524 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9525 (math-parse-eqn-prime): Use declared variable math-exp-token.
9526
9527 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9528 Use declared variable math-exp-pos.
9529 (math-check-for-commas): Use declared variable math-exp-str.
9530 (math-read-brackets): Use declared variables math-exp-old-pos,
9531 math-exp-keep-spaces.
9532 (math-read-brackets, math-read-vector, math-read-matrix):
9533 Use declared variable math-exp-token.
9534
9535 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9536
9537 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9538 where the keymap is a symbol.
9539 (easy-menu-add-item): Use keymap-prompt. Simplify.
9540
9541 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9542
9543 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9544 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9545
9546 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9547
9548 * ebuff-menu.el: Doc fixes throughout.
9549 (electric-buffer-menu-mode-hook): New defvar.
9550
9551 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9552
9553 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9554 The resulting compiler warnings appear to be harmless.
9555
9556 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9557
9558 * textmodes/conf-mode.el: New file.
9559
9560 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9561
9562 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9563
9564 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9565
9566 2004-11-09 Jay Belanger <belanger@truman.edu>
9567
9568 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9569
9570 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9571 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9572 (calc-z-prefix-help, calc-user-function-list): Use declared
9573 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9574 (math-map-tree, math-map-tree-rec): Use declared variables
9575 math-mt-many, math-mt-func.
9576 (math-read-expression, math-read-string): Use declared variable
9577 math-expr-data.
9578
9579 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9580 variable math-normalize-a.
9581
9582 * calc/calc.el (math-normalize-a): New variable.
9583 (math-normalize): Use declared variable math-normalize-a.
9584
9585 * calc/calc-poly.el (math-expand-form): Use declared variable
9586 math-mt-many.
9587
9588 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9589 Use declared variable math-mt-many.
9590 (math-rewrite): Use declared variable math-mt-func.
9591
9592 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9593 (math-read-matrix): Use declared variable math-expr-data.
9594
9595 * calc/calc-lang.el (math-parse-fortran-vector)
9596 (math-parse-fortran-vector-end, math-parse-tex-sum)
9597 (math-parse-eqn-matrix, math-parse-eqn-prime)
9598 (math-read-math-subscr): Use declared variable math-expr-data.
9599
9600 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9601 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9602 (calc-match-user-syntax, math-read-if, math-factor-after)
9603 (math-read-factor): Use declared variable math-expr-data.
9604
9605 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9606
9607 * calendar/diary-lib.el (diary-from-outlook)
9608 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9609 interactive-p; but rather new optional argument NOCONFIRM.
9610
9611 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9612
9613 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9614 (easy-menu-name-match): Revert correspondingly.
9615
9616 2004-11-09 Richard M. Stallman <rms@gnu.org>
9617
9618 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9619 Turn off warnings for the new function even if definition not constant.
9620 If the definition isn't a quoted symbol, record (FUNCTION . t).
9621 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9622 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9623 (display-call-tree, byte-compile-arglist-warn):
9624 Handle t returned by byte-compile-fdefinition.
9625
9626 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9627
9628 * Makefile.in (maintainer-clean): Depend on distclean.
9629
9630 * help-fns.el (help-C-file-name): File name must be in build-files
9631 to be returned.
9632
9633 2004-11-09 Jay Belanger <belanger@truman.edu>
9634
9635 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9636 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9637
9638 * calc/calc.el (calc, calc-trail-display, calc-mode):
9639 Remove obsolete sections.
9640
9641 * calc/calc.el (calc-x-paste-text): Remove.
9642
9643 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9644 mouse-2.
9645
9646 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
9647
9648 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9649 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9650 current frame (in case of recursive calls).
9651 (gdb-show-changed-values): Add :version keyword.
9652
9653 2004-11-09 Kenichi Handa <handa@m17n.org>
9654
9655 * international/mule-cmds.el: Change coding: tag back to
9656 iso-2022-7bit.
9657
9658 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9659
9660 * international/mule-cmds.el: Change coding-system to utf-8.
9661 (select-safe-coding-system-interactively):
9662 New function extracted from select-safe-coding-system.
9663 (select-safe-coding-system): Use it.
9664
9665 2004-11-08 Richard M. Stallman <rms@gnu.org>
9666
9667 * subr.el (syntax-after): Doc fix.
9668
9669 * paren.el (show-paren-function): Change calls to syntax-after
9670 for new way of returning the value.
9671
9672 * menu-bar.el (menu-bar-file-menu): Make this the real name
9673 and menu-bar-files-menu the alias. Use the former.
9674 (global-map): Use `file', not `files', as the symbol.
9675
9676 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9677
9678 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9679 Don't use beginning-of-buffer.
9680 (filesets-cmd-show-result): Use with-no-warnings.
9681
9682 2004-11-08 Juri Linkov <juri@jurta.org>
9683
9684 * progmodes/compile.el (compile): Don't overwrite last command in
9685 minibuffer history with default command if they are not equal.
9686
9687 2004-11-08 Jay Belanger <belanger@truman.edu>
9688
9689 * calc/calcalg2.el (math-do-integral-methods): Try linear then
9690 non-linear substitutions.
9691
9692 2004-11-08 Jay Belanger <belanger@truman.edu>
9693
9694 * calc/calcalg2.el (math-linear-subst-tried): New variable.
9695 (math-do-integral): Set `math-linear-subst-tried' to nil.
9696 (math-do-integral-methods): Use `math-linear-subst-tried' to
9697 determine what type of substitution to try.
9698 (math-integ-try-linear-substituion):
9699 Set `math-linear-subst-tried' to t.
9700
9701 2004-11-08 Kim F. Storm <storm@cua.dk>
9702
9703 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
9704
9705 2004-11-07 Juri Linkov <juri@jurta.org>
9706
9707 * info-look.el (info-lookup): Allow reusing in the current buffer
9708 not only *info* buffer, but all (even renamed) Info buffers
9709 by checking for major-mode instead of *info* buffer name.
9710 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
9711 (octave-mode, maxima-mode) <doc-spec>:
9712 Allow long dashes generated by Texinfo 4.7 before definitions.
9713 (texinfo-mode) <doc-spec>: Add space to suffix to find command
9714 definitions with argument separated by space.
9715
9716 2004-11-06 Richard M. Stallman <rms@gnu.org>
9717
9718 * simple.el (next-error group, face): Move before first use.
9719 (next-error-highlight, next-error-highlight-no-select): Likewise.
9720
9721 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
9722 (line-move): New args NOERROR and TO-END.
9723 Return t if if succeed in moving specified number of lines.
9724 (move-end-of-line): New function.
9725
9726 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
9727 (end-of-buffer-other-window): Likewise.
9728
9729 * simple.el (line-move-ignore-invisible): Default to t.
9730
9731 * subr.el (syntax-after): Return the syntax letter, not the raw code.
9732
9733 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
9734
9735 * international/iso-cvt.el (iso-cvt-define-menu):
9736 Rename menu-bar-files-menu to menu-bar-file-menu.
9737
9738 * net/browse-url.el (browse-url-gnome-moz-program)
9739 (browse-url-gnome-moz-arguments): Move up before first use.
9740
9741 * net/tramp.el (tramp group): Add :version.
9742
9743 * progmodes/ada-xref.el (ada-gdb-application):
9744 Use goto-char instead of beginning-of-buffer.
9745
9746 * progmodes/cperl-mode.el (cperl-info-on-command):
9747 Use goto-char instead of beginning-of-buffer.
9748
9749 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
9750 Move up before first use.
9751 (idlwave-shell-temp-pro-file): Likewise.
9752 (idlwave-shell-temp-rinfo-save-file): Likewise.
9753 (idlwave-shell-temp-file): Minor doc fix.
9754
9755 * textmodes/flyspell.el (flyspell-external-point-words):
9756 Use goto-char instead of beginning-of-buffer.
9757
9758 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
9759
9760 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
9761 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
9762 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
9763
9764 2004-11-06 David Ponce <david@dponce.com>
9765
9766 * recentf.el (recentf-menu-path): Use menu item name.
9767
9768 2004-11-06 Eli Zaretskii <eliz@gnu.org>
9769
9770 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
9771 display doesn't support images.
9772
9773 2004-11-06 Andreas Schwab <schwab@suse.de>
9774
9775 * tempo.el (tempo-match-finder): Doc fix.
9776
9777 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
9778
9779 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
9780
9781 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
9782 (easy-menu-lookup-name): New fun to replace it.
9783 (easy-menu-get-map): Use it to obey menu item names (rather than just
9784 keys) when looking up `path'.
9785 (easy-menu-always-true-p): Rename from easy-menu-always-true.
9786 (easy-menu-convert-item-1): Adjust to new name.
9787
9788 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
9789
9790 * outline.el (hide-body): Don't hide lines at the top of the file
9791 that precede the first header line.
9792
9793 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
9794
9795 * align.el (align-areas): Delete whitespace before reindenting, so
9796 that tabs are never placed after spaces.
9797
9798 2004-11-06 Alan Shutko <ats@acm.org>
9799
9800 * macros.el (insert-kbd-macro): Do completions based on macros,
9801 rather than all commands.
9802
9803 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
9804
9805 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
9806 to solve a bug whereby tags with 'b' don't match.
9807
9808 2004-11-05 Juri Linkov <juri@jurta.org>
9809
9810 * info.el (Info-search): Don't search in node header lines
9811 and file headers.
9812
9813 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
9814 symbol-constituent characters after dot, not only digits.
9815
9816 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
9817
9818 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
9819
9820 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9821
9822 * dired.el (dired-read-dir-and-switches): Call read-directory-name
9823 if a dialog will be used, read-file-name otherwise.
9824
9825 2004-11-04 Richard M. Stallman <rms@gnu.org>
9826
9827 * textmodes/table.el (table group): Add :version.
9828
9829 * textmodes/ispell.el (ispell-word):
9830 Don't alter args; set them only thru `interactive' spec.
9831
9832 * textmodes/flyspell.el (flyspell-word):
9833 Don't alter FOLLOWING; set it only thru `interactive' spec.
9834
9835 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
9836
9837 * net/browse-url.el (browse-url-maybe-new-window):
9838 Use called-interactively-p.
9839
9840 * mail/supercite.el (sc-cite-region):
9841 Don't use interactive-p. Add arg INTERACTIVE.
9842 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
9843
9844 * international/mule-cmds.el (set-input-method, toggle-input-method):
9845 Don't use interactive-p. Add arg INTERACTIVE.
9846
9847 * eshell/esh-mode.el (eshell-show-maximum-output):
9848 Don't use interactive-p.
9849 (eshell-truncate-buffer): Just message, no error, if buffer is short.
9850
9851 * mouse.el (mouse-show-mark): Get positions to delete from mark
9852 and point, not from mouse-drag-overlay.
9853
9854 * imenu.el (imenu-eager-completion-buffer): Add :version.
9855
9856 * filesets.el (filesets group): Add :version.
9857
9858 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
9859
9860 * files.el (xml-based-modes): Delete var.
9861 (magic-mode-alist): New more general var.
9862 (set-auto-mode): Use it.
9863
9864 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
9865 when clicking from another window.
9866
9867 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
9868
9869 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
9870 (vc-cvs-annotate-time): Incorporate value of deleted var.
9871 Remove special-case handling of beginning-of-buffer cruft.
9872 Cache ending position (point) and return value in text property
9873 `vc-cvs-annotate-time', and consult it on subsequent invocations.
9874
9875 * vc-cvs.el (vc-cvs-annotate-command):
9876 Delete extraneous lines from beginning of buffer.
9877 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
9878
9879 * progmodes/grep.el (grep-default-command): Take empty string
9880 for tag if all other methods yield nil. Shell-quote the tag.
9881
9882 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
9883 spec in `interactive' form, and mention it in the docstring.
9884 Also, make sure point is at bol after calling `annotate-time'.
9885
9886 2004-11-02 Richard M. Stallman <rms@gnu.org>
9887
9888 * cus-edit.el (customize-group-other-window):
9889 Select the window that displays the custom buffer.
9890 (custom-buffer-create-other-window): Likewise.
9891
9892 * comint.el (comint-insert-input): Fix previous change.
9893
9894 * emacs-lisp/elp.el (elp-instrument-function):
9895 Use called-interactively-p.
9896
9897 * emacs-lisp/easymenu.el (easy-menu-intern):
9898 Don't downcase; rather, case-flip the first letter of each word.
9899
9900 * emacs-lisp/easy-mmode.el (define-minor-mode):
9901 Use called-interactively-p.
9902
9903 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
9904 Add interactive-only.
9905 (byte-compile-warnings): Add interactive-only as option.
9906 (byte-compile-interactive-only-functions): New variable.
9907 (byte-compile-form): Warn about calls to functions
9908 in byte-compile-interactive-only-functions.
9909
9910 * emacs-lisp/autoload.el (update-file-autoloads):
9911 Don't use interactive-p; take new arg SAVE-AFTER.
9912
9913 * emacs-lisp/advice.el (ad-make-advised-definition):
9914 Use called-interactively-p.
9915
9916 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9917
9918 * files.el (find-file-existing): New function.
9919
9920 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
9921 find-file-existing. Add "New File..." that calls find-file.
9922
9923 * diropen.pbm, diropen.xpm: New files.
9924
9925 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
9926 icon diropen. New tool bar item find-file-existing uses icon open.
9927
9928 * dired.el (dired-read-dir-and-switches): Call read-directory-name
9929 instead of read-file-name.
9930
9931 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
9932
9933 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
9934 (icalendar--split-value): Change name of work buffer.
9935 (icalendar--get-weekday-abbrev): Return nil on error.
9936 (icalendar--date-to-isodate): New function.
9937 (icalendar-convert-diary-to-ical)
9938 (icalendar-extract-ical-from-buffer): Use only two args for
9939 make-obsolete (XEmacs compatibility).
9940 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
9941 (icalendar-export-region): Doc fix.
9942 If error, return non-nil and write errors to a buffer.
9943 Use correct weekday for weekly recurring events.
9944 Check whether date has been parsed for ordinary events.
9945 Make weekly events start in the year 2000.
9946 DTEND is non-inclusive, shift end date by one day if
9947 necessary (not for entries that have date and time).
9948 Rename local let variables: oops -> found-error, datestring ->
9949 startdatestring.
9950
9951 2004-11-02 Kim F. Storm <storm@cua.dk>
9952
9953 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
9954 keep-mode-if-same variable. Add it as optional arg instead.
9955 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
9956
9957 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
9958 substitute-command-keys will select lower-case bindings like those
9959 used in the static help texts.
9960
9961 * descr-text.el (describe-text-properties): Don't err if called in
9962 the *Help* buffer; output to *Help-2* buffer instead.
9963
9964 * kmacro.el (group kmacro): Add :version.
9965 (kmacro-keyboard-quit): New function to cleanup on C-g.
9966 (kmacro-start-macro): Set defining-kbd-macro to append when
9967 appending to last macro.
9968
9969 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
9970
9971 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
9972
9973 * progmodes/gdb-ui.el (gdb-enable-debug-log)
9974 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
9975 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
9976 Add :version keyword.
9977
9978 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
9979
9980 * progmodes/flymake.el (flymake-err-line-patterns):
9981 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
9982 `compilation-error-regexp-alist-alist' to internal Flymake format.
9983
9984 * progmodes/flymake.el: Eliminate byte-compiler warnings.
9985
9986 2004-11-01 Jay Belanger <belanger@truman.edu>
9987
9988 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
9989 with `interactive "s"'.
9990
9991 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9992
9993 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
9994 Revert change from 2004-10-16. '*' checks the current buffer, but the
9995 mouse click may be in another buffer.
9996
9997 2004-11-01 John Paul Wallington <jpw@gnu.org>
9998
9999 * files.el (large-file-warning-threshold): Add :version keyword.
10000 (kill-some-buffers): Doc fix.
10001
10002 * thumbs.el (group thumbs): Add :version keyword.
10003
10004 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10005
10006 2004-11-01 Richard M. Stallman <rms@gnu.org>
10007
10008 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10009
10010 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10011
10012 * allout.el (allout group): Add :version.
10013 (allout-init): Don't use interactive-p.
10014 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10015 (allout-forward-current-level, allout-backward-current-level):
10016 Don't use interactive-p.
10017
10018 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10019 (bibtex-find-text): Likewise.
10020
10021 * progmodes/vhdl-mode.el (vhdl-fill-region)
10022 (vhdl-beginning-of-statement): Don't use interactive-p.
10023
10024 * progmodes/idlwave.el (idlwave-update-routine-info):
10025 Don't use interactive-p.
10026
10027 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10028 Don't use interactive-p.
10029
10030 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10031 Don't use interactive-p.
10032
10033 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10034 Don't use interactive-p.
10035
10036 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10037 (fortune-in-buffer): Doc fix.
10038
10039 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10040
10041 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10042 don't select the temporary buffer.
10043 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10044 (eudc-get-phone): Likewise.
10045
10046 2004-11-01 Kim F. Storm <storm@cua.dk>
10047
10048 * man.el (Man-xref-normal-file): Fix help-echo.
10049
10050 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10051
10052 * reveal.el (reveal-last-tick): New var.
10053 (reveal-post-command): Use it to avoid closing overlays when we're
10054 appending text to them.
10055
10056 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10057
10058 * textmodes/bibtex.el: Require button.
10059 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10060 (bibtex-reference-keys): Distinguish between header keys and
10061 crossref keys.
10062 (bibtex-beginning-of-field): New function.
10063 (bibtex-url-map): Remove.
10064 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10065 (bibtex-font-lock-url-regexp): Assume that field names begin at
10066 the beginning of a line.
10067 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10068 Remove field delimiters. Use bibtex-beginning-of-field.
10069 Bugfix, point can be inside a field with a url.
10070 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10071 New functions.
10072 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10073 (bibtex-key-in-head): Simplify.
10074 (bibtex-current-line): Use bolp.
10075 (bibtex-parse-keys): Remove unused arg `add'.
10076 Use bibtex-type-in-head and bibtex-key-in-head.
10077 (bibtex-parse-entry, bibtex-autofill-entry):
10078 Use bibtex-type-in-head and bibtex-key-in-head.
10079 (bibtex-autokey-get-field): Do not alter case of replacement text.
10080 (bibtex-autokey-get-names): Do all processing of name list.
10081 (bibtex-autokey-get-year): New function.
10082 (bibtex-autokey-get-title): Do all processing of title words.
10083 (bibtex-generate-autokey): Simplify.
10084 (bibtex-string-files-init): Use default-directory.
10085 Allow for absolute file names in bibtex-string-files.
10086 (bibtex-files, bibtex-file-path): New variables.
10087 (bibtex-files-expand): New function.
10088 (bibtex-find-entry-globally): New command.
10089 (bibtex-summary-function): New variable.
10090 (bibtex-summary): Default value of bibtex-summary-function.
10091 (bibtex-find-crossref): New optional args pnt and split.
10092 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10093 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10094 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10095 Fix handling of required and alternative fields.
10096 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10097 Use cons and display-buffer.
10098 (bibtex-validate-globally): New command.
10099 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10100 bibtex-parse-keys and bibtex-parse-strings for updating
10101 bibtex-reference-keys and bibtex-strings.
10102 (bibtex-realign): Remove blank lines past the last entry.
10103 (bibtex-reformat): Use bibtex-entry-format as default.
10104 (bibtex-choose-completion-string): Remove.
10105 (bibtex-complete): Do not use bibtex-choose-completion-string.
10106 (bibtex-url): Simplify.
10107
10108 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10109
10110 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10111 (x-dnd-types-alist, x-dnd-open-file-other-window)
10112 (x-dnd-known-types): Add :version.
10113
10114 2004-10-31 John Paul Wallington <jpw@gnu.org>
10115
10116 * ibuffer.el (group ibuffer): Add :version keyword.
10117
10118 2004-10-31 Kim F. Storm <storm@cua.dk>
10119
10120 * ido.el (group ido): Add :version keyword.
10121 (ido-mode): Remove :version keyword.
10122
10123 * emulation/cua-base.el (group cua): Add :version keyword.
10124 (cua-mode): Remove :version keyword.
10125
10126 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10127
10128 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10129
10130 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10131 compiler warning.
10132 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10133 function.
10134 (help-at-pt-display-when-idle): Remove autoload.
10135
10136 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10137
10138 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10139
10140 2004-10-30 Juri Linkov <juri@jurta.org>
10141
10142 * help.el (function-called-at-point):
10143 * help-fns.el (variable-at-point): Read -> intern.
10144
10145 2004-10-30 Simon Josefsson <jas@extundo.com>
10146
10147 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10148 Recognize AS_* too.
10149
10150 2004-10-29 Simon Josefsson <jas@extundo.com>
10151
10152 * subr.el (read-passwd): Move back from password.el.
10153
10154 * password.el: Remove, not ready yet.
10155
10156 2004-10-29 Andreas Schwab <schwab@suse.de>
10157
10158 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10159
10160 2004-10-29 Sam Steingold <sds@gnu.org>
10161
10162 * mouse.el (mouse-show-mark): Replace the last occurrence of
10163 x-lost-selection-hooks with x-lost-selection-functions.
10164
10165 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10166
10167 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10168 x-lost-selection-functions is bound.
10169
10170 * mouse-sel.el (mouse-sel-mode):
10171 * emacs-lisp/lselect.el: Adjust to new names for
10172 x-(lost|sent)-selection-functions.
10173
10174 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10175 New obsolete aliases of x-lost-selection-functions and
10176 x-sent-selection-functions.
10177
10178 2004-10-28 Kim F. Storm <storm@cua.dk>
10179
10180 * imenu.el (imenu-scanning-message): Remove.
10181 (imenu-progress-message): Make it a no-op.
10182
10183 2004-10-28 John Paul Wallington <jpw@gnu.org>
10184
10185 * files.el (set-auto-mode): Call `throw' correctly.
10186
10187 2004-10-28 Juri Linkov <juri@jurta.org>
10188
10189 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10190 to search `Info-...' commands in `info' manual.
10191 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10192 Add 'info-file "emacs" property.
10193 (Info-find-emacs-command-nodes): Fix index line number regexp.
10194 Set real line number (instead of fake 0) in first element of the
10195 returned list.
10196 (Info-goto-emacs-command-node): Use line number of first element
10197 to set point in the first found Info node.
10198
10199 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10200 code to `grep-mode-font-lock-keywords'.
10201 (grep-mode-font-lock-keywords): Delete grep markers instead
10202 of making them invisible.
10203
10204 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10205
10206 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10207 and x-server-version in bug report.
10208
10209 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10210
10211 * files.el (set-auto-mode-0): New function.
10212 (set-auto-mode): Use it to handle aliased modes and to
10213 be consistent between C-x C-f and C-x C-w.
10214
10215 2004-10-28 Kenichi Handa <handa@m17n.org>
10216
10217 * international/utf-8.el (utf-translate-cjk-charsets):
10218 Add katakana-jisx0201.
10219
10220 * international/subst-jis.el: Add data for JISX0201.
10221
10222 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10223
10224 * obsolete/hilit19.el (hilit-mode): New function.
10225 Move all the toplevel side-effecting stuff into it, so that loading
10226 hilit19 doesn't mess everything up any more.
10227
10228 2004-10-27 Richard M. Stallman <rms@gnu.org>
10229
10230 * add-log.el (add-change-log-entry): Set up mailing address
10231 and full name later, and don't alter add-log-mailing-address
10232 or add-log-full-name.
10233
10234 * elide-head.el (elide-head): Change error to message.
10235 (elide-head-show): Likewise.
10236
10237 * apropos.el (apropos-macrop): Doc fix.
10238
10239 * mouse.el (mouse-show-mark): Do most processing the same
10240 regardless of transient-mark-mode.
10241
10242 * shadowfile.el (shadow-copy-files): Use interactive-p
10243 only to control whether to print a message.
10244
10245 * tar-mode.el (tar-mode): Use write-contents-functions,
10246 not write-contents-hooks.
10247
10248 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10249 directory-sep-char.
10250
10251 2004-10-27 Richard M. Stallman <rms@gnu.org>
10252
10253 * strokes.el (strokes-unload-hook): Fix previous change.
10254
10255 * type-break.el (type-break-run-at-time): Always use run-at-time;
10256 forget the alternatives.
10257 (type-break-cancel-function-timers): Always use cancel-function-timers;
10258 forget the alternatives.
10259
10260 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10261
10262 2004-10-27 Kenichi Handa <handa@m17n.org>
10263
10264 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10265
10266 * international/subst-gb2312.el: Likewise.
10267
10268 * international/subst-big5.el: Likewise.
10269
10270 * international/subst-ksc.el: Likewise.
10271
10272 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10273 New variable.
10274 (utf-translate-cjk-set-unicode-range): New function.
10275 (utf-translate-cjk-unicode-range): Make it customizable.
10276 (utf-8-post-read-conversion):
10277 Use utf-translate-cjk-unicode-range-string.
10278 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10279 Unicode ranges.
10280
10281 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10282
10283 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10284 trivial variants to shorten the list.
10285 (xml-based-modes): New var.
10286 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10287 declaration higher priority than auto-mode-alist.
10288
10289 * find-file.el (cc-other-file-alist): Bring it in line with
10290 cc-mode's auto-mode-alist entries and use \' instead of $.
10291
10292 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10293 and add "Id" and "Name" submenus to it.
10294
10295 * imenu.el (imenu--generic-function): Skip matches in comments.
10296
10297 2004-10-26 Jay Belanger <belanger@truman.edu>
10298
10299 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10300 (full-calc-keypad, calc-trail-display): Use an extra argument
10301 instead of `interactive-p'.
10302
10303 * calc/calc-misc.el (calc-other-window): Use an extra argument
10304 instead of `interactive-p'.
10305
10306 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10307 `interactive-p'.
10308
10309 2004-10-26 Kim F. Storm <storm@cua.dk>
10310
10311 * help.el (describe-key): Describe both down-event and up-event
10312 for a mouse click.
10313
10314 2004-10-26 Richard M. Stallman <rms@gnu.org>
10315
10316 * woman.el (woman): Don't call interactive-p.
10317
10318 * pcomplete.el (pcomplete): Instead of interactive-p,
10319 use an arg set non-nil by the interactive spec.
10320
10321 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10322 use an arg set non-nil by the interactive spec.
10323
10324 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10325 use an arg set non-nil by the interactive spec.
10326
10327 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10328
10329 * progmodes/flymake.el (flymake-split-string):
10330 Use `flymake-split-string-remove-empty-edges' in any case.
10331
10332 2004-10-26 Masatake YAMATO <jet@gyve.org>
10333
10334 * progmodes/flymake.el (flymake-err-line-patterns):
10335 Use `compilation-error-regexp-alist-alist' instead of
10336 `compilation-error-regexp-alist'.
10337
10338 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10341 verbatim face on the \ of \end{verbatim}.
10342
10343 2004-10-25 Jay Belanger <belanger@truman.edu>
10344
10345 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10346 erasing minibuffer.
10347
10348 2004-10-25 Simon Josefsson <jas@extundo.com>
10349
10350 * subr.el (read-passwd): Move to net/password.el.
10351
10352 * net/password.el (read-passwd): Add. Autoload it.
10353
10354 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10355
10356 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10357
10358 * simple.el (process-file): Fix logic.
10359
10360 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10361
10362 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10363 (increase-right-margin): Remove erroneous call to `interactive-p'.
10364
10365 2004-10-24 Kim F. Storm <storm@cua.dk>
10366
10367 * help.el (describe-mode): Fix 2004-10-13 change.
10368 Copy pure "Auto Fill" string so it can be propertized later
10369 without causing a read-only error.
10370
10371 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10372
10373 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10374 style indexes.
10375
10376 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10377
10378 * simple.el (process-file): Accept nil for INFILE. Reported by
10379 Luc Teirlinck.
10380
10381 2004-10-24 Masatake YAMATO <jet@gyve.org>
10382
10383 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10384 Handle periods and underscores in a function name.
10385 Remove the address fontification.
10386
10387 2004-10-24 Masatake YAMATO <jet@gyve.org>
10388
10389 * progmodes/asm-mode.el (asm-font-lock-keywords):
10390 Use font-lock-variable-name-face for registers.
10391
10392 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10393
10394 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10395 kill-all-local-variables.
10396 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10397 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10398 Use kill-all-local-variables and provide mode-hooks.
10399 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10400 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10401 Suggested by Masatake YAMATO <jet@gyve.org>.
10402
10403 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10404
10405 * simple.el (process-file): New function, similar to call-process
10406 but supports file handlers.
10407 * vc.el (vc-do-command): Use it, instead of call-process.
10408 * net/tramp-vc.el (vc-do-command): Do not advise it if
10409 process-file is fboundp.
10410 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10411 process-file.
10412 (tramp-handle-process-file): New function.
10413 (tramp-file-name-for-operation): Support process-file.
10414
10415 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10416
10417 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10418 (icalendar-weekdayabbrev-table)
10419 (icalendar-monthnumber-table): Delete.
10420 (icalendar--get-month-number): Use calendar-month-name-array.
10421 (icalendar--get-weekday-number): New function.
10422 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10423 (icalendar-export-region): Handle multi-line entries.
10424 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10425
10426 2004-10-23 John Paul Wallington <jpw@gnu.org>
10427
10428 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10429 `wildcards' set to t in interactive spec.
10430
10431 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10432 interactive spec rather than use `interactive-p'.
10433 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10434 rather than use function `interactive-p'.
10435
10436 2004-10-22 Kenichi Handa <handa@m17n.org>
10437
10438 * international/mule.el (translate-region): Implement it in Lisp
10439 as a front end of translate-region-internal.
10440
10441 2004-10-21 Jay Belanger <belanger@truman.edu>
10442
10443 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10444 Declare these variables with defvar.
10445
10446 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10447 is bound, only check to see if it is bound.
10448
10449 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10450
10451 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10452 Don't output messages.
10453
10454 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10455
10456 2004-10-21 John Paul Wallington <jpw@gnu.org>
10457
10458 * calc/calc-graph.el (calc-graph-init):
10459 Use `set-process-query-on-exit-flag'.
10460
10461 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10462
10463 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10464 dir right and also allow argumentless cd.
10465
10466 2004-10-19 Richard M. Stallman <rms@gnu.org>
10467
10468 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10469
10470 * eshell/em-unix.el (eshell-grep):
10471 Don't bind compilation-process-setup-function.
10472
10473 * comint.el (comint-insert-input): Use @ in `interactive'.
10474 (comint-input-filter-functions): Doc fix.
10475 (comint-kill-whole-line, comint-get-source): Doc fix.
10476
10477 * progmodes/compile.el (compilation-setup):
10478 Don't set buffer-read-only if MINOR is non-nil.
10479
10480 2004-10-19 Jay Belanger <belanger@truman.edu>
10481
10482 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10483 (calc-emacs-type-gnu19): Remove.
10484 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10485 Remove check for old emacs versions.
10486
10487 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10488 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10489 for current Emacs.
10490
10491 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10492 the end of the minibuffer.
10493 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10494 copy `esc-map'.
10495
10496 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10497
10498 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10499 call that would be given when the current emacs was used.
10500
10501 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10502
10503 * calendar/icalendar.el: Set coding to utf-8.
10504 (icalendar-version): Increase to 0.07.
10505 (icalendar-monthnumber-table): Change March pattern.
10506 (icalendar-get-all-event-properties)
10507 (icalendar-set-event-property): Delete.
10508 (icalendar-all-events): No longer interactive.
10509 (icalendar-convert-diary-to-ical)
10510 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10511 their replacements.
10512 (icalendar-export-file, icalendar-export-region): New functions;
10513 essentially old `icalendar-convert-diary-to-ical' but appending to
10514 target rather than overwriting.
10515 (icalendar-import-file): Append to target file rather than
10516 overwriting. Fourth arg deleted.
10517 (icalendar-import-buffer): New name for old
10518 `icalendar-extract-ical-from-buffer'.
10519 (icalendar--convert-string-for-import): New name for
10520 old `icalendar-convert-for-import'.
10521 (include-icalendar-files): Delete.
10522 Prefix for all internal functions changed from `icalendar-'
10523 to `icalendar--'.
10524
10525 2004-10-19 Richard M. Stallman <rms@gnu.org>
10526
10527 * paths.el (news-path): Fix previous change.
10528
10529 2004-10-18 Jay Belanger <belanger@truman.edu>
10530
10531 * calc/calc-help.el (calc-describe-bindings):
10532 Set `buffer-read-only' to nil while working in the keybindings buffer;
10533 remove some extra information from the keybindings buffer.
10534
10535 2004-10-18 David Ponce <david@dponce.com>
10536
10537 * mouse.el (mouse-drag-move-window-top): New function.
10538 (mouse-drag-mode-line-1): Use it.
10539
10540 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10541
10542 * info.el (Info-fontify-node): For multiline refs,
10543 arrange to unfontify newline and surrounding whitespace.
10544
10545 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10546
10547 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10548 directory is missing.
10549
10550 2004-10-17 John Paul Wallington <jpw@gnu.org>
10551
10552 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10553 New customizable variable; whether to display buffers that match
10554 `ibuffer-maybe-show-predicates' by default.
10555 (ibuffer-maybe-show-predicates): Mention it in docstring.
10556 (ibuffer-display-maybe-show-predicates): New variable.
10557 (ibuffer-update): Prefix arg now toggles whether buffers that
10558 match `ibuffer-maybe-show-predicates' should be displayed.
10559 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10560 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10561 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10562
10563 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10564
10565 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10566 work correctly.
10567
10568 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10569
10570 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10571 (Buffer-menu-beginning): New helper function.
10572 (Buffer-menu-execute): Use it.
10573 (Buffer-menu-select): Use it.
10574 (Buffer-menu-sort): Use it and also keep markers.
10575
10576 2004-10-17 Richard M. Stallman <rms@gnu.org>
10577
10578 * paths.el (news-directory): Rename from news-path. Old name alias.
10579 (rmail-spool-directory): Use defvar.
10580 (sendmail-program): Use defcustom.
10581 (remote-shell-program): Use defcustom.
10582 (term-file-prefix): Use defvar.
10583 (abbrev-file-name): Use defvar.
10584
10585 * term.el: Add maintainer.
10586
10587 * subr.el (with-local-quit): Return nil if there's a quit.
10588 (read-passwd): Use with-local-quit. Doc fix.
10589
10590 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10591 (strokes-unload-hook): Set as a variable with add-hook.
10592
10593 * startup.el (fancy-splash-tail, normal-splash-screen):
10594 Update copyright year.
10595
10596 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10597
10598 * server.el (server-unload-hook): Set as a variable with add-hook.
10599
10600 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10601
10602 * frame.el (special-display-popup-frame):
10603 Make the buffer current as its frame is created.
10604
10605 * delsel.el (delsel-unload-hook): Set as a variable.
10606
10607 * comint.el (comint-output-filter-functions):
10608 Add comint-watch-for-password-prompt.
10609 (comint-read-noecho): Function deleted.
10610 (send-invisible): Use read-passwd.
10611
10612 * fringe.el (fringe-mode-initialize): New function.
10613 (fringe-mode): Use fringe-mode-initialize as :initialize.
10614
10615 2004-10-17 Kim F. Storm <storm@cua.dk>
10616
10617 * language/indian.el (indian-script-language-alist): Swap value and doc.
10618 (indian-font-char-index-table): Doc fix.
10619
10620 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10621
10622 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10623
10624 2004-10-16 Juri Linkov <juri@jurta.org>
10625
10626 * progmodes/compile.el (compilation-start): Move let-binding of
10627 `process-environment' into `with-current-buffer' body.
10628 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10629
10630 2004-10-16 Richard M. Stallman <rms@gnu.org>
10631
10632 * pcvs-util.el (cvs-bury-buffer):
10633 Don't call get-buffer-window for effect.
10634
10635 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10636
10637 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10638
10639 * msb.el (msb-unload-hook): Set the variable.
10640
10641 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10642 Use * to err if buffer is readonly.
10643
10644 * subr.el (looking-back): Return only t or nil.
10645
10646 * whitespace.el (whitespace-unload-hook): Set the variable.
10647
10648 * view.el (view-mode-enable): Set view-page-size and
10649 view-half-page-size to nil.
10650 (view-set-half-page-size-default): view-half-page-size = nil
10651 means the default.
10652 (View-scroll-page-forward): Use view-page-size-default.
10653 (View-scroll-page-backward): Likewise.
10654 (view-page-size, view-half-page-size): Doc fixes.
10655
10656 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10657
10658 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10659
10660 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10661 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10662 (byte-compile-log-1): Bind inhibit-read-only.
10663 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10664 (byte-compile-log-warning): Likewise.
10665 (byte-compile-file-form-require): Detect "cl" from the arg value.
10666
10667 * progmodes/compile.el (compilation-start): Assume compilation-mode
10668 will make the buffer read-only.
10669 (compilation-mode): Take arg name-of-mode.
10670 (compilation-setup): Make buffer read-only.
10671 (compilation-handle-exit): Bind inhibit-read-only.
10672
10673 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10674 (ispell-message): Likewise.
10675 (ispell-show-choices): Don't call get-buffer-window uselessly.
10676 (ispell-init-process): Use set-process-query-on-exit-flag.
10677
10678 2004-10-16 Kim F. Storm <storm@cua.dk>
10679
10680 * fringe.el (fringe-bitmaps): Only initialize when defined.
10681
10682 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10683 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10684
10685 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10686
10687 2004-10-15 Simon Josefsson <jas@extundo.com>
10688
10689 * net/password.el: Add.
10690
10691 2004-10-14 Masatake YAMATO <jet@gyve.org>
10692
10693 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
10694 (gdb-script-end-of-defun): New function.
10695 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
10696 `gdb-script-end-of-defun' as *-of-defun-function.
10697
10698 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
10699
10700 * button.el (button-activate): Allow a marker to display as an action.
10701
10702 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
10703
10704 * help.el (describe-mode): Use it to make minor mode list into
10705 hyperlinks.
10706
10707 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10708
10709 * vc.el (vc-annotate-display-select): Fix typo.
10710
10711 * subr.el (substitute-key-definition-key): New function.
10712 (substitute-key-definition): Use it with map-keymap.
10713 (event-modifiers): Use push.
10714 (mouse-movement-p, with-temp-buffer): Simplify.
10715
10716 2004-10-12 Jay Belanger <belanger@truman.edu>
10717
10718 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
10719 New variables.
10720 (calc-help-index-entries): New function.
10721 (calc-describe-function): Use `calc-help-function-list' instead of
10722 obarray for completion.
10723 (calc-describe-variable): Use `calc-help-variable-list' instead
10724 of obarray for completion.
10725
10726 2004-10-12 Richard M. Stallman <rms@gnu.org>
10727
10728 * info-look.el (info-lookup-file): Add info-file property.
10729 (info-lookup-symbol): Likewise.
10730
10731 * info.el (info-xref): Add underlining.
10732 (info): Add info-file property.
10733 (Info-find-emacs-command-nodes): Specify case-sensitive search.
10734
10735 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10736
10737 Sync with Tramp 2.0.45.
10738
10739 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
10740 defined. This is not the case for XEmacs without package "edebug".
10741 (tramp-set-auto-save-file-modes): Set permissions of autosaved
10742 remote files to the permissions of the original file. This is not
10743 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
10744 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
10745 (tramp-perl-decode): Fix an error in Perl implementation.
10746 $pending must be cleared every loop. Reported by Benjamin Place
10747 <benjaminplace@sprintmail.com>
10748
10749 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
10750 Don't activate advice during definition. This is done later on,
10751 depending on test result of `substitute-in-file-name'.
10752 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10753
10754 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10755
10756 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
10757
10758 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
10759
10760 2004-10-12 David Ponce <david@dponce.com>
10761
10762 * recentf.el (recentf-edit-list): Update the menu when the recentf
10763 list has been modified.
10764
10765 2004-10-12 Simon Josefsson <jas@extundo.com>
10766
10767 * net/tls.el (tls-certtool-program): New variable.
10768 (tls-certificate-information): New function, based on
10769 ssl-certificate-information.
10770
10771 2004-10-12 Kenichi Handa <handa@m17n.org>
10772
10773 * international/mule.el (coding-system-equal): Move from mule-util.el.
10774
10775 * international/mule-util.el (coding-system-equal): Move to mule.el.
10776
10777 2004-10-12 Kim F. Storm <storm@cua.dk>
10778
10779 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
10780 reset kmacro-initial-counter-value if set.
10781 (kmacro-set-counter): Only set kmacro-counter if defining or executing
10782 macro. Set kmacro-initial-counter-value otherwise. Never set both.
10783 (kmacro-display): Show macro counter if non-zero.
10784
10785 * subr.el (substitute-key-definition): Mention command remapping
10786 in doc string.
10787
10788 2004-10-11 Jay Belanger <belanger@truman.edu>
10789
10790 * calc/calc-misc.el (calc-info-goto-node): New function.
10791 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
10792 node in one step.
10793 (calc-describe-copying, calc-describe-distribution)
10794 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
10795 Go to appropriate info node in one step.
10796
10797 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10798
10799 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
10800
10801 * font-lock.el (font-lock-apply-highlight): Fix last change.
10802
10803 2004-10-11 Simon Josefsson <jas@extundo.com>
10804
10805 * mail/smtpmail.el (smtpmail-open-stream): Look for
10806 starttls-gnutls-program instead of starttls-program iff
10807 starttls-use-gnutls is non-nil.
10808 (smtpmail-open-stream): Don't overwrite user settings of
10809 starttls-extra-arguments and starttls-extra-args.
10810
10811 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10812
10813 * comint.el (comint-mouse-insert-input): Remove.
10814 (comint-insert-input): Make it work for mouse bindings.
10815 (comint-mode-map): Move defs into the declaration.
10816 (comint-output-filter): Typo.
10817
10818 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
10819
10820 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
10821
10822 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
10823 (ange-ftp-call-chmod): Reference remote-shell-program instead of
10824 ange-ftp-remote-shell.
10825
10826 2004-10-10 Andreas Schwab <schwab@suse.de>
10827
10828 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
10829 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
10830 Reported by <sri@asu.edu>.
10831
10832 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
10833
10834 * vc.el (vc-annotate-mode): Remove variable.
10835 (vc-annotate-display-select): Only call vc-annotate-mode
10836 if we're not in that mode already.
10837
10838 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
10839
10840 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
10841 (imenu-choose-buffer-index): Check here for rescan instead.
10842
10843 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
10844 where the face expression evals to nil.
10845
10846 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
10847 (tex-font-lock-keywords-2): Use it.
10848 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
10849
10850 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
10851
10852 2004-10-09 Kim F. Storm <storm@cua.dk>
10853
10854 * subr.el (progress-reporter-update): Define before first usage.
10855 (make-progress-reporter): Doc fix.
10856
10857 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10858
10859 * textmodes/paragraphs.el (sentence-end-double-space)
10860 (sentence-end-without-period, sentence-end-without-space)
10861 (sentence-end): Doc fixes.
10862
10863 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
10864
10865 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
10866 Change paragraph-start regexp so we don't fill code starting with #'(.
10867
10868 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
10869
10870 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
10871 New defcustom.
10872 (extract-address-components): Use it.
10873
10874 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10875
10876 * subr.el (make-progress-reporter, progress-reporter-update)
10877 (progress-reporter-force-update, progress-reporter-do-update)
10878 (progress-reporter-done): New functions.
10879
10880 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
10881
10882 * progmodes/etags.el (etags-tags-completion-table): Use progress
10883 reporter.
10884 (etags-tags-apropos): Likewise.
10885
10886 2004-10-08 Alan Mackenzie <acm@muc.de>
10887
10888 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
10889 of current line.
10890
10891 2004-10-08 Masatake YAMATO <jet@gyve.org>
10892
10893 * server.el (server-process-filter): Wrap `process-send-region'
10894 by `condition-case' to guard the case when the pipe to PROC is closed.
10895
10896 2004-10-07 Mark A. Hershberger <mah@everybody.org>
10897
10898 * xml.el (xml-substitute-special): Limit handling of external entities.
10899
10900 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
10901
10902 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
10903
10904 2004-10-06 John Paul Wallington <jpw@gnu.org>
10905
10906 * xml.el (xml-parse-dtd): Fix `error' call.
10907
10908 2004-10-05 Mark A. Hershberger <mah@everybody.org>
10909
10910 * xml.el (xml-substitute-special): Return a single string instead
10911 of a list of strings if an entity substitution is made.
10912
10913 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
10914
10915 * calendar/icalendar.el: New file.
10916
10917 2004-10-05 Juri Linkov <juri@jurta.org>
10918
10919 * isearch.el (isearch-done): Set mark after running hook.
10920 Reported by Drew Adams <drew.adams@oracle.com>.
10921
10922 * info.el (Info-history, Info-toc): Fix Info headers.
10923 (Info-toc): Narrow buffer before Info-fontify-node.
10924 (Info-build-toc): Don't check for special Info file names.
10925 Set main-file to nil if Info-find-file returns a symbol.
10926
10927 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
10928
10929 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
10930 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
10931 * calendar/cal-menu.el (calendar-mode-map): Ditto.
10932
10933 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10934
10935 * calendar/cal-iso.el (calendar-iso-read-args): New function,
10936 for old interactive spec from calendar-goto-iso-date.
10937 (calendar-goto-iso-date): Use it.
10938 (calendar-goto-iso-week): New function. Suggested by Emilio
10939 C. Lopes <eclig@gmx.net>.
10940
10941 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
10942
10943 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
10944 `set-right-margin' bindings that follow the minor mode conventions.
10945
10946 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
10949 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
10950 (latex-block-args-alist): Add minipage and picture.
10951 (latex-block-body-alist): Use reftex-label if enabled.
10952 (latex-insert-block): Don't insert a \n if not necessary.
10953 (tex-compile-commands): Make sure dvips doesn't send to printer.
10954 (tex-compile-default): Handle the case where no executable is found.
10955 (latex-noindent-environments): New var.
10956 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
10957 If tex-indent-allhanging is non-nil, make sure we only align for macros
10958 at beginning of line.
10959
10960 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
10961
10962 * newcomment.el (comment-beginning): Doc fix and don't choke on
10963 unset `comment-end-skip' when at beginning of comment.
10964
10965 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
10966
10967 * term.el (term-adjust-current-row-cache): Don't allow the current
10968 row to become negative.
10969 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
10970 the end of the line. Fix scroll down. Add comments.
10971 (term-handle-ansi-escape): Don't exceed terminal width when moving
10972 right.
10973 (term-scroll-region): Move the cursor after setting the scroll region.
10974
10975 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
10976
10977 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
10978 to `width' for consistency with docstring. Doc fix.
10979
10980 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
10981
10982 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
10983 This is necessary for derived modes.
10984
10985 2004-09-30 Kim F. Storm <storm@cua.dk>
10986
10987 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
10988 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
10989
10990 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
10991 kmacro-extract-lambda functions.
10992 (edit-kbd-macro): Handle kmacro lambda forms.
10993 Include counter and counter format in edit buffer.
10994 (edmacro-finish-edit): Get counter and format from edit buffer and
10995 update kmacro bindings when found.
10996
10997 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
10998
10999 * textmodes/paragraphs.el (forward-paragraph):
11000 Avoid args-out-of-range error when point winds up at the beginning of
11001 the buffer and hard newlines are enabled.
11002
11003 * newcomment.el (comment-multi-line): Doc fix.
11004
11005 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11006
11007 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11008 (diff-fixup-modifs): Catch unified-diff file-headers.
11009
11010 2004-09-29 Kim F. Storm <storm@cua.dk>
11011
11012 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11013 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11014 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11015
11016 * fringe.el (fringe-bitmap-p): New macro.
11017 (fringe-bitmaps): Add standard fringe bitmaps on load.
11018
11019 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11020
11021 * dired.el (dired-view-command-alist): Use more efficient regexps.
11022 Remove dubious arguments.
11023 (dired-align-file): New function.
11024 (dired-insert-directory): Use it.
11025 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11026 (dired-buffers-for-dir): Remove unused var `pattern'.
11027
11028 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11029
11030 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11031 from diary display excursion. Store diary buffer's point for
11032 `simple-diary-display'.
11033 (simple-diary-display): Set window point and start when
11034 displaying buffer, to preserve point.
11035
11036 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11037
11038 * textmodes/enriched.el (enriched-translations): Replace defconst
11039 with defvar.
11040
11041 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11042
11043 * printing.el: Doc fix.
11044 (pr-version): New version number (6.8.1).
11045 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11046 make-temp-name.
11047 (pr-delete-file): Check if file exists before deleting it.
11048 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11049
11050 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11051
11052 * term.el (term-display-table): New variable.
11053 (term-mode): Use it.
11054 (term-exec-1): Set the coding system to binary.
11055 (term-emulate-terminal): Decode the string before inserting it.
11056
11057 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11058
11059 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11060 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11061 (map): Bind S-prior, S-next and S-insert.
11062 (term-mode): Set `indent-tabs-mode' to nil.
11063 (term-paste): New function to be bound to S-insert.
11064 (term-send-del, term-send-backspace): Change the strings sent.
11065 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11066 (term-handle-colors-array): Fix handling of underline and reverse.
11067 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11068 (term-erase-in-line): Fix comparison.
11069 (term-emulate-terminal): Fix line wrap handling.
11070 (term-start-output-log): Rename from `term-set-output-log'.
11071 (term-stop-output-log): Rename from `term-stop-photo'.
11072 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11073
11074 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11075
11076 * dired.el (dired-move-to-filename): Don't output a message if
11077 raise-error is non-nil. Fix return position and value.
11078
11079 * files.el (insert-directory): Obey --dired even with symlinks.
11080
11081 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11082
11083 * ls-lisp.el (ls-lisp-format): Mark file names with property
11084 dired-filename.
11085
11086 2004-09-25 Kim F. Storm <storm@cua.dk>
11087
11088 * ido.el (ido-max-directory-size): New defcustom.
11089 (ido-decorations): Add "too big" element.
11090 (ido-directory-too-big): New dynamic var.
11091 (ido-may-cache-directory): Don't cache big directories.
11092 (ido-directory-too-big-p): New defun.
11093 (ido-set-current-directory): Update ido-directory-too-big.
11094 (ido-read-internal): Make empty ido-cur-item if too-big.
11095 (ido-buffer-internal): Use ido-read-internal directly instead of
11096 ido-read-buffer.
11097 (ido-file-internal): Init ido-directory-too-big.
11098 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11099 and redo completion with full list.
11100 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11101 it, and show completions.
11102 (ido-all-completions): Let bind ido-directory-too-big to nil.
11103 (ido-exhibit): Handle ido-directory-too-big.
11104 (ido-read-buffer): Handle fallback to read-buffer.
11105 Init ido-directory-too-big.
11106 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11107 Init ido-directory-too-big.
11108
11109 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11110
11111 * subr.el (delay-mode-hooks): Doc fix.
11112
11113 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11114
11115 * textmodes/enriched.el
11116 (enriched-default-text-properties-local-flag): New variable.
11117 (enriched-mode): Make sure that enabling and disabling the mode is
11118 a no-op. Doc fix.
11119
11120 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11121
11122 * calendar/holidays.el (holiday-advent): Report on a specified day
11123 offset from advent, not just advent.
11124 (holiday-easter-etc): Report on one specified day offset from
11125 easter, not all easter holidays. Various Easter holidays moved to
11126 `christian-holidays' variable in calendar.el.
11127 * calendar/calendar.el (christian-holidays): Adapt for new
11128 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11129
11130 2004-09-23 Kim F. Storm <storm@cua.dk>
11131
11132 * image.el (insert-sliced-image): Add doc string.
11133
11134 * ido.el (ido-choice-list): New dynamic var for `list' context.
11135 (ido-context-switch-command): New dynamic var.
11136 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11137 (ido-read-internal): Handle new `list' context.
11138 Handle insert-buffer and insert-file ido-exit values.
11139 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11140 ido-context-switch-command. Handle insert-file ido-exit value.
11141 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11142 unless it is already bound by caller.
11143 (ido-file-internal): New arg switch-cmd. Use it to setup
11144 ido-context-switch-command. Handle insert-buffer ido-exit value.
11145 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11146 used for context switching.
11147 (ido-all-completions): Handle new `list' context.
11148 (ido-make-choice-list): Return choices for `list' context.
11149 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11150 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11151 (ido-insert-buffer, ido-insert-file): Setup context switching.
11152 (ido-exhibit): Handle `list' context.
11153 (ido-read-file-name): Disable context switching. Handle fallback.
11154 (ido-read-directory-name): Disable context switching.
11155 (ido-completing-read): New defun like completing-read. Setup and
11156 use new `list' context.
11157
11158 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11159
11160 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11161
11162 2004-09-21 Jay Belanger <belanger@truman.edu>
11163
11164 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11165 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11166 separate window.
11167
11168 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11169
11170 * subr.el (after-change-major-mode-hook): Doc fix.
11171
11172 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11173
11174 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11175 of ghostscript for monochrome PostScript file in Windows.
11176
11177 2004-09-21 Kenichi Handa <handa@m17n.org>
11178
11179 * descr-text.el (describe-char): Checking of quail activation fixed.
11180
11181 2004-09-21 Jay Belanger <belanger@truman.edu>
11182
11183 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11184
11185 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11186
11187 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11188 after the mode hooks instead of before. Doc fix.
11189
11190 2004-09-20 Jason Rumney <jasonr@gnu.org>
11191
11192 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11193 _emacs, but revert to .emacs if neither exists in home directory.
11194
11195 2004-09-20 John Paul Wallington <jpw@gnu.org>
11196
11197 * bindings.el (completion-ignored-extensions): Add .dfsl.
11198
11199 2004-09-20 Richard M. Stallman <rms@gnu.org>
11200
11201 * bindings.el (scroll-left): Make it disabled.
11202
11203 * files.el (enable-local-eval): Doc fix.
11204
11205 * indent.el (move-to-left-margin): Special case for minibuffer.
11206
11207 * term.el (term-emulate-terminal): Turn off undo for output.
11208 Use with-current-buffer and save-selected-window.
11209
11210 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11211
11212 * progmodes/make-mode.el (makefile-fill-paragraph):
11213 Don't insist on spaces when looking for comments. # is enough.
11214
11215 * files.el (hack-local-variables): Copy the variables list
11216 to another buffer, strip prefixes and suffixes there, then read.
11217 (enable-local-eval): Doc fix.
11218 (ignored-local-variables): Initialize to nil.
11219 (risky-local-variable-p): Don't check ignored-local-variables here.
11220 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11221
11222 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11223
11224 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11225 of = to "." (punctuation).
11226
11227 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11228
11229 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11230
11231 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11232
11233 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11234 (enriched-before-change-major-mode): New function.
11235 Add it to `change-major-mode-hook'.
11236 (enriched-after-change-major-mode): New function.
11237 Add it to `after-change-major-mode-hook'.
11238 (enriched-mode): Make it work correctly if called from
11239 `after-change-major-mode-hook'.
11240 No longer set `indent-line-function'.
11241
11242 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11243
11244 * subr.el (after-change-major-mode-hook): New variable.
11245 (run-mode-hooks): Implement it.
11246
11247 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11248
11249 * battery.el (battery-linux-proc-apm): Use string-to-number.
11250 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11251 Use dolist (and less indentation). Use erase-buffer.
11252 Pre-initialize `design-capacity', `warn', and `low'.
11253 (battery-format): Use replace-regexp-in-string.
11254
11255 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11256
11257 * battery.el: Delete superfluous empty lines.
11258 (battery-linux-proc-acpi): Attempt to gather information from all
11259 battery subdirectories regardless of their file name.
11260 (battery-linux-proc-apm): Replace all occurrences of
11261 battery-hex-to-int-2 with string-to-int (base 16).
11262 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11263 (battery-hex-map): Delete variable.
11264
11265 2004-09-18 John Paul Wallington <jpw@gnu.org>
11266
11267 * calc/calc-units.el (calc-quick-units): Fix overzealous
11268 s/or/unless/.
11269
11270 2004-09-17 Jay Belanger <belanger@truman.edu>
11271
11272 * calc/calc.el (calc-mode-var-list): Fix the value of
11273 `calc-matrix-brackets'.
11274
11275 2004-09-17 Romain Francoise <romain@orebokech.com>
11276
11277 * ibuf-ext.el (define-ibuffer-filter filename):
11278 Expand dired-directory since buffer-file-name is absolute.
11279
11280 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11281
11282 * ediff-init.el (ediff-current-diff-face-A)
11283 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11284 (ediff-current-diff-face-Ancestor)
11285 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11286 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11287 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11288 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11289 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11290 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11291 Use min-colors.
11292
11293 * term.el (term-down): Perform vertical motion if DOWN is negative.
11294 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11295 (term-termcap-format): Synchronyze with the eterm terminfo entry
11296 in etc/e/eterm.ti.
11297 (term-handle-colors-array): If the current foreground or
11298 background are zero (i.e. unspecified), use the foreground and
11299 background of the default face for reverse video.
11300 (term-ansi-at-eval-string, term-ansi-default-fg)
11301 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11302 (term-mem): Delete ununsed function.
11303 (term-protocol-version): Increment.
11304 (term-current-face): Set to default.
11305
11306 2004-09-15 Jay Belanger <belanger@truman.edu>
11307
11308 * calc/calc.el (calc-mode-var-list): Define this variable.
11309 (calc-always-load-extensions, calc-line-numbering)
11310 (calc-line-breaking, calc-display-just, calc-display-origin)
11311 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11312 (calc-group-char, calc-point-char, calc-frac-format)
11313 (calc-prefer-frac, calc-hms-format, calc-date-format)
11314 (calc-float-format, calc-full-float-format, calc-complex-format)
11315 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11316 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11317 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11318 (calc-matrix-brackets, calc-language, calc-language-option)
11319 (calc-left-label, calc-right-label, calc-word-size)
11320 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11321 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11322 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11323 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11324 (calc-window-height, calc-display-trail, calc-show-selections)
11325 (calc-use-selections, calc-assoc-selections)
11326 (calc-display-working-message, calc-auto-why, calc-timing)
11327 (calc-mode-save-mode, calc-standard-date-formats)
11328 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11329 (calc-user-parse-tables, calc-gnuplot-default-device)
11330 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11331 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11332 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11333 (calc-invocation-macro, calc-show-banner): Give these values as
11334 part of `calc-mode-var-list's initialization after the variables
11335 are declared with defvar.
11336 (calc-bug-address): Change email address to send bug reports to.
11337 Change the maintainer address at the top.
11338 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11339 than "\\.emacs" to determine if it is the user-init-file.
11340
11341 * calc/calc-embed.el (calc-embedded-set-modes): Use
11342 `calc-mode-var-list' correctly.
11343
11344 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11345
11346 * vc.el (annotate-time): Document point handling.
11347 (vc-annotate-display-autoscale): Doc fix.
11348
11349 2004-09-15 Miles Bader <miles@gnu.org>
11350
11351 * generic.el (generic-make-keywords-list): Use symbol rather than
11352 word anchors in regexp.
11353
11354 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11355
11356 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11357 no file name consider `dired-directory'.
11358
11359 2004-09-14 Kim F. Storm <storm@cua.dk>
11360
11361 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11362
11363 2004-09-14 Simon Josefsson <jas@extundo.com>
11364
11365 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11366
11367 * textmodes/dns-mode.el: Add.
11368
11369 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11370
11371 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11372 (disabled-command-function): Make the ?\ char more obvious.
11373
11374 * vc-arch.el (vc-arch-root, vc-arch-registered):
11375 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11376
11377 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11378
11379 * windmove.el (windmove-frame-edges): Report coordinates of
11380 outside edges of frame, not inside edges.
11381 (windmove-coordinates-of-position): Convert into wrapper to new
11382 function `windmove-coordinates-of-window-position';
11383 `compute-motion' always applies to selected window.
11384 (windmove-coordinates-of-position): Update documentation to refer
11385 to Emacs 21 Lisp Reference Manual.
11386 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11387
11388 2004-09-13 Kim F. Storm <storm@cua.dk>
11389
11390 * isearch.el (isearch-resume-in-command-history): Rename from
11391 isearch-resume-enabled and change default to nil.
11392
11393 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11394
11395 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11396 (vc-registered): Use it.
11397 (vc-find-root): New fun.
11398
11399 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11400 Don't tell to use \\{...} when it's already done.
11401
11402 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11403 Provide a sample complex default.
11404 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11405 (bibtex-entry): Use mapc.
11406
11407 2004-09-12 Kim F. Storm <storm@cua.dk>
11408
11409 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11410
11411 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11412 inhibit-field-text-motion to t so rectangles work in comint buffers.
11413
11414 * simple.el (choose-completion-string): Set buffer before running
11415 choose-completion-string-functions hook so it can be buffer-local.
11416
11417 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11418
11419 * progmodes/compile.el (compilation-start): Parse command to see
11420 if it starts with a cd, and if so perform it for the *compilation*
11421 buffer. Change the header to reflect this.
11422
11423 2004-09-11 Kim F. Storm <storm@cua.dk>
11424
11425 * ido.el (ido-enable-dot-prefix): Doc fix.
11426 (ido-enable-dot-prefix): New defcustom.
11427 (ido-set-matches1): Use it.
11428
11429 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11430
11431 * textmodes/bibtex.el (bibtex-mark-active)
11432 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11433
11434 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11435
11436 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11437 used in a case insensitive environment.
11438 (bibtex-mode-map): Rearrange order of menus.
11439 (bibtex-quoted-string-re): Obsolete.
11440 (bibtex-complete-key-cleanup): Variable replaced by new function.
11441 (bibtex-font-lock-keywords): Use backquotes.
11442 (bibtex-font-lock-url-regexp): New internal variable.
11443 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11444 "OPT" and "ALT".
11445 (bibtex-insert-current-kill, bibtex-make-field)
11446 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11447 (bibtex-parse-field-text): Simplify.
11448 (bibtex-string=): New helper function.
11449 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11450 (bibtex-map-entries): Use bibtex-string=.
11451 (bibtex-search-entry): Use not.
11452 (bibtex-enclosing-field): Fix docstring.
11453 (bibtex-assoc-regexp): Obsolete.
11454 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11455 (bibtex-autokey-get-names): Handle empty name field.
11456 (bibtex-parse-strings): Use assoc-string and unless.
11457 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11458 Use assoc-string.
11459 (bibtex-pop): Simplify.
11460 (bibtex-mode): Set font-lock-extra-managed-props.
11461 (bibtex-entry-update): Use assoc-string.
11462 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11463 (bibtex-autofill-entry): Use bibtex-string=.
11464 (bibtex-print-help-message): Simplify.
11465 (bibtex-find-entry): New optional arg START.
11466 (bibtex-validate): Use bibtex-string= and assoc-string.
11467 Do not call obsolete function compilation-parse-errors.
11468 (bibtex-remove-delimiters): Only remove delimiters if present.
11469 (bibtex-copy-entry-as-kill): Add docstring.
11470 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11471 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11472 (bibtex-complete): Use bibtex-predefined-month-strings,
11473 bibtex-string=, and new function bibtex-complete-key-cleanup.
11474 (bibtex-generate-url-list): New variable.
11475 (bibtex-url): New command bound to C-c C-l and mouse-2.
11476 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11477 (bibtex-font-lock-url): New function.
11478
11479 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11480
11481 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11482
11483 2004-09-09 Kim F. Storm <storm@cua.dk>
11484
11485 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11486 counter and format with binding.
11487 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11488 the declared macro uses own macro counter and format. Give symbol
11489 kmacro property.
11490 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11491 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11492 (kmacro-end-and-call-macro): Doc fix.
11493
11494 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11495
11496 * desktop.el (desktop-clear-preserve-buffers):
11497 Remove make-obsolete-variable.
11498
11499 2004-09-08 Richard M. Stallman <rms@gnu.org>
11500
11501 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11502 with the buffer as argument.
11503
11504 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11505
11506 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11507
11508 2004-09-08 Juri Linkov <juri@jurta.org>
11509
11510 * replace.el (perform-replace): Use `query-replace-descr'.
11511
11512 * cus-start.el (history-delete-duplicates): Specify customization.
11513
11514 * diff-mode.el (diff-mode-map):
11515 * progmodes/compile.el (compilation-mode-map):
11516 * progmodes/grep.el (grep-mode-map):
11517 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11518 to `next-error-follow-minor-mode'.
11519
11520 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11521
11522 * isearch.el (isearch-lazy-highlight-update): Take into account
11523 the case of zero-length match at the search bound.
11524
11525 2004-09-08 Kim F. Storm <storm@cua.dk>
11526
11527 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11528 change. Use zero width overlays when necessary.
11529
11530 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11531
11532 * subr.el (split-string): Docfix.
11533
11534 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11535
11536 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11537 (display-call-tree): Ensure newline after caller/calls blocks.
11538
11539 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11540
11541 * startup.el (command-line-1): Make option
11542 --directory/-L modify `load-path' straight away.
11543
11544 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11545
11546 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11547
11548 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11549
11550 * emacs-lisp/autoload.el (make-autoload):
11551 Handle `define-compilation-mode'.
11552
11553 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11554 Specify `doc-string-elt' property.
11555
11556 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11557
11558 * bs.el (bs-mode): Doc fix.
11559
11560 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11561
11562 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11563
11564 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11565
11566 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11567
11568 2004-09-08 Kenichi Handa <handa@m17n.org>
11569
11570 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11571 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11572 ps-mule-next-point -> 1+).
11573
11574 * composite.el (encode-composition-rule): Add autoload cooky.
11575
11576 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11577
11578 * format.el (buffer-auto-save-file-format): Make it permanent local.
11579
11580 2004-09-07 Kim F. Storm <storm@cua.dk>
11581
11582 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11583 (authors-fixed-entries): Fix typo.
11584 (authors-canonical-author-name): Compact multiple spaces.
11585 Ignore trivial names (e.g. only first name).
11586
11587 * term.el (term-window-width): Only use full window width on
11588 window system if overflow-newline-into-fringe is enabled.
11589 (term-mode): Don't disable overflow-newline-into-fringe.
11590
11591 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11592
11593 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11594 motion as seen on my Mac OS X xterms.
11595
11596 * newcomment.el (uncomment-region-default, comment-region-default):
11597 New functions extracted from uncomment-region and comment-region.
11598 (comment-region, comment-region-function, uncomment-region)
11599 (uncomment-region-function): Use them.
11600
11601 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11602
11603 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11604 It's not crucial but can make sense at times.
11605
11606 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11607 the first commit.
11608
11609 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11610 Disable obsolete code.
11611
11612 2004-09-07 Juri Linkov <juri@jurta.org>
11613
11614 * progmodes/grep.el (grep-highlight-matches): Change default from
11615 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11616 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11617 if grep option `--color' is available, or to `nil' otherwise.
11618 (grep-process-setup): Call `grep-compute-defaults' if
11619 `grep-highlight-matches' is not computed. Set env-vars only
11620 if `grep-highlight-matches' is `t'.
11621 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11622 is already defined).
11623
11624 * progmodes/compile.el (compilation-start): Use copy of
11625 `process-environment' created by `copy-sequence' to not
11626 modify env-vars in the global `process-environment'.
11627
11628 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11629
11630 * simple.el (next-error-follow-minor-mode): Fix last change.
11631
11632 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11633
11634 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11635 permanent local.
11636
11637 2004-09-04 Richard M. Stallman <rms@gnu.org>
11638
11639 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11640 highlighting if the search string is empty.
11641
11642 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11643
11644 * facemenu.el (facemenu-active-faces): Change condition of inner
11645 `while' loop to also check the first two elements of `face-atts'
11646 and `mask-atts'.
11647
11648 2004-09-04 John Paul Wallington <jpw@gnu.org>
11649
11650 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11651 (thumbs-view-image-mode): Make buffer read-only.
11652
11653 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
11654
11655 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11656 (ispell-check-version): Set it.
11657 (ispell-send-replacement): New function.
11658 (ispell-process-line): Call ispell-send-replacement.
11659
11660 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11661
11662 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11663 Support choosing seconds with "s".
11664
11665 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11666
11667 * terminal.el (te-escape): Show `?' in prompt for help key.
11668
11669 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
11670
11671 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11672
11673 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11674
11675 * simple.el (next-error-follow-minor-mode)
11676 (next-error-follow-mode-post-command-hook): New functions.
11677 (next-error-follow-last-line): New defvar.
11678
11679 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11680 * progmodes/compile.el (compilation-mode-map): Likewise.
11681 * progmodes/grep.el (grep-mode-map): Likewise.
11682 * replace.el (occur-mode-map): Likewise.
11683
11684 * newcomment.el (uncomment-region): Bind comment-use-global-state
11685 to nil.
11686
11687 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
11688
11689 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11690 locally around the call to `revert-buffer'.
11691
11692 2004-09-03 Juri Linkov <juri@jurta.org>
11693
11694 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
11695 `isearch-adjusted' to `t'.
11696 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
11697 (isearch-message-prefix): Add "pending" for isearch-adjusted.
11698 (isearch-other-meta-char): Restore isearch-point unconditionally.
11699 (isearch-query-replace): Add new arg `regexp-flag' and use it.
11700 Set point to start of match if region is not active in transient
11701 mark mode (to include the current match to region boundaries).
11702 Push the search string to `query-replace-from-history-variable'.
11703 Add prompt "Query replace regexp" for isearch-regexp.
11704 Add region beginning/end as last arguments of `perform-replace.'
11705 (isearch-query-replace-regexp): Replace code by the call to
11706 `isearch-query-replace' with arg `t'.
11707
11708 2004-09-03 Richard M. Stallman <rms@gnu.org>
11709
11710 * startup.el (normal-top-level): Undo previous TERM change.
11711
11712 2004-09-03 Kim F. Storm <storm@cua.dk>
11713
11714 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
11715 highlight overlays; allow using RET when cursor is over a button.
11716 (cua--highlight-rectangle): Use it.
11717 (cua--rectangle-set-corners): Don't move backwards at eol.
11718 (cua--forward-line): Don't move into void after eob.
11719
11720 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
11721 point is set (and displayed) inside rectangle.
11722 (cua--rectangle-operation): Fix for highlight of empty lines.
11723 (cua--highlight-rectangle): Fix highlight for tabs.
11724 Position cursor at left/right edge of rectangle using new `cursor'
11725 property on overlay strings.
11726 (cua--indent-rectangle): Don't tabify.
11727 (cua-rotate-rectangle): Ignore that point has moved.
11728
11729 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11730
11731 * term/mac-win.el: Add ASCII equivalents for some function keys.
11732 (mode-line-frame-identification): Sync with x-win.el.
11733
11734 2004-09-02 Juri Linkov <juri@jurta.org>
11735
11736 * progmodes/compile.el (compilation-buffer-name): Compare major
11737 mode with second element of compilation-arguments instead of third
11738 to reflect latest changes in compilation-arguments structure.
11739 (recompile): Use global variable `compilation-directory' to get
11740 recent compilation directory only when `recompile' is invoked NOT
11741 in the compilation buffer. Otherwise, use `default-directory' of
11742 the compilation buffer.
11743 (compilation-error-properties): Allow to funcall col and end-col.
11744 (compilation-mode-font-lock-keywords): Check col and end-col by
11745 `integerp'.
11746 (compilation-goto-locus): If end-mk is non-nil in transient mark
11747 mode don't activate the mark (and don't display message in
11748 push-mark), but highlight overlay between mk and end-mk.
11749
11750 * progmodes/grep.el (grep-highlight-matches): New defcustom.
11751 (grep-regexp-alist): Add rule to highlight grep matches.
11752 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
11753
11754 * info.el (Info-fontify-node): Don't compute other-tag
11755 if Info-hide-note-references=hide.
11756
11757 * help.el (function-called-at-point):
11758 * help-fns.el (variable-at-point):
11759 Try `find-tag-default' when other methods failed.
11760
11761 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11762 Do not push mark if inhibit-mark-movement is non-nil.
11763
11764 * textmodes/ispell.el (ispell-html-skip-alists):
11765 Fix backslashes in docstring.
11766
11767 2004-09-01 Juri Linkov <juri@jurta.org>
11768
11769 * isearch.el (isearch-wrap-function)
11770 (isearch-push-state-function): New defvars.
11771 (isearch-pop-fun-state): New defsubst.
11772 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
11773 (isearch-push-state): Set the result of calling
11774 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
11775 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
11776 restore the mode-specific starting point of terminated search.
11777 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
11778 (isearch-repeat): Call `isearch-wrap-function' if defined.
11779 (isearch-message-prefix): Don't add prefix "over" to the message
11780 for wrapped search if `isearch-wrap-function' is defined.
11781 (isearch-search): Call function saved in `isearch-pop-fun-state' to
11782 restore the mode-specific starting point of failed search.
11783
11784 * info.el (Info-search-whitespace-regexp): Fix backslashes.
11785 (Info-search): Add new optional arguments for the sake of isearch.
11786 Replace whitespace in Info-search-whitespace-regexp literally.
11787 Add backward search. Don't call `Info-select-node' if regexp is
11788 found in the same Info node. Don't add node to Info-history for
11789 wrapped isearch.
11790 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
11791 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
11792 (Info-mode): Set local variables `isearch-search-fun-function',
11793 `isearch-wrap-function', `isearch-push-state-function',
11794 `search-whitespace-regexp'.
11795
11796 * isearch.el: Remove ancient Change Log section.
11797 (isearch-string, isearch-message-string, isearch-point)
11798 (isearch-success, isearch-forward-flag, isearch-other-end)
11799 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11800 (isearch-barrier, isearch-within-brackets)
11801 (isearch-case-fold-search): Add suffix `-state' to state-related
11802 defsubsts to avoid name clashes with other function names.
11803
11804 * simple.el (next-error): New defgroup and defface.
11805 (next-error-highlight, next-error-highlight-no-select):
11806 New defcustoms.
11807 (next-error-no-select): Let-bind next-error-highlight to the value
11808 of next-error-highlight-no-select before calling `next-error'.
11809
11810 * progmodes/compile.el (compilation-goto-locus):
11811 Use `next-error' face instead of `region'. Set 4-th argument of
11812 `move-overlay' to `current-buffer' to move overlay to different
11813 source buffers. Use new variable `next-error-highlight'.
11814
11815 * simple.el (next-error-find-buffer): Move the rule
11816 "if current buffer is a next-error capable buffer" after the
11817 rule "if next-error-last-buffer is set to a live buffer".
11818 Simplify to test all rules in one `or'.
11819 (next-error): Doc fix.
11820 (next-error, previous-error, first-error)
11821 (next-error-no-select, previous-error-no-select):
11822 Make arguments optional.
11823
11824 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
11825
11826 * macros.el (apply-macro-to-region-lines): Make it operate on all
11827 lines that begin in the region, rather than on all complete lines
11828 in the region.
11829
11830 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11831
11832 * x-dnd.el (x-dnd-protocol-alist): Document update.
11833 (x-dnd-known-types): Defcustom it.
11834 (x-dnd-handle-motif): Print message-atom in error message.
11835
11836 2004-08-30 John Paul Wallington <jpw@gnu.org>
11837
11838 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
11839 strings rather than programatically constructing message.
11840
11841 2004-08-30 Richard M. Stallman <rms@gnu.org>
11842
11843 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
11844 Don't return a string that would read as the wrong character code.
11845
11846 2004-08-29 Kim F. Storm <storm@cua.dk>
11847
11848 * emulation/cua-base.el (cua-auto-expand-rectangles):
11849 Remove automatic rectangle padding feature; replace by non-destructive
11850 virtual rectangle edges feature.
11851 (cua-virtual-rectangle-edges): New defcustom.
11852 (cua-auto-tabify-rectangles): New defcustom.
11853 (cua-paste): If paste into a marked rectangle, insert rectangle at
11854 current column, even if virtual; also paste exactly as many lines
11855 as has been marked (ignore additional lines or add empty lines),
11856 but paste whole source if only one line is marked.
11857 (cua--update-indications): No longer use overwrite-cursor to
11858 indicate rectangle padding
11859
11860 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
11861 (cua--rectangle-virtual-edges): New defun.
11862 (cua--rectangle-get-corners): Remove optional PAD arg.
11863 (cua--rectangle-set-corners): Never do padding.
11864 (cua--forward-line): Remove optional PAD arg. Simplify.
11865 (cua-resize-rectangle-right, cua-resize-rectangle-left)
11866 (cua-resize-rectangle-down, cua-resize-rectangle-up):
11867 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
11868 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
11869 (cua--rectangle-move): Never do padding. Simplify.
11870 (cua--tabify-start): New defun.
11871 (cua--rectangle-operation): Add tabify arg. All callers changed.
11872 (cua--pad-rectangle): Remove.
11873 (cua--delete-rectangle): Handle delete with virtual edges.
11874 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
11875 (cua--insert-rectangle): Handle insert at virtual column.
11876 Perform auto-tabify if necessary.
11877 (cua--activate-rectangle): Remove optional FORCE arg.
11878 Never do padding. Simplify.
11879 (cua--highlight-rectangle): Enhance for virtual edges.
11880 (cua-toggle-rectangle-padding): Remove command.
11881 (cua-toggle-rectangle-virtual-edges): New command.
11882 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
11883 (cua--rectangle-post-command): Don't force rectangle padding.
11884 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
11885
11886 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
11887
11888 * indent.el (edit-tab-stops-buffer): Doc fix.
11889
11890 2004-08-28 Richard M. Stallman <rms@gnu.org>
11891
11892 * progmodes/grep.el (grep-default-command): Use find-tag-default.
11893 (grep-tag-default): Function deleted.
11894
11895 * subr.el (find-tag-default): Move from etags.el.
11896
11897 * progmodes/etags.el (find-tag-default): Move to subr.el.
11898
11899 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
11900 into the basic character if it has an uppercase form.
11901
11902 2004-08-27 Kenichi Handa <handa@m17n.org>
11903
11904 * international/utf-8.el (utf-8-post-read-conversion): If the
11905 buffer is unibyte, temporarily make it multibyte.
11906
11907 2004-08-27 Masatake YAMATO <jet@gyve.org>
11908
11909 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
11910
11911 2004-08-25 John Paul Wallington <jpw@gnu.org>
11912
11913 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
11914 0, 1, and many mismatches in message.
11915 (tex-start-shell): Use `set-process-query-on-exit-flag'.
11916
11917 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
11918 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
11919
11920 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11921
11922 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
11923 vc-diff-switches differently.
11924
11925 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
11926
11927 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
11928 before and a real defvar after
11929 `speedbar-supported-extension-expressions'. This is to silence
11930 the compiler without breaking bootstrapping.
11931
11932 2004-08-22 Richard M. Stallman <rms@gnu.org>
11933
11934 * textmodes/flyspell.el (flyspell-word):
11935 Use set-process-query-on-exit-flag.
11936 (flyspell-highlight-duplicate-region): Take POSS as arg.
11937 (flyspell-word): Pass POSS as arg.
11938
11939 * progmodes/ada-xref.el: Many doc and style fixes.
11940 (ada-find-any-references): Use compilation-start.
11941 (ada-get-ali-file-name): Improve error msg.
11942 (ada-get-ada-file-name): Likewise.
11943
11944 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
11945 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
11946
11947 * mail/mail-extr.el (mail-extr-all-top-level-domains):
11948 Add forward defvar.
11949
11950 * whitespace.el (global-whitespace-mode): New alias
11951 for whitespace-global-mode.
11952
11953 * speedbar.el (speedbar-file-regexp): Move definition up.
11954 (speedbar-mode, speedbar-set-mode-line-format):
11955 Use with-no-warnings.
11956 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
11957
11958 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
11959 controls whether to display the error buffer.
11960
11961 * ps-mule.el: Delete compatibility code for old Emacses.
11962 (ps-mule-find-wrappoint): Don't use chars-in-region.
11963
11964 * frame.el (display-mouse-p, display-selections-p):
11965 Use with-no-warnings.
11966
11967 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
11968
11969 2004-08-22 David Kastrup <dak@gnu.org>
11970
11971 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
11972 information.
11973
11974 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
11975
11976 2004-08-22 Andreas Schwab <schwab@suse.de>
11977
11978 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
11979
11980 2004-08-22 Masatake YAMATO <jet@gyve.org>
11981
11982 * cvs-status.el (cvs-status-checkout): New function.
11983 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
11984
11985 2004-08-21 David Kastrup <dak@gnu.org>
11986
11987 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
11988 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
11989 has been converted to use hashtables, the relation `nil=none' is
11990 no longer valid, as `nil' is not a hashtable. This patch tries to
11991 reduce the number of resulting errors.
11992
11993 2004-08-21 John Paul Wallington <jpw@gnu.org>
11994
11995 * subr.el (process-kill-without-query): Made obsolete in
11996 version 21.4, not 21.5.
11997
11998 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
11999 (vc-previous-comment, vc-next-comment)
12000 (vc-comment-search-reverse, vc-comment-search-forward)
12001 (vc-comment-to-change-log): Likewise.
12002
12003 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12004
12005 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12006
12007 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12008 Correct indentation of DEFMETHODS with non-standard method
12009 combinations (e.g., PROGN, MIN, MAX).
12010
12011 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12012
12013 * startup.el (normal-top-level-add-subdirs-to-load-path):
12014 Avoid unnecessarily checking system-type.
12015 (normal-top-level): Set TERM to "dumb". Simplify.
12016
12017 * avoid.el (mouse-avoidance-ignore-p): New fun.
12018 Also ignore switch-frame, select-window, double, and triple clicks.
12019 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12020 (mouse-avoidance-fancy-hook): Use it.
12021
12022 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12023
12024 * avoid.el (mouse-avoidance-nudge-mouse)
12025 (mouse-avoidance-banish-destination): Stay within the current window
12026 to avoid problems with mouse-autoselect-window.
12027
12028 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12029
12030 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12031 the newer format of some messages in cvs-1.12.1.
12032
12033 2004-08-19 Masatake YAMATO <jet@gyve.org>
12034
12035 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12036 (elp-results-jump-to-definition-by-mouse)
12037 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12038 (elp-output-result): Use elp-output-insert-symname.
12039
12040 2004-08-18 Kenichi Handa <handa@m17n.org>
12041
12042 * language/cyrillic.el: Register koi8-r in
12043 ctext-non-standard-encodings-alist.
12044 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12045
12046 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12047
12048 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12049 that replaces 20xy with xy.
12050
12051 2004-08-17 John Paul Wallington <jpw@gnu.org>
12052
12053 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12054 (reb-force-update): Doc fix.
12055
12056 2004-08-16 Richard M. Stallman <rms@gnu.org>
12057
12058 * progmodes/which-func.el (which-func-update-1): Doc fix.
12059
12060 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12061 (sh-mode-abbrev-table): New variable.
12062
12063 * progmodes/compile.el (compilation-mode): Doc fix.
12064
12065 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12066 Don't cons a new symbol each time.
12067 (eval-last-sexp-fake-value): New variable.
12068
12069 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12070 (copyright-update-year): Detect continuation of list of years.
12071
12072 * term.el (term-default-fg-color, term-default-bg-color)
12073 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12074
12075 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12076
12077 2004-08-16 Davis Herring <herring@lanl.gov>
12078
12079 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12080 (isearch-success, isearch-forward-flag, isearch-other-end)
12081 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12082 (isearch-barrier, isearch-within-brackets)
12083 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12084
12085 2004-08-16 Kenichi Handa <handa@m17n.org>
12086
12087 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12088
12089 2004-08-15 Kenichi Handa <handa@m17n.org>
12090
12091 * term/x-win.el (x-selection-value): If utf8 was successful but
12092 ctext was not, use utf8 string.
12093
12094 2004-08-14 Davis Herring <herring@lanl.gov>
12095
12096 * isearch.el: Remove accidental changes of March 4. Fix backing
12097 up when a regexp isearch is made more general. Use symbolic
12098 accessor functions for isearch stack frames to make usage clearer.
12099 (search-whitespace-regexp): Made groups in documentation shy (as
12100 is the group in the default value).
12101 (isearch-fallback): New function, addresses problems with regexps
12102 liberalized by `\|', adds support for liberalization by `\}' (the
12103 general repetition construct), and incorporates behavior for
12104 `*'/`?'.
12105 (isearch-}-char): New command, calls `isearch-fallback' with
12106 arguments appropriate to a typed `}'.
12107 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12108 appropriately.
12109 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12110 (isearch-string, isearch-message,string, isearch-point)
12111 (isearch-success, isearch-forward-flag, isearch-other-end)
12112 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12113 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12114 New inline functions to read fields of a stack frame.
12115
12116 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12117
12118 * battery.el (battery-linux-proc-acpi): Look into battery
12119 directories matching the literal string "CMB", too (required for
12120 Linux kernel version 2.6.7).
12121
12122 2004-08-14 John Paul Wallington <jpw@gnu.org>
12123
12124 * cus-start.el (read-file-name-completion-ignore-case): Add.
12125 (blink-cursor-alist): Change version to "21.4".
12126
12127 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12128
12129 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12130
12131 * speedbar.el (speedbar-scan-subdirs): New option.
12132 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12133 dolist.
12134 (speedbar-insert-files-at-point): Take an extra argument and use
12135 it to optionally find out if a subdir is empty. Also unreadable
12136 files don't get expand buttons.
12137 (speedbar-directory): New image (unused pixmap already existed).
12138 (speedbar-expand-image-button-alist): Use it.
12139
12140 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12141
12142 CC Mode update to 5.30.9:
12143
12144 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12145 Move from cc-vars to cc-defs for dependency reasons. Fix the
12146 POSIX char class test to check that it works in
12147 `skip-chars-(forward|backward)' too.
12148
12149 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12150 first argument starts with a special brace list.
12151
12152 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12153 when `c-opt-type-concat-key' is used (i.e. in Pike).
12154
12155 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12156 Fix bug when the inner char pair doesn't have paren syntax,
12157 i.e. "(<>)".
12158
12159 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12160 whitespace safe.
12161
12162 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12163 position for `arglist-intro', `arglist-cont-nonempty' and
12164 `arglist-close' when there are two arglist open parens on the same
12165 line and there's nothing in front of the first.
12166
12167 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12168 locking of qualified names in Java, which previously could fontify
12169 common indexing expressions in many cases. The standard Java
12170 naming conventions are used to tell them apart.
12171
12172 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12173 Fix inconsistency wrt opening parens on the first line inside a paren
12174 block.
12175
12176 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12177 compile time for the sake of `c-major-mode-is'.
12178
12179 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12180 `c-major-mode-is' in the event that this is used inside a
12181 `c-lang-defconst'.
12182
12183 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12184 `c-lang-defconst' so that it works better with fallback languages.
12185
12186 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12187 it to fail to record the base mode.
12188
12189 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12190 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12191 is used. Reorder the syntax checks to get more efficient
12192 skipping in some situations.
12193
12194 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12195 continuation which might precede the newly inserted '{'.
12196
12197 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12198 Fix cases where it could loop indefinitely.
12199
12200 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12201 size specs correctly. Only fontify identifiers in front of '('
12202 with as functions - don't accept any paren char. Tighten up
12203 initializer skipping to stop before function and class blocks.
12204
12205 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12206 the point could be left directly after an open paren when finding
12207 the beginning of the first decl in the block.
12208
12209 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12210 table when filtering out legitimate open parens to be recorded.
12211 This could cause cache inconsistencies when e.g.
12212 `c++-template-syntax-table' was temporarily in use.
12213
12214 * progmodes/cc-engine.el (c-on-identifier)
12215 (c-simple-skip-symbol-backward): Small fix for handling "-"
12216 correctly in `skip-chars-backward'. Affected the operator lfun
12217 syntax in Pike.
12218
12219 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12220 Fix bug that could cause an error from `after-change-functions' when
12221 the changed region is at bob.
12222
12223 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12224
12225 CC Mode update to 5.30.9:
12226
12227 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12228 to say that <TAB> doesn't insert WS into a CPP line.
12229 (c-indent-command, c-tab-always-indent): Amend doc strings.
12230
12231 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12232 checks for user errors, thus eliminating cryptic and unhelpful
12233 Emacs error messages. (1) Check the arg to `c-set-style' is a
12234 string. (2) Check that settings to `c-offsets-alist' are not
12235 spuriously quoted.
12236
12237 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12238 which precedes the newly inserted `{'.
12239
12240 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12241
12242 Sync with Tramp 2.0.44.
12243
12244 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12245 function "tramp_file_attributes". Otherwise, file names
12246 containing spaces are misinterpreted. Reported by Magnus Henoch
12247 <mange@freemail.hu>.
12248 (tramp-handle-file-truename): FILENAME must be expanded first.
12249 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12250 obscure results. Reported by D. Goel <deego@gnufans.org>.
12251 (tramp-handle-verify-visited-file-modtime): If file does not
12252 exist, say it is not modified if and only if that agrees with the
12253 buffer's record. Check whether a file is visiting the buffer, or
12254 the buffer has no recorded last modification time. Return t in
12255 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12256 <teirllm@auburn.edu>.
12257 (tramp-handle-write-region): Pass modtime explicitely to
12258 `set-visited-file-modtime', because filename can be different
12259 from (buffer-file-name) if `file-precious-flag' is set.
12260 `set-visited-file-modtime' must be called always when `visit' is t
12261 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12262 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12263 nil, don't apply the whole body. If the file doesn't exists, set
12264 modtime to '(-1 65535). Suggested by Luc Teirlinck
12265 <teirllm@auburn.edu>.
12266
12267 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12268
12269 * help.el (describe-bindings): Doc fix.
12270
12271 * subr.el (kbd): Doc fix.
12272
12273 2004-08-08 John Paul Wallington <jpw@gnu.org>
12274
12275 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12276 instead of `string-to-int'.
12277 (define-ibuffer-column mode): Fix indentation.
12278
12279 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12280
12281 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12282
12283 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12284
12285 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12286
12287 * novice.el (disabled-command-function): New variable renamed from
12288 `disabled-command-hook'.
12289 (disabled-command-hook): Keep the _variable_ as alias for
12290 `disabled-command-function' and make obsolete.
12291 (disabled-command-function): Function renamed from
12292 `disabled-command-hook'. Adapt code to name change of the variable.
12293
12294 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12295
12296 * simple.el (completion-root-regexp): New defvar.
12297 (completion-setup-function): Use it instead of a literal string.
12298
12299 2004-08-07 John Paul Wallington <jpw@gnu.org>
12300
12301 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12302 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12303 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12304 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12305
12306 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12307
12308 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12309 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12310
12311 2004-08-04 Kenichi Handa <handa@m17n.org>
12312
12313 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12314 Fix previous change.
12315
12316 2004-08-03 Kenichi Handa <handa@m17n.org>
12317
12318 * international/encoded-kb.el: The following changes are to
12319 utilize key-translation-map instead of minor mode map.
12320 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12321 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12322 (encoded-kbd-last-key): New function.
12323 (encoded-kbd-iso2022-single-shift): New function.
12324 (encoded-kbd-iso2022-designation)
12325 (encoded-kbd-self-insert-iso2022-7bit)
12326 (encoded-kbd-self-insert-iso2022-8bit)
12327 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12328 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12329 key-translation-map.
12330 (encoded-kbd-setup-keymap): Setup key-translation-map.
12331 (saved-key-translation-map): New variable.
12332 (encoded-kbd-mode): Save/restore key-translation-map.
12333 Adjust for the change of encoded-kbd-setup-keymap.
12334
12335 2004-08-02 Kim F. Storm <storm@cua.dk>
12336
12337 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12338 and call compute-motion with nil for topos and width to get proper
12339 usable width and height for both window and non-window systems.
12340
12341 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12342 calculate usable window width and height.
12343
12344 * window.el (window-buffer-height): Call compute-motion with nil width.
12345
12346 2004-08-01 David Kastrup <dak@gnu.org>
12347
12348 * replace.el (query-replace-read-from):
12349 Use `query-replace-compile-replacement'.
12350 (query-replace-compile-replacement): New function.
12351 (query-replace-read-to): Use `query-replace-compile-replacement'
12352 for repeating the last command.
12353
12354 2004-08-01 John Paul Wallington <jpw@gnu.org>
12355
12356 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12357 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12358 (pr-switches): Remove period from end of error messages.
12359
12360 * help-mode.el (help-go-back): Likewise.
12361
12362 * abbrev.el (only-global-abbrevs): Doc fix.
12363 (edit-abbrevs-map): Define within defvar.
12364 (quietly-read-abbrev-file): Doc fix.
12365
12366 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12367
12368 * novice.el (enable-command, disable-command): Doc fixes.
12369
12370 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12371
12372 2004-07-30 Richard M. Stallman <rms@gnu.org>
12373
12374 * subr.el (with-local-quit): Doc fix.
12375
12376 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12377
12378 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12379
12380 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12381
12382 * custom.el (defcustom): Doc fix.
12383
12384 2004-07-28 Masatake YAMATO <jet@gyve.org>
12385
12386 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12387
12388 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12389
12390 * imenu.el (imenu-prev-index-position-function)
12391 (imenu-extract-index-name-function, imenu-name-lookup-function)
12392 (imenu--index-alist): Docstring redundancy fix.
12393
12394 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12395
12396 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12397 binding dired-backup-overwrite.
12398
12399 2004-07-25 John Paul Wallington <jpw@gnu.org>
12400
12401 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12402
12403 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12404
12405 * term/tty-colors.el (tty-color-approximate): Doc fix.
12406
12407 * select.el (x-get-selection, x-set-selection): Doc fixes.
12408
12409 * frame.el (make-frame): Doc fix.
12410
12411 2004-07-24 Richard M. Stallman <rms@gnu.org>
12412
12413 * mail/rmail.el (rmail-mime-charset-pattern):
12414 Don't include semicolon in the charset value.
12415
12416 * replace.el (occur-next-error): Call set-window-point.
12417 (occur-engine): Handle negative NLINES.
12418
12419 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12420
12421 * frame.el (modify-all-frames-parameters): Minor doc fix.
12422 (set-frame-configuration): Doc fix.
12423
12424 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12425
12426 * simple.el (completion-setup-function): Compute the common parts
12427 and the first difference place correctly when
12428 partial-completion-mode is on.
12429
12430 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12431
12432 * ps-print.el: Doc fix.
12433 (ps-print-version): New version 6.6.5.
12434 (ps-printing-region): Doc fix.
12435 (ps-generate-string-list): Comment fix.
12436 (ps-message-log-max): Code fix.
12437
12438 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12439
12440 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12441 generated PostScript.
12442
12443 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12444
12445 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12446 with Gnus v5_10 branch.)
12447
12448 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12449
12450 * calendar/time-date.el (time-to-number-of-days): New function.
12451 Imported from from Gnus.
12452
12453 2004-07-22 Kim F. Storm <storm@cua.dk>
12454
12455 * progmodes/make-mode.el: Fix comments.
12456
12457 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12458
12459 * printing.el: Doc fix.
12460
12461 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12462
12463 * frame.el (modify-all-frames-parameters): Minor doc fix.
12464
12465 2004-07-20 Richard M. Stallman <rms@gnu.org>
12466
12467 * textmodes/fill.el (fill-nobreak-p): If this break point is
12468 at the end of the line, don't consider the newline which follows
12469 as a reason to return t.
12470
12471 2004-07-19 John Paul Wallington <jpw@gnu.org>
12472
12473 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12474
12475 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12476
12477 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12478 Delete irrelevant code.
12479
12480 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12481
12482 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12483 New docstring. From Luc Teirlinck.
12484
12485 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12486
12487 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12488 section.
12489 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12490 non-file buffers. We know it is nil.
12491
12492 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12493
12494 Sync with Tramp 2.0.43.
12495
12496 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12497 Remove outdated comment.
12498 (tramp-locked, tramp-locker): New variables for implementing a
12499 global lock.
12500 (tramp-sh-file-name-handler): Use them to implement the global lock.
12501
12502 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12503
12504 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12505 calls to respective `xxx` calls.
12506 (tramp-process-alive-regexp): Precise doc string.
12507 (tramp-multi-action-process-alive): New defun.
12508 (tramp-multi-actions): Use it.
12509 (tramp-handle-find-backup-file-name): `copy-tree' is available
12510 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12511 in order to avoid this function.
12512 (tramp-handle-write-region): Set current buffer. If connection
12513 wasn't open, `file-modes' has changed it accidently. Reported by
12514 David Kastrup <dak@gnu.org>.
12515 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12516 HOST.
12517 (tramp-action-password, tramp-multi-action-password): Apply it.
12518 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12519 name must still contain the port number. Otherwise, we have two
12520 Tramp buffers, with all the confusion. Reported by Myron Selby
12521 <myron@xytech.com> and Rolf Dubitzky
12522 <Dubitzky@physi.uni-heidelberg.de>.
12523
12524 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12525 HOST to `tramp-enter-passwd'.
12526
12527 * net/tramp-vc.el (all): Code cleanup. Change all
12528 `tramp-handle-xxx' calls to respective `xxx` calls.
12529
12530 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12531
12532 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12533 functions that are not erroneous if either 1-valued or
12534 multi-valued. Detect functions in this class.
12535 (testcover-1value-functions, testcover-compose-functions)
12536 (testcover-progn-functions) Add some additional functions to lists.
12537 (testcover-mark): Bugfix when marking up the definition for an
12538 empty function.
12539
12540 2004-07-17 Richard M. Stallman <rms@gnu.org>
12541
12542 * replace.el (occur-read-primary-args): Pass default to
12543 read-from-minibuffer.
12544
12545 * mail/footnote.el (footnote-section-tag): Use defcustom.
12546
12547 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12548 Compile font-lock-keywords, not KEYWORDS.
12549 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12550 Add warn, check-type. Handle cerror like error.
12551
12552 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12553
12554 * progmodes/which-func.el (which-func-keymap): New var.
12555 (which-func-face): New face.
12556 (which-func-format): Use them.
12557
12558 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12559
12560 * buff-menu.el (list-buffers-noselect): Append the buffer's
12561 process status to its mode name.
12562
12563 2004-07-16 Kim F. Storm <storm@cua.dk>
12564
12565 * simple.el (inhibit-mark-movement): New defvar.
12566 (beginning-of-buffer, end-of-buffer): Do not push mark if
12567 inhibit-mark-movement is non-nil or C-u prefix is given.
12568
12569 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12570 Init to beginning-of-buffer and end-of-buffer.
12571 (cua--undo-push-mark): New defvar.
12572 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12573 already active and command is in cua--preserve-mark-commands.
12574 Also fix check for shift modifier on non-window systems.
12575 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12576
12577 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12578
12579 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12580 of two integers, instead of a cons.
12581
12582 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12583 `visited-file-modtime' now returns a list of two integers, instead
12584 of a cons.
12585
12586 * dired.el (dired-directory-changed-p): Ditto.
12587
12588 * progmodes/grep.el (grep): Doc fix.
12589
12590 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12591
12592 * autorevert.el (auto-revert-tail-mode)
12593 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12594 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12595 in both at the same time.
12596 (auto-revert-tail-mode): New command.
12597 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12598 (auto-revert-handler): Revert only either tail or whole file.
12599
12600 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12601 add auto-revert-tail-mode.
12602
12603 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12604
12605 * printing.el: Doc fix. Change name of some funs.
12606 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12607 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12608 (pr-standard-file-name): New fun. Replace pr-standard-path.
12609 (pr-call-process): Code fix.
12610
12611 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12612
12613 * subr.el (with-selected-window): Doc fix.
12614
12615 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12616
12617 * subr.el (get-buffer-window-list): Doc fix.
12618
12619 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12620
12621 * files.el (switch-to-buffer-other-window): Doc fix.
12622
12623 * window.el (save-selected-window, one-window-p)
12624 (split-window-keep-point, split-window-vertically)
12625 (split-window-horizontally): Doc fixes.
12626
12627 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12628
12629 * printing.el: Doc fix. Now it uses call-process instead of
12630 shell-command for low command execution.
12631 (pr-version): New version number (6.8).
12632 (pr-shell-file-name): Option removed.
12633 (pr-shell-command): Fun removed.
12634 (pr-call-process): New fun. Replace pr-shell-command.
12635 (pr-standard-path, pr-remove-nil-from-list): New funs.
12636 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12637 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12638 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12639 (pr-ps-utility-process, pr-txt-print): Code fix.
12640
12641 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12642
12643 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12644 boolean.
12645
12646 2004-07-09 Lars Hansen <larsh@math.ku.dk>
12647
12648 * wid-edit.el (widget-field-buffer): Doc fix.
12649
12650 2004-07-09 John Paul Wallington <jpw@gnu.org>
12651
12652 * emacs-lisp/re-builder.el (reb-update-overlays):
12653 Distinguish between one and several matches in message.
12654
12655 2004-07-09 Richard M. Stallman <rms@gnu.org>
12656
12657 * mouse.el (mouse-set-region-1): If transient-mark-mode
12658 is `identity', change it to `only'.
12659
12660 * simple.el (current-word): Doc fix.
12661
12662 2004-07-09 Mark A. Hershberger <mah@everybody.org>
12663
12664 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12665 so that it is more understanding of whitespace.
12666
12667 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12668 (("ns" . "element") (attr-list) children) instead of
12669 ((:ns . "element") (attr-list) children) in order to reduce the
12670 number of symbols used.
12671 (xml-skip-dtd): Change to use xml-parse-dtd but set
12672 xml-validating-parsing to nil.
12673 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12674 (xml-substitute-entity): Remove in favor of new entity substitution.
12675 (xml-substitute-special): Rewrite in to substitute complex
12676 entities from DOCTYPE declarations.
12677 (xml-parse-fragment): Parse fragments from entity deleclarations.
12678 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12679 (xml-parse-dtd, xml-substitute-special): Make validity checks
12680 conditioned on xml-validating-parser. Add "Not Well Formed" to
12681 error messages about well-formedness.
12682
12683 2004-07-08 Steven Tamm <steventamm@mac.com>
12684
12685 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12686 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12687 Do not treat double clicks and triple clicks specially in the
12688 scroll bar (preventing strange repositioning problems)
12689
12690 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12691
12692 * replace.el (query-replace-regexp-eval): Fix last change.
12693
12694 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12695
12696 * replace.el (query-replace-descr): New fun.
12697 (query-replace-read-from, query-replace-read-args): Default to the
12698 previous from&to.
12699 (query-replace-read-to): Quote the `from' string when displaying it.
12700 (query-replace-regexp-eval): Immediately check read-only status.
12701 Use query-replace-read-from to get the \n checking.
12702 Quote the `from' string when displaying it.
12703 (map-query-replace-regexp, occur-read-primary-args):
12704 Quote the `from' string when displaying it.
12705
12706 * isearch.el (isearch-query-replace): Pass the regexp-ness and
12707 delimited-ness of the search to query-replace.
12708
12709 * replace.el (query-replace-read-from, query-replace-read-to):
12710 New funs extracted from query-replace-read-args.
12711 (query-replace-read-args): Use them.
12712
12713 * replace.el (query-replace-interactive, query-replace-read-args):
12714 Remove the `initial' special value.
12715 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
12716 (occur-engine): Remove unused var `matchend'.
12717
12718 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
12719 Use the search string without prompting.
12720
12721 2004-07-05 Kenichi Handa <handa@m17n.org>
12722
12723 * international/mule.el (decode-coding-inserted-region):
12724 Set last-coding-system-used only when coding is nil.
12725
12726 2004-07-03 Eli Zaretskii <eliz@gnu.org>
12727
12728 * progmodes/grep.el (grep-compute-defaults, grep-command)
12729 (grep-program, find-program, grep-find-use-xargs, grep-history)
12730 (grep-find-history, grep-tag-default, grep-find-command)
12731 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
12732 Add autoload cookies, for unbundled packages that load `compile'
12733 and expect all grep-related symbols to become defined.
12734
12735 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
12736
12737 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
12738 (iimage-mode-image-search-path): New user option to search the
12739 image file.
12740 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
12741 have locate-file.
12742 (iimage-mode-buffer): Use it.
12743
12744 2004-07-03 Nick Roberts <nickrob@gnu.org>
12745
12746 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
12747 carefully.
12748 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
12749
12750 2004-07-03 Juri Linkov <juri@jurta.org>
12751
12752 * replace.el (query-replace-read-args): Swallow space after 'foo,
12753 not after (quote foo). Match space only immediately after symbol,
12754 not anywhere in the whole string.
12755
12756 2004-07-02 Richard M. Stallman <rms@gnu.org>
12757
12758 * replace.el (query-replace-read-args): Swallow space after
12759 symbols, not after closeparens. But avoid error if string ends there.
12760
12761 * progmodes/python.el (python-beginning-of-statement):
12762 Exit the loop if backward-up-list gets error.
12763
12764 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
12765
12766 2004-07-02 Andre Spiegel <spiegel@gnu.org>
12767
12768 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
12769 only if vc-consult-headers is non-nil.
12770
12771 2004-07-02 Juri Linkov <juri@jurta.org>
12772
12773 * pcvs.el (cvs-mode-diff-repository): New command.
12774
12775 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
12776
12777 2004-07-01 Juri Linkov <juri@jurta.org>
12778
12779 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
12780 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
12781 C-M-% to isearch-query-replace-regexp.
12782 (minibuffer-local-isearch-map): Add arrow key bindings.
12783 Bind C-f to isearch-yank-char-in-minibuffer.
12784 (isearch-forward): Doc fix.
12785 (isearch-edit-string): Doc fix.
12786 (isearch-query-replace, isearch-query-replace-regexp): New funs.
12787 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
12788 (isearch-yank-char): Add optional arg.
12789 (isearch-yank-char-in-minibuffer): New fun.
12790
12791 * replace.el (query-replace-interactive): Change type from boolean
12792 to choice. Add value `initial'.
12793 (query-replace-read-args): Handle value `initial' of
12794 query-replace-interactive.
12795
12796 2004-06-29 Kim F. Storm <storm@cua.dk>
12797
12798 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
12799 (breakpoint-disabled-bitmap-face): Add :group 'gud.
12800
12801 * progmodes/ada-xref.el (ada-tight-gvd-integration):
12802 Add :group 'ada.
12803
12804 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
12805
12806 2004-06-29 Juri Linkov <juri@jurta.org>
12807
12808 * replace.el (query-replace-read-args): Swallow a space after
12809 everything except )]" which in most cases means after a symbol.
12810
12811 * emacs-lisp/pp.el (pp-buffer): Add autoload.
12812
12813 2004-06-28 Richard M. Stallman <rms@gnu.org>
12814
12815 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
12816 More changes to go with previous change in font-lock.el.
12817
12818 2004-06-26 David Kastrup <dak@gnu.org>
12819
12820 * replace.el (perform-replace): Highlight the match even in
12821 non-query mode if there is potential replace string editing.
12822
12823 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
12824
12825 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
12826 agree with new return value of `file-remote-p'.
12827 This syncs with Tramp 2.0.42.
12828
12829 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
12830 according to new documentation of `file-remote-p'.
12831
12832 * files.el (file-remote-p): Fix doc to say that return value is
12833 identification of remote system, if not nil.
12834 (file-relative-name): Use new return value of `file-remote-p'.
12835
12836 2004-06-26 Nick Roberts <nickrob@gnu.org>
12837
12838 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
12839 (gdb-goto-breakpoint): Fix breakage.
12840
12841 2004-06-26 Eli Zaretskii <eliz@gnu.org>
12842
12843 * man.el (Man-getpage-in-background): Add windows-nt to the list
12844 of systems where shell-file-name should be used instead of
12845 literal "sh".
12846
12847 2004-06-25 Sam Steingold <sds@gnu.org>
12848
12849 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
12850 function names `(setf symbol)'.
12851
12852 2004-06-24 Richard M. Stallman <rms@gnu.org>
12853
12854 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
12855
12856 * font-lock.el (font-lock-keywords): Change format of compiled values.
12857 Document it.
12858 (font-lock-add-keywords): If font-lock-keywords is compiled,
12859 extract the uncompiled version, modify, then recompile.
12860 (font-lock-remove-keywords): Likewise.
12861 (font-lock-fontify-keywords-region): Handle changed format.
12862 (font-lock-compile-keywords): Handle changed format.
12863 (font-lock-set-defaults): Compile the keywords explicitly here.
12864
12865 2004-06-24 David Kastrup <dak@gnu.org>
12866
12867 * replace.el (query-replace-read-args): Implement `\,' and `\#'
12868 replacements here.
12869 (query-replace-regexp): Doc string explaining this and the new
12870 `\?' replacement. Remove `\,' and `\#' implementation here, as it
12871 is better placed in `query-replace-read-args'.
12872 (replace-regexp): Explain `\,', `\#' and `\?'.
12873 (replace-match-data): New function for thorough reuse/destruction
12874 of old match-data.
12875 (replace-match-maybe-edit): Function for implementing `\?' editing.
12876 (perform-replace): Fix maintaining of the match stack including
12877 already matched regions, implement `\?', fix various problems
12878 with regions while editing and other stuff.
12879 (replace-highlight): Simplify.
12880
12881 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
12882
12883 * progmodes/grep.el (grep-error-screen-columns): New variable.
12884 (grep-regexp-alist): Give it the full functionality of gnu style
12885 compilation messages with line and column ranges. Ask me for the
12886 perl script I'm working on, that uses these.
12887
12888 2004-06-23 Nick Roberts <nickrob@gnu.org>
12889
12890 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
12891 Remove.
12892 (comint-insert-input, comint-mouse-insert-input): New functions
12893 based on comint-insert-clicked-input for two bindings but just
12894 one functionality.
12895
12896 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
12897
12898 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
12899
12900 2004-06-23 Lars Hansen <larsh@math.ku.dk>
12901
12902 * files.el (write-contents-functions): Doc fix.
12903
12904 2004-06-21 Juanma Barranquero <lektu@terra.es>
12905
12906 * image.el (image-library-alist): Rewrite docstring in active voice.
12907
12908 2004-06-20 Richard M. Stallman <rms@gnu.org>
12909
12910 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
12911
12912 * isearch.el (isearch-repeat): Avoid testing old match data.
12913 (isearch-message): Display trailing space in special font
12914 when search is failing.
12915 (isearch-search-fun-function): Doc fix.
12916
12917 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
12918
12919 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
12920
12921 * frame.el (show-trailing-whitespace): Doc fix.
12922
12923 * cus-edit.el (custom-variable-documentation): New function.
12924 (custom-variable): Use it.
12925
12926 2004-06-19 Nick Roberts <nickrob@gnu.org>
12927
12928 * man.el (Man-getpage-in-background): Revert previous change but
12929 make cygwin a special case.
12930
12931 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
12932
12933 * autorevert.el (global-auto-revert-non-file-buffers):
12934 Update docstring.
12935
12936 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
12937
12938 * progmodes/compile.el (compilation-error-properties): Store one
12939 more than end-col, if present, so that transient-mark-mode will
12940 highlight last char too.
12941 * progmodes/grep.el (grep-regexp-alist): Match columns and column
12942 ranges, if present.
12943
12944 2004-06-18 Jason Rumney <jasonr@gnu.org>
12945
12946 * makefile.w32-in: Double percent signs in for loops.
12947
12948 2004-06-17 David Kastrup <dak@gnu.org>
12949
12950 * replace.el (query-replace-read-args): Only warn about use of \n
12951 and \t when we are doing a regexp replacement and the actual
12952 escaped character is n or t.
12953 (query-replace-regexp): Add \, and \# interpretation to
12954 interactive call and document it.
12955 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
12956 as shortkey for replace-count.
12957 (replace-quote): New function for doubling backslashes.
12958
12959 2004-06-17 Juanma Barranquero <lektu@terra.es>
12960
12961 * files.el (parse-colon-path, cd): Mention in docstring that the
12962 path separator is colon in GNU-like systems.
12963
12964 * newcomment.el (comment-region-internal): Fix docstring.
12965
12966 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
12967 (ewoc-invalidate, ewoc-collect): Doc fixes.
12968 (ewoc--create-node, ewoc--delete-node-internal):
12969 Fix typos in docstring.
12970
12971 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
12972
12973 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
12974 manual to docstring.
12975
12976 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12977
12978 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
12979
12980 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
12981
12982 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12983 Add hyperlink to emacs-xtra manual to docstring.
12984
12985 * autorevert.el (global-auto-revert-non-file-buffers):
12986 Add hyperlink to emacs-xtra manual to docstring, as well as an
12987 info-link.
12988
12989 2004-06-14 Juanma Barranquero <lektu@terra.es>
12990
12991 * image.el (image-library-alist): New variable to map image types
12992 to external libraries. Initialized to nil, unless system-specific
12993 configs change it.
12994 (image-type-available-p): Determine whether an image type is
12995 available by calling `init-image-library'.
12996
12997 * term/w32-win.el (image-library-alist): Initialize to a known set
12998 of probable library names.
12999
13000 2004-06-14 Kenichi Handa <handa@m17n.org>
13001
13002 * international/code-pages.el (windows-1256, cp1125): Fix tables
13003 for several characters.
13004
13005 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13006
13007 2004-06-13 Richard M. Stallman <rms@gnu.org>
13008
13009 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13010
13011 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13012 not "`pc-selection-mode'".
13013
13014 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13015
13016 * simple.el (previous-matching-history-element): Specify a default.
13017
13018 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13019
13020 * cus-face.el (custom-declare-face): Simplify code.
13021
13022 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13023
13024 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13025
13026 * files.el (before-save-hook): Add `time-stamp' to the options.
13027
13028 * time-stamp.el (time-stamp): Recommend adding it to
13029 `before-save-hook', rather than `write-file-functions'.
13030 Make a similar change in `Commentary' section.
13031
13032 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13033
13034 * diff-mode.el (diff-current-defun): If at start of hunk, use
13035 position of first change.
13036
13037 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13038
13039 * dired-x.el (dired-mark-omitted): Bind to "*O".
13040
13041 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13042
13043 * bookmark.el (bookmark-bmenu-relocate): New function, as
13044 suggested by David J. Biesack <David.Biesack@sas.com>.
13045 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13046 (bookmark-bmenu-mode): Describe binding in doc string.
13047 (bookmark-set-filename): Save the bookmark list if it's time.
13048
13049 2004-06-13 Kenichi Handa <handa@m17n.org>
13050
13051 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13052 (ccl-untranslated-to-ucs): Fix typo.
13053
13054 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13055
13056 * progmodes/python.el (python-open-block-statement-p):
13057 Fix indentation after a block opening that contains a comment.
13058
13059 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13060
13061 * bindings.el (completion-ignored-extensions): Add file extensions
13062 of Python byte-compiled files.
13063
13064 2004-06-12 Juri Linkov <juri@jurta.org>
13065
13066 * info.el (Info-goto-node): Add autoload.
13067 (Info-toc): Add substring-no-properties on Info file name.
13068 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13069 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13070
13071 2004-06-12 Kenichi Handa <handa@m17n.org>
13072
13073 * international/mule-cmds.el (set-language-environment):
13074 Load subst tables if necessary.
13075
13076 * international/mule.el (decode-char): Load subst tables if necessary.
13077 (encode-char): Likewise.
13078
13079 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13080 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13081 (utf-16le-decode-loop): Set r5 to -1 before loop.
13082 (utf-16be-decode-loop): Likewise.
13083 (ccl-decode-mule-utf-16le): Add EOF processing block.
13084 (ccl-decode-mule-utf-16be): Likewise.
13085 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13086 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13087 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13088 (ccl-mule-utf-16-encode-untrans): New CCL.
13089 (utf-16-decode-to-ucs): Handle pre-read character.
13090 (utf-16le-encode-loop): Handle surrogate pair.
13091 (utf-16be-encode-loop): Likewise.
13092 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13093 of utf-16le-encode-loop.
13094 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13095 of utf-16be-encode-loop.
13096 (mule-utf-16-post-read-conversion):
13097 Call utf-8-post-read-conversion at first.
13098 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13099 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13100 Add post-read-conversion and pre-write-conversion.
13101
13102 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13103 (utf-translate-cjk-unicode-range): New variable.
13104 (utf-translate-cjk-load-tables): New function.
13105 (utf-lookup-subst-table-for-decode): New function.
13106 (utf-lookup-subst-table-for-encode): New function.
13107 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13108 tables here. Update safe-charsets of utf-* coding systems.
13109 (ccl-mule-utf-untrans): New CCL.
13110 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13111 at end of each branch.
13112 (ccl-mule-utf-8-encode-untrans): New CCL.
13113 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13114 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13115 length of encoding. Don't return r0.
13116 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13117 (utf-8-post-read-conversion): Narrow to region properly.
13118 If utf-translate-cjk-mode is on, load tables if necessary.
13119 Call utf-8-compose with hash-table arg if necessary.
13120 Call XXX-compose-region instead of XXX-post-read-convesion.
13121 (utf-8-pre-write-conversion): New function.
13122 (mule-utf-8): Include CJK charsets in safe-charsets if
13123 utf-translate-cjk-mode is on. Add pre-write-conversion.
13124
13125 * international/characters.el: Temporarily set
13126 utf-translate-cjk-mode to nil.
13127
13128 * language/devan-util.el (devanagari-compose-region):
13129 Add autoload cookie.
13130
13131 * international/ccl.el (ccl-dump-call): Fix printing the
13132 subroutine name.
13133
13134 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13135
13136 * dired.el (dired-revert): If buffer is marked unmodified before
13137 reverting, keep it marked unmodified.
13138 Adapt to new conventions for commenting out code.
13139 (dired-make-relative): Adapt to new conventions for commenting out code.
13140
13141 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13142
13143 * eshell/esh-module.el (eshell-load-defgroups):
13144 Bind `vc-handled-backends' to nil when opening files.
13145
13146 2004-06-11 Juanma Barranquero <lektu@terra.es>
13147
13148 * files.el (parse-colon-path, cd): Doc fixes (refer to
13149 `path-separator', not colon).
13150
13151 2004-06-10 Juanma Barranquero <lektu@terra.es>
13152
13153 * newcomment.el (comment-search-forward)
13154 (comment-search-backward): Fix typos in docstring.
13155 (comment-region): Doc fix.
13156
13157 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13158
13159 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13160 switch is no longer stored in `dired-switches-alist'.
13161
13162 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13163 `dired-switches-alist'.
13164
13165 2004-06-10 Kim F. Storm <storm@cua.dk>
13166
13167 * pcvs.el (cvs-mode-diff-yesterday): New command.
13168
13169 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13170
13171 2004-06-10 Juri Linkov <juri@jurta.org>
13172
13173 * emacs-lisp/edebug.el (edebug-eval-defun):
13174 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13175 Fix docstring.
13176
13177 * simple.el (eval-expression-print-format): Don't print additional
13178 information on the first call to `eval-print-last-sexp'.
13179 (next-error-find-buffer): Fix punctuation.
13180 (killing) <defgroup>: Fix punctuation.
13181 (yank-excluded-properties): Change group from editing to killing.
13182
13183 * replace.el (perform-replace): Use `limit' to terminate the
13184 while-loop explicitly.
13185
13186 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13187
13188 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13189 Use lc-*.xpm as prefix instead of *-locol.xpm.
13190
13191 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13192 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13193 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13194 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13195 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13196 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13197 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13198 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13199 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13200 * toolbar/lc-up_arrow.xpm:
13201 Rename from *-locol.xpm.
13202
13203 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13204
13205 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13206 include forms like &<str>; as valid url patterns.
13207
13208 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13209
13210 * dired.el (dired-diff, dired-backup-diff)
13211 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13212 (dired-do-chown, dired-do-touch, dired-do-print)
13213 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13214 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13215 (dired-create-directory, dired-do-copy, dired-do-symlink)
13216 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13217 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13218 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13219 (dired-maybe-insert-subdir, dired-next-subdir)
13220 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13221 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13222 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13223 (dired-run-shell-command, dired-query): Remove redundant,
13224 or incorrect, autoloads.
13225
13226 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13227 does not end in a slash. Add optional argument KILL-ROOT.
13228 Update docstring.
13229 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13230 (dired-query): Add autoloads.
13231
13232 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13233
13234 * progmodes/compile.el (compilation-set-window-height):
13235 Rearrange the save-* functions because a buffer can have several current
13236 point in different windows.
13237 (compilation-error-regexp-alist-alist): Recognize {standard input}
13238 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13239
13240 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13241
13242 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13243 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13244 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13245 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13246 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13247 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13248 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13249 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13250 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13251 * toolbar/up_arrow-locol.xpm:
13252 New versions of icons that uses fewer colors.
13253
13254 * toolbar/tool-bar.el (tool-bar-local-item)
13255 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13256 if display-color-cells is 256 or less.
13257
13258 2004-06-08 Kim F. Storm <storm@cua.dk>
13259
13260 * wid-edit.el (widget-specify-button): Use hand pointer rather
13261 than mouse-face as visible mouse-over effect.
13262
13263 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13264
13265 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13266 and `print-level' to nil when writing out `save-place-alist'.
13267 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13268
13269 2004-06-07 Juanma Barranquero <lektu@terra.es>
13270
13271 * completion.el (completion-kill-region): Doc fix.
13272
13273 * format.el (format-insert-annotations)
13274 (format-annotate-location): Doc fixes.
13275 (format-subtract-regions): Make arguments match their use in docstring.
13276
13277 * simple.el (kill-region): Doc fix.
13278
13279 * subr.el (insert-buffer-substring-no-properties)
13280 (insert-buffer-substring-as-yank): Doc fixes.
13281
13282 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13283
13284 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13285 Update docstring.
13286 (dired-reset-subdir-switches): New function.
13287
13288 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13289 Limit scope of `buffer-read-only' binding.
13290
13291 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13292
13293 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13294 eshell-explicit-command-char.
13295
13296 2004-06-06 Juanma Barranquero <lektu@terra.es>
13297
13298 * help-fns.el (help-argument-name): Inherit from italic face only
13299 if the frame supports it.
13300
13301 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13302
13303 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13304 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13305 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13306 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13307 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13308 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13309 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13310 New conversions from xpm files.
13311
13312 * toolbar/README: New file.
13313
13314 2004-06-06 Richard M. Stallman <rms@gnu.org>
13315
13316 * isearch.el (isearch-mode-map): Undo previous change.
13317
13318 2004-06-05 Juri Linkov <juri@jurta.org>
13319
13320 * bindings.el (debug-ignored-errors): Add regexps for history
13321 related messages. Remove $ from "No further undo information".
13322 Move Ediff's messages to ediff.el.
13323
13324 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13325
13326 * cus-edit.el (custom-display): Add `min-colors'.
13327
13328 * custom.el (defface): Add `supports' to docstring.
13329
13330 * help-fns.el (help-argument-name): Add :group 'help.
13331
13332 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13333
13334 * find-dired.el (find-ls-subdir-switches): New user option.
13335 (find-dired): No longer call `abbreviate-file-name' on DIR.
13336 Set `dired-subdir-switches' buffer-locally.
13337
13338 * locate.el: Merge the two `Commentary' sections.
13339 (locate-ls-subdir-switches): New user option.
13340 (locate): Update for other changes.
13341 (locate-mode-map): Restore Dired binding for mouse-2.
13342 Bind `locate-mouse-view-file' to M-mouse-2.
13343 Bind `l' to `locate-do-redisplay'.
13344 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13345 (locate-mouse-view-file, locate-tags, locate-find-directory):
13346 Print message if used outside main listing.
13347 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13348 Various changes to support inserted subdirectories.
13349 (locate-insert-header): Change header of *Locate* buffer.
13350
13351 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13352 Change interactive default switches.
13353 (dired-rename-subdir-2): Update `dired-switches-alist'.
13354 (dired-insert-subdir, dired-kill-subdir):
13355 Handle `dired-switches-alist'. Do not mark buffer modified.
13356 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13357 (dired-insert-subdir-doinsert): Omit messages.
13358 Handle `dired-subdir-switches'.
13359 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13360
13361 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13362 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13363 subdirs if -R switch is used for a subdir.
13364 (dired-mode): Set `dired-switches-alist'.
13365 (dired-build-subdir-alist): Only print number of directories in
13366 echo area when invoked interactively.
13367
13368 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13369
13370 * dired-x.el (dired-omit-mode): Rename from
13371 dired-omit-files-p. Use define-minor-mode to define it.
13372 (dired-omit-files-p): Add as alias for dired-omit-mode.
13373 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13374 dired-mark-omitted.
13375 (dired-mark-omitted): Add. Bind to M-O.
13376
13377 2004-06-05 Kenichi Handa <handa@m17n.org>
13378
13379 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13380
13381 2004-06-05 Juanma Barranquero <lektu@terra.es>
13382
13383 * help-fns.el (help-argument-name): Reintroduce face.
13384 (help-default-arg-highlight): Use it, now that
13385 `face-differs-from-default-p' can be trusted.
13386
13387 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13388
13389 * textmodes/table.el: Sentence commands added to Point Motion
13390 group; kill and backward-kill commands added to Extraction group.
13391
13392 2004-06-04 Mario Lang <mlang@delysid.org>
13393
13394 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13395 systems appear to use mW, make the code handle this. Fix a
13396 division-by-zero bug while at it, and handle kernels with
13397 a slightly different layout in /proc/acpi.
13398
13399 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13400
13401 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13402 because the latter is a CL-ism. This fixes the bug reported by
13403 Shawn Boyette <mdxi@collapsar.net> in
13404 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13405
13406 2004-06-04 Miles Bader <miles@gnu.org>
13407
13408 * faces.el (display-supports-face-attributes-p): Function moved to
13409 C code. Previously only the tty-related portion of this function
13410 was done in C; however the previous attempt to do a halfway-proper
13411 job for non-tty displays in lisp didn't work properly because of
13412 funny conditions during Emacs startup.
13413 (face-differs-from-default-p): Simplify, now that
13414 display-supports-face-attributes-p works properly on all display
13415 types. Remove :stipple from comparison; it doesn't really work
13416 in emacs anyway.
13417
13418 2004-06-04 Miles Bader <miles@gnu.org>
13419
13420 * faces.el (face-differs-from-default-p): Use a different
13421 implementation, so we can really check whether FACE displays
13422 differently or not.
13423
13424 2004-06-04 Miles Bader <miles@gnu.org>
13425
13426 * faces.el (display-supports-face-attributes-p): Implement a
13427 `different from default' check for non-tty displays.
13428
13429 2004-06-03 David Kastrup <dak@gnu.org>
13430
13431 * woman.el (woman-mapcan): More concise code.
13432 (woman-topic-all-completions, woman-topic-all-completions-1)
13433 (woman-topic-all-completions-merge): Replace by a simpler and
13434 much faster implementation based on O(n log n) sort/merge instead
13435 of the old O(n^2) behavior.
13436
13437 2004-06-03 Miles Bader <miles@gnu.org>
13438
13439 * subr.el (read-number): Use canonical format for default in prompt.
13440
13441 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13442 Add regexp for " [...]" style defaults.
13443
13444 2004-06-02 Romain Francoise <romain@orebokech.com>
13445
13446 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13447 groups: if the user asks for a hidden buffer, open the
13448 corresponding filter group to expose it.
13449
13450 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13451 `ibuffer-jump-to-buffer'.
13452 (ibuffer-jump-offer-only-visible-buffers): New user option.
13453
13454 2004-06-02 Juanma Barranquero <lektu@terra.es>
13455
13456 * faces.el (frame-update-faces): Add empty docstring so the one
13457 for `ignore' doesn't show through.
13458
13459 * subr.el (process-kill-without-query): Remove spurious "\n" on
13460 obsolescence string.
13461 (focus-frame, unfocus-frame): Add obsolescence declaration and
13462 empty docstring.
13463
13464 * international/mule.el (register-char-codings): Make alias for
13465 `ignore'. Move docstring to obsolescence info and remove redundancy.
13466
13467 2004-06-02 Kim F. Storm <storm@cua.dk>
13468
13469 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13470 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13471
13472 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13473
13474 * comint.el (comint-replace-by-expanded-history-before-point):
13475 Obey `start' as the docstring says.
13476 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13477 (comint-update-fence): Prevent font-lock from running unnecessarily.
13478 (comint-dynamic-list-completions): Use with-current-buffer.
13479
13480 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13481
13482 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13483 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13484 (bibtex-entry-update): Handle alternatives and optional fields.
13485 (bibtex-parse-entry): Bugfix, handle empty key.
13486
13487 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13488
13489 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13490
13491 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13492
13493 * desktop.el (desktop-save): Don't save minor modes without a
13494 known mode initialization function.
13495
13496 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13497
13498 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13499
13500 * autorevert.el: Update `Commentary' section.
13501
13502 2004-05-30 Juanma Barranquero <lektu@terra.es>
13503
13504 * dos-fns.el (convert-standard-filename):
13505 * files.el (convert-standard-filename):
13506 * w32-fns.el (convert-standard-filename):
13507 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13508
13509 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13510
13511 Sync with Tramp.
13512
13513 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13514 (tramp-let-maybe): Move to an earlier spot in the file.
13515 Patch by Andreas Schwab.
13516
13517 2004-05-30 Andreas Schwab <schwab@suse.de>
13518
13519 * dired.el (dired-get-filename): Don't use dired-re-dot.
13520
13521 2004-05-30 Richard M. Stallman <rms@gnu.org>
13522
13523 * files.el (find-file): Doc fix.
13524
13525 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13526
13527 2004-05-30 Nick Roberts <nickrob@gnu.org>
13528
13529 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13530 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13531 modeline of the locals buffer.
13532 (gdb-goto-breakpoint): Handle gdbmi.
13533 (gdb-get-frame-number): Change for gdbmi.
13534
13535 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13536
13537 * files.el (file-remote-p): Apply file name handler for operation
13538 `file-remote-p'. It isn' a property any longer.
13539 (file-relative-name): `fh' and `fd' get the required value via
13540 `find-file-name-handler' already.
13541
13542 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13543 (top): Remove setting of `file-remote-p' property for
13544 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13545
13546 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13547
13548 Version 2.0.41 of Tramp released.
13549
13550 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13551 Throw away if process has died.
13552 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13553 (tramp-out-of-band-prompt-regexp): Rename to
13554 `tramp-process-alive-regexp', because its usage is widen.
13555 (tramp-actions-copy-out-of-band): Apply it.
13556 (tramp-actions-before-shell, tramp-multi-actions):
13557 Add `tramp-action-process-alive' action.
13558 (tramp-action-process-alive): New defun.
13559 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13560 Add entry for `file-remote-p'.
13561 (tramp-handle-file-remote-p): New defun.
13562 (top): Remove setting of `file-remote-p'. Don't set
13563 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13564
13565 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13566 `file-remote-p'.
13567
13568 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13569 counted for (last) line. [They should or they shouldn't? --Stef]
13570 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13571
13572 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13573
13574 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13575 not really necessary but seems to keep the shell history smaller
13576 in some cases. It is no substitute for setting HISTFILE and
13577 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13578 though. Suggested by Luc Teirlinck.
13579 (tramp-open-connection-setup-interactive-shell): Export variables
13580 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13581 (tramp-set-process-query-on-exit-flag): New compat function.
13582 (tramp-open-connection-multi, tramp-open-connection-su)
13583 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13584 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13585 (tramp-let-maybe): New macro, let-binds a variable only if it
13586 isn't obsolete.
13587 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13588 (tramp-handle-file-truename): Use it.
13589 (tramp-completion-file-name-regexp-unified): Avoid matching
13590 filenames starting with "/:" -- those are reserved for
13591 file-name-non-special.
13592
13593 * tramp-smb.el (tramp-smb-open-connection):
13594 Use tramp-set-process-query-on-exit-flag compat function.
13595
13596 2004-05-29 Richard M. Stallman <rms@gnu.org>
13597
13598 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13599
13600 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13601 (eval-last-sexp-print-value): Print char equivalent regardless
13602 of standard-output value.
13603
13604 * thumbs.el (thumbs-subst-char-in-string): Delete.
13605 (thumbs-thumbname): Use subst-char-in-string.
13606 (thumbs-resize-image): Use condition-case, not ignore-errors.
13607 (thumbs-kill-buffer): Likewise.
13608
13609 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13610 (thumbs-mode): Make buffer read-only.
13611 (thumbs-make-thumb): Unconditionally accept an existing file.
13612 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13613 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13614 (thumbs-show-thumbs-list): Error if images not supported.
13615 (thumbs-save-current-image): Improve prompt string.
13616 (thumbs-mode-map): Define u, R, x.
13617 (thumbs-unmark): New command.
13618 (thumbs-emboss-image): Minor cleanup.
13619 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13620 (thumbs-rename-images): New command.
13621 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13622
13623 * thumbs.el (thumbs-current-image): New function.
13624 (thumbs-file-list, thumbs-file-alist): New functions.
13625 (thumbs-find-image): Delete arg L.
13626 Don't set up thumbs-fileL as buffer-local global var.
13627 (thumbs-find-image-at-point): Use thumbs-current-image.
13628 (thumbs-set-image-at-point-to-root-window): Likewise.
13629 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13630 Record and warn about errors. Update thumbs-markedL for deletions.
13631 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13632 (thumbs-redraw-buffer): Use thumbs-file-list.
13633 (thumbs-mark): Use thumbs-current-image.
13634 (thumbs-show-name): Use thumbs-current-image.
13635
13636 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13637 and imenu--last-menubar-index-alist.
13638
13639 * subr.el (with-selected-window): Undo previous change.
13640
13641 2004-05-29 John Paul Wallington <jpw@gnu.org>
13642
13643 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13644 (thumbs-mouse-find-image): New command.
13645 (thumbs-mode-map): Bind it to mouse-2.
13646 (thumbs-mode): Make mode-class special.
13647 (thumbs-view-image-mode): Likewise.
13648
13649 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13650
13651 * flymake.el: New file.
13652
13653 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13654
13655 * files.el (find-file-noselect-1): Do not bind
13656 `inhibit-read-only' to t during execution of
13657 `find-file-not-found-functions'.
13658
13659 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13660
13661 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13662 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13663
13664 2004-05-28 Juri Linkov <juri@jurta.org>
13665
13666 * simple.el (eval-expression-print-format): New fun.
13667
13668 * simple.el (eval-expression):
13669 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13670 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13671 (edebug-eval-expression): Print additionally the value returned by
13672 `eval-expression-print-format'.
13673
13674 * emacs-lisp/lisp.el (insert-pair-alist): New var.
13675 (insert-pair): Make arguments optional. Find character pair
13676 from `insert-pair-alist' according to the last input event.
13677 (insert-parentheses): Make arguments optional.
13678 (raise-sexp, delete-pair): New funs.
13679
13680 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13681 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13682 Bind C-M-q to `indent-pp-sexp'.
13683
13684 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13685 `pp-to-string' modified to be able to format text with newlines.
13686 (pp-to-string): Move the buffer-formatting part of the code to
13687 `pp-buffer'. Call `pp-buffer'.
13688
13689 * info.el (Info-desktop-buffer-misc-data): Don't save information
13690 about virtual files.
13691 (Info-restore-desktop-buffer): Restore Info buffers in prepared
13692 buffers with names obtained from the desktop file instead of the
13693 default *info* buffer.
13694
13695 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13696
13697 * subr.el (with-selected-window): Only save/restore the selected window.
13698
13699 * progmodes/compile.el (compilation-error-regexp-alist):
13700 Use expand-file-name and data-directory.
13701
13702 * progmodes/grep.el (grep-tree): Rework previous fix.
13703
13704 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
13705 after the user marked text with the mouse.
13706
13707 * startup.el (command-line): Keep the first regexp of
13708 auto-save-file-name-transforms intact.
13709
13710 2004-05-28 Juanma Barranquero <lektu@terra.es>
13711
13712 * cus-edit.el (customize-face, customize-face-other-window)
13713 (custom-face-edit-delete): Make arguments match their use in
13714 docstring.
13715 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
13716 docstring.
13717
13718 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
13719 not `cvs-butlast'.
13720
13721 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
13722 `nbutlast' are in subr.el).
13723
13724 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
13725 (set-w32-system-coding-system): Doc fixes.
13726
13727 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
13728 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
13729 Make arguments match their use in docstring.
13730 (artist-draw-region-trim-line-endings)
13731 (artist-mouse-choose-operation): Fix typo in docstring.
13732 (artist-key-set-point-common): Doc fix.
13733
13734 2004-05-28 Simon Josefsson <jas@extundo.com>
13735
13736 * mail/smtpmail.el (smtpmail-open-stream):
13737 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
13738
13739 2004-05-26 Simon Josefsson <jas@extundo.com>
13740
13741 * starttls.el: Merge with my GNUTLS based starttls.el.
13742 (starttls-gnutls-program, starttls-use-gnutls)
13743 (starttls-extra-arguments, starttls-process-connection-type)
13744 (starttls-connect, starttls-failure, starttls-success): New variables.
13745 (starttls-program, starttls-extra-args): Doc fix.
13746 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
13747 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
13748 and pass on to corresponding *-gnutls function if it is set.
13749
13750 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
13751
13752 * autorevert.el (auto-revert-handler): Disable auto-reverting of
13753 remote files.
13754
13755 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
13756
13757 * files.el (file-name-non-special): There are more operations
13758 which need handling: `find-backup-file-name',
13759 `insert-file-contents', `verify-visited-file-modtime',
13760 `write-region'. Rename t value of method to `add'. Add new
13761 methods `quote' and `unquote-then-quote' to file-arg-indices.
13762
13763 2004-05-25 Juri Linkov <juri@jurta.org>
13764
13765 * info.el (Info-toc): Call Info-mode on intermediate buffer.
13766 (Info-index-nodes): Enclose code in condition-case to catch errors.
13767 (Info-index-node): Don't search all index nodes if request is only
13768 for the current node and file is not in the cache of index nodes.
13769 (Info-mode-map): Bind Info-copy-current-node-name to `w'
13770 for consistency with dired-copy-filename-as-kill.
13771 Bind `S' to Info-search-case-sensitively.
13772 (Info-copy-current-node-name): New arg. With zero prefix arg put
13773 the name inside a function call to `info'. Display copied text in
13774 the echo area.
13775
13776 2004-05-25 Sam Steingold <sds@gnu.org>
13777
13778 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
13779 strip the package prefix from the symbol name, if any.
13780 Make it the `find-tag-default-function' for `lisp-mode'.
13781
13782 2004-05-25 John Paul Wallington <jpw@gnu.org>
13783
13784 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
13785 instead of obsolete `process-kill-without-query'.
13786
13787 * textmodes/texinfmt.el (texinfo-indexvar-alist):
13788 Declare as variable, not constant.
13789
13790 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
13791
13792 * files.el (find-file-noselect-1): Fix bug introduced by
13793 Revision 1.694. As a side effect, `inhibit-read-only'
13794 is again, by default, t during execution of
13795 `find-file-not-found-functions'.
13796 (insert-directory): Check that lines were really inserted by
13797 the --dired switch, before erasing them.
13798
13799 2004-05-24 Nick Roberts <nickrob@gnu.org>
13800
13801 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
13802 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
13803 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
13804 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
13805 gud-minor-mode (gdbmi).
13806
13807 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
13808
13809 * net/browse-url.el (browse-url-interactive-arg): Enable user to
13810 explicitly select the text to be taken as URL.
13811
13812 2004-05-23 Juri Linkov <juri@jurta.org>
13813
13814 * info.el (Info-index-nodes): New var and fun.
13815 (Info-goto-index, Info-index, info-apropos)
13816 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
13817 (Info-index): Fix docstring. Store and restore Info-history-list.
13818 (Info-complete-nodes): New var.
13819 (Info-complete-menu-item): Use it.
13820 (Info-index-node): New fun.
13821 (Info-final-node, Info-forward-node, Info-backward-node)
13822 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
13823 Use Info-index-node.
13824 (Info-extract-menu-item, Info-extract-menu-counting): Set second
13825 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
13826 (Info-find-node-2): If a node with period in its name not found,
13827 try to find a node without the name part after period.
13828 (Info-select-node): Call Info-fontify-node only if
13829 Info-fontify-maximum-menu-size is not nil.
13830 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
13831 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
13832 Preserve Info-history-list.
13833 (Info-toc): Set Info-current-file.
13834 (Info-build-toc): Move point to the beginning of the buffer.
13835 Add main-file variable.
13836 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
13837 Use backslashed representation of the control character ^_.
13838
13839 * textmodes/texinfmt.el (texinfo-print-index): Print index line
13840 numbers in the new Texinfo 4.7 format.
13841
13842 * add-log.el (change-log-font-lock-keywords): Remove `:' from
13843 regexps for function and variable names.
13844
13845 * descr-text.el (describe-property-list): Add [show] button for
13846 `syntax-table' property with action to pp to a separate buffer.
13847 (describe-char): Replace search-forward by re-search-forward with
13848 whitespace regexp after "character:" to not fail in too narrow windows.
13849
13850 * simple.el (next-error-find-buffer): Add a rule to return
13851 next-error capable buffer if one window on the selected frame
13852 displays such buffer.
13853
13854 2004-05-23 Nick Roberts <nickrob@gnu.org>
13855
13856 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
13857 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
13858 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
13859 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
13860 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
13861 Handle new value for gud-minor-mode (gdbmi).
13862 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
13863 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
13864 Change from local to global gdb variable set.
13865 (gdb-ann3): Initialise above gdb variable set.
13866 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
13867 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
13868 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
13869 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
13870 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
13871 (gdb-info-locals-handler, gdb-invalidate-assembler)
13872 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
13873 set as global variables.
13874 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
13875 Handle gdbmi.
13876 (gdb-info-breakpoints-custom): Fix regexp.
13877 (def-gdb-var): Delete.
13878
13879 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
13880 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
13881 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
13882 a new mode. The file (gdb-mi.el) for this mode will be included
13883 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
13884 primary interface.
13885
13886 2004-05-23 Jesper Harder <harder@ifa.au.dk>
13887
13888 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
13889 interpreted as a directory.
13890
13891 2004-05-22 Richard M. Stallman <rms@gnu.org>
13892
13893 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
13894 as a close quote.
13895
13896 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
13897
13898 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
13899 Use assoc-string, not assoc-ignore-case.
13900
13901 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
13902
13903 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
13904 If moving back then fwd gets a defun that ends before point,
13905 try again moving fwd then back.
13906
13907 * files.el (file-name-non-special): Allow t in file-arg-indices
13908 to mean requote the return value. Use `identity' as an element
13909 rather than as the whole value.
13910
13911 * gs.el (gs-options): Add -dSAFER. Mark it risky.
13912
13913 2004-05-22 Juanma Barranquero <lektu@terra.es>
13914
13915 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
13916 `help-make-usage'.
13917 (help-highlight-arguments): Skip function name before searching
13918 for arguments.
13919
13920 2004-05-21 Juanma Barranquero <lektu@terra.es>
13921
13922 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
13923 Don't mention in the docstring these arguments meant for
13924 internal (recursive) use only.
13925 (allout-char-spec): Comment out (it's not implemented).
13926 (allout-old-expose-topic, allout-exposure): Fix docstring and add
13927 obsolescence declaration.
13928 (allout-flatten-exposed-to-buffer)
13929 (allout-indented-exposed-to-buffer): Fix typos in docstring.
13930 (my-mark-marker): Doc fix.
13931 (produce-allout-mode-map, allout-sibling-index)
13932 (allout-isearch-expose, allout-distinctive-bullet)
13933 (allout-open-topic, allout-reindent-body)
13934 (allout-rebullet-heading, allout-process-exposed)
13935 (allout-insert-listified, allout-latex-verb-quote)
13936 (allout-insert-latex-header, allout-insert-latex-trailer):
13937 Make arguments match their use in docstring.
13938 (allout-primary-bullet, allout-old-style-prefixes)
13939 (allout-inhibit-protection, allout-init, allout-mode)
13940 (allout-before-change-protect, allout-flag-region):
13941 Use "Emacs" instead of "emacs" in docstrings.
13942
13943 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
13944
13945 * international/characters.el: Modify syntax of more characters.
13946
13947 2004-05-21 Masatake YAMATO <jet@gyve.org>
13948
13949 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
13950 (etags-tags-completion-table): Show parsing progress.
13951
13952 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
13953
13954 * locate.el (locate-prompt-for-command): Shorten first line of
13955 docstring.
13956 (locate-mode): Expand docstring and include keymap summary.
13957
13958 * files.el (find-file-noselect-1): Limit the scope of the
13959 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
13960 is, by default, nil during the execution of
13961 `find-file-not-found-functions' and `find-file-hook'.
13962
13963 2004-05-20 Michael Mauger <mmaug@yahoo.com>
13964
13965 * facemenu.el (facemenu-color-name-equal): New function.
13966 (list-colors-display): Use it to compare colors instead of
13967 facemenu-color-equal.
13968
13969 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
13970
13971 * compare-w.el (compare-windows-face): Use min-colors instead of
13972 checking for tty or pc types.
13973
13974 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13975
13976 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
13977 (completion-setup-function): Use with-current-buffer.
13978 Properly save excursion. Simplify.
13979 Don't assume there is necessarily a `mouse-face' property somewhere.
13980
13981 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
13982
13983 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
13984
13985 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
13986 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
13987 Use with-current-buffer.
13988 (byte-goto-log-buffer): Delete.
13989 (byte-compile-log-file): Call compilation-forget-errors.
13990
13991 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
13992
13993 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
13994 output messages into the search result.
13995
13996 2004-05-19 Masatake YAMATO <jet@gyve.org>
13997
13998 * wid-edit.el (widget-radio-button-notify): Revert my last
13999 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14000
14001 2004-05-19 Kenichi Handa <handa@m17n.org>
14002
14003 * international/characters.el: Fix syntax (open/close) of CJK chars.
14004
14005 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14006
14007 * help-mode.el (help-go-back): Don't depend on position of back button.
14008
14009 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14010
14011 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14012 files files don't contain an accidental additional /.
14013
14014 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14015 in source buffer.
14016
14017 2004-05-18 Masatake YAMATO <jet@gyve.org>
14018
14019 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14020 to widget-apply. :action method assumes 2 arguments, not 3.
14021
14022 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14023
14024 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14025 New constants.
14026 (hs-special-modes-alist): Add an f90-mode entry.
14027
14028 2004-05-17 Sam Steingold <sds@gnu.org>
14029
14030 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14031 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14032
14033 2004-05-16 Kim F. Storm <storm@cua.dk>
14034
14035 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14036
14037 2004-05-15 John Wiegley <johnw@newartisans.com>
14038
14039 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14040 (eshell-output-object-to-target): Improve output speed 20% by not
14041 calling `eshell-stringify' if something is already known to be a string.
14042
14043 2004-05-15 Alex Ott <ott@jet.msk.su>
14044
14045 * textmodes/ispell.el (ispell-local-dictionary-alist):
14046 Add windows-1251 to the choice of coding systems.
14047 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14048 encoded in cp1251.
14049
14050 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14051
14052 * progmodes/compile.el (compilation-warning-face)
14053 (compilation-info-face): Use min-colors.
14054
14055 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14056
14057 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14058 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14059 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14060 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14061 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14062 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14063 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14064 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14065 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14066 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14067 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14068 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14069 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14070 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14071
14072 2004-05-15 Kim F. Storm <storm@cua.dk>
14073
14074 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14075 Use it to set triggered-p element of timer.
14076 (timer-event-handler): Set triggered-p element non-nil while running
14077 the timer function.
14078
14079 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14080
14081 * descr-text.el (describe-char-unicode-data)
14082 (describe-char-unicodedata-file): Re-enable the unicode code now that
14083 the licensing issues have been cleared in the unicode-4 license.
14084 (describe-text-properties-1): Remove unused `overlay' var.
14085 (describe-char): Remove unused var `buffer'.
14086
14087 2004-05-14 David Ponce <david@dponce.com>
14088
14089 * tree-widget.el: New file.
14090
14091 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14092
14093 * language/european.el ("Brazilian Portuguese"): Add support for
14094 Brazilian Portuguese.
14095
14096 2004-05-13 John Wiegley <johnw@newartisans.com>
14097
14098 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14099 `recentf-mode' if this variable has been customized to t.
14100
14101 * eshell/esh-test.el (eshell-test): Call the function
14102 `emacs-version' rather than trying to build a custom version string.
14103
14104 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14105
14106 * net/telnet.el (telnet-mode): Use define-derived-mode.
14107 Don't modify the global value of comint-prompt-regexp.
14108
14109 2004-05-13 John Paul Wallington <jpw@gnu.org>
14110
14111 * version.el (emacs-version): Check for `gtk' feature before
14112 `x-toolkit' feature.
14113
14114 2004-05-13 Juanma Barranquero <lektu@terra.es>
14115
14116 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14117 arguments in the docstring, they're used only in recursive calls.
14118
14119 * help-fns.el (help-arg-highlighting-function)
14120 (help-argument-name): Delete.
14121 (help-default-arg-highlight): New function.
14122 (help-do-arg-highlighting): Use it.
14123
14124 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14125
14126 * calendar/appt.el (appt-disp-window):
14127 Use `calendar-set-mode-line' for a centered mode-line.
14128
14129 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14130
14131 * calendar/appt.el (appt-disp-window): Do not split window
14132 excessively when `split-height-threshold' is low.
14133
14134 2004-05-12 Nick Roberts <nickrob@gnu.org>
14135
14136 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14137 kill-buffer-hook here and make it local.
14138 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14139
14140 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14141
14142 * progmodes/compile.el (compilation-set-window-height):
14143 Use save-excursion to protect against misplaced marker.
14144
14145 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14146
14147 * custom.el (defface): Document that type can have value gtk.
14148
14149 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14150
14151 2004-05-12 Kenichi Handa <handa@m17n.org>
14152
14153 * descr-text.el: Require quail at comile time.
14154 (describe-char): If an input method is on and it supports the
14155 character, show how to input it.
14156
14157 * international/quail.el (quail-install-decode-map): Accept a
14158 char-table whose subtype is `quail-decode-map'.
14159 (quail-store-decode-map-key, quail-gen-decode-map1)
14160 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14161 (quail-show-key): New functions.
14162
14163 2004-05-12 Juanma Barranquero <lektu@terra.es>
14164
14165 * generic.el (define-generic-mode): Remove redundant arglist info.
14166
14167 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14168 Make arguments match their use in docstring.
14169 (help-arg-highlighting-function): New variable.
14170 (help-argument-name): Mention it in the docstring.
14171 (help-do-arg-highlight): Use it. Expand regexp to accept also
14172 ARG-xxx and xxx-ARG references.
14173
14174 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14175
14176 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14177 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14178 and "mailto:addr1?to=addr2" equal.
14179
14180 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14181
14182 * man.el (Man-getpage-in-background): Use shell-file-name
14183 and shell-command-switch variables instead of hard-coded values.
14184
14185 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14186
14187 * iimage.el: New file.
14188
14189 2004-05-11 Juanma Barranquero <lektu@terra.es>
14190
14191 * custom.el (custom-initialize-default, defcustom):
14192 Fix typo in docstring.
14193
14194 * files.el (set-visited-file-name, file-expand-wildcards):
14195 Fix docstring.
14196
14197 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14198
14199 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14200
14201 * subr.el (eventp): Be more discriminating with integers.
14202
14203 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14204
14205 * progmodes/compile.el (compile): Add universal prefix arg.
14206 (compilation-error-regexp-alist-alist): Add edg patterns.
14207
14208 2004-05-10 Sam Steingold <sds@gnu.org>
14209
14210 * textmodes/ispell.el (ispell-message):
14211 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14212
14213 2004-05-10 Dave Love <fx@gnu.org>
14214
14215 * progmodes/python.el (help-buffer): Autoload when compiling.
14216 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14217 (run-python): Prepend to any existing PYTHONPATH.
14218
14219 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14220
14221 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14222 for pending breakpoints.
14223
14224 2004-05-10 Richard M. Stallman <rms@gnu.org>
14225
14226 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14227 directly without calling any functions in Rmail.
14228 (unrmail-unprune): Function deleted.
14229
14230 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14231
14232 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14233 C-c C-z binding.
14234
14235 2004-05-10 Kenichi Handa <handa@m17n.org>
14236
14237 * descr-text.el (describe-char): Fix previous change. Don't make
14238 a unibyte character to multibyte in the *Help* buffer.
14239
14240 2004-05-10 Miles Bader <miles@gnu.org>
14241
14242 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14243 buffer an error if the debugger process is actually running.
14244
14245 2004-05-10 Juanma Barranquero <lektu@terra.es>
14246
14247 * help-fns.el (help-argument-name): Default to italic.
14248 (help-highlight-arguments): Return always (usage . doc), even when
14249 usage is nil.
14250
14251 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14252 (define-ibuffer-filter): Add usage info.
14253 (define-ibuffer-op): Add usage info (but CL-style defaults for
14254 keyword args are not shown).
14255
14256 * subr.el (remove-overlays, read-passwd): Fix docstring.
14257 (start-process-shell-command): Fix docstring. Put usage info in a
14258 format usable by `describe-function'.
14259 (open-network-stream, open-network-stream-nowait)
14260 (open-network-stream-server): Fix docstring.
14261
14262 2004-05-09 Jason Rumney <jasonr@gnu.org>
14263
14264 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14265 Only define cp125* if windows-125* is already defined.
14266
14267 * language/korean.el (cp949): Add alias.
14268
14269 * language/chinese.el (cp936, cp950): Add aliases.
14270
14271 * language/japanese.el (cp932): Add alias.
14272
14273 * term/w32-win.el: Require code-pages.
14274
14275 * international/mule-cmds.el (set-locale-environment):
14276 On MS-Windows use ansi code-page for default coding-systems.
14277 Set up paper sizes for Windows 3 letter languages.
14278
14279 * international/code-pages.el (cp932, cp936, cp949, cp950):
14280 Add aliases. Also add cp125* if not already defined.
14281
14282 2004-05-09 Juanma Barranquero <lektu@terra.es>
14283
14284 * help-fns.el (help-highlight-arguments): Don't try to highlight
14285 missing or autoloaded arglists. Accept structured arguments, like
14286 the first ones of `do' and `flet'.
14287
14288 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14289 (cvs-get-marked): Remove redundant arglist info.
14290
14291 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14292 Don't use CL-style default args.
14293
14294 2004-05-08 Andreas Schwab <schwab@suse.de>
14295
14296 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14297
14298 * international/subst-ksc.el: Fix references to utf-translate-cjk
14299 into utf-translate-cjk-mode.
14300 * international/subst-big5.el: Likewise.
14301 * international/subst-gb2312.el: Likewise.
14302 * international/subst-jis.el: Likewise.
14303 * international/utf-16.el: Likewise.
14304 * international/utf-8.el: Likewise.
14305
14306 2004-05-08 John Wiegley <johnw@newartisans.com>
14307
14308 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14309 "virtual buffers" (off by default), which makes it possible to
14310 switch to the "virtual" buffers of recently visited files. When a
14311 buffer name search fails, and this option is on, iswitchb will
14312 look at the list of recently visited files, and permit matching
14313 against those names. When the user hits RET on a match, it will
14314 revisit that file.
14315 (iswitchb-read-buffer): Add two optional arguments, which makes
14316 isearchb.el possible.
14317 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14318 (iswitchb-next-match): Add support for virtual buffers.
14319
14320 * isearchb.el: This module extends iswitchb to provide "as you
14321 type" buffer selection.
14322
14323 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14324 Ignore the read-only property when flyspell highlighting is on.
14325 Not ignoring it leads to a series of confusing errors.
14326 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14327 but also make sure to call flyspell-incorrect-hook.
14328 (flyspell-maybe-correct-transposition): Perform transposition test
14329 by bit twiddling a string, rather than using a temp buffer.
14330 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14331 buffer. This is also the original version of the code, which
14332 could not be checked in before due to a previous lack of
14333 assignment papers. This version has seen heavy usage on my system
14334 for several years now.
14335
14336 * calendar/cal-bahai.el: New file, which adds support for the
14337 Baha'i calendar to Emacs. This calendar is based on a solar year
14338 of 19 months of 19 days, with 4 intercalary days. Each year
14339 begins on March 21, with the calendar starting in 1844.
14340
14341 * calendar/cal-menu.el, calendar/calendar.el
14342 * calendar/diary-lib.el, calendar/holidays.el:
14343 Added support for using cal-bahai.el.
14344
14345 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14346 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14347 function can be used outside of eshell buffers.
14348 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14349
14350 2004-05-08 Juanma Barranquero <lektu@terra.es>
14351
14352 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14353 word constituent so FOO-ARG is not recognized as an arg.
14354 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14355
14356 * simple.el (next-error): Fix typo in docstring.
14357 (open-line): Make argument names match their use in docstring.
14358 (split-line): Fix docstring.
14359
14360 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14361 usable by `describe-function'.
14362 (gensym, gentemp, typep, ignore-errors): Make argument names match
14363 their use in docstring.
14364
14365 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14366 argument to `help-setup-xref'.
14367
14368 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14369
14370 Version 2.0.40 of Tramp released.
14371
14372 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14373 Use symbol-function to invoke functions only known on some Emacs
14374 flavors. This avoids byte-compiler warnings. Reported by Kevin
14375 Scaldeferri <kevin@scaldeferri.com>.
14376 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14377 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14378 consistent with the other tramp-do-* functions.
14379 (tramp-do-copy-or-rename-file): Calls adjusted.
14380 (tramp-process-initial-commands): Avoid liveness check on shell --
14381 we know that it must be alive since we're opening a connection at
14382 this moment.
14383 (tramp-last-cmd): New internal variable.
14384 (tramp-process-echoes): New tunable.
14385 (tramp-send-command): Set tramp-last-cmd.
14386 (tramp-wait-for-output): Delete echo, if applicable.
14387 (tramp-read-passwd): Construct the key for the password cache in a
14388 way that works for multi methods, too.
14389 (tramp-bug): Add backup-directory-alist and
14390 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14391
14392 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14393
14394 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14395
14396 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14397 (tramp-actions-copy-out-of-band): New defcustoms.
14398 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14399 used instead of a synchronous one. Allows password entering.
14400 (tramp-action-out-of-band): New defun.
14401 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14402 Remove restriction with password from doc string.
14403 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14404 `tramp-out-of-band-prompt-regexp',
14405 `tramp-actions-copy-out-of-band', `password-cache' and
14406 `password-cache-expiry'.
14407 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14408 password caching.
14409 (tramp-touch): FILE can be a local file, too.
14410 (TODO): Remove items done.
14411 (tramp-handle-insert-directory): Properly quote file name also if
14412 not full-directory-p. Handle wildcard case. Reported by Andreas
14413 Schwab <schwab@suse.de>.
14414 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14415 new file.
14416 (tramp-handle-file-local-copy, tramp-handle-write-region):
14417 The permissions of the temporary file are set if filename exists.
14418 Reported by Ted Stern <stern@cray.com>.
14419 (tramp-backup-directory-alist)
14420 (tramp-bkup-backup-directory-info): New defcustoms.
14421 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14422 (tramp-handle-find-backup-file-name): New function.
14423 Implements Tramp's find-backup-file-name.
14424
14425 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14426 for `find-backup-file-name'.
14427
14428 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14429 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14430
14431 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14432
14433 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14434
14435 2004-05-07 Juanma Barranquero <lektu@terra.es>
14436
14437 * subr.el (lambda): Add arglist description to docstring.
14438 (declare): Fix typo in docstring.
14439 (open-network-stream): Fix docstring.
14440 (process-kill-without-query): Fix docstring and add obsolescence info.
14441 (last, butlast, nbutlast): Make arguments match their use in docstring.
14442 (insert-buffer-substring-no-properties): Likewise.
14443 (insert-buffer-substring-as-yank): Likewise.
14444 (split-string): Fix docstring.
14445
14446 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14447 Make argument names match their use in docstring.
14448
14449 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14450
14451 2004-05-06 Nick Roberts <nickrob@gnu.org>
14452
14453 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14454 Fit first sentence on one line for apropos-command.
14455
14456 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14457
14458 Changes largely merged in from Dave Love's code.
14459 * progmodes/python.el: Doc fixes.
14460 (python-mode-map): Add python-complete-symbol.
14461 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14462 (python-comment-indent, python-complete-symbol)
14463 (python-symbol-completions, python-partial-symbol)
14464 (python-try-complete): New.
14465 (python-indent-line): Remove optional arg. Use python-block-end-p.
14466 (python-check): Bind compilation-error-regexp-alist.
14467 (inferior-python-mode): Use rx. Move keybindings to top level.
14468 Set comint-input-filter.
14469 (python-preoutput-filter): Use rx.
14470 (python-input-filter): Re-introduce.
14471 (python-proc): Start new process if necessary.
14472 Check python-buffer non-nil.
14473 (view-return-to-alist): Defvar.
14474 (python-send-receive): New.
14475 (python-eldoc-function): Use it.
14476 (python-mode-running): Don't defvar.
14477 (python-mode): Set comment-indent-function.
14478 Maybe update hippie-expand-try-functions-list.
14479 (python-indentation-levels): Initialize differently.
14480 (python-block-end-p): New.
14481 (python-indent-line): Use it.
14482 (python-compilation-regexp-alist): Augment.
14483 (run-python): Import `emacs' module to Python rather than loading
14484 code directly. Set python-buffer differently.
14485 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14486 Use python-proc.
14487 (python-send-command): Go to end of comint buffer.
14488 (python-load-file): Use python-proc, emacs.eimport.
14489 (python-describe-symbol): Simplify interactive form.
14490 Use emacs.help. Do use temp-buffer-show-hook.
14491 Call print-help-return-message.
14492 (hippie-exp): Require when compiling.
14493 (python-preoutput-continuation): Use rx.
14494
14495 * diff-mode.el (diff-make-unified): Fix regexp.
14496
14497 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14498
14499 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14500 filter groups from the buffer when rebuilding the Ibuffer buffer
14501 and `ibuffer-show-empty-filter-groups' is nil.
14502
14503 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14504
14505 * ps-print.el (ps-print-quote): Call ps-value-string.
14506 (ps-setup): Call ps-comment-string.
14507 (ps-value-string, ps-comment-string): New funs.
14508
14509 2004-05-06 Juanma Barranquero <lektu@terra.es>
14510
14511 * ehelp.el (electric-help-command-loop): Check whether the last
14512 character is visible, not (point-max).
14513
14514 * help-fns.el (help-argument-name): Default to bold; don't inherit
14515 from font-lock-variable-name-face.
14516 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14517
14518 2004-05-05 Kenichi Handa <handa@m17n.org>
14519
14520 * descr-text.el (describe-char): Copy the character with text
14521 properties and overlays into the first line, and call
14522 describe-text-properties on it.
14523
14524 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14525
14526 * iswitchb.el (iswitchb-global-map): Fix typo.
14527 Remove unwanted ###autoloads from source file.
14528
14529 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14530
14531 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14532 in run-hooks. Use substitute-command-keys in message.
14533 (wdired-abort-changes): Add message.
14534
14535 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14536
14537 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14538 (sql-emacs20-p): Remove.
14539 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14540 (sql-builtin-face, sql-doc-face): Remove.
14541 (sql-mode-ansi-font-lock-keywords)
14542 (sql-mode-oracle-font-lock-keywords)
14543 (sql-mode-postgres-font-lock-keywords)
14544 (sql-mode-linter-font-lock-keywords)
14545 (sql-mode-ms-font-lock-keywords)
14546 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14547 (sql-product-font-lock): Fix font-lock reset when font rules change.
14548 (sql-highlight-product): Remove incorrect font-lock reset logic.
14549
14550 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14551
14552 * ses.el (ses-set-parameter): Fix typo.
14553
14554 2004-05-04 Kim F. Storm <storm@cua.dk>
14555
14556 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14557 Must expand directory for completion to work; and don't mess with
14558 process-environment.
14559 (ido-read-file-name): If command has ido property, don't use ido
14560 if value is ignore, or read as directory if value is dir.
14561 Set ido ignore property for dired-do-rename command.
14562
14563 2004-05-04 Juanma Barranquero <lektu@terra.es>
14564
14565 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14566 (electric-help-help): Check against unmapped commands.
14567
14568 * help-fns.el (help-argument-name): New face, inheriting from
14569 font-lock-variable-name-face, to highlight function arguments in
14570 `describe-function' and `describe-key'.
14571 (help-do-arg-highlight): Auxiliary function to highlight a given
14572 list of arguments in a string.
14573 (help-highlight-arguments): Highlight the function arguments and
14574 all uses of them in the docstring.
14575 (describe-function-1): Use it. Do docstring output via `insert',
14576 not 'princ', so text attributes are preserved.
14577
14578 * winner.el (winner-mode-map): Move `winner-undo' and
14579 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14580 previous bindings conflict with `prev-buffer', `next-buffer').
14581
14582 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14583
14584 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14585 (bibtex-entry-update): New command bound to C-c C-u.
14586 (bibtex-text-in-string): Fix regexp.
14587 (bibtex-assoc-of-regexp): Remove.
14588 (bibtex-progress-message): Fix docstring.
14589 (bibtex-inside-field): Use if.
14590 (bibtex-assoc-regexp): New function.
14591 (bibtex-format-entry): Make code more robust so that it formats
14592 also old entries.
14593 (bibtex-autokey-demangle-title): Merge with obsolete function
14594 bibtex-assoc-of-regexp.
14595 (bibtex-field-list): New function.
14596 (bibtex-entry): Use bibtex-field-list.
14597 (bibtex-parse-entry): Fix docstring.
14598 (bibtex-print-help-message): Use bibtex-field-list.
14599 (bibtex-make-field): Use bibtex-field-list.
14600 (bibtex-entry-index): Bugfix. Return crossref key if required.
14601 (bibtex-lessp): Fix docstring.
14602
14603 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14604
14605 * select.el (xselect-convert-to-string): Move comment to intended line.
14606
14607 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14608
14609 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14610 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14611
14612 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14613
14614 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14615 x-get-selection.
14616
14617 2004-05-03 Jason Rumney <jasonr@gnu.org>
14618
14619 * makefile.nt: Remove.
14620
14621 2004-05-03 Kim F. Storm <storm@cua.dk>
14622
14623 * emulation/cua-base.el (cua--update-indications): Fix last change.
14624 (cua-mode): Deactivate mark when cua-mode is enabled.
14625
14626 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14627
14628 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14629
14630 2004-05-03 Nick Roberts <nickrob@gnu.org>
14631
14632 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14633 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14634 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14635 window over visible frames.
14636 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14637
14638 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14639
14640 * progmodes/compile.el (compilation-gcpro): New var.
14641 (compilation-fake-loc): Use it.
14642 (compilation-forget-errors): Reset it.
14643
14644 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14645
14646 * diff-mode.el (diff-header-face, diff-file-header-face):
14647 Use min-colors.
14648
14649 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14650
14651 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14652 (bibtex-clean-entry): Disentangle code.
14653 (bibtex-realign): New function.
14654 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14655 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14656 Remove undocumented optional arg called-by-convert-alien.
14657 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14658 for sorting instead of bibtex-sort-buffer.
14659
14660 2004-05-02 Eli Zaretskii <eliz@gnu.org>
14661
14662 * progmodes/compile.el (compilation-start): In the
14663 no-async-subprocesses branch, call sit-for to give redisplay a
14664 chance to show the updated process status in the mode line, and
14665 fontify the buffer explicitly after the process exits.
14666
14667 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14668
14669 * progmodes/python.el (python-compilation-line-number): Remove.
14670 (python-compilation-regexp-alist): Don't use it any more.
14671 (python-orig-start, python-input-filter): Remove.
14672 (inferior-python-mode): Don't set up comint-input-filter-functions.
14673 (python-send-region): Use compilation-fake-loc.
14674
14675 * progmodes/compile.el (compilation-messages-start): New var.
14676 (compilation-mode): Don't setup next-error-function here.
14677 (compilation-setup): Set it up here instead (for minor modes as well).
14678 Make compilation-messages-start buffer local.
14679 (compilation-next-error-function): Use it.
14680 (compilation-forget-errors): Set compilation-messages-start.
14681
14682 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
14683
14684 * ielm.el (ielm-prompt-read-only): Update docstring.
14685
14686 * comint.el (comint-prompt-read-only): Update docstring.
14687 (comint-update-fence, comint-kill-whole-line)
14688 (comint-kill-region): New functions.
14689
14690 * simple.el (kill-whole-line): Use "p" instead of "P" in
14691 interactive form.
14692
14693 2004-05-01 Juanma Barranquero <lektu@terra.es>
14694
14695 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
14696 format arglist so default values in CL-style argument lists are
14697 correctly shown.
14698
14699 2004-05-01 Jason Rumney <jasonr@gnu.org>
14700
14701 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
14702
14703 2004-05-01 Kenichi Handa <handa@m17n.org>
14704
14705 * international/titdic-cnv.el (miscdic-convert): Don't generate a
14706 quail file if it is up to date.
14707
14708 2004-04-30 Juri Linkov <juri@jurta.org>
14709
14710 * cus-edit.el (custom-mode-map):
14711 Add key binding `C-x C-s' to `Custom-save'.
14712
14713 * outline.el (outline-blank-line): New var.
14714 (outline-next-preface, outline-show-heading)
14715 (outline-end-of-subtree): Use it.
14716
14717 * dired-aux.el (dired-touch-initial): New fun.
14718 (dired-do-chxxx): Call it for op-symbol `touch'.
14719 (dired-diff): Use `dired-dwim-target-directory'
14720 if current dired buffer has no buffer mark.
14721
14722 * bindings.el (propertized-buffer-identification):
14723 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
14724 Add C-M-arrow keys for consistency.
14725
14726 * files.el (confirm-kill-emacs):
14727 Change group from top-level `emacs' to `convenience'.
14728
14729 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14730 Push mark on the first call of successive command calls.
14731 (insert-pair): New fun created from `insert-parentheses' with
14732 `open' and `close' arguments added. Enclose active regions
14733 in paired characters. Compare adjacent characters syntax with
14734 inserted characters syntax before inserting a space.
14735 (insert-parentheses): Call `insert-pair' with ?\( ?\).
14736
14737 * delsel.el: Don't put `delete-selection' property
14738 on `insert-parentheses' symbol to take advantage of
14739 region handling in `insert-pair' function.
14740 Suggested by Stephan Stahl <stahl@eos.franken.de>.
14741
14742 2004-04-30 Kim F. Storm <storm@cua.dk>
14743
14744 * emulation/cua-base.el: Add support for changing cursor types;
14745 based on patch from Michael Mauger.
14746 (cua-normal-cursor-color, cua-read-only-cursor-color)
14747 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
14748 Customization cursor type and/or cursor color.
14749 (cua--update-indications): Handle cursor type changes.
14750 (cua-mode): Update cursor indications if enabled.
14751
14752 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
14753
14754 * mouse.el (mouse-drag-copy-region): New defcustom.
14755 (mouse-set-region, mouse-drag-region-1): Use it.
14756
14757 * simple.el (kill-ring-save): If region face background color is
14758 unspecified (if no highlighting), show extent of fully visible
14759 region even if transient-mark-mode is enabled.
14760
14761 * emulation/cua-base.el (cua--standard-movement-commands):
14762 Add cua-scroll-up and cua-scroll-down.
14763 (cua-scroll-up, cua-scroll-down): New commands.
14764 (cua--init-keymaps): Remap scroll-up and scroll-down.
14765
14766 * emulation/cua-rect.el (cua--convert-rectangle-as):
14767 New defmacro.
14768 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
14769 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
14770 New commands (suggested by Jordan Breeding).
14771
14772 2004-04-30 Juanma Barranquero <lektu@terra.es>
14773
14774 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
14775
14776 2004-04-30 Mario Lang <mlang@delysid.org>
14777
14778 * diff.el (diff-switches): Fix typo in docstring.
14779
14780 2004-04-30 Alex Schroeder <alex@gnu.org>
14781
14782 * xml.el (xml-debug-print-internal): Don't add newline and
14783 indentation to text nodes and write empty elements as empty tags
14784 instead of opening and closing tags.
14785 (xml-debug-print): Take optional indent-string argument.
14786 (xml-print): Alias for xml-debug-print.
14787
14788 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14789
14790 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
14791 than duplicate call to `line-beginning-position'.
14792
14793 * progmodes/f90.el (f90-get-present-comment-type):
14794 Return whitespace, as well as comment chars, for consistent filling
14795 of comment blocks. Use `match-string-no-properties'.
14796 (f90-break-line): Trim trailing whitespace when filling comments.
14797
14798 2004-04-30 Dave Love <fx@gnu.org>
14799
14800 * calendar/diary-lib.el (diary-outlook-formats): New variable.
14801 (diary-from-outlook-internal, diary-from-outlook)
14802 (diary-from-outlook-gnus, diary-from-outlook-rmail):
14803 New functions to import diary entries from Outlook-format
14804 appointments in mail messages.
14805
14806 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14807
14808 * progmodes/python.el (python-send-command): New fun.
14809 (python-send-region, python-load-file): Use it.
14810
14811 * progmodes/compile.el (compilation-last-buffer): Add var alias.
14812
14813 * help-fns.el (help-C-file-name): Use new subr-name.
14814 Prepend `src/' to the file name.
14815 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
14816 (describe-function-1, describe-variable): Only find a C source file
14817 name if DOC is already loaded.
14818
14819 * help-mode.el (help-function-def, help-variable-def):
14820 Use the new find-function-search-for-symbol functionality.
14821 Allow FILE to be `C-source'.
14822
14823 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
14824 (find-function-C-source): New fun.
14825 (find-function-search-for-symbol): Use it.
14826
14827 2004-03-29 Michael Mauger <mmaug@yahoo.com>
14828
14829 * progmodes/sql.el (sql-product-alist): Rename variable
14830 `sql-product-support'. Add Postgres login parameters.
14831 (sql-set-product, sql-product-feature): Update with renamed variable.
14832 (sql-connect-postgres): Add username prompt.
14833 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
14834 Make patterns less product specific.
14835 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
14836 (sql-mode-abbrev-table): Modify initialization.
14837 (sql-builtin-face): Add variable.
14838 (sql-keywords-re): Add macro.
14839 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
14840 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
14841 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
14842 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
14843 (sql-mode-linter-font-lock-keywords)
14844 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
14845 (sql-mode-sybase-font-lock-keywords)
14846 (sql-mode-informix-font-lock-keywords)
14847 (sql-mode-interbase-font-lock-keywords)
14848 (sql-mode-ingres-font-lock-keywords)
14849 (sql-mode-solid-font-lock-keywords)
14850 (sql-mode-sqlite-font-lock-keywords)
14851 (sql-mode-db2-font-lock-keywords): Default to nil.
14852 (sql-product-font-lock): Always highlight ANSI keywords.
14853 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
14854 (sql-send-string): Add function.
14855
14856 2004-04-29 Dave Love <fx@gnu.org>
14857
14858 * progmodes/cfengine.el (cfengine-beginning-of-defun)
14859 (cfengine-end-of-defun): Ensure progress through buffer.
14860
14861 * info-look.el (cfengine-mode): Accept a terminal ().
14862
14863 2004-04-29 Juri Linkov <juri@jurta.org>
14864
14865 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
14866 instead of isearch-yank-word-or-char. Add new key bindings for
14867 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
14868 (isearch-del-char): New fun.
14869 (isearch-forward, isearch-edit-string): Update docstring.
14870 (isearch-yank-char): Doc fix.
14871 (isearch-other-meta-char): Restore point after scrolling.
14872
14873 * progmodes/compile.el (compilation-context-lines): Add nil option
14874 to disable compilation output window scrolling.
14875 (compilation-set-window): Use it.
14876
14877 * outline.el (outline-next-preface, outline-show-heading):
14878 Don't leave unhidden blank line before heading.
14879 (outline-end-of-subtree): Include last newline into subtree.
14880 (hide-entry): Leave point at beginning of heading instead of end.
14881 (outline-up-heading): Push mark for the first call of successive
14882 command calls.
14883
14884 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
14885
14886 * comint.el (comint-prompt-read-only): New variable.
14887 (comint-output-filter): Implement it.
14888
14889 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
14890 (ielm-prompt-internal): New variable.
14891 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
14892 (ielm-send-input): Delete unused variable `buf'.
14893 (ielm-eval-input): Use `ielm-prompt-internal'.
14894 (inferior-emacs-lisp-mode): Use new variables
14895 `comint-prompt-read-only' and `ielm-prompt-internal'.
14896 Get rid of obsolete variable `directory-sep-char'.
14897 (ielm): Use `zerop'.
14898
14899 2004-04-29 John Paul Wallington <jpw@gnu.org>
14900
14901 * thumbs.el (toplevel): Require cl at compile time.
14902 Remove conditional definitions of `ignore-errors' and `caddar'
14903 because they occur at run time.
14904
14905 2004-04-28 Nick Roberts <nickrob@gnu.org>
14906
14907 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
14908 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
14909 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
14910 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
14911
14912 * progmodes/gud.el (gud-common-init): Throw an error if program is
14913 already running under gdb.
14914
14915 2004-04-28 John Paul Wallington <jpw@gnu.org>
14916
14917 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
14918 (thumbs-show-image-num): Move assignment of
14919 `thumbs-current-image-filename' within scope of `i'.
14920 (thumbs-emboss-image): Don't use `evenp'.
14921
14922 2004-04-28 Richard M. Stallman <rms@gnu.org>
14923
14924 * progmodes/compile.el (compilation-context-lines): Default now 0.
14925
14926 2004-04-28 Juanma Barranquero <lektu@terra.es>
14927
14928 Use `time-less-p' from calendar/time-date.el instead of defining
14929 custom versions of it.
14930
14931 * pcomplete.el (pcomplete-time-less-p): Remove.
14932
14933 * thumbs.el (time-less-p): Remove.
14934
14935 * calendar/timeclock.el (timeclock-time-less-p): Remove.
14936 (timeclock-generate-report): Use `time-less-p'.
14937
14938 * emacs-lisp/autoload.el (autoload-before-p): Remove.
14939 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
14940
14941 2004-04-28 Masatake YAMATO <jet@gyve.org>
14942
14943 * subr.el (remove-overlays): Make arguments optional.
14944
14945 * wid-edit.el (widget-specify-button): Put evaporate to the
14946 overlay for sample.
14947 (widget-specify-sample): Put evaporate to the overlay for sample.
14948 (widget-specify-doc): Put evaporate to the overlay for documentation.
14949
14950 2004-04-27 Jesper Harder <harder@ifa.au.dk>
14951
14952 * info.el (info-apropos): Make it an index node. Align node names
14953 like makeinfo.
14954
14955 2004-04-27 Eli Zaretskii <eliz@gnu.org>
14956
14957 * net/browse-url.el (browse-url-netscape-sentinel)
14958 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
14959 (browse-url-epiphany-sentinel, browse-url-mosaic):
14960 Use browse-url-*-program instead of a literal program name.
14961
14962 2004-04-27 Kevin Ryde <user42@zip.com.au>
14963
14964 * eshell/em-alias.el:
14965 * eshell/em-dirs.el:
14966 * eshell/em-hist.el:
14967 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
14968 features when M-x customize-group loads modules before the main
14969 eshell.el.
14970
14971 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
14972
14973 * subr.el (momentary-string-display): Support EXIT-CHAR that is
14974 either a character representation of an event or an event
14975 description list.
14976
14977 * type-break.el: Capitalise Emacs and Lisp.
14978 (type-break-good-break-interval, type-break-demo-boring-stats)
14979 (type-break-terse-messages, type-break-file-name): New defcustoms.
14980 (type-break-post-command-hook)
14981 (type-break-warning-countdown-string): Quote variable names in doc.
14982 (type-break-interval-start, type-break-auto-save-file-name): New vars.
14983 (type-break-mode): Document type-break-good-break-interval and the
14984 "session" file. Schedule break according to the session file.
14985 Kill session file buffer on exit. Organise for save-some-buffers
14986 to always save the session file.
14987 (type-break-mode-line-message-mode, type-break-query-mode):
14988 Uppercase arguments.
14989 (type-break-file-time, type-break-file-keystroke-count, timep)
14990 (type-break-choose-file, type-break-get-previous-time)
14991 (type-break-get-previous-count): New defuns.
14992 (type-break): Avoid break querying after a completed break in the
14993 case where the query was initiated during user invocation of the
14994 break. Optional terse messages.
14995 Use type-break-good-break-interval if type-break-good-rest-interval is
14996 nil. File the break time.
14997 (type-break-schedule): New optional args for overriding the use of
14998 the current time.
14999 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15000 after a break.
15001 (type-break-check): File the keystroke count.
15002 (type-break-do-query): Prevent a second query when the break is
15003 interrupted. Optional terse message.
15004 (type-break-keystroke-reset): Record the start of a typing interval.
15005 (type-break-demo-boring): Optional terse messages. Display word
15006 per minute and keystroke counts according to
15007 type-break-demo-boring-stats.
15008
15009 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15010
15011 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15012 directories, make sure they exist under archive-tmpdir.
15013
15014 2004-04-27 Juri Linkov <juri@jurta.org>
15015
15016 * help.el (view-emacs-news): With argument, display info for the
15017 selected version by finding it among different NEWS files, and
15018 narrowing the buffer to the selected version.
15019
15020 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15021 same-window-buffer-names.
15022 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15023 non-numeric prefix argument, append the number to the buffer name
15024 for numeric prefix argument.
15025 (info-other-window): Bind same-window-regexps to nil.
15026 (Info-reference-name): Rename to Info-point-loc.
15027 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15028 and Info-find-index-name for stringy Info-point-loc.
15029 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15030 without middle `.', but with final `.' and optional line number
15031 for it. Set Info-point-loc for index nodes.
15032 (Info-index): Remove middle `.' from index entry regexp.
15033 Modify line number regexp.
15034 (Info-index-next): Decrement line number.
15035 (info-apropos): Remove middle `.' from index entry regexp.
15036 Add optional line number regexp at the end. Add matched value
15037 for line number to the result list and insert it to the buffer.
15038 Replace match-string by match-string-no-properties.
15039 Reorder result list.
15040 (Info-fontify-node): Hide index line numbers.
15041 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15042 empty matches.
15043 (Info-follow-reference): Use `str' instead of
15044 Info-following-node-name-re.
15045 (Info-toc): Use full file names. Set Info-current-node to "Top".
15046 (Info-fontify-node): Compare file names without directory name.
15047 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15048 Set second arg of Info-extract-menu-node-name for index nodes.
15049 (info-xref-visited): Use magenta3 instead of magenta4.
15050 (Info-mode): Add info-apropos to docstring.
15051
15052 * log-view.el (log-view-diff): Replace interactive code "r"
15053 by a list to allow to call it even if region is not active.
15054
15055 * paren.el (show-paren-highlight-openparen): New var.
15056 (show-paren-function): Turn on openparen highlighting when
15057 matching forward if show-paren-highlight-openparen is non-nil.
15058
15059 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15060 the constant value 1.
15061 (completions-common-part): Expand docstring.
15062
15063 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15064
15065 2004-04-27 Kim F. Storm <storm@cua.dk>
15066
15067 * image.el (insert-sliced-image): Use line-height instead of
15068 line-spacing property on newline.
15069
15070 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15071
15072 * desktop.el (desktop-buffer-misc-data-function): Rename to
15073 desktop-save-buffer and change docstring.
15074 (desktop-buffer-modes-to-save): Delete.
15075 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15076 desktop-buffer-modes-to-save.
15077 (desktop-save): Rename desktop-buffer-misc-data-function to
15078 desktop-save-buffer and allow non-function value.
15079 (desktop-missing-file-warning): Correct docstring.
15080
15081 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15082 to desktop-save-buffer.
15083
15084 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15085 desktop-save-buffer.
15086
15087 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15088
15089 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15090
15091 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15092
15093 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15094
15095 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15096
15097 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15098 (ielm): Only go to the end of the buffer when starting a new process.
15099
15100 2004-04-25 Juanma Barranquero <lektu@terra.es>
15101
15102 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15103 mode line. Bind `inhibit-read-only' to t before modifying
15104 properties of text in the buffer.
15105 (ielm): Force point to the end of buffer, even when running ielm
15106 from inside itself.
15107
15108 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15109
15110 * info.el (info-apropos): Reset Info-complete-cache.
15111
15112 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15113
15114 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15115 Also recognize severe Irix et al. messages.
15116 (compilation-normalize-filename, compile-abbreviate-directory):
15117 Delete functions.
15118 (compilation-get-file-structure): New function inherits
15119 functionality of the two preceding ones.
15120 (compilation-internal-error-properties, compilation-fake-loc):
15121 Use it so that different paths to the same file share the same
15122 markers. Also optimize finding adjacent marker slightly.
15123
15124 2004-04-25 Kim F. Storm <storm@cua.dk>
15125
15126 * image.el (insert-sliced-image): Add line-spacing t property
15127 to newlines separating image lines.
15128
15129 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15130
15131 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15132
15133 * ielm.el (ielm-prompt-read-only): New user option.
15134 (ielm-prompt): Expand docstring to describe new behavior.
15135 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15136 mention it in the docstring.
15137
15138 2004-04-24 Andreas Schwab <schwab@suse.de>
15139
15140 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15141
15142 * diff.el (diff): Set default-directory in diff buffer.
15143
15144 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15145
15146 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15147 mail was being composed if the terminal cannot display more than
15148 one frame; instead, switch to previous frame.
15149
15150 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15151 (rmail-start-mail): Support rmail-mail-new-frame even on
15152 terminals that can display only one frame at a time.
15153
15154 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15155
15156 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15157 (checkdoc-output-font-lock-keywords): Remove error regexp.
15158 (checkdoc-output-mode-map): Remove.
15159 (checkdoc-output-mode): Derive from compilation-mode.
15160 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15161
15162 * dired.el (dired-mode-map): Add a menu entry for wdired.
15163
15164 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15165 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15166
15167 * wdired.el (wdired-mode-map): Move init into declaration.
15168 Fix `return' binding.
15169 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15170 Use force-mode-line-update.
15171 (wdired-get-filename): Use `unless'.
15172 (wdired-preprocess-files): Don't assume names have no \n and use / for
15173 dir separator.
15174 (wdired-normalize-filename): Use replace-regexp-in-string.
15175 (wdired-load-hooks): Remove.
15176 (wdired-mode-hooks): Rename to wdired-mode-hook.
15177
15178 * info-look.el: Add support for cfengine-mode.
15179 (info-lookup-setup-mode): Use dolist.
15180
15181 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15182
15183 * wdired.el: New file.
15184
15185 2004-04-23 Juanma Barranquero <lektu@terra.es>
15186
15187 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15188
15189 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15190 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15191 (pcomplete--help, pcomplete--here): Doc fixes.
15192
15193 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15194
15195 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15196 handles wrong-number-of-arguments in backend call.
15197
15198 * vc.el (vc-print-log): Likewise.
15199
15200 2004-04-20 Dave Love <fx@gnu.org>
15201
15202 * emacs-lisp/rx.el: Doc fixes.
15203 (rx-constituents): Add/extend many forms.
15204 (rx-check): Check form is a list.
15205 (bracket): Defvar.
15206 (rx-check-any, rx-any, rx-check-not): Modify.
15207 (rx-not): Simplify.
15208 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15209 (rx-kleene): Use rx-trans-forms.
15210 (rx-quote-for-set): Delete.
15211 (rx): Allow multiple args.
15212
15213 2004-04-23 Kenichi Handa <handa@m17n.org>
15214
15215 * international/mule-util.el (char-displayable-p): Simplify by
15216 using internal-char-font.
15217
15218 2004-04-23 Juanma Barranquero <lektu@terra.es>
15219
15220 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15221
15222 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15223
15224 * diff-mode.el (diff-next-error): New fun.
15225 (diff-mode): Use it.
15226
15227 * simple.el (next-error): Change arg name.
15228 Add support for the documented C-u C-x ` usage.
15229
15230 * frame.el (special-display-popup-frame, next-multiframe-window)
15231 (previous-multiframe-window): Only consider frames on same display.
15232
15233 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15234
15235 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15236 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15237
15238 2004-04-22 Kim F. Storm <storm@cua.dk>
15239
15240 * net/telnet.el (telnet): Add optional port arg.
15241
15242 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15243
15244 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15245 Minor sanity check on the `hyperlink' slot.
15246
15247 * Makefile.in (recompile): Compile new files.
15248
15249 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15250 Add byte-recompile-directory's optional `arg'.
15251
15252 * cvs-status.el (cvs-tree-use-charset): New var.
15253 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15254 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15255 (cvs-status-cvstrees): Use it.
15256
15257 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15258 Make it a normal major mode.
15259 (checkdoc-buffer-label): Make sure the file name is meaningful.
15260 (checkdoc-output-to-error-buffer): Remove.
15261 (checkdoc-error, checkdoc-start-section): Rewrite.
15262
15263 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15264 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15265 (Info-title-4-face): Use new syntax.
15266 (info-xref-visited): Inherit from info-xref.
15267
15268 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15269
15270 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15271
15272 * simple.el (next-error-last-buffer, next-error-function):
15273 New variables for the next-error framework.
15274 (next-error-buffer-p): New function.
15275 (next-error-find-buffer): Generalize compilation-find-buffer.
15276 (next-error, previous-error, first-error, next-error-no-select)
15277 (previous-error-no-select): Move from compile.el.
15278
15279 * replace.el (occur-next-error, occur-1): Hook into the next-error
15280 framework.
15281
15282 * progmodes/compile.el (compilation-start):
15283 Set next-error-last-buffer so next-error knows where to jump.
15284 (compilation-setup): Set the buffer-local variable
15285 next-error-function to 'compilation-next-error-function.
15286 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15287 alternate way to find if a buffer is a compilation buffer, for
15288 next-error convenience.
15289 (next-error-no-select, previous-error-no-select, next-error)
15290 (previous-error, first-error): Move to simple.el.
15291 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15292 (compilation-last-buffer): Remove.
15293 (compilation-start, compilation-next-error, compilation-setup)
15294 (compilation-next-error-function, compilation-find-buffer):
15295 Remove compilation-last-buffer use.
15296
15297 2004-04-21 Juanma Barranquero <lektu@terra.es>
15298
15299 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15300 (font-lock-warning-face): Fix spacing.
15301
15302 * makefile.w32-in (WINS): Add url/ directory.
15303
15304 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15305
15306 * desktop.el (desktop-buffer-mode-handlers): New variable.
15307 Alist of major mode specific functions to restore a desktop buffer.
15308 (desktop-buffer-handlers): Make variable obsolete.
15309 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15310 Catch errors signaled in handlers. Update buffer count.
15311 Evaluate desktop-buffer-point.
15312 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15313 move to dired.el.
15314 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15315 move to info.el.
15316 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15317 move to mail/rmail.el.
15318 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15319 to mh-e/mh-e.el.
15320 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15321 On fail, print message (to message buffer) even if
15322 desktop-missing-file-warning is nil.
15323 (desktop-buffer-misc-data-function): New buffer local variable.
15324 Function returning major mode specific data.
15325 (desktop-buffer-misc-functions): Make variable obsolete.
15326 (desktop-save): Use desktop-buffer-misc-data-function.
15327 (desktop-buffer-dired-misc-data): Rename to
15328 dired-desktop-buffer-misc-data and move to dired.el.
15329 (desktop-buffer-info-misc-data): Rename to
15330 Info-desktop-buffer-misc-data and move to info.el.
15331 (desktop-read): Add message about number of buffers restored/failed.
15332
15333 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15334 Add parameters. Pause to display error only when
15335 desktop-missing-file-warning is non-nil.
15336 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15337 (dired-mode): Bind desktop-buffer-misc-data-function.
15338
15339 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15340 Add Parameters.
15341 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15342 (Info-mode): Bind desktop-buffer-misc-data-function.
15343
15344 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15345 Add Parameters.
15346
15347 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15348 Add Parameters.
15349
15350 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15351
15352 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15353 the case of letters in case-insensitive expansions when the
15354 abbrev is preceded by characters with letter syntax.
15355
15356 2004-04-21 Richard M. Stallman <rms@gnu.org>
15357
15358 * progmodes/cperl-mode.el (cperl-putback-char):
15359 Delete Emacs 18 definition.
15360
15361 * international/mule.el (ctext-post-read-conversion):
15362 Use assoc-string, not assoc-ignore-case.
15363
15364 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15365
15366 * emacs-lisp/easymenu.el (easy-menu-add):
15367 Do call x-popup-menu, but only if it's defined.
15368
15369 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15370
15371 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15372 Handle multiple args: compile like progn.
15373
15374 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15375 take all args as &rest arg.
15376
15377 * autoinsert.el (auto-insert-alist): Insert the user's name in
15378 copyright notice, rather than Free Software Foundation.
15379
15380 2004-04-21 Kenichi Handa <handa@m17n.org>
15381
15382 * descr-text.el (describe-char): Make it work on *Help* buffer.
15383
15384 2004-04-21 Kim F. Storm <storm@cua.dk>
15385
15386 * image.el (insert-image): Add optional SLICE arg.
15387 (insert-sliced-image): New defun.
15388
15389 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15390
15391 * subr.el (read-number): Check whether `default' is nil.
15392
15393 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15394
15395 * progmodes/compile.el (compilation-error-properties):
15396 Split into two.
15397 (compilation-internal-error-properties): New one.
15398 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15399
15400 2004-04-20 Richard M. Stallman <rms@gnu.org>
15401
15402 * window.el (split-window-save-restore-data):
15403 Don't update the data if OLD-INFO is nil.
15404
15405 * view.el (view-return-to-alist): Mark it permanent local.
15406
15407 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15408
15409 * recentf.el (recentf-save-list): Catch and warn about errors.
15410
15411 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15412 so "Buffers" won't be pure.
15413
15414 * help-mode.el (help-mode-finish): Set help-return-alist first
15415 thing, setting only the entry for the selected window.
15416
15417 * help-fns.el (describe-function-1): If many non-control non-meta
15418 keys run the command, don't list all of them.
15419
15420 2004-04-20 Juanma Barranquero <lektu@terra.es>
15421
15422 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15423 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15424
15425 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15426
15427 2004-04-20 Kenichi Handa <handa@m17n.org>
15428
15429 * international/quail.el (quail-lookup-key): New optional arg
15430 NOT-RESET-INDICES.
15431 (quail-get-translations): Call quail-lookup-key with
15432 NOT-RESET-INDICES t.
15433 (quail-completion): Likewise.
15434 (quail-lookup-map-and-concat): Likewise.
15435
15436 2004-04-20 Kenichi Handa <handa@m17n.org>
15437
15438 * international/quail.el (quail-update-translation): Don't insert
15439 such an unsupported multibyte char in a unibyte buffer.
15440
15441 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15442
15443 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15444 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15445 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15446 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15447 (gdb-frame-assembler-buffer): Improve behaviour with
15448 multiple frames.
15449 (gdb-display-buffer): Extend search to all visible frames.
15450
15451 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15452
15453 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15454 characters left after base64 decoding.
15455 (rmail-decode-region): Use -dos variety of `coding', to remove any
15456 ^M characters left after qp or base64 decoding.
15457
15458 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15459
15460 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15461 messages.
15462
15463 2004-04-19 Stephen Eglen <stephen@gnu.org>
15464
15465 * add-log.el (add-change-log-entry): Update doc string to mention
15466 add-log-full-name and add-log-mailing-address.
15467
15468 2004-04-18 Juri Linkov <juri@jurta.org>
15469
15470 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15471 (Info-find-node-2): Simplify error message.
15472 (Info-insert-dir): Use Info-following-node-name.
15473 (Info-goto-node): Remove *info-history* and *info-toc*.
15474 (Info-history): Create a node of the virtual history file.
15475 (Info-toc): Create a node of the virtual toc file.
15476 (Info-insert-toc): New arg `curr-file' for reference file names.
15477 (info-apropos): Remove redundant var binding for temp-file.
15478 (Info-index, Info-index-next, Info-mode): Doc fix.
15479 (Info-goto-emacs-command-node): Don't jump to *info* from
15480 non-*info* Info buffers.
15481 (Info-fontify-node): Don't show the file name of external
15482 references if `Info-hide-note-references' is `hide'. Don't hide
15483 newlines at the end of paragraphs.
15484
15485 * international/mule-diag.el (list-input-methods):
15486 Fix args to help-xref-button.
15487
15488 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15489 to put into effect local variables from TUTORIAL files.
15490
15491 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15492 with default value taken from the variable `sentence-end'.
15493 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15494 Add nil const to :type.
15495 (sentence-end-without-period, sentence-end-double-space)
15496 (sentence-end-without-space): Doc fix.
15497
15498 * textmodes/paragraphs.el (forward-sentence):
15499 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15500 (fill-delete-newlines):
15501 * progmodes/cc-cmds.el (c-beginning-of-statement):
15502 Use function `sentence-end' instead of variable `sentence-end'.
15503
15504 2004-04-18 Andreas Schwab <schwab@suse.de>
15505
15506 * progmodes/compile.el (compilation-start): Set window start to
15507 point-min if compilation-scroll-output is nil.
15508
15509 2004-04-18 John Wiegley <johnw@newartisans.com>
15510
15511 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15512
15513 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15514
15515 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15516 (gdb-info-breakpoints-custom): Revert previous change.
15517 (gdb-view-assembler): Update assembler if necessary.
15518 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15519 (gdb-display-source-buffer): Update properly when both source and
15520 assembler are visible.
15521
15522 2004-04-17 John Wiegley <johnw@newartisans.com>
15523
15524 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15525 which limits the number of names shown in the minibuffer. Off by
15526 default.
15527 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15528 up iswitchb for users with a multitude of open buffers by showing
15529 only the first and last N/2 buffers in the completion list (which
15530 is enough to aid C-s/C-r, and to know that more characters are
15531 needed to refine the completion list).
15532
15533 2004-04-17 Richard M. Stallman <rms@gnu.org>
15534
15535 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15536 (file-truename): Expand all ~ constructs directly.
15537 (insert-directory): Delete any error msg output by the
15538 `insert-directory-program'.
15539
15540 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15541 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15542 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15543 (allout-init): Use find-file-hook, not find-file-hooks.
15544 (allout-mode): Eliminate Emacs 18 support.
15545 Use write-contents-functions, not local-write-file-hooks.
15546
15547 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15548
15549 * progmodes/compile.el (compilation-error-properties): Fix for
15550 adding messages when there are already markers for their file.
15551 (compilation-fake-loc): New function.
15552
15553 2004-04-16 Dave Love <fx@gnu.org>
15554
15555 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15556 (python-load-file): Fix python-orig-start setting.
15557
15558 * progmodes/compile.el: Doc fixes.
15559 (compilation-error-regexp-alist-alist)
15560 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15561 (compilation-assq): Wrap in eval-when-compile.
15562 (compilation-mode-font-lock-keywords): Don't use list*.
15563 (compilation-start): Avoid warning.
15564 (compilation-compat-error-properties)
15565 (compilation-directory-properties): Add keymap property.
15566 (compilation-parsing-end): Make it a marker for better compatibility.
15567
15568 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15569
15570 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15571
15572 * xml.el: Doc fixes.
15573 (xml-get-children): Only looks at sub-tags and ignore strings.
15574
15575 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15576
15577 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15578
15579 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15580
15581 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15582
15583 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15584
15585 * vc.el (vc-print-log): Likewise.
15586
15587 2004-04-16 Masatake YAMATO <jet@gyve.org>
15588
15589 * simple.el (completion-setup-function): Set an initial value
15590 to `element-common-end' before entering loop. Set a value
15591 to `element-common-end' at the end of loop.
15592 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15593 (completions-common-part): Rename from completion-de-emphasis.
15594 (completions-first-difference): Rename from completion-emphasis.
15595 Suggested by RMS.
15596
15597 2004-04-16 Juanma Barranquero <lektu@terra.es>
15598
15599 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15600 (bookmark-edit-annotation-mode): Add mode name.
15601
15602 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15603
15604 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15605 for nested conflict markers.
15606 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15607
15608 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15609
15610 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15611
15612 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15613
15614 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15615
15616 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15617 Give a backtrace if requested.
15618
15619 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15620
15621 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15622 Remove unused functions.
15623 (python-orig-start-line, python-orig-file): Remove.
15624 (python-orig-start): New var.
15625 (python-input-filter, python-compilation-line-number)
15626 (python-send-region, python-load-file): Use it.
15627
15628 * info.el (info): Always jump to *info*.
15629
15630 * subr.el (posn-set-point): New function.
15631
15632 * mouse.el (mouse-set-point): Use it.
15633
15634 * progmodes/compile.el (compile-goto-error): Use it.
15635 (compilation-button-map): New keymap.
15636 (compilation-error-properties): Use it.
15637 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15638
15639 * smerge-mode.el (smerge-popup-context-menu): Use it.
15640
15641 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15642 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15643 mouse and non-mouse case.
15644
15645 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15646 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15647
15648 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15649 Make it work for non-mouse events.
15650
15651 * pcvs-info.el (cvs-status-map): Update binding name.
15652
15653 2004-04-14 Mark A. Hershberger <mah@everybody.org>
15654
15655 * xml.el (xml-maybe-do-ns): New function to handle namespace
15656 parsing of both attribute and element names.
15657 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15658 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15659 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15660 (xml-parse-attlist): Make it do its own namespace parsing.
15661
15662 2004-04-14 Dave Love <fx@gnu.org>
15663
15664 * progmodes/python.el (run-python): Fix use of \n.
15665 (python-load-file): Remove `try' from Python fragment.
15666 (python-describe-symbol): Fix message.
15667
15668 * comint.el: Doc fixes.
15669 (comint-last-input-start, comint-last-input-end)
15670 (comint-last-output-start): Give them values.
15671 (comint-arguments): Avoid warning.
15672 (comint-skip-prompt): Use line-end-position.
15673 (comint-backward-matching-input): Rename arg to agree with doc.
15674 (comint-extract-string): Use syntax-ppss.
15675 (comint-dynamic-simple-complete): Delete useless list construction.
15676 (comint-redirect-subvert-readonly): New.
15677 (comint-redirect-preoutput-filter): Use it.
15678
15679 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15680 Correctly handle negative arguments when calling hook functions.
15681
15682 2004-04-14 Jesper Harder <harder@ifa.au.dk>
15683
15684 * info.el (info-apropos): Don't clobber Info-history-list.
15685
15686 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
15687
15688 * progmodes/compile.el (compilation-setup):
15689 Localize overlay-arrow-position.
15690 (compilation-sentinel): Restructure code equivalently.
15691 (compilation-next-error): Find message on same line after point if
15692 not found before point.
15693 (compile-mouse-goto-error): Restore function so that compilation
15694 buffer need not be current and use compile-goto-error.
15695 (compile-goto-error): Restore function.
15696 (next-error): Set overlay-arrow-position.
15697 (compilation-forget-errors): Don't localize already local
15698 compilation-locs and remove FIXME about refontifying.
15699
15700 2004-04-14 Kim F. Storm <storm@cua.dk>
15701
15702 * startup.el (emacs-quick-startup): New defvar (set by -Q).
15703 (command-line): New option -Q. Like -q --no-site-file, but
15704 in addition it also disables menu-bar, tool-bar, scroll-bars,
15705 tool-tips, and the blinking cursor.
15706 (command-line-1): Skip startup screen if -Q.
15707 (fancy-splash-head): Use ":align-to center" prop to center splash image.
15708
15709 * emulation/cua-base.el (cua-read-only-cursor-color)
15710 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
15711
15712 2004-04-13 Dave Love <fx@gnu.org>
15713
15714 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
15715 (syntax): Don't require.
15716 (python) <defgroup>: Add :version.
15717 (python-quote-syntax): Re-written.
15718 (inferior-python-mode): Move stuff here from run-python and add
15719 some more.
15720 (python-preoutput-continuation, python-preoutput-result)
15721 (python-dotty-syntax-table): New.
15722 (python-describe-symbol): Use them.
15723 (run-python): Move stuff to inferior-python-mode. Modify code
15724 loaded into Python.
15725 (python-send-region): Use python-proc, python-send-string.
15726 (python-send-string): Send newlines too. Callers changed.
15727 (python-load-file): Re-written.
15728 (python-eldoc-function): New.
15729 (info-look): Don't require.
15730 (python-after-info-look): New. A modified version of former
15731 top-level code for use with eval-after-load.
15732 (python-maybe-jython, python-guess-indent): Use widened buffer.
15733 (python-fill-paragraph): Re-written.
15734 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
15735 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
15736
15737 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15738
15739 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
15740 Set compilation-error-regexp-alist earlier.
15741
15742 * progmodes/compile.el (compilation-minor-mode-map)
15743 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
15744 (compile-goto-error): Re-merge the mouse and non-mouse commands.
15745
15746 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15747
15748 * progmodes/compile.el (compile-goto-error): Select the buffer/window
15749 corresponding to the event.
15750
15751 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
15752
15753 * loadup.el: Add cygwin to system-type list, for unexec() support.
15754
15755 2004-04-12 John Paul Wallington <jpw@gnu.org>
15756
15757 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
15758 (ibuffer-restore-window-config-on-quit): New variable to replace
15759 `ibuffer-delete-window-on-quit'. Update all references.
15760 (ibuffer-prev-window-config): New variable.
15761 (ibuffer-quit): Restore previous window configuration instead of
15762 deleting window.
15763 (ibuffer): Save window configuration before showing Ibuffer buffer.
15764
15765 * help.el (describe-mode): Doc fix.
15766
15767 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15768
15769 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
15770 not to treat nil as a function.
15771
15772 * vc-arch.el (vc-arch-root): Be a bit more careful.
15773 (vc-arch-register): Save the buffer if we modified it.
15774 (vc-arch-delete-rej-if-obsolete): Save excursion.
15775 (vc-arch-find-file-hook): Use the simpler after-save-hook.
15776 (vc-arch-responsible-p, vc-arch-init-version): New functions.
15777
15778 * net/ldap.el (ldap-search): Use list*.
15779
15780 2004-04-12 Juri Linkov <juri@jurta.org>
15781
15782 * info.el (Info-follow-reference): Allow multiline reference name.
15783
15784 2004-04-11 Dave Love <fx@gnu.org>
15785
15786 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
15787
15788 * progmodes/python.el: New file.
15789
15790 2004-04-11 Andre Spiegel <spiegel@gnu.org>
15791
15792 * vc-hooks.el (vc-arg-list): Function removed.
15793 (vc-default-workfile-unchanged-p): Use condition-case to check for
15794 backward compatibility.
15795
15796 * vc.el (vc-print-log): Use condition-case to check for backward
15797 compatibility.
15798
15799 2004-04-11 Juri Linkov <juri@jurta.org>
15800
15801 * dired.el (dired-faces): New defgroup.
15802 (dired-header, dired-mark, dired-marked, dired-flagged)
15803 (dired-warning, dired-directory, dired-symlink, dired-ignored):
15804 New faces.
15805 (dired-header-face, dired-mark-face, dired-marked-face)
15806 (dired-flagged-face, dired-warning-face, dired-directory-face)
15807 (dired-symlink-face, dired-ignored-face): New face variables.
15808 (dired-font-lock-keywords): Use them instead of font-lock faces.
15809 Split the rule for dired marks into 3 separate rules: for marks,
15810 marked file names and flagged file names.
15811
15812 * help-mode.el (help-make-xrefs): Add a final newline to the
15813 *Help* buffer.
15814
15815 2004-04-11 John Paul Wallington <jpw@gnu.org>
15816
15817 * replace.el (occur-engine): Distinguish between one and several
15818 matches in the matches per buffer heading.
15819
15820 2004-04-11 Kim F. Storm <storm@cua.dk>
15821
15822 * ido.el (ido-confirm-unique-completion): New defcustom.
15823 (ido-complete): Use it.
15824 (ido-write-file): Set it to t unconditionally.
15825
15826 2004-04-10 Miles Bader <miles@gnu.org>
15827
15828 RCS keyword removal (only non-comment changes are enumerated here):
15829
15830 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
15831 (byte-compile-insert-header): Don't use `byte-compile-version'.
15832 * forms.el (forms-version): Variable removed.
15833 (forms-mode): Don't use `forms-version'.
15834 * recentf.el (recentf-version): Variable removed.
15835 * progmodes/delphi.el (delphi-version): Variable removed.
15836 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
15837
15838 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15839
15840 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
15841
15842 2004-04-09 Jesper Harder <harder@ifa.au.dk>
15843
15844 * info.el (info-apropos): Improve menu item regexp.
15845
15846 2004-04-09 Simon Josefsson <jas@extundo.com>
15847
15848 * mail/smtpmail.el: Add comment, based on report by
15849 kdc@rcn.com (Kevin D. Clark).
15850
15851 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15852
15853 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15854 Redo one more thing that I didn't notice Daniel had undone.
15855
15856 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
15857
15858 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
15859 (gdb-goto-breakpoint, gdb-display-buffer)
15860 (gdb-display-source-buffer, gdb-view-source-function)
15861 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
15862 (gdb-source-info, gdb-frame-handler): Don't specify a window
15863 for display.
15864 (gdb-info-breakpoints-custom): Remove superfluous update of
15865 assembler buffer.
15866 (gdb-many-windows): Make settable outside gdb.
15867
15868 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
15869
15870 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
15871 Derive from fundamental-mode rather than text-mode.
15872
15873 2004-04-08 Juri Linkov <juri@jurta.org>
15874
15875 * info.el (Info-history): Doc fix.
15876 (Info-history-list): New var.
15877 (info-xref): Change magenta4 to blue, remove bold for dark and
15878 light backgrounds, change bold to underline for non-color classes.
15879 (info-xref-visited): New face.
15880 (Info-fontify-visited-nodes): New custom.
15881 (Info-hide-note-references): Add new value `hide'. Doc fix.
15882 (Info-reference-name): New var.
15883 (Info-selection-hook): New custom.
15884 (Info-edit-mode-hook): New var.
15885 (Info-find-file): New fun.
15886 (Info-find-node): Move part of code to Info-find-file.
15887 (Info-find-node-2): Add anchors to Info-history-list. Move point
15888 to the place with the reference name if name is defined.
15889 (Info-select-node): Add current node to Info-history-list.
15890 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
15891 (Info-search-whitespace-regexp): New custom.
15892 (Info-search-case-fold): New var.
15893 (Info-search): Add "case-sensitively" to the prompt.
15894 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
15895 (Info-search-case-sensitively, Info-search-next): New fun.
15896 (Info-up): Move point to the menu item of the current node.
15897 (Info-history): New fun. Add *info-history* to
15898 same-window-buffer-names.
15899 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
15900 (Info-insert-toc): New fun.
15901 (Info-build-toc): New fun.
15902 (Info-follow-reference): Add new arg `fork'. Doc fix.
15903 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
15904 with the same name prefer the reference closest to point.
15905 (Info-next-reference): Replace * by + in the *Note regexp.
15906 Add regexp for http:// and ftp://. Skip the *Note prefix.
15907 (Info-prev-reference): Replace * by + in the *Note regexp.
15908 Add regexp for http:// and ftp://. Skip the *Note prefix.
15909 (Info-follow-nearest-node): Add new arg `fork'.
15910 (Info-try-follow-nearest-node): Add new arg `fork'.
15911 Call browse-url for http:// and ftp:// references.
15912 Set Info-reference-name for index entries.
15913 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
15914 Info-search-next, Info-history, Info-toc, clone-buffer.
15915 (Info-menu-update): Replace * by + in the *Note regexp.
15916 (Info-mode): Add documentation for Info-history, Info-toc,
15917 Info-search-case-sensitively, Info-search-next, clone-buffer.
15918 (Info-fontify-menu-headers): Remove fun. Move code to
15919 Info-fontify-node.
15920 (Info-fontify-node): Add docstring. Add local vars
15921 fontify-visited-p and not-fontified-p. If not-fontified-p is t
15922 then fontify header line, titles, menu headers, http and ftp
15923 references, refill paragraphs. If not-fontified-p is t or
15924 fontify-visited-p is t then fontify cross references, menu items.
15925 Fontify menu headers. Fontify http and ftp references.
15926 Change regexp for cross references to require whitespace after *Note,
15927 add matching groups for file and node names. Remove hack for quote.
15928 Use display property for Info-hide-note-references=t. Use fifth
15929 or fourth match for help-echo. Display visited nodes in a
15930 different face. Unhide file names of external references.
15931 Unhide newlines. Display visited menu items in a different face.
15932
15933 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
15934
15935 * progmodes/compile.el: Require CL.
15936 (compilation-mode-font-lock-keywords): Re-install the "line as
15937 function" patch.
15938
15939 * help-fns.el (help-C-source-directory): New var.
15940 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
15941 (describe-function-1, describe-variable): Use them.
15942
15943 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
15944 to C source files specially.
15945
15946 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
15947
15948 * info.el (Info-hide-cookies-node): New function.
15949 (Info-select-node): Use it.
15950 (Info-display-images-node): Remove message with image file name.
15951
15952 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
15953
15954 * progmodes/compile.el (compilation-warning-face)
15955 (compilation-info-face, compilation-skip-threshold)
15956 (compilation-skip-visited, compilation-context-lines):
15957 Declare :version when added to Emacs.
15958 (compilation-error-regexp-alist-alist): Extend caml and irix.
15959 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
15960 (compilation-mode-font-lock-keywords): Temporarily undo line as
15961 function patch, which wasn't ready.
15962
15963 2004-04-07 Kenichi Handa <handa@m17n.org>
15964
15965 * international/latin1-disp.el (latin1-display-setup): Check each
15966 character is displayable or not instead of calling
15967 latin1-display-check-font.
15968
15969 2004-04-06 Kenichi Handa <handa@m17n.org>
15970
15971 * language/ethio-util.el (ethio-sera-being-called-by-w3):
15972 New variable.
15973 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
15974 instead of sera-being-called-by-w3.
15975 (ethio-fidel-to-sera-buffer): Likewise.
15976 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
15977 instead of sera-being-called-by-w3.
15978 (ethio-write-file): Likewise.
15979
15980 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15981
15982 * printing.el: Doc fix.
15983
15984 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
15985
15986 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
15987 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
15988 (gdb-setup-windows): Only use separate IO buffer if required.
15989
15990 2004-04-06 Kim F. Storm <storm@cua.dk>
15991
15992 * term.el (term-is-xemacs): Remove.
15993 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
15994 (term-window-width): New function.
15995 (term-mode, term-check-size): Use it.
15996 (term-mode): Disable overflow-newline-into-fringe in term buffer.
15997
15998 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
15999
16000 * cus-edit.el (custom-add-parent-links): Change unbound variable
16001 `symbol' to `name'.
16002
16003 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16004 * info.el (info-apropos): New function.
16005 (Info-mode-menu): Add it.
16006 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16007
16008 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16009 inherited docstring.
16010
16011 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16012
16013 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16014
16015 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16016
16017 * progmodes/compile.el (font-lock): Don't require any more.
16018 (compilation-error-properties, compilation-start, compilation-sentinel)
16019 (compilation-filter, next-error): Use with-current-buffer.
16020 (compilation-skip-to-next-location, compilation-skip-threshold)
16021 (compilation-skip-visited): Move to silence the byte-compiler.
16022 (compilation-setup): Simplify.
16023 (compilation-next-error): Use line-(beginning|end)-position.
16024 Make sure `pt' is non-nil before using compilation-loop.
16025 (compile-goto-error): Add optional event arg. Use it.
16026 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16027 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16028 Update the binding for mouse-2.
16029 (first-error): Set compilation-current-error to nil rather than bob.
16030 (compilation-parsing-end, compilation-parse-errors-function)
16031 (compilation-error-list, compilation-old-error-list):
16032 "New" compatibility variables.
16033 (compile-buffer-substring, compilation-compat-error-properties)
16034 (compilation-compat-parse-errors, compilation-forget-errors):
16035 New compatibility functions.
16036 (compilation-mode-font-lock-keywords): Use them.
16037
16038 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16039
16040 * autorevert.el (auto-revert-handler): If point (or a window
16041 point) is at the end of the buffer, keep it there after
16042 reverting. This allows to tail a file.
16043 Mention this in the `Commentary'.
16044
16045 * format.el (format-write-file): Add optional argument CONFIRM
16046 and make it behave like the analogous argument to `write-file'.
16047
16048 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16049
16050 * progmodes/ebnf2ps.el: Doc fix.
16051 (ebnf-version): New version number (4.2).
16052 (ebnf-syntax): Customization and docstring fix.
16053 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16054 Put autoloaded funs before first use.
16055 (ebnf-style-database): Add dtd entry.
16056 (ebnf-syntax-alist): Add dtd initialization.
16057 (ebnf-token-sequence): New fun.
16058 (ebnf-comment-table): Add new comment action character.
16059 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16060
16061 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16062 Type Definition for XML).
16063
16064 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16065 * progmodes/ebnf-bnf.el (ebnf-sequence):
16066 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16067 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16068 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16069 Code simplification: call ebnf-token-sequence.
16070
16071 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16072
16073 * calendar/timeclock.el (timeclock-relative)
16074 (timeclock-get-project-function, timeclock-get-workday-function)
16075 (timeclock-query-out, timeclock-when-to-leave)
16076 (timeclock-when-to-leave-string, timeclock-log-data)
16077 (timeclock-generate-report, timeclock-in): Doc fixes.
16078
16079 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16080
16081 * url/: New dir. Import the URL package from its repository.
16082
16083 2004-04-03 Andreas Schwab <schwab@suse.de>
16084
16085 * diff-mode.el (diff-mode): Fix missing quote.
16086
16087 2004-04-03 Juri Linkov <juri@jurta.org>
16088
16089 * descr-text.el (describe-property-list): Add `font-lock-face'.
16090
16091 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16092
16093 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16094
16095 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16096 Use utf-16le on little endian machines and utf-16be otherwise.
16097
16098 2004-04-02 David Kastrup <dak@gnu.org>
16099
16100 * net/browse-url.el (browse-url-generic): Use call-process
16101 instead of start-process to allow browsers that fork and detach.
16102
16103 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16104
16105 * compile.el (compilation-current-error): New var.
16106 (compilation-setup, compile-mouse-goto-error)
16107 (compile-goto-error, next-error): Use it.
16108 (compilation-skip-to-next-location): Default to t, which gives
16109 contiguous skipping like old compile (where this was redundant).
16110 (compilation-next-error): Prevent previous-* commands from moving
16111 back to message at or just before point.
16112
16113 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16114
16115 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16116 (gdb-source-info): Don't display source at startup, if required.
16117 (gdb-show-main): New option.
16118 (gdba): Update documentation.
16119 (gdb-source): Cover case of auto-display output.
16120
16121 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16122
16123 * autorevert.el: Delete obsolete autoload's and defvar's.
16124 (auto-revert-check-vc-info): New user option.
16125 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16126 (auto-revert-handler-vc): Delete.
16127 (auto-revert-handler): Treat return value `fast' of
16128 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16129
16130 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16131 return `fast'.
16132
16133 * files.el (buffer-stale-function): Doc change.
16134
16135 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16136
16137 * printing.el: New tip on Tips section.
16138 (pr-version): New version number (6.7.4).
16139 (pr-shell-file-name): Initialization fix.
16140
16141 2004-03-31 Juri Linkov <juri@jurta.org>
16142
16143 * dired.el: Add autoload for `dired-do-touch'.
16144 (dired-touch-program): New var.
16145 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16146 (dired-no-confirm): Add `touch' to docstring.
16147
16148 * dired-aux.el (dired-do-touch): New fun.
16149 (dired-do-chxxx): Add argument -t for touch operation.
16150
16151 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16152 `dired-move-to-filename-regexp'.
16153
16154 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16155
16156 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16157
16158 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16159
16160 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16161 and only if the buffer was modified.
16162
16163 2004-03-30 Kenichi Handa <handa@m17n.org>
16164
16165 * international/characters.el: Delete pairs for U+2308..U+230B.
16166
16167 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16168
16169 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16170 to detect the beginning of a level 2 or 3 annotation.
16171
16172 2004-03-29 Kenichi Handa <handa@m17n.org>
16173
16174 * international/ucs-tables.el (ucs-insert): Fix the error message.
16175
16176 2004-03-29 Kenichi Handa <handa@m17n.org>
16177
16178 * international/mule-util.el (char-displayable-p): Fix generation
16179 of XLFD file name.
16180
16181 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16182 before finding directories by `find'.
16183
16184 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16185
16186 * subr.el (interactive-form): Delete. Now implemented in C.
16187
16188 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16189
16190 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16191 (vc-diff-label): New fun.
16192 (vc-diff-internal): Use it.
16193
16194 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16195
16196 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16197
16198 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16199
16200 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16201 specify XML (EBNFX).
16202
16203 * progmodes/ebnf2ps.el: Doc fix.
16204 (ebnf-version): New version number (4.1).
16205 (ebnf-syntax): Adjust customization.
16206 (ebnf-style-database): Add ebnfx entry.
16207 (ebnf-syntax-alist): Add ebnfx initialization.
16208 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16209
16210 * printing.el: Doc fix.
16211 (pr-version): New version number (6.7.3).
16212 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16213 returns nil for mouse position. Reported by Drew Adams
16214 <drew.adams@oracle.com>.
16215 (pr-update-menus): Modify interactive declaration. Reported by Drew
16216 Adams <drew.adams@oracle.com>.
16217
16218 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16219
16220 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16221 (gud-gdba-marker-filter): Log the process input and output, if
16222 required. From Stefan Monnier.
16223 (gdb-debug-log, gdb-enable-debug-log): New variables.
16224 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16225
16226 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16227
16228 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16229 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16230
16231 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16232
16233 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16234 Call vc-find-file-hook here instead of in auto-revert-buffers.
16235 (auto-revert-buffers): Delete call to vc-find-file-hook.
16236 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16237 (global-auto-revert-mode, auto-revert-set-timer)
16238 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16239
16240 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16241
16242 * woman.el (woman-change-fonts): Rename local variable
16243 woman-font-alist to font-alist to avoid a compiler warning.
16244
16245 2004-03-27 Dave Love <fx@gnu.org>
16246
16247 * emacs-lisp/rx.el (rx): Doc fix.
16248 Fix copyright years.
16249
16250 * strokes.el (strokes-global-set-stroke-string): New function.
16251 (strokes-list-strokes): Cope with strings, not just commands.
16252 Set foreground colour of image.
16253 (strokes-global-set-stroke): Doc fix.
16254
16255 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16256
16257 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16258 Auto Revert mode.
16259 (Buffer-menu-files-only): New variable.
16260 (Buffer-menu-toggle-files-only): New function.
16261 (Buffer-menu-mode-map): Bind it to `T'.
16262 (Buffer-menu-mode): Mention `T' in docstring.
16263 Set buffer-stale-function.
16264 (list-buffers-noselect): Mark buffer non-modified and set
16265 Buffer-menu-files-only.
16266
16267 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16268
16269 * autorevert.el (auto-revert-handler): Print revert message
16270 before, rather than after, reverting.
16271 (buffer-stale-function): Move to files.el.
16272
16273 * files.el (buffer-stale-function): Move here from autorevert.el.
16274
16275 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16276
16277 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16278
16279 * calc/calc.el (calc-mode-map): Use mapc.
16280
16281 * apropos.el (apropos-mode): Don't autoload.
16282 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16283 (apropos): Use it.
16284 (apropos-print): Add optional `text' argument.
16285 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16286 Don't assume point-min == 1.
16287
16288 * bs.el (bs-buffer-list): Use buffer-local-value.
16289 (bs--set-toggle-to-show): Use with-current-buffer.
16290
16291 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16292 New funs.
16293 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16294
16295 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16296
16297 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16298 (dabbrev--find-expansion): Use pop.
16299 (dabbrev--search): Use match-string-no-properties.
16300
16301 * dired.el (dired-mode): Use run-mode-hooks.
16302 (dired-move-to-end-of-filename): Use match-string.
16303
16304 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16305 is bound before using it.
16306 (ediff-verbose-p): Make it into a var since it's not constant.
16307
16308 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16309
16310 * faces.el (read-face-font): Don't cons up unnecessarily.
16311 (header-line, tool-bar): Share common parts.
16312
16313 * files.el (file-relative-name): Use compare-strings.
16314
16315 * finder.el (finder-mode): Follow coding convention.
16316
16317 * subr.el (read-number): New function.
16318
16319 * ses.el (ses-read-number): Move to subr.el.
16320 (ses-set-header-row): Use read-number.
16321
16322 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16323
16324 * vc-hooks.el (vc-arg-list): New function, which handles both
16325 compiled and uncompiled code.
16326 (vc-default-workfile-unchanged-p): Use it.
16327
16328 * vc.el (vc-print-log): Undo prev change, use new function
16329 vc-arg-list from vc-hooks.el.
16330
16331 2004-03-26 Masatake YAMATO <jet@gyve.org>
16332
16333 * simple.el (completion-setup-function): Emphasize the
16334 first uncommon characters in the completions; and de-emphasize
16335 the common prefix substrings.
16336 (completion-emphasis): New face.
16337 (completion-de-emphasis): New face.
16338
16339 2004-03-25 Juanma Barranquero <lektu@terra.es>
16340
16341 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16342 Comment out (it's unused and unfinished code).
16343
16344 2004-03-25 Sam Steingold <sds@gnu.org>
16345
16346 * vc.el (vc-print-log): Fix a bug in the last patch:
16347 backend-function may be a byte-compiled object, not a lambda.
16348
16349 2004-03-25 Juri Linkov <juri@jurta.org>
16350
16351 * descr-text.el (describe-property-list): Add a button
16352 for `face' property that calls `describe-face'.
16353 Suggested by luis fernandes <elf@ee.ryerson.ca>
16354
16355 * international/mule.el (keyboard-coding-system):
16356 * kmacro.el (kmacro-call-macro): Fix docstring.
16357
16358 * dired.el: Fix comments.
16359
16360 * textmodes/fill.el (fill): Fix Info link.
16361
16362 * font-lock.el (fast-lock, lazy-lock):
16363 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16364 Info node.
16365
16366 * eshell/eshell.el (eshell): Fix broken info-link.
16367
16368 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16369 * eshell/em-banner.el (eshell-banner):
16370 * eshell/em-smart.el (eshell-smart):
16371 * eshell/esh-cmd.el (eshell-cmd):
16372 Comment out broken info-links to incomplete Info manual.
16373
16374 * info-xref.el: Fix commentary.
16375
16376 2004-03-25 Kevin Ryde <user42@zip.com.au>
16377
16378 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16379 Remove spurious node duplicate suppression, doesn't work, not wanted.
16380 (info-xref-output): Take format style args, add "sit-for 0" to let
16381 user see the results as they progress.
16382 (info-xref-check-all-custom): New function.
16383
16384 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16385
16386 * gdb-ui.el: Moved to progmodes.
16387
16388 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16389
16390 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16391
16392 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16393
16394 * calendar/appt.el (appt-check): Remove superfluous progn.
16395 When finished with diary buffer: if it was not being displayed
16396 before, kill it; otherwise restore its original state.
16397 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16398
16399 * calendar/calendar.el (calendar-set-mode-line): Use total
16400 available mode-line width, rather than frame-width.
16401
16402 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16403 after mode change so effect not lost.
16404
16405 2004-03-23 Dave Love <fx@gnu.org>
16406
16407 * dired.el (dired) <defgroup>: Add link to manual.
16408 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16409 (dired-revert): Use dolist.
16410 (dired-mode-map): Add U binding.
16411 (dired-mode): Add font-lock-beginning-of-syntax-function.
16412 (dired-garbage-files-regexp): Make it a defcustom.
16413
16414 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16415
16416 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16417 is equivalent to nil.
16418 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16419 (vc-arch-mode-line-string): Accept `added' state.
16420 (vc-arch-state): Use inode-sigs if available.
16421 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16422 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16423 (vc-arch-tagline-re): New var.
16424 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16425 New functions.
16426 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16427 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16428
16429 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16430 (vc-file-not-found-hook): Use it.
16431
16432 * diff-mode.el (diff-default-read-only): Change default.
16433 (diff-mode-hook): Make it a defcustom. Add some options.
16434 (diff-mode-map): Bind diff-refine-hook.
16435 (diff-yank-handler): New var.
16436 (diff-yank-function): New fun.
16437 (diff-font-lock-keywords): Use them.
16438 (diff-end-of-file): Handle case where file-header looks like diff text.
16439 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16440 (diff-file-kill): Delete a subsequent empty line, if applicable.
16441 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16442 (diff-find-file-name): Use it.
16443 (diff-tell-file-name): New command.
16444 (diff-mode): Be careful with view-mode.
16445 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16446 New functions, for use in diff-mode-hook.
16447 (diff-find-source-location): Catch "regex too large" errors.
16448 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16449 (diff-refine-hunk): New command.
16450
16451 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16452 (smerge-context-menu-map): Remove unused var.
16453 (smerge-keep-all): Preserve markers.
16454 (smerge-keep-n): New fun.
16455 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16456 (smerge-keep-current, smerge-ediff): Use it.
16457 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16458 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16459 (smerge-resolve): Resolve trivial 3-part conflicts.
16460
16461 2004-03-23 Juri Linkov <juri@jurta.org>
16462
16463 * man.el (Man-width): New var.
16464 (Man-getpage-in-background): Use it.
16465 (Man-support-local-filenames): New var and fun.
16466 (Man-build-man-command): Don't add a second %s.
16467 (Man-fontify-manpage): Clean up message.
16468 (Man-mode): Set outline-regexp, outline-level,
16469 imenu-generic-expression.
16470
16471 * woman.el (woman-fill-frame): Doc fix.
16472 (woman-decode-region): Use window-width instead of frame-width.
16473
16474 * abbrevlist.el (list-one-abbrev-table):
16475 * descr-text.el (describe-char):
16476 * international/mule-diag.el (describe-current-coding-system):
16477 * international/quail.el (quail-insert-decode-map):
16478 Use window-width instead of frame-width.
16479
16480 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16481 (jka-compr-mode-alist-additions): Add tbz.
16482 (jka-compr-write-region, jka-compr-insert-file-contents):
16483 Add message for undefined compress-program.
16484 (jka-compr-write-region): Remove redundant var bindings.
16485
16486 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16487 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16488 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16489 (dired-man): Use dired-guess-shell-command.
16490 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16491 Change default nil to t.
16492
16493 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16494 (dired-compare-directories): Add default value for empty input.
16495
16496 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16497
16498 * time.el (display-time-string-forms): Fix help-echo date format.
16499
16500 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16501
16502 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16503 (buffer-stale-function): New variable.
16504 (auto-revert-list-diff, auto-revert-dired-file-list)
16505 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16506 (auto-revert-handler): Take over some functionality of deleted
16507 functions.
16508 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16509
16510 * dired.el (dired-directory-changed-p): New fun, extracted from
16511 dired-internal-noselect.
16512 (dired-buffer-stale-p): New fun.
16513 (dired-internal-noselect): Use dired-directory-changed-p.
16514 Eliminate revert messages.
16515 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16516
16517 2004-03-23 Kenichi Handa <handa@m17n.org>
16518
16519 * international/characters.el: Setup syntaxes for more parentheses
16520 Unicode characters.
16521
16522 * international/mule-cmds.el (select-safe-coding-system):
16523 Merge coding-system and auto-cs before comparing them.
16524
16525 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16526
16527 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16528
16529 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16530 normal-auto-fill-function and comment-indent-function.
16531 The default values now work just as well.
16532 Don't set font-lock-beginning-of-syntax-function since we already set
16533 syntax-begin-function.
16534 (lisp-outline-level): Put ;;;###autoload at same level as (.
16535 (prin1-char): Quote special chars.
16536
16537 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16538 than with-no-warnings.
16539
16540 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16541 if the source location can't be found.
16542 (edebug-compute-previous-result): Use prin1-char.
16543
16544 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16545 (debug-ignored-errors): Add an entry.
16546
16547 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16548 (byte-compile-file): Output warning when deleting a file.
16549
16550 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16551 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16552
16553 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16554 (byte-compile-inline-expand): Use backquote.
16555 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16556 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16557
16558 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16559
16560 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16561
16562 2004-03-22 Juri Linkov <juri@jurta.org>
16563
16564 * finder.el (finder-known-keywords): Fix data, tex, unix.
16565
16566 * play/landmark.el: Fix keywords.
16567
16568 * language/ethio-util.el (ethio-find-file): Doc fix.
16569
16570 * emacs-lisp/warnings.el: Doc fix.
16571
16572 * textmodes/ispell.el (ispell-help): Doc fix.
16573
16574 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16575
16576 * format.el (format-insert-file): Always return a list of two
16577 elements, like insert-file-contents does.
16578
16579 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16580
16581 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16582 and vc-BACKEND-diff.
16583 (vc-print-log): If the print-log implementation supports it, use
16584 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16585 (vc-version-diff, vc-diff-internal): Doc fixes.
16586
16587 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16588 implementation supports it, let diff output go to *vc*,
16589 not *vc-diff*, since this is an internal call.
16590
16591 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16592
16593 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16594
16595 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16596
16597 2004-03-21 Dave Love <fx@gnu.org>
16598
16599 * progmodes/cfengine.el (cfengine-mode):
16600 Set parse-sexp-ignore-comments.
16601
16602 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16603
16604 2004-03-21 Juanma Barranquero <lektu@terra.es>
16605
16606 * allout.el (allout-mode): Fix docstring.
16607
16608 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16609
16610 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16611
16612 * autorevert.el (auto-revert-interval): Make new value take
16613 effect immediately when set through Custom.
16614 (auto-revert-set-timer): Add interactive declaration.
16615
16616 2004-03-19 David Ponce <david@dponce.com>
16617
16618 * ruler-mode.el (ruler-mode-header-line-format-old):
16619 Don't `make-variable-buffer-local'.
16620 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16621 (ruler-mode-header-line-format): Simply funcall the above.
16622 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16623 to save/restore a previous header line format.
16624 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16625 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16626 fringes and margins width.
16627 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16628
16629 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16630
16631 * log-edit.el (log-edit-font-lock-keywords): Typo.
16632
16633 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16634 (tex-send-tex-command): Rather than here.
16635 (tex-compilation-parse-errors): Simplify.
16636
16637 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16638
16639 * time.el (display-time-string-forms): Add help-echo with date on time.
16640
16641 * composite.el (compose-region): Use restore-buffer-modified-p.
16642
16643 * disp-table.el (standard-display-8bit): Simplify.
16644
16645 * server.el (server-process-filter): Delete temp frame.
16646
16647 * add-log.el (add-change-log-entry): Simplify.
16648
16649 2004-03-19 Kim F. Storm <storm@cua.dk>
16650
16651 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16652 (hexl-follow-line): Don't require 'fringe.
16653
16654 * progmodes/compile.el (compilation-start): Always set
16655 compilation-last-buffer and return it.
16656
16657 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16658
16659 * simple.el (clone-buffer): Doc fix.
16660
16661 2004-03-18 Juanma Barranquero <lektu@terra.es>
16662
16663 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16664
16665 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16666
16667 * log-edit.el (log-edit-font-lock-keywords): New var.
16668 (log-edit-mode): Use it.
16669
16670 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
16671
16672 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16673 properly for watching in speedbar.
16674
16675 2004-03-17 Masatake YAMATO <jet@gyve.org>
16676
16677 * smerge-mode.el (smerge-popup-context-menu):
16678 Put `unwind-protect' around `overlay-put' and `popup-menu'.
16679
16680 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16681
16682 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16683 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16684 Take sealed revisions into account.
16685 (vc-arch-checkin): Extract a summary line from the message.
16686
16687 2004-03-16 Masatake YAMATO <jet@gyve.org>
16688
16689 * register.el (register): Provide `register' feature.
16690
16691 2004-03-15 Masatake YAMATO <jet@gyve.org>
16692
16693 Added context menu support in smerge mode.
16694 Most of the part is written by Stefan Monnier.
16695
16696 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
16697 New keymap and menu.
16698 (smerge-text-properties): New function.
16699 (smerge-remove-props): New function.
16700 (smerge-popup-context-menu): New function.
16701 (smerge-resolve): Call `smerge-remove-props'.
16702 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
16703 (smerge-keep-current): Ditto.
16704 (smerge-kill-current): New function.
16705 (smerge-match-conflict): Put text properties.
16706 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
16707
16708 2004-03-15 David Ponce <david@dponce.com>
16709
16710 * ruler-mode.el (ruler-mode-left-fringe-cols)
16711 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16712 (ruler-mode-right-scroll-bar-cols): Remove.
16713 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
16714 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
16715 Use fringe-columns and scroll-bar-columns.
16716
16717 2004-03-15 Masatake YAMATO <jet@gyve.org>
16718
16719 * hl-line.el (hl-line-range-function): New variable.
16720 (hl-line-move): New function.
16721 (global-hl-line-highlight): Use `hl-line-move'.
16722 (hl-line-highlight): Ditto.
16723
16724 * scroll-bar.el (scroll-bar-columns):
16725 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
16726
16727 * ruler-mode.el (top-level): Require scroll-bar and fringe.
16728 (ruler-mode-left-fringe-cols)
16729 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
16730 (ruler-mode-right-scroll-bar-cols)
16731 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
16732 (ruler-mode-ruler-function): New variable.
16733 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
16734 if the value for `ruler-mode-ruler-function'is given.
16735
16736 * hexl.el (hexl-mode-hook): Make the hook customizable.
16737 (hexl-address-area, hexl-ascii-area): New customize variables.
16738 (hexlify-buffer): Put font-lock-faces on the address area and
16739 the ascii area.
16740 (hexl-activate-ruler): New function.
16741 (hexl-follow-line): New function.
16742 (hexl-highlight-line-range): New function.
16743 (hexl-mode-ruler): New function.
16744
16745 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16746
16747 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
16748 (vc-default-find-file-hook): New fun.
16749 (vc-find-file-hook): Call new find-file-hook operation.
16750
16751 * vc-arch.el: New file.
16752
16753 2004-03-12 Jesper Harder <harder@ifa.au.dk>
16754
16755 * info-look.el (info-lookup): Reuse an existing Info window.
16756
16757 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16758
16759 * woman.el (woman-preserve-ascii): Default value changed to t and
16760 doc string revised.
16761
16762 2004-03-12 Richard M. Stallman <rms@gnu.org>
16763
16764 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16765 Fix minor bug.
16766
16767 * replace.el (occur-engine): Change message for count of matches.
16768
16769 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
16770 For strings, do compare text properties.
16771
16772 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
16773
16774 * progmodes/compile.el (compile-auto-highlight)
16775 (compilation-error-list, compilation-old-error-list)
16776 (compilation-parse-errors-function, compilation-parsing-end)
16777 (compilation-error-message, compilation-directory-stack)
16778 (compilation-enter-directory-regexp-alist)
16779 (compilation-leave-directory-regexp-alist)
16780 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
16781 (compilation-current-file, compilation-regexps): Remove vars.
16782
16783 (compile-error-at-point, compilation-error-filedata)
16784 (compilation-error-filedata-file-name, compile-reinitialize-errors)
16785 (compilation-next-error-locus, compilation-forget-errors)
16786 (count-regexp-groupings, compilation-parse-errors)
16787 (compile-collect-regexps, compile-buffer-substring): Remove funs.
16788
16789 (compile-internal): Make obsolete.
16790
16791 (compilation-first-column, compilation-error)
16792 (compilation-directory-matcher, compilation-page-delimiter)
16793 (compilation-mode-font-lock-keywords, compilation-debug)
16794 (compilation-error-face, compilation-warning-face)
16795 (compilation-info-face, compilation-line-face)
16796 (compilation-column-face, compilation-enter-directory-face)
16797 (compilation-leave-directory-face, compilation-skip-threshold)
16798 (compilation-skip-visited, compilation-context-lines): New vars.
16799
16800 (compilation-warning-face, compilation-info-face)
16801 (compilation-message-face): New faces.
16802
16803 (compilation-error-regexp-alist-alist): New constant.
16804
16805 (compilation-face, compilation-directory-properties)
16806 (compilation-assq, compilation-error-properties, compilation-start)
16807 (define-compilation-mode, compilation-loop)
16808 (compilation-set-window): New functions.
16809
16810 (compile): Additional argument for interactive compiles like TeX.
16811
16812 * progmodes/grep.el (kill-grep): Move here from compile.el
16813 (grep-error, grep-hit-face, grep-error-face)
16814 (grep-mode-font-lock-keywords): New variables.
16815 (grep-regexp-alist): Simplify regexp and add `binary' case.
16816 (grep-mode): New mode.
16817 (grep-process-setup): Simplify.
16818
16819 2004-03-11 Jason Rumney <jasonr@gnu.org>
16820
16821 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
16822 letters on DOS/Windows.
16823
16824 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16825
16826 * server.el (server-name): New var.
16827 (server-socket-dir): New var to replace server-socket-name.
16828 (server-start): Use them.
16829
16830 2004-03-11 Simon Josefsson <jas@extundo.com>
16831
16832 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
16833 died to avoid infloop. Reported by Jonathan Glauner
16834 <jglauner@sbum.org>.
16835
16836 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16837
16838 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
16839 (smerge-mode-menu): Use it to deactivate menu entries.
16840 (smerge-keep-current): New fun.
16841 (smerge-keep-current): Use it.
16842
16843 2004-03-10 John Paul Wallington <jpw@gnu.org>
16844
16845 * foldout.el (foldout-fold-list, foldout-modeline-string):
16846 Declare them as variables, not constants.
16847
16848 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16849
16850 * ps-print.el: Modification to print *Messages* buffer.
16851 (ps-print-version): New version 6.6.4.
16852 (ps-message-log-max): New fun.
16853 (ps-spool-without-faces, ps-spool-with-faces)
16854 (ps-count-lines-preprint): Code fix.
16855
16856 * printing.el: New tips in Tips section.
16857
16858 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16859
16860 * delim-col.el: Doc fix.
16861
16862 * printing.el: Doc fix. New doc section (Tips).
16863
16864 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16865
16866 * type-break.el (type-break-emacs-variant): Remove.
16867 (type-break-run-at-time, type-break-cancel-function-timers):
16868 Use fboundp rather than version name and number.
16869
16870 2004-03-09 Masatake YAMATO <jet@gyve.org>
16871
16872 * hexl.el (hexl-mode): Use `make-local-variable' instead of
16873 `make-variable-buffer-local'.
16874
16875 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
16876
16877 * find-dired.el (find-dired): Call `shell-command' instead of
16878 `start-process-shell-command'. By this, Tramp takes over
16879 handling of remote directories.
16880
16881 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16882
16883 * newcomment.el (comment-use-global-state): New var.
16884 (comment-search-forward): Use it.
16885
16886 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
16887
16888 * cus-edit.el (fill) <defgroup>: Move to fill.el.
16889
16890 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
16891 (enable-kinsoku): Make it a defcustom.
16892 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
16893 paragraph to same-comment-start-marker.
16894
16895 2004-03-07 Dave Love <fx@gnu.org>
16896
16897 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
16898 (browse-url-mail): Use it.
16899
16900 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
16901 (rfc2368-unhexify-string): Use replace-regexp-in-string.
16902
16903 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16904
16905 * woman.el (woman-man.conf-path): Doc fix.
16906 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
16907
16908 2004-03-07 Eli Zaretskii <eliz@gnu.org>
16909
16910 * sort.el (sort-columns): Remove ms-dos from the list of systems
16911 where the external `sort' command is not used.
16912
16913 2004-03-07 Kim F. Storm <storm@cua.dk>
16914
16915 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
16916 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
16917 from overlay-arrow-variable-list.
16918 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
16919
16920 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
16921
16922 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
16923 overlay arrow string properly for the assembler buffer.
16924
16925 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
16926
16927 * mail/sendmail.el (mail-mode): Fix last change.
16928
16929 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
16930
16931 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
16932 for the assembler buffer.
16933 (gdb-assembler-custom): Position the overlay arrow.
16934 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
16935
16936 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
16937
16938 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
16939
16940 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
16941 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
16942
16943 * mail/sendmail.el (mail-mode): Set comment-start-skip.
16944
16945 * newcomment.el (uncomment-region): Allow non-terminated comment.
16946 (comment-normalize-vars): Check the user-specified comstart marker.
16947
16948 2004-03-04 Jesper Harder <harder@ifa.au.dk>
16949
16950 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
16951 Otherwise, do use it if the region only contains font-lock text
16952 properties.
16953
16954 2004-03-04 Masatake YAMATO <jet@gyve.org>
16955
16956 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
16957 as the callback function for eldoc.
16958 (hexl-print-current-point-info): New function.
16959 (hexl-current-address): Print the address in both decimal
16960 and hexadecimal format.
16961
16962 2004-03-04 Richard M. Stallman <rms@gnu.org>
16963
16964 * mail/rmail.el (rmail-convert-to-babyl-format):
16965 Specify t for UNIBYTE when calling mail-unquote-printable-region.
16966
16967 * mail/mail-utils.el (mail-unquote-printable-region):
16968 New arg UNIBYTE.
16969
16970 * startup.el (command-switch-alist): Doc fix.
16971
16972 * simple.el (undo): Temporarily set this-command to `undo-start',
16973 then set it to `undo' once undo-start returns without error.
16974
16975 * simple.el (minibuffer-history-sexp-flag): Doc fix.
16976
16977 * simple.el (kill-line): Don't disregard trailing whitespace
16978 in eol condition, if show-trailing-whitespace is set.
16979
16980 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
16981 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
16982 When disabling, restore old values only if mouse-sel-has-been-enabled.
16983
16984 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
16985 (isearch-{-char): New function.
16986 (isearch-mode-map): Bind { to isearch-{-char.
16987
16988 * font-lock.el (lisp-font-lock-keywords-2):
16989 Turn off the CL with-... and do-... general patterns.
16990 Instead, recognize several specific with... and do... constructs.
16991
16992 * files.el (switch-to-buffer-other-window):
16993 Bind same-window-buffer-names and same-window-regexps to nil.
16994 (switch-to-buffer-other-frame): Likewise.
16995
16996 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
16997
16998 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
16999 recognizing leading comment on code line.
17000
17001 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17002
17003 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17004 hidden files/directories.
17005
17006 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17007
17008 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17009 only comment-start (in case the mode hasn't set it).
17010
17011 * Makefile.in (AUTOGENEL): New var.
17012 (bootstrap-prepare): Rename from bootstrap-clean.
17013 Don't remove elc files.
17014 (maintainer-clean): New target.
17015
17016 * xml.el (xml-get-attribute-or-nil): Simplify.
17017
17018 2004-03-02 Juri Linkov <juri@jurta.org>
17019
17020 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17021 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17022 URL to prevent their substitution with the environment variable
17023 values by browsers.
17024
17025 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17026
17027 * ps-print.el: Doc fix.
17028 (ps-print-version): New version number (6.6.3).
17029 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17030 Docstring fix.
17031 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17032 before printing.
17033 (ps-time-stamp-yyyy-mm-dd): New fun.
17034 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17035
17036 2004-03-02 Kim F. Storm <storm@cua.dk>
17037
17038 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17039
17040 2004-03-01 Juanma Barranquero <lektu@terra.es>
17041
17042 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17043
17044 * desktop.el (desktop-file-version)
17045 (desktop-after-read-hook): Fix typos.
17046 (desktop-clear-preserve-buffers): Remove redundant info in
17047 docstring already shown by the obsolescence message.
17048 (desktop-truncate, desktop-internal-v2s)
17049 (desktop-value-to-string): Change argument name to match docstring.
17050
17051 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17052
17053 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17054 docstring.
17055
17056 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17057
17058 * printing.el: Replace "As Is..." in PostScript file print/preview by
17059 "No Preprocessing...". Suggested by Colin Marquardt
17060 <_marquardt_@zmd.de>.
17061 (pr-insert-section-4): Adjust buffer interface.
17062
17063 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17064
17065 Version 2.0.39 of Tramp released.
17066
17067 * net/tramp.el (tramp-handle-file-local-copy)
17068 (tramp-handle-write-region, tramp-open-connection-rsh):
17069 Variable name typo. Small change. From Patrick Tullmann
17070 <tullmann@flux.utah.edu>.
17071 (tramp-process-connection-type): New variable.
17072 (tramp-maybe-open-connection): Use it.
17073 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17074 (tramp-touch): Set last-modified time of a remote file.
17075 (tramp-handle-write-region): Say which function is used when encoding.
17076
17077 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17078
17079 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17080 case of non-existing filename, too. Reported by Christoph Bauer
17081 <c_bauer@informatik.uni-kl.de>.
17082 (tramp-smb-get-file-entries): The directory in question should
17083 have permissions "drwxrwxrwx". Just virtual, because we don't
17084 know the real permissions. Don't we know?
17085 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17086 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17087 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17088 output. If it was received chunkwise, there have been problems.
17089 Remove the "prompt not found" error message; it is obvious.
17090 Simplify algorithm.
17091 (tramp-smb-process-running): Remove. Since we acknowledge the
17092 virtual prompt for shares, there's no need for distinction of
17093 reading shares (process ends afterwards) and interactive mode of
17094 smblient.
17095 (tramp-smb-open-connection): Setting process sentinel removed.
17096 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17097 "NT_STATUS_NETWORK_ACCESS_DENIED".
17098 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17099 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17100 (top-level): Setting default value in `tramp-default-method-alist'
17101 corrected. Order of USER and HOST have been wrong.
17102 Nobody complained for months ...
17103 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17104 (tramp-smb-open-connection): Clear password cache if login has failed.
17105
17106 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17107 `tramp-unified-filenames'.
17108 (tramp-completion-mode): Make test for XEmacs explicitely.
17109 `event-to-character' can exists in Emacs packages too.
17110 Reported by Matt Swift <swift@alum.mit.edu>.
17111 (tramp-buffer-name): Buffer name must contain the user if exists.
17112 Reported by Adrian Phillips <a.phillips@met.no>.
17113 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17114 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17115 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17116 `tramp-do-copy-or-rename-file-one-local', because it handles also
17117 the case both files use the same out-of-band method.
17118 Implementation added.
17119 (tramp-handle-file-local-copy, tramp-handle-write-region):
17120 Out-of-band handling removed. `copy-file' called instead, which
17121 calls `tramp-do-copy-or-rename-file-out-of-band'.
17122 (tramp-action-password): Check for out-of-band method removed.
17123 This function is used for 'login-program.
17124 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17125 appropriate.
17126 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17127 and `tramp-parse-sknownhosts'.
17128 (tramp-completion-function-alist): It's a defvar now, because we
17129 want to apply the optimized `tramp-set-completion-function'
17130 instead of a static list.
17131 (tramp-set-completion-function): Implementation tuned.
17132 Avoid double entries, and entries where the function or the
17133 file/directory doesn't exist.
17134 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17135 for SSH2.
17136 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17137 (tramp-handle-dired-compress-file): New function.
17138 (tramp-async-proc): New variable.
17139 (tramp-handle-shell-command): Adding asynchronous processes.
17140 They are far from being perfect, but it works at least for
17141 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17142 (top-level): Require password.el if visible. Should be mandatory
17143 once No Gnus has found its way into (X)Emacs.
17144 (tramp-read-passwd): Invoke `password-read' if available,
17145 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17146 fallback any longer.
17147 (tramp-clear-passwd): New function.
17148 (tramp-process-actions, tramp-process-multi-actions):
17149 Clear password cache if login has failed.
17150
17151 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17152 its own module.
17153 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17154 `ange-ftp-ftp-name-res'. There could be incorrect values from
17155 previous calls in case the "ftp" method is used in the Tramp file
17156 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17157
17158 2004-02-28 Richard M. Stallman <rms@gnu.org>
17159
17160 * term.el (term-mouse-paste): Call mouse-set-point.
17161
17162 * thumbs.el: New file.
17163
17164 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17165
17166 * progmodes/ebnf-abn.el: Doc fix.
17167
17168 * progmodes/ebnf-bnf.el: Doc fix.
17169 (ebnf-repeat): Code fix.
17170
17171 * progmodes/ebnf2ps.el: Doc fix.
17172 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17173
17174 2004-02-28 Juri Linkov <juri@jurta.org>
17175
17176 * ffap.el (dired-at-point): Additional writability test for
17177 relative directory names.
17178 (dired-at-point-prompter): Treat directories as a directory, get
17179 the directory component from files.
17180 (ffap-string-at-point): Return string from region if region is active.
17181 (ffap-file-at-point): Remove redundant code.
17182
17183 2004-02-28 Kim F. Storm <storm@cua.dk>
17184
17185 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17186 Initialize margin area images to nil.
17187 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17188 (breakpoint-enabled-bitmap-face)
17189 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17190 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17191 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17192 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17193 (gdb-reset): Use gdb-remove-breakpoint-icons.
17194 (gdb-put-string): Add dprop arg to specify alternative display
17195 property (for setting fringe bitmap).
17196 (gdb-remove-strings): Doc fix.
17197 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17198 icon in fringe (if available), or else as icon or text in display
17199 margin. Creates necessary icons in breakpoint-bitmap,
17200 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17201 Also make left window margin if required.
17202 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17203 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17204 no longer needed.
17205 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17206 gdb-put-breakpoint-icon.
17207 (gdb-assembler-mode): Don't set left-margin-width here.
17208
17209 2004-02-27 Kevin Ryde <user42@zip.com.au>
17210
17211 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17212 comma, so that it DTRT in macros.
17213
17214 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17215
17216 * progmodes/sh-script.el (sh-shell-arg)
17217 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17218 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17219
17220 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17221
17222 * faces.el (face-spec-set-match-display): Add a new attribute,
17223 `min-colors'.
17224 (region, highlight, secondary-selection): Use `min-colors'.
17225
17226 * custom.el (defface): Add documentation for `min-colors'.
17227
17228 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17229 (font-lock-keyword-face, font-lock-function-name-face)
17230 (font-lock-variable-name-face, font-lock-constant-face):
17231 Use `min-colors'.
17232
17233 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17234
17235 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17236
17237 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17238 define assq-delete-all if it's not defined.
17239 (ebnf-generate-region): Code fix.
17240
17241 * printing.el: Doc fix.
17242 (pr-version): New version number (6.7.2).
17243 (pr-command): Return empty string if command is an empty string.
17244
17245 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17246
17247 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17248
17249 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17250 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17251 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17252 "tt" ["test"] ). Reported by Markus Dreyer
17253 <mdreyer@ix.urz.uni-heidelberg.de>.
17254 (ebnf-version): New version number (4.0).
17255 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17256 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17257 (ebnf-delete-style): New commands.
17258 (ebnf-directory, ebnf-file): New funs.
17259 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17260 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17261 (ebnf-syntax-alist): New var.
17262 (ebnf-element-width): New fun replacing ebnf-list-width.
17263 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17264 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17265 (ebnf-prologue): Adjust vars.
17266 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17267 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17268 (ebnf-check-style-values, ebnf-generate-production)
17269 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17270 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17271 (ebnf-token-repeat): Code fix.
17272
17273 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17274 %right, %left and %prec. Suggested by Matthew K. Junker
17275 <junker@alum.mit.edu>.
17276 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17277
17278 * progmodes/ebnf-iso.el: Doc fix.
17279 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17280 (ebnf-iso-lex): Code fix.
17281
17282 * progmodes/ebnf-bnf.el: Doc fix.
17283 (ebnf-bnf-lex): Code fix.
17284
17285 * progmodes/ebnf-otz.el: Doc fix.
17286
17287 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17288
17289 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17290 (abbrev-prefix-mark): Doc fix.
17291
17292 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17293
17294 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17295 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17296 (gdb-var-delete): Make interactive (really).
17297 (gdb-edit-value): Make non-interactive.
17298
17299 * progmodes/gud.el (gud-speedbar-menu-items):
17300 Add gdb-var-delete and, indirectly, gdb-edit-value.
17301 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17302 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17303 (gud-gdb-marker-filter): Add comment for annotations.
17304
17305 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17306
17307 * calendar/calendar.el (generate-calendar)
17308 (calendar-read-date): Prevent display of BC calendars once more -
17309 reverts 2003-10-01 change.
17310 (generate-calendar-month): Doc fix.
17311
17312 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17313
17314 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17315 return value of increment-calendar-month.
17316
17317 2004-02-21 Stephen Compall <s11@member.fsf.org>
17318
17319 * saveplace.el (save-place-forget-unreadable-files)
17320 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17321 (save-place-forget-unreadable-files): New function.
17322 (save-place-alist-to-file): Use it to filter out files that are
17323 no longer readable.
17324
17325 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17326 current Texinfo environment, using the same method as in
17327 `texinfo-insert-@end', and insert a space rather than a newline if
17328 point in a @table environment.
17329
17330 2004-02-21 Juri Linkov <juri@jurta.org>
17331
17332 * ffap.el (ffap-file-at-point): Try parent directories.
17333
17334 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17335
17336 * vcursor.el (vcursor-modifiers): New defcustom.
17337 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17338 hard-coded list.
17339
17340 2004-02-21 Masatake YAMATO <jet@gyve.org>
17341
17342 * play/animate.el (animate-birthday-present): Accept names other
17343 than `Sarah', too.
17344
17345 2004-02-21 Juri Linkov <juri@jurta.org>
17346
17347 * startup.el: Remove table of command line arguments from the
17348 Commentary section.
17349
17350 2004-02-20 John Wiegley <johnw@newartisans.com>
17351
17352 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17353 again" modifier from 'e' to 'E', since 'e' is also used by the
17354 "file extension" modifier.
17355
17356 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17357
17358 * help-fns.el (describe-categories): Doc fix.
17359
17360 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17361
17362 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17363 temporary file for buffer already visiting one. This change makes
17364 output likely to be directly usable by patch program.
17365 Suggested by Adrian Aichner <adrian@xemacs.org>
17366
17367 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17368
17369 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17370 case of variables defined in compound statements.
17371 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17372 Simplify constructions using switch-to-buffer.
17373
17374 2004-02-19 Simon Josefsson <jas@extundo.com>
17375
17376 * play/morse.el: Fix typo.
17377 (morse-code): Add @.
17378
17379 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17380
17381 * calendar/appt.el (appt-display-format): Change default to
17382 'ignore, for backwards compatibility.
17383 (appt-display-message): If appt-display-format is 'ignore,
17384 respect old vars appt-msg-window and appt-visible.
17385 (appt-activate): Don't depend on return value of cancel-timer.
17386
17387 * calendar/calendar.el (calendar-holidays): Doc fix.
17388
17389 * calendar/cal-coptic.el (coptic-prompt-for-date):
17390 Use assoc-string instead of assoc-ignore-case.
17391 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17392 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17393 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17394 * calendar/cal-islam.el (calendar-goto-islamic-date)
17395 (mark-islamic-diary-entries): Ditto.
17396 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17397 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17398 (calendar-read-mayan-tzolkin-date): Ditto.
17399 * calendar/calendar.el (calendar-read-date): Ditto.
17400 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17401
17402 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17403
17404 * progmodes/executable.el (executable-command-find-posix-p):
17405 Fix choice of the directory.
17406
17407 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17408
17409 * simple.el (interprogram-cut-function)
17410 (interprogram-paste-function, kill-new, kill-append):
17411 Doc fixes.
17412 (kill-region): Make it return nil. Doc fix.
17413 (yank-pop): Make its argument optional.
17414 (yank): Make ARG `-' equivalent to `-1'.
17415
17416 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17417
17418 * mail/rmail.el (rmail-get-new-mail): Don't reference
17419 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17420
17421 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17422
17423 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17424 if one of global-auto-revert-non-file-buffers or autorevert-mode
17425 is non-nil.
17426
17427 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17428
17429 * subr.el (delete-dups): A better implementation from Karl Heuer
17430 <kwzh@gnu.org>.
17431
17432 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17433
17434 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17435 correct place.
17436 * progmodes/icon.el (icon-indent-command): Ditto.
17437 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17438
17439 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17440
17441 * progmodes/grep.el (grep-compute-defaults): Undo change from
17442 2004-01-29: don't use executable-command-find-posix-p.
17443
17444 2004-02-16 Richard Sharman <rsharman@pobox.com>
17445
17446 * hilit-chg.el: Use require instead of eval-and-compile.
17447 (highlight-compare-buffers): New function.
17448
17449 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17450
17451 * man.el (Man-fontify-manpage): Render section headings in
17452 `Man-overstrike-face' even when overstrike was not used by man
17453 formatter for section headings.
17454
17455 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17456
17457 * rmail-spam-filter.el (vm-use-spam-filter)
17458 (rsf-min-region-length-added-to-spam-list): New variables.
17459 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17460 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17461 spam testing. Don't delete spam message if automatic deletion
17462 after output via variable rmail-delete-after-output is turned on.
17463 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17464 rsf-bbdb-dont-create-entries-for-spam.
17465 (check-field): New function, extracted from code in
17466 rmail-spam-filter to ease addition of header fields like content-type.
17467 (message-content-type): New variable to check the content-type:
17468 field added, also in defcustom of rsf-definitions-alist.
17469 (rmail-spam-filter): Replace repeated test code for header fields
17470 by calls to check-field; change the call to
17471 rmail-output-to-rmail-file such that rmail-current-message stays
17472 the same to avoid wrong deletion of unseen flags.
17473 (rsf-add-contents-type): New function to convert old format
17474 of rmail-spam-definitions-alist into new one.
17475 Change prefixes of all variables and functions from
17476 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17477
17478 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17479
17480 * loadhist.el (unload-hook-features-list): New defvar.
17481
17482 2004-02-16 Dave Love <fx@gnu.org>
17483
17484 * loadhist.el (unload-feature): Doc fix. Rename flist to
17485 unload-hook-features-list.
17486
17487 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17488
17489 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17490 cookie. Don't check if we are looking-at open-formula.
17491
17492 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17493
17494 * subr.el (match-string-no-properties): Use substring-no-properties.
17495
17496 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17497
17498 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17499 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17500 Use lower-case "rx" in all error message.
17501
17502 2004-02-16 Dave Love <fx@gnu.org>
17503
17504 * emacs-lisp/rx.el (rx-or): Put group around result.
17505 (rx-constituents): Add backref.
17506 (rx-syntax): Add string-delimiter, comment-delimiter.
17507 (rx-categories): Add combining-diacritic.
17508 (rx-check-not, rx-greedy, rx): Doc fix.
17509 (rx-backref, rx-check-backref): New.
17510
17511 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17512
17513 * newcomment.el (uncomment-region): Allow eob as comment end.
17514
17515 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17516
17517 * filecache.el: All message and error commands now use prefix
17518 "Filecache:" to make it easy to read *Messages* buffer.
17519
17520 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17521
17522 * autorevert.el: Add support to detect changed dired and VC buffers.
17523 (auto-revert-active-p, auto-revert-list-diff)
17524 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17525 (auto-revert-handler, auto-revert-active-p): New functions.
17526 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17527 and `auto-revert-active-p'.
17528 (eval-when-compile): Defvar dired-directory and vc-mode.
17529 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17530 (auto-revert-handler-vc): New functions.
17531
17532 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17533
17534 * progmodes/compile.el (compilation-directory): New defvar.
17535 (compile): Save current directory in compilation-directory.
17536 (recompile): Bind default-directory to compilation-directory if
17537 that is non-nil.
17538
17539 2004-02-16 Dave Love <fx@gnu.org>
17540
17541 * newcomment.el (comment-insert-comment-function)
17542 (comment-region-function, uncomment-region-function): New.
17543 (comment-indent): Use comment-insert-comment-function.
17544 (uncomment-region): Use uncomment-region-function.
17545 (comment-region): Use comment-region-function.
17546
17547 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17548
17549 2004-02-16 Richard Stallman <rms@gnu.org>
17550
17551 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17552 loaddefs* and ldefs-boot*.
17553
17554 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17555
17556 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17557 and email address at the beginning and end of the address.
17558
17559 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17560 anchored at the beginning of the email address.
17561
17562 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17563
17564 * international/ccl.el (ccl-compile-write): Pass `left' to
17565 ccl-embed-code to generate correct code of write-expr-register.
17566
17567 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17568
17569 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17570
17571 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17572
17573 * x-dnd.el: Mention support for Motif in commentary.
17574 (x-dnd-handle-drag-n-drop-event): Ditto.
17575
17576 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17577
17578 * ses.el: Use "ses--" prefixes for buffer-local variables.
17579 Use (point-min) instead of 1, even when we know the buffer
17580 is unnarrowed.
17581 (ses-build-load-map): Delete. Distribute its content to defconst's for
17582 the three maps.
17583 (ses-menu, ses-header-line-menu): New menus.
17584 (ses-mode-map): Use them.
17585 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17586
17587 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17588
17589 * Makefile.in: Fix the CC Mode recompile kludge so it works
17590 when building in a different directory.
17591
17592 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17593
17594 * simple.el (kill-new): Put yank-handler property on the entire string.
17595
17596 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17597
17598 * diff.el: Don't use compile any more, use diff-mode instead.
17599 (diff-regexp-alist, diff-old-file, diff-new-file)
17600 (diff-parse-differences, diff-process-setup): Remove.
17601 (diff-sentinel): New fun.
17602 (diff): Use it. Run the process ourselves.
17603 Use diff-mode for the rest of the processing.
17604
17605 * diff.el (diff): Simplify code handling `switch'.
17606
17607 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17608
17609 * pcvs-defs.el (cvs-menu): Add `tag'.
17610
17611 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17612
17613 * simple.el (kill-append): Doc fix.
17614
17615 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17616 Adapt outline-regexp to the new conventions for commenting out code.
17617
17618 2004-02-11 John Paul Wallington <jpw@gnu.org>
17619
17620 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17621
17622 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17623
17624 * diff.el (diff-switches): New fun.
17625 (diff, diff-backup): Use it.
17626 (diff): Clean up the args construction. Use backquote.
17627 Use listp instead of consp to avoid putting a nil arg.
17628 (diff): Add a revert-buffer function.
17629
17630 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17631
17632 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17633 handled by x-dnd-handle-file-name.
17634 (x-dnd-known-types): Add COMPOUND_TEXT.
17635 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17636 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17637 x-dnd-empty-state.
17638 (x-dnd-forget-drop): Ditto.
17639 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17640 (x-dnd-handle-one-url): Return private when inserting text.
17641 (x-dnd-insert-ctext): New function.
17642 (x-dnd-handle-file-name): New function for FILE_NAME.
17643 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17644 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17645 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17646
17647 2004-02-10 Kenichi Handa <handa@m17n.org>
17648
17649 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17650 instead of while loop.
17651
17652 2004-02-10 Miles Bader <miles@gnu.org>
17653
17654 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17655
17656 2004-02-09 Kenichi Handa <handa@m17n.org>
17657
17658 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17659 have end-of-line.
17660
17661 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17662
17663 * Makefile.in: Added extra dependencies in the recompile target
17664 needed to cope with the compile time macro expansions in CC Mode.
17665
17666 2004-02-09 Kim F. Storm <storm@cua.dk>
17667
17668 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17669 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17670 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17671 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17672 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17673 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17674 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17675 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17676 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17677 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17678 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17679
17680 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17681
17682 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17683 Don't allow shrink if there's a window on our right.
17684
17685 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17686 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17687 Bring together declaration and initialization.
17688 (prolog-mode-variables): Don't set the syntax table.
17689 Don't set paragraph-start and comment-indent-function.
17690 Add /*..*/ to the comment regexps.
17691 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
17692 (prolog-mode-map): Don't bind TAB.
17693 (prolog-mode): Set the syntax table.
17694 (prolog-comment-indent): Remove.
17695 (inferior-prolog-mode-map): Initialize in the declaration.
17696 (inferior-prolog-mode-syntax-table)
17697 (inferior-prolog-mode-abbrev-table): New vars.
17698 (inferior-prolog-mode): Derive from comint-mode.
17699 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
17700 minibuffer windows.
17701
17702 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
17703 in file names, as long as it is unabmiguous.
17704
17705 2004-02-08 Andreas Schwab <schwab@suse.de>
17706
17707 * textmodes/reftex-toc.el
17708 (reftex-toc-load-all-files-for-promotion): Remove useless use of
17709 format. Doc fix.
17710
17711 * textmodes/refer.el (refer-find-entry-internal): Remove extra
17712 format string arguments.
17713
17714 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
17715 string argument.
17716
17717 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
17718
17719 * play/zone.el (zone-call): Fix format string.
17720
17721 * net/webjump.el (webjump-builtin): Add missing format string argument.
17722
17723 * midnight.el (midnight-delay-set): Remove extra format string argument.
17724
17725 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
17726
17727 * hexl.el (hexl-insert-char): Add missing format string argument.
17728
17729 * format.el (format-decode): Fix format string.
17730
17731 * emulation/vi.el (vi-mode): Remove extra format string argument.
17732 (vi-repeat-last-search): Likewise.
17733 (vi-reverse-last-search): Likewise.
17734 (vi-goto-mark): Likewise.
17735 (vi-reverse-last-find-char): Likewise.
17736 (vi-repeat-last-find-char): Likewise.
17737 (vi-locate-def): Likewise.
17738
17739 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
17740
17741 * ediff-util.el (ediff-toggle-read-only): Remove extra format
17742 string argument.
17743 (ediff-toggle-regexp-match): Likewise.
17744
17745 * dired-aux.el (dired-do-query-replace-regexp): Add missing
17746 format string argument.
17747
17748 * calc/calc-map.el (calc-get-operator): Remove extra format
17749 string argument.
17750
17751 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
17752
17753 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
17754 string argument.
17755
17756 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
17757
17758 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
17759
17760 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
17761
17762 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
17763 (cl-struct-setf-expander): Likewise.
17764
17765 * vc.el (with-vc-file): Fix unsafe uses of error.
17766 (vc-cancel-version): Likewise.
17767
17768 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
17769
17770 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
17771 thousands separator; fixes <class>:<line-number> regexp for
17772 non-english locales.
17773
17774 2004-02-08 Andreas Schwab <schwab@suse.de>
17775
17776 * view.el (view-mode-enable): Revert previous change.
17777
17778 2004-02-07 Kim F. Storm <storm@cua.dk>
17779
17780 * simple.el (line-number-at-pos): Rename from line-at-pos.
17781 Uses changed (what-line and vc-annotate-warp-version).
17782
17783 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17784
17785 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
17786 (diff-mode): Remove aborted attempt at support for compile.el.
17787 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
17788
17789 2004-02-06 Andreas Schwab <schwab@suse.de>
17790
17791 * view.el (view-mode-enable): Add view-mode-map to
17792 minor-mode-overriding-map-alist.
17793
17794 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17795
17796 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
17797
17798 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
17799
17800 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
17801 with point inside rather than after the paragraph.
17802
17803 2004-02-04 Sam Steingold <sds@gnu.org>
17804
17805 * mail/smtpmail.el (smtpmail-try-auth-methods):
17806 Do not try authentication when no mechanism is available.
17807 Pass port-name as defaultport to `netrc-machine'.
17808
17809 2004-02-04 Stephen Eglen <stephen@gnu.org>
17810
17811 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
17812 to show how minibuffer height can be constrained.
17813
17814 2004-02-04 John Paul Wallington <jpw@gnu.org>
17815
17816 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
17817
17818 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17819
17820 * x-dnd.el: New file for drag and drop.
17821
17822 * term/x-win.el: require x-dnd, set after-make-frame-functions
17823 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
17824 drag-n-drop event.
17825
17826 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
17827 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
17828 (dired-dnd-handle-file): New functions for drag and drop support.
17829 (dired-mode): Initialize drag and drop if x-dnd present.
17830
17831 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17832
17833 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
17834 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
17835 (cperl-mode): Set fill-paragraph-function.
17836 (cperl-fill-paragraph): Make it non-interactive.
17837
17838 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
17839
17840 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
17841
17842 2004-02-02 David Kastrup <dak@gnu.org>
17843
17844 * replace.el (perform-replace): Allow 'literal argument in
17845 regexp-flag to indicate literal replacement.
17846 (query-replace-regexp-eval): Use it.
17847
17848 2004-02-01 Andreas Schwab <schwab@suse.de>
17849
17850 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
17851
17852 2004-02-01 Stephen Eglen <stephen@gnu.org>
17853
17854 * info-look.el: Add support for maxima-mode. Update commentary
17855 because info-lookup-symbol is now bound to C-h S.
17856
17857 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
17858
17859 * simple.el (edit-and-eval-command): Bind print-level and
17860 minibuffer-history-sexp-flag around call to read-from-minibuffer.
17861 Correct initial position in command-history.
17862
17863 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
17864
17865 * files.el (read-directory-name): Adapt the docstring to recent
17866 change in Fread_file_name.
17867
17868 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
17869
17870 * ses.el (ses-print-cell): If print format too wide for column
17871 width, truncate decimal places if that helps to avoid "#####" fill.
17872 * ses.el (ses-initial-column-width): Revert previous change.
17873
17874 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
17875
17876 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
17877 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
17878 Add edebug info.
17879 (jit-lock-mode): Setup/cancel the new timer.
17880 (jit-lock-context-fontify): New fun. Extracted from
17881 context fontification code of jit-lock-stealth-fontify.
17882 (jit-lock-stealth-fontify): Don't do context fontification any more.
17883
17884 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
17885 (jit-lock-fontify-now): Handle the `quit' case.
17886 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
17887
17888 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
17889
17890 * progmodes/executable.el (executable-command-find-posix-p):
17891 New. Check if find handles arguments Posix-style.
17892
17893 * progmodes/grep.el (grep-compute-defaults):
17894 Use executable-command-find-posix-p.
17895 (grep-find): Check `grep-find-command'.
17896
17897 * filecache.el (file-cache-find-posix-p): Delete.
17898 (file-cache-add-directory-using-find):
17899 Use `executable-command-find-posix-p'.
17900
17901 2004-01-29 Dave Love <fx@gnu.org>
17902
17903 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17904 Iterate the hook function if arg is given.
17905 (mark-defun, narrow-to-defun): Change order of finding the limits.
17906
17907 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
17908 (byte-compile-format-warn): New.
17909 (byte-compile-callargs-warn): Use it.
17910 (Format, message, error): Add byte-compile-format-like property.
17911 (byte-compile-maybe-guarded): New.
17912 (byte-compile-if, byte-compile-cond): Use it.
17913 (byte-compile-lambda): Compile interactive forms,
17914 just to make warnings about them.
17915
17916 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
17917
17918 * ses.el (ses-initial-column-width): Increase to 14, so it will
17919 work well with the default printer of "%.7g" for extreme values
17920 like "-1.234567e+07".
17921
17922 2004-01-29 Kenichi Handa <handa@m17n.org>
17923
17924 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
17925
17926 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
17927
17928 * dos-w32.el: Added support for the `default-printer-name' function.
17929
17930 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
17931
17932 * server.el (server-socket-name): Don't use the hostname in the
17933 socket name since /tmp is local to the host anyway.
17934
17935 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
17936 robust check of widening and fix var-naming.
17937
17938 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
17939
17940 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
17941 or rmail-spam- to rsf- in all function and variable names.
17942 (rsf-min-region-to-spam-list): New variable.
17943 (rsf-bbdb-auto-delete-spam-entries): Rename from
17944 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
17945 scanned together with the recipients field for spam testing; Don't
17946 delete spam message if rmail-delete-after-output is non-nil;
17947 (rsf-check-field): New function, extracted from code in
17948 rmail-spam-filter to ease addition of header fields like
17949 content-type:;
17950 (message-content-type): New variable. The content-type: field was
17951 added also in defcustom of rsf-definitions-alist;
17952 (rmail-spam-filter): Replace repeated test code for header fields
17953 by calls to check-field; change the call to
17954 rmail-output-to-rmail-file such that rmail-current-message stays
17955 the same to avoid wrong deletion of unseen flags.
17956 (rmail-use-spam-filter): Add autoload cookie.
17957
17958 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
17959
17960 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
17961 (file-cache-add-directory-using-find): Add Cygwin support.
17962 (file-cache-find-command-posix-flag): New user variable.
17963
17964 * filecache.el (file-cache-add-directory): Check for
17965 directories an remove them from dir-files.
17966
17967 2004-01-27 Richard M. Stallman <rms@gnu.org>
17968
17969 * man.el (Man-fontify-manpage): Clean up message.
17970
17971 2004-01-27 Kenichi Handa <handa@m17n.org>
17972
17973 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
17974 (sentence-end): Define using sentence-end-without-space.
17975
17976 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
17977 a sentence ends with one of a character in sentence-end-without-space.
17978
17979 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
17980
17981 * font-lock.el (font-lock): Add jit-lock as explicit group member.
17982 (jit-lock): Group declaration moved to jit-lock.el.
17983 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
17984 when necessary.
17985
17986 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
17987 (jit-lock-context-unfontify-pos): Rename from
17988 jit-lock-first-unfontify-pos.
17989 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
17990
17991 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
17992
17993 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
17994 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
17995 (fortran-fill): When filling a string, adjust re-search-backward
17996 argument for special case of string just on fill-column.
17997 When filling non-string, allow one extra char if
17998 fortran-break-before-delimiters is non-nil.
17999 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18000 Use fortran-break-delimiters-re and fortran-no-break-re to
18001 correctly handle cases such as "**".
18002
18003 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18004 (f90-no-break-re): Add some extra tokens. Doc fix.
18005
18006 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18007
18008 * mail/rmail-spam-filter.el:
18009 Use two semicolons as Commentary line prefix.
18010 Add ";;; Code:" stylized comment.
18011 Delete end-of-line whitespace.
18012 Wrap (require 'cl) with `eval-when-compile'.
18013
18014 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18015
18016 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18017 at the top level of vc.el.
18018
18019 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18020
18021 * vc.el (vc-current-line): Function removed. This is now done by
18022 the new function line-at-pos in simple.el.
18023 (vc-annotate-warp-version): Use line-at-pos instead of
18024 vc-current-line.
18025
18026 2004-01-22 Kim F. Storm <storm@cua.dk>
18027
18028 * simple.el (line-at-pos): New defun.
18029 (what-line): Use it. Optimize by only counting lines in narrowed
18030 region once.
18031
18032 2004-01-22 Kenichi Handa <handa@m17n.org>
18033
18034 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18035 point (register r1) only for charset mule-unicode-0100-24ff.
18036
18037 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18038
18039 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18040 trailing white space and ensure a final newline.
18041
18042 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18043 Add autoload cookie.
18044
18045 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18046
18047 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18048 activate view-mode explicitly.
18049
18050 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18051
18052 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
18053 use clipboard first.
18054
18055 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18056
18057 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18058 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18059 (vc-mcvs-cvs): Remove.
18060 (vc-mcvs-command): Remove use of assert.
18061
18062 * outline.el (outline-insert-heading): Tighten up match.
18063 (outline-demote, outline-move-subtree-down): Don't assume anything
18064 about outline-regexp.
18065
18066 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18067 (texinfo-show-structure): Explicitly add ^, and simplify.
18068
18069 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18070
18071 * calendar/appt.el (appt-check): Restore usage of
18072 appt-issue-message deleted in previous change.
18073 (top-level): Activate package when loaded (needed for backwards
18074 compatibility).
18075
18076 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18077
18078 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18079 following previous change to smtpmail-send-data.
18080
18081 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18082
18083 * vc.el (vc-default-previous-version): Doc enhancement.
18084 (vc-default-next-version): New function.
18085 (vc-print-log): New arg FOCUS-REV.
18086 (vc-annotate-mode): Derive from view-mode.
18087 (vc-annotate): New args REVISION, DISPLAY-MODE.
18088 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18089 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18090 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18091 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18092 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18093
18094 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18095
18096 2004-01-19 Karl Berry <karl@gnu.org>
18097
18098 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18099 or "TexInfo".
18100
18101 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18102
18103 * subr.el (delete-dups): New function.
18104
18105 2004-01-19 Karl Berry <karl@gnu.org>
18106
18107 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18108 with ^, since that's what texinfo-show-structure
18109 documentation says (plus it works much better in texinfo.txi).
18110
18111 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18112
18113 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18114
18115 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18116
18117 * progmodes/which-func.el (which-function-mode): Don't cancel
18118 which-func-update-timer if not set.
18119
18120 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18121
18122 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18123 Remove spurious left square bracket in XX:XXam regexp.
18124
18125 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18126
18127 * progmodes/cc-defs.el: Do not require cl at run time.
18128
18129 2004-01-16 Richard M. Stallman <rms@gnu.org>
18130
18131 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18132 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18133
18134 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18135 Call rmail-spam-filter. Delete and expunge spam.
18136 Print number of spam messages deleted.
18137 Save and restore the deletion status of old messages when reading
18138 new mail with spam filter, so that expunging spam does not expunge
18139 msgs deleted by the user.
18140 (rmail-only-expunge): Add an optional argument dont-show to
18141 prevent showing message after expunge.
18142
18143 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18144
18145 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18146 * subr.el (declare): New macro.
18147
18148 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18149
18150 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18151
18152 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18153
18154 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18155 Test window-system rather than system-type (for X11/Mac).
18156
18157 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18158
18159 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18160
18161 2004-01-12 Richard M. Stallman <rms@gnu.org>
18162
18163 * mail/rmail.el (rmail-convert-to-babyl-format):
18164 Use mail-unquote-printable-region.
18165 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18166 (rmail-hex-char-to-integer): Functions deleted.
18167
18168 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18169 (mail-unquote-printable-region): New arg NOERROR.
18170 For invalid encoding, either signal an error to just return nil.
18171
18172 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18173
18174 * calendar/appt.el: Update copyright and commentary.
18175 (appt-issue-message): Make obsolete.
18176 (appt-visible, appt-msg-window): Make obsolete, in favour of
18177 appt-display-format.
18178 (appt-display-mode-line, appt-display-duration)
18179 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18180 (appt-prev-comp-time, appt-display-count, appt-timer)
18181 (appt-convert-time): Doc change.
18182 (appt-disp-window-function, appt-delete-window-function):
18183 Use defcustom rather than defvar.
18184 (appt-display-format): New variable.
18185 (appt-display-message): New function with display code from appt-check.
18186 (appt-check): Add optional FORCE argument. Doc change.
18187 Add appt-make-list to diary-hook if displaying diary.
18188 Remove checking of view-diary-entries-initially.
18189 Message display section removed to new function appt-display-message.
18190 (appt-display-window): Doc change. Remove unused internal var
18191 this-buffer. Do not beep, since appt-display-message does that.
18192 (appt-make-list): Doc change. Use caar.
18193 (appt-sort-list): Simplify by using builtin sort function.
18194 (appt-update-list): New function for updating appts when diary is
18195 saved.
18196 (appt-activate): New autoloaded function to toggle package
18197 functionality.
18198
18199 * calendar/cal-x.el: (calendar-one-frame-setup)
18200 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18201
18202 * calendar/calendar.el: Update copyright.
18203 (view-diary-entries-initially, european-calendar-style): Doc change.
18204 (calendar-setup): Make defcustom rather than defvar.
18205 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18206 in let binding so local to function.
18207
18208 * calendar/diary-lib.el: Update copyright.
18209 (diary, diary-entry-time): Doc change.
18210 (list-diary-entries): Doc change. Trivial logic change.
18211 (fancy-diary-display): Restore make-face command mistakenly
18212 deleted 2003-05-08.
18213 (show-all-diary-entries): Allow to pop-up frame if needed.
18214
18215 2004-01-09 John Paul Wallington <jpw@gnu.org>
18216
18217 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18218 Temporarily select EVENT's window for changing eol type.
18219
18220 2004-01-09 Deepak Goel <deego@gnufans.org>
18221
18222 * calendar/diary-lib.el (diary-entry-time):
18223 Also accept time in the form XX[.XX][am/pm/AM/PM].
18224 (fancy-diary-font-lock-keywords): Likewise.
18225 (diary-font-lock-keywords): Likewise.
18226 * calendar/appt.el (appt-add): Likewise.
18227 (appt-make-list): Likewise.
18228 (appt-convert-time): Likewise.
18229
18230 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18231
18232 * gdb-ui.el (gdb-ann3): Revert previous change.
18233 (gdb-source-info): Allow for case of where compilation directory
18234 is not recorded.
18235
18236 2004-01-08 John Paul Wallington <jpw@gnu.org>
18237
18238 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18239
18240 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18241
18242 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18243
18244 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18245 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18246 problems.
18247 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18248
18249 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18250
18251 * files.el (write-file-functions, write-contents-functions):
18252 Clarify docstrings.
18253
18254 2004-01-07 Kenichi Handa <handa@m17n.org>
18255
18256 * international/mule.el (set-auto-coding): Fix for the case that
18257 end-of-line is only CR.
18258
18259 2004-01-07 Kim F. Storm <storm@cua.dk>
18260
18261 * subr.el (event-start, event-end): Doc fix.
18262 (posn-string, posn-image): New defuns.
18263 (posn-object): Return either image or string object.
18264 (posn-object-x-y): Return 8th element of position.
18265 (posn-object-width-height): New defun.
18266
18267 2004-01-06 Andreas Schwab <schwab@suse.de>
18268
18269 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18270 output.
18271
18272 2004-01-05 Karl Berry <karl@gnu.org>
18273
18274 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18275 / and *, too.
18276
18277 2003-12-31 Simon Josefsson <jas@extundo.com>
18278
18279 * files.el (before-save-hook): Add.
18280 (basic-save-buffer): Use before-save-hook.
18281
18282 * emacs-lisp/copyright.el: Fix comment to recommend
18283 before-save-hook instead of write-file-functions.
18284
18285 2004-01-05 Richard M. Stallman <rms@gnu.org>
18286
18287 * finder.el (finder-commentary): Call delete-other-windows.
18288
18289 * net/ange-ftp.el (ange-ftp-file-attributes):
18290 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18291
18292 2004-01-04 Karl Berry <karl@gnu.org>
18293
18294 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18295 comment characters % and # in the copyright year notice,
18296 as well as ;.
18297
18298 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18299
18300 * wid-edit.el (default): Define dummy :value-delete.
18301 Reported by Jesper Harder <harder@ifa.au.dk>.
18302
18303 2004-01-03 Richard M. Stallman <rms@gnu.org>
18304
18305 * progmodes/compile.el (compile-internal): Use point, not point-min,
18306 for set-window-point.
18307
18308 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18309
18310 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18311
18312 * progmodes/grep.el (grep-mode-map):
18313 Don't remap next-line, previous-line.
18314
18315 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18316
18317 * speedbar.el (speedbar-edit-line): Change regexp to position
18318 the cursor on the first character of this line's button.
18319
18320 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18321
18322 * subr.el (functionp): Doc fix.
18323
18324 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18325
18326 * progmodes/idlwave.el (idlwave-make-tags):
18327 * textmodes/flyspell.el (flyspell-large-region):.
18328 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18329 * emulation/viper-util.el (viper-glob-unix-files):
18330 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18331 * man.el (Man-init-defvars):
18332 * jka-compr.el (jka-compr-call-process):
18333 * files.el (get-free-disk-space,insert-directory):
18334 * ediff-ptch.el (ediff-test-patch-utility):
18335 * ediff-diff.el (ediff-test-utility):
18336 * dired-aux.el (dired-check-process):
18337 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18338 test the return value of call-process, because it can be a string.
18339
18340 2003-12-31 John Paul Wallington <jpw@gnu.org>
18341
18342 * bindings.el (completion-ignored-extensions): Add .pfsl.
18343
18344 2003-12-31 Kim F. Storm <storm@cua.dk>
18345
18346 * ido.el (ido-nonreadable-directory-p): New defun to check for
18347 nonreadable directory without activating tramp (to avoid problems
18348 with checking incomplete tramp paths).
18349 (ido-set-current-directory, ido-file-internal)
18350 (ido-file-name-all-completions1): Use it.
18351
18352 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18353
18354 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18355 documentation if the anchor (or node) name is preceded by `info
18356 anchor' or `Info anchor' in addition to earlier `info node' and
18357 `Info node'.
18358 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18359
18360 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18361
18362 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18363 error in arguments to base64-decode-region. Remove ^M characters
18364 after decoding base64.
18365
18366 2003-12-30 Simon Josefsson <jas@extundo.com>
18367
18368 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18369 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18370 have only been distributed with Emacs for some years.
18371 (texinfo-mode-hook): Customize.
18372
18373 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18374
18375 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18376 cleaner (suggested by Richard Stallman).
18377
18378 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18379 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18380 file-name clashes on 8+3 DOS filesystems.
18381
18382 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18383 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18384 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18385 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18386 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18387 file-name clashes on 8+3 filesystems.
18388
18389 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18390 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18391 file-name clashes on 8+3 DOS filesystems.
18392
18393 2003-12-29 Richard M. Stallman <rms@gnu.org>
18394
18395 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18396 Upcase the character.
18397
18398 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18399 Search for header separator alone on a line, literally,
18400 and search for it backward, not forward.
18401 (flyspell-abbrev-table): Always use global-abbrev-table
18402 if there is no local one.
18403
18404 * progmodes/sh-script.el (sh-get-indent-info):
18405 Don't move point back if at bob.
18406
18407 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18408
18409 * play/handwrite.el (handwrite): Make the handwrite credit message
18410 a comment rather than an output command.
18411
18412 * obsolete/sc.el: Display message that this file is obsolete.
18413
18414 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18415
18416 * mail/rfc822.el (rfc822-address-start): Declare variable.
18417 Renamed from address-start. All uses changed.
18418
18419 * term.el (term-exec): Set up sentinel.
18420 (term-sentinel): New function.
18421 (term-handle-exit): New function.
18422
18423 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18424 Use assoc-string, and mark them obsolete.
18425 (delay-mode-hooks): Mark as permanent local.
18426
18427 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18428
18429 * register.el (copy-rectangle-to-register): Doc fix.
18430
18431 * info.el (Info-insert-dir): Use assoc-string.
18432
18433 * info-look.el (info-lookup): Use assoc-string.
18434
18435 * frame.el (pop-up-frame-function): Use quote, not `function'.
18436 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18437 copying with lists as coordinate values.
18438
18439 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18440
18441 * find-dired.el (kill-find): New command.
18442 (find-dired): Make buffer read-only.
18443 Set up a keymap with C-c C-k running kill-find.
18444 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18445
18446 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18447
18448 * filecache.el (file-cache-ignore-case): New variable.
18449 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18450
18451 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18452 (comint-dynamic-complete-as-filename): Rename local vars.
18453 (comint-dynamic-list-filename-completions): Likewise.
18454
18455 * comint.el (comint-dynamic-list-completions-config): New var.
18456 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18457
18458 * comint.el (comint-file-name-chars): Add [].
18459 (comint-word): Use skip-chars-backward, not search.
18460
18461 * shell.el (shell-file-name-chars): Add [].
18462
18463 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18464
18465 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18466
18467 * generic.el (define-generic-mode): Doc fix.
18468
18469 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18470
18471 * files.el (kill-some-buffers): Doc fix.
18472
18473 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18474
18475 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18476 arg to send-invisible
18477 (send-invisible): Doc fix. The argument is now a prompt, not the
18478 string to send.
18479 (comint-read-noecho): Doc fix.
18480
18481 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18482
18483 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18484 "@", as required by some ISP hosting service. Fix defcustom
18485 argument syntax errors that prevented use of customization.
18486
18487 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18488
18489 * xml.el (xml-get-attribute-or-nil): Doc fix.
18490
18491 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18492
18493 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18494 write-file-hooks.
18495
18496 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18497
18498 * autorevert.el (auto-revert-interval): Doc fix.
18499
18500 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18501
18502 * xml.el (xml-get-attribute-or-nil): New function, like
18503 xml-get-attribute, but returns nil if the attribute was not found.
18504 (xml-get-attribute): Convert to defsubst, uses
18505 xml-get-attribute-or-nil.
18506
18507 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18508
18509 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18510
18511 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18512
18513 * custom.el (custom-declare-theme): Use `value' when putting
18514 properties on `theme'.
18515
18516 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18517
18518 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18519 for each yank-handler segment.
18520 (insert-for-yank-1): New function, with the body of the previous
18521 insert-for-yank.
18522
18523 * textmodes/table.el (table-yank-handler): New defcustom.
18524 (table--put-cell-indicator-property): Put yank-handler property
18525 that indicates the yank handler for the table cell.
18526
18527 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18528
18529 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18530 set of keywords.
18531
18532 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18533
18534 * international/mule-cmds.el (reset-language-environment)
18535 (set-language-environment): Don't invoke fontset-related functions
18536 if fontset-list is not fboundp.
18537
18538 2003-12-29 Kenichi Handa <handa@m17n.org>
18539
18540 * international/mule-cmds.el (reset-language-environment):
18541 Call set-overriding-fontspec-internal with nil.
18542 (set-language-environment): Call set-overriding-fontspec-internal
18543 if the language environment specify `overriding-fontspec'.
18544 (language-info-alist): Doc added.
18545
18546 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18547 characters of mule-unicode-0100-24ff.
18548 (ccl-encode-windows-1251-font): New CCL program.
18549 ("Bulgarian"): Specify overriding-fontspec.
18550 ("Belarusian"): Likewise.
18551
18552 2003-12-28 Sam Steingold <sds@gnu.org>
18553
18554 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18555 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18556
18557 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18558
18559 * progmodes/gud.el (gud-gdb-command-name): Set default to
18560 "gdb --annotate=3".
18561 (gud-gdb-marker-filter): Look out for annotations.
18562 (gdb-first-pre-prompt): New variable.
18563 Remove trailing white space.
18564
18565 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18566 if necessary.
18567 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18568 annotations are detected.
18569 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18570 instead of a local one to allow transition from
18571 gud-gdb-marker-filter.
18572 Remove trailing white space.
18573
18574 2003-12-27 Kim F. Storm <storm@cua.dk>
18575
18576 * ido.el: Handle non-readable directories.
18577 (ido-decorations): Add 9th element for non-readable directory.
18578 (ido-directory-nonreadable): New dynamic var.
18579 (ido-set-current-directory): Set it.
18580 (ido-read-buffer, ido-file-internal):
18581 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18582 (ido-file-name-all-completions1): Return empty list for
18583 non-readable directory.
18584 (ido-exhibit): Print [Not readable] if directory is not readable.
18585 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18586 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18587 Use it.
18588
18589 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18590
18591 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18592 calls to directory-files-and-attributes and file-attributes.
18593 (ls-lisp-format): Remove system dependent handling of user and
18594 group id's.
18595
18596 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18597
18598 * ffap.el (ffap-read-file-or-url): Revert previous change.
18599
18600 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18601
18602 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18603 new list of included files called `files-with-node-lines', that
18604 only have node lines. This way @include commands can include any
18605 file, such as version and update files without node lines, not
18606 just files that are chapters.
18607
18608 2003-12-25 Andreas Schwab <schwab@suse.de>
18609
18610 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18611 file not found.
18612
18613 2003-12-08 Miles Bader <miles@gnu.org>
18614
18615 * dired.el (dired-between-files): Always use dired-move-to-filename,
18616 which is more robust in non-english locales.
18617
18618 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18619
18620 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18621
18622 2003-12-24 Andreas Schwab <schwab@suse.de>
18623
18624 * shell.el (shell-file-name-quote-list): Add backslash.
18625
18626 * comint.el (comint-quote-filename): Correctly handle backslash
18627 in comint-file-name-quote-list.
18628
18629 2003-12-24 Kenichi Handa <handa@m17n.org>
18630
18631 * international/mule-cmds.el (set-default-coding-systems):
18632 Call ucs-set-table-for-input for all buffers that don't have local
18633 value of buffer-file-coding-system.
18634
18635 * international/ucs-tables.el (ucs-set-table-for-input):
18636 If translation-table-for-encode is a symbol, get its
18637 translation-table property.
18638
18639 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18640
18641 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18642 to `completing-read' on a recently fixed bug.
18643
18644 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18645 instead of SPACE, to get the list of possible fringe modes.
18646 SPACE only works if both `partial-completion-mode' and
18647 `completion-auto-help' are nil.
18648
18649 * complete.el (PC-is-complete-p): Delete.
18650 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18651 calls to `test-completion'.
18652
18653 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
18654
18655 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18656 to edit values when there are no children.
18657
18658 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18659 a mode called "Assembler" already exists.
18660 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18661 (gud-watch): Use format option. Remove font properties from string.
18662 (gdb-var-create-handler, gdb-var-list-children-handler):
18663 Don't bother about properties as there are none.
18664 (gdb-var-create-handler, gdb-var-list-children-handler)
18665 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18666 with two arguments.
18667 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18668 Let speedbar show value changes with a different font.
18669 (gdb-edit-value): New defun.
18670 (gdb-clear-partial-output, gdb-clear-inferior-io)
18671 (def-gdb-auto-update-handler): Use erase-buffer.
18672 (gdb-frame-handler): Display watch expressions in
18673 FUNCTION::VARIABLE format if required.
18674
18675 2003-12-23 John Paul Wallington <jpw@gnu.org>
18676
18677 * info.el (Info-unescape-quotes, Info-split-parameter-string)
18678 (Info-goto-emacs-command-node): Doc fixes.
18679
18680 2003-12-12 Jesper Harder <harder@ifa.au.dk>
18681
18682 * cus-edit.el (custom-add-parent-links): Define "many".
18683
18684 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
18685
18686 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18687 (widget-child-validate, widget-type-value-create)
18688 (widget-type-default-get, widget-type-match): New functions.
18689 (lazy): New widget.
18690 (menu-choice, checklist, radio-button-choice, editable-list)
18691 (group, documentation-string): Remove redundant (per 2003-10-25
18692 change) calls to `widget-children-value-delete'.
18693 (widget-choice-value-get, widget-choice-value-inline): Remove.
18694 (menu-choice): Update widget.
18695
18696 2003-12-03 Kenichi Handa <handa@m17n.org>
18697
18698 * language/cyrillic.el: Register "microsoft-cp1251" in
18699 ctext-non-standard-encodings-alist.
18700 ("Bulgarian"): Add ctext-non-standard-encodings.
18701 ("Belarusian"): Likewise.
18702
18703 * international/mule-conf.el (compound-text-with-extensions):
18704 Change the type to 2 (iso-2022 base).
18705
18706 * international/mule.el (ctext-non-standard-encodings-alist):
18707 Change the format.
18708 (ctext-non-standard-encodings): New variable.
18709 (ctext-post-read-conversion): Fully re-written.
18710 (ctext-non-standard-designations-alist): Delete it.
18711 (ctext-non-standard-encodings-table): New function.
18712 (ctext-pre-write-conversion): Fully re-written.
18713
18714 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
18715
18716 * cus-edit.el (custom-add-parent-links): Add documentation links
18717 for parent, if the item has none of its own.
18718
18719 2003-11-30 Richard M. Stallman <rms@gnu.org>
18720
18721 * dired-aux.el (dired-do-query-replace-regexp):
18722 Report files visited read-only.
18723
18724 2003-11-30 Juri Linkov <juri@jurta.org>
18725
18726 * dired-aux.el (dired-compare-directories): New command.
18727 (dired-file-set-difference, dired-files-attributes): New functions.
18728
18729 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
18730 Version 2.0.38 of Tramp released.
18731
18732 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
18733 Charles Curley <charlescurley@charlescurley.com>.
18734 (tramp-multi-connection-function-alist): Add ssht entry which adds
18735 "-e none -t -t" to the list of ssh args. Suggested by Adrian
18736 Aichner.
18737 (tramp-get-method-parameter): New function to retrieve a method
18738 parameter. This allows for omission of method parameters.
18739 Callers adjusted.
18740
18741 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
18742
18743 * net/tramp.el: Add new optional parameter ID-FORMAT to
18744 `file-attributes'. Calls of `file-attributes' won't use this
18745 parameter for backward compatibility reasons.
18746 (tramp-perl-file-attributes): Add a new parameter to Perl script
18747 in order to handle uid/gid as strings, if desired.
18748 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
18749 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
18750 order to make the function more general.
18751 (tramp-handle-file-attributes): Replace proprietary optional
18752 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
18753 (tramp-handle-file-attributes-with-perl): Handle parameter
18754 NONNUMERIC if set. This wasn't done in the past.
18755 (tramp-post-connection): Apply second parameter "$2" if
18756 `tramp-remote-perl' is called.
18757
18758 * net/tramp-smb.el (tramp-smb-handle-delete-file):
18759 Correct cut'n'waste error (`filename' instead of `directory').
18760 (tramp-smb-handle-directory-files-and-attributes)
18761 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
18762 introduced parameter ID-FORMAT.
18763 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
18764 error (`directory' instead of `ldir').
18765
18766 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
18767 `file-attributes' has a second parameter. If yes, apply it with
18768 value "'integer". Otherwise, don't use that parameter (default is
18769 integer format).
18770
18771 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
18772
18773 * help.el (help-map): Bind `display-local-help' to `C-h .'.
18774 (help-for-help): Add `C-h .' to the listed Help options.
18775 Remove trailing whitespace.
18776
18777 * help-at-pt.el: New file.
18778
18779 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
18780
18781 * subr.el (noreturn, 1value): New macros for test coverage.
18782 See `testcover.el'.
18783
18784 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
18785
18786 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
18787 for macro `1value'.
18788 (testcover-1value): New function. Checks that a 1value form
18789 actually returns only one value. Requested by RMS.
18790
18791 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
18792
18793 * gdb-ui.el (gud-watch, gdb-var-create-handler)
18794 (gdb-var-list-children, gdb-var-list-children-handler)
18795 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
18796 gdb commands that use mi to keep them out of the command history.
18797
18798 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18799
18800 * cus-start.el (all): Add use-file-dialog.
18801
18802 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
18803
18804 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
18805
18806 2003-11-27 Kim F. Storm <storm@cua.dk>
18807
18808 * subr.el (posn-object-x-y): New defun.
18809
18810 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
18811
18812 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
18813 Don't use `space' for \\\n.
18814 Be more selective as to which # are comment-starters.
18815
18816 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
18817
18818 * subr.el (number-sequence): Improve handling of floating point
18819 arguments (suggested by Kim Storm). Allow negative arguments.
18820
18821 2003-11-26 Kenichi Handa <handa@m17n.org>
18822
18823 * international/mule-cmds.el (standard-display-european-internal):
18824 Cancel the standard-display-table setting for ` and '.
18825
18826 2003-11-26 Kim F. Storm <storm@cua.dk>
18827
18828 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
18829 New defcustoms to add ffap-like functionality to ido.
18830 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
18831 (ido-no-final-slash): New defun.
18832 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
18833 (ido-read-file-name): ): Toggle VC checking via
18834 vc-handled-backends instead of vc-master-templates.
18835 (ido-file-internal): Handle ido-use-url-at-point and
18836 ido-use-filename-at-point via code borrowed from ffap-guesser.
18837 Handle new ido-exit code ffap.
18838 (ido-sort-list): Ignore final slash when sorting file names.
18839
18840 2003-11-25 Kim F. Storm <storm@cua.dk>
18841
18842 * emulation/cua-base.el (cua--standard-movement-commands):
18843 Add forward-sentence and backward-sentence.
18844
18845 2003-11-25 Stephen Eglen <stephen@gnu.org>
18846
18847 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
18848 iswitchb-exit is set to 'usefirst when user selects buffer at head
18849 of list using RET. (Selecting buffers at the head of the list was
18850 broken if the substring was also a complete buffername.)
18851
18852 2003-11-23 Kim F. Storm <storm@cua.dk>
18853
18854 * progmodes/compile.el (grep-command, grep-use-null-device)
18855 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
18856 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
18857 (grep-regexp-alist, grep-program, find-program)
18858 (grep-find-use-xargs, grep-history, grep-find-history)
18859 (grep-process-setup, grep-compute-defaults)
18860 (grep-default-command, grep, grep-tag-default, grep-find)
18861 (grep-expand-command-macros, grep-tree-last-regexp)
18862 (grep-tree-last-files, grep-tree): Move grep variables, functions
18863 and commands to new file grep.el.
18864 (compilation-mode-map): Remove grep commands from Compile sub-menu.
18865 (compilation-process-setup-function): Doc fix.
18866 (compilation-highlight-regexp, compilation-highlight-overlay): New
18867 defvars used for highlighting current compile error in source buffer.
18868 (compile-internal): New optional args HIGHLIGHT-REGEXP and
18869 LOCAL-MAP which overrides compilation-highlight-regexp and
18870 compilation-mode-map for this compilation.
18871 Delay calling compilation-set-window-height until after running
18872 compilation-process-setup-function so it can buffer-local override
18873 compilation-window-height.
18874 Check buffer-local value of compilation-scroll-output.
18875 (compilation-set-window-height): Use buffer-local value of
18876 compilation-window-height.
18877 (compilation-revert-buffer): Don't pass (undefined)
18878 preserve-modes arg to revert-buffer.
18879 (next-error-no-select, previous-error-no-select): New commands.
18880 (compilation-goto-locus): Temporarily highlight current match in
18881 source buffer using compilation-highlight-regexp.
18882
18883 * progmodes/grep.el: New file with grep code from compile.el.
18884 (grep): New defcustom group.
18885 (grep-window-height): New defcustom, like compilation-window-height.
18886 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
18887 (grep-scroll-output): New defcustom, like compilation-scroll-output.
18888 (grep-command, grep-use-null-device, grep-find-command)
18889 (grep-tree-files-aliases, grep-tree-ignore-case)
18890 (grep-tree-ignore-CVS-directories): Move to grep custom group.
18891 (grep-setup-hook): New hook variable.
18892 (grep-mode-map): New keymap for grep commands. Add Grep menu.
18893 (grep-last-buffer): New defvar, override compilation-last-buffer.
18894 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
18895 Call compile-internal with args highlight-regexp and grep-mode-map.
18896
18897 2003-11-23 Kim F. Storm <storm@cua.dk>
18898
18899 * subr.el (event-start, event-end): Doc fix.
18900 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
18901 (posn-area, posn-actual-col-row, posn-object): New defuns.
18902 (posn-col-row): Simplify doc. Rewrite to use cond.
18903 (posn-point): Also return buffer position for events outside text
18904 area (that info is now present in the event position).
18905
18906 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
18907 mouse-set-point so that hscroll still works now that clicks on
18908 fringes generate specific mouse events.
18909 (mouse-set-point): Note that it now works in fringes and margins
18910 too due to new semantics of posn-point in fringes and margins.
18911
18912 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
18913 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
18914
18915 2003-11-20 Kim F. Storm <storm@cua.dk>
18916
18917 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
18918 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
18919 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
18920 to 100 for icons to avoid increasing line height when shown.
18921
18922 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
18923
18924 * newcomment.el (comment-normalize-vars): Initialize properly if
18925 comment-start was nil.
18926
18927 2003-11-19 Andreas Schwab <schwab@suse.de>
18928
18929 * simple.el (set-variable): Fix indentation.
18930
18931 2003-11-17 Kenichi Handa <handa@m17n.org>
18932
18933 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
18934 Fix docstring.
18935
18936 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
18937
18938 * international/latin1-disp.el (latin1-display): Fix docstring.
18939
18940 2003-11-16 John Wiegley <johnw@newartisans.com>
18941
18942 * eshell/em-ls.el (eshell-ls-file): There are times with
18943 size-width is nil and uncomputed (when directories are created in
18944 dired, for example); in this case, 4 is reasonable default value,
18945 although it may caused skewed new entries (which could be avoided
18946 by returning the original value of 8 in all cases, but 99% of the
18947 time this is a waste of whitespace).
18948
18949 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18950
18951 * cc-engine.el (c-guess-continued-construct)
18952 (c-guess-basic-syntax): Check a little more carefully if it's a
18953 function declaration when an unknown construct followed by a block
18954 is found inside a statement context. This avoids macros followed
18955 by blocks to be taken as function declarations.
18956
18957 (c-guess-continued-construct): Change the analysis of a statement
18958 continuation with a brace open to `substatement-block', for
18959 consistency with recognized statements.
18960
18961 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
18962 start is in a position so that `c-beginning-of-statement-1' jumped
18963 to the beginning of the same statement.
18964
18965 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
18966 Don't accept binary operators in the arglist if we're in a function
18967 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
18968 template recognition in cases like "if (a < b || c > d)".
18969
18970 (c-restricted-<>-arglists): New more appropriate name for
18971 `c-disallow-comma-in-<>-arglists'.
18972
18973 Accessing functions updated for the variable name change.
18974
18975 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
18976 match data could get clobbered if NOT-INSIDE-TOKEN is used.
18977
18978 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
18979 labels.
18980
18981 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
18982 instead of duplicating parts of it. This fixes bogus label
18983 recognition.
18984
18985 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
18986 of checking the context in which to apply the minimum indentation,
18987 so that it isn't enforced in e.g. namespace blocks.
18988
18989 * cc-vars.el (c-inside-block-syms): New constant used by
18990 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
18991 to somewhat reduce the risk of becoming stale.
18992
18993 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
18994 cc-cmds to cc-engine to allow use from cc-align.
18995
18996 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
18997 qualified identifiers containing "::".
18998
18999 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19000 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19001
19002 * cc-vars.el (c-emacs-features): Use a space in front of the name
19003 of the temporary buffer. That also avoids dumping problems in
19004 XEmacs due to undo info being left around after the buffer is killed.
19005
19006 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19007 arglist to see if it's a K&R style declaration.
19008
19009 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19010 before returning `knr-argdecl-intro'.
19011
19012 2003-11-16 John Wiegley <johnw@newartisans.com>
19013
19014 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19015 field in a long-listing always 8 characters, use `size-width',
19016 which has already been computed.
19017
19018 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19019
19020 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19021
19022 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19023
19024 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19025 Support operation while narrowed, with `diff-restrict-view'.
19026
19027 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19028
19029 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19030 Take additional optional arg NARROWFUN. For the generated functions:
19031 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19032 include frags that arrange to check for and save narrowing state before
19033 the move and then conditionally call NARROWFUN after the move.
19034
19035 2003-11-14 John Wiegley <johnw@newartisans.com>
19036
19037 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19038 that was optional, but obviously missing based on surrounding code.
19039
19040 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19041 string arguments to numbers unless the whole argument was seen as
19042 a number.
19043
19044 2003-11-14 Kenichi Handa <handa@m17n.org>
19045
19046 * international/mule.el (ctext-non-standard-encodings-alist):
19047 Fix coding systems.
19048
19049 2003-11-10 Kenichi Handa <handa@m17n.org>
19050
19051 * language/kannada.el ("Kannada"): Add sample-text.
19052
19053 * language/knd-util.el (kannada-compose-region)
19054 (kannada-compose-string, kannada-post-read-conversion):
19055 Add autoload cookie.
19056
19057 * international/quail.el (quail-completion): Change the message
19058 "corresponding translations" to "corresponding characters".
19059
19060 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19061
19062 * descr-text.el (describe-char): Fix typo.
19063
19064 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19065
19066 These changes are to support Kannada language/script.
19067
19068 * Makefile.in (DONTCOMPILE): Add kannada.el.
19069
19070 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19071
19072 * loadup.el: Preload kannada.el.
19073
19074 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19075 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19076 New variables.
19077
19078 * language/kannada.el: New file.
19079
19080 * language/knd-util.el: New file.
19081
19082 2003-11-07 Andreas Schwab <schwab@suse.de>
19083
19084 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19085 Also highlight AH_*.
19086
19087 * xml.el (xml-parse-dtd): Fix misplaced paren.
19088
19089 2003-11-07 Kenichi Handa <handa@m17n.org>
19090
19091 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19092
19093 2003-11-05 Juri Linkov <juri@jurta.org>
19094
19095 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19096 (desktop-buffer-file): Use saved buffer-file-coding-system
19097 for file reading. Set auto-insert to nil to prevent automatic
19098 insertion into restored empty files.
19099
19100 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19101
19102 * files.el (risky-local-variable-p): Make second argument optional.
19103
19104 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19105
19106 * subr.el (add-hook): Fix last change.
19107
19108 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19109
19110 * mail/rmail.el (rmail-convert-to-babyl-format):
19111 If base64-decode-region signals an error, catch it and silently
19112 ignore it.
19113
19114 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19115
19116 * xml.el (xml-parse-region): Allow comments to appear after the
19117 topmost element has closed.
19118 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19119 (xml-ns-expand-attr): New functions to do namespace handling.
19120 (xml-intern-attrlist): Back-compatible handling of attribute names.
19121 (xml-parse-tag): Move namespace handling to separate functions.
19122 Now produces elements in the form ((:ns . "element") (attr-list)
19123 children) instead of ('ns:element (attr-list) children).
19124 (xml-parse-attlist): Fix attribute parsing.
19125 (xml-parse-dtd): Change parsing so that it produces strings
19126 instead of interned symbols.
19127
19128 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19129
19130 * dired.el (dired-ls-sorting-switches): Doc fix.
19131
19132 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19133
19134 * emacs-lisp/rx.el (rx-or): Fix the case of
19135 "(rx (and ?a (or ?b ?c) ?d))".
19136
19137 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19138
19139 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19140 (texinfo-format-region): Use it.
19141 (texinfo-format-buffer-1): Ditto.
19142
19143 2003-11-01 Alan Mackenzie <acm@muc.de>
19144
19145 Changes to allow scrolling whilst in isearch mode:
19146 * isearch.el (isearch-unread-key-sequence): New function,
19147 extracted from isearch-other-meta-char.
19148 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19149 "scrollable" standard functions.
19150 (isearch-allow-scroll): New customizable variable.
19151 (isearch-string-out-of-window, isearch-back-into-window)
19152 (isearch-reread-key-sequence-naturally)
19153 (isearch-lookup-scroll-key): New functions.
19154 (isearch-other-meta-char): Doc string and functionality enhanced.
19155 Now accepts a prefix argument.
19156 (isearch-lazy-highlight-window-end): New variable.
19157 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19158 end (thru isearch-lazy-highlight-window-end), not only its start.
19159
19160 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19161 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19162 (universal-argument, universal-argument-more, negative-argument)
19163 (digit-argument, universal-argument-other-key): Minor changes.
19164
19165 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19166
19167 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19168 recursively if the last message is deleted, thus avoiding an
19169 infinite loop.
19170
19171 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19172
19173 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19174 (tex-main-file): Don't add .tex if the extension is already present.
19175 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19176
19177 2003-10-29 Lute Kamstra <lute@gnu.org>
19178
19179 * progmodes/octave-inf.el (inferior-octave-prompt):
19180 Recognize version number in prompt.
19181
19182 2003-10-28 Dave Love <fx@gnu.org>
19183
19184 * international/characters.el: Fix some Unicode ranges.
19185
19186 2003-10-28 Kenichi Handa <handa@m17n.org>
19187
19188 * disp-table.el (standard-display-8bit)
19189 (standard-display-default, standard-display-ascii)
19190 (standard-display-g1, standard-display-graphic)
19191 (standard-display-underline): Assure that standard-display-table
19192 is a display table.
19193
19194 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19195
19196 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19197 reindenting the first line.
19198
19199 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19200
19201 * wid-edit.el (widget-default-delete): Always delete child widgets.
19202
19203 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19204
19205 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19206 if the line has code.
19207 Don't try to line up with something that's too far left.
19208
19209 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19210 (octave-mode-syntax-table): Add % as a comment starter.
19211 (octave-point): Remove.
19212 (octave-in-comment-p, octave-in-string-p)
19213 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19214 (octave-blink-matching-block-open, octave-auto-fill):
19215 Use line-(beginning|end)-position instead.
19216
19217 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19218
19219 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19220 for Francesco Potort\e,Al\e(B.
19221
19222 2003-10-23 Dave Love <fx@gnu.org>
19223
19224 * international/mule-cmds.el (locale-charset-to-coding-system):
19225 Don't rely on nil being a coding system.
19226
19227 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19228 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19229 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19230
19231 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19232
19233 * gdb-ui.el (gdb-current-language): New variable.
19234 (gdb-update-flag): Remove variable.
19235 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19236 (gdb-take-last-elt): Remove function.
19237 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19238 (gdb-post-prompt): Check for variable object changes here.
19239
19240 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19241 object changes in gdb-ui.el.
19242
19243 2003-10-21 Richard M. Stallman <rms@gnu.org>
19244
19245 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19246
19247 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19248 Don't check for foo*/ wildcard form here.
19249 (insert-directory): Recognize foo*/ as a wildcard.
19250 Separate wildcard-regexp variable from the arg, wildcard.
19251
19252 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19253 (remove-hook): Correctly handle strange cases about local hooks.
19254
19255 2003-10-21 David Ponce <david@dponce.com>
19256
19257 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19258 argument REAL, to return a real number instead of a rounded
19259 integer value. Define as inline function.
19260 (ruler-mode-right-fringe-cols): Likewise.
19261 (ruler-mode-scroll-bar-cols): New function.
19262 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19263 (ruler-mode-right-scroll-bar-cols): Likewise.
19264 (ruler-mode-space): New function.
19265 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19266 scroll bar mode and margins in a more robust way.
19267
19268 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19269
19270 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19271 (antlr-c-init-language-vars): New function.
19272 (antlr-mode): Use it with cc-mode before v5.29.
19273 (antlr-c-common-init): Don't set some local vars here.
19274 (antlr-mode): Set them here.
19275 (antlr-c-forward-sws): New function alias.
19276 (antlr-mode): Redefine with cc-mode before v5.30.
19277 (antlr-skip-sexps): Use it.
19278 (antlr-skip-exception-part): Ditto.
19279 (antlr-skip-file-prelude): Ditto.
19280 (antlr-outside-rule-p): Ditto.
19281 (antlr-end-of-body): Ditto.
19282 (antlr-option-kind): Ditto.
19283 (antlr-insert-option-area): Ditto.
19284 (antlr-file-dependencies): Ditto.
19285
19286 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19287
19288 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19289 Move backward only if point was not inside an entry.
19290
19291 2003-10-21 Richard M. Stallman <rms@gnu.org>
19292
19293 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19294
19295 2003-10-21 Juri Linkov <juri@jurta.org>
19296
19297 * compare-w.el: Automatically skip non-matching text to resync.
19298 (compare-windows-whitespace): Doc fix.
19299 (compare-windows-sync, compare-windows-sync-string-size)
19300 (compare-windows-recenter, compare-ignore-whitespace)
19301 (compare-windows-highlight, compare-windows-face): New variables.
19302 (compare-windows): Use compare-windows-sync.
19303 (compare-windows-highlight, compare-windows-dehighlight)
19304 (compare-windows-sync-regexp)
19305 (compare-windows-sync-default-function): New functions.
19306
19307 2003-10-21 Juri Linkov <juri@jurta.org>
19308
19309 * diff.el (diff-parse-differences): Don't visit the files now;
19310 instead, just record the error locus.
19311
19312 2003-10-21 Dave Love <fx@gnu.org>
19313
19314 * progmodes/cfengine.el: New file.
19315
19316 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19317
19318 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19319 default-directory when completing file names.
19320
19321 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19322
19323 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19324 followed by the word `face', it gets treated as a face, even if
19325 it is also defined as a variable or a function.
19326
19327 2003-10-20 Dave Love <fx@gnu.org>
19328
19329 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19330 Avoid incf in macro expansion.
19331
19332 2003-10-20 John Paul Wallington <jpw@gnu.org>
19333
19334 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19335 `evenp' so we don't implicitly require cl library at runtime.
19336
19337 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19338
19339 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19340 (help-make-xrefs): Only make cross-references for faces if
19341 preceded or followed by the word `face'. Do not make a
19342 cross-reference for variables without variable documentation,
19343 unless preceded by the word `variable' or `option'. Update doc
19344 string accordingly.
19345
19346 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19347
19348 * progmodes/hideshow.el: Rewrite one-armed `if'
19349 constructs using either `when' or `unless'.
19350 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19351
19352 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19353
19354 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19355 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19356 instead of 12x12.
19357
19358 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19359
19360 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19361 message while converting to Babyl.
19362
19363 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19364
19365 * allout.el (allout-mode): Doc fix.
19366
19367 2003-10-16 Lute Kamstra <lute@gnu.org>
19368
19369 * subr.el (force-mode-line-update): Fix docstring.
19370
19371 2003-10-14 Dave Love <fx@gnu.org>
19372
19373 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19374 (default-input-method): Add :link, improve :type.
19375 (locale-charset-language-names): Fix utf-8 pattern.
19376 (locale-charset-match-p, locale-charset-alist)
19377 (locale-charset-to-coding-system): New.
19378 (set-locale-environment): Deal with codeset part of locale specs.
19379
19380 2003-10-14 Lute Kamstra <lute@gnu.org>
19381
19382 * fringe.el (fringe-mode): Use active voice in docstring.
19383 (set-fringe-style): Ditto.
19384
19385 2003-10-13 Lute Kamstra <lute@gnu.org>
19386
19387 * fringe.el (fringe-mode): Fix docstring.
19388 (set-fringe-style): Ditto.
19389
19390 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19391
19392 * ediff-mult.el (ediff-filegroup-action):
19393 Use ediff-default-filtering-regexp.
19394
19395 * ediff-util.el (ediff-recenter): Don't call
19396 ediff-restore-highlighting twice.
19397 (ediff-select-difference): Set current difference.
19398 (ediff-unselect-and-select-difference): Add comment.
19399
19400 * ediff.el (ediff-directories,ediff-directory-revisions)
19401 (ediff-directories3,ediff-merge-directories)
19402 (ediff-merge-directories-with-ancestor)
19403 (ediff-merge-directory-revisions)
19404 (ediff-merge-directory-revisions-with-ancestor):
19405 Use ediff-default-filtering-regexp.
19406
19407 2003-10-12 Andreas Schwab <schwab@suse.de>
19408
19409 * international/mule-cmds.el (locale-charset-language-names):
19410 Simplify regex by removing unused grouping.
19411
19412 2003-10-10 Dave Love <fx@gnu.org>
19413
19414 * bindings.el: Don't bind stop.
19415
19416 2003-10-08 Miles Bader <miles@gnu.org>
19417
19418 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19419 face instead of attempting to emulate it.
19420
19421 2003-10-07 Kenichi Handa <handa@m17n.org>
19422
19423 * international/mule-diag.el (list-coding-systems-1): List coding
19424 systems that are loaded automatically.
19425
19426 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19427
19428 * international/mule.el (autoload-coding-system): New function.
19429
19430 2003-10-07 Andreas Schwab <schwab@suse.de>
19431
19432 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19433 change-log-default-name in the buffer visiting the file.
19434
19435 2003-10-06 Dave Love <fx@gnu.org>
19436
19437 * files.el (find-file-hook): Customize.
19438 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19439
19440 * bindings.el (completion-ignored-extensions): Remove .log.
19441 (global-map): Add again, open, stop keys.
19442
19443 2003-10-05 Richard M. Stallman <rms@gnu.org>
19444
19445 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19446 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19447 Use sh-modify directly.
19448 (sh-select): Use sh-append, not eval.
19449
19450 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19451
19452 * info.el (Info-following-node-name): New function.
19453
19454 * loadhist.el (unload-feature-special-hooks):
19455 Rename from loadhist-hook-functions.
19456 (loadhist-hook-functions): Now an alias.
19457
19458 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19459
19460 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19461 file-name clashes on 8+3 filesystems.
19462
19463 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19464 Rename loaddefs-boot.el to ldefs-boot.el
19465
19466 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19467 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19468
19469 2003-10-03 Lute Kamstra <lute@gnu.org>
19470
19471 * info.el (Info-mode): Revert previous change.
19472 (Info-escape-percent): New function.
19473 (Info-fontify-node): Use it.
19474
19475 2003-10-02 Andreas Schwab <schwab@suse.de>
19476
19477 * loaddefs-boot.el: Regenerated.
19478
19479 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19480
19481 * ffap.el: Remove defadvice related code from CVS since `complete'
19482 provides a `PC-completion-as-file-name-predicate' variable that
19483 ffap can override.
19484
19485 2003-10-02 Kenichi Handa <handa@m17n.org>
19486
19487 * international/utf-8.el (ccl-decode-mule-utf-8):
19488 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19489
19490 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19491 * international/subst-big5.el: Likewise.
19492 * international/subst-gb2312.el: Likewise.
19493 * international/subst-ksc.el: Likewise.
19494
19495 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19496
19497 * calendar/calendar.el (increment-calendar-month)
19498 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19499 (generate-calendar, calendar-read-date, calendar-interval)
19500 (calendar-day-of-week): Handle years BC.
19501 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19502
19503 2003-10-01 Dave Love <fx@gnu.org>
19504
19505 * language/cyrillic.el (cp1251): Alias for windows-1251.
19506
19507 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19508 bootstrap.
19509
19510 2003-10-01 Lute Kamstra <lute@gnu.org>
19511
19512 * files.el: Fix typo.
19513 * imenu.el (imenu--generic-function): Docstring fix.
19514
19515 2003-09-30 Richard M. Stallman <rms@gnu.org>
19516
19517 * dired.el (dired-mode): Handle dired-directory as a list.
19518
19519 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19520
19521 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19522
19523 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19524
19525 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19526 Replace gud-display with gud-watch.
19527 (gud-speedbar-buttons): Add stuff for watching expressions
19528 in the speedbar when using M-x gdba. Use dolist on old part
19529 of this function.
19530
19531 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19532 (gdb-update-flag): New variables.
19533 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19534 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19535 (gud-watch, gdb-var-create-handler) : New functions.
19536 (gdb-var-list-children, gdb-var-list-children-handler)
19537 (gdb-var-create-regexp, gdb-var-update-regexp)
19538 (gdb-var-list-children-regexp): New constants.
19539 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19540 (gdb-annotation-rules): Reduce annotation set (level 3).
19541 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19542 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19543 updates.
19544 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19545 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19546 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19547 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19548 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19549 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19550 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19551 (gud-display, gud-display1)
19552 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19553 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19554 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19555 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19556 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19557 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19558 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19559 (gdb-display-display-buffer, gdb-toggle-display)
19560 (gdb-delete-display, gdb-expressions-popup-menu)
19561 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19562 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19563 to display buffer.
19564
19565 2003-09-30 Richard M. Stallman <rms@gnu.org>
19566
19567 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19568 Instead, set which-func-functions.
19569
19570 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19571 (which-func-functions): New variable.
19572 (which-function): Use that.
19573
19574 * info.el (Info-mode): Double each `%' in header line.
19575
19576 * emacs-lisp/lisp-mnt.el (lm-with-file):
19577 When FILE is nil, run BODY in current buffer.
19578
19579 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19580
19581 * help.el (describe-mode): Start with a brief list of minor modes.
19582 Find them thru minor-mode-list so as to find them all.
19583 Show them in alphabetical order.
19584
19585 * mail/sendmail.el (mail-aliases): Doc fix.
19586
19587 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19588
19589 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19590
19591 * mail/rmailsum.el (rmail-make-summary-line-1):
19592 Change comma after last label to a space.
19593 (rmail-summary-font-lock-keywords): Adapt to that change.
19594
19595 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19596
19597 * progmodes/scheme.el (scheme-mode-variables): When setting
19598 `font-lock-defaults', also specify that "#" should
19599 be interpreted with `word' syntax.
19600 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19601
19602 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19603
19604 * desktop.el: A lot of comments updated.
19605 (desktop-save-mode): Minor mode introduced.
19606 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19607 (desktop-load-default): Function made obsolete.
19608 (desktop-locals-to-save): Variable made customizable.
19609 (desktop-read): Optional parameter `dirname' added.
19610 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19611 `desktop-read' used.
19612 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19613
19614 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19615
19616 * whitespace.el (whitespace-clean-msg): Add user customizable message
19617 for displaying ``clean'' output.
19618 (whitespace-buffer): Use `whitespace-clean-msg'.
19619 (whitespace-global-mode): Fix typo.
19620
19621 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19622
19623 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19624
19625 2003-09-29 Lute Kamstra <lute@gnu.org>
19626
19627 * bindings.el (mode-line-modes): Remove superfluous :propertize
19628 construct in initialization.
19629 (mode-line-position): Change cons cell into proper list in
19630 initialization.
19631
19632 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19633
19634 * international/mule.el (decode-coding-inserted-region): Use car
19635 of the return value of find-operation-coding-system.
19636
19637 2003-09-29 Kenichi Handa <handa@m17n.org>
19638
19639 * descr-text.el (describe-char): Fix previous change.
19640
19641 2003-09-28 Kenichi Handa <handa@m17n.org>
19642
19643 * descr-text.el (describe-char-display): New function.
19644 (describe-char): Pay attention to display table on describing how
19645 a character is displayed.
19646
19647 * international/mule-cmds.el (encoded-string-description):
19648 Prepend "0x" to each encoded byte.
19649
19650 2003-09-28 Andreas Schwab <schwab@suse.de>
19651
19652 * find-file.el (ff-special-constructs): Add autoload cookie.
19653
19654 2003-09-28 Kevin Ryde <user42@zip.com.au>
19655
19656 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19657 makeinfo appends to duplicate index entries.
19658
19659 2003-09-28 Eli Zaretskii <eliz@gnu.org>
19660
19661 * dired-x.el (dired-clean-tex): Doc fix.
19662
19663 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19664 using a Chinese tutorial.
19665
19666 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19667
19668 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19669 between "MAIL FROM:" and "RCPT TO:" and the following address.
19670
19671 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19672
19673 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19674
19675 2003-09-28 David Ponce <david@dponce.com>
19676
19677 * recentf.el (recentf-initialize-file-name-history): New defcustom.
19678 (recentf-load-list): When `recentf-initialize-file-name-history'
19679 is non-nil, initialize an empty `file-name-history' with the
19680 recent list.
19681
19682 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
19683
19684 * man.el (Man-default-man-entry): Remove the leading `*' from the
19685 word at point.
19686
19687 2003-09-26 Lute Kamstra <lute@gnu.org>
19688
19689 * bindings.el (mode-line-position): Mention size indication in
19690 docstring.
19691
19692 2003-09-26 Andre Spiegel <spiegel@gnu.org>
19693
19694 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
19695
19696 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
19697 because it's autoloaded now.
19698
19699 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19700
19701 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
19702 (sh-font-lock-keywords, sh-feature): Fix previous change of
19703 sh-feature to avoid infloop with sh-font-lock-keywords.
19704
19705 2003-09-25 Kim F. Storm <storm@cua.dk>
19706
19707 * frame.el (frame-current-scroll-bars): New defun.
19708
19709 * window.el (window-current-scroll-bars): New defun.
19710
19711 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19712
19713 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
19714 cause errors when the state cache contains info on parts that have
19715 been narrowed out.
19716
19717 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19718
19719 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
19720 `c-setup-paragraph-variables' has to be used when this variable is
19721 changed; it doesn't work to reinitialize the mode since that
19722 typically clobbers the variable.
19723
19724 * progmodes/cc-styles.el (c-setup-paragraph-variables):
19725 Make it interactive.
19726
19727 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19728
19729 * progmodes/cc-fonts.el (c-font-lock-declarations):
19730 Fix recognition of constructors and destructors for classes whose
19731 names are matched by `*-font-lock-extra-types'.
19732
19733 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
19734 followed by an identifier in C++ then it's a type.
19735
19736 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19737
19738 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
19739 problem that primarily affected XEmacs. Don't use faces to find
19740 unterminated strings since Emacs and XEmacs fontify strings
19741 differently - this function should now work better in XEmacs.
19742
19743 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19744
19745 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
19746 `expand-abbrev' workaround which caused braces to misbehave inside
19747 macros.
19748
19749 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
19750 handling. This bug could cause interactive font locking to bail out.
19751
19752 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19753
19754 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19755 Handle paren-style types in Pike. Also fixed some cases of
19756 insufficient handling of unbalanced parens.
19757
19758 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
19759
19760 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
19761 common shell prompts that are not common filename or URL characters.
19762 (ffap-file-at-point): Use the new regexp to strip the prompts from
19763 the file names. This is an issue mostly for user prompts that
19764 don't have a trailing space and find-file-at-point is invoked from
19765 within a shell inside Emacs.
19766
19767 2003-09-24 Andre Spiegel <spiegel@gnu.org>
19768
19769 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
19770 stamps numerically, rather than textually.
19771
19772 2003-09-24 Kenichi Handa <handa@m17n.org>
19773
19774 * language/devan-util.el (devanagari-post-read-conversion):
19775 * language/mlm-util.el (malayalam-post-read-conversion):
19776 * language/tml-util.el (tamil-post-read-conversion):
19777 Add autoload cookie.
19778
19779 * international/utf-8.el (utf-8-post-read-conversion):
19780 Call post-read-conversion functions for Devanagari, Malayalam,
19781 and Tamil.
19782
19783 2003-09-23 Dave Love <fx@gnu.org>
19784
19785 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
19786
19787 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
19788
19789 * progmodes/gud.el (perldb): Add gud-until to list of commands.
19790 Update gud-remove.
19791
19792 2003-09-22 Richard M. Stallman <rms@gnu.org>
19793
19794 * progmodes/sh-script.el (sh-mode-default-syntax-table):
19795 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
19796 (sh-mode-syntax-table-input): New variable.
19797 (sh-require-final-newline): Don't use eval.
19798 (sh-builtins, sh-leading-keywords, sh-other-keywords)
19799 (sh-variables, sh-font-lock-keywords): Don't use eval.
19800 (sh-set-shell): When setting require-final-newline,
19801 treat value = `require-final-newline' as don't change it.
19802 Set sh-mode-syntax-table locally based on
19803 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
19804
19805 * progmodes/compile.el (compile-internal):
19806 Call compilation-set-window-height before setting window start.
19807
19808 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
19809
19810 * emacs-lisp/bytecomp.el (byte-compile-log-file):
19811 Clear out byte-compile-last-warned-form.
19812
19813 2003-09-22 Richard M. Stallman <rms@gnu.org>
19814
19815 * woman.el (woman-file-name, woman-follow-word):
19816 If current-word returns nil, use "".
19817
19818 * simple.el (eval-expression): Bind standard-output in to-buffer case.
19819
19820 2003-09-22 Richard M. Stallman <rms@gnu.org>
19821
19822 * emacs-lisp/lisp-mnt.el (lm-with-file):
19823 Don't visit the file, just use insert-file-contents in temp buffer.
19824
19825 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
19826
19827 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
19828 Add surrounding \\( and \\) around the header, as in
19829 for lm-history-header 'Change Log\\|History'.
19830
19831 2003-09-22 John Paul Wallington <jpw@gnu.org>
19832
19833 * progmodes/ld-script.el: Add Commentary section,
19834 minor cleanup of file header.
19835 (ld-script-font-lock-keywords): Doc fix.
19836 (toplevel): Provide `ld-script' feature.
19837
19838 2003-09-21 Kim F. Storm <storm@cua.dk>
19839
19840 * scroll-bar.el (set-scroll-bar-mode): Initialize to
19841 new built-in variable default-frame-scroll-bars.
19842 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
19843 scroll-bar-mode; notably, use it instead of t when we toggle
19844 scroll-bars on.
19845 (toggle-scroll-bar): Use default-frame-scroll-bars.
19846
19847 2003-09-19 Masatake YAMATO <jet@gyve.org>
19848
19849 * pcvs.el (cvs-do-removal): Change the prompt depending on
19850 `filter' value.
19851
19852 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19853
19854 * startup.el (command-line-1): Stop startup-echo-area-message
19855 being hidden by "Loading image..." message.
19856 (use-fancy-splash-screens-p, display-splash-screen):
19857 Move display-graphic-p test from latter to former.
19858
19859 * progmodes/sh-script.el (sh-font-lock-keywords):
19860 Highlight escaped EOLs differently from other backslash constructs.
19861
19862 2003-09-19 Richard M. Stallman <rms@gnu.org>
19863
19864 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
19865 New functions.
19866 (edebug-enter, edebug-outside-excursion): Use them.
19867
19868 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
19869 Fix the condition for whether to print "In WHERE".
19870
19871 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
19872
19873 * finder.el (finder-mode-hook): New variable.
19874 (finder-mode): Run hook finder-mode-hook
19875
19876 2003-09-18 Masatake YAMATO <jet@gyve.org>
19877
19878 * progmodes/ebrowse.el: Fix broken magic autoload comments.
19879
19880 2003-09-17 Mario Lang <mlang@delysid.org>
19881
19882 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
19883 "p %e" to actually print the value in the GUD buffer.
19884
19885 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
19886
19887 From David Ponce <david.ponce@wanadoo.fr>:
19888 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
19889 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
19890 from loaddefs-boot.el if necessary.
19891
19892 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
19893
19894 * progmodes/gud.el (gud-find-class): Make jdb work again since
19895 cc-mode changed the syntactic information.
19896
19897 2003-09-15 David Ponce <david@dponce.com>
19898
19899 * recentf.el: (recentf-exclude): Accept predicates too.
19900 (recentf-file-readable-p): New function.
19901 (recentf-include-p): Handle predicates in recentf-exclude.
19902 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
19903 (recentf-cleanup): Likewise.
19904 (recentf-save-list): Use write-file to handle backup of
19905 recentf-save-file.
19906
19907 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
19908
19909 * loaddefs-boot.el: Renamed from `loaddefs.el'
19910 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
19911 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
19912 necessary.
19913
19914 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
19915
19916 * electric.el (Electric-pop-up-window): For the `one-window' case,
19917 no longer disconcertingly move point in the original buffer.
19918
19919 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19920
19921 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
19922
19923 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
19924
19925 * dired.el (dired-mode-map): Fix typo.
19926
19927 2003-09-11 Richard M. Stallman <rms@gnu.org>
19928
19929 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
19930
19931 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
19932
19933 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
19934 the function is less noisy. Now only `kill-buffer' can ask questions.
19935
19936 2003-09-10 Mario Lang <mlang@delysid.org>
19937
19938 * battery.el: Update Commentary and Copyright.
19939 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
19940 appear due to wrong ordering of the expressions in `or'.
19941
19942 2003-09-09 Lute Kamstra <lute@gnu.org>
19943
19944 * misc.el (upcase-char): Fix docstring.
19945 (zap-up-to-char): New command.
19946
19947 2003-09-08 David Ponce <david@dponce.com>
19948
19949 Ensure that recentf correctly updates the menu bar.
19950 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
19951 (recentf-menu-bar): New function.
19952 (recentf-clear-data): Use it
19953 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
19954 of easy-menu-change.
19955
19956 2003-09-08 Lute Kamstra <lute@gnu.org>
19957
19958 * simple.el (size-indication-mode): New.
19959 * bindings.el (mode-line-position): Add buffer size indicator.
19960
19961 2003-09-04 Mario Lang <mlang@delysid.org>
19962
19963 * battery.el (battery-linux-proc-acpi): New function.
19964 (battery-status-function): Modify default value calculation to also
19965 check for availability of ACPI.
19966 (battery-echo-area-format): Ditto.
19967 (battery-mode-line-format): Ditto.
19968
19969 2003-09-06 Dave Love <fx@gnu.org>
19970
19971 * ielm.el (ielm-mode-hook): Add :options.
19972
19973 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
19974 (eldoc-print-current-symbol-info): Use it.
19975
19976 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
19977
19978 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
19979 being displayed in GUD buffer.
19980 (gdb-idle-input-queue): Remove var. Use just one queue.
19981 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
19982 Remove functions. Use just one queue.
19983 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
19984 (gdb-invalidate-assembler, gdb-get-current-frame):
19985 Modify functions. Use just one queue.
19986
19987 2003-09-04 Dave Love <fx@gnu.org>
19988
19989 * cus-start.el: Add blink-cursor-alist.
19990
19991 * ruler-mode.el (ruler-mode-fill-column-char)
19992 (ruler-mode-current-column-char): Use char-displayable-p,
19993 not window-system.
19994
19995 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
19996
19997 * language/european.el (windows-1252): Move from code-pages.
19998
19999 * language/cyrillic.el ("Windows-1251"): Delete.
20000 ("Bulgarian", "Belarusian"): Remove `features'.
20001 (windows-1251): Move from code-pages.
20002
20003 * international/mule-diag.el (non-iso-charset-alist):
20004 Remove `codepage' stuff.
20005 (print-designation, list-coding-systems-1): Output fixes.
20006
20007 * international/code-pages.el (cp-make-translation-table)
20008 (cp-valid-codes): Made defsubsts.
20009 (cp-fix-safe-chars): Delete.
20010 (mule-diag): Don't require.
20011 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20012 (top-level): Check for defined coding system when defining
20013 cp... aliases. Change w32-add-charset-info test to avoid warning.
20014 (non-iso-charset-alist): Defvar when compiling.
20015 (cp-make-coding-system): Doc fix.
20016
20017 2003-09-02 Jason Rumney <jasonr@gnu.org>
20018
20019 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20020 line-ends from CVS before doing conversion.
20021
20022 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20023
20024 * calendar/diary-lib.el (diary-header-line-flag)
20025 (diary-header-line-format): New variables.
20026 (list-diary-entries): Use them to set header line in simple diary.
20027
20028 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20029 other than font-lock-string-face to highlight backslashes.
20030
20031 2003-09-01 Jason Rumney <jasonr@gnu.org>
20032
20033 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20034 regexp.
20035
20036 2003-09-01 Dave Love <fx@gnu.org>
20037
20038 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20039
20040 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20041 and :help; also line and column numbers labels.
20042
20043 * international/mule-util.el (char-displayable-p): Move from
20044 latin1-disp, rename and autoload.
20045
20046 * international/latin1-disp.el (latin1-char-displayable-p):
20047 Now obsolete alias. Replace uses with char-displayable-p.
20048 (latin1-display-ucs-per-lynx): Fix last change.
20049
20050 * international/mule-cmds.el (standard-display-european-internal):
20051 Don't use char code for Latin-1 NBSP.
20052 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20053 U+2018, U+2019 for `'.
20054 (select-safe-coding-system): Message fix.
20055
20056 2003-09-01 Kenichi Handa <handa@m17n.org>
20057
20058 * international/fontset.el (setup-default-fontset): For Thai
20059 font, specify "*" family.
20060
20061 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20062
20063 * progmodes/compile.el (previous-error): Accept a prefix
20064 argument, similarly to next-error.
20065
20066 2003-08-31 Masatake YAMATO <jet@gyve.org>
20067
20068 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20069 the number of files. Bind the number of files to a local
20070 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20071
20072 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20073
20074 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20075 2003-07-26: msdos-long-file-names is a function, not a variable.
20076
20077 2003-08-29 Richard M. Stallman <rms@gnu.org>
20078
20079 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20080 Do nothing with mail-personal-alias-file if it is nil.
20081
20082 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20083 Do nothing if mail-personal-alias-file is nil.
20084
20085 * term.el (term-exec-1): Bind coding-system-for-read.
20086
20087 * dired.el (dired-mouse-find-file-other-window):
20088 Use dired-view-command-alist here, as in dired-view-file.
20089 (dired-view-command-alist): Use %s to substitute file name.
20090 Handle .ps_pages, .eps, .jpg, .gif, .png.
20091
20092 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20093
20094 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20095 `Info-prev-reference', instead of M-tab.
20096
20097 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20098
20099 * simple.el (blink-matching-open): Work correctly on chars that
20100 are designated as parens through the syntax-table text property.
20101
20102 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20103
20104 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20105 line break position in the middle of a non-kinsoku (e.g. latin)
20106 word, making it skip until either a space or a character with
20107 category "|".
20108 (kinsoku-longer): Test for end of buffer.
20109
20110 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20111
20112 * mail/rmail.el (rmail-convert-to-babyl-format):
20113 Detect quoted-printable- and base64-encoded messages and decode them
20114 automatically. Set the message's encoding from the charset=
20115 header, if any. Decode base64-encoded messages in Mail format as well.
20116
20117 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20118
20119 * mail/smtpmail.el: Fix previous change.
20120 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20121 calling smtpmail-via-smtp.
20122 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20123
20124 2003-08-26 John Paul Wallington <jpw@gnu.org>
20125
20126 * image.el (image-jpeg-p): Don't search beyond length of data.
20127
20128 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20129
20130 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20131 misfeature in `expand-abbrev' which caused electric keywords like
20132 "else" to disappear if an open brace was typed directly afterwards.
20133
20134 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20135
20136 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20137 mandatory in `define-widget'.
20138
20139 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20140 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20141
20142 (c-assignment-operators): New language constant that only contains
20143 the assignment operators.
20144
20145 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20146
20147 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20148
20149 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20150 Safeguard against unbalanced sexps.
20151
20152 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20153
20154 * version.el (emacs-version): Check for gtk. Include gtk version info.
20155
20156 2003-08-25 John Paul Wallington <jpw@gnu.org>
20157
20158 * man.el (Man-default-man-entry): Don't whizz past the section
20159 number before looking for it.
20160
20161 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20162
20163 * progmodes/gud.el (gud-display-line): Don't set window-point if
20164 source buffer is not visible. (Only happens with M-x gdba.)
20165
20166 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20167 documentation.
20168 (gdb-source, gdb-source-info): Update to assembler unnecessary
20169 as its done after each GDB command anyway.
20170 (gdb-pre-prompt): Use with-current-buffer.
20171 (gdb-insert-field): Add help-echo text.
20172 (gdb-invalidate-assembler): Re-display of assembler now done in
20173 gdb-info-breakpoints-custom.
20174 (gdb-info-breakpoints-custom): Force re-display of assembler to
20175 happen *after* update of breakpoints buffer.
20176 (gdb-display-source-buffer): Don't choke if gdb-source-window
20177 isn't visible.
20178 (gdb-put-string, gdb-put-arrow): Remove free variables.
20179
20180 2003-08-24 John Paul Wallington <jpw@gnu.org>
20181
20182 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20183
20184 * man.el (Man-default-man-entry): Strip text properties when
20185 snarfing parts of entry because `format' preserves properties.
20186
20187 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20188
20189 * files.el (file-newest-backup): Use `expand-file-name'.
20190
20191 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20192 Allow the diary to pop up a new frame, if needed.
20193
20194 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20195 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20196 (smtpmail-send-it): Make treatment of envelope-from consistent with
20197 sendmail.el.
20198
20199 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20200 (sh-leading-keywords): Add the bash `time' reserved word.
20201 (sh-variables): Add some bash variables.
20202 (sh-add-completer): Fix nil branch of case statement.
20203
20204 2003-08-24 Masatake YAMATO <jet@gyve.org>
20205
20206 * progmodes/ld-script.el: New file.
20207
20208 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20209
20210 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20211
20212 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20213
20214 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20215 Better explain obsolescence, and what to use instead.
20216
20217 2003-08-23 Masatake YAMATO <jet@gyve.org>
20218
20219 * pcvs.el (cvs-do-removal): Show the deleted file name
20220 on the prompt.
20221
20222 2003-08-20 Dave Love <fx@gnu.org>
20223
20224 * international/mule.el (make-coding-system)
20225 (set-buffer-file-coding-system): Doc fix.
20226
20227 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20228
20229 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20230
20231 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20232
20233 * international/utf-16.el: Add mime-text-unsuitable coding system
20234 properties.
20235
20236 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20237
20238 * cus-edit.el: Add some :links.
20239 (bib): Remove.
20240
20241 * textmodes/bib-mode.el (bib): Add :group external.
20242
20243 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20244
20245 * wid-edit.el (widget-echo-help): Make it handle expressions that
20246 evaluate to strings.
20247
20248 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20249
20250 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20251
20252 Simplify selection of SQL products to define highlighting and
20253 interactive mode. Includes detailed instructions on adding
20254 support for new products.
20255
20256 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20257 product for use in highlighting and interactive mode.
20258 (sql-interactive-product): New variable. SQL product for
20259 sql-interactive-mode.
20260 (sql-product-support): New variable. Specifies product-specific
20261 parameters to drive highlighting and interactive mode.
20262 (sql-imenu-generic-expression): Add more object types.
20263 (sql-sqlite-options): Correct comment.
20264 (sql-ms-program): Use "osql" rather than "isql".
20265 (sql-prompt-regexp, sql-prompt-length): Update comment.
20266 (sql-mode-menu): Add "Start SQLi session" entry.
20267 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20268 (sql-mode-abbrev-table): Add abbreviations. Support of
20269 SYSTEM-FLAG on define-abbrev. Support was removed with last
20270 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20271 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20272 names.
20273 (sql-mode-ansi-font-lock-keywords): Set as default value.
20274 (sql-mode-oracle-font-lock-keywords): Set as default value.
20275 Support Oracle 9i keywords.
20276 (sql-mode-postgres-font-lock-keywords): Set as default value.
20277 (sql-mode-linter-font-lock-keywords): Set as default value.
20278 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20279 SQLServer 2000.
20280 (sql-mode-sybase-font-lock-keywords)
20281 (sql-mode-interbase-font-lock-keywords)
20282 (sql-mode-sqlite-font-lock-keywords)
20283 (sql-mode-strong-font-lock-keywords)
20284 (sql-mode-mysql-font-lock-keywords)
20285 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20286 keywords.
20287 (sql-mode-font-lock-defaults): Update comment.
20288 (sql-product-feature): New function. Returns feature associated
20289 with a product from `sql-product-support' alist.
20290 (sql-product-font-lock): New function. Set font-lock support
20291 based on `sql-product'.
20292 (sql-add-product-keywords): New function. Add font-lock rules to
20293 product-specific keyword variables.
20294 (sql-set-product): New function. Set `sql-product' and apply
20295 appropriate font-lock highlighting.
20296 (sql-highlight-product): New function. Set font-lock support
20297 based on a product. Also set mode name to include product name.
20298 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20299 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20300 Use `sql-set-product'.
20301 (sql-highlight-ms-keywords)
20302 (sql-highlight-sybase-keywords)
20303 (sql-highlight-interbase-keywords)
20304 (sql-highlight-strong-keywords)
20305 (sql-highlight-mysql-keywords)
20306 (sql-highlight-sqlite-keywords)
20307 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20308 (sql-get-login): Prompt in the same order as the tokens.
20309 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20310 (sql-product-interactive): New function. Common portions of
20311 product-specific interactive mode wrappers.
20312 (sql-interactive-mode): Rewritten to use product features.
20313 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20314 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20315 (sql-db2, sql-linter): Use `sql-product-interactive'.
20316 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20317 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20318 (sql-connect-ingres, sql-connect-postgres)
20319 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20320 New functions. Format command line parameters and invoke comint on
20321 the appropriate interpreter. Code was in the corresponding
20322 `sql-xyz' function before.
20323 (sql-connect-ms): New function. Support -E argument to use
20324 operating system credentials for authentication.
20325
20326 2003-08-18 Kenichi Handa <handa@m17n.org>
20327
20328 * international/mule.el (encode-char): Fix for the ASCII case.
20329
20330 2003-08-15 Kenichi Handa <handa@m17n.org>
20331
20332 * international/fontset.el (setup-default-fontset): Change "*" to
20333 nil in the specifications of font family.
20334
20335 2003-08-18 Kim F. Storm <storm@cua.dk>
20336
20337 * kmacro.el (kmacro-keymap): Group related bindings in
20338 initialization for clarity. Bind C-s to start macro.
20339 Remove C-r binding.
20340 (kmacro-initial-counter-value): New defvar to hold initial counter
20341 value in case we set the value before defining a macro.
20342 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20343 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20344 not defining or executing macro. Doc fix.
20345 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20346 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20347 temporarily view older elements on the macro ring without cycling
20348 the ring.
20349 (kmacro-display): Doc fix.
20350 (kmacro-exec-ring-item): New helper function.
20351 (kmacro-call-ring-2nd): Use it.
20352 (kmacro-call-ring-2nd-repeat): Doc fix.
20353 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20354 (kmacro-end-or-call-macro): Execute last viewed macro (using
20355 kmacro-exec-ring-item) from ring if this follows
20356 kmacro-view-macro. This allows us to find a macro on the ring
20357 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20358 the ring to bring it to the head of the ring.
20359 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20360 Allow binding to reserved keys without specifying C-x C-k prefix.
20361 Ask for confirmation if entered key sequence is already bound to
20362 a non-macro command.
20363 (kmacro-view-macro): Repeating command will show older elements
20364 on the macro ring; C-k will execute the last viewed macro.
20365 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20366 property from 'ring to 'head.
20367
20368 2003-08-17 Alan Shutko <ats@acm.org>
20369
20370 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20371 keeping December out of the alist.
20372
20373 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20374
20375 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20376 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20377 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20378 (calendar-flatten): New function.
20379 (calendar-mouse-view-other-diary-entries)
20380 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20381 in the menu title and to show multi-line diary entries correctly
20382 in the menu.
20383
20384 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20385
20386 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20387 defcustom, because the default was recently changed.
20388
20389 2003-08-16 Richard M. Stallman <rms@gnu.org>
20390
20391 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20392
20393 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20394 New subroutine, broken out of eval-last-sexp-1.
20395 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20396
20397 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20398
20399 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20400
20401 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20402
20403 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20404
20405 * progmodes/compile.el (compilation-error-regexp-alist):
20406 Add Java ANt error detection as described in document
20407 http://ant.apache.org/faq.html
20408
20409 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20410
20411 * simple.el (backward-word, forward-to-indentation)
20412 (backward-to-indentation): Argument changed to optional.
20413 (next-line, previous-line): Use `or' instead of `unless'.
20414
20415 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20416
20417 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20418 instead of a constant.
20419
20420 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20421
20422 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20423
20424 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20425
20426 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20427 (vc-sccs-workfile-version): Search the entire delta table, rather
20428 than just the first entry, because that might be a deleted version.
20429
20430 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20431
20432 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20433 [save-place] binding in the Options menu. Have it require
20434 'saveplace' and then toggle the variable manually, to avoid an an
20435 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20436 for the bug report.
20437
20438 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20439
20440 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20441 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20442 (gdb-info-threads-custom): Add help-echo text.
20443 (gdb-display-back): Don't use purecopy.
20444 (gdb-info-breakpoints-custom, gdb-reset)
20445 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20446 icons can be displayed.
20447
20448 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20449
20450 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20451
20452 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20453
20454 * bookmark.el (bookmark-completing-read):
20455 Return a string, instead of a list of one string.
20456 Use a popup menu if activated from the mouse.
20457 (bookmark-edit-annotation): Remove unused vars.
20458 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20459 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20460 to bookmark-completing-read.
20461 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20462 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20463 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20464 and erase-buffer.
20465 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20466 (bookmark-menu-jump, bookmark-menu-insert)
20467 (bookmark-popup-menu-and-apply-function)
20468 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20469 (bookmark-menu-build-paned-menu): Remove by folding it into
20470 bookmark-menu-popup-paned-menu.
20471 (menu-bar-bookmark-map): Move the define-key statements here.
20472 Use the "non-menu" commands since they now pop up a menu if needed.
20473 (bookmark-exit-hook-internal): Simplify.
20474
20475 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20476
20477 * reftex-toc.el (reftex-toc-rename-label): New function.
20478 (reftex-toc-check-docstruct): New function.
20479
20480 * reftex.el (reftex-region-active-p): New function.
20481
20482 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20483 regexp to find the \bibliography macro.
20484
20485 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20486 which does not exist in LaTeX.
20487 (reftex-cite-format-builtin): Added amsrefs support.
20488 (reftex-toc-confirm-promotion): New option
20489
20490 * reftex-toc.el
20491 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20492 (reftex-toc-demote, reftex-toc-promote)
20493 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20494 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20495 (reftex-toc-newhead-from-alist)
20496 (reftex-toc-load-all-files-for-promotion): New functions.
20497 (reftex-toc-help): Added description of new keys.
20498 (reftex-toc-split-windows-fraction): New option.
20499 (reftex-recenter-toc-when-idle): Search *toc* window on all
20500 visible frames.
20501 (reftex-toc): Additional parameter REUSE
20502 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20503 with REUSE argument.
20504 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20505 the call of `reftex-toc'.
20506 (reftex-make-separate-toc-frame): New function .
20507 (reftex-toc-recenter): When called with triple prefix arg, call
20508 `reftex-make-separate-toc-frame' first.
20509 (reftex-toc-toggle-dedicated-frame): New command.
20510 (reftex-toc-quit): Adapted to delete frame when called in
20511 dedicated frame.
20512
20513 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20514 all enclosing macros.
20515
20516
20517 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20518
20519 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20520 first use.
20521
20522 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20523
20524 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20525
20526 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20527
20528 * calendar/calendar.el (list-diary-entries-hook)
20529 (diary-display-hook, nongregorian-diary-listing-hook)
20530 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20531 Add some customize options for these hooks.
20532 (calendar-abbrev-construct): Don't try to take a substring longer
20533 than the original string.
20534
20535 2003-08-05 Richard M. Stallman <rms@gnu.org>
20536
20537 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20538 (testcover-reinstrument-clauses): Doc fix.
20539
20540 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20541 (warning-type-format): Rename from warning-group-format.
20542
20543 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20544 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20545 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20546 to prevent warnings about defvar for an obsolete variable.
20547
20548 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20549 warning-group-format renamed to warning-type-format.
20550
20551 * subr.el (read-passwd): Use clear-string instead of fillarray.
20552
20553 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20554 Use vconcat instead of concat.
20555 (edmacro-sanitize-for-string): New function.
20556
20557 2003-08-05 Dave Love <fx@gnu.org>
20558
20559 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20560 line-number-display-limit-width.
20561
20562 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20563
20564 2003-08-05 Kenichi Handa <handa@m17n.org>
20565
20566 * international/code-pages.el: Don't require mule-diag.
20567
20568 * international/mule-diag.el (non-iso-charset-alist):
20569 Add autoload cookie.
20570
20571 * language/devan-util.el (dev-glyph-order): Add an entry for the
20572 glyph code #xC4.
20573
20574 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20575
20576 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20577 (european-calendar-style, diary-date-forms)
20578 (calendar-day-name-array, calendar-month-name-array): Doc change.
20579 (generate-calendar-month): Adapt for new behaviour of
20580 `calendar-day-name' function.
20581 (calendar-abbrev-length, calendar-day-abbrev-array)
20582 (calendar-month-abbrev-array): New variables.
20583 (calendar-abbrev-construct): New function.
20584 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20585 rather than fixing abbrevs at some width. Calling syntax change.
20586 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20587 (calendar-date-string): Adapt for new behaviours of
20588 `calendar-day-name' and `calendar-month-name' functions.
20589
20590 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20591 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20592 (diary-name-pattern): Use abbrev arrays, rather than fixing
20593 abbrevs at three chars. Calling syntax change.
20594 (mark-diary-entries): Adapt for new behaviours of
20595 `diary-name-pattern' and `calendar-make-alist' functions.
20596 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20597 `diary-name-pattern' function.
20598 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20599 fixing abbrevs at three chars. Calling syntax change.
20600 (cal-hebrew, cal-islam): Require when compiling.
20601 (diary-font-lock-keywords): Adapt for new behaviour of
20602 `font-lock-diary-date-forms' function.
20603
20604 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20605 (calendar-hebrew-month-name-array-common-year)
20606 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20607 (list-hebrew-diary-entries): Adapt for new behaviours of
20608 `calendar-day-name' and `add-to-diary-list' functions.
20609 (mark-hebrew-diary-entries): Adapt for new behaviours of
20610 `diary-name-pattern' and `calendar-make-alist' functions.
20611
20612 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20613 Add doc string.
20614 (list-islamic-diary-entries): Adapt for new behaviours of
20615 `calendar-day-name' and `add-to-diary-list' functions.
20616 (mark-islamic-diary-entries): Adapt for new behaviours of
20617 `diary-name-pattern' and `calendar-make-alist' functions.
20618
20619 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20620 `calendar-month-name' function.
20621
20622 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20623
20624 * calendar/solar.el (solar-seasons-data): Move definition before use.
20625
20626 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20627 (cal-tex-LaTeX-hourbox): Move definition before use.
20628
20629 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20630 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20631 * lunar.el, solar.el (displayed-month, displayed-year):
20632 Define for compiler.
20633
20634 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20635
20636 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20637 MODE. Renamed from c-init-c-language-vars'.
20638 (c-initialize-cc-mode): Change accordingly.
20639 (c-common-init): Ditto.
20640 (c-mode): Ditto.
20641 (c++-mode): Use `c-init-language-vars-for'.
20642 (objc-mode): Ditto.
20643 (java-mode): Ditto.
20644 (idl-mode): Ditto.
20645 (pike-mode): Ditto.
20646 (awk-mode): Ditto.
20647
20648 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20649
20650 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20651 or not the point moved.
20652
20653 (c-search-decl-header-end): Don't trip up on operator identifiers
20654 in C++ and operators like == in all languages.
20655
20656 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20657 Detect leading labels correctly.
20658
20659 2003-08-02 Andreas Schwab <schwab@suse.de>
20660
20661 * textmodes/ispell.el: Don't redo key bindings on loading, put
20662 them only in loaddefs.el.
20663 * bookmark.el: Likewise.
20664 * dabbrev.el: Likewise.
20665 * emerge.el: Likewise.
20666
20667 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20668 has more than one member.
20669
20670 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20671
20672 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20673
20674 * lpr.el (printify-region): It was ending conversion before the
20675 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
20676
20677 2003-07-31 John Paul Wallington <jpw@gnu.org>
20678
20679 * net/browse-url.el (browse-url-epiphany): Doc fix.
20680
20681 2003-07-30 Kenichi Handa <handa@m17n.org>
20682
20683 * international/fontset.el (setup-default-fontset):
20684 Change registry names of Akurti fonts.
20685
20686 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20687
20688 * comint.el (comint-read-noecho): Use `clear-string' instead of
20689 `fillarray'.
20690
20691 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
20692
20693 * outline.el (outline-mode-hook): Add defvar.
20694
20695 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
20696
20697 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
20698 Restore assembler in source window if that is what has been selected.
20699 (menu): Add gdb-restore-windows to menu. Make gdba
20700 specific menus only visible from gdba.
20701
20702 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
20703
20704 * progmodes/compile.el (compilation-environment): New user variable.
20705 (compile-internal): Respect it.
20706
20707 2003-07-23 Masatake YAMATO <jet@gyve.org>
20708
20709 * progmodes/gud.el (gdb-script-font-lock-keywords):
20710 Put `font-lock-function-name-face' on a symbol which includes
20711 `-' like `hook-run'. Put font-lock-variable-name-face
20712 on a symbol starting with $.
20713
20714 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
20715
20716 * files.el (set-visited-file-name): Use truename for buffer-file-name.
20717
20718 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20719
20720 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
20721
20722 2003-07-26 Andre Spiegel <spiegel@gnu.org>
20723
20724 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
20725 Use with-no-warnings.
20726 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
20727 rather than to find-file-not-found-hook, which doesn't exist.
20728
20729 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20730
20731 * international/quail.el (quail-translate-key): Fix previous change.
20732
20733 2003-07-25 John Paul Wallington <jpw@gnu.org>
20734
20735 * server.el (server-start): Check `server-process' is non-nil
20736 before killing it to avoid killing current buffer's process.
20737
20738 * simple.el (choose-completion-string): Use `minibufferp';
20739 test `completion-reference-buffer' if `buffer' arg is nil.
20740 (push-mark): Use `when' and `unless'.
20741 (pop-mark): Use `when'.
20742
20743 * mouse-sel.el (mouse-sel-get-selection-function):
20744 Check `x-last-selected-text-primary'. Don't barf if it or
20745 `x-last-selected-text' aren't bound.
20746
20747 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20748
20749 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
20750
20751 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
20752
20753 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
20754
20755 2003-07-23 John Paul Wallington <jpw@gnu.org>
20756
20757 * tooltip.el (defface tooltip): Inherit from variable-pitch.
20758
20759 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20760
20761 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
20762 string. Defvar the derived hook.
20763
20764 * macros.el (insert-kbd-macro): Escape double quote character.
20765 From Thomas W Murphy <twm@andrew.cmu.edu>.
20766
20767 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
20768
20769 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
20770 to match the specific mark rather than reusing comment-start-skip.
20771
20772 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
20773
20774 * progmodes/hideshow.el (hs-special-modes-alist):
20775 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
20776
20777 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
20778
20779 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
20780 value using ?\s.
20781
20782 2003-07-21 John Paul Wallington <jpw@gnu.org>
20783
20784 * subr.el (with-selected-window): Add closing paren.
20785
20786 2003-07-21 Richard M. Stallman <rms@gnu.org>
20787
20788 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
20789 (lisp-mode): Likewise.
20790
20791 * subr.el (with-selected-window): Copy code form save-selected-window
20792 so as to call select-window with norecord arg.
20793 (dynamic-completion-table): Doc fix.
20794 (lazy-completion-table): Doc fix.
20795
20796 * international/mule-cmds.el (set-locale-environment):
20797 langinfo renamed to locale-info.
20798
20799 * international/mule.el (auto-coding-functions): Doc fix.
20800
20801 2003-07-21 Kenichi Handa <handa@m17n.org>
20802
20803 * international/quail.el (quail-translate-key):
20804 Update quail-current-str correctly.
20805
20806 2003-07-21 Andreas Schwab <schwab@suse.de>
20807
20808 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
20809 ?, to "_".
20810
20811 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
20812 Version 2.0.36 of Tramp released.
20813
20814 * net/tramp.el (tramp-default-password-end-of-line): Rename from
20815 tramp-password-end-of-line.
20816 (tramp-password-end-of-line): New method parameter.
20817 (tramp-get-password-end-of-line): Function to access method
20818 parameter `tramp-password-end-of-line', or variable
20819 `tramp-default-password-end-of-line' (default value).
20820 (tramp-methods): Add entries for new parameter
20821 tramp-password-end-of-line.
20822 (tramp-enter-password): Use new function
20823 `tramp-get-password-end-of-line'.
20824 (tramp-handle-insert-file-contents): Do not
20825 unconditionally inhibit the file operation file-local-copy, only
20826 do that when the inhibit-file-name-operation is currently
20827 insert-file-contents. This fixes finding remote CVS-controlled
20828 files. (It would barf on inserting the CVS/Entries file
20829 literally, because the file-local-copy handler wasn't called.)
20830 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
20831 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
20832 (tramp-initial-commands): New variable.
20833 (tramp-process-initial-commands): New function, using the variable.
20834 (tramp-open-connection-setup-interactive-shell): Call the new function.
20835 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
20836 method into the buffer name, never use nil. Reported by Hanak
20837 David <dhanak@inf.bme.hu>.
20838 (tramp-open-connection-setup-interactive-shell): Erase buffer
20839 before sending "stty -onlcr".
20840
20841 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
20842
20843 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
20844
20845 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
20846
20847 2003-07-19 John Paul Wallington <jpw@gnu.org>
20848
20849 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
20850 (artist-draw-rect, artist-draw-square): Doc fixes.
20851
20852 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
20853
20854 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
20855
20856 2003-07-19 Kenichi Handa <handa@m17n.org>
20857
20858 * international/kkc.el (kkc-show-conversion-list-update):
20859 Highlight the correct candidate in the message.
20860
20861 2003-07-18 John Paul Wallington <jpw@gnu.org>
20862
20863 * simple.el (current-word): Don't include punctuation char when
20864 `really-word' arg is non-nil.
20865
20866 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
20867
20868 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
20869 moved to the directory obsolete.
20870
20871 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
20872
20873 * info.el (Info-menu-entry-name-re): Allow newlines in
20874 menu entry names.
20875
20876 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
20877 syntax-ppss-after-change-function.
20878 (syntax-ppss-after-change-function): New alias. Update uses.
20879 (syntax-ppss): Catch the case where the buffer is narrowed.
20880
20881 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20882
20883 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
20884 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
20885
20886 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20887
20888 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
20889 since it might be modified.
20890
20891 * progmodes/cc-langs.el (c++-make-template-syntax-table)
20892 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
20893 names to these language constants.
20894
20895 2003-07-15 Kim F. Storm <storm@cua.dk>
20896
20897 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
20898 All uses changed.
20899
20900 2003-07-14 Mark A. Hershberger <mah@everybody.org>
20901
20902 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
20903 Namespace support.
20904
20905 2003-07-13 Juanma Barranquero <lektu@terra.es>
20906
20907 * frame.el (modify-all-frames-parameters): Reinstall (copyright
20908 papers received).
20909
20910 2003-07-13 Karl Eichwalder <ke@suse.de>
20911
20912 * textmodes/po.el (po-find-charset): White space at the start of the
20913 Content-Type field body is non-mandatory.
20914
20915 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
20916
20917 * textmodes/texinfo.el (texinfo-section-list):
20918 Append appendixsection; a synonym for appendixsec.
20919
20920 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
20921
20922 * man.el (Man-translate-cleanup): New.
20923 (Man-translate-references): Call `Man-translate-cleanup' to clean
20924 leading, trailing and middle spaces.
20925
20926 2003-07-13 Lars Hansen <larsh@math.ku.dk>
20927
20928 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
20929 Handle `dired-directory' being a list.
20930
20931 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
20932
20933 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
20934 it doesn't exist.
20935
20936 2003-07-12 Richard M. Stallman <rms@gnu.org>
20937
20938 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
20939
20940 * progmodes/cc-defs.el (c-make-keywords-re):
20941 Don't use delete-duplicates.
20942 (c-lang-const): Don't use mapcan.
20943
20944 * apropos.el (apropos-show-scores): Make it customizable.
20945 Document new meaning.
20946 (apropos): Compute scores from symbols.
20947 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
20948
20949 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20950
20951 * ps-bdf.el: Fix copyright line.
20952 (bdf-directory-list): Fix initialization code.
20953
20954 2003-07-11 John Paul Wallington <jpw@gnu.org>
20955
20956 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
20957 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
20958 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
20959
20960 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
20961
20962 * emacs-lisp/ring.el (ring-elements): Doc fix.
20963
20964 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20965
20966 * calendar/timeclock.el (timeclock-relative)
20967 (timeclock-ask-before-exiting, timeclock-use-display-time):
20968 Doc changes.
20969 (timeclock-modeline-display): Give a message if
20970 `timeclock-use-display-time' is non-nil but `display-time-mode'
20971 is not active.
20972
20973 2003-07-11 Kenichi Handa <handa@m17n.org>
20974
20975 * international/mule-cmds.el (set-language-environment):
20976 Set current-language-environment to the correct string.
20977
20978 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20979
20980 * ps-print.el: Print line number correctly in a region. Reported by
20981 Tim Allen <timallen@ls83.fsnet.co.uk>.
20982 (ps-print-version): New version number (6.6.2).
20983 (ps-printing-region): Code fix.
20984
20985 2003-07-10 John Paul Wallington <jpw@gnu.org>
20986
20987 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
20988 this function can be called from `add-completions-from-tags-table'.
20989
20990 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
20991
20992 * calendar/timeclock.el (timeclock-use-display-time)
20993 (timeclock-day-over-hook, timeclock-workday-remaining)
20994 (timeclock-status-string, timeclock-when-to-leave)
20995 (timeclock-when-to-leave-string, timeclock-log-data)
20996 (timeclock-find-discrep, timeclock-day-base)
20997 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
20998 (timeclock-modeline-display): Set the variable
20999 `timeclock-modeline-display'.
21000 (timeclock-update-modeline): Doc fix. Respect value of
21001 `timeclock-relative'.
21002
21003 2003-07-09 Richard M. Stallman <rms@gnu.org>
21004
21005 * textmodes/reftex-parse.el (reftex-all-document-files):
21006 Add autoload cookie.
21007
21008 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21009 (reftex-scanning-info-available-p): Add autoload cookie.
21010
21011 * international/mule-cmds.el
21012 (set-display-table-and-terminal-coding-system): Delete duplicate
21013 aset on standard-display-table.
21014
21015 * view.el (view-file): If existing buffer's major mode is special,
21016 don't go into view mode.
21017
21018 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21019
21020 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21021
21022 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21023 buffer changes; there's third party code that calls this function
21024 directly.
21025
21026 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21027
21028 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21029 (autodoc-font-lock-keywords): Don't byte compile on font lock
21030 initialization when running from byte compiled files.
21031
21032 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21033
21034 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21035 statement ends with auto-increment "++".
21036
21037 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21038
21039 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21040 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21041 these are changed, so declare them as variables and not constants.
21042
21043 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21044
21045 * subr.el (dolist, dotimes): Doc fix.
21046
21047 2003-07-08 Kim F. Storm <storm@cua.dk>
21048
21049 * international/mule-cmds.el
21050 (set-display-table-and-terminal-coding-system): Don't break
21051 bootstrap if standard-display-table isn't setup yet.
21052
21053 2003-07-07 Richard M. Stallman <rms@gnu.org>
21054
21055 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21056 Give it a doc string, and autoload it.
21057
21058 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21059 Use with-no-warnings.
21060
21061 * info.el (Info-search): If find invisible text, search again.
21062
21063 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21064
21065 * man.el (Man-name-regexp): Match + as part of name.
21066
21067 * simple.el (visible-mode): Rename from vis-mode.
21068 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21069
21070 * simple.el (current-word): New arg REALLY-WORD specifies
21071 don't include punctuation chars.
21072
21073 * emacs-lisp/debug.el (debug, debugger-env-macro):
21074 Use with-no-warnings while accessing and binding unread-command-char.
21075
21076 * international/mule-cmds.el
21077 (set-display-table-and-terminal-coding-system): Use explicit loop
21078 instead of calling standard-display-default.
21079
21080 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21081 Use condition-case to catch error in ange-ftp-get-files.
21082
21083 * net/browse-url.el (browse-url-browser-function):
21084 Add alternative for Epiphany.
21085 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21086 (browse-url-epiphany-startup-arguments)
21087 (browse-url-epiphany-new-window-is-tab): New variables.
21088 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21089
21090 * progmodes/compile.el (compile-auto-highlight): Default now t.
21091 (compile): Doc fix.
21092 (compilation-next-error): Fix previous change.
21093
21094 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21095
21096 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21097
21098 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21099
21100 * gdb-ui.el (gdb-source-info): Display current frame when
21101 attaching to an existing process.
21102 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21103 while laying out windows when attaching to an existing process.
21104
21105 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21106
21107 * info.el (Info-menu): Use Info-menu-entry-name-re.
21108
21109 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21110
21111 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21112 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21113
21114 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21115 to match the same text.
21116
21117 2003-07-06 John Paul Wallington <jpw@gnu.org>
21118
21119 * vc.el (vc-annotate-offset): Move defvar up.
21120
21121 2003-07-06 Kim F. Storm <storm@cua.dk>
21122
21123 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21124 This should fix the infinite loop when extracting menu names.
21125
21126 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21127
21128 * files.el (auto-mode-alist, interpreter-mode-alist):
21129 Remove entries to CC Mode modes to avoid duplicates; they are now added
21130 with autoload directives in cc-mode.el.
21131
21132 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21133
21134 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21135 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21136 these are changed, so declare them as variables and not constants.
21137
21138 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21139 ensure that the entry for ".c" extension comes before the one for
21140 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21141 Fix incorrect entries that were added to `interpreter-mode-alist'.
21142 Move the autoload directives for AWK to the top level since they
21143 aren't recognized anywhere else. Do not use the new AWK mode doc
21144 in the autoload form for the old AWK mode.
21145
21146 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21147
21148 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21149 (bibtex-sort-ignore-string-entries): Default value t.
21150 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21151 erroneously in previous version.
21152 (bibtex-string-files): Docstring reflects new parsing scheme.
21153 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21154 docstring, add # as one of the chars to crush
21155 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21156 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21157 (bibtex-autokey-name-change-strings)
21158 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21159 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21160 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21161 (bibtex-autokey-title-terminators)
21162 (bibtex-autokey-titlewords-stretch)
21163 (bibtex-autokey-titleword-ignore)
21164 (bibtex-autokey-titleword-case-convert)
21165 (bibtex-autokey-titleword-abbrevs)
21166 (bibtex-autokey-titleword-abbrevs)
21167 (bibtex-autokey-titleword-change-strings)
21168 (bibtex-autokey-titleword-length)
21169 (bibtex-autokey-titleword-separator)
21170 (bibtex-autokey-name-year-separator)
21171 (bibtex-autokey-year-title-separator)
21172 (bibtex-autokey-before-presentation-function)
21173 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21174 Fix docstring.
21175 (bibtex-strings, bibtex-reference-keys):
21176 Use lazy-completion-table and make-variable-buffer-local.
21177 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21178 (bibtex-braced-string-syntax-table)
21179 (bibtex-quoted-string-syntax-table): New variables.
21180 (bibtex-parse-nested-braces): Remove.
21181 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21182 (bibtex-parse-association): Simplify.
21183 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21184 (bibtex-parse-field-text): Simplify.
21185 (bibtex-search-forward-field, bibtex-search-backward-field):
21186 argument BOUND can take value t.
21187 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21188 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21189 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21190 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21191 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21192 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21193 and ending of entry. Update for changes of bibtex-search-entry.
21194 Simplify.
21195 (bibtex-map-entries): FUN is called with three arguments.
21196 (bibtex-search-entry): Return a cons pair with buffer positions of
21197 beginning and end of entry.
21198 (bibtex-enclosing-field): Simplify.
21199 (bibtex-format-entry): Use booktitle to set a missing title.
21200 (bibtex-autokey-get-names): Fiddle with regexps.
21201 (bibtex-generate-autokey): Use identity.
21202 (bibtex-parse-keys): Use simplified parsing algorithm if
21203 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21204 arguments. Return alist of keys.
21205 (bibtex-parse-strings): Simplify. Return alist of strings.
21206 (bibtex-complete-string-cleanup): Fix docstring.
21207 (bibtex-read-key): New function.
21208 (bibtex-mode): Fix docstring. Do not parse for keys and
21209 strings when the mode is entered. Set fill-paragraph-function to
21210 bibtex-fill-field. Setup font-lock-mark-block-function the way
21211 font-lock intended.
21212 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21213 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21214 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21215 (bibtex-Preamble): Avoid hard coded constants.
21216 (bibtex-make-field): Fix docstring. Simplify.
21217 (bibtex-beginning-of-entry): Always return new position of point.
21218 (bibtex-end-of-entry): Rearrange cond clauses.
21219 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21220 Update for changes of bibtex-map-entries.
21221 (bibtex-ispell-abstract): Do not move point.
21222 (bibtex-entry-index): Use downcase. Simplify.
21223 (bibtex-lessp): Handle catch-all.
21224 (bibtex-find-crossref): Turn into a command.
21225 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21226 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21227 preamble entries.
21228 (bibtex-fill-field-bounds): New function.
21229 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21230 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21231 (bibtex-String): Use bibtex-strings. Always obey
21232 bibtex-sort-ignore-string-entries.
21233
21234 2003-07-05 John Paul Wallington <jpw@gnu.org>
21235
21236 * cus-theme.el (customize-create-theme):
21237 Call `customize-create-theme' in Reset widget's notify function.
21238
21239 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21240 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21241 (define-ibuffer-column name): Add summarizer.
21242 (define-ibuffer-column size): Likewise.
21243 (define-ibuffer-column filename): Likewise.
21244 (define-ibuffer-column process): Likewise. Change BODY's output too.
21245 (define-ibuffer-column filename-and-process): Likewise, likewise.
21246 (ibuffer): Remove local vars `already-in' and `need-update'.
21247
21248 * ibuf-ext.el: Don't require `derived' at compile-time.
21249
21250 2003-07-05 Kim F. Storm <storm@cua.dk>
21251
21252 * info.el: Disable paragraph refilling.
21253 (Info-refill-paragraphs): New defcustom.
21254 (Info-fontify-node): Use it.
21255
21256 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21257
21258 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21259 thingies from constructors created by defstruct.
21260
21261 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21262 the default value of the variable.
21263 (byte-code-meter): Move declaration to top level.
21264
21265 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21266
21267 * info.el (Info-following-node-name-re): New fun.
21268 (Info-following-node-name): Remove.
21269 (Info-insert-dir): Use the new fun.
21270 (Info-extract-pointer): Don't save restriction; use new fun.
21271 (Info-menu-entry-name-re): New const.
21272 (Info-menu-entry-name-re): Use it along with new fun.
21273 (Info-node-spec-re): Use new fun.
21274 (Info-complete-menu-item, Info-fontify-node): Use new const.
21275 (Info-goto-node, Info-follow-reference, Info-menu-update):
21276 Use match-string.
21277 (Info-follow-reference): Use assoc-string.
21278 Use a list of strings for the completion table.
21279 (Info-fontify-node): Use match-string, line-end-position.
21280 Limit the search for `node:' to the first line.
21281
21282 * newcomment.el (uncomment-region): Remove padding coming from
21283 comment-start rather than just from comment-padding.
21284
21285 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21286 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21287 (vc-cvs-rename-file): Remove (use the default).
21288 (vc-cvs-register): Register parent dir if needed.
21289 (vc-cvs-could-register): Return non-nil if parent can be registered.
21290 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21291 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21292
21293 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21294 (vc-svn-update): Fix the arguments to `svn'.
21295 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21296 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21297 Simple implementations, assuming `name' is a URL.
21298
21299 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21300 set of chars allowed unquoted in a case pattern.
21301
21302 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21303
21304 * font-lock.el (font-lock-extra-types-widget)
21305 (c-font-lock-extra-types, c++-font-lock-extra-types)
21306 (objc-font-lock-extra-types, java-font-lock-extra-types)
21307 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21308 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21309 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21310 (font-lock-match-c++-structor-declaration)
21311 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21312 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21313 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21314 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21315 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21316 (java-font-lock-keywords-3, java-font-lock-keywords)
21317 (java-font-lock-syntactic-face-function): Remove obsolete code
21318 and constants. It's all in cc-fonts.el now.
21319
21320 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21321
21322 * mail/sendmail.el (mail-specify-envelope-from)
21323 (mail-envelope-from): Doc fix.
21324
21325 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21326
21327 * generic-x.el: Do away with the dependency on `c-emacs-features'
21328 when populating `rul-generic-mode-syntax-table'; we already know
21329 this isn't XEmacs.
21330
21331 See ChangeLog.10 for earlier changes.
21332
21333 ;; Local Variables:
21334 ;; coding: iso-2022-7bit
21335 ;; End:
21336
21337 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21338 Copying and distribution of this file, with or without modification,
21339 are permitted provided the copyright notice and this notice are preserved.
21340
21341 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1