]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(compilation-mode-map): Bind TAB to `compilation-next-error'
[gnu-emacs] / lisp / ChangeLog
1 2005-08-04 Juri Linkov <juri@jurta.org>
2
3 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
4 matching line numbers, column numbers and their ranges with regexp
5 matching only line numbers.
6 (grep-context-face): New face variable.
7 (grep-mode-font-lock-keywords): Use it.
8
9 * faces.el (read-face-name): Delete duplicate faces.
10
11 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12
13 * thumbs.el (thumbs-find-image): Don't make variables
14 automatically buffer local.
15 (thumbs-current-tmp-filename, thumbs-current-image-filename)
16 (thumbs-image-num): Make automatically buffer local.
17 (thumbs-show-thumbs-list): Use `make-local-variable', not
18 `make-variable-buffer-local'.
19 (thumbs-insert-image): Make `thumbs-current-image-size'
20 buffer-local.
21
22 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
24 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
27 (feelings-about, foullst, found, hello, history, howareyoulst)
28 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
29 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
30 (neglst, obj, object, owner, please, problems, qlist)
31 (random-adjective, relation, remlst, repetitive-shortness)
32 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
33 (shortlst, something, sportslst, stallmanlst, states, subj)
34 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
35 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
36 Defvar at compile time.
37
38 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
39 not `make-variable-buffer-local'.
40
41 2005-08-02 Kim F. Storm <storm@cua.dk>
42
43 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
44 rectangle overlay in selected window.
45
46 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
47
48 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
49 instead of display group. Make `indicate-buffer-boundaries'
50 customizable through Custom.
51
52 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
53
54 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
55 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
56 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
57 (gdb-put-string): Fix typos in docstrings.
58
59 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
60
61 Update copyright notices of files in progmodes directory for
62 release of Emacs 22.1.
63
64 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
65
66 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie. Don't
67 barf if the GUD buffer has been killed.
68
69 2005-08-01 Kim F. Storm <storm@cua.dk>
70
71 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
72
73 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
76 (byte-compile-form-make-variable-buffer-local): New functions to warn
77 about misuses of make-variable-buffer-local where make-local-variable
78 was meant.
79
80 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
81
82 * bs.el (bs-attributes-list): Doc fix.
83 (bs): Update url-link.
84
85 * desktop.el (desktop-save-buffer): Fix typos in docstring.
86 (desktop-load-default): Simplify.
87
88 * ibuffer.el (ibuffer-columnize-and-insert-list)
89 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
90 (ibuffer-unmark-all, ibuffer-toggle-marks)
91 (ibuffer-unmark-forward, ibuffer-unmark-backward)
92 (ibuffer-compile-make-format-form, ibuffer-format-column)
93 (ibuffer-current-buffers-with-marks)
94 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
95 (ibuffer): Doc fix.
96 (ibuffer-mode): Fix typo in docstring.
97 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
98 with `define-obsolete-variable-alias'.
99 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
100
101 2005-07-29 Kenichi Handa <handa@m17n.org>
102
103 * international/mule-cmds.el (select-message-coding-system):
104 Be sure to use LF for end-of-line. If no coding system is decided,
105 return iso-8859-1-unix.
106
107 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
110 (ange-ftp-pending-error-line): New vars.
111 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
112 to handle the non-fatal no-route-to-host messages.
113 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
114
115 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
116
117 * isearch.el (isearch-mode-map, isearch-other-meta-char)
118 (isearch-quote-char, isearch-printing-char)
119 (isearch-text-char-description): "?\ " -> "?\s".
120 (isearch-lazy-highlight-cleanup)
121 (isearch-lazy-highlight-initial-delay)
122 (isearch-lazy-highlight-interval)
123 (isearch-lazy-highlight-max-at-a-time)
124 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
125 Declare with define-obsolete-*-alias macros.
126 (isearch-forward): Fix typo in docstring.
127 (search-invisible, search-ring-yank-pointer)
128 (regexp-search-ring-yank-pointer): Doc fixes.
129
130 * recentf.el (recentf-menu-append-commands-p): Declare with
131 `define-obsolete-variable-alias'.
132 (recentf-max-saved-items, recentf-menu-filter)
133 (recentf-arrange-by-rule-subfilter): Doc fixes.
134 (recentf-menu-append-commands-flag)
135 (recentf-initialize-file-name-history, recentf-expand-file-name)
136 (recentf-clear-data): Fix typos in docstrings.
137
138 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
139
140 * progmodes/gdb-ui.el: Smarten comments.
141 (gdb-info-breakpoints-custom): Use nowarn when finding file.
142
143 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
144
145 * term/apollo.el (terminal-init-apollo): New function containing
146 all former top level forms in the file.
147 * term/bobcat.el (terminal-init-bobcat):
148 * term/cygwin.el (terminal-init-cygwin):
149 * term/iris-ansi.el (terminal-init-iris-ansi):
150 * term/linux.el (terminal-init-linux):
151 * term/news.el (terminal-init-news):
152 * term/rxvt.el (terminal-init-rxvt):
153 * term/sun.el (terminal-init-sun):
154 * term/tvi970.el (terminal-init-tvi970):
155 * term/vt100.el (terminal-init-vt100):
156 * term/vt102.el (terminal-init-vt102):
157 * term/vt125.el (terminal-init-vt125):
158 * term/vt200.el (terminal-init-vt200):
159 * term/vt201.el (terminal-init-vt201):
160 * term/vt220.el (terminal-init-vt220):
161 * term/vt240.el (terminal-init-vt240):
162 * term/vt300.el (terminal-init-vt300):
163 * term/vt320.el (terminal-init-vt320):
164 * term/vt400.el (terminal-init-vt400):
165 * term/vt420.el (terminal-init-vt420):
166 * term/wyse50.el (terminal-init-wyse50):
167 * term/xterm.el (terminal-init-xterm): Likewise.
168
169 * term/README: Describe the terminal-init-* functionality.
170
171 * startup.el (command-line): After loading the terminal initialization
172 file call the corresponding terminal initialization function.
173
174 2005-07-27 Kenichi Handa <handa@m17n.org>
175
176 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
177 negative.
178
179 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
180 (ps-mule-composition-prologue): Fix for the case that
181 RelativeCompose is false.
182
183 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
186
187 * descr-text.el (describe-char): Handle the case where the list of
188 chars is displayed in a separate frame.
189 Be a bit more discriminating when looking for the char.
190
191 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
192
193 * bookmark.el (bookmark-automatically-show-annotations)
194 (bookmark-read-annotation-text-func): Doc fixes.
195 (bookmark-save): Improve argument/docstring consistency.
196 (bookmark-get-bookmark, bookmark-get-bookmark-record)
197 (bookmark-alist-from-buffer)
198 (bookmark-upgrade-file-format-from-0)
199 (bookmark-grok-file-format-version)
200 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
201 (bookmark-read-annotation-mode)
202 (bookmark-insert-current-bookmark, bookmark-jump)
203 (bookmark-exit-hook): Fix typos in docstrings.
204 (bookmark-exit-hooks): Define as obsolete alias.
205 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
206 not `bookmark-exit-hooks'. Fix docstring.
207 (bookmark-bmenu-select): "?\ " -> "?\s".
208
209 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
210
211 * startup.el (command-line): Fix typo.
212
213 2005-07-24 Richard M. Stallman <rms@gnu.org>
214
215 * tooltip.el (tooltip-mode): Test emacs-basic-display,
216 not emacs-quick-startup.
217
218 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
219
220 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
221 (reb-next-match, reb-show-subexp): Use `with-selected-window'
222 instead of `reb-with-current-window'.
223 (reb-prev-match): Likewise. Also, don't move left if the search
224 was unsuccessful.
225 (reb-initialize-buffer): New function.
226 (re-builder, reb-change-syntax): Use it.
227
228 * man.el (Man-goto-page): Make second argument NOERROR optional.
229
230 2005-07-23 Richard M. Stallman <rms@gnu.org>
231
232 * man.el (Man-bgproc-sentinel): Check here for failure to find
233 any man page in the output, and report the error here.
234 (Man-arguments): Make it permanent local.
235 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
236 (Man-mode): Pass t for NOERROR.
237
238 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
239 (grep-mode-font-lock-keywords):
240 Don't use compilation-...-face for messages that are not file names.
241
242 * progmodes/compile.el (compilation-mode-font-lock-keywords):
243 Don't use compilation-...-face for messages that are not file names.
244
245 2005-07-22 Juri Linkov <juri@jurta.org>
246
247 * startup.el (normal-splash-screen): Update menu name.
248
249 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
250
251 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
252
253 * term/xterm.el: Load term/rxvt if the terminal is actually an
254 rxvt terminal.
255 (xterm-rxvt-set-background-mode): Remove, not used anymore.
256
257 * term/rxvt.el (function-key-map): Use substitute-key-definition
258 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
259
260 * term/cygwin.el: New file.
261
262 2005-07-22 Kim F. Storm <storm@cua.dk>
263
264 * image-file.el (insert-image-file, image-file-yank-handler):
265 Fix last change to maintain a (unique) yank-handler on yanked images.
266
267 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
268
269 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
270 of the file size (as in "177B" for 177 bytes). This happens with
271 "ls -lh" on FreeBSD.
272
273 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
274
275 * hilit-chg.el (highlight-changes-global-initial-state)
276 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
277 (hilit-chg-fixup, highlight-changes-mode):
278 Fix typos in docstrings.
279 (highlight-changes-global-modes, highlight-changes-rotate-faces):
280 Doc fixes.
281
282 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
283
284 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
285 mode function using `eval-after-load'.
286
287 2005-07-21 Kim F. Storm <storm@cua.dk>
288
289 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
290 included when reporting an emacs crash, and tell about the DEBUG file.
291
292 * image-file.el (insert-image-file): Add yank-handler.
293 (image-file-yank-handler): Yank handler to make unique copies of
294 images when they are yanked into a buffer next to each other.
295
296 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
297
298 * comint.el (comint-use-prompt-regexp, comint-send-input)
299 (comint-source-default, comint-extract-string)
300 (comint-get-source, comint-word, comint-completion)
301 (comint-source, comint-prompt-read-only, comint-update-fence):
302 Fix typos in docstrings.
303 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
304 Declare with define-obsolete-*-alias macros.
305 (comint-previous-matching-input-from-input)
306 (comint-next-matching-input-from-input)
307 (comint-previous-matching-input, comint-next-matching-input)
308 (comint-forward-matching-input):
309 Improve argument/docstring consistency.
310
311 * desktop.el (desktop-clear-preserve-buffers-regexp):
312 Also preserve the *server* buffer.
313
314 * simple.el (clone-indirect-buffer): Doc fix.
315 (fixup-whitespace, just-one-space)
316 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
317 (next-error, next-error-highlight)
318 (next-error-highlight-no-select, next-error-last-buffer)
319 (next-error-buffer-p, next-error-find-buffer, next-error)
320 (previous-error, next-error-no-select, previous-error-no-select)
321 (open-line, split-line, minibuffer-prompt-width, kill-new)
322 (binary-overwrite-mode): Fix typos in docstrings.
323 (set-fill-column): Fix typo in message.
324
325 * skeleton.el (skeleton-proxy-new): Doc fix.
326
327 * strokes.el (strokes-load-hook): Doc fix.
328 (strokes-grid-resolution, strokes-get-grid-position)
329 (strokes-renormalize-to-grid, strokes-read-stroke)
330 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
331 (strokes-global-map): Fix typos in docstrings.
332 (strokes-help): Doc fix. Fix help message and pass it through
333 `substitute-command-keys'.
334
335 * tempo.el (tempo-insert-prompt, tempo-interactive)
336 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
337 (tempo-insert-string-functions, tempo-local-tags)
338 (tempo-define-template, tempo-insert-template)
339 (tempo-insert-prompt-compat, tempo-is-user-element)
340 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
341 Fix typos in docstrings.
342
343 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
344 (vcursor-key-bindings, vcursor-use-vcursor-map)
345 (vcursor-find-window, vcursor-scroll-down)
346 (vcursor-disable, vcursor-beginning-of-buffer)
347 (vcursor-end-of-buffer): Fix typos in docstrings.
348 (vcursor-relative-move, vcursor-get-char-count):
349 Improve argument/docstring consistency.
350
351 * version.el: "?\ " -> "?\s".
352
353 * wid-edit.el (widget-default-create, widget-after-change)
354 (widget-default-format-handler, widget-checklist-add-item)
355 (widget-radio-add-item, widget-choose, widget-specify-secret)
356 (widget-field-value-create, widget-field-value-get)
357 (widget-editable-list-format-handler)
358 (widget-editable-list-entry-create, widget-group-value-create)
359 (widget-documentation-link-add)
360 (widget-documentation-string-value-create): "?\ " -> "?\s".
361 (widget-convert-text): Doc fix.
362 (widget-narrow-to-field, widget-field-find)
363 (widget-url-link-action, widget-emacs-library-link-action)
364 (widget-color-notify): Fix typos in docstrings.
365
366 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
367 (x-select-text, set-w32-system-coding-system)
368 (w32-add-charset-info): Fix typos in docstrings.
369
370 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
371 (cua-enable-cua-keys, cua-use-hyper-key)
372 (cua-virtual-rectangle-edges): Fix typos in docstrings.
373 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
374
375 * net/tramp.el (tramp-handle-load): Fix typo in error message.
376
377 * emacs-lisp/re-builder.el (regexp-builder): Declare with
378 `defalias' instead of faking it.
379
380 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
381 (eshell-ls-missing, eshell-ls-dired-initial-args)
382 (eshell-ls-use-in-dired): Fix typos in docstrings.
383
384 2005-07-20 Kim F. Storm <storm@cua.dk>
385
386 * emulation/cua-base.el (cua-mode): Improve doc string.
387
388 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
389
390 * abbrev.el (expand-region-abbrevs): Doc fix.
391 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
392 Improve argument/docstring consistency.
393
394 * arc-mode.el (archive-get-descr, archive-alternate-display):
395 Doc fixes.
396 (archive-l-e): Improve argument/docstring consistency.
397 (archive-tmpdir, archive-unixdate, archive-unixtime)
398 (archive-chmod-entry): Fix typos in docstrings.
399 (archive-unflag, archive-unflag-backwards)
400 (archive-unmark-all-files): "?\ " -> "?\s".
401
402 * buff-menu.el (Buffer-menu-unmark): Doc fix.
403 (Buffer-menu-not-modified, Buffer-menu-execute)
404 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
405 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
406
407 * composite.el (compose-string, encode-composition-rule)
408 (compose-last-chars): Fix typos in docstrings.
409
410 * desktop.el (desktop-enable, desktop-basefilename):
411 Declare with `define-obsolete-variable-alias'.
412 (desktop-internal-v2s): Don't quote keywords.
413 (desktop-clear): "?\ " -> "?\s".
414
415 * dired.el (dired-align-file, dired-flag-backup-files)
416 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
417 (dired-listing-switches, dired-ls-F-marks-symlinks)
418 (dired-dwim-target, dired-load-hook, dired-mode-hook)
419 (dired-directory, dired-faces, dired, dired-revert)
420 (dired-mode, dired-summary, dired-view-file)
421 (dired-copy-filename-as-kill, dired-delete-file)
422 (dired-no-confirm, dired-unmark-all-marks)
423 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
424 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
425 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
426 Fix typos in message strings.
427
428 * dired-x.el (virtual-dired): Declare with `defalias'.
429 (dired-mark-unmarked-files, dired-local-variables-file)
430 (dired-omit-here-always): Doc fix.
431 (dired-omit-mode, dired-find-subdir)
432 (dired-enable-local-variables, dired-clean-up-buffers-too)
433 (dired-extra-startup, dired-mark-extension, dired-jump)
434 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
435 (dired-smart-shell-command, dired-guess-shell-alist-user)
436 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
437 (dired-x-bind-find-file, dired-x-submit-report):
438 Fix typos in docstrings.
439 (dired-mark-unmarked-files): "?\ " -> "?\s".
440
441 * dirtrack.el (dirtrack-list): Fix typos in docstring.
442
443 * faces.el (describe-face): "?\ " -> "?\s".
444 (read-all-face-attributes, read-face-font, modify-face)
445 (face-attr-construct, italic): Fix typos in docstrings.
446 (frame-update-face-colors): Declare with
447 `define-obsolete-function-alias'.
448
449 * files.el (find-file-noselect, recode-file-name): Doc fixes.
450 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
451 (magic-mode-alist, buffer-file-numbers-unique)
452 (write-file-functions, get-free-disk-space):
453 Fix typos in docstrings.
454 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
455 (write-contents-hooks, write-file-hooks):
456 Declare with `define-obsolete-variable-alias'.
457
458 * forms-d2.el (arch-rj): Fix typo in docstrings.
459 (arch-tocol): Likewise. "?\ " -> "?\s".
460
461 * frame.el (set-frame-font, cursor-in-non-selected-windows):
462 Fix typo in docstring.
463 (set-screen-width, set-screen-height): Delete redundant info in
464 doctrings.
465 (new-frame, screen-height, screen-width): Declare with
466 `define-obsolete-function-alias'.
467 (delete-frame-hook, blink-cursor): Declare with
468 `define-obsolete-variable-alias'.
469
470 * paths.el (prune-directory-list): Fix typos in docstring.
471
472 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
473 (cvs-prefix-get): Fix typos in docstrings.
474
475 * ps-print.el (ps-extend-face-list, ps-extend-face)
476 (ps-print-background-image): Fix typos in docstrings.
477 (ps-default-fg, ps-default-bg): Doc fixes.
478
479 * s-region.el (s-region-bind): Doc fix.
480 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
481
482 * textmodes/org.el (org-table-formula-substitute-names)
483 (org-table-get-vertical-vector): Doc fixes.
484 (org-table-recalculate): Remove unused argument to `message'.
485
486 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
487
488 * textmodes/org.el (org-table-column-names)
489 (org-table-column-name-regexp)
490 (org-table-named-field-locations): New variables.
491 (org-archive-subtree): Protect `this-command' when calling
492 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
493 the kill buffer.
494 (org-complete): Remove fixed-formula completion.
495 (org-edit-formulas-map): New variable.
496 (org-table-edit-formulas): New command.
497 (org-finish-edit-formulas, org-abort-edit-formulas)
498 (org-show-variable, org-table-get-vertical-vector): New functions.
499 (org-table-maybe-eval-formula): Handle `:=' fields.
500 (org-table-get-stored-formulas, org-table-store-formulas)
501 (org-table-get-formula, org-table-modify-formulas)
502 (org-table-replace-in-formulas): Handle named field formulas.
503 (org-table-get-specials): Store locations of named fields.
504
505 2005-07-19 Juri Linkov <juri@jurta.org>
506
507 * progmodes/grep.el (grep-regexp-alist)
508 (grep-mode-font-lock-keywords, grep-process-setup):
509 Use default GNU grep match color "01;31m" instead of "01;41m".
510 (grep-regexp-alist, grep-mode-font-lock-keywords):
511 Use `\\[[0-9]*m' instead of `\\[00m'.
512 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
513 sgr_start where its handling is more important. Use the real
514 length of sgr_start instead of constant 8.
515 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
516 specially. Delete all remaining escape sequences.
517 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
518 (grep-regexp-alist): Make hyperlink only for binary file name
519 instead of the whole line.
520 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
521 (grep-mode): Add autoload.
522
523 * emacs-lisp/find-func.el (find-function-regexp):
524 Add `define-compilation-mode'.
525
526 2005-07-19 Juri Linkov <juri@jurta.org>
527
528 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
529 (compare-windows-sync-string-size, compare-windows-recenter)
530 (compare-windows-highlight, compare-windows): Add version 22.1.
531 (compare-windows) <defface>: Inherit from lazy-highlight instead
532 of duplicating its default value.
533
534 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
535 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
536
537 * descr-text.el (describe-char): Create link buttons for `charset'
538 and `code point'. Add the current input method name with a link
539 button to `to input' field. Print face names of display table
540 characters in `The display table entry is displayed by' section
541 instead of printing face-id in the `display' field.
542 Guess hardcoded faces and create a link button for them.
543 Skip empty fields when calculating max-width.
544 Treat `widget-create' specially while inserting strings from the
545 collected field list.
546 (describe-char-after): Made obsolete in version 22.1, not 21.5.
547
548 * diff-mode.el (diff-file-header): Change foreground color from
549 yellow to green on light backgrounds.
550 (diff-context): Inherit from `shadow' only for color/grayscale
551 with more than 88 colors.
552 (diff-indicator-removed, diff-indicator-added)
553 (diff-indicator-changed): New faces.
554 (diff-font-lock-keywords): Use new faces. Regroup rules.
555 Add "^---$" for `normal' diff format. Fontify `#' lines with
556 font-lock-comment-delimiter-face and font-lock-comment-face.
557 Add `#' to ^[^...] in the rule for `diff-context-face'.
558
559 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
560 a button-like box. Inherit from `highlight' on low colors.
561 (shadow): Use shades of gray only for color/grayscale with
562 more than 88 colors. Use green for light backgrounds with
563 8 colors, and yellow for dark backgrounds with 8 colors.
564
565 * font-lock.el (font-lock-regexp-grouping-backslash):
566 Don't inherit from escape-glyph (use bold for all cases).
567
568 * info.el (info-xref-visited): Use light foreground color `violet'
569 for dark backgrounds instead of dark color `magenta3'.
570 (info-title-1): Use `yellow' color for dark backgrounds.
571
572 * isearch.el (isearch): Use not-too-dark magenta3 instead of
573 too-light magenta2.
574
575 * replace.el (match): Use slightly more light RoyalBlue3 instead
576 of dark RoyalBlue4.
577
578 * wid-edit.el (widget-inactive): Inherit from `shadow'.
579
580 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
581
582 * novice.el (disabled-command-hook): Declare it with
583 `define-obsolete-variable-alias'.
584
585 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
586 (desktop-buffer-misc-functions, desktop-buffer-handlers)
587 (desktop-load-default): Add release to obsolescence info.
588 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
589 (desktop-append-buffer-args, desktop-read):
590 Fix typos in docstrings.
591 (desktop-kill): Fix typo in message.
592 (desktop-save): Doc fix.
593
594 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
595
596 * viper-cmd.el (viper-escape-to-state): Bug fix.
597 (viper-envelop-ESC-key): Change the definition of fast
598 keysequence so it'll work with keyboard macros.
599
600 * ediff.el (ediff-patch-buffer): Change the docstring.
601
602 2005-07-19 Kenichi Handa <handa@m17n.org>
603
604 * international/mule-cmds.el (select-safe-coding-system): Try to
605 use an auto-coding (if any) before anything else. If the found
606 auto-coding is invalid, show a warning message.
607
608 * international/mule.el (find-auto-coding): New function created
609 by modifying the body of set-auto-coding.
610 (set-auto-coding): Use find-auto-coding to find a coding.
611
612 2005-07-18 Richard M. Stallman <rms@gnu.org>
613
614 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
615 not isearch-mode-end-hook-error.
616 (allout-before-change-protect): Fix error message.
617
618 2005-07-18 Juri Linkov <juri@jurta.org>
619
620 * allout.el (allout-mode):
621 * calculator.el (calculator-copy):
622 * custom.el (custom-known-themes):
623 * dired.el (dired-desktop-buffer-misc-data)
624 (dired-restore-desktop-buffer):
625 * dired-x.el (dired-omit-marker-char):
626 * files.el (basic-save-buffer):
627 * font-core.el (font-lock-mode):
628 * calendar/calendar.el (calendar-goto-hebrew-date)
629 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
630 (calendar-goto-persian-date):
631 * language/ethio-util.el (ethio-sera-to-fidel-region):
632 * textmodes/picture.el (picture-mode):
633 Delete duplicate duplicate words.
634
635 2005-07-18 Juri Linkov <juri@jurta.org>
636
637 * isearch.el (isearch-mode-map): Remove key bindings for regexp
638 chars * ? } |.
639 (isearch-fallback): Don't call `isearch-process-search-char'.
640 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
641 (isearch-process-search-char): Call `isearch-fallback' for regexp
642 chars * ? } |.
643 (isearch-return-char): Make obsolete with `make-obsolete' instead
644 of simply documenting it as obsolete in the docstring.
645 (isearch-fallback): Refill docstring.
646
647 * international/isearch-x.el
648 (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
649 Add intermediate values to `junk-hist' instead of `minibuffer-history'.
650 Test the length of `str'.
651
652 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
653
654 * allout.el (allout-resolve-xref): Fix typos in error strings.
655 (allout-before-change-protect): Remove unneeded `concat'.
656
657 * array.el (array-mode, array-reconfigure-rows)
658 (untabify-backward): Fix typos in docstrings.
659 (array-reconfigure-rows): Use `insert-buffer-substring', not
660 `insert-buffer'.
661
662 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
663 * progmodes/ada-mode.el (ada-make-body):
664 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
665
666 * dired.el (dired-log):
667 * tar-mode.el (tar-subfile-save-buffer):
668 * play/zone.el (zone-pgm-stress-destress):
669 Use `insert-buffer-substring', not `insert-buffer'.
670
671 2005-07-17 Simon Josefsson <jas@extundo.com>
672
673 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
674
675 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
676
677 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
678 Add plain auth method.
679 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
680
681 2005-07-17 Kim F. Storm <storm@cua.dk>
682
683 * ido.el (dired-other-window): Add ido property.
684
685 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
686
687 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
688 Fix typo in docstring.
689 (byte-compile-interactive-only-functions): Add `insert-buffer' and
690 `insert-file-literally'.
691
692 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
693 info and delete redundant message. Doc fix.
694 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
695 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
696
697 2005-07-16 Richard M. Stallman <rms@gnu.org>
698
699 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
700 (byte-compile-and): Use byte-compile-and-recursion.
701 (byte-compile-or-recursion): New function.
702 (byte-compile-or): Use that.
703 (byte-compile-if): Guard the else-clause too.
704 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
705
706 * isearch.el (isearch-mode-end-hook-quit): New variable.
707 (isearch-done): Bind it.
708 (isearch-mode-end-hook): Doc fix.
709
710 * allout.el (allout-isearch-did-quit): Variable deleted.
711 (allout-real-isearch-abort): Function name no longer used.
712 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
713 (allout-isearch-rectification): isearch-mode always exists.
714 Don't set allout-isearch-did-quit.
715 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
716 allout-isearch-did-quit.
717 (allout-enwrap-isearch): Just add the hook.
718 (allout-isearch-abort): Function deleted.
719 (allout-pre-command-business): Avoid warning.
720
721 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
722 Correctly avoid warnings.
723 (pascal-outline): Likewise.
724
725 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
726
727 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
728
729 * play/tetris.el (tetris-mode): Avoid warning.
730
731 * play/snake.el (snake-mode): Avoid warning.
732
733 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
734 (gamegrid-set-display-table): Avoid warning.
735 (gamegrid-set-timer): Likewise.
736 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
737 (gamegrid-add-score-with-update-game-score-1): Take FILE
738 as argument.
739 (gamegrid-add-score-with-update-game-score): Pass that argument.
740 Rename have-shared-game-dir to gamegrid-shared-game-dir.
741
742 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
743
744 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
745 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
746
747 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
748 and insert-file.
749
750 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
751 (sc-ask): Avoid warnings.
752
753 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
754 (eshell-hist-initialize): Use that var the natural way.
755
756 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
757
758 * emacs-lisp/re-builder.el (reb-cook-regexp):
759 Avoid warning calling lre-compile-string.
760 (reb-color-display-p): Avoid warning.
761
762 * calculator.el (calculator-last-input): Guard uses
763 of event-key and key-press-event-p.
764 (event-key, key-press-event-p): Delete definitions.
765
766 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
767 (find-gc-source-directory, find-gc-subrs-callers)
768 (find-gc-noreturn-list, find-gc-source-files)
769 (find-gc-subrs-called): Vars renamed and defvar'd.
770
771 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
772 (checkdoc-overlay-put, checkdoc-delete-overlay)
773 (checkdoc-overlay-start, checkdoc-overlay-end)
774 (checkdoc-mode-line-update, checkdoc-char=):
775 Define such that compiler knows they are defined.
776 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
777 (checkdoc-read-event): Delete. Use read-event directly.
778
779 * whitespace.el (whitespace-make-overlay)
780 (whitespace-overlay-put, whitespace-delete-overlay)
781 (whitespace-overlay-start, whitespace-overlay-end):
782 Define such that compiler knows they are defined.
783 (whitespace): Move conditional inside.
784
785 * tempo.el (tempo-insert-template): Suppress warning.
786
787 * ediff-diff.el (longlines-mode): Add defvar.
788
789 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
790
791 * server.el: Bind "C-x #" in a way that works even if C-x is
792 redefined to a command key, not a prefix key.
793
794 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
795
796 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
797 cl-make-type-test till execution time.
798
799 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
800
801 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
802 arg ARG and use it.
803
804 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
805
806 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
807
808 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
809
810 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
811 a defcustom with two :set or :type keywords.
812
813 2005-07-15 Richard M. Stallman <rms@gnu.org>
814
815 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
816 Don't give ^M comment-end syntax.
817
818 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
819
820 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
821 Don't consider gdbmi (gdb-mi.el has its own update functions).
822 (gdb-var-delete): Make it work for gdbmi as well.
823 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
824
825 * progmodes/gud.el (etags, sdb): Only require etags when needed.
826 (gud-speedbar-menu-items): Correct logic for enabling items.
827
828 2005-07-15 Kim F. Storm <storm@cua.dk>
829
830 * ido.el: Fix commentary.
831 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
832 Use with-no-warnings around ffap-guesser.
833 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
834 Let bind minibuffer-completing-file-name to t.
835
836 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
837
838 * startup.el (site-run-file, keyboard-type): Doc fixes.
839 (command-line): Check for "--basic-display" argument; also for
840 "--quick", not "--bare-bones" (which was renamed).
841 (fancy-splash-text): Add missing item "Getting New Versions".
842 (normal-splash-screen): Fix typos and improve consistency with
843 `fancy-splash-text'. Update copyright year.
844
845 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
846 valid binding for `help-char'.
847
848 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
849
850 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
851
852 * term.el (term-mode): Disable cua-mode for term buffers.
853
854 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
855
856 * add-log.el (add-log-mailing-address, change-log-merge):
857 Doc fixes.
858 (change-log-get-method-definition): Fix typo in docstring.
859
860 2005-07-14 Kim F. Storm <storm@cua.dk>
861
862 * emulation/cua-base.el:
863 (cua--pre-command-handler-1, cua--pre-command-handler)
864 (cua--post-command-handler-1, cua--post-command-handler):
865 Split in two. Check (buffer local) value of cua-mode.
866 (cua-selection-mode): New command.
867
868 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
869
870 * custom.el (custom-initialize-safe-set)
871 (custom-initialize-safe-default): Doc fixes.
872
873 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
874 and simplify :init-value again.
875
876 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
877 and simplify :init-value again. Delete autoload.
878
879 * startup.el (command-line): Use `custom-reevaluate-setting' again
880 for tooltip-mode.
881
882 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
883 a defcustom with two :initialize keywords.
884
885 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
886
887 * allout.el (my-mark-marker, allout-isearch-prior-pos)
888 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
889 (allout-post-command-business, allout-flag-region)
890 (isearch-reenable-font-lock, allout-yank)
891 (allout-insert-latex-header, allout-insert-latex-trailer)
892 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
893 (allout-latex-verb-quote): Fix typos in docstrings.
894 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
895 (allout-unprotected, allout-prefix-data):
896 Improve argument/docstring consistency.
897 (allout-chart-subtree): Fix argument spec.
898 (allout-open-topic): Rename `use_sib_bullet' argument to
899 `use-sib-bullet'. Doc fix.
900
901 * whitespace.el (whitespace-check-buffer-leading)
902 (whitespace-check-buffer-trailing)
903 (whitespace-check-buffer-indent)
904 (whitespace-check-buffer-spacetab)
905 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
906 (whitespace-check-leading-whitespace)
907 (whitespace-check-trailing-whitespace)
908 (whitespace-check-spacetab-whitespace)
909 (whitespace-check-indent-whitespace)
910 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
911 (whitespace-modes): Fix typos in docstrings.
912 (defgroup, defcustom): Doc fixes.
913
914 * winner.el (winner-mode, winner-boring-buffers)
915 (winner-pending-undo-ring): Doc fixes.
916 (winner-ring): Remove unneeded `progn'.
917 (winner-equal): `defsubst' it.
918 (winner-redo): Fix message.
919
920 2005-07-13 Kim F. Storm <storm@cua.dk>
921
922 * simple.el (line-move-1): Always use vertical-motion to
923 do the last (or only) line move to ensure some movement.
924 Undo 2005-06-23 change--don't check for overlays.
925
926 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
927
928 * term/mac-win.el (ccl-encode-mac-roman-font)
929 (ccl-encode-mac-centraleurroman-font)
930 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
931 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
932 Change charset-id boundary of dimension to ?\xef.
933 (mac-char-fontspec-list): New constant.
934 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
935 argument. Nil uses itself as family in font-spec. Previous
936 behavior for nil is now provided by non-nil non-string argument.
937 All callers changed. Add font-specs for Mac fonts to
938 "fontset-default" unless iso8859-1 fonts are installed.
939
940 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
941
942 * progmodes/sh-script.el (sh-get-indent-info): Only indent
943 a continuation line if the \ is preceded by SPC or TAB.
944 (sh-get-indent-info): Simplify.
945 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
946 Use with-current-buffer.
947
948 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
949 when the matched text is empty.
950
951 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
952
953 * startup.el (command-line): Revert to previous handling of
954 tooltip-mode. Explain in comment why the complexity is needed.
955
956 * tooltip.el (tooltip-mode): Revert to previous implementation of
957 its defcustom.
958
959 * frame.el (blink-cursor-mode): Revert to previous implementation
960 of its defcustom. Update comment.
961
962 2005-07-12 Lars Hansen <larsh@soem.dk>
963
964 * desktop.el: Update e-mail address.
965
966 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
967
968 * term/mac-win.el (mac-services-mail-selection)
969 (mac-services-mail-to): New functions.
970 (mac-application-menu-map): Bind them.
971
972 2005-07-12 wulei <milton@wulei.net> (tiny change)
973
974 * progmodes/gdb-ui.el: Add note about buffering with Windows.
975
976 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
977
978 * custom.el (custom-reevaluate-setting): Doc fix.
979
980 2005-07-11 Jay Belanger <belanger@truman.edu>
981
982 * calc/calc.el (calc-embedded-announce-formula-alist)
983 (calc-embedded-open-close-plain-alist)
984 (calc-embedded-open-close-mode-alist): Add checks for additional
985 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
986
987 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
988
989 * custom.el (custom-enable-theme): Don't add theme to
990 `custom-enabled-themes' with `push' because there is no
991 setf-method for `delq'.
992
993 2005-07-11 Richard M. Stallman <rms@gnu.org>
994
995 * custom.el (custom-declare-variable): Doc fix.
996
997 * dired-aux.el (dired-compare-directories): Remove "." and ".."
998 from the alists.
999
1000 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
1001 Do nothing if edebug-active.
1002
1003 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
1004 (edebug-display): Do it here instead.
1005
1006 2005-07-10 Richard M. Stallman <rms@gnu.org>
1007
1008 * cus-face.el (custom-theme-set-faces): Make it work.
1009 (custom-reset-faces): Doc fix.
1010 (custom-theme-reset-internal-face, custom-theme-face-value):
1011 Functions deleted.
1012
1013 * custom.el (custom-push-theme): Maintain list of the settings
1014 of a given theme in its theme-settings property.
1015 Maintain position of old settings in the theme-value
1016 or theme-face property.
1017 (custom-enabled-themes): New variable.
1018 (custom-theme-enabled-p): New function.
1019 (provide-theme): Update custom-enabled-themes.
1020 Disable and reenable the `user' theme.
1021 (require-theme): Doc fix.
1022 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
1023 (custom-theme-value, custom-theme-variable-value): Likewise.
1024 (custom-theme-reset-internal): Likewise.
1025 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
1026 (custom-enable-theme, custom-disable-theme): New functions.
1027 (custom-variable-theme-value, custom-face-theme-value): Likewise.
1028 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
1029 (custom-theme-reset-variables): Simplify.
1030 (deftheme, custom-declare-theme, custom-make-theme-feature):
1031 Definitions moved.
1032
1033 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
1034
1035 * longlines.el (longlines-show-region)
1036 (longlines-unshow-hard-newlines): Recognize hard newlines by
1037 non-nil hard property, instead of t.
1038
1039 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
1040
1041 * viper-cmd.el (viper--key-maps): New variable.
1042 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
1043 emulation-mode-map-alists.
1044 (viper-envelop-ESC-key): Use viper-subseq.
1045 (viper-search-forward/backward/next): Disable debug-on-error.
1046
1047 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1048 (viper-ESC-key): New defcustoms.
1049
1050 * viper-macs.el (ex-map-read-args): Use viper-subseq.
1051
1052 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
1053 (viper-subseq): Copy of subseq from cl.el.
1054
1055 * viper.el (viper-go-away, viper-set-hooks): Use
1056 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
1057
1058 * viper-mous.el (viper-current-frame-saved): Use defvar.
1059
1060 * viper-init.el: Get rid of -face in face names.
1061
1062 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1063 Make it work with longlines mode
1064
1065 * ediff-mult.el (ediff-meta-mode-hook): New variable.
1066
1067 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
1068
1069 * ediff-init: Get rid of -face in face names.
1070
1071 2005-07-10 Richard M. Stallman <rms@gnu.org>
1072
1073 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
1074 and with-timeout-unsuspend.
1075
1076 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
1077 and with-timeout-unsuspend.
1078
1079 * emacs-lisp/timer.el (with-timeout-timers): New variable.
1080 (with-timeout): Bind that variable to record timers.
1081 (with-timeout-suspend, with-timeout-unsuspend): New functions.
1082
1083 * emacs-lisp/debug.el (debug-help-follow): New function.
1084 (debugger-mode-map): Use that instead of help-follow.
1085 (debugger-setup-buffer): Use eval-buffer-list
1086 to handle eval-buffer frames.
1087
1088 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
1089
1090 * timezone.el (timezone-parse-date): Change first regexp
1091 so it will not mistakenly match dates with no time zone.
1092
1093 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
1094
1095 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
1096
1097 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
1098
1099 * custom.el (custom-initialize-safe-set)
1100 (custom-initialize-safe-default): New functions.
1101
1102 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1103 and simplify :init-value.
1104
1105 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1106 and simplify :init-value. Delete obsolete comment.
1107
1108 * startup.el (command-line): Use `custom-reevaluate-setting' to
1109 handle `tooltip-mode'. Delete obsolete comment.
1110
1111 * files.el (set-visited-file-name): Avoid calling
1112 `file-name-nondirectory' with a nil argument.
1113
1114 2005-07-09 Richard M. Stallman <rms@gnu.org>
1115
1116 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
1117 was called with nil for the buffer, handle the read position right.
1118 Handle read position for eval-region, too.
1119
1120 2005-07-09 Juri Linkov <juri@jurta.org>
1121
1122 * fringe.el (fringe-mode): Add period in docstring.
1123 (fringe-query-style): Build prompt depending on `all-frames' arg.
1124
1125 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
1126 to not create links to unrelated functions in the Help buffer.
1127
1128 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
1129 Doc fix.
1130
1131 * simple.el (next-error-hook): New variable.
1132 (next-error): Use it. Doc fix.
1133
1134 * textmodes/ispell.el (ispell-command-loop): Add current
1135 dictionary name and program name to mode-line-format.
1136 (ispell-region, ispell-process-line): Add current dictionary name
1137 and program name to messages.
1138
1139 2005-07-08 Jay Belanger <belanger@truman.edu>
1140
1141 * calc/calc.el (calc-embedded-announce-formula-alist)
1142 (calc-embedded-open-close-formula-alist)
1143 (calc-embedded-open-close-word-alist)
1144 (calc-embedded-open-close-plain-alist)
1145 (calc-embedded-open-close-new-formula-alist)
1146 (calc-embedded-open-close-mode-alist)
1147 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
1148 (calc-embedded-mode-hook): New variables.
1149
1150 * calc/calc-embed.el (calc-embedded-firsttime)
1151 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
1152 New variables.
1153 (calc-do-embedded): Use calc-embedded-firsttime,
1154 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
1155 determine whether or not to run hooks.
1156 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
1157 calc-embedded-firsttime-formula appropriately.
1158 Set calc-embedded delimiter variables according to mode.
1159
1160 2005-07-08 Richard M. Stallman <rms@gnu.org>
1161
1162 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
1163 Check for "emacs", etc., as entire symbol, not just as word.
1164 (checkdoc-file-comments-engine): Use regexp-quote on FN.
1165
1166 * files.el (set-visited-file-name): Report the error
1167 for "empty filename" earlier.
1168 (kill-some-buffers): Ignore buffers already dead.
1169
1170 * fringe.el (fringe-mode): Doc fix.
1171
1172 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1173 Check for (featurep 'xemacs) and turn off warnings in what it guards.
1174 Use unwind-protect to ensure byte-compile-unresolved-functions
1175 is updated.
1176
1177 * whitespace.el (whitespace-buffer-leading-cleanup):
1178 Simplify w/ skip-chars-forward.
1179 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
1180
1181 * mail/rmail.el (rmail-only-expunge): Fix paren error.
1182 Unconditionally try to leave point at the same old place.
1183
1184 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
1185
1186 * comint.el (comint-postoutput-scroll-to-bottom)
1187 (comint-show-maximum-output): Take scroll-margin into consideration.
1188
1189 2005-07-08 Kim F. Storm <storm@cua.dk>
1190
1191 * ido.el (ido-use-filename-at-point): New choice `guess'.
1192 (ido-file-internal): Try ffap-guesser if selected.
1193
1194 * ido.el (ido-before-fallback-functions): New hook.
1195 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
1196 (ido-read-file-name): Run it.
1197
1198 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
1201 strings rather than a list of symbols to the completion function.
1202
1203 2005-07-07 Jay Belanger <belanger@truman.edu>
1204
1205 * calc/calc-units.el (math-apply-units): Change the places in
1206 which units are simplified.
1207
1208 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
1209
1210 * cus-edit.el (customize-option, customize-option-other-window):
1211 Make them handle aliases.
1212
1213 * custom.el (custom-variable-p): Make it recursively follow
1214 aliases. Mention that in the docstring.
1215
1216 2005-07-07 Richard M. Stallman <rms@gnu.org>
1217
1218 * cus-start.el (exec-path): Use `directory' instead of `file'.
1219 Fix tag for nil.
1220
1221 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1222
1223 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
1224 when called non-interactively. Doc fix.
1225
1226 2005-07-07 Lute Kamstra <lute@gnu.org>
1227
1228 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
1229 new address as well.
1230
1231 2005-07-07 Kenichi Handa <handa@m17n.org>
1232
1233 * international/mule.el (make-coding-system):
1234 Describe `ascii-incompatible' property in the docstring.
1235 (set-file-name-coding-system): Signal an error if coding-system is
1236 ascii-incompatible.
1237 (set-keyboard-coding-system): Likewise.
1238
1239 * international/mule-cmds.el (set-default-coding-systems):
1240 Don't set default-file-name-coding-system and
1241 default-keyboard-coding-system if coding-system is ASCII-incompatible.
1242
1243 * international/utf-16.el: Declare that all UTF-16-based coding
1244 systems are ASCII-incompatible.
1245
1246 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
1247
1248 * progmodes/gud.el: Require font-lock for displaying errors.
1249 Used by gdb-ui.el.
1250
1251 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1252
1253 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
1254 values for the pattern lists which are `read'able but not
1255 `append'able (like symbols).
1256
1257 2005-07-06 Richard M. Stallman <rms@gnu.org>
1258
1259 * progmodes/flymake.el (flymake-float-time): Instead of
1260 with-no-warnings, test for xemacs.
1261 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
1262 to avoid warning.
1263
1264 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
1265
1266 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
1267
1268 2005-07-05 Lute Kamstra <lute@gnu.org>
1269
1270 * battery.el: Add support for Darwin (with much debugging help
1271 from Samuel Lauber <sam124@operamail.com>).
1272 (battery-status-function, battery-echo-area-format)
1273 (battery-mode-line-format): Add support for pmset on Darwin.
1274 (battery-load-low, battery-load-critical): New user options.
1275 (battery-pmset): New function.
1276
1277 2005-07-05 Lute Kamstra <lute@gnu.org>
1278
1279 Update FSF's address in GPL notices.
1280
1281 * textmodes/page-ext.el: Update FSF's address.
1282
1283 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
1286 filling from using prefix when filling a single-line docstring.
1287
1288 * progmodes/flymake.el: Remove useless eval-when-compile.
1289
1290 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
1291
1292 2005-07-04 Richard M. Stallman <rms@gnu.org>
1293
1294 * textmodes/org.el (org-file-apps-defaults-gnu):
1295 Rename from org-file-apps-defaults-linux.
1296 (org-default-apps): Don't test system-type for `linux'.
1297 (org-file-apps): Doc fix.
1298
1299 2005-07-04 David Ponce <david@dponce.com>
1300
1301 * tree-widget.el: Improve header Commentary section.
1302 (tree-widget) [defgroup]
1303 (tree-widget-image-enable, tree-widget-themes-directory)
1304 (tree-widget-theme, tree-widget-image-properties-emacs)
1305 (tree-widget-image-properties-xemacs, tree-widget-create-image)
1306 (tree-widget-image-formats, tree-widget-control)
1307 (tree-widget-empty-control, tree-widget-leaf-control
1308 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
1309 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
1310 (tree-widget-keep, tree-widget-after-toggle-functions)
1311 (tree-widget-open-node, tree-widget-close-node): Doc fix.
1312 (tree-widget-open-control, tree-widget-close-control): Fix doc and
1313 :help-echo message.
1314 (tree-widget-set-theme): Doc fix. Use `string-equal'.
1315 (tree-widget-image-properties): Doc fix. Clearer implementation.
1316 (tree-widget--cursors): New constant.
1317 (tree-widget-lookup-image): New function split from
1318 `tree-widget-find-image'. Clearer implementation.
1319 (tree-widget-find-image): Use it.
1320 (tree-widget-button-keymap): Use `set-keymap-parent'.
1321 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
1322 Define the sub-widgets here.
1323 (tree-widget-node): Check that :node is not a tree-widget.
1324 (tree-widget-get-super, tree-widget-open-control)
1325 (tree-widget-close-control, tree-widget-empty-control)
1326 (tree-widget-leaf-control, tree-widget-guide)
1327 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
1328 (tree-widget-no-handle, tree-widget-value-delete)
1329 (tree-widget-map): Remove.
1330 (tree-widget-children-value-save): Doc fix. Simplified.
1331 (tree-widget-value-create): Update according to previous changes.
1332
1333 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
1334
1335 * textmodes/org.el: Leading space replaced by TABS.
1336 (org-recalc-marks, org-table-rotate-recalc-marks)
1337 (org-table-get-specials): Treat "^" and "_" marks.
1338 (org-table-justify-field-maybe): Optional argument NEW.
1339 (org-table-eval-formula): Parsing of the format simplified.
1340 New modes C,I. Honor the %= parameter in the current table.
1341 Avoid unnecessary re-align by using the NEW argument to
1342 `org-table-justify-field-maybe'.
1343 (org-calc-default-modes): Default for date-format mimicks org-mode.
1344 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
1345
1346 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1347
1348 * cus-face.el (custom-theme-set-faces): Make it handle face
1349 aliases whose alias declarations are pre- or autoloaded.
1350
1351 2005-07-04 Juri Linkov <juri@jurta.org>
1352
1353 * faces.el (read-face-name): Put the code for getting a face name
1354 from the buffer before adding the faces from the `face' property.
1355 Use `completing-read-multiple' instead of `completing-read'.
1356 Require `crm'. Add default value and post-process the returned
1357 list of faces.
1358
1359 * emacs-lisp/crm.el (crm-find-current-element)
1360 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
1361
1362 * emacs-lisp/lisp-mode.el (eval-defun-1):
1363 * emacs-lisp/edebug.el (edebug-eval-defun):
1364 Remove unnecessary quotes.
1365
1366 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
1367
1368 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
1369 (prolog-indent-level): Fix typo in docstring.
1370
1371 * info.el (Info-history, Info-history-forward)
1372 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
1373
1374 * add-log.el (add-change-log-entry):
1375 * comint.el (comint-dynamic-list-input-ring)
1376 (comint-dynamic-list-completions):
1377 * dabbrev.el (dabbrev-expand):
1378 * delim-col.el (delimit-columns-rectangle-line):
1379 * diff-mode.el (diff-context->unified, diff-reverse-direction)
1380 (diff-unified->context):
1381 * ediff-init.el (ediff-abbrev-jobname):
1382 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
1383 (ediff-replace-session-activity-marker-in-meta-buffer):
1384 * info.el (Info-summary):
1385 * lpr.el (printify-region):
1386 * printing.el (pr-create-interface):
1387 * ps-print.el (ps-print-quote):
1388 * ses.el (ses-column-widths, ses-print-cell)
1389 (ses-adjust-print-width, ses-center):
1390 * shell.el (shell-file-name-quote-list):
1391 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
1392 (strokes-fill-current-buffer-with-whitespace)
1393 (strokes-xpm-for-stroke, strokes-list-strokes)
1394 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
1395 * term.el (term-dynamic-list-input-ring)
1396 (term-dynamic-list-completions):
1397 * calc/calc.el (math-format-stack-value):
1398 * emacs-lisp/edebug.el (edebug-display-freq-count):
1399 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
1400 (delphi-new-comment-line):
1401 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
1402 * progmodes/executable.el (executable-set-magic):
1403 * progmodes/python.el (inferior-python-mode):
1404 * progmodes/scheme.el (scheme-mode-syntax-table):
1405 * progmodes/sh-script.el (sh-maybe-here-document):
1406 * progmodes/sql.el (sql-copy-column):
1407 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
1408 * textmodes/bibtex.el (bibtex-mode):
1409 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
1410 (sgml-auto-attributes):
1411 * textmodes/table.el (table-insert, table-shorten-cell)
1412 (table--generate-source-scan-lines, table-delete-row)
1413 (*table--cell-delete-char, table--spacify-frame)
1414 (table--horizontally-shift-above-and-below)
1415 (table--cell-insert-char, table--cell-blank-str)
1416 (table--fill-region-strictly):
1417 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
1418 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
1419
1420 * add-log.el (change-log):
1421 * apropos.el (apropos):
1422 * comint.el (comint-completion, comint-source):
1423 * dabbrev.el (dabbrev):
1424 * delim-col.el (columns):
1425 * diff-mode.el (diff-mode):
1426 * ediff.el (ediff):
1427 * ediff-diff.el (ediff-diff):
1428 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
1429 * ediff-mult.el (ediff-mult):
1430 * ediff-ptch.el (ediff-ptch):
1431 * ediff-wind.el (ediff-window):
1432 * facemenu.el (facemenu):
1433 * indent.el (indent):
1434 * info.el (info):
1435 * jka-cmpr-hook.el (compression, jka-compr):
1436 * lpr.el (lpr):
1437 * outline.el (outlines):
1438 * pcmpl-cvs.el (pcmpl-cvs):
1439 * pcmpl-rpm.el (pcmpl-rpm):
1440 * printing.el (printing):
1441 * ps-print.el (postscript, ps-print, ps-print-horizontal)
1442 (ps-print-vertical, ps-print-headers, ps-print-font)
1443 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
1444 (ps-print-background, ps-print-printer, ps-print-page)
1445 (ps-print-miscellany):
1446 * ses.el (ses):
1447 * shell.el (shell, shell-directories, shell-faces):
1448 * startup.el (initialization):
1449 * strokes.el (strokes):
1450 * term.el (term):
1451 * uniquify.el (uniquify):
1452 * w32-vars.el (w32):
1453 * calc/calc.el (calc):
1454 * emacs-lisp/bytecomp.el (bytecomp):
1455 * emacs-lisp/cl-indent.el (lisp-indent):
1456 * emacs-lisp/edebug.el (edebug):
1457 * emacs-lisp/elp.el (elp):
1458 * emacs-lisp/testcover.el (testcover):
1459 * emacs-lisp/trace.el (trace):
1460 * emulation/viper-ex.el (viper-ex):
1461 * emulation/viper-mous.el (viper-mouse):
1462 * mail/mailalias.el (mailalias):
1463 * mail/supercite.el (supercite, supercite-frames)
1464 (supercite-attr, supercite-cite, supercite-hooks):
1465 * net/rcompile.el (remote-compile):
1466 * net/rlogin.el (rlogin):
1467 * obsolete/ooutline.el (outlines):
1468 * progmodes/delphi.el (delphi):
1469 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
1470 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
1471 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
1472 (ebnf-optimization):
1473 * progmodes/etags.el (etags):
1474 * progmodes/executable.el (executable):
1475 * progmodes/idlwave.el (idlwave):
1476 * progmodes/pascal.el (pascal):
1477 * progmodes/prolog.el (prolog):
1478 * progmodes/python.el (python):
1479 * progmodes/scheme.el (scheme):
1480 * progmodes/sh-script.el (sh, sh-script):
1481 * progmodes/sql.el (SQL):
1482 * progmodes/tcl.el (tcl):
1483 * textmodes/bibtex.el (bibtex, bibtex-autokey):
1484 * textmodes/enriched.el (enriched):
1485 * textmodes/makeinfo.el (makeinfo):
1486 * textmodes/sgml-mode.el (sgml):
1487 * textmodes/table.el (table-hooks):
1488 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
1489 * textmodes/texinfo.el (texinfo):
1490 * textmodes/two-column.el (two-column):
1491 Finish `defgroup' description with period.
1492
1493 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
1494 * eshell/esh-var.el (eshell-var):
1495 * progmodes/vhdl-mode.el (vhdl-testbench):
1496 * textmodes/org.el (org): Fix typos in docstrings.
1497
1498 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
1499 consistency.
1500
1501 * progmodes/flymake.el (flymake-find-file): Remove.
1502 (flymake-float-time): Use `with-no-warnings'.
1503 (flymake-check-start-time, flymake-check-was-interrupted)
1504 (flymake-err-info, flymake-is-running, flymake-last-change-time)
1505 (flymake-new-err-info): `defvar' at compile time.
1506
1507 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
1508
1509 * replace.el (occur-hook): Doc fix.
1510 (occur-1): Don't call `occur-hook' if there are no matches.
1511
1512 2005-07-03 Richard M. Stallman <rms@gnu.org>
1513
1514 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
1515 global-map, save the same map.
1516 (global-map): Don't alter it at top level.
1517 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
1518 Then alter it here instead.
1519 (tpu-edt-off): Set global-map to the saved one.
1520
1521 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
1522 All references simplified.
1523 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
1524 (zmacs-regions): Add defvar.
1525 (repeat-complex-command-map): Everything about that deleted.
1526
1527 * textmodes/artist.el (artist-key-is-drawing)
1528 (artist-key-endpoint1, artist-key-poly-point-list)
1529 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
1530 (artist-key-compl-table, artist-rb-save-data)
1531 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
1532 Don't put them in eval-when-compile.
1533 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
1534
1535 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
1536 Use with-no-warnings.
1537
1538 * net/browse-url.el (dos-windows-version): Add defvar.
1539
1540 * mail/supercite.el (filladapt-prefix-table): Add defvar.
1541
1542 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
1543 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
1544 (rmail-new-summary-line-count): Rename from new-summary-line-count.
1545 Add defvar.
1546 (rmail-summary-beginning-of-message): Use with-no-warnings.
1547 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
1548
1549 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
1550 Use with-no-warnings.
1551
1552 * emulation/vi.el (vi-mark-region): Use c-mark-function.
1553 (c-mark-function): Add point-moving-unit property.
1554 (vi-goto-line): Use with-no-warnings.
1555
1556 * emulation/edt.el (edt-last-copied-word): Add defvar.
1557 (zmacs-region-stays): Likewise.
1558 (edt-mark-section-wisely): Use c-mark-function for C.
1559 Use makr-defun for Fortran.
1560 (time-string): defvar deleted.
1561 (edt-display-the-time): Don't set time-string.
1562
1563 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
1564
1565 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1566 Don't warn when name is not constant
1567 or for defining the group `emacs'.
1568
1569 * tooltip.el (gud-tooltip-mode): Add defvar.
1570
1571 * startup.el (default-frame-background-mode): Add defvar.
1572
1573 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
1574
1575 * info.el (tool-bar-map): Add defvar.
1576
1577 * dired.el (dnd-protocol-alist): Add defvar.
1578
1579 * dired-aux.el (dired-query): Display question with answer, when
1580 the user answers.
1581
1582 * custom.el (custom-add-option): Doc fix.
1583
1584 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
1585
1586 2005-07-03 Eli Zaretskii <eliz@gnu.org>
1587
1588 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
1589 bogus name from the last change.
1590
1591 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
1592
1593 * custom.el (custom-declare-variable): Fix typos in comment.
1594 (custom-known-themes): Doc fix.
1595 (custom-theme-directory): New defcustom.
1596 (require-theme): Make it check `custom-theme-directory'.
1597
1598 * cus-theme.el (custom-new-theme-mode): New function.
1599 (custom-theme-name, custom-theme-variables, custom-theme-faces)
1600 (custom-theme-description): Add compiler defvars.
1601 (customize-create-theme): Add doc to the "*New Custom Theme*"
1602 buffer. Use `custom-new-theme-mode'.
1603 (custom-theme-write): Put the created buffer in emacs-lisp-mode
1604 and save it to the `custom-theme-directory'. Make this the
1605 default directory of the buffer.
1606
1607 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
1608
1609 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
1610 Fix unbalanced parentheses.
1611
1612 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1613
1614 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
1615 into flymake-mode and delegate to flymake-mode.
1616
1617 * find-file.el (ff-which-function-are-we-in): Clean up.
1618
1619 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
1620
1621 * replace.el (occur-rename-buffer): Fix docstring.
1622
1623 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
1624 (edt-last-copied-word, edt-learn-macro-count)
1625 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
1626 (edt-rect-start-point, edt-user-global-map, rect-start-point)
1627 (time-string, zmacs-region-stays):
1628 * emulation/edt-mapper.el (edt-save-function-key-map)
1629 (EDT-key-name): `defvar' to silence the byte-compiler.
1630
1631 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
1632
1633 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
1634 font-lock-regexp-backslash. Doc fix.
1635 (font-lock-regexp-backslash-grouping-construct): Rename from
1636 font-lock-regexp-backslash-construct. Doc fix.
1637 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
1638 grouping constructs.
1639
1640 2005-07-02 Eli Zaretskii <eliz@gnu.org>
1641
1642 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
1643 updating all the prerequisites.
1644
1645 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
1646
1647 * textmodes/org.el (org-agenda-start-on-weekday)
1648 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
1649 (org-agenda-use-time-grid, org-archive-location)
1650 (org-allow-space-in-links, org-usenet-links-prefer-google)
1651 (org-enable-table-editor, org-export-default-language)
1652 (org-export-html-show-new-buffer, org-fill-paragraph)
1653 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
1654 (org-goto-quit, org-occur, org-eval-in-calendar)
1655 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
1656 (org-agenda-diary-entry, org-remember-help)
1657 (org-table-convert-region, org-at-table-p)
1658 (org-table-move-row-down, org-table-move-row-up)
1659 (org-table-copy-region, org-table-toggle-vline-visibility)
1660 (org-table-get-stored-formulas, org-table-get-specials)
1661 (org-recalc-commands, org-table-eval-formula)
1662 (org-table-formula-substitute-names, orgtbl-make-binding)
1663 (org-format-org-table-html, org-format-table-table-html)
1664 (org-format-table-table-html-using-table-generate-source)
1665 (org-customize): Fix typos in docstrings.
1666 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
1667 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
1668 (org-back-to-heading): Doc fixes.
1669 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1670 (org-agenda-change-all-lines, org-get-header):
1671 Improve argument/docstring consistency.
1672 (orgtbl-error): Fix error message.
1673
1674 * progmodes/flymake.el (flymake-find-possible-master-files)
1675 (flymake-master-file-compare, flymake-get-line-err-count)
1676 (flymake-highlight-line, flymake-gui-warnings-enabled):
1677 Fix typos in docstrings.
1678 (flymake-parse-line, flymake-get-project-include-dirs-function)
1679 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1680 Doc fixes.
1681 (flymake-get-project-include-dirs-function)
1682 (flymake-make-err-menu-data):
1683 Improve argument/docstring consistency.
1684
1685 2005-07-01 Lute Kamstra <lute@gnu.org>
1686
1687 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1688 Catch errors with ignore-errors. Use temporary buffer.
1689 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
1690
1691 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1692 background color faces.
1693 (facemenu-set-foreground, facemenu-set-background):
1694 Use facemenu-set-face-from-menu.
1695 (facemenu-set-face-from-menu): Treat face names that start with
1696 "fg:" or "bg:" as special.
1697 (facemenu-add-new-color): Don't create faces. Simplify.
1698
1699 2005-06-30 Richard M. Stallman <rms@gnu.org>
1700
1701 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1702 (crm-find-current-element): Likewise.
1703
1704 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1705
1706 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1707
1708 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1709
1710 * arc-mode.el (archive-extract): Make it work as a mouse binding.
1711 (archive-mouse-extract): Make it an obsolete alias.
1712 (archive-mode-map): Don't use archive-mouse-extract any more.
1713 (archive-mode, archive-extract): write-contents-hooks ->
1714 write-contents-functions.
1715 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1716 first arg.
1717 (archive-rename-entry): Update the call.
1718 (archive-zip-summarize): Remove unused var `method'.
1719 (archive-lzh-summarize): Remove unused var `creator'.
1720
1721 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1722 dedicated frame upon exit.
1723
1724 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1725 (archive-zip-extract, archive-zip-expunge)
1726 (archive-zip-update, archive-zip-update-case): Use executable-find.
1727 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1728 Use restore-buffer-modified-p.
1729 (archive-extract, archive-add-new-member, archive-write-file-member):
1730 Use with-current-buffer.
1731 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1732
1733 2005-06-30 Andreas Schwab <schwab@suse.de>
1734
1735 * progmodes/gud.el (gud-filter): Remove unneeded progn.
1736
1737 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1738
1739 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1740
1741 2005-06-30 Juri Linkov <juri@jurta.org>
1742
1743 * faces.el (vertical-border): Inherit from mode-line-inactive
1744 only on tty.
1745
1746 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
1747
1748 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1749 example, -NLINES in the `occur' docstring).
1750
1751 * replace.el (occur-1): When no matches are found, do not set the
1752 `buffer-read-only' and modified flags for the occur buffer,
1753 because it is deleted.
1754
1755 * emulation/cua-base.el (cua-check-pending-input)
1756 (cua-repeat-replace-region, cua-mode, cua-debug)
1757 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1758 Fix typos in docstrings.
1759
1760 * emulation/cua-gmrk.el (cua-toggle-global-mark)
1761 (cua-cut-region-to-global-mark)
1762 (cua--cut-rectangle-to-global-mark):
1763 Remove period from end of messages.
1764
1765 * emulation/cua-rect.el (cua-do-rectangle-padding):
1766 Remove period from end of messages.
1767 (cua--rectangle-seq-format): Fix typo in docstring.
1768 (cua-sequence-rectangle, cua-fill-char-rectangle):
1769 Improve argument/docstring consistency.
1770
1771 2005-06-29 Juri Linkov <juri@jurta.org>
1772
1773 * faces.el (default-frame-background-mode): New internal variable.
1774 (frame-set-background-mode): Use it.
1775
1776 * startup.el (normal-top-level): Set default-frame-background-mode
1777 instead of frame-background-mode. Before setting it, test for its
1778 nil value. Remove tests for frame-background-mode and frame
1779 parameter `reverse'. Add test for "unspecified-fg".
1780
1781 * term/xterm.el (xterm-rxvt-set-background-mode):
1782 * term/rxvt.el (rxvt-set-background-mode):
1783 Set default-frame-background-mode instead of frame-background-mode.
1784
1785 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
1786
1787 * simple.el (set-variable): Warn about obsolete user variables.
1788
1789 * imenu.el (imenu--completion-buffer):
1790 * mouse.el (mouse-buffer-menu-alist):
1791 * msb.el (msb-invisible-buffer-p):
1792 * calendar/diary-lib.el (diary-header-line-format):
1793 * emacs-lisp/pp.el (pp-buffer):
1794 * progmodes/cperl-mode.el (cperl-do-auto-fill):
1795 * textmodes/picture.el (picture-replace-match):
1796 Change space constants followed by a sexp to "?\s ".
1797
1798 * play/decipher.el (decipher-loop-with-breaks):
1799 * textmodes/texinfo.el (texinfo-insert-@item): Change space
1800 constants "protected" from end of line by a comment to "?\s".
1801
1802 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * font-lock.el (save-buffer-state): Use `declare'.
1805
1806 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1807 reset the syntax-table to cperl-mode-syntax-table.
1808 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1809 "foo_print_bar" is not matched as a reserved keyword.
1810
1811 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
1812
1813 * textmodes/org.el (orgtbl-setup): New function, for delayed
1814 setup for the orgtbl commands.
1815 (org-calc-default-modes): New option.
1816 (orgtbl-make-binding): Use `defun' to get better help display.
1817 (org-diary): Call `org-compile-prefix-format'.
1818 (org-table-formula-substitute-names): New function.
1819 (org-agenda-day-view, org-agenda-week-view): New commands.
1820 (org-agenda-toggle-week-view): Command removed.
1821 (org-tbl-menu): Split off from org-org-menu.
1822 (org-mode): Move removal of outline-mode menus to here.
1823 (org-table-formula-debug): New option.
1824 (org-table-insert-row): Keep first field if just "#" or "*".
1825 (org-mode): Paragraph regexps fixed.
1826 (org-table-recalculate-regexp): New constant.
1827 (org-table-justify-field-maybe): Avoid replace if not necessary.
1828 (org-copy-special, org-cut-special): Use `call-interactively'.
1829 (org-table-copy-region): Take region from `interactive' call.
1830 (org-trim): Return string even if no match.
1831 (org-formula): New face.
1832 (org-set-font-lock-defaults): No longer highlight "FIXME".
1833 But highlight formula-related fields in table.
1834 (org-table-p): Use regexp, not fontification.
1835 (org-table-align): Handle white space at end of line.
1836 (org-table-formula-evaluate-inline): New option.
1837 (org-mode): Auto-wrapping in comment lines turned off.
1838 (org-table-copy-down): Evaluate only in copied field, not in
1839 destination.
1840 (org-table-current-formula): Variable removed.
1841 (org-table-store-formulas, org-table-get-stored-formulas)
1842 (org-table-modify-formulas, org-table-replace-in-formulas)
1843 (org-table-maybe-eval-formula): New functions.
1844 (org-table-get-formula): Modify to use stored formulas.
1845 (org-table-insert-column, org-table-delete-column)
1846 (org-table-move-column): Call `org-table-modify-formulas'.
1847 (org-complete): Add completion for keyword formulas.
1848 (orgtbl-mode): Pull orgtbl-mode-map to start of
1849 minor-mode-map-alist.
1850
1851 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1852
1853 * progmodes/python.el (python-check): Require `compile' before
1854 modifying its variables.
1855
1856 * newcomment.el (comment-indent-default): Don't get fooled by an early
1857 end of buffer.
1858
1859 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1860
1861 * ps-print.el (ps-print-version): Fix version number.
1862
1863 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
1864
1865 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1866
1867 2005-06-28 Richard M. Stallman <rms@gnu.org>
1868
1869 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1870 (flyspell-local-mouse-map): Declaration deleted.
1871 (flyspell-mouse-map): Bind only mouse-2.
1872 (flyspell-mode-map): Don't test flyspell-use-local-map.
1873 (flyspell-overlay-keymap-property-name): Var deleted.
1874 (flyspell-mode-on): Don't make local bindings for
1875 flyspell-mouse-map and flyspell-mode-map.
1876 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1877
1878 * textmodes/ispell.el (ispell-word): Do not ignore short words.
1879
1880 * progmodes/compile.el (compilation-next-error-function):
1881 Don't switch buffers; operate on the current buffer.
1882
1883 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1884
1885 * comint.el (comint-password-prompt-regexp): Accept ", try again".
1886
1887 * bindings.el (global-map): Bind insertchar and its variants.
1888
1889 2005-06-27 Richard M. Stallman <rms@gnu.org>
1890
1891 * textmodes/artist.el (artist-text-overwrite)
1892 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1893
1894 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1895
1896 * ps-print.el: It was not working the page selection for printing.
1897 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1898 (ps-print-version): New version 6.6.7.
1899 (ps-end-sheet): New fun.
1900 (ps-header-sheet, ps-end-job): Call it.
1901
1902 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1903
1904 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1905
1906 2005-06-27 Lute Kamstra <lute@gnu.org>
1907
1908 * facemenu.el (facemenu-unlisted-faces): Add foreground and
1909 background color faces.
1910 (facemenu-get-face): Delete function.
1911 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1912 (facemenu-add-new-color): Make second argument mandatory.
1913 Create the appropriate face and return it. Simplify.
1914 (facemenu-set-foreground, facemenu-set-background): Don't check if
1915 color is defined. Use return value of facemenu-add-new-color.
1916
1917 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
1918
1919 * progmodes/gud.el (gud-filter): Add missing argument to
1920 with-selected-window.
1921
1922 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1925 a :require to the defcustom.
1926
1927 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1928 defcustoms corresponding to minor modes.
1929
1930 2005-06-26 David Ponce <david@dponce.com>
1931
1932 * recentf.el: Require tree-widget instead of wid-edit.
1933 (recentf-filename-handler): Fix widget :type.
1934 (recentf-cancel-dialog, recentf-open-more-files)
1935 (recentf-open-files-action): Doc fix.
1936 (recentf-dialog-goto-first): New function.
1937 (recentf-dialog-mode-map): Set parent keymap first.
1938 (recentf-dialog-mode): Define with define-derived-mode.
1939 Don't display continuation lines in dialogs.
1940 (recentf-edit-list): Rename from recentf-edit-selected-items.
1941 (recentf-edit-list-select): Rename from recentf-edit-list-action.
1942 Simplify.
1943 (recentf-edit-list-validate): New function.
1944 (recentf-edit-list): Update accordingly.
1945 (recentf-open-files-item-shift): Remove.
1946 (recentf-open-files-item): Convert menu elements into tree and
1947 link widgets. Don't create the widgets.
1948 (recentf-open-files): Update accordingly.
1949 (recentf-save-list): Untabify.
1950
1951 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1952
1953 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1954 (keep-lines): Add INTERACTIVE arg. Never delete lines only
1955 partially contained in the active region. Do not take active
1956 region into account when called from Lisp, unless INTERACTIVE arg
1957 is non-nil. Use `forward-line' instead of `beginning-of-line' to
1958 avoid trouble with fields. Make marker point nowhere when no
1959 longer used. Always return nil. Doc fix.
1960 (flush-lines): Add INTERACTIVE arg. Do not take active region
1961 into account when called from Lisp, unless INTERACTIVE arg is
1962 non-nil. Use `forward-line' instead of `beginning-of-line' to
1963 avoid trouble with fields. Make marker point nowhere when no
1964 longer used. Always return nil. Doc fix.
1965 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
1966 interchangeable. Do not take active region into account when
1967 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
1968 message in echo area when called from Lisp, unless INTERACTIVE arg
1969 is non-nil. Avoid saying "1 occurrences". Do not use markers.
1970 Return the number of matches. Doc fix.
1971 (occur): Doc fix.
1972 (perform-replace): Make comment follow double space convention for
1973 the sake of `outline-minor-mode'.
1974
1975 * faces.el (facep): Doc fix.
1976
1977 2005-06-25 Richard M. Stallman <rms@gnu.org>
1978
1979 * facemenu.el (facemenu-enable-faces-p): New function.
1980 (facemenu-background-menu, facemenu-foreground-menu)
1981 (facemenu-face-menu): Add menu-enable property.
1982
1983 * jka-compr.el (jka-compr-insert-file-contents):
1984 Special handling if cannot find the uncompression program.
1985
1986 * cus-face.el (custom-face-attributes): Add autoload.
1987
1988 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1989 Bind comment-indent-function locally.
1990
1991 * window.el (save-selected-window): Use save-current-buffer.
1992
1993 * subr.el (with-selected-window): Use save-current-buffer.
1994
1995 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1996 and with-current-buffer.
1997
1998 2005-06-24 Richard M. Stallman <rms@gnu.org>
1999
2000 * simple.el (line-move-1): Fix previous change.
2001
2002 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
2003
2004 * replace.el (occur-1): Set `buffer-read-only' and the
2005 buffer-modified flag before running `occur-hook' to protect
2006 against unintentional buffer switches that can lead to data loss.
2007
2008 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
2009
2010 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
2011 (gud-gdb-marker-filter): Use font-lock-warning-face for any
2012 initial error.
2013
2014 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
2015 after fresh input.
2016 (gdb-var-create-handler): Put name of expression in quotes.
2017
2018 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2019
2020 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
2021 elements of RING in order, and without bogus nil elements.
2022
2023 2005-06-23 Richard M. Stallman <rms@gnu.org>
2024
2025 * simple.el (set-variable): Args renamed; doc fix.
2026 (line-move-1): When there are overlays around, use vertical-motion.
2027
2028 * faces.el (escape-glyph): Use brown against light background.
2029 (nobreak-space): Rename from no-break-space.
2030 Fix previous change.
2031
2032 * dired-aux.el (dired-do-copy): Fix arg prompt.
2033
2034 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
2035
2036 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
2037
2038 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
2039 rather than "Distributor".
2040
2041 2005-06-23 Lute Kamstra <lute@gnu.org>
2042
2043 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
2044 (debug-on-entry): Use it. New interactive declaration that uses
2045 function-called-at-point.
2046
2047 2005-06-23 Kim F. Storm <storm@cua.dk>
2048
2049 * subr.el (save-match-data): Add comment about using evaporate arg
2050 to set-match-data.
2051
2052 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2053
2054 * cus-edit.el (customize-face)
2055 (customize-face-other-window): Handle face aliases.
2056
2057 * faces.el (face-documentation, set-face-attribute)
2058 (face-spec-set): Handle face aliases.
2059
2060 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
2061
2062 * help-mode.el (help-make-xrefs): If a symbol representing a face
2063 name is not followed by the word "face", it could still be a
2064 function or variable name, so don't bypass other checks.
2065
2066 2005-06-22 Juri Linkov <juri@jurta.org>
2067
2068 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
2069 Replace aliased functions with calls where second arg `inherit' is t.
2070
2071 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
2072
2073 * progmodes/gdb-ui.el (gdb-error): New variable.
2074 (gdb-error): New function.
2075 (gdb-annotation-rules): Act on error-begin and error annotations.
2076 (gdb-concat-output): Use font-lock-warning-face for errors.
2077
2078 2005-06-22 Miles Bader <miles@gnu.org>
2079
2080 * bindings.el (propertized-buffer-identification): Use renamed
2081 `Buffer-menu-buffer' face.
2082
2083 * faces.el (vertical-border): Rename from `vertical-divider'.
2084 (escape-glyph): Change dark-background color back to `cyan'.
2085
2086 2005-06-21 Juri Linkov <juri@jurta.org>
2087
2088 * faces.el (face-user-default-spec): Try getting `customized-face'
2089 prior to `saved-face'.
2090 (frame-background-mode): Refill docstring.
2091
2092 * emacs-lisp/lisp-mode.el (eval-defun-1):
2093 * emacs-lisp/edebug.el (edebug-eval-defun):
2094 Set `saved-face' temporarily to nil before calling form.
2095 Set `customized-face' to the new spec after that.
2096
2097 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
2098
2099 * subr.el (1value, lambda, key-substitution-in-progress):
2100 Doc fixes.
2101
2102 * autoinsert.el (auto-insert-alist):
2103 * ses.el (ses-call-printer):
2104 * subr.el (noreturn):
2105 * emacs-lisp/lisp.el (check-parens):
2106 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
2107 * net/browse-url.el (browse-url-mosaic):
2108 * progmodes/cc-defs.el (c-safe-scan-lists):
2109 * progmodes/ebnf-abn.el (ebnf-abn-lex):
2110 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
2111 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
2112 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
2113 * progmodes/ebnf-iso.el (ebnf-iso-lex):
2114 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
2115
2116 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
2117
2118 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
2119
2120 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
2121
2122 * calendar/appt.el (appt-make-list): Activate the package, if
2123 not already active (for backwards compatibility).
2124
2125 2005-06-20 Kim F. Storm <storm@cua.dk>
2126
2127 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
2128
2129 2005-06-20 Miles Bader <miles@gnu.org>
2130
2131 * faces.el (vertical-divider): New face.
2132
2133 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
2134
2135 * simple.el (kill-whole-line): Doc fix.
2136 (next-error-buffer-p, next-error-find-buffer)
2137 (clone-indirect-buffer): Fix typos in docstrings.
2138 (comment-line-break-function): Doc fix: don't say variable
2139 is automatically buffer-local (it isn't).
2140
2141 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
2142
2143 * net/tramp-ftp.el (top):
2144 * net/tramp-smb.el (top):
2145 * net/tramp-util.el (top):
2146 * net/tramp-uu.el (top):
2147 * net/tramp-vc.el (top):
2148 * net/tramp.el (top): Revert copyright years back to original
2149 ones. Tramp has a life outside GNU Emacs.
2150
2151 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
2152
2153 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
2154
2155 2005-06-18 Juri Linkov <juri@jurta.org>
2156
2157 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
2158 end of first regexp to limit the match to the position between
2159 line number and source line with same separator character as used
2160 between file name and line number. In the second regexp limit
2161 mouse-face area to file name and line number by adding new group
2162 for them and referring it in HYPERLINK arg.
2163 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
2164 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
2165 previous line where grep markers may be already removed.
2166
2167 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
2168
2169 * progmodes/ps-mode.el: Update version and maintainer's email address.
2170
2171 2005-06-18 Steve Youngs <steve@xemacs.org>
2172
2173 * net/browse-url.el (browse-url-browser-function)
2174 (browse-url-default-browser): Add firefox.
2175 (browse-url-firefox-program, browse-url-firefox-arguments)
2176 (browse-url-firefox-startup-arguments)
2177 (browse-url-firefox-new-window-is-tab): New defcustoms.
2178 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
2179
2180 2005-06-17 Richard M. Stallman <rms@gnu.org>
2181
2182 * startup.el (command-line): Warn if specified user name has
2183 no home directory.
2184
2185 * term.el (term-get-old-input, term-input-filter, term-input-sender)
2186 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
2187
2188 * longlines.el (longlines-mode, longlines-show-hard-newlines):
2189 Doc fixes.
2190
2191 * faces.el (underline): Try bold if terminal doesn't support underline.
2192
2193 * mail/sendmail.el (mail-setup-with-from): New variable.
2194 (mail-insert-from-field): New function.
2195 (sendmail-send-it): Call it.
2196 (mail-setup): Optionally call it here.
2197
2198 * term/linux.el: Call tty-no-underline.
2199
2200 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2201
2202 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
2203
2204 2005-06-17 Miles Bader <miles@gnu.org>
2205
2206 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
2207 (ediff-current-diff-C, ediff-current-diff-Ancestor)
2208 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
2209 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
2210 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
2211 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
2212 Remove "-face" suffix from face names.
2213 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2214 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2215 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2216 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2217 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2218 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2219 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2220 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2221 New backward-compatibility aliases for renamed faces.
2222 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2223 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2224 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2225 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2226 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2227 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2228 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2229 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2230 Use renamed ediff faces.
2231
2232 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
2233 Remove "-face" suffix from face names.
2234 (eshell-test-ok-face, eshell-test-failed-face):
2235 New backward-compatibility aliases for renamed faces.
2236 (eshell-run-test): Use renamed eshell-test faces.
2237
2238 * eshell/em-prompt.el (eshell-prompt):
2239 Remove "-face" suffix from face name.
2240 (eshell-prompt-face): New backward-compatibility alias for renamed face.
2241 (eshell-emit-prompt): Use renamed eshell-prompt face.
2242
2243 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
2244 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
2245 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
2246 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
2247 Remove "-face" suffix from face names.
2248 (eshell-ls-directory-face, eshell-ls-symlink-face)
2249 (eshell-ls-executable-face, eshell-ls-readonly-face)
2250 (eshell-ls-unreadable-face, eshell-ls-special-face)
2251 (eshell-ls-missing-face, eshell-ls-archive-face)
2252 (eshell-ls-backup-face, eshell-ls-product-face)
2253 (eshell-ls-clutter-face):
2254 New backward-compatibility aliases for renamed faces.
2255 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
2256
2257 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
2258 Remove "-face" suffix from face name.
2259 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
2260 instead of literal face.
2261
2262 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
2263
2264 * emacs-lisp/warnings.el (display-warning, lwarn)
2265 (warning-minimum-log-level): Doc fixes.
2266 (warning-minimum-level, warning-minimum-log-level):
2267 Add :debug to :type choices.
2268
2269 * progmodes/ada-mode.el (ada-format-paramlist)
2270 (ada-get-indent-case, ada-check-matching-start)
2271 (ada-check-defun-name, ada-goto-matching-decl-start)
2272 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
2273 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
2274 (ada-make-subprogram-body): Follow error conventions.
2275 (ada-case-exception-file, ada-indent-comment-as-code)
2276 (ada-indent-handle-comment-special, ada-indent-renames)
2277 (ada-indent-return, ada-search-directories-internal)
2278 (ada-tab-policy, ada-case-exception-substring)
2279 (ada-other-file-alist, ada-matching-start-re)
2280 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
2281 (ada-imenu-generic-expression, ada-compile-goto-error)
2282 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
2283 (ada-popup-menu, ada-add-extensions, ada-mode)
2284 (ada-region-selected, ada-create-case-exception)
2285 (ada-create-case-exception-substring, ada-after-keyword-p)
2286 (ada-activate-keys-for-case, ada-adjust-case-region)
2287 (ada-adjust-case-buffer, ada-format-paramlist)
2288 (ada-scan-paramlist, ada-insert-paramlist)
2289 (ada-indent-newline-indent)
2290 (ada-indent-newline-indent-conditional)
2291 (ada-justified-indent-current, ada-goto-previous-word)
2292 (ada-indent-current, ada-get-indent-open-paren)
2293 (ada-get-indent-paramlist, ada-get-indent-end)
2294 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
2295 (ada-get-indent-block-start, ada-get-indent-subprog)
2296 (ada-get-indent-noindent, ada-get-indent-label)
2297 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
2298 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
2299 (ada-goto-stmt-end, ada-goto-next-word)
2300 (ada-check-matching-start, ada-check-defun-name)
2301 (ada-goto-matching-decl-start, ada-goto-matching-start)
2302 (ada-goto-matching-end, ada-search-ignore-string-comment)
2303 (ada-in-decl-p, ada-looking-at-semi-or)
2304 (ada-looking-at-semi-private, ada-in-paramlist-p)
2305 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
2306 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
2307 (ada-next-procedure, ada-previous-procedure, ada-next-package)
2308 (ada-previous-package, ada-create-menu)
2309 (ada-fill-comment-paragraph-justify)
2310 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
2311 (ada-other-file-name, ada-last-which-function-line)
2312 (ada-last-which-function-subprog, ada-which-function)
2313 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
2314 (ada-gen-treat-proc, ada-check-emacs-version)
2315 (ada-continuation-indent, ada-align-region-separate):
2316 Fix typos in docstrings.
2317 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
2318
2319 2005-06-16 Lute Kamstra <lute@gnu.org>
2320
2321 * simple.el (fundamental-mode): Run after-change-major-mode-hook
2322 conditionally.
2323
2324 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
2325
2326 * comint.el (comint-replace-by-expanded-filename)
2327 (comint-prompt-regexp, comint-delimiter-argument-list)
2328 (comint-preinput-scroll-to-bottom):
2329 * info.el (Info-hide-cookies-node):
2330 * ls-lisp.el (ls-lisp-classify):
2331 * find-file.el (ff-search-directories, ff-special-constructs)
2332 (ff-find-other-file):
2333 * font-lock.el (font-lock-keywords):
2334 * shell.el (shell-prompt-pattern)
2335 (shell-dynamic-complete-functions, shell-mode)
2336 (shell-delimiter-argument-list):
2337 * term.el (term-replace-by-expanded-filename)
2338 (term-prompt-regexp, term-delimiter-argument-list):
2339 * woman.el (woman-ignore, woman0-if):
2340 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
2341 * emacs-lisp/elint.el (elint-init-env):
2342 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
2343 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
2344 * language/ethio-util.el (ethio-tilde-escape)
2345 (ethio-use-three-dot-question):
2346 * net/zone-mode.el (zone-mode-load-time-setup):
2347 * progmodes/cc-align.el (c-lineup-argcont):
2348 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
2349 * progmodes/cperl-mode.el (cperl-set-style-back):
2350 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2351 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
2352 Fix spellings in docstrings.
2353
2354 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
2355 * progmodes/modula2.el (m2-for): Fix spellings.
2356
2357 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
2358
2359 * simple.el (undo-more): Don't use `format' on `error' arguments.
2360 Improve argument/docstring consistency.
2361 (pending-undo-list): Doc fix.
2362
2363 * smerge-mode.el (smerge-ensure-match):
2364 * emulation/vip.el (vip-ex):
2365 * net/zone-mode.el (zone-mode-update-serial):
2366 * progmodes/idlwave.el (idlwave-complete):
2367 * progmodes/vhdl-mode.el (vhdl-visit-file)
2368 (vhdl-compose-wire-components):
2369 Don't use `format' on `error' arguments.
2370
2371 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
2372 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
2373 (tooltip-help-tips): Fix typos in docstrings.
2374
2375 2005-06-16 David Ponce <david@dponce.com>
2376
2377 * tree-widget.el (tree-widget-value-create): Simplify last change.
2378
2379 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
2380
2381 * ido.el (ido-incomplete-regexp): New variable.
2382 (ido-set-matches-1): Handle invalid-regexp error and set
2383 ido-incomplete-regexp.
2384 (ido-incomplete-regexp): New face.
2385 (ido-completions): Use it.
2386 (ido-complete, ido-exit-minibuffer, ido-completions):
2387 Handle incomplete regexps.
2388 (ido-completions): Add check for complete match when entering a regexp.
2389
2390 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2391
2392 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
2393
2394 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2395
2396 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
2397 by field delimiters.
2398
2399 2005-06-15 David Ponce <david@dponce.com>
2400
2401 * tree-widget.el: eval-and-compile inlined functions so they will
2402 be available at run-time too.
2403 (tree-widget-super-format-handler)
2404 (tree-widget-format-handler): Remove.
2405 (tree-widget-value-create): Handle the :indent property.
2406
2407 2005-06-15 Miles Bader <miles@gnu.org>
2408
2409 * progmodes/which-func.el (which-func): Only inherit
2410 `font-lock-function-name-face' when that makes sense against the
2411 default mode-line face, otherwise set the face color explicitly.
2412
2413 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
2414 faces instead of (non-existent) variables.
2415
2416 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2417
2418 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
2419 (iswitchb-get-matched-buffers): Likewise. Simplify.
2420
2421 2005-06-14 Miles Bader <miles@gnu.org>
2422
2423 * progmodes/ld-script.el (ld-script-location-counter):
2424 Remove "-face" suffix from face name.
2425 (ld-script-location-counter-face):
2426 New backward-compatibility alias for renamed face.
2427 (ld-script-location-counter-face): Use renamed face.
2428
2429 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
2430 (cperl-hash): Remove "-face" suffix from face names.
2431 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
2432 New backward-compatibility aliases for renamed faces.
2433 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
2434 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
2435
2436 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
2437 name.
2438 (which-func-face): New backward-compatibility alias for renamed face.
2439 (which-func-format): Use renamed which-func face.
2440
2441 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
2442 (vhdl-function, vhdl-directive, vhdl-reserved-word)
2443 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
2444 names.
2445 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
2446 (vhdl-speedbar-configuration, vhdl-speedbar-package)
2447 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
2448 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
2449 (vhdl-speedbar-architecture-selected)
2450 (vhdl-speedbar-configuration-selected)
2451 (vhdl-speedbar-package-selected)
2452 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
2453 names.
2454 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
2455 Use renamed faces.
2456 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
2457 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
2458 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
2459 Use renamed faces.
2460 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
2461 names.
2462 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
2463 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
2464 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
2465 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
2466 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
2467 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2468
2469 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
2470 face name.
2471 (sh-heredoc-face): New backward-compatibility alias for renamed face.
2472 (sh-heredoc-face): Use renamed sh-heredoc face.
2473
2474 * progmodes/idlw-help.el (idlwave-help-link):
2475 Remove "-face" suffix from face name.
2476 (idlwave-help-link-face):
2477 New backward-compatibility alias for renamed face.
2478 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
2479
2480 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
2481 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
2482 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
2483 New backward-compatibility aliases for renamed faces.
2484 (idlwave-shell-disabled-breakpoint-face)
2485 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
2486
2487 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2488 Remove "-face" suffix from face names.
2489 (flymake-errline-face, flymake-warnline-face):
2490 New backward-compatibility aliases for renamed faces.
2491 (flymake-highlight-line): Use renamed flymake faces.
2492
2493 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2494 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
2495 (ebrowse-member-class, ebrowse-progress):
2496 Remove "-face" suffix from face names.
2497 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2498 (ebrowse-file-name-face, ebrowse-default-face)
2499 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2500 (ebrowse-progress-face):
2501 New backward-compatibility aliases for renamed faces.
2502 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
2503 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
2504 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
2505 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
2506
2507 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
2508 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
2509 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
2510 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
2511 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
2512 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
2513 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
2514 New backward-compatibility aliases for renamed faces.
2515 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
2516 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
2517 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
2518 "font-lock-". Use renamed antlr-mode faces.
2519 (antlr-font-lock-additional-keywords): Use renamed faces.
2520 Replace literal face-names with face variable references.
2521
2522 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
2523 face name.
2524 (Buffer-menu-buffer-face): New backward-compatibility alias for
2525 renamed face.
2526 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2527
2528 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
2529
2530 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
2531 Eliminate "-face" suffix.
2532 (makefile-targets): Inherit from font-lock-function-name-face and
2533 eliminate "-face" suffix.
2534 (makefile-shell): Remove attributes and eliminate "-face" suffix.
2535 (makefile-*-font-lock-keywords): Append makefile-targets in rule
2536 actions, instead of prepending, to make it less visible.
2537 (makefile-previous-dependency, makefile-match-dependency):
2538 Don't match a target on a continuation line.
2539
2540 * files.el (auto-mode-alist): Put Makefile in gmake mode.
2541
2542 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
2543
2544 * progmodes/gdb-ui.el (menu): Re-order menu items.
2545 (gdb-tooltip-print): Respect tooltip-use-echo-area.
2546
2547 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
2548 Define in tooltip.el.
2549 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
2550 (gud-tooltip-tips): Respect tooltip-use-echo-area and
2551 gud-tooltip-echo-area.
2552
2553 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
2554 backward compatibility and make obsolete.
2555 (tooltip-help-tips): Use tooltip-use-echo-area.
2556 (tooltip-show-help-function): Rename to...
2557 (tooltip-show-help): ...this, because it is a function.
2558 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
2559
2560 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2561
2562 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
2563 (edebug-print-length, edebug-print-level, edebug-print-circle)
2564 (edebug-modify-breakpoint, edebug-eval-last-sexp)
2565 (edebug-eval-print-last-sexp): Doc fixes.
2566
2567 2005-06-14 Kim F. Storm <storm@cua.dk>
2568
2569 * ido.el (ido-mode): Make a new keymap every time we enable ido,
2570 as the coverage buffer/file/both may change.
2571
2572 2005-06-14 Lute Kamstra <lute@gnu.org>
2573
2574 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
2575 and run-mode-hooks. Simplify.
2576
2577 * mail/rmailedit.el (rmail-edit-mode):
2578 * progmodes/octave-inf.el (inferior-octave-mode):
2579 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
2580
2581 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
2582 and run-mode-hooks.
2583 (recentf-edit-list, recentf-open-files): Don't call
2584 kill-all-local-variables directly.
2585
2586 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
2587
2588 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
2589
2590 * emacs-lisp/byte-run.el (make-obsolete)
2591 (define-obsolete-function-alias): Rename arguments FUNCTION and
2592 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2593 (make-obsolete-variable, define-obsolete-variable-alias):
2594 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
2595 respectively.
2596
2597 * isearchb.el (isearchb-activate):
2598 * pcvs.el (cvs-mode):
2599 * ses.el (ses-load):
2600 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
2601 * net/tramp.el (tramp-find-file-exists-command)
2602 (tramp-find-shell):
2603 * progmodes/ada-mode.el (ada-create-case-exception)
2604 (ada-create-case-exception-substring, ada-make-subprogram-body):
2605 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2606 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
2607 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
2608 * textmodes/org.el (org-promote, org-evaluate-time-range)
2609 (org-agenda-next-date-line, org-agenda-previous-date-line)
2610 (org-agenda-error, org-open-at-point, org-table-move-row)
2611 (org-format-table-table-html-using-table-generate-source)
2612 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
2613 * textmodes/reftex.el (reftex-access-scan-info):
2614 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
2615 (reftex-toc-promote-prepare): Follow error conventions.
2616
2617 * diff-mode.el (diff-mode): Fix typo in docstring.
2618
2619 * forms.el (forms--intuit-from-file): Fix reference to
2620 `forms-number-of-fields' in error message.
2621 (forms-print): Fix quoting in error message.
2622
2623 * forms.el (forms-mode):
2624 * emulation/vi.el (vi-goto-insert-state):
2625 * progmodes/flymake.el (flymake-new-err-info)
2626 (flymake-start-syntax-check-for-current-buffer)
2627 (flymake-simple-cleanup):
2628 * eshell/esh-var.el (eshell/export):
2629 * progmodes/gud.el (xdb):
2630 * textmodes/flyspell.el (flyspell-incorrect-hook)
2631 (flyspell-maybe-correct-transposition)
2632 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
2633
2634 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
2635
2636 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
2637 minibuffer prompt.
2638
2639 2005-06-13 Kim F. Storm <storm@cua.dk>
2640
2641 * subr.el (add-to-ordered-list): New defun.
2642
2643 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
2644 add cua--keymap-alist to emulation-mode-map-alists.
2645
2646 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2647
2648 * subr.el (complete-in-turn): New macro.
2649 (dynamic-completion-table, lazy-completion-table): Add debug info.
2650
2651 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
2652 in preference to face aliases.
2653
2654 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
2655 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
2656 Remove unused vars `start' and `firstline'.
2657 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
2658 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
2659
2660 2005-06-13 Eli Zaretskii <eliz@gnu.org>
2661
2662 * cus-start.el (all): Don't complain about missing GTK-related
2663 variables, unless either `gtk' is boundp or this isn't a
2664 `windows-nt' build.
2665
2666 2005-06-13 Lute Kamstra <lute@gnu.org>
2667
2668 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
2669 run-mode-hooks.
2670
2671 * ediff-mult.el (ediff-meta-mode):
2672 * ediff-util.el (ediff-mode): Use run-mode-hooks.
2673
2674 * ledit.el (ledit-mode): Use delay-mode-hooks.
2675
2676 * woman.el (woman-mode-line-format): Delete constant.
2677 (woman-mode-map): Initialize it properly.
2678 (woman-mode): Set mode-class property to special.
2679 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
2680 Set major-mode and mode-name. Don't set mode-line-format directly.
2681 (Man-getpage-in-background): Don't reference woman-mode-line-format.
2682
2683 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2684 string argument obsolete.
2685
2686 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
2687
2688 * textmodes/org.el (org-CUA-compatible): New option.
2689 (org-disputed-keys): New variable.
2690 (org-key): New function.
2691 (orgtbl-make-binding): Add docstring to the created function.
2692 (org-mode): Set paragraph start/separate regexps.
2693 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2694 (org-archive-location, org-archive-mark-done)
2695 (org-archive-stamp-time): New options.
2696 (org-archive-subtree): New command.
2697 (org-fill-paragraph): New function.
2698 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2699 (org-fake-empty-table-line): Function removed.
2700 (org-format-org-table-html): Do not create empty table lines at
2701 separator lines. Improved table header treatment.
2702 (org-link-format): New option.
2703 (org-make-link): New function.
2704 (org-insert-link, org-store-link): Use org-make-link.
2705 (org-open-file): Quote file name for shell command, to allow
2706 spaces in file names.
2707 (org-link-regexp): Fix bug with mailto link.
2708 (org-link-maybe-angles-regexp, org-protected-link-regexp):
2709 New constants.
2710 (org-export-as-html): Deal with the optional angles around a link.
2711 Better treatment of file: links.
2712 (org-open-at-point): Replace @{ and @} with < and >.
2713 (org-run-mode-hooks): Function removed.
2714 (org-agenda-mode): No longer use `org-run-mode-hooks'.
2715
2716 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
2717
2718 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2719 MI command -data-list-register-values.
2720 (gdb-post-prompt): Indent properly.
2721
2722 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
2723
2724 * hilit-chg.el (highlight-changes-colors): Rename from
2725 `highlight-changes-colours'.
2726 (highlight-changes-colours): Keep as obsolete alias.
2727 (highlight-changes-face-list): Doc fix.
2728 (hilit-chg-make-list): Use `highlight-changes-colors'.
2729
2730 2005-06-12 Mark A. Hershberger <mah@everybody.org>
2731
2732 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2733 defun-prompt-regexp.
2734
2735 2005-06-12 Eli Zaretskii <eliz@gnu.org>
2736
2737 * loadup.el: Don't say we are dumping under 2 names on windows-nt
2738 and cygwin.
2739
2740 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2741 Don't use an old loaddefs.el, as in Makefile.in.
2742
2743 2005-06-12 Lute Kamstra <lute@gnu.org>
2744
2745 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2746
2747 * man.el (Man-mode-map): Initialize it properly.
2748 (Man-mode): Set mode-class property to special.
2749
2750 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2751
2752 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2753
2754 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2755 A newline is needed in the docstring there.
2756
2757 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2758 Doc fixes.
2759
2760 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2761
2762 * printing.el: Doc fix. The menubar is no more changed when printing
2763 is loaded, it only changes when pr-menu-bind or pr-update-menus is
2764 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
2765 (pr-version): New version number (6.8.4).
2766 (pr-menu-bind): New command.
2767 (pr-update-menus): Docstring and code fix.
2768 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2769 Docstring fix.
2770 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2771 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2772
2773 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
2774
2775 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2776 "Returns" to "return", document useful return values, etc.
2777
2778 2005-06-11 Alan Mackenzie <acm@muc.de>
2779
2780 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2781 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2782 (adaptive-file-function): Minor amendment to doc-string.
2783
2784 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2785
2786 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2787 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2788 Fix :type--it is `integer', not `string'.
2789
2790 * faces.el (modeline-highlight): Rename from (the erroneous)
2791 `modeline-higilight'.
2792
2793 2005-06-11 Lute Kamstra <lute@gnu.org>
2794
2795 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2796 lisp-interaction-mode-map but make it the parent.
2797 (edebug-eval-mode): Use define-derived-mode.
2798
2799 2005-06-11 Andreas Schwab <schwab@suse.de>
2800
2801 * bindings.el: Add binding of `ESC functionkey' for every
2802 `M-functionkey'.
2803 * hexl.el (hexl-mode-map): Likewise.
2804
2805 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
2806
2807 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2808 [msft]: update regexp for newer msft compilers.
2809
2810 2005-06-10 Mark A. Hershberger <mah@everybody.org>
2811
2812 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2813 ATTLIST portions of included DTDs.
2814 (xml-parse-dtd): Eliminate use of inefficient match-data.
2815
2816 2005-06-10 Miles Bader <miles@gnu.org>
2817
2818 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2819 (mpuz-text): Remove "-face" suffix from face names.
2820 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2821 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2822 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2823
2824 * play/gomoku.el (gomoku-O, gomoku-X):
2825 Remove "-face" suffix from face names.
2826 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2827 New backward-compatibility aliases for renamed faces.
2828 (gomoku-font-lock-keywords): Use renamed gomoku faces.
2829
2830 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2831
2832 * thumbs.el: Fixes for changes of 2005-06-09.
2833 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2834 as a directory.
2835 (thumbs-thumbname): Remove directory separator from format string;
2836 `thumbs-thumbsdir' now returns a valid directory name.
2837 (thumbs-temp-dir): New defsubst.
2838 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2839 Use it.
2840
2841 * cus-edit.el (minibuffer):
2842 * files.el (make-backup-file-name-function):
2843 * filesets.el (filesets-external-viewers):
2844 * hilit-chg.el (highlight-changes-colours)
2845 (highlight-changes-face-list, highlight-changes-rotate-faces):
2846 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2847 * kmacro.el (kmacro-call-macro):
2848 * log-edit.el (log-edit-changelog-full-paragraphs):
2849 * mouse.el (mouse-1-click-follows-link):
2850 * skeleton.el (skeleton-autowrap):
2851 * subr.el (insert-for-yank-1):
2852 * tempo.el (tempo-insert-region):
2853 * terminal.el (terminal-emulator):
2854 * time.el (display-time-mail-face):
2855 * vc.el (vc-annotate):
2856 * vcursor.el (vcursor-copy-line):
2857 * woman.el (woman-bold-headings, woman-ignore)
2858 (woman-default-faces, woman-monochrome-faces):
2859 * calendar/todo-mode.el (todo-insert-threshold):
2860 * emulation/pc-select.el (pc-select-selection-keys-only)
2861 (pc-selection-mode):
2862 * emulation/vip.el (vip-find-char-forward):
2863 * emulation/viper-cmd.el (viper-find-char-forward):
2864 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2865 (input-method-exit-on-invalid-key):
2866 * international/mule-diag.el (describe-coding-system):
2867 * international/ucs-tables.el (unify-8859-on-encoding-mode):
2868 * net/browse-url.el (browse-url-xterm-program):
2869 * obsolete/lazy-lock.el (lazy-lock-mode):
2870 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2871 (cperl-mode):
2872 * progmodes/cpp.el (cpp-face-light-name-list)
2873 (cpp-face-dark-name-list):
2874 * progmodes/delphi.el (delphi-newline-always-indents):
2875 Fix spellings in docstrings.
2876
2877 * ido.el (ido-mode, ido-file-extensions-order)
2878 (ido-default-file-method, ido-default-buffer-method)
2879 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2880 (ido-decorations, ido-read-file-name-as-directory-commands)
2881 (ido-read-file-name-non-ido, ido-work-directory-list)
2882 (ido-ignore-item-temp-list, ido-current-directory)
2883 (ido-magic-forward-char, ido-enter-find-file)
2884 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2885 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2886
2887 2005-06-10 Lute Kamstra <lute@gnu.org>
2888
2889 * play/dunnet.el (dun-mode): Use define-derived-mode.
2890 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
2891 obsolete alias.
2892
2893 * play/doctor.el (doctor-mode-map): Remove defvar.
2894 (doctor-mode): Use define-derived-mode.
2895
2896 * mail/mspools.el (mspools-mode):
2897 * net/eudc-hotlist.el (eudc-hotlist-mode):
2898 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2899
2900 2005-06-10 Miles Bader <miles@gnu.org>
2901
2902 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2903 Remove "-face" suffix from face names.
2904 (flyspell-incorrect-face, flyspell-duplicate-face):
2905 New backward-compatibility aliases for renamed faces.
2906 (flyspell-mode-on, make-flyspell-overlay)
2907 (flyspell-highlight-incorrect-region)
2908 (flyspell-highlight-duplicate-region)
2909 (flyspell-display-next-corrections)
2910 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2911
2912 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2913 from face name.
2914 (texinfo-heading-face): New backward-compatibility alias for
2915 renamed face.
2916 (texinfo-heading-face): Use renamed texinfo-heading face.
2917
2918 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2919 suffix from face names.
2920 (tex-math-face, tex-verbatim-face):
2921 New backward-compatibility aliases for renamed faces.
2922 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2923 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2924 literal face name.
2925
2926 * textmodes/table.el (table-cell): Remove "-face" suffix from face
2927 name.
2928 (table-cell-face): New backward-compatibility alias for renamed face.
2929 (table--put-cell-face-property, table--update-cell-face):
2930 Use renamed table-cell face.
2931
2932 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2933 from face name.
2934 (sgml-namespace-face): New backward-compatibility alias for
2935 renamed face.
2936 (sgml-namespace-face): Use renamed sgml-namespace face.
2937
2938 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2939 (org-level-4, org-level-5, org-level-6, org-level-7)
2940 (org-level-8, org-warning, org-headline-done)
2941 (org-deadline-announce, org-scheduled-today)
2942 (org-scheduled-previously, org-link, org-done, org-table)
2943 (org-time-grid): Remove "-face" suffix from face names.
2944 (org-level-1-face, org-level-2-face, org-level-3-face)
2945 (org-level-4-face, org-level-5-face, org-level-6-face)
2946 (org-level-7-face, org-level-8-face, org-warning-face)
2947 (org-headline-done-face, org-deadline-announce-face)
2948 (org-scheduled-today-face, org-scheduled-previously-face)
2949 (org-link-face, org-done-face, org-table-face)
2950 (org-time-grid-face):
2951 New backward-compatibility aliases for renamed faces.
2952 (org-level-faces, org-set-font-lock-defaults, org-timeline)
2953 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2954 (org-agenda-get-timestamps, org-agenda-get-scheduled)
2955 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2956
2957 * emulation/viper-init.el (viper-search, viper-replace-overlay)
2958 (viper-minibuffer-emacs, viper-minibuffer-insert)
2959 (viper-minibuffer-vi): Remove "-face" suffix from face names.
2960 (viper-search-face, viper-replace-overlay-face)
2961 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2962 (viper-minibuffer-vi-face):
2963 New backward-compatibility aliases for renamed faces.
2964 (viper-search-face, viper-replace-overlay-face)
2965 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2966 (viper-minibuffer-vi-face): Use renamed viper faces.
2967
2968 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2969 Remove "-face" suffix from face names.
2970 (testcover-nohits-face, testcover-1value-face):
2971 New backward-compatibility aliases for renamed faces.
2972 (testcover-mark): Use renamed testcover faces.
2973
2974 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2975 face name.
2976 (diary-button-face): New backward-compatibility alias for renamed face.
2977 (diary-entry): Use renamed diary-button face.
2978
2979 * calendar/calendar.el (diary, calendar-today, holiday)
2980 (mark-visible-calendar-date): Remove "-face" suffix from face names.
2981 (diary-face, calendar-today-face, holiday-face):
2982 New backward-compatibility aliases for renamed faces.
2983 (eval-after-load "facemenu", diary-entry-marker)
2984 (calendar-today-marker, calendar-holiday-marker, diary-face):
2985 Use renamed calendar faces.
2986
2987 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2988 (compare-windows-face): New backward-compatibility alias for
2989 renamed face.
2990 (compare-windows-highlight): Use renamed compare-windows face.
2991
2992 * strokes.el (strokes-char): Remove "-face" suffix from face name.
2993 (strokes-char-face): New backward-compatibility alias for renamed face.
2994 (strokes-encode-buffer): Use renamed strokes-char face.
2995
2996 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2997 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2998 Remove "-face" suffix from face names.
2999 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
3000 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
3001 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
3002 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
3003 Use renamed pcvs faces.
3004 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
3005 * pcvs-defs.el (cvs-mode-map): Likewise.
3006 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
3007
3008 * info.el (info-title-1, info-title-2, info-title-3)
3009 (info-title-4): Remove "-face" suffix from and downcase face names.
3010 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3011 (Info-title-4-face):
3012 New backward-compatibility aliases for renamed faces.
3013 (Info-fontify-node): Use renamed info faces.
3014
3015 * hilit-chg.el (highlight-changes, highlight-changes-delete):
3016 Remove "-face" suffix from face names.
3017 (highlight-changes-face, highlight-changes-delete-face):
3018 New backward-compatibility aliases for renamed faces.
3019 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
3020 (hilit-chg-make-list): Use renamed highlight-changes faces.
3021
3022 * generic-x.el (show-tabs-tab, show-tabs-space):
3023 Remove "-face" suffix from face names.
3024 (show-tabs-tab-face, show-tabs-space-face):
3025 New backward-compatibility aliases for renamed faces.
3026 (show-tabs-generic-mode-font-lock-defaults-1)
3027 (show-tabs-generic-mode-font-lock-defaults-2):
3028 Use renamed show-tabs faces.
3029
3030 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
3031 (smerge-markers): Remove "-face" suffix from face names.
3032 (smerge-mine-face, smerge-other-face, smerge-base-face)
3033 (smerge-markers-face):
3034 New backward-compatibility aliases for renamed faces.
3035 (smerge-mine-face, smerge-other-face, smerge-base-face)
3036 (smerge-markers-face): Use renamed smerge faces.
3037
3038 * log-view.el (log-view-file, log-view-message):
3039 Remove "-face" suffix from face names.
3040 (log-view-file-face, log-view-message-face):
3041 New backward-compatibility aliases for renamed faces.
3042 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
3043
3044 * paren.el (show-paren-match, show-paren-mismatch):
3045 Remove "-face" suffix from face names.
3046 (show-paren-match-face, show-paren-mismatch-face):
3047 New backward-compatibility aliases for renamed faces.
3048 (show-paren-function): Use renamed show-paren faces.
3049
3050 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
3051 (ruler-mode-margins, ruler-mode-fringes)
3052 (ruler-mode-column-number, ruler-mode-fill-column)
3053 (ruler-mode-comment-column, ruler-mode-goal-column)
3054 (ruler-mode-tab-stop, ruler-mode-current-column):
3055 Remove "-face" suffix from face names.
3056 (ruler-mode-default-face, ruler-mode-pad-face)
3057 (ruler-mode-margins-face, ruler-mode-fringes-face)
3058 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
3059 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
3060 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
3061 New backward-compatibility aliases for renamed faces.
3062 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
3063 (ruler-mode-column-number, ruler-mode-fill-column)
3064 (ruler-mode-comment-column, ruler-mode-goal-column)
3065 (ruler-mode-tab-stop, ruler-mode-current-column)
3066 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
3067
3068 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
3069 face name.
3070 (whitespace-highlight-the-space): Use renamed face.
3071 (whitespace-highlight-face): New backward-compatibility alias for
3072 renamed face.
3073
3074 * woman.el (woman-italic, woman-bold, woman-unknown)
3075 (woman-addition, woman-symbol-face):
3076 Remove "-face" suffix from face names.
3077 (woman-italic-face, woman-bold-face, woman-unknown-face)
3078 (woman-addition-face):
3079 New backward-compatibility aliases for renamed faces.
3080 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
3081 (woman-decode-region, woman-replace-match)
3082 (woman-display-extended-fonts, woman-special-characters)
3083 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
3084 Use renamed woman faces.
3085
3086 * longlines.el (longlines-visible-face): Face removed.
3087
3088 * diff-mode.el (diff-header, diff-file-header, diff-index)
3089 (diff-hunk-header, diff-removed, diff-added, diff-changed)
3090 (diff-function, diff-context, diff-nonexistent): Remove "-face"
3091 suffix from face names.
3092 (diff-header-face, diff-file-header-face, diff-index-face)
3093 (diff-hunk-header-face, diff-removed-face, diff-added-face)
3094 (diff-changed-face, diff-function-face, diff-context-face)
3095 (diff-nonexistent-face): New backward-compatibility aliases for
3096 renamed faces.
3097 (diff-header-face, diff-file-header-face)
3098 (diff-index, diff-index-face, diff-hunk-header)
3099 (diff-hunk-header-face, diff-removed, diff-removed-face)
3100 (diff-added, diff-added-face, diff-changed-face, diff-function)
3101 (diff-function-face, diff-context-face, diff-nonexistent)
3102 (diff-nonexistent-face): Use renamed diff-mode faces.
3103
3104 * progmodes/compile.el (compilation-warning-face)
3105 (compilation-info-face): Remove "-face" suffix from face names.
3106 (compilation-warning-face, compilation-info-face):
3107 New backward-compatibility aliases for renamed faces.
3108 (compilation-warning-face, compilation-info-face):
3109 Use renamed compilation faces.
3110
3111 * add-log.el (change-log-date, change-log-name)
3112 (change-log-email, change-log-file, change-log-list)
3113 (change-log-conditionals, change-log-function)
3114 (change-log-acknowledgement): Remove "-face" suffix from face names.
3115 (change-log-date-face, change-log-name-face)
3116 (change-log-email-face, change-log-file-face)
3117 (change-log-list-face, change-log-conditionals-face)
3118 (change-log-function-face, change-log-acknowledgement-face):
3119 New backward-compatibility aliases for renamed faces.
3120 (change-log-font-lock-keywords): Use renamed change-log faces.
3121
3122 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
3123 (custom-set, custom-changed, custom-saved, custom-button)
3124 (custom-button-pressed, custom-documentation, custom-state)
3125 (custom-comment, custom-comment-tag, custom-variable-tag)
3126 (custom-variable-button, custom-face-tag, custom-group-tag-1)
3127 (custom-group-tag): Remove "-face" suffix from face names.
3128 (custom-magic-alist, custom-magic-value-create)
3129 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
3130 (custom-invalid-face, custom-rogue-face, custom-modified-face)
3131 (custom-set-face, custom-changed-face, custom-saved-face)
3132 (custom-button-face, custom-button-pressed-face)
3133 (custom-documentation-face, custom-state-face)
3134 (custom-comment-face, custom-comment-tag-face)
3135 (custom-variable-tag-face, custom-variable-button-face)
3136 (custom-face-tag-face, custom-group-tag-face-1)
3137 (custom-group-tag-face):
3138 New backward-compatibility aliases for renamed faces.
3139
3140 * wid-edit.el (widget-documentation, widget-button)
3141 (widget-field, widget-single-line-field, widget-inactive)
3142 (widget-button-pressed): "-face" suffix removed from face names.
3143 (widget-documentation-face, widget-button-face)
3144 (widget-field-face, widget-single-line-field-face)
3145 (widget-inactive-face, widget-button-pressed-face):
3146 New backward-compatibility aliases for renamed faces.
3147 (widget-documentation-face, widget-button-face)
3148 (widget-button-pressed-face, widget-specify-field)
3149 (widget-specify-inactive): Use renamed widget faces.
3150
3151 2005-06-10 Kenichi Handa <handa@m17n.org>
3152
3153 * term/x-win.el (x-clipboard-yank): Remove condition-case
3154 wrapping.
3155
3156 2005-06-11 Kenichi Handa <handa@m17n.org>
3157
3158 * add-log.el (change-log-font-lock-keywords): Make the regexp for
3159 date lines stricter.
3160
3161 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
3162
3163 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
3164 of x-get-selection.
3165
3166 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
3167
3168 * comint.el (comint-mode, comint-snapshot-last-prompt):
3169 * frame.el (frame-current-scroll-bars):
3170 * term.el (term-mode, term-check-proc, term-input-sender)
3171 (term-simple-send, term-extract-string, term-word)
3172 (term-match-partial-filename):
3173 * window.el (window-current-scroll-bars):
3174 * emulation/cua-base.el (cua-normal-cursor-color)
3175 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
3176 (cua-global-mark-cursor-color):
3177 * mail/undigest.el (rmail-forward-separator-regex):
3178 Fix typos in docstrings.
3179
3180 * comint.el (comint-check-proc, make-comint-in-buffer)
3181 (comint-source-default): Doc fixes.
3182
3183 * term.el (term-send-string): Improve argument/docstring
3184 consistency.
3185
3186 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
3187
3188 * comint.el (comint-send-input): Bind `inhibit-read-only' around
3189 call to `delete-region'.
3190 (comint-mode-hook): Do not enable Font Lock by default.
3191
3192 2005-06-09 Lute Kamstra <lute@gnu.org>
3193
3194 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
3195 could be void.
3196
3197 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * emacs-lisp/debug.el (debugger-will-be-back): New var.
3200 (debug): Use it.
3201 (debugger-step-through, debugger-continue, debugger-jump)
3202 (debugger-return-value): Set it when needed.
3203 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
3204 Use inhibit-read-only.
3205
3206 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
3207
3208 * window.el (shrink-window-if-larger-than-buffer)
3209 (window-size-fixed): Fix typo in docstring.
3210
3211 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
3212 thumbnails directory on loading.
3213 (thumbs-conversion-program): Use `eq' to check the system type,
3214 not `equal'.
3215 (thumbs-temp-dir): Initialize to `temporary-file-directory',
3216 not "/tmp". Fix docstring.
3217 (thumbs-thumbsdir): New function to return the thumbnails
3218 directory, creating it if needed.
3219 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
3220 (thumbs-temp-file): Delete variable and make it into a function.
3221 (thumbs-resize-image, thumbs-modify-image): Use it.
3222 (thumbs-kill-buffer): Simplify.
3223 (thumbs-gensym): Defalias or duplicate CL `gensym'.
3224 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
3225 docstrings.
3226
3227 2005-06-09 Kim F. Storm <storm@cua.dk>
3228
3229 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
3230 set-match-data to free markers in match-data.
3231
3232 * replace.el (replace-match-data): Pass RESEAT arg `t' to
3233 match-data to unchain markers in match-data.
3234
3235 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
3238 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
3239 unnecessary now.
3240
3241 2005-06-08 Richard M. Stallman <rms@gnu.org>
3242
3243 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
3244 give the variable a doc string that doesn't say don't set it directly.
3245
3246 * textmodes/ispell.el (ispell-check-version):
3247 Use match-string-no-properties.
3248 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
3249 (ispell-buffer-local-words): Likewise.
3250
3251 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
3252 except on terminals with enough colors to really display it.
3253 (makefile-dependency-regex): Delete spurious `bb'.
3254
3255 * faces.el (escape-glyph): Use blue once again in last case.
3256 (no-break-space): Redefine so that it isn't invisible on a tty.
3257
3258 2005-06-08 Kim F. Storm <storm@cua.dk>
3259
3260 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
3261 also when reading directory name.
3262
3263 2005-06-08 Lute Kamstra <lute@gnu.org>
3264
3265 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
3266 (flyspell-mode-line-string): Remove autoload cookie.
3267 (flyspell-mode): Remove defvar.
3268
3269 2005-06-07 Lute Kamstra <lute@gnu.org>
3270
3271 * textmodes/org.el (org-run-mode-hooks): New function.
3272 (org-agenda-mode): Use it.
3273
3274 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
3275
3276 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
3277
3278 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
3281
3282 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
3283
3284 * font-lock.el (font-lock-add-keywords): Doc fix.
3285
3286 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3287
3288 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
3289 (tex-compile-default): In the absence of any history, use the order in
3290 tex-compile-alist to choose the preferred command.
3291 (tex-compile-commands): Reorder a bit.
3292
3293 * textmodes/flyspell.el (flyspell-auto-correct-binding)
3294 (flyspell-incorrect-face, flyspell-duplicate-face):
3295 Use (X)Emacs-agnostic code.
3296 (flyspell-mode-map): Don't overwrite at each load. Remove code
3297 redundant with the subsequent add-minor-mode. Merge Emacs and
3298 XEmacs code.
3299 (flyspell-word): Minor simplification.
3300 (flyspell-math-tex-command-p): Quieten the byte-compiler.
3301 (flyspell-external-point-words): Remove unused vars `size' and `start'.
3302 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
3303 Merge the corresponding Emacs code.
3304 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
3305
3306 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
3307 a dedicated window.
3308
3309 * international/latexenc.el (latexenc-find-file-coding-system):
3310 Undo part of last patch, to turn off a compiler warning.
3311
3312 2005-06-06 Juri Linkov <juri@jurta.org>
3313
3314 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
3315 Rename `tmm-inactive-face' to `tmm-inactive'.
3316
3317 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
3318
3319 * iswitchb.el: Rename faces.
3320
3321 2005-06-06 Kim F. Storm <storm@cua.dk>
3322
3323 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
3324 (cua-global-mark): Remove -face suffix from face names.
3325
3326 * emulation/cua-gmrk.el (cua--init-global-mark):
3327 Remove cua-global-mark face setup.
3328
3329 2005-06-06 Richard M. Stallman <rms@gnu.org>
3330
3331 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
3332 just like other allowed characters.
3333 (makefile-match-dependency): Exclude leading and training whitespace
3334 from the range of regexp subexp 1.
3335 (makefile-macroassign-regex): Don't try to match the body,
3336 just the name of the macro being defined.
3337
3338 * info.el (Info-read-node-name-2): New function.
3339 (Info-read-node-name-1): Use that.
3340 Add a completion-base-size-function property.
3341
3342 * simple.el (completion-setup-function): Look for
3343 completion-base-size-function property of
3344 minibuffer-completion-table.
3345
3346 * files.el (locate-file-completion): Doc fix.
3347
3348 * printing.el: Don't call pr-update-menus; user must do that.
3349
3350 * emacs-lisp/debug.el (debugger-window): New variable.
3351 (debug): Use debugger-window if it is set and still alive.
3352 Record debugger-window for next entry.
3353
3354 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
3355
3356 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
3357
3358 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
3359 (hack-one-local-variable, hack-local-variables)
3360 (hack-local-variables-prop-line): Pass that arg.
3361
3362 2005-06-06 Kim F. Storm <storm@cua.dk>
3363
3364 * ido.el (ido-first-match, ido-only-match, ido-subdir)
3365 (ido-indicator): Remove -face suffix from face names.
3366
3367 2005-06-06 Juri Linkov <juri@jurta.org>
3368
3369 * font-lock.el (font-lock-regexp-backslash)
3370 (font-lock-regexp-backslash-construct): New faces.
3371 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
3372 after `('. Add `while-no-input' to control structures.
3373
3374 * faces.el (no-break-space, shadow): New faces.
3375 (escape-glyph): Use less loud colors pink2 and red4.
3376
3377 * diff-mode.el (diff-context-face)
3378 * dired.el (dired-ignored)
3379 * rfn-eshadow.el (file-name-shadow)
3380 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
3381
3382 * info.el (Info-title-1-face): Use green instead of yellow because
3383 bold yellow is not readable on light backgrounds.
3384
3385 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
3386 before selecting the desired mode to not spend time fontifying
3387 old contents.
3388
3389 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
3390
3391 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
3392 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
3393
3394 * ps-print.el (ps-default-fg, ps-default-bg):
3395 Fix typos in docstrings.
3396
3397 * isearchb.el (isearchb): Don't pass a spurious second argument to
3398 `iswitchb-completions'.
3399
3400 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
3401
3402 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
3403 to preserve point.
3404 (gdb-find-file-hook): Add doc string.
3405
3406 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
3407 C dereferenced pointer expression.
3408 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
3409
3410 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
3411
3412 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
3413 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
3414 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
3415 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
3416 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
3417 Make background transparent.
3418
3419 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
3420
3421 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
3422 (font-lock-remove-keywords): Doc fix.
3423 (font-lock-mode-major-mode): Compiler defvar.
3424 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
3425
3426 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
3427 (font-lock-mode): Update `font-lock-mode-major-mode'.
3428 (font-lock-set-defaults): Compiler defvar.
3429 (font-lock-default-function): Take `font-lock-mode-major-mode'
3430 into account.
3431
3432 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
3433 keep track of which major mode it enabled the minor mode for.
3434 Use find-file-hook again. Update docstring.
3435
3436 * simple.el (eval-expression-print-level)
3437 (eval-expression-print-length, eval-expression-debug-on-error):
3438 Doc fixes.
3439
3440 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
3441
3442 * iswitchb.el (iswitchb-single-match-face)
3443 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
3444 (iswitchb-invalid-regexp-face): New faces.
3445 (iswitchb-completions): Use them.
3446 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
3447 now marked as an obsolete alias.
3448 (iswitchb-read-buffer): Remove check for bound font variables.
3449 (iswitchb-invalid-regexp): New free variable.
3450 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
3451 set iswitchb-invalid-regexp.
3452 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
3453 invalid regexps.
3454 (iswitchb-completions): Add check for complete match when entering
3455 a regexp.
3456 (iswitchb-completions): Remove require-match argument.
3457 (iswitchb-exhibit): Fix caller.
3458 (iswitchb-common-match-inserted): New variable.
3459 (iswitchb-complete, iswitchb-completion-help): Use it.
3460
3461 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
3462
3463 * url-http.el (url-http-chunked-encoding-after-change-function):
3464 Use `url-http-debug' instead of `message'.
3465
3466 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
3467
3468 * url-http.el (url-http-parse-headers): Pass redirected URL as a
3469 callback argument.
3470
3471 2005-06-04 Kim F. Storm <storm@cua.dk>
3472
3473 * simple.el (line-move): Only call sit-for when moving backwards.
3474
3475 * ido.el (ido-make-merged-file-list-1): New defun split from
3476 ido-make-merged-file-list.
3477 (ido-make-merged-file-list): Bind throw-on-input around call to
3478 ido-make-merged-file-list-1. Return input-pending-p if
3479 interrupted by more input available.
3480 (ido-read-internal): Handle input-pending-p return value from
3481 ido-make-merged-file-list.
3482
3483 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
3486 compatibility code.
3487
3488 * international/latexenc.el (latexenc-find-file-coding-system):
3489 Don't inherit the EOL part of the coding-system from the
3490 tex-main buffer. Fit within 80 columns.
3491
3492 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
3493
3494 * tmm.el (tmm-inactive-face): New face.
3495 (tmm-remove-inactive-mouse-face): New function.
3496 (tmm-prompt, tmm-add-one-shortcut)
3497 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
3498 but not selectable.
3499
3500 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
3501
3502 * faces.el (face-equal): Improve argument/docstring consistency.
3503
3504 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
3505
3506 * progmodes/make-mode.el (makefile-targets-face)
3507 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
3508 (makefile-bsdmake-dependency-regex)
3509 (makefile-makepp-rule-action-regex)
3510 (makefile-bsdmake-rule-action-regex): New constants.
3511 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
3512
3513 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3514 Allow (...) within `...' for makepp messages.
3515
3516 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
3517
3518 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
3519
3520 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
3521 "." files are deleted from all file lists before comparison.
3522
3523 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3524 (viper-ESC-key): Made them customizable.
3525
3526 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
3527
3528 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
3529
3530 * autorevert.el (auto-revert-buffers): Use save-match-data.
3531
3532 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
3535 menu items with a nil command binding.
3536
3537 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
3538
3539 * emacs-lisp/cl-macs.el (defsetf):
3540 Improve argument/docstring consistency.
3541
3542 * faces.el (list-faces-display): Improve the formatting by
3543 computing the maximum length required for any face-name (reworked
3544 patch of 1999-01-11, accidentally deleted on 1999-07-21).
3545 (internal-find-face): Remove redundant info in docstring.
3546
3547 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
3548
3549 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
3550 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
3551 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
3552 (gdb-assembler-custom): Improve regexps.
3553 (def-gdb-auto-update-handler): Use window point to preserve point.
3554
3555 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3556
3557 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
3558
3559 2005-05-31 Jay Belanger <belanger@truman.edu>
3560
3561 * calc/calc-embed.el (calc-embedded-word): Change argument passed
3562 to calc-embedded.
3563 (calc-embedded-make-info): Have plain prefix argument select
3564 entire line.
3565
3566 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * faces.el (list-faces-display): Signal error if passed a regexp
3569 that matches no face name.
3570
3571 * simple.el (filter-buffer-substring): Fix typo in docstring.
3572
3573 2005-05-31 Richard M. Stallman <rms@gnu.org>
3574
3575 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
3576 (vhdl-emacs-21): Doc fix.
3577 (vhdl-mode): Unconditionally set comment-padding.
3578 (vhdl-fixup-whitespace-region): Insert spaces only where
3579 there are none.
3580 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
3581
3582 2005-05-30 John Wiegley <johnw@newartisans.com>
3583
3584 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
3585 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
3586 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
3587 `directory-sep-char' to ?/, and all uses of `string-to-int' to
3588 `string-to-number'.
3589
3590 2005-05-30 Jay Belanger <belanger@truman.edu>
3591
3592 * calc/calc.el (calc-bug-address): Fix docstring.
3593 (calc-window-hook, calc-trail-window-hook): New variables.
3594 (calc-trail-display): Restore use of calc-trail-window-hook.
3595 (calc): Restore use of calc-window-hook.
3596
3597 2005-05-31 Masatake YAMATO <jet@gyve.org>
3598
3599 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
3600
3601 * help-fns.el (help-C-file-name): Add autoload mark for
3602 `find-function-noselect'.
3603
3604 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3605
3606 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
3607 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
3608
3609 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3610
3611 * calendar/diary-lib.el (mark-included-diary-files): Only kill
3612 included diary buffer if it was not already being visited.
3613 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
3614
3615 * calendar/icalendar.el (top-level): Do not require 'appt.
3616
3617 * mail/supercite.el (sc-select-attribution): Only use a list
3618 element from sc-attrib-selection-list if it returns a string.
3619 Reported by Davide G. M. Salvetti <salve@debian.org>.
3620
3621 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
3622
3623 * thumbs.el (thumbs-thumbname): The resulting thumbname now
3624 includes a hash value to improve its uniqueness, and has a ".jpg"
3625 extension. Also, it is now a valid filename on all systems.
3626 (thumbs-make-thumb): Use `let', not `let*'.
3627 (thumbs-show-thumbs-list): Check for JPEG availability.
3628
3629 2005-05-30 Richard M. Stallman <rms@gnu.org>
3630
3631 * filesets.el (filesets-menu-ensure-use-cached):
3632 Prevent warning when emacs-version>= is undefined.
3633
3634 * printing.el (pr-interactive-n-up): Use string-to-number.
3635
3636 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
3637
3638 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3639 Warn only when name to be defined is quoted.
3640
3641 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
3642
3643 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
3644 Make regexp more robust.
3645 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3646 Force regeneration of disassembly.
3647
3648 2005-05-29 Jay Belanger <belanger@truman.edu>
3649
3650 * calc/calc.el (calc-user-invocation): Check if
3651 calc-invocation-macro is non-nil.
3652
3653 2005-05-29 Juri Linkov <juri@jurta.org>
3654
3655 * add-log.el (change-log-font-lock-keywords):
3656 Add `+' to e-mail regexp to accept mail address with keywords.
3657
3658 * man.el (Man-name-regexp): Add `:' to accept qualified names.
3659
3660 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
3661
3662 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
3663
3664 * ielm.el (inferior-emacs-lisp-mode): Ditto.
3665
3666 2005-05-29 Richard M. Stallman <rms@gnu.org>
3667
3668 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3669 Undo the change that moves to end of the current word.
3670
3671 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3672
3673 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3674 Throw error when count <= 0 to ensure input is a number.
3675 (gdb-read-memory-custom): Pick up address from buffer.
3676 (gdb-memory-mode): Allow user to increment and decrement
3677 memory address from header line.
3678
3679 2005-05-29 Richard M. Stallman <rms@gnu.org>
3680
3681 * flyspell.el (flyspell-version): Function deleted.
3682 (flyspell-auto-correct-previous-hook): Doc fix.
3683
3684 * jit-lock.el (jit-lock-function, jit-lock-after-change):
3685 Do nothing if memory is full.
3686
3687 * font-lock.el (font-lock-fontify-syntactically-region):
3688 Pass t for GREEDY to looking-back.
3689
3690 * saveplace.el (save-place-alist-to-file): Write the file
3691 using write-region.
3692
3693 * subr.el (looking-back): New argument GREEDY.
3694
3695 * progmodes/compile.el (compilation-start): Set the mode
3696 before inserting the initial text.
3697
3698 * progmodes/which-func.el (which-func-update-1): Turn the mode
3699 off in case of error by setting which-func-mode.
3700
3701 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
3702
3703 * flyspell.el (flyspell-auto-correct-previous-word):
3704 Narrow down to what's on the screen, and recenter overlays
3705 at the end of the next word.
3706
3707 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
3708
3709 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3710 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3711 (flyspell-abbrev-p): Default to nil.
3712 (flyspell-use-global-abbrev-table-p): Doc fix.
3713 (flyspell-large-region): Allow nil as value.
3714 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3715
3716 (mail-mode-flyspell-verify): More robust handling
3717 of `mail-header-separator'. More efficient signature detection.
3718 Allow for regexp metacharacters in message-header-separator.
3719 Adding `To' not to be checked in mail-mode-flyspell-verify.
3720
3721 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3722 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3723 Bind flyspell-auto-correct-binding.
3724 Bind C-. and C-, .
3725 (flyspell-mode-map): Likewise.
3726 (flyspell-mode): Doc fix.
3727 (flyspell-accept-buffer-local-defs): Preserve current buffer.
3728 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3729 (flyspell-word-cache-result): New var, always local.
3730 (flyspell-check-pre-word-p): Doc fix.
3731 (flyspell-check-changed-word-p): Handle spc like newline.
3732 (flyspell-post-command-hook): Set flyspell-word-cache-result.
3733 (flyspell-word-search-backward, flyspell-word-search-forward):
3734 New functions.
3735 (flyspell-word): Return t if nothing to check.
3736 When parsing TeX code, check for after } or \.
3737 Use flyspell-word-search-backward to find previous word.
3738 Return nil if duplicated word.
3739 For word already checked, return same value as last time.
3740 Set flyspell-word-cache-result after checking.
3741 Don't clobber the return value.
3742 (flyspell-get-word): Major rewrite.
3743 (flyspell-external-point-words): New locals pword, pcount.
3744 Fix size used in progress message.
3745 Find the proper corresponding word in flyspell-large-region-buffer.
3746 (flyspell-region): Check for flyspell-large-region = nil.
3747 (flyspell-highlight-incorrect-region): Clean up overlays in region.
3748 (flyspell-auto-correct-word): Check that WORD is a cons.
3749 (flyspell-correct-word): Likewise.
3750
3751 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
3752
3753 * progmodes/make-mode.el (makefile-rule-action-regex)
3754 (makefile-macroassign-regex, makefile-makepp-mode)
3755 (makefile-bsdmake-mode): Continuation lines may be empty.
3756 Reported by Joshua Varner.
3757 (makefile-makepp-font-lock-keywords): Add $(stem).
3758
3759 2005-05-28 Karl Berry <karl@gnu.org>
3760
3761 * textmodes/tex-mode.el: Now that tex-send-command calls
3762 shell-quote-argument (2005-03-31 change), remove all calls to
3763 shell-quote-argument; they all end up invoking tex-send-command.
3764 The double quoting loses on filenames with non-safe characters,
3765 such as "@". Reported by Frederik Fouvry.
3766
3767 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3768
3769 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3770 about preserving point.
3771
3772 2005-05-27 Jay Belanger <belanger@truman.edu>
3773
3774 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3775 Info-goto-node.
3776
3777 * calc/calc-embed.el (calc-embed-arg): New variable.
3778 (calc-do-embedded-activate, calc-embedded-activate-formula)
3779 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3780 variable by new variable.
3781 (calc-embedded-make-info): Replace undeclared variable by new
3782 variable. When selecting region with positive prefix
3783 argument, use end of previous line instead of beginning of line.
3784
3785 * calc/calc-aent.el (calc-arg-values): Declare it.
3786
3787 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3788 Declare them.
3789
3790 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3791
3792 * calc/calc.el (calc-alg-map): Declare it.
3793
3794 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3795
3796 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
3797
3798 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3799 (gdb-registers-buffer, toggle-gdb-all-registers):
3800 Toggle display of floating point registers.
3801 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3802
3803 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
3804 (toggle-gud-tooltip-dereference):
3805 Rename from gud-toggle-tooltip-dereference.
3806
3807 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3810
3811 2005-05-27 Jay Belanger <belanger@truman.edu>
3812
3813 * calc/calc-prog.el (calc-kbd-report): Remove.
3814 (calc-kbd-query): Rewrite.
3815
3816 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
3817
3818 * image.el (image-library-alist): Move to image.c.
3819 (image-type-available-p): Doc fix.
3820
3821 2005-05-27 Lute Kamstra <lute@gnu.org>
3822
3823 * calc/calc.el (calc):
3824 * outline.el (outline-1, outline-2, outline-3, outline-4)
3825 (outline-5, outline-6, outline-7, outline-8):
3826 * textmodes/dns-mode.el (dns-mode):
3827 * textmodes/sgml-mode.el (sgml-namespace-face):
3828 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3829 (tex-verbatim-face, tex-use-reftex):
3830 * textmodes/texinfo.el (texinfo-heading-face):
3831 Specify customization group.
3832
3833 * longlines.el: Don't require easy-mmode.
3834 (longlines-visible-face): Specify customization group.
3835
3836 2005-05-27 Kenichi Handa <handa@m17n.org>
3837
3838 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3839 encoding table of windows-1251.
3840
3841 * international/ucs-tables.el (ucs-set-table-for-input):
3842 If translation-table-for-input of a coding system is a symbol, get
3843 its translation-table property.
3844
3845 * international/code-pages.el: Don't register a coding system into
3846 non-iso-charset-alist more than once.
3847 (cp-make-coding-system): Likewise.
3848
3849 2005-05-26 John Wiegley <johnw@newartisans.com>
3850
3851 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3852 `eshell-resume-eval' is wrapped in a list, it indicates that the
3853 command was run asynchronously. In that case, unwrap the value
3854 before checking the delimiter value.
3855
3856 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3857 character before a space at the end of a line is \, assume the space
3858 is part of the last argument rather than a final argument separator.
3859
3860 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3861 is in use, and the target is `t' or `nil' (which are the most common
3862 values), don't assume that the symbol target is a buffer.
3863
3864 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
3865
3866 * calendar/calendar.el (calendar-mode-line-format):
3867 Use mode-line-highlight as mouse-face.
3868
3869 * time.el (display-time-string-forms, display-time-update):
3870 Use mode-line-highlight as mouse-face.
3871
3872 2005-05-26 Jay Belanger <belanger@truman.edu>
3873
3874 * calc/calc.el (calc-language-alist): Remove extra defvar.
3875
3876 2005-05-26 Lute Kamstra <lute@gnu.org>
3877
3878 * arc-mode.el (archive-mode):
3879 * bookmark.el (bookmark-read-annotation-mode)
3880 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3881 * bs.el (bs-mode):
3882 * calc/calc-yank.el (calc-edit-mode):
3883 * calc/calc.el (calc-mode, calc-trail-mode):
3884 * calculator.el (calculator-mode):
3885 * chistory.el (command-history-mode):
3886 * comint.el:
3887 * cus-edit.el (custom-mode):
3888 * descr-text.el (describe-text-mode):
3889 * ebuff-menu.el (Electric-buffer-menu-mode):
3890 * ediff-util.el (ediff-mode):
3891 * emacs-lisp/re-builder.el (reb-mode):
3892 * emulation/vi.el (vi-mode-setup):
3893 * emulation/ws-mode.el (wordstar-mode):
3894 * eshell/esh-mode.el (eshell-mode):
3895 * forms.el (forms-mode):
3896 * help-mode.el (help-mode):
3897 * hexl.el (hexl-mode):
3898 * ibuffer.el (ibuffer-mode):
3899 * ielm.el (inferior-emacs-lisp-mode):
3900 * info.el (Info-mode, Info-edit-mode):
3901 * international/swedish.el:
3902 * ledit.el (ledit-from-lisp-mode):
3903 * locate.el (locate-mode):
3904 * mail/rmail.el (rmail-mode):
3905 * mail/rmailedit.el (rmail-edit-mode):
3906 * mail/rmailsum.el (rmail-summary-mode):
3907 * mail/supercite.el (sc-electric-mode):
3908 * net/eudc.el (eudc-mode):
3909 * net/quickurl.el (quickurl-list-mode):
3910 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3911 * obsolete/ooutline.el (outline-mode):
3912 * obsolete/options.el (Edit-options-mode):
3913 * obsolete/rnews.el (news-mode):
3914 * obsolete/rnewspost.el (news-reply-mode):
3915 * play/5x5.el (5x5-mode):
3916 * play/decipher.el (decipher-mode, decipher-stats-mode):
3917 * play/gomoku.el (gomoku-mode):
3918 * play/snake.el (snake-mode):
3919 * play/solitaire.el (solitaire-mode):
3920 * play/tetris.el (tetris-mode):
3921 * progmodes/ada-mode.el (ada-mode):
3922 * progmodes/antlr-mode.el (antlr-mode):
3923 * progmodes/autoconf.el (autoconf-mode):
3924 * progmodes/dcl-mode.el (dcl-mode):
3925 * progmodes/delphi.el (delphi-mode):
3926 * progmodes/ebrowse.el (ebrowse-tree-mode)
3927 (ebrowse-electric-list-mode, ebrowse-member-mode)
3928 (ebrowse-electric-position-mode):
3929 * progmodes/f90.el (f90-mode):
3930 * progmodes/fortran.el (fortran-mode):
3931 * progmodes/icon.el (icon-mode):
3932 * progmodes/idlw-help.el (idlwave-help-mode):
3933 * progmodes/idlw-shell.el (idlwave-shell-mode):
3934 * progmodes/idlwave.el (idlwave-mode):
3935 * progmodes/inf-lisp.el (inferior-lisp-mode):
3936 * progmodes/m4-mode.el (m4-mode):
3937 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3938 * progmodes/modula2.el (modula-2-mode):
3939 * progmodes/octave-inf.el (inferior-octave-mode):
3940 * progmodes/octave-mod.el (octave-mode):
3941 * progmodes/pascal.el (pascal-mode):
3942 * progmodes/sh-script.el (sh-mode):
3943 * progmodes/sql.el (sql-mode, sql-interactive-mode):
3944 * progmodes/vhdl-mode.el (vhdl-mode):
3945 * progmodes/xscheme.el (scheme-interaction-mode):
3946 * replace.el (occur-mode):
3947 * ses.el (ses-mode):
3948 * simple.el (completion-list-mode):
3949 * skeleton.el:
3950 * speedbar.el (speedbar-mode):
3951 * term.el (term-mode):
3952 * terminal.el (terminal-edit-mode):
3953 * textmodes/reftex-index.el (reftex-index-mode)
3954 (reftex-index-phrases-mode):
3955 * textmodes/reftex-sel.el (reftex-select-label-mode)
3956 (reftex-select-bib-mode):
3957 * textmodes/reftex-toc.el (reftex-toc-mode):
3958 * wdired.el (wdired-change-to-wdired-mode):
3959 * wid-browse.el (widget-browse-mode):
3960 Use run-mode-hooks.
3961
3962 * array.el (array-mode):
3963 * calendar/todo-mode.el (todo-mode):
3964 * man.el (Man-mode):
3965 * play/landmark.el (lm-mode):
3966 * play/mpuz.el (mpuz-mode):
3967 Use kill-all-local-variables and run-mode-hooks.
3968
3969 * subr.el (delay-mode-hooks): Specify indentation.
3970
3971 2005-05-26 Mark A. Hershberger <mah@everybody.org>
3972
3973 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3974
3975 2005-05-26 Jay Belanger <belanger@truman.edu>
3976
3977 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3978 of nil.
3979
3980 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3981
3982 * progmodes/gdb-ui.el (gdb-frame-address):
3983 Rename from gdb-current-address.
3984 (gdb-previous-frame-address): Rename from gdb-previous-address.
3985 (gdb-selected-frame): Rename from gdb-current-frame.
3986 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3987 (gdb-frame-number): Rename from gdb-current-stack-level.
3988 (gdb-ann3): Match new mode-name for disassembly buffer.
3989 Extend initialization of variables.
3990 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3991 (gdb-memory-mode): Use mouse-face in header line.
3992 (gdb-assembler-buffer-name): Call it disassembly and give frame
3993 in mode line.
3994 (gdb-source-spec-regexp, gdb-assembler-custom)
3995 (gdb-invalidate-assembler, gdb-frame-handler):
3996 Make robust to leading zeroes in address format.
3997
3998 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
3999
4000 * textmodes/org.el (org-mode): Use `define-derived-mode' to
4001 define `org-mode'.
4002 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
4003
4004 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4005
4006 * log-edit.el (log-edit-changelog-entries): Distinguish between
4007 filenames like xfns.c and fns.c.
4008
4009 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
4010
4011 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
4012 point after reverting.
4013 (Buffer-menu-make-sort-button): Handle the case where
4014 `Buffer-menu-use-header-line' is nil.
4015
4016 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4017
4018 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
4019 New funcs. In minibuffer-local-completion-map bind `]', `/'
4020 and `:' to them.
4021
4022 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * startup.el (normal-top-level): Allow modification of load-path while
4025 we're iterating over it.
4026
4027 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
4028
4029 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
4030 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
4031 (thumbs-resize-interactive, thumbs-insert-image)
4032 (thumbs-insert-thumb, thumbs-dired-show-marked)
4033 (thumbs-find-image-at-point, thumbs-delete-images)
4034 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
4035 (thumbs-increment-image-size, thumbs-decrement-image-size):
4036 Fix typos in docstrings.
4037
4038 2005-05-24 Andre Spiegel <spiegel@gnu.org>
4039
4040 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
4041 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
4042 (cperl-mode): Use them.
4043
4044 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
4045
4046 * window.el (quit-window, shrink-window-if-larger-than-buffer):
4047 Doc fixes.
4048
4049 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
4050
4051 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
4052 Bind C-d to gdb-inferior-io-eof.
4053
4054 * dired.el (dired-dnd-popup-notice): Use message-box.
4055
4056 2005-05-23 Masatake YAMATO <jet@gyve.org>
4057
4058 * bindings.el (mode-line-major-mode-keymap):
4059 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
4060
4061 * faces.el (mode-line-highlight): New face.
4062
4063 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
4064 as mouse-face.
4065
4066 * bindings.el (top-level, help-echo, mode-line-modified)
4067 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
4068 as mouse-face.
4069
4070 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
4071
4072 * progmodes/cc-engine.el (c-guess-basic-syntax):
4073 Remove spurious call to `zerop'.
4074
4075 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
4076
4077 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
4078
4079 CC Mode update to 5.30.10:
4080
4081 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
4082 could go past the limit in decoration level 2, thereby causing
4083 errors during interactive fontification.
4084
4085 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
4086 the file is evaluated interactively.
4087
4088 * cc-engine.el (c-guess-basic-syntax): Handle operator
4089 declarations somewhat better in C++.
4090
4091 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
4092 make use of `run-mode-hooks' which has been added in Emacs 21.1.
4093 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4094 (awk-mode): Use it.
4095 (make-local-hook): Suppress warning about obsoleteness.
4096
4097 * cc-engine.el, cc-align.el, cc-cmds.el
4098 (c-append-backslashes-forward, c-delete-backslashes-forward)
4099 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
4100 Compensate for return value from `forward-line' when it has moved
4101 but not to a different line due to eob.
4102
4103 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
4104 `objc-method-intro' and `objc-method-args-cont'.
4105
4106 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
4107
4108 CC Mode update to 5.30.10:
4109
4110 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
4111 in the copyright statement. Incidentally, change "along with GNU
4112 Emacs" to "along with this program" where it occurs.
4113
4114 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
4115 so that it is interactive, hence can be found by M-x awk-mode
4116 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
4117 <gmorris+emacs@ast.cam.ac.uk>.
4118
4119 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
4120 Mode's regexps.
4121
4122 2005-05-23 Kevin Ryde <user42@zip.com.au>
4123
4124 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
4125 c-parse-state, to avoid a lisp error (on bad code).
4126
4127 2005-05-23 Lute Kamstra <lute@gnu.org>
4128
4129 * subr.el (font-lock-defaults): Remove defvar as it's already
4130 defined in font-core.el.
4131
4132 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
4133
4134 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
4135
4136 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
4137 more general and work when GDB variable "print pretty" is on,
4138 as with Emacs, for example.
4139
4140 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
4141
4142 * font-core.el: Update comment.
4143
4144 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4145 Use `after-change-major-mode-hook' instead of `find-file-hook'.
4146
4147 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
4148
4149 2005-05-22 Eli Zaretskii <eliz@gnu.org>
4150
4151 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
4152 and `yank-handler' in the doc strings.
4153
4154 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
4157
4158 2005-05-22 Richard M. Stallman <rms@gnu.org>
4159
4160 * help.el (describe-key): Move print-help-return-message call
4161 out of conditional.
4162
4163 * progmodes/etags.el (list-tags): Use with-no-warnings.
4164
4165 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
4166 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
4167 (starttls-extra-args, starttls-extra-arguments): Add defvars.
4168
4169 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
4170
4171 * language/viet-util.el (viet-viscii-nonascii-translation-table):
4172 Add defvar.
4173
4174 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
4175 Use defvar, not defconst.
4176
4177 * hexl.el (hexl-follow-line): Use with-no-warnings.
4178
4179 * emulation/tpu-extras.el: Use write-file-functions instead of
4180 write-file-hooks.
4181
4182 * dired.el (dired-font-lock-keywords): Fontify files with junk
4183 extensions even if marked by -F.
4184
4185 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
4186
4187 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
4188 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
4189 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
4190 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
4191 (concatenate, list-length, get*, getf, cl-remprop):
4192 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
4193 (etypecase, progv, lexical-let, lexical-let*)
4194 (multiple-value-bind, multiple-value-setq, shiftf):
4195 Improve argument/docstring consistency.
4196
4197 * subr.el (focus-frame, unfocus-frame):
4198 Revert deletion on 2005-05-01.
4199
4200 2005-05-22 Andre Spiegel <spiegel@gnu.org>
4201
4202 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
4203 doesn't exist.
4204
4205 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
4206 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
4207
4208 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
4209
4210 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
4211 already deleted variables: auto-fill-hook, blink-paren-hook,
4212 lisp-indent-hook, inhibit-local-variables, unread-command-event,
4213 suspend-hooks, comment-indent-hook, meta-flag,
4214 before-change-function, after-change-function,
4215 font-lock-doc-string-face.
4216
4217 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4218
4219 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4220
4221 2005-05-21 Eli Zaretskii <eliz@gnu.org>
4222
4223 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
4224 rmail-dont-reply-to.
4225
4226 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4227
4228 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
4229 literal blank when splitting new-header-values.
4230
4231 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
4232
4233 * calendar/cal-menu.el (cal-menu-update): Add separator as a
4234 string so that tmm doesn't create a completion entry for it.
4235
4236 * textmodes/table.el (table-disable-menu): Ditto.
4237
4238 2005-05-21 Richard M. Stallman <rms@gnu.org>
4239
4240 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
4241
4242 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
4243
4244 * net/rcompile.el (remote-compile): Use compilation-start.
4245
4246 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
4247
4248 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
4249
4250 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
4251 Default to makefile-bsdmake-mode on BSD systems.
4252
4253 * imenu.el (imenu-generic-expression, imenu--generic-function'):
4254 REGEXP may also be a search function now. The part of doc-string
4255 for describing the structure was 95% identical to that of
4256 `imenu--generic-function'. Unify it there.
4257
4258 * progmodes/make-mode.el (makefile-imenu-generic-expression):
4259 Use function to find dependencies, because regexp alone is so complex,
4260 it easily goes into an endless loop.
4261 (makefile-makepp-mode): Also add submenu for Perl functions
4262 defined in the makefile.
4263 (makefile-bsdmake-mode): Special imenu-generic-expression no
4264 longer needed, due to function call.
4265 (makefile-match-dependency): Take BOUND into account when checking
4266 if we're through.
4267
4268 2005-05-20 Jay Belanger <belanger@truman.edu>
4269
4270 * calc/calc-units.el (calc-invalidate-units-table):
4271 Use inhibit-read-only.
4272 (math-build-units-table-buffer): Use view-mode.
4273
4274 2005-05-20 David Kastrup <dak@gnu.org>
4275
4276 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
4277 easy-menu-add is not a nop on Emacs; and clarify when to call it.
4278
4279 2005-05-20 Lute Kamstra <lute@gnu.org>
4280
4281 * diff-mode.el (diff-header-face, diff-file-header-face)
4282 (diff-index-face, diff-hunk-header-face, diff-removed-face)
4283 (diff-added-face, diff-changed-face, diff-function-face)
4284 (diff-context-face, diff-nonexistent-face): Put them in the
4285 diff-mode customization group.
4286
4287 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4288
4289 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
4290
4291 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
4292
4293 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
4294 Minor regexp-optimization.
4295
4296 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
4297
4298 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
4299 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
4300 (org-agenda-add-time-grid-maybe): New function.
4301 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
4302 (org-table-create): `dotimes' instead of `mapcar'.
4303 (org-xor): Simplify implementation.
4304 (org-agenda): `inhibit-redisplay' turned on.
4305 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
4306 a consistent line after a state change.
4307 (org-agenda-remove-times-when-in-prefix): New option.
4308 (org-prefix-has-time): New variable.
4309 (org-parse-time-string): Optional argument NODEFAULT.
4310 (org-format-agenda-item): Parse items for time-of-day
4311 specifications and move these into the prefix if possible.
4312 (org-agenda-priority): Get current heading, not previous heading
4313 during agenda remote editing.
4314
4315 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
4316
4317 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
4318 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
4319 (remove-duplicates, delete-duplicates, substitute)
4320 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
4321 (nsubstitute-if-not, find, find-if, find-if-not, position)
4322 (position-if, position-if-not, count, count-if, count-if-not)
4323 (mismatch, search, sort*, stable-sort, merge, member*)
4324 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
4325 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
4326 (intersection, nintersection, set-difference, nset-difference)
4327 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
4328 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
4329 (nsublis, tree-equal): Improve argument/docstring consistency.
4330
4331 * subr.el (send-string, send-region):
4332 Remove obsolescence declaration.
4333 (window-dot, set-window-dot, read-input, show-buffer)
4334 (eval-current-buffer, string-to-int):
4335 Add release number to obsolescence declarations.
4336
4337 2005-05-19 Kim F. Storm <storm@cua.dk>
4338
4339 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
4340 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
4341
4342 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
4343
4344 * faces.el (list-faces-display): Make back button respect optional
4345 regexp arg.
4346
4347 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
4348
4349 * calculator.el (calculator-radix-grouping-mode)
4350 (calculator-radix-grouping-digits, calculator-displayer)
4351 (calculator-radix-grouping-separator, calculator-copy-displayer):
4352 * dabbrev.el (dabbrev-search-these-buffers-only):
4353 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
4354 (diff-advance-after-apply-hunk, diff-mode-hook)
4355 (diff-minor-mode-prefix):
4356 * imenu.el (imenu-use-popup-menu):
4357 * jit-lock.el (jit-lock-context-time):
4358 * newcomment.el (comment-fill-column, comment-column)
4359 (comment-style, comment-padding, comment-multi-line)
4360 (comment-empty-lines, comment-auto-fill-only-comments):
4361 * reveal.el (reveal-around-mark):
4362 * uniquify.el (uniquify-buffer-name-style)
4363 (uniquify-after-kill-buffer-p)
4364 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
4365 (uniquify-min-dir-content, uniquify-separator)
4366 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
4367 * w32-vars.el (w32-fixed-font-alist):
4368 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4369 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
4370 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
4371 * progmodes/perl-mode.el (perl-indent-level)
4372 (perl-continued-statement-offset, perl-continued-brace-offset)
4373 (perl-brace-offset, perl-brace-imaginary-offset)
4374 (perl-label-offset, perl-indent-continued-arguments)
4375 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
4376 * progmodes/tcl.el (tcl-indent-level)
4377 (tcl-continued-indent-level, tcl-auto-newline)
4378 (tcl-tab-always-indent, tcl-electric-hash-style)
4379 (tcl-help-directory-list, tcl-use-smart-word-finder)
4380 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
4381 (inferior-tcl-source-command):
4382 * textmodes/fill.el (enable-kinsoku):
4383 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
4384 * textmodes/table.el (table-yank-handler):
4385 Specify missing group (and type, if simple) in defcustom.
4386
4387 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4388
4389 * progmodes/compile.el (compilation-finish-function): Fix defvar.
4390
4391 2005-05-19 Richard M. Stallman <rms@gnu.org>
4392
4393 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
4394
4395 * subr.el (event-basic-type): Don't get an error.
4396 (left-fringe-p): Function deleted.
4397
4398 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
4399 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
4400
4401 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
4402 in recursive copy.
4403
4404 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
4405
4406 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
4407
4408 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4409 Call byte-compile-nogroup-warn if appropriate.
4410
4411 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
4412 (compilation-set-window): Don't call left-fringe-p; do it directly.
4413
4414 2005-05-19 Jay Belanger <belanger@truman.edu>
4415
4416 * calc/calc-graph.el (calc-graph-format-data): Make sure
4417 var-PlotRejects is bound before trying to check its value.
4418
4419 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
4420
4421 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
4422 definition of this variable from reftex-global.el to reftex.el,
4423 because it is needed in the menu.
4424
4425 2005-05-19 Lute Kamstra <lute@gnu.org>
4426
4427 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
4428 years are fixed. Don't insert a space after a dash.
4429
4430 2005-05-19 Kim F. Storm <storm@cua.dk>
4431
4432 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
4433
4434 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
4435
4436 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
4437 strings, because (eq ... ?\\) is fairly frequent.
4438
4439 * progmodes/make-mode.el (makefile-add-this-line-targets):
4440 Simplify and integrate into `makefile-pickup-targets'.
4441 (makefile-add-this-line-macro): Simplify and integrate into
4442 `makefile-pickup-macros.
4443 (makefile-pickup-filenames-as-targets): Simplify.
4444 (makefile-previous-dependency, makefile-match-dependency):
4445 Don't stumble over `::'.
4446
4447 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
4448
4449 * subr.el (post-command-idle-hook, post-command-idle-delay):
4450 Remove obsoletion of post-command-idle-hook and
4451 post-command-idle-delay.
4452
4453 * faces.el (list-faces-display): Provide button when describe-face
4454 is called to take user back to the list of faces.
4455
4456 * help-fns.el (describe-variable): Remove hyperlinks in a
4457 variable's value as these are quite frequently inappropriate.
4458
4459 * follow.el (follow-submit-feedback, follow-mode):
4460 Remove references to post-command-idle-hook.
4461
4462 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
4463
4464 * progmodes/make-mode.el (makefile-previous-dependency)
4465 (makefile-match-dependency): Check for := (and in bsd mode also
4466 !=) to give a better result, even when font-lock is not on.
4467
4468 2005-05-18 Jay Belanger <belanger@truman.edu>
4469
4470 * calc/calc-help.el (calc-s-prefix-help):
4471 Add `calc-copy-special-constant' to help string.
4472
4473 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4474
4475 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4476
4477 2005-05-18 Jay Belanger <belanger@truman.edu>
4478
4479 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
4480 in linear factors are in proper order.
4481
4482 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
4483
4484 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4485 Support for jurabib.
4486
4487 * textmodes/reftex.el (featurep): Define aliases for overlay
4488 commands, for XEmacs compatibility, and use these aliases in
4489 overlay initializations.
4490 (reftex-highlight): Use `reftex-move-overlay'.
4491 (reftex-unhighlight): Use `reftex-delete-overlay'.
4492 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
4493 (reftex-access-search-path): Use `reftex-uniquify' instead of
4494 `reftex-uniq'
4495
4496 * textmodes/reftex-sel.el (reftex-select-unmark):
4497 Overlay `before-string' property modification enables for Emacs as well.
4498 (reftex-select-item): Use `reftex-delete-overlay'.
4499 (reftex-select-mark): Use `reftex-make-overlay' and
4500 `reftex-overlay-put'.
4501 (reftex-select-unmark): Use `reftex-delete-overlay' and
4502 `reftex-overlay-put'.
4503
4504 2005-05-18 Lute Kamstra <lute@gnu.org>
4505
4506 * emacs-lisp/lisp.el (check-parens): Fix docstring.
4507
4508 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
4509
4510 * add-log.el (add-change-log-entry):
4511 * array.el (array-make-template, array-reconfigure-rows)
4512 (array-init-max-row, array-init-max-column)
4513 (array-init-columns-per-line, array-init-field-width):
4514 * replace.el (replace-match-maybe-edit, perform-replace):
4515 * textmodes/spell.el (spell-region):
4516 Replace `read-input' by `read-string'.
4517
4518 * forms.el (forms-mode):
4519 * finder.el (finder-compile-keywords):
4520 * shadowfile.el (shadow-read-files):
4521 Replace `eval-current-buffer' by `eval-buffer'.
4522
4523 * terminal.el (te-pass-through):
4524 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
4525 (ange-ftp-raw-send-cmd):
4526 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
4527 (send-process-next-char, telnet-initial-filter, telnet):
4528 Replace `send-string' by `process-send-string'.
4529
4530 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
4531 (prolog-consult-region): Replace `send-string' by
4532 `process-send-string'; replace `send-region' by `process-send-region'.
4533
4534 * progmodes/delphi.el (delphi-log-msg):
4535 Replace `set-window-dot' by `set-window-point'.
4536
4537 * subr.el (window-dot, set-window-dot, read-input, send-string)
4538 (send-region, show-buffer, eval-current-buffer):
4539 Make really obsolete, as the comment says.
4540
4541 2005-05-17 Kim F. Storm <storm@cua.dk>
4542
4543 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
4544 (cua--init-keymaps): Bind C-return instead of S-return to set
4545 rectangle mark.
4546
4547 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
4548 instead of S-return to toggle/clear rectangle mark.
4549
4550 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
4551
4552 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
4553 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
4554 Also fontify plain strings assigned to variables, mostly so that a
4555 colon has a face and is thus not taken as a dependency separator.
4556 (makefile-previous-dependency): Inline the new matcher, because it
4557 is too complex to work in both directions.
4558 (makefile-match-dependency): Eliminate `backward' arg (see above).
4559 Completely reimplemented so as to not sometimes go into an endless
4560 loop. It should also be more efficient, because first it only
4561 searches for `:', instead of applying the very complex regexp.
4562 (makefile-mode): Cancel `font-lock-support-mode', because blocks
4563 to be fontified in one piece can be too long for JIT.
4564 Makefiles are never *that* big.
4565
4566 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
4567
4568 * dired.el (dired-mode): Simplify.
4569
4570 2005-05-17 Lute Kamstra <lute@gnu.org>
4571
4572 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
4573 defcustom for the mode hook variable.
4574
4575 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
4576 Emacs Lisp Reference Manual.
4577
4578 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
4579
4580 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
4581 (evenp, list*):
4582 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
4583 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
4584
4585 * net/tramp-smb.el (tramp-smb-open-connection):
4586 Pass `tramp-chunksize' as fifth (required) argument.
4587
4588 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
4589
4590 * font-lock.el (lisp-font-lock-keywords-1):
4591 Set `font-lock-negation-char-face' for [^...] char group.
4592 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
4593
4594 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
4595 a var, and refine it to mask one more level of nested vars.
4596 (makefile-rule-action-regex): Turn it into a var, and refine it so
4597 it recognizes backslashed continuation lines as belonging to the
4598 same command.
4599 (makefile-macroassign-regex): Refine it so it recognizes
4600 backslashed continuation lines as belonging to the same command.
4601 (makefile-var-use-regex): Don't look at the next char, because it
4602 might be the same one to be skipped by the initial [^$], leading
4603 to an overlooked variable use.
4604 (makefile-make-font-lock-keywords): Remove two parameters, which
4605 are now variables that some of the modes set locally.
4606 Handle dependency and rule action matching through functions, because
4607 regexps alone match too often. Dependency matching now comes
4608 last, so it can check, whether a colon already matched something else.
4609 (makefile-mode): Inform that font-lock improves makefile parsing
4610 capabilities.
4611 (makefile-match-dependency, makefile-match-action): New functions.
4612
4613 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
4614
4615 * emacs-lisp/cl-extra.el (equalp): Doc fix.
4616
4617 * align.el (align-regexp):
4618 * ansi-color.el (ansi-color-get-face):
4619 * array.el (array-reconfigure-rows, array-init-max-row)
4620 (array-init-max-column, array-init-columns-per-line)
4621 (array-init-field-width):
4622 * dired-aux.el (dired-trample-file-versions):
4623 * dired-x.el (dired-mark-sexp):
4624 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
4625 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
4626 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
4627 * faces.el (face-read-integer):
4628 * files.el (backup-extract-version, insert-directory):
4629 * hexl.el (hexl-insert-decimal-char):
4630 * server.el (server-process-filter):
4631 * shell.el (shell-extract-num):
4632 * startup.el (command-line-1):
4633 * term.el (term-command-hook):
4634 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
4635 (time-stamp-do-number):
4636 * time.el (display-time-update):
4637 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
4638 (timezone-fix-time):
4639 * vms-patch.el (vms-suspend-resume-hook):
4640 * calendar/appt.el (appt-convert-time):
4641 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4642 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4643 * calendar/cal-islam.el (mark-islamic-diary-entries):
4644 * calendar/calendar.el (calendar-cursor-to-date)
4645 (calendar-star-date):
4646 * calendar/diary-lib.el (diary-attrtype-convert)
4647 (mark-diary-entries, diary-entry-time):
4648 * calendar/solar.el (solar-get-number):
4649 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
4650 * emacs-lisp/re-builder.el (reb-display-subexp):
4651 * emulation/edt.el (edt-set-scroll-margins):
4652 * emulation/tpu-extras.el (tpu-set-scroll-margins):
4653 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
4654 (vip-get-ex-count):
4655 * emulation/viper-ex.el (viper-get-ex-token)
4656 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
4657 * international/fontset.el (fontset-plain-name):
4658 * mail/feedmail.el (feedmail-look-at-queue-directory):
4659 * mail/mailalias.el (mail-get-names):
4660 * mail/rmail.el (rmail-convert-to-babyl-format):
4661 * mail/rmailsum.el (rmail-make-basic-summary-line)
4662 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
4663 (rmail-summary-goto-msg):
4664 * mail/smtpmail.el (smtpmail-read-response):
4665 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
4666 (ange-ftp-vms-add-file-entry):
4667 * play/gametree.el (gametree-looking-at-ply)
4668 (gametree-current-branch-score):
4669 * progmodes/ada-xref.el (ada-prj-find-prj-file)
4670 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4671 * progmodes/cperl-mode.el (condition-case):
4672 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4673 (ebrowse-set-member-buffer-column-width)
4674 (ebrowse-select-1st-to-9nth):
4675 * progmodes/etags.el (etags-snarf-tag):
4676 * progmodes/flymake.el (flymake-parse-line):
4677 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4678 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4679 (idlwave-shell-menu-def):
4680 * progmodes/ps-mode.el (ps-run-goto-error):
4681 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4682 (vhdl-speedbar-contract-level):
4683 * term/mac-win.el (x-handle-numeric-switch):
4684 * term/sun-mouse.el (sun-get-frame-data):
4685 * term/w32-win.el (x-handle-numeric-switch):
4686 * term/x-win.el (x-handle-numeric-switch):
4687 * textmodes/ispell.el (ispell-parse-output):
4688 * textmodes/nroff-mode.el (nroff-outline-level):
4689 * textmodes/reftex-cite.el (reftex-bib-sort-year)
4690 (reftex-bib-sort-year-reverse, reftex-format-citation):
4691 * textmodes/reftex-parse.el (reftex-init-section-numbers)
4692 (reftex-section-number):
4693 * textmodes/texinfmt.el (texinfo-paragraphindent):
4694 Replace `string-to-int' by `string-to-number'.
4695
4696 * international/latexenc.el: Add page marker to force the "Local
4697 Variables:" string out of the last page.
4698
4699 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4700
4701 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4702 tooltip-change-major-mode.
4703 (gud-tooltip-print-command): Remove case where gud-minor-mode
4704 is gdb ("--fullname").
4705 (gud-tooltip-tips): Turn GUD tooltips off for this case and
4706 explain to user.
4707
4708 2005-05-16 Jay Belanger <belanger@truman.edu>
4709
4710 * calc/calc-store.el (calc-copy-special-constant): New function.
4711
4712 * calc/calc-ext.el (calc-init-extensions): Add binding for
4713 `calc-copy-special-constant'.
4714
4715 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4716 for the `calc-copy-special-constant' command.
4717
4718 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4719
4720 * subr.el (left-fringe-p): New function.
4721
4722 * progmodes/compile.el (compilation-setup): Set local value of
4723 overlay-arrow-string to "" always.
4724 (compilation-set-window): Left fringe then don't scroll.
4725 No left fringe then no arrow and scroll message to top.
4726 (compilation-context-lines): Adjust doc string accordingly.
4727
4728 2005-05-16 Kim F. Storm <storm@cua.dk>
4729
4730 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4731 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4732 (ido-wide-find-dir-or-delete-dir): New command for M-d.
4733 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
4734 (ido-read-file-name): Handle commands with ido property value
4735 equal to find-file as reading a file name, to allow C-d to enter dired.
4736 (ibuffer-find-file): Add ido property with value find-file.
4737
4738 2005-05-15 Kim F. Storm <storm@cua.dk>
4739
4740 * subr.el (open-network-stream-nowait): Remove.
4741 (open-network-stream-server): Remove.
4742
4743 2005-05-15 Richard M. Stallman <rms@gnu.org>
4744
4745 * faces.el (describe-face): Output a definition link button.
4746
4747 * help-mode.el (help-face-def): New button type.
4748
4749 * emacs-lisp/copyright.el (copyright-fix-years):
4750 Match properly if the first year is 2-digit.
4751 Don't mess up the whitespace after the years by filling.
4752
4753 * dired-aux.el (dired-mark-confirm):
4754 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4755
4756 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4757 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4758 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4759
4760 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4761 Set font-lock-comment-start-skip.
4762
4763 * font-lock.el (font-lock-comment-start-skip): New variable.
4764 (font-lock-comment-end-skip): New variable.
4765 (font-lock-fontify-syntactically-region): Use them if non-nil.
4766
4767 2005-05-15 Jay Belanger <belanger@truman.edu>
4768
4769 * calc/calc-store.el (calc-store-value): Return a string rather
4770 than display it as a message.
4771 Use calc-var-name for variable name.
4772 (calc-store-into): Add the result of calc-store-value to message.
4773 (calc-copy-variable): Add a message.
4774 (calc-store-exchange): Improve error messages.
4775 (calc-store-binary, calc-store-map): Don't reset the values of
4776 special constants.
4777
4778 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4779
4780 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4781 manual to docstring.
4782
4783 * files.el (hack-local-variables-confirm): Add STRING argument.
4784 Make the function handle non file visiting buffers correctly.
4785 (hack-local-variables-prop-line, hack-local-variables)
4786 (hack-one-local-variable): Use STRING arg of
4787 `hack-local-variables-confirm'.
4788
4789 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
4790
4791 Sync with Tramp 2.0.49.
4792
4793 * tramp.el (tramp-handle-dired-call-process)
4794 (tramp-handle-insert-directory):`insert-buffer' cannot be used
4795 because the contents of the Tramp buffer is changed before
4796 insertion (`expand-file' and alike).
4797 (tramp-handle-insert-directory): If `localname' has an empty
4798 nondirectory name, it must not be quoted.
4799 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
4800 variable `tramp-chunksize'. Change callees.
4801 (tramp-open-connection-setup-interactive-shell): Check remote host
4802 for buggy `send-process-string' implementation.
4803 Set `tramp-chunksize' if found. Reported by Michael Kifer
4804 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4805 (tramp-handle-shell-command): `insert-buffer' cannot be used
4806 because the contents of the Tramp buffer is changed before
4807 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
4808 <frederic.bothamy@free.fr>.
4809 (tramp-set-auto-save): Actions should be done for Tramp file name
4810 handler only. Ange-FTP has its own auto-save mechanism.
4811 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4812 (tramp-set-auto-save-file-modes): Set file modes of
4813 `buffer-auto-save-file-name' to ?\600 as fallback solution.
4814 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4815 (tramp-bug): Remove obsolete variable.
4816 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
4817 for presence of `mml-mode'. Make it running for older Emacsen as well.
4818
4819 2005-05-14 John Paul Wallington <jpw@pobox.com>
4820
4821 * ibuf-ext.el (define-ibuffer-filter filename):
4822 If `dired-directory' is a list, use its car.
4823
4824 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
4825
4826 * ibuffer.el (define-ibuffer-column filename):
4827 If `dired-directory' is a list, use its car.
4828
4829 2005-05-14 Richard M. Stallman <rms@gnu.org>
4830
4831 * subr.el (symbol-file): Doc fix.
4832
4833 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4834 (byte-compile-form): Call byte-compile-nogroup-warn.
4835 (byte-compile-warning-types): Doc fix.
4836
4837 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4838
4839 * progmodes/cc-engine.el (c-literal-faces):
4840 Add font-lock-comment-delimiter-face.
4841
4842 * net/net-utils.el (dig): Use with-no-warnings.
4843
4844 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4845 (sc-recite-frame-alist, sc-default-cite-frame)
4846 (sc-default-uncite-frame, sc-default-recite-frame)
4847 (sc-attrib-selection-list, sc-rewrite-header-list):
4848 Mark as risky-local-variable.
4849
4850 * international/ogonek.el (ogonek-jak, ogonek-how):
4851 Don't use beginning-of-buffer.
4852
4853 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4854
4855 * calendar/solar.el (solar-data-list): Move definition up.
4856
4857 * dnd.el (dnd-protocol-alist): Add autoload.
4858
4859 * progmodes/sh-script.el: Many doc usage fixes.
4860 (sh-indent-after-do): Change default to match common styles.
4861
4862 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
4863
4864 * files.el (interpreter-mode-alist)
4865 (auto-mode-interpreter-regexp): Doc fixes.
4866
4867 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
4868
4869 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4870
4871 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4872
4873 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4874
4875 * dired.el (dired-mode): make-variable-buffer-local =>
4876 make-local-variable.
4877
4878 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4879
4880 * term/mac-win.el (mac-select-convert-to-string): Try coding
4881 systems in mac-script-code-coding-systems if specified one cannot
4882 encode string for `com.apple.traditional-mac-plain-text'.
4883
4884 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
4885
4886 * progmodes/make-mode.el (makefile-targets-face)
4887 (makefile-shell-face, makefile-makepp-perl-face): New faces.
4888 (makefile-dependency-regex): Fix it to not make the colon in
4889 $(var:a=b) special.
4890 (makefile-rule-action-regex): New regexp for highlighting embedded
4891 Shell strings.
4892 (makefile-macroassign-regex): Handle != for highlighting as
4893 embedded Shell strings.
4894 (makefile-var-use-regex): New const.
4895 (makefile-statements, makefile-automake-statements)
4896 (makefile-gmake-statements, makefile-makepp-statements)
4897 (makefile-bsdmake-statements): New consts.
4898 (makefile-make-font-lock-keywords): New function.
4899 (makefile-automake-font-lock-keywords)
4900 (makefile-gmake-font-lock-keywords)
4901 (makefile-makepp-font-lock-keywords)
4902 (makefile-bsdmake-font-lock-keywords): New consts.
4903 (makefile-mode-map): Add switchers between the various submodes.
4904 (makefile-mode): Document the availability of the variants.
4905 (makefile-automake-mode, makefile-gmake-mode)
4906 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4907
4908 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4909 new variants of makefile-mode.
4910
4911 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * font-lock.el (font-lock-comment-delimiter-face): Fix up
4914 the inheritance.
4915
4916 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
4917
4918 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4919 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4920
4921 * files.el (normal-mode): Extend the scope of the
4922 `enable-local-variables' binding to include the `set-auto-mode' call.
4923 (magic-mode-alist): Doc fix.
4924
4925 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4928 font-lock-comment-face rather than copying its setting.
4929
4930 2005-05-12 Andreas Schwab <schwab@suse.de>
4931
4932 * eshell/esh-mode.el (eshell-send-input): Doc fix.
4933
4934 2005-05-12 Lute Kamstra <lute@gnu.org>
4935
4936 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4937 defcustom for the mode hook variable. Delete the last argument.
4938 * generic-x.el: Fix callers of define-generic-mode.
4939 (generic-x-modes): Delete group.
4940 (show-tabs-tab-face, show-tabs-space-face): Put them in the
4941 generic-x customization group.
4942
4943 2005-05-12 Kim F. Storm <storm@cua.dk>
4944
4945 * font-lock.el (font-lock-negation-char-face): Default to "off".
4946
4947 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4948 font-lock-negation-char-face to ! in !=.
4949
4950 2005-05-12 Masatake YAMATO <jet@gyve.org>
4951
4952 * add-log.el (find-change-log): Fix typos in the docstring
4953 of function.
4954
4955 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4956
4957 * international/latexenc.el (latexenc-find-file-coding-system):
4958 Avoid `re-search-forward' when looking for input encoding because
4959 of speed and safety. Better regular expressions for recognizing
4960 input encoding. Limit a search for TeX-master/tex-main-file to
4961 the local variable section.
4962
4963 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
4964
4965 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4966 syntax of $ to "'" (quote).
4967
4968 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4969
4970 * dnd.el (dnd-protocol-alist): Improve custom type.
4971
4972 * dired.el (dired-dnd-protocol-alist): New variable.
4973 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
4974 `dired-mode-hook' to the end.
4975
4976 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4977
4978 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4979 comment-end if comment-start-skip is not set.
4980 Obey the font-lock-comment-delimiter-face variables.
4981
4982 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4983
4984 * files.el (executable-find): Move from executable.el. Use locate-file.
4985 * progmodes/executable.el (executable-find): Move to files.el.
4986
4987 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4988 when trying to ensure forward progress.
4989
4990 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
4991
4992 * mouse-sel.el (mouse-sel-follow-link-p): New function.
4993 (mouse-select, mouse-select-internal, mouse-extend-internal):
4994 Use it to implement mouse-1-click-follows-link functionality.
4995
4996 2005-05-11 Richard M. Stallman <rms@gnu.org>
4997
4998 * font-lock.el (font-lock-fontify-syntactically-region):
4999 Use font-lock-comment-delimiter-face for comment delimiters.
5000
5001 2005-05-10 Jay Belanger <belanger@truman.edu>
5002
5003 * calc/calc-help.el (calc-m-prefix-help): Add mention of
5004 preserving embedded modes.
5005
5006 2005-05-10 Richard M. Stallman <rms@gnu.org>
5007
5008 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
5009
5010 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
5011 Move from ada-stmt.el.
5012 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
5013
5014 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
5015 Move to ada-mode.el.
5016 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
5017
5018 * cus-edit.el (custom-file): Call file-chase-links.
5019
5020 * files.el (read-directory-name): Fix previous change.
5021 (hack-local-variables-confirm): New function.
5022 (hack-local-variables-prop-line, hack-local-variables)
5023 (hack-one-local-variable): Use it.
5024
5025 2005-05-10 Lute Kamstra <lute@gnu.org>
5026
5027 * font-lock.el (font-lock-keywords-alist)
5028 (font-lock-removed-keywords-alist): Clarify docstrings.
5029
5030 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
5031
5032 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
5033 (gdb-source-info): Check for preprocessor info.
5034 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
5035 a macro for a function.
5036 (gdb-info-breakpoints-custom): Try to find file again if not already
5037 found (user might have used GDB dir command).
5038 (gdb-get-location): Update gdb-location-alist correctly for change
5039 to gdb-info-breakpoints-custom.
5040
5041 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
5042 (gud-tooltip-print-command): Add gdbmi case.
5043 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
5044 preprocessor info.
5045
5046 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
5047
5048 * startup.el (fancy-splash-insert): Fix typo in doc string.
5049
5050 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
5051
5052 * obsolete/float.el (string-to-float):
5053 * obsolete/hilit19.el (hilit-add-pattern):
5054 * obsolete/rnews.el (news-parse-range, news-select-message)
5055 (news-get-pruned-list-of-files): Replace `string-to-int' by
5056 `string-to-number'.
5057
5058 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
5059 `find-file-not-found-hooks'; use `add-hook'.
5060 (uncompress-while-visiting): Set `write-file-functions', not
5061 `write-file-hooks'; use `add-hook'.
5062
5063 2005-05-09 Kim F. Storm <storm@cua.dk>
5064
5065 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
5066 (cua-paste): Handle clipboard action.
5067 (cua--init-keymaps): Remap clipboard-kill-region and
5068 clipboard-kill-ring-save.
5069
5070 2005-05-08 Eli Zaretskii <eliz@gnu.org>
5071
5072 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5073 Improve commentary.
5074
5075 * simple.el (next-error-overlay-arrow-position): Revert the change
5076 made on 2005-04-30.
5077
5078 2005-05-07 Jay Belanger <belanger@truman.edu>
5079
5080 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
5081 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
5082 `calc-sel-reselect'.
5083
5084 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
5085 Calc is in embedded mode.
5086
5087 2005-05-07 Eli Zaretskii <eliz@gnu.org>
5088
5089 * progmodes/compile.el (compilation-setup):
5090 Set overlay-arrow-string to an empty string on text terminals.
5091
5092 * textmodes/ispell.el (ispell-program-name): Try looking for
5093 "aspell" along exec-path, and if found, use it as the default
5094 speller program.
5095
5096 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
5097
5098 * international/mule.el (sgml-xml-auto-coding-function):
5099 Recognize encoding='FOO' in single quotes as well as in double quotes.
5100
5101 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5102
5103 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
5104 as well as `interactive', so that defmacro* would recognize
5105 `declare' forms.
5106
5107 2005-05-07 Eli Zaretskii <eliz@gnu.org>
5108
5109 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5110 Explain more about the LIGHTER arg's usage in the doc string.
5111 Add commentary to clarify what the code does. Fix the regexp that
5112 strips whitespace from LIGHTER. Quote LIGHTER before using it,
5113 since it could have characters special to regular expressions.
5114
5115 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5116
5117 * replace.el (occur-1): Bind inhibit-read-only so that
5118 erase-buffer doesn't barf on read-only text properties (likewise
5119 for add-text-properties in occur-engine). Mark buffer as unmodified.
5120 (occur-engine): Don't set buffer-read-only here.
5121
5122 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5123
5124 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
5125 list-buffers-directory. This caused the *cvs-commit* buffer to be
5126 sometimes mistakenly reused as a *cvs* buffer.
5127
5128 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
5129
5130 * tooltip.el: Move code for GUD tooltips into gud.el.
5131 (require): CL no longer needed to compile case.
5132 (tooltip-mode): Do not toggle functions for GUD tooltips.
5133 (tooltip-gud-tips-p): Remove. Replace with minor mode
5134 gud-tooltip-mode in gud.el.
5135 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
5136 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
5137 tooltip-gud prefix with gud-tooltip and obsolete.
5138 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
5139 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
5140 (tooltip-mouse-motion): Mouse movement functions/variable.
5141 Rename in gud.el by adding gud prefix.
5142 (tooltip-gud-original-filter, tooltip-gud-dereference)
5143 (tooltip-gud-event, tooltip-toggle-gud-tips)
5144 (tooltip-gud-process-output, tooltip-gud-print-command)
5145 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
5146 gud.el by replacing tooltip-gud prefix with gud-tooltip.
5147 (gdb-tooltip-print): Move to gdb-ui.el.
5148
5149 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
5150 (require): CL needed to compile case.
5151 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
5152 tooltip-gud-tips-p. Make it a minor-mode.
5153 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
5154 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
5155 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
5156 (gud-tooltip-change-major-mode)
5157 (gud-tooltip-activate-mouse-motions-if-enabled)
5158 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
5159 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
5160 (gud-tooltip-original-filter, gud-tooltip-dereference)
5161 (gud-tooltip-event, tooltip-toggle-gud-tips)
5162 (gud-tooltip-process-output, gud-tooltip-print-command)
5163 (gud-tooltip-tips): Move from tooltip.el.
5164
5165 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
5166 (gdb-cpp-define-alist-flags): Doc fix.
5167 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
5168 gud-tooltip-mode is t.
5169
5170 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
5173 evaporate if their text is deleted.
5174 (goto-address-at-point): Make it work as a mouse binding as well.
5175 (goto-address-at-mouse): Obsolete it. Update users.
5176
5177 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
5178
5179 * calendar/appt.el (top-level): No longer activate on load.
5180
5181 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
5182
5183 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5184 * net/webjump.el (webjump):
5185 * progmodes/idlw-help.el (idlwave-do-context-help1)
5186 (idlwave-highlight-linked-completions):
5187 * textmodes/po.el (po-find-file-coding-system-guts):
5188 Replace `assoc-ignore-case' by `assoc-string'.
5189
5190 2005-05-06 Eli Zaretskii <eliz@gnu.org>
5191
5192 * files.el (locate-file): Doc fix.
5193
5194 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
5195 Remove the redundant test for ms-dos.
5196
5197 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
5198 look for the preprocessor with exec-suffixes. If not found in
5199 standard places, look in exec-path. Remove most of the tests that
5200 used system-type.
5201
5202 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
5203
5204 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
5205
5206 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
5207 file-name clash with jka-compr.el on 8+3 filesystems.
5208
5209 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5210
5211 * term/mac-win.el: Don't define or bind scroll bar functions if
5212 x-toolkit-scroll-bars is t.
5213 (x-select-text, x-get-selection-value):
5214 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
5215 (PRIMARY): Put mac-scrap-name property.
5216 (mac-select-convert-to-file-url): New function.
5217 (public.file-url): New selection target type. Add to
5218 selection-converter-alist.
5219 (x-get-selection, x-selection-value): Handle it.
5220 (x-cut-buffer-or-selection-value): New alias.
5221
5222 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5223
5224 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
5225 entry to avoid calling bibtex-find-entry with arg global
5226 being t. Remove arg key.
5227 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
5228 (bibtex-copy-summary-as-kill): Change accordingly.
5229
5230 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5231
5232 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
5233 (org-agenda-date-later): Use with-current-buffer.
5234
5235 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5236
5237 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
5238 (define-obsolete-variable-alias): Doc Fixes.
5239
5240 2005-05-06 Kim F. Storm <storm@cua.dk>
5241
5242 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
5243 vertical-motion when selective-display is active.
5244
5245 * ido.el (ido-setup-hook): New hook.
5246 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
5247 (ido-input-stack): New var.
5248 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
5249 ido-next-work-file binding to M-O.
5250 Bind M-f to ido-wide-find-file-or-pop-dir.
5251 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
5252 (ido-read-internal): Run ido-setup-hook.
5253 Catch quit in read-file-name and read-string to cancel edit.
5254 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
5255 Automatically pop-all when completing a directory name (RET).
5256 (ido-file-internal): Add with-no-warnings around ffap and dired code.
5257 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
5258 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
5259 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
5260 New functions for M-b/M-f to move among the directory components.
5261 (ido-make-merged-file-list): Catch quit to cancel merge.
5262 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
5263 (ido-completion-help): No warnings for ido-completion-buffer-full.
5264
5265 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
5266
5267 * font-lock.el (font-lock-negation-char-face): New face and variable.
5268 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
5269 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
5270 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
5271 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
5272
5273 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
5274
5275 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
5276 Fix typo in docstring.
5277
5278 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
5279 (ebrowse-print-statistics-line)
5280 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
5281
5282 * term/w32-win.el (image-library-alist): Add additional name for
5283 Xpm library.
5284
5285 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
5286
5287 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
5288 use gcc instead of cpp.
5289
5290 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
5291 (gdb-create-define-alist): Use it.
5292 (gdb-cpp-define-alist-program): Update for MS-DOS.
5293
5294 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
5295
5296 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
5297
5298 2005-05-04 Richard M. Stallman <rms@gnu.org>
5299
5300 * help.el (describe-key): No error when UNTRANSLATED is nil.
5301
5302 * simple.el (line-move-1): Fix previous change to signal errors
5303 appropriately.
5304
5305 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
5306
5307 * calendar/icalendar.el (icalendar-version): Now at 0.12.
5308 (icalendar-duration-correction): Remove.
5309 (icalendar--get-event-properties): Split result at commas.
5310 (icalendar--decode-isoduration): New optional argument
5311 DURATION-CORRECTION.
5312 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
5313 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
5314 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
5315 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
5316 (icalendar--convert-anniversary-to-ical): New functions, extracted
5317 from icalendar-export-region, with bug fixes.
5318 (icalendar-export-region): Use the above functions.
5319 (icalendar-import-buffer): Check before saving diary file.
5320 (icalendar--convert-recurring-to-diary)
5321 (icalendar--convert-non-recurring-all-day-to-diary)
5322 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
5323 extracted from icalendar--convert-ical-to-diary, with bug fixes.
5324 (icalendar--convert-ical-to-diary): Use the above functions.
5325
5326 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
5327
5328 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
5329 Remove these recent additions.
5330 (c-mode): Restore to before 2005-04-28.
5331
5332 * progmodes/cc-vars.el (cc-define-list-program): Remove this
5333 recent addition.
5334
5335 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
5336 (gdb-define-alist): New variables.
5337 (gdb-create-define-alist): New function.
5338 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
5339 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
5340 with string-to-number.
5341 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
5342
5343 * progmodes/gud.el: Replace string-to-int with string-to-number.
5344 (gud-find-file): Handle gdb-define-alist.
5345
5346 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
5347
5348 2005-05-02 Jay Belanger <belanger@truman.edu>
5349
5350 * calc/calc-aent.el (math-read-token):
5351 * calc/calc-bin.el (calc-word-size):
5352 * calc/calc-ext.el (calc-read-number-fancy):
5353 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
5354 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
5355 * calc/calc-frac.el (calc-over-notation):
5356 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
5357 (calc-graph-num-points, calc-graph-init):
5358 * calc/calc-prog.el (calc-read-parse-table-part)
5359 (calc-edit-macro-repeats):
5360 * calc/calc-yank.el (calc-do-grab-rectangle):
5361 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
5362 Replace `string-to-int' by `string-to-number'.
5363
5364 2005-05-02 Kim F. Storm <storm@cua.dk>
5365
5366 * kmacro.el: Use executing-kbd-macro-index variable.
5367
5368 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
5369
5370 * net/rlogin.el (rlogin-parse-words): Delete func.
5371 (rlogin): Use split-string, not rlogin-parse-words.
5372 Also, if there are option-like elements in the parsed args,
5373 take the host to be the first arg immediately following them.
5374 Suggested by Michael Mauger.
5375
5376 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5377
5378 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
5379
5380 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5381
5382 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
5383 (cc-mode-cpp-program): Rename to cc-define-list-program and
5384 move to cc-vars.el.
5385
5386 * progmodes/cc-vars.el (cc-define-list-program):
5387 Change to "gcc -E -dM -". Make customizable.
5388
5389 2005-05-02 Kim F. Storm <storm@cua.dk>
5390
5391 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
5392
5393 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5394
5395 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
5396
5397 * international/mule-util.el (truncate-string): Remove alias and
5398 obsolete declaration.
5399
5400 * international/mule-cmds.el (update-iso-coding-systems):
5401 Remove alias and obsolete declaration.
5402
5403 * international/mule.el (coding-system-parent): Remove alias and
5404 obsolete declaration.
5405
5406 * subr.el (define-function, sref): Remove aliases and obsolete
5407 declarations.
5408 (chars-in-region): Remove obsolete declaration.
5409
5410 2005-05-01 Richard M. Stallman <rms@gnu.org>
5411
5412 * info.el (Info-mode): Set widen-automatically to nil, locally.
5413
5414 * simple.el (widen-automatically): New variable.
5415 (pop-global-mark): Obey widen-automatically.
5416
5417 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5418
5419 * term/xterm.el (function-key-map): Call substitute-key-definition
5420 before the keymap size is increased by a lot of define-key calls.
5421
5422 2005-05-01 Richard M. Stallman <rms@gnu.org>
5423
5424 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
5425 Rename ARG to ELEMENT. Doc fix.
5426
5427 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5428
5429 * allout.el (allout-exposure): Remove macro and obsolete declaration.
5430 Remove references to allout-exposure/change to allout-new-exposure.
5431
5432 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
5433 bytecode symbols.
5434
5435 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
5436 (compiled-function-p, focus-frame, unfocus-frame):
5437 Remove aliases and obsolete declarations.
5438 Back out inadvertent changes from previous commit.
5439
5440 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5441
5442 * files.el (require-final-newline): Make Custom tags consistent
5443 with mode-require-final-newline.
5444 (mode-require-final-newline): Doc fix.
5445
5446 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5447
5448 * international/latexenc.el (latexenc-find-file-coding-system):
5449 Fix regular expressions.
5450
5451 2005-05-01 David Kastrup <dak@gnu.org>
5452
5453 * international/latexenc.el (latexenc-find-file-coding-system):
5454 Fix regular expressions.
5455
5456 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5457
5458 * subr.el (string-to-int): Make obsolete.
5459
5460 2005-04-30 Richard M. Stallman <rms@gnu.org>
5461
5462 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
5463
5464 * loadup.el: load jka-comp-hook.
5465
5466 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
5467 (jka-compr-handler): Add autoload. `put' calls moved
5468 to jka-comp-hook.el.
5469 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
5470 (jka-compr-inhibit): Autoload.
5471
5472 * jka-comp-hook.el: New file.
5473 Enable the mode by default.
5474
5475 * files.el (backup-buffer-copy): Use copy-file instead
5476 of write-region, and put back the 'excl.
5477
5478 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
5479
5480 * progmodes/flymake.el (flymake-split-string)
5481 (flymake-split-string, flymake-log, flymake-pid-to-names)
5482 (flymake-reg-names, flymake-get-source-buffer-name)
5483 (flymake-unreg-names, flymake-add-line-err-info)
5484 (flymake-add-err-info): Clarify docstrings.
5485 (flymake-popup-menu, flymake-make-emacs-menu)
5486 (flymake-make-xemacs-menu): Add docstrings.
5487 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
5488 Set variables directly throughout.
5489
5490 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
5491
5492 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
5493 exists. Initialize cc-define-alist.
5494 (c-mode): Add cc-create-define-alist locally to after-save-hook.
5495 If there is no file (Macroexpansion) don't create an alist.
5496
5497 2005-04-29 Sam Steingold <sds@gnu.org>
5498
5499 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
5500 (cc-create-define-alist): Use it instead of the hard-coded string.
5501
5502 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * international/mule-conf.el (file-coding-system-alist): Fix regexp
5505 for latexenc.
5506
5507 2005-04-29 Lute Kamstra <lute@gnu.org>
5508
5509 * emacs-lisp/generic.el: Improve commentary section.
5510 (define-generic-mode): Improve docstring.
5511
5512 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
5513
5514 * textmodes/org.el (many places): Change to quiet the byte compiler.
5515 (org-prefix-format-compiled): New variable.
5516 (org-compile-prefix-format): New function.
5517 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
5518 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
5519 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
5520 (org-get-entries-from-diary): Use `org-get-time-of-day' for
5521 consistency with entries from `org-mode' files.
5522 (org-get-time-of-day): Fix bug with partial matches early in a line.
5523 (org-non-link-chars): New constant.
5524 (org-link-regexp): Respect `org-non-link-chars'.
5525 (org-agenda-day-view): Remove command.
5526 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
5527 (org-follow-bbdb-link, org-store-link): Search also company field.
5528 (org-highlight-overlay): New variable.
5529 (org-highlight, org-unhighlight): New functions.
5530 (org-agenda-mode): Add pre-command-hook to remove highlight.
5531 (org-evaluate-time-range): Behavior depends upon whether time stamp
5532 contains a time or not.
5533 (org-show-subtree, org-show-entry): New functions.
5534 (org-agenda-cleanup-fancy-diary): Remove empty lines.
5535
5536 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
5537
5538 * comint.el (comint-output-filter-functions): Add autoload cookie.
5539
5540 2005-04-28 Kim F. Storm <storm@cua.dk>
5541
5542 * ido.el (ido-everywhere): Fix last change.
5543
5544 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5545
5546 * international/latexenc.el: New file.
5547 * international/mule-conf.el (file-coding-system-alist): For .tex,
5548 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
5549
5550 2005-04-28 Lute Kamstra <lute@gnu.org>
5551
5552 * font-lock.el (font-lock-add-keywords)
5553 (font-lock-remove-keywords): Clarify docstring.
5554 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
5555 Don't start docstrings with a `*'.
5556 (font-lock-update-removed-keyword-alist): Give it a docstring.
5557
5558 * generic-x.el: Update commentary section.
5559 Only require font-lock when compiling.
5560 Define all modes conditionally.
5561 Place all generic modes in the generic-x-modes customization group.
5562 (generic-x-modes): New customization group.
5563 (generic-default-modes, generic-mswindows-modes)
5564 (generic-unix-modes, generic-other-modes): New constants.
5565 (generic-define-mswindows-modes, generic-define-unix-modes):
5566 Update docstrings. Make them obsolete.
5567 (generic-extras-enable-list): New default value. Update docstring.
5568 Improve :type. Change :set function.
5569 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
5570 Fix docstring.
5571
5572 * emacs-lisp/generic.el (generic-mode-internal):
5573 Simplify font-lock-defaults.
5574 (define-generic-mode): Fix docstring.
5575
5576 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
5579 font-lock-face property to highlight matches.
5580
5581 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
5582
5583 * progmodes/cc-mode.el (cc-create-define-alist): New function.
5584 (cc-define-alist): New variable.
5585 (c-mode): Make it local and initialize it.
5586
5587 * progmodes/gdb-ui.el (gdb-active-process): New variable.
5588 (gdb-exited): New function.
5589 (gdb-annotation-rules): Use it.
5590 (gdb-starting): Set gdb-active-process to t.
5591 (gdb-stopping): Amend doc string.
5592 (gdb-reset): Set gdb-active-process to nil.
5593
5594 * tooltip.el (tooltip-gud-tips): Show the associated #define
5595 directives when a C program under GDB is not executing.
5596
5597 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5598
5599 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
5600 font-lock-fontify-syntactic-keywords.
5601
5602 * font-lock.el (font-lock-default-fontify-region): Don't force
5603 parse-sexp-lookup-properties to nil.
5604
5605 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5606
5607 * man.el (man-mode-syntax-table): Set up `:' to have
5608 word-constituent syntax.
5609
5610 2005-04-27 Lute Kamstra <lute@gnu.org>
5611
5612 * novice.el (disable-command): Don't add spurious newlines to the
5613 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
5614
5615 2005-04-26 Jay Belanger <belanger@truman.edu>
5616
5617 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
5618 than one window before deleting window.
5619
5620 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
5621
5622 * shell.el (shell-prompt-pattern): Doc fix.
5623 (shell-mode): Set paragraph-separate buffer locally to "\\'".
5624
5625 * comint.el (comint-prompt-regexp, comint-get-old-input)
5626 (comint-use-prompt-regexp)
5627 (comint-use-prompt-regexp-instead-of-fields)
5628 (comint-replace-by-expanded-history, comint-send-input)
5629 (comint-output-filter, comint-get-old-input-default)
5630 (comint-line-beginning-position, comint-bol, comint-show-output)
5631 (comint-backward-matching-input, comint-forward-matching-input)
5632 (comint-next-prompt, comint-previous-prompt):
5633 Rename `comint-use-prompt-regexp-instead-of-fields' to
5634 `comint-use-prompt-regexp'. Keep old name as alias and declare
5635 obsolete.
5636 (comint-use-prompt-regexp): Shorten first line of doc string.
5637
5638 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
5639 Set paragraph-separate buffer locally to "\\'".
5640
5641 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
5642 Adapt to above name change.
5643
5644 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5645 (smbclient-prompt-regexp): Ditto.
5646
5647 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
5648
5649 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
5650
5651 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
5652 gdb-location-list.
5653 Break lines that are over 80 characters wide.
5654
5655 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5656
5657 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
5658 New fun and var, to preserve compatibility.
5659
5660 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
5661
5662 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
5663
5664 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
5665 name to file-newer-than-file-p.
5666
5667 2005-04-26 Richard M. Stallman <rms@gnu.org>
5668
5669 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5670
5671 * progmodes/python.el (python-mode):
5672 Use new name eldoc-documentation-function.
5673
5674 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5675
5676 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5677 (eldoc-documentation-function):
5678 Rename from eldoc-print-current-symbol-info-function. Calls changed.
5679
5680 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
5681
5682 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5683
5684 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5685
5686 * term/xterm.el (function-key-map): Fix strings for
5687 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
5688 {C,S,A,C-S}-{f1-f12}.
5689
5690 2005-04-26 Kenichi Handa <handa@m17n.org>
5691
5692 * international/mule-cmds.el (select-safe-coding-system):
5693 Fix previous change.
5694
5695 2005-04-26 Lute Kamstra <lute@gnu.org>
5696
5697 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5698
5699 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5700 (font-lock-comment-delimiter-face): Ditto.
5701
5702 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5703
5704 2005-04-25 Jay Belanger <belanger@truman.edu>
5705
5706 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5707 to t while inserting information; use help-mode.
5708
5709 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5710
5711 * term.el (ansi-term-color-vector): Use the xterm colors.
5712 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
5713
5714 2005-04-25 Lute Kamstra <lute@gnu.org>
5715
5716 * font-core.el (font-lock-defaults): Fix docstring.
5717
5718 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5719
5720 2005-04-25 Kenichi Handa <handa@m17n.org>
5721
5722 * international/mule-cmds.el (select-safe-coding-system):
5723 Don't check consistency with coding: spec, etc if raw-text or
5724 no-conversion was found to be safe.
5725
5726 2005-04-24 Richard M. Stallman <rms@gnu.org>
5727
5728 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5729 citation markers at start of each line.
5730
5731 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5732 citation markers at start of each line.
5733
5734 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5735
5736 * files.el (mode-require-final-newline): Fix previous change.
5737 (require-final-newline): Fix type label.
5738
5739 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5740
5741 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5742 statement in buffer (broken by 2004-11-24 change).
5743
5744 2005-04-24 Kim F. Storm <storm@cua.dk>
5745
5746 * ido.el (ido-everywhere): Save and restore old read-buffer-function
5747 and read-file-name-function values. Don't overwrite existing
5748 non-nil values if ido-mode is enabled without ido-everywhere.
5749
5750 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
5751
5752 * files.el (mode-require-final-newline): Minor doc fix.
5753
5754 2005-04-24 Eli Zaretskii <eliz@gnu.org>
5755
5756 * subr.el (syntax-after): Doc fix.
5757 (syntax-class): If argument is nil, return nil. Mask off upper 16
5758 bits, not 8 bits.
5759
5760 * files.el (mode-require-final-newline): Doc fix.
5761 (backup-buffer-copy): Fix last change.
5762
5763 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5764
5765 * term/mac-win.el: Require select. Set selection-coding-system to
5766 mac-system-coding-system. Call menu-bar-enable-clipboard.
5767 (x-last-selected-text-clipboard, x-last-selected-text-primary)
5768 (x-select-enable-clipboard): New variables.
5769 (x-select-text, x-get-selection, x-selection-value)
5770 (x-get-selection-value, mac-select-convert-to-string)
5771 (mac-services-open-file, mac-services-open-selection)
5772 (mac-services-insert-text): New functions.
5773 (CLIPBOARD, FIND): Put mac-scrap-name property.
5774 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5775 (public.tiff): Put mac-ostype property.
5776 (selection-converter-alist): Add entries for them.
5777 (mac-application-menu-map): New keymap.
5778 (interprogram-cut-function, interprogram-paste-function): Set to
5779 x-select-text and x-get-selection-value, respectively.
5780 (split-window-keep-point): Set to t.
5781
5782 2005-04-23 Richard M. Stallman <rms@gnu.org>
5783
5784 * files.el (read-directory-name): Always pass non-nil
5785 DEFAULT-FILENAME arg to read-file-name.
5786 (backup-buffer-copy, basic-save-buffer-2): Take care against
5787 writing thru an unexpected existing symlink.
5788 (revert-buffer): In indirect buffer, revert the base buffer.
5789 (magic-mode-alist): Doc fix.
5790 (buffer-stale-function): Doc fix.
5791 (minibuffer-with-setup-hook): Avoid warning.
5792 (mode-require-final-newline): Doc and custom fix.
5793
5794 * follow.el (follow-end-of-buffer): Use with-no-warnings.
5795
5796 * font-lock.el (font-lock-comment-face): On terminals with few colors,
5797 use the default appearance.
5798 (font-lock-comment-delimiter-face): New face, new variable.
5799
5800 * imenu.el (imenu--generic-function): The official position of a
5801 definition is the start of the line that BEG is in.
5802
5803 * midnight.el (midnight-timer): Move defvar up.
5804
5805 * mouse.el (mouse-drag-region-1): Delete some debugging code.
5806
5807 * saveplace.el (save-place-to-alist): Use with-no-warnings.
5808
5809 * startup.el (command-line): Use with-no-warnings.
5810
5811 * window.el (window-size-fixed): New defvar.
5812
5813 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5814
5815 * mail/rmail.el (rmail-font-lock-keywords):
5816 Use font-lock-comment-delimiter-face.
5817
5818 * mail/sendmail.el (mail-font-lock-keywords):
5819 Use font-lock-comment-delimiter-face.
5820
5821 * progmodes/compile.el (next-error-highlight-timer): New defvar.
5822
5823 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
5824
5825 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5826 Specify t for LAXMATCH when matching directories.
5827 Save match data around compilation-compat-error-properties form.
5828
5829 2005-04-23 David Kastrup <dak@gnu.org>
5830
5831 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5832 Mention that the autoloaded aliases should be kept for AUCTeX.
5833
5834 2005-04-23 Andreas Schwab <schwab@suse.de>
5835
5836 * isearch.el (isearch-forward): Doc fix.
5837
5838 2005-04-23 Eli Zaretskii <eliz@gnu.org>
5839
5840 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5841 (jit-lock-stealth-nice): Change default value to 0.5.
5842
5843 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
5844
5845 * abbrev.el (write-abbrev-file): Write table entries in
5846 alphabetical order by table name.
5847
5848 2005-04-22 Kim F. Storm <storm@cua.dk>
5849
5850 * ido.el (ido-read-internal): Fix `list' completion.
5851
5852 2005-04-22 Kenichi Handa <handa@m17n.org>
5853
5854 * recentf.el (recentf-save-file-coding-system): New variable.
5855 (recentf-save-list): Encode the file by
5856 recentf-save-file-coding-system and add coding: tag.
5857
5858 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5859
5860 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5861
5862 2005-04-21 Lute Kamstra <lute@gnu.org>
5863
5864 * loadhist.el (unload-feature): Don't remove a function from hooks
5865 if it is about to be restored to an autoload . Remove functions
5866 that will become unbound from auto-mode-alist. Simplify the code.
5867
5868 * subr.el (assq-delete-all): New implementation that is linear,
5869 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
5870 (rassq-delete-all): New function.
5871
5872 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5873 Add size-indication-mode.
5874
5875 2005-04-21 Kenichi Handa <handa@m17n.org>
5876
5877 * international/mule-cmds.el: Add autoload for widget-value in
5878 eval-when-compile.
5879
5880 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
5881
5882 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5883 Add tooltip-mode.
5884
5885 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5886
5887 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
5888
5889 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5890 (inferior-lisp-filter-regexp, inferior-lisp-program)
5891 (inferior-lisp-load-command, inferior-lisp-prompt)
5892 (inferior-lisp-mode-hook, lisp-source-modes)
5893 (inferior-lisp-load-hook): defvar->defcustom.
5894 (inferior-lisp-program, inferior-lisp-prompt)
5895 (inferior-lisp-load-hook): Doc fixes.
5896 (inferior-lisp-install-letter-bindings): Small change in
5897 introductory comment.
5898
5899 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5900
5901 * vc.el (vc-annotate-color-map): Change some colors so that text
5902 using them as foreground is readable on both white and black
5903 backgrounds.
5904
5905 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5906
5907 * international/mule-conf.el (translation-table-for-input):
5908 Remove redundant declaration.
5909
5910 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5911
5912 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5913
5914 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5915 (tooltip-toggle-gud-tips): New function.
5916
5917 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5918
5919 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5920 right angle brackets.
5921
5922 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5923
5924 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5925
5926 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5927
5928 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5929 Remove. Update callers to use expand-file-name instead.
5930
5931 * subr.el (syntax-class): New function.
5932
5933 * simple.el (blink-matching-open): Use it.
5934
5935 * paren.el (show-paren-function): Use it to recognize parens that are
5936 also used in 2-char comment markers.
5937
5938 2005-04-19 Lute Kamstra <lute@gnu.org>
5939
5940 * loadhist.el (unload-feature): Update for new format of
5941 load-history. Simplify the code.
5942
5943 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5944
5945 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5946 (mac-add-charset-info): New function. Initialize variable
5947 mac-charset-info-alist using it.
5948 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5949 for translation.
5950 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5951 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5952 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5953 New CCL programs.
5954
5955 2005-04-19 Kim F. Storm <storm@cua.dk>
5956
5957 * simple.el (next-buffer, prev-buffer, next-error)
5958 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5959 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5960
5961 * bindings.el (next-buffer, prev-buffer, next-error)
5962 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5963 (clone-indirect-buffer-other-window): Move bindings from simple.el.
5964 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5965 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5966
5967 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 * isearch.el (isearch-edit-string): Make the search-ring available for
5970 minibuffer history commands.
5971 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5972 the default history commands now work just as well.
5973 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5974
5975 2005-04-18 Kim F. Storm <storm@cua.dk>
5976
5977 * emulation/cua-base.el (cua--pre-command-handler): Add more
5978 elaborate check for shift modifier on non-window systems.
5979
5980 2005-04-18 Lars Hansen <larsh@math.ku.dk>
5981
5982 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5983
5984 2005-04-18 Kim F. Storm <storm@cua.dk>
5985
5986 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5987 and make it optional. Don't test tooltip-gud-echo-area here.
5988 (tooltip-gud-process-output, gdb-tooltip-print):
5989 Pass tooltip-gud-echo-area to tooltip-show.
5990 (tooltip-help-tips): Remove second optional arg to tooltip-show.
5991
5992 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5993
5994 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5995 `display-graphic-p' may not be bound yet.
5996
5997 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5998
5999 * startup.el (command-line): No longer enable Xterm Mouse mode by
6000 default in terminals compatible with xterm.
6001
6002 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
6003
6004 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
6005
6006 * tooltip.el (tooltip-gud-echo-area): Rename from
6007 tooltip-use-echo-area.
6008 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
6009 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
6010 area independently of where help tooltips are displayed.
6011
6012 2005-04-17 David Kastrup <dak@gnu.org>
6013
6014 * cus-theme.el (custom-theme-write-variables): Quote variables
6015 where necessary.
6016
6017 2005-04-17 Richard M. Stallman <rms@gnu.org>
6018
6019 * simple.el (yank-excluded-properties): Add follow-link to value.
6020
6021 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
6022
6023 * startup.el (fancy-splash-max-time): Just 30 seconds.
6024 (fancy-splash-delay): Just 7.
6025 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
6026
6027 * loadhist.el (unload-feature): Update for new format of load-history.
6028 Simplify the code.
6029
6030 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
6031 (rmail-font-lock-keywords): Don't fontify the text of a citation.
6032
6033 * mail/sendmail.el (mail-font-lock-keywords):
6034 Don't fontify subject text.
6035 Don't fontify the text of a citation.
6036
6037 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
6038
6039 * comint.el (comint-output-filter): Run comint-output-filter-functions
6040 with point where the user had it.
6041
6042 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6043
6044 * international/ucs-tables.el (ucs-set-table-for-input):
6045 Disable when using unify-on-decoding.
6046
6047 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
6048
6049 * emulation/cua-base.el (cua-global-mark-face): Add special case
6050 for displays supporting a high number of colors.
6051
6052 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
6053
6054 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
6055
6056 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
6057
6058 * filesets.el (filesets-add-buffer): If user supplies a name of a
6059 non-existing fileset, create a new fileset.
6060
6061 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
6062
6063 * textmodes/org.el (org-up-heading-all): Fix bug with
6064 `outline-up-heading-all'.
6065
6066 2005-04-16 Andreas Schwab <schwab@suse.de>
6067
6068 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
6069 /etc/permissions.d/* and /etc/aliases.d/*.
6070
6071 2005-04-16 Kenichi Handa <handa@m17n.org>
6072
6073 * international/code-pages.el (cp-make-coding-system):
6074 Set `translation-table-for-input' property value to the symbol
6075 ucs-mule-to-mule-unicode, not to that value.
6076 (pt154): Escape guillemet by `\'.
6077
6078 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
6079
6080 * loadup.el: Load tooltip if x-show-tip is fboundp.
6081
6082 * startup.el (command-line): Add comment.
6083
6084 * tooltip.el (tooltip-mode): Specify correct standard value for
6085 Custom in init-value.
6086
6087 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
6088
6089 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
6090 possible.
6091
6092 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
6093
6094 * textmodes/org.el (org-agenda-date-prompt): Rename from
6095 `org-agenda-date-today'.
6096 (org-evaluate-time-range): Insert at point instead of directly
6097 after time range.
6098 (org-first-headline-recenter, org-subtree-end-visible-p)
6099 (org-optimize-window-after-visibility-change): New functions
6100 (org-agenda-post-command-hook): Don't allow point at end of line,
6101 to make sure it always hits the text properties.
6102 (org-agenda-next-date-line, org-agenda-previous-date-line):
6103 New commands.
6104 (org-set-regexps-and-options): Category may contain white space.
6105 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6106 Improve marker positions.
6107 (org-agenda-new-marker): Argument POS made optional.
6108 (org-agenda-get-timestamps): Deadlines which are done are listed
6109 in org-done-face now.
6110 (org-agenda-get-todos, org-agenda-get-timestamps)
6111 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6112 Set `undone-face' and `done-face' properties.
6113 (org-last-todo-state-is-todo): New variable.
6114 (org-todo): Set `org-last-todo-state-is-todo'.
6115 (org-agenda-todo): Change face according to
6116 `org-last-todo-state-is-todo'. And change other lines referring to
6117 the same entry.
6118 (org-calendar-goto-agenda): New command.
6119 (org-calendar-to-agenda-key): New option.
6120 (org-startup-folded): New allowed value `content'.
6121 (org-set-regexps-and-options): Accept new value `content' for
6122 `org-startup-folded'.
6123 (org-get-current-options): Handle new value `content' for
6124 `org-startup-folded'.
6125 (org-insert-todo-heading): New command.
6126 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
6127 interactively in empty file and option
6128 `org-insert-mode-line-in-empty-file' has been set.
6129 (org-agenda-todo,org-agenda-priority): Modify to use
6130 `org-agenda-change-all-lines'.
6131 (org-warning-face): Change color on dark background
6132
6133 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6134
6135 * international/mule-cmds.el (set-locale-environment): On Mac OS,
6136 use preferences AppleLocale and AppleLanguages, and variable
6137 mac-system-locale for default locale. On Mac OS Classic, use
6138 mac-system-coding-system for default coding systems.
6139
6140 * term/mac-win.el: Don't set file-name-coding-system.
6141 Decode variables system-name, emacs-build-system, user-login-name, and
6142 user-full-name by mac-system-coding-system on Mac OS Classic.
6143 (mac-system-coding-system): New variable.
6144
6145 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
6146
6147 * startup.el (command-line): Handle `xterm-mouse-mode' before
6148 reading init file.
6149
6150 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
6151
6152 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6153
6154 * progmodes/sh-script.el (sh-here-document-word): Make it a
6155 defcustom. Doc fix.
6156 (sh-add): Bash uses $(( )) for arithmetic.
6157 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
6158 (sh-maybe-here-document): Remove quotes and leading whitespace
6159 from heredoc word when closing. Indent heredoc with tabs if word
6160 starts with "-".
6161
6162 2005-04-13 Richard M. Stallman <rms@gnu.org>
6163
6164 * simple.el (undo): Fix previous change.
6165
6166 * custom.el (defface): Doc fix.
6167
6168 2005-04-13 Lute Kamstra <lute@gnu.org>
6169
6170 * Makefile.in (DONTCOMPILE): Remove list.
6171 (compile, compile-always): Don't use DONTCOMPILE.
6172 (update-authors): Load the library in which batch-update-authors
6173 is defined.
6174 * makefile.w32-in (DONTCOMPILE): Remove list.
6175 (compile, compile-always): Fix comments.
6176 (update-authors): Load the library in which batch-update-authors
6177 is defined.
6178
6179 * generic-x.el (generic-mode-ini-file-find-file-hook):
6180 Rename to ini-generic-mode-find-file-hook.
6181 Keep generic-mode-ini-file-find-file-hook as an alias.
6182 (ini-generic-mode-find-file-hook): Rename from
6183 generic-mode-ini-file-find-file-hook. Fix docstring.
6184 (ini-generic-mode): Docstring change.
6185 (bat-generic-mode-run-as-comint): Silence the byte compiler.
6186
6187 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
6188 called from lisp.
6189
6190 * generic.el: Move to the emacs-lisp subdir.
6191
6192 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
6193
6194 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
6195 and C-S- function and cursor motion keys.
6196
6197 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6198
6199 * startup.el (command-line): Enable Xterm Mouse mode by default.
6200 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
6201 for Custom. No longer show "Mouse" in mode line when enabled.
6202 Doc fix.
6203
6204 2005-04-12 Kim F. Storm <storm@cua.dk>
6205
6206 * emulation/cua-base.el (cua-rectangle-face)
6207 (cua-rectangle-noselect-face): Define face attributes here.
6208
6209 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
6210
6211 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6212
6213 * startup.el (command-line): Turn off blinking cursor if
6214 cursorBlink in resources is off or false.
6215
6216 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6217
6218 * term/mac-win.el (dnd): Require dnd.
6219 (mac-drag-n-drop): Call dnd-handle-one-url.
6220 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
6221 (kTextEncodingISOLatin2): Remove constants.
6222 (mac-script-code-coding-systems): New constant.
6223 (mac-handle-language-change): New function.
6224 (special-event-map): Bind it to `language-change' event.
6225 (mac-centraleurroman, mac-cyrillic): New coding systems.
6226 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
6227 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
6228 and mac-cyrillic-encoder to encode-mac-centraleurroman and
6229 encode-mac-cyrillic, respectively.
6230
6231 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6232
6233 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
6234 Don't set overlay-arrow-string to "=>" as this is done
6235 globally in C now.
6236
6237 2005-04-12 Lute Kamstra <lute@gnu.org>
6238
6239 * generic-x.el (rc-generic-mode, rul-generic-mode):
6240 Fix auto-mode-alist entries.
6241 (etc-fstab-generic-mode): Tweak fontification.
6242
6243 * generic.el (generic-make-keywords-list): Fix docstring.
6244 (generic-mode-internal): Simplify generic-font-lock-keywords.
6245
6246 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6247
6248 * whitespace.el (whitespace-buffer-leading)
6249 (whitespace-buffer-trailing): Revert the incorrect test inversion.
6250 However, fix the highlight area for the leading and
6251 trailing whitespaces to show space.
6252
6253 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6254
6255 * whitespace.el (whitespace-version): Bump to 3.5
6256
6257 (whitespace-buffer-leading, whitespace-buffer-trailing):
6258 Invert sense of the test to highlight the whitespace.
6259
6260 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6261
6262 * progmodes/gud.el (gud-display-line): GUD uses its own
6263 overlay arrow now so don't set overlay-arrow-string.
6264 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
6265
6266 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
6267
6268 * term.el (term-ansi-current-bold, term-ansi-current-underline)
6269 (term-ansi-current-reverse, term-ansi-current-invisible)
6270 (term-ansi-face-already-done): Change to boolean.
6271 (term-reset-terminal, term-handle-colors-array): Handle the above
6272 vars accordingly.
6273 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
6274 (term-emulate-terminal): Use the new name.
6275
6276 * faces.el (secondary-selection): Use yellow1, not yellow.
6277 (trailing-whitespace): Use red1, not red.
6278
6279 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6280
6281 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
6282 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
6283 (dired-dnd-handle-file): Call dnd-get-local-file-uri
6284
6285 * cus-edit.el (dnd): New group.
6286
6287 * term/w32-win.el (dnd): Require dnd
6288 (w32-drag-n-drop): Call dnd-handle-one-url.
6289
6290 * x-dnd.el: Require dnd.
6291 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
6292 Call dnd-handle-one-url.
6293 (x-dnd-types-alist, x-dnd-insert-utf8-text)
6294 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
6295 to dnd-insert-text.
6296 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
6297 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
6298 (x-dnd-get-local-file-name, x-dnd-open-local-file)
6299 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
6300
6301 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
6302
6303 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6304
6305 * wdired.el: Doc fixes.
6306 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
6307 (wdired-use-dired-vertical-movement): Rename from
6308 wdired-always-move-to-filename-beginning.
6309 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
6310 (wdired-change-to-wdired-mode): Change mode name.
6311 (wdired-newline): Delete.
6312
6313 2005-04-11 Richard M. Stallman <rms@gnu.org>
6314
6315 * whitespace.el (whitespace-highlight-the-space):
6316 Don't call whitespace-unhighlight-the-space here.
6317
6318 * simple.el (undo): Record t in undo-equiv-table
6319 for the redo record made by an undo-in-region.
6320
6321 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6322
6323 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
6324 (gdb-frame-inferior-io-buffer): New Functions to control
6325 display of separate IO buffer.
6326 (menu): Add them to menu-bar.
6327 (gdb-display-buffer): Check for buffer another frame.
6328 Protect GUD buffer.
6329 (gdb-setup-windows): Create IO buffer if not already there.
6330 (gdb-memory-mode): Remove purecopy noops.
6331
6332 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6333
6334 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
6335 and pass to self-insert-command.
6336
6337 2005-04-11 Lute Kamstra <lute@gnu.org>
6338
6339 * generic.el: Commentary section cleanup.
6340 (generic): Delete.
6341 (generic-use-find-file-hook, generic-lines-to-scan)
6342 (generic-find-file-regexp, generic-ignore-files-regexp)
6343 (default-generic-mode, generic-mode-find-file-hook)
6344 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
6345 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
6346 (generic-use-find-file-hook, generic-lines-to-scan)
6347 (generic-find-file-regexp, generic-ignore-files-regexp)
6348 (default-generic-mode, generic-mode-find-file-hook)
6349 (generic-mode-ini-file-find-file-hook): Move from generic.el.
6350
6351 2005-04-10 Karl Fogel <kfogel@red-bean.com>
6352
6353 * bookmark.el (bookmark-write-file): Catch errors writing file.
6354 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
6355
6356 2005-04-10 Richard M. Stallman <rms@gnu.org>
6357
6358 * startup.el (fancy-splash-tail): Update copyright year.
6359 (command-line): Split part of -Q into -D.
6360 (emacs-basic-display): New defvar.
6361 (fancy-splash-text): Correct name of menu item.
6362
6363 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
6364
6365 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
6366 lines in one node.
6367
6368 * comint.el (comint-send-input): New arg ARTIFICIAL.
6369 Callers in this file changed.
6370
6371 * abbrev.el (define-abbrevs): Read system abbrevs properly.
6372
6373 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
6374
6375 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
6376
6377 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
6378 `ldap-search-internal'.
6379
6380 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6381
6382 * files.el (set-auto-mode-1): Use line-end-position.
6383
6384 * international/latin-1.el:
6385 * international/latin-2.el:
6386 * international/latin-3.el:
6387 * international/latin-4.el:
6388 * international/latin-5.el:
6389 * international/latin-8.el:
6390 * international/latin-9.el: Give punctuation syntax to NBSP.
6391
6392 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
6393 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
6394 Use char-classes to accept non-ascii letters, accepted in some recent
6395 bibtex implementations.
6396
6397 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6398
6399 * custom.el (custom-set-minor-mode): Any non-nil value for the
6400 variable should enable the mode when set through Custom.
6401
6402 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6403
6404 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
6405 TAB binding so tab-always-indent is obeyed.
6406 (vhdl-minibuffer-local-map): Move initialization into declaration.
6407 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
6408 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
6409 (vhdl-hooked-abbrev): Avoid test for XEmacs.
6410 (vhdl-current-line): Use line-beginning-position.
6411 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
6412 with-output-to-temp-buffer, so the current position can be recorded.
6413
6414 2005-04-10 Masatake YAMATO <jet@gyve.org>
6415
6416 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6417 Add regexp for gcov.
6418
6419 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6420
6421 * calendar/time-date.el (time-to-seconds, seconds-to-time)
6422 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
6423 syntax which Emacs 20 doesn't support.
6424
6425 2005-04-09 Richard M. Stallman <rms@gnu.org>
6426
6427 * help.el (describe-key-briefly, describe-key):
6428 Replace strings as event types with "(any string)".
6429
6430 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6431
6432 * arc-mode.el (archive-mode-map): Move initialization into
6433 the declaration. Override *all* bindings of `undo'.
6434 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
6435
6436 2005-04-09 Jay Belanger <belanger@truman.edu>
6437
6438 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
6439
6440 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6441
6442 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
6443 (xterm-register-default-colors): Update color values computation
6444 to match xterm-200.
6445
6446 2005-04-09 Kenichi Handa <handa@m17n.org>
6447
6448 * international/code-pages.el (iso-latin-7): Fix the map.
6449
6450 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
6451
6452 * emacs-lisp/lisp.el (defun-prompt-regexp)
6453 (parens-require-spaces, buffer-end, end-of-defun)
6454 (insert-parentheses): Doc fixes.
6455
6456 2005-04-08 Kim F. Storm <storm@cua.dk>
6457
6458 * comint.el (comint-highlight-prompt): Fix face spec.
6459 * hi-lock.el (hi-green): Likewise.
6460
6461 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6462
6463 * cus-edit.el (custom-modified-face):
6464 * comint.el (comint-highlight-input): Fix previous changes.
6465 * term.el (term-handle-ansi-escape): Add a comment.
6466
6467 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6468
6469 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
6470 in the buffer and in whitespace-highlighted-space.
6471 (whitespace-unhighlight-the-space): Simplify.
6472 (whitespace-buffer): Simplify.
6473
6474 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6475
6476 * textmodes/table.el (table-cell-face): Add special case for
6477 displays supporting a high number of colors.
6478 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6479 (vhdl-font-lock-reserved-words-face)
6480 (vhdl-speedbar-architecture-face)
6481 (vhdl-speedbar-instantiation-face)
6482 (vhdl-speedbar-architecture-selected-face)
6483 (vhdl-speedbar-instantiation-selected-face): Likewise.
6484 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
6485 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
6486 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6487 (ebrowse-root-class-face, ebrowse-member-attribute-face)
6488 (ebrowse-progress-face): Likewise.
6489 * progmodes/compile.el (compilation-info-face): Likewise.
6490 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
6491 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
6492 * calendar/calendar.el (diary-face): Likewise.
6493 * woman.el (woman-italic-face, woman-bold-face)
6494 (woman-unknown-face): Likewise.
6495 * wid-edit.el (widget-button-pressed-face): Likewise.
6496 * whitespace.el (whitespace-highlight-face): Likewise.
6497 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
6498 * pcvs-info.el (cvs-marked-face): Likewise.
6499 * info.el (info-xref): Likewise.
6500 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
6501 * hilit-chg.el (highlight-changes-face)
6502 (highlight-changes-delete-face): Likewise.
6503 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
6504 (hi-red-b): Likewise.
6505 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
6506 * font-lock.el (font-lock-keyword-face)
6507 (font-lock-function-name-face, font-lock-warning-face): Likewise.
6508 * cus-edit.el (custom-invalid-face, custom-modified-face)
6509 (custom-set-face, custom-changed-face, custom-variable-tag-face)
6510 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
6511 * comint.el (comint-highlight-prompt): Likewise.
6512
6513 2005-04-08 Lute Kamstra <lute@gnu.org>
6514
6515 * font-lock.el (font-lock-keywords): Docstring fixes.
6516
6517 2005-04-08 Kenichi Handa <handa@m17n.org>
6518
6519 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
6520 chars are more than a limit, print " and more..." at the tail.
6521
6522 2005-04-08 Kim F. Storm <storm@cua.dk>
6523
6524 * emacs-lisp/authors.el (authors-aliases): Update list.
6525 (authors-ignored-files): New list.
6526 (authors-fixed-entries): Fix typo.
6527 (authors-renamed-files-alist): Update list.
6528 (authors-add): Check authors-ignored-files.
6529
6530 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
6531
6532 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
6533 optional, to ensure backward compatibility.
6534
6535 2005-04-08 Stephen Eglen <stephen@gnu.org>
6536
6537 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
6538
6539 2005-04-08 Kim F. Storm <storm@cua.dk>
6540
6541 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
6542
6543 * mouse.el (mouse-on-link-p): Doc fix.
6544
6545 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
6546
6547 * ielm.el (ielm-prompt-read-only): Doc fix.
6548
6549 * comint.el (comint-prompt-read-only): Doc fix.
6550
6551 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
6552
6553 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
6554 ensure dired always handles wildcards passed to ffap.
6555 (find-file-at-point): Use it.
6556 (ffap-dired-wildcards): Doc fix.
6557
6558 2005-04-07 Juri Linkov <juri@jurta.org>
6559
6560 * simple.el (next-error-overlay-arrow-position): New defvar.
6561 Put "=>" on its property `overlay-arrow-string'. Add it to
6562 `overlay-arrow-variable-list'.
6563
6564 * progmodes/compile.el (compilation-setup):
6565 Set `next-error-overlay-arrow-position' to nil. Also set it to
6566 nil in the local hook `kill-buffer-hook'. Make local variable
6567 `overlay-arrow-string' and set it to "=>".
6568 (compilation-goto-locus): Set BOL position to
6569 `next-error-overlay-arrow-position' instead of
6570 `overlay-arrow-position'.
6571
6572 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
6573 locally instead of adding it to the global hook.
6574 (Info-kill-buffer): Move up.
6575
6576 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
6577
6578 * term/xterm.el (xterm-standard-colors): Update color values from
6579 xterm-200.
6580
6581 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
6582
6583 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
6584
6585 * fast-lock.el:
6586 * lazy-lock.el: Move them to the obsolete subdir.
6587
6588 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6589
6590 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
6591 (wdired-add-replace-advice): Remove.
6592 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
6593
6594 2005-04-06 Kim F. Storm <storm@cua.dk>
6595
6596 * startup.el (command-line): Add --bare-bones alias for -Q.
6597
6598 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6599
6600 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
6601 create the startup fontset if a font specification ends with
6602 `mac-roman'.
6603
6604 2005-04-06 Lute Kamstra <lute@gnu.org>
6605
6606 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
6607 change.
6608
6609 * emacs-lisp/copyright.el (copyright-update-year): Replace the
6610 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
6611
6612 2005-04-05 Lute Kamstra <lute@gnu.org>
6613
6614 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
6615 (define-generic-mode): Ditto. Fix debug declaration.
6616
6617 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6618 Put them in the generic-x group.
6619
6620 * calendar/timeclock.el (timeclock): Doc fix.
6621
6622 * generic.el (define-generic-mode): Don't use custom-current-group.
6623 Document default :group value.
6624 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
6625 (define-global-minor-mode): Don't use custom-current-group.
6626
6627 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
6628
6629 * startup.el (command-line-1): Display startup-echo-area-message
6630 when fancy splash screen is in use.
6631
6632 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
6633 (sh-escaped-newline): New face.
6634 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
6635 newline, and use sh-escaped-newline face.
6636
6637 * progmodes/tcl.el (tcl-escaped-newline): New face.
6638 (tcl-builtin-list): New variable.
6639 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
6640 newlines. Fix keywords subexpression number.
6641
6642 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
6643
6644 * textmodes/org.el (org-diary-default-entry): Fix call to
6645 `add-to-diary-entry'.
6646
6647 2005-04-05 Kim F. Storm <storm@cua.dk>
6648
6649 * ediff-init.el: Use (featurep 'xemacs).
6650
6651 2005-04-05 David Ponce <david@dponce.com>
6652
6653 * cus-edit.el (face): Derive from symbol widget. Display sample
6654 of the current face on the fly.
6655 (widget-face-sample-face-get, widget-face-notify): New functions.
6656 (widget-face-value-create): Remove.
6657
6658 * wid-edit.el (widget-field-end): Temporarily remove field
6659 narrowing before to call `get-char-property'.
6660
6661 2005-04-04 Jay Belanger <belanger@truman.edu>
6662
6663 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
6664 (math-read-subscripts): New variable.
6665 (math-read-preprocess-string): Process subscripts.
6666
6667 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6668
6669 * comint.el (comint-prompt-read-only): Doc fix.
6670
6671 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6672 `-1'. Doc fix.
6673
6674 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
6675
6676 * textmodes/org.el (org-insert-mode-line-in-empty-file):
6677 Change default value to nil.
6678
6679 2005-04-04 Lute Kamstra <lute@gnu.org>
6680
6681 * autorevert.el (auto-revert-mode): Specify :group.
6682 * battery.el (display-battery-mode): Specify :group.
6683 * diff-mode.el (diff-minor-mode): Specify :group.
6684 * font-core.el (font-lock-mode): Specify :group.
6685 * hl-line.el (hl-line-mode): Specify :group.
6686 * iimage.el (iimage): New customization group.
6687 (iimage-mode): Specify :group.
6688 * longlines.el (longlines-mode): Specify :group.
6689 * master.el: Don't require easy-mmode.
6690 (master): New customization group.
6691 (master-mode): Specify :group.
6692 * msb.el (msb-mode): Specify :group.
6693 * reveal.el (reveal-mode): Specify :group.
6694 * simple.el (next-error-follow-minor-mode): Specify :group.
6695 * smerge-mode.el (smerge-mode): Specify :group.
6696 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6697 * emulation/cua-base.el (cua-mode): Specify :group.
6698 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6699 * language/thai-util.el (thai-auto-composition-mode)
6700 (thai-word-mode): Specify :group.
6701 * mail/supercite.el (sc-minor-mode): Specify :group.
6702 * progmodes/cwarn.el (cwarn-mode): Specify :group.
6703 * progmodes/flymake.el (flymake-mode): Specify :group.
6704 * progmodes/glasses.el (glasses-mode): Specify :group.
6705 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6706 * textmodes/enriched.el (enriched-mode): Specify :group.
6707 * textmodes/refill.el (refill-mode): Specify :group.
6708
6709 * add-log.el (change-log-font-lock-keywords): Names in
6710 parenthesized lists can contain spaces.
6711
6712 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
6713
6714 * startup.el (fancy-splash-text): Shorten default text of
6715 "Emacs Tutorial" line. Also, if the current language env
6716 indicates an available tutorial file other than TUTORIAL,
6717 extract its title and append it to the line in parentheses.
6718 (fancy-splash-insert): If arg is a thunk, funcall it.
6719
6720 2005-04-04 Jay Belanger <belanger@truman.edu>
6721
6722 * calc.el (calc-language-alist): Add tags to customization type.
6723
6724 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
6725
6726 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6727 Doc fix.
6728
6729 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
6730
6731 * add-log.el (change-log-font-lock-keywords): The manual
6732 describing a Change Log entry, says: (...) "Aside from these
6733 header lines, every line in the change log starts with a space or
6734 a tab.". The font-lock was not highlighting lines started with
6735 spaces, added support for it.
6736
6737 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6738
6739 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6740 (bibtex-generate-url-list): Update docstring accordingly. Put the
6741 complex example in the docstring.
6742 (bibtex-font-lock-url): Use pop.
6743
6744 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6745
6746 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6747
6748 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6749
6750 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6751
6752 * filesets.el (filesets-set-default): Doc fix.
6753
6754 2005-04-03 Lute Kamstra <lute@gnu.org>
6755
6756 * generic.el (define-generic-mode): Add argument to specify
6757 keywords for defcustom.
6758 (default-generic-mode): Specify :group.
6759
6760 * generic-x.el: Specify :group for all generic modes.
6761
6762 * desktop.el (desktop-no-desktop-file-hook)
6763 (desktop-after-read-hook): Doc fix.
6764
6765 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
6766
6767 * simple.el (visible-mode): Use explicit :group keyword.
6768 This changes the group of `visible-mode-hook' from paren-blinking
6769 to editing-basics.
6770
6771 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
6772
6773 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
6774 mailbox specifications as well as URLs.
6775 (rmail-insert-inbox-text): Remove unused conditional branches.
6776
6777 2005-04-01 Jay Belanger <belanger@truman.edu>
6778
6779 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6780 (calc-gnuplot-print-command): Move definitions to calc.el.
6781
6782 * calc/calc-embed.el (calc-embedded-announce-formula)
6783 (calc-embedded-open-formula, calc-embedded-close-formula)
6784 (calc-embedded-open-word, calc-embedded-close-word)
6785 (calc-embedded-open-plain, calc-embedded-close-plain)
6786 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6787 (calc-embedded-open-mode, calc-embedded-close-mode):
6788 Move definitions to calc.el.
6789
6790 * calc/calc.el (calc-settings-file, calc-language-alist):
6791 Make customizable.
6792 (calc-embedded-announce-formula, calc-embedded-open-formula)
6793 (calc-embedded-close-formula, calc-embedded-open-word)
6794 (calc-embedded-close-word, calc-embedded-open-plain)
6795 (calc-embedded-close-plain, calc-embedded-open-new-formula)
6796 (calc-embedded-close-new-formula, calc-embedded-open-mode)
6797 (calc-embedded-close-mode, calc-gnuplot-name)
6798 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6799 from other files and make customizable.
6800
6801 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6804 Use buffer-live-p.
6805 (cvs-mode-run): Don't call cvs-update-header here.
6806 (cvs-run-process): Call cvs-update-header.
6807 Use process properties for cvs-postprocess and cvs-buffer so that
6808 the sentinel can behave better if the temp buffer is killed.
6809 Use a pipe rather than a tty, to better handle unexpected prompts.
6810 (cvs-sentinel): Rewrite. Call cvs-update-header.
6811
6812 2005-04-01 Andre Spiegel <spiegel@gnu.org>
6813
6814 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6815 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
6816
6817 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6818
6819 * generic.el (define-generic-mode): Add indentation rule.
6820
6821 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6822
6823 * files.el (mode-require-final-newline): Make Custom correctly
6824 report a nil value and allow to set it to nil via Custom.
6825 Doc fix.
6826
6827 2005-04-01 Kenichi Handa <handa@m17n.org>
6828
6829 * international/characters.el: Enable the correct case setting for
6830 dotless-i and dotted-I.
6831
6832 2005-04-01 Kim F. Storm <storm@cua.dk>
6833
6834 * ido.el (ido-file-internal): Fall back to non-ido command if
6835 initial directory is on slow ftp (or tramp) host.
6836
6837 2005-03-31 Richard M. Stallman <rms@gnu.org>
6838
6839 * emacs-lisp/autoload.el (make-autoload):
6840 Handle define-global-minor-mode.
6841
6842 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6843 Rename from easy-mmode-define-global-mode.
6844 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6845
6846 * progmodes/scheme.el (scheme-mode-syntax-table):
6847 Update syntax of | and # for two-character comment syntax.
6848
6849 2005-03-31 Lute Kamstra <lute@gnu.org>
6850
6851 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6852 (define-minor-mode): Call custom-current-group at load-time.
6853
6854 * generic.el (define-generic-mode): Add debug declaration.
6855 Add defcustom for the mode hook.
6856 (generic-mode-internal): Use run-mode-hooks.
6857
6858 2005-03-31 Kim F. Storm <storm@cua.dk>
6859
6860 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6861 (mouse-fixup-help-message): New defun called by show_help_echo
6862 to fixup mouse-2 prefix in help messages when applicable.
6863
6864 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6865
6866 2005-03-31 Kenichi Handa <handa@m17n.org>
6867
6868 * language/thai-word.el (thai-find-word-ends): Pay attention to
6869 the case that we reach the end of buffer.
6870
6871 * textmodes/fill.el (fill-text-properties-at): New function.
6872 (fill-newline): Use fill-text-properties-at instead of
6873 text-properties-at.
6874
6875 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6876
6877 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6878 not comint-quote-filename.
6879
6880 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
6881
6882 * help-fns.el (help-with-tutorial): Revert last change.
6883
6884 2005-03-31 Kim F. Storm <storm@cua.dk>
6885
6886 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6887
6888 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
6889
6890 * calendar/cal-china.el: Update reference to "Calendrical
6891 Calculations" book; there's a new edition.
6892 * calendar/cal-coptic.el: Likewise.
6893 * calendar/cal-french.el: Likewise.
6894 * calendar/cal-hebrew.el: Likewise.
6895 * calendar/cal-islam.el: Likewise.
6896 * calendar/cal-iso.el: Likewise.
6897 * calendar/cal-julian.el: Likewise.
6898 * calendar/cal-mayan.el: Likewise.
6899 * calendar/cal-persia.el: Likewise.
6900 * calendar/calendar.el: Likewise.
6901 * calendar/holidays.el: Likewise.
6902 * calendar/lunar.el: Likewise.
6903 * calendar/solar.el: Likewise.
6904
6905 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6906 white space from doc string.
6907
6908 2005-03-30 Jay Belanger <belanger@truman.edu>
6909
6910 * calc/calc-help.el (calc-full-help): Remove email address.
6911
6912 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
6913
6914 * help-fns.el (help-with-tutorial): Delete title line.
6915
6916 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6917
6918 * calendar/cal-x.el (calendar-one-frame-setup)
6919 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6920 rather than 'symbol for set-window-dedicated-p.
6921
6922 * calendar/appt.el (appt-buffer-name): Make it a constant.
6923 (appt-add): Doc fix.
6924
6925 * filesets.el (filesets-menu-path, filesets-menu-before)
6926 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
6927 (filesets-menu-cache-file): Use directory ~/.emacs.d.
6928 (filesets-add-submenu): Delete and use add-submenu instead.
6929
6930 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
6931
6932 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6933 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6934 (org-diary-default-entry): New function.
6935 (org-get-entries-from-diary): Better parsing of diary entries.
6936 (org-agenda-check-no-diary): New function.
6937 ("diary-lib"): Advice to function `add-to-diary-list', to allow
6938 linking to diary entries.
6939 (org-agenda-execute-calendar-command): New function.
6940 (org-agenda): Improve visible section in window.
6941 Use `org-fit-agenda-window'.
6942 (org-fit-agenda-window): New option.
6943 (org-move-subtree-down): Better handling of empty lines
6944 at end of subtree.
6945 (org-cycle): Numeric prefix is interpreted now as show-subtree N
6946 levels up.
6947 (org-fontify-done-headline): New option.
6948 (org-headline-done-face): New face.
6949 (org-set-font-lock-defaults): Use `org-headline-done-face'.
6950 (org-table-copy-down): Rename from `org-table-copy-from-above'.
6951 When current field is non-empty, it is copied to next row.
6952 (org-table-copy-from-above): Fix bug which made it
6953 impossible to copy fields containing only a single non-white character.
6954
6955 2005-03-30 Kim F. Storm <storm@cua.dk>
6956
6957 * kmacro.el (kmacro-end-macro): Isearch may store this command
6958 into the macro -- so ignore it when executing keyboard macro.
6959
6960 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6961
6962 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6963
6964 2005-03-29 Kenichi Handa <handa@m17n.org>
6965
6966 * language/thai.el ("Thai"): Set setup-function and exit-function
6967 for Thai language environment.
6968
6969 * language/thai-util.el: Require thai-word.
6970 (thai-word-mode-map): New variable.
6971 (thai-word-mode): New minor mode.
6972 (setup-thai-language-environment-internal): New function.
6973 (exit-thai-language-environment-internal): New function.
6974
6975 * language/thai-word.el (thai-word-table): Declare it by defvar,
6976 use dolist to initialize it.
6977 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6978 (thai-fill-find-break-point): New functions.
6979
6980 2005-03-29 Richard M. Stallman <rms@gnu.org>
6981
6982 * simple.el (idle-update-delay): Move definition up.
6983 (set-mark): Doc fix.
6984
6985 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
6986
6987 * longlines.el: New file.
6988
6989 * simple.el (buffer-substring-filters): New variable.
6990 (filter-buffer-substring): New function.
6991 (kill-region, copy-region-as-kill): Use it.
6992
6993 * register.el (copy-to-register, append-to-register)
6994 (prepend-to-register): Use filter-buffer-substring.
6995
6996 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6997
6998 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6999 (gud-filter-pending-text): Move in front of gdb.
7000 (gud-overlay-arrow-position): New variable.
7001 (gud-sentinel, gud-display-line): Use it in place of
7002 overlay-arrow-position.
7003
7004 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7005
7006 * progmodes/fortran.el (fortran-if-indent): Doc fix.
7007 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
7008 (fortran-font-lock-keywords-4): New variable.
7009 (fortran-blocks-re, fortran-end-block-re)
7010 (fortran-start-block-re): New constants, for hideshow.
7011 (hs-special-modes-alist): Add a Fortran entry.
7012 (fortran-mode-map): Bind fortran-end-of-block,
7013 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
7014 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
7015 (fortran-looking-at-if-then, fortran-end-of-block)
7016 (fortran-beginning-of-block): New functions, for hideshow.
7017
7018 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7019 Doc fix. Tweak regexp.
7020 (f90-beginning-of-block): Push mark first.
7021
7022 2005-03-29 Jay Belanger <belanger@truman.edu>
7023
7024 * calc/calc.el: Update copyright date.
7025 (calc-version): Increase to 2.1.
7026 (calc-version-date): Remove.
7027
7028 * calc/calc-help.el: Update copyright date.
7029 (calc-full-help): Remove reference to calc-version-date.
7030 Update copyright date.
7031
7032 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7033
7034 * vc.el (vc-do-command): Use a pipe for async processes, so password
7035 prompts don't show up at places where the user can't reply.
7036
7037 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
7038
7039 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
7040 on the file name we pass to the inferior shell.
7041
7042 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7043
7044 * progmodes/which-func.el (which-function): Be robust in the face of an
7045 imenu--make-index-alist failure.
7046
7047 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7048
7049 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
7050
7051 * progmodes/python.el (python-preoutput-filter): Fix last change.
7052
7053 2005-03-29 Lute Kamstra <lute@gnu.org>
7054
7055 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
7056 functions and compiled macros.
7057 (debug-convert-byte-code): Handle macros too.
7058 (debug-on-entry-1): Don't signal an error when trying to clear a
7059 function that is not set to debug on entry.
7060
7061 2005-03-29 Jay Belanger <belanger@truman.edu>
7062
7063 * calc/calc-lang.el: Add functions to math-function-table
7064 properties of tex and math.
7065
7066 2005-03-29 Kenichi Handa <handa@m17n.org>
7067
7068 * ps-mule.el (ps-mule-plot-string): Translate characters by
7069 ps-print-translation-table.
7070 (ps-mule-begin-job): Call find-charset-region/string with
7071 ps-print-translation-table.
7072 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
7073
7074 * ps-print.el (ps-print-translation-table): New variable.
7075 (ps-plot-region): Translate characters by ps-print-translation-table.
7076
7077 2005-03-29 Juri Linkov <juri@jurta.org>
7078
7079 * simple.el (next-error-highlight-timer): New variable.
7080
7081 * progmodes/compile.el (compilation-goto-locus):
7082 Use `next-error-highlight-timer' instead of `sit-for'.
7083
7084 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7085
7086 * mail/supercite.el (sc-mail-field): Use assoc-string.
7087 (sc-get-address): Simplify regexps.
7088
7089 * files.el (minibuffer-with-setup-hook): New macro.
7090 (find-file-read-args): Use it to avoid let-binding
7091 minibuffer-with-setup-hook (which breaks turning on/off
7092 file-name-shadow-mode while in the prompt).
7093
7094 * complete.el (PC-read-include-file-name-internal): Use test-completion.
7095
7096 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
7097
7098 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
7099
7100 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * window.el (window-buffer-height): Use count-screen-lines.
7103
7104 * progmodes/python.el (python-preoutput-leftover): New var.
7105 (python-preoutput-filter): Use it.
7106 (python-send-receive): Loop until all the result has been received.
7107
7108 2005-03-28 Juri Linkov <juri@jurta.org>
7109
7110 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
7111
7112 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
7113 "Recover Crashed Session".
7114 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
7115 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
7116 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
7117 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
7118 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
7119 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
7120 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
7121 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
7122
7123 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
7124 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
7125 Ediff Sessions", "Toggle use of separate control buffer frame",
7126 "Use separate frame for Ediff control buffer".
7127
7128 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
7129 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
7130 "Rename Bookmark", "Delete Bookmark".
7131
7132 * info.el (Info-mode-menu): Remove ellipsis from "Index".
7133 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
7134 Add `:active Info-index-alternatives' to "Next Matching Item".
7135
7136 * wdired.el (wdired-change-to-wdired-mode):
7137 Mention `wdired-abort-changes' key in the initial message.
7138
7139 * international/mule.el (auto-coding-alist): Associate non-ascii
7140 image filename extensions with `no-conversion'.
7141
7142 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * international/iso-acc.el:
7145 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
7146
7147 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7148
7149 * textmodes/sgml-mode.el (html-mode): Doc update.
7150
7151 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
7152
7153 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
7154
7155 * term.el (term-move-columns): Fix face after extending a line.
7156 (term-insert-spaces): Likewise.
7157 (term-reset-terminal): Fix off by one error.
7158
7159 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7160
7161 * international/mule.el (auto-coding-alist): Add .xpi files.
7162
7163 * files.el (auto-mode-alist): Add .xpi files.
7164
7165 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
7166
7167 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
7168
7169 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7170
7171 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
7172
7173 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7174
7175 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
7176 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
7177
7178 * calendar/cal-move.el (calendar-beginning-of-year): Move the
7179 cursor to Jan 1 when needed.
7180 (calendar-end-of-year): Fix -/+ typo.
7181 Reported by Chong Yidong <cyd@stupidchicken.com>.
7182
7183 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7184
7185 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
7186
7187 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
7188 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
7189
7190 2005-03-25 Richard M. Stallman <rms@gnu.org>
7191
7192 * filesets.el (filesets-init): Add autoload.
7193
7194 * mail/mailalias.el (mail-directory): Doc fix.
7195
7196 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7197
7198 * mail/mailalias.el (mail-directory-process): Do nothing if
7199 mail-directory-process is an atom.
7200 (mail-get-names): Ignore mail-directory-names if it is an atom.
7201 (mail-directory-process defvar): Doc fix.
7202 (mail-names): Doc fix.
7203
7204 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
7205
7206 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
7207
7208 2005-03-26 Kenichi Handa <handa@m17n.org>
7209
7210 * international/mule-util.el (detect-coding-with-priority):
7211 Call update-coding-systems-internal before detect-coding-region.
7212
7213 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
7214
7215 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7216 (gdb-frames-mode-map): Add follow-link property.
7217
7218 2005-03-25 Jay Belanger <belanger@truman.edu>
7219
7220 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
7221 for variables.
7222
7223 2005-03-25 Juri Linkov <juri@jurta.org>
7224
7225 * image-mode.el: Optimize image filename extension regexps in
7226 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
7227 in `auto-mode-alist'.
7228 (image-mode): Add `image-toggle-display-text' to local hook
7229 `change-major-mode-hook'. Display the image as an image by
7230 default. Set `cursor-type' and `truncate-lines' if the image
7231 is already displayed. Take into account the current mode (image
7232 or text) in message.
7233 (image-minor-mode): New minor mode.
7234 (image-mode-maybe, image-toggle-display-text): New functions.
7235 (image-toggle-display): Use called-interactively-p.
7236 Let-bind `inhibit-read-only' to t.
7237
7238 * image-mode.el (image-minor-mode): Set `cursor-type' and
7239 `truncate-lines' if the image is already displayed. Add turning
7240 image-minor-mode off to `change-major-mode-hook'. Add message.
7241 Call `image-toggle-display-text' after turning image-minor-mode off.
7242
7243 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
7246 Terminal.app, use utf-8.
7247 (set-display-table-and-terminal-coding-system): Add coding-system arg.
7248 (set-locale-environment): Use it.
7249
7250 * term/xterm.el: Undo last change, better done in mule-cmds.el.
7251
7252 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
7253
7254 * progmodes/python.el (python-close-block-statement-p)
7255 (python-outdent-p, python-current-defun): Use symbol-end.
7256
7257 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7258
7259 * files.el (save-some-buffers): Doc fix.
7260
7261 2005-03-25 Werner Lemberg <wl@gnu.org>
7262
7263 * complete.el, thumbs.el: Replace `legal' with `valid'.
7264 * calendar/calendar.el: Replace `legal' with `valid'.
7265 * emacs-lisp/advice.el: Replace `legal' with `valid'.
7266 * mail/supercite.el: Replace `legal' with `valid'.
7267 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
7268 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
7269 Replace `legal' with `valid'.
7270 * textmodes/reftex-vars.el, textmodes/reftex.el:
7271 Replace `legal' with `valid'.
7272
7273 2005-03-25 Werner Lemberg <wl@gnu.org>
7274
7275 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
7276 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
7277 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
7278 * emulation/vip.el: Replace `illegal' with `invalid'.
7279 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
7280 * mail/supercite.el: Replace `illegal' with `invalid'.
7281 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
7282 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
7283 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
7284 * progmodes/sh-script.el, progmodes/xscheme.el:
7285 Replace `illegal' with `invalid'.
7286 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
7287 * textmodes/reftex-index.el, textmodes/reftex-parse.el
7288 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
7289 * textmodes/reftex.el, textmodes/org.el:
7290 Replace `illegal' with `invalid'.
7291
7292 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
7295 (flymake-find-buildfile, flymake-find-possible-master-files)
7296 (flymake-check-include, flymake-parse-line): Replace loops over the
7297 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
7298
7299 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
7300 Substitute file-name-as-directory in the rest of the file.
7301 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
7302 (flymake-replace-region): Remove unused arg `buffer'.
7303 (flymake-check-patch-master-file-buffer): Update calls to it.
7304 (flymake-add-err-info): Remove unused var `count'.
7305 (flymake-mode): Use define-minor-mode.
7306
7307 * progmodes/flymake.el: Use with-current-buffer.
7308 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
7309 flymake-replace-regexp-in-string, flymake-line-beginning-position)
7310 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
7311 Avoid testing for `xemacs'.
7312 (flymake-nop): Move.
7313 (flymake-region-has-flymake-overlays): Return the computed value.
7314 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
7315 Remove unused var `endline'.
7316 (flymake-get-line-count): Remove unused function.
7317 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
7318
7319 * emulation/vi.el:
7320 * generic.el:
7321 * hilit-chg.el (global-highlight-changes):
7322 * hi-lock.el (hi-lock-mode):
7323 * follow.el: find-file-hooks -> find-file-hook.
7324
7325 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
7326
7327 2005-03-24 Juri Linkov <juri@jurta.org>
7328
7329 * dired.el (dired-mode-map): Add menu item "Compare directories"
7330 for dired-compare-directories.
7331
7332 * dired-aux.el (dired-compare-directories): Add autoload cookie.
7333 Doc fix. Replace `read-file-name' with `read-directory-name'.
7334
7335 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7336
7337 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
7338
7339 2005-03-24 Jay Belanger <belanger@truman.edu>
7340
7341 * calc/calc-embed.el (calc-embedded-mode-change): Save all
7342 relevant mode settings in calc-embedded-original-modes when modes
7343 are permanently changed.
7344
7345 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * autoinsert.el: find-file-hooks -> find-file-hook.
7348
7349 2005-03-24 Lute Kamstra <lute@gnu.org>
7350
7351 * generic.el (generic-font-lock-defaults): Make it obsolete.
7352 (generic-font-lock-keywords): New variable to replace
7353 generic-font-lock-defaults.
7354 (generic-mode-set-font-lock): Delete it.
7355 (generic-mode-internal): Don't call generic-mode-set-font-lock.
7356 (generic-bracket-support): Add docstring.
7357
7358 * generic-x.el: Rename generic-font-lock-defaults to
7359 generic-font-lock-keywords throughout.
7360 (mailagent-rules-setup-function): Delete it.
7361 (mailagent-rules-generic-mode): Use anonymous function instead.
7362 (show-tabs-generic-mode-font-lock-defaults-1)
7363 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
7364 Quote faces.
7365 (show-tabs-tab-face, show-tabs-space-face): Specify background,
7366 not foreground.
7367
7368 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7369 Recognize define-generic-mode.
7370
7371 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7372
7373 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
7374 if there's no completion table.
7375
7376 2005-03-23 Miles Bader <miles@gnu.org>
7377
7378 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7379 Remove tty-specific variants, as they're no longer needed.
7380
7381 2005-03-23 Lute Kamstra <lute@gnu.org>
7382
7383 * generic-x.el: Code cleanup: make args constant whenever possible.
7384 (installshield-statement-keyword-list)
7385 (installshield-system-functions-list)
7386 (installshield-system-variables-list, installshield-types-list)
7387 (installshield-funarg-constants-list): Make them constants.
7388
7389 * generic.el (generic-make-keywords-list): Add autoload cookie.
7390
7391 * calendar/time-date.el: Add comment on time value formats.
7392 Don't require parse-time.
7393 (with-decoded-time-value): New macro.
7394 (encode-time-value): New function.
7395 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7396 (days-to-time): Return a valid time value when arg is huge.
7397 (time-since): Use time-subtract.
7398 (time-to-number-of-days): Use time-to-seconds.
7399
7400 2005-03-23 David Ponce <david@dponce.com>
7401
7402 * recentf.el: (recentf-keep): New option.
7403 (recentf-menu-action): Default to `find-file'.
7404 (recentf-keep-non-readable-files-flag)
7405 (recentf-keep-non-readable-files-p)
7406 (recentf-file-readable-p, recentf-find-file)
7407 (recentf-cleanup-remote): Remove.
7408 (recentf-include-p): More robust.
7409 (recentf-keep-p): New function.
7410 (recentf-remove-if-non-kept): Rename from
7411 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
7412 All callers updated.
7413 (recentf-menu-items-for-commands): Fix help string.
7414 (recentf-track-closed-file): Update. Doc fix.
7415 (recentf-cleanup): Update. Count removed files. Doc fix.
7416
7417 2005-03-23 Kim F. Storm <storm@cua.dk>
7418
7419 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7420 Don't inherit from fringe face (now happens automatically).
7421
7422 2005-03-22 Kim F. Storm <storm@cua.dk>
7423
7424 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
7425 position values.
7426
7427 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7428
7429 * menu-bar.el (showhide-date-time): Remove.
7430 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
7431 (menu-bar-make-mm-toggle): Simplify.
7432
7433 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7434
7435 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
7436 Accept qualified variable and function names.
7437
7438 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
7439
7440 * bindings.el (completion-ignored-extensions):
7441 Remove ".lis" for `vax-vms'.
7442
7443 2005-03-22 Andreas Schwab <schwab@suse.de>
7444
7445 * generic-x.el: Revert last change.
7446 * ldefs-boot.el: Update.
7447
7448 2005-03-22 Jay Belanger <belanger@truman.edu>
7449
7450 * calc/calc-embed (calc-embedded-original-modes): New variable.
7451 (calc-embedded-save-original-modes)
7452 (calc-embedded-restore-original-modes): New functions.
7453 (calc-do-embedded): Save original modes when entering embedded mode
7454 and restore when leaving embedded mode.
7455 (calc-embedded-modes-change): Change the value of
7456 calc-embedded-original-modes to reflect permanent changes.
7457
7458 2005-03-22 Lute Kamstra <lute@gnu.org>
7459
7460 * generic-x.el: Require generic again.
7461
7462 2005-03-22 Miles Bader <miles@gnu.org>
7463
7464 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7465 Tweak details to look good on both ttys and bitmap displays, light
7466 or dark background, etc.
7467
7468 2005-03-21 Kim F. Storm <storm@cua.dk>
7469
7470 * tooltip.el (tooltip-show-help-function): Check car and cdr of
7471 mouse position.
7472
7473 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * icomplete.el: Don't forcibly turn on the mode upon load.
7476 (icomplete-mode): Use define-minor-mode.
7477 (icomplete-eoinput): Default to nil.
7478 (icomplete-minibuffer-setup): Remove autoload.
7479 (icomplete-tidy): Simplify.
7480 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
7481 in the initial state or if the user has modified the field.
7482 Fix handling of icomplete-max-delay-chars.
7483 Remove code that handles the oddball case where
7484 minibuffer-completion-table is an integer.
7485 Wrap icomplete-completions in while-no-input in case building
7486 completions takes more time than expected.
7487 (icomplete-completions): Simplify.
7488
7489 2005-03-21 Richard M. Stallman <rms@gnu.org>
7490
7491 * jka-compr.el (jka-compr-really-do-compress):
7492 Make variable buffer-local.
7493
7494 * image-mode.el: Handle .xpm files too.
7495 (image-toggle-display): Preserve modification flag.
7496
7497 * help.el (where-is): Don't mention aliases with no key bindings.
7498
7499 2005-03-21 Lute Kamstra <lute@gnu.org>
7500
7501 * generic.el: Fix commentary section. Don't require cl for compilation.
7502 (generic-mode-list): Add autoload cookie.
7503 (generic-use-find-file-hook, generic-lines-to-scan)
7504 (generic-find-file-regexp, generic-ignore-files-regexp)
7505 (generic-mode, generic-mode-find-file-hook)
7506 (generic-mode-ini-file-find-file-hook): Fix docstrings.
7507 (define-generic-mode): Make it a defmacro. Fix docstring.
7508 (generic-mode-internal): Code cleanup. Add autoload cookie.
7509 (generic-mode-set-comments): Code cleanup.
7510 * generic-x.el: Don't prevent compilation. Don't require generic.
7511 Follow coding conventions. Minor code cleanup.
7512 (etc-fstab-generic-mode): Add some keywords.
7513 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
7514 define-generic-mode like a function declaration.
7515
7516 2005-03-21 Jay Belanger <belanger@truman.edu>
7517
7518 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
7519 changing modes.
7520
7521 2005-03-21 Sam Steingold <sds@gnu.org>
7522
7523 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
7524
7525 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
7526
7527 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
7528 Add underscore to "f$ lexicals" regexp.
7529
7530 2005-03-20 Juri Linkov <juri@jurta.org>
7531
7532 * subr.el (progress-reporter-do-update): When `min-value' is equal
7533 to `max-value', set `percentage' to 0 and prevent division by zero.
7534
7535 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
7536
7537 Sync with Tramp 2.0.48.
7538
7539 * tramp.el (all): Change all addresses to .gnu.org.
7540 (tramp-append-tramp-buffers): New defun.
7541 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
7542 Catch `dont-send' signal.
7543 (tramp-set-auto-save-file-modes): Set always permissions, because
7544 there might be an old auto-saved file belonging to another
7545 original file. This could be a security threat. Reported by
7546 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
7547 Check for Emacs 21.3.50 removed.
7548
7549 * tramp-smb.el (all): Remove debug construct for
7550 `with-parsed-tramp-file-name'.
7551 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
7552 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
7553 No error message if DIRECTORY or FILENAME doesn't exist.
7554 (tramp-smb-open-connection): Check existence of
7555 `tramp-smb-program'.
7556
7557 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7558
7559 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7560 Properly handle the case where the `m' or `s' command's argument is not
7561 yet terminated.
7562 (perl-indent-new-calculate): New function.
7563 (perl-indent-line): Use it.
7564
7565 2005-03-20 Miles Bader <miles@gnu.org>
7566
7567 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
7568 in text-mode too. Change to new face names.
7569 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
7570 Add `:weight bold' attribute.
7571 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
7572
7573 2005-03-19 Juri Linkov <juri@jurta.org>
7574
7575 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
7576
7577 * international/mule.el (auto-coding-alist): Sync with
7578 `auto-mode-alist' by adding upper case archive file extensions
7579 and adding ear/war to jar extension.
7580
7581 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
7582
7583 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
7584 running, restart it.
7585
7586 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
7587
7588 * finder.el (finder-current-item): Throw an error on an empty line.
7589
7590 * man.el (Man-follow-manual-reference): If current-word returns
7591 nil, use "".
7592
7593 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
7594
7595 * simple.el (goto-line): Doc fix.
7596
7597 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
7598
7599 * files.el (save-buffer): Doc fix.
7600
7601 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
7602
7603 * recentf.el (recentf-cleanup-remote): New variable.
7604 (recentf-cleanup): Use it to conditionally check availability of
7605 remote files.
7606
7607 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
7608
7609 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
7610 function names.
7611
7612 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7613
7614 * language/thai-word.el: New file.
7615
7616 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7617
7618 * files.el (backup-buffer): If the file's directory is not
7619 writable, use copy instead of move to backup the file.
7620
7621 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7622
7623 * obsolete/keyswap.el: Moved to obsolete/ from term/.
7624
7625 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7626
7627 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
7628 Use functionp instead of symbolp and fboundp. Reported by Drkm
7629 <darkman_spam@yahoo.fr>.
7630 (ps-print-version): New version 6.6.6.
7631
7632 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
7633
7634 * textmodes/table.el (table--line-column-position): New idiom.
7635 (table--row-column-insertion-point-p): New function to test
7636 validity of row and column insertion operation at a location.
7637 (table-global-menu, table-cell-menu): Use above functions for
7638 deterministic test operation.
7639 (table--editable-cell-p): Behave in deterministic fashion.
7640
7641 2005-03-18 Juri Linkov <juri@jurta.org>
7642
7643 * isearch.el (isearch-lazy-highlight-new-loop):
7644 Make arguments beg and end optional.
7645 (isearch-update): Remove optional arguments nil from
7646 isearch-lazy-highlight-new-loop.
7647 (isearch-lazy-highlight-search): Let-bind case-fold-search to
7648 isearch-lazy-highlight-case-fold-search instead of
7649 isearch-case-fold-search, and let-bind isearch-regexp to
7650 isearch-lazy-highlight-regexp.
7651 Use isearch-lazy-highlight-last-string instead of isearch-string.
7652
7653 * replace.el (perform-replace): Remove bindings of global
7654 variables isearch-string, isearch-regexp, isearch-case-fold-search.
7655 Add three new arguments to `replace-highlight'.
7656 (replace-highlight): Add arguments string, regexp, case-fold.
7657 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
7658 to allow isearch-lazy-highlight-new-loop to use these values
7659 to set corresponding isearch-lazy-highlight-* internal
7660 variables whose values lazy highlighting will use regardless of
7661 changes to global variables isearch-string, isearch-regexp,
7662 isearch-case-fold-search during lazy highlighting loop.
7663 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
7664 to `lazy-highlight-cleanup'.
7665
7666 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
7667 (ispell-highlight-face): Set default face to `isearch' when
7668 lazy highlighting is enabled.
7669 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
7670 priority to 1. Add lazy highlighting.
7671 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7672 from `isearch-dehighlight'.
7673
7674 2005-03-18 David Ponce <david@dponce.com>
7675
7676 * files.el (hack-local-variables): Do a case-insensitive search
7677 for End.
7678
7679 2005-03-18 Juri Linkov <juri@jurta.org>
7680
7681 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7682 `isearch-lazy-highlight-cleanup', add alias to old name and
7683 declare obsolete. Add release numbers to other obsolete vars.
7684 (isearch-done, isearch-lazy-highlight-new-loop):
7685 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7686 (lazy-highlight-cleanup) <variable>: Doc fix.
7687 (isearch-lazy-highlight-update): Rename obsolete
7688 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7689
7690 2005-03-18 Kenichi Handa <handa@m17n.org>
7691
7692 * language/thai-util.el: Fix categorization of Thai characters in
7693 thai-category-table.
7694 (thai-composition-pattern): Adjust it for the above change.
7695 (thai-self-insert-command, thai-compose-syllable): New functions.
7696 (thai-compose-region): Use thai-compose-syllable.
7697 (thai-compose-string): Likewise.
7698 (thai-composition-function): Likewise.
7699 (thai-auto-composition): New function.
7700 (thai-auto-composition-mode): New minor mode.
7701
7702 * language/thai.el: Fix patterns to be registered in
7703 composition-function-table.
7704
7705 * international/quail.el (quail-input-method): Locally bind
7706 inhibit-modification-hooks to t.
7707
7708 2005-03-17 Richard M. Stallman <rms@gnu.org>
7709
7710 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7711 (perl-mode): Use run-mode-hooks.
7712
7713 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7714 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7715 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7716
7717 * mail/sendmail.el (sendmail-send-it): Reenable the code
7718 to compute resend-to-address and use it.
7719
7720 * tar-mode.el (tar-mode): Turn off undo unconditionally.
7721
7722 * image-mode.el: New file.
7723
7724 * image.el (insert-sliced-image): Add autoload cookie.
7725
7726 * font-lock.el (font-lock-lines-before): New user option.
7727 (font-lock-after-change-function): Obey it.
7728
7729 * bindings.el (esc-map): Make M-g a prefix.
7730 Bind M-g g and M-g M-g to goto-line.
7731
7732 * faces.el (face-id): Doc fix.
7733
7734 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7735
7736 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7737 (rmail-show-message): Use rmail-unknown-mail-followup-to.
7738 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7739
7740 * mail/sendmail.el (mail-yank-ignored-headers)
7741 (mail-font-lock-keywords, mail-mode-fill-paragraph):
7742 Add Mail-Followup-To and Mail-Reply-To headers.
7743 (mail-citation-hook): Add autoload cookie.
7744 (mail-mode): Doc fix.
7745 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7746 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7747 (mail-mode-fill-paragraph): Handle those headers.
7748 (mail-mailing-lists): New variable.
7749 (mail-mail-reply-to, mail-mail-followup-to): New functions.
7750
7751 2005-03-17 Juri Linkov <juri@jurta.org>
7752
7753 * isearch.el (isearch-fallback): Check for `(car previous)'
7754 before calling `isearch-other-end-state'.
7755
7756 2005-03-17 Kim F. Storm <storm@cua.dk>
7757
7758 * simple.el (move-beginning-of-line): Move to beginning of buffer
7759 line, as well as beginning of screen line.
7760
7761 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
7762
7763 * calendar/diary-lib.el (mark-diary-entries): Use new optional
7764 argument REDRAW rather than calendar-redrawing variable.
7765 * calendar/calendar.el (calendar-redrawing): Delete.
7766 (redraw-calendar): Do not bind calendar-redrawing.
7767
7768 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
7769
7770 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7771 diary-file buffer.
7772
7773 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * help.el (describe-mode): Allow a :minor-mode-function property to
7776 specify a different minor mode toggle function than the variable.
7777 * simple.el (auto-fill-function):
7778 * subr.el (add-minor-mode): Use it.
7779
7780 2005-03-16 Kenichi Handa <handa@m17n.org>
7781
7782 * language/ethio-util.el (sera-being-called-by-w3): New variable.
7783 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7784 (ethio-fidel-to-sera-buffer): Likewise.
7785
7786 2005-03-16 Juri Linkov <juri@jurta.org>
7787
7788 * emacs-lisp/find-func.el (find-function-regexp):
7789 Add defun-emitting macro `menu-bar-make-toggle'.
7790
7791 * isearch.el: Put `isearch-scroll' property to
7792 `split-window-horizontally'.
7793
7794 * info.el: Update error messages for `debug-ignored-errors'.
7795 (Info-isearch-search): Doc fix.
7796 (Info-find-node): Move up code to go into info buffer before
7797 recording the node to the history.
7798 (Info-fontify-node): Fontify titles only if the next line
7799 has two or more `*', `=', `-', `.'.
7800 Display "go to this node" for empty (match-string 3).
7801
7802 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7803
7804 * term/mac-win.el: Add mouse pointer shape constants.
7805
7806 2005-03-15 Kim F. Storm <storm@cua.dk>
7807
7808 * simple.el (move-beginning-of-line): Use vertical-motion.
7809
7810 2005-03-15 Juri Linkov <juri@jurta.org>
7811
7812 * isearch.el (isearch-error): New variable.
7813 (isearch-invalid-regexp, isearch-within-brackets): Remove.
7814 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7815 (isearch-within-brackets-state): Remove.
7816 (isearch-case-fold-search-state, isearch-pop-fun-state):
7817 Decrease frame index.
7818 (isearch-mode, isearch-top-state, isearch-push-state)
7819 (isearch-edit-string, isearch-abort, isearch-search-and-update)
7820 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7821 (isearch-search, isearch-lazy-highlight-new-loop):
7822 Replace `isearch-invalid-regexp' with `isearch-error'.
7823 Remove `isearch-within-brackets'.
7824 (isearch-search): Add `search-failed' handler to `condition-case'.
7825 (isearch-lazy-highlight-search): Add `condition-case' to catch
7826 errors and allow `isearch-lazy-highlight-update' to try
7827 highlighting from the beginning of the window.
7828 (isearch-repeat): Move up code to set isearch-wrapped to t
7829 before calling isearch-wrap-function.
7830
7831 * info.el (Info-isearch-initial-node): New internal variable.
7832 (Info-search): Signal an error in isearch mode when search leaves
7833 the initial node. Signal an error when `bound' is non-nil and
7834 nothing was found in the current subfile.
7835 (Info-isearch-search): Remove `condition-case'.
7836 (Info-isearch-wrap): Don't wrap when search failed during leaving
7837 the initial node. If `Info-isearch-search' is nil, wrap around
7838 the current node.
7839 (Info-isearch-start): New fun.
7840 (Info-mode): Add buffer-local hook `Info-isearch-start' to
7841 `isearch-mode-hook'.
7842
7843 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7844
7845 * simple.el (normal-erase-is-backspace): Set default to t if
7846 running on Mac.
7847
7848 * term/mac-win.el (function-key-map): Sync with x-win.el.
7849
7850 2005-03-15 Kenichi Handa <handa@m17n.org>
7851
7852 * international/mule-cmds.el (locale-language-names): Modify the
7853 format of elements and add more entries.
7854 (locale-preferred-coding-systems): Add more entries.
7855 (set-locale-environment): Adjust for the change of
7856 locale-language-names.
7857
7858 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * pcvs.el (smerge-ediff): Remove bogus autoload.
7861
7862 2005-03-14 Lute Kamstra <lute@gnu.org>
7863
7864 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7865 Ignore a `*' at the beginning of a line.
7866
7867 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7868 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7869 subr.el.
7870 (dont-compile, eval-when-compile, eval-and-compile): Use declare
7871 to specify indentation.
7872
7873 * generic.el (define-generic-mode): Let generic-mode-list be a
7874 list of strings; test membership with equal.
7875
7876 2005-03-14 Kim F. Storm <storm@cua.dk>
7877
7878 * simple.el (next-line, previous-line): Add optional try-vscroll
7879 arg to recognize interactive use. Pass it on to line-move.
7880 (line-move): Don't perform auto-window-vscroll when defining or
7881 executing keyboard macro to ensure consistent behavior.
7882
7883 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7886
7887 2005-03-13 Lute Kamstra <lute@gnu.org>
7888
7889 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7890 debugger-setup-buffer so that backtrace marks the frames set to
7891 debug-on-exit and we don't have to do it manually. Set an extra
7892 debug-on-exit for macro's.
7893 (debugger-setup-buffer): Don't mark the top frame manually.
7894
7895 2005-03-12 Lute Kamstra <lute@gnu.org>
7896
7897 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7898 lisp-indent-function throughout.
7899 (with-no-warnings): Set lisp-indent-function property.
7900
7901 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
7902
7903 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7904 Add entry for backslash.
7905
7906 2005-03-12 Juri Linkov <juri@jurta.org>
7907
7908 * info.el (Info-search): Four fixes for backward search.
7909
7910 2005-03-11 Jay Belanger <belanger@truman.edu>
7911
7912 * calc/calc.el (calc-language-alist): New variable.
7913 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7914 (calc-embedded-find-modes): Use calc-language-alist instead of
7915 calc-embedded-language-alist.
7916
7917 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7918
7919 * calendar/calendar.el (calendar-redrawing): New internal
7920 variable.
7921 (redraw-calendar): Remove bogus save-excursion from previous
7922 change. Bind calendar-redrawing to t for mark-diary-entries.
7923 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7924 calendar if that is why we were called.
7925
7926 2005-03-11 Kenichi Handa <handa@m17n.org>
7927
7928 * international/mule.el (make-coding-system): Set property
7929 coding-system-define-form to nil.
7930 (define-coding-system-alias): Likewise.
7931
7932 2005-03-11 Kenichi Handa <handa@m17n.org>
7933
7934 These changes are suggested by Dave Love <fx@gnu.org>.
7935
7936 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7937 coding: tag.
7938 (adaptive-fill-regexp): Add more bullets.
7939 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7940 regexps.
7941
7942 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7943
7944 * help.el (describe-mode): Properly handle non-trivial lighters.
7945 Don't ignore minor modes that are not listed in minor-mode-list.
7946
7947 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7948 feature ON when the user requests to turn it OFF.
7949
7950 2005-03-10 Lute Kamstra <lute@gnu.org>
7951
7952 * emacs-lisp/debug.el (debug-entry-code): Delete it.
7953 (implement-debug-on-entry): New function to replace debug-entry-code.
7954 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
7955 second argument as the 2005-03-07 change makes it obsolete.
7956 (debug-on-entry, cancel-debug-on-entry): Update call to
7957 debug-on-entry-1.
7958 (debug, debugger-setup-buffer): Comment update.
7959 (debugger-frame-number): Update to work with implement-debug-on-entry.
7960
7961 2005-03-10 Jay Belanger <belanger@truman.edu>
7962
7963 * calc/calc-embed.el (math-ms-args): Declare it.
7964 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7965 math-ms-args.
7966 (calc-embedded-subst): Use math-multi-subst-rec to substitute
7967 variables.
7968
7969 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
7970
7971 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7972 Use message-box.
7973
7974 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7975 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7976 (tooltip-gud-tips): Simplify.
7977 (tooltip-gud-tips-p): Remove superfluous :set.
7978 (tooltip-gud-modes): Add fortran-mode.
7979 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7980
7981 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7982
7983 2005-03-09 Kim F. Storm <storm@cua.dk>
7984
7985 * play/animate.el (animate-place-char): Use forward-line instead
7986 of next-line to improve performance.
7987
7988 2005-03-09 Simon Josefsson <jas@extundo.com>
7989
7990 * net/browse-url.el (browse-url-default-browser): Doc fix.
7991
7992 2005-03-09 Miles Bader <miles@gnu.org>
7993
7994 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7995 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7996
7997 2005-03-09 Kenichi Handa <handa@m17n.org>
7998
7999 * international/latin-1.el: Set case and syntax for 255 only if
8000 set-case-syntax-set-multibyte is nil.
8001
8002 * textmodes/ispell.el (ispell-insert-word): New function.
8003 (ispell-word): Use ispell-insert-word to insert a new word.
8004 (ispell-process-line): Likewise.
8005 (ispell-complete-word): Likewise.
8006
8007 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
8008
8009 * calendar/calendar.el (redraw-calendar): Preserve point.
8010 Reported by Matt Hodges <MPHodges@member.fsf.org>.
8011 (calendar-week-start-day): Move after definition of
8012 redraw-calendar. Delete buffer test, since redraw-calendar has
8013 that now.
8014
8015 * calendar/diary-lib.el (mark-diary-entries): Only call
8016 redraw-calendar in the first of any recursive calls.
8017 Reported by Alan Shutko <ats@acm.org>.
8018
8019 2005-03-08 Juri Linkov <juri@jurta.org>
8020
8021 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
8022 (html-horizontal-rule, html-line, html-image, html-checkboxes)
8023 (html-radio-buttons): Add a space before the trailing `/>' where
8024 sgml-xml-mode is non-nil.
8025 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
8026 the subsequent tag of the empty XML tag.
8027 (html-href-anchor): Don't set initial input to "http:".
8028 (html-image): Ask for the image URL and set point inside alt="".
8029 (html-name-anchor): Duplicate the name in the `id' attribute when
8030 sgml-xml-mode is non-nil.
8031 (html-paragraph): Remove \n before <p>.
8032 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
8033 instead of `checked' when sgml-xml-mode is non-nil.
8034
8035 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
8036 Remove 1 space before #RRGGBB to not truncate it on terminal
8037 windows w/o fringes. Remove 1 space between bg and fg examples
8038 to get more space.
8039 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
8040 avoid byte-compile warnings.
8041
8042 * image-file.el (image-file-handler): Put `safe-magic' property to
8043 `image-file-handler'.
8044
8045 * info.el (Info-isearch-search): Emulate word search in
8046 isearching through multiple Info nodes with Info-search.
8047 (Info-isearch-wrap): Allow isearch-word.
8048
8049 2005-03-08 Lute Kamstra <lute@gnu.org>
8050
8051 * emacs-lisp/debug.el (debugger-step-through): Make sure that
8052 stepping into the debugger's code is not possible.
8053 (debugger-jumping-flag): Docstring update.
8054
8055 2005-03-08 Jay Belanger <belanger@truman.edu>
8056
8057 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
8058 embedded mode begins.
8059 (calc-embedded-language-alist): New variable.
8060 (calc-embedded-find-modes): Use calc-embedded-language-alist to
8061 set default language mode.
8062
8063 2005-03-08 Kenichi Handa <handa@m17n.org>
8064
8065 * international/ccl.el (define-ccl-program): Fix docstring about
8066 extra 256 bytes assured for the output buffer.
8067
8068 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8069 Fix BUFFER_MAGNIFICATION to 2.
8070 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8071
8072 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
8073
8074 * align.el (align-rules-list): Added an alignment rule for CSS
8075 declarations (applies to css-mode and html-mode buffers).
8076
8077 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8078
8079 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
8080
8081 2005-03-07 Kim F. Storm <storm@cua.dk>
8082
8083 * simple.el (move-beginning-of-line): New command.
8084
8085 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
8086
8087 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
8088
8089 * emulation/cua-base.el: Put CUA move property on move-end-of-line
8090 and move-beginning-of-line.
8091
8092 * apropos.el (apropos-print): Omit command from M-x ... RET.
8093
8094 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
8095
8096 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
8097 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
8098
8099 2005-03-06 Richard M. Stallman <rms@gnu.org>
8100
8101 * bindings.el (esc-map): Bind M-g to goto-line.
8102
8103 * facemenu.el (global-map): Bind M-o, not M-g.
8104
8105 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8106
8107 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
8108 "Open Directory" as for "Open File".
8109
8110 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
8111
8112 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
8113 (push-mark-command): Run activate-mark-hook.
8114
8115 2005-03-06 Richard M. Stallman <rms@gnu.org>
8116
8117 * help-mode.el (help-mode-finish): Don't alter the element
8118 in view-return-to-alist if there already is one.
8119
8120 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
8121 make sure the current buffer is the expected one.
8122
8123 * novice.el (disabled-command-function): Output in *Disabled Command*.
8124 Explicitly ignore non-keyboard events, and explicitly handle C-g.
8125
8126 * textmodes/flyspell.el (flyspell-large-region):
8127 Pass args differently for aspell.
8128
8129 * files.el (mode-require-final-newline): Doc fix.
8130
8131 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8132
8133 * progmodes/which-func.el (which-function):
8134 Specify NOERROR when calling imenu--make-index-alist.
8135
8136 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 * simple.el (normal-erase-is-backspace): Define default value.
8139
8140 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
8141 (custom-reevaluate-setting): Simple function to handle
8142 variables that are defined before their default value can really
8143 be computed.
8144
8145 * startup.el (command-line): Use it for temporary-file-directory,
8146 small-emporary-file-directory, auto-save-file-name-transforms,
8147 blink-cursor-mode, and normal-erase-is-backspace.
8148
8149 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
8150 progress, even with buggy anchored keywords.
8151
8152 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
8153
8154 * simple.el (goto-line): Remove unbalanced final parenthesis.
8155
8156 2005-03-05 Richard M. Stallman <rms@gnu.org>
8157
8158 * simple.el (goto-line): Use a number at point as the default.
8159 With C-u as arg, switch buffers.
8160
8161 2005-03-05 Juri Linkov <juri@jurta.org>
8162
8163 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
8164 with `no-blinking-cursor'.
8165
8166 * startup.el (no-blinking-cursor): New defvar.
8167 (command-line): Add `--no-blinking-cursor' to longopts.
8168 Set `no-blinking-cursor' to t for command line arguments
8169 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
8170 with `no-blinking-cursor' in the condition for calling
8171 `blink-cursor-mode'.
8172
8173 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
8174
8175 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
8176 (menu-bar-options-save): Add blink-cursor-mode.
8177 (menu-bar-options-menu): Add blink-cursor-mode.
8178
8179 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
8180
8181 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
8182 (icalendar-export-file, icalendar-export-region)
8183 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
8184 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
8185
8186 2005-03-04 Lute Kamstra <lute@gnu.org>
8187
8188 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
8189 (debug-function-list): Ditto.
8190
8191 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
8192
8193 * textmodes/texinfmt.el (texinfo-append-refill):
8194 Redefine the types of line to which @refill
8195 is not appended by replacing a search for `@refill\\|@bye' with
8196 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
8197 itemize@refill' bug and the unfilled long lines bug.
8198 (texinfmt-version): Update number and date.
8199
8200 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8201
8202 * international/code-pages.el (windows-1250, windows-125[2-8])
8203 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
8204
8205 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8206
8207 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
8208 bound yet.
8209
8210 2005-03-02 Romain Francoise <romain@orebokech.com>
8211
8212 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
8213 buffer after removing limits.
8214 (ibuffer-pop-filter): Ditto.
8215 Update copyright.
8216
8217 2005-03-02 Miles Bader <miles@gnu.org>
8218
8219 * button.el (make-text-button): If the user doesn't specify a
8220 type, use the default. Rewrite to use `add-text-properties' and
8221 plist functions.
8222
8223 2005-03-01 Lute Kamstra <lute@gnu.org>
8224
8225 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
8226 (debugger-jumping-flag): New var.
8227 (debug-entry-code): Use it.
8228 (debugger-jump): Use debugger-jumping-flag and add
8229 debugger-reenable to post-command-hook.
8230 (debugger-reenable): Use debugger-jumping-flag and remove itself
8231 from post-command-hook.
8232 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
8233 debugger-reenable.
8234
8235 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
8236
8237 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
8238 inclusion of "itemize\\|", which may be unnecessary, is certainly
8239 inelegant, and stops refilling in itemize lists when formatting
8240 Japanese Texinfo files to Info.
8241 Update copyright to 2005.
8242
8243 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
8244
8245 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
8246 of an error if GDB can't find the source file.
8247
8248 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8249
8250 * calendar/calendar.el (redraw-calendar): Work from any buffer,
8251 not just the calendar.
8252
8253 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
8254 first.
8255 (diary-redraw-calendar): New function.
8256 (make-diary-entry): Add diary-redraw-calendar to local
8257 write-contents-functions. Turn off selective display before
8258 inserting in diary.
8259
8260 2005-03-01 Kim F. Storm <storm@cua.dk>
8261
8262 * emacs-lisp/copyright.el (copyright-fix-years): New command.
8263
8264 2005-03-01 Lute Kamstra <lute@gnu.org>
8265
8266 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
8267 that debug-entry-code can be safely removed from a function while
8268 this code is being evaluated. Revert the 2005-02-27 change as the
8269 new implementation no longer requires it. Make sure that a
8270 function body containing just a string is not mistaken for a docstring.
8271 (debug): Skip one more frame in case of debug on entry.
8272 (debugger-setup-buffer): Delete one more frame line in case of
8273 debug on entry.
8274 (debugger-frame-number): Update to use the new text introduced by
8275 the 1999-11-03 change. Skip one more frame in case of debug on entry.
8276
8277 2005-02-28 Kim F. Storm <storm@cua.dk>
8278
8279 * double.el (double-translate-key): Call force-window-update after
8280 read-event to avoid crash in redisplay.
8281
8282 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8283
8284 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
8285 (debug): Use it. Move the inhibit-trace earlier.
8286 (debug-entry-code): New const.
8287 (debug-on-entry-1): Use it.
8288
8289 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
8290
8291 * international/utf-16.el (ccl-encode-mule-utf-16le):
8292 Fix BUFFER_MAGNIFICATION to 2.
8293 (ccl-encode-mule-utf-16be): Likewise.
8294
8295 2005-02-28 Kenichi Handa <handa@m17n.org>
8296
8297 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8298 Fix BUFFER_MAGNIFICATION to 4.
8299 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8300
8301 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
8302
8303 * speedbar.el (speedbar-update-flag): Doc fix.
8304 (speedbar-show-info-under-mouse): Give set-mouse-position the right
8305 argument.
8306
8307 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
8308
8309 * reveal.el (reveal-post-command): Don't try to reveal overlays which
8310 have a non-nil `invisible' property but are actually visible.
8311
8312 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
8313 for perldoc sections.
8314 (perl-outline-regexp, perl-outline-level): New var and function.
8315 (perl-mode): Use them.
8316
8317 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8318
8319 * calendar/diary-lib.el (diary-remind): Discard any mark portion
8320 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
8321
8322 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
8323
8324 * cus-edit.el: Comment change.
8325 (custom-buffer-create-internal): Slightly reword text at top of
8326 Custom buffers. Mention there that saving an option edits the
8327 init file. Add link to Emacs manual node on `custom-file'.
8328 (custom-magic-alist): Rewrite individual State messages to use
8329 capitalized keywords. Doc fix.
8330
8331 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8332
8333 * calendar/calendar.el (calendar-buffer): Move above
8334 calendar-week-start-day.
8335 (calendar-week-start-day): Doc fix. Add :set function.
8336 (calendar-minimum-window-height): New variable.
8337 (generate-calendar-window): Only resize window if selected-window
8338 is displaying the calendar buffer. Use new variable
8339 calendar-minimum-window-height.
8340 (generate-calendar): Reword error message.
8341 (calendar-mode-map): Bind DEL to scroll-other-window-down.
8342
8343 2005-02-27 Andreas Schwab <schwab@suse.de>
8344
8345 * vc.el (vc-do-command): Don't run command asynchronously when
8346 operating in a remote directory.
8347
8348 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
8349 change from sync with Tramp 2.0.47.
8350
8351 2005-02-27 Richard M. Stallman <rms@gnu.org>
8352
8353 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8354
8355 * textmodes/flyspell.el (flyspell-mode-on):
8356 Call ispell-change-dictionary only if necessary.
8357
8358 * emacs-lisp/re-builder.el (regexp-builder): New function.
8359
8360 * register.el (describe-register-1): Explicitly handle
8361 yank-excluded-properties = t.
8362
8363 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
8364 (custom-magic-alist): Change the status descriptions again.
8365 (face widget-type): Total rewrite based on `restricted-sexp'
8366 to eliminate the confusing double hiding levels.
8367
8368 * emacs-lisp/debug.el (debug-on-entry-1):
8369 If function body is empty, add nil as body form.
8370
8371 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8372
8373 * emacs-lisp/trace.el (inhibit-trace): New var.
8374 (trace-make-advice): Use it.
8375
8376 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
8377
8378 2005-02-26 Kim F. Storm <storm@cua.dk>
8379
8380 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
8381 (mouse-on-link-p, mouse-drag-region-1): Use it.
8382
8383 2005-02-25 Lute Kamstra <lute@gnu.org>
8384
8385 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
8386
8387 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
8388
8389 * frame.el (blink-cursor-mode): Add :group keyword.
8390
8391 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
8392
8393 * calendar/icalendar.el (icalendar--decode-isodatetime):
8394 New optional argument DAY-SHIFT.
8395 (icalendar-export-region): Fix coding-system-for-write.
8396 (icalendar--convert-ical-to-diary): Shift end-day of all-day
8397 events by one.
8398
8399 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8400
8401 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
8402
8403 2005-02-24 Kim F. Storm <storm@cua.dk>
8404
8405 * international/iso-acc.el (iso-accents-compose): Fix crash
8406 during redisplay. Call force-window-update after read-event
8407 and delete-region to signal that window is not accurate.
8408
8409 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8410
8411 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
8412 Remove unused and inexistent var `inhibit-trace'.
8413 (debugger-mode): Use run-mode-hooks.
8414 (debugger-list-functions): Add buttons; setup xref stack.
8415
8416 2005-02-23 Richard M. Stallman <rms@gnu.org>
8417
8418 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
8419 appointment says it was explicitly made.
8420 (appt-add): Set the 3rd element.
8421 (appt-make-list): Preserve explicit appointments.
8422
8423 * subr.el (find-tag-default): Catch errors in forward-sexp.
8424
8425 2005-02-23 Juri Linkov <juri@jurta.org>
8426
8427 * info.el (Info-isearch-search): New defcustom.
8428 (Info-isearch-search): Call the default isearch function
8429 when Info-isearch-search is nil.
8430 (Info-isearch-wrap): Use variable Info-isearch-search.
8431
8432 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
8433
8434 * cus-edit.el: Comment change.
8435
8436 2005-02-22 Kim F. Storm <storm@cua.dk>
8437
8438 * progmodes/hideif.el (hide-ifdef-use-define-alist):
8439 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
8440
8441 2005-02-22 Simon Josefsson <jas@extundo.com>
8442
8443 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
8444 New variable.
8445 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
8446 Oskarsson" <myrkraverk@users.sourceforget.net>.
8447
8448 2005-02-22 Kim F. Storm <storm@cua.dk>
8449
8450 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
8451 check that window of that event is the selected window.
8452 (mouse-drag-region-1): Compare mouse event window to selected
8453 window before setting point.
8454
8455 * tooltip.el (tooltip-show-help-function): Pass event to
8456 mouse-on-link-p so it can check selected window.
8457
8458 2005-02-22 Kenichi Handa <handa@m17n.org>
8459
8460 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
8461 (ps-mule-show-warning): New function.
8462 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
8463 characters are found.
8464
8465 * ps-print.el (ps-header-footer-string): Return a list of header
8466 and footer strings.
8467
8468 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8469
8470 * pcvs.el (cvs-retrieve-revision): Fix thinko.
8471
8472 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8473
8474 * frame.el (blink-cursor-mode): Use define-minor-mode.
8475
8476 * term/mac-win.el (function-key-map): Use char-names more consistently.
8477 (file-name-coding-system): Only set it for MacOS-9. The other case is
8478 already handled in mule-cmds.el (where it also works when mac-win.el
8479 is not used).
8480
8481 2005-02-21 Kenichi Handa <handa@m17n.org>
8482
8483 * international/mule.el (ctext-pre-write-conversion): Always use
8484 " *code-converting-work*" buffer for work.
8485
8486 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
8487
8488 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
8489
8490 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
8491
8492 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
8493
8494 * ses.el (undo-more): Restore defadvice, but only the part that
8495 allows changes outside the restricted area of the buffer.
8496
8497 2005-02-20 Kim F. Storm <storm@cua.dk>
8498
8499 * simple.el (line-move): Add fourth optional arg try-vscroll which
8500 must be set to perform auto-window-vscroll.
8501 When moving backwards and doing auto-window-vscroll, automatically
8502 vscroll to the last part of lines which are taller than the window.
8503 (next-line, previous-line): Set try-vscroll arg on line-move.
8504
8505 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8506
8507 * replace.el (query-replace, query-replace-regexp)
8508 (replace-string, replace-regexp): When operating on region, make
8509 the minibuffer prompt say so.
8510
8511 * isearch.el (isearch-forward): Document isearch-query-replace and
8512 isearch-query-replace-regexp keybindings.
8513
8514 2005-02-19 Jay Belanger <belanger@truman.edu>
8515
8516 * calc/calc-aent.el (math-read-token): Add local variable.
8517
8518 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
8519 (calc-edit-top): Move declaration to earlier in file.
8520 (calc-edit-macro-repeats): Add local variables.
8521
8522 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
8523 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
8524 calcFunc-tanh.
8525 Adjust integration rule for calcFunc-tan.
8526
8527 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8528
8529 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
8530 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
8531 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
8532 (viper-skip-separators): Bug fix.
8533 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
8534 particular major mode.
8535 (viper-del-backward-char-in-replace): Don't put deleted char on the
8536 kill ring.
8537
8538 * viper-ex.el (viper-color-display-p): New function.
8539 (viper-has-face-support-p): Use viper-color-display-p.
8540
8541 * viper-keym.el (viper-gnus-modifier-map): New keymap.
8542
8543 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
8544
8545 * viper-util.el (viper-glob-unix-files): Fix shell status check.
8546 (viper-file-remote-p): Make equivalent to file-remote-p.
8547
8548 * viper.el (viper-major-mode-modifier-list):
8549 Use viper-gnus-modifier-map.
8550
8551 2005-02-19 David Kastrup <dak@gnu.org>
8552
8553 * subr.el (subregexp-context-p): Fix garbled doc string by adding
8554 quoting.
8555
8556 2005-02-19 Jay Belanger <belanger@truman.edu>
8557
8558 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
8559 Remove extra definitions.
8560 (calc-coth): New function.
8561 (calcFunc-cot): Fix `let'.
8562
8563 2005-02-19 Eli Zaretskii <eliz@gnu.org>
8564
8565 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
8566 the reasons we use "type pc" in these faces.
8567
8568 * button.el (button): Ditto.
8569
8570 2005-02-19 Michael Mauger <mmaug@yahoo.com>
8571
8572 * replace.el (query-replace-read-from): Set the value of
8573 query-replace-from-history-variable to handle the case of an empty
8574 string entered to accept the suggested default.
8575
8576 * net/tramp.el (tramp-file-name-for-operation):
8577 Use dired-call-process instead of dired-call-process-command.
8578
8579 2005-02-19 Jay Belanger <belanger@truman.edu>
8580
8581 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
8582 (math-div-non-trig): New variables.
8583 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
8584 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
8585 (math-combine-prod, math-div-symb-fancy): Add simplifications for
8586 trig expressions.
8587
8588 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
8589
8590 * progmodes/gdb-ui.el (gdb-var-update-handler)
8591 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
8592 for watch expressions,
8593 (gdb-var-create-handler): Don't set speedbar-update-flag.
8594 (gdb-post-prompt): Simplify test for speedbar.
8595
8596 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8597
8598 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
8599 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
8600 we use the syntax table of the correct buffer.
8601 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
8602 Felix Gatzemeier.
8603
8604 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
8605 (ediff-file-remote-p): Make synonymous with file-remote-p.
8606 In all deffaces ediff-*-face-*, use min-colors.
8607
8608 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
8609 ediff-recurse-to-subdirectories.
8610 (ediff-mark-if-equal): Check that the arguments are strings, use
8611 ediff-same-contents (after to Felix Gatzemeier).
8612
8613 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
8614 nil.
8615
8616 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * log-view.el (log-view-message-re): Fix up Subversion regexp.
8619
8620 2005-02-18 David Kastrup <dak@gnu.org>
8621
8622 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
8623 use `mark-active' when defined.
8624
8625 2005-02-18 Kenichi Handa <handa@m17n.org>
8626
8627 * ps-print.el (ps-font-info-database): New entry
8628 ZapfChancery-MediumItalic with correct font name. Fix font name
8629 of the entry Zapf-Chancery-MediumItalic.
8630
8631 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8632
8633 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
8634
8635 2005-02-16 Kim F. Storm <storm@cua.dk>
8636
8637 * ido.el (ido-fallback-command): Pass user input to fallback command.
8638
8639 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
8640
8641 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8642 (gdb-find-file-hook): Add server prefix.
8643
8644 2005-02-16 Richard M. Stallman <rms@gnu.org>
8645
8646 * replace.el (perform-replace): Pass new args to replace-highlight.
8647 (replace-highlight): Take region args,
8648 and pass them to isearch-lazy-highlight-new-loop.
8649
8650 * novice.el (disabled-command-hook): Autoload the defalias
8651 and the make-obsolete-variable call.
8652
8653 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
8654
8655 * isearch.el (isearch-lazy-highlight-start-limit)
8656 (isearch-lazy-highlight-end-limit): New variables limit
8657 the region for highlighting.
8658 (isearch-lazy-highlight-new-loop): New args BEG and END.
8659 (isearch-lazy-highlight-search): Use the new vars.
8660 (isearch-lazy-highlight-update): Likewise.
8661
8662 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
8663
8664 * cus-start.el (all): Use default-boundp.
8665
8666 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
8667
8668 * menu-bar.el (menu-bar-select-frame): Handle current frame.
8669
8670 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
8671
8672 * autorevert.el (auto-revert-stop-on-user-input)
8673 (auto-revert-verbose): Doc fixes.
8674
8675 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8676
8677 * international/mule-cmds.el (set-locale-environment): Remove call
8678 to set-selection-coding-system on Windows.
8679
8680 2005-02-15 Jay Belanger <belanger@truman.edu>
8681
8682 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8683 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8684 calcFunc-coth.
8685 (math-simplify-sqrt): Add simplifications.
8686
8687 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8688 to list.
8689
8690 * calc/calc-ext.el: Add functions to autoloads.
8691
8692 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8693 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8694 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8695 (math-csc-raw, math-cot-raw): New functions.
8696
8697 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8698
8699 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8700 the variable name in a message.
8701
8702 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8703 calcFunc-csc, calcFunc-cot.
8704
8705 * calc/calcalg2.el: Add derivative and integration rules for
8706 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8707 calcFunc-csch, calcFunc-coth.
8708 (math-do-integral-methods): Add to checks for when to use
8709 substitutions.
8710
8711 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8712
8713 2005-02-15 Lute Kamstra <lute@gnu.org>
8714
8715 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8716 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
8717 <monnier@iro.umontreal.ca>
8718 (lisp-outline-level): Improve efficiency. Suggested by David
8719 Kastrup <dak@gnu.org>.
8720
8721 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
8722
8723 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8724 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8725 (gdb-set-gud-minor-mode-existing-buffers): New functions.
8726 (gdb-find-file-hook): New hook. Add it to find-file-hook.
8727 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8728
8729 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
8730
8731 * cus-start.el (all): Comment change.
8732
8733 2005-02-14 Lute Kamstra <lute@gnu.org>
8734
8735 * cus-start.el (all): Check if symbol is void.
8736
8737 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
8738
8739 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8740 optional argument to \cite.
8741
8742 2005-02-14 Richard M. Stallman <rms@gnu.org>
8743
8744 * cus-edit.el (custom-buffer-create-internal): Update help message.
8745 (custom-magic-alist): Update help messages.
8746
8747 * cus-start.el (all): Allow a var to specify a standard value.
8748
8749 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
8750
8751 * custom.el (custom-theme-set-variables): Handle variable aliases.
8752
8753 * frame.el (blink-cursor-timer): Doc fix.
8754 (blink-cursor): Make it an alias for `blink-cursor-mode' and
8755 declare obsolete.
8756 (blink-cursor-mode): Define with defcustom and use correct
8757 standard expression in that defcustom.
8758 * startup.el (command-line): Adapt to above changes in frame.el.
8759
8760 2005-02-11 Lute Kamstra <lute@gnu.org>
8761
8762 * apropos.el (apropos-score-doc): Prevent division by zero.
8763
8764 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
8765
8766 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8767 (icalendar--get-event-property-attributes)
8768 (icalendar--get-event-properties)
8769 (icalendar--datetime-to-diary-date): New functions.
8770 (icalendar--split-value): Doc fix.
8771 (icalendar--datetime-to-noneuropean-date)
8772 (icalendar--datetime-to-european-date): New optional argument
8773 SEPARATOR. Return result as a string instead of a list.
8774 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8775 (icalendar--convert-string-for-export): Rename arg S to STRING.
8776 (icalendar-export-region): Doc fix. Change name of error buffer.
8777 Save output buffer.
8778 (icalendar-import-file): Add blank at end of prompt.
8779 (icalendar-import-buffer): Doc fix. Do not switch to error
8780 buffer. Indicate status in return value.
8781 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
8782 buffer. Save output buffer. Handle exception from recurrence
8783 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
8784 events. Fix problems with weekly all-day events.
8785
8786 2005-02-10 Richard M. Stallman <rms@gnu.org>
8787
8788 * simple.el (eval-expression-print-format):
8789 Avoid warning about edebug-active.
8790
8791 * help.el (help-for-help-internal): Rename from help-for-help.
8792 (help-for-help): Define with defalias.
8793
8794 * font-core.el (font-lock-default-function): Use with-no-warnings.
8795
8796 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8797
8798 * custom.el (defface): Doc fix.
8799
8800 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
8801
8802 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8803 width 0" to prevent word wrapping problems.
8804
8805 2005-02-09 Kim F. Storm <storm@cua.dk>
8806
8807 * ido.el (ido-file-extensions-order): New defcustom.
8808 (ido-file-extension-lessp, ido-file-extension-aux)
8809 (ido-file-extension-order): New advanced file ordering.
8810 (ido-file-lessp): New simple file ordering.
8811 (ido-sort-list): Remove.
8812 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8813 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8814
8815 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
8816
8817 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8818 that some versions of grep produce.
8819 (grep-mode-font-lock-keywords): Likewise.
8820
8821 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
8822
8823 * progmodes/gdb-ui.el (gdb-location-list): New variable.
8824 (gdb-cdir): Delete.
8825 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8826 (gdb-source-info): Treat case when source file is in another
8827 directory properly.
8828 (gdb-get-location): New function.
8829
8830 2005-02-07 Jay Belanger <belanger@truman.edu>
8831
8832 * calc/calc-prog.el (calc-write-parse-table-part)
8833 (calc-fix-token-name): Fix a check for language type.
8834
8835 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8836
8837 2005-02-07 Andre Spiegel <spiegel@gnu.org>
8838
8839 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8840 as directory not writable.
8841
8842 2005-02-07 Kim F. Storm <storm@cua.dk>
8843
8844 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8845 (cua--standard-movement-commands): Remove list.
8846 Instead, set CUA property value to move for movement commands.
8847 (cua-movement-commands): Remove. Users must set CUA prop instead.
8848 (cua--pre-command-handler): Check CUA property.
8849 (cua--init-keymaps): Don't remap undo commands.
8850 (cua-mode): Don't call cua--rectangle-on-off.
8851
8852 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8853 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8854 (cua--rect-undo-set-point): New var.
8855 (cua--rectangle-undo-boundary): Setup undo apply entry.
8856 (cua--rect-undo-handler): New function for rectangle undo.
8857 (cua--rect-start-position, cua--rect-end-position): Add.
8858 (cua--rectangle-post-command): Call cua--rectangle-set-corners
8859 for restored rectangle. Set point if cua--rect-undo-set-point.
8860
8861 2005-02-06 Jay Belanger <belanger@truman.edu>
8862
8863 * calc/calc-lang.el (calc-tex-language): Display more information
8864 in messages.
8865
8866 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8867 in TeX mode.
8868
8869 2005-02-06 Richard M. Stallman <rms@gnu.org>
8870
8871 * emacs-lisp/lisp.el (buffer-end): Doc fix.
8872
8873 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8874
8875 * net/ldap.el (ldap-search-internal): Support attributes with
8876 optional descriptions separated by a semi-colon, as in
8877 "userCertificate;binary".
8878
8879 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8880
8881 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8882 isn't a cons (i.e. the version is 0).
8883
8884 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8885
8886 * help.el (help-for-help): Doc fix.
8887
8888 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
8889
8890 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
8891 GDB-Windows on the menu-bar as this works better.
8892
8893 2005-02-04 Jay Belanger <belanger@truman.edu>
8894
8895 * calc/calc-embed.el (calc-embedded-update): Don't put in
8896 unnecessary newlines. Adjust the end of formula marker.
8897
8898 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8899 (math-latex-parse-two-args): New function.
8900
8901 2005-02-03 Lute Kamstra <lute@gnu.org>
8902
8903 * help-fns.el (help-with-tutorial): Make sure that users cannot
8904 remove the entire text of the tutorial by means of `undo'.
8905
8906 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8907
8908 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8909 in recent changes, where the ispell process was repeatedly
8910 killed & restarted.
8911
8912 * international/mule-cmds.el (set-locale-environment): Set file-name
8913 coding system to utf-8 on Darwin systems.
8914 (set-default-coding-systems): Don't set default-file-name-coding-system
8915 on Darwin systems.
8916
8917 2005-02-03 Richard M. Stallman <rms@gnu.org>
8918
8919 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8920
8921 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
8922
8923 * faces.el (list-faces-display): Add optional argument.
8924
8925 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8926
8927 * font-core.el (font-lock-default-function): Handle the rare case where
8928 only font-lock-keywords is set.
8929
8930 2005-02-02 Kenichi Handa <handa@m17n.org>
8931
8932 * international/characters.el: Cancel previous change for
8933 I-WITH-DOT-ABOVE and DOTLESS-i.
8934
8935 * international/latin-5.el: Cancel previous change.
8936
8937 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8938
8939 * progmodes/gud.el: Correction to syntax in gud-menu-map.
8940
8941 2005-02-02 Kenichi Handa <handa@m17n.org>
8942
8943 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8944 DOTLESS-i.
8945
8946 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8947 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8948
8949 * case-table.el (get-upcase-table): New function.
8950 (copy-case-table): Copy upcaes table too if non-nil.
8951 (set-case-syntax-delims): Maintain upcase table too.
8952 (set-case-syntax-pair): Likewise.
8953 (set-upcase-syntax, set-downcase-syntax): New functions.
8954 (set-case-syntax): Maintain upcase table too.
8955
8956 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8957
8958 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8959
8960 * progmodes/gud.el (gud-goto-info): New function.
8961 (gud-tool-bar-map): Use correct icon.
8962
8963 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8964
8965 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8966 When delegating, order args in the funcall correctly.
8967
8968 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8969
8970 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8971
8972 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
8973
8974 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8975 buffer not visiting a file.
8976
8977 2005-01-31 Jay Belanger <belanger@truman.edu>
8978
8979 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8980 bound on the line with the formula.
8981
8982 2005-01-31 Kim F. Storm <storm@cua.dk>
8983
8984 * ses.el (ses-create-cell-variable-range)
8985 (ses-destroy-cell-variable-range, ses-reset-header-string)
8986 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8987 (ses-insert-row): Fix format of apply undo entries.
8988
8989 2005-01-31 Jay Belanger <belanger@truman.edu>
8990
8991 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8992 parts.
8993
8994 * calc/calc-embed.el (calc-embedded-open-formula)
8995 (calc-embedded-close-formula): Ignore matrix environments.
8996
8997 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8998 TeX mode.
8999
9000 * calc/calc-lang.el (math-function-table, math-oper-table)
9001 (math-variable-table): Adjust the LaTeX portions.
9002
9003 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
9004 (math-latex-ignore-words): New constant.
9005
9006 2005-01-31 Richard M. Stallman <rms@gnu.org>
9007
9008 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
9009 (ispell-local-dictionary): Doc fix.
9010 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
9011 Don't reinitialize at run time. Don't defcustom.
9012 All uses changed to append ispell-local-dictionary-alist,
9013 or check it first.
9014 (ispell-current-dictionary): New variable for dictionary in use.
9015 (ispell-dictionary): Now used only for global default.
9016 (ispell-start-process): Set ispell-current-dictionary,
9017 not ispell-dictionary.
9018 (ispell-change-dictionary): Use this only for setting
9019 user preferences.
9020 (ispell-internal-change-dictionary): New function
9021 to change the current dictionary in use.
9022 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
9023 Use ispell-current-dictionary.
9024 Handle ispell-local-dictionary-overridden.
9025 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
9026
9027 2005-01-31 Jay Belanger <belanger@truman.edu>
9028
9029 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
9030
9031 * calc/calc-ext.el: Add calc-latex-language to autoloads.
9032 (calc-mode-map): Add calc-latex-language.
9033
9034 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
9035 (math-latex-print-frac): New functions.
9036 (math-oper-table, math-function-table, math-variable-table)
9037 (math-complex-format, math-input-filter): Add latex properties.
9038 (calc-set-language): Set math-expr-special-function-mapping.
9039
9040 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
9041 (calc-write-parse-table-part): Add LaTeX support.
9042
9043 * calc/calc.el (calc-language): Adjust docstring.
9044 (calc-set-mode-line): Add LaTeX support.
9045 (math-expr-special-function-mapping): New variable.
9046 (math-tex-ignore-words): Add to list.
9047
9048 * calc/calccomp.el (math-compose-expr, math-compose-rows):
9049 Add LaTeX support.
9050 (math-compose-expr): Add support for special functions.
9051
9052 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
9053
9054 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
9055
9056 * progmodes/gdb-ui.el (gdb-memory-address)
9057 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
9058 (gdb-memory-mode-map, gdb-memory-format-keymap)
9059 (gdb-memory-format-menu, gdb-memory-unit-keymap)
9060 (gdb-memory-unit-menu): New variables for a buffer
9061 that lets the user examine program memory.
9062 (gdb-memory-set-address, gdb-memory-set-repeat-count)
9063 (gdb-memory-format-binary, gdb-memory-format-octal)
9064 (gdb-memory-format-unsigned, gdb-memory-format-signed)
9065 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
9066 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
9067 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9068 (gdb-memory-unit-byte, gdb-memory-unit-menu)
9069 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
9070 (gdb-memory-mode, gdb-memory-buffer-name)
9071 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
9072 New functions for above buffer.
9073
9074 2005-01-30 Richard M. Stallman <rms@gnu.org>
9075
9076 * cus-edit.el (custom-bury-buffer): Function deleted.
9077 (custom-buffer-done-function): Option deleted.
9078 (custom-buffer-done-kill): New (replacement option.
9079 (Custom-buffer-done): Call quit-window.
9080 (custom-buffer-create-internal): Update for above changes.
9081
9082 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
9083
9084 * simple.el (undo-ask-before-discard): New var.
9085 (undo-outer-limit-truncate): Implement it.
9086 (undo-extra-outer-limit): Doc update.
9087
9088 2005-01-29 Richard M. Stallman <rms@gnu.org>
9089
9090 * ses.el (undo-more): Delete defadvice.
9091 (ses-begin-change): Doc fix.
9092
9093 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
9094 instead of rebinding C-x u and C-_.
9095
9096 * files.el (normal-backup-enable-predicate): Return nil for files
9097 in /tmp, regardless of temporary-file-directory.
9098
9099 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
9100
9101 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
9102 (open-rectangle, delete-whitespace-rectangle-line)
9103 (clear-rectangle-line): If FILL, pass t instead of FILL
9104 for move-to-column's 2nd arg.
9105
9106 * simple.el (undo): Fix the test for continuing a series of undos.
9107 (undo-more): Set pending-undo-list to t when we reach end.
9108 (pending-undo-list): Move up defvar.
9109
9110 * wid-edit.el (widget-button-click):
9111 Shorten the range of the track-mouse binding.
9112
9113 * comint.el (comint-insert-input): Undo previous changes;
9114 use last-input-event in interactive spec.
9115
9116 2005-01-29 Eli Zaretskii <eliz@gnu.org>
9117
9118 * progmodes/compile.el (compilation-start): Bind buffer-read-only
9119 to nil before invoking call-process. Reset buffer's modified flag
9120 after fontifying it in the no-async branch.
9121
9122 * wid-edit.el (widget-specify-button): If mouse pointer shape
9123 cannot be changed, use mouse face instead.
9124
9125 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
9126
9127 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9128 (gdb-goto-breakpoint): Make breakpoint handling work on template
9129 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
9130 (gdb-assembler-custom): Update to recognize breakpoint information
9131 added on 2005-01-19.
9132
9133 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
9134
9135 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
9136 (dsssl-mode): Use define-derived-mode.
9137 (scheme-mode-initialize): Remove.
9138 (scheme-mode): Use run-mode-hooks.
9139
9140 * cus-edit.el (customize-group-other-window)
9141 (custom-buffer-create-other-window): Don't override special-display-*.
9142 (custom-mode-map): Make it dense.
9143
9144 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
9145 sets the default value.
9146
9147 2005-01-28 Eli Zaretskii <eliz@gnu.org>
9148
9149 * descr-text.el: Add more keywords.
9150
9151 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
9152
9153 * speedbar.el: Avoid unnecessary use of locate-library.
9154
9155 * international/mule-cmds.el (standard-display-european-internal):
9156 Don't fiddle with latin-1 non-break space any more since it's now
9157 special cased in the C code.
9158 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
9159
9160 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
9161
9162 * cus-start.el (all): Add `undo-outer-limit'.
9163
9164 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9165
9166 * textmodes/bibtex.el (bibtex-format-entry):
9167 Use `bibtex-empty-field-re' only on the text of fields, not on entire
9168 field lines.
9169 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
9170 not on part of a buffer.
9171
9172 2005-01-25 Lute Kamstra <lute@gnu.org>
9173
9174 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
9175 nonempty field text strings like "{letters\\macro{}more letters}".
9176 Clarify docstring.
9177 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
9178 (bibtex-entry-offset, bibtex-parse-association)
9179 (bibtex-parse-field-name): Fix typos in docstrings.
9180 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
9181
9182 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
9183
9184 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
9185 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
9186 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
9187 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
9188
9189 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
9190 isearch minor mode.
9191
9192 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
9193
9194 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
9195
9196 2005-01-24 Lute Kamstra <lute@gnu.org>
9197
9198 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
9199 CASECHARS and NOT-CASECHARS regular expressions of the
9200 "nederlands" and "nederlands8" dictionaries to prevent a "Range
9201 striding over charsets" error.
9202
9203 2005-01-24 Jay Belanger <belanger@truman.edu>
9204
9205 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
9206 display variable name.
9207
9208 2005-01-24 Kenichi Handa <handa@m17n.org>
9209
9210 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
9211 Fix setting of the element of encoded-kbd-iso2022-invocations.
9212
9213 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
9214
9215 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9216 (gdb-threads-select): Change to also accept mouse events.
9217 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
9218 (gdb-threads-mouse-select): Delete.
9219
9220 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
9221
9222 * files.el (insert-directory): Take care of empty directory,
9223 listed without -a switch.
9224
9225 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * textmodes/refill.el (refill-post-command-function):
9228 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
9229 to the list of functions that we should be careful not to undo.
9230 (refill-late-fill-paragraph-function): Remove.
9231 (refill-saved-state): New var.
9232 (refill-mode): Use it to save fill-paragraph-function.
9233 Save also the value of auto-fill-function.
9234
9235 * term/w32-win.el: Simplify code.
9236
9237 2005-01-23 Kim F. Storm <storm@cua.dk>
9238
9239 * simple.el (line-move): Adapt to new return value from
9240 pos-visible-in-window-p.
9241
9242 * simple.el (line-move): Fix last change. Check partial
9243 visibility at point rather than at window-start.
9244
9245 2005-01-22 Jason Rumney <jasonr@gnu.org>
9246
9247 * term/w32-win.el (xw-defined-colors): Remove debug-message.
9248
9249 2005-01-22 David Kastrup <dak@gnu.org>
9250
9251 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
9252
9253 2005-01-22 Eli Zaretskii <eliz@gnu.org>
9254
9255 * type-break.el (type-break-mode): Add a test for
9256 type-break-file-name being non-nil.
9257
9258 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9259
9260 * net/eudc.el (top level): Call (message "") via progn, so that
9261 eudc-options-file is loaded.
9262
9263 2005-01-22 Kim F. Storm <storm@cua.dk>
9264
9265 * simple.el (line-move-1): Rename from line-move.
9266 (line-move): New function that adjusts vscroll for partially
9267 visible rows, and calls line-move-1 otherwise.
9268
9269 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
9270
9271 * pcomplete.el: define pcomplete-read-event instead of read-event,
9272 since it's not a complete read-event implementation
9273
9274 2005-01-20 Jay Belanger <belanger@truman.edu>
9275
9276 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
9277 for called function.
9278
9279 2005-01-20 Steven Tamm <steventamm@mac.com>
9280
9281 * term/mac-win.el (process-connection-type): Remove.
9282 Controlled now by s/darwin.h:PTY_ITERATION.
9283
9284 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9285
9286 * window.el (handle-select-window): Don't switch window when we're
9287 in the minibuffer.
9288
9289 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
9290
9291 * subr.el (dotimes-with-progress-reporter): New macro.
9292
9293 * ses.el (ses-dotimes-msg): Remove macro.
9294 Use `dotimes-with-progress-reporter' instead.
9295
9296 2005-01-19 Steven Tamm <steventamm@mac.com>
9297
9298 * term/mac-win.el (process-connection-type): Use new
9299 operating-system-release variable to use ptys on Darwin 7 (OS X
9300 10.3) when using carbon build.
9301
9302 2005-01-19 Jay Belanger <belanger@truman.edu>
9303
9304 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
9305 flags if the last command was a tab or M-tab.
9306
9307 * calc/calc-prog.el (calc-user-define-edit): Put original formula
9308 in formula editing buffer.
9309
9310 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9311
9312 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
9313 breakpoint image symbol in margin.
9314
9315 2005-01-19 Jay Belanger <belanger@truman.edu>
9316
9317 * calc/calc-prog.el (calc-execute-kbd-macro):
9318 Ignore calc-keep-arg-flag.
9319
9320 2005-01-19 Kenichi Handa <handa@m17n.org>
9321
9322 * textmodes/ispell.el (ispell-looking-at): New function.
9323 (ispell-process-line): Use ispell-looking-at to compare the ispell
9324 output and the buffer contents.
9325
9326 2005-01-18 Jay Belanger <belanger@truman.edu>
9327
9328 * calc/calc.el (calc-display-raw): Fix docstring.
9329
9330 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9331
9332 * simple.el (blink-matching-open): Strip extra info from syntax.
9333
9334 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
9335 funny chars in the end-of-here-doc marker.
9336
9337 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9338
9339 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
9340 that enable/disabled state of breakpoints is shown correctly in
9341 fringe and on ttys.
9342 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
9343 Add breakpoint information as text properties.
9344 (gdb-mouse-toggle-breakpoint):
9345 Rename to gdb-mouse-set-clear-breakpoint.
9346 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
9347 breakpoints in the margin.
9348 (gdb-remove-strings): Simplify.
9349
9350 2005-01-17 Jay Belanger <belanger@truman.edu>
9351
9352 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
9353 erasing buffer.
9354
9355 2005-01-17 Richard M. Stallman <rms@gnu.org>
9356
9357 * progmodes/grep.el (grep-find): Copy from `grep' the condition
9358 for calling grep-compute-defaults.
9359
9360 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
9361 if buffer is empty.
9362
9363 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
9364
9365 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
9366
9367 * hilit-chg.el (highlight-changes-mode): Don't autoload.
9368
9369 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
9370 non-preloaded variables.
9371
9372 2005-01-17 Steven Tamm <steventamm@mac.com>
9373
9374 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
9375 tex-shell cause to force interactivity when using pipes.
9376
9377 2005-01-17 Kim F. Storm <storm@cua.dk>
9378
9379 * simple.el (just-one-space): Make arg optional.
9380
9381 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
9382
9383 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
9384 posn-at-x-y to t to access left-margin.
9385
9386 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9387
9388 Sync with Tramp 2.0.47.
9389
9390 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
9391 catching keep-date problems in cp/scp operations.
9392 (tramp-handle-copy-file): Don't call `set-file-modes'
9393 unconditionally. Specialized functions should know better what is
9394 necessary. This improves performance a little bit, and the
9395 functions could catch errors with `cp -p' and `scp -p'.
9396 (tramp-do-copy-or-rename-file-via-buffer)
9397 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
9398 when appropriate.
9399 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
9400 Call `set-file-modes' when appropriate.
9401 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
9402 Johnsson <isak@hypergene.com>
9403 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
9404 of both Tramp buffer and debug buffer. Reported by Joakim Verona
9405 <joakim@verona.se>
9406 (tramp-file-name-for-operation): Mark `shell-command' as magic for
9407 Emacs only.
9408
9409 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
9410 `find-file-hooks' and `dired-mode-hook'.
9411 (tramp-minor-mode-map): Respective map. Add remapping for
9412 `compile' and `recompile'.
9413 (tramp-remap-command, tramp-recompile): New defuns.
9414 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
9415 in buffer "*Compilation*". Call the commands asynchronously.
9416
9417 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
9418 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
9419 `shell-command', because it isn't magic in XEmacs. Reported by
9420 Adrian Aichner <adrian@xemacs.org>.
9421
9422 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9423 `substitute-in-file-name.
9424 (tramp-smb-handle-substitute-in-file-name): New defun.
9425 (tramp-smb-advice-PC-do-completion): Delete advice.
9426
9427 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
9428
9429 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
9430 Fix error in deleting region.
9431
9432 2005-01-15 Richard M. Stallman <rms@gnu.org>
9433
9434 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
9435 In non-temp buffer, switch syntax table temporarily.
9436
9437 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
9438
9439 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
9440
9441 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
9442
9443 * imenu.el (imenu--split-menu): Copy menulist before sorting.
9444 (imenu--generic-function): Use START, not BEG, as pos of definition.
9445
9446 * simple.el (just-one-space): Argument specifies number of spaces.
9447
9448 * simple.el (eval-expression-print-format): Avoid warning
9449 about edebug-active.
9450
9451 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
9452
9453 * progmodes/sh-script.el: Code copied from make-mode.el
9454 with small changes,
9455 (sh-mode-map): Bind C-c C-\.
9456 (sh-backslash-column, sh-backslash-align): New variables.
9457 (sh-backslash-region, sh-append-backslash): New functions.
9458
9459 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
9460
9461 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
9462 (rmail-pop-password, rmail-pop-password-required): Move to
9463 rmail-obsolete group.
9464 (rmail-set-pop-password): Rename to rmail-set-remote-password.
9465 All callers updated.
9466 (rmail-get-pop-password): Rename to rmail-get-remote-password.
9467 Take an argument specifying whether it is POP or IMAP mailbox we
9468 are using. All callers updated.
9469 (rmail-pop-password-error): Rename to
9470 rmail-remote-password-error. Added mailutils-specific error message.
9471 (rmail-movemail-search-path)
9472 (rmail-movemail-variant-in-use): New variables.
9473 (rmail-remote-password, rmail-remote-password-required):
9474 New customization variables.
9475 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
9476 (rmail-parse-url): New function.
9477 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
9478 with GNU mailutils movemail.
9479
9480 2005-01-15 Kevin Ryde <user42@zip.com.au>
9481
9482 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
9483 suffix to space, $ or '$, to correctly position point when going
9484 to @table style constants like DBL_MAX.
9485
9486 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9487
9488 * type-break.el (type-break-mode, type-break-file-time)
9489 (type-break-file-keystroke-count, type-break-choose-file):
9490 Don't store data in or load data from the file if type-break-file-name
9491 is nil.
9492 (type-break-file-name): Doc update as per the above.
9493
9494 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
9495
9496 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
9497 lookup-key might return nil; handle that.
9498
9499 2005-01-15 Alan Mackenzie <acm@muc.de>
9500
9501 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
9502 rather than the element found, thus enabling the tree to be setcar'd.
9503
9504 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9505
9506 * textmodes/org.el (org-show-following-heading): New option.
9507 (org-show-hierarchy-above): Use `org-show-following-heading'.
9508 (org-cycle): Documentation fix.
9509
9510 * textmodes/org.el (orgtbl-optimized): New option
9511 (orgtbl-mode): New command, a minor mode.
9512 (orgtbl-mode-map): New variable.
9513 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
9514 (orgtbl-error, orgtbl-self-insert-command)
9515 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
9516
9517 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
9518 a local variable in each org-mode buffer.
9519
9520 * textmodes/org.el (org-set-regexps-and-options): Rename from
9521 `org-set-regexps'. Added checking for STARTUP keyword.
9522 (org-get-current-options): Add STARTUP options.
9523 (org-table-insert-row): Make mode intelligent about when
9524 realignment is needed.
9525 (org-self-insert-command, org-delete-backward-char, org-delete-char):
9526 New commands.
9527 (org-enable-table-editor): New default value `optimized'.
9528 (org-table-blank-field): Support blanking regions if active.
9529
9530 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9531
9532 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
9533 if the year is not given.
9534
9535 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
9536 Add new escapes %m and %M, fixed bug with %F by adding
9537 save-match-data.
9538 (reftex-reference): Remove ?. from list of spaces.
9539 (reftex-label-info): Add automatic label prefix recognition.
9540
9541 * textmodes/reftex-index.el (reftex-index-next-phrase):
9542 Add slave parameter to call of `reftex-index-this-phrase'.
9543 (reftex-index-this-phrase): New optional argument.
9544 (reftex-index-region-phrases): Add slave parameter to call of
9545 `reftex-index-this-phrase'.
9546 (reftex-display-index): New argument redo.
9547 (reftex-index-rescan): Add 'redo to arguments of
9548 `reftex-display-index'.
9549 (reftex-index-Rescan, reftex-index-revert)
9550 (reftex-index-switch-index-tag): Add 'redo to arguments of
9551 `reftex-display-index'.
9552 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
9553 indexing. Fix bug with matching is there is a quote before or
9554 after the word.
9555
9556 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
9557 Fix bug when collecting citation keys in lines with comments.
9558 (reftex-citation): Prefix argument no longer rescans the document,
9559 but forces prompting for optional arguments of cite macros.
9560 (reftex-do-citation): Prompting for optional arguments implemented.
9561
9562 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9563 Add optional arguments to most cite commands.
9564 (reftex-cite-cleanup-optional-args): New option
9565 (reftex-cite-prompt-optional-args): New option.
9566 (reftex-trust-label-prefix): New option.
9567
9568 * textmodes/reftex-toc.el (reftex-toc-find-section):
9569 Add push-mark before changing the position in the buffer.
9570
9571 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
9572 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
9573
9574 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
9575
9576 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
9577 more carefully.
9578
9579 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9580
9581 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
9582 (sgml-mode): Use it.
9583 (sgml-get-context): Better keep track of implicitly closed tags.
9584
9585 2005-01-13 Kenichi Handa <handa@m17n.org>
9586
9587 * textmodes/ispell.el: These changes are to fix misalignment error
9588 caused by equivalent characters of different Emacs charsets.
9589 (ispell-unified-chars-table): New variable.
9590 (ispell-get-decoded-string): New function.
9591 (ispell-get-casechars, ispell-get-not-casechars)
9592 (ispell-get-otherchars): Call ispell-get-decoded-string.
9593
9594 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9595
9596 * custom.el (custom-declare-variable): Just put symbol instead
9597 of (defvar . symbol) in `current-load-list'.
9598
9599 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9600
9601 * emacs-lisp/elint.el: Fixed typo in Commentary section.
9602
9603 2005-01-12 Jay Belanger <belanger@truman.edu>
9604
9605 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
9606 to create a Calc summary.
9607
9608 2005-01-12 Kim F. Storm <storm@cua.dk>
9609
9610 * mouse.el (mouse-on-link-p): Change functionality and doc
9611 string to comply with latest description in lisp ref.
9612
9613 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
9614
9615 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
9616 Enable mouse clicks on mode-line, header-line and margin.
9617 (event-type): Give mouse event symbols an 'event-kind property
9618 with value 'mouse-click.
9619
9620 2005-01-12 Juri Linkov <juri@jurta.org>
9621
9622 * facemenu.el (list-colors-display): Add new arg buffer-name.
9623 Use it. Fix docstring. Replace code for identifying duplicate
9624 colors by the name with call to `list-colors-duplicates' which
9625 identifies duplicate colors by the value unless the color
9626 is one of special Windows colors. Set truncate-lines to t.
9627 Print sorted duplicate color names on each line. Indent to 22
9628 \(the longest color name in rgb.txt) instead of 20. Optimize.
9629 (list-colors-duplicates): New function.
9630 (facemenu-color-name-equal): Delete function.
9631
9632 * facemenu.el (list-colors-print): New function created from code
9633 in list-colors-display. Print #RRGGBB at the window right edge.
9634 (list-colors-display): When temp-buffer-show-function is not
9635 defined, call list-colors-print from temp-buffer-show-hook
9636 to get the right value of window-width in list-colors-print
9637 after the buffer is displayed.
9638
9639 * simple.el (pop-mark): Move deactivate-mark out of conditional
9640 part to deactivate the active mark regardless of the state of the
9641 mark ring.
9642
9643 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
9644 variables line in desktop files.
9645
9646 2005-01-12 Juri Linkov <juri@jurta.org>
9647
9648 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
9649 Bring together isearch highlight related options.
9650 (lazy-highlight): Replace group `replace' by `matching'.
9651 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9652 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9653 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
9654 and declare them obsolete.
9655 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
9656 (isearch-faces): Remove defgroup.
9657 (isearch-overlay, isearch-highlight, isearch-dehighlight):
9658 Move isearch highlighting code closer to lazy highlighting code.
9659
9660 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
9661 (query-replace-highlight, query-replace-lazy-highlight)
9662 (query-replace): Move definitions to the beginning of the file.
9663
9664 2005-01-11 Juri Linkov <juri@jurta.org>
9665
9666 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
9667 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
9668 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
9669
9670 * info.el (Info-history-forward): New variable.
9671 (Info-select-node): Reset Info-history-forward to nil.
9672 (Info-last): Turn into defalias.
9673 (Info-history-back): Rename from Info-last.
9674 Add current node to Info-history-forward.
9675 (Info-history-forward): New fun.
9676 (Info-mode-map): Replace Info-last by Info-history-back.
9677 Bind Info-history-forward to "r".
9678 (Info-mode-menu): Replace Info-last by Info-history-back.
9679 Fix menu item text. Add menu item for Info-history-forward.
9680 (info-tool-bar-map): Replace Info-last by Info-history-back.
9681 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
9682 for Info-history-forward.
9683 (Info-mode): Replace Info-last by Info-history-back in docstring.
9684 Add local variable Info-history-forward.
9685 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9686
9687 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9688
9689 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9690 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9691 Ignore select-window events rather than fiddle with
9692 mouse-autoselect-window.
9693
9694 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
9695
9696 * type-break.el (type-break-mode): Fix previous change.
9697
9698 2005-01-10 Jay Belanger <belanger@truman.edu>
9699
9700 * calc/calc-ext.el (calc-reset): Reset when inside embedded
9701 calculator; only reset when point is inside a calculator.
9702 Don't adjust the window height if the window takes up the whole height
9703 of the frame.
9704
9705 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9706
9707 * ebuff-menu.el (Electric-buffer-menu-mode):
9708 Preserve value of buffer-local var header-line-format.
9709
9710 2005-01-09 Jay Belanger <belanger@truman.edu>
9711
9712 * calc/calc.el (calc-mode-var-list-restore-saved-values):
9713 Make sure settings file exists before accessing it.
9714
9715 * calc/calc-embed.el (calc-embedded-subst):
9716 Replace math-multi-subst-rec, which is only supposed to be called
9717 by math-multi-subst, by math-multi-subst.
9718
9719 2005-01-09 Andre Spiegel <spiegel@gnu.org>
9720
9721 * vc.el (vc-allow-async-revert): New user option.
9722 (vc-disable-async-diff): New internal variable.
9723 (vc-revert-buffer): Use them to disable asynchronous diff.
9724
9725 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9726 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9727 asynchronously if vc-disable-async-diff is t.
9728
9729 2005-01-09 Jay Belanger <belanger@truman.edu>
9730
9731 * calc/calc.el (defcalcmodevar): New macro.
9732 (calc-mode-var-list-restore-default-values)
9733 (calc-mode-var-list-restore-saved-values): New functions.
9734 (calc-mode-var-list): Use defcalcmodevar to define it.
9735 (calc-always-load-extensions, calc-line-numbering)
9736 (calc-line-breaking, calc-display-just, calc-display-origin)
9737 (calc-number-radix, calc-leading-zeros, calc-group-digits)
9738 (calc-group-char, calc-point-char, calc-frac-format)
9739 (calc-prefer-frac, calc-hms-format, calc-date-format)
9740 (calc-float-format, calc-full-float-format, calc-complex-format)
9741 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9742 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9743 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9744 (calc-matrix-brackets, calc-language, calc-language-option)
9745 (calc-left-label, calc-right-label, calc-word-size)
9746 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9747 (calc-display-raw, calc-internal-prec, calc-angle-mode)
9748 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9749 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9750 (calc-window-height, calc-display-trail, calc-show-selections)
9751 (calc-use-selections, calc-assoc-selections)
9752 (calc-display-working-message, calc-auto-why, calc-timing)
9753 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9754 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9755 (calc-gnuplot-default-device, calc-gnuplot-default-output)
9756 (calc-gnuplot-print-device, calc-gnuplot-print-output)
9757 (calc-gnuplot-geometry, calc-graph-default-resolution)
9758 (calc-graph-default-resolution-3d, calc-invocation-macro)
9759 (calc-show-banner): Use defcalcmodevar to declare them and set
9760 their default values.
9761
9762 * calc/calc-ext.el (calc-reset): Restore saved values of variables
9763 instead of default values (but restore default values if there is
9764 an argument of 0).
9765
9766 2005-01-09 David Kastrup <dak@gnu.org>
9767
9768 * desktop.el (desktop-restore-eager): Fix typo in type.
9769
9770 2005-01-08 Richard M. Stallman <rms@gnu.org>
9771
9772 * cus-edit.el (customize): Delete :link.
9773
9774 2005-01-08 Jay Belanger <belanger@truman.edu>
9775
9776 * calc/calc.el (calc-mode): Remove the extension from the
9777 `calc-settings-file' file name when loading it.
9778
9779 2005-01-08 Kim F. Storm <storm@cua.dk>
9780
9781 * info.el (Info-mode-map, Info-next-link-keymap)
9782 (Info-prev-link-keymap, Info-up-link-keymap):
9783 Map follow-link to mouse-face.
9784 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9785
9786 2005-01-08 Jay Belanger <belanger@truman.edu>
9787
9788 * calc/calc.el (calc-settings-file): Change default value.
9789 Suggested by cgw in a comment in calc-mode.el.
9790
9791 * calc/calc-mode.el (calc-settings-file-name):
9792 Compare calc-settings-file to user-init-file instead of ~/.emacs.
9793 Replace ~/.emacs in a prompt by calc-settings-file.
9794
9795 2005-01-07 Lars Hansen <larsh@math.ku.dk>
9796
9797 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9798 (desktop-lazy-idle-delay): New customizable variables.
9799 (desktop-buffer-args-list): New variable.
9800 (desktop-append-buffer-args): New function.
9801 (desktop-save): Call desktop-append-buffer-args for some buffers.
9802 (desktop-lazy-create-buffer): New function.
9803 (desktop-idle-create-buffers): New function.
9804 (desktop-read): Add message about buffers to restore lazily.
9805 (desktop-lazy-abort): New command.
9806 (desktop-clear): Call desktop-lazy-abort.
9807 (desktop-lazy-complete): New command.
9808
9809 2005-01-06 Richard M. Stallman <rms@gnu.org>
9810
9811 * emacs-lisp/find-func.el (find-face-definition):
9812 Rename from find-face.
9813
9814 2005-01-06 Kim F. Storm <storm@cua.dk>
9815
9816 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9817
9818 * man.el (Man-xref-man-page, Man-xref-header-file)
9819 (Man-xref-normal-file): Add follow-link property.
9820
9821 2005-01-06 Jay Belanger <belanger@truman.edu>
9822
9823 * calc/calc-units.el: Make sure the proper macro definitions are
9824 available when compiling.
9825
9826 2005-01-06 Juri Linkov <juri@jurta.org>
9827
9828 * isearch.el (isearch-lazy-highlight-update):
9829 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9830
9831 2005-01-06 Miles Bader <miles@gnu.org>
9832
9833 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9834 (isearch-lazy-highlight-face): Use new name.
9835
9836 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 * uniquify.el (uniquify-rationalize-file-buffer-names):
9839 Re-add an interactive spec.
9840 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9841 to the same name.
9842
9843 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9844 (isearch-update, isearch-done): Adjust calls accordingly.
9845
9846 2005-01-05 Richard M. Stallman <rms@gnu.org>
9847
9848 * custom.el (custom-set-variables, custom-theme-set-variables):
9849 Clarify documentation.
9850
9851 * emacs-lisp/find-func.el (find-variable)
9852 (find-variable-other-window, find-variable-other-frame):
9853 Fix the TYPE args to find-function-read and find-function-do-it.
9854 (find-function): Doc fix.
9855 (find-function-at-point): Replace function-at-point alias.
9856
9857 2005-01-04 Richard M. Stallman <rms@gnu.org>
9858
9859 * cus-face.el (custom-declare-face):
9860 Record defface in current-load-list.
9861
9862 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9863
9864 * emacs-lisp/find-func.el: Doc fixes.
9865 (find-face-regexp): New variable.
9866 (find-function-regexp-alist): New variable.
9867 (find-function-C-source): Third arg is now TYPE.
9868 (find-function-search-for-symbol): Handle general TYPE.
9869 (find-function-read, find-function-do-it): Handle general TYPE.
9870 (find-definition-noselect, find-face): New functions.
9871 (function-at-point): Alias deleted.
9872
9873 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9874
9875 * battery.el (display-battery-mode): Rename from display-battery.
9876 Handle the case where it gets turned off.
9877
9878 2005-01-04 Richard M. Stallman <rms@gnu.org>
9879
9880 * cus-edit.el (customize): Make :link point to user doc.
9881
9882 * man.el (Man-fontify-manpage): Turn off undo generation.
9883
9884 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9885
9886 2005-01-04 Andreas Schwab <schwab@suse.de>
9887
9888 * files.el (insert-directory): Only look for error lines in
9889 inserted text. Don't move too far after processing --dired markers.
9890
9891 2005-01-04 Richard M. Stallman <rms@gnu.org>
9892
9893 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9894 Don't expand if the character is @, period, dash, etc.
9895 (define-mail-abbrev): Quote names that contain problem characters.
9896
9897 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
9898
9899 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9900
9901 2005-01-03 Richard M. Stallman <rms@gnu.org>
9902
9903 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9904 (query-replace-highlight, query-replace-lazy-highlight)
9905 (query-replace): Definitions moved up. Doc fix.
9906
9907 2005-01-03 Richard M. Stallman <rms@gnu.org>
9908
9909 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9910 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9911 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9912 (lazy-highlight-face): Rename from isearch-lazy-...
9913 Change all references to them.
9914
9915 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9916
9917 * cus-edit.el (custom-file): Doc fix for defcustom.
9918 (custom-file): The function no longer sets the variable
9919 `custom-file' to its return value.
9920
9921 * startup.el (command-line): No longer load `custom-file'.
9922
9923 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9924
9925 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9926
9927 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9928 Don't confuse module-prefixed identifiers for labels.
9929 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9930
9931 2005-01-02 Richard M. Stallman <rms@gnu.org>
9932
9933 * files.el (basic-save-buffer-1): Fix previous change.
9934
9935 * loadhist.el (file-loadhist-lookup): New function.
9936 (file-provides, file-requires): Use it.
9937
9938 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9939 instead of calculating the right size.
9940
9941 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
9942
9943 * vc-svn.el (vc-svn-diff): Stay local if possible.
9944
9945 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
9946
9947 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9948
9949 * files.el (hack-local-variables): Fix last change.
9950
9951 2005-01-02 Jay Belanger <belanger@truman.edu>
9952
9953 * calc/calc-yank.el (calc-edit-top): New variable.
9954 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9955 object. Change header properties.
9956 (calc-edit-finish, calc-edit-finish-stack-object)
9957 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9958 edited object.
9959 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9960 for the beginning of the edited object.
9961 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9962 for the beginning of the edited object.
9963 * calc/calc-prog.el (calc-edit-macro-finish-edit)
9964 (calc-finish-formula-edit, calc-macro-repeats)
9965 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9966 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9967 beginning of the edited object.
9968 (calc-user-define-edit): Change the header for editing macros.
9969 Remove unnecessary variable.
9970
9971 2005-01-01 Jay Belanger <belanger@truman.edu>
9972
9973 * calc/calc-yank.el (calc-edit-mode): Change default header.
9974 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9975 * calc/calc-store.el (calc-edit-variable): Change title to match new
9976 header.
9977 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9978 mode to match new header.
9979 (calc-user-define-edit): Change titles to include names of commands.
9980 (calc-finish-formula-edit): Adjust to handle new header.
9981 (calc-finish-macro-edit): Remove.
9982 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9983 (calc-edit-macro-command, calc-edit-macro-command-type)
9984 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9985 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9986 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9987 (calc-edit-macro-finish-edit): New functions.
9988 (calc-user-define-edit): Use new functions to edit named calc macros.
9989
9990 2005-01-01 Stefan <monnier@iro.umontreal.ca>
9991
9992 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9993
9994 * ses.el (copy-region-as-kill): Deactivate mark.
9995
9996 2005-01-01 Richard M. Stallman <rms@gnu.org>
9997
9998 * replace.el (occur-1): If the output buffer is also an input,
9999 don't kill it, rename it.
10000
10001 * faces.el (set-face-background, set-face-foreground): Doc fix.
10002
10003 * cus-face.el (custom-face-attributes): Fix :help-echo strings
10004 for :foreground and :background.
10005
10006 * dired.el (dired-view-command-alist): Variable deleted.
10007 (dired-view-file, dired-mouse-find-file-other-window):
10008 Delete the code to use it.
10009
10010 2005-01-01 Kim F. Storm <storm@cua.dk>
10011
10012 * image.el (insert-sliced-image): Use t for line-height property.
10013
10014 2004-12-31 Jay Belanger <belanger@truman.edu>
10015
10016 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
10017 for "var-" at the beginning of the minibuffer.
10018
10019 2004-12-31 Richard M. Stallman <rms@gnu.org>
10020
10021 * faces.el (read-face-name):
10022 Don't treat an attribute spec as a list of faces.
10023
10024 * simple.el (undo): Use undo-equiv-table to detect
10025 unexpected changes since previous undo.
10026 (undo-list-saved): Variable deleted.
10027 (buffer-disable-undo): Don't alter undo-list-saved.
10028
10029 * files.el (require-final-newline): Allow `visit' and `visit-save'.
10030 (mode-require-final-newline): New option.
10031 (after-find-file): Handle require-final-newline with new values.
10032 (basic-save-buffer): Handle new values of require-final-newline.
10033
10034 * progmodes/sh-script.el (sh-require-final-newline):
10035 Alist value now controls whether to use mode-require-final-newline.
10036 (sh-set-shell): Implement that new meaning.
10037
10038 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
10039 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
10040 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
10041 Delete old-Emacs compatibility code.
10042 (antlr-c-common-init): Function deleted.
10043
10044 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
10045 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
10046 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
10047 * progmodes/python.el (python-mode): Use mode-require-final-newline.
10048 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
10049 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
10050 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
10051 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
10052 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
10053 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
10054 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
10055 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
10056 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
10057 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
10058 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
10059 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
10060
10061 2004-12-31 Jay Belanger <belanger@truman.edu>
10062
10063 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
10064 way to return to Calc.
10065
10066 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
10067 finish, C-xk as the way to cancel the edit. Add cancel routine to
10068 kill-buffer-hook.
10069
10070 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
10071 MacEdit code.
10072
10073 * calc/calc-prog.el: Remove obsolete MacEdit code.
10074 (calc-macro-edit-algebraic, calc-macro-edit-variable)
10075 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
10076
10077 2004-12-31 Kenichi Handa <handa@m17n.org>
10078
10079 * international/mule.el (buffer-file-coding-system-explicit):
10080 Rename for explicit-buffer-file-coding-system.
10081 (after-insert-file-set-coding): Adjust for the above change.
10082
10083 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
10084 to buffer-file-coding-system-explicit.
10085 (basic-save-buffer-1): Likewise.
10086
10087 2004-12-30 Richard M. Stallman <rms@gnu.org>
10088
10089 * textmodes/artist.el (artist-butlast-fn): Var deleted.
10090 (artist-butlast, artist-last): Functions deleted.
10091 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
10092 (artist-compute-key-compl-table): Call remq directly.
10093 (artist-remove-nulls): Function deleted.
10094 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
10095 (artist-push, artist-pop): Macro deleted.
10096
10097 2004-12-30 Andreas Leue <al@sphenon.de>
10098
10099 * textmodes/artist.el (artist-version): 1.2.6
10100 (artist-prev-next-op-alist): New variable.
10101 (artist-select-next-op-in-list): New function.
10102 (artist-select-prev-op-in-list): New function.
10103 (artist-make-prev-next-op-alist): New function.
10104 (artist-is-in-op-list-p): New function.
10105 (artist-get-first-non-nil-op): New function.
10106 (artist-get-last-non-nil-op): New function.
10107 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
10108 artist-prev-next-op-alist.
10109 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
10110 change drawing operation.
10111
10112 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
10113
10114 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
10115
10116 2004-12-31 Masatake YAMATO <jet@gyve.org>
10117
10118 * server.el (server-process-filter): Suppress `error', too.
10119
10120 2004-12-30 Jay Belanger <belanger@truman.edu>
10121
10122 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
10123 Change the way a variable is displayed in a message.
10124
10125 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
10126 (calc-user-define-permanent, calc-execute-kbd-macro):
10127 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
10128
10129 2004-12-30 Kenichi Handa <handa@m17n.org>
10130
10131 * files.el (basic-save-buffer-1):
10132 Set explicit-buffer-file-coding-system to last-coding-system-used.
10133 (revert-buffer): Pay attention to
10134 explicit-buffer-file-coding-system (not buffer-file-coding-system)
10135 on bind coding-system-for-read.
10136
10137 * international/mule.el (explicit-buffer-file-coding-system):
10138 New buffer local variable.
10139 (after-insert-file-set-coding): Set it to coding-system-for-read.
10140
10141 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
10142
10143 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
10144
10145 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
10146
10147 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
10148 that include line numbers.
10149
10150 2004-12-29 Milan Zamazal <pdm@zamazal.org>
10151
10152 * files.el (hack-local-variables): If no PREFIX, set it to "^".
10153 Redundant variable PREFIXLEN removed.
10154
10155 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
10156
10157 * eshell/em-hist.el (eshell-previous-matching-input):
10158 Start the deletion from the end of the output.
10159
10160 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10161
10162 * term/mac-win.el: Require x-dnd.
10163 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
10164
10165 2004-12-29 David Kastrup <dak@gnu.org>
10166
10167 * international/mule.el (decode-coding-inserted-region):
10168 Don't barf if `buffer-undo-list' is already set to `t'.
10169
10170 2004-12-29 Jay Belanger <belanger@truman.edu>
10171
10172 * calc/calc-prog.el (calc-user-define-formula): Put default values
10173 for function names in prompts.
10174 (calc-user-define-permanent, calc-user-define-composition)
10175 (calc-user-define-formula): Remove the need for "calcFunc-" in the
10176 default input for algebraic functions.
10177
10178 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
10179
10180 * vc-rcs.el (vc-rcs-annotate-command):
10181 Fix omission bug: Call `vc-setup-buffer'.
10182
10183 2004-12-29 Kenichi Handa <handa@m17n.org>
10184
10185 * international/mule.el (recode-region): New function.
10186
10187 2004-12-28 Richard M. Stallman <rms@gnu.org>
10188
10189 * simple.el (undo-extra-outer-limit): New variable.
10190 (undo-outer-limit-truncate): Test and set it.
10191
10192 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
10193 enables the feature to extend the existing region.
10194
10195 * simple.el (mark-word): New arg ALLOW-EXTEND
10196 enables the feature to extend the existing region.
10197
10198 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
10199 enables the feature to extend the existing region.
10200
10201 * startup.el (site-run-file): Don't allow setting it with Custom.
10202
10203 * simple.el (buffer-disable-undo): Fix previous change.
10204
10205 2004-12-27 Masatake YAMATO <jet@gyve.org>
10206
10207 * hexl.el (hexlify-buffer): Remove fontification here.
10208 Use font lock mechanism instead.
10209 (hexl-font-lock-keywords): New font lock kewords.
10210 (hexl-mode-old-font-lock-keywords): New variable.
10211 (hexl-mode): Store the old font lock keywords.
10212 (hexl-mode-exit): Restore the old font lock keywords.
10213
10214 2004-12-27 Richard M. Stallman <rms@gnu.org>
10215
10216 * simple.el (undo): Fix previous change.
10217
10218 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10219
10220 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
10221 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
10222 Call x-open-connection on Mac OS X.
10223
10224 2004-12-27 Richard M. Stallman <rms@gnu.org>
10225
10226 * files.el (buffer-save-without-query): New var (buffer-local).
10227 (save-some-buffers): Save those buffers first, w/o asking.
10228
10229 * files.el (insert-directory-ls-version): New variable.
10230 (insert-directory): When ls returns an error, test the version
10231 number to decide what the return code means.
10232 With --dired output format, detect and distinguish lines
10233 that are really error messages.
10234 (insert-directory-adj-pos): New function.
10235
10236 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
10237
10238 * battery.el (battery-mode-line-format): Remove initial spaces.
10239
10240 * uniquify.el (uniquify-rationalize-file-buffer-names):
10241 Delete interactive spec.
10242
10243 * type-break.el (type-break-mode): Set buffer-save-without-query.
10244 Remove code that tried to set save-some-buffers-always.
10245 (type-break-file-keystroke-count): Bind deactivate-mark.
10246
10247 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
10248
10249 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
10250 Test that the buffer is live, and maybe reject current buffer too.
10251 Clarify.
10252 (next-error-find-buffer): Rewrite for clarity.
10253
10254 * loadup.el: Don't use buffer-disable-undo; do it directly.
10255
10256 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
10257 (describe-variable): Call symbol-file with `defvar'.
10258
10259 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
10260 (symbol-file): Rewritten to handle new load-history format.
10261 Now takes an arg TYPE to specify looking for a particular
10262 type of definition only.
10263
10264 * emacs-lisp/debug.el (debugger-make-xrefs):
10265 Call symbol-file with `defun'.
10266
10267 * emacs-lisp/find-func.el (find-function-noselect):
10268 Call symbol-file with `defun'.
10269 (find-variable-noselect): Call symbol-file with `defvar'.
10270
10271 * eshell/esh-cmd.el (eshell-find-alias-function):
10272 Call symbol-file with `defun'.
10273
10274 * eshell/esh-test.el (eshell-test-goto-func):
10275 Call symbol-file with `defun'.
10276
10277 * mail/rmail.el (rmail-resend):
10278 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
10279
10280 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
10281
10282 * progmodes/compile.el (compilation-find-buffer): Rename arg.
10283
10284 * textmodes/texinfmt.el (texinfo-format-buffer-1):
10285 Call buffer-disable-undo.
10286
10287 * simple.el (undo-list-saved): New variable (buffer-local).
10288 (undo): Set and test it.
10289 (buffer-disable-undo): Move here from buffer.c.
10290 Clear out undo-list-saved.
10291
10292 * international/mule.el (decode-coding-inserted-region):
10293 Set buffer-undo-list in a correct and optimal way.
10294
10295 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
10296 (cperl-font-lock-unfontify-region-function): No need to save and
10297 restore info, since font-lock.el does it for us.
10298
10299 * ansi-color.el (save-buffer-state): Definition deleted.
10300 (ansi-color-unfontify-region): Don't use save-buffer-state.
10301
10302 2004-12-27 Dave Love <fx@gnu.org>
10303
10304 * wid-edit.el (function): Use restricted-sexp as parent.
10305
10306 2004-12-27 Kevin Ryde <user42@zip.com.au>
10307
10308 * simple.el (next-matching-history-element): Use same
10309 `interactive' form as previous-matching-history-element.
10310
10311 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
10312 it can appear unencoded and has been seen from yahoo.
10313
10314 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10315
10316 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
10317 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
10318
10319 2004-12-27 Kenichi Handa <handa@m17n.org>
10320
10321 * international/utf-8.el (utf-translate-cjk-load-tables):
10322 Bind coding-system-for-read to nil while loading subst-*.
10323
10324 2004-12-26 Jay Belanger <belanger@truman.edu>
10325
10326 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
10327 default input.
10328
10329 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
10330
10331 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
10332 before reverting and disable undo recording while reverting.
10333
10334 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
10335
10336 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
10337 (hs-make-overlay): New function.
10338 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
10339 (hs-flag-region): Delete function.
10340 (hs-hide-comment-region): No longer use `hs-flag-region'.
10341 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
10342 (hs-hide-block-at-point): Likewise.
10343 (hs-hide-level-recursive): Use `hs-discard-overlays'.
10344 (hs-hide-all, hs-show-all): Likewise.
10345 (hs-show-block): Likewise.
10346 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
10347
10348 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
10349
10350 * progmodes/hideshow.el: Require `cl' when compiling.
10351 Remove XEmacs and Emacs 19 compatibility.
10352 Use `dolist' and `add-to-list' for load-time actions.
10353 (hs-discard-overlays): Use `dolist'.
10354 (hs-show-block): Likewise.
10355
10356 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
10357
10358 * faces.el (mode-line, mode-line-inactive): Use min-colors.
10359
10360 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
10361
10362 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
10363 When extending backwards, move outside the current comment first.
10364
10365 2004-12-22 Kenichi Handa <handa@m17n.org>
10366
10367 * international/quail.el (quail-start-translation): Fix prompt
10368 string for the case if input-method-use-echo-area being non-nil.
10369 (quail-start-conversion): Likewise.
10370 (quail-show-guidance): Don't show guidance if
10371 input-method-use-echo-area is non-nil.
10372
10373 2004-12-21 Richard M. Stallman <rms@gnu.org>
10374
10375 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
10376
10377 2004-12-21 Markus Rost <rost@ias.edu>
10378
10379 * calendar/diary-lib.el (mark-diary-entries):
10380 Set mark-diary-entries-in-calendar only after checking for diary-file.
10381
10382 2004-12-21 Richard M. Stallman <rms@gnu.org>
10383
10384 * faces.el (escape-glyph): Use blue against light foreground.
10385
10386 * simple.el (undo-outer-limit-truncate): New function.
10387 (undo-outer-limit-function): Use undo-outer-limit-truncate.
10388
10389 2004-12-21 Eli Barzilay <eli@barzilay.org>
10390
10391 * calculator.el (calculator-radix-grouping-mode)
10392 (calculator-radix-grouping-digits)
10393 (calculator-radix-grouping-separator):
10394 New defcustoms for the new radix grouping mode functionality.
10395 (calculator-mode-hook): Now used in electric mode too,
10396 (calculator): Call it.
10397 (calculator-mode-map): Some new keys.
10398 (calculator-message): New function. Some new calls.
10399 (calculator-op, calculator-set-register): Use it.
10400 (calculator-string-to-number): New function, mostly moved and
10401 updated code from calculator-curnum-value.
10402 (calculator-curnum-value): Use it.
10403 (calculator-paste): Use it, and update grabbing the current-kill.
10404 (calculator-rotate-displayer)
10405 (calculator-rotate-displayer-back): Toggle digit grouping when
10406 in radix mode, use calculator-message.
10407 (calculator-displayer-prev, calculator-displayer-next):
10408 Change digit group size when in radix mode.
10409 (calculator-number-to-string): Rename from
10410 calculator-num-to-string. Now deals with digit grouping in
10411 radix mode.
10412 (calculator-update-display, calculator-put-value): Use the new name.
10413 (calculator-fact): Return a floating point number.
10414 (calculator-mode): Doc fix.
10415
10416 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10417
10418 * calendar/calendar.el (view-other-diary-entries): Add autoload.
10419 * calendar/diary-lib.el (view-other-diary-entries):
10420 Use current-prefix-arg in interactive spec.
10421
10422 2004-12-19 Jay Belanger <belanger@truman.edu>
10423
10424 * calc/calc-aent.el (calcAlg-blank-matching-open):
10425 Temporarily adjust the syntax of both delimiters of half-open intervals.
10426
10427 2004-12-19 Kim F. Storm <storm@cua.dk>
10428
10429 * mouse.el (mouse-1-click-follows-link): Doc fix.
10430
10431 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10432
10433 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
10434 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
10435 instead of centraleuropean as the name
10436
10437 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10438
10439 Sync with Tramp 2.0.46.
10440
10441 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
10442 parameters wrt Tramp convention.
10443 (tramp-handle-file-attributes-with-perl)
10444 (tramp-handle-directory-files-and-attributes): Apply it.
10445 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
10446 `copy-program'. Reported by Zack Weinberg
10447 <zack@codesourcery.com>.
10448 (top): Set `edebug-form-spec' property directly rather than
10449 calling `def-edebug-spec'.
10450
10451 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
10452 advice less fragile. Surround temporary redefinition of
10453 `substitute-in-file-name' with `unwind-protect'. Suggested by
10454 Matt Hodges <MPHodges@member.fsf.org>.
10455
10456 2004-12-17 Juri Linkov <juri@jurta.org>
10457
10458 * replace.el (occur-accumulate-lines, occur-engine):
10459 Make forcing deferred font-lock fontification jit-specific.
10460
10461 2004-12-17 Kim F. Storm <storm@cua.dk>
10462
10463 * mouse.el (mouse-1-click-follows-link): New defcustom.
10464 (mouse-on-link-p): New function.
10465 (mouse-drag-region-1): Implement mouse-1-click-follows-link
10466 functionality. Map a mouse-1 click event into a mouse-2 (or
10467 other) event when position is inside a link.
10468
10469 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
10470 prefix in tooltip text with "mouse-1" when this is a link
10471 recognized by mouse-1-click-follows-link functionality.
10472
10473 * help.el (describe-key): Report effective and original binding
10474 for mouse-1 when clicked on a link.
10475 (describe-mode): Add follow-link property to "minor-mode" button.
10476
10477 * help-fns.el (describe-variable): Add follow-link property to
10478 "below" button.
10479
10480 * help-mode.el (help-xref): Add follow-link property.
10481
10482 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
10483 (apropos-command, apropos-variable, apropos-face, apropos-group)
10484 (apropos-widget, apropos-plist): Add follow-link property.
10485
10486 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
10487 checks if position is in a filename, rather than some other
10488 clickable item. Function looks for cvs-filename-face at position.
10489
10490 * wid-edit.el (widget-specify-field, widget-specify-button):
10491 Map a :follow-link keyword into a follow-link property.
10492 (link): Add :follow-link keyword, map to RET binding.
10493
10494 * dired.el (dired-mode-map): Map follow-link to mouse-face.
10495
10496 * progmodes/compile.el (compilation-minor-mode-map)
10497 (compilation-button-map, compilation-mode-map): Likewise.
10498
10499 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
10500
10501 * play/zone.el (zone): Init `line-spacing' from orig buffer.
10502 (zone-replace-char): Take `count' and `del-count'
10503 instead of `direction'. Update callers. When `del-count' is
10504 non-nil, delete that many characters, otherwise `count' characters
10505 backwards. Insert the newly-replaced string `count' times.
10506 (zone-fret): Handle chars w/ width greater than one.
10507 (zone-fall-through-ws): No longer take window width `ww'.
10508 Update callers. Add handling for `char-width' greater than one.
10509 (zone-pgm-drip): Update var holding window-end position every cycle.
10510
10511 2004-12-17 Andre Spiegel <spiegel@gnu.org>
10512
10513 * vc.el (vc-default-update-changelog): Use insert-file-contents,
10514 rather than insert-file.
10515
10516 2004-12-16 Jay Belanger <belanger@truman.edu>
10517
10518 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
10519 (math-init-random-base, math-random-digit): Check to see if
10520 var-RandSeed is bound.
10521 (math-random-last): Declare it.
10522 (math-random-digit): Don't make math-random-last local.
10523
10524 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
10525
10526 * play/zone.el (zone): Fix omission bug: Use a self-disabling
10527 one-shot thunk for uniform (error, quit, normal) recovery.
10528 Reported by John Paul Wallington.
10529 (zone-pgm-random-life): Fix bug:
10530 Recognize empty initial field by lack of "@" chars.
10531
10532 2004-12-16 Juri Linkov <juri@jurta.org>
10533
10534 * help.el (function-called-at-point):
10535 * help-fns.el (variable-at-point): As a last resort try stripping
10536 non-word prefixes and suffixes.
10537
10538 * descr-text.el (describe-property-list): Don't treat syntax-table
10539 specially. Use describe-text-sexp which inserts [show] button
10540 for large objects and handles printing errors. Sort properties
10541 by names in alphabetical order instead of by value sizes.
10542 Add `mouse-face' to list of properties for `describe-face' widget.
10543 (describe-char): Mask out face-id from 19 bits of character.
10544 Print face-id separately.
10545
10546 * replace.el (occur-accumulate-lines, occur-engine):
10547 Fontify unfontified matching lines in the source buffer
10548 before copying them.
10549 (occur-engine): Don't put mouse-face on context lines.
10550 (occur-next-error): Set point to line beginning/end
10551 before searching for prev/next property to skip multiple
10552 matches on a line (not supported by occur engine).
10553 Remove redundant prefix-numeric-value.
10554
10555 2004-12-15 Juri Linkov <juri@jurta.org>
10556
10557 * replace.el (match): New face.
10558 (list-matching-lines-face): Change default from `bold' to `match'.
10559
10560 * progmodes/grep.el (grep-match-face): New defvar.
10561 (grep-mode-font-lock-keywords): Use grep-match-face instead of
10562 compilation-column-face to highlight grep matches.
10563
10564 * apropos.el (apropos-match-face): Change default from
10565 `secondary-selection' to `match'.
10566
10567 * info-look.el (info-lookup-highlight-face): Change default from
10568 `highlight' to `match'.
10569
10570 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
10571
10572 * progmodes/executable.el (executable-interpret): Eliminate
10573 obsolete compile-internal, and switch to comint for interaction.
10574
10575 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
10576
10577 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
10578 `&&' when skipping multiple statements on a line.
10579
10580 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
10581
10582 * play/zone.el (zone): Set `truncate-lines'.
10583 Also, init `tab-width' with value from original buffer.
10584 (zone-shift-up): Rewrite for speed.
10585 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
10586 (zone-pgm-jitter): Remove redundant entries from ops vector.
10587 (zone-exploding-remove): Reduce iteration count.
10588 (zone-cpos): Convert to defsubst.
10589 (zone-replace-char): New defsubst.
10590 (zone-park/sit-for): Likewise.
10591 (zone-fret): Take window-start arg.
10592 Update callers. Use `zone-park/sit-for'.
10593 (zone-fill-out-screen): Rewrite.
10594 (zone-fall-through-ws): Likewise. Update callers.
10595 (zone-pgm-drip): Use `zone-replace-char'.
10596 Move var inits before while-loop. Use `zone-park/sit-for'.
10597 (zone-pgm-random-life): Handle empty initial field.
10598 Use `zone-replace-char' and `zone-park/sit-for'.
10599
10600 2004-12-15 Juri Linkov <juri@jurta.org>
10601
10602 * isearch.el (isearch-update): Test isearch-lazy-highlight
10603 before calling isearch-lazy-highlight-new-loop.
10604 (isearch-lazy-highlight-new-loop):
10605 Don't test isearch-lazy-highlight.
10606
10607 * replace.el (perform-replace): Add isearch-case-fold-search.
10608 Use delimited-flag for isearch-regexp.
10609 Reset isearch-lazy-highlight-last-string to force lazy
10610 highlighting when called from isearch mode.
10611 (query-replace-highlight): Revert defcustom type to boolean.
10612 (query-replace-lazy-highlight): New defcustom.
10613 (query-replace): New face.
10614 (perform-replace, replace-highlight, replace-dehighlight):
10615 Test query-replace-lazy-highlight instead of special value
10616 `isearch' of query-replace-highlight.
10617 (replace-dehighlight): Don't call isearch-dehighlight.
10618 (replace-highlight): Don't call isearch-highlight.
10619 Use face `query-replace' unconditionally.
10620
10621 2004-12-14 Kim F. Storm <storm@cua.dk>
10622
10623 * simple.el (inhibit-mark-movement): Remove defvar.
10624 (beginning-of-buffer, end-of-buffer): Don't use it.
10625
10626 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10627 Don't use inhibit-mark-movement.
10628
10629 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
10630 (cua--undo-push-mark): Remove.
10631 (cua--pre-command-handler, cua--post-command-handler):
10632 Don't fiddle with inhibit-mark-movement.
10633
10634 2004-12-14 Juri Linkov <juri@jurta.org>
10635
10636 * buff-menu.el (list-buffers-noselect): Collect internal info
10637 for every buffer in BUFFER-LIST arg too.
10638 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
10639 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
10640 Bind same-window-buffer-names and same-window-regexps to nil.
10641
10642 2004-12-13 Juri Linkov <juri@jurta.org>
10643
10644 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
10645
10646 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
10647 (sc-cite-region, sc-uncite-region, sc-recite-region):
10648 Fix previous change to handle not alist as a symbol, but
10649 a citation frame as a symbol that represents a variable name.
10650
10651 2004-12-13 Richard M. Stallman <rms@gnu.org>
10652
10653 * filecache.el (file-cache-add-directory-using-find):
10654 Only set up file-cache-find-command-posix-flag if we will use it.
10655
10656 * bindings.el (mode-line-buffer-identification-keymap):
10657 Don't cancel the mode-line's usual down-mouse-1 binding.
10658
10659 * cus-edit.el (custom-face-selected): Handle `default' specs.
10660 (custom-face-edit): Increase extra-offset.
10661 (custom-display): Handle `default' specs.
10662
10663 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
10664
10665 * emacs-lisp/elint.el (elint-standard-variables)
10666 (elint-unknown-builtin-args): Move definitions up.
10667
10668 * net/browse-url.el (browse-url-url-at-point): Add autoload.
10669
10670 * info.el (info-xref-visited): Use `default' instead of t.
10671 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10672
10673 * faces.el (header-line, mode-line-inactive, tool-bar):
10674 Use `default' instead of t for setting the defaults.
10675 (face-spec-choose): Separate `t' from `default'.
10676
10677 * subr.el (while-no-input): New macro.
10678
10679 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
10680
10681 * filecache.el (file-cache-add-directory-using-find):
10682 Only test file-cache-find-command-posix-flag on some systems.
10683
10684 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10685
10686 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10687 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
10688 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10689 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10690 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10691
10692 2004-12-12 Juri Linkov <juri@jurta.org>
10693
10694 * files.el (find-file-other-window, find-file-other-frame):
10695 Add the first buffer to the returned value to return the complete
10696 list of all visited buffers.
10697 (find-file-read-only, find-file-read-only-other-window)
10698 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10699 `find-file-read-args'. Signal an error about non-existent file
10700 only if file name doesn't contain wildcards. Toggle read-only in
10701 all visited buffers.
10702 (find-alternate-file, find-alternate-file-other-window):
10703 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
10704 called interactively. Pass arg `wildcards' to other functions.
10705 (find-file-noselect): Doc fix.
10706
10707 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10708 Doc fix.
10709 (ffap-directory-finder): New variable.
10710 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10711 (ffap-file-at-point): Add /* to immediately rejected names.
10712 Return absolute file names matching ffap-dired-wildcards.
10713 (ffap-read-file-or-url): Set default value for `completing-read'
10714 to `buffer-file-name'.
10715 (find-file-at-point): When filename matches ffap-dired-wildcards,
10716 call ffap-file-finder with t arg `wildcards', instead of dired.
10717 (ffap-other-window, ffap-other-frame): Return visited buffers.
10718 (ffap-read-only, ffap-read-only-other-window)
10719 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10720 (dired-at-point): Call ffap-directory-finder instead of dired.
10721 (ffap-dired-other-window, ffap-dired-other-frame)
10722 (ffap-list-directory): New commands.
10723 (ffap-bindings): New keybindings for new commands.
10724
10725 2004-12-12 Juri Linkov <juri@jurta.org>
10726
10727 * simple.el (beginning-of-buffer, end-of-buffer):
10728 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10729 Do not push mark when mark is active in transient-mark-mode.
10730
10731 * simple.el (mark-word):
10732 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10733 * textmodes/paragraphs.el (mark-paragraph):
10734 Extend the region when mark is active in transient-mark-mode,
10735 regardless of the last command. Doc fix.
10736
10737 * simple.el (mark-word): Preserve direction when repeating.
10738 Make arg optional. Interactive "p" -> "P".
10739 (transient-mark-mode, inhibit-mark-movement): Doc fix.
10740
10741 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10742 preserving direction, to mark forward instead of backward when mark
10743 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10744
10745 2004-12-12 Juri Linkov <juri@jurta.org>
10746
10747 * isearch.el (isearch-edit-string): Set 7th arg of
10748 `read-from-minibuffer' to `t' to inherit the current input
10749 method (whose name is indicated by [IM] in the minibuffer prompt)
10750 from the current buffer to the minibuffer.
10751 (isearch-lazy-highlight-update): Put body to `with-local-quit'
10752 to allow C-g quitting for lazy highlighting looping inside the
10753 search with nested repetition operators. Add overlay to the list
10754 before setting its face and other properties to avoid the case of
10755 code quitting after placing the new overlay but before it's
10756 recorded on the list. Select the window where isearch was
10757 activated, to highlight matches in the right window when isearch
10758 switches the current window to the minibuffer.
10759
10760 * international/isearch-x.el
10761 (isearch-process-search-multibyte-characters):
10762 Use `isearch-message' as initial input for `read-string' instead
10763 of adding it to the minibuffer prompt. After reading a string
10764 remove the initial value of `isearch-message' from the string.
10765
10766 * replace.el (replace-match-maybe-edit): Doc fix.
10767 (perform-replace): Don't call `replace-highlight' when automatic
10768 replacement is requested in literal mode, since it is intended
10769 only to highlight words during entering a new replacement string
10770 for \? in non-literal mode.
10771
10772 * replace.el (query-replace-highlight): Add new value `isearch'
10773 that allows query replacement to use isearch highlighting.
10774 Change type from `boolean' to `choice'. Doc fix.
10775 (replace-highlight, replace-dehighlight, perform-replace):
10776 Use isearch highlighting if query-replace-highlight eq `isearch'.
10777
10778 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
10779
10780 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10781 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10782
10783 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10784 case of \end{verbatim}.
10785
10786 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
10787
10788 * term.el (term-termcap-format): Synchronize with terminfo.
10789 (term-emulate-terminal): Handle reset.
10790 (term-reset-terminal): New function.
10791
10792 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
10793
10794 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10795 (zone-fill-out-screen): New func.
10796 (zone-pgm-drip): Use `zone-fill-out-screen'.
10797 Also, no longer go to point-min on every cycle.
10798 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10799 (zone-pgm-random-life-wait): New user var.
10800 (zone-pgm-random-life): New func.
10801
10802 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
10803
10804 * files.el (auto-mode-alist): Map .com to DCL mode.
10805
10806 2004-12-09 Richard M. Stallman <rms@gnu.org>
10807
10808 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10809
10810 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
10811
10812 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10813 buffer with a display margin.
10814
10815 2004-12-08 Jay Belanger <belanger@truman.edu>
10816
10817 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10818 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10819
10820 2004-12-08 Richard M. Stallman <rms@gnu.org>
10821
10822 * faces.el: Delete code to set display table.
10823 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
10824
10825 2004-12-08 Jay Belanger <belanger@truman.edu>
10826
10827 * calc/calc.el: Add math-read-preprocess-string to autoloads.
10828
10829 * calc/calc-ext.el (math-read-replacement-list)
10830 (math-read-superscripts, math-read-preprocess-string): Move to
10831 calc-aent.el.
10832
10833 * calc/calc-aent.el (math-read-replacement-list)
10834 (math-read-superscripts, math-read-preprocess-string): Move from
10835 calc-ext.el.
10836
10837 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10838
10839 * isearch.el (isearch-quote-char): Fix up typo in last change.
10840
10841 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
10842
10843 * mouse.el (mouse-set-font): Handle the case where the command was
10844 not invoked using the mouse.
10845
10846 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10847 (edmacro-finish-edit): Further update for keyboard macros that are
10848 lambda forms.
10849 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10850
10851 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10852
10853 * font-lock.el (font-lock-unfontify-region): Save buffer state.
10854 (font-lock-default-unfontify-region): Don't save buffer state any more.
10855
10856 2004-12-07 Jay Belanger <belanger@truman.edu>
10857
10858 * calc/calc-help.el (calc-describe-key):
10859 Set calc-summary-indentation even when Calc Summary buffer exists.
10860
10861 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
10862
10863 * calendar/holidays.el (holiday-easter-etc): Make arguments
10864 optional for backwards compatibility. Doc fix.
10865 Remove un-necessary local vars mandatory, output-list.
10866 (holiday-advent): Make arguments optional for backwards
10867 compatibility. Doc fix.
10868
10869 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10870
10871 * paren.el (show-paren-function): Fix last change (2004-12-02).
10872
10873 * international/mule-util.el (char-displayable-p): Return nil for
10874 unibyte mode.
10875
10876 * subr.el (subregexp-context-p): New function.
10877
10878 * isearch.el (isearch-quote-char): Use it.
10879
10880 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10881 (regexp-opt-not-groupie*-re): Remove.
10882 (regexp-opt): Properly handle inputs with duplicate entries.
10883
10884 2004-12-06 Richard M. Stallman <rms@gnu.org>
10885
10886 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10887
10888 * cus-edit.el (custom-file): Doc fix.
10889
10890 * textmodes/org.el: New file.
10891
10892 2004-12-06 Kenichi Handa <handa@m17n.org>
10893
10894 * ldefs-boot.el: Update international/mule-util.el section.
10895
10896 2004-12-05 Sam Steingold <sds@gnu.org>
10897
10898 * net/tramp.el (tramp-handle-file-accessible-directory-p):
10899 Fix `tramp-time-diff' comparison logic.
10900
10901 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
10902
10903 * progmodes/which-func.el (which-function):
10904 Use `run-hook-with-args-until-success' instead of a custom loop.
10905 Fixes bug with local hooks.
10906
10907 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10908
10909 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10910 Use delete-dups when calculating the initial value.
10911 (bibtex-autokey-get-title): Use <=.
10912 (bibtex-goto-line): New function.
10913 (bibtex-reposition-window): Use line numbers instead of point
10914 positions. Use window-body-height.
10915 (bibtex-find-crossref): Use bibtex-reposition-window.
10916 (bibtex-find-entry): Use bibtex-reposition-window. Always return
10917 position of entry if key is found or nil if not found.
10918
10919 2004-12-05 Richard M. Stallman <rms@gnu.org>
10920
10921 * cus-edit.el (custom-file): Doc fix.
10922
10923 * progmodes/sh-script.el (sh-indent-for-then): Change default.
10924
10925 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10926
10927 * simple.el (blink-matching-open):
10928 * textmodes/tex-mode.el (tex-validate-region):
10929 Obey syntax-table text properties.
10930
10931 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
10932
10933 * wid-edit.el (widget-specify-field): Add `real-field' property to
10934 boundary.
10935 (widget-field-at): Use it.
10936
10937 2004-12-02 Richard M. Stallman <rms@gnu.org>
10938
10939 * progmodes/cc-mode.el (awk-mode autoload):
10940 Supply t meaning interactive function.
10941
10942 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
10943 (isearch-mode-map): No special definition for space.
10944 (isearch-whitespace-chars): Command deleted.
10945 (isearch-forward-regexp): Doc fix.
10946 (isearch-quote-char): When a space is not inside brackets,
10947 use `[ ]' instead of just space.
10948 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10949
10950 * imenu.el (imenu--generic-function): Delete code to exclude
10951 matches in comments.
10952
10953 * man.el (Man-reverse-face): Change default to `highlight'.
10954
10955 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10956 (occur-engine): Use `face' prop rather than `font-lock-face'
10957 when specifying use of `match-face'.
10958 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10959
10960 * emacs-lisp/elint.el (elint-standard-variables): Update list.
10961
10962 * add-log.el (add-log-current-defun): Handle the case where point
10963 is in the header part of a DEFUN construct.
10964
10965 2004-12-02 Dave Love <fx@gnu.org>
10966
10967 * progmodes/python.el (python-font-lock-syntactic-keywords):
10968 Fix previous change.
10969
10970 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
10971
10972 * paren.el (show-paren-function): Check for matching chars
10973 specified by text props.
10974
10975 2004-12-02 Jay Belanger <belanger@truman.edu>
10976
10977 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10978 when reading a new key sequence.
10979
10980 2004-12-02 Kim F. Storm <storm@cua.dk>
10981
10982 * faces.el (escape-glyph): Rename from glyph.
10983 (standard-display-table): Set it here. Add escape-glyph face to
10984 extra slot characters.
10985
10986 * disp-table.el: Undo 2004-12-01 change. Display table is now
10987 setup in faces.el.
10988
10989 2004-12-02 Mark A. Hershberger <mah@everybody.org>
10990
10991 * xml.el (xml-parse-dtd): Don't show validity messages when
10992 xml-validating-parser is nil.
10993 (xml-substitute-special): Fix validity error messages to
10994 actually show the unexpandable entity. Added validity error if &
10995 isn't followed by an entity.
10996 (xml-parse-tag): Concatenate any string following the a
10997 <![CDATA[]]> section to the parsed CDATA.
10998 (xml-parse-dtd): Skip parameter entity declarations and use of
10999 parameter entities.
11000
11001 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
11002
11003 * kmacro.el (kmacro-default-counter-format): New var.
11004 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
11005 (kmacro-display): Remove `nil' from `and' form. Delete call to
11006 `format' inside `message'.
11007 (kmacro-start-macro): Use `kmacro-default-counter-format'.
11008
11009 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11010
11011 * pcvs.el (cvs-header-msg): New function.
11012 (cvs-update-header): Use it. Change calling convention.
11013 Correctly handle the case of having simultaneous active processes.
11014 (cvs-sentinel): Don't call cvs-update-header any more.
11015 (cvs-mode-run): Update call and add cvs-update-header to postproc.
11016
11017 2004-12-01 Jay Belanger <belanger@truman.edu>
11018
11019 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
11020 Change message.
11021
11022 2004-12-01 Juri Linkov <juri@jurta.org>
11023
11024 * progmodes/prolog.el (prolog-mode-variables):
11025 Fix imenu-generic-expression.
11026
11027 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
11028
11029 * faces.el (glyph): New face.
11030
11031 * disp-table.el: Add an autoloaded table, that doesn't require
11032 this library, with glyph face.
11033
11034 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
11035 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
11036 (conf-quote-normal): Allow normalizing only ' or ".
11037 (conf-mode): Regexp-quote constructed comment-start and don't
11038 match section {} where "name" contains braces.
11039
11040 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
11041 files.
11042
11043 2004-12-01 Kenichi Handa <handa@m17n.org>
11044
11045 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
11046 (x-select-text): Don't treat eight-bit-control/graphic chars
11047 specially. Store the encoded text in the X cut buffer.
11048 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
11049 with x-last-selected-text-cut-encoded.
11050
11051 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11052
11053 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
11054
11055 2004-11-30 Markus Rost <rost@ias.edu>
11056
11057 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
11058 AUCTeX.
11059
11060 2004-11-30 Jay Belanger <belanger@truman.edu>
11061
11062 * calc/calc-arith.el (math-possible-signs): Made stronger checks
11063 on signs of intervals.
11064 (math-pow-of-zero): Strengthen checks for positive and negative
11065 exponents.
11066
11067 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
11068 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
11069 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
11070 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
11071 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
11072 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
11073 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
11074 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
11075 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
11076 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
11077 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
11078 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
11079 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
11080 with provide statements.
11081
11082 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
11083
11084 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
11085
11086 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
11087 (calc-load-everything, math-defsimplify): Replace dummy autoloading
11088 functions by require statements.
11089 (math-defsimplify): Move to calc-alg.el, add to autoloads.
11090
11091 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
11092 (calc-gnuplot-print): Give them values.
11093
11094 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
11095 autoloads.
11096 Add calc-do-embedded-activate to autoloads.
11097 (calc-gnuplot-name, calc-gnuplot-plot-command)
11098 (calc-gnuplot-print-command): Move them to calc-graph.el.
11099
11100 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11101
11102 * term/mac-win.el (ccl-encode-mac-roman-font)
11103 (ccl-encode-mac-cyrillic-font)
11104 (ccl-encode-mac-centraleuropean-font, encoder-list)
11105 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
11106 Support Cyrillic, CentralEuropean, and Dingbat font display
11107
11108 2004-11-30 Andre Spiegel <spiegel@gnu.org>
11109
11110 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
11111
11112 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
11113 still nil.
11114
11115 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
11116
11117 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
11118 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
11119
11120 2004-11-29 Jay Belanger <belanger@truman.edu>
11121
11122 * calc/calc-arith.el (math-pow-of-zero): Take into account different
11123 cases of the base and exponent.
11124
11125 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
11126
11127 * simple.el (next-error-buffer-p): Allow for inclusive and
11128 exclusive tests for finding a buffer.
11129 (next-error-find-buffer): Pass the exclusive and inclusive tests
11130 to next-error-buffer-p.
11131
11132 * replace.el (occur-next-error): Switch to the Occur buffer when
11133 appropriate, use the exclusive filter to next-error-find-buffer to
11134 do it. Use the absolute value of the motion amount.
11135
11136 2004-11-29 Kenichi Handa <handa@m17n.org>
11137
11138 * startup.el (command-line): Decode all default-directory by
11139 locale-coding-system.
11140
11141 2004-11-29 Jay Belanger <belanger@truman.edu>
11142
11143 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
11144 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
11145 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
11146 Replace calls to calc-extensions by appropriate require, replace
11147 calc-extensions-loaded by appropriate featurep.
11148
11149 * calc/calc-ext.el: Move require to end of file.
11150 Remove redundant loading of calc.el.
11151 (calc-extensions-loaded): Remove unnecessary variable.
11152 (calc-extensions): Remove unnecessary function.
11153 (calc-load-everything): Replace calc-need-macros by appropriate require.
11154
11155 * calc/calc-macs.el: Move provide to end of file.
11156 (calc-need-macros): Remove unnecessary function.
11157
11158 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
11159 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
11160 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
11161 Replace calc-extensions by appropriate require.
11162 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
11163
11164 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
11165 Replace calc-need-macros by appropriate require.
11166
11167 * calc/calc.el: Move require to end of file.
11168 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
11169 Remove unnecessary variable.
11170 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
11171 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
11172 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
11173 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
11174 (math-stack-value-offset, math-format-value, math-format-flat-expr)
11175 (math-format-number, math-format-bignum, math-read-number)
11176 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
11177 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
11178 by appropriate require.
11179 (calc-check-defines): Replace calc-need-macros by appropriate require.
11180
11181 2004-11-29 Kim F. Storm <storm@cua.dk>
11182
11183 * macros.el (insert-kbd-macro): Handle kmacro functions.
11184
11185 2004-11-28 Juri Linkov <juri@jurta.org>
11186
11187 * compare-w.el (compare-windows-highlight): Attach each overlay
11188 to its window to properly highlight differences while comparing
11189 two windows of the same buffer. Fix arguments.
11190 (compare-windows-sync-default-function): Fix arguments of
11191 `compare-windows-highlight'.
11192
11193 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
11194 Use `read-expression-history'. Set initial contents only if
11195 `edebug-global-break-condition' is non-nil. Set histpos to 1
11196 if initial contents is equal to the last history element.
11197 (edebug-set-conditional-breakpoint): Instead of temporarily
11198 prepending the current condition to the history, set initial
11199 contents to the current condition. Set histpos to 1 if initial
11200 contents is equal to the last history element.
11201
11202 * info.el (Info-search-whitespace-regexp): Remove shy group.
11203 (Info-search): Forward line if search is on the header line.
11204 Use search-whitespace-regexp in two other places.
11205
11206 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
11207
11208 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
11209 warning. Delay real definition, which uses
11210 `set-fringe-indicators-1' till after the definition of that function.
11211
11212 2004-11-28 Kim F. Storm <storm@cua.dk>
11213
11214 * fringe.el (fringe): New defgroup.
11215 (fringe-mode): Move to fringe group.
11216 (fringe-indicators): New defcustom.
11217 (set-fringe-indicators-1): New defun.
11218
11219 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
11220 (menu-bar-showhide-fringe-ind-menu): New keymap.
11221 (menu-bar-showhide-fringe-ind-empty)
11222 (menu-bar-showhide-fringe-ind-mixed)
11223 (menu-bar-showhide-fringe-ind-box)
11224 (menu-bar-showhide-fringe-ind-right)
11225 (menu-bar-showhide-fringe-ind-left)
11226 (menu-bar-showhide-fringe-ind-none): New defuns.
11227 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
11228
11229 2004-11-27 Richard M. Stallman <rms@gnu.org>
11230
11231 * comint.el (comint-read-noecho): Add trivial compatibility definition.
11232
11233 * generic.el (define-generic-mode): Doc fix.
11234
11235 * menu-bar.el (menu-bar-options-save): For the options
11236 that are toggled with menu-bar-make-mm-toggle, don't check
11237 for customized-value prop.
11238
11239 2004-11-27 Eli Zaretskii <eliz@gnu.org>
11240
11241 * mail/supercite.el (sc-cite-region): Handle the case where
11242 sc-cite-frame-alist is a symbol.
11243 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
11244 a symbol.
11245 (sc-recite-region): Handle the case where sc-recite-frame-alist is
11246 a symbol.
11247
11248 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11249
11250 * wid-edit.el (widget-narrow-to-field): New function.
11251 (widget-complete): Use it.
11252
11253 2004-11-27 Jay Belanger <belanger@truman.edu>
11254
11255 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
11256 variable.
11257 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
11258 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
11259 (math-alg-inequalities): Move declaration to earlier in the file.
11260
11261 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
11262 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
11263 Declare them.
11264
11265 * calc/calc-lang.el (math-expr-data, math-expr-token)
11266 (math-exp-old-pos): Declare them.
11267
11268 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
11269 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
11270
11271 2004-11-27 Kim F. Storm <storm@cua.dk>
11272
11273 * progmodes/flymake.el: Use (featurep 'xemacs).
11274 (flymake-makehash): Change to defsubst. Use fboundp.
11275 (flymake-time-to-float): Remove.
11276 (flymake-float-time): Merge code from flymake-time-to-float here.
11277 (flymake-replace-regexp-in-string): Change to defsubst.
11278 (flymake-split-string-remove-empty-edges):
11279 Rename to flymake-split-string.
11280 (flymake-split-string): Remove previous defalias.
11281 (flymake-get-temp-dir): Change to defsubst.
11282 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
11283 Define for xemacs only.
11284 (flymake-master-file-count-limit): Change into compiler defvar only.
11285 (flymake-find-possible-master-files): Let-bind it dynamically while
11286 sorting files using flymake-master-file-compare.
11287
11288 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11289
11290 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
11291 of defun-prompt-regexp matches inside a comment/string but the
11292 beginning is correctly outside everything.
11293
11294 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
11295 appears within a string or a comment.
11296
11297 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
11298 rather than make-symbol for symbols which are used in
11299 a symbol-macrolet or equivalent.
11300
11301 2004-11-26 Jay Belanger <belanger@truman.edu>
11302
11303 * calc-misc.el (calc-last-why-command): Declare it.
11304
11305 * calc-vec.el (math-grade-vec): New variable.
11306 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
11307 Replace variable grade-vec by declared variable.
11308 (math-rb-close): New variable.
11309 (math-read-brackets, math-read-vector): Replace variable close by
11310 declared variable.
11311
11312 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
11313 (calc-one-window, calc-edit-handler, calc-restore-trail)
11314 (calc-allow-ret): Declare them.
11315
11316 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
11317 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
11318 (math-radix-float-cache-tag, math-random-cache)
11319 (math-max-digits-cache, math-integral-cache, math-units-table)
11320 (math-format-date-cache, math-holidays-cache-tag): Declare them.
11321 (math-moc-func): New variable.
11322 (math-map-over-constants, math-map-over-constants-rec):
11323 Replace variable func by declared variable.
11324
11325 * calc/calc-store.el (calc-given-value, calc-store-opers):
11326 Declare them.
11327 (calc-var-name-map): Move declaration to earlier in the file.
11328 (calc-pv-pos): New variable.
11329 (calc-permanent-variable, calc-insert-permanent-variable):
11330 Replace variable pos by declared variable.
11331
11332 * calc/calc-mtx.el (calc-det-lu): New variable.
11333 (math-det-raw, math-det-step): Replace variable lu by declared variable.
11334
11335 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
11336 (math-multi-subst, math-multi-subst-rec): Replace variables temp
11337 and arg by declared variables.
11338 (calcFunc-reducer): Fix incorrect variable.
11339 (math-inner-mul-func, math-inner-add-func): New variables.
11340 (calcFunc-inner, math-inner-mats): Replace variables mul-func
11341 and add-func by declared variables.
11342
11343 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
11344 (calc-digit-value): Declare them.
11345
11346 * calc/calc-help.el (Info-history): Declare it.
11347 (calc-describe-key): Make calc-summary-indentation a local variable.
11348 (calc-help-long-names): Move declaration to earlier in file.
11349
11350 * calc/calc-embed.el (calc-original-buffer): Declare it.
11351 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
11352 (calc-embed-bot): New variables.
11353 (calc-do-embedded, calc-embedded-mark-formula)
11354 (calc-embedded-find-bounds, calc-embedded-duplicate)
11355 (calc-embedded-new-formula, calc-embedded-make-info):
11356 Replace vars outer-top, outer-bot, bot and top by declared variables.
11357 (calc-embed-prev-modes): New variable.
11358 (calc-embedded-set-modes, calc-embedded-update): Replace variable
11359 prev-modes with declared variable.
11360 (calc-embed-vars-used): New variable.
11361 (calc-embedded-make-info, calc-embedded-evaluate-expr)
11362 (calc-embedded-update, calc-embedded-find-vars): Replace variable
11363 vars-used by declared variable.
11364
11365 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
11366 (math-format-radix-float): Remove unnecessary setq.
11367 (math-radix-float-cache): Declare it.
11368
11369 * calc/calcsel2.el (calc-keep-selection): Declare it.
11370
11371 * calc/calc-maint.el: Remove file.
11372
11373 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11374
11375 * textmodes/bibtex.el (bibtex-sort-entry-class)
11376 (bibtex-comment-start): Use defcustom.
11377 (bibtex-entry-field-alist): Use nil if initial content of the
11378 field is undefined. Fix docstring.
11379 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
11380 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
11381 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
11382 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
11383 Fix docstring.
11384 (bibtex-autokey-title-terminators): Use only one regexp.
11385 (bibtex-string-maybe-empty-head): New variable.
11386 (bibtex-remove-delimiters-string): New function.
11387 (bibtex-text-in-field-bounds, bibtex-text-in-string):
11388 Use bibtex-remove-delimiters-string.
11389 (bibtex-progress-message, bibtex-field-left-delimiter)
11390 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
11391 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
11392 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
11393 Simplify.
11394 (bibtex-format-entry): Use save-excursion for inherited booktitle.
11395 Use eq and bibtex-remove-delimiters-string. For end markers use
11396 insertion type so that marker stays after inserted text.
11397 (bibtex-autokey-get-names): Return empty string if name is missing.
11398 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
11399 calling bibtex-autokey-name-case-convert.
11400 (bibtex-autokey-demangle-title):
11401 Call bibtex-autokey-titleword-case-convert. Remove call to
11402 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
11403 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
11404 (bibtex-read-key): New optional arg global.
11405 (bibtex-files-expand): New optional arg force.
11406 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
11407 (bibtex-complete-crossref-cleanup): Rename from
11408 bibtex-complete-key-cleanup. Simplify code.
11409 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
11410 Operate on current entry.
11411 (bibtex-button): Add docstring.
11412 (bibtex-entry): Simplify.
11413 (bibtex-make-field): Replace optional arg called-by-yank with more
11414 specific args move and interactive.
11415 (bibtex-end-of-entry): Use forward-sexp.
11416 (bibtex-find-entry-globally): Remove.
11417 (bibtex-find-crossref): Allow for crossref key located in other buffer.
11418 Bound to C-c C-x.
11419 (bibtex-find-entry): New optional args global and display.
11420 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
11421 (bibtex-validate): Use arg force of bibtex-files-expand.
11422 (bibtex-clean-entry): Bugfix, clean string entries properly.
11423 Always keep point at beginning of entry.
11424 (bibtex-complete): Bugfix. Handle string entries properly.
11425 Call cleanup functions only if needed.
11426 (bibtex-String): Use bibtex-read-string-key.
11427 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
11428 case of replacement text.
11429
11430 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11431
11432 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
11433 (tramp-perl-directory-files-and-attributes): New constant.
11434 (tramp-file-name-handler-alist): Delete file-directory-files, add
11435 directory-files-and-attributes.
11436 (tramp-perl-file-attributes): Surround uid and gid by double
11437 quotes. Change parameter id-format from nonnumeric.
11438 (tramp-convert-file-attributes): New function.
11439 (tramp-handle-file-attributes): Use it.
11440 (tramp-maybe-send-perl-script): New function.
11441 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
11442 file mode. Change parameter id-format from nonnumeric.
11443 (tramp-handle-file-attributes-with-ls): Change parameter id-format
11444 from nonnumeric.
11445 (tramp-post-connection): Don't send tramp-perl-file-attributes
11446 script. Reset connection property "perl-scripts".
11447 (tramp-handle-insert-directory): Run real handler when ls-lisp is
11448 in use.
11449
11450 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11451
11452 * desktop.el (desktop-read): Replace mapcar with mapc.
11453 (desktop-create-buffer): Replace mapcar with mapc.
11454 Remove redundant piece of code.
11455
11456 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
11457
11458 * progmodes/gud.el (gud-display-line): Use display-buffer
11459 for GDB-UI as for GUD.
11460
11461 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
11462 Delete variables.
11463 (gdb-ann3): Don't make GUD buffer dedicated.
11464 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
11465 (gdb-display-source-buffer): Delete function.
11466 (gdb-view-source-function, gdb-view-assembler): Delete functions.
11467 (menu): Delete menu bindings for viewing source/assembler.
11468 (gdb-setup-windows, gdb-restore-windows):
11469 Don't dedicate GUD. No assembler now.
11470 (gdb-reset): No need to undedicate source buffers now.
11471 (gdb-source-info): No assembler now.
11472
11473 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
11474
11475 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
11476 width to those for special frames.
11477 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
11478 Use display-buffer.
11479 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
11480 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11481 (gdb-frame-assembler-buffer): Rework like
11482 gdb-frame-breakpoints-buffer.
11483
11484 2004-11-25 Richard M. Stallman <rms@gnu.org>
11485
11486 * progmodes/flymake.el: Reindent.
11487 (flymake-split-string): Turn into defalias.
11488 (flymake-fix-file-name): Rename from flymake-fix-path-name.
11489 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
11490 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
11491 (flymake-build-relative-filename): Rename from ...path.
11492 Fix error message.
11493
11494 2004-11-25 Cheng Gao <chenggao@gmail.com>
11495
11496 * progmodes/flymake.el: Much whitespace and capitalization change.
11497 Move `provide' to end. Require `compile' only when compiling.
11498
11499 2004-11-24 Jay Belanger <belanger@truman.edu>
11500
11501 * calc/calc-alg.el: Added comment.
11502 (math-polynomial-base): Replace variable mpb-top-expr by
11503 math-poly-base-top-expr.
11504
11505 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
11506 (math-polynomial-p1): Replace variable mpb-top-expr by declared
11507 variable.
11508 (math-poly-base-total-base): New variable.
11509 (math-total-polynomial-base, math-polynomial-p1): Replace variable
11510 mpb-total-base by declared variable.
11511 (math-factored-vars, math-to-list): Declare it.
11512 (math-fact-expr): New variable.
11513 (calcFunc-factors, calcFunc-factor, math-factor-expr)
11514 (math-factor-expr-try, math-factor-expr-part): Replace variable
11515 expr by declared variable.
11516 (math-fet-x): New variable.
11517 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
11518 by declared variable.
11519 (math-factor-poly-coefs): Make temp a local variable.
11520
11521 * calc/calc-units.el (calc-convert-units): Make units a local
11522 variable.
11523 (calc-num-units, calc-den-units): New variables.
11524 (calc-explain-units, calc-explain-units-rec): Replace variables
11525 num-units and den-units by declared variables.
11526 (math-cu-unit-list): New variable.
11527 (math-build-units-table, math-compare-unit-names)
11528 (math-convert-units, math-convert-units-rec): Replace variable
11529 unit-list by declared variable.
11530 (math-fbu-base, math-fbu-entry): New variables.
11531 (math-find-base-units, math-find-base-units-rec): Replace variables
11532 base and entry by declared variables.
11533 (math-which-standard): New variable.
11534 (math-to-standard-units, math-to-standard-rec): Replace variable
11535 which-standard by declared variable.
11536 (math-fcu-u): New variable.
11537 (math-find-compatible-unit, math-find-compatible-unit-rec):
11538 Replace variable u by declared variable.
11539 (math-cu-new-units, math-cu-pure): New variables.
11540 (math-convert-units, math-convert-units-rec): Replace variables
11541 new-units and pure by declared variables.
11542 (math-try-cancel-units): New variable.
11543 (math-simplify-units-quotient): Replace variable try-cancel-units by
11544 declared variable.
11545
11546 2004-11-24 Richard M. Stallman <rms@gnu.org>
11547
11548 * textmodes/ispell.el (ispell-check-version):
11549 If default-directory is nonexistent, use home dir.
11550
11551 * progmodes/grep.el (grep-regexp-alist):
11552 Don't match parens around line numbers.
11553
11554 * progmodes/cperl-mode.el (cperl-indent-region)
11555 (cperl-imenu--create-perl-index, cperl-xsub-scan):
11556 Don't print progress messages.
11557
11558 * progmodes/compile.el (compilation-mode-map):
11559 Don't inherit from compilation-minor-mode-map;
11560 copy its bindings instead. But the menu bar Compile
11561 entry now does inherit from compilation-menu-map.
11562
11563 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11564 Use with-no-warnings around compiler-macroexpand.
11565
11566 * imenu.el: Don't always require newcomment.
11567 (imenu--generic-function): Call comment-normalize-vars
11568 if we have a comment syntax.
11569 Exit the loop if REGEXP matches the null string.
11570 Test comment-start as well as comment-start-skip
11571 when deciding whether to check for comments.
11572
11573 * tooltip.el (tooltip-mode): Doc fix.
11574
11575 * term.el (term-escape-char, term-mode): Doc fixes.
11576
11577 2004-11-24 Dave Love <fx@gnu.org>
11578
11579 * progmodes/python.el (python-font-lock-syntactic-keywords):
11580 Check for escapes in the regexp.
11581 (python-quote-syntax): Don't do it here.
11582
11583 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11584
11585 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11586 (gdb-frames-mode-map, gdb-threads-mode-map)
11587 (gdb-registers-mode-map, gdb-locals-mode-map)
11588 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
11589 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
11590
11591 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
11592 (dedicated-switch-to-buffer): Rework.
11593 (gdb-var-evaluate-expression-handler, gdb-put-string):
11594 Remove unused variable bindings.
11595 (gdb-setup-windows, gdb-display-buffer):
11596 Simplify. Use pop-to-buffer.
11597 (gdb-view-source-function): Simplify.
11598 (gdb-frame-breakpoints-buffer):
11599 Use pop-to-buffer, special-display-regexps.
11600
11601 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11602
11603 * progmodes/f90.el (f90-smart-end)
11604 (f90-previous-statement, f90-beginning-of-block): Doc fix.
11605 (f90-calculate-indent): Handle un-named PROGRAM blocks.
11606 (f90-end-of-block): Doc fix. Make check of outermost block
11607 conditional on value of `f90-smart-end'.
11608 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
11609 Handle case where END-BLOCK is nil.
11610 (f90-match-end): Handle un-named PROGRAM blocks.
11611 (f90-backslash-not-special): New function.
11612
11613 2004-11-24 Jay Belanger <belanger@truman.edu>
11614
11615 * calc/calc.el (calc-embedded-active): Removed unnecessary
11616 declaration.
11617 (calc-show-banner): Removed redundant declaration.
11618
11619 * calc/calc-graph.el (calc-gnuplot-default-device)
11620 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11621 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11622 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11623 Remove redundant initial values.
11624
11625 * calc/calc-arith.el (math-scalar-functions)
11626 (math-nonscalar-functions, math-scalar-if-args-functions)
11627 (math-real-functions, math-positive-functions)
11628 (math-nonnegative-functions, math-real-scalar-functions)
11629 (math-real-if-arg-functions, math-integer-functions)
11630 (math-num-integer-functions, math-rounding-functions)
11631 (math-float-rounding-functions, math-integer-if-args-functions)
11632 (math-super-types): Move declarations to earlier in file.
11633 (math-unit-prefixes): Declared it.
11634 (math-floor-prec, math-trunc-prec): New variables.
11635 (math-trunc-fancy): Replace variable prec by declared variable.
11636 (math-floor-fancy): Replace variable prec by declared variable.
11637 (math-com-bterms): New variable.
11638 (math-commutative-equal, math-commutative-collect):
11639 Replace variable bterms by declared variable.
11640
11641 * calc/calc-misc.el (math-trunc): Replace variable prec by
11642 math-trunc-prec.
11643 (math-floor): Replace variable prec by math-floor-prec.
11644
11645 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
11646 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
11647 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
11648 (math-format-date, math-format-date-part): Replace variables
11649 date, dt, year, month, day, weekday, hour, minute, second and
11650 bc-flag by declared variables.
11651 (math-pd-str): New variable.
11652 (math-parse-date, math-parse-date-word, math-parse-standard-date):
11653 Replace variable str by declared variable.
11654 (math-daylight-savings-hook, math-tzone-names): Move definitions
11655 to earlier in the file.
11656 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
11657 (math-sh-year): New variable.
11658 (math-setup-add-holidays, math-setup-holidays)
11659 (math-setup-year-holidays): Replace variable `year' by declared
11660 variable.
11661
11662 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
11663 New variables.
11664 (math-nth-root-float, math-nth-root-float-iter): Replace variables
11665 n, nf and nfm1 by declared variables.
11666 (math-nri-n): New variable.
11667 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
11668 n by declared variable.
11669 (calcFunc-log): Removed misplaced condition.
11670
11671 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
11672
11673 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11674
11675 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11676
11677 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11678 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11679 Dedicate gdb-related windows.
11680 (gdb-display-buffer): Dedicate gdb-related windows.
11681 Don't grab other frames.
11682 (gdb-reset): Remove dedicated property after debugging.
11683
11684 2004-11-24 Jay Belanger <belanger@truman.edu>
11685
11686 * calc/calc-sel.el: Add comment.
11687
11688 * calc/calc.el (math-stack-value-offset): Replace variables c,
11689 wid and off with math-svo-c, math-svo-wid and math-svo-off.
11690
11691 * calc/calccomp.el (math-comp-sel-tag): Declare it.
11692 (math-svo-c, math-svo-wid, math-svo-off): New variables.
11693 (math-stack-value-offset-fancy): Replace variables c, wid and off
11694 by declared variables.
11695 (math-comp-just, math-comp-comma-spc): New variables.
11696 (math-compose-expr, math-compose-matrix): Replace variables `just'
11697 and comma-spc by declared variable.
11698 (math-comp-vector-prec): New variable.
11699 (math-compose-expr, math-compose-matrix, math-compose-rows):
11700 Replace variable vector-prec by declared variable.
11701 (math-comp-left-bracket, math-comp-right-bracket)
11702 (math-comp-comma): New variables.
11703 (math-compose-expr, math-compose-rows): Replace variables
11704 left-bracket, right-bracket and comma by declared variables.
11705 (math-comp-full-width): New variable.
11706 (math-comp-to-string-flat, math-comp-to-string-flat-term):
11707 Replace variable full-width by declared variable.
11708 (math-comp-highlight, math-comp-word, math-comp-level)
11709 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11710 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11711 New variables.
11712 (math-comp-to-string-flat, math-comp-to-string-flat-term)
11713 (math-comp-sel-flat-term): Replace variables comp-highlight,
11714 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11715 declared variables.
11716 (math-comp-simplify, math-comp-simplify-term)
11717 (math-comp-add-string, math-comp-add-string-sel):
11718 Replace variables comp-highlight, comp-buf, comp-base,
11719 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11720
11721 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11722
11723 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11724
11725 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11726 and x-server-version may throw.
11727
11728 2004-11-23 Kim F. Storm <storm@cua.dk>
11729
11730 * subr.el (substitute-key-definition-key): Optimize.
11731 Don't call indirect-function for nil defn (always signals error).
11732
11733 * ido.el (ido-read-internal): Fix require-match check when
11734 ido-directory-too-big is set.
11735
11736 2004-11-23 Jay Belanger <belanger@truman.edu>
11737
11738 * calc/calc-ext.el (math-read-replacement-list)
11739 (math-read-superscripts): New variables.
11740 (math-read-preprocess-string): New function.
11741 (math-read-expr): Filter input through math-read-preprocess-string.
11742
11743 * calc/calc-aent.el (math-read-exprs): Filter input through
11744 math-read-preprocess-string.
11745
11746 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
11747
11748 * progmodes/compile.el (compilation-start): In cd command use
11749 substitute-env-vars -- not quite shell compatible but better than
11750 nothing.
11751 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11752 handle the newer versions messages, which are more parseable.
11753
11754 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11755
11756 * reveal.el (reveal-mode-map): New var.
11757 (reveal-mode): Use it.
11758
11759 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
11760
11761 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11762 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11763
11764 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11765
11766 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11767 header-line when needed.
11768 Use fixed-pitch only in the header-line.
11769 Build the underline automatically. Use emdash if available.
11770
11771 2004-11-22 Richard M. Stallman <rms@gnu.org>
11772
11773 * dired.el (dired-recursive-copies): Move from dired-aux.el.
11774 * dired-aux.el (dired-recursive-copies): Move to dired.el.
11775
11776 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
11777
11778 * progmodes/gdb-ui.el (gdb-resync): New function.
11779 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11780 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11781 Use it to fail more gracefully.
11782 (gdb-variables): Delete variable.
11783 Re-order variables to reduce byte-compiler warnings.
11784
11785 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11786
11787 * descr-text.el (describe-char):
11788 * paren.el (show-paren-function):
11789 * subr.el (syntax-after): Undo last change.
11790
11791 * progmodes/python.el (run-python): Don't hard code *Python*.
11792 Don't modify global process-environment.
11793 (python-send-region, python-load-file): Don't assume that
11794 python-buffer == (process-buffer (python-proc)).
11795 (python-switch-to-python): Simplify.
11796
11797 * dired.el (dired-align-file): Don't assume line starts with spaces.
11798
11799 2004-11-21 Jay Belanger <belanger@truman.edu>
11800
11801 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11802 Replace variable `lines' by math-read-big-lines.
11803 (math-read-big-expr): Replace variables the-baseline, the-h2
11804 and err-msg by math-read-big-baseline, math-read-big-h2 and
11805 math-read-err-msg.
11806 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11807
11808 * calc/calc-lang.el (math-read-big-rec): Fix typo.
11809 (math-read-big-balance): Replace unbound variable by value.
11810 (math-read-big-lines): New variable.
11811 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11812 (math-read-big-error, math-read-big-balance): Replace variable
11813 `lines' by declared variable.
11814 (math-read-big-baseline, math-read-big-h2): New variables.
11815 (math-read-big-rec): Replace variables the-baseline and the-h2
11816 by declared variables.
11817 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11818 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11819 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11820 declared variables.
11821 (math-read-big-err-msg): New variable.
11822 (math-read-big-error): Replace variable err-msg by declared variable.
11823
11824 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11825
11826 * ses.el: Add coding cookie.
11827 Fix up docstrings, follow new commenting conventions.
11828 (ses-header-line-menu): Fix missing variable rename for header-row.
11829 (ses-cell-size): Remove.
11830 (ses-make-cell): New function.
11831 (ses-cell, ses-insert-row, ses-insert-column): Use it.
11832 (ses-calculate-cell): Remove unused var `symbol'.
11833 (ses-narrowed-p): New function.
11834 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11835 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11836 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11837 (ses-setup): Use restore-buffer-modified-p.
11838 (ses-cleanup): Remove unused var `end'.
11839 (ses-header-string-left-offset): Remove.
11840 (ses-create-header-string): Adjust to new behavior of `align-to'.
11841 Truncate excessively large fields to preserve alignment.
11842 (ses-reconstruct-all): Remove unused var `refs'.
11843 (ses-read-cell-printer): Remove unused var `prompt'.
11844 (ses-delete-row): Remove unused var `pos'.
11845 (ses-delete-column): Remove unused var `new'.
11846
11847 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11848
11849 * ps-print.el: Insert :version tag into all defgroup and defcustom.
11850 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11851 Eliminate eval-and-compile usage.
11852 (ps-insert-file): Use insert-file-contents instead of insert-file.
11853 (ps-setup): Code fix.
11854
11855 * printing.el (pr-setup, lpr-setup): Code fix.
11856
11857 2004-11-21 Jay Belanger <belanger@truman.edu>
11858
11859 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11860 (calc-original-buffer): Declare them.
11861 (calc-user-formula-alist): New variable.
11862 (calc-user-define-formula, calc-fix-user-formula)
11863 (calc-user-define-composition, calc-finish-formula-edit):
11864 Replace variable `alist' by declared variable.
11865 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11866 (var-q7, var-q7, var-q8, var-q9): Declare them.
11867 (calc-kbd-push): Don't check to see if var-q0 through var-q9
11868 are bound.
11869 (calcFunc-typeof): Replace undeclared variable by expression.
11870 (math-exp-env): New variable.
11871 (math-define-body, math-define-exp): Replace exp-env by declared var.
11872 (math-define-exp): Replace misplaced variable by expression.
11873
11874 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11875 (calc-curve-model, calc-curve-coefnames): New variables.
11876 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11877 varnames, model and coefnames by declared variables.
11878 (math-root-widen): New variable.
11879 (math-search-root, math-find-root): Replace variable root-widen by
11880 declared variable.
11881 (var-DUMMY): Declare it.
11882 (math-root-vars, math-min-vars): Move the declarations to earlier in
11883 the file.
11884 (math-brent-min): Make d a local variable.
11885 (math-find-minimum): Replace non-existent variable.
11886 (math-ninteg-romberg): Remove unnecessary variable.
11887 (math-ninteg-temp): New variable.
11888 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11889 integ-temp by declared variable.
11890 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11891 New variables.
11892 (math-general-fit): Replace variables first-var, first-coef and
11893 new-coefs by declared variables.
11894 (calcFunc-fitvar): Replace variable first-var by declared variable.
11895 (calcFunc-fitparam): Replace variable first-coef by declared variable.
11896 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11897 (math-all-vars-vars, math-all-vars-found): New variables.
11898 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11899 found by declared variable math-all-vars-vars.
11900
11901 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
11902
11903 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11904 of `defconst'.
11905
11906 2004-11-20 Richard M. Stallman <rms@gnu.org>
11907
11908 * isearch.el (isearch-mode-map): Don't bind SPC.
11909 (isearch-whitespace-chars): Function deleted.
11910 (isearch-search): Bind search-spaces-regexp.
11911 (isearch-lazy-highlight-search): Likewise.
11912 (search-whitespace-regexp): Doc fix.
11913 (isearch-forward-regexp): Doc fix.
11914
11915 * emacs-lisp/bytecomp.el (byte-compile-form):
11916 Move the calls to byte-compile-set-symbol-position,
11917 to avoid having two for the same symbol occurrence.
11918
11919 * comint.el (comint-input-ring-size): Increase to 150.
11920
11921 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11922 New variables.
11923 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11924 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11925
11926 * imenu.el (imenu--generic-function):
11927 Ensure we keep moving backward even if BEG isn't further back.
11928
11929 * replace.el (query-replace-read-to, query-replace-read-from):
11930 Specify t for KEEP-ALL in read-from-minibuffer.
11931
11932 * progmodes/python.el (python-switch-to-python):
11933 If Python isn't running, start it.
11934 Don't alter debug-ignored-errors.
11935
11936 * progmodes/cperl-mode.el (cperl-indent-region):
11937 Don't mind imenu-scanning-message.
11938
11939 * bindings.el (global-map): Bind C-e to move-end-of-line.
11940
11941 * simple.el (line-move-finish): New arg FORWARD.
11942 Ignore invisible newlines, not intangible ones.
11943 Conditions for acceptable stopping positions depend on FORWARD.
11944 (line-move): Pass FORWARD arg to line-move-finish.
11945
11946 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11947 of HEADER. Compensate for this change in the code to add display
11948 properties. Don't make the first line intangible.
11949
11950 * info.el (Info-search): Fix previous change.
11951
11952 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
11953
11954 * Makefile.in (recompile): Revert 2004-11-19 change.
11955 (compile): Likewise.
11956
11957 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
11958
11959 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11960
11961 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11962
11963 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
11964 defgroup and defcustom. Eliminate eval-and-compile usage.
11965
11966 * progmodes/ebnf-otz.el: Fix typos.
11967
11968 2004-11-19 Jay Belanger <belanger@truman.edu>
11969
11970 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11971 (calc-edit-finish, calc-finish-stack-edit): Replace variable
11972 disp-trail by declared variable.
11973
11974 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11975 (calc-finish-selection-edit): Replace variable disp-trail by
11976 declared variable.
11977 (calc-selection-cache-entry): Move declaration to earlier in the file.
11978 (calc-selection-cache-num, calc-selection-cache-comp)
11979 (calc-selection-cache-offset, calc-selection-true-num)
11980 (calc-final-point-line, calc-final-point-column)
11981 (calc-original-buffer): Declare them.
11982 (calc-fnp-op, calc-fnp-num): New variables.
11983 (calc-find-nth-part, calc-find-nth-part-rec)
11984 (calc-select-previous): Replace op and num by declared variables.
11985 (calc-rsf-old, calc-rsf-new): New variables.
11986 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11987 Replace variables old and new by declared variables.
11988 (calc-sel-reselect): New variable.
11989 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11990 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11991 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11992 reselect with declared variable.
11993
11994 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11995 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11996 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11997 (math-import-list, math-rewrite-phase): Declare them.
11998 (math-rewrite): Use let* to declare variables.
11999 (calc-rewrite-selection): Make rules a local variable.
12000 (calc-rewr-sel): New variable.
12001 (calc-rewrite-selection, calc-locate-selection-marker)
12002 (calc-rewrite): Use the declared variable calc-rewr-sel instead
12003 of sel.
12004 (math-rewrite-whole-expr): New variable.
12005 (math-rewrite, math-rewrite-phase): Replace variable expr by
12006 declared variable.
12007 (math-rewrite-heads-heads, math-rewrite-heads-skips)
12008 (math-rewrite-heads-blanks ): New variables.
12009 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
12010 heads, skips and blanks by declared variables.
12011 (math-rwcomp-subst-old, math-rwcomp-subst-new)
12012 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
12013 New variables.
12014 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
12015 old, new, old-func and new-func by declared variables.
12016 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
12017 Remove unnecessary variable.
12018 (math-apply-rw-regs): New variable.
12019 (math-apply-rewrites, math-rwapply-replace-regs)
12020 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
12021 (math-apply-rw-ruleset): New variable.
12022 (math-apply-rewrites, math-rwapply-remember): Replace variable
12023 ruleset by declared variable.
12024
12025 2004-11-19 Richard M. Stallman <rms@gnu.org>
12026
12027 * info.el (Info-search): Use search-whitespace-regexp.
12028
12029 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
12030
12031 * vc-rcs.el (vc-rcs-parse): New function.
12032 (vc-rcs-annotate-command): Likewise.
12033 (vc-rcs-annotate-current-time): Likewise.
12034 (vc-rcs-annotate-time): Likewise.
12035 (vc-rcs-annotate-extract-revision-at-line): Likewise.
12036
12037 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
12038
12039 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
12040
12041 2004-11-18 Jay Belanger <belanger@truman.edu>
12042
12043 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
12044
12045 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12046
12047 * printing.el: Eliminate use of interactive-p and eval-and-compile.
12048 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12049 Use make-temp-file to generate PostScript files in any situation.
12050 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
12051 (pr-interactive-p): Eliminate var.
12052 (pr-save-interactive): Eliminate macro.
12053 (pr-interface, pr-ps-directory-preview)
12054 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12055 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12056 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12057 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12058 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12059 (pr-ps-region-ps-print, pr-ps-mode-preview)
12060 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12061 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12062 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
12063 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12064 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12065 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12066 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12067 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12068 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12069 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12070 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12071 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
12072 Eliminate pr-save-interactive usage.
12073 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
12074 Eliminate pr-interactive-p usage.
12075 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
12076 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
12077 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
12078 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
12079 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
12080 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
12081 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
12082 New funs.
12083 (pr-ps-file): Use make-temp-file to generate a temporary file.
12084
12085 2004-11-17 Jay Belanger <belanger@truman.edu>
12086
12087 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
12088 a local variable.
12089 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
12090 (math-top-only): New variable.
12091 (math-simplify, math-simplify-step): Replace variable top-only by
12092 declared variable math-top-only.
12093 (math-simplify-expr): Declare it.
12094 Replace argument expr in all calls of math-defsimplify by
12095 math-simplify-expr.
12096 (math-simplify-plus, math-simplify-times, math-simplify-divide)
12097 (math-simplify-divisor, math-simplify-one-divisor)
12098 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
12099 (math-simplify-pow): Replace variable expr by declared variable
12100 math-simplify-expr.
12101 (math-simplify-divisor): Remove local variables temp and op.
12102 (math-simplify-one-divisor): Make temp and op local variables.
12103 (math-simplify-divisor-nover, math-simplify-divisor-dover):
12104 New variables.
12105 (math-simplify-divisor, math-simplify-one-divisor):
12106 Replace variables nover and dover by declared variables.
12107 (math-expr-subst-new, math-expr-subst-old): New variables.
12108 (math-expr-subst, math-expr-subst-rec): Replace variables new
12109 and old by declared variables.
12110 (math-is-poly-degree, math-is-poly-loose): New variables.
12111 (math-is-polynomial, math-is-poly-rec): Replace variables degree
12112 and loose by declared variables.
12113 (math-poly-base-const-ok, math-poly-base-pred): New variables.
12114 (math-polynomial-base, math-polynomial-base-rec):
12115 Replace variables const-ok and mpb-pred by declared variables.
12116
12117 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
12118
12119 * calc/calc-ext.el (math-defsimplify): Change the argument in
12120 the created function to math-simplify-expr.
12121
12122 * calc/calc-units.el (math-simplify-expr): Declare it.
12123 Replace argument expr in all calls of math-defsimplify by
12124 math-simplify-expr.
12125 (math-simplify-units-prod): Replace variable expr by declared
12126 variable math-simplify-expr.
12127
12128 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
12129
12130 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
12131 Replace mapcar->dolist, format->string.
12132
12133 2004-11-17 Miles Bader <miles@gnu.org>
12134
12135 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
12136 * progmodes/idlwave.el: Remove RCS keywords.
12137
12138 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
12139
12140 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
12141 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
12142 Update to IDLWAVE version 5.5. Too many changes to list them here.
12143 * progmodes/idlw-help.el: New file.
12144
12145 2004-11-16 Richard M. Stallman <rms@gnu.org>
12146
12147 * international/iso-cvt.el (iso-tex2iso-trans-tab):
12148 Discard spaces after \i according to TeX rules.
12149
12150 * international/mule.el (set-buffer-file-coding-system):
12151 New arg NOMODIFY.
12152 (after-insert-file-set-coding): Pass that new arg.
12153 Prevent set-buffer-multibyte from trying to lock the file.
12154
12155 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
12156
12157 * saveplace.el (save-place): Doc fix.
12158
12159 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
12160 temporarily widen before finding the following word to copy.
12161
12162 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
12163 (cl-map-keymap): Definition deleted.
12164
12165 * subr.el (map-keymap-internal): New function.
12166
12167 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12168
12169 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
12170 when pressing rather than when releasing mouse-2. Simplify.
12171
12172 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12173
12174 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
12175 (compilation-mode): Set it here instead.
12176
12177 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
12178
12179 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
12180 (loop, cl-parse-loop-clause, defsetf): Use backquote.
12181
12182 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12183
12184 * progmodes/compile.el (compilation-internal-error-properties):
12185 Fix up a transposition-typo. Check end-col before using it.
12186
12187 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
12188
12189 * international/iso-cvt.el (iso-tex2iso-trans-tab):
12190 Discard whitespace after macro \i when converting it.
12191
12192 2004-11-16 Juri Linkov <juri@jurta.org>
12193
12194 * emacs-lisp/find-func.el (find-function-regexp):
12195 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
12196 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
12197 Remove invalid `\W' from [^cgv\W]. Doc fix.
12198 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
12199
12200 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
12201
12202 * play/life.el: Maintainer is now FSF.
12203 (life-patterns, life-neighbor-deltas, life-window-start)
12204 (life-current-generation, life-generation-string): Use defvar
12205 instead of defconst.
12206
12207 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12208
12209 * progmodes/compile.el (compilation-move-to-column): New fun.
12210 (compilation-internal-error-properties)
12211 (compilation-next-error-function): Use it to make sure we don't go past
12212 the end of line.
12213
12214 2004-11-15 John Paul Wallington <jpw@gnu.org>
12215
12216 * autoinsert.el (auto-insert-alist): Insert the user's name in
12217 copyright notice, rather than Free Software Foundation, for the
12218 Emacs Lisp header case too.
12219
12220 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12221
12222 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
12223 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12224 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
12225 return the list of string in a string.
12226 (pr-call-process): Message if calling process returns an error, that
12227 is, the exit status is different of zero.
12228
12229 2004-11-15 Jay Belanger <belanger@truman.edu>
12230
12231 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
12232 variable var-thing.
12233 (math-integ-depth, math-integ-level, math-integral-limit)
12234 (math-enable-subst, math-any-substs, math-integ-msg)
12235 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
12236 (math-int-threshold, math-int-factors, math-double-roots)
12237 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
12238 (var-GenCount): Declare these variables.
12239 (calcFunc-integ): Don't check if var-IntegLimit is bound.
12240 (math-integral-cache, math-integral-cache-state):
12241 Move declarations to earlier in the file.
12242 (math-deriv-var, math-deriv-total, math-deriv-symb)
12243 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
12244 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
12245 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
12246 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
12247 (math-solve-res): New variables
12248 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
12249 (math-integral, math-replace-integral-parts)
12250 (math-integrate-by-parts, calc-dump-integral-cache)
12251 (math-try-integral, math-do-integral, math-do-integral)
12252 (math-do-integral-methods, math-try-solve-for)
12253 (math-try-solve-prod, math-solve-poly-funny-powers)
12254 (math-solve-crunch-poly, math-decompose-poly)
12255 (math-solve-find-root-term, math-find-root-in-prod)
12256 (math-integ-try-linear-substitutions)
12257 (math-integ-try-substitutions, math-expr-rational-in)
12258 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
12259 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
12260 (math-solve-for, math-solve-system, math-solve-system-rec)
12261 (math-solve-get-sign, math-solve-get-int)
12262 (math-solve-system-subst): Replace undeclared variables with newly
12263 declared variables.
12264
12265 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12266
12267 * winner.el (winner-active-region, winner-edges, winner-window-list):
12268 Define at toplevel.
12269 (winner-mode-map): Move init inside declaration.
12270
12271 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
12272
12273 * files.el (convert-standard-filename): Doc fix.
12274
12275 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
12276
12277 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
12278 passwd, group, shadow, default/* and pam.d/*.
12279
12280 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12281
12282 * printing.el (pr-menu-spec): Adjust menu specification.
12283
12284 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12285
12286 * printing.el: Doc fix. Insert :version tag into all defcustom.
12287 Handle interactive-p as is recommended in Emacs Lisp Reference.
12288 Set the file permission bits for newly created files.
12289 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12290 The printing menu specification (in `pr-menu-spec') was merged.
12291 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12292 (pr-version): New version number (6.8.3).
12293 (pr-file-modes): New option.
12294 (pr-interactive-p): New var.
12295 (pr-save-interactive, pr-save-file-modes): New macros.
12296 (pr-setup): Code fix.
12297 (pr-menu-spec): Menu specification merged.
12298 (pr-call-process, pr-text2ps): Set file permission bits.
12299 (pr-despool-print): Set file permission bits. Handle interactive-p as
12300 is recommended.
12301 (pr-interface, pr-ps-directory-preview)
12302 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12303 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12304 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12305 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12306 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12307 (pr-ps-region-ps-print, pr-ps-mode-preview)
12308 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12309 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12310 (pr-despool-using-ghostscript, pr-despool-ps-print)
12311 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12312 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12313 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12314 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12315 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12316 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12317 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12318 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12319 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
12320 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
12321 Handle interactive-p as is recommended.
12322
12323 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12324
12325 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
12326 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
12327
12328 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
12329 so it doesn't forget to highlight the beginning of the region either.
12330
12331 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
12332
12333 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
12334 (c-font-lock-init): Eliminate obsolete make-local-hook.
12335 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12336 (awk-mode): Use run-mode-hooks.
12337
12338 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
12339
12340 2004-11-13 Kim F. Storm <storm@cua.dk>
12341
12342 * mouse.el (mouse-drag-copy-region): Add :version.
12343 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
12344 while dragging mode line, so mode line can be dragged downwards.
12345 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
12346 while pressing mouse button so window doesn't scroll until we
12347 release the mouse if clicking on partially visible line.
12348
12349 2004-11-12 Jay Belanger <belanger@truman.edu>
12350
12351 * calc/calc-graph.el (calc-dumb-map): Declare it.
12352 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
12353 than unbound.
12354 (calc-graph-name): Made `end' a local variable.
12355 (calc-graph-lookup): Made `varname' a local variable.
12356 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
12357 Declare them.
12358 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
12359 (calc-graph-plot, calc-graph-compute-3d): Remove references to
12360 the unused variable y3vec.
12361 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
12362 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
12363 calc-graph-prev-kill-hook.
12364 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
12365 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
12366 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
12367 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
12368 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
12369 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
12370 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
12371 (calc-graph-y3value, calc-graph-y3name)
12372 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
12373 (calc-graph-stepcount, calc-graph-is-splot)
12374 (calc-graph-surprise-splot, calc-graph-blank)
12375 (calc-graph-non-blank, calc-graph-curve-num): New variables.
12376 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
12377 (calc-graph-recompute-2d, calc-graph-compute-3d)
12378 (calc-graph-format-data): Replace undeclared variables with the
12379 above newly declared variables.
12380
12381 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
12382
12383 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
12384 `rsf-beep' and `rsf-sleep-after-message'.
12385
12386 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
12387 list if `message-sender' is non-nil.
12388
12389 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12390
12391 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
12392 consing by using mapc instead of mapcar.
12393
12394 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
12395
12396 * tooltip.el (require): Explain why CL is needed.
12397
12398 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12399
12400 * printing.el: Insert :version into defgroup (printing). All reference
12401 to Files option in menubar were changed to File.
12402 (pr-version): New version number (6.8.2).
12403 (pr-get-symbol): Call easy-menu-intern.
12404 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
12405 compilation gripes.
12406
12407 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12408
12409 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
12410 new byte-compile-function-environment binding to t.
12411
12412 * font-lock.el (font-lock-fontify-syntactically-region):
12413 Don't forget to highlight the last char when we hit `end'.
12414
12415 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
12416 (mwheel-scroll): Adjust accordingly.
12417
12418 * cvs-status.el: Reduce spurious warnings.
12419 (cvs-status-checkout): Remove.
12420 (cvs-status-mode-map): Use cvs-mode-checkout instead.
12421
12422 * pcvs.el (cvs-mode-checkout): New command.
12423
12424 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
12425
12426 * tooltip.el: Require CL.
12427
12428 * emacs-lisp/bytecomp.el: Use push.
12429 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
12430 (defalias): Remove the `byte-compile' property and add
12431 a `byte-hunk-handler'.
12432
12433 2004-11-11 Juri Linkov <juri@jurta.org>
12434
12435 * info.el (Info-search): Save match data for isearch.
12436 Skip Tag Table node.
12437
12438 * descr-text.el (describe-char): Replace syntax-after with code
12439 from its previous version.
12440
12441 * files.el (magic-mode-alist): Use optimization for SGML mode too.
12442 (set-auto-mode): Doc fix. Remove unused variable `xml'.
12443
12444 * international/mule.el (sgml-html-meta-auto-coding-function):
12445 Remove > after <html to allow HTML attributes.
12446
12447 2004-11-11 Jay Belanger <belanger@truman.edu>
12448
12449 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
12450 a variable.
12451 (calcFunc-dfac): Replace unbound max by n.
12452 (math-stirling-local-cache): New variable.
12453 (math-stirling-number, math-stirling-1, math-stirling-2):
12454 Replace the variable `cache' by the declared variable
12455 math-stirling-local-cache.
12456 (var-RandSeed): Declare it as a variable.
12457 (math-init-random-base, math-random-digit): Don't check to see if
12458 var-RandSeed is bound.
12459 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
12460 Declare them instead of just setting them.
12461 (math-init-random-base): Made i a local variable.
12462 (math-random-digit): Made math-random-last a local variable.
12463 (math-prime-test-cache): Move declaration to before it is used.
12464 (math-prime-test-cache-k, math-prime-test-cache-q)
12465 (math-prime-test-cache-nm1, math-prime-factors-finished):
12466 Declare them as variables.
12467
12468 2004-11-11 Jay Belanger <belanger@truman.edu>
12469
12470 * calc/calc-ext.el (math-defcache): Use defvar for the new
12471 variables it creates.
12472
12473 2004-11-11 Lars Hansen <larsh@math.ku.dk>
12474
12475 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
12476 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
12477 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
12478 (desktop-save): Add :version.
12479
12480 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12481
12482 * printing.el (pr-get-symbol): Don't downcase.
12483
12484 2004-11-10 Jay Belanger <belanger@truman.edu>
12485
12486 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
12487 string to kill-ring.
12488
12489 * calc/calc-aent.el (calc-alg-exp, math-toks)
12490 (math-exp-pos,math-exp-old-pos, math-exp-token)
12491 (math-exp-keep-spaces, math-exp-str): New variables.
12492 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
12493 (calcAlg-enter): Use declared variable calc-alg-exp.
12494 (math-build-parse-table, math-find-user-token): Use declared
12495 variable math-toks.
12496 (math-read-exprs, math-read-token, calc-check-user-syntax)
12497 (calc-match-user-syntax, match-factor-after, math-read-factor):
12498 Use declared variables math-exp-pos math-exp-old-pos.
12499 (math-read-exprs, math-read-token, math-read-expr-level)
12500 (calc-check-user-syntax, calc-match-user-syntax)
12501 (match-factor-after, math-read-factor): Use declared variable
12502 math-exp-token.
12503 (math-read-exprs, math-read-expr-list, math-read-token)
12504 (math-read-factor): Use declared variable math-exp-keep-spaces.
12505 (math-read-exprs, math-read-token): Use declared variable
12506 math-exp-str.
12507 (calc-match-user-syntax): Make m a local variable.
12508
12509 * calc/calc-ext.el (math-read-expr): Use declared variables
12510 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
12511 math-exp-keep-spaces.
12512
12513 * calc/calc-forms.el (math-read-angle-bracket): Use declared
12514 variables math-exp-pos, math-exp-str.
12515
12516 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
12517 math-exp-old-pos.
12518 (math-parse-fortran-vector, math-parse-fortran-vector-end)
12519 (math-parse-eqn-prime): Use declared variable math-exp-token.
12520
12521 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
12522 Use declared variable math-exp-pos.
12523 (math-check-for-commas): Use declared variable math-exp-str.
12524 (math-read-brackets): Use declared variables math-exp-old-pos,
12525 math-exp-keep-spaces.
12526 (math-read-brackets, math-read-vector, math-read-matrix):
12527 Use declared variable math-exp-token.
12528
12529 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12530
12531 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
12532 where the keymap is a symbol.
12533 (easy-menu-add-item): Use keymap-prompt. Simplify.
12534
12535 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
12536
12537 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
12538 (sgml-parse-tag-backward): Use it to skip spurious < or >.
12539
12540 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
12541
12542 * ebuff-menu.el: Doc fixes throughout.
12543 (electric-buffer-menu-mode-hook): New defvar.
12544
12545 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
12546
12547 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
12548 The resulting compiler warnings appear to be harmless.
12549
12550 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
12551
12552 * textmodes/conf-mode.el: New file.
12553
12554 * files.el (auto-mode-alist, magic-mode-alist): Use it.
12555
12556 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12557
12558 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
12559
12560 2004-11-09 Jay Belanger <belanger@truman.edu>
12561
12562 * calc/calc-ext.el (calc-init-extensions): Remove old code.
12563
12564 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
12565 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
12566 (calc-z-prefix-help, calc-user-function-list): Use declared
12567 variables calc-z-prefix-buf, calc-z-prefix-msgs.
12568 (math-map-tree, math-map-tree-rec): Use declared variables
12569 math-mt-many, math-mt-func.
12570 (math-read-expression, math-read-string): Use declared variable
12571 math-expr-data.
12572
12573 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
12574 variable math-normalize-a.
12575
12576 * calc/calc.el (math-normalize-a): New variable.
12577 (math-normalize): Use declared variable math-normalize-a.
12578
12579 * calc/calc-poly.el (math-expand-form): Use declared variable
12580 math-mt-many.
12581
12582 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12583 Use declared variable math-mt-many.
12584 (math-rewrite): Use declared variable math-mt-func.
12585
12586 * calc/calc-vec.el (math-read-brackets, math-read-vector)
12587 (math-read-matrix): Use declared variable math-expr-data.
12588
12589 * calc/calc-lang.el (math-parse-fortran-vector)
12590 (math-parse-fortran-vector-end, math-parse-tex-sum)
12591 (math-parse-eqn-matrix, math-parse-eqn-prime)
12592 (math-read-math-subscr): Use declared variable math-expr-data.
12593
12594 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
12595 (math-read-expr-level, math-read-token, calc-check-user-syntax)
12596 (calc-match-user-syntax, math-read-if, math-factor-after)
12597 (math-read-factor): Use declared variable math-expr-data.
12598
12599 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
12600
12601 * calendar/diary-lib.el (diary-from-outlook)
12602 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
12603 interactive-p; but rather new optional argument NOCONFIRM.
12604
12605 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12606
12607 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
12608 (easy-menu-name-match): Revert correspondingly.
12609
12610 2004-11-09 Richard M. Stallman <rms@gnu.org>
12611
12612 * emacs-lisp/bytecomp.el (byte-compile-defalias):
12613 Turn off warnings for the new function even if definition not constant.
12614 If the definition isn't a quoted symbol, record (FUNCTION . t).
12615 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
12616 (byte-compile-callargs-warn): Handle (FUNCTION . t).
12617 (display-call-tree, byte-compile-arglist-warn):
12618 Handle t returned by byte-compile-fdefinition.
12619
12620 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12621
12622 * Makefile.in (maintainer-clean): Depend on distclean.
12623
12624 * help-fns.el (help-C-file-name): File name must be in build-files
12625 to be returned.
12626
12627 2004-11-09 Jay Belanger <belanger@truman.edu>
12628
12629 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
12630 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
12631
12632 * calc/calc.el (calc, calc-trail-display, calc-mode):
12633 Remove obsolete sections.
12634
12635 * calc/calc.el (calc-x-paste-text): Remove.
12636
12637 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
12638 mouse-2.
12639
12640 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
12641
12642 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
12643 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
12644 current frame (in case of recursive calls).
12645 (gdb-show-changed-values): Add :version keyword.
12646
12647 2004-11-09 Kenichi Handa <handa@m17n.org>
12648
12649 * international/mule-cmds.el: Change coding: tag back to
12650 iso-2022-7bit.
12651
12652 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12653
12654 * international/mule-cmds.el: Change coding-system to utf-8.
12655 (select-safe-coding-system-interactively):
12656 New function extracted from select-safe-coding-system.
12657 (select-safe-coding-system): Use it.
12658
12659 2004-11-08 Richard M. Stallman <rms@gnu.org>
12660
12661 * subr.el (syntax-after): Doc fix.
12662
12663 * paren.el (show-paren-function): Change calls to syntax-after
12664 for new way of returning the value.
12665
12666 * menu-bar.el (menu-bar-file-menu): Make this the real name
12667 and menu-bar-files-menu the alias. Use the former.
12668 (global-map): Use `file', not `files', as the symbol.
12669
12670 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12671
12672 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12673 Don't use beginning-of-buffer.
12674 (filesets-cmd-show-result): Use with-no-warnings.
12675
12676 2004-11-08 Juri Linkov <juri@jurta.org>
12677
12678 * progmodes/compile.el (compile): Don't overwrite last command in
12679 minibuffer history with default command if they are not equal.
12680
12681 2004-11-08 Jay Belanger <belanger@truman.edu>
12682
12683 * calc/calcalg2.el (math-do-integral-methods): Try linear then
12684 non-linear substitutions.
12685
12686 2004-11-08 Jay Belanger <belanger@truman.edu>
12687
12688 * calc/calcalg2.el (math-linear-subst-tried): New variable.
12689 (math-do-integral): Set `math-linear-subst-tried' to nil.
12690 (math-do-integral-methods): Use `math-linear-subst-tried' to
12691 determine what type of substitution to try.
12692 (math-integ-try-linear-substituion):
12693 Set `math-linear-subst-tried' to t.
12694
12695 2004-11-08 Kim F. Storm <storm@cua.dk>
12696
12697 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12698
12699 2004-11-07 Juri Linkov <juri@jurta.org>
12700
12701 * info-look.el (info-lookup): Allow reusing in the current buffer
12702 not only *info* buffer, but all (even renamed) Info buffers
12703 by checking for major-mode instead of *info* buffer name.
12704 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12705 (octave-mode, maxima-mode) <doc-spec>:
12706 Allow long dashes generated by Texinfo 4.7 before definitions.
12707 (texinfo-mode) <doc-spec>: Add space to suffix to find command
12708 definitions with argument separated by space.
12709
12710 2004-11-06 Richard M. Stallman <rms@gnu.org>
12711
12712 * simple.el (next-error group, face): Move before first use.
12713 (next-error-highlight, next-error-highlight-no-select): Likewise.
12714
12715 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12716 (line-move): New args NOERROR and TO-END.
12717 Return t if succeed in moving specified number of lines.
12718 (move-end-of-line): New function.
12719
12720 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12721 (end-of-buffer-other-window): Likewise.
12722
12723 * simple.el (line-move-ignore-invisible): Default to t.
12724
12725 * subr.el (syntax-after): Return the syntax letter, not the raw code.
12726
12727 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12728
12729 * international/iso-cvt.el (iso-cvt-define-menu):
12730 Rename menu-bar-files-menu to menu-bar-file-menu.
12731
12732 * net/browse-url.el (browse-url-gnome-moz-program)
12733 (browse-url-gnome-moz-arguments): Move up before first use.
12734
12735 * net/tramp.el (tramp group): Add :version.
12736
12737 * progmodes/ada-xref.el (ada-gdb-application):
12738 Use goto-char instead of beginning-of-buffer.
12739
12740 * progmodes/cperl-mode.el (cperl-info-on-command):
12741 Use goto-char instead of beginning-of-buffer.
12742
12743 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12744 Move up before first use.
12745 (idlwave-shell-temp-pro-file): Likewise.
12746 (idlwave-shell-temp-rinfo-save-file): Likewise.
12747 (idlwave-shell-temp-file): Minor doc fix.
12748
12749 * textmodes/flyspell.el (flyspell-external-point-words):
12750 Use goto-char instead of beginning-of-buffer.
12751
12752 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
12753
12754 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12755 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
12756 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12757
12758 2004-11-06 David Ponce <david@dponce.com>
12759
12760 * recentf.el (recentf-menu-path): Use menu item name.
12761
12762 2004-11-06 Eli Zaretskii <eliz@gnu.org>
12763
12764 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12765 display doesn't support images.
12766
12767 2004-11-06 Andreas Schwab <schwab@suse.de>
12768
12769 * tempo.el (tempo-match-finder): Doc fix.
12770
12771 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12772
12773 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
12774
12775 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12776 (easy-menu-lookup-name): New fun to replace it.
12777 (easy-menu-get-map): Use it to obey menu item names (rather than just
12778 keys) when looking up `path'.
12779 (easy-menu-always-true-p): Rename from easy-menu-always-true.
12780 (easy-menu-convert-item-1): Adjust to new name.
12781
12782 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
12783
12784 * outline.el (hide-body): Don't hide lines at the top of the file
12785 that precede the first header line.
12786
12787 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
12788
12789 * align.el (align-areas): Delete whitespace before reindenting, so
12790 that tabs are never placed after spaces.
12791
12792 2004-11-06 Alan Shutko <ats@acm.org>
12793
12794 * macros.el (insert-kbd-macro): Do completions based on macros,
12795 rather than all commands.
12796
12797 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
12798
12799 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12800 to solve a bug whereby tags with 'b' don't match.
12801
12802 2004-11-05 Juri Linkov <juri@jurta.org>
12803
12804 * info.el (Info-search): Don't search in node header lines
12805 and file headers.
12806
12807 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12808 symbol-constituent characters after dot, not only digits.
12809
12810 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
12811
12812 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12813
12814 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12815
12816 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12817 if a dialog will be used, read-file-name otherwise.
12818
12819 2004-11-04 Richard M. Stallman <rms@gnu.org>
12820
12821 * textmodes/table.el (table group): Add :version.
12822
12823 * textmodes/ispell.el (ispell-word):
12824 Don't alter args; set them only thru `interactive' spec.
12825
12826 * textmodes/flyspell.el (flyspell-word):
12827 Don't alter FOLLOWING; set it only thru `interactive' spec.
12828
12829 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12830
12831 * net/browse-url.el (browse-url-maybe-new-window):
12832 Use called-interactively-p.
12833
12834 * mail/supercite.el (sc-cite-region):
12835 Don't use interactive-p. Add arg INTERACTIVE.
12836 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
12837
12838 * international/mule-cmds.el (set-input-method, toggle-input-method):
12839 Don't use interactive-p. Add arg INTERACTIVE.
12840
12841 * eshell/esh-mode.el (eshell-show-maximum-output):
12842 Don't use interactive-p.
12843 (eshell-truncate-buffer): Just message, no error, if buffer is short.
12844
12845 * mouse.el (mouse-show-mark): Get positions to delete from mark
12846 and point, not from mouse-drag-overlay.
12847
12848 * imenu.el (imenu-eager-completion-buffer): Add :version.
12849
12850 * filesets.el (filesets group): Add :version.
12851
12852 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
12853
12854 * files.el (xml-based-modes): Delete var.
12855 (magic-mode-alist): New more general var.
12856 (set-auto-mode): Use it.
12857
12858 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12859 when clicking from another window.
12860
12861 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
12862
12863 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12864 (vc-cvs-annotate-time): Incorporate value of deleted var.
12865 Remove special-case handling of beginning-of-buffer cruft.
12866 Cache ending position (point) and return value in text property
12867 `vc-cvs-annotate-time', and consult it on subsequent invocations.
12868
12869 * vc-cvs.el (vc-cvs-annotate-command):
12870 Delete extraneous lines from beginning of buffer.
12871 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12872
12873 * progmodes/grep.el (grep-default-command): Take empty string
12874 for tag if all other methods yield nil. Shell-quote the tag.
12875
12876 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12877 spec in `interactive' form, and mention it in the docstring.
12878 Also, make sure point is at bol after calling `annotate-time'.
12879
12880 2004-11-02 Richard M. Stallman <rms@gnu.org>
12881
12882 * cus-edit.el (customize-group-other-window):
12883 Select the window that displays the custom buffer.
12884 (custom-buffer-create-other-window): Likewise.
12885
12886 * comint.el (comint-insert-input): Fix previous change.
12887
12888 * emacs-lisp/elp.el (elp-instrument-function):
12889 Use called-interactively-p.
12890
12891 * emacs-lisp/easymenu.el (easy-menu-intern):
12892 Don't downcase; rather, case-flip the first letter of each word.
12893
12894 * emacs-lisp/easy-mmode.el (define-minor-mode):
12895 Use called-interactively-p.
12896
12897 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12898 Add interactive-only.
12899 (byte-compile-warnings): Add interactive-only as option.
12900 (byte-compile-interactive-only-functions): New variable.
12901 (byte-compile-form): Warn about calls to functions
12902 in byte-compile-interactive-only-functions.
12903
12904 * emacs-lisp/autoload.el (update-file-autoloads):
12905 Don't use interactive-p; take new arg SAVE-AFTER.
12906
12907 * emacs-lisp/advice.el (ad-make-advised-definition):
12908 Use called-interactively-p.
12909
12910 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12911
12912 * files.el (find-file-existing): New function.
12913
12914 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12915 find-file-existing. Add "New File..." that calls find-file.
12916
12917 * diropen.pbm, diropen.xpm: New files.
12918
12919 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12920 icon diropen. New tool bar item find-file-existing uses icon open.
12921
12922 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12923 instead of read-file-name.
12924
12925 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
12926
12927 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12928 (icalendar--split-value): Change name of work buffer.
12929 (icalendar--get-weekday-abbrev): Return nil on error.
12930 (icalendar--date-to-isodate): New function.
12931 (icalendar-convert-diary-to-ical)
12932 (icalendar-extract-ical-from-buffer): Use only two args for
12933 make-obsolete (XEmacs compatibility).
12934 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12935 (icalendar-export-region): Doc fix.
12936 If error, return non-nil and write errors to a buffer.
12937 Use correct weekday for weekly recurring events.
12938 Check whether date has been parsed for ordinary events.
12939 Make weekly events start in the year 2000.
12940 DTEND is non-inclusive, shift end date by one day if
12941 necessary (not for entries that have date and time).
12942 Rename local let variables: oops -> found-error, datestring ->
12943 startdatestring.
12944
12945 2004-11-02 Kim F. Storm <storm@cua.dk>
12946
12947 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12948 keep-mode-if-same variable. Add it as optional arg instead.
12949 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12950
12951 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12952 substitute-command-keys will select lower-case bindings like those
12953 used in the static help texts.
12954
12955 * descr-text.el (describe-text-properties): Don't err if called in
12956 the *Help* buffer; output to *Help-2* buffer instead.
12957
12958 * kmacro.el (group kmacro): Add :version.
12959 (kmacro-keyboard-quit): New function to cleanup on C-g.
12960 (kmacro-start-macro): Set defining-kbd-macro to append when
12961 appending to last macro.
12962
12963 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12964
12965 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
12966
12967 * progmodes/gdb-ui.el (gdb-enable-debug-log)
12968 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12969 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12970 Add :version keyword.
12971
12972 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
12973
12974 * progmodes/flymake.el (flymake-err-line-patterns):
12975 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12976 `compilation-error-regexp-alist-alist' to internal Flymake format.
12977
12978 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12979
12980 2004-11-01 Jay Belanger <belanger@truman.edu>
12981
12982 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12983 with `interactive "s"'.
12984
12985 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12986
12987 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12988 Revert change from 2004-10-16. '*' checks the current buffer, but the
12989 mouse click may be in another buffer.
12990
12991 2004-11-01 John Paul Wallington <jpw@gnu.org>
12992
12993 * files.el (large-file-warning-threshold): Add :version keyword.
12994 (kill-some-buffers): Doc fix.
12995
12996 * thumbs.el (group thumbs): Add :version keyword.
12997
12998 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12999
13000 2004-11-01 Richard M. Stallman <rms@gnu.org>
13001
13002 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
13003
13004 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
13005
13006 * allout.el (allout group): Add :version.
13007 (allout-init): Don't use interactive-p.
13008 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
13009 (allout-forward-current-level, allout-backward-current-level):
13010 Don't use interactive-p.
13011
13012 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
13013 (bibtex-find-text): Likewise.
13014
13015 * progmodes/vhdl-mode.el (vhdl-fill-region)
13016 (vhdl-beginning-of-statement): Don't use interactive-p.
13017
13018 * progmodes/idlwave.el (idlwave-update-routine-info):
13019 Don't use interactive-p.
13020
13021 * progmodes/idlw-shell.el (idlwave-shell-send-char):
13022 Don't use interactive-p.
13023
13024 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
13025 Don't use interactive-p.
13026
13027 * progmodes/ada-xref.el (ada-make-body-gnatstub):
13028 Don't use interactive-p.
13029
13030 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
13031 (fortune-in-buffer): Doc fix.
13032
13033 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
13034
13035 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
13036 don't select the temporary buffer.
13037 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
13038 (eudc-get-phone): Likewise.
13039
13040 2004-11-01 Kim F. Storm <storm@cua.dk>
13041
13042 * man.el (Man-xref-normal-file): Fix help-echo.
13043
13044 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13045
13046 * reveal.el (reveal-last-tick): New var.
13047 (reveal-post-command): Use it to avoid closing overlays when we're
13048 appending text to them.
13049
13050 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13051
13052 * textmodes/bibtex.el: Require button.
13053 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
13054 (bibtex-reference-keys): Distinguish between header keys and
13055 crossref keys.
13056 (bibtex-beginning-of-field): New function.
13057 (bibtex-url-map): Remove.
13058 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
13059 (bibtex-font-lock-url-regexp): Assume that field names begin at
13060 the beginning of a line.
13061 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
13062 Remove field delimiters. Use bibtex-beginning-of-field.
13063 Bugfix, point can be inside a field with a url.
13064 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
13065 New functions.
13066 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
13067 (bibtex-key-in-head): Simplify.
13068 (bibtex-current-line): Use bolp.
13069 (bibtex-parse-keys): Remove unused arg `add'.
13070 Use bibtex-type-in-head and bibtex-key-in-head.
13071 (bibtex-parse-entry, bibtex-autofill-entry):
13072 Use bibtex-type-in-head and bibtex-key-in-head.
13073 (bibtex-autokey-get-field): Do not alter case of replacement text.
13074 (bibtex-autokey-get-names): Do all processing of name list.
13075 (bibtex-autokey-get-year): New function.
13076 (bibtex-autokey-get-title): Do all processing of title words.
13077 (bibtex-generate-autokey): Simplify.
13078 (bibtex-string-files-init): Use default-directory.
13079 Allow for absolute file names in bibtex-string-files.
13080 (bibtex-files, bibtex-file-path): New variables.
13081 (bibtex-files-expand): New function.
13082 (bibtex-find-entry-globally): New command.
13083 (bibtex-summary-function): New variable.
13084 (bibtex-summary): Default value of bibtex-summary-function.
13085 (bibtex-find-crossref): New optional args pnt and split.
13086 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
13087 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
13088 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
13089 Fix handling of required and alternative fields.
13090 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
13091 Use cons and display-buffer.
13092 (bibtex-validate-globally): New command.
13093 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
13094 bibtex-parse-keys and bibtex-parse-strings for updating
13095 bibtex-reference-keys and bibtex-strings.
13096 (bibtex-realign): Remove blank lines past the last entry.
13097 (bibtex-reformat): Use bibtex-entry-format as default.
13098 (bibtex-choose-completion-string): Remove.
13099 (bibtex-complete): Do not use bibtex-choose-completion-string.
13100 (bibtex-url): Simplify.
13101
13102 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13103
13104 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
13105 (x-dnd-types-alist, x-dnd-open-file-other-window)
13106 (x-dnd-known-types): Add :version.
13107
13108 2004-10-31 John Paul Wallington <jpw@gnu.org>
13109
13110 * ibuffer.el (group ibuffer): Add :version keyword.
13111
13112 2004-10-31 Kim F. Storm <storm@cua.dk>
13113
13114 * ido.el (group ido): Add :version keyword.
13115 (ido-mode): Remove :version keyword.
13116
13117 * emulation/cua-base.el (group cua): Add :version keyword.
13118 (cua-mode): Remove :version keyword.
13119
13120 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
13121
13122 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
13123
13124 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
13125 compiler warning.
13126 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
13127 function.
13128 (help-at-pt-display-when-idle): Remove autoload.
13129
13130 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13131
13132 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
13133
13134 2004-10-30 Juri Linkov <juri@jurta.org>
13135
13136 * help.el (function-called-at-point):
13137 * help-fns.el (variable-at-point): Read -> intern.
13138
13139 2004-10-30 Simon Josefsson <jas@extundo.com>
13140
13141 * progmodes/autoconf.el (autoconf-font-lock-keywords):
13142 Recognize AS_* too.
13143
13144 2004-10-29 Simon Josefsson <jas@extundo.com>
13145
13146 * subr.el (read-passwd): Move back from password.el.
13147
13148 * password.el: Remove, not ready yet.
13149
13150 2004-10-29 Andreas Schwab <schwab@suse.de>
13151
13152 * speedbar.el (speedbar-frame-parameters): Improve customize type.
13153
13154 2004-10-29 Sam Steingold <sds@gnu.org>
13155
13156 * mouse.el (mouse-show-mark): Replace the last occurrence of
13157 x-lost-selection-hooks with x-lost-selection-functions.
13158
13159 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13160
13161 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
13162 x-lost-selection-functions is bound.
13163
13164 * mouse-sel.el (mouse-sel-mode):
13165 * emacs-lisp/lselect.el: Adjust to new names for
13166 x-(lost|sent)-selection-functions.
13167
13168 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
13169 New obsolete aliases of x-lost-selection-functions and
13170 x-sent-selection-functions.
13171
13172 2004-10-28 Kim F. Storm <storm@cua.dk>
13173
13174 * imenu.el (imenu-scanning-message): Remove.
13175 (imenu-progress-message): Make it a no-op.
13176
13177 2004-10-28 John Paul Wallington <jpw@gnu.org>
13178
13179 * files.el (set-auto-mode): Call `throw' correctly.
13180
13181 2004-10-28 Juri Linkov <juri@jurta.org>
13182
13183 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
13184 to search `Info-...' commands in `info' manual.
13185 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13186 Add 'info-file "emacs" property.
13187 (Info-find-emacs-command-nodes): Fix index line number regexp.
13188 Set real line number (instead of fake 0) in first element of the
13189 returned list.
13190 (Info-goto-emacs-command-node): Use line number of first element
13191 to set point in the first found Info node.
13192
13193 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
13194 code to `grep-mode-font-lock-keywords'.
13195 (grep-mode-font-lock-keywords): Delete grep markers instead
13196 of making them invisible.
13197
13198 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13199
13200 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
13201 and x-server-version in bug report.
13202
13203 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
13204
13205 * files.el (set-auto-mode-0): New function.
13206 (set-auto-mode): Use it to handle aliased modes and to
13207 be consistent between C-x C-f and C-x C-w.
13208
13209 2004-10-28 Kenichi Handa <handa@m17n.org>
13210
13211 * international/utf-8.el (utf-translate-cjk-charsets):
13212 Add katakana-jisx0201.
13213
13214 * international/subst-jis.el: Add data for JISX0201.
13215
13216 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
13217
13218 * obsolete/hilit19.el (hilit-mode): New function.
13219 Move all the toplevel side-effecting stuff into it, so that loading
13220 hilit19 doesn't mess everything up any more.
13221
13222 2004-10-27 Richard M. Stallman <rms@gnu.org>
13223
13224 * add-log.el (add-change-log-entry): Set up mailing address
13225 and full name later, and don't alter add-log-mailing-address
13226 or add-log-full-name.
13227
13228 * elide-head.el (elide-head): Change error to message.
13229 (elide-head-show): Likewise.
13230
13231 * apropos.el (apropos-macrop): Doc fix.
13232
13233 * mouse.el (mouse-show-mark): Do most processing the same
13234 regardless of transient-mark-mode.
13235
13236 * shadowfile.el (shadow-copy-files): Use interactive-p
13237 only to control whether to print a message.
13238
13239 * tar-mode.el (tar-mode): Use write-contents-functions,
13240 not write-contents-hooks.
13241
13242 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
13243 directory-sep-char.
13244
13245 2004-10-27 Richard M. Stallman <rms@gnu.org>
13246
13247 * strokes.el (strokes-unload-hook): Fix previous change.
13248
13249 * type-break.el (type-break-run-at-time): Always use run-at-time;
13250 forget the alternatives.
13251 (type-break-cancel-function-timers): Always use cancel-function-timers;
13252 forget the alternatives.
13253
13254 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
13255
13256 2004-10-27 Kenichi Handa <handa@m17n.org>
13257
13258 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
13259
13260 * international/subst-gb2312.el: Likewise.
13261
13262 * international/subst-big5.el: Likewise.
13263
13264 * international/subst-ksc.el: Likewise.
13265
13266 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
13267 New variable.
13268 (utf-translate-cjk-set-unicode-range): New function.
13269 (utf-translate-cjk-unicode-range): Make it customizable.
13270 (utf-8-post-read-conversion):
13271 Use utf-translate-cjk-unicode-range-string.
13272 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
13273 Unicode ranges.
13274
13275 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
13276
13277 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
13278 trivial variants to shorten the list.
13279 (xml-based-modes): New var.
13280 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
13281 declaration higher priority than auto-mode-alist.
13282
13283 * find-file.el (cc-other-file-alist): Bring it in line with
13284 cc-mode's auto-mode-alist entries and use \' instead of $.
13285
13286 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
13287 and add "Id" and "Name" submenus to it.
13288
13289 * imenu.el (imenu--generic-function): Skip matches in comments.
13290
13291 2004-10-26 Jay Belanger <belanger@truman.edu>
13292
13293 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
13294 (full-calc-keypad, calc-trail-display): Use an extra argument
13295 instead of `interactive-p'.
13296
13297 * calc/calc-misc.el (calc-other-window): Use an extra argument
13298 instead of `interactive-p'.
13299
13300 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
13301 `interactive-p'.
13302
13303 2004-10-26 Kim F. Storm <storm@cua.dk>
13304
13305 * help.el (describe-key): Describe both down-event and up-event
13306 for a mouse click.
13307
13308 2004-10-26 Richard M. Stallman <rms@gnu.org>
13309
13310 * woman.el (woman): Don't call interactive-p.
13311
13312 * pcomplete.el (pcomplete): Instead of interactive-p,
13313 use an arg set non-nil by the interactive spec.
13314
13315 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
13316 use an arg set non-nil by the interactive spec.
13317
13318 * man.el (Man-cleanup-manpage): Instead of interactive-p,
13319 use an arg set non-nil by the interactive spec.
13320
13321 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13322
13323 * progmodes/flymake.el (flymake-split-string):
13324 Use `flymake-split-string-remove-empty-edges' in any case.
13325
13326 2004-10-26 Masatake YAMATO <jet@gyve.org>
13327
13328 * progmodes/flymake.el (flymake-err-line-patterns):
13329 Use `compilation-error-regexp-alist-alist' instead of
13330 `compilation-error-regexp-alist'.
13331
13332 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13333
13334 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
13335 verbatim face on the \ of \end{verbatim}.
13336
13337 2004-10-25 Jay Belanger <belanger@truman.edu>
13338
13339 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
13340 erasing minibuffer.
13341
13342 2004-10-25 Simon Josefsson <jas@extundo.com>
13343
13344 * subr.el (read-passwd): Move to net/password.el.
13345
13346 * net/password.el (read-passwd): Add. Autoload it.
13347
13348 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
13349
13350 * mouse-sel.el (mouse-sel-mode): Specify custom group.
13351
13352 * simple.el (process-file): Fix logic.
13353
13354 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13355
13356 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
13357 (increase-right-margin): Remove erroneous call to `interactive-p'.
13358
13359 2004-10-24 Kim F. Storm <storm@cua.dk>
13360
13361 * help.el (describe-mode): Fix 2004-10-13 change.
13362 Copy pure "Auto Fill" string so it can be propertized later
13363 without causing a read-only error.
13364
13365 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13366
13367 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
13368 style indexes.
13369
13370 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
13371
13372 * simple.el (process-file): Accept nil for INFILE. Reported by
13373 Luc Teirlinck.
13374
13375 2004-10-24 Masatake YAMATO <jet@gyve.org>
13376
13377 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
13378 Handle periods and underscores in a function name.
13379 Remove the address fontification.
13380
13381 2004-10-24 Masatake YAMATO <jet@gyve.org>
13382
13383 * progmodes/asm-mode.el (asm-font-lock-keywords):
13384 Use font-lock-variable-name-face for registers.
13385
13386 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
13387
13388 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
13389 kill-all-local-variables.
13390 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13391 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
13392 Use kill-all-local-variables and provide mode-hooks.
13393 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
13394 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
13395 Suggested by Masatake YAMATO <jet@gyve.org>.
13396
13397 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
13398
13399 * simple.el (process-file): New function, similar to call-process
13400 but supports file handlers.
13401 * vc.el (vc-do-command): Use it, instead of call-process.
13402 * net/tramp-vc.el (vc-do-command): Do not advise it if
13403 process-file is fboundp.
13404 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
13405 process-file.
13406 (tramp-handle-process-file): New function.
13407 (tramp-file-name-for-operation): Support process-file.
13408
13409 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
13410
13411 * calendar/icalendar.el (icalendar--weekday-array): New constant.
13412 (icalendar-weekdayabbrev-table)
13413 (icalendar-monthnumber-table): Delete.
13414 (icalendar--get-month-number): Use calendar-month-name-array.
13415 (icalendar--get-weekday-number): New function.
13416 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
13417 (icalendar-export-region): Handle multi-line entries.
13418 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
13419
13420 2004-10-23 John Paul Wallington <jpw@gnu.org>
13421
13422 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
13423 `wildcards' set to t in interactive spec.
13424
13425 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
13426 interactive spec rather than use `interactive-p'.
13427 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
13428 rather than use function `interactive-p'.
13429
13430 2004-10-22 Kenichi Handa <handa@m17n.org>
13431
13432 * international/mule.el (translate-region): Implement it in Lisp
13433 as a front end of translate-region-internal.
13434
13435 2004-10-21 Jay Belanger <belanger@truman.edu>
13436
13437 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
13438 Declare these variables with defvar.
13439
13440 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
13441 is bound, only check to see if it is bound.
13442
13443 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13444
13445 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13446 Don't output messages.
13447
13448 * calc/calc-help.el (calc-describe-bindings): Fix last change.
13449
13450 2004-10-21 John Paul Wallington <jpw@gnu.org>
13451
13452 * calc/calc-graph.el (calc-graph-init):
13453 Use `set-process-query-on-exit-flag'.
13454
13455 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
13456
13457 * progmodes/compile.el (compilation-start): Rely on `cd' to get
13458 dir right and also allow argumentless cd.
13459
13460 2004-10-19 Richard M. Stallman <rms@gnu.org>
13461
13462 * textmodes/flyspell.el (flyspell-mode): Doc fix.
13463
13464 * eshell/em-unix.el (eshell-grep):
13465 Don't bind compilation-process-setup-function.
13466
13467 * comint.el (comint-insert-input): Use @ in `interactive'.
13468 (comint-input-filter-functions): Doc fix.
13469 (comint-kill-whole-line, comint-get-source): Doc fix.
13470
13471 * progmodes/compile.el (compilation-setup):
13472 Don't set buffer-read-only if MINOR is non-nil.
13473
13474 2004-10-19 Jay Belanger <belanger@truman.edu>
13475
13476 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
13477 (calc-emacs-type-gnu19): Remove.
13478 (calc-digit-map, calc-read-key-sequence, calc-read-key):
13479 Remove check for old emacs versions.
13480
13481 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
13482 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
13483 for current Emacs.
13484
13485 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
13486 the end of the minibuffer.
13487 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
13488 copy `esc-map'.
13489
13490 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
13491
13492 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
13493 call that would be given when the current emacs was used.
13494
13495 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
13496
13497 * calendar/icalendar.el: Set coding to utf-8.
13498 (icalendar-version): Increase to 0.07.
13499 (icalendar-monthnumber-table): Change March pattern.
13500 (icalendar-get-all-event-properties)
13501 (icalendar-set-event-property): Delete.
13502 (icalendar-all-events): No longer interactive.
13503 (icalendar-convert-diary-to-ical)
13504 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
13505 their replacements.
13506 (icalendar-export-file, icalendar-export-region): New functions;
13507 essentially old `icalendar-convert-diary-to-ical' but appending to
13508 target rather than overwriting.
13509 (icalendar-import-file): Append to target file rather than
13510 overwriting. Fourth arg deleted.
13511 (icalendar-import-buffer): New name for old
13512 `icalendar-extract-ical-from-buffer'.
13513 (icalendar--convert-string-for-import): New name for
13514 old `icalendar-convert-for-import'.
13515 (include-icalendar-files): Delete.
13516 Prefix for all internal functions changed from `icalendar-'
13517 to `icalendar--'.
13518
13519 2004-10-19 Richard M. Stallman <rms@gnu.org>
13520
13521 * paths.el (news-path): Fix previous change.
13522
13523 2004-10-18 Jay Belanger <belanger@truman.edu>
13524
13525 * calc/calc-help.el (calc-describe-bindings):
13526 Set `buffer-read-only' to nil while working in the keybindings buffer;
13527 remove some extra information from the keybindings buffer.
13528
13529 2004-10-18 David Ponce <david@dponce.com>
13530
13531 * mouse.el (mouse-drag-move-window-top): New function.
13532 (mouse-drag-mode-line-1): Use it.
13533
13534 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
13535
13536 * info.el (Info-fontify-node): For multiline refs,
13537 arrange to unfontify newline and surrounding whitespace.
13538
13539 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13540
13541 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
13542 directory is missing.
13543
13544 2004-10-17 John Paul Wallington <jpw@gnu.org>
13545
13546 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
13547 New customizable variable; whether to display buffers that match
13548 `ibuffer-maybe-show-predicates' by default.
13549 (ibuffer-maybe-show-predicates): Mention it in docstring.
13550 (ibuffer-display-maybe-show-predicates): New variable.
13551 (ibuffer-update): Prefix arg now toggles whether buffers that
13552 match `ibuffer-maybe-show-predicates' should be displayed.
13553 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
13554 locally to heed `ibuffer-default-display-maybe-show-predicates'.
13555 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
13556
13557 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
13558
13559 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
13560 work correctly.
13561
13562 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
13563
13564 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
13565 (Buffer-menu-beginning): New helper function.
13566 (Buffer-menu-execute): Use it.
13567 (Buffer-menu-select): Use it.
13568 (Buffer-menu-sort): Use it and also keep markers.
13569
13570 2004-10-17 Richard M. Stallman <rms@gnu.org>
13571
13572 * paths.el (news-directory): Rename from news-path. Old name alias.
13573 (rmail-spool-directory): Use defvar.
13574 (sendmail-program): Use defcustom.
13575 (remote-shell-program): Use defcustom.
13576 (term-file-prefix): Use defvar.
13577 (abbrev-file-name): Use defvar.
13578
13579 * term.el: Add maintainer.
13580
13581 * subr.el (with-local-quit): Return nil if there's a quit.
13582 (read-passwd): Use with-local-quit. Doc fix.
13583
13584 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
13585 (strokes-unload-hook): Set as a variable with add-hook.
13586
13587 * startup.el (fancy-splash-tail, normal-splash-screen):
13588 Update copyright year.
13589
13590 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
13591
13592 * server.el (server-unload-hook): Set as a variable with add-hook.
13593
13594 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
13595
13596 * frame.el (special-display-popup-frame):
13597 Make the buffer current as its frame is created.
13598
13599 * delsel.el (delsel-unload-hook): Set as a variable.
13600
13601 * comint.el (comint-output-filter-functions):
13602 Add comint-watch-for-password-prompt.
13603 (comint-read-noecho): Function deleted.
13604 (send-invisible): Use read-passwd.
13605
13606 * fringe.el (fringe-mode-initialize): New function.
13607 (fringe-mode): Use fringe-mode-initialize as :initialize.
13608
13609 2004-10-17 Kim F. Storm <storm@cua.dk>
13610
13611 * language/indian.el (indian-script-language-alist): Swap value and doc.
13612 (indian-font-char-index-table): Doc fix.
13613
13614 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13615
13616 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
13617
13618 2004-10-16 Juri Linkov <juri@jurta.org>
13619
13620 * progmodes/compile.el (compilation-start): Move let-binding of
13621 `process-environment' into `with-current-buffer' body.
13622 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13623
13624 2004-10-16 Richard M. Stallman <rms@gnu.org>
13625
13626 * pcvs-util.el (cvs-bury-buffer):
13627 Don't call get-buffer-window for effect.
13628
13629 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
13630
13631 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
13632
13633 * msb.el (msb-unload-hook): Set the variable.
13634
13635 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13636 Use * to err if buffer is readonly.
13637
13638 * subr.el (looking-back): Return only t or nil.
13639
13640 * whitespace.el (whitespace-unload-hook): Set the variable.
13641
13642 * view.el (view-mode-enable): Set view-page-size and
13643 view-half-page-size to nil.
13644 (view-set-half-page-size-default): view-half-page-size = nil
13645 means the default.
13646 (View-scroll-page-forward): Use view-page-size-default.
13647 (View-scroll-page-backward): Likewise.
13648 (view-page-size, view-half-page-size): Doc fixes.
13649
13650 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
13651
13652 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
13653
13654 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
13655 "cl" like other files. Instead, call byte-compile-find-cl-functions.
13656 (byte-compile-log-1): Bind inhibit-read-only.
13657 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
13658 (byte-compile-log-warning): Likewise.
13659 (byte-compile-file-form-require): Detect "cl" from the arg value.
13660
13661 * progmodes/compile.el (compilation-start): Assume compilation-mode
13662 will make the buffer read-only.
13663 (compilation-mode): Take arg name-of-mode.
13664 (compilation-setup): Make buffer read-only.
13665 (compilation-handle-exit): Bind inhibit-read-only.
13666
13667 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
13668 (ispell-message): Likewise.
13669 (ispell-show-choices): Don't call get-buffer-window uselessly.
13670 (ispell-init-process): Use set-process-query-on-exit-flag.
13671
13672 2004-10-16 Kim F. Storm <storm@cua.dk>
13673
13674 * fringe.el (fringe-bitmaps): Only initialize when defined.
13675
13676 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13677 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13678
13679 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13680
13681 2004-10-15 Simon Josefsson <jas@extundo.com>
13682
13683 * net/password.el: Add.
13684
13685 2004-10-14 Masatake YAMATO <jet@gyve.org>
13686
13687 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13688 (gdb-script-end-of-defun): New function.
13689 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13690 `gdb-script-end-of-defun' as *-of-defun-function.
13691
13692 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
13693
13694 * button.el (button-activate): Allow a marker to display as an action.
13695
13696 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13697
13698 * help.el (describe-mode): Use it to make minor mode list into
13699 hyperlinks.
13700
13701 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13702
13703 * vc.el (vc-annotate-display-select): Fix typo.
13704
13705 * subr.el (substitute-key-definition-key): New function.
13706 (substitute-key-definition): Use it with map-keymap.
13707 (event-modifiers): Use push.
13708 (mouse-movement-p, with-temp-buffer): Simplify.
13709
13710 2004-10-12 Jay Belanger <belanger@truman.edu>
13711
13712 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13713 New variables.
13714 (calc-help-index-entries): New function.
13715 (calc-describe-function): Use `calc-help-function-list' instead of
13716 obarray for completion.
13717 (calc-describe-variable): Use `calc-help-variable-list' instead
13718 of obarray for completion.
13719
13720 2004-10-12 Richard M. Stallman <rms@gnu.org>
13721
13722 * info-look.el (info-lookup-file): Add info-file property.
13723 (info-lookup-symbol): Likewise.
13724
13725 * info.el (info-xref): Add underlining.
13726 (info): Add info-file property.
13727 (Info-find-emacs-command-nodes): Specify case-sensitive search.
13728
13729 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
13730
13731 Sync with Tramp 2.0.45.
13732
13733 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13734 defined. This is not the case for XEmacs without package "edebug".
13735 (tramp-set-auto-save-file-modes): Set permissions of autosaved
13736 remote files to the permissions of the original file. This is not
13737 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
13738 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
13739 (tramp-perl-decode): Fix an error in Perl implementation.
13740 $pending must be cleared every loop. Reported by Benjamin Place
13741 <benjaminplace@sprintmail.com>
13742
13743 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13744 Don't activate advice during definition. This is done later on,
13745 depending on test result of `substitute-in-file-name'.
13746 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13747
13748 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13749
13750 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13751
13752 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13753
13754 2004-10-12 David Ponce <david@dponce.com>
13755
13756 * recentf.el (recentf-edit-list): Update the menu when the recentf
13757 list has been modified.
13758
13759 2004-10-12 Simon Josefsson <jas@extundo.com>
13760
13761 * net/tls.el (tls-certtool-program): New variable.
13762 (tls-certificate-information): New function, based on
13763 ssl-certificate-information.
13764
13765 2004-10-12 Kenichi Handa <handa@m17n.org>
13766
13767 * international/mule.el (coding-system-equal): Move from mule-util.el.
13768
13769 * international/mule-util.el (coding-system-equal): Move to mule.el.
13770
13771 2004-10-12 Kim F. Storm <storm@cua.dk>
13772
13773 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13774 reset kmacro-initial-counter-value if set.
13775 (kmacro-set-counter): Only set kmacro-counter if defining or executing
13776 macro. Set kmacro-initial-counter-value otherwise. Never set both.
13777 (kmacro-display): Show macro counter if non-zero.
13778
13779 * subr.el (substitute-key-definition): Mention command remapping
13780 in doc string.
13781
13782 2004-10-11 Jay Belanger <belanger@truman.edu>
13783
13784 * calc/calc-misc.el (calc-info-goto-node): New function.
13785 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13786 node in one step.
13787 (calc-describe-copying, calc-describe-distribution)
13788 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13789 Go to appropriate info node in one step.
13790
13791 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13792
13793 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13794
13795 * font-lock.el (font-lock-apply-highlight): Fix last change.
13796
13797 2004-10-11 Simon Josefsson <jas@extundo.com>
13798
13799 * mail/smtpmail.el (smtpmail-open-stream): Look for
13800 starttls-gnutls-program instead of starttls-program iff
13801 starttls-use-gnutls is non-nil.
13802 (smtpmail-open-stream): Don't overwrite user settings of
13803 starttls-extra-arguments and starttls-extra-args.
13804
13805 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13806
13807 * comint.el (comint-mouse-insert-input): Remove.
13808 (comint-insert-input): Make it work for mouse bindings.
13809 (comint-mode-map): Move defs into the declaration.
13810 (comint-output-filter): Typo.
13811
13812 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13813
13814 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
13815
13816 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13817 (ange-ftp-call-chmod): Reference remote-shell-program instead of
13818 ange-ftp-remote-shell.
13819
13820 2004-10-10 Andreas Schwab <schwab@suse.de>
13821
13822 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13823 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13824 Reported by <sri@asu.edu>.
13825
13826 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
13827
13828 * vc.el (vc-annotate-mode): Remove variable.
13829 (vc-annotate-display-select): Only call vc-annotate-mode
13830 if we're not in that mode already.
13831
13832 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13833
13834 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13835 (imenu-choose-buffer-index): Check here for rescan instead.
13836
13837 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13838 where the face expression evals to nil.
13839
13840 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13841 (tex-font-lock-keywords-2): Use it.
13842 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13843
13844 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13845
13846 2004-10-09 Kim F. Storm <storm@cua.dk>
13847
13848 * subr.el (progress-reporter-update): Define before first usage.
13849 (make-progress-reporter): Doc fix.
13850
13851 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
13852
13853 * textmodes/paragraphs.el (sentence-end-double-space)
13854 (sentence-end-without-period, sentence-end-without-space)
13855 (sentence-end): Doc fixes.
13856
13857 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
13858
13859 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13860 Change paragraph-start regexp so we don't fill code starting with #'(.
13861
13862 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
13863
13864 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13865 New defcustom.
13866 (extract-address-components): Use it.
13867
13868 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
13869
13870 * subr.el (make-progress-reporter, progress-reporter-update)
13871 (progress-reporter-force-update, progress-reporter-do-update)
13872 (progress-reporter-done): New functions.
13873
13874 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13875
13876 * progmodes/etags.el (etags-tags-completion-table): Use progress
13877 reporter.
13878 (etags-tags-apropos): Likewise.
13879
13880 2004-10-08 Alan Mackenzie <acm@muc.de>
13881
13882 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13883 of current line.
13884
13885 2004-10-08 Masatake YAMATO <jet@gyve.org>
13886
13887 * server.el (server-process-filter): Wrap `process-send-region'
13888 by `condition-case' to guard the case when the pipe to PROC is closed.
13889
13890 2004-10-07 Mark A. Hershberger <mah@everybody.org>
13891
13892 * xml.el (xml-substitute-special): Limit handling of external entities.
13893
13894 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
13895
13896 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13897
13898 2004-10-06 John Paul Wallington <jpw@gnu.org>
13899
13900 * xml.el (xml-parse-dtd): Fix `error' call.
13901
13902 2004-10-05 Mark A. Hershberger <mah@everybody.org>
13903
13904 * xml.el (xml-substitute-special): Return a single string instead
13905 of a list of strings if an entity substitution is made.
13906
13907 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
13908
13909 * calendar/icalendar.el: New file.
13910
13911 2004-10-05 Juri Linkov <juri@jurta.org>
13912
13913 * isearch.el (isearch-done): Set mark after running hook.
13914 Reported by Drew Adams <drew.adams@oracle.com>.
13915
13916 * info.el (Info-history, Info-toc): Fix Info headers.
13917 (Info-toc): Narrow buffer before Info-fontify-node.
13918 (Info-build-toc): Don't check for special Info file names.
13919 Set main-file to nil if Info-find-file returns a symbol.
13920
13921 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
13922
13923 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13924 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13925 * calendar/cal-menu.el (calendar-mode-map): Ditto.
13926
13927 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
13928
13929 * calendar/cal-iso.el (calendar-iso-read-args): New function,
13930 for old interactive spec from calendar-goto-iso-date.
13931 (calendar-goto-iso-date): Use it.
13932 (calendar-goto-iso-week): New function. Suggested by Emilio
13933 C. Lopes <eclig@gmx.net>.
13934
13935 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
13936
13937 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13938 `set-right-margin' bindings that follow the minor mode conventions.
13939
13940 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13941
13942 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13943 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13944 (latex-block-args-alist): Add minipage and picture.
13945 (latex-block-body-alist): Use reftex-label if enabled.
13946 (latex-insert-block): Don't insert a \n if not necessary.
13947 (tex-compile-commands): Make sure dvips doesn't send to printer.
13948 (tex-compile-default): Handle the case where no executable is found.
13949 (latex-noindent-environments): New var.
13950 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
13951 If tex-indent-allhanging is non-nil, make sure we only align for macros
13952 at beginning of line.
13953
13954 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
13955
13956 * newcomment.el (comment-beginning): Doc fix and don't choke on
13957 unset `comment-end-skip' when at beginning of comment.
13958
13959 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13960
13961 * term.el (term-adjust-current-row-cache): Don't allow the current
13962 row to become negative.
13963 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
13964 the end of the line. Fix scroll down. Add comments.
13965 (term-handle-ansi-escape): Don't exceed terminal width when moving
13966 right.
13967 (term-scroll-region): Move the cursor after setting the scroll region.
13968
13969 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
13970
13971 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13972 to `width' for consistency with docstring. Doc fix.
13973
13974 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13975
13976 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13977 This is necessary for derived modes.
13978
13979 2004-09-30 Kim F. Storm <storm@cua.dk>
13980
13981 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13982 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13983
13984 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13985 kmacro-extract-lambda functions.
13986 (edit-kbd-macro): Handle kmacro lambda forms.
13987 Include counter and counter format in edit buffer.
13988 (edmacro-finish-edit): Get counter and format from edit buffer and
13989 update kmacro bindings when found.
13990
13991 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
13992
13993 * textmodes/paragraphs.el (forward-paragraph):
13994 Avoid args-out-of-range error when point winds up at the beginning of
13995 the buffer and hard newlines are enabled.
13996
13997 * newcomment.el (comment-multi-line): Doc fix.
13998
13999 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
14000
14001 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
14002 (diff-fixup-modifs): Catch unified-diff file-headers.
14003
14004 2004-09-29 Kim F. Storm <storm@cua.dk>
14005
14006 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
14007 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
14008 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
14009
14010 * fringe.el (fringe-bitmap-p): New macro.
14011 (fringe-bitmaps): Add standard fringe bitmaps on load.
14012
14013 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14014
14015 * dired.el (dired-view-command-alist): Use more efficient regexps.
14016 Remove dubious arguments.
14017 (dired-align-file): New function.
14018 (dired-insert-directory): Use it.
14019 (dired-move-to-end-of-filename): Make the " -> " search more specific.
14020 (dired-buffers-for-dir): Remove unused var `pattern'.
14021
14022 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
14023
14024 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
14025 from diary display excursion. Store diary buffer's point for
14026 `simple-diary-display'.
14027 (simple-diary-display): Set window point and start when
14028 displaying buffer, to preserve point.
14029
14030 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
14031
14032 * textmodes/enriched.el (enriched-translations): Replace defconst
14033 with defvar.
14034
14035 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14036
14037 * printing.el: Doc fix.
14038 (pr-version): New version number (6.8.1).
14039 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
14040 make-temp-name.
14041 (pr-delete-file): Check if file exists before deleting it.
14042 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
14043
14044 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
14045
14046 * term.el (term-display-table): New variable.
14047 (term-mode): Use it.
14048 (term-exec-1): Set the coding system to binary.
14049 (term-emulate-terminal): Decode the string before inserting it.
14050
14051 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
14052
14053 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
14054 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
14055 (map): Bind S-prior, S-next and S-insert.
14056 (term-mode): Set `indent-tabs-mode' to nil.
14057 (term-paste): New function to be bound to S-insert.
14058 (term-send-del, term-send-backspace): Change the strings sent.
14059 (term-termcap-format): Synchronize with etc/e/eterm.ti.
14060 (term-handle-colors-array): Fix handling of underline and reverse.
14061 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
14062 (term-erase-in-line): Fix comparison.
14063 (term-emulate-terminal): Fix line wrap handling.
14064 (term-start-output-log): Rename from `term-set-output-log'.
14065 (term-stop-output-log): Rename from `term-stop-photo'.
14066 (term-switch-to-alternate-sub-buffer): Comment out, unused.
14067
14068 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
14069
14070 * dired.el (dired-move-to-filename): Don't output a message if
14071 raise-error is non-nil. Fix return position and value.
14072
14073 * files.el (insert-directory): Obey --dired even with symlinks.
14074
14075 2004-09-25 Lars Hansen <larsh@math.ku.dk>
14076
14077 * ls-lisp.el (ls-lisp-format): Mark file names with property
14078 dired-filename.
14079
14080 2004-09-25 Kim F. Storm <storm@cua.dk>
14081
14082 * ido.el (ido-max-directory-size): New defcustom.
14083 (ido-decorations): Add "too big" element.
14084 (ido-directory-too-big): New dynamic var.
14085 (ido-may-cache-directory): Don't cache big directories.
14086 (ido-directory-too-big-p): New defun.
14087 (ido-set-current-directory): Update ido-directory-too-big.
14088 (ido-read-internal): Make empty ido-cur-item if too-big.
14089 (ido-buffer-internal): Use ido-read-internal directly instead of
14090 ido-read-buffer.
14091 (ido-file-internal): Init ido-directory-too-big.
14092 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
14093 and redo completion with full list.
14094 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
14095 it, and show completions.
14096 (ido-all-completions): Let bind ido-directory-too-big to nil.
14097 (ido-exhibit): Handle ido-directory-too-big.
14098 (ido-read-buffer): Handle fallback to read-buffer.
14099 Init ido-directory-too-big.
14100 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
14101 Init ido-directory-too-big.
14102
14103 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
14104
14105 * subr.el (delay-mode-hooks): Doc fix.
14106
14107 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
14108
14109 * textmodes/enriched.el
14110 (enriched-default-text-properties-local-flag): New variable.
14111 (enriched-mode): Make sure that enabling and disabling the mode is
14112 a no-op. Doc fix.
14113
14114 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
14115
14116 * calendar/holidays.el (holiday-advent): Report on a specified day
14117 offset from advent, not just advent.
14118 (holiday-easter-etc): Report on one specified day offset from
14119 easter, not all easter holidays. Various Easter holidays moved to
14120 `christian-holidays' variable in calendar.el.
14121 * calendar/calendar.el (christian-holidays): Adapt for new
14122 behavior of `holiday-advent' and `holiday-easter-etc' functions.
14123
14124 2004-09-23 Kim F. Storm <storm@cua.dk>
14125
14126 * image.el (insert-sliced-image): Add doc string.
14127
14128 * ido.el (ido-choice-list): New dynamic var for `list' context.
14129 (ido-context-switch-command): New dynamic var.
14130 (ido-define-mode-map): Generalize switch between file/buffer contexts.
14131 (ido-read-internal): Handle new `list' context.
14132 Handle insert-buffer and insert-file ido-exit values.
14133 (ido-buffer-internal): New arg switch-cmd. Use it to setup
14134 ido-context-switch-command. Handle insert-file ido-exit value.
14135 (ido-read-buffer): Set ido-context-switch-command to 'ignore
14136 unless it is already bound by caller.
14137 (ido-file-internal): New arg switch-cmd. Use it to setup
14138 ido-context-switch-command. Handle insert-buffer ido-exit value.
14139 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
14140 used for context switching.
14141 (ido-all-completions): Handle new `list' context.
14142 (ido-make-choice-list): Return choices for `list' context.
14143 (ido-find-file-in-dir, ido-display-file, ido-write-file)
14144 (ido-display-buffer, ido-kill-buffer): Disable context switching.
14145 (ido-insert-buffer, ido-insert-file): Setup context switching.
14146 (ido-exhibit): Handle `list' context.
14147 (ido-read-file-name): Disable context switching. Handle fallback.
14148 (ido-read-directory-name): Disable context switching.
14149 (ido-completing-read): New defun like completing-read. Setup and
14150 use new `list' context.
14151
14152 2004-09-20 Jesper Harder <harder@ifa.au.dk>
14153
14154 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
14155
14156 2004-09-21 Jay Belanger <belanger@truman.edu>
14157
14158 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
14159 `calc-graph-set-styles' so the gnuplot buffer will appear in a
14160 separate window.
14161
14162 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
14163
14164 * subr.el (after-change-major-mode-hook): Doc fix.
14165
14166 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14167
14168 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
14169 of ghostscript for monochrome PostScript file in Windows.
14170
14171 2004-09-21 Kenichi Handa <handa@m17n.org>
14172
14173 * descr-text.el (describe-char): Checking of quail activation fixed.
14174
14175 2004-09-21 Jay Belanger <belanger@truman.edu>
14176
14177 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
14178
14179 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
14180
14181 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
14182 after the mode hooks instead of before. Doc fix.
14183
14184 2004-09-20 Jason Rumney <jasonr@gnu.org>
14185
14186 * startup.el (command-line) [windows-nt]: Try .emacs first, then
14187 _emacs, but revert to .emacs if neither exists in home directory.
14188
14189 2004-09-20 John Paul Wallington <jpw@gnu.org>
14190
14191 * bindings.el (completion-ignored-extensions): Add .dfsl.
14192
14193 2004-09-20 Richard M. Stallman <rms@gnu.org>
14194
14195 * bindings.el (scroll-left): Make it disabled.
14196
14197 * files.el (enable-local-eval): Doc fix.
14198
14199 * indent.el (move-to-left-margin): Special case for minibuffer.
14200
14201 * term.el (term-emulate-terminal): Turn off undo for output.
14202 Use with-current-buffer and save-selected-window.
14203
14204 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
14205
14206 * progmodes/make-mode.el (makefile-fill-paragraph):
14207 Don't insist on spaces when looking for comments. # is enough.
14208
14209 * files.el (hack-local-variables): Copy the variables list
14210 to another buffer, strip prefixes and suffixes there, then read.
14211 (enable-local-eval): Doc fix.
14212 (ignored-local-variables): Initialize to nil.
14213 (risky-local-variable-p): Don't check ignored-local-variables here.
14214 (hack-one-local-variable): Ignore var if in ignored-local-variables.
14215
14216 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
14217
14218 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
14219 of = to "." (punctuation).
14220
14221 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14222
14223 * subr.el (event-basic-type): Fix mask (extend to 22bits).
14224
14225 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
14226
14227 * textmodes/enriched.el (enriched-rerun-flag): New variable.
14228 (enriched-before-change-major-mode): New function.
14229 Add it to `change-major-mode-hook'.
14230 (enriched-after-change-major-mode): New function.
14231 Add it to `after-change-major-mode-hook'.
14232 (enriched-mode): Make it work correctly if called from
14233 `after-change-major-mode-hook'.
14234 No longer set `indent-line-function'.
14235
14236 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
14237
14238 * subr.el (after-change-major-mode-hook): New variable.
14239 (run-mode-hooks): Implement it.
14240
14241 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
14242
14243 * battery.el (battery-linux-proc-apm): Use string-to-number.
14244 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
14245 Use dolist (and less indentation). Use erase-buffer.
14246 Pre-initialize `design-capacity', `warn', and `low'.
14247 (battery-format): Use replace-regexp-in-string.
14248
14249 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
14250
14251 * battery.el: Delete superfluous empty lines.
14252 (battery-linux-proc-acpi): Attempt to gather information from all
14253 battery subdirectories regardless of their file name.
14254 (battery-linux-proc-apm): Replace all occurrences of
14255 battery-hex-to-int-2 with string-to-int (base 16).
14256 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
14257 (battery-hex-map): Delete variable.
14258
14259 2004-09-18 John Paul Wallington <jpw@gnu.org>
14260
14261 * calc/calc-units.el (calc-quick-units): Fix overzealous
14262 s/or/unless/.
14263
14264 2004-09-17 Jay Belanger <belanger@truman.edu>
14265
14266 * calc/calc.el (calc-mode-var-list): Fix the value of
14267 `calc-matrix-brackets'.
14268
14269 2004-09-17 Romain Francoise <romain@orebokech.com>
14270
14271 * ibuf-ext.el (define-ibuffer-filter filename):
14272 Expand dired-directory since buffer-file-name is absolute.
14273
14274 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14275
14276 * ediff-init.el (ediff-current-diff-face-A)
14277 (ediff-current-diff-face-B, ediff-current-diff-face-C)
14278 (ediff-current-diff-face-Ancestor)
14279 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14280 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14281 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14282 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14283 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14284 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14285 Use min-colors.
14286
14287 * term.el (term-down): Perform vertical motion if DOWN is negative.
14288 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
14289 (term-termcap-format): Synchronize with the eterm terminfo entry
14290 in etc/e/eterm.ti.
14291 (term-handle-colors-array): If the current foreground or
14292 background are zero (i.e. unspecified), use the foreground and
14293 background of the default face for reverse video.
14294 (term-ansi-at-eval-string, term-ansi-default-fg)
14295 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
14296 (term-mem): Delete unused function.
14297 (term-protocol-version): Increment.
14298 (term-current-face): Set to default.
14299
14300 2004-09-15 Jay Belanger <belanger@truman.edu>
14301
14302 * calc/calc.el (calc-mode-var-list): Define this variable.
14303 (calc-always-load-extensions, calc-line-numbering)
14304 (calc-line-breaking, calc-display-just, calc-display-origin)
14305 (calc-number-radix, calc-leading-zeros, calc-group-digits)
14306 (calc-group-char, calc-point-char, calc-frac-format)
14307 (calc-prefer-frac, calc-hms-format, calc-date-format)
14308 (calc-float-format, calc-full-float-format, calc-complex-format)
14309 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14310 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14311 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14312 (calc-matrix-brackets, calc-language, calc-language-option)
14313 (calc-left-label, calc-right-label, calc-word-size)
14314 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14315 (calc-display-raw, calc-internal-prec, calc-angle-mode)
14316 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14317 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14318 (calc-window-height, calc-display-trail, calc-show-selections)
14319 (calc-use-selections, calc-assoc-selections)
14320 (calc-display-working-message, calc-auto-why, calc-timing)
14321 (calc-mode-save-mode, calc-standard-date-formats)
14322 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
14323 (calc-user-parse-tables, calc-gnuplot-default-device)
14324 (calc-gnuplot-default-output, calc-gnuplot-print-device)
14325 (calc-gnuplot-print-output, calc-gnuplot-geometry)
14326 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
14327 (calc-invocation-macro, calc-show-banner): Give these values as
14328 part of `calc-mode-var-list's initialization after the variables
14329 are declared with defvar.
14330 (calc-bug-address): Change email address to send bug reports to.
14331 Change the maintainer address at the top.
14332 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
14333 than "\\.emacs" to determine if it is the user-init-file.
14334
14335 * calc/calc-embed.el (calc-embedded-set-modes): Use
14336 `calc-mode-var-list' correctly.
14337
14338 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
14339
14340 * vc.el (annotate-time): Document point handling.
14341 (vc-annotate-display-autoscale): Doc fix.
14342
14343 2004-09-15 Miles Bader <miles@gnu.org>
14344
14345 * generic.el (generic-make-keywords-list): Use symbol rather than
14346 word anchors in regexp.
14347
14348 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
14349
14350 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
14351 no file name consider `dired-directory'.
14352
14353 2004-09-14 Kim F. Storm <storm@cua.dk>
14354
14355 * faces.el (cursor): Add face-no-inherit property. Doc fix.
14356
14357 2004-09-14 Simon Josefsson <jas@extundo.com>
14358
14359 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
14360
14361 * textmodes/dns-mode.el: Add.
14362
14363 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14364
14365 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
14366 (disabled-command-function): Make the ?\ char more obvious.
14367
14368 * vc-arch.el (vc-arch-root, vc-arch-registered):
14369 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
14370
14371 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
14372
14373 * windmove.el (windmove-frame-edges): Report coordinates of
14374 outside edges of frame, not inside edges.
14375 (windmove-coordinates-of-position): Convert into wrapper to new
14376 function `windmove-coordinates-of-window-position';
14377 `compute-motion' always applies to selected window.
14378 (windmove-coordinates-of-position): Update documentation to refer
14379 to Emacs 21 Lisp Reference Manual.
14380 (windmove-find-other-window): Fix off-by-one errors for max x,y.
14381
14382 2004-09-13 Kim F. Storm <storm@cua.dk>
14383
14384 * isearch.el (isearch-resume-in-command-history): Rename from
14385 isearch-resume-enabled and change default to nil.
14386
14387 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14388
14389 * vc-hooks.el (vc-ignore-dir-regexp): New var.
14390 (vc-registered): Use it.
14391 (vc-find-root): New fun.
14392
14393 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14394 Don't tell to use \\{...} when it's already done.
14395
14396 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
14397 Provide a sample complex default.
14398 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
14399 (bibtex-entry): Use mapc.
14400
14401 2004-09-12 Kim F. Storm <storm@cua.dk>
14402
14403 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
14404
14405 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
14406 inhibit-field-text-motion to t so rectangles work in comint buffers.
14407
14408 * simple.el (choose-completion-string): Set buffer before running
14409 choose-completion-string-functions hook so it can be buffer-local.
14410
14411 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
14412
14413 * progmodes/compile.el (compilation-start): Parse command to see
14414 if it starts with a cd, and if so perform it for the *compilation*
14415 buffer. Change the header to reflect this.
14416
14417 2004-09-11 Kim F. Storm <storm@cua.dk>
14418
14419 * ido.el (ido-enable-dot-prefix): Doc fix.
14420 (ido-enable-dot-prefix): New defcustom.
14421 (ido-set-matches1): Use it.
14422
14423 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14424
14425 * textmodes/bibtex.el (bibtex-mark-active)
14426 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
14427
14428 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14429
14430 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
14431 used in a case insensitive environment.
14432 (bibtex-mode-map): Rearrange order of menus.
14433 (bibtex-quoted-string-re): Obsolete.
14434 (bibtex-complete-key-cleanup): Variable replaced by new function.
14435 (bibtex-font-lock-keywords): Use backquotes.
14436 (bibtex-font-lock-url-regexp): New internal variable.
14437 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
14438 "OPT" and "ALT".
14439 (bibtex-insert-current-kill, bibtex-make-field)
14440 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
14441 (bibtex-parse-field-text): Simplify.
14442 (bibtex-string=): New helper function.
14443 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
14444 (bibtex-map-entries): Use bibtex-string=.
14445 (bibtex-search-entry): Use not.
14446 (bibtex-enclosing-field): Fix docstring.
14447 (bibtex-assoc-regexp): Obsolete.
14448 (bibtex-format-entry): Use assoc-string and bibtex-string=.
14449 (bibtex-autokey-get-names): Handle empty name field.
14450 (bibtex-parse-strings): Use assoc-string and unless.
14451 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
14452 Use assoc-string.
14453 (bibtex-pop): Simplify.
14454 (bibtex-mode): Set font-lock-extra-managed-props.
14455 (bibtex-entry-update): Use assoc-string.
14456 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
14457 (bibtex-autofill-entry): Use bibtex-string=.
14458 (bibtex-print-help-message): Simplify.
14459 (bibtex-find-entry): New optional arg START.
14460 (bibtex-validate): Use bibtex-string= and assoc-string.
14461 Do not call obsolete function compilation-parse-errors.
14462 (bibtex-remove-delimiters): Only remove delimiters if present.
14463 (bibtex-copy-entry-as-kill): Add docstring.
14464 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
14465 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
14466 (bibtex-complete): Use bibtex-predefined-month-strings,
14467 bibtex-string=, and new function bibtex-complete-key-cleanup.
14468 (bibtex-generate-url-list): New variable.
14469 (bibtex-url): New command bound to C-c C-l and mouse-2.
14470 (bibtex-url-map): New local keymap for bibtex-url-mouse.
14471 (bibtex-font-lock-url): New function.
14472
14473 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14474
14475 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
14476
14477 2004-09-09 Kim F. Storm <storm@cua.dk>
14478
14479 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
14480 counter and format with binding.
14481 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
14482 the declared macro uses own macro counter and format. Give symbol
14483 kmacro property.
14484 (kmacro-keymap): Bind kmacro-name-last-macro to n.
14485 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
14486 (kmacro-end-and-call-macro): Doc fix.
14487
14488 2004-09-09 Lars Hansen <larsh@math.ku.dk>
14489
14490 * desktop.el (desktop-clear-preserve-buffers):
14491 Remove make-obsolete-variable.
14492
14493 2004-09-08 Richard M. Stallman <rms@gnu.org>
14494
14495 * buff-menu.el (list-buffers-noselect): Call format-mode-line
14496 with the buffer as argument.
14497
14498 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14499
14500 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
14501
14502 2004-09-08 Juri Linkov <juri@jurta.org>
14503
14504 * replace.el (perform-replace): Use `query-replace-descr'.
14505
14506 * cus-start.el (history-delete-duplicates): Specify customization.
14507
14508 * diff-mode.el (diff-mode-map):
14509 * progmodes/compile.el (compilation-mode-map):
14510 * progmodes/grep.el (grep-mode-map):
14511 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
14512 to `next-error-follow-minor-mode'.
14513
14514 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14515
14516 * isearch.el (isearch-lazy-highlight-update): Take into account
14517 the case of zero-length match at the search bound.
14518
14519 2004-09-08 Kim F. Storm <storm@cua.dk>
14520
14521 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
14522 change. Use zero width overlays when necessary.
14523
14524 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14525
14526 * subr.el (split-string): Docfix.
14527
14528 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14529
14530 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
14531 (display-call-tree): Ensure newline after caller/calls blocks.
14532
14533 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14534
14535 * startup.el (command-line-1): Make option
14536 --directory/-L modify `load-path' straight away.
14537
14538 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14539
14540 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
14541
14542 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14543
14544 * emacs-lisp/autoload.el (make-autoload):
14545 Handle `define-compilation-mode'.
14546
14547 * emacs-lisp/lisp-mode.el (define-compilation-mode):
14548 Specify `doc-string-elt' property.
14549
14550 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14551
14552 * bs.el (bs-mode): Doc fix.
14553
14554 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14555
14556 * info.el (Info-insert-dir): Fix temp buffer leak bug.
14557
14558 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14559
14560 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
14561
14562 2004-09-08 Kenichi Handa <handa@m17n.org>
14563
14564 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
14565 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
14566 ps-mule-next-point -> 1+).
14567
14568 * composite.el (encode-composition-rule): Add autoload cookie.
14569
14570 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
14571
14572 * format.el (buffer-auto-save-file-format): Make it permanent local.
14573
14574 2004-09-07 Kim F. Storm <storm@cua.dk>
14575
14576 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
14577 (authors-fixed-entries): Fix typo.
14578 (authors-canonical-author-name): Compact multiple spaces.
14579 Ignore trivial names (e.g. only first name).
14580
14581 * term.el (term-window-width): Only use full window width on
14582 window system if overflow-newline-into-fringe is enabled.
14583 (term-mode): Don't disable overflow-newline-into-fringe.
14584
14585 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14586
14587 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
14588 motion as seen on my Mac OS X xterms.
14589
14590 * newcomment.el (uncomment-region-default, comment-region-default):
14591 New functions extracted from uncomment-region and comment-region.
14592 (comment-region, comment-region-function, uncomment-region)
14593 (uncomment-region-function): Use them.
14594
14595 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
14596
14597 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
14598 It's not crucial but can make sense at times.
14599
14600 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
14601 the first commit.
14602
14603 * vc.el (vc-buffer-context, vc-restore-buffer-context):
14604 Disable obsolete code.
14605
14606 2004-09-07 Juri Linkov <juri@jurta.org>
14607
14608 * progmodes/grep.el (grep-highlight-matches): Change default from
14609 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
14610 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
14611 if grep option `--color' is available, or to `nil' otherwise.
14612 (grep-process-setup): Call `grep-compute-defaults' if
14613 `grep-highlight-matches' is not computed. Set env-vars only
14614 if `grep-highlight-matches' is `t'.
14615 (grep-use-null-device): Remove redundant type `boolean' (`choice'
14616 is already defined).
14617
14618 * progmodes/compile.el (compilation-start): Use copy of
14619 `process-environment' created by `copy-sequence' to not
14620 modify env-vars in the global `process-environment'.
14621
14622 2004-09-06 Eli Zaretskii <eliz@gnu.org>
14623
14624 * simple.el (next-error-follow-minor-mode): Fix last change.
14625
14626 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
14627
14628 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
14629 permanent local.
14630
14631 2004-09-04 Richard M. Stallman <rms@gnu.org>
14632
14633 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
14634 highlighting if the search string is empty.
14635
14636 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
14637
14638 * facemenu.el (facemenu-active-faces): Change condition of inner
14639 `while' loop to also check the first two elements of `face-atts'
14640 and `mask-atts'.
14641
14642 2004-09-04 John Paul Wallington <jpw@gnu.org>
14643
14644 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
14645 (thumbs-view-image-mode): Make buffer read-only.
14646
14647 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
14648
14649 * textmodes/ispell.el (ispell-really-aspell): New defvar.
14650 (ispell-check-version): Set it.
14651 (ispell-send-replacement): New function.
14652 (ispell-process-line): Call ispell-send-replacement.
14653
14654 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14655
14656 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
14657 Support choosing seconds with "s".
14658
14659 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
14660
14661 * terminal.el (te-escape): Show `?' in prompt for help key.
14662
14663 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
14664
14665 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
14666
14667 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
14668
14669 * simple.el (next-error-follow-minor-mode)
14670 (next-error-follow-mode-post-command-hook): New functions.
14671 (next-error-follow-last-line): New defvar.
14672
14673 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14674 * progmodes/compile.el (compilation-mode-map): Likewise.
14675 * progmodes/grep.el (grep-mode-map): Likewise.
14676 * replace.el (occur-mode-map): Likewise.
14677
14678 * newcomment.el (uncomment-region): Bind comment-use-global-state
14679 to nil.
14680
14681 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
14682
14683 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14684 locally around the call to `revert-buffer'.
14685
14686 2004-09-03 Juri Linkov <juri@jurta.org>
14687
14688 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14689 `isearch-adjusted' to `t'.
14690 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14691 (isearch-message-prefix): Add "pending" for isearch-adjusted.
14692 (isearch-other-meta-char): Restore isearch-point unconditionally.
14693 (isearch-query-replace): Add new arg `regexp-flag' and use it.
14694 Set point to start of match if region is not active in transient
14695 mark mode (to include the current match to region boundaries).
14696 Push the search string to `query-replace-from-history-variable'.
14697 Add prompt "Query replace regexp" for isearch-regexp.
14698 Add region beginning/end as last arguments of `perform-replace.'
14699 (isearch-query-replace-regexp): Replace code by the call to
14700 `isearch-query-replace' with arg `t'.
14701
14702 2004-09-03 Richard M. Stallman <rms@gnu.org>
14703
14704 * startup.el (normal-top-level): Undo previous TERM change.
14705
14706 2004-09-03 Kim F. Storm <storm@cua.dk>
14707
14708 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14709 highlight overlays; allow using RET when cursor is over a button.
14710 (cua--highlight-rectangle): Use it.
14711 (cua--rectangle-set-corners): Don't move backwards at eol.
14712 (cua--forward-line): Don't move into void after eob.
14713
14714 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14715 point is set (and displayed) inside rectangle.
14716 (cua--rectangle-operation): Fix for highlight of empty lines.
14717 (cua--highlight-rectangle): Fix highlight for tabs.
14718 Position cursor at left/right edge of rectangle using new `cursor'
14719 property on overlay strings.
14720 (cua--indent-rectangle): Don't tabify.
14721 (cua-rotate-rectangle): Ignore that point has moved.
14722
14723 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14724
14725 * term/mac-win.el: Add ASCII equivalents for some function keys.
14726 (mode-line-frame-identification): Sync with x-win.el.
14727
14728 2004-09-02 Juri Linkov <juri@jurta.org>
14729
14730 * progmodes/compile.el (compilation-buffer-name): Compare major
14731 mode with second element of compilation-arguments instead of third
14732 to reflect latest changes in compilation-arguments structure.
14733 (recompile): Use global variable `compilation-directory' to get
14734 recent compilation directory only when `recompile' is invoked NOT
14735 in the compilation buffer. Otherwise, use `default-directory' of
14736 the compilation buffer.
14737 (compilation-error-properties): Allow to funcall col and end-col.
14738 (compilation-mode-font-lock-keywords): Check col and end-col by
14739 `integerp'.
14740 (compilation-goto-locus): If end-mk is non-nil in transient mark
14741 mode don't activate the mark (and don't display message in
14742 push-mark), but highlight overlay between mk and end-mk.
14743
14744 * progmodes/grep.el (grep-highlight-matches): New defcustom.
14745 (grep-regexp-alist): Add rule to highlight grep matches.
14746 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14747
14748 * info.el (Info-fontify-node): Don't compute other-tag
14749 if Info-hide-note-references=hide.
14750
14751 * help.el (function-called-at-point):
14752 * help-fns.el (variable-at-point):
14753 Try `find-tag-default' when other methods failed.
14754
14755 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14756 Do not push mark if inhibit-mark-movement is non-nil.
14757
14758 * textmodes/ispell.el (ispell-html-skip-alists):
14759 Fix backslashes in docstring.
14760
14761 2004-09-01 Juri Linkov <juri@jurta.org>
14762
14763 * isearch.el (isearch-wrap-function)
14764 (isearch-push-state-function): New defvars.
14765 (isearch-pop-fun-state): New defsubst.
14766 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14767 (isearch-push-state): Set the result of calling
14768 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14769 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14770 restore the mode-specific starting point of terminated search.
14771 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14772 (isearch-repeat): Call `isearch-wrap-function' if defined.
14773 (isearch-message-prefix): Don't add prefix "over" to the message
14774 for wrapped search if `isearch-wrap-function' is defined.
14775 (isearch-search): Call function saved in `isearch-pop-fun-state' to
14776 restore the mode-specific starting point of failed search.
14777
14778 * info.el (Info-search-whitespace-regexp): Fix backslashes.
14779 (Info-search): Add new optional arguments for the sake of isearch.
14780 Replace whitespace in Info-search-whitespace-regexp literally.
14781 Add backward search. Don't call `Info-select-node' if regexp is
14782 found in the same Info node. Don't add node to Info-history for
14783 wrapped isearch.
14784 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14785 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14786 (Info-mode): Set local variables `isearch-search-fun-function',
14787 `isearch-wrap-function', `isearch-push-state-function',
14788 `search-whitespace-regexp'.
14789
14790 * isearch.el: Remove ancient Change Log section.
14791 (isearch-string, isearch-message-string, isearch-point)
14792 (isearch-success, isearch-forward-flag, isearch-other-end)
14793 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14794 (isearch-barrier, isearch-within-brackets)
14795 (isearch-case-fold-search): Add suffix `-state' to state-related
14796 defsubsts to avoid name clashes with other function names.
14797
14798 * simple.el (next-error): New defgroup and defface.
14799 (next-error-highlight, next-error-highlight-no-select):
14800 New defcustoms.
14801 (next-error-no-select): Let-bind next-error-highlight to the value
14802 of next-error-highlight-no-select before calling `next-error'.
14803
14804 * progmodes/compile.el (compilation-goto-locus):
14805 Use `next-error' face instead of `region'. Set 4-th argument of
14806 `move-overlay' to `current-buffer' to move overlay to different
14807 source buffers. Use new variable `next-error-highlight'.
14808
14809 * simple.el (next-error-find-buffer): Move the rule
14810 "if current buffer is a next-error capable buffer" after the
14811 rule "if next-error-last-buffer is set to a live buffer".
14812 Simplify to test all rules in one `or'.
14813 (next-error): Doc fix.
14814 (next-error, previous-error, first-error)
14815 (next-error-no-select, previous-error-no-select):
14816 Make arguments optional.
14817
14818 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
14819
14820 * macros.el (apply-macro-to-region-lines): Make it operate on all
14821 lines that begin in the region, rather than on all complete lines
14822 in the region.
14823
14824 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14825
14826 * x-dnd.el (x-dnd-protocol-alist): Document update.
14827 (x-dnd-known-types): Defcustom it.
14828 (x-dnd-handle-motif): Print message-atom in error message.
14829
14830 2004-08-30 John Paul Wallington <jpw@gnu.org>
14831
14832 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14833 strings rather than programatically constructing message.
14834
14835 2004-08-30 Richard M. Stallman <rms@gnu.org>
14836
14837 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14838 Don't return a string that would read as the wrong character code.
14839
14840 2004-08-29 Kim F. Storm <storm@cua.dk>
14841
14842 * emulation/cua-base.el (cua-auto-expand-rectangles):
14843 Remove automatic rectangle padding feature; replace by non-destructive
14844 virtual rectangle edges feature.
14845 (cua-virtual-rectangle-edges): New defcustom.
14846 (cua-auto-tabify-rectangles): New defcustom.
14847 (cua-paste): If paste into a marked rectangle, insert rectangle at
14848 current column, even if virtual; also paste exactly as many lines
14849 as has been marked (ignore additional lines or add empty lines),
14850 but paste whole source if only one line is marked.
14851 (cua--update-indications): No longer use overwrite-cursor to
14852 indicate rectangle padding
14853
14854 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14855 (cua--rectangle-virtual-edges): New defun.
14856 (cua--rectangle-get-corners): Remove optional PAD arg.
14857 (cua--rectangle-set-corners): Never do padding.
14858 (cua--forward-line): Remove optional PAD arg. Simplify.
14859 (cua-resize-rectangle-right, cua-resize-rectangle-left)
14860 (cua-resize-rectangle-down, cua-resize-rectangle-up):
14861 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14862 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14863 (cua--rectangle-move): Never do padding. Simplify.
14864 (cua--tabify-start): New defun.
14865 (cua--rectangle-operation): Add tabify arg. All callers changed.
14866 (cua--pad-rectangle): Remove.
14867 (cua--delete-rectangle): Handle delete with virtual edges.
14868 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14869 (cua--insert-rectangle): Handle insert at virtual column.
14870 Perform auto-tabify if necessary.
14871 (cua--activate-rectangle): Remove optional FORCE arg.
14872 Never do padding. Simplify.
14873 (cua--highlight-rectangle): Enhance for virtual edges.
14874 (cua-toggle-rectangle-padding): Remove command.
14875 (cua-toggle-rectangle-virtual-edges): New command.
14876 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
14877 (cua--rectangle-post-command): Don't force rectangle padding.
14878 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14879
14880 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
14881
14882 * indent.el (edit-tab-stops-buffer): Doc fix.
14883
14884 2004-08-28 Richard M. Stallman <rms@gnu.org>
14885
14886 * progmodes/grep.el (grep-default-command): Use find-tag-default.
14887 (grep-tag-default): Function deleted.
14888
14889 * subr.el (find-tag-default): Move from etags.el.
14890
14891 * progmodes/etags.el (find-tag-default): Move to subr.el.
14892
14893 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14894 into the basic character if it has an uppercase form.
14895
14896 2004-08-27 Kenichi Handa <handa@m17n.org>
14897
14898 * international/utf-8.el (utf-8-post-read-conversion): If the
14899 buffer is unibyte, temporarily make it multibyte.
14900
14901 2004-08-27 Masatake YAMATO <jet@gyve.org>
14902
14903 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14904
14905 2004-08-25 John Paul Wallington <jpw@gnu.org>
14906
14907 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14908 0, 1, and many mismatches in message.
14909 (tex-start-shell): Use `set-process-query-on-exit-flag'.
14910
14911 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14912 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14913
14914 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14915
14916 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14917 vc-diff-switches differently.
14918
14919 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
14920
14921 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14922 before and a real defvar after
14923 `speedbar-supported-extension-expressions'. This is to silence
14924 the compiler without breaking bootstrapping.
14925
14926 2004-08-22 Richard M. Stallman <rms@gnu.org>
14927
14928 * textmodes/flyspell.el (flyspell-word):
14929 Use set-process-query-on-exit-flag.
14930 (flyspell-highlight-duplicate-region): Take POSS as arg.
14931 (flyspell-word): Pass POSS as arg.
14932
14933 * progmodes/ada-xref.el: Many doc and style fixes.
14934 (ada-find-any-references): Use compilation-start.
14935 (ada-get-ali-file-name): Improve error msg.
14936 (ada-get-ada-file-name): Likewise.
14937
14938 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14939 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14940
14941 * mail/mail-extr.el (mail-extr-all-top-level-domains):
14942 Add forward defvar.
14943
14944 * whitespace.el (global-whitespace-mode): New alias
14945 for whitespace-global-mode.
14946
14947 * speedbar.el (speedbar-file-regexp): Move definition up.
14948 (speedbar-mode, speedbar-set-mode-line-format):
14949 Use with-no-warnings.
14950 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14951
14952 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14953 controls whether to display the error buffer.
14954
14955 * ps-mule.el: Delete compatibility code for old Emacsen.
14956 (ps-mule-find-wrappoint): Don't use chars-in-region.
14957
14958 * frame.el (display-mouse-p, display-selections-p):
14959 Use with-no-warnings.
14960
14961 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14962
14963 2004-08-22 David Kastrup <dak@gnu.org>
14964
14965 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14966 information.
14967
14968 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14969
14970 2004-08-22 Andreas Schwab <schwab@suse.de>
14971
14972 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14973
14974 2004-08-22 Masatake YAMATO <jet@gyve.org>
14975
14976 * cvs-status.el (cvs-status-checkout): New function.
14977 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14978
14979 2004-08-21 David Kastrup <dak@gnu.org>
14980
14981 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14982 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14983 has been converted to use hashtables, the relation `nil=none' is
14984 no longer valid, as `nil' is not a hashtable. This patch tries to
14985 reduce the number of resulting errors.
14986
14987 2004-08-21 John Paul Wallington <jpw@gnu.org>
14988
14989 * subr.el (process-kill-without-query): Made obsolete in
14990 version 21.4, not 21.5.
14991
14992 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14993 (vc-previous-comment, vc-next-comment)
14994 (vc-comment-search-reverse, vc-comment-search-forward)
14995 (vc-comment-to-change-log): Likewise.
14996
14997 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14998
14999 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
15000
15001 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
15002 Correct indentation of DEFMETHODS with non-standard method
15003 combinations (e.g., PROGN, MIN, MAX).
15004
15005 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
15006
15007 * startup.el (normal-top-level-add-subdirs-to-load-path):
15008 Avoid unnecessarily checking system-type.
15009 (normal-top-level): Set TERM to "dumb". Simplify.
15010
15011 * avoid.el (mouse-avoidance-ignore-p): New fun.
15012 Also ignore switch-frame, select-window, double, and triple clicks.
15013 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
15014 (mouse-avoidance-fancy-hook): Use it.
15015
15016 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
15017
15018 * avoid.el (mouse-avoidance-nudge-mouse)
15019 (mouse-avoidance-banish-destination): Stay within the current window
15020 to avoid problems with mouse-autoselect-window.
15021
15022 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15023
15024 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
15025 the newer format of some messages in cvs-1.12.1.
15026
15027 2004-08-19 Masatake YAMATO <jet@gyve.org>
15028
15029 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
15030 (elp-results-jump-to-definition-by-mouse)
15031 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
15032 (elp-output-result): Use elp-output-insert-symname.
15033
15034 2004-08-18 Kenichi Handa <handa@m17n.org>
15035
15036 * language/cyrillic.el: Register koi8-r in
15037 ctext-non-standard-encodings-alist.
15038 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
15039
15040 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
15041
15042 * emacs-lisp/copyright.el (copyright-update-year): Delete code
15043 that replaces 20xy with xy.
15044
15045 2004-08-17 John Paul Wallington <jpw@gnu.org>
15046
15047 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
15048 (reb-force-update): Doc fix.
15049
15050 2004-08-16 Richard M. Stallman <rms@gnu.org>
15051
15052 * progmodes/which-func.el (which-func-update-1): Doc fix.
15053
15054 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
15055 (sh-mode-abbrev-table): New variable.
15056
15057 * progmodes/compile.el (compilation-mode): Doc fix.
15058
15059 * emacs-lisp/lisp-mode.el (eval-last-sexp):
15060 Don't cons a new symbol each time.
15061 (eval-last-sexp-fake-value): New variable.
15062
15063 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
15064 (copyright-update-year): Detect continuation of list of years.
15065
15066 * term.el (term-default-fg-color, term-default-bg-color)
15067 (ansi-term-color-vector): Use `unspecified', not nil, as default.
15068
15069 * imenu.el: Several doc fixes: don't say variables are buffer-local.
15070
15071 2004-08-16 Davis Herring <herring@lanl.gov>
15072
15073 * isearch.el (isearch-string, isearch-message-string, isearch-point)
15074 (isearch-success, isearch-forward-flag, isearch-other-end)
15075 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15076 (isearch-barrier, isearch-within-brackets)
15077 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
15078
15079 2004-08-16 Kenichi Handa <handa@m17n.org>
15080
15081 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
15082
15083 2004-08-15 Kenichi Handa <handa@m17n.org>
15084
15085 * term/x-win.el (x-selection-value): If utf8 was successful but
15086 ctext was not, use utf8 string.
15087
15088 2004-08-14 Davis Herring <herring@lanl.gov>
15089
15090 * isearch.el: Remove accidental changes of March 4. Fix backing
15091 up when a regexp isearch is made more general. Use symbolic
15092 accessor functions for isearch stack frames to make usage clearer.
15093 (search-whitespace-regexp): Made groups in documentation shy (as
15094 is the group in the default value).
15095 (isearch-fallback): New function, addresses problems with regexps
15096 liberalized by `\|', adds support for liberalization by `\}' (the
15097 general repetition construct), and incorporates behavior for
15098 `*'/`?'.
15099 (isearch-}-char): New command, calls `isearch-fallback' with
15100 arguments appropriate to a typed `}'.
15101 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
15102 appropriately.
15103 (isearch-mode-map): Bind `}' to `isearch-}-char'.
15104 (isearch-string, isearch-message,string, isearch-point)
15105 (isearch-success, isearch-forward-flag, isearch-other-end)
15106 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15107 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
15108 New inline functions to read fields of a stack frame.
15109
15110 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
15111
15112 * battery.el (battery-linux-proc-acpi): Look into battery
15113 directories matching the literal string "CMB", too (required for
15114 Linux kernel version 2.6.7).
15115
15116 2004-08-14 John Paul Wallington <jpw@gnu.org>
15117
15118 * cus-start.el (read-file-name-completion-ignore-case): Add.
15119 (blink-cursor-alist): Change version to "21.4".
15120
15121 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
15122
15123 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
15124
15125 * speedbar.el (speedbar-scan-subdirs): New option.
15126 (speedbar-file-lists): Don't ignore file-name case on Unix and use
15127 dolist.
15128 (speedbar-insert-files-at-point): Take an extra argument and use
15129 it to optionally find out if a subdir is empty. Also unreadable
15130 files don't get expand buttons.
15131 (speedbar-directory): New image (unused pixmap already existed).
15132 (speedbar-expand-image-button-alist): Use it.
15133
15134 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
15135
15136 CC Mode update to 5.30.9:
15137
15138 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
15139 Move from cc-vars to cc-defs for dependency reasons. Fix the
15140 POSIX char class test to check that it works in
15141 `skip-chars-(forward|backward)' too.
15142
15143 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15144 first argument starts with a special brace list.
15145
15146 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
15147 when `c-opt-type-concat-key' is used (i.e. in Pike).
15148
15149 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
15150 Fix bug when the inner char pair doesn't have paren syntax,
15151 i.e. "(<>)".
15152
15153 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
15154 whitespace safe.
15155
15156 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
15157 position for `arglist-intro', `arglist-cont-nonempty' and
15158 `arglist-close' when there are two arglist open parens on the same
15159 line and there's nothing in front of the first.
15160
15161 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
15162 locking of qualified names in Java, which previously could fontify
15163 common indexing expressions in many cases. The standard Java
15164 naming conventions are used to tell them apart.
15165
15166 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
15167 Fix inconsistency wrt opening parens on the first line inside a paren
15168 block.
15169
15170 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
15171 compile time for the sake of `c-major-mode-is'.
15172
15173 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
15174 `c-major-mode-is' in the event that this is used inside a
15175 `c-lang-defconst'.
15176
15177 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
15178 `c-lang-defconst' so that it works better with fallback languages.
15179
15180 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
15181 it to fail to record the base mode.
15182
15183 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15184 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
15185 is used. Reorder the syntax checks to get more efficient
15186 skipping in some situations.
15187
15188 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
15189 continuation which might precede the newly inserted '{'.
15190
15191 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15192 Fix cases where it could loop indefinitely.
15193
15194 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
15195 size specs correctly. Only fontify identifiers in front of '('
15196 with as functions - don't accept any paren char. Tighten up
15197 initializer skipping to stop before function and class blocks.
15198
15199 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15200 the point could be left directly after an open paren when finding
15201 the beginning of the first decl in the block.
15202
15203 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
15204 table when filtering out legitimate open parens to be recorded.
15205 This could cause cache inconsistencies when e.g.
15206 `c++-template-syntax-table' was temporarily in use.
15207
15208 * progmodes/cc-engine.el (c-on-identifier)
15209 (c-simple-skip-symbol-backward): Small fix for handling "-"
15210 correctly in `skip-chars-backward'. Affected the operator lfun
15211 syntax in Pike.
15212
15213 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
15214 Fix bug that could cause an error from `after-change-functions' when
15215 the changed region is at bob.
15216
15217 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
15218
15219 CC Mode update to 5.30.9:
15220
15221 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
15222 to say that <TAB> doesn't insert WS into a CPP line.
15223 (c-indent-command, c-tab-always-indent): Amend doc strings.
15224
15225 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
15226 checks for user errors, thus eliminating cryptic and unhelpful
15227 Emacs error messages. (1) Check the arg to `c-set-style' is a
15228 string. (2) Check that settings to `c-offsets-alist' are not
15229 spuriously quoted.
15230
15231 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15232 which precedes the newly inserted `{'.
15233
15234 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
15235
15236 Sync with Tramp 2.0.44.
15237
15238 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
15239 function "tramp_file_attributes". Otherwise, file names
15240 containing spaces are misinterpreted. Reported by Magnus Henoch
15241 <mange@freemail.hu>.
15242 (tramp-handle-file-truename): FILENAME must be expanded first.
15243 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
15244 obscure results. Reported by D. Goel <deego@gnufans.org>.
15245 (tramp-handle-verify-visited-file-modtime): If file does not
15246 exist, say it is not modified if and only if that agrees with the
15247 buffer's record. Check whether a file is visiting the buffer, or
15248 the buffer has no recorded last modification time. Return t in
15249 case the visiting file doesn't exist. Suggested by Luc Teirlinck
15250 <teirllm@auburn.edu>.
15251 (tramp-handle-write-region): Pass modtime explicitly to
15252 `set-visited-file-modtime', because filename can be different
15253 from (buffer-file-name) if `file-precious-flag' is set.
15254 `set-visited-file-modtime' must be called always when `visit' is t
15255 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
15256 (tramp-handle-set-visited-file-modtime): If `time-list' is not
15257 nil, don't apply the whole body. If the file doesn't exists, set
15258 modtime to '(-1 65535). Suggested by Luc Teirlinck
15259 <teirllm@auburn.edu>.
15260
15261 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
15262
15263 * help.el (describe-bindings): Doc fix.
15264
15265 * subr.el (kbd): Doc fix.
15266
15267 2004-08-08 John Paul Wallington <jpw@gnu.org>
15268
15269 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
15270 instead of `string-to-int'.
15271 (define-ibuffer-column mode): Fix indentation.
15272
15273 2004-08-08 Lars Hansen <larsh@math.ku.dk>
15274
15275 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
15276
15277 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
15278
15279 * subr.el (global-unset-key, local-unset-key): Doc fixes.
15280
15281 * novice.el (disabled-command-function): New variable renamed from
15282 `disabled-command-hook'.
15283 (disabled-command-hook): Keep the _variable_ as alias for
15284 `disabled-command-function' and make obsolete.
15285 (disabled-command-function): Function renamed from
15286 `disabled-command-hook'. Adapt code to name change of the variable.
15287
15288 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
15289
15290 * simple.el (completion-root-regexp): New defvar.
15291 (completion-setup-function): Use it instead of a literal string.
15292
15293 2004-08-07 John Paul Wallington <jpw@gnu.org>
15294
15295 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
15296 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
15297 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
15298 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
15299
15300 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15301
15302 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
15303 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
15304
15305 2004-08-04 Kenichi Handa <handa@m17n.org>
15306
15307 * international/encoded-kb.el (encoded-kbd-setup-keymap):
15308 Fix previous change.
15309
15310 2004-08-03 Kenichi Handa <handa@m17n.org>
15311
15312 * international/encoded-kb.el: The following changes are to
15313 utilize key-translation-map instead of minor mode map.
15314 (encoded-kbd-iso2022-non-ascii-map): Delete it.
15315 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
15316 (encoded-kbd-last-key): New function.
15317 (encoded-kbd-iso2022-single-shift): New function.
15318 (encoded-kbd-iso2022-designation)
15319 (encoded-kbd-self-insert-iso2022-7bit)
15320 (encoded-kbd-self-insert-iso2022-8bit)
15321 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
15322 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
15323 key-translation-map.
15324 (encoded-kbd-setup-keymap): Setup key-translation-map.
15325 (saved-key-translation-map): New variable.
15326 (encoded-kbd-mode): Save/restore key-translation-map.
15327 Adjust for the change of encoded-kbd-setup-keymap.
15328
15329 2004-08-02 Kim F. Storm <storm@cua.dk>
15330
15331 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
15332 and call compute-motion with nil for topos and width to get proper
15333 usable width and height for both window and non-window systems.
15334
15335 * windmove.el (windmove-coordinates-of-position): Let compute-motion
15336 calculate usable window width and height.
15337
15338 * window.el (window-buffer-height): Call compute-motion with nil width.
15339
15340 2004-08-01 David Kastrup <dak@gnu.org>
15341
15342 * replace.el (query-replace-read-from):
15343 Use `query-replace-compile-replacement'.
15344 (query-replace-compile-replacement): New function.
15345 (query-replace-read-to): Use `query-replace-compile-replacement'
15346 for repeating the last command.
15347
15348 2004-08-01 John Paul Wallington <jpw@gnu.org>
15349
15350 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
15351 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
15352 (pr-switches): Remove period from end of error messages.
15353
15354 * help-mode.el (help-go-back): Likewise.
15355
15356 * abbrev.el (only-global-abbrevs): Doc fix.
15357 (edit-abbrevs-map): Define within defvar.
15358 (quietly-read-abbrev-file): Doc fix.
15359
15360 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
15361
15362 * novice.el (enable-command, disable-command): Doc fixes.
15363
15364 * subr.el (event-modifiers, event-basic-type): Doc fixes.
15365
15366 2004-07-30 Richard M. Stallman <rms@gnu.org>
15367
15368 * subr.el (with-local-quit): Doc fix.
15369
15370 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
15371
15372 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
15373
15374 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
15375
15376 * custom.el (defcustom): Doc fix.
15377
15378 2004-07-28 Masatake YAMATO <jet@gyve.org>
15379
15380 * progmodes/etags.el (etags-tags-apropos): Show building progress.
15381
15382 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15383
15384 * imenu.el (imenu-prev-index-position-function)
15385 (imenu-extract-index-name-function, imenu-name-lookup-function)
15386 (imenu--index-alist): Docstring redundancy fix.
15387
15388 2004-07-25 Lars Hansen <larsh@math.ku.dk>
15389
15390 * wdired.el (wdired-finish-edit): Require dired-aux before locally
15391 binding dired-backup-overwrite.
15392
15393 2004-07-25 John Paul Wallington <jpw@gnu.org>
15394
15395 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15396
15397 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
15398
15399 * term/tty-colors.el (tty-color-approximate): Doc fix.
15400
15401 * select.el (x-get-selection, x-set-selection): Doc fixes.
15402
15403 * frame.el (make-frame): Doc fix.
15404
15405 2004-07-24 Richard M. Stallman <rms@gnu.org>
15406
15407 * mail/rmail.el (rmail-mime-charset-pattern):
15408 Don't include semicolon in the charset value.
15409
15410 * replace.el (occur-next-error): Call set-window-point.
15411 (occur-engine): Handle negative NLINES.
15412
15413 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
15414
15415 * frame.el (modify-all-frames-parameters): Minor doc fix.
15416 (set-frame-configuration): Doc fix.
15417
15418 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15419
15420 * simple.el (completion-setup-function): Compute the common parts
15421 and the first difference place correctly when
15422 partial-completion-mode is on.
15423
15424 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15425
15426 * ps-print.el: Doc fix.
15427 (ps-print-version): New version 6.6.5.
15428 (ps-printing-region): Doc fix.
15429 (ps-generate-string-list): Comment fix.
15430 (ps-message-log-max): Code fix.
15431
15432 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
15433
15434 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
15435 generated PostScript.
15436
15437 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
15438
15439 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
15440 with Gnus v5_10 branch.)
15441
15442 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
15443
15444 * calendar/time-date.el (time-to-number-of-days): New function.
15445 Imported from Gnus.
15446
15447 2004-07-22 Kim F. Storm <storm@cua.dk>
15448
15449 * progmodes/make-mode.el: Fix comments.
15450
15451 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15452
15453 * printing.el: Doc fix.
15454
15455 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
15456
15457 * frame.el (modify-all-frames-parameters): Minor doc fix.
15458
15459 2004-07-20 Richard M. Stallman <rms@gnu.org>
15460
15461 * textmodes/fill.el (fill-nobreak-p): If this break point is
15462 at the end of the line, don't consider the newline which follows
15463 as a reason to return t.
15464
15465 2004-07-19 John Paul Wallington <jpw@gnu.org>
15466
15467 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
15468
15469 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
15470
15471 * dired-aux.el (dired-do-kill-lines): Expand docstring.
15472 Delete irrelevant code.
15473
15474 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15475
15476 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15477 New docstring. From Luc Teirlinck.
15478
15479 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
15480
15481 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
15482 section.
15483 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
15484 non-file buffers. We know it is nil.
15485
15486 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15487
15488 Sync with Tramp 2.0.43.
15489
15490 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15491 Remove outdated comment.
15492 (tramp-locked, tramp-locker): New variables for implementing a
15493 global lock.
15494 (tramp-sh-file-name-handler): Use them to implement the global lock.
15495
15496 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
15497
15498 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
15499 calls to respective `xxx` calls.
15500 (tramp-process-alive-regexp): Precise doc string.
15501 (tramp-multi-action-process-alive): New defun.
15502 (tramp-multi-actions): Use it.
15503 (tramp-handle-find-backup-file-name): `copy-tree' is available
15504 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
15505 in order to avoid this function.
15506 (tramp-handle-write-region): Set current buffer. If connection
15507 wasn't open, `file-modes' has changed it accidentally. Reported by
15508 David Kastrup <dak@gnu.org>.
15509 (tramp-enter-password, tramp-read-passwd): New arguments USER and
15510 HOST.
15511 (tramp-action-password, tramp-multi-action-password): Apply it.
15512 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
15513 name must still contain the port number. Otherwise, we have two
15514 Tramp buffers, with all the confusion. Reported by Myron Selby
15515 <myron@xytech.com> and Rolf Dubitzky
15516 <Dubitzky@physi.uni-heidelberg.de>.
15517
15518 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
15519 HOST to `tramp-enter-passwd'.
15520
15521 * net/tramp-vc.el (all): Code cleanup. Change all
15522 `tramp-handle-xxx' calls to respective `xxx` calls.
15523
15524 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
15525
15526 * emacs-lisp/testcover.el: New category "potentially-1valued" for
15527 functions that are not erroneous if either 1-valued or
15528 multi-valued. Detect functions in this class.
15529 (testcover-1value-functions, testcover-compose-functions)
15530 (testcover-progn-functions) Add some additional functions to lists.
15531 (testcover-mark): Bugfix when marking up the definition for an
15532 empty function.
15533
15534 2004-07-17 Richard M. Stallman <rms@gnu.org>
15535
15536 * replace.el (occur-read-primary-args): Pass default to
15537 read-from-minibuffer.
15538
15539 * mail/footnote.el (footnote-section-tag): Use defcustom.
15540
15541 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
15542 Compile font-lock-keywords, not KEYWORDS.
15543 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
15544 Add warn, check-type. Handle cerror like error.
15545
15546 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15547
15548 * progmodes/which-func.el (which-func-keymap): New var.
15549 (which-func-face): New face.
15550 (which-func-format): Use them.
15551
15552 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15553
15554 * buff-menu.el (list-buffers-noselect): Append the buffer's
15555 process status to its mode name.
15556
15557 2004-07-16 Kim F. Storm <storm@cua.dk>
15558
15559 * simple.el (inhibit-mark-movement): New defvar.
15560 (beginning-of-buffer, end-of-buffer): Do not push mark if
15561 inhibit-mark-movement is non-nil or C-u prefix is given.
15562
15563 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
15564 Init to beginning-of-buffer and end-of-buffer.
15565 (cua--undo-push-mark): New defvar.
15566 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
15567 already active and command is in cua--preserve-mark-commands.
15568 Also fix check for shift modifier on non-window systems.
15569 (cua--post-command-handler): Clear inhibit-mark-movement if set.
15570
15571 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
15572
15573 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
15574 of two integers, instead of a cons.
15575
15576 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15577 `visited-file-modtime' now returns a list of two integers, instead
15578 of a cons.
15579
15580 * dired.el (dired-directory-changed-p): Ditto.
15581
15582 * progmodes/grep.el (grep): Doc fix.
15583
15584 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15585
15586 * autorevert.el (auto-revert-tail-mode)
15587 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
15588 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
15589 in both at the same time.
15590 (auto-revert-tail-mode): New command.
15591 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
15592 (auto-revert-handler): Revert only either tail or whole file.
15593
15594 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
15595 add auto-revert-tail-mode.
15596
15597 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15598
15599 * printing.el: Doc fix. Change name of some funs.
15600 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
15601 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
15602 (pr-standard-file-name): New fun. Replace pr-standard-path.
15603 (pr-call-process): Code fix.
15604
15605 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
15606
15607 * subr.el (with-selected-window): Doc fix.
15608
15609 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
15610
15611 * subr.el (get-buffer-window-list): Doc fix.
15612
15613 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
15614
15615 * files.el (switch-to-buffer-other-window): Doc fix.
15616
15617 * window.el (save-selected-window, one-window-p)
15618 (split-window-keep-point, split-window-vertically)
15619 (split-window-horizontally): Doc fixes.
15620
15621 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15622
15623 * printing.el: Doc fix. Now it uses call-process instead of
15624 shell-command for low command execution.
15625 (pr-version): New version number (6.8).
15626 (pr-shell-file-name): Option removed.
15627 (pr-shell-command): Fun removed.
15628 (pr-call-process): New fun. Replace pr-shell-command.
15629 (pr-standard-path, pr-remove-nil-from-list): New funs.
15630 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
15631 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
15632 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
15633 (pr-ps-utility-process, pr-txt-print): Code fix.
15634
15635 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15636
15637 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
15638 boolean.
15639
15640 2004-07-09 Lars Hansen <larsh@math.ku.dk>
15641
15642 * wid-edit.el (widget-field-buffer): Doc fix.
15643
15644 2004-07-09 John Paul Wallington <jpw@gnu.org>
15645
15646 * emacs-lisp/re-builder.el (reb-update-overlays):
15647 Distinguish between one and several matches in message.
15648
15649 2004-07-09 Richard M. Stallman <rms@gnu.org>
15650
15651 * mouse.el (mouse-set-region-1): If transient-mark-mode
15652 is `identity', change it to `only'.
15653
15654 * simple.el (current-word): Doc fix.
15655
15656 2004-07-09 Mark A. Hershberger <mah@everybody.org>
15657
15658 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
15659 so that it is more understanding of whitespace.
15660
15661 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
15662 (("ns" . "element") (attr-list) children) instead of
15663 ((:ns . "element") (attr-list) children) in order to reduce the
15664 number of symbols used.
15665 (xml-skip-dtd): Change to use xml-parse-dtd but set
15666 xml-validating-parsing to nil.
15667 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
15668 (xml-substitute-entity): Remove in favor of new entity substitution.
15669 (xml-substitute-special): Rewrite in to substitute complex
15670 entities from DOCTYPE declarations.
15671 (xml-parse-fragment): Parse fragments from entity declarations.
15672 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15673 (xml-parse-dtd, xml-substitute-special): Make validity checks
15674 conditioned on xml-validating-parser. Add "Not Well Formed" to
15675 error messages about well-formedness.
15676
15677 2004-07-08 Steven Tamm <steventamm@mac.com>
15678
15679 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15680 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15681 Do not treat double clicks and triple clicks specially in the
15682 scroll bar (preventing strange repositioning problems)
15683
15684 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
15685
15686 * replace.el (query-replace-regexp-eval): Fix last change.
15687
15688 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15689
15690 * replace.el (query-replace-descr): New fun.
15691 (query-replace-read-from, query-replace-read-args): Default to the
15692 previous from&to.
15693 (query-replace-read-to): Quote the `from' string when displaying it.
15694 (query-replace-regexp-eval): Immediately check read-only status.
15695 Use query-replace-read-from to get the \n checking.
15696 Quote the `from' string when displaying it.
15697 (map-query-replace-regexp, occur-read-primary-args):
15698 Quote the `from' string when displaying it.
15699
15700 * isearch.el (isearch-query-replace): Pass the regexp-ness and
15701 delimited-ness of the search to query-replace.
15702
15703 * replace.el (query-replace-read-from, query-replace-read-to):
15704 New funs extracted from query-replace-read-args.
15705 (query-replace-read-args): Use them.
15706
15707 * replace.el (query-replace-interactive, query-replace-read-args):
15708 Remove the `initial' special value.
15709 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15710 (occur-engine): Remove unused var `matchend'.
15711
15712 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15713 Use the search string without prompting.
15714
15715 2004-07-05 Kenichi Handa <handa@m17n.org>
15716
15717 * international/mule.el (decode-coding-inserted-region):
15718 Set last-coding-system-used only when coding is nil.
15719
15720 2004-07-03 Eli Zaretskii <eliz@gnu.org>
15721
15722 * progmodes/grep.el (grep-compute-defaults, grep-command)
15723 (grep-program, find-program, grep-find-use-xargs, grep-history)
15724 (grep-find-history, grep-tag-default, grep-find-command)
15725 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15726 Add autoload cookies, for unbundled packages that load `compile'
15727 and expect all grep-related symbols to become defined.
15728
15729 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
15730
15731 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15732 (iimage-mode-image-search-path): New user option to search the
15733 image file.
15734 (iimage-locate-file): New function. Emacs21.3 or earlier does not
15735 have locate-file.
15736 (iimage-mode-buffer): Use it.
15737
15738 2004-07-03 Nick Roberts <nickrob@gnu.org>
15739
15740 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15741 carefully.
15742 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15743
15744 2004-07-03 Juri Linkov <juri@jurta.org>
15745
15746 * replace.el (query-replace-read-args): Swallow space after 'foo,
15747 not after (quote foo). Match space only immediately after symbol,
15748 not anywhere in the whole string.
15749
15750 2004-07-02 Richard M. Stallman <rms@gnu.org>
15751
15752 * replace.el (query-replace-read-args): Swallow space after
15753 symbols, not after closeparens. But avoid error if string ends there.
15754
15755 * progmodes/python.el (python-beginning-of-statement):
15756 Exit the loop if backward-up-list gets error.
15757
15758 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15759
15760 2004-07-02 Andre Spiegel <spiegel@gnu.org>
15761
15762 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15763 only if vc-consult-headers is non-nil.
15764
15765 2004-07-02 Juri Linkov <juri@jurta.org>
15766
15767 * pcvs.el (cvs-mode-diff-repository): New command.
15768
15769 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15770
15771 2004-07-01 Juri Linkov <juri@jurta.org>
15772
15773 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15774 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
15775 C-M-% to isearch-query-replace-regexp.
15776 (minibuffer-local-isearch-map): Add arrow key bindings.
15777 Bind C-f to isearch-yank-char-in-minibuffer.
15778 (isearch-forward): Doc fix.
15779 (isearch-edit-string): Doc fix.
15780 (isearch-query-replace, isearch-query-replace-regexp): New funs.
15781 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
15782 (isearch-yank-char): Add optional arg.
15783 (isearch-yank-char-in-minibuffer): New fun.
15784
15785 * replace.el (query-replace-interactive): Change type from boolean
15786 to choice. Add value `initial'.
15787 (query-replace-read-args): Handle value `initial' of
15788 query-replace-interactive.
15789
15790 2004-06-29 Kim F. Storm <storm@cua.dk>
15791
15792 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15793 (breakpoint-disabled-bitmap-face): Add :group 'gud.
15794
15795 * progmodes/ada-xref.el (ada-tight-gvd-integration):
15796 Add :group 'ada.
15797
15798 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15799
15800 2004-06-29 Juri Linkov <juri@jurta.org>
15801
15802 * replace.el (query-replace-read-args): Swallow a space after
15803 everything except )]" which in most cases means after a symbol.
15804
15805 * emacs-lisp/pp.el (pp-buffer): Add autoload.
15806
15807 2004-06-28 Richard M. Stallman <rms@gnu.org>
15808
15809 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15810 More changes to go with previous change in font-lock.el.
15811
15812 2004-06-26 David Kastrup <dak@gnu.org>
15813
15814 * replace.el (perform-replace): Highlight the match even in
15815 non-query mode if there is potential replace string editing.
15816
15817 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
15818
15819 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15820 agree with new return value of `file-remote-p'.
15821 This syncs with Tramp 2.0.42.
15822
15823 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15824 according to new documentation of `file-remote-p'.
15825
15826 * files.el (file-remote-p): Fix doc to say that return value is
15827 identification of remote system, if not nil.
15828 (file-relative-name): Use new return value of `file-remote-p'.
15829
15830 2004-06-26 Nick Roberts <nickrob@gnu.org>
15831
15832 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15833 (gdb-goto-breakpoint): Fix breakage.
15834
15835 2004-06-26 Eli Zaretskii <eliz@gnu.org>
15836
15837 * man.el (Man-getpage-in-background): Add windows-nt to the list
15838 of systems where shell-file-name should be used instead of
15839 literal "sh".
15840
15841 2004-06-25 Sam Steingold <sds@gnu.org>
15842
15843 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15844 function names `(setf symbol)'.
15845
15846 2004-06-24 Richard M. Stallman <rms@gnu.org>
15847
15848 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15849
15850 * font-lock.el (font-lock-keywords): Change format of compiled values.
15851 Document it.
15852 (font-lock-add-keywords): If font-lock-keywords is compiled,
15853 extract the uncompiled version, modify, then recompile.
15854 (font-lock-remove-keywords): Likewise.
15855 (font-lock-fontify-keywords-region): Handle changed format.
15856 (font-lock-compile-keywords): Handle changed format.
15857 (font-lock-set-defaults): Compile the keywords explicitly here.
15858
15859 2004-06-24 David Kastrup <dak@gnu.org>
15860
15861 * replace.el (query-replace-read-args): Implement `\,' and `\#'
15862 replacements here.
15863 (query-replace-regexp): Doc string explaining this and the new
15864 `\?' replacement. Remove `\,' and `\#' implementation here, as it
15865 is better placed in `query-replace-read-args'.
15866 (replace-regexp): Explain `\,', `\#' and `\?'.
15867 (replace-match-data): New function for thorough reuse/destruction
15868 of old match-data.
15869 (replace-match-maybe-edit): Function for implementing `\?' editing.
15870 (perform-replace): Fix maintaining of the match stack including
15871 already matched regions, implement `\?', fix various problems
15872 with regions while editing and other stuff.
15873 (replace-highlight): Simplify.
15874
15875 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
15876
15877 * progmodes/grep.el (grep-error-screen-columns): New variable.
15878 (grep-regexp-alist): Give it the full functionality of gnu style
15879 compilation messages with line and column ranges. Ask me for the
15880 perl script I'm working on, that uses these.
15881
15882 2004-06-23 Nick Roberts <nickrob@gnu.org>
15883
15884 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15885 Remove.
15886 (comint-insert-input, comint-mouse-insert-input): New functions
15887 based on comint-insert-clicked-input for two bindings but just
15888 one functionality.
15889
15890 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
15891
15892 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15893
15894 2004-06-23 Lars Hansen <larsh@math.ku.dk>
15895
15896 * files.el (write-contents-functions): Doc fix.
15897
15898 2004-06-21 Juanma Barranquero <lektu@terra.es>
15899
15900 * image.el (image-library-alist): Rewrite docstring in active voice.
15901
15902 2004-06-20 Richard M. Stallman <rms@gnu.org>
15903
15904 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15905
15906 * isearch.el (isearch-repeat): Avoid testing old match data.
15907 (isearch-message): Display trailing space in special font
15908 when search is failing.
15909 (isearch-search-fun-function): Doc fix.
15910
15911 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15912
15913 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
15914
15915 * frame.el (show-trailing-whitespace): Doc fix.
15916
15917 * cus-edit.el (custom-variable-documentation): New function.
15918 (custom-variable): Use it.
15919
15920 2004-06-19 Nick Roberts <nickrob@gnu.org>
15921
15922 * man.el (Man-getpage-in-background): Revert previous change but
15923 make cygwin a special case.
15924
15925 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
15926
15927 * autorevert.el (global-auto-revert-non-file-buffers):
15928 Update docstring.
15929
15930 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
15931
15932 * progmodes/compile.el (compilation-error-properties): Store one
15933 more than end-col, if present, so that transient-mark-mode will
15934 highlight last char too.
15935 * progmodes/grep.el (grep-regexp-alist): Match columns and column
15936 ranges, if present.
15937
15938 2004-06-18 Jason Rumney <jasonr@gnu.org>
15939
15940 * makefile.w32-in: Double percent signs in for loops.
15941
15942 2004-06-17 David Kastrup <dak@gnu.org>
15943
15944 * replace.el (query-replace-read-args): Only warn about use of \n
15945 and \t when we are doing a regexp replacement and the actual
15946 escaped character is n or t.
15947 (query-replace-regexp): Add \, and \# interpretation to
15948 interactive call and document it.
15949 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15950 as shortkey for replace-count.
15951 (replace-quote): New function for doubling backslashes.
15952
15953 2004-06-17 Juanma Barranquero <lektu@terra.es>
15954
15955 * files.el (parse-colon-path, cd): Mention in docstring that the
15956 path separator is colon in GNU-like systems.
15957
15958 * newcomment.el (comment-region-internal): Fix docstring.
15959
15960 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15961 (ewoc-invalidate, ewoc-collect): Doc fixes.
15962 (ewoc--create-node, ewoc--delete-node-internal):
15963 Fix typos in docstring.
15964
15965 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15966
15967 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15968 manual to docstring.
15969
15970 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15971
15972 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15973
15974 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15975
15976 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15977 Add hyperlink to emacs-xtra manual to docstring.
15978
15979 * autorevert.el (global-auto-revert-non-file-buffers):
15980 Add hyperlink to emacs-xtra manual to docstring, as well as an
15981 info-link.
15982
15983 2004-06-14 Juanma Barranquero <lektu@terra.es>
15984
15985 * image.el (image-library-alist): New variable to map image types
15986 to external libraries. Initialized to nil, unless system-specific
15987 configs change it.
15988 (image-type-available-p): Determine whether an image type is
15989 available by calling `init-image-library'.
15990
15991 * term/w32-win.el (image-library-alist): Initialize to a known set
15992 of probable library names.
15993
15994 2004-06-14 Kenichi Handa <handa@m17n.org>
15995
15996 * international/code-pages.el (windows-1256, cp1125): Fix tables
15997 for several characters.
15998
15999 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
16000
16001 2004-06-13 Richard M. Stallman <rms@gnu.org>
16002
16003 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
16004
16005 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
16006 not "`pc-selection-mode'".
16007
16008 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
16009
16010 * simple.el (previous-matching-history-element): Specify a default.
16011
16012 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
16013
16014 * cus-face.el (custom-declare-face): Simplify code.
16015
16016 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
16017
16018 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
16019
16020 * files.el (before-save-hook): Add `time-stamp' to the options.
16021
16022 * time-stamp.el (time-stamp): Recommend adding it to
16023 `before-save-hook', rather than `write-file-functions'.
16024 Make a similar change in `Commentary' section.
16025
16026 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
16027
16028 * diff-mode.el (diff-current-defun): If at start of hunk, use
16029 position of first change.
16030
16031 2004-06-13 Lars Hansen <larsh@math.ku.dk>
16032
16033 * dired-x.el (dired-mark-omitted): Bind to "*O".
16034
16035 2004-06-12 Karl Fogel <kfogel@red-bean.com>
16036
16037 * bookmark.el (bookmark-bmenu-relocate): New function, as
16038 suggested by David J. Biesack <David.Biesack@sas.com>.
16039 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
16040 (bookmark-bmenu-mode): Describe binding in doc string.
16041 (bookmark-set-filename): Save the bookmark list if it's time.
16042
16043 2004-06-13 Kenichi Handa <handa@m17n.org>
16044
16045 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
16046 (ccl-untranslated-to-ucs): Fix typo.
16047
16048 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16049
16050 * progmodes/python.el (python-open-block-statement-p):
16051 Fix indentation after a block opening that contains a comment.
16052
16053 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
16054
16055 * bindings.el (completion-ignored-extensions): Add file extensions
16056 of Python byte-compiled files.
16057
16058 2004-06-12 Juri Linkov <juri@jurta.org>
16059
16060 * info.el (Info-goto-node): Add autoload.
16061 (Info-toc): Add substring-no-properties on Info file name.
16062 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
16063 (Info-mode-map): Bind L to Info-history, T to Info-toc.
16064
16065 2004-06-12 Kenichi Handa <handa@m17n.org>
16066
16067 * international/mule-cmds.el (set-language-environment):
16068 Load subst tables if necessary.
16069
16070 * international/mule.el (decode-char): Load subst tables if necessary.
16071 (encode-char): Likewise.
16072
16073 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
16074 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
16075 (utf-16le-decode-loop): Set r5 to -1 before loop.
16076 (utf-16be-decode-loop): Likewise.
16077 (ccl-decode-mule-utf-16le): Add EOF processing block.
16078 (ccl-decode-mule-utf-16be): Likewise.
16079 (ccl-decode-mule-utf-16le-with-signature): Likewise.
16080 (ccl-decode-mule-utf-16be-with-signature): Likewise.
16081 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
16082 (ccl-mule-utf-16-encode-untrans): New CCL.
16083 (utf-16-decode-to-ucs): Handle pre-read character.
16084 (utf-16le-encode-loop): Handle surrogate pair.
16085 (utf-16be-encode-loop): Likewise.
16086 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
16087 of utf-16le-encode-loop.
16088 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
16089 of utf-16be-encode-loop.
16090 (mule-utf-16-post-read-conversion):
16091 Call utf-8-post-read-conversion at first.
16092 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
16093 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
16094 Add post-read-conversion and pre-write-conversion.
16095
16096 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
16097 (utf-translate-cjk-unicode-range): New variable.
16098 (utf-translate-cjk-load-tables): New function.
16099 (utf-lookup-subst-table-for-decode): New function.
16100 (utf-lookup-subst-table-for-encode): New function.
16101 (utf-translate-cjk-mode): Init-value changed to t. Don't load
16102 tables here. Update safe-charsets of utf-* coding systems.
16103 (ccl-mule-utf-untrans): New CCL.
16104 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
16105 at end of each branch.
16106 (ccl-mule-utf-8-encode-untrans): New CCL.
16107 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
16108 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
16109 length of encoding. Don't return r0.
16110 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
16111 (utf-8-post-read-conversion): Narrow to region properly.
16112 If utf-translate-cjk-mode is on, load tables if necessary.
16113 Call utf-8-compose with hash-table arg if necessary.
16114 Call XXX-compose-region instead of XXX-post-read-conversion.
16115 (utf-8-pre-write-conversion): New function.
16116 (mule-utf-8): Include CJK charsets in safe-charsets if
16117 utf-translate-cjk-mode is on. Add pre-write-conversion.
16118
16119 * international/characters.el: Temporarily set
16120 utf-translate-cjk-mode to nil.
16121
16122 * language/devan-util.el (devanagari-compose-region):
16123 Add autoload cookie.
16124
16125 * international/ccl.el (ccl-dump-call): Fix printing the
16126 subroutine name.
16127
16128 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
16129
16130 * dired.el (dired-revert): If buffer is marked unmodified before
16131 reverting, keep it marked unmodified.
16132 Adapt to new conventions for commenting out code.
16133 (dired-make-relative): Adapt to new conventions for commenting out code.
16134
16135 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
16136
16137 * eshell/esh-module.el (eshell-load-defgroups):
16138 Bind `vc-handled-backends' to nil when opening files.
16139
16140 2004-06-11 Juanma Barranquero <lektu@terra.es>
16141
16142 * files.el (parse-colon-path, cd): Doc fixes (refer to
16143 `path-separator', not colon).
16144
16145 2004-06-10 Juanma Barranquero <lektu@terra.es>
16146
16147 * newcomment.el (comment-search-forward)
16148 (comment-search-backward): Fix typos in docstring.
16149 (comment-region): Doc fix.
16150
16151 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
16152
16153 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
16154 switch is no longer stored in `dired-switches-alist'.
16155
16156 * dired-aux.el (dired-insert-subdir): Do not store R switch in
16157 `dired-switches-alist'.
16158
16159 2004-06-10 Kim F. Storm <storm@cua.dk>
16160
16161 * pcvs.el (cvs-mode-diff-yesterday): New command.
16162
16163 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
16164
16165 2004-06-10 Juri Linkov <juri@jurta.org>
16166
16167 * emacs-lisp/edebug.el (edebug-eval-defun):
16168 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
16169 Fix docstring.
16170
16171 * simple.el (eval-expression-print-format): Don't print additional
16172 information on the first call to `eval-print-last-sexp'.
16173 (next-error-find-buffer): Fix punctuation.
16174 (killing) <defgroup>: Fix punctuation.
16175 (yank-excluded-properties): Change group from editing to killing.
16176
16177 * replace.el (perform-replace): Use `limit' to terminate the
16178 while-loop explicitly.
16179
16180 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16181
16182 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
16183 Use lc-*.xpm as prefix instead of *-locol.xpm.
16184
16185 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
16186 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
16187 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
16188 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
16189 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
16190 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
16191 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
16192 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
16193 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
16194 * toolbar/lc-up_arrow.xpm:
16195 Rename from *-locol.xpm.
16196
16197 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
16198
16199 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
16200 include forms like &<str>; as valid url patterns.
16201
16202 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
16203
16204 * dired.el (dired-diff, dired-backup-diff)
16205 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
16206 (dired-do-chown, dired-do-touch, dired-do-print)
16207 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
16208 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
16209 (dired-create-directory, dired-do-copy, dired-do-symlink)
16210 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
16211 (dired-do-copy-regexp, dired-do-hardlink-regexp)
16212 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
16213 (dired-maybe-insert-subdir, dired-next-subdir)
16214 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
16215 (dired-kill-subdir, dired-tree-up, dired-tree-down)
16216 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
16217 (dired-run-shell-command, dired-query): Remove redundant,
16218 or incorrect, autoloads.
16219
16220 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
16221 does not end in a slash. Add optional argument KILL-ROOT.
16222 Update docstring.
16223 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
16224 (dired-query): Add autoloads.
16225
16226 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
16227
16228 * progmodes/compile.el (compilation-set-window-height):
16229 Rearrange the save-* functions because a buffer can have several current
16230 point in different windows.
16231 (compilation-error-regexp-alist-alist): Recognize {standard input}
16232 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
16233
16234 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16235
16236 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
16237 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
16238 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
16239 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
16240 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
16241 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
16242 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
16243 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
16244 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
16245 * toolbar/up_arrow-locol.xpm:
16246 New versions of icons that uses fewer colors.
16247
16248 * toolbar/tool-bar.el (tool-bar-local-item)
16249 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
16250 if display-color-cells is 256 or less.
16251
16252 2004-06-08 Kim F. Storm <storm@cua.dk>
16253
16254 * wid-edit.el (widget-specify-button): Use hand pointer rather
16255 than mouse-face as visible mouse-over effect.
16256
16257 2004-06-07 Karl Fogel <kfogel@red-bean.com>
16258
16259 * saveplace.el (save-place-alist-to-file): Bind `print-length'
16260 and `print-level' to nil when writing out `save-place-alist'.
16261 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
16262
16263 2004-06-07 Juanma Barranquero <lektu@terra.es>
16264
16265 * completion.el (completion-kill-region): Doc fix.
16266
16267 * format.el (format-insert-annotations)
16268 (format-annotate-location): Doc fixes.
16269 (format-subtract-regions): Make arguments match their use in docstring.
16270
16271 * simple.el (kill-region): Doc fix.
16272
16273 * subr.el (insert-buffer-substring-no-properties)
16274 (insert-buffer-substring-as-yank): Doc fixes.
16275
16276 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
16277
16278 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16279 Update docstring.
16280 (dired-reset-subdir-switches): New function.
16281
16282 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
16283 Limit scope of `buffer-read-only' binding.
16284
16285 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
16286
16287 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
16288 eshell-explicit-command-char.
16289
16290 2004-06-06 Juanma Barranquero <lektu@terra.es>
16291
16292 * help-fns.el (help-argument-name): Inherit from italic face only
16293 if the frame supports it.
16294
16295 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16296
16297 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
16298 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
16299 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
16300 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
16301 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
16302 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
16303 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
16304 New conversions from xpm files.
16305
16306 * toolbar/README: New file.
16307
16308 2004-06-06 Richard M. Stallman <rms@gnu.org>
16309
16310 * isearch.el (isearch-mode-map): Undo previous change.
16311
16312 2004-06-05 Juri Linkov <juri@jurta.org>
16313
16314 * bindings.el (debug-ignored-errors): Add regexps for history
16315 related messages. Remove $ from "No further undo information".
16316 Move Ediff's messages to ediff.el.
16317
16318 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
16319
16320 * cus-edit.el (custom-display): Add `min-colors'.
16321
16322 * custom.el (defface): Add `supports' to docstring.
16323
16324 * help-fns.el (help-argument-name): Add :group 'help.
16325
16326 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
16327
16328 * find-dired.el (find-ls-subdir-switches): New user option.
16329 (find-dired): No longer call `abbreviate-file-name' on DIR.
16330 Set `dired-subdir-switches' buffer-locally.
16331
16332 * locate.el: Merge the two `Commentary' sections.
16333 (locate-ls-subdir-switches): New user option.
16334 (locate): Update for other changes.
16335 (locate-mode-map): Restore Dired binding for mouse-2.
16336 Bind `locate-mouse-view-file' to M-mouse-2.
16337 Bind `l' to `locate-do-redisplay'.
16338 (locate-main-listing-line-p, locate-do-redisplay): New functions.
16339 (locate-mouse-view-file, locate-tags, locate-find-directory):
16340 Print message if used outside main listing.
16341 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
16342 Various changes to support inserted subdirectories.
16343 (locate-insert-header): Change header of *Locate* buffer.
16344
16345 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16346 Change interactive default switches.
16347 (dired-rename-subdir-2): Update `dired-switches-alist'.
16348 (dired-insert-subdir, dired-kill-subdir):
16349 Handle `dired-switches-alist'. Do not mark buffer modified.
16350 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
16351 (dired-insert-subdir-doinsert): Omit messages.
16352 Handle `dired-subdir-switches'.
16353 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
16354
16355 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
16356 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
16357 subdirs if -R switch is used for a subdir.
16358 (dired-mode): Set `dired-switches-alist'.
16359 (dired-build-subdir-alist): Only print number of directories in
16360 echo area when invoked interactively.
16361
16362 2004-06-05 Lars Hansen <larsh@math.ku.dk>
16363
16364 * dired-x.el (dired-omit-mode): Rename from
16365 dired-omit-files-p. Use define-minor-mode to define it.
16366 (dired-omit-files-p): Add as alias for dired-omit-mode.
16367 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
16368 dired-mark-omitted.
16369 (dired-mark-omitted): Add. Bind to M-O.
16370
16371 2004-06-05 Kenichi Handa <handa@m17n.org>
16372
16373 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
16374
16375 2004-06-05 Juanma Barranquero <lektu@terra.es>
16376
16377 * help-fns.el (help-argument-name): Reintroduce face.
16378 (help-default-arg-highlight): Use it, now that
16379 `face-differs-from-default-p' can be trusted.
16380
16381 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16382
16383 * textmodes/table.el: Sentence commands added to Point Motion
16384 group; kill and backward-kill commands added to Extraction group.
16385
16386 2004-06-04 Mario Lang <mlang@delysid.org>
16387
16388 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
16389 systems appear to use mW, make the code handle this. Fix a
16390 division-by-zero bug while at it, and handle kernels with
16391 a slightly different layout in /proc/acpi.
16392
16393 2004-06-04 Karl Fogel <kfogel@red-bean.com>
16394
16395 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
16396 because the latter is a CL-ism. This fixes the bug reported by
16397 Shawn Boyette <mdxi@collapsar.net> in
16398 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
16399
16400 2004-06-04 Miles Bader <miles@gnu.org>
16401
16402 * faces.el (display-supports-face-attributes-p): Function moved to
16403 C code. Previously only the tty-related portion of this function
16404 was done in C; however the previous attempt to do a halfway-proper
16405 job for non-tty displays in lisp didn't work properly because of
16406 funny conditions during Emacs startup.
16407 (face-differs-from-default-p): Simplify, now that
16408 display-supports-face-attributes-p works properly on all display
16409 types. Remove :stipple from comparison; it doesn't really work
16410 in emacs anyway.
16411
16412 2004-06-04 Miles Bader <miles@gnu.org>
16413
16414 * faces.el (face-differs-from-default-p): Use a different
16415 implementation, so we can really check whether FACE displays
16416 differently or not.
16417
16418 2004-06-04 Miles Bader <miles@gnu.org>
16419
16420 * faces.el (display-supports-face-attributes-p): Implement a
16421 `different from default' check for non-tty displays.
16422
16423 2004-06-03 David Kastrup <dak@gnu.org>
16424
16425 * woman.el (woman-mapcan): More concise code.
16426 (woman-topic-all-completions, woman-topic-all-completions-1)
16427 (woman-topic-all-completions-merge): Replace by a simpler and
16428 much faster implementation based on O(n log n) sort/merge instead
16429 of the old O(n^2) behavior.
16430
16431 2004-06-03 Miles Bader <miles@gnu.org>
16432
16433 * subr.el (read-number): Use canonical format for default in prompt.
16434
16435 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
16436 Add regexp for " [...]" style defaults.
16437
16438 2004-06-02 Romain Francoise <romain@orebokech.com>
16439
16440 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
16441 groups: if the user asks for a hidden buffer, open the
16442 corresponding filter group to expose it.
16443
16444 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
16445 `ibuffer-jump-to-buffer'.
16446 (ibuffer-jump-offer-only-visible-buffers): New user option.
16447
16448 2004-06-02 Juanma Barranquero <lektu@terra.es>
16449
16450 * faces.el (frame-update-faces): Add empty docstring so the one
16451 for `ignore' doesn't show through.
16452
16453 * subr.el (process-kill-without-query): Remove spurious "\n" on
16454 obsolescence string.
16455 (focus-frame, unfocus-frame): Add obsolescence declaration and
16456 empty docstring.
16457
16458 * international/mule.el (register-char-codings): Make alias for
16459 `ignore'. Move docstring to obsolescence info and remove redundancy.
16460
16461 2004-06-02 Kim F. Storm <storm@cua.dk>
16462
16463 * frame.el (blink-cursor-start): Turn cursor off initially so blink
16464 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
16465
16466 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16467
16468 * comint.el (comint-replace-by-expanded-history-before-point):
16469 Obey `start' as the docstring says.
16470 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
16471 (comint-update-fence): Prevent font-lock from running unnecessarily.
16472 (comint-dynamic-list-completions): Use with-current-buffer.
16473
16474 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16475
16476 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
16477 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
16478 (bibtex-entry-update): Handle alternatives and optional fields.
16479 (bibtex-parse-entry): Bugfix, handle empty key.
16480
16481 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16482
16483 * vc-arch.el (vc-arch-state): Don't assume the file exists.
16484
16485 2004-05-31 Lars Hansen <larsh@math.ku.dk>
16486
16487 * desktop.el (desktop-save): Don't save minor modes without a
16488 known mode initialization function.
16489
16490 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
16491
16492 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
16493
16494 * autorevert.el: Update `Commentary' section.
16495
16496 2004-05-30 Juanma Barranquero <lektu@terra.es>
16497
16498 * dos-fns.el (convert-standard-filename):
16499 * files.el (convert-standard-filename):
16500 * w32-fns.el (convert-standard-filename):
16501 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
16502
16503 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
16504
16505 Sync with Tramp.
16506
16507 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
16508 (tramp-let-maybe): Move to an earlier spot in the file.
16509 Patch by Andreas Schwab.
16510
16511 2004-05-30 Andreas Schwab <schwab@suse.de>
16512
16513 * dired.el (dired-get-filename): Don't use dired-re-dot.
16514
16515 2004-05-30 Richard M. Stallman <rms@gnu.org>
16516
16517 * files.el (find-file): Doc fix.
16518
16519 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
16520
16521 2004-05-30 Nick Roberts <nickrob@gnu.org>
16522
16523 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
16524 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
16525 modeline of the locals buffer.
16526 (gdb-goto-breakpoint): Handle gdbmi.
16527 (gdb-get-frame-number): Change for gdbmi.
16528
16529 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
16530
16531 * files.el (file-remote-p): Apply file name handler for operation
16532 `file-remote-p'. It isn't a property any longer.
16533 (file-relative-name): `fh' and `fd' get the required value via
16534 `find-file-name-handler' already.
16535
16536 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
16537 (top): Remove setting of `file-remote-p' property for
16538 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
16539
16540 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
16541
16542 Version 2.0.41 of Tramp released.
16543
16544 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
16545 Throw away if process has died.
16546 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
16547 (tramp-out-of-band-prompt-regexp): Rename to
16548 `tramp-process-alive-regexp', because its usage is widen.
16549 (tramp-actions-copy-out-of-band): Apply it.
16550 (tramp-actions-before-shell, tramp-multi-actions):
16551 Add `tramp-action-process-alive' action.
16552 (tramp-action-process-alive): New defun.
16553 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16554 Add entry for `file-remote-p'.
16555 (tramp-handle-file-remote-p): New defun.
16556 (top): Remove setting of `file-remote-p'. Don't set
16557 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
16558
16559 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
16560 `file-remote-p'.
16561
16562 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
16563 counted for (last) line. [They should or they shouldn't? --Stef]
16564 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
16565
16566 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
16567
16568 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
16569 not really necessary but seems to keep the shell history smaller
16570 in some cases. It is no substitute for setting HISTFILE and
16571 HISTSIZE from tramp-open-connection-setup-interactive-shell,
16572 though. Suggested by Luc Teirlinck.
16573 (tramp-open-connection-setup-interactive-shell): Export variables
16574 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
16575 (tramp-set-process-query-on-exit-flag): New compat function.
16576 (tramp-open-connection-multi, tramp-open-connection-su)
16577 (tramp-open-connection-rsh, tramp-open-connection-telnet)
16578 (tramp-do-copy-or-rename-file-out-of-band): Use it.
16579 (tramp-let-maybe): New macro, let-binds a variable only if it
16580 isn't obsolete.
16581 (tramp-check-ls-commands, tramp-handle-expand-file-name)
16582 (tramp-handle-file-truename): Use it.
16583 (tramp-completion-file-name-regexp-unified): Avoid matching
16584 filenames starting with "/:" -- those are reserved for
16585 file-name-non-special.
16586
16587 * tramp-smb.el (tramp-smb-open-connection):
16588 Use tramp-set-process-query-on-exit-flag compat function.
16589
16590 2004-05-29 Richard M. Stallman <rms@gnu.org>
16591
16592 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
16593
16594 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
16595 (eval-last-sexp-print-value): Print char equivalent regardless
16596 of standard-output value.
16597
16598 * thumbs.el (thumbs-subst-char-in-string): Delete.
16599 (thumbs-thumbname): Use subst-char-in-string.
16600 (thumbs-resize-image): Use condition-case, not ignore-errors.
16601 (thumbs-kill-buffer): Likewise.
16602
16603 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
16604 (thumbs-mode): Make buffer read-only.
16605 (thumbs-make-thumb): Unconditionally accept an existing file.
16606 (thumbs-insert-thumb): Add thumb-image-file property to the image.
16607 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
16608 (thumbs-show-thumbs-list): Error if images not supported.
16609 (thumbs-save-current-image): Improve prompt string.
16610 (thumbs-mode-map): Define u, R, x.
16611 (thumbs-unmark): New command.
16612 (thumbs-emboss-image): Minor cleanup.
16613 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
16614 (thumbs-rename-images): New command.
16615 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
16616
16617 * thumbs.el (thumbs-current-image): New function.
16618 (thumbs-file-list, thumbs-file-alist): New functions.
16619 (thumbs-find-image): Delete arg L.
16620 Don't set up thumbs-fileL as buffer-local global var.
16621 (thumbs-find-image-at-point): Use thumbs-current-image.
16622 (thumbs-set-image-at-point-to-root-window): Likewise.
16623 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
16624 Record and warn about errors. Update thumbs-markedL for deletions.
16625 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
16626 (thumbs-redraw-buffer): Use thumbs-file-list.
16627 (thumbs-mark): Use thumbs-current-image.
16628 (thumbs-show-name): Use thumbs-current-image.
16629
16630 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
16631 and imenu--last-menubar-index-alist.
16632
16633 * subr.el (with-selected-window): Undo previous change.
16634
16635 2004-05-29 John Paul Wallington <jpw@gnu.org>
16636
16637 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
16638 (thumbs-mouse-find-image): New command.
16639 (thumbs-mode-map): Bind it to mouse-2.
16640 (thumbs-mode): Make mode-class special.
16641 (thumbs-view-image-mode): Likewise.
16642
16643 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
16644
16645 * flymake.el: New file.
16646
16647 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
16648
16649 * files.el (find-file-noselect-1): Do not bind
16650 `inhibit-read-only' to t during execution of
16651 `find-file-not-found-functions'.
16652
16653 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16654
16655 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
16656 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
16657
16658 2004-05-28 Juri Linkov <juri@jurta.org>
16659
16660 * simple.el (eval-expression-print-format): New fun.
16661
16662 * simple.el (eval-expression):
16663 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16664 * emacs-lisp/edebug.el (edebug-compute-previous-result)
16665 (edebug-eval-expression): Print additionally the value returned by
16666 `eval-expression-print-format'.
16667
16668 * emacs-lisp/lisp.el (insert-pair-alist): New var.
16669 (insert-pair): Make arguments optional. Find character pair
16670 from `insert-pair-alist' according to the last input event.
16671 (insert-parentheses): Make arguments optional.
16672 (raise-sexp, delete-pair): New funs.
16673
16674 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16675 (emacs-lisp-mode-map, lisp-interaction-mode-map):
16676 Bind C-M-q to `indent-pp-sexp'.
16677
16678 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16679 `pp-to-string' modified to be able to format text with newlines.
16680 (pp-to-string): Move the buffer-formatting part of the code to
16681 `pp-buffer'. Call `pp-buffer'.
16682
16683 * info.el (Info-desktop-buffer-misc-data): Don't save information
16684 about virtual files.
16685 (Info-restore-desktop-buffer): Restore Info buffers in prepared
16686 buffers with names obtained from the desktop file instead of the
16687 default *info* buffer.
16688
16689 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16690
16691 * subr.el (with-selected-window): Only save/restore the selected window.
16692
16693 * progmodes/compile.el (compilation-error-regexp-alist):
16694 Use expand-file-name and data-directory.
16695
16696 * progmodes/grep.el (grep-tree): Rework previous fix.
16697
16698 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16699 after the user marked text with the mouse.
16700
16701 * startup.el (command-line): Keep the first regexp of
16702 auto-save-file-name-transforms intact.
16703
16704 2004-05-28 Juanma Barranquero <lektu@terra.es>
16705
16706 * cus-edit.el (customize-face, customize-face-other-window)
16707 (custom-face-edit-delete): Make arguments match their use in
16708 docstring.
16709 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16710 docstring.
16711
16712 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16713 not `cvs-butlast'.
16714
16715 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16716 `nbutlast' are in subr.el).
16717
16718 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16719 (set-w32-system-coding-system): Doc fixes.
16720
16721 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16722 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16723 Make arguments match their use in docstring.
16724 (artist-draw-region-trim-line-endings)
16725 (artist-mouse-choose-operation): Fix typo in docstring.
16726 (artist-key-set-point-common): Doc fix.
16727
16728 2004-05-28 Simon Josefsson <jas@extundo.com>
16729
16730 * mail/smtpmail.el (smtpmail-open-stream):
16731 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16732
16733 2004-05-26 Simon Josefsson <jas@extundo.com>
16734
16735 * starttls.el: Merge with my GNUTLS based starttls.el.
16736 (starttls-gnutls-program, starttls-use-gnutls)
16737 (starttls-extra-arguments, starttls-process-connection-type)
16738 (starttls-connect, starttls-failure, starttls-success): New variables.
16739 (starttls-program, starttls-extra-args): Doc fix.
16740 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16741 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16742 and pass on to corresponding *-gnutls function if it is set.
16743
16744 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
16745
16746 * autorevert.el (auto-revert-handler): Disable auto-reverting of
16747 remote files.
16748
16749 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
16750
16751 * files.el (file-name-non-special): There are more operations
16752 which need handling: `find-backup-file-name',
16753 `insert-file-contents', `verify-visited-file-modtime',
16754 `write-region'. Rename t value of method to `add'. Add new
16755 methods `quote' and `unquote-then-quote' to file-arg-indices.
16756
16757 2004-05-25 Juri Linkov <juri@jurta.org>
16758
16759 * info.el (Info-toc): Call Info-mode on intermediate buffer.
16760 (Info-index-nodes): Enclose code in condition-case to catch errors.
16761 (Info-index-node): Don't search all index nodes if request is only
16762 for the current node and file is not in the cache of index nodes.
16763 (Info-mode-map): Bind Info-copy-current-node-name to `w'
16764 for consistency with dired-copy-filename-as-kill.
16765 Bind `S' to Info-search-case-sensitively.
16766 (Info-copy-current-node-name): New arg. With zero prefix arg put
16767 the name inside a function call to `info'. Display copied text in
16768 the echo area.
16769
16770 2004-05-25 Sam Steingold <sds@gnu.org>
16771
16772 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16773 strip the package prefix from the symbol name, if any.
16774 Make it the `find-tag-default-function' for `lisp-mode'.
16775
16776 2004-05-25 John Paul Wallington <jpw@gnu.org>
16777
16778 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16779 instead of obsolete `process-kill-without-query'.
16780
16781 * textmodes/texinfmt.el (texinfo-indexvar-alist):
16782 Declare as variable, not constant.
16783
16784 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
16785
16786 * files.el (find-file-noselect-1): Fix bug introduced by
16787 Revision 1.694. As a side effect, `inhibit-read-only'
16788 is again, by default, t during execution of
16789 `find-file-not-found-functions'.
16790 (insert-directory): Check that lines were really inserted by
16791 the --dired switch, before erasing them.
16792
16793 2004-05-24 Nick Roberts <nickrob@gnu.org>
16794
16795 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16796 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16797 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16798 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16799 gud-minor-mode (gdbmi).
16800
16801 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16802
16803 * net/browse-url.el (browse-url-interactive-arg): Enable user to
16804 explicitly select the text to be taken as URL.
16805
16806 2004-05-23 Juri Linkov <juri@jurta.org>
16807
16808 * info.el (Info-index-nodes): New var and fun.
16809 (Info-goto-index, Info-index, info-apropos)
16810 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16811 (Info-index): Fix docstring. Store and restore Info-history-list.
16812 (Info-complete-nodes): New var.
16813 (Info-complete-menu-item): Use it.
16814 (Info-index-node): New fun.
16815 (Info-final-node, Info-forward-node, Info-backward-node)
16816 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16817 Use Info-index-node.
16818 (Info-extract-menu-item, Info-extract-menu-counting): Set second
16819 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16820 (Info-find-node-2): If a node with period in its name not found,
16821 try to find a node without the name part after period.
16822 (Info-select-node): Call Info-fontify-node only if
16823 Info-fontify-maximum-menu-size is not nil.
16824 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16825 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16826 Preserve Info-history-list.
16827 (Info-toc): Set Info-current-file.
16828 (Info-build-toc): Move point to the beginning of the buffer.
16829 Add main-file variable.
16830 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16831 Use backslashed representation of the control character ^_.
16832
16833 * textmodes/texinfmt.el (texinfo-print-index): Print index line
16834 numbers in the new Texinfo 4.7 format.
16835
16836 * add-log.el (change-log-font-lock-keywords): Remove `:' from
16837 regexps for function and variable names.
16838
16839 * descr-text.el (describe-property-list): Add [show] button for
16840 `syntax-table' property with action to pp to a separate buffer.
16841 (describe-char): Replace search-forward by re-search-forward with
16842 whitespace regexp after "character:" to not fail in too narrow windows.
16843
16844 * simple.el (next-error-find-buffer): Add a rule to return
16845 next-error capable buffer if one window on the selected frame
16846 displays such buffer.
16847
16848 2004-05-23 Nick Roberts <nickrob@gnu.org>
16849
16850 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16851 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16852 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16853 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16854 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16855 Handle new value for gud-minor-mode (gdbmi).
16856 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16857 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16858 Change from local to global gdb variable set.
16859 (gdb-ann3): Initialize above gdb variable set.
16860 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16861 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16862 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16863 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16864 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16865 (gdb-info-locals-handler, gdb-invalidate-assembler)
16866 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16867 set as global variables.
16868 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16869 Handle gdbmi.
16870 (gdb-info-breakpoints-custom): Fix regexp.
16871 (def-gdb-var): Delete.
16872
16873 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16874 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16875 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16876 a new mode. The file (gdb-mi.el) for this mode will be included
16877 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16878 primary interface.
16879
16880 2004-05-23 Jesper Harder <harder@ifa.au.dk>
16881
16882 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16883 interpreted as a directory.
16884
16885 2004-05-22 Richard M. Stallman <rms@gnu.org>
16886
16887 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16888 as a close quote.
16889
16890 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16891
16892 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16893 Use assoc-string, not assoc-ignore-case.
16894
16895 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16896
16897 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16898 If moving back then fwd gets a defun that ends before point,
16899 try again moving fwd then back.
16900
16901 * files.el (file-name-non-special): Allow t in file-arg-indices
16902 to mean requote the return value. Use `identity' as an element
16903 rather than as the whole value.
16904
16905 * gs.el (gs-options): Add -dSAFER. Mark it risky.
16906
16907 2004-05-22 Juanma Barranquero <lektu@terra.es>
16908
16909 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16910 `help-make-usage'.
16911 (help-highlight-arguments): Skip function name before searching
16912 for arguments.
16913
16914 2004-05-21 Juanma Barranquero <lektu@terra.es>
16915
16916 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16917 Don't mention in the docstring these arguments meant for
16918 internal (recursive) use only.
16919 (allout-char-spec): Comment out (it's not implemented).
16920 (allout-old-expose-topic, allout-exposure): Fix docstring and add
16921 obsolescence declaration.
16922 (allout-flatten-exposed-to-buffer)
16923 (allout-indented-exposed-to-buffer): Fix typos in docstring.
16924 (my-mark-marker): Doc fix.
16925 (produce-allout-mode-map, allout-sibling-index)
16926 (allout-isearch-expose, allout-distinctive-bullet)
16927 (allout-open-topic, allout-reindent-body)
16928 (allout-rebullet-heading, allout-process-exposed)
16929 (allout-insert-listified, allout-latex-verb-quote)
16930 (allout-insert-latex-header, allout-insert-latex-trailer):
16931 Make arguments match their use in docstring.
16932 (allout-primary-bullet, allout-old-style-prefixes)
16933 (allout-inhibit-protection, allout-init, allout-mode)
16934 (allout-before-change-protect, allout-flag-region):
16935 Use "Emacs" instead of "emacs" in docstrings.
16936
16937 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
16938
16939 * international/characters.el: Modify syntax of more characters.
16940
16941 2004-05-21 Masatake YAMATO <jet@gyve.org>
16942
16943 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16944 (etags-tags-completion-table): Show parsing progress.
16945
16946 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
16947
16948 * locate.el (locate-prompt-for-command): Shorten first line of
16949 docstring.
16950 (locate-mode): Expand docstring and include keymap summary.
16951
16952 * files.el (find-file-noselect-1): Limit the scope of the
16953 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
16954 is, by default, nil during the execution of
16955 `find-file-not-found-functions' and `find-file-hook'.
16956
16957 2004-05-20 Michael Mauger <mmaug@yahoo.com>
16958
16959 * facemenu.el (facemenu-color-name-equal): New function.
16960 (list-colors-display): Use it to compare colors instead of
16961 facemenu-color-equal.
16962
16963 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
16964
16965 * compare-w.el (compare-windows-face): Use min-colors instead of
16966 checking for tty or pc types.
16967
16968 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16969
16970 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16971 (completion-setup-function): Use with-current-buffer.
16972 Properly save excursion. Simplify.
16973 Don't assume there is necessarily a `mouse-face' property somewhere.
16974
16975 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16976
16977 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
16978
16979 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16980 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16981 Use with-current-buffer.
16982 (byte-goto-log-buffer): Delete.
16983 (byte-compile-log-file): Call compilation-forget-errors.
16984
16985 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16986
16987 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16988 output messages into the search result.
16989
16990 2004-05-19 Masatake YAMATO <jet@gyve.org>
16991
16992 * wid-edit.el (widget-radio-button-notify): Revert my last
16993 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16994
16995 2004-05-19 Kenichi Handa <handa@m17n.org>
16996
16997 * international/characters.el: Fix syntax (open/close) of CJK chars.
16998
16999 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
17000
17001 * help-mode.el (help-go-back): Don't depend on position of back button.
17002
17003 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
17004
17005 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
17006 files don't contain an accidental additional /.
17007
17008 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
17009 in source buffer.
17010
17011 2004-05-18 Masatake YAMATO <jet@gyve.org>
17012
17013 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
17014 to widget-apply. :action method assumes 2 arguments, not 3.
17015
17016 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
17017
17018 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17019 New constants.
17020 (hs-special-modes-alist): Add an f90-mode entry.
17021
17022 2004-05-17 Sam Steingold <sds@gnu.org>
17023
17024 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
17025 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
17026
17027 2004-05-16 Kim F. Storm <storm@cua.dk>
17028
17029 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
17030
17031 2004-05-15 John Wiegley <johnw@newartisans.com>
17032
17033 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
17034 (eshell-output-object-to-target): Improve output speed 20% by not
17035 calling `eshell-stringify' if something is already known to be a string.
17036
17037 2004-05-15 Alex Ott <ott@jet.msk.su>
17038
17039 * textmodes/ispell.el (ispell-local-dictionary-alist):
17040 Add windows-1251 to the choice of coding systems.
17041 (ispell-dictionary-alist-6): Add support for "russianw.aff",
17042 encoded in cp1251.
17043
17044 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
17045
17046 * progmodes/compile.el (compilation-warning-face)
17047 (compilation-info-face): Use min-colors.
17048
17049 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17050
17051 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
17052 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
17053 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
17054 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
17055 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
17056 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
17057 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
17058 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
17059 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
17060 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
17061 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
17062 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
17063 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
17064 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
17065
17066 2004-05-15 Kim F. Storm <storm@cua.dk>
17067
17068 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
17069 Use it to set triggered-p element of timer.
17070 (timer-event-handler): Set triggered-p element non-nil while running
17071 the timer function.
17072
17073 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
17074
17075 * descr-text.el (describe-char-unicode-data)
17076 (describe-char-unicodedata-file): Re-enable the unicode code now that
17077 the licensing issues have been cleared in the unicode-4 license.
17078 (describe-text-properties-1): Remove unused `overlay' var.
17079 (describe-char): Remove unused var `buffer'.
17080
17081 2004-05-14 David Ponce <david@dponce.com>
17082
17083 * tree-widget.el: New file.
17084
17085 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
17086
17087 * language/european.el ("Brazilian Portuguese"): Add support for
17088 Brazilian Portuguese.
17089
17090 2004-05-13 John Wiegley <johnw@newartisans.com>
17091
17092 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
17093 `recentf-mode' if this variable has been customized to t.
17094
17095 * eshell/esh-test.el (eshell-test): Call the function
17096 `emacs-version' rather than trying to build a custom version string.
17097
17098 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
17099
17100 * net/telnet.el (telnet-mode): Use define-derived-mode.
17101 Don't modify the global value of comint-prompt-regexp.
17102
17103 2004-05-13 John Paul Wallington <jpw@gnu.org>
17104
17105 * version.el (emacs-version): Check for `gtk' feature before
17106 `x-toolkit' feature.
17107
17108 2004-05-13 Juanma Barranquero <lektu@terra.es>
17109
17110 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
17111 arguments in the docstring, they're used only in recursive calls.
17112
17113 * help-fns.el (help-arg-highlighting-function)
17114 (help-argument-name): Delete.
17115 (help-default-arg-highlight): New function.
17116 (help-do-arg-highlighting): Use it.
17117
17118 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17119
17120 * calendar/appt.el (appt-disp-window):
17121 Use `calendar-set-mode-line' for a centered mode-line.
17122
17123 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
17124
17125 * calendar/appt.el (appt-disp-window): Do not split window
17126 excessively when `split-height-threshold' is low.
17127
17128 2004-05-12 Nick Roberts <nickrob@gnu.org>
17129
17130 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
17131 kill-buffer-hook here and make it local.
17132 (gud-kill-buffer-hook): Use kill-process for a sure kill.
17133
17134 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
17135
17136 * progmodes/compile.el (compilation-set-window-height):
17137 Use save-excursion to protect against misplaced marker.
17138
17139 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17140
17141 * custom.el (defface): Document that type can have value gtk.
17142
17143 * faces.el (face-spec-set-match-display): Handle type gtk in display.
17144
17145 2004-05-12 Kenichi Handa <handa@m17n.org>
17146
17147 * descr-text.el: Require quail at compile time.
17148 (describe-char): If an input method is on and it supports the
17149 character, show how to input it.
17150
17151 * international/quail.el (quail-install-decode-map): Accept a
17152 char-table whose subtype is `quail-decode-map'.
17153 (quail-store-decode-map-key, quail-gen-decode-map1)
17154 (quail-gen-decode-map, quail-find-key1, quail-find-key)
17155 (quail-show-key): New functions.
17156
17157 2004-05-12 Juanma Barranquero <lektu@terra.es>
17158
17159 * generic.el (define-generic-mode): Remove redundant arglist info.
17160
17161 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
17162 Make arguments match their use in docstring.
17163 (help-arg-highlighting-function): New variable.
17164 (help-argument-name): Mention it in the docstring.
17165 (help-do-arg-highlight): Use it. Expand regexp to accept also
17166 ARG-xxx and xxx-ARG references.
17167
17168 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
17169
17170 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
17171 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
17172 and "mailto:addr1?to=addr2" equal.
17173
17174 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
17175
17176 * man.el (Man-getpage-in-background): Use shell-file-name
17177 and shell-command-switch variables instead of hard-coded values.
17178
17179 2004-05-11 Eli Zaretskii <eliz@gnu.org>
17180
17181 * iimage.el: New file.
17182
17183 2004-05-11 Juanma Barranquero <lektu@terra.es>
17184
17185 * custom.el (custom-initialize-default, defcustom):
17186 Fix typo in docstring.
17187
17188 * files.el (set-visited-file-name, file-expand-wildcards):
17189 Fix docstring.
17190
17191 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17192
17193 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
17194
17195 * subr.el (eventp): Be more discriminating with integers.
17196
17197 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
17198
17199 * progmodes/compile.el (compile): Add universal prefix arg.
17200 (compilation-error-regexp-alist-alist): Add edg patterns.
17201
17202 2004-05-10 Sam Steingold <sds@gnu.org>
17203
17204 * textmodes/ispell.el (ispell-message):
17205 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
17206
17207 2004-05-10 Dave Love <fx@gnu.org>
17208
17209 * progmodes/python.el (help-buffer): Autoload when compiling.
17210 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
17211 (run-python): Prepend to any existing PYTHONPATH.
17212
17213 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
17214
17215 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
17216 for pending breakpoints.
17217
17218 2004-05-10 Richard M. Stallman <rms@gnu.org>
17219
17220 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
17221 directly without calling any functions in Rmail.
17222 (unrmail-unprune): Function deleted.
17223
17224 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17225
17226 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
17227 C-c C-z binding.
17228
17229 2004-05-10 Kenichi Handa <handa@m17n.org>
17230
17231 * descr-text.el (describe-char): Fix previous change. Don't make
17232 a unibyte character to multibyte in the *Help* buffer.
17233
17234 2004-05-10 Miles Bader <miles@gnu.org>
17235
17236 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
17237 buffer an error if the debugger process is actually running.
17238
17239 2004-05-10 Juanma Barranquero <lektu@terra.es>
17240
17241 * help-fns.el (help-argument-name): Default to italic.
17242 (help-highlight-arguments): Return always (usage . doc), even when
17243 usage is nil.
17244
17245 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
17246 (define-ibuffer-filter): Add usage info.
17247 (define-ibuffer-op): Add usage info (but CL-style defaults for
17248 keyword args are not shown).
17249
17250 * subr.el (remove-overlays, read-passwd): Fix docstring.
17251 (start-process-shell-command): Fix docstring. Put usage info in a
17252 format usable by `describe-function'.
17253 (open-network-stream, open-network-stream-nowait)
17254 (open-network-stream-server): Fix docstring.
17255
17256 2004-05-09 Jason Rumney <jasonr@gnu.org>
17257
17258 * international/code-pages (cp932, cp936, cp949, c950): Remove.
17259 Only define cp125* if windows-125* is already defined.
17260
17261 * language/korean.el (cp949): Add alias.
17262
17263 * language/chinese.el (cp936, cp950): Add aliases.
17264
17265 * language/japanese.el (cp932): Add alias.
17266
17267 * term/w32-win.el: Require code-pages.
17268
17269 * international/mule-cmds.el (set-locale-environment):
17270 On MS-Windows use ansi code-page for default coding-systems.
17271 Set up paper sizes for Windows 3 letter languages.
17272
17273 * international/code-pages.el (cp932, cp936, cp949, cp950):
17274 Add aliases. Also add cp125* if not already defined.
17275
17276 2004-05-09 Juanma Barranquero <lektu@terra.es>
17277
17278 * help-fns.el (help-highlight-arguments): Don't try to highlight
17279 missing or autoloaded arglists. Accept structured arguments, like
17280 the first ones of `do' and `flet'.
17281
17282 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
17283 (cvs-get-marked): Remove redundant arglist info.
17284
17285 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
17286 Don't use CL-style default args.
17287
17288 2004-05-08 Andreas Schwab <schwab@suse.de>
17289
17290 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
17291
17292 * international/subst-ksc.el: Fix references to utf-translate-cjk
17293 into utf-translate-cjk-mode.
17294 * international/subst-big5.el: Likewise.
17295 * international/subst-gb2312.el: Likewise.
17296 * international/subst-jis.el: Likewise.
17297 * international/utf-16.el: Likewise.
17298 * international/utf-8.el: Likewise.
17299
17300 2004-05-08 John Wiegley <johnw@newartisans.com>
17301
17302 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
17303 "virtual buffers" (off by default), which makes it possible to
17304 switch to the "virtual" buffers of recently visited files. When a
17305 buffer name search fails, and this option is on, iswitchb will
17306 look at the list of recently visited files, and permit matching
17307 against those names. When the user hits RET on a match, it will
17308 revisit that file.
17309 (iswitchb-read-buffer): Add two optional arguments, which makes
17310 isearchb.el possible.
17311 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
17312 (iswitchb-next-match): Add support for virtual buffers.
17313
17314 * isearchb.el: This module extends iswitchb to provide "as you
17315 type" buffer selection.
17316
17317 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
17318 Ignore the read-only property when flyspell highlighting is on.
17319 Not ignoring it leads to a series of confusing errors.
17320 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
17321 but also make sure to call flyspell-incorrect-hook.
17322 (flyspell-maybe-correct-transposition): Perform transposition test
17323 by bit twiddling a string, rather than using a temp buffer.
17324 (flyspell-maybe-correct-doubling): Use a string rather than a temp
17325 buffer. This is also the original version of the code, which
17326 could not be checked in before due to a previous lack of
17327 assignment papers. This version has seen heavy usage on my system
17328 for several years now.
17329
17330 * calendar/cal-bahai.el: New file, which adds support for the
17331 Baha'i calendar to Emacs. This calendar is based on a solar year
17332 of 19 months of 19 days, with 4 intercalary days. Each year
17333 begins on March 21, with the calendar starting in 1844.
17334
17335 * calendar/cal-menu.el, calendar/calendar.el
17336 * calendar/diary-lib.el, calendar/holidays.el:
17337 Added support for using cal-bahai.el.
17338
17339 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
17340 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
17341 function can be used outside of eshell buffers.
17342 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
17343
17344 2004-05-08 Juanma Barranquero <lektu@terra.es>
17345
17346 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
17347 word constituent so FOO-ARG is not recognized as an arg.
17348 (help-highlight-arguments): Don't skip lists in mandatory arguments.
17349
17350 * simple.el (next-error): Fix typo in docstring.
17351 (open-line): Make argument names match their use in docstring.
17352 (split-line): Fix docstring.
17353
17354 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
17355 usable by `describe-function'.
17356 (gensym, gentemp, typep, ignore-errors): Make argument names match
17357 their use in docstring.
17358
17359 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
17360 argument to `help-setup-xref'.
17361
17362 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
17363
17364 Version 2.0.40 of Tramp released.
17365
17366 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
17367 Use symbol-function to invoke functions only known on some Emacs
17368 flavors. This avoids byte-compiler warnings. Reported by Kevin
17369 Scaldeferri <kevin@scaldeferri.com>.
17370 (tramp-do-copy-or-rename-file-via-buffer): Rename from
17371 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
17372 consistent with the other tramp-do-* functions.
17373 (tramp-do-copy-or-rename-file): Calls adjusted.
17374 (tramp-process-initial-commands): Avoid liveness check on shell --
17375 we know that it must be alive since we're opening a connection at
17376 this moment.
17377 (tramp-last-cmd): New internal variable.
17378 (tramp-process-echoes): New tunable.
17379 (tramp-send-command): Set tramp-last-cmd.
17380 (tramp-wait-for-output): Delete echo, if applicable.
17381 (tramp-read-passwd): Construct the key for the password cache in a
17382 way that works for multi methods, too.
17383 (tramp-bug): Add backup-directory-alist and
17384 bkup-backup-directory-info to bug reports, with Tramp counterparts.
17385
17386 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
17387
17388 * net/tramp*.el: Suppress byte-compiler warnings where possible.
17389
17390 * net/tramp.el (tramp-out-of-band-prompt-regexp)
17391 (tramp-actions-copy-out-of-band): New defcustoms.
17392 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
17393 used instead of a synchronous one. Allows password entering.
17394 (tramp-action-out-of-band): New defun.
17395 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
17396 Remove restriction with password from doc string.
17397 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
17398 `tramp-out-of-band-prompt-regexp',
17399 `tramp-actions-copy-out-of-band', `password-cache' and
17400 `password-cache-expiry'.
17401 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
17402 password caching.
17403 (tramp-touch): FILE can be a local file, too.
17404 (TODO): Remove items done.
17405 (tramp-handle-insert-directory): Properly quote file name also if
17406 not full-directory-p. Handle wildcard case. Reported by Andreas
17407 Schwab <schwab@suse.de>.
17408 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
17409 new file.
17410 (tramp-handle-file-local-copy, tramp-handle-write-region):
17411 The permissions of the temporary file are set if filename exists.
17412 Reported by Ted Stern <stern@cray.com>.
17413 (tramp-backup-directory-alist)
17414 (tramp-bkup-backup-directory-info): New defcustoms.
17415 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
17416 (tramp-handle-find-backup-file-name): New function.
17417 Implements Tramp's find-backup-file-name.
17418
17419 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
17420 for `find-backup-file-name'.
17421
17422 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
17423 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
17424
17425 2004-05-07 Lars Hansen <larsh@math.ku.dk>
17426
17427 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
17428
17429 2004-05-07 Juanma Barranquero <lektu@terra.es>
17430
17431 * subr.el (lambda): Add arglist description to docstring.
17432 (declare): Fix typo in docstring.
17433 (open-network-stream): Fix docstring.
17434 (process-kill-without-query): Fix docstring and add obsolescence info.
17435 (last, butlast, nbutlast): Make arguments match their use in docstring.
17436 (insert-buffer-substring-no-properties): Likewise.
17437 (insert-buffer-substring-as-yank): Likewise.
17438 (split-string): Fix docstring.
17439
17440 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17441 Make argument names match their use in docstring.
17442
17443 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
17444
17445 2004-05-06 Nick Roberts <nickrob@gnu.org>
17446
17447 * progmodes/gdb-ui.el: Improve/extend documentation strings.
17448 Fit first sentence on one line for apropos-command.
17449
17450 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17451
17452 Changes largely merged in from Dave Love's code.
17453 * progmodes/python.el: Doc fixes.
17454 (python-mode-map): Add python-complete-symbol.
17455 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
17456 (python-comment-indent, python-complete-symbol)
17457 (python-symbol-completions, python-partial-symbol)
17458 (python-try-complete): New.
17459 (python-indent-line): Remove optional arg. Use python-block-end-p.
17460 (python-check): Bind compilation-error-regexp-alist.
17461 (inferior-python-mode): Use rx. Move keybindings to top level.
17462 Set comint-input-filter.
17463 (python-preoutput-filter): Use rx.
17464 (python-input-filter): Re-introduce.
17465 (python-proc): Start new process if necessary.
17466 Check python-buffer non-nil.
17467 (view-return-to-alist): Defvar.
17468 (python-send-receive): New.
17469 (python-eldoc-function): Use it.
17470 (python-mode-running): Don't defvar.
17471 (python-mode): Set comment-indent-function.
17472 Maybe update hippie-expand-try-functions-list.
17473 (python-indentation-levels): Initialize differently.
17474 (python-block-end-p): New.
17475 (python-indent-line): Use it.
17476 (python-compilation-regexp-alist): Augment.
17477 (run-python): Import `emacs' module to Python rather than loading
17478 code directly. Set python-buffer differently.
17479 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
17480 Use python-proc.
17481 (python-send-command): Go to end of comint buffer.
17482 (python-load-file): Use python-proc, emacs.eimport.
17483 (python-describe-symbol): Simplify interactive form.
17484 Use emacs.help. Do use temp-buffer-show-hook.
17485 Call print-help-return-message.
17486 (hippie-exp): Require when compiling.
17487 (python-preoutput-continuation): Use rx.
17488
17489 * diff-mode.el (diff-make-unified): Fix regexp.
17490
17491 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
17492
17493 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
17494 filter groups from the buffer when rebuilding the Ibuffer buffer
17495 and `ibuffer-show-empty-filter-groups' is nil.
17496
17497 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17498
17499 * ps-print.el (ps-print-quote): Call ps-value-string.
17500 (ps-setup): Call ps-comment-string.
17501 (ps-value-string, ps-comment-string): New funs.
17502
17503 2004-05-06 Juanma Barranquero <lektu@terra.es>
17504
17505 * ehelp.el (electric-help-command-loop): Check whether the last
17506 character is visible, not (point-max).
17507
17508 * help-fns.el (help-argument-name): Default to bold; don't inherit
17509 from font-lock-variable-name-face.
17510 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
17511
17512 2004-05-05 Kenichi Handa <handa@m17n.org>
17513
17514 * descr-text.el (describe-char): Copy the character with text
17515 properties and overlays into the first line, and call
17516 describe-text-properties on it.
17517
17518 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
17519
17520 * iswitchb.el (iswitchb-global-map): Fix typo.
17521 Remove unwanted ###autoloads from source file.
17522
17523 2004-05-05 Lars Hansen <larsh@math.ku.dk>
17524
17525 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
17526 in run-hooks. Use substitute-command-keys in message.
17527 (wdired-abort-changes): Add message.
17528
17529 2004-05-03 Michael Mauger <mmaug@yahoo.com>
17530
17531 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
17532 (sql-emacs20-p): Remove.
17533 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
17534 (sql-builtin-face, sql-doc-face): Remove.
17535 (sql-mode-ansi-font-lock-keywords)
17536 (sql-mode-oracle-font-lock-keywords)
17537 (sql-mode-postgres-font-lock-keywords)
17538 (sql-mode-linter-font-lock-keywords)
17539 (sql-mode-ms-font-lock-keywords)
17540 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
17541 (sql-product-font-lock): Fix font-lock reset when font rules change.
17542 (sql-highlight-product): Remove incorrect font-lock reset logic.
17543
17544 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
17545
17546 * ses.el (ses-set-parameter): Fix typo.
17547
17548 2004-05-04 Kim F. Storm <storm@cua.dk>
17549
17550 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
17551 Must expand directory for completion to work; and don't mess with
17552 process-environment.
17553 (ido-read-file-name): If command has ido property, don't use ido
17554 if value is ignore, or read as directory if value is dir.
17555 Set ido ignore property for dired-do-rename command.
17556
17557 2004-05-04 Juanma Barranquero <lektu@terra.es>
17558
17559 * ehelp.el (electric-help-command-loop, electric-help-undefined)
17560 (electric-help-help): Check against unmapped commands.
17561
17562 * help-fns.el (help-argument-name): New face, inheriting from
17563 font-lock-variable-name-face, to highlight function arguments in
17564 `describe-function' and `describe-key'.
17565 (help-do-arg-highlight): Auxiliary function to highlight a given
17566 list of arguments in a string.
17567 (help-highlight-arguments): Highlight the function arguments and
17568 all uses of them in the docstring.
17569 (describe-function-1): Use it. Do docstring output via `insert',
17570 not 'princ', so text attributes are preserved.
17571
17572 * winner.el (winner-mode-map): Move `winner-undo' and
17573 `winner-redo' to C-c <left> and C-c <right>, respectively (the
17574 previous bindings conflict with `prev-buffer', `next-buffer').
17575
17576 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17577
17578 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
17579 (bibtex-entry-update): New command bound to C-c C-u.
17580 (bibtex-text-in-string): Fix regexp.
17581 (bibtex-assoc-of-regexp): Remove.
17582 (bibtex-progress-message): Fix docstring.
17583 (bibtex-inside-field): Use if.
17584 (bibtex-assoc-regexp): New function.
17585 (bibtex-format-entry): Make code more robust so that it formats
17586 also old entries.
17587 (bibtex-autokey-demangle-title): Merge with obsolete function
17588 bibtex-assoc-of-regexp.
17589 (bibtex-field-list): New function.
17590 (bibtex-entry): Use bibtex-field-list.
17591 (bibtex-parse-entry): Fix docstring.
17592 (bibtex-print-help-message): Use bibtex-field-list.
17593 (bibtex-make-field): Use bibtex-field-list.
17594 (bibtex-entry-index): Bugfix. Return crossref key if required.
17595 (bibtex-lessp): Fix docstring.
17596
17597 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
17598
17599 * select.el (xselect-convert-to-string): Move comment to intended line.
17600
17601 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17602
17603 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
17604 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
17605
17606 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17607
17608 * term/x-win.el (x-clipboard-yank): Don't exit on error from
17609 x-get-selection.
17610
17611 2004-05-03 Jason Rumney <jasonr@gnu.org>
17612
17613 * makefile.nt: Remove.
17614
17615 2004-05-03 Kim F. Storm <storm@cua.dk>
17616
17617 * emulation/cua-base.el (cua--update-indications): Fix last change.
17618 (cua-mode): Deactivate mark when cua-mode is enabled.
17619
17620 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
17621
17622 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
17623
17624 2004-05-03 Nick Roberts <nickrob@gnu.org>
17625
17626 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
17627 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
17628 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
17629 window over visible frames.
17630 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
17631
17632 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
17633
17634 * progmodes/compile.el (compilation-gcpro): New var.
17635 (compilation-fake-loc): Use it.
17636 (compilation-forget-errors): Reset it.
17637
17638 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
17639
17640 * diff-mode.el (diff-header-face, diff-file-header-face):
17641 Use min-colors.
17642
17643 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17644
17645 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
17646 (bibtex-clean-entry): Disentangle code.
17647 (bibtex-realign): New function.
17648 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
17649 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
17650 Remove undocumented optional arg called-by-convert-alien.
17651 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
17652 for sorting instead of bibtex-sort-buffer.
17653
17654 2004-05-02 Eli Zaretskii <eliz@gnu.org>
17655
17656 * progmodes/compile.el (compilation-start): In the
17657 no-async-subprocesses branch, call sit-for to give redisplay a
17658 chance to show the updated process status in the mode line, and
17659 fontify the buffer explicitly after the process exits.
17660
17661 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17662
17663 * progmodes/python.el (python-compilation-line-number): Remove.
17664 (python-compilation-regexp-alist): Don't use it any more.
17665 (python-orig-start, python-input-filter): Remove.
17666 (inferior-python-mode): Don't set up comint-input-filter-functions.
17667 (python-send-region): Use compilation-fake-loc.
17668
17669 * progmodes/compile.el (compilation-messages-start): New var.
17670 (compilation-mode): Don't setup next-error-function here.
17671 (compilation-setup): Set it up here instead (for minor modes as well).
17672 Make compilation-messages-start buffer local.
17673 (compilation-next-error-function): Use it.
17674 (compilation-forget-errors): Set compilation-messages-start.
17675
17676 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
17677
17678 * ielm.el (ielm-prompt-read-only): Update docstring.
17679
17680 * comint.el (comint-prompt-read-only): Update docstring.
17681 (comint-update-fence, comint-kill-whole-line)
17682 (comint-kill-region): New functions.
17683
17684 * simple.el (kill-whole-line): Use "p" instead of "P" in
17685 interactive form.
17686
17687 2004-05-01 Juanma Barranquero <lektu@terra.es>
17688
17689 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17690 format arglist so default values in CL-style argument lists are
17691 correctly shown.
17692
17693 2004-05-01 Jason Rumney <jasonr@gnu.org>
17694
17695 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17696
17697 2004-05-01 Kenichi Handa <handa@m17n.org>
17698
17699 * international/titdic-cnv.el (miscdic-convert): Don't generate a
17700 quail file if it is up to date.
17701
17702 2004-04-30 Juri Linkov <juri@jurta.org>
17703
17704 * cus-edit.el (custom-mode-map):
17705 Add key binding `C-x C-s' to `Custom-save'.
17706
17707 * outline.el (outline-blank-line): New var.
17708 (outline-next-preface, outline-show-heading)
17709 (outline-end-of-subtree): Use it.
17710
17711 * dired-aux.el (dired-touch-initial): New fun.
17712 (dired-do-chxxx): Call it for op-symbol `touch'.
17713 (dired-diff): Use `dired-dwim-target-directory'
17714 if current dired buffer has no buffer mark.
17715
17716 * bindings.el (propertized-buffer-identification):
17717 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17718 Add C-M-arrow keys for consistency.
17719
17720 * files.el (confirm-kill-emacs):
17721 Change group from top-level `emacs' to `convenience'.
17722
17723 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17724 Push mark on the first call of successive command calls.
17725 (insert-pair): New fun created from `insert-parentheses' with
17726 `open' and `close' arguments added. Enclose active regions
17727 in paired characters. Compare adjacent characters syntax with
17728 inserted characters syntax before inserting a space.
17729 (insert-parentheses): Call `insert-pair' with ?\( ?\).
17730
17731 * delsel.el: Don't put `delete-selection' property
17732 on `insert-parentheses' symbol to take advantage of
17733 region handling in `insert-pair' function.
17734 Suggested by Stephan Stahl <stahl@eos.franken.de>.
17735
17736 2004-04-30 Kim F. Storm <storm@cua.dk>
17737
17738 * emulation/cua-base.el: Add support for changing cursor types;
17739 based on patch from Michael Mauger.
17740 (cua-normal-cursor-color, cua-read-only-cursor-color)
17741 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17742 Customization cursor type and/or cursor color.
17743 (cua--update-indications): Handle cursor type changes.
17744 (cua-mode): Update cursor indications if enabled.
17745
17746 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17747
17748 * mouse.el (mouse-drag-copy-region): New defcustom.
17749 (mouse-set-region, mouse-drag-region-1): Use it.
17750
17751 * simple.el (kill-ring-save): If region face background color is
17752 unspecified (if no highlighting), show extent of fully visible
17753 region even if transient-mark-mode is enabled.
17754
17755 * emulation/cua-base.el (cua--standard-movement-commands):
17756 Add cua-scroll-up and cua-scroll-down.
17757 (cua-scroll-up, cua-scroll-down): New commands.
17758 (cua--init-keymaps): Remap scroll-up and scroll-down.
17759
17760 * emulation/cua-rect.el (cua--convert-rectangle-as):
17761 New defmacro.
17762 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17763 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17764 New commands (suggested by Jordan Breeding).
17765
17766 2004-04-30 Juanma Barranquero <lektu@terra.es>
17767
17768 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17769
17770 2004-04-30 Mario Lang <mlang@delysid.org>
17771
17772 * diff.el (diff-switches): Fix typo in docstring.
17773
17774 2004-04-30 Alex Schroeder <alex@gnu.org>
17775
17776 * xml.el (xml-debug-print-internal): Don't add newline and
17777 indentation to text nodes and write empty elements as empty tags
17778 instead of opening and closing tags.
17779 (xml-debug-print): Take optional indent-string argument.
17780 (xml-print): Alias for xml-debug-print.
17781
17782 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17783
17784 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17785 than duplicate call to `line-beginning-position'.
17786
17787 * progmodes/f90.el (f90-get-present-comment-type):
17788 Return whitespace, as well as comment chars, for consistent filling
17789 of comment blocks. Use `match-string-no-properties'.
17790 (f90-break-line): Trim trailing whitespace when filling comments.
17791
17792 2004-04-30 Dave Love <fx@gnu.org>
17793
17794 * calendar/diary-lib.el (diary-outlook-formats): New variable.
17795 (diary-from-outlook-internal, diary-from-outlook)
17796 (diary-from-outlook-gnus, diary-from-outlook-rmail):
17797 New functions to import diary entries from Outlook-format
17798 appointments in mail messages.
17799
17800 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17801
17802 * progmodes/python.el (python-send-command): New fun.
17803 (python-send-region, python-load-file): Use it.
17804
17805 * progmodes/compile.el (compilation-last-buffer): Add var alias.
17806
17807 * help-fns.el (help-C-file-name): Use new subr-name.
17808 Prepend `src/' to the file name.
17809 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17810 (describe-function-1, describe-variable): Only find a C source file
17811 name if DOC is already loaded.
17812
17813 * help-mode.el (help-function-def, help-variable-def):
17814 Use the new find-function-search-for-symbol functionality.
17815 Allow FILE to be `C-source'.
17816
17817 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17818 (find-function-C-source): New fun.
17819 (find-function-search-for-symbol): Use it.
17820
17821 2004-03-29 Michael Mauger <mmaug@yahoo.com>
17822
17823 * progmodes/sql.el (sql-product-alist): Rename variable
17824 `sql-product-support'. Add Postgres login parameters.
17825 (sql-set-product, sql-product-feature): Update with renamed variable.
17826 (sql-connect-postgres): Add username prompt.
17827 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17828 Make patterns less product specific.
17829 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17830 (sql-mode-abbrev-table): Modify initialization.
17831 (sql-builtin-face): Add variable.
17832 (sql-keywords-re): Add macro.
17833 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17834 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17835 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17836 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17837 (sql-mode-linter-font-lock-keywords)
17838 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17839 (sql-mode-sybase-font-lock-keywords)
17840 (sql-mode-informix-font-lock-keywords)
17841 (sql-mode-interbase-font-lock-keywords)
17842 (sql-mode-ingres-font-lock-keywords)
17843 (sql-mode-solid-font-lock-keywords)
17844 (sql-mode-sqlite-font-lock-keywords)
17845 (sql-mode-db2-font-lock-keywords): Default to nil.
17846 (sql-product-font-lock): Always highlight ANSI keywords.
17847 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17848 (sql-send-string): Add function.
17849
17850 2004-04-29 Dave Love <fx@gnu.org>
17851
17852 * progmodes/cfengine.el (cfengine-beginning-of-defun)
17853 (cfengine-end-of-defun): Ensure progress through buffer.
17854
17855 * info-look.el (cfengine-mode): Accept a terminal ().
17856
17857 2004-04-29 Juri Linkov <juri@jurta.org>
17858
17859 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17860 instead of isearch-yank-word-or-char. Add new key bindings for
17861 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17862 (isearch-del-char): New fun.
17863 (isearch-forward, isearch-edit-string): Update docstring.
17864 (isearch-yank-char): Doc fix.
17865 (isearch-other-meta-char): Restore point after scrolling.
17866
17867 * progmodes/compile.el (compilation-context-lines): Add nil option
17868 to disable compilation output window scrolling.
17869 (compilation-set-window): Use it.
17870
17871 * outline.el (outline-next-preface, outline-show-heading):
17872 Don't leave unhidden blank line before heading.
17873 (outline-end-of-subtree): Include last newline into subtree.
17874 (hide-entry): Leave point at beginning of heading instead of end.
17875 (outline-up-heading): Push mark for the first call of successive
17876 command calls.
17877
17878 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
17879
17880 * comint.el (comint-prompt-read-only): New variable.
17881 (comint-output-filter): Implement it.
17882
17883 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17884 (ielm-prompt-internal): New variable.
17885 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17886 (ielm-send-input): Delete unused variable `buf'.
17887 (ielm-eval-input): Use `ielm-prompt-internal'.
17888 (inferior-emacs-lisp-mode): Use new variables
17889 `comint-prompt-read-only' and `ielm-prompt-internal'.
17890 Get rid of obsolete variable `directory-sep-char'.
17891 (ielm): Use `zerop'.
17892
17893 2004-04-29 John Paul Wallington <jpw@gnu.org>
17894
17895 * thumbs.el (toplevel): Require cl at compile time.
17896 Remove conditional definitions of `ignore-errors' and `caddar'
17897 because they occur at run time.
17898
17899 2004-04-28 Nick Roberts <nickrob@gnu.org>
17900
17901 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17902 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17903 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17904 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17905
17906 * progmodes/gud.el (gud-common-init): Throw an error if program is
17907 already running under gdb.
17908
17909 2004-04-28 John Paul Wallington <jpw@gnu.org>
17910
17911 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17912 (thumbs-show-image-num): Move assignment of
17913 `thumbs-current-image-filename' within scope of `i'.
17914 (thumbs-emboss-image): Don't use `evenp'.
17915
17916 2004-04-28 Richard M. Stallman <rms@gnu.org>
17917
17918 * progmodes/compile.el (compilation-context-lines): Default now 0.
17919
17920 2004-04-28 Juanma Barranquero <lektu@terra.es>
17921
17922 Use `time-less-p' from calendar/time-date.el instead of defining
17923 custom versions of it.
17924
17925 * pcomplete.el (pcomplete-time-less-p): Remove.
17926
17927 * thumbs.el (time-less-p): Remove.
17928
17929 * calendar/timeclock.el (timeclock-time-less-p): Remove.
17930 (timeclock-generate-report): Use `time-less-p'.
17931
17932 * emacs-lisp/autoload.el (autoload-before-p): Remove.
17933 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17934
17935 2004-04-28 Masatake YAMATO <jet@gyve.org>
17936
17937 * subr.el (remove-overlays): Make arguments optional.
17938
17939 * wid-edit.el (widget-specify-button): Put evaporate to the
17940 overlay for sample.
17941 (widget-specify-sample): Put evaporate to the overlay for sample.
17942 (widget-specify-doc): Put evaporate to the overlay for documentation.
17943
17944 2004-04-27 Jesper Harder <harder@ifa.au.dk>
17945
17946 * info.el (info-apropos): Make it an index node. Align node names
17947 like makeinfo.
17948
17949 2004-04-27 Eli Zaretskii <eliz@gnu.org>
17950
17951 * net/browse-url.el (browse-url-netscape-sentinel)
17952 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17953 (browse-url-epiphany-sentinel, browse-url-mosaic):
17954 Use browse-url-*-program instead of a literal program name.
17955
17956 2004-04-27 Kevin Ryde <user42@zip.com.au>
17957
17958 * eshell/em-alias.el:
17959 * eshell/em-dirs.el:
17960 * eshell/em-hist.el:
17961 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17962 features when M-x customize-group loads modules before the main
17963 eshell.el.
17964
17965 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
17966
17967 * subr.el (momentary-string-display): Support EXIT-CHAR that is
17968 either a character representation of an event or an event
17969 description list.
17970
17971 * type-break.el: Capitalize Emacs and Lisp.
17972 (type-break-good-break-interval, type-break-demo-boring-stats)
17973 (type-break-terse-messages, type-break-file-name): New defcustoms.
17974 (type-break-post-command-hook)
17975 (type-break-warning-countdown-string): Quote variable names in doc.
17976 (type-break-interval-start, type-break-auto-save-file-name): New vars.
17977 (type-break-mode): Document type-break-good-break-interval and the
17978 "session" file. Schedule break according to the session file.
17979 Kill session file buffer on exit. Organize for save-some-buffers
17980 to always save the session file.
17981 (type-break-mode-line-message-mode, type-break-query-mode):
17982 Uppercase arguments.
17983 (type-break-file-time, type-break-file-keystroke-count, timep)
17984 (type-break-choose-file, type-break-get-previous-time)
17985 (type-break-get-previous-count): New defuns.
17986 (type-break): Avoid break querying after a completed break in the
17987 case where the query was initiated during user invocation of the
17988 break. Optional terse messages.
17989 Use type-break-good-break-interval if type-break-good-rest-interval is
17990 nil. File the break time.
17991 (type-break-schedule): New optional args for overriding the use of
17992 the current time.
17993 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17994 after a break.
17995 (type-break-check): File the keystroke count.
17996 (type-break-do-query): Prevent a second query when the break is
17997 interrupted. Optional terse message.
17998 (type-break-keystroke-reset): Record the start of a typing interval.
17999 (type-break-demo-boring): Optional terse messages. Display word
18000 per minute and keystroke counts according to
18001 type-break-demo-boring-stats.
18002
18003 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
18004
18005 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
18006 directories, make sure they exist under archive-tmpdir.
18007
18008 2004-04-27 Juri Linkov <juri@jurta.org>
18009
18010 * help.el (view-emacs-news): With argument, display info for the
18011 selected version by finding it among different NEWS files, and
18012 narrowing the buffer to the selected version.
18013
18014 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
18015 same-window-buffer-names.
18016 (info): New arg `buffer'. Use it. Doc fix. Read file name for
18017 non-numeric prefix argument, append the number to the buffer name
18018 for numeric prefix argument.
18019 (info-other-window): Bind same-window-regexps to nil.
18020 (Info-reference-name): Rename to Info-point-loc.
18021 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
18022 and Info-find-index-name for stringy Info-point-loc.
18023 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
18024 without middle `.', but with final `.' and optional line number
18025 for it. Set Info-point-loc for index nodes.
18026 (Info-index): Remove middle `.' from index entry regexp.
18027 Modify line number regexp.
18028 (Info-index-next): Decrement line number.
18029 (info-apropos): Remove middle `.' from index entry regexp.
18030 Add optional line number regexp at the end. Add matched value
18031 for line number to the result list and insert it to the buffer.
18032 Replace match-string by match-string-no-properties.
18033 Reorder result list.
18034 (Info-fontify-node): Hide index line numbers.
18035 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
18036 empty matches.
18037 (Info-follow-reference): Use `str' instead of
18038 Info-following-node-name-re.
18039 (Info-toc): Use full file names. Set Info-current-node to "Top".
18040 (Info-fontify-node): Compare file names without directory name.
18041 (Info-try-follow-nearest-node): Don't set Info-reference-name.
18042 Set second arg of Info-extract-menu-node-name for index nodes.
18043 (info-xref-visited): Use magenta3 instead of magenta4.
18044 (Info-mode): Add info-apropos to docstring.
18045
18046 * log-view.el (log-view-diff): Replace interactive code "r"
18047 by a list to allow to call it even if region is not active.
18048
18049 * paren.el (show-paren-highlight-openparen): New var.
18050 (show-paren-function): Turn on openparen highlighting when
18051 matching forward if show-paren-highlight-openparen is non-nil.
18052
18053 * simple.el (kill-ring-save): Use blink-matching-delay instead of
18054 the constant value 1.
18055 (completions-common-part): Expand docstring.
18056
18057 * textmodes/picture.el (picture-mode-map): Add arrow keys.
18058
18059 2004-04-27 Kim F. Storm <storm@cua.dk>
18060
18061 * image.el (insert-sliced-image): Use line-height instead of
18062 line-spacing property on newline.
18063
18064 2004-04-26 Lars Hansen <larsh@math.ku.dk>
18065
18066 * desktop.el (desktop-buffer-misc-data-function): Rename to
18067 desktop-save-buffer and change docstring.
18068 (desktop-buffer-modes-to-save): Delete.
18069 (desktop-save-buffer-p): Use desktop-save-buffer instead of
18070 desktop-buffer-modes-to-save.
18071 (desktop-save): Rename desktop-buffer-misc-data-function to
18072 desktop-save-buffer and allow non-function value.
18073 (desktop-missing-file-warning): Correct docstring.
18074
18075 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
18076 to desktop-save-buffer.
18077
18078 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
18079 desktop-save-buffer.
18080
18081 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
18082
18083 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
18084
18085 2004-04-26 Eli Zaretskii <eliz@gnu.org>
18086
18087 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
18088
18089 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
18090
18091 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
18092 (ielm): Only go to the end of the buffer when starting a new process.
18093
18094 2004-04-25 Juanma Barranquero <lektu@terra.es>
18095
18096 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
18097 mode line. Bind `inhibit-read-only' to t before modifying
18098 properties of text in the buffer.
18099 (ielm): Force point to the end of buffer, even when running ielm
18100 from inside itself.
18101
18102 2004-04-25 Jesper Harder <harder@ifa.au.dk>
18103
18104 * info.el (info-apropos): Reset Info-complete-cache.
18105
18106 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
18107
18108 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18109 Also recognize severe Irix et al. messages.
18110 (compilation-normalize-filename, compile-abbreviate-directory):
18111 Delete functions.
18112 (compilation-get-file-structure): New function inherits
18113 functionality of the two preceding ones.
18114 (compilation-internal-error-properties, compilation-fake-loc):
18115 Use it so that different paths to the same file share the same
18116 markers. Also optimize finding adjacent marker slightly.
18117
18118 2004-04-25 Kim F. Storm <storm@cua.dk>
18119
18120 * image.el (insert-sliced-image): Add line-spacing t property
18121 to newlines separating image lines.
18122
18123 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
18124
18125 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
18126
18127 * ielm.el (ielm-prompt-read-only): New user option.
18128 (ielm-prompt): Expand docstring to describe new behavior.
18129 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
18130 mention it in the docstring.
18131
18132 2004-04-24 Andreas Schwab <schwab@suse.de>
18133
18134 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
18135
18136 * diff.el (diff): Set default-directory in diff buffer.
18137
18138 2004-04-24 Eli Zaretskii <eliz@gnu.org>
18139
18140 * mail/sendmail.el (mail-bury): Don't delete the frame where the
18141 mail was being composed if the terminal cannot display more than
18142 one frame; instead, switch to previous frame.
18143
18144 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
18145 (rmail-start-mail): Support rmail-mail-new-frame even on
18146 terminals that can display only one frame at a time.
18147
18148 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
18149
18150 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
18151 (checkdoc-output-font-lock-keywords): Remove error regexp.
18152 (checkdoc-output-mode-map): Remove.
18153 (checkdoc-output-mode): Derive from compilation-mode.
18154 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
18155
18156 * dired.el (dired-mode-map): Add a menu entry for wdired.
18157
18158 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
18159 (rx-bracket, rx-check-any, rx-any): Clean up name space.
18160
18161 * wdired.el (wdired-mode-map): Move init into declaration.
18162 Fix `return' binding.
18163 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
18164 Use force-mode-line-update.
18165 (wdired-get-filename): Use `unless'.
18166 (wdired-preprocess-files): Don't assume names have no \n and use / for
18167 dir separator.
18168 (wdired-normalize-filename): Use replace-regexp-in-string.
18169 (wdired-load-hooks): Remove.
18170 (wdired-mode-hooks): Rename to wdired-mode-hook.
18171
18172 * info-look.el: Add support for cfengine-mode.
18173 (info-lookup-setup-mode): Use dolist.
18174
18175 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
18176
18177 * wdired.el: New file.
18178
18179 2004-04-23 Juanma Barranquero <lektu@terra.es>
18180
18181 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
18182
18183 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
18184 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
18185 (pcomplete--help, pcomplete--here): Doc fixes.
18186
18187 2004-04-23 Andre Spiegel <spiegel@gnu.org>
18188
18189 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
18190 handles wrong-number-of-arguments in backend call.
18191
18192 * vc.el (vc-print-log): Likewise.
18193
18194 2004-04-20 Dave Love <fx@gnu.org>
18195
18196 * emacs-lisp/rx.el: Doc fixes.
18197 (rx-constituents): Add/extend many forms.
18198 (rx-check): Check form is a list.
18199 (bracket): Defvar.
18200 (rx-check-any, rx-any, rx-check-not): Modify.
18201 (rx-not): Simplify.
18202 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
18203 (rx-kleene): Use rx-trans-forms.
18204 (rx-quote-for-set): Delete.
18205 (rx): Allow multiple args.
18206
18207 2004-04-23 Kenichi Handa <handa@m17n.org>
18208
18209 * international/mule-util.el (char-displayable-p): Simplify by
18210 using internal-char-font.
18211
18212 2004-04-23 Juanma Barranquero <lektu@terra.es>
18213
18214 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
18215
18216 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
18217
18218 * diff-mode.el (diff-next-error): New fun.
18219 (diff-mode): Use it.
18220
18221 * simple.el (next-error): Change arg name.
18222 Add support for the documented C-u C-x ` usage.
18223
18224 * frame.el (special-display-popup-frame, next-multiframe-window)
18225 (previous-multiframe-window): Only consider frames on same display.
18226
18227 2004-04-22 Lars Hansen <larsh@math.ku.dk>
18228
18229 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
18230 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
18231
18232 2004-04-22 Kim F. Storm <storm@cua.dk>
18233
18234 * net/telnet.el (telnet): Add optional port arg.
18235
18236 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
18237
18238 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18239 Minor sanity check on the `hyperlink' slot.
18240
18241 * Makefile.in (recompile): Compile new files.
18242
18243 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
18244 Add byte-recompile-directory's optional `arg'.
18245
18246 * cvs-status.el (cvs-tree-use-charset): New var.
18247 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
18248 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
18249 (cvs-status-cvstrees): Use it.
18250
18251 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
18252 Make it a normal major mode.
18253 (checkdoc-buffer-label): Make sure the file name is meaningful.
18254 (checkdoc-output-to-error-buffer): Remove.
18255 (checkdoc-error, checkdoc-start-section): Rewrite.
18256
18257 * info.el (info-node, info-menu-5, info-xref, info-header-node)
18258 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18259 (Info-title-4-face): Use new syntax.
18260 (info-xref-visited): Inherit from info-xref.
18261
18262 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
18263
18264 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
18265
18266 * simple.el (next-error-last-buffer, next-error-function):
18267 New variables for the next-error framework.
18268 (next-error-buffer-p): New function.
18269 (next-error-find-buffer): Generalize compilation-find-buffer.
18270 (next-error, previous-error, first-error, next-error-no-select)
18271 (previous-error-no-select): Move from compile.el.
18272
18273 * replace.el (occur-next-error, occur-1): Hook into the next-error
18274 framework.
18275
18276 * progmodes/compile.el (compilation-start):
18277 Set next-error-last-buffer so next-error knows where to jump.
18278 (compilation-setup): Set the buffer-local variable
18279 next-error-function to 'compilation-next-error-function.
18280 (compilation-buffer-p, compilation-buffer-internal-p): Use an
18281 alternate way to find if a buffer is a compilation buffer, for
18282 next-error convenience.
18283 (next-error-no-select, previous-error-no-select, next-error)
18284 (previous-error, first-error): Move to simple.el.
18285 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
18286 (compilation-last-buffer): Remove.
18287 (compilation-start, compilation-next-error, compilation-setup)
18288 (compilation-next-error-function, compilation-find-buffer):
18289 Remove compilation-last-buffer use.
18290
18291 2004-04-21 Juanma Barranquero <lektu@terra.es>
18292
18293 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
18294 (font-lock-warning-face): Fix spacing.
18295
18296 * makefile.w32-in (WINS): Add url/ directory.
18297
18298 2004-04-21 Lars Hansen <larsh@math.ku.dk>
18299
18300 * desktop.el (desktop-buffer-mode-handlers): New variable.
18301 Alist of major mode specific functions to restore a desktop buffer.
18302 (desktop-buffer-handlers): Make variable obsolete.
18303 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
18304 Catch errors signaled in handlers. Update buffer count.
18305 Evaluate desktop-buffer-point.
18306 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
18307 move to dired.el.
18308 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
18309 move to info.el.
18310 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
18311 move to mail/rmail.el.
18312 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
18313 to mh-e/mh-e.el.
18314 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
18315 On fail, print message (to message buffer) even if
18316 desktop-missing-file-warning is nil.
18317 (desktop-buffer-misc-data-function): New buffer local variable.
18318 Function returning major mode specific data.
18319 (desktop-buffer-misc-functions): Make variable obsolete.
18320 (desktop-save): Use desktop-buffer-misc-data-function.
18321 (desktop-buffer-dired-misc-data): Rename to
18322 dired-desktop-buffer-misc-data and move to dired.el.
18323 (desktop-buffer-info-misc-data): Rename to
18324 Info-desktop-buffer-misc-data and move to info.el.
18325 (desktop-read): Add message about number of buffers restored/failed.
18326
18327 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
18328 Add parameters. Pause to display error only when
18329 desktop-missing-file-warning is non-nil.
18330 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18331 (dired-mode): Bind desktop-buffer-misc-data-function.
18332
18333 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
18334 Add Parameters.
18335 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18336 (Info-mode): Bind desktop-buffer-misc-data-function.
18337
18338 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
18339 Add Parameters.
18340
18341 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
18342 Add Parameters.
18343
18344 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
18345
18346 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
18347 the case of letters in case-insensitive expansions when the
18348 abbrev is preceded by characters with letter syntax.
18349
18350 2004-04-21 Richard M. Stallman <rms@gnu.org>
18351
18352 * progmodes/cperl-mode.el (cperl-putback-char):
18353 Delete Emacs 18 definition.
18354
18355 * international/mule.el (ctext-post-read-conversion):
18356 Use assoc-string, not assoc-ignore-case.
18357
18358 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
18359
18360 * emacs-lisp/easymenu.el (easy-menu-add):
18361 Do call x-popup-menu, but only if it's defined.
18362
18363 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
18364
18365 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
18366 Handle multiple args: compile like progn.
18367
18368 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
18369 take all args as &rest arg.
18370
18371 * autoinsert.el (auto-insert-alist): Insert the user's name in
18372 copyright notice, rather than Free Software Foundation.
18373
18374 2004-04-21 Kenichi Handa <handa@m17n.org>
18375
18376 * descr-text.el (describe-char): Make it work on *Help* buffer.
18377
18378 2004-04-21 Kim F. Storm <storm@cua.dk>
18379
18380 * image.el (insert-image): Add optional SLICE arg.
18381 (insert-sliced-image): New defun.
18382
18383 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
18384
18385 * subr.el (read-number): Check whether `default' is nil.
18386
18387 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18388
18389 * progmodes/compile.el (compilation-error-properties):
18390 Split into two.
18391 (compilation-internal-error-properties): New one.
18392 (compilation-compat-error-properties): Use it. Fix the non-marker case.
18393
18394 2004-04-20 Richard M. Stallman <rms@gnu.org>
18395
18396 * window.el (split-window-save-restore-data):
18397 Don't update the data if OLD-INFO is nil.
18398
18399 * view.el (view-return-to-alist): Mark it permanent local.
18400
18401 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
18402
18403 * recentf.el (recentf-save-list): Catch and warn about errors.
18404
18405 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
18406 so "Buffers" won't be pure.
18407
18408 * help-mode.el (help-mode-finish): Set help-return-alist first
18409 thing, setting only the entry for the selected window.
18410
18411 * help-fns.el (describe-function-1): If many non-control non-meta
18412 keys run the command, don't list all of them.
18413
18414 2004-04-20 Juanma Barranquero <lektu@terra.es>
18415
18416 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
18417 arg. Copied from Andre Spiegel's patch of 2004-03-21.
18418
18419 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
18420
18421 2004-04-20 Kenichi Handa <handa@m17n.org>
18422
18423 * international/quail.el (quail-lookup-key): New optional arg
18424 NOT-RESET-INDICES.
18425 (quail-get-translations): Call quail-lookup-key with
18426 NOT-RESET-INDICES t.
18427 (quail-completion): Likewise.
18428 (quail-lookup-map-and-concat): Likewise.
18429
18430 2004-04-20 Kenichi Handa <handa@m17n.org>
18431
18432 * international/quail.el (quail-update-translation): Don't insert
18433 such an unsupported multibyte char in a unibyte buffer.
18434
18435 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
18436
18437 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
18438 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
18439 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
18440 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
18441 (gdb-frame-assembler-buffer): Improve behavior with
18442 multiple frames.
18443 (gdb-display-buffer): Extend search to all visible frames.
18444
18445 2004-04-19 Eli Zaretskii <eliz@gnu.org>
18446
18447 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
18448 characters left after base64 decoding.
18449 (rmail-decode-region): Use -dos variety of `coding', to remove any
18450 ^M characters left after qp or base64 decoding.
18451
18452 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18453
18454 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
18455 messages.
18456
18457 2004-04-19 Stephen Eglen <stephen@gnu.org>
18458
18459 * add-log.el (add-change-log-entry): Update doc string to mention
18460 add-log-full-name and add-log-mailing-address.
18461
18462 2004-04-18 Juri Linkov <juri@jurta.org>
18463
18464 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
18465 (Info-find-node-2): Simplify error message.
18466 (Info-insert-dir): Use Info-following-node-name.
18467 (Info-goto-node): Remove *info-history* and *info-toc*.
18468 (Info-history): Create a node of the virtual history file.
18469 (Info-toc): Create a node of the virtual toc file.
18470 (Info-insert-toc): New arg `curr-file' for reference file names.
18471 (info-apropos): Remove redundant var binding for temp-file.
18472 (Info-index, Info-index-next, Info-mode): Doc fix.
18473 (Info-goto-emacs-command-node): Don't jump to *info* from
18474 non-*info* Info buffers.
18475 (Info-fontify-node): Don't show the file name of external
18476 references if `Info-hide-note-references' is `hide'. Don't hide
18477 newlines at the end of paragraphs.
18478
18479 * international/mule-diag.el (list-input-methods):
18480 Fix args to help-xref-button.
18481
18482 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
18483 to put into effect local variables from TUTORIAL files.
18484
18485 * textmodes/paragraphs.el (sentence-end) <function>: New fun
18486 with default value taken from the variable `sentence-end'.
18487 (sentence-end) <defcustom>: Set default to nil. Doc fix.
18488 Add nil const to :type.
18489 (sentence-end-without-period, sentence-end-double-space)
18490 (sentence-end-without-space): Doc fix.
18491
18492 * textmodes/paragraphs.el (forward-sentence):
18493 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
18494 (fill-delete-newlines):
18495 * progmodes/cc-cmds.el (c-beginning-of-statement):
18496 Use function `sentence-end' instead of variable `sentence-end'.
18497
18498 2004-04-18 Andreas Schwab <schwab@suse.de>
18499
18500 * progmodes/compile.el (compilation-start): Set window start to
18501 point-min if compilation-scroll-output is nil.
18502
18503 2004-04-18 John Wiegley <johnw@newartisans.com>
18504
18505 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
18506
18507 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
18508
18509 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
18510 (gdb-info-breakpoints-custom): Revert previous change.
18511 (gdb-view-assembler): Update assembler if necessary.
18512 (gdb-frame-handler): Parse correctly for gdb-current-frame.
18513 (gdb-display-source-buffer): Update properly when both source and
18514 assembler are visible.
18515
18516 2004-04-17 John Wiegley <johnw@newartisans.com>
18517
18518 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
18519 which limits the number of names shown in the minibuffer. Off by
18520 default.
18521 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
18522 up iswitchb for users with a multitude of open buffers by showing
18523 only the first and last N/2 buffers in the completion list (which
18524 is enough to aid C-s/C-r, and to know that more characters are
18525 needed to refine the completion list).
18526
18527 2004-04-17 Richard M. Stallman <rms@gnu.org>
18528
18529 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
18530 (file-truename): Expand all ~ constructs directly.
18531 (insert-directory): Delete any error msg output by the
18532 `insert-directory-program'.
18533
18534 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
18535 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
18536 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
18537 (allout-init): Use find-file-hook, not find-file-hooks.
18538 (allout-mode): Eliminate Emacs 18 support.
18539 Use write-contents-functions, not local-write-file-hooks.
18540
18541 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
18542
18543 * progmodes/compile.el (compilation-error-properties): Fix for
18544 adding messages when there are already markers for their file.
18545 (compilation-fake-loc): New function.
18546
18547 2004-04-16 Dave Love <fx@gnu.org>
18548
18549 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
18550 (python-load-file): Fix python-orig-start setting.
18551
18552 * progmodes/compile.el: Doc fixes.
18553 (compilation-error-regexp-alist-alist)
18554 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
18555 (compilation-assq): Wrap in eval-when-compile.
18556 (compilation-mode-font-lock-keywords): Don't use list*.
18557 (compilation-start): Avoid warning.
18558 (compilation-compat-error-properties)
18559 (compilation-directory-properties): Add keymap property.
18560 (compilation-parsing-end): Make it a marker for better compatibility.
18561
18562 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
18563
18564 2004-04-16 Mark A. Hershberger <mah@everybody.org>
18565
18566 * xml.el: Doc fixes.
18567 (xml-get-children): Only looks at sub-tags and ignore strings.
18568
18569 * xml.el (xml-parse-tag): Avoid overwriting node-name.
18570
18571 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18572
18573 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
18574
18575 2004-04-16 Andre Spiegel <spiegel@gnu.org>
18576
18577 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
18578
18579 * vc.el (vc-print-log): Likewise.
18580
18581 2004-04-16 Masatake YAMATO <jet@gyve.org>
18582
18583 * simple.el (completion-setup-function): Set an initial value
18584 to `element-common-end' before entering loop. Set a value
18585 to `element-common-end' at the end of loop.
18586 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
18587 (completions-common-part): Rename from completion-de-emphasis.
18588 (completions-first-difference): Rename from completion-emphasis.
18589 Suggested by RMS.
18590
18591 2004-04-16 Juanma Barranquero <lektu@terra.es>
18592
18593 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
18594 (bookmark-edit-annotation-mode): Add mode name.
18595
18596 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18597
18598 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
18599 for nested conflict markers.
18600 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
18601
18602 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
18603
18604 * progmodes/gdb-ui.el (gdb-goto-info): New function.
18605
18606 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
18607
18608 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18609
18610 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
18611 Give a backtrace if requested.
18612
18613 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
18614
18615 * progmodes/python.el (python-mouse-2-command, python-RET-command):
18616 Remove unused functions.
18617 (python-orig-start-line, python-orig-file): Remove.
18618 (python-orig-start): New var.
18619 (python-input-filter, python-compilation-line-number)
18620 (python-send-region, python-load-file): Use it.
18621
18622 * info.el (info): Always jump to *info*.
18623
18624 * subr.el (posn-set-point): New function.
18625
18626 * mouse.el (mouse-set-point): Use it.
18627
18628 * progmodes/compile.el (compile-goto-error): Use it.
18629 (compilation-button-map): New keymap.
18630 (compilation-error-properties): Use it.
18631 (compilation-shell-minor-mode-map): Don't bind mouse-2.
18632
18633 * smerge-mode.el (smerge-popup-context-menu): Use it.
18634
18635 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
18636 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
18637 mouse and non-mouse case.
18638
18639 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
18640 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
18641
18642 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
18643 Make it work for non-mouse events.
18644
18645 * pcvs-info.el (cvs-status-map): Update binding name.
18646
18647 2004-04-14 Mark A. Hershberger <mah@everybody.org>
18648
18649 * xml.el (xml-maybe-do-ns): New function to handle namespace
18650 parsing of both attribute and element names.
18651 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
18652 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
18653 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
18654 (xml-parse-attlist): Make it do its own namespace parsing.
18655
18656 2004-04-14 Dave Love <fx@gnu.org>
18657
18658 * progmodes/python.el (run-python): Fix use of \n.
18659 (python-load-file): Remove `try' from Python fragment.
18660 (python-describe-symbol): Fix message.
18661
18662 * comint.el: Doc fixes.
18663 (comint-last-input-start, comint-last-input-end)
18664 (comint-last-output-start): Give them values.
18665 (comint-arguments): Avoid warning.
18666 (comint-skip-prompt): Use line-end-position.
18667 (comint-backward-matching-input): Rename arg to agree with doc.
18668 (comint-extract-string): Use syntax-ppss.
18669 (comint-dynamic-simple-complete): Delete useless list construction.
18670 (comint-redirect-subvert-readonly): New.
18671 (comint-redirect-preoutput-filter): Use it.
18672
18673 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18674 Correctly handle negative arguments when calling hook functions.
18675
18676 2004-04-14 Jesper Harder <harder@ifa.au.dk>
18677
18678 * info.el (info-apropos): Don't clobber Info-history-list.
18679
18680 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
18681
18682 * progmodes/compile.el (compilation-setup):
18683 Localize overlay-arrow-position.
18684 (compilation-sentinel): Restructure code equivalently.
18685 (compilation-next-error): Find message on same line after point if
18686 not found before point.
18687 (compile-mouse-goto-error): Restore function so that compilation
18688 buffer need not be current and use compile-goto-error.
18689 (compile-goto-error): Restore function.
18690 (next-error): Set overlay-arrow-position.
18691 (compilation-forget-errors): Don't localize already local
18692 compilation-locs and remove FIXME about refontifying.
18693
18694 2004-04-14 Kim F. Storm <storm@cua.dk>
18695
18696 * startup.el (emacs-quick-startup): New defvar (set by -Q).
18697 (command-line): New option -Q. Like -q --no-site-file, but
18698 in addition it also disables menu-bar, tool-bar, scroll-bars,
18699 tool-tips, and the blinking cursor.
18700 (command-line-1): Skip startup screen if -Q.
18701 (fancy-splash-head): Use ":align-to center" prop to center splash image.
18702
18703 * emulation/cua-base.el (cua-read-only-cursor-color)
18704 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18705
18706 2004-04-13 Dave Love <fx@gnu.org>
18707
18708 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
18709 (syntax): Don't require.
18710 (python) <defgroup>: Add :version.
18711 (python-quote-syntax): Re-written.
18712 (inferior-python-mode): Move stuff here from run-python and add
18713 some more.
18714 (python-preoutput-continuation, python-preoutput-result)
18715 (python-dotty-syntax-table): New.
18716 (python-describe-symbol): Use them.
18717 (run-python): Move stuff to inferior-python-mode. Modify code
18718 loaded into Python.
18719 (python-send-region): Use python-proc, python-send-string.
18720 (python-send-string): Send newlines too. Callers changed.
18721 (python-load-file): Re-written.
18722 (python-eldoc-function): New.
18723 (info-look): Don't require.
18724 (python-after-info-look): New. A modified version of former
18725 top-level code for use with eval-after-load.
18726 (python-maybe-jython, python-guess-indent): Use widened buffer.
18727 (python-fill-paragraph): Re-written.
18728 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
18729 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
18730
18731 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
18732
18733 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18734 Set compilation-error-regexp-alist earlier.
18735
18736 * progmodes/compile.el (compilation-minor-mode-map)
18737 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18738 (compile-goto-error): Re-merge the mouse and non-mouse commands.
18739
18740 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18741
18742 * progmodes/compile.el (compile-goto-error): Select the buffer/window
18743 corresponding to the event.
18744
18745 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
18746
18747 * loadup.el: Add cygwin to system-type list, for unexec() support.
18748
18749 2004-04-12 John Paul Wallington <jpw@gnu.org>
18750
18751 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18752 (ibuffer-restore-window-config-on-quit): New variable to replace
18753 `ibuffer-delete-window-on-quit'. Update all references.
18754 (ibuffer-prev-window-config): New variable.
18755 (ibuffer-quit): Restore previous window configuration instead of
18756 deleting window.
18757 (ibuffer): Save window configuration before showing Ibuffer buffer.
18758
18759 * help.el (describe-mode): Doc fix.
18760
18761 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18762
18763 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18764 not to treat nil as a function.
18765
18766 * vc-arch.el (vc-arch-root): Be a bit more careful.
18767 (vc-arch-register): Save the buffer if we modified it.
18768 (vc-arch-delete-rej-if-obsolete): Save excursion.
18769 (vc-arch-find-file-hook): Use the simpler after-save-hook.
18770 (vc-arch-responsible-p, vc-arch-init-version): New functions.
18771
18772 * net/ldap.el (ldap-search): Use list*.
18773
18774 2004-04-12 Juri Linkov <juri@jurta.org>
18775
18776 * info.el (Info-follow-reference): Allow multiline reference name.
18777
18778 2004-04-11 Dave Love <fx@gnu.org>
18779
18780 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18781
18782 * progmodes/python.el: New file.
18783
18784 2004-04-11 Andre Spiegel <spiegel@gnu.org>
18785
18786 * vc-hooks.el (vc-arg-list): Function removed.
18787 (vc-default-workfile-unchanged-p): Use condition-case to check for
18788 backward compatibility.
18789
18790 * vc.el (vc-print-log): Use condition-case to check for backward
18791 compatibility.
18792
18793 2004-04-11 Juri Linkov <juri@jurta.org>
18794
18795 * dired.el (dired-faces): New defgroup.
18796 (dired-header, dired-mark, dired-marked, dired-flagged)
18797 (dired-warning, dired-directory, dired-symlink, dired-ignored):
18798 New faces.
18799 (dired-header-face, dired-mark-face, dired-marked-face)
18800 (dired-flagged-face, dired-warning-face, dired-directory-face)
18801 (dired-symlink-face, dired-ignored-face): New face variables.
18802 (dired-font-lock-keywords): Use them instead of font-lock faces.
18803 Split the rule for dired marks into 3 separate rules: for marks,
18804 marked file names and flagged file names.
18805
18806 * help-mode.el (help-make-xrefs): Add a final newline to the
18807 *Help* buffer.
18808
18809 2004-04-11 John Paul Wallington <jpw@gnu.org>
18810
18811 * replace.el (occur-engine): Distinguish between one and several
18812 matches in the matches per buffer heading.
18813
18814 2004-04-11 Kim F. Storm <storm@cua.dk>
18815
18816 * ido.el (ido-confirm-unique-completion): New defcustom.
18817 (ido-complete): Use it.
18818 (ido-write-file): Set it to t unconditionally.
18819
18820 2004-04-10 Miles Bader <miles@gnu.org>
18821
18822 RCS keyword removal (only non-comment changes are enumerated here):
18823
18824 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18825 (byte-compile-insert-header): Don't use `byte-compile-version'.
18826 * forms.el (forms-version): Variable removed.
18827 (forms-mode): Don't use `forms-version'.
18828 * recentf.el (recentf-version): Variable removed.
18829 * progmodes/delphi.el (delphi-version): Variable removed.
18830 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18831
18832 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18833
18834 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18835
18836 2004-04-09 Jesper Harder <harder@ifa.au.dk>
18837
18838 * info.el (info-apropos): Improve menu item regexp.
18839
18840 2004-04-09 Simon Josefsson <jas@extundo.com>
18841
18842 * mail/smtpmail.el: Add comment, based on report by
18843 kdc@rcn.com (Kevin D. Clark).
18844
18845 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18846
18847 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18848 Redo one more thing that I didn't notice Daniel had undone.
18849
18850 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
18851
18852 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18853 (gdb-goto-breakpoint, gdb-display-buffer)
18854 (gdb-display-source-buffer, gdb-view-source-function)
18855 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18856 (gdb-source-info, gdb-frame-handler): Don't specify a window
18857 for display.
18858 (gdb-info-breakpoints-custom): Remove superfluous update of
18859 assembler buffer.
18860 (gdb-many-windows): Make settable outside gdb.
18861
18862 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
18863
18864 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18865 Derive from fundamental-mode rather than text-mode.
18866
18867 2004-04-08 Juri Linkov <juri@jurta.org>
18868
18869 * info.el (Info-history): Doc fix.
18870 (Info-history-list): New var.
18871 (info-xref): Change magenta4 to blue, remove bold for dark and
18872 light backgrounds, change bold to underline for non-color classes.
18873 (info-xref-visited): New face.
18874 (Info-fontify-visited-nodes): New custom.
18875 (Info-hide-note-references): Add new value `hide'. Doc fix.
18876 (Info-reference-name): New var.
18877 (Info-selection-hook): New custom.
18878 (Info-edit-mode-hook): New var.
18879 (Info-find-file): New fun.
18880 (Info-find-node): Move part of code to Info-find-file.
18881 (Info-find-node-2): Add anchors to Info-history-list. Move point
18882 to the place with the reference name if name is defined.
18883 (Info-select-node): Add current node to Info-history-list.
18884 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18885 (Info-search-whitespace-regexp): New custom.
18886 (Info-search-case-fold): New var.
18887 (Info-search): Add "case-sensitively" to the prompt.
18888 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
18889 (Info-search-case-sensitively, Info-search-next): New fun.
18890 (Info-up): Move point to the menu item of the current node.
18891 (Info-history): New fun. Add *info-history* to
18892 same-window-buffer-names.
18893 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
18894 (Info-insert-toc): New fun.
18895 (Info-build-toc): New fun.
18896 (Info-follow-reference): Add new arg `fork'. Doc fix.
18897 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
18898 with the same name prefer the reference closest to point.
18899 (Info-next-reference): Replace * by + in the *Note regexp.
18900 Add regexp for http:// and ftp://. Skip the *Note prefix.
18901 (Info-prev-reference): Replace * by + in the *Note regexp.
18902 Add regexp for http:// and ftp://. Skip the *Note prefix.
18903 (Info-follow-nearest-node): Add new arg `fork'.
18904 (Info-try-follow-nearest-node): Add new arg `fork'.
18905 Call browse-url for http:// and ftp:// references.
18906 Set Info-reference-name for index entries.
18907 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18908 Info-search-next, Info-history, Info-toc, clone-buffer.
18909 (Info-menu-update): Replace * by + in the *Note regexp.
18910 (Info-mode): Add documentation for Info-history, Info-toc,
18911 Info-search-case-sensitively, Info-search-next, clone-buffer.
18912 (Info-fontify-menu-headers): Remove fun. Move code to
18913 Info-fontify-node.
18914 (Info-fontify-node): Add docstring. Add local vars
18915 fontify-visited-p and not-fontified-p. If not-fontified-p is t
18916 then fontify header line, titles, menu headers, http and ftp
18917 references, refill paragraphs. If not-fontified-p is t or
18918 fontify-visited-p is t then fontify cross references, menu items.
18919 Fontify menu headers. Fontify http and ftp references.
18920 Change regexp for cross references to require whitespace after *Note,
18921 add matching groups for file and node names. Remove hack for quote.
18922 Use display property for Info-hide-note-references=t. Use fifth
18923 or fourth match for help-echo. Display visited nodes in a
18924 different face. Unhide file names of external references.
18925 Unhide newlines. Display visited menu items in a different face.
18926
18927 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
18928
18929 * progmodes/compile.el: Require CL.
18930 (compilation-mode-font-lock-keywords): Re-install the "line as
18931 function" patch.
18932
18933 * help-fns.el (help-C-source-directory): New var.
18934 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18935 (describe-function-1, describe-variable): Use them.
18936
18937 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18938 to C source files specially.
18939
18940 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
18941
18942 * info.el (Info-hide-cookies-node): New function.
18943 (Info-select-node): Use it.
18944 (Info-display-images-node): Remove message with image file name.
18945
18946 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
18947
18948 * progmodes/compile.el (compilation-warning-face)
18949 (compilation-info-face, compilation-skip-threshold)
18950 (compilation-skip-visited, compilation-context-lines):
18951 Declare :version when added to Emacs.
18952 (compilation-error-regexp-alist-alist): Extend caml and irix.
18953 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18954 (compilation-mode-font-lock-keywords): Temporarily undo line as
18955 function patch, which wasn't ready.
18956
18957 2004-04-07 Kenichi Handa <handa@m17n.org>
18958
18959 * international/latin1-disp.el (latin1-display-setup): Check each
18960 character is displayable or not instead of calling
18961 latin1-display-check-font.
18962
18963 2004-04-06 Kenichi Handa <handa@m17n.org>
18964
18965 * language/ethio-util.el (ethio-sera-being-called-by-w3):
18966 New variable.
18967 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18968 instead of sera-being-called-by-w3.
18969 (ethio-fidel-to-sera-buffer): Likewise.
18970 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18971 instead of sera-being-called-by-w3.
18972 (ethio-write-file): Likewise.
18973
18974 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18975
18976 * printing.el: Doc fix.
18977
18978 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
18979
18980 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18981 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18982 (gdb-setup-windows): Only use separate IO buffer if required.
18983
18984 2004-04-06 Kim F. Storm <storm@cua.dk>
18985
18986 * term.el (term-is-xemacs): Remove.
18987 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18988 (term-window-width): New function.
18989 (term-mode, term-check-size): Use it.
18990 (term-mode): Disable overflow-newline-into-fringe in term buffer.
18991
18992 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
18993
18994 * cus-edit.el (custom-add-parent-links): Change unbound variable
18995 `symbol' to `name'.
18996
18997 2004-04-05 Jesper Harder <harder@ifa.au.dk>
18998 * info.el (info-apropos): New function.
18999 (Info-mode-menu): Add it.
19000 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
19001
19002 * help-mode.el (help-make-xrefs): Recognize aliased variable with
19003 inherited docstring.
19004
19005 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
19006
19007 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
19008
19009 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
19010
19011 * progmodes/compile.el (font-lock): Don't require any more.
19012 (compilation-error-properties, compilation-start, compilation-sentinel)
19013 (compilation-filter, next-error): Use with-current-buffer.
19014 (compilation-skip-to-next-location, compilation-skip-threshold)
19015 (compilation-skip-visited): Move to silence the byte-compiler.
19016 (compilation-setup): Simplify.
19017 (compilation-next-error): Use line-(beginning|end)-position.
19018 Make sure `pt' is non-nil before using compilation-loop.
19019 (compile-goto-error): Add optional event arg. Use it.
19020 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
19021 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
19022 Update the binding for mouse-2.
19023 (first-error): Set compilation-current-error to nil rather than bob.
19024 (compilation-parsing-end, compilation-parse-errors-function)
19025 (compilation-error-list, compilation-old-error-list):
19026 "New" compatibility variables.
19027 (compile-buffer-substring, compilation-compat-error-properties)
19028 (compilation-compat-parse-errors, compilation-forget-errors):
19029 New compatibility functions.
19030 (compilation-mode-font-lock-keywords): Use them.
19031
19032 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
19033
19034 * autorevert.el (auto-revert-handler): If point (or a window
19035 point) is at the end of the buffer, keep it there after
19036 reverting. This allows to tail a file.
19037 Mention this in the `Commentary'.
19038
19039 * format.el (format-write-file): Add optional argument CONFIRM
19040 and make it behave like the analogous argument to `write-file'.
19041
19042 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19043
19044 * progmodes/ebnf2ps.el: Doc fix.
19045 (ebnf-version): New version number (4.2).
19046 (ebnf-syntax): Customization and docstring fix.
19047 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
19048 Put autoloaded funs before first use.
19049 (ebnf-style-database): Add dtd entry.
19050 (ebnf-syntax-alist): Add dtd initialization.
19051 (ebnf-token-sequence): New fun.
19052 (ebnf-comment-table): Add new comment action character.
19053 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
19054
19055 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
19056 Type Definition for XML).
19057
19058 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
19059 * progmodes/ebnf-bnf.el (ebnf-sequence):
19060 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
19061 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
19062 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
19063 Code simplification: call ebnf-token-sequence.
19064
19065 2004-04-04 Eli Zaretskii <eliz@gnu.org>
19066
19067 * calendar/timeclock.el (timeclock-relative)
19068 (timeclock-get-project-function, timeclock-get-workday-function)
19069 (timeclock-query-out, timeclock-when-to-leave)
19070 (timeclock-when-to-leave-string, timeclock-log-data)
19071 (timeclock-generate-report, timeclock-in): Doc fixes.
19072
19073 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19074
19075 * url/: New dir. Import the URL package from its repository.
19076
19077 2004-04-03 Andreas Schwab <schwab@suse.de>
19078
19079 * diff-mode.el (diff-mode): Fix missing quote.
19080
19081 2004-04-03 Juri Linkov <juri@jurta.org>
19082
19083 * descr-text.el (describe-property-list): Add `font-lock-face'.
19084
19085 * dired.el (dired-font-lock-keywords): Fix permission regexps.
19086
19087 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19088
19089 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
19090 Use utf-16le on little endian machines and utf-16be otherwise.
19091
19092 2004-04-02 David Kastrup <dak@gnu.org>
19093
19094 * net/browse-url.el (browse-url-generic): Use call-process
19095 instead of start-process to allow browsers that fork and detach.
19096
19097 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
19098
19099 * compile.el (compilation-current-error): New var.
19100 (compilation-setup, compile-mouse-goto-error)
19101 (compile-goto-error, next-error): Use it.
19102 (compilation-skip-to-next-location): Default to t, which gives
19103 contiguous skipping like old compile (where this was redundant).
19104 (compilation-next-error): Prevent previous-* commands from moving
19105 back to message at or just before point.
19106
19107 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
19108
19109 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
19110 (gdb-source-info): Don't display source at startup, if required.
19111 (gdb-show-main): New option.
19112 (gdba): Update documentation.
19113 (gdb-source): Cover case of auto-display output.
19114
19115 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
19116
19117 * autorevert.el: Delete obsolete autoloads and defvars.
19118 (auto-revert-check-vc-info): New user option.
19119 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19120 (auto-revert-handler-vc): Delete.
19121 (auto-revert-handler): Treat return value `fast' of
19122 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
19123
19124 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
19125 return `fast'.
19126
19127 * files.el (buffer-stale-function): Doc change.
19128
19129 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19130
19131 * printing.el: New tip on Tips section.
19132 (pr-version): New version number (6.7.4).
19133 (pr-shell-file-name): Initialization fix.
19134
19135 2004-03-31 Juri Linkov <juri@jurta.org>
19136
19137 * dired.el: Add autoload for `dired-do-touch'.
19138 (dired-touch-program): New var.
19139 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
19140 (dired-no-confirm): Add `touch' to docstring.
19141
19142 * dired-aux.el (dired-do-touch): New fun.
19143 (dired-do-chxxx): Add argument -t for touch operation.
19144
19145 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
19146 `dired-move-to-filename-regexp'.
19147
19148 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
19149
19150 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
19151
19152 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19153
19154 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
19155 and only if the buffer was modified.
19156
19157 2004-03-30 Kenichi Handa <handa@m17n.org>
19158
19159 * international/characters.el: Delete pairs for U+2308..U+230B.
19160
19161 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
19162
19163 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
19164 to detect the beginning of a level 2 or 3 annotation.
19165
19166 2004-03-29 Kenichi Handa <handa@m17n.org>
19167
19168 * international/ucs-tables.el (ucs-insert): Fix the error message.
19169
19170 2004-03-29 Kenichi Handa <handa@m17n.org>
19171
19172 * international/mule-util.el (char-displayable-p): Fix generation
19173 of XLFD file name.
19174
19175 * Makefile.in (setwins, setwins_almost): Change directory to $wd
19176 before finding directories by `find'.
19177
19178 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19179
19180 * subr.el (interactive-form): Delete. Now implemented in C.
19181
19182 * pcvs.el (cvs-parse-process): Workaround for Darwin.
19183
19184 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
19185 (vc-diff-label): New fun.
19186 (vc-diff-internal): Use it.
19187
19188 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
19189
19190 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19191
19192 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
19193
19194 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
19195 specify XML (EBNFX).
19196
19197 * progmodes/ebnf2ps.el: Doc fix.
19198 (ebnf-version): New version number (4.1).
19199 (ebnf-syntax): Adjust customization.
19200 (ebnf-style-database): Add ebnfx entry.
19201 (ebnf-syntax-alist): Add ebnfx initialization.
19202 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
19203
19204 * printing.el: Doc fix.
19205 (pr-version): New version number (6.7.3).
19206 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
19207 returns nil for mouse position. Reported by Drew Adams
19208 <drew.adams@oracle.com>.
19209 (pr-update-menus): Modify interactive declaration. Reported by Drew
19210 Adams <drew.adams@oracle.com>.
19211
19212 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
19213
19214 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
19215 (gud-gdba-marker-filter): Log the process input and output, if
19216 required. From Stefan Monnier.
19217 (gdb-debug-log, gdb-enable-debug-log): New variables.
19218 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
19219
19220 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19221
19222 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
19223 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
19224
19225 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
19226
19227 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
19228 Call vc-find-file-hook here instead of in auto-revert-buffers.
19229 (auto-revert-buffers): Delete call to vc-find-file-hook.
19230 (auto-revert-verbose, global-auto-revert-non-file-buffers)
19231 (global-auto-revert-mode, auto-revert-set-timer)
19232 (auto-revert-handler, auto-revert-buffers): Doc fixes.
19233
19234 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19235
19236 * woman.el (woman-change-fonts): Rename local variable
19237 woman-font-alist to font-alist to avoid a compiler warning.
19238
19239 2004-03-27 Dave Love <fx@gnu.org>
19240
19241 * emacs-lisp/rx.el (rx): Doc fix.
19242 Fix copyright years.
19243
19244 * strokes.el (strokes-global-set-stroke-string): New function.
19245 (strokes-list-strokes): Cope with strings, not just commands.
19246 Set foreground color of image.
19247 (strokes-global-set-stroke): Doc fix.
19248
19249 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
19250
19251 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
19252 Auto Revert mode.
19253 (Buffer-menu-files-only): New variable.
19254 (Buffer-menu-toggle-files-only): New function.
19255 (Buffer-menu-mode-map): Bind it to `T'.
19256 (Buffer-menu-mode): Mention `T' in docstring.
19257 Set buffer-stale-function.
19258 (list-buffers-noselect): Mark buffer non-modified and set
19259 Buffer-menu-files-only.
19260
19261 * dired.el (buffer-stale-function): Remove no longer needed defvar.
19262
19263 * autorevert.el (auto-revert-handler): Print revert message
19264 before, rather than after, reverting.
19265 (buffer-stale-function): Move to files.el.
19266
19267 * files.el (buffer-stale-function): Move here from autorevert.el.
19268
19269 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19270
19271 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
19272
19273 * calc/calc.el (calc-mode-map): Use mapc.
19274
19275 * apropos.el (apropos-mode): Don't autoload.
19276 (apropos-symbols-internal): New fun. Extracted from `apropos'.
19277 (apropos): Use it.
19278 (apropos-print): Add optional `text' argument.
19279 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
19280 Don't assume point-min == 1.
19281
19282 * bs.el (bs-buffer-list): Use buffer-local-value.
19283 (bs--set-toggle-to-show): Use with-current-buffer.
19284
19285 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
19286 New funs.
19287 (list-buffers-noselect): Use them. Adjust :align-to to new style.
19288
19289 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
19290
19291 * dabbrev.el (dabbrev-expand): Fix regexp construction.
19292 (dabbrev--find-expansion): Use pop.
19293 (dabbrev--search): Use match-string-no-properties.
19294
19295 * dired.el (dired-mode): Use run-mode-hooks.
19296 (dired-move-to-end-of-filename): Use match-string.
19297
19298 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
19299 is bound before using it.
19300 (ediff-verbose-p): Make it into a var since it's not constant.
19301
19302 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
19303
19304 * faces.el (read-face-font): Don't cons up unnecessarily.
19305 (header-line, tool-bar): Share common parts.
19306
19307 * files.el (file-relative-name): Use compare-strings.
19308
19309 * finder.el (finder-mode): Follow coding convention.
19310
19311 * subr.el (read-number): New function.
19312
19313 * ses.el (ses-read-number): Move to subr.el.
19314 (ses-set-header-row): Use read-number.
19315
19316 2004-03-26 Andre Spiegel <spiegel@gnu.org>
19317
19318 * vc-hooks.el (vc-arg-list): New function, which handles both
19319 compiled and uncompiled code.
19320 (vc-default-workfile-unchanged-p): Use it.
19321
19322 * vc.el (vc-print-log): Undo prev change, use new function
19323 vc-arg-list from vc-hooks.el.
19324
19325 2004-03-26 Masatake YAMATO <jet@gyve.org>
19326
19327 * simple.el (completion-setup-function): Emphasize the
19328 first uncommon characters in the completions; and de-emphasize
19329 the common prefix substrings.
19330 (completion-emphasis): New face.
19331 (completion-de-emphasis): New face.
19332
19333 2004-03-25 Juanma Barranquero <lektu@terra.es>
19334
19335 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
19336 Comment out (it's unused and unfinished code).
19337
19338 2004-03-25 Sam Steingold <sds@gnu.org>
19339
19340 * vc.el (vc-print-log): Fix a bug in the last patch:
19341 backend-function may be a byte-compiled object, not a lambda.
19342
19343 2004-03-25 Juri Linkov <juri@jurta.org>
19344
19345 * descr-text.el (describe-property-list): Add a button
19346 for `face' property that calls `describe-face'.
19347 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
19348
19349 * international/mule.el (keyboard-coding-system):
19350 * kmacro.el (kmacro-call-macro): Fix docstring.
19351
19352 * dired.el: Fix comments.
19353
19354 * textmodes/fill.el (fill): Fix Info link.
19355
19356 * font-lock.el (fast-lock, lazy-lock):
19357 * jit-lock.el (jit-lock): Remove links to removed Support Modes
19358 Info node.
19359
19360 * eshell/eshell.el (eshell): Fix broken info-link.
19361
19362 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
19363 * eshell/em-banner.el (eshell-banner):
19364 * eshell/em-smart.el (eshell-smart):
19365 * eshell/esh-cmd.el (eshell-cmd):
19366 Comment out broken info-links to incomplete Info manual.
19367
19368 * info-xref.el: Fix commentary.
19369
19370 2004-03-25 Kevin Ryde <user42@zip.com.au>
19371
19372 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
19373 Remove spurious node duplicate suppression, doesn't work, not wanted.
19374 (info-xref-output): Take format style args, add "sit-for 0" to let
19375 user see the results as they progress.
19376 (info-xref-check-all-custom): New function.
19377
19378 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
19379
19380 * gdb-ui.el: Moved to progmodes.
19381
19382 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19383
19384 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
19385
19386 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19387
19388 * calendar/appt.el (appt-check): Remove superfluous progn.
19389 When finished with diary buffer: if it was not being displayed
19390 before, kill it; otherwise restore its original state.
19391 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
19392
19393 * calendar/calendar.el (calendar-set-mode-line): Use total
19394 available mode-line width, rather than frame-width.
19395
19396 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
19397 after mode change so effect not lost.
19398
19399 2004-03-23 Dave Love <fx@gnu.org>
19400
19401 * dired.el (dired) <defgroup>: Add link to manual.
19402 (dired-font-lock-keywords): Add highlighting on unusual permissions.
19403 (dired-revert): Use dolist.
19404 (dired-mode-map): Add U binding.
19405 (dired-mode): Add font-lock-beginning-of-syntax-function.
19406 (dired-garbage-files-regexp): Make it a defcustom.
19407
19408 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19409
19410 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
19411 is equivalent to nil.
19412 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
19413 (vc-arch-mode-line-string): Accept `added' state.
19414 (vc-arch-state): Use inode-sigs if available.
19415 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
19416 Copy&delete existing id file if any. Fallback if uuidgen is absent.
19417 (vc-arch-tagline-re): New var.
19418 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
19419 New functions.
19420 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
19421 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
19422
19423 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
19424 (vc-file-not-found-hook): Use it.
19425
19426 * diff-mode.el (diff-default-read-only): Change default.
19427 (diff-mode-hook): Make it a defcustom. Add some options.
19428 (diff-mode-map): Bind diff-refine-hook.
19429 (diff-yank-handler): New var.
19430 (diff-yank-function): New fun.
19431 (diff-font-lock-keywords): Use them.
19432 (diff-end-of-file): Handle case where file-header looks like diff text.
19433 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
19434 (diff-file-kill): Delete a subsequent empty line, if applicable.
19435 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
19436 (diff-find-file-name): Use it.
19437 (diff-tell-file-name): New command.
19438 (diff-mode): Be careful with view-mode.
19439 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
19440 New functions, for use in diff-mode-hook.
19441 (diff-find-source-location): Catch "regex too large" errors.
19442 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
19443 (diff-refine-hunk): New command.
19444
19445 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
19446 (smerge-context-menu-map): Remove unused var.
19447 (smerge-keep-all): Preserve markers.
19448 (smerge-keep-n): New fun.
19449 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19450 (smerge-keep-current, smerge-ediff): Use it.
19451 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
19452 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
19453 (smerge-resolve): Resolve trivial 3-part conflicts.
19454
19455 2004-03-23 Juri Linkov <juri@jurta.org>
19456
19457 * man.el (Man-width): New var.
19458 (Man-getpage-in-background): Use it.
19459 (Man-support-local-filenames): New var and fun.
19460 (Man-build-man-command): Don't add a second %s.
19461 (Man-fontify-manpage): Clean up message.
19462 (Man-mode): Set outline-regexp, outline-level,
19463 imenu-generic-expression.
19464
19465 * woman.el (woman-fill-frame): Doc fix.
19466 (woman-decode-region): Use window-width instead of frame-width.
19467
19468 * abbrevlist.el (list-one-abbrev-table):
19469 * descr-text.el (describe-char):
19470 * international/mule-diag.el (describe-current-coding-system):
19471 * international/quail.el (quail-insert-decode-map):
19472 Use window-width instead of frame-width.
19473
19474 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
19475 (jka-compr-mode-alist-additions): Add tbz.
19476 (jka-compr-write-region, jka-compr-insert-file-contents):
19477 Add message for undefined compress-program.
19478 (jka-compr-write-region): Remove redundant var bindings.
19479
19480 * dired-x.el (dired-guess-shell-alist-default): Add choices for
19481 extracting files into subdirectory. Add tbz and dz. Fix regexps.
19482 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
19483 (dired-man): Use dired-guess-shell-command.
19484 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
19485 Change default nil to t.
19486
19487 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
19488 (dired-compare-directories): Add default value for empty input.
19489
19490 * help-at-pt.el: Move suggestions for key bindings to Commentary.
19491
19492 * time.el (display-time-string-forms): Fix help-echo date format.
19493
19494 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
19495
19496 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
19497 (buffer-stale-function): New variable.
19498 (auto-revert-list-diff, auto-revert-dired-file-list)
19499 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
19500 (auto-revert-handler): Take over some functionality of deleted
19501 functions.
19502 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
19503
19504 * dired.el (dired-directory-changed-p): New fun, extracted from
19505 dired-internal-noselect.
19506 (dired-buffer-stale-p): New fun.
19507 (dired-internal-noselect): Use dired-directory-changed-p.
19508 Eliminate revert messages.
19509 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
19510
19511 2004-03-23 Kenichi Handa <handa@m17n.org>
19512
19513 * international/characters.el: Setup syntaxes for more parentheses
19514 Unicode characters.
19515
19516 * international/mule-cmds.el (select-safe-coding-system):
19517 Merge coding-system and auto-cs before comparing them.
19518
19519 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19520
19521 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
19522
19523 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19524 normal-auto-fill-function and comment-indent-function.
19525 The default values now work just as well.
19526 Don't set font-lock-beginning-of-syntax-function since we already set
19527 syntax-begin-function.
19528 (lisp-outline-level): Put ;;;###autoload at same level as (.
19529 (prin1-char): Quote special chars.
19530
19531 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
19532 than with-no-warnings.
19533
19534 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
19535 if the source location can't be found.
19536 (edebug-compute-previous-result): Use prin1-char.
19537
19538 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
19539 (debug-ignored-errors): Add an entry.
19540
19541 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
19542 (byte-compile-file): Output warning when deleting a file.
19543
19544 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
19545 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
19546
19547 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
19548 (byte-compile-inline-expand): Use backquote.
19549 (byte-optimize-pure-func): Rename from byte-optimize-concat.
19550 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
19551
19552 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
19553
19554 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
19555
19556 2004-03-22 Juri Linkov <juri@jurta.org>
19557
19558 * finder.el (finder-known-keywords): Fix data, tex, unix.
19559
19560 * play/landmark.el: Fix keywords.
19561
19562 * language/ethio-util.el (ethio-find-file): Doc fix.
19563
19564 * emacs-lisp/warnings.el: Doc fix.
19565
19566 * textmodes/ispell.el (ispell-help): Doc fix.
19567
19568 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
19569
19570 * format.el (format-insert-file): Always return a list of two
19571 elements, like insert-file-contents does.
19572
19573 2004-03-21 Andre Spiegel <spiegel@gnu.org>
19574
19575 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
19576 and vc-BACKEND-diff.
19577 (vc-print-log): If the print-log implementation supports it, use
19578 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
19579 (vc-version-diff, vc-diff-internal): Doc fixes.
19580
19581 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19582 implementation supports it, let diff output go to *vc*,
19583 not *vc-diff*, since this is an internal call.
19584
19585 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
19586
19587 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
19588
19589 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19590
19591 2004-03-21 Dave Love <fx@gnu.org>
19592
19593 * progmodes/cfengine.el (cfengine-mode):
19594 Set parse-sexp-ignore-comments.
19595
19596 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
19597
19598 2004-03-21 Juanma Barranquero <lektu@terra.es>
19599
19600 * allout.el (allout-mode): Fix docstring.
19601
19602 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
19603
19604 * files.el (insert-directory): Fix bug if SWITCHES is a list.
19605
19606 * autorevert.el (auto-revert-interval): Make new value take
19607 effect immediately when set through Custom.
19608 (auto-revert-set-timer): Add interactive declaration.
19609
19610 2004-03-19 David Ponce <david@dponce.com>
19611
19612 * ruler-mode.el (ruler-mode-header-line-format-old):
19613 Don't `make-variable-buffer-local'.
19614 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
19615 (ruler-mode-header-line-format): Simply funcall the above.
19616 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
19617 to save/restore a previous header line format.
19618 (ruler-mode-space): Don't depend on a numeric WIDTH value.
19619 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
19620 fringes and margins width.
19621 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
19622
19623 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
19624
19625 * log-edit.el (log-edit-font-lock-keywords): Typo.
19626
19627 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
19628 (tex-send-tex-command): Rather than here.
19629 (tex-compilation-parse-errors): Simplify.
19630
19631 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
19632
19633 * time.el (display-time-string-forms): Add help-echo with date on time.
19634
19635 * composite.el (compose-region): Use restore-buffer-modified-p.
19636
19637 * disp-table.el (standard-display-8bit): Simplify.
19638
19639 * server.el (server-process-filter): Delete temp frame.
19640
19641 * add-log.el (add-change-log-entry): Simplify.
19642
19643 2004-03-19 Kim F. Storm <storm@cua.dk>
19644
19645 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
19646 (hexl-follow-line): Don't require 'fringe.
19647
19648 * progmodes/compile.el (compilation-start): Always set
19649 compilation-last-buffer and return it.
19650
19651 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
19652
19653 * simple.el (clone-buffer): Doc fix.
19654
19655 2004-03-18 Juanma Barranquero <lektu@terra.es>
19656
19657 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
19658
19659 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19660
19661 * log-edit.el (log-edit-font-lock-keywords): New var.
19662 (log-edit-mode): Use it.
19663
19664 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
19665
19666 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
19667 properly for watching in speedbar.
19668
19669 2004-03-17 Masatake YAMATO <jet@gyve.org>
19670
19671 * smerge-mode.el (smerge-popup-context-menu):
19672 Put `unwind-protect' around `overlay-put' and `popup-menu'.
19673
19674 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19675
19676 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19677 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19678 Take sealed revisions into account.
19679 (vc-arch-checkin): Extract a summary line from the message.
19680
19681 2004-03-16 Masatake YAMATO <jet@gyve.org>
19682
19683 * register.el (register): Provide `register' feature.
19684
19685 2004-03-15 Masatake YAMATO <jet@gyve.org>
19686
19687 Added context menu support in smerge mode.
19688 Most of the part is written by Stefan Monnier.
19689
19690 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19691 New keymap and menu.
19692 (smerge-text-properties): New function.
19693 (smerge-remove-props): New function.
19694 (smerge-popup-context-menu): New function.
19695 (smerge-resolve): Call `smerge-remove-props'.
19696 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19697 (smerge-keep-current): Ditto.
19698 (smerge-kill-current): New function.
19699 (smerge-match-conflict): Put text properties.
19700 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19701
19702 2004-03-15 David Ponce <david@dponce.com>
19703
19704 * ruler-mode.el (ruler-mode-left-fringe-cols)
19705 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19706 (ruler-mode-right-scroll-bar-cols): Remove.
19707 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19708 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19709 Use fringe-columns and scroll-bar-columns.
19710
19711 2004-03-15 Masatake YAMATO <jet@gyve.org>
19712
19713 * hl-line.el (hl-line-range-function): New variable.
19714 (hl-line-move): New function.
19715 (global-hl-line-highlight): Use `hl-line-move'.
19716 (hl-line-highlight): Ditto.
19717
19718 * scroll-bar.el (scroll-bar-columns):
19719 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19720
19721 * ruler-mode.el (top-level): Require scroll-bar and fringe.
19722 (ruler-mode-left-fringe-cols)
19723 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19724 (ruler-mode-right-scroll-bar-cols)
19725 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19726 (ruler-mode-ruler-function): New variable.
19727 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19728 if the value for `ruler-mode-ruler-function' is given.
19729
19730 * hexl.el (hexl-mode-hook): Make the hook customizable.
19731 (hexl-address-area, hexl-ascii-area): New customize variables.
19732 (hexlify-buffer): Put font-lock-faces on the address area and
19733 the ascii area.
19734 (hexl-activate-ruler): New function.
19735 (hexl-follow-line): New function.
19736 (hexl-highlight-line-range): New function.
19737 (hexl-mode-ruler): New function.
19738
19739 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19740
19741 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
19742 (vc-default-find-file-hook): New fun.
19743 (vc-find-file-hook): Call new find-file-hook operation.
19744
19745 * vc-arch.el: New file.
19746
19747 2004-03-12 Jesper Harder <harder@ifa.au.dk>
19748
19749 * info-look.el (info-lookup): Reuse an existing Info window.
19750
19751 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19752
19753 * woman.el (woman-preserve-ascii): Default value changed to t and
19754 doc string revised.
19755
19756 2004-03-12 Richard M. Stallman <rms@gnu.org>
19757
19758 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19759 Fix minor bug.
19760
19761 * replace.el (occur-engine): Change message for count of matches.
19762
19763 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19764 For strings, do compare text properties.
19765
19766 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
19767
19768 * progmodes/compile.el (compile-auto-highlight)
19769 (compilation-error-list, compilation-old-error-list)
19770 (compilation-parse-errors-function, compilation-parsing-end)
19771 (compilation-error-message, compilation-directory-stack)
19772 (compilation-enter-directory-regexp-alist)
19773 (compilation-leave-directory-regexp-alist)
19774 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19775 (compilation-current-file, compilation-regexps): Remove vars.
19776
19777 (compile-error-at-point, compilation-error-filedata)
19778 (compilation-error-filedata-file-name, compile-reinitialize-errors)
19779 (compilation-next-error-locus, compilation-forget-errors)
19780 (count-regexp-groupings, compilation-parse-errors)
19781 (compile-collect-regexps, compile-buffer-substring): Remove funs.
19782
19783 (compile-internal): Make obsolete.
19784
19785 (compilation-first-column, compilation-error)
19786 (compilation-directory-matcher, compilation-page-delimiter)
19787 (compilation-mode-font-lock-keywords, compilation-debug)
19788 (compilation-error-face, compilation-warning-face)
19789 (compilation-info-face, compilation-line-face)
19790 (compilation-column-face, compilation-enter-directory-face)
19791 (compilation-leave-directory-face, compilation-skip-threshold)
19792 (compilation-skip-visited, compilation-context-lines): New vars.
19793
19794 (compilation-warning-face, compilation-info-face)
19795 (compilation-message-face): New faces.
19796
19797 (compilation-error-regexp-alist-alist): New constant.
19798
19799 (compilation-face, compilation-directory-properties)
19800 (compilation-assq, compilation-error-properties, compilation-start)
19801 (define-compilation-mode, compilation-loop)
19802 (compilation-set-window): New functions.
19803
19804 (compile): Additional argument for interactive compiles like TeX.
19805
19806 * progmodes/grep.el (kill-grep): Move here from compile.el
19807 (grep-error, grep-hit-face, grep-error-face)
19808 (grep-mode-font-lock-keywords): New variables.
19809 (grep-regexp-alist): Simplify regexp and add `binary' case.
19810 (grep-mode): New mode.
19811 (grep-process-setup): Simplify.
19812
19813 2004-03-11 Jason Rumney <jasonr@gnu.org>
19814
19815 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19816 letters on DOS/Windows.
19817
19818 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
19819
19820 * server.el (server-name): New var.
19821 (server-socket-dir): New var to replace server-socket-name.
19822 (server-start): Use them.
19823
19824 2004-03-11 Simon Josefsson <jas@extundo.com>
19825
19826 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19827 died to avoid infloop. Reported by Jonathan Glauner
19828 <jglauner@sbum.org>.
19829
19830 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19831
19832 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19833 (smerge-mode-menu): Use it to deactivate menu entries.
19834 (smerge-keep-current): New fun.
19835 (smerge-keep-current): Use it.
19836
19837 2004-03-10 John Paul Wallington <jpw@gnu.org>
19838
19839 * foldout.el (foldout-fold-list, foldout-modeline-string):
19840 Declare them as variables, not constants.
19841
19842 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19843
19844 * ps-print.el: Modification to print *Messages* buffer.
19845 (ps-print-version): New version 6.6.4.
19846 (ps-message-log-max): New fun.
19847 (ps-spool-without-faces, ps-spool-with-faces)
19848 (ps-count-lines-preprint): Code fix.
19849
19850 * printing.el: New tips in Tips section.
19851
19852 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19853
19854 * delim-col.el: Doc fix.
19855
19856 * printing.el: Doc fix. New doc section (Tips).
19857
19858 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
19859
19860 * type-break.el (type-break-emacs-variant): Remove.
19861 (type-break-run-at-time, type-break-cancel-function-timers):
19862 Use fboundp rather than version name and number.
19863
19864 2004-03-09 Masatake YAMATO <jet@gyve.org>
19865
19866 * hexl.el (hexl-mode): Use `make-local-variable' instead of
19867 `make-variable-buffer-local'.
19868
19869 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
19870
19871 * find-dired.el (find-dired): Call `shell-command' instead of
19872 `start-process-shell-command'. By this, Tramp takes over
19873 handling of remote directories.
19874
19875 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19876
19877 * newcomment.el (comment-use-global-state): New var.
19878 (comment-search-forward): Use it.
19879
19880 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19881
19882 * cus-edit.el (fill) <defgroup>: Move to fill.el.
19883
19884 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19885 (enable-kinsoku): Make it a defcustom.
19886 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19887 paragraph to same-comment-start-marker.
19888
19889 2004-03-07 Dave Love <fx@gnu.org>
19890
19891 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19892 (browse-url-mail): Use it.
19893
19894 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19895 (rfc2368-unhexify-string): Use replace-regexp-in-string.
19896
19897 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19898
19899 * woman.el (woman-man.conf-path): Doc fix.
19900 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19901
19902 2004-03-07 Eli Zaretskii <eliz@gnu.org>
19903
19904 * sort.el (sort-columns): Remove ms-dos from the list of systems
19905 where the external `sort' command is not used.
19906
19907 2004-03-07 Kim F. Storm <storm@cua.dk>
19908
19909 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19910 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19911 from overlay-arrow-variable-list.
19912 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19913
19914 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
19915
19916 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19917 overlay arrow string properly for the assembler buffer.
19918
19919 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19920
19921 * mail/sendmail.el (mail-mode): Fix last change.
19922
19923 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
19924
19925 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19926 for the assembler buffer.
19927 (gdb-assembler-custom): Position the overlay arrow.
19928 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19929
19930 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
19931
19932 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19933
19934 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19935 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19936
19937 * mail/sendmail.el (mail-mode): Set comment-start-skip.
19938
19939 * newcomment.el (uncomment-region): Allow non-terminated comment.
19940 (comment-normalize-vars): Check the user-specified comstart marker.
19941
19942 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19943
19944 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19945 Otherwise, do use it if the region only contains font-lock text
19946 properties.
19947
19948 2004-03-04 Masatake YAMATO <jet@gyve.org>
19949
19950 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19951 as the callback function for eldoc.
19952 (hexl-print-current-point-info): New function.
19953 (hexl-current-address): Print the address in both decimal
19954 and hexadecimal format.
19955
19956 2004-03-04 Richard M. Stallman <rms@gnu.org>
19957
19958 * mail/rmail.el (rmail-convert-to-babyl-format):
19959 Specify t for UNIBYTE when calling mail-unquote-printable-region.
19960
19961 * mail/mail-utils.el (mail-unquote-printable-region):
19962 New arg UNIBYTE.
19963
19964 * startup.el (command-switch-alist): Doc fix.
19965
19966 * simple.el (undo): Temporarily set this-command to `undo-start',
19967 then set it to `undo' once undo-start returns without error.
19968
19969 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19970
19971 * simple.el (kill-line): Don't disregard trailing whitespace
19972 in eol condition, if show-trailing-whitespace is set.
19973
19974 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19975 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19976 When disabling, restore old values only if mouse-sel-has-been-enabled.
19977
19978 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19979 (isearch-{-char): New function.
19980 (isearch-mode-map): Bind { to isearch-{-char.
19981
19982 * font-lock.el (lisp-font-lock-keywords-2):
19983 Turn off the CL with-... and do-... general patterns.
19984 Instead, recognize several specific with... and do... constructs.
19985
19986 * files.el (switch-to-buffer-other-window):
19987 Bind same-window-buffer-names and same-window-regexps to nil.
19988 (switch-to-buffer-other-frame): Likewise.
19989
19990 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19991
19992 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19993 recognizing leading comment on code line.
19994
19995 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19996
19997 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19998 hidden files/directories.
19999
20000 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
20001
20002 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
20003 only comment-start (in case the mode hasn't set it).
20004
20005 * Makefile.in (AUTOGENEL): New var.
20006 (bootstrap-prepare): Rename from bootstrap-clean.
20007 Don't remove elc files.
20008 (maintainer-clean): New target.
20009
20010 * xml.el (xml-get-attribute-or-nil): Simplify.
20011
20012 2004-03-02 Juri Linkov <juri@jurta.org>
20013
20014 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
20015 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
20016 URL to prevent their substitution with the environment variable
20017 values by browsers.
20018
20019 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20020
20021 * ps-print.el: Doc fix.
20022 (ps-print-version): New version number (6.6.3).
20023 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
20024 Docstring fix.
20025 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
20026 before printing.
20027 (ps-time-stamp-yyyy-mm-dd): New fun.
20028 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
20029
20030 2004-03-02 Kim F. Storm <storm@cua.dk>
20031
20032 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
20033
20034 2004-03-01 Juanma Barranquero <lektu@terra.es>
20035
20036 * allout.el (allout-rebullet-heading): Fix typo in docstring.
20037
20038 * desktop.el (desktop-file-version)
20039 (desktop-after-read-hook): Fix typos.
20040 (desktop-clear-preserve-buffers): Remove redundant info in
20041 docstring already shown by the obsolescence message.
20042 (desktop-truncate, desktop-internal-v2s)
20043 (desktop-value-to-string): Change argument name to match docstring.
20044
20045 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
20046
20047 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
20048 docstring.
20049
20050 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20051
20052 * printing.el: Replace "As Is..." in PostScript file print/preview by
20053 "No Preprocessing...". Suggested by Colin Marquardt
20054 <_marquardt_@zmd.de>.
20055 (pr-insert-section-4): Adjust buffer interface.
20056
20057 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
20058
20059 Version 2.0.39 of Tramp released.
20060
20061 * net/tramp.el (tramp-handle-file-local-copy)
20062 (tramp-handle-write-region, tramp-open-connection-rsh):
20063 Variable name typo. Small change. From Patrick Tullmann
20064 <tullmann@flux.utah.edu>.
20065 (tramp-process-connection-type): New variable.
20066 (tramp-maybe-open-connection): Use it.
20067 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
20068 (tramp-touch): Set last-modified time of a remote file.
20069 (tramp-handle-write-region): Say which function is used when encoding.
20070
20071 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
20072
20073 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
20074 case of non-existing filename, too. Reported by Christoph Bauer
20075 <c_bauer@informatik.uni-kl.de>.
20076 (tramp-smb-get-file-entries): The directory in question should
20077 have permissions "drwxrwxrwx". Just virtual, because we don't
20078 know the real permissions. Don't we know?
20079 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
20080 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
20081 (tramp-smb-wait-for-output): Optimize algorithm getting pending
20082 output. If it was received chunkwise, there have been problems.
20083 Remove the "prompt not found" error message; it is obvious.
20084 Simplify algorithm.
20085 (tramp-smb-process-running): Remove. Since we acknowledge the
20086 virtual prompt for shares, there's no need for distinction of
20087 reading shares (process ends afterwards) and interactive mode of
20088 smblient.
20089 (tramp-smb-open-connection): Setting process sentinel removed.
20090 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
20091 "NT_STATUS_NETWORK_ACCESS_DENIED".
20092 (tramp-smb-maybe-open-connection): Set `process-connection-type'
20093 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
20094 (top-level): Setting default value in `tramp-default-method-alist'
20095 corrected. Order of USER and HOST have been wrong.
20096 Nobody complained for months ...
20097 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
20098 (tramp-smb-open-connection): Clear password cache if login has failed.
20099
20100 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
20101 `tramp-unified-filenames'.
20102 (tramp-completion-mode): Make test for XEmacs explicitly.
20103 `event-to-character' can exists in Emacs packages too.
20104 Reported by Matt Swift <swift@alum.mit.edu>.
20105 (tramp-buffer-name): Buffer name must contain the user if exists.
20106 Reported by Adrian Phillips <a.phillips@met.no>.
20107 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
20108 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
20109 (tramp-do-copy-or-rename-file-out-of-band): Rename from
20110 `tramp-do-copy-or-rename-file-one-local', because it handles also
20111 the case both files use the same out-of-band method.
20112 Implementation added.
20113 (tramp-handle-file-local-copy, tramp-handle-write-region):
20114 Out-of-band handling removed. `copy-file' called instead, which
20115 calls `tramp-do-copy-or-rename-file-out-of-band'.
20116 (tramp-action-password): Check for out-of-band method removed.
20117 This function is used for 'login-program.
20118 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
20119 appropriate.
20120 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
20121 and `tramp-parse-sknownhosts'.
20122 (tramp-completion-function-alist): It's a defvar now, because we
20123 want to apply the optimized `tramp-set-completion-function'
20124 instead of a static list.
20125 (tramp-set-completion-function): Implementation tuned.
20126 Avoid double entries, and entries where the function or the
20127 file/directory doesn't exist.
20128 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
20129 for SSH2.
20130 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
20131 (tramp-handle-dired-compress-file): New function.
20132 (tramp-async-proc): New variable.
20133 (tramp-handle-shell-command): Adding asynchronous processes.
20134 They are far from being perfect, but it works at least for
20135 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
20136 (top-level): Require password.el if visible. Should be mandatory
20137 once No Gnus has found its way into (X)Emacs.
20138 (tramp-read-passwd): Invoke `password-read' if available,
20139 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
20140 fallback any longer.
20141 (tramp-clear-passwd): New function.
20142 (tramp-process-actions, tramp-process-multi-actions):
20143 Clear password cache if login has failed.
20144
20145 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
20146 its own module.
20147 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
20148 `ange-ftp-ftp-name-res'. There could be incorrect values from
20149 previous calls in case the "ftp" method is used in the Tramp file
20150 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20151
20152 2004-02-28 Richard M. Stallman <rms@gnu.org>
20153
20154 * term.el (term-mouse-paste): Call mouse-set-point.
20155
20156 * thumbs.el: New file.
20157
20158 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20159
20160 * progmodes/ebnf-abn.el: Doc fix.
20161
20162 * progmodes/ebnf-bnf.el: Doc fix.
20163 (ebnf-repeat): Code fix.
20164
20165 * progmodes/ebnf2ps.el: Doc fix.
20166 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
20167
20168 2004-02-28 Juri Linkov <juri@jurta.org>
20169
20170 * ffap.el (dired-at-point): Additional writability test for
20171 relative directory names.
20172 (dired-at-point-prompter): Treat directories as a directory, get
20173 the directory component from files.
20174 (ffap-string-at-point): Return string from region if region is active.
20175 (ffap-file-at-point): Remove redundant code.
20176
20177 2004-02-28 Kim F. Storm <storm@cua.dk>
20178
20179 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
20180 Initialize margin area images to nil.
20181 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
20182 (breakpoint-enabled-bitmap-face)
20183 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
20184 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
20185 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
20186 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
20187 (gdb-reset): Use gdb-remove-breakpoint-icons.
20188 (gdb-put-string): Add dprop arg to specify alternative display
20189 property (for setting fringe bitmap).
20190 (gdb-remove-strings): Doc fix.
20191 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
20192 icon in fringe (if available), or else as icon or text in display
20193 margin. Creates necessary icons in breakpoint-bitmap,
20194 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
20195 Also make left window margin if required.
20196 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
20197 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
20198 no longer needed.
20199 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
20200 gdb-put-breakpoint-icon.
20201 (gdb-assembler-mode): Don't set left-margin-width here.
20202
20203 2004-02-27 Kevin Ryde <user42@zip.com.au>
20204
20205 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
20206 comma, so that it DTRT in macros.
20207
20208 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
20209
20210 * progmodes/sh-script.el (sh-shell-arg)
20211 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
20212 (sh-leading-keywords, sh-other-keywords): Fix custom type.
20213
20214 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
20215
20216 * faces.el (face-spec-set-match-display): Add a new attribute,
20217 `min-colors'.
20218 (region, highlight, secondary-selection): Use `min-colors'.
20219
20220 * custom.el (defface): Add documentation for `min-colors'.
20221
20222 * font-lock.el (font-lock-comment-face, font-lock-string-face)
20223 (font-lock-keyword-face, font-lock-function-name-face)
20224 (font-lock-variable-name-face, font-lock-constant-face):
20225 Use `min-colors'.
20226
20227 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
20228
20229 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20230
20231 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
20232 define assq-delete-all if it's not defined.
20233 (ebnf-generate-region): Code fix.
20234
20235 * printing.el: Doc fix.
20236 (pr-version): New version number (6.7.2).
20237 (pr-command): Return empty string if command is an empty string.
20238
20239 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20240
20241 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
20242
20243 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
20244 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
20245 semi-down-full. Fix a bug on productions like test = {"test"}* | (
20246 "tt" ["test"] ). Reported by Markus Dreyer
20247 <mdreyer@ix.urz.uni-heidelberg.de>.
20248 (ebnf-version): New version number (4.0).
20249 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
20250 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
20251 (ebnf-delete-style): New commands.
20252 (ebnf-directory, ebnf-file): New funs.
20253 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
20254 (ebnf-production-name-p, ebnf-stop-on-error): New options.
20255 (ebnf-syntax-alist): New var.
20256 (ebnf-element-width): New fun replacing ebnf-list-width.
20257 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
20258 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
20259 (ebnf-prologue): Adjust vars.
20260 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
20261 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
20262 (ebnf-check-style-values, ebnf-generate-production)
20263 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
20264 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
20265 (ebnf-token-repeat): Code fix.
20266
20267 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
20268 %right, %left and %prec. Suggested by Matthew K. Junker
20269 <junker@alum.mit.edu>.
20270 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
20271
20272 * progmodes/ebnf-iso.el: Doc fix.
20273 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
20274 (ebnf-iso-lex): Code fix.
20275
20276 * progmodes/ebnf-bnf.el: Doc fix.
20277 (ebnf-bnf-lex): Code fix.
20278
20279 * progmodes/ebnf-otz.el: Doc fix.
20280
20281 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
20282
20283 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
20284 (abbrev-prefix-mark): Doc fix.
20285
20286 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
20287
20288 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
20289 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
20290 (gdb-var-delete): Make interactive (really).
20291 (gdb-edit-value): Make non-interactive.
20292
20293 * progmodes/gud.el (gud-speedbar-menu-items):
20294 Add gdb-var-delete and, indirectly, gdb-edit-value.
20295 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
20296 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
20297 (gud-gdb-marker-filter): Add comment for annotations.
20298
20299 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20300
20301 * calendar/calendar.el (generate-calendar)
20302 (calendar-read-date): Prevent display of BC calendars once more -
20303 reverts 2003-10-01 change.
20304 (generate-calendar-month): Doc fix.
20305
20306 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
20307
20308 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
20309 return value of increment-calendar-month.
20310
20311 2004-02-21 Stephen Compall <s11@member.fsf.org>
20312
20313 * saveplace.el (save-place-forget-unreadable-files)
20314 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
20315 (save-place-forget-unreadable-files): New function.
20316 (save-place-alist-to-file): Use it to filter out files that are
20317 no longer readable.
20318
20319 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
20320 current Texinfo environment, using the same method as in
20321 `texinfo-insert-@end', and insert a space rather than a newline if
20322 point in a @table environment.
20323
20324 2004-02-21 Juri Linkov <juri@jurta.org>
20325
20326 * ffap.el (ffap-file-at-point): Try parent directories.
20327
20328 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
20329
20330 * vcursor.el (vcursor-modifiers): New defcustom.
20331 (vcursor-cs-binding): Use vcursor-modifiers instead of a
20332 hard-coded list.
20333
20334 2004-02-21 Masatake YAMATO <jet@gyve.org>
20335
20336 * play/animate.el (animate-birthday-present): Accept names other
20337 than `Sarah', too.
20338
20339 2004-02-21 Juri Linkov <juri@jurta.org>
20340
20341 * startup.el: Remove table of command line arguments from the
20342 Commentary section.
20343
20344 2004-02-20 John Wiegley <johnw@newartisans.com>
20345
20346 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
20347 again" modifier from 'e' to 'E', since 'e' is also used by the
20348 "file extension" modifier.
20349
20350 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
20351
20352 * help-fns.el (describe-categories): Doc fix.
20353
20354 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20355
20356 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
20357 temporary file for buffer already visiting one. This change makes
20358 output likely to be directly usable by patch program.
20359 Suggested by Adrian Aichner <adrian@xemacs.org>
20360
20361 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
20362
20363 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
20364 case of variables defined in compound statements.
20365 (gdb-setup-windows, gdb-source-info, gdb-source-info):
20366 Simplify constructions using switch-to-buffer.
20367
20368 2004-02-19 Simon Josefsson <jas@extundo.com>
20369
20370 * play/morse.el: Fix typo.
20371 (morse-code): Add @.
20372
20373 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20374
20375 * calendar/appt.el (appt-display-format): Change default to
20376 'ignore, for backwards compatibility.
20377 (appt-display-message): If appt-display-format is 'ignore,
20378 respect old vars appt-msg-window and appt-visible.
20379 (appt-activate): Don't depend on return value of cancel-timer.
20380
20381 * calendar/calendar.el (calendar-holidays): Doc fix.
20382
20383 * calendar/cal-coptic.el (coptic-prompt-for-date):
20384 Use assoc-string instead of assoc-ignore-case.
20385 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
20386 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
20387 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
20388 * calendar/cal-islam.el (calendar-goto-islamic-date)
20389 (mark-islamic-diary-entries): Ditto.
20390 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
20391 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
20392 (calendar-read-mayan-tzolkin-date): Ditto.
20393 * calendar/calendar.el (calendar-read-date): Ditto.
20394 * calendar/diary-lib.el (mark-diary-entries): Ditto.
20395
20396 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
20397
20398 * progmodes/executable.el (executable-command-find-posix-p):
20399 Fix choice of the directory.
20400
20401 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
20402
20403 * simple.el (interprogram-cut-function)
20404 (interprogram-paste-function, kill-new, kill-append):
20405 Doc fixes.
20406 (kill-region): Make it return nil. Doc fix.
20407 (yank-pop): Make its argument optional.
20408 (yank): Make ARG `-' equivalent to `-1'.
20409
20410 2004-02-17 Eli Zaretskii <eliz@gnu.org>
20411
20412 * mail/rmail.el (rmail-get-new-mail): Don't reference
20413 rmail-use-spam-filter if rmail-spam-filter is not loaded.
20414
20415 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
20416
20417 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
20418 if one of global-auto-revert-non-file-buffers or autorevert-mode
20419 is non-nil.
20420
20421 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20422
20423 * subr.el (delete-dups): A better implementation from Karl Heuer
20424 <kwzh@gnu.org>.
20425
20426 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
20427
20428 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
20429 correct place.
20430 * progmodes/icon.el (icon-indent-command): Ditto.
20431 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
20432
20433 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20434
20435 * progmodes/grep.el (grep-compute-defaults): Undo change from
20436 2004-01-29: don't use executable-command-find-posix-p.
20437
20438 2004-02-16 Richard Sharman <rsharman@pobox.com>
20439
20440 * hilit-chg.el: Use require instead of eval-and-compile.
20441 (highlight-compare-buffers): New function.
20442
20443 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
20444
20445 * man.el (Man-fontify-manpage): Render section headings in
20446 `Man-overstrike-face' even when overstrike was not used by man
20447 formatter for section headings.
20448
20449 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
20450
20451 * rmail-spam-filter.el (vm-use-spam-filter)
20452 (rsf-min-region-length-added-to-spam-list): New variables.
20453 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
20454 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
20455 spam testing. Don't delete spam message if automatic deletion
20456 after output via variable rmail-delete-after-output is turned on.
20457 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
20458 rsf-bbdb-dont-create-entries-for-spam.
20459 (check-field): New function, extracted from code in
20460 rmail-spam-filter to ease addition of header fields like content-type.
20461 (message-content-type): New variable to check the content-type:
20462 field added, also in defcustom of rsf-definitions-alist.
20463 (rmail-spam-filter): Replace repeated test code for header fields
20464 by calls to check-field; change the call to
20465 rmail-output-to-rmail-file such that rmail-current-message stays
20466 the same to avoid wrong deletion of unseen flags.
20467 (rsf-add-contents-type): New function to convert old format
20468 of rmail-spam-definitions-alist into new one.
20469 Change prefixes of all variables and functions from
20470 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
20471
20472 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20473
20474 * loadhist.el (unload-hook-features-list): New defvar.
20475
20476 2004-02-16 Dave Love <fx@gnu.org>
20477
20478 * loadhist.el (unload-feature): Doc fix. Rename flist to
20479 unload-hook-features-list.
20480
20481 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
20482
20483 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
20484 cookie. Don't check if we are looking-at open-formula.
20485
20486 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
20487
20488 * subr.el (match-string-no-properties): Use substring-no-properties.
20489
20490 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20491
20492 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
20493 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
20494 Use lower-case "rx" in all error message.
20495
20496 2004-02-16 Dave Love <fx@gnu.org>
20497
20498 * emacs-lisp/rx.el (rx-or): Put group around result.
20499 (rx-constituents): Add backref.
20500 (rx-syntax): Add string-delimiter, comment-delimiter.
20501 (rx-categories): Add combining-diacritic.
20502 (rx-check-not, rx-greedy, rx): Doc fix.
20503 (rx-backref, rx-check-backref): New.
20504
20505 2004-02-16 Jesper Harder <harder@ifa.au.dk>
20506
20507 * newcomment.el (uncomment-region): Allow eob as comment end.
20508
20509 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20510
20511 * filecache.el: All message and error commands now use prefix
20512 "Filecache:" to make it easy to read *Messages* buffer.
20513
20514 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20515
20516 * autorevert.el: Add support to detect changed dired and VC buffers.
20517 (auto-revert-active-p, auto-revert-list-diff)
20518 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
20519 (auto-revert-handler, auto-revert-active-p): New functions.
20520 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
20521 and `auto-revert-active-p'.
20522 (eval-when-compile): Defvar dired-directory and vc-mode.
20523 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20524 (auto-revert-handler-vc): New functions.
20525
20526 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20527
20528 * progmodes/compile.el (compilation-directory): New defvar.
20529 (compile): Save current directory in compilation-directory.
20530 (recompile): Bind default-directory to compilation-directory if
20531 that is non-nil.
20532
20533 2004-02-16 Dave Love <fx@gnu.org>
20534
20535 * newcomment.el (comment-insert-comment-function)
20536 (comment-region-function, uncomment-region-function): New.
20537 (comment-indent): Use comment-insert-comment-function.
20538 (uncomment-region): Use uncomment-region-function.
20539 (comment-region): Use comment-region-function.
20540
20541 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
20542
20543 2004-02-16 Richard Stallman <rms@gnu.org>
20544
20545 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
20546 loaddefs* and ldefs-boot*.
20547
20548 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20549
20550 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
20551 and email address at the beginning and end of the address.
20552
20553 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
20554 anchored at the beginning of the email address.
20555
20556 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
20557
20558 * international/ccl.el (ccl-compile-write): Pass `left' to
20559 ccl-embed-code to generate correct code of write-expr-register.
20560
20561 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
20562
20563 * progmodes/grep.el (grep-compute-defaults): Fix typos.
20564
20565 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20566
20567 * x-dnd.el: Mention support for Motif in commentary.
20568 (x-dnd-handle-drag-n-drop-event): Ditto.
20569
20570 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
20571
20572 * ses.el: Use "ses--" prefixes for buffer-local variables.
20573 Use (point-min) instead of 1, even when we know the buffer
20574 is unnarrowed.
20575 (ses-build-load-map): Delete. Distribute its content to defconsts for
20576 the three maps.
20577 (ses-menu, ses-header-line-menu): New menus.
20578 (ses-mode-map): Use them.
20579 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
20580
20581 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
20582
20583 * Makefile.in: Fix the CC Mode recompile kludge so it works
20584 when building in a different directory.
20585
20586 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
20587
20588 * simple.el (kill-new): Put yank-handler property on the entire string.
20589
20590 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20591
20592 * diff.el: Don't use compile any more, use diff-mode instead.
20593 (diff-regexp-alist, diff-old-file, diff-new-file)
20594 (diff-parse-differences, diff-process-setup): Remove.
20595 (diff-sentinel): New fun.
20596 (diff): Use it. Run the process ourselves.
20597 Use diff-mode for the rest of the processing.
20598
20599 * diff.el (diff): Simplify code handling `switch'.
20600
20601 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20602
20603 * pcvs-defs.el (cvs-menu): Add `tag'.
20604
20605 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
20606
20607 * simple.el (kill-append): Doc fix.
20608
20609 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20610 Adapt outline-regexp to the new conventions for commenting out code.
20611
20612 2004-02-11 John Paul Wallington <jpw@gnu.org>
20613
20614 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
20615
20616 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20617
20618 * diff.el (diff-switches): New fun.
20619 (diff, diff-backup): Use it.
20620 (diff): Clean up the args construction. Use backquote.
20621 Use listp instead of consp to avoid putting a nil arg.
20622 (diff): Add a revert-buffer function.
20623
20624 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20625
20626 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
20627 handled by x-dnd-handle-file-name.
20628 (x-dnd-known-types): Add COMPOUND_TEXT.
20629 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
20630 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
20631 x-dnd-empty-state.
20632 (x-dnd-forget-drop): Ditto.
20633 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
20634 (x-dnd-handle-one-url): Return private when inserting text.
20635 (x-dnd-insert-ctext): New function.
20636 (x-dnd-handle-file-name): New function for FILE_NAME.
20637 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
20638 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
20639 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
20640
20641 2004-02-10 Kenichi Handa <handa@m17n.org>
20642
20643 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
20644 instead of while loop.
20645
20646 2004-02-10 Miles Bader <miles@gnu.org>
20647
20648 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
20649
20650 2004-02-09 Kenichi Handa <handa@m17n.org>
20651
20652 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
20653 have end-of-line.
20654
20655 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
20656
20657 * Makefile.in: Added extra dependencies in the recompile target
20658 needed to cope with the compile time macro expansions in CC Mode.
20659
20660 2004-02-09 Kim F. Storm <storm@cua.dk>
20661
20662 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
20663 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
20664 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
20665 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
20666 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
20667 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
20668 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
20669 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
20670 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20671 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20672 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20673
20674 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20675
20676 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20677 Don't allow shrink if there's a window on our right.
20678
20679 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20680 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20681 Bring together declaration and initialization.
20682 (prolog-mode-variables): Don't set the syntax table.
20683 Don't set paragraph-start and comment-indent-function.
20684 Add /*..*/ to the comment regexps.
20685 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
20686 (prolog-mode-map): Don't bind TAB.
20687 (prolog-mode): Set the syntax table.
20688 (prolog-comment-indent): Remove.
20689 (inferior-prolog-mode-map): Initialize in the declaration.
20690 (inferior-prolog-mode-syntax-table)
20691 (inferior-prolog-mode-abbrev-table): New vars.
20692 (inferior-prolog-mode): Derive from comint-mode.
20693 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20694 minibuffer windows.
20695
20696 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20697 in file names, as long as it is unambiguous.
20698
20699 2004-02-08 Andreas Schwab <schwab@suse.de>
20700
20701 * textmodes/reftex-toc.el
20702 (reftex-toc-load-all-files-for-promotion): Remove useless use of
20703 format. Doc fix.
20704
20705 * textmodes/refer.el (refer-find-entry-internal): Remove extra
20706 format string arguments.
20707
20708 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20709 string argument.
20710
20711 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20712
20713 * play/zone.el (zone-call): Fix format string.
20714
20715 * net/webjump.el (webjump-builtin): Add missing format string argument.
20716
20717 * midnight.el (midnight-delay-set): Remove extra format string argument.
20718
20719 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20720
20721 * hexl.el (hexl-insert-char): Add missing format string argument.
20722
20723 * format.el (format-decode): Fix format string.
20724
20725 * emulation/vi.el (vi-mode): Remove extra format string argument.
20726 (vi-repeat-last-search): Likewise.
20727 (vi-reverse-last-search): Likewise.
20728 (vi-goto-mark): Likewise.
20729 (vi-reverse-last-find-char): Likewise.
20730 (vi-repeat-last-find-char): Likewise.
20731 (vi-locate-def): Likewise.
20732
20733 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20734
20735 * ediff-util.el (ediff-toggle-read-only): Remove extra format
20736 string argument.
20737 (ediff-toggle-regexp-match): Likewise.
20738
20739 * dired-aux.el (dired-do-query-replace-regexp): Add missing
20740 format string argument.
20741
20742 * calc/calc-map.el (calc-get-operator): Remove extra format
20743 string argument.
20744
20745 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20746
20747 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20748 string argument.
20749
20750 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20751
20752 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20753
20754 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20755
20756 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20757 (cl-struct-setf-expander): Likewise.
20758
20759 * vc.el (with-vc-file): Fix unsafe uses of error.
20760 (vc-cancel-version): Likewise.
20761
20762 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
20763
20764 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20765 thousands separator; fixes <class>:<line-number> regexp for
20766 non-english locales.
20767
20768 2004-02-08 Andreas Schwab <schwab@suse.de>
20769
20770 * view.el (view-mode-enable): Revert previous change.
20771
20772 2004-02-07 Kim F. Storm <storm@cua.dk>
20773
20774 * simple.el (line-number-at-pos): Rename from line-at-pos.
20775 Uses changed (what-line and vc-annotate-warp-version).
20776
20777 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20778
20779 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20780 (diff-mode): Remove aborted attempt at support for compile.el.
20781 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20782
20783 2004-02-06 Andreas Schwab <schwab@suse.de>
20784
20785 * view.el (view-mode-enable): Add view-mode-map to
20786 minor-mode-overriding-map-alist.
20787
20788 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20789
20790 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20791
20792 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
20793
20794 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20795 with point inside rather than after the paragraph.
20796
20797 2004-02-04 Sam Steingold <sds@gnu.org>
20798
20799 * mail/smtpmail.el (smtpmail-try-auth-methods):
20800 Do not try authentication when no mechanism is available.
20801 Pass port-name as defaultport to `netrc-machine'.
20802
20803 2004-02-04 Stephen Eglen <stephen@gnu.org>
20804
20805 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20806 to show how minibuffer height can be constrained.
20807
20808 2004-02-04 John Paul Wallington <jpw@gnu.org>
20809
20810 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20811
20812 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20813
20814 * x-dnd.el: New file for drag and drop.
20815
20816 * term/x-win.el: require x-dnd, set after-make-frame-functions
20817 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20818 drag-n-drop event.
20819
20820 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20821 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20822 (dired-dnd-handle-file): New functions for drag and drop support.
20823 (dired-mode): Initialize drag and drop if x-dnd present.
20824
20825 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20826
20827 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20828 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20829 (cperl-mode): Set fill-paragraph-function.
20830 (cperl-fill-paragraph): Make it non-interactive.
20831
20832 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
20833
20834 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20835
20836 2004-02-02 David Kastrup <dak@gnu.org>
20837
20838 * replace.el (perform-replace): Allow 'literal argument in
20839 regexp-flag to indicate literal replacement.
20840 (query-replace-regexp-eval): Use it.
20841
20842 2004-02-01 Andreas Schwab <schwab@suse.de>
20843
20844 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20845
20846 2004-02-01 Stephen Eglen <stephen@gnu.org>
20847
20848 * info-look.el: Add support for maxima-mode. Update commentary
20849 because info-lookup-symbol is now bound to C-h S.
20850
20851 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
20852
20853 * simple.el (edit-and-eval-command): Bind print-level and
20854 minibuffer-history-sexp-flag around call to read-from-minibuffer.
20855 Correct initial position in command-history.
20856
20857 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
20858
20859 * files.el (read-directory-name): Adapt the docstring to recent
20860 change in Fread_file_name.
20861
20862 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
20863
20864 * ses.el (ses-print-cell): If print format too wide for column
20865 width, truncate decimal places if that helps to avoid "#####" fill.
20866 * ses.el (ses-initial-column-width): Revert previous change.
20867
20868 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
20869
20870 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20871 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20872 Add edebug info.
20873 (jit-lock-mode): Setup/cancel the new timer.
20874 (jit-lock-context-fontify): New fun. Extracted from
20875 context fontification code of jit-lock-stealth-fontify.
20876 (jit-lock-stealth-fontify): Don't do context fontification any more.
20877
20878 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20879 (jit-lock-fontify-now): Handle the `quit' case.
20880 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20881
20882 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
20883
20884 * progmodes/executable.el (executable-command-find-posix-p):
20885 New. Check if find handles arguments Posix-style.
20886
20887 * progmodes/grep.el (grep-compute-defaults):
20888 Use executable-command-find-posix-p.
20889 (grep-find): Check `grep-find-command'.
20890
20891 * filecache.el (file-cache-find-posix-p): Delete.
20892 (file-cache-add-directory-using-find):
20893 Use `executable-command-find-posix-p'.
20894
20895 2004-01-29 Dave Love <fx@gnu.org>
20896
20897 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20898 Iterate the hook function if arg is given.
20899 (mark-defun, narrow-to-defun): Change order of finding the limits.
20900
20901 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20902 (byte-compile-format-warn): New.
20903 (byte-compile-callargs-warn): Use it.
20904 (Format, message, error): Add byte-compile-format-like property.
20905 (byte-compile-maybe-guarded): New.
20906 (byte-compile-if, byte-compile-cond): Use it.
20907 (byte-compile-lambda): Compile interactive forms,
20908 just to make warnings about them.
20909
20910 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
20911
20912 * ses.el (ses-initial-column-width): Increase to 14, so it will
20913 work well with the default printer of "%.7g" for extreme values
20914 like "-1.234567e+07".
20915
20916 2004-01-29 Kenichi Handa <handa@m17n.org>
20917
20918 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20919
20920 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
20921
20922 * dos-w32.el: Added support for the `default-printer-name' function.
20923
20924 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20925
20926 * server.el (server-socket-name): Don't use the hostname in the
20927 socket name since /tmp is local to the host anyway.
20928
20929 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20930 robust check of widening and fix var-naming.
20931
20932 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
20933
20934 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20935 or rmail-spam- to rsf- in all function and variable names.
20936 (rsf-min-region-to-spam-list): New variable.
20937 (rsf-bbdb-auto-delete-spam-entries): Rename from
20938 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
20939 scanned together with the recipients field for spam testing; Don't
20940 delete spam message if rmail-delete-after-output is non-nil;
20941 (rsf-check-field): New function, extracted from code in
20942 rmail-spam-filter to ease addition of header fields like
20943 content-type:;
20944 (message-content-type): New variable. The content-type: field was
20945 added also in defcustom of rsf-definitions-alist;
20946 (rmail-spam-filter): Replace repeated test code for header fields
20947 by calls to check-field; change the call to
20948 rmail-output-to-rmail-file such that rmail-current-message stays
20949 the same to avoid wrong deletion of unseen flags.
20950 (rmail-use-spam-filter): Add autoload cookie.
20951
20952 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
20953
20954 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
20955 (file-cache-add-directory-using-find): Add Cygwin support.
20956 (file-cache-find-command-posix-flag): New user variable.
20957
20958 * filecache.el (file-cache-add-directory): Check for
20959 directories an remove them from dir-files.
20960
20961 2004-01-27 Richard M. Stallman <rms@gnu.org>
20962
20963 * man.el (Man-fontify-manpage): Clean up message.
20964
20965 2004-01-27 Kenichi Handa <handa@m17n.org>
20966
20967 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20968 (sentence-end): Define using sentence-end-without-space.
20969
20970 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20971 a sentence ends with one of a character in sentence-end-without-space.
20972
20973 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
20974
20975 * font-lock.el (font-lock): Add jit-lock as explicit group member.
20976 (jit-lock): Group declaration moved to jit-lock.el.
20977 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20978 when necessary.
20979
20980 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20981 (jit-lock-context-unfontify-pos): Rename from
20982 jit-lock-first-unfontify-pos.
20983 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20984
20985 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20986
20987 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20988 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20989 (fortran-fill): When filling a string, adjust re-search-backward
20990 argument for special case of string just on fill-column.
20991 When filling non-string, allow one extra char if
20992 fortran-break-before-delimiters is non-nil.
20993 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20994 Use fortran-break-delimiters-re and fortran-no-break-re to
20995 correctly handle cases such as "**".
20996
20997 * progmodes/f90.el (f90-break-delimiters): Doc fix.
20998 (f90-no-break-re): Add some extra tokens. Doc fix.
20999
21000 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
21001
21002 * mail/rmail-spam-filter.el:
21003 Use two semicolons as Commentary line prefix.
21004 Add ";;; Code:" stylized comment.
21005 Delete end-of-line whitespace.
21006 Wrap (require 'cl) with `eval-when-compile'.
21007
21008 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
21009
21010 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
21011 at the top level of vc.el.
21012
21013 2004-01-23 Andre Spiegel <spiegel@gnu.org>
21014
21015 * vc.el (vc-current-line): Function removed. This is now done by
21016 the new function line-at-pos in simple.el.
21017 (vc-annotate-warp-version): Use line-at-pos instead of
21018 vc-current-line.
21019
21020 2004-01-22 Kim F. Storm <storm@cua.dk>
21021
21022 * simple.el (line-at-pos): New defun.
21023 (what-line): Use it. Optimize by only counting lines in narrowed
21024 region once.
21025
21026 2004-01-22 Kenichi Handa <handa@m17n.org>
21027
21028 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
21029 point (register r1) only for charset mule-unicode-0100-24ff.
21030
21031 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
21032
21033 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
21034 trailing white space and ensure a final newline.
21035
21036 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
21037 Add autoload cookie.
21038
21039 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
21040
21041 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
21042 activate view-mode explicitly.
21043
21044 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21045
21046 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
21047 menu-bar-enable-clipboard and make Paste use clipboard first.
21048
21049 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21050
21051 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
21052 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
21053 (vc-mcvs-cvs): Remove.
21054 (vc-mcvs-command): Remove use of assert.
21055
21056 * outline.el (outline-insert-heading): Tighten up match.
21057 (outline-demote, outline-move-subtree-down): Don't assume anything
21058 about outline-regexp.
21059
21060 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
21061 (texinfo-show-structure): Explicitly add ^, and simplify.
21062
21063 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
21064
21065 * calendar/appt.el (appt-check): Restore usage of
21066 appt-issue-message deleted in previous change.
21067 (top-level): Activate package when loaded (needed for backwards
21068 compatibility).
21069
21070 2004-01-20 Jesper Harder <harder@ifa.au.dk>
21071
21072 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
21073 following previous change to smtpmail-send-data.
21074
21075 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
21076
21077 * vc.el (vc-default-previous-version): Doc enhancement.
21078 (vc-default-next-version): New function.
21079 (vc-print-log): New arg FOCUS-REV.
21080 (vc-annotate-mode): Derive from view-mode.
21081 (vc-annotate): New args REVISION, DISPLAY-MODE.
21082 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
21083 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
21084 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
21085 (vc-annotate-show-diff-revision-at-line, vc-current-line)
21086 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
21087
21088 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
21089
21090 2004-01-19 Karl Berry <karl@gnu.org>
21091
21092 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
21093 or "TexInfo".
21094
21095 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
21096
21097 * subr.el (delete-dups): New function.
21098
21099 2004-01-19 Karl Berry <karl@gnu.org>
21100
21101 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
21102 with ^, since that's what texinfo-show-structure
21103 documentation says (plus it works much better in texinfo.txi).
21104
21105 2004-01-18 Jesper Harder <harder@ifa.au.dk>
21106
21107 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
21108
21109 2004-01-18 David Ponce <david@dponce.com> (tiny change)
21110
21111 * progmodes/which-func.el (which-function-mode): Don't cancel
21112 which-func-update-timer if not set.
21113
21114 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
21115
21116 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
21117 Remove spurious left square bracket in XX:XXam regexp.
21118
21119 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
21120
21121 * progmodes/cc-defs.el: Do not require cl at run time.
21122
21123 2004-01-16 Richard M. Stallman <rms@gnu.org>
21124
21125 * emacs-lisp/cl.el (cl-cannot-unload): New function.
21126 (cl-unload-hook): Defvar this to run cl-cannot-unload.
21127
21128 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
21129 Call rmail-spam-filter. Delete and expunge spam.
21130 Print number of spam messages deleted.
21131 Save and restore the deletion status of old messages when reading
21132 new mail with spam filter, so that expunging spam does not expunge
21133 msgs deleted by the user.
21134 (rmail-only-expunge): Add an optional argument dont-show to
21135 prevent showing message after expunge.
21136
21137 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
21138
21139 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
21140 * subr.el (declare): New macro.
21141
21142 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
21143
21144 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
21145
21146 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
21147
21148 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21149 Test window-system rather than system-type (for X11/Mac).
21150
21151 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
21152
21153 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
21154
21155 2004-01-12 Richard M. Stallman <rms@gnu.org>
21156
21157 * mail/rmail.el (rmail-convert-to-babyl-format):
21158 Use mail-unquote-printable-region.
21159 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
21160 (rmail-hex-char-to-integer): Functions deleted.
21161
21162 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
21163 (mail-unquote-printable-region): New arg NOERROR.
21164 For invalid encoding, either signal an error to just return nil.
21165
21166 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21167
21168 * calendar/appt.el: Update copyright and commentary.
21169 (appt-issue-message): Make obsolete.
21170 (appt-visible, appt-msg-window): Make obsolete, in favor of
21171 appt-display-format.
21172 (appt-display-mode-line, appt-display-duration)
21173 (appt-display-diary, appt-time-msg-list, appt-mode-string)
21174 (appt-prev-comp-time, appt-display-count, appt-timer)
21175 (appt-convert-time): Doc change.
21176 (appt-disp-window-function, appt-delete-window-function):
21177 Use defcustom rather than defvar.
21178 (appt-display-format): New variable.
21179 (appt-display-message): New function with display code from appt-check.
21180 (appt-check): Add optional FORCE argument. Doc change.
21181 Add appt-make-list to diary-hook if displaying diary.
21182 Remove checking of view-diary-entries-initially.
21183 Message display section removed to new function appt-display-message.
21184 (appt-display-window): Doc change. Remove unused internal var
21185 this-buffer. Do not beep, since appt-display-message does that.
21186 (appt-make-list): Doc change. Use caar.
21187 (appt-sort-list): Simplify by using builtin sort function.
21188 (appt-update-list): New function for updating appts when diary is
21189 saved.
21190 (appt-activate): New autoloaded function to toggle package
21191 functionality.
21192
21193 * calendar/cal-x.el: (calendar-one-frame-setup)
21194 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21195
21196 * calendar/calendar.el: Update copyright.
21197 (view-diary-entries-initially, european-calendar-style): Doc change.
21198 (calendar-setup): Make defcustom rather than defvar.
21199 (mark-visible-calendar-date): Initialize temp-face and faceinfo
21200 in let binding so local to function.
21201
21202 * calendar/diary-lib.el: Update copyright.
21203 (diary, diary-entry-time): Doc change.
21204 (list-diary-entries): Doc change. Trivial logic change.
21205 (fancy-diary-display): Restore make-face command mistakenly
21206 deleted 2003-05-08.
21207 (show-all-diary-entries): Allow to pop-up frame if needed.
21208
21209 2004-01-09 John Paul Wallington <jpw@gnu.org>
21210
21211 * bindings.el (mode-line-change-eol): Add EVENT parameter.
21212 Temporarily select EVENT's window for changing eol type.
21213
21214 2004-01-09 Deepak Goel <deego@gnufans.org>
21215
21216 * calendar/diary-lib.el (diary-entry-time):
21217 Also accept time in the form XX[.XX][am/pm/AM/PM].
21218 (fancy-diary-font-lock-keywords): Likewise.
21219 (diary-font-lock-keywords): Likewise.
21220 * calendar/appt.el (appt-add): Likewise.
21221 (appt-make-list): Likewise.
21222 (appt-convert-time): Likewise.
21223
21224 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
21225
21226 * gdb-ui.el (gdb-ann3): Revert previous change.
21227 (gdb-source-info): Allow for case of where compilation directory
21228 is not recorded.
21229
21230 2004-01-08 John Paul Wallington <jpw@gnu.org>
21231
21232 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
21233
21234 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
21235
21236 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
21237
21238 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
21239 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
21240 problems.
21241 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
21242
21243 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
21244
21245 * files.el (write-file-functions, write-contents-functions):
21246 Clarify docstrings.
21247
21248 2004-01-07 Kenichi Handa <handa@m17n.org>
21249
21250 * international/mule.el (set-auto-coding): Fix for the case that
21251 end-of-line is only CR.
21252
21253 2004-01-07 Kim F. Storm <storm@cua.dk>
21254
21255 * subr.el (event-start, event-end): Doc fix.
21256 (posn-string, posn-image): New defuns.
21257 (posn-object): Return either image or string object.
21258 (posn-object-x-y): Return 8th element of position.
21259 (posn-object-width-height): New defun.
21260
21261 2004-01-06 Andreas Schwab <schwab@suse.de>
21262
21263 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
21264 output.
21265
21266 2004-01-05 Karl Berry <karl@gnu.org>
21267
21268 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
21269 / and *, too.
21270
21271 2003-12-31 Simon Josefsson <jas@extundo.com>
21272
21273 * files.el (before-save-hook): Add.
21274 (basic-save-buffer): Use before-save-hook.
21275
21276 * emacs-lisp/copyright.el: Fix comment to recommend
21277 before-save-hook instead of write-file-functions.
21278
21279 2004-01-05 Richard M. Stallman <rms@gnu.org>
21280
21281 * finder.el (finder-commentary): Call delete-other-windows.
21282
21283 * net/ange-ftp.el (ange-ftp-file-attributes):
21284 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
21285
21286 2004-01-04 Karl Berry <karl@gnu.org>
21287
21288 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
21289 comment characters % and # in the copyright year notice,
21290 as well as ;.
21291
21292 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
21293
21294 * wid-edit.el (default): Define dummy :value-delete.
21295 Reported by Jesper Harder <harder@ifa.au.dk>.
21296
21297 2004-01-03 Richard M. Stallman <rms@gnu.org>
21298
21299 * progmodes/compile.el (compile-internal): Use point, not point-min,
21300 for set-window-point.
21301
21302 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
21303
21304 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
21305
21306 * progmodes/grep.el (grep-mode-map):
21307 Don't remap next-line, previous-line.
21308
21309 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
21310
21311 * speedbar.el (speedbar-edit-line): Change regexp to position
21312 the cursor on the first character of this line's button.
21313
21314 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
21315
21316 * subr.el (functionp): Doc fix.
21317
21318 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
21319
21320 * progmodes/idlwave.el (idlwave-make-tags):
21321 * textmodes/flyspell.el (flyspell-large-region):.
21322 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
21323 * emulation/viper-util.el (viper-glob-unix-files):
21324 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
21325 * man.el (Man-init-defvars):
21326 * jka-compr.el (jka-compr-call-process):
21327 * files.el (get-free-disk-space,insert-directory):
21328 * ediff-ptch.el (ediff-test-patch-utility):
21329 * ediff-diff.el (ediff-test-utility):
21330 * dired-aux.el (dired-check-process):
21331 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
21332 test the return value of call-process, because it can be a string.
21333
21334 2003-12-31 John Paul Wallington <jpw@gnu.org>
21335
21336 * bindings.el (completion-ignored-extensions): Add .pfsl.
21337
21338 2003-12-31 Kim F. Storm <storm@cua.dk>
21339
21340 * ido.el (ido-nonreadable-directory-p): New defun to check for
21341 nonreadable directory without activating tramp (to avoid problems
21342 with checking incomplete tramp paths).
21343 (ido-set-current-directory, ido-file-internal)
21344 (ido-file-name-all-completions1): Use it.
21345
21346 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
21347
21348 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
21349 documentation if the anchor (or node) name is preceded by `info
21350 anchor' or `Info anchor' in addition to earlier `info node' and
21351 `Info node'.
21352 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
21353
21354 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21355
21356 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
21357 error in arguments to base64-decode-region. Remove ^M characters
21358 after decoding base64.
21359
21360 2003-12-30 Simon Josefsson <jas@extundo.com>
21361
21362 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
21363 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
21364 have only been distributed with Emacs for some years.
21365 (texinfo-mode-hook): Customize.
21366
21367 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21368
21369 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
21370 cleaner (suggested by Richard Stallman).
21371
21372 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
21373 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
21374 file-name clashes on 8+3 DOS filesystems.
21375
21376 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
21377 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
21378 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
21379 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
21380 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
21381 file-name clashes on 8+3 filesystems.
21382
21383 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
21384 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
21385 file-name clashes on 8+3 DOS filesystems.
21386
21387 2003-12-29 Richard M. Stallman <rms@gnu.org>
21388
21389 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
21390 Upcase the character.
21391
21392 * textmodes/flyspell.el (mail-mode-flyspell-verify):
21393 Search for header separator alone on a line, literally,
21394 and search for it backward, not forward.
21395 (flyspell-abbrev-table): Always use global-abbrev-table
21396 if there is no local one.
21397
21398 * progmodes/sh-script.el (sh-get-indent-info):
21399 Don't move point back if at bob.
21400
21401 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
21402
21403 * play/handwrite.el (handwrite): Make the handwrite credit message
21404 a comment rather than an output command.
21405
21406 * obsolete/sc.el: Display message that this file is obsolete.
21407
21408 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
21409
21410 * mail/rfc822.el (rfc822-address-start): Declare variable.
21411 Renamed from address-start. All uses changed.
21412
21413 * term.el (term-exec): Set up sentinel.
21414 (term-sentinel): New function.
21415 (term-handle-exit): New function.
21416
21417 * subr.el (assoc-ignore-case, assoc-ignore-representation):
21418 Use assoc-string, and mark them obsolete.
21419 (delay-mode-hooks): Mark as permanent local.
21420
21421 * simple.el (sendmail-user-agent-compose): Use assoc-string.
21422
21423 * register.el (copy-rectangle-to-register): Doc fix.
21424
21425 * info.el (Info-insert-dir): Use assoc-string.
21426
21427 * info-look.el (info-lookup): Use assoc-string.
21428
21429 * frame.el (pop-up-frame-function): Use quote, not `function'.
21430 (frame-notice-user-settings): Calculate ADJUSTED-TOP
21431 copying with lists as coordinate values.
21432
21433 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
21434
21435 * find-dired.el (kill-find): New command.
21436 (find-dired): Make buffer read-only.
21437 Set up a keymap with C-c C-k running kill-find.
21438 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
21439
21440 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
21441
21442 * filecache.el (file-cache-ignore-case): New variable.
21443 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
21444
21445 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
21446 (comint-dynamic-complete-as-filename): Rename local vars.
21447 (comint-dynamic-list-filename-completions): Likewise.
21448
21449 * comint.el (comint-dynamic-list-completions-config): New var.
21450 (comint-dynamic-list-completions): Handle both SPC and TAB right.
21451
21452 * comint.el (comint-file-name-chars): Add [].
21453 (comint-word): Use skip-chars-backward, not search.
21454
21455 * shell.el (shell-file-name-chars): Add [].
21456
21457 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
21458
21459 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
21460
21461 * generic.el (define-generic-mode): Doc fix.
21462
21463 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21464
21465 * files.el (kill-some-buffers): Doc fix.
21466
21467 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
21468
21469 * comint.el (comint-watch-for-password-prompt): Pass `string' as
21470 arg to send-invisible
21471 (send-invisible): Doc fix. The argument is now a prompt, not the
21472 string to send.
21473 (comint-read-noecho): Doc fix.
21474
21475 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
21476
21477 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
21478 "@", as required by some ISP hosting service. Fix defcustom
21479 argument syntax errors that prevented use of customization.
21480
21481 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21482
21483 * xml.el (xml-get-attribute-or-nil): Doc fix.
21484
21485 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
21486
21487 * net/zone-mode.el (zone-mode): Use write-file-functions, not
21488 write-file-hooks.
21489
21490 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
21491
21492 * autorevert.el (auto-revert-interval): Doc fix.
21493
21494 2003-12-29 Mark A. Hershberger <mah@everybody.org>
21495
21496 * xml.el (xml-get-attribute-or-nil): New function, like
21497 xml-get-attribute, but returns nil if the attribute was not found.
21498 (xml-get-attribute): Convert to defsubst, uses
21499 xml-get-attribute-or-nil.
21500
21501 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21502
21503 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
21504
21505 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
21506
21507 * custom.el (custom-declare-theme): Use `value' when putting
21508 properties on `theme'.
21509
21510 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
21511
21512 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
21513 for each yank-handler segment.
21514 (insert-for-yank-1): New function, with the body of the previous
21515 insert-for-yank.
21516
21517 * textmodes/table.el (table-yank-handler): New defcustom.
21518 (table--put-cell-indicator-property): Put yank-handler property
21519 that indicates the yank handler for the table cell.
21520
21521 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21522
21523 * generic-x.el (etc-modules-conf-generic-mode): A more complete
21524 set of keywords.
21525
21526 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21527
21528 * international/mule-cmds.el (reset-language-environment)
21529 (set-language-environment): Don't invoke fontset-related functions
21530 if fontset-list is not fboundp.
21531
21532 2003-12-29 Kenichi Handa <handa@m17n.org>
21533
21534 * international/mule-cmds.el (reset-language-environment):
21535 Call set-overriding-fontspec-internal with nil.
21536 (set-language-environment): Call set-overriding-fontspec-internal
21537 if the language environment specify `overriding-fontspec'.
21538 (language-info-alist): Doc added.
21539
21540 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
21541 characters of mule-unicode-0100-24ff.
21542 (ccl-encode-windows-1251-font): New CCL program.
21543 ("Bulgarian"): Specify overriding-fontspec.
21544 ("Belarusian"): Likewise.
21545
21546 2003-12-28 Sam Steingold <sds@gnu.org>
21547
21548 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
21549 parameter ID-FORMAT to conform with the 2003-11-30 patch.
21550
21551 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
21552
21553 * progmodes/gud.el (gud-gdb-command-name): Set default to
21554 "gdb --annotate=3".
21555 (gud-gdb-marker-filter): Look out for annotations.
21556 (gdb-first-pre-prompt): New variable.
21557 Remove trailing white space.
21558
21559 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
21560 if necessary.
21561 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
21562 annotations are detected.
21563 (gud-gdba-marker-filter): Use global variable gud-marker-acc
21564 instead of a local one to allow transition from
21565 gud-gdb-marker-filter.
21566 Remove trailing white space.
21567
21568 2003-12-27 Kim F. Storm <storm@cua.dk>
21569
21570 * ido.el: Handle non-readable directories.
21571 (ido-decorations): Add 9th element for non-readable directory.
21572 (ido-directory-nonreadable): New dynamic var.
21573 (ido-set-current-directory): Set it.
21574 (ido-read-buffer, ido-file-internal):
21575 (ido-read-file-name, ido-read-directory-name): Let-bind it.
21576 (ido-file-name-all-completions1): Return empty list for
21577 non-readable directory.
21578 (ido-exhibit): Print [Not readable] if directory is not readable.
21579 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
21580 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
21581 Use it.
21582
21583 2003-12-27 Lars Hansen <larsh@math.ku.dk>
21584
21585 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
21586 calls to directory-files-and-attributes and file-attributes.
21587 (ls-lisp-format): Remove system dependent handling of user and
21588 group id's.
21589
21590 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
21591
21592 * ffap.el (ffap-read-file-or-url): Revert previous change.
21593
21594 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
21595
21596 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
21597 new list of included files called `files-with-node-lines', that
21598 only have node lines. This way @include commands can include any
21599 file, such as version and update files without node lines, not
21600 just files that are chapters.
21601
21602 2003-12-25 Andreas Schwab <schwab@suse.de>
21603
21604 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
21605 file not found.
21606
21607 2003-12-08 Miles Bader <miles@gnu.org>
21608
21609 * dired.el (dired-between-files): Always use dired-move-to-filename,
21610 which is more robust in non-english locales.
21611
21612 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
21613
21614 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
21615
21616 2003-12-24 Andreas Schwab <schwab@suse.de>
21617
21618 * shell.el (shell-file-name-quote-list): Add backslash.
21619
21620 * comint.el (comint-quote-filename): Correctly handle backslash
21621 in comint-file-name-quote-list.
21622
21623 2003-12-24 Kenichi Handa <handa@m17n.org>
21624
21625 * international/mule-cmds.el (set-default-coding-systems):
21626 Call ucs-set-table-for-input for all buffers that don't have local
21627 value of buffer-file-coding-system.
21628
21629 * international/ucs-tables.el (ucs-set-table-for-input):
21630 If translation-table-for-encode is a symbol, get its
21631 translation-table property.
21632
21633 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
21634
21635 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
21636 to `completing-read' on a recently fixed bug.
21637
21638 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
21639 instead of SPACE, to get the list of possible fringe modes.
21640 SPACE only works if both `partial-completion-mode' and
21641 `completion-auto-help' are nil.
21642
21643 * complete.el (PC-is-complete-p): Delete.
21644 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
21645 calls to `test-completion'.
21646
21647 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
21648
21649 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
21650 to edit values when there are no children.
21651
21652 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
21653 a mode called "Assembler" already exists.
21654 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
21655 (gud-watch): Use format option. Remove font properties from string.
21656 (gdb-var-create-handler, gdb-var-list-children-handler):
21657 Don't bother about properties as there are none.
21658 (gdb-var-create-handler, gdb-var-list-children-handler)
21659 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
21660 with two arguments.
21661 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
21662 Let speedbar show value changes with a different font.
21663 (gdb-edit-value): New defun.
21664 (gdb-clear-partial-output, gdb-clear-inferior-io)
21665 (def-gdb-auto-update-handler): Use erase-buffer.
21666 (gdb-frame-handler): Display watch expressions in
21667 FUNCTION::VARIABLE format if required.
21668
21669 2003-12-23 John Paul Wallington <jpw@gnu.org>
21670
21671 * info.el (Info-unescape-quotes, Info-split-parameter-string)
21672 (Info-goto-emacs-command-node): Doc fixes.
21673
21674 2003-12-12 Jesper Harder <harder@ifa.au.dk>
21675
21676 * cus-edit.el (custom-add-parent-links): Define "many".
21677
21678 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
21679
21680 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21681 (widget-child-validate, widget-type-value-create)
21682 (widget-type-default-get, widget-type-match): New functions.
21683 (lazy): New widget.
21684 (menu-choice, checklist, radio-button-choice, editable-list)
21685 (group, documentation-string): Remove redundant (per 2003-10-25
21686 change) calls to `widget-children-value-delete'.
21687 (widget-choice-value-get, widget-choice-value-inline): Remove.
21688 (menu-choice): Update widget.
21689
21690 2003-12-03 Kenichi Handa <handa@m17n.org>
21691
21692 * language/cyrillic.el: Register "microsoft-cp1251" in
21693 ctext-non-standard-encodings-alist.
21694 ("Bulgarian"): Add ctext-non-standard-encodings.
21695 ("Belarusian"): Likewise.
21696
21697 * international/mule-conf.el (compound-text-with-extensions):
21698 Change the type to 2 (iso-2022 base).
21699
21700 * international/mule.el (ctext-non-standard-encodings-alist):
21701 Change the format.
21702 (ctext-non-standard-encodings): New variable.
21703 (ctext-post-read-conversion): Fully re-written.
21704 (ctext-non-standard-designations-alist): Delete it.
21705 (ctext-non-standard-encodings-table): New function.
21706 (ctext-pre-write-conversion): Fully re-written.
21707
21708 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
21709
21710 * cus-edit.el (custom-add-parent-links): Add documentation links
21711 for parent, if the item has none of its own.
21712
21713 2003-11-30 Richard M. Stallman <rms@gnu.org>
21714
21715 * dired-aux.el (dired-do-query-replace-regexp):
21716 Report files visited read-only.
21717
21718 2003-11-30 Juri Linkov <juri@jurta.org>
21719
21720 * dired-aux.el (dired-compare-directories): New command.
21721 (dired-file-set-difference, dired-files-attributes): New functions.
21722
21723 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
21724 Version 2.0.38 of Tramp released.
21725
21726 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
21727 Charles Curley <charlescurley@charlescurley.com>.
21728 (tramp-multi-connection-function-alist): Add ssht entry which adds
21729 "-e none -t -t" to the list of ssh args. Suggested by Adrian
21730 Aichner.
21731 (tramp-get-method-parameter): New function to retrieve a method
21732 parameter. This allows for omission of method parameters.
21733 Callers adjusted.
21734
21735 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
21736
21737 * net/tramp.el: Add new optional parameter ID-FORMAT to
21738 `file-attributes'. Calls of `file-attributes' won't use this
21739 parameter for backward compatibility reasons.
21740 (tramp-perl-file-attributes): Add a new parameter to Perl script
21741 in order to handle uid/gid as strings, if desired.
21742 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21743 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21744 order to make the function more general.
21745 (tramp-handle-file-attributes): Replace proprietary optional
21746 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21747 (tramp-handle-file-attributes-with-perl): Handle parameter
21748 NONNUMERIC if set. This wasn't done in the past.
21749 (tramp-post-connection): Apply second parameter "$2" if
21750 `tramp-remote-perl' is called.
21751
21752 * net/tramp-smb.el (tramp-smb-handle-delete-file):
21753 Correct cut'n'waste error (`filename' instead of `directory').
21754 (tramp-smb-handle-directory-files-and-attributes)
21755 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21756 introduced parameter ID-FORMAT.
21757 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21758 error (`directory' instead of `ldir').
21759
21760 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21761 `file-attributes' has a second parameter. If yes, apply it with
21762 value "'integer". Otherwise, don't use that parameter (default is
21763 integer format).
21764
21765 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
21766
21767 * help.el (help-map): Bind `display-local-help' to `C-h .'.
21768 (help-for-help): Add `C-h .' to the listed Help options.
21769 Remove trailing whitespace.
21770
21771 * help-at-pt.el: New file.
21772
21773 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
21774
21775 * subr.el (noreturn, 1value): New macros for test coverage.
21776 See `testcover.el'.
21777
21778 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21779
21780 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21781 for macro `1value'.
21782 (testcover-1value): New function. Checks that a 1value form
21783 actually returns only one value. Requested by RMS.
21784
21785 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
21786
21787 * gdb-ui.el (gud-watch, gdb-var-create-handler)
21788 (gdb-var-list-children, gdb-var-list-children-handler)
21789 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21790 gdb commands that use mi to keep them out of the command history.
21791
21792 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21793
21794 * cus-start.el (all): Add use-file-dialog.
21795
21796 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21797
21798 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21799
21800 2003-11-27 Kim F. Storm <storm@cua.dk>
21801
21802 * subr.el (posn-object-x-y): New defun.
21803
21804 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
21805
21806 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21807 Don't use `space' for \\\n.
21808 Be more selective as to which # are comment-starters.
21809
21810 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
21811
21812 * subr.el (number-sequence): Improve handling of floating point
21813 arguments (suggested by Kim Storm). Allow negative arguments.
21814
21815 2003-11-26 Kenichi Handa <handa@m17n.org>
21816
21817 * international/mule-cmds.el (standard-display-european-internal):
21818 Cancel the standard-display-table setting for ` and '.
21819
21820 2003-11-26 Kim F. Storm <storm@cua.dk>
21821
21822 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21823 New defcustoms to add ffap-like functionality to ido.
21824 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
21825 (ido-no-final-slash): New defun.
21826 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21827 (ido-read-file-name): ): Toggle VC checking via
21828 vc-handled-backends instead of vc-master-templates.
21829 (ido-file-internal): Handle ido-use-url-at-point and
21830 ido-use-filename-at-point via code borrowed from ffap-guesser.
21831 Handle new ido-exit code ffap.
21832 (ido-sort-list): Ignore final slash when sorting file names.
21833
21834 2003-11-25 Kim F. Storm <storm@cua.dk>
21835
21836 * emulation/cua-base.el (cua--standard-movement-commands):
21837 Add forward-sentence and backward-sentence.
21838
21839 2003-11-25 Stephen Eglen <stephen@gnu.org>
21840
21841 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21842 iswitchb-exit is set to 'usefirst when user selects buffer at head
21843 of list using RET. (Selecting buffers at the head of the list was
21844 broken if the substring was also a complete buffername.)
21845
21846 2003-11-23 Kim F. Storm <storm@cua.dk>
21847
21848 * progmodes/compile.el (grep-command, grep-use-null-device)
21849 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21850 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21851 (grep-regexp-alist, grep-program, find-program)
21852 (grep-find-use-xargs, grep-history, grep-find-history)
21853 (grep-process-setup, grep-compute-defaults)
21854 (grep-default-command, grep, grep-tag-default, grep-find)
21855 (grep-expand-command-macros, grep-tree-last-regexp)
21856 (grep-tree-last-files, grep-tree): Move grep variables, functions
21857 and commands to new file grep.el.
21858 (compilation-mode-map): Remove grep commands from Compile sub-menu.
21859 (compilation-process-setup-function): Doc fix.
21860 (compilation-highlight-regexp, compilation-highlight-overlay): New
21861 defvars used for highlighting current compile error in source buffer.
21862 (compile-internal): New optional args HIGHLIGHT-REGEXP and
21863 LOCAL-MAP which overrides compilation-highlight-regexp and
21864 compilation-mode-map for this compilation.
21865 Delay calling compilation-set-window-height until after running
21866 compilation-process-setup-function so it can buffer-local override
21867 compilation-window-height.
21868 Check buffer-local value of compilation-scroll-output.
21869 (compilation-set-window-height): Use buffer-local value of
21870 compilation-window-height.
21871 (compilation-revert-buffer): Don't pass (undefined)
21872 preserve-modes arg to revert-buffer.
21873 (next-error-no-select, previous-error-no-select): New commands.
21874 (compilation-goto-locus): Temporarily highlight current match in
21875 source buffer using compilation-highlight-regexp.
21876
21877 * progmodes/grep.el: New file with grep code from compile.el.
21878 (grep): New defcustom group.
21879 (grep-window-height): New defcustom, like compilation-window-height.
21880 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21881 (grep-scroll-output): New defcustom, like compilation-scroll-output.
21882 (grep-command, grep-use-null-device, grep-find-command)
21883 (grep-tree-files-aliases, grep-tree-ignore-case)
21884 (grep-tree-ignore-CVS-directories): Move to grep custom group.
21885 (grep-setup-hook): New hook variable.
21886 (grep-mode-map): New keymap for grep commands. Add Grep menu.
21887 (grep-last-buffer): New defvar, override compilation-last-buffer.
21888 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
21889 Call compile-internal with args highlight-regexp and grep-mode-map.
21890
21891 2003-11-23 Kim F. Storm <storm@cua.dk>
21892
21893 * subr.el (event-start, event-end): Doc fix.
21894 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21895 (posn-area, posn-actual-col-row, posn-object): New defuns.
21896 (posn-col-row): Simplify doc. Rewrite to use cond.
21897 (posn-point): Also return buffer position for events outside text
21898 area (that info is now present in the event position).
21899
21900 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21901 mouse-set-point so that hscroll still works now that clicks on
21902 fringes generate specific mouse events.
21903 (mouse-set-point): Note that it now works in fringes and margins
21904 too due to new semantics of posn-point in fringes and margins.
21905
21906 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21907 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21908
21909 2003-11-20 Kim F. Storm <storm@cua.dk>
21910
21911 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21912 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21913 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21914 to 100 for icons to avoid increasing line height when shown.
21915
21916 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21917
21918 * newcomment.el (comment-normalize-vars): Initialize properly if
21919 comment-start was nil.
21920
21921 2003-11-19 Andreas Schwab <schwab@suse.de>
21922
21923 * simple.el (set-variable): Fix indentation.
21924
21925 2003-11-17 Kenichi Handa <handa@m17n.org>
21926
21927 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21928 Fix docstring.
21929
21930 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21931
21932 * international/latin1-disp.el (latin1-display): Fix docstring.
21933
21934 2003-11-16 John Wiegley <johnw@newartisans.com>
21935
21936 * eshell/em-ls.el (eshell-ls-file): There are times with
21937 size-width is nil and uncomputed (when directories are created in
21938 dired, for example); in this case, 4 is reasonable default value,
21939 although it may caused skewed new entries (which could be avoided
21940 by returning the original value of 8 in all cases, but 99% of the
21941 time this is a waste of whitespace).
21942
21943 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21944
21945 * cc-engine.el (c-guess-continued-construct)
21946 (c-guess-basic-syntax): Check a little more carefully if it's a
21947 function declaration when an unknown construct followed by a block
21948 is found inside a statement context. This avoids macros followed
21949 by blocks to be taken as function declarations.
21950
21951 (c-guess-continued-construct): Change the analysis of a statement
21952 continuation with a brace open to `substatement-block', for
21953 consistency with recognized statements.
21954
21955 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21956 start is in a position so that `c-beginning-of-statement-1' jumped
21957 to the beginning of the same statement.
21958
21959 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21960 Don't accept binary operators in the arglist if we're in a function
21961 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
21962 template recognition in cases like "if (a < b || c > d)".
21963
21964 (c-restricted-<>-arglists): New more appropriate name for
21965 `c-disallow-comma-in-<>-arglists'.
21966
21967 Accessing functions updated for the variable name change.
21968
21969 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21970 match data could get clobbered if NOT-INSIDE-TOKEN is used.
21971
21972 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21973 labels.
21974
21975 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21976 instead of duplicating parts of it. This fixes bogus label
21977 recognition.
21978
21979 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21980 of checking the context in which to apply the minimum indentation,
21981 so that it isn't enforced in e.g. namespace blocks.
21982
21983 * cc-vars.el (c-inside-block-syms): New constant used by
21984 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
21985 to somewhat reduce the risk of becoming stale.
21986
21987 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21988 cc-cmds to cc-engine to allow use from cc-align.
21989
21990 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21991 qualified identifiers containing "::".
21992
21993 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21994 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21995
21996 * cc-vars.el (c-emacs-features): Use a space in front of the name
21997 of the temporary buffer. That also avoids dumping problems in
21998 XEmacs due to undo info being left around after the buffer is killed.
21999
22000 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
22001 arglist to see if it's a K&R style declaration.
22002
22003 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
22004 before returning `knr-argdecl-intro'.
22005
22006 2003-11-16 John Wiegley <johnw@newartisans.com>
22007
22008 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
22009 field in a long-listing always 8 characters, use `size-width',
22010 which has already been computed.
22011
22012 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
22013
22014 * subr.el (minor-mode-list): Add `hs-minor-mode'.
22015
22016 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
22017
22018 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
22019 Support operation while narrowed, with `diff-restrict-view'.
22020
22021 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
22022
22023 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22024 Take additional optional arg NARROWFUN. For the generated functions:
22025 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
22026 include frags that arrange to check for and save narrowing state before
22027 the move and then conditionally call NARROWFUN after the move.
22028
22029 2003-11-14 John Wiegley <johnw@newartisans.com>
22030
22031 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
22032 that was optional, but obviously missing based on surrounding code.
22033
22034 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
22035 string arguments to numbers unless the whole argument was seen as
22036 a number.
22037
22038 2003-11-14 Kenichi Handa <handa@m17n.org>
22039
22040 * international/mule.el (ctext-non-standard-encodings-alist):
22041 Fix coding systems.
22042
22043 2003-11-10 Kenichi Handa <handa@m17n.org>
22044
22045 * language/kannada.el ("Kannada"): Add sample-text.
22046
22047 * language/knd-util.el (kannada-compose-region)
22048 (kannada-compose-string, kannada-post-read-conversion):
22049 Add autoload cookie.
22050
22051 * international/quail.el (quail-completion): Change the message
22052 "corresponding translations" to "corresponding characters".
22053
22054 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
22055
22056 * descr-text.el (describe-char): Fix typo.
22057
22058 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
22059
22060 These changes are to support Kannada language/script.
22061
22062 * Makefile.in (DONTCOMPILE): Add kannada.el.
22063
22064 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
22065
22066 * loadup.el: Preload kannada.el.
22067
22068 * language/ind-util.el (ucs-kannada-to-is13194-alist)
22069 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
22070 New variables.
22071
22072 * language/kannada.el: New file.
22073
22074 * language/knd-util.el: New file.
22075
22076 2003-11-07 Andreas Schwab <schwab@suse.de>
22077
22078 * progmodes/autoconf.el (autoconf-font-lock-keywords):
22079 Also highlight AH_*.
22080
22081 * xml.el (xml-parse-dtd): Fix misplaced paren.
22082
22083 2003-11-07 Kenichi Handa <handa@m17n.org>
22084
22085 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
22086
22087 2003-11-05 Juri Linkov <juri@jurta.org>
22088
22089 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
22090 (desktop-buffer-file): Use saved buffer-file-coding-system
22091 for file reading. Set auto-insert to nil to prevent automatic
22092 insertion into restored empty files.
22093
22094 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
22095
22096 * files.el (risky-local-variable-p): Make second argument optional.
22097
22098 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
22099
22100 * subr.el (add-hook): Fix last change.
22101
22102 2003-11-03 Eli Zaretskii <eliz@gnu.org>
22103
22104 * mail/rmail.el (rmail-convert-to-babyl-format):
22105 If base64-decode-region signals an error, catch it and silently
22106 ignore it.
22107
22108 2003-11-01 Mark A. Hershberger <mah@everybody.org>
22109
22110 * xml.el (xml-parse-region): Allow comments to appear after the
22111 topmost element has closed.
22112 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
22113 (xml-ns-expand-attr): New functions to do namespace handling.
22114 (xml-intern-attrlist): Back-compatible handling of attribute names.
22115 (xml-parse-tag): Move namespace handling to separate functions.
22116 Now produces elements in the form ((:ns . "element") (attr-list)
22117 children) instead of ('ns:element (attr-list) children).
22118 (xml-parse-attlist): Fix attribute parsing.
22119 (xml-parse-dtd): Change parsing so that it produces strings
22120 instead of interned symbols.
22121
22122 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
22123
22124 * dired.el (dired-ls-sorting-switches): Doc fix.
22125
22126 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
22127
22128 * emacs-lisp/rx.el (rx-or): Fix the case of
22129 "(rx (and ?a (or ?b ?c) ?d))".
22130
22131 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
22132
22133 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
22134 (texinfo-format-region): Use it.
22135 (texinfo-format-buffer-1): Ditto.
22136
22137 2003-11-01 Alan Mackenzie <acm@muc.de>
22138
22139 Changes to allow scrolling whilst in isearch mode:
22140 * isearch.el (isearch-unread-key-sequence): New function,
22141 extracted from isearch-other-meta-char.
22142 (top level): (put 'foo 'isearch-scroll) on all Emacs's
22143 "scrollable" standard functions.
22144 (isearch-allow-scroll): New customizable variable.
22145 (isearch-string-out-of-window, isearch-back-into-window)
22146 (isearch-reread-key-sequence-naturally)
22147 (isearch-lookup-scroll-key): New functions.
22148 (isearch-other-meta-char): Doc string and functionality enhanced.
22149 Now accepts a prefix argument.
22150 (isearch-lazy-highlight-window-end): New variable.
22151 (isearch-lazy-highlight-new-loop): Pay attention to the window's
22152 end (thru isearch-lazy-highlight-window-end), not only its start.
22153
22154 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
22155 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
22156 (universal-argument, universal-argument-more, negative-argument)
22157 (digit-argument, universal-argument-other-key): Minor changes.
22158
22159 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22160
22161 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
22162 recursively if the last message is deleted, thus avoiding an
22163 infinite loop.
22164
22165 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
22166
22167 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
22168 (tex-main-file): Don't add .tex if the extension is already present.
22169 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
22170
22171 2003-10-29 Lute Kamstra <lute@gnu.org>
22172
22173 * progmodes/octave-inf.el (inferior-octave-prompt):
22174 Recognize version number in prompt.
22175
22176 2003-10-28 Dave Love <fx@gnu.org>
22177
22178 * international/characters.el: Fix some Unicode ranges.
22179
22180 2003-10-28 Kenichi Handa <handa@m17n.org>
22181
22182 * disp-table.el (standard-display-8bit)
22183 (standard-display-default, standard-display-ascii)
22184 (standard-display-g1, standard-display-graphic)
22185 (standard-display-underline): Assure that standard-display-table
22186 is a display table.
22187
22188 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
22189
22190 * simple.el (reindent-then-newline-and-indent): Delete space *after*
22191 reindenting the first line.
22192
22193 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
22194
22195 * wid-edit.el (widget-default-delete): Always delete child widgets.
22196
22197 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22198
22199 * newcomment.el (comment-indent): Don't call indent-according-to-mode
22200 if the line has code.
22201 Don't try to line up with something that's too far left.
22202
22203 * progmodes/octave-mod.el (octave-comment-start): Simplify.
22204 (octave-mode-syntax-table): Add % as a comment starter.
22205 (octave-point): Remove.
22206 (octave-in-comment-p, octave-in-string-p)
22207 (octave-not-in-string-or-comment-p, calculate-octave-indent)
22208 (octave-blink-matching-block-open, octave-auto-fill):
22209 Use line-(beginning|end)-position instead.
22210
22211 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
22212
22213 * emacs-lisp/authors.el (authors-aliases): Add correct realname
22214 for Francesco Potort\e,Al\e(B.
22215
22216 2003-10-23 Dave Love <fx@gnu.org>
22217
22218 * international/mule-cmds.el (locale-charset-to-coding-system):
22219 Don't rely on nil being a coding system.
22220
22221 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
22222 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
22223 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
22224
22225 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
22226
22227 * gdb-ui.el (gdb-current-language): New variable.
22228 (gdb-update-flag): Remove variable.
22229 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
22230 (gdb-take-last-elt): Remove function.
22231 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
22232 (gdb-post-prompt): Check for variable object changes here.
22233
22234 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
22235 object changes in gdb-ui.el.
22236
22237 2003-10-21 Richard M. Stallman <rms@gnu.org>
22238
22239 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
22240
22241 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
22242 Don't check for foo*/ wildcard form here.
22243 (insert-directory): Recognize foo*/ as a wildcard.
22244 Separate wildcard-regexp variable from the arg, wildcard.
22245
22246 * subr.el (add-hook): Correctly detect when make-local-hook was used.
22247 (remove-hook): Correctly handle strange cases about local hooks.
22248
22249 2003-10-21 David Ponce <david@dponce.com>
22250
22251 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
22252 argument REAL, to return a real number instead of a rounded
22253 integer value. Define as inline function.
22254 (ruler-mode-right-fringe-cols): Likewise.
22255 (ruler-mode-scroll-bar-cols): New function.
22256 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
22257 (ruler-mode-right-scroll-bar-cols): Likewise.
22258 (ruler-mode-space): New function.
22259 (ruler-mode-ruler): Use it. Handle variations of fringe style,
22260 scroll bar mode and margins in a more robust way.
22261
22262 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
22263
22264 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
22265 (antlr-c-init-language-vars): New function.
22266 (antlr-mode): Use it with cc-mode before v5.29.
22267 (antlr-c-common-init): Don't set some local vars here.
22268 (antlr-mode): Set them here.
22269 (antlr-c-forward-sws): New function alias.
22270 (antlr-mode): Redefine with cc-mode before v5.30.
22271 (antlr-skip-sexps): Use it.
22272 (antlr-skip-exception-part): Ditto.
22273 (antlr-skip-file-prelude): Ditto.
22274 (antlr-outside-rule-p): Ditto.
22275 (antlr-end-of-body): Ditto.
22276 (antlr-option-kind): Ditto.
22277 (antlr-insert-option-area): Ditto.
22278 (antlr-file-dependencies): Ditto.
22279
22280 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22281
22282 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
22283 Move backward only if point was not inside an entry.
22284
22285 2003-10-21 Richard M. Stallman <rms@gnu.org>
22286
22287 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
22288
22289 2003-10-21 Juri Linkov <juri@jurta.org>
22290
22291 * compare-w.el: Automatically skip non-matching text to resync.
22292 (compare-windows-whitespace): Doc fix.
22293 (compare-windows-sync, compare-windows-sync-string-size)
22294 (compare-windows-recenter, compare-ignore-whitespace)
22295 (compare-windows-highlight, compare-windows-face): New variables.
22296 (compare-windows): Use compare-windows-sync.
22297 (compare-windows-highlight, compare-windows-dehighlight)
22298 (compare-windows-sync-regexp)
22299 (compare-windows-sync-default-function): New functions.
22300
22301 2003-10-21 Juri Linkov <juri@jurta.org>
22302
22303 * diff.el (diff-parse-differences): Don't visit the files now;
22304 instead, just record the error locus.
22305
22306 2003-10-21 Dave Love <fx@gnu.org>
22307
22308 * progmodes/cfengine.el: New file.
22309
22310 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22311
22312 * complete.el (PC-do-completion): Do not forget to use `pred' as the
22313 default-directory when completing file names.
22314
22315 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
22316
22317 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
22318 followed by the word `face', it gets treated as a face, even if
22319 it is also defined as a variable or a function.
22320
22321 2003-10-20 Dave Love <fx@gnu.org>
22322
22323 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22324 Avoid incf in macro expansion.
22325
22326 2003-10-20 John Paul Wallington <jpw@gnu.org>
22327
22328 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
22329 `evenp' so we don't implicitly require cl library at runtime.
22330
22331 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
22332
22333 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
22334 (help-make-xrefs): Only make cross-references for faces if
22335 preceded or followed by the word `face'. Do not make a
22336 cross-reference for variables without variable documentation,
22337 unless preceded by the word `variable' or `option'. Update doc
22338 string accordingly.
22339
22340 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
22341
22342 * progmodes/hideshow.el: Rewrite one-armed `if'
22343 constructs using either `when' or `unless'.
22344 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
22345
22346 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
22347
22348 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
22349 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
22350 instead of 12x12.
22351
22352 2003-10-16 Eli Zaretskii <eliz@gnu.org>
22353
22354 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
22355 message while converting to Babyl.
22356
22357 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
22358
22359 * allout.el (allout-mode): Doc fix.
22360
22361 2003-10-16 Lute Kamstra <lute@gnu.org>
22362
22363 * subr.el (force-mode-line-update): Fix docstring.
22364
22365 2003-10-14 Dave Love <fx@gnu.org>
22366
22367 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
22368 (default-input-method): Add :link, improve :type.
22369 (locale-charset-language-names): Fix utf-8 pattern.
22370 (locale-charset-match-p, locale-charset-alist)
22371 (locale-charset-to-coding-system): New.
22372 (set-locale-environment): Deal with codeset part of locale specs.
22373
22374 2003-10-14 Lute Kamstra <lute@gnu.org>
22375
22376 * fringe.el (fringe-mode): Use active voice in docstring.
22377 (set-fringe-style): Ditto.
22378
22379 2003-10-13 Lute Kamstra <lute@gnu.org>
22380
22381 * fringe.el (fringe-mode): Fix docstring.
22382 (set-fringe-style): Ditto.
22383
22384 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
22385
22386 * ediff-mult.el (ediff-filegroup-action):
22387 Use ediff-default-filtering-regexp.
22388
22389 * ediff-util.el (ediff-recenter): Don't call
22390 ediff-restore-highlighting twice.
22391 (ediff-select-difference): Set current difference.
22392 (ediff-unselect-and-select-difference): Add comment.
22393
22394 * ediff.el (ediff-directories,ediff-directory-revisions)
22395 (ediff-directories3,ediff-merge-directories)
22396 (ediff-merge-directories-with-ancestor)
22397 (ediff-merge-directory-revisions)
22398 (ediff-merge-directory-revisions-with-ancestor):
22399 Use ediff-default-filtering-regexp.
22400
22401 2003-10-12 Andreas Schwab <schwab@suse.de>
22402
22403 * international/mule-cmds.el (locale-charset-language-names):
22404 Simplify regex by removing unused grouping.
22405
22406 2003-10-10 Dave Love <fx@gnu.org>
22407
22408 * bindings.el: Don't bind stop.
22409
22410 2003-10-08 Miles Bader <miles@gnu.org>
22411
22412 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
22413 face instead of attempting to emulate it.
22414
22415 2003-10-07 Kenichi Handa <handa@m17n.org>
22416
22417 * international/mule-diag.el (list-coding-systems-1): List coding
22418 systems that are loaded automatically.
22419
22420 * international/code-pages.el (iso-8859-11): Add autoload cookie.
22421
22422 * international/mule.el (autoload-coding-system): New function.
22423
22424 2003-10-07 Andreas Schwab <schwab@suse.de>
22425
22426 * log-edit.el (log-edit-changelog-entries): Prefer local value of
22427 change-log-default-name in the buffer visiting the file.
22428
22429 2003-10-06 Dave Love <fx@gnu.org>
22430
22431 * files.el (find-file-hook): Customize.
22432 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
22433
22434 * bindings.el (completion-ignored-extensions): Remove .log.
22435 (global-map): Add again, open, stop keys.
22436
22437 2003-10-05 Richard M. Stallman <rms@gnu.org>
22438
22439 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
22440 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
22441 Use sh-modify directly.
22442 (sh-select): Use sh-append, not eval.
22443
22444 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
22445
22446 * info.el (Info-following-node-name): New function.
22447
22448 * loadhist.el (unload-feature-special-hooks):
22449 Rename from loadhist-hook-functions.
22450 (loadhist-hook-functions): Now an alias.
22451
22452 2003-10-04 Eli Zaretskii <eliz@gnu.org>
22453
22454 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
22455 file-name clashes on 8+3 filesystems.
22456
22457 * Makefile.in (DONTCOMPILE, bootstrap-clean):
22458 Rename loaddefs-boot.el to ldefs-boot.el
22459
22460 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
22461 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
22462
22463 2003-10-03 Lute Kamstra <lute@gnu.org>
22464
22465 * info.el (Info-mode): Revert previous change.
22466 (Info-escape-percent): New function.
22467 (Info-fontify-node): Use it.
22468
22469 2003-10-02 Andreas Schwab <schwab@suse.de>
22470
22471 * loaddefs-boot.el: Regenerated.
22472
22473 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
22474
22475 * ffap.el: Remove defadvice related code from CVS since `complete'
22476 provides a `PC-completion-as-file-name-predicate' variable that
22477 ffap can override.
22478
22479 2003-10-02 Kenichi Handa <handa@m17n.org>
22480
22481 * international/utf-8.el (ccl-decode-mule-utf-8):
22482 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
22483
22484 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
22485 * international/subst-big5.el: Likewise.
22486 * international/subst-gb2312.el: Likewise.
22487 * international/subst-ksc.el: Likewise.
22488
22489 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22490
22491 * calendar/calendar.el (increment-calendar-month)
22492 (calendar-leap-year-p, calendar-absolute-from-gregorian)
22493 (generate-calendar, calendar-read-date, calendar-interval)
22494 (calendar-day-of-week): Handle years BC.
22495 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
22496
22497 2003-10-01 Dave Love <fx@gnu.org>
22498
22499 * language/cyrillic.el (cp1251): Alias for windows-1251.
22500
22501 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
22502 bootstrap.
22503
22504 2003-10-01 Lute Kamstra <lute@gnu.org>
22505
22506 * files.el: Fix typo.
22507 * imenu.el (imenu--generic-function): Docstring fix.
22508
22509 2003-09-30 Richard M. Stallman <rms@gnu.org>
22510
22511 * dired.el (dired-mode): Handle dired-directory as a list.
22512
22513 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
22514
22515 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
22516
22517 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
22518
22519 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
22520 Replace gud-display with gud-watch.
22521 (gud-speedbar-buttons): Add stuff for watching expressions
22522 in the speedbar when using M-x gdba. Use dolist on old part
22523 of this function.
22524
22525 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
22526 (gdb-update-flag): New variables.
22527 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
22528 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
22529 (gud-watch, gdb-var-create-handler) : New functions.
22530 (gdb-var-list-children, gdb-var-list-children-handler)
22531 (gdb-var-create-regexp, gdb-var-update-regexp)
22532 (gdb-var-list-children-regexp): New constants.
22533 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
22534 (gdb-annotation-rules): Reduce annotation set (level 3).
22535 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
22536 (gdb-post-prompt): Don't update GDB buffers every time speedbar
22537 updates.
22538 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
22539 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
22540 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
22541 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
22542 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
22543 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
22544 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
22545 (gud-display, gud-display1)
22546 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
22547 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
22548 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
22549 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
22550 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
22551 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
22552 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
22553 (gdb-display-display-buffer, gdb-toggle-display)
22554 (gdb-delete-display, gdb-expressions-popup-menu)
22555 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
22556 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
22557 to display buffer.
22558
22559 2003-09-30 Richard M. Stallman <rms@gnu.org>
22560
22561 * progmodes/ada-mode.el (ada-mode): Don't use advice.
22562 Instead, set which-func-functions.
22563
22564 * progmodes/which-func.el (which-func-modes): Add ada-mode.
22565 (which-func-functions): New variable.
22566 (which-function): Use that.
22567
22568 * info.el (Info-mode): Double each `%' in header line.
22569
22570 * emacs-lisp/lisp-mnt.el (lm-with-file):
22571 When FILE is nil, run BODY in current buffer.
22572
22573 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
22574
22575 * help.el (describe-mode): Start with a brief list of minor modes.
22576 Find them thru minor-mode-list so as to find them all.
22577 Show them in alphabetical order.
22578
22579 * mail/sendmail.el (mail-aliases): Doc fix.
22580
22581 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
22582
22583 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22584
22585 * mail/rmailsum.el (rmail-make-summary-line-1):
22586 Change comma after last label to a space.
22587 (rmail-summary-font-lock-keywords): Adapt to that change.
22588
22589 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
22590
22591 * progmodes/scheme.el (scheme-mode-variables): When setting
22592 `font-lock-defaults', also specify that "#" should
22593 be interpreted with `word' syntax.
22594 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
22595
22596 2003-09-30 Lars Hansen <larsh@math.ku.dk>
22597
22598 * desktop.el: A lot of comments updated.
22599 (desktop-save-mode): Minor mode introduced.
22600 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
22601 (desktop-load-default): Function made obsolete.
22602 (desktop-locals-to-save): Variable made customizable.
22603 (desktop-read): Optional parameter `dirname' added.
22604 (desktop-change-dir, desktop-revert): Parameter `dirname' in
22605 `desktop-read' used.
22606 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
22607
22608 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
22609
22610 * whitespace.el (whitespace-clean-msg): Add user customizable message
22611 for displaying ``clean'' output.
22612 (whitespace-buffer): Use `whitespace-clean-msg'.
22613 (whitespace-global-mode): Fix typo.
22614
22615 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
22616
22617 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
22618
22619 2003-09-29 Lute Kamstra <lute@gnu.org>
22620
22621 * bindings.el (mode-line-modes): Remove superfluous :propertize
22622 construct in initialization.
22623 (mode-line-position): Change cons cell into proper list in
22624 initialization.
22625
22626 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22627
22628 * international/mule.el (decode-coding-inserted-region): Use car
22629 of the return value of find-operation-coding-system.
22630
22631 2003-09-29 Kenichi Handa <handa@m17n.org>
22632
22633 * descr-text.el (describe-char): Fix previous change.
22634
22635 2003-09-28 Kenichi Handa <handa@m17n.org>
22636
22637 * descr-text.el (describe-char-display): New function.
22638 (describe-char): Pay attention to display table on describing how
22639 a character is displayed.
22640
22641 * international/mule-cmds.el (encoded-string-description):
22642 Prepend "0x" to each encoded byte.
22643
22644 2003-09-28 Andreas Schwab <schwab@suse.de>
22645
22646 * find-file.el (ff-special-constructs): Add autoload cookie.
22647
22648 2003-09-28 Kevin Ryde <user42@zip.com.au>
22649
22650 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
22651 makeinfo appends to duplicate index entries.
22652
22653 2003-09-28 Eli Zaretskii <eliz@gnu.org>
22654
22655 * dired-x.el (dired-clean-tex): Doc fix.
22656
22657 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
22658 using a Chinese tutorial.
22659
22660 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22661
22662 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
22663 between "MAIL FROM:" and "RCPT TO:" and the following address.
22664
22665 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22666
22667 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
22668
22669 2003-09-28 David Ponce <david@dponce.com>
22670
22671 * recentf.el (recentf-initialize-file-name-history): New defcustom.
22672 (recentf-load-list): When `recentf-initialize-file-name-history'
22673 is non-nil, initialize an empty `file-name-history' with the
22674 recent list.
22675
22676 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
22677
22678 * man.el (Man-default-man-entry): Remove the leading `*' from the
22679 word at point.
22680
22681 2003-09-26 Lute Kamstra <lute@gnu.org>
22682
22683 * bindings.el (mode-line-position): Mention size indication in
22684 docstring.
22685
22686 2003-09-26 Andre Spiegel <spiegel@gnu.org>
22687
22688 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22689
22690 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22691 because it's autoloaded now.
22692
22693 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22694
22695 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22696 (sh-font-lock-keywords, sh-feature): Fix previous change of
22697 sh-feature to avoid infloop with sh-font-lock-keywords.
22698
22699 2003-09-25 Kim F. Storm <storm@cua.dk>
22700
22701 * frame.el (frame-current-scroll-bars): New defun.
22702
22703 * window.el (window-current-scroll-bars): New defun.
22704
22705 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22706
22707 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22708 cause errors when the state cache contains info on parts that have
22709 been narrowed out.
22710
22711 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22712
22713 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22714 `c-setup-paragraph-variables' has to be used when this variable is
22715 changed; it doesn't work to reinitialize the mode since that
22716 typically clobbers the variable.
22717
22718 * progmodes/cc-styles.el (c-setup-paragraph-variables):
22719 Make it interactive.
22720
22721 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22722
22723 * progmodes/cc-fonts.el (c-font-lock-declarations):
22724 Fix recognition of constructors and destructors for classes whose
22725 names are matched by `*-font-lock-extra-types'.
22726
22727 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22728 followed by an identifier in C++ then it's a type.
22729
22730 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22731
22732 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22733 problem that primarily affected XEmacs. Don't use faces to find
22734 unterminated strings since Emacs and XEmacs fontify strings
22735 differently - this function should now work better in XEmacs.
22736
22737 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22738
22739 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22740 `expand-abbrev' workaround which caused braces to misbehave inside
22741 macros.
22742
22743 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22744 handling. This bug could cause interactive font locking to bail out.
22745
22746 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22747
22748 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22749 Handle paren-style types in Pike. Also fixed some cases of
22750 insufficient handling of unbalanced parens.
22751
22752 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
22753
22754 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22755 common shell prompts that are not common filename or URL characters.
22756 (ffap-file-at-point): Use the new regexp to strip the prompts from
22757 the file names. This is an issue mostly for user prompts that
22758 don't have a trailing space and find-file-at-point is invoked from
22759 within a shell inside Emacs.
22760
22761 2003-09-24 Andre Spiegel <spiegel@gnu.org>
22762
22763 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22764 stamps numerically, rather than textually.
22765
22766 2003-09-24 Kenichi Handa <handa@m17n.org>
22767
22768 * language/devan-util.el (devanagari-post-read-conversion):
22769 * language/mlm-util.el (malayalam-post-read-conversion):
22770 * language/tml-util.el (tamil-post-read-conversion):
22771 Add autoload cookie.
22772
22773 * international/utf-8.el (utf-8-post-read-conversion):
22774 Call post-read-conversion functions for Devanagari, Malayalam,
22775 and Tamil.
22776
22777 2003-09-23 Dave Love <fx@gnu.org>
22778
22779 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22780
22781 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
22782
22783 * progmodes/gud.el (perldb): Add gud-until to list of commands.
22784 Update gud-remove.
22785
22786 2003-09-22 Richard M. Stallman <rms@gnu.org>
22787
22788 * progmodes/sh-script.el (sh-mode-default-syntax-table):
22789 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
22790 (sh-mode-syntax-table-input): New variable.
22791 (sh-require-final-newline): Don't use eval.
22792 (sh-builtins, sh-leading-keywords, sh-other-keywords)
22793 (sh-variables, sh-font-lock-keywords): Don't use eval.
22794 (sh-set-shell): When setting require-final-newline,
22795 treat value = `require-final-newline' as don't change it.
22796 Set sh-mode-syntax-table locally based on
22797 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22798
22799 * progmodes/compile.el (compile-internal):
22800 Call compilation-set-window-height before setting window start.
22801
22802 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
22803
22804 * emacs-lisp/bytecomp.el (byte-compile-log-file):
22805 Clear out byte-compile-last-warned-form.
22806
22807 2003-09-22 Richard M. Stallman <rms@gnu.org>
22808
22809 * woman.el (woman-file-name, woman-follow-word):
22810 If current-word returns nil, use "".
22811
22812 * simple.el (eval-expression): Bind standard-output in to-buffer case.
22813
22814 2003-09-22 Richard M. Stallman <rms@gnu.org>
22815
22816 * emacs-lisp/lisp-mnt.el (lm-with-file):
22817 Don't visit the file, just use insert-file-contents in temp buffer.
22818
22819 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
22820
22821 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22822 Add surrounding \\( and \\) around the header, as in
22823 for lm-history-header 'Change Log\\|History'.
22824
22825 2003-09-22 John Paul Wallington <jpw@gnu.org>
22826
22827 * progmodes/ld-script.el: Add Commentary section,
22828 minor cleanup of file header.
22829 (ld-script-font-lock-keywords): Doc fix.
22830 (toplevel): Provide `ld-script' feature.
22831
22832 2003-09-21 Kim F. Storm <storm@cua.dk>
22833
22834 * scroll-bar.el (set-scroll-bar-mode): Initialize to
22835 new built-in variable default-frame-scroll-bars.
22836 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22837 scroll-bar-mode; notably, use it instead of t when we toggle
22838 scroll-bars on.
22839 (toggle-scroll-bar): Use default-frame-scroll-bars.
22840
22841 2003-09-19 Masatake YAMATO <jet@gyve.org>
22842
22843 * pcvs.el (cvs-do-removal): Change the prompt depending on
22844 `filter' value.
22845
22846 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
22847
22848 * startup.el (command-line-1): Stop startup-echo-area-message
22849 being hidden by "Loading image..." message.
22850 (use-fancy-splash-screens-p, display-splash-screen):
22851 Move display-graphic-p test from latter to former.
22852
22853 * progmodes/sh-script.el (sh-font-lock-keywords):
22854 Highlight escaped EOLs differently from other backslash constructs.
22855
22856 2003-09-19 Richard M. Stallman <rms@gnu.org>
22857
22858 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22859 New functions.
22860 (edebug-enter, edebug-outside-excursion): Use them.
22861
22862 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22863 Fix the condition for whether to print "In WHERE".
22864
22865 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
22866
22867 * finder.el (finder-mode-hook): New variable.
22868 (finder-mode): Run hook finder-mode-hook
22869
22870 2003-09-18 Masatake YAMATO <jet@gyve.org>
22871
22872 * progmodes/ebrowse.el: Fix broken magic autoload comments.
22873
22874 2003-09-17 Mario Lang <mlang@delysid.org>
22875
22876 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22877 "p %e" to actually print the value in the GUD buffer.
22878
22879 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
22880
22881 From David Ponce <david.ponce@wanadoo.fr>:
22882 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22883 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22884 from loaddefs-boot.el if necessary.
22885
22886 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
22887
22888 * progmodes/gud.el (gud-find-class): Make jdb work again since
22889 cc-mode changed the syntactic information.
22890
22891 2003-09-15 David Ponce <david@dponce.com>
22892
22893 * recentf.el: (recentf-exclude): Accept predicates too.
22894 (recentf-file-readable-p): New function.
22895 (recentf-include-p): Handle predicates in recentf-exclude.
22896 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
22897 (recentf-cleanup): Likewise.
22898 (recentf-save-list): Use write-file to handle backup of
22899 recentf-save-file.
22900
22901 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
22902
22903 * loaddefs-boot.el: Renamed from `loaddefs.el'
22904 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22905 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22906 necessary.
22907
22908 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
22909
22910 * electric.el (Electric-pop-up-window): For the `one-window' case,
22911 no longer disconcertingly move point in the original buffer.
22912
22913 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22914
22915 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22916
22917 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
22918
22919 * dired.el (dired-mode-map): Fix typo.
22920
22921 2003-09-11 Richard M. Stallman <rms@gnu.org>
22922
22923 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22924
22925 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22926
22927 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22928 the function is less noisy. Now only `kill-buffer' can ask questions.
22929
22930 2003-09-10 Mario Lang <mlang@delysid.org>
22931
22932 * battery.el: Update Commentary and Copyright.
22933 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22934 appear due to wrong ordering of the expressions in `or'.
22935
22936 2003-09-09 Lute Kamstra <lute@gnu.org>
22937
22938 * misc.el (upcase-char): Fix docstring.
22939 (zap-up-to-char): New command.
22940
22941 2003-09-08 David Ponce <david@dponce.com>
22942
22943 Ensure that recentf correctly updates the menu bar.
22944 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22945 (recentf-menu-bar): New function.
22946 (recentf-clear-data): Use it
22947 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
22948 of easy-menu-change.
22949
22950 2003-09-08 Lute Kamstra <lute@gnu.org>
22951
22952 * simple.el (size-indication-mode): New.
22953 * bindings.el (mode-line-position): Add buffer size indicator.
22954
22955 2003-09-04 Mario Lang <mlang@delysid.org>
22956
22957 * battery.el (battery-linux-proc-acpi): New function.
22958 (battery-status-function): Modify default value calculation to also
22959 check for availability of ACPI.
22960 (battery-echo-area-format): Ditto.
22961 (battery-mode-line-format): Ditto.
22962
22963 2003-09-06 Dave Love <fx@gnu.org>
22964
22965 * ielm.el (ielm-mode-hook): Add :options.
22966
22967 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22968 (eldoc-print-current-symbol-info): Use it.
22969
22970 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
22971
22972 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22973 being displayed in GUD buffer.
22974 (gdb-idle-input-queue): Remove var. Use just one queue.
22975 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22976 Remove functions. Use just one queue.
22977 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22978 (gdb-invalidate-assembler, gdb-get-current-frame):
22979 Modify functions. Use just one queue.
22980
22981 2003-09-04 Dave Love <fx@gnu.org>
22982
22983 * cus-start.el: Add blink-cursor-alist.
22984
22985 * ruler-mode.el (ruler-mode-fill-column-char)
22986 (ruler-mode-current-column-char): Use char-displayable-p,
22987 not window-system.
22988
22989 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22990
22991 * language/european.el (windows-1252): Move from code-pages.
22992
22993 * language/cyrillic.el ("Windows-1251"): Delete.
22994 ("Bulgarian", "Belarusian"): Remove `features'.
22995 (windows-1251): Move from code-pages.
22996
22997 * international/mule-diag.el (non-iso-charset-alist):
22998 Remove `codepage' stuff.
22999 (print-designation, list-coding-systems-1): Output fixes.
23000
23001 * international/code-pages.el (cp-make-translation-table)
23002 (cp-valid-codes): Made defsubsts.
23003 (cp-fix-safe-chars): Delete.
23004 (mule-diag): Don't require.
23005 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
23006 (top-level): Check for defined coding system when defining
23007 cp... aliases. Change w32-add-charset-info test to avoid warning.
23008 (non-iso-charset-alist): Defvar when compiling.
23009 (cp-make-coding-system): Doc fix.
23010
23011 2003-09-02 Jason Rumney <jasonr@gnu.org>
23012
23013 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
23014 line-ends from CVS before doing conversion.
23015
23016 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
23017
23018 * calendar/diary-lib.el (diary-header-line-flag)
23019 (diary-header-line-format): New variables.
23020 (list-diary-entries): Use them to set header line in simple diary.
23021
23022 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
23023 other than font-lock-string-face to highlight backslashes.
23024
23025 2003-09-01 Jason Rumney <jasonr@gnu.org>
23026
23027 * international/titdic-cnv.el (tit-read-key-value): Include \r in
23028 regexp.
23029
23030 2003-09-01 Dave Love <fx@gnu.org>
23031
23032 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
23033
23034 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
23035 and :help; also line and column numbers labels.
23036
23037 * international/mule-util.el (char-displayable-p): Move from
23038 latin1-disp, rename and autoload.
23039
23040 * international/latin1-disp.el (latin1-char-displayable-p):
23041 Now obsolete alias. Replace uses with char-displayable-p.
23042 (latin1-display-ucs-per-lynx): Fix last change.
23043
23044 * international/mule-cmds.el (standard-display-european-internal):
23045 Don't use char code for Latin-1 NBSP.
23046 <XFree86 4>: Unfrob NBSP display table. Set display table to use
23047 U+2018, U+2019 for `'.
23048 (select-safe-coding-system): Message fix.
23049
23050 2003-09-01 Kenichi Handa <handa@m17n.org>
23051
23052 * international/fontset.el (setup-default-fontset): For Thai
23053 font, specify "*" family.
23054
23055 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23056
23057 * progmodes/compile.el (previous-error): Accept a prefix
23058 argument, similarly to next-error.
23059
23060 2003-08-31 Masatake YAMATO <jet@gyve.org>
23061
23062 * pcvs.el (cvs-do-removal): Use = instead of eq to check
23063 the number of files. Bind the number of files to a local
23064 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
23065
23066 2003-08-30 Eli Zaretskii <eliz@gnu.org>
23067
23068 * vc-hooks.el (vc-make-version-backup): Fix the change made on
23069 2003-07-26: msdos-long-file-names is a function, not a variable.
23070
23071 2003-08-29 Richard M. Stallman <rms@gnu.org>
23072
23073 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
23074 Do nothing with mail-personal-alias-file if it is nil.
23075
23076 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
23077 Do nothing if mail-personal-alias-file is nil.
23078
23079 * term.el (term-exec-1): Bind coding-system-for-read.
23080
23081 * dired.el (dired-mouse-find-file-other-window):
23082 Use dired-view-command-alist here, as in dired-view-file.
23083 (dired-view-command-alist): Use %s to substitute file name.
23084 Handle .ps_pages, .eps, .jpg, .gif, .png.
23085
23086 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
23087
23088 * info.el (Info-mode-map): Bind S-tab and <backtab> to
23089 `Info-prev-reference', instead of M-tab.
23090
23091 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
23092
23093 * simple.el (blink-matching-open): Work correctly on chars that
23094 are designated as parens through the syntax-table text property.
23095
23096 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
23097
23098 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
23099 line break position in the middle of a non-kinsoku (e.g. latin)
23100 word, making it skip until either a space or a character with
23101 category "|".
23102 (kinsoku-longer): Test for end of buffer.
23103
23104 2003-08-28 Eli Zaretskii <eliz@gnu.org>
23105
23106 * mail/rmail.el (rmail-convert-to-babyl-format):
23107 Detect quoted-printable- and base64-encoded messages and decode them
23108 automatically. Set the message's encoding from the charset=
23109 header, if any. Decode base64-encoded messages in Mail format as well.
23110
23111 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23112
23113 * mail/smtpmail.el: Fix previous change.
23114 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
23115 calling smtpmail-via-smtp.
23116 (smtpmail-via-smtp): Add fall-back values for envelope-from.
23117
23118 2003-08-26 John Paul Wallington <jpw@gnu.org>
23119
23120 * image.el (image-jpeg-p): Don't search beyond length of data.
23121
23122 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23123
23124 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
23125 misfeature in `expand-abbrev' which caused electric keywords like
23126 "else" to disappear if an open brace was typed directly afterwards.
23127
23128 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23129
23130 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
23131 mandatory in `define-widget'.
23132
23133 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
23134 Don't align the operators "!=", "<=" and ">=" as assignment operators.
23135
23136 (c-assignment-operators): New language constant that only contains
23137 the assignment operators.
23138
23139 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
23140
23141 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23142
23143 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23144 Safeguard against unbalanced sexps.
23145
23146 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
23147
23148 * version.el (emacs-version): Check for gtk. Include gtk version info.
23149
23150 2003-08-25 John Paul Wallington <jpw@gnu.org>
23151
23152 * man.el (Man-default-man-entry): Don't whizz past the section
23153 number before looking for it.
23154
23155 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
23156
23157 * progmodes/gud.el (gud-display-line): Don't set window-point if
23158 source buffer is not visible. (Only happens with M-x gdba.)
23159
23160 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
23161 documentation.
23162 (gdb-source, gdb-source-info): Update to assembler unnecessary
23163 as its done after each GDB command anyway.
23164 (gdb-pre-prompt): Use with-current-buffer.
23165 (gdb-insert-field): Add help-echo text.
23166 (gdb-invalidate-assembler): Re-display of assembler now done in
23167 gdb-info-breakpoints-custom.
23168 (gdb-info-breakpoints-custom): Force re-display of assembler to
23169 happen *after* update of breakpoints buffer.
23170 (gdb-display-source-buffer): Don't choke if gdb-source-window
23171 isn't visible.
23172 (gdb-put-string, gdb-put-arrow): Remove free variables.
23173
23174 2003-08-24 John Paul Wallington <jpw@gnu.org>
23175
23176 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
23177
23178 * man.el (Man-default-man-entry): Strip text properties when
23179 snarfing parts of entry because `format' preserves properties.
23180
23181 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
23182
23183 * files.el (file-newest-backup): Use `expand-file-name'.
23184
23185 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
23186 Allow the diary to pop up a new frame, if needed.
23187
23188 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
23189 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
23190 (smtpmail-send-it): Make treatment of envelope-from consistent with
23191 sendmail.el.
23192
23193 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
23194 (sh-leading-keywords): Add the bash `time' reserved word.
23195 (sh-variables): Add some bash variables.
23196 (sh-add-completer): Fix nil branch of case statement.
23197
23198 2003-08-24 Masatake YAMATO <jet@gyve.org>
23199
23200 * progmodes/ld-script.el: New file.
23201
23202 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
23203
23204 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
23205
23206 2003-08-23 Andre Spiegel <spiegel@gnu.org>
23207
23208 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
23209 Better explain obsolescence, and what to use instead.
23210
23211 2003-08-23 Masatake YAMATO <jet@gyve.org>
23212
23213 * pcvs.el (cvs-do-removal): Show the deleted file name
23214 on the prompt.
23215
23216 2003-08-20 Dave Love <fx@gnu.org>
23217
23218 * international/mule.el (make-coding-system)
23219 (set-buffer-file-coding-system): Doc fix.
23220
23221 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
23222
23223 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
23224
23225 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
23226
23227 * international/utf-16.el: Add mime-text-unsuitable coding system
23228 properties.
23229
23230 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
23231
23232 * cus-edit.el: Add some :links.
23233 (bib): Remove.
23234
23235 * textmodes/bib-mode.el (bib): Add :group external.
23236
23237 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
23238
23239 * wid-edit.el (widget-echo-help): Make it handle expressions that
23240 evaluate to strings.
23241
23242 2003-08-18 Michael Mauger <mmaug@yahoo.com>
23243
23244 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
23245
23246 Simplify selection of SQL products to define highlighting and
23247 interactive mode. Includes detailed instructions on adding
23248 support for new products.
23249
23250 * progmodes/sql.el (sql-product): New variable. Identifies SQL
23251 product for use in highlighting and interactive mode.
23252 (sql-interactive-product): New variable. SQL product for
23253 sql-interactive-mode.
23254 (sql-product-support): New variable. Specifies product-specific
23255 parameters to drive highlighting and interactive mode.
23256 (sql-imenu-generic-expression): Add more object types.
23257 (sql-sqlite-options): Correct comment.
23258 (sql-ms-program): Use "osql" rather than "isql".
23259 (sql-prompt-regexp, sql-prompt-length): Update comment.
23260 (sql-mode-menu): Add "Start SQLi session" entry.
23261 Replace Highlighting submenu with Product menu. Fix Send Region entry.
23262 (sql-mode-abbrev-table): Add abbreviations. Support of
23263 SYSTEM-FLAG on define-abbrev. Support was removed with last
23264 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
23265 (sql-mode-font-lock-object-name): Add font-lock pattern for object
23266 names.
23267 (sql-mode-ansi-font-lock-keywords): Set as default value.
23268 (sql-mode-oracle-font-lock-keywords): Set as default value.
23269 Support Oracle 9i keywords.
23270 (sql-mode-postgres-font-lock-keywords): Set as default value.
23271 (sql-mode-linter-font-lock-keywords): Set as default value.
23272 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
23273 SQLServer 2000.
23274 (sql-mode-sybase-font-lock-keywords)
23275 (sql-mode-interbase-font-lock-keywords)
23276 (sql-mode-sqlite-font-lock-keywords)
23277 (sql-mode-strong-font-lock-keywords)
23278 (sql-mode-mysql-font-lock-keywords)
23279 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
23280 keywords.
23281 (sql-mode-font-lock-defaults): Update comment.
23282 (sql-product-feature): New function. Returns feature associated
23283 with a product from `sql-product-support' alist.
23284 (sql-product-font-lock): New function. Set font-lock support
23285 based on `sql-product'.
23286 (sql-add-product-keywords): New function. Add font-lock rules to
23287 product-specific keyword variables.
23288 (sql-set-product): New function. Set `sql-product' and apply
23289 appropriate font-lock highlighting.
23290 (sql-highlight-product): New function. Set font-lock support
23291 based on a product. Also set mode name to include product name.
23292 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
23293 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
23294 Use `sql-set-product'.
23295 (sql-highlight-ms-keywords)
23296 (sql-highlight-sybase-keywords)
23297 (sql-highlight-interbase-keywords)
23298 (sql-highlight-strong-keywords)
23299 (sql-highlight-mysql-keywords)
23300 (sql-highlight-sqlite-keywords)
23301 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
23302 (sql-get-login): Prompt in the same order as the tokens.
23303 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
23304 (sql-product-interactive): New function. Common portions of
23305 product-specific interactive mode wrappers.
23306 (sql-interactive-mode): Rewritten to use product features.
23307 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
23308 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
23309 (sql-db2, sql-linter): Use `sql-product-interactive'.
23310 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
23311 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
23312 (sql-connect-ingres, sql-connect-postgres)
23313 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
23314 New functions. Format command line parameters and invoke comint on
23315 the appropriate interpreter. Code was in the corresponding
23316 `sql-xyz' function before.
23317 (sql-connect-ms): New function. Support -E argument to use
23318 operating system credentials for authentication.
23319
23320 2003-08-18 Kenichi Handa <handa@m17n.org>
23321
23322 * international/mule.el (encode-char): Fix for the ASCII case.
23323
23324 2003-08-15 Kenichi Handa <handa@m17n.org>
23325
23326 * international/fontset.el (setup-default-fontset): Change "*" to
23327 nil in the specifications of font family.
23328
23329 2003-08-18 Kim F. Storm <storm@cua.dk>
23330
23331 * kmacro.el (kmacro-keymap): Group related bindings in
23332 initialization for clarity. Bind C-s to start macro.
23333 Remove C-r binding.
23334 (kmacro-initial-counter-value): New defvar to hold initial counter
23335 value in case we set the value before defining a macro.
23336 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
23337 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
23338 not defining or executing macro. Doc fix.
23339 (kmacro-add-counter): Clear kmacro-initial-counter-value.
23340 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
23341 temporarily view older elements on the macro ring without cycling
23342 the ring.
23343 (kmacro-display): Doc fix.
23344 (kmacro-exec-ring-item): New helper function.
23345 (kmacro-call-ring-2nd): Use it.
23346 (kmacro-call-ring-2nd-repeat): Doc fix.
23347 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
23348 (kmacro-end-or-call-macro): Execute last viewed macro (using
23349 kmacro-exec-ring-item) from ring if this follows
23350 kmacro-view-macro. This allows us to find a macro on the ring
23351 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
23352 the ring to bring it to the head of the ring.
23353 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
23354 Allow binding to reserved keys without specifying C-x C-k prefix.
23355 Ask for confirmation if entered key sequence is already bound to
23356 a non-macro command.
23357 (kmacro-view-macro): Repeating command will show older elements
23358 on the macro ring; C-k will execute the last viewed macro.
23359 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
23360 property from 'ring to 'head.
23361
23362 2003-08-17 Alan Shutko <ats@acm.org>
23363
23364 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
23365 keeping December out of the alist.
23366
23367 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
23368
23369 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
23370 * calendar/calendar.el (calendar-mode-map): Bind it to key.
23371 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
23372 (calendar-flatten): New function.
23373 (calendar-mouse-view-other-diary-entries)
23374 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
23375 in the menu title and to show multi-line diary entries correctly
23376 in the menu.
23377
23378 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
23379
23380 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
23381 defcustom, because the default was recently changed.
23382
23383 2003-08-16 Richard M. Stallman <rms@gnu.org>
23384
23385 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
23386
23387 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
23388 New subroutine, broken out of eval-last-sexp-1.
23389 (eval-last-sexp-1): Use eval-last-sexp-print-value.
23390
23391 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
23392
23393 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
23394
23395 * simple.el (eval-expression): Use eval-last-sexp-print-value.
23396
23397 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
23398
23399 * progmodes/compile.el (compilation-error-regexp-alist):
23400 Add Java ANt error detection as described in document
23401 http://ant.apache.org/faq.html
23402
23403 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
23404
23405 * simple.el (backward-word, forward-to-indentation)
23406 (backward-to-indentation): Argument changed to optional.
23407 (next-line, previous-line): Use `or' instead of `unless'.
23408
23409 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23410
23411 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
23412 instead of a constant.
23413
23414 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
23415
23416 * shell.el (shell): With prefix-arg, suggest a new buffer name.
23417
23418 2003-08-12 Andre Spiegel <spiegel@gnu.org>
23419
23420 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
23421 (vc-sccs-workfile-version): Search the entire delta table, rather
23422 than just the first entry, because that might be a deleted version.
23423
23424 2003-08-11 Karl Fogel <kfogel@red-bean.com>
23425
23426 * menu-bar.el (menu-bar-options-menu): Supply a body for the
23427 [save-place] binding in the Options menu. Have it require
23428 'saveplace' and then toggle the variable manually, to avoid an
23429 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
23430 for the bug report.
23431
23432 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
23433
23434 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
23435 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
23436 (gdb-info-threads-custom): Add help-echo text.
23437 (gdb-display-back): Don't use purecopy.
23438 (gdb-info-breakpoints-custom, gdb-reset)
23439 (gdb-assembler-custom): Use display-images-p to test if breakpoint
23440 icons can be displayed.
23441
23442 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
23443
23444 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
23445
23446 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
23447
23448 * bookmark.el (bookmark-completing-read):
23449 Return a string, instead of a list of one string.
23450 Use a popup menu if activated from the mouse.
23451 (bookmark-edit-annotation): Remove unused vars.
23452 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
23453 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
23454 to bookmark-completing-read.
23455 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
23456 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
23457 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
23458 and erase-buffer.
23459 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
23460 (bookmark-menu-jump, bookmark-menu-insert)
23461 (bookmark-popup-menu-and-apply-function)
23462 (bookmark-menu-popup-paned-bookmark-menu): Remove.
23463 (bookmark-menu-build-paned-menu): Remove by folding it into
23464 bookmark-menu-popup-paned-menu.
23465 (menu-bar-bookmark-map): Move the define-key statements here.
23466 Use the "non-menu" commands since they now pop up a menu if needed.
23467 (bookmark-exit-hook-internal): Simplify.
23468
23469 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
23470
23471 * reftex-toc.el (reftex-toc-rename-label): New function.
23472 (reftex-toc-check-docstruct): New function.
23473
23474 * reftex.el (reftex-region-active-p): New function.
23475
23476 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
23477 regexp to find the \bibliography macro.
23478
23479 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
23480 which does not exist in LaTeX.
23481 (reftex-cite-format-builtin): Added amsrefs support.
23482 (reftex-toc-confirm-promotion): New option
23483
23484 * reftex-toc.el
23485 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
23486 (reftex-toc-demote, reftex-toc-promote)
23487 (reftex-toc-do-promote, reftex-toc-promote-prepare)
23488 (reftex-toc-promote-action, reftex-toc-extract-section-number)
23489 (reftex-toc-newhead-from-alist)
23490 (reftex-toc-load-all-files-for-promotion): New functions.
23491 (reftex-toc-help): Added description of new keys.
23492 (reftex-toc-split-windows-fraction): New option.
23493 (reftex-recenter-toc-when-idle): Search *toc* window on all
23494 visible frames.
23495 (reftex-toc): Additional parameter REUSE
23496 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
23497 with REUSE argument.
23498 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
23499 the call of `reftex-toc'.
23500 (reftex-make-separate-toc-frame): New function .
23501 (reftex-toc-recenter): When called with triple prefix arg, call
23502 `reftex-make-separate-toc-frame' first.
23503 (reftex-toc-toggle-dedicated-frame): New command.
23504 (reftex-toc-quit): Adapted to delete frame when called in
23505 dedicated frame.
23506
23507 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
23508 all enclosing macros.
23509
23510
23511 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23512
23513 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
23514 first use.
23515
23516 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23517
23518 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
23519
23520 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
23521
23522 * calendar/calendar.el (list-diary-entries-hook)
23523 (diary-display-hook, nongregorian-diary-listing-hook)
23524 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
23525 Add some customize options for these hooks.
23526 (calendar-abbrev-construct): Don't try to take a substring longer
23527 than the original string.
23528
23529 2003-08-05 Richard M. Stallman <rms@gnu.org>
23530
23531 * emacs-lisp/testcover.el (noreturn): Report error if does return.
23532 (testcover-reinstrument-clauses): Doc fix.
23533
23534 * emacs-lisp/warnings.el: Doc fixes, args renamed.
23535 (warning-type-format): Rename from warning-group-format.
23536
23537 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
23538 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
23539 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
23540 to prevent warnings about defvar for an obsolete variable.
23541
23542 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
23543 warning-group-format renamed to warning-type-format.
23544
23545 * subr.el (read-passwd): Use clear-string instead of fillarray.
23546
23547 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
23548 Use vconcat instead of concat.
23549 (edmacro-sanitize-for-string): New function.
23550
23551 2003-08-05 Dave Love <fx@gnu.org>
23552
23553 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
23554 line-number-display-limit-width.
23555
23556 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
23557
23558 2003-08-05 Kenichi Handa <handa@m17n.org>
23559
23560 * international/code-pages.el: Don't require mule-diag.
23561
23562 * international/mule-diag.el (non-iso-charset-alist):
23563 Add autoload cookie.
23564
23565 * language/devan-util.el (dev-glyph-order): Add an entry for the
23566 glyph code #xC4.
23567
23568 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23569
23570 * calendar/calendar.el (diary-file, diary-file-name-prefix)
23571 (european-calendar-style, diary-date-forms)
23572 (calendar-day-name-array, calendar-month-name-array): Doc change.
23573 (generate-calendar-month): Adapt for new behavior of
23574 `calendar-day-name' function.
23575 (calendar-abbrev-length, calendar-day-abbrev-array)
23576 (calendar-month-abbrev-array): New variables.
23577 (calendar-abbrev-construct): New function.
23578 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
23579 rather than fixing abbrevs at some width. Calling syntax change.
23580 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
23581 (calendar-date-string): Adapt for new behaviors of
23582 `calendar-day-name' and `calendar-month-name' functions.
23583
23584 * calendar/diary-lib.el (list-diary-entries): Adapt for new
23585 behavior of `calendar-day-name' and `calendar-month-name' functions.
23586 (diary-name-pattern): Use abbrev arrays, rather than fixing
23587 abbrevs at three chars. Calling syntax change.
23588 (mark-diary-entries): Adapt for new behaviors of
23589 `diary-name-pattern' and `calendar-make-alist' functions.
23590 (fancy-diary-font-lock-keywords): Adapt for new behavior of
23591 `diary-name-pattern' function.
23592 (font-lock-diary-date-forms): Use abbrev arrays, rather than
23593 fixing abbrevs at three chars. Calling syntax change.
23594 (cal-hebrew, cal-islam): Require when compiling.
23595 (diary-font-lock-keywords): Adapt for new behavior of
23596 `font-lock-diary-date-forms' function.
23597
23598 * calendar/cal-hebrew.el: Reposition some code so defined before used.
23599 (calendar-hebrew-month-name-array-common-year)
23600 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
23601 (list-hebrew-diary-entries): Adapt for new behaviors of
23602 `calendar-day-name' and `add-to-diary-list' functions.
23603 (mark-hebrew-diary-entries): Adapt for new behaviors of
23604 `diary-name-pattern' and `calendar-make-alist' functions.
23605
23606 * calendar/cal-islam.el (calendar-islamic-month-name-array):
23607 Add doc string.
23608 (list-islamic-diary-entries): Adapt for new behaviors of
23609 `calendar-day-name' and `add-to-diary-list' functions.
23610 (mark-islamic-diary-entries): Adapt for new behaviors of
23611 `diary-name-pattern' and `calendar-make-alist' functions.
23612
23613 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
23614 `calendar-month-name' function.
23615
23616 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
23617
23618 * calendar/solar.el (solar-seasons-data): Move definition before use.
23619
23620 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
23621 (cal-tex-LaTeX-hourbox): Move definition before use.
23622
23623 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
23624 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
23625 * lunar.el, solar.el (displayed-month, displayed-year):
23626 Define for compiler.
23627
23628 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23629
23630 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
23631 MODE. Renamed from c-init-c-language-vars'.
23632 (c-initialize-cc-mode): Change accordingly.
23633 (c-common-init): Ditto.
23634 (c-mode): Ditto.
23635 (c++-mode): Use `c-init-language-vars-for'.
23636 (objc-mode): Ditto.
23637 (java-mode): Ditto.
23638 (idl-mode): Ditto.
23639 (pike-mode): Ditto.
23640 (awk-mode): Ditto.
23641
23642 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23643
23644 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
23645 or not the point moved.
23646
23647 (c-search-decl-header-end): Don't trip up on operator identifiers
23648 in C++ and operators like == in all languages.
23649
23650 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
23651 Detect leading labels correctly.
23652
23653 2003-08-02 Andreas Schwab <schwab@suse.de>
23654
23655 * textmodes/ispell.el: Don't redo key bindings on loading, put
23656 them only in loaddefs.el.
23657 * bookmark.el: Likewise.
23658 * dabbrev.el: Likewise.
23659 * emerge.el: Likewise.
23660
23661 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
23662 has more than one member.
23663
23664 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
23665
23666 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23667
23668 * lpr.el (printify-region): It was ending conversion before the
23669 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
23670
23671 2003-07-31 John Paul Wallington <jpw@gnu.org>
23672
23673 * net/browse-url.el (browse-url-epiphany): Doc fix.
23674
23675 2003-07-30 Kenichi Handa <handa@m17n.org>
23676
23677 * international/fontset.el (setup-default-fontset):
23678 Change registry names of Akurti fonts.
23679
23680 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
23681
23682 * comint.el (comint-read-noecho): Use `clear-string' instead of
23683 `fillarray'.
23684
23685 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
23686
23687 * outline.el (outline-mode-hook): Add defvar.
23688
23689 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
23690
23691 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23692 Restore assembler in source window if that is what has been selected.
23693 (menu): Add gdb-restore-windows to menu. Make gdba
23694 specific menus only visible from gdba.
23695
23696 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
23697
23698 * progmodes/compile.el (compilation-environment): New user variable.
23699 (compile-internal): Respect it.
23700
23701 2003-07-23 Masatake YAMATO <jet@gyve.org>
23702
23703 * progmodes/gud.el (gdb-script-font-lock-keywords):
23704 Put `font-lock-function-name-face' on a symbol which includes
23705 `-' like `hook-run'. Put font-lock-variable-name-face
23706 on a symbol starting with $.
23707
23708 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
23709
23710 * files.el (set-visited-file-name): Use truename for buffer-file-name.
23711
23712 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23713
23714 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23715
23716 2003-07-26 Andre Spiegel <spiegel@gnu.org>
23717
23718 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23719 Use with-no-warnings.
23720 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23721 rather than to find-file-not-found-hook, which doesn't exist.
23722
23723 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23724
23725 * international/quail.el (quail-translate-key): Fix previous change.
23726
23727 2003-07-25 John Paul Wallington <jpw@gnu.org>
23728
23729 * server.el (server-start): Check `server-process' is non-nil
23730 before killing it to avoid killing current buffer's process.
23731
23732 * simple.el (choose-completion-string): Use `minibufferp';
23733 test `completion-reference-buffer' if `buffer' arg is nil.
23734 (push-mark): Use `when' and `unless'.
23735 (pop-mark): Use `when'.
23736
23737 * mouse-sel.el (mouse-sel-get-selection-function):
23738 Check `x-last-selected-text-primary'. Don't barf if it or
23739 `x-last-selected-text' aren't bound.
23740
23741 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23742
23743 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23744
23745 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
23746
23747 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23748
23749 2003-07-23 John Paul Wallington <jpw@gnu.org>
23750
23751 * tooltip.el (defface tooltip): Inherit from variable-pitch.
23752
23753 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
23754
23755 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23756 string. Defvar the derived hook.
23757
23758 * macros.el (insert-kbd-macro): Escape double quote character.
23759 From Thomas W Murphy <twm@andrew.cmu.edu>.
23760
23761 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
23762
23763 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23764 to match the specific mark rather than reusing comment-start-skip.
23765
23766 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
23767
23768 * progmodes/hideshow.el (hs-special-modes-alist):
23769 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
23770
23771 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
23772
23773 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23774 value using ?\s.
23775
23776 2003-07-21 John Paul Wallington <jpw@gnu.org>
23777
23778 * subr.el (with-selected-window): Add closing paren.
23779
23780 2003-07-21 Richard M. Stallman <rms@gnu.org>
23781
23782 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23783 (lisp-mode): Likewise.
23784
23785 * subr.el (with-selected-window): Copy code form save-selected-window
23786 so as to call select-window with norecord arg.
23787 (dynamic-completion-table): Doc fix.
23788 (lazy-completion-table): Doc fix.
23789
23790 * international/mule-cmds.el (set-locale-environment):
23791 langinfo renamed to locale-info.
23792
23793 * international/mule.el (auto-coding-functions): Doc fix.
23794
23795 2003-07-21 Kenichi Handa <handa@m17n.org>
23796
23797 * international/quail.el (quail-translate-key):
23798 Update quail-current-str correctly.
23799
23800 2003-07-21 Andreas Schwab <schwab@suse.de>
23801
23802 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23803 ?, to "_".
23804
23805 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
23806 Version 2.0.36 of Tramp released.
23807
23808 * net/tramp.el (tramp-default-password-end-of-line): Rename from
23809 tramp-password-end-of-line.
23810 (tramp-password-end-of-line): New method parameter.
23811 (tramp-get-password-end-of-line): Function to access method
23812 parameter `tramp-password-end-of-line', or variable
23813 `tramp-default-password-end-of-line' (default value).
23814 (tramp-methods): Add entries for new parameter
23815 tramp-password-end-of-line.
23816 (tramp-enter-password): Use new function
23817 `tramp-get-password-end-of-line'.
23818 (tramp-handle-insert-file-contents): Do not
23819 unconditionally inhibit the file operation file-local-copy, only
23820 do that when the inhibit-file-name-operation is currently
23821 insert-file-contents. This fixes finding remote CVS-controlled
23822 files. (It would barf on inserting the CVS/Entries file
23823 literally, because the file-local-copy handler wasn't called.)
23824 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23825 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23826 (tramp-initial-commands): New variable.
23827 (tramp-process-initial-commands): New function, using the variable.
23828 (tramp-open-connection-setup-interactive-shell): Call the new function.
23829 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23830 method into the buffer name, never use nil. Reported by Hanak
23831 David <dhanak@inf.bme.hu>.
23832 (tramp-open-connection-setup-interactive-shell): Erase buffer
23833 before sending "stty -onlcr".
23834
23835 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23836
23837 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
23838
23839 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23840
23841 2003-07-19 John Paul Wallington <jpw@gnu.org>
23842
23843 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23844 (artist-draw-rect, artist-draw-square): Doc fixes.
23845
23846 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23847
23848 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23849
23850 2003-07-19 Kenichi Handa <handa@m17n.org>
23851
23852 * international/kkc.el (kkc-show-conversion-list-update):
23853 Highlight the correct candidate in the message.
23854
23855 2003-07-18 John Paul Wallington <jpw@gnu.org>
23856
23857 * simple.el (current-word): Don't include punctuation char when
23858 `really-word' arg is non-nil.
23859
23860 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
23861
23862 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23863 moved to the directory obsolete.
23864
23865 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
23866
23867 * info.el (Info-menu-entry-name-re): Allow newlines in
23868 menu entry names.
23869
23870 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23871 syntax-ppss-after-change-function.
23872 (syntax-ppss-after-change-function): New alias. Update uses.
23873 (syntax-ppss): Catch the case where the buffer is narrowed.
23874
23875 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23876
23877 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23878 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23879
23880 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23881
23882 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23883 since it might be modified.
23884
23885 * progmodes/cc-langs.el (c++-make-template-syntax-table)
23886 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23887 names to these language constants.
23888
23889 2003-07-15 Kim F. Storm <storm@cua.dk>
23890
23891 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23892 All uses changed.
23893
23894 2003-07-14 Mark A. Hershberger <mah@everybody.org>
23895
23896 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23897 Namespace support.
23898
23899 2003-07-13 Juanma Barranquero <lektu@terra.es>
23900
23901 * frame.el (modify-all-frames-parameters): Reinstall (copyright
23902 papers received).
23903
23904 2003-07-13 Karl Eichwalder <ke@suse.de>
23905
23906 * textmodes/po.el (po-find-charset): White space at the start of the
23907 Content-Type field body is non-mandatory.
23908
23909 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
23910
23911 * textmodes/texinfo.el (texinfo-section-list):
23912 Append appendixsection; a synonym for appendixsec.
23913
23914 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
23915
23916 * man.el (Man-translate-cleanup): New.
23917 (Man-translate-references): Call `Man-translate-cleanup' to clean
23918 leading, trailing and middle spaces.
23919
23920 2003-07-13 Lars Hansen <larsh@math.ku.dk>
23921
23922 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23923 Handle `dired-directory' being a list.
23924
23925 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
23926
23927 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23928 it doesn't exist.
23929
23930 2003-07-12 Richard M. Stallman <rms@gnu.org>
23931
23932 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23933
23934 * progmodes/cc-defs.el (c-make-keywords-re):
23935 Don't use delete-duplicates.
23936 (c-lang-const): Don't use mapcan.
23937
23938 * apropos.el (apropos-show-scores): Make it customizable.
23939 Document new meaning.
23940 (apropos): Compute scores from symbols.
23941 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23942
23943 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23944
23945 * ps-bdf.el: Fix copyright line.
23946 (bdf-directory-list): Fix initialization code.
23947
23948 2003-07-11 John Paul Wallington <jpw@gnu.org>
23949
23950 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23951 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23952 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23953
23954 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
23955
23956 * emacs-lisp/ring.el (ring-elements): Doc fix.
23957
23958 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23959
23960 * calendar/timeclock.el (timeclock-relative)
23961 (timeclock-ask-before-exiting, timeclock-use-display-time):
23962 Doc changes.
23963 (timeclock-modeline-display): Give a message if
23964 `timeclock-use-display-time' is non-nil but `display-time-mode'
23965 is not active.
23966
23967 2003-07-11 Kenichi Handa <handa@m17n.org>
23968
23969 * international/mule-cmds.el (set-language-environment):
23970 Set current-language-environment to the correct string.
23971
23972 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23973
23974 * ps-print.el: Print line number correctly in a region. Reported by
23975 Tim Allen <timallen@ls83.fsnet.co.uk>.
23976 (ps-print-version): New version number (6.6.2).
23977 (ps-printing-region): Code fix.
23978
23979 2003-07-10 John Paul Wallington <jpw@gnu.org>
23980
23981 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23982 this function can be called from `add-completions-from-tags-table'.
23983
23984 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
23985
23986 * calendar/timeclock.el (timeclock-use-display-time)
23987 (timeclock-day-over-hook, timeclock-workday-remaining)
23988 (timeclock-status-string, timeclock-when-to-leave)
23989 (timeclock-when-to-leave-string, timeclock-log-data)
23990 (timeclock-find-discrep, timeclock-day-base)
23991 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23992 (timeclock-modeline-display): Set the variable
23993 `timeclock-modeline-display'.
23994 (timeclock-update-modeline): Doc fix. Respect value of
23995 `timeclock-relative'.
23996
23997 2003-07-09 Richard M. Stallman <rms@gnu.org>
23998
23999 * textmodes/reftex-parse.el (reftex-all-document-files):
24000 Add autoload cookie.
24001
24002 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
24003 (reftex-scanning-info-available-p): Add autoload cookie.
24004
24005 * international/mule-cmds.el
24006 (set-display-table-and-terminal-coding-system): Delete duplicate
24007 aset on standard-display-table.
24008
24009 * view.el (view-file): If existing buffer's major mode is special,
24010 don't go into view mode.
24011
24012 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
24013
24014 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24015
24016 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
24017 buffer changes; there's third party code that calls this function
24018 directly.
24019
24020 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24021
24022 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
24023 (autodoc-font-lock-keywords): Don't byte compile on font lock
24024 initialization when running from byte compiled files.
24025
24026 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
24027
24028 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
24029 statement ends with auto-increment "++".
24030
24031 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24032
24033 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24034 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24035 these are changed, so declare them as variables and not constants.
24036
24037 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
24038
24039 * subr.el (dolist, dotimes): Doc fix.
24040
24041 2003-07-08 Kim F. Storm <storm@cua.dk>
24042
24043 * international/mule-cmds.el
24044 (set-display-table-and-terminal-coding-system): Don't break
24045 bootstrap if standard-display-table isn't setup yet.
24046
24047 2003-07-07 Richard M. Stallman <rms@gnu.org>
24048
24049 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
24050 Give it a doc string, and autoload it.
24051
24052 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
24053 Use with-no-warnings.
24054
24055 * info.el (Info-search): If find invisible text, search again.
24056
24057 * isearch.el (search-whitespace-regexp): Add a shy group around it.
24058
24059 * man.el (Man-name-regexp): Match + as part of name.
24060
24061 * simple.el (visible-mode): Rename from vis-mode.
24062 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
24063
24064 * simple.el (current-word): New arg REALLY-WORD specifies
24065 don't include punctuation chars.
24066
24067 * emacs-lisp/debug.el (debug, debugger-env-macro):
24068 Use with-no-warnings while accessing and binding unread-command-char.
24069
24070 * international/mule-cmds.el
24071 (set-display-table-and-terminal-coding-system): Use explicit loop
24072 instead of calling standard-display-default.
24073
24074 * net/ange-ftp.el (ange-ftp-file-symlink-p):
24075 Use condition-case to catch error in ange-ftp-get-files.
24076
24077 * net/browse-url.el (browse-url-browser-function):
24078 Add alternative for Epiphany.
24079 (browse-url-epiphany-program, browse-url-epiphany-arguments)
24080 (browse-url-epiphany-startup-arguments)
24081 (browse-url-epiphany-new-window-is-tab): New variables.
24082 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
24083
24084 * progmodes/compile.el (compile-auto-highlight): Default now t.
24085 (compile): Doc fix.
24086 (compilation-next-error): Fix previous change.
24087
24088 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
24089
24090 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
24091
24092 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
24093
24094 * gdb-ui.el (gdb-source-info): Display current frame when
24095 attaching to an existing process.
24096 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
24097 while laying out windows when attaching to an existing process.
24098
24099 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
24100
24101 * info.el (Info-menu): Use Info-menu-entry-name-re.
24102
24103 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
24104
24105 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
24106 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
24107
24108 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
24109 to match the same text.
24110
24111 2003-07-06 John Paul Wallington <jpw@gnu.org>
24112
24113 * vc.el (vc-annotate-offset): Move defvar up.
24114
24115 2003-07-06 Kim F. Storm <storm@cua.dk>
24116
24117 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
24118 This should fix the infinite loop when extracting menu names.
24119
24120 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
24121
24122 * files.el (auto-mode-alist, interpreter-mode-alist):
24123 Remove entries to CC Mode modes to avoid duplicates; they are now added
24124 with autoload directives in cc-mode.el.
24125
24126 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
24127
24128 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24129 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24130 these are changed, so declare them as variables and not constants.
24131
24132 * progmodes/cc-mode.el: Fix some autoload problems: Try to
24133 ensure that the entry for ".c" extension comes before the one for
24134 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
24135 Fix incorrect entries that were added to `interpreter-mode-alist'.
24136 Move the autoload directives for AWK to the top level since they
24137 aren't recognized anywhere else. Do not use the new AWK mode doc
24138 in the autoload form for the old AWK mode.
24139
24140 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24141
24142 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
24143 (bibtex-sort-ignore-string-entries): Default value t.
24144 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
24145 erroneously in previous version.
24146 (bibtex-string-files): Docstring reflects new parsing scheme.
24147 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
24148 docstring, add # as one of the chars to crush
24149 (bibtex-autokey-prefix-string, bibtex-autokey-names)
24150 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
24151 (bibtex-autokey-name-change-strings)
24152 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
24153 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
24154 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
24155 (bibtex-autokey-title-terminators)
24156 (bibtex-autokey-titlewords-stretch)
24157 (bibtex-autokey-titleword-ignore)
24158 (bibtex-autokey-titleword-case-convert)
24159 (bibtex-autokey-titleword-abbrevs)
24160 (bibtex-autokey-titleword-abbrevs)
24161 (bibtex-autokey-titleword-change-strings)
24162 (bibtex-autokey-titleword-length)
24163 (bibtex-autokey-titleword-separator)
24164 (bibtex-autokey-name-year-separator)
24165 (bibtex-autokey-year-title-separator)
24166 (bibtex-autokey-before-presentation-function)
24167 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
24168 Fix docstring.
24169 (bibtex-strings, bibtex-reference-keys):
24170 Use lazy-completion-table and make-variable-buffer-local.
24171 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
24172 (bibtex-braced-string-syntax-table)
24173 (bibtex-quoted-string-syntax-table): New variables.
24174 (bibtex-parse-nested-braces): Remove.
24175 (bibtex-parse-field-string): Use syntax table and forward-sexp.
24176 (bibtex-parse-association): Simplify.
24177 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
24178 (bibtex-parse-field-text): Simplify.
24179 (bibtex-search-forward-field, bibtex-search-backward-field):
24180 argument BOUND can take value t.
24181 (bibtex-start-of-field, bibtex-start-of-name-in-field)
24182 (bibtex-end-of-name-in-field, bibtex-end-of-field)
24183 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24184 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
24185 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
24186 (bibtex-skip-to-valid-entry): Return buffer position of beginning
24187 and ending of entry. Update for changes of bibtex-search-entry.
24188 Simplify.
24189 (bibtex-map-entries): FUN is called with three arguments.
24190 (bibtex-search-entry): Return a cons pair with buffer positions of
24191 beginning and end of entry.
24192 (bibtex-enclosing-field): Simplify.
24193 (bibtex-format-entry): Use booktitle to set a missing title.
24194 (bibtex-autokey-get-names): Fiddle with regexps.
24195 (bibtex-generate-autokey): Use identity.
24196 (bibtex-parse-keys): Use simplified parsing algorithm if
24197 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
24198 arguments. Return alist of keys.
24199 (bibtex-parse-strings): Simplify. Return alist of strings.
24200 (bibtex-complete-string-cleanup): Fix docstring.
24201 (bibtex-read-key): New function.
24202 (bibtex-mode): Fix docstring. Do not parse for keys and
24203 strings when the mode is entered. Set fill-paragraph-function to
24204 bibtex-fill-field. Setup font-lock-mark-block-function the way
24205 font-lock intended.
24206 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
24207 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
24208 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
24209 (bibtex-Preamble): Avoid hard coded constants.
24210 (bibtex-make-field): Fix docstring. Simplify.
24211 (bibtex-beginning-of-entry): Always return new position of point.
24212 (bibtex-end-of-entry): Rearrange cond clauses.
24213 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
24214 Update for changes of bibtex-map-entries.
24215 (bibtex-ispell-abstract): Do not move point.
24216 (bibtex-entry-index): Use downcase. Simplify.
24217 (bibtex-lessp): Handle catch-all.
24218 (bibtex-find-crossref): Turn into a command.
24219 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
24220 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
24221 preamble entries.
24222 (bibtex-fill-field-bounds): New function.
24223 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
24224 (bibtex-fill-entry): Use bibtex-fill-field-bounds
24225 (bibtex-String): Use bibtex-strings. Always obey
24226 bibtex-sort-ignore-string-entries.
24227
24228 2003-07-05 John Paul Wallington <jpw@gnu.org>
24229
24230 * cus-theme.el (customize-create-theme):
24231 Call `customize-create-theme' in Reset widget's notify function.
24232
24233 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
24234 (ibuffer-mark-interactive): Use `or' instead of `unless'.
24235 (define-ibuffer-column name): Add summarizer.
24236 (define-ibuffer-column size): Likewise.
24237 (define-ibuffer-column filename): Likewise.
24238 (define-ibuffer-column process): Likewise. Change BODY's output too.
24239 (define-ibuffer-column filename-and-process): Likewise, likewise.
24240 (ibuffer): Remove local vars `already-in' and `need-update'.
24241
24242 * ibuf-ext.el: Don't require `derived' at compile-time.
24243
24244 2003-07-05 Kim F. Storm <storm@cua.dk>
24245
24246 * info.el: Disable paragraph refilling.
24247 (Info-refill-paragraphs): New defcustom.
24248 (Info-fontify-node): Use it.
24249
24250 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
24251
24252 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
24253 thingies from constructors created by defstruct.
24254
24255 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
24256 the default value of the variable.
24257 (byte-code-meter): Move declaration to top level.
24258
24259 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
24260
24261 * info.el (Info-following-node-name-re): New fun.
24262 (Info-following-node-name): Remove.
24263 (Info-insert-dir): Use the new fun.
24264 (Info-extract-pointer): Don't save restriction; use new fun.
24265 (Info-menu-entry-name-re): New const.
24266 (Info-menu-entry-name-re): Use it along with new fun.
24267 (Info-node-spec-re): Use new fun.
24268 (Info-complete-menu-item, Info-fontify-node): Use new const.
24269 (Info-goto-node, Info-follow-reference, Info-menu-update):
24270 Use match-string.
24271 (Info-follow-reference): Use assoc-string.
24272 Use a list of strings for the completion table.
24273 (Info-fontify-node): Use match-string, line-end-position.
24274 Limit the search for `node:' to the first line.
24275
24276 * newcomment.el (uncomment-region): Remove padding coming from
24277 comment-start rather than just from comment-padding.
24278
24279 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
24280 (vc-cvs-stay-local-p): Use vc-stay-local-p.
24281 (vc-cvs-rename-file): Remove (use the default).
24282 (vc-cvs-register): Register parent dir if needed.
24283 (vc-cvs-could-register): Return non-nil if parent can be registered.
24284 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
24285 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
24286
24287 * vc-svn.el (vc-svn-use-edit): Make it into a const.
24288 (vc-svn-update): Fix the arguments to `svn'.
24289 (vc-svn-diff-tree): Just use `vc-svn-diff'.
24290 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
24291 Simple implementations, assuming `name' is a URL.
24292
24293 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
24294 set of chars allowed unquoted in a case pattern.
24295
24296 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
24297
24298 * font-lock.el (font-lock-extra-types-widget)
24299 (c-font-lock-extra-types, c++-font-lock-extra-types)
24300 (objc-font-lock-extra-types, java-font-lock-extra-types)
24301 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
24302 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
24303 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
24304 (font-lock-match-c++-structor-declaration)
24305 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
24306 (c++-font-lock-keywords-3, c++-font-lock-keywords)
24307 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
24308 (objc-font-lock-keywords-3, objc-font-lock-keywords)
24309 (java-font-lock-keywords-1, java-font-lock-keywords-2)
24310 (java-font-lock-keywords-3, java-font-lock-keywords)
24311 (java-font-lock-syntactic-face-function): Remove obsolete code
24312 and constants. It's all in cc-fonts.el now.
24313
24314 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
24315
24316 * mail/sendmail.el (mail-specify-envelope-from)
24317 (mail-envelope-from): Doc fix.
24318
24319 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
24320
24321 * generic-x.el: Do away with the dependency on `c-emacs-features'
24322 when populating `rul-generic-mode-syntax-table'; we already know
24323 this isn't XEmacs.
24324
24325 See ChangeLog.10 for earlier changes.
24326
24327 ;; Local Variables:
24328 ;; coding: iso-2022-7bit
24329 ;; End:
24330
24331 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
24332 Copying and distribution of this file, with or without modification,
24333 are permitted provided the copyright notice and this notice are preserved.
24334
24335 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1