]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(thumbs-find-image): Don't make variables automatically buffer local.
[gnu-emacs] / lisp / ChangeLog
1 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * thumbs.el (thumbs-find-image): Don't make variables
4 automatically buffer local.
5 (thumbs-current-tmp-filename, thumbs-current-image-filename)
6 (thumbs-image-num): Make automatically buffer local.
7 (thumbs-show-thumbs-list): Use `make-local-variable', not
8 `make-variable-buffer-local'.
9 (thumbs-insert-image): Make `thumbs-current-image-size'
10 buffer-local.
11
12 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
13 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
14 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15 (bother, bye, canyou, chatlst, continue, deathlst, describe)
16 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
17 (feelings-about, foullst, found, hello, history, howareyoulst)
18 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
19 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
20 (neglst, obj, object, owner, please, problems, qlist)
21 (random-adjective, relation, remlst, repetitive-shortness)
22 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23 (shortlst, something, sportslst, stallmanlst, states, subj)
24 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26 Defvar at compile time.
27
28 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
29 not `make-variable-buffer-local'.
30
31 2005-08-02 Kim F. Storm <storm@cua.dk>
32
33 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
34 rectangle overlay in selected window.
35
36 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
37
38 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
39 instead of display group. Make `indicate-buffer-boundaries'
40 customizable through Custom.
41
42 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
43
44 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
45 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
46 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
47 (gdb-put-string): Fix typos in docstrings.
48
49 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
50
51 Update copyright notices of files in progmodes directory for
52 release of Emacs 22.1.
53
54 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
55
56 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie. Don't
57 barf if the GUD buffer has been killed.
58
59 2005-08-01 Kim F. Storm <storm@cua.dk>
60
61 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
62
63 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
64
65 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
66 (byte-compile-form-make-variable-buffer-local): New functions to warn
67 about misuses of make-variable-buffer-local where make-local-variable
68 was meant.
69
70 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
71
72 * bs.el (bs-attributes-list): Doc fix.
73 (bs): Update url-link.
74
75 * desktop.el (desktop-save-buffer): Fix typos in docstring.
76 (desktop-load-default): Simplify.
77
78 * ibuffer.el (ibuffer-columnize-and-insert-list)
79 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
80 (ibuffer-unmark-all, ibuffer-toggle-marks)
81 (ibuffer-unmark-forward, ibuffer-unmark-backward)
82 (ibuffer-compile-make-format-form, ibuffer-format-column)
83 (ibuffer-current-buffers-with-marks)
84 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
85 (ibuffer): Doc fix.
86 (ibuffer-mode): Fix typo in docstring.
87 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
88 with `define-obsolete-variable-alias'.
89 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
90
91 2005-07-29 Kenichi Handa <handa@m17n.org>
92
93 * international/mule-cmds.el (select-message-coding-system):
94 Be sure to use LF for end-of-line. If no coding system is decided,
95 return iso-8859-1-unix.
96
97 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
98
99 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
100 (ange-ftp-pending-error-line): New vars.
101 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
102 to handle the non-fatal no-route-to-host messages.
103 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
104
105 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
106
107 * isearch.el (isearch-mode-map, isearch-other-meta-char)
108 (isearch-quote-char, isearch-printing-char)
109 (isearch-text-char-description): "?\ " -> "?\s".
110 (isearch-lazy-highlight-cleanup)
111 (isearch-lazy-highlight-initial-delay)
112 (isearch-lazy-highlight-interval)
113 (isearch-lazy-highlight-max-at-a-time)
114 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
115 Declare with define-obsolete-*-alias macros.
116 (isearch-forward): Fix typo in docstring.
117 (search-invisible, search-ring-yank-pointer)
118 (regexp-search-ring-yank-pointer): Doc fixes.
119
120 * recentf.el (recentf-menu-append-commands-p): Declare with
121 `define-obsolete-variable-alias'.
122 (recentf-max-saved-items, recentf-menu-filter)
123 (recentf-arrange-by-rule-subfilter): Doc fixes.
124 (recentf-menu-append-commands-flag)
125 (recentf-initialize-file-name-history, recentf-expand-file-name)
126 (recentf-clear-data): Fix typos in docstrings.
127
128 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
129
130 * progmodes/gdb-ui.el: Smarten comments.
131 (gdb-info-breakpoints-custom): Use nowarn when finding file.
132
133 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
134
135 * term/apollo.el (terminal-init-apollo): New function containing
136 all former top level forms in the file.
137 * term/bobcat.el (terminal-init-bobcat):
138 * term/cygwin.el (terminal-init-cygwin):
139 * term/iris-ansi.el (terminal-init-iris-ansi):
140 * term/linux.el (terminal-init-linux):
141 * term/news.el (terminal-init-news):
142 * term/rxvt.el (terminal-init-rxvt):
143 * term/sun.el (terminal-init-sun):
144 * term/tvi970.el (terminal-init-tvi970):
145 * term/vt100.el (terminal-init-vt100):
146 * term/vt102.el (terminal-init-vt102):
147 * term/vt125.el (terminal-init-vt125):
148 * term/vt200.el (terminal-init-vt200):
149 * term/vt201.el (terminal-init-vt201):
150 * term/vt220.el (terminal-init-vt220):
151 * term/vt240.el (terminal-init-vt240):
152 * term/vt300.el (terminal-init-vt300):
153 * term/vt320.el (terminal-init-vt320):
154 * term/vt400.el (terminal-init-vt400):
155 * term/vt420.el (terminal-init-vt420):
156 * term/wyse50.el (terminal-init-wyse50):
157 * term/xterm.el (terminal-init-xterm): Likewise.
158
159 * term/README: Describe the terminal-init-* functionality.
160
161 * startup.el (command-line): After loading the terminal initialization
162 file call the corresponding terminal initialization function.
163
164 2005-07-27 Kenichi Handa <handa@m17n.org>
165
166 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
167 negative.
168
169 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
170 (ps-mule-composition-prologue): Fix for the case that
171 RelativeCompose is false.
172
173 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
176
177 * descr-text.el (describe-char): Handle the case where the list of
178 chars is displayed in a separate frame.
179 Be a bit more discriminating when looking for the char.
180
181 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
182
183 * bookmark.el (bookmark-automatically-show-annotations)
184 (bookmark-read-annotation-text-func): Doc fixes.
185 (bookmark-save): Improve argument/docstring consistency.
186 (bookmark-get-bookmark, bookmark-get-bookmark-record)
187 (bookmark-alist-from-buffer)
188 (bookmark-upgrade-file-format-from-0)
189 (bookmark-grok-file-format-version)
190 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
191 (bookmark-read-annotation-mode)
192 (bookmark-insert-current-bookmark, bookmark-jump)
193 (bookmark-exit-hook): Fix typos in docstrings.
194 (bookmark-exit-hooks): Define as obsolete alias.
195 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
196 not `bookmark-exit-hooks'. Fix docstring.
197 (bookmark-bmenu-select): "?\ " -> "?\s".
198
199 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
200
201 * startup.el (command-line): Fix typo.
202
203 2005-07-24 Richard M. Stallman <rms@gnu.org>
204
205 * tooltip.el (tooltip-mode): Test emacs-basic-display,
206 not emacs-quick-startup.
207
208 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
209
210 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
211 (reb-next-match, reb-show-subexp): Use `with-selected-window'
212 instead of `reb-with-current-window'.
213 (reb-prev-match): Likewise. Also, don't move left if the search
214 was unsuccessful.
215 (reb-initialize-buffer): New function.
216 (re-builder, reb-change-syntax): Use it.
217
218 * man.el (Man-goto-page): Make second argument NOERROR optional.
219
220 2005-07-23 Richard M. Stallman <rms@gnu.org>
221
222 * man.el (Man-bgproc-sentinel): Check here for failure to find
223 any man page in the output, and report the error here.
224 (Man-arguments): Make it permanent local.
225 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
226 (Man-mode): Pass t for NOERROR.
227
228 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
229 (grep-mode-font-lock-keywords):
230 Don't use compilation-...-face for messages that are not file names.
231
232 * progmodes/compile.el (compilation-mode-font-lock-keywords):
233 Don't use compilation-...-face for messages that are not file names.
234
235 2005-07-22 Juri Linkov <juri@jurta.org>
236
237 * simple.el (line-move-1): Fix comments.
238
239 * startup.el (normal-splash-screen): Update menu name.
240
241 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
242
243 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
244
245 * term/xterm.el: Load term/rxvt if the terminal is actually an
246 rxvt terminal.
247 (xterm-rxvt-set-background-mode): Remove, not used anymore.
248
249 * term/rxvt.el (function-key-map): Use substitute-key-definition
250 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
251
252 * term/cygwin.el: New file.
253
254 2005-07-22 Kim F. Storm <storm@cua.dk>
255
256 * image-file.el (insert-image-file, image-file-yank-handler):
257 Fix last change to maintain a (unique) yank-handler on yanked images.
258
259 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
260
261 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
262 of the file size (as in "177B" for 177 bytes). This happens with
263 "ls -lh" on FreeBSD.
264
265 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
266
267 * hilit-chg.el (highlight-changes-global-initial-state)
268 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
269 (hilit-chg-fixup, highlight-changes-mode):
270 Fix typos in docstrings.
271 (highlight-changes-global-modes, highlight-changes-rotate-faces):
272 Doc fixes.
273
274 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
275
276 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
277 mode function using `eval-after-load'.
278
279 2005-07-21 Kim F. Storm <storm@cua.dk>
280
281 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
282 included when reporting an emacs crash, and tell about the DEBUG file.
283
284 * image-file.el (insert-image-file): Add yank-handler.
285 (image-file-yank-handler): Yank handler to make unique copies of
286 images when they are yanked into a buffer next to each other.
287
288 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
289
290 * comint.el (comint-use-prompt-regexp, comint-send-input)
291 (comint-source-default, comint-extract-string)
292 (comint-get-source, comint-word, comint-completion)
293 (comint-source, comint-prompt-read-only, comint-update-fence):
294 Fix typos in docstrings.
295 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
296 Declare with define-obsolete-*-alias macros.
297 (comint-previous-matching-input-from-input)
298 (comint-next-matching-input-from-input)
299 (comint-previous-matching-input, comint-next-matching-input)
300 (comint-forward-matching-input):
301 Improve argument/docstring consistency.
302
303 * desktop.el (desktop-clear-preserve-buffers-regexp):
304 Also preserve the *server* buffer.
305
306 * simple.el (clone-indirect-buffer): Doc fix.
307 (fixup-whitespace, just-one-space)
308 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
309 (next-error, next-error-highlight)
310 (next-error-highlight-no-select, next-error-last-buffer)
311 (next-error-buffer-p, next-error-find-buffer, next-error)
312 (previous-error, next-error-no-select, previous-error-no-select)
313 (open-line, split-line, minibuffer-prompt-width, kill-new)
314 (binary-overwrite-mode): Fix typos in docstrings.
315 (set-fill-column): Fix typo in message.
316
317 * skeleton.el (skeleton-proxy-new): Doc fix.
318
319 * strokes.el (strokes-load-hook): Doc fix.
320 (strokes-grid-resolution, strokes-get-grid-position)
321 (strokes-renormalize-to-grid, strokes-read-stroke)
322 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
323 (strokes-global-map): Fix typos in docstrings.
324 (strokes-help): Doc fix. Fix help message and pass it through
325 `substitute-command-keys'.
326
327 * tempo.el (tempo-insert-prompt, tempo-interactive)
328 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
329 (tempo-insert-string-functions, tempo-local-tags)
330 (tempo-define-template, tempo-insert-template)
331 (tempo-insert-prompt-compat, tempo-is-user-element)
332 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
333 Fix typos in docstrings.
334
335 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
336 (vcursor-key-bindings, vcursor-use-vcursor-map)
337 (vcursor-find-window, vcursor-scroll-down)
338 (vcursor-disable, vcursor-beginning-of-buffer)
339 (vcursor-end-of-buffer): Fix typos in docstrings.
340 (vcursor-relative-move, vcursor-get-char-count):
341 Improve argument/docstring consistency.
342
343 * version.el: "?\ " -> "?\s".
344
345 * wid-edit.el (widget-default-create, widget-after-change)
346 (widget-default-format-handler, widget-checklist-add-item)
347 (widget-radio-add-item, widget-choose, widget-specify-secret)
348 (widget-field-value-create, widget-field-value-get)
349 (widget-editable-list-format-handler)
350 (widget-editable-list-entry-create, widget-group-value-create)
351 (widget-documentation-link-add)
352 (widget-documentation-string-value-create): "?\ " -> "?\s".
353 (widget-convert-text): Doc fix.
354 (widget-narrow-to-field, widget-field-find)
355 (widget-url-link-action, widget-emacs-library-link-action)
356 (widget-color-notify): Fix typos in docstrings.
357
358 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
359 (x-select-text, set-w32-system-coding-system)
360 (w32-add-charset-info): Fix typos in docstrings.
361
362 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
363 (cua-enable-cua-keys, cua-use-hyper-key)
364 (cua-virtual-rectangle-edges): Fix typos in docstrings.
365 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
366
367 * net/tramp.el (tramp-handle-load): Fix typo in error message.
368
369 * emacs-lisp/re-builder.el (regexp-builder): Declare with
370 `defalias' instead of faking it.
371
372 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
373 (eshell-ls-missing, eshell-ls-dired-initial-args)
374 (eshell-ls-use-in-dired): Fix typos in docstrings.
375
376 2005-07-20 Kim F. Storm <storm@cua.dk>
377
378 * emulation/cua-base.el (cua-mode): Improve doc string.
379
380 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
381
382 * abbrev.el (expand-region-abbrevs): Doc fix.
383 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
384 Improve argument/docstring consistency.
385
386 * arc-mode.el (archive-get-descr, archive-alternate-display):
387 Doc fixes.
388 (archive-l-e): Improve argument/docstring consistency.
389 (archive-tmpdir, archive-unixdate, archive-unixtime)
390 (archive-chmod-entry): Fix typos in docstrings.
391 (archive-unflag, archive-unflag-backwards)
392 (archive-unmark-all-files): "?\ " -> "?\s".
393
394 * buff-menu.el (Buffer-menu-unmark): Doc fix.
395 (Buffer-menu-not-modified, Buffer-menu-execute)
396 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
397 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
398
399 * composite.el (compose-string, encode-composition-rule)
400 (compose-last-chars): Fix typos in docstrings.
401
402 * desktop.el (desktop-enable, desktop-basefilename):
403 Declare with `define-obsolete-variable-alias'.
404 (desktop-internal-v2s): Don't quote keywords.
405 (desktop-clear): "?\ " -> "?\s".
406
407 * dired.el (dired-align-file, dired-flag-backup-files)
408 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
409 (dired-listing-switches, dired-ls-F-marks-symlinks)
410 (dired-dwim-target, dired-load-hook, dired-mode-hook)
411 (dired-directory, dired-faces, dired, dired-revert)
412 (dired-mode, dired-summary, dired-view-file)
413 (dired-copy-filename-as-kill, dired-delete-file)
414 (dired-no-confirm, dired-unmark-all-marks)
415 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
416 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
417 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
418 Fix typos in message strings.
419
420 * dired-x.el (virtual-dired): Declare with `defalias'.
421 (dired-mark-unmarked-files, dired-local-variables-file)
422 (dired-omit-here-always): Doc fix.
423 (dired-omit-mode, dired-find-subdir)
424 (dired-enable-local-variables, dired-clean-up-buffers-too)
425 (dired-extra-startup, dired-mark-extension, dired-jump)
426 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
427 (dired-smart-shell-command, dired-guess-shell-alist-user)
428 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
429 (dired-x-bind-find-file, dired-x-submit-report):
430 Fix typos in docstrings.
431 (dired-mark-unmarked-files): "?\ " -> "?\s".
432
433 * dirtrack.el (dirtrack-list): Fix typos in docstring.
434
435 * faces.el (describe-face): "?\ " -> "?\s".
436 (read-all-face-attributes, read-face-font, modify-face)
437 (face-attr-construct, italic): Fix typos in docstrings.
438 (frame-update-face-colors): Declare with
439 `define-obsolete-function-alias'.
440
441 * files.el (find-file-noselect, recode-file-name): Doc fixes.
442 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
443 (magic-mode-alist, buffer-file-numbers-unique)
444 (write-file-functions, get-free-disk-space):
445 Fix typos in docstrings.
446 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
447 (write-contents-hooks, write-file-hooks):
448 Declare with `define-obsolete-variable-alias'.
449
450 * forms-d2.el (arch-rj): Fix typo in docstrings.
451 (arch-tocol): Likewise. "?\ " -> "?\s".
452
453 * frame.el (set-frame-font, cursor-in-non-selected-windows):
454 Fix typo in docstring.
455 (set-screen-width, set-screen-height): Delete redundant info in
456 doctrings.
457 (new-frame, screen-height, screen-width): Declare with
458 `define-obsolete-function-alias'.
459 (delete-frame-hook, blink-cursor): Declare with
460 `define-obsolete-variable-alias'.
461
462 * paths.el (prune-directory-list): Fix typos in docstring.
463
464 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
465 (cvs-prefix-get): Fix typos in docstrings.
466
467 * ps-print.el (ps-extend-face-list, ps-extend-face)
468 (ps-print-background-image): Fix typos in docstrings.
469 (ps-default-fg, ps-default-bg): Doc fixes.
470
471 * s-region.el (s-region-bind): Doc fix.
472 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
473
474 * textmodes/org.el (org-table-formula-substitute-names)
475 (org-table-get-vertical-vector): Doc fixes.
476 (org-table-recalculate): Remove unused argument to `message'.
477
478 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
479
480 * textmodes/org.el (org-table-column-names)
481 (org-table-column-name-regexp)
482 (org-table-named-field-locations): New variables.
483 (org-archive-subtree): Protect `this-command' when calling
484 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
485 the kill buffer.
486 (org-complete): Remove fixed-formula completion.
487 (org-edit-formulas-map): New variable.
488 (org-table-edit-formulas): New command.
489 (org-finish-edit-formulas, org-abort-edit-formulas)
490 (org-show-variable, org-table-get-vertical-vector): New functions.
491 (org-table-maybe-eval-formula): Handle `:=' fields.
492 (org-table-get-stored-formulas, org-table-store-formulas)
493 (org-table-get-formula, org-table-modify-formulas)
494 (org-table-replace-in-formulas): Handle named field formulas.
495 (org-table-get-specials): Store locations of named fields.
496
497 2005-07-19 Juri Linkov <juri@jurta.org>
498
499 * progmodes/grep.el (grep-regexp-alist)
500 (grep-mode-font-lock-keywords, grep-process-setup):
501 Use default GNU grep match color "01;31m" instead of "01;41m".
502 (grep-regexp-alist, grep-mode-font-lock-keywords):
503 Use `\\[[0-9]*m' instead of `\\[00m'.
504 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
505 sgr_start where its handling is more important. Use the real
506 length of sgr_start instead of constant 8.
507 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
508 specially. Delete all remaining escape sequences.
509 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
510 (grep-regexp-alist): Make hyperlink only for binary file name
511 instead of the whole line.
512 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
513 (grep-mode): Add autoload.
514
515 * emacs-lisp/find-func.el (find-function-regexp):
516 Add `define-compilation-mode'.
517
518 2005-07-19 Juri Linkov <juri@jurta.org>
519
520 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
521 (compare-windows-sync-string-size, compare-windows-recenter)
522 (compare-windows-highlight, compare-windows): Add version 22.1.
523 (compare-windows) <defface>: Inherit from lazy-highlight instead
524 of duplicating its default value.
525
526 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
527 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
528
529 * descr-text.el (describe-char): Create link buttons for `charset'
530 and `code point'. Add the current input method name with a link
531 button to `to input' field. Print face names of display table
532 characters in `The display table entry is displayed by' section
533 instead of printing face-id in the `display' field.
534 Guess hardcoded faces and create a link button for them.
535 Skip empty fields when calculating max-width.
536 Treat `widget-create' specially while inserting strings from the
537 collected field list.
538 (describe-char-after): Made obsolete in version 22.1, not 21.5.
539
540 * diff-mode.el (diff-file-header): Change foreground color from
541 yellow to green on light backgrounds.
542 (diff-context): Inherit from `shadow' only for color/grayscale
543 with more than 88 colors.
544 (diff-indicator-removed, diff-indicator-added)
545 (diff-indicator-changed): New faces.
546 (diff-font-lock-keywords): Use new faces. Regroup rules.
547 Add "^---$" for `normal' diff format. Fontify `#' lines with
548 font-lock-comment-delimiter-face and font-lock-comment-face.
549 Add `#' to ^[^...] in the rule for `diff-context-face'.
550
551 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
552 a button-like box. Inherit from `highlight' on low colors.
553 (shadow): Use shades of gray only for color/grayscale with
554 more than 88 colors. Use green for light backgrounds with
555 8 colors, and yellow for dark backgrounds with 8 colors.
556
557 * font-lock.el (font-lock-regexp-grouping-backslash):
558 Don't inherit from escape-glyph (use bold for all cases).
559
560 * info.el (info-xref-visited): Use light foreground color `violet'
561 for dark backgrounds instead of dark color `magenta3'.
562 (info-title-1): Use `yellow' color for dark backgrounds.
563
564 * isearch.el (isearch): Use not-too-dark magenta3 instead of
565 too-light magenta2.
566
567 * replace.el (match): Use slightly more light RoyalBlue3 instead
568 of dark RoyalBlue4.
569
570 * wid-edit.el (widget-inactive): Inherit from `shadow'.
571
572 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
573
574 * novice.el (disabled-command-hook): Declare it with
575 `define-obsolete-variable-alias'.
576
577 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
578 (desktop-buffer-misc-functions, desktop-buffer-handlers)
579 (desktop-load-default): Add release to obsolescence info.
580 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
581 (desktop-append-buffer-args, desktop-read):
582 Fix typos in docstrings.
583 (desktop-kill): Fix typo in message.
584 (desktop-save): Doc fix.
585
586 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
587
588 * viper-cmd.el (viper-escape-to-state): Bug fix.
589 (viper-envelop-ESC-key): Change the definition of fast
590 keysequence so it'll work with keyboard macros.
591
592 * ediff.el (ediff-patch-buffer): Change the docstring.
593
594 2005-07-19 Kenichi Handa <handa@m17n.org>
595
596 * international/mule-cmds.el (select-safe-coding-system): Try to
597 use an auto-coding (if any) before anything else. If the found
598 auto-coding is invalid, show a warning message.
599
600 * international/mule.el (find-auto-coding): New function created
601 by modifying the body of set-auto-coding.
602 (set-auto-coding): Use find-auto-coding to find a coding.
603
604 2005-07-18 Richard M. Stallman <rms@gnu.org>
605
606 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
607 not isearch-mode-end-hook-error.
608 (allout-before-change-protect): Fix error message.
609
610 2005-07-18 Juri Linkov <juri@jurta.org>
611
612 * allout.el (allout-mode):
613 * calculator.el (calculator-copy):
614 * custom.el (custom-known-themes):
615 * dired.el (dired-desktop-buffer-misc-data)
616 (dired-restore-desktop-buffer):
617 * dired-x.el (dired-omit-marker-char):
618 * files.el (basic-save-buffer):
619 * font-core.el (font-lock-mode):
620 * calendar/calendar.el (calendar-goto-hebrew-date)
621 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
622 (calendar-goto-persian-date):
623 * language/ethio-util.el (ethio-sera-to-fidel-region):
624 * textmodes/picture.el (picture-mode):
625 Delete duplicate duplicate words.
626
627 2005-07-18 Juri Linkov <juri@jurta.org>
628
629 * isearch.el (isearch-mode-map): Remove key bindings for regexp
630 chars * ? } |.
631 (isearch-fallback): Don't call `isearch-process-search-char'.
632 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
633 (isearch-process-search-char): Call `isearch-fallback' for regexp
634 chars * ? } |.
635 (isearch-return-char): Make obsolete with `make-obsolete' instead
636 of simply documenting it as obsolete in the docstring.
637 (isearch-fallback): Refill docstring.
638
639 * international/isearch-x.el
640 (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
641 Add intermediate values to `junk-hist' instead of `minibuffer-history'.
642 Test the length of `str'.
643
644 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
645
646 * allout.el (allout-resolve-xref): Fix typos in error strings.
647 (allout-before-change-protect): Remove unneeded `concat'.
648
649 * array.el (array-mode, array-reconfigure-rows)
650 (untabify-backward): Fix typos in docstrings.
651 (array-reconfigure-rows): Use `insert-buffer-substring', not
652 `insert-buffer'.
653
654 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
655 * progmodes/ada-mode.el (ada-make-body):
656 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
657
658 * dired.el (dired-log):
659 * tar-mode.el (tar-subfile-save-buffer):
660 * play/zone.el (zone-pgm-stress-destress):
661 Use `insert-buffer-substring', not `insert-buffer'.
662
663 2005-07-17 Simon Josefsson <jas@extundo.com>
664
665 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
666
667 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
668
669 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
670 Add plain auth method.
671 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
672
673 2005-07-17 Kim F. Storm <storm@cua.dk>
674
675 * ido.el (dired-other-window): Add ido property.
676
677 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
678
679 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
680 Fix typo in docstring.
681 (byte-compile-interactive-only-functions): Add `insert-buffer' and
682 `insert-file-literally'.
683
684 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
685 info and delete redundant message. Doc fix.
686 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
687 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
688
689 2005-07-16 Richard M. Stallman <rms@gnu.org>
690
691 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
692 (byte-compile-and): Use byte-compile-and-recursion.
693 (byte-compile-or-recursion): New function.
694 (byte-compile-or): Use that.
695 (byte-compile-if): Guard the else-clause too.
696 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
697
698 * isearch.el (isearch-mode-end-hook-quit): New variable.
699 (isearch-done): Bind it.
700 (isearch-mode-end-hook): Doc fix.
701
702 * allout.el (allout-isearch-did-quit): Variable deleted.
703 (allout-real-isearch-abort): Function name no longer used.
704 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
705 (allout-isearch-rectification): isearch-mode always exists.
706 Don't set allout-isearch-did-quit.
707 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
708 allout-isearch-did-quit.
709 (allout-enwrap-isearch): Just add the hook.
710 (allout-isearch-abort): Function deleted.
711 (allout-pre-command-business): Avoid warning.
712
713 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
714 Correctly avoid warnings.
715 (pascal-outline): Likewise.
716
717 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
718
719 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
720
721 * play/tetris.el (tetris-mode): Avoid warning.
722
723 * play/snake.el (snake-mode): Avoid warning.
724
725 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
726 (gamegrid-set-display-table): Avoid warning.
727 (gamegrid-set-timer): Likewise.
728 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
729 (gamegrid-add-score-with-update-game-score-1): Take FILE
730 as argument.
731 (gamegrid-add-score-with-update-game-score): Pass that argument.
732 Rename have-shared-game-dir to gamegrid-shared-game-dir.
733
734 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
735
736 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
737 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
738
739 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
740 and insert-file.
741
742 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
743 (sc-ask): Avoid warnings.
744
745 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
746 (eshell-hist-initialize): Use that var the natural way.
747
748 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
749
750 * emacs-lisp/re-builder.el (reb-cook-regexp):
751 Avoid warning calling lre-compile-string.
752 (reb-color-display-p): Avoid warning.
753
754 * calculator.el (calculator-last-input): Guard uses
755 of event-key and key-press-event-p.
756 (event-key, key-press-event-p): Delete definitions.
757
758 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
759 (find-gc-source-directory, find-gc-subrs-callers)
760 (find-gc-noreturn-list, find-gc-source-files)
761 (find-gc-subrs-called): Vars renamed and defvar'd.
762
763 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
764 (checkdoc-overlay-put, checkdoc-delete-overlay)
765 (checkdoc-overlay-start, checkdoc-overlay-end)
766 (checkdoc-mode-line-update, checkdoc-char=):
767 Define such that compiler knows they are defined.
768 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
769 (checkdoc-read-event): Delete. Use read-event directly.
770
771 * whitespace.el (whitespace-make-overlay)
772 (whitespace-overlay-put, whitespace-delete-overlay)
773 (whitespace-overlay-start, whitespace-overlay-end):
774 Define such that compiler knows they are defined.
775 (whitespace): Move conditional inside.
776
777 * tempo.el (tempo-insert-template): Suppress warning.
778
779 * ediff-diff.el (longlines-mode): Add defvar.
780
781 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
782
783 * server.el: Bind "C-x #" in a way that works even if C-x is
784 redefined to a command key, not a prefix key.
785
786 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
787
788 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
789 cl-make-type-test till execution time.
790
791 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
792
793 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
794 arg ARG and use it.
795
796 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
797
798 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
799
800 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
801
802 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
803 a defcustom with two :set or :type keywords.
804
805 2005-07-15 Richard M. Stallman <rms@gnu.org>
806
807 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
808 Don't give ^M comment-end syntax.
809
810 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
811
812 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
813 Don't consider gdbmi (gdb-mi.el has its own update functions).
814 (gdb-var-delete): Make it work for gdbmi as well.
815 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
816
817 * progmodes/gud.el (etags, sdb): Only require etags when needed.
818 (gud-speedbar-menu-items): Correct logic for enabling items.
819
820 2005-07-15 Kim F. Storm <storm@cua.dk>
821
822 * ido.el: Fix commentary.
823 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
824 Use with-no-warnings around ffap-guesser.
825 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
826 Let bind minibuffer-completing-file-name to t.
827
828 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
829
830 * startup.el (site-run-file, keyboard-type): Doc fixes.
831 (command-line): Check for "--basic-display" argument; also for
832 "--quick", not "--bare-bones" (which was renamed).
833 (fancy-splash-text): Add missing item "Getting New Versions".
834 (normal-splash-screen): Fix typos and improve consistency with
835 `fancy-splash-text'. Update copyright year.
836
837 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
838 valid binding for `help-char'.
839
840 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
841
842 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
843
844 * term.el (term-mode): Disable cua-mode for term buffers.
845
846 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
847
848 * add-log.el (add-log-mailing-address, change-log-merge):
849 Doc fixes.
850 (change-log-get-method-definition): Fix typo in docstring.
851
852 2005-07-14 Kim F. Storm <storm@cua.dk>
853
854 * emulation/cua-base.el:
855 (cua--pre-command-handler-1, cua--pre-command-handler)
856 (cua--post-command-handler-1, cua--post-command-handler):
857 Split in two. Check (buffer local) value of cua-mode.
858 (cua-selection-mode): New command.
859
860 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
861
862 * custom.el (custom-initialize-safe-set)
863 (custom-initialize-safe-default): Doc fixes.
864
865 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
866 and simplify :init-value again.
867
868 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
869 and simplify :init-value again. Delete autoload.
870
871 * startup.el (command-line): Use `custom-reevaluate-setting' again
872 for tooltip-mode.
873
874 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
875 a defcustom with two :initialize keywords.
876
877 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
878
879 * allout.el (my-mark-marker, allout-isearch-prior-pos)
880 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
881 (allout-post-command-business, allout-flag-region)
882 (isearch-reenable-font-lock, allout-yank)
883 (allout-insert-latex-header, allout-insert-latex-trailer)
884 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
885 (allout-latex-verb-quote): Fix typos in docstrings.
886 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
887 (allout-unprotected, allout-prefix-data):
888 Improve argument/docstring consistency.
889 (allout-chart-subtree): Fix argument spec.
890 (allout-open-topic): Rename `use_sib_bullet' argument to
891 `use-sib-bullet'. Doc fix.
892
893 * whitespace.el (whitespace-check-buffer-leading)
894 (whitespace-check-buffer-trailing)
895 (whitespace-check-buffer-indent)
896 (whitespace-check-buffer-spacetab)
897 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
898 (whitespace-check-leading-whitespace)
899 (whitespace-check-trailing-whitespace)
900 (whitespace-check-spacetab-whitespace)
901 (whitespace-check-indent-whitespace)
902 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
903 (whitespace-modes): Fix typos in docstrings.
904 (defgroup, defcustom): Doc fixes.
905
906 * winner.el (winner-mode, winner-boring-buffers)
907 (winner-pending-undo-ring): Doc fixes.
908 (winner-ring): Remove unneeded `progn'.
909 (winner-equal): `defsubst' it.
910 (winner-redo): Fix message.
911
912 2005-07-13 Kim F. Storm <storm@cua.dk>
913
914 * simple.el (line-move-1): Always use vertical-motion to
915 do the last (or only) line move to ensure some movement.
916 Undo 2005-06-23 change--don't check for overlays.
917
918 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
919
920 * term/mac-win.el (ccl-encode-mac-roman-font)
921 (ccl-encode-mac-centraleurroman-font)
922 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
923 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
924 Change charset-id boundary of dimension to ?\xef.
925 (mac-char-fontspec-list): New constant.
926 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
927 argument. Nil uses itself as family in font-spec. Previous
928 behavior for nil is now provided by non-nil non-string argument.
929 All callers changed. Add font-specs for Mac fonts to
930 "fontset-default" unless iso8859-1 fonts are installed.
931
932 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * progmodes/sh-script.el (sh-get-indent-info): Only indent
935 a continuation line if the \ is preceded by SPC or TAB.
936 (sh-get-indent-info): Simplify.
937 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
938 Use with-current-buffer.
939
940 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
941 when the matched text is empty.
942
943 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
944
945 * startup.el (command-line): Revert to previous handling of
946 tooltip-mode. Explain in comment why the complexity is needed.
947
948 * tooltip.el (tooltip-mode): Revert to previous implementation of
949 its defcustom.
950
951 * frame.el (blink-cursor-mode): Revert to previous implementation
952 of its defcustom. Update comment.
953
954 2005-07-12 Lars Hansen <larsh@soem.dk>
955
956 * desktop.el: Update e-mail address.
957
958 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
959
960 * term/mac-win.el (mac-services-mail-selection)
961 (mac-services-mail-to): New functions.
962 (mac-application-menu-map): Bind them.
963
964 2005-07-12 wulei <milton@wulei.net> (tiny change)
965
966 * progmodes/gdb-ui.el: Add note about buffering with Windows.
967
968 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
969
970 * custom.el (custom-reevaluate-setting): Doc fix.
971
972 2005-07-11 Jay Belanger <belanger@truman.edu>
973
974 * calc/calc.el (calc-embedded-announce-formula-alist)
975 (calc-embedded-open-close-plain-alist)
976 (calc-embedded-open-close-mode-alist): Add checks for additional
977 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
978
979 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
980
981 * custom.el (custom-enable-theme): Don't add theme to
982 `custom-enabled-themes' with `push' because there is no
983 setf-method for `delq'.
984
985 2005-07-11 Richard M. Stallman <rms@gnu.org>
986
987 * custom.el (custom-declare-variable): Doc fix.
988
989 * dired-aux.el (dired-compare-directories): Remove "." and ".."
990 from the alists.
991
992 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
993 Do nothing if edebug-active.
994
995 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
996 (edebug-display): Do it here instead.
997
998 2005-07-10 Richard M. Stallman <rms@gnu.org>
999
1000 * cus-face.el (custom-theme-set-faces): Make it work.
1001 (custom-reset-faces): Doc fix.
1002 (custom-theme-reset-internal-face, custom-theme-face-value):
1003 Functions deleted.
1004
1005 * custom.el (custom-push-theme): Maintain list of the settings
1006 of a given theme in its theme-settings property.
1007 Maintain position of old settings in the theme-value
1008 or theme-face property.
1009 (custom-enabled-themes): New variable.
1010 (custom-theme-enabled-p): New function.
1011 (provide-theme): Update custom-enabled-themes.
1012 Disable and reenable the `user' theme.
1013 (require-theme): Doc fix.
1014 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
1015 (custom-theme-value, custom-theme-variable-value): Likewise.
1016 (custom-theme-reset-internal): Likewise.
1017 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
1018 (custom-enable-theme, custom-disable-theme): New functions.
1019 (custom-variable-theme-value, custom-face-theme-value): Likewise.
1020 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
1021 (custom-theme-reset-variables): Simplify.
1022 (deftheme, custom-declare-theme, custom-make-theme-feature):
1023 Definitions moved.
1024
1025 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
1026
1027 * longlines.el (longlines-show-region)
1028 (longlines-unshow-hard-newlines): Recognize hard newlines by
1029 non-nil hard property, instead of t.
1030
1031 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
1032
1033 * viper-cmd.el (viper--key-maps): New variable.
1034 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
1035 emulation-mode-map-alists.
1036 (viper-envelop-ESC-key): Use viper-subseq.
1037 (viper-search-forward/backward/next): Disable debug-on-error.
1038
1039 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1040 (viper-ESC-key): New defcustoms.
1041
1042 * viper-macs.el (ex-map-read-args): Use viper-subseq.
1043
1044 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
1045 (viper-subseq): Copy of subseq from cl.el.
1046
1047 * viper.el (viper-go-away, viper-set-hooks): Use
1048 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
1049
1050 * viper-mous.el (viper-current-frame-saved): Use defvar.
1051
1052 * viper-init.el: Get rid of -face in face names.
1053
1054 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1055 Make it work with longlines mode
1056
1057 * ediff-mult.el (ediff-meta-mode-hook): New variable.
1058
1059 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
1060
1061 * ediff-init: Get rid of -face in face names.
1062
1063 2005-07-10 Richard M. Stallman <rms@gnu.org>
1064
1065 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
1066 and with-timeout-unsuspend.
1067
1068 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
1069 and with-timeout-unsuspend.
1070
1071 * emacs-lisp/timer.el (with-timeout-timers): New variable.
1072 (with-timeout): Bind that variable to record timers.
1073 (with-timeout-suspend, with-timeout-unsuspend): New functions.
1074
1075 * emacs-lisp/debug.el (debug-help-follow): New function.
1076 (debugger-mode-map): Use that instead of help-follow.
1077 (debugger-setup-buffer): Use eval-buffer-list
1078 to handle eval-buffer frames.
1079
1080 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
1081
1082 * timezone.el (timezone-parse-date): Change first regexp
1083 so it will not mistakenly match dates with no time zone.
1084
1085 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
1086
1087 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
1088
1089 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
1090
1091 * custom.el (custom-initialize-safe-set)
1092 (custom-initialize-safe-default): New functions.
1093
1094 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1095 and simplify :init-value.
1096
1097 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1098 and simplify :init-value. Delete obsolete comment.
1099
1100 * startup.el (command-line): Use `custom-reevaluate-setting' to
1101 handle `tooltip-mode'. Delete obsolete comment.
1102
1103 * files.el (set-visited-file-name): Avoid calling
1104 `file-name-nondirectory' with a nil argument.
1105
1106 2005-07-09 Richard M. Stallman <rms@gnu.org>
1107
1108 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
1109 was called with nil for the buffer, handle the read position right.
1110 Handle read position for eval-region, too.
1111
1112 2005-07-09 Juri Linkov <juri@jurta.org>
1113
1114 * fringe.el (fringe-mode): Add period in docstring.
1115 (fringe-query-style): Build prompt depending on `all-frames' arg.
1116
1117 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
1118 to not create links to unrelated functions in the Help buffer.
1119
1120 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
1121 Doc fix.
1122
1123 * simple.el (next-error-hook): New variable.
1124 (next-error): Use it. Doc fix.
1125
1126 * textmodes/ispell.el (ispell-command-loop): Add current
1127 dictionary name and program name to mode-line-format.
1128 (ispell-region, ispell-process-line): Add current dictionary name
1129 and program name to messages.
1130
1131 2005-07-08 Jay Belanger <belanger@truman.edu>
1132
1133 * calc/calc.el (calc-embedded-announce-formula-alist)
1134 (calc-embedded-open-close-formula-alist)
1135 (calc-embedded-open-close-word-alist)
1136 (calc-embedded-open-close-plain-alist)
1137 (calc-embedded-open-close-new-formula-alist)
1138 (calc-embedded-open-close-mode-alist)
1139 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
1140 (calc-embedded-mode-hook): New variables.
1141
1142 * calc/calc-embed.el (calc-embedded-firsttime)
1143 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
1144 New variables.
1145 (calc-do-embedded): Use calc-embedded-firsttime,
1146 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
1147 determine whether or not to run hooks.
1148 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
1149 calc-embedded-firsttime-formula appropriately.
1150 Set calc-embedded delimiter variables according to mode.
1151
1152 2005-07-08 Richard M. Stallman <rms@gnu.org>
1153
1154 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
1155 Check for "emacs", etc., as entire symbol, not just as word.
1156 (checkdoc-file-comments-engine): Use regexp-quote on FN.
1157
1158 * files.el (set-visited-file-name): Report the error
1159 for "empty filename" earlier.
1160 (kill-some-buffers): Ignore buffers already dead.
1161
1162 * fringe.el (fringe-mode): Doc fix.
1163
1164 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1165 Check for (featurep 'xemacs) and turn off warnings in what it guards.
1166 Use unwind-protect to ensure byte-compile-unresolved-functions
1167 is updated.
1168
1169 * whitespace.el (whitespace-buffer-leading-cleanup):
1170 Simplify w/ skip-chars-forward.
1171 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
1172
1173 * mail/rmail.el (rmail-only-expunge): Fix paren error.
1174 Unconditionally try to leave point at the same old place.
1175
1176 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
1177
1178 * comint.el (comint-postoutput-scroll-to-bottom)
1179 (comint-show-maximum-output): Take scroll-margin into consideration.
1180
1181 2005-07-08 Kim F. Storm <storm@cua.dk>
1182
1183 * ido.el (ido-use-filename-at-point): New choice `guess'.
1184 (ido-file-internal): Try ffap-guesser if selected.
1185
1186 * ido.el (ido-before-fallback-functions): New hook.
1187 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
1188 (ido-read-file-name): Run it.
1189
1190 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
1193 strings rather than a list of symbols to the completion function.
1194
1195 2005-07-07 Jay Belanger <belanger@truman.edu>
1196
1197 * calc/calc-units.el (math-apply-units): Change the places in
1198 which units are simplified.
1199
1200 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
1201
1202 * cus-edit.el (customize-option, customize-option-other-window):
1203 Make them handle aliases.
1204
1205 * custom.el (custom-variable-p): Make it recursively follow
1206 aliases. Mention that in the docstring.
1207
1208 2005-07-07 Richard M. Stallman <rms@gnu.org>
1209
1210 * cus-start.el (exec-path): Use `directory' instead of `file'.
1211 Fix tag for nil.
1212
1213 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1214
1215 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
1216 when called non-interactively. Doc fix.
1217
1218 2005-07-07 Lute Kamstra <lute@gnu.org>
1219
1220 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
1221 new address as well.
1222
1223 2005-07-07 Kenichi Handa <handa@m17n.org>
1224
1225 * international/mule.el (make-coding-system):
1226 Describe `ascii-incompatible' property in the docstring.
1227 (set-file-name-coding-system): Signal an error if coding-system is
1228 ascii-incompatible.
1229 (set-keyboard-coding-system): Likewise.
1230
1231 * international/mule-cmds.el (set-default-coding-systems):
1232 Don't set default-file-name-coding-system and
1233 default-keyboard-coding-system if coding-system is ASCII-incompatible.
1234
1235 * international/utf-16.el: Declare that all UTF-16-based coding
1236 systems are ASCII-incompatible.
1237
1238 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
1239
1240 * progmodes/gud.el: Require font-lock for displaying errors.
1241 Used by gdb-ui.el.
1242
1243 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1244
1245 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
1246 values for the pattern lists which are `read'able but not
1247 `append'able (like symbols).
1248
1249 2005-07-06 Richard M. Stallman <rms@gnu.org>
1250
1251 * progmodes/flymake.el (flymake-float-time): Instead of
1252 with-no-warnings, test for xemacs.
1253 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
1254 to avoid warning.
1255
1256 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
1257
1258 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
1259
1260 2005-07-05 Lute Kamstra <lute@gnu.org>
1261
1262 * battery.el: Add support for Darwin (with much debugging help
1263 from Samuel Lauber <sam124@operamail.com>).
1264 (battery-status-function, battery-echo-area-format)
1265 (battery-mode-line-format): Add support for pmset on Darwin.
1266 (battery-load-low, battery-load-critical): New user options.
1267 (battery-pmset): New function.
1268
1269 2005-07-05 Lute Kamstra <lute@gnu.org>
1270
1271 Update FSF's address in GPL notices.
1272
1273 * textmodes/page-ext.el: Update FSF's address.
1274
1275 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1276
1277 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
1278 filling from using prefix when filling a single-line docstring.
1279
1280 * progmodes/flymake.el: Remove useless eval-when-compile.
1281
1282 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
1283
1284 2005-07-04 Richard M. Stallman <rms@gnu.org>
1285
1286 * textmodes/org.el (org-file-apps-defaults-gnu):
1287 Rename from org-file-apps-defaults-linux.
1288 (org-default-apps): Don't test system-type for `linux'.
1289 (org-file-apps): Doc fix.
1290
1291 2005-07-04 David Ponce <david@dponce.com>
1292
1293 * tree-widget.el: Improve header Commentary section.
1294 (tree-widget) [defgroup]
1295 (tree-widget-image-enable, tree-widget-themes-directory)
1296 (tree-widget-theme, tree-widget-image-properties-emacs)
1297 (tree-widget-image-properties-xemacs, tree-widget-create-image)
1298 (tree-widget-image-formats, tree-widget-control)
1299 (tree-widget-empty-control, tree-widget-leaf-control
1300 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
1301 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
1302 (tree-widget-keep, tree-widget-after-toggle-functions)
1303 (tree-widget-open-node, tree-widget-close-node): Doc fix.
1304 (tree-widget-open-control, tree-widget-close-control): Fix doc and
1305 :help-echo message.
1306 (tree-widget-set-theme): Doc fix. Use `string-equal'.
1307 (tree-widget-image-properties): Doc fix. Clearer implementation.
1308 (tree-widget--cursors): New constant.
1309 (tree-widget-lookup-image): New function split from
1310 `tree-widget-find-image'. Clearer implementation.
1311 (tree-widget-find-image): Use it.
1312 (tree-widget-button-keymap): Use `set-keymap-parent'.
1313 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
1314 Define the sub-widgets here.
1315 (tree-widget-node): Check that :node is not a tree-widget.
1316 (tree-widget-get-super, tree-widget-open-control)
1317 (tree-widget-close-control, tree-widget-empty-control)
1318 (tree-widget-leaf-control, tree-widget-guide)
1319 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
1320 (tree-widget-no-handle, tree-widget-value-delete)
1321 (tree-widget-map): Remove.
1322 (tree-widget-children-value-save): Doc fix. Simplified.
1323 (tree-widget-value-create): Update according to previous changes.
1324
1325 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
1326
1327 * textmodes/org.el: Leading space replaced by TABS.
1328 (org-recalc-marks, org-table-rotate-recalc-marks)
1329 (org-table-get-specials): Treat "^" and "_" marks.
1330 (org-table-justify-field-maybe): Optional argument NEW.
1331 (org-table-eval-formula): Parsing of the format simplified.
1332 New modes C,I. Honor the %= parameter in the current table.
1333 Avoid unnecessary re-align by using the NEW argument to
1334 `org-table-justify-field-maybe'.
1335 (org-calc-default-modes): Default for date-format mimicks org-mode.
1336 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
1337
1338 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1339
1340 * cus-face.el (custom-theme-set-faces): Make it handle face
1341 aliases whose alias declarations are pre- or autoloaded.
1342
1343 2005-07-04 Juri Linkov <juri@jurta.org>
1344
1345 * faces.el (read-face-name): Put the code for getting a face name
1346 from the buffer before adding the faces from the `face' property.
1347 Use `completing-read-multiple' instead of `completing-read'.
1348 Require `crm'. Add default value and post-process the returned
1349 list of faces.
1350
1351 * emacs-lisp/crm.el (crm-find-current-element)
1352 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
1353
1354 * emacs-lisp/lisp-mode.el (eval-defun-1):
1355 * emacs-lisp/edebug.el (edebug-eval-defun):
1356 Remove unnecessary quotes.
1357
1358 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
1359
1360 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
1361 (prolog-indent-level): Fix typo in docstring.
1362
1363 * info.el (Info-history, Info-history-forward)
1364 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
1365
1366 * add-log.el (add-change-log-entry):
1367 * comint.el (comint-dynamic-list-input-ring)
1368 (comint-dynamic-list-completions):
1369 * dabbrev.el (dabbrev-expand):
1370 * delim-col.el (delimit-columns-rectangle-line):
1371 * diff-mode.el (diff-context->unified, diff-reverse-direction)
1372 (diff-unified->context):
1373 * ediff-init.el (ediff-abbrev-jobname):
1374 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
1375 (ediff-replace-session-activity-marker-in-meta-buffer):
1376 * info.el (Info-summary):
1377 * lpr.el (printify-region):
1378 * printing.el (pr-create-interface):
1379 * ps-print.el (ps-print-quote):
1380 * ses.el (ses-column-widths, ses-print-cell)
1381 (ses-adjust-print-width, ses-center):
1382 * shell.el (shell-file-name-quote-list):
1383 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
1384 (strokes-fill-current-buffer-with-whitespace)
1385 (strokes-xpm-for-stroke, strokes-list-strokes)
1386 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
1387 * term.el (term-dynamic-list-input-ring)
1388 (term-dynamic-list-completions):
1389 * calc/calc.el (math-format-stack-value):
1390 * emacs-lisp/edebug.el (edebug-display-freq-count):
1391 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
1392 (delphi-new-comment-line):
1393 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
1394 * progmodes/executable.el (executable-set-magic):
1395 * progmodes/python.el (inferior-python-mode):
1396 * progmodes/scheme.el (scheme-mode-syntax-table):
1397 * progmodes/sh-script.el (sh-maybe-here-document):
1398 * progmodes/sql.el (sql-copy-column):
1399 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
1400 * textmodes/bibtex.el (bibtex-mode):
1401 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
1402 (sgml-auto-attributes):
1403 * textmodes/table.el (table-insert, table-shorten-cell)
1404 (table--generate-source-scan-lines, table-delete-row)
1405 (*table--cell-delete-char, table--spacify-frame)
1406 (table--horizontally-shift-above-and-below)
1407 (table--cell-insert-char, table--cell-blank-str)
1408 (table--fill-region-strictly):
1409 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
1410 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
1411
1412 * add-log.el (change-log):
1413 * apropos.el (apropos):
1414 * comint.el (comint-completion, comint-source):
1415 * dabbrev.el (dabbrev):
1416 * delim-col.el (columns):
1417 * diff-mode.el (diff-mode):
1418 * ediff.el (ediff):
1419 * ediff-diff.el (ediff-diff):
1420 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
1421 * ediff-mult.el (ediff-mult):
1422 * ediff-ptch.el (ediff-ptch):
1423 * ediff-wind.el (ediff-window):
1424 * facemenu.el (facemenu):
1425 * indent.el (indent):
1426 * info.el (info):
1427 * jka-cmpr-hook.el (compression, jka-compr):
1428 * lpr.el (lpr):
1429 * outline.el (outlines):
1430 * pcmpl-cvs.el (pcmpl-cvs):
1431 * pcmpl-rpm.el (pcmpl-rpm):
1432 * printing.el (printing):
1433 * ps-print.el (postscript, ps-print, ps-print-horizontal)
1434 (ps-print-vertical, ps-print-headers, ps-print-font)
1435 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
1436 (ps-print-background, ps-print-printer, ps-print-page)
1437 (ps-print-miscellany):
1438 * ses.el (ses):
1439 * shell.el (shell, shell-directories, shell-faces):
1440 * startup.el (initialization):
1441 * strokes.el (strokes):
1442 * term.el (term):
1443 * uniquify.el (uniquify):
1444 * w32-vars.el (w32):
1445 * calc/calc.el (calc):
1446 * emacs-lisp/bytecomp.el (bytecomp):
1447 * emacs-lisp/cl-indent.el (lisp-indent):
1448 * emacs-lisp/edebug.el (edebug):
1449 * emacs-lisp/elp.el (elp):
1450 * emacs-lisp/testcover.el (testcover):
1451 * emacs-lisp/trace.el (trace):
1452 * emulation/viper-ex.el (viper-ex):
1453 * emulation/viper-mous.el (viper-mouse):
1454 * mail/mailalias.el (mailalias):
1455 * mail/supercite.el (supercite, supercite-frames)
1456 (supercite-attr, supercite-cite, supercite-hooks):
1457 * net/rcompile.el (remote-compile):
1458 * net/rlogin.el (rlogin):
1459 * obsolete/ooutline.el (outlines):
1460 * progmodes/delphi.el (delphi):
1461 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
1462 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
1463 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
1464 (ebnf-optimization):
1465 * progmodes/etags.el (etags):
1466 * progmodes/executable.el (executable):
1467 * progmodes/idlwave.el (idlwave):
1468 * progmodes/pascal.el (pascal):
1469 * progmodes/prolog.el (prolog):
1470 * progmodes/python.el (python):
1471 * progmodes/scheme.el (scheme):
1472 * progmodes/sh-script.el (sh, sh-script):
1473 * progmodes/sql.el (SQL):
1474 * progmodes/tcl.el (tcl):
1475 * textmodes/bibtex.el (bibtex, bibtex-autokey):
1476 * textmodes/enriched.el (enriched):
1477 * textmodes/makeinfo.el (makeinfo):
1478 * textmodes/sgml-mode.el (sgml):
1479 * textmodes/table.el (table-hooks):
1480 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
1481 * textmodes/texinfo.el (texinfo):
1482 * textmodes/two-column.el (two-column):
1483 Finish `defgroup' description with period.
1484
1485 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
1486 * eshell/esh-var.el (eshell-var):
1487 * progmodes/vhdl-mode.el (vhdl-testbench):
1488 * textmodes/org.el (org): Fix typos in docstrings.
1489
1490 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
1491 consistency.
1492
1493 * progmodes/flymake.el (flymake-find-file): Remove.
1494 (flymake-float-time): Use `with-no-warnings'.
1495 (flymake-check-start-time, flymake-check-was-interrupted)
1496 (flymake-err-info, flymake-is-running, flymake-last-change-time)
1497 (flymake-new-err-info): `defvar' at compile time.
1498
1499 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
1500
1501 * replace.el (occur-hook): Doc fix.
1502 (occur-1): Don't call `occur-hook' if there are no matches.
1503
1504 2005-07-03 Richard M. Stallman <rms@gnu.org>
1505
1506 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
1507 global-map, save the same map.
1508 (global-map): Don't alter it at top level.
1509 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
1510 Then alter it here instead.
1511 (tpu-edt-off): Set global-map to the saved one.
1512
1513 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
1514 All references simplified.
1515 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
1516 (zmacs-regions): Add defvar.
1517 (repeat-complex-command-map): Everything about that deleted.
1518
1519 * textmodes/artist.el (artist-key-is-drawing)
1520 (artist-key-endpoint1, artist-key-poly-point-list)
1521 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
1522 (artist-key-compl-table, artist-rb-save-data)
1523 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
1524 Don't put them in eval-when-compile.
1525 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
1526
1527 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
1528 Use with-no-warnings.
1529
1530 * net/browse-url.el (dos-windows-version): Add defvar.
1531
1532 * mail/supercite.el (filladapt-prefix-table): Add defvar.
1533
1534 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
1535 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
1536 (rmail-new-summary-line-count): Rename from new-summary-line-count.
1537 Add defvar.
1538 (rmail-summary-beginning-of-message): Use with-no-warnings.
1539 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
1540
1541 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
1542 Use with-no-warnings.
1543
1544 * emulation/vi.el (vi-mark-region): Use c-mark-function.
1545 (c-mark-function): Add point-moving-unit property.
1546 (vi-goto-line): Use with-no-warnings.
1547
1548 * emulation/edt.el (edt-last-copied-word): Add defvar.
1549 (zmacs-region-stays): Likewise.
1550 (edt-mark-section-wisely): Use c-mark-function for C.
1551 Use makr-defun for Fortran.
1552 (time-string): defvar deleted.
1553 (edt-display-the-time): Don't set time-string.
1554
1555 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
1556
1557 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1558 Don't warn when name is not constant
1559 or for defining the group `emacs'.
1560
1561 * tooltip.el (gud-tooltip-mode): Add defvar.
1562
1563 * startup.el (default-frame-background-mode): Add defvar.
1564
1565 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
1566
1567 * info.el (tool-bar-map): Add defvar.
1568
1569 * dired.el (dnd-protocol-alist): Add defvar.
1570
1571 * dired-aux.el (dired-query): Display question with answer, when
1572 the user answers.
1573
1574 * custom.el (custom-add-option): Doc fix.
1575
1576 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
1577
1578 2005-07-03 Eli Zaretskii <eliz@gnu.org>
1579
1580 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
1581 bogus name from the last change.
1582
1583 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
1584
1585 * custom.el (custom-declare-variable): Fix typos in comment.
1586 (custom-known-themes): Doc fix.
1587 (custom-theme-directory): New defcustom.
1588 (require-theme): Make it check `custom-theme-directory'.
1589
1590 * cus-theme.el (custom-new-theme-mode): New function.
1591 (custom-theme-name, custom-theme-variables, custom-theme-faces)
1592 (custom-theme-description): Add compiler defvars.
1593 (customize-create-theme): Add doc to the "*New Custom Theme*"
1594 buffer. Use `custom-new-theme-mode'.
1595 (custom-theme-write): Put the created buffer in emacs-lisp-mode
1596 and save it to the `custom-theme-directory'. Make this the
1597 default directory of the buffer.
1598
1599 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
1600
1601 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
1602 Fix unbalanced parentheses.
1603
1604 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1605
1606 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
1607 into flymake-mode and delegate to flymake-mode.
1608
1609 * find-file.el (ff-which-function-are-we-in): Clean up.
1610
1611 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
1612
1613 * replace.el (occur-rename-buffer): Fix docstring.
1614
1615 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
1616 (edt-last-copied-word, edt-learn-macro-count)
1617 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
1618 (edt-rect-start-point, edt-user-global-map, rect-start-point)
1619 (time-string, zmacs-region-stays):
1620 * emulation/edt-mapper.el (edt-save-function-key-map)
1621 (EDT-key-name): `defvar' to silence the byte-compiler.
1622
1623 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
1624
1625 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
1626 font-lock-regexp-backslash. Doc fix.
1627 (font-lock-regexp-backslash-grouping-construct): Rename from
1628 font-lock-regexp-backslash-construct. Doc fix.
1629 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
1630 grouping constructs.
1631
1632 2005-07-02 Eli Zaretskii <eliz@gnu.org>
1633
1634 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
1635 updating all the prerequisites.
1636
1637 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
1638
1639 * textmodes/org.el (org-agenda-start-on-weekday)
1640 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
1641 (org-agenda-use-time-grid, org-archive-location)
1642 (org-allow-space-in-links, org-usenet-links-prefer-google)
1643 (org-enable-table-editor, org-export-default-language)
1644 (org-export-html-show-new-buffer, org-fill-paragraph)
1645 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
1646 (org-goto-quit, org-occur, org-eval-in-calendar)
1647 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
1648 (org-agenda-diary-entry, org-remember-help)
1649 (org-table-convert-region, org-at-table-p)
1650 (org-table-move-row-down, org-table-move-row-up)
1651 (org-table-copy-region, org-table-toggle-vline-visibility)
1652 (org-table-get-stored-formulas, org-table-get-specials)
1653 (org-recalc-commands, org-table-eval-formula)
1654 (org-table-formula-substitute-names, orgtbl-make-binding)
1655 (org-format-org-table-html, org-format-table-table-html)
1656 (org-format-table-table-html-using-table-generate-source)
1657 (org-customize): Fix typos in docstrings.
1658 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
1659 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
1660 (org-back-to-heading): Doc fixes.
1661 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1662 (org-agenda-change-all-lines, org-get-header):
1663 Improve argument/docstring consistency.
1664 (orgtbl-error): Fix error message.
1665
1666 * progmodes/flymake.el (flymake-find-possible-master-files)
1667 (flymake-master-file-compare, flymake-get-line-err-count)
1668 (flymake-highlight-line, flymake-gui-warnings-enabled):
1669 Fix typos in docstrings.
1670 (flymake-parse-line, flymake-get-project-include-dirs-function)
1671 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1672 Doc fixes.
1673 (flymake-get-project-include-dirs-function)
1674 (flymake-make-err-menu-data):
1675 Improve argument/docstring consistency.
1676
1677 2005-07-01 Lute Kamstra <lute@gnu.org>
1678
1679 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1680 Catch errors with ignore-errors. Use temporary buffer.
1681 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
1682
1683 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1684 background color faces.
1685 (facemenu-set-foreground, facemenu-set-background):
1686 Use facemenu-set-face-from-menu.
1687 (facemenu-set-face-from-menu): Treat face names that start with
1688 "fg:" or "bg:" as special.
1689 (facemenu-add-new-color): Don't create faces. Simplify.
1690
1691 2005-06-30 Richard M. Stallman <rms@gnu.org>
1692
1693 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1694 (crm-find-current-element): Likewise.
1695
1696 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1697
1698 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1699
1700 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1701
1702 * arc-mode.el (archive-extract): Make it work as a mouse binding.
1703 (archive-mouse-extract): Make it an obsolete alias.
1704 (archive-mode-map): Don't use archive-mouse-extract any more.
1705 (archive-mode, archive-extract): write-contents-hooks ->
1706 write-contents-functions.
1707 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1708 first arg.
1709 (archive-rename-entry): Update the call.
1710 (archive-zip-summarize): Remove unused var `method'.
1711 (archive-lzh-summarize): Remove unused var `creator'.
1712
1713 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1714 dedicated frame upon exit.
1715
1716 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1717 (archive-zip-extract, archive-zip-expunge)
1718 (archive-zip-update, archive-zip-update-case): Use executable-find.
1719 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1720 Use restore-buffer-modified-p.
1721 (archive-extract, archive-add-new-member, archive-write-file-member):
1722 Use with-current-buffer.
1723 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1724
1725 2005-06-30 Andreas Schwab <schwab@suse.de>
1726
1727 * progmodes/gud.el (gud-filter): Remove unneeded progn.
1728
1729 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1730
1731 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1732
1733 2005-06-30 Juri Linkov <juri@jurta.org>
1734
1735 * faces.el (vertical-border): Inherit from mode-line-inactive
1736 only on tty.
1737
1738 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
1739
1740 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1741 example, -NLINES in the `occur' docstring).
1742
1743 * replace.el (occur-1): When no matches are found, do not set the
1744 `buffer-read-only' and modified flags for the occur buffer,
1745 because it is deleted.
1746
1747 * emulation/cua-base.el (cua-check-pending-input)
1748 (cua-repeat-replace-region, cua-mode, cua-debug)
1749 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1750 Fix typos in docstrings.
1751
1752 * emulation/cua-gmrk.el (cua-toggle-global-mark)
1753 (cua-cut-region-to-global-mark)
1754 (cua--cut-rectangle-to-global-mark):
1755 Remove period from end of messages.
1756
1757 * emulation/cua-rect.el (cua-do-rectangle-padding):
1758 Remove period from end of messages.
1759 (cua--rectangle-seq-format): Fix typo in docstring.
1760 (cua-sequence-rectangle, cua-fill-char-rectangle):
1761 Improve argument/docstring consistency.
1762
1763 2005-06-29 Juri Linkov <juri@jurta.org>
1764
1765 * faces.el (default-frame-background-mode): New internal variable.
1766 (frame-set-background-mode): Use it.
1767
1768 * startup.el (normal-top-level): Set default-frame-background-mode
1769 instead of frame-background-mode. Before setting it, test for its
1770 nil value. Remove tests for frame-background-mode and frame
1771 parameter `reverse'. Add test for "unspecified-fg".
1772
1773 * term/xterm.el (xterm-rxvt-set-background-mode):
1774 * term/rxvt.el (rxvt-set-background-mode):
1775 Set default-frame-background-mode instead of frame-background-mode.
1776
1777 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
1778
1779 * simple.el (set-variable): Warn about obsolete user variables.
1780
1781 * imenu.el (imenu--completion-buffer):
1782 * mouse.el (mouse-buffer-menu-alist):
1783 * msb.el (msb-invisible-buffer-p):
1784 * calendar/diary-lib.el (diary-header-line-format):
1785 * emacs-lisp/pp.el (pp-buffer):
1786 * progmodes/cperl-mode.el (cperl-do-auto-fill):
1787 * textmodes/picture.el (picture-replace-match):
1788 Change space constants followed by a sexp to "?\s ".
1789
1790 * play/decipher.el (decipher-loop-with-breaks):
1791 * textmodes/texinfo.el (texinfo-insert-@item): Change space
1792 constants "protected" from end of line by a comment to "?\s".
1793
1794 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * font-lock.el (save-buffer-state): Use `declare'.
1797
1798 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1799 reset the syntax-table to cperl-mode-syntax-table.
1800 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1801 "foo_print_bar" is not matched as a reserved keyword.
1802
1803 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
1804
1805 * textmodes/org.el (orgtbl-setup): New function, for delayed
1806 setup for the orgtbl commands.
1807 (org-calc-default-modes): New option.
1808 (orgtbl-make-binding): Use `defun' to get better help display.
1809 (org-diary): Call `org-compile-prefix-format'.
1810 (org-table-formula-substitute-names): New function.
1811 (org-agenda-day-view, org-agenda-week-view): New commands.
1812 (org-agenda-toggle-week-view): Command removed.
1813 (org-tbl-menu): Split off from org-org-menu.
1814 (org-mode): Move removal of outline-mode menus to here.
1815 (org-table-formula-debug): New option.
1816 (org-table-insert-row): Keep first field if just "#" or "*".
1817 (org-mode): Paragraph regexps fixed.
1818 (org-table-recalculate-regexp): New constant.
1819 (org-table-justify-field-maybe): Avoid replace if not necessary.
1820 (org-copy-special, org-cut-special): Use `call-interactively'.
1821 (org-table-copy-region): Take region from `interactive' call.
1822 (org-trim): Return string even if no match.
1823 (org-formula): New face.
1824 (org-set-font-lock-defaults): No longer highlight "FIXME".
1825 But highlight formula-related fields in table.
1826 (org-table-p): Use regexp, not fontification.
1827 (org-table-align): Handle white space at end of line.
1828 (org-table-formula-evaluate-inline): New option.
1829 (org-mode): Auto-wrapping in comment lines turned off.
1830 (org-table-copy-down): Evaluate only in copied field, not in
1831 destination.
1832 (org-table-current-formula): Variable removed.
1833 (org-table-store-formulas, org-table-get-stored-formulas)
1834 (org-table-modify-formulas, org-table-replace-in-formulas)
1835 (org-table-maybe-eval-formula): New functions.
1836 (org-table-get-formula): Modify to use stored formulas.
1837 (org-table-insert-column, org-table-delete-column)
1838 (org-table-move-column): Call `org-table-modify-formulas'.
1839 (org-complete): Add completion for keyword formulas.
1840 (orgtbl-mode): Pull orgtbl-mode-map to start of
1841 minor-mode-map-alist.
1842
1843 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1844
1845 * progmodes/python.el (python-check): Require `compile' before
1846 modifying its variables.
1847
1848 * newcomment.el (comment-indent-default): Don't get fooled by an early
1849 end of buffer.
1850
1851 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1852
1853 * ps-print.el (ps-print-version): Fix version number.
1854
1855 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
1856
1857 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1858
1859 2005-06-28 Richard M. Stallman <rms@gnu.org>
1860
1861 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1862 (flyspell-local-mouse-map): Declaration deleted.
1863 (flyspell-mouse-map): Bind only mouse-2.
1864 (flyspell-mode-map): Don't test flyspell-use-local-map.
1865 (flyspell-overlay-keymap-property-name): Var deleted.
1866 (flyspell-mode-on): Don't make local bindings for
1867 flyspell-mouse-map and flyspell-mode-map.
1868 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1869
1870 * textmodes/ispell.el (ispell-word): Do not ignore short words.
1871
1872 * progmodes/compile.el (compilation-next-error-function):
1873 Don't switch buffers; operate on the current buffer.
1874
1875 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1876
1877 * comint.el (comint-password-prompt-regexp): Accept ", try again".
1878
1879 * bindings.el (global-map): Bind insertchar and its variants.
1880
1881 2005-06-27 Richard M. Stallman <rms@gnu.org>
1882
1883 * textmodes/artist.el (artist-text-overwrite)
1884 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1885
1886 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1887
1888 * ps-print.el: It was not working the page selection for printing.
1889 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1890 (ps-print-version): New version 6.6.7.
1891 (ps-end-sheet): New fun.
1892 (ps-header-sheet, ps-end-job): Call it.
1893
1894 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1895
1896 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1897
1898 2005-06-27 Lute Kamstra <lute@gnu.org>
1899
1900 * facemenu.el (facemenu-unlisted-faces): Add foreground and
1901 background color faces.
1902 (facemenu-get-face): Delete function.
1903 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1904 (facemenu-add-new-color): Make second argument mandatory.
1905 Create the appropriate face and return it. Simplify.
1906 (facemenu-set-foreground, facemenu-set-background): Don't check if
1907 color is defined. Use return value of facemenu-add-new-color.
1908
1909 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
1910
1911 * progmodes/gud.el (gud-filter): Add missing argument to
1912 with-selected-window.
1913
1914 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1915
1916 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1917 a :require to the defcustom.
1918
1919 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1920 defcustoms corresponding to minor modes.
1921
1922 2005-06-26 David Ponce <david@dponce.com>
1923
1924 * recentf.el: Require tree-widget instead of wid-edit.
1925 (recentf-filename-handler): Fix widget :type.
1926 (recentf-cancel-dialog, recentf-open-more-files)
1927 (recentf-open-files-action): Doc fix.
1928 (recentf-dialog-goto-first): New function.
1929 (recentf-dialog-mode-map): Set parent keymap first.
1930 (recentf-dialog-mode): Define with define-derived-mode.
1931 Don't display continuation lines in dialogs.
1932 (recentf-edit-list): Rename from recentf-edit-selected-items.
1933 (recentf-edit-list-select): Rename from recentf-edit-list-action.
1934 Simplify.
1935 (recentf-edit-list-validate): New function.
1936 (recentf-edit-list): Update accordingly.
1937 (recentf-open-files-item-shift): Remove.
1938 (recentf-open-files-item): Convert menu elements into tree and
1939 link widgets. Don't create the widgets.
1940 (recentf-open-files): Update accordingly.
1941 (recentf-save-list): Untabify.
1942
1943 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1944
1945 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1946 (keep-lines): Add INTERACTIVE arg. Never delete lines only
1947 partially contained in the active region. Do not take active
1948 region into account when called from Lisp, unless INTERACTIVE arg
1949 is non-nil. Use `forward-line' instead of `beginning-of-line' to
1950 avoid trouble with fields. Make marker point nowhere when no
1951 longer used. Always return nil. Doc fix.
1952 (flush-lines): Add INTERACTIVE arg. Do not take active region
1953 into account when called from Lisp, unless INTERACTIVE arg is
1954 non-nil. Use `forward-line' instead of `beginning-of-line' to
1955 avoid trouble with fields. Make marker point nowhere when no
1956 longer used. Always return nil. Doc fix.
1957 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
1958 interchangeable. Do not take active region into account when
1959 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
1960 message in echo area when called from Lisp, unless INTERACTIVE arg
1961 is non-nil. Avoid saying "1 occurrences". Do not use markers.
1962 Return the number of matches. Doc fix.
1963 (occur): Doc fix.
1964 (perform-replace): Make comment follow double space convention for
1965 the sake of `outline-minor-mode'.
1966
1967 * faces.el (facep): Doc fix.
1968
1969 2005-06-25 Richard M. Stallman <rms@gnu.org>
1970
1971 * facemenu.el (facemenu-enable-faces-p): New function.
1972 (facemenu-background-menu, facemenu-foreground-menu)
1973 (facemenu-face-menu): Add menu-enable property.
1974
1975 * jka-compr.el (jka-compr-insert-file-contents):
1976 Special handling if cannot find the uncompression program.
1977
1978 * cus-face.el (custom-face-attributes): Add autoload.
1979
1980 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1981 Bind comment-indent-function locally.
1982
1983 * window.el (save-selected-window): Use save-current-buffer.
1984
1985 * subr.el (with-selected-window): Use save-current-buffer.
1986
1987 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1988 and with-current-buffer.
1989
1990 2005-06-24 Richard M. Stallman <rms@gnu.org>
1991
1992 * simple.el (line-move-1): Fix previous change.
1993
1994 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
1995
1996 * replace.el (occur-1): Set `buffer-read-only' and the
1997 buffer-modified flag before running `occur-hook' to protect
1998 against unintentional buffer switches that can lead to data loss.
1999
2000 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
2001
2002 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
2003 (gud-gdb-marker-filter): Use font-lock-warning-face for any
2004 initial error.
2005
2006 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
2007 after fresh input.
2008 (gdb-var-create-handler): Put name of expression in quotes.
2009
2010 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2011
2012 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
2013 elements of RING in order, and without bogus nil elements.
2014
2015 2005-06-23 Richard M. Stallman <rms@gnu.org>
2016
2017 * simple.el (set-variable): Args renamed; doc fix.
2018 (line-move-1): When there are overlays around, use vertical-motion.
2019
2020 * faces.el (escape-glyph): Use brown against light background.
2021 (nobreak-space): Rename from no-break-space.
2022 Fix previous change.
2023
2024 * dired-aux.el (dired-do-copy): Fix arg prompt.
2025
2026 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
2027
2028 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
2029
2030 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
2031 rather than "Distributor".
2032
2033 2005-06-23 Lute Kamstra <lute@gnu.org>
2034
2035 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
2036 (debug-on-entry): Use it. New interactive declaration that uses
2037 function-called-at-point.
2038
2039 2005-06-23 Kim F. Storm <storm@cua.dk>
2040
2041 * subr.el (save-match-data): Add comment about using evaporate arg
2042 to set-match-data.
2043
2044 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2045
2046 * cus-edit.el (customize-face)
2047 (customize-face-other-window): Handle face aliases.
2048
2049 * faces.el (face-documentation, set-face-attribute)
2050 (face-spec-set): Handle face aliases.
2051
2052 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
2053
2054 * help-mode.el (help-make-xrefs): If a symbol representing a face
2055 name is not followed by the word "face", it could still be a
2056 function or variable name, so don't bypass other checks.
2057
2058 2005-06-22 Juri Linkov <juri@jurta.org>
2059
2060 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
2061 Replace aliased functions with calls where second arg `inherit' is t.
2062
2063 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
2064
2065 * progmodes/gdb-ui.el (gdb-error): New variable.
2066 (gdb-error): New function.
2067 (gdb-annotation-rules): Act on error-begin and error annotations.
2068 (gdb-concat-output): Use font-lock-warning-face for errors.
2069
2070 2005-06-22 Miles Bader <miles@gnu.org>
2071
2072 * bindings.el (propertized-buffer-identification): Use renamed
2073 `Buffer-menu-buffer' face.
2074
2075 * faces.el (vertical-border): Rename from `vertical-divider'.
2076 (escape-glyph): Change dark-background color back to `cyan'.
2077
2078 2005-06-21 Juri Linkov <juri@jurta.org>
2079
2080 * faces.el (face-user-default-spec): Try getting `customized-face'
2081 prior to `saved-face'.
2082 (frame-background-mode): Refill docstring.
2083
2084 * emacs-lisp/lisp-mode.el (eval-defun-1):
2085 * emacs-lisp/edebug.el (edebug-eval-defun):
2086 Set `saved-face' temporarily to nil before calling form.
2087 Set `customized-face' to the new spec after that.
2088
2089 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
2090
2091 * subr.el (1value, lambda, key-substitution-in-progress):
2092 Doc fixes.
2093
2094 * autoinsert.el (auto-insert-alist):
2095 * ses.el (ses-call-printer):
2096 * subr.el (noreturn):
2097 * emacs-lisp/lisp.el (check-parens):
2098 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
2099 * net/browse-url.el (browse-url-mosaic):
2100 * progmodes/cc-defs.el (c-safe-scan-lists):
2101 * progmodes/ebnf-abn.el (ebnf-abn-lex):
2102 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
2103 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
2104 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
2105 * progmodes/ebnf-iso.el (ebnf-iso-lex):
2106 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
2107
2108 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
2109
2110 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
2111
2112 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
2113
2114 * calendar/appt.el (appt-make-list): Activate the package, if
2115 not already active (for backwards compatibility).
2116
2117 2005-06-20 Kim F. Storm <storm@cua.dk>
2118
2119 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
2120
2121 2005-06-20 Miles Bader <miles@gnu.org>
2122
2123 * faces.el (vertical-divider): New face.
2124
2125 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
2126
2127 * simple.el (kill-whole-line): Doc fix.
2128 (next-error-buffer-p, next-error-find-buffer)
2129 (clone-indirect-buffer): Fix typos in docstrings.
2130 (comment-line-break-function): Doc fix: don't say variable
2131 is automatically buffer-local (it isn't).
2132
2133 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
2134
2135 * net/tramp-ftp.el (top):
2136 * net/tramp-smb.el (top):
2137 * net/tramp-util.el (top):
2138 * net/tramp-uu.el (top):
2139 * net/tramp-vc.el (top):
2140 * net/tramp.el (top): Revert copyright years back to original
2141 ones. Tramp has a life outside GNU Emacs.
2142
2143 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
2144
2145 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
2146
2147 2005-06-18 Juri Linkov <juri@jurta.org>
2148
2149 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
2150 end of first regexp to limit the match to the position between
2151 line number and source line with same separator character as used
2152 between file name and line number. In the second regexp limit
2153 mouse-face area to file name and line number by adding new group
2154 for them and referring it in HYPERLINK arg.
2155 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
2156 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
2157 previous line where grep markers may be already removed.
2158
2159 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
2160
2161 * progmodes/ps-mode.el: Update version and maintainer's email address.
2162
2163 2005-06-18 Steve Youngs <steve@xemacs.org>
2164
2165 * net/browse-url.el (browse-url-browser-function)
2166 (browse-url-default-browser): Add firefox.
2167 (browse-url-firefox-program, browse-url-firefox-arguments)
2168 (browse-url-firefox-startup-arguments)
2169 (browse-url-firefox-new-window-is-tab): New defcustoms.
2170 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
2171
2172 2005-06-17 Richard M. Stallman <rms@gnu.org>
2173
2174 * startup.el (command-line): Warn if specified user name has
2175 no home directory.
2176
2177 * term.el (term-get-old-input, term-input-filter, term-input-sender)
2178 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
2179
2180 * longlines.el (longlines-mode, longlines-show-hard-newlines):
2181 Doc fixes.
2182
2183 * faces.el (underline): Try bold if terminal doesn't support underline.
2184
2185 * mail/sendmail.el (mail-setup-with-from): New variable.
2186 (mail-insert-from-field): New function.
2187 (sendmail-send-it): Call it.
2188 (mail-setup): Optionally call it here.
2189
2190 * term/linux.el: Call tty-no-underline.
2191
2192 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2193
2194 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
2195
2196 2005-06-17 Miles Bader <miles@gnu.org>
2197
2198 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
2199 (ediff-current-diff-C, ediff-current-diff-Ancestor)
2200 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
2201 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
2202 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
2203 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
2204 Remove "-face" suffix from face names.
2205 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2206 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2207 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2208 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2209 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2210 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2211 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2212 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2213 New backward-compatibility aliases for renamed faces.
2214 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2215 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2216 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2217 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2218 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2219 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2220 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2221 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2222 Use renamed ediff faces.
2223
2224 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
2225 Remove "-face" suffix from face names.
2226 (eshell-test-ok-face, eshell-test-failed-face):
2227 New backward-compatibility aliases for renamed faces.
2228 (eshell-run-test): Use renamed eshell-test faces.
2229
2230 * eshell/em-prompt.el (eshell-prompt):
2231 Remove "-face" suffix from face name.
2232 (eshell-prompt-face): New backward-compatibility alias for renamed face.
2233 (eshell-emit-prompt): Use renamed eshell-prompt face.
2234
2235 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
2236 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
2237 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
2238 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
2239 Remove "-face" suffix from face names.
2240 (eshell-ls-directory-face, eshell-ls-symlink-face)
2241 (eshell-ls-executable-face, eshell-ls-readonly-face)
2242 (eshell-ls-unreadable-face, eshell-ls-special-face)
2243 (eshell-ls-missing-face, eshell-ls-archive-face)
2244 (eshell-ls-backup-face, eshell-ls-product-face)
2245 (eshell-ls-clutter-face):
2246 New backward-compatibility aliases for renamed faces.
2247 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
2248
2249 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
2250 Remove "-face" suffix from face name.
2251 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
2252 instead of literal face.
2253
2254 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
2255
2256 * emacs-lisp/warnings.el (display-warning, lwarn)
2257 (warning-minimum-log-level): Doc fixes.
2258 (warning-minimum-level, warning-minimum-log-level):
2259 Add :debug to :type choices.
2260
2261 * progmodes/ada-mode.el (ada-format-paramlist)
2262 (ada-get-indent-case, ada-check-matching-start)
2263 (ada-check-defun-name, ada-goto-matching-decl-start)
2264 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
2265 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
2266 (ada-make-subprogram-body): Follow error conventions.
2267 (ada-case-exception-file, ada-indent-comment-as-code)
2268 (ada-indent-handle-comment-special, ada-indent-renames)
2269 (ada-indent-return, ada-search-directories-internal)
2270 (ada-tab-policy, ada-case-exception-substring)
2271 (ada-other-file-alist, ada-matching-start-re)
2272 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
2273 (ada-imenu-generic-expression, ada-compile-goto-error)
2274 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
2275 (ada-popup-menu, ada-add-extensions, ada-mode)
2276 (ada-region-selected, ada-create-case-exception)
2277 (ada-create-case-exception-substring, ada-after-keyword-p)
2278 (ada-activate-keys-for-case, ada-adjust-case-region)
2279 (ada-adjust-case-buffer, ada-format-paramlist)
2280 (ada-scan-paramlist, ada-insert-paramlist)
2281 (ada-indent-newline-indent)
2282 (ada-indent-newline-indent-conditional)
2283 (ada-justified-indent-current, ada-goto-previous-word)
2284 (ada-indent-current, ada-get-indent-open-paren)
2285 (ada-get-indent-paramlist, ada-get-indent-end)
2286 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
2287 (ada-get-indent-block-start, ada-get-indent-subprog)
2288 (ada-get-indent-noindent, ada-get-indent-label)
2289 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
2290 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
2291 (ada-goto-stmt-end, ada-goto-next-word)
2292 (ada-check-matching-start, ada-check-defun-name)
2293 (ada-goto-matching-decl-start, ada-goto-matching-start)
2294 (ada-goto-matching-end, ada-search-ignore-string-comment)
2295 (ada-in-decl-p, ada-looking-at-semi-or)
2296 (ada-looking-at-semi-private, ada-in-paramlist-p)
2297 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
2298 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
2299 (ada-next-procedure, ada-previous-procedure, ada-next-package)
2300 (ada-previous-package, ada-create-menu)
2301 (ada-fill-comment-paragraph-justify)
2302 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
2303 (ada-other-file-name, ada-last-which-function-line)
2304 (ada-last-which-function-subprog, ada-which-function)
2305 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
2306 (ada-gen-treat-proc, ada-check-emacs-version)
2307 (ada-continuation-indent, ada-align-region-separate):
2308 Fix typos in docstrings.
2309 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
2310
2311 2005-06-16 Lute Kamstra <lute@gnu.org>
2312
2313 * simple.el (fundamental-mode): Run after-change-major-mode-hook
2314 conditionally.
2315
2316 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
2317
2318 * comint.el (comint-replace-by-expanded-filename)
2319 (comint-prompt-regexp, comint-delimiter-argument-list)
2320 (comint-preinput-scroll-to-bottom):
2321 * info.el (Info-hide-cookies-node):
2322 * ls-lisp.el (ls-lisp-classify):
2323 * find-file.el (ff-search-directories, ff-special-constructs)
2324 (ff-find-other-file):
2325 * font-lock.el (font-lock-keywords):
2326 * shell.el (shell-prompt-pattern)
2327 (shell-dynamic-complete-functions, shell-mode)
2328 (shell-delimiter-argument-list):
2329 * term.el (term-replace-by-expanded-filename)
2330 (term-prompt-regexp, term-delimiter-argument-list):
2331 * woman.el (woman-ignore, woman0-if):
2332 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
2333 * emacs-lisp/elint.el (elint-init-env):
2334 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
2335 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
2336 * language/ethio-util.el (ethio-tilde-escape)
2337 (ethio-use-three-dot-question):
2338 * net/zone-mode.el (zone-mode-load-time-setup):
2339 * progmodes/cc-align.el (c-lineup-argcont):
2340 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
2341 * progmodes/cperl-mode.el (cperl-set-style-back):
2342 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2343 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
2344 Fix spellings in docstrings.
2345
2346 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
2347 * progmodes/modula2.el (m2-for): Fix spellings.
2348
2349 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
2350
2351 * simple.el (undo-more): Don't use `format' on `error' arguments.
2352 Improve argument/docstring consistency.
2353 (pending-undo-list): Doc fix.
2354
2355 * smerge-mode.el (smerge-ensure-match):
2356 * emulation/vip.el (vip-ex):
2357 * net/zone-mode.el (zone-mode-update-serial):
2358 * progmodes/idlwave.el (idlwave-complete):
2359 * progmodes/vhdl-mode.el (vhdl-visit-file)
2360 (vhdl-compose-wire-components):
2361 Don't use `format' on `error' arguments.
2362
2363 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
2364 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
2365 (tooltip-help-tips): Fix typos in docstrings.
2366
2367 2005-06-16 David Ponce <david@dponce.com>
2368
2369 * tree-widget.el (tree-widget-value-create): Simplify last change.
2370
2371 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
2372
2373 * ido.el (ido-incomplete-regexp): New variable.
2374 (ido-set-matches-1): Handle invalid-regexp error and set
2375 ido-incomplete-regexp.
2376 (ido-incomplete-regexp): New face.
2377 (ido-completions): Use it.
2378 (ido-complete, ido-exit-minibuffer, ido-completions):
2379 Handle incomplete regexps.
2380 (ido-completions): Add check for complete match when entering a regexp.
2381
2382 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
2385
2386 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2387
2388 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
2389 by field delimiters.
2390
2391 2005-06-15 David Ponce <david@dponce.com>
2392
2393 * tree-widget.el: eval-and-compile inlined functions so they will
2394 be available at run-time too.
2395 (tree-widget-super-format-handler)
2396 (tree-widget-format-handler): Remove.
2397 (tree-widget-value-create): Handle the :indent property.
2398
2399 2005-06-15 Miles Bader <miles@gnu.org>
2400
2401 * progmodes/which-func.el (which-func): Only inherit
2402 `font-lock-function-name-face' when that makes sense against the
2403 default mode-line face, otherwise set the face color explicitly.
2404
2405 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
2406 faces instead of (non-existent) variables.
2407
2408 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2409
2410 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
2411 (iswitchb-get-matched-buffers): Likewise. Simplify.
2412
2413 2005-06-14 Miles Bader <miles@gnu.org>
2414
2415 * progmodes/ld-script.el (ld-script-location-counter):
2416 Remove "-face" suffix from face name.
2417 (ld-script-location-counter-face):
2418 New backward-compatibility alias for renamed face.
2419 (ld-script-location-counter-face): Use renamed face.
2420
2421 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
2422 (cperl-hash): Remove "-face" suffix from face names.
2423 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
2424 New backward-compatibility aliases for renamed faces.
2425 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
2426 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
2427
2428 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
2429 name.
2430 (which-func-face): New backward-compatibility alias for renamed face.
2431 (which-func-format): Use renamed which-func face.
2432
2433 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
2434 (vhdl-function, vhdl-directive, vhdl-reserved-word)
2435 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
2436 names.
2437 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
2438 (vhdl-speedbar-configuration, vhdl-speedbar-package)
2439 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
2440 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
2441 (vhdl-speedbar-architecture-selected)
2442 (vhdl-speedbar-configuration-selected)
2443 (vhdl-speedbar-package-selected)
2444 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
2445 names.
2446 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
2447 Use renamed faces.
2448 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
2449 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
2450 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
2451 Use renamed faces.
2452 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
2453 names.
2454 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
2455 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
2456 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
2457 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
2458 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
2459 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2460
2461 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
2462 face name.
2463 (sh-heredoc-face): New backward-compatibility alias for renamed face.
2464 (sh-heredoc-face): Use renamed sh-heredoc face.
2465
2466 * progmodes/idlw-help.el (idlwave-help-link):
2467 Remove "-face" suffix from face name.
2468 (idlwave-help-link-face):
2469 New backward-compatibility alias for renamed face.
2470 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
2471
2472 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
2473 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
2474 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
2475 New backward-compatibility aliases for renamed faces.
2476 (idlwave-shell-disabled-breakpoint-face)
2477 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
2478
2479 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2480 Remove "-face" suffix from face names.
2481 (flymake-errline-face, flymake-warnline-face):
2482 New backward-compatibility aliases for renamed faces.
2483 (flymake-highlight-line): Use renamed flymake faces.
2484
2485 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2486 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
2487 (ebrowse-member-class, ebrowse-progress):
2488 Remove "-face" suffix from face names.
2489 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2490 (ebrowse-file-name-face, ebrowse-default-face)
2491 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2492 (ebrowse-progress-face):
2493 New backward-compatibility aliases for renamed faces.
2494 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
2495 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
2496 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
2497 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
2498
2499 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
2500 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
2501 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
2502 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
2503 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
2504 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
2505 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
2506 New backward-compatibility aliases for renamed faces.
2507 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
2508 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
2509 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
2510 "font-lock-". Use renamed antlr-mode faces.
2511 (antlr-font-lock-additional-keywords): Use renamed faces.
2512 Replace literal face-names with face variable references.
2513
2514 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
2515 face name.
2516 (Buffer-menu-buffer-face): New backward-compatibility alias for
2517 renamed face.
2518 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2519
2520 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
2521
2522 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
2523 Eliminate "-face" suffix.
2524 (makefile-targets): Inherit from font-lock-function-name-face and
2525 eliminate "-face" suffix.
2526 (makefile-shell): Remove attributes and eliminate "-face" suffix.
2527 (makefile-*-font-lock-keywords): Append makefile-targets in rule
2528 actions, instead of prepending, to make it less visible.
2529 (makefile-previous-dependency, makefile-match-dependency):
2530 Don't match a target on a continuation line.
2531
2532 * files.el (auto-mode-alist): Put Makefile in gmake mode.
2533
2534 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
2535
2536 * progmodes/gdb-ui.el (menu): Re-order menu items.
2537 (gdb-tooltip-print): Respect tooltip-use-echo-area.
2538
2539 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
2540 Define in tooltip.el.
2541 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
2542 (gud-tooltip-tips): Respect tooltip-use-echo-area and
2543 gud-tooltip-echo-area.
2544
2545 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
2546 backward compatibility and make obsolete.
2547 (tooltip-help-tips): Use tooltip-use-echo-area.
2548 (tooltip-show-help-function): Rename to...
2549 (tooltip-show-help): ...this, because it is a function.
2550 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
2551
2552 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2553
2554 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
2555 (edebug-print-length, edebug-print-level, edebug-print-circle)
2556 (edebug-modify-breakpoint, edebug-eval-last-sexp)
2557 (edebug-eval-print-last-sexp): Doc fixes.
2558
2559 2005-06-14 Kim F. Storm <storm@cua.dk>
2560
2561 * ido.el (ido-mode): Make a new keymap every time we enable ido,
2562 as the coverage buffer/file/both may change.
2563
2564 2005-06-14 Lute Kamstra <lute@gnu.org>
2565
2566 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
2567 and run-mode-hooks. Simplify.
2568
2569 * mail/rmailedit.el (rmail-edit-mode):
2570 * progmodes/octave-inf.el (inferior-octave-mode):
2571 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
2572
2573 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
2574 and run-mode-hooks.
2575 (recentf-edit-list, recentf-open-files): Don't call
2576 kill-all-local-variables directly.
2577
2578 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
2579
2580 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
2581
2582 * emacs-lisp/byte-run.el (make-obsolete)
2583 (define-obsolete-function-alias): Rename arguments FUNCTION and
2584 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2585 (make-obsolete-variable, define-obsolete-variable-alias):
2586 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
2587 respectively.
2588
2589 * isearchb.el (isearchb-activate):
2590 * pcvs.el (cvs-mode):
2591 * ses.el (ses-load):
2592 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
2593 * net/tramp.el (tramp-find-file-exists-command)
2594 (tramp-find-shell):
2595 * progmodes/ada-mode.el (ada-create-case-exception)
2596 (ada-create-case-exception-substring, ada-make-subprogram-body):
2597 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2598 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
2599 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
2600 * textmodes/org.el (org-promote, org-evaluate-time-range)
2601 (org-agenda-next-date-line, org-agenda-previous-date-line)
2602 (org-agenda-error, org-open-at-point, org-table-move-row)
2603 (org-format-table-table-html-using-table-generate-source)
2604 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
2605 * textmodes/reftex.el (reftex-access-scan-info):
2606 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
2607 (reftex-toc-promote-prepare): Follow error conventions.
2608
2609 * diff-mode.el (diff-mode): Fix typo in docstring.
2610
2611 * forms.el (forms--intuit-from-file): Fix reference to
2612 `forms-number-of-fields' in error message.
2613 (forms-print): Fix quoting in error message.
2614
2615 * forms.el (forms-mode):
2616 * emulation/vi.el (vi-goto-insert-state):
2617 * progmodes/flymake.el (flymake-new-err-info)
2618 (flymake-start-syntax-check-for-current-buffer)
2619 (flymake-simple-cleanup):
2620 * eshell/esh-var.el (eshell/export):
2621 * progmodes/gud.el (xdb):
2622 * textmodes/flyspell.el (flyspell-incorrect-hook)
2623 (flyspell-maybe-correct-transposition)
2624 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
2625
2626 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
2627
2628 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
2629 minibuffer prompt.
2630
2631 2005-06-13 Kim F. Storm <storm@cua.dk>
2632
2633 * subr.el (add-to-ordered-list): New defun.
2634
2635 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
2636 add cua--keymap-alist to emulation-mode-map-alists.
2637
2638 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2639
2640 * subr.el (complete-in-turn): New macro.
2641 (dynamic-completion-table, lazy-completion-table): Add debug info.
2642
2643 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
2644 in preference to face aliases.
2645
2646 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
2647 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
2648 Remove unused vars `start' and `firstline'.
2649 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
2650 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
2651
2652 2005-06-13 Eli Zaretskii <eliz@gnu.org>
2653
2654 * cus-start.el (all): Don't complain about missing GTK-related
2655 variables, unless either `gtk' is boundp or this isn't a
2656 `windows-nt' build.
2657
2658 2005-06-13 Lute Kamstra <lute@gnu.org>
2659
2660 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
2661 run-mode-hooks.
2662
2663 * ediff-mult.el (ediff-meta-mode):
2664 * ediff-util.el (ediff-mode): Use run-mode-hooks.
2665
2666 * ledit.el (ledit-mode): Use delay-mode-hooks.
2667
2668 * woman.el (woman-mode-line-format): Delete constant.
2669 (woman-mode-map): Initialize it properly.
2670 (woman-mode): Set mode-class property to special.
2671 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
2672 Set major-mode and mode-name. Don't set mode-line-format directly.
2673 (Man-getpage-in-background): Don't reference woman-mode-line-format.
2674
2675 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2676 string argument obsolete.
2677
2678 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
2679
2680 * textmodes/org.el (org-CUA-compatible): New option.
2681 (org-disputed-keys): New variable.
2682 (org-key): New function.
2683 (orgtbl-make-binding): Add docstring to the created function.
2684 (org-mode): Set paragraph start/separate regexps.
2685 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2686 (org-archive-location, org-archive-mark-done)
2687 (org-archive-stamp-time): New options.
2688 (org-archive-subtree): New command.
2689 (org-fill-paragraph): New function.
2690 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2691 (org-fake-empty-table-line): Function removed.
2692 (org-format-org-table-html): Do not create empty table lines at
2693 separator lines. Improved table header treatment.
2694 (org-link-format): New option.
2695 (org-make-link): New function.
2696 (org-insert-link, org-store-link): Use org-make-link.
2697 (org-open-file): Quote file name for shell command, to allow
2698 spaces in file names.
2699 (org-link-regexp): Fix bug with mailto link.
2700 (org-link-maybe-angles-regexp, org-protected-link-regexp):
2701 New constants.
2702 (org-export-as-html): Deal with the optional angles around a link.
2703 Better treatment of file: links.
2704 (org-open-at-point): Replace @{ and @} with < and >.
2705 (org-run-mode-hooks): Function removed.
2706 (org-agenda-mode): No longer use `org-run-mode-hooks'.
2707
2708 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
2709
2710 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2711 MI command -data-list-register-values.
2712 (gdb-post-prompt): Indent properly.
2713
2714 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
2715
2716 * hilit-chg.el (highlight-changes-colors): Rename from
2717 `highlight-changes-colours'.
2718 (highlight-changes-colours): Keep as obsolete alias.
2719 (highlight-changes-face-list): Doc fix.
2720 (hilit-chg-make-list): Use `highlight-changes-colors'.
2721
2722 2005-06-12 Mark A. Hershberger <mah@everybody.org>
2723
2724 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2725 defun-prompt-regexp.
2726
2727 2005-06-12 Eli Zaretskii <eliz@gnu.org>
2728
2729 * loadup.el: Don't say we are dumping under 2 names on windows-nt
2730 and cygwin.
2731
2732 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2733 Don't use an old loaddefs.el, as in Makefile.in.
2734
2735 2005-06-12 Lute Kamstra <lute@gnu.org>
2736
2737 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2738
2739 * man.el (Man-mode-map): Initialize it properly.
2740 (Man-mode): Set mode-class property to special.
2741
2742 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2743
2744 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2745
2746 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2747 A newline is needed in the docstring there.
2748
2749 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2750 Doc fixes.
2751
2752 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2753
2754 * printing.el: Doc fix. The menubar is no more changed when printing
2755 is loaded, it only changes when pr-menu-bind or pr-update-menus is
2756 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
2757 (pr-version): New version number (6.8.4).
2758 (pr-menu-bind): New command.
2759 (pr-update-menus): Docstring and code fix.
2760 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2761 Docstring fix.
2762 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2763 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2764
2765 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
2766
2767 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2768 "Returns" to "return", document useful return values, etc.
2769
2770 2005-06-11 Alan Mackenzie <acm@muc.de>
2771
2772 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2773 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2774 (adaptive-file-function): Minor amendment to doc-string.
2775
2776 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2777
2778 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2779 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2780 Fix :type--it is `integer', not `string'.
2781
2782 * faces.el (modeline-highlight): Rename from (the erroneous)
2783 `modeline-higilight'.
2784
2785 2005-06-11 Lute Kamstra <lute@gnu.org>
2786
2787 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2788 lisp-interaction-mode-map but make it the parent.
2789 (edebug-eval-mode): Use define-derived-mode.
2790
2791 2005-06-11 Andreas Schwab <schwab@suse.de>
2792
2793 * bindings.el: Add binding of `ESC functionkey' for every
2794 `M-functionkey'.
2795 * hexl.el (hexl-mode-map): Likewise.
2796
2797 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
2798
2799 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2800 [msft]: update regexp for newer msft compilers.
2801
2802 2005-06-10 Mark A. Hershberger <mah@everybody.org>
2803
2804 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2805 ATTLIST portions of included DTDs.
2806 (xml-parse-dtd): Eliminate use of inefficient match-data.
2807
2808 2005-06-10 Miles Bader <miles@gnu.org>
2809
2810 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2811 (mpuz-text): Remove "-face" suffix from face names.
2812 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2813 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2814 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2815
2816 * play/gomoku.el (gomoku-O, gomoku-X):
2817 Remove "-face" suffix from face names.
2818 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2819 New backward-compatibility aliases for renamed faces.
2820 (gomoku-font-lock-keywords): Use renamed gomoku faces.
2821
2822 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2823
2824 * thumbs.el: Fixes for changes of 2005-06-09.
2825 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2826 as a directory.
2827 (thumbs-thumbname): Remove directory separator from format string;
2828 `thumbs-thumbsdir' now returns a valid directory name.
2829 (thumbs-temp-dir): New defsubst.
2830 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2831 Use it.
2832
2833 * cus-edit.el (minibuffer):
2834 * files.el (make-backup-file-name-function):
2835 * filesets.el (filesets-external-viewers):
2836 * hilit-chg.el (highlight-changes-colours)
2837 (highlight-changes-face-list, highlight-changes-rotate-faces):
2838 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2839 * kmacro.el (kmacro-call-macro):
2840 * log-edit.el (log-edit-changelog-full-paragraphs):
2841 * mouse.el (mouse-1-click-follows-link):
2842 * skeleton.el (skeleton-autowrap):
2843 * subr.el (insert-for-yank-1):
2844 * tempo.el (tempo-insert-region):
2845 * terminal.el (terminal-emulator):
2846 * time.el (display-time-mail-face):
2847 * vc.el (vc-annotate):
2848 * vcursor.el (vcursor-copy-line):
2849 * woman.el (woman-bold-headings, woman-ignore)
2850 (woman-default-faces, woman-monochrome-faces):
2851 * calendar/todo-mode.el (todo-insert-threshold):
2852 * emulation/pc-select.el (pc-select-selection-keys-only)
2853 (pc-selection-mode):
2854 * emulation/vip.el (vip-find-char-forward):
2855 * emulation/viper-cmd.el (viper-find-char-forward):
2856 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2857 (input-method-exit-on-invalid-key):
2858 * international/mule-diag.el (describe-coding-system):
2859 * international/ucs-tables.el (unify-8859-on-encoding-mode):
2860 * net/browse-url.el (browse-url-xterm-program):
2861 * obsolete/lazy-lock.el (lazy-lock-mode):
2862 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2863 (cperl-mode):
2864 * progmodes/cpp.el (cpp-face-light-name-list)
2865 (cpp-face-dark-name-list):
2866 * progmodes/delphi.el (delphi-newline-always-indents):
2867 Fix spellings in docstrings.
2868
2869 * ido.el (ido-mode, ido-file-extensions-order)
2870 (ido-default-file-method, ido-default-buffer-method)
2871 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2872 (ido-decorations, ido-read-file-name-as-directory-commands)
2873 (ido-read-file-name-non-ido, ido-work-directory-list)
2874 (ido-ignore-item-temp-list, ido-current-directory)
2875 (ido-magic-forward-char, ido-enter-find-file)
2876 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2877 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2878
2879 2005-06-10 Lute Kamstra <lute@gnu.org>
2880
2881 * play/dunnet.el (dun-mode): Use define-derived-mode.
2882 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
2883 obsolete alias.
2884
2885 * play/doctor.el (doctor-mode-map): Remove defvar.
2886 (doctor-mode): Use define-derived-mode.
2887
2888 * mail/mspools.el (mspools-mode):
2889 * net/eudc-hotlist.el (eudc-hotlist-mode):
2890 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2891
2892 2005-06-10 Miles Bader <miles@gnu.org>
2893
2894 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2895 Remove "-face" suffix from face names.
2896 (flyspell-incorrect-face, flyspell-duplicate-face):
2897 New backward-compatibility aliases for renamed faces.
2898 (flyspell-mode-on, make-flyspell-overlay)
2899 (flyspell-highlight-incorrect-region)
2900 (flyspell-highlight-duplicate-region)
2901 (flyspell-display-next-corrections)
2902 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2903
2904 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2905 from face name.
2906 (texinfo-heading-face): New backward-compatibility alias for
2907 renamed face.
2908 (texinfo-heading-face): Use renamed texinfo-heading face.
2909
2910 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2911 suffix from face names.
2912 (tex-math-face, tex-verbatim-face):
2913 New backward-compatibility aliases for renamed faces.
2914 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2915 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2916 literal face name.
2917
2918 * textmodes/table.el (table-cell): Remove "-face" suffix from face
2919 name.
2920 (table-cell-face): New backward-compatibility alias for renamed face.
2921 (table--put-cell-face-property, table--update-cell-face):
2922 Use renamed table-cell face.
2923
2924 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2925 from face name.
2926 (sgml-namespace-face): New backward-compatibility alias for
2927 renamed face.
2928 (sgml-namespace-face): Use renamed sgml-namespace face.
2929
2930 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2931 (org-level-4, org-level-5, org-level-6, org-level-7)
2932 (org-level-8, org-warning, org-headline-done)
2933 (org-deadline-announce, org-scheduled-today)
2934 (org-scheduled-previously, org-link, org-done, org-table)
2935 (org-time-grid): Remove "-face" suffix from face names.
2936 (org-level-1-face, org-level-2-face, org-level-3-face)
2937 (org-level-4-face, org-level-5-face, org-level-6-face)
2938 (org-level-7-face, org-level-8-face, org-warning-face)
2939 (org-headline-done-face, org-deadline-announce-face)
2940 (org-scheduled-today-face, org-scheduled-previously-face)
2941 (org-link-face, org-done-face, org-table-face)
2942 (org-time-grid-face):
2943 New backward-compatibility aliases for renamed faces.
2944 (org-level-faces, org-set-font-lock-defaults, org-timeline)
2945 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2946 (org-agenda-get-timestamps, org-agenda-get-scheduled)
2947 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2948
2949 * emulation/viper-init.el (viper-search, viper-replace-overlay)
2950 (viper-minibuffer-emacs, viper-minibuffer-insert)
2951 (viper-minibuffer-vi): Remove "-face" suffix from face names.
2952 (viper-search-face, viper-replace-overlay-face)
2953 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2954 (viper-minibuffer-vi-face):
2955 New backward-compatibility aliases for renamed faces.
2956 (viper-search-face, viper-replace-overlay-face)
2957 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2958 (viper-minibuffer-vi-face): Use renamed viper faces.
2959
2960 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2961 Remove "-face" suffix from face names.
2962 (testcover-nohits-face, testcover-1value-face):
2963 New backward-compatibility aliases for renamed faces.
2964 (testcover-mark): Use renamed testcover faces.
2965
2966 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2967 face name.
2968 (diary-button-face): New backward-compatibility alias for renamed face.
2969 (diary-entry): Use renamed diary-button face.
2970
2971 * calendar/calendar.el (diary, calendar-today, holiday)
2972 (mark-visible-calendar-date): Remove "-face" suffix from face names.
2973 (diary-face, calendar-today-face, holiday-face):
2974 New backward-compatibility aliases for renamed faces.
2975 (eval-after-load "facemenu", diary-entry-marker)
2976 (calendar-today-marker, calendar-holiday-marker, diary-face):
2977 Use renamed calendar faces.
2978
2979 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2980 (compare-windows-face): New backward-compatibility alias for
2981 renamed face.
2982 (compare-windows-highlight): Use renamed compare-windows face.
2983
2984 * strokes.el (strokes-char): Remove "-face" suffix from face name.
2985 (strokes-char-face): New backward-compatibility alias for renamed face.
2986 (strokes-encode-buffer): Use renamed strokes-char face.
2987
2988 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2989 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2990 Remove "-face" suffix from face names.
2991 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2992 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2993 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2994 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2995 Use renamed pcvs faces.
2996 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2997 * pcvs-defs.el (cvs-mode-map): Likewise.
2998 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2999
3000 * info.el (info-title-1, info-title-2, info-title-3)
3001 (info-title-4): Remove "-face" suffix from and downcase face names.
3002 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3003 (Info-title-4-face):
3004 New backward-compatibility aliases for renamed faces.
3005 (Info-fontify-node): Use renamed info faces.
3006
3007 * hilit-chg.el (highlight-changes, highlight-changes-delete):
3008 Remove "-face" suffix from face names.
3009 (highlight-changes-face, highlight-changes-delete-face):
3010 New backward-compatibility aliases for renamed faces.
3011 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
3012 (hilit-chg-make-list): Use renamed highlight-changes faces.
3013
3014 * generic-x.el (show-tabs-tab, show-tabs-space):
3015 Remove "-face" suffix from face names.
3016 (show-tabs-tab-face, show-tabs-space-face):
3017 New backward-compatibility aliases for renamed faces.
3018 (show-tabs-generic-mode-font-lock-defaults-1)
3019 (show-tabs-generic-mode-font-lock-defaults-2):
3020 Use renamed show-tabs faces.
3021
3022 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
3023 (smerge-markers): Remove "-face" suffix from face names.
3024 (smerge-mine-face, smerge-other-face, smerge-base-face)
3025 (smerge-markers-face):
3026 New backward-compatibility aliases for renamed faces.
3027 (smerge-mine-face, smerge-other-face, smerge-base-face)
3028 (smerge-markers-face): Use renamed smerge faces.
3029
3030 * log-view.el (log-view-file, log-view-message):
3031 Remove "-face" suffix from face names.
3032 (log-view-file-face, log-view-message-face):
3033 New backward-compatibility aliases for renamed faces.
3034 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
3035
3036 * paren.el (show-paren-match, show-paren-mismatch):
3037 Remove "-face" suffix from face names.
3038 (show-paren-match-face, show-paren-mismatch-face):
3039 New backward-compatibility aliases for renamed faces.
3040 (show-paren-function): Use renamed show-paren faces.
3041
3042 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
3043 (ruler-mode-margins, ruler-mode-fringes)
3044 (ruler-mode-column-number, ruler-mode-fill-column)
3045 (ruler-mode-comment-column, ruler-mode-goal-column)
3046 (ruler-mode-tab-stop, ruler-mode-current-column):
3047 Remove "-face" suffix from face names.
3048 (ruler-mode-default-face, ruler-mode-pad-face)
3049 (ruler-mode-margins-face, ruler-mode-fringes-face)
3050 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
3051 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
3052 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
3053 New backward-compatibility aliases for renamed faces.
3054 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
3055 (ruler-mode-column-number, ruler-mode-fill-column)
3056 (ruler-mode-comment-column, ruler-mode-goal-column)
3057 (ruler-mode-tab-stop, ruler-mode-current-column)
3058 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
3059
3060 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
3061 face name.
3062 (whitespace-highlight-the-space): Use renamed face.
3063 (whitespace-highlight-face): New backward-compatibility alias for
3064 renamed face.
3065
3066 * woman.el (woman-italic, woman-bold, woman-unknown)
3067 (woman-addition, woman-symbol-face):
3068 Remove "-face" suffix from face names.
3069 (woman-italic-face, woman-bold-face, woman-unknown-face)
3070 (woman-addition-face):
3071 New backward-compatibility aliases for renamed faces.
3072 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
3073 (woman-decode-region, woman-replace-match)
3074 (woman-display-extended-fonts, woman-special-characters)
3075 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
3076 Use renamed woman faces.
3077
3078 * longlines.el (longlines-visible-face): Face removed.
3079
3080 * diff-mode.el (diff-header, diff-file-header, diff-index)
3081 (diff-hunk-header, diff-removed, diff-added, diff-changed)
3082 (diff-function, diff-context, diff-nonexistent): Remove "-face"
3083 suffix from face names.
3084 (diff-header-face, diff-file-header-face, diff-index-face)
3085 (diff-hunk-header-face, diff-removed-face, diff-added-face)
3086 (diff-changed-face, diff-function-face, diff-context-face)
3087 (diff-nonexistent-face): New backward-compatibility aliases for
3088 renamed faces.
3089 (diff-header-face, diff-file-header-face)
3090 (diff-index, diff-index-face, diff-hunk-header)
3091 (diff-hunk-header-face, diff-removed, diff-removed-face)
3092 (diff-added, diff-added-face, diff-changed-face, diff-function)
3093 (diff-function-face, diff-context-face, diff-nonexistent)
3094 (diff-nonexistent-face): Use renamed diff-mode faces.
3095
3096 * progmodes/compile.el (compilation-warning-face)
3097 (compilation-info-face): Remove "-face" suffix from face names.
3098 (compilation-warning-face, compilation-info-face):
3099 New backward-compatibility aliases for renamed faces.
3100 (compilation-warning-face, compilation-info-face):
3101 Use renamed compilation faces.
3102
3103 * add-log.el (change-log-date, change-log-name)
3104 (change-log-email, change-log-file, change-log-list)
3105 (change-log-conditionals, change-log-function)
3106 (change-log-acknowledgement): Remove "-face" suffix from face names.
3107 (change-log-date-face, change-log-name-face)
3108 (change-log-email-face, change-log-file-face)
3109 (change-log-list-face, change-log-conditionals-face)
3110 (change-log-function-face, change-log-acknowledgement-face):
3111 New backward-compatibility aliases for renamed faces.
3112 (change-log-font-lock-keywords): Use renamed change-log faces.
3113
3114 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
3115 (custom-set, custom-changed, custom-saved, custom-button)
3116 (custom-button-pressed, custom-documentation, custom-state)
3117 (custom-comment, custom-comment-tag, custom-variable-tag)
3118 (custom-variable-button, custom-face-tag, custom-group-tag-1)
3119 (custom-group-tag): Remove "-face" suffix from face names.
3120 (custom-magic-alist, custom-magic-value-create)
3121 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
3122 (custom-invalid-face, custom-rogue-face, custom-modified-face)
3123 (custom-set-face, custom-changed-face, custom-saved-face)
3124 (custom-button-face, custom-button-pressed-face)
3125 (custom-documentation-face, custom-state-face)
3126 (custom-comment-face, custom-comment-tag-face)
3127 (custom-variable-tag-face, custom-variable-button-face)
3128 (custom-face-tag-face, custom-group-tag-face-1)
3129 (custom-group-tag-face):
3130 New backward-compatibility aliases for renamed faces.
3131
3132 * wid-edit.el (widget-documentation, widget-button)
3133 (widget-field, widget-single-line-field, widget-inactive)
3134 (widget-button-pressed): "-face" suffix removed from face names.
3135 (widget-documentation-face, widget-button-face)
3136 (widget-field-face, widget-single-line-field-face)
3137 (widget-inactive-face, widget-button-pressed-face):
3138 New backward-compatibility aliases for renamed faces.
3139 (widget-documentation-face, widget-button-face)
3140 (widget-button-pressed-face, widget-specify-field)
3141 (widget-specify-inactive): Use renamed widget faces.
3142
3143 2005-06-10 Kenichi Handa <handa@m17n.org>
3144
3145 * term/x-win.el (x-clipboard-yank): Remove condition-case
3146 wrapping.
3147
3148 2005-06-11 Kenichi Handa <handa@m17n.org>
3149
3150 * add-log.el (change-log-font-lock-keywords): Make the regexp for
3151 date lines stricter.
3152
3153 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
3154
3155 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
3156 of x-get-selection.
3157
3158 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
3159
3160 * comint.el (comint-mode, comint-snapshot-last-prompt):
3161 * frame.el (frame-current-scroll-bars):
3162 * term.el (term-mode, term-check-proc, term-input-sender)
3163 (term-simple-send, term-extract-string, term-word)
3164 (term-match-partial-filename):
3165 * window.el (window-current-scroll-bars):
3166 * emulation/cua-base.el (cua-normal-cursor-color)
3167 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
3168 (cua-global-mark-cursor-color):
3169 * mail/undigest.el (rmail-forward-separator-regex):
3170 Fix typos in docstrings.
3171
3172 * comint.el (comint-check-proc, make-comint-in-buffer)
3173 (comint-source-default): Doc fixes.
3174
3175 * term.el (term-send-string): Improve argument/docstring
3176 consistency.
3177
3178 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
3179
3180 * comint.el (comint-send-input): Bind `inhibit-read-only' around
3181 call to `delete-region'.
3182 (comint-mode-hook): Do not enable Font Lock by default.
3183
3184 2005-06-09 Lute Kamstra <lute@gnu.org>
3185
3186 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
3187 could be void.
3188
3189 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3190
3191 * emacs-lisp/debug.el (debugger-will-be-back): New var.
3192 (debug): Use it.
3193 (debugger-step-through, debugger-continue, debugger-jump)
3194 (debugger-return-value): Set it when needed.
3195 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
3196 Use inhibit-read-only.
3197
3198 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
3199
3200 * window.el (shrink-window-if-larger-than-buffer)
3201 (window-size-fixed): Fix typo in docstring.
3202
3203 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
3204 thumbnails directory on loading.
3205 (thumbs-conversion-program): Use `eq' to check the system type,
3206 not `equal'.
3207 (thumbs-temp-dir): Initialize to `temporary-file-directory',
3208 not "/tmp". Fix docstring.
3209 (thumbs-thumbsdir): New function to return the thumbnails
3210 directory, creating it if needed.
3211 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
3212 (thumbs-temp-file): Delete variable and make it into a function.
3213 (thumbs-resize-image, thumbs-modify-image): Use it.
3214 (thumbs-kill-buffer): Simplify.
3215 (thumbs-gensym): Defalias or duplicate CL `gensym'.
3216 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
3217 docstrings.
3218
3219 2005-06-09 Kim F. Storm <storm@cua.dk>
3220
3221 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
3222 set-match-data to free markers in match-data.
3223
3224 * replace.el (replace-match-data): Pass RESEAT arg `t' to
3225 match-data to unchain markers in match-data.
3226
3227 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3228
3229 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
3230 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
3231 unnecessary now.
3232
3233 2005-06-08 Richard M. Stallman <rms@gnu.org>
3234
3235 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
3236 give the variable a doc string that doesn't say don't set it directly.
3237
3238 * textmodes/ispell.el (ispell-check-version):
3239 Use match-string-no-properties.
3240 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
3241 (ispell-buffer-local-words): Likewise.
3242
3243 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
3244 except on terminals with enough colors to really display it.
3245 (makefile-dependency-regex): Delete spurious `bb'.
3246
3247 * faces.el (escape-glyph): Use blue once again in last case.
3248 (no-break-space): Redefine so that it isn't invisible on a tty.
3249
3250 2005-06-08 Kim F. Storm <storm@cua.dk>
3251
3252 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
3253 also when reading directory name.
3254
3255 2005-06-08 Lute Kamstra <lute@gnu.org>
3256
3257 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
3258 (flyspell-mode-line-string): Remove autoload cookie.
3259 (flyspell-mode): Remove defvar.
3260
3261 2005-06-07 Lute Kamstra <lute@gnu.org>
3262
3263 * textmodes/org.el (org-run-mode-hooks): New function.
3264 (org-agenda-mode): Use it.
3265
3266 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
3267
3268 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
3269
3270 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3271
3272 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
3273
3274 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
3275
3276 * font-lock.el (font-lock-add-keywords): Doc fix.
3277
3278 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
3281 (tex-compile-default): In the absence of any history, use the order in
3282 tex-compile-alist to choose the preferred command.
3283 (tex-compile-commands): Reorder a bit.
3284
3285 * textmodes/flyspell.el (flyspell-auto-correct-binding)
3286 (flyspell-incorrect-face, flyspell-duplicate-face):
3287 Use (X)Emacs-agnostic code.
3288 (flyspell-mode-map): Don't overwrite at each load. Remove code
3289 redundant with the subsequent add-minor-mode. Merge Emacs and
3290 XEmacs code.
3291 (flyspell-word): Minor simplification.
3292 (flyspell-math-tex-command-p): Quieten the byte-compiler.
3293 (flyspell-external-point-words): Remove unused vars `size' and `start'.
3294 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
3295 Merge the corresponding Emacs code.
3296 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
3297
3298 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
3299 a dedicated window.
3300
3301 * international/latexenc.el (latexenc-find-file-coding-system):
3302 Undo part of last patch, to turn off a compiler warning.
3303
3304 2005-06-06 Juri Linkov <juri@jurta.org>
3305
3306 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
3307 Rename `tmm-inactive-face' to `tmm-inactive'.
3308
3309 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
3310
3311 * iswitchb.el: Rename faces.
3312
3313 2005-06-06 Kim F. Storm <storm@cua.dk>
3314
3315 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
3316 (cua-global-mark): Remove -face suffix from face names.
3317
3318 * emulation/cua-gmrk.el (cua--init-global-mark):
3319 Remove cua-global-mark face setup.
3320
3321 2005-06-06 Richard M. Stallman <rms@gnu.org>
3322
3323 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
3324 just like other allowed characters.
3325 (makefile-match-dependency): Exclude leading and training whitespace
3326 from the range of regexp subexp 1.
3327 (makefile-macroassign-regex): Don't try to match the body,
3328 just the name of the macro being defined.
3329
3330 * info.el (Info-read-node-name-2): New function.
3331 (Info-read-node-name-1): Use that.
3332 Add a completion-base-size-function property.
3333
3334 * simple.el (completion-setup-function): Look for
3335 completion-base-size-function property of
3336 minibuffer-completion-table.
3337
3338 * files.el (locate-file-completion): Doc fix.
3339
3340 * printing.el: Don't call pr-update-menus; user must do that.
3341
3342 * emacs-lisp/debug.el (debugger-window): New variable.
3343 (debug): Use debugger-window if it is set and still alive.
3344 Record debugger-window for next entry.
3345
3346 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
3347
3348 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
3349
3350 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
3351 (hack-one-local-variable, hack-local-variables)
3352 (hack-local-variables-prop-line): Pass that arg.
3353
3354 2005-06-06 Kim F. Storm <storm@cua.dk>
3355
3356 * ido.el (ido-first-match, ido-only-match, ido-subdir)
3357 (ido-indicator): Remove -face suffix from face names.
3358
3359 2005-06-06 Juri Linkov <juri@jurta.org>
3360
3361 * font-lock.el (font-lock-regexp-backslash)
3362 (font-lock-regexp-backslash-construct): New faces.
3363 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
3364 after `('. Add `while-no-input' to control structures.
3365
3366 * faces.el (no-break-space, shadow): New faces.
3367 (escape-glyph): Use less loud colors pink2 and red4.
3368
3369 * diff-mode.el (diff-context-face)
3370 * dired.el (dired-ignored)
3371 * rfn-eshadow.el (file-name-shadow)
3372 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
3373
3374 * info.el (Info-title-1-face): Use green instead of yellow because
3375 bold yellow is not readable on light backgrounds.
3376
3377 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
3378 before selecting the desired mode to not spend time fontifying
3379 old contents.
3380
3381 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
3382
3383 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
3384 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
3385
3386 * ps-print.el (ps-default-fg, ps-default-bg):
3387 Fix typos in docstrings.
3388
3389 * isearchb.el (isearchb): Don't pass a spurious second argument to
3390 `iswitchb-completions'.
3391
3392 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
3393
3394 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
3395 to preserve point.
3396 (gdb-find-file-hook): Add doc string.
3397
3398 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
3399 C dereferenced pointer expression.
3400 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
3401
3402 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
3403
3404 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
3405 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
3406 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
3407 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
3408 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
3409 Make background transparent.
3410
3411 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
3412
3413 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
3414 (font-lock-remove-keywords): Doc fix.
3415 (font-lock-mode-major-mode): Compiler defvar.
3416 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
3417
3418 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
3419 (font-lock-mode): Update `font-lock-mode-major-mode'.
3420 (font-lock-set-defaults): Compiler defvar.
3421 (font-lock-default-function): Take `font-lock-mode-major-mode'
3422 into account.
3423
3424 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
3425 keep track of which major mode it enabled the minor mode for.
3426 Use find-file-hook again. Update docstring.
3427
3428 * simple.el (eval-expression-print-level)
3429 (eval-expression-print-length, eval-expression-debug-on-error):
3430 Doc fixes.
3431
3432 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
3433
3434 * iswitchb.el (iswitchb-single-match-face)
3435 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
3436 (iswitchb-invalid-regexp-face): New faces.
3437 (iswitchb-completions): Use them.
3438 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
3439 now marked as an obsolete alias.
3440 (iswitchb-read-buffer): Remove check for bound font variables.
3441 (iswitchb-invalid-regexp): New free variable.
3442 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
3443 set iswitchb-invalid-regexp.
3444 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
3445 invalid regexps.
3446 (iswitchb-completions): Add check for complete match when entering
3447 a regexp.
3448 (iswitchb-completions): Remove require-match argument.
3449 (iswitchb-exhibit): Fix caller.
3450 (iswitchb-common-match-inserted): New variable.
3451 (iswitchb-complete, iswitchb-completion-help): Use it.
3452
3453 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
3454
3455 * url-http.el (url-http-chunked-encoding-after-change-function):
3456 Use `url-http-debug' instead of `message'.
3457
3458 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
3459
3460 * url-http.el (url-http-parse-headers): Pass redirected URL as a
3461 callback argument.
3462
3463 2005-06-04 Kim F. Storm <storm@cua.dk>
3464
3465 * simple.el (line-move): Only call sit-for when moving backwards.
3466
3467 * ido.el (ido-make-merged-file-list-1): New defun split from
3468 ido-make-merged-file-list.
3469 (ido-make-merged-file-list): Bind throw-on-input around call to
3470 ido-make-merged-file-list-1. Return input-pending-p if
3471 interrupted by more input available.
3472 (ido-read-internal): Handle input-pending-p return value from
3473 ido-make-merged-file-list.
3474
3475 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3476
3477 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
3478 compatibility code.
3479
3480 * international/latexenc.el (latexenc-find-file-coding-system):
3481 Don't inherit the EOL part of the coding-system from the
3482 tex-main buffer. Fit within 80 columns.
3483
3484 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
3485
3486 * tmm.el (tmm-inactive-face): New face.
3487 (tmm-remove-inactive-mouse-face): New function.
3488 (tmm-prompt, tmm-add-one-shortcut)
3489 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
3490 but not selectable.
3491
3492 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
3493
3494 * faces.el (face-equal): Improve argument/docstring consistency.
3495
3496 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
3497
3498 * progmodes/make-mode.el (makefile-targets-face)
3499 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
3500 (makefile-bsdmake-dependency-regex)
3501 (makefile-makepp-rule-action-regex)
3502 (makefile-bsdmake-rule-action-regex): New constants.
3503 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
3504
3505 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3506 Allow (...) within `...' for makepp messages.
3507
3508 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
3509
3510 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
3511
3512 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
3513 "." files are deleted from all file lists before comparison.
3514
3515 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3516 (viper-ESC-key): Made them customizable.
3517
3518 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
3519
3520 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
3521
3522 * autorevert.el (auto-revert-buffers): Use save-match-data.
3523
3524 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3525
3526 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
3527 menu items with a nil command binding.
3528
3529 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
3530
3531 * emacs-lisp/cl-macs.el (defsetf):
3532 Improve argument/docstring consistency.
3533
3534 * faces.el (list-faces-display): Improve the formatting by
3535 computing the maximum length required for any face-name (reworked
3536 patch of 1999-01-11, accidentally deleted on 1999-07-21).
3537 (internal-find-face): Remove redundant info in docstring.
3538
3539 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
3540
3541 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
3542 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
3543 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
3544 (gdb-assembler-custom): Improve regexps.
3545 (def-gdb-auto-update-handler): Use window point to preserve point.
3546
3547 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3548
3549 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
3550
3551 2005-05-31 Jay Belanger <belanger@truman.edu>
3552
3553 * calc/calc-embed.el (calc-embedded-word): Change argument passed
3554 to calc-embedded.
3555 (calc-embedded-make-info): Have plain prefix argument select
3556 entire line.
3557
3558 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
3559
3560 * faces.el (list-faces-display): Signal error if passed a regexp
3561 that matches no face name.
3562
3563 * simple.el (filter-buffer-substring): Fix typo in docstring.
3564
3565 2005-05-31 Richard M. Stallman <rms@gnu.org>
3566
3567 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
3568 (vhdl-emacs-21): Doc fix.
3569 (vhdl-mode): Unconditionally set comment-padding.
3570 (vhdl-fixup-whitespace-region): Insert spaces only where
3571 there are none.
3572 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
3573
3574 2005-05-30 John Wiegley <johnw@newartisans.com>
3575
3576 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
3577 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
3578 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
3579 `directory-sep-char' to ?/, and all uses of `string-to-int' to
3580 `string-to-number'.
3581
3582 2005-05-30 Jay Belanger <belanger@truman.edu>
3583
3584 * calc/calc.el (calc-bug-address): Fix docstring.
3585 (calc-window-hook, calc-trail-window-hook): New variables.
3586 (calc-trail-display): Restore use of calc-trail-window-hook.
3587 (calc): Restore use of calc-window-hook.
3588
3589 2005-05-31 Masatake YAMATO <jet@gyve.org>
3590
3591 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
3592
3593 * help-fns.el (help-C-file-name): Add autoload mark for
3594 `find-function-noselect'.
3595
3596 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
3599 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
3600
3601 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3602
3603 * calendar/diary-lib.el (mark-included-diary-files): Only kill
3604 included diary buffer if it was not already being visited.
3605 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
3606
3607 * calendar/icalendar.el (top-level): Do not require 'appt.
3608
3609 * mail/supercite.el (sc-select-attribution): Only use a list
3610 element from sc-attrib-selection-list if it returns a string.
3611 Reported by Davide G. M. Salvetti <salve@debian.org>.
3612
3613 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
3614
3615 * thumbs.el (thumbs-thumbname): The resulting thumbname now
3616 includes a hash value to improve its uniqueness, and has a ".jpg"
3617 extension. Also, it is now a valid filename on all systems.
3618 (thumbs-make-thumb): Use `let', not `let*'.
3619 (thumbs-show-thumbs-list): Check for JPEG availability.
3620
3621 2005-05-30 Richard M. Stallman <rms@gnu.org>
3622
3623 * filesets.el (filesets-menu-ensure-use-cached):
3624 Prevent warning when emacs-version>= is undefined.
3625
3626 * printing.el (pr-interactive-n-up): Use string-to-number.
3627
3628 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
3629
3630 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3631 Warn only when name to be defined is quoted.
3632
3633 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
3634
3635 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
3636 Make regexp more robust.
3637 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3638 Force regeneration of disassembly.
3639
3640 2005-05-29 Jay Belanger <belanger@truman.edu>
3641
3642 * calc/calc.el (calc-user-invocation): Check if
3643 calc-invocation-macro is non-nil.
3644
3645 2005-05-29 Juri Linkov <juri@jurta.org>
3646
3647 * add-log.el (change-log-font-lock-keywords):
3648 Add `+' to e-mail regexp to accept mail address with keywords.
3649
3650 * man.el (Man-name-regexp): Add `:' to accept qualified names.
3651
3652 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
3653
3654 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
3655
3656 * ielm.el (inferior-emacs-lisp-mode): Ditto.
3657
3658 2005-05-29 Richard M. Stallman <rms@gnu.org>
3659
3660 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3661 Undo the change that moves to end of the current word.
3662
3663 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3664
3665 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3666 Throw error when count <= 0 to ensure input is a number.
3667 (gdb-read-memory-custom): Pick up address from buffer.
3668 (gdb-memory-mode): Allow user to increment and decrement
3669 memory address from header line.
3670
3671 2005-05-29 Richard M. Stallman <rms@gnu.org>
3672
3673 * flyspell.el (flyspell-version): Function deleted.
3674 (flyspell-auto-correct-previous-hook): Doc fix.
3675
3676 * jit-lock.el (jit-lock-function, jit-lock-after-change):
3677 Do nothing if memory is full.
3678
3679 * font-lock.el (font-lock-fontify-syntactically-region):
3680 Pass t for GREEDY to looking-back.
3681
3682 * saveplace.el (save-place-alist-to-file): Write the file
3683 using write-region.
3684
3685 * subr.el (looking-back): New argument GREEDY.
3686
3687 * progmodes/compile.el (compilation-start): Set the mode
3688 before inserting the initial text.
3689
3690 * progmodes/which-func.el (which-func-update-1): Turn the mode
3691 off in case of error by setting which-func-mode.
3692
3693 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
3694
3695 * flyspell.el (flyspell-auto-correct-previous-word):
3696 Narrow down to what's on the screen, and recenter overlays
3697 at the end of the next word.
3698
3699 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
3700
3701 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3702 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3703 (flyspell-abbrev-p): Default to nil.
3704 (flyspell-use-global-abbrev-table-p): Doc fix.
3705 (flyspell-large-region): Allow nil as value.
3706 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3707
3708 (mail-mode-flyspell-verify): More robust handling
3709 of `mail-header-separator'. More efficient signature detection.
3710 Allow for regexp metacharacters in message-header-separator.
3711 Adding `To' not to be checked in mail-mode-flyspell-verify.
3712
3713 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3714 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3715 Bind flyspell-auto-correct-binding.
3716 Bind C-. and C-, .
3717 (flyspell-mode-map): Likewise.
3718 (flyspell-mode): Doc fix.
3719 (flyspell-accept-buffer-local-defs): Preserve current buffer.
3720 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3721 (flyspell-word-cache-result): New var, always local.
3722 (flyspell-check-pre-word-p): Doc fix.
3723 (flyspell-check-changed-word-p): Handle spc like newline.
3724 (flyspell-post-command-hook): Set flyspell-word-cache-result.
3725 (flyspell-word-search-backward, flyspell-word-search-forward):
3726 New functions.
3727 (flyspell-word): Return t if nothing to check.
3728 When parsing TeX code, check for after } or \.
3729 Use flyspell-word-search-backward to find previous word.
3730 Return nil if duplicated word.
3731 For word already checked, return same value as last time.
3732 Set flyspell-word-cache-result after checking.
3733 Don't clobber the return value.
3734 (flyspell-get-word): Major rewrite.
3735 (flyspell-external-point-words): New locals pword, pcount.
3736 Fix size used in progress message.
3737 Find the proper corresponding word in flyspell-large-region-buffer.
3738 (flyspell-region): Check for flyspell-large-region = nil.
3739 (flyspell-highlight-incorrect-region): Clean up overlays in region.
3740 (flyspell-auto-correct-word): Check that WORD is a cons.
3741 (flyspell-correct-word): Likewise.
3742
3743 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
3744
3745 * progmodes/make-mode.el (makefile-rule-action-regex)
3746 (makefile-macroassign-regex, makefile-makepp-mode)
3747 (makefile-bsdmake-mode): Continuation lines may be empty.
3748 Reported by Joshua Varner.
3749 (makefile-makepp-font-lock-keywords): Add $(stem).
3750
3751 2005-05-28 Karl Berry <karl@gnu.org>
3752
3753 * textmodes/tex-mode.el: Now that tex-send-command calls
3754 shell-quote-argument (2005-03-31 change), remove all calls to
3755 shell-quote-argument; they all end up invoking tex-send-command.
3756 The double quoting loses on filenames with non-safe characters,
3757 such as "@". Reported by Frederik Fouvry.
3758
3759 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3760
3761 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3762 about preserving point.
3763
3764 2005-05-27 Jay Belanger <belanger@truman.edu>
3765
3766 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3767 Info-goto-node.
3768
3769 * calc/calc-embed.el (calc-embed-arg): New variable.
3770 (calc-do-embedded-activate, calc-embedded-activate-formula)
3771 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3772 variable by new variable.
3773 (calc-embedded-make-info): Replace undeclared variable by new
3774 variable. When selecting region with positive prefix
3775 argument, use end of previous line instead of beginning of line.
3776
3777 * calc/calc-aent.el (calc-arg-values): Declare it.
3778
3779 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3780 Declare them.
3781
3782 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3783
3784 * calc/calc.el (calc-alg-map): Declare it.
3785
3786 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3787
3788 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
3789
3790 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3791 (gdb-registers-buffer, toggle-gdb-all-registers):
3792 Toggle display of floating point registers.
3793 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3794
3795 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
3796 (toggle-gud-tooltip-dereference):
3797 Rename from gud-toggle-tooltip-dereference.
3798
3799 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3800
3801 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3802
3803 2005-05-27 Jay Belanger <belanger@truman.edu>
3804
3805 * calc/calc-prog.el (calc-kbd-report): Remove.
3806 (calc-kbd-query): Rewrite.
3807
3808 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
3809
3810 * image.el (image-library-alist): Move to image.c.
3811 (image-type-available-p): Doc fix.
3812
3813 2005-05-27 Lute Kamstra <lute@gnu.org>
3814
3815 * calc/calc.el (calc):
3816 * outline.el (outline-1, outline-2, outline-3, outline-4)
3817 (outline-5, outline-6, outline-7, outline-8):
3818 * textmodes/dns-mode.el (dns-mode):
3819 * textmodes/sgml-mode.el (sgml-namespace-face):
3820 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3821 (tex-verbatim-face, tex-use-reftex):
3822 * textmodes/texinfo.el (texinfo-heading-face):
3823 Specify customization group.
3824
3825 * longlines.el: Don't require easy-mmode.
3826 (longlines-visible-face): Specify customization group.
3827
3828 2005-05-27 Kenichi Handa <handa@m17n.org>
3829
3830 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3831 encoding table of windows-1251.
3832
3833 * international/ucs-tables.el (ucs-set-table-for-input):
3834 If translation-table-for-input of a coding system is a symbol, get
3835 its translation-table property.
3836
3837 * international/code-pages.el: Don't register a coding system into
3838 non-iso-charset-alist more than once.
3839 (cp-make-coding-system): Likewise.
3840
3841 2005-05-26 John Wiegley <johnw@newartisans.com>
3842
3843 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3844 `eshell-resume-eval' is wrapped in a list, it indicates that the
3845 command was run asynchronously. In that case, unwrap the value
3846 before checking the delimiter value.
3847
3848 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3849 character before a space at the end of a line is \, assume the space
3850 is part of the last argument rather than a final argument separator.
3851
3852 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3853 is in use, and the target is `t' or `nil' (which are the most common
3854 values), don't assume that the symbol target is a buffer.
3855
3856 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
3857
3858 * calendar/calendar.el (calendar-mode-line-format):
3859 Use mode-line-highlight as mouse-face.
3860
3861 * time.el (display-time-string-forms, display-time-update):
3862 Use mode-line-highlight as mouse-face.
3863
3864 2005-05-26 Jay Belanger <belanger@truman.edu>
3865
3866 * calc/calc.el (calc-language-alist): Remove extra defvar.
3867
3868 2005-05-26 Lute Kamstra <lute@gnu.org>
3869
3870 * arc-mode.el (archive-mode):
3871 * bookmark.el (bookmark-read-annotation-mode)
3872 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3873 * bs.el (bs-mode):
3874 * calc/calc-yank.el (calc-edit-mode):
3875 * calc/calc.el (calc-mode, calc-trail-mode):
3876 * calculator.el (calculator-mode):
3877 * chistory.el (command-history-mode):
3878 * comint.el:
3879 * cus-edit.el (custom-mode):
3880 * descr-text.el (describe-text-mode):
3881 * ebuff-menu.el (Electric-buffer-menu-mode):
3882 * ediff-util.el (ediff-mode):
3883 * emacs-lisp/re-builder.el (reb-mode):
3884 * emulation/vi.el (vi-mode-setup):
3885 * emulation/ws-mode.el (wordstar-mode):
3886 * eshell/esh-mode.el (eshell-mode):
3887 * forms.el (forms-mode):
3888 * help-mode.el (help-mode):
3889 * hexl.el (hexl-mode):
3890 * ibuffer.el (ibuffer-mode):
3891 * ielm.el (inferior-emacs-lisp-mode):
3892 * info.el (Info-mode, Info-edit-mode):
3893 * international/swedish.el:
3894 * ledit.el (ledit-from-lisp-mode):
3895 * locate.el (locate-mode):
3896 * mail/rmail.el (rmail-mode):
3897 * mail/rmailedit.el (rmail-edit-mode):
3898 * mail/rmailsum.el (rmail-summary-mode):
3899 * mail/supercite.el (sc-electric-mode):
3900 * net/eudc.el (eudc-mode):
3901 * net/quickurl.el (quickurl-list-mode):
3902 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3903 * obsolete/ooutline.el (outline-mode):
3904 * obsolete/options.el (Edit-options-mode):
3905 * obsolete/rnews.el (news-mode):
3906 * obsolete/rnewspost.el (news-reply-mode):
3907 * play/5x5.el (5x5-mode):
3908 * play/decipher.el (decipher-mode, decipher-stats-mode):
3909 * play/gomoku.el (gomoku-mode):
3910 * play/snake.el (snake-mode):
3911 * play/solitaire.el (solitaire-mode):
3912 * play/tetris.el (tetris-mode):
3913 * progmodes/ada-mode.el (ada-mode):
3914 * progmodes/antlr-mode.el (antlr-mode):
3915 * progmodes/autoconf.el (autoconf-mode):
3916 * progmodes/dcl-mode.el (dcl-mode):
3917 * progmodes/delphi.el (delphi-mode):
3918 * progmodes/ebrowse.el (ebrowse-tree-mode)
3919 (ebrowse-electric-list-mode, ebrowse-member-mode)
3920 (ebrowse-electric-position-mode):
3921 * progmodes/f90.el (f90-mode):
3922 * progmodes/fortran.el (fortran-mode):
3923 * progmodes/icon.el (icon-mode):
3924 * progmodes/idlw-help.el (idlwave-help-mode):
3925 * progmodes/idlw-shell.el (idlwave-shell-mode):
3926 * progmodes/idlwave.el (idlwave-mode):
3927 * progmodes/inf-lisp.el (inferior-lisp-mode):
3928 * progmodes/m4-mode.el (m4-mode):
3929 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3930 * progmodes/modula2.el (modula-2-mode):
3931 * progmodes/octave-inf.el (inferior-octave-mode):
3932 * progmodes/octave-mod.el (octave-mode):
3933 * progmodes/pascal.el (pascal-mode):
3934 * progmodes/sh-script.el (sh-mode):
3935 * progmodes/sql.el (sql-mode, sql-interactive-mode):
3936 * progmodes/vhdl-mode.el (vhdl-mode):
3937 * progmodes/xscheme.el (scheme-interaction-mode):
3938 * replace.el (occur-mode):
3939 * ses.el (ses-mode):
3940 * simple.el (completion-list-mode):
3941 * skeleton.el:
3942 * speedbar.el (speedbar-mode):
3943 * term.el (term-mode):
3944 * terminal.el (terminal-edit-mode):
3945 * textmodes/reftex-index.el (reftex-index-mode)
3946 (reftex-index-phrases-mode):
3947 * textmodes/reftex-sel.el (reftex-select-label-mode)
3948 (reftex-select-bib-mode):
3949 * textmodes/reftex-toc.el (reftex-toc-mode):
3950 * wdired.el (wdired-change-to-wdired-mode):
3951 * wid-browse.el (widget-browse-mode):
3952 Use run-mode-hooks.
3953
3954 * array.el (array-mode):
3955 * calendar/todo-mode.el (todo-mode):
3956 * man.el (Man-mode):
3957 * play/landmark.el (lm-mode):
3958 * play/mpuz.el (mpuz-mode):
3959 Use kill-all-local-variables and run-mode-hooks.
3960
3961 * subr.el (delay-mode-hooks): Specify indentation.
3962
3963 2005-05-26 Mark A. Hershberger <mah@everybody.org>
3964
3965 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3966
3967 2005-05-26 Jay Belanger <belanger@truman.edu>
3968
3969 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3970 of nil.
3971
3972 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3973
3974 * progmodes/gdb-ui.el (gdb-frame-address):
3975 Rename from gdb-current-address.
3976 (gdb-previous-frame-address): Rename from gdb-previous-address.
3977 (gdb-selected-frame): Rename from gdb-current-frame.
3978 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3979 (gdb-frame-number): Rename from gdb-current-stack-level.
3980 (gdb-ann3): Match new mode-name for disassembly buffer.
3981 Extend initialization of variables.
3982 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3983 (gdb-memory-mode): Use mouse-face in header line.
3984 (gdb-assembler-buffer-name): Call it disassembly and give frame
3985 in mode line.
3986 (gdb-source-spec-regexp, gdb-assembler-custom)
3987 (gdb-invalidate-assembler, gdb-frame-handler):
3988 Make robust to leading zeroes in address format.
3989
3990 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
3991
3992 * textmodes/org.el (org-mode): Use `define-derived-mode' to
3993 define `org-mode'.
3994 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3995
3996 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3997
3998 * log-edit.el (log-edit-changelog-entries): Distinguish between
3999 filenames like xfns.c and fns.c.
4000
4001 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
4002
4003 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
4004 point after reverting.
4005 (Buffer-menu-make-sort-button): Handle the case where
4006 `Buffer-menu-use-header-line' is nil.
4007
4008 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4009
4010 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
4011 New funcs. In minibuffer-local-completion-map bind `]', `/'
4012 and `:' to them.
4013
4014 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * startup.el (normal-top-level): Allow modification of load-path while
4017 we're iterating over it.
4018
4019 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
4020
4021 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
4022 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
4023 (thumbs-resize-interactive, thumbs-insert-image)
4024 (thumbs-insert-thumb, thumbs-dired-show-marked)
4025 (thumbs-find-image-at-point, thumbs-delete-images)
4026 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
4027 (thumbs-increment-image-size, thumbs-decrement-image-size):
4028 Fix typos in docstrings.
4029
4030 2005-05-24 Andre Spiegel <spiegel@gnu.org>
4031
4032 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
4033 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
4034 (cperl-mode): Use them.
4035
4036 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
4037
4038 * window.el (quit-window, shrink-window-if-larger-than-buffer):
4039 Doc fixes.
4040
4041 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
4042
4043 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
4044 Bind C-d to gdb-inferior-io-eof.
4045
4046 * dired.el (dired-dnd-popup-notice): Use message-box.
4047
4048 2005-05-23 Masatake YAMATO <jet@gyve.org>
4049
4050 * bindings.el (mode-line-major-mode-keymap):
4051 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
4052
4053 * faces.el (mode-line-highlight): New face.
4054
4055 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
4056 as mouse-face.
4057
4058 * bindings.el (top-level, help-echo, mode-line-modified)
4059 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
4060 as mouse-face.
4061
4062 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
4063
4064 * progmodes/cc-engine.el (c-guess-basic-syntax):
4065 Remove spurious call to `zerop'.
4066
4067 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
4068
4069 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
4070
4071 CC Mode update to 5.30.10:
4072
4073 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
4074 could go past the limit in decoration level 2, thereby causing
4075 errors during interactive fontification.
4076
4077 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
4078 the file is evaluated interactively.
4079
4080 * cc-engine.el (c-guess-basic-syntax): Handle operator
4081 declarations somewhat better in C++.
4082
4083 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
4084 make use of `run-mode-hooks' which has been added in Emacs 21.1.
4085 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4086 (awk-mode): Use it.
4087 (make-local-hook): Suppress warning about obsoleteness.
4088
4089 * cc-engine.el, cc-align.el, cc-cmds.el
4090 (c-append-backslashes-forward, c-delete-backslashes-forward)
4091 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
4092 Compensate for return value from `forward-line' when it has moved
4093 but not to a different line due to eob.
4094
4095 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
4096 `objc-method-intro' and `objc-method-args-cont'.
4097
4098 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
4099
4100 CC Mode update to 5.30.10:
4101
4102 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
4103 in the copyright statement. Incidentally, change "along with GNU
4104 Emacs" to "along with this program" where it occurs.
4105
4106 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
4107 so that it is interactive, hence can be found by M-x awk-mode
4108 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
4109 <gmorris+emacs@ast.cam.ac.uk>.
4110
4111 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
4112 Mode's regexps.
4113
4114 2005-05-23 Kevin Ryde <user42@zip.com.au>
4115
4116 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
4117 c-parse-state, to avoid a lisp error (on bad code).
4118
4119 2005-05-23 Lute Kamstra <lute@gnu.org>
4120
4121 * subr.el (font-lock-defaults): Remove defvar as it's already
4122 defined in font-core.el.
4123
4124 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
4125
4126 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
4127
4128 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
4129 more general and work when GDB variable "print pretty" is on,
4130 as with Emacs, for example.
4131
4132 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
4133
4134 * font-core.el: Update comment.
4135
4136 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4137 Use `after-change-major-mode-hook' instead of `find-file-hook'.
4138
4139 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
4140
4141 2005-05-22 Eli Zaretskii <eliz@gnu.org>
4142
4143 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
4144 and `yank-handler' in the doc strings.
4145
4146 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4147
4148 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
4149
4150 2005-05-22 Richard M. Stallman <rms@gnu.org>
4151
4152 * help.el (describe-key): Move print-help-return-message call
4153 out of conditional.
4154
4155 * progmodes/etags.el (list-tags): Use with-no-warnings.
4156
4157 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
4158 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
4159 (starttls-extra-args, starttls-extra-arguments): Add defvars.
4160
4161 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
4162
4163 * language/viet-util.el (viet-viscii-nonascii-translation-table):
4164 Add defvar.
4165
4166 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
4167 Use defvar, not defconst.
4168
4169 * hexl.el (hexl-follow-line): Use with-no-warnings.
4170
4171 * emulation/tpu-extras.el: Use write-file-functions instead of
4172 write-file-hooks.
4173
4174 * dired.el (dired-font-lock-keywords): Fontify files with junk
4175 extensions even if marked by -F.
4176
4177 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
4178
4179 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
4180 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
4181 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
4182 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
4183 (concatenate, list-length, get*, getf, cl-remprop):
4184 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
4185 (etypecase, progv, lexical-let, lexical-let*)
4186 (multiple-value-bind, multiple-value-setq, shiftf):
4187 Improve argument/docstring consistency.
4188
4189 * subr.el (focus-frame, unfocus-frame):
4190 Revert deletion on 2005-05-01.
4191
4192 2005-05-22 Andre Spiegel <spiegel@gnu.org>
4193
4194 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
4195 doesn't exist.
4196
4197 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
4198 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
4199
4200 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
4201
4202 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
4203 already deleted variables: auto-fill-hook, blink-paren-hook,
4204 lisp-indent-hook, inhibit-local-variables, unread-command-event,
4205 suspend-hooks, comment-indent-hook, meta-flag,
4206 before-change-function, after-change-function,
4207 font-lock-doc-string-face.
4208
4209 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4210
4211 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4212
4213 2005-05-21 Eli Zaretskii <eliz@gnu.org>
4214
4215 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
4216 rmail-dont-reply-to.
4217
4218 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4219
4220 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
4221 literal blank when splitting new-header-values.
4222
4223 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
4224
4225 * calendar/cal-menu.el (cal-menu-update): Add separator as a
4226 string so that tmm doesn't create a completion entry for it.
4227
4228 * textmodes/table.el (table-disable-menu): Ditto.
4229
4230 2005-05-21 Richard M. Stallman <rms@gnu.org>
4231
4232 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
4233
4234 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
4235
4236 * net/rcompile.el (remote-compile): Use compilation-start.
4237
4238 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
4239
4240 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
4241
4242 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
4243 Default to makefile-bsdmake-mode on BSD systems.
4244
4245 * imenu.el (imenu-generic-expression, imenu--generic-function'):
4246 REGEXP may also be a search function now. The part of doc-string
4247 for describing the structure was 95% identical to that of
4248 `imenu--generic-function'. Unify it there.
4249
4250 * progmodes/make-mode.el (makefile-imenu-generic-expression):
4251 Use function to find dependencies, because regexp alone is so complex,
4252 it easily goes into an endless loop.
4253 (makefile-makepp-mode): Also add submenu for Perl functions
4254 defined in the makefile.
4255 (makefile-bsdmake-mode): Special imenu-generic-expression no
4256 longer needed, due to function call.
4257 (makefile-match-dependency): Take BOUND into account when checking
4258 if we're through.
4259
4260 2005-05-20 Jay Belanger <belanger@truman.edu>
4261
4262 * calc/calc-units.el (calc-invalidate-units-table):
4263 Use inhibit-read-only.
4264 (math-build-units-table-buffer): Use view-mode.
4265
4266 2005-05-20 David Kastrup <dak@gnu.org>
4267
4268 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
4269 easy-menu-add is not a nop on Emacs; and clarify when to call it.
4270
4271 2005-05-20 Lute Kamstra <lute@gnu.org>
4272
4273 * diff-mode.el (diff-header-face, diff-file-header-face)
4274 (diff-index-face, diff-hunk-header-face, diff-removed-face)
4275 (diff-added-face, diff-changed-face, diff-function-face)
4276 (diff-context-face, diff-nonexistent-face): Put them in the
4277 diff-mode customization group.
4278
4279 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4280
4281 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
4282
4283 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
4284
4285 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
4286 Minor regexp-optimization.
4287
4288 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
4289
4290 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
4291 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
4292 (org-agenda-add-time-grid-maybe): New function.
4293 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
4294 (org-table-create): `dotimes' instead of `mapcar'.
4295 (org-xor): Simplify implementation.
4296 (org-agenda): `inhibit-redisplay' turned on.
4297 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
4298 a consistent line after a state change.
4299 (org-agenda-remove-times-when-in-prefix): New option.
4300 (org-prefix-has-time): New variable.
4301 (org-parse-time-string): Optional argument NODEFAULT.
4302 (org-format-agenda-item): Parse items for time-of-day
4303 specifications and move these into the prefix if possible.
4304 (org-agenda-priority): Get current heading, not previous heading
4305 during agenda remote editing.
4306
4307 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
4308
4309 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
4310 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
4311 (remove-duplicates, delete-duplicates, substitute)
4312 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
4313 (nsubstitute-if-not, find, find-if, find-if-not, position)
4314 (position-if, position-if-not, count, count-if, count-if-not)
4315 (mismatch, search, sort*, stable-sort, merge, member*)
4316 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
4317 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
4318 (intersection, nintersection, set-difference, nset-difference)
4319 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
4320 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
4321 (nsublis, tree-equal): Improve argument/docstring consistency.
4322
4323 * subr.el (send-string, send-region):
4324 Remove obsolescence declaration.
4325 (window-dot, set-window-dot, read-input, show-buffer)
4326 (eval-current-buffer, string-to-int):
4327 Add release number to obsolescence declarations.
4328
4329 2005-05-19 Kim F. Storm <storm@cua.dk>
4330
4331 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
4332 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
4333
4334 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
4335
4336 * faces.el (list-faces-display): Make back button respect optional
4337 regexp arg.
4338
4339 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
4340
4341 * calculator.el (calculator-radix-grouping-mode)
4342 (calculator-radix-grouping-digits, calculator-displayer)
4343 (calculator-radix-grouping-separator, calculator-copy-displayer):
4344 * dabbrev.el (dabbrev-search-these-buffers-only):
4345 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
4346 (diff-advance-after-apply-hunk, diff-mode-hook)
4347 (diff-minor-mode-prefix):
4348 * imenu.el (imenu-use-popup-menu):
4349 * jit-lock.el (jit-lock-context-time):
4350 * newcomment.el (comment-fill-column, comment-column)
4351 (comment-style, comment-padding, comment-multi-line)
4352 (comment-empty-lines, comment-auto-fill-only-comments):
4353 * reveal.el (reveal-around-mark):
4354 * uniquify.el (uniquify-buffer-name-style)
4355 (uniquify-after-kill-buffer-p)
4356 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
4357 (uniquify-min-dir-content, uniquify-separator)
4358 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
4359 * w32-vars.el (w32-fixed-font-alist):
4360 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4361 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
4362 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
4363 * progmodes/perl-mode.el (perl-indent-level)
4364 (perl-continued-statement-offset, perl-continued-brace-offset)
4365 (perl-brace-offset, perl-brace-imaginary-offset)
4366 (perl-label-offset, perl-indent-continued-arguments)
4367 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
4368 * progmodes/tcl.el (tcl-indent-level)
4369 (tcl-continued-indent-level, tcl-auto-newline)
4370 (tcl-tab-always-indent, tcl-electric-hash-style)
4371 (tcl-help-directory-list, tcl-use-smart-word-finder)
4372 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
4373 (inferior-tcl-source-command):
4374 * textmodes/fill.el (enable-kinsoku):
4375 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
4376 * textmodes/table.el (table-yank-handler):
4377 Specify missing group (and type, if simple) in defcustom.
4378
4379 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4380
4381 * progmodes/compile.el (compilation-finish-function): Fix defvar.
4382
4383 2005-05-19 Richard M. Stallman <rms@gnu.org>
4384
4385 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
4386
4387 * subr.el (event-basic-type): Don't get an error.
4388 (left-fringe-p): Function deleted.
4389
4390 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
4391 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
4392
4393 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
4394 in recursive copy.
4395
4396 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
4397
4398 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
4399
4400 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4401 Call byte-compile-nogroup-warn if appropriate.
4402
4403 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
4404 (compilation-set-window): Don't call left-fringe-p; do it directly.
4405
4406 2005-05-19 Jay Belanger <belanger@truman.edu>
4407
4408 * calc/calc-graph.el (calc-graph-format-data): Make sure
4409 var-PlotRejects is bound before trying to check its value.
4410
4411 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
4412
4413 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
4414 definition of this variable from reftex-global.el to reftex.el,
4415 because it is needed in the menu.
4416
4417 2005-05-19 Lute Kamstra <lute@gnu.org>
4418
4419 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
4420 years are fixed. Don't insert a space after a dash.
4421
4422 2005-05-19 Kim F. Storm <storm@cua.dk>
4423
4424 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
4425
4426 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
4427
4428 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
4429 strings, because (eq ... ?\\) is fairly frequent.
4430
4431 * progmodes/make-mode.el (makefile-add-this-line-targets):
4432 Simplify and integrate into `makefile-pickup-targets'.
4433 (makefile-add-this-line-macro): Simplify and integrate into
4434 `makefile-pickup-macros.
4435 (makefile-pickup-filenames-as-targets): Simplify.
4436 (makefile-previous-dependency, makefile-match-dependency):
4437 Don't stumble over `::'.
4438
4439 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
4440
4441 * subr.el (post-command-idle-hook, post-command-idle-delay):
4442 Remove obsoletion of post-command-idle-hook and
4443 post-command-idle-delay.
4444
4445 * faces.el (list-faces-display): Provide button when describe-face
4446 is called to take user back to the list of faces.
4447
4448 * help-fns.el (describe-variable): Remove hyperlinks in a
4449 variable's value as these are quite frequently inappropriate.
4450
4451 * follow.el (follow-submit-feedback, follow-mode):
4452 Remove references to post-command-idle-hook.
4453
4454 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
4455
4456 * progmodes/make-mode.el (makefile-previous-dependency)
4457 (makefile-match-dependency): Check for := (and in bsd mode also
4458 !=) to give a better result, even when font-lock is not on.
4459
4460 2005-05-18 Jay Belanger <belanger@truman.edu>
4461
4462 * calc/calc-help.el (calc-s-prefix-help):
4463 Add `calc-copy-special-constant' to help string.
4464
4465 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4466
4467 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4468
4469 2005-05-18 Jay Belanger <belanger@truman.edu>
4470
4471 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
4472 in linear factors are in proper order.
4473
4474 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
4475
4476 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4477 Support for jurabib.
4478
4479 * textmodes/reftex.el (featurep): Define aliases for overlay
4480 commands, for XEmacs compatibility, and use these aliases in
4481 overlay initializations.
4482 (reftex-highlight): Use `reftex-move-overlay'.
4483 (reftex-unhighlight): Use `reftex-delete-overlay'.
4484 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
4485 (reftex-access-search-path): Use `reftex-uniquify' instead of
4486 `reftex-uniq'
4487
4488 * textmodes/reftex-sel.el (reftex-select-unmark):
4489 Overlay `before-string' property modification enables for Emacs as well.
4490 (reftex-select-item): Use `reftex-delete-overlay'.
4491 (reftex-select-mark): Use `reftex-make-overlay' and
4492 `reftex-overlay-put'.
4493 (reftex-select-unmark): Use `reftex-delete-overlay' and
4494 `reftex-overlay-put'.
4495
4496 2005-05-18 Lute Kamstra <lute@gnu.org>
4497
4498 * emacs-lisp/lisp.el (check-parens): Fix docstring.
4499
4500 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
4501
4502 * add-log.el (add-change-log-entry):
4503 * array.el (array-make-template, array-reconfigure-rows)
4504 (array-init-max-row, array-init-max-column)
4505 (array-init-columns-per-line, array-init-field-width):
4506 * replace.el (replace-match-maybe-edit, perform-replace):
4507 * textmodes/spell.el (spell-region):
4508 Replace `read-input' by `read-string'.
4509
4510 * forms.el (forms-mode):
4511 * finder.el (finder-compile-keywords):
4512 * shadowfile.el (shadow-read-files):
4513 Replace `eval-current-buffer' by `eval-buffer'.
4514
4515 * terminal.el (te-pass-through):
4516 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
4517 (ange-ftp-raw-send-cmd):
4518 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
4519 (send-process-next-char, telnet-initial-filter, telnet):
4520 Replace `send-string' by `process-send-string'.
4521
4522 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
4523 (prolog-consult-region): Replace `send-string' by
4524 `process-send-string'; replace `send-region' by `process-send-region'.
4525
4526 * progmodes/delphi.el (delphi-log-msg):
4527 Replace `set-window-dot' by `set-window-point'.
4528
4529 * subr.el (window-dot, set-window-dot, read-input, send-string)
4530 (send-region, show-buffer, eval-current-buffer):
4531 Make really obsolete, as the comment says.
4532
4533 2005-05-17 Kim F. Storm <storm@cua.dk>
4534
4535 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
4536 (cua--init-keymaps): Bind C-return instead of S-return to set
4537 rectangle mark.
4538
4539 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
4540 instead of S-return to toggle/clear rectangle mark.
4541
4542 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
4543
4544 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
4545 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
4546 Also fontify plain strings assigned to variables, mostly so that a
4547 colon has a face and is thus not taken as a dependency separator.
4548 (makefile-previous-dependency): Inline the new matcher, because it
4549 is too complex to work in both directions.
4550 (makefile-match-dependency): Eliminate `backward' arg (see above).
4551 Completely reimplemented so as to not sometimes go into an endless
4552 loop. It should also be more efficient, because first it only
4553 searches for `:', instead of applying the very complex regexp.
4554 (makefile-mode): Cancel `font-lock-support-mode', because blocks
4555 to be fontified in one piece can be too long for JIT.
4556 Makefiles are never *that* big.
4557
4558 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
4559
4560 * dired.el (dired-mode): Simplify.
4561
4562 2005-05-17 Lute Kamstra <lute@gnu.org>
4563
4564 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
4565 defcustom for the mode hook variable.
4566
4567 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
4568 Emacs Lisp Reference Manual.
4569
4570 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
4571
4572 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
4573 (evenp, list*):
4574 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
4575 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
4576
4577 * net/tramp-smb.el (tramp-smb-open-connection):
4578 Pass `tramp-chunksize' as fifth (required) argument.
4579
4580 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
4581
4582 * font-lock.el (lisp-font-lock-keywords-1):
4583 Set `font-lock-negation-char-face' for [^...] char group.
4584 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
4585
4586 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
4587 a var, and refine it to mask one more level of nested vars.
4588 (makefile-rule-action-regex): Turn it into a var, and refine it so
4589 it recognizes backslashed continuation lines as belonging to the
4590 same command.
4591 (makefile-macroassign-regex): Refine it so it recognizes
4592 backslashed continuation lines as belonging to the same command.
4593 (makefile-var-use-regex): Don't look at the next char, because it
4594 might be the same one to be skipped by the initial [^$], leading
4595 to an overlooked variable use.
4596 (makefile-make-font-lock-keywords): Remove two parameters, which
4597 are now variables that some of the modes set locally.
4598 Handle dependency and rule action matching through functions, because
4599 regexps alone match too often. Dependency matching now comes
4600 last, so it can check, whether a colon already matched something else.
4601 (makefile-mode): Inform that font-lock improves makefile parsing
4602 capabilities.
4603 (makefile-match-dependency, makefile-match-action): New functions.
4604
4605 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
4606
4607 * emacs-lisp/cl-extra.el (equalp): Doc fix.
4608
4609 * align.el (align-regexp):
4610 * ansi-color.el (ansi-color-get-face):
4611 * array.el (array-reconfigure-rows, array-init-max-row)
4612 (array-init-max-column, array-init-columns-per-line)
4613 (array-init-field-width):
4614 * dired-aux.el (dired-trample-file-versions):
4615 * dired-x.el (dired-mark-sexp):
4616 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
4617 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
4618 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
4619 * faces.el (face-read-integer):
4620 * files.el (backup-extract-version, insert-directory):
4621 * hexl.el (hexl-insert-decimal-char):
4622 * server.el (server-process-filter):
4623 * shell.el (shell-extract-num):
4624 * startup.el (command-line-1):
4625 * term.el (term-command-hook):
4626 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
4627 (time-stamp-do-number):
4628 * time.el (display-time-update):
4629 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
4630 (timezone-fix-time):
4631 * vms-patch.el (vms-suspend-resume-hook):
4632 * calendar/appt.el (appt-convert-time):
4633 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4634 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4635 * calendar/cal-islam.el (mark-islamic-diary-entries):
4636 * calendar/calendar.el (calendar-cursor-to-date)
4637 (calendar-star-date):
4638 * calendar/diary-lib.el (diary-attrtype-convert)
4639 (mark-diary-entries, diary-entry-time):
4640 * calendar/solar.el (solar-get-number):
4641 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
4642 * emacs-lisp/re-builder.el (reb-display-subexp):
4643 * emulation/edt.el (edt-set-scroll-margins):
4644 * emulation/tpu-extras.el (tpu-set-scroll-margins):
4645 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
4646 (vip-get-ex-count):
4647 * emulation/viper-ex.el (viper-get-ex-token)
4648 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
4649 * international/fontset.el (fontset-plain-name):
4650 * mail/feedmail.el (feedmail-look-at-queue-directory):
4651 * mail/mailalias.el (mail-get-names):
4652 * mail/rmail.el (rmail-convert-to-babyl-format):
4653 * mail/rmailsum.el (rmail-make-basic-summary-line)
4654 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
4655 (rmail-summary-goto-msg):
4656 * mail/smtpmail.el (smtpmail-read-response):
4657 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
4658 (ange-ftp-vms-add-file-entry):
4659 * play/gametree.el (gametree-looking-at-ply)
4660 (gametree-current-branch-score):
4661 * progmodes/ada-xref.el (ada-prj-find-prj-file)
4662 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4663 * progmodes/cperl-mode.el (condition-case):
4664 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4665 (ebrowse-set-member-buffer-column-width)
4666 (ebrowse-select-1st-to-9nth):
4667 * progmodes/etags.el (etags-snarf-tag):
4668 * progmodes/flymake.el (flymake-parse-line):
4669 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4670 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4671 (idlwave-shell-menu-def):
4672 * progmodes/ps-mode.el (ps-run-goto-error):
4673 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4674 (vhdl-speedbar-contract-level):
4675 * term/mac-win.el (x-handle-numeric-switch):
4676 * term/sun-mouse.el (sun-get-frame-data):
4677 * term/w32-win.el (x-handle-numeric-switch):
4678 * term/x-win.el (x-handle-numeric-switch):
4679 * textmodes/ispell.el (ispell-parse-output):
4680 * textmodes/nroff-mode.el (nroff-outline-level):
4681 * textmodes/reftex-cite.el (reftex-bib-sort-year)
4682 (reftex-bib-sort-year-reverse, reftex-format-citation):
4683 * textmodes/reftex-parse.el (reftex-init-section-numbers)
4684 (reftex-section-number):
4685 * textmodes/texinfmt.el (texinfo-paragraphindent):
4686 Replace `string-to-int' by `string-to-number'.
4687
4688 * international/latexenc.el: Add page marker to force the "Local
4689 Variables:" string out of the last page.
4690
4691 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4692
4693 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4694 tooltip-change-major-mode.
4695 (gud-tooltip-print-command): Remove case where gud-minor-mode
4696 is gdb ("--fullname").
4697 (gud-tooltip-tips): Turn GUD tooltips off for this case and
4698 explain to user.
4699
4700 2005-05-16 Jay Belanger <belanger@truman.edu>
4701
4702 * calc/calc-store.el (calc-copy-special-constant): New function.
4703
4704 * calc/calc-ext.el (calc-init-extensions): Add binding for
4705 `calc-copy-special-constant'.
4706
4707 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4708 for the `calc-copy-special-constant' command.
4709
4710 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4711
4712 * subr.el (left-fringe-p): New function.
4713
4714 * progmodes/compile.el (compilation-setup): Set local value of
4715 overlay-arrow-string to "" always.
4716 (compilation-set-window): Left fringe then don't scroll.
4717 No left fringe then no arrow and scroll message to top.
4718 (compilation-context-lines): Adjust doc string accordingly.
4719
4720 2005-05-16 Kim F. Storm <storm@cua.dk>
4721
4722 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4723 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4724 (ido-wide-find-dir-or-delete-dir): New command for M-d.
4725 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
4726 (ido-read-file-name): Handle commands with ido property value
4727 equal to find-file as reading a file name, to allow C-d to enter dired.
4728 (ibuffer-find-file): Add ido property with value find-file.
4729
4730 2005-05-15 Kim F. Storm <storm@cua.dk>
4731
4732 * subr.el (open-network-stream-nowait): Remove.
4733 (open-network-stream-server): Remove.
4734
4735 2005-05-15 Richard M. Stallman <rms@gnu.org>
4736
4737 * faces.el (describe-face): Output a definition link button.
4738
4739 * help-mode.el (help-face-def): New button type.
4740
4741 * emacs-lisp/copyright.el (copyright-fix-years):
4742 Match properly if the first year is 2-digit.
4743 Don't mess up the whitespace after the years by filling.
4744
4745 * dired-aux.el (dired-mark-confirm):
4746 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4747
4748 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4749 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4750 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4751
4752 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4753 Set font-lock-comment-start-skip.
4754
4755 * font-lock.el (font-lock-comment-start-skip): New variable.
4756 (font-lock-comment-end-skip): New variable.
4757 (font-lock-fontify-syntactically-region): Use them if non-nil.
4758
4759 2005-05-15 Jay Belanger <belanger@truman.edu>
4760
4761 * calc/calc-store.el (calc-store-value): Return a string rather
4762 than display it as a message.
4763 Use calc-var-name for variable name.
4764 (calc-store-into): Add the result of calc-store-value to message.
4765 (calc-copy-variable): Add a message.
4766 (calc-store-exchange): Improve error messages.
4767 (calc-store-binary, calc-store-map): Don't reset the values of
4768 special constants.
4769
4770 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4771
4772 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4773 manual to docstring.
4774
4775 * files.el (hack-local-variables-confirm): Add STRING argument.
4776 Make the function handle non file visiting buffers correctly.
4777 (hack-local-variables-prop-line, hack-local-variables)
4778 (hack-one-local-variable): Use STRING arg of
4779 `hack-local-variables-confirm'.
4780
4781 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
4782
4783 Sync with Tramp 2.0.49.
4784
4785 * tramp.el (tramp-handle-dired-call-process)
4786 (tramp-handle-insert-directory):`insert-buffer' cannot be used
4787 because the contents of the Tramp buffer is changed before
4788 insertion (`expand-file' and alike).
4789 (tramp-handle-insert-directory): If `localname' has an empty
4790 nondirectory name, it must not be quoted.
4791 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
4792 variable `tramp-chunksize'. Change callees.
4793 (tramp-open-connection-setup-interactive-shell): Check remote host
4794 for buggy `send-process-string' implementation.
4795 Set `tramp-chunksize' if found. Reported by Michael Kifer
4796 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4797 (tramp-handle-shell-command): `insert-buffer' cannot be used
4798 because the contents of the Tramp buffer is changed before
4799 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
4800 <frederic.bothamy@free.fr>.
4801 (tramp-set-auto-save): Actions should be done for Tramp file name
4802 handler only. Ange-FTP has its own auto-save mechanism.
4803 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4804 (tramp-set-auto-save-file-modes): Set file modes of
4805 `buffer-auto-save-file-name' to ?\600 as fallback solution.
4806 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4807 (tramp-bug): Remove obsolete variable.
4808 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
4809 for presence of `mml-mode'. Make it running for older Emacsen as well.
4810
4811 2005-05-14 John Paul Wallington <jpw@pobox.com>
4812
4813 * ibuf-ext.el (define-ibuffer-filter filename):
4814 If `dired-directory' is a list, use its car.
4815
4816 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
4817
4818 * ibuffer.el (define-ibuffer-column filename):
4819 If `dired-directory' is a list, use its car.
4820
4821 2005-05-14 Richard M. Stallman <rms@gnu.org>
4822
4823 * subr.el (symbol-file): Doc fix.
4824
4825 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4826 (byte-compile-form): Call byte-compile-nogroup-warn.
4827 (byte-compile-warning-types): Doc fix.
4828
4829 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4830
4831 * progmodes/cc-engine.el (c-literal-faces):
4832 Add font-lock-comment-delimiter-face.
4833
4834 * net/net-utils.el (dig): Use with-no-warnings.
4835
4836 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4837 (sc-recite-frame-alist, sc-default-cite-frame)
4838 (sc-default-uncite-frame, sc-default-recite-frame)
4839 (sc-attrib-selection-list, sc-rewrite-header-list):
4840 Mark as risky-local-variable.
4841
4842 * international/ogonek.el (ogonek-jak, ogonek-how):
4843 Don't use beginning-of-buffer.
4844
4845 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4846
4847 * calendar/solar.el (solar-data-list): Move definition up.
4848
4849 * dnd.el (dnd-protocol-alist): Add autoload.
4850
4851 * progmodes/sh-script.el: Many doc usage fixes.
4852 (sh-indent-after-do): Change default to match common styles.
4853
4854 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
4855
4856 * files.el (interpreter-mode-alist)
4857 (auto-mode-interpreter-regexp): Doc fixes.
4858
4859 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
4860
4861 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4862
4863 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4864
4865 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4866
4867 * dired.el (dired-mode): make-variable-buffer-local =>
4868 make-local-variable.
4869
4870 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4871
4872 * term/mac-win.el (mac-select-convert-to-string): Try coding
4873 systems in mac-script-code-coding-systems if specified one cannot
4874 encode string for `com.apple.traditional-mac-plain-text'.
4875
4876 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
4877
4878 * progmodes/make-mode.el (makefile-targets-face)
4879 (makefile-shell-face, makefile-makepp-perl-face): New faces.
4880 (makefile-dependency-regex): Fix it to not make the colon in
4881 $(var:a=b) special.
4882 (makefile-rule-action-regex): New regexp for highlighting embedded
4883 Shell strings.
4884 (makefile-macroassign-regex): Handle != for highlighting as
4885 embedded Shell strings.
4886 (makefile-var-use-regex): New const.
4887 (makefile-statements, makefile-automake-statements)
4888 (makefile-gmake-statements, makefile-makepp-statements)
4889 (makefile-bsdmake-statements): New consts.
4890 (makefile-make-font-lock-keywords): New function.
4891 (makefile-automake-font-lock-keywords)
4892 (makefile-gmake-font-lock-keywords)
4893 (makefile-makepp-font-lock-keywords)
4894 (makefile-bsdmake-font-lock-keywords): New consts.
4895 (makefile-mode-map): Add switchers between the various submodes.
4896 (makefile-mode): Document the availability of the variants.
4897 (makefile-automake-mode, makefile-gmake-mode)
4898 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4899
4900 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4901 new variants of makefile-mode.
4902
4903 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4904
4905 * font-lock.el (font-lock-comment-delimiter-face): Fix up
4906 the inheritance.
4907
4908 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
4909
4910 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4911 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4912
4913 * files.el (normal-mode): Extend the scope of the
4914 `enable-local-variables' binding to include the `set-auto-mode' call.
4915 (magic-mode-alist): Doc fix.
4916
4917 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4920 font-lock-comment-face rather than copying its setting.
4921
4922 2005-05-12 Andreas Schwab <schwab@suse.de>
4923
4924 * eshell/esh-mode.el (eshell-send-input): Doc fix.
4925
4926 2005-05-12 Lute Kamstra <lute@gnu.org>
4927
4928 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4929 defcustom for the mode hook variable. Delete the last argument.
4930 * generic-x.el: Fix callers of define-generic-mode.
4931 (generic-x-modes): Delete group.
4932 (show-tabs-tab-face, show-tabs-space-face): Put them in the
4933 generic-x customization group.
4934
4935 2005-05-12 Kim F. Storm <storm@cua.dk>
4936
4937 * font-lock.el (font-lock-negation-char-face): Default to "off".
4938
4939 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4940 font-lock-negation-char-face to ! in !=.
4941
4942 2005-05-12 Masatake YAMATO <jet@gyve.org>
4943
4944 * add-log.el (find-change-log): Fix typos in the docstring
4945 of function.
4946
4947 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4948
4949 * international/latexenc.el (latexenc-find-file-coding-system):
4950 Avoid `re-search-forward' when looking for input encoding because
4951 of speed and safety. Better regular expressions for recognizing
4952 input encoding. Limit a search for TeX-master/tex-main-file to
4953 the local variable section.
4954
4955 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
4956
4957 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4958 syntax of $ to "'" (quote).
4959
4960 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4961
4962 * dnd.el (dnd-protocol-alist): Improve custom type.
4963
4964 * dired.el (dired-dnd-protocol-alist): New variable.
4965 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
4966 `dired-mode-hook' to the end.
4967
4968 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4969
4970 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4971 comment-end if comment-start-skip is not set.
4972 Obey the font-lock-comment-delimiter-face variables.
4973
4974 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4975
4976 * files.el (executable-find): Move from executable.el. Use locate-file.
4977 * progmodes/executable.el (executable-find): Move to files.el.
4978
4979 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4980 when trying to ensure forward progress.
4981
4982 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
4983
4984 * mouse-sel.el (mouse-sel-follow-link-p): New function.
4985 (mouse-select, mouse-select-internal, mouse-extend-internal):
4986 Use it to implement mouse-1-click-follows-link functionality.
4987
4988 2005-05-11 Richard M. Stallman <rms@gnu.org>
4989
4990 * font-lock.el (font-lock-fontify-syntactically-region):
4991 Use font-lock-comment-delimiter-face for comment delimiters.
4992
4993 2005-05-10 Jay Belanger <belanger@truman.edu>
4994
4995 * calc/calc-help.el (calc-m-prefix-help): Add mention of
4996 preserving embedded modes.
4997
4998 2005-05-10 Richard M. Stallman <rms@gnu.org>
4999
5000 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
5001
5002 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
5003 Move from ada-stmt.el.
5004 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
5005
5006 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
5007 Move to ada-mode.el.
5008 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
5009
5010 * cus-edit.el (custom-file): Call file-chase-links.
5011
5012 * files.el (read-directory-name): Fix previous change.
5013 (hack-local-variables-confirm): New function.
5014 (hack-local-variables-prop-line, hack-local-variables)
5015 (hack-one-local-variable): Use it.
5016
5017 2005-05-10 Lute Kamstra <lute@gnu.org>
5018
5019 * font-lock.el (font-lock-keywords-alist)
5020 (font-lock-removed-keywords-alist): Clarify docstrings.
5021
5022 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
5023
5024 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
5025 (gdb-source-info): Check for preprocessor info.
5026 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
5027 a macro for a function.
5028 (gdb-info-breakpoints-custom): Try to find file again if not already
5029 found (user might have used GDB dir command).
5030 (gdb-get-location): Update gdb-location-alist correctly for change
5031 to gdb-info-breakpoints-custom.
5032
5033 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
5034 (gud-tooltip-print-command): Add gdbmi case.
5035 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
5036 preprocessor info.
5037
5038 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
5039
5040 * startup.el (fancy-splash-insert): Fix typo in doc string.
5041
5042 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
5043
5044 * obsolete/float.el (string-to-float):
5045 * obsolete/hilit19.el (hilit-add-pattern):
5046 * obsolete/rnews.el (news-parse-range, news-select-message)
5047 (news-get-pruned-list-of-files): Replace `string-to-int' by
5048 `string-to-number'.
5049
5050 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
5051 `find-file-not-found-hooks'; use `add-hook'.
5052 (uncompress-while-visiting): Set `write-file-functions', not
5053 `write-file-hooks'; use `add-hook'.
5054
5055 2005-05-09 Kim F. Storm <storm@cua.dk>
5056
5057 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
5058 (cua-paste): Handle clipboard action.
5059 (cua--init-keymaps): Remap clipboard-kill-region and
5060 clipboard-kill-ring-save.
5061
5062 2005-05-08 Eli Zaretskii <eliz@gnu.org>
5063
5064 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5065 Improve commentary.
5066
5067 * simple.el (next-error-overlay-arrow-position): Revert the change
5068 made on 2005-04-30.
5069
5070 2005-05-07 Jay Belanger <belanger@truman.edu>
5071
5072 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
5073 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
5074 `calc-sel-reselect'.
5075
5076 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
5077 Calc is in embedded mode.
5078
5079 2005-05-07 Eli Zaretskii <eliz@gnu.org>
5080
5081 * progmodes/compile.el (compilation-setup):
5082 Set overlay-arrow-string to an empty string on text terminals.
5083
5084 * textmodes/ispell.el (ispell-program-name): Try looking for
5085 "aspell" along exec-path, and if found, use it as the default
5086 speller program.
5087
5088 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
5089
5090 * international/mule.el (sgml-xml-auto-coding-function):
5091 Recognize encoding='FOO' in single quotes as well as in double quotes.
5092
5093 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5094
5095 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
5096 as well as `interactive', so that defmacro* would recognize
5097 `declare' forms.
5098
5099 2005-05-07 Eli Zaretskii <eliz@gnu.org>
5100
5101 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5102 Explain more about the LIGHTER arg's usage in the doc string.
5103 Add commentary to clarify what the code does. Fix the regexp that
5104 strips whitespace from LIGHTER. Quote LIGHTER before using it,
5105 since it could have characters special to regular expressions.
5106
5107 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5108
5109 * replace.el (occur-1): Bind inhibit-read-only so that
5110 erase-buffer doesn't barf on read-only text properties (likewise
5111 for add-text-properties in occur-engine). Mark buffer as unmodified.
5112 (occur-engine): Don't set buffer-read-only here.
5113
5114 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5115
5116 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
5117 list-buffers-directory. This caused the *cvs-commit* buffer to be
5118 sometimes mistakenly reused as a *cvs* buffer.
5119
5120 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
5121
5122 * tooltip.el: Move code for GUD tooltips into gud.el.
5123 (require): CL no longer needed to compile case.
5124 (tooltip-mode): Do not toggle functions for GUD tooltips.
5125 (tooltip-gud-tips-p): Remove. Replace with minor mode
5126 gud-tooltip-mode in gud.el.
5127 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
5128 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
5129 tooltip-gud prefix with gud-tooltip and obsolete.
5130 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
5131 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
5132 (tooltip-mouse-motion): Mouse movement functions/variable.
5133 Rename in gud.el by adding gud prefix.
5134 (tooltip-gud-original-filter, tooltip-gud-dereference)
5135 (tooltip-gud-event, tooltip-toggle-gud-tips)
5136 (tooltip-gud-process-output, tooltip-gud-print-command)
5137 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
5138 gud.el by replacing tooltip-gud prefix with gud-tooltip.
5139 (gdb-tooltip-print): Move to gdb-ui.el.
5140
5141 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
5142 (require): CL needed to compile case.
5143 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
5144 tooltip-gud-tips-p. Make it a minor-mode.
5145 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
5146 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
5147 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
5148 (gud-tooltip-change-major-mode)
5149 (gud-tooltip-activate-mouse-motions-if-enabled)
5150 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
5151 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
5152 (gud-tooltip-original-filter, gud-tooltip-dereference)
5153 (gud-tooltip-event, tooltip-toggle-gud-tips)
5154 (gud-tooltip-process-output, gud-tooltip-print-command)
5155 (gud-tooltip-tips): Move from tooltip.el.
5156
5157 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
5158 (gdb-cpp-define-alist-flags): Doc fix.
5159 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
5160 gud-tooltip-mode is t.
5161
5162 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5163
5164 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
5165 evaporate if their text is deleted.
5166 (goto-address-at-point): Make it work as a mouse binding as well.
5167 (goto-address-at-mouse): Obsolete it. Update users.
5168
5169 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
5170
5171 * calendar/appt.el (top-level): No longer activate on load.
5172
5173 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
5174
5175 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5176 * net/webjump.el (webjump):
5177 * progmodes/idlw-help.el (idlwave-do-context-help1)
5178 (idlwave-highlight-linked-completions):
5179 * textmodes/po.el (po-find-file-coding-system-guts):
5180 Replace `assoc-ignore-case' by `assoc-string'.
5181
5182 2005-05-06 Eli Zaretskii <eliz@gnu.org>
5183
5184 * files.el (locate-file): Doc fix.
5185
5186 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
5187 Remove the redundant test for ms-dos.
5188
5189 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
5190 look for the preprocessor with exec-suffixes. If not found in
5191 standard places, look in exec-path. Remove most of the tests that
5192 used system-type.
5193
5194 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
5195
5196 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
5197
5198 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
5199 file-name clash with jka-compr.el on 8+3 filesystems.
5200
5201 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5202
5203 * term/mac-win.el: Don't define or bind scroll bar functions if
5204 x-toolkit-scroll-bars is t.
5205 (x-select-text, x-get-selection-value):
5206 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
5207 (PRIMARY): Put mac-scrap-name property.
5208 (mac-select-convert-to-file-url): New function.
5209 (public.file-url): New selection target type. Add to
5210 selection-converter-alist.
5211 (x-get-selection, x-selection-value): Handle it.
5212 (x-cut-buffer-or-selection-value): New alias.
5213
5214 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5215
5216 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
5217 entry to avoid calling bibtex-find-entry with arg global
5218 being t. Remove arg key.
5219 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
5220 (bibtex-copy-summary-as-kill): Change accordingly.
5221
5222 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5223
5224 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
5225 (org-agenda-date-later): Use with-current-buffer.
5226
5227 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5228
5229 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
5230 (define-obsolete-variable-alias): Doc Fixes.
5231
5232 2005-05-06 Kim F. Storm <storm@cua.dk>
5233
5234 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
5235 vertical-motion when selective-display is active.
5236
5237 * ido.el (ido-setup-hook): New hook.
5238 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
5239 (ido-input-stack): New var.
5240 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
5241 ido-next-work-file binding to M-O.
5242 Bind M-f to ido-wide-find-file-or-pop-dir.
5243 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
5244 (ido-read-internal): Run ido-setup-hook.
5245 Catch quit in read-file-name and read-string to cancel edit.
5246 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
5247 Automatically pop-all when completing a directory name (RET).
5248 (ido-file-internal): Add with-no-warnings around ffap and dired code.
5249 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
5250 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
5251 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
5252 New functions for M-b/M-f to move among the directory components.
5253 (ido-make-merged-file-list): Catch quit to cancel merge.
5254 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
5255 (ido-completion-help): No warnings for ido-completion-buffer-full.
5256
5257 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
5258
5259 * font-lock.el (font-lock-negation-char-face): New face and variable.
5260 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
5261 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
5262 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
5263 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
5264
5265 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
5266
5267 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
5268 Fix typo in docstring.
5269
5270 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
5271 (ebrowse-print-statistics-line)
5272 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
5273
5274 * term/w32-win.el (image-library-alist): Add additional name for
5275 Xpm library.
5276
5277 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
5278
5279 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
5280 use gcc instead of cpp.
5281
5282 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
5283 (gdb-create-define-alist): Use it.
5284 (gdb-cpp-define-alist-program): Update for MS-DOS.
5285
5286 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
5287
5288 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
5289
5290 2005-05-04 Richard M. Stallman <rms@gnu.org>
5291
5292 * help.el (describe-key): No error when UNTRANSLATED is nil.
5293
5294 * simple.el (line-move-1): Fix previous change to signal errors
5295 appropriately.
5296
5297 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
5298
5299 * calendar/icalendar.el (icalendar-version): Now at 0.12.
5300 (icalendar-duration-correction): Remove.
5301 (icalendar--get-event-properties): Split result at commas.
5302 (icalendar--decode-isoduration): New optional argument
5303 DURATION-CORRECTION.
5304 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
5305 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
5306 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
5307 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
5308 (icalendar--convert-anniversary-to-ical): New functions, extracted
5309 from icalendar-export-region, with bug fixes.
5310 (icalendar-export-region): Use the above functions.
5311 (icalendar-import-buffer): Check before saving diary file.
5312 (icalendar--convert-recurring-to-diary)
5313 (icalendar--convert-non-recurring-all-day-to-diary)
5314 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
5315 extracted from icalendar--convert-ical-to-diary, with bug fixes.
5316 (icalendar--convert-ical-to-diary): Use the above functions.
5317
5318 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
5319
5320 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
5321 Remove these recent additions.
5322 (c-mode): Restore to before 2005-04-28.
5323
5324 * progmodes/cc-vars.el (cc-define-list-program): Remove this
5325 recent addition.
5326
5327 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
5328 (gdb-define-alist): New variables.
5329 (gdb-create-define-alist): New function.
5330 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
5331 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
5332 with string-to-number.
5333 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
5334
5335 * progmodes/gud.el: Replace string-to-int with string-to-number.
5336 (gud-find-file): Handle gdb-define-alist.
5337
5338 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
5339
5340 2005-05-02 Jay Belanger <belanger@truman.edu>
5341
5342 * calc/calc-aent.el (math-read-token):
5343 * calc/calc-bin.el (calc-word-size):
5344 * calc/calc-ext.el (calc-read-number-fancy):
5345 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
5346 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
5347 * calc/calc-frac.el (calc-over-notation):
5348 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
5349 (calc-graph-num-points, calc-graph-init):
5350 * calc/calc-prog.el (calc-read-parse-table-part)
5351 (calc-edit-macro-repeats):
5352 * calc/calc-yank.el (calc-do-grab-rectangle):
5353 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
5354 Replace `string-to-int' by `string-to-number'.
5355
5356 2005-05-02 Kim F. Storm <storm@cua.dk>
5357
5358 * kmacro.el: Use executing-kbd-macro-index variable.
5359
5360 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
5361
5362 * net/rlogin.el (rlogin-parse-words): Delete func.
5363 (rlogin): Use split-string, not rlogin-parse-words.
5364 Also, if there are option-like elements in the parsed args,
5365 take the host to be the first arg immediately following them.
5366 Suggested by Michael Mauger.
5367
5368 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5369
5370 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
5371
5372 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5373
5374 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
5375 (cc-mode-cpp-program): Rename to cc-define-list-program and
5376 move to cc-vars.el.
5377
5378 * progmodes/cc-vars.el (cc-define-list-program):
5379 Change to "gcc -E -dM -". Make customizable.
5380
5381 2005-05-02 Kim F. Storm <storm@cua.dk>
5382
5383 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
5384
5385 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5386
5387 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
5388
5389 * international/mule-util.el (truncate-string): Remove alias and
5390 obsolete declaration.
5391
5392 * international/mule-cmds.el (update-iso-coding-systems):
5393 Remove alias and obsolete declaration.
5394
5395 * international/mule.el (coding-system-parent): Remove alias and
5396 obsolete declaration.
5397
5398 * subr.el (define-function, sref): Remove aliases and obsolete
5399 declarations.
5400 (chars-in-region): Remove obsolete declaration.
5401
5402 2005-05-01 Richard M. Stallman <rms@gnu.org>
5403
5404 * info.el (Info-mode): Set widen-automatically to nil, locally.
5405
5406 * simple.el (widen-automatically): New variable.
5407 (pop-global-mark): Obey widen-automatically.
5408
5409 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5410
5411 * term/xterm.el (function-key-map): Call substitute-key-definition
5412 before the keymap size is increased by a lot of define-key calls.
5413
5414 2005-05-01 Richard M. Stallman <rms@gnu.org>
5415
5416 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
5417 Rename ARG to ELEMENT. Doc fix.
5418
5419 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5420
5421 * allout.el (allout-exposure): Remove macro and obsolete declaration.
5422 Remove references to allout-exposure/change to allout-new-exposure.
5423
5424 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
5425 bytecode symbols.
5426
5427 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
5428 (compiled-function-p, focus-frame, unfocus-frame):
5429 Remove aliases and obsolete declarations.
5430 Back out inadvertent changes from previous commit.
5431
5432 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5433
5434 * files.el (require-final-newline): Make Custom tags consistent
5435 with mode-require-final-newline.
5436 (mode-require-final-newline): Doc fix.
5437
5438 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * international/latexenc.el (latexenc-find-file-coding-system):
5441 Fix regular expressions.
5442
5443 2005-05-01 David Kastrup <dak@gnu.org>
5444
5445 * international/latexenc.el (latexenc-find-file-coding-system):
5446 Fix regular expressions.
5447
5448 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5449
5450 * subr.el (string-to-int): Make obsolete.
5451
5452 2005-04-30 Richard M. Stallman <rms@gnu.org>
5453
5454 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
5455
5456 * loadup.el: load jka-comp-hook.
5457
5458 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
5459 (jka-compr-handler): Add autoload. `put' calls moved
5460 to jka-comp-hook.el.
5461 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
5462 (jka-compr-inhibit): Autoload.
5463
5464 * jka-comp-hook.el: New file.
5465 Enable the mode by default.
5466
5467 * files.el (backup-buffer-copy): Use copy-file instead
5468 of write-region, and put back the 'excl.
5469
5470 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
5471
5472 * progmodes/flymake.el (flymake-split-string)
5473 (flymake-split-string, flymake-log, flymake-pid-to-names)
5474 (flymake-reg-names, flymake-get-source-buffer-name)
5475 (flymake-unreg-names, flymake-add-line-err-info)
5476 (flymake-add-err-info): Clarify docstrings.
5477 (flymake-popup-menu, flymake-make-emacs-menu)
5478 (flymake-make-xemacs-menu): Add docstrings.
5479 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
5480 Set variables directly throughout.
5481
5482 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
5483
5484 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
5485 exists. Initialize cc-define-alist.
5486 (c-mode): Add cc-create-define-alist locally to after-save-hook.
5487 If there is no file (Macroexpansion) don't create an alist.
5488
5489 2005-04-29 Sam Steingold <sds@gnu.org>
5490
5491 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
5492 (cc-create-define-alist): Use it instead of the hard-coded string.
5493
5494 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * international/mule-conf.el (file-coding-system-alist): Fix regexp
5497 for latexenc.
5498
5499 2005-04-29 Lute Kamstra <lute@gnu.org>
5500
5501 * emacs-lisp/generic.el: Improve commentary section.
5502 (define-generic-mode): Improve docstring.
5503
5504 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
5505
5506 * textmodes/org.el (many places): Change to quiet the byte compiler.
5507 (org-prefix-format-compiled): New variable.
5508 (org-compile-prefix-format): New function.
5509 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
5510 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
5511 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
5512 (org-get-entries-from-diary): Use `org-get-time-of-day' for
5513 consistency with entries from `org-mode' files.
5514 (org-get-time-of-day): Fix bug with partial matches early in a line.
5515 (org-non-link-chars): New constant.
5516 (org-link-regexp): Respect `org-non-link-chars'.
5517 (org-agenda-day-view): Remove command.
5518 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
5519 (org-follow-bbdb-link, org-store-link): Search also company field.
5520 (org-highlight-overlay): New variable.
5521 (org-highlight, org-unhighlight): New functions.
5522 (org-agenda-mode): Add pre-command-hook to remove highlight.
5523 (org-evaluate-time-range): Behavior depends upon whether time stamp
5524 contains a time or not.
5525 (org-show-subtree, org-show-entry): New functions.
5526 (org-agenda-cleanup-fancy-diary): Remove empty lines.
5527
5528 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
5529
5530 * comint.el (comint-output-filter-functions): Add autoload cookie.
5531
5532 2005-04-28 Kim F. Storm <storm@cua.dk>
5533
5534 * ido.el (ido-everywhere): Fix last change.
5535
5536 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5537
5538 * international/latexenc.el: New file.
5539 * international/mule-conf.el (file-coding-system-alist): For .tex,
5540 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
5541
5542 2005-04-28 Lute Kamstra <lute@gnu.org>
5543
5544 * font-lock.el (font-lock-add-keywords)
5545 (font-lock-remove-keywords): Clarify docstring.
5546 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
5547 Don't start docstrings with a `*'.
5548 (font-lock-update-removed-keyword-alist): Give it a docstring.
5549
5550 * generic-x.el: Update commentary section.
5551 Only require font-lock when compiling.
5552 Define all modes conditionally.
5553 Place all generic modes in the generic-x-modes customization group.
5554 (generic-x-modes): New customization group.
5555 (generic-default-modes, generic-mswindows-modes)
5556 (generic-unix-modes, generic-other-modes): New constants.
5557 (generic-define-mswindows-modes, generic-define-unix-modes):
5558 Update docstrings. Make them obsolete.
5559 (generic-extras-enable-list): New default value. Update docstring.
5560 Improve :type. Change :set function.
5561 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
5562 Fix docstring.
5563
5564 * emacs-lisp/generic.el (generic-mode-internal):
5565 Simplify font-lock-defaults.
5566 (define-generic-mode): Fix docstring.
5567
5568 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5569
5570 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
5571 font-lock-face property to highlight matches.
5572
5573 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
5574
5575 * progmodes/cc-mode.el (cc-create-define-alist): New function.
5576 (cc-define-alist): New variable.
5577 (c-mode): Make it local and initialize it.
5578
5579 * progmodes/gdb-ui.el (gdb-active-process): New variable.
5580 (gdb-exited): New function.
5581 (gdb-annotation-rules): Use it.
5582 (gdb-starting): Set gdb-active-process to t.
5583 (gdb-stopping): Amend doc string.
5584 (gdb-reset): Set gdb-active-process to nil.
5585
5586 * tooltip.el (tooltip-gud-tips): Show the associated #define
5587 directives when a C program under GDB is not executing.
5588
5589 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
5592 font-lock-fontify-syntactic-keywords.
5593
5594 * font-lock.el (font-lock-default-fontify-region): Don't force
5595 parse-sexp-lookup-properties to nil.
5596
5597 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5598
5599 * man.el (man-mode-syntax-table): Set up `:' to have
5600 word-constituent syntax.
5601
5602 2005-04-27 Lute Kamstra <lute@gnu.org>
5603
5604 * novice.el (disable-command): Don't add spurious newlines to the
5605 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
5606
5607 2005-04-26 Jay Belanger <belanger@truman.edu>
5608
5609 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
5610 than one window before deleting window.
5611
5612 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
5613
5614 * shell.el (shell-prompt-pattern): Doc fix.
5615 (shell-mode): Set paragraph-separate buffer locally to "\\'".
5616
5617 * comint.el (comint-prompt-regexp, comint-get-old-input)
5618 (comint-use-prompt-regexp)
5619 (comint-use-prompt-regexp-instead-of-fields)
5620 (comint-replace-by-expanded-history, comint-send-input)
5621 (comint-output-filter, comint-get-old-input-default)
5622 (comint-line-beginning-position, comint-bol, comint-show-output)
5623 (comint-backward-matching-input, comint-forward-matching-input)
5624 (comint-next-prompt, comint-previous-prompt):
5625 Rename `comint-use-prompt-regexp-instead-of-fields' to
5626 `comint-use-prompt-regexp'. Keep old name as alias and declare
5627 obsolete.
5628 (comint-use-prompt-regexp): Shorten first line of doc string.
5629
5630 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
5631 Set paragraph-separate buffer locally to "\\'".
5632
5633 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
5634 Adapt to above name change.
5635
5636 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5637 (smbclient-prompt-regexp): Ditto.
5638
5639 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
5640
5641 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
5642
5643 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
5644 gdb-location-list.
5645 Break lines that are over 80 characters wide.
5646
5647 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5648
5649 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
5650 New fun and var, to preserve compatibility.
5651
5652 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
5653
5654 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
5655
5656 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
5657 name to file-newer-than-file-p.
5658
5659 2005-04-26 Richard M. Stallman <rms@gnu.org>
5660
5661 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5662
5663 * progmodes/python.el (python-mode):
5664 Use new name eldoc-documentation-function.
5665
5666 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5667
5668 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5669 (eldoc-documentation-function):
5670 Rename from eldoc-print-current-symbol-info-function. Calls changed.
5671
5672 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
5673
5674 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5675
5676 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5677
5678 * term/xterm.el (function-key-map): Fix strings for
5679 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
5680 {C,S,A,C-S}-{f1-f12}.
5681
5682 2005-04-26 Kenichi Handa <handa@m17n.org>
5683
5684 * international/mule-cmds.el (select-safe-coding-system):
5685 Fix previous change.
5686
5687 2005-04-26 Lute Kamstra <lute@gnu.org>
5688
5689 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5690
5691 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5692 (font-lock-comment-delimiter-face): Ditto.
5693
5694 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5695
5696 2005-04-25 Jay Belanger <belanger@truman.edu>
5697
5698 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5699 to t while inserting information; use help-mode.
5700
5701 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5702
5703 * term.el (ansi-term-color-vector): Use the xterm colors.
5704 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
5705
5706 2005-04-25 Lute Kamstra <lute@gnu.org>
5707
5708 * font-core.el (font-lock-defaults): Fix docstring.
5709
5710 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5711
5712 2005-04-25 Kenichi Handa <handa@m17n.org>
5713
5714 * international/mule-cmds.el (select-safe-coding-system):
5715 Don't check consistency with coding: spec, etc if raw-text or
5716 no-conversion was found to be safe.
5717
5718 2005-04-24 Richard M. Stallman <rms@gnu.org>
5719
5720 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5721 citation markers at start of each line.
5722
5723 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5724 citation markers at start of each line.
5725
5726 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5727
5728 * files.el (mode-require-final-newline): Fix previous change.
5729 (require-final-newline): Fix type label.
5730
5731 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5732
5733 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5734 statement in buffer (broken by 2004-11-24 change).
5735
5736 2005-04-24 Kim F. Storm <storm@cua.dk>
5737
5738 * ido.el (ido-everywhere): Save and restore old read-buffer-function
5739 and read-file-name-function values. Don't overwrite existing
5740 non-nil values if ido-mode is enabled without ido-everywhere.
5741
5742 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
5743
5744 * files.el (mode-require-final-newline): Minor doc fix.
5745
5746 2005-04-24 Eli Zaretskii <eliz@gnu.org>
5747
5748 * subr.el (syntax-after): Doc fix.
5749 (syntax-class): If argument is nil, return nil. Mask off upper 16
5750 bits, not 8 bits.
5751
5752 * files.el (mode-require-final-newline): Doc fix.
5753 (backup-buffer-copy): Fix last change.
5754
5755 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5756
5757 * term/mac-win.el: Require select. Set selection-coding-system to
5758 mac-system-coding-system. Call menu-bar-enable-clipboard.
5759 (x-last-selected-text-clipboard, x-last-selected-text-primary)
5760 (x-select-enable-clipboard): New variables.
5761 (x-select-text, x-get-selection, x-selection-value)
5762 (x-get-selection-value, mac-select-convert-to-string)
5763 (mac-services-open-file, mac-services-open-selection)
5764 (mac-services-insert-text): New functions.
5765 (CLIPBOARD, FIND): Put mac-scrap-name property.
5766 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5767 (public.tiff): Put mac-ostype property.
5768 (selection-converter-alist): Add entries for them.
5769 (mac-application-menu-map): New keymap.
5770 (interprogram-cut-function, interprogram-paste-function): Set to
5771 x-select-text and x-get-selection-value, respectively.
5772 (split-window-keep-point): Set to t.
5773
5774 2005-04-23 Richard M. Stallman <rms@gnu.org>
5775
5776 * files.el (read-directory-name): Always pass non-nil
5777 DEFAULT-FILENAME arg to read-file-name.
5778 (backup-buffer-copy, basic-save-buffer-2): Take care against
5779 writing thru an unexpected existing symlink.
5780 (revert-buffer): In indirect buffer, revert the base buffer.
5781 (magic-mode-alist): Doc fix.
5782 (buffer-stale-function): Doc fix.
5783 (minibuffer-with-setup-hook): Avoid warning.
5784 (mode-require-final-newline): Doc and custom fix.
5785
5786 * follow.el (follow-end-of-buffer): Use with-no-warnings.
5787
5788 * font-lock.el (font-lock-comment-face): On terminals with few colors,
5789 use the default appearance.
5790 (font-lock-comment-delimiter-face): New face, new variable.
5791
5792 * imenu.el (imenu--generic-function): The official position of a
5793 definition is the start of the line that BEG is in.
5794
5795 * midnight.el (midnight-timer): Move defvar up.
5796
5797 * mouse.el (mouse-drag-region-1): Delete some debugging code.
5798
5799 * saveplace.el (save-place-to-alist): Use with-no-warnings.
5800
5801 * startup.el (command-line): Use with-no-warnings.
5802
5803 * window.el (window-size-fixed): New defvar.
5804
5805 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5806
5807 * mail/rmail.el (rmail-font-lock-keywords):
5808 Use font-lock-comment-delimiter-face.
5809
5810 * mail/sendmail.el (mail-font-lock-keywords):
5811 Use font-lock-comment-delimiter-face.
5812
5813 * progmodes/compile.el (next-error-highlight-timer): New defvar.
5814
5815 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
5816
5817 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5818 Specify t for LAXMATCH when matching directories.
5819 Save match data around compilation-compat-error-properties form.
5820
5821 2005-04-23 David Kastrup <dak@gnu.org>
5822
5823 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5824 Mention that the autoloaded aliases should be kept for AUCTeX.
5825
5826 2005-04-23 Andreas Schwab <schwab@suse.de>
5827
5828 * isearch.el (isearch-forward): Doc fix.
5829
5830 2005-04-23 Eli Zaretskii <eliz@gnu.org>
5831
5832 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5833 (jit-lock-stealth-nice): Change default value to 0.5.
5834
5835 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
5836
5837 * abbrev.el (write-abbrev-file): Write table entries in
5838 alphabetical order by table name.
5839
5840 2005-04-22 Kim F. Storm <storm@cua.dk>
5841
5842 * ido.el (ido-read-internal): Fix `list' completion.
5843
5844 2005-04-22 Kenichi Handa <handa@m17n.org>
5845
5846 * recentf.el (recentf-save-file-coding-system): New variable.
5847 (recentf-save-list): Encode the file by
5848 recentf-save-file-coding-system and add coding: tag.
5849
5850 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5851
5852 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5853
5854 2005-04-21 Lute Kamstra <lute@gnu.org>
5855
5856 * loadhist.el (unload-feature): Don't remove a function from hooks
5857 if it is about to be restored to an autoload . Remove functions
5858 that will become unbound from auto-mode-alist. Simplify the code.
5859
5860 * subr.el (assq-delete-all): New implementation that is linear,
5861 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
5862 (rassq-delete-all): New function.
5863
5864 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5865 Add size-indication-mode.
5866
5867 2005-04-21 Kenichi Handa <handa@m17n.org>
5868
5869 * international/mule-cmds.el: Add autoload for widget-value in
5870 eval-when-compile.
5871
5872 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
5873
5874 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5875 Add tooltip-mode.
5876
5877 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5878
5879 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
5880
5881 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5882 (inferior-lisp-filter-regexp, inferior-lisp-program)
5883 (inferior-lisp-load-command, inferior-lisp-prompt)
5884 (inferior-lisp-mode-hook, lisp-source-modes)
5885 (inferior-lisp-load-hook): defvar->defcustom.
5886 (inferior-lisp-program, inferior-lisp-prompt)
5887 (inferior-lisp-load-hook): Doc fixes.
5888 (inferior-lisp-install-letter-bindings): Small change in
5889 introductory comment.
5890
5891 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5892
5893 * vc.el (vc-annotate-color-map): Change some colors so that text
5894 using them as foreground is readable on both white and black
5895 backgrounds.
5896
5897 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * international/mule-conf.el (translation-table-for-input):
5900 Remove redundant declaration.
5901
5902 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5903
5904 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5905
5906 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5907 (tooltip-toggle-gud-tips): New function.
5908
5909 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5910
5911 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5912 right angle brackets.
5913
5914 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5915
5916 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5917
5918 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5921 Remove. Update callers to use expand-file-name instead.
5922
5923 * subr.el (syntax-class): New function.
5924
5925 * simple.el (blink-matching-open): Use it.
5926
5927 * paren.el (show-paren-function): Use it to recognize parens that are
5928 also used in 2-char comment markers.
5929
5930 2005-04-19 Lute Kamstra <lute@gnu.org>
5931
5932 * loadhist.el (unload-feature): Update for new format of
5933 load-history. Simplify the code.
5934
5935 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5936
5937 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5938 (mac-add-charset-info): New function. Initialize variable
5939 mac-charset-info-alist using it.
5940 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5941 for translation.
5942 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5943 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5944 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5945 New CCL programs.
5946
5947 2005-04-19 Kim F. Storm <storm@cua.dk>
5948
5949 * simple.el (next-buffer, prev-buffer, next-error)
5950 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5951 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5952
5953 * bindings.el (next-buffer, prev-buffer, next-error)
5954 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5955 (clone-indirect-buffer-other-window): Move bindings from simple.el.
5956 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5957 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5958
5959 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5960
5961 * isearch.el (isearch-edit-string): Make the search-ring available for
5962 minibuffer history commands.
5963 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5964 the default history commands now work just as well.
5965 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5966
5967 2005-04-18 Kim F. Storm <storm@cua.dk>
5968
5969 * emulation/cua-base.el (cua--pre-command-handler): Add more
5970 elaborate check for shift modifier on non-window systems.
5971
5972 2005-04-18 Lars Hansen <larsh@math.ku.dk>
5973
5974 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5975
5976 2005-04-18 Kim F. Storm <storm@cua.dk>
5977
5978 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5979 and make it optional. Don't test tooltip-gud-echo-area here.
5980 (tooltip-gud-process-output, gdb-tooltip-print):
5981 Pass tooltip-gud-echo-area to tooltip-show.
5982 (tooltip-help-tips): Remove second optional arg to tooltip-show.
5983
5984 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5985
5986 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5987 `display-graphic-p' may not be bound yet.
5988
5989 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5990
5991 * startup.el (command-line): No longer enable Xterm Mouse mode by
5992 default in terminals compatible with xterm.
5993
5994 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5995
5996 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
5997
5998 * tooltip.el (tooltip-gud-echo-area): Rename from
5999 tooltip-use-echo-area.
6000 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
6001 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
6002 area independently of where help tooltips are displayed.
6003
6004 2005-04-17 David Kastrup <dak@gnu.org>
6005
6006 * cus-theme.el (custom-theme-write-variables): Quote variables
6007 where necessary.
6008
6009 2005-04-17 Richard M. Stallman <rms@gnu.org>
6010
6011 * simple.el (yank-excluded-properties): Add follow-link to value.
6012
6013 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
6014
6015 * startup.el (fancy-splash-max-time): Just 30 seconds.
6016 (fancy-splash-delay): Just 7.
6017 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
6018
6019 * loadhist.el (unload-feature): Update for new format of load-history.
6020 Simplify the code.
6021
6022 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
6023 (rmail-font-lock-keywords): Don't fontify the text of a citation.
6024
6025 * mail/sendmail.el (mail-font-lock-keywords):
6026 Don't fontify subject text.
6027 Don't fontify the text of a citation.
6028
6029 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
6030
6031 * comint.el (comint-output-filter): Run comint-output-filter-functions
6032 with point where the user had it.
6033
6034 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6035
6036 * international/ucs-tables.el (ucs-set-table-for-input):
6037 Disable when using unify-on-decoding.
6038
6039 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
6040
6041 * emulation/cua-base.el (cua-global-mark-face): Add special case
6042 for displays supporting a high number of colors.
6043
6044 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
6045
6046 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
6047
6048 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
6049
6050 * filesets.el (filesets-add-buffer): If user supplies a name of a
6051 non-existing fileset, create a new fileset.
6052
6053 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
6054
6055 * textmodes/org.el (org-up-heading-all): Fix bug with
6056 `outline-up-heading-all'.
6057
6058 2005-04-16 Andreas Schwab <schwab@suse.de>
6059
6060 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
6061 /etc/permissions.d/* and /etc/aliases.d/*.
6062
6063 2005-04-16 Kenichi Handa <handa@m17n.org>
6064
6065 * international/code-pages.el (cp-make-coding-system):
6066 Set `translation-table-for-input' property value to the symbol
6067 ucs-mule-to-mule-unicode, not to that value.
6068 (pt154): Escape guillemet by `\'.
6069
6070 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
6071
6072 * loadup.el: Load tooltip if x-show-tip is fboundp.
6073
6074 * startup.el (command-line): Add comment.
6075
6076 * tooltip.el (tooltip-mode): Specify correct standard value for
6077 Custom in init-value.
6078
6079 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
6080
6081 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
6082 possible.
6083
6084 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
6085
6086 * textmodes/org.el (org-agenda-date-prompt): Rename from
6087 `org-agenda-date-today'.
6088 (org-evaluate-time-range): Insert at point instead of directly
6089 after time range.
6090 (org-first-headline-recenter, org-subtree-end-visible-p)
6091 (org-optimize-window-after-visibility-change): New functions
6092 (org-agenda-post-command-hook): Don't allow point at end of line,
6093 to make sure it always hits the text properties.
6094 (org-agenda-next-date-line, org-agenda-previous-date-line):
6095 New commands.
6096 (org-set-regexps-and-options): Category may contain white space.
6097 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6098 Improve marker positions.
6099 (org-agenda-new-marker): Argument POS made optional.
6100 (org-agenda-get-timestamps): Deadlines which are done are listed
6101 in org-done-face now.
6102 (org-agenda-get-todos, org-agenda-get-timestamps)
6103 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6104 Set `undone-face' and `done-face' properties.
6105 (org-last-todo-state-is-todo): New variable.
6106 (org-todo): Set `org-last-todo-state-is-todo'.
6107 (org-agenda-todo): Change face according to
6108 `org-last-todo-state-is-todo'. And change other lines referring to
6109 the same entry.
6110 (org-calendar-goto-agenda): New command.
6111 (org-calendar-to-agenda-key): New option.
6112 (org-startup-folded): New allowed value `content'.
6113 (org-set-regexps-and-options): Accept new value `content' for
6114 `org-startup-folded'.
6115 (org-get-current-options): Handle new value `content' for
6116 `org-startup-folded'.
6117 (org-insert-todo-heading): New command.
6118 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
6119 interactively in empty file and option
6120 `org-insert-mode-line-in-empty-file' has been set.
6121 (org-agenda-todo,org-agenda-priority): Modify to use
6122 `org-agenda-change-all-lines'.
6123 (org-warning-face): Change color on dark background
6124
6125 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6126
6127 * international/mule-cmds.el (set-locale-environment): On Mac OS,
6128 use preferences AppleLocale and AppleLanguages, and variable
6129 mac-system-locale for default locale. On Mac OS Classic, use
6130 mac-system-coding-system for default coding systems.
6131
6132 * term/mac-win.el: Don't set file-name-coding-system.
6133 Decode variables system-name, emacs-build-system, user-login-name, and
6134 user-full-name by mac-system-coding-system on Mac OS Classic.
6135 (mac-system-coding-system): New variable.
6136
6137 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
6138
6139 * startup.el (command-line): Handle `xterm-mouse-mode' before
6140 reading init file.
6141
6142 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
6143
6144 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6145
6146 * progmodes/sh-script.el (sh-here-document-word): Make it a
6147 defcustom. Doc fix.
6148 (sh-add): Bash uses $(( )) for arithmetic.
6149 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
6150 (sh-maybe-here-document): Remove quotes and leading whitespace
6151 from heredoc word when closing. Indent heredoc with tabs if word
6152 starts with "-".
6153
6154 2005-04-13 Richard M. Stallman <rms@gnu.org>
6155
6156 * simple.el (undo): Fix previous change.
6157
6158 * custom.el (defface): Doc fix.
6159
6160 2005-04-13 Lute Kamstra <lute@gnu.org>
6161
6162 * Makefile.in (DONTCOMPILE): Remove list.
6163 (compile, compile-always): Don't use DONTCOMPILE.
6164 (update-authors): Load the library in which batch-update-authors
6165 is defined.
6166 * makefile.w32-in (DONTCOMPILE): Remove list.
6167 (compile, compile-always): Fix comments.
6168 (update-authors): Load the library in which batch-update-authors
6169 is defined.
6170
6171 * generic-x.el (generic-mode-ini-file-find-file-hook):
6172 Rename to ini-generic-mode-find-file-hook.
6173 Keep generic-mode-ini-file-find-file-hook as an alias.
6174 (ini-generic-mode-find-file-hook): Rename from
6175 generic-mode-ini-file-find-file-hook. Fix docstring.
6176 (ini-generic-mode): Docstring change.
6177 (bat-generic-mode-run-as-comint): Silence the byte compiler.
6178
6179 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
6180 called from lisp.
6181
6182 * generic.el: Move to the emacs-lisp subdir.
6183
6184 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
6185
6186 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
6187 and C-S- function and cursor motion keys.
6188
6189 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6190
6191 * startup.el (command-line): Enable Xterm Mouse mode by default.
6192 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
6193 for Custom. No longer show "Mouse" in mode line when enabled.
6194 Doc fix.
6195
6196 2005-04-12 Kim F. Storm <storm@cua.dk>
6197
6198 * emulation/cua-base.el (cua-rectangle-face)
6199 (cua-rectangle-noselect-face): Define face attributes here.
6200
6201 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
6202
6203 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6204
6205 * startup.el (command-line): Turn off blinking cursor if
6206 cursorBlink in resources is off or false.
6207
6208 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6209
6210 * term/mac-win.el (dnd): Require dnd.
6211 (mac-drag-n-drop): Call dnd-handle-one-url.
6212 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
6213 (kTextEncodingISOLatin2): Remove constants.
6214 (mac-script-code-coding-systems): New constant.
6215 (mac-handle-language-change): New function.
6216 (special-event-map): Bind it to `language-change' event.
6217 (mac-centraleurroman, mac-cyrillic): New coding systems.
6218 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
6219 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
6220 and mac-cyrillic-encoder to encode-mac-centraleurroman and
6221 encode-mac-cyrillic, respectively.
6222
6223 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6224
6225 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
6226 Don't set overlay-arrow-string to "=>" as this is done
6227 globally in C now.
6228
6229 2005-04-12 Lute Kamstra <lute@gnu.org>
6230
6231 * generic-x.el (rc-generic-mode, rul-generic-mode):
6232 Fix auto-mode-alist entries.
6233 (etc-fstab-generic-mode): Tweak fontification.
6234
6235 * generic.el (generic-make-keywords-list): Fix docstring.
6236 (generic-mode-internal): Simplify generic-font-lock-keywords.
6237
6238 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6239
6240 * whitespace.el (whitespace-buffer-leading)
6241 (whitespace-buffer-trailing): Revert the incorrect test inversion.
6242 However, fix the highlight area for the leading and
6243 trailing whitespaces to show space.
6244
6245 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6246
6247 * whitespace.el (whitespace-version): Bump to 3.5
6248
6249 (whitespace-buffer-leading, whitespace-buffer-trailing):
6250 Invert sense of the test to highlight the whitespace.
6251
6252 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6253
6254 * progmodes/gud.el (gud-display-line): GUD uses its own
6255 overlay arrow now so don't set overlay-arrow-string.
6256 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
6257
6258 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
6259
6260 * term.el (term-ansi-current-bold, term-ansi-current-underline)
6261 (term-ansi-current-reverse, term-ansi-current-invisible)
6262 (term-ansi-face-already-done): Change to boolean.
6263 (term-reset-terminal, term-handle-colors-array): Handle the above
6264 vars accordingly.
6265 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
6266 (term-emulate-terminal): Use the new name.
6267
6268 * faces.el (secondary-selection): Use yellow1, not yellow.
6269 (trailing-whitespace): Use red1, not red.
6270
6271 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6272
6273 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
6274 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
6275 (dired-dnd-handle-file): Call dnd-get-local-file-uri
6276
6277 * cus-edit.el (dnd): New group.
6278
6279 * term/w32-win.el (dnd): Require dnd
6280 (w32-drag-n-drop): Call dnd-handle-one-url.
6281
6282 * x-dnd.el: Require dnd.
6283 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
6284 Call dnd-handle-one-url.
6285 (x-dnd-types-alist, x-dnd-insert-utf8-text)
6286 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
6287 to dnd-insert-text.
6288 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
6289 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
6290 (x-dnd-get-local-file-name, x-dnd-open-local-file)
6291 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
6292
6293 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
6294
6295 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6296
6297 * wdired.el: Doc fixes.
6298 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
6299 (wdired-use-dired-vertical-movement): Rename from
6300 wdired-always-move-to-filename-beginning.
6301 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
6302 (wdired-change-to-wdired-mode): Change mode name.
6303 (wdired-newline): Delete.
6304
6305 2005-04-11 Richard M. Stallman <rms@gnu.org>
6306
6307 * whitespace.el (whitespace-highlight-the-space):
6308 Don't call whitespace-unhighlight-the-space here.
6309
6310 * simple.el (undo): Record t in undo-equiv-table
6311 for the redo record made by an undo-in-region.
6312
6313 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6314
6315 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
6316 (gdb-frame-inferior-io-buffer): New Functions to control
6317 display of separate IO buffer.
6318 (menu): Add them to menu-bar.
6319 (gdb-display-buffer): Check for buffer another frame.
6320 Protect GUD buffer.
6321 (gdb-setup-windows): Create IO buffer if not already there.
6322 (gdb-memory-mode): Remove purecopy noops.
6323
6324 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6325
6326 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
6327 and pass to self-insert-command.
6328
6329 2005-04-11 Lute Kamstra <lute@gnu.org>
6330
6331 * generic.el: Commentary section cleanup.
6332 (generic): Delete.
6333 (generic-use-find-file-hook, generic-lines-to-scan)
6334 (generic-find-file-regexp, generic-ignore-files-regexp)
6335 (default-generic-mode, generic-mode-find-file-hook)
6336 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
6337 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
6338 (generic-use-find-file-hook, generic-lines-to-scan)
6339 (generic-find-file-regexp, generic-ignore-files-regexp)
6340 (default-generic-mode, generic-mode-find-file-hook)
6341 (generic-mode-ini-file-find-file-hook): Move from generic.el.
6342
6343 2005-04-10 Karl Fogel <kfogel@red-bean.com>
6344
6345 * bookmark.el (bookmark-write-file): Catch errors writing file.
6346 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
6347
6348 2005-04-10 Richard M. Stallman <rms@gnu.org>
6349
6350 * startup.el (fancy-splash-tail): Update copyright year.
6351 (command-line): Split part of -Q into -D.
6352 (emacs-basic-display): New defvar.
6353 (fancy-splash-text): Correct name of menu item.
6354
6355 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
6356
6357 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
6358 lines in one node.
6359
6360 * comint.el (comint-send-input): New arg ARTIFICIAL.
6361 Callers in this file changed.
6362
6363 * abbrev.el (define-abbrevs): Read system abbrevs properly.
6364
6365 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
6366
6367 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
6368
6369 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
6370 `ldap-search-internal'.
6371
6372 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6373
6374 * files.el (set-auto-mode-1): Use line-end-position.
6375
6376 * international/latin-1.el:
6377 * international/latin-2.el:
6378 * international/latin-3.el:
6379 * international/latin-4.el:
6380 * international/latin-5.el:
6381 * international/latin-8.el:
6382 * international/latin-9.el: Give punctuation syntax to NBSP.
6383
6384 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
6385 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
6386 Use char-classes to accept non-ascii letters, accepted in some recent
6387 bibtex implementations.
6388
6389 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6390
6391 * custom.el (custom-set-minor-mode): Any non-nil value for the
6392 variable should enable the mode when set through Custom.
6393
6394 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6395
6396 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
6397 TAB binding so tab-always-indent is obeyed.
6398 (vhdl-minibuffer-local-map): Move initialization into declaration.
6399 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
6400 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
6401 (vhdl-hooked-abbrev): Avoid test for XEmacs.
6402 (vhdl-current-line): Use line-beginning-position.
6403 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
6404 with-output-to-temp-buffer, so the current position can be recorded.
6405
6406 2005-04-10 Masatake YAMATO <jet@gyve.org>
6407
6408 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6409 Add regexp for gcov.
6410
6411 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6412
6413 * calendar/time-date.el (time-to-seconds, seconds-to-time)
6414 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
6415 syntax which Emacs 20 doesn't support.
6416
6417 2005-04-09 Richard M. Stallman <rms@gnu.org>
6418
6419 * help.el (describe-key-briefly, describe-key):
6420 Replace strings as event types with "(any string)".
6421
6422 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6423
6424 * arc-mode.el (archive-mode-map): Move initialization into
6425 the declaration. Override *all* bindings of `undo'.
6426 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
6427
6428 2005-04-09 Jay Belanger <belanger@truman.edu>
6429
6430 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
6431
6432 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6433
6434 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
6435 (xterm-register-default-colors): Update color values computation
6436 to match xterm-200.
6437
6438 2005-04-09 Kenichi Handa <handa@m17n.org>
6439
6440 * international/code-pages.el (iso-latin-7): Fix the map.
6441
6442 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
6443
6444 * emacs-lisp/lisp.el (defun-prompt-regexp)
6445 (parens-require-spaces, buffer-end, end-of-defun)
6446 (insert-parentheses): Doc fixes.
6447
6448 2005-04-08 Kim F. Storm <storm@cua.dk>
6449
6450 * comint.el (comint-highlight-prompt): Fix face spec.
6451 * hi-lock.el (hi-green): Likewise.
6452
6453 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6454
6455 * cus-edit.el (custom-modified-face):
6456 * comint.el (comint-highlight-input): Fix previous changes.
6457 * term.el (term-handle-ansi-escape): Add a comment.
6458
6459 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6460
6461 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
6462 in the buffer and in whitespace-highlighted-space.
6463 (whitespace-unhighlight-the-space): Simplify.
6464 (whitespace-buffer): Simplify.
6465
6466 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6467
6468 * textmodes/table.el (table-cell-face): Add special case for
6469 displays supporting a high number of colors.
6470 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6471 (vhdl-font-lock-reserved-words-face)
6472 (vhdl-speedbar-architecture-face)
6473 (vhdl-speedbar-instantiation-face)
6474 (vhdl-speedbar-architecture-selected-face)
6475 (vhdl-speedbar-instantiation-selected-face): Likewise.
6476 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
6477 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
6478 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6479 (ebrowse-root-class-face, ebrowse-member-attribute-face)
6480 (ebrowse-progress-face): Likewise.
6481 * progmodes/compile.el (compilation-info-face): Likewise.
6482 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
6483 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
6484 * calendar/calendar.el (diary-face): Likewise.
6485 * woman.el (woman-italic-face, woman-bold-face)
6486 (woman-unknown-face): Likewise.
6487 * wid-edit.el (widget-button-pressed-face): Likewise.
6488 * whitespace.el (whitespace-highlight-face): Likewise.
6489 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
6490 * pcvs-info.el (cvs-marked-face): Likewise.
6491 * info.el (info-xref): Likewise.
6492 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
6493 * hilit-chg.el (highlight-changes-face)
6494 (highlight-changes-delete-face): Likewise.
6495 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
6496 (hi-red-b): Likewise.
6497 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
6498 * font-lock.el (font-lock-keyword-face)
6499 (font-lock-function-name-face, font-lock-warning-face): Likewise.
6500 * cus-edit.el (custom-invalid-face, custom-modified-face)
6501 (custom-set-face, custom-changed-face, custom-variable-tag-face)
6502 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
6503 * comint.el (comint-highlight-prompt): Likewise.
6504
6505 2005-04-08 Lute Kamstra <lute@gnu.org>
6506
6507 * font-lock.el (font-lock-keywords): Docstring fixes.
6508
6509 2005-04-08 Kenichi Handa <handa@m17n.org>
6510
6511 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
6512 chars are more than a limit, print " and more..." at the tail.
6513
6514 2005-04-08 Kim F. Storm <storm@cua.dk>
6515
6516 * emacs-lisp/authors.el (authors-aliases): Update list.
6517 (authors-ignored-files): New list.
6518 (authors-fixed-entries): Fix typo.
6519 (authors-renamed-files-alist): Update list.
6520 (authors-add): Check authors-ignored-files.
6521
6522 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
6523
6524 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
6525 optional, to ensure backward compatibility.
6526
6527 2005-04-08 Stephen Eglen <stephen@gnu.org>
6528
6529 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
6530
6531 2005-04-08 Kim F. Storm <storm@cua.dk>
6532
6533 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
6534
6535 * mouse.el (mouse-on-link-p): Doc fix.
6536
6537 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
6538
6539 * ielm.el (ielm-prompt-read-only): Doc fix.
6540
6541 * comint.el (comint-prompt-read-only): Doc fix.
6542
6543 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
6544
6545 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
6546 ensure dired always handles wildcards passed to ffap.
6547 (find-file-at-point): Use it.
6548 (ffap-dired-wildcards): Doc fix.
6549
6550 2005-04-07 Juri Linkov <juri@jurta.org>
6551
6552 * simple.el (next-error-overlay-arrow-position): New defvar.
6553 Put "=>" on its property `overlay-arrow-string'. Add it to
6554 `overlay-arrow-variable-list'.
6555
6556 * progmodes/compile.el (compilation-setup):
6557 Set `next-error-overlay-arrow-position' to nil. Also set it to
6558 nil in the local hook `kill-buffer-hook'. Make local variable
6559 `overlay-arrow-string' and set it to "=>".
6560 (compilation-goto-locus): Set BOL position to
6561 `next-error-overlay-arrow-position' instead of
6562 `overlay-arrow-position'.
6563
6564 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
6565 locally instead of adding it to the global hook.
6566 (Info-kill-buffer): Move up.
6567
6568 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
6569
6570 * term/xterm.el (xterm-standard-colors): Update color values from
6571 xterm-200.
6572
6573 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
6576
6577 * fast-lock.el:
6578 * lazy-lock.el: Move them to the obsolete subdir.
6579
6580 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6581
6582 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
6583 (wdired-add-replace-advice): Remove.
6584 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
6585
6586 2005-04-06 Kim F. Storm <storm@cua.dk>
6587
6588 * startup.el (command-line): Add --bare-bones alias for -Q.
6589
6590 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6591
6592 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
6593 create the startup fontset if a font specification ends with
6594 `mac-roman'.
6595
6596 2005-04-06 Lute Kamstra <lute@gnu.org>
6597
6598 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
6599 change.
6600
6601 * emacs-lisp/copyright.el (copyright-update-year): Replace the
6602 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
6603
6604 2005-04-05 Lute Kamstra <lute@gnu.org>
6605
6606 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
6607 (define-generic-mode): Ditto. Fix debug declaration.
6608
6609 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6610 Put them in the generic-x group.
6611
6612 * calendar/timeclock.el (timeclock): Doc fix.
6613
6614 * generic.el (define-generic-mode): Don't use custom-current-group.
6615 Document default :group value.
6616 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
6617 (define-global-minor-mode): Don't use custom-current-group.
6618
6619 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
6620
6621 * startup.el (command-line-1): Display startup-echo-area-message
6622 when fancy splash screen is in use.
6623
6624 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
6625 (sh-escaped-newline): New face.
6626 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
6627 newline, and use sh-escaped-newline face.
6628
6629 * progmodes/tcl.el (tcl-escaped-newline): New face.
6630 (tcl-builtin-list): New variable.
6631 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
6632 newlines. Fix keywords subexpression number.
6633
6634 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
6635
6636 * textmodes/org.el (org-diary-default-entry): Fix call to
6637 `add-to-diary-entry'.
6638
6639 2005-04-05 Kim F. Storm <storm@cua.dk>
6640
6641 * ediff-init.el: Use (featurep 'xemacs).
6642
6643 2005-04-05 David Ponce <david@dponce.com>
6644
6645 * cus-edit.el (face): Derive from symbol widget. Display sample
6646 of the current face on the fly.
6647 (widget-face-sample-face-get, widget-face-notify): New functions.
6648 (widget-face-value-create): Remove.
6649
6650 * wid-edit.el (widget-field-end): Temporarily remove field
6651 narrowing before to call `get-char-property'.
6652
6653 2005-04-04 Jay Belanger <belanger@truman.edu>
6654
6655 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
6656 (math-read-subscripts): New variable.
6657 (math-read-preprocess-string): Process subscripts.
6658
6659 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6660
6661 * comint.el (comint-prompt-read-only): Doc fix.
6662
6663 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6664 `-1'. Doc fix.
6665
6666 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
6667
6668 * textmodes/org.el (org-insert-mode-line-in-empty-file):
6669 Change default value to nil.
6670
6671 2005-04-04 Lute Kamstra <lute@gnu.org>
6672
6673 * autorevert.el (auto-revert-mode): Specify :group.
6674 * battery.el (display-battery-mode): Specify :group.
6675 * diff-mode.el (diff-minor-mode): Specify :group.
6676 * font-core.el (font-lock-mode): Specify :group.
6677 * hl-line.el (hl-line-mode): Specify :group.
6678 * iimage.el (iimage): New customization group.
6679 (iimage-mode): Specify :group.
6680 * longlines.el (longlines-mode): Specify :group.
6681 * master.el: Don't require easy-mmode.
6682 (master): New customization group.
6683 (master-mode): Specify :group.
6684 * msb.el (msb-mode): Specify :group.
6685 * reveal.el (reveal-mode): Specify :group.
6686 * simple.el (next-error-follow-minor-mode): Specify :group.
6687 * smerge-mode.el (smerge-mode): Specify :group.
6688 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6689 * emulation/cua-base.el (cua-mode): Specify :group.
6690 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6691 * language/thai-util.el (thai-auto-composition-mode)
6692 (thai-word-mode): Specify :group.
6693 * mail/supercite.el (sc-minor-mode): Specify :group.
6694 * progmodes/cwarn.el (cwarn-mode): Specify :group.
6695 * progmodes/flymake.el (flymake-mode): Specify :group.
6696 * progmodes/glasses.el (glasses-mode): Specify :group.
6697 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6698 * textmodes/enriched.el (enriched-mode): Specify :group.
6699 * textmodes/refill.el (refill-mode): Specify :group.
6700
6701 * add-log.el (change-log-font-lock-keywords): Names in
6702 parenthesized lists can contain spaces.
6703
6704 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
6705
6706 * startup.el (fancy-splash-text): Shorten default text of
6707 "Emacs Tutorial" line. Also, if the current language env
6708 indicates an available tutorial file other than TUTORIAL,
6709 extract its title and append it to the line in parentheses.
6710 (fancy-splash-insert): If arg is a thunk, funcall it.
6711
6712 2005-04-04 Jay Belanger <belanger@truman.edu>
6713
6714 * calc.el (calc-language-alist): Add tags to customization type.
6715
6716 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
6717
6718 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6719 Doc fix.
6720
6721 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
6722
6723 * add-log.el (change-log-font-lock-keywords): The manual
6724 describing a Change Log entry, says: (...) "Aside from these
6725 header lines, every line in the change log starts with a space or
6726 a tab.". The font-lock was not highlighting lines started with
6727 spaces, added support for it.
6728
6729 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6730
6731 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6732 (bibtex-generate-url-list): Update docstring accordingly. Put the
6733 complex example in the docstring.
6734 (bibtex-font-lock-url): Use pop.
6735
6736 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6737
6738 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6739
6740 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6741
6742 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6743
6744 * filesets.el (filesets-set-default): Doc fix.
6745
6746 2005-04-03 Lute Kamstra <lute@gnu.org>
6747
6748 * generic.el (define-generic-mode): Add argument to specify
6749 keywords for defcustom.
6750 (default-generic-mode): Specify :group.
6751
6752 * generic-x.el: Specify :group for all generic modes.
6753
6754 * desktop.el (desktop-no-desktop-file-hook)
6755 (desktop-after-read-hook): Doc fix.
6756
6757 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
6758
6759 * simple.el (visible-mode): Use explicit :group keyword.
6760 This changes the group of `visible-mode-hook' from paren-blinking
6761 to editing-basics.
6762
6763 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
6764
6765 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
6766 mailbox specifications as well as URLs.
6767 (rmail-insert-inbox-text): Remove unused conditional branches.
6768
6769 2005-04-01 Jay Belanger <belanger@truman.edu>
6770
6771 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6772 (calc-gnuplot-print-command): Move definitions to calc.el.
6773
6774 * calc/calc-embed.el (calc-embedded-announce-formula)
6775 (calc-embedded-open-formula, calc-embedded-close-formula)
6776 (calc-embedded-open-word, calc-embedded-close-word)
6777 (calc-embedded-open-plain, calc-embedded-close-plain)
6778 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6779 (calc-embedded-open-mode, calc-embedded-close-mode):
6780 Move definitions to calc.el.
6781
6782 * calc/calc.el (calc-settings-file, calc-language-alist):
6783 Make customizable.
6784 (calc-embedded-announce-formula, calc-embedded-open-formula)
6785 (calc-embedded-close-formula, calc-embedded-open-word)
6786 (calc-embedded-close-word, calc-embedded-open-plain)
6787 (calc-embedded-close-plain, calc-embedded-open-new-formula)
6788 (calc-embedded-close-new-formula, calc-embedded-open-mode)
6789 (calc-embedded-close-mode, calc-gnuplot-name)
6790 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6791 from other files and make customizable.
6792
6793 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6794
6795 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6796 Use buffer-live-p.
6797 (cvs-mode-run): Don't call cvs-update-header here.
6798 (cvs-run-process): Call cvs-update-header.
6799 Use process properties for cvs-postprocess and cvs-buffer so that
6800 the sentinel can behave better if the temp buffer is killed.
6801 Use a pipe rather than a tty, to better handle unexpected prompts.
6802 (cvs-sentinel): Rewrite. Call cvs-update-header.
6803
6804 2005-04-01 Andre Spiegel <spiegel@gnu.org>
6805
6806 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6807 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
6808
6809 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6810
6811 * generic.el (define-generic-mode): Add indentation rule.
6812
6813 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6814
6815 * files.el (mode-require-final-newline): Make Custom correctly
6816 report a nil value and allow to set it to nil via Custom.
6817 Doc fix.
6818
6819 2005-04-01 Kenichi Handa <handa@m17n.org>
6820
6821 * international/characters.el: Enable the correct case setting for
6822 dotless-i and dotted-I.
6823
6824 2005-04-01 Kim F. Storm <storm@cua.dk>
6825
6826 * ido.el (ido-file-internal): Fall back to non-ido command if
6827 initial directory is on slow ftp (or tramp) host.
6828
6829 2005-03-31 Richard M. Stallman <rms@gnu.org>
6830
6831 * emacs-lisp/autoload.el (make-autoload):
6832 Handle define-global-minor-mode.
6833
6834 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6835 Rename from easy-mmode-define-global-mode.
6836 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6837
6838 * progmodes/scheme.el (scheme-mode-syntax-table):
6839 Update syntax of | and # for two-character comment syntax.
6840
6841 2005-03-31 Lute Kamstra <lute@gnu.org>
6842
6843 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6844 (define-minor-mode): Call custom-current-group at load-time.
6845
6846 * generic.el (define-generic-mode): Add debug declaration.
6847 Add defcustom for the mode hook.
6848 (generic-mode-internal): Use run-mode-hooks.
6849
6850 2005-03-31 Kim F. Storm <storm@cua.dk>
6851
6852 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6853 (mouse-fixup-help-message): New defun called by show_help_echo
6854 to fixup mouse-2 prefix in help messages when applicable.
6855
6856 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6857
6858 2005-03-31 Kenichi Handa <handa@m17n.org>
6859
6860 * language/thai-word.el (thai-find-word-ends): Pay attention to
6861 the case that we reach the end of buffer.
6862
6863 * textmodes/fill.el (fill-text-properties-at): New function.
6864 (fill-newline): Use fill-text-properties-at instead of
6865 text-properties-at.
6866
6867 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6868
6869 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6870 not comint-quote-filename.
6871
6872 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
6873
6874 * help-fns.el (help-with-tutorial): Revert last change.
6875
6876 2005-03-31 Kim F. Storm <storm@cua.dk>
6877
6878 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6879
6880 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
6881
6882 * calendar/cal-china.el: Update reference to "Calendrical
6883 Calculations" book; there's a new edition.
6884 * calendar/cal-coptic.el: Likewise.
6885 * calendar/cal-french.el: Likewise.
6886 * calendar/cal-hebrew.el: Likewise.
6887 * calendar/cal-islam.el: Likewise.
6888 * calendar/cal-iso.el: Likewise.
6889 * calendar/cal-julian.el: Likewise.
6890 * calendar/cal-mayan.el: Likewise.
6891 * calendar/cal-persia.el: Likewise.
6892 * calendar/calendar.el: Likewise.
6893 * calendar/holidays.el: Likewise.
6894 * calendar/lunar.el: Likewise.
6895 * calendar/solar.el: Likewise.
6896
6897 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6898 white space from doc string.
6899
6900 2005-03-30 Jay Belanger <belanger@truman.edu>
6901
6902 * calc/calc-help.el (calc-full-help): Remove email address.
6903
6904 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
6905
6906 * help-fns.el (help-with-tutorial): Delete title line.
6907
6908 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6909
6910 * calendar/cal-x.el (calendar-one-frame-setup)
6911 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6912 rather than 'symbol for set-window-dedicated-p.
6913
6914 * calendar/appt.el (appt-buffer-name): Make it a constant.
6915 (appt-add): Doc fix.
6916
6917 * filesets.el (filesets-menu-path, filesets-menu-before)
6918 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
6919 (filesets-menu-cache-file): Use directory ~/.emacs.d.
6920 (filesets-add-submenu): Delete and use add-submenu instead.
6921
6922 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
6923
6924 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6925 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6926 (org-diary-default-entry): New function.
6927 (org-get-entries-from-diary): Better parsing of diary entries.
6928 (org-agenda-check-no-diary): New function.
6929 ("diary-lib"): Advice to function `add-to-diary-list', to allow
6930 linking to diary entries.
6931 (org-agenda-execute-calendar-command): New function.
6932 (org-agenda): Improve visible section in window.
6933 Use `org-fit-agenda-window'.
6934 (org-fit-agenda-window): New option.
6935 (org-move-subtree-down): Better handling of empty lines
6936 at end of subtree.
6937 (org-cycle): Numeric prefix is interpreted now as show-subtree N
6938 levels up.
6939 (org-fontify-done-headline): New option.
6940 (org-headline-done-face): New face.
6941 (org-set-font-lock-defaults): Use `org-headline-done-face'.
6942 (org-table-copy-down): Rename from `org-table-copy-from-above'.
6943 When current field is non-empty, it is copied to next row.
6944 (org-table-copy-from-above): Fix bug which made it
6945 impossible to copy fields containing only a single non-white character.
6946
6947 2005-03-30 Kim F. Storm <storm@cua.dk>
6948
6949 * kmacro.el (kmacro-end-macro): Isearch may store this command
6950 into the macro -- so ignore it when executing keyboard macro.
6951
6952 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6953
6954 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6955
6956 2005-03-29 Kenichi Handa <handa@m17n.org>
6957
6958 * language/thai.el ("Thai"): Set setup-function and exit-function
6959 for Thai language environment.
6960
6961 * language/thai-util.el: Require thai-word.
6962 (thai-word-mode-map): New variable.
6963 (thai-word-mode): New minor mode.
6964 (setup-thai-language-environment-internal): New function.
6965 (exit-thai-language-environment-internal): New function.
6966
6967 * language/thai-word.el (thai-word-table): Declare it by defvar,
6968 use dolist to initialize it.
6969 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6970 (thai-fill-find-break-point): New functions.
6971
6972 2005-03-29 Richard M. Stallman <rms@gnu.org>
6973
6974 * simple.el (idle-update-delay): Move definition up.
6975 (set-mark): Doc fix.
6976
6977 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
6978
6979 * longlines.el: New file.
6980
6981 * simple.el (buffer-substring-filters): New variable.
6982 (filter-buffer-substring): New function.
6983 (kill-region, copy-region-as-kill): Use it.
6984
6985 * register.el (copy-to-register, append-to-register)
6986 (prepend-to-register): Use filter-buffer-substring.
6987
6988 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6989
6990 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6991 (gud-filter-pending-text): Move in front of gdb.
6992 (gud-overlay-arrow-position): New variable.
6993 (gud-sentinel, gud-display-line): Use it in place of
6994 overlay-arrow-position.
6995
6996 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6997
6998 * progmodes/fortran.el (fortran-if-indent): Doc fix.
6999 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
7000 (fortran-font-lock-keywords-4): New variable.
7001 (fortran-blocks-re, fortran-end-block-re)
7002 (fortran-start-block-re): New constants, for hideshow.
7003 (hs-special-modes-alist): Add a Fortran entry.
7004 (fortran-mode-map): Bind fortran-end-of-block,
7005 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
7006 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
7007 (fortran-looking-at-if-then, fortran-end-of-block)
7008 (fortran-beginning-of-block): New functions, for hideshow.
7009
7010 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7011 Doc fix. Tweak regexp.
7012 (f90-beginning-of-block): Push mark first.
7013
7014 2005-03-29 Jay Belanger <belanger@truman.edu>
7015
7016 * calc/calc.el: Update copyright date.
7017 (calc-version): Increase to 2.1.
7018 (calc-version-date): Remove.
7019
7020 * calc/calc-help.el: Update copyright date.
7021 (calc-full-help): Remove reference to calc-version-date.
7022 Update copyright date.
7023
7024 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7025
7026 * vc.el (vc-do-command): Use a pipe for async processes, so password
7027 prompts don't show up at places where the user can't reply.
7028
7029 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
7030
7031 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
7032 on the file name we pass to the inferior shell.
7033
7034 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7035
7036 * progmodes/which-func.el (which-function): Be robust in the face of an
7037 imenu--make-index-alist failure.
7038
7039 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7040
7041 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
7042
7043 * progmodes/python.el (python-preoutput-filter): Fix last change.
7044
7045 2005-03-29 Lute Kamstra <lute@gnu.org>
7046
7047 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
7048 functions and compiled macros.
7049 (debug-convert-byte-code): Handle macros too.
7050 (debug-on-entry-1): Don't signal an error when trying to clear a
7051 function that is not set to debug on entry.
7052
7053 2005-03-29 Jay Belanger <belanger@truman.edu>
7054
7055 * calc/calc-lang.el: Add functions to math-function-table
7056 properties of tex and math.
7057
7058 2005-03-29 Kenichi Handa <handa@m17n.org>
7059
7060 * ps-mule.el (ps-mule-plot-string): Translate characters by
7061 ps-print-translation-table.
7062 (ps-mule-begin-job): Call find-charset-region/string with
7063 ps-print-translation-table.
7064 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
7065
7066 * ps-print.el (ps-print-translation-table): New variable.
7067 (ps-plot-region): Translate characters by ps-print-translation-table.
7068
7069 2005-03-29 Juri Linkov <juri@jurta.org>
7070
7071 * simple.el (next-error-highlight-timer): New variable.
7072
7073 * progmodes/compile.el (compilation-goto-locus):
7074 Use `next-error-highlight-timer' instead of `sit-for'.
7075
7076 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7077
7078 * mail/supercite.el (sc-mail-field): Use assoc-string.
7079 (sc-get-address): Simplify regexps.
7080
7081 * files.el (minibuffer-with-setup-hook): New macro.
7082 (find-file-read-args): Use it to avoid let-binding
7083 minibuffer-with-setup-hook (which breaks turning on/off
7084 file-name-shadow-mode while in the prompt).
7085
7086 * complete.el (PC-read-include-file-name-internal): Use test-completion.
7087
7088 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
7089
7090 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
7091
7092 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7093
7094 * window.el (window-buffer-height): Use count-screen-lines.
7095
7096 * progmodes/python.el (python-preoutput-leftover): New var.
7097 (python-preoutput-filter): Use it.
7098 (python-send-receive): Loop until all the result has been received.
7099
7100 2005-03-28 Juri Linkov <juri@jurta.org>
7101
7102 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
7103
7104 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
7105 "Recover Crashed Session".
7106 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
7107 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
7108 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
7109 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
7110 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
7111 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
7112 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
7113 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
7114
7115 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
7116 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
7117 Ediff Sessions", "Toggle use of separate control buffer frame",
7118 "Use separate frame for Ediff control buffer".
7119
7120 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
7121 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
7122 "Rename Bookmark", "Delete Bookmark".
7123
7124 * info.el (Info-mode-menu): Remove ellipsis from "Index".
7125 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
7126 Add `:active Info-index-alternatives' to "Next Matching Item".
7127
7128 * wdired.el (wdired-change-to-wdired-mode):
7129 Mention `wdired-abort-changes' key in the initial message.
7130
7131 * international/mule.el (auto-coding-alist): Associate non-ascii
7132 image filename extensions with `no-conversion'.
7133
7134 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7135
7136 * international/iso-acc.el:
7137 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
7138
7139 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7140
7141 * textmodes/sgml-mode.el (html-mode): Doc update.
7142
7143 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
7144
7145 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
7146
7147 * term.el (term-move-columns): Fix face after extending a line.
7148 (term-insert-spaces): Likewise.
7149 (term-reset-terminal): Fix off by one error.
7150
7151 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7152
7153 * international/mule.el (auto-coding-alist): Add .xpi files.
7154
7155 * files.el (auto-mode-alist): Add .xpi files.
7156
7157 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
7158
7159 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
7160
7161 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7162
7163 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
7164
7165 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7166
7167 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
7168 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
7169
7170 * calendar/cal-move.el (calendar-beginning-of-year): Move the
7171 cursor to Jan 1 when needed.
7172 (calendar-end-of-year): Fix -/+ typo.
7173 Reported by Chong Yidong <cyd@stupidchicken.com>.
7174
7175 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7176
7177 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
7178
7179 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
7180 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
7181
7182 2005-03-25 Richard M. Stallman <rms@gnu.org>
7183
7184 * filesets.el (filesets-init): Add autoload.
7185
7186 * mail/mailalias.el (mail-directory): Doc fix.
7187
7188 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7189
7190 * mail/mailalias.el (mail-directory-process): Do nothing if
7191 mail-directory-process is an atom.
7192 (mail-get-names): Ignore mail-directory-names if it is an atom.
7193 (mail-directory-process defvar): Doc fix.
7194 (mail-names): Doc fix.
7195
7196 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
7197
7198 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
7199
7200 2005-03-26 Kenichi Handa <handa@m17n.org>
7201
7202 * international/mule-util.el (detect-coding-with-priority):
7203 Call update-coding-systems-internal before detect-coding-region.
7204
7205 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
7206
7207 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7208 (gdb-frames-mode-map): Add follow-link property.
7209
7210 2005-03-25 Jay Belanger <belanger@truman.edu>
7211
7212 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
7213 for variables.
7214
7215 2005-03-25 Juri Linkov <juri@jurta.org>
7216
7217 * image-mode.el: Optimize image filename extension regexps in
7218 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
7219 in `auto-mode-alist'.
7220 (image-mode): Add `image-toggle-display-text' to local hook
7221 `change-major-mode-hook'. Display the image as an image by
7222 default. Set `cursor-type' and `truncate-lines' if the image
7223 is already displayed. Take into account the current mode (image
7224 or text) in message.
7225 (image-minor-mode): New minor mode.
7226 (image-mode-maybe, image-toggle-display-text): New functions.
7227 (image-toggle-display): Use called-interactively-p.
7228 Let-bind `inhibit-read-only' to t.
7229
7230 * image-mode.el (image-minor-mode): Set `cursor-type' and
7231 `truncate-lines' if the image is already displayed. Add turning
7232 image-minor-mode off to `change-major-mode-hook'. Add message.
7233 Call `image-toggle-display-text' after turning image-minor-mode off.
7234
7235 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7236
7237 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
7238 Terminal.app, use utf-8.
7239 (set-display-table-and-terminal-coding-system): Add coding-system arg.
7240 (set-locale-environment): Use it.
7241
7242 * term/xterm.el: Undo last change, better done in mule-cmds.el.
7243
7244 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
7245
7246 * progmodes/python.el (python-close-block-statement-p)
7247 (python-outdent-p, python-current-defun): Use symbol-end.
7248
7249 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7250
7251 * files.el (save-some-buffers): Doc fix.
7252
7253 2005-03-25 Werner Lemberg <wl@gnu.org>
7254
7255 * complete.el, thumbs.el: Replace `legal' with `valid'.
7256 * calendar/calendar.el: Replace `legal' with `valid'.
7257 * emacs-lisp/advice.el: Replace `legal' with `valid'.
7258 * mail/supercite.el: Replace `legal' with `valid'.
7259 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
7260 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
7261 Replace `legal' with `valid'.
7262 * textmodes/reftex-vars.el, textmodes/reftex.el:
7263 Replace `legal' with `valid'.
7264
7265 2005-03-25 Werner Lemberg <wl@gnu.org>
7266
7267 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
7268 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
7269 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
7270 * emulation/vip.el: Replace `illegal' with `invalid'.
7271 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
7272 * mail/supercite.el: Replace `illegal' with `invalid'.
7273 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
7274 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
7275 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
7276 * progmodes/sh-script.el, progmodes/xscheme.el:
7277 Replace `illegal' with `invalid'.
7278 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
7279 * textmodes/reftex-index.el, textmodes/reftex-parse.el
7280 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
7281 * textmodes/reftex.el, textmodes/org.el:
7282 Replace `illegal' with `invalid'.
7283
7284 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7285
7286 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
7287 (flymake-find-buildfile, flymake-find-possible-master-files)
7288 (flymake-check-include, flymake-parse-line): Replace loops over the
7289 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
7290
7291 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
7292 Substitute file-name-as-directory in the rest of the file.
7293 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
7294 (flymake-replace-region): Remove unused arg `buffer'.
7295 (flymake-check-patch-master-file-buffer): Update calls to it.
7296 (flymake-add-err-info): Remove unused var `count'.
7297 (flymake-mode): Use define-minor-mode.
7298
7299 * progmodes/flymake.el: Use with-current-buffer.
7300 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
7301 flymake-replace-regexp-in-string, flymake-line-beginning-position)
7302 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
7303 Avoid testing for `xemacs'.
7304 (flymake-nop): Move.
7305 (flymake-region-has-flymake-overlays): Return the computed value.
7306 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
7307 Remove unused var `endline'.
7308 (flymake-get-line-count): Remove unused function.
7309 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
7310
7311 * emulation/vi.el:
7312 * generic.el:
7313 * hilit-chg.el (global-highlight-changes):
7314 * hi-lock.el (hi-lock-mode):
7315 * follow.el: find-file-hooks -> find-file-hook.
7316
7317 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
7318
7319 2005-03-24 Juri Linkov <juri@jurta.org>
7320
7321 * dired.el (dired-mode-map): Add menu item "Compare directories"
7322 for dired-compare-directories.
7323
7324 * dired-aux.el (dired-compare-directories): Add autoload cookie.
7325 Doc fix. Replace `read-file-name' with `read-directory-name'.
7326
7327 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7328
7329 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
7330
7331 2005-03-24 Jay Belanger <belanger@truman.edu>
7332
7333 * calc/calc-embed.el (calc-embedded-mode-change): Save all
7334 relevant mode settings in calc-embedded-original-modes when modes
7335 are permanently changed.
7336
7337 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7338
7339 * autoinsert.el: find-file-hooks -> find-file-hook.
7340
7341 2005-03-24 Lute Kamstra <lute@gnu.org>
7342
7343 * generic.el (generic-font-lock-defaults): Make it obsolete.
7344 (generic-font-lock-keywords): New variable to replace
7345 generic-font-lock-defaults.
7346 (generic-mode-set-font-lock): Delete it.
7347 (generic-mode-internal): Don't call generic-mode-set-font-lock.
7348 (generic-bracket-support): Add docstring.
7349
7350 * generic-x.el: Rename generic-font-lock-defaults to
7351 generic-font-lock-keywords throughout.
7352 (mailagent-rules-setup-function): Delete it.
7353 (mailagent-rules-generic-mode): Use anonymous function instead.
7354 (show-tabs-generic-mode-font-lock-defaults-1)
7355 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
7356 Quote faces.
7357 (show-tabs-tab-face, show-tabs-space-face): Specify background,
7358 not foreground.
7359
7360 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7361 Recognize define-generic-mode.
7362
7363 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7364
7365 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
7366 if there's no completion table.
7367
7368 2005-03-23 Miles Bader <miles@gnu.org>
7369
7370 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7371 Remove tty-specific variants, as they're no longer needed.
7372
7373 2005-03-23 Lute Kamstra <lute@gnu.org>
7374
7375 * generic-x.el: Code cleanup: make args constant whenever possible.
7376 (installshield-statement-keyword-list)
7377 (installshield-system-functions-list)
7378 (installshield-system-variables-list, installshield-types-list)
7379 (installshield-funarg-constants-list): Make them constants.
7380
7381 * generic.el (generic-make-keywords-list): Add autoload cookie.
7382
7383 * calendar/time-date.el: Add comment on time value formats.
7384 Don't require parse-time.
7385 (with-decoded-time-value): New macro.
7386 (encode-time-value): New function.
7387 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7388 (days-to-time): Return a valid time value when arg is huge.
7389 (time-since): Use time-subtract.
7390 (time-to-number-of-days): Use time-to-seconds.
7391
7392 2005-03-23 David Ponce <david@dponce.com>
7393
7394 * recentf.el: (recentf-keep): New option.
7395 (recentf-menu-action): Default to `find-file'.
7396 (recentf-keep-non-readable-files-flag)
7397 (recentf-keep-non-readable-files-p)
7398 (recentf-file-readable-p, recentf-find-file)
7399 (recentf-cleanup-remote): Remove.
7400 (recentf-include-p): More robust.
7401 (recentf-keep-p): New function.
7402 (recentf-remove-if-non-kept): Rename from
7403 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
7404 All callers updated.
7405 (recentf-menu-items-for-commands): Fix help string.
7406 (recentf-track-closed-file): Update. Doc fix.
7407 (recentf-cleanup): Update. Count removed files. Doc fix.
7408
7409 2005-03-23 Kim F. Storm <storm@cua.dk>
7410
7411 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7412 Don't inherit from fringe face (now happens automatically).
7413
7414 2005-03-22 Kim F. Storm <storm@cua.dk>
7415
7416 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
7417 position values.
7418
7419 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7420
7421 * menu-bar.el (showhide-date-time): Remove.
7422 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
7423 (menu-bar-make-mm-toggle): Simplify.
7424
7425 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7426
7427 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
7428 Accept qualified variable and function names.
7429
7430 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
7431
7432 * bindings.el (completion-ignored-extensions):
7433 Remove ".lis" for `vax-vms'.
7434
7435 2005-03-22 Andreas Schwab <schwab@suse.de>
7436
7437 * generic-x.el: Revert last change.
7438 * ldefs-boot.el: Update.
7439
7440 2005-03-22 Jay Belanger <belanger@truman.edu>
7441
7442 * calc/calc-embed (calc-embedded-original-modes): New variable.
7443 (calc-embedded-save-original-modes)
7444 (calc-embedded-restore-original-modes): New functions.
7445 (calc-do-embedded): Save original modes when entering embedded mode
7446 and restore when leaving embedded mode.
7447 (calc-embedded-modes-change): Change the value of
7448 calc-embedded-original-modes to reflect permanent changes.
7449
7450 2005-03-22 Lute Kamstra <lute@gnu.org>
7451
7452 * generic-x.el: Require generic again.
7453
7454 2005-03-22 Miles Bader <miles@gnu.org>
7455
7456 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7457 Tweak details to look good on both ttys and bitmap displays, light
7458 or dark background, etc.
7459
7460 2005-03-21 Kim F. Storm <storm@cua.dk>
7461
7462 * tooltip.el (tooltip-show-help-function): Check car and cdr of
7463 mouse position.
7464
7465 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * icomplete.el: Don't forcibly turn on the mode upon load.
7468 (icomplete-mode): Use define-minor-mode.
7469 (icomplete-eoinput): Default to nil.
7470 (icomplete-minibuffer-setup): Remove autoload.
7471 (icomplete-tidy): Simplify.
7472 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
7473 in the initial state or if the user has modified the field.
7474 Fix handling of icomplete-max-delay-chars.
7475 Remove code that handles the oddball case where
7476 minibuffer-completion-table is an integer.
7477 Wrap icomplete-completions in while-no-input in case building
7478 completions takes more time than expected.
7479 (icomplete-completions): Simplify.
7480
7481 2005-03-21 Richard M. Stallman <rms@gnu.org>
7482
7483 * jka-compr.el (jka-compr-really-do-compress):
7484 Make variable buffer-local.
7485
7486 * image-mode.el: Handle .xpm files too.
7487 (image-toggle-display): Preserve modification flag.
7488
7489 * help.el (where-is): Don't mention aliases with no key bindings.
7490
7491 2005-03-21 Lute Kamstra <lute@gnu.org>
7492
7493 * generic.el: Fix commentary section. Don't require cl for compilation.
7494 (generic-mode-list): Add autoload cookie.
7495 (generic-use-find-file-hook, generic-lines-to-scan)
7496 (generic-find-file-regexp, generic-ignore-files-regexp)
7497 (generic-mode, generic-mode-find-file-hook)
7498 (generic-mode-ini-file-find-file-hook): Fix docstrings.
7499 (define-generic-mode): Make it a defmacro. Fix docstring.
7500 (generic-mode-internal): Code cleanup. Add autoload cookie.
7501 (generic-mode-set-comments): Code cleanup.
7502 * generic-x.el: Don't prevent compilation. Don't require generic.
7503 Follow coding conventions. Minor code cleanup.
7504 (etc-fstab-generic-mode): Add some keywords.
7505 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
7506 define-generic-mode like a function declaration.
7507
7508 2005-03-21 Jay Belanger <belanger@truman.edu>
7509
7510 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
7511 changing modes.
7512
7513 2005-03-21 Sam Steingold <sds@gnu.org>
7514
7515 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
7516
7517 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
7518
7519 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
7520 Add underscore to "f$ lexicals" regexp.
7521
7522 2005-03-20 Juri Linkov <juri@jurta.org>
7523
7524 * subr.el (progress-reporter-do-update): When `min-value' is equal
7525 to `max-value', set `percentage' to 0 and prevent division by zero.
7526
7527 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
7528
7529 Sync with Tramp 2.0.48.
7530
7531 * tramp.el (all): Change all addresses to .gnu.org.
7532 (tramp-append-tramp-buffers): New defun.
7533 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
7534 Catch `dont-send' signal.
7535 (tramp-set-auto-save-file-modes): Set always permissions, because
7536 there might be an old auto-saved file belonging to another
7537 original file. This could be a security threat. Reported by
7538 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
7539 Check for Emacs 21.3.50 removed.
7540
7541 * tramp-smb.el (all): Remove debug construct for
7542 `with-parsed-tramp-file-name'.
7543 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
7544 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
7545 No error message if DIRECTORY or FILENAME doesn't exist.
7546 (tramp-smb-open-connection): Check existence of
7547 `tramp-smb-program'.
7548
7549 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7550
7551 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7552 Properly handle the case where the `m' or `s' command's argument is not
7553 yet terminated.
7554 (perl-indent-new-calculate): New function.
7555 (perl-indent-line): Use it.
7556
7557 2005-03-20 Miles Bader <miles@gnu.org>
7558
7559 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
7560 in text-mode too. Change to new face names.
7561 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
7562 Add `:weight bold' attribute.
7563 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
7564
7565 2005-03-19 Juri Linkov <juri@jurta.org>
7566
7567 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
7568
7569 * international/mule.el (auto-coding-alist): Sync with
7570 `auto-mode-alist' by adding upper case archive file extensions
7571 and adding ear/war to jar extension.
7572
7573 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
7574
7575 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
7576 running, restart it.
7577
7578 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
7579
7580 * finder.el (finder-current-item): Throw an error on an empty line.
7581
7582 * man.el (Man-follow-manual-reference): If current-word returns
7583 nil, use "".
7584
7585 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
7586
7587 * simple.el (goto-line): Doc fix.
7588
7589 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
7590
7591 * files.el (save-buffer): Doc fix.
7592
7593 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
7594
7595 * recentf.el (recentf-cleanup-remote): New variable.
7596 (recentf-cleanup): Use it to conditionally check availability of
7597 remote files.
7598
7599 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
7600
7601 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
7602 function names.
7603
7604 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7605
7606 * language/thai-word.el: New file.
7607
7608 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7609
7610 * files.el (backup-buffer): If the file's directory is not
7611 writable, use copy instead of move to backup the file.
7612
7613 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7614
7615 * obsolete/keyswap.el: Moved to obsolete/ from term/.
7616
7617 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7618
7619 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
7620 Use functionp instead of symbolp and fboundp. Reported by Drkm
7621 <darkman_spam@yahoo.fr>.
7622 (ps-print-version): New version 6.6.6.
7623
7624 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
7625
7626 * textmodes/table.el (table--line-column-position): New idiom.
7627 (table--row-column-insertion-point-p): New function to test
7628 validity of row and column insertion operation at a location.
7629 (table-global-menu, table-cell-menu): Use above functions for
7630 deterministic test operation.
7631 (table--editable-cell-p): Behave in deterministic fashion.
7632
7633 2005-03-18 Juri Linkov <juri@jurta.org>
7634
7635 * isearch.el (isearch-lazy-highlight-new-loop):
7636 Make arguments beg and end optional.
7637 (isearch-update): Remove optional arguments nil from
7638 isearch-lazy-highlight-new-loop.
7639 (isearch-lazy-highlight-search): Let-bind case-fold-search to
7640 isearch-lazy-highlight-case-fold-search instead of
7641 isearch-case-fold-search, and let-bind isearch-regexp to
7642 isearch-lazy-highlight-regexp.
7643 Use isearch-lazy-highlight-last-string instead of isearch-string.
7644
7645 * replace.el (perform-replace): Remove bindings of global
7646 variables isearch-string, isearch-regexp, isearch-case-fold-search.
7647 Add three new arguments to `replace-highlight'.
7648 (replace-highlight): Add arguments string, regexp, case-fold.
7649 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
7650 to allow isearch-lazy-highlight-new-loop to use these values
7651 to set corresponding isearch-lazy-highlight-* internal
7652 variables whose values lazy highlighting will use regardless of
7653 changes to global variables isearch-string, isearch-regexp,
7654 isearch-case-fold-search during lazy highlighting loop.
7655 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
7656 to `lazy-highlight-cleanup'.
7657
7658 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
7659 (ispell-highlight-face): Set default face to `isearch' when
7660 lazy highlighting is enabled.
7661 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
7662 priority to 1. Add lazy highlighting.
7663 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7664 from `isearch-dehighlight'.
7665
7666 2005-03-18 David Ponce <david@dponce.com>
7667
7668 * files.el (hack-local-variables): Do a case-insensitive search
7669 for End.
7670
7671 2005-03-18 Juri Linkov <juri@jurta.org>
7672
7673 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7674 `isearch-lazy-highlight-cleanup', add alias to old name and
7675 declare obsolete. Add release numbers to other obsolete vars.
7676 (isearch-done, isearch-lazy-highlight-new-loop):
7677 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7678 (lazy-highlight-cleanup) <variable>: Doc fix.
7679 (isearch-lazy-highlight-update): Rename obsolete
7680 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7681
7682 2005-03-18 Kenichi Handa <handa@m17n.org>
7683
7684 * language/thai-util.el: Fix categorization of Thai characters in
7685 thai-category-table.
7686 (thai-composition-pattern): Adjust it for the above change.
7687 (thai-self-insert-command, thai-compose-syllable): New functions.
7688 (thai-compose-region): Use thai-compose-syllable.
7689 (thai-compose-string): Likewise.
7690 (thai-composition-function): Likewise.
7691 (thai-auto-composition): New function.
7692 (thai-auto-composition-mode): New minor mode.
7693
7694 * language/thai.el: Fix patterns to be registered in
7695 composition-function-table.
7696
7697 * international/quail.el (quail-input-method): Locally bind
7698 inhibit-modification-hooks to t.
7699
7700 2005-03-17 Richard M. Stallman <rms@gnu.org>
7701
7702 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7703 (perl-mode): Use run-mode-hooks.
7704
7705 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7706 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7707 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7708
7709 * mail/sendmail.el (sendmail-send-it): Reenable the code
7710 to compute resend-to-address and use it.
7711
7712 * tar-mode.el (tar-mode): Turn off undo unconditionally.
7713
7714 * image-mode.el: New file.
7715
7716 * image.el (insert-sliced-image): Add autoload cookie.
7717
7718 * font-lock.el (font-lock-lines-before): New user option.
7719 (font-lock-after-change-function): Obey it.
7720
7721 * bindings.el (esc-map): Make M-g a prefix.
7722 Bind M-g g and M-g M-g to goto-line.
7723
7724 * faces.el (face-id): Doc fix.
7725
7726 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7727
7728 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7729 (rmail-show-message): Use rmail-unknown-mail-followup-to.
7730 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7731
7732 * mail/sendmail.el (mail-yank-ignored-headers)
7733 (mail-font-lock-keywords, mail-mode-fill-paragraph):
7734 Add Mail-Followup-To and Mail-Reply-To headers.
7735 (mail-citation-hook): Add autoload cookie.
7736 (mail-mode): Doc fix.
7737 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7738 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7739 (mail-mode-fill-paragraph): Handle those headers.
7740 (mail-mailing-lists): New variable.
7741 (mail-mail-reply-to, mail-mail-followup-to): New functions.
7742
7743 2005-03-17 Juri Linkov <juri@jurta.org>
7744
7745 * isearch.el (isearch-fallback): Check for `(car previous)'
7746 before calling `isearch-other-end-state'.
7747
7748 2005-03-17 Kim F. Storm <storm@cua.dk>
7749
7750 * simple.el (move-beginning-of-line): Move to beginning of buffer
7751 line, as well as beginning of screen line.
7752
7753 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
7754
7755 * calendar/diary-lib.el (mark-diary-entries): Use new optional
7756 argument REDRAW rather than calendar-redrawing variable.
7757 * calendar/calendar.el (calendar-redrawing): Delete.
7758 (redraw-calendar): Do not bind calendar-redrawing.
7759
7760 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
7761
7762 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7763 diary-file buffer.
7764
7765 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7766
7767 * help.el (describe-mode): Allow a :minor-mode-function property to
7768 specify a different minor mode toggle function than the variable.
7769 * simple.el (auto-fill-function):
7770 * subr.el (add-minor-mode): Use it.
7771
7772 2005-03-16 Kenichi Handa <handa@m17n.org>
7773
7774 * language/ethio-util.el (sera-being-called-by-w3): New variable.
7775 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7776 (ethio-fidel-to-sera-buffer): Likewise.
7777
7778 2005-03-16 Juri Linkov <juri@jurta.org>
7779
7780 * emacs-lisp/find-func.el (find-function-regexp):
7781 Add defun-emitting macro `menu-bar-make-toggle'.
7782
7783 * isearch.el: Put `isearch-scroll' property to
7784 `split-window-horizontally'.
7785
7786 * info.el: Update error messages for `debug-ignored-errors'.
7787 (Info-isearch-search): Doc fix.
7788 (Info-find-node): Move up code to go into info buffer before
7789 recording the node to the history.
7790 (Info-fontify-node): Fontify titles only if the next line
7791 has two or more `*', `=', `-', `.'.
7792 Display "go to this node" for empty (match-string 3).
7793
7794 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7795
7796 * term/mac-win.el: Add mouse pointer shape constants.
7797
7798 2005-03-15 Kim F. Storm <storm@cua.dk>
7799
7800 * simple.el (move-beginning-of-line): Use vertical-motion.
7801
7802 2005-03-15 Juri Linkov <juri@jurta.org>
7803
7804 * isearch.el (isearch-error): New variable.
7805 (isearch-invalid-regexp, isearch-within-brackets): Remove.
7806 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7807 (isearch-within-brackets-state): Remove.
7808 (isearch-case-fold-search-state, isearch-pop-fun-state):
7809 Decrease frame index.
7810 (isearch-mode, isearch-top-state, isearch-push-state)
7811 (isearch-edit-string, isearch-abort, isearch-search-and-update)
7812 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7813 (isearch-search, isearch-lazy-highlight-new-loop):
7814 Replace `isearch-invalid-regexp' with `isearch-error'.
7815 Remove `isearch-within-brackets'.
7816 (isearch-search): Add `search-failed' handler to `condition-case'.
7817 (isearch-lazy-highlight-search): Add `condition-case' to catch
7818 errors and allow `isearch-lazy-highlight-update' to try
7819 highlighting from the beginning of the window.
7820 (isearch-repeat): Move up code to set isearch-wrapped to t
7821 before calling isearch-wrap-function.
7822
7823 * info.el (Info-isearch-initial-node): New internal variable.
7824 (Info-search): Signal an error in isearch mode when search leaves
7825 the initial node. Signal an error when `bound' is non-nil and
7826 nothing was found in the current subfile.
7827 (Info-isearch-search): Remove `condition-case'.
7828 (Info-isearch-wrap): Don't wrap when search failed during leaving
7829 the initial node. If `Info-isearch-search' is nil, wrap around
7830 the current node.
7831 (Info-isearch-start): New fun.
7832 (Info-mode): Add buffer-local hook `Info-isearch-start' to
7833 `isearch-mode-hook'.
7834
7835 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7836
7837 * simple.el (normal-erase-is-backspace): Set default to t if
7838 running on Mac.
7839
7840 * term/mac-win.el (function-key-map): Sync with x-win.el.
7841
7842 2005-03-15 Kenichi Handa <handa@m17n.org>
7843
7844 * international/mule-cmds.el (locale-language-names): Modify the
7845 format of elements and add more entries.
7846 (locale-preferred-coding-systems): Add more entries.
7847 (set-locale-environment): Adjust for the change of
7848 locale-language-names.
7849
7850 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7851
7852 * pcvs.el (smerge-ediff): Remove bogus autoload.
7853
7854 2005-03-14 Lute Kamstra <lute@gnu.org>
7855
7856 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7857 Ignore a `*' at the beginning of a line.
7858
7859 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7860 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7861 subr.el.
7862 (dont-compile, eval-when-compile, eval-and-compile): Use declare
7863 to specify indentation.
7864
7865 * generic.el (define-generic-mode): Let generic-mode-list be a
7866 list of strings; test membership with equal.
7867
7868 2005-03-14 Kim F. Storm <storm@cua.dk>
7869
7870 * simple.el (next-line, previous-line): Add optional try-vscroll
7871 arg to recognize interactive use. Pass it on to line-move.
7872 (line-move): Don't perform auto-window-vscroll when defining or
7873 executing keyboard macro to ensure consistent behavior.
7874
7875 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7878
7879 2005-03-13 Lute Kamstra <lute@gnu.org>
7880
7881 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7882 debugger-setup-buffer so that backtrace marks the frames set to
7883 debug-on-exit and we don't have to do it manually. Set an extra
7884 debug-on-exit for macro's.
7885 (debugger-setup-buffer): Don't mark the top frame manually.
7886
7887 2005-03-12 Lute Kamstra <lute@gnu.org>
7888
7889 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7890 lisp-indent-function throughout.
7891 (with-no-warnings): Set lisp-indent-function property.
7892
7893 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
7894
7895 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7896 Add entry for backslash.
7897
7898 2005-03-12 Juri Linkov <juri@jurta.org>
7899
7900 * info.el (Info-search): Four fixes for backward search.
7901
7902 2005-03-11 Jay Belanger <belanger@truman.edu>
7903
7904 * calc/calc.el (calc-language-alist): New variable.
7905 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7906 (calc-embedded-find-modes): Use calc-language-alist instead of
7907 calc-embedded-language-alist.
7908
7909 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7910
7911 * calendar/calendar.el (calendar-redrawing): New internal
7912 variable.
7913 (redraw-calendar): Remove bogus save-excursion from previous
7914 change. Bind calendar-redrawing to t for mark-diary-entries.
7915 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7916 calendar if that is why we were called.
7917
7918 2005-03-11 Kenichi Handa <handa@m17n.org>
7919
7920 * international/mule.el (make-coding-system): Set property
7921 coding-system-define-form to nil.
7922 (define-coding-system-alias): Likewise.
7923
7924 2005-03-11 Kenichi Handa <handa@m17n.org>
7925
7926 These changes are suggested by Dave Love <fx@gnu.org>.
7927
7928 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7929 coding: tag.
7930 (adaptive-fill-regexp): Add more bullets.
7931 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7932 regexps.
7933
7934 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7935
7936 * help.el (describe-mode): Properly handle non-trivial lighters.
7937 Don't ignore minor modes that are not listed in minor-mode-list.
7938
7939 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7940 feature ON when the user requests to turn it OFF.
7941
7942 2005-03-10 Lute Kamstra <lute@gnu.org>
7943
7944 * emacs-lisp/debug.el (debug-entry-code): Delete it.
7945 (implement-debug-on-entry): New function to replace debug-entry-code.
7946 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
7947 second argument as the 2005-03-07 change makes it obsolete.
7948 (debug-on-entry, cancel-debug-on-entry): Update call to
7949 debug-on-entry-1.
7950 (debug, debugger-setup-buffer): Comment update.
7951 (debugger-frame-number): Update to work with implement-debug-on-entry.
7952
7953 2005-03-10 Jay Belanger <belanger@truman.edu>
7954
7955 * calc/calc-embed.el (math-ms-args): Declare it.
7956 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7957 math-ms-args.
7958 (calc-embedded-subst): Use math-multi-subst-rec to substitute
7959 variables.
7960
7961 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
7962
7963 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7964 Use message-box.
7965
7966 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7967 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7968 (tooltip-gud-tips): Simplify.
7969 (tooltip-gud-tips-p): Remove superfluous :set.
7970 (tooltip-gud-modes): Add fortran-mode.
7971 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7972
7973 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7974
7975 2005-03-09 Kim F. Storm <storm@cua.dk>
7976
7977 * play/animate.el (animate-place-char): Use forward-line instead
7978 of next-line to improve performance.
7979
7980 2005-03-09 Simon Josefsson <jas@extundo.com>
7981
7982 * net/browse-url.el (browse-url-default-browser): Doc fix.
7983
7984 2005-03-09 Miles Bader <miles@gnu.org>
7985
7986 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7987 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7988
7989 2005-03-09 Kenichi Handa <handa@m17n.org>
7990
7991 * international/latin-1.el: Set case and syntax for 255 only if
7992 set-case-syntax-set-multibyte is nil.
7993
7994 * textmodes/ispell.el (ispell-insert-word): New function.
7995 (ispell-word): Use ispell-insert-word to insert a new word.
7996 (ispell-process-line): Likewise.
7997 (ispell-complete-word): Likewise.
7998
7999 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
8000
8001 * calendar/calendar.el (redraw-calendar): Preserve point.
8002 Reported by Matt Hodges <MPHodges@member.fsf.org>.
8003 (calendar-week-start-day): Move after definition of
8004 redraw-calendar. Delete buffer test, since redraw-calendar has
8005 that now.
8006
8007 * calendar/diary-lib.el (mark-diary-entries): Only call
8008 redraw-calendar in the first of any recursive calls.
8009 Reported by Alan Shutko <ats@acm.org>.
8010
8011 2005-03-08 Juri Linkov <juri@jurta.org>
8012
8013 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
8014 (html-horizontal-rule, html-line, html-image, html-checkboxes)
8015 (html-radio-buttons): Add a space before the trailing `/>' where
8016 sgml-xml-mode is non-nil.
8017 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
8018 the subsequent tag of the empty XML tag.
8019 (html-href-anchor): Don't set initial input to "http:".
8020 (html-image): Ask for the image URL and set point inside alt="".
8021 (html-name-anchor): Duplicate the name in the `id' attribute when
8022 sgml-xml-mode is non-nil.
8023 (html-paragraph): Remove \n before <p>.
8024 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
8025 instead of `checked' when sgml-xml-mode is non-nil.
8026
8027 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
8028 Remove 1 space before #RRGGBB to not truncate it on terminal
8029 windows w/o fringes. Remove 1 space between bg and fg examples
8030 to get more space.
8031 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
8032 avoid byte-compile warnings.
8033
8034 * image-file.el (image-file-handler): Put `safe-magic' property to
8035 `image-file-handler'.
8036
8037 * info.el (Info-isearch-search): Emulate word search in
8038 isearching through multiple Info nodes with Info-search.
8039 (Info-isearch-wrap): Allow isearch-word.
8040
8041 2005-03-08 Lute Kamstra <lute@gnu.org>
8042
8043 * emacs-lisp/debug.el (debugger-step-through): Make sure that
8044 stepping into the debugger's code is not possible.
8045 (debugger-jumping-flag): Docstring update.
8046
8047 2005-03-08 Jay Belanger <belanger@truman.edu>
8048
8049 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
8050 embedded mode begins.
8051 (calc-embedded-language-alist): New variable.
8052 (calc-embedded-find-modes): Use calc-embedded-language-alist to
8053 set default language mode.
8054
8055 2005-03-08 Kenichi Handa <handa@m17n.org>
8056
8057 * international/ccl.el (define-ccl-program): Fix docstring about
8058 extra 256 bytes assured for the output buffer.
8059
8060 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8061 Fix BUFFER_MAGNIFICATION to 2.
8062 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8063
8064 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
8065
8066 * align.el (align-rules-list): Added an alignment rule for CSS
8067 declarations (applies to css-mode and html-mode buffers).
8068
8069 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8070
8071 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
8072
8073 2005-03-07 Kim F. Storm <storm@cua.dk>
8074
8075 * simple.el (move-beginning-of-line): New command.
8076
8077 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
8078
8079 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
8080
8081 * emulation/cua-base.el: Put CUA move property on move-end-of-line
8082 and move-beginning-of-line.
8083
8084 * apropos.el (apropos-print): Omit command from M-x ... RET.
8085
8086 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
8087
8088 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
8089 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
8090
8091 2005-03-06 Richard M. Stallman <rms@gnu.org>
8092
8093 * bindings.el (esc-map): Bind M-g to goto-line.
8094
8095 * facemenu.el (global-map): Bind M-o, not M-g.
8096
8097 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8098
8099 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
8100 "Open Directory" as for "Open File".
8101
8102 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
8103
8104 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
8105 (push-mark-command): Run activate-mark-hook.
8106
8107 2005-03-06 Richard M. Stallman <rms@gnu.org>
8108
8109 * help-mode.el (help-mode-finish): Don't alter the element
8110 in view-return-to-alist if there already is one.
8111
8112 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
8113 make sure the current buffer is the expected one.
8114
8115 * novice.el (disabled-command-function): Output in *Disabled Command*.
8116 Explicitly ignore non-keyboard events, and explicitly handle C-g.
8117
8118 * textmodes/flyspell.el (flyspell-large-region):
8119 Pass args differently for aspell.
8120
8121 * files.el (mode-require-final-newline): Doc fix.
8122
8123 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8124
8125 * progmodes/which-func.el (which-function):
8126 Specify NOERROR when calling imenu--make-index-alist.
8127
8128 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8129
8130 * simple.el (normal-erase-is-backspace): Define default value.
8131
8132 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
8133 (custom-reevaluate-setting): Simple function to handle
8134 variables that are defined before their default value can really
8135 be computed.
8136
8137 * startup.el (command-line): Use it for temporary-file-directory,
8138 small-emporary-file-directory, auto-save-file-name-transforms,
8139 blink-cursor-mode, and normal-erase-is-backspace.
8140
8141 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
8142 progress, even with buggy anchored keywords.
8143
8144 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
8145
8146 * simple.el (goto-line): Remove unbalanced final parenthesis.
8147
8148 2005-03-05 Richard M. Stallman <rms@gnu.org>
8149
8150 * simple.el (goto-line): Use a number at point as the default.
8151 With C-u as arg, switch buffers.
8152
8153 2005-03-05 Juri Linkov <juri@jurta.org>
8154
8155 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
8156 with `no-blinking-cursor'.
8157
8158 * startup.el (no-blinking-cursor): New defvar.
8159 (command-line): Add `--no-blinking-cursor' to longopts.
8160 Set `no-blinking-cursor' to t for command line arguments
8161 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
8162 with `no-blinking-cursor' in the condition for calling
8163 `blink-cursor-mode'.
8164
8165 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
8166
8167 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
8168 (menu-bar-options-save): Add blink-cursor-mode.
8169 (menu-bar-options-menu): Add blink-cursor-mode.
8170
8171 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
8172
8173 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
8174 (icalendar-export-file, icalendar-export-region)
8175 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
8176 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
8177
8178 2005-03-04 Lute Kamstra <lute@gnu.org>
8179
8180 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
8181 (debug-function-list): Ditto.
8182
8183 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
8184
8185 * textmodes/texinfmt.el (texinfo-append-refill):
8186 Redefine the types of line to which @refill
8187 is not appended by replacing a search for `@refill\\|@bye' with
8188 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
8189 itemize@refill' bug and the unfilled long lines bug.
8190 (texinfmt-version): Update number and date.
8191
8192 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8193
8194 * international/code-pages.el (windows-1250, windows-125[2-8])
8195 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
8196
8197 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
8200 bound yet.
8201
8202 2005-03-02 Romain Francoise <romain@orebokech.com>
8203
8204 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
8205 buffer after removing limits.
8206 (ibuffer-pop-filter): Ditto.
8207 Update copyright.
8208
8209 2005-03-02 Miles Bader <miles@gnu.org>
8210
8211 * button.el (make-text-button): If the user doesn't specify a
8212 type, use the default. Rewrite to use `add-text-properties' and
8213 plist functions.
8214
8215 2005-03-01 Lute Kamstra <lute@gnu.org>
8216
8217 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
8218 (debugger-jumping-flag): New var.
8219 (debug-entry-code): Use it.
8220 (debugger-jump): Use debugger-jumping-flag and add
8221 debugger-reenable to post-command-hook.
8222 (debugger-reenable): Use debugger-jumping-flag and remove itself
8223 from post-command-hook.
8224 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
8225 debugger-reenable.
8226
8227 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
8228
8229 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
8230 inclusion of "itemize\\|", which may be unnecessary, is certainly
8231 inelegant, and stops refilling in itemize lists when formatting
8232 Japanese Texinfo files to Info.
8233 Update copyright to 2005.
8234
8235 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
8236
8237 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
8238 of an error if GDB can't find the source file.
8239
8240 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8241
8242 * calendar/calendar.el (redraw-calendar): Work from any buffer,
8243 not just the calendar.
8244
8245 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
8246 first.
8247 (diary-redraw-calendar): New function.
8248 (make-diary-entry): Add diary-redraw-calendar to local
8249 write-contents-functions. Turn off selective display before
8250 inserting in diary.
8251
8252 2005-03-01 Kim F. Storm <storm@cua.dk>
8253
8254 * emacs-lisp/copyright.el (copyright-fix-years): New command.
8255
8256 2005-03-01 Lute Kamstra <lute@gnu.org>
8257
8258 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
8259 that debug-entry-code can be safely removed from a function while
8260 this code is being evaluated. Revert the 2005-02-27 change as the
8261 new implementation no longer requires it. Make sure that a
8262 function body containing just a string is not mistaken for a docstring.
8263 (debug): Skip one more frame in case of debug on entry.
8264 (debugger-setup-buffer): Delete one more frame line in case of
8265 debug on entry.
8266 (debugger-frame-number): Update to use the new text introduced by
8267 the 1999-11-03 change. Skip one more frame in case of debug on entry.
8268
8269 2005-02-28 Kim F. Storm <storm@cua.dk>
8270
8271 * double.el (double-translate-key): Call force-window-update after
8272 read-event to avoid crash in redisplay.
8273
8274 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
8277 (debug): Use it. Move the inhibit-trace earlier.
8278 (debug-entry-code): New const.
8279 (debug-on-entry-1): Use it.
8280
8281 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
8282
8283 * international/utf-16.el (ccl-encode-mule-utf-16le):
8284 Fix BUFFER_MAGNIFICATION to 2.
8285 (ccl-encode-mule-utf-16be): Likewise.
8286
8287 2005-02-28 Kenichi Handa <handa@m17n.org>
8288
8289 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8290 Fix BUFFER_MAGNIFICATION to 4.
8291 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8292
8293 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
8294
8295 * speedbar.el (speedbar-update-flag): Doc fix.
8296 (speedbar-show-info-under-mouse): Give set-mouse-position the right
8297 argument.
8298
8299 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
8300
8301 * reveal.el (reveal-post-command): Don't try to reveal overlays which
8302 have a non-nil `invisible' property but are actually visible.
8303
8304 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
8305 for perldoc sections.
8306 (perl-outline-regexp, perl-outline-level): New var and function.
8307 (perl-mode): Use them.
8308
8309 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8310
8311 * calendar/diary-lib.el (diary-remind): Discard any mark portion
8312 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
8313
8314 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
8315
8316 * cus-edit.el: Comment change.
8317 (custom-buffer-create-internal): Slightly reword text at top of
8318 Custom buffers. Mention there that saving an option edits the
8319 init file. Add link to Emacs manual node on `custom-file'.
8320 (custom-magic-alist): Rewrite individual State messages to use
8321 capitalized keywords. Doc fix.
8322
8323 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8324
8325 * calendar/calendar.el (calendar-buffer): Move above
8326 calendar-week-start-day.
8327 (calendar-week-start-day): Doc fix. Add :set function.
8328 (calendar-minimum-window-height): New variable.
8329 (generate-calendar-window): Only resize window if selected-window
8330 is displaying the calendar buffer. Use new variable
8331 calendar-minimum-window-height.
8332 (generate-calendar): Reword error message.
8333 (calendar-mode-map): Bind DEL to scroll-other-window-down.
8334
8335 2005-02-27 Andreas Schwab <schwab@suse.de>
8336
8337 * vc.el (vc-do-command): Don't run command asynchronously when
8338 operating in a remote directory.
8339
8340 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
8341 change from sync with Tramp 2.0.47.
8342
8343 2005-02-27 Richard M. Stallman <rms@gnu.org>
8344
8345 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8346
8347 * textmodes/flyspell.el (flyspell-mode-on):
8348 Call ispell-change-dictionary only if necessary.
8349
8350 * emacs-lisp/re-builder.el (regexp-builder): New function.
8351
8352 * register.el (describe-register-1): Explicitly handle
8353 yank-excluded-properties = t.
8354
8355 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
8356 (custom-magic-alist): Change the status descriptions again.
8357 (face widget-type): Total rewrite based on `restricted-sexp'
8358 to eliminate the confusing double hiding levels.
8359
8360 * emacs-lisp/debug.el (debug-on-entry-1):
8361 If function body is empty, add nil as body form.
8362
8363 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8364
8365 * emacs-lisp/trace.el (inhibit-trace): New var.
8366 (trace-make-advice): Use it.
8367
8368 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
8369
8370 2005-02-26 Kim F. Storm <storm@cua.dk>
8371
8372 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
8373 (mouse-on-link-p, mouse-drag-region-1): Use it.
8374
8375 2005-02-25 Lute Kamstra <lute@gnu.org>
8376
8377 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
8378
8379 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
8380
8381 * frame.el (blink-cursor-mode): Add :group keyword.
8382
8383 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
8384
8385 * calendar/icalendar.el (icalendar--decode-isodatetime):
8386 New optional argument DAY-SHIFT.
8387 (icalendar-export-region): Fix coding-system-for-write.
8388 (icalendar--convert-ical-to-diary): Shift end-day of all-day
8389 events by one.
8390
8391 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
8394
8395 2005-02-24 Kim F. Storm <storm@cua.dk>
8396
8397 * international/iso-acc.el (iso-accents-compose): Fix crash
8398 during redisplay. Call force-window-update after read-event
8399 and delete-region to signal that window is not accurate.
8400
8401 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8402
8403 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
8404 Remove unused and inexistent var `inhibit-trace'.
8405 (debugger-mode): Use run-mode-hooks.
8406 (debugger-list-functions): Add buttons; setup xref stack.
8407
8408 2005-02-23 Richard M. Stallman <rms@gnu.org>
8409
8410 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
8411 appointment says it was explicitly made.
8412 (appt-add): Set the 3rd element.
8413 (appt-make-list): Preserve explicit appointments.
8414
8415 * subr.el (find-tag-default): Catch errors in forward-sexp.
8416
8417 2005-02-23 Juri Linkov <juri@jurta.org>
8418
8419 * info.el (Info-isearch-search): New defcustom.
8420 (Info-isearch-search): Call the default isearch function
8421 when Info-isearch-search is nil.
8422 (Info-isearch-wrap): Use variable Info-isearch-search.
8423
8424 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
8425
8426 * cus-edit.el: Comment change.
8427
8428 2005-02-22 Kim F. Storm <storm@cua.dk>
8429
8430 * progmodes/hideif.el (hide-ifdef-use-define-alist):
8431 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
8432
8433 2005-02-22 Simon Josefsson <jas@extundo.com>
8434
8435 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
8436 New variable.
8437 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
8438 Oskarsson" <myrkraverk@users.sourceforget.net>.
8439
8440 2005-02-22 Kim F. Storm <storm@cua.dk>
8441
8442 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
8443 check that window of that event is the selected window.
8444 (mouse-drag-region-1): Compare mouse event window to selected
8445 window before setting point.
8446
8447 * tooltip.el (tooltip-show-help-function): Pass event to
8448 mouse-on-link-p so it can check selected window.
8449
8450 2005-02-22 Kenichi Handa <handa@m17n.org>
8451
8452 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
8453 (ps-mule-show-warning): New function.
8454 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
8455 characters are found.
8456
8457 * ps-print.el (ps-header-footer-string): Return a list of header
8458 and footer strings.
8459
8460 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8461
8462 * pcvs.el (cvs-retrieve-revision): Fix thinko.
8463
8464 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 * frame.el (blink-cursor-mode): Use define-minor-mode.
8467
8468 * term/mac-win.el (function-key-map): Use char-names more consistently.
8469 (file-name-coding-system): Only set it for MacOS-9. The other case is
8470 already handled in mule-cmds.el (where it also works when mac-win.el
8471 is not used).
8472
8473 2005-02-21 Kenichi Handa <handa@m17n.org>
8474
8475 * international/mule.el (ctext-pre-write-conversion): Always use
8476 " *code-converting-work*" buffer for work.
8477
8478 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
8479
8480 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
8481
8482 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
8483
8484 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
8485
8486 * ses.el (undo-more): Restore defadvice, but only the part that
8487 allows changes outside the restricted area of the buffer.
8488
8489 2005-02-20 Kim F. Storm <storm@cua.dk>
8490
8491 * simple.el (line-move): Add fourth optional arg try-vscroll which
8492 must be set to perform auto-window-vscroll.
8493 When moving backwards and doing auto-window-vscroll, automatically
8494 vscroll to the last part of lines which are taller than the window.
8495 (next-line, previous-line): Set try-vscroll arg on line-move.
8496
8497 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8498
8499 * replace.el (query-replace, query-replace-regexp)
8500 (replace-string, replace-regexp): When operating on region, make
8501 the minibuffer prompt say so.
8502
8503 * isearch.el (isearch-forward): Document isearch-query-replace and
8504 isearch-query-replace-regexp keybindings.
8505
8506 2005-02-19 Jay Belanger <belanger@truman.edu>
8507
8508 * calc/calc-aent.el (math-read-token): Add local variable.
8509
8510 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
8511 (calc-edit-top): Move declaration to earlier in file.
8512 (calc-edit-macro-repeats): Add local variables.
8513
8514 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
8515 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
8516 calcFunc-tanh.
8517 Adjust integration rule for calcFunc-tan.
8518
8519 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8520
8521 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
8522 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
8523 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
8524 (viper-skip-separators): Bug fix.
8525 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
8526 particular major mode.
8527 (viper-del-backward-char-in-replace): Don't put deleted char on the
8528 kill ring.
8529
8530 * viper-ex.el (viper-color-display-p): New function.
8531 (viper-has-face-support-p): Use viper-color-display-p.
8532
8533 * viper-keym.el (viper-gnus-modifier-map): New keymap.
8534
8535 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
8536
8537 * viper-util.el (viper-glob-unix-files): Fix shell status check.
8538 (viper-file-remote-p): Make equivalent to file-remote-p.
8539
8540 * viper.el (viper-major-mode-modifier-list):
8541 Use viper-gnus-modifier-map.
8542
8543 2005-02-19 David Kastrup <dak@gnu.org>
8544
8545 * subr.el (subregexp-context-p): Fix garbled doc string by adding
8546 quoting.
8547
8548 2005-02-19 Jay Belanger <belanger@truman.edu>
8549
8550 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
8551 Remove extra definitions.
8552 (calc-coth): New function.
8553 (calcFunc-cot): Fix `let'.
8554
8555 2005-02-19 Eli Zaretskii <eliz@gnu.org>
8556
8557 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
8558 the reasons we use "type pc" in these faces.
8559
8560 * button.el (button): Ditto.
8561
8562 2005-02-19 Michael Mauger <mmaug@yahoo.com>
8563
8564 * replace.el (query-replace-read-from): Set the value of
8565 query-replace-from-history-variable to handle the case of an empty
8566 string entered to accept the suggested default.
8567
8568 * net/tramp.el (tramp-file-name-for-operation):
8569 Use dired-call-process instead of dired-call-process-command.
8570
8571 2005-02-19 Jay Belanger <belanger@truman.edu>
8572
8573 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
8574 (math-div-non-trig): New variables.
8575 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
8576 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
8577 (math-combine-prod, math-div-symb-fancy): Add simplifications for
8578 trig expressions.
8579
8580 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
8581
8582 * progmodes/gdb-ui.el (gdb-var-update-handler)
8583 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
8584 for watch expressions,
8585 (gdb-var-create-handler): Don't set speedbar-update-flag.
8586 (gdb-post-prompt): Simplify test for speedbar.
8587
8588 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8589
8590 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
8591 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
8592 we use the syntax table of the correct buffer.
8593 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
8594 Felix Gatzemeier.
8595
8596 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
8597 (ediff-file-remote-p): Make synonymous with file-remote-p.
8598 In all deffaces ediff-*-face-*, use min-colors.
8599
8600 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
8601 ediff-recurse-to-subdirectories.
8602 (ediff-mark-if-equal): Check that the arguments are strings, use
8603 ediff-same-contents (after to Felix Gatzemeier).
8604
8605 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
8606 nil.
8607
8608 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8609
8610 * log-view.el (log-view-message-re): Fix up Subversion regexp.
8611
8612 2005-02-18 David Kastrup <dak@gnu.org>
8613
8614 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
8615 use `mark-active' when defined.
8616
8617 2005-02-18 Kenichi Handa <handa@m17n.org>
8618
8619 * ps-print.el (ps-font-info-database): New entry
8620 ZapfChancery-MediumItalic with correct font name. Fix font name
8621 of the entry Zapf-Chancery-MediumItalic.
8622
8623 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8624
8625 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
8626
8627 2005-02-16 Kim F. Storm <storm@cua.dk>
8628
8629 * ido.el (ido-fallback-command): Pass user input to fallback command.
8630
8631 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
8632
8633 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8634 (gdb-find-file-hook): Add server prefix.
8635
8636 2005-02-16 Richard M. Stallman <rms@gnu.org>
8637
8638 * replace.el (perform-replace): Pass new args to replace-highlight.
8639 (replace-highlight): Take region args,
8640 and pass them to isearch-lazy-highlight-new-loop.
8641
8642 * novice.el (disabled-command-hook): Autoload the defalias
8643 and the make-obsolete-variable call.
8644
8645 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
8646
8647 * isearch.el (isearch-lazy-highlight-start-limit)
8648 (isearch-lazy-highlight-end-limit): New variables limit
8649 the region for highlighting.
8650 (isearch-lazy-highlight-new-loop): New args BEG and END.
8651 (isearch-lazy-highlight-search): Use the new vars.
8652 (isearch-lazy-highlight-update): Likewise.
8653
8654 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
8655
8656 * cus-start.el (all): Use default-boundp.
8657
8658 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
8659
8660 * menu-bar.el (menu-bar-select-frame): Handle current frame.
8661
8662 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
8663
8664 * autorevert.el (auto-revert-stop-on-user-input)
8665 (auto-revert-verbose): Doc fixes.
8666
8667 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8668
8669 * international/mule-cmds.el (set-locale-environment): Remove call
8670 to set-selection-coding-system on Windows.
8671
8672 2005-02-15 Jay Belanger <belanger@truman.edu>
8673
8674 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8675 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8676 calcFunc-coth.
8677 (math-simplify-sqrt): Add simplifications.
8678
8679 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8680 to list.
8681
8682 * calc/calc-ext.el: Add functions to autoloads.
8683
8684 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8685 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8686 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8687 (math-csc-raw, math-cot-raw): New functions.
8688
8689 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8690
8691 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8692 the variable name in a message.
8693
8694 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8695 calcFunc-csc, calcFunc-cot.
8696
8697 * calc/calcalg2.el: Add derivative and integration rules for
8698 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8699 calcFunc-csch, calcFunc-coth.
8700 (math-do-integral-methods): Add to checks for when to use
8701 substitutions.
8702
8703 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8704
8705 2005-02-15 Lute Kamstra <lute@gnu.org>
8706
8707 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8708 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
8709 <monnier@iro.umontreal.ca>
8710 (lisp-outline-level): Improve efficiency. Suggested by David
8711 Kastrup <dak@gnu.org>.
8712
8713 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
8714
8715 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8716 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8717 (gdb-set-gud-minor-mode-existing-buffers): New functions.
8718 (gdb-find-file-hook): New hook. Add it to find-file-hook.
8719 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8720
8721 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
8722
8723 * cus-start.el (all): Comment change.
8724
8725 2005-02-14 Lute Kamstra <lute@gnu.org>
8726
8727 * cus-start.el (all): Check if symbol is void.
8728
8729 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
8730
8731 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8732 optional argument to \cite.
8733
8734 2005-02-14 Richard M. Stallman <rms@gnu.org>
8735
8736 * cus-edit.el (custom-buffer-create-internal): Update help message.
8737 (custom-magic-alist): Update help messages.
8738
8739 * cus-start.el (all): Allow a var to specify a standard value.
8740
8741 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
8742
8743 * custom.el (custom-theme-set-variables): Handle variable aliases.
8744
8745 * frame.el (blink-cursor-timer): Doc fix.
8746 (blink-cursor): Make it an alias for `blink-cursor-mode' and
8747 declare obsolete.
8748 (blink-cursor-mode): Define with defcustom and use correct
8749 standard expression in that defcustom.
8750 * startup.el (command-line): Adapt to above changes in frame.el.
8751
8752 2005-02-11 Lute Kamstra <lute@gnu.org>
8753
8754 * apropos.el (apropos-score-doc): Prevent division by zero.
8755
8756 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
8757
8758 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8759 (icalendar--get-event-property-attributes)
8760 (icalendar--get-event-properties)
8761 (icalendar--datetime-to-diary-date): New functions.
8762 (icalendar--split-value): Doc fix.
8763 (icalendar--datetime-to-noneuropean-date)
8764 (icalendar--datetime-to-european-date): New optional argument
8765 SEPARATOR. Return result as a string instead of a list.
8766 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8767 (icalendar--convert-string-for-export): Rename arg S to STRING.
8768 (icalendar-export-region): Doc fix. Change name of error buffer.
8769 Save output buffer.
8770 (icalendar-import-file): Add blank at end of prompt.
8771 (icalendar-import-buffer): Doc fix. Do not switch to error
8772 buffer. Indicate status in return value.
8773 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
8774 buffer. Save output buffer. Handle exception from recurrence
8775 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
8776 events. Fix problems with weekly all-day events.
8777
8778 2005-02-10 Richard M. Stallman <rms@gnu.org>
8779
8780 * simple.el (eval-expression-print-format):
8781 Avoid warning about edebug-active.
8782
8783 * help.el (help-for-help-internal): Rename from help-for-help.
8784 (help-for-help): Define with defalias.
8785
8786 * font-core.el (font-lock-default-function): Use with-no-warnings.
8787
8788 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8789
8790 * custom.el (defface): Doc fix.
8791
8792 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
8793
8794 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8795 width 0" to prevent word wrapping problems.
8796
8797 2005-02-09 Kim F. Storm <storm@cua.dk>
8798
8799 * ido.el (ido-file-extensions-order): New defcustom.
8800 (ido-file-extension-lessp, ido-file-extension-aux)
8801 (ido-file-extension-order): New advanced file ordering.
8802 (ido-file-lessp): New simple file ordering.
8803 (ido-sort-list): Remove.
8804 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8805 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8806
8807 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
8808
8809 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8810 that some versions of grep produce.
8811 (grep-mode-font-lock-keywords): Likewise.
8812
8813 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
8814
8815 * progmodes/gdb-ui.el (gdb-location-list): New variable.
8816 (gdb-cdir): Delete.
8817 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8818 (gdb-source-info): Treat case when source file is in another
8819 directory properly.
8820 (gdb-get-location): New function.
8821
8822 2005-02-07 Jay Belanger <belanger@truman.edu>
8823
8824 * calc/calc-prog.el (calc-write-parse-table-part)
8825 (calc-fix-token-name): Fix a check for language type.
8826
8827 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8828
8829 2005-02-07 Andre Spiegel <spiegel@gnu.org>
8830
8831 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8832 as directory not writable.
8833
8834 2005-02-07 Kim F. Storm <storm@cua.dk>
8835
8836 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8837 (cua--standard-movement-commands): Remove list.
8838 Instead, set CUA property value to move for movement commands.
8839 (cua-movement-commands): Remove. Users must set CUA prop instead.
8840 (cua--pre-command-handler): Check CUA property.
8841 (cua--init-keymaps): Don't remap undo commands.
8842 (cua-mode): Don't call cua--rectangle-on-off.
8843
8844 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8845 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8846 (cua--rect-undo-set-point): New var.
8847 (cua--rectangle-undo-boundary): Setup undo apply entry.
8848 (cua--rect-undo-handler): New function for rectangle undo.
8849 (cua--rect-start-position, cua--rect-end-position): Add.
8850 (cua--rectangle-post-command): Call cua--rectangle-set-corners
8851 for restored rectangle. Set point if cua--rect-undo-set-point.
8852
8853 2005-02-06 Jay Belanger <belanger@truman.edu>
8854
8855 * calc/calc-lang.el (calc-tex-language): Display more information
8856 in messages.
8857
8858 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8859 in TeX mode.
8860
8861 2005-02-06 Richard M. Stallman <rms@gnu.org>
8862
8863 * emacs-lisp/lisp.el (buffer-end): Doc fix.
8864
8865 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8866
8867 * net/ldap.el (ldap-search-internal): Support attributes with
8868 optional descriptions separated by a semi-colon, as in
8869 "userCertificate;binary".
8870
8871 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8872
8873 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8874 isn't a cons (i.e. the version is 0).
8875
8876 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8877
8878 * help.el (help-for-help): Doc fix.
8879
8880 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
8881
8882 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
8883 GDB-Windows on the menu-bar as this works better.
8884
8885 2005-02-04 Jay Belanger <belanger@truman.edu>
8886
8887 * calc/calc-embed.el (calc-embedded-update): Don't put in
8888 unnecessary newlines. Adjust the end of formula marker.
8889
8890 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8891 (math-latex-parse-two-args): New function.
8892
8893 2005-02-03 Lute Kamstra <lute@gnu.org>
8894
8895 * help-fns.el (help-with-tutorial): Make sure that users cannot
8896 remove the entire text of the tutorial by means of `undo'.
8897
8898 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8901 in recent changes, where the ispell process was repeatedly
8902 killed & restarted.
8903
8904 * international/mule-cmds.el (set-locale-environment): Set file-name
8905 coding system to utf-8 on Darwin systems.
8906 (set-default-coding-systems): Don't set default-file-name-coding-system
8907 on Darwin systems.
8908
8909 2005-02-03 Richard M. Stallman <rms@gnu.org>
8910
8911 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8912
8913 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
8914
8915 * faces.el (list-faces-display): Add optional argument.
8916
8917 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8918
8919 * font-core.el (font-lock-default-function): Handle the rare case where
8920 only font-lock-keywords is set.
8921
8922 2005-02-02 Kenichi Handa <handa@m17n.org>
8923
8924 * international/characters.el: Cancel previous change for
8925 I-WITH-DOT-ABOVE and DOTLESS-i.
8926
8927 * international/latin-5.el: Cancel previous change.
8928
8929 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8930
8931 * progmodes/gud.el: Correction to syntax in gud-menu-map.
8932
8933 2005-02-02 Kenichi Handa <handa@m17n.org>
8934
8935 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8936 DOTLESS-i.
8937
8938 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8939 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8940
8941 * case-table.el (get-upcase-table): New function.
8942 (copy-case-table): Copy upcaes table too if non-nil.
8943 (set-case-syntax-delims): Maintain upcase table too.
8944 (set-case-syntax-pair): Likewise.
8945 (set-upcase-syntax, set-downcase-syntax): New functions.
8946 (set-case-syntax): Maintain upcase table too.
8947
8948 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8949
8950 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8951
8952 * progmodes/gud.el (gud-goto-info): New function.
8953 (gud-tool-bar-map): Use correct icon.
8954
8955 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8956
8957 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8958 When delegating, order args in the funcall correctly.
8959
8960 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8961
8962 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8963
8964 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
8965
8966 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8967 buffer not visiting a file.
8968
8969 2005-01-31 Jay Belanger <belanger@truman.edu>
8970
8971 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8972 bound on the line with the formula.
8973
8974 2005-01-31 Kim F. Storm <storm@cua.dk>
8975
8976 * ses.el (ses-create-cell-variable-range)
8977 (ses-destroy-cell-variable-range, ses-reset-header-string)
8978 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8979 (ses-insert-row): Fix format of apply undo entries.
8980
8981 2005-01-31 Jay Belanger <belanger@truman.edu>
8982
8983 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8984 parts.
8985
8986 * calc/calc-embed.el (calc-embedded-open-formula)
8987 (calc-embedded-close-formula): Ignore matrix environments.
8988
8989 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8990 TeX mode.
8991
8992 * calc/calc-lang.el (math-function-table, math-oper-table)
8993 (math-variable-table): Adjust the LaTeX portions.
8994
8995 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8996 (math-latex-ignore-words): New constant.
8997
8998 2005-01-31 Richard M. Stallman <rms@gnu.org>
8999
9000 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
9001 (ispell-local-dictionary): Doc fix.
9002 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
9003 Don't reinitialize at run time. Don't defcustom.
9004 All uses changed to append ispell-local-dictionary-alist,
9005 or check it first.
9006 (ispell-current-dictionary): New variable for dictionary in use.
9007 (ispell-dictionary): Now used only for global default.
9008 (ispell-start-process): Set ispell-current-dictionary,
9009 not ispell-dictionary.
9010 (ispell-change-dictionary): Use this only for setting
9011 user preferences.
9012 (ispell-internal-change-dictionary): New function
9013 to change the current dictionary in use.
9014 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
9015 Use ispell-current-dictionary.
9016 Handle ispell-local-dictionary-overridden.
9017 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
9018
9019 2005-01-31 Jay Belanger <belanger@truman.edu>
9020
9021 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
9022
9023 * calc/calc-ext.el: Add calc-latex-language to autoloads.
9024 (calc-mode-map): Add calc-latex-language.
9025
9026 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
9027 (math-latex-print-frac): New functions.
9028 (math-oper-table, math-function-table, math-variable-table)
9029 (math-complex-format, math-input-filter): Add latex properties.
9030 (calc-set-language): Set math-expr-special-function-mapping.
9031
9032 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
9033 (calc-write-parse-table-part): Add LaTeX support.
9034
9035 * calc/calc.el (calc-language): Adjust docstring.
9036 (calc-set-mode-line): Add LaTeX support.
9037 (math-expr-special-function-mapping): New variable.
9038 (math-tex-ignore-words): Add to list.
9039
9040 * calc/calccomp.el (math-compose-expr, math-compose-rows):
9041 Add LaTeX support.
9042 (math-compose-expr): Add support for special functions.
9043
9044 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
9045
9046 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
9047
9048 * progmodes/gdb-ui.el (gdb-memory-address)
9049 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
9050 (gdb-memory-mode-map, gdb-memory-format-keymap)
9051 (gdb-memory-format-menu, gdb-memory-unit-keymap)
9052 (gdb-memory-unit-menu): New variables for a buffer
9053 that lets the user examine program memory.
9054 (gdb-memory-set-address, gdb-memory-set-repeat-count)
9055 (gdb-memory-format-binary, gdb-memory-format-octal)
9056 (gdb-memory-format-unsigned, gdb-memory-format-signed)
9057 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
9058 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
9059 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9060 (gdb-memory-unit-byte, gdb-memory-unit-menu)
9061 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
9062 (gdb-memory-mode, gdb-memory-buffer-name)
9063 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
9064 New functions for above buffer.
9065
9066 2005-01-30 Richard M. Stallman <rms@gnu.org>
9067
9068 * cus-edit.el (custom-bury-buffer): Function deleted.
9069 (custom-buffer-done-function): Option deleted.
9070 (custom-buffer-done-kill): New (replacement option.
9071 (Custom-buffer-done): Call quit-window.
9072 (custom-buffer-create-internal): Update for above changes.
9073
9074 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
9075
9076 * simple.el (undo-ask-before-discard): New var.
9077 (undo-outer-limit-truncate): Implement it.
9078 (undo-extra-outer-limit): Doc update.
9079
9080 2005-01-29 Richard M. Stallman <rms@gnu.org>
9081
9082 * ses.el (undo-more): Delete defadvice.
9083 (ses-begin-change): Doc fix.
9084
9085 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
9086 instead of rebinding C-x u and C-_.
9087
9088 * files.el (normal-backup-enable-predicate): Return nil for files
9089 in /tmp, regardless of temporary-file-directory.
9090
9091 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
9092
9093 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
9094 (open-rectangle, delete-whitespace-rectangle-line)
9095 (clear-rectangle-line): If FILL, pass t instead of FILL
9096 for move-to-column's 2nd arg.
9097
9098 * simple.el (undo): Fix the test for continuing a series of undos.
9099 (undo-more): Set pending-undo-list to t when we reach end.
9100 (pending-undo-list): Move up defvar.
9101
9102 * wid-edit.el (widget-button-click):
9103 Shorten the range of the track-mouse binding.
9104
9105 * comint.el (comint-insert-input): Undo previous changes;
9106 use last-input-event in interactive spec.
9107
9108 2005-01-29 Eli Zaretskii <eliz@gnu.org>
9109
9110 * progmodes/compile.el (compilation-start): Bind buffer-read-only
9111 to nil before invoking call-process. Reset buffer's modified flag
9112 after fontifying it in the no-async branch.
9113
9114 * wid-edit.el (widget-specify-button): If mouse pointer shape
9115 cannot be changed, use mouse face instead.
9116
9117 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
9118
9119 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9120 (gdb-goto-breakpoint): Make breakpoint handling work on template
9121 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
9122 (gdb-assembler-custom): Update to recognize breakpoint information
9123 added on 2005-01-19.
9124
9125 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
9128 (dsssl-mode): Use define-derived-mode.
9129 (scheme-mode-initialize): Remove.
9130 (scheme-mode): Use run-mode-hooks.
9131
9132 * cus-edit.el (customize-group-other-window)
9133 (custom-buffer-create-other-window): Don't override special-display-*.
9134 (custom-mode-map): Make it dense.
9135
9136 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
9137 sets the default value.
9138
9139 2005-01-28 Eli Zaretskii <eliz@gnu.org>
9140
9141 * descr-text.el: Add more keywords.
9142
9143 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * speedbar.el: Avoid unnecessary use of locate-library.
9146
9147 * international/mule-cmds.el (standard-display-european-internal):
9148 Don't fiddle with latin-1 non-break space any more since it's now
9149 special cased in the C code.
9150 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
9151
9152 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
9153
9154 * cus-start.el (all): Add `undo-outer-limit'.
9155
9156 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9157
9158 * textmodes/bibtex.el (bibtex-format-entry):
9159 Use `bibtex-empty-field-re' only on the text of fields, not on entire
9160 field lines.
9161 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
9162 not on part of a buffer.
9163
9164 2005-01-25 Lute Kamstra <lute@gnu.org>
9165
9166 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
9167 nonempty field text strings like "{letters\\macro{}more letters}".
9168 Clarify docstring.
9169 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
9170 (bibtex-entry-offset, bibtex-parse-association)
9171 (bibtex-parse-field-name): Fix typos in docstrings.
9172 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
9173
9174 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
9175
9176 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
9177 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
9178 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
9179 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
9180
9181 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
9182 isearch minor mode.
9183
9184 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
9185
9186 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
9187
9188 2005-01-24 Lute Kamstra <lute@gnu.org>
9189
9190 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
9191 CASECHARS and NOT-CASECHARS regular expressions of the
9192 "nederlands" and "nederlands8" dictionaries to prevent a "Range
9193 striding over charsets" error.
9194
9195 2005-01-24 Jay Belanger <belanger@truman.edu>
9196
9197 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
9198 display variable name.
9199
9200 2005-01-24 Kenichi Handa <handa@m17n.org>
9201
9202 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
9203 Fix setting of the element of encoded-kbd-iso2022-invocations.
9204
9205 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
9206
9207 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9208 (gdb-threads-select): Change to also accept mouse events.
9209 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
9210 (gdb-threads-mouse-select): Delete.
9211
9212 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
9213
9214 * files.el (insert-directory): Take care of empty directory,
9215 listed without -a switch.
9216
9217 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 * textmodes/refill.el (refill-post-command-function):
9220 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
9221 to the list of functions that we should be careful not to undo.
9222 (refill-late-fill-paragraph-function): Remove.
9223 (refill-saved-state): New var.
9224 (refill-mode): Use it to save fill-paragraph-function.
9225 Save also the value of auto-fill-function.
9226
9227 * term/w32-win.el: Simplify code.
9228
9229 2005-01-23 Kim F. Storm <storm@cua.dk>
9230
9231 * simple.el (line-move): Adapt to new return value from
9232 pos-visible-in-window-p.
9233
9234 * simple.el (line-move): Fix last change. Check partial
9235 visibility at point rather than at window-start.
9236
9237 2005-01-22 Jason Rumney <jasonr@gnu.org>
9238
9239 * term/w32-win.el (xw-defined-colors): Remove debug-message.
9240
9241 2005-01-22 David Kastrup <dak@gnu.org>
9242
9243 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
9244
9245 2005-01-22 Eli Zaretskii <eliz@gnu.org>
9246
9247 * type-break.el (type-break-mode): Add a test for
9248 type-break-file-name being non-nil.
9249
9250 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9251
9252 * net/eudc.el (top level): Call (message "") via progn, so that
9253 eudc-options-file is loaded.
9254
9255 2005-01-22 Kim F. Storm <storm@cua.dk>
9256
9257 * simple.el (line-move-1): Rename from line-move.
9258 (line-move): New function that adjusts vscroll for partially
9259 visible rows, and calls line-move-1 otherwise.
9260
9261 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
9262
9263 * pcomplete.el: define pcomplete-read-event instead of read-event,
9264 since it's not a complete read-event implementation
9265
9266 2005-01-20 Jay Belanger <belanger@truman.edu>
9267
9268 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
9269 for called function.
9270
9271 2005-01-20 Steven Tamm <steventamm@mac.com>
9272
9273 * term/mac-win.el (process-connection-type): Remove.
9274 Controlled now by s/darwin.h:PTY_ITERATION.
9275
9276 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9277
9278 * window.el (handle-select-window): Don't switch window when we're
9279 in the minibuffer.
9280
9281 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
9282
9283 * subr.el (dotimes-with-progress-reporter): New macro.
9284
9285 * ses.el (ses-dotimes-msg): Remove macro.
9286 Use `dotimes-with-progress-reporter' instead.
9287
9288 2005-01-19 Steven Tamm <steventamm@mac.com>
9289
9290 * term/mac-win.el (process-connection-type): Use new
9291 operating-system-release variable to use ptys on Darwin 7 (OS X
9292 10.3) when using carbon build.
9293
9294 2005-01-19 Jay Belanger <belanger@truman.edu>
9295
9296 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
9297 flags if the last command was a tab or M-tab.
9298
9299 * calc/calc-prog.el (calc-user-define-edit): Put original formula
9300 in formula editing buffer.
9301
9302 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9303
9304 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
9305 breakpoint image symbol in margin.
9306
9307 2005-01-19 Jay Belanger <belanger@truman.edu>
9308
9309 * calc/calc-prog.el (calc-execute-kbd-macro):
9310 Ignore calc-keep-arg-flag.
9311
9312 2005-01-19 Kenichi Handa <handa@m17n.org>
9313
9314 * textmodes/ispell.el (ispell-looking-at): New function.
9315 (ispell-process-line): Use ispell-looking-at to compare the ispell
9316 output and the buffer contents.
9317
9318 2005-01-18 Jay Belanger <belanger@truman.edu>
9319
9320 * calc/calc.el (calc-display-raw): Fix docstring.
9321
9322 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * simple.el (blink-matching-open): Strip extra info from syntax.
9325
9326 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
9327 funny chars in the end-of-here-doc marker.
9328
9329 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9330
9331 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
9332 that enable/disabled state of breakpoints is shown correctly in
9333 fringe and on ttys.
9334 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
9335 Add breakpoint information as text properties.
9336 (gdb-mouse-toggle-breakpoint):
9337 Rename to gdb-mouse-set-clear-breakpoint.
9338 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
9339 breakpoints in the margin.
9340 (gdb-remove-strings): Simplify.
9341
9342 2005-01-17 Jay Belanger <belanger@truman.edu>
9343
9344 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
9345 erasing buffer.
9346
9347 2005-01-17 Richard M. Stallman <rms@gnu.org>
9348
9349 * progmodes/grep.el (grep-find): Copy from `grep' the condition
9350 for calling grep-compute-defaults.
9351
9352 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
9353 if buffer is empty.
9354
9355 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
9356
9357 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
9358
9359 * hilit-chg.el (highlight-changes-mode): Don't autoload.
9360
9361 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
9362 non-preloaded variables.
9363
9364 2005-01-17 Steven Tamm <steventamm@mac.com>
9365
9366 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
9367 tex-shell cause to force interactivity when using pipes.
9368
9369 2005-01-17 Kim F. Storm <storm@cua.dk>
9370
9371 * simple.el (just-one-space): Make arg optional.
9372
9373 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
9374
9375 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
9376 posn-at-x-y to t to access left-margin.
9377
9378 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9379
9380 Sync with Tramp 2.0.47.
9381
9382 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
9383 catching keep-date problems in cp/scp operations.
9384 (tramp-handle-copy-file): Don't call `set-file-modes'
9385 unconditionally. Specialized functions should know better what is
9386 necessary. This improves performance a little bit, and the
9387 functions could catch errors with `cp -p' and `scp -p'.
9388 (tramp-do-copy-or-rename-file-via-buffer)
9389 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
9390 when appropriate.
9391 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
9392 Call `set-file-modes' when appropriate.
9393 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
9394 Johnsson <isak@hypergene.com>
9395 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
9396 of both Tramp buffer and debug buffer. Reported by Joakim Verona
9397 <joakim@verona.se>
9398 (tramp-file-name-for-operation): Mark `shell-command' as magic for
9399 Emacs only.
9400
9401 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
9402 `find-file-hooks' and `dired-mode-hook'.
9403 (tramp-minor-mode-map): Respective map. Add remapping for
9404 `compile' and `recompile'.
9405 (tramp-remap-command, tramp-recompile): New defuns.
9406 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
9407 in buffer "*Compilation*". Call the commands asynchronously.
9408
9409 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
9410 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
9411 `shell-command', because it isn't magic in XEmacs. Reported by
9412 Adrian Aichner <adrian@xemacs.org>.
9413
9414 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9415 `substitute-in-file-name.
9416 (tramp-smb-handle-substitute-in-file-name): New defun.
9417 (tramp-smb-advice-PC-do-completion): Delete advice.
9418
9419 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
9420
9421 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
9422 Fix error in deleting region.
9423
9424 2005-01-15 Richard M. Stallman <rms@gnu.org>
9425
9426 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
9427 In non-temp buffer, switch syntax table temporarily.
9428
9429 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
9430
9431 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
9432
9433 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
9434
9435 * imenu.el (imenu--split-menu): Copy menulist before sorting.
9436 (imenu--generic-function): Use START, not BEG, as pos of definition.
9437
9438 * simple.el (just-one-space): Argument specifies number of spaces.
9439
9440 * simple.el (eval-expression-print-format): Avoid warning
9441 about edebug-active.
9442
9443 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
9444
9445 * progmodes/sh-script.el: Code copied from make-mode.el
9446 with small changes,
9447 (sh-mode-map): Bind C-c C-\.
9448 (sh-backslash-column, sh-backslash-align): New variables.
9449 (sh-backslash-region, sh-append-backslash): New functions.
9450
9451 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
9452
9453 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
9454 (rmail-pop-password, rmail-pop-password-required): Move to
9455 rmail-obsolete group.
9456 (rmail-set-pop-password): Rename to rmail-set-remote-password.
9457 All callers updated.
9458 (rmail-get-pop-password): Rename to rmail-get-remote-password.
9459 Take an argument specifying whether it is POP or IMAP mailbox we
9460 are using. All callers updated.
9461 (rmail-pop-password-error): Rename to
9462 rmail-remote-password-error. Added mailutils-specific error message.
9463 (rmail-movemail-search-path)
9464 (rmail-movemail-variant-in-use): New variables.
9465 (rmail-remote-password, rmail-remote-password-required):
9466 New customization variables.
9467 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
9468 (rmail-parse-url): New function.
9469 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
9470 with GNU mailutils movemail.
9471
9472 2005-01-15 Kevin Ryde <user42@zip.com.au>
9473
9474 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
9475 suffix to space, $ or '$, to correctly position point when going
9476 to @table style constants like DBL_MAX.
9477
9478 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9479
9480 * type-break.el (type-break-mode, type-break-file-time)
9481 (type-break-file-keystroke-count, type-break-choose-file):
9482 Don't store data in or load data from the file if type-break-file-name
9483 is nil.
9484 (type-break-file-name): Doc update as per the above.
9485
9486 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
9487
9488 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
9489 lookup-key might return nil; handle that.
9490
9491 2005-01-15 Alan Mackenzie <acm@muc.de>
9492
9493 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
9494 rather than the element found, thus enabling the tree to be setcar'd.
9495
9496 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9497
9498 * textmodes/org.el (org-show-following-heading): New option.
9499 (org-show-hierarchy-above): Use `org-show-following-heading'.
9500 (org-cycle): Documentation fix.
9501
9502 * textmodes/org.el (orgtbl-optimized): New option
9503 (orgtbl-mode): New command, a minor mode.
9504 (orgtbl-mode-map): New variable.
9505 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
9506 (orgtbl-error, orgtbl-self-insert-command)
9507 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
9508
9509 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
9510 a local variable in each org-mode buffer.
9511
9512 * textmodes/org.el (org-set-regexps-and-options): Rename from
9513 `org-set-regexps'. Added checking for STARTUP keyword.
9514 (org-get-current-options): Add STARTUP options.
9515 (org-table-insert-row): Make mode intelligent about when
9516 realignment is needed.
9517 (org-self-insert-command, org-delete-backward-char, org-delete-char):
9518 New commands.
9519 (org-enable-table-editor): New default value `optimized'.
9520 (org-table-blank-field): Support blanking regions if active.
9521
9522 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9523
9524 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
9525 if the year is not given.
9526
9527 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
9528 Add new escapes %m and %M, fixed bug with %F by adding
9529 save-match-data.
9530 (reftex-reference): Remove ?. from list of spaces.
9531 (reftex-label-info): Add automatic label prefix recognition.
9532
9533 * textmodes/reftex-index.el (reftex-index-next-phrase):
9534 Add slave parameter to call of `reftex-index-this-phrase'.
9535 (reftex-index-this-phrase): New optional argument.
9536 (reftex-index-region-phrases): Add slave parameter to call of
9537 `reftex-index-this-phrase'.
9538 (reftex-display-index): New argument redo.
9539 (reftex-index-rescan): Add 'redo to arguments of
9540 `reftex-display-index'.
9541 (reftex-index-Rescan, reftex-index-revert)
9542 (reftex-index-switch-index-tag): Add 'redo to arguments of
9543 `reftex-display-index'.
9544 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
9545 indexing. Fix bug with matching is there is a quote before or
9546 after the word.
9547
9548 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
9549 Fix bug when collecting citation keys in lines with comments.
9550 (reftex-citation): Prefix argument no longer rescans the document,
9551 but forces prompting for optional arguments of cite macros.
9552 (reftex-do-citation): Prompting for optional arguments implemented.
9553
9554 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9555 Add optional arguments to most cite commands.
9556 (reftex-cite-cleanup-optional-args): New option
9557 (reftex-cite-prompt-optional-args): New option.
9558 (reftex-trust-label-prefix): New option.
9559
9560 * textmodes/reftex-toc.el (reftex-toc-find-section):
9561 Add push-mark before changing the position in the buffer.
9562
9563 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
9564 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
9565
9566 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
9567
9568 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
9569 more carefully.
9570
9571 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9572
9573 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
9574 (sgml-mode): Use it.
9575 (sgml-get-context): Better keep track of implicitly closed tags.
9576
9577 2005-01-13 Kenichi Handa <handa@m17n.org>
9578
9579 * textmodes/ispell.el: These changes are to fix misalignment error
9580 caused by equivalent characters of different Emacs charsets.
9581 (ispell-unified-chars-table): New variable.
9582 (ispell-get-decoded-string): New function.
9583 (ispell-get-casechars, ispell-get-not-casechars)
9584 (ispell-get-otherchars): Call ispell-get-decoded-string.
9585
9586 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9587
9588 * custom.el (custom-declare-variable): Just put symbol instead
9589 of (defvar . symbol) in `current-load-list'.
9590
9591 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9592
9593 * emacs-lisp/elint.el: Fixed typo in Commentary section.
9594
9595 2005-01-12 Jay Belanger <belanger@truman.edu>
9596
9597 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
9598 to create a Calc summary.
9599
9600 2005-01-12 Kim F. Storm <storm@cua.dk>
9601
9602 * mouse.el (mouse-on-link-p): Change functionality and doc
9603 string to comply with latest description in lisp ref.
9604
9605 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
9606
9607 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
9608 Enable mouse clicks on mode-line, header-line and margin.
9609 (event-type): Give mouse event symbols an 'event-kind property
9610 with value 'mouse-click.
9611
9612 2005-01-12 Juri Linkov <juri@jurta.org>
9613
9614 * facemenu.el (list-colors-display): Add new arg buffer-name.
9615 Use it. Fix docstring. Replace code for identifying duplicate
9616 colors by the name with call to `list-colors-duplicates' which
9617 identifies duplicate colors by the value unless the color
9618 is one of special Windows colors. Set truncate-lines to t.
9619 Print sorted duplicate color names on each line. Indent to 22
9620 \(the longest color name in rgb.txt) instead of 20. Optimize.
9621 (list-colors-duplicates): New function.
9622 (facemenu-color-name-equal): Delete function.
9623
9624 * facemenu.el (list-colors-print): New function created from code
9625 in list-colors-display. Print #RRGGBB at the window right edge.
9626 (list-colors-display): When temp-buffer-show-function is not
9627 defined, call list-colors-print from temp-buffer-show-hook
9628 to get the right value of window-width in list-colors-print
9629 after the buffer is displayed.
9630
9631 * simple.el (pop-mark): Move deactivate-mark out of conditional
9632 part to deactivate the active mark regardless of the state of the
9633 mark ring.
9634
9635 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
9636 variables line in desktop files.
9637
9638 2005-01-12 Juri Linkov <juri@jurta.org>
9639
9640 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
9641 Bring together isearch highlight related options.
9642 (lazy-highlight): Replace group `replace' by `matching'.
9643 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9644 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9645 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
9646 and declare them obsolete.
9647 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
9648 (isearch-faces): Remove defgroup.
9649 (isearch-overlay, isearch-highlight, isearch-dehighlight):
9650 Move isearch highlighting code closer to lazy highlighting code.
9651
9652 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
9653 (query-replace-highlight, query-replace-lazy-highlight)
9654 (query-replace): Move definitions to the beginning of the file.
9655
9656 2005-01-11 Juri Linkov <juri@jurta.org>
9657
9658 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
9659 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
9660 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
9661
9662 * info.el (Info-history-forward): New variable.
9663 (Info-select-node): Reset Info-history-forward to nil.
9664 (Info-last): Turn into defalias.
9665 (Info-history-back): Rename from Info-last.
9666 Add current node to Info-history-forward.
9667 (Info-history-forward): New fun.
9668 (Info-mode-map): Replace Info-last by Info-history-back.
9669 Bind Info-history-forward to "r".
9670 (Info-mode-menu): Replace Info-last by Info-history-back.
9671 Fix menu item text. Add menu item for Info-history-forward.
9672 (info-tool-bar-map): Replace Info-last by Info-history-back.
9673 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
9674 for Info-history-forward.
9675 (Info-mode): Replace Info-last by Info-history-back in docstring.
9676 Add local variable Info-history-forward.
9677 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9678
9679 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9680
9681 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9682 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9683 Ignore select-window events rather than fiddle with
9684 mouse-autoselect-window.
9685
9686 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
9687
9688 * type-break.el (type-break-mode): Fix previous change.
9689
9690 2005-01-10 Jay Belanger <belanger@truman.edu>
9691
9692 * calc/calc-ext.el (calc-reset): Reset when inside embedded
9693 calculator; only reset when point is inside a calculator.
9694 Don't adjust the window height if the window takes up the whole height
9695 of the frame.
9696
9697 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9698
9699 * ebuff-menu.el (Electric-buffer-menu-mode):
9700 Preserve value of buffer-local var header-line-format.
9701
9702 2005-01-09 Jay Belanger <belanger@truman.edu>
9703
9704 * calc/calc.el (calc-mode-var-list-restore-saved-values):
9705 Make sure settings file exists before accessing it.
9706
9707 * calc/calc-embed.el (calc-embedded-subst):
9708 Replace math-multi-subst-rec, which is only supposed to be called
9709 by math-multi-subst, by math-multi-subst.
9710
9711 2005-01-09 Andre Spiegel <spiegel@gnu.org>
9712
9713 * vc.el (vc-allow-async-revert): New user option.
9714 (vc-disable-async-diff): New internal variable.
9715 (vc-revert-buffer): Use them to disable asynchronous diff.
9716
9717 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9718 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9719 asynchronously if vc-disable-async-diff is t.
9720
9721 2005-01-09 Jay Belanger <belanger@truman.edu>
9722
9723 * calc/calc.el (defcalcmodevar): New macro.
9724 (calc-mode-var-list-restore-default-values)
9725 (calc-mode-var-list-restore-saved-values): New functions.
9726 (calc-mode-var-list): Use defcalcmodevar to define it.
9727 (calc-always-load-extensions, calc-line-numbering)
9728 (calc-line-breaking, calc-display-just, calc-display-origin)
9729 (calc-number-radix, calc-leading-zeros, calc-group-digits)
9730 (calc-group-char, calc-point-char, calc-frac-format)
9731 (calc-prefer-frac, calc-hms-format, calc-date-format)
9732 (calc-float-format, calc-full-float-format, calc-complex-format)
9733 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9734 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9735 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9736 (calc-matrix-brackets, calc-language, calc-language-option)
9737 (calc-left-label, calc-right-label, calc-word-size)
9738 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9739 (calc-display-raw, calc-internal-prec, calc-angle-mode)
9740 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9741 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9742 (calc-window-height, calc-display-trail, calc-show-selections)
9743 (calc-use-selections, calc-assoc-selections)
9744 (calc-display-working-message, calc-auto-why, calc-timing)
9745 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9746 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9747 (calc-gnuplot-default-device, calc-gnuplot-default-output)
9748 (calc-gnuplot-print-device, calc-gnuplot-print-output)
9749 (calc-gnuplot-geometry, calc-graph-default-resolution)
9750 (calc-graph-default-resolution-3d, calc-invocation-macro)
9751 (calc-show-banner): Use defcalcmodevar to declare them and set
9752 their default values.
9753
9754 * calc/calc-ext.el (calc-reset): Restore saved values of variables
9755 instead of default values (but restore default values if there is
9756 an argument of 0).
9757
9758 2005-01-09 David Kastrup <dak@gnu.org>
9759
9760 * desktop.el (desktop-restore-eager): Fix typo in type.
9761
9762 2005-01-08 Richard M. Stallman <rms@gnu.org>
9763
9764 * cus-edit.el (customize): Delete :link.
9765
9766 2005-01-08 Jay Belanger <belanger@truman.edu>
9767
9768 * calc/calc.el (calc-mode): Remove the extension from the
9769 `calc-settings-file' file name when loading it.
9770
9771 2005-01-08 Kim F. Storm <storm@cua.dk>
9772
9773 * info.el (Info-mode-map, Info-next-link-keymap)
9774 (Info-prev-link-keymap, Info-up-link-keymap):
9775 Map follow-link to mouse-face.
9776 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9777
9778 2005-01-08 Jay Belanger <belanger@truman.edu>
9779
9780 * calc/calc.el (calc-settings-file): Change default value.
9781 Suggested by cgw in a comment in calc-mode.el.
9782
9783 * calc/calc-mode.el (calc-settings-file-name):
9784 Compare calc-settings-file to user-init-file instead of ~/.emacs.
9785 Replace ~/.emacs in a prompt by calc-settings-file.
9786
9787 2005-01-07 Lars Hansen <larsh@math.ku.dk>
9788
9789 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9790 (desktop-lazy-idle-delay): New customizable variables.
9791 (desktop-buffer-args-list): New variable.
9792 (desktop-append-buffer-args): New function.
9793 (desktop-save): Call desktop-append-buffer-args for some buffers.
9794 (desktop-lazy-create-buffer): New function.
9795 (desktop-idle-create-buffers): New function.
9796 (desktop-read): Add message about buffers to restore lazily.
9797 (desktop-lazy-abort): New command.
9798 (desktop-clear): Call desktop-lazy-abort.
9799 (desktop-lazy-complete): New command.
9800
9801 2005-01-06 Richard M. Stallman <rms@gnu.org>
9802
9803 * emacs-lisp/find-func.el (find-face-definition):
9804 Rename from find-face.
9805
9806 2005-01-06 Kim F. Storm <storm@cua.dk>
9807
9808 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9809
9810 * man.el (Man-xref-man-page, Man-xref-header-file)
9811 (Man-xref-normal-file): Add follow-link property.
9812
9813 2005-01-06 Jay Belanger <belanger@truman.edu>
9814
9815 * calc/calc-units.el: Make sure the proper macro definitions are
9816 available when compiling.
9817
9818 2005-01-06 Juri Linkov <juri@jurta.org>
9819
9820 * isearch.el (isearch-lazy-highlight-update):
9821 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9822
9823 2005-01-06 Miles Bader <miles@gnu.org>
9824
9825 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9826 (isearch-lazy-highlight-face): Use new name.
9827
9828 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9829
9830 * uniquify.el (uniquify-rationalize-file-buffer-names):
9831 Re-add an interactive spec.
9832 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9833 to the same name.
9834
9835 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9836 (isearch-update, isearch-done): Adjust calls accordingly.
9837
9838 2005-01-05 Richard M. Stallman <rms@gnu.org>
9839
9840 * custom.el (custom-set-variables, custom-theme-set-variables):
9841 Clarify documentation.
9842
9843 * emacs-lisp/find-func.el (find-variable)
9844 (find-variable-other-window, find-variable-other-frame):
9845 Fix the TYPE args to find-function-read and find-function-do-it.
9846 (find-function): Doc fix.
9847 (find-function-at-point): Replace function-at-point alias.
9848
9849 2005-01-04 Richard M. Stallman <rms@gnu.org>
9850
9851 * cus-face.el (custom-declare-face):
9852 Record defface in current-load-list.
9853
9854 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9855
9856 * emacs-lisp/find-func.el: Doc fixes.
9857 (find-face-regexp): New variable.
9858 (find-function-regexp-alist): New variable.
9859 (find-function-C-source): Third arg is now TYPE.
9860 (find-function-search-for-symbol): Handle general TYPE.
9861 (find-function-read, find-function-do-it): Handle general TYPE.
9862 (find-definition-noselect, find-face): New functions.
9863 (function-at-point): Alias deleted.
9864
9865 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9866
9867 * battery.el (display-battery-mode): Rename from display-battery.
9868 Handle the case where it gets turned off.
9869
9870 2005-01-04 Richard M. Stallman <rms@gnu.org>
9871
9872 * cus-edit.el (customize): Make :link point to user doc.
9873
9874 * man.el (Man-fontify-manpage): Turn off undo generation.
9875
9876 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9877
9878 2005-01-04 Andreas Schwab <schwab@suse.de>
9879
9880 * files.el (insert-directory): Only look for error lines in
9881 inserted text. Don't move too far after processing --dired markers.
9882
9883 2005-01-04 Richard M. Stallman <rms@gnu.org>
9884
9885 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9886 Don't expand if the character is @, period, dash, etc.
9887 (define-mail-abbrev): Quote names that contain problem characters.
9888
9889 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
9890
9891 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9892
9893 2005-01-03 Richard M. Stallman <rms@gnu.org>
9894
9895 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9896 (query-replace-highlight, query-replace-lazy-highlight)
9897 (query-replace): Definitions moved up. Doc fix.
9898
9899 2005-01-03 Richard M. Stallman <rms@gnu.org>
9900
9901 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9902 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9903 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9904 (lazy-highlight-face): Rename from isearch-lazy-...
9905 Change all references to them.
9906
9907 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9908
9909 * cus-edit.el (custom-file): Doc fix for defcustom.
9910 (custom-file): The function no longer sets the variable
9911 `custom-file' to its return value.
9912
9913 * startup.el (command-line): No longer load `custom-file'.
9914
9915 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9916
9917 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9918
9919 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9920 Don't confuse module-prefixed identifiers for labels.
9921 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9922
9923 2005-01-02 Richard M. Stallman <rms@gnu.org>
9924
9925 * files.el (basic-save-buffer-1): Fix previous change.
9926
9927 * loadhist.el (file-loadhist-lookup): New function.
9928 (file-provides, file-requires): Use it.
9929
9930 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9931 instead of calculating the right size.
9932
9933 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
9934
9935 * vc-svn.el (vc-svn-diff): Stay local if possible.
9936
9937 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
9938
9939 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9940
9941 * files.el (hack-local-variables): Fix last change.
9942
9943 2005-01-02 Jay Belanger <belanger@truman.edu>
9944
9945 * calc/calc-yank.el (calc-edit-top): New variable.
9946 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9947 object. Change header properties.
9948 (calc-edit-finish, calc-edit-finish-stack-object)
9949 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9950 edited object.
9951 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9952 for the beginning of the edited object.
9953 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9954 for the beginning of the edited object.
9955 * calc/calc-prog.el (calc-edit-macro-finish-edit)
9956 (calc-finish-formula-edit, calc-macro-repeats)
9957 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9958 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9959 beginning of the edited object.
9960 (calc-user-define-edit): Change the header for editing macros.
9961 Remove unnecessary variable.
9962
9963 2005-01-01 Jay Belanger <belanger@truman.edu>
9964
9965 * calc/calc-yank.el (calc-edit-mode): Change default header.
9966 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9967 * calc/calc-store.el (calc-edit-variable): Change title to match new
9968 header.
9969 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9970 mode to match new header.
9971 (calc-user-define-edit): Change titles to include names of commands.
9972 (calc-finish-formula-edit): Adjust to handle new header.
9973 (calc-finish-macro-edit): Remove.
9974 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9975 (calc-edit-macro-command, calc-edit-macro-command-type)
9976 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9977 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9978 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9979 (calc-edit-macro-finish-edit): New functions.
9980 (calc-user-define-edit): Use new functions to edit named calc macros.
9981
9982 2005-01-01 Stefan <monnier@iro.umontreal.ca>
9983
9984 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9985
9986 * ses.el (copy-region-as-kill): Deactivate mark.
9987
9988 2005-01-01 Richard M. Stallman <rms@gnu.org>
9989
9990 * replace.el (occur-1): If the output buffer is also an input,
9991 don't kill it, rename it.
9992
9993 * faces.el (set-face-background, set-face-foreground): Doc fix.
9994
9995 * cus-face.el (custom-face-attributes): Fix :help-echo strings
9996 for :foreground and :background.
9997
9998 * dired.el (dired-view-command-alist): Variable deleted.
9999 (dired-view-file, dired-mouse-find-file-other-window):
10000 Delete the code to use it.
10001
10002 2005-01-01 Kim F. Storm <storm@cua.dk>
10003
10004 * image.el (insert-sliced-image): Use t for line-height property.
10005
10006 2004-12-31 Jay Belanger <belanger@truman.edu>
10007
10008 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
10009 for "var-" at the beginning of the minibuffer.
10010
10011 2004-12-31 Richard M. Stallman <rms@gnu.org>
10012
10013 * faces.el (read-face-name):
10014 Don't treat an attribute spec as a list of faces.
10015
10016 * simple.el (undo): Use undo-equiv-table to detect
10017 unexpected changes since previous undo.
10018 (undo-list-saved): Variable deleted.
10019 (buffer-disable-undo): Don't alter undo-list-saved.
10020
10021 * files.el (require-final-newline): Allow `visit' and `visit-save'.
10022 (mode-require-final-newline): New option.
10023 (after-find-file): Handle require-final-newline with new values.
10024 (basic-save-buffer): Handle new values of require-final-newline.
10025
10026 * progmodes/sh-script.el (sh-require-final-newline):
10027 Alist value now controls whether to use mode-require-final-newline.
10028 (sh-set-shell): Implement that new meaning.
10029
10030 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
10031 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
10032 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
10033 Delete old-Emacs compatibility code.
10034 (antlr-c-common-init): Function deleted.
10035
10036 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
10037 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
10038 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
10039 * progmodes/python.el (python-mode): Use mode-require-final-newline.
10040 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
10041 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
10042 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
10043 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
10044 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
10045 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
10046 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
10047 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
10048 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
10049 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
10050 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
10051 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
10052
10053 2004-12-31 Jay Belanger <belanger@truman.edu>
10054
10055 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
10056 way to return to Calc.
10057
10058 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
10059 finish, C-xk as the way to cancel the edit. Add cancel routine to
10060 kill-buffer-hook.
10061
10062 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
10063 MacEdit code.
10064
10065 * calc/calc-prog.el: Remove obsolete MacEdit code.
10066 (calc-macro-edit-algebraic, calc-macro-edit-variable)
10067 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
10068
10069 2004-12-31 Kenichi Handa <handa@m17n.org>
10070
10071 * international/mule.el (buffer-file-coding-system-explicit):
10072 Rename for explicit-buffer-file-coding-system.
10073 (after-insert-file-set-coding): Adjust for the above change.
10074
10075 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
10076 to buffer-file-coding-system-explicit.
10077 (basic-save-buffer-1): Likewise.
10078
10079 2004-12-30 Richard M. Stallman <rms@gnu.org>
10080
10081 * textmodes/artist.el (artist-butlast-fn): Var deleted.
10082 (artist-butlast, artist-last): Functions deleted.
10083 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
10084 (artist-compute-key-compl-table): Call remq directly.
10085 (artist-remove-nulls): Function deleted.
10086 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
10087 (artist-push, artist-pop): Macro deleted.
10088
10089 2004-12-30 Andreas Leue <al@sphenon.de>
10090
10091 * textmodes/artist.el (artist-version): 1.2.6
10092 (artist-prev-next-op-alist): New variable.
10093 (artist-select-next-op-in-list): New function.
10094 (artist-select-prev-op-in-list): New function.
10095 (artist-make-prev-next-op-alist): New function.
10096 (artist-is-in-op-list-p): New function.
10097 (artist-get-first-non-nil-op): New function.
10098 (artist-get-last-non-nil-op): New function.
10099 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
10100 artist-prev-next-op-alist.
10101 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
10102 change drawing operation.
10103
10104 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
10105
10106 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
10107
10108 2004-12-31 Masatake YAMATO <jet@gyve.org>
10109
10110 * server.el (server-process-filter): Suppress `error', too.
10111
10112 2004-12-30 Jay Belanger <belanger@truman.edu>
10113
10114 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
10115 Change the way a variable is displayed in a message.
10116
10117 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
10118 (calc-user-define-permanent, calc-execute-kbd-macro):
10119 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
10120
10121 2004-12-30 Kenichi Handa <handa@m17n.org>
10122
10123 * files.el (basic-save-buffer-1):
10124 Set explicit-buffer-file-coding-system to last-coding-system-used.
10125 (revert-buffer): Pay attention to
10126 explicit-buffer-file-coding-system (not buffer-file-coding-system)
10127 on bind coding-system-for-read.
10128
10129 * international/mule.el (explicit-buffer-file-coding-system):
10130 New buffer local variable.
10131 (after-insert-file-set-coding): Set it to coding-system-for-read.
10132
10133 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
10134
10135 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
10136
10137 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
10138
10139 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
10140 that include line numbers.
10141
10142 2004-12-29 Milan Zamazal <pdm@zamazal.org>
10143
10144 * files.el (hack-local-variables): If no PREFIX, set it to "^".
10145 Redundant variable PREFIXLEN removed.
10146
10147 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
10148
10149 * eshell/em-hist.el (eshell-previous-matching-input):
10150 Start the deletion from the end of the output.
10151
10152 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10153
10154 * term/mac-win.el: Require x-dnd.
10155 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
10156
10157 2004-12-29 David Kastrup <dak@gnu.org>
10158
10159 * international/mule.el (decode-coding-inserted-region):
10160 Don't barf if `buffer-undo-list' is already set to `t'.
10161
10162 2004-12-29 Jay Belanger <belanger@truman.edu>
10163
10164 * calc/calc-prog.el (calc-user-define-formula): Put default values
10165 for function names in prompts.
10166 (calc-user-define-permanent, calc-user-define-composition)
10167 (calc-user-define-formula): Remove the need for "calcFunc-" in the
10168 default input for algebraic functions.
10169
10170 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
10171
10172 * vc-rcs.el (vc-rcs-annotate-command):
10173 Fix omission bug: Call `vc-setup-buffer'.
10174
10175 2004-12-29 Kenichi Handa <handa@m17n.org>
10176
10177 * international/mule.el (recode-region): New function.
10178
10179 2004-12-28 Richard M. Stallman <rms@gnu.org>
10180
10181 * simple.el (undo-extra-outer-limit): New variable.
10182 (undo-outer-limit-truncate): Test and set it.
10183
10184 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
10185 enables the feature to extend the existing region.
10186
10187 * simple.el (mark-word): New arg ALLOW-EXTEND
10188 enables the feature to extend the existing region.
10189
10190 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
10191 enables the feature to extend the existing region.
10192
10193 * startup.el (site-run-file): Don't allow setting it with Custom.
10194
10195 * simple.el (buffer-disable-undo): Fix previous change.
10196
10197 2004-12-27 Masatake YAMATO <jet@gyve.org>
10198
10199 * hexl.el (hexlify-buffer): Remove fontification here.
10200 Use font lock mechanism instead.
10201 (hexl-font-lock-keywords): New font lock kewords.
10202 (hexl-mode-old-font-lock-keywords): New variable.
10203 (hexl-mode): Store the old font lock keywords.
10204 (hexl-mode-exit): Restore the old font lock keywords.
10205
10206 2004-12-27 Richard M. Stallman <rms@gnu.org>
10207
10208 * simple.el (undo): Fix previous change.
10209
10210 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10211
10212 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
10213 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
10214 Call x-open-connection on Mac OS X.
10215
10216 2004-12-27 Richard M. Stallman <rms@gnu.org>
10217
10218 * files.el (buffer-save-without-query): New var (buffer-local).
10219 (save-some-buffers): Save those buffers first, w/o asking.
10220
10221 * files.el (insert-directory-ls-version): New variable.
10222 (insert-directory): When ls returns an error, test the version
10223 number to decide what the return code means.
10224 With --dired output format, detect and distinguish lines
10225 that are really error messages.
10226 (insert-directory-adj-pos): New function.
10227
10228 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
10229
10230 * battery.el (battery-mode-line-format): Remove initial spaces.
10231
10232 * uniquify.el (uniquify-rationalize-file-buffer-names):
10233 Delete interactive spec.
10234
10235 * type-break.el (type-break-mode): Set buffer-save-without-query.
10236 Remove code that tried to set save-some-buffers-always.
10237 (type-break-file-keystroke-count): Bind deactivate-mark.
10238
10239 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
10240
10241 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
10242 Test that the buffer is live, and maybe reject current buffer too.
10243 Clarify.
10244 (next-error-find-buffer): Rewrite for clarity.
10245
10246 * loadup.el: Don't use buffer-disable-undo; do it directly.
10247
10248 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
10249 (describe-variable): Call symbol-file with `defvar'.
10250
10251 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
10252 (symbol-file): Rewritten to handle new load-history format.
10253 Now takes an arg TYPE to specify looking for a particular
10254 type of definition only.
10255
10256 * emacs-lisp/debug.el (debugger-make-xrefs):
10257 Call symbol-file with `defun'.
10258
10259 * emacs-lisp/find-func.el (find-function-noselect):
10260 Call symbol-file with `defun'.
10261 (find-variable-noselect): Call symbol-file with `defvar'.
10262
10263 * eshell/esh-cmd.el (eshell-find-alias-function):
10264 Call symbol-file with `defun'.
10265
10266 * eshell/esh-test.el (eshell-test-goto-func):
10267 Call symbol-file with `defun'.
10268
10269 * mail/rmail.el (rmail-resend):
10270 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
10271
10272 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
10273
10274 * progmodes/compile.el (compilation-find-buffer): Rename arg.
10275
10276 * textmodes/texinfmt.el (texinfo-format-buffer-1):
10277 Call buffer-disable-undo.
10278
10279 * simple.el (undo-list-saved): New variable (buffer-local).
10280 (undo): Set and test it.
10281 (buffer-disable-undo): Move here from buffer.c.
10282 Clear out undo-list-saved.
10283
10284 * international/mule.el (decode-coding-inserted-region):
10285 Set buffer-undo-list in a correct and optimal way.
10286
10287 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
10288 (cperl-font-lock-unfontify-region-function): No need to save and
10289 restore info, since font-lock.el does it for us.
10290
10291 * ansi-color.el (save-buffer-state): Definition deleted.
10292 (ansi-color-unfontify-region): Don't use save-buffer-state.
10293
10294 2004-12-27 Dave Love <fx@gnu.org>
10295
10296 * wid-edit.el (function): Use restricted-sexp as parent.
10297
10298 2004-12-27 Kevin Ryde <user42@zip.com.au>
10299
10300 * simple.el (next-matching-history-element): Use same
10301 `interactive' form as previous-matching-history-element.
10302
10303 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
10304 it can appear unencoded and has been seen from yahoo.
10305
10306 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10307
10308 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
10309 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
10310
10311 2004-12-27 Kenichi Handa <handa@m17n.org>
10312
10313 * international/utf-8.el (utf-translate-cjk-load-tables):
10314 Bind coding-system-for-read to nil while loading subst-*.
10315
10316 2004-12-26 Jay Belanger <belanger@truman.edu>
10317
10318 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
10319 default input.
10320
10321 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
10322
10323 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
10324 before reverting and disable undo recording while reverting.
10325
10326 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
10327
10328 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
10329 (hs-make-overlay): New function.
10330 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
10331 (hs-flag-region): Delete function.
10332 (hs-hide-comment-region): No longer use `hs-flag-region'.
10333 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
10334 (hs-hide-block-at-point): Likewise.
10335 (hs-hide-level-recursive): Use `hs-discard-overlays'.
10336 (hs-hide-all, hs-show-all): Likewise.
10337 (hs-show-block): Likewise.
10338 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
10339
10340 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
10341
10342 * progmodes/hideshow.el: Require `cl' when compiling.
10343 Remove XEmacs and Emacs 19 compatibility.
10344 Use `dolist' and `add-to-list' for load-time actions.
10345 (hs-discard-overlays): Use `dolist'.
10346 (hs-show-block): Likewise.
10347
10348 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
10349
10350 * faces.el (mode-line, mode-line-inactive): Use min-colors.
10351
10352 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
10353
10354 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
10355 When extending backwards, move outside the current comment first.
10356
10357 2004-12-22 Kenichi Handa <handa@m17n.org>
10358
10359 * international/quail.el (quail-start-translation): Fix prompt
10360 string for the case if input-method-use-echo-area being non-nil.
10361 (quail-start-conversion): Likewise.
10362 (quail-show-guidance): Don't show guidance if
10363 input-method-use-echo-area is non-nil.
10364
10365 2004-12-21 Richard M. Stallman <rms@gnu.org>
10366
10367 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
10368
10369 2004-12-21 Markus Rost <rost@ias.edu>
10370
10371 * calendar/diary-lib.el (mark-diary-entries):
10372 Set mark-diary-entries-in-calendar only after checking for diary-file.
10373
10374 2004-12-21 Richard M. Stallman <rms@gnu.org>
10375
10376 * faces.el (escape-glyph): Use blue against light foreground.
10377
10378 * simple.el (undo-outer-limit-truncate): New function.
10379 (undo-outer-limit-function): Use undo-outer-limit-truncate.
10380
10381 2004-12-21 Eli Barzilay <eli@barzilay.org>
10382
10383 * calculator.el (calculator-radix-grouping-mode)
10384 (calculator-radix-grouping-digits)
10385 (calculator-radix-grouping-separator):
10386 New defcustoms for the new radix grouping mode functionality.
10387 (calculator-mode-hook): Now used in electric mode too,
10388 (calculator): Call it.
10389 (calculator-mode-map): Some new keys.
10390 (calculator-message): New function. Some new calls.
10391 (calculator-op, calculator-set-register): Use it.
10392 (calculator-string-to-number): New function, mostly moved and
10393 updated code from calculator-curnum-value.
10394 (calculator-curnum-value): Use it.
10395 (calculator-paste): Use it, and update grabbing the current-kill.
10396 (calculator-rotate-displayer)
10397 (calculator-rotate-displayer-back): Toggle digit grouping when
10398 in radix mode, use calculator-message.
10399 (calculator-displayer-prev, calculator-displayer-next):
10400 Change digit group size when in radix mode.
10401 (calculator-number-to-string): Rename from
10402 calculator-num-to-string. Now deals with digit grouping in
10403 radix mode.
10404 (calculator-update-display, calculator-put-value): Use the new name.
10405 (calculator-fact): Return a floating point number.
10406 (calculator-mode): Doc fix.
10407
10408 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10409
10410 * calendar/calendar.el (view-other-diary-entries): Add autoload.
10411 * calendar/diary-lib.el (view-other-diary-entries):
10412 Use current-prefix-arg in interactive spec.
10413
10414 2004-12-19 Jay Belanger <belanger@truman.edu>
10415
10416 * calc/calc-aent.el (calcAlg-blank-matching-open):
10417 Temporarily adjust the syntax of both delimiters of half-open intervals.
10418
10419 2004-12-19 Kim F. Storm <storm@cua.dk>
10420
10421 * mouse.el (mouse-1-click-follows-link): Doc fix.
10422
10423 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10424
10425 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
10426 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
10427 instead of centraleuropean as the name
10428
10429 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10430
10431 Sync with Tramp 2.0.46.
10432
10433 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
10434 parameters wrt Tramp convention.
10435 (tramp-handle-file-attributes-with-perl)
10436 (tramp-handle-directory-files-and-attributes): Apply it.
10437 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
10438 `copy-program'. Reported by Zack Weinberg
10439 <zack@codesourcery.com>.
10440 (top): Set `edebug-form-spec' property directly rather than
10441 calling `def-edebug-spec'.
10442
10443 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
10444 advice less fragile. Surround temporary redefinition of
10445 `substitute-in-file-name' with `unwind-protect'. Suggested by
10446 Matt Hodges <MPHodges@member.fsf.org>.
10447
10448 2004-12-17 Juri Linkov <juri@jurta.org>
10449
10450 * replace.el (occur-accumulate-lines, occur-engine):
10451 Make forcing deferred font-lock fontification jit-specific.
10452
10453 2004-12-17 Kim F. Storm <storm@cua.dk>
10454
10455 * mouse.el (mouse-1-click-follows-link): New defcustom.
10456 (mouse-on-link-p): New function.
10457 (mouse-drag-region-1): Implement mouse-1-click-follows-link
10458 functionality. Map a mouse-1 click event into a mouse-2 (or
10459 other) event when position is inside a link.
10460
10461 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
10462 prefix in tooltip text with "mouse-1" when this is a link
10463 recognized by mouse-1-click-follows-link functionality.
10464
10465 * help.el (describe-key): Report effective and original binding
10466 for mouse-1 when clicked on a link.
10467 (describe-mode): Add follow-link property to "minor-mode" button.
10468
10469 * help-fns.el (describe-variable): Add follow-link property to
10470 "below" button.
10471
10472 * help-mode.el (help-xref): Add follow-link property.
10473
10474 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
10475 (apropos-command, apropos-variable, apropos-face, apropos-group)
10476 (apropos-widget, apropos-plist): Add follow-link property.
10477
10478 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
10479 checks if position is in a filename, rather than some other
10480 clickable item. Function looks for cvs-filename-face at position.
10481
10482 * wid-edit.el (widget-specify-field, widget-specify-button):
10483 Map a :follow-link keyword into a follow-link property.
10484 (link): Add :follow-link keyword, map to RET binding.
10485
10486 * dired.el (dired-mode-map): Map follow-link to mouse-face.
10487
10488 * progmodes/compile.el (compilation-minor-mode-map)
10489 (compilation-button-map, compilation-mode-map): Likewise.
10490
10491 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
10492
10493 * play/zone.el (zone): Init `line-spacing' from orig buffer.
10494 (zone-replace-char): Take `count' and `del-count'
10495 instead of `direction'. Update callers. When `del-count' is
10496 non-nil, delete that many characters, otherwise `count' characters
10497 backwards. Insert the newly-replaced string `count' times.
10498 (zone-fret): Handle chars w/ width greater than one.
10499 (zone-fall-through-ws): No longer take window width `ww'.
10500 Update callers. Add handling for `char-width' greater than one.
10501 (zone-pgm-drip): Update var holding window-end position every cycle.
10502
10503 2004-12-17 Andre Spiegel <spiegel@gnu.org>
10504
10505 * vc.el (vc-default-update-changelog): Use insert-file-contents,
10506 rather than insert-file.
10507
10508 2004-12-16 Jay Belanger <belanger@truman.edu>
10509
10510 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
10511 (math-init-random-base, math-random-digit): Check to see if
10512 var-RandSeed is bound.
10513 (math-random-last): Declare it.
10514 (math-random-digit): Don't make math-random-last local.
10515
10516 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
10517
10518 * play/zone.el (zone): Fix omission bug: Use a self-disabling
10519 one-shot thunk for uniform (error, quit, normal) recovery.
10520 Reported by John Paul Wallington.
10521 (zone-pgm-random-life): Fix bug:
10522 Recognize empty initial field by lack of "@" chars.
10523
10524 2004-12-16 Juri Linkov <juri@jurta.org>
10525
10526 * help.el (function-called-at-point):
10527 * help-fns.el (variable-at-point): As a last resort try stripping
10528 non-word prefixes and suffixes.
10529
10530 * descr-text.el (describe-property-list): Don't treat syntax-table
10531 specially. Use describe-text-sexp which inserts [show] button
10532 for large objects and handles printing errors. Sort properties
10533 by names in alphabetical order instead of by value sizes.
10534 Add `mouse-face' to list of properties for `describe-face' widget.
10535 (describe-char): Mask out face-id from 19 bits of character.
10536 Print face-id separately.
10537
10538 * replace.el (occur-accumulate-lines, occur-engine):
10539 Fontify unfontified matching lines in the source buffer
10540 before copying them.
10541 (occur-engine): Don't put mouse-face on context lines.
10542 (occur-next-error): Set point to line beginning/end
10543 before searching for prev/next property to skip multiple
10544 matches on a line (not supported by occur engine).
10545 Remove redundant prefix-numeric-value.
10546
10547 2004-12-15 Juri Linkov <juri@jurta.org>
10548
10549 * replace.el (match): New face.
10550 (list-matching-lines-face): Change default from `bold' to `match'.
10551
10552 * progmodes/grep.el (grep-match-face): New defvar.
10553 (grep-mode-font-lock-keywords): Use grep-match-face instead of
10554 compilation-column-face to highlight grep matches.
10555
10556 * apropos.el (apropos-match-face): Change default from
10557 `secondary-selection' to `match'.
10558
10559 * info-look.el (info-lookup-highlight-face): Change default from
10560 `highlight' to `match'.
10561
10562 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
10563
10564 * progmodes/executable.el (executable-interpret): Eliminate
10565 obsolete compile-internal, and switch to comint for interaction.
10566
10567 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
10568
10569 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
10570 `&&' when skipping multiple statements on a line.
10571
10572 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
10573
10574 * play/zone.el (zone): Set `truncate-lines'.
10575 Also, init `tab-width' with value from original buffer.
10576 (zone-shift-up): Rewrite for speed.
10577 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
10578 (zone-pgm-jitter): Remove redundant entries from ops vector.
10579 (zone-exploding-remove): Reduce iteration count.
10580 (zone-cpos): Convert to defsubst.
10581 (zone-replace-char): New defsubst.
10582 (zone-park/sit-for): Likewise.
10583 (zone-fret): Take window-start arg.
10584 Update callers. Use `zone-park/sit-for'.
10585 (zone-fill-out-screen): Rewrite.
10586 (zone-fall-through-ws): Likewise. Update callers.
10587 (zone-pgm-drip): Use `zone-replace-char'.
10588 Move var inits before while-loop. Use `zone-park/sit-for'.
10589 (zone-pgm-random-life): Handle empty initial field.
10590 Use `zone-replace-char' and `zone-park/sit-for'.
10591
10592 2004-12-15 Juri Linkov <juri@jurta.org>
10593
10594 * isearch.el (isearch-update): Test isearch-lazy-highlight
10595 before calling isearch-lazy-highlight-new-loop.
10596 (isearch-lazy-highlight-new-loop):
10597 Don't test isearch-lazy-highlight.
10598
10599 * replace.el (perform-replace): Add isearch-case-fold-search.
10600 Use delimited-flag for isearch-regexp.
10601 Reset isearch-lazy-highlight-last-string to force lazy
10602 highlighting when called from isearch mode.
10603 (query-replace-highlight): Revert defcustom type to boolean.
10604 (query-replace-lazy-highlight): New defcustom.
10605 (query-replace): New face.
10606 (perform-replace, replace-highlight, replace-dehighlight):
10607 Test query-replace-lazy-highlight instead of special value
10608 `isearch' of query-replace-highlight.
10609 (replace-dehighlight): Don't call isearch-dehighlight.
10610 (replace-highlight): Don't call isearch-highlight.
10611 Use face `query-replace' unconditionally.
10612
10613 2004-12-14 Kim F. Storm <storm@cua.dk>
10614
10615 * simple.el (inhibit-mark-movement): Remove defvar.
10616 (beginning-of-buffer, end-of-buffer): Don't use it.
10617
10618 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10619 Don't use inhibit-mark-movement.
10620
10621 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
10622 (cua--undo-push-mark): Remove.
10623 (cua--pre-command-handler, cua--post-command-handler):
10624 Don't fiddle with inhibit-mark-movement.
10625
10626 2004-12-14 Juri Linkov <juri@jurta.org>
10627
10628 * buff-menu.el (list-buffers-noselect): Collect internal info
10629 for every buffer in BUFFER-LIST arg too.
10630 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
10631 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
10632 Bind same-window-buffer-names and same-window-regexps to nil.
10633
10634 2004-12-13 Juri Linkov <juri@jurta.org>
10635
10636 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
10637
10638 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
10639 (sc-cite-region, sc-uncite-region, sc-recite-region):
10640 Fix previous change to handle not alist as a symbol, but
10641 a citation frame as a symbol that represents a variable name.
10642
10643 2004-12-13 Richard M. Stallman <rms@gnu.org>
10644
10645 * filecache.el (file-cache-add-directory-using-find):
10646 Only set up file-cache-find-command-posix-flag if we will use it.
10647
10648 * bindings.el (mode-line-buffer-identification-keymap):
10649 Don't cancel the mode-line's usual down-mouse-1 binding.
10650
10651 * cus-edit.el (custom-face-selected): Handle `default' specs.
10652 (custom-face-edit): Increase extra-offset.
10653 (custom-display): Handle `default' specs.
10654
10655 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
10656
10657 * emacs-lisp/elint.el (elint-standard-variables)
10658 (elint-unknown-builtin-args): Move definitions up.
10659
10660 * net/browse-url.el (browse-url-url-at-point): Add autoload.
10661
10662 * info.el (info-xref-visited): Use `default' instead of t.
10663 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10664
10665 * faces.el (header-line, mode-line-inactive, tool-bar):
10666 Use `default' instead of t for setting the defaults.
10667 (face-spec-choose): Separate `t' from `default'.
10668
10669 * subr.el (while-no-input): New macro.
10670
10671 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
10672
10673 * filecache.el (file-cache-add-directory-using-find):
10674 Only test file-cache-find-command-posix-flag on some systems.
10675
10676 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10677
10678 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10679 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
10680 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10681 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10682 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10683
10684 2004-12-12 Juri Linkov <juri@jurta.org>
10685
10686 * files.el (find-file-other-window, find-file-other-frame):
10687 Add the first buffer to the returned value to return the complete
10688 list of all visited buffers.
10689 (find-file-read-only, find-file-read-only-other-window)
10690 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10691 `find-file-read-args'. Signal an error about non-existent file
10692 only if file name doesn't contain wildcards. Toggle read-only in
10693 all visited buffers.
10694 (find-alternate-file, find-alternate-file-other-window):
10695 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
10696 called interactively. Pass arg `wildcards' to other functions.
10697 (find-file-noselect): Doc fix.
10698
10699 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10700 Doc fix.
10701 (ffap-directory-finder): New variable.
10702 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10703 (ffap-file-at-point): Add /* to immediately rejected names.
10704 Return absolute file names matching ffap-dired-wildcards.
10705 (ffap-read-file-or-url): Set default value for `completing-read'
10706 to `buffer-file-name'.
10707 (find-file-at-point): When filename matches ffap-dired-wildcards,
10708 call ffap-file-finder with t arg `wildcards', instead of dired.
10709 (ffap-other-window, ffap-other-frame): Return visited buffers.
10710 (ffap-read-only, ffap-read-only-other-window)
10711 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10712 (dired-at-point): Call ffap-directory-finder instead of dired.
10713 (ffap-dired-other-window, ffap-dired-other-frame)
10714 (ffap-list-directory): New commands.
10715 (ffap-bindings): New keybindings for new commands.
10716
10717 2004-12-12 Juri Linkov <juri@jurta.org>
10718
10719 * simple.el (beginning-of-buffer, end-of-buffer):
10720 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10721 Do not push mark when mark is active in transient-mark-mode.
10722
10723 * simple.el (mark-word):
10724 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10725 * textmodes/paragraphs.el (mark-paragraph):
10726 Extend the region when mark is active in transient-mark-mode,
10727 regardless of the last command. Doc fix.
10728
10729 * simple.el (mark-word): Preserve direction when repeating.
10730 Make arg optional. Interactive "p" -> "P".
10731 (transient-mark-mode, inhibit-mark-movement): Doc fix.
10732
10733 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10734 preserving direction, to mark forward instead of backward when mark
10735 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10736
10737 2004-12-12 Juri Linkov <juri@jurta.org>
10738
10739 * isearch.el (isearch-edit-string): Set 7th arg of
10740 `read-from-minibuffer' to `t' to inherit the current input
10741 method (whose name is indicated by [IM] in the minibuffer prompt)
10742 from the current buffer to the minibuffer.
10743 (isearch-lazy-highlight-update): Put body to `with-local-quit'
10744 to allow C-g quitting for lazy highlighting looping inside the
10745 search with nested repetition operators. Add overlay to the list
10746 before setting its face and other properties to avoid the case of
10747 code quitting after placing the new overlay but before it's
10748 recorded on the list. Select the window where isearch was
10749 activated, to highlight matches in the right window when isearch
10750 switches the current window to the minibuffer.
10751
10752 * international/isearch-x.el
10753 (isearch-process-search-multibyte-characters):
10754 Use `isearch-message' as initial input for `read-string' instead
10755 of adding it to the minibuffer prompt. After reading a string
10756 remove the initial value of `isearch-message' from the string.
10757
10758 * replace.el (replace-match-maybe-edit): Doc fix.
10759 (perform-replace): Don't call `replace-highlight' when automatic
10760 replacement is requested in literal mode, since it is intended
10761 only to highlight words during entering a new replacement string
10762 for \? in non-literal mode.
10763
10764 * replace.el (query-replace-highlight): Add new value `isearch'
10765 that allows query replacement to use isearch highlighting.
10766 Change type from `boolean' to `choice'. Doc fix.
10767 (replace-highlight, replace-dehighlight, perform-replace):
10768 Use isearch highlighting if query-replace-highlight eq `isearch'.
10769
10770 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
10771
10772 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10773 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10774
10775 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10776 case of \end{verbatim}.
10777
10778 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
10779
10780 * term.el (term-termcap-format): Synchronize with terminfo.
10781 (term-emulate-terminal): Handle reset.
10782 (term-reset-terminal): New function.
10783
10784 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
10785
10786 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10787 (zone-fill-out-screen): New func.
10788 (zone-pgm-drip): Use `zone-fill-out-screen'.
10789 Also, no longer go to point-min on every cycle.
10790 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10791 (zone-pgm-random-life-wait): New user var.
10792 (zone-pgm-random-life): New func.
10793
10794 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
10795
10796 * files.el (auto-mode-alist): Map .com to DCL mode.
10797
10798 2004-12-09 Richard M. Stallman <rms@gnu.org>
10799
10800 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10801
10802 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
10803
10804 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10805 buffer with a display margin.
10806
10807 2004-12-08 Jay Belanger <belanger@truman.edu>
10808
10809 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10810 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10811
10812 2004-12-08 Richard M. Stallman <rms@gnu.org>
10813
10814 * faces.el: Delete code to set display table.
10815 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
10816
10817 2004-12-08 Jay Belanger <belanger@truman.edu>
10818
10819 * calc/calc.el: Add math-read-preprocess-string to autoloads.
10820
10821 * calc/calc-ext.el (math-read-replacement-list)
10822 (math-read-superscripts, math-read-preprocess-string): Move to
10823 calc-aent.el.
10824
10825 * calc/calc-aent.el (math-read-replacement-list)
10826 (math-read-superscripts, math-read-preprocess-string): Move from
10827 calc-ext.el.
10828
10829 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10830
10831 * isearch.el (isearch-quote-char): Fix up typo in last change.
10832
10833 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
10834
10835 * mouse.el (mouse-set-font): Handle the case where the command was
10836 not invoked using the mouse.
10837
10838 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10839 (edmacro-finish-edit): Further update for keyboard macros that are
10840 lambda forms.
10841 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10842
10843 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * font-lock.el (font-lock-unfontify-region): Save buffer state.
10846 (font-lock-default-unfontify-region): Don't save buffer state any more.
10847
10848 2004-12-07 Jay Belanger <belanger@truman.edu>
10849
10850 * calc/calc-help.el (calc-describe-key):
10851 Set calc-summary-indentation even when Calc Summary buffer exists.
10852
10853 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
10854
10855 * calendar/holidays.el (holiday-easter-etc): Make arguments
10856 optional for backwards compatibility. Doc fix.
10857 Remove un-necessary local vars mandatory, output-list.
10858 (holiday-advent): Make arguments optional for backwards
10859 compatibility. Doc fix.
10860
10861 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10862
10863 * paren.el (show-paren-function): Fix last change (2004-12-02).
10864
10865 * international/mule-util.el (char-displayable-p): Return nil for
10866 unibyte mode.
10867
10868 * subr.el (subregexp-context-p): New function.
10869
10870 * isearch.el (isearch-quote-char): Use it.
10871
10872 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10873 (regexp-opt-not-groupie*-re): Remove.
10874 (regexp-opt): Properly handle inputs with duplicate entries.
10875
10876 2004-12-06 Richard M. Stallman <rms@gnu.org>
10877
10878 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10879
10880 * cus-edit.el (custom-file): Doc fix.
10881
10882 * textmodes/org.el: New file.
10883
10884 2004-12-06 Kenichi Handa <handa@m17n.org>
10885
10886 * ldefs-boot.el: Update international/mule-util.el section.
10887
10888 2004-12-05 Sam Steingold <sds@gnu.org>
10889
10890 * net/tramp.el (tramp-handle-file-accessible-directory-p):
10891 Fix `tramp-time-diff' comparison logic.
10892
10893 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
10894
10895 * progmodes/which-func.el (which-function):
10896 Use `run-hook-with-args-until-success' instead of a custom loop.
10897 Fixes bug with local hooks.
10898
10899 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10900
10901 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10902 Use delete-dups when calculating the initial value.
10903 (bibtex-autokey-get-title): Use <=.
10904 (bibtex-goto-line): New function.
10905 (bibtex-reposition-window): Use line numbers instead of point
10906 positions. Use window-body-height.
10907 (bibtex-find-crossref): Use bibtex-reposition-window.
10908 (bibtex-find-entry): Use bibtex-reposition-window. Always return
10909 position of entry if key is found or nil if not found.
10910
10911 2004-12-05 Richard M. Stallman <rms@gnu.org>
10912
10913 * cus-edit.el (custom-file): Doc fix.
10914
10915 * progmodes/sh-script.el (sh-indent-for-then): Change default.
10916
10917 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10918
10919 * simple.el (blink-matching-open):
10920 * textmodes/tex-mode.el (tex-validate-region):
10921 Obey syntax-table text properties.
10922
10923 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
10924
10925 * wid-edit.el (widget-specify-field): Add `real-field' property to
10926 boundary.
10927 (widget-field-at): Use it.
10928
10929 2004-12-02 Richard M. Stallman <rms@gnu.org>
10930
10931 * progmodes/cc-mode.el (awk-mode autoload):
10932 Supply t meaning interactive function.
10933
10934 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
10935 (isearch-mode-map): No special definition for space.
10936 (isearch-whitespace-chars): Command deleted.
10937 (isearch-forward-regexp): Doc fix.
10938 (isearch-quote-char): When a space is not inside brackets,
10939 use `[ ]' instead of just space.
10940 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10941
10942 * imenu.el (imenu--generic-function): Delete code to exclude
10943 matches in comments.
10944
10945 * man.el (Man-reverse-face): Change default to `highlight'.
10946
10947 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10948 (occur-engine): Use `face' prop rather than `font-lock-face'
10949 when specifying use of `match-face'.
10950 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10951
10952 * emacs-lisp/elint.el (elint-standard-variables): Update list.
10953
10954 * add-log.el (add-log-current-defun): Handle the case where point
10955 is in the header part of a DEFUN construct.
10956
10957 2004-12-02 Dave Love <fx@gnu.org>
10958
10959 * progmodes/python.el (python-font-lock-syntactic-keywords):
10960 Fix previous change.
10961
10962 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
10963
10964 * paren.el (show-paren-function): Check for matching chars
10965 specified by text props.
10966
10967 2004-12-02 Jay Belanger <belanger@truman.edu>
10968
10969 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10970 when reading a new key sequence.
10971
10972 2004-12-02 Kim F. Storm <storm@cua.dk>
10973
10974 * faces.el (escape-glyph): Rename from glyph.
10975 (standard-display-table): Set it here. Add escape-glyph face to
10976 extra slot characters.
10977
10978 * disp-table.el: Undo 2004-12-01 change. Display table is now
10979 setup in faces.el.
10980
10981 2004-12-02 Mark A. Hershberger <mah@everybody.org>
10982
10983 * xml.el (xml-parse-dtd): Don't show validity messages when
10984 xml-validating-parser is nil.
10985 (xml-substitute-special): Fix validity error messages to
10986 actually show the unexpandable entity. Added validity error if &
10987 isn't followed by an entity.
10988 (xml-parse-tag): Concatenate any string following the a
10989 <![CDATA[]]> section to the parsed CDATA.
10990 (xml-parse-dtd): Skip parameter entity declarations and use of
10991 parameter entities.
10992
10993 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
10994
10995 * kmacro.el (kmacro-default-counter-format): New var.
10996 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
10997 (kmacro-display): Remove `nil' from `and' form. Delete call to
10998 `format' inside `message'.
10999 (kmacro-start-macro): Use `kmacro-default-counter-format'.
11000
11001 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11002
11003 * pcvs.el (cvs-header-msg): New function.
11004 (cvs-update-header): Use it. Change calling convention.
11005 Correctly handle the case of having simultaneous active processes.
11006 (cvs-sentinel): Don't call cvs-update-header any more.
11007 (cvs-mode-run): Update call and add cvs-update-header to postproc.
11008
11009 2004-12-01 Jay Belanger <belanger@truman.edu>
11010
11011 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
11012 Change message.
11013
11014 2004-12-01 Juri Linkov <juri@jurta.org>
11015
11016 * progmodes/prolog.el (prolog-mode-variables):
11017 Fix imenu-generic-expression.
11018
11019 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
11020
11021 * faces.el (glyph): New face.
11022
11023 * disp-table.el: Add an autoloaded table, that doesn't require
11024 this library, with glyph face.
11025
11026 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
11027 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
11028 (conf-quote-normal): Allow normalizing only ' or ".
11029 (conf-mode): Regexp-quote constructed comment-start and don't
11030 match section {} where "name" contains braces.
11031
11032 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
11033 files.
11034
11035 2004-12-01 Kenichi Handa <handa@m17n.org>
11036
11037 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
11038 (x-select-text): Don't treat eight-bit-control/graphic chars
11039 specially. Store the encoded text in the X cut buffer.
11040 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
11041 with x-last-selected-text-cut-encoded.
11042
11043 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11044
11045 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
11046
11047 2004-11-30 Markus Rost <rost@ias.edu>
11048
11049 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
11050 AUCTeX.
11051
11052 2004-11-30 Jay Belanger <belanger@truman.edu>
11053
11054 * calc/calc-arith.el (math-possible-signs): Made stronger checks
11055 on signs of intervals.
11056 (math-pow-of-zero): Strengthen checks for positive and negative
11057 exponents.
11058
11059 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
11060 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
11061 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
11062 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
11063 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
11064 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
11065 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
11066 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
11067 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
11068 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
11069 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
11070 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
11071 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
11072 with provide statements.
11073
11074 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
11075
11076 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
11077
11078 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
11079 (calc-load-everything, math-defsimplify): Replace dummy autoloading
11080 functions by require statements.
11081 (math-defsimplify): Move to calc-alg.el, add to autoloads.
11082
11083 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
11084 (calc-gnuplot-print): Give them values.
11085
11086 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
11087 autoloads.
11088 Add calc-do-embedded-activate to autoloads.
11089 (calc-gnuplot-name, calc-gnuplot-plot-command)
11090 (calc-gnuplot-print-command): Move them to calc-graph.el.
11091
11092 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11093
11094 * term/mac-win.el (ccl-encode-mac-roman-font)
11095 (ccl-encode-mac-cyrillic-font)
11096 (ccl-encode-mac-centraleuropean-font, encoder-list)
11097 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
11098 Support Cyrillic, CentralEuropean, and Dingbat font display
11099
11100 2004-11-30 Andre Spiegel <spiegel@gnu.org>
11101
11102 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
11103
11104 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
11105 still nil.
11106
11107 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
11108
11109 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
11110 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
11111
11112 2004-11-29 Jay Belanger <belanger@truman.edu>
11113
11114 * calc/calc-arith.el (math-pow-of-zero): Take into account different
11115 cases of the base and exponent.
11116
11117 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
11118
11119 * simple.el (next-error-buffer-p): Allow for inclusive and
11120 exclusive tests for finding a buffer.
11121 (next-error-find-buffer): Pass the exclusive and inclusive tests
11122 to next-error-buffer-p.
11123
11124 * replace.el (occur-next-error): Switch to the Occur buffer when
11125 appropriate, use the exclusive filter to next-error-find-buffer to
11126 do it. Use the absolute value of the motion amount.
11127
11128 2004-11-29 Kenichi Handa <handa@m17n.org>
11129
11130 * startup.el (command-line): Decode all default-directory by
11131 locale-coding-system.
11132
11133 2004-11-29 Jay Belanger <belanger@truman.edu>
11134
11135 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
11136 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
11137 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
11138 Replace calls to calc-extensions by appropriate require, replace
11139 calc-extensions-loaded by appropriate featurep.
11140
11141 * calc/calc-ext.el: Move require to end of file.
11142 Remove redundant loading of calc.el.
11143 (calc-extensions-loaded): Remove unnecessary variable.
11144 (calc-extensions): Remove unnecessary function.
11145 (calc-load-everything): Replace calc-need-macros by appropriate require.
11146
11147 * calc/calc-macs.el: Move provide to end of file.
11148 (calc-need-macros): Remove unnecessary function.
11149
11150 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
11151 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
11152 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
11153 Replace calc-extensions by appropriate require.
11154 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
11155
11156 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
11157 Replace calc-need-macros by appropriate require.
11158
11159 * calc/calc.el: Move require to end of file.
11160 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
11161 Remove unnecessary variable.
11162 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
11163 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
11164 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
11165 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
11166 (math-stack-value-offset, math-format-value, math-format-flat-expr)
11167 (math-format-number, math-format-bignum, math-read-number)
11168 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
11169 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
11170 by appropriate require.
11171 (calc-check-defines): Replace calc-need-macros by appropriate require.
11172
11173 2004-11-29 Kim F. Storm <storm@cua.dk>
11174
11175 * macros.el (insert-kbd-macro): Handle kmacro functions.
11176
11177 2004-11-28 Juri Linkov <juri@jurta.org>
11178
11179 * compare-w.el (compare-windows-highlight): Attach each overlay
11180 to its window to properly highlight differences while comparing
11181 two windows of the same buffer. Fix arguments.
11182 (compare-windows-sync-default-function): Fix arguments of
11183 `compare-windows-highlight'.
11184
11185 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
11186 Use `read-expression-history'. Set initial contents only if
11187 `edebug-global-break-condition' is non-nil. Set histpos to 1
11188 if initial contents is equal to the last history element.
11189 (edebug-set-conditional-breakpoint): Instead of temporarily
11190 prepending the current condition to the history, set initial
11191 contents to the current condition. Set histpos to 1 if initial
11192 contents is equal to the last history element.
11193
11194 * info.el (Info-search-whitespace-regexp): Remove shy group.
11195 (Info-search): Forward line if search is on the header line.
11196 Use search-whitespace-regexp in two other places.
11197
11198 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
11199
11200 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
11201 warning. Delay real definition, which uses
11202 `set-fringe-indicators-1' till after the definition of that function.
11203
11204 2004-11-28 Kim F. Storm <storm@cua.dk>
11205
11206 * fringe.el (fringe): New defgroup.
11207 (fringe-mode): Move to fringe group.
11208 (fringe-indicators): New defcustom.
11209 (set-fringe-indicators-1): New defun.
11210
11211 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
11212 (menu-bar-showhide-fringe-ind-menu): New keymap.
11213 (menu-bar-showhide-fringe-ind-empty)
11214 (menu-bar-showhide-fringe-ind-mixed)
11215 (menu-bar-showhide-fringe-ind-box)
11216 (menu-bar-showhide-fringe-ind-right)
11217 (menu-bar-showhide-fringe-ind-left)
11218 (menu-bar-showhide-fringe-ind-none): New defuns.
11219 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
11220
11221 2004-11-27 Richard M. Stallman <rms@gnu.org>
11222
11223 * comint.el (comint-read-noecho): Add trivial compatibility definition.
11224
11225 * generic.el (define-generic-mode): Doc fix.
11226
11227 * menu-bar.el (menu-bar-options-save): For the options
11228 that are toggled with menu-bar-make-mm-toggle, don't check
11229 for customized-value prop.
11230
11231 2004-11-27 Eli Zaretskii <eliz@gnu.org>
11232
11233 * mail/supercite.el (sc-cite-region): Handle the case where
11234 sc-cite-frame-alist is a symbol.
11235 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
11236 a symbol.
11237 (sc-recite-region): Handle the case where sc-recite-frame-alist is
11238 a symbol.
11239
11240 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11241
11242 * wid-edit.el (widget-narrow-to-field): New function.
11243 (widget-complete): Use it.
11244
11245 2004-11-27 Jay Belanger <belanger@truman.edu>
11246
11247 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
11248 variable.
11249 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
11250 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
11251 (math-alg-inequalities): Move declaration to earlier in the file.
11252
11253 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
11254 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
11255 Declare them.
11256
11257 * calc/calc-lang.el (math-expr-data, math-expr-token)
11258 (math-exp-old-pos): Declare them.
11259
11260 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
11261 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
11262
11263 2004-11-27 Kim F. Storm <storm@cua.dk>
11264
11265 * progmodes/flymake.el: Use (featurep 'xemacs).
11266 (flymake-makehash): Change to defsubst. Use fboundp.
11267 (flymake-time-to-float): Remove.
11268 (flymake-float-time): Merge code from flymake-time-to-float here.
11269 (flymake-replace-regexp-in-string): Change to defsubst.
11270 (flymake-split-string-remove-empty-edges):
11271 Rename to flymake-split-string.
11272 (flymake-split-string): Remove previous defalias.
11273 (flymake-get-temp-dir): Change to defsubst.
11274 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
11275 Define for xemacs only.
11276 (flymake-master-file-count-limit): Change into compiler defvar only.
11277 (flymake-find-possible-master-files): Let-bind it dynamically while
11278 sorting files using flymake-master-file-compare.
11279
11280 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11281
11282 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
11283 of defun-prompt-regexp matches inside a comment/string but the
11284 beginning is correctly outside everything.
11285
11286 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
11287 appears within a string or a comment.
11288
11289 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
11290 rather than make-symbol for symbols which are used in
11291 a symbol-macrolet or equivalent.
11292
11293 2004-11-26 Jay Belanger <belanger@truman.edu>
11294
11295 * calc-misc.el (calc-last-why-command): Declare it.
11296
11297 * calc-vec.el (math-grade-vec): New variable.
11298 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
11299 Replace variable grade-vec by declared variable.
11300 (math-rb-close): New variable.
11301 (math-read-brackets, math-read-vector): Replace variable close by
11302 declared variable.
11303
11304 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
11305 (calc-one-window, calc-edit-handler, calc-restore-trail)
11306 (calc-allow-ret): Declare them.
11307
11308 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
11309 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
11310 (math-radix-float-cache-tag, math-random-cache)
11311 (math-max-digits-cache, math-integral-cache, math-units-table)
11312 (math-format-date-cache, math-holidays-cache-tag): Declare them.
11313 (math-moc-func): New variable.
11314 (math-map-over-constants, math-map-over-constants-rec):
11315 Replace variable func by declared variable.
11316
11317 * calc/calc-store.el (calc-given-value, calc-store-opers):
11318 Declare them.
11319 (calc-var-name-map): Move declaration to earlier in the file.
11320 (calc-pv-pos): New variable.
11321 (calc-permanent-variable, calc-insert-permanent-variable):
11322 Replace variable pos by declared variable.
11323
11324 * calc/calc-mtx.el (calc-det-lu): New variable.
11325 (math-det-raw, math-det-step): Replace variable lu by declared variable.
11326
11327 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
11328 (math-multi-subst, math-multi-subst-rec): Replace variables temp
11329 and arg by declared variables.
11330 (calcFunc-reducer): Fix incorrect variable.
11331 (math-inner-mul-func, math-inner-add-func): New variables.
11332 (calcFunc-inner, math-inner-mats): Replace variables mul-func
11333 and add-func by declared variables.
11334
11335 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
11336 (calc-digit-value): Declare them.
11337
11338 * calc/calc-help.el (Info-history): Declare it.
11339 (calc-describe-key): Make calc-summary-indentation a local variable.
11340 (calc-help-long-names): Move declaration to earlier in file.
11341
11342 * calc/calc-embed.el (calc-original-buffer): Declare it.
11343 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
11344 (calc-embed-bot): New variables.
11345 (calc-do-embedded, calc-embedded-mark-formula)
11346 (calc-embedded-find-bounds, calc-embedded-duplicate)
11347 (calc-embedded-new-formula, calc-embedded-make-info):
11348 Replace vars outer-top, outer-bot, bot and top by declared variables.
11349 (calc-embed-prev-modes): New variable.
11350 (calc-embedded-set-modes, calc-embedded-update): Replace variable
11351 prev-modes with declared variable.
11352 (calc-embed-vars-used): New variable.
11353 (calc-embedded-make-info, calc-embedded-evaluate-expr)
11354 (calc-embedded-update, calc-embedded-find-vars): Replace variable
11355 vars-used by declared variable.
11356
11357 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
11358 (math-format-radix-float): Remove unnecessary setq.
11359 (math-radix-float-cache): Declare it.
11360
11361 * calc/calcsel2.el (calc-keep-selection): Declare it.
11362
11363 * calc/calc-maint.el: Remove file.
11364
11365 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11366
11367 * textmodes/bibtex.el (bibtex-sort-entry-class)
11368 (bibtex-comment-start): Use defcustom.
11369 (bibtex-entry-field-alist): Use nil if initial content of the
11370 field is undefined. Fix docstring.
11371 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
11372 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
11373 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
11374 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
11375 Fix docstring.
11376 (bibtex-autokey-title-terminators): Use only one regexp.
11377 (bibtex-string-maybe-empty-head): New variable.
11378 (bibtex-remove-delimiters-string): New function.
11379 (bibtex-text-in-field-bounds, bibtex-text-in-string):
11380 Use bibtex-remove-delimiters-string.
11381 (bibtex-progress-message, bibtex-field-left-delimiter)
11382 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
11383 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
11384 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
11385 Simplify.
11386 (bibtex-format-entry): Use save-excursion for inherited booktitle.
11387 Use eq and bibtex-remove-delimiters-string. For end markers use
11388 insertion type so that marker stays after inserted text.
11389 (bibtex-autokey-get-names): Return empty string if name is missing.
11390 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
11391 calling bibtex-autokey-name-case-convert.
11392 (bibtex-autokey-demangle-title):
11393 Call bibtex-autokey-titleword-case-convert. Remove call to
11394 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
11395 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
11396 (bibtex-read-key): New optional arg global.
11397 (bibtex-files-expand): New optional arg force.
11398 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
11399 (bibtex-complete-crossref-cleanup): Rename from
11400 bibtex-complete-key-cleanup. Simplify code.
11401 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
11402 Operate on current entry.
11403 (bibtex-button): Add docstring.
11404 (bibtex-entry): Simplify.
11405 (bibtex-make-field): Replace optional arg called-by-yank with more
11406 specific args move and interactive.
11407 (bibtex-end-of-entry): Use forward-sexp.
11408 (bibtex-find-entry-globally): Remove.
11409 (bibtex-find-crossref): Allow for crossref key located in other buffer.
11410 Bound to C-c C-x.
11411 (bibtex-find-entry): New optional args global and display.
11412 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
11413 (bibtex-validate): Use arg force of bibtex-files-expand.
11414 (bibtex-clean-entry): Bugfix, clean string entries properly.
11415 Always keep point at beginning of entry.
11416 (bibtex-complete): Bugfix. Handle string entries properly.
11417 Call cleanup functions only if needed.
11418 (bibtex-String): Use bibtex-read-string-key.
11419 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
11420 case of replacement text.
11421
11422 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11423
11424 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
11425 (tramp-perl-directory-files-and-attributes): New constant.
11426 (tramp-file-name-handler-alist): Delete file-directory-files, add
11427 directory-files-and-attributes.
11428 (tramp-perl-file-attributes): Surround uid and gid by double
11429 quotes. Change parameter id-format from nonnumeric.
11430 (tramp-convert-file-attributes): New function.
11431 (tramp-handle-file-attributes): Use it.
11432 (tramp-maybe-send-perl-script): New function.
11433 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
11434 file mode. Change parameter id-format from nonnumeric.
11435 (tramp-handle-file-attributes-with-ls): Change parameter id-format
11436 from nonnumeric.
11437 (tramp-post-connection): Don't send tramp-perl-file-attributes
11438 script. Reset connection property "perl-scripts".
11439 (tramp-handle-insert-directory): Run real handler when ls-lisp is
11440 in use.
11441
11442 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11443
11444 * desktop.el (desktop-read): Replace mapcar with mapc.
11445 (desktop-create-buffer): Replace mapcar with mapc.
11446 Remove redundant piece of code.
11447
11448 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
11449
11450 * progmodes/gud.el (gud-display-line): Use display-buffer
11451 for GDB-UI as for GUD.
11452
11453 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
11454 Delete variables.
11455 (gdb-ann3): Don't make GUD buffer dedicated.
11456 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
11457 (gdb-display-source-buffer): Delete function.
11458 (gdb-view-source-function, gdb-view-assembler): Delete functions.
11459 (menu): Delete menu bindings for viewing source/assembler.
11460 (gdb-setup-windows, gdb-restore-windows):
11461 Don't dedicate GUD. No assembler now.
11462 (gdb-reset): No need to undedicate source buffers now.
11463 (gdb-source-info): No assembler now.
11464
11465 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
11466
11467 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
11468 width to those for special frames.
11469 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
11470 Use display-buffer.
11471 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
11472 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11473 (gdb-frame-assembler-buffer): Rework like
11474 gdb-frame-breakpoints-buffer.
11475
11476 2004-11-25 Richard M. Stallman <rms@gnu.org>
11477
11478 * progmodes/flymake.el: Reindent.
11479 (flymake-split-string): Turn into defalias.
11480 (flymake-fix-file-name): Rename from flymake-fix-path-name.
11481 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
11482 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
11483 (flymake-build-relative-filename): Rename from ...path.
11484 Fix error message.
11485
11486 2004-11-25 Cheng Gao <chenggao@gmail.com>
11487
11488 * progmodes/flymake.el: Much whitespace and capitalization change.
11489 Move `provide' to end. Require `compile' only when compiling.
11490
11491 2004-11-24 Jay Belanger <belanger@truman.edu>
11492
11493 * calc/calc-alg.el: Added comment.
11494 (math-polynomial-base): Replace variable mpb-top-expr by
11495 math-poly-base-top-expr.
11496
11497 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
11498 (math-polynomial-p1): Replace variable mpb-top-expr by declared
11499 variable.
11500 (math-poly-base-total-base): New variable.
11501 (math-total-polynomial-base, math-polynomial-p1): Replace variable
11502 mpb-total-base by declared variable.
11503 (math-factored-vars, math-to-list): Declare it.
11504 (math-fact-expr): New variable.
11505 (calcFunc-factors, calcFunc-factor, math-factor-expr)
11506 (math-factor-expr-try, math-factor-expr-part): Replace variable
11507 expr by declared variable.
11508 (math-fet-x): New variable.
11509 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
11510 by declared variable.
11511 (math-factor-poly-coefs): Make temp a local variable.
11512
11513 * calc/calc-units.el (calc-convert-units): Make units a local
11514 variable.
11515 (calc-num-units, calc-den-units): New variables.
11516 (calc-explain-units, calc-explain-units-rec): Replace variables
11517 num-units and den-units by declared variables.
11518 (math-cu-unit-list): New variable.
11519 (math-build-units-table, math-compare-unit-names)
11520 (math-convert-units, math-convert-units-rec): Replace variable
11521 unit-list by declared variable.
11522 (math-fbu-base, math-fbu-entry): New variables.
11523 (math-find-base-units, math-find-base-units-rec): Replace variables
11524 base and entry by declared variables.
11525 (math-which-standard): New variable.
11526 (math-to-standard-units, math-to-standard-rec): Replace variable
11527 which-standard by declared variable.
11528 (math-fcu-u): New variable.
11529 (math-find-compatible-unit, math-find-compatible-unit-rec):
11530 Replace variable u by declared variable.
11531 (math-cu-new-units, math-cu-pure): New variables.
11532 (math-convert-units, math-convert-units-rec): Replace variables
11533 new-units and pure by declared variables.
11534 (math-try-cancel-units): New variable.
11535 (math-simplify-units-quotient): Replace variable try-cancel-units by
11536 declared variable.
11537
11538 2004-11-24 Richard M. Stallman <rms@gnu.org>
11539
11540 * textmodes/ispell.el (ispell-check-version):
11541 If default-directory is nonexistent, use home dir.
11542
11543 * progmodes/grep.el (grep-regexp-alist):
11544 Don't match parens around line numbers.
11545
11546 * progmodes/cperl-mode.el (cperl-indent-region)
11547 (cperl-imenu--create-perl-index, cperl-xsub-scan):
11548 Don't print progress messages.
11549
11550 * progmodes/compile.el (compilation-mode-map):
11551 Don't inherit from compilation-minor-mode-map;
11552 copy its bindings instead. But the menu bar Compile
11553 entry now does inherit from compilation-menu-map.
11554
11555 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11556 Use with-no-warnings around compiler-macroexpand.
11557
11558 * imenu.el: Don't always require newcomment.
11559 (imenu--generic-function): Call comment-normalize-vars
11560 if we have a comment syntax.
11561 Exit the loop if REGEXP matches the null string.
11562 Test comment-start as well as comment-start-skip
11563 when deciding whether to check for comments.
11564
11565 * tooltip.el (tooltip-mode): Doc fix.
11566
11567 * term.el (term-escape-char, term-mode): Doc fixes.
11568
11569 2004-11-24 Dave Love <fx@gnu.org>
11570
11571 * progmodes/python.el (python-font-lock-syntactic-keywords):
11572 Check for escapes in the regexp.
11573 (python-quote-syntax): Don't do it here.
11574
11575 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11576
11577 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11578 (gdb-frames-mode-map, gdb-threads-mode-map)
11579 (gdb-registers-mode-map, gdb-locals-mode-map)
11580 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
11581 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
11582
11583 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
11584 (dedicated-switch-to-buffer): Rework.
11585 (gdb-var-evaluate-expression-handler, gdb-put-string):
11586 Remove unused variable bindings.
11587 (gdb-setup-windows, gdb-display-buffer):
11588 Simplify. Use pop-to-buffer.
11589 (gdb-view-source-function): Simplify.
11590 (gdb-frame-breakpoints-buffer):
11591 Use pop-to-buffer, special-display-regexps.
11592
11593 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11594
11595 * progmodes/f90.el (f90-smart-end)
11596 (f90-previous-statement, f90-beginning-of-block): Doc fix.
11597 (f90-calculate-indent): Handle un-named PROGRAM blocks.
11598 (f90-end-of-block): Doc fix. Make check of outermost block
11599 conditional on value of `f90-smart-end'.
11600 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
11601 Handle case where END-BLOCK is nil.
11602 (f90-match-end): Handle un-named PROGRAM blocks.
11603 (f90-backslash-not-special): New function.
11604
11605 2004-11-24 Jay Belanger <belanger@truman.edu>
11606
11607 * calc/calc.el (calc-embedded-active): Removed unnecessary
11608 declaration.
11609 (calc-show-banner): Removed redundant declaration.
11610
11611 * calc/calc-graph.el (calc-gnuplot-default-device)
11612 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11613 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11614 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11615 Remove redundant initial values.
11616
11617 * calc/calc-arith.el (math-scalar-functions)
11618 (math-nonscalar-functions, math-scalar-if-args-functions)
11619 (math-real-functions, math-positive-functions)
11620 (math-nonnegative-functions, math-real-scalar-functions)
11621 (math-real-if-arg-functions, math-integer-functions)
11622 (math-num-integer-functions, math-rounding-functions)
11623 (math-float-rounding-functions, math-integer-if-args-functions)
11624 (math-super-types): Move declarations to earlier in file.
11625 (math-unit-prefixes): Declared it.
11626 (math-floor-prec, math-trunc-prec): New variables.
11627 (math-trunc-fancy): Replace variable prec by declared variable.
11628 (math-floor-fancy): Replace variable prec by declared variable.
11629 (math-com-bterms): New variable.
11630 (math-commutative-equal, math-commutative-collect):
11631 Replace variable bterms by declared variable.
11632
11633 * calc/calc-misc.el (math-trunc): Replace variable prec by
11634 math-trunc-prec.
11635 (math-floor): Replace variable prec by math-floor-prec.
11636
11637 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
11638 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
11639 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
11640 (math-format-date, math-format-date-part): Replace variables
11641 date, dt, year, month, day, weekday, hour, minute, second and
11642 bc-flag by declared variables.
11643 (math-pd-str): New variable.
11644 (math-parse-date, math-parse-date-word, math-parse-standard-date):
11645 Replace variable str by declared variable.
11646 (math-daylight-savings-hook, math-tzone-names): Move definitions
11647 to earlier in the file.
11648 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
11649 (math-sh-year): New variable.
11650 (math-setup-add-holidays, math-setup-holidays)
11651 (math-setup-year-holidays): Replace variable `year' by declared
11652 variable.
11653
11654 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
11655 New variables.
11656 (math-nth-root-float, math-nth-root-float-iter): Replace variables
11657 n, nf and nfm1 by declared variables.
11658 (math-nri-n): New variable.
11659 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
11660 n by declared variable.
11661 (calcFunc-log): Removed misplaced condition.
11662
11663 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
11664
11665 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11666
11667 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11668
11669 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11670 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11671 Dedicate gdb-related windows.
11672 (gdb-display-buffer): Dedicate gdb-related windows.
11673 Don't grab other frames.
11674 (gdb-reset): Remove dedicated property after debugging.
11675
11676 2004-11-24 Jay Belanger <belanger@truman.edu>
11677
11678 * calc/calc-sel.el: Add comment.
11679
11680 * calc/calc.el (math-stack-value-offset): Replace variables c,
11681 wid and off with math-svo-c, math-svo-wid and math-svo-off.
11682
11683 * calc/calccomp.el (math-comp-sel-tag): Declare it.
11684 (math-svo-c, math-svo-wid, math-svo-off): New variables.
11685 (math-stack-value-offset-fancy): Replace variables c, wid and off
11686 by declared variables.
11687 (math-comp-just, math-comp-comma-spc): New variables.
11688 (math-compose-expr, math-compose-matrix): Replace variables `just'
11689 and comma-spc by declared variable.
11690 (math-comp-vector-prec): New variable.
11691 (math-compose-expr, math-compose-matrix, math-compose-rows):
11692 Replace variable vector-prec by declared variable.
11693 (math-comp-left-bracket, math-comp-right-bracket)
11694 (math-comp-comma): New variables.
11695 (math-compose-expr, math-compose-rows): Replace variables
11696 left-bracket, right-bracket and comma by declared variables.
11697 (math-comp-full-width): New variable.
11698 (math-comp-to-string-flat, math-comp-to-string-flat-term):
11699 Replace variable full-width by declared variable.
11700 (math-comp-highlight, math-comp-word, math-comp-level)
11701 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11702 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11703 New variables.
11704 (math-comp-to-string-flat, math-comp-to-string-flat-term)
11705 (math-comp-sel-flat-term): Replace variables comp-highlight,
11706 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11707 declared variables.
11708 (math-comp-simplify, math-comp-simplify-term)
11709 (math-comp-add-string, math-comp-add-string-sel):
11710 Replace variables comp-highlight, comp-buf, comp-base,
11711 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11712
11713 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11714
11715 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11716
11717 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11718 and x-server-version may throw.
11719
11720 2004-11-23 Kim F. Storm <storm@cua.dk>
11721
11722 * subr.el (substitute-key-definition-key): Optimize.
11723 Don't call indirect-function for nil defn (always signals error).
11724
11725 * ido.el (ido-read-internal): Fix require-match check when
11726 ido-directory-too-big is set.
11727
11728 2004-11-23 Jay Belanger <belanger@truman.edu>
11729
11730 * calc/calc-ext.el (math-read-replacement-list)
11731 (math-read-superscripts): New variables.
11732 (math-read-preprocess-string): New function.
11733 (math-read-expr): Filter input through math-read-preprocess-string.
11734
11735 * calc/calc-aent.el (math-read-exprs): Filter input through
11736 math-read-preprocess-string.
11737
11738 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
11739
11740 * progmodes/compile.el (compilation-start): In cd command use
11741 substitute-env-vars -- not quite shell compatible but better than
11742 nothing.
11743 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11744 handle the newer versions messages, which are more parseable.
11745
11746 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11747
11748 * reveal.el (reveal-mode-map): New var.
11749 (reveal-mode): Use it.
11750
11751 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
11752
11753 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11754 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11755
11756 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11757
11758 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11759 header-line when needed.
11760 Use fixed-pitch only in the header-line.
11761 Build the underline automatically. Use emdash if available.
11762
11763 2004-11-22 Richard M. Stallman <rms@gnu.org>
11764
11765 * dired.el (dired-recursive-copies): Move from dired-aux.el.
11766 * dired-aux.el (dired-recursive-copies): Move to dired.el.
11767
11768 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
11769
11770 * progmodes/gdb-ui.el (gdb-resync): New function.
11771 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11772 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11773 Use it to fail more gracefully.
11774 (gdb-variables): Delete variable.
11775 Re-order variables to reduce byte-compiler warnings.
11776
11777 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11778
11779 * descr-text.el (describe-char):
11780 * paren.el (show-paren-function):
11781 * subr.el (syntax-after): Undo last change.
11782
11783 * progmodes/python.el (run-python): Don't hard code *Python*.
11784 Don't modify global process-environment.
11785 (python-send-region, python-load-file): Don't assume that
11786 python-buffer == (process-buffer (python-proc)).
11787 (python-switch-to-python): Simplify.
11788
11789 * dired.el (dired-align-file): Don't assume line starts with spaces.
11790
11791 2004-11-21 Jay Belanger <belanger@truman.edu>
11792
11793 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11794 Replace variable `lines' by math-read-big-lines.
11795 (math-read-big-expr): Replace variables the-baseline, the-h2
11796 and err-msg by math-read-big-baseline, math-read-big-h2 and
11797 math-read-err-msg.
11798 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11799
11800 * calc/calc-lang.el (math-read-big-rec): Fix typo.
11801 (math-read-big-balance): Replace unbound variable by value.
11802 (math-read-big-lines): New variable.
11803 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11804 (math-read-big-error, math-read-big-balance): Replace variable
11805 `lines' by declared variable.
11806 (math-read-big-baseline, math-read-big-h2): New variables.
11807 (math-read-big-rec): Replace variables the-baseline and the-h2
11808 by declared variables.
11809 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11810 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11811 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11812 declared variables.
11813 (math-read-big-err-msg): New variable.
11814 (math-read-big-error): Replace variable err-msg by declared variable.
11815
11816 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11817
11818 * ses.el: Add coding cookie.
11819 Fix up docstrings, follow new commenting conventions.
11820 (ses-header-line-menu): Fix missing variable rename for header-row.
11821 (ses-cell-size): Remove.
11822 (ses-make-cell): New function.
11823 (ses-cell, ses-insert-row, ses-insert-column): Use it.
11824 (ses-calculate-cell): Remove unused var `symbol'.
11825 (ses-narrowed-p): New function.
11826 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11827 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11828 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11829 (ses-setup): Use restore-buffer-modified-p.
11830 (ses-cleanup): Remove unused var `end'.
11831 (ses-header-string-left-offset): Remove.
11832 (ses-create-header-string): Adjust to new behavior of `align-to'.
11833 Truncate excessively large fields to preserve alignment.
11834 (ses-reconstruct-all): Remove unused var `refs'.
11835 (ses-read-cell-printer): Remove unused var `prompt'.
11836 (ses-delete-row): Remove unused var `pos'.
11837 (ses-delete-column): Remove unused var `new'.
11838
11839 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11840
11841 * ps-print.el: Insert :version tag into all defgroup and defcustom.
11842 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11843 Eliminate eval-and-compile usage.
11844 (ps-insert-file): Use insert-file-contents instead of insert-file.
11845 (ps-setup): Code fix.
11846
11847 * printing.el (pr-setup, lpr-setup): Code fix.
11848
11849 2004-11-21 Jay Belanger <belanger@truman.edu>
11850
11851 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11852 (calc-original-buffer): Declare them.
11853 (calc-user-formula-alist): New variable.
11854 (calc-user-define-formula, calc-fix-user-formula)
11855 (calc-user-define-composition, calc-finish-formula-edit):
11856 Replace variable `alist' by declared variable.
11857 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11858 (var-q7, var-q7, var-q8, var-q9): Declare them.
11859 (calc-kbd-push): Don't check to see if var-q0 through var-q9
11860 are bound.
11861 (calcFunc-typeof): Replace undeclared variable by expression.
11862 (math-exp-env): New variable.
11863 (math-define-body, math-define-exp): Replace exp-env by declared var.
11864 (math-define-exp): Replace misplaced variable by expression.
11865
11866 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11867 (calc-curve-model, calc-curve-coefnames): New variables.
11868 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11869 varnames, model and coefnames by declared variables.
11870 (math-root-widen): New variable.
11871 (math-search-root, math-find-root): Replace variable root-widen by
11872 declared variable.
11873 (var-DUMMY): Declare it.
11874 (math-root-vars, math-min-vars): Move the declarations to earlier in
11875 the file.
11876 (math-brent-min): Make d a local variable.
11877 (math-find-minimum): Replace non-existent variable.
11878 (math-ninteg-romberg): Remove unnecessary variable.
11879 (math-ninteg-temp): New variable.
11880 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11881 integ-temp by declared variable.
11882 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11883 New variables.
11884 (math-general-fit): Replace variables first-var, first-coef and
11885 new-coefs by declared variables.
11886 (calcFunc-fitvar): Replace variable first-var by declared variable.
11887 (calcFunc-fitparam): Replace variable first-coef by declared variable.
11888 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11889 (math-all-vars-vars, math-all-vars-found): New variables.
11890 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11891 found by declared variable math-all-vars-vars.
11892
11893 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
11894
11895 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11896 of `defconst'.
11897
11898 2004-11-20 Richard M. Stallman <rms@gnu.org>
11899
11900 * isearch.el (isearch-mode-map): Don't bind SPC.
11901 (isearch-whitespace-chars): Function deleted.
11902 (isearch-search): Bind search-spaces-regexp.
11903 (isearch-lazy-highlight-search): Likewise.
11904 (search-whitespace-regexp): Doc fix.
11905 (isearch-forward-regexp): Doc fix.
11906
11907 * emacs-lisp/bytecomp.el (byte-compile-form):
11908 Move the calls to byte-compile-set-symbol-position,
11909 to avoid having two for the same symbol occurrence.
11910
11911 * comint.el (comint-input-ring-size): Increase to 150.
11912
11913 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11914 New variables.
11915 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11916 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11917
11918 * imenu.el (imenu--generic-function):
11919 Ensure we keep moving backward even if BEG isn't further back.
11920
11921 * replace.el (query-replace-read-to, query-replace-read-from):
11922 Specify t for KEEP-ALL in read-from-minibuffer.
11923
11924 * progmodes/python.el (python-switch-to-python):
11925 If Python isn't running, start it.
11926 Don't alter debug-ignored-errors.
11927
11928 * progmodes/cperl-mode.el (cperl-indent-region):
11929 Don't mind imenu-scanning-message.
11930
11931 * bindings.el (global-map): Bind C-e to move-end-of-line.
11932
11933 * simple.el (line-move-finish): New arg FORWARD.
11934 Ignore invisible newlines, not intangible ones.
11935 Conditions for acceptable stopping positions depend on FORWARD.
11936 (line-move): Pass FORWARD arg to line-move-finish.
11937
11938 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11939 of HEADER. Compensate for this change in the code to add display
11940 properties. Don't make the first line intangible.
11941
11942 * info.el (Info-search): Fix previous change.
11943
11944 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
11945
11946 * Makefile.in (recompile): Revert 2004-11-19 change.
11947 (compile): Likewise.
11948
11949 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
11950
11951 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11952
11953 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11954
11955 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
11956 defgroup and defcustom. Eliminate eval-and-compile usage.
11957
11958 * progmodes/ebnf-otz.el: Fix typos.
11959
11960 2004-11-19 Jay Belanger <belanger@truman.edu>
11961
11962 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11963 (calc-edit-finish, calc-finish-stack-edit): Replace variable
11964 disp-trail by declared variable.
11965
11966 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11967 (calc-finish-selection-edit): Replace variable disp-trail by
11968 declared variable.
11969 (calc-selection-cache-entry): Move declaration to earlier in the file.
11970 (calc-selection-cache-num, calc-selection-cache-comp)
11971 (calc-selection-cache-offset, calc-selection-true-num)
11972 (calc-final-point-line, calc-final-point-column)
11973 (calc-original-buffer): Declare them.
11974 (calc-fnp-op, calc-fnp-num): New variables.
11975 (calc-find-nth-part, calc-find-nth-part-rec)
11976 (calc-select-previous): Replace op and num by declared variables.
11977 (calc-rsf-old, calc-rsf-new): New variables.
11978 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11979 Replace variables old and new by declared variables.
11980 (calc-sel-reselect): New variable.
11981 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11982 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11983 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11984 reselect with declared variable.
11985
11986 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11987 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11988 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11989 (math-import-list, math-rewrite-phase): Declare them.
11990 (math-rewrite): Use let* to declare variables.
11991 (calc-rewrite-selection): Make rules a local variable.
11992 (calc-rewr-sel): New variable.
11993 (calc-rewrite-selection, calc-locate-selection-marker)
11994 (calc-rewrite): Use the declared variable calc-rewr-sel instead
11995 of sel.
11996 (math-rewrite-whole-expr): New variable.
11997 (math-rewrite, math-rewrite-phase): Replace variable expr by
11998 declared variable.
11999 (math-rewrite-heads-heads, math-rewrite-heads-skips)
12000 (math-rewrite-heads-blanks ): New variables.
12001 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
12002 heads, skips and blanks by declared variables.
12003 (math-rwcomp-subst-old, math-rwcomp-subst-new)
12004 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
12005 New variables.
12006 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
12007 old, new, old-func and new-func by declared variables.
12008 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
12009 Remove unnecessary variable.
12010 (math-apply-rw-regs): New variable.
12011 (math-apply-rewrites, math-rwapply-replace-regs)
12012 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
12013 (math-apply-rw-ruleset): New variable.
12014 (math-apply-rewrites, math-rwapply-remember): Replace variable
12015 ruleset by declared variable.
12016
12017 2004-11-19 Richard M. Stallman <rms@gnu.org>
12018
12019 * info.el (Info-search): Use search-whitespace-regexp.
12020
12021 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
12022
12023 * vc-rcs.el (vc-rcs-parse): New function.
12024 (vc-rcs-annotate-command): Likewise.
12025 (vc-rcs-annotate-current-time): Likewise.
12026 (vc-rcs-annotate-time): Likewise.
12027 (vc-rcs-annotate-extract-revision-at-line): Likewise.
12028
12029 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
12030
12031 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
12032
12033 2004-11-18 Jay Belanger <belanger@truman.edu>
12034
12035 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
12036
12037 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12038
12039 * printing.el: Eliminate use of interactive-p and eval-and-compile.
12040 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12041 Use make-temp-file to generate PostScript files in any situation.
12042 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
12043 (pr-interactive-p): Eliminate var.
12044 (pr-save-interactive): Eliminate macro.
12045 (pr-interface, pr-ps-directory-preview)
12046 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12047 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12048 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12049 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12050 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12051 (pr-ps-region-ps-print, pr-ps-mode-preview)
12052 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12053 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12054 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
12055 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12056 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12057 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12058 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12059 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12060 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12061 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12062 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12063 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
12064 Eliminate pr-save-interactive usage.
12065 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
12066 Eliminate pr-interactive-p usage.
12067 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
12068 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
12069 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
12070 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
12071 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
12072 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
12073 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
12074 New funs.
12075 (pr-ps-file): Use make-temp-file to generate a temporary file.
12076
12077 2004-11-17 Jay Belanger <belanger@truman.edu>
12078
12079 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
12080 a local variable.
12081 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
12082 (math-top-only): New variable.
12083 (math-simplify, math-simplify-step): Replace variable top-only by
12084 declared variable math-top-only.
12085 (math-simplify-expr): Declare it.
12086 Replace argument expr in all calls of math-defsimplify by
12087 math-simplify-expr.
12088 (math-simplify-plus, math-simplify-times, math-simplify-divide)
12089 (math-simplify-divisor, math-simplify-one-divisor)
12090 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
12091 (math-simplify-pow): Replace variable expr by declared variable
12092 math-simplify-expr.
12093 (math-simplify-divisor): Remove local variables temp and op.
12094 (math-simplify-one-divisor): Make temp and op local variables.
12095 (math-simplify-divisor-nover, math-simplify-divisor-dover):
12096 New variables.
12097 (math-simplify-divisor, math-simplify-one-divisor):
12098 Replace variables nover and dover by declared variables.
12099 (math-expr-subst-new, math-expr-subst-old): New variables.
12100 (math-expr-subst, math-expr-subst-rec): Replace variables new
12101 and old by declared variables.
12102 (math-is-poly-degree, math-is-poly-loose): New variables.
12103 (math-is-polynomial, math-is-poly-rec): Replace variables degree
12104 and loose by declared variables.
12105 (math-poly-base-const-ok, math-poly-base-pred): New variables.
12106 (math-polynomial-base, math-polynomial-base-rec):
12107 Replace variables const-ok and mpb-pred by declared variables.
12108
12109 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
12110
12111 * calc/calc-ext.el (math-defsimplify): Change the argument in
12112 the created function to math-simplify-expr.
12113
12114 * calc/calc-units.el (math-simplify-expr): Declare it.
12115 Replace argument expr in all calls of math-defsimplify by
12116 math-simplify-expr.
12117 (math-simplify-units-prod): Replace variable expr by declared
12118 variable math-simplify-expr.
12119
12120 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
12121
12122 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
12123 Replace mapcar->dolist, format->string.
12124
12125 2004-11-17 Miles Bader <miles@gnu.org>
12126
12127 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
12128 * progmodes/idlwave.el: Remove RCS keywords.
12129
12130 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
12131
12132 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
12133 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
12134 Update to IDLWAVE version 5.5. Too many changes to list them here.
12135 * progmodes/idlw-help.el: New file.
12136
12137 2004-11-16 Richard M. Stallman <rms@gnu.org>
12138
12139 * international/iso-cvt.el (iso-tex2iso-trans-tab):
12140 Discard spaces after \i according to TeX rules.
12141
12142 * international/mule.el (set-buffer-file-coding-system):
12143 New arg NOMODIFY.
12144 (after-insert-file-set-coding): Pass that new arg.
12145 Prevent set-buffer-multibyte from trying to lock the file.
12146
12147 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
12148
12149 * saveplace.el (save-place): Doc fix.
12150
12151 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
12152 temporarily widen before finding the following word to copy.
12153
12154 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
12155 (cl-map-keymap): Definition deleted.
12156
12157 * subr.el (map-keymap-internal): New function.
12158
12159 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12160
12161 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
12162 when pressing rather than when releasing mouse-2. Simplify.
12163
12164 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12165
12166 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
12167 (compilation-mode): Set it here instead.
12168
12169 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
12170
12171 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
12172 (loop, cl-parse-loop-clause, defsetf): Use backquote.
12173
12174 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12175
12176 * progmodes/compile.el (compilation-internal-error-properties):
12177 Fix up a transposition-typo. Check end-col before using it.
12178
12179 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
12180
12181 * international/iso-cvt.el (iso-tex2iso-trans-tab):
12182 Discard whitespace after macro \i when converting it.
12183
12184 2004-11-16 Juri Linkov <juri@jurta.org>
12185
12186 * emacs-lisp/find-func.el (find-function-regexp):
12187 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
12188 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
12189 Remove invalid `\W' from [^cgv\W]. Doc fix.
12190 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
12191
12192 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
12193
12194 * play/life.el: Maintainer is now FSF.
12195 (life-patterns, life-neighbor-deltas, life-window-start)
12196 (life-current-generation, life-generation-string): Use defvar
12197 instead of defconst.
12198
12199 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12200
12201 * progmodes/compile.el (compilation-move-to-column): New fun.
12202 (compilation-internal-error-properties)
12203 (compilation-next-error-function): Use it to make sure we don't go past
12204 the end of line.
12205
12206 2004-11-15 John Paul Wallington <jpw@gnu.org>
12207
12208 * autoinsert.el (auto-insert-alist): Insert the user's name in
12209 copyright notice, rather than Free Software Foundation, for the
12210 Emacs Lisp header case too.
12211
12212 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12213
12214 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
12215 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12216 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
12217 return the list of string in a string.
12218 (pr-call-process): Message if calling process returns an error, that
12219 is, the exit status is different of zero.
12220
12221 2004-11-15 Jay Belanger <belanger@truman.edu>
12222
12223 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
12224 variable var-thing.
12225 (math-integ-depth, math-integ-level, math-integral-limit)
12226 (math-enable-subst, math-any-substs, math-integ-msg)
12227 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
12228 (math-int-threshold, math-int-factors, math-double-roots)
12229 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
12230 (var-GenCount): Declare these variables.
12231 (calcFunc-integ): Don't check if var-IntegLimit is bound.
12232 (math-integral-cache, math-integral-cache-state):
12233 Move declarations to earlier in the file.
12234 (math-deriv-var, math-deriv-total, math-deriv-symb)
12235 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
12236 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
12237 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
12238 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
12239 (math-solve-res): New variables
12240 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
12241 (math-integral, math-replace-integral-parts)
12242 (math-integrate-by-parts, calc-dump-integral-cache)
12243 (math-try-integral, math-do-integral, math-do-integral)
12244 (math-do-integral-methods, math-try-solve-for)
12245 (math-try-solve-prod, math-solve-poly-funny-powers)
12246 (math-solve-crunch-poly, math-decompose-poly)
12247 (math-solve-find-root-term, math-find-root-in-prod)
12248 (math-integ-try-linear-substitutions)
12249 (math-integ-try-substitutions, math-expr-rational-in)
12250 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
12251 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
12252 (math-solve-for, math-solve-system, math-solve-system-rec)
12253 (math-solve-get-sign, math-solve-get-int)
12254 (math-solve-system-subst): Replace undeclared variables with newly
12255 declared variables.
12256
12257 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12258
12259 * winner.el (winner-active-region, winner-edges, winner-window-list):
12260 Define at toplevel.
12261 (winner-mode-map): Move init inside declaration.
12262
12263 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
12264
12265 * files.el (convert-standard-filename): Doc fix.
12266
12267 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
12268
12269 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
12270 passwd, group, shadow, default/* and pam.d/*.
12271
12272 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12273
12274 * printing.el (pr-menu-spec): Adjust menu specification.
12275
12276 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12277
12278 * printing.el: Doc fix. Insert :version tag into all defcustom.
12279 Handle interactive-p as is recommended in Emacs Lisp Reference.
12280 Set the file permission bits for newly created files.
12281 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12282 The printing menu specification (in `pr-menu-spec') was merged.
12283 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12284 (pr-version): New version number (6.8.3).
12285 (pr-file-modes): New option.
12286 (pr-interactive-p): New var.
12287 (pr-save-interactive, pr-save-file-modes): New macros.
12288 (pr-setup): Code fix.
12289 (pr-menu-spec): Menu specification merged.
12290 (pr-call-process, pr-text2ps): Set file permission bits.
12291 (pr-despool-print): Set file permission bits. Handle interactive-p as
12292 is recommended.
12293 (pr-interface, pr-ps-directory-preview)
12294 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12295 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12296 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12297 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12298 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12299 (pr-ps-region-ps-print, pr-ps-mode-preview)
12300 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12301 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12302 (pr-despool-using-ghostscript, pr-despool-ps-print)
12303 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12304 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12305 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12306 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12307 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12308 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12309 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12310 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12311 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
12312 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
12313 Handle interactive-p as is recommended.
12314
12315 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12316
12317 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
12318 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
12319
12320 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
12321 so it doesn't forget to highlight the beginning of the region either.
12322
12323 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
12324
12325 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
12326 (c-font-lock-init): Eliminate obsolete make-local-hook.
12327 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12328 (awk-mode): Use run-mode-hooks.
12329
12330 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
12331
12332 2004-11-13 Kim F. Storm <storm@cua.dk>
12333
12334 * mouse.el (mouse-drag-copy-region): Add :version.
12335 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
12336 while dragging mode line, so mode line can be dragged downwards.
12337 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
12338 while pressing mouse button so window doesn't scroll until we
12339 release the mouse if clicking on partially visible line.
12340
12341 2004-11-12 Jay Belanger <belanger@truman.edu>
12342
12343 * calc/calc-graph.el (calc-dumb-map): Declare it.
12344 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
12345 than unbound.
12346 (calc-graph-name): Made `end' a local variable.
12347 (calc-graph-lookup): Made `varname' a local variable.
12348 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
12349 Declare them.
12350 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
12351 (calc-graph-plot, calc-graph-compute-3d): Remove references to
12352 the unused variable y3vec.
12353 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
12354 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
12355 calc-graph-prev-kill-hook.
12356 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
12357 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
12358 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
12359 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
12360 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
12361 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
12362 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
12363 (calc-graph-y3value, calc-graph-y3name)
12364 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
12365 (calc-graph-stepcount, calc-graph-is-splot)
12366 (calc-graph-surprise-splot, calc-graph-blank)
12367 (calc-graph-non-blank, calc-graph-curve-num): New variables.
12368 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
12369 (calc-graph-recompute-2d, calc-graph-compute-3d)
12370 (calc-graph-format-data): Replace undeclared variables with the
12371 above newly declared variables.
12372
12373 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
12374
12375 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
12376 `rsf-beep' and `rsf-sleep-after-message'.
12377
12378 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
12379 list if `message-sender' is non-nil.
12380
12381 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12382
12383 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
12384 consing by using mapc instead of mapcar.
12385
12386 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
12387
12388 * tooltip.el (require): Explain why CL is needed.
12389
12390 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12391
12392 * printing.el: Insert :version into defgroup (printing). All reference
12393 to Files option in menubar were changed to File.
12394 (pr-version): New version number (6.8.2).
12395 (pr-get-symbol): Call easy-menu-intern.
12396 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
12397 compilation gripes.
12398
12399 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12400
12401 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
12402 new byte-compile-function-environment binding to t.
12403
12404 * font-lock.el (font-lock-fontify-syntactically-region):
12405 Don't forget to highlight the last char when we hit `end'.
12406
12407 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
12408 (mwheel-scroll): Adjust accordingly.
12409
12410 * cvs-status.el: Reduce spurious warnings.
12411 (cvs-status-checkout): Remove.
12412 (cvs-status-mode-map): Use cvs-mode-checkout instead.
12413
12414 * pcvs.el (cvs-mode-checkout): New command.
12415
12416 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
12417
12418 * tooltip.el: Require CL.
12419
12420 * emacs-lisp/bytecomp.el: Use push.
12421 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
12422 (defalias): Remove the `byte-compile' property and add
12423 a `byte-hunk-handler'.
12424
12425 2004-11-11 Juri Linkov <juri@jurta.org>
12426
12427 * info.el (Info-search): Save match data for isearch.
12428 Skip Tag Table node.
12429
12430 * descr-text.el (describe-char): Replace syntax-after with code
12431 from its previous version.
12432
12433 * files.el (magic-mode-alist): Use optimization for SGML mode too.
12434 (set-auto-mode): Doc fix. Remove unused variable `xml'.
12435
12436 * international/mule.el (sgml-html-meta-auto-coding-function):
12437 Remove > after <html to allow HTML attributes.
12438
12439 2004-11-11 Jay Belanger <belanger@truman.edu>
12440
12441 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
12442 a variable.
12443 (calcFunc-dfac): Replace unbound max by n.
12444 (math-stirling-local-cache): New variable.
12445 (math-stirling-number, math-stirling-1, math-stirling-2):
12446 Replace the variable `cache' by the declared variable
12447 math-stirling-local-cache.
12448 (var-RandSeed): Declare it as a variable.
12449 (math-init-random-base, math-random-digit): Don't check to see if
12450 var-RandSeed is bound.
12451 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
12452 Declare them instead of just setting them.
12453 (math-init-random-base): Made i a local variable.
12454 (math-random-digit): Made math-random-last a local variable.
12455 (math-prime-test-cache): Move declaration to before it is used.
12456 (math-prime-test-cache-k, math-prime-test-cache-q)
12457 (math-prime-test-cache-nm1, math-prime-factors-finished):
12458 Declare them as variables.
12459
12460 2004-11-11 Jay Belanger <belanger@truman.edu>
12461
12462 * calc/calc-ext.el (math-defcache): Use defvar for the new
12463 variables it creates.
12464
12465 2004-11-11 Lars Hansen <larsh@math.ku.dk>
12466
12467 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
12468 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
12469 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
12470 (desktop-save): Add :version.
12471
12472 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12473
12474 * printing.el (pr-get-symbol): Don't downcase.
12475
12476 2004-11-10 Jay Belanger <belanger@truman.edu>
12477
12478 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
12479 string to kill-ring.
12480
12481 * calc/calc-aent.el (calc-alg-exp, math-toks)
12482 (math-exp-pos,math-exp-old-pos, math-exp-token)
12483 (math-exp-keep-spaces, math-exp-str): New variables.
12484 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
12485 (calcAlg-enter): Use declared variable calc-alg-exp.
12486 (math-build-parse-table, math-find-user-token): Use declared
12487 variable math-toks.
12488 (math-read-exprs, math-read-token, calc-check-user-syntax)
12489 (calc-match-user-syntax, match-factor-after, math-read-factor):
12490 Use declared variables math-exp-pos math-exp-old-pos.
12491 (math-read-exprs, math-read-token, math-read-expr-level)
12492 (calc-check-user-syntax, calc-match-user-syntax)
12493 (match-factor-after, math-read-factor): Use declared variable
12494 math-exp-token.
12495 (math-read-exprs, math-read-expr-list, math-read-token)
12496 (math-read-factor): Use declared variable math-exp-keep-spaces.
12497 (math-read-exprs, math-read-token): Use declared variable
12498 math-exp-str.
12499 (calc-match-user-syntax): Make m a local variable.
12500
12501 * calc/calc-ext.el (math-read-expr): Use declared variables
12502 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
12503 math-exp-keep-spaces.
12504
12505 * calc/calc-forms.el (math-read-angle-bracket): Use declared
12506 variables math-exp-pos, math-exp-str.
12507
12508 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
12509 math-exp-old-pos.
12510 (math-parse-fortran-vector, math-parse-fortran-vector-end)
12511 (math-parse-eqn-prime): Use declared variable math-exp-token.
12512
12513 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
12514 Use declared variable math-exp-pos.
12515 (math-check-for-commas): Use declared variable math-exp-str.
12516 (math-read-brackets): Use declared variables math-exp-old-pos,
12517 math-exp-keep-spaces.
12518 (math-read-brackets, math-read-vector, math-read-matrix):
12519 Use declared variable math-exp-token.
12520
12521 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12522
12523 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
12524 where the keymap is a symbol.
12525 (easy-menu-add-item): Use keymap-prompt. Simplify.
12526
12527 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
12528
12529 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
12530 (sgml-parse-tag-backward): Use it to skip spurious < or >.
12531
12532 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
12533
12534 * ebuff-menu.el: Doc fixes throughout.
12535 (electric-buffer-menu-mode-hook): New defvar.
12536
12537 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
12538
12539 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
12540 The resulting compiler warnings appear to be harmless.
12541
12542 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
12543
12544 * textmodes/conf-mode.el: New file.
12545
12546 * files.el (auto-mode-alist, magic-mode-alist): Use it.
12547
12548 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12549
12550 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
12551
12552 2004-11-09 Jay Belanger <belanger@truman.edu>
12553
12554 * calc/calc-ext.el (calc-init-extensions): Remove old code.
12555
12556 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
12557 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
12558 (calc-z-prefix-help, calc-user-function-list): Use declared
12559 variables calc-z-prefix-buf, calc-z-prefix-msgs.
12560 (math-map-tree, math-map-tree-rec): Use declared variables
12561 math-mt-many, math-mt-func.
12562 (math-read-expression, math-read-string): Use declared variable
12563 math-expr-data.
12564
12565 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
12566 variable math-normalize-a.
12567
12568 * calc/calc.el (math-normalize-a): New variable.
12569 (math-normalize): Use declared variable math-normalize-a.
12570
12571 * calc/calc-poly.el (math-expand-form): Use declared variable
12572 math-mt-many.
12573
12574 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12575 Use declared variable math-mt-many.
12576 (math-rewrite): Use declared variable math-mt-func.
12577
12578 * calc/calc-vec.el (math-read-brackets, math-read-vector)
12579 (math-read-matrix): Use declared variable math-expr-data.
12580
12581 * calc/calc-lang.el (math-parse-fortran-vector)
12582 (math-parse-fortran-vector-end, math-parse-tex-sum)
12583 (math-parse-eqn-matrix, math-parse-eqn-prime)
12584 (math-read-math-subscr): Use declared variable math-expr-data.
12585
12586 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
12587 (math-read-expr-level, math-read-token, calc-check-user-syntax)
12588 (calc-match-user-syntax, math-read-if, math-factor-after)
12589 (math-read-factor): Use declared variable math-expr-data.
12590
12591 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
12592
12593 * calendar/diary-lib.el (diary-from-outlook)
12594 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
12595 interactive-p; but rather new optional argument NOCONFIRM.
12596
12597 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12598
12599 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
12600 (easy-menu-name-match): Revert correspondingly.
12601
12602 2004-11-09 Richard M. Stallman <rms@gnu.org>
12603
12604 * emacs-lisp/bytecomp.el (byte-compile-defalias):
12605 Turn off warnings for the new function even if definition not constant.
12606 If the definition isn't a quoted symbol, record (FUNCTION . t).
12607 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
12608 (byte-compile-callargs-warn): Handle (FUNCTION . t).
12609 (display-call-tree, byte-compile-arglist-warn):
12610 Handle t returned by byte-compile-fdefinition.
12611
12612 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12613
12614 * Makefile.in (maintainer-clean): Depend on distclean.
12615
12616 * help-fns.el (help-C-file-name): File name must be in build-files
12617 to be returned.
12618
12619 2004-11-09 Jay Belanger <belanger@truman.edu>
12620
12621 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
12622 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
12623
12624 * calc/calc.el (calc, calc-trail-display, calc-mode):
12625 Remove obsolete sections.
12626
12627 * calc/calc.el (calc-x-paste-text): Remove.
12628
12629 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
12630 mouse-2.
12631
12632 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
12633
12634 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
12635 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
12636 current frame (in case of recursive calls).
12637 (gdb-show-changed-values): Add :version keyword.
12638
12639 2004-11-09 Kenichi Handa <handa@m17n.org>
12640
12641 * international/mule-cmds.el: Change coding: tag back to
12642 iso-2022-7bit.
12643
12644 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12645
12646 * international/mule-cmds.el: Change coding-system to utf-8.
12647 (select-safe-coding-system-interactively):
12648 New function extracted from select-safe-coding-system.
12649 (select-safe-coding-system): Use it.
12650
12651 2004-11-08 Richard M. Stallman <rms@gnu.org>
12652
12653 * subr.el (syntax-after): Doc fix.
12654
12655 * paren.el (show-paren-function): Change calls to syntax-after
12656 for new way of returning the value.
12657
12658 * menu-bar.el (menu-bar-file-menu): Make this the real name
12659 and menu-bar-files-menu the alias. Use the former.
12660 (global-map): Use `file', not `files', as the symbol.
12661
12662 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12663
12664 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12665 Don't use beginning-of-buffer.
12666 (filesets-cmd-show-result): Use with-no-warnings.
12667
12668 2004-11-08 Juri Linkov <juri@jurta.org>
12669
12670 * progmodes/compile.el (compile): Don't overwrite last command in
12671 minibuffer history with default command if they are not equal.
12672
12673 2004-11-08 Jay Belanger <belanger@truman.edu>
12674
12675 * calc/calcalg2.el (math-do-integral-methods): Try linear then
12676 non-linear substitutions.
12677
12678 2004-11-08 Jay Belanger <belanger@truman.edu>
12679
12680 * calc/calcalg2.el (math-linear-subst-tried): New variable.
12681 (math-do-integral): Set `math-linear-subst-tried' to nil.
12682 (math-do-integral-methods): Use `math-linear-subst-tried' to
12683 determine what type of substitution to try.
12684 (math-integ-try-linear-substituion):
12685 Set `math-linear-subst-tried' to t.
12686
12687 2004-11-08 Kim F. Storm <storm@cua.dk>
12688
12689 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12690
12691 2004-11-07 Juri Linkov <juri@jurta.org>
12692
12693 * info-look.el (info-lookup): Allow reusing in the current buffer
12694 not only *info* buffer, but all (even renamed) Info buffers
12695 by checking for major-mode instead of *info* buffer name.
12696 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12697 (octave-mode, maxima-mode) <doc-spec>:
12698 Allow long dashes generated by Texinfo 4.7 before definitions.
12699 (texinfo-mode) <doc-spec>: Add space to suffix to find command
12700 definitions with argument separated by space.
12701
12702 2004-11-06 Richard M. Stallman <rms@gnu.org>
12703
12704 * simple.el (next-error group, face): Move before first use.
12705 (next-error-highlight, next-error-highlight-no-select): Likewise.
12706
12707 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12708 (line-move): New args NOERROR and TO-END.
12709 Return t if succeed in moving specified number of lines.
12710 (move-end-of-line): New function.
12711
12712 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12713 (end-of-buffer-other-window): Likewise.
12714
12715 * simple.el (line-move-ignore-invisible): Default to t.
12716
12717 * subr.el (syntax-after): Return the syntax letter, not the raw code.
12718
12719 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12720
12721 * international/iso-cvt.el (iso-cvt-define-menu):
12722 Rename menu-bar-files-menu to menu-bar-file-menu.
12723
12724 * net/browse-url.el (browse-url-gnome-moz-program)
12725 (browse-url-gnome-moz-arguments): Move up before first use.
12726
12727 * net/tramp.el (tramp group): Add :version.
12728
12729 * progmodes/ada-xref.el (ada-gdb-application):
12730 Use goto-char instead of beginning-of-buffer.
12731
12732 * progmodes/cperl-mode.el (cperl-info-on-command):
12733 Use goto-char instead of beginning-of-buffer.
12734
12735 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12736 Move up before first use.
12737 (idlwave-shell-temp-pro-file): Likewise.
12738 (idlwave-shell-temp-rinfo-save-file): Likewise.
12739 (idlwave-shell-temp-file): Minor doc fix.
12740
12741 * textmodes/flyspell.el (flyspell-external-point-words):
12742 Use goto-char instead of beginning-of-buffer.
12743
12744 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
12745
12746 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12747 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
12748 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12749
12750 2004-11-06 David Ponce <david@dponce.com>
12751
12752 * recentf.el (recentf-menu-path): Use menu item name.
12753
12754 2004-11-06 Eli Zaretskii <eliz@gnu.org>
12755
12756 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12757 display doesn't support images.
12758
12759 2004-11-06 Andreas Schwab <schwab@suse.de>
12760
12761 * tempo.el (tempo-match-finder): Doc fix.
12762
12763 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12764
12765 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
12766
12767 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12768 (easy-menu-lookup-name): New fun to replace it.
12769 (easy-menu-get-map): Use it to obey menu item names (rather than just
12770 keys) when looking up `path'.
12771 (easy-menu-always-true-p): Rename from easy-menu-always-true.
12772 (easy-menu-convert-item-1): Adjust to new name.
12773
12774 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
12775
12776 * outline.el (hide-body): Don't hide lines at the top of the file
12777 that precede the first header line.
12778
12779 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
12780
12781 * align.el (align-areas): Delete whitespace before reindenting, so
12782 that tabs are never placed after spaces.
12783
12784 2004-11-06 Alan Shutko <ats@acm.org>
12785
12786 * macros.el (insert-kbd-macro): Do completions based on macros,
12787 rather than all commands.
12788
12789 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
12790
12791 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12792 to solve a bug whereby tags with 'b' don't match.
12793
12794 2004-11-05 Juri Linkov <juri@jurta.org>
12795
12796 * info.el (Info-search): Don't search in node header lines
12797 and file headers.
12798
12799 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12800 symbol-constituent characters after dot, not only digits.
12801
12802 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
12803
12804 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12805
12806 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12807
12808 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12809 if a dialog will be used, read-file-name otherwise.
12810
12811 2004-11-04 Richard M. Stallman <rms@gnu.org>
12812
12813 * textmodes/table.el (table group): Add :version.
12814
12815 * textmodes/ispell.el (ispell-word):
12816 Don't alter args; set them only thru `interactive' spec.
12817
12818 * textmodes/flyspell.el (flyspell-word):
12819 Don't alter FOLLOWING; set it only thru `interactive' spec.
12820
12821 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12822
12823 * net/browse-url.el (browse-url-maybe-new-window):
12824 Use called-interactively-p.
12825
12826 * mail/supercite.el (sc-cite-region):
12827 Don't use interactive-p. Add arg INTERACTIVE.
12828 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
12829
12830 * international/mule-cmds.el (set-input-method, toggle-input-method):
12831 Don't use interactive-p. Add arg INTERACTIVE.
12832
12833 * eshell/esh-mode.el (eshell-show-maximum-output):
12834 Don't use interactive-p.
12835 (eshell-truncate-buffer): Just message, no error, if buffer is short.
12836
12837 * mouse.el (mouse-show-mark): Get positions to delete from mark
12838 and point, not from mouse-drag-overlay.
12839
12840 * imenu.el (imenu-eager-completion-buffer): Add :version.
12841
12842 * filesets.el (filesets group): Add :version.
12843
12844 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
12845
12846 * files.el (xml-based-modes): Delete var.
12847 (magic-mode-alist): New more general var.
12848 (set-auto-mode): Use it.
12849
12850 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12851 when clicking from another window.
12852
12853 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
12854
12855 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12856 (vc-cvs-annotate-time): Incorporate value of deleted var.
12857 Remove special-case handling of beginning-of-buffer cruft.
12858 Cache ending position (point) and return value in text property
12859 `vc-cvs-annotate-time', and consult it on subsequent invocations.
12860
12861 * vc-cvs.el (vc-cvs-annotate-command):
12862 Delete extraneous lines from beginning of buffer.
12863 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12864
12865 * progmodes/grep.el (grep-default-command): Take empty string
12866 for tag if all other methods yield nil. Shell-quote the tag.
12867
12868 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12869 spec in `interactive' form, and mention it in the docstring.
12870 Also, make sure point is at bol after calling `annotate-time'.
12871
12872 2004-11-02 Richard M. Stallman <rms@gnu.org>
12873
12874 * cus-edit.el (customize-group-other-window):
12875 Select the window that displays the custom buffer.
12876 (custom-buffer-create-other-window): Likewise.
12877
12878 * comint.el (comint-insert-input): Fix previous change.
12879
12880 * emacs-lisp/elp.el (elp-instrument-function):
12881 Use called-interactively-p.
12882
12883 * emacs-lisp/easymenu.el (easy-menu-intern):
12884 Don't downcase; rather, case-flip the first letter of each word.
12885
12886 * emacs-lisp/easy-mmode.el (define-minor-mode):
12887 Use called-interactively-p.
12888
12889 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12890 Add interactive-only.
12891 (byte-compile-warnings): Add interactive-only as option.
12892 (byte-compile-interactive-only-functions): New variable.
12893 (byte-compile-form): Warn about calls to functions
12894 in byte-compile-interactive-only-functions.
12895
12896 * emacs-lisp/autoload.el (update-file-autoloads):
12897 Don't use interactive-p; take new arg SAVE-AFTER.
12898
12899 * emacs-lisp/advice.el (ad-make-advised-definition):
12900 Use called-interactively-p.
12901
12902 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12903
12904 * files.el (find-file-existing): New function.
12905
12906 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12907 find-file-existing. Add "New File..." that calls find-file.
12908
12909 * diropen.pbm, diropen.xpm: New files.
12910
12911 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12912 icon diropen. New tool bar item find-file-existing uses icon open.
12913
12914 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12915 instead of read-file-name.
12916
12917 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
12918
12919 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12920 (icalendar--split-value): Change name of work buffer.
12921 (icalendar--get-weekday-abbrev): Return nil on error.
12922 (icalendar--date-to-isodate): New function.
12923 (icalendar-convert-diary-to-ical)
12924 (icalendar-extract-ical-from-buffer): Use only two args for
12925 make-obsolete (XEmacs compatibility).
12926 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12927 (icalendar-export-region): Doc fix.
12928 If error, return non-nil and write errors to a buffer.
12929 Use correct weekday for weekly recurring events.
12930 Check whether date has been parsed for ordinary events.
12931 Make weekly events start in the year 2000.
12932 DTEND is non-inclusive, shift end date by one day if
12933 necessary (not for entries that have date and time).
12934 Rename local let variables: oops -> found-error, datestring ->
12935 startdatestring.
12936
12937 2004-11-02 Kim F. Storm <storm@cua.dk>
12938
12939 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12940 keep-mode-if-same variable. Add it as optional arg instead.
12941 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12942
12943 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12944 substitute-command-keys will select lower-case bindings like those
12945 used in the static help texts.
12946
12947 * descr-text.el (describe-text-properties): Don't err if called in
12948 the *Help* buffer; output to *Help-2* buffer instead.
12949
12950 * kmacro.el (group kmacro): Add :version.
12951 (kmacro-keyboard-quit): New function to cleanup on C-g.
12952 (kmacro-start-macro): Set defining-kbd-macro to append when
12953 appending to last macro.
12954
12955 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12956
12957 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
12958
12959 * progmodes/gdb-ui.el (gdb-enable-debug-log)
12960 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12961 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12962 Add :version keyword.
12963
12964 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
12965
12966 * progmodes/flymake.el (flymake-err-line-patterns):
12967 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12968 `compilation-error-regexp-alist-alist' to internal Flymake format.
12969
12970 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12971
12972 2004-11-01 Jay Belanger <belanger@truman.edu>
12973
12974 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12975 with `interactive "s"'.
12976
12977 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12978
12979 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12980 Revert change from 2004-10-16. '*' checks the current buffer, but the
12981 mouse click may be in another buffer.
12982
12983 2004-11-01 John Paul Wallington <jpw@gnu.org>
12984
12985 * files.el (large-file-warning-threshold): Add :version keyword.
12986 (kill-some-buffers): Doc fix.
12987
12988 * thumbs.el (group thumbs): Add :version keyword.
12989
12990 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12991
12992 2004-11-01 Richard M. Stallman <rms@gnu.org>
12993
12994 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12995
12996 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12997
12998 * allout.el (allout group): Add :version.
12999 (allout-init): Don't use interactive-p.
13000 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
13001 (allout-forward-current-level, allout-backward-current-level):
13002 Don't use interactive-p.
13003
13004 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
13005 (bibtex-find-text): Likewise.
13006
13007 * progmodes/vhdl-mode.el (vhdl-fill-region)
13008 (vhdl-beginning-of-statement): Don't use interactive-p.
13009
13010 * progmodes/idlwave.el (idlwave-update-routine-info):
13011 Don't use interactive-p.
13012
13013 * progmodes/idlw-shell.el (idlwave-shell-send-char):
13014 Don't use interactive-p.
13015
13016 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
13017 Don't use interactive-p.
13018
13019 * progmodes/ada-xref.el (ada-make-body-gnatstub):
13020 Don't use interactive-p.
13021
13022 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
13023 (fortune-in-buffer): Doc fix.
13024
13025 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
13026
13027 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
13028 don't select the temporary buffer.
13029 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
13030 (eudc-get-phone): Likewise.
13031
13032 2004-11-01 Kim F. Storm <storm@cua.dk>
13033
13034 * man.el (Man-xref-normal-file): Fix help-echo.
13035
13036 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13037
13038 * reveal.el (reveal-last-tick): New var.
13039 (reveal-post-command): Use it to avoid closing overlays when we're
13040 appending text to them.
13041
13042 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13043
13044 * textmodes/bibtex.el: Require button.
13045 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
13046 (bibtex-reference-keys): Distinguish between header keys and
13047 crossref keys.
13048 (bibtex-beginning-of-field): New function.
13049 (bibtex-url-map): Remove.
13050 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
13051 (bibtex-font-lock-url-regexp): Assume that field names begin at
13052 the beginning of a line.
13053 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
13054 Remove field delimiters. Use bibtex-beginning-of-field.
13055 Bugfix, point can be inside a field with a url.
13056 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
13057 New functions.
13058 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
13059 (bibtex-key-in-head): Simplify.
13060 (bibtex-current-line): Use bolp.
13061 (bibtex-parse-keys): Remove unused arg `add'.
13062 Use bibtex-type-in-head and bibtex-key-in-head.
13063 (bibtex-parse-entry, bibtex-autofill-entry):
13064 Use bibtex-type-in-head and bibtex-key-in-head.
13065 (bibtex-autokey-get-field): Do not alter case of replacement text.
13066 (bibtex-autokey-get-names): Do all processing of name list.
13067 (bibtex-autokey-get-year): New function.
13068 (bibtex-autokey-get-title): Do all processing of title words.
13069 (bibtex-generate-autokey): Simplify.
13070 (bibtex-string-files-init): Use default-directory.
13071 Allow for absolute file names in bibtex-string-files.
13072 (bibtex-files, bibtex-file-path): New variables.
13073 (bibtex-files-expand): New function.
13074 (bibtex-find-entry-globally): New command.
13075 (bibtex-summary-function): New variable.
13076 (bibtex-summary): Default value of bibtex-summary-function.
13077 (bibtex-find-crossref): New optional args pnt and split.
13078 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
13079 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
13080 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
13081 Fix handling of required and alternative fields.
13082 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
13083 Use cons and display-buffer.
13084 (bibtex-validate-globally): New command.
13085 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
13086 bibtex-parse-keys and bibtex-parse-strings for updating
13087 bibtex-reference-keys and bibtex-strings.
13088 (bibtex-realign): Remove blank lines past the last entry.
13089 (bibtex-reformat): Use bibtex-entry-format as default.
13090 (bibtex-choose-completion-string): Remove.
13091 (bibtex-complete): Do not use bibtex-choose-completion-string.
13092 (bibtex-url): Simplify.
13093
13094 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13095
13096 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
13097 (x-dnd-types-alist, x-dnd-open-file-other-window)
13098 (x-dnd-known-types): Add :version.
13099
13100 2004-10-31 John Paul Wallington <jpw@gnu.org>
13101
13102 * ibuffer.el (group ibuffer): Add :version keyword.
13103
13104 2004-10-31 Kim F. Storm <storm@cua.dk>
13105
13106 * ido.el (group ido): Add :version keyword.
13107 (ido-mode): Remove :version keyword.
13108
13109 * emulation/cua-base.el (group cua): Add :version keyword.
13110 (cua-mode): Remove :version keyword.
13111
13112 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
13113
13114 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
13115
13116 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
13117 compiler warning.
13118 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
13119 function.
13120 (help-at-pt-display-when-idle): Remove autoload.
13121
13122 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13123
13124 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
13125
13126 2004-10-30 Juri Linkov <juri@jurta.org>
13127
13128 * help.el (function-called-at-point):
13129 * help-fns.el (variable-at-point): Read -> intern.
13130
13131 2004-10-30 Simon Josefsson <jas@extundo.com>
13132
13133 * progmodes/autoconf.el (autoconf-font-lock-keywords):
13134 Recognize AS_* too.
13135
13136 2004-10-29 Simon Josefsson <jas@extundo.com>
13137
13138 * subr.el (read-passwd): Move back from password.el.
13139
13140 * password.el: Remove, not ready yet.
13141
13142 2004-10-29 Andreas Schwab <schwab@suse.de>
13143
13144 * speedbar.el (speedbar-frame-parameters): Improve customize type.
13145
13146 2004-10-29 Sam Steingold <sds@gnu.org>
13147
13148 * mouse.el (mouse-show-mark): Replace the last occurrence of
13149 x-lost-selection-hooks with x-lost-selection-functions.
13150
13151 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13152
13153 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
13154 x-lost-selection-functions is bound.
13155
13156 * mouse-sel.el (mouse-sel-mode):
13157 * emacs-lisp/lselect.el: Adjust to new names for
13158 x-(lost|sent)-selection-functions.
13159
13160 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
13161 New obsolete aliases of x-lost-selection-functions and
13162 x-sent-selection-functions.
13163
13164 2004-10-28 Kim F. Storm <storm@cua.dk>
13165
13166 * imenu.el (imenu-scanning-message): Remove.
13167 (imenu-progress-message): Make it a no-op.
13168
13169 2004-10-28 John Paul Wallington <jpw@gnu.org>
13170
13171 * files.el (set-auto-mode): Call `throw' correctly.
13172
13173 2004-10-28 Juri Linkov <juri@jurta.org>
13174
13175 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
13176 to search `Info-...' commands in `info' manual.
13177 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13178 Add 'info-file "emacs" property.
13179 (Info-find-emacs-command-nodes): Fix index line number regexp.
13180 Set real line number (instead of fake 0) in first element of the
13181 returned list.
13182 (Info-goto-emacs-command-node): Use line number of first element
13183 to set point in the first found Info node.
13184
13185 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
13186 code to `grep-mode-font-lock-keywords'.
13187 (grep-mode-font-lock-keywords): Delete grep markers instead
13188 of making them invisible.
13189
13190 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13191
13192 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
13193 and x-server-version in bug report.
13194
13195 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
13196
13197 * files.el (set-auto-mode-0): New function.
13198 (set-auto-mode): Use it to handle aliased modes and to
13199 be consistent between C-x C-f and C-x C-w.
13200
13201 2004-10-28 Kenichi Handa <handa@m17n.org>
13202
13203 * international/utf-8.el (utf-translate-cjk-charsets):
13204 Add katakana-jisx0201.
13205
13206 * international/subst-jis.el: Add data for JISX0201.
13207
13208 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
13209
13210 * obsolete/hilit19.el (hilit-mode): New function.
13211 Move all the toplevel side-effecting stuff into it, so that loading
13212 hilit19 doesn't mess everything up any more.
13213
13214 2004-10-27 Richard M. Stallman <rms@gnu.org>
13215
13216 * add-log.el (add-change-log-entry): Set up mailing address
13217 and full name later, and don't alter add-log-mailing-address
13218 or add-log-full-name.
13219
13220 * elide-head.el (elide-head): Change error to message.
13221 (elide-head-show): Likewise.
13222
13223 * apropos.el (apropos-macrop): Doc fix.
13224
13225 * mouse.el (mouse-show-mark): Do most processing the same
13226 regardless of transient-mark-mode.
13227
13228 * shadowfile.el (shadow-copy-files): Use interactive-p
13229 only to control whether to print a message.
13230
13231 * tar-mode.el (tar-mode): Use write-contents-functions,
13232 not write-contents-hooks.
13233
13234 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
13235 directory-sep-char.
13236
13237 2004-10-27 Richard M. Stallman <rms@gnu.org>
13238
13239 * strokes.el (strokes-unload-hook): Fix previous change.
13240
13241 * type-break.el (type-break-run-at-time): Always use run-at-time;
13242 forget the alternatives.
13243 (type-break-cancel-function-timers): Always use cancel-function-timers;
13244 forget the alternatives.
13245
13246 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
13247
13248 2004-10-27 Kenichi Handa <handa@m17n.org>
13249
13250 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
13251
13252 * international/subst-gb2312.el: Likewise.
13253
13254 * international/subst-big5.el: Likewise.
13255
13256 * international/subst-ksc.el: Likewise.
13257
13258 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
13259 New variable.
13260 (utf-translate-cjk-set-unicode-range): New function.
13261 (utf-translate-cjk-unicode-range): Make it customizable.
13262 (utf-8-post-read-conversion):
13263 Use utf-translate-cjk-unicode-range-string.
13264 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
13265 Unicode ranges.
13266
13267 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
13268
13269 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
13270 trivial variants to shorten the list.
13271 (xml-based-modes): New var.
13272 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
13273 declaration higher priority than auto-mode-alist.
13274
13275 * find-file.el (cc-other-file-alist): Bring it in line with
13276 cc-mode's auto-mode-alist entries and use \' instead of $.
13277
13278 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
13279 and add "Id" and "Name" submenus to it.
13280
13281 * imenu.el (imenu--generic-function): Skip matches in comments.
13282
13283 2004-10-26 Jay Belanger <belanger@truman.edu>
13284
13285 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
13286 (full-calc-keypad, calc-trail-display): Use an extra argument
13287 instead of `interactive-p'.
13288
13289 * calc/calc-misc.el (calc-other-window): Use an extra argument
13290 instead of `interactive-p'.
13291
13292 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
13293 `interactive-p'.
13294
13295 2004-10-26 Kim F. Storm <storm@cua.dk>
13296
13297 * help.el (describe-key): Describe both down-event and up-event
13298 for a mouse click.
13299
13300 2004-10-26 Richard M. Stallman <rms@gnu.org>
13301
13302 * woman.el (woman): Don't call interactive-p.
13303
13304 * pcomplete.el (pcomplete): Instead of interactive-p,
13305 use an arg set non-nil by the interactive spec.
13306
13307 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
13308 use an arg set non-nil by the interactive spec.
13309
13310 * man.el (Man-cleanup-manpage): Instead of interactive-p,
13311 use an arg set non-nil by the interactive spec.
13312
13313 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13314
13315 * progmodes/flymake.el (flymake-split-string):
13316 Use `flymake-split-string-remove-empty-edges' in any case.
13317
13318 2004-10-26 Masatake YAMATO <jet@gyve.org>
13319
13320 * progmodes/flymake.el (flymake-err-line-patterns):
13321 Use `compilation-error-regexp-alist-alist' instead of
13322 `compilation-error-regexp-alist'.
13323
13324 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13325
13326 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
13327 verbatim face on the \ of \end{verbatim}.
13328
13329 2004-10-25 Jay Belanger <belanger@truman.edu>
13330
13331 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
13332 erasing minibuffer.
13333
13334 2004-10-25 Simon Josefsson <jas@extundo.com>
13335
13336 * subr.el (read-passwd): Move to net/password.el.
13337
13338 * net/password.el (read-passwd): Add. Autoload it.
13339
13340 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
13341
13342 * mouse-sel.el (mouse-sel-mode): Specify custom group.
13343
13344 * simple.el (process-file): Fix logic.
13345
13346 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13347
13348 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
13349 (increase-right-margin): Remove erroneous call to `interactive-p'.
13350
13351 2004-10-24 Kim F. Storm <storm@cua.dk>
13352
13353 * help.el (describe-mode): Fix 2004-10-13 change.
13354 Copy pure "Auto Fill" string so it can be propertized later
13355 without causing a read-only error.
13356
13357 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13358
13359 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
13360 style indexes.
13361
13362 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
13363
13364 * simple.el (process-file): Accept nil for INFILE. Reported by
13365 Luc Teirlinck.
13366
13367 2004-10-24 Masatake YAMATO <jet@gyve.org>
13368
13369 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
13370 Handle periods and underscores in a function name.
13371 Remove the address fontification.
13372
13373 2004-10-24 Masatake YAMATO <jet@gyve.org>
13374
13375 * progmodes/asm-mode.el (asm-font-lock-keywords):
13376 Use font-lock-variable-name-face for registers.
13377
13378 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
13379
13380 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
13381 kill-all-local-variables.
13382 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13383 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
13384 Use kill-all-local-variables and provide mode-hooks.
13385 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
13386 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
13387 Suggested by Masatake YAMATO <jet@gyve.org>.
13388
13389 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
13390
13391 * simple.el (process-file): New function, similar to call-process
13392 but supports file handlers.
13393 * vc.el (vc-do-command): Use it, instead of call-process.
13394 * net/tramp-vc.el (vc-do-command): Do not advise it if
13395 process-file is fboundp.
13396 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
13397 process-file.
13398 (tramp-handle-process-file): New function.
13399 (tramp-file-name-for-operation): Support process-file.
13400
13401 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
13402
13403 * calendar/icalendar.el (icalendar--weekday-array): New constant.
13404 (icalendar-weekdayabbrev-table)
13405 (icalendar-monthnumber-table): Delete.
13406 (icalendar--get-month-number): Use calendar-month-name-array.
13407 (icalendar--get-weekday-number): New function.
13408 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
13409 (icalendar-export-region): Handle multi-line entries.
13410 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
13411
13412 2004-10-23 John Paul Wallington <jpw@gnu.org>
13413
13414 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
13415 `wildcards' set to t in interactive spec.
13416
13417 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
13418 interactive spec rather than use `interactive-p'.
13419 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
13420 rather than use function `interactive-p'.
13421
13422 2004-10-22 Kenichi Handa <handa@m17n.org>
13423
13424 * international/mule.el (translate-region): Implement it in Lisp
13425 as a front end of translate-region-internal.
13426
13427 2004-10-21 Jay Belanger <belanger@truman.edu>
13428
13429 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
13430 Declare these variables with defvar.
13431
13432 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
13433 is bound, only check to see if it is bound.
13434
13435 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13436
13437 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13438 Don't output messages.
13439
13440 * calc/calc-help.el (calc-describe-bindings): Fix last change.
13441
13442 2004-10-21 John Paul Wallington <jpw@gnu.org>
13443
13444 * calc/calc-graph.el (calc-graph-init):
13445 Use `set-process-query-on-exit-flag'.
13446
13447 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
13448
13449 * progmodes/compile.el (compilation-start): Rely on `cd' to get
13450 dir right and also allow argumentless cd.
13451
13452 2004-10-19 Richard M. Stallman <rms@gnu.org>
13453
13454 * textmodes/flyspell.el (flyspell-mode): Doc fix.
13455
13456 * eshell/em-unix.el (eshell-grep):
13457 Don't bind compilation-process-setup-function.
13458
13459 * comint.el (comint-insert-input): Use @ in `interactive'.
13460 (comint-input-filter-functions): Doc fix.
13461 (comint-kill-whole-line, comint-get-source): Doc fix.
13462
13463 * progmodes/compile.el (compilation-setup):
13464 Don't set buffer-read-only if MINOR is non-nil.
13465
13466 2004-10-19 Jay Belanger <belanger@truman.edu>
13467
13468 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
13469 (calc-emacs-type-gnu19): Remove.
13470 (calc-digit-map, calc-read-key-sequence, calc-read-key):
13471 Remove check for old emacs versions.
13472
13473 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
13474 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
13475 for current Emacs.
13476
13477 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
13478 the end of the minibuffer.
13479 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
13480 copy `esc-map'.
13481
13482 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
13483
13484 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
13485 call that would be given when the current emacs was used.
13486
13487 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
13488
13489 * calendar/icalendar.el: Set coding to utf-8.
13490 (icalendar-version): Increase to 0.07.
13491 (icalendar-monthnumber-table): Change March pattern.
13492 (icalendar-get-all-event-properties)
13493 (icalendar-set-event-property): Delete.
13494 (icalendar-all-events): No longer interactive.
13495 (icalendar-convert-diary-to-ical)
13496 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
13497 their replacements.
13498 (icalendar-export-file, icalendar-export-region): New functions;
13499 essentially old `icalendar-convert-diary-to-ical' but appending to
13500 target rather than overwriting.
13501 (icalendar-import-file): Append to target file rather than
13502 overwriting. Fourth arg deleted.
13503 (icalendar-import-buffer): New name for old
13504 `icalendar-extract-ical-from-buffer'.
13505 (icalendar--convert-string-for-import): New name for
13506 old `icalendar-convert-for-import'.
13507 (include-icalendar-files): Delete.
13508 Prefix for all internal functions changed from `icalendar-'
13509 to `icalendar--'.
13510
13511 2004-10-19 Richard M. Stallman <rms@gnu.org>
13512
13513 * paths.el (news-path): Fix previous change.
13514
13515 2004-10-18 Jay Belanger <belanger@truman.edu>
13516
13517 * calc/calc-help.el (calc-describe-bindings):
13518 Set `buffer-read-only' to nil while working in the keybindings buffer;
13519 remove some extra information from the keybindings buffer.
13520
13521 2004-10-18 David Ponce <david@dponce.com>
13522
13523 * mouse.el (mouse-drag-move-window-top): New function.
13524 (mouse-drag-mode-line-1): Use it.
13525
13526 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
13527
13528 * info.el (Info-fontify-node): For multiline refs,
13529 arrange to unfontify newline and surrounding whitespace.
13530
13531 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13532
13533 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
13534 directory is missing.
13535
13536 2004-10-17 John Paul Wallington <jpw@gnu.org>
13537
13538 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
13539 New customizable variable; whether to display buffers that match
13540 `ibuffer-maybe-show-predicates' by default.
13541 (ibuffer-maybe-show-predicates): Mention it in docstring.
13542 (ibuffer-display-maybe-show-predicates): New variable.
13543 (ibuffer-update): Prefix arg now toggles whether buffers that
13544 match `ibuffer-maybe-show-predicates' should be displayed.
13545 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
13546 locally to heed `ibuffer-default-display-maybe-show-predicates'.
13547 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
13548
13549 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
13550
13551 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
13552 work correctly.
13553
13554 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
13555
13556 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
13557 (Buffer-menu-beginning): New helper function.
13558 (Buffer-menu-execute): Use it.
13559 (Buffer-menu-select): Use it.
13560 (Buffer-menu-sort): Use it and also keep markers.
13561
13562 2004-10-17 Richard M. Stallman <rms@gnu.org>
13563
13564 * paths.el (news-directory): Rename from news-path. Old name alias.
13565 (rmail-spool-directory): Use defvar.
13566 (sendmail-program): Use defcustom.
13567 (remote-shell-program): Use defcustom.
13568 (term-file-prefix): Use defvar.
13569 (abbrev-file-name): Use defvar.
13570
13571 * term.el: Add maintainer.
13572
13573 * subr.el (with-local-quit): Return nil if there's a quit.
13574 (read-passwd): Use with-local-quit. Doc fix.
13575
13576 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
13577 (strokes-unload-hook): Set as a variable with add-hook.
13578
13579 * startup.el (fancy-splash-tail, normal-splash-screen):
13580 Update copyright year.
13581
13582 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
13583
13584 * server.el (server-unload-hook): Set as a variable with add-hook.
13585
13586 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
13587
13588 * frame.el (special-display-popup-frame):
13589 Make the buffer current as its frame is created.
13590
13591 * delsel.el (delsel-unload-hook): Set as a variable.
13592
13593 * comint.el (comint-output-filter-functions):
13594 Add comint-watch-for-password-prompt.
13595 (comint-read-noecho): Function deleted.
13596 (send-invisible): Use read-passwd.
13597
13598 * fringe.el (fringe-mode-initialize): New function.
13599 (fringe-mode): Use fringe-mode-initialize as :initialize.
13600
13601 2004-10-17 Kim F. Storm <storm@cua.dk>
13602
13603 * language/indian.el (indian-script-language-alist): Swap value and doc.
13604 (indian-font-char-index-table): Doc fix.
13605
13606 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13607
13608 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
13609
13610 2004-10-16 Juri Linkov <juri@jurta.org>
13611
13612 * progmodes/compile.el (compilation-start): Move let-binding of
13613 `process-environment' into `with-current-buffer' body.
13614 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13615
13616 2004-10-16 Richard M. Stallman <rms@gnu.org>
13617
13618 * pcvs-util.el (cvs-bury-buffer):
13619 Don't call get-buffer-window for effect.
13620
13621 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
13622
13623 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
13624
13625 * msb.el (msb-unload-hook): Set the variable.
13626
13627 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13628 Use * to err if buffer is readonly.
13629
13630 * subr.el (looking-back): Return only t or nil.
13631
13632 * whitespace.el (whitespace-unload-hook): Set the variable.
13633
13634 * view.el (view-mode-enable): Set view-page-size and
13635 view-half-page-size to nil.
13636 (view-set-half-page-size-default): view-half-page-size = nil
13637 means the default.
13638 (View-scroll-page-forward): Use view-page-size-default.
13639 (View-scroll-page-backward): Likewise.
13640 (view-page-size, view-half-page-size): Doc fixes.
13641
13642 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
13643
13644 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
13645
13646 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
13647 "cl" like other files. Instead, call byte-compile-find-cl-functions.
13648 (byte-compile-log-1): Bind inhibit-read-only.
13649 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
13650 (byte-compile-log-warning): Likewise.
13651 (byte-compile-file-form-require): Detect "cl" from the arg value.
13652
13653 * progmodes/compile.el (compilation-start): Assume compilation-mode
13654 will make the buffer read-only.
13655 (compilation-mode): Take arg name-of-mode.
13656 (compilation-setup): Make buffer read-only.
13657 (compilation-handle-exit): Bind inhibit-read-only.
13658
13659 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
13660 (ispell-message): Likewise.
13661 (ispell-show-choices): Don't call get-buffer-window uselessly.
13662 (ispell-init-process): Use set-process-query-on-exit-flag.
13663
13664 2004-10-16 Kim F. Storm <storm@cua.dk>
13665
13666 * fringe.el (fringe-bitmaps): Only initialize when defined.
13667
13668 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13669 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13670
13671 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13672
13673 2004-10-15 Simon Josefsson <jas@extundo.com>
13674
13675 * net/password.el: Add.
13676
13677 2004-10-14 Masatake YAMATO <jet@gyve.org>
13678
13679 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13680 (gdb-script-end-of-defun): New function.
13681 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13682 `gdb-script-end-of-defun' as *-of-defun-function.
13683
13684 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
13685
13686 * button.el (button-activate): Allow a marker to display as an action.
13687
13688 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13689
13690 * help.el (describe-mode): Use it to make minor mode list into
13691 hyperlinks.
13692
13693 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13694
13695 * vc.el (vc-annotate-display-select): Fix typo.
13696
13697 * subr.el (substitute-key-definition-key): New function.
13698 (substitute-key-definition): Use it with map-keymap.
13699 (event-modifiers): Use push.
13700 (mouse-movement-p, with-temp-buffer): Simplify.
13701
13702 2004-10-12 Jay Belanger <belanger@truman.edu>
13703
13704 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13705 New variables.
13706 (calc-help-index-entries): New function.
13707 (calc-describe-function): Use `calc-help-function-list' instead of
13708 obarray for completion.
13709 (calc-describe-variable): Use `calc-help-variable-list' instead
13710 of obarray for completion.
13711
13712 2004-10-12 Richard M. Stallman <rms@gnu.org>
13713
13714 * info-look.el (info-lookup-file): Add info-file property.
13715 (info-lookup-symbol): Likewise.
13716
13717 * info.el (info-xref): Add underlining.
13718 (info): Add info-file property.
13719 (Info-find-emacs-command-nodes): Specify case-sensitive search.
13720
13721 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
13722
13723 Sync with Tramp 2.0.45.
13724
13725 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13726 defined. This is not the case for XEmacs without package "edebug".
13727 (tramp-set-auto-save-file-modes): Set permissions of autosaved
13728 remote files to the permissions of the original file. This is not
13729 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
13730 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
13731 (tramp-perl-decode): Fix an error in Perl implementation.
13732 $pending must be cleared every loop. Reported by Benjamin Place
13733 <benjaminplace@sprintmail.com>
13734
13735 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13736 Don't activate advice during definition. This is done later on,
13737 depending on test result of `substitute-in-file-name'.
13738 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13739
13740 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13741
13742 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13743
13744 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13745
13746 2004-10-12 David Ponce <david@dponce.com>
13747
13748 * recentf.el (recentf-edit-list): Update the menu when the recentf
13749 list has been modified.
13750
13751 2004-10-12 Simon Josefsson <jas@extundo.com>
13752
13753 * net/tls.el (tls-certtool-program): New variable.
13754 (tls-certificate-information): New function, based on
13755 ssl-certificate-information.
13756
13757 2004-10-12 Kenichi Handa <handa@m17n.org>
13758
13759 * international/mule.el (coding-system-equal): Move from mule-util.el.
13760
13761 * international/mule-util.el (coding-system-equal): Move to mule.el.
13762
13763 2004-10-12 Kim F. Storm <storm@cua.dk>
13764
13765 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13766 reset kmacro-initial-counter-value if set.
13767 (kmacro-set-counter): Only set kmacro-counter if defining or executing
13768 macro. Set kmacro-initial-counter-value otherwise. Never set both.
13769 (kmacro-display): Show macro counter if non-zero.
13770
13771 * subr.el (substitute-key-definition): Mention command remapping
13772 in doc string.
13773
13774 2004-10-11 Jay Belanger <belanger@truman.edu>
13775
13776 * calc/calc-misc.el (calc-info-goto-node): New function.
13777 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13778 node in one step.
13779 (calc-describe-copying, calc-describe-distribution)
13780 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13781 Go to appropriate info node in one step.
13782
13783 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13784
13785 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13786
13787 * font-lock.el (font-lock-apply-highlight): Fix last change.
13788
13789 2004-10-11 Simon Josefsson <jas@extundo.com>
13790
13791 * mail/smtpmail.el (smtpmail-open-stream): Look for
13792 starttls-gnutls-program instead of starttls-program iff
13793 starttls-use-gnutls is non-nil.
13794 (smtpmail-open-stream): Don't overwrite user settings of
13795 starttls-extra-arguments and starttls-extra-args.
13796
13797 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13798
13799 * comint.el (comint-mouse-insert-input): Remove.
13800 (comint-insert-input): Make it work for mouse bindings.
13801 (comint-mode-map): Move defs into the declaration.
13802 (comint-output-filter): Typo.
13803
13804 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13805
13806 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
13807
13808 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13809 (ange-ftp-call-chmod): Reference remote-shell-program instead of
13810 ange-ftp-remote-shell.
13811
13812 2004-10-10 Andreas Schwab <schwab@suse.de>
13813
13814 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13815 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13816 Reported by <sri@asu.edu>.
13817
13818 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
13819
13820 * vc.el (vc-annotate-mode): Remove variable.
13821 (vc-annotate-display-select): Only call vc-annotate-mode
13822 if we're not in that mode already.
13823
13824 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13825
13826 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13827 (imenu-choose-buffer-index): Check here for rescan instead.
13828
13829 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13830 where the face expression evals to nil.
13831
13832 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13833 (tex-font-lock-keywords-2): Use it.
13834 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13835
13836 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13837
13838 2004-10-09 Kim F. Storm <storm@cua.dk>
13839
13840 * subr.el (progress-reporter-update): Define before first usage.
13841 (make-progress-reporter): Doc fix.
13842
13843 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
13844
13845 * textmodes/paragraphs.el (sentence-end-double-space)
13846 (sentence-end-without-period, sentence-end-without-space)
13847 (sentence-end): Doc fixes.
13848
13849 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
13850
13851 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13852 Change paragraph-start regexp so we don't fill code starting with #'(.
13853
13854 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
13855
13856 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13857 New defcustom.
13858 (extract-address-components): Use it.
13859
13860 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
13861
13862 * subr.el (make-progress-reporter, progress-reporter-update)
13863 (progress-reporter-force-update, progress-reporter-do-update)
13864 (progress-reporter-done): New functions.
13865
13866 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13867
13868 * progmodes/etags.el (etags-tags-completion-table): Use progress
13869 reporter.
13870 (etags-tags-apropos): Likewise.
13871
13872 2004-10-08 Alan Mackenzie <acm@muc.de>
13873
13874 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13875 of current line.
13876
13877 2004-10-08 Masatake YAMATO <jet@gyve.org>
13878
13879 * server.el (server-process-filter): Wrap `process-send-region'
13880 by `condition-case' to guard the case when the pipe to PROC is closed.
13881
13882 2004-10-07 Mark A. Hershberger <mah@everybody.org>
13883
13884 * xml.el (xml-substitute-special): Limit handling of external entities.
13885
13886 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
13887
13888 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13889
13890 2004-10-06 John Paul Wallington <jpw@gnu.org>
13891
13892 * xml.el (xml-parse-dtd): Fix `error' call.
13893
13894 2004-10-05 Mark A. Hershberger <mah@everybody.org>
13895
13896 * xml.el (xml-substitute-special): Return a single string instead
13897 of a list of strings if an entity substitution is made.
13898
13899 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
13900
13901 * calendar/icalendar.el: New file.
13902
13903 2004-10-05 Juri Linkov <juri@jurta.org>
13904
13905 * isearch.el (isearch-done): Set mark after running hook.
13906 Reported by Drew Adams <drew.adams@oracle.com>.
13907
13908 * info.el (Info-history, Info-toc): Fix Info headers.
13909 (Info-toc): Narrow buffer before Info-fontify-node.
13910 (Info-build-toc): Don't check for special Info file names.
13911 Set main-file to nil if Info-find-file returns a symbol.
13912
13913 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
13914
13915 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13916 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13917 * calendar/cal-menu.el (calendar-mode-map): Ditto.
13918
13919 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
13920
13921 * calendar/cal-iso.el (calendar-iso-read-args): New function,
13922 for old interactive spec from calendar-goto-iso-date.
13923 (calendar-goto-iso-date): Use it.
13924 (calendar-goto-iso-week): New function. Suggested by Emilio
13925 C. Lopes <eclig@gmx.net>.
13926
13927 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
13928
13929 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13930 `set-right-margin' bindings that follow the minor mode conventions.
13931
13932 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13933
13934 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13935 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13936 (latex-block-args-alist): Add minipage and picture.
13937 (latex-block-body-alist): Use reftex-label if enabled.
13938 (latex-insert-block): Don't insert a \n if not necessary.
13939 (tex-compile-commands): Make sure dvips doesn't send to printer.
13940 (tex-compile-default): Handle the case where no executable is found.
13941 (latex-noindent-environments): New var.
13942 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
13943 If tex-indent-allhanging is non-nil, make sure we only align for macros
13944 at beginning of line.
13945
13946 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
13947
13948 * newcomment.el (comment-beginning): Doc fix and don't choke on
13949 unset `comment-end-skip' when at beginning of comment.
13950
13951 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13952
13953 * term.el (term-adjust-current-row-cache): Don't allow the current
13954 row to become negative.
13955 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
13956 the end of the line. Fix scroll down. Add comments.
13957 (term-handle-ansi-escape): Don't exceed terminal width when moving
13958 right.
13959 (term-scroll-region): Move the cursor after setting the scroll region.
13960
13961 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
13962
13963 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13964 to `width' for consistency with docstring. Doc fix.
13965
13966 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13967
13968 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13969 This is necessary for derived modes.
13970
13971 2004-09-30 Kim F. Storm <storm@cua.dk>
13972
13973 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13974 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13975
13976 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13977 kmacro-extract-lambda functions.
13978 (edit-kbd-macro): Handle kmacro lambda forms.
13979 Include counter and counter format in edit buffer.
13980 (edmacro-finish-edit): Get counter and format from edit buffer and
13981 update kmacro bindings when found.
13982
13983 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
13984
13985 * textmodes/paragraphs.el (forward-paragraph):
13986 Avoid args-out-of-range error when point winds up at the beginning of
13987 the buffer and hard newlines are enabled.
13988
13989 * newcomment.el (comment-multi-line): Doc fix.
13990
13991 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13992
13993 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13994 (diff-fixup-modifs): Catch unified-diff file-headers.
13995
13996 2004-09-29 Kim F. Storm <storm@cua.dk>
13997
13998 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13999 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
14000 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
14001
14002 * fringe.el (fringe-bitmap-p): New macro.
14003 (fringe-bitmaps): Add standard fringe bitmaps on load.
14004
14005 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14006
14007 * dired.el (dired-view-command-alist): Use more efficient regexps.
14008 Remove dubious arguments.
14009 (dired-align-file): New function.
14010 (dired-insert-directory): Use it.
14011 (dired-move-to-end-of-filename): Make the " -> " search more specific.
14012 (dired-buffers-for-dir): Remove unused var `pattern'.
14013
14014 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
14015
14016 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
14017 from diary display excursion. Store diary buffer's point for
14018 `simple-diary-display'.
14019 (simple-diary-display): Set window point and start when
14020 displaying buffer, to preserve point.
14021
14022 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
14023
14024 * textmodes/enriched.el (enriched-translations): Replace defconst
14025 with defvar.
14026
14027 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14028
14029 * printing.el: Doc fix.
14030 (pr-version): New version number (6.8.1).
14031 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
14032 make-temp-name.
14033 (pr-delete-file): Check if file exists before deleting it.
14034 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
14035
14036 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
14037
14038 * term.el (term-display-table): New variable.
14039 (term-mode): Use it.
14040 (term-exec-1): Set the coding system to binary.
14041 (term-emulate-terminal): Decode the string before inserting it.
14042
14043 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
14044
14045 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
14046 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
14047 (map): Bind S-prior, S-next and S-insert.
14048 (term-mode): Set `indent-tabs-mode' to nil.
14049 (term-paste): New function to be bound to S-insert.
14050 (term-send-del, term-send-backspace): Change the strings sent.
14051 (term-termcap-format): Synchronize with etc/e/eterm.ti.
14052 (term-handle-colors-array): Fix handling of underline and reverse.
14053 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
14054 (term-erase-in-line): Fix comparison.
14055 (term-emulate-terminal): Fix line wrap handling.
14056 (term-start-output-log): Rename from `term-set-output-log'.
14057 (term-stop-output-log): Rename from `term-stop-photo'.
14058 (term-switch-to-alternate-sub-buffer): Comment out, unused.
14059
14060 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
14061
14062 * dired.el (dired-move-to-filename): Don't output a message if
14063 raise-error is non-nil. Fix return position and value.
14064
14065 * files.el (insert-directory): Obey --dired even with symlinks.
14066
14067 2004-09-25 Lars Hansen <larsh@math.ku.dk>
14068
14069 * ls-lisp.el (ls-lisp-format): Mark file names with property
14070 dired-filename.
14071
14072 2004-09-25 Kim F. Storm <storm@cua.dk>
14073
14074 * ido.el (ido-max-directory-size): New defcustom.
14075 (ido-decorations): Add "too big" element.
14076 (ido-directory-too-big): New dynamic var.
14077 (ido-may-cache-directory): Don't cache big directories.
14078 (ido-directory-too-big-p): New defun.
14079 (ido-set-current-directory): Update ido-directory-too-big.
14080 (ido-read-internal): Make empty ido-cur-item if too-big.
14081 (ido-buffer-internal): Use ido-read-internal directly instead of
14082 ido-read-buffer.
14083 (ido-file-internal): Init ido-directory-too-big.
14084 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
14085 and redo completion with full list.
14086 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
14087 it, and show completions.
14088 (ido-all-completions): Let bind ido-directory-too-big to nil.
14089 (ido-exhibit): Handle ido-directory-too-big.
14090 (ido-read-buffer): Handle fallback to read-buffer.
14091 Init ido-directory-too-big.
14092 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
14093 Init ido-directory-too-big.
14094
14095 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
14096
14097 * subr.el (delay-mode-hooks): Doc fix.
14098
14099 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
14100
14101 * textmodes/enriched.el
14102 (enriched-default-text-properties-local-flag): New variable.
14103 (enriched-mode): Make sure that enabling and disabling the mode is
14104 a no-op. Doc fix.
14105
14106 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
14107
14108 * calendar/holidays.el (holiday-advent): Report on a specified day
14109 offset from advent, not just advent.
14110 (holiday-easter-etc): Report on one specified day offset from
14111 easter, not all easter holidays. Various Easter holidays moved to
14112 `christian-holidays' variable in calendar.el.
14113 * calendar/calendar.el (christian-holidays): Adapt for new
14114 behavior of `holiday-advent' and `holiday-easter-etc' functions.
14115
14116 2004-09-23 Kim F. Storm <storm@cua.dk>
14117
14118 * image.el (insert-sliced-image): Add doc string.
14119
14120 * ido.el (ido-choice-list): New dynamic var for `list' context.
14121 (ido-context-switch-command): New dynamic var.
14122 (ido-define-mode-map): Generalize switch between file/buffer contexts.
14123 (ido-read-internal): Handle new `list' context.
14124 Handle insert-buffer and insert-file ido-exit values.
14125 (ido-buffer-internal): New arg switch-cmd. Use it to setup
14126 ido-context-switch-command. Handle insert-file ido-exit value.
14127 (ido-read-buffer): Set ido-context-switch-command to 'ignore
14128 unless it is already bound by caller.
14129 (ido-file-internal): New arg switch-cmd. Use it to setup
14130 ido-context-switch-command. Handle insert-buffer ido-exit value.
14131 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
14132 used for context switching.
14133 (ido-all-completions): Handle new `list' context.
14134 (ido-make-choice-list): Return choices for `list' context.
14135 (ido-find-file-in-dir, ido-display-file, ido-write-file)
14136 (ido-display-buffer, ido-kill-buffer): Disable context switching.
14137 (ido-insert-buffer, ido-insert-file): Setup context switching.
14138 (ido-exhibit): Handle `list' context.
14139 (ido-read-file-name): Disable context switching. Handle fallback.
14140 (ido-read-directory-name): Disable context switching.
14141 (ido-completing-read): New defun like completing-read. Setup and
14142 use new `list' context.
14143
14144 2004-09-20 Jesper Harder <harder@ifa.au.dk>
14145
14146 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
14147
14148 2004-09-21 Jay Belanger <belanger@truman.edu>
14149
14150 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
14151 `calc-graph-set-styles' so the gnuplot buffer will appear in a
14152 separate window.
14153
14154 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
14155
14156 * subr.el (after-change-major-mode-hook): Doc fix.
14157
14158 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14159
14160 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
14161 of ghostscript for monochrome PostScript file in Windows.
14162
14163 2004-09-21 Kenichi Handa <handa@m17n.org>
14164
14165 * descr-text.el (describe-char): Checking of quail activation fixed.
14166
14167 2004-09-21 Jay Belanger <belanger@truman.edu>
14168
14169 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
14170
14171 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
14172
14173 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
14174 after the mode hooks instead of before. Doc fix.
14175
14176 2004-09-20 Jason Rumney <jasonr@gnu.org>
14177
14178 * startup.el (command-line) [windows-nt]: Try .emacs first, then
14179 _emacs, but revert to .emacs if neither exists in home directory.
14180
14181 2004-09-20 John Paul Wallington <jpw@gnu.org>
14182
14183 * bindings.el (completion-ignored-extensions): Add .dfsl.
14184
14185 2004-09-20 Richard M. Stallman <rms@gnu.org>
14186
14187 * bindings.el (scroll-left): Make it disabled.
14188
14189 * files.el (enable-local-eval): Doc fix.
14190
14191 * indent.el (move-to-left-margin): Special case for minibuffer.
14192
14193 * term.el (term-emulate-terminal): Turn off undo for output.
14194 Use with-current-buffer and save-selected-window.
14195
14196 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
14197
14198 * progmodes/make-mode.el (makefile-fill-paragraph):
14199 Don't insist on spaces when looking for comments. # is enough.
14200
14201 * files.el (hack-local-variables): Copy the variables list
14202 to another buffer, strip prefixes and suffixes there, then read.
14203 (enable-local-eval): Doc fix.
14204 (ignored-local-variables): Initialize to nil.
14205 (risky-local-variable-p): Don't check ignored-local-variables here.
14206 (hack-one-local-variable): Ignore var if in ignored-local-variables.
14207
14208 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
14209
14210 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
14211 of = to "." (punctuation).
14212
14213 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14214
14215 * subr.el (event-basic-type): Fix mask (extend to 22bits).
14216
14217 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
14218
14219 * textmodes/enriched.el (enriched-rerun-flag): New variable.
14220 (enriched-before-change-major-mode): New function.
14221 Add it to `change-major-mode-hook'.
14222 (enriched-after-change-major-mode): New function.
14223 Add it to `after-change-major-mode-hook'.
14224 (enriched-mode): Make it work correctly if called from
14225 `after-change-major-mode-hook'.
14226 No longer set `indent-line-function'.
14227
14228 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
14229
14230 * subr.el (after-change-major-mode-hook): New variable.
14231 (run-mode-hooks): Implement it.
14232
14233 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
14234
14235 * battery.el (battery-linux-proc-apm): Use string-to-number.
14236 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
14237 Use dolist (and less indentation). Use erase-buffer.
14238 Pre-initialize `design-capacity', `warn', and `low'.
14239 (battery-format): Use replace-regexp-in-string.
14240
14241 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
14242
14243 * battery.el: Delete superfluous empty lines.
14244 (battery-linux-proc-acpi): Attempt to gather information from all
14245 battery subdirectories regardless of their file name.
14246 (battery-linux-proc-apm): Replace all occurrences of
14247 battery-hex-to-int-2 with string-to-int (base 16).
14248 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
14249 (battery-hex-map): Delete variable.
14250
14251 2004-09-18 John Paul Wallington <jpw@gnu.org>
14252
14253 * calc/calc-units.el (calc-quick-units): Fix overzealous
14254 s/or/unless/.
14255
14256 2004-09-17 Jay Belanger <belanger@truman.edu>
14257
14258 * calc/calc.el (calc-mode-var-list): Fix the value of
14259 `calc-matrix-brackets'.
14260
14261 2004-09-17 Romain Francoise <romain@orebokech.com>
14262
14263 * ibuf-ext.el (define-ibuffer-filter filename):
14264 Expand dired-directory since buffer-file-name is absolute.
14265
14266 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14267
14268 * ediff-init.el (ediff-current-diff-face-A)
14269 (ediff-current-diff-face-B, ediff-current-diff-face-C)
14270 (ediff-current-diff-face-Ancestor)
14271 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14272 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14273 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14274 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14275 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14276 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14277 Use min-colors.
14278
14279 * term.el (term-down): Perform vertical motion if DOWN is negative.
14280 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
14281 (term-termcap-format): Synchronize with the eterm terminfo entry
14282 in etc/e/eterm.ti.
14283 (term-handle-colors-array): If the current foreground or
14284 background are zero (i.e. unspecified), use the foreground and
14285 background of the default face for reverse video.
14286 (term-ansi-at-eval-string, term-ansi-default-fg)
14287 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
14288 (term-mem): Delete unused function.
14289 (term-protocol-version): Increment.
14290 (term-current-face): Set to default.
14291
14292 2004-09-15 Jay Belanger <belanger@truman.edu>
14293
14294 * calc/calc.el (calc-mode-var-list): Define this variable.
14295 (calc-always-load-extensions, calc-line-numbering)
14296 (calc-line-breaking, calc-display-just, calc-display-origin)
14297 (calc-number-radix, calc-leading-zeros, calc-group-digits)
14298 (calc-group-char, calc-point-char, calc-frac-format)
14299 (calc-prefer-frac, calc-hms-format, calc-date-format)
14300 (calc-float-format, calc-full-float-format, calc-complex-format)
14301 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14302 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14303 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14304 (calc-matrix-brackets, calc-language, calc-language-option)
14305 (calc-left-label, calc-right-label, calc-word-size)
14306 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14307 (calc-display-raw, calc-internal-prec, calc-angle-mode)
14308 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14309 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14310 (calc-window-height, calc-display-trail, calc-show-selections)
14311 (calc-use-selections, calc-assoc-selections)
14312 (calc-display-working-message, calc-auto-why, calc-timing)
14313 (calc-mode-save-mode, calc-standard-date-formats)
14314 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
14315 (calc-user-parse-tables, calc-gnuplot-default-device)
14316 (calc-gnuplot-default-output, calc-gnuplot-print-device)
14317 (calc-gnuplot-print-output, calc-gnuplot-geometry)
14318 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
14319 (calc-invocation-macro, calc-show-banner): Give these values as
14320 part of `calc-mode-var-list's initialization after the variables
14321 are declared with defvar.
14322 (calc-bug-address): Change email address to send bug reports to.
14323 Change the maintainer address at the top.
14324 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
14325 than "\\.emacs" to determine if it is the user-init-file.
14326
14327 * calc/calc-embed.el (calc-embedded-set-modes): Use
14328 `calc-mode-var-list' correctly.
14329
14330 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
14331
14332 * vc.el (annotate-time): Document point handling.
14333 (vc-annotate-display-autoscale): Doc fix.
14334
14335 2004-09-15 Miles Bader <miles@gnu.org>
14336
14337 * generic.el (generic-make-keywords-list): Use symbol rather than
14338 word anchors in regexp.
14339
14340 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
14341
14342 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
14343 no file name consider `dired-directory'.
14344
14345 2004-09-14 Kim F. Storm <storm@cua.dk>
14346
14347 * faces.el (cursor): Add face-no-inherit property. Doc fix.
14348
14349 2004-09-14 Simon Josefsson <jas@extundo.com>
14350
14351 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
14352
14353 * textmodes/dns-mode.el: Add.
14354
14355 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14356
14357 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
14358 (disabled-command-function): Make the ?\ char more obvious.
14359
14360 * vc-arch.el (vc-arch-root, vc-arch-registered):
14361 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
14362
14363 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
14364
14365 * windmove.el (windmove-frame-edges): Report coordinates of
14366 outside edges of frame, not inside edges.
14367 (windmove-coordinates-of-position): Convert into wrapper to new
14368 function `windmove-coordinates-of-window-position';
14369 `compute-motion' always applies to selected window.
14370 (windmove-coordinates-of-position): Update documentation to refer
14371 to Emacs 21 Lisp Reference Manual.
14372 (windmove-find-other-window): Fix off-by-one errors for max x,y.
14373
14374 2004-09-13 Kim F. Storm <storm@cua.dk>
14375
14376 * isearch.el (isearch-resume-in-command-history): Rename from
14377 isearch-resume-enabled and change default to nil.
14378
14379 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14380
14381 * vc-hooks.el (vc-ignore-dir-regexp): New var.
14382 (vc-registered): Use it.
14383 (vc-find-root): New fun.
14384
14385 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14386 Don't tell to use \\{...} when it's already done.
14387
14388 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
14389 Provide a sample complex default.
14390 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
14391 (bibtex-entry): Use mapc.
14392
14393 2004-09-12 Kim F. Storm <storm@cua.dk>
14394
14395 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
14396
14397 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
14398 inhibit-field-text-motion to t so rectangles work in comint buffers.
14399
14400 * simple.el (choose-completion-string): Set buffer before running
14401 choose-completion-string-functions hook so it can be buffer-local.
14402
14403 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
14404
14405 * progmodes/compile.el (compilation-start): Parse command to see
14406 if it starts with a cd, and if so perform it for the *compilation*
14407 buffer. Change the header to reflect this.
14408
14409 2004-09-11 Kim F. Storm <storm@cua.dk>
14410
14411 * ido.el (ido-enable-dot-prefix): Doc fix.
14412 (ido-enable-dot-prefix): New defcustom.
14413 (ido-set-matches1): Use it.
14414
14415 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14416
14417 * textmodes/bibtex.el (bibtex-mark-active)
14418 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
14419
14420 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14421
14422 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
14423 used in a case insensitive environment.
14424 (bibtex-mode-map): Rearrange order of menus.
14425 (bibtex-quoted-string-re): Obsolete.
14426 (bibtex-complete-key-cleanup): Variable replaced by new function.
14427 (bibtex-font-lock-keywords): Use backquotes.
14428 (bibtex-font-lock-url-regexp): New internal variable.
14429 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
14430 "OPT" and "ALT".
14431 (bibtex-insert-current-kill, bibtex-make-field)
14432 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
14433 (bibtex-parse-field-text): Simplify.
14434 (bibtex-string=): New helper function.
14435 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
14436 (bibtex-map-entries): Use bibtex-string=.
14437 (bibtex-search-entry): Use not.
14438 (bibtex-enclosing-field): Fix docstring.
14439 (bibtex-assoc-regexp): Obsolete.
14440 (bibtex-format-entry): Use assoc-string and bibtex-string=.
14441 (bibtex-autokey-get-names): Handle empty name field.
14442 (bibtex-parse-strings): Use assoc-string and unless.
14443 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
14444 Use assoc-string.
14445 (bibtex-pop): Simplify.
14446 (bibtex-mode): Set font-lock-extra-managed-props.
14447 (bibtex-entry-update): Use assoc-string.
14448 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
14449 (bibtex-autofill-entry): Use bibtex-string=.
14450 (bibtex-print-help-message): Simplify.
14451 (bibtex-find-entry): New optional arg START.
14452 (bibtex-validate): Use bibtex-string= and assoc-string.
14453 Do not call obsolete function compilation-parse-errors.
14454 (bibtex-remove-delimiters): Only remove delimiters if present.
14455 (bibtex-copy-entry-as-kill): Add docstring.
14456 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
14457 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
14458 (bibtex-complete): Use bibtex-predefined-month-strings,
14459 bibtex-string=, and new function bibtex-complete-key-cleanup.
14460 (bibtex-generate-url-list): New variable.
14461 (bibtex-url): New command bound to C-c C-l and mouse-2.
14462 (bibtex-url-map): New local keymap for bibtex-url-mouse.
14463 (bibtex-font-lock-url): New function.
14464
14465 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14466
14467 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
14468
14469 2004-09-09 Kim F. Storm <storm@cua.dk>
14470
14471 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
14472 counter and format with binding.
14473 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
14474 the declared macro uses own macro counter and format. Give symbol
14475 kmacro property.
14476 (kmacro-keymap): Bind kmacro-name-last-macro to n.
14477 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
14478 (kmacro-end-and-call-macro): Doc fix.
14479
14480 2004-09-09 Lars Hansen <larsh@math.ku.dk>
14481
14482 * desktop.el (desktop-clear-preserve-buffers):
14483 Remove make-obsolete-variable.
14484
14485 2004-09-08 Richard M. Stallman <rms@gnu.org>
14486
14487 * buff-menu.el (list-buffers-noselect): Call format-mode-line
14488 with the buffer as argument.
14489
14490 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14491
14492 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
14493
14494 2004-09-08 Juri Linkov <juri@jurta.org>
14495
14496 * replace.el (perform-replace): Use `query-replace-descr'.
14497
14498 * cus-start.el (history-delete-duplicates): Specify customization.
14499
14500 * diff-mode.el (diff-mode-map):
14501 * progmodes/compile.el (compilation-mode-map):
14502 * progmodes/grep.el (grep-mode-map):
14503 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
14504 to `next-error-follow-minor-mode'.
14505
14506 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14507
14508 * isearch.el (isearch-lazy-highlight-update): Take into account
14509 the case of zero-length match at the search bound.
14510
14511 2004-09-08 Kim F. Storm <storm@cua.dk>
14512
14513 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
14514 change. Use zero width overlays when necessary.
14515
14516 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14517
14518 * subr.el (split-string): Docfix.
14519
14520 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14521
14522 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
14523 (display-call-tree): Ensure newline after caller/calls blocks.
14524
14525 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14526
14527 * startup.el (command-line-1): Make option
14528 --directory/-L modify `load-path' straight away.
14529
14530 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14531
14532 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
14533
14534 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14535
14536 * emacs-lisp/autoload.el (make-autoload):
14537 Handle `define-compilation-mode'.
14538
14539 * emacs-lisp/lisp-mode.el (define-compilation-mode):
14540 Specify `doc-string-elt' property.
14541
14542 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14543
14544 * bs.el (bs-mode): Doc fix.
14545
14546 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14547
14548 * info.el (Info-insert-dir): Fix temp buffer leak bug.
14549
14550 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14551
14552 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
14553
14554 2004-09-08 Kenichi Handa <handa@m17n.org>
14555
14556 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
14557 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
14558 ps-mule-next-point -> 1+).
14559
14560 * composite.el (encode-composition-rule): Add autoload cookie.
14561
14562 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
14563
14564 * format.el (buffer-auto-save-file-format): Make it permanent local.
14565
14566 2004-09-07 Kim F. Storm <storm@cua.dk>
14567
14568 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
14569 (authors-fixed-entries): Fix typo.
14570 (authors-canonical-author-name): Compact multiple spaces.
14571 Ignore trivial names (e.g. only first name).
14572
14573 * term.el (term-window-width): Only use full window width on
14574 window system if overflow-newline-into-fringe is enabled.
14575 (term-mode): Don't disable overflow-newline-into-fringe.
14576
14577 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14578
14579 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
14580 motion as seen on my Mac OS X xterms.
14581
14582 * newcomment.el (uncomment-region-default, comment-region-default):
14583 New functions extracted from uncomment-region and comment-region.
14584 (comment-region, comment-region-function, uncomment-region)
14585 (uncomment-region-function): Use them.
14586
14587 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
14588
14589 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
14590 It's not crucial but can make sense at times.
14591
14592 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
14593 the first commit.
14594
14595 * vc.el (vc-buffer-context, vc-restore-buffer-context):
14596 Disable obsolete code.
14597
14598 2004-09-07 Juri Linkov <juri@jurta.org>
14599
14600 * progmodes/grep.el (grep-highlight-matches): Change default from
14601 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
14602 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
14603 if grep option `--color' is available, or to `nil' otherwise.
14604 (grep-process-setup): Call `grep-compute-defaults' if
14605 `grep-highlight-matches' is not computed. Set env-vars only
14606 if `grep-highlight-matches' is `t'.
14607 (grep-use-null-device): Remove redundant type `boolean' (`choice'
14608 is already defined).
14609
14610 * progmodes/compile.el (compilation-start): Use copy of
14611 `process-environment' created by `copy-sequence' to not
14612 modify env-vars in the global `process-environment'.
14613
14614 2004-09-06 Eli Zaretskii <eliz@gnu.org>
14615
14616 * simple.el (next-error-follow-minor-mode): Fix last change.
14617
14618 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
14619
14620 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
14621 permanent local.
14622
14623 2004-09-04 Richard M. Stallman <rms@gnu.org>
14624
14625 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
14626 highlighting if the search string is empty.
14627
14628 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
14629
14630 * facemenu.el (facemenu-active-faces): Change condition of inner
14631 `while' loop to also check the first two elements of `face-atts'
14632 and `mask-atts'.
14633
14634 2004-09-04 John Paul Wallington <jpw@gnu.org>
14635
14636 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
14637 (thumbs-view-image-mode): Make buffer read-only.
14638
14639 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
14640
14641 * textmodes/ispell.el (ispell-really-aspell): New defvar.
14642 (ispell-check-version): Set it.
14643 (ispell-send-replacement): New function.
14644 (ispell-process-line): Call ispell-send-replacement.
14645
14646 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14647
14648 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
14649 Support choosing seconds with "s".
14650
14651 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
14652
14653 * terminal.el (te-escape): Show `?' in prompt for help key.
14654
14655 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
14656
14657 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
14658
14659 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
14660
14661 * simple.el (next-error-follow-minor-mode)
14662 (next-error-follow-mode-post-command-hook): New functions.
14663 (next-error-follow-last-line): New defvar.
14664
14665 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14666 * progmodes/compile.el (compilation-mode-map): Likewise.
14667 * progmodes/grep.el (grep-mode-map): Likewise.
14668 * replace.el (occur-mode-map): Likewise.
14669
14670 * newcomment.el (uncomment-region): Bind comment-use-global-state
14671 to nil.
14672
14673 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
14674
14675 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14676 locally around the call to `revert-buffer'.
14677
14678 2004-09-03 Juri Linkov <juri@jurta.org>
14679
14680 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14681 `isearch-adjusted' to `t'.
14682 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14683 (isearch-message-prefix): Add "pending" for isearch-adjusted.
14684 (isearch-other-meta-char): Restore isearch-point unconditionally.
14685 (isearch-query-replace): Add new arg `regexp-flag' and use it.
14686 Set point to start of match if region is not active in transient
14687 mark mode (to include the current match to region boundaries).
14688 Push the search string to `query-replace-from-history-variable'.
14689 Add prompt "Query replace regexp" for isearch-regexp.
14690 Add region beginning/end as last arguments of `perform-replace.'
14691 (isearch-query-replace-regexp): Replace code by the call to
14692 `isearch-query-replace' with arg `t'.
14693
14694 2004-09-03 Richard M. Stallman <rms@gnu.org>
14695
14696 * startup.el (normal-top-level): Undo previous TERM change.
14697
14698 2004-09-03 Kim F. Storm <storm@cua.dk>
14699
14700 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14701 highlight overlays; allow using RET when cursor is over a button.
14702 (cua--highlight-rectangle): Use it.
14703 (cua--rectangle-set-corners): Don't move backwards at eol.
14704 (cua--forward-line): Don't move into void after eob.
14705
14706 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14707 point is set (and displayed) inside rectangle.
14708 (cua--rectangle-operation): Fix for highlight of empty lines.
14709 (cua--highlight-rectangle): Fix highlight for tabs.
14710 Position cursor at left/right edge of rectangle using new `cursor'
14711 property on overlay strings.
14712 (cua--indent-rectangle): Don't tabify.
14713 (cua-rotate-rectangle): Ignore that point has moved.
14714
14715 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14716
14717 * term/mac-win.el: Add ASCII equivalents for some function keys.
14718 (mode-line-frame-identification): Sync with x-win.el.
14719
14720 2004-09-02 Juri Linkov <juri@jurta.org>
14721
14722 * progmodes/compile.el (compilation-buffer-name): Compare major
14723 mode with second element of compilation-arguments instead of third
14724 to reflect latest changes in compilation-arguments structure.
14725 (recompile): Use global variable `compilation-directory' to get
14726 recent compilation directory only when `recompile' is invoked NOT
14727 in the compilation buffer. Otherwise, use `default-directory' of
14728 the compilation buffer.
14729 (compilation-error-properties): Allow to funcall col and end-col.
14730 (compilation-mode-font-lock-keywords): Check col and end-col by
14731 `integerp'.
14732 (compilation-goto-locus): If end-mk is non-nil in transient mark
14733 mode don't activate the mark (and don't display message in
14734 push-mark), but highlight overlay between mk and end-mk.
14735
14736 * progmodes/grep.el (grep-highlight-matches): New defcustom.
14737 (grep-regexp-alist): Add rule to highlight grep matches.
14738 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14739
14740 * info.el (Info-fontify-node): Don't compute other-tag
14741 if Info-hide-note-references=hide.
14742
14743 * help.el (function-called-at-point):
14744 * help-fns.el (variable-at-point):
14745 Try `find-tag-default' when other methods failed.
14746
14747 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14748 Do not push mark if inhibit-mark-movement is non-nil.
14749
14750 * textmodes/ispell.el (ispell-html-skip-alists):
14751 Fix backslashes in docstring.
14752
14753 2004-09-01 Juri Linkov <juri@jurta.org>
14754
14755 * isearch.el (isearch-wrap-function)
14756 (isearch-push-state-function): New defvars.
14757 (isearch-pop-fun-state): New defsubst.
14758 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14759 (isearch-push-state): Set the result of calling
14760 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14761 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14762 restore the mode-specific starting point of terminated search.
14763 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14764 (isearch-repeat): Call `isearch-wrap-function' if defined.
14765 (isearch-message-prefix): Don't add prefix "over" to the message
14766 for wrapped search if `isearch-wrap-function' is defined.
14767 (isearch-search): Call function saved in `isearch-pop-fun-state' to
14768 restore the mode-specific starting point of failed search.
14769
14770 * info.el (Info-search-whitespace-regexp): Fix backslashes.
14771 (Info-search): Add new optional arguments for the sake of isearch.
14772 Replace whitespace in Info-search-whitespace-regexp literally.
14773 Add backward search. Don't call `Info-select-node' if regexp is
14774 found in the same Info node. Don't add node to Info-history for
14775 wrapped isearch.
14776 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14777 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14778 (Info-mode): Set local variables `isearch-search-fun-function',
14779 `isearch-wrap-function', `isearch-push-state-function',
14780 `search-whitespace-regexp'.
14781
14782 * isearch.el: Remove ancient Change Log section.
14783 (isearch-string, isearch-message-string, isearch-point)
14784 (isearch-success, isearch-forward-flag, isearch-other-end)
14785 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14786 (isearch-barrier, isearch-within-brackets)
14787 (isearch-case-fold-search): Add suffix `-state' to state-related
14788 defsubsts to avoid name clashes with other function names.
14789
14790 * simple.el (next-error): New defgroup and defface.
14791 (next-error-highlight, next-error-highlight-no-select):
14792 New defcustoms.
14793 (next-error-no-select): Let-bind next-error-highlight to the value
14794 of next-error-highlight-no-select before calling `next-error'.
14795
14796 * progmodes/compile.el (compilation-goto-locus):
14797 Use `next-error' face instead of `region'. Set 4-th argument of
14798 `move-overlay' to `current-buffer' to move overlay to different
14799 source buffers. Use new variable `next-error-highlight'.
14800
14801 * simple.el (next-error-find-buffer): Move the rule
14802 "if current buffer is a next-error capable buffer" after the
14803 rule "if next-error-last-buffer is set to a live buffer".
14804 Simplify to test all rules in one `or'.
14805 (next-error): Doc fix.
14806 (next-error, previous-error, first-error)
14807 (next-error-no-select, previous-error-no-select):
14808 Make arguments optional.
14809
14810 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
14811
14812 * macros.el (apply-macro-to-region-lines): Make it operate on all
14813 lines that begin in the region, rather than on all complete lines
14814 in the region.
14815
14816 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14817
14818 * x-dnd.el (x-dnd-protocol-alist): Document update.
14819 (x-dnd-known-types): Defcustom it.
14820 (x-dnd-handle-motif): Print message-atom in error message.
14821
14822 2004-08-30 John Paul Wallington <jpw@gnu.org>
14823
14824 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14825 strings rather than programatically constructing message.
14826
14827 2004-08-30 Richard M. Stallman <rms@gnu.org>
14828
14829 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14830 Don't return a string that would read as the wrong character code.
14831
14832 2004-08-29 Kim F. Storm <storm@cua.dk>
14833
14834 * emulation/cua-base.el (cua-auto-expand-rectangles):
14835 Remove automatic rectangle padding feature; replace by non-destructive
14836 virtual rectangle edges feature.
14837 (cua-virtual-rectangle-edges): New defcustom.
14838 (cua-auto-tabify-rectangles): New defcustom.
14839 (cua-paste): If paste into a marked rectangle, insert rectangle at
14840 current column, even if virtual; also paste exactly as many lines
14841 as has been marked (ignore additional lines or add empty lines),
14842 but paste whole source if only one line is marked.
14843 (cua--update-indications): No longer use overwrite-cursor to
14844 indicate rectangle padding
14845
14846 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14847 (cua--rectangle-virtual-edges): New defun.
14848 (cua--rectangle-get-corners): Remove optional PAD arg.
14849 (cua--rectangle-set-corners): Never do padding.
14850 (cua--forward-line): Remove optional PAD arg. Simplify.
14851 (cua-resize-rectangle-right, cua-resize-rectangle-left)
14852 (cua-resize-rectangle-down, cua-resize-rectangle-up):
14853 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14854 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14855 (cua--rectangle-move): Never do padding. Simplify.
14856 (cua--tabify-start): New defun.
14857 (cua--rectangle-operation): Add tabify arg. All callers changed.
14858 (cua--pad-rectangle): Remove.
14859 (cua--delete-rectangle): Handle delete with virtual edges.
14860 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14861 (cua--insert-rectangle): Handle insert at virtual column.
14862 Perform auto-tabify if necessary.
14863 (cua--activate-rectangle): Remove optional FORCE arg.
14864 Never do padding. Simplify.
14865 (cua--highlight-rectangle): Enhance for virtual edges.
14866 (cua-toggle-rectangle-padding): Remove command.
14867 (cua-toggle-rectangle-virtual-edges): New command.
14868 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
14869 (cua--rectangle-post-command): Don't force rectangle padding.
14870 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14871
14872 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
14873
14874 * indent.el (edit-tab-stops-buffer): Doc fix.
14875
14876 2004-08-28 Richard M. Stallman <rms@gnu.org>
14877
14878 * progmodes/grep.el (grep-default-command): Use find-tag-default.
14879 (grep-tag-default): Function deleted.
14880
14881 * subr.el (find-tag-default): Move from etags.el.
14882
14883 * progmodes/etags.el (find-tag-default): Move to subr.el.
14884
14885 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14886 into the basic character if it has an uppercase form.
14887
14888 2004-08-27 Kenichi Handa <handa@m17n.org>
14889
14890 * international/utf-8.el (utf-8-post-read-conversion): If the
14891 buffer is unibyte, temporarily make it multibyte.
14892
14893 2004-08-27 Masatake YAMATO <jet@gyve.org>
14894
14895 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14896
14897 2004-08-25 John Paul Wallington <jpw@gnu.org>
14898
14899 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14900 0, 1, and many mismatches in message.
14901 (tex-start-shell): Use `set-process-query-on-exit-flag'.
14902
14903 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14904 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14905
14906 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14907
14908 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14909 vc-diff-switches differently.
14910
14911 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
14912
14913 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14914 before and a real defvar after
14915 `speedbar-supported-extension-expressions'. This is to silence
14916 the compiler without breaking bootstrapping.
14917
14918 2004-08-22 Richard M. Stallman <rms@gnu.org>
14919
14920 * textmodes/flyspell.el (flyspell-word):
14921 Use set-process-query-on-exit-flag.
14922 (flyspell-highlight-duplicate-region): Take POSS as arg.
14923 (flyspell-word): Pass POSS as arg.
14924
14925 * progmodes/ada-xref.el: Many doc and style fixes.
14926 (ada-find-any-references): Use compilation-start.
14927 (ada-get-ali-file-name): Improve error msg.
14928 (ada-get-ada-file-name): Likewise.
14929
14930 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14931 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14932
14933 * mail/mail-extr.el (mail-extr-all-top-level-domains):
14934 Add forward defvar.
14935
14936 * whitespace.el (global-whitespace-mode): New alias
14937 for whitespace-global-mode.
14938
14939 * speedbar.el (speedbar-file-regexp): Move definition up.
14940 (speedbar-mode, speedbar-set-mode-line-format):
14941 Use with-no-warnings.
14942 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14943
14944 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14945 controls whether to display the error buffer.
14946
14947 * ps-mule.el: Delete compatibility code for old Emacsen.
14948 (ps-mule-find-wrappoint): Don't use chars-in-region.
14949
14950 * frame.el (display-mouse-p, display-selections-p):
14951 Use with-no-warnings.
14952
14953 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14954
14955 2004-08-22 David Kastrup <dak@gnu.org>
14956
14957 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14958 information.
14959
14960 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14961
14962 2004-08-22 Andreas Schwab <schwab@suse.de>
14963
14964 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14965
14966 2004-08-22 Masatake YAMATO <jet@gyve.org>
14967
14968 * cvs-status.el (cvs-status-checkout): New function.
14969 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14970
14971 2004-08-21 David Kastrup <dak@gnu.org>
14972
14973 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14974 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14975 has been converted to use hashtables, the relation `nil=none' is
14976 no longer valid, as `nil' is not a hashtable. This patch tries to
14977 reduce the number of resulting errors.
14978
14979 2004-08-21 John Paul Wallington <jpw@gnu.org>
14980
14981 * subr.el (process-kill-without-query): Made obsolete in
14982 version 21.4, not 21.5.
14983
14984 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14985 (vc-previous-comment, vc-next-comment)
14986 (vc-comment-search-reverse, vc-comment-search-forward)
14987 (vc-comment-to-change-log): Likewise.
14988
14989 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14990
14991 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
14992
14993 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14994 Correct indentation of DEFMETHODS with non-standard method
14995 combinations (e.g., PROGN, MIN, MAX).
14996
14997 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14998
14999 * startup.el (normal-top-level-add-subdirs-to-load-path):
15000 Avoid unnecessarily checking system-type.
15001 (normal-top-level): Set TERM to "dumb". Simplify.
15002
15003 * avoid.el (mouse-avoidance-ignore-p): New fun.
15004 Also ignore switch-frame, select-window, double, and triple clicks.
15005 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
15006 (mouse-avoidance-fancy-hook): Use it.
15007
15008 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
15009
15010 * avoid.el (mouse-avoidance-nudge-mouse)
15011 (mouse-avoidance-banish-destination): Stay within the current window
15012 to avoid problems with mouse-autoselect-window.
15013
15014 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15015
15016 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
15017 the newer format of some messages in cvs-1.12.1.
15018
15019 2004-08-19 Masatake YAMATO <jet@gyve.org>
15020
15021 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
15022 (elp-results-jump-to-definition-by-mouse)
15023 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
15024 (elp-output-result): Use elp-output-insert-symname.
15025
15026 2004-08-18 Kenichi Handa <handa@m17n.org>
15027
15028 * language/cyrillic.el: Register koi8-r in
15029 ctext-non-standard-encodings-alist.
15030 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
15031
15032 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
15033
15034 * emacs-lisp/copyright.el (copyright-update-year): Delete code
15035 that replaces 20xy with xy.
15036
15037 2004-08-17 John Paul Wallington <jpw@gnu.org>
15038
15039 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
15040 (reb-force-update): Doc fix.
15041
15042 2004-08-16 Richard M. Stallman <rms@gnu.org>
15043
15044 * progmodes/which-func.el (which-func-update-1): Doc fix.
15045
15046 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
15047 (sh-mode-abbrev-table): New variable.
15048
15049 * progmodes/compile.el (compilation-mode): Doc fix.
15050
15051 * emacs-lisp/lisp-mode.el (eval-last-sexp):
15052 Don't cons a new symbol each time.
15053 (eval-last-sexp-fake-value): New variable.
15054
15055 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
15056 (copyright-update-year): Detect continuation of list of years.
15057
15058 * term.el (term-default-fg-color, term-default-bg-color)
15059 (ansi-term-color-vector): Use `unspecified', not nil, as default.
15060
15061 * imenu.el: Several doc fixes: don't say variables are buffer-local.
15062
15063 2004-08-16 Davis Herring <herring@lanl.gov>
15064
15065 * isearch.el (isearch-string, isearch-message-string, isearch-point)
15066 (isearch-success, isearch-forward-flag, isearch-other-end)
15067 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15068 (isearch-barrier, isearch-within-brackets)
15069 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
15070
15071 2004-08-16 Kenichi Handa <handa@m17n.org>
15072
15073 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
15074
15075 2004-08-15 Kenichi Handa <handa@m17n.org>
15076
15077 * term/x-win.el (x-selection-value): If utf8 was successful but
15078 ctext was not, use utf8 string.
15079
15080 2004-08-14 Davis Herring <herring@lanl.gov>
15081
15082 * isearch.el: Remove accidental changes of March 4. Fix backing
15083 up when a regexp isearch is made more general. Use symbolic
15084 accessor functions for isearch stack frames to make usage clearer.
15085 (search-whitespace-regexp): Made groups in documentation shy (as
15086 is the group in the default value).
15087 (isearch-fallback): New function, addresses problems with regexps
15088 liberalized by `\|', adds support for liberalization by `\}' (the
15089 general repetition construct), and incorporates behavior for
15090 `*'/`?'.
15091 (isearch-}-char): New command, calls `isearch-fallback' with
15092 arguments appropriate to a typed `}'.
15093 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
15094 appropriately.
15095 (isearch-mode-map): Bind `}' to `isearch-}-char'.
15096 (isearch-string, isearch-message,string, isearch-point)
15097 (isearch-success, isearch-forward-flag, isearch-other-end)
15098 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15099 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
15100 New inline functions to read fields of a stack frame.
15101
15102 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
15103
15104 * battery.el (battery-linux-proc-acpi): Look into battery
15105 directories matching the literal string "CMB", too (required for
15106 Linux kernel version 2.6.7).
15107
15108 2004-08-14 John Paul Wallington <jpw@gnu.org>
15109
15110 * cus-start.el (read-file-name-completion-ignore-case): Add.
15111 (blink-cursor-alist): Change version to "21.4".
15112
15113 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
15114
15115 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
15116
15117 * speedbar.el (speedbar-scan-subdirs): New option.
15118 (speedbar-file-lists): Don't ignore file-name case on Unix and use
15119 dolist.
15120 (speedbar-insert-files-at-point): Take an extra argument and use
15121 it to optionally find out if a subdir is empty. Also unreadable
15122 files don't get expand buttons.
15123 (speedbar-directory): New image (unused pixmap already existed).
15124 (speedbar-expand-image-button-alist): Use it.
15125
15126 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
15127
15128 CC Mode update to 5.30.9:
15129
15130 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
15131 Move from cc-vars to cc-defs for dependency reasons. Fix the
15132 POSIX char class test to check that it works in
15133 `skip-chars-(forward|backward)' too.
15134
15135 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15136 first argument starts with a special brace list.
15137
15138 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
15139 when `c-opt-type-concat-key' is used (i.e. in Pike).
15140
15141 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
15142 Fix bug when the inner char pair doesn't have paren syntax,
15143 i.e. "(<>)".
15144
15145 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
15146 whitespace safe.
15147
15148 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
15149 position for `arglist-intro', `arglist-cont-nonempty' and
15150 `arglist-close' when there are two arglist open parens on the same
15151 line and there's nothing in front of the first.
15152
15153 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
15154 locking of qualified names in Java, which previously could fontify
15155 common indexing expressions in many cases. The standard Java
15156 naming conventions are used to tell them apart.
15157
15158 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
15159 Fix inconsistency wrt opening parens on the first line inside a paren
15160 block.
15161
15162 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
15163 compile time for the sake of `c-major-mode-is'.
15164
15165 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
15166 `c-major-mode-is' in the event that this is used inside a
15167 `c-lang-defconst'.
15168
15169 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
15170 `c-lang-defconst' so that it works better with fallback languages.
15171
15172 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
15173 it to fail to record the base mode.
15174
15175 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15176 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
15177 is used. Reorder the syntax checks to get more efficient
15178 skipping in some situations.
15179
15180 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
15181 continuation which might precede the newly inserted '{'.
15182
15183 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15184 Fix cases where it could loop indefinitely.
15185
15186 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
15187 size specs correctly. Only fontify identifiers in front of '('
15188 with as functions - don't accept any paren char. Tighten up
15189 initializer skipping to stop before function and class blocks.
15190
15191 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15192 the point could be left directly after an open paren when finding
15193 the beginning of the first decl in the block.
15194
15195 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
15196 table when filtering out legitimate open parens to be recorded.
15197 This could cause cache inconsistencies when e.g.
15198 `c++-template-syntax-table' was temporarily in use.
15199
15200 * progmodes/cc-engine.el (c-on-identifier)
15201 (c-simple-skip-symbol-backward): Small fix for handling "-"
15202 correctly in `skip-chars-backward'. Affected the operator lfun
15203 syntax in Pike.
15204
15205 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
15206 Fix bug that could cause an error from `after-change-functions' when
15207 the changed region is at bob.
15208
15209 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
15210
15211 CC Mode update to 5.30.9:
15212
15213 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
15214 to say that <TAB> doesn't insert WS into a CPP line.
15215 (c-indent-command, c-tab-always-indent): Amend doc strings.
15216
15217 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
15218 checks for user errors, thus eliminating cryptic and unhelpful
15219 Emacs error messages. (1) Check the arg to `c-set-style' is a
15220 string. (2) Check that settings to `c-offsets-alist' are not
15221 spuriously quoted.
15222
15223 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15224 which precedes the newly inserted `{'.
15225
15226 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
15227
15228 Sync with Tramp 2.0.44.
15229
15230 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
15231 function "tramp_file_attributes". Otherwise, file names
15232 containing spaces are misinterpreted. Reported by Magnus Henoch
15233 <mange@freemail.hu>.
15234 (tramp-handle-file-truename): FILENAME must be expanded first.
15235 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
15236 obscure results. Reported by D. Goel <deego@gnufans.org>.
15237 (tramp-handle-verify-visited-file-modtime): If file does not
15238 exist, say it is not modified if and only if that agrees with the
15239 buffer's record. Check whether a file is visiting the buffer, or
15240 the buffer has no recorded last modification time. Return t in
15241 case the visiting file doesn't exist. Suggested by Luc Teirlinck
15242 <teirllm@auburn.edu>.
15243 (tramp-handle-write-region): Pass modtime explicitly to
15244 `set-visited-file-modtime', because filename can be different
15245 from (buffer-file-name) if `file-precious-flag' is set.
15246 `set-visited-file-modtime' must be called always when `visit' is t
15247 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
15248 (tramp-handle-set-visited-file-modtime): If `time-list' is not
15249 nil, don't apply the whole body. If the file doesn't exists, set
15250 modtime to '(-1 65535). Suggested by Luc Teirlinck
15251 <teirllm@auburn.edu>.
15252
15253 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
15254
15255 * help.el (describe-bindings): Doc fix.
15256
15257 * subr.el (kbd): Doc fix.
15258
15259 2004-08-08 John Paul Wallington <jpw@gnu.org>
15260
15261 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
15262 instead of `string-to-int'.
15263 (define-ibuffer-column mode): Fix indentation.
15264
15265 2004-08-08 Lars Hansen <larsh@math.ku.dk>
15266
15267 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
15268
15269 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
15270
15271 * subr.el (global-unset-key, local-unset-key): Doc fixes.
15272
15273 * novice.el (disabled-command-function): New variable renamed from
15274 `disabled-command-hook'.
15275 (disabled-command-hook): Keep the _variable_ as alias for
15276 `disabled-command-function' and make obsolete.
15277 (disabled-command-function): Function renamed from
15278 `disabled-command-hook'. Adapt code to name change of the variable.
15279
15280 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
15281
15282 * simple.el (completion-root-regexp): New defvar.
15283 (completion-setup-function): Use it instead of a literal string.
15284
15285 2004-08-07 John Paul Wallington <jpw@gnu.org>
15286
15287 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
15288 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
15289 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
15290 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
15291
15292 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15293
15294 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
15295 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
15296
15297 2004-08-04 Kenichi Handa <handa@m17n.org>
15298
15299 * international/encoded-kb.el (encoded-kbd-setup-keymap):
15300 Fix previous change.
15301
15302 2004-08-03 Kenichi Handa <handa@m17n.org>
15303
15304 * international/encoded-kb.el: The following changes are to
15305 utilize key-translation-map instead of minor mode map.
15306 (encoded-kbd-iso2022-non-ascii-map): Delete it.
15307 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
15308 (encoded-kbd-last-key): New function.
15309 (encoded-kbd-iso2022-single-shift): New function.
15310 (encoded-kbd-iso2022-designation)
15311 (encoded-kbd-self-insert-iso2022-7bit)
15312 (encoded-kbd-self-insert-iso2022-8bit)
15313 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
15314 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
15315 key-translation-map.
15316 (encoded-kbd-setup-keymap): Setup key-translation-map.
15317 (saved-key-translation-map): New variable.
15318 (encoded-kbd-mode): Save/restore key-translation-map.
15319 Adjust for the change of encoded-kbd-setup-keymap.
15320
15321 2004-08-02 Kim F. Storm <storm@cua.dk>
15322
15323 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
15324 and call compute-motion with nil for topos and width to get proper
15325 usable width and height for both window and non-window systems.
15326
15327 * windmove.el (windmove-coordinates-of-position): Let compute-motion
15328 calculate usable window width and height.
15329
15330 * window.el (window-buffer-height): Call compute-motion with nil width.
15331
15332 2004-08-01 David Kastrup <dak@gnu.org>
15333
15334 * replace.el (query-replace-read-from):
15335 Use `query-replace-compile-replacement'.
15336 (query-replace-compile-replacement): New function.
15337 (query-replace-read-to): Use `query-replace-compile-replacement'
15338 for repeating the last command.
15339
15340 2004-08-01 John Paul Wallington <jpw@gnu.org>
15341
15342 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
15343 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
15344 (pr-switches): Remove period from end of error messages.
15345
15346 * help-mode.el (help-go-back): Likewise.
15347
15348 * abbrev.el (only-global-abbrevs): Doc fix.
15349 (edit-abbrevs-map): Define within defvar.
15350 (quietly-read-abbrev-file): Doc fix.
15351
15352 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
15353
15354 * novice.el (enable-command, disable-command): Doc fixes.
15355
15356 * subr.el (event-modifiers, event-basic-type): Doc fixes.
15357
15358 2004-07-30 Richard M. Stallman <rms@gnu.org>
15359
15360 * subr.el (with-local-quit): Doc fix.
15361
15362 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
15363
15364 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
15365
15366 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
15367
15368 * custom.el (defcustom): Doc fix.
15369
15370 2004-07-28 Masatake YAMATO <jet@gyve.org>
15371
15372 * progmodes/etags.el (etags-tags-apropos): Show building progress.
15373
15374 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15375
15376 * imenu.el (imenu-prev-index-position-function)
15377 (imenu-extract-index-name-function, imenu-name-lookup-function)
15378 (imenu--index-alist): Docstring redundancy fix.
15379
15380 2004-07-25 Lars Hansen <larsh@math.ku.dk>
15381
15382 * wdired.el (wdired-finish-edit): Require dired-aux before locally
15383 binding dired-backup-overwrite.
15384
15385 2004-07-25 John Paul Wallington <jpw@gnu.org>
15386
15387 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15388
15389 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
15390
15391 * term/tty-colors.el (tty-color-approximate): Doc fix.
15392
15393 * select.el (x-get-selection, x-set-selection): Doc fixes.
15394
15395 * frame.el (make-frame): Doc fix.
15396
15397 2004-07-24 Richard M. Stallman <rms@gnu.org>
15398
15399 * mail/rmail.el (rmail-mime-charset-pattern):
15400 Don't include semicolon in the charset value.
15401
15402 * replace.el (occur-next-error): Call set-window-point.
15403 (occur-engine): Handle negative NLINES.
15404
15405 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
15406
15407 * frame.el (modify-all-frames-parameters): Minor doc fix.
15408 (set-frame-configuration): Doc fix.
15409
15410 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15411
15412 * simple.el (completion-setup-function): Compute the common parts
15413 and the first difference place correctly when
15414 partial-completion-mode is on.
15415
15416 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15417
15418 * ps-print.el: Doc fix.
15419 (ps-print-version): New version 6.6.5.
15420 (ps-printing-region): Doc fix.
15421 (ps-generate-string-list): Comment fix.
15422 (ps-message-log-max): Code fix.
15423
15424 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
15425
15426 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
15427 generated PostScript.
15428
15429 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
15430
15431 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
15432 with Gnus v5_10 branch.)
15433
15434 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
15435
15436 * calendar/time-date.el (time-to-number-of-days): New function.
15437 Imported from Gnus.
15438
15439 2004-07-22 Kim F. Storm <storm@cua.dk>
15440
15441 * progmodes/make-mode.el: Fix comments.
15442
15443 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15444
15445 * printing.el: Doc fix.
15446
15447 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
15448
15449 * frame.el (modify-all-frames-parameters): Minor doc fix.
15450
15451 2004-07-20 Richard M. Stallman <rms@gnu.org>
15452
15453 * textmodes/fill.el (fill-nobreak-p): If this break point is
15454 at the end of the line, don't consider the newline which follows
15455 as a reason to return t.
15456
15457 2004-07-19 John Paul Wallington <jpw@gnu.org>
15458
15459 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
15460
15461 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
15462
15463 * dired-aux.el (dired-do-kill-lines): Expand docstring.
15464 Delete irrelevant code.
15465
15466 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15467
15468 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15469 New docstring. From Luc Teirlinck.
15470
15471 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
15472
15473 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
15474 section.
15475 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
15476 non-file buffers. We know it is nil.
15477
15478 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15479
15480 Sync with Tramp 2.0.43.
15481
15482 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15483 Remove outdated comment.
15484 (tramp-locked, tramp-locker): New variables for implementing a
15485 global lock.
15486 (tramp-sh-file-name-handler): Use them to implement the global lock.
15487
15488 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
15489
15490 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
15491 calls to respective `xxx` calls.
15492 (tramp-process-alive-regexp): Precise doc string.
15493 (tramp-multi-action-process-alive): New defun.
15494 (tramp-multi-actions): Use it.
15495 (tramp-handle-find-backup-file-name): `copy-tree' is available
15496 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
15497 in order to avoid this function.
15498 (tramp-handle-write-region): Set current buffer. If connection
15499 wasn't open, `file-modes' has changed it accidentally. Reported by
15500 David Kastrup <dak@gnu.org>.
15501 (tramp-enter-password, tramp-read-passwd): New arguments USER and
15502 HOST.
15503 (tramp-action-password, tramp-multi-action-password): Apply it.
15504 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
15505 name must still contain the port number. Otherwise, we have two
15506 Tramp buffers, with all the confusion. Reported by Myron Selby
15507 <myron@xytech.com> and Rolf Dubitzky
15508 <Dubitzky@physi.uni-heidelberg.de>.
15509
15510 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
15511 HOST to `tramp-enter-passwd'.
15512
15513 * net/tramp-vc.el (all): Code cleanup. Change all
15514 `tramp-handle-xxx' calls to respective `xxx` calls.
15515
15516 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
15517
15518 * emacs-lisp/testcover.el: New category "potentially-1valued" for
15519 functions that are not erroneous if either 1-valued or
15520 multi-valued. Detect functions in this class.
15521 (testcover-1value-functions, testcover-compose-functions)
15522 (testcover-progn-functions) Add some additional functions to lists.
15523 (testcover-mark): Bugfix when marking up the definition for an
15524 empty function.
15525
15526 2004-07-17 Richard M. Stallman <rms@gnu.org>
15527
15528 * replace.el (occur-read-primary-args): Pass default to
15529 read-from-minibuffer.
15530
15531 * mail/footnote.el (footnote-section-tag): Use defcustom.
15532
15533 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
15534 Compile font-lock-keywords, not KEYWORDS.
15535 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
15536 Add warn, check-type. Handle cerror like error.
15537
15538 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15539
15540 * progmodes/which-func.el (which-func-keymap): New var.
15541 (which-func-face): New face.
15542 (which-func-format): Use them.
15543
15544 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15545
15546 * buff-menu.el (list-buffers-noselect): Append the buffer's
15547 process status to its mode name.
15548
15549 2004-07-16 Kim F. Storm <storm@cua.dk>
15550
15551 * simple.el (inhibit-mark-movement): New defvar.
15552 (beginning-of-buffer, end-of-buffer): Do not push mark if
15553 inhibit-mark-movement is non-nil or C-u prefix is given.
15554
15555 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
15556 Init to beginning-of-buffer and end-of-buffer.
15557 (cua--undo-push-mark): New defvar.
15558 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
15559 already active and command is in cua--preserve-mark-commands.
15560 Also fix check for shift modifier on non-window systems.
15561 (cua--post-command-handler): Clear inhibit-mark-movement if set.
15562
15563 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
15564
15565 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
15566 of two integers, instead of a cons.
15567
15568 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15569 `visited-file-modtime' now returns a list of two integers, instead
15570 of a cons.
15571
15572 * dired.el (dired-directory-changed-p): Ditto.
15573
15574 * progmodes/grep.el (grep): Doc fix.
15575
15576 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15577
15578 * autorevert.el (auto-revert-tail-mode)
15579 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
15580 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
15581 in both at the same time.
15582 (auto-revert-tail-mode): New command.
15583 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
15584 (auto-revert-handler): Revert only either tail or whole file.
15585
15586 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
15587 add auto-revert-tail-mode.
15588
15589 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15590
15591 * printing.el: Doc fix. Change name of some funs.
15592 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
15593 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
15594 (pr-standard-file-name): New fun. Replace pr-standard-path.
15595 (pr-call-process): Code fix.
15596
15597 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
15598
15599 * subr.el (with-selected-window): Doc fix.
15600
15601 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
15602
15603 * subr.el (get-buffer-window-list): Doc fix.
15604
15605 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
15606
15607 * files.el (switch-to-buffer-other-window): Doc fix.
15608
15609 * window.el (save-selected-window, one-window-p)
15610 (split-window-keep-point, split-window-vertically)
15611 (split-window-horizontally): Doc fixes.
15612
15613 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15614
15615 * printing.el: Doc fix. Now it uses call-process instead of
15616 shell-command for low command execution.
15617 (pr-version): New version number (6.8).
15618 (pr-shell-file-name): Option removed.
15619 (pr-shell-command): Fun removed.
15620 (pr-call-process): New fun. Replace pr-shell-command.
15621 (pr-standard-path, pr-remove-nil-from-list): New funs.
15622 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
15623 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
15624 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
15625 (pr-ps-utility-process, pr-txt-print): Code fix.
15626
15627 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15628
15629 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
15630 boolean.
15631
15632 2004-07-09 Lars Hansen <larsh@math.ku.dk>
15633
15634 * wid-edit.el (widget-field-buffer): Doc fix.
15635
15636 2004-07-09 John Paul Wallington <jpw@gnu.org>
15637
15638 * emacs-lisp/re-builder.el (reb-update-overlays):
15639 Distinguish between one and several matches in message.
15640
15641 2004-07-09 Richard M. Stallman <rms@gnu.org>
15642
15643 * mouse.el (mouse-set-region-1): If transient-mark-mode
15644 is `identity', change it to `only'.
15645
15646 * simple.el (current-word): Doc fix.
15647
15648 2004-07-09 Mark A. Hershberger <mah@everybody.org>
15649
15650 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
15651 so that it is more understanding of whitespace.
15652
15653 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
15654 (("ns" . "element") (attr-list) children) instead of
15655 ((:ns . "element") (attr-list) children) in order to reduce the
15656 number of symbols used.
15657 (xml-skip-dtd): Change to use xml-parse-dtd but set
15658 xml-validating-parsing to nil.
15659 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
15660 (xml-substitute-entity): Remove in favor of new entity substitution.
15661 (xml-substitute-special): Rewrite in to substitute complex
15662 entities from DOCTYPE declarations.
15663 (xml-parse-fragment): Parse fragments from entity declarations.
15664 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15665 (xml-parse-dtd, xml-substitute-special): Make validity checks
15666 conditioned on xml-validating-parser. Add "Not Well Formed" to
15667 error messages about well-formedness.
15668
15669 2004-07-08 Steven Tamm <steventamm@mac.com>
15670
15671 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15672 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15673 Do not treat double clicks and triple clicks specially in the
15674 scroll bar (preventing strange repositioning problems)
15675
15676 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
15677
15678 * replace.el (query-replace-regexp-eval): Fix last change.
15679
15680 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15681
15682 * replace.el (query-replace-descr): New fun.
15683 (query-replace-read-from, query-replace-read-args): Default to the
15684 previous from&to.
15685 (query-replace-read-to): Quote the `from' string when displaying it.
15686 (query-replace-regexp-eval): Immediately check read-only status.
15687 Use query-replace-read-from to get the \n checking.
15688 Quote the `from' string when displaying it.
15689 (map-query-replace-regexp, occur-read-primary-args):
15690 Quote the `from' string when displaying it.
15691
15692 * isearch.el (isearch-query-replace): Pass the regexp-ness and
15693 delimited-ness of the search to query-replace.
15694
15695 * replace.el (query-replace-read-from, query-replace-read-to):
15696 New funs extracted from query-replace-read-args.
15697 (query-replace-read-args): Use them.
15698
15699 * replace.el (query-replace-interactive, query-replace-read-args):
15700 Remove the `initial' special value.
15701 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15702 (occur-engine): Remove unused var `matchend'.
15703
15704 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15705 Use the search string without prompting.
15706
15707 2004-07-05 Kenichi Handa <handa@m17n.org>
15708
15709 * international/mule.el (decode-coding-inserted-region):
15710 Set last-coding-system-used only when coding is nil.
15711
15712 2004-07-03 Eli Zaretskii <eliz@gnu.org>
15713
15714 * progmodes/grep.el (grep-compute-defaults, grep-command)
15715 (grep-program, find-program, grep-find-use-xargs, grep-history)
15716 (grep-find-history, grep-tag-default, grep-find-command)
15717 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15718 Add autoload cookies, for unbundled packages that load `compile'
15719 and expect all grep-related symbols to become defined.
15720
15721 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
15722
15723 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15724 (iimage-mode-image-search-path): New user option to search the
15725 image file.
15726 (iimage-locate-file): New function. Emacs21.3 or earlier does not
15727 have locate-file.
15728 (iimage-mode-buffer): Use it.
15729
15730 2004-07-03 Nick Roberts <nickrob@gnu.org>
15731
15732 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15733 carefully.
15734 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15735
15736 2004-07-03 Juri Linkov <juri@jurta.org>
15737
15738 * replace.el (query-replace-read-args): Swallow space after 'foo,
15739 not after (quote foo). Match space only immediately after symbol,
15740 not anywhere in the whole string.
15741
15742 2004-07-02 Richard M. Stallman <rms@gnu.org>
15743
15744 * replace.el (query-replace-read-args): Swallow space after
15745 symbols, not after closeparens. But avoid error if string ends there.
15746
15747 * progmodes/python.el (python-beginning-of-statement):
15748 Exit the loop if backward-up-list gets error.
15749
15750 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15751
15752 2004-07-02 Andre Spiegel <spiegel@gnu.org>
15753
15754 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15755 only if vc-consult-headers is non-nil.
15756
15757 2004-07-02 Juri Linkov <juri@jurta.org>
15758
15759 * pcvs.el (cvs-mode-diff-repository): New command.
15760
15761 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15762
15763 2004-07-01 Juri Linkov <juri@jurta.org>
15764
15765 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15766 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
15767 C-M-% to isearch-query-replace-regexp.
15768 (minibuffer-local-isearch-map): Add arrow key bindings.
15769 Bind C-f to isearch-yank-char-in-minibuffer.
15770 (isearch-forward): Doc fix.
15771 (isearch-edit-string): Doc fix.
15772 (isearch-query-replace, isearch-query-replace-regexp): New funs.
15773 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
15774 (isearch-yank-char): Add optional arg.
15775 (isearch-yank-char-in-minibuffer): New fun.
15776
15777 * replace.el (query-replace-interactive): Change type from boolean
15778 to choice. Add value `initial'.
15779 (query-replace-read-args): Handle value `initial' of
15780 query-replace-interactive.
15781
15782 2004-06-29 Kim F. Storm <storm@cua.dk>
15783
15784 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15785 (breakpoint-disabled-bitmap-face): Add :group 'gud.
15786
15787 * progmodes/ada-xref.el (ada-tight-gvd-integration):
15788 Add :group 'ada.
15789
15790 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15791
15792 2004-06-29 Juri Linkov <juri@jurta.org>
15793
15794 * replace.el (query-replace-read-args): Swallow a space after
15795 everything except )]" which in most cases means after a symbol.
15796
15797 * emacs-lisp/pp.el (pp-buffer): Add autoload.
15798
15799 2004-06-28 Richard M. Stallman <rms@gnu.org>
15800
15801 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15802 More changes to go with previous change in font-lock.el.
15803
15804 2004-06-26 David Kastrup <dak@gnu.org>
15805
15806 * replace.el (perform-replace): Highlight the match even in
15807 non-query mode if there is potential replace string editing.
15808
15809 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
15810
15811 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15812 agree with new return value of `file-remote-p'.
15813 This syncs with Tramp 2.0.42.
15814
15815 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15816 according to new documentation of `file-remote-p'.
15817
15818 * files.el (file-remote-p): Fix doc to say that return value is
15819 identification of remote system, if not nil.
15820 (file-relative-name): Use new return value of `file-remote-p'.
15821
15822 2004-06-26 Nick Roberts <nickrob@gnu.org>
15823
15824 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15825 (gdb-goto-breakpoint): Fix breakage.
15826
15827 2004-06-26 Eli Zaretskii <eliz@gnu.org>
15828
15829 * man.el (Man-getpage-in-background): Add windows-nt to the list
15830 of systems where shell-file-name should be used instead of
15831 literal "sh".
15832
15833 2004-06-25 Sam Steingold <sds@gnu.org>
15834
15835 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15836 function names `(setf symbol)'.
15837
15838 2004-06-24 Richard M. Stallman <rms@gnu.org>
15839
15840 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15841
15842 * font-lock.el (font-lock-keywords): Change format of compiled values.
15843 Document it.
15844 (font-lock-add-keywords): If font-lock-keywords is compiled,
15845 extract the uncompiled version, modify, then recompile.
15846 (font-lock-remove-keywords): Likewise.
15847 (font-lock-fontify-keywords-region): Handle changed format.
15848 (font-lock-compile-keywords): Handle changed format.
15849 (font-lock-set-defaults): Compile the keywords explicitly here.
15850
15851 2004-06-24 David Kastrup <dak@gnu.org>
15852
15853 * replace.el (query-replace-read-args): Implement `\,' and `\#'
15854 replacements here.
15855 (query-replace-regexp): Doc string explaining this and the new
15856 `\?' replacement. Remove `\,' and `\#' implementation here, as it
15857 is better placed in `query-replace-read-args'.
15858 (replace-regexp): Explain `\,', `\#' and `\?'.
15859 (replace-match-data): New function for thorough reuse/destruction
15860 of old match-data.
15861 (replace-match-maybe-edit): Function for implementing `\?' editing.
15862 (perform-replace): Fix maintaining of the match stack including
15863 already matched regions, implement `\?', fix various problems
15864 with regions while editing and other stuff.
15865 (replace-highlight): Simplify.
15866
15867 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
15868
15869 * progmodes/grep.el (grep-error-screen-columns): New variable.
15870 (grep-regexp-alist): Give it the full functionality of gnu style
15871 compilation messages with line and column ranges. Ask me for the
15872 perl script I'm working on, that uses these.
15873
15874 2004-06-23 Nick Roberts <nickrob@gnu.org>
15875
15876 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15877 Remove.
15878 (comint-insert-input, comint-mouse-insert-input): New functions
15879 based on comint-insert-clicked-input for two bindings but just
15880 one functionality.
15881
15882 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
15883
15884 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15885
15886 2004-06-23 Lars Hansen <larsh@math.ku.dk>
15887
15888 * files.el (write-contents-functions): Doc fix.
15889
15890 2004-06-21 Juanma Barranquero <lektu@terra.es>
15891
15892 * image.el (image-library-alist): Rewrite docstring in active voice.
15893
15894 2004-06-20 Richard M. Stallman <rms@gnu.org>
15895
15896 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15897
15898 * isearch.el (isearch-repeat): Avoid testing old match data.
15899 (isearch-message): Display trailing space in special font
15900 when search is failing.
15901 (isearch-search-fun-function): Doc fix.
15902
15903 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15904
15905 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
15906
15907 * frame.el (show-trailing-whitespace): Doc fix.
15908
15909 * cus-edit.el (custom-variable-documentation): New function.
15910 (custom-variable): Use it.
15911
15912 2004-06-19 Nick Roberts <nickrob@gnu.org>
15913
15914 * man.el (Man-getpage-in-background): Revert previous change but
15915 make cygwin a special case.
15916
15917 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
15918
15919 * autorevert.el (global-auto-revert-non-file-buffers):
15920 Update docstring.
15921
15922 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
15923
15924 * progmodes/compile.el (compilation-error-properties): Store one
15925 more than end-col, if present, so that transient-mark-mode will
15926 highlight last char too.
15927 * progmodes/grep.el (grep-regexp-alist): Match columns and column
15928 ranges, if present.
15929
15930 2004-06-18 Jason Rumney <jasonr@gnu.org>
15931
15932 * makefile.w32-in: Double percent signs in for loops.
15933
15934 2004-06-17 David Kastrup <dak@gnu.org>
15935
15936 * replace.el (query-replace-read-args): Only warn about use of \n
15937 and \t when we are doing a regexp replacement and the actual
15938 escaped character is n or t.
15939 (query-replace-regexp): Add \, and \# interpretation to
15940 interactive call and document it.
15941 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15942 as shortkey for replace-count.
15943 (replace-quote): New function for doubling backslashes.
15944
15945 2004-06-17 Juanma Barranquero <lektu@terra.es>
15946
15947 * files.el (parse-colon-path, cd): Mention in docstring that the
15948 path separator is colon in GNU-like systems.
15949
15950 * newcomment.el (comment-region-internal): Fix docstring.
15951
15952 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15953 (ewoc-invalidate, ewoc-collect): Doc fixes.
15954 (ewoc--create-node, ewoc--delete-node-internal):
15955 Fix typos in docstring.
15956
15957 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15958
15959 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15960 manual to docstring.
15961
15962 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15963
15964 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15965
15966 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15967
15968 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15969 Add hyperlink to emacs-xtra manual to docstring.
15970
15971 * autorevert.el (global-auto-revert-non-file-buffers):
15972 Add hyperlink to emacs-xtra manual to docstring, as well as an
15973 info-link.
15974
15975 2004-06-14 Juanma Barranquero <lektu@terra.es>
15976
15977 * image.el (image-library-alist): New variable to map image types
15978 to external libraries. Initialized to nil, unless system-specific
15979 configs change it.
15980 (image-type-available-p): Determine whether an image type is
15981 available by calling `init-image-library'.
15982
15983 * term/w32-win.el (image-library-alist): Initialize to a known set
15984 of probable library names.
15985
15986 2004-06-14 Kenichi Handa <handa@m17n.org>
15987
15988 * international/code-pages.el (windows-1256, cp1125): Fix tables
15989 for several characters.
15990
15991 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15992
15993 2004-06-13 Richard M. Stallman <rms@gnu.org>
15994
15995 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15996
15997 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15998 not "`pc-selection-mode'".
15999
16000 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
16001
16002 * simple.el (previous-matching-history-element): Specify a default.
16003
16004 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
16005
16006 * cus-face.el (custom-declare-face): Simplify code.
16007
16008 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
16009
16010 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
16011
16012 * files.el (before-save-hook): Add `time-stamp' to the options.
16013
16014 * time-stamp.el (time-stamp): Recommend adding it to
16015 `before-save-hook', rather than `write-file-functions'.
16016 Make a similar change in `Commentary' section.
16017
16018 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
16019
16020 * diff-mode.el (diff-current-defun): If at start of hunk, use
16021 position of first change.
16022
16023 2004-06-13 Lars Hansen <larsh@math.ku.dk>
16024
16025 * dired-x.el (dired-mark-omitted): Bind to "*O".
16026
16027 2004-06-12 Karl Fogel <kfogel@red-bean.com>
16028
16029 * bookmark.el (bookmark-bmenu-relocate): New function, as
16030 suggested by David J. Biesack <David.Biesack@sas.com>.
16031 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
16032 (bookmark-bmenu-mode): Describe binding in doc string.
16033 (bookmark-set-filename): Save the bookmark list if it's time.
16034
16035 2004-06-13 Kenichi Handa <handa@m17n.org>
16036
16037 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
16038 (ccl-untranslated-to-ucs): Fix typo.
16039
16040 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16041
16042 * progmodes/python.el (python-open-block-statement-p):
16043 Fix indentation after a block opening that contains a comment.
16044
16045 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
16046
16047 * bindings.el (completion-ignored-extensions): Add file extensions
16048 of Python byte-compiled files.
16049
16050 2004-06-12 Juri Linkov <juri@jurta.org>
16051
16052 * info.el (Info-goto-node): Add autoload.
16053 (Info-toc): Add substring-no-properties on Info file name.
16054 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
16055 (Info-mode-map): Bind L to Info-history, T to Info-toc.
16056
16057 2004-06-12 Kenichi Handa <handa@m17n.org>
16058
16059 * international/mule-cmds.el (set-language-environment):
16060 Load subst tables if necessary.
16061
16062 * international/mule.el (decode-char): Load subst tables if necessary.
16063 (encode-char): Likewise.
16064
16065 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
16066 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
16067 (utf-16le-decode-loop): Set r5 to -1 before loop.
16068 (utf-16be-decode-loop): Likewise.
16069 (ccl-decode-mule-utf-16le): Add EOF processing block.
16070 (ccl-decode-mule-utf-16be): Likewise.
16071 (ccl-decode-mule-utf-16le-with-signature): Likewise.
16072 (ccl-decode-mule-utf-16be-with-signature): Likewise.
16073 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
16074 (ccl-mule-utf-16-encode-untrans): New CCL.
16075 (utf-16-decode-to-ucs): Handle pre-read character.
16076 (utf-16le-encode-loop): Handle surrogate pair.
16077 (utf-16be-encode-loop): Likewise.
16078 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
16079 of utf-16le-encode-loop.
16080 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
16081 of utf-16be-encode-loop.
16082 (mule-utf-16-post-read-conversion):
16083 Call utf-8-post-read-conversion at first.
16084 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
16085 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
16086 Add post-read-conversion and pre-write-conversion.
16087
16088 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
16089 (utf-translate-cjk-unicode-range): New variable.
16090 (utf-translate-cjk-load-tables): New function.
16091 (utf-lookup-subst-table-for-decode): New function.
16092 (utf-lookup-subst-table-for-encode): New function.
16093 (utf-translate-cjk-mode): Init-value changed to t. Don't load
16094 tables here. Update safe-charsets of utf-* coding systems.
16095 (ccl-mule-utf-untrans): New CCL.
16096 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
16097 at end of each branch.
16098 (ccl-mule-utf-8-encode-untrans): New CCL.
16099 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
16100 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
16101 length of encoding. Don't return r0.
16102 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
16103 (utf-8-post-read-conversion): Narrow to region properly.
16104 If utf-translate-cjk-mode is on, load tables if necessary.
16105 Call utf-8-compose with hash-table arg if necessary.
16106 Call XXX-compose-region instead of XXX-post-read-conversion.
16107 (utf-8-pre-write-conversion): New function.
16108 (mule-utf-8): Include CJK charsets in safe-charsets if
16109 utf-translate-cjk-mode is on. Add pre-write-conversion.
16110
16111 * international/characters.el: Temporarily set
16112 utf-translate-cjk-mode to nil.
16113
16114 * language/devan-util.el (devanagari-compose-region):
16115 Add autoload cookie.
16116
16117 * international/ccl.el (ccl-dump-call): Fix printing the
16118 subroutine name.
16119
16120 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
16121
16122 * dired.el (dired-revert): If buffer is marked unmodified before
16123 reverting, keep it marked unmodified.
16124 Adapt to new conventions for commenting out code.
16125 (dired-make-relative): Adapt to new conventions for commenting out code.
16126
16127 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
16128
16129 * eshell/esh-module.el (eshell-load-defgroups):
16130 Bind `vc-handled-backends' to nil when opening files.
16131
16132 2004-06-11 Juanma Barranquero <lektu@terra.es>
16133
16134 * files.el (parse-colon-path, cd): Doc fixes (refer to
16135 `path-separator', not colon).
16136
16137 2004-06-10 Juanma Barranquero <lektu@terra.es>
16138
16139 * newcomment.el (comment-search-forward)
16140 (comment-search-backward): Fix typos in docstring.
16141 (comment-region): Doc fix.
16142
16143 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
16144
16145 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
16146 switch is no longer stored in `dired-switches-alist'.
16147
16148 * dired-aux.el (dired-insert-subdir): Do not store R switch in
16149 `dired-switches-alist'.
16150
16151 2004-06-10 Kim F. Storm <storm@cua.dk>
16152
16153 * pcvs.el (cvs-mode-diff-yesterday): New command.
16154
16155 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
16156
16157 2004-06-10 Juri Linkov <juri@jurta.org>
16158
16159 * emacs-lisp/edebug.el (edebug-eval-defun):
16160 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
16161 Fix docstring.
16162
16163 * simple.el (eval-expression-print-format): Don't print additional
16164 information on the first call to `eval-print-last-sexp'.
16165 (next-error-find-buffer): Fix punctuation.
16166 (killing) <defgroup>: Fix punctuation.
16167 (yank-excluded-properties): Change group from editing to killing.
16168
16169 * replace.el (perform-replace): Use `limit' to terminate the
16170 while-loop explicitly.
16171
16172 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16173
16174 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
16175 Use lc-*.xpm as prefix instead of *-locol.xpm.
16176
16177 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
16178 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
16179 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
16180 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
16181 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
16182 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
16183 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
16184 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
16185 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
16186 * toolbar/lc-up_arrow.xpm:
16187 Rename from *-locol.xpm.
16188
16189 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
16190
16191 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
16192 include forms like &<str>; as valid url patterns.
16193
16194 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
16195
16196 * dired.el (dired-diff, dired-backup-diff)
16197 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
16198 (dired-do-chown, dired-do-touch, dired-do-print)
16199 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
16200 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
16201 (dired-create-directory, dired-do-copy, dired-do-symlink)
16202 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
16203 (dired-do-copy-regexp, dired-do-hardlink-regexp)
16204 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
16205 (dired-maybe-insert-subdir, dired-next-subdir)
16206 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
16207 (dired-kill-subdir, dired-tree-up, dired-tree-down)
16208 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
16209 (dired-run-shell-command, dired-query): Remove redundant,
16210 or incorrect, autoloads.
16211
16212 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
16213 does not end in a slash. Add optional argument KILL-ROOT.
16214 Update docstring.
16215 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
16216 (dired-query): Add autoloads.
16217
16218 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
16219
16220 * progmodes/compile.el (compilation-set-window-height):
16221 Rearrange the save-* functions because a buffer can have several current
16222 point in different windows.
16223 (compilation-error-regexp-alist-alist): Recognize {standard input}
16224 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
16225
16226 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16227
16228 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
16229 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
16230 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
16231 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
16232 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
16233 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
16234 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
16235 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
16236 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
16237 * toolbar/up_arrow-locol.xpm:
16238 New versions of icons that uses fewer colors.
16239
16240 * toolbar/tool-bar.el (tool-bar-local-item)
16241 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
16242 if display-color-cells is 256 or less.
16243
16244 2004-06-08 Kim F. Storm <storm@cua.dk>
16245
16246 * wid-edit.el (widget-specify-button): Use hand pointer rather
16247 than mouse-face as visible mouse-over effect.
16248
16249 2004-06-07 Karl Fogel <kfogel@red-bean.com>
16250
16251 * saveplace.el (save-place-alist-to-file): Bind `print-length'
16252 and `print-level' to nil when writing out `save-place-alist'.
16253 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
16254
16255 2004-06-07 Juanma Barranquero <lektu@terra.es>
16256
16257 * completion.el (completion-kill-region): Doc fix.
16258
16259 * format.el (format-insert-annotations)
16260 (format-annotate-location): Doc fixes.
16261 (format-subtract-regions): Make arguments match their use in docstring.
16262
16263 * simple.el (kill-region): Doc fix.
16264
16265 * subr.el (insert-buffer-substring-no-properties)
16266 (insert-buffer-substring-as-yank): Doc fixes.
16267
16268 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
16269
16270 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16271 Update docstring.
16272 (dired-reset-subdir-switches): New function.
16273
16274 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
16275 Limit scope of `buffer-read-only' binding.
16276
16277 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
16278
16279 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
16280 eshell-explicit-command-char.
16281
16282 2004-06-06 Juanma Barranquero <lektu@terra.es>
16283
16284 * help-fns.el (help-argument-name): Inherit from italic face only
16285 if the frame supports it.
16286
16287 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16288
16289 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
16290 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
16291 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
16292 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
16293 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
16294 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
16295 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
16296 New conversions from xpm files.
16297
16298 * toolbar/README: New file.
16299
16300 2004-06-06 Richard M. Stallman <rms@gnu.org>
16301
16302 * isearch.el (isearch-mode-map): Undo previous change.
16303
16304 2004-06-05 Juri Linkov <juri@jurta.org>
16305
16306 * bindings.el (debug-ignored-errors): Add regexps for history
16307 related messages. Remove $ from "No further undo information".
16308 Move Ediff's messages to ediff.el.
16309
16310 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
16311
16312 * cus-edit.el (custom-display): Add `min-colors'.
16313
16314 * custom.el (defface): Add `supports' to docstring.
16315
16316 * help-fns.el (help-argument-name): Add :group 'help.
16317
16318 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
16319
16320 * find-dired.el (find-ls-subdir-switches): New user option.
16321 (find-dired): No longer call `abbreviate-file-name' on DIR.
16322 Set `dired-subdir-switches' buffer-locally.
16323
16324 * locate.el: Merge the two `Commentary' sections.
16325 (locate-ls-subdir-switches): New user option.
16326 (locate): Update for other changes.
16327 (locate-mode-map): Restore Dired binding for mouse-2.
16328 Bind `locate-mouse-view-file' to M-mouse-2.
16329 Bind `l' to `locate-do-redisplay'.
16330 (locate-main-listing-line-p, locate-do-redisplay): New functions.
16331 (locate-mouse-view-file, locate-tags, locate-find-directory):
16332 Print message if used outside main listing.
16333 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
16334 Various changes to support inserted subdirectories.
16335 (locate-insert-header): Change header of *Locate* buffer.
16336
16337 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16338 Change interactive default switches.
16339 (dired-rename-subdir-2): Update `dired-switches-alist'.
16340 (dired-insert-subdir, dired-kill-subdir):
16341 Handle `dired-switches-alist'. Do not mark buffer modified.
16342 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
16343 (dired-insert-subdir-doinsert): Omit messages.
16344 Handle `dired-subdir-switches'.
16345 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
16346
16347 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
16348 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
16349 subdirs if -R switch is used for a subdir.
16350 (dired-mode): Set `dired-switches-alist'.
16351 (dired-build-subdir-alist): Only print number of directories in
16352 echo area when invoked interactively.
16353
16354 2004-06-05 Lars Hansen <larsh@math.ku.dk>
16355
16356 * dired-x.el (dired-omit-mode): Rename from
16357 dired-omit-files-p. Use define-minor-mode to define it.
16358 (dired-omit-files-p): Add as alias for dired-omit-mode.
16359 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
16360 dired-mark-omitted.
16361 (dired-mark-omitted): Add. Bind to M-O.
16362
16363 2004-06-05 Kenichi Handa <handa@m17n.org>
16364
16365 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
16366
16367 2004-06-05 Juanma Barranquero <lektu@terra.es>
16368
16369 * help-fns.el (help-argument-name): Reintroduce face.
16370 (help-default-arg-highlight): Use it, now that
16371 `face-differs-from-default-p' can be trusted.
16372
16373 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16374
16375 * textmodes/table.el: Sentence commands added to Point Motion
16376 group; kill and backward-kill commands added to Extraction group.
16377
16378 2004-06-04 Mario Lang <mlang@delysid.org>
16379
16380 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
16381 systems appear to use mW, make the code handle this. Fix a
16382 division-by-zero bug while at it, and handle kernels with
16383 a slightly different layout in /proc/acpi.
16384
16385 2004-06-04 Karl Fogel <kfogel@red-bean.com>
16386
16387 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
16388 because the latter is a CL-ism. This fixes the bug reported by
16389 Shawn Boyette <mdxi@collapsar.net> in
16390 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
16391
16392 2004-06-04 Miles Bader <miles@gnu.org>
16393
16394 * faces.el (display-supports-face-attributes-p): Function moved to
16395 C code. Previously only the tty-related portion of this function
16396 was done in C; however the previous attempt to do a halfway-proper
16397 job for non-tty displays in lisp didn't work properly because of
16398 funny conditions during Emacs startup.
16399 (face-differs-from-default-p): Simplify, now that
16400 display-supports-face-attributes-p works properly on all display
16401 types. Remove :stipple from comparison; it doesn't really work
16402 in emacs anyway.
16403
16404 2004-06-04 Miles Bader <miles@gnu.org>
16405
16406 * faces.el (face-differs-from-default-p): Use a different
16407 implementation, so we can really check whether FACE displays
16408 differently or not.
16409
16410 2004-06-04 Miles Bader <miles@gnu.org>
16411
16412 * faces.el (display-supports-face-attributes-p): Implement a
16413 `different from default' check for non-tty displays.
16414
16415 2004-06-03 David Kastrup <dak@gnu.org>
16416
16417 * woman.el (woman-mapcan): More concise code.
16418 (woman-topic-all-completions, woman-topic-all-completions-1)
16419 (woman-topic-all-completions-merge): Replace by a simpler and
16420 much faster implementation based on O(n log n) sort/merge instead
16421 of the old O(n^2) behavior.
16422
16423 2004-06-03 Miles Bader <miles@gnu.org>
16424
16425 * subr.el (read-number): Use canonical format for default in prompt.
16426
16427 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
16428 Add regexp for " [...]" style defaults.
16429
16430 2004-06-02 Romain Francoise <romain@orebokech.com>
16431
16432 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
16433 groups: if the user asks for a hidden buffer, open the
16434 corresponding filter group to expose it.
16435
16436 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
16437 `ibuffer-jump-to-buffer'.
16438 (ibuffer-jump-offer-only-visible-buffers): New user option.
16439
16440 2004-06-02 Juanma Barranquero <lektu@terra.es>
16441
16442 * faces.el (frame-update-faces): Add empty docstring so the one
16443 for `ignore' doesn't show through.
16444
16445 * subr.el (process-kill-without-query): Remove spurious "\n" on
16446 obsolescence string.
16447 (focus-frame, unfocus-frame): Add obsolescence declaration and
16448 empty docstring.
16449
16450 * international/mule.el (register-char-codings): Make alias for
16451 `ignore'. Move docstring to obsolescence info and remove redundancy.
16452
16453 2004-06-02 Kim F. Storm <storm@cua.dk>
16454
16455 * frame.el (blink-cursor-start): Turn cursor off initially so blink
16456 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
16457
16458 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16459
16460 * comint.el (comint-replace-by-expanded-history-before-point):
16461 Obey `start' as the docstring says.
16462 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
16463 (comint-update-fence): Prevent font-lock from running unnecessarily.
16464 (comint-dynamic-list-completions): Use with-current-buffer.
16465
16466 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16467
16468 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
16469 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
16470 (bibtex-entry-update): Handle alternatives and optional fields.
16471 (bibtex-parse-entry): Bugfix, handle empty key.
16472
16473 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16474
16475 * vc-arch.el (vc-arch-state): Don't assume the file exists.
16476
16477 2004-05-31 Lars Hansen <larsh@math.ku.dk>
16478
16479 * desktop.el (desktop-save): Don't save minor modes without a
16480 known mode initialization function.
16481
16482 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
16483
16484 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
16485
16486 * autorevert.el: Update `Commentary' section.
16487
16488 2004-05-30 Juanma Barranquero <lektu@terra.es>
16489
16490 * dos-fns.el (convert-standard-filename):
16491 * files.el (convert-standard-filename):
16492 * w32-fns.el (convert-standard-filename):
16493 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
16494
16495 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
16496
16497 Sync with Tramp.
16498
16499 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
16500 (tramp-let-maybe): Move to an earlier spot in the file.
16501 Patch by Andreas Schwab.
16502
16503 2004-05-30 Andreas Schwab <schwab@suse.de>
16504
16505 * dired.el (dired-get-filename): Don't use dired-re-dot.
16506
16507 2004-05-30 Richard M. Stallman <rms@gnu.org>
16508
16509 * files.el (find-file): Doc fix.
16510
16511 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
16512
16513 2004-05-30 Nick Roberts <nickrob@gnu.org>
16514
16515 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
16516 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
16517 modeline of the locals buffer.
16518 (gdb-goto-breakpoint): Handle gdbmi.
16519 (gdb-get-frame-number): Change for gdbmi.
16520
16521 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
16522
16523 * files.el (file-remote-p): Apply file name handler for operation
16524 `file-remote-p'. It isn't a property any longer.
16525 (file-relative-name): `fh' and `fd' get the required value via
16526 `find-file-name-handler' already.
16527
16528 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
16529 (top): Remove setting of `file-remote-p' property for
16530 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
16531
16532 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
16533
16534 Version 2.0.41 of Tramp released.
16535
16536 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
16537 Throw away if process has died.
16538 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
16539 (tramp-out-of-band-prompt-regexp): Rename to
16540 `tramp-process-alive-regexp', because its usage is widen.
16541 (tramp-actions-copy-out-of-band): Apply it.
16542 (tramp-actions-before-shell, tramp-multi-actions):
16543 Add `tramp-action-process-alive' action.
16544 (tramp-action-process-alive): New defun.
16545 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16546 Add entry for `file-remote-p'.
16547 (tramp-handle-file-remote-p): New defun.
16548 (top): Remove setting of `file-remote-p'. Don't set
16549 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
16550
16551 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
16552 `file-remote-p'.
16553
16554 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
16555 counted for (last) line. [They should or they shouldn't? --Stef]
16556 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
16557
16558 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
16559
16560 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
16561 not really necessary but seems to keep the shell history smaller
16562 in some cases. It is no substitute for setting HISTFILE and
16563 HISTSIZE from tramp-open-connection-setup-interactive-shell,
16564 though. Suggested by Luc Teirlinck.
16565 (tramp-open-connection-setup-interactive-shell): Export variables
16566 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
16567 (tramp-set-process-query-on-exit-flag): New compat function.
16568 (tramp-open-connection-multi, tramp-open-connection-su)
16569 (tramp-open-connection-rsh, tramp-open-connection-telnet)
16570 (tramp-do-copy-or-rename-file-out-of-band): Use it.
16571 (tramp-let-maybe): New macro, let-binds a variable only if it
16572 isn't obsolete.
16573 (tramp-check-ls-commands, tramp-handle-expand-file-name)
16574 (tramp-handle-file-truename): Use it.
16575 (tramp-completion-file-name-regexp-unified): Avoid matching
16576 filenames starting with "/:" -- those are reserved for
16577 file-name-non-special.
16578
16579 * tramp-smb.el (tramp-smb-open-connection):
16580 Use tramp-set-process-query-on-exit-flag compat function.
16581
16582 2004-05-29 Richard M. Stallman <rms@gnu.org>
16583
16584 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
16585
16586 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
16587 (eval-last-sexp-print-value): Print char equivalent regardless
16588 of standard-output value.
16589
16590 * thumbs.el (thumbs-subst-char-in-string): Delete.
16591 (thumbs-thumbname): Use subst-char-in-string.
16592 (thumbs-resize-image): Use condition-case, not ignore-errors.
16593 (thumbs-kill-buffer): Likewise.
16594
16595 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
16596 (thumbs-mode): Make buffer read-only.
16597 (thumbs-make-thumb): Unconditionally accept an existing file.
16598 (thumbs-insert-thumb): Add thumb-image-file property to the image.
16599 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
16600 (thumbs-show-thumbs-list): Error if images not supported.
16601 (thumbs-save-current-image): Improve prompt string.
16602 (thumbs-mode-map): Define u, R, x.
16603 (thumbs-unmark): New command.
16604 (thumbs-emboss-image): Minor cleanup.
16605 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
16606 (thumbs-rename-images): New command.
16607 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
16608
16609 * thumbs.el (thumbs-current-image): New function.
16610 (thumbs-file-list, thumbs-file-alist): New functions.
16611 (thumbs-find-image): Delete arg L.
16612 Don't set up thumbs-fileL as buffer-local global var.
16613 (thumbs-find-image-at-point): Use thumbs-current-image.
16614 (thumbs-set-image-at-point-to-root-window): Likewise.
16615 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
16616 Record and warn about errors. Update thumbs-markedL for deletions.
16617 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
16618 (thumbs-redraw-buffer): Use thumbs-file-list.
16619 (thumbs-mark): Use thumbs-current-image.
16620 (thumbs-show-name): Use thumbs-current-image.
16621
16622 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
16623 and imenu--last-menubar-index-alist.
16624
16625 * subr.el (with-selected-window): Undo previous change.
16626
16627 2004-05-29 John Paul Wallington <jpw@gnu.org>
16628
16629 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
16630 (thumbs-mouse-find-image): New command.
16631 (thumbs-mode-map): Bind it to mouse-2.
16632 (thumbs-mode): Make mode-class special.
16633 (thumbs-view-image-mode): Likewise.
16634
16635 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
16636
16637 * flymake.el: New file.
16638
16639 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
16640
16641 * files.el (find-file-noselect-1): Do not bind
16642 `inhibit-read-only' to t during execution of
16643 `find-file-not-found-functions'.
16644
16645 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16646
16647 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
16648 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
16649
16650 2004-05-28 Juri Linkov <juri@jurta.org>
16651
16652 * simple.el (eval-expression-print-format): New fun.
16653
16654 * simple.el (eval-expression):
16655 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16656 * emacs-lisp/edebug.el (edebug-compute-previous-result)
16657 (edebug-eval-expression): Print additionally the value returned by
16658 `eval-expression-print-format'.
16659
16660 * emacs-lisp/lisp.el (insert-pair-alist): New var.
16661 (insert-pair): Make arguments optional. Find character pair
16662 from `insert-pair-alist' according to the last input event.
16663 (insert-parentheses): Make arguments optional.
16664 (raise-sexp, delete-pair): New funs.
16665
16666 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16667 (emacs-lisp-mode-map, lisp-interaction-mode-map):
16668 Bind C-M-q to `indent-pp-sexp'.
16669
16670 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16671 `pp-to-string' modified to be able to format text with newlines.
16672 (pp-to-string): Move the buffer-formatting part of the code to
16673 `pp-buffer'. Call `pp-buffer'.
16674
16675 * info.el (Info-desktop-buffer-misc-data): Don't save information
16676 about virtual files.
16677 (Info-restore-desktop-buffer): Restore Info buffers in prepared
16678 buffers with names obtained from the desktop file instead of the
16679 default *info* buffer.
16680
16681 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16682
16683 * subr.el (with-selected-window): Only save/restore the selected window.
16684
16685 * progmodes/compile.el (compilation-error-regexp-alist):
16686 Use expand-file-name and data-directory.
16687
16688 * progmodes/grep.el (grep-tree): Rework previous fix.
16689
16690 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16691 after the user marked text with the mouse.
16692
16693 * startup.el (command-line): Keep the first regexp of
16694 auto-save-file-name-transforms intact.
16695
16696 2004-05-28 Juanma Barranquero <lektu@terra.es>
16697
16698 * cus-edit.el (customize-face, customize-face-other-window)
16699 (custom-face-edit-delete): Make arguments match their use in
16700 docstring.
16701 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16702 docstring.
16703
16704 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16705 not `cvs-butlast'.
16706
16707 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16708 `nbutlast' are in subr.el).
16709
16710 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16711 (set-w32-system-coding-system): Doc fixes.
16712
16713 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16714 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16715 Make arguments match their use in docstring.
16716 (artist-draw-region-trim-line-endings)
16717 (artist-mouse-choose-operation): Fix typo in docstring.
16718 (artist-key-set-point-common): Doc fix.
16719
16720 2004-05-28 Simon Josefsson <jas@extundo.com>
16721
16722 * mail/smtpmail.el (smtpmail-open-stream):
16723 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16724
16725 2004-05-26 Simon Josefsson <jas@extundo.com>
16726
16727 * starttls.el: Merge with my GNUTLS based starttls.el.
16728 (starttls-gnutls-program, starttls-use-gnutls)
16729 (starttls-extra-arguments, starttls-process-connection-type)
16730 (starttls-connect, starttls-failure, starttls-success): New variables.
16731 (starttls-program, starttls-extra-args): Doc fix.
16732 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16733 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16734 and pass on to corresponding *-gnutls function if it is set.
16735
16736 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
16737
16738 * autorevert.el (auto-revert-handler): Disable auto-reverting of
16739 remote files.
16740
16741 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
16742
16743 * files.el (file-name-non-special): There are more operations
16744 which need handling: `find-backup-file-name',
16745 `insert-file-contents', `verify-visited-file-modtime',
16746 `write-region'. Rename t value of method to `add'. Add new
16747 methods `quote' and `unquote-then-quote' to file-arg-indices.
16748
16749 2004-05-25 Juri Linkov <juri@jurta.org>
16750
16751 * info.el (Info-toc): Call Info-mode on intermediate buffer.
16752 (Info-index-nodes): Enclose code in condition-case to catch errors.
16753 (Info-index-node): Don't search all index nodes if request is only
16754 for the current node and file is not in the cache of index nodes.
16755 (Info-mode-map): Bind Info-copy-current-node-name to `w'
16756 for consistency with dired-copy-filename-as-kill.
16757 Bind `S' to Info-search-case-sensitively.
16758 (Info-copy-current-node-name): New arg. With zero prefix arg put
16759 the name inside a function call to `info'. Display copied text in
16760 the echo area.
16761
16762 2004-05-25 Sam Steingold <sds@gnu.org>
16763
16764 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16765 strip the package prefix from the symbol name, if any.
16766 Make it the `find-tag-default-function' for `lisp-mode'.
16767
16768 2004-05-25 John Paul Wallington <jpw@gnu.org>
16769
16770 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16771 instead of obsolete `process-kill-without-query'.
16772
16773 * textmodes/texinfmt.el (texinfo-indexvar-alist):
16774 Declare as variable, not constant.
16775
16776 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
16777
16778 * files.el (find-file-noselect-1): Fix bug introduced by
16779 Revision 1.694. As a side effect, `inhibit-read-only'
16780 is again, by default, t during execution of
16781 `find-file-not-found-functions'.
16782 (insert-directory): Check that lines were really inserted by
16783 the --dired switch, before erasing them.
16784
16785 2004-05-24 Nick Roberts <nickrob@gnu.org>
16786
16787 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16788 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16789 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16790 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16791 gud-minor-mode (gdbmi).
16792
16793 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16794
16795 * net/browse-url.el (browse-url-interactive-arg): Enable user to
16796 explicitly select the text to be taken as URL.
16797
16798 2004-05-23 Juri Linkov <juri@jurta.org>
16799
16800 * info.el (Info-index-nodes): New var and fun.
16801 (Info-goto-index, Info-index, info-apropos)
16802 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16803 (Info-index): Fix docstring. Store and restore Info-history-list.
16804 (Info-complete-nodes): New var.
16805 (Info-complete-menu-item): Use it.
16806 (Info-index-node): New fun.
16807 (Info-final-node, Info-forward-node, Info-backward-node)
16808 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16809 Use Info-index-node.
16810 (Info-extract-menu-item, Info-extract-menu-counting): Set second
16811 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16812 (Info-find-node-2): If a node with period in its name not found,
16813 try to find a node without the name part after period.
16814 (Info-select-node): Call Info-fontify-node only if
16815 Info-fontify-maximum-menu-size is not nil.
16816 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16817 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16818 Preserve Info-history-list.
16819 (Info-toc): Set Info-current-file.
16820 (Info-build-toc): Move point to the beginning of the buffer.
16821 Add main-file variable.
16822 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16823 Use backslashed representation of the control character ^_.
16824
16825 * textmodes/texinfmt.el (texinfo-print-index): Print index line
16826 numbers in the new Texinfo 4.7 format.
16827
16828 * add-log.el (change-log-font-lock-keywords): Remove `:' from
16829 regexps for function and variable names.
16830
16831 * descr-text.el (describe-property-list): Add [show] button for
16832 `syntax-table' property with action to pp to a separate buffer.
16833 (describe-char): Replace search-forward by re-search-forward with
16834 whitespace regexp after "character:" to not fail in too narrow windows.
16835
16836 * simple.el (next-error-find-buffer): Add a rule to return
16837 next-error capable buffer if one window on the selected frame
16838 displays such buffer.
16839
16840 2004-05-23 Nick Roberts <nickrob@gnu.org>
16841
16842 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16843 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16844 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16845 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16846 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16847 Handle new value for gud-minor-mode (gdbmi).
16848 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16849 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16850 Change from local to global gdb variable set.
16851 (gdb-ann3): Initialize above gdb variable set.
16852 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16853 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16854 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16855 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16856 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16857 (gdb-info-locals-handler, gdb-invalidate-assembler)
16858 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16859 set as global variables.
16860 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16861 Handle gdbmi.
16862 (gdb-info-breakpoints-custom): Fix regexp.
16863 (def-gdb-var): Delete.
16864
16865 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16866 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16867 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16868 a new mode. The file (gdb-mi.el) for this mode will be included
16869 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16870 primary interface.
16871
16872 2004-05-23 Jesper Harder <harder@ifa.au.dk>
16873
16874 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16875 interpreted as a directory.
16876
16877 2004-05-22 Richard M. Stallman <rms@gnu.org>
16878
16879 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16880 as a close quote.
16881
16882 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16883
16884 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16885 Use assoc-string, not assoc-ignore-case.
16886
16887 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16888
16889 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16890 If moving back then fwd gets a defun that ends before point,
16891 try again moving fwd then back.
16892
16893 * files.el (file-name-non-special): Allow t in file-arg-indices
16894 to mean requote the return value. Use `identity' as an element
16895 rather than as the whole value.
16896
16897 * gs.el (gs-options): Add -dSAFER. Mark it risky.
16898
16899 2004-05-22 Juanma Barranquero <lektu@terra.es>
16900
16901 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16902 `help-make-usage'.
16903 (help-highlight-arguments): Skip function name before searching
16904 for arguments.
16905
16906 2004-05-21 Juanma Barranquero <lektu@terra.es>
16907
16908 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16909 Don't mention in the docstring these arguments meant for
16910 internal (recursive) use only.
16911 (allout-char-spec): Comment out (it's not implemented).
16912 (allout-old-expose-topic, allout-exposure): Fix docstring and add
16913 obsolescence declaration.
16914 (allout-flatten-exposed-to-buffer)
16915 (allout-indented-exposed-to-buffer): Fix typos in docstring.
16916 (my-mark-marker): Doc fix.
16917 (produce-allout-mode-map, allout-sibling-index)
16918 (allout-isearch-expose, allout-distinctive-bullet)
16919 (allout-open-topic, allout-reindent-body)
16920 (allout-rebullet-heading, allout-process-exposed)
16921 (allout-insert-listified, allout-latex-verb-quote)
16922 (allout-insert-latex-header, allout-insert-latex-trailer):
16923 Make arguments match their use in docstring.
16924 (allout-primary-bullet, allout-old-style-prefixes)
16925 (allout-inhibit-protection, allout-init, allout-mode)
16926 (allout-before-change-protect, allout-flag-region):
16927 Use "Emacs" instead of "emacs" in docstrings.
16928
16929 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
16930
16931 * international/characters.el: Modify syntax of more characters.
16932
16933 2004-05-21 Masatake YAMATO <jet@gyve.org>
16934
16935 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16936 (etags-tags-completion-table): Show parsing progress.
16937
16938 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
16939
16940 * locate.el (locate-prompt-for-command): Shorten first line of
16941 docstring.
16942 (locate-mode): Expand docstring and include keymap summary.
16943
16944 * files.el (find-file-noselect-1): Limit the scope of the
16945 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
16946 is, by default, nil during the execution of
16947 `find-file-not-found-functions' and `find-file-hook'.
16948
16949 2004-05-20 Michael Mauger <mmaug@yahoo.com>
16950
16951 * facemenu.el (facemenu-color-name-equal): New function.
16952 (list-colors-display): Use it to compare colors instead of
16953 facemenu-color-equal.
16954
16955 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
16956
16957 * compare-w.el (compare-windows-face): Use min-colors instead of
16958 checking for tty or pc types.
16959
16960 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16961
16962 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16963 (completion-setup-function): Use with-current-buffer.
16964 Properly save excursion. Simplify.
16965 Don't assume there is necessarily a `mouse-face' property somewhere.
16966
16967 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16968
16969 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
16970
16971 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16972 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16973 Use with-current-buffer.
16974 (byte-goto-log-buffer): Delete.
16975 (byte-compile-log-file): Call compilation-forget-errors.
16976
16977 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16978
16979 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16980 output messages into the search result.
16981
16982 2004-05-19 Masatake YAMATO <jet@gyve.org>
16983
16984 * wid-edit.el (widget-radio-button-notify): Revert my last
16985 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16986
16987 2004-05-19 Kenichi Handa <handa@m17n.org>
16988
16989 * international/characters.el: Fix syntax (open/close) of CJK chars.
16990
16991 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16992
16993 * help-mode.el (help-go-back): Don't depend on position of back button.
16994
16995 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
16996
16997 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16998 files don't contain an accidental additional /.
16999
17000 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
17001 in source buffer.
17002
17003 2004-05-18 Masatake YAMATO <jet@gyve.org>
17004
17005 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
17006 to widget-apply. :action method assumes 2 arguments, not 3.
17007
17008 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
17009
17010 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17011 New constants.
17012 (hs-special-modes-alist): Add an f90-mode entry.
17013
17014 2004-05-17 Sam Steingold <sds@gnu.org>
17015
17016 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
17017 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
17018
17019 2004-05-16 Kim F. Storm <storm@cua.dk>
17020
17021 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
17022
17023 2004-05-15 John Wiegley <johnw@newartisans.com>
17024
17025 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
17026 (eshell-output-object-to-target): Improve output speed 20% by not
17027 calling `eshell-stringify' if something is already known to be a string.
17028
17029 2004-05-15 Alex Ott <ott@jet.msk.su>
17030
17031 * textmodes/ispell.el (ispell-local-dictionary-alist):
17032 Add windows-1251 to the choice of coding systems.
17033 (ispell-dictionary-alist-6): Add support for "russianw.aff",
17034 encoded in cp1251.
17035
17036 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
17037
17038 * progmodes/compile.el (compilation-warning-face)
17039 (compilation-info-face): Use min-colors.
17040
17041 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17042
17043 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
17044 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
17045 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
17046 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
17047 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
17048 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
17049 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
17050 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
17051 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
17052 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
17053 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
17054 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
17055 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
17056 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
17057
17058 2004-05-15 Kim F. Storm <storm@cua.dk>
17059
17060 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
17061 Use it to set triggered-p element of timer.
17062 (timer-event-handler): Set triggered-p element non-nil while running
17063 the timer function.
17064
17065 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
17066
17067 * descr-text.el (describe-char-unicode-data)
17068 (describe-char-unicodedata-file): Re-enable the unicode code now that
17069 the licensing issues have been cleared in the unicode-4 license.
17070 (describe-text-properties-1): Remove unused `overlay' var.
17071 (describe-char): Remove unused var `buffer'.
17072
17073 2004-05-14 David Ponce <david@dponce.com>
17074
17075 * tree-widget.el: New file.
17076
17077 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
17078
17079 * language/european.el ("Brazilian Portuguese"): Add support for
17080 Brazilian Portuguese.
17081
17082 2004-05-13 John Wiegley <johnw@newartisans.com>
17083
17084 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
17085 `recentf-mode' if this variable has been customized to t.
17086
17087 * eshell/esh-test.el (eshell-test): Call the function
17088 `emacs-version' rather than trying to build a custom version string.
17089
17090 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
17091
17092 * net/telnet.el (telnet-mode): Use define-derived-mode.
17093 Don't modify the global value of comint-prompt-regexp.
17094
17095 2004-05-13 John Paul Wallington <jpw@gnu.org>
17096
17097 * version.el (emacs-version): Check for `gtk' feature before
17098 `x-toolkit' feature.
17099
17100 2004-05-13 Juanma Barranquero <lektu@terra.es>
17101
17102 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
17103 arguments in the docstring, they're used only in recursive calls.
17104
17105 * help-fns.el (help-arg-highlighting-function)
17106 (help-argument-name): Delete.
17107 (help-default-arg-highlight): New function.
17108 (help-do-arg-highlighting): Use it.
17109
17110 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17111
17112 * calendar/appt.el (appt-disp-window):
17113 Use `calendar-set-mode-line' for a centered mode-line.
17114
17115 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
17116
17117 * calendar/appt.el (appt-disp-window): Do not split window
17118 excessively when `split-height-threshold' is low.
17119
17120 2004-05-12 Nick Roberts <nickrob@gnu.org>
17121
17122 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
17123 kill-buffer-hook here and make it local.
17124 (gud-kill-buffer-hook): Use kill-process for a sure kill.
17125
17126 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
17127
17128 * progmodes/compile.el (compilation-set-window-height):
17129 Use save-excursion to protect against misplaced marker.
17130
17131 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17132
17133 * custom.el (defface): Document that type can have value gtk.
17134
17135 * faces.el (face-spec-set-match-display): Handle type gtk in display.
17136
17137 2004-05-12 Kenichi Handa <handa@m17n.org>
17138
17139 * descr-text.el: Require quail at compile time.
17140 (describe-char): If an input method is on and it supports the
17141 character, show how to input it.
17142
17143 * international/quail.el (quail-install-decode-map): Accept a
17144 char-table whose subtype is `quail-decode-map'.
17145 (quail-store-decode-map-key, quail-gen-decode-map1)
17146 (quail-gen-decode-map, quail-find-key1, quail-find-key)
17147 (quail-show-key): New functions.
17148
17149 2004-05-12 Juanma Barranquero <lektu@terra.es>
17150
17151 * generic.el (define-generic-mode): Remove redundant arglist info.
17152
17153 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
17154 Make arguments match their use in docstring.
17155 (help-arg-highlighting-function): New variable.
17156 (help-argument-name): Mention it in the docstring.
17157 (help-do-arg-highlight): Use it. Expand regexp to accept also
17158 ARG-xxx and xxx-ARG references.
17159
17160 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
17161
17162 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
17163 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
17164 and "mailto:addr1?to=addr2" equal.
17165
17166 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
17167
17168 * man.el (Man-getpage-in-background): Use shell-file-name
17169 and shell-command-switch variables instead of hard-coded values.
17170
17171 2004-05-11 Eli Zaretskii <eliz@gnu.org>
17172
17173 * iimage.el: New file.
17174
17175 2004-05-11 Juanma Barranquero <lektu@terra.es>
17176
17177 * custom.el (custom-initialize-default, defcustom):
17178 Fix typo in docstring.
17179
17180 * files.el (set-visited-file-name, file-expand-wildcards):
17181 Fix docstring.
17182
17183 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17184
17185 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
17186
17187 * subr.el (eventp): Be more discriminating with integers.
17188
17189 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
17190
17191 * progmodes/compile.el (compile): Add universal prefix arg.
17192 (compilation-error-regexp-alist-alist): Add edg patterns.
17193
17194 2004-05-10 Sam Steingold <sds@gnu.org>
17195
17196 * textmodes/ispell.el (ispell-message):
17197 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
17198
17199 2004-05-10 Dave Love <fx@gnu.org>
17200
17201 * progmodes/python.el (help-buffer): Autoload when compiling.
17202 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
17203 (run-python): Prepend to any existing PYTHONPATH.
17204
17205 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
17206
17207 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
17208 for pending breakpoints.
17209
17210 2004-05-10 Richard M. Stallman <rms@gnu.org>
17211
17212 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
17213 directly without calling any functions in Rmail.
17214 (unrmail-unprune): Function deleted.
17215
17216 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17217
17218 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
17219 C-c C-z binding.
17220
17221 2004-05-10 Kenichi Handa <handa@m17n.org>
17222
17223 * descr-text.el (describe-char): Fix previous change. Don't make
17224 a unibyte character to multibyte in the *Help* buffer.
17225
17226 2004-05-10 Miles Bader <miles@gnu.org>
17227
17228 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
17229 buffer an error if the debugger process is actually running.
17230
17231 2004-05-10 Juanma Barranquero <lektu@terra.es>
17232
17233 * help-fns.el (help-argument-name): Default to italic.
17234 (help-highlight-arguments): Return always (usage . doc), even when
17235 usage is nil.
17236
17237 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
17238 (define-ibuffer-filter): Add usage info.
17239 (define-ibuffer-op): Add usage info (but CL-style defaults for
17240 keyword args are not shown).
17241
17242 * subr.el (remove-overlays, read-passwd): Fix docstring.
17243 (start-process-shell-command): Fix docstring. Put usage info in a
17244 format usable by `describe-function'.
17245 (open-network-stream, open-network-stream-nowait)
17246 (open-network-stream-server): Fix docstring.
17247
17248 2004-05-09 Jason Rumney <jasonr@gnu.org>
17249
17250 * international/code-pages (cp932, cp936, cp949, c950): Remove.
17251 Only define cp125* if windows-125* is already defined.
17252
17253 * language/korean.el (cp949): Add alias.
17254
17255 * language/chinese.el (cp936, cp950): Add aliases.
17256
17257 * language/japanese.el (cp932): Add alias.
17258
17259 * term/w32-win.el: Require code-pages.
17260
17261 * international/mule-cmds.el (set-locale-environment):
17262 On MS-Windows use ansi code-page for default coding-systems.
17263 Set up paper sizes for Windows 3 letter languages.
17264
17265 * international/code-pages.el (cp932, cp936, cp949, cp950):
17266 Add aliases. Also add cp125* if not already defined.
17267
17268 2004-05-09 Juanma Barranquero <lektu@terra.es>
17269
17270 * help-fns.el (help-highlight-arguments): Don't try to highlight
17271 missing or autoloaded arglists. Accept structured arguments, like
17272 the first ones of `do' and `flet'.
17273
17274 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
17275 (cvs-get-marked): Remove redundant arglist info.
17276
17277 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
17278 Don't use CL-style default args.
17279
17280 2004-05-08 Andreas Schwab <schwab@suse.de>
17281
17282 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
17283
17284 * international/subst-ksc.el: Fix references to utf-translate-cjk
17285 into utf-translate-cjk-mode.
17286 * international/subst-big5.el: Likewise.
17287 * international/subst-gb2312.el: Likewise.
17288 * international/subst-jis.el: Likewise.
17289 * international/utf-16.el: Likewise.
17290 * international/utf-8.el: Likewise.
17291
17292 2004-05-08 John Wiegley <johnw@newartisans.com>
17293
17294 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
17295 "virtual buffers" (off by default), which makes it possible to
17296 switch to the "virtual" buffers of recently visited files. When a
17297 buffer name search fails, and this option is on, iswitchb will
17298 look at the list of recently visited files, and permit matching
17299 against those names. When the user hits RET on a match, it will
17300 revisit that file.
17301 (iswitchb-read-buffer): Add two optional arguments, which makes
17302 isearchb.el possible.
17303 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
17304 (iswitchb-next-match): Add support for virtual buffers.
17305
17306 * isearchb.el: This module extends iswitchb to provide "as you
17307 type" buffer selection.
17308
17309 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
17310 Ignore the read-only property when flyspell highlighting is on.
17311 Not ignoring it leads to a series of confusing errors.
17312 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
17313 but also make sure to call flyspell-incorrect-hook.
17314 (flyspell-maybe-correct-transposition): Perform transposition test
17315 by bit twiddling a string, rather than using a temp buffer.
17316 (flyspell-maybe-correct-doubling): Use a string rather than a temp
17317 buffer. This is also the original version of the code, which
17318 could not be checked in before due to a previous lack of
17319 assignment papers. This version has seen heavy usage on my system
17320 for several years now.
17321
17322 * calendar/cal-bahai.el: New file, which adds support for the
17323 Baha'i calendar to Emacs. This calendar is based on a solar year
17324 of 19 months of 19 days, with 4 intercalary days. Each year
17325 begins on March 21, with the calendar starting in 1844.
17326
17327 * calendar/cal-menu.el, calendar/calendar.el
17328 * calendar/diary-lib.el, calendar/holidays.el:
17329 Added support for using cal-bahai.el.
17330
17331 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
17332 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
17333 function can be used outside of eshell buffers.
17334 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
17335
17336 2004-05-08 Juanma Barranquero <lektu@terra.es>
17337
17338 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
17339 word constituent so FOO-ARG is not recognized as an arg.
17340 (help-highlight-arguments): Don't skip lists in mandatory arguments.
17341
17342 * simple.el (next-error): Fix typo in docstring.
17343 (open-line): Make argument names match their use in docstring.
17344 (split-line): Fix docstring.
17345
17346 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
17347 usable by `describe-function'.
17348 (gensym, gentemp, typep, ignore-errors): Make argument names match
17349 their use in docstring.
17350
17351 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
17352 argument to `help-setup-xref'.
17353
17354 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
17355
17356 Version 2.0.40 of Tramp released.
17357
17358 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
17359 Use symbol-function to invoke functions only known on some Emacs
17360 flavors. This avoids byte-compiler warnings. Reported by Kevin
17361 Scaldeferri <kevin@scaldeferri.com>.
17362 (tramp-do-copy-or-rename-file-via-buffer): Rename from
17363 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
17364 consistent with the other tramp-do-* functions.
17365 (tramp-do-copy-or-rename-file): Calls adjusted.
17366 (tramp-process-initial-commands): Avoid liveness check on shell --
17367 we know that it must be alive since we're opening a connection at
17368 this moment.
17369 (tramp-last-cmd): New internal variable.
17370 (tramp-process-echoes): New tunable.
17371 (tramp-send-command): Set tramp-last-cmd.
17372 (tramp-wait-for-output): Delete echo, if applicable.
17373 (tramp-read-passwd): Construct the key for the password cache in a
17374 way that works for multi methods, too.
17375 (tramp-bug): Add backup-directory-alist and
17376 bkup-backup-directory-info to bug reports, with Tramp counterparts.
17377
17378 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
17379
17380 * net/tramp*.el: Suppress byte-compiler warnings where possible.
17381
17382 * net/tramp.el (tramp-out-of-band-prompt-regexp)
17383 (tramp-actions-copy-out-of-band): New defcustoms.
17384 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
17385 used instead of a synchronous one. Allows password entering.
17386 (tramp-action-out-of-band): New defun.
17387 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
17388 Remove restriction with password from doc string.
17389 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
17390 `tramp-out-of-band-prompt-regexp',
17391 `tramp-actions-copy-out-of-band', `password-cache' and
17392 `password-cache-expiry'.
17393 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
17394 password caching.
17395 (tramp-touch): FILE can be a local file, too.
17396 (TODO): Remove items done.
17397 (tramp-handle-insert-directory): Properly quote file name also if
17398 not full-directory-p. Handle wildcard case. Reported by Andreas
17399 Schwab <schwab@suse.de>.
17400 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
17401 new file.
17402 (tramp-handle-file-local-copy, tramp-handle-write-region):
17403 The permissions of the temporary file are set if filename exists.
17404 Reported by Ted Stern <stern@cray.com>.
17405 (tramp-backup-directory-alist)
17406 (tramp-bkup-backup-directory-info): New defcustoms.
17407 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
17408 (tramp-handle-find-backup-file-name): New function.
17409 Implements Tramp's find-backup-file-name.
17410
17411 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
17412 for `find-backup-file-name'.
17413
17414 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
17415 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
17416
17417 2004-05-07 Lars Hansen <larsh@math.ku.dk>
17418
17419 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
17420
17421 2004-05-07 Juanma Barranquero <lektu@terra.es>
17422
17423 * subr.el (lambda): Add arglist description to docstring.
17424 (declare): Fix typo in docstring.
17425 (open-network-stream): Fix docstring.
17426 (process-kill-without-query): Fix docstring and add obsolescence info.
17427 (last, butlast, nbutlast): Make arguments match their use in docstring.
17428 (insert-buffer-substring-no-properties): Likewise.
17429 (insert-buffer-substring-as-yank): Likewise.
17430 (split-string): Fix docstring.
17431
17432 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17433 Make argument names match their use in docstring.
17434
17435 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
17436
17437 2004-05-06 Nick Roberts <nickrob@gnu.org>
17438
17439 * progmodes/gdb-ui.el: Improve/extend documentation strings.
17440 Fit first sentence on one line for apropos-command.
17441
17442 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17443
17444 Changes largely merged in from Dave Love's code.
17445 * progmodes/python.el: Doc fixes.
17446 (python-mode-map): Add python-complete-symbol.
17447 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
17448 (python-comment-indent, python-complete-symbol)
17449 (python-symbol-completions, python-partial-symbol)
17450 (python-try-complete): New.
17451 (python-indent-line): Remove optional arg. Use python-block-end-p.
17452 (python-check): Bind compilation-error-regexp-alist.
17453 (inferior-python-mode): Use rx. Move keybindings to top level.
17454 Set comint-input-filter.
17455 (python-preoutput-filter): Use rx.
17456 (python-input-filter): Re-introduce.
17457 (python-proc): Start new process if necessary.
17458 Check python-buffer non-nil.
17459 (view-return-to-alist): Defvar.
17460 (python-send-receive): New.
17461 (python-eldoc-function): Use it.
17462 (python-mode-running): Don't defvar.
17463 (python-mode): Set comment-indent-function.
17464 Maybe update hippie-expand-try-functions-list.
17465 (python-indentation-levels): Initialize differently.
17466 (python-block-end-p): New.
17467 (python-indent-line): Use it.
17468 (python-compilation-regexp-alist): Augment.
17469 (run-python): Import `emacs' module to Python rather than loading
17470 code directly. Set python-buffer differently.
17471 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
17472 Use python-proc.
17473 (python-send-command): Go to end of comint buffer.
17474 (python-load-file): Use python-proc, emacs.eimport.
17475 (python-describe-symbol): Simplify interactive form.
17476 Use emacs.help. Do use temp-buffer-show-hook.
17477 Call print-help-return-message.
17478 (hippie-exp): Require when compiling.
17479 (python-preoutput-continuation): Use rx.
17480
17481 * diff-mode.el (diff-make-unified): Fix regexp.
17482
17483 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
17484
17485 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
17486 filter groups from the buffer when rebuilding the Ibuffer buffer
17487 and `ibuffer-show-empty-filter-groups' is nil.
17488
17489 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17490
17491 * ps-print.el (ps-print-quote): Call ps-value-string.
17492 (ps-setup): Call ps-comment-string.
17493 (ps-value-string, ps-comment-string): New funs.
17494
17495 2004-05-06 Juanma Barranquero <lektu@terra.es>
17496
17497 * ehelp.el (electric-help-command-loop): Check whether the last
17498 character is visible, not (point-max).
17499
17500 * help-fns.el (help-argument-name): Default to bold; don't inherit
17501 from font-lock-variable-name-face.
17502 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
17503
17504 2004-05-05 Kenichi Handa <handa@m17n.org>
17505
17506 * descr-text.el (describe-char): Copy the character with text
17507 properties and overlays into the first line, and call
17508 describe-text-properties on it.
17509
17510 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
17511
17512 * iswitchb.el (iswitchb-global-map): Fix typo.
17513 Remove unwanted ###autoloads from source file.
17514
17515 2004-05-05 Lars Hansen <larsh@math.ku.dk>
17516
17517 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
17518 in run-hooks. Use substitute-command-keys in message.
17519 (wdired-abort-changes): Add message.
17520
17521 2004-05-03 Michael Mauger <mmaug@yahoo.com>
17522
17523 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
17524 (sql-emacs20-p): Remove.
17525 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
17526 (sql-builtin-face, sql-doc-face): Remove.
17527 (sql-mode-ansi-font-lock-keywords)
17528 (sql-mode-oracle-font-lock-keywords)
17529 (sql-mode-postgres-font-lock-keywords)
17530 (sql-mode-linter-font-lock-keywords)
17531 (sql-mode-ms-font-lock-keywords)
17532 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
17533 (sql-product-font-lock): Fix font-lock reset when font rules change.
17534 (sql-highlight-product): Remove incorrect font-lock reset logic.
17535
17536 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
17537
17538 * ses.el (ses-set-parameter): Fix typo.
17539
17540 2004-05-04 Kim F. Storm <storm@cua.dk>
17541
17542 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
17543 Must expand directory for completion to work; and don't mess with
17544 process-environment.
17545 (ido-read-file-name): If command has ido property, don't use ido
17546 if value is ignore, or read as directory if value is dir.
17547 Set ido ignore property for dired-do-rename command.
17548
17549 2004-05-04 Juanma Barranquero <lektu@terra.es>
17550
17551 * ehelp.el (electric-help-command-loop, electric-help-undefined)
17552 (electric-help-help): Check against unmapped commands.
17553
17554 * help-fns.el (help-argument-name): New face, inheriting from
17555 font-lock-variable-name-face, to highlight function arguments in
17556 `describe-function' and `describe-key'.
17557 (help-do-arg-highlight): Auxiliary function to highlight a given
17558 list of arguments in a string.
17559 (help-highlight-arguments): Highlight the function arguments and
17560 all uses of them in the docstring.
17561 (describe-function-1): Use it. Do docstring output via `insert',
17562 not 'princ', so text attributes are preserved.
17563
17564 * winner.el (winner-mode-map): Move `winner-undo' and
17565 `winner-redo' to C-c <left> and C-c <right>, respectively (the
17566 previous bindings conflict with `prev-buffer', `next-buffer').
17567
17568 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17569
17570 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
17571 (bibtex-entry-update): New command bound to C-c C-u.
17572 (bibtex-text-in-string): Fix regexp.
17573 (bibtex-assoc-of-regexp): Remove.
17574 (bibtex-progress-message): Fix docstring.
17575 (bibtex-inside-field): Use if.
17576 (bibtex-assoc-regexp): New function.
17577 (bibtex-format-entry): Make code more robust so that it formats
17578 also old entries.
17579 (bibtex-autokey-demangle-title): Merge with obsolete function
17580 bibtex-assoc-of-regexp.
17581 (bibtex-field-list): New function.
17582 (bibtex-entry): Use bibtex-field-list.
17583 (bibtex-parse-entry): Fix docstring.
17584 (bibtex-print-help-message): Use bibtex-field-list.
17585 (bibtex-make-field): Use bibtex-field-list.
17586 (bibtex-entry-index): Bugfix. Return crossref key if required.
17587 (bibtex-lessp): Fix docstring.
17588
17589 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
17590
17591 * select.el (xselect-convert-to-string): Move comment to intended line.
17592
17593 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17594
17595 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
17596 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
17597
17598 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17599
17600 * term/x-win.el (x-clipboard-yank): Don't exit on error from
17601 x-get-selection.
17602
17603 2004-05-03 Jason Rumney <jasonr@gnu.org>
17604
17605 * makefile.nt: Remove.
17606
17607 2004-05-03 Kim F. Storm <storm@cua.dk>
17608
17609 * emulation/cua-base.el (cua--update-indications): Fix last change.
17610 (cua-mode): Deactivate mark when cua-mode is enabled.
17611
17612 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
17613
17614 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
17615
17616 2004-05-03 Nick Roberts <nickrob@gnu.org>
17617
17618 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
17619 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
17620 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
17621 window over visible frames.
17622 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
17623
17624 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
17625
17626 * progmodes/compile.el (compilation-gcpro): New var.
17627 (compilation-fake-loc): Use it.
17628 (compilation-forget-errors): Reset it.
17629
17630 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
17631
17632 * diff-mode.el (diff-header-face, diff-file-header-face):
17633 Use min-colors.
17634
17635 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17636
17637 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
17638 (bibtex-clean-entry): Disentangle code.
17639 (bibtex-realign): New function.
17640 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
17641 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
17642 Remove undocumented optional arg called-by-convert-alien.
17643 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
17644 for sorting instead of bibtex-sort-buffer.
17645
17646 2004-05-02 Eli Zaretskii <eliz@gnu.org>
17647
17648 * progmodes/compile.el (compilation-start): In the
17649 no-async-subprocesses branch, call sit-for to give redisplay a
17650 chance to show the updated process status in the mode line, and
17651 fontify the buffer explicitly after the process exits.
17652
17653 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17654
17655 * progmodes/python.el (python-compilation-line-number): Remove.
17656 (python-compilation-regexp-alist): Don't use it any more.
17657 (python-orig-start, python-input-filter): Remove.
17658 (inferior-python-mode): Don't set up comint-input-filter-functions.
17659 (python-send-region): Use compilation-fake-loc.
17660
17661 * progmodes/compile.el (compilation-messages-start): New var.
17662 (compilation-mode): Don't setup next-error-function here.
17663 (compilation-setup): Set it up here instead (for minor modes as well).
17664 Make compilation-messages-start buffer local.
17665 (compilation-next-error-function): Use it.
17666 (compilation-forget-errors): Set compilation-messages-start.
17667
17668 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
17669
17670 * ielm.el (ielm-prompt-read-only): Update docstring.
17671
17672 * comint.el (comint-prompt-read-only): Update docstring.
17673 (comint-update-fence, comint-kill-whole-line)
17674 (comint-kill-region): New functions.
17675
17676 * simple.el (kill-whole-line): Use "p" instead of "P" in
17677 interactive form.
17678
17679 2004-05-01 Juanma Barranquero <lektu@terra.es>
17680
17681 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17682 format arglist so default values in CL-style argument lists are
17683 correctly shown.
17684
17685 2004-05-01 Jason Rumney <jasonr@gnu.org>
17686
17687 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17688
17689 2004-05-01 Kenichi Handa <handa@m17n.org>
17690
17691 * international/titdic-cnv.el (miscdic-convert): Don't generate a
17692 quail file if it is up to date.
17693
17694 2004-04-30 Juri Linkov <juri@jurta.org>
17695
17696 * cus-edit.el (custom-mode-map):
17697 Add key binding `C-x C-s' to `Custom-save'.
17698
17699 * outline.el (outline-blank-line): New var.
17700 (outline-next-preface, outline-show-heading)
17701 (outline-end-of-subtree): Use it.
17702
17703 * dired-aux.el (dired-touch-initial): New fun.
17704 (dired-do-chxxx): Call it for op-symbol `touch'.
17705 (dired-diff): Use `dired-dwim-target-directory'
17706 if current dired buffer has no buffer mark.
17707
17708 * bindings.el (propertized-buffer-identification):
17709 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17710 Add C-M-arrow keys for consistency.
17711
17712 * files.el (confirm-kill-emacs):
17713 Change group from top-level `emacs' to `convenience'.
17714
17715 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17716 Push mark on the first call of successive command calls.
17717 (insert-pair): New fun created from `insert-parentheses' with
17718 `open' and `close' arguments added. Enclose active regions
17719 in paired characters. Compare adjacent characters syntax with
17720 inserted characters syntax before inserting a space.
17721 (insert-parentheses): Call `insert-pair' with ?\( ?\).
17722
17723 * delsel.el: Don't put `delete-selection' property
17724 on `insert-parentheses' symbol to take advantage of
17725 region handling in `insert-pair' function.
17726 Suggested by Stephan Stahl <stahl@eos.franken.de>.
17727
17728 2004-04-30 Kim F. Storm <storm@cua.dk>
17729
17730 * emulation/cua-base.el: Add support for changing cursor types;
17731 based on patch from Michael Mauger.
17732 (cua-normal-cursor-color, cua-read-only-cursor-color)
17733 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17734 Customization cursor type and/or cursor color.
17735 (cua--update-indications): Handle cursor type changes.
17736 (cua-mode): Update cursor indications if enabled.
17737
17738 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17739
17740 * mouse.el (mouse-drag-copy-region): New defcustom.
17741 (mouse-set-region, mouse-drag-region-1): Use it.
17742
17743 * simple.el (kill-ring-save): If region face background color is
17744 unspecified (if no highlighting), show extent of fully visible
17745 region even if transient-mark-mode is enabled.
17746
17747 * emulation/cua-base.el (cua--standard-movement-commands):
17748 Add cua-scroll-up and cua-scroll-down.
17749 (cua-scroll-up, cua-scroll-down): New commands.
17750 (cua--init-keymaps): Remap scroll-up and scroll-down.
17751
17752 * emulation/cua-rect.el (cua--convert-rectangle-as):
17753 New defmacro.
17754 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17755 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17756 New commands (suggested by Jordan Breeding).
17757
17758 2004-04-30 Juanma Barranquero <lektu@terra.es>
17759
17760 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17761
17762 2004-04-30 Mario Lang <mlang@delysid.org>
17763
17764 * diff.el (diff-switches): Fix typo in docstring.
17765
17766 2004-04-30 Alex Schroeder <alex@gnu.org>
17767
17768 * xml.el (xml-debug-print-internal): Don't add newline and
17769 indentation to text nodes and write empty elements as empty tags
17770 instead of opening and closing tags.
17771 (xml-debug-print): Take optional indent-string argument.
17772 (xml-print): Alias for xml-debug-print.
17773
17774 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17775
17776 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17777 than duplicate call to `line-beginning-position'.
17778
17779 * progmodes/f90.el (f90-get-present-comment-type):
17780 Return whitespace, as well as comment chars, for consistent filling
17781 of comment blocks. Use `match-string-no-properties'.
17782 (f90-break-line): Trim trailing whitespace when filling comments.
17783
17784 2004-04-30 Dave Love <fx@gnu.org>
17785
17786 * calendar/diary-lib.el (diary-outlook-formats): New variable.
17787 (diary-from-outlook-internal, diary-from-outlook)
17788 (diary-from-outlook-gnus, diary-from-outlook-rmail):
17789 New functions to import diary entries from Outlook-format
17790 appointments in mail messages.
17791
17792 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17793
17794 * progmodes/python.el (python-send-command): New fun.
17795 (python-send-region, python-load-file): Use it.
17796
17797 * progmodes/compile.el (compilation-last-buffer): Add var alias.
17798
17799 * help-fns.el (help-C-file-name): Use new subr-name.
17800 Prepend `src/' to the file name.
17801 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17802 (describe-function-1, describe-variable): Only find a C source file
17803 name if DOC is already loaded.
17804
17805 * help-mode.el (help-function-def, help-variable-def):
17806 Use the new find-function-search-for-symbol functionality.
17807 Allow FILE to be `C-source'.
17808
17809 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17810 (find-function-C-source): New fun.
17811 (find-function-search-for-symbol): Use it.
17812
17813 2004-03-29 Michael Mauger <mmaug@yahoo.com>
17814
17815 * progmodes/sql.el (sql-product-alist): Rename variable
17816 `sql-product-support'. Add Postgres login parameters.
17817 (sql-set-product, sql-product-feature): Update with renamed variable.
17818 (sql-connect-postgres): Add username prompt.
17819 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17820 Make patterns less product specific.
17821 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17822 (sql-mode-abbrev-table): Modify initialization.
17823 (sql-builtin-face): Add variable.
17824 (sql-keywords-re): Add macro.
17825 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17826 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17827 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17828 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17829 (sql-mode-linter-font-lock-keywords)
17830 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17831 (sql-mode-sybase-font-lock-keywords)
17832 (sql-mode-informix-font-lock-keywords)
17833 (sql-mode-interbase-font-lock-keywords)
17834 (sql-mode-ingres-font-lock-keywords)
17835 (sql-mode-solid-font-lock-keywords)
17836 (sql-mode-sqlite-font-lock-keywords)
17837 (sql-mode-db2-font-lock-keywords): Default to nil.
17838 (sql-product-font-lock): Always highlight ANSI keywords.
17839 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17840 (sql-send-string): Add function.
17841
17842 2004-04-29 Dave Love <fx@gnu.org>
17843
17844 * progmodes/cfengine.el (cfengine-beginning-of-defun)
17845 (cfengine-end-of-defun): Ensure progress through buffer.
17846
17847 * info-look.el (cfengine-mode): Accept a terminal ().
17848
17849 2004-04-29 Juri Linkov <juri@jurta.org>
17850
17851 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17852 instead of isearch-yank-word-or-char. Add new key bindings for
17853 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17854 (isearch-del-char): New fun.
17855 (isearch-forward, isearch-edit-string): Update docstring.
17856 (isearch-yank-char): Doc fix.
17857 (isearch-other-meta-char): Restore point after scrolling.
17858
17859 * progmodes/compile.el (compilation-context-lines): Add nil option
17860 to disable compilation output window scrolling.
17861 (compilation-set-window): Use it.
17862
17863 * outline.el (outline-next-preface, outline-show-heading):
17864 Don't leave unhidden blank line before heading.
17865 (outline-end-of-subtree): Include last newline into subtree.
17866 (hide-entry): Leave point at beginning of heading instead of end.
17867 (outline-up-heading): Push mark for the first call of successive
17868 command calls.
17869
17870 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
17871
17872 * comint.el (comint-prompt-read-only): New variable.
17873 (comint-output-filter): Implement it.
17874
17875 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17876 (ielm-prompt-internal): New variable.
17877 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17878 (ielm-send-input): Delete unused variable `buf'.
17879 (ielm-eval-input): Use `ielm-prompt-internal'.
17880 (inferior-emacs-lisp-mode): Use new variables
17881 `comint-prompt-read-only' and `ielm-prompt-internal'.
17882 Get rid of obsolete variable `directory-sep-char'.
17883 (ielm): Use `zerop'.
17884
17885 2004-04-29 John Paul Wallington <jpw@gnu.org>
17886
17887 * thumbs.el (toplevel): Require cl at compile time.
17888 Remove conditional definitions of `ignore-errors' and `caddar'
17889 because they occur at run time.
17890
17891 2004-04-28 Nick Roberts <nickrob@gnu.org>
17892
17893 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17894 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17895 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17896 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17897
17898 * progmodes/gud.el (gud-common-init): Throw an error if program is
17899 already running under gdb.
17900
17901 2004-04-28 John Paul Wallington <jpw@gnu.org>
17902
17903 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17904 (thumbs-show-image-num): Move assignment of
17905 `thumbs-current-image-filename' within scope of `i'.
17906 (thumbs-emboss-image): Don't use `evenp'.
17907
17908 2004-04-28 Richard M. Stallman <rms@gnu.org>
17909
17910 * progmodes/compile.el (compilation-context-lines): Default now 0.
17911
17912 2004-04-28 Juanma Barranquero <lektu@terra.es>
17913
17914 Use `time-less-p' from calendar/time-date.el instead of defining
17915 custom versions of it.
17916
17917 * pcomplete.el (pcomplete-time-less-p): Remove.
17918
17919 * thumbs.el (time-less-p): Remove.
17920
17921 * calendar/timeclock.el (timeclock-time-less-p): Remove.
17922 (timeclock-generate-report): Use `time-less-p'.
17923
17924 * emacs-lisp/autoload.el (autoload-before-p): Remove.
17925 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17926
17927 2004-04-28 Masatake YAMATO <jet@gyve.org>
17928
17929 * subr.el (remove-overlays): Make arguments optional.
17930
17931 * wid-edit.el (widget-specify-button): Put evaporate to the
17932 overlay for sample.
17933 (widget-specify-sample): Put evaporate to the overlay for sample.
17934 (widget-specify-doc): Put evaporate to the overlay for documentation.
17935
17936 2004-04-27 Jesper Harder <harder@ifa.au.dk>
17937
17938 * info.el (info-apropos): Make it an index node. Align node names
17939 like makeinfo.
17940
17941 2004-04-27 Eli Zaretskii <eliz@gnu.org>
17942
17943 * net/browse-url.el (browse-url-netscape-sentinel)
17944 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17945 (browse-url-epiphany-sentinel, browse-url-mosaic):
17946 Use browse-url-*-program instead of a literal program name.
17947
17948 2004-04-27 Kevin Ryde <user42@zip.com.au>
17949
17950 * eshell/em-alias.el:
17951 * eshell/em-dirs.el:
17952 * eshell/em-hist.el:
17953 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17954 features when M-x customize-group loads modules before the main
17955 eshell.el.
17956
17957 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
17958
17959 * subr.el (momentary-string-display): Support EXIT-CHAR that is
17960 either a character representation of an event or an event
17961 description list.
17962
17963 * type-break.el: Capitalize Emacs and Lisp.
17964 (type-break-good-break-interval, type-break-demo-boring-stats)
17965 (type-break-terse-messages, type-break-file-name): New defcustoms.
17966 (type-break-post-command-hook)
17967 (type-break-warning-countdown-string): Quote variable names in doc.
17968 (type-break-interval-start, type-break-auto-save-file-name): New vars.
17969 (type-break-mode): Document type-break-good-break-interval and the
17970 "session" file. Schedule break according to the session file.
17971 Kill session file buffer on exit. Organize for save-some-buffers
17972 to always save the session file.
17973 (type-break-mode-line-message-mode, type-break-query-mode):
17974 Uppercase arguments.
17975 (type-break-file-time, type-break-file-keystroke-count, timep)
17976 (type-break-choose-file, type-break-get-previous-time)
17977 (type-break-get-previous-count): New defuns.
17978 (type-break): Avoid break querying after a completed break in the
17979 case where the query was initiated during user invocation of the
17980 break. Optional terse messages.
17981 Use type-break-good-break-interval if type-break-good-rest-interval is
17982 nil. File the break time.
17983 (type-break-schedule): New optional args for overriding the use of
17984 the current time.
17985 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17986 after a break.
17987 (type-break-check): File the keystroke count.
17988 (type-break-do-query): Prevent a second query when the break is
17989 interrupted. Optional terse message.
17990 (type-break-keystroke-reset): Record the start of a typing interval.
17991 (type-break-demo-boring): Optional terse messages. Display word
17992 per minute and keystroke counts according to
17993 type-break-demo-boring-stats.
17994
17995 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
17996
17997 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17998 directories, make sure they exist under archive-tmpdir.
17999
18000 2004-04-27 Juri Linkov <juri@jurta.org>
18001
18002 * help.el (view-emacs-news): With argument, display info for the
18003 selected version by finding it among different NEWS files, and
18004 narrowing the buffer to the selected version.
18005
18006 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
18007 same-window-buffer-names.
18008 (info): New arg `buffer'. Use it. Doc fix. Read file name for
18009 non-numeric prefix argument, append the number to the buffer name
18010 for numeric prefix argument.
18011 (info-other-window): Bind same-window-regexps to nil.
18012 (Info-reference-name): Rename to Info-point-loc.
18013 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
18014 and Info-find-index-name for stringy Info-point-loc.
18015 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
18016 without middle `.', but with final `.' and optional line number
18017 for it. Set Info-point-loc for index nodes.
18018 (Info-index): Remove middle `.' from index entry regexp.
18019 Modify line number regexp.
18020 (Info-index-next): Decrement line number.
18021 (info-apropos): Remove middle `.' from index entry regexp.
18022 Add optional line number regexp at the end. Add matched value
18023 for line number to the result list and insert it to the buffer.
18024 Replace match-string by match-string-no-properties.
18025 Reorder result list.
18026 (Info-fontify-node): Hide index line numbers.
18027 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
18028 empty matches.
18029 (Info-follow-reference): Use `str' instead of
18030 Info-following-node-name-re.
18031 (Info-toc): Use full file names. Set Info-current-node to "Top".
18032 (Info-fontify-node): Compare file names without directory name.
18033 (Info-try-follow-nearest-node): Don't set Info-reference-name.
18034 Set second arg of Info-extract-menu-node-name for index nodes.
18035 (info-xref-visited): Use magenta3 instead of magenta4.
18036 (Info-mode): Add info-apropos to docstring.
18037
18038 * log-view.el (log-view-diff): Replace interactive code "r"
18039 by a list to allow to call it even if region is not active.
18040
18041 * paren.el (show-paren-highlight-openparen): New var.
18042 (show-paren-function): Turn on openparen highlighting when
18043 matching forward if show-paren-highlight-openparen is non-nil.
18044
18045 * simple.el (kill-ring-save): Use blink-matching-delay instead of
18046 the constant value 1.
18047 (completions-common-part): Expand docstring.
18048
18049 * textmodes/picture.el (picture-mode-map): Add arrow keys.
18050
18051 2004-04-27 Kim F. Storm <storm@cua.dk>
18052
18053 * image.el (insert-sliced-image): Use line-height instead of
18054 line-spacing property on newline.
18055
18056 2004-04-26 Lars Hansen <larsh@math.ku.dk>
18057
18058 * desktop.el (desktop-buffer-misc-data-function): Rename to
18059 desktop-save-buffer and change docstring.
18060 (desktop-buffer-modes-to-save): Delete.
18061 (desktop-save-buffer-p): Use desktop-save-buffer instead of
18062 desktop-buffer-modes-to-save.
18063 (desktop-save): Rename desktop-buffer-misc-data-function to
18064 desktop-save-buffer and allow non-function value.
18065 (desktop-missing-file-warning): Correct docstring.
18066
18067 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
18068 to desktop-save-buffer.
18069
18070 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
18071 desktop-save-buffer.
18072
18073 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
18074
18075 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
18076
18077 2004-04-26 Eli Zaretskii <eliz@gnu.org>
18078
18079 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
18080
18081 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
18082
18083 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
18084 (ielm): Only go to the end of the buffer when starting a new process.
18085
18086 2004-04-25 Juanma Barranquero <lektu@terra.es>
18087
18088 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
18089 mode line. Bind `inhibit-read-only' to t before modifying
18090 properties of text in the buffer.
18091 (ielm): Force point to the end of buffer, even when running ielm
18092 from inside itself.
18093
18094 2004-04-25 Jesper Harder <harder@ifa.au.dk>
18095
18096 * info.el (info-apropos): Reset Info-complete-cache.
18097
18098 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
18099
18100 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18101 Also recognize severe Irix et al. messages.
18102 (compilation-normalize-filename, compile-abbreviate-directory):
18103 Delete functions.
18104 (compilation-get-file-structure): New function inherits
18105 functionality of the two preceding ones.
18106 (compilation-internal-error-properties, compilation-fake-loc):
18107 Use it so that different paths to the same file share the same
18108 markers. Also optimize finding adjacent marker slightly.
18109
18110 2004-04-25 Kim F. Storm <storm@cua.dk>
18111
18112 * image.el (insert-sliced-image): Add line-spacing t property
18113 to newlines separating image lines.
18114
18115 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
18116
18117 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
18118
18119 * ielm.el (ielm-prompt-read-only): New user option.
18120 (ielm-prompt): Expand docstring to describe new behavior.
18121 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
18122 mention it in the docstring.
18123
18124 2004-04-24 Andreas Schwab <schwab@suse.de>
18125
18126 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
18127
18128 * diff.el (diff): Set default-directory in diff buffer.
18129
18130 2004-04-24 Eli Zaretskii <eliz@gnu.org>
18131
18132 * mail/sendmail.el (mail-bury): Don't delete the frame where the
18133 mail was being composed if the terminal cannot display more than
18134 one frame; instead, switch to previous frame.
18135
18136 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
18137 (rmail-start-mail): Support rmail-mail-new-frame even on
18138 terminals that can display only one frame at a time.
18139
18140 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
18141
18142 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
18143 (checkdoc-output-font-lock-keywords): Remove error regexp.
18144 (checkdoc-output-mode-map): Remove.
18145 (checkdoc-output-mode): Derive from compilation-mode.
18146 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
18147
18148 * dired.el (dired-mode-map): Add a menu entry for wdired.
18149
18150 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
18151 (rx-bracket, rx-check-any, rx-any): Clean up name space.
18152
18153 * wdired.el (wdired-mode-map): Move init into declaration.
18154 Fix `return' binding.
18155 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
18156 Use force-mode-line-update.
18157 (wdired-get-filename): Use `unless'.
18158 (wdired-preprocess-files): Don't assume names have no \n and use / for
18159 dir separator.
18160 (wdired-normalize-filename): Use replace-regexp-in-string.
18161 (wdired-load-hooks): Remove.
18162 (wdired-mode-hooks): Rename to wdired-mode-hook.
18163
18164 * info-look.el: Add support for cfengine-mode.
18165 (info-lookup-setup-mode): Use dolist.
18166
18167 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
18168
18169 * wdired.el: New file.
18170
18171 2004-04-23 Juanma Barranquero <lektu@terra.es>
18172
18173 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
18174
18175 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
18176 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
18177 (pcomplete--help, pcomplete--here): Doc fixes.
18178
18179 2004-04-23 Andre Spiegel <spiegel@gnu.org>
18180
18181 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
18182 handles wrong-number-of-arguments in backend call.
18183
18184 * vc.el (vc-print-log): Likewise.
18185
18186 2004-04-20 Dave Love <fx@gnu.org>
18187
18188 * emacs-lisp/rx.el: Doc fixes.
18189 (rx-constituents): Add/extend many forms.
18190 (rx-check): Check form is a list.
18191 (bracket): Defvar.
18192 (rx-check-any, rx-any, rx-check-not): Modify.
18193 (rx-not): Simplify.
18194 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
18195 (rx-kleene): Use rx-trans-forms.
18196 (rx-quote-for-set): Delete.
18197 (rx): Allow multiple args.
18198
18199 2004-04-23 Kenichi Handa <handa@m17n.org>
18200
18201 * international/mule-util.el (char-displayable-p): Simplify by
18202 using internal-char-font.
18203
18204 2004-04-23 Juanma Barranquero <lektu@terra.es>
18205
18206 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
18207
18208 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
18209
18210 * diff-mode.el (diff-next-error): New fun.
18211 (diff-mode): Use it.
18212
18213 * simple.el (next-error): Change arg name.
18214 Add support for the documented C-u C-x ` usage.
18215
18216 * frame.el (special-display-popup-frame, next-multiframe-window)
18217 (previous-multiframe-window): Only consider frames on same display.
18218
18219 2004-04-22 Lars Hansen <larsh@math.ku.dk>
18220
18221 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
18222 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
18223
18224 2004-04-22 Kim F. Storm <storm@cua.dk>
18225
18226 * net/telnet.el (telnet): Add optional port arg.
18227
18228 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
18229
18230 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18231 Minor sanity check on the `hyperlink' slot.
18232
18233 * Makefile.in (recompile): Compile new files.
18234
18235 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
18236 Add byte-recompile-directory's optional `arg'.
18237
18238 * cvs-status.el (cvs-tree-use-charset): New var.
18239 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
18240 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
18241 (cvs-status-cvstrees): Use it.
18242
18243 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
18244 Make it a normal major mode.
18245 (checkdoc-buffer-label): Make sure the file name is meaningful.
18246 (checkdoc-output-to-error-buffer): Remove.
18247 (checkdoc-error, checkdoc-start-section): Rewrite.
18248
18249 * info.el (info-node, info-menu-5, info-xref, info-header-node)
18250 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18251 (Info-title-4-face): Use new syntax.
18252 (info-xref-visited): Inherit from info-xref.
18253
18254 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
18255
18256 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
18257
18258 * simple.el (next-error-last-buffer, next-error-function):
18259 New variables for the next-error framework.
18260 (next-error-buffer-p): New function.
18261 (next-error-find-buffer): Generalize compilation-find-buffer.
18262 (next-error, previous-error, first-error, next-error-no-select)
18263 (previous-error-no-select): Move from compile.el.
18264
18265 * replace.el (occur-next-error, occur-1): Hook into the next-error
18266 framework.
18267
18268 * progmodes/compile.el (compilation-start):
18269 Set next-error-last-buffer so next-error knows where to jump.
18270 (compilation-setup): Set the buffer-local variable
18271 next-error-function to 'compilation-next-error-function.
18272 (compilation-buffer-p, compilation-buffer-internal-p): Use an
18273 alternate way to find if a buffer is a compilation buffer, for
18274 next-error convenience.
18275 (next-error-no-select, previous-error-no-select, next-error)
18276 (previous-error, first-error): Move to simple.el.
18277 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
18278 (compilation-last-buffer): Remove.
18279 (compilation-start, compilation-next-error, compilation-setup)
18280 (compilation-next-error-function, compilation-find-buffer):
18281 Remove compilation-last-buffer use.
18282
18283 2004-04-21 Juanma Barranquero <lektu@terra.es>
18284
18285 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
18286 (font-lock-warning-face): Fix spacing.
18287
18288 * makefile.w32-in (WINS): Add url/ directory.
18289
18290 2004-04-21 Lars Hansen <larsh@math.ku.dk>
18291
18292 * desktop.el (desktop-buffer-mode-handlers): New variable.
18293 Alist of major mode specific functions to restore a desktop buffer.
18294 (desktop-buffer-handlers): Make variable obsolete.
18295 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
18296 Catch errors signaled in handlers. Update buffer count.
18297 Evaluate desktop-buffer-point.
18298 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
18299 move to dired.el.
18300 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
18301 move to info.el.
18302 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
18303 move to mail/rmail.el.
18304 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
18305 to mh-e/mh-e.el.
18306 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
18307 On fail, print message (to message buffer) even if
18308 desktop-missing-file-warning is nil.
18309 (desktop-buffer-misc-data-function): New buffer local variable.
18310 Function returning major mode specific data.
18311 (desktop-buffer-misc-functions): Make variable obsolete.
18312 (desktop-save): Use desktop-buffer-misc-data-function.
18313 (desktop-buffer-dired-misc-data): Rename to
18314 dired-desktop-buffer-misc-data and move to dired.el.
18315 (desktop-buffer-info-misc-data): Rename to
18316 Info-desktop-buffer-misc-data and move to info.el.
18317 (desktop-read): Add message about number of buffers restored/failed.
18318
18319 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
18320 Add parameters. Pause to display error only when
18321 desktop-missing-file-warning is non-nil.
18322 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18323 (dired-mode): Bind desktop-buffer-misc-data-function.
18324
18325 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
18326 Add Parameters.
18327 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18328 (Info-mode): Bind desktop-buffer-misc-data-function.
18329
18330 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
18331 Add Parameters.
18332
18333 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
18334 Add Parameters.
18335
18336 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
18337
18338 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
18339 the case of letters in case-insensitive expansions when the
18340 abbrev is preceded by characters with letter syntax.
18341
18342 2004-04-21 Richard M. Stallman <rms@gnu.org>
18343
18344 * progmodes/cperl-mode.el (cperl-putback-char):
18345 Delete Emacs 18 definition.
18346
18347 * international/mule.el (ctext-post-read-conversion):
18348 Use assoc-string, not assoc-ignore-case.
18349
18350 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
18351
18352 * emacs-lisp/easymenu.el (easy-menu-add):
18353 Do call x-popup-menu, but only if it's defined.
18354
18355 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
18356
18357 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
18358 Handle multiple args: compile like progn.
18359
18360 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
18361 take all args as &rest arg.
18362
18363 * autoinsert.el (auto-insert-alist): Insert the user's name in
18364 copyright notice, rather than Free Software Foundation.
18365
18366 2004-04-21 Kenichi Handa <handa@m17n.org>
18367
18368 * descr-text.el (describe-char): Make it work on *Help* buffer.
18369
18370 2004-04-21 Kim F. Storm <storm@cua.dk>
18371
18372 * image.el (insert-image): Add optional SLICE arg.
18373 (insert-sliced-image): New defun.
18374
18375 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
18376
18377 * subr.el (read-number): Check whether `default' is nil.
18378
18379 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18380
18381 * progmodes/compile.el (compilation-error-properties):
18382 Split into two.
18383 (compilation-internal-error-properties): New one.
18384 (compilation-compat-error-properties): Use it. Fix the non-marker case.
18385
18386 2004-04-20 Richard M. Stallman <rms@gnu.org>
18387
18388 * window.el (split-window-save-restore-data):
18389 Don't update the data if OLD-INFO is nil.
18390
18391 * view.el (view-return-to-alist): Mark it permanent local.
18392
18393 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
18394
18395 * recentf.el (recentf-save-list): Catch and warn about errors.
18396
18397 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
18398 so "Buffers" won't be pure.
18399
18400 * help-mode.el (help-mode-finish): Set help-return-alist first
18401 thing, setting only the entry for the selected window.
18402
18403 * help-fns.el (describe-function-1): If many non-control non-meta
18404 keys run the command, don't list all of them.
18405
18406 2004-04-20 Juanma Barranquero <lektu@terra.es>
18407
18408 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
18409 arg. Copied from Andre Spiegel's patch of 2004-03-21.
18410
18411 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
18412
18413 2004-04-20 Kenichi Handa <handa@m17n.org>
18414
18415 * international/quail.el (quail-lookup-key): New optional arg
18416 NOT-RESET-INDICES.
18417 (quail-get-translations): Call quail-lookup-key with
18418 NOT-RESET-INDICES t.
18419 (quail-completion): Likewise.
18420 (quail-lookup-map-and-concat): Likewise.
18421
18422 2004-04-20 Kenichi Handa <handa@m17n.org>
18423
18424 * international/quail.el (quail-update-translation): Don't insert
18425 such an unsupported multibyte char in a unibyte buffer.
18426
18427 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
18428
18429 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
18430 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
18431 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
18432 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
18433 (gdb-frame-assembler-buffer): Improve behavior with
18434 multiple frames.
18435 (gdb-display-buffer): Extend search to all visible frames.
18436
18437 2004-04-19 Eli Zaretskii <eliz@gnu.org>
18438
18439 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
18440 characters left after base64 decoding.
18441 (rmail-decode-region): Use -dos variety of `coding', to remove any
18442 ^M characters left after qp or base64 decoding.
18443
18444 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18445
18446 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
18447 messages.
18448
18449 2004-04-19 Stephen Eglen <stephen@gnu.org>
18450
18451 * add-log.el (add-change-log-entry): Update doc string to mention
18452 add-log-full-name and add-log-mailing-address.
18453
18454 2004-04-18 Juri Linkov <juri@jurta.org>
18455
18456 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
18457 (Info-find-node-2): Simplify error message.
18458 (Info-insert-dir): Use Info-following-node-name.
18459 (Info-goto-node): Remove *info-history* and *info-toc*.
18460 (Info-history): Create a node of the virtual history file.
18461 (Info-toc): Create a node of the virtual toc file.
18462 (Info-insert-toc): New arg `curr-file' for reference file names.
18463 (info-apropos): Remove redundant var binding for temp-file.
18464 (Info-index, Info-index-next, Info-mode): Doc fix.
18465 (Info-goto-emacs-command-node): Don't jump to *info* from
18466 non-*info* Info buffers.
18467 (Info-fontify-node): Don't show the file name of external
18468 references if `Info-hide-note-references' is `hide'. Don't hide
18469 newlines at the end of paragraphs.
18470
18471 * international/mule-diag.el (list-input-methods):
18472 Fix args to help-xref-button.
18473
18474 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
18475 to put into effect local variables from TUTORIAL files.
18476
18477 * textmodes/paragraphs.el (sentence-end) <function>: New fun
18478 with default value taken from the variable `sentence-end'.
18479 (sentence-end) <defcustom>: Set default to nil. Doc fix.
18480 Add nil const to :type.
18481 (sentence-end-without-period, sentence-end-double-space)
18482 (sentence-end-without-space): Doc fix.
18483
18484 * textmodes/paragraphs.el (forward-sentence):
18485 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
18486 (fill-delete-newlines):
18487 * progmodes/cc-cmds.el (c-beginning-of-statement):
18488 Use function `sentence-end' instead of variable `sentence-end'.
18489
18490 2004-04-18 Andreas Schwab <schwab@suse.de>
18491
18492 * progmodes/compile.el (compilation-start): Set window start to
18493 point-min if compilation-scroll-output is nil.
18494
18495 2004-04-18 John Wiegley <johnw@newartisans.com>
18496
18497 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
18498
18499 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
18500
18501 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
18502 (gdb-info-breakpoints-custom): Revert previous change.
18503 (gdb-view-assembler): Update assembler if necessary.
18504 (gdb-frame-handler): Parse correctly for gdb-current-frame.
18505 (gdb-display-source-buffer): Update properly when both source and
18506 assembler are visible.
18507
18508 2004-04-17 John Wiegley <johnw@newartisans.com>
18509
18510 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
18511 which limits the number of names shown in the minibuffer. Off by
18512 default.
18513 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
18514 up iswitchb for users with a multitude of open buffers by showing
18515 only the first and last N/2 buffers in the completion list (which
18516 is enough to aid C-s/C-r, and to know that more characters are
18517 needed to refine the completion list).
18518
18519 2004-04-17 Richard M. Stallman <rms@gnu.org>
18520
18521 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
18522 (file-truename): Expand all ~ constructs directly.
18523 (insert-directory): Delete any error msg output by the
18524 `insert-directory-program'.
18525
18526 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
18527 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
18528 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
18529 (allout-init): Use find-file-hook, not find-file-hooks.
18530 (allout-mode): Eliminate Emacs 18 support.
18531 Use write-contents-functions, not local-write-file-hooks.
18532
18533 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
18534
18535 * progmodes/compile.el (compilation-error-properties): Fix for
18536 adding messages when there are already markers for their file.
18537 (compilation-fake-loc): New function.
18538
18539 2004-04-16 Dave Love <fx@gnu.org>
18540
18541 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
18542 (python-load-file): Fix python-orig-start setting.
18543
18544 * progmodes/compile.el: Doc fixes.
18545 (compilation-error-regexp-alist-alist)
18546 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
18547 (compilation-assq): Wrap in eval-when-compile.
18548 (compilation-mode-font-lock-keywords): Don't use list*.
18549 (compilation-start): Avoid warning.
18550 (compilation-compat-error-properties)
18551 (compilation-directory-properties): Add keymap property.
18552 (compilation-parsing-end): Make it a marker for better compatibility.
18553
18554 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
18555
18556 2004-04-16 Mark A. Hershberger <mah@everybody.org>
18557
18558 * xml.el: Doc fixes.
18559 (xml-get-children): Only looks at sub-tags and ignore strings.
18560
18561 * xml.el (xml-parse-tag): Avoid overwriting node-name.
18562
18563 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18564
18565 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
18566
18567 2004-04-16 Andre Spiegel <spiegel@gnu.org>
18568
18569 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
18570
18571 * vc.el (vc-print-log): Likewise.
18572
18573 2004-04-16 Masatake YAMATO <jet@gyve.org>
18574
18575 * simple.el (completion-setup-function): Set an initial value
18576 to `element-common-end' before entering loop. Set a value
18577 to `element-common-end' at the end of loop.
18578 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
18579 (completions-common-part): Rename from completion-de-emphasis.
18580 (completions-first-difference): Rename from completion-emphasis.
18581 Suggested by RMS.
18582
18583 2004-04-16 Juanma Barranquero <lektu@terra.es>
18584
18585 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
18586 (bookmark-edit-annotation-mode): Add mode name.
18587
18588 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18589
18590 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
18591 for nested conflict markers.
18592 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
18593
18594 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
18595
18596 * progmodes/gdb-ui.el (gdb-goto-info): New function.
18597
18598 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
18599
18600 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18601
18602 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
18603 Give a backtrace if requested.
18604
18605 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
18606
18607 * progmodes/python.el (python-mouse-2-command, python-RET-command):
18608 Remove unused functions.
18609 (python-orig-start-line, python-orig-file): Remove.
18610 (python-orig-start): New var.
18611 (python-input-filter, python-compilation-line-number)
18612 (python-send-region, python-load-file): Use it.
18613
18614 * info.el (info): Always jump to *info*.
18615
18616 * subr.el (posn-set-point): New function.
18617
18618 * mouse.el (mouse-set-point): Use it.
18619
18620 * progmodes/compile.el (compile-goto-error): Use it.
18621 (compilation-button-map): New keymap.
18622 (compilation-error-properties): Use it.
18623 (compilation-shell-minor-mode-map): Don't bind mouse-2.
18624
18625 * smerge-mode.el (smerge-popup-context-menu): Use it.
18626
18627 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
18628 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
18629 mouse and non-mouse case.
18630
18631 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
18632 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
18633
18634 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
18635 Make it work for non-mouse events.
18636
18637 * pcvs-info.el (cvs-status-map): Update binding name.
18638
18639 2004-04-14 Mark A. Hershberger <mah@everybody.org>
18640
18641 * xml.el (xml-maybe-do-ns): New function to handle namespace
18642 parsing of both attribute and element names.
18643 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
18644 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
18645 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
18646 (xml-parse-attlist): Make it do its own namespace parsing.
18647
18648 2004-04-14 Dave Love <fx@gnu.org>
18649
18650 * progmodes/python.el (run-python): Fix use of \n.
18651 (python-load-file): Remove `try' from Python fragment.
18652 (python-describe-symbol): Fix message.
18653
18654 * comint.el: Doc fixes.
18655 (comint-last-input-start, comint-last-input-end)
18656 (comint-last-output-start): Give them values.
18657 (comint-arguments): Avoid warning.
18658 (comint-skip-prompt): Use line-end-position.
18659 (comint-backward-matching-input): Rename arg to agree with doc.
18660 (comint-extract-string): Use syntax-ppss.
18661 (comint-dynamic-simple-complete): Delete useless list construction.
18662 (comint-redirect-subvert-readonly): New.
18663 (comint-redirect-preoutput-filter): Use it.
18664
18665 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18666 Correctly handle negative arguments when calling hook functions.
18667
18668 2004-04-14 Jesper Harder <harder@ifa.au.dk>
18669
18670 * info.el (info-apropos): Don't clobber Info-history-list.
18671
18672 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
18673
18674 * progmodes/compile.el (compilation-setup):
18675 Localize overlay-arrow-position.
18676 (compilation-sentinel): Restructure code equivalently.
18677 (compilation-next-error): Find message on same line after point if
18678 not found before point.
18679 (compile-mouse-goto-error): Restore function so that compilation
18680 buffer need not be current and use compile-goto-error.
18681 (compile-goto-error): Restore function.
18682 (next-error): Set overlay-arrow-position.
18683 (compilation-forget-errors): Don't localize already local
18684 compilation-locs and remove FIXME about refontifying.
18685
18686 2004-04-14 Kim F. Storm <storm@cua.dk>
18687
18688 * startup.el (emacs-quick-startup): New defvar (set by -Q).
18689 (command-line): New option -Q. Like -q --no-site-file, but
18690 in addition it also disables menu-bar, tool-bar, scroll-bars,
18691 tool-tips, and the blinking cursor.
18692 (command-line-1): Skip startup screen if -Q.
18693 (fancy-splash-head): Use ":align-to center" prop to center splash image.
18694
18695 * emulation/cua-base.el (cua-read-only-cursor-color)
18696 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18697
18698 2004-04-13 Dave Love <fx@gnu.org>
18699
18700 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
18701 (syntax): Don't require.
18702 (python) <defgroup>: Add :version.
18703 (python-quote-syntax): Re-written.
18704 (inferior-python-mode): Move stuff here from run-python and add
18705 some more.
18706 (python-preoutput-continuation, python-preoutput-result)
18707 (python-dotty-syntax-table): New.
18708 (python-describe-symbol): Use them.
18709 (run-python): Move stuff to inferior-python-mode. Modify code
18710 loaded into Python.
18711 (python-send-region): Use python-proc, python-send-string.
18712 (python-send-string): Send newlines too. Callers changed.
18713 (python-load-file): Re-written.
18714 (python-eldoc-function): New.
18715 (info-look): Don't require.
18716 (python-after-info-look): New. A modified version of former
18717 top-level code for use with eval-after-load.
18718 (python-maybe-jython, python-guess-indent): Use widened buffer.
18719 (python-fill-paragraph): Re-written.
18720 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
18721 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
18722
18723 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
18724
18725 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18726 Set compilation-error-regexp-alist earlier.
18727
18728 * progmodes/compile.el (compilation-minor-mode-map)
18729 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18730 (compile-goto-error): Re-merge the mouse and non-mouse commands.
18731
18732 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18733
18734 * progmodes/compile.el (compile-goto-error): Select the buffer/window
18735 corresponding to the event.
18736
18737 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
18738
18739 * loadup.el: Add cygwin to system-type list, for unexec() support.
18740
18741 2004-04-12 John Paul Wallington <jpw@gnu.org>
18742
18743 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18744 (ibuffer-restore-window-config-on-quit): New variable to replace
18745 `ibuffer-delete-window-on-quit'. Update all references.
18746 (ibuffer-prev-window-config): New variable.
18747 (ibuffer-quit): Restore previous window configuration instead of
18748 deleting window.
18749 (ibuffer): Save window configuration before showing Ibuffer buffer.
18750
18751 * help.el (describe-mode): Doc fix.
18752
18753 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18754
18755 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18756 not to treat nil as a function.
18757
18758 * vc-arch.el (vc-arch-root): Be a bit more careful.
18759 (vc-arch-register): Save the buffer if we modified it.
18760 (vc-arch-delete-rej-if-obsolete): Save excursion.
18761 (vc-arch-find-file-hook): Use the simpler after-save-hook.
18762 (vc-arch-responsible-p, vc-arch-init-version): New functions.
18763
18764 * net/ldap.el (ldap-search): Use list*.
18765
18766 2004-04-12 Juri Linkov <juri@jurta.org>
18767
18768 * info.el (Info-follow-reference): Allow multiline reference name.
18769
18770 2004-04-11 Dave Love <fx@gnu.org>
18771
18772 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18773
18774 * progmodes/python.el: New file.
18775
18776 2004-04-11 Andre Spiegel <spiegel@gnu.org>
18777
18778 * vc-hooks.el (vc-arg-list): Function removed.
18779 (vc-default-workfile-unchanged-p): Use condition-case to check for
18780 backward compatibility.
18781
18782 * vc.el (vc-print-log): Use condition-case to check for backward
18783 compatibility.
18784
18785 2004-04-11 Juri Linkov <juri@jurta.org>
18786
18787 * dired.el (dired-faces): New defgroup.
18788 (dired-header, dired-mark, dired-marked, dired-flagged)
18789 (dired-warning, dired-directory, dired-symlink, dired-ignored):
18790 New faces.
18791 (dired-header-face, dired-mark-face, dired-marked-face)
18792 (dired-flagged-face, dired-warning-face, dired-directory-face)
18793 (dired-symlink-face, dired-ignored-face): New face variables.
18794 (dired-font-lock-keywords): Use them instead of font-lock faces.
18795 Split the rule for dired marks into 3 separate rules: for marks,
18796 marked file names and flagged file names.
18797
18798 * help-mode.el (help-make-xrefs): Add a final newline to the
18799 *Help* buffer.
18800
18801 2004-04-11 John Paul Wallington <jpw@gnu.org>
18802
18803 * replace.el (occur-engine): Distinguish between one and several
18804 matches in the matches per buffer heading.
18805
18806 2004-04-11 Kim F. Storm <storm@cua.dk>
18807
18808 * ido.el (ido-confirm-unique-completion): New defcustom.
18809 (ido-complete): Use it.
18810 (ido-write-file): Set it to t unconditionally.
18811
18812 2004-04-10 Miles Bader <miles@gnu.org>
18813
18814 RCS keyword removal (only non-comment changes are enumerated here):
18815
18816 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18817 (byte-compile-insert-header): Don't use `byte-compile-version'.
18818 * forms.el (forms-version): Variable removed.
18819 (forms-mode): Don't use `forms-version'.
18820 * recentf.el (recentf-version): Variable removed.
18821 * progmodes/delphi.el (delphi-version): Variable removed.
18822 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18823
18824 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18825
18826 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18827
18828 2004-04-09 Jesper Harder <harder@ifa.au.dk>
18829
18830 * info.el (info-apropos): Improve menu item regexp.
18831
18832 2004-04-09 Simon Josefsson <jas@extundo.com>
18833
18834 * mail/smtpmail.el: Add comment, based on report by
18835 kdc@rcn.com (Kevin D. Clark).
18836
18837 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18838
18839 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18840 Redo one more thing that I didn't notice Daniel had undone.
18841
18842 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
18843
18844 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18845 (gdb-goto-breakpoint, gdb-display-buffer)
18846 (gdb-display-source-buffer, gdb-view-source-function)
18847 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18848 (gdb-source-info, gdb-frame-handler): Don't specify a window
18849 for display.
18850 (gdb-info-breakpoints-custom): Remove superfluous update of
18851 assembler buffer.
18852 (gdb-many-windows): Make settable outside gdb.
18853
18854 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
18855
18856 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18857 Derive from fundamental-mode rather than text-mode.
18858
18859 2004-04-08 Juri Linkov <juri@jurta.org>
18860
18861 * info.el (Info-history): Doc fix.
18862 (Info-history-list): New var.
18863 (info-xref): Change magenta4 to blue, remove bold for dark and
18864 light backgrounds, change bold to underline for non-color classes.
18865 (info-xref-visited): New face.
18866 (Info-fontify-visited-nodes): New custom.
18867 (Info-hide-note-references): Add new value `hide'. Doc fix.
18868 (Info-reference-name): New var.
18869 (Info-selection-hook): New custom.
18870 (Info-edit-mode-hook): New var.
18871 (Info-find-file): New fun.
18872 (Info-find-node): Move part of code to Info-find-file.
18873 (Info-find-node-2): Add anchors to Info-history-list. Move point
18874 to the place with the reference name if name is defined.
18875 (Info-select-node): Add current node to Info-history-list.
18876 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18877 (Info-search-whitespace-regexp): New custom.
18878 (Info-search-case-fold): New var.
18879 (Info-search): Add "case-sensitively" to the prompt.
18880 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
18881 (Info-search-case-sensitively, Info-search-next): New fun.
18882 (Info-up): Move point to the menu item of the current node.
18883 (Info-history): New fun. Add *info-history* to
18884 same-window-buffer-names.
18885 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
18886 (Info-insert-toc): New fun.
18887 (Info-build-toc): New fun.
18888 (Info-follow-reference): Add new arg `fork'. Doc fix.
18889 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
18890 with the same name prefer the reference closest to point.
18891 (Info-next-reference): Replace * by + in the *Note regexp.
18892 Add regexp for http:// and ftp://. Skip the *Note prefix.
18893 (Info-prev-reference): Replace * by + in the *Note regexp.
18894 Add regexp for http:// and ftp://. Skip the *Note prefix.
18895 (Info-follow-nearest-node): Add new arg `fork'.
18896 (Info-try-follow-nearest-node): Add new arg `fork'.
18897 Call browse-url for http:// and ftp:// references.
18898 Set Info-reference-name for index entries.
18899 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18900 Info-search-next, Info-history, Info-toc, clone-buffer.
18901 (Info-menu-update): Replace * by + in the *Note regexp.
18902 (Info-mode): Add documentation for Info-history, Info-toc,
18903 Info-search-case-sensitively, Info-search-next, clone-buffer.
18904 (Info-fontify-menu-headers): Remove fun. Move code to
18905 Info-fontify-node.
18906 (Info-fontify-node): Add docstring. Add local vars
18907 fontify-visited-p and not-fontified-p. If not-fontified-p is t
18908 then fontify header line, titles, menu headers, http and ftp
18909 references, refill paragraphs. If not-fontified-p is t or
18910 fontify-visited-p is t then fontify cross references, menu items.
18911 Fontify menu headers. Fontify http and ftp references.
18912 Change regexp for cross references to require whitespace after *Note,
18913 add matching groups for file and node names. Remove hack for quote.
18914 Use display property for Info-hide-note-references=t. Use fifth
18915 or fourth match for help-echo. Display visited nodes in a
18916 different face. Unhide file names of external references.
18917 Unhide newlines. Display visited menu items in a different face.
18918
18919 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
18920
18921 * progmodes/compile.el: Require CL.
18922 (compilation-mode-font-lock-keywords): Re-install the "line as
18923 function" patch.
18924
18925 * help-fns.el (help-C-source-directory): New var.
18926 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18927 (describe-function-1, describe-variable): Use them.
18928
18929 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18930 to C source files specially.
18931
18932 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
18933
18934 * info.el (Info-hide-cookies-node): New function.
18935 (Info-select-node): Use it.
18936 (Info-display-images-node): Remove message with image file name.
18937
18938 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
18939
18940 * progmodes/compile.el (compilation-warning-face)
18941 (compilation-info-face, compilation-skip-threshold)
18942 (compilation-skip-visited, compilation-context-lines):
18943 Declare :version when added to Emacs.
18944 (compilation-error-regexp-alist-alist): Extend caml and irix.
18945 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18946 (compilation-mode-font-lock-keywords): Temporarily undo line as
18947 function patch, which wasn't ready.
18948
18949 2004-04-07 Kenichi Handa <handa@m17n.org>
18950
18951 * international/latin1-disp.el (latin1-display-setup): Check each
18952 character is displayable or not instead of calling
18953 latin1-display-check-font.
18954
18955 2004-04-06 Kenichi Handa <handa@m17n.org>
18956
18957 * language/ethio-util.el (ethio-sera-being-called-by-w3):
18958 New variable.
18959 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18960 instead of sera-being-called-by-w3.
18961 (ethio-fidel-to-sera-buffer): Likewise.
18962 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18963 instead of sera-being-called-by-w3.
18964 (ethio-write-file): Likewise.
18965
18966 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18967
18968 * printing.el: Doc fix.
18969
18970 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
18971
18972 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18973 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18974 (gdb-setup-windows): Only use separate IO buffer if required.
18975
18976 2004-04-06 Kim F. Storm <storm@cua.dk>
18977
18978 * term.el (term-is-xemacs): Remove.
18979 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18980 (term-window-width): New function.
18981 (term-mode, term-check-size): Use it.
18982 (term-mode): Disable overflow-newline-into-fringe in term buffer.
18983
18984 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
18985
18986 * cus-edit.el (custom-add-parent-links): Change unbound variable
18987 `symbol' to `name'.
18988
18989 2004-04-05 Jesper Harder <harder@ifa.au.dk>
18990 * info.el (info-apropos): New function.
18991 (Info-mode-menu): Add it.
18992 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18993
18994 * help-mode.el (help-make-xrefs): Recognize aliased variable with
18995 inherited docstring.
18996
18997 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18998
18999 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
19000
19001 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
19002
19003 * progmodes/compile.el (font-lock): Don't require any more.
19004 (compilation-error-properties, compilation-start, compilation-sentinel)
19005 (compilation-filter, next-error): Use with-current-buffer.
19006 (compilation-skip-to-next-location, compilation-skip-threshold)
19007 (compilation-skip-visited): Move to silence the byte-compiler.
19008 (compilation-setup): Simplify.
19009 (compilation-next-error): Use line-(beginning|end)-position.
19010 Make sure `pt' is non-nil before using compilation-loop.
19011 (compile-goto-error): Add optional event arg. Use it.
19012 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
19013 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
19014 Update the binding for mouse-2.
19015 (first-error): Set compilation-current-error to nil rather than bob.
19016 (compilation-parsing-end, compilation-parse-errors-function)
19017 (compilation-error-list, compilation-old-error-list):
19018 "New" compatibility variables.
19019 (compile-buffer-substring, compilation-compat-error-properties)
19020 (compilation-compat-parse-errors, compilation-forget-errors):
19021 New compatibility functions.
19022 (compilation-mode-font-lock-keywords): Use them.
19023
19024 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
19025
19026 * autorevert.el (auto-revert-handler): If point (or a window
19027 point) is at the end of the buffer, keep it there after
19028 reverting. This allows to tail a file.
19029 Mention this in the `Commentary'.
19030
19031 * format.el (format-write-file): Add optional argument CONFIRM
19032 and make it behave like the analogous argument to `write-file'.
19033
19034 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19035
19036 * progmodes/ebnf2ps.el: Doc fix.
19037 (ebnf-version): New version number (4.2).
19038 (ebnf-syntax): Customization and docstring fix.
19039 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
19040 Put autoloaded funs before first use.
19041 (ebnf-style-database): Add dtd entry.
19042 (ebnf-syntax-alist): Add dtd initialization.
19043 (ebnf-token-sequence): New fun.
19044 (ebnf-comment-table): Add new comment action character.
19045 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
19046
19047 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
19048 Type Definition for XML).
19049
19050 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
19051 * progmodes/ebnf-bnf.el (ebnf-sequence):
19052 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
19053 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
19054 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
19055 Code simplification: call ebnf-token-sequence.
19056
19057 2004-04-04 Eli Zaretskii <eliz@gnu.org>
19058
19059 * calendar/timeclock.el (timeclock-relative)
19060 (timeclock-get-project-function, timeclock-get-workday-function)
19061 (timeclock-query-out, timeclock-when-to-leave)
19062 (timeclock-when-to-leave-string, timeclock-log-data)
19063 (timeclock-generate-report, timeclock-in): Doc fixes.
19064
19065 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19066
19067 * url/: New dir. Import the URL package from its repository.
19068
19069 2004-04-03 Andreas Schwab <schwab@suse.de>
19070
19071 * diff-mode.el (diff-mode): Fix missing quote.
19072
19073 2004-04-03 Juri Linkov <juri@jurta.org>
19074
19075 * descr-text.el (describe-property-list): Add `font-lock-face'.
19076
19077 * dired.el (dired-font-lock-keywords): Fix permission regexps.
19078
19079 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19080
19081 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
19082 Use utf-16le on little endian machines and utf-16be otherwise.
19083
19084 2004-04-02 David Kastrup <dak@gnu.org>
19085
19086 * net/browse-url.el (browse-url-generic): Use call-process
19087 instead of start-process to allow browsers that fork and detach.
19088
19089 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
19090
19091 * compile.el (compilation-current-error): New var.
19092 (compilation-setup, compile-mouse-goto-error)
19093 (compile-goto-error, next-error): Use it.
19094 (compilation-skip-to-next-location): Default to t, which gives
19095 contiguous skipping like old compile (where this was redundant).
19096 (compilation-next-error): Prevent previous-* commands from moving
19097 back to message at or just before point.
19098
19099 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
19100
19101 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
19102 (gdb-source-info): Don't display source at startup, if required.
19103 (gdb-show-main): New option.
19104 (gdba): Update documentation.
19105 (gdb-source): Cover case of auto-display output.
19106
19107 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
19108
19109 * autorevert.el: Delete obsolete autoloads and defvars.
19110 (auto-revert-check-vc-info): New user option.
19111 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19112 (auto-revert-handler-vc): Delete.
19113 (auto-revert-handler): Treat return value `fast' of
19114 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
19115
19116 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
19117 return `fast'.
19118
19119 * files.el (buffer-stale-function): Doc change.
19120
19121 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19122
19123 * printing.el: New tip on Tips section.
19124 (pr-version): New version number (6.7.4).
19125 (pr-shell-file-name): Initialization fix.
19126
19127 2004-03-31 Juri Linkov <juri@jurta.org>
19128
19129 * dired.el: Add autoload for `dired-do-touch'.
19130 (dired-touch-program): New var.
19131 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
19132 (dired-no-confirm): Add `touch' to docstring.
19133
19134 * dired-aux.el (dired-do-touch): New fun.
19135 (dired-do-chxxx): Add argument -t for touch operation.
19136
19137 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
19138 `dired-move-to-filename-regexp'.
19139
19140 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
19141
19142 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
19143
19144 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19145
19146 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
19147 and only if the buffer was modified.
19148
19149 2004-03-30 Kenichi Handa <handa@m17n.org>
19150
19151 * international/characters.el: Delete pairs for U+2308..U+230B.
19152
19153 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
19154
19155 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
19156 to detect the beginning of a level 2 or 3 annotation.
19157
19158 2004-03-29 Kenichi Handa <handa@m17n.org>
19159
19160 * international/ucs-tables.el (ucs-insert): Fix the error message.
19161
19162 2004-03-29 Kenichi Handa <handa@m17n.org>
19163
19164 * international/mule-util.el (char-displayable-p): Fix generation
19165 of XLFD file name.
19166
19167 * Makefile.in (setwins, setwins_almost): Change directory to $wd
19168 before finding directories by `find'.
19169
19170 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19171
19172 * subr.el (interactive-form): Delete. Now implemented in C.
19173
19174 * pcvs.el (cvs-parse-process): Workaround for Darwin.
19175
19176 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
19177 (vc-diff-label): New fun.
19178 (vc-diff-internal): Use it.
19179
19180 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
19181
19182 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19183
19184 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
19185
19186 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
19187 specify XML (EBNFX).
19188
19189 * progmodes/ebnf2ps.el: Doc fix.
19190 (ebnf-version): New version number (4.1).
19191 (ebnf-syntax): Adjust customization.
19192 (ebnf-style-database): Add ebnfx entry.
19193 (ebnf-syntax-alist): Add ebnfx initialization.
19194 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
19195
19196 * printing.el: Doc fix.
19197 (pr-version): New version number (6.7.3).
19198 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
19199 returns nil for mouse position. Reported by Drew Adams
19200 <drew.adams@oracle.com>.
19201 (pr-update-menus): Modify interactive declaration. Reported by Drew
19202 Adams <drew.adams@oracle.com>.
19203
19204 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
19205
19206 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
19207 (gud-gdba-marker-filter): Log the process input and output, if
19208 required. From Stefan Monnier.
19209 (gdb-debug-log, gdb-enable-debug-log): New variables.
19210 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
19211
19212 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19213
19214 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
19215 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
19216
19217 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
19218
19219 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
19220 Call vc-find-file-hook here instead of in auto-revert-buffers.
19221 (auto-revert-buffers): Delete call to vc-find-file-hook.
19222 (auto-revert-verbose, global-auto-revert-non-file-buffers)
19223 (global-auto-revert-mode, auto-revert-set-timer)
19224 (auto-revert-handler, auto-revert-buffers): Doc fixes.
19225
19226 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19227
19228 * woman.el (woman-change-fonts): Rename local variable
19229 woman-font-alist to font-alist to avoid a compiler warning.
19230
19231 2004-03-27 Dave Love <fx@gnu.org>
19232
19233 * emacs-lisp/rx.el (rx): Doc fix.
19234 Fix copyright years.
19235
19236 * strokes.el (strokes-global-set-stroke-string): New function.
19237 (strokes-list-strokes): Cope with strings, not just commands.
19238 Set foreground color of image.
19239 (strokes-global-set-stroke): Doc fix.
19240
19241 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
19242
19243 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
19244 Auto Revert mode.
19245 (Buffer-menu-files-only): New variable.
19246 (Buffer-menu-toggle-files-only): New function.
19247 (Buffer-menu-mode-map): Bind it to `T'.
19248 (Buffer-menu-mode): Mention `T' in docstring.
19249 Set buffer-stale-function.
19250 (list-buffers-noselect): Mark buffer non-modified and set
19251 Buffer-menu-files-only.
19252
19253 * dired.el (buffer-stale-function): Remove no longer needed defvar.
19254
19255 * autorevert.el (auto-revert-handler): Print revert message
19256 before, rather than after, reverting.
19257 (buffer-stale-function): Move to files.el.
19258
19259 * files.el (buffer-stale-function): Move here from autorevert.el.
19260
19261 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19262
19263 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
19264
19265 * calc/calc.el (calc-mode-map): Use mapc.
19266
19267 * apropos.el (apropos-mode): Don't autoload.
19268 (apropos-symbols-internal): New fun. Extracted from `apropos'.
19269 (apropos): Use it.
19270 (apropos-print): Add optional `text' argument.
19271 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
19272 Don't assume point-min == 1.
19273
19274 * bs.el (bs-buffer-list): Use buffer-local-value.
19275 (bs--set-toggle-to-show): Use with-current-buffer.
19276
19277 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
19278 New funs.
19279 (list-buffers-noselect): Use them. Adjust :align-to to new style.
19280
19281 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
19282
19283 * dabbrev.el (dabbrev-expand): Fix regexp construction.
19284 (dabbrev--find-expansion): Use pop.
19285 (dabbrev--search): Use match-string-no-properties.
19286
19287 * dired.el (dired-mode): Use run-mode-hooks.
19288 (dired-move-to-end-of-filename): Use match-string.
19289
19290 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
19291 is bound before using it.
19292 (ediff-verbose-p): Make it into a var since it's not constant.
19293
19294 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
19295
19296 * faces.el (read-face-font): Don't cons up unnecessarily.
19297 (header-line, tool-bar): Share common parts.
19298
19299 * files.el (file-relative-name): Use compare-strings.
19300
19301 * finder.el (finder-mode): Follow coding convention.
19302
19303 * subr.el (read-number): New function.
19304
19305 * ses.el (ses-read-number): Move to subr.el.
19306 (ses-set-header-row): Use read-number.
19307
19308 2004-03-26 Andre Spiegel <spiegel@gnu.org>
19309
19310 * vc-hooks.el (vc-arg-list): New function, which handles both
19311 compiled and uncompiled code.
19312 (vc-default-workfile-unchanged-p): Use it.
19313
19314 * vc.el (vc-print-log): Undo prev change, use new function
19315 vc-arg-list from vc-hooks.el.
19316
19317 2004-03-26 Masatake YAMATO <jet@gyve.org>
19318
19319 * simple.el (completion-setup-function): Emphasize the
19320 first uncommon characters in the completions; and de-emphasize
19321 the common prefix substrings.
19322 (completion-emphasis): New face.
19323 (completion-de-emphasis): New face.
19324
19325 2004-03-25 Juanma Barranquero <lektu@terra.es>
19326
19327 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
19328 Comment out (it's unused and unfinished code).
19329
19330 2004-03-25 Sam Steingold <sds@gnu.org>
19331
19332 * vc.el (vc-print-log): Fix a bug in the last patch:
19333 backend-function may be a byte-compiled object, not a lambda.
19334
19335 2004-03-25 Juri Linkov <juri@jurta.org>
19336
19337 * descr-text.el (describe-property-list): Add a button
19338 for `face' property that calls `describe-face'.
19339 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
19340
19341 * international/mule.el (keyboard-coding-system):
19342 * kmacro.el (kmacro-call-macro): Fix docstring.
19343
19344 * dired.el: Fix comments.
19345
19346 * textmodes/fill.el (fill): Fix Info link.
19347
19348 * font-lock.el (fast-lock, lazy-lock):
19349 * jit-lock.el (jit-lock): Remove links to removed Support Modes
19350 Info node.
19351
19352 * eshell/eshell.el (eshell): Fix broken info-link.
19353
19354 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
19355 * eshell/em-banner.el (eshell-banner):
19356 * eshell/em-smart.el (eshell-smart):
19357 * eshell/esh-cmd.el (eshell-cmd):
19358 Comment out broken info-links to incomplete Info manual.
19359
19360 * info-xref.el: Fix commentary.
19361
19362 2004-03-25 Kevin Ryde <user42@zip.com.au>
19363
19364 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
19365 Remove spurious node duplicate suppression, doesn't work, not wanted.
19366 (info-xref-output): Take format style args, add "sit-for 0" to let
19367 user see the results as they progress.
19368 (info-xref-check-all-custom): New function.
19369
19370 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
19371
19372 * gdb-ui.el: Moved to progmodes.
19373
19374 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19375
19376 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
19377
19378 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19379
19380 * calendar/appt.el (appt-check): Remove superfluous progn.
19381 When finished with diary buffer: if it was not being displayed
19382 before, kill it; otherwise restore its original state.
19383 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
19384
19385 * calendar/calendar.el (calendar-set-mode-line): Use total
19386 available mode-line width, rather than frame-width.
19387
19388 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
19389 after mode change so effect not lost.
19390
19391 2004-03-23 Dave Love <fx@gnu.org>
19392
19393 * dired.el (dired) <defgroup>: Add link to manual.
19394 (dired-font-lock-keywords): Add highlighting on unusual permissions.
19395 (dired-revert): Use dolist.
19396 (dired-mode-map): Add U binding.
19397 (dired-mode): Add font-lock-beginning-of-syntax-function.
19398 (dired-garbage-files-regexp): Make it a defcustom.
19399
19400 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19401
19402 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
19403 is equivalent to nil.
19404 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
19405 (vc-arch-mode-line-string): Accept `added' state.
19406 (vc-arch-state): Use inode-sigs if available.
19407 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
19408 Copy&delete existing id file if any. Fallback if uuidgen is absent.
19409 (vc-arch-tagline-re): New var.
19410 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
19411 New functions.
19412 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
19413 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
19414
19415 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
19416 (vc-file-not-found-hook): Use it.
19417
19418 * diff-mode.el (diff-default-read-only): Change default.
19419 (diff-mode-hook): Make it a defcustom. Add some options.
19420 (diff-mode-map): Bind diff-refine-hook.
19421 (diff-yank-handler): New var.
19422 (diff-yank-function): New fun.
19423 (diff-font-lock-keywords): Use them.
19424 (diff-end-of-file): Handle case where file-header looks like diff text.
19425 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
19426 (diff-file-kill): Delete a subsequent empty line, if applicable.
19427 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
19428 (diff-find-file-name): Use it.
19429 (diff-tell-file-name): New command.
19430 (diff-mode): Be careful with view-mode.
19431 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
19432 New functions, for use in diff-mode-hook.
19433 (diff-find-source-location): Catch "regex too large" errors.
19434 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
19435 (diff-refine-hunk): New command.
19436
19437 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
19438 (smerge-context-menu-map): Remove unused var.
19439 (smerge-keep-all): Preserve markers.
19440 (smerge-keep-n): New fun.
19441 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19442 (smerge-keep-current, smerge-ediff): Use it.
19443 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
19444 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
19445 (smerge-resolve): Resolve trivial 3-part conflicts.
19446
19447 2004-03-23 Juri Linkov <juri@jurta.org>
19448
19449 * man.el (Man-width): New var.
19450 (Man-getpage-in-background): Use it.
19451 (Man-support-local-filenames): New var and fun.
19452 (Man-build-man-command): Don't add a second %s.
19453 (Man-fontify-manpage): Clean up message.
19454 (Man-mode): Set outline-regexp, outline-level,
19455 imenu-generic-expression.
19456
19457 * woman.el (woman-fill-frame): Doc fix.
19458 (woman-decode-region): Use window-width instead of frame-width.
19459
19460 * abbrevlist.el (list-one-abbrev-table):
19461 * descr-text.el (describe-char):
19462 * international/mule-diag.el (describe-current-coding-system):
19463 * international/quail.el (quail-insert-decode-map):
19464 Use window-width instead of frame-width.
19465
19466 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
19467 (jka-compr-mode-alist-additions): Add tbz.
19468 (jka-compr-write-region, jka-compr-insert-file-contents):
19469 Add message for undefined compress-program.
19470 (jka-compr-write-region): Remove redundant var bindings.
19471
19472 * dired-x.el (dired-guess-shell-alist-default): Add choices for
19473 extracting files into subdirectory. Add tbz and dz. Fix regexps.
19474 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
19475 (dired-man): Use dired-guess-shell-command.
19476 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
19477 Change default nil to t.
19478
19479 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
19480 (dired-compare-directories): Add default value for empty input.
19481
19482 * help-at-pt.el: Move suggestions for key bindings to Commentary.
19483
19484 * time.el (display-time-string-forms): Fix help-echo date format.
19485
19486 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
19487
19488 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
19489 (buffer-stale-function): New variable.
19490 (auto-revert-list-diff, auto-revert-dired-file-list)
19491 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
19492 (auto-revert-handler): Take over some functionality of deleted
19493 functions.
19494 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
19495
19496 * dired.el (dired-directory-changed-p): New fun, extracted from
19497 dired-internal-noselect.
19498 (dired-buffer-stale-p): New fun.
19499 (dired-internal-noselect): Use dired-directory-changed-p.
19500 Eliminate revert messages.
19501 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
19502
19503 2004-03-23 Kenichi Handa <handa@m17n.org>
19504
19505 * international/characters.el: Setup syntaxes for more parentheses
19506 Unicode characters.
19507
19508 * international/mule-cmds.el (select-safe-coding-system):
19509 Merge coding-system and auto-cs before comparing them.
19510
19511 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19512
19513 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
19514
19515 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19516 normal-auto-fill-function and comment-indent-function.
19517 The default values now work just as well.
19518 Don't set font-lock-beginning-of-syntax-function since we already set
19519 syntax-begin-function.
19520 (lisp-outline-level): Put ;;;###autoload at same level as (.
19521 (prin1-char): Quote special chars.
19522
19523 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
19524 than with-no-warnings.
19525
19526 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
19527 if the source location can't be found.
19528 (edebug-compute-previous-result): Use prin1-char.
19529
19530 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
19531 (debug-ignored-errors): Add an entry.
19532
19533 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
19534 (byte-compile-file): Output warning when deleting a file.
19535
19536 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
19537 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
19538
19539 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
19540 (byte-compile-inline-expand): Use backquote.
19541 (byte-optimize-pure-func): Rename from byte-optimize-concat.
19542 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
19543
19544 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
19545
19546 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
19547
19548 2004-03-22 Juri Linkov <juri@jurta.org>
19549
19550 * finder.el (finder-known-keywords): Fix data, tex, unix.
19551
19552 * play/landmark.el: Fix keywords.
19553
19554 * language/ethio-util.el (ethio-find-file): Doc fix.
19555
19556 * emacs-lisp/warnings.el: Doc fix.
19557
19558 * textmodes/ispell.el (ispell-help): Doc fix.
19559
19560 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
19561
19562 * format.el (format-insert-file): Always return a list of two
19563 elements, like insert-file-contents does.
19564
19565 2004-03-21 Andre Spiegel <spiegel@gnu.org>
19566
19567 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
19568 and vc-BACKEND-diff.
19569 (vc-print-log): If the print-log implementation supports it, use
19570 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
19571 (vc-version-diff, vc-diff-internal): Doc fixes.
19572
19573 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19574 implementation supports it, let diff output go to *vc*,
19575 not *vc-diff*, since this is an internal call.
19576
19577 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
19578
19579 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
19580
19581 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19582
19583 2004-03-21 Dave Love <fx@gnu.org>
19584
19585 * progmodes/cfengine.el (cfengine-mode):
19586 Set parse-sexp-ignore-comments.
19587
19588 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
19589
19590 2004-03-21 Juanma Barranquero <lektu@terra.es>
19591
19592 * allout.el (allout-mode): Fix docstring.
19593
19594 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
19595
19596 * files.el (insert-directory): Fix bug if SWITCHES is a list.
19597
19598 * autorevert.el (auto-revert-interval): Make new value take
19599 effect immediately when set through Custom.
19600 (auto-revert-set-timer): Add interactive declaration.
19601
19602 2004-03-19 David Ponce <david@dponce.com>
19603
19604 * ruler-mode.el (ruler-mode-header-line-format-old):
19605 Don't `make-variable-buffer-local'.
19606 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
19607 (ruler-mode-header-line-format): Simply funcall the above.
19608 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
19609 to save/restore a previous header line format.
19610 (ruler-mode-space): Don't depend on a numeric WIDTH value.
19611 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
19612 fringes and margins width.
19613 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
19614
19615 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
19616
19617 * log-edit.el (log-edit-font-lock-keywords): Typo.
19618
19619 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
19620 (tex-send-tex-command): Rather than here.
19621 (tex-compilation-parse-errors): Simplify.
19622
19623 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
19624
19625 * time.el (display-time-string-forms): Add help-echo with date on time.
19626
19627 * composite.el (compose-region): Use restore-buffer-modified-p.
19628
19629 * disp-table.el (standard-display-8bit): Simplify.
19630
19631 * server.el (server-process-filter): Delete temp frame.
19632
19633 * add-log.el (add-change-log-entry): Simplify.
19634
19635 2004-03-19 Kim F. Storm <storm@cua.dk>
19636
19637 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
19638 (hexl-follow-line): Don't require 'fringe.
19639
19640 * progmodes/compile.el (compilation-start): Always set
19641 compilation-last-buffer and return it.
19642
19643 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
19644
19645 * simple.el (clone-buffer): Doc fix.
19646
19647 2004-03-18 Juanma Barranquero <lektu@terra.es>
19648
19649 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
19650
19651 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19652
19653 * log-edit.el (log-edit-font-lock-keywords): New var.
19654 (log-edit-mode): Use it.
19655
19656 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
19657
19658 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
19659 properly for watching in speedbar.
19660
19661 2004-03-17 Masatake YAMATO <jet@gyve.org>
19662
19663 * smerge-mode.el (smerge-popup-context-menu):
19664 Put `unwind-protect' around `overlay-put' and `popup-menu'.
19665
19666 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19667
19668 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19669 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19670 Take sealed revisions into account.
19671 (vc-arch-checkin): Extract a summary line from the message.
19672
19673 2004-03-16 Masatake YAMATO <jet@gyve.org>
19674
19675 * register.el (register): Provide `register' feature.
19676
19677 2004-03-15 Masatake YAMATO <jet@gyve.org>
19678
19679 Added context menu support in smerge mode.
19680 Most of the part is written by Stefan Monnier.
19681
19682 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19683 New keymap and menu.
19684 (smerge-text-properties): New function.
19685 (smerge-remove-props): New function.
19686 (smerge-popup-context-menu): New function.
19687 (smerge-resolve): Call `smerge-remove-props'.
19688 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19689 (smerge-keep-current): Ditto.
19690 (smerge-kill-current): New function.
19691 (smerge-match-conflict): Put text properties.
19692 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19693
19694 2004-03-15 David Ponce <david@dponce.com>
19695
19696 * ruler-mode.el (ruler-mode-left-fringe-cols)
19697 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19698 (ruler-mode-right-scroll-bar-cols): Remove.
19699 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19700 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19701 Use fringe-columns and scroll-bar-columns.
19702
19703 2004-03-15 Masatake YAMATO <jet@gyve.org>
19704
19705 * hl-line.el (hl-line-range-function): New variable.
19706 (hl-line-move): New function.
19707 (global-hl-line-highlight): Use `hl-line-move'.
19708 (hl-line-highlight): Ditto.
19709
19710 * scroll-bar.el (scroll-bar-columns):
19711 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19712
19713 * ruler-mode.el (top-level): Require scroll-bar and fringe.
19714 (ruler-mode-left-fringe-cols)
19715 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19716 (ruler-mode-right-scroll-bar-cols)
19717 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19718 (ruler-mode-ruler-function): New variable.
19719 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19720 if the value for `ruler-mode-ruler-function' is given.
19721
19722 * hexl.el (hexl-mode-hook): Make the hook customizable.
19723 (hexl-address-area, hexl-ascii-area): New customize variables.
19724 (hexlify-buffer): Put font-lock-faces on the address area and
19725 the ascii area.
19726 (hexl-activate-ruler): New function.
19727 (hexl-follow-line): New function.
19728 (hexl-highlight-line-range): New function.
19729 (hexl-mode-ruler): New function.
19730
19731 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19732
19733 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
19734 (vc-default-find-file-hook): New fun.
19735 (vc-find-file-hook): Call new find-file-hook operation.
19736
19737 * vc-arch.el: New file.
19738
19739 2004-03-12 Jesper Harder <harder@ifa.au.dk>
19740
19741 * info-look.el (info-lookup): Reuse an existing Info window.
19742
19743 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19744
19745 * woman.el (woman-preserve-ascii): Default value changed to t and
19746 doc string revised.
19747
19748 2004-03-12 Richard M. Stallman <rms@gnu.org>
19749
19750 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19751 Fix minor bug.
19752
19753 * replace.el (occur-engine): Change message for count of matches.
19754
19755 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19756 For strings, do compare text properties.
19757
19758 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
19759
19760 * progmodes/compile.el (compile-auto-highlight)
19761 (compilation-error-list, compilation-old-error-list)
19762 (compilation-parse-errors-function, compilation-parsing-end)
19763 (compilation-error-message, compilation-directory-stack)
19764 (compilation-enter-directory-regexp-alist)
19765 (compilation-leave-directory-regexp-alist)
19766 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19767 (compilation-current-file, compilation-regexps): Remove vars.
19768
19769 (compile-error-at-point, compilation-error-filedata)
19770 (compilation-error-filedata-file-name, compile-reinitialize-errors)
19771 (compilation-next-error-locus, compilation-forget-errors)
19772 (count-regexp-groupings, compilation-parse-errors)
19773 (compile-collect-regexps, compile-buffer-substring): Remove funs.
19774
19775 (compile-internal): Make obsolete.
19776
19777 (compilation-first-column, compilation-error)
19778 (compilation-directory-matcher, compilation-page-delimiter)
19779 (compilation-mode-font-lock-keywords, compilation-debug)
19780 (compilation-error-face, compilation-warning-face)
19781 (compilation-info-face, compilation-line-face)
19782 (compilation-column-face, compilation-enter-directory-face)
19783 (compilation-leave-directory-face, compilation-skip-threshold)
19784 (compilation-skip-visited, compilation-context-lines): New vars.
19785
19786 (compilation-warning-face, compilation-info-face)
19787 (compilation-message-face): New faces.
19788
19789 (compilation-error-regexp-alist-alist): New constant.
19790
19791 (compilation-face, compilation-directory-properties)
19792 (compilation-assq, compilation-error-properties, compilation-start)
19793 (define-compilation-mode, compilation-loop)
19794 (compilation-set-window): New functions.
19795
19796 (compile): Additional argument for interactive compiles like TeX.
19797
19798 * progmodes/grep.el (kill-grep): Move here from compile.el
19799 (grep-error, grep-hit-face, grep-error-face)
19800 (grep-mode-font-lock-keywords): New variables.
19801 (grep-regexp-alist): Simplify regexp and add `binary' case.
19802 (grep-mode): New mode.
19803 (grep-process-setup): Simplify.
19804
19805 2004-03-11 Jason Rumney <jasonr@gnu.org>
19806
19807 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19808 letters on DOS/Windows.
19809
19810 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
19811
19812 * server.el (server-name): New var.
19813 (server-socket-dir): New var to replace server-socket-name.
19814 (server-start): Use them.
19815
19816 2004-03-11 Simon Josefsson <jas@extundo.com>
19817
19818 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19819 died to avoid infloop. Reported by Jonathan Glauner
19820 <jglauner@sbum.org>.
19821
19822 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19823
19824 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19825 (smerge-mode-menu): Use it to deactivate menu entries.
19826 (smerge-keep-current): New fun.
19827 (smerge-keep-current): Use it.
19828
19829 2004-03-10 John Paul Wallington <jpw@gnu.org>
19830
19831 * foldout.el (foldout-fold-list, foldout-modeline-string):
19832 Declare them as variables, not constants.
19833
19834 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19835
19836 * ps-print.el: Modification to print *Messages* buffer.
19837 (ps-print-version): New version 6.6.4.
19838 (ps-message-log-max): New fun.
19839 (ps-spool-without-faces, ps-spool-with-faces)
19840 (ps-count-lines-preprint): Code fix.
19841
19842 * printing.el: New tips in Tips section.
19843
19844 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19845
19846 * delim-col.el: Doc fix.
19847
19848 * printing.el: Doc fix. New doc section (Tips).
19849
19850 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
19851
19852 * type-break.el (type-break-emacs-variant): Remove.
19853 (type-break-run-at-time, type-break-cancel-function-timers):
19854 Use fboundp rather than version name and number.
19855
19856 2004-03-09 Masatake YAMATO <jet@gyve.org>
19857
19858 * hexl.el (hexl-mode): Use `make-local-variable' instead of
19859 `make-variable-buffer-local'.
19860
19861 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
19862
19863 * find-dired.el (find-dired): Call `shell-command' instead of
19864 `start-process-shell-command'. By this, Tramp takes over
19865 handling of remote directories.
19866
19867 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19868
19869 * newcomment.el (comment-use-global-state): New var.
19870 (comment-search-forward): Use it.
19871
19872 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19873
19874 * cus-edit.el (fill) <defgroup>: Move to fill.el.
19875
19876 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19877 (enable-kinsoku): Make it a defcustom.
19878 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19879 paragraph to same-comment-start-marker.
19880
19881 2004-03-07 Dave Love <fx@gnu.org>
19882
19883 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19884 (browse-url-mail): Use it.
19885
19886 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19887 (rfc2368-unhexify-string): Use replace-regexp-in-string.
19888
19889 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19890
19891 * woman.el (woman-man.conf-path): Doc fix.
19892 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19893
19894 2004-03-07 Eli Zaretskii <eliz@gnu.org>
19895
19896 * sort.el (sort-columns): Remove ms-dos from the list of systems
19897 where the external `sort' command is not used.
19898
19899 2004-03-07 Kim F. Storm <storm@cua.dk>
19900
19901 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19902 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19903 from overlay-arrow-variable-list.
19904 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19905
19906 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
19907
19908 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19909 overlay arrow string properly for the assembler buffer.
19910
19911 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19912
19913 * mail/sendmail.el (mail-mode): Fix last change.
19914
19915 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
19916
19917 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19918 for the assembler buffer.
19919 (gdb-assembler-custom): Position the overlay arrow.
19920 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19921
19922 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
19923
19924 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19925
19926 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19927 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19928
19929 * mail/sendmail.el (mail-mode): Set comment-start-skip.
19930
19931 * newcomment.el (uncomment-region): Allow non-terminated comment.
19932 (comment-normalize-vars): Check the user-specified comstart marker.
19933
19934 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19935
19936 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19937 Otherwise, do use it if the region only contains font-lock text
19938 properties.
19939
19940 2004-03-04 Masatake YAMATO <jet@gyve.org>
19941
19942 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19943 as the callback function for eldoc.
19944 (hexl-print-current-point-info): New function.
19945 (hexl-current-address): Print the address in both decimal
19946 and hexadecimal format.
19947
19948 2004-03-04 Richard M. Stallman <rms@gnu.org>
19949
19950 * mail/rmail.el (rmail-convert-to-babyl-format):
19951 Specify t for UNIBYTE when calling mail-unquote-printable-region.
19952
19953 * mail/mail-utils.el (mail-unquote-printable-region):
19954 New arg UNIBYTE.
19955
19956 * startup.el (command-switch-alist): Doc fix.
19957
19958 * simple.el (undo): Temporarily set this-command to `undo-start',
19959 then set it to `undo' once undo-start returns without error.
19960
19961 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19962
19963 * simple.el (kill-line): Don't disregard trailing whitespace
19964 in eol condition, if show-trailing-whitespace is set.
19965
19966 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19967 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19968 When disabling, restore old values only if mouse-sel-has-been-enabled.
19969
19970 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19971 (isearch-{-char): New function.
19972 (isearch-mode-map): Bind { to isearch-{-char.
19973
19974 * font-lock.el (lisp-font-lock-keywords-2):
19975 Turn off the CL with-... and do-... general patterns.
19976 Instead, recognize several specific with... and do... constructs.
19977
19978 * files.el (switch-to-buffer-other-window):
19979 Bind same-window-buffer-names and same-window-regexps to nil.
19980 (switch-to-buffer-other-frame): Likewise.
19981
19982 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19983
19984 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19985 recognizing leading comment on code line.
19986
19987 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19988
19989 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19990 hidden files/directories.
19991
19992 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19993
19994 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19995 only comment-start (in case the mode hasn't set it).
19996
19997 * Makefile.in (AUTOGENEL): New var.
19998 (bootstrap-prepare): Rename from bootstrap-clean.
19999 Don't remove elc files.
20000 (maintainer-clean): New target.
20001
20002 * xml.el (xml-get-attribute-or-nil): Simplify.
20003
20004 2004-03-02 Juri Linkov <juri@jurta.org>
20005
20006 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
20007 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
20008 URL to prevent their substitution with the environment variable
20009 values by browsers.
20010
20011 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20012
20013 * ps-print.el: Doc fix.
20014 (ps-print-version): New version number (6.6.3).
20015 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
20016 Docstring fix.
20017 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
20018 before printing.
20019 (ps-time-stamp-yyyy-mm-dd): New fun.
20020 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
20021
20022 2004-03-02 Kim F. Storm <storm@cua.dk>
20023
20024 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
20025
20026 2004-03-01 Juanma Barranquero <lektu@terra.es>
20027
20028 * allout.el (allout-rebullet-heading): Fix typo in docstring.
20029
20030 * desktop.el (desktop-file-version)
20031 (desktop-after-read-hook): Fix typos.
20032 (desktop-clear-preserve-buffers): Remove redundant info in
20033 docstring already shown by the obsolescence message.
20034 (desktop-truncate, desktop-internal-v2s)
20035 (desktop-value-to-string): Change argument name to match docstring.
20036
20037 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
20038
20039 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
20040 docstring.
20041
20042 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20043
20044 * printing.el: Replace "As Is..." in PostScript file print/preview by
20045 "No Preprocessing...". Suggested by Colin Marquardt
20046 <_marquardt_@zmd.de>.
20047 (pr-insert-section-4): Adjust buffer interface.
20048
20049 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
20050
20051 Version 2.0.39 of Tramp released.
20052
20053 * net/tramp.el (tramp-handle-file-local-copy)
20054 (tramp-handle-write-region, tramp-open-connection-rsh):
20055 Variable name typo. Small change. From Patrick Tullmann
20056 <tullmann@flux.utah.edu>.
20057 (tramp-process-connection-type): New variable.
20058 (tramp-maybe-open-connection): Use it.
20059 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
20060 (tramp-touch): Set last-modified time of a remote file.
20061 (tramp-handle-write-region): Say which function is used when encoding.
20062
20063 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
20064
20065 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
20066 case of non-existing filename, too. Reported by Christoph Bauer
20067 <c_bauer@informatik.uni-kl.de>.
20068 (tramp-smb-get-file-entries): The directory in question should
20069 have permissions "drwxrwxrwx". Just virtual, because we don't
20070 know the real permissions. Don't we know?
20071 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
20072 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
20073 (tramp-smb-wait-for-output): Optimize algorithm getting pending
20074 output. If it was received chunkwise, there have been problems.
20075 Remove the "prompt not found" error message; it is obvious.
20076 Simplify algorithm.
20077 (tramp-smb-process-running): Remove. Since we acknowledge the
20078 virtual prompt for shares, there's no need for distinction of
20079 reading shares (process ends afterwards) and interactive mode of
20080 smblient.
20081 (tramp-smb-open-connection): Setting process sentinel removed.
20082 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
20083 "NT_STATUS_NETWORK_ACCESS_DENIED".
20084 (tramp-smb-maybe-open-connection): Set `process-connection-type'
20085 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
20086 (top-level): Setting default value in `tramp-default-method-alist'
20087 corrected. Order of USER and HOST have been wrong.
20088 Nobody complained for months ...
20089 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
20090 (tramp-smb-open-connection): Clear password cache if login has failed.
20091
20092 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
20093 `tramp-unified-filenames'.
20094 (tramp-completion-mode): Make test for XEmacs explicitly.
20095 `event-to-character' can exists in Emacs packages too.
20096 Reported by Matt Swift <swift@alum.mit.edu>.
20097 (tramp-buffer-name): Buffer name must contain the user if exists.
20098 Reported by Adrian Phillips <a.phillips@met.no>.
20099 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
20100 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
20101 (tramp-do-copy-or-rename-file-out-of-band): Rename from
20102 `tramp-do-copy-or-rename-file-one-local', because it handles also
20103 the case both files use the same out-of-band method.
20104 Implementation added.
20105 (tramp-handle-file-local-copy, tramp-handle-write-region):
20106 Out-of-band handling removed. `copy-file' called instead, which
20107 calls `tramp-do-copy-or-rename-file-out-of-band'.
20108 (tramp-action-password): Check for out-of-band method removed.
20109 This function is used for 'login-program.
20110 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
20111 appropriate.
20112 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
20113 and `tramp-parse-sknownhosts'.
20114 (tramp-completion-function-alist): It's a defvar now, because we
20115 want to apply the optimized `tramp-set-completion-function'
20116 instead of a static list.
20117 (tramp-set-completion-function): Implementation tuned.
20118 Avoid double entries, and entries where the function or the
20119 file/directory doesn't exist.
20120 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
20121 for SSH2.
20122 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
20123 (tramp-handle-dired-compress-file): New function.
20124 (tramp-async-proc): New variable.
20125 (tramp-handle-shell-command): Adding asynchronous processes.
20126 They are far from being perfect, but it works at least for
20127 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
20128 (top-level): Require password.el if visible. Should be mandatory
20129 once No Gnus has found its way into (X)Emacs.
20130 (tramp-read-passwd): Invoke `password-read' if available,
20131 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
20132 fallback any longer.
20133 (tramp-clear-passwd): New function.
20134 (tramp-process-actions, tramp-process-multi-actions):
20135 Clear password cache if login has failed.
20136
20137 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
20138 its own module.
20139 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
20140 `ange-ftp-ftp-name-res'. There could be incorrect values from
20141 previous calls in case the "ftp" method is used in the Tramp file
20142 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20143
20144 2004-02-28 Richard M. Stallman <rms@gnu.org>
20145
20146 * term.el (term-mouse-paste): Call mouse-set-point.
20147
20148 * thumbs.el: New file.
20149
20150 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20151
20152 * progmodes/ebnf-abn.el: Doc fix.
20153
20154 * progmodes/ebnf-bnf.el: Doc fix.
20155 (ebnf-repeat): Code fix.
20156
20157 * progmodes/ebnf2ps.el: Doc fix.
20158 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
20159
20160 2004-02-28 Juri Linkov <juri@jurta.org>
20161
20162 * ffap.el (dired-at-point): Additional writability test for
20163 relative directory names.
20164 (dired-at-point-prompter): Treat directories as a directory, get
20165 the directory component from files.
20166 (ffap-string-at-point): Return string from region if region is active.
20167 (ffap-file-at-point): Remove redundant code.
20168
20169 2004-02-28 Kim F. Storm <storm@cua.dk>
20170
20171 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
20172 Initialize margin area images to nil.
20173 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
20174 (breakpoint-enabled-bitmap-face)
20175 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
20176 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
20177 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
20178 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
20179 (gdb-reset): Use gdb-remove-breakpoint-icons.
20180 (gdb-put-string): Add dprop arg to specify alternative display
20181 property (for setting fringe bitmap).
20182 (gdb-remove-strings): Doc fix.
20183 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
20184 icon in fringe (if available), or else as icon or text in display
20185 margin. Creates necessary icons in breakpoint-bitmap,
20186 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
20187 Also make left window margin if required.
20188 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
20189 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
20190 no longer needed.
20191 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
20192 gdb-put-breakpoint-icon.
20193 (gdb-assembler-mode): Don't set left-margin-width here.
20194
20195 2004-02-27 Kevin Ryde <user42@zip.com.au>
20196
20197 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
20198 comma, so that it DTRT in macros.
20199
20200 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
20201
20202 * progmodes/sh-script.el (sh-shell-arg)
20203 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
20204 (sh-leading-keywords, sh-other-keywords): Fix custom type.
20205
20206 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
20207
20208 * faces.el (face-spec-set-match-display): Add a new attribute,
20209 `min-colors'.
20210 (region, highlight, secondary-selection): Use `min-colors'.
20211
20212 * custom.el (defface): Add documentation for `min-colors'.
20213
20214 * font-lock.el (font-lock-comment-face, font-lock-string-face)
20215 (font-lock-keyword-face, font-lock-function-name-face)
20216 (font-lock-variable-name-face, font-lock-constant-face):
20217 Use `min-colors'.
20218
20219 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
20220
20221 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20222
20223 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
20224 define assq-delete-all if it's not defined.
20225 (ebnf-generate-region): Code fix.
20226
20227 * printing.el: Doc fix.
20228 (pr-version): New version number (6.7.2).
20229 (pr-command): Return empty string if command is an empty string.
20230
20231 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20232
20233 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
20234
20235 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
20236 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
20237 semi-down-full. Fix a bug on productions like test = {"test"}* | (
20238 "tt" ["test"] ). Reported by Markus Dreyer
20239 <mdreyer@ix.urz.uni-heidelberg.de>.
20240 (ebnf-version): New version number (4.0).
20241 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
20242 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
20243 (ebnf-delete-style): New commands.
20244 (ebnf-directory, ebnf-file): New funs.
20245 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
20246 (ebnf-production-name-p, ebnf-stop-on-error): New options.
20247 (ebnf-syntax-alist): New var.
20248 (ebnf-element-width): New fun replacing ebnf-list-width.
20249 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
20250 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
20251 (ebnf-prologue): Adjust vars.
20252 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
20253 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
20254 (ebnf-check-style-values, ebnf-generate-production)
20255 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
20256 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
20257 (ebnf-token-repeat): Code fix.
20258
20259 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
20260 %right, %left and %prec. Suggested by Matthew K. Junker
20261 <junker@alum.mit.edu>.
20262 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
20263
20264 * progmodes/ebnf-iso.el: Doc fix.
20265 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
20266 (ebnf-iso-lex): Code fix.
20267
20268 * progmodes/ebnf-bnf.el: Doc fix.
20269 (ebnf-bnf-lex): Code fix.
20270
20271 * progmodes/ebnf-otz.el: Doc fix.
20272
20273 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
20274
20275 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
20276 (abbrev-prefix-mark): Doc fix.
20277
20278 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
20279
20280 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
20281 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
20282 (gdb-var-delete): Make interactive (really).
20283 (gdb-edit-value): Make non-interactive.
20284
20285 * progmodes/gud.el (gud-speedbar-menu-items):
20286 Add gdb-var-delete and, indirectly, gdb-edit-value.
20287 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
20288 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
20289 (gud-gdb-marker-filter): Add comment for annotations.
20290
20291 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20292
20293 * calendar/calendar.el (generate-calendar)
20294 (calendar-read-date): Prevent display of BC calendars once more -
20295 reverts 2003-10-01 change.
20296 (generate-calendar-month): Doc fix.
20297
20298 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
20299
20300 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
20301 return value of increment-calendar-month.
20302
20303 2004-02-21 Stephen Compall <s11@member.fsf.org>
20304
20305 * saveplace.el (save-place-forget-unreadable-files)
20306 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
20307 (save-place-forget-unreadable-files): New function.
20308 (save-place-alist-to-file): Use it to filter out files that are
20309 no longer readable.
20310
20311 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
20312 current Texinfo environment, using the same method as in
20313 `texinfo-insert-@end', and insert a space rather than a newline if
20314 point in a @table environment.
20315
20316 2004-02-21 Juri Linkov <juri@jurta.org>
20317
20318 * ffap.el (ffap-file-at-point): Try parent directories.
20319
20320 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
20321
20322 * vcursor.el (vcursor-modifiers): New defcustom.
20323 (vcursor-cs-binding): Use vcursor-modifiers instead of a
20324 hard-coded list.
20325
20326 2004-02-21 Masatake YAMATO <jet@gyve.org>
20327
20328 * play/animate.el (animate-birthday-present): Accept names other
20329 than `Sarah', too.
20330
20331 2004-02-21 Juri Linkov <juri@jurta.org>
20332
20333 * startup.el: Remove table of command line arguments from the
20334 Commentary section.
20335
20336 2004-02-20 John Wiegley <johnw@newartisans.com>
20337
20338 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
20339 again" modifier from 'e' to 'E', since 'e' is also used by the
20340 "file extension" modifier.
20341
20342 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
20343
20344 * help-fns.el (describe-categories): Doc fix.
20345
20346 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20347
20348 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
20349 temporary file for buffer already visiting one. This change makes
20350 output likely to be directly usable by patch program.
20351 Suggested by Adrian Aichner <adrian@xemacs.org>
20352
20353 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
20354
20355 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
20356 case of variables defined in compound statements.
20357 (gdb-setup-windows, gdb-source-info, gdb-source-info):
20358 Simplify constructions using switch-to-buffer.
20359
20360 2004-02-19 Simon Josefsson <jas@extundo.com>
20361
20362 * play/morse.el: Fix typo.
20363 (morse-code): Add @.
20364
20365 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20366
20367 * calendar/appt.el (appt-display-format): Change default to
20368 'ignore, for backwards compatibility.
20369 (appt-display-message): If appt-display-format is 'ignore,
20370 respect old vars appt-msg-window and appt-visible.
20371 (appt-activate): Don't depend on return value of cancel-timer.
20372
20373 * calendar/calendar.el (calendar-holidays): Doc fix.
20374
20375 * calendar/cal-coptic.el (coptic-prompt-for-date):
20376 Use assoc-string instead of assoc-ignore-case.
20377 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
20378 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
20379 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
20380 * calendar/cal-islam.el (calendar-goto-islamic-date)
20381 (mark-islamic-diary-entries): Ditto.
20382 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
20383 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
20384 (calendar-read-mayan-tzolkin-date): Ditto.
20385 * calendar/calendar.el (calendar-read-date): Ditto.
20386 * calendar/diary-lib.el (mark-diary-entries): Ditto.
20387
20388 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
20389
20390 * progmodes/executable.el (executable-command-find-posix-p):
20391 Fix choice of the directory.
20392
20393 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
20394
20395 * simple.el (interprogram-cut-function)
20396 (interprogram-paste-function, kill-new, kill-append):
20397 Doc fixes.
20398 (kill-region): Make it return nil. Doc fix.
20399 (yank-pop): Make its argument optional.
20400 (yank): Make ARG `-' equivalent to `-1'.
20401
20402 2004-02-17 Eli Zaretskii <eliz@gnu.org>
20403
20404 * mail/rmail.el (rmail-get-new-mail): Don't reference
20405 rmail-use-spam-filter if rmail-spam-filter is not loaded.
20406
20407 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
20408
20409 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
20410 if one of global-auto-revert-non-file-buffers or autorevert-mode
20411 is non-nil.
20412
20413 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20414
20415 * subr.el (delete-dups): A better implementation from Karl Heuer
20416 <kwzh@gnu.org>.
20417
20418 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
20419
20420 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
20421 correct place.
20422 * progmodes/icon.el (icon-indent-command): Ditto.
20423 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
20424
20425 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20426
20427 * progmodes/grep.el (grep-compute-defaults): Undo change from
20428 2004-01-29: don't use executable-command-find-posix-p.
20429
20430 2004-02-16 Richard Sharman <rsharman@pobox.com>
20431
20432 * hilit-chg.el: Use require instead of eval-and-compile.
20433 (highlight-compare-buffers): New function.
20434
20435 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
20436
20437 * man.el (Man-fontify-manpage): Render section headings in
20438 `Man-overstrike-face' even when overstrike was not used by man
20439 formatter for section headings.
20440
20441 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
20442
20443 * rmail-spam-filter.el (vm-use-spam-filter)
20444 (rsf-min-region-length-added-to-spam-list): New variables.
20445 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
20446 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
20447 spam testing. Don't delete spam message if automatic deletion
20448 after output via variable rmail-delete-after-output is turned on.
20449 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
20450 rsf-bbdb-dont-create-entries-for-spam.
20451 (check-field): New function, extracted from code in
20452 rmail-spam-filter to ease addition of header fields like content-type.
20453 (message-content-type): New variable to check the content-type:
20454 field added, also in defcustom of rsf-definitions-alist.
20455 (rmail-spam-filter): Replace repeated test code for header fields
20456 by calls to check-field; change the call to
20457 rmail-output-to-rmail-file such that rmail-current-message stays
20458 the same to avoid wrong deletion of unseen flags.
20459 (rsf-add-contents-type): New function to convert old format
20460 of rmail-spam-definitions-alist into new one.
20461 Change prefixes of all variables and functions from
20462 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
20463
20464 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20465
20466 * loadhist.el (unload-hook-features-list): New defvar.
20467
20468 2004-02-16 Dave Love <fx@gnu.org>
20469
20470 * loadhist.el (unload-feature): Doc fix. Rename flist to
20471 unload-hook-features-list.
20472
20473 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
20474
20475 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
20476 cookie. Don't check if we are looking-at open-formula.
20477
20478 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
20479
20480 * subr.el (match-string-no-properties): Use substring-no-properties.
20481
20482 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20483
20484 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
20485 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
20486 Use lower-case "rx" in all error message.
20487
20488 2004-02-16 Dave Love <fx@gnu.org>
20489
20490 * emacs-lisp/rx.el (rx-or): Put group around result.
20491 (rx-constituents): Add backref.
20492 (rx-syntax): Add string-delimiter, comment-delimiter.
20493 (rx-categories): Add combining-diacritic.
20494 (rx-check-not, rx-greedy, rx): Doc fix.
20495 (rx-backref, rx-check-backref): New.
20496
20497 2004-02-16 Jesper Harder <harder@ifa.au.dk>
20498
20499 * newcomment.el (uncomment-region): Allow eob as comment end.
20500
20501 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20502
20503 * filecache.el: All message and error commands now use prefix
20504 "Filecache:" to make it easy to read *Messages* buffer.
20505
20506 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20507
20508 * autorevert.el: Add support to detect changed dired and VC buffers.
20509 (auto-revert-active-p, auto-revert-list-diff)
20510 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
20511 (auto-revert-handler, auto-revert-active-p): New functions.
20512 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
20513 and `auto-revert-active-p'.
20514 (eval-when-compile): Defvar dired-directory and vc-mode.
20515 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20516 (auto-revert-handler-vc): New functions.
20517
20518 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20519
20520 * progmodes/compile.el (compilation-directory): New defvar.
20521 (compile): Save current directory in compilation-directory.
20522 (recompile): Bind default-directory to compilation-directory if
20523 that is non-nil.
20524
20525 2004-02-16 Dave Love <fx@gnu.org>
20526
20527 * newcomment.el (comment-insert-comment-function)
20528 (comment-region-function, uncomment-region-function): New.
20529 (comment-indent): Use comment-insert-comment-function.
20530 (uncomment-region): Use uncomment-region-function.
20531 (comment-region): Use comment-region-function.
20532
20533 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
20534
20535 2004-02-16 Richard Stallman <rms@gnu.org>
20536
20537 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
20538 loaddefs* and ldefs-boot*.
20539
20540 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20541
20542 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
20543 and email address at the beginning and end of the address.
20544
20545 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
20546 anchored at the beginning of the email address.
20547
20548 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
20549
20550 * international/ccl.el (ccl-compile-write): Pass `left' to
20551 ccl-embed-code to generate correct code of write-expr-register.
20552
20553 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
20554
20555 * progmodes/grep.el (grep-compute-defaults): Fix typos.
20556
20557 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20558
20559 * x-dnd.el: Mention support for Motif in commentary.
20560 (x-dnd-handle-drag-n-drop-event): Ditto.
20561
20562 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
20563
20564 * ses.el: Use "ses--" prefixes for buffer-local variables.
20565 Use (point-min) instead of 1, even when we know the buffer
20566 is unnarrowed.
20567 (ses-build-load-map): Delete. Distribute its content to defconsts for
20568 the three maps.
20569 (ses-menu, ses-header-line-menu): New menus.
20570 (ses-mode-map): Use them.
20571 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
20572
20573 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
20574
20575 * Makefile.in: Fix the CC Mode recompile kludge so it works
20576 when building in a different directory.
20577
20578 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
20579
20580 * simple.el (kill-new): Put yank-handler property on the entire string.
20581
20582 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20583
20584 * diff.el: Don't use compile any more, use diff-mode instead.
20585 (diff-regexp-alist, diff-old-file, diff-new-file)
20586 (diff-parse-differences, diff-process-setup): Remove.
20587 (diff-sentinel): New fun.
20588 (diff): Use it. Run the process ourselves.
20589 Use diff-mode for the rest of the processing.
20590
20591 * diff.el (diff): Simplify code handling `switch'.
20592
20593 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20594
20595 * pcvs-defs.el (cvs-menu): Add `tag'.
20596
20597 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
20598
20599 * simple.el (kill-append): Doc fix.
20600
20601 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20602 Adapt outline-regexp to the new conventions for commenting out code.
20603
20604 2004-02-11 John Paul Wallington <jpw@gnu.org>
20605
20606 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
20607
20608 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20609
20610 * diff.el (diff-switches): New fun.
20611 (diff, diff-backup): Use it.
20612 (diff): Clean up the args construction. Use backquote.
20613 Use listp instead of consp to avoid putting a nil arg.
20614 (diff): Add a revert-buffer function.
20615
20616 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20617
20618 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
20619 handled by x-dnd-handle-file-name.
20620 (x-dnd-known-types): Add COMPOUND_TEXT.
20621 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
20622 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
20623 x-dnd-empty-state.
20624 (x-dnd-forget-drop): Ditto.
20625 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
20626 (x-dnd-handle-one-url): Return private when inserting text.
20627 (x-dnd-insert-ctext): New function.
20628 (x-dnd-handle-file-name): New function for FILE_NAME.
20629 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
20630 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
20631 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
20632
20633 2004-02-10 Kenichi Handa <handa@m17n.org>
20634
20635 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
20636 instead of while loop.
20637
20638 2004-02-10 Miles Bader <miles@gnu.org>
20639
20640 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
20641
20642 2004-02-09 Kenichi Handa <handa@m17n.org>
20643
20644 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
20645 have end-of-line.
20646
20647 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
20648
20649 * Makefile.in: Added extra dependencies in the recompile target
20650 needed to cope with the compile time macro expansions in CC Mode.
20651
20652 2004-02-09 Kim F. Storm <storm@cua.dk>
20653
20654 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
20655 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
20656 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
20657 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
20658 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
20659 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
20660 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
20661 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
20662 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20663 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20664 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20665
20666 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20667
20668 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20669 Don't allow shrink if there's a window on our right.
20670
20671 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20672 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20673 Bring together declaration and initialization.
20674 (prolog-mode-variables): Don't set the syntax table.
20675 Don't set paragraph-start and comment-indent-function.
20676 Add /*..*/ to the comment regexps.
20677 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
20678 (prolog-mode-map): Don't bind TAB.
20679 (prolog-mode): Set the syntax table.
20680 (prolog-comment-indent): Remove.
20681 (inferior-prolog-mode-map): Initialize in the declaration.
20682 (inferior-prolog-mode-syntax-table)
20683 (inferior-prolog-mode-abbrev-table): New vars.
20684 (inferior-prolog-mode): Derive from comint-mode.
20685 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20686 minibuffer windows.
20687
20688 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20689 in file names, as long as it is unambiguous.
20690
20691 2004-02-08 Andreas Schwab <schwab@suse.de>
20692
20693 * textmodes/reftex-toc.el
20694 (reftex-toc-load-all-files-for-promotion): Remove useless use of
20695 format. Doc fix.
20696
20697 * textmodes/refer.el (refer-find-entry-internal): Remove extra
20698 format string arguments.
20699
20700 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20701 string argument.
20702
20703 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20704
20705 * play/zone.el (zone-call): Fix format string.
20706
20707 * net/webjump.el (webjump-builtin): Add missing format string argument.
20708
20709 * midnight.el (midnight-delay-set): Remove extra format string argument.
20710
20711 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20712
20713 * hexl.el (hexl-insert-char): Add missing format string argument.
20714
20715 * format.el (format-decode): Fix format string.
20716
20717 * emulation/vi.el (vi-mode): Remove extra format string argument.
20718 (vi-repeat-last-search): Likewise.
20719 (vi-reverse-last-search): Likewise.
20720 (vi-goto-mark): Likewise.
20721 (vi-reverse-last-find-char): Likewise.
20722 (vi-repeat-last-find-char): Likewise.
20723 (vi-locate-def): Likewise.
20724
20725 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20726
20727 * ediff-util.el (ediff-toggle-read-only): Remove extra format
20728 string argument.
20729 (ediff-toggle-regexp-match): Likewise.
20730
20731 * dired-aux.el (dired-do-query-replace-regexp): Add missing
20732 format string argument.
20733
20734 * calc/calc-map.el (calc-get-operator): Remove extra format
20735 string argument.
20736
20737 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20738
20739 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20740 string argument.
20741
20742 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20743
20744 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20745
20746 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20747
20748 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20749 (cl-struct-setf-expander): Likewise.
20750
20751 * vc.el (with-vc-file): Fix unsafe uses of error.
20752 (vc-cancel-version): Likewise.
20753
20754 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
20755
20756 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20757 thousands separator; fixes <class>:<line-number> regexp for
20758 non-english locales.
20759
20760 2004-02-08 Andreas Schwab <schwab@suse.de>
20761
20762 * view.el (view-mode-enable): Revert previous change.
20763
20764 2004-02-07 Kim F. Storm <storm@cua.dk>
20765
20766 * simple.el (line-number-at-pos): Rename from line-at-pos.
20767 Uses changed (what-line and vc-annotate-warp-version).
20768
20769 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20770
20771 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20772 (diff-mode): Remove aborted attempt at support for compile.el.
20773 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20774
20775 2004-02-06 Andreas Schwab <schwab@suse.de>
20776
20777 * view.el (view-mode-enable): Add view-mode-map to
20778 minor-mode-overriding-map-alist.
20779
20780 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20781
20782 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20783
20784 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
20785
20786 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20787 with point inside rather than after the paragraph.
20788
20789 2004-02-04 Sam Steingold <sds@gnu.org>
20790
20791 * mail/smtpmail.el (smtpmail-try-auth-methods):
20792 Do not try authentication when no mechanism is available.
20793 Pass port-name as defaultport to `netrc-machine'.
20794
20795 2004-02-04 Stephen Eglen <stephen@gnu.org>
20796
20797 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20798 to show how minibuffer height can be constrained.
20799
20800 2004-02-04 John Paul Wallington <jpw@gnu.org>
20801
20802 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20803
20804 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20805
20806 * x-dnd.el: New file for drag and drop.
20807
20808 * term/x-win.el: require x-dnd, set after-make-frame-functions
20809 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20810 drag-n-drop event.
20811
20812 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20813 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20814 (dired-dnd-handle-file): New functions for drag and drop support.
20815 (dired-mode): Initialize drag and drop if x-dnd present.
20816
20817 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20818
20819 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20820 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20821 (cperl-mode): Set fill-paragraph-function.
20822 (cperl-fill-paragraph): Make it non-interactive.
20823
20824 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
20825
20826 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20827
20828 2004-02-02 David Kastrup <dak@gnu.org>
20829
20830 * replace.el (perform-replace): Allow 'literal argument in
20831 regexp-flag to indicate literal replacement.
20832 (query-replace-regexp-eval): Use it.
20833
20834 2004-02-01 Andreas Schwab <schwab@suse.de>
20835
20836 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20837
20838 2004-02-01 Stephen Eglen <stephen@gnu.org>
20839
20840 * info-look.el: Add support for maxima-mode. Update commentary
20841 because info-lookup-symbol is now bound to C-h S.
20842
20843 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
20844
20845 * simple.el (edit-and-eval-command): Bind print-level and
20846 minibuffer-history-sexp-flag around call to read-from-minibuffer.
20847 Correct initial position in command-history.
20848
20849 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
20850
20851 * files.el (read-directory-name): Adapt the docstring to recent
20852 change in Fread_file_name.
20853
20854 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
20855
20856 * ses.el (ses-print-cell): If print format too wide for column
20857 width, truncate decimal places if that helps to avoid "#####" fill.
20858 * ses.el (ses-initial-column-width): Revert previous change.
20859
20860 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
20861
20862 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20863 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20864 Add edebug info.
20865 (jit-lock-mode): Setup/cancel the new timer.
20866 (jit-lock-context-fontify): New fun. Extracted from
20867 context fontification code of jit-lock-stealth-fontify.
20868 (jit-lock-stealth-fontify): Don't do context fontification any more.
20869
20870 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20871 (jit-lock-fontify-now): Handle the `quit' case.
20872 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20873
20874 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
20875
20876 * progmodes/executable.el (executable-command-find-posix-p):
20877 New. Check if find handles arguments Posix-style.
20878
20879 * progmodes/grep.el (grep-compute-defaults):
20880 Use executable-command-find-posix-p.
20881 (grep-find): Check `grep-find-command'.
20882
20883 * filecache.el (file-cache-find-posix-p): Delete.
20884 (file-cache-add-directory-using-find):
20885 Use `executable-command-find-posix-p'.
20886
20887 2004-01-29 Dave Love <fx@gnu.org>
20888
20889 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20890 Iterate the hook function if arg is given.
20891 (mark-defun, narrow-to-defun): Change order of finding the limits.
20892
20893 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20894 (byte-compile-format-warn): New.
20895 (byte-compile-callargs-warn): Use it.
20896 (Format, message, error): Add byte-compile-format-like property.
20897 (byte-compile-maybe-guarded): New.
20898 (byte-compile-if, byte-compile-cond): Use it.
20899 (byte-compile-lambda): Compile interactive forms,
20900 just to make warnings about them.
20901
20902 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
20903
20904 * ses.el (ses-initial-column-width): Increase to 14, so it will
20905 work well with the default printer of "%.7g" for extreme values
20906 like "-1.234567e+07".
20907
20908 2004-01-29 Kenichi Handa <handa@m17n.org>
20909
20910 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20911
20912 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
20913
20914 * dos-w32.el: Added support for the `default-printer-name' function.
20915
20916 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20917
20918 * server.el (server-socket-name): Don't use the hostname in the
20919 socket name since /tmp is local to the host anyway.
20920
20921 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20922 robust check of widening and fix var-naming.
20923
20924 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
20925
20926 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20927 or rmail-spam- to rsf- in all function and variable names.
20928 (rsf-min-region-to-spam-list): New variable.
20929 (rsf-bbdb-auto-delete-spam-entries): Rename from
20930 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
20931 scanned together with the recipients field for spam testing; Don't
20932 delete spam message if rmail-delete-after-output is non-nil;
20933 (rsf-check-field): New function, extracted from code in
20934 rmail-spam-filter to ease addition of header fields like
20935 content-type:;
20936 (message-content-type): New variable. The content-type: field was
20937 added also in defcustom of rsf-definitions-alist;
20938 (rmail-spam-filter): Replace repeated test code for header fields
20939 by calls to check-field; change the call to
20940 rmail-output-to-rmail-file such that rmail-current-message stays
20941 the same to avoid wrong deletion of unseen flags.
20942 (rmail-use-spam-filter): Add autoload cookie.
20943
20944 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
20945
20946 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
20947 (file-cache-add-directory-using-find): Add Cygwin support.
20948 (file-cache-find-command-posix-flag): New user variable.
20949
20950 * filecache.el (file-cache-add-directory): Check for
20951 directories an remove them from dir-files.
20952
20953 2004-01-27 Richard M. Stallman <rms@gnu.org>
20954
20955 * man.el (Man-fontify-manpage): Clean up message.
20956
20957 2004-01-27 Kenichi Handa <handa@m17n.org>
20958
20959 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20960 (sentence-end): Define using sentence-end-without-space.
20961
20962 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20963 a sentence ends with one of a character in sentence-end-without-space.
20964
20965 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
20966
20967 * font-lock.el (font-lock): Add jit-lock as explicit group member.
20968 (jit-lock): Group declaration moved to jit-lock.el.
20969 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20970 when necessary.
20971
20972 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20973 (jit-lock-context-unfontify-pos): Rename from
20974 jit-lock-first-unfontify-pos.
20975 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20976
20977 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20978
20979 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20980 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20981 (fortran-fill): When filling a string, adjust re-search-backward
20982 argument for special case of string just on fill-column.
20983 When filling non-string, allow one extra char if
20984 fortran-break-before-delimiters is non-nil.
20985 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20986 Use fortran-break-delimiters-re and fortran-no-break-re to
20987 correctly handle cases such as "**".
20988
20989 * progmodes/f90.el (f90-break-delimiters): Doc fix.
20990 (f90-no-break-re): Add some extra tokens. Doc fix.
20991
20992 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
20993
20994 * mail/rmail-spam-filter.el:
20995 Use two semicolons as Commentary line prefix.
20996 Add ";;; Code:" stylized comment.
20997 Delete end-of-line whitespace.
20998 Wrap (require 'cl) with `eval-when-compile'.
20999
21000 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
21001
21002 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
21003 at the top level of vc.el.
21004
21005 2004-01-23 Andre Spiegel <spiegel@gnu.org>
21006
21007 * vc.el (vc-current-line): Function removed. This is now done by
21008 the new function line-at-pos in simple.el.
21009 (vc-annotate-warp-version): Use line-at-pos instead of
21010 vc-current-line.
21011
21012 2004-01-22 Kim F. Storm <storm@cua.dk>
21013
21014 * simple.el (line-at-pos): New defun.
21015 (what-line): Use it. Optimize by only counting lines in narrowed
21016 region once.
21017
21018 2004-01-22 Kenichi Handa <handa@m17n.org>
21019
21020 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
21021 point (register r1) only for charset mule-unicode-0100-24ff.
21022
21023 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
21024
21025 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
21026 trailing white space and ensure a final newline.
21027
21028 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
21029 Add autoload cookie.
21030
21031 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
21032
21033 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
21034 activate view-mode explicitly.
21035
21036 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21037
21038 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
21039 menu-bar-enable-clipboard and make Paste use clipboard first.
21040
21041 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21042
21043 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
21044 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
21045 (vc-mcvs-cvs): Remove.
21046 (vc-mcvs-command): Remove use of assert.
21047
21048 * outline.el (outline-insert-heading): Tighten up match.
21049 (outline-demote, outline-move-subtree-down): Don't assume anything
21050 about outline-regexp.
21051
21052 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
21053 (texinfo-show-structure): Explicitly add ^, and simplify.
21054
21055 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
21056
21057 * calendar/appt.el (appt-check): Restore usage of
21058 appt-issue-message deleted in previous change.
21059 (top-level): Activate package when loaded (needed for backwards
21060 compatibility).
21061
21062 2004-01-20 Jesper Harder <harder@ifa.au.dk>
21063
21064 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
21065 following previous change to smtpmail-send-data.
21066
21067 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
21068
21069 * vc.el (vc-default-previous-version): Doc enhancement.
21070 (vc-default-next-version): New function.
21071 (vc-print-log): New arg FOCUS-REV.
21072 (vc-annotate-mode): Derive from view-mode.
21073 (vc-annotate): New args REVISION, DISPLAY-MODE.
21074 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
21075 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
21076 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
21077 (vc-annotate-show-diff-revision-at-line, vc-current-line)
21078 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
21079
21080 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
21081
21082 2004-01-19 Karl Berry <karl@gnu.org>
21083
21084 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
21085 or "TexInfo".
21086
21087 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
21088
21089 * subr.el (delete-dups): New function.
21090
21091 2004-01-19 Karl Berry <karl@gnu.org>
21092
21093 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
21094 with ^, since that's what texinfo-show-structure
21095 documentation says (plus it works much better in texinfo.txi).
21096
21097 2004-01-18 Jesper Harder <harder@ifa.au.dk>
21098
21099 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
21100
21101 2004-01-18 David Ponce <david@dponce.com> (tiny change)
21102
21103 * progmodes/which-func.el (which-function-mode): Don't cancel
21104 which-func-update-timer if not set.
21105
21106 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
21107
21108 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
21109 Remove spurious left square bracket in XX:XXam regexp.
21110
21111 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
21112
21113 * progmodes/cc-defs.el: Do not require cl at run time.
21114
21115 2004-01-16 Richard M. Stallman <rms@gnu.org>
21116
21117 * emacs-lisp/cl.el (cl-cannot-unload): New function.
21118 (cl-unload-hook): Defvar this to run cl-cannot-unload.
21119
21120 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
21121 Call rmail-spam-filter. Delete and expunge spam.
21122 Print number of spam messages deleted.
21123 Save and restore the deletion status of old messages when reading
21124 new mail with spam filter, so that expunging spam does not expunge
21125 msgs deleted by the user.
21126 (rmail-only-expunge): Add an optional argument dont-show to
21127 prevent showing message after expunge.
21128
21129 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
21130
21131 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
21132 * subr.el (declare): New macro.
21133
21134 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
21135
21136 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
21137
21138 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
21139
21140 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21141 Test window-system rather than system-type (for X11/Mac).
21142
21143 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
21144
21145 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
21146
21147 2004-01-12 Richard M. Stallman <rms@gnu.org>
21148
21149 * mail/rmail.el (rmail-convert-to-babyl-format):
21150 Use mail-unquote-printable-region.
21151 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
21152 (rmail-hex-char-to-integer): Functions deleted.
21153
21154 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
21155 (mail-unquote-printable-region): New arg NOERROR.
21156 For invalid encoding, either signal an error to just return nil.
21157
21158 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21159
21160 * calendar/appt.el: Update copyright and commentary.
21161 (appt-issue-message): Make obsolete.
21162 (appt-visible, appt-msg-window): Make obsolete, in favor of
21163 appt-display-format.
21164 (appt-display-mode-line, appt-display-duration)
21165 (appt-display-diary, appt-time-msg-list, appt-mode-string)
21166 (appt-prev-comp-time, appt-display-count, appt-timer)
21167 (appt-convert-time): Doc change.
21168 (appt-disp-window-function, appt-delete-window-function):
21169 Use defcustom rather than defvar.
21170 (appt-display-format): New variable.
21171 (appt-display-message): New function with display code from appt-check.
21172 (appt-check): Add optional FORCE argument. Doc change.
21173 Add appt-make-list to diary-hook if displaying diary.
21174 Remove checking of view-diary-entries-initially.
21175 Message display section removed to new function appt-display-message.
21176 (appt-display-window): Doc change. Remove unused internal var
21177 this-buffer. Do not beep, since appt-display-message does that.
21178 (appt-make-list): Doc change. Use caar.
21179 (appt-sort-list): Simplify by using builtin sort function.
21180 (appt-update-list): New function for updating appts when diary is
21181 saved.
21182 (appt-activate): New autoloaded function to toggle package
21183 functionality.
21184
21185 * calendar/cal-x.el: (calendar-one-frame-setup)
21186 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21187
21188 * calendar/calendar.el: Update copyright.
21189 (view-diary-entries-initially, european-calendar-style): Doc change.
21190 (calendar-setup): Make defcustom rather than defvar.
21191 (mark-visible-calendar-date): Initialize temp-face and faceinfo
21192 in let binding so local to function.
21193
21194 * calendar/diary-lib.el: Update copyright.
21195 (diary, diary-entry-time): Doc change.
21196 (list-diary-entries): Doc change. Trivial logic change.
21197 (fancy-diary-display): Restore make-face command mistakenly
21198 deleted 2003-05-08.
21199 (show-all-diary-entries): Allow to pop-up frame if needed.
21200
21201 2004-01-09 John Paul Wallington <jpw@gnu.org>
21202
21203 * bindings.el (mode-line-change-eol): Add EVENT parameter.
21204 Temporarily select EVENT's window for changing eol type.
21205
21206 2004-01-09 Deepak Goel <deego@gnufans.org>
21207
21208 * calendar/diary-lib.el (diary-entry-time):
21209 Also accept time in the form XX[.XX][am/pm/AM/PM].
21210 (fancy-diary-font-lock-keywords): Likewise.
21211 (diary-font-lock-keywords): Likewise.
21212 * calendar/appt.el (appt-add): Likewise.
21213 (appt-make-list): Likewise.
21214 (appt-convert-time): Likewise.
21215
21216 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
21217
21218 * gdb-ui.el (gdb-ann3): Revert previous change.
21219 (gdb-source-info): Allow for case of where compilation directory
21220 is not recorded.
21221
21222 2004-01-08 John Paul Wallington <jpw@gnu.org>
21223
21224 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
21225
21226 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
21227
21228 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
21229
21230 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
21231 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
21232 problems.
21233 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
21234
21235 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
21236
21237 * files.el (write-file-functions, write-contents-functions):
21238 Clarify docstrings.
21239
21240 2004-01-07 Kenichi Handa <handa@m17n.org>
21241
21242 * international/mule.el (set-auto-coding): Fix for the case that
21243 end-of-line is only CR.
21244
21245 2004-01-07 Kim F. Storm <storm@cua.dk>
21246
21247 * subr.el (event-start, event-end): Doc fix.
21248 (posn-string, posn-image): New defuns.
21249 (posn-object): Return either image or string object.
21250 (posn-object-x-y): Return 8th element of position.
21251 (posn-object-width-height): New defun.
21252
21253 2004-01-06 Andreas Schwab <schwab@suse.de>
21254
21255 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
21256 output.
21257
21258 2004-01-05 Karl Berry <karl@gnu.org>
21259
21260 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
21261 / and *, too.
21262
21263 2003-12-31 Simon Josefsson <jas@extundo.com>
21264
21265 * files.el (before-save-hook): Add.
21266 (basic-save-buffer): Use before-save-hook.
21267
21268 * emacs-lisp/copyright.el: Fix comment to recommend
21269 before-save-hook instead of write-file-functions.
21270
21271 2004-01-05 Richard M. Stallman <rms@gnu.org>
21272
21273 * finder.el (finder-commentary): Call delete-other-windows.
21274
21275 * net/ange-ftp.el (ange-ftp-file-attributes):
21276 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
21277
21278 2004-01-04 Karl Berry <karl@gnu.org>
21279
21280 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
21281 comment characters % and # in the copyright year notice,
21282 as well as ;.
21283
21284 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
21285
21286 * wid-edit.el (default): Define dummy :value-delete.
21287 Reported by Jesper Harder <harder@ifa.au.dk>.
21288
21289 2004-01-03 Richard M. Stallman <rms@gnu.org>
21290
21291 * progmodes/compile.el (compile-internal): Use point, not point-min,
21292 for set-window-point.
21293
21294 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
21295
21296 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
21297
21298 * progmodes/grep.el (grep-mode-map):
21299 Don't remap next-line, previous-line.
21300
21301 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
21302
21303 * speedbar.el (speedbar-edit-line): Change regexp to position
21304 the cursor on the first character of this line's button.
21305
21306 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
21307
21308 * subr.el (functionp): Doc fix.
21309
21310 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
21311
21312 * progmodes/idlwave.el (idlwave-make-tags):
21313 * textmodes/flyspell.el (flyspell-large-region):.
21314 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
21315 * emulation/viper-util.el (viper-glob-unix-files):
21316 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
21317 * man.el (Man-init-defvars):
21318 * jka-compr.el (jka-compr-call-process):
21319 * files.el (get-free-disk-space,insert-directory):
21320 * ediff-ptch.el (ediff-test-patch-utility):
21321 * ediff-diff.el (ediff-test-utility):
21322 * dired-aux.el (dired-check-process):
21323 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
21324 test the return value of call-process, because it can be a string.
21325
21326 2003-12-31 John Paul Wallington <jpw@gnu.org>
21327
21328 * bindings.el (completion-ignored-extensions): Add .pfsl.
21329
21330 2003-12-31 Kim F. Storm <storm@cua.dk>
21331
21332 * ido.el (ido-nonreadable-directory-p): New defun to check for
21333 nonreadable directory without activating tramp (to avoid problems
21334 with checking incomplete tramp paths).
21335 (ido-set-current-directory, ido-file-internal)
21336 (ido-file-name-all-completions1): Use it.
21337
21338 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
21339
21340 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
21341 documentation if the anchor (or node) name is preceded by `info
21342 anchor' or `Info anchor' in addition to earlier `info node' and
21343 `Info node'.
21344 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
21345
21346 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21347
21348 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
21349 error in arguments to base64-decode-region. Remove ^M characters
21350 after decoding base64.
21351
21352 2003-12-30 Simon Josefsson <jas@extundo.com>
21353
21354 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
21355 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
21356 have only been distributed with Emacs for some years.
21357 (texinfo-mode-hook): Customize.
21358
21359 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21360
21361 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
21362 cleaner (suggested by Richard Stallman).
21363
21364 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
21365 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
21366 file-name clashes on 8+3 DOS filesystems.
21367
21368 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
21369 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
21370 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
21371 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
21372 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
21373 file-name clashes on 8+3 filesystems.
21374
21375 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
21376 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
21377 file-name clashes on 8+3 DOS filesystems.
21378
21379 2003-12-29 Richard M. Stallman <rms@gnu.org>
21380
21381 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
21382 Upcase the character.
21383
21384 * textmodes/flyspell.el (mail-mode-flyspell-verify):
21385 Search for header separator alone on a line, literally,
21386 and search for it backward, not forward.
21387 (flyspell-abbrev-table): Always use global-abbrev-table
21388 if there is no local one.
21389
21390 * progmodes/sh-script.el (sh-get-indent-info):
21391 Don't move point back if at bob.
21392
21393 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
21394
21395 * play/handwrite.el (handwrite): Make the handwrite credit message
21396 a comment rather than an output command.
21397
21398 * obsolete/sc.el: Display message that this file is obsolete.
21399
21400 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
21401
21402 * mail/rfc822.el (rfc822-address-start): Declare variable.
21403 Renamed from address-start. All uses changed.
21404
21405 * term.el (term-exec): Set up sentinel.
21406 (term-sentinel): New function.
21407 (term-handle-exit): New function.
21408
21409 * subr.el (assoc-ignore-case, assoc-ignore-representation):
21410 Use assoc-string, and mark them obsolete.
21411 (delay-mode-hooks): Mark as permanent local.
21412
21413 * simple.el (sendmail-user-agent-compose): Use assoc-string.
21414
21415 * register.el (copy-rectangle-to-register): Doc fix.
21416
21417 * info.el (Info-insert-dir): Use assoc-string.
21418
21419 * info-look.el (info-lookup): Use assoc-string.
21420
21421 * frame.el (pop-up-frame-function): Use quote, not `function'.
21422 (frame-notice-user-settings): Calculate ADJUSTED-TOP
21423 copying with lists as coordinate values.
21424
21425 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
21426
21427 * find-dired.el (kill-find): New command.
21428 (find-dired): Make buffer read-only.
21429 Set up a keymap with C-c C-k running kill-find.
21430 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
21431
21432 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
21433
21434 * filecache.el (file-cache-ignore-case): New variable.
21435 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
21436
21437 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
21438 (comint-dynamic-complete-as-filename): Rename local vars.
21439 (comint-dynamic-list-filename-completions): Likewise.
21440
21441 * comint.el (comint-dynamic-list-completions-config): New var.
21442 (comint-dynamic-list-completions): Handle both SPC and TAB right.
21443
21444 * comint.el (comint-file-name-chars): Add [].
21445 (comint-word): Use skip-chars-backward, not search.
21446
21447 * shell.el (shell-file-name-chars): Add [].
21448
21449 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
21450
21451 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
21452
21453 * generic.el (define-generic-mode): Doc fix.
21454
21455 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21456
21457 * files.el (kill-some-buffers): Doc fix.
21458
21459 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
21460
21461 * comint.el (comint-watch-for-password-prompt): Pass `string' as
21462 arg to send-invisible
21463 (send-invisible): Doc fix. The argument is now a prompt, not the
21464 string to send.
21465 (comint-read-noecho): Doc fix.
21466
21467 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
21468
21469 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
21470 "@", as required by some ISP hosting service. Fix defcustom
21471 argument syntax errors that prevented use of customization.
21472
21473 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21474
21475 * xml.el (xml-get-attribute-or-nil): Doc fix.
21476
21477 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
21478
21479 * net/zone-mode.el (zone-mode): Use write-file-functions, not
21480 write-file-hooks.
21481
21482 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
21483
21484 * autorevert.el (auto-revert-interval): Doc fix.
21485
21486 2003-12-29 Mark A. Hershberger <mah@everybody.org>
21487
21488 * xml.el (xml-get-attribute-or-nil): New function, like
21489 xml-get-attribute, but returns nil if the attribute was not found.
21490 (xml-get-attribute): Convert to defsubst, uses
21491 xml-get-attribute-or-nil.
21492
21493 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21494
21495 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
21496
21497 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
21498
21499 * custom.el (custom-declare-theme): Use `value' when putting
21500 properties on `theme'.
21501
21502 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
21503
21504 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
21505 for each yank-handler segment.
21506 (insert-for-yank-1): New function, with the body of the previous
21507 insert-for-yank.
21508
21509 * textmodes/table.el (table-yank-handler): New defcustom.
21510 (table--put-cell-indicator-property): Put yank-handler property
21511 that indicates the yank handler for the table cell.
21512
21513 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21514
21515 * generic-x.el (etc-modules-conf-generic-mode): A more complete
21516 set of keywords.
21517
21518 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21519
21520 * international/mule-cmds.el (reset-language-environment)
21521 (set-language-environment): Don't invoke fontset-related functions
21522 if fontset-list is not fboundp.
21523
21524 2003-12-29 Kenichi Handa <handa@m17n.org>
21525
21526 * international/mule-cmds.el (reset-language-environment):
21527 Call set-overriding-fontspec-internal with nil.
21528 (set-language-environment): Call set-overriding-fontspec-internal
21529 if the language environment specify `overriding-fontspec'.
21530 (language-info-alist): Doc added.
21531
21532 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
21533 characters of mule-unicode-0100-24ff.
21534 (ccl-encode-windows-1251-font): New CCL program.
21535 ("Bulgarian"): Specify overriding-fontspec.
21536 ("Belarusian"): Likewise.
21537
21538 2003-12-28 Sam Steingold <sds@gnu.org>
21539
21540 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
21541 parameter ID-FORMAT to conform with the 2003-11-30 patch.
21542
21543 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
21544
21545 * progmodes/gud.el (gud-gdb-command-name): Set default to
21546 "gdb --annotate=3".
21547 (gud-gdb-marker-filter): Look out for annotations.
21548 (gdb-first-pre-prompt): New variable.
21549 Remove trailing white space.
21550
21551 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
21552 if necessary.
21553 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
21554 annotations are detected.
21555 (gud-gdba-marker-filter): Use global variable gud-marker-acc
21556 instead of a local one to allow transition from
21557 gud-gdb-marker-filter.
21558 Remove trailing white space.
21559
21560 2003-12-27 Kim F. Storm <storm@cua.dk>
21561
21562 * ido.el: Handle non-readable directories.
21563 (ido-decorations): Add 9th element for non-readable directory.
21564 (ido-directory-nonreadable): New dynamic var.
21565 (ido-set-current-directory): Set it.
21566 (ido-read-buffer, ido-file-internal):
21567 (ido-read-file-name, ido-read-directory-name): Let-bind it.
21568 (ido-file-name-all-completions1): Return empty list for
21569 non-readable directory.
21570 (ido-exhibit): Print [Not readable] if directory is not readable.
21571 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
21572 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
21573 Use it.
21574
21575 2003-12-27 Lars Hansen <larsh@math.ku.dk>
21576
21577 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
21578 calls to directory-files-and-attributes and file-attributes.
21579 (ls-lisp-format): Remove system dependent handling of user and
21580 group id's.
21581
21582 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
21583
21584 * ffap.el (ffap-read-file-or-url): Revert previous change.
21585
21586 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
21587
21588 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
21589 new list of included files called `files-with-node-lines', that
21590 only have node lines. This way @include commands can include any
21591 file, such as version and update files without node lines, not
21592 just files that are chapters.
21593
21594 2003-12-25 Andreas Schwab <schwab@suse.de>
21595
21596 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
21597 file not found.
21598
21599 2003-12-08 Miles Bader <miles@gnu.org>
21600
21601 * dired.el (dired-between-files): Always use dired-move-to-filename,
21602 which is more robust in non-english locales.
21603
21604 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
21605
21606 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
21607
21608 2003-12-24 Andreas Schwab <schwab@suse.de>
21609
21610 * shell.el (shell-file-name-quote-list): Add backslash.
21611
21612 * comint.el (comint-quote-filename): Correctly handle backslash
21613 in comint-file-name-quote-list.
21614
21615 2003-12-24 Kenichi Handa <handa@m17n.org>
21616
21617 * international/mule-cmds.el (set-default-coding-systems):
21618 Call ucs-set-table-for-input for all buffers that don't have local
21619 value of buffer-file-coding-system.
21620
21621 * international/ucs-tables.el (ucs-set-table-for-input):
21622 If translation-table-for-encode is a symbol, get its
21623 translation-table property.
21624
21625 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
21626
21627 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
21628 to `completing-read' on a recently fixed bug.
21629
21630 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
21631 instead of SPACE, to get the list of possible fringe modes.
21632 SPACE only works if both `partial-completion-mode' and
21633 `completion-auto-help' are nil.
21634
21635 * complete.el (PC-is-complete-p): Delete.
21636 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
21637 calls to `test-completion'.
21638
21639 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
21640
21641 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
21642 to edit values when there are no children.
21643
21644 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
21645 a mode called "Assembler" already exists.
21646 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
21647 (gud-watch): Use format option. Remove font properties from string.
21648 (gdb-var-create-handler, gdb-var-list-children-handler):
21649 Don't bother about properties as there are none.
21650 (gdb-var-create-handler, gdb-var-list-children-handler)
21651 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
21652 with two arguments.
21653 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
21654 Let speedbar show value changes with a different font.
21655 (gdb-edit-value): New defun.
21656 (gdb-clear-partial-output, gdb-clear-inferior-io)
21657 (def-gdb-auto-update-handler): Use erase-buffer.
21658 (gdb-frame-handler): Display watch expressions in
21659 FUNCTION::VARIABLE format if required.
21660
21661 2003-12-23 John Paul Wallington <jpw@gnu.org>
21662
21663 * info.el (Info-unescape-quotes, Info-split-parameter-string)
21664 (Info-goto-emacs-command-node): Doc fixes.
21665
21666 2003-12-12 Jesper Harder <harder@ifa.au.dk>
21667
21668 * cus-edit.el (custom-add-parent-links): Define "many".
21669
21670 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
21671
21672 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21673 (widget-child-validate, widget-type-value-create)
21674 (widget-type-default-get, widget-type-match): New functions.
21675 (lazy): New widget.
21676 (menu-choice, checklist, radio-button-choice, editable-list)
21677 (group, documentation-string): Remove redundant (per 2003-10-25
21678 change) calls to `widget-children-value-delete'.
21679 (widget-choice-value-get, widget-choice-value-inline): Remove.
21680 (menu-choice): Update widget.
21681
21682 2003-12-03 Kenichi Handa <handa@m17n.org>
21683
21684 * language/cyrillic.el: Register "microsoft-cp1251" in
21685 ctext-non-standard-encodings-alist.
21686 ("Bulgarian"): Add ctext-non-standard-encodings.
21687 ("Belarusian"): Likewise.
21688
21689 * international/mule-conf.el (compound-text-with-extensions):
21690 Change the type to 2 (iso-2022 base).
21691
21692 * international/mule.el (ctext-non-standard-encodings-alist):
21693 Change the format.
21694 (ctext-non-standard-encodings): New variable.
21695 (ctext-post-read-conversion): Fully re-written.
21696 (ctext-non-standard-designations-alist): Delete it.
21697 (ctext-non-standard-encodings-table): New function.
21698 (ctext-pre-write-conversion): Fully re-written.
21699
21700 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
21701
21702 * cus-edit.el (custom-add-parent-links): Add documentation links
21703 for parent, if the item has none of its own.
21704
21705 2003-11-30 Richard M. Stallman <rms@gnu.org>
21706
21707 * dired-aux.el (dired-do-query-replace-regexp):
21708 Report files visited read-only.
21709
21710 2003-11-30 Juri Linkov <juri@jurta.org>
21711
21712 * dired-aux.el (dired-compare-directories): New command.
21713 (dired-file-set-difference, dired-files-attributes): New functions.
21714
21715 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
21716 Version 2.0.38 of Tramp released.
21717
21718 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
21719 Charles Curley <charlescurley@charlescurley.com>.
21720 (tramp-multi-connection-function-alist): Add ssht entry which adds
21721 "-e none -t -t" to the list of ssh args. Suggested by Adrian
21722 Aichner.
21723 (tramp-get-method-parameter): New function to retrieve a method
21724 parameter. This allows for omission of method parameters.
21725 Callers adjusted.
21726
21727 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
21728
21729 * net/tramp.el: Add new optional parameter ID-FORMAT to
21730 `file-attributes'. Calls of `file-attributes' won't use this
21731 parameter for backward compatibility reasons.
21732 (tramp-perl-file-attributes): Add a new parameter to Perl script
21733 in order to handle uid/gid as strings, if desired.
21734 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21735 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21736 order to make the function more general.
21737 (tramp-handle-file-attributes): Replace proprietary optional
21738 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21739 (tramp-handle-file-attributes-with-perl): Handle parameter
21740 NONNUMERIC if set. This wasn't done in the past.
21741 (tramp-post-connection): Apply second parameter "$2" if
21742 `tramp-remote-perl' is called.
21743
21744 * net/tramp-smb.el (tramp-smb-handle-delete-file):
21745 Correct cut'n'waste error (`filename' instead of `directory').
21746 (tramp-smb-handle-directory-files-and-attributes)
21747 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21748 introduced parameter ID-FORMAT.
21749 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21750 error (`directory' instead of `ldir').
21751
21752 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21753 `file-attributes' has a second parameter. If yes, apply it with
21754 value "'integer". Otherwise, don't use that parameter (default is
21755 integer format).
21756
21757 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
21758
21759 * help.el (help-map): Bind `display-local-help' to `C-h .'.
21760 (help-for-help): Add `C-h .' to the listed Help options.
21761 Remove trailing whitespace.
21762
21763 * help-at-pt.el: New file.
21764
21765 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
21766
21767 * subr.el (noreturn, 1value): New macros for test coverage.
21768 See `testcover.el'.
21769
21770 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21771
21772 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21773 for macro `1value'.
21774 (testcover-1value): New function. Checks that a 1value form
21775 actually returns only one value. Requested by RMS.
21776
21777 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
21778
21779 * gdb-ui.el (gud-watch, gdb-var-create-handler)
21780 (gdb-var-list-children, gdb-var-list-children-handler)
21781 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21782 gdb commands that use mi to keep them out of the command history.
21783
21784 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21785
21786 * cus-start.el (all): Add use-file-dialog.
21787
21788 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21789
21790 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21791
21792 2003-11-27 Kim F. Storm <storm@cua.dk>
21793
21794 * subr.el (posn-object-x-y): New defun.
21795
21796 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
21797
21798 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21799 Don't use `space' for \\\n.
21800 Be more selective as to which # are comment-starters.
21801
21802 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
21803
21804 * subr.el (number-sequence): Improve handling of floating point
21805 arguments (suggested by Kim Storm). Allow negative arguments.
21806
21807 2003-11-26 Kenichi Handa <handa@m17n.org>
21808
21809 * international/mule-cmds.el (standard-display-european-internal):
21810 Cancel the standard-display-table setting for ` and '.
21811
21812 2003-11-26 Kim F. Storm <storm@cua.dk>
21813
21814 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21815 New defcustoms to add ffap-like functionality to ido.
21816 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
21817 (ido-no-final-slash): New defun.
21818 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21819 (ido-read-file-name): ): Toggle VC checking via
21820 vc-handled-backends instead of vc-master-templates.
21821 (ido-file-internal): Handle ido-use-url-at-point and
21822 ido-use-filename-at-point via code borrowed from ffap-guesser.
21823 Handle new ido-exit code ffap.
21824 (ido-sort-list): Ignore final slash when sorting file names.
21825
21826 2003-11-25 Kim F. Storm <storm@cua.dk>
21827
21828 * emulation/cua-base.el (cua--standard-movement-commands):
21829 Add forward-sentence and backward-sentence.
21830
21831 2003-11-25 Stephen Eglen <stephen@gnu.org>
21832
21833 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21834 iswitchb-exit is set to 'usefirst when user selects buffer at head
21835 of list using RET. (Selecting buffers at the head of the list was
21836 broken if the substring was also a complete buffername.)
21837
21838 2003-11-23 Kim F. Storm <storm@cua.dk>
21839
21840 * progmodes/compile.el (grep-command, grep-use-null-device)
21841 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21842 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21843 (grep-regexp-alist, grep-program, find-program)
21844 (grep-find-use-xargs, grep-history, grep-find-history)
21845 (grep-process-setup, grep-compute-defaults)
21846 (grep-default-command, grep, grep-tag-default, grep-find)
21847 (grep-expand-command-macros, grep-tree-last-regexp)
21848 (grep-tree-last-files, grep-tree): Move grep variables, functions
21849 and commands to new file grep.el.
21850 (compilation-mode-map): Remove grep commands from Compile sub-menu.
21851 (compilation-process-setup-function): Doc fix.
21852 (compilation-highlight-regexp, compilation-highlight-overlay): New
21853 defvars used for highlighting current compile error in source buffer.
21854 (compile-internal): New optional args HIGHLIGHT-REGEXP and
21855 LOCAL-MAP which overrides compilation-highlight-regexp and
21856 compilation-mode-map for this compilation.
21857 Delay calling compilation-set-window-height until after running
21858 compilation-process-setup-function so it can buffer-local override
21859 compilation-window-height.
21860 Check buffer-local value of compilation-scroll-output.
21861 (compilation-set-window-height): Use buffer-local value of
21862 compilation-window-height.
21863 (compilation-revert-buffer): Don't pass (undefined)
21864 preserve-modes arg to revert-buffer.
21865 (next-error-no-select, previous-error-no-select): New commands.
21866 (compilation-goto-locus): Temporarily highlight current match in
21867 source buffer using compilation-highlight-regexp.
21868
21869 * progmodes/grep.el: New file with grep code from compile.el.
21870 (grep): New defcustom group.
21871 (grep-window-height): New defcustom, like compilation-window-height.
21872 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21873 (grep-scroll-output): New defcustom, like compilation-scroll-output.
21874 (grep-command, grep-use-null-device, grep-find-command)
21875 (grep-tree-files-aliases, grep-tree-ignore-case)
21876 (grep-tree-ignore-CVS-directories): Move to grep custom group.
21877 (grep-setup-hook): New hook variable.
21878 (grep-mode-map): New keymap for grep commands. Add Grep menu.
21879 (grep-last-buffer): New defvar, override compilation-last-buffer.
21880 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
21881 Call compile-internal with args highlight-regexp and grep-mode-map.
21882
21883 2003-11-23 Kim F. Storm <storm@cua.dk>
21884
21885 * subr.el (event-start, event-end): Doc fix.
21886 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21887 (posn-area, posn-actual-col-row, posn-object): New defuns.
21888 (posn-col-row): Simplify doc. Rewrite to use cond.
21889 (posn-point): Also return buffer position for events outside text
21890 area (that info is now present in the event position).
21891
21892 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21893 mouse-set-point so that hscroll still works now that clicks on
21894 fringes generate specific mouse events.
21895 (mouse-set-point): Note that it now works in fringes and margins
21896 too due to new semantics of posn-point in fringes and margins.
21897
21898 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21899 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21900
21901 2003-11-20 Kim F. Storm <storm@cua.dk>
21902
21903 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21904 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21905 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21906 to 100 for icons to avoid increasing line height when shown.
21907
21908 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21909
21910 * newcomment.el (comment-normalize-vars): Initialize properly if
21911 comment-start was nil.
21912
21913 2003-11-19 Andreas Schwab <schwab@suse.de>
21914
21915 * simple.el (set-variable): Fix indentation.
21916
21917 2003-11-17 Kenichi Handa <handa@m17n.org>
21918
21919 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21920 Fix docstring.
21921
21922 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21923
21924 * international/latin1-disp.el (latin1-display): Fix docstring.
21925
21926 2003-11-16 John Wiegley <johnw@newartisans.com>
21927
21928 * eshell/em-ls.el (eshell-ls-file): There are times with
21929 size-width is nil and uncomputed (when directories are created in
21930 dired, for example); in this case, 4 is reasonable default value,
21931 although it may caused skewed new entries (which could be avoided
21932 by returning the original value of 8 in all cases, but 99% of the
21933 time this is a waste of whitespace).
21934
21935 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21936
21937 * cc-engine.el (c-guess-continued-construct)
21938 (c-guess-basic-syntax): Check a little more carefully if it's a
21939 function declaration when an unknown construct followed by a block
21940 is found inside a statement context. This avoids macros followed
21941 by blocks to be taken as function declarations.
21942
21943 (c-guess-continued-construct): Change the analysis of a statement
21944 continuation with a brace open to `substatement-block', for
21945 consistency with recognized statements.
21946
21947 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21948 start is in a position so that `c-beginning-of-statement-1' jumped
21949 to the beginning of the same statement.
21950
21951 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21952 Don't accept binary operators in the arglist if we're in a function
21953 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
21954 template recognition in cases like "if (a < b || c > d)".
21955
21956 (c-restricted-<>-arglists): New more appropriate name for
21957 `c-disallow-comma-in-<>-arglists'.
21958
21959 Accessing functions updated for the variable name change.
21960
21961 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21962 match data could get clobbered if NOT-INSIDE-TOKEN is used.
21963
21964 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21965 labels.
21966
21967 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21968 instead of duplicating parts of it. This fixes bogus label
21969 recognition.
21970
21971 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21972 of checking the context in which to apply the minimum indentation,
21973 so that it isn't enforced in e.g. namespace blocks.
21974
21975 * cc-vars.el (c-inside-block-syms): New constant used by
21976 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
21977 to somewhat reduce the risk of becoming stale.
21978
21979 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21980 cc-cmds to cc-engine to allow use from cc-align.
21981
21982 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21983 qualified identifiers containing "::".
21984
21985 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21986 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21987
21988 * cc-vars.el (c-emacs-features): Use a space in front of the name
21989 of the temporary buffer. That also avoids dumping problems in
21990 XEmacs due to undo info being left around after the buffer is killed.
21991
21992 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21993 arglist to see if it's a K&R style declaration.
21994
21995 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21996 before returning `knr-argdecl-intro'.
21997
21998 2003-11-16 John Wiegley <johnw@newartisans.com>
21999
22000 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
22001 field in a long-listing always 8 characters, use `size-width',
22002 which has already been computed.
22003
22004 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
22005
22006 * subr.el (minor-mode-list): Add `hs-minor-mode'.
22007
22008 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
22009
22010 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
22011 Support operation while narrowed, with `diff-restrict-view'.
22012
22013 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
22014
22015 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22016 Take additional optional arg NARROWFUN. For the generated functions:
22017 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
22018 include frags that arrange to check for and save narrowing state before
22019 the move and then conditionally call NARROWFUN after the move.
22020
22021 2003-11-14 John Wiegley <johnw@newartisans.com>
22022
22023 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
22024 that was optional, but obviously missing based on surrounding code.
22025
22026 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
22027 string arguments to numbers unless the whole argument was seen as
22028 a number.
22029
22030 2003-11-14 Kenichi Handa <handa@m17n.org>
22031
22032 * international/mule.el (ctext-non-standard-encodings-alist):
22033 Fix coding systems.
22034
22035 2003-11-10 Kenichi Handa <handa@m17n.org>
22036
22037 * language/kannada.el ("Kannada"): Add sample-text.
22038
22039 * language/knd-util.el (kannada-compose-region)
22040 (kannada-compose-string, kannada-post-read-conversion):
22041 Add autoload cookie.
22042
22043 * international/quail.el (quail-completion): Change the message
22044 "corresponding translations" to "corresponding characters".
22045
22046 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
22047
22048 * descr-text.el (describe-char): Fix typo.
22049
22050 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
22051
22052 These changes are to support Kannada language/script.
22053
22054 * Makefile.in (DONTCOMPILE): Add kannada.el.
22055
22056 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
22057
22058 * loadup.el: Preload kannada.el.
22059
22060 * language/ind-util.el (ucs-kannada-to-is13194-alist)
22061 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
22062 New variables.
22063
22064 * language/kannada.el: New file.
22065
22066 * language/knd-util.el: New file.
22067
22068 2003-11-07 Andreas Schwab <schwab@suse.de>
22069
22070 * progmodes/autoconf.el (autoconf-font-lock-keywords):
22071 Also highlight AH_*.
22072
22073 * xml.el (xml-parse-dtd): Fix misplaced paren.
22074
22075 2003-11-07 Kenichi Handa <handa@m17n.org>
22076
22077 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
22078
22079 2003-11-05 Juri Linkov <juri@jurta.org>
22080
22081 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
22082 (desktop-buffer-file): Use saved buffer-file-coding-system
22083 for file reading. Set auto-insert to nil to prevent automatic
22084 insertion into restored empty files.
22085
22086 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
22087
22088 * files.el (risky-local-variable-p): Make second argument optional.
22089
22090 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
22091
22092 * subr.el (add-hook): Fix last change.
22093
22094 2003-11-03 Eli Zaretskii <eliz@gnu.org>
22095
22096 * mail/rmail.el (rmail-convert-to-babyl-format):
22097 If base64-decode-region signals an error, catch it and silently
22098 ignore it.
22099
22100 2003-11-01 Mark A. Hershberger <mah@everybody.org>
22101
22102 * xml.el (xml-parse-region): Allow comments to appear after the
22103 topmost element has closed.
22104 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
22105 (xml-ns-expand-attr): New functions to do namespace handling.
22106 (xml-intern-attrlist): Back-compatible handling of attribute names.
22107 (xml-parse-tag): Move namespace handling to separate functions.
22108 Now produces elements in the form ((:ns . "element") (attr-list)
22109 children) instead of ('ns:element (attr-list) children).
22110 (xml-parse-attlist): Fix attribute parsing.
22111 (xml-parse-dtd): Change parsing so that it produces strings
22112 instead of interned symbols.
22113
22114 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
22115
22116 * dired.el (dired-ls-sorting-switches): Doc fix.
22117
22118 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
22119
22120 * emacs-lisp/rx.el (rx-or): Fix the case of
22121 "(rx (and ?a (or ?b ?c) ?d))".
22122
22123 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
22124
22125 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
22126 (texinfo-format-region): Use it.
22127 (texinfo-format-buffer-1): Ditto.
22128
22129 2003-11-01 Alan Mackenzie <acm@muc.de>
22130
22131 Changes to allow scrolling whilst in isearch mode:
22132 * isearch.el (isearch-unread-key-sequence): New function,
22133 extracted from isearch-other-meta-char.
22134 (top level): (put 'foo 'isearch-scroll) on all Emacs's
22135 "scrollable" standard functions.
22136 (isearch-allow-scroll): New customizable variable.
22137 (isearch-string-out-of-window, isearch-back-into-window)
22138 (isearch-reread-key-sequence-naturally)
22139 (isearch-lookup-scroll-key): New functions.
22140 (isearch-other-meta-char): Doc string and functionality enhanced.
22141 Now accepts a prefix argument.
22142 (isearch-lazy-highlight-window-end): New variable.
22143 (isearch-lazy-highlight-new-loop): Pay attention to the window's
22144 end (thru isearch-lazy-highlight-window-end), not only its start.
22145
22146 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
22147 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
22148 (universal-argument, universal-argument-more, negative-argument)
22149 (digit-argument, universal-argument-other-key): Minor changes.
22150
22151 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22152
22153 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
22154 recursively if the last message is deleted, thus avoiding an
22155 infinite loop.
22156
22157 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
22158
22159 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
22160 (tex-main-file): Don't add .tex if the extension is already present.
22161 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
22162
22163 2003-10-29 Lute Kamstra <lute@gnu.org>
22164
22165 * progmodes/octave-inf.el (inferior-octave-prompt):
22166 Recognize version number in prompt.
22167
22168 2003-10-28 Dave Love <fx@gnu.org>
22169
22170 * international/characters.el: Fix some Unicode ranges.
22171
22172 2003-10-28 Kenichi Handa <handa@m17n.org>
22173
22174 * disp-table.el (standard-display-8bit)
22175 (standard-display-default, standard-display-ascii)
22176 (standard-display-g1, standard-display-graphic)
22177 (standard-display-underline): Assure that standard-display-table
22178 is a display table.
22179
22180 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
22181
22182 * simple.el (reindent-then-newline-and-indent): Delete space *after*
22183 reindenting the first line.
22184
22185 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
22186
22187 * wid-edit.el (widget-default-delete): Always delete child widgets.
22188
22189 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22190
22191 * newcomment.el (comment-indent): Don't call indent-according-to-mode
22192 if the line has code.
22193 Don't try to line up with something that's too far left.
22194
22195 * progmodes/octave-mod.el (octave-comment-start): Simplify.
22196 (octave-mode-syntax-table): Add % as a comment starter.
22197 (octave-point): Remove.
22198 (octave-in-comment-p, octave-in-string-p)
22199 (octave-not-in-string-or-comment-p, calculate-octave-indent)
22200 (octave-blink-matching-block-open, octave-auto-fill):
22201 Use line-(beginning|end)-position instead.
22202
22203 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
22204
22205 * emacs-lisp/authors.el (authors-aliases): Add correct realname
22206 for Francesco Potort\e,Al\e(B.
22207
22208 2003-10-23 Dave Love <fx@gnu.org>
22209
22210 * international/mule-cmds.el (locale-charset-to-coding-system):
22211 Don't rely on nil being a coding system.
22212
22213 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
22214 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
22215 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
22216
22217 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
22218
22219 * gdb-ui.el (gdb-current-language): New variable.
22220 (gdb-update-flag): Remove variable.
22221 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
22222 (gdb-take-last-elt): Remove function.
22223 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
22224 (gdb-post-prompt): Check for variable object changes here.
22225
22226 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
22227 object changes in gdb-ui.el.
22228
22229 2003-10-21 Richard M. Stallman <rms@gnu.org>
22230
22231 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
22232
22233 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
22234 Don't check for foo*/ wildcard form here.
22235 (insert-directory): Recognize foo*/ as a wildcard.
22236 Separate wildcard-regexp variable from the arg, wildcard.
22237
22238 * subr.el (add-hook): Correctly detect when make-local-hook was used.
22239 (remove-hook): Correctly handle strange cases about local hooks.
22240
22241 2003-10-21 David Ponce <david@dponce.com>
22242
22243 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
22244 argument REAL, to return a real number instead of a rounded
22245 integer value. Define as inline function.
22246 (ruler-mode-right-fringe-cols): Likewise.
22247 (ruler-mode-scroll-bar-cols): New function.
22248 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
22249 (ruler-mode-right-scroll-bar-cols): Likewise.
22250 (ruler-mode-space): New function.
22251 (ruler-mode-ruler): Use it. Handle variations of fringe style,
22252 scroll bar mode and margins in a more robust way.
22253
22254 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
22255
22256 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
22257 (antlr-c-init-language-vars): New function.
22258 (antlr-mode): Use it with cc-mode before v5.29.
22259 (antlr-c-common-init): Don't set some local vars here.
22260 (antlr-mode): Set them here.
22261 (antlr-c-forward-sws): New function alias.
22262 (antlr-mode): Redefine with cc-mode before v5.30.
22263 (antlr-skip-sexps): Use it.
22264 (antlr-skip-exception-part): Ditto.
22265 (antlr-skip-file-prelude): Ditto.
22266 (antlr-outside-rule-p): Ditto.
22267 (antlr-end-of-body): Ditto.
22268 (antlr-option-kind): Ditto.
22269 (antlr-insert-option-area): Ditto.
22270 (antlr-file-dependencies): Ditto.
22271
22272 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22273
22274 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
22275 Move backward only if point was not inside an entry.
22276
22277 2003-10-21 Richard M. Stallman <rms@gnu.org>
22278
22279 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
22280
22281 2003-10-21 Juri Linkov <juri@jurta.org>
22282
22283 * compare-w.el: Automatically skip non-matching text to resync.
22284 (compare-windows-whitespace): Doc fix.
22285 (compare-windows-sync, compare-windows-sync-string-size)
22286 (compare-windows-recenter, compare-ignore-whitespace)
22287 (compare-windows-highlight, compare-windows-face): New variables.
22288 (compare-windows): Use compare-windows-sync.
22289 (compare-windows-highlight, compare-windows-dehighlight)
22290 (compare-windows-sync-regexp)
22291 (compare-windows-sync-default-function): New functions.
22292
22293 2003-10-21 Juri Linkov <juri@jurta.org>
22294
22295 * diff.el (diff-parse-differences): Don't visit the files now;
22296 instead, just record the error locus.
22297
22298 2003-10-21 Dave Love <fx@gnu.org>
22299
22300 * progmodes/cfengine.el: New file.
22301
22302 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22303
22304 * complete.el (PC-do-completion): Do not forget to use `pred' as the
22305 default-directory when completing file names.
22306
22307 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
22308
22309 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
22310 followed by the word `face', it gets treated as a face, even if
22311 it is also defined as a variable or a function.
22312
22313 2003-10-20 Dave Love <fx@gnu.org>
22314
22315 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22316 Avoid incf in macro expansion.
22317
22318 2003-10-20 John Paul Wallington <jpw@gnu.org>
22319
22320 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
22321 `evenp' so we don't implicitly require cl library at runtime.
22322
22323 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
22324
22325 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
22326 (help-make-xrefs): Only make cross-references for faces if
22327 preceded or followed by the word `face'. Do not make a
22328 cross-reference for variables without variable documentation,
22329 unless preceded by the word `variable' or `option'. Update doc
22330 string accordingly.
22331
22332 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
22333
22334 * progmodes/hideshow.el: Rewrite one-armed `if'
22335 constructs using either `when' or `unless'.
22336 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
22337
22338 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
22339
22340 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
22341 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
22342 instead of 12x12.
22343
22344 2003-10-16 Eli Zaretskii <eliz@gnu.org>
22345
22346 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
22347 message while converting to Babyl.
22348
22349 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
22350
22351 * allout.el (allout-mode): Doc fix.
22352
22353 2003-10-16 Lute Kamstra <lute@gnu.org>
22354
22355 * subr.el (force-mode-line-update): Fix docstring.
22356
22357 2003-10-14 Dave Love <fx@gnu.org>
22358
22359 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
22360 (default-input-method): Add :link, improve :type.
22361 (locale-charset-language-names): Fix utf-8 pattern.
22362 (locale-charset-match-p, locale-charset-alist)
22363 (locale-charset-to-coding-system): New.
22364 (set-locale-environment): Deal with codeset part of locale specs.
22365
22366 2003-10-14 Lute Kamstra <lute@gnu.org>
22367
22368 * fringe.el (fringe-mode): Use active voice in docstring.
22369 (set-fringe-style): Ditto.
22370
22371 2003-10-13 Lute Kamstra <lute@gnu.org>
22372
22373 * fringe.el (fringe-mode): Fix docstring.
22374 (set-fringe-style): Ditto.
22375
22376 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
22377
22378 * ediff-mult.el (ediff-filegroup-action):
22379 Use ediff-default-filtering-regexp.
22380
22381 * ediff-util.el (ediff-recenter): Don't call
22382 ediff-restore-highlighting twice.
22383 (ediff-select-difference): Set current difference.
22384 (ediff-unselect-and-select-difference): Add comment.
22385
22386 * ediff.el (ediff-directories,ediff-directory-revisions)
22387 (ediff-directories3,ediff-merge-directories)
22388 (ediff-merge-directories-with-ancestor)
22389 (ediff-merge-directory-revisions)
22390 (ediff-merge-directory-revisions-with-ancestor):
22391 Use ediff-default-filtering-regexp.
22392
22393 2003-10-12 Andreas Schwab <schwab@suse.de>
22394
22395 * international/mule-cmds.el (locale-charset-language-names):
22396 Simplify regex by removing unused grouping.
22397
22398 2003-10-10 Dave Love <fx@gnu.org>
22399
22400 * bindings.el: Don't bind stop.
22401
22402 2003-10-08 Miles Bader <miles@gnu.org>
22403
22404 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
22405 face instead of attempting to emulate it.
22406
22407 2003-10-07 Kenichi Handa <handa@m17n.org>
22408
22409 * international/mule-diag.el (list-coding-systems-1): List coding
22410 systems that are loaded automatically.
22411
22412 * international/code-pages.el (iso-8859-11): Add autoload cookie.
22413
22414 * international/mule.el (autoload-coding-system): New function.
22415
22416 2003-10-07 Andreas Schwab <schwab@suse.de>
22417
22418 * log-edit.el (log-edit-changelog-entries): Prefer local value of
22419 change-log-default-name in the buffer visiting the file.
22420
22421 2003-10-06 Dave Love <fx@gnu.org>
22422
22423 * files.el (find-file-hook): Customize.
22424 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
22425
22426 * bindings.el (completion-ignored-extensions): Remove .log.
22427 (global-map): Add again, open, stop keys.
22428
22429 2003-10-05 Richard M. Stallman <rms@gnu.org>
22430
22431 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
22432 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
22433 Use sh-modify directly.
22434 (sh-select): Use sh-append, not eval.
22435
22436 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
22437
22438 * info.el (Info-following-node-name): New function.
22439
22440 * loadhist.el (unload-feature-special-hooks):
22441 Rename from loadhist-hook-functions.
22442 (loadhist-hook-functions): Now an alias.
22443
22444 2003-10-04 Eli Zaretskii <eliz@gnu.org>
22445
22446 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
22447 file-name clashes on 8+3 filesystems.
22448
22449 * Makefile.in (DONTCOMPILE, bootstrap-clean):
22450 Rename loaddefs-boot.el to ldefs-boot.el
22451
22452 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
22453 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
22454
22455 2003-10-03 Lute Kamstra <lute@gnu.org>
22456
22457 * info.el (Info-mode): Revert previous change.
22458 (Info-escape-percent): New function.
22459 (Info-fontify-node): Use it.
22460
22461 2003-10-02 Andreas Schwab <schwab@suse.de>
22462
22463 * loaddefs-boot.el: Regenerated.
22464
22465 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
22466
22467 * ffap.el: Remove defadvice related code from CVS since `complete'
22468 provides a `PC-completion-as-file-name-predicate' variable that
22469 ffap can override.
22470
22471 2003-10-02 Kenichi Handa <handa@m17n.org>
22472
22473 * international/utf-8.el (ccl-decode-mule-utf-8):
22474 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
22475
22476 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
22477 * international/subst-big5.el: Likewise.
22478 * international/subst-gb2312.el: Likewise.
22479 * international/subst-ksc.el: Likewise.
22480
22481 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22482
22483 * calendar/calendar.el (increment-calendar-month)
22484 (calendar-leap-year-p, calendar-absolute-from-gregorian)
22485 (generate-calendar, calendar-read-date, calendar-interval)
22486 (calendar-day-of-week): Handle years BC.
22487 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
22488
22489 2003-10-01 Dave Love <fx@gnu.org>
22490
22491 * language/cyrillic.el (cp1251): Alias for windows-1251.
22492
22493 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
22494 bootstrap.
22495
22496 2003-10-01 Lute Kamstra <lute@gnu.org>
22497
22498 * files.el: Fix typo.
22499 * imenu.el (imenu--generic-function): Docstring fix.
22500
22501 2003-09-30 Richard M. Stallman <rms@gnu.org>
22502
22503 * dired.el (dired-mode): Handle dired-directory as a list.
22504
22505 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
22506
22507 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
22508
22509 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
22510
22511 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
22512 Replace gud-display with gud-watch.
22513 (gud-speedbar-buttons): Add stuff for watching expressions
22514 in the speedbar when using M-x gdba. Use dolist on old part
22515 of this function.
22516
22517 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
22518 (gdb-update-flag): New variables.
22519 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
22520 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
22521 (gud-watch, gdb-var-create-handler) : New functions.
22522 (gdb-var-list-children, gdb-var-list-children-handler)
22523 (gdb-var-create-regexp, gdb-var-update-regexp)
22524 (gdb-var-list-children-regexp): New constants.
22525 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
22526 (gdb-annotation-rules): Reduce annotation set (level 3).
22527 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
22528 (gdb-post-prompt): Don't update GDB buffers every time speedbar
22529 updates.
22530 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
22531 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
22532 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
22533 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
22534 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
22535 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
22536 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
22537 (gud-display, gud-display1)
22538 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
22539 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
22540 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
22541 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
22542 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
22543 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
22544 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
22545 (gdb-display-display-buffer, gdb-toggle-display)
22546 (gdb-delete-display, gdb-expressions-popup-menu)
22547 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
22548 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
22549 to display buffer.
22550
22551 2003-09-30 Richard M. Stallman <rms@gnu.org>
22552
22553 * progmodes/ada-mode.el (ada-mode): Don't use advice.
22554 Instead, set which-func-functions.
22555
22556 * progmodes/which-func.el (which-func-modes): Add ada-mode.
22557 (which-func-functions): New variable.
22558 (which-function): Use that.
22559
22560 * info.el (Info-mode): Double each `%' in header line.
22561
22562 * emacs-lisp/lisp-mnt.el (lm-with-file):
22563 When FILE is nil, run BODY in current buffer.
22564
22565 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
22566
22567 * help.el (describe-mode): Start with a brief list of minor modes.
22568 Find them thru minor-mode-list so as to find them all.
22569 Show them in alphabetical order.
22570
22571 * mail/sendmail.el (mail-aliases): Doc fix.
22572
22573 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
22574
22575 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22576
22577 * mail/rmailsum.el (rmail-make-summary-line-1):
22578 Change comma after last label to a space.
22579 (rmail-summary-font-lock-keywords): Adapt to that change.
22580
22581 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
22582
22583 * progmodes/scheme.el (scheme-mode-variables): When setting
22584 `font-lock-defaults', also specify that "#" should
22585 be interpreted with `word' syntax.
22586 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
22587
22588 2003-09-30 Lars Hansen <larsh@math.ku.dk>
22589
22590 * desktop.el: A lot of comments updated.
22591 (desktop-save-mode): Minor mode introduced.
22592 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
22593 (desktop-load-default): Function made obsolete.
22594 (desktop-locals-to-save): Variable made customizable.
22595 (desktop-read): Optional parameter `dirname' added.
22596 (desktop-change-dir, desktop-revert): Parameter `dirname' in
22597 `desktop-read' used.
22598 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
22599
22600 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
22601
22602 * whitespace.el (whitespace-clean-msg): Add user customizable message
22603 for displaying ``clean'' output.
22604 (whitespace-buffer): Use `whitespace-clean-msg'.
22605 (whitespace-global-mode): Fix typo.
22606
22607 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
22608
22609 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
22610
22611 2003-09-29 Lute Kamstra <lute@gnu.org>
22612
22613 * bindings.el (mode-line-modes): Remove superfluous :propertize
22614 construct in initialization.
22615 (mode-line-position): Change cons cell into proper list in
22616 initialization.
22617
22618 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22619
22620 * international/mule.el (decode-coding-inserted-region): Use car
22621 of the return value of find-operation-coding-system.
22622
22623 2003-09-29 Kenichi Handa <handa@m17n.org>
22624
22625 * descr-text.el (describe-char): Fix previous change.
22626
22627 2003-09-28 Kenichi Handa <handa@m17n.org>
22628
22629 * descr-text.el (describe-char-display): New function.
22630 (describe-char): Pay attention to display table on describing how
22631 a character is displayed.
22632
22633 * international/mule-cmds.el (encoded-string-description):
22634 Prepend "0x" to each encoded byte.
22635
22636 2003-09-28 Andreas Schwab <schwab@suse.de>
22637
22638 * find-file.el (ff-special-constructs): Add autoload cookie.
22639
22640 2003-09-28 Kevin Ryde <user42@zip.com.au>
22641
22642 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
22643 makeinfo appends to duplicate index entries.
22644
22645 2003-09-28 Eli Zaretskii <eliz@gnu.org>
22646
22647 * dired-x.el (dired-clean-tex): Doc fix.
22648
22649 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
22650 using a Chinese tutorial.
22651
22652 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22653
22654 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
22655 between "MAIL FROM:" and "RCPT TO:" and the following address.
22656
22657 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22658
22659 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
22660
22661 2003-09-28 David Ponce <david@dponce.com>
22662
22663 * recentf.el (recentf-initialize-file-name-history): New defcustom.
22664 (recentf-load-list): When `recentf-initialize-file-name-history'
22665 is non-nil, initialize an empty `file-name-history' with the
22666 recent list.
22667
22668 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
22669
22670 * man.el (Man-default-man-entry): Remove the leading `*' from the
22671 word at point.
22672
22673 2003-09-26 Lute Kamstra <lute@gnu.org>
22674
22675 * bindings.el (mode-line-position): Mention size indication in
22676 docstring.
22677
22678 2003-09-26 Andre Spiegel <spiegel@gnu.org>
22679
22680 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22681
22682 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22683 because it's autoloaded now.
22684
22685 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22686
22687 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22688 (sh-font-lock-keywords, sh-feature): Fix previous change of
22689 sh-feature to avoid infloop with sh-font-lock-keywords.
22690
22691 2003-09-25 Kim F. Storm <storm@cua.dk>
22692
22693 * frame.el (frame-current-scroll-bars): New defun.
22694
22695 * window.el (window-current-scroll-bars): New defun.
22696
22697 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22698
22699 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22700 cause errors when the state cache contains info on parts that have
22701 been narrowed out.
22702
22703 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22704
22705 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22706 `c-setup-paragraph-variables' has to be used when this variable is
22707 changed; it doesn't work to reinitialize the mode since that
22708 typically clobbers the variable.
22709
22710 * progmodes/cc-styles.el (c-setup-paragraph-variables):
22711 Make it interactive.
22712
22713 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22714
22715 * progmodes/cc-fonts.el (c-font-lock-declarations):
22716 Fix recognition of constructors and destructors for classes whose
22717 names are matched by `*-font-lock-extra-types'.
22718
22719 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22720 followed by an identifier in C++ then it's a type.
22721
22722 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22723
22724 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22725 problem that primarily affected XEmacs. Don't use faces to find
22726 unterminated strings since Emacs and XEmacs fontify strings
22727 differently - this function should now work better in XEmacs.
22728
22729 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22730
22731 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22732 `expand-abbrev' workaround which caused braces to misbehave inside
22733 macros.
22734
22735 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22736 handling. This bug could cause interactive font locking to bail out.
22737
22738 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22739
22740 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22741 Handle paren-style types in Pike. Also fixed some cases of
22742 insufficient handling of unbalanced parens.
22743
22744 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
22745
22746 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22747 common shell prompts that are not common filename or URL characters.
22748 (ffap-file-at-point): Use the new regexp to strip the prompts from
22749 the file names. This is an issue mostly for user prompts that
22750 don't have a trailing space and find-file-at-point is invoked from
22751 within a shell inside Emacs.
22752
22753 2003-09-24 Andre Spiegel <spiegel@gnu.org>
22754
22755 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22756 stamps numerically, rather than textually.
22757
22758 2003-09-24 Kenichi Handa <handa@m17n.org>
22759
22760 * language/devan-util.el (devanagari-post-read-conversion):
22761 * language/mlm-util.el (malayalam-post-read-conversion):
22762 * language/tml-util.el (tamil-post-read-conversion):
22763 Add autoload cookie.
22764
22765 * international/utf-8.el (utf-8-post-read-conversion):
22766 Call post-read-conversion functions for Devanagari, Malayalam,
22767 and Tamil.
22768
22769 2003-09-23 Dave Love <fx@gnu.org>
22770
22771 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22772
22773 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
22774
22775 * progmodes/gud.el (perldb): Add gud-until to list of commands.
22776 Update gud-remove.
22777
22778 2003-09-22 Richard M. Stallman <rms@gnu.org>
22779
22780 * progmodes/sh-script.el (sh-mode-default-syntax-table):
22781 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
22782 (sh-mode-syntax-table-input): New variable.
22783 (sh-require-final-newline): Don't use eval.
22784 (sh-builtins, sh-leading-keywords, sh-other-keywords)
22785 (sh-variables, sh-font-lock-keywords): Don't use eval.
22786 (sh-set-shell): When setting require-final-newline,
22787 treat value = `require-final-newline' as don't change it.
22788 Set sh-mode-syntax-table locally based on
22789 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22790
22791 * progmodes/compile.el (compile-internal):
22792 Call compilation-set-window-height before setting window start.
22793
22794 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
22795
22796 * emacs-lisp/bytecomp.el (byte-compile-log-file):
22797 Clear out byte-compile-last-warned-form.
22798
22799 2003-09-22 Richard M. Stallman <rms@gnu.org>
22800
22801 * woman.el (woman-file-name, woman-follow-word):
22802 If current-word returns nil, use "".
22803
22804 * simple.el (eval-expression): Bind standard-output in to-buffer case.
22805
22806 2003-09-22 Richard M. Stallman <rms@gnu.org>
22807
22808 * emacs-lisp/lisp-mnt.el (lm-with-file):
22809 Don't visit the file, just use insert-file-contents in temp buffer.
22810
22811 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
22812
22813 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22814 Add surrounding \\( and \\) around the header, as in
22815 for lm-history-header 'Change Log\\|History'.
22816
22817 2003-09-22 John Paul Wallington <jpw@gnu.org>
22818
22819 * progmodes/ld-script.el: Add Commentary section,
22820 minor cleanup of file header.
22821 (ld-script-font-lock-keywords): Doc fix.
22822 (toplevel): Provide `ld-script' feature.
22823
22824 2003-09-21 Kim F. Storm <storm@cua.dk>
22825
22826 * scroll-bar.el (set-scroll-bar-mode): Initialize to
22827 new built-in variable default-frame-scroll-bars.
22828 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22829 scroll-bar-mode; notably, use it instead of t when we toggle
22830 scroll-bars on.
22831 (toggle-scroll-bar): Use default-frame-scroll-bars.
22832
22833 2003-09-19 Masatake YAMATO <jet@gyve.org>
22834
22835 * pcvs.el (cvs-do-removal): Change the prompt depending on
22836 `filter' value.
22837
22838 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
22839
22840 * startup.el (command-line-1): Stop startup-echo-area-message
22841 being hidden by "Loading image..." message.
22842 (use-fancy-splash-screens-p, display-splash-screen):
22843 Move display-graphic-p test from latter to former.
22844
22845 * progmodes/sh-script.el (sh-font-lock-keywords):
22846 Highlight escaped EOLs differently from other backslash constructs.
22847
22848 2003-09-19 Richard M. Stallman <rms@gnu.org>
22849
22850 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22851 New functions.
22852 (edebug-enter, edebug-outside-excursion): Use them.
22853
22854 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22855 Fix the condition for whether to print "In WHERE".
22856
22857 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
22858
22859 * finder.el (finder-mode-hook): New variable.
22860 (finder-mode): Run hook finder-mode-hook
22861
22862 2003-09-18 Masatake YAMATO <jet@gyve.org>
22863
22864 * progmodes/ebrowse.el: Fix broken magic autoload comments.
22865
22866 2003-09-17 Mario Lang <mlang@delysid.org>
22867
22868 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22869 "p %e" to actually print the value in the GUD buffer.
22870
22871 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
22872
22873 From David Ponce <david.ponce@wanadoo.fr>:
22874 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22875 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22876 from loaddefs-boot.el if necessary.
22877
22878 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
22879
22880 * progmodes/gud.el (gud-find-class): Make jdb work again since
22881 cc-mode changed the syntactic information.
22882
22883 2003-09-15 David Ponce <david@dponce.com>
22884
22885 * recentf.el: (recentf-exclude): Accept predicates too.
22886 (recentf-file-readable-p): New function.
22887 (recentf-include-p): Handle predicates in recentf-exclude.
22888 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
22889 (recentf-cleanup): Likewise.
22890 (recentf-save-list): Use write-file to handle backup of
22891 recentf-save-file.
22892
22893 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
22894
22895 * loaddefs-boot.el: Renamed from `loaddefs.el'
22896 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22897 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22898 necessary.
22899
22900 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
22901
22902 * electric.el (Electric-pop-up-window): For the `one-window' case,
22903 no longer disconcertingly move point in the original buffer.
22904
22905 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22906
22907 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22908
22909 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
22910
22911 * dired.el (dired-mode-map): Fix typo.
22912
22913 2003-09-11 Richard M. Stallman <rms@gnu.org>
22914
22915 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22916
22917 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22918
22919 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22920 the function is less noisy. Now only `kill-buffer' can ask questions.
22921
22922 2003-09-10 Mario Lang <mlang@delysid.org>
22923
22924 * battery.el: Update Commentary and Copyright.
22925 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22926 appear due to wrong ordering of the expressions in `or'.
22927
22928 2003-09-09 Lute Kamstra <lute@gnu.org>
22929
22930 * misc.el (upcase-char): Fix docstring.
22931 (zap-up-to-char): New command.
22932
22933 2003-09-08 David Ponce <david@dponce.com>
22934
22935 Ensure that recentf correctly updates the menu bar.
22936 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22937 (recentf-menu-bar): New function.
22938 (recentf-clear-data): Use it
22939 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
22940 of easy-menu-change.
22941
22942 2003-09-08 Lute Kamstra <lute@gnu.org>
22943
22944 * simple.el (size-indication-mode): New.
22945 * bindings.el (mode-line-position): Add buffer size indicator.
22946
22947 2003-09-04 Mario Lang <mlang@delysid.org>
22948
22949 * battery.el (battery-linux-proc-acpi): New function.
22950 (battery-status-function): Modify default value calculation to also
22951 check for availability of ACPI.
22952 (battery-echo-area-format): Ditto.
22953 (battery-mode-line-format): Ditto.
22954
22955 2003-09-06 Dave Love <fx@gnu.org>
22956
22957 * ielm.el (ielm-mode-hook): Add :options.
22958
22959 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22960 (eldoc-print-current-symbol-info): Use it.
22961
22962 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
22963
22964 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22965 being displayed in GUD buffer.
22966 (gdb-idle-input-queue): Remove var. Use just one queue.
22967 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22968 Remove functions. Use just one queue.
22969 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22970 (gdb-invalidate-assembler, gdb-get-current-frame):
22971 Modify functions. Use just one queue.
22972
22973 2003-09-04 Dave Love <fx@gnu.org>
22974
22975 * cus-start.el: Add blink-cursor-alist.
22976
22977 * ruler-mode.el (ruler-mode-fill-column-char)
22978 (ruler-mode-current-column-char): Use char-displayable-p,
22979 not window-system.
22980
22981 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22982
22983 * language/european.el (windows-1252): Move from code-pages.
22984
22985 * language/cyrillic.el ("Windows-1251"): Delete.
22986 ("Bulgarian", "Belarusian"): Remove `features'.
22987 (windows-1251): Move from code-pages.
22988
22989 * international/mule-diag.el (non-iso-charset-alist):
22990 Remove `codepage' stuff.
22991 (print-designation, list-coding-systems-1): Output fixes.
22992
22993 * international/code-pages.el (cp-make-translation-table)
22994 (cp-valid-codes): Made defsubsts.
22995 (cp-fix-safe-chars): Delete.
22996 (mule-diag): Don't require.
22997 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22998 (top-level): Check for defined coding system when defining
22999 cp... aliases. Change w32-add-charset-info test to avoid warning.
23000 (non-iso-charset-alist): Defvar when compiling.
23001 (cp-make-coding-system): Doc fix.
23002
23003 2003-09-02 Jason Rumney <jasonr@gnu.org>
23004
23005 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
23006 line-ends from CVS before doing conversion.
23007
23008 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
23009
23010 * calendar/diary-lib.el (diary-header-line-flag)
23011 (diary-header-line-format): New variables.
23012 (list-diary-entries): Use them to set header line in simple diary.
23013
23014 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
23015 other than font-lock-string-face to highlight backslashes.
23016
23017 2003-09-01 Jason Rumney <jasonr@gnu.org>
23018
23019 * international/titdic-cnv.el (tit-read-key-value): Include \r in
23020 regexp.
23021
23022 2003-09-01 Dave Love <fx@gnu.org>
23023
23024 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
23025
23026 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
23027 and :help; also line and column numbers labels.
23028
23029 * international/mule-util.el (char-displayable-p): Move from
23030 latin1-disp, rename and autoload.
23031
23032 * international/latin1-disp.el (latin1-char-displayable-p):
23033 Now obsolete alias. Replace uses with char-displayable-p.
23034 (latin1-display-ucs-per-lynx): Fix last change.
23035
23036 * international/mule-cmds.el (standard-display-european-internal):
23037 Don't use char code for Latin-1 NBSP.
23038 <XFree86 4>: Unfrob NBSP display table. Set display table to use
23039 U+2018, U+2019 for `'.
23040 (select-safe-coding-system): Message fix.
23041
23042 2003-09-01 Kenichi Handa <handa@m17n.org>
23043
23044 * international/fontset.el (setup-default-fontset): For Thai
23045 font, specify "*" family.
23046
23047 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23048
23049 * progmodes/compile.el (previous-error): Accept a prefix
23050 argument, similarly to next-error.
23051
23052 2003-08-31 Masatake YAMATO <jet@gyve.org>
23053
23054 * pcvs.el (cvs-do-removal): Use = instead of eq to check
23055 the number of files. Bind the number of files to a local
23056 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
23057
23058 2003-08-30 Eli Zaretskii <eliz@gnu.org>
23059
23060 * vc-hooks.el (vc-make-version-backup): Fix the change made on
23061 2003-07-26: msdos-long-file-names is a function, not a variable.
23062
23063 2003-08-29 Richard M. Stallman <rms@gnu.org>
23064
23065 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
23066 Do nothing with mail-personal-alias-file if it is nil.
23067
23068 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
23069 Do nothing if mail-personal-alias-file is nil.
23070
23071 * term.el (term-exec-1): Bind coding-system-for-read.
23072
23073 * dired.el (dired-mouse-find-file-other-window):
23074 Use dired-view-command-alist here, as in dired-view-file.
23075 (dired-view-command-alist): Use %s to substitute file name.
23076 Handle .ps_pages, .eps, .jpg, .gif, .png.
23077
23078 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
23079
23080 * info.el (Info-mode-map): Bind S-tab and <backtab> to
23081 `Info-prev-reference', instead of M-tab.
23082
23083 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
23084
23085 * simple.el (blink-matching-open): Work correctly on chars that
23086 are designated as parens through the syntax-table text property.
23087
23088 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
23089
23090 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
23091 line break position in the middle of a non-kinsoku (e.g. latin)
23092 word, making it skip until either a space or a character with
23093 category "|".
23094 (kinsoku-longer): Test for end of buffer.
23095
23096 2003-08-28 Eli Zaretskii <eliz@gnu.org>
23097
23098 * mail/rmail.el (rmail-convert-to-babyl-format):
23099 Detect quoted-printable- and base64-encoded messages and decode them
23100 automatically. Set the message's encoding from the charset=
23101 header, if any. Decode base64-encoded messages in Mail format as well.
23102
23103 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23104
23105 * mail/smtpmail.el: Fix previous change.
23106 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
23107 calling smtpmail-via-smtp.
23108 (smtpmail-via-smtp): Add fall-back values for envelope-from.
23109
23110 2003-08-26 John Paul Wallington <jpw@gnu.org>
23111
23112 * image.el (image-jpeg-p): Don't search beyond length of data.
23113
23114 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23115
23116 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
23117 misfeature in `expand-abbrev' which caused electric keywords like
23118 "else" to disappear if an open brace was typed directly afterwards.
23119
23120 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23121
23122 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
23123 mandatory in `define-widget'.
23124
23125 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
23126 Don't align the operators "!=", "<=" and ">=" as assignment operators.
23127
23128 (c-assignment-operators): New language constant that only contains
23129 the assignment operators.
23130
23131 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
23132
23133 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23134
23135 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23136 Safeguard against unbalanced sexps.
23137
23138 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
23139
23140 * version.el (emacs-version): Check for gtk. Include gtk version info.
23141
23142 2003-08-25 John Paul Wallington <jpw@gnu.org>
23143
23144 * man.el (Man-default-man-entry): Don't whizz past the section
23145 number before looking for it.
23146
23147 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
23148
23149 * progmodes/gud.el (gud-display-line): Don't set window-point if
23150 source buffer is not visible. (Only happens with M-x gdba.)
23151
23152 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
23153 documentation.
23154 (gdb-source, gdb-source-info): Update to assembler unnecessary
23155 as its done after each GDB command anyway.
23156 (gdb-pre-prompt): Use with-current-buffer.
23157 (gdb-insert-field): Add help-echo text.
23158 (gdb-invalidate-assembler): Re-display of assembler now done in
23159 gdb-info-breakpoints-custom.
23160 (gdb-info-breakpoints-custom): Force re-display of assembler to
23161 happen *after* update of breakpoints buffer.
23162 (gdb-display-source-buffer): Don't choke if gdb-source-window
23163 isn't visible.
23164 (gdb-put-string, gdb-put-arrow): Remove free variables.
23165
23166 2003-08-24 John Paul Wallington <jpw@gnu.org>
23167
23168 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
23169
23170 * man.el (Man-default-man-entry): Strip text properties when
23171 snarfing parts of entry because `format' preserves properties.
23172
23173 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
23174
23175 * files.el (file-newest-backup): Use `expand-file-name'.
23176
23177 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
23178 Allow the diary to pop up a new frame, if needed.
23179
23180 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
23181 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
23182 (smtpmail-send-it): Make treatment of envelope-from consistent with
23183 sendmail.el.
23184
23185 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
23186 (sh-leading-keywords): Add the bash `time' reserved word.
23187 (sh-variables): Add some bash variables.
23188 (sh-add-completer): Fix nil branch of case statement.
23189
23190 2003-08-24 Masatake YAMATO <jet@gyve.org>
23191
23192 * progmodes/ld-script.el: New file.
23193
23194 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
23195
23196 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
23197
23198 2003-08-23 Andre Spiegel <spiegel@gnu.org>
23199
23200 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
23201 Better explain obsolescence, and what to use instead.
23202
23203 2003-08-23 Masatake YAMATO <jet@gyve.org>
23204
23205 * pcvs.el (cvs-do-removal): Show the deleted file name
23206 on the prompt.
23207
23208 2003-08-20 Dave Love <fx@gnu.org>
23209
23210 * international/mule.el (make-coding-system)
23211 (set-buffer-file-coding-system): Doc fix.
23212
23213 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
23214
23215 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
23216
23217 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
23218
23219 * international/utf-16.el: Add mime-text-unsuitable coding system
23220 properties.
23221
23222 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
23223
23224 * cus-edit.el: Add some :links.
23225 (bib): Remove.
23226
23227 * textmodes/bib-mode.el (bib): Add :group external.
23228
23229 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
23230
23231 * wid-edit.el (widget-echo-help): Make it handle expressions that
23232 evaluate to strings.
23233
23234 2003-08-18 Michael Mauger <mmaug@yahoo.com>
23235
23236 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
23237
23238 Simplify selection of SQL products to define highlighting and
23239 interactive mode. Includes detailed instructions on adding
23240 support for new products.
23241
23242 * progmodes/sql.el (sql-product): New variable. Identifies SQL
23243 product for use in highlighting and interactive mode.
23244 (sql-interactive-product): New variable. SQL product for
23245 sql-interactive-mode.
23246 (sql-product-support): New variable. Specifies product-specific
23247 parameters to drive highlighting and interactive mode.
23248 (sql-imenu-generic-expression): Add more object types.
23249 (sql-sqlite-options): Correct comment.
23250 (sql-ms-program): Use "osql" rather than "isql".
23251 (sql-prompt-regexp, sql-prompt-length): Update comment.
23252 (sql-mode-menu): Add "Start SQLi session" entry.
23253 Replace Highlighting submenu with Product menu. Fix Send Region entry.
23254 (sql-mode-abbrev-table): Add abbreviations. Support of
23255 SYSTEM-FLAG on define-abbrev. Support was removed with last
23256 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
23257 (sql-mode-font-lock-object-name): Add font-lock pattern for object
23258 names.
23259 (sql-mode-ansi-font-lock-keywords): Set as default value.
23260 (sql-mode-oracle-font-lock-keywords): Set as default value.
23261 Support Oracle 9i keywords.
23262 (sql-mode-postgres-font-lock-keywords): Set as default value.
23263 (sql-mode-linter-font-lock-keywords): Set as default value.
23264 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
23265 SQLServer 2000.
23266 (sql-mode-sybase-font-lock-keywords)
23267 (sql-mode-interbase-font-lock-keywords)
23268 (sql-mode-sqlite-font-lock-keywords)
23269 (sql-mode-strong-font-lock-keywords)
23270 (sql-mode-mysql-font-lock-keywords)
23271 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
23272 keywords.
23273 (sql-mode-font-lock-defaults): Update comment.
23274 (sql-product-feature): New function. Returns feature associated
23275 with a product from `sql-product-support' alist.
23276 (sql-product-font-lock): New function. Set font-lock support
23277 based on `sql-product'.
23278 (sql-add-product-keywords): New function. Add font-lock rules to
23279 product-specific keyword variables.
23280 (sql-set-product): New function. Set `sql-product' and apply
23281 appropriate font-lock highlighting.
23282 (sql-highlight-product): New function. Set font-lock support
23283 based on a product. Also set mode name to include product name.
23284 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
23285 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
23286 Use `sql-set-product'.
23287 (sql-highlight-ms-keywords)
23288 (sql-highlight-sybase-keywords)
23289 (sql-highlight-interbase-keywords)
23290 (sql-highlight-strong-keywords)
23291 (sql-highlight-mysql-keywords)
23292 (sql-highlight-sqlite-keywords)
23293 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
23294 (sql-get-login): Prompt in the same order as the tokens.
23295 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
23296 (sql-product-interactive): New function. Common portions of
23297 product-specific interactive mode wrappers.
23298 (sql-interactive-mode): Rewritten to use product features.
23299 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
23300 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
23301 (sql-db2, sql-linter): Use `sql-product-interactive'.
23302 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
23303 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
23304 (sql-connect-ingres, sql-connect-postgres)
23305 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
23306 New functions. Format command line parameters and invoke comint on
23307 the appropriate interpreter. Code was in the corresponding
23308 `sql-xyz' function before.
23309 (sql-connect-ms): New function. Support -E argument to use
23310 operating system credentials for authentication.
23311
23312 2003-08-18 Kenichi Handa <handa@m17n.org>
23313
23314 * international/mule.el (encode-char): Fix for the ASCII case.
23315
23316 2003-08-15 Kenichi Handa <handa@m17n.org>
23317
23318 * international/fontset.el (setup-default-fontset): Change "*" to
23319 nil in the specifications of font family.
23320
23321 2003-08-18 Kim F. Storm <storm@cua.dk>
23322
23323 * kmacro.el (kmacro-keymap): Group related bindings in
23324 initialization for clarity. Bind C-s to start macro.
23325 Remove C-r binding.
23326 (kmacro-initial-counter-value): New defvar to hold initial counter
23327 value in case we set the value before defining a macro.
23328 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
23329 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
23330 not defining or executing macro. Doc fix.
23331 (kmacro-add-counter): Clear kmacro-initial-counter-value.
23332 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
23333 temporarily view older elements on the macro ring without cycling
23334 the ring.
23335 (kmacro-display): Doc fix.
23336 (kmacro-exec-ring-item): New helper function.
23337 (kmacro-call-ring-2nd): Use it.
23338 (kmacro-call-ring-2nd-repeat): Doc fix.
23339 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
23340 (kmacro-end-or-call-macro): Execute last viewed macro (using
23341 kmacro-exec-ring-item) from ring if this follows
23342 kmacro-view-macro. This allows us to find a macro on the ring
23343 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
23344 the ring to bring it to the head of the ring.
23345 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
23346 Allow binding to reserved keys without specifying C-x C-k prefix.
23347 Ask for confirmation if entered key sequence is already bound to
23348 a non-macro command.
23349 (kmacro-view-macro): Repeating command will show older elements
23350 on the macro ring; C-k will execute the last viewed macro.
23351 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
23352 property from 'ring to 'head.
23353
23354 2003-08-17 Alan Shutko <ats@acm.org>
23355
23356 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
23357 keeping December out of the alist.
23358
23359 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
23360
23361 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
23362 * calendar/calendar.el (calendar-mode-map): Bind it to key.
23363 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
23364 (calendar-flatten): New function.
23365 (calendar-mouse-view-other-diary-entries)
23366 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
23367 in the menu title and to show multi-line diary entries correctly
23368 in the menu.
23369
23370 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
23371
23372 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
23373 defcustom, because the default was recently changed.
23374
23375 2003-08-16 Richard M. Stallman <rms@gnu.org>
23376
23377 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
23378
23379 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
23380 New subroutine, broken out of eval-last-sexp-1.
23381 (eval-last-sexp-1): Use eval-last-sexp-print-value.
23382
23383 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
23384
23385 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
23386
23387 * simple.el (eval-expression): Use eval-last-sexp-print-value.
23388
23389 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
23390
23391 * progmodes/compile.el (compilation-error-regexp-alist):
23392 Add Java ANt error detection as described in document
23393 http://ant.apache.org/faq.html
23394
23395 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
23396
23397 * simple.el (backward-word, forward-to-indentation)
23398 (backward-to-indentation): Argument changed to optional.
23399 (next-line, previous-line): Use `or' instead of `unless'.
23400
23401 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23402
23403 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
23404 instead of a constant.
23405
23406 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
23407
23408 * shell.el (shell): With prefix-arg, suggest a new buffer name.
23409
23410 2003-08-12 Andre Spiegel <spiegel@gnu.org>
23411
23412 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
23413 (vc-sccs-workfile-version): Search the entire delta table, rather
23414 than just the first entry, because that might be a deleted version.
23415
23416 2003-08-11 Karl Fogel <kfogel@red-bean.com>
23417
23418 * menu-bar.el (menu-bar-options-menu): Supply a body for the
23419 [save-place] binding in the Options menu. Have it require
23420 'saveplace' and then toggle the variable manually, to avoid an
23421 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
23422 for the bug report.
23423
23424 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
23425
23426 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
23427 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
23428 (gdb-info-threads-custom): Add help-echo text.
23429 (gdb-display-back): Don't use purecopy.
23430 (gdb-info-breakpoints-custom, gdb-reset)
23431 (gdb-assembler-custom): Use display-images-p to test if breakpoint
23432 icons can be displayed.
23433
23434 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
23435
23436 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
23437
23438 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
23439
23440 * bookmark.el (bookmark-completing-read):
23441 Return a string, instead of a list of one string.
23442 Use a popup menu if activated from the mouse.
23443 (bookmark-edit-annotation): Remove unused vars.
23444 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
23445 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
23446 to bookmark-completing-read.
23447 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
23448 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
23449 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
23450 and erase-buffer.
23451 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
23452 (bookmark-menu-jump, bookmark-menu-insert)
23453 (bookmark-popup-menu-and-apply-function)
23454 (bookmark-menu-popup-paned-bookmark-menu): Remove.
23455 (bookmark-menu-build-paned-menu): Remove by folding it into
23456 bookmark-menu-popup-paned-menu.
23457 (menu-bar-bookmark-map): Move the define-key statements here.
23458 Use the "non-menu" commands since they now pop up a menu if needed.
23459 (bookmark-exit-hook-internal): Simplify.
23460
23461 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
23462
23463 * reftex-toc.el (reftex-toc-rename-label): New function.
23464 (reftex-toc-check-docstruct): New function.
23465
23466 * reftex.el (reftex-region-active-p): New function.
23467
23468 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
23469 regexp to find the \bibliography macro.
23470
23471 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
23472 which does not exist in LaTeX.
23473 (reftex-cite-format-builtin): Added amsrefs support.
23474 (reftex-toc-confirm-promotion): New option
23475
23476 * reftex-toc.el
23477 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
23478 (reftex-toc-demote, reftex-toc-promote)
23479 (reftex-toc-do-promote, reftex-toc-promote-prepare)
23480 (reftex-toc-promote-action, reftex-toc-extract-section-number)
23481 (reftex-toc-newhead-from-alist)
23482 (reftex-toc-load-all-files-for-promotion): New functions.
23483 (reftex-toc-help): Added description of new keys.
23484 (reftex-toc-split-windows-fraction): New option.
23485 (reftex-recenter-toc-when-idle): Search *toc* window on all
23486 visible frames.
23487 (reftex-toc): Additional parameter REUSE
23488 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
23489 with REUSE argument.
23490 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
23491 the call of `reftex-toc'.
23492 (reftex-make-separate-toc-frame): New function .
23493 (reftex-toc-recenter): When called with triple prefix arg, call
23494 `reftex-make-separate-toc-frame' first.
23495 (reftex-toc-toggle-dedicated-frame): New command.
23496 (reftex-toc-quit): Adapted to delete frame when called in
23497 dedicated frame.
23498
23499 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
23500 all enclosing macros.
23501
23502
23503 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23504
23505 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
23506 first use.
23507
23508 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23509
23510 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
23511
23512 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
23513
23514 * calendar/calendar.el (list-diary-entries-hook)
23515 (diary-display-hook, nongregorian-diary-listing-hook)
23516 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
23517 Add some customize options for these hooks.
23518 (calendar-abbrev-construct): Don't try to take a substring longer
23519 than the original string.
23520
23521 2003-08-05 Richard M. Stallman <rms@gnu.org>
23522
23523 * emacs-lisp/testcover.el (noreturn): Report error if does return.
23524 (testcover-reinstrument-clauses): Doc fix.
23525
23526 * emacs-lisp/warnings.el: Doc fixes, args renamed.
23527 (warning-type-format): Rename from warning-group-format.
23528
23529 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
23530 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
23531 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
23532 to prevent warnings about defvar for an obsolete variable.
23533
23534 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
23535 warning-group-format renamed to warning-type-format.
23536
23537 * subr.el (read-passwd): Use clear-string instead of fillarray.
23538
23539 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
23540 Use vconcat instead of concat.
23541 (edmacro-sanitize-for-string): New function.
23542
23543 2003-08-05 Dave Love <fx@gnu.org>
23544
23545 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
23546 line-number-display-limit-width.
23547
23548 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
23549
23550 2003-08-05 Kenichi Handa <handa@m17n.org>
23551
23552 * international/code-pages.el: Don't require mule-diag.
23553
23554 * international/mule-diag.el (non-iso-charset-alist):
23555 Add autoload cookie.
23556
23557 * language/devan-util.el (dev-glyph-order): Add an entry for the
23558 glyph code #xC4.
23559
23560 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23561
23562 * calendar/calendar.el (diary-file, diary-file-name-prefix)
23563 (european-calendar-style, diary-date-forms)
23564 (calendar-day-name-array, calendar-month-name-array): Doc change.
23565 (generate-calendar-month): Adapt for new behavior of
23566 `calendar-day-name' function.
23567 (calendar-abbrev-length, calendar-day-abbrev-array)
23568 (calendar-month-abbrev-array): New variables.
23569 (calendar-abbrev-construct): New function.
23570 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
23571 rather than fixing abbrevs at some width. Calling syntax change.
23572 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
23573 (calendar-date-string): Adapt for new behaviors of
23574 `calendar-day-name' and `calendar-month-name' functions.
23575
23576 * calendar/diary-lib.el (list-diary-entries): Adapt for new
23577 behavior of `calendar-day-name' and `calendar-month-name' functions.
23578 (diary-name-pattern): Use abbrev arrays, rather than fixing
23579 abbrevs at three chars. Calling syntax change.
23580 (mark-diary-entries): Adapt for new behaviors of
23581 `diary-name-pattern' and `calendar-make-alist' functions.
23582 (fancy-diary-font-lock-keywords): Adapt for new behavior of
23583 `diary-name-pattern' function.
23584 (font-lock-diary-date-forms): Use abbrev arrays, rather than
23585 fixing abbrevs at three chars. Calling syntax change.
23586 (cal-hebrew, cal-islam): Require when compiling.
23587 (diary-font-lock-keywords): Adapt for new behavior of
23588 `font-lock-diary-date-forms' function.
23589
23590 * calendar/cal-hebrew.el: Reposition some code so defined before used.
23591 (calendar-hebrew-month-name-array-common-year)
23592 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
23593 (list-hebrew-diary-entries): Adapt for new behaviors of
23594 `calendar-day-name' and `add-to-diary-list' functions.
23595 (mark-hebrew-diary-entries): Adapt for new behaviors of
23596 `diary-name-pattern' and `calendar-make-alist' functions.
23597
23598 * calendar/cal-islam.el (calendar-islamic-month-name-array):
23599 Add doc string.
23600 (list-islamic-diary-entries): Adapt for new behaviors of
23601 `calendar-day-name' and `add-to-diary-list' functions.
23602 (mark-islamic-diary-entries): Adapt for new behaviors of
23603 `diary-name-pattern' and `calendar-make-alist' functions.
23604
23605 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
23606 `calendar-month-name' function.
23607
23608 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
23609
23610 * calendar/solar.el (solar-seasons-data): Move definition before use.
23611
23612 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
23613 (cal-tex-LaTeX-hourbox): Move definition before use.
23614
23615 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
23616 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
23617 * lunar.el, solar.el (displayed-month, displayed-year):
23618 Define for compiler.
23619
23620 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23621
23622 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
23623 MODE. Renamed from c-init-c-language-vars'.
23624 (c-initialize-cc-mode): Change accordingly.
23625 (c-common-init): Ditto.
23626 (c-mode): Ditto.
23627 (c++-mode): Use `c-init-language-vars-for'.
23628 (objc-mode): Ditto.
23629 (java-mode): Ditto.
23630 (idl-mode): Ditto.
23631 (pike-mode): Ditto.
23632 (awk-mode): Ditto.
23633
23634 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23635
23636 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
23637 or not the point moved.
23638
23639 (c-search-decl-header-end): Don't trip up on operator identifiers
23640 in C++ and operators like == in all languages.
23641
23642 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
23643 Detect leading labels correctly.
23644
23645 2003-08-02 Andreas Schwab <schwab@suse.de>
23646
23647 * textmodes/ispell.el: Don't redo key bindings on loading, put
23648 them only in loaddefs.el.
23649 * bookmark.el: Likewise.
23650 * dabbrev.el: Likewise.
23651 * emerge.el: Likewise.
23652
23653 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
23654 has more than one member.
23655
23656 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
23657
23658 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23659
23660 * lpr.el (printify-region): It was ending conversion before the
23661 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
23662
23663 2003-07-31 John Paul Wallington <jpw@gnu.org>
23664
23665 * net/browse-url.el (browse-url-epiphany): Doc fix.
23666
23667 2003-07-30 Kenichi Handa <handa@m17n.org>
23668
23669 * international/fontset.el (setup-default-fontset):
23670 Change registry names of Akurti fonts.
23671
23672 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
23673
23674 * comint.el (comint-read-noecho): Use `clear-string' instead of
23675 `fillarray'.
23676
23677 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
23678
23679 * outline.el (outline-mode-hook): Add defvar.
23680
23681 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
23682
23683 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23684 Restore assembler in source window if that is what has been selected.
23685 (menu): Add gdb-restore-windows to menu. Make gdba
23686 specific menus only visible from gdba.
23687
23688 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
23689
23690 * progmodes/compile.el (compilation-environment): New user variable.
23691 (compile-internal): Respect it.
23692
23693 2003-07-23 Masatake YAMATO <jet@gyve.org>
23694
23695 * progmodes/gud.el (gdb-script-font-lock-keywords):
23696 Put `font-lock-function-name-face' on a symbol which includes
23697 `-' like `hook-run'. Put font-lock-variable-name-face
23698 on a symbol starting with $.
23699
23700 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
23701
23702 * files.el (set-visited-file-name): Use truename for buffer-file-name.
23703
23704 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23705
23706 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23707
23708 2003-07-26 Andre Spiegel <spiegel@gnu.org>
23709
23710 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23711 Use with-no-warnings.
23712 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23713 rather than to find-file-not-found-hook, which doesn't exist.
23714
23715 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23716
23717 * international/quail.el (quail-translate-key): Fix previous change.
23718
23719 2003-07-25 John Paul Wallington <jpw@gnu.org>
23720
23721 * server.el (server-start): Check `server-process' is non-nil
23722 before killing it to avoid killing current buffer's process.
23723
23724 * simple.el (choose-completion-string): Use `minibufferp';
23725 test `completion-reference-buffer' if `buffer' arg is nil.
23726 (push-mark): Use `when' and `unless'.
23727 (pop-mark): Use `when'.
23728
23729 * mouse-sel.el (mouse-sel-get-selection-function):
23730 Check `x-last-selected-text-primary'. Don't barf if it or
23731 `x-last-selected-text' aren't bound.
23732
23733 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23734
23735 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23736
23737 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
23738
23739 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23740
23741 2003-07-23 John Paul Wallington <jpw@gnu.org>
23742
23743 * tooltip.el (defface tooltip): Inherit from variable-pitch.
23744
23745 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
23746
23747 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23748 string. Defvar the derived hook.
23749
23750 * macros.el (insert-kbd-macro): Escape double quote character.
23751 From Thomas W Murphy <twm@andrew.cmu.edu>.
23752
23753 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
23754
23755 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23756 to match the specific mark rather than reusing comment-start-skip.
23757
23758 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
23759
23760 * progmodes/hideshow.el (hs-special-modes-alist):
23761 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
23762
23763 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
23764
23765 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23766 value using ?\s.
23767
23768 2003-07-21 John Paul Wallington <jpw@gnu.org>
23769
23770 * subr.el (with-selected-window): Add closing paren.
23771
23772 2003-07-21 Richard M. Stallman <rms@gnu.org>
23773
23774 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23775 (lisp-mode): Likewise.
23776
23777 * subr.el (with-selected-window): Copy code form save-selected-window
23778 so as to call select-window with norecord arg.
23779 (dynamic-completion-table): Doc fix.
23780 (lazy-completion-table): Doc fix.
23781
23782 * international/mule-cmds.el (set-locale-environment):
23783 langinfo renamed to locale-info.
23784
23785 * international/mule.el (auto-coding-functions): Doc fix.
23786
23787 2003-07-21 Kenichi Handa <handa@m17n.org>
23788
23789 * international/quail.el (quail-translate-key):
23790 Update quail-current-str correctly.
23791
23792 2003-07-21 Andreas Schwab <schwab@suse.de>
23793
23794 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23795 ?, to "_".
23796
23797 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
23798 Version 2.0.36 of Tramp released.
23799
23800 * net/tramp.el (tramp-default-password-end-of-line): Rename from
23801 tramp-password-end-of-line.
23802 (tramp-password-end-of-line): New method parameter.
23803 (tramp-get-password-end-of-line): Function to access method
23804 parameter `tramp-password-end-of-line', or variable
23805 `tramp-default-password-end-of-line' (default value).
23806 (tramp-methods): Add entries for new parameter
23807 tramp-password-end-of-line.
23808 (tramp-enter-password): Use new function
23809 `tramp-get-password-end-of-line'.
23810 (tramp-handle-insert-file-contents): Do not
23811 unconditionally inhibit the file operation file-local-copy, only
23812 do that when the inhibit-file-name-operation is currently
23813 insert-file-contents. This fixes finding remote CVS-controlled
23814 files. (It would barf on inserting the CVS/Entries file
23815 literally, because the file-local-copy handler wasn't called.)
23816 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23817 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23818 (tramp-initial-commands): New variable.
23819 (tramp-process-initial-commands): New function, using the variable.
23820 (tramp-open-connection-setup-interactive-shell): Call the new function.
23821 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23822 method into the buffer name, never use nil. Reported by Hanak
23823 David <dhanak@inf.bme.hu>.
23824 (tramp-open-connection-setup-interactive-shell): Erase buffer
23825 before sending "stty -onlcr".
23826
23827 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23828
23829 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
23830
23831 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23832
23833 2003-07-19 John Paul Wallington <jpw@gnu.org>
23834
23835 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23836 (artist-draw-rect, artist-draw-square): Doc fixes.
23837
23838 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23839
23840 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23841
23842 2003-07-19 Kenichi Handa <handa@m17n.org>
23843
23844 * international/kkc.el (kkc-show-conversion-list-update):
23845 Highlight the correct candidate in the message.
23846
23847 2003-07-18 John Paul Wallington <jpw@gnu.org>
23848
23849 * simple.el (current-word): Don't include punctuation char when
23850 `really-word' arg is non-nil.
23851
23852 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
23853
23854 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23855 moved to the directory obsolete.
23856
23857 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
23858
23859 * info.el (Info-menu-entry-name-re): Allow newlines in
23860 menu entry names.
23861
23862 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23863 syntax-ppss-after-change-function.
23864 (syntax-ppss-after-change-function): New alias. Update uses.
23865 (syntax-ppss): Catch the case where the buffer is narrowed.
23866
23867 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23868
23869 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23870 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23871
23872 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23873
23874 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23875 since it might be modified.
23876
23877 * progmodes/cc-langs.el (c++-make-template-syntax-table)
23878 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23879 names to these language constants.
23880
23881 2003-07-15 Kim F. Storm <storm@cua.dk>
23882
23883 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23884 All uses changed.
23885
23886 2003-07-14 Mark A. Hershberger <mah@everybody.org>
23887
23888 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23889 Namespace support.
23890
23891 2003-07-13 Juanma Barranquero <lektu@terra.es>
23892
23893 * frame.el (modify-all-frames-parameters): Reinstall (copyright
23894 papers received).
23895
23896 2003-07-13 Karl Eichwalder <ke@suse.de>
23897
23898 * textmodes/po.el (po-find-charset): White space at the start of the
23899 Content-Type field body is non-mandatory.
23900
23901 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
23902
23903 * textmodes/texinfo.el (texinfo-section-list):
23904 Append appendixsection; a synonym for appendixsec.
23905
23906 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
23907
23908 * man.el (Man-translate-cleanup): New.
23909 (Man-translate-references): Call `Man-translate-cleanup' to clean
23910 leading, trailing and middle spaces.
23911
23912 2003-07-13 Lars Hansen <larsh@math.ku.dk>
23913
23914 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23915 Handle `dired-directory' being a list.
23916
23917 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
23918
23919 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23920 it doesn't exist.
23921
23922 2003-07-12 Richard M. Stallman <rms@gnu.org>
23923
23924 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23925
23926 * progmodes/cc-defs.el (c-make-keywords-re):
23927 Don't use delete-duplicates.
23928 (c-lang-const): Don't use mapcan.
23929
23930 * apropos.el (apropos-show-scores): Make it customizable.
23931 Document new meaning.
23932 (apropos): Compute scores from symbols.
23933 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23934
23935 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23936
23937 * ps-bdf.el: Fix copyright line.
23938 (bdf-directory-list): Fix initialization code.
23939
23940 2003-07-11 John Paul Wallington <jpw@gnu.org>
23941
23942 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23943 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23944 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23945
23946 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
23947
23948 * emacs-lisp/ring.el (ring-elements): Doc fix.
23949
23950 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23951
23952 * calendar/timeclock.el (timeclock-relative)
23953 (timeclock-ask-before-exiting, timeclock-use-display-time):
23954 Doc changes.
23955 (timeclock-modeline-display): Give a message if
23956 `timeclock-use-display-time' is non-nil but `display-time-mode'
23957 is not active.
23958
23959 2003-07-11 Kenichi Handa <handa@m17n.org>
23960
23961 * international/mule-cmds.el (set-language-environment):
23962 Set current-language-environment to the correct string.
23963
23964 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23965
23966 * ps-print.el: Print line number correctly in a region. Reported by
23967 Tim Allen <timallen@ls83.fsnet.co.uk>.
23968 (ps-print-version): New version number (6.6.2).
23969 (ps-printing-region): Code fix.
23970
23971 2003-07-10 John Paul Wallington <jpw@gnu.org>
23972
23973 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23974 this function can be called from `add-completions-from-tags-table'.
23975
23976 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
23977
23978 * calendar/timeclock.el (timeclock-use-display-time)
23979 (timeclock-day-over-hook, timeclock-workday-remaining)
23980 (timeclock-status-string, timeclock-when-to-leave)
23981 (timeclock-when-to-leave-string, timeclock-log-data)
23982 (timeclock-find-discrep, timeclock-day-base)
23983 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23984 (timeclock-modeline-display): Set the variable
23985 `timeclock-modeline-display'.
23986 (timeclock-update-modeline): Doc fix. Respect value of
23987 `timeclock-relative'.
23988
23989 2003-07-09 Richard M. Stallman <rms@gnu.org>
23990
23991 * textmodes/reftex-parse.el (reftex-all-document-files):
23992 Add autoload cookie.
23993
23994 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23995 (reftex-scanning-info-available-p): Add autoload cookie.
23996
23997 * international/mule-cmds.el
23998 (set-display-table-and-terminal-coding-system): Delete duplicate
23999 aset on standard-display-table.
24000
24001 * view.el (view-file): If existing buffer's major mode is special,
24002 don't go into view mode.
24003
24004 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
24005
24006 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24007
24008 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
24009 buffer changes; there's third party code that calls this function
24010 directly.
24011
24012 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24013
24014 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
24015 (autodoc-font-lock-keywords): Don't byte compile on font lock
24016 initialization when running from byte compiled files.
24017
24018 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
24019
24020 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
24021 statement ends with auto-increment "++".
24022
24023 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24024
24025 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24026 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24027 these are changed, so declare them as variables and not constants.
24028
24029 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
24030
24031 * subr.el (dolist, dotimes): Doc fix.
24032
24033 2003-07-08 Kim F. Storm <storm@cua.dk>
24034
24035 * international/mule-cmds.el
24036 (set-display-table-and-terminal-coding-system): Don't break
24037 bootstrap if standard-display-table isn't setup yet.
24038
24039 2003-07-07 Richard M. Stallman <rms@gnu.org>
24040
24041 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
24042 Give it a doc string, and autoload it.
24043
24044 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
24045 Use with-no-warnings.
24046
24047 * info.el (Info-search): If find invisible text, search again.
24048
24049 * isearch.el (search-whitespace-regexp): Add a shy group around it.
24050
24051 * man.el (Man-name-regexp): Match + as part of name.
24052
24053 * simple.el (visible-mode): Rename from vis-mode.
24054 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
24055
24056 * simple.el (current-word): New arg REALLY-WORD specifies
24057 don't include punctuation chars.
24058
24059 * emacs-lisp/debug.el (debug, debugger-env-macro):
24060 Use with-no-warnings while accessing and binding unread-command-char.
24061
24062 * international/mule-cmds.el
24063 (set-display-table-and-terminal-coding-system): Use explicit loop
24064 instead of calling standard-display-default.
24065
24066 * net/ange-ftp.el (ange-ftp-file-symlink-p):
24067 Use condition-case to catch error in ange-ftp-get-files.
24068
24069 * net/browse-url.el (browse-url-browser-function):
24070 Add alternative for Epiphany.
24071 (browse-url-epiphany-program, browse-url-epiphany-arguments)
24072 (browse-url-epiphany-startup-arguments)
24073 (browse-url-epiphany-new-window-is-tab): New variables.
24074 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
24075
24076 * progmodes/compile.el (compile-auto-highlight): Default now t.
24077 (compile): Doc fix.
24078 (compilation-next-error): Fix previous change.
24079
24080 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
24081
24082 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
24083
24084 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
24085
24086 * gdb-ui.el (gdb-source-info): Display current frame when
24087 attaching to an existing process.
24088 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
24089 while laying out windows when attaching to an existing process.
24090
24091 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
24092
24093 * info.el (Info-menu): Use Info-menu-entry-name-re.
24094
24095 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
24096
24097 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
24098 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
24099
24100 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
24101 to match the same text.
24102
24103 2003-07-06 John Paul Wallington <jpw@gnu.org>
24104
24105 * vc.el (vc-annotate-offset): Move defvar up.
24106
24107 2003-07-06 Kim F. Storm <storm@cua.dk>
24108
24109 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
24110 This should fix the infinite loop when extracting menu names.
24111
24112 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
24113
24114 * files.el (auto-mode-alist, interpreter-mode-alist):
24115 Remove entries to CC Mode modes to avoid duplicates; they are now added
24116 with autoload directives in cc-mode.el.
24117
24118 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
24119
24120 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24121 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24122 these are changed, so declare them as variables and not constants.
24123
24124 * progmodes/cc-mode.el: Fix some autoload problems: Try to
24125 ensure that the entry for ".c" extension comes before the one for
24126 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
24127 Fix incorrect entries that were added to `interpreter-mode-alist'.
24128 Move the autoload directives for AWK to the top level since they
24129 aren't recognized anywhere else. Do not use the new AWK mode doc
24130 in the autoload form for the old AWK mode.
24131
24132 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24133
24134 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
24135 (bibtex-sort-ignore-string-entries): Default value t.
24136 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
24137 erroneously in previous version.
24138 (bibtex-string-files): Docstring reflects new parsing scheme.
24139 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
24140 docstring, add # as one of the chars to crush
24141 (bibtex-autokey-prefix-string, bibtex-autokey-names)
24142 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
24143 (bibtex-autokey-name-change-strings)
24144 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
24145 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
24146 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
24147 (bibtex-autokey-title-terminators)
24148 (bibtex-autokey-titlewords-stretch)
24149 (bibtex-autokey-titleword-ignore)
24150 (bibtex-autokey-titleword-case-convert)
24151 (bibtex-autokey-titleword-abbrevs)
24152 (bibtex-autokey-titleword-abbrevs)
24153 (bibtex-autokey-titleword-change-strings)
24154 (bibtex-autokey-titleword-length)
24155 (bibtex-autokey-titleword-separator)
24156 (bibtex-autokey-name-year-separator)
24157 (bibtex-autokey-year-title-separator)
24158 (bibtex-autokey-before-presentation-function)
24159 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
24160 Fix docstring.
24161 (bibtex-strings, bibtex-reference-keys):
24162 Use lazy-completion-table and make-variable-buffer-local.
24163 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
24164 (bibtex-braced-string-syntax-table)
24165 (bibtex-quoted-string-syntax-table): New variables.
24166 (bibtex-parse-nested-braces): Remove.
24167 (bibtex-parse-field-string): Use syntax table and forward-sexp.
24168 (bibtex-parse-association): Simplify.
24169 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
24170 (bibtex-parse-field-text): Simplify.
24171 (bibtex-search-forward-field, bibtex-search-backward-field):
24172 argument BOUND can take value t.
24173 (bibtex-start-of-field, bibtex-start-of-name-in-field)
24174 (bibtex-end-of-name-in-field, bibtex-end-of-field)
24175 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24176 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
24177 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
24178 (bibtex-skip-to-valid-entry): Return buffer position of beginning
24179 and ending of entry. Update for changes of bibtex-search-entry.
24180 Simplify.
24181 (bibtex-map-entries): FUN is called with three arguments.
24182 (bibtex-search-entry): Return a cons pair with buffer positions of
24183 beginning and end of entry.
24184 (bibtex-enclosing-field): Simplify.
24185 (bibtex-format-entry): Use booktitle to set a missing title.
24186 (bibtex-autokey-get-names): Fiddle with regexps.
24187 (bibtex-generate-autokey): Use identity.
24188 (bibtex-parse-keys): Use simplified parsing algorithm if
24189 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
24190 arguments. Return alist of keys.
24191 (bibtex-parse-strings): Simplify. Return alist of strings.
24192 (bibtex-complete-string-cleanup): Fix docstring.
24193 (bibtex-read-key): New function.
24194 (bibtex-mode): Fix docstring. Do not parse for keys and
24195 strings when the mode is entered. Set fill-paragraph-function to
24196 bibtex-fill-field. Setup font-lock-mark-block-function the way
24197 font-lock intended.
24198 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
24199 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
24200 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
24201 (bibtex-Preamble): Avoid hard coded constants.
24202 (bibtex-make-field): Fix docstring. Simplify.
24203 (bibtex-beginning-of-entry): Always return new position of point.
24204 (bibtex-end-of-entry): Rearrange cond clauses.
24205 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
24206 Update for changes of bibtex-map-entries.
24207 (bibtex-ispell-abstract): Do not move point.
24208 (bibtex-entry-index): Use downcase. Simplify.
24209 (bibtex-lessp): Handle catch-all.
24210 (bibtex-find-crossref): Turn into a command.
24211 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
24212 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
24213 preamble entries.
24214 (bibtex-fill-field-bounds): New function.
24215 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
24216 (bibtex-fill-entry): Use bibtex-fill-field-bounds
24217 (bibtex-String): Use bibtex-strings. Always obey
24218 bibtex-sort-ignore-string-entries.
24219
24220 2003-07-05 John Paul Wallington <jpw@gnu.org>
24221
24222 * cus-theme.el (customize-create-theme):
24223 Call `customize-create-theme' in Reset widget's notify function.
24224
24225 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
24226 (ibuffer-mark-interactive): Use `or' instead of `unless'.
24227 (define-ibuffer-column name): Add summarizer.
24228 (define-ibuffer-column size): Likewise.
24229 (define-ibuffer-column filename): Likewise.
24230 (define-ibuffer-column process): Likewise. Change BODY's output too.
24231 (define-ibuffer-column filename-and-process): Likewise, likewise.
24232 (ibuffer): Remove local vars `already-in' and `need-update'.
24233
24234 * ibuf-ext.el: Don't require `derived' at compile-time.
24235
24236 2003-07-05 Kim F. Storm <storm@cua.dk>
24237
24238 * info.el: Disable paragraph refilling.
24239 (Info-refill-paragraphs): New defcustom.
24240 (Info-fontify-node): Use it.
24241
24242 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
24243
24244 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
24245 thingies from constructors created by defstruct.
24246
24247 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
24248 the default value of the variable.
24249 (byte-code-meter): Move declaration to top level.
24250
24251 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
24252
24253 * info.el (Info-following-node-name-re): New fun.
24254 (Info-following-node-name): Remove.
24255 (Info-insert-dir): Use the new fun.
24256 (Info-extract-pointer): Don't save restriction; use new fun.
24257 (Info-menu-entry-name-re): New const.
24258 (Info-menu-entry-name-re): Use it along with new fun.
24259 (Info-node-spec-re): Use new fun.
24260 (Info-complete-menu-item, Info-fontify-node): Use new const.
24261 (Info-goto-node, Info-follow-reference, Info-menu-update):
24262 Use match-string.
24263 (Info-follow-reference): Use assoc-string.
24264 Use a list of strings for the completion table.
24265 (Info-fontify-node): Use match-string, line-end-position.
24266 Limit the search for `node:' to the first line.
24267
24268 * newcomment.el (uncomment-region): Remove padding coming from
24269 comment-start rather than just from comment-padding.
24270
24271 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
24272 (vc-cvs-stay-local-p): Use vc-stay-local-p.
24273 (vc-cvs-rename-file): Remove (use the default).
24274 (vc-cvs-register): Register parent dir if needed.
24275 (vc-cvs-could-register): Return non-nil if parent can be registered.
24276 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
24277 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
24278
24279 * vc-svn.el (vc-svn-use-edit): Make it into a const.
24280 (vc-svn-update): Fix the arguments to `svn'.
24281 (vc-svn-diff-tree): Just use `vc-svn-diff'.
24282 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
24283 Simple implementations, assuming `name' is a URL.
24284
24285 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
24286 set of chars allowed unquoted in a case pattern.
24287
24288 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
24289
24290 * font-lock.el (font-lock-extra-types-widget)
24291 (c-font-lock-extra-types, c++-font-lock-extra-types)
24292 (objc-font-lock-extra-types, java-font-lock-extra-types)
24293 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
24294 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
24295 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
24296 (font-lock-match-c++-structor-declaration)
24297 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
24298 (c++-font-lock-keywords-3, c++-font-lock-keywords)
24299 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
24300 (objc-font-lock-keywords-3, objc-font-lock-keywords)
24301 (java-font-lock-keywords-1, java-font-lock-keywords-2)
24302 (java-font-lock-keywords-3, java-font-lock-keywords)
24303 (java-font-lock-syntactic-face-function): Remove obsolete code
24304 and constants. It's all in cc-fonts.el now.
24305
24306 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
24307
24308 * mail/sendmail.el (mail-specify-envelope-from)
24309 (mail-envelope-from): Doc fix.
24310
24311 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
24312
24313 * generic-x.el: Do away with the dependency on `c-emacs-features'
24314 when populating `rul-generic-mode-syntax-table'; we already know
24315 this isn't XEmacs.
24316
24317 See ChangeLog.10 for earlier changes.
24318
24319 ;; Local Variables:
24320 ;; coding: iso-2022-7bit
24321 ;; End:
24322
24323 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
24324 Copying and distribution of this file, with or without modification,
24325 are permitted provided the copyright notice and this notice are preserved.
24326
24327 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1