]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-08-05 Kenichi Handa <handa@m17n.org>
2
3 * international/code-pages.el: Add autoload cookies for all coding
4 systems.
5
6 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
7
8 * cus-start.el (all): Put undo.c where it alphabetically belongs.
9
10 2005-08-04 Juri Linkov <juri@jurta.org>
11
12 * progmodes/compile.el (compilation-mode-map):
13 * progmodes/grep.el (grep-mode-map):
14 Bind TAB to `compilation-next-error' and [backtab] to
15 `compilation-previous-error'.
16
17 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
18 matching line numbers, column numbers and their ranges with regexp
19 matching only line numbers.
20 (grep-context-face): New face variable.
21 (grep-mode-font-lock-keywords): Use it.
22
23 * faces.el (read-face-name): Delete duplicate faces.
24
25 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26
27 * thumbs.el (thumbs-find-image): Don't make variables
28 automatically buffer local.
29 (thumbs-current-tmp-filename, thumbs-current-image-filename)
30 (thumbs-image-num): Make automatically buffer local.
31 (thumbs-show-thumbs-list): Use `make-local-variable', not
32 `make-variable-buffer-local'.
33 (thumbs-insert-image): Make `thumbs-current-image-size'
34 buffer-local.
35
36 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
37 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
38 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
39 (bother, bye, canyou, chatlst, continue, deathlst, describe)
40 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
41 (feelings-about, foullst, found, hello, history, howareyoulst)
42 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
43 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
44 (neglst, obj, object, owner, please, problems, qlist)
45 (random-adjective, relation, remlst, repetitive-shortness)
46 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
47 (shortlst, something, sportslst, stallmanlst, states, subj)
48 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
49 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
50 Defvar at compile time.
51
52 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
53 not `make-variable-buffer-local'.
54
55 2005-08-02 Kim F. Storm <storm@cua.dk>
56
57 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
58 rectangle overlay in selected window.
59
60 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
61
62 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
63 instead of display group. Make `indicate-buffer-boundaries'
64 customizable through Custom.
65
66 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
67
68 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
69 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
70 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
71 (gdb-put-string): Fix typos in docstrings.
72
73 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
74
75 Update copyright notices of files in progmodes directory for
76 release of Emacs 22.1.
77
78 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
79
80 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie. Don't
81 barf if the GUD buffer has been killed.
82
83 2005-08-01 Kim F. Storm <storm@cua.dk>
84
85 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
86
87 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
90 (byte-compile-form-make-variable-buffer-local): New functions to warn
91 about misuses of make-variable-buffer-local where make-local-variable
92 was meant.
93
94 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
95
96 * bs.el (bs-attributes-list): Doc fix.
97 (bs): Update url-link.
98
99 * desktop.el (desktop-save-buffer): Fix typos in docstring.
100 (desktop-load-default): Simplify.
101
102 * ibuffer.el (ibuffer-columnize-and-insert-list)
103 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
104 (ibuffer-unmark-all, ibuffer-toggle-marks)
105 (ibuffer-unmark-forward, ibuffer-unmark-backward)
106 (ibuffer-compile-make-format-form, ibuffer-format-column)
107 (ibuffer-current-buffers-with-marks)
108 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
109 (ibuffer): Doc fix.
110 (ibuffer-mode): Fix typo in docstring.
111 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
112 with `define-obsolete-variable-alias'.
113 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
114
115 2005-07-29 Kenichi Handa <handa@m17n.org>
116
117 * international/mule-cmds.el (select-message-coding-system):
118 Be sure to use LF for end-of-line. If no coding system is decided,
119 return iso-8859-1-unix.
120
121 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
124 (ange-ftp-pending-error-line): New vars.
125 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
126 to handle the non-fatal no-route-to-host messages.
127 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
128
129 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
130
131 * isearch.el (isearch-mode-map, isearch-other-meta-char)
132 (isearch-quote-char, isearch-printing-char)
133 (isearch-text-char-description): "?\ " -> "?\s".
134 (isearch-lazy-highlight-cleanup)
135 (isearch-lazy-highlight-initial-delay)
136 (isearch-lazy-highlight-interval)
137 (isearch-lazy-highlight-max-at-a-time)
138 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
139 Declare with define-obsolete-*-alias macros.
140 (isearch-forward): Fix typo in docstring.
141 (search-invisible, search-ring-yank-pointer)
142 (regexp-search-ring-yank-pointer): Doc fixes.
143
144 * recentf.el (recentf-menu-append-commands-p): Declare with
145 `define-obsolete-variable-alias'.
146 (recentf-max-saved-items, recentf-menu-filter)
147 (recentf-arrange-by-rule-subfilter): Doc fixes.
148 (recentf-menu-append-commands-flag)
149 (recentf-initialize-file-name-history, recentf-expand-file-name)
150 (recentf-clear-data): Fix typos in docstrings.
151
152 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
153
154 * progmodes/gdb-ui.el: Smarten comments.
155 (gdb-info-breakpoints-custom): Use nowarn when finding file.
156
157 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
158
159 * term/apollo.el (terminal-init-apollo): New function containing
160 all former top level forms in the file.
161 * term/bobcat.el (terminal-init-bobcat):
162 * term/cygwin.el (terminal-init-cygwin):
163 * term/iris-ansi.el (terminal-init-iris-ansi):
164 * term/linux.el (terminal-init-linux):
165 * term/news.el (terminal-init-news):
166 * term/rxvt.el (terminal-init-rxvt):
167 * term/sun.el (terminal-init-sun):
168 * term/tvi970.el (terminal-init-tvi970):
169 * term/vt100.el (terminal-init-vt100):
170 * term/vt102.el (terminal-init-vt102):
171 * term/vt125.el (terminal-init-vt125):
172 * term/vt200.el (terminal-init-vt200):
173 * term/vt201.el (terminal-init-vt201):
174 * term/vt220.el (terminal-init-vt220):
175 * term/vt240.el (terminal-init-vt240):
176 * term/vt300.el (terminal-init-vt300):
177 * term/vt320.el (terminal-init-vt320):
178 * term/vt400.el (terminal-init-vt400):
179 * term/vt420.el (terminal-init-vt420):
180 * term/wyse50.el (terminal-init-wyse50):
181 * term/xterm.el (terminal-init-xterm): Likewise.
182
183 * term/README: Describe the terminal-init-* functionality.
184
185 * startup.el (command-line): After loading the terminal initialization
186 file call the corresponding terminal initialization function.
187
188 2005-07-27 Kenichi Handa <handa@m17n.org>
189
190 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
191 negative.
192
193 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
194 (ps-mule-composition-prologue): Fix for the case that
195 RelativeCompose is false.
196
197 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
198
199 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
200
201 * descr-text.el (describe-char): Handle the case where the list of
202 chars is displayed in a separate frame.
203 Be a bit more discriminating when looking for the char.
204
205 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
206
207 * bookmark.el (bookmark-automatically-show-annotations)
208 (bookmark-read-annotation-text-func): Doc fixes.
209 (bookmark-save): Improve argument/docstring consistency.
210 (bookmark-get-bookmark, bookmark-get-bookmark-record)
211 (bookmark-alist-from-buffer)
212 (bookmark-upgrade-file-format-from-0)
213 (bookmark-grok-file-format-version)
214 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
215 (bookmark-read-annotation-mode)
216 (bookmark-insert-current-bookmark, bookmark-jump)
217 (bookmark-exit-hook): Fix typos in docstrings.
218 (bookmark-exit-hooks): Define as obsolete alias.
219 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
220 not `bookmark-exit-hooks'. Fix docstring.
221 (bookmark-bmenu-select): "?\ " -> "?\s".
222
223 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
224
225 * startup.el (command-line): Fix typo.
226
227 2005-07-24 Richard M. Stallman <rms@gnu.org>
228
229 * tooltip.el (tooltip-mode): Test emacs-basic-display,
230 not emacs-quick-startup.
231
232 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
233
234 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
235 (reb-next-match, reb-show-subexp): Use `with-selected-window'
236 instead of `reb-with-current-window'.
237 (reb-prev-match): Likewise. Also, don't move left if the search
238 was unsuccessful.
239 (reb-initialize-buffer): New function.
240 (re-builder, reb-change-syntax): Use it.
241
242 * man.el (Man-goto-page): Make second argument NOERROR optional.
243
244 2005-07-23 Richard M. Stallman <rms@gnu.org>
245
246 * man.el (Man-bgproc-sentinel): Check here for failure to find
247 any man page in the output, and report the error here.
248 (Man-arguments): Make it permanent local.
249 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
250 (Man-mode): Pass t for NOERROR.
251
252 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
253 (grep-mode-font-lock-keywords):
254 Don't use compilation-...-face for messages that are not file names.
255
256 * progmodes/compile.el (compilation-mode-font-lock-keywords):
257 Don't use compilation-...-face for messages that are not file names.
258
259 2005-07-22 Juri Linkov <juri@jurta.org>
260
261 * startup.el (normal-splash-screen): Update menu name.
262
263 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
264
265 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
266
267 * term/xterm.el: Load term/rxvt if the terminal is actually an
268 rxvt terminal.
269 (xterm-rxvt-set-background-mode): Remove, not used anymore.
270
271 * term/rxvt.el (function-key-map): Use substitute-key-definition
272 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
273
274 * term/cygwin.el: New file.
275
276 2005-07-22 Kim F. Storm <storm@cua.dk>
277
278 * image-file.el (insert-image-file, image-file-yank-handler):
279 Fix last change to maintain a (unique) yank-handler on yanked images.
280
281 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
282
283 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
284 of the file size (as in "177B" for 177 bytes). This happens with
285 "ls -lh" on FreeBSD.
286
287 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
288
289 * hilit-chg.el (highlight-changes-global-initial-state)
290 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
291 (hilit-chg-fixup, highlight-changes-mode):
292 Fix typos in docstrings.
293 (highlight-changes-global-modes, highlight-changes-rotate-faces):
294 Doc fixes.
295
296 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
297
298 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
299 mode function using `eval-after-load'.
300
301 2005-07-21 Kim F. Storm <storm@cua.dk>
302
303 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
304 included when reporting an emacs crash, and tell about the DEBUG file.
305
306 * image-file.el (insert-image-file): Add yank-handler.
307 (image-file-yank-handler): Yank handler to make unique copies of
308 images when they are yanked into a buffer next to each other.
309
310 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
311
312 * comint.el (comint-use-prompt-regexp, comint-send-input)
313 (comint-source-default, comint-extract-string)
314 (comint-get-source, comint-word, comint-completion)
315 (comint-source, comint-prompt-read-only, comint-update-fence):
316 Fix typos in docstrings.
317 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
318 Declare with define-obsolete-*-alias macros.
319 (comint-previous-matching-input-from-input)
320 (comint-next-matching-input-from-input)
321 (comint-previous-matching-input, comint-next-matching-input)
322 (comint-forward-matching-input):
323 Improve argument/docstring consistency.
324
325 * desktop.el (desktop-clear-preserve-buffers-regexp):
326 Also preserve the *server* buffer.
327
328 * simple.el (clone-indirect-buffer): Doc fix.
329 (fixup-whitespace, just-one-space)
330 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
331 (next-error, next-error-highlight)
332 (next-error-highlight-no-select, next-error-last-buffer)
333 (next-error-buffer-p, next-error-find-buffer, next-error)
334 (previous-error, next-error-no-select, previous-error-no-select)
335 (open-line, split-line, minibuffer-prompt-width, kill-new)
336 (binary-overwrite-mode): Fix typos in docstrings.
337 (set-fill-column): Fix typo in message.
338
339 * skeleton.el (skeleton-proxy-new): Doc fix.
340
341 * strokes.el (strokes-load-hook): Doc fix.
342 (strokes-grid-resolution, strokes-get-grid-position)
343 (strokes-renormalize-to-grid, strokes-read-stroke)
344 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
345 (strokes-global-map): Fix typos in docstrings.
346 (strokes-help): Doc fix. Fix help message and pass it through
347 `substitute-command-keys'.
348
349 * tempo.el (tempo-insert-prompt, tempo-interactive)
350 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
351 (tempo-insert-string-functions, tempo-local-tags)
352 (tempo-define-template, tempo-insert-template)
353 (tempo-insert-prompt-compat, tempo-is-user-element)
354 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
355 Fix typos in docstrings.
356
357 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
358 (vcursor-key-bindings, vcursor-use-vcursor-map)
359 (vcursor-find-window, vcursor-scroll-down)
360 (vcursor-disable, vcursor-beginning-of-buffer)
361 (vcursor-end-of-buffer): Fix typos in docstrings.
362 (vcursor-relative-move, vcursor-get-char-count):
363 Improve argument/docstring consistency.
364
365 * version.el: "?\ " -> "?\s".
366
367 * wid-edit.el (widget-default-create, widget-after-change)
368 (widget-default-format-handler, widget-checklist-add-item)
369 (widget-radio-add-item, widget-choose, widget-specify-secret)
370 (widget-field-value-create, widget-field-value-get)
371 (widget-editable-list-format-handler)
372 (widget-editable-list-entry-create, widget-group-value-create)
373 (widget-documentation-link-add)
374 (widget-documentation-string-value-create): "?\ " -> "?\s".
375 (widget-convert-text): Doc fix.
376 (widget-narrow-to-field, widget-field-find)
377 (widget-url-link-action, widget-emacs-library-link-action)
378 (widget-color-notify): Fix typos in docstrings.
379
380 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
381 (x-select-text, set-w32-system-coding-system)
382 (w32-add-charset-info): Fix typos in docstrings.
383
384 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
385 (cua-enable-cua-keys, cua-use-hyper-key)
386 (cua-virtual-rectangle-edges): Fix typos in docstrings.
387 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
388
389 * net/tramp.el (tramp-handle-load): Fix typo in error message.
390
391 * emacs-lisp/re-builder.el (regexp-builder): Declare with
392 `defalias' instead of faking it.
393
394 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
395 (eshell-ls-missing, eshell-ls-dired-initial-args)
396 (eshell-ls-use-in-dired): Fix typos in docstrings.
397
398 2005-07-20 Kim F. Storm <storm@cua.dk>
399
400 * emulation/cua-base.el (cua-mode): Improve doc string.
401
402 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
403
404 * abbrev.el (expand-region-abbrevs): Doc fix.
405 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
406 Improve argument/docstring consistency.
407
408 * arc-mode.el (archive-get-descr, archive-alternate-display):
409 Doc fixes.
410 (archive-l-e): Improve argument/docstring consistency.
411 (archive-tmpdir, archive-unixdate, archive-unixtime)
412 (archive-chmod-entry): Fix typos in docstrings.
413 (archive-unflag, archive-unflag-backwards)
414 (archive-unmark-all-files): "?\ " -> "?\s".
415
416 * buff-menu.el (Buffer-menu-unmark): Doc fix.
417 (Buffer-menu-not-modified, Buffer-menu-execute)
418 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
419 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
420
421 * composite.el (compose-string, encode-composition-rule)
422 (compose-last-chars): Fix typos in docstrings.
423
424 * desktop.el (desktop-enable, desktop-basefilename):
425 Declare with `define-obsolete-variable-alias'.
426 (desktop-internal-v2s): Don't quote keywords.
427 (desktop-clear): "?\ " -> "?\s".
428
429 * dired.el (dired-align-file, dired-flag-backup-files)
430 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
431 (dired-listing-switches, dired-ls-F-marks-symlinks)
432 (dired-dwim-target, dired-load-hook, dired-mode-hook)
433 (dired-directory, dired-faces, dired, dired-revert)
434 (dired-mode, dired-summary, dired-view-file)
435 (dired-copy-filename-as-kill, dired-delete-file)
436 (dired-no-confirm, dired-unmark-all-marks)
437 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
438 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
439 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
440 Fix typos in message strings.
441
442 * dired-x.el (virtual-dired): Declare with `defalias'.
443 (dired-mark-unmarked-files, dired-local-variables-file)
444 (dired-omit-here-always): Doc fix.
445 (dired-omit-mode, dired-find-subdir)
446 (dired-enable-local-variables, dired-clean-up-buffers-too)
447 (dired-extra-startup, dired-mark-extension, dired-jump)
448 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
449 (dired-smart-shell-command, dired-guess-shell-alist-user)
450 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
451 (dired-x-bind-find-file, dired-x-submit-report):
452 Fix typos in docstrings.
453 (dired-mark-unmarked-files): "?\ " -> "?\s".
454
455 * dirtrack.el (dirtrack-list): Fix typos in docstring.
456
457 * faces.el (describe-face): "?\ " -> "?\s".
458 (read-all-face-attributes, read-face-font, modify-face)
459 (face-attr-construct, italic): Fix typos in docstrings.
460 (frame-update-face-colors): Declare with
461 `define-obsolete-function-alias'.
462
463 * files.el (find-file-noselect, recode-file-name): Doc fixes.
464 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
465 (magic-mode-alist, buffer-file-numbers-unique)
466 (write-file-functions, get-free-disk-space):
467 Fix typos in docstrings.
468 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
469 (write-contents-hooks, write-file-hooks):
470 Declare with `define-obsolete-variable-alias'.
471
472 * forms-d2.el (arch-rj): Fix typo in docstrings.
473 (arch-tocol): Likewise. "?\ " -> "?\s".
474
475 * frame.el (set-frame-font, cursor-in-non-selected-windows):
476 Fix typo in docstring.
477 (set-screen-width, set-screen-height): Delete redundant info in
478 doctrings.
479 (new-frame, screen-height, screen-width): Declare with
480 `define-obsolete-function-alias'.
481 (delete-frame-hook, blink-cursor): Declare with
482 `define-obsolete-variable-alias'.
483
484 * paths.el (prune-directory-list): Fix typos in docstring.
485
486 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
487 (cvs-prefix-get): Fix typos in docstrings.
488
489 * ps-print.el (ps-extend-face-list, ps-extend-face)
490 (ps-print-background-image): Fix typos in docstrings.
491 (ps-default-fg, ps-default-bg): Doc fixes.
492
493 * s-region.el (s-region-bind): Doc fix.
494 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
495
496 * textmodes/org.el (org-table-formula-substitute-names)
497 (org-table-get-vertical-vector): Doc fixes.
498 (org-table-recalculate): Remove unused argument to `message'.
499
500 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
501
502 * textmodes/org.el (org-table-column-names)
503 (org-table-column-name-regexp)
504 (org-table-named-field-locations): New variables.
505 (org-archive-subtree): Protect `this-command' when calling
506 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
507 the kill buffer.
508 (org-complete): Remove fixed-formula completion.
509 (org-edit-formulas-map): New variable.
510 (org-table-edit-formulas): New command.
511 (org-finish-edit-formulas, org-abort-edit-formulas)
512 (org-show-variable, org-table-get-vertical-vector): New functions.
513 (org-table-maybe-eval-formula): Handle `:=' fields.
514 (org-table-get-stored-formulas, org-table-store-formulas)
515 (org-table-get-formula, org-table-modify-formulas)
516 (org-table-replace-in-formulas): Handle named field formulas.
517 (org-table-get-specials): Store locations of named fields.
518
519 2005-07-19 Juri Linkov <juri@jurta.org>
520
521 * progmodes/grep.el (grep-regexp-alist)
522 (grep-mode-font-lock-keywords, grep-process-setup):
523 Use default GNU grep match color "01;31m" instead of "01;41m".
524 (grep-regexp-alist, grep-mode-font-lock-keywords):
525 Use `\\[[0-9]*m' instead of `\\[00m'.
526 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
527 sgr_start where its handling is more important. Use the real
528 length of sgr_start instead of constant 8.
529 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
530 specially. Delete all remaining escape sequences.
531 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
532 (grep-regexp-alist): Make hyperlink only for binary file name
533 instead of the whole line.
534 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
535 (grep-mode): Add autoload.
536
537 * emacs-lisp/find-func.el (find-function-regexp):
538 Add `define-compilation-mode'.
539
540 2005-07-19 Juri Linkov <juri@jurta.org>
541
542 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
543 (compare-windows-sync-string-size, compare-windows-recenter)
544 (compare-windows-highlight, compare-windows): Add version 22.1.
545 (compare-windows) <defface>: Inherit from lazy-highlight instead
546 of duplicating its default value.
547
548 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
549 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
550
551 * descr-text.el (describe-char): Create link buttons for `charset'
552 and `code point'. Add the current input method name with a link
553 button to `to input' field. Print face names of display table
554 characters in `The display table entry is displayed by' section
555 instead of printing face-id in the `display' field.
556 Guess hardcoded faces and create a link button for them.
557 Skip empty fields when calculating max-width.
558 Treat `widget-create' specially while inserting strings from the
559 collected field list.
560 (describe-char-after): Made obsolete in version 22.1, not 21.5.
561
562 * diff-mode.el (diff-file-header): Change foreground color from
563 yellow to green on light backgrounds.
564 (diff-context): Inherit from `shadow' only for color/grayscale
565 with more than 88 colors.
566 (diff-indicator-removed, diff-indicator-added)
567 (diff-indicator-changed): New faces.
568 (diff-font-lock-keywords): Use new faces. Regroup rules.
569 Add "^---$" for `normal' diff format. Fontify `#' lines with
570 font-lock-comment-delimiter-face and font-lock-comment-face.
571 Add `#' to ^[^...] in the rule for `diff-context-face'.
572
573 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
574 a button-like box. Inherit from `highlight' on low colors.
575 (shadow): Use shades of gray only for color/grayscale with
576 more than 88 colors. Use green for light backgrounds with
577 8 colors, and yellow for dark backgrounds with 8 colors.
578
579 * font-lock.el (font-lock-regexp-grouping-backslash):
580 Don't inherit from escape-glyph (use bold for all cases).
581
582 * info.el (info-xref-visited): Use light foreground color `violet'
583 for dark backgrounds instead of dark color `magenta3'.
584 (info-title-1): Use `yellow' color for dark backgrounds.
585
586 * isearch.el (isearch): Use not-too-dark magenta3 instead of
587 too-light magenta2.
588
589 * replace.el (match): Use slightly more light RoyalBlue3 instead
590 of dark RoyalBlue4.
591
592 * wid-edit.el (widget-inactive): Inherit from `shadow'.
593
594 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
595
596 * novice.el (disabled-command-hook): Declare it with
597 `define-obsolete-variable-alias'.
598
599 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
600 (desktop-buffer-misc-functions, desktop-buffer-handlers)
601 (desktop-load-default): Add release to obsolescence info.
602 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
603 (desktop-append-buffer-args, desktop-read):
604 Fix typos in docstrings.
605 (desktop-kill): Fix typo in message.
606 (desktop-save): Doc fix.
607
608 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
609
610 * viper-cmd.el (viper-escape-to-state): Bug fix.
611 (viper-envelop-ESC-key): Change the definition of fast
612 keysequence so it'll work with keyboard macros.
613
614 * ediff.el (ediff-patch-buffer): Change the docstring.
615
616 2005-07-19 Kenichi Handa <handa@m17n.org>
617
618 * international/mule-cmds.el (select-safe-coding-system): Try to
619 use an auto-coding (if any) before anything else. If the found
620 auto-coding is invalid, show a warning message.
621
622 * international/mule.el (find-auto-coding): New function created
623 by modifying the body of set-auto-coding.
624 (set-auto-coding): Use find-auto-coding to find a coding.
625
626 2005-07-18 Richard M. Stallman <rms@gnu.org>
627
628 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
629 not isearch-mode-end-hook-error.
630 (allout-before-change-protect): Fix error message.
631
632 2005-07-18 Juri Linkov <juri@jurta.org>
633
634 * allout.el (allout-mode):
635 * calculator.el (calculator-copy):
636 * custom.el (custom-known-themes):
637 * dired.el (dired-desktop-buffer-misc-data)
638 (dired-restore-desktop-buffer):
639 * dired-x.el (dired-omit-marker-char):
640 * files.el (basic-save-buffer):
641 * font-core.el (font-lock-mode):
642 * calendar/calendar.el (calendar-goto-hebrew-date)
643 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
644 (calendar-goto-persian-date):
645 * language/ethio-util.el (ethio-sera-to-fidel-region):
646 * textmodes/picture.el (picture-mode):
647 Delete duplicate duplicate words.
648
649 2005-07-18 Juri Linkov <juri@jurta.org>
650
651 * isearch.el (isearch-mode-map): Remove key bindings for regexp
652 chars * ? } |.
653 (isearch-fallback): Don't call `isearch-process-search-char'.
654 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
655 (isearch-process-search-char): Call `isearch-fallback' for regexp
656 chars * ? } |.
657 (isearch-return-char): Make obsolete with `make-obsolete' instead
658 of simply documenting it as obsolete in the docstring.
659 (isearch-fallback): Refill docstring.
660
661 * international/isearch-x.el
662 (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
663 Add intermediate values to `junk-hist' instead of `minibuffer-history'.
664 Test the length of `str'.
665
666 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
667
668 * allout.el (allout-resolve-xref): Fix typos in error strings.
669 (allout-before-change-protect): Remove unneeded `concat'.
670
671 * array.el (array-mode, array-reconfigure-rows)
672 (untabify-backward): Fix typos in docstrings.
673 (array-reconfigure-rows): Use `insert-buffer-substring', not
674 `insert-buffer'.
675
676 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
677 * progmodes/ada-mode.el (ada-make-body):
678 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
679
680 * dired.el (dired-log):
681 * tar-mode.el (tar-subfile-save-buffer):
682 * play/zone.el (zone-pgm-stress-destress):
683 Use `insert-buffer-substring', not `insert-buffer'.
684
685 2005-07-17 Simon Josefsson <jas@extundo.com>
686
687 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
688
689 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
690
691 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
692 Add plain auth method.
693 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
694
695 2005-07-17 Kim F. Storm <storm@cua.dk>
696
697 * ido.el (dired-other-window): Add ido property.
698
699 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
700
701 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
702 Fix typo in docstring.
703 (byte-compile-interactive-only-functions): Add `insert-buffer' and
704 `insert-file-literally'.
705
706 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
707 info and delete redundant message. Doc fix.
708 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
709 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
710
711 2005-07-16 Richard M. Stallman <rms@gnu.org>
712
713 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
714 (byte-compile-and): Use byte-compile-and-recursion.
715 (byte-compile-or-recursion): New function.
716 (byte-compile-or): Use that.
717 (byte-compile-if): Guard the else-clause too.
718 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
719
720 * isearch.el (isearch-mode-end-hook-quit): New variable.
721 (isearch-done): Bind it.
722 (isearch-mode-end-hook): Doc fix.
723
724 * allout.el (allout-isearch-did-quit): Variable deleted.
725 (allout-real-isearch-abort): Function name no longer used.
726 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
727 (allout-isearch-rectification): isearch-mode always exists.
728 Don't set allout-isearch-did-quit.
729 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
730 allout-isearch-did-quit.
731 (allout-enwrap-isearch): Just add the hook.
732 (allout-isearch-abort): Function deleted.
733 (allout-pre-command-business): Avoid warning.
734
735 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
736 Correctly avoid warnings.
737 (pascal-outline): Likewise.
738
739 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
740
741 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
742
743 * play/tetris.el (tetris-mode): Avoid warning.
744
745 * play/snake.el (snake-mode): Avoid warning.
746
747 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
748 (gamegrid-set-display-table): Avoid warning.
749 (gamegrid-set-timer): Likewise.
750 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
751 (gamegrid-add-score-with-update-game-score-1): Take FILE
752 as argument.
753 (gamegrid-add-score-with-update-game-score): Pass that argument.
754 Rename have-shared-game-dir to gamegrid-shared-game-dir.
755
756 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
757
758 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
759 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
760
761 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
762 and insert-file.
763
764 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
765 (sc-ask): Avoid warnings.
766
767 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
768 (eshell-hist-initialize): Use that var the natural way.
769
770 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
771
772 * emacs-lisp/re-builder.el (reb-cook-regexp):
773 Avoid warning calling lre-compile-string.
774 (reb-color-display-p): Avoid warning.
775
776 * calculator.el (calculator-last-input): Guard uses
777 of event-key and key-press-event-p.
778 (event-key, key-press-event-p): Delete definitions.
779
780 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
781 (find-gc-source-directory, find-gc-subrs-callers)
782 (find-gc-noreturn-list, find-gc-source-files)
783 (find-gc-subrs-called): Vars renamed and defvar'd.
784
785 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
786 (checkdoc-overlay-put, checkdoc-delete-overlay)
787 (checkdoc-overlay-start, checkdoc-overlay-end)
788 (checkdoc-mode-line-update, checkdoc-char=):
789 Define such that compiler knows they are defined.
790 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
791 (checkdoc-read-event): Delete. Use read-event directly.
792
793 * whitespace.el (whitespace-make-overlay)
794 (whitespace-overlay-put, whitespace-delete-overlay)
795 (whitespace-overlay-start, whitespace-overlay-end):
796 Define such that compiler knows they are defined.
797 (whitespace): Move conditional inside.
798
799 * tempo.el (tempo-insert-template): Suppress warning.
800
801 * ediff-diff.el (longlines-mode): Add defvar.
802
803 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
804
805 * server.el: Bind "C-x #" in a way that works even if C-x is
806 redefined to a command key, not a prefix key.
807
808 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
809
810 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
811 cl-make-type-test till execution time.
812
813 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
814
815 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
816 arg ARG and use it.
817
818 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
819
820 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
821
822 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
823
824 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
825 a defcustom with two :set or :type keywords.
826
827 2005-07-15 Richard M. Stallman <rms@gnu.org>
828
829 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
830 Don't give ^M comment-end syntax.
831
832 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
833
834 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
835 Don't consider gdbmi (gdb-mi.el has its own update functions).
836 (gdb-var-delete): Make it work for gdbmi as well.
837 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
838
839 * progmodes/gud.el (etags, sdb): Only require etags when needed.
840 (gud-speedbar-menu-items): Correct logic for enabling items.
841
842 2005-07-15 Kim F. Storm <storm@cua.dk>
843
844 * ido.el: Fix commentary.
845 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
846 Use with-no-warnings around ffap-guesser.
847 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
848 Let bind minibuffer-completing-file-name to t.
849
850 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
851
852 * startup.el (site-run-file, keyboard-type): Doc fixes.
853 (command-line): Check for "--basic-display" argument; also for
854 "--quick", not "--bare-bones" (which was renamed).
855 (fancy-splash-text): Add missing item "Getting New Versions".
856 (normal-splash-screen): Fix typos and improve consistency with
857 `fancy-splash-text'. Update copyright year.
858
859 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
860 valid binding for `help-char'.
861
862 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
863
864 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
865
866 * term.el (term-mode): Disable cua-mode for term buffers.
867
868 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
869
870 * add-log.el (add-log-mailing-address, change-log-merge):
871 Doc fixes.
872 (change-log-get-method-definition): Fix typo in docstring.
873
874 2005-07-14 Kim F. Storm <storm@cua.dk>
875
876 * emulation/cua-base.el:
877 (cua--pre-command-handler-1, cua--pre-command-handler)
878 (cua--post-command-handler-1, cua--post-command-handler):
879 Split in two. Check (buffer local) value of cua-mode.
880 (cua-selection-mode): New command.
881
882 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
883
884 * custom.el (custom-initialize-safe-set)
885 (custom-initialize-safe-default): Doc fixes.
886
887 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
888 and simplify :init-value again.
889
890 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
891 and simplify :init-value again. Delete autoload.
892
893 * startup.el (command-line): Use `custom-reevaluate-setting' again
894 for tooltip-mode.
895
896 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
897 a defcustom with two :initialize keywords.
898
899 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
900
901 * allout.el (my-mark-marker, allout-isearch-prior-pos)
902 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
903 (allout-post-command-business, allout-flag-region)
904 (isearch-reenable-font-lock, allout-yank)
905 (allout-insert-latex-header, allout-insert-latex-trailer)
906 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
907 (allout-latex-verb-quote): Fix typos in docstrings.
908 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
909 (allout-unprotected, allout-prefix-data):
910 Improve argument/docstring consistency.
911 (allout-chart-subtree): Fix argument spec.
912 (allout-open-topic): Rename `use_sib_bullet' argument to
913 `use-sib-bullet'. Doc fix.
914
915 * whitespace.el (whitespace-check-buffer-leading)
916 (whitespace-check-buffer-trailing)
917 (whitespace-check-buffer-indent)
918 (whitespace-check-buffer-spacetab)
919 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
920 (whitespace-check-leading-whitespace)
921 (whitespace-check-trailing-whitespace)
922 (whitespace-check-spacetab-whitespace)
923 (whitespace-check-indent-whitespace)
924 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
925 (whitespace-modes): Fix typos in docstrings.
926 (defgroup, defcustom): Doc fixes.
927
928 * winner.el (winner-mode, winner-boring-buffers)
929 (winner-pending-undo-ring): Doc fixes.
930 (winner-ring): Remove unneeded `progn'.
931 (winner-equal): `defsubst' it.
932 (winner-redo): Fix message.
933
934 2005-07-13 Kim F. Storm <storm@cua.dk>
935
936 * simple.el (line-move-1): Always use vertical-motion to
937 do the last (or only) line move to ensure some movement.
938 Undo 2005-06-23 change--don't check for overlays.
939
940 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
941
942 * term/mac-win.el (ccl-encode-mac-roman-font)
943 (ccl-encode-mac-centraleurroman-font)
944 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
945 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
946 Change charset-id boundary of dimension to ?\xef.
947 (mac-char-fontspec-list): New constant.
948 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
949 argument. Nil uses itself as family in font-spec. Previous
950 behavior for nil is now provided by non-nil non-string argument.
951 All callers changed. Add font-specs for Mac fonts to
952 "fontset-default" unless iso8859-1 fonts are installed.
953
954 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * progmodes/sh-script.el (sh-get-indent-info): Only indent
957 a continuation line if the \ is preceded by SPC or TAB.
958 (sh-get-indent-info): Simplify.
959 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
960 Use with-current-buffer.
961
962 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
963 when the matched text is empty.
964
965 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
966
967 * startup.el (command-line): Revert to previous handling of
968 tooltip-mode. Explain in comment why the complexity is needed.
969
970 * tooltip.el (tooltip-mode): Revert to previous implementation of
971 its defcustom.
972
973 * frame.el (blink-cursor-mode): Revert to previous implementation
974 of its defcustom. Update comment.
975
976 2005-07-12 Lars Hansen <larsh@soem.dk>
977
978 * desktop.el: Update e-mail address.
979
980 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
981
982 * term/mac-win.el (mac-services-mail-selection)
983 (mac-services-mail-to): New functions.
984 (mac-application-menu-map): Bind them.
985
986 2005-07-12 wulei <milton@wulei.net> (tiny change)
987
988 * progmodes/gdb-ui.el: Add note about buffering with Windows.
989
990 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
991
992 * custom.el (custom-reevaluate-setting): Doc fix.
993
994 2005-07-11 Jay Belanger <belanger@truman.edu>
995
996 * calc/calc.el (calc-embedded-announce-formula-alist)
997 (calc-embedded-open-close-plain-alist)
998 (calc-embedded-open-close-mode-alist): Add checks for additional
999 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
1000
1001 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
1002
1003 * custom.el (custom-enable-theme): Don't add theme to
1004 `custom-enabled-themes' with `push' because there is no
1005 setf-method for `delq'.
1006
1007 2005-07-11 Richard M. Stallman <rms@gnu.org>
1008
1009 * custom.el (custom-declare-variable): Doc fix.
1010
1011 * dired-aux.el (dired-compare-directories): Remove "." and ".."
1012 from the alists.
1013
1014 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
1015 Do nothing if edebug-active.
1016
1017 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
1018 (edebug-display): Do it here instead.
1019
1020 2005-07-10 Richard M. Stallman <rms@gnu.org>
1021
1022 * cus-face.el (custom-theme-set-faces): Make it work.
1023 (custom-reset-faces): Doc fix.
1024 (custom-theme-reset-internal-face, custom-theme-face-value):
1025 Functions deleted.
1026
1027 * custom.el (custom-push-theme): Maintain list of the settings
1028 of a given theme in its theme-settings property.
1029 Maintain position of old settings in the theme-value
1030 or theme-face property.
1031 (custom-enabled-themes): New variable.
1032 (custom-theme-enabled-p): New function.
1033 (provide-theme): Update custom-enabled-themes.
1034 Disable and reenable the `user' theme.
1035 (require-theme): Doc fix.
1036 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
1037 (custom-theme-value, custom-theme-variable-value): Likewise.
1038 (custom-theme-reset-internal): Likewise.
1039 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
1040 (custom-enable-theme, custom-disable-theme): New functions.
1041 (custom-variable-theme-value, custom-face-theme-value): Likewise.
1042 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
1043 (custom-theme-reset-variables): Simplify.
1044 (deftheme, custom-declare-theme, custom-make-theme-feature):
1045 Definitions moved.
1046
1047 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
1048
1049 * longlines.el (longlines-show-region)
1050 (longlines-unshow-hard-newlines): Recognize hard newlines by
1051 non-nil hard property, instead of t.
1052
1053 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
1054
1055 * viper-cmd.el (viper--key-maps): New variable.
1056 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
1057 emulation-mode-map-alists.
1058 (viper-envelop-ESC-key): Use viper-subseq.
1059 (viper-search-forward/backward/next): Disable debug-on-error.
1060
1061 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1062 (viper-ESC-key): New defcustoms.
1063
1064 * viper-macs.el (ex-map-read-args): Use viper-subseq.
1065
1066 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
1067 (viper-subseq): Copy of subseq from cl.el.
1068
1069 * viper.el (viper-go-away, viper-set-hooks): Use
1070 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
1071
1072 * viper-mous.el (viper-current-frame-saved): Use defvar.
1073
1074 * viper-init.el: Get rid of -face in face names.
1075
1076 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1077 Make it work with longlines mode
1078
1079 * ediff-mult.el (ediff-meta-mode-hook): New variable.
1080
1081 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
1082
1083 * ediff-init: Get rid of -face in face names.
1084
1085 2005-07-10 Richard M. Stallman <rms@gnu.org>
1086
1087 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
1088 and with-timeout-unsuspend.
1089
1090 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
1091 and with-timeout-unsuspend.
1092
1093 * emacs-lisp/timer.el (with-timeout-timers): New variable.
1094 (with-timeout): Bind that variable to record timers.
1095 (with-timeout-suspend, with-timeout-unsuspend): New functions.
1096
1097 * emacs-lisp/debug.el (debug-help-follow): New function.
1098 (debugger-mode-map): Use that instead of help-follow.
1099 (debugger-setup-buffer): Use eval-buffer-list
1100 to handle eval-buffer frames.
1101
1102 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
1103
1104 * timezone.el (timezone-parse-date): Change first regexp
1105 so it will not mistakenly match dates with no time zone.
1106
1107 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
1108
1109 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
1110
1111 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
1112
1113 * custom.el (custom-initialize-safe-set)
1114 (custom-initialize-safe-default): New functions.
1115
1116 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
1117 and simplify :init-value.
1118
1119 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
1120 and simplify :init-value. Delete obsolete comment.
1121
1122 * startup.el (command-line): Use `custom-reevaluate-setting' to
1123 handle `tooltip-mode'. Delete obsolete comment.
1124
1125 * files.el (set-visited-file-name): Avoid calling
1126 `file-name-nondirectory' with a nil argument.
1127
1128 2005-07-09 Richard M. Stallman <rms@gnu.org>
1129
1130 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
1131 was called with nil for the buffer, handle the read position right.
1132 Handle read position for eval-region, too.
1133
1134 2005-07-09 Juri Linkov <juri@jurta.org>
1135
1136 * fringe.el (fringe-mode): Add period in docstring.
1137 (fringe-query-style): Build prompt depending on `all-frames' arg.
1138
1139 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
1140 to not create links to unrelated functions in the Help buffer.
1141
1142 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
1143 Doc fix.
1144
1145 * simple.el (next-error-hook): New variable.
1146 (next-error): Use it. Doc fix.
1147
1148 * textmodes/ispell.el (ispell-command-loop): Add current
1149 dictionary name and program name to mode-line-format.
1150 (ispell-region, ispell-process-line): Add current dictionary name
1151 and program name to messages.
1152
1153 2005-07-08 Jay Belanger <belanger@truman.edu>
1154
1155 * calc/calc.el (calc-embedded-announce-formula-alist)
1156 (calc-embedded-open-close-formula-alist)
1157 (calc-embedded-open-close-word-alist)
1158 (calc-embedded-open-close-plain-alist)
1159 (calc-embedded-open-close-new-formula-alist)
1160 (calc-embedded-open-close-mode-alist)
1161 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
1162 (calc-embedded-mode-hook): New variables.
1163
1164 * calc/calc-embed.el (calc-embedded-firsttime)
1165 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
1166 New variables.
1167 (calc-do-embedded): Use calc-embedded-firsttime,
1168 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
1169 determine whether or not to run hooks.
1170 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
1171 calc-embedded-firsttime-formula appropriately.
1172 Set calc-embedded delimiter variables according to mode.
1173
1174 2005-07-08 Richard M. Stallman <rms@gnu.org>
1175
1176 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
1177 Check for "emacs", etc., as entire symbol, not just as word.
1178 (checkdoc-file-comments-engine): Use regexp-quote on FN.
1179
1180 * files.el (set-visited-file-name): Report the error
1181 for "empty filename" earlier.
1182 (kill-some-buffers): Ignore buffers already dead.
1183
1184 * fringe.el (fringe-mode): Doc fix.
1185
1186 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1187 Check for (featurep 'xemacs) and turn off warnings in what it guards.
1188 Use unwind-protect to ensure byte-compile-unresolved-functions
1189 is updated.
1190
1191 * whitespace.el (whitespace-buffer-leading-cleanup):
1192 Simplify w/ skip-chars-forward.
1193 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
1194
1195 * mail/rmail.el (rmail-only-expunge): Fix paren error.
1196 Unconditionally try to leave point at the same old place.
1197
1198 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
1199
1200 * comint.el (comint-postoutput-scroll-to-bottom)
1201 (comint-show-maximum-output): Take scroll-margin into consideration.
1202
1203 2005-07-08 Kim F. Storm <storm@cua.dk>
1204
1205 * ido.el (ido-use-filename-at-point): New choice `guess'.
1206 (ido-file-internal): Try ffap-guesser if selected.
1207
1208 * ido.el (ido-before-fallback-functions): New hook.
1209 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
1210 (ido-read-file-name): Run it.
1211
1212 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
1215 strings rather than a list of symbols to the completion function.
1216
1217 2005-07-07 Jay Belanger <belanger@truman.edu>
1218
1219 * calc/calc-units.el (math-apply-units): Change the places in
1220 which units are simplified.
1221
1222 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
1223
1224 * cus-edit.el (customize-option, customize-option-other-window):
1225 Make them handle aliases.
1226
1227 * custom.el (custom-variable-p): Make it recursively follow
1228 aliases. Mention that in the docstring.
1229
1230 2005-07-07 Richard M. Stallman <rms@gnu.org>
1231
1232 * cus-start.el (exec-path): Use `directory' instead of `file'.
1233 Fix tag for nil.
1234
1235 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1236
1237 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
1238 when called non-interactively. Doc fix.
1239
1240 2005-07-07 Lute Kamstra <lute@gnu.org>
1241
1242 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
1243 new address as well.
1244
1245 2005-07-07 Kenichi Handa <handa@m17n.org>
1246
1247 * international/mule.el (make-coding-system):
1248 Describe `ascii-incompatible' property in the docstring.
1249 (set-file-name-coding-system): Signal an error if coding-system is
1250 ascii-incompatible.
1251 (set-keyboard-coding-system): Likewise.
1252
1253 * international/mule-cmds.el (set-default-coding-systems):
1254 Don't set default-file-name-coding-system and
1255 default-keyboard-coding-system if coding-system is ASCII-incompatible.
1256
1257 * international/utf-16.el: Declare that all UTF-16-based coding
1258 systems are ASCII-incompatible.
1259
1260 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
1261
1262 * progmodes/gud.el: Require font-lock for displaying errors.
1263 Used by gdb-ui.el.
1264
1265 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1266
1267 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
1268 values for the pattern lists which are `read'able but not
1269 `append'able (like symbols).
1270
1271 2005-07-06 Richard M. Stallman <rms@gnu.org>
1272
1273 * progmodes/flymake.el (flymake-float-time): Instead of
1274 with-no-warnings, test for xemacs.
1275 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
1276 to avoid warning.
1277
1278 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
1279
1280 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
1281
1282 2005-07-05 Lute Kamstra <lute@gnu.org>
1283
1284 * battery.el: Add support for Darwin (with much debugging help
1285 from Samuel Lauber <sam124@operamail.com>).
1286 (battery-status-function, battery-echo-area-format)
1287 (battery-mode-line-format): Add support for pmset on Darwin.
1288 (battery-load-low, battery-load-critical): New user options.
1289 (battery-pmset): New function.
1290
1291 2005-07-05 Lute Kamstra <lute@gnu.org>
1292
1293 Update FSF's address in GPL notices.
1294
1295 * textmodes/page-ext.el: Update FSF's address.
1296
1297 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1298
1299 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
1300 filling from using prefix when filling a single-line docstring.
1301
1302 * progmodes/flymake.el: Remove useless eval-when-compile.
1303
1304 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
1305
1306 2005-07-04 Richard M. Stallman <rms@gnu.org>
1307
1308 * textmodes/org.el (org-file-apps-defaults-gnu):
1309 Rename from org-file-apps-defaults-linux.
1310 (org-default-apps): Don't test system-type for `linux'.
1311 (org-file-apps): Doc fix.
1312
1313 2005-07-04 David Ponce <david@dponce.com>
1314
1315 * tree-widget.el: Improve header Commentary section.
1316 (tree-widget) [defgroup]
1317 (tree-widget-image-enable, tree-widget-themes-directory)
1318 (tree-widget-theme, tree-widget-image-properties-emacs)
1319 (tree-widget-image-properties-xemacs, tree-widget-create-image)
1320 (tree-widget-image-formats, tree-widget-control)
1321 (tree-widget-empty-control, tree-widget-leaf-control
1322 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
1323 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
1324 (tree-widget-keep, tree-widget-after-toggle-functions)
1325 (tree-widget-open-node, tree-widget-close-node): Doc fix.
1326 (tree-widget-open-control, tree-widget-close-control): Fix doc and
1327 :help-echo message.
1328 (tree-widget-set-theme): Doc fix. Use `string-equal'.
1329 (tree-widget-image-properties): Doc fix. Clearer implementation.
1330 (tree-widget--cursors): New constant.
1331 (tree-widget-lookup-image): New function split from
1332 `tree-widget-find-image'. Clearer implementation.
1333 (tree-widget-find-image): Use it.
1334 (tree-widget-button-keymap): Use `set-keymap-parent'.
1335 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
1336 Define the sub-widgets here.
1337 (tree-widget-node): Check that :node is not a tree-widget.
1338 (tree-widget-get-super, tree-widget-open-control)
1339 (tree-widget-close-control, tree-widget-empty-control)
1340 (tree-widget-leaf-control, tree-widget-guide)
1341 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
1342 (tree-widget-no-handle, tree-widget-value-delete)
1343 (tree-widget-map): Remove.
1344 (tree-widget-children-value-save): Doc fix. Simplified.
1345 (tree-widget-value-create): Update according to previous changes.
1346
1347 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
1348
1349 * textmodes/org.el: Leading space replaced by TABS.
1350 (org-recalc-marks, org-table-rotate-recalc-marks)
1351 (org-table-get-specials): Treat "^" and "_" marks.
1352 (org-table-justify-field-maybe): Optional argument NEW.
1353 (org-table-eval-formula): Parsing of the format simplified.
1354 New modes C,I. Honor the %= parameter in the current table.
1355 Avoid unnecessary re-align by using the NEW argument to
1356 `org-table-justify-field-maybe'.
1357 (org-calc-default-modes): Default for date-format mimicks org-mode.
1358 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
1359
1360 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1361
1362 * cus-face.el (custom-theme-set-faces): Make it handle face
1363 aliases whose alias declarations are pre- or autoloaded.
1364
1365 2005-07-04 Juri Linkov <juri@jurta.org>
1366
1367 * faces.el (read-face-name): Put the code for getting a face name
1368 from the buffer before adding the faces from the `face' property.
1369 Use `completing-read-multiple' instead of `completing-read'.
1370 Require `crm'. Add default value and post-process the returned
1371 list of faces.
1372
1373 * emacs-lisp/crm.el (crm-find-current-element)
1374 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
1375
1376 * emacs-lisp/lisp-mode.el (eval-defun-1):
1377 * emacs-lisp/edebug.el (edebug-eval-defun):
1378 Remove unnecessary quotes.
1379
1380 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
1381
1382 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
1383 (prolog-indent-level): Fix typo in docstring.
1384
1385 * info.el (Info-history, Info-history-forward)
1386 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
1387
1388 * add-log.el (add-change-log-entry):
1389 * comint.el (comint-dynamic-list-input-ring)
1390 (comint-dynamic-list-completions):
1391 * dabbrev.el (dabbrev-expand):
1392 * delim-col.el (delimit-columns-rectangle-line):
1393 * diff-mode.el (diff-context->unified, diff-reverse-direction)
1394 (diff-unified->context):
1395 * ediff-init.el (ediff-abbrev-jobname):
1396 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
1397 (ediff-replace-session-activity-marker-in-meta-buffer):
1398 * info.el (Info-summary):
1399 * lpr.el (printify-region):
1400 * printing.el (pr-create-interface):
1401 * ps-print.el (ps-print-quote):
1402 * ses.el (ses-column-widths, ses-print-cell)
1403 (ses-adjust-print-width, ses-center):
1404 * shell.el (shell-file-name-quote-list):
1405 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
1406 (strokes-fill-current-buffer-with-whitespace)
1407 (strokes-xpm-for-stroke, strokes-list-strokes)
1408 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
1409 * term.el (term-dynamic-list-input-ring)
1410 (term-dynamic-list-completions):
1411 * calc/calc.el (math-format-stack-value):
1412 * emacs-lisp/edebug.el (edebug-display-freq-count):
1413 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
1414 (delphi-new-comment-line):
1415 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
1416 * progmodes/executable.el (executable-set-magic):
1417 * progmodes/python.el (inferior-python-mode):
1418 * progmodes/scheme.el (scheme-mode-syntax-table):
1419 * progmodes/sh-script.el (sh-maybe-here-document):
1420 * progmodes/sql.el (sql-copy-column):
1421 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
1422 * textmodes/bibtex.el (bibtex-mode):
1423 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
1424 (sgml-auto-attributes):
1425 * textmodes/table.el (table-insert, table-shorten-cell)
1426 (table--generate-source-scan-lines, table-delete-row)
1427 (*table--cell-delete-char, table--spacify-frame)
1428 (table--horizontally-shift-above-and-below)
1429 (table--cell-insert-char, table--cell-blank-str)
1430 (table--fill-region-strictly):
1431 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
1432 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
1433
1434 * add-log.el (change-log):
1435 * apropos.el (apropos):
1436 * comint.el (comint-completion, comint-source):
1437 * dabbrev.el (dabbrev):
1438 * delim-col.el (columns):
1439 * diff-mode.el (diff-mode):
1440 * ediff.el (ediff):
1441 * ediff-diff.el (ediff-diff):
1442 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
1443 * ediff-mult.el (ediff-mult):
1444 * ediff-ptch.el (ediff-ptch):
1445 * ediff-wind.el (ediff-window):
1446 * facemenu.el (facemenu):
1447 * indent.el (indent):
1448 * info.el (info):
1449 * jka-cmpr-hook.el (compression, jka-compr):
1450 * lpr.el (lpr):
1451 * outline.el (outlines):
1452 * pcmpl-cvs.el (pcmpl-cvs):
1453 * pcmpl-rpm.el (pcmpl-rpm):
1454 * printing.el (printing):
1455 * ps-print.el (postscript, ps-print, ps-print-horizontal)
1456 (ps-print-vertical, ps-print-headers, ps-print-font)
1457 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
1458 (ps-print-background, ps-print-printer, ps-print-page)
1459 (ps-print-miscellany):
1460 * ses.el (ses):
1461 * shell.el (shell, shell-directories, shell-faces):
1462 * startup.el (initialization):
1463 * strokes.el (strokes):
1464 * term.el (term):
1465 * uniquify.el (uniquify):
1466 * w32-vars.el (w32):
1467 * calc/calc.el (calc):
1468 * emacs-lisp/bytecomp.el (bytecomp):
1469 * emacs-lisp/cl-indent.el (lisp-indent):
1470 * emacs-lisp/edebug.el (edebug):
1471 * emacs-lisp/elp.el (elp):
1472 * emacs-lisp/testcover.el (testcover):
1473 * emacs-lisp/trace.el (trace):
1474 * emulation/viper-ex.el (viper-ex):
1475 * emulation/viper-mous.el (viper-mouse):
1476 * mail/mailalias.el (mailalias):
1477 * mail/supercite.el (supercite, supercite-frames)
1478 (supercite-attr, supercite-cite, supercite-hooks):
1479 * net/rcompile.el (remote-compile):
1480 * net/rlogin.el (rlogin):
1481 * obsolete/ooutline.el (outlines):
1482 * progmodes/delphi.el (delphi):
1483 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
1484 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
1485 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
1486 (ebnf-optimization):
1487 * progmodes/etags.el (etags):
1488 * progmodes/executable.el (executable):
1489 * progmodes/idlwave.el (idlwave):
1490 * progmodes/pascal.el (pascal):
1491 * progmodes/prolog.el (prolog):
1492 * progmodes/python.el (python):
1493 * progmodes/scheme.el (scheme):
1494 * progmodes/sh-script.el (sh, sh-script):
1495 * progmodes/sql.el (SQL):
1496 * progmodes/tcl.el (tcl):
1497 * textmodes/bibtex.el (bibtex, bibtex-autokey):
1498 * textmodes/enriched.el (enriched):
1499 * textmodes/makeinfo.el (makeinfo):
1500 * textmodes/sgml-mode.el (sgml):
1501 * textmodes/table.el (table-hooks):
1502 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
1503 * textmodes/texinfo.el (texinfo):
1504 * textmodes/two-column.el (two-column):
1505 Finish `defgroup' description with period.
1506
1507 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
1508 * eshell/esh-var.el (eshell-var):
1509 * progmodes/vhdl-mode.el (vhdl-testbench):
1510 * textmodes/org.el (org): Fix typos in docstrings.
1511
1512 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
1513 consistency.
1514
1515 * progmodes/flymake.el (flymake-find-file): Remove.
1516 (flymake-float-time): Use `with-no-warnings'.
1517 (flymake-check-start-time, flymake-check-was-interrupted)
1518 (flymake-err-info, flymake-is-running, flymake-last-change-time)
1519 (flymake-new-err-info): `defvar' at compile time.
1520
1521 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
1522
1523 * replace.el (occur-hook): Doc fix.
1524 (occur-1): Don't call `occur-hook' if there are no matches.
1525
1526 2005-07-03 Richard M. Stallman <rms@gnu.org>
1527
1528 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
1529 global-map, save the same map.
1530 (global-map): Don't alter it at top level.
1531 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
1532 Then alter it here instead.
1533 (tpu-edt-off): Set global-map to the saved one.
1534
1535 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
1536 All references simplified.
1537 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
1538 (zmacs-regions): Add defvar.
1539 (repeat-complex-command-map): Everything about that deleted.
1540
1541 * textmodes/artist.el (artist-key-is-drawing)
1542 (artist-key-endpoint1, artist-key-poly-point-list)
1543 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
1544 (artist-key-compl-table, artist-rb-save-data)
1545 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
1546 Don't put them in eval-when-compile.
1547 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
1548
1549 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
1550 Use with-no-warnings.
1551
1552 * net/browse-url.el (dos-windows-version): Add defvar.
1553
1554 * mail/supercite.el (filladapt-prefix-table): Add defvar.
1555
1556 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
1557 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
1558 (rmail-new-summary-line-count): Rename from new-summary-line-count.
1559 Add defvar.
1560 (rmail-summary-beginning-of-message): Use with-no-warnings.
1561 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
1562
1563 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
1564 Use with-no-warnings.
1565
1566 * emulation/vi.el (vi-mark-region): Use c-mark-function.
1567 (c-mark-function): Add point-moving-unit property.
1568 (vi-goto-line): Use with-no-warnings.
1569
1570 * emulation/edt.el (edt-last-copied-word): Add defvar.
1571 (zmacs-region-stays): Likewise.
1572 (edt-mark-section-wisely): Use c-mark-function for C.
1573 Use makr-defun for Fortran.
1574 (time-string): defvar deleted.
1575 (edt-display-the-time): Don't set time-string.
1576
1577 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
1578
1579 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1580 Don't warn when name is not constant
1581 or for defining the group `emacs'.
1582
1583 * tooltip.el (gud-tooltip-mode): Add defvar.
1584
1585 * startup.el (default-frame-background-mode): Add defvar.
1586
1587 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
1588
1589 * info.el (tool-bar-map): Add defvar.
1590
1591 * dired.el (dnd-protocol-alist): Add defvar.
1592
1593 * dired-aux.el (dired-query): Display question with answer, when
1594 the user answers.
1595
1596 * custom.el (custom-add-option): Doc fix.
1597
1598 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
1599
1600 2005-07-03 Eli Zaretskii <eliz@gnu.org>
1601
1602 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
1603 bogus name from the last change.
1604
1605 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
1606
1607 * custom.el (custom-declare-variable): Fix typos in comment.
1608 (custom-known-themes): Doc fix.
1609 (custom-theme-directory): New defcustom.
1610 (require-theme): Make it check `custom-theme-directory'.
1611
1612 * cus-theme.el (custom-new-theme-mode): New function.
1613 (custom-theme-name, custom-theme-variables, custom-theme-faces)
1614 (custom-theme-description): Add compiler defvars.
1615 (customize-create-theme): Add doc to the "*New Custom Theme*"
1616 buffer. Use `custom-new-theme-mode'.
1617 (custom-theme-write): Put the created buffer in emacs-lisp-mode
1618 and save it to the `custom-theme-directory'. Make this the
1619 default directory of the buffer.
1620
1621 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
1622
1623 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
1624 Fix unbalanced parentheses.
1625
1626 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
1629 into flymake-mode and delegate to flymake-mode.
1630
1631 * find-file.el (ff-which-function-are-we-in): Clean up.
1632
1633 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
1634
1635 * replace.el (occur-rename-buffer): Fix docstring.
1636
1637 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
1638 (edt-last-copied-word, edt-learn-macro-count)
1639 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
1640 (edt-rect-start-point, edt-user-global-map, rect-start-point)
1641 (time-string, zmacs-region-stays):
1642 * emulation/edt-mapper.el (edt-save-function-key-map)
1643 (EDT-key-name): `defvar' to silence the byte-compiler.
1644
1645 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
1646
1647 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
1648 font-lock-regexp-backslash. Doc fix.
1649 (font-lock-regexp-backslash-grouping-construct): Rename from
1650 font-lock-regexp-backslash-construct. Doc fix.
1651 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
1652 grouping constructs.
1653
1654 2005-07-02 Eli Zaretskii <eliz@gnu.org>
1655
1656 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
1657 updating all the prerequisites.
1658
1659 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
1660
1661 * textmodes/org.el (org-agenda-start-on-weekday)
1662 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
1663 (org-agenda-use-time-grid, org-archive-location)
1664 (org-allow-space-in-links, org-usenet-links-prefer-google)
1665 (org-enable-table-editor, org-export-default-language)
1666 (org-export-html-show-new-buffer, org-fill-paragraph)
1667 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
1668 (org-goto-quit, org-occur, org-eval-in-calendar)
1669 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
1670 (org-agenda-diary-entry, org-remember-help)
1671 (org-table-convert-region, org-at-table-p)
1672 (org-table-move-row-down, org-table-move-row-up)
1673 (org-table-copy-region, org-table-toggle-vline-visibility)
1674 (org-table-get-stored-formulas, org-table-get-specials)
1675 (org-recalc-commands, org-table-eval-formula)
1676 (org-table-formula-substitute-names, orgtbl-make-binding)
1677 (org-format-org-table-html, org-format-table-table-html)
1678 (org-format-table-table-html-using-table-generate-source)
1679 (org-customize): Fix typos in docstrings.
1680 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
1681 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
1682 (org-back-to-heading): Doc fixes.
1683 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1684 (org-agenda-change-all-lines, org-get-header):
1685 Improve argument/docstring consistency.
1686 (orgtbl-error): Fix error message.
1687
1688 * progmodes/flymake.el (flymake-find-possible-master-files)
1689 (flymake-master-file-compare, flymake-get-line-err-count)
1690 (flymake-highlight-line, flymake-gui-warnings-enabled):
1691 Fix typos in docstrings.
1692 (flymake-parse-line, flymake-get-project-include-dirs-function)
1693 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1694 Doc fixes.
1695 (flymake-get-project-include-dirs-function)
1696 (flymake-make-err-menu-data):
1697 Improve argument/docstring consistency.
1698
1699 2005-07-01 Lute Kamstra <lute@gnu.org>
1700
1701 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1702 Catch errors with ignore-errors. Use temporary buffer.
1703 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
1704
1705 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1706 background color faces.
1707 (facemenu-set-foreground, facemenu-set-background):
1708 Use facemenu-set-face-from-menu.
1709 (facemenu-set-face-from-menu): Treat face names that start with
1710 "fg:" or "bg:" as special.
1711 (facemenu-add-new-color): Don't create faces. Simplify.
1712
1713 2005-06-30 Richard M. Stallman <rms@gnu.org>
1714
1715 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1716 (crm-find-current-element): Likewise.
1717
1718 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1719
1720 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1721
1722 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1723
1724 * arc-mode.el (archive-extract): Make it work as a mouse binding.
1725 (archive-mouse-extract): Make it an obsolete alias.
1726 (archive-mode-map): Don't use archive-mouse-extract any more.
1727 (archive-mode, archive-extract): write-contents-hooks ->
1728 write-contents-functions.
1729 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1730 first arg.
1731 (archive-rename-entry): Update the call.
1732 (archive-zip-summarize): Remove unused var `method'.
1733 (archive-lzh-summarize): Remove unused var `creator'.
1734
1735 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1736 dedicated frame upon exit.
1737
1738 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1739 (archive-zip-extract, archive-zip-expunge)
1740 (archive-zip-update, archive-zip-update-case): Use executable-find.
1741 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1742 Use restore-buffer-modified-p.
1743 (archive-extract, archive-add-new-member, archive-write-file-member):
1744 Use with-current-buffer.
1745 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1746
1747 2005-06-30 Andreas Schwab <schwab@suse.de>
1748
1749 * progmodes/gud.el (gud-filter): Remove unneeded progn.
1750
1751 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1752
1753 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1754
1755 2005-06-30 Juri Linkov <juri@jurta.org>
1756
1757 * faces.el (vertical-border): Inherit from mode-line-inactive
1758 only on tty.
1759
1760 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
1761
1762 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1763 example, -NLINES in the `occur' docstring).
1764
1765 * replace.el (occur-1): When no matches are found, do not set the
1766 `buffer-read-only' and modified flags for the occur buffer,
1767 because it is deleted.
1768
1769 * emulation/cua-base.el (cua-check-pending-input)
1770 (cua-repeat-replace-region, cua-mode, cua-debug)
1771 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1772 Fix typos in docstrings.
1773
1774 * emulation/cua-gmrk.el (cua-toggle-global-mark)
1775 (cua-cut-region-to-global-mark)
1776 (cua--cut-rectangle-to-global-mark):
1777 Remove period from end of messages.
1778
1779 * emulation/cua-rect.el (cua-do-rectangle-padding):
1780 Remove period from end of messages.
1781 (cua--rectangle-seq-format): Fix typo in docstring.
1782 (cua-sequence-rectangle, cua-fill-char-rectangle):
1783 Improve argument/docstring consistency.
1784
1785 2005-06-29 Juri Linkov <juri@jurta.org>
1786
1787 * faces.el (default-frame-background-mode): New internal variable.
1788 (frame-set-background-mode): Use it.
1789
1790 * startup.el (normal-top-level): Set default-frame-background-mode
1791 instead of frame-background-mode. Before setting it, test for its
1792 nil value. Remove tests for frame-background-mode and frame
1793 parameter `reverse'. Add test for "unspecified-fg".
1794
1795 * term/xterm.el (xterm-rxvt-set-background-mode):
1796 * term/rxvt.el (rxvt-set-background-mode):
1797 Set default-frame-background-mode instead of frame-background-mode.
1798
1799 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
1800
1801 * simple.el (set-variable): Warn about obsolete user variables.
1802
1803 * imenu.el (imenu--completion-buffer):
1804 * mouse.el (mouse-buffer-menu-alist):
1805 * msb.el (msb-invisible-buffer-p):
1806 * calendar/diary-lib.el (diary-header-line-format):
1807 * emacs-lisp/pp.el (pp-buffer):
1808 * progmodes/cperl-mode.el (cperl-do-auto-fill):
1809 * textmodes/picture.el (picture-replace-match):
1810 Change space constants followed by a sexp to "?\s ".
1811
1812 * play/decipher.el (decipher-loop-with-breaks):
1813 * textmodes/texinfo.el (texinfo-insert-@item): Change space
1814 constants "protected" from end of line by a comment to "?\s".
1815
1816 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1817
1818 * font-lock.el (save-buffer-state): Use `declare'.
1819
1820 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1821 reset the syntax-table to cperl-mode-syntax-table.
1822 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1823 "foo_print_bar" is not matched as a reserved keyword.
1824
1825 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
1826
1827 * textmodes/org.el (orgtbl-setup): New function, for delayed
1828 setup for the orgtbl commands.
1829 (org-calc-default-modes): New option.
1830 (orgtbl-make-binding): Use `defun' to get better help display.
1831 (org-diary): Call `org-compile-prefix-format'.
1832 (org-table-formula-substitute-names): New function.
1833 (org-agenda-day-view, org-agenda-week-view): New commands.
1834 (org-agenda-toggle-week-view): Command removed.
1835 (org-tbl-menu): Split off from org-org-menu.
1836 (org-mode): Move removal of outline-mode menus to here.
1837 (org-table-formula-debug): New option.
1838 (org-table-insert-row): Keep first field if just "#" or "*".
1839 (org-mode): Paragraph regexps fixed.
1840 (org-table-recalculate-regexp): New constant.
1841 (org-table-justify-field-maybe): Avoid replace if not necessary.
1842 (org-copy-special, org-cut-special): Use `call-interactively'.
1843 (org-table-copy-region): Take region from `interactive' call.
1844 (org-trim): Return string even if no match.
1845 (org-formula): New face.
1846 (org-set-font-lock-defaults): No longer highlight "FIXME".
1847 But highlight formula-related fields in table.
1848 (org-table-p): Use regexp, not fontification.
1849 (org-table-align): Handle white space at end of line.
1850 (org-table-formula-evaluate-inline): New option.
1851 (org-mode): Auto-wrapping in comment lines turned off.
1852 (org-table-copy-down): Evaluate only in copied field, not in
1853 destination.
1854 (org-table-current-formula): Variable removed.
1855 (org-table-store-formulas, org-table-get-stored-formulas)
1856 (org-table-modify-formulas, org-table-replace-in-formulas)
1857 (org-table-maybe-eval-formula): New functions.
1858 (org-table-get-formula): Modify to use stored formulas.
1859 (org-table-insert-column, org-table-delete-column)
1860 (org-table-move-column): Call `org-table-modify-formulas'.
1861 (org-complete): Add completion for keyword formulas.
1862 (orgtbl-mode): Pull orgtbl-mode-map to start of
1863 minor-mode-map-alist.
1864
1865 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1866
1867 * progmodes/python.el (python-check): Require `compile' before
1868 modifying its variables.
1869
1870 * newcomment.el (comment-indent-default): Don't get fooled by an early
1871 end of buffer.
1872
1873 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1874
1875 * ps-print.el (ps-print-version): Fix version number.
1876
1877 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
1878
1879 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1880
1881 2005-06-28 Richard M. Stallman <rms@gnu.org>
1882
1883 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1884 (flyspell-local-mouse-map): Declaration deleted.
1885 (flyspell-mouse-map): Bind only mouse-2.
1886 (flyspell-mode-map): Don't test flyspell-use-local-map.
1887 (flyspell-overlay-keymap-property-name): Var deleted.
1888 (flyspell-mode-on): Don't make local bindings for
1889 flyspell-mouse-map and flyspell-mode-map.
1890 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1891
1892 * textmodes/ispell.el (ispell-word): Do not ignore short words.
1893
1894 * progmodes/compile.el (compilation-next-error-function):
1895 Don't switch buffers; operate on the current buffer.
1896
1897 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1898
1899 * comint.el (comint-password-prompt-regexp): Accept ", try again".
1900
1901 * bindings.el (global-map): Bind insertchar and its variants.
1902
1903 2005-06-27 Richard M. Stallman <rms@gnu.org>
1904
1905 * textmodes/artist.el (artist-text-overwrite)
1906 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1907
1908 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1909
1910 * ps-print.el: It was not working the page selection for printing.
1911 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1912 (ps-print-version): New version 6.6.7.
1913 (ps-end-sheet): New fun.
1914 (ps-header-sheet, ps-end-job): Call it.
1915
1916 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1917
1918 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1919
1920 2005-06-27 Lute Kamstra <lute@gnu.org>
1921
1922 * facemenu.el (facemenu-unlisted-faces): Add foreground and
1923 background color faces.
1924 (facemenu-get-face): Delete function.
1925 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1926 (facemenu-add-new-color): Make second argument mandatory.
1927 Create the appropriate face and return it. Simplify.
1928 (facemenu-set-foreground, facemenu-set-background): Don't check if
1929 color is defined. Use return value of facemenu-add-new-color.
1930
1931 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
1932
1933 * progmodes/gud.el (gud-filter): Add missing argument to
1934 with-selected-window.
1935
1936 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1937
1938 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1939 a :require to the defcustom.
1940
1941 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1942 defcustoms corresponding to minor modes.
1943
1944 2005-06-26 David Ponce <david@dponce.com>
1945
1946 * recentf.el: Require tree-widget instead of wid-edit.
1947 (recentf-filename-handler): Fix widget :type.
1948 (recentf-cancel-dialog, recentf-open-more-files)
1949 (recentf-open-files-action): Doc fix.
1950 (recentf-dialog-goto-first): New function.
1951 (recentf-dialog-mode-map): Set parent keymap first.
1952 (recentf-dialog-mode): Define with define-derived-mode.
1953 Don't display continuation lines in dialogs.
1954 (recentf-edit-list): Rename from recentf-edit-selected-items.
1955 (recentf-edit-list-select): Rename from recentf-edit-list-action.
1956 Simplify.
1957 (recentf-edit-list-validate): New function.
1958 (recentf-edit-list): Update accordingly.
1959 (recentf-open-files-item-shift): Remove.
1960 (recentf-open-files-item): Convert menu elements into tree and
1961 link widgets. Don't create the widgets.
1962 (recentf-open-files): Update accordingly.
1963 (recentf-save-list): Untabify.
1964
1965 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1966
1967 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1968 (keep-lines): Add INTERACTIVE arg. Never delete lines only
1969 partially contained in the active region. Do not take active
1970 region into account when called from Lisp, unless INTERACTIVE arg
1971 is non-nil. Use `forward-line' instead of `beginning-of-line' to
1972 avoid trouble with fields. Make marker point nowhere when no
1973 longer used. Always return nil. Doc fix.
1974 (flush-lines): Add INTERACTIVE arg. Do not take active region
1975 into account when called from Lisp, unless INTERACTIVE arg is
1976 non-nil. Use `forward-line' instead of `beginning-of-line' to
1977 avoid trouble with fields. Make marker point nowhere when no
1978 longer used. Always return nil. Doc fix.
1979 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
1980 interchangeable. Do not take active region into account when
1981 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
1982 message in echo area when called from Lisp, unless INTERACTIVE arg
1983 is non-nil. Avoid saying "1 occurrences". Do not use markers.
1984 Return the number of matches. Doc fix.
1985 (occur): Doc fix.
1986 (perform-replace): Make comment follow double space convention for
1987 the sake of `outline-minor-mode'.
1988
1989 * faces.el (facep): Doc fix.
1990
1991 2005-06-25 Richard M. Stallman <rms@gnu.org>
1992
1993 * facemenu.el (facemenu-enable-faces-p): New function.
1994 (facemenu-background-menu, facemenu-foreground-menu)
1995 (facemenu-face-menu): Add menu-enable property.
1996
1997 * jka-compr.el (jka-compr-insert-file-contents):
1998 Special handling if cannot find the uncompression program.
1999
2000 * cus-face.el (custom-face-attributes): Add autoload.
2001
2002 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2003 Bind comment-indent-function locally.
2004
2005 * window.el (save-selected-window): Use save-current-buffer.
2006
2007 * subr.el (with-selected-window): Use save-current-buffer.
2008
2009 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
2010 and with-current-buffer.
2011
2012 2005-06-24 Richard M. Stallman <rms@gnu.org>
2013
2014 * simple.el (line-move-1): Fix previous change.
2015
2016 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
2017
2018 * replace.el (occur-1): Set `buffer-read-only' and the
2019 buffer-modified flag before running `occur-hook' to protect
2020 against unintentional buffer switches that can lead to data loss.
2021
2022 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
2023
2024 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
2025 (gud-gdb-marker-filter): Use font-lock-warning-face for any
2026 initial error.
2027
2028 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
2029 after fresh input.
2030 (gdb-var-create-handler): Put name of expression in quotes.
2031
2032 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2033
2034 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
2035 elements of RING in order, and without bogus nil elements.
2036
2037 2005-06-23 Richard M. Stallman <rms@gnu.org>
2038
2039 * simple.el (set-variable): Args renamed; doc fix.
2040 (line-move-1): When there are overlays around, use vertical-motion.
2041
2042 * faces.el (escape-glyph): Use brown against light background.
2043 (nobreak-space): Rename from no-break-space.
2044 Fix previous change.
2045
2046 * dired-aux.el (dired-do-copy): Fix arg prompt.
2047
2048 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
2049
2050 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
2051
2052 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
2053 rather than "Distributor".
2054
2055 2005-06-23 Lute Kamstra <lute@gnu.org>
2056
2057 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
2058 (debug-on-entry): Use it. New interactive declaration that uses
2059 function-called-at-point.
2060
2061 2005-06-23 Kim F. Storm <storm@cua.dk>
2062
2063 * subr.el (save-match-data): Add comment about using evaporate arg
2064 to set-match-data.
2065
2066 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2067
2068 * cus-edit.el (customize-face)
2069 (customize-face-other-window): Handle face aliases.
2070
2071 * faces.el (face-documentation, set-face-attribute)
2072 (face-spec-set): Handle face aliases.
2073
2074 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
2075
2076 * help-mode.el (help-make-xrefs): If a symbol representing a face
2077 name is not followed by the word "face", it could still be a
2078 function or variable name, so don't bypass other checks.
2079
2080 2005-06-22 Juri Linkov <juri@jurta.org>
2081
2082 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
2083 Replace aliased functions with calls where second arg `inherit' is t.
2084
2085 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
2086
2087 * progmodes/gdb-ui.el (gdb-error): New variable.
2088 (gdb-error): New function.
2089 (gdb-annotation-rules): Act on error-begin and error annotations.
2090 (gdb-concat-output): Use font-lock-warning-face for errors.
2091
2092 2005-06-22 Miles Bader <miles@gnu.org>
2093
2094 * bindings.el (propertized-buffer-identification): Use renamed
2095 `Buffer-menu-buffer' face.
2096
2097 * faces.el (vertical-border): Rename from `vertical-divider'.
2098 (escape-glyph): Change dark-background color back to `cyan'.
2099
2100 2005-06-21 Juri Linkov <juri@jurta.org>
2101
2102 * faces.el (face-user-default-spec): Try getting `customized-face'
2103 prior to `saved-face'.
2104 (frame-background-mode): Refill docstring.
2105
2106 * emacs-lisp/lisp-mode.el (eval-defun-1):
2107 * emacs-lisp/edebug.el (edebug-eval-defun):
2108 Set `saved-face' temporarily to nil before calling form.
2109 Set `customized-face' to the new spec after that.
2110
2111 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
2112
2113 * subr.el (1value, lambda, key-substitution-in-progress):
2114 Doc fixes.
2115
2116 * autoinsert.el (auto-insert-alist):
2117 * ses.el (ses-call-printer):
2118 * subr.el (noreturn):
2119 * emacs-lisp/lisp.el (check-parens):
2120 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
2121 * net/browse-url.el (browse-url-mosaic):
2122 * progmodes/cc-defs.el (c-safe-scan-lists):
2123 * progmodes/ebnf-abn.el (ebnf-abn-lex):
2124 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
2125 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
2126 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
2127 * progmodes/ebnf-iso.el (ebnf-iso-lex):
2128 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
2129
2130 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
2131
2132 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
2133
2134 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
2135
2136 * calendar/appt.el (appt-make-list): Activate the package, if
2137 not already active (for backwards compatibility).
2138
2139 2005-06-20 Kim F. Storm <storm@cua.dk>
2140
2141 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
2142
2143 2005-06-20 Miles Bader <miles@gnu.org>
2144
2145 * faces.el (vertical-divider): New face.
2146
2147 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
2148
2149 * simple.el (kill-whole-line): Doc fix.
2150 (next-error-buffer-p, next-error-find-buffer)
2151 (clone-indirect-buffer): Fix typos in docstrings.
2152 (comment-line-break-function): Doc fix: don't say variable
2153 is automatically buffer-local (it isn't).
2154
2155 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
2156
2157 * net/tramp-ftp.el (top):
2158 * net/tramp-smb.el (top):
2159 * net/tramp-util.el (top):
2160 * net/tramp-uu.el (top):
2161 * net/tramp-vc.el (top):
2162 * net/tramp.el (top): Revert copyright years back to original
2163 ones. Tramp has a life outside GNU Emacs.
2164
2165 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
2166
2167 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
2168
2169 2005-06-18 Juri Linkov <juri@jurta.org>
2170
2171 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
2172 end of first regexp to limit the match to the position between
2173 line number and source line with same separator character as used
2174 between file name and line number. In the second regexp limit
2175 mouse-face area to file name and line number by adding new group
2176 for them and referring it in HYPERLINK arg.
2177 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
2178 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
2179 previous line where grep markers may be already removed.
2180
2181 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
2182
2183 * progmodes/ps-mode.el: Update version and maintainer's email address.
2184
2185 2005-06-18 Steve Youngs <steve@xemacs.org>
2186
2187 * net/browse-url.el (browse-url-browser-function)
2188 (browse-url-default-browser): Add firefox.
2189 (browse-url-firefox-program, browse-url-firefox-arguments)
2190 (browse-url-firefox-startup-arguments)
2191 (browse-url-firefox-new-window-is-tab): New defcustoms.
2192 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
2193
2194 2005-06-17 Richard M. Stallman <rms@gnu.org>
2195
2196 * startup.el (command-line): Warn if specified user name has
2197 no home directory.
2198
2199 * term.el (term-get-old-input, term-input-filter, term-input-sender)
2200 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
2201
2202 * longlines.el (longlines-mode, longlines-show-hard-newlines):
2203 Doc fixes.
2204
2205 * faces.el (underline): Try bold if terminal doesn't support underline.
2206
2207 * mail/sendmail.el (mail-setup-with-from): New variable.
2208 (mail-insert-from-field): New function.
2209 (sendmail-send-it): Call it.
2210 (mail-setup): Optionally call it here.
2211
2212 * term/linux.el: Call tty-no-underline.
2213
2214 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2215
2216 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
2217
2218 2005-06-17 Miles Bader <miles@gnu.org>
2219
2220 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
2221 (ediff-current-diff-C, ediff-current-diff-Ancestor)
2222 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
2223 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
2224 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
2225 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
2226 Remove "-face" suffix from face names.
2227 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2228 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2229 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2230 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2231 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2232 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2233 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2234 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2235 New backward-compatibility aliases for renamed faces.
2236 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2237 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2238 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2239 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2240 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2241 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2242 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2243 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2244 Use renamed ediff faces.
2245
2246 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
2247 Remove "-face" suffix from face names.
2248 (eshell-test-ok-face, eshell-test-failed-face):
2249 New backward-compatibility aliases for renamed faces.
2250 (eshell-run-test): Use renamed eshell-test faces.
2251
2252 * eshell/em-prompt.el (eshell-prompt):
2253 Remove "-face" suffix from face name.
2254 (eshell-prompt-face): New backward-compatibility alias for renamed face.
2255 (eshell-emit-prompt): Use renamed eshell-prompt face.
2256
2257 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
2258 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
2259 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
2260 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
2261 Remove "-face" suffix from face names.
2262 (eshell-ls-directory-face, eshell-ls-symlink-face)
2263 (eshell-ls-executable-face, eshell-ls-readonly-face)
2264 (eshell-ls-unreadable-face, eshell-ls-special-face)
2265 (eshell-ls-missing-face, eshell-ls-archive-face)
2266 (eshell-ls-backup-face, eshell-ls-product-face)
2267 (eshell-ls-clutter-face):
2268 New backward-compatibility aliases for renamed faces.
2269 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
2270
2271 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
2272 Remove "-face" suffix from face name.
2273 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
2274 instead of literal face.
2275
2276 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
2277
2278 * emacs-lisp/warnings.el (display-warning, lwarn)
2279 (warning-minimum-log-level): Doc fixes.
2280 (warning-minimum-level, warning-minimum-log-level):
2281 Add :debug to :type choices.
2282
2283 * progmodes/ada-mode.el (ada-format-paramlist)
2284 (ada-get-indent-case, ada-check-matching-start)
2285 (ada-check-defun-name, ada-goto-matching-decl-start)
2286 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
2287 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
2288 (ada-make-subprogram-body): Follow error conventions.
2289 (ada-case-exception-file, ada-indent-comment-as-code)
2290 (ada-indent-handle-comment-special, ada-indent-renames)
2291 (ada-indent-return, ada-search-directories-internal)
2292 (ada-tab-policy, ada-case-exception-substring)
2293 (ada-other-file-alist, ada-matching-start-re)
2294 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
2295 (ada-imenu-generic-expression, ada-compile-goto-error)
2296 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
2297 (ada-popup-menu, ada-add-extensions, ada-mode)
2298 (ada-region-selected, ada-create-case-exception)
2299 (ada-create-case-exception-substring, ada-after-keyword-p)
2300 (ada-activate-keys-for-case, ada-adjust-case-region)
2301 (ada-adjust-case-buffer, ada-format-paramlist)
2302 (ada-scan-paramlist, ada-insert-paramlist)
2303 (ada-indent-newline-indent)
2304 (ada-indent-newline-indent-conditional)
2305 (ada-justified-indent-current, ada-goto-previous-word)
2306 (ada-indent-current, ada-get-indent-open-paren)
2307 (ada-get-indent-paramlist, ada-get-indent-end)
2308 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
2309 (ada-get-indent-block-start, ada-get-indent-subprog)
2310 (ada-get-indent-noindent, ada-get-indent-label)
2311 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
2312 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
2313 (ada-goto-stmt-end, ada-goto-next-word)
2314 (ada-check-matching-start, ada-check-defun-name)
2315 (ada-goto-matching-decl-start, ada-goto-matching-start)
2316 (ada-goto-matching-end, ada-search-ignore-string-comment)
2317 (ada-in-decl-p, ada-looking-at-semi-or)
2318 (ada-looking-at-semi-private, ada-in-paramlist-p)
2319 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
2320 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
2321 (ada-next-procedure, ada-previous-procedure, ada-next-package)
2322 (ada-previous-package, ada-create-menu)
2323 (ada-fill-comment-paragraph-justify)
2324 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
2325 (ada-other-file-name, ada-last-which-function-line)
2326 (ada-last-which-function-subprog, ada-which-function)
2327 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
2328 (ada-gen-treat-proc, ada-check-emacs-version)
2329 (ada-continuation-indent, ada-align-region-separate):
2330 Fix typos in docstrings.
2331 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
2332
2333 2005-06-16 Lute Kamstra <lute@gnu.org>
2334
2335 * simple.el (fundamental-mode): Run after-change-major-mode-hook
2336 conditionally.
2337
2338 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
2339
2340 * comint.el (comint-replace-by-expanded-filename)
2341 (comint-prompt-regexp, comint-delimiter-argument-list)
2342 (comint-preinput-scroll-to-bottom):
2343 * info.el (Info-hide-cookies-node):
2344 * ls-lisp.el (ls-lisp-classify):
2345 * find-file.el (ff-search-directories, ff-special-constructs)
2346 (ff-find-other-file):
2347 * font-lock.el (font-lock-keywords):
2348 * shell.el (shell-prompt-pattern)
2349 (shell-dynamic-complete-functions, shell-mode)
2350 (shell-delimiter-argument-list):
2351 * term.el (term-replace-by-expanded-filename)
2352 (term-prompt-regexp, term-delimiter-argument-list):
2353 * woman.el (woman-ignore, woman0-if):
2354 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
2355 * emacs-lisp/elint.el (elint-init-env):
2356 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
2357 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
2358 * language/ethio-util.el (ethio-tilde-escape)
2359 (ethio-use-three-dot-question):
2360 * net/zone-mode.el (zone-mode-load-time-setup):
2361 * progmodes/cc-align.el (c-lineup-argcont):
2362 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
2363 * progmodes/cperl-mode.el (cperl-set-style-back):
2364 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2365 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
2366 Fix spellings in docstrings.
2367
2368 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
2369 * progmodes/modula2.el (m2-for): Fix spellings.
2370
2371 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
2372
2373 * simple.el (undo-more): Don't use `format' on `error' arguments.
2374 Improve argument/docstring consistency.
2375 (pending-undo-list): Doc fix.
2376
2377 * smerge-mode.el (smerge-ensure-match):
2378 * emulation/vip.el (vip-ex):
2379 * net/zone-mode.el (zone-mode-update-serial):
2380 * progmodes/idlwave.el (idlwave-complete):
2381 * progmodes/vhdl-mode.el (vhdl-visit-file)
2382 (vhdl-compose-wire-components):
2383 Don't use `format' on `error' arguments.
2384
2385 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
2386 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
2387 (tooltip-help-tips): Fix typos in docstrings.
2388
2389 2005-06-16 David Ponce <david@dponce.com>
2390
2391 * tree-widget.el (tree-widget-value-create): Simplify last change.
2392
2393 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
2394
2395 * ido.el (ido-incomplete-regexp): New variable.
2396 (ido-set-matches-1): Handle invalid-regexp error and set
2397 ido-incomplete-regexp.
2398 (ido-incomplete-regexp): New face.
2399 (ido-completions): Use it.
2400 (ido-complete, ido-exit-minibuffer, ido-completions):
2401 Handle incomplete regexps.
2402 (ido-completions): Add check for complete match when entering a regexp.
2403
2404 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
2407
2408 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2409
2410 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
2411 by field delimiters.
2412
2413 2005-06-15 David Ponce <david@dponce.com>
2414
2415 * tree-widget.el: eval-and-compile inlined functions so they will
2416 be available at run-time too.
2417 (tree-widget-super-format-handler)
2418 (tree-widget-format-handler): Remove.
2419 (tree-widget-value-create): Handle the :indent property.
2420
2421 2005-06-15 Miles Bader <miles@gnu.org>
2422
2423 * progmodes/which-func.el (which-func): Only inherit
2424 `font-lock-function-name-face' when that makes sense against the
2425 default mode-line face, otherwise set the face color explicitly.
2426
2427 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
2428 faces instead of (non-existent) variables.
2429
2430 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2431
2432 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
2433 (iswitchb-get-matched-buffers): Likewise. Simplify.
2434
2435 2005-06-14 Miles Bader <miles@gnu.org>
2436
2437 * progmodes/ld-script.el (ld-script-location-counter):
2438 Remove "-face" suffix from face name.
2439 (ld-script-location-counter-face):
2440 New backward-compatibility alias for renamed face.
2441 (ld-script-location-counter-face): Use renamed face.
2442
2443 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
2444 (cperl-hash): Remove "-face" suffix from face names.
2445 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
2446 New backward-compatibility aliases for renamed faces.
2447 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
2448 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
2449
2450 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
2451 name.
2452 (which-func-face): New backward-compatibility alias for renamed face.
2453 (which-func-format): Use renamed which-func face.
2454
2455 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
2456 (vhdl-function, vhdl-directive, vhdl-reserved-word)
2457 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
2458 names.
2459 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
2460 (vhdl-speedbar-configuration, vhdl-speedbar-package)
2461 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
2462 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
2463 (vhdl-speedbar-architecture-selected)
2464 (vhdl-speedbar-configuration-selected)
2465 (vhdl-speedbar-package-selected)
2466 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
2467 names.
2468 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
2469 Use renamed faces.
2470 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
2471 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
2472 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
2473 Use renamed faces.
2474 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
2475 names.
2476 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
2477 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
2478 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
2479 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
2480 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
2481 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2482
2483 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
2484 face name.
2485 (sh-heredoc-face): New backward-compatibility alias for renamed face.
2486 (sh-heredoc-face): Use renamed sh-heredoc face.
2487
2488 * progmodes/idlw-help.el (idlwave-help-link):
2489 Remove "-face" suffix from face name.
2490 (idlwave-help-link-face):
2491 New backward-compatibility alias for renamed face.
2492 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
2493
2494 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
2495 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
2496 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
2497 New backward-compatibility aliases for renamed faces.
2498 (idlwave-shell-disabled-breakpoint-face)
2499 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
2500
2501 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2502 Remove "-face" suffix from face names.
2503 (flymake-errline-face, flymake-warnline-face):
2504 New backward-compatibility aliases for renamed faces.
2505 (flymake-highlight-line): Use renamed flymake faces.
2506
2507 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2508 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
2509 (ebrowse-member-class, ebrowse-progress):
2510 Remove "-face" suffix from face names.
2511 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2512 (ebrowse-file-name-face, ebrowse-default-face)
2513 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2514 (ebrowse-progress-face):
2515 New backward-compatibility aliases for renamed faces.
2516 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
2517 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
2518 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
2519 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
2520
2521 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
2522 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
2523 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
2524 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
2525 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
2526 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
2527 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
2528 New backward-compatibility aliases for renamed faces.
2529 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
2530 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
2531 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
2532 "font-lock-". Use renamed antlr-mode faces.
2533 (antlr-font-lock-additional-keywords): Use renamed faces.
2534 Replace literal face-names with face variable references.
2535
2536 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
2537 face name.
2538 (Buffer-menu-buffer-face): New backward-compatibility alias for
2539 renamed face.
2540 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2541
2542 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
2543
2544 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
2545 Eliminate "-face" suffix.
2546 (makefile-targets): Inherit from font-lock-function-name-face and
2547 eliminate "-face" suffix.
2548 (makefile-shell): Remove attributes and eliminate "-face" suffix.
2549 (makefile-*-font-lock-keywords): Append makefile-targets in rule
2550 actions, instead of prepending, to make it less visible.
2551 (makefile-previous-dependency, makefile-match-dependency):
2552 Don't match a target on a continuation line.
2553
2554 * files.el (auto-mode-alist): Put Makefile in gmake mode.
2555
2556 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
2557
2558 * progmodes/gdb-ui.el (menu): Re-order menu items.
2559 (gdb-tooltip-print): Respect tooltip-use-echo-area.
2560
2561 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
2562 Define in tooltip.el.
2563 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
2564 (gud-tooltip-tips): Respect tooltip-use-echo-area and
2565 gud-tooltip-echo-area.
2566
2567 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
2568 backward compatibility and make obsolete.
2569 (tooltip-help-tips): Use tooltip-use-echo-area.
2570 (tooltip-show-help-function): Rename to...
2571 (tooltip-show-help): ...this, because it is a function.
2572 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
2573
2574 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2575
2576 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
2577 (edebug-print-length, edebug-print-level, edebug-print-circle)
2578 (edebug-modify-breakpoint, edebug-eval-last-sexp)
2579 (edebug-eval-print-last-sexp): Doc fixes.
2580
2581 2005-06-14 Kim F. Storm <storm@cua.dk>
2582
2583 * ido.el (ido-mode): Make a new keymap every time we enable ido,
2584 as the coverage buffer/file/both may change.
2585
2586 2005-06-14 Lute Kamstra <lute@gnu.org>
2587
2588 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
2589 and run-mode-hooks. Simplify.
2590
2591 * mail/rmailedit.el (rmail-edit-mode):
2592 * progmodes/octave-inf.el (inferior-octave-mode):
2593 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
2594
2595 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
2596 and run-mode-hooks.
2597 (recentf-edit-list, recentf-open-files): Don't call
2598 kill-all-local-variables directly.
2599
2600 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
2601
2602 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
2603
2604 * emacs-lisp/byte-run.el (make-obsolete)
2605 (define-obsolete-function-alias): Rename arguments FUNCTION and
2606 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2607 (make-obsolete-variable, define-obsolete-variable-alias):
2608 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
2609 respectively.
2610
2611 * isearchb.el (isearchb-activate):
2612 * pcvs.el (cvs-mode):
2613 * ses.el (ses-load):
2614 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
2615 * net/tramp.el (tramp-find-file-exists-command)
2616 (tramp-find-shell):
2617 * progmodes/ada-mode.el (ada-create-case-exception)
2618 (ada-create-case-exception-substring, ada-make-subprogram-body):
2619 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2620 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
2621 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
2622 * textmodes/org.el (org-promote, org-evaluate-time-range)
2623 (org-agenda-next-date-line, org-agenda-previous-date-line)
2624 (org-agenda-error, org-open-at-point, org-table-move-row)
2625 (org-format-table-table-html-using-table-generate-source)
2626 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
2627 * textmodes/reftex.el (reftex-access-scan-info):
2628 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
2629 (reftex-toc-promote-prepare): Follow error conventions.
2630
2631 * diff-mode.el (diff-mode): Fix typo in docstring.
2632
2633 * forms.el (forms--intuit-from-file): Fix reference to
2634 `forms-number-of-fields' in error message.
2635 (forms-print): Fix quoting in error message.
2636
2637 * forms.el (forms-mode):
2638 * emulation/vi.el (vi-goto-insert-state):
2639 * progmodes/flymake.el (flymake-new-err-info)
2640 (flymake-start-syntax-check-for-current-buffer)
2641 (flymake-simple-cleanup):
2642 * eshell/esh-var.el (eshell/export):
2643 * progmodes/gud.el (xdb):
2644 * textmodes/flyspell.el (flyspell-incorrect-hook)
2645 (flyspell-maybe-correct-transposition)
2646 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
2647
2648 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
2649
2650 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
2651 minibuffer prompt.
2652
2653 2005-06-13 Kim F. Storm <storm@cua.dk>
2654
2655 * subr.el (add-to-ordered-list): New defun.
2656
2657 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
2658 add cua--keymap-alist to emulation-mode-map-alists.
2659
2660 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2661
2662 * subr.el (complete-in-turn): New macro.
2663 (dynamic-completion-table, lazy-completion-table): Add debug info.
2664
2665 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
2666 in preference to face aliases.
2667
2668 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
2669 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
2670 Remove unused vars `start' and `firstline'.
2671 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
2672 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
2673
2674 2005-06-13 Eli Zaretskii <eliz@gnu.org>
2675
2676 * cus-start.el (all): Don't complain about missing GTK-related
2677 variables, unless either `gtk' is boundp or this isn't a
2678 `windows-nt' build.
2679
2680 2005-06-13 Lute Kamstra <lute@gnu.org>
2681
2682 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
2683 run-mode-hooks.
2684
2685 * ediff-mult.el (ediff-meta-mode):
2686 * ediff-util.el (ediff-mode): Use run-mode-hooks.
2687
2688 * ledit.el (ledit-mode): Use delay-mode-hooks.
2689
2690 * woman.el (woman-mode-line-format): Delete constant.
2691 (woman-mode-map): Initialize it properly.
2692 (woman-mode): Set mode-class property to special.
2693 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
2694 Set major-mode and mode-name. Don't set mode-line-format directly.
2695 (Man-getpage-in-background): Don't reference woman-mode-line-format.
2696
2697 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2698 string argument obsolete.
2699
2700 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
2701
2702 * textmodes/org.el (org-CUA-compatible): New option.
2703 (org-disputed-keys): New variable.
2704 (org-key): New function.
2705 (orgtbl-make-binding): Add docstring to the created function.
2706 (org-mode): Set paragraph start/separate regexps.
2707 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2708 (org-archive-location, org-archive-mark-done)
2709 (org-archive-stamp-time): New options.
2710 (org-archive-subtree): New command.
2711 (org-fill-paragraph): New function.
2712 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2713 (org-fake-empty-table-line): Function removed.
2714 (org-format-org-table-html): Do not create empty table lines at
2715 separator lines. Improved table header treatment.
2716 (org-link-format): New option.
2717 (org-make-link): New function.
2718 (org-insert-link, org-store-link): Use org-make-link.
2719 (org-open-file): Quote file name for shell command, to allow
2720 spaces in file names.
2721 (org-link-regexp): Fix bug with mailto link.
2722 (org-link-maybe-angles-regexp, org-protected-link-regexp):
2723 New constants.
2724 (org-export-as-html): Deal with the optional angles around a link.
2725 Better treatment of file: links.
2726 (org-open-at-point): Replace @{ and @} with < and >.
2727 (org-run-mode-hooks): Function removed.
2728 (org-agenda-mode): No longer use `org-run-mode-hooks'.
2729
2730 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
2731
2732 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2733 MI command -data-list-register-values.
2734 (gdb-post-prompt): Indent properly.
2735
2736 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
2737
2738 * hilit-chg.el (highlight-changes-colors): Rename from
2739 `highlight-changes-colours'.
2740 (highlight-changes-colours): Keep as obsolete alias.
2741 (highlight-changes-face-list): Doc fix.
2742 (hilit-chg-make-list): Use `highlight-changes-colors'.
2743
2744 2005-06-12 Mark A. Hershberger <mah@everybody.org>
2745
2746 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2747 defun-prompt-regexp.
2748
2749 2005-06-12 Eli Zaretskii <eliz@gnu.org>
2750
2751 * loadup.el: Don't say we are dumping under 2 names on windows-nt
2752 and cygwin.
2753
2754 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2755 Don't use an old loaddefs.el, as in Makefile.in.
2756
2757 2005-06-12 Lute Kamstra <lute@gnu.org>
2758
2759 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2760
2761 * man.el (Man-mode-map): Initialize it properly.
2762 (Man-mode): Set mode-class property to special.
2763
2764 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2765
2766 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2767
2768 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2769 A newline is needed in the docstring there.
2770
2771 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2772 Doc fixes.
2773
2774 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2775
2776 * printing.el: Doc fix. The menubar is no more changed when printing
2777 is loaded, it only changes when pr-menu-bind or pr-update-menus is
2778 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
2779 (pr-version): New version number (6.8.4).
2780 (pr-menu-bind): New command.
2781 (pr-update-menus): Docstring and code fix.
2782 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2783 Docstring fix.
2784 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2785 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2786
2787 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
2788
2789 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2790 "Returns" to "return", document useful return values, etc.
2791
2792 2005-06-11 Alan Mackenzie <acm@muc.de>
2793
2794 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2795 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2796 (adaptive-file-function): Minor amendment to doc-string.
2797
2798 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2799
2800 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2801 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2802 Fix :type--it is `integer', not `string'.
2803
2804 * faces.el (modeline-highlight): Rename from (the erroneous)
2805 `modeline-higilight'.
2806
2807 2005-06-11 Lute Kamstra <lute@gnu.org>
2808
2809 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2810 lisp-interaction-mode-map but make it the parent.
2811 (edebug-eval-mode): Use define-derived-mode.
2812
2813 2005-06-11 Andreas Schwab <schwab@suse.de>
2814
2815 * bindings.el: Add binding of `ESC functionkey' for every
2816 `M-functionkey'.
2817 * hexl.el (hexl-mode-map): Likewise.
2818
2819 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
2820
2821 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2822 [msft]: update regexp for newer msft compilers.
2823
2824 2005-06-10 Mark A. Hershberger <mah@everybody.org>
2825
2826 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2827 ATTLIST portions of included DTDs.
2828 (xml-parse-dtd): Eliminate use of inefficient match-data.
2829
2830 2005-06-10 Miles Bader <miles@gnu.org>
2831
2832 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2833 (mpuz-text): Remove "-face" suffix from face names.
2834 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2835 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2836 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2837
2838 * play/gomoku.el (gomoku-O, gomoku-X):
2839 Remove "-face" suffix from face names.
2840 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2841 New backward-compatibility aliases for renamed faces.
2842 (gomoku-font-lock-keywords): Use renamed gomoku faces.
2843
2844 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2845
2846 * thumbs.el: Fixes for changes of 2005-06-09.
2847 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2848 as a directory.
2849 (thumbs-thumbname): Remove directory separator from format string;
2850 `thumbs-thumbsdir' now returns a valid directory name.
2851 (thumbs-temp-dir): New defsubst.
2852 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2853 Use it.
2854
2855 * cus-edit.el (minibuffer):
2856 * files.el (make-backup-file-name-function):
2857 * filesets.el (filesets-external-viewers):
2858 * hilit-chg.el (highlight-changes-colours)
2859 (highlight-changes-face-list, highlight-changes-rotate-faces):
2860 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2861 * kmacro.el (kmacro-call-macro):
2862 * log-edit.el (log-edit-changelog-full-paragraphs):
2863 * mouse.el (mouse-1-click-follows-link):
2864 * skeleton.el (skeleton-autowrap):
2865 * subr.el (insert-for-yank-1):
2866 * tempo.el (tempo-insert-region):
2867 * terminal.el (terminal-emulator):
2868 * time.el (display-time-mail-face):
2869 * vc.el (vc-annotate):
2870 * vcursor.el (vcursor-copy-line):
2871 * woman.el (woman-bold-headings, woman-ignore)
2872 (woman-default-faces, woman-monochrome-faces):
2873 * calendar/todo-mode.el (todo-insert-threshold):
2874 * emulation/pc-select.el (pc-select-selection-keys-only)
2875 (pc-selection-mode):
2876 * emulation/vip.el (vip-find-char-forward):
2877 * emulation/viper-cmd.el (viper-find-char-forward):
2878 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2879 (input-method-exit-on-invalid-key):
2880 * international/mule-diag.el (describe-coding-system):
2881 * international/ucs-tables.el (unify-8859-on-encoding-mode):
2882 * net/browse-url.el (browse-url-xterm-program):
2883 * obsolete/lazy-lock.el (lazy-lock-mode):
2884 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2885 (cperl-mode):
2886 * progmodes/cpp.el (cpp-face-light-name-list)
2887 (cpp-face-dark-name-list):
2888 * progmodes/delphi.el (delphi-newline-always-indents):
2889 Fix spellings in docstrings.
2890
2891 * ido.el (ido-mode, ido-file-extensions-order)
2892 (ido-default-file-method, ido-default-buffer-method)
2893 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2894 (ido-decorations, ido-read-file-name-as-directory-commands)
2895 (ido-read-file-name-non-ido, ido-work-directory-list)
2896 (ido-ignore-item-temp-list, ido-current-directory)
2897 (ido-magic-forward-char, ido-enter-find-file)
2898 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2899 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2900
2901 2005-06-10 Lute Kamstra <lute@gnu.org>
2902
2903 * play/dunnet.el (dun-mode): Use define-derived-mode.
2904 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
2905 obsolete alias.
2906
2907 * play/doctor.el (doctor-mode-map): Remove defvar.
2908 (doctor-mode): Use define-derived-mode.
2909
2910 * mail/mspools.el (mspools-mode):
2911 * net/eudc-hotlist.el (eudc-hotlist-mode):
2912 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2913
2914 2005-06-10 Miles Bader <miles@gnu.org>
2915
2916 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2917 Remove "-face" suffix from face names.
2918 (flyspell-incorrect-face, flyspell-duplicate-face):
2919 New backward-compatibility aliases for renamed faces.
2920 (flyspell-mode-on, make-flyspell-overlay)
2921 (flyspell-highlight-incorrect-region)
2922 (flyspell-highlight-duplicate-region)
2923 (flyspell-display-next-corrections)
2924 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2925
2926 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2927 from face name.
2928 (texinfo-heading-face): New backward-compatibility alias for
2929 renamed face.
2930 (texinfo-heading-face): Use renamed texinfo-heading face.
2931
2932 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2933 suffix from face names.
2934 (tex-math-face, tex-verbatim-face):
2935 New backward-compatibility aliases for renamed faces.
2936 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2937 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2938 literal face name.
2939
2940 * textmodes/table.el (table-cell): Remove "-face" suffix from face
2941 name.
2942 (table-cell-face): New backward-compatibility alias for renamed face.
2943 (table--put-cell-face-property, table--update-cell-face):
2944 Use renamed table-cell face.
2945
2946 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2947 from face name.
2948 (sgml-namespace-face): New backward-compatibility alias for
2949 renamed face.
2950 (sgml-namespace-face): Use renamed sgml-namespace face.
2951
2952 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2953 (org-level-4, org-level-5, org-level-6, org-level-7)
2954 (org-level-8, org-warning, org-headline-done)
2955 (org-deadline-announce, org-scheduled-today)
2956 (org-scheduled-previously, org-link, org-done, org-table)
2957 (org-time-grid): Remove "-face" suffix from face names.
2958 (org-level-1-face, org-level-2-face, org-level-3-face)
2959 (org-level-4-face, org-level-5-face, org-level-6-face)
2960 (org-level-7-face, org-level-8-face, org-warning-face)
2961 (org-headline-done-face, org-deadline-announce-face)
2962 (org-scheduled-today-face, org-scheduled-previously-face)
2963 (org-link-face, org-done-face, org-table-face)
2964 (org-time-grid-face):
2965 New backward-compatibility aliases for renamed faces.
2966 (org-level-faces, org-set-font-lock-defaults, org-timeline)
2967 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2968 (org-agenda-get-timestamps, org-agenda-get-scheduled)
2969 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2970
2971 * emulation/viper-init.el (viper-search, viper-replace-overlay)
2972 (viper-minibuffer-emacs, viper-minibuffer-insert)
2973 (viper-minibuffer-vi): Remove "-face" suffix from face names.
2974 (viper-search-face, viper-replace-overlay-face)
2975 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2976 (viper-minibuffer-vi-face):
2977 New backward-compatibility aliases for renamed faces.
2978 (viper-search-face, viper-replace-overlay-face)
2979 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2980 (viper-minibuffer-vi-face): Use renamed viper faces.
2981
2982 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2983 Remove "-face" suffix from face names.
2984 (testcover-nohits-face, testcover-1value-face):
2985 New backward-compatibility aliases for renamed faces.
2986 (testcover-mark): Use renamed testcover faces.
2987
2988 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2989 face name.
2990 (diary-button-face): New backward-compatibility alias for renamed face.
2991 (diary-entry): Use renamed diary-button face.
2992
2993 * calendar/calendar.el (diary, calendar-today, holiday)
2994 (mark-visible-calendar-date): Remove "-face" suffix from face names.
2995 (diary-face, calendar-today-face, holiday-face):
2996 New backward-compatibility aliases for renamed faces.
2997 (eval-after-load "facemenu", diary-entry-marker)
2998 (calendar-today-marker, calendar-holiday-marker, diary-face):
2999 Use renamed calendar faces.
3000
3001 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
3002 (compare-windows-face): New backward-compatibility alias for
3003 renamed face.
3004 (compare-windows-highlight): Use renamed compare-windows face.
3005
3006 * strokes.el (strokes-char): Remove "-face" suffix from face name.
3007 (strokes-char-face): New backward-compatibility alias for renamed face.
3008 (strokes-encode-buffer): Use renamed strokes-char face.
3009
3010 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
3011 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
3012 Remove "-face" suffix from face names.
3013 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
3014 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
3015 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
3016 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
3017 Use renamed pcvs faces.
3018 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
3019 * pcvs-defs.el (cvs-mode-map): Likewise.
3020 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
3021
3022 * info.el (info-title-1, info-title-2, info-title-3)
3023 (info-title-4): Remove "-face" suffix from and downcase face names.
3024 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3025 (Info-title-4-face):
3026 New backward-compatibility aliases for renamed faces.
3027 (Info-fontify-node): Use renamed info faces.
3028
3029 * hilit-chg.el (highlight-changes, highlight-changes-delete):
3030 Remove "-face" suffix from face names.
3031 (highlight-changes-face, highlight-changes-delete-face):
3032 New backward-compatibility aliases for renamed faces.
3033 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
3034 (hilit-chg-make-list): Use renamed highlight-changes faces.
3035
3036 * generic-x.el (show-tabs-tab, show-tabs-space):
3037 Remove "-face" suffix from face names.
3038 (show-tabs-tab-face, show-tabs-space-face):
3039 New backward-compatibility aliases for renamed faces.
3040 (show-tabs-generic-mode-font-lock-defaults-1)
3041 (show-tabs-generic-mode-font-lock-defaults-2):
3042 Use renamed show-tabs faces.
3043
3044 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
3045 (smerge-markers): Remove "-face" suffix from face names.
3046 (smerge-mine-face, smerge-other-face, smerge-base-face)
3047 (smerge-markers-face):
3048 New backward-compatibility aliases for renamed faces.
3049 (smerge-mine-face, smerge-other-face, smerge-base-face)
3050 (smerge-markers-face): Use renamed smerge faces.
3051
3052 * log-view.el (log-view-file, log-view-message):
3053 Remove "-face" suffix from face names.
3054 (log-view-file-face, log-view-message-face):
3055 New backward-compatibility aliases for renamed faces.
3056 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
3057
3058 * paren.el (show-paren-match, show-paren-mismatch):
3059 Remove "-face" suffix from face names.
3060 (show-paren-match-face, show-paren-mismatch-face):
3061 New backward-compatibility aliases for renamed faces.
3062 (show-paren-function): Use renamed show-paren faces.
3063
3064 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
3065 (ruler-mode-margins, ruler-mode-fringes)
3066 (ruler-mode-column-number, ruler-mode-fill-column)
3067 (ruler-mode-comment-column, ruler-mode-goal-column)
3068 (ruler-mode-tab-stop, ruler-mode-current-column):
3069 Remove "-face" suffix from face names.
3070 (ruler-mode-default-face, ruler-mode-pad-face)
3071 (ruler-mode-margins-face, ruler-mode-fringes-face)
3072 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
3073 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
3074 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
3075 New backward-compatibility aliases for renamed faces.
3076 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
3077 (ruler-mode-column-number, ruler-mode-fill-column)
3078 (ruler-mode-comment-column, ruler-mode-goal-column)
3079 (ruler-mode-tab-stop, ruler-mode-current-column)
3080 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
3081
3082 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
3083 face name.
3084 (whitespace-highlight-the-space): Use renamed face.
3085 (whitespace-highlight-face): New backward-compatibility alias for
3086 renamed face.
3087
3088 * woman.el (woman-italic, woman-bold, woman-unknown)
3089 (woman-addition, woman-symbol-face):
3090 Remove "-face" suffix from face names.
3091 (woman-italic-face, woman-bold-face, woman-unknown-face)
3092 (woman-addition-face):
3093 New backward-compatibility aliases for renamed faces.
3094 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
3095 (woman-decode-region, woman-replace-match)
3096 (woman-display-extended-fonts, woman-special-characters)
3097 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
3098 Use renamed woman faces.
3099
3100 * longlines.el (longlines-visible-face): Face removed.
3101
3102 * diff-mode.el (diff-header, diff-file-header, diff-index)
3103 (diff-hunk-header, diff-removed, diff-added, diff-changed)
3104 (diff-function, diff-context, diff-nonexistent): Remove "-face"
3105 suffix from face names.
3106 (diff-header-face, diff-file-header-face, diff-index-face)
3107 (diff-hunk-header-face, diff-removed-face, diff-added-face)
3108 (diff-changed-face, diff-function-face, diff-context-face)
3109 (diff-nonexistent-face): New backward-compatibility aliases for
3110 renamed faces.
3111 (diff-header-face, diff-file-header-face)
3112 (diff-index, diff-index-face, diff-hunk-header)
3113 (diff-hunk-header-face, diff-removed, diff-removed-face)
3114 (diff-added, diff-added-face, diff-changed-face, diff-function)
3115 (diff-function-face, diff-context-face, diff-nonexistent)
3116 (diff-nonexistent-face): Use renamed diff-mode faces.
3117
3118 * progmodes/compile.el (compilation-warning-face)
3119 (compilation-info-face): Remove "-face" suffix from face names.
3120 (compilation-warning-face, compilation-info-face):
3121 New backward-compatibility aliases for renamed faces.
3122 (compilation-warning-face, compilation-info-face):
3123 Use renamed compilation faces.
3124
3125 * add-log.el (change-log-date, change-log-name)
3126 (change-log-email, change-log-file, change-log-list)
3127 (change-log-conditionals, change-log-function)
3128 (change-log-acknowledgement): Remove "-face" suffix from face names.
3129 (change-log-date-face, change-log-name-face)
3130 (change-log-email-face, change-log-file-face)
3131 (change-log-list-face, change-log-conditionals-face)
3132 (change-log-function-face, change-log-acknowledgement-face):
3133 New backward-compatibility aliases for renamed faces.
3134 (change-log-font-lock-keywords): Use renamed change-log faces.
3135
3136 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
3137 (custom-set, custom-changed, custom-saved, custom-button)
3138 (custom-button-pressed, custom-documentation, custom-state)
3139 (custom-comment, custom-comment-tag, custom-variable-tag)
3140 (custom-variable-button, custom-face-tag, custom-group-tag-1)
3141 (custom-group-tag): Remove "-face" suffix from face names.
3142 (custom-magic-alist, custom-magic-value-create)
3143 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
3144 (custom-invalid-face, custom-rogue-face, custom-modified-face)
3145 (custom-set-face, custom-changed-face, custom-saved-face)
3146 (custom-button-face, custom-button-pressed-face)
3147 (custom-documentation-face, custom-state-face)
3148 (custom-comment-face, custom-comment-tag-face)
3149 (custom-variable-tag-face, custom-variable-button-face)
3150 (custom-face-tag-face, custom-group-tag-face-1)
3151 (custom-group-tag-face):
3152 New backward-compatibility aliases for renamed faces.
3153
3154 * wid-edit.el (widget-documentation, widget-button)
3155 (widget-field, widget-single-line-field, widget-inactive)
3156 (widget-button-pressed): "-face" suffix removed from face names.
3157 (widget-documentation-face, widget-button-face)
3158 (widget-field-face, widget-single-line-field-face)
3159 (widget-inactive-face, widget-button-pressed-face):
3160 New backward-compatibility aliases for renamed faces.
3161 (widget-documentation-face, widget-button-face)
3162 (widget-button-pressed-face, widget-specify-field)
3163 (widget-specify-inactive): Use renamed widget faces.
3164
3165 2005-06-10 Kenichi Handa <handa@m17n.org>
3166
3167 * term/x-win.el (x-clipboard-yank): Remove condition-case
3168 wrapping.
3169
3170 2005-06-11 Kenichi Handa <handa@m17n.org>
3171
3172 * add-log.el (change-log-font-lock-keywords): Make the regexp for
3173 date lines stricter.
3174
3175 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
3176
3177 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
3178 of x-get-selection.
3179
3180 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
3181
3182 * comint.el (comint-mode, comint-snapshot-last-prompt):
3183 * frame.el (frame-current-scroll-bars):
3184 * term.el (term-mode, term-check-proc, term-input-sender)
3185 (term-simple-send, term-extract-string, term-word)
3186 (term-match-partial-filename):
3187 * window.el (window-current-scroll-bars):
3188 * emulation/cua-base.el (cua-normal-cursor-color)
3189 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
3190 (cua-global-mark-cursor-color):
3191 * mail/undigest.el (rmail-forward-separator-regex):
3192 Fix typos in docstrings.
3193
3194 * comint.el (comint-check-proc, make-comint-in-buffer)
3195 (comint-source-default): Doc fixes.
3196
3197 * term.el (term-send-string): Improve argument/docstring
3198 consistency.
3199
3200 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
3201
3202 * comint.el (comint-send-input): Bind `inhibit-read-only' around
3203 call to `delete-region'.
3204 (comint-mode-hook): Do not enable Font Lock by default.
3205
3206 2005-06-09 Lute Kamstra <lute@gnu.org>
3207
3208 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
3209 could be void.
3210
3211 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3212
3213 * emacs-lisp/debug.el (debugger-will-be-back): New var.
3214 (debug): Use it.
3215 (debugger-step-through, debugger-continue, debugger-jump)
3216 (debugger-return-value): Set it when needed.
3217 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
3218 Use inhibit-read-only.
3219
3220 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
3221
3222 * window.el (shrink-window-if-larger-than-buffer)
3223 (window-size-fixed): Fix typo in docstring.
3224
3225 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
3226 thumbnails directory on loading.
3227 (thumbs-conversion-program): Use `eq' to check the system type,
3228 not `equal'.
3229 (thumbs-temp-dir): Initialize to `temporary-file-directory',
3230 not "/tmp". Fix docstring.
3231 (thumbs-thumbsdir): New function to return the thumbnails
3232 directory, creating it if needed.
3233 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
3234 (thumbs-temp-file): Delete variable and make it into a function.
3235 (thumbs-resize-image, thumbs-modify-image): Use it.
3236 (thumbs-kill-buffer): Simplify.
3237 (thumbs-gensym): Defalias or duplicate CL `gensym'.
3238 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
3239 docstrings.
3240
3241 2005-06-09 Kim F. Storm <storm@cua.dk>
3242
3243 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
3244 set-match-data to free markers in match-data.
3245
3246 * replace.el (replace-match-data): Pass RESEAT arg `t' to
3247 match-data to unchain markers in match-data.
3248
3249 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
3252 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
3253 unnecessary now.
3254
3255 2005-06-08 Richard M. Stallman <rms@gnu.org>
3256
3257 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
3258 give the variable a doc string that doesn't say don't set it directly.
3259
3260 * textmodes/ispell.el (ispell-check-version):
3261 Use match-string-no-properties.
3262 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
3263 (ispell-buffer-local-words): Likewise.
3264
3265 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
3266 except on terminals with enough colors to really display it.
3267 (makefile-dependency-regex): Delete spurious `bb'.
3268
3269 * faces.el (escape-glyph): Use blue once again in last case.
3270 (no-break-space): Redefine so that it isn't invisible on a tty.
3271
3272 2005-06-08 Kim F. Storm <storm@cua.dk>
3273
3274 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
3275 also when reading directory name.
3276
3277 2005-06-08 Lute Kamstra <lute@gnu.org>
3278
3279 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
3280 (flyspell-mode-line-string): Remove autoload cookie.
3281 (flyspell-mode): Remove defvar.
3282
3283 2005-06-07 Lute Kamstra <lute@gnu.org>
3284
3285 * textmodes/org.el (org-run-mode-hooks): New function.
3286 (org-agenda-mode): Use it.
3287
3288 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
3289
3290 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
3291
3292 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3293
3294 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
3295
3296 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
3297
3298 * font-lock.el (font-lock-add-keywords): Doc fix.
3299
3300 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3301
3302 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
3303 (tex-compile-default): In the absence of any history, use the order in
3304 tex-compile-alist to choose the preferred command.
3305 (tex-compile-commands): Reorder a bit.
3306
3307 * textmodes/flyspell.el (flyspell-auto-correct-binding)
3308 (flyspell-incorrect-face, flyspell-duplicate-face):
3309 Use (X)Emacs-agnostic code.
3310 (flyspell-mode-map): Don't overwrite at each load. Remove code
3311 redundant with the subsequent add-minor-mode. Merge Emacs and
3312 XEmacs code.
3313 (flyspell-word): Minor simplification.
3314 (flyspell-math-tex-command-p): Quieten the byte-compiler.
3315 (flyspell-external-point-words): Remove unused vars `size' and `start'.
3316 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
3317 Merge the corresponding Emacs code.
3318 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
3319
3320 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
3321 a dedicated window.
3322
3323 * international/latexenc.el (latexenc-find-file-coding-system):
3324 Undo part of last patch, to turn off a compiler warning.
3325
3326 2005-06-06 Juri Linkov <juri@jurta.org>
3327
3328 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
3329 Rename `tmm-inactive-face' to `tmm-inactive'.
3330
3331 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
3332
3333 * iswitchb.el: Rename faces.
3334
3335 2005-06-06 Kim F. Storm <storm@cua.dk>
3336
3337 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
3338 (cua-global-mark): Remove -face suffix from face names.
3339
3340 * emulation/cua-gmrk.el (cua--init-global-mark):
3341 Remove cua-global-mark face setup.
3342
3343 2005-06-06 Richard M. Stallman <rms@gnu.org>
3344
3345 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
3346 just like other allowed characters.
3347 (makefile-match-dependency): Exclude leading and training whitespace
3348 from the range of regexp subexp 1.
3349 (makefile-macroassign-regex): Don't try to match the body,
3350 just the name of the macro being defined.
3351
3352 * info.el (Info-read-node-name-2): New function.
3353 (Info-read-node-name-1): Use that.
3354 Add a completion-base-size-function property.
3355
3356 * simple.el (completion-setup-function): Look for
3357 completion-base-size-function property of
3358 minibuffer-completion-table.
3359
3360 * files.el (locate-file-completion): Doc fix.
3361
3362 * printing.el: Don't call pr-update-menus; user must do that.
3363
3364 * emacs-lisp/debug.el (debugger-window): New variable.
3365 (debug): Use debugger-window if it is set and still alive.
3366 Record debugger-window for next entry.
3367
3368 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
3369
3370 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
3371
3372 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
3373 (hack-one-local-variable, hack-local-variables)
3374 (hack-local-variables-prop-line): Pass that arg.
3375
3376 2005-06-06 Kim F. Storm <storm@cua.dk>
3377
3378 * ido.el (ido-first-match, ido-only-match, ido-subdir)
3379 (ido-indicator): Remove -face suffix from face names.
3380
3381 2005-06-06 Juri Linkov <juri@jurta.org>
3382
3383 * font-lock.el (font-lock-regexp-backslash)
3384 (font-lock-regexp-backslash-construct): New faces.
3385 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
3386 after `('. Add `while-no-input' to control structures.
3387
3388 * faces.el (no-break-space, shadow): New faces.
3389 (escape-glyph): Use less loud colors pink2 and red4.
3390
3391 * diff-mode.el (diff-context-face)
3392 * dired.el (dired-ignored)
3393 * rfn-eshadow.el (file-name-shadow)
3394 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
3395
3396 * info.el (Info-title-1-face): Use green instead of yellow because
3397 bold yellow is not readable on light backgrounds.
3398
3399 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
3400 before selecting the desired mode to not spend time fontifying
3401 old contents.
3402
3403 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
3404
3405 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
3406 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
3407
3408 * ps-print.el (ps-default-fg, ps-default-bg):
3409 Fix typos in docstrings.
3410
3411 * isearchb.el (isearchb): Don't pass a spurious second argument to
3412 `iswitchb-completions'.
3413
3414 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
3415
3416 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
3417 to preserve point.
3418 (gdb-find-file-hook): Add doc string.
3419
3420 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
3421 C dereferenced pointer expression.
3422 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
3423
3424 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
3425
3426 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
3427 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
3428 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
3429 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
3430 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
3431 Make background transparent.
3432
3433 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
3434
3435 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
3436 (font-lock-remove-keywords): Doc fix.
3437 (font-lock-mode-major-mode): Compiler defvar.
3438 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
3439
3440 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
3441 (font-lock-mode): Update `font-lock-mode-major-mode'.
3442 (font-lock-set-defaults): Compiler defvar.
3443 (font-lock-default-function): Take `font-lock-mode-major-mode'
3444 into account.
3445
3446 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
3447 keep track of which major mode it enabled the minor mode for.
3448 Use find-file-hook again. Update docstring.
3449
3450 * simple.el (eval-expression-print-level)
3451 (eval-expression-print-length, eval-expression-debug-on-error):
3452 Doc fixes.
3453
3454 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
3455
3456 * iswitchb.el (iswitchb-single-match-face)
3457 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
3458 (iswitchb-invalid-regexp-face): New faces.
3459 (iswitchb-completions): Use them.
3460 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
3461 now marked as an obsolete alias.
3462 (iswitchb-read-buffer): Remove check for bound font variables.
3463 (iswitchb-invalid-regexp): New free variable.
3464 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
3465 set iswitchb-invalid-regexp.
3466 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
3467 invalid regexps.
3468 (iswitchb-completions): Add check for complete match when entering
3469 a regexp.
3470 (iswitchb-completions): Remove require-match argument.
3471 (iswitchb-exhibit): Fix caller.
3472 (iswitchb-common-match-inserted): New variable.
3473 (iswitchb-complete, iswitchb-completion-help): Use it.
3474
3475 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
3476
3477 * url-http.el (url-http-chunked-encoding-after-change-function):
3478 Use `url-http-debug' instead of `message'.
3479
3480 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
3481
3482 * url-http.el (url-http-parse-headers): Pass redirected URL as a
3483 callback argument.
3484
3485 2005-06-04 Kim F. Storm <storm@cua.dk>
3486
3487 * simple.el (line-move): Only call sit-for when moving backwards.
3488
3489 * ido.el (ido-make-merged-file-list-1): New defun split from
3490 ido-make-merged-file-list.
3491 (ido-make-merged-file-list): Bind throw-on-input around call to
3492 ido-make-merged-file-list-1. Return input-pending-p if
3493 interrupted by more input available.
3494 (ido-read-internal): Handle input-pending-p return value from
3495 ido-make-merged-file-list.
3496
3497 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
3500 compatibility code.
3501
3502 * international/latexenc.el (latexenc-find-file-coding-system):
3503 Don't inherit the EOL part of the coding-system from the
3504 tex-main buffer. Fit within 80 columns.
3505
3506 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
3507
3508 * tmm.el (tmm-inactive-face): New face.
3509 (tmm-remove-inactive-mouse-face): New function.
3510 (tmm-prompt, tmm-add-one-shortcut)
3511 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
3512 but not selectable.
3513
3514 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
3515
3516 * faces.el (face-equal): Improve argument/docstring consistency.
3517
3518 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
3519
3520 * progmodes/make-mode.el (makefile-targets-face)
3521 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
3522 (makefile-bsdmake-dependency-regex)
3523 (makefile-makepp-rule-action-regex)
3524 (makefile-bsdmake-rule-action-regex): New constants.
3525 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
3526
3527 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3528 Allow (...) within `...' for makepp messages.
3529
3530 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
3531
3532 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
3533
3534 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
3535 "." files are deleted from all file lists before comparison.
3536
3537 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3538 (viper-ESC-key): Made them customizable.
3539
3540 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
3541
3542 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
3543
3544 * autorevert.el (auto-revert-buffers): Use save-match-data.
3545
3546 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3547
3548 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
3549 menu items with a nil command binding.
3550
3551 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
3552
3553 * emacs-lisp/cl-macs.el (defsetf):
3554 Improve argument/docstring consistency.
3555
3556 * faces.el (list-faces-display): Improve the formatting by
3557 computing the maximum length required for any face-name (reworked
3558 patch of 1999-01-11, accidentally deleted on 1999-07-21).
3559 (internal-find-face): Remove redundant info in docstring.
3560
3561 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
3562
3563 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
3564 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
3565 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
3566 (gdb-assembler-custom): Improve regexps.
3567 (def-gdb-auto-update-handler): Use window point to preserve point.
3568
3569 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3570
3571 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
3572
3573 2005-05-31 Jay Belanger <belanger@truman.edu>
3574
3575 * calc/calc-embed.el (calc-embedded-word): Change argument passed
3576 to calc-embedded.
3577 (calc-embedded-make-info): Have plain prefix argument select
3578 entire line.
3579
3580 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
3581
3582 * faces.el (list-faces-display): Signal error if passed a regexp
3583 that matches no face name.
3584
3585 * simple.el (filter-buffer-substring): Fix typo in docstring.
3586
3587 2005-05-31 Richard M. Stallman <rms@gnu.org>
3588
3589 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
3590 (vhdl-emacs-21): Doc fix.
3591 (vhdl-mode): Unconditionally set comment-padding.
3592 (vhdl-fixup-whitespace-region): Insert spaces only where
3593 there are none.
3594 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
3595
3596 2005-05-30 John Wiegley <johnw@newartisans.com>
3597
3598 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
3599 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
3600 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
3601 `directory-sep-char' to ?/, and all uses of `string-to-int' to
3602 `string-to-number'.
3603
3604 2005-05-30 Jay Belanger <belanger@truman.edu>
3605
3606 * calc/calc.el (calc-bug-address): Fix docstring.
3607 (calc-window-hook, calc-trail-window-hook): New variables.
3608 (calc-trail-display): Restore use of calc-trail-window-hook.
3609 (calc): Restore use of calc-window-hook.
3610
3611 2005-05-31 Masatake YAMATO <jet@gyve.org>
3612
3613 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
3614
3615 * help-fns.el (help-C-file-name): Add autoload mark for
3616 `find-function-noselect'.
3617
3618 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3619
3620 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
3621 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
3622
3623 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3624
3625 * calendar/diary-lib.el (mark-included-diary-files): Only kill
3626 included diary buffer if it was not already being visited.
3627 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
3628
3629 * calendar/icalendar.el (top-level): Do not require 'appt.
3630
3631 * mail/supercite.el (sc-select-attribution): Only use a list
3632 element from sc-attrib-selection-list if it returns a string.
3633 Reported by Davide G. M. Salvetti <salve@debian.org>.
3634
3635 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
3636
3637 * thumbs.el (thumbs-thumbname): The resulting thumbname now
3638 includes a hash value to improve its uniqueness, and has a ".jpg"
3639 extension. Also, it is now a valid filename on all systems.
3640 (thumbs-make-thumb): Use `let', not `let*'.
3641 (thumbs-show-thumbs-list): Check for JPEG availability.
3642
3643 2005-05-30 Richard M. Stallman <rms@gnu.org>
3644
3645 * filesets.el (filesets-menu-ensure-use-cached):
3646 Prevent warning when emacs-version>= is undefined.
3647
3648 * printing.el (pr-interactive-n-up): Use string-to-number.
3649
3650 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
3651
3652 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3653 Warn only when name to be defined is quoted.
3654
3655 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
3656
3657 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
3658 Make regexp more robust.
3659 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3660 Force regeneration of disassembly.
3661
3662 2005-05-29 Jay Belanger <belanger@truman.edu>
3663
3664 * calc/calc.el (calc-user-invocation): Check if
3665 calc-invocation-macro is non-nil.
3666
3667 2005-05-29 Juri Linkov <juri@jurta.org>
3668
3669 * add-log.el (change-log-font-lock-keywords):
3670 Add `+' to e-mail regexp to accept mail address with keywords.
3671
3672 * man.el (Man-name-regexp): Add `:' to accept qualified names.
3673
3674 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
3675
3676 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
3677
3678 * ielm.el (inferior-emacs-lisp-mode): Ditto.
3679
3680 2005-05-29 Richard M. Stallman <rms@gnu.org>
3681
3682 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3683 Undo the change that moves to end of the current word.
3684
3685 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3686
3687 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3688 Throw error when count <= 0 to ensure input is a number.
3689 (gdb-read-memory-custom): Pick up address from buffer.
3690 (gdb-memory-mode): Allow user to increment and decrement
3691 memory address from header line.
3692
3693 2005-05-29 Richard M. Stallman <rms@gnu.org>
3694
3695 * flyspell.el (flyspell-version): Function deleted.
3696 (flyspell-auto-correct-previous-hook): Doc fix.
3697
3698 * jit-lock.el (jit-lock-function, jit-lock-after-change):
3699 Do nothing if memory is full.
3700
3701 * font-lock.el (font-lock-fontify-syntactically-region):
3702 Pass t for GREEDY to looking-back.
3703
3704 * saveplace.el (save-place-alist-to-file): Write the file
3705 using write-region.
3706
3707 * subr.el (looking-back): New argument GREEDY.
3708
3709 * progmodes/compile.el (compilation-start): Set the mode
3710 before inserting the initial text.
3711
3712 * progmodes/which-func.el (which-func-update-1): Turn the mode
3713 off in case of error by setting which-func-mode.
3714
3715 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
3716
3717 * flyspell.el (flyspell-auto-correct-previous-word):
3718 Narrow down to what's on the screen, and recenter overlays
3719 at the end of the next word.
3720
3721 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
3722
3723 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3724 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3725 (flyspell-abbrev-p): Default to nil.
3726 (flyspell-use-global-abbrev-table-p): Doc fix.
3727 (flyspell-large-region): Allow nil as value.
3728 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3729
3730 (mail-mode-flyspell-verify): More robust handling
3731 of `mail-header-separator'. More efficient signature detection.
3732 Allow for regexp metacharacters in message-header-separator.
3733 Adding `To' not to be checked in mail-mode-flyspell-verify.
3734
3735 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3736 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3737 Bind flyspell-auto-correct-binding.
3738 Bind C-. and C-, .
3739 (flyspell-mode-map): Likewise.
3740 (flyspell-mode): Doc fix.
3741 (flyspell-accept-buffer-local-defs): Preserve current buffer.
3742 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3743 (flyspell-word-cache-result): New var, always local.
3744 (flyspell-check-pre-word-p): Doc fix.
3745 (flyspell-check-changed-word-p): Handle spc like newline.
3746 (flyspell-post-command-hook): Set flyspell-word-cache-result.
3747 (flyspell-word-search-backward, flyspell-word-search-forward):
3748 New functions.
3749 (flyspell-word): Return t if nothing to check.
3750 When parsing TeX code, check for after } or \.
3751 Use flyspell-word-search-backward to find previous word.
3752 Return nil if duplicated word.
3753 For word already checked, return same value as last time.
3754 Set flyspell-word-cache-result after checking.
3755 Don't clobber the return value.
3756 (flyspell-get-word): Major rewrite.
3757 (flyspell-external-point-words): New locals pword, pcount.
3758 Fix size used in progress message.
3759 Find the proper corresponding word in flyspell-large-region-buffer.
3760 (flyspell-region): Check for flyspell-large-region = nil.
3761 (flyspell-highlight-incorrect-region): Clean up overlays in region.
3762 (flyspell-auto-correct-word): Check that WORD is a cons.
3763 (flyspell-correct-word): Likewise.
3764
3765 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
3766
3767 * progmodes/make-mode.el (makefile-rule-action-regex)
3768 (makefile-macroassign-regex, makefile-makepp-mode)
3769 (makefile-bsdmake-mode): Continuation lines may be empty.
3770 Reported by Joshua Varner.
3771 (makefile-makepp-font-lock-keywords): Add $(stem).
3772
3773 2005-05-28 Karl Berry <karl@gnu.org>
3774
3775 * textmodes/tex-mode.el: Now that tex-send-command calls
3776 shell-quote-argument (2005-03-31 change), remove all calls to
3777 shell-quote-argument; they all end up invoking tex-send-command.
3778 The double quoting loses on filenames with non-safe characters,
3779 such as "@". Reported by Frederik Fouvry.
3780
3781 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3782
3783 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3784 about preserving point.
3785
3786 2005-05-27 Jay Belanger <belanger@truman.edu>
3787
3788 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3789 Info-goto-node.
3790
3791 * calc/calc-embed.el (calc-embed-arg): New variable.
3792 (calc-do-embedded-activate, calc-embedded-activate-formula)
3793 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3794 variable by new variable.
3795 (calc-embedded-make-info): Replace undeclared variable by new
3796 variable. When selecting region with positive prefix
3797 argument, use end of previous line instead of beginning of line.
3798
3799 * calc/calc-aent.el (calc-arg-values): Declare it.
3800
3801 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3802 Declare them.
3803
3804 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3805
3806 * calc/calc.el (calc-alg-map): Declare it.
3807
3808 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3809
3810 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
3811
3812 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3813 (gdb-registers-buffer, toggle-gdb-all-registers):
3814 Toggle display of floating point registers.
3815 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3816
3817 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
3818 (toggle-gud-tooltip-dereference):
3819 Rename from gud-toggle-tooltip-dereference.
3820
3821 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3822
3823 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3824
3825 2005-05-27 Jay Belanger <belanger@truman.edu>
3826
3827 * calc/calc-prog.el (calc-kbd-report): Remove.
3828 (calc-kbd-query): Rewrite.
3829
3830 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
3831
3832 * image.el (image-library-alist): Move to image.c.
3833 (image-type-available-p): Doc fix.
3834
3835 2005-05-27 Lute Kamstra <lute@gnu.org>
3836
3837 * calc/calc.el (calc):
3838 * outline.el (outline-1, outline-2, outline-3, outline-4)
3839 (outline-5, outline-6, outline-7, outline-8):
3840 * textmodes/dns-mode.el (dns-mode):
3841 * textmodes/sgml-mode.el (sgml-namespace-face):
3842 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3843 (tex-verbatim-face, tex-use-reftex):
3844 * textmodes/texinfo.el (texinfo-heading-face):
3845 Specify customization group.
3846
3847 * longlines.el: Don't require easy-mmode.
3848 (longlines-visible-face): Specify customization group.
3849
3850 2005-05-27 Kenichi Handa <handa@m17n.org>
3851
3852 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3853 encoding table of windows-1251.
3854
3855 * international/ucs-tables.el (ucs-set-table-for-input):
3856 If translation-table-for-input of a coding system is a symbol, get
3857 its translation-table property.
3858
3859 * international/code-pages.el: Don't register a coding system into
3860 non-iso-charset-alist more than once.
3861 (cp-make-coding-system): Likewise.
3862
3863 2005-05-26 John Wiegley <johnw@newartisans.com>
3864
3865 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3866 `eshell-resume-eval' is wrapped in a list, it indicates that the
3867 command was run asynchronously. In that case, unwrap the value
3868 before checking the delimiter value.
3869
3870 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3871 character before a space at the end of a line is \, assume the space
3872 is part of the last argument rather than a final argument separator.
3873
3874 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3875 is in use, and the target is `t' or `nil' (which are the most common
3876 values), don't assume that the symbol target is a buffer.
3877
3878 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
3879
3880 * calendar/calendar.el (calendar-mode-line-format):
3881 Use mode-line-highlight as mouse-face.
3882
3883 * time.el (display-time-string-forms, display-time-update):
3884 Use mode-line-highlight as mouse-face.
3885
3886 2005-05-26 Jay Belanger <belanger@truman.edu>
3887
3888 * calc/calc.el (calc-language-alist): Remove extra defvar.
3889
3890 2005-05-26 Lute Kamstra <lute@gnu.org>
3891
3892 * arc-mode.el (archive-mode):
3893 * bookmark.el (bookmark-read-annotation-mode)
3894 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3895 * bs.el (bs-mode):
3896 * calc/calc-yank.el (calc-edit-mode):
3897 * calc/calc.el (calc-mode, calc-trail-mode):
3898 * calculator.el (calculator-mode):
3899 * chistory.el (command-history-mode):
3900 * comint.el:
3901 * cus-edit.el (custom-mode):
3902 * descr-text.el (describe-text-mode):
3903 * ebuff-menu.el (Electric-buffer-menu-mode):
3904 * ediff-util.el (ediff-mode):
3905 * emacs-lisp/re-builder.el (reb-mode):
3906 * emulation/vi.el (vi-mode-setup):
3907 * emulation/ws-mode.el (wordstar-mode):
3908 * eshell/esh-mode.el (eshell-mode):
3909 * forms.el (forms-mode):
3910 * help-mode.el (help-mode):
3911 * hexl.el (hexl-mode):
3912 * ibuffer.el (ibuffer-mode):
3913 * ielm.el (inferior-emacs-lisp-mode):
3914 * info.el (Info-mode, Info-edit-mode):
3915 * international/swedish.el:
3916 * ledit.el (ledit-from-lisp-mode):
3917 * locate.el (locate-mode):
3918 * mail/rmail.el (rmail-mode):
3919 * mail/rmailedit.el (rmail-edit-mode):
3920 * mail/rmailsum.el (rmail-summary-mode):
3921 * mail/supercite.el (sc-electric-mode):
3922 * net/eudc.el (eudc-mode):
3923 * net/quickurl.el (quickurl-list-mode):
3924 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3925 * obsolete/ooutline.el (outline-mode):
3926 * obsolete/options.el (Edit-options-mode):
3927 * obsolete/rnews.el (news-mode):
3928 * obsolete/rnewspost.el (news-reply-mode):
3929 * play/5x5.el (5x5-mode):
3930 * play/decipher.el (decipher-mode, decipher-stats-mode):
3931 * play/gomoku.el (gomoku-mode):
3932 * play/snake.el (snake-mode):
3933 * play/solitaire.el (solitaire-mode):
3934 * play/tetris.el (tetris-mode):
3935 * progmodes/ada-mode.el (ada-mode):
3936 * progmodes/antlr-mode.el (antlr-mode):
3937 * progmodes/autoconf.el (autoconf-mode):
3938 * progmodes/dcl-mode.el (dcl-mode):
3939 * progmodes/delphi.el (delphi-mode):
3940 * progmodes/ebrowse.el (ebrowse-tree-mode)
3941 (ebrowse-electric-list-mode, ebrowse-member-mode)
3942 (ebrowse-electric-position-mode):
3943 * progmodes/f90.el (f90-mode):
3944 * progmodes/fortran.el (fortran-mode):
3945 * progmodes/icon.el (icon-mode):
3946 * progmodes/idlw-help.el (idlwave-help-mode):
3947 * progmodes/idlw-shell.el (idlwave-shell-mode):
3948 * progmodes/idlwave.el (idlwave-mode):
3949 * progmodes/inf-lisp.el (inferior-lisp-mode):
3950 * progmodes/m4-mode.el (m4-mode):
3951 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3952 * progmodes/modula2.el (modula-2-mode):
3953 * progmodes/octave-inf.el (inferior-octave-mode):
3954 * progmodes/octave-mod.el (octave-mode):
3955 * progmodes/pascal.el (pascal-mode):
3956 * progmodes/sh-script.el (sh-mode):
3957 * progmodes/sql.el (sql-mode, sql-interactive-mode):
3958 * progmodes/vhdl-mode.el (vhdl-mode):
3959 * progmodes/xscheme.el (scheme-interaction-mode):
3960 * replace.el (occur-mode):
3961 * ses.el (ses-mode):
3962 * simple.el (completion-list-mode):
3963 * skeleton.el:
3964 * speedbar.el (speedbar-mode):
3965 * term.el (term-mode):
3966 * terminal.el (terminal-edit-mode):
3967 * textmodes/reftex-index.el (reftex-index-mode)
3968 (reftex-index-phrases-mode):
3969 * textmodes/reftex-sel.el (reftex-select-label-mode)
3970 (reftex-select-bib-mode):
3971 * textmodes/reftex-toc.el (reftex-toc-mode):
3972 * wdired.el (wdired-change-to-wdired-mode):
3973 * wid-browse.el (widget-browse-mode):
3974 Use run-mode-hooks.
3975
3976 * array.el (array-mode):
3977 * calendar/todo-mode.el (todo-mode):
3978 * man.el (Man-mode):
3979 * play/landmark.el (lm-mode):
3980 * play/mpuz.el (mpuz-mode):
3981 Use kill-all-local-variables and run-mode-hooks.
3982
3983 * subr.el (delay-mode-hooks): Specify indentation.
3984
3985 2005-05-26 Mark A. Hershberger <mah@everybody.org>
3986
3987 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3988
3989 2005-05-26 Jay Belanger <belanger@truman.edu>
3990
3991 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3992 of nil.
3993
3994 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3995
3996 * progmodes/gdb-ui.el (gdb-frame-address):
3997 Rename from gdb-current-address.
3998 (gdb-previous-frame-address): Rename from gdb-previous-address.
3999 (gdb-selected-frame): Rename from gdb-current-frame.
4000 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
4001 (gdb-frame-number): Rename from gdb-current-stack-level.
4002 (gdb-ann3): Match new mode-name for disassembly buffer.
4003 Extend initialization of variables.
4004 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
4005 (gdb-memory-mode): Use mouse-face in header line.
4006 (gdb-assembler-buffer-name): Call it disassembly and give frame
4007 in mode line.
4008 (gdb-source-spec-regexp, gdb-assembler-custom)
4009 (gdb-invalidate-assembler, gdb-frame-handler):
4010 Make robust to leading zeroes in address format.
4011
4012 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
4013
4014 * textmodes/org.el (org-mode): Use `define-derived-mode' to
4015 define `org-mode'.
4016 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
4017
4018 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4019
4020 * log-edit.el (log-edit-changelog-entries): Distinguish between
4021 filenames like xfns.c and fns.c.
4022
4023 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
4024
4025 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
4026 point after reverting.
4027 (Buffer-menu-make-sort-button): Handle the case where
4028 `Buffer-menu-use-header-line' is nil.
4029
4030 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4031
4032 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
4033 New funcs. In minibuffer-local-completion-map bind `]', `/'
4034 and `:' to them.
4035
4036 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4037
4038 * startup.el (normal-top-level): Allow modification of load-path while
4039 we're iterating over it.
4040
4041 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
4042
4043 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
4044 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
4045 (thumbs-resize-interactive, thumbs-insert-image)
4046 (thumbs-insert-thumb, thumbs-dired-show-marked)
4047 (thumbs-find-image-at-point, thumbs-delete-images)
4048 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
4049 (thumbs-increment-image-size, thumbs-decrement-image-size):
4050 Fix typos in docstrings.
4051
4052 2005-05-24 Andre Spiegel <spiegel@gnu.org>
4053
4054 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
4055 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
4056 (cperl-mode): Use them.
4057
4058 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
4059
4060 * window.el (quit-window, shrink-window-if-larger-than-buffer):
4061 Doc fixes.
4062
4063 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
4064
4065 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
4066 Bind C-d to gdb-inferior-io-eof.
4067
4068 * dired.el (dired-dnd-popup-notice): Use message-box.
4069
4070 2005-05-23 Masatake YAMATO <jet@gyve.org>
4071
4072 * bindings.el (mode-line-major-mode-keymap):
4073 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
4074
4075 * faces.el (mode-line-highlight): New face.
4076
4077 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
4078 as mouse-face.
4079
4080 * bindings.el (top-level, help-echo, mode-line-modified)
4081 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
4082 as mouse-face.
4083
4084 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
4085
4086 * progmodes/cc-engine.el (c-guess-basic-syntax):
4087 Remove spurious call to `zerop'.
4088
4089 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
4090
4091 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
4092
4093 CC Mode update to 5.30.10:
4094
4095 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
4096 could go past the limit in decoration level 2, thereby causing
4097 errors during interactive fontification.
4098
4099 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
4100 the file is evaluated interactively.
4101
4102 * cc-engine.el (c-guess-basic-syntax): Handle operator
4103 declarations somewhat better in C++.
4104
4105 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
4106 make use of `run-mode-hooks' which has been added in Emacs 21.1.
4107 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4108 (awk-mode): Use it.
4109 (make-local-hook): Suppress warning about obsoleteness.
4110
4111 * cc-engine.el, cc-align.el, cc-cmds.el
4112 (c-append-backslashes-forward, c-delete-backslashes-forward)
4113 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
4114 Compensate for return value from `forward-line' when it has moved
4115 but not to a different line due to eob.
4116
4117 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
4118 `objc-method-intro' and `objc-method-args-cont'.
4119
4120 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
4121
4122 CC Mode update to 5.30.10:
4123
4124 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
4125 in the copyright statement. Incidentally, change "along with GNU
4126 Emacs" to "along with this program" where it occurs.
4127
4128 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
4129 so that it is interactive, hence can be found by M-x awk-mode
4130 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
4131 <gmorris+emacs@ast.cam.ac.uk>.
4132
4133 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
4134 Mode's regexps.
4135
4136 2005-05-23 Kevin Ryde <user42@zip.com.au>
4137
4138 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
4139 c-parse-state, to avoid a lisp error (on bad code).
4140
4141 2005-05-23 Lute Kamstra <lute@gnu.org>
4142
4143 * subr.el (font-lock-defaults): Remove defvar as it's already
4144 defined in font-core.el.
4145
4146 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
4147
4148 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
4149
4150 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
4151 more general and work when GDB variable "print pretty" is on,
4152 as with Emacs, for example.
4153
4154 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
4155
4156 * font-core.el: Update comment.
4157
4158 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4159 Use `after-change-major-mode-hook' instead of `find-file-hook'.
4160
4161 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
4162
4163 2005-05-22 Eli Zaretskii <eliz@gnu.org>
4164
4165 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
4166 and `yank-handler' in the doc strings.
4167
4168 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
4171
4172 2005-05-22 Richard M. Stallman <rms@gnu.org>
4173
4174 * help.el (describe-key): Move print-help-return-message call
4175 out of conditional.
4176
4177 * progmodes/etags.el (list-tags): Use with-no-warnings.
4178
4179 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
4180 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
4181 (starttls-extra-args, starttls-extra-arguments): Add defvars.
4182
4183 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
4184
4185 * language/viet-util.el (viet-viscii-nonascii-translation-table):
4186 Add defvar.
4187
4188 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
4189 Use defvar, not defconst.
4190
4191 * hexl.el (hexl-follow-line): Use with-no-warnings.
4192
4193 * emulation/tpu-extras.el: Use write-file-functions instead of
4194 write-file-hooks.
4195
4196 * dired.el (dired-font-lock-keywords): Fontify files with junk
4197 extensions even if marked by -F.
4198
4199 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
4200
4201 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
4202 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
4203 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
4204 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
4205 (concatenate, list-length, get*, getf, cl-remprop):
4206 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
4207 (etypecase, progv, lexical-let, lexical-let*)
4208 (multiple-value-bind, multiple-value-setq, shiftf):
4209 Improve argument/docstring consistency.
4210
4211 * subr.el (focus-frame, unfocus-frame):
4212 Revert deletion on 2005-05-01.
4213
4214 2005-05-22 Andre Spiegel <spiegel@gnu.org>
4215
4216 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
4217 doesn't exist.
4218
4219 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
4220 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
4221
4222 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
4223
4224 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
4225 already deleted variables: auto-fill-hook, blink-paren-hook,
4226 lisp-indent-hook, inhibit-local-variables, unread-command-event,
4227 suspend-hooks, comment-indent-hook, meta-flag,
4228 before-change-function, after-change-function,
4229 font-lock-doc-string-face.
4230
4231 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4232
4233 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4234
4235 2005-05-21 Eli Zaretskii <eliz@gnu.org>
4236
4237 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
4238 rmail-dont-reply-to.
4239
4240 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4241
4242 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
4243 literal blank when splitting new-header-values.
4244
4245 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
4246
4247 * calendar/cal-menu.el (cal-menu-update): Add separator as a
4248 string so that tmm doesn't create a completion entry for it.
4249
4250 * textmodes/table.el (table-disable-menu): Ditto.
4251
4252 2005-05-21 Richard M. Stallman <rms@gnu.org>
4253
4254 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
4255
4256 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
4257
4258 * net/rcompile.el (remote-compile): Use compilation-start.
4259
4260 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
4261
4262 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
4263
4264 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
4265 Default to makefile-bsdmake-mode on BSD systems.
4266
4267 * imenu.el (imenu-generic-expression, imenu--generic-function'):
4268 REGEXP may also be a search function now. The part of doc-string
4269 for describing the structure was 95% identical to that of
4270 `imenu--generic-function'. Unify it there.
4271
4272 * progmodes/make-mode.el (makefile-imenu-generic-expression):
4273 Use function to find dependencies, because regexp alone is so complex,
4274 it easily goes into an endless loop.
4275 (makefile-makepp-mode): Also add submenu for Perl functions
4276 defined in the makefile.
4277 (makefile-bsdmake-mode): Special imenu-generic-expression no
4278 longer needed, due to function call.
4279 (makefile-match-dependency): Take BOUND into account when checking
4280 if we're through.
4281
4282 2005-05-20 Jay Belanger <belanger@truman.edu>
4283
4284 * calc/calc-units.el (calc-invalidate-units-table):
4285 Use inhibit-read-only.
4286 (math-build-units-table-buffer): Use view-mode.
4287
4288 2005-05-20 David Kastrup <dak@gnu.org>
4289
4290 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
4291 easy-menu-add is not a nop on Emacs; and clarify when to call it.
4292
4293 2005-05-20 Lute Kamstra <lute@gnu.org>
4294
4295 * diff-mode.el (diff-header-face, diff-file-header-face)
4296 (diff-index-face, diff-hunk-header-face, diff-removed-face)
4297 (diff-added-face, diff-changed-face, diff-function-face)
4298 (diff-context-face, diff-nonexistent-face): Put them in the
4299 diff-mode customization group.
4300
4301 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4302
4303 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
4304
4305 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
4306
4307 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
4308 Minor regexp-optimization.
4309
4310 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
4311
4312 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
4313 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
4314 (org-agenda-add-time-grid-maybe): New function.
4315 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
4316 (org-table-create): `dotimes' instead of `mapcar'.
4317 (org-xor): Simplify implementation.
4318 (org-agenda): `inhibit-redisplay' turned on.
4319 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
4320 a consistent line after a state change.
4321 (org-agenda-remove-times-when-in-prefix): New option.
4322 (org-prefix-has-time): New variable.
4323 (org-parse-time-string): Optional argument NODEFAULT.
4324 (org-format-agenda-item): Parse items for time-of-day
4325 specifications and move these into the prefix if possible.
4326 (org-agenda-priority): Get current heading, not previous heading
4327 during agenda remote editing.
4328
4329 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
4330
4331 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
4332 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
4333 (remove-duplicates, delete-duplicates, substitute)
4334 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
4335 (nsubstitute-if-not, find, find-if, find-if-not, position)
4336 (position-if, position-if-not, count, count-if, count-if-not)
4337 (mismatch, search, sort*, stable-sort, merge, member*)
4338 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
4339 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
4340 (intersection, nintersection, set-difference, nset-difference)
4341 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
4342 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
4343 (nsublis, tree-equal): Improve argument/docstring consistency.
4344
4345 * subr.el (send-string, send-region):
4346 Remove obsolescence declaration.
4347 (window-dot, set-window-dot, read-input, show-buffer)
4348 (eval-current-buffer, string-to-int):
4349 Add release number to obsolescence declarations.
4350
4351 2005-05-19 Kim F. Storm <storm@cua.dk>
4352
4353 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
4354 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
4355
4356 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
4357
4358 * faces.el (list-faces-display): Make back button respect optional
4359 regexp arg.
4360
4361 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
4362
4363 * calculator.el (calculator-radix-grouping-mode)
4364 (calculator-radix-grouping-digits, calculator-displayer)
4365 (calculator-radix-grouping-separator, calculator-copy-displayer):
4366 * dabbrev.el (dabbrev-search-these-buffers-only):
4367 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
4368 (diff-advance-after-apply-hunk, diff-mode-hook)
4369 (diff-minor-mode-prefix):
4370 * imenu.el (imenu-use-popup-menu):
4371 * jit-lock.el (jit-lock-context-time):
4372 * newcomment.el (comment-fill-column, comment-column)
4373 (comment-style, comment-padding, comment-multi-line)
4374 (comment-empty-lines, comment-auto-fill-only-comments):
4375 * reveal.el (reveal-around-mark):
4376 * uniquify.el (uniquify-buffer-name-style)
4377 (uniquify-after-kill-buffer-p)
4378 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
4379 (uniquify-min-dir-content, uniquify-separator)
4380 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
4381 * w32-vars.el (w32-fixed-font-alist):
4382 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4383 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
4384 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
4385 * progmodes/perl-mode.el (perl-indent-level)
4386 (perl-continued-statement-offset, perl-continued-brace-offset)
4387 (perl-brace-offset, perl-brace-imaginary-offset)
4388 (perl-label-offset, perl-indent-continued-arguments)
4389 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
4390 * progmodes/tcl.el (tcl-indent-level)
4391 (tcl-continued-indent-level, tcl-auto-newline)
4392 (tcl-tab-always-indent, tcl-electric-hash-style)
4393 (tcl-help-directory-list, tcl-use-smart-word-finder)
4394 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
4395 (inferior-tcl-source-command):
4396 * textmodes/fill.el (enable-kinsoku):
4397 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
4398 * textmodes/table.el (table-yank-handler):
4399 Specify missing group (and type, if simple) in defcustom.
4400
4401 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4402
4403 * progmodes/compile.el (compilation-finish-function): Fix defvar.
4404
4405 2005-05-19 Richard M. Stallman <rms@gnu.org>
4406
4407 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
4408
4409 * subr.el (event-basic-type): Don't get an error.
4410 (left-fringe-p): Function deleted.
4411
4412 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
4413 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
4414
4415 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
4416 in recursive copy.
4417
4418 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
4419
4420 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
4421
4422 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4423 Call byte-compile-nogroup-warn if appropriate.
4424
4425 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
4426 (compilation-set-window): Don't call left-fringe-p; do it directly.
4427
4428 2005-05-19 Jay Belanger <belanger@truman.edu>
4429
4430 * calc/calc-graph.el (calc-graph-format-data): Make sure
4431 var-PlotRejects is bound before trying to check its value.
4432
4433 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
4434
4435 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
4436 definition of this variable from reftex-global.el to reftex.el,
4437 because it is needed in the menu.
4438
4439 2005-05-19 Lute Kamstra <lute@gnu.org>
4440
4441 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
4442 years are fixed. Don't insert a space after a dash.
4443
4444 2005-05-19 Kim F. Storm <storm@cua.dk>
4445
4446 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
4447
4448 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
4449
4450 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
4451 strings, because (eq ... ?\\) is fairly frequent.
4452
4453 * progmodes/make-mode.el (makefile-add-this-line-targets):
4454 Simplify and integrate into `makefile-pickup-targets'.
4455 (makefile-add-this-line-macro): Simplify and integrate into
4456 `makefile-pickup-macros.
4457 (makefile-pickup-filenames-as-targets): Simplify.
4458 (makefile-previous-dependency, makefile-match-dependency):
4459 Don't stumble over `::'.
4460
4461 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
4462
4463 * subr.el (post-command-idle-hook, post-command-idle-delay):
4464 Remove obsoletion of post-command-idle-hook and
4465 post-command-idle-delay.
4466
4467 * faces.el (list-faces-display): Provide button when describe-face
4468 is called to take user back to the list of faces.
4469
4470 * help-fns.el (describe-variable): Remove hyperlinks in a
4471 variable's value as these are quite frequently inappropriate.
4472
4473 * follow.el (follow-submit-feedback, follow-mode):
4474 Remove references to post-command-idle-hook.
4475
4476 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
4477
4478 * progmodes/make-mode.el (makefile-previous-dependency)
4479 (makefile-match-dependency): Check for := (and in bsd mode also
4480 !=) to give a better result, even when font-lock is not on.
4481
4482 2005-05-18 Jay Belanger <belanger@truman.edu>
4483
4484 * calc/calc-help.el (calc-s-prefix-help):
4485 Add `calc-copy-special-constant' to help string.
4486
4487 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4488
4489 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4490
4491 2005-05-18 Jay Belanger <belanger@truman.edu>
4492
4493 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
4494 in linear factors are in proper order.
4495
4496 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
4497
4498 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4499 Support for jurabib.
4500
4501 * textmodes/reftex.el (featurep): Define aliases for overlay
4502 commands, for XEmacs compatibility, and use these aliases in
4503 overlay initializations.
4504 (reftex-highlight): Use `reftex-move-overlay'.
4505 (reftex-unhighlight): Use `reftex-delete-overlay'.
4506 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
4507 (reftex-access-search-path): Use `reftex-uniquify' instead of
4508 `reftex-uniq'
4509
4510 * textmodes/reftex-sel.el (reftex-select-unmark):
4511 Overlay `before-string' property modification enables for Emacs as well.
4512 (reftex-select-item): Use `reftex-delete-overlay'.
4513 (reftex-select-mark): Use `reftex-make-overlay' and
4514 `reftex-overlay-put'.
4515 (reftex-select-unmark): Use `reftex-delete-overlay' and
4516 `reftex-overlay-put'.
4517
4518 2005-05-18 Lute Kamstra <lute@gnu.org>
4519
4520 * emacs-lisp/lisp.el (check-parens): Fix docstring.
4521
4522 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
4523
4524 * add-log.el (add-change-log-entry):
4525 * array.el (array-make-template, array-reconfigure-rows)
4526 (array-init-max-row, array-init-max-column)
4527 (array-init-columns-per-line, array-init-field-width):
4528 * replace.el (replace-match-maybe-edit, perform-replace):
4529 * textmodes/spell.el (spell-region):
4530 Replace `read-input' by `read-string'.
4531
4532 * forms.el (forms-mode):
4533 * finder.el (finder-compile-keywords):
4534 * shadowfile.el (shadow-read-files):
4535 Replace `eval-current-buffer' by `eval-buffer'.
4536
4537 * terminal.el (te-pass-through):
4538 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
4539 (ange-ftp-raw-send-cmd):
4540 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
4541 (send-process-next-char, telnet-initial-filter, telnet):
4542 Replace `send-string' by `process-send-string'.
4543
4544 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
4545 (prolog-consult-region): Replace `send-string' by
4546 `process-send-string'; replace `send-region' by `process-send-region'.
4547
4548 * progmodes/delphi.el (delphi-log-msg):
4549 Replace `set-window-dot' by `set-window-point'.
4550
4551 * subr.el (window-dot, set-window-dot, read-input, send-string)
4552 (send-region, show-buffer, eval-current-buffer):
4553 Make really obsolete, as the comment says.
4554
4555 2005-05-17 Kim F. Storm <storm@cua.dk>
4556
4557 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
4558 (cua--init-keymaps): Bind C-return instead of S-return to set
4559 rectangle mark.
4560
4561 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
4562 instead of S-return to toggle/clear rectangle mark.
4563
4564 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
4565
4566 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
4567 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
4568 Also fontify plain strings assigned to variables, mostly so that a
4569 colon has a face and is thus not taken as a dependency separator.
4570 (makefile-previous-dependency): Inline the new matcher, because it
4571 is too complex to work in both directions.
4572 (makefile-match-dependency): Eliminate `backward' arg (see above).
4573 Completely reimplemented so as to not sometimes go into an endless
4574 loop. It should also be more efficient, because first it only
4575 searches for `:', instead of applying the very complex regexp.
4576 (makefile-mode): Cancel `font-lock-support-mode', because blocks
4577 to be fontified in one piece can be too long for JIT.
4578 Makefiles are never *that* big.
4579
4580 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
4581
4582 * dired.el (dired-mode): Simplify.
4583
4584 2005-05-17 Lute Kamstra <lute@gnu.org>
4585
4586 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
4587 defcustom for the mode hook variable.
4588
4589 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
4590 Emacs Lisp Reference Manual.
4591
4592 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
4593
4594 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
4595 (evenp, list*):
4596 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
4597 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
4598
4599 * net/tramp-smb.el (tramp-smb-open-connection):
4600 Pass `tramp-chunksize' as fifth (required) argument.
4601
4602 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
4603
4604 * font-lock.el (lisp-font-lock-keywords-1):
4605 Set `font-lock-negation-char-face' for [^...] char group.
4606 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
4607
4608 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
4609 a var, and refine it to mask one more level of nested vars.
4610 (makefile-rule-action-regex): Turn it into a var, and refine it so
4611 it recognizes backslashed continuation lines as belonging to the
4612 same command.
4613 (makefile-macroassign-regex): Refine it so it recognizes
4614 backslashed continuation lines as belonging to the same command.
4615 (makefile-var-use-regex): Don't look at the next char, because it
4616 might be the same one to be skipped by the initial [^$], leading
4617 to an overlooked variable use.
4618 (makefile-make-font-lock-keywords): Remove two parameters, which
4619 are now variables that some of the modes set locally.
4620 Handle dependency and rule action matching through functions, because
4621 regexps alone match too often. Dependency matching now comes
4622 last, so it can check, whether a colon already matched something else.
4623 (makefile-mode): Inform that font-lock improves makefile parsing
4624 capabilities.
4625 (makefile-match-dependency, makefile-match-action): New functions.
4626
4627 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
4628
4629 * emacs-lisp/cl-extra.el (equalp): Doc fix.
4630
4631 * align.el (align-regexp):
4632 * ansi-color.el (ansi-color-get-face):
4633 * array.el (array-reconfigure-rows, array-init-max-row)
4634 (array-init-max-column, array-init-columns-per-line)
4635 (array-init-field-width):
4636 * dired-aux.el (dired-trample-file-versions):
4637 * dired-x.el (dired-mark-sexp):
4638 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
4639 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
4640 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
4641 * faces.el (face-read-integer):
4642 * files.el (backup-extract-version, insert-directory):
4643 * hexl.el (hexl-insert-decimal-char):
4644 * server.el (server-process-filter):
4645 * shell.el (shell-extract-num):
4646 * startup.el (command-line-1):
4647 * term.el (term-command-hook):
4648 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
4649 (time-stamp-do-number):
4650 * time.el (display-time-update):
4651 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
4652 (timezone-fix-time):
4653 * vms-patch.el (vms-suspend-resume-hook):
4654 * calendar/appt.el (appt-convert-time):
4655 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4656 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4657 * calendar/cal-islam.el (mark-islamic-diary-entries):
4658 * calendar/calendar.el (calendar-cursor-to-date)
4659 (calendar-star-date):
4660 * calendar/diary-lib.el (diary-attrtype-convert)
4661 (mark-diary-entries, diary-entry-time):
4662 * calendar/solar.el (solar-get-number):
4663 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
4664 * emacs-lisp/re-builder.el (reb-display-subexp):
4665 * emulation/edt.el (edt-set-scroll-margins):
4666 * emulation/tpu-extras.el (tpu-set-scroll-margins):
4667 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
4668 (vip-get-ex-count):
4669 * emulation/viper-ex.el (viper-get-ex-token)
4670 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
4671 * international/fontset.el (fontset-plain-name):
4672 * mail/feedmail.el (feedmail-look-at-queue-directory):
4673 * mail/mailalias.el (mail-get-names):
4674 * mail/rmail.el (rmail-convert-to-babyl-format):
4675 * mail/rmailsum.el (rmail-make-basic-summary-line)
4676 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
4677 (rmail-summary-goto-msg):
4678 * mail/smtpmail.el (smtpmail-read-response):
4679 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
4680 (ange-ftp-vms-add-file-entry):
4681 * play/gametree.el (gametree-looking-at-ply)
4682 (gametree-current-branch-score):
4683 * progmodes/ada-xref.el (ada-prj-find-prj-file)
4684 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4685 * progmodes/cperl-mode.el (condition-case):
4686 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4687 (ebrowse-set-member-buffer-column-width)
4688 (ebrowse-select-1st-to-9nth):
4689 * progmodes/etags.el (etags-snarf-tag):
4690 * progmodes/flymake.el (flymake-parse-line):
4691 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4692 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4693 (idlwave-shell-menu-def):
4694 * progmodes/ps-mode.el (ps-run-goto-error):
4695 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4696 (vhdl-speedbar-contract-level):
4697 * term/mac-win.el (x-handle-numeric-switch):
4698 * term/sun-mouse.el (sun-get-frame-data):
4699 * term/w32-win.el (x-handle-numeric-switch):
4700 * term/x-win.el (x-handle-numeric-switch):
4701 * textmodes/ispell.el (ispell-parse-output):
4702 * textmodes/nroff-mode.el (nroff-outline-level):
4703 * textmodes/reftex-cite.el (reftex-bib-sort-year)
4704 (reftex-bib-sort-year-reverse, reftex-format-citation):
4705 * textmodes/reftex-parse.el (reftex-init-section-numbers)
4706 (reftex-section-number):
4707 * textmodes/texinfmt.el (texinfo-paragraphindent):
4708 Replace `string-to-int' by `string-to-number'.
4709
4710 * international/latexenc.el: Add page marker to force the "Local
4711 Variables:" string out of the last page.
4712
4713 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4714
4715 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4716 tooltip-change-major-mode.
4717 (gud-tooltip-print-command): Remove case where gud-minor-mode
4718 is gdb ("--fullname").
4719 (gud-tooltip-tips): Turn GUD tooltips off for this case and
4720 explain to user.
4721
4722 2005-05-16 Jay Belanger <belanger@truman.edu>
4723
4724 * calc/calc-store.el (calc-copy-special-constant): New function.
4725
4726 * calc/calc-ext.el (calc-init-extensions): Add binding for
4727 `calc-copy-special-constant'.
4728
4729 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4730 for the `calc-copy-special-constant' command.
4731
4732 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4733
4734 * subr.el (left-fringe-p): New function.
4735
4736 * progmodes/compile.el (compilation-setup): Set local value of
4737 overlay-arrow-string to "" always.
4738 (compilation-set-window): Left fringe then don't scroll.
4739 No left fringe then no arrow and scroll message to top.
4740 (compilation-context-lines): Adjust doc string accordingly.
4741
4742 2005-05-16 Kim F. Storm <storm@cua.dk>
4743
4744 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4745 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4746 (ido-wide-find-dir-or-delete-dir): New command for M-d.
4747 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
4748 (ido-read-file-name): Handle commands with ido property value
4749 equal to find-file as reading a file name, to allow C-d to enter dired.
4750 (ibuffer-find-file): Add ido property with value find-file.
4751
4752 2005-05-15 Kim F. Storm <storm@cua.dk>
4753
4754 * subr.el (open-network-stream-nowait): Remove.
4755 (open-network-stream-server): Remove.
4756
4757 2005-05-15 Richard M. Stallman <rms@gnu.org>
4758
4759 * faces.el (describe-face): Output a definition link button.
4760
4761 * help-mode.el (help-face-def): New button type.
4762
4763 * emacs-lisp/copyright.el (copyright-fix-years):
4764 Match properly if the first year is 2-digit.
4765 Don't mess up the whitespace after the years by filling.
4766
4767 * dired-aux.el (dired-mark-confirm):
4768 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4769
4770 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4771 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4772 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4773
4774 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4775 Set font-lock-comment-start-skip.
4776
4777 * font-lock.el (font-lock-comment-start-skip): New variable.
4778 (font-lock-comment-end-skip): New variable.
4779 (font-lock-fontify-syntactically-region): Use them if non-nil.
4780
4781 2005-05-15 Jay Belanger <belanger@truman.edu>
4782
4783 * calc/calc-store.el (calc-store-value): Return a string rather
4784 than display it as a message.
4785 Use calc-var-name for variable name.
4786 (calc-store-into): Add the result of calc-store-value to message.
4787 (calc-copy-variable): Add a message.
4788 (calc-store-exchange): Improve error messages.
4789 (calc-store-binary, calc-store-map): Don't reset the values of
4790 special constants.
4791
4792 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4793
4794 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4795 manual to docstring.
4796
4797 * files.el (hack-local-variables-confirm): Add STRING argument.
4798 Make the function handle non file visiting buffers correctly.
4799 (hack-local-variables-prop-line, hack-local-variables)
4800 (hack-one-local-variable): Use STRING arg of
4801 `hack-local-variables-confirm'.
4802
4803 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
4804
4805 Sync with Tramp 2.0.49.
4806
4807 * tramp.el (tramp-handle-dired-call-process)
4808 (tramp-handle-insert-directory):`insert-buffer' cannot be used
4809 because the contents of the Tramp buffer is changed before
4810 insertion (`expand-file' and alike).
4811 (tramp-handle-insert-directory): If `localname' has an empty
4812 nondirectory name, it must not be quoted.
4813 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
4814 variable `tramp-chunksize'. Change callees.
4815 (tramp-open-connection-setup-interactive-shell): Check remote host
4816 for buggy `send-process-string' implementation.
4817 Set `tramp-chunksize' if found. Reported by Michael Kifer
4818 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4819 (tramp-handle-shell-command): `insert-buffer' cannot be used
4820 because the contents of the Tramp buffer is changed before
4821 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
4822 <frederic.bothamy@free.fr>.
4823 (tramp-set-auto-save): Actions should be done for Tramp file name
4824 handler only. Ange-FTP has its own auto-save mechanism.
4825 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4826 (tramp-set-auto-save-file-modes): Set file modes of
4827 `buffer-auto-save-file-name' to ?\600 as fallback solution.
4828 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4829 (tramp-bug): Remove obsolete variable.
4830 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
4831 for presence of `mml-mode'. Make it running for older Emacsen as well.
4832
4833 2005-05-14 John Paul Wallington <jpw@pobox.com>
4834
4835 * ibuf-ext.el (define-ibuffer-filter filename):
4836 If `dired-directory' is a list, use its car.
4837
4838 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
4839
4840 * ibuffer.el (define-ibuffer-column filename):
4841 If `dired-directory' is a list, use its car.
4842
4843 2005-05-14 Richard M. Stallman <rms@gnu.org>
4844
4845 * subr.el (symbol-file): Doc fix.
4846
4847 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4848 (byte-compile-form): Call byte-compile-nogroup-warn.
4849 (byte-compile-warning-types): Doc fix.
4850
4851 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4852
4853 * progmodes/cc-engine.el (c-literal-faces):
4854 Add font-lock-comment-delimiter-face.
4855
4856 * net/net-utils.el (dig): Use with-no-warnings.
4857
4858 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4859 (sc-recite-frame-alist, sc-default-cite-frame)
4860 (sc-default-uncite-frame, sc-default-recite-frame)
4861 (sc-attrib-selection-list, sc-rewrite-header-list):
4862 Mark as risky-local-variable.
4863
4864 * international/ogonek.el (ogonek-jak, ogonek-how):
4865 Don't use beginning-of-buffer.
4866
4867 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4868
4869 * calendar/solar.el (solar-data-list): Move definition up.
4870
4871 * dnd.el (dnd-protocol-alist): Add autoload.
4872
4873 * progmodes/sh-script.el: Many doc usage fixes.
4874 (sh-indent-after-do): Change default to match common styles.
4875
4876 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
4877
4878 * files.el (interpreter-mode-alist)
4879 (auto-mode-interpreter-regexp): Doc fixes.
4880
4881 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
4882
4883 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4884
4885 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4886
4887 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4888
4889 * dired.el (dired-mode): make-variable-buffer-local =>
4890 make-local-variable.
4891
4892 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4893
4894 * term/mac-win.el (mac-select-convert-to-string): Try coding
4895 systems in mac-script-code-coding-systems if specified one cannot
4896 encode string for `com.apple.traditional-mac-plain-text'.
4897
4898 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
4899
4900 * progmodes/make-mode.el (makefile-targets-face)
4901 (makefile-shell-face, makefile-makepp-perl-face): New faces.
4902 (makefile-dependency-regex): Fix it to not make the colon in
4903 $(var:a=b) special.
4904 (makefile-rule-action-regex): New regexp for highlighting embedded
4905 Shell strings.
4906 (makefile-macroassign-regex): Handle != for highlighting as
4907 embedded Shell strings.
4908 (makefile-var-use-regex): New const.
4909 (makefile-statements, makefile-automake-statements)
4910 (makefile-gmake-statements, makefile-makepp-statements)
4911 (makefile-bsdmake-statements): New consts.
4912 (makefile-make-font-lock-keywords): New function.
4913 (makefile-automake-font-lock-keywords)
4914 (makefile-gmake-font-lock-keywords)
4915 (makefile-makepp-font-lock-keywords)
4916 (makefile-bsdmake-font-lock-keywords): New consts.
4917 (makefile-mode-map): Add switchers between the various submodes.
4918 (makefile-mode): Document the availability of the variants.
4919 (makefile-automake-mode, makefile-gmake-mode)
4920 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4921
4922 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4923 new variants of makefile-mode.
4924
4925 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * font-lock.el (font-lock-comment-delimiter-face): Fix up
4928 the inheritance.
4929
4930 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
4931
4932 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4933 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4934
4935 * files.el (normal-mode): Extend the scope of the
4936 `enable-local-variables' binding to include the `set-auto-mode' call.
4937 (magic-mode-alist): Doc fix.
4938
4939 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4942 font-lock-comment-face rather than copying its setting.
4943
4944 2005-05-12 Andreas Schwab <schwab@suse.de>
4945
4946 * eshell/esh-mode.el (eshell-send-input): Doc fix.
4947
4948 2005-05-12 Lute Kamstra <lute@gnu.org>
4949
4950 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4951 defcustom for the mode hook variable. Delete the last argument.
4952 * generic-x.el: Fix callers of define-generic-mode.
4953 (generic-x-modes): Delete group.
4954 (show-tabs-tab-face, show-tabs-space-face): Put them in the
4955 generic-x customization group.
4956
4957 2005-05-12 Kim F. Storm <storm@cua.dk>
4958
4959 * font-lock.el (font-lock-negation-char-face): Default to "off".
4960
4961 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4962 font-lock-negation-char-face to ! in !=.
4963
4964 2005-05-12 Masatake YAMATO <jet@gyve.org>
4965
4966 * add-log.el (find-change-log): Fix typos in the docstring
4967 of function.
4968
4969 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4970
4971 * international/latexenc.el (latexenc-find-file-coding-system):
4972 Avoid `re-search-forward' when looking for input encoding because
4973 of speed and safety. Better regular expressions for recognizing
4974 input encoding. Limit a search for TeX-master/tex-main-file to
4975 the local variable section.
4976
4977 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
4978
4979 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4980 syntax of $ to "'" (quote).
4981
4982 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4983
4984 * dnd.el (dnd-protocol-alist): Improve custom type.
4985
4986 * dired.el (dired-dnd-protocol-alist): New variable.
4987 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
4988 `dired-mode-hook' to the end.
4989
4990 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4993 comment-end if comment-start-skip is not set.
4994 Obey the font-lock-comment-delimiter-face variables.
4995
4996 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4997
4998 * files.el (executable-find): Move from executable.el. Use locate-file.
4999 * progmodes/executable.el (executable-find): Move to files.el.
5000
5001 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
5002 when trying to ensure forward progress.
5003
5004 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
5005
5006 * mouse-sel.el (mouse-sel-follow-link-p): New function.
5007 (mouse-select, mouse-select-internal, mouse-extend-internal):
5008 Use it to implement mouse-1-click-follows-link functionality.
5009
5010 2005-05-11 Richard M. Stallman <rms@gnu.org>
5011
5012 * font-lock.el (font-lock-fontify-syntactically-region):
5013 Use font-lock-comment-delimiter-face for comment delimiters.
5014
5015 2005-05-10 Jay Belanger <belanger@truman.edu>
5016
5017 * calc/calc-help.el (calc-m-prefix-help): Add mention of
5018 preserving embedded modes.
5019
5020 2005-05-10 Richard M. Stallman <rms@gnu.org>
5021
5022 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
5023
5024 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
5025 Move from ada-stmt.el.
5026 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
5027
5028 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
5029 Move to ada-mode.el.
5030 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
5031
5032 * cus-edit.el (custom-file): Call file-chase-links.
5033
5034 * files.el (read-directory-name): Fix previous change.
5035 (hack-local-variables-confirm): New function.
5036 (hack-local-variables-prop-line, hack-local-variables)
5037 (hack-one-local-variable): Use it.
5038
5039 2005-05-10 Lute Kamstra <lute@gnu.org>
5040
5041 * font-lock.el (font-lock-keywords-alist)
5042 (font-lock-removed-keywords-alist): Clarify docstrings.
5043
5044 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
5045
5046 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
5047 (gdb-source-info): Check for preprocessor info.
5048 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
5049 a macro for a function.
5050 (gdb-info-breakpoints-custom): Try to find file again if not already
5051 found (user might have used GDB dir command).
5052 (gdb-get-location): Update gdb-location-alist correctly for change
5053 to gdb-info-breakpoints-custom.
5054
5055 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
5056 (gud-tooltip-print-command): Add gdbmi case.
5057 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
5058 preprocessor info.
5059
5060 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
5061
5062 * startup.el (fancy-splash-insert): Fix typo in doc string.
5063
5064 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
5065
5066 * obsolete/float.el (string-to-float):
5067 * obsolete/hilit19.el (hilit-add-pattern):
5068 * obsolete/rnews.el (news-parse-range, news-select-message)
5069 (news-get-pruned-list-of-files): Replace `string-to-int' by
5070 `string-to-number'.
5071
5072 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
5073 `find-file-not-found-hooks'; use `add-hook'.
5074 (uncompress-while-visiting): Set `write-file-functions', not
5075 `write-file-hooks'; use `add-hook'.
5076
5077 2005-05-09 Kim F. Storm <storm@cua.dk>
5078
5079 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
5080 (cua-paste): Handle clipboard action.
5081 (cua--init-keymaps): Remap clipboard-kill-region and
5082 clipboard-kill-ring-save.
5083
5084 2005-05-08 Eli Zaretskii <eliz@gnu.org>
5085
5086 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5087 Improve commentary.
5088
5089 * simple.el (next-error-overlay-arrow-position): Revert the change
5090 made on 2005-04-30.
5091
5092 2005-05-07 Jay Belanger <belanger@truman.edu>
5093
5094 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
5095 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
5096 `calc-sel-reselect'.
5097
5098 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
5099 Calc is in embedded mode.
5100
5101 2005-05-07 Eli Zaretskii <eliz@gnu.org>
5102
5103 * progmodes/compile.el (compilation-setup):
5104 Set overlay-arrow-string to an empty string on text terminals.
5105
5106 * textmodes/ispell.el (ispell-program-name): Try looking for
5107 "aspell" along exec-path, and if found, use it as the default
5108 speller program.
5109
5110 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
5111
5112 * international/mule.el (sgml-xml-auto-coding-function):
5113 Recognize encoding='FOO' in single quotes as well as in double quotes.
5114
5115 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5116
5117 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
5118 as well as `interactive', so that defmacro* would recognize
5119 `declare' forms.
5120
5121 2005-05-07 Eli Zaretskii <eliz@gnu.org>
5122
5123 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5124 Explain more about the LIGHTER arg's usage in the doc string.
5125 Add commentary to clarify what the code does. Fix the regexp that
5126 strips whitespace from LIGHTER. Quote LIGHTER before using it,
5127 since it could have characters special to regular expressions.
5128
5129 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5130
5131 * replace.el (occur-1): Bind inhibit-read-only so that
5132 erase-buffer doesn't barf on read-only text properties (likewise
5133 for add-text-properties in occur-engine). Mark buffer as unmodified.
5134 (occur-engine): Don't set buffer-read-only here.
5135
5136 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
5139 list-buffers-directory. This caused the *cvs-commit* buffer to be
5140 sometimes mistakenly reused as a *cvs* buffer.
5141
5142 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
5143
5144 * tooltip.el: Move code for GUD tooltips into gud.el.
5145 (require): CL no longer needed to compile case.
5146 (tooltip-mode): Do not toggle functions for GUD tooltips.
5147 (tooltip-gud-tips-p): Remove. Replace with minor mode
5148 gud-tooltip-mode in gud.el.
5149 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
5150 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
5151 tooltip-gud prefix with gud-tooltip and obsolete.
5152 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
5153 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
5154 (tooltip-mouse-motion): Mouse movement functions/variable.
5155 Rename in gud.el by adding gud prefix.
5156 (tooltip-gud-original-filter, tooltip-gud-dereference)
5157 (tooltip-gud-event, tooltip-toggle-gud-tips)
5158 (tooltip-gud-process-output, tooltip-gud-print-command)
5159 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
5160 gud.el by replacing tooltip-gud prefix with gud-tooltip.
5161 (gdb-tooltip-print): Move to gdb-ui.el.
5162
5163 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
5164 (require): CL needed to compile case.
5165 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
5166 tooltip-gud-tips-p. Make it a minor-mode.
5167 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
5168 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
5169 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
5170 (gud-tooltip-change-major-mode)
5171 (gud-tooltip-activate-mouse-motions-if-enabled)
5172 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
5173 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
5174 (gud-tooltip-original-filter, gud-tooltip-dereference)
5175 (gud-tooltip-event, tooltip-toggle-gud-tips)
5176 (gud-tooltip-process-output, gud-tooltip-print-command)
5177 (gud-tooltip-tips): Move from tooltip.el.
5178
5179 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
5180 (gdb-cpp-define-alist-flags): Doc fix.
5181 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
5182 gud-tooltip-mode is t.
5183
5184 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5185
5186 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
5187 evaporate if their text is deleted.
5188 (goto-address-at-point): Make it work as a mouse binding as well.
5189 (goto-address-at-mouse): Obsolete it. Update users.
5190
5191 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
5192
5193 * calendar/appt.el (top-level): No longer activate on load.
5194
5195 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
5196
5197 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5198 * net/webjump.el (webjump):
5199 * progmodes/idlw-help.el (idlwave-do-context-help1)
5200 (idlwave-highlight-linked-completions):
5201 * textmodes/po.el (po-find-file-coding-system-guts):
5202 Replace `assoc-ignore-case' by `assoc-string'.
5203
5204 2005-05-06 Eli Zaretskii <eliz@gnu.org>
5205
5206 * files.el (locate-file): Doc fix.
5207
5208 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
5209 Remove the redundant test for ms-dos.
5210
5211 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
5212 look for the preprocessor with exec-suffixes. If not found in
5213 standard places, look in exec-path. Remove most of the tests that
5214 used system-type.
5215
5216 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
5217
5218 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
5219
5220 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
5221 file-name clash with jka-compr.el on 8+3 filesystems.
5222
5223 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5224
5225 * term/mac-win.el: Don't define or bind scroll bar functions if
5226 x-toolkit-scroll-bars is t.
5227 (x-select-text, x-get-selection-value):
5228 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
5229 (PRIMARY): Put mac-scrap-name property.
5230 (mac-select-convert-to-file-url): New function.
5231 (public.file-url): New selection target type. Add to
5232 selection-converter-alist.
5233 (x-get-selection, x-selection-value): Handle it.
5234 (x-cut-buffer-or-selection-value): New alias.
5235
5236 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5237
5238 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
5239 entry to avoid calling bibtex-find-entry with arg global
5240 being t. Remove arg key.
5241 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
5242 (bibtex-copy-summary-as-kill): Change accordingly.
5243
5244 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
5247 (org-agenda-date-later): Use with-current-buffer.
5248
5249 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5250
5251 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
5252 (define-obsolete-variable-alias): Doc Fixes.
5253
5254 2005-05-06 Kim F. Storm <storm@cua.dk>
5255
5256 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
5257 vertical-motion when selective-display is active.
5258
5259 * ido.el (ido-setup-hook): New hook.
5260 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
5261 (ido-input-stack): New var.
5262 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
5263 ido-next-work-file binding to M-O.
5264 Bind M-f to ido-wide-find-file-or-pop-dir.
5265 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
5266 (ido-read-internal): Run ido-setup-hook.
5267 Catch quit in read-file-name and read-string to cancel edit.
5268 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
5269 Automatically pop-all when completing a directory name (RET).
5270 (ido-file-internal): Add with-no-warnings around ffap and dired code.
5271 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
5272 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
5273 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
5274 New functions for M-b/M-f to move among the directory components.
5275 (ido-make-merged-file-list): Catch quit to cancel merge.
5276 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
5277 (ido-completion-help): No warnings for ido-completion-buffer-full.
5278
5279 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
5280
5281 * font-lock.el (font-lock-negation-char-face): New face and variable.
5282 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
5283 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
5284 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
5285 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
5286
5287 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
5288
5289 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
5290 Fix typo in docstring.
5291
5292 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
5293 (ebrowse-print-statistics-line)
5294 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
5295
5296 * term/w32-win.el (image-library-alist): Add additional name for
5297 Xpm library.
5298
5299 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
5300
5301 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
5302 use gcc instead of cpp.
5303
5304 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
5305 (gdb-create-define-alist): Use it.
5306 (gdb-cpp-define-alist-program): Update for MS-DOS.
5307
5308 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
5309
5310 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
5311
5312 2005-05-04 Richard M. Stallman <rms@gnu.org>
5313
5314 * help.el (describe-key): No error when UNTRANSLATED is nil.
5315
5316 * simple.el (line-move-1): Fix previous change to signal errors
5317 appropriately.
5318
5319 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
5320
5321 * calendar/icalendar.el (icalendar-version): Now at 0.12.
5322 (icalendar-duration-correction): Remove.
5323 (icalendar--get-event-properties): Split result at commas.
5324 (icalendar--decode-isoduration): New optional argument
5325 DURATION-CORRECTION.
5326 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
5327 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
5328 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
5329 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
5330 (icalendar--convert-anniversary-to-ical): New functions, extracted
5331 from icalendar-export-region, with bug fixes.
5332 (icalendar-export-region): Use the above functions.
5333 (icalendar-import-buffer): Check before saving diary file.
5334 (icalendar--convert-recurring-to-diary)
5335 (icalendar--convert-non-recurring-all-day-to-diary)
5336 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
5337 extracted from icalendar--convert-ical-to-diary, with bug fixes.
5338 (icalendar--convert-ical-to-diary): Use the above functions.
5339
5340 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
5341
5342 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
5343 Remove these recent additions.
5344 (c-mode): Restore to before 2005-04-28.
5345
5346 * progmodes/cc-vars.el (cc-define-list-program): Remove this
5347 recent addition.
5348
5349 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
5350 (gdb-define-alist): New variables.
5351 (gdb-create-define-alist): New function.
5352 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
5353 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
5354 with string-to-number.
5355 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
5356
5357 * progmodes/gud.el: Replace string-to-int with string-to-number.
5358 (gud-find-file): Handle gdb-define-alist.
5359
5360 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
5361
5362 2005-05-02 Jay Belanger <belanger@truman.edu>
5363
5364 * calc/calc-aent.el (math-read-token):
5365 * calc/calc-bin.el (calc-word-size):
5366 * calc/calc-ext.el (calc-read-number-fancy):
5367 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
5368 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
5369 * calc/calc-frac.el (calc-over-notation):
5370 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
5371 (calc-graph-num-points, calc-graph-init):
5372 * calc/calc-prog.el (calc-read-parse-table-part)
5373 (calc-edit-macro-repeats):
5374 * calc/calc-yank.el (calc-do-grab-rectangle):
5375 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
5376 Replace `string-to-int' by `string-to-number'.
5377
5378 2005-05-02 Kim F. Storm <storm@cua.dk>
5379
5380 * kmacro.el: Use executing-kbd-macro-index variable.
5381
5382 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
5383
5384 * net/rlogin.el (rlogin-parse-words): Delete func.
5385 (rlogin): Use split-string, not rlogin-parse-words.
5386 Also, if there are option-like elements in the parsed args,
5387 take the host to be the first arg immediately following them.
5388 Suggested by Michael Mauger.
5389
5390 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5391
5392 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
5393
5394 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5395
5396 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
5397 (cc-mode-cpp-program): Rename to cc-define-list-program and
5398 move to cc-vars.el.
5399
5400 * progmodes/cc-vars.el (cc-define-list-program):
5401 Change to "gcc -E -dM -". Make customizable.
5402
5403 2005-05-02 Kim F. Storm <storm@cua.dk>
5404
5405 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
5406
5407 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5408
5409 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
5410
5411 * international/mule-util.el (truncate-string): Remove alias and
5412 obsolete declaration.
5413
5414 * international/mule-cmds.el (update-iso-coding-systems):
5415 Remove alias and obsolete declaration.
5416
5417 * international/mule.el (coding-system-parent): Remove alias and
5418 obsolete declaration.
5419
5420 * subr.el (define-function, sref): Remove aliases and obsolete
5421 declarations.
5422 (chars-in-region): Remove obsolete declaration.
5423
5424 2005-05-01 Richard M. Stallman <rms@gnu.org>
5425
5426 * info.el (Info-mode): Set widen-automatically to nil, locally.
5427
5428 * simple.el (widen-automatically): New variable.
5429 (pop-global-mark): Obey widen-automatically.
5430
5431 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5432
5433 * term/xterm.el (function-key-map): Call substitute-key-definition
5434 before the keymap size is increased by a lot of define-key calls.
5435
5436 2005-05-01 Richard M. Stallman <rms@gnu.org>
5437
5438 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
5439 Rename ARG to ELEMENT. Doc fix.
5440
5441 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5442
5443 * allout.el (allout-exposure): Remove macro and obsolete declaration.
5444 Remove references to allout-exposure/change to allout-new-exposure.
5445
5446 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
5447 bytecode symbols.
5448
5449 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
5450 (compiled-function-p, focus-frame, unfocus-frame):
5451 Remove aliases and obsolete declarations.
5452 Back out inadvertent changes from previous commit.
5453
5454 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5455
5456 * files.el (require-final-newline): Make Custom tags consistent
5457 with mode-require-final-newline.
5458 (mode-require-final-newline): Doc fix.
5459
5460 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5461
5462 * international/latexenc.el (latexenc-find-file-coding-system):
5463 Fix regular expressions.
5464
5465 2005-05-01 David Kastrup <dak@gnu.org>
5466
5467 * international/latexenc.el (latexenc-find-file-coding-system):
5468 Fix regular expressions.
5469
5470 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5471
5472 * subr.el (string-to-int): Make obsolete.
5473
5474 2005-04-30 Richard M. Stallman <rms@gnu.org>
5475
5476 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
5477
5478 * loadup.el: load jka-comp-hook.
5479
5480 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
5481 (jka-compr-handler): Add autoload. `put' calls moved
5482 to jka-comp-hook.el.
5483 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
5484 (jka-compr-inhibit): Autoload.
5485
5486 * jka-comp-hook.el: New file.
5487 Enable the mode by default.
5488
5489 * files.el (backup-buffer-copy): Use copy-file instead
5490 of write-region, and put back the 'excl.
5491
5492 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
5493
5494 * progmodes/flymake.el (flymake-split-string)
5495 (flymake-split-string, flymake-log, flymake-pid-to-names)
5496 (flymake-reg-names, flymake-get-source-buffer-name)
5497 (flymake-unreg-names, flymake-add-line-err-info)
5498 (flymake-add-err-info): Clarify docstrings.
5499 (flymake-popup-menu, flymake-make-emacs-menu)
5500 (flymake-make-xemacs-menu): Add docstrings.
5501 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
5502 Set variables directly throughout.
5503
5504 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
5505
5506 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
5507 exists. Initialize cc-define-alist.
5508 (c-mode): Add cc-create-define-alist locally to after-save-hook.
5509 If there is no file (Macroexpansion) don't create an alist.
5510
5511 2005-04-29 Sam Steingold <sds@gnu.org>
5512
5513 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
5514 (cc-create-define-alist): Use it instead of the hard-coded string.
5515
5516 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * international/mule-conf.el (file-coding-system-alist): Fix regexp
5519 for latexenc.
5520
5521 2005-04-29 Lute Kamstra <lute@gnu.org>
5522
5523 * emacs-lisp/generic.el: Improve commentary section.
5524 (define-generic-mode): Improve docstring.
5525
5526 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
5527
5528 * textmodes/org.el (many places): Change to quiet the byte compiler.
5529 (org-prefix-format-compiled): New variable.
5530 (org-compile-prefix-format): New function.
5531 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
5532 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
5533 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
5534 (org-get-entries-from-diary): Use `org-get-time-of-day' for
5535 consistency with entries from `org-mode' files.
5536 (org-get-time-of-day): Fix bug with partial matches early in a line.
5537 (org-non-link-chars): New constant.
5538 (org-link-regexp): Respect `org-non-link-chars'.
5539 (org-agenda-day-view): Remove command.
5540 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
5541 (org-follow-bbdb-link, org-store-link): Search also company field.
5542 (org-highlight-overlay): New variable.
5543 (org-highlight, org-unhighlight): New functions.
5544 (org-agenda-mode): Add pre-command-hook to remove highlight.
5545 (org-evaluate-time-range): Behavior depends upon whether time stamp
5546 contains a time or not.
5547 (org-show-subtree, org-show-entry): New functions.
5548 (org-agenda-cleanup-fancy-diary): Remove empty lines.
5549
5550 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
5551
5552 * comint.el (comint-output-filter-functions): Add autoload cookie.
5553
5554 2005-04-28 Kim F. Storm <storm@cua.dk>
5555
5556 * ido.el (ido-everywhere): Fix last change.
5557
5558 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5559
5560 * international/latexenc.el: New file.
5561 * international/mule-conf.el (file-coding-system-alist): For .tex,
5562 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
5563
5564 2005-04-28 Lute Kamstra <lute@gnu.org>
5565
5566 * font-lock.el (font-lock-add-keywords)
5567 (font-lock-remove-keywords): Clarify docstring.
5568 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
5569 Don't start docstrings with a `*'.
5570 (font-lock-update-removed-keyword-alist): Give it a docstring.
5571
5572 * generic-x.el: Update commentary section.
5573 Only require font-lock when compiling.
5574 Define all modes conditionally.
5575 Place all generic modes in the generic-x-modes customization group.
5576 (generic-x-modes): New customization group.
5577 (generic-default-modes, generic-mswindows-modes)
5578 (generic-unix-modes, generic-other-modes): New constants.
5579 (generic-define-mswindows-modes, generic-define-unix-modes):
5580 Update docstrings. Make them obsolete.
5581 (generic-extras-enable-list): New default value. Update docstring.
5582 Improve :type. Change :set function.
5583 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
5584 Fix docstring.
5585
5586 * emacs-lisp/generic.el (generic-mode-internal):
5587 Simplify font-lock-defaults.
5588 (define-generic-mode): Fix docstring.
5589
5590 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5591
5592 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
5593 font-lock-face property to highlight matches.
5594
5595 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
5596
5597 * progmodes/cc-mode.el (cc-create-define-alist): New function.
5598 (cc-define-alist): New variable.
5599 (c-mode): Make it local and initialize it.
5600
5601 * progmodes/gdb-ui.el (gdb-active-process): New variable.
5602 (gdb-exited): New function.
5603 (gdb-annotation-rules): Use it.
5604 (gdb-starting): Set gdb-active-process to t.
5605 (gdb-stopping): Amend doc string.
5606 (gdb-reset): Set gdb-active-process to nil.
5607
5608 * tooltip.el (tooltip-gud-tips): Show the associated #define
5609 directives when a C program under GDB is not executing.
5610
5611 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
5614 font-lock-fontify-syntactic-keywords.
5615
5616 * font-lock.el (font-lock-default-fontify-region): Don't force
5617 parse-sexp-lookup-properties to nil.
5618
5619 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5620
5621 * man.el (man-mode-syntax-table): Set up `:' to have
5622 word-constituent syntax.
5623
5624 2005-04-27 Lute Kamstra <lute@gnu.org>
5625
5626 * novice.el (disable-command): Don't add spurious newlines to the
5627 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
5628
5629 2005-04-26 Jay Belanger <belanger@truman.edu>
5630
5631 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
5632 than one window before deleting window.
5633
5634 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
5635
5636 * shell.el (shell-prompt-pattern): Doc fix.
5637 (shell-mode): Set paragraph-separate buffer locally to "\\'".
5638
5639 * comint.el (comint-prompt-regexp, comint-get-old-input)
5640 (comint-use-prompt-regexp)
5641 (comint-use-prompt-regexp-instead-of-fields)
5642 (comint-replace-by-expanded-history, comint-send-input)
5643 (comint-output-filter, comint-get-old-input-default)
5644 (comint-line-beginning-position, comint-bol, comint-show-output)
5645 (comint-backward-matching-input, comint-forward-matching-input)
5646 (comint-next-prompt, comint-previous-prompt):
5647 Rename `comint-use-prompt-regexp-instead-of-fields' to
5648 `comint-use-prompt-regexp'. Keep old name as alias and declare
5649 obsolete.
5650 (comint-use-prompt-regexp): Shorten first line of doc string.
5651
5652 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
5653 Set paragraph-separate buffer locally to "\\'".
5654
5655 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
5656 Adapt to above name change.
5657
5658 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5659 (smbclient-prompt-regexp): Ditto.
5660
5661 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
5662
5663 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
5664
5665 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
5666 gdb-location-list.
5667 Break lines that are over 80 characters wide.
5668
5669 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5670
5671 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
5672 New fun and var, to preserve compatibility.
5673
5674 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
5675
5676 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
5677
5678 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
5679 name to file-newer-than-file-p.
5680
5681 2005-04-26 Richard M. Stallman <rms@gnu.org>
5682
5683 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5684
5685 * progmodes/python.el (python-mode):
5686 Use new name eldoc-documentation-function.
5687
5688 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5689
5690 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5691 (eldoc-documentation-function):
5692 Rename from eldoc-print-current-symbol-info-function. Calls changed.
5693
5694 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
5695
5696 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5697
5698 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5699
5700 * term/xterm.el (function-key-map): Fix strings for
5701 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
5702 {C,S,A,C-S}-{f1-f12}.
5703
5704 2005-04-26 Kenichi Handa <handa@m17n.org>
5705
5706 * international/mule-cmds.el (select-safe-coding-system):
5707 Fix previous change.
5708
5709 2005-04-26 Lute Kamstra <lute@gnu.org>
5710
5711 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5712
5713 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5714 (font-lock-comment-delimiter-face): Ditto.
5715
5716 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5717
5718 2005-04-25 Jay Belanger <belanger@truman.edu>
5719
5720 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5721 to t while inserting information; use help-mode.
5722
5723 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5724
5725 * term.el (ansi-term-color-vector): Use the xterm colors.
5726 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
5727
5728 2005-04-25 Lute Kamstra <lute@gnu.org>
5729
5730 * font-core.el (font-lock-defaults): Fix docstring.
5731
5732 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5733
5734 2005-04-25 Kenichi Handa <handa@m17n.org>
5735
5736 * international/mule-cmds.el (select-safe-coding-system):
5737 Don't check consistency with coding: spec, etc if raw-text or
5738 no-conversion was found to be safe.
5739
5740 2005-04-24 Richard M. Stallman <rms@gnu.org>
5741
5742 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5743 citation markers at start of each line.
5744
5745 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5746 citation markers at start of each line.
5747
5748 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5749
5750 * files.el (mode-require-final-newline): Fix previous change.
5751 (require-final-newline): Fix type label.
5752
5753 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5754
5755 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5756 statement in buffer (broken by 2004-11-24 change).
5757
5758 2005-04-24 Kim F. Storm <storm@cua.dk>
5759
5760 * ido.el (ido-everywhere): Save and restore old read-buffer-function
5761 and read-file-name-function values. Don't overwrite existing
5762 non-nil values if ido-mode is enabled without ido-everywhere.
5763
5764 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
5765
5766 * files.el (mode-require-final-newline): Minor doc fix.
5767
5768 2005-04-24 Eli Zaretskii <eliz@gnu.org>
5769
5770 * subr.el (syntax-after): Doc fix.
5771 (syntax-class): If argument is nil, return nil. Mask off upper 16
5772 bits, not 8 bits.
5773
5774 * files.el (mode-require-final-newline): Doc fix.
5775 (backup-buffer-copy): Fix last change.
5776
5777 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5778
5779 * term/mac-win.el: Require select. Set selection-coding-system to
5780 mac-system-coding-system. Call menu-bar-enable-clipboard.
5781 (x-last-selected-text-clipboard, x-last-selected-text-primary)
5782 (x-select-enable-clipboard): New variables.
5783 (x-select-text, x-get-selection, x-selection-value)
5784 (x-get-selection-value, mac-select-convert-to-string)
5785 (mac-services-open-file, mac-services-open-selection)
5786 (mac-services-insert-text): New functions.
5787 (CLIPBOARD, FIND): Put mac-scrap-name property.
5788 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5789 (public.tiff): Put mac-ostype property.
5790 (selection-converter-alist): Add entries for them.
5791 (mac-application-menu-map): New keymap.
5792 (interprogram-cut-function, interprogram-paste-function): Set to
5793 x-select-text and x-get-selection-value, respectively.
5794 (split-window-keep-point): Set to t.
5795
5796 2005-04-23 Richard M. Stallman <rms@gnu.org>
5797
5798 * files.el (read-directory-name): Always pass non-nil
5799 DEFAULT-FILENAME arg to read-file-name.
5800 (backup-buffer-copy, basic-save-buffer-2): Take care against
5801 writing thru an unexpected existing symlink.
5802 (revert-buffer): In indirect buffer, revert the base buffer.
5803 (magic-mode-alist): Doc fix.
5804 (buffer-stale-function): Doc fix.
5805 (minibuffer-with-setup-hook): Avoid warning.
5806 (mode-require-final-newline): Doc and custom fix.
5807
5808 * follow.el (follow-end-of-buffer): Use with-no-warnings.
5809
5810 * font-lock.el (font-lock-comment-face): On terminals with few colors,
5811 use the default appearance.
5812 (font-lock-comment-delimiter-face): New face, new variable.
5813
5814 * imenu.el (imenu--generic-function): The official position of a
5815 definition is the start of the line that BEG is in.
5816
5817 * midnight.el (midnight-timer): Move defvar up.
5818
5819 * mouse.el (mouse-drag-region-1): Delete some debugging code.
5820
5821 * saveplace.el (save-place-to-alist): Use with-no-warnings.
5822
5823 * startup.el (command-line): Use with-no-warnings.
5824
5825 * window.el (window-size-fixed): New defvar.
5826
5827 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5828
5829 * mail/rmail.el (rmail-font-lock-keywords):
5830 Use font-lock-comment-delimiter-face.
5831
5832 * mail/sendmail.el (mail-font-lock-keywords):
5833 Use font-lock-comment-delimiter-face.
5834
5835 * progmodes/compile.el (next-error-highlight-timer): New defvar.
5836
5837 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
5838
5839 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5840 Specify t for LAXMATCH when matching directories.
5841 Save match data around compilation-compat-error-properties form.
5842
5843 2005-04-23 David Kastrup <dak@gnu.org>
5844
5845 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5846 Mention that the autoloaded aliases should be kept for AUCTeX.
5847
5848 2005-04-23 Andreas Schwab <schwab@suse.de>
5849
5850 * isearch.el (isearch-forward): Doc fix.
5851
5852 2005-04-23 Eli Zaretskii <eliz@gnu.org>
5853
5854 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5855 (jit-lock-stealth-nice): Change default value to 0.5.
5856
5857 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
5858
5859 * abbrev.el (write-abbrev-file): Write table entries in
5860 alphabetical order by table name.
5861
5862 2005-04-22 Kim F. Storm <storm@cua.dk>
5863
5864 * ido.el (ido-read-internal): Fix `list' completion.
5865
5866 2005-04-22 Kenichi Handa <handa@m17n.org>
5867
5868 * recentf.el (recentf-save-file-coding-system): New variable.
5869 (recentf-save-list): Encode the file by
5870 recentf-save-file-coding-system and add coding: tag.
5871
5872 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5873
5874 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5875
5876 2005-04-21 Lute Kamstra <lute@gnu.org>
5877
5878 * loadhist.el (unload-feature): Don't remove a function from hooks
5879 if it is about to be restored to an autoload . Remove functions
5880 that will become unbound from auto-mode-alist. Simplify the code.
5881
5882 * subr.el (assq-delete-all): New implementation that is linear,
5883 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
5884 (rassq-delete-all): New function.
5885
5886 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5887 Add size-indication-mode.
5888
5889 2005-04-21 Kenichi Handa <handa@m17n.org>
5890
5891 * international/mule-cmds.el: Add autoload for widget-value in
5892 eval-when-compile.
5893
5894 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
5895
5896 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5897 Add tooltip-mode.
5898
5899 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5900
5901 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
5902
5903 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5904 (inferior-lisp-filter-regexp, inferior-lisp-program)
5905 (inferior-lisp-load-command, inferior-lisp-prompt)
5906 (inferior-lisp-mode-hook, lisp-source-modes)
5907 (inferior-lisp-load-hook): defvar->defcustom.
5908 (inferior-lisp-program, inferior-lisp-prompt)
5909 (inferior-lisp-load-hook): Doc fixes.
5910 (inferior-lisp-install-letter-bindings): Small change in
5911 introductory comment.
5912
5913 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5914
5915 * vc.el (vc-annotate-color-map): Change some colors so that text
5916 using them as foreground is readable on both white and black
5917 backgrounds.
5918
5919 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5920
5921 * international/mule-conf.el (translation-table-for-input):
5922 Remove redundant declaration.
5923
5924 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5925
5926 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5927
5928 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5929 (tooltip-toggle-gud-tips): New function.
5930
5931 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5932
5933 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5934 right angle brackets.
5935
5936 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5937
5938 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5939
5940 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5943 Remove. Update callers to use expand-file-name instead.
5944
5945 * subr.el (syntax-class): New function.
5946
5947 * simple.el (blink-matching-open): Use it.
5948
5949 * paren.el (show-paren-function): Use it to recognize parens that are
5950 also used in 2-char comment markers.
5951
5952 2005-04-19 Lute Kamstra <lute@gnu.org>
5953
5954 * loadhist.el (unload-feature): Update for new format of
5955 load-history. Simplify the code.
5956
5957 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5958
5959 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5960 (mac-add-charset-info): New function. Initialize variable
5961 mac-charset-info-alist using it.
5962 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5963 for translation.
5964 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5965 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5966 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5967 New CCL programs.
5968
5969 2005-04-19 Kim F. Storm <storm@cua.dk>
5970
5971 * simple.el (next-buffer, prev-buffer, next-error)
5972 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5973 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5974
5975 * bindings.el (next-buffer, prev-buffer, next-error)
5976 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5977 (clone-indirect-buffer-other-window): Move bindings from simple.el.
5978 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5979 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5980
5981 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5982
5983 * isearch.el (isearch-edit-string): Make the search-ring available for
5984 minibuffer history commands.
5985 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5986 the default history commands now work just as well.
5987 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5988
5989 2005-04-18 Kim F. Storm <storm@cua.dk>
5990
5991 * emulation/cua-base.el (cua--pre-command-handler): Add more
5992 elaborate check for shift modifier on non-window systems.
5993
5994 2005-04-18 Lars Hansen <larsh@math.ku.dk>
5995
5996 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5997
5998 2005-04-18 Kim F. Storm <storm@cua.dk>
5999
6000 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
6001 and make it optional. Don't test tooltip-gud-echo-area here.
6002 (tooltip-gud-process-output, gdb-tooltip-print):
6003 Pass tooltip-gud-echo-area to tooltip-show.
6004 (tooltip-help-tips): Remove second optional arg to tooltip-show.
6005
6006 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6007
6008 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
6009 `display-graphic-p' may not be bound yet.
6010
6011 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
6012
6013 * startup.el (command-line): No longer enable Xterm Mouse mode by
6014 default in terminals compatible with xterm.
6015
6016 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
6017
6018 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
6019
6020 * tooltip.el (tooltip-gud-echo-area): Rename from
6021 tooltip-use-echo-area.
6022 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
6023 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
6024 area independently of where help tooltips are displayed.
6025
6026 2005-04-17 David Kastrup <dak@gnu.org>
6027
6028 * cus-theme.el (custom-theme-write-variables): Quote variables
6029 where necessary.
6030
6031 2005-04-17 Richard M. Stallman <rms@gnu.org>
6032
6033 * simple.el (yank-excluded-properties): Add follow-link to value.
6034
6035 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
6036
6037 * startup.el (fancy-splash-max-time): Just 30 seconds.
6038 (fancy-splash-delay): Just 7.
6039 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
6040
6041 * loadhist.el (unload-feature): Update for new format of load-history.
6042 Simplify the code.
6043
6044 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
6045 (rmail-font-lock-keywords): Don't fontify the text of a citation.
6046
6047 * mail/sendmail.el (mail-font-lock-keywords):
6048 Don't fontify subject text.
6049 Don't fontify the text of a citation.
6050
6051 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
6052
6053 * comint.el (comint-output-filter): Run comint-output-filter-functions
6054 with point where the user had it.
6055
6056 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6057
6058 * international/ucs-tables.el (ucs-set-table-for-input):
6059 Disable when using unify-on-decoding.
6060
6061 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
6062
6063 * emulation/cua-base.el (cua-global-mark-face): Add special case
6064 for displays supporting a high number of colors.
6065
6066 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
6067
6068 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
6069
6070 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
6071
6072 * filesets.el (filesets-add-buffer): If user supplies a name of a
6073 non-existing fileset, create a new fileset.
6074
6075 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
6076
6077 * textmodes/org.el (org-up-heading-all): Fix bug with
6078 `outline-up-heading-all'.
6079
6080 2005-04-16 Andreas Schwab <schwab@suse.de>
6081
6082 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
6083 /etc/permissions.d/* and /etc/aliases.d/*.
6084
6085 2005-04-16 Kenichi Handa <handa@m17n.org>
6086
6087 * international/code-pages.el (cp-make-coding-system):
6088 Set `translation-table-for-input' property value to the symbol
6089 ucs-mule-to-mule-unicode, not to that value.
6090 (pt154): Escape guillemet by `\'.
6091
6092 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
6093
6094 * loadup.el: Load tooltip if x-show-tip is fboundp.
6095
6096 * startup.el (command-line): Add comment.
6097
6098 * tooltip.el (tooltip-mode): Specify correct standard value for
6099 Custom in init-value.
6100
6101 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
6102
6103 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
6104 possible.
6105
6106 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
6107
6108 * textmodes/org.el (org-agenda-date-prompt): Rename from
6109 `org-agenda-date-today'.
6110 (org-evaluate-time-range): Insert at point instead of directly
6111 after time range.
6112 (org-first-headline-recenter, org-subtree-end-visible-p)
6113 (org-optimize-window-after-visibility-change): New functions
6114 (org-agenda-post-command-hook): Don't allow point at end of line,
6115 to make sure it always hits the text properties.
6116 (org-agenda-next-date-line, org-agenda-previous-date-line):
6117 New commands.
6118 (org-set-regexps-and-options): Category may contain white space.
6119 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6120 Improve marker positions.
6121 (org-agenda-new-marker): Argument POS made optional.
6122 (org-agenda-get-timestamps): Deadlines which are done are listed
6123 in org-done-face now.
6124 (org-agenda-get-todos, org-agenda-get-timestamps)
6125 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6126 Set `undone-face' and `done-face' properties.
6127 (org-last-todo-state-is-todo): New variable.
6128 (org-todo): Set `org-last-todo-state-is-todo'.
6129 (org-agenda-todo): Change face according to
6130 `org-last-todo-state-is-todo'. And change other lines referring to
6131 the same entry.
6132 (org-calendar-goto-agenda): New command.
6133 (org-calendar-to-agenda-key): New option.
6134 (org-startup-folded): New allowed value `content'.
6135 (org-set-regexps-and-options): Accept new value `content' for
6136 `org-startup-folded'.
6137 (org-get-current-options): Handle new value `content' for
6138 `org-startup-folded'.
6139 (org-insert-todo-heading): New command.
6140 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
6141 interactively in empty file and option
6142 `org-insert-mode-line-in-empty-file' has been set.
6143 (org-agenda-todo,org-agenda-priority): Modify to use
6144 `org-agenda-change-all-lines'.
6145 (org-warning-face): Change color on dark background
6146
6147 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6148
6149 * international/mule-cmds.el (set-locale-environment): On Mac OS,
6150 use preferences AppleLocale and AppleLanguages, and variable
6151 mac-system-locale for default locale. On Mac OS Classic, use
6152 mac-system-coding-system for default coding systems.
6153
6154 * term/mac-win.el: Don't set file-name-coding-system.
6155 Decode variables system-name, emacs-build-system, user-login-name, and
6156 user-full-name by mac-system-coding-system on Mac OS Classic.
6157 (mac-system-coding-system): New variable.
6158
6159 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
6160
6161 * startup.el (command-line): Handle `xterm-mouse-mode' before
6162 reading init file.
6163
6164 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
6165
6166 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6167
6168 * progmodes/sh-script.el (sh-here-document-word): Make it a
6169 defcustom. Doc fix.
6170 (sh-add): Bash uses $(( )) for arithmetic.
6171 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
6172 (sh-maybe-here-document): Remove quotes and leading whitespace
6173 from heredoc word when closing. Indent heredoc with tabs if word
6174 starts with "-".
6175
6176 2005-04-13 Richard M. Stallman <rms@gnu.org>
6177
6178 * simple.el (undo): Fix previous change.
6179
6180 * custom.el (defface): Doc fix.
6181
6182 2005-04-13 Lute Kamstra <lute@gnu.org>
6183
6184 * Makefile.in (DONTCOMPILE): Remove list.
6185 (compile, compile-always): Don't use DONTCOMPILE.
6186 (update-authors): Load the library in which batch-update-authors
6187 is defined.
6188 * makefile.w32-in (DONTCOMPILE): Remove list.
6189 (compile, compile-always): Fix comments.
6190 (update-authors): Load the library in which batch-update-authors
6191 is defined.
6192
6193 * generic-x.el (generic-mode-ini-file-find-file-hook):
6194 Rename to ini-generic-mode-find-file-hook.
6195 Keep generic-mode-ini-file-find-file-hook as an alias.
6196 (ini-generic-mode-find-file-hook): Rename from
6197 generic-mode-ini-file-find-file-hook. Fix docstring.
6198 (ini-generic-mode): Docstring change.
6199 (bat-generic-mode-run-as-comint): Silence the byte compiler.
6200
6201 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
6202 called from lisp.
6203
6204 * generic.el: Move to the emacs-lisp subdir.
6205
6206 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
6207
6208 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
6209 and C-S- function and cursor motion keys.
6210
6211 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6212
6213 * startup.el (command-line): Enable Xterm Mouse mode by default.
6214 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
6215 for Custom. No longer show "Mouse" in mode line when enabled.
6216 Doc fix.
6217
6218 2005-04-12 Kim F. Storm <storm@cua.dk>
6219
6220 * emulation/cua-base.el (cua-rectangle-face)
6221 (cua-rectangle-noselect-face): Define face attributes here.
6222
6223 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
6224
6225 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6226
6227 * startup.el (command-line): Turn off blinking cursor if
6228 cursorBlink in resources is off or false.
6229
6230 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6231
6232 * term/mac-win.el (dnd): Require dnd.
6233 (mac-drag-n-drop): Call dnd-handle-one-url.
6234 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
6235 (kTextEncodingISOLatin2): Remove constants.
6236 (mac-script-code-coding-systems): New constant.
6237 (mac-handle-language-change): New function.
6238 (special-event-map): Bind it to `language-change' event.
6239 (mac-centraleurroman, mac-cyrillic): New coding systems.
6240 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
6241 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
6242 and mac-cyrillic-encoder to encode-mac-centraleurroman and
6243 encode-mac-cyrillic, respectively.
6244
6245 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6246
6247 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
6248 Don't set overlay-arrow-string to "=>" as this is done
6249 globally in C now.
6250
6251 2005-04-12 Lute Kamstra <lute@gnu.org>
6252
6253 * generic-x.el (rc-generic-mode, rul-generic-mode):
6254 Fix auto-mode-alist entries.
6255 (etc-fstab-generic-mode): Tweak fontification.
6256
6257 * generic.el (generic-make-keywords-list): Fix docstring.
6258 (generic-mode-internal): Simplify generic-font-lock-keywords.
6259
6260 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6261
6262 * whitespace.el (whitespace-buffer-leading)
6263 (whitespace-buffer-trailing): Revert the incorrect test inversion.
6264 However, fix the highlight area for the leading and
6265 trailing whitespaces to show space.
6266
6267 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6268
6269 * whitespace.el (whitespace-version): Bump to 3.5
6270
6271 (whitespace-buffer-leading, whitespace-buffer-trailing):
6272 Invert sense of the test to highlight the whitespace.
6273
6274 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6275
6276 * progmodes/gud.el (gud-display-line): GUD uses its own
6277 overlay arrow now so don't set overlay-arrow-string.
6278 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
6279
6280 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
6281
6282 * term.el (term-ansi-current-bold, term-ansi-current-underline)
6283 (term-ansi-current-reverse, term-ansi-current-invisible)
6284 (term-ansi-face-already-done): Change to boolean.
6285 (term-reset-terminal, term-handle-colors-array): Handle the above
6286 vars accordingly.
6287 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
6288 (term-emulate-terminal): Use the new name.
6289
6290 * faces.el (secondary-selection): Use yellow1, not yellow.
6291 (trailing-whitespace): Use red1, not red.
6292
6293 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6294
6295 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
6296 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
6297 (dired-dnd-handle-file): Call dnd-get-local-file-uri
6298
6299 * cus-edit.el (dnd): New group.
6300
6301 * term/w32-win.el (dnd): Require dnd
6302 (w32-drag-n-drop): Call dnd-handle-one-url.
6303
6304 * x-dnd.el: Require dnd.
6305 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
6306 Call dnd-handle-one-url.
6307 (x-dnd-types-alist, x-dnd-insert-utf8-text)
6308 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
6309 to dnd-insert-text.
6310 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
6311 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
6312 (x-dnd-get-local-file-name, x-dnd-open-local-file)
6313 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
6314
6315 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
6316
6317 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6318
6319 * wdired.el: Doc fixes.
6320 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
6321 (wdired-use-dired-vertical-movement): Rename from
6322 wdired-always-move-to-filename-beginning.
6323 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
6324 (wdired-change-to-wdired-mode): Change mode name.
6325 (wdired-newline): Delete.
6326
6327 2005-04-11 Richard M. Stallman <rms@gnu.org>
6328
6329 * whitespace.el (whitespace-highlight-the-space):
6330 Don't call whitespace-unhighlight-the-space here.
6331
6332 * simple.el (undo): Record t in undo-equiv-table
6333 for the redo record made by an undo-in-region.
6334
6335 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6336
6337 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
6338 (gdb-frame-inferior-io-buffer): New Functions to control
6339 display of separate IO buffer.
6340 (menu): Add them to menu-bar.
6341 (gdb-display-buffer): Check for buffer another frame.
6342 Protect GUD buffer.
6343 (gdb-setup-windows): Create IO buffer if not already there.
6344 (gdb-memory-mode): Remove purecopy noops.
6345
6346 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6347
6348 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
6349 and pass to self-insert-command.
6350
6351 2005-04-11 Lute Kamstra <lute@gnu.org>
6352
6353 * generic.el: Commentary section cleanup.
6354 (generic): Delete.
6355 (generic-use-find-file-hook, generic-lines-to-scan)
6356 (generic-find-file-regexp, generic-ignore-files-regexp)
6357 (default-generic-mode, generic-mode-find-file-hook)
6358 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
6359 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
6360 (generic-use-find-file-hook, generic-lines-to-scan)
6361 (generic-find-file-regexp, generic-ignore-files-regexp)
6362 (default-generic-mode, generic-mode-find-file-hook)
6363 (generic-mode-ini-file-find-file-hook): Move from generic.el.
6364
6365 2005-04-10 Karl Fogel <kfogel@red-bean.com>
6366
6367 * bookmark.el (bookmark-write-file): Catch errors writing file.
6368 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
6369
6370 2005-04-10 Richard M. Stallman <rms@gnu.org>
6371
6372 * startup.el (fancy-splash-tail): Update copyright year.
6373 (command-line): Split part of -Q into -D.
6374 (emacs-basic-display): New defvar.
6375 (fancy-splash-text): Correct name of menu item.
6376
6377 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
6378
6379 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
6380 lines in one node.
6381
6382 * comint.el (comint-send-input): New arg ARTIFICIAL.
6383 Callers in this file changed.
6384
6385 * abbrev.el (define-abbrevs): Read system abbrevs properly.
6386
6387 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
6388
6389 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
6390
6391 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
6392 `ldap-search-internal'.
6393
6394 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6395
6396 * files.el (set-auto-mode-1): Use line-end-position.
6397
6398 * international/latin-1.el:
6399 * international/latin-2.el:
6400 * international/latin-3.el:
6401 * international/latin-4.el:
6402 * international/latin-5.el:
6403 * international/latin-8.el:
6404 * international/latin-9.el: Give punctuation syntax to NBSP.
6405
6406 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
6407 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
6408 Use char-classes to accept non-ascii letters, accepted in some recent
6409 bibtex implementations.
6410
6411 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6412
6413 * custom.el (custom-set-minor-mode): Any non-nil value for the
6414 variable should enable the mode when set through Custom.
6415
6416 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6417
6418 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
6419 TAB binding so tab-always-indent is obeyed.
6420 (vhdl-minibuffer-local-map): Move initialization into declaration.
6421 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
6422 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
6423 (vhdl-hooked-abbrev): Avoid test for XEmacs.
6424 (vhdl-current-line): Use line-beginning-position.
6425 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
6426 with-output-to-temp-buffer, so the current position can be recorded.
6427
6428 2005-04-10 Masatake YAMATO <jet@gyve.org>
6429
6430 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6431 Add regexp for gcov.
6432
6433 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6434
6435 * calendar/time-date.el (time-to-seconds, seconds-to-time)
6436 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
6437 syntax which Emacs 20 doesn't support.
6438
6439 2005-04-09 Richard M. Stallman <rms@gnu.org>
6440
6441 * help.el (describe-key-briefly, describe-key):
6442 Replace strings as event types with "(any string)".
6443
6444 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * arc-mode.el (archive-mode-map): Move initialization into
6447 the declaration. Override *all* bindings of `undo'.
6448 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
6449
6450 2005-04-09 Jay Belanger <belanger@truman.edu>
6451
6452 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
6453
6454 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6455
6456 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
6457 (xterm-register-default-colors): Update color values computation
6458 to match xterm-200.
6459
6460 2005-04-09 Kenichi Handa <handa@m17n.org>
6461
6462 * international/code-pages.el (iso-latin-7): Fix the map.
6463
6464 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
6465
6466 * emacs-lisp/lisp.el (defun-prompt-regexp)
6467 (parens-require-spaces, buffer-end, end-of-defun)
6468 (insert-parentheses): Doc fixes.
6469
6470 2005-04-08 Kim F. Storm <storm@cua.dk>
6471
6472 * comint.el (comint-highlight-prompt): Fix face spec.
6473 * hi-lock.el (hi-green): Likewise.
6474
6475 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6476
6477 * cus-edit.el (custom-modified-face):
6478 * comint.el (comint-highlight-input): Fix previous changes.
6479 * term.el (term-handle-ansi-escape): Add a comment.
6480
6481 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6482
6483 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
6484 in the buffer and in whitespace-highlighted-space.
6485 (whitespace-unhighlight-the-space): Simplify.
6486 (whitespace-buffer): Simplify.
6487
6488 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6489
6490 * textmodes/table.el (table-cell-face): Add special case for
6491 displays supporting a high number of colors.
6492 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6493 (vhdl-font-lock-reserved-words-face)
6494 (vhdl-speedbar-architecture-face)
6495 (vhdl-speedbar-instantiation-face)
6496 (vhdl-speedbar-architecture-selected-face)
6497 (vhdl-speedbar-instantiation-selected-face): Likewise.
6498 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
6499 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
6500 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6501 (ebrowse-root-class-face, ebrowse-member-attribute-face)
6502 (ebrowse-progress-face): Likewise.
6503 * progmodes/compile.el (compilation-info-face): Likewise.
6504 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
6505 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
6506 * calendar/calendar.el (diary-face): Likewise.
6507 * woman.el (woman-italic-face, woman-bold-face)
6508 (woman-unknown-face): Likewise.
6509 * wid-edit.el (widget-button-pressed-face): Likewise.
6510 * whitespace.el (whitespace-highlight-face): Likewise.
6511 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
6512 * pcvs-info.el (cvs-marked-face): Likewise.
6513 * info.el (info-xref): Likewise.
6514 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
6515 * hilit-chg.el (highlight-changes-face)
6516 (highlight-changes-delete-face): Likewise.
6517 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
6518 (hi-red-b): Likewise.
6519 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
6520 * font-lock.el (font-lock-keyword-face)
6521 (font-lock-function-name-face, font-lock-warning-face): Likewise.
6522 * cus-edit.el (custom-invalid-face, custom-modified-face)
6523 (custom-set-face, custom-changed-face, custom-variable-tag-face)
6524 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
6525 * comint.el (comint-highlight-prompt): Likewise.
6526
6527 2005-04-08 Lute Kamstra <lute@gnu.org>
6528
6529 * font-lock.el (font-lock-keywords): Docstring fixes.
6530
6531 2005-04-08 Kenichi Handa <handa@m17n.org>
6532
6533 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
6534 chars are more than a limit, print " and more..." at the tail.
6535
6536 2005-04-08 Kim F. Storm <storm@cua.dk>
6537
6538 * emacs-lisp/authors.el (authors-aliases): Update list.
6539 (authors-ignored-files): New list.
6540 (authors-fixed-entries): Fix typo.
6541 (authors-renamed-files-alist): Update list.
6542 (authors-add): Check authors-ignored-files.
6543
6544 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
6545
6546 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
6547 optional, to ensure backward compatibility.
6548
6549 2005-04-08 Stephen Eglen <stephen@gnu.org>
6550
6551 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
6552
6553 2005-04-08 Kim F. Storm <storm@cua.dk>
6554
6555 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
6556
6557 * mouse.el (mouse-on-link-p): Doc fix.
6558
6559 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
6560
6561 * ielm.el (ielm-prompt-read-only): Doc fix.
6562
6563 * comint.el (comint-prompt-read-only): Doc fix.
6564
6565 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
6566
6567 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
6568 ensure dired always handles wildcards passed to ffap.
6569 (find-file-at-point): Use it.
6570 (ffap-dired-wildcards): Doc fix.
6571
6572 2005-04-07 Juri Linkov <juri@jurta.org>
6573
6574 * simple.el (next-error-overlay-arrow-position): New defvar.
6575 Put "=>" on its property `overlay-arrow-string'. Add it to
6576 `overlay-arrow-variable-list'.
6577
6578 * progmodes/compile.el (compilation-setup):
6579 Set `next-error-overlay-arrow-position' to nil. Also set it to
6580 nil in the local hook `kill-buffer-hook'. Make local variable
6581 `overlay-arrow-string' and set it to "=>".
6582 (compilation-goto-locus): Set BOL position to
6583 `next-error-overlay-arrow-position' instead of
6584 `overlay-arrow-position'.
6585
6586 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
6587 locally instead of adding it to the global hook.
6588 (Info-kill-buffer): Move up.
6589
6590 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
6591
6592 * term/xterm.el (xterm-standard-colors): Update color values from
6593 xterm-200.
6594
6595 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
6596
6597 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
6598
6599 * fast-lock.el:
6600 * lazy-lock.el: Move them to the obsolete subdir.
6601
6602 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6603
6604 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
6605 (wdired-add-replace-advice): Remove.
6606 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
6607
6608 2005-04-06 Kim F. Storm <storm@cua.dk>
6609
6610 * startup.el (command-line): Add --bare-bones alias for -Q.
6611
6612 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6613
6614 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
6615 create the startup fontset if a font specification ends with
6616 `mac-roman'.
6617
6618 2005-04-06 Lute Kamstra <lute@gnu.org>
6619
6620 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
6621 change.
6622
6623 * emacs-lisp/copyright.el (copyright-update-year): Replace the
6624 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
6625
6626 2005-04-05 Lute Kamstra <lute@gnu.org>
6627
6628 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
6629 (define-generic-mode): Ditto. Fix debug declaration.
6630
6631 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6632 Put them in the generic-x group.
6633
6634 * calendar/timeclock.el (timeclock): Doc fix.
6635
6636 * generic.el (define-generic-mode): Don't use custom-current-group.
6637 Document default :group value.
6638 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
6639 (define-global-minor-mode): Don't use custom-current-group.
6640
6641 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
6642
6643 * startup.el (command-line-1): Display startup-echo-area-message
6644 when fancy splash screen is in use.
6645
6646 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
6647 (sh-escaped-newline): New face.
6648 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
6649 newline, and use sh-escaped-newline face.
6650
6651 * progmodes/tcl.el (tcl-escaped-newline): New face.
6652 (tcl-builtin-list): New variable.
6653 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
6654 newlines. Fix keywords subexpression number.
6655
6656 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
6657
6658 * textmodes/org.el (org-diary-default-entry): Fix call to
6659 `add-to-diary-entry'.
6660
6661 2005-04-05 Kim F. Storm <storm@cua.dk>
6662
6663 * ediff-init.el: Use (featurep 'xemacs).
6664
6665 2005-04-05 David Ponce <david@dponce.com>
6666
6667 * cus-edit.el (face): Derive from symbol widget. Display sample
6668 of the current face on the fly.
6669 (widget-face-sample-face-get, widget-face-notify): New functions.
6670 (widget-face-value-create): Remove.
6671
6672 * wid-edit.el (widget-field-end): Temporarily remove field
6673 narrowing before to call `get-char-property'.
6674
6675 2005-04-04 Jay Belanger <belanger@truman.edu>
6676
6677 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
6678 (math-read-subscripts): New variable.
6679 (math-read-preprocess-string): Process subscripts.
6680
6681 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6682
6683 * comint.el (comint-prompt-read-only): Doc fix.
6684
6685 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6686 `-1'. Doc fix.
6687
6688 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
6689
6690 * textmodes/org.el (org-insert-mode-line-in-empty-file):
6691 Change default value to nil.
6692
6693 2005-04-04 Lute Kamstra <lute@gnu.org>
6694
6695 * autorevert.el (auto-revert-mode): Specify :group.
6696 * battery.el (display-battery-mode): Specify :group.
6697 * diff-mode.el (diff-minor-mode): Specify :group.
6698 * font-core.el (font-lock-mode): Specify :group.
6699 * hl-line.el (hl-line-mode): Specify :group.
6700 * iimage.el (iimage): New customization group.
6701 (iimage-mode): Specify :group.
6702 * longlines.el (longlines-mode): Specify :group.
6703 * master.el: Don't require easy-mmode.
6704 (master): New customization group.
6705 (master-mode): Specify :group.
6706 * msb.el (msb-mode): Specify :group.
6707 * reveal.el (reveal-mode): Specify :group.
6708 * simple.el (next-error-follow-minor-mode): Specify :group.
6709 * smerge-mode.el (smerge-mode): Specify :group.
6710 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6711 * emulation/cua-base.el (cua-mode): Specify :group.
6712 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6713 * language/thai-util.el (thai-auto-composition-mode)
6714 (thai-word-mode): Specify :group.
6715 * mail/supercite.el (sc-minor-mode): Specify :group.
6716 * progmodes/cwarn.el (cwarn-mode): Specify :group.
6717 * progmodes/flymake.el (flymake-mode): Specify :group.
6718 * progmodes/glasses.el (glasses-mode): Specify :group.
6719 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6720 * textmodes/enriched.el (enriched-mode): Specify :group.
6721 * textmodes/refill.el (refill-mode): Specify :group.
6722
6723 * add-log.el (change-log-font-lock-keywords): Names in
6724 parenthesized lists can contain spaces.
6725
6726 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
6727
6728 * startup.el (fancy-splash-text): Shorten default text of
6729 "Emacs Tutorial" line. Also, if the current language env
6730 indicates an available tutorial file other than TUTORIAL,
6731 extract its title and append it to the line in parentheses.
6732 (fancy-splash-insert): If arg is a thunk, funcall it.
6733
6734 2005-04-04 Jay Belanger <belanger@truman.edu>
6735
6736 * calc.el (calc-language-alist): Add tags to customization type.
6737
6738 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
6739
6740 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6741 Doc fix.
6742
6743 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
6744
6745 * add-log.el (change-log-font-lock-keywords): The manual
6746 describing a Change Log entry, says: (...) "Aside from these
6747 header lines, every line in the change log starts with a space or
6748 a tab.". The font-lock was not highlighting lines started with
6749 spaces, added support for it.
6750
6751 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6752
6753 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6754 (bibtex-generate-url-list): Update docstring accordingly. Put the
6755 complex example in the docstring.
6756 (bibtex-font-lock-url): Use pop.
6757
6758 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6759
6760 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6761
6762 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6763
6764 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6765
6766 * filesets.el (filesets-set-default): Doc fix.
6767
6768 2005-04-03 Lute Kamstra <lute@gnu.org>
6769
6770 * generic.el (define-generic-mode): Add argument to specify
6771 keywords for defcustom.
6772 (default-generic-mode): Specify :group.
6773
6774 * generic-x.el: Specify :group for all generic modes.
6775
6776 * desktop.el (desktop-no-desktop-file-hook)
6777 (desktop-after-read-hook): Doc fix.
6778
6779 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
6780
6781 * simple.el (visible-mode): Use explicit :group keyword.
6782 This changes the group of `visible-mode-hook' from paren-blinking
6783 to editing-basics.
6784
6785 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
6786
6787 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
6788 mailbox specifications as well as URLs.
6789 (rmail-insert-inbox-text): Remove unused conditional branches.
6790
6791 2005-04-01 Jay Belanger <belanger@truman.edu>
6792
6793 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6794 (calc-gnuplot-print-command): Move definitions to calc.el.
6795
6796 * calc/calc-embed.el (calc-embedded-announce-formula)
6797 (calc-embedded-open-formula, calc-embedded-close-formula)
6798 (calc-embedded-open-word, calc-embedded-close-word)
6799 (calc-embedded-open-plain, calc-embedded-close-plain)
6800 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6801 (calc-embedded-open-mode, calc-embedded-close-mode):
6802 Move definitions to calc.el.
6803
6804 * calc/calc.el (calc-settings-file, calc-language-alist):
6805 Make customizable.
6806 (calc-embedded-announce-formula, calc-embedded-open-formula)
6807 (calc-embedded-close-formula, calc-embedded-open-word)
6808 (calc-embedded-close-word, calc-embedded-open-plain)
6809 (calc-embedded-close-plain, calc-embedded-open-new-formula)
6810 (calc-embedded-close-new-formula, calc-embedded-open-mode)
6811 (calc-embedded-close-mode, calc-gnuplot-name)
6812 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6813 from other files and make customizable.
6814
6815 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6816
6817 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6818 Use buffer-live-p.
6819 (cvs-mode-run): Don't call cvs-update-header here.
6820 (cvs-run-process): Call cvs-update-header.
6821 Use process properties for cvs-postprocess and cvs-buffer so that
6822 the sentinel can behave better if the temp buffer is killed.
6823 Use a pipe rather than a tty, to better handle unexpected prompts.
6824 (cvs-sentinel): Rewrite. Call cvs-update-header.
6825
6826 2005-04-01 Andre Spiegel <spiegel@gnu.org>
6827
6828 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6829 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
6830
6831 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6832
6833 * generic.el (define-generic-mode): Add indentation rule.
6834
6835 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6836
6837 * files.el (mode-require-final-newline): Make Custom correctly
6838 report a nil value and allow to set it to nil via Custom.
6839 Doc fix.
6840
6841 2005-04-01 Kenichi Handa <handa@m17n.org>
6842
6843 * international/characters.el: Enable the correct case setting for
6844 dotless-i and dotted-I.
6845
6846 2005-04-01 Kim F. Storm <storm@cua.dk>
6847
6848 * ido.el (ido-file-internal): Fall back to non-ido command if
6849 initial directory is on slow ftp (or tramp) host.
6850
6851 2005-03-31 Richard M. Stallman <rms@gnu.org>
6852
6853 * emacs-lisp/autoload.el (make-autoload):
6854 Handle define-global-minor-mode.
6855
6856 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6857 Rename from easy-mmode-define-global-mode.
6858 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6859
6860 * progmodes/scheme.el (scheme-mode-syntax-table):
6861 Update syntax of | and # for two-character comment syntax.
6862
6863 2005-03-31 Lute Kamstra <lute@gnu.org>
6864
6865 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6866 (define-minor-mode): Call custom-current-group at load-time.
6867
6868 * generic.el (define-generic-mode): Add debug declaration.
6869 Add defcustom for the mode hook.
6870 (generic-mode-internal): Use run-mode-hooks.
6871
6872 2005-03-31 Kim F. Storm <storm@cua.dk>
6873
6874 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6875 (mouse-fixup-help-message): New defun called by show_help_echo
6876 to fixup mouse-2 prefix in help messages when applicable.
6877
6878 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6879
6880 2005-03-31 Kenichi Handa <handa@m17n.org>
6881
6882 * language/thai-word.el (thai-find-word-ends): Pay attention to
6883 the case that we reach the end of buffer.
6884
6885 * textmodes/fill.el (fill-text-properties-at): New function.
6886 (fill-newline): Use fill-text-properties-at instead of
6887 text-properties-at.
6888
6889 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6890
6891 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6892 not comint-quote-filename.
6893
6894 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
6895
6896 * help-fns.el (help-with-tutorial): Revert last change.
6897
6898 2005-03-31 Kim F. Storm <storm@cua.dk>
6899
6900 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6901
6902 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
6903
6904 * calendar/cal-china.el: Update reference to "Calendrical
6905 Calculations" book; there's a new edition.
6906 * calendar/cal-coptic.el: Likewise.
6907 * calendar/cal-french.el: Likewise.
6908 * calendar/cal-hebrew.el: Likewise.
6909 * calendar/cal-islam.el: Likewise.
6910 * calendar/cal-iso.el: Likewise.
6911 * calendar/cal-julian.el: Likewise.
6912 * calendar/cal-mayan.el: Likewise.
6913 * calendar/cal-persia.el: Likewise.
6914 * calendar/calendar.el: Likewise.
6915 * calendar/holidays.el: Likewise.
6916 * calendar/lunar.el: Likewise.
6917 * calendar/solar.el: Likewise.
6918
6919 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6920 white space from doc string.
6921
6922 2005-03-30 Jay Belanger <belanger@truman.edu>
6923
6924 * calc/calc-help.el (calc-full-help): Remove email address.
6925
6926 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
6927
6928 * help-fns.el (help-with-tutorial): Delete title line.
6929
6930 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6931
6932 * calendar/cal-x.el (calendar-one-frame-setup)
6933 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6934 rather than 'symbol for set-window-dedicated-p.
6935
6936 * calendar/appt.el (appt-buffer-name): Make it a constant.
6937 (appt-add): Doc fix.
6938
6939 * filesets.el (filesets-menu-path, filesets-menu-before)
6940 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
6941 (filesets-menu-cache-file): Use directory ~/.emacs.d.
6942 (filesets-add-submenu): Delete and use add-submenu instead.
6943
6944 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
6945
6946 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6947 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6948 (org-diary-default-entry): New function.
6949 (org-get-entries-from-diary): Better parsing of diary entries.
6950 (org-agenda-check-no-diary): New function.
6951 ("diary-lib"): Advice to function `add-to-diary-list', to allow
6952 linking to diary entries.
6953 (org-agenda-execute-calendar-command): New function.
6954 (org-agenda): Improve visible section in window.
6955 Use `org-fit-agenda-window'.
6956 (org-fit-agenda-window): New option.
6957 (org-move-subtree-down): Better handling of empty lines
6958 at end of subtree.
6959 (org-cycle): Numeric prefix is interpreted now as show-subtree N
6960 levels up.
6961 (org-fontify-done-headline): New option.
6962 (org-headline-done-face): New face.
6963 (org-set-font-lock-defaults): Use `org-headline-done-face'.
6964 (org-table-copy-down): Rename from `org-table-copy-from-above'.
6965 When current field is non-empty, it is copied to next row.
6966 (org-table-copy-from-above): Fix bug which made it
6967 impossible to copy fields containing only a single non-white character.
6968
6969 2005-03-30 Kim F. Storm <storm@cua.dk>
6970
6971 * kmacro.el (kmacro-end-macro): Isearch may store this command
6972 into the macro -- so ignore it when executing keyboard macro.
6973
6974 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6975
6976 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6977
6978 2005-03-29 Kenichi Handa <handa@m17n.org>
6979
6980 * language/thai.el ("Thai"): Set setup-function and exit-function
6981 for Thai language environment.
6982
6983 * language/thai-util.el: Require thai-word.
6984 (thai-word-mode-map): New variable.
6985 (thai-word-mode): New minor mode.
6986 (setup-thai-language-environment-internal): New function.
6987 (exit-thai-language-environment-internal): New function.
6988
6989 * language/thai-word.el (thai-word-table): Declare it by defvar,
6990 use dolist to initialize it.
6991 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6992 (thai-fill-find-break-point): New functions.
6993
6994 2005-03-29 Richard M. Stallman <rms@gnu.org>
6995
6996 * simple.el (idle-update-delay): Move definition up.
6997 (set-mark): Doc fix.
6998
6999 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
7000
7001 * longlines.el: New file.
7002
7003 * simple.el (buffer-substring-filters): New variable.
7004 (filter-buffer-substring): New function.
7005 (kill-region, copy-region-as-kill): Use it.
7006
7007 * register.el (copy-to-register, append-to-register)
7008 (prepend-to-register): Use filter-buffer-substring.
7009
7010 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
7011
7012 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
7013 (gud-filter-pending-text): Move in front of gdb.
7014 (gud-overlay-arrow-position): New variable.
7015 (gud-sentinel, gud-display-line): Use it in place of
7016 overlay-arrow-position.
7017
7018 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7019
7020 * progmodes/fortran.el (fortran-if-indent): Doc fix.
7021 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
7022 (fortran-font-lock-keywords-4): New variable.
7023 (fortran-blocks-re, fortran-end-block-re)
7024 (fortran-start-block-re): New constants, for hideshow.
7025 (hs-special-modes-alist): Add a Fortran entry.
7026 (fortran-mode-map): Bind fortran-end-of-block,
7027 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
7028 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
7029 (fortran-looking-at-if-then, fortran-end-of-block)
7030 (fortran-beginning-of-block): New functions, for hideshow.
7031
7032 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
7033 Doc fix. Tweak regexp.
7034 (f90-beginning-of-block): Push mark first.
7035
7036 2005-03-29 Jay Belanger <belanger@truman.edu>
7037
7038 * calc/calc.el: Update copyright date.
7039 (calc-version): Increase to 2.1.
7040 (calc-version-date): Remove.
7041
7042 * calc/calc-help.el: Update copyright date.
7043 (calc-full-help): Remove reference to calc-version-date.
7044 Update copyright date.
7045
7046 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7047
7048 * vc.el (vc-do-command): Use a pipe for async processes, so password
7049 prompts don't show up at places where the user can't reply.
7050
7051 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
7052
7053 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
7054 on the file name we pass to the inferior shell.
7055
7056 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7057
7058 * progmodes/which-func.el (which-function): Be robust in the face of an
7059 imenu--make-index-alist failure.
7060
7061 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7062
7063 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
7064
7065 * progmodes/python.el (python-preoutput-filter): Fix last change.
7066
7067 2005-03-29 Lute Kamstra <lute@gnu.org>
7068
7069 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
7070 functions and compiled macros.
7071 (debug-convert-byte-code): Handle macros too.
7072 (debug-on-entry-1): Don't signal an error when trying to clear a
7073 function that is not set to debug on entry.
7074
7075 2005-03-29 Jay Belanger <belanger@truman.edu>
7076
7077 * calc/calc-lang.el: Add functions to math-function-table
7078 properties of tex and math.
7079
7080 2005-03-29 Kenichi Handa <handa@m17n.org>
7081
7082 * ps-mule.el (ps-mule-plot-string): Translate characters by
7083 ps-print-translation-table.
7084 (ps-mule-begin-job): Call find-charset-region/string with
7085 ps-print-translation-table.
7086 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
7087
7088 * ps-print.el (ps-print-translation-table): New variable.
7089 (ps-plot-region): Translate characters by ps-print-translation-table.
7090
7091 2005-03-29 Juri Linkov <juri@jurta.org>
7092
7093 * simple.el (next-error-highlight-timer): New variable.
7094
7095 * progmodes/compile.el (compilation-goto-locus):
7096 Use `next-error-highlight-timer' instead of `sit-for'.
7097
7098 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7099
7100 * mail/supercite.el (sc-mail-field): Use assoc-string.
7101 (sc-get-address): Simplify regexps.
7102
7103 * files.el (minibuffer-with-setup-hook): New macro.
7104 (find-file-read-args): Use it to avoid let-binding
7105 minibuffer-with-setup-hook (which breaks turning on/off
7106 file-name-shadow-mode while in the prompt).
7107
7108 * complete.el (PC-read-include-file-name-internal): Use test-completion.
7109
7110 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
7111
7112 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
7113
7114 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7115
7116 * window.el (window-buffer-height): Use count-screen-lines.
7117
7118 * progmodes/python.el (python-preoutput-leftover): New var.
7119 (python-preoutput-filter): Use it.
7120 (python-send-receive): Loop until all the result has been received.
7121
7122 2005-03-28 Juri Linkov <juri@jurta.org>
7123
7124 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
7125
7126 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
7127 "Recover Crashed Session".
7128 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
7129 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
7130 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
7131 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
7132 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
7133 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
7134 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
7135 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
7136
7137 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
7138 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
7139 Ediff Sessions", "Toggle use of separate control buffer frame",
7140 "Use separate frame for Ediff control buffer".
7141
7142 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
7143 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
7144 "Rename Bookmark", "Delete Bookmark".
7145
7146 * info.el (Info-mode-menu): Remove ellipsis from "Index".
7147 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
7148 Add `:active Info-index-alternatives' to "Next Matching Item".
7149
7150 * wdired.el (wdired-change-to-wdired-mode):
7151 Mention `wdired-abort-changes' key in the initial message.
7152
7153 * international/mule.el (auto-coding-alist): Associate non-ascii
7154 image filename extensions with `no-conversion'.
7155
7156 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * international/iso-acc.el:
7159 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
7160
7161 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
7162
7163 * textmodes/sgml-mode.el (html-mode): Doc update.
7164
7165 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
7166
7167 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
7168
7169 * term.el (term-move-columns): Fix face after extending a line.
7170 (term-insert-spaces): Likewise.
7171 (term-reset-terminal): Fix off by one error.
7172
7173 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7174
7175 * international/mule.el (auto-coding-alist): Add .xpi files.
7176
7177 * files.el (auto-mode-alist): Add .xpi files.
7178
7179 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
7180
7181 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
7182
7183 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7184
7185 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
7186
7187 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7188
7189 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
7190 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
7191
7192 * calendar/cal-move.el (calendar-beginning-of-year): Move the
7193 cursor to Jan 1 when needed.
7194 (calendar-end-of-year): Fix -/+ typo.
7195 Reported by Chong Yidong <cyd@stupidchicken.com>.
7196
7197 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7198
7199 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
7200
7201 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
7202 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
7203
7204 2005-03-25 Richard M. Stallman <rms@gnu.org>
7205
7206 * filesets.el (filesets-init): Add autoload.
7207
7208 * mail/mailalias.el (mail-directory): Doc fix.
7209
7210 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7211
7212 * mail/mailalias.el (mail-directory-process): Do nothing if
7213 mail-directory-process is an atom.
7214 (mail-get-names): Ignore mail-directory-names if it is an atom.
7215 (mail-directory-process defvar): Doc fix.
7216 (mail-names): Doc fix.
7217
7218 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
7219
7220 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
7221
7222 2005-03-26 Kenichi Handa <handa@m17n.org>
7223
7224 * international/mule-util.el (detect-coding-with-priority):
7225 Call update-coding-systems-internal before detect-coding-region.
7226
7227 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
7228
7229 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7230 (gdb-frames-mode-map): Add follow-link property.
7231
7232 2005-03-25 Jay Belanger <belanger@truman.edu>
7233
7234 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
7235 for variables.
7236
7237 2005-03-25 Juri Linkov <juri@jurta.org>
7238
7239 * image-mode.el: Optimize image filename extension regexps in
7240 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
7241 in `auto-mode-alist'.
7242 (image-mode): Add `image-toggle-display-text' to local hook
7243 `change-major-mode-hook'. Display the image as an image by
7244 default. Set `cursor-type' and `truncate-lines' if the image
7245 is already displayed. Take into account the current mode (image
7246 or text) in message.
7247 (image-minor-mode): New minor mode.
7248 (image-mode-maybe, image-toggle-display-text): New functions.
7249 (image-toggle-display): Use called-interactively-p.
7250 Let-bind `inhibit-read-only' to t.
7251
7252 * image-mode.el (image-minor-mode): Set `cursor-type' and
7253 `truncate-lines' if the image is already displayed. Add turning
7254 image-minor-mode off to `change-major-mode-hook'. Add message.
7255 Call `image-toggle-display-text' after turning image-minor-mode off.
7256
7257 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
7260 Terminal.app, use utf-8.
7261 (set-display-table-and-terminal-coding-system): Add coding-system arg.
7262 (set-locale-environment): Use it.
7263
7264 * term/xterm.el: Undo last change, better done in mule-cmds.el.
7265
7266 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
7267
7268 * progmodes/python.el (python-close-block-statement-p)
7269 (python-outdent-p, python-current-defun): Use symbol-end.
7270
7271 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7272
7273 * files.el (save-some-buffers): Doc fix.
7274
7275 2005-03-25 Werner Lemberg <wl@gnu.org>
7276
7277 * complete.el, thumbs.el: Replace `legal' with `valid'.
7278 * calendar/calendar.el: Replace `legal' with `valid'.
7279 * emacs-lisp/advice.el: Replace `legal' with `valid'.
7280 * mail/supercite.el: Replace `legal' with `valid'.
7281 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
7282 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
7283 Replace `legal' with `valid'.
7284 * textmodes/reftex-vars.el, textmodes/reftex.el:
7285 Replace `legal' with `valid'.
7286
7287 2005-03-25 Werner Lemberg <wl@gnu.org>
7288
7289 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
7290 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
7291 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
7292 * emulation/vip.el: Replace `illegal' with `invalid'.
7293 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
7294 * mail/supercite.el: Replace `illegal' with `invalid'.
7295 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
7296 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
7297 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
7298 * progmodes/sh-script.el, progmodes/xscheme.el:
7299 Replace `illegal' with `invalid'.
7300 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
7301 * textmodes/reftex-index.el, textmodes/reftex-parse.el
7302 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
7303 * textmodes/reftex.el, textmodes/org.el:
7304 Replace `illegal' with `invalid'.
7305
7306 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
7309 (flymake-find-buildfile, flymake-find-possible-master-files)
7310 (flymake-check-include, flymake-parse-line): Replace loops over the
7311 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
7312
7313 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
7314 Substitute file-name-as-directory in the rest of the file.
7315 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
7316 (flymake-replace-region): Remove unused arg `buffer'.
7317 (flymake-check-patch-master-file-buffer): Update calls to it.
7318 (flymake-add-err-info): Remove unused var `count'.
7319 (flymake-mode): Use define-minor-mode.
7320
7321 * progmodes/flymake.el: Use with-current-buffer.
7322 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
7323 flymake-replace-regexp-in-string, flymake-line-beginning-position)
7324 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
7325 Avoid testing for `xemacs'.
7326 (flymake-nop): Move.
7327 (flymake-region-has-flymake-overlays): Return the computed value.
7328 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
7329 Remove unused var `endline'.
7330 (flymake-get-line-count): Remove unused function.
7331 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
7332
7333 * emulation/vi.el:
7334 * generic.el:
7335 * hilit-chg.el (global-highlight-changes):
7336 * hi-lock.el (hi-lock-mode):
7337 * follow.el: find-file-hooks -> find-file-hook.
7338
7339 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
7340
7341 2005-03-24 Juri Linkov <juri@jurta.org>
7342
7343 * dired.el (dired-mode-map): Add menu item "Compare directories"
7344 for dired-compare-directories.
7345
7346 * dired-aux.el (dired-compare-directories): Add autoload cookie.
7347 Doc fix. Replace `read-file-name' with `read-directory-name'.
7348
7349 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7350
7351 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
7352
7353 2005-03-24 Jay Belanger <belanger@truman.edu>
7354
7355 * calc/calc-embed.el (calc-embedded-mode-change): Save all
7356 relevant mode settings in calc-embedded-original-modes when modes
7357 are permanently changed.
7358
7359 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7360
7361 * autoinsert.el: find-file-hooks -> find-file-hook.
7362
7363 2005-03-24 Lute Kamstra <lute@gnu.org>
7364
7365 * generic.el (generic-font-lock-defaults): Make it obsolete.
7366 (generic-font-lock-keywords): New variable to replace
7367 generic-font-lock-defaults.
7368 (generic-mode-set-font-lock): Delete it.
7369 (generic-mode-internal): Don't call generic-mode-set-font-lock.
7370 (generic-bracket-support): Add docstring.
7371
7372 * generic-x.el: Rename generic-font-lock-defaults to
7373 generic-font-lock-keywords throughout.
7374 (mailagent-rules-setup-function): Delete it.
7375 (mailagent-rules-generic-mode): Use anonymous function instead.
7376 (show-tabs-generic-mode-font-lock-defaults-1)
7377 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
7378 Quote faces.
7379 (show-tabs-tab-face, show-tabs-space-face): Specify background,
7380 not foreground.
7381
7382 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7383 Recognize define-generic-mode.
7384
7385 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
7388 if there's no completion table.
7389
7390 2005-03-23 Miles Bader <miles@gnu.org>
7391
7392 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7393 Remove tty-specific variants, as they're no longer needed.
7394
7395 2005-03-23 Lute Kamstra <lute@gnu.org>
7396
7397 * generic-x.el: Code cleanup: make args constant whenever possible.
7398 (installshield-statement-keyword-list)
7399 (installshield-system-functions-list)
7400 (installshield-system-variables-list, installshield-types-list)
7401 (installshield-funarg-constants-list): Make them constants.
7402
7403 * generic.el (generic-make-keywords-list): Add autoload cookie.
7404
7405 * calendar/time-date.el: Add comment on time value formats.
7406 Don't require parse-time.
7407 (with-decoded-time-value): New macro.
7408 (encode-time-value): New function.
7409 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7410 (days-to-time): Return a valid time value when arg is huge.
7411 (time-since): Use time-subtract.
7412 (time-to-number-of-days): Use time-to-seconds.
7413
7414 2005-03-23 David Ponce <david@dponce.com>
7415
7416 * recentf.el: (recentf-keep): New option.
7417 (recentf-menu-action): Default to `find-file'.
7418 (recentf-keep-non-readable-files-flag)
7419 (recentf-keep-non-readable-files-p)
7420 (recentf-file-readable-p, recentf-find-file)
7421 (recentf-cleanup-remote): Remove.
7422 (recentf-include-p): More robust.
7423 (recentf-keep-p): New function.
7424 (recentf-remove-if-non-kept): Rename from
7425 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
7426 All callers updated.
7427 (recentf-menu-items-for-commands): Fix help string.
7428 (recentf-track-closed-file): Update. Doc fix.
7429 (recentf-cleanup): Update. Count removed files. Doc fix.
7430
7431 2005-03-23 Kim F. Storm <storm@cua.dk>
7432
7433 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7434 Don't inherit from fringe face (now happens automatically).
7435
7436 2005-03-22 Kim F. Storm <storm@cua.dk>
7437
7438 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
7439 position values.
7440
7441 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7442
7443 * menu-bar.el (showhide-date-time): Remove.
7444 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
7445 (menu-bar-make-mm-toggle): Simplify.
7446
7447 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7448
7449 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
7450 Accept qualified variable and function names.
7451
7452 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
7453
7454 * bindings.el (completion-ignored-extensions):
7455 Remove ".lis" for `vax-vms'.
7456
7457 2005-03-22 Andreas Schwab <schwab@suse.de>
7458
7459 * generic-x.el: Revert last change.
7460 * ldefs-boot.el: Update.
7461
7462 2005-03-22 Jay Belanger <belanger@truman.edu>
7463
7464 * calc/calc-embed (calc-embedded-original-modes): New variable.
7465 (calc-embedded-save-original-modes)
7466 (calc-embedded-restore-original-modes): New functions.
7467 (calc-do-embedded): Save original modes when entering embedded mode
7468 and restore when leaving embedded mode.
7469 (calc-embedded-modes-change): Change the value of
7470 calc-embedded-original-modes to reflect permanent changes.
7471
7472 2005-03-22 Lute Kamstra <lute@gnu.org>
7473
7474 * generic-x.el: Require generic again.
7475
7476 2005-03-22 Miles Bader <miles@gnu.org>
7477
7478 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7479 Tweak details to look good on both ttys and bitmap displays, light
7480 or dark background, etc.
7481
7482 2005-03-21 Kim F. Storm <storm@cua.dk>
7483
7484 * tooltip.el (tooltip-show-help-function): Check car and cdr of
7485 mouse position.
7486
7487 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * icomplete.el: Don't forcibly turn on the mode upon load.
7490 (icomplete-mode): Use define-minor-mode.
7491 (icomplete-eoinput): Default to nil.
7492 (icomplete-minibuffer-setup): Remove autoload.
7493 (icomplete-tidy): Simplify.
7494 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
7495 in the initial state or if the user has modified the field.
7496 Fix handling of icomplete-max-delay-chars.
7497 Remove code that handles the oddball case where
7498 minibuffer-completion-table is an integer.
7499 Wrap icomplete-completions in while-no-input in case building
7500 completions takes more time than expected.
7501 (icomplete-completions): Simplify.
7502
7503 2005-03-21 Richard M. Stallman <rms@gnu.org>
7504
7505 * jka-compr.el (jka-compr-really-do-compress):
7506 Make variable buffer-local.
7507
7508 * image-mode.el: Handle .xpm files too.
7509 (image-toggle-display): Preserve modification flag.
7510
7511 * help.el (where-is): Don't mention aliases with no key bindings.
7512
7513 2005-03-21 Lute Kamstra <lute@gnu.org>
7514
7515 * generic.el: Fix commentary section. Don't require cl for compilation.
7516 (generic-mode-list): Add autoload cookie.
7517 (generic-use-find-file-hook, generic-lines-to-scan)
7518 (generic-find-file-regexp, generic-ignore-files-regexp)
7519 (generic-mode, generic-mode-find-file-hook)
7520 (generic-mode-ini-file-find-file-hook): Fix docstrings.
7521 (define-generic-mode): Make it a defmacro. Fix docstring.
7522 (generic-mode-internal): Code cleanup. Add autoload cookie.
7523 (generic-mode-set-comments): Code cleanup.
7524 * generic-x.el: Don't prevent compilation. Don't require generic.
7525 Follow coding conventions. Minor code cleanup.
7526 (etc-fstab-generic-mode): Add some keywords.
7527 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
7528 define-generic-mode like a function declaration.
7529
7530 2005-03-21 Jay Belanger <belanger@truman.edu>
7531
7532 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
7533 changing modes.
7534
7535 2005-03-21 Sam Steingold <sds@gnu.org>
7536
7537 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
7538
7539 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
7540
7541 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
7542 Add underscore to "f$ lexicals" regexp.
7543
7544 2005-03-20 Juri Linkov <juri@jurta.org>
7545
7546 * subr.el (progress-reporter-do-update): When `min-value' is equal
7547 to `max-value', set `percentage' to 0 and prevent division by zero.
7548
7549 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
7550
7551 Sync with Tramp 2.0.48.
7552
7553 * tramp.el (all): Change all addresses to .gnu.org.
7554 (tramp-append-tramp-buffers): New defun.
7555 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
7556 Catch `dont-send' signal.
7557 (tramp-set-auto-save-file-modes): Set always permissions, because
7558 there might be an old auto-saved file belonging to another
7559 original file. This could be a security threat. Reported by
7560 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
7561 Check for Emacs 21.3.50 removed.
7562
7563 * tramp-smb.el (all): Remove debug construct for
7564 `with-parsed-tramp-file-name'.
7565 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
7566 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
7567 No error message if DIRECTORY or FILENAME doesn't exist.
7568 (tramp-smb-open-connection): Check existence of
7569 `tramp-smb-program'.
7570
7571 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7572
7573 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7574 Properly handle the case where the `m' or `s' command's argument is not
7575 yet terminated.
7576 (perl-indent-new-calculate): New function.
7577 (perl-indent-line): Use it.
7578
7579 2005-03-20 Miles Bader <miles@gnu.org>
7580
7581 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
7582 in text-mode too. Change to new face names.
7583 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
7584 Add `:weight bold' attribute.
7585 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
7586
7587 2005-03-19 Juri Linkov <juri@jurta.org>
7588
7589 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
7590
7591 * international/mule.el (auto-coding-alist): Sync with
7592 `auto-mode-alist' by adding upper case archive file extensions
7593 and adding ear/war to jar extension.
7594
7595 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
7596
7597 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
7598 running, restart it.
7599
7600 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
7601
7602 * finder.el (finder-current-item): Throw an error on an empty line.
7603
7604 * man.el (Man-follow-manual-reference): If current-word returns
7605 nil, use "".
7606
7607 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
7608
7609 * simple.el (goto-line): Doc fix.
7610
7611 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
7612
7613 * files.el (save-buffer): Doc fix.
7614
7615 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
7616
7617 * recentf.el (recentf-cleanup-remote): New variable.
7618 (recentf-cleanup): Use it to conditionally check availability of
7619 remote files.
7620
7621 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
7622
7623 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
7624 function names.
7625
7626 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7627
7628 * language/thai-word.el: New file.
7629
7630 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7631
7632 * files.el (backup-buffer): If the file's directory is not
7633 writable, use copy instead of move to backup the file.
7634
7635 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7636
7637 * obsolete/keyswap.el: Moved to obsolete/ from term/.
7638
7639 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7640
7641 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
7642 Use functionp instead of symbolp and fboundp. Reported by Drkm
7643 <darkman_spam@yahoo.fr>.
7644 (ps-print-version): New version 6.6.6.
7645
7646 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
7647
7648 * textmodes/table.el (table--line-column-position): New idiom.
7649 (table--row-column-insertion-point-p): New function to test
7650 validity of row and column insertion operation at a location.
7651 (table-global-menu, table-cell-menu): Use above functions for
7652 deterministic test operation.
7653 (table--editable-cell-p): Behave in deterministic fashion.
7654
7655 2005-03-18 Juri Linkov <juri@jurta.org>
7656
7657 * isearch.el (isearch-lazy-highlight-new-loop):
7658 Make arguments beg and end optional.
7659 (isearch-update): Remove optional arguments nil from
7660 isearch-lazy-highlight-new-loop.
7661 (isearch-lazy-highlight-search): Let-bind case-fold-search to
7662 isearch-lazy-highlight-case-fold-search instead of
7663 isearch-case-fold-search, and let-bind isearch-regexp to
7664 isearch-lazy-highlight-regexp.
7665 Use isearch-lazy-highlight-last-string instead of isearch-string.
7666
7667 * replace.el (perform-replace): Remove bindings of global
7668 variables isearch-string, isearch-regexp, isearch-case-fold-search.
7669 Add three new arguments to `replace-highlight'.
7670 (replace-highlight): Add arguments string, regexp, case-fold.
7671 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
7672 to allow isearch-lazy-highlight-new-loop to use these values
7673 to set corresponding isearch-lazy-highlight-* internal
7674 variables whose values lazy highlighting will use regardless of
7675 changes to global variables isearch-string, isearch-regexp,
7676 isearch-case-fold-search during lazy highlighting loop.
7677 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
7678 to `lazy-highlight-cleanup'.
7679
7680 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
7681 (ispell-highlight-face): Set default face to `isearch' when
7682 lazy highlighting is enabled.
7683 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
7684 priority to 1. Add lazy highlighting.
7685 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7686 from `isearch-dehighlight'.
7687
7688 2005-03-18 David Ponce <david@dponce.com>
7689
7690 * files.el (hack-local-variables): Do a case-insensitive search
7691 for End.
7692
7693 2005-03-18 Juri Linkov <juri@jurta.org>
7694
7695 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7696 `isearch-lazy-highlight-cleanup', add alias to old name and
7697 declare obsolete. Add release numbers to other obsolete vars.
7698 (isearch-done, isearch-lazy-highlight-new-loop):
7699 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7700 (lazy-highlight-cleanup) <variable>: Doc fix.
7701 (isearch-lazy-highlight-update): Rename obsolete
7702 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7703
7704 2005-03-18 Kenichi Handa <handa@m17n.org>
7705
7706 * language/thai-util.el: Fix categorization of Thai characters in
7707 thai-category-table.
7708 (thai-composition-pattern): Adjust it for the above change.
7709 (thai-self-insert-command, thai-compose-syllable): New functions.
7710 (thai-compose-region): Use thai-compose-syllable.
7711 (thai-compose-string): Likewise.
7712 (thai-composition-function): Likewise.
7713 (thai-auto-composition): New function.
7714 (thai-auto-composition-mode): New minor mode.
7715
7716 * language/thai.el: Fix patterns to be registered in
7717 composition-function-table.
7718
7719 * international/quail.el (quail-input-method): Locally bind
7720 inhibit-modification-hooks to t.
7721
7722 2005-03-17 Richard M. Stallman <rms@gnu.org>
7723
7724 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7725 (perl-mode): Use run-mode-hooks.
7726
7727 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7728 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7729 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7730
7731 * mail/sendmail.el (sendmail-send-it): Reenable the code
7732 to compute resend-to-address and use it.
7733
7734 * tar-mode.el (tar-mode): Turn off undo unconditionally.
7735
7736 * image-mode.el: New file.
7737
7738 * image.el (insert-sliced-image): Add autoload cookie.
7739
7740 * font-lock.el (font-lock-lines-before): New user option.
7741 (font-lock-after-change-function): Obey it.
7742
7743 * bindings.el (esc-map): Make M-g a prefix.
7744 Bind M-g g and M-g M-g to goto-line.
7745
7746 * faces.el (face-id): Doc fix.
7747
7748 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7749
7750 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7751 (rmail-show-message): Use rmail-unknown-mail-followup-to.
7752 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7753
7754 * mail/sendmail.el (mail-yank-ignored-headers)
7755 (mail-font-lock-keywords, mail-mode-fill-paragraph):
7756 Add Mail-Followup-To and Mail-Reply-To headers.
7757 (mail-citation-hook): Add autoload cookie.
7758 (mail-mode): Doc fix.
7759 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7760 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7761 (mail-mode-fill-paragraph): Handle those headers.
7762 (mail-mailing-lists): New variable.
7763 (mail-mail-reply-to, mail-mail-followup-to): New functions.
7764
7765 2005-03-17 Juri Linkov <juri@jurta.org>
7766
7767 * isearch.el (isearch-fallback): Check for `(car previous)'
7768 before calling `isearch-other-end-state'.
7769
7770 2005-03-17 Kim F. Storm <storm@cua.dk>
7771
7772 * simple.el (move-beginning-of-line): Move to beginning of buffer
7773 line, as well as beginning of screen line.
7774
7775 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
7776
7777 * calendar/diary-lib.el (mark-diary-entries): Use new optional
7778 argument REDRAW rather than calendar-redrawing variable.
7779 * calendar/calendar.el (calendar-redrawing): Delete.
7780 (redraw-calendar): Do not bind calendar-redrawing.
7781
7782 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
7783
7784 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7785 diary-file buffer.
7786
7787 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7788
7789 * help.el (describe-mode): Allow a :minor-mode-function property to
7790 specify a different minor mode toggle function than the variable.
7791 * simple.el (auto-fill-function):
7792 * subr.el (add-minor-mode): Use it.
7793
7794 2005-03-16 Kenichi Handa <handa@m17n.org>
7795
7796 * language/ethio-util.el (sera-being-called-by-w3): New variable.
7797 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7798 (ethio-fidel-to-sera-buffer): Likewise.
7799
7800 2005-03-16 Juri Linkov <juri@jurta.org>
7801
7802 * emacs-lisp/find-func.el (find-function-regexp):
7803 Add defun-emitting macro `menu-bar-make-toggle'.
7804
7805 * isearch.el: Put `isearch-scroll' property to
7806 `split-window-horizontally'.
7807
7808 * info.el: Update error messages for `debug-ignored-errors'.
7809 (Info-isearch-search): Doc fix.
7810 (Info-find-node): Move up code to go into info buffer before
7811 recording the node to the history.
7812 (Info-fontify-node): Fontify titles only if the next line
7813 has two or more `*', `=', `-', `.'.
7814 Display "go to this node" for empty (match-string 3).
7815
7816 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7817
7818 * term/mac-win.el: Add mouse pointer shape constants.
7819
7820 2005-03-15 Kim F. Storm <storm@cua.dk>
7821
7822 * simple.el (move-beginning-of-line): Use vertical-motion.
7823
7824 2005-03-15 Juri Linkov <juri@jurta.org>
7825
7826 * isearch.el (isearch-error): New variable.
7827 (isearch-invalid-regexp, isearch-within-brackets): Remove.
7828 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7829 (isearch-within-brackets-state): Remove.
7830 (isearch-case-fold-search-state, isearch-pop-fun-state):
7831 Decrease frame index.
7832 (isearch-mode, isearch-top-state, isearch-push-state)
7833 (isearch-edit-string, isearch-abort, isearch-search-and-update)
7834 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7835 (isearch-search, isearch-lazy-highlight-new-loop):
7836 Replace `isearch-invalid-regexp' with `isearch-error'.
7837 Remove `isearch-within-brackets'.
7838 (isearch-search): Add `search-failed' handler to `condition-case'.
7839 (isearch-lazy-highlight-search): Add `condition-case' to catch
7840 errors and allow `isearch-lazy-highlight-update' to try
7841 highlighting from the beginning of the window.
7842 (isearch-repeat): Move up code to set isearch-wrapped to t
7843 before calling isearch-wrap-function.
7844
7845 * info.el (Info-isearch-initial-node): New internal variable.
7846 (Info-search): Signal an error in isearch mode when search leaves
7847 the initial node. Signal an error when `bound' is non-nil and
7848 nothing was found in the current subfile.
7849 (Info-isearch-search): Remove `condition-case'.
7850 (Info-isearch-wrap): Don't wrap when search failed during leaving
7851 the initial node. If `Info-isearch-search' is nil, wrap around
7852 the current node.
7853 (Info-isearch-start): New fun.
7854 (Info-mode): Add buffer-local hook `Info-isearch-start' to
7855 `isearch-mode-hook'.
7856
7857 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7858
7859 * simple.el (normal-erase-is-backspace): Set default to t if
7860 running on Mac.
7861
7862 * term/mac-win.el (function-key-map): Sync with x-win.el.
7863
7864 2005-03-15 Kenichi Handa <handa@m17n.org>
7865
7866 * international/mule-cmds.el (locale-language-names): Modify the
7867 format of elements and add more entries.
7868 (locale-preferred-coding-systems): Add more entries.
7869 (set-locale-environment): Adjust for the change of
7870 locale-language-names.
7871
7872 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 * pcvs.el (smerge-ediff): Remove bogus autoload.
7875
7876 2005-03-14 Lute Kamstra <lute@gnu.org>
7877
7878 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7879 Ignore a `*' at the beginning of a line.
7880
7881 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7882 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7883 subr.el.
7884 (dont-compile, eval-when-compile, eval-and-compile): Use declare
7885 to specify indentation.
7886
7887 * generic.el (define-generic-mode): Let generic-mode-list be a
7888 list of strings; test membership with equal.
7889
7890 2005-03-14 Kim F. Storm <storm@cua.dk>
7891
7892 * simple.el (next-line, previous-line): Add optional try-vscroll
7893 arg to recognize interactive use. Pass it on to line-move.
7894 (line-move): Don't perform auto-window-vscroll when defining or
7895 executing keyboard macro to ensure consistent behavior.
7896
7897 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7898
7899 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7900
7901 2005-03-13 Lute Kamstra <lute@gnu.org>
7902
7903 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7904 debugger-setup-buffer so that backtrace marks the frames set to
7905 debug-on-exit and we don't have to do it manually. Set an extra
7906 debug-on-exit for macro's.
7907 (debugger-setup-buffer): Don't mark the top frame manually.
7908
7909 2005-03-12 Lute Kamstra <lute@gnu.org>
7910
7911 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7912 lisp-indent-function throughout.
7913 (with-no-warnings): Set lisp-indent-function property.
7914
7915 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
7916
7917 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7918 Add entry for backslash.
7919
7920 2005-03-12 Juri Linkov <juri@jurta.org>
7921
7922 * info.el (Info-search): Four fixes for backward search.
7923
7924 2005-03-11 Jay Belanger <belanger@truman.edu>
7925
7926 * calc/calc.el (calc-language-alist): New variable.
7927 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7928 (calc-embedded-find-modes): Use calc-language-alist instead of
7929 calc-embedded-language-alist.
7930
7931 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7932
7933 * calendar/calendar.el (calendar-redrawing): New internal
7934 variable.
7935 (redraw-calendar): Remove bogus save-excursion from previous
7936 change. Bind calendar-redrawing to t for mark-diary-entries.
7937 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7938 calendar if that is why we were called.
7939
7940 2005-03-11 Kenichi Handa <handa@m17n.org>
7941
7942 * international/mule.el (make-coding-system): Set property
7943 coding-system-define-form to nil.
7944 (define-coding-system-alias): Likewise.
7945
7946 2005-03-11 Kenichi Handa <handa@m17n.org>
7947
7948 These changes are suggested by Dave Love <fx@gnu.org>.
7949
7950 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7951 coding: tag.
7952 (adaptive-fill-regexp): Add more bullets.
7953 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7954 regexps.
7955
7956 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7957
7958 * help.el (describe-mode): Properly handle non-trivial lighters.
7959 Don't ignore minor modes that are not listed in minor-mode-list.
7960
7961 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7962 feature ON when the user requests to turn it OFF.
7963
7964 2005-03-10 Lute Kamstra <lute@gnu.org>
7965
7966 * emacs-lisp/debug.el (debug-entry-code): Delete it.
7967 (implement-debug-on-entry): New function to replace debug-entry-code.
7968 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
7969 second argument as the 2005-03-07 change makes it obsolete.
7970 (debug-on-entry, cancel-debug-on-entry): Update call to
7971 debug-on-entry-1.
7972 (debug, debugger-setup-buffer): Comment update.
7973 (debugger-frame-number): Update to work with implement-debug-on-entry.
7974
7975 2005-03-10 Jay Belanger <belanger@truman.edu>
7976
7977 * calc/calc-embed.el (math-ms-args): Declare it.
7978 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7979 math-ms-args.
7980 (calc-embedded-subst): Use math-multi-subst-rec to substitute
7981 variables.
7982
7983 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
7984
7985 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7986 Use message-box.
7987
7988 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7989 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7990 (tooltip-gud-tips): Simplify.
7991 (tooltip-gud-tips-p): Remove superfluous :set.
7992 (tooltip-gud-modes): Add fortran-mode.
7993 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7994
7995 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7996
7997 2005-03-09 Kim F. Storm <storm@cua.dk>
7998
7999 * play/animate.el (animate-place-char): Use forward-line instead
8000 of next-line to improve performance.
8001
8002 2005-03-09 Simon Josefsson <jas@extundo.com>
8003
8004 * net/browse-url.el (browse-url-default-browser): Doc fix.
8005
8006 2005-03-09 Miles Bader <miles@gnu.org>
8007
8008 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
8009 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
8010
8011 2005-03-09 Kenichi Handa <handa@m17n.org>
8012
8013 * international/latin-1.el: Set case and syntax for 255 only if
8014 set-case-syntax-set-multibyte is nil.
8015
8016 * textmodes/ispell.el (ispell-insert-word): New function.
8017 (ispell-word): Use ispell-insert-word to insert a new word.
8018 (ispell-process-line): Likewise.
8019 (ispell-complete-word): Likewise.
8020
8021 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
8022
8023 * calendar/calendar.el (redraw-calendar): Preserve point.
8024 Reported by Matt Hodges <MPHodges@member.fsf.org>.
8025 (calendar-week-start-day): Move after definition of
8026 redraw-calendar. Delete buffer test, since redraw-calendar has
8027 that now.
8028
8029 * calendar/diary-lib.el (mark-diary-entries): Only call
8030 redraw-calendar in the first of any recursive calls.
8031 Reported by Alan Shutko <ats@acm.org>.
8032
8033 2005-03-08 Juri Linkov <juri@jurta.org>
8034
8035 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
8036 (html-horizontal-rule, html-line, html-image, html-checkboxes)
8037 (html-radio-buttons): Add a space before the trailing `/>' where
8038 sgml-xml-mode is non-nil.
8039 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
8040 the subsequent tag of the empty XML tag.
8041 (html-href-anchor): Don't set initial input to "http:".
8042 (html-image): Ask for the image URL and set point inside alt="".
8043 (html-name-anchor): Duplicate the name in the `id' attribute when
8044 sgml-xml-mode is non-nil.
8045 (html-paragraph): Remove \n before <p>.
8046 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
8047 instead of `checked' when sgml-xml-mode is non-nil.
8048
8049 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
8050 Remove 1 space before #RRGGBB to not truncate it on terminal
8051 windows w/o fringes. Remove 1 space between bg and fg examples
8052 to get more space.
8053 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
8054 avoid byte-compile warnings.
8055
8056 * image-file.el (image-file-handler): Put `safe-magic' property to
8057 `image-file-handler'.
8058
8059 * info.el (Info-isearch-search): Emulate word search in
8060 isearching through multiple Info nodes with Info-search.
8061 (Info-isearch-wrap): Allow isearch-word.
8062
8063 2005-03-08 Lute Kamstra <lute@gnu.org>
8064
8065 * emacs-lisp/debug.el (debugger-step-through): Make sure that
8066 stepping into the debugger's code is not possible.
8067 (debugger-jumping-flag): Docstring update.
8068
8069 2005-03-08 Jay Belanger <belanger@truman.edu>
8070
8071 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
8072 embedded mode begins.
8073 (calc-embedded-language-alist): New variable.
8074 (calc-embedded-find-modes): Use calc-embedded-language-alist to
8075 set default language mode.
8076
8077 2005-03-08 Kenichi Handa <handa@m17n.org>
8078
8079 * international/ccl.el (define-ccl-program): Fix docstring about
8080 extra 256 bytes assured for the output buffer.
8081
8082 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8083 Fix BUFFER_MAGNIFICATION to 2.
8084 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8085
8086 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
8087
8088 * align.el (align-rules-list): Added an alignment rule for CSS
8089 declarations (applies to css-mode and html-mode buffers).
8090
8091 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8092
8093 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
8094
8095 2005-03-07 Kim F. Storm <storm@cua.dk>
8096
8097 * simple.el (move-beginning-of-line): New command.
8098
8099 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
8100
8101 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
8102
8103 * emulation/cua-base.el: Put CUA move property on move-end-of-line
8104 and move-beginning-of-line.
8105
8106 * apropos.el (apropos-print): Omit command from M-x ... RET.
8107
8108 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
8109
8110 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
8111 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
8112
8113 2005-03-06 Richard M. Stallman <rms@gnu.org>
8114
8115 * bindings.el (esc-map): Bind M-g to goto-line.
8116
8117 * facemenu.el (global-map): Bind M-o, not M-g.
8118
8119 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8120
8121 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
8122 "Open Directory" as for "Open File".
8123
8124 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
8125
8126 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
8127 (push-mark-command): Run activate-mark-hook.
8128
8129 2005-03-06 Richard M. Stallman <rms@gnu.org>
8130
8131 * help-mode.el (help-mode-finish): Don't alter the element
8132 in view-return-to-alist if there already is one.
8133
8134 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
8135 make sure the current buffer is the expected one.
8136
8137 * novice.el (disabled-command-function): Output in *Disabled Command*.
8138 Explicitly ignore non-keyboard events, and explicitly handle C-g.
8139
8140 * textmodes/flyspell.el (flyspell-large-region):
8141 Pass args differently for aspell.
8142
8143 * files.el (mode-require-final-newline): Doc fix.
8144
8145 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8146
8147 * progmodes/which-func.el (which-function):
8148 Specify NOERROR when calling imenu--make-index-alist.
8149
8150 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8151
8152 * simple.el (normal-erase-is-backspace): Define default value.
8153
8154 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
8155 (custom-reevaluate-setting): Simple function to handle
8156 variables that are defined before their default value can really
8157 be computed.
8158
8159 * startup.el (command-line): Use it for temporary-file-directory,
8160 small-emporary-file-directory, auto-save-file-name-transforms,
8161 blink-cursor-mode, and normal-erase-is-backspace.
8162
8163 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
8164 progress, even with buggy anchored keywords.
8165
8166 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
8167
8168 * simple.el (goto-line): Remove unbalanced final parenthesis.
8169
8170 2005-03-05 Richard M. Stallman <rms@gnu.org>
8171
8172 * simple.el (goto-line): Use a number at point as the default.
8173 With C-u as arg, switch buffers.
8174
8175 2005-03-05 Juri Linkov <juri@jurta.org>
8176
8177 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
8178 with `no-blinking-cursor'.
8179
8180 * startup.el (no-blinking-cursor): New defvar.
8181 (command-line): Add `--no-blinking-cursor' to longopts.
8182 Set `no-blinking-cursor' to t for command line arguments
8183 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
8184 with `no-blinking-cursor' in the condition for calling
8185 `blink-cursor-mode'.
8186
8187 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
8188
8189 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
8190 (menu-bar-options-save): Add blink-cursor-mode.
8191 (menu-bar-options-menu): Add blink-cursor-mode.
8192
8193 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
8194
8195 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
8196 (icalendar-export-file, icalendar-export-region)
8197 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
8198 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
8199
8200 2005-03-04 Lute Kamstra <lute@gnu.org>
8201
8202 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
8203 (debug-function-list): Ditto.
8204
8205 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
8206
8207 * textmodes/texinfmt.el (texinfo-append-refill):
8208 Redefine the types of line to which @refill
8209 is not appended by replacing a search for `@refill\\|@bye' with
8210 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
8211 itemize@refill' bug and the unfilled long lines bug.
8212 (texinfmt-version): Update number and date.
8213
8214 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8215
8216 * international/code-pages.el (windows-1250, windows-125[2-8])
8217 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
8218
8219 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8220
8221 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
8222 bound yet.
8223
8224 2005-03-02 Romain Francoise <romain@orebokech.com>
8225
8226 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
8227 buffer after removing limits.
8228 (ibuffer-pop-filter): Ditto.
8229 Update copyright.
8230
8231 2005-03-02 Miles Bader <miles@gnu.org>
8232
8233 * button.el (make-text-button): If the user doesn't specify a
8234 type, use the default. Rewrite to use `add-text-properties' and
8235 plist functions.
8236
8237 2005-03-01 Lute Kamstra <lute@gnu.org>
8238
8239 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
8240 (debugger-jumping-flag): New var.
8241 (debug-entry-code): Use it.
8242 (debugger-jump): Use debugger-jumping-flag and add
8243 debugger-reenable to post-command-hook.
8244 (debugger-reenable): Use debugger-jumping-flag and remove itself
8245 from post-command-hook.
8246 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
8247 debugger-reenable.
8248
8249 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
8250
8251 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
8252 inclusion of "itemize\\|", which may be unnecessary, is certainly
8253 inelegant, and stops refilling in itemize lists when formatting
8254 Japanese Texinfo files to Info.
8255 Update copyright to 2005.
8256
8257 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
8258
8259 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
8260 of an error if GDB can't find the source file.
8261
8262 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8263
8264 * calendar/calendar.el (redraw-calendar): Work from any buffer,
8265 not just the calendar.
8266
8267 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
8268 first.
8269 (diary-redraw-calendar): New function.
8270 (make-diary-entry): Add diary-redraw-calendar to local
8271 write-contents-functions. Turn off selective display before
8272 inserting in diary.
8273
8274 2005-03-01 Kim F. Storm <storm@cua.dk>
8275
8276 * emacs-lisp/copyright.el (copyright-fix-years): New command.
8277
8278 2005-03-01 Lute Kamstra <lute@gnu.org>
8279
8280 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
8281 that debug-entry-code can be safely removed from a function while
8282 this code is being evaluated. Revert the 2005-02-27 change as the
8283 new implementation no longer requires it. Make sure that a
8284 function body containing just a string is not mistaken for a docstring.
8285 (debug): Skip one more frame in case of debug on entry.
8286 (debugger-setup-buffer): Delete one more frame line in case of
8287 debug on entry.
8288 (debugger-frame-number): Update to use the new text introduced by
8289 the 1999-11-03 change. Skip one more frame in case of debug on entry.
8290
8291 2005-02-28 Kim F. Storm <storm@cua.dk>
8292
8293 * double.el (double-translate-key): Call force-window-update after
8294 read-event to avoid crash in redisplay.
8295
8296 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8297
8298 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
8299 (debug): Use it. Move the inhibit-trace earlier.
8300 (debug-entry-code): New const.
8301 (debug-on-entry-1): Use it.
8302
8303 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
8304
8305 * international/utf-16.el (ccl-encode-mule-utf-16le):
8306 Fix BUFFER_MAGNIFICATION to 2.
8307 (ccl-encode-mule-utf-16be): Likewise.
8308
8309 2005-02-28 Kenichi Handa <handa@m17n.org>
8310
8311 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8312 Fix BUFFER_MAGNIFICATION to 4.
8313 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8314
8315 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
8316
8317 * speedbar.el (speedbar-update-flag): Doc fix.
8318 (speedbar-show-info-under-mouse): Give set-mouse-position the right
8319 argument.
8320
8321 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
8322
8323 * reveal.el (reveal-post-command): Don't try to reveal overlays which
8324 have a non-nil `invisible' property but are actually visible.
8325
8326 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
8327 for perldoc sections.
8328 (perl-outline-regexp, perl-outline-level): New var and function.
8329 (perl-mode): Use them.
8330
8331 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8332
8333 * calendar/diary-lib.el (diary-remind): Discard any mark portion
8334 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
8335
8336 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
8337
8338 * cus-edit.el: Comment change.
8339 (custom-buffer-create-internal): Slightly reword text at top of
8340 Custom buffers. Mention there that saving an option edits the
8341 init file. Add link to Emacs manual node on `custom-file'.
8342 (custom-magic-alist): Rewrite individual State messages to use
8343 capitalized keywords. Doc fix.
8344
8345 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8346
8347 * calendar/calendar.el (calendar-buffer): Move above
8348 calendar-week-start-day.
8349 (calendar-week-start-day): Doc fix. Add :set function.
8350 (calendar-minimum-window-height): New variable.
8351 (generate-calendar-window): Only resize window if selected-window
8352 is displaying the calendar buffer. Use new variable
8353 calendar-minimum-window-height.
8354 (generate-calendar): Reword error message.
8355 (calendar-mode-map): Bind DEL to scroll-other-window-down.
8356
8357 2005-02-27 Andreas Schwab <schwab@suse.de>
8358
8359 * vc.el (vc-do-command): Don't run command asynchronously when
8360 operating in a remote directory.
8361
8362 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
8363 change from sync with Tramp 2.0.47.
8364
8365 2005-02-27 Richard M. Stallman <rms@gnu.org>
8366
8367 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8368
8369 * textmodes/flyspell.el (flyspell-mode-on):
8370 Call ispell-change-dictionary only if necessary.
8371
8372 * emacs-lisp/re-builder.el (regexp-builder): New function.
8373
8374 * register.el (describe-register-1): Explicitly handle
8375 yank-excluded-properties = t.
8376
8377 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
8378 (custom-magic-alist): Change the status descriptions again.
8379 (face widget-type): Total rewrite based on `restricted-sexp'
8380 to eliminate the confusing double hiding levels.
8381
8382 * emacs-lisp/debug.el (debug-on-entry-1):
8383 If function body is empty, add nil as body form.
8384
8385 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8386
8387 * emacs-lisp/trace.el (inhibit-trace): New var.
8388 (trace-make-advice): Use it.
8389
8390 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
8391
8392 2005-02-26 Kim F. Storm <storm@cua.dk>
8393
8394 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
8395 (mouse-on-link-p, mouse-drag-region-1): Use it.
8396
8397 2005-02-25 Lute Kamstra <lute@gnu.org>
8398
8399 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
8400
8401 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
8402
8403 * frame.el (blink-cursor-mode): Add :group keyword.
8404
8405 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
8406
8407 * calendar/icalendar.el (icalendar--decode-isodatetime):
8408 New optional argument DAY-SHIFT.
8409 (icalendar-export-region): Fix coding-system-for-write.
8410 (icalendar--convert-ical-to-diary): Shift end-day of all-day
8411 events by one.
8412
8413 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8414
8415 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
8416
8417 2005-02-24 Kim F. Storm <storm@cua.dk>
8418
8419 * international/iso-acc.el (iso-accents-compose): Fix crash
8420 during redisplay. Call force-window-update after read-event
8421 and delete-region to signal that window is not accurate.
8422
8423 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8424
8425 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
8426 Remove unused and inexistent var `inhibit-trace'.
8427 (debugger-mode): Use run-mode-hooks.
8428 (debugger-list-functions): Add buttons; setup xref stack.
8429
8430 2005-02-23 Richard M. Stallman <rms@gnu.org>
8431
8432 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
8433 appointment says it was explicitly made.
8434 (appt-add): Set the 3rd element.
8435 (appt-make-list): Preserve explicit appointments.
8436
8437 * subr.el (find-tag-default): Catch errors in forward-sexp.
8438
8439 2005-02-23 Juri Linkov <juri@jurta.org>
8440
8441 * info.el (Info-isearch-search): New defcustom.
8442 (Info-isearch-search): Call the default isearch function
8443 when Info-isearch-search is nil.
8444 (Info-isearch-wrap): Use variable Info-isearch-search.
8445
8446 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
8447
8448 * cus-edit.el: Comment change.
8449
8450 2005-02-22 Kim F. Storm <storm@cua.dk>
8451
8452 * progmodes/hideif.el (hide-ifdef-use-define-alist):
8453 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
8454
8455 2005-02-22 Simon Josefsson <jas@extundo.com>
8456
8457 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
8458 New variable.
8459 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
8460 Oskarsson" <myrkraverk@users.sourceforget.net>.
8461
8462 2005-02-22 Kim F. Storm <storm@cua.dk>
8463
8464 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
8465 check that window of that event is the selected window.
8466 (mouse-drag-region-1): Compare mouse event window to selected
8467 window before setting point.
8468
8469 * tooltip.el (tooltip-show-help-function): Pass event to
8470 mouse-on-link-p so it can check selected window.
8471
8472 2005-02-22 Kenichi Handa <handa@m17n.org>
8473
8474 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
8475 (ps-mule-show-warning): New function.
8476 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
8477 characters are found.
8478
8479 * ps-print.el (ps-header-footer-string): Return a list of header
8480 and footer strings.
8481
8482 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8483
8484 * pcvs.el (cvs-retrieve-revision): Fix thinko.
8485
8486 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8487
8488 * frame.el (blink-cursor-mode): Use define-minor-mode.
8489
8490 * term/mac-win.el (function-key-map): Use char-names more consistently.
8491 (file-name-coding-system): Only set it for MacOS-9. The other case is
8492 already handled in mule-cmds.el (where it also works when mac-win.el
8493 is not used).
8494
8495 2005-02-21 Kenichi Handa <handa@m17n.org>
8496
8497 * international/mule.el (ctext-pre-write-conversion): Always use
8498 " *code-converting-work*" buffer for work.
8499
8500 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
8501
8502 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
8503
8504 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
8505
8506 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
8507
8508 * ses.el (undo-more): Restore defadvice, but only the part that
8509 allows changes outside the restricted area of the buffer.
8510
8511 2005-02-20 Kim F. Storm <storm@cua.dk>
8512
8513 * simple.el (line-move): Add fourth optional arg try-vscroll which
8514 must be set to perform auto-window-vscroll.
8515 When moving backwards and doing auto-window-vscroll, automatically
8516 vscroll to the last part of lines which are taller than the window.
8517 (next-line, previous-line): Set try-vscroll arg on line-move.
8518
8519 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8520
8521 * replace.el (query-replace, query-replace-regexp)
8522 (replace-string, replace-regexp): When operating on region, make
8523 the minibuffer prompt say so.
8524
8525 * isearch.el (isearch-forward): Document isearch-query-replace and
8526 isearch-query-replace-regexp keybindings.
8527
8528 2005-02-19 Jay Belanger <belanger@truman.edu>
8529
8530 * calc/calc-aent.el (math-read-token): Add local variable.
8531
8532 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
8533 (calc-edit-top): Move declaration to earlier in file.
8534 (calc-edit-macro-repeats): Add local variables.
8535
8536 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
8537 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
8538 calcFunc-tanh.
8539 Adjust integration rule for calcFunc-tan.
8540
8541 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8542
8543 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
8544 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
8545 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
8546 (viper-skip-separators): Bug fix.
8547 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
8548 particular major mode.
8549 (viper-del-backward-char-in-replace): Don't put deleted char on the
8550 kill ring.
8551
8552 * viper-ex.el (viper-color-display-p): New function.
8553 (viper-has-face-support-p): Use viper-color-display-p.
8554
8555 * viper-keym.el (viper-gnus-modifier-map): New keymap.
8556
8557 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
8558
8559 * viper-util.el (viper-glob-unix-files): Fix shell status check.
8560 (viper-file-remote-p): Make equivalent to file-remote-p.
8561
8562 * viper.el (viper-major-mode-modifier-list):
8563 Use viper-gnus-modifier-map.
8564
8565 2005-02-19 David Kastrup <dak@gnu.org>
8566
8567 * subr.el (subregexp-context-p): Fix garbled doc string by adding
8568 quoting.
8569
8570 2005-02-19 Jay Belanger <belanger@truman.edu>
8571
8572 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
8573 Remove extra definitions.
8574 (calc-coth): New function.
8575 (calcFunc-cot): Fix `let'.
8576
8577 2005-02-19 Eli Zaretskii <eliz@gnu.org>
8578
8579 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
8580 the reasons we use "type pc" in these faces.
8581
8582 * button.el (button): Ditto.
8583
8584 2005-02-19 Michael Mauger <mmaug@yahoo.com>
8585
8586 * replace.el (query-replace-read-from): Set the value of
8587 query-replace-from-history-variable to handle the case of an empty
8588 string entered to accept the suggested default.
8589
8590 * net/tramp.el (tramp-file-name-for-operation):
8591 Use dired-call-process instead of dired-call-process-command.
8592
8593 2005-02-19 Jay Belanger <belanger@truman.edu>
8594
8595 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
8596 (math-div-non-trig): New variables.
8597 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
8598 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
8599 (math-combine-prod, math-div-symb-fancy): Add simplifications for
8600 trig expressions.
8601
8602 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
8603
8604 * progmodes/gdb-ui.el (gdb-var-update-handler)
8605 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
8606 for watch expressions,
8607 (gdb-var-create-handler): Don't set speedbar-update-flag.
8608 (gdb-post-prompt): Simplify test for speedbar.
8609
8610 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8611
8612 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
8613 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
8614 we use the syntax table of the correct buffer.
8615 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
8616 Felix Gatzemeier.
8617
8618 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
8619 (ediff-file-remote-p): Make synonymous with file-remote-p.
8620 In all deffaces ediff-*-face-*, use min-colors.
8621
8622 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
8623 ediff-recurse-to-subdirectories.
8624 (ediff-mark-if-equal): Check that the arguments are strings, use
8625 ediff-same-contents (after to Felix Gatzemeier).
8626
8627 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
8628 nil.
8629
8630 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8631
8632 * log-view.el (log-view-message-re): Fix up Subversion regexp.
8633
8634 2005-02-18 David Kastrup <dak@gnu.org>
8635
8636 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
8637 use `mark-active' when defined.
8638
8639 2005-02-18 Kenichi Handa <handa@m17n.org>
8640
8641 * ps-print.el (ps-font-info-database): New entry
8642 ZapfChancery-MediumItalic with correct font name. Fix font name
8643 of the entry Zapf-Chancery-MediumItalic.
8644
8645 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8646
8647 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
8648
8649 2005-02-16 Kim F. Storm <storm@cua.dk>
8650
8651 * ido.el (ido-fallback-command): Pass user input to fallback command.
8652
8653 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
8654
8655 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8656 (gdb-find-file-hook): Add server prefix.
8657
8658 2005-02-16 Richard M. Stallman <rms@gnu.org>
8659
8660 * replace.el (perform-replace): Pass new args to replace-highlight.
8661 (replace-highlight): Take region args,
8662 and pass them to isearch-lazy-highlight-new-loop.
8663
8664 * novice.el (disabled-command-hook): Autoload the defalias
8665 and the make-obsolete-variable call.
8666
8667 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
8668
8669 * isearch.el (isearch-lazy-highlight-start-limit)
8670 (isearch-lazy-highlight-end-limit): New variables limit
8671 the region for highlighting.
8672 (isearch-lazy-highlight-new-loop): New args BEG and END.
8673 (isearch-lazy-highlight-search): Use the new vars.
8674 (isearch-lazy-highlight-update): Likewise.
8675
8676 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
8677
8678 * cus-start.el (all): Use default-boundp.
8679
8680 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
8681
8682 * menu-bar.el (menu-bar-select-frame): Handle current frame.
8683
8684 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
8685
8686 * autorevert.el (auto-revert-stop-on-user-input)
8687 (auto-revert-verbose): Doc fixes.
8688
8689 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8690
8691 * international/mule-cmds.el (set-locale-environment): Remove call
8692 to set-selection-coding-system on Windows.
8693
8694 2005-02-15 Jay Belanger <belanger@truman.edu>
8695
8696 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8697 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8698 calcFunc-coth.
8699 (math-simplify-sqrt): Add simplifications.
8700
8701 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8702 to list.
8703
8704 * calc/calc-ext.el: Add functions to autoloads.
8705
8706 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8707 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8708 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8709 (math-csc-raw, math-cot-raw): New functions.
8710
8711 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8712
8713 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8714 the variable name in a message.
8715
8716 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8717 calcFunc-csc, calcFunc-cot.
8718
8719 * calc/calcalg2.el: Add derivative and integration rules for
8720 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8721 calcFunc-csch, calcFunc-coth.
8722 (math-do-integral-methods): Add to checks for when to use
8723 substitutions.
8724
8725 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8726
8727 2005-02-15 Lute Kamstra <lute@gnu.org>
8728
8729 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8730 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
8731 <monnier@iro.umontreal.ca>
8732 (lisp-outline-level): Improve efficiency. Suggested by David
8733 Kastrup <dak@gnu.org>.
8734
8735 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
8736
8737 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8738 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8739 (gdb-set-gud-minor-mode-existing-buffers): New functions.
8740 (gdb-find-file-hook): New hook. Add it to find-file-hook.
8741 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8742
8743 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
8744
8745 * cus-start.el (all): Comment change.
8746
8747 2005-02-14 Lute Kamstra <lute@gnu.org>
8748
8749 * cus-start.el (all): Check if symbol is void.
8750
8751 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
8752
8753 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8754 optional argument to \cite.
8755
8756 2005-02-14 Richard M. Stallman <rms@gnu.org>
8757
8758 * cus-edit.el (custom-buffer-create-internal): Update help message.
8759 (custom-magic-alist): Update help messages.
8760
8761 * cus-start.el (all): Allow a var to specify a standard value.
8762
8763 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
8764
8765 * custom.el (custom-theme-set-variables): Handle variable aliases.
8766
8767 * frame.el (blink-cursor-timer): Doc fix.
8768 (blink-cursor): Make it an alias for `blink-cursor-mode' and
8769 declare obsolete.
8770 (blink-cursor-mode): Define with defcustom and use correct
8771 standard expression in that defcustom.
8772 * startup.el (command-line): Adapt to above changes in frame.el.
8773
8774 2005-02-11 Lute Kamstra <lute@gnu.org>
8775
8776 * apropos.el (apropos-score-doc): Prevent division by zero.
8777
8778 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
8779
8780 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8781 (icalendar--get-event-property-attributes)
8782 (icalendar--get-event-properties)
8783 (icalendar--datetime-to-diary-date): New functions.
8784 (icalendar--split-value): Doc fix.
8785 (icalendar--datetime-to-noneuropean-date)
8786 (icalendar--datetime-to-european-date): New optional argument
8787 SEPARATOR. Return result as a string instead of a list.
8788 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8789 (icalendar--convert-string-for-export): Rename arg S to STRING.
8790 (icalendar-export-region): Doc fix. Change name of error buffer.
8791 Save output buffer.
8792 (icalendar-import-file): Add blank at end of prompt.
8793 (icalendar-import-buffer): Doc fix. Do not switch to error
8794 buffer. Indicate status in return value.
8795 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
8796 buffer. Save output buffer. Handle exception from recurrence
8797 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
8798 events. Fix problems with weekly all-day events.
8799
8800 2005-02-10 Richard M. Stallman <rms@gnu.org>
8801
8802 * simple.el (eval-expression-print-format):
8803 Avoid warning about edebug-active.
8804
8805 * help.el (help-for-help-internal): Rename from help-for-help.
8806 (help-for-help): Define with defalias.
8807
8808 * font-core.el (font-lock-default-function): Use with-no-warnings.
8809
8810 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8811
8812 * custom.el (defface): Doc fix.
8813
8814 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
8815
8816 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8817 width 0" to prevent word wrapping problems.
8818
8819 2005-02-09 Kim F. Storm <storm@cua.dk>
8820
8821 * ido.el (ido-file-extensions-order): New defcustom.
8822 (ido-file-extension-lessp, ido-file-extension-aux)
8823 (ido-file-extension-order): New advanced file ordering.
8824 (ido-file-lessp): New simple file ordering.
8825 (ido-sort-list): Remove.
8826 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8827 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8828
8829 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
8830
8831 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8832 that some versions of grep produce.
8833 (grep-mode-font-lock-keywords): Likewise.
8834
8835 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
8836
8837 * progmodes/gdb-ui.el (gdb-location-list): New variable.
8838 (gdb-cdir): Delete.
8839 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8840 (gdb-source-info): Treat case when source file is in another
8841 directory properly.
8842 (gdb-get-location): New function.
8843
8844 2005-02-07 Jay Belanger <belanger@truman.edu>
8845
8846 * calc/calc-prog.el (calc-write-parse-table-part)
8847 (calc-fix-token-name): Fix a check for language type.
8848
8849 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8850
8851 2005-02-07 Andre Spiegel <spiegel@gnu.org>
8852
8853 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8854 as directory not writable.
8855
8856 2005-02-07 Kim F. Storm <storm@cua.dk>
8857
8858 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8859 (cua--standard-movement-commands): Remove list.
8860 Instead, set CUA property value to move for movement commands.
8861 (cua-movement-commands): Remove. Users must set CUA prop instead.
8862 (cua--pre-command-handler): Check CUA property.
8863 (cua--init-keymaps): Don't remap undo commands.
8864 (cua-mode): Don't call cua--rectangle-on-off.
8865
8866 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8867 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8868 (cua--rect-undo-set-point): New var.
8869 (cua--rectangle-undo-boundary): Setup undo apply entry.
8870 (cua--rect-undo-handler): New function for rectangle undo.
8871 (cua--rect-start-position, cua--rect-end-position): Add.
8872 (cua--rectangle-post-command): Call cua--rectangle-set-corners
8873 for restored rectangle. Set point if cua--rect-undo-set-point.
8874
8875 2005-02-06 Jay Belanger <belanger@truman.edu>
8876
8877 * calc/calc-lang.el (calc-tex-language): Display more information
8878 in messages.
8879
8880 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8881 in TeX mode.
8882
8883 2005-02-06 Richard M. Stallman <rms@gnu.org>
8884
8885 * emacs-lisp/lisp.el (buffer-end): Doc fix.
8886
8887 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8888
8889 * net/ldap.el (ldap-search-internal): Support attributes with
8890 optional descriptions separated by a semi-colon, as in
8891 "userCertificate;binary".
8892
8893 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8894
8895 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8896 isn't a cons (i.e. the version is 0).
8897
8898 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8899
8900 * help.el (help-for-help): Doc fix.
8901
8902 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
8903
8904 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
8905 GDB-Windows on the menu-bar as this works better.
8906
8907 2005-02-04 Jay Belanger <belanger@truman.edu>
8908
8909 * calc/calc-embed.el (calc-embedded-update): Don't put in
8910 unnecessary newlines. Adjust the end of formula marker.
8911
8912 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8913 (math-latex-parse-two-args): New function.
8914
8915 2005-02-03 Lute Kamstra <lute@gnu.org>
8916
8917 * help-fns.el (help-with-tutorial): Make sure that users cannot
8918 remove the entire text of the tutorial by means of `undo'.
8919
8920 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8923 in recent changes, where the ispell process was repeatedly
8924 killed & restarted.
8925
8926 * international/mule-cmds.el (set-locale-environment): Set file-name
8927 coding system to utf-8 on Darwin systems.
8928 (set-default-coding-systems): Don't set default-file-name-coding-system
8929 on Darwin systems.
8930
8931 2005-02-03 Richard M. Stallman <rms@gnu.org>
8932
8933 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8934
8935 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
8936
8937 * faces.el (list-faces-display): Add optional argument.
8938
8939 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * font-core.el (font-lock-default-function): Handle the rare case where
8942 only font-lock-keywords is set.
8943
8944 2005-02-02 Kenichi Handa <handa@m17n.org>
8945
8946 * international/characters.el: Cancel previous change for
8947 I-WITH-DOT-ABOVE and DOTLESS-i.
8948
8949 * international/latin-5.el: Cancel previous change.
8950
8951 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8952
8953 * progmodes/gud.el: Correction to syntax in gud-menu-map.
8954
8955 2005-02-02 Kenichi Handa <handa@m17n.org>
8956
8957 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8958 DOTLESS-i.
8959
8960 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8961 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8962
8963 * case-table.el (get-upcase-table): New function.
8964 (copy-case-table): Copy upcaes table too if non-nil.
8965 (set-case-syntax-delims): Maintain upcase table too.
8966 (set-case-syntax-pair): Likewise.
8967 (set-upcase-syntax, set-downcase-syntax): New functions.
8968 (set-case-syntax): Maintain upcase table too.
8969
8970 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8971
8972 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8973
8974 * progmodes/gud.el (gud-goto-info): New function.
8975 (gud-tool-bar-map): Use correct icon.
8976
8977 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8978
8979 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8980 When delegating, order args in the funcall correctly.
8981
8982 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8983
8984 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8985
8986 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
8987
8988 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8989 buffer not visiting a file.
8990
8991 2005-01-31 Jay Belanger <belanger@truman.edu>
8992
8993 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8994 bound on the line with the formula.
8995
8996 2005-01-31 Kim F. Storm <storm@cua.dk>
8997
8998 * ses.el (ses-create-cell-variable-range)
8999 (ses-destroy-cell-variable-range, ses-reset-header-string)
9000 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
9001 (ses-insert-row): Fix format of apply undo entries.
9002
9003 2005-01-31 Jay Belanger <belanger@truman.edu>
9004
9005 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
9006 parts.
9007
9008 * calc/calc-embed.el (calc-embedded-open-formula)
9009 (calc-embedded-close-formula): Ignore matrix environments.
9010
9011 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
9012 TeX mode.
9013
9014 * calc/calc-lang.el (math-function-table, math-oper-table)
9015 (math-variable-table): Adjust the LaTeX portions.
9016
9017 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
9018 (math-latex-ignore-words): New constant.
9019
9020 2005-01-31 Richard M. Stallman <rms@gnu.org>
9021
9022 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
9023 (ispell-local-dictionary): Doc fix.
9024 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
9025 Don't reinitialize at run time. Don't defcustom.
9026 All uses changed to append ispell-local-dictionary-alist,
9027 or check it first.
9028 (ispell-current-dictionary): New variable for dictionary in use.
9029 (ispell-dictionary): Now used only for global default.
9030 (ispell-start-process): Set ispell-current-dictionary,
9031 not ispell-dictionary.
9032 (ispell-change-dictionary): Use this only for setting
9033 user preferences.
9034 (ispell-internal-change-dictionary): New function
9035 to change the current dictionary in use.
9036 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
9037 Use ispell-current-dictionary.
9038 Handle ispell-local-dictionary-overridden.
9039 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
9040
9041 2005-01-31 Jay Belanger <belanger@truman.edu>
9042
9043 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
9044
9045 * calc/calc-ext.el: Add calc-latex-language to autoloads.
9046 (calc-mode-map): Add calc-latex-language.
9047
9048 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
9049 (math-latex-print-frac): New functions.
9050 (math-oper-table, math-function-table, math-variable-table)
9051 (math-complex-format, math-input-filter): Add latex properties.
9052 (calc-set-language): Set math-expr-special-function-mapping.
9053
9054 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
9055 (calc-write-parse-table-part): Add LaTeX support.
9056
9057 * calc/calc.el (calc-language): Adjust docstring.
9058 (calc-set-mode-line): Add LaTeX support.
9059 (math-expr-special-function-mapping): New variable.
9060 (math-tex-ignore-words): Add to list.
9061
9062 * calc/calccomp.el (math-compose-expr, math-compose-rows):
9063 Add LaTeX support.
9064 (math-compose-expr): Add support for special functions.
9065
9066 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
9067
9068 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
9069
9070 * progmodes/gdb-ui.el (gdb-memory-address)
9071 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
9072 (gdb-memory-mode-map, gdb-memory-format-keymap)
9073 (gdb-memory-format-menu, gdb-memory-unit-keymap)
9074 (gdb-memory-unit-menu): New variables for a buffer
9075 that lets the user examine program memory.
9076 (gdb-memory-set-address, gdb-memory-set-repeat-count)
9077 (gdb-memory-format-binary, gdb-memory-format-octal)
9078 (gdb-memory-format-unsigned, gdb-memory-format-signed)
9079 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
9080 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
9081 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9082 (gdb-memory-unit-byte, gdb-memory-unit-menu)
9083 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
9084 (gdb-memory-mode, gdb-memory-buffer-name)
9085 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
9086 New functions for above buffer.
9087
9088 2005-01-30 Richard M. Stallman <rms@gnu.org>
9089
9090 * cus-edit.el (custom-bury-buffer): Function deleted.
9091 (custom-buffer-done-function): Option deleted.
9092 (custom-buffer-done-kill): New (replacement option.
9093 (Custom-buffer-done): Call quit-window.
9094 (custom-buffer-create-internal): Update for above changes.
9095
9096 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
9097
9098 * simple.el (undo-ask-before-discard): New var.
9099 (undo-outer-limit-truncate): Implement it.
9100 (undo-extra-outer-limit): Doc update.
9101
9102 2005-01-29 Richard M. Stallman <rms@gnu.org>
9103
9104 * ses.el (undo-more): Delete defadvice.
9105 (ses-begin-change): Doc fix.
9106
9107 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
9108 instead of rebinding C-x u and C-_.
9109
9110 * files.el (normal-backup-enable-predicate): Return nil for files
9111 in /tmp, regardless of temporary-file-directory.
9112
9113 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
9114
9115 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
9116 (open-rectangle, delete-whitespace-rectangle-line)
9117 (clear-rectangle-line): If FILL, pass t instead of FILL
9118 for move-to-column's 2nd arg.
9119
9120 * simple.el (undo): Fix the test for continuing a series of undos.
9121 (undo-more): Set pending-undo-list to t when we reach end.
9122 (pending-undo-list): Move up defvar.
9123
9124 * wid-edit.el (widget-button-click):
9125 Shorten the range of the track-mouse binding.
9126
9127 * comint.el (comint-insert-input): Undo previous changes;
9128 use last-input-event in interactive spec.
9129
9130 2005-01-29 Eli Zaretskii <eliz@gnu.org>
9131
9132 * progmodes/compile.el (compilation-start): Bind buffer-read-only
9133 to nil before invoking call-process. Reset buffer's modified flag
9134 after fontifying it in the no-async branch.
9135
9136 * wid-edit.el (widget-specify-button): If mouse pointer shape
9137 cannot be changed, use mouse face instead.
9138
9139 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
9140
9141 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9142 (gdb-goto-breakpoint): Make breakpoint handling work on template
9143 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
9144 (gdb-assembler-custom): Update to recognize breakpoint information
9145 added on 2005-01-19.
9146
9147 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
9148
9149 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
9150 (dsssl-mode): Use define-derived-mode.
9151 (scheme-mode-initialize): Remove.
9152 (scheme-mode): Use run-mode-hooks.
9153
9154 * cus-edit.el (customize-group-other-window)
9155 (custom-buffer-create-other-window): Don't override special-display-*.
9156 (custom-mode-map): Make it dense.
9157
9158 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
9159 sets the default value.
9160
9161 2005-01-28 Eli Zaretskii <eliz@gnu.org>
9162
9163 * descr-text.el: Add more keywords.
9164
9165 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * speedbar.el: Avoid unnecessary use of locate-library.
9168
9169 * international/mule-cmds.el (standard-display-european-internal):
9170 Don't fiddle with latin-1 non-break space any more since it's now
9171 special cased in the C code.
9172 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
9173
9174 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
9175
9176 * cus-start.el (all): Add `undo-outer-limit'.
9177
9178 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9179
9180 * textmodes/bibtex.el (bibtex-format-entry):
9181 Use `bibtex-empty-field-re' only on the text of fields, not on entire
9182 field lines.
9183 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
9184 not on part of a buffer.
9185
9186 2005-01-25 Lute Kamstra <lute@gnu.org>
9187
9188 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
9189 nonempty field text strings like "{letters\\macro{}more letters}".
9190 Clarify docstring.
9191 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
9192 (bibtex-entry-offset, bibtex-parse-association)
9193 (bibtex-parse-field-name): Fix typos in docstrings.
9194 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
9195
9196 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
9197
9198 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
9199 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
9200 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
9201 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
9202
9203 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
9204 isearch minor mode.
9205
9206 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
9207
9208 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
9209
9210 2005-01-24 Lute Kamstra <lute@gnu.org>
9211
9212 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
9213 CASECHARS and NOT-CASECHARS regular expressions of the
9214 "nederlands" and "nederlands8" dictionaries to prevent a "Range
9215 striding over charsets" error.
9216
9217 2005-01-24 Jay Belanger <belanger@truman.edu>
9218
9219 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
9220 display variable name.
9221
9222 2005-01-24 Kenichi Handa <handa@m17n.org>
9223
9224 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
9225 Fix setting of the element of encoded-kbd-iso2022-invocations.
9226
9227 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
9228
9229 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9230 (gdb-threads-select): Change to also accept mouse events.
9231 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
9232 (gdb-threads-mouse-select): Delete.
9233
9234 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
9235
9236 * files.el (insert-directory): Take care of empty directory,
9237 listed without -a switch.
9238
9239 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * textmodes/refill.el (refill-post-command-function):
9242 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
9243 to the list of functions that we should be careful not to undo.
9244 (refill-late-fill-paragraph-function): Remove.
9245 (refill-saved-state): New var.
9246 (refill-mode): Use it to save fill-paragraph-function.
9247 Save also the value of auto-fill-function.
9248
9249 * term/w32-win.el: Simplify code.
9250
9251 2005-01-23 Kim F. Storm <storm@cua.dk>
9252
9253 * simple.el (line-move): Adapt to new return value from
9254 pos-visible-in-window-p.
9255
9256 * simple.el (line-move): Fix last change. Check partial
9257 visibility at point rather than at window-start.
9258
9259 2005-01-22 Jason Rumney <jasonr@gnu.org>
9260
9261 * term/w32-win.el (xw-defined-colors): Remove debug-message.
9262
9263 2005-01-22 David Kastrup <dak@gnu.org>
9264
9265 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
9266
9267 2005-01-22 Eli Zaretskii <eliz@gnu.org>
9268
9269 * type-break.el (type-break-mode): Add a test for
9270 type-break-file-name being non-nil.
9271
9272 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9273
9274 * net/eudc.el (top level): Call (message "") via progn, so that
9275 eudc-options-file is loaded.
9276
9277 2005-01-22 Kim F. Storm <storm@cua.dk>
9278
9279 * simple.el (line-move-1): Rename from line-move.
9280 (line-move): New function that adjusts vscroll for partially
9281 visible rows, and calls line-move-1 otherwise.
9282
9283 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
9284
9285 * pcomplete.el: define pcomplete-read-event instead of read-event,
9286 since it's not a complete read-event implementation
9287
9288 2005-01-20 Jay Belanger <belanger@truman.edu>
9289
9290 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
9291 for called function.
9292
9293 2005-01-20 Steven Tamm <steventamm@mac.com>
9294
9295 * term/mac-win.el (process-connection-type): Remove.
9296 Controlled now by s/darwin.h:PTY_ITERATION.
9297
9298 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9299
9300 * window.el (handle-select-window): Don't switch window when we're
9301 in the minibuffer.
9302
9303 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
9304
9305 * subr.el (dotimes-with-progress-reporter): New macro.
9306
9307 * ses.el (ses-dotimes-msg): Remove macro.
9308 Use `dotimes-with-progress-reporter' instead.
9309
9310 2005-01-19 Steven Tamm <steventamm@mac.com>
9311
9312 * term/mac-win.el (process-connection-type): Use new
9313 operating-system-release variable to use ptys on Darwin 7 (OS X
9314 10.3) when using carbon build.
9315
9316 2005-01-19 Jay Belanger <belanger@truman.edu>
9317
9318 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
9319 flags if the last command was a tab or M-tab.
9320
9321 * calc/calc-prog.el (calc-user-define-edit): Put original formula
9322 in formula editing buffer.
9323
9324 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9325
9326 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
9327 breakpoint image symbol in margin.
9328
9329 2005-01-19 Jay Belanger <belanger@truman.edu>
9330
9331 * calc/calc-prog.el (calc-execute-kbd-macro):
9332 Ignore calc-keep-arg-flag.
9333
9334 2005-01-19 Kenichi Handa <handa@m17n.org>
9335
9336 * textmodes/ispell.el (ispell-looking-at): New function.
9337 (ispell-process-line): Use ispell-looking-at to compare the ispell
9338 output and the buffer contents.
9339
9340 2005-01-18 Jay Belanger <belanger@truman.edu>
9341
9342 * calc/calc.el (calc-display-raw): Fix docstring.
9343
9344 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9345
9346 * simple.el (blink-matching-open): Strip extra info from syntax.
9347
9348 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
9349 funny chars in the end-of-here-doc marker.
9350
9351 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9352
9353 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
9354 that enable/disabled state of breakpoints is shown correctly in
9355 fringe and on ttys.
9356 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
9357 Add breakpoint information as text properties.
9358 (gdb-mouse-toggle-breakpoint):
9359 Rename to gdb-mouse-set-clear-breakpoint.
9360 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
9361 breakpoints in the margin.
9362 (gdb-remove-strings): Simplify.
9363
9364 2005-01-17 Jay Belanger <belanger@truman.edu>
9365
9366 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
9367 erasing buffer.
9368
9369 2005-01-17 Richard M. Stallman <rms@gnu.org>
9370
9371 * progmodes/grep.el (grep-find): Copy from `grep' the condition
9372 for calling grep-compute-defaults.
9373
9374 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
9375 if buffer is empty.
9376
9377 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
9378
9379 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * hilit-chg.el (highlight-changes-mode): Don't autoload.
9382
9383 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
9384 non-preloaded variables.
9385
9386 2005-01-17 Steven Tamm <steventamm@mac.com>
9387
9388 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
9389 tex-shell cause to force interactivity when using pipes.
9390
9391 2005-01-17 Kim F. Storm <storm@cua.dk>
9392
9393 * simple.el (just-one-space): Make arg optional.
9394
9395 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
9396
9397 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
9398 posn-at-x-y to t to access left-margin.
9399
9400 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9401
9402 Sync with Tramp 2.0.47.
9403
9404 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
9405 catching keep-date problems in cp/scp operations.
9406 (tramp-handle-copy-file): Don't call `set-file-modes'
9407 unconditionally. Specialized functions should know better what is
9408 necessary. This improves performance a little bit, and the
9409 functions could catch errors with `cp -p' and `scp -p'.
9410 (tramp-do-copy-or-rename-file-via-buffer)
9411 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
9412 when appropriate.
9413 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
9414 Call `set-file-modes' when appropriate.
9415 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
9416 Johnsson <isak@hypergene.com>
9417 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
9418 of both Tramp buffer and debug buffer. Reported by Joakim Verona
9419 <joakim@verona.se>
9420 (tramp-file-name-for-operation): Mark `shell-command' as magic for
9421 Emacs only.
9422
9423 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
9424 `find-file-hooks' and `dired-mode-hook'.
9425 (tramp-minor-mode-map): Respective map. Add remapping for
9426 `compile' and `recompile'.
9427 (tramp-remap-command, tramp-recompile): New defuns.
9428 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
9429 in buffer "*Compilation*". Call the commands asynchronously.
9430
9431 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
9432 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
9433 `shell-command', because it isn't magic in XEmacs. Reported by
9434 Adrian Aichner <adrian@xemacs.org>.
9435
9436 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9437 `substitute-in-file-name.
9438 (tramp-smb-handle-substitute-in-file-name): New defun.
9439 (tramp-smb-advice-PC-do-completion): Delete advice.
9440
9441 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
9442
9443 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
9444 Fix error in deleting region.
9445
9446 2005-01-15 Richard M. Stallman <rms@gnu.org>
9447
9448 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
9449 In non-temp buffer, switch syntax table temporarily.
9450
9451 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
9452
9453 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
9454
9455 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
9456
9457 * imenu.el (imenu--split-menu): Copy menulist before sorting.
9458 (imenu--generic-function): Use START, not BEG, as pos of definition.
9459
9460 * simple.el (just-one-space): Argument specifies number of spaces.
9461
9462 * simple.el (eval-expression-print-format): Avoid warning
9463 about edebug-active.
9464
9465 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
9466
9467 * progmodes/sh-script.el: Code copied from make-mode.el
9468 with small changes,
9469 (sh-mode-map): Bind C-c C-\.
9470 (sh-backslash-column, sh-backslash-align): New variables.
9471 (sh-backslash-region, sh-append-backslash): New functions.
9472
9473 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
9474
9475 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
9476 (rmail-pop-password, rmail-pop-password-required): Move to
9477 rmail-obsolete group.
9478 (rmail-set-pop-password): Rename to rmail-set-remote-password.
9479 All callers updated.
9480 (rmail-get-pop-password): Rename to rmail-get-remote-password.
9481 Take an argument specifying whether it is POP or IMAP mailbox we
9482 are using. All callers updated.
9483 (rmail-pop-password-error): Rename to
9484 rmail-remote-password-error. Added mailutils-specific error message.
9485 (rmail-movemail-search-path)
9486 (rmail-movemail-variant-in-use): New variables.
9487 (rmail-remote-password, rmail-remote-password-required):
9488 New customization variables.
9489 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
9490 (rmail-parse-url): New function.
9491 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
9492 with GNU mailutils movemail.
9493
9494 2005-01-15 Kevin Ryde <user42@zip.com.au>
9495
9496 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
9497 suffix to space, $ or '$, to correctly position point when going
9498 to @table style constants like DBL_MAX.
9499
9500 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9501
9502 * type-break.el (type-break-mode, type-break-file-time)
9503 (type-break-file-keystroke-count, type-break-choose-file):
9504 Don't store data in or load data from the file if type-break-file-name
9505 is nil.
9506 (type-break-file-name): Doc update as per the above.
9507
9508 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
9509
9510 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
9511 lookup-key might return nil; handle that.
9512
9513 2005-01-15 Alan Mackenzie <acm@muc.de>
9514
9515 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
9516 rather than the element found, thus enabling the tree to be setcar'd.
9517
9518 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9519
9520 * textmodes/org.el (org-show-following-heading): New option.
9521 (org-show-hierarchy-above): Use `org-show-following-heading'.
9522 (org-cycle): Documentation fix.
9523
9524 * textmodes/org.el (orgtbl-optimized): New option
9525 (orgtbl-mode): New command, a minor mode.
9526 (orgtbl-mode-map): New variable.
9527 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
9528 (orgtbl-error, orgtbl-self-insert-command)
9529 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
9530
9531 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
9532 a local variable in each org-mode buffer.
9533
9534 * textmodes/org.el (org-set-regexps-and-options): Rename from
9535 `org-set-regexps'. Added checking for STARTUP keyword.
9536 (org-get-current-options): Add STARTUP options.
9537 (org-table-insert-row): Make mode intelligent about when
9538 realignment is needed.
9539 (org-self-insert-command, org-delete-backward-char, org-delete-char):
9540 New commands.
9541 (org-enable-table-editor): New default value `optimized'.
9542 (org-table-blank-field): Support blanking regions if active.
9543
9544 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9545
9546 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
9547 if the year is not given.
9548
9549 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
9550 Add new escapes %m and %M, fixed bug with %F by adding
9551 save-match-data.
9552 (reftex-reference): Remove ?. from list of spaces.
9553 (reftex-label-info): Add automatic label prefix recognition.
9554
9555 * textmodes/reftex-index.el (reftex-index-next-phrase):
9556 Add slave parameter to call of `reftex-index-this-phrase'.
9557 (reftex-index-this-phrase): New optional argument.
9558 (reftex-index-region-phrases): Add slave parameter to call of
9559 `reftex-index-this-phrase'.
9560 (reftex-display-index): New argument redo.
9561 (reftex-index-rescan): Add 'redo to arguments of
9562 `reftex-display-index'.
9563 (reftex-index-Rescan, reftex-index-revert)
9564 (reftex-index-switch-index-tag): Add 'redo to arguments of
9565 `reftex-display-index'.
9566 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
9567 indexing. Fix bug with matching is there is a quote before or
9568 after the word.
9569
9570 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
9571 Fix bug when collecting citation keys in lines with comments.
9572 (reftex-citation): Prefix argument no longer rescans the document,
9573 but forces prompting for optional arguments of cite macros.
9574 (reftex-do-citation): Prompting for optional arguments implemented.
9575
9576 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9577 Add optional arguments to most cite commands.
9578 (reftex-cite-cleanup-optional-args): New option
9579 (reftex-cite-prompt-optional-args): New option.
9580 (reftex-trust-label-prefix): New option.
9581
9582 * textmodes/reftex-toc.el (reftex-toc-find-section):
9583 Add push-mark before changing the position in the buffer.
9584
9585 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
9586 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
9587
9588 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
9589
9590 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
9591 more carefully.
9592
9593 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9594
9595 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
9596 (sgml-mode): Use it.
9597 (sgml-get-context): Better keep track of implicitly closed tags.
9598
9599 2005-01-13 Kenichi Handa <handa@m17n.org>
9600
9601 * textmodes/ispell.el: These changes are to fix misalignment error
9602 caused by equivalent characters of different Emacs charsets.
9603 (ispell-unified-chars-table): New variable.
9604 (ispell-get-decoded-string): New function.
9605 (ispell-get-casechars, ispell-get-not-casechars)
9606 (ispell-get-otherchars): Call ispell-get-decoded-string.
9607
9608 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9609
9610 * custom.el (custom-declare-variable): Just put symbol instead
9611 of (defvar . symbol) in `current-load-list'.
9612
9613 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9614
9615 * emacs-lisp/elint.el: Fixed typo in Commentary section.
9616
9617 2005-01-12 Jay Belanger <belanger@truman.edu>
9618
9619 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
9620 to create a Calc summary.
9621
9622 2005-01-12 Kim F. Storm <storm@cua.dk>
9623
9624 * mouse.el (mouse-on-link-p): Change functionality and doc
9625 string to comply with latest description in lisp ref.
9626
9627 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
9628
9629 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
9630 Enable mouse clicks on mode-line, header-line and margin.
9631 (event-type): Give mouse event symbols an 'event-kind property
9632 with value 'mouse-click.
9633
9634 2005-01-12 Juri Linkov <juri@jurta.org>
9635
9636 * facemenu.el (list-colors-display): Add new arg buffer-name.
9637 Use it. Fix docstring. Replace code for identifying duplicate
9638 colors by the name with call to `list-colors-duplicates' which
9639 identifies duplicate colors by the value unless the color
9640 is one of special Windows colors. Set truncate-lines to t.
9641 Print sorted duplicate color names on each line. Indent to 22
9642 \(the longest color name in rgb.txt) instead of 20. Optimize.
9643 (list-colors-duplicates): New function.
9644 (facemenu-color-name-equal): Delete function.
9645
9646 * facemenu.el (list-colors-print): New function created from code
9647 in list-colors-display. Print #RRGGBB at the window right edge.
9648 (list-colors-display): When temp-buffer-show-function is not
9649 defined, call list-colors-print from temp-buffer-show-hook
9650 to get the right value of window-width in list-colors-print
9651 after the buffer is displayed.
9652
9653 * simple.el (pop-mark): Move deactivate-mark out of conditional
9654 part to deactivate the active mark regardless of the state of the
9655 mark ring.
9656
9657 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
9658 variables line in desktop files.
9659
9660 2005-01-12 Juri Linkov <juri@jurta.org>
9661
9662 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
9663 Bring together isearch highlight related options.
9664 (lazy-highlight): Replace group `replace' by `matching'.
9665 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9666 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9667 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
9668 and declare them obsolete.
9669 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
9670 (isearch-faces): Remove defgroup.
9671 (isearch-overlay, isearch-highlight, isearch-dehighlight):
9672 Move isearch highlighting code closer to lazy highlighting code.
9673
9674 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
9675 (query-replace-highlight, query-replace-lazy-highlight)
9676 (query-replace): Move definitions to the beginning of the file.
9677
9678 2005-01-11 Juri Linkov <juri@jurta.org>
9679
9680 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
9681 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
9682 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
9683
9684 * info.el (Info-history-forward): New variable.
9685 (Info-select-node): Reset Info-history-forward to nil.
9686 (Info-last): Turn into defalias.
9687 (Info-history-back): Rename from Info-last.
9688 Add current node to Info-history-forward.
9689 (Info-history-forward): New fun.
9690 (Info-mode-map): Replace Info-last by Info-history-back.
9691 Bind Info-history-forward to "r".
9692 (Info-mode-menu): Replace Info-last by Info-history-back.
9693 Fix menu item text. Add menu item for Info-history-forward.
9694 (info-tool-bar-map): Replace Info-last by Info-history-back.
9695 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
9696 for Info-history-forward.
9697 (Info-mode): Replace Info-last by Info-history-back in docstring.
9698 Add local variable Info-history-forward.
9699 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9700
9701 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9702
9703 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9704 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9705 Ignore select-window events rather than fiddle with
9706 mouse-autoselect-window.
9707
9708 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
9709
9710 * type-break.el (type-break-mode): Fix previous change.
9711
9712 2005-01-10 Jay Belanger <belanger@truman.edu>
9713
9714 * calc/calc-ext.el (calc-reset): Reset when inside embedded
9715 calculator; only reset when point is inside a calculator.
9716 Don't adjust the window height if the window takes up the whole height
9717 of the frame.
9718
9719 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9720
9721 * ebuff-menu.el (Electric-buffer-menu-mode):
9722 Preserve value of buffer-local var header-line-format.
9723
9724 2005-01-09 Jay Belanger <belanger@truman.edu>
9725
9726 * calc/calc.el (calc-mode-var-list-restore-saved-values):
9727 Make sure settings file exists before accessing it.
9728
9729 * calc/calc-embed.el (calc-embedded-subst):
9730 Replace math-multi-subst-rec, which is only supposed to be called
9731 by math-multi-subst, by math-multi-subst.
9732
9733 2005-01-09 Andre Spiegel <spiegel@gnu.org>
9734
9735 * vc.el (vc-allow-async-revert): New user option.
9736 (vc-disable-async-diff): New internal variable.
9737 (vc-revert-buffer): Use them to disable asynchronous diff.
9738
9739 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9740 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9741 asynchronously if vc-disable-async-diff is t.
9742
9743 2005-01-09 Jay Belanger <belanger@truman.edu>
9744
9745 * calc/calc.el (defcalcmodevar): New macro.
9746 (calc-mode-var-list-restore-default-values)
9747 (calc-mode-var-list-restore-saved-values): New functions.
9748 (calc-mode-var-list): Use defcalcmodevar to define it.
9749 (calc-always-load-extensions, calc-line-numbering)
9750 (calc-line-breaking, calc-display-just, calc-display-origin)
9751 (calc-number-radix, calc-leading-zeros, calc-group-digits)
9752 (calc-group-char, calc-point-char, calc-frac-format)
9753 (calc-prefer-frac, calc-hms-format, calc-date-format)
9754 (calc-float-format, calc-full-float-format, calc-complex-format)
9755 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9756 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9757 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9758 (calc-matrix-brackets, calc-language, calc-language-option)
9759 (calc-left-label, calc-right-label, calc-word-size)
9760 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9761 (calc-display-raw, calc-internal-prec, calc-angle-mode)
9762 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9763 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9764 (calc-window-height, calc-display-trail, calc-show-selections)
9765 (calc-use-selections, calc-assoc-selections)
9766 (calc-display-working-message, calc-auto-why, calc-timing)
9767 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9768 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9769 (calc-gnuplot-default-device, calc-gnuplot-default-output)
9770 (calc-gnuplot-print-device, calc-gnuplot-print-output)
9771 (calc-gnuplot-geometry, calc-graph-default-resolution)
9772 (calc-graph-default-resolution-3d, calc-invocation-macro)
9773 (calc-show-banner): Use defcalcmodevar to declare them and set
9774 their default values.
9775
9776 * calc/calc-ext.el (calc-reset): Restore saved values of variables
9777 instead of default values (but restore default values if there is
9778 an argument of 0).
9779
9780 2005-01-09 David Kastrup <dak@gnu.org>
9781
9782 * desktop.el (desktop-restore-eager): Fix typo in type.
9783
9784 2005-01-08 Richard M. Stallman <rms@gnu.org>
9785
9786 * cus-edit.el (customize): Delete :link.
9787
9788 2005-01-08 Jay Belanger <belanger@truman.edu>
9789
9790 * calc/calc.el (calc-mode): Remove the extension from the
9791 `calc-settings-file' file name when loading it.
9792
9793 2005-01-08 Kim F. Storm <storm@cua.dk>
9794
9795 * info.el (Info-mode-map, Info-next-link-keymap)
9796 (Info-prev-link-keymap, Info-up-link-keymap):
9797 Map follow-link to mouse-face.
9798 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9799
9800 2005-01-08 Jay Belanger <belanger@truman.edu>
9801
9802 * calc/calc.el (calc-settings-file): Change default value.
9803 Suggested by cgw in a comment in calc-mode.el.
9804
9805 * calc/calc-mode.el (calc-settings-file-name):
9806 Compare calc-settings-file to user-init-file instead of ~/.emacs.
9807 Replace ~/.emacs in a prompt by calc-settings-file.
9808
9809 2005-01-07 Lars Hansen <larsh@math.ku.dk>
9810
9811 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9812 (desktop-lazy-idle-delay): New customizable variables.
9813 (desktop-buffer-args-list): New variable.
9814 (desktop-append-buffer-args): New function.
9815 (desktop-save): Call desktop-append-buffer-args for some buffers.
9816 (desktop-lazy-create-buffer): New function.
9817 (desktop-idle-create-buffers): New function.
9818 (desktop-read): Add message about buffers to restore lazily.
9819 (desktop-lazy-abort): New command.
9820 (desktop-clear): Call desktop-lazy-abort.
9821 (desktop-lazy-complete): New command.
9822
9823 2005-01-06 Richard M. Stallman <rms@gnu.org>
9824
9825 * emacs-lisp/find-func.el (find-face-definition):
9826 Rename from find-face.
9827
9828 2005-01-06 Kim F. Storm <storm@cua.dk>
9829
9830 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9831
9832 * man.el (Man-xref-man-page, Man-xref-header-file)
9833 (Man-xref-normal-file): Add follow-link property.
9834
9835 2005-01-06 Jay Belanger <belanger@truman.edu>
9836
9837 * calc/calc-units.el: Make sure the proper macro definitions are
9838 available when compiling.
9839
9840 2005-01-06 Juri Linkov <juri@jurta.org>
9841
9842 * isearch.el (isearch-lazy-highlight-update):
9843 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9844
9845 2005-01-06 Miles Bader <miles@gnu.org>
9846
9847 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9848 (isearch-lazy-highlight-face): Use new name.
9849
9850 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9851
9852 * uniquify.el (uniquify-rationalize-file-buffer-names):
9853 Re-add an interactive spec.
9854 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9855 to the same name.
9856
9857 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9858 (isearch-update, isearch-done): Adjust calls accordingly.
9859
9860 2005-01-05 Richard M. Stallman <rms@gnu.org>
9861
9862 * custom.el (custom-set-variables, custom-theme-set-variables):
9863 Clarify documentation.
9864
9865 * emacs-lisp/find-func.el (find-variable)
9866 (find-variable-other-window, find-variable-other-frame):
9867 Fix the TYPE args to find-function-read and find-function-do-it.
9868 (find-function): Doc fix.
9869 (find-function-at-point): Replace function-at-point alias.
9870
9871 2005-01-04 Richard M. Stallman <rms@gnu.org>
9872
9873 * cus-face.el (custom-declare-face):
9874 Record defface in current-load-list.
9875
9876 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9877
9878 * emacs-lisp/find-func.el: Doc fixes.
9879 (find-face-regexp): New variable.
9880 (find-function-regexp-alist): New variable.
9881 (find-function-C-source): Third arg is now TYPE.
9882 (find-function-search-for-symbol): Handle general TYPE.
9883 (find-function-read, find-function-do-it): Handle general TYPE.
9884 (find-definition-noselect, find-face): New functions.
9885 (function-at-point): Alias deleted.
9886
9887 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9888
9889 * battery.el (display-battery-mode): Rename from display-battery.
9890 Handle the case where it gets turned off.
9891
9892 2005-01-04 Richard M. Stallman <rms@gnu.org>
9893
9894 * cus-edit.el (customize): Make :link point to user doc.
9895
9896 * man.el (Man-fontify-manpage): Turn off undo generation.
9897
9898 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9899
9900 2005-01-04 Andreas Schwab <schwab@suse.de>
9901
9902 * files.el (insert-directory): Only look for error lines in
9903 inserted text. Don't move too far after processing --dired markers.
9904
9905 2005-01-04 Richard M. Stallman <rms@gnu.org>
9906
9907 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9908 Don't expand if the character is @, period, dash, etc.
9909 (define-mail-abbrev): Quote names that contain problem characters.
9910
9911 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
9912
9913 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9914
9915 2005-01-03 Richard M. Stallman <rms@gnu.org>
9916
9917 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9918 (query-replace-highlight, query-replace-lazy-highlight)
9919 (query-replace): Definitions moved up. Doc fix.
9920
9921 2005-01-03 Richard M. Stallman <rms@gnu.org>
9922
9923 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9924 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9925 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9926 (lazy-highlight-face): Rename from isearch-lazy-...
9927 Change all references to them.
9928
9929 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9930
9931 * cus-edit.el (custom-file): Doc fix for defcustom.
9932 (custom-file): The function no longer sets the variable
9933 `custom-file' to its return value.
9934
9935 * startup.el (command-line): No longer load `custom-file'.
9936
9937 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9938
9939 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9940
9941 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9942 Don't confuse module-prefixed identifiers for labels.
9943 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9944
9945 2005-01-02 Richard M. Stallman <rms@gnu.org>
9946
9947 * files.el (basic-save-buffer-1): Fix previous change.
9948
9949 * loadhist.el (file-loadhist-lookup): New function.
9950 (file-provides, file-requires): Use it.
9951
9952 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9953 instead of calculating the right size.
9954
9955 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
9956
9957 * vc-svn.el (vc-svn-diff): Stay local if possible.
9958
9959 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
9960
9961 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9962
9963 * files.el (hack-local-variables): Fix last change.
9964
9965 2005-01-02 Jay Belanger <belanger@truman.edu>
9966
9967 * calc/calc-yank.el (calc-edit-top): New variable.
9968 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9969 object. Change header properties.
9970 (calc-edit-finish, calc-edit-finish-stack-object)
9971 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9972 edited object.
9973 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9974 for the beginning of the edited object.
9975 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9976 for the beginning of the edited object.
9977 * calc/calc-prog.el (calc-edit-macro-finish-edit)
9978 (calc-finish-formula-edit, calc-macro-repeats)
9979 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9980 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9981 beginning of the edited object.
9982 (calc-user-define-edit): Change the header for editing macros.
9983 Remove unnecessary variable.
9984
9985 2005-01-01 Jay Belanger <belanger@truman.edu>
9986
9987 * calc/calc-yank.el (calc-edit-mode): Change default header.
9988 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9989 * calc/calc-store.el (calc-edit-variable): Change title to match new
9990 header.
9991 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9992 mode to match new header.
9993 (calc-user-define-edit): Change titles to include names of commands.
9994 (calc-finish-formula-edit): Adjust to handle new header.
9995 (calc-finish-macro-edit): Remove.
9996 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9997 (calc-edit-macro-command, calc-edit-macro-command-type)
9998 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9999 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
10000 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
10001 (calc-edit-macro-finish-edit): New functions.
10002 (calc-user-define-edit): Use new functions to edit named calc macros.
10003
10004 2005-01-01 Stefan <monnier@iro.umontreal.ca>
10005
10006 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
10007
10008 * ses.el (copy-region-as-kill): Deactivate mark.
10009
10010 2005-01-01 Richard M. Stallman <rms@gnu.org>
10011
10012 * replace.el (occur-1): If the output buffer is also an input,
10013 don't kill it, rename it.
10014
10015 * faces.el (set-face-background, set-face-foreground): Doc fix.
10016
10017 * cus-face.el (custom-face-attributes): Fix :help-echo strings
10018 for :foreground and :background.
10019
10020 * dired.el (dired-view-command-alist): Variable deleted.
10021 (dired-view-file, dired-mouse-find-file-other-window):
10022 Delete the code to use it.
10023
10024 2005-01-01 Kim F. Storm <storm@cua.dk>
10025
10026 * image.el (insert-sliced-image): Use t for line-height property.
10027
10028 2004-12-31 Jay Belanger <belanger@truman.edu>
10029
10030 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
10031 for "var-" at the beginning of the minibuffer.
10032
10033 2004-12-31 Richard M. Stallman <rms@gnu.org>
10034
10035 * faces.el (read-face-name):
10036 Don't treat an attribute spec as a list of faces.
10037
10038 * simple.el (undo): Use undo-equiv-table to detect
10039 unexpected changes since previous undo.
10040 (undo-list-saved): Variable deleted.
10041 (buffer-disable-undo): Don't alter undo-list-saved.
10042
10043 * files.el (require-final-newline): Allow `visit' and `visit-save'.
10044 (mode-require-final-newline): New option.
10045 (after-find-file): Handle require-final-newline with new values.
10046 (basic-save-buffer): Handle new values of require-final-newline.
10047
10048 * progmodes/sh-script.el (sh-require-final-newline):
10049 Alist value now controls whether to use mode-require-final-newline.
10050 (sh-set-shell): Implement that new meaning.
10051
10052 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
10053 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
10054 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
10055 Delete old-Emacs compatibility code.
10056 (antlr-c-common-init): Function deleted.
10057
10058 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
10059 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
10060 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
10061 * progmodes/python.el (python-mode): Use mode-require-final-newline.
10062 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
10063 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
10064 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
10065 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
10066 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
10067 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
10068 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
10069 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
10070 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
10071 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
10072 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
10073 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
10074
10075 2004-12-31 Jay Belanger <belanger@truman.edu>
10076
10077 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
10078 way to return to Calc.
10079
10080 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
10081 finish, C-xk as the way to cancel the edit. Add cancel routine to
10082 kill-buffer-hook.
10083
10084 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
10085 MacEdit code.
10086
10087 * calc/calc-prog.el: Remove obsolete MacEdit code.
10088 (calc-macro-edit-algebraic, calc-macro-edit-variable)
10089 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
10090
10091 2004-12-31 Kenichi Handa <handa@m17n.org>
10092
10093 * international/mule.el (buffer-file-coding-system-explicit):
10094 Rename for explicit-buffer-file-coding-system.
10095 (after-insert-file-set-coding): Adjust for the above change.
10096
10097 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
10098 to buffer-file-coding-system-explicit.
10099 (basic-save-buffer-1): Likewise.
10100
10101 2004-12-30 Richard M. Stallman <rms@gnu.org>
10102
10103 * textmodes/artist.el (artist-butlast-fn): Var deleted.
10104 (artist-butlast, artist-last): Functions deleted.
10105 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
10106 (artist-compute-key-compl-table): Call remq directly.
10107 (artist-remove-nulls): Function deleted.
10108 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
10109 (artist-push, artist-pop): Macro deleted.
10110
10111 2004-12-30 Andreas Leue <al@sphenon.de>
10112
10113 * textmodes/artist.el (artist-version): 1.2.6
10114 (artist-prev-next-op-alist): New variable.
10115 (artist-select-next-op-in-list): New function.
10116 (artist-select-prev-op-in-list): New function.
10117 (artist-make-prev-next-op-alist): New function.
10118 (artist-is-in-op-list-p): New function.
10119 (artist-get-first-non-nil-op): New function.
10120 (artist-get-last-non-nil-op): New function.
10121 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
10122 artist-prev-next-op-alist.
10123 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
10124 change drawing operation.
10125
10126 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
10127
10128 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
10129
10130 2004-12-31 Masatake YAMATO <jet@gyve.org>
10131
10132 * server.el (server-process-filter): Suppress `error', too.
10133
10134 2004-12-30 Jay Belanger <belanger@truman.edu>
10135
10136 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
10137 Change the way a variable is displayed in a message.
10138
10139 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
10140 (calc-user-define-permanent, calc-execute-kbd-macro):
10141 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
10142
10143 2004-12-30 Kenichi Handa <handa@m17n.org>
10144
10145 * files.el (basic-save-buffer-1):
10146 Set explicit-buffer-file-coding-system to last-coding-system-used.
10147 (revert-buffer): Pay attention to
10148 explicit-buffer-file-coding-system (not buffer-file-coding-system)
10149 on bind coding-system-for-read.
10150
10151 * international/mule.el (explicit-buffer-file-coding-system):
10152 New buffer local variable.
10153 (after-insert-file-set-coding): Set it to coding-system-for-read.
10154
10155 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
10156
10157 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
10158
10159 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
10160
10161 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
10162 that include line numbers.
10163
10164 2004-12-29 Milan Zamazal <pdm@zamazal.org>
10165
10166 * files.el (hack-local-variables): If no PREFIX, set it to "^".
10167 Redundant variable PREFIXLEN removed.
10168
10169 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
10170
10171 * eshell/em-hist.el (eshell-previous-matching-input):
10172 Start the deletion from the end of the output.
10173
10174 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10175
10176 * term/mac-win.el: Require x-dnd.
10177 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
10178
10179 2004-12-29 David Kastrup <dak@gnu.org>
10180
10181 * international/mule.el (decode-coding-inserted-region):
10182 Don't barf if `buffer-undo-list' is already set to `t'.
10183
10184 2004-12-29 Jay Belanger <belanger@truman.edu>
10185
10186 * calc/calc-prog.el (calc-user-define-formula): Put default values
10187 for function names in prompts.
10188 (calc-user-define-permanent, calc-user-define-composition)
10189 (calc-user-define-formula): Remove the need for "calcFunc-" in the
10190 default input for algebraic functions.
10191
10192 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
10193
10194 * vc-rcs.el (vc-rcs-annotate-command):
10195 Fix omission bug: Call `vc-setup-buffer'.
10196
10197 2004-12-29 Kenichi Handa <handa@m17n.org>
10198
10199 * international/mule.el (recode-region): New function.
10200
10201 2004-12-28 Richard M. Stallman <rms@gnu.org>
10202
10203 * simple.el (undo-extra-outer-limit): New variable.
10204 (undo-outer-limit-truncate): Test and set it.
10205
10206 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
10207 enables the feature to extend the existing region.
10208
10209 * simple.el (mark-word): New arg ALLOW-EXTEND
10210 enables the feature to extend the existing region.
10211
10212 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
10213 enables the feature to extend the existing region.
10214
10215 * startup.el (site-run-file): Don't allow setting it with Custom.
10216
10217 * simple.el (buffer-disable-undo): Fix previous change.
10218
10219 2004-12-27 Masatake YAMATO <jet@gyve.org>
10220
10221 * hexl.el (hexlify-buffer): Remove fontification here.
10222 Use font lock mechanism instead.
10223 (hexl-font-lock-keywords): New font lock kewords.
10224 (hexl-mode-old-font-lock-keywords): New variable.
10225 (hexl-mode): Store the old font lock keywords.
10226 (hexl-mode-exit): Restore the old font lock keywords.
10227
10228 2004-12-27 Richard M. Stallman <rms@gnu.org>
10229
10230 * simple.el (undo): Fix previous change.
10231
10232 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10233
10234 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
10235 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
10236 Call x-open-connection on Mac OS X.
10237
10238 2004-12-27 Richard M. Stallman <rms@gnu.org>
10239
10240 * files.el (buffer-save-without-query): New var (buffer-local).
10241 (save-some-buffers): Save those buffers first, w/o asking.
10242
10243 * files.el (insert-directory-ls-version): New variable.
10244 (insert-directory): When ls returns an error, test the version
10245 number to decide what the return code means.
10246 With --dired output format, detect and distinguish lines
10247 that are really error messages.
10248 (insert-directory-adj-pos): New function.
10249
10250 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
10251
10252 * battery.el (battery-mode-line-format): Remove initial spaces.
10253
10254 * uniquify.el (uniquify-rationalize-file-buffer-names):
10255 Delete interactive spec.
10256
10257 * type-break.el (type-break-mode): Set buffer-save-without-query.
10258 Remove code that tried to set save-some-buffers-always.
10259 (type-break-file-keystroke-count): Bind deactivate-mark.
10260
10261 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
10262
10263 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
10264 Test that the buffer is live, and maybe reject current buffer too.
10265 Clarify.
10266 (next-error-find-buffer): Rewrite for clarity.
10267
10268 * loadup.el: Don't use buffer-disable-undo; do it directly.
10269
10270 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
10271 (describe-variable): Call symbol-file with `defvar'.
10272
10273 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
10274 (symbol-file): Rewritten to handle new load-history format.
10275 Now takes an arg TYPE to specify looking for a particular
10276 type of definition only.
10277
10278 * emacs-lisp/debug.el (debugger-make-xrefs):
10279 Call symbol-file with `defun'.
10280
10281 * emacs-lisp/find-func.el (find-function-noselect):
10282 Call symbol-file with `defun'.
10283 (find-variable-noselect): Call symbol-file with `defvar'.
10284
10285 * eshell/esh-cmd.el (eshell-find-alias-function):
10286 Call symbol-file with `defun'.
10287
10288 * eshell/esh-test.el (eshell-test-goto-func):
10289 Call symbol-file with `defun'.
10290
10291 * mail/rmail.el (rmail-resend):
10292 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
10293
10294 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
10295
10296 * progmodes/compile.el (compilation-find-buffer): Rename arg.
10297
10298 * textmodes/texinfmt.el (texinfo-format-buffer-1):
10299 Call buffer-disable-undo.
10300
10301 * simple.el (undo-list-saved): New variable (buffer-local).
10302 (undo): Set and test it.
10303 (buffer-disable-undo): Move here from buffer.c.
10304 Clear out undo-list-saved.
10305
10306 * international/mule.el (decode-coding-inserted-region):
10307 Set buffer-undo-list in a correct and optimal way.
10308
10309 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
10310 (cperl-font-lock-unfontify-region-function): No need to save and
10311 restore info, since font-lock.el does it for us.
10312
10313 * ansi-color.el (save-buffer-state): Definition deleted.
10314 (ansi-color-unfontify-region): Don't use save-buffer-state.
10315
10316 2004-12-27 Dave Love <fx@gnu.org>
10317
10318 * wid-edit.el (function): Use restricted-sexp as parent.
10319
10320 2004-12-27 Kevin Ryde <user42@zip.com.au>
10321
10322 * simple.el (next-matching-history-element): Use same
10323 `interactive' form as previous-matching-history-element.
10324
10325 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
10326 it can appear unencoded and has been seen from yahoo.
10327
10328 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10329
10330 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
10331 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
10332
10333 2004-12-27 Kenichi Handa <handa@m17n.org>
10334
10335 * international/utf-8.el (utf-translate-cjk-load-tables):
10336 Bind coding-system-for-read to nil while loading subst-*.
10337
10338 2004-12-26 Jay Belanger <belanger@truman.edu>
10339
10340 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
10341 default input.
10342
10343 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
10344
10345 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
10346 before reverting and disable undo recording while reverting.
10347
10348 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
10349
10350 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
10351 (hs-make-overlay): New function.
10352 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
10353 (hs-flag-region): Delete function.
10354 (hs-hide-comment-region): No longer use `hs-flag-region'.
10355 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
10356 (hs-hide-block-at-point): Likewise.
10357 (hs-hide-level-recursive): Use `hs-discard-overlays'.
10358 (hs-hide-all, hs-show-all): Likewise.
10359 (hs-show-block): Likewise.
10360 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
10361
10362 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
10363
10364 * progmodes/hideshow.el: Require `cl' when compiling.
10365 Remove XEmacs and Emacs 19 compatibility.
10366 Use `dolist' and `add-to-list' for load-time actions.
10367 (hs-discard-overlays): Use `dolist'.
10368 (hs-show-block): Likewise.
10369
10370 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
10371
10372 * faces.el (mode-line, mode-line-inactive): Use min-colors.
10373
10374 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
10375
10376 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
10377 When extending backwards, move outside the current comment first.
10378
10379 2004-12-22 Kenichi Handa <handa@m17n.org>
10380
10381 * international/quail.el (quail-start-translation): Fix prompt
10382 string for the case if input-method-use-echo-area being non-nil.
10383 (quail-start-conversion): Likewise.
10384 (quail-show-guidance): Don't show guidance if
10385 input-method-use-echo-area is non-nil.
10386
10387 2004-12-21 Richard M. Stallman <rms@gnu.org>
10388
10389 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
10390
10391 2004-12-21 Markus Rost <rost@ias.edu>
10392
10393 * calendar/diary-lib.el (mark-diary-entries):
10394 Set mark-diary-entries-in-calendar only after checking for diary-file.
10395
10396 2004-12-21 Richard M. Stallman <rms@gnu.org>
10397
10398 * faces.el (escape-glyph): Use blue against light foreground.
10399
10400 * simple.el (undo-outer-limit-truncate): New function.
10401 (undo-outer-limit-function): Use undo-outer-limit-truncate.
10402
10403 2004-12-21 Eli Barzilay <eli@barzilay.org>
10404
10405 * calculator.el (calculator-radix-grouping-mode)
10406 (calculator-radix-grouping-digits)
10407 (calculator-radix-grouping-separator):
10408 New defcustoms for the new radix grouping mode functionality.
10409 (calculator-mode-hook): Now used in electric mode too,
10410 (calculator): Call it.
10411 (calculator-mode-map): Some new keys.
10412 (calculator-message): New function. Some new calls.
10413 (calculator-op, calculator-set-register): Use it.
10414 (calculator-string-to-number): New function, mostly moved and
10415 updated code from calculator-curnum-value.
10416 (calculator-curnum-value): Use it.
10417 (calculator-paste): Use it, and update grabbing the current-kill.
10418 (calculator-rotate-displayer)
10419 (calculator-rotate-displayer-back): Toggle digit grouping when
10420 in radix mode, use calculator-message.
10421 (calculator-displayer-prev, calculator-displayer-next):
10422 Change digit group size when in radix mode.
10423 (calculator-number-to-string): Rename from
10424 calculator-num-to-string. Now deals with digit grouping in
10425 radix mode.
10426 (calculator-update-display, calculator-put-value): Use the new name.
10427 (calculator-fact): Return a floating point number.
10428 (calculator-mode): Doc fix.
10429
10430 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10431
10432 * calendar/calendar.el (view-other-diary-entries): Add autoload.
10433 * calendar/diary-lib.el (view-other-diary-entries):
10434 Use current-prefix-arg in interactive spec.
10435
10436 2004-12-19 Jay Belanger <belanger@truman.edu>
10437
10438 * calc/calc-aent.el (calcAlg-blank-matching-open):
10439 Temporarily adjust the syntax of both delimiters of half-open intervals.
10440
10441 2004-12-19 Kim F. Storm <storm@cua.dk>
10442
10443 * mouse.el (mouse-1-click-follows-link): Doc fix.
10444
10445 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10446
10447 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
10448 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
10449 instead of centraleuropean as the name
10450
10451 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10452
10453 Sync with Tramp 2.0.46.
10454
10455 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
10456 parameters wrt Tramp convention.
10457 (tramp-handle-file-attributes-with-perl)
10458 (tramp-handle-directory-files-and-attributes): Apply it.
10459 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
10460 `copy-program'. Reported by Zack Weinberg
10461 <zack@codesourcery.com>.
10462 (top): Set `edebug-form-spec' property directly rather than
10463 calling `def-edebug-spec'.
10464
10465 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
10466 advice less fragile. Surround temporary redefinition of
10467 `substitute-in-file-name' with `unwind-protect'. Suggested by
10468 Matt Hodges <MPHodges@member.fsf.org>.
10469
10470 2004-12-17 Juri Linkov <juri@jurta.org>
10471
10472 * replace.el (occur-accumulate-lines, occur-engine):
10473 Make forcing deferred font-lock fontification jit-specific.
10474
10475 2004-12-17 Kim F. Storm <storm@cua.dk>
10476
10477 * mouse.el (mouse-1-click-follows-link): New defcustom.
10478 (mouse-on-link-p): New function.
10479 (mouse-drag-region-1): Implement mouse-1-click-follows-link
10480 functionality. Map a mouse-1 click event into a mouse-2 (or
10481 other) event when position is inside a link.
10482
10483 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
10484 prefix in tooltip text with "mouse-1" when this is a link
10485 recognized by mouse-1-click-follows-link functionality.
10486
10487 * help.el (describe-key): Report effective and original binding
10488 for mouse-1 when clicked on a link.
10489 (describe-mode): Add follow-link property to "minor-mode" button.
10490
10491 * help-fns.el (describe-variable): Add follow-link property to
10492 "below" button.
10493
10494 * help-mode.el (help-xref): Add follow-link property.
10495
10496 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
10497 (apropos-command, apropos-variable, apropos-face, apropos-group)
10498 (apropos-widget, apropos-plist): Add follow-link property.
10499
10500 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
10501 checks if position is in a filename, rather than some other
10502 clickable item. Function looks for cvs-filename-face at position.
10503
10504 * wid-edit.el (widget-specify-field, widget-specify-button):
10505 Map a :follow-link keyword into a follow-link property.
10506 (link): Add :follow-link keyword, map to RET binding.
10507
10508 * dired.el (dired-mode-map): Map follow-link to mouse-face.
10509
10510 * progmodes/compile.el (compilation-minor-mode-map)
10511 (compilation-button-map, compilation-mode-map): Likewise.
10512
10513 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
10514
10515 * play/zone.el (zone): Init `line-spacing' from orig buffer.
10516 (zone-replace-char): Take `count' and `del-count'
10517 instead of `direction'. Update callers. When `del-count' is
10518 non-nil, delete that many characters, otherwise `count' characters
10519 backwards. Insert the newly-replaced string `count' times.
10520 (zone-fret): Handle chars w/ width greater than one.
10521 (zone-fall-through-ws): No longer take window width `ww'.
10522 Update callers. Add handling for `char-width' greater than one.
10523 (zone-pgm-drip): Update var holding window-end position every cycle.
10524
10525 2004-12-17 Andre Spiegel <spiegel@gnu.org>
10526
10527 * vc.el (vc-default-update-changelog): Use insert-file-contents,
10528 rather than insert-file.
10529
10530 2004-12-16 Jay Belanger <belanger@truman.edu>
10531
10532 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
10533 (math-init-random-base, math-random-digit): Check to see if
10534 var-RandSeed is bound.
10535 (math-random-last): Declare it.
10536 (math-random-digit): Don't make math-random-last local.
10537
10538 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
10539
10540 * play/zone.el (zone): Fix omission bug: Use a self-disabling
10541 one-shot thunk for uniform (error, quit, normal) recovery.
10542 Reported by John Paul Wallington.
10543 (zone-pgm-random-life): Fix bug:
10544 Recognize empty initial field by lack of "@" chars.
10545
10546 2004-12-16 Juri Linkov <juri@jurta.org>
10547
10548 * help.el (function-called-at-point):
10549 * help-fns.el (variable-at-point): As a last resort try stripping
10550 non-word prefixes and suffixes.
10551
10552 * descr-text.el (describe-property-list): Don't treat syntax-table
10553 specially. Use describe-text-sexp which inserts [show] button
10554 for large objects and handles printing errors. Sort properties
10555 by names in alphabetical order instead of by value sizes.
10556 Add `mouse-face' to list of properties for `describe-face' widget.
10557 (describe-char): Mask out face-id from 19 bits of character.
10558 Print face-id separately.
10559
10560 * replace.el (occur-accumulate-lines, occur-engine):
10561 Fontify unfontified matching lines in the source buffer
10562 before copying them.
10563 (occur-engine): Don't put mouse-face on context lines.
10564 (occur-next-error): Set point to line beginning/end
10565 before searching for prev/next property to skip multiple
10566 matches on a line (not supported by occur engine).
10567 Remove redundant prefix-numeric-value.
10568
10569 2004-12-15 Juri Linkov <juri@jurta.org>
10570
10571 * replace.el (match): New face.
10572 (list-matching-lines-face): Change default from `bold' to `match'.
10573
10574 * progmodes/grep.el (grep-match-face): New defvar.
10575 (grep-mode-font-lock-keywords): Use grep-match-face instead of
10576 compilation-column-face to highlight grep matches.
10577
10578 * apropos.el (apropos-match-face): Change default from
10579 `secondary-selection' to `match'.
10580
10581 * info-look.el (info-lookup-highlight-face): Change default from
10582 `highlight' to `match'.
10583
10584 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
10585
10586 * progmodes/executable.el (executable-interpret): Eliminate
10587 obsolete compile-internal, and switch to comint for interaction.
10588
10589 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
10590
10591 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
10592 `&&' when skipping multiple statements on a line.
10593
10594 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
10595
10596 * play/zone.el (zone): Set `truncate-lines'.
10597 Also, init `tab-width' with value from original buffer.
10598 (zone-shift-up): Rewrite for speed.
10599 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
10600 (zone-pgm-jitter): Remove redundant entries from ops vector.
10601 (zone-exploding-remove): Reduce iteration count.
10602 (zone-cpos): Convert to defsubst.
10603 (zone-replace-char): New defsubst.
10604 (zone-park/sit-for): Likewise.
10605 (zone-fret): Take window-start arg.
10606 Update callers. Use `zone-park/sit-for'.
10607 (zone-fill-out-screen): Rewrite.
10608 (zone-fall-through-ws): Likewise. Update callers.
10609 (zone-pgm-drip): Use `zone-replace-char'.
10610 Move var inits before while-loop. Use `zone-park/sit-for'.
10611 (zone-pgm-random-life): Handle empty initial field.
10612 Use `zone-replace-char' and `zone-park/sit-for'.
10613
10614 2004-12-15 Juri Linkov <juri@jurta.org>
10615
10616 * isearch.el (isearch-update): Test isearch-lazy-highlight
10617 before calling isearch-lazy-highlight-new-loop.
10618 (isearch-lazy-highlight-new-loop):
10619 Don't test isearch-lazy-highlight.
10620
10621 * replace.el (perform-replace): Add isearch-case-fold-search.
10622 Use delimited-flag for isearch-regexp.
10623 Reset isearch-lazy-highlight-last-string to force lazy
10624 highlighting when called from isearch mode.
10625 (query-replace-highlight): Revert defcustom type to boolean.
10626 (query-replace-lazy-highlight): New defcustom.
10627 (query-replace): New face.
10628 (perform-replace, replace-highlight, replace-dehighlight):
10629 Test query-replace-lazy-highlight instead of special value
10630 `isearch' of query-replace-highlight.
10631 (replace-dehighlight): Don't call isearch-dehighlight.
10632 (replace-highlight): Don't call isearch-highlight.
10633 Use face `query-replace' unconditionally.
10634
10635 2004-12-14 Kim F. Storm <storm@cua.dk>
10636
10637 * simple.el (inhibit-mark-movement): Remove defvar.
10638 (beginning-of-buffer, end-of-buffer): Don't use it.
10639
10640 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10641 Don't use inhibit-mark-movement.
10642
10643 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
10644 (cua--undo-push-mark): Remove.
10645 (cua--pre-command-handler, cua--post-command-handler):
10646 Don't fiddle with inhibit-mark-movement.
10647
10648 2004-12-14 Juri Linkov <juri@jurta.org>
10649
10650 * buff-menu.el (list-buffers-noselect): Collect internal info
10651 for every buffer in BUFFER-LIST arg too.
10652 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
10653 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
10654 Bind same-window-buffer-names and same-window-regexps to nil.
10655
10656 2004-12-13 Juri Linkov <juri@jurta.org>
10657
10658 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
10659
10660 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
10661 (sc-cite-region, sc-uncite-region, sc-recite-region):
10662 Fix previous change to handle not alist as a symbol, but
10663 a citation frame as a symbol that represents a variable name.
10664
10665 2004-12-13 Richard M. Stallman <rms@gnu.org>
10666
10667 * filecache.el (file-cache-add-directory-using-find):
10668 Only set up file-cache-find-command-posix-flag if we will use it.
10669
10670 * bindings.el (mode-line-buffer-identification-keymap):
10671 Don't cancel the mode-line's usual down-mouse-1 binding.
10672
10673 * cus-edit.el (custom-face-selected): Handle `default' specs.
10674 (custom-face-edit): Increase extra-offset.
10675 (custom-display): Handle `default' specs.
10676
10677 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
10678
10679 * emacs-lisp/elint.el (elint-standard-variables)
10680 (elint-unknown-builtin-args): Move definitions up.
10681
10682 * net/browse-url.el (browse-url-url-at-point): Add autoload.
10683
10684 * info.el (info-xref-visited): Use `default' instead of t.
10685 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10686
10687 * faces.el (header-line, mode-line-inactive, tool-bar):
10688 Use `default' instead of t for setting the defaults.
10689 (face-spec-choose): Separate `t' from `default'.
10690
10691 * subr.el (while-no-input): New macro.
10692
10693 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
10694
10695 * filecache.el (file-cache-add-directory-using-find):
10696 Only test file-cache-find-command-posix-flag on some systems.
10697
10698 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10699
10700 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10701 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
10702 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10703 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10704 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10705
10706 2004-12-12 Juri Linkov <juri@jurta.org>
10707
10708 * files.el (find-file-other-window, find-file-other-frame):
10709 Add the first buffer to the returned value to return the complete
10710 list of all visited buffers.
10711 (find-file-read-only, find-file-read-only-other-window)
10712 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10713 `find-file-read-args'. Signal an error about non-existent file
10714 only if file name doesn't contain wildcards. Toggle read-only in
10715 all visited buffers.
10716 (find-alternate-file, find-alternate-file-other-window):
10717 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
10718 called interactively. Pass arg `wildcards' to other functions.
10719 (find-file-noselect): Doc fix.
10720
10721 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10722 Doc fix.
10723 (ffap-directory-finder): New variable.
10724 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10725 (ffap-file-at-point): Add /* to immediately rejected names.
10726 Return absolute file names matching ffap-dired-wildcards.
10727 (ffap-read-file-or-url): Set default value for `completing-read'
10728 to `buffer-file-name'.
10729 (find-file-at-point): When filename matches ffap-dired-wildcards,
10730 call ffap-file-finder with t arg `wildcards', instead of dired.
10731 (ffap-other-window, ffap-other-frame): Return visited buffers.
10732 (ffap-read-only, ffap-read-only-other-window)
10733 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10734 (dired-at-point): Call ffap-directory-finder instead of dired.
10735 (ffap-dired-other-window, ffap-dired-other-frame)
10736 (ffap-list-directory): New commands.
10737 (ffap-bindings): New keybindings for new commands.
10738
10739 2004-12-12 Juri Linkov <juri@jurta.org>
10740
10741 * simple.el (beginning-of-buffer, end-of-buffer):
10742 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10743 Do not push mark when mark is active in transient-mark-mode.
10744
10745 * simple.el (mark-word):
10746 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10747 * textmodes/paragraphs.el (mark-paragraph):
10748 Extend the region when mark is active in transient-mark-mode,
10749 regardless of the last command. Doc fix.
10750
10751 * simple.el (mark-word): Preserve direction when repeating.
10752 Make arg optional. Interactive "p" -> "P".
10753 (transient-mark-mode, inhibit-mark-movement): Doc fix.
10754
10755 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10756 preserving direction, to mark forward instead of backward when mark
10757 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10758
10759 2004-12-12 Juri Linkov <juri@jurta.org>
10760
10761 * isearch.el (isearch-edit-string): Set 7th arg of
10762 `read-from-minibuffer' to `t' to inherit the current input
10763 method (whose name is indicated by [IM] in the minibuffer prompt)
10764 from the current buffer to the minibuffer.
10765 (isearch-lazy-highlight-update): Put body to `with-local-quit'
10766 to allow C-g quitting for lazy highlighting looping inside the
10767 search with nested repetition operators. Add overlay to the list
10768 before setting its face and other properties to avoid the case of
10769 code quitting after placing the new overlay but before it's
10770 recorded on the list. Select the window where isearch was
10771 activated, to highlight matches in the right window when isearch
10772 switches the current window to the minibuffer.
10773
10774 * international/isearch-x.el
10775 (isearch-process-search-multibyte-characters):
10776 Use `isearch-message' as initial input for `read-string' instead
10777 of adding it to the minibuffer prompt. After reading a string
10778 remove the initial value of `isearch-message' from the string.
10779
10780 * replace.el (replace-match-maybe-edit): Doc fix.
10781 (perform-replace): Don't call `replace-highlight' when automatic
10782 replacement is requested in literal mode, since it is intended
10783 only to highlight words during entering a new replacement string
10784 for \? in non-literal mode.
10785
10786 * replace.el (query-replace-highlight): Add new value `isearch'
10787 that allows query replacement to use isearch highlighting.
10788 Change type from `boolean' to `choice'. Doc fix.
10789 (replace-highlight, replace-dehighlight, perform-replace):
10790 Use isearch highlighting if query-replace-highlight eq `isearch'.
10791
10792 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
10793
10794 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10795 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10796
10797 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10798 case of \end{verbatim}.
10799
10800 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
10801
10802 * term.el (term-termcap-format): Synchronize with terminfo.
10803 (term-emulate-terminal): Handle reset.
10804 (term-reset-terminal): New function.
10805
10806 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
10807
10808 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10809 (zone-fill-out-screen): New func.
10810 (zone-pgm-drip): Use `zone-fill-out-screen'.
10811 Also, no longer go to point-min on every cycle.
10812 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10813 (zone-pgm-random-life-wait): New user var.
10814 (zone-pgm-random-life): New func.
10815
10816 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
10817
10818 * files.el (auto-mode-alist): Map .com to DCL mode.
10819
10820 2004-12-09 Richard M. Stallman <rms@gnu.org>
10821
10822 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10823
10824 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
10825
10826 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10827 buffer with a display margin.
10828
10829 2004-12-08 Jay Belanger <belanger@truman.edu>
10830
10831 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10832 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10833
10834 2004-12-08 Richard M. Stallman <rms@gnu.org>
10835
10836 * faces.el: Delete code to set display table.
10837 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
10838
10839 2004-12-08 Jay Belanger <belanger@truman.edu>
10840
10841 * calc/calc.el: Add math-read-preprocess-string to autoloads.
10842
10843 * calc/calc-ext.el (math-read-replacement-list)
10844 (math-read-superscripts, math-read-preprocess-string): Move to
10845 calc-aent.el.
10846
10847 * calc/calc-aent.el (math-read-replacement-list)
10848 (math-read-superscripts, math-read-preprocess-string): Move from
10849 calc-ext.el.
10850
10851 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10852
10853 * isearch.el (isearch-quote-char): Fix up typo in last change.
10854
10855 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
10856
10857 * mouse.el (mouse-set-font): Handle the case where the command was
10858 not invoked using the mouse.
10859
10860 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10861 (edmacro-finish-edit): Further update for keyboard macros that are
10862 lambda forms.
10863 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10864
10865 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10866
10867 * font-lock.el (font-lock-unfontify-region): Save buffer state.
10868 (font-lock-default-unfontify-region): Don't save buffer state any more.
10869
10870 2004-12-07 Jay Belanger <belanger@truman.edu>
10871
10872 * calc/calc-help.el (calc-describe-key):
10873 Set calc-summary-indentation even when Calc Summary buffer exists.
10874
10875 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
10876
10877 * calendar/holidays.el (holiday-easter-etc): Make arguments
10878 optional for backwards compatibility. Doc fix.
10879 Remove un-necessary local vars mandatory, output-list.
10880 (holiday-advent): Make arguments optional for backwards
10881 compatibility. Doc fix.
10882
10883 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10884
10885 * paren.el (show-paren-function): Fix last change (2004-12-02).
10886
10887 * international/mule-util.el (char-displayable-p): Return nil for
10888 unibyte mode.
10889
10890 * subr.el (subregexp-context-p): New function.
10891
10892 * isearch.el (isearch-quote-char): Use it.
10893
10894 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10895 (regexp-opt-not-groupie*-re): Remove.
10896 (regexp-opt): Properly handle inputs with duplicate entries.
10897
10898 2004-12-06 Richard M. Stallman <rms@gnu.org>
10899
10900 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10901
10902 * cus-edit.el (custom-file): Doc fix.
10903
10904 * textmodes/org.el: New file.
10905
10906 2004-12-06 Kenichi Handa <handa@m17n.org>
10907
10908 * ldefs-boot.el: Update international/mule-util.el section.
10909
10910 2004-12-05 Sam Steingold <sds@gnu.org>
10911
10912 * net/tramp.el (tramp-handle-file-accessible-directory-p):
10913 Fix `tramp-time-diff' comparison logic.
10914
10915 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
10916
10917 * progmodes/which-func.el (which-function):
10918 Use `run-hook-with-args-until-success' instead of a custom loop.
10919 Fixes bug with local hooks.
10920
10921 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10922
10923 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10924 Use delete-dups when calculating the initial value.
10925 (bibtex-autokey-get-title): Use <=.
10926 (bibtex-goto-line): New function.
10927 (bibtex-reposition-window): Use line numbers instead of point
10928 positions. Use window-body-height.
10929 (bibtex-find-crossref): Use bibtex-reposition-window.
10930 (bibtex-find-entry): Use bibtex-reposition-window. Always return
10931 position of entry if key is found or nil if not found.
10932
10933 2004-12-05 Richard M. Stallman <rms@gnu.org>
10934
10935 * cus-edit.el (custom-file): Doc fix.
10936
10937 * progmodes/sh-script.el (sh-indent-for-then): Change default.
10938
10939 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10940
10941 * simple.el (blink-matching-open):
10942 * textmodes/tex-mode.el (tex-validate-region):
10943 Obey syntax-table text properties.
10944
10945 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
10946
10947 * wid-edit.el (widget-specify-field): Add `real-field' property to
10948 boundary.
10949 (widget-field-at): Use it.
10950
10951 2004-12-02 Richard M. Stallman <rms@gnu.org>
10952
10953 * progmodes/cc-mode.el (awk-mode autoload):
10954 Supply t meaning interactive function.
10955
10956 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
10957 (isearch-mode-map): No special definition for space.
10958 (isearch-whitespace-chars): Command deleted.
10959 (isearch-forward-regexp): Doc fix.
10960 (isearch-quote-char): When a space is not inside brackets,
10961 use `[ ]' instead of just space.
10962 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10963
10964 * imenu.el (imenu--generic-function): Delete code to exclude
10965 matches in comments.
10966
10967 * man.el (Man-reverse-face): Change default to `highlight'.
10968
10969 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10970 (occur-engine): Use `face' prop rather than `font-lock-face'
10971 when specifying use of `match-face'.
10972 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10973
10974 * emacs-lisp/elint.el (elint-standard-variables): Update list.
10975
10976 * add-log.el (add-log-current-defun): Handle the case where point
10977 is in the header part of a DEFUN construct.
10978
10979 2004-12-02 Dave Love <fx@gnu.org>
10980
10981 * progmodes/python.el (python-font-lock-syntactic-keywords):
10982 Fix previous change.
10983
10984 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
10985
10986 * paren.el (show-paren-function): Check for matching chars
10987 specified by text props.
10988
10989 2004-12-02 Jay Belanger <belanger@truman.edu>
10990
10991 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10992 when reading a new key sequence.
10993
10994 2004-12-02 Kim F. Storm <storm@cua.dk>
10995
10996 * faces.el (escape-glyph): Rename from glyph.
10997 (standard-display-table): Set it here. Add escape-glyph face to
10998 extra slot characters.
10999
11000 * disp-table.el: Undo 2004-12-01 change. Display table is now
11001 setup in faces.el.
11002
11003 2004-12-02 Mark A. Hershberger <mah@everybody.org>
11004
11005 * xml.el (xml-parse-dtd): Don't show validity messages when
11006 xml-validating-parser is nil.
11007 (xml-substitute-special): Fix validity error messages to
11008 actually show the unexpandable entity. Added validity error if &
11009 isn't followed by an entity.
11010 (xml-parse-tag): Concatenate any string following the a
11011 <![CDATA[]]> section to the parsed CDATA.
11012 (xml-parse-dtd): Skip parameter entity declarations and use of
11013 parameter entities.
11014
11015 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
11016
11017 * kmacro.el (kmacro-default-counter-format): New var.
11018 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
11019 (kmacro-display): Remove `nil' from `and' form. Delete call to
11020 `format' inside `message'.
11021 (kmacro-start-macro): Use `kmacro-default-counter-format'.
11022
11023 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11024
11025 * pcvs.el (cvs-header-msg): New function.
11026 (cvs-update-header): Use it. Change calling convention.
11027 Correctly handle the case of having simultaneous active processes.
11028 (cvs-sentinel): Don't call cvs-update-header any more.
11029 (cvs-mode-run): Update call and add cvs-update-header to postproc.
11030
11031 2004-12-01 Jay Belanger <belanger@truman.edu>
11032
11033 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
11034 Change message.
11035
11036 2004-12-01 Juri Linkov <juri@jurta.org>
11037
11038 * progmodes/prolog.el (prolog-mode-variables):
11039 Fix imenu-generic-expression.
11040
11041 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
11042
11043 * faces.el (glyph): New face.
11044
11045 * disp-table.el: Add an autoloaded table, that doesn't require
11046 this library, with glyph face.
11047
11048 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
11049 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
11050 (conf-quote-normal): Allow normalizing only ' or ".
11051 (conf-mode): Regexp-quote constructed comment-start and don't
11052 match section {} where "name" contains braces.
11053
11054 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
11055 files.
11056
11057 2004-12-01 Kenichi Handa <handa@m17n.org>
11058
11059 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
11060 (x-select-text): Don't treat eight-bit-control/graphic chars
11061 specially. Store the encoded text in the X cut buffer.
11062 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
11063 with x-last-selected-text-cut-encoded.
11064
11065 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11066
11067 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
11068
11069 2004-11-30 Markus Rost <rost@ias.edu>
11070
11071 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
11072 AUCTeX.
11073
11074 2004-11-30 Jay Belanger <belanger@truman.edu>
11075
11076 * calc/calc-arith.el (math-possible-signs): Made stronger checks
11077 on signs of intervals.
11078 (math-pow-of-zero): Strengthen checks for positive and negative
11079 exponents.
11080
11081 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
11082 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
11083 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
11084 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
11085 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
11086 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
11087 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
11088 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
11089 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
11090 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
11091 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
11092 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
11093 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
11094 with provide statements.
11095
11096 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
11097
11098 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
11099
11100 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
11101 (calc-load-everything, math-defsimplify): Replace dummy autoloading
11102 functions by require statements.
11103 (math-defsimplify): Move to calc-alg.el, add to autoloads.
11104
11105 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
11106 (calc-gnuplot-print): Give them values.
11107
11108 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
11109 autoloads.
11110 Add calc-do-embedded-activate to autoloads.
11111 (calc-gnuplot-name, calc-gnuplot-plot-command)
11112 (calc-gnuplot-print-command): Move them to calc-graph.el.
11113
11114 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11115
11116 * term/mac-win.el (ccl-encode-mac-roman-font)
11117 (ccl-encode-mac-cyrillic-font)
11118 (ccl-encode-mac-centraleuropean-font, encoder-list)
11119 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
11120 Support Cyrillic, CentralEuropean, and Dingbat font display
11121
11122 2004-11-30 Andre Spiegel <spiegel@gnu.org>
11123
11124 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
11125
11126 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
11127 still nil.
11128
11129 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
11130
11131 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
11132 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
11133
11134 2004-11-29 Jay Belanger <belanger@truman.edu>
11135
11136 * calc/calc-arith.el (math-pow-of-zero): Take into account different
11137 cases of the base and exponent.
11138
11139 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
11140
11141 * simple.el (next-error-buffer-p): Allow for inclusive and
11142 exclusive tests for finding a buffer.
11143 (next-error-find-buffer): Pass the exclusive and inclusive tests
11144 to next-error-buffer-p.
11145
11146 * replace.el (occur-next-error): Switch to the Occur buffer when
11147 appropriate, use the exclusive filter to next-error-find-buffer to
11148 do it. Use the absolute value of the motion amount.
11149
11150 2004-11-29 Kenichi Handa <handa@m17n.org>
11151
11152 * startup.el (command-line): Decode all default-directory by
11153 locale-coding-system.
11154
11155 2004-11-29 Jay Belanger <belanger@truman.edu>
11156
11157 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
11158 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
11159 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
11160 Replace calls to calc-extensions by appropriate require, replace
11161 calc-extensions-loaded by appropriate featurep.
11162
11163 * calc/calc-ext.el: Move require to end of file.
11164 Remove redundant loading of calc.el.
11165 (calc-extensions-loaded): Remove unnecessary variable.
11166 (calc-extensions): Remove unnecessary function.
11167 (calc-load-everything): Replace calc-need-macros by appropriate require.
11168
11169 * calc/calc-macs.el: Move provide to end of file.
11170 (calc-need-macros): Remove unnecessary function.
11171
11172 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
11173 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
11174 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
11175 Replace calc-extensions by appropriate require.
11176 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
11177
11178 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
11179 Replace calc-need-macros by appropriate require.
11180
11181 * calc/calc.el: Move require to end of file.
11182 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
11183 Remove unnecessary variable.
11184 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
11185 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
11186 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
11187 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
11188 (math-stack-value-offset, math-format-value, math-format-flat-expr)
11189 (math-format-number, math-format-bignum, math-read-number)
11190 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
11191 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
11192 by appropriate require.
11193 (calc-check-defines): Replace calc-need-macros by appropriate require.
11194
11195 2004-11-29 Kim F. Storm <storm@cua.dk>
11196
11197 * macros.el (insert-kbd-macro): Handle kmacro functions.
11198
11199 2004-11-28 Juri Linkov <juri@jurta.org>
11200
11201 * compare-w.el (compare-windows-highlight): Attach each overlay
11202 to its window to properly highlight differences while comparing
11203 two windows of the same buffer. Fix arguments.
11204 (compare-windows-sync-default-function): Fix arguments of
11205 `compare-windows-highlight'.
11206
11207 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
11208 Use `read-expression-history'. Set initial contents only if
11209 `edebug-global-break-condition' is non-nil. Set histpos to 1
11210 if initial contents is equal to the last history element.
11211 (edebug-set-conditional-breakpoint): Instead of temporarily
11212 prepending the current condition to the history, set initial
11213 contents to the current condition. Set histpos to 1 if initial
11214 contents is equal to the last history element.
11215
11216 * info.el (Info-search-whitespace-regexp): Remove shy group.
11217 (Info-search): Forward line if search is on the header line.
11218 Use search-whitespace-regexp in two other places.
11219
11220 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
11221
11222 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
11223 warning. Delay real definition, which uses
11224 `set-fringe-indicators-1' till after the definition of that function.
11225
11226 2004-11-28 Kim F. Storm <storm@cua.dk>
11227
11228 * fringe.el (fringe): New defgroup.
11229 (fringe-mode): Move to fringe group.
11230 (fringe-indicators): New defcustom.
11231 (set-fringe-indicators-1): New defun.
11232
11233 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
11234 (menu-bar-showhide-fringe-ind-menu): New keymap.
11235 (menu-bar-showhide-fringe-ind-empty)
11236 (menu-bar-showhide-fringe-ind-mixed)
11237 (menu-bar-showhide-fringe-ind-box)
11238 (menu-bar-showhide-fringe-ind-right)
11239 (menu-bar-showhide-fringe-ind-left)
11240 (menu-bar-showhide-fringe-ind-none): New defuns.
11241 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
11242
11243 2004-11-27 Richard M. Stallman <rms@gnu.org>
11244
11245 * comint.el (comint-read-noecho): Add trivial compatibility definition.
11246
11247 * generic.el (define-generic-mode): Doc fix.
11248
11249 * menu-bar.el (menu-bar-options-save): For the options
11250 that are toggled with menu-bar-make-mm-toggle, don't check
11251 for customized-value prop.
11252
11253 2004-11-27 Eli Zaretskii <eliz@gnu.org>
11254
11255 * mail/supercite.el (sc-cite-region): Handle the case where
11256 sc-cite-frame-alist is a symbol.
11257 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
11258 a symbol.
11259 (sc-recite-region): Handle the case where sc-recite-frame-alist is
11260 a symbol.
11261
11262 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11263
11264 * wid-edit.el (widget-narrow-to-field): New function.
11265 (widget-complete): Use it.
11266
11267 2004-11-27 Jay Belanger <belanger@truman.edu>
11268
11269 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
11270 variable.
11271 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
11272 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
11273 (math-alg-inequalities): Move declaration to earlier in the file.
11274
11275 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
11276 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
11277 Declare them.
11278
11279 * calc/calc-lang.el (math-expr-data, math-expr-token)
11280 (math-exp-old-pos): Declare them.
11281
11282 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
11283 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
11284
11285 2004-11-27 Kim F. Storm <storm@cua.dk>
11286
11287 * progmodes/flymake.el: Use (featurep 'xemacs).
11288 (flymake-makehash): Change to defsubst. Use fboundp.
11289 (flymake-time-to-float): Remove.
11290 (flymake-float-time): Merge code from flymake-time-to-float here.
11291 (flymake-replace-regexp-in-string): Change to defsubst.
11292 (flymake-split-string-remove-empty-edges):
11293 Rename to flymake-split-string.
11294 (flymake-split-string): Remove previous defalias.
11295 (flymake-get-temp-dir): Change to defsubst.
11296 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
11297 Define for xemacs only.
11298 (flymake-master-file-count-limit): Change into compiler defvar only.
11299 (flymake-find-possible-master-files): Let-bind it dynamically while
11300 sorting files using flymake-master-file-compare.
11301
11302 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11303
11304 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
11305 of defun-prompt-regexp matches inside a comment/string but the
11306 beginning is correctly outside everything.
11307
11308 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
11309 appears within a string or a comment.
11310
11311 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
11312 rather than make-symbol for symbols which are used in
11313 a symbol-macrolet or equivalent.
11314
11315 2004-11-26 Jay Belanger <belanger@truman.edu>
11316
11317 * calc-misc.el (calc-last-why-command): Declare it.
11318
11319 * calc-vec.el (math-grade-vec): New variable.
11320 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
11321 Replace variable grade-vec by declared variable.
11322 (math-rb-close): New variable.
11323 (math-read-brackets, math-read-vector): Replace variable close by
11324 declared variable.
11325
11326 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
11327 (calc-one-window, calc-edit-handler, calc-restore-trail)
11328 (calc-allow-ret): Declare them.
11329
11330 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
11331 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
11332 (math-radix-float-cache-tag, math-random-cache)
11333 (math-max-digits-cache, math-integral-cache, math-units-table)
11334 (math-format-date-cache, math-holidays-cache-tag): Declare them.
11335 (math-moc-func): New variable.
11336 (math-map-over-constants, math-map-over-constants-rec):
11337 Replace variable func by declared variable.
11338
11339 * calc/calc-store.el (calc-given-value, calc-store-opers):
11340 Declare them.
11341 (calc-var-name-map): Move declaration to earlier in the file.
11342 (calc-pv-pos): New variable.
11343 (calc-permanent-variable, calc-insert-permanent-variable):
11344 Replace variable pos by declared variable.
11345
11346 * calc/calc-mtx.el (calc-det-lu): New variable.
11347 (math-det-raw, math-det-step): Replace variable lu by declared variable.
11348
11349 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
11350 (math-multi-subst, math-multi-subst-rec): Replace variables temp
11351 and arg by declared variables.
11352 (calcFunc-reducer): Fix incorrect variable.
11353 (math-inner-mul-func, math-inner-add-func): New variables.
11354 (calcFunc-inner, math-inner-mats): Replace variables mul-func
11355 and add-func by declared variables.
11356
11357 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
11358 (calc-digit-value): Declare them.
11359
11360 * calc/calc-help.el (Info-history): Declare it.
11361 (calc-describe-key): Make calc-summary-indentation a local variable.
11362 (calc-help-long-names): Move declaration to earlier in file.
11363
11364 * calc/calc-embed.el (calc-original-buffer): Declare it.
11365 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
11366 (calc-embed-bot): New variables.
11367 (calc-do-embedded, calc-embedded-mark-formula)
11368 (calc-embedded-find-bounds, calc-embedded-duplicate)
11369 (calc-embedded-new-formula, calc-embedded-make-info):
11370 Replace vars outer-top, outer-bot, bot and top by declared variables.
11371 (calc-embed-prev-modes): New variable.
11372 (calc-embedded-set-modes, calc-embedded-update): Replace variable
11373 prev-modes with declared variable.
11374 (calc-embed-vars-used): New variable.
11375 (calc-embedded-make-info, calc-embedded-evaluate-expr)
11376 (calc-embedded-update, calc-embedded-find-vars): Replace variable
11377 vars-used by declared variable.
11378
11379 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
11380 (math-format-radix-float): Remove unnecessary setq.
11381 (math-radix-float-cache): Declare it.
11382
11383 * calc/calcsel2.el (calc-keep-selection): Declare it.
11384
11385 * calc/calc-maint.el: Remove file.
11386
11387 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11388
11389 * textmodes/bibtex.el (bibtex-sort-entry-class)
11390 (bibtex-comment-start): Use defcustom.
11391 (bibtex-entry-field-alist): Use nil if initial content of the
11392 field is undefined. Fix docstring.
11393 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
11394 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
11395 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
11396 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
11397 Fix docstring.
11398 (bibtex-autokey-title-terminators): Use only one regexp.
11399 (bibtex-string-maybe-empty-head): New variable.
11400 (bibtex-remove-delimiters-string): New function.
11401 (bibtex-text-in-field-bounds, bibtex-text-in-string):
11402 Use bibtex-remove-delimiters-string.
11403 (bibtex-progress-message, bibtex-field-left-delimiter)
11404 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
11405 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
11406 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
11407 Simplify.
11408 (bibtex-format-entry): Use save-excursion for inherited booktitle.
11409 Use eq and bibtex-remove-delimiters-string. For end markers use
11410 insertion type so that marker stays after inserted text.
11411 (bibtex-autokey-get-names): Return empty string if name is missing.
11412 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
11413 calling bibtex-autokey-name-case-convert.
11414 (bibtex-autokey-demangle-title):
11415 Call bibtex-autokey-titleword-case-convert. Remove call to
11416 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
11417 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
11418 (bibtex-read-key): New optional arg global.
11419 (bibtex-files-expand): New optional arg force.
11420 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
11421 (bibtex-complete-crossref-cleanup): Rename from
11422 bibtex-complete-key-cleanup. Simplify code.
11423 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
11424 Operate on current entry.
11425 (bibtex-button): Add docstring.
11426 (bibtex-entry): Simplify.
11427 (bibtex-make-field): Replace optional arg called-by-yank with more
11428 specific args move and interactive.
11429 (bibtex-end-of-entry): Use forward-sexp.
11430 (bibtex-find-entry-globally): Remove.
11431 (bibtex-find-crossref): Allow for crossref key located in other buffer.
11432 Bound to C-c C-x.
11433 (bibtex-find-entry): New optional args global and display.
11434 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
11435 (bibtex-validate): Use arg force of bibtex-files-expand.
11436 (bibtex-clean-entry): Bugfix, clean string entries properly.
11437 Always keep point at beginning of entry.
11438 (bibtex-complete): Bugfix. Handle string entries properly.
11439 Call cleanup functions only if needed.
11440 (bibtex-String): Use bibtex-read-string-key.
11441 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
11442 case of replacement text.
11443
11444 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11445
11446 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
11447 (tramp-perl-directory-files-and-attributes): New constant.
11448 (tramp-file-name-handler-alist): Delete file-directory-files, add
11449 directory-files-and-attributes.
11450 (tramp-perl-file-attributes): Surround uid and gid by double
11451 quotes. Change parameter id-format from nonnumeric.
11452 (tramp-convert-file-attributes): New function.
11453 (tramp-handle-file-attributes): Use it.
11454 (tramp-maybe-send-perl-script): New function.
11455 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
11456 file mode. Change parameter id-format from nonnumeric.
11457 (tramp-handle-file-attributes-with-ls): Change parameter id-format
11458 from nonnumeric.
11459 (tramp-post-connection): Don't send tramp-perl-file-attributes
11460 script. Reset connection property "perl-scripts".
11461 (tramp-handle-insert-directory): Run real handler when ls-lisp is
11462 in use.
11463
11464 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11465
11466 * desktop.el (desktop-read): Replace mapcar with mapc.
11467 (desktop-create-buffer): Replace mapcar with mapc.
11468 Remove redundant piece of code.
11469
11470 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
11471
11472 * progmodes/gud.el (gud-display-line): Use display-buffer
11473 for GDB-UI as for GUD.
11474
11475 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
11476 Delete variables.
11477 (gdb-ann3): Don't make GUD buffer dedicated.
11478 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
11479 (gdb-display-source-buffer): Delete function.
11480 (gdb-view-source-function, gdb-view-assembler): Delete functions.
11481 (menu): Delete menu bindings for viewing source/assembler.
11482 (gdb-setup-windows, gdb-restore-windows):
11483 Don't dedicate GUD. No assembler now.
11484 (gdb-reset): No need to undedicate source buffers now.
11485 (gdb-source-info): No assembler now.
11486
11487 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
11488
11489 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
11490 width to those for special frames.
11491 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
11492 Use display-buffer.
11493 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
11494 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11495 (gdb-frame-assembler-buffer): Rework like
11496 gdb-frame-breakpoints-buffer.
11497
11498 2004-11-25 Richard M. Stallman <rms@gnu.org>
11499
11500 * progmodes/flymake.el: Reindent.
11501 (flymake-split-string): Turn into defalias.
11502 (flymake-fix-file-name): Rename from flymake-fix-path-name.
11503 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
11504 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
11505 (flymake-build-relative-filename): Rename from ...path.
11506 Fix error message.
11507
11508 2004-11-25 Cheng Gao <chenggao@gmail.com>
11509
11510 * progmodes/flymake.el: Much whitespace and capitalization change.
11511 Move `provide' to end. Require `compile' only when compiling.
11512
11513 2004-11-24 Jay Belanger <belanger@truman.edu>
11514
11515 * calc/calc-alg.el: Added comment.
11516 (math-polynomial-base): Replace variable mpb-top-expr by
11517 math-poly-base-top-expr.
11518
11519 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
11520 (math-polynomial-p1): Replace variable mpb-top-expr by declared
11521 variable.
11522 (math-poly-base-total-base): New variable.
11523 (math-total-polynomial-base, math-polynomial-p1): Replace variable
11524 mpb-total-base by declared variable.
11525 (math-factored-vars, math-to-list): Declare it.
11526 (math-fact-expr): New variable.
11527 (calcFunc-factors, calcFunc-factor, math-factor-expr)
11528 (math-factor-expr-try, math-factor-expr-part): Replace variable
11529 expr by declared variable.
11530 (math-fet-x): New variable.
11531 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
11532 by declared variable.
11533 (math-factor-poly-coefs): Make temp a local variable.
11534
11535 * calc/calc-units.el (calc-convert-units): Make units a local
11536 variable.
11537 (calc-num-units, calc-den-units): New variables.
11538 (calc-explain-units, calc-explain-units-rec): Replace variables
11539 num-units and den-units by declared variables.
11540 (math-cu-unit-list): New variable.
11541 (math-build-units-table, math-compare-unit-names)
11542 (math-convert-units, math-convert-units-rec): Replace variable
11543 unit-list by declared variable.
11544 (math-fbu-base, math-fbu-entry): New variables.
11545 (math-find-base-units, math-find-base-units-rec): Replace variables
11546 base and entry by declared variables.
11547 (math-which-standard): New variable.
11548 (math-to-standard-units, math-to-standard-rec): Replace variable
11549 which-standard by declared variable.
11550 (math-fcu-u): New variable.
11551 (math-find-compatible-unit, math-find-compatible-unit-rec):
11552 Replace variable u by declared variable.
11553 (math-cu-new-units, math-cu-pure): New variables.
11554 (math-convert-units, math-convert-units-rec): Replace variables
11555 new-units and pure by declared variables.
11556 (math-try-cancel-units): New variable.
11557 (math-simplify-units-quotient): Replace variable try-cancel-units by
11558 declared variable.
11559
11560 2004-11-24 Richard M. Stallman <rms@gnu.org>
11561
11562 * textmodes/ispell.el (ispell-check-version):
11563 If default-directory is nonexistent, use home dir.
11564
11565 * progmodes/grep.el (grep-regexp-alist):
11566 Don't match parens around line numbers.
11567
11568 * progmodes/cperl-mode.el (cperl-indent-region)
11569 (cperl-imenu--create-perl-index, cperl-xsub-scan):
11570 Don't print progress messages.
11571
11572 * progmodes/compile.el (compilation-mode-map):
11573 Don't inherit from compilation-minor-mode-map;
11574 copy its bindings instead. But the menu bar Compile
11575 entry now does inherit from compilation-menu-map.
11576
11577 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11578 Use with-no-warnings around compiler-macroexpand.
11579
11580 * imenu.el: Don't always require newcomment.
11581 (imenu--generic-function): Call comment-normalize-vars
11582 if we have a comment syntax.
11583 Exit the loop if REGEXP matches the null string.
11584 Test comment-start as well as comment-start-skip
11585 when deciding whether to check for comments.
11586
11587 * tooltip.el (tooltip-mode): Doc fix.
11588
11589 * term.el (term-escape-char, term-mode): Doc fixes.
11590
11591 2004-11-24 Dave Love <fx@gnu.org>
11592
11593 * progmodes/python.el (python-font-lock-syntactic-keywords):
11594 Check for escapes in the regexp.
11595 (python-quote-syntax): Don't do it here.
11596
11597 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11598
11599 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11600 (gdb-frames-mode-map, gdb-threads-mode-map)
11601 (gdb-registers-mode-map, gdb-locals-mode-map)
11602 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
11603 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
11604
11605 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
11606 (dedicated-switch-to-buffer): Rework.
11607 (gdb-var-evaluate-expression-handler, gdb-put-string):
11608 Remove unused variable bindings.
11609 (gdb-setup-windows, gdb-display-buffer):
11610 Simplify. Use pop-to-buffer.
11611 (gdb-view-source-function): Simplify.
11612 (gdb-frame-breakpoints-buffer):
11613 Use pop-to-buffer, special-display-regexps.
11614
11615 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11616
11617 * progmodes/f90.el (f90-smart-end)
11618 (f90-previous-statement, f90-beginning-of-block): Doc fix.
11619 (f90-calculate-indent): Handle un-named PROGRAM blocks.
11620 (f90-end-of-block): Doc fix. Make check of outermost block
11621 conditional on value of `f90-smart-end'.
11622 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
11623 Handle case where END-BLOCK is nil.
11624 (f90-match-end): Handle un-named PROGRAM blocks.
11625 (f90-backslash-not-special): New function.
11626
11627 2004-11-24 Jay Belanger <belanger@truman.edu>
11628
11629 * calc/calc.el (calc-embedded-active): Removed unnecessary
11630 declaration.
11631 (calc-show-banner): Removed redundant declaration.
11632
11633 * calc/calc-graph.el (calc-gnuplot-default-device)
11634 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11635 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11636 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11637 Remove redundant initial values.
11638
11639 * calc/calc-arith.el (math-scalar-functions)
11640 (math-nonscalar-functions, math-scalar-if-args-functions)
11641 (math-real-functions, math-positive-functions)
11642 (math-nonnegative-functions, math-real-scalar-functions)
11643 (math-real-if-arg-functions, math-integer-functions)
11644 (math-num-integer-functions, math-rounding-functions)
11645 (math-float-rounding-functions, math-integer-if-args-functions)
11646 (math-super-types): Move declarations to earlier in file.
11647 (math-unit-prefixes): Declared it.
11648 (math-floor-prec, math-trunc-prec): New variables.
11649 (math-trunc-fancy): Replace variable prec by declared variable.
11650 (math-floor-fancy): Replace variable prec by declared variable.
11651 (math-com-bterms): New variable.
11652 (math-commutative-equal, math-commutative-collect):
11653 Replace variable bterms by declared variable.
11654
11655 * calc/calc-misc.el (math-trunc): Replace variable prec by
11656 math-trunc-prec.
11657 (math-floor): Replace variable prec by math-floor-prec.
11658
11659 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
11660 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
11661 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
11662 (math-format-date, math-format-date-part): Replace variables
11663 date, dt, year, month, day, weekday, hour, minute, second and
11664 bc-flag by declared variables.
11665 (math-pd-str): New variable.
11666 (math-parse-date, math-parse-date-word, math-parse-standard-date):
11667 Replace variable str by declared variable.
11668 (math-daylight-savings-hook, math-tzone-names): Move definitions
11669 to earlier in the file.
11670 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
11671 (math-sh-year): New variable.
11672 (math-setup-add-holidays, math-setup-holidays)
11673 (math-setup-year-holidays): Replace variable `year' by declared
11674 variable.
11675
11676 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
11677 New variables.
11678 (math-nth-root-float, math-nth-root-float-iter): Replace variables
11679 n, nf and nfm1 by declared variables.
11680 (math-nri-n): New variable.
11681 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
11682 n by declared variable.
11683 (calcFunc-log): Removed misplaced condition.
11684
11685 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
11686
11687 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11688
11689 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11690
11691 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11692 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11693 Dedicate gdb-related windows.
11694 (gdb-display-buffer): Dedicate gdb-related windows.
11695 Don't grab other frames.
11696 (gdb-reset): Remove dedicated property after debugging.
11697
11698 2004-11-24 Jay Belanger <belanger@truman.edu>
11699
11700 * calc/calc-sel.el: Add comment.
11701
11702 * calc/calc.el (math-stack-value-offset): Replace variables c,
11703 wid and off with math-svo-c, math-svo-wid and math-svo-off.
11704
11705 * calc/calccomp.el (math-comp-sel-tag): Declare it.
11706 (math-svo-c, math-svo-wid, math-svo-off): New variables.
11707 (math-stack-value-offset-fancy): Replace variables c, wid and off
11708 by declared variables.
11709 (math-comp-just, math-comp-comma-spc): New variables.
11710 (math-compose-expr, math-compose-matrix): Replace variables `just'
11711 and comma-spc by declared variable.
11712 (math-comp-vector-prec): New variable.
11713 (math-compose-expr, math-compose-matrix, math-compose-rows):
11714 Replace variable vector-prec by declared variable.
11715 (math-comp-left-bracket, math-comp-right-bracket)
11716 (math-comp-comma): New variables.
11717 (math-compose-expr, math-compose-rows): Replace variables
11718 left-bracket, right-bracket and comma by declared variables.
11719 (math-comp-full-width): New variable.
11720 (math-comp-to-string-flat, math-comp-to-string-flat-term):
11721 Replace variable full-width by declared variable.
11722 (math-comp-highlight, math-comp-word, math-comp-level)
11723 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11724 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11725 New variables.
11726 (math-comp-to-string-flat, math-comp-to-string-flat-term)
11727 (math-comp-sel-flat-term): Replace variables comp-highlight,
11728 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11729 declared variables.
11730 (math-comp-simplify, math-comp-simplify-term)
11731 (math-comp-add-string, math-comp-add-string-sel):
11732 Replace variables comp-highlight, comp-buf, comp-base,
11733 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11734
11735 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11736
11737 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11738
11739 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11740 and x-server-version may throw.
11741
11742 2004-11-23 Kim F. Storm <storm@cua.dk>
11743
11744 * subr.el (substitute-key-definition-key): Optimize.
11745 Don't call indirect-function for nil defn (always signals error).
11746
11747 * ido.el (ido-read-internal): Fix require-match check when
11748 ido-directory-too-big is set.
11749
11750 2004-11-23 Jay Belanger <belanger@truman.edu>
11751
11752 * calc/calc-ext.el (math-read-replacement-list)
11753 (math-read-superscripts): New variables.
11754 (math-read-preprocess-string): New function.
11755 (math-read-expr): Filter input through math-read-preprocess-string.
11756
11757 * calc/calc-aent.el (math-read-exprs): Filter input through
11758 math-read-preprocess-string.
11759
11760 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
11761
11762 * progmodes/compile.el (compilation-start): In cd command use
11763 substitute-env-vars -- not quite shell compatible but better than
11764 nothing.
11765 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11766 handle the newer versions messages, which are more parseable.
11767
11768 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11769
11770 * reveal.el (reveal-mode-map): New var.
11771 (reveal-mode): Use it.
11772
11773 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
11774
11775 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11776 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11777
11778 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11779
11780 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11781 header-line when needed.
11782 Use fixed-pitch only in the header-line.
11783 Build the underline automatically. Use emdash if available.
11784
11785 2004-11-22 Richard M. Stallman <rms@gnu.org>
11786
11787 * dired.el (dired-recursive-copies): Move from dired-aux.el.
11788 * dired-aux.el (dired-recursive-copies): Move to dired.el.
11789
11790 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
11791
11792 * progmodes/gdb-ui.el (gdb-resync): New function.
11793 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11794 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11795 Use it to fail more gracefully.
11796 (gdb-variables): Delete variable.
11797 Re-order variables to reduce byte-compiler warnings.
11798
11799 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11800
11801 * descr-text.el (describe-char):
11802 * paren.el (show-paren-function):
11803 * subr.el (syntax-after): Undo last change.
11804
11805 * progmodes/python.el (run-python): Don't hard code *Python*.
11806 Don't modify global process-environment.
11807 (python-send-region, python-load-file): Don't assume that
11808 python-buffer == (process-buffer (python-proc)).
11809 (python-switch-to-python): Simplify.
11810
11811 * dired.el (dired-align-file): Don't assume line starts with spaces.
11812
11813 2004-11-21 Jay Belanger <belanger@truman.edu>
11814
11815 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11816 Replace variable `lines' by math-read-big-lines.
11817 (math-read-big-expr): Replace variables the-baseline, the-h2
11818 and err-msg by math-read-big-baseline, math-read-big-h2 and
11819 math-read-err-msg.
11820 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11821
11822 * calc/calc-lang.el (math-read-big-rec): Fix typo.
11823 (math-read-big-balance): Replace unbound variable by value.
11824 (math-read-big-lines): New variable.
11825 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11826 (math-read-big-error, math-read-big-balance): Replace variable
11827 `lines' by declared variable.
11828 (math-read-big-baseline, math-read-big-h2): New variables.
11829 (math-read-big-rec): Replace variables the-baseline and the-h2
11830 by declared variables.
11831 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11832 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11833 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11834 declared variables.
11835 (math-read-big-err-msg): New variable.
11836 (math-read-big-error): Replace variable err-msg by declared variable.
11837
11838 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11839
11840 * ses.el: Add coding cookie.
11841 Fix up docstrings, follow new commenting conventions.
11842 (ses-header-line-menu): Fix missing variable rename for header-row.
11843 (ses-cell-size): Remove.
11844 (ses-make-cell): New function.
11845 (ses-cell, ses-insert-row, ses-insert-column): Use it.
11846 (ses-calculate-cell): Remove unused var `symbol'.
11847 (ses-narrowed-p): New function.
11848 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11849 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11850 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11851 (ses-setup): Use restore-buffer-modified-p.
11852 (ses-cleanup): Remove unused var `end'.
11853 (ses-header-string-left-offset): Remove.
11854 (ses-create-header-string): Adjust to new behavior of `align-to'.
11855 Truncate excessively large fields to preserve alignment.
11856 (ses-reconstruct-all): Remove unused var `refs'.
11857 (ses-read-cell-printer): Remove unused var `prompt'.
11858 (ses-delete-row): Remove unused var `pos'.
11859 (ses-delete-column): Remove unused var `new'.
11860
11861 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11862
11863 * ps-print.el: Insert :version tag into all defgroup and defcustom.
11864 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11865 Eliminate eval-and-compile usage.
11866 (ps-insert-file): Use insert-file-contents instead of insert-file.
11867 (ps-setup): Code fix.
11868
11869 * printing.el (pr-setup, lpr-setup): Code fix.
11870
11871 2004-11-21 Jay Belanger <belanger@truman.edu>
11872
11873 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11874 (calc-original-buffer): Declare them.
11875 (calc-user-formula-alist): New variable.
11876 (calc-user-define-formula, calc-fix-user-formula)
11877 (calc-user-define-composition, calc-finish-formula-edit):
11878 Replace variable `alist' by declared variable.
11879 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11880 (var-q7, var-q7, var-q8, var-q9): Declare them.
11881 (calc-kbd-push): Don't check to see if var-q0 through var-q9
11882 are bound.
11883 (calcFunc-typeof): Replace undeclared variable by expression.
11884 (math-exp-env): New variable.
11885 (math-define-body, math-define-exp): Replace exp-env by declared var.
11886 (math-define-exp): Replace misplaced variable by expression.
11887
11888 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11889 (calc-curve-model, calc-curve-coefnames): New variables.
11890 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11891 varnames, model and coefnames by declared variables.
11892 (math-root-widen): New variable.
11893 (math-search-root, math-find-root): Replace variable root-widen by
11894 declared variable.
11895 (var-DUMMY): Declare it.
11896 (math-root-vars, math-min-vars): Move the declarations to earlier in
11897 the file.
11898 (math-brent-min): Make d a local variable.
11899 (math-find-minimum): Replace non-existent variable.
11900 (math-ninteg-romberg): Remove unnecessary variable.
11901 (math-ninteg-temp): New variable.
11902 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11903 integ-temp by declared variable.
11904 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11905 New variables.
11906 (math-general-fit): Replace variables first-var, first-coef and
11907 new-coefs by declared variables.
11908 (calcFunc-fitvar): Replace variable first-var by declared variable.
11909 (calcFunc-fitparam): Replace variable first-coef by declared variable.
11910 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11911 (math-all-vars-vars, math-all-vars-found): New variables.
11912 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11913 found by declared variable math-all-vars-vars.
11914
11915 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
11916
11917 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11918 of `defconst'.
11919
11920 2004-11-20 Richard M. Stallman <rms@gnu.org>
11921
11922 * isearch.el (isearch-mode-map): Don't bind SPC.
11923 (isearch-whitespace-chars): Function deleted.
11924 (isearch-search): Bind search-spaces-regexp.
11925 (isearch-lazy-highlight-search): Likewise.
11926 (search-whitespace-regexp): Doc fix.
11927 (isearch-forward-regexp): Doc fix.
11928
11929 * emacs-lisp/bytecomp.el (byte-compile-form):
11930 Move the calls to byte-compile-set-symbol-position,
11931 to avoid having two for the same symbol occurrence.
11932
11933 * comint.el (comint-input-ring-size): Increase to 150.
11934
11935 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11936 New variables.
11937 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11938 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11939
11940 * imenu.el (imenu--generic-function):
11941 Ensure we keep moving backward even if BEG isn't further back.
11942
11943 * replace.el (query-replace-read-to, query-replace-read-from):
11944 Specify t for KEEP-ALL in read-from-minibuffer.
11945
11946 * progmodes/python.el (python-switch-to-python):
11947 If Python isn't running, start it.
11948 Don't alter debug-ignored-errors.
11949
11950 * progmodes/cperl-mode.el (cperl-indent-region):
11951 Don't mind imenu-scanning-message.
11952
11953 * bindings.el (global-map): Bind C-e to move-end-of-line.
11954
11955 * simple.el (line-move-finish): New arg FORWARD.
11956 Ignore invisible newlines, not intangible ones.
11957 Conditions for acceptable stopping positions depend on FORWARD.
11958 (line-move): Pass FORWARD arg to line-move-finish.
11959
11960 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11961 of HEADER. Compensate for this change in the code to add display
11962 properties. Don't make the first line intangible.
11963
11964 * info.el (Info-search): Fix previous change.
11965
11966 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
11967
11968 * Makefile.in (recompile): Revert 2004-11-19 change.
11969 (compile): Likewise.
11970
11971 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
11972
11973 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11974
11975 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11976
11977 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
11978 defgroup and defcustom. Eliminate eval-and-compile usage.
11979
11980 * progmodes/ebnf-otz.el: Fix typos.
11981
11982 2004-11-19 Jay Belanger <belanger@truman.edu>
11983
11984 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11985 (calc-edit-finish, calc-finish-stack-edit): Replace variable
11986 disp-trail by declared variable.
11987
11988 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11989 (calc-finish-selection-edit): Replace variable disp-trail by
11990 declared variable.
11991 (calc-selection-cache-entry): Move declaration to earlier in the file.
11992 (calc-selection-cache-num, calc-selection-cache-comp)
11993 (calc-selection-cache-offset, calc-selection-true-num)
11994 (calc-final-point-line, calc-final-point-column)
11995 (calc-original-buffer): Declare them.
11996 (calc-fnp-op, calc-fnp-num): New variables.
11997 (calc-find-nth-part, calc-find-nth-part-rec)
11998 (calc-select-previous): Replace op and num by declared variables.
11999 (calc-rsf-old, calc-rsf-new): New variables.
12000 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
12001 Replace variables old and new by declared variables.
12002 (calc-sel-reselect): New variable.
12003 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
12004 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
12005 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
12006 reselect with declared variable.
12007
12008 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
12009 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
12010 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
12011 (math-import-list, math-rewrite-phase): Declare them.
12012 (math-rewrite): Use let* to declare variables.
12013 (calc-rewrite-selection): Make rules a local variable.
12014 (calc-rewr-sel): New variable.
12015 (calc-rewrite-selection, calc-locate-selection-marker)
12016 (calc-rewrite): Use the declared variable calc-rewr-sel instead
12017 of sel.
12018 (math-rewrite-whole-expr): New variable.
12019 (math-rewrite, math-rewrite-phase): Replace variable expr by
12020 declared variable.
12021 (math-rewrite-heads-heads, math-rewrite-heads-skips)
12022 (math-rewrite-heads-blanks ): New variables.
12023 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
12024 heads, skips and blanks by declared variables.
12025 (math-rwcomp-subst-old, math-rwcomp-subst-new)
12026 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
12027 New variables.
12028 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
12029 old, new, old-func and new-func by declared variables.
12030 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
12031 Remove unnecessary variable.
12032 (math-apply-rw-regs): New variable.
12033 (math-apply-rewrites, math-rwapply-replace-regs)
12034 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
12035 (math-apply-rw-ruleset): New variable.
12036 (math-apply-rewrites, math-rwapply-remember): Replace variable
12037 ruleset by declared variable.
12038
12039 2004-11-19 Richard M. Stallman <rms@gnu.org>
12040
12041 * info.el (Info-search): Use search-whitespace-regexp.
12042
12043 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
12044
12045 * vc-rcs.el (vc-rcs-parse): New function.
12046 (vc-rcs-annotate-command): Likewise.
12047 (vc-rcs-annotate-current-time): Likewise.
12048 (vc-rcs-annotate-time): Likewise.
12049 (vc-rcs-annotate-extract-revision-at-line): Likewise.
12050
12051 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
12052
12053 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
12054
12055 2004-11-18 Jay Belanger <belanger@truman.edu>
12056
12057 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
12058
12059 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12060
12061 * printing.el: Eliminate use of interactive-p and eval-and-compile.
12062 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
12063 Use make-temp-file to generate PostScript files in any situation.
12064 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
12065 (pr-interactive-p): Eliminate var.
12066 (pr-save-interactive): Eliminate macro.
12067 (pr-interface, pr-ps-directory-preview)
12068 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12069 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12070 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12071 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12072 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12073 (pr-ps-region-ps-print, pr-ps-mode-preview)
12074 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12075 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12076 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
12077 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12078 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12079 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12080 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12081 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12082 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12083 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12084 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12085 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
12086 Eliminate pr-save-interactive usage.
12087 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
12088 Eliminate pr-interactive-p usage.
12089 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
12090 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
12091 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
12092 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
12093 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
12094 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
12095 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
12096 New funs.
12097 (pr-ps-file): Use make-temp-file to generate a temporary file.
12098
12099 2004-11-17 Jay Belanger <belanger@truman.edu>
12100
12101 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
12102 a local variable.
12103 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
12104 (math-top-only): New variable.
12105 (math-simplify, math-simplify-step): Replace variable top-only by
12106 declared variable math-top-only.
12107 (math-simplify-expr): Declare it.
12108 Replace argument expr in all calls of math-defsimplify by
12109 math-simplify-expr.
12110 (math-simplify-plus, math-simplify-times, math-simplify-divide)
12111 (math-simplify-divisor, math-simplify-one-divisor)
12112 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
12113 (math-simplify-pow): Replace variable expr by declared variable
12114 math-simplify-expr.
12115 (math-simplify-divisor): Remove local variables temp and op.
12116 (math-simplify-one-divisor): Make temp and op local variables.
12117 (math-simplify-divisor-nover, math-simplify-divisor-dover):
12118 New variables.
12119 (math-simplify-divisor, math-simplify-one-divisor):
12120 Replace variables nover and dover by declared variables.
12121 (math-expr-subst-new, math-expr-subst-old): New variables.
12122 (math-expr-subst, math-expr-subst-rec): Replace variables new
12123 and old by declared variables.
12124 (math-is-poly-degree, math-is-poly-loose): New variables.
12125 (math-is-polynomial, math-is-poly-rec): Replace variables degree
12126 and loose by declared variables.
12127 (math-poly-base-const-ok, math-poly-base-pred): New variables.
12128 (math-polynomial-base, math-polynomial-base-rec):
12129 Replace variables const-ok and mpb-pred by declared variables.
12130
12131 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
12132
12133 * calc/calc-ext.el (math-defsimplify): Change the argument in
12134 the created function to math-simplify-expr.
12135
12136 * calc/calc-units.el (math-simplify-expr): Declare it.
12137 Replace argument expr in all calls of math-defsimplify by
12138 math-simplify-expr.
12139 (math-simplify-units-prod): Replace variable expr by declared
12140 variable math-simplify-expr.
12141
12142 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
12145 Replace mapcar->dolist, format->string.
12146
12147 2004-11-17 Miles Bader <miles@gnu.org>
12148
12149 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
12150 * progmodes/idlwave.el: Remove RCS keywords.
12151
12152 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
12153
12154 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
12155 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
12156 Update to IDLWAVE version 5.5. Too many changes to list them here.
12157 * progmodes/idlw-help.el: New file.
12158
12159 2004-11-16 Richard M. Stallman <rms@gnu.org>
12160
12161 * international/iso-cvt.el (iso-tex2iso-trans-tab):
12162 Discard spaces after \i according to TeX rules.
12163
12164 * international/mule.el (set-buffer-file-coding-system):
12165 New arg NOMODIFY.
12166 (after-insert-file-set-coding): Pass that new arg.
12167 Prevent set-buffer-multibyte from trying to lock the file.
12168
12169 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
12170
12171 * saveplace.el (save-place): Doc fix.
12172
12173 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
12174 temporarily widen before finding the following word to copy.
12175
12176 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
12177 (cl-map-keymap): Definition deleted.
12178
12179 * subr.el (map-keymap-internal): New function.
12180
12181 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12182
12183 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
12184 when pressing rather than when releasing mouse-2. Simplify.
12185
12186 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12187
12188 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
12189 (compilation-mode): Set it here instead.
12190
12191 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
12192
12193 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
12194 (loop, cl-parse-loop-clause, defsetf): Use backquote.
12195
12196 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12197
12198 * progmodes/compile.el (compilation-internal-error-properties):
12199 Fix up a transposition-typo. Check end-col before using it.
12200
12201 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
12202
12203 * international/iso-cvt.el (iso-tex2iso-trans-tab):
12204 Discard whitespace after macro \i when converting it.
12205
12206 2004-11-16 Juri Linkov <juri@jurta.org>
12207
12208 * emacs-lisp/find-func.el (find-function-regexp):
12209 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
12210 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
12211 Remove invalid `\W' from [^cgv\W]. Doc fix.
12212 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
12213
12214 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
12215
12216 * play/life.el: Maintainer is now FSF.
12217 (life-patterns, life-neighbor-deltas, life-window-start)
12218 (life-current-generation, life-generation-string): Use defvar
12219 instead of defconst.
12220
12221 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12222
12223 * progmodes/compile.el (compilation-move-to-column): New fun.
12224 (compilation-internal-error-properties)
12225 (compilation-next-error-function): Use it to make sure we don't go past
12226 the end of line.
12227
12228 2004-11-15 John Paul Wallington <jpw@gnu.org>
12229
12230 * autoinsert.el (auto-insert-alist): Insert the user's name in
12231 copyright notice, rather than Free Software Foundation, for the
12232 Emacs Lisp header case too.
12233
12234 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12235
12236 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
12237 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12238 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
12239 return the list of string in a string.
12240 (pr-call-process): Message if calling process returns an error, that
12241 is, the exit status is different of zero.
12242
12243 2004-11-15 Jay Belanger <belanger@truman.edu>
12244
12245 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
12246 variable var-thing.
12247 (math-integ-depth, math-integ-level, math-integral-limit)
12248 (math-enable-subst, math-any-substs, math-integ-msg)
12249 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
12250 (math-int-threshold, math-int-factors, math-double-roots)
12251 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
12252 (var-GenCount): Declare these variables.
12253 (calcFunc-integ): Don't check if var-IntegLimit is bound.
12254 (math-integral-cache, math-integral-cache-state):
12255 Move declarations to earlier in the file.
12256 (math-deriv-var, math-deriv-total, math-deriv-symb)
12257 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
12258 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
12259 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
12260 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
12261 (math-solve-res): New variables
12262 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
12263 (math-integral, math-replace-integral-parts)
12264 (math-integrate-by-parts, calc-dump-integral-cache)
12265 (math-try-integral, math-do-integral, math-do-integral)
12266 (math-do-integral-methods, math-try-solve-for)
12267 (math-try-solve-prod, math-solve-poly-funny-powers)
12268 (math-solve-crunch-poly, math-decompose-poly)
12269 (math-solve-find-root-term, math-find-root-in-prod)
12270 (math-integ-try-linear-substitutions)
12271 (math-integ-try-substitutions, math-expr-rational-in)
12272 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
12273 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
12274 (math-solve-for, math-solve-system, math-solve-system-rec)
12275 (math-solve-get-sign, math-solve-get-int)
12276 (math-solve-system-subst): Replace undeclared variables with newly
12277 declared variables.
12278
12279 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12280
12281 * winner.el (winner-active-region, winner-edges, winner-window-list):
12282 Define at toplevel.
12283 (winner-mode-map): Move init inside declaration.
12284
12285 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
12286
12287 * files.el (convert-standard-filename): Doc fix.
12288
12289 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
12290
12291 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
12292 passwd, group, shadow, default/* and pam.d/*.
12293
12294 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12295
12296 * printing.el (pr-menu-spec): Adjust menu specification.
12297
12298 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12299
12300 * printing.el: Doc fix. Insert :version tag into all defcustom.
12301 Handle interactive-p as is recommended in Emacs Lisp Reference.
12302 Set the file permission bits for newly created files.
12303 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12304 The printing menu specification (in `pr-menu-spec') was merged.
12305 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12306 (pr-version): New version number (6.8.3).
12307 (pr-file-modes): New option.
12308 (pr-interactive-p): New var.
12309 (pr-save-interactive, pr-save-file-modes): New macros.
12310 (pr-setup): Code fix.
12311 (pr-menu-spec): Menu specification merged.
12312 (pr-call-process, pr-text2ps): Set file permission bits.
12313 (pr-despool-print): Set file permission bits. Handle interactive-p as
12314 is recommended.
12315 (pr-interface, pr-ps-directory-preview)
12316 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12317 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12318 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12319 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12320 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12321 (pr-ps-region-ps-print, pr-ps-mode-preview)
12322 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12323 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12324 (pr-despool-using-ghostscript, pr-despool-ps-print)
12325 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12326 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12327 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12328 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12329 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12330 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12331 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12332 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12333 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
12334 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
12335 Handle interactive-p as is recommended.
12336
12337 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12338
12339 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
12340 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
12341
12342 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
12343 so it doesn't forget to highlight the beginning of the region either.
12344
12345 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
12346
12347 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
12348 (c-font-lock-init): Eliminate obsolete make-local-hook.
12349 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12350 (awk-mode): Use run-mode-hooks.
12351
12352 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
12353
12354 2004-11-13 Kim F. Storm <storm@cua.dk>
12355
12356 * mouse.el (mouse-drag-copy-region): Add :version.
12357 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
12358 while dragging mode line, so mode line can be dragged downwards.
12359 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
12360 while pressing mouse button so window doesn't scroll until we
12361 release the mouse if clicking on partially visible line.
12362
12363 2004-11-12 Jay Belanger <belanger@truman.edu>
12364
12365 * calc/calc-graph.el (calc-dumb-map): Declare it.
12366 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
12367 than unbound.
12368 (calc-graph-name): Made `end' a local variable.
12369 (calc-graph-lookup): Made `varname' a local variable.
12370 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
12371 Declare them.
12372 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
12373 (calc-graph-plot, calc-graph-compute-3d): Remove references to
12374 the unused variable y3vec.
12375 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
12376 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
12377 calc-graph-prev-kill-hook.
12378 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
12379 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
12380 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
12381 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
12382 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
12383 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
12384 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
12385 (calc-graph-y3value, calc-graph-y3name)
12386 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
12387 (calc-graph-stepcount, calc-graph-is-splot)
12388 (calc-graph-surprise-splot, calc-graph-blank)
12389 (calc-graph-non-blank, calc-graph-curve-num): New variables.
12390 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
12391 (calc-graph-recompute-2d, calc-graph-compute-3d)
12392 (calc-graph-format-data): Replace undeclared variables with the
12393 above newly declared variables.
12394
12395 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
12396
12397 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
12398 `rsf-beep' and `rsf-sleep-after-message'.
12399
12400 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
12401 list if `message-sender' is non-nil.
12402
12403 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12404
12405 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
12406 consing by using mapc instead of mapcar.
12407
12408 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
12409
12410 * tooltip.el (require): Explain why CL is needed.
12411
12412 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12413
12414 * printing.el: Insert :version into defgroup (printing). All reference
12415 to Files option in menubar were changed to File.
12416 (pr-version): New version number (6.8.2).
12417 (pr-get-symbol): Call easy-menu-intern.
12418 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
12419 compilation gripes.
12420
12421 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12422
12423 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
12424 new byte-compile-function-environment binding to t.
12425
12426 * font-lock.el (font-lock-fontify-syntactically-region):
12427 Don't forget to highlight the last char when we hit `end'.
12428
12429 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
12430 (mwheel-scroll): Adjust accordingly.
12431
12432 * cvs-status.el: Reduce spurious warnings.
12433 (cvs-status-checkout): Remove.
12434 (cvs-status-mode-map): Use cvs-mode-checkout instead.
12435
12436 * pcvs.el (cvs-mode-checkout): New command.
12437
12438 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
12439
12440 * tooltip.el: Require CL.
12441
12442 * emacs-lisp/bytecomp.el: Use push.
12443 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
12444 (defalias): Remove the `byte-compile' property and add
12445 a `byte-hunk-handler'.
12446
12447 2004-11-11 Juri Linkov <juri@jurta.org>
12448
12449 * info.el (Info-search): Save match data for isearch.
12450 Skip Tag Table node.
12451
12452 * descr-text.el (describe-char): Replace syntax-after with code
12453 from its previous version.
12454
12455 * files.el (magic-mode-alist): Use optimization for SGML mode too.
12456 (set-auto-mode): Doc fix. Remove unused variable `xml'.
12457
12458 * international/mule.el (sgml-html-meta-auto-coding-function):
12459 Remove > after <html to allow HTML attributes.
12460
12461 2004-11-11 Jay Belanger <belanger@truman.edu>
12462
12463 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
12464 a variable.
12465 (calcFunc-dfac): Replace unbound max by n.
12466 (math-stirling-local-cache): New variable.
12467 (math-stirling-number, math-stirling-1, math-stirling-2):
12468 Replace the variable `cache' by the declared variable
12469 math-stirling-local-cache.
12470 (var-RandSeed): Declare it as a variable.
12471 (math-init-random-base, math-random-digit): Don't check to see if
12472 var-RandSeed is bound.
12473 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
12474 Declare them instead of just setting them.
12475 (math-init-random-base): Made i a local variable.
12476 (math-random-digit): Made math-random-last a local variable.
12477 (math-prime-test-cache): Move declaration to before it is used.
12478 (math-prime-test-cache-k, math-prime-test-cache-q)
12479 (math-prime-test-cache-nm1, math-prime-factors-finished):
12480 Declare them as variables.
12481
12482 2004-11-11 Jay Belanger <belanger@truman.edu>
12483
12484 * calc/calc-ext.el (math-defcache): Use defvar for the new
12485 variables it creates.
12486
12487 2004-11-11 Lars Hansen <larsh@math.ku.dk>
12488
12489 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
12490 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
12491 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
12492 (desktop-save): Add :version.
12493
12494 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12495
12496 * printing.el (pr-get-symbol): Don't downcase.
12497
12498 2004-11-10 Jay Belanger <belanger@truman.edu>
12499
12500 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
12501 string to kill-ring.
12502
12503 * calc/calc-aent.el (calc-alg-exp, math-toks)
12504 (math-exp-pos,math-exp-old-pos, math-exp-token)
12505 (math-exp-keep-spaces, math-exp-str): New variables.
12506 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
12507 (calcAlg-enter): Use declared variable calc-alg-exp.
12508 (math-build-parse-table, math-find-user-token): Use declared
12509 variable math-toks.
12510 (math-read-exprs, math-read-token, calc-check-user-syntax)
12511 (calc-match-user-syntax, match-factor-after, math-read-factor):
12512 Use declared variables math-exp-pos math-exp-old-pos.
12513 (math-read-exprs, math-read-token, math-read-expr-level)
12514 (calc-check-user-syntax, calc-match-user-syntax)
12515 (match-factor-after, math-read-factor): Use declared variable
12516 math-exp-token.
12517 (math-read-exprs, math-read-expr-list, math-read-token)
12518 (math-read-factor): Use declared variable math-exp-keep-spaces.
12519 (math-read-exprs, math-read-token): Use declared variable
12520 math-exp-str.
12521 (calc-match-user-syntax): Make m a local variable.
12522
12523 * calc/calc-ext.el (math-read-expr): Use declared variables
12524 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
12525 math-exp-keep-spaces.
12526
12527 * calc/calc-forms.el (math-read-angle-bracket): Use declared
12528 variables math-exp-pos, math-exp-str.
12529
12530 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
12531 math-exp-old-pos.
12532 (math-parse-fortran-vector, math-parse-fortran-vector-end)
12533 (math-parse-eqn-prime): Use declared variable math-exp-token.
12534
12535 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
12536 Use declared variable math-exp-pos.
12537 (math-check-for-commas): Use declared variable math-exp-str.
12538 (math-read-brackets): Use declared variables math-exp-old-pos,
12539 math-exp-keep-spaces.
12540 (math-read-brackets, math-read-vector, math-read-matrix):
12541 Use declared variable math-exp-token.
12542
12543 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12544
12545 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
12546 where the keymap is a symbol.
12547 (easy-menu-add-item): Use keymap-prompt. Simplify.
12548
12549 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
12550
12551 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
12552 (sgml-parse-tag-backward): Use it to skip spurious < or >.
12553
12554 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
12555
12556 * ebuff-menu.el: Doc fixes throughout.
12557 (electric-buffer-menu-mode-hook): New defvar.
12558
12559 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
12560
12561 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
12562 The resulting compiler warnings appear to be harmless.
12563
12564 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
12565
12566 * textmodes/conf-mode.el: New file.
12567
12568 * files.el (auto-mode-alist, magic-mode-alist): Use it.
12569
12570 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12571
12572 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
12573
12574 2004-11-09 Jay Belanger <belanger@truman.edu>
12575
12576 * calc/calc-ext.el (calc-init-extensions): Remove old code.
12577
12578 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
12579 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
12580 (calc-z-prefix-help, calc-user-function-list): Use declared
12581 variables calc-z-prefix-buf, calc-z-prefix-msgs.
12582 (math-map-tree, math-map-tree-rec): Use declared variables
12583 math-mt-many, math-mt-func.
12584 (math-read-expression, math-read-string): Use declared variable
12585 math-expr-data.
12586
12587 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
12588 variable math-normalize-a.
12589
12590 * calc/calc.el (math-normalize-a): New variable.
12591 (math-normalize): Use declared variable math-normalize-a.
12592
12593 * calc/calc-poly.el (math-expand-form): Use declared variable
12594 math-mt-many.
12595
12596 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12597 Use declared variable math-mt-many.
12598 (math-rewrite): Use declared variable math-mt-func.
12599
12600 * calc/calc-vec.el (math-read-brackets, math-read-vector)
12601 (math-read-matrix): Use declared variable math-expr-data.
12602
12603 * calc/calc-lang.el (math-parse-fortran-vector)
12604 (math-parse-fortran-vector-end, math-parse-tex-sum)
12605 (math-parse-eqn-matrix, math-parse-eqn-prime)
12606 (math-read-math-subscr): Use declared variable math-expr-data.
12607
12608 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
12609 (math-read-expr-level, math-read-token, calc-check-user-syntax)
12610 (calc-match-user-syntax, math-read-if, math-factor-after)
12611 (math-read-factor): Use declared variable math-expr-data.
12612
12613 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
12614
12615 * calendar/diary-lib.el (diary-from-outlook)
12616 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
12617 interactive-p; but rather new optional argument NOCONFIRM.
12618
12619 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12620
12621 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
12622 (easy-menu-name-match): Revert correspondingly.
12623
12624 2004-11-09 Richard M. Stallman <rms@gnu.org>
12625
12626 * emacs-lisp/bytecomp.el (byte-compile-defalias):
12627 Turn off warnings for the new function even if definition not constant.
12628 If the definition isn't a quoted symbol, record (FUNCTION . t).
12629 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
12630 (byte-compile-callargs-warn): Handle (FUNCTION . t).
12631 (display-call-tree, byte-compile-arglist-warn):
12632 Handle t returned by byte-compile-fdefinition.
12633
12634 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12635
12636 * Makefile.in (maintainer-clean): Depend on distclean.
12637
12638 * help-fns.el (help-C-file-name): File name must be in build-files
12639 to be returned.
12640
12641 2004-11-09 Jay Belanger <belanger@truman.edu>
12642
12643 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
12644 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
12645
12646 * calc/calc.el (calc, calc-trail-display, calc-mode):
12647 Remove obsolete sections.
12648
12649 * calc/calc.el (calc-x-paste-text): Remove.
12650
12651 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
12652 mouse-2.
12653
12654 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
12655
12656 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
12657 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
12658 current frame (in case of recursive calls).
12659 (gdb-show-changed-values): Add :version keyword.
12660
12661 2004-11-09 Kenichi Handa <handa@m17n.org>
12662
12663 * international/mule-cmds.el: Change coding: tag back to
12664 iso-2022-7bit.
12665
12666 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12667
12668 * international/mule-cmds.el: Change coding-system to utf-8.
12669 (select-safe-coding-system-interactively):
12670 New function extracted from select-safe-coding-system.
12671 (select-safe-coding-system): Use it.
12672
12673 2004-11-08 Richard M. Stallman <rms@gnu.org>
12674
12675 * subr.el (syntax-after): Doc fix.
12676
12677 * paren.el (show-paren-function): Change calls to syntax-after
12678 for new way of returning the value.
12679
12680 * menu-bar.el (menu-bar-file-menu): Make this the real name
12681 and menu-bar-files-menu the alias. Use the former.
12682 (global-map): Use `file', not `files', as the symbol.
12683
12684 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12685
12686 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12687 Don't use beginning-of-buffer.
12688 (filesets-cmd-show-result): Use with-no-warnings.
12689
12690 2004-11-08 Juri Linkov <juri@jurta.org>
12691
12692 * progmodes/compile.el (compile): Don't overwrite last command in
12693 minibuffer history with default command if they are not equal.
12694
12695 2004-11-08 Jay Belanger <belanger@truman.edu>
12696
12697 * calc/calcalg2.el (math-do-integral-methods): Try linear then
12698 non-linear substitutions.
12699
12700 2004-11-08 Jay Belanger <belanger@truman.edu>
12701
12702 * calc/calcalg2.el (math-linear-subst-tried): New variable.
12703 (math-do-integral): Set `math-linear-subst-tried' to nil.
12704 (math-do-integral-methods): Use `math-linear-subst-tried' to
12705 determine what type of substitution to try.
12706 (math-integ-try-linear-substituion):
12707 Set `math-linear-subst-tried' to t.
12708
12709 2004-11-08 Kim F. Storm <storm@cua.dk>
12710
12711 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12712
12713 2004-11-07 Juri Linkov <juri@jurta.org>
12714
12715 * info-look.el (info-lookup): Allow reusing in the current buffer
12716 not only *info* buffer, but all (even renamed) Info buffers
12717 by checking for major-mode instead of *info* buffer name.
12718 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12719 (octave-mode, maxima-mode) <doc-spec>:
12720 Allow long dashes generated by Texinfo 4.7 before definitions.
12721 (texinfo-mode) <doc-spec>: Add space to suffix to find command
12722 definitions with argument separated by space.
12723
12724 2004-11-06 Richard M. Stallman <rms@gnu.org>
12725
12726 * simple.el (next-error group, face): Move before first use.
12727 (next-error-highlight, next-error-highlight-no-select): Likewise.
12728
12729 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12730 (line-move): New args NOERROR and TO-END.
12731 Return t if succeed in moving specified number of lines.
12732 (move-end-of-line): New function.
12733
12734 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12735 (end-of-buffer-other-window): Likewise.
12736
12737 * simple.el (line-move-ignore-invisible): Default to t.
12738
12739 * subr.el (syntax-after): Return the syntax letter, not the raw code.
12740
12741 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12742
12743 * international/iso-cvt.el (iso-cvt-define-menu):
12744 Rename menu-bar-files-menu to menu-bar-file-menu.
12745
12746 * net/browse-url.el (browse-url-gnome-moz-program)
12747 (browse-url-gnome-moz-arguments): Move up before first use.
12748
12749 * net/tramp.el (tramp group): Add :version.
12750
12751 * progmodes/ada-xref.el (ada-gdb-application):
12752 Use goto-char instead of beginning-of-buffer.
12753
12754 * progmodes/cperl-mode.el (cperl-info-on-command):
12755 Use goto-char instead of beginning-of-buffer.
12756
12757 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12758 Move up before first use.
12759 (idlwave-shell-temp-pro-file): Likewise.
12760 (idlwave-shell-temp-rinfo-save-file): Likewise.
12761 (idlwave-shell-temp-file): Minor doc fix.
12762
12763 * textmodes/flyspell.el (flyspell-external-point-words):
12764 Use goto-char instead of beginning-of-buffer.
12765
12766 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
12767
12768 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12769 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
12770 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12771
12772 2004-11-06 David Ponce <david@dponce.com>
12773
12774 * recentf.el (recentf-menu-path): Use menu item name.
12775
12776 2004-11-06 Eli Zaretskii <eliz@gnu.org>
12777
12778 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12779 display doesn't support images.
12780
12781 2004-11-06 Andreas Schwab <schwab@suse.de>
12782
12783 * tempo.el (tempo-match-finder): Doc fix.
12784
12785 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12786
12787 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
12788
12789 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12790 (easy-menu-lookup-name): New fun to replace it.
12791 (easy-menu-get-map): Use it to obey menu item names (rather than just
12792 keys) when looking up `path'.
12793 (easy-menu-always-true-p): Rename from easy-menu-always-true.
12794 (easy-menu-convert-item-1): Adjust to new name.
12795
12796 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
12797
12798 * outline.el (hide-body): Don't hide lines at the top of the file
12799 that precede the first header line.
12800
12801 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
12802
12803 * align.el (align-areas): Delete whitespace before reindenting, so
12804 that tabs are never placed after spaces.
12805
12806 2004-11-06 Alan Shutko <ats@acm.org>
12807
12808 * macros.el (insert-kbd-macro): Do completions based on macros,
12809 rather than all commands.
12810
12811 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
12812
12813 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12814 to solve a bug whereby tags with 'b' don't match.
12815
12816 2004-11-05 Juri Linkov <juri@jurta.org>
12817
12818 * info.el (Info-search): Don't search in node header lines
12819 and file headers.
12820
12821 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12822 symbol-constituent characters after dot, not only digits.
12823
12824 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
12825
12826 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12827
12828 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12829
12830 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12831 if a dialog will be used, read-file-name otherwise.
12832
12833 2004-11-04 Richard M. Stallman <rms@gnu.org>
12834
12835 * textmodes/table.el (table group): Add :version.
12836
12837 * textmodes/ispell.el (ispell-word):
12838 Don't alter args; set them only thru `interactive' spec.
12839
12840 * textmodes/flyspell.el (flyspell-word):
12841 Don't alter FOLLOWING; set it only thru `interactive' spec.
12842
12843 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12844
12845 * net/browse-url.el (browse-url-maybe-new-window):
12846 Use called-interactively-p.
12847
12848 * mail/supercite.el (sc-cite-region):
12849 Don't use interactive-p. Add arg INTERACTIVE.
12850 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
12851
12852 * international/mule-cmds.el (set-input-method, toggle-input-method):
12853 Don't use interactive-p. Add arg INTERACTIVE.
12854
12855 * eshell/esh-mode.el (eshell-show-maximum-output):
12856 Don't use interactive-p.
12857 (eshell-truncate-buffer): Just message, no error, if buffer is short.
12858
12859 * mouse.el (mouse-show-mark): Get positions to delete from mark
12860 and point, not from mouse-drag-overlay.
12861
12862 * imenu.el (imenu-eager-completion-buffer): Add :version.
12863
12864 * filesets.el (filesets group): Add :version.
12865
12866 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
12867
12868 * files.el (xml-based-modes): Delete var.
12869 (magic-mode-alist): New more general var.
12870 (set-auto-mode): Use it.
12871
12872 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12873 when clicking from another window.
12874
12875 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
12876
12877 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12878 (vc-cvs-annotate-time): Incorporate value of deleted var.
12879 Remove special-case handling of beginning-of-buffer cruft.
12880 Cache ending position (point) and return value in text property
12881 `vc-cvs-annotate-time', and consult it on subsequent invocations.
12882
12883 * vc-cvs.el (vc-cvs-annotate-command):
12884 Delete extraneous lines from beginning of buffer.
12885 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12886
12887 * progmodes/grep.el (grep-default-command): Take empty string
12888 for tag if all other methods yield nil. Shell-quote the tag.
12889
12890 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12891 spec in `interactive' form, and mention it in the docstring.
12892 Also, make sure point is at bol after calling `annotate-time'.
12893
12894 2004-11-02 Richard M. Stallman <rms@gnu.org>
12895
12896 * cus-edit.el (customize-group-other-window):
12897 Select the window that displays the custom buffer.
12898 (custom-buffer-create-other-window): Likewise.
12899
12900 * comint.el (comint-insert-input): Fix previous change.
12901
12902 * emacs-lisp/elp.el (elp-instrument-function):
12903 Use called-interactively-p.
12904
12905 * emacs-lisp/easymenu.el (easy-menu-intern):
12906 Don't downcase; rather, case-flip the first letter of each word.
12907
12908 * emacs-lisp/easy-mmode.el (define-minor-mode):
12909 Use called-interactively-p.
12910
12911 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12912 Add interactive-only.
12913 (byte-compile-warnings): Add interactive-only as option.
12914 (byte-compile-interactive-only-functions): New variable.
12915 (byte-compile-form): Warn about calls to functions
12916 in byte-compile-interactive-only-functions.
12917
12918 * emacs-lisp/autoload.el (update-file-autoloads):
12919 Don't use interactive-p; take new arg SAVE-AFTER.
12920
12921 * emacs-lisp/advice.el (ad-make-advised-definition):
12922 Use called-interactively-p.
12923
12924 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12925
12926 * files.el (find-file-existing): New function.
12927
12928 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12929 find-file-existing. Add "New File..." that calls find-file.
12930
12931 * diropen.pbm, diropen.xpm: New files.
12932
12933 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12934 icon diropen. New tool bar item find-file-existing uses icon open.
12935
12936 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12937 instead of read-file-name.
12938
12939 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
12940
12941 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12942 (icalendar--split-value): Change name of work buffer.
12943 (icalendar--get-weekday-abbrev): Return nil on error.
12944 (icalendar--date-to-isodate): New function.
12945 (icalendar-convert-diary-to-ical)
12946 (icalendar-extract-ical-from-buffer): Use only two args for
12947 make-obsolete (XEmacs compatibility).
12948 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12949 (icalendar-export-region): Doc fix.
12950 If error, return non-nil and write errors to a buffer.
12951 Use correct weekday for weekly recurring events.
12952 Check whether date has been parsed for ordinary events.
12953 Make weekly events start in the year 2000.
12954 DTEND is non-inclusive, shift end date by one day if
12955 necessary (not for entries that have date and time).
12956 Rename local let variables: oops -> found-error, datestring ->
12957 startdatestring.
12958
12959 2004-11-02 Kim F. Storm <storm@cua.dk>
12960
12961 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12962 keep-mode-if-same variable. Add it as optional arg instead.
12963 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12964
12965 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12966 substitute-command-keys will select lower-case bindings like those
12967 used in the static help texts.
12968
12969 * descr-text.el (describe-text-properties): Don't err if called in
12970 the *Help* buffer; output to *Help-2* buffer instead.
12971
12972 * kmacro.el (group kmacro): Add :version.
12973 (kmacro-keyboard-quit): New function to cleanup on C-g.
12974 (kmacro-start-macro): Set defining-kbd-macro to append when
12975 appending to last macro.
12976
12977 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12978
12979 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
12980
12981 * progmodes/gdb-ui.el (gdb-enable-debug-log)
12982 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12983 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12984 Add :version keyword.
12985
12986 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
12987
12988 * progmodes/flymake.el (flymake-err-line-patterns):
12989 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12990 `compilation-error-regexp-alist-alist' to internal Flymake format.
12991
12992 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12993
12994 2004-11-01 Jay Belanger <belanger@truman.edu>
12995
12996 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12997 with `interactive "s"'.
12998
12999 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13000
13001 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13002 Revert change from 2004-10-16. '*' checks the current buffer, but the
13003 mouse click may be in another buffer.
13004
13005 2004-11-01 John Paul Wallington <jpw@gnu.org>
13006
13007 * files.el (large-file-warning-threshold): Add :version keyword.
13008 (kill-some-buffers): Doc fix.
13009
13010 * thumbs.el (group thumbs): Add :version keyword.
13011
13012 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
13013
13014 2004-11-01 Richard M. Stallman <rms@gnu.org>
13015
13016 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
13017
13018 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
13019
13020 * allout.el (allout group): Add :version.
13021 (allout-init): Don't use interactive-p.
13022 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
13023 (allout-forward-current-level, allout-backward-current-level):
13024 Don't use interactive-p.
13025
13026 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
13027 (bibtex-find-text): Likewise.
13028
13029 * progmodes/vhdl-mode.el (vhdl-fill-region)
13030 (vhdl-beginning-of-statement): Don't use interactive-p.
13031
13032 * progmodes/idlwave.el (idlwave-update-routine-info):
13033 Don't use interactive-p.
13034
13035 * progmodes/idlw-shell.el (idlwave-shell-send-char):
13036 Don't use interactive-p.
13037
13038 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
13039 Don't use interactive-p.
13040
13041 * progmodes/ada-xref.el (ada-make-body-gnatstub):
13042 Don't use interactive-p.
13043
13044 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
13045 (fortune-in-buffer): Doc fix.
13046
13047 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
13048
13049 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
13050 don't select the temporary buffer.
13051 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
13052 (eudc-get-phone): Likewise.
13053
13054 2004-11-01 Kim F. Storm <storm@cua.dk>
13055
13056 * man.el (Man-xref-normal-file): Fix help-echo.
13057
13058 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13059
13060 * reveal.el (reveal-last-tick): New var.
13061 (reveal-post-command): Use it to avoid closing overlays when we're
13062 appending text to them.
13063
13064 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13065
13066 * textmodes/bibtex.el: Require button.
13067 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
13068 (bibtex-reference-keys): Distinguish between header keys and
13069 crossref keys.
13070 (bibtex-beginning-of-field): New function.
13071 (bibtex-url-map): Remove.
13072 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
13073 (bibtex-font-lock-url-regexp): Assume that field names begin at
13074 the beginning of a line.
13075 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
13076 Remove field delimiters. Use bibtex-beginning-of-field.
13077 Bugfix, point can be inside a field with a url.
13078 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
13079 New functions.
13080 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
13081 (bibtex-key-in-head): Simplify.
13082 (bibtex-current-line): Use bolp.
13083 (bibtex-parse-keys): Remove unused arg `add'.
13084 Use bibtex-type-in-head and bibtex-key-in-head.
13085 (bibtex-parse-entry, bibtex-autofill-entry):
13086 Use bibtex-type-in-head and bibtex-key-in-head.
13087 (bibtex-autokey-get-field): Do not alter case of replacement text.
13088 (bibtex-autokey-get-names): Do all processing of name list.
13089 (bibtex-autokey-get-year): New function.
13090 (bibtex-autokey-get-title): Do all processing of title words.
13091 (bibtex-generate-autokey): Simplify.
13092 (bibtex-string-files-init): Use default-directory.
13093 Allow for absolute file names in bibtex-string-files.
13094 (bibtex-files, bibtex-file-path): New variables.
13095 (bibtex-files-expand): New function.
13096 (bibtex-find-entry-globally): New command.
13097 (bibtex-summary-function): New variable.
13098 (bibtex-summary): Default value of bibtex-summary-function.
13099 (bibtex-find-crossref): New optional args pnt and split.
13100 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
13101 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
13102 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
13103 Fix handling of required and alternative fields.
13104 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
13105 Use cons and display-buffer.
13106 (bibtex-validate-globally): New command.
13107 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
13108 bibtex-parse-keys and bibtex-parse-strings for updating
13109 bibtex-reference-keys and bibtex-strings.
13110 (bibtex-realign): Remove blank lines past the last entry.
13111 (bibtex-reformat): Use bibtex-entry-format as default.
13112 (bibtex-choose-completion-string): Remove.
13113 (bibtex-complete): Do not use bibtex-choose-completion-string.
13114 (bibtex-url): Simplify.
13115
13116 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13117
13118 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
13119 (x-dnd-types-alist, x-dnd-open-file-other-window)
13120 (x-dnd-known-types): Add :version.
13121
13122 2004-10-31 John Paul Wallington <jpw@gnu.org>
13123
13124 * ibuffer.el (group ibuffer): Add :version keyword.
13125
13126 2004-10-31 Kim F. Storm <storm@cua.dk>
13127
13128 * ido.el (group ido): Add :version keyword.
13129 (ido-mode): Remove :version keyword.
13130
13131 * emulation/cua-base.el (group cua): Add :version keyword.
13132 (cua-mode): Remove :version keyword.
13133
13134 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
13135
13136 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
13137
13138 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
13139 compiler warning.
13140 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
13141 function.
13142 (help-at-pt-display-when-idle): Remove autoload.
13143
13144 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13145
13146 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
13147
13148 2004-10-30 Juri Linkov <juri@jurta.org>
13149
13150 * help.el (function-called-at-point):
13151 * help-fns.el (variable-at-point): Read -> intern.
13152
13153 2004-10-30 Simon Josefsson <jas@extundo.com>
13154
13155 * progmodes/autoconf.el (autoconf-font-lock-keywords):
13156 Recognize AS_* too.
13157
13158 2004-10-29 Simon Josefsson <jas@extundo.com>
13159
13160 * subr.el (read-passwd): Move back from password.el.
13161
13162 * password.el: Remove, not ready yet.
13163
13164 2004-10-29 Andreas Schwab <schwab@suse.de>
13165
13166 * speedbar.el (speedbar-frame-parameters): Improve customize type.
13167
13168 2004-10-29 Sam Steingold <sds@gnu.org>
13169
13170 * mouse.el (mouse-show-mark): Replace the last occurrence of
13171 x-lost-selection-hooks with x-lost-selection-functions.
13172
13173 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13174
13175 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
13176 x-lost-selection-functions is bound.
13177
13178 * mouse-sel.el (mouse-sel-mode):
13179 * emacs-lisp/lselect.el: Adjust to new names for
13180 x-(lost|sent)-selection-functions.
13181
13182 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
13183 New obsolete aliases of x-lost-selection-functions and
13184 x-sent-selection-functions.
13185
13186 2004-10-28 Kim F. Storm <storm@cua.dk>
13187
13188 * imenu.el (imenu-scanning-message): Remove.
13189 (imenu-progress-message): Make it a no-op.
13190
13191 2004-10-28 John Paul Wallington <jpw@gnu.org>
13192
13193 * files.el (set-auto-mode): Call `throw' correctly.
13194
13195 2004-10-28 Juri Linkov <juri@jurta.org>
13196
13197 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
13198 to search `Info-...' commands in `info' manual.
13199 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13200 Add 'info-file "emacs" property.
13201 (Info-find-emacs-command-nodes): Fix index line number regexp.
13202 Set real line number (instead of fake 0) in first element of the
13203 returned list.
13204 (Info-goto-emacs-command-node): Use line number of first element
13205 to set point in the first found Info node.
13206
13207 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
13208 code to `grep-mode-font-lock-keywords'.
13209 (grep-mode-font-lock-keywords): Delete grep markers instead
13210 of making them invisible.
13211
13212 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13213
13214 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
13215 and x-server-version in bug report.
13216
13217 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
13218
13219 * files.el (set-auto-mode-0): New function.
13220 (set-auto-mode): Use it to handle aliased modes and to
13221 be consistent between C-x C-f and C-x C-w.
13222
13223 2004-10-28 Kenichi Handa <handa@m17n.org>
13224
13225 * international/utf-8.el (utf-translate-cjk-charsets):
13226 Add katakana-jisx0201.
13227
13228 * international/subst-jis.el: Add data for JISX0201.
13229
13230 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
13231
13232 * obsolete/hilit19.el (hilit-mode): New function.
13233 Move all the toplevel side-effecting stuff into it, so that loading
13234 hilit19 doesn't mess everything up any more.
13235
13236 2004-10-27 Richard M. Stallman <rms@gnu.org>
13237
13238 * add-log.el (add-change-log-entry): Set up mailing address
13239 and full name later, and don't alter add-log-mailing-address
13240 or add-log-full-name.
13241
13242 * elide-head.el (elide-head): Change error to message.
13243 (elide-head-show): Likewise.
13244
13245 * apropos.el (apropos-macrop): Doc fix.
13246
13247 * mouse.el (mouse-show-mark): Do most processing the same
13248 regardless of transient-mark-mode.
13249
13250 * shadowfile.el (shadow-copy-files): Use interactive-p
13251 only to control whether to print a message.
13252
13253 * tar-mode.el (tar-mode): Use write-contents-functions,
13254 not write-contents-hooks.
13255
13256 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
13257 directory-sep-char.
13258
13259 2004-10-27 Richard M. Stallman <rms@gnu.org>
13260
13261 * strokes.el (strokes-unload-hook): Fix previous change.
13262
13263 * type-break.el (type-break-run-at-time): Always use run-at-time;
13264 forget the alternatives.
13265 (type-break-cancel-function-timers): Always use cancel-function-timers;
13266 forget the alternatives.
13267
13268 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
13269
13270 2004-10-27 Kenichi Handa <handa@m17n.org>
13271
13272 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
13273
13274 * international/subst-gb2312.el: Likewise.
13275
13276 * international/subst-big5.el: Likewise.
13277
13278 * international/subst-ksc.el: Likewise.
13279
13280 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
13281 New variable.
13282 (utf-translate-cjk-set-unicode-range): New function.
13283 (utf-translate-cjk-unicode-range): Make it customizable.
13284 (utf-8-post-read-conversion):
13285 Use utf-translate-cjk-unicode-range-string.
13286 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
13287 Unicode ranges.
13288
13289 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
13290
13291 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
13292 trivial variants to shorten the list.
13293 (xml-based-modes): New var.
13294 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
13295 declaration higher priority than auto-mode-alist.
13296
13297 * find-file.el (cc-other-file-alist): Bring it in line with
13298 cc-mode's auto-mode-alist entries and use \' instead of $.
13299
13300 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
13301 and add "Id" and "Name" submenus to it.
13302
13303 * imenu.el (imenu--generic-function): Skip matches in comments.
13304
13305 2004-10-26 Jay Belanger <belanger@truman.edu>
13306
13307 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
13308 (full-calc-keypad, calc-trail-display): Use an extra argument
13309 instead of `interactive-p'.
13310
13311 * calc/calc-misc.el (calc-other-window): Use an extra argument
13312 instead of `interactive-p'.
13313
13314 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
13315 `interactive-p'.
13316
13317 2004-10-26 Kim F. Storm <storm@cua.dk>
13318
13319 * help.el (describe-key): Describe both down-event and up-event
13320 for a mouse click.
13321
13322 2004-10-26 Richard M. Stallman <rms@gnu.org>
13323
13324 * woman.el (woman): Don't call interactive-p.
13325
13326 * pcomplete.el (pcomplete): Instead of interactive-p,
13327 use an arg set non-nil by the interactive spec.
13328
13329 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
13330 use an arg set non-nil by the interactive spec.
13331
13332 * man.el (Man-cleanup-manpage): Instead of interactive-p,
13333 use an arg set non-nil by the interactive spec.
13334
13335 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13336
13337 * progmodes/flymake.el (flymake-split-string):
13338 Use `flymake-split-string-remove-empty-edges' in any case.
13339
13340 2004-10-26 Masatake YAMATO <jet@gyve.org>
13341
13342 * progmodes/flymake.el (flymake-err-line-patterns):
13343 Use `compilation-error-regexp-alist-alist' instead of
13344 `compilation-error-regexp-alist'.
13345
13346 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13347
13348 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
13349 verbatim face on the \ of \end{verbatim}.
13350
13351 2004-10-25 Jay Belanger <belanger@truman.edu>
13352
13353 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
13354 erasing minibuffer.
13355
13356 2004-10-25 Simon Josefsson <jas@extundo.com>
13357
13358 * subr.el (read-passwd): Move to net/password.el.
13359
13360 * net/password.el (read-passwd): Add. Autoload it.
13361
13362 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
13363
13364 * mouse-sel.el (mouse-sel-mode): Specify custom group.
13365
13366 * simple.el (process-file): Fix logic.
13367
13368 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13369
13370 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
13371 (increase-right-margin): Remove erroneous call to `interactive-p'.
13372
13373 2004-10-24 Kim F. Storm <storm@cua.dk>
13374
13375 * help.el (describe-mode): Fix 2004-10-13 change.
13376 Copy pure "Auto Fill" string so it can be propertized later
13377 without causing a read-only error.
13378
13379 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13380
13381 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
13382 style indexes.
13383
13384 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
13385
13386 * simple.el (process-file): Accept nil for INFILE. Reported by
13387 Luc Teirlinck.
13388
13389 2004-10-24 Masatake YAMATO <jet@gyve.org>
13390
13391 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
13392 Handle periods and underscores in a function name.
13393 Remove the address fontification.
13394
13395 2004-10-24 Masatake YAMATO <jet@gyve.org>
13396
13397 * progmodes/asm-mode.el (asm-font-lock-keywords):
13398 Use font-lock-variable-name-face for registers.
13399
13400 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
13401
13402 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
13403 kill-all-local-variables.
13404 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13405 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
13406 Use kill-all-local-variables and provide mode-hooks.
13407 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
13408 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
13409 Suggested by Masatake YAMATO <jet@gyve.org>.
13410
13411 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
13412
13413 * simple.el (process-file): New function, similar to call-process
13414 but supports file handlers.
13415 * vc.el (vc-do-command): Use it, instead of call-process.
13416 * net/tramp-vc.el (vc-do-command): Do not advise it if
13417 process-file is fboundp.
13418 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
13419 process-file.
13420 (tramp-handle-process-file): New function.
13421 (tramp-file-name-for-operation): Support process-file.
13422
13423 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
13424
13425 * calendar/icalendar.el (icalendar--weekday-array): New constant.
13426 (icalendar-weekdayabbrev-table)
13427 (icalendar-monthnumber-table): Delete.
13428 (icalendar--get-month-number): Use calendar-month-name-array.
13429 (icalendar--get-weekday-number): New function.
13430 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
13431 (icalendar-export-region): Handle multi-line entries.
13432 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
13433
13434 2004-10-23 John Paul Wallington <jpw@gnu.org>
13435
13436 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
13437 `wildcards' set to t in interactive spec.
13438
13439 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
13440 interactive spec rather than use `interactive-p'.
13441 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
13442 rather than use function `interactive-p'.
13443
13444 2004-10-22 Kenichi Handa <handa@m17n.org>
13445
13446 * international/mule.el (translate-region): Implement it in Lisp
13447 as a front end of translate-region-internal.
13448
13449 2004-10-21 Jay Belanger <belanger@truman.edu>
13450
13451 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
13452 Declare these variables with defvar.
13453
13454 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
13455 is bound, only check to see if it is bound.
13456
13457 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13458
13459 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13460 Don't output messages.
13461
13462 * calc/calc-help.el (calc-describe-bindings): Fix last change.
13463
13464 2004-10-21 John Paul Wallington <jpw@gnu.org>
13465
13466 * calc/calc-graph.el (calc-graph-init):
13467 Use `set-process-query-on-exit-flag'.
13468
13469 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
13470
13471 * progmodes/compile.el (compilation-start): Rely on `cd' to get
13472 dir right and also allow argumentless cd.
13473
13474 2004-10-19 Richard M. Stallman <rms@gnu.org>
13475
13476 * textmodes/flyspell.el (flyspell-mode): Doc fix.
13477
13478 * eshell/em-unix.el (eshell-grep):
13479 Don't bind compilation-process-setup-function.
13480
13481 * comint.el (comint-insert-input): Use @ in `interactive'.
13482 (comint-input-filter-functions): Doc fix.
13483 (comint-kill-whole-line, comint-get-source): Doc fix.
13484
13485 * progmodes/compile.el (compilation-setup):
13486 Don't set buffer-read-only if MINOR is non-nil.
13487
13488 2004-10-19 Jay Belanger <belanger@truman.edu>
13489
13490 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
13491 (calc-emacs-type-gnu19): Remove.
13492 (calc-digit-map, calc-read-key-sequence, calc-read-key):
13493 Remove check for old emacs versions.
13494
13495 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
13496 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
13497 for current Emacs.
13498
13499 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
13500 the end of the minibuffer.
13501 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
13502 copy `esc-map'.
13503
13504 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
13505
13506 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
13507 call that would be given when the current emacs was used.
13508
13509 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
13510
13511 * calendar/icalendar.el: Set coding to utf-8.
13512 (icalendar-version): Increase to 0.07.
13513 (icalendar-monthnumber-table): Change March pattern.
13514 (icalendar-get-all-event-properties)
13515 (icalendar-set-event-property): Delete.
13516 (icalendar-all-events): No longer interactive.
13517 (icalendar-convert-diary-to-ical)
13518 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
13519 their replacements.
13520 (icalendar-export-file, icalendar-export-region): New functions;
13521 essentially old `icalendar-convert-diary-to-ical' but appending to
13522 target rather than overwriting.
13523 (icalendar-import-file): Append to target file rather than
13524 overwriting. Fourth arg deleted.
13525 (icalendar-import-buffer): New name for old
13526 `icalendar-extract-ical-from-buffer'.
13527 (icalendar--convert-string-for-import): New name for
13528 old `icalendar-convert-for-import'.
13529 (include-icalendar-files): Delete.
13530 Prefix for all internal functions changed from `icalendar-'
13531 to `icalendar--'.
13532
13533 2004-10-19 Richard M. Stallman <rms@gnu.org>
13534
13535 * paths.el (news-path): Fix previous change.
13536
13537 2004-10-18 Jay Belanger <belanger@truman.edu>
13538
13539 * calc/calc-help.el (calc-describe-bindings):
13540 Set `buffer-read-only' to nil while working in the keybindings buffer;
13541 remove some extra information from the keybindings buffer.
13542
13543 2004-10-18 David Ponce <david@dponce.com>
13544
13545 * mouse.el (mouse-drag-move-window-top): New function.
13546 (mouse-drag-mode-line-1): Use it.
13547
13548 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
13549
13550 * info.el (Info-fontify-node): For multiline refs,
13551 arrange to unfontify newline and surrounding whitespace.
13552
13553 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13554
13555 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
13556 directory is missing.
13557
13558 2004-10-17 John Paul Wallington <jpw@gnu.org>
13559
13560 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
13561 New customizable variable; whether to display buffers that match
13562 `ibuffer-maybe-show-predicates' by default.
13563 (ibuffer-maybe-show-predicates): Mention it in docstring.
13564 (ibuffer-display-maybe-show-predicates): New variable.
13565 (ibuffer-update): Prefix arg now toggles whether buffers that
13566 match `ibuffer-maybe-show-predicates' should be displayed.
13567 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
13568 locally to heed `ibuffer-default-display-maybe-show-predicates'.
13569 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
13570
13571 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
13572
13573 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
13574 work correctly.
13575
13576 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
13577
13578 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
13579 (Buffer-menu-beginning): New helper function.
13580 (Buffer-menu-execute): Use it.
13581 (Buffer-menu-select): Use it.
13582 (Buffer-menu-sort): Use it and also keep markers.
13583
13584 2004-10-17 Richard M. Stallman <rms@gnu.org>
13585
13586 * paths.el (news-directory): Rename from news-path. Old name alias.
13587 (rmail-spool-directory): Use defvar.
13588 (sendmail-program): Use defcustom.
13589 (remote-shell-program): Use defcustom.
13590 (term-file-prefix): Use defvar.
13591 (abbrev-file-name): Use defvar.
13592
13593 * term.el: Add maintainer.
13594
13595 * subr.el (with-local-quit): Return nil if there's a quit.
13596 (read-passwd): Use with-local-quit. Doc fix.
13597
13598 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
13599 (strokes-unload-hook): Set as a variable with add-hook.
13600
13601 * startup.el (fancy-splash-tail, normal-splash-screen):
13602 Update copyright year.
13603
13604 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
13605
13606 * server.el (server-unload-hook): Set as a variable with add-hook.
13607
13608 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
13609
13610 * frame.el (special-display-popup-frame):
13611 Make the buffer current as its frame is created.
13612
13613 * delsel.el (delsel-unload-hook): Set as a variable.
13614
13615 * comint.el (comint-output-filter-functions):
13616 Add comint-watch-for-password-prompt.
13617 (comint-read-noecho): Function deleted.
13618 (send-invisible): Use read-passwd.
13619
13620 * fringe.el (fringe-mode-initialize): New function.
13621 (fringe-mode): Use fringe-mode-initialize as :initialize.
13622
13623 2004-10-17 Kim F. Storm <storm@cua.dk>
13624
13625 * language/indian.el (indian-script-language-alist): Swap value and doc.
13626 (indian-font-char-index-table): Doc fix.
13627
13628 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13629
13630 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
13631
13632 2004-10-16 Juri Linkov <juri@jurta.org>
13633
13634 * progmodes/compile.el (compilation-start): Move let-binding of
13635 `process-environment' into `with-current-buffer' body.
13636 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13637
13638 2004-10-16 Richard M. Stallman <rms@gnu.org>
13639
13640 * pcvs-util.el (cvs-bury-buffer):
13641 Don't call get-buffer-window for effect.
13642
13643 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
13644
13645 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
13646
13647 * msb.el (msb-unload-hook): Set the variable.
13648
13649 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13650 Use * to err if buffer is readonly.
13651
13652 * subr.el (looking-back): Return only t or nil.
13653
13654 * whitespace.el (whitespace-unload-hook): Set the variable.
13655
13656 * view.el (view-mode-enable): Set view-page-size and
13657 view-half-page-size to nil.
13658 (view-set-half-page-size-default): view-half-page-size = nil
13659 means the default.
13660 (View-scroll-page-forward): Use view-page-size-default.
13661 (View-scroll-page-backward): Likewise.
13662 (view-page-size, view-half-page-size): Doc fixes.
13663
13664 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
13665
13666 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
13667
13668 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
13669 "cl" like other files. Instead, call byte-compile-find-cl-functions.
13670 (byte-compile-log-1): Bind inhibit-read-only.
13671 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
13672 (byte-compile-log-warning): Likewise.
13673 (byte-compile-file-form-require): Detect "cl" from the arg value.
13674
13675 * progmodes/compile.el (compilation-start): Assume compilation-mode
13676 will make the buffer read-only.
13677 (compilation-mode): Take arg name-of-mode.
13678 (compilation-setup): Make buffer read-only.
13679 (compilation-handle-exit): Bind inhibit-read-only.
13680
13681 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
13682 (ispell-message): Likewise.
13683 (ispell-show-choices): Don't call get-buffer-window uselessly.
13684 (ispell-init-process): Use set-process-query-on-exit-flag.
13685
13686 2004-10-16 Kim F. Storm <storm@cua.dk>
13687
13688 * fringe.el (fringe-bitmaps): Only initialize when defined.
13689
13690 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13691 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13692
13693 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13694
13695 2004-10-15 Simon Josefsson <jas@extundo.com>
13696
13697 * net/password.el: Add.
13698
13699 2004-10-14 Masatake YAMATO <jet@gyve.org>
13700
13701 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13702 (gdb-script-end-of-defun): New function.
13703 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13704 `gdb-script-end-of-defun' as *-of-defun-function.
13705
13706 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
13707
13708 * button.el (button-activate): Allow a marker to display as an action.
13709
13710 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13711
13712 * help.el (describe-mode): Use it to make minor mode list into
13713 hyperlinks.
13714
13715 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13716
13717 * vc.el (vc-annotate-display-select): Fix typo.
13718
13719 * subr.el (substitute-key-definition-key): New function.
13720 (substitute-key-definition): Use it with map-keymap.
13721 (event-modifiers): Use push.
13722 (mouse-movement-p, with-temp-buffer): Simplify.
13723
13724 2004-10-12 Jay Belanger <belanger@truman.edu>
13725
13726 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13727 New variables.
13728 (calc-help-index-entries): New function.
13729 (calc-describe-function): Use `calc-help-function-list' instead of
13730 obarray for completion.
13731 (calc-describe-variable): Use `calc-help-variable-list' instead
13732 of obarray for completion.
13733
13734 2004-10-12 Richard M. Stallman <rms@gnu.org>
13735
13736 * info-look.el (info-lookup-file): Add info-file property.
13737 (info-lookup-symbol): Likewise.
13738
13739 * info.el (info-xref): Add underlining.
13740 (info): Add info-file property.
13741 (Info-find-emacs-command-nodes): Specify case-sensitive search.
13742
13743 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
13744
13745 Sync with Tramp 2.0.45.
13746
13747 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13748 defined. This is not the case for XEmacs without package "edebug".
13749 (tramp-set-auto-save-file-modes): Set permissions of autosaved
13750 remote files to the permissions of the original file. This is not
13751 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
13752 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
13753 (tramp-perl-decode): Fix an error in Perl implementation.
13754 $pending must be cleared every loop. Reported by Benjamin Place
13755 <benjaminplace@sprintmail.com>
13756
13757 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13758 Don't activate advice during definition. This is done later on,
13759 depending on test result of `substitute-in-file-name'.
13760 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13761
13762 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13763
13764 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13765
13766 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13767
13768 2004-10-12 David Ponce <david@dponce.com>
13769
13770 * recentf.el (recentf-edit-list): Update the menu when the recentf
13771 list has been modified.
13772
13773 2004-10-12 Simon Josefsson <jas@extundo.com>
13774
13775 * net/tls.el (tls-certtool-program): New variable.
13776 (tls-certificate-information): New function, based on
13777 ssl-certificate-information.
13778
13779 2004-10-12 Kenichi Handa <handa@m17n.org>
13780
13781 * international/mule.el (coding-system-equal): Move from mule-util.el.
13782
13783 * international/mule-util.el (coding-system-equal): Move to mule.el.
13784
13785 2004-10-12 Kim F. Storm <storm@cua.dk>
13786
13787 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13788 reset kmacro-initial-counter-value if set.
13789 (kmacro-set-counter): Only set kmacro-counter if defining or executing
13790 macro. Set kmacro-initial-counter-value otherwise. Never set both.
13791 (kmacro-display): Show macro counter if non-zero.
13792
13793 * subr.el (substitute-key-definition): Mention command remapping
13794 in doc string.
13795
13796 2004-10-11 Jay Belanger <belanger@truman.edu>
13797
13798 * calc/calc-misc.el (calc-info-goto-node): New function.
13799 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13800 node in one step.
13801 (calc-describe-copying, calc-describe-distribution)
13802 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13803 Go to appropriate info node in one step.
13804
13805 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13806
13807 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13808
13809 * font-lock.el (font-lock-apply-highlight): Fix last change.
13810
13811 2004-10-11 Simon Josefsson <jas@extundo.com>
13812
13813 * mail/smtpmail.el (smtpmail-open-stream): Look for
13814 starttls-gnutls-program instead of starttls-program iff
13815 starttls-use-gnutls is non-nil.
13816 (smtpmail-open-stream): Don't overwrite user settings of
13817 starttls-extra-arguments and starttls-extra-args.
13818
13819 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13820
13821 * comint.el (comint-mouse-insert-input): Remove.
13822 (comint-insert-input): Make it work for mouse bindings.
13823 (comint-mode-map): Move defs into the declaration.
13824 (comint-output-filter): Typo.
13825
13826 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13827
13828 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
13829
13830 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13831 (ange-ftp-call-chmod): Reference remote-shell-program instead of
13832 ange-ftp-remote-shell.
13833
13834 2004-10-10 Andreas Schwab <schwab@suse.de>
13835
13836 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13837 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13838 Reported by <sri@asu.edu>.
13839
13840 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
13841
13842 * vc.el (vc-annotate-mode): Remove variable.
13843 (vc-annotate-display-select): Only call vc-annotate-mode
13844 if we're not in that mode already.
13845
13846 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13847
13848 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13849 (imenu-choose-buffer-index): Check here for rescan instead.
13850
13851 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13852 where the face expression evals to nil.
13853
13854 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13855 (tex-font-lock-keywords-2): Use it.
13856 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13857
13858 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13859
13860 2004-10-09 Kim F. Storm <storm@cua.dk>
13861
13862 * subr.el (progress-reporter-update): Define before first usage.
13863 (make-progress-reporter): Doc fix.
13864
13865 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
13866
13867 * textmodes/paragraphs.el (sentence-end-double-space)
13868 (sentence-end-without-period, sentence-end-without-space)
13869 (sentence-end): Doc fixes.
13870
13871 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
13872
13873 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13874 Change paragraph-start regexp so we don't fill code starting with #'(.
13875
13876 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
13877
13878 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13879 New defcustom.
13880 (extract-address-components): Use it.
13881
13882 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
13883
13884 * subr.el (make-progress-reporter, progress-reporter-update)
13885 (progress-reporter-force-update, progress-reporter-do-update)
13886 (progress-reporter-done): New functions.
13887
13888 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13889
13890 * progmodes/etags.el (etags-tags-completion-table): Use progress
13891 reporter.
13892 (etags-tags-apropos): Likewise.
13893
13894 2004-10-08 Alan Mackenzie <acm@muc.de>
13895
13896 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13897 of current line.
13898
13899 2004-10-08 Masatake YAMATO <jet@gyve.org>
13900
13901 * server.el (server-process-filter): Wrap `process-send-region'
13902 by `condition-case' to guard the case when the pipe to PROC is closed.
13903
13904 2004-10-07 Mark A. Hershberger <mah@everybody.org>
13905
13906 * xml.el (xml-substitute-special): Limit handling of external entities.
13907
13908 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
13909
13910 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13911
13912 2004-10-06 John Paul Wallington <jpw@gnu.org>
13913
13914 * xml.el (xml-parse-dtd): Fix `error' call.
13915
13916 2004-10-05 Mark A. Hershberger <mah@everybody.org>
13917
13918 * xml.el (xml-substitute-special): Return a single string instead
13919 of a list of strings if an entity substitution is made.
13920
13921 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
13922
13923 * calendar/icalendar.el: New file.
13924
13925 2004-10-05 Juri Linkov <juri@jurta.org>
13926
13927 * isearch.el (isearch-done): Set mark after running hook.
13928 Reported by Drew Adams <drew.adams@oracle.com>.
13929
13930 * info.el (Info-history, Info-toc): Fix Info headers.
13931 (Info-toc): Narrow buffer before Info-fontify-node.
13932 (Info-build-toc): Don't check for special Info file names.
13933 Set main-file to nil if Info-find-file returns a symbol.
13934
13935 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
13936
13937 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13938 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13939 * calendar/cal-menu.el (calendar-mode-map): Ditto.
13940
13941 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
13942
13943 * calendar/cal-iso.el (calendar-iso-read-args): New function,
13944 for old interactive spec from calendar-goto-iso-date.
13945 (calendar-goto-iso-date): Use it.
13946 (calendar-goto-iso-week): New function. Suggested by Emilio
13947 C. Lopes <eclig@gmx.net>.
13948
13949 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
13950
13951 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13952 `set-right-margin' bindings that follow the minor mode conventions.
13953
13954 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13955
13956 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13957 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13958 (latex-block-args-alist): Add minipage and picture.
13959 (latex-block-body-alist): Use reftex-label if enabled.
13960 (latex-insert-block): Don't insert a \n if not necessary.
13961 (tex-compile-commands): Make sure dvips doesn't send to printer.
13962 (tex-compile-default): Handle the case where no executable is found.
13963 (latex-noindent-environments): New var.
13964 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
13965 If tex-indent-allhanging is non-nil, make sure we only align for macros
13966 at beginning of line.
13967
13968 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
13969
13970 * newcomment.el (comment-beginning): Doc fix and don't choke on
13971 unset `comment-end-skip' when at beginning of comment.
13972
13973 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13974
13975 * term.el (term-adjust-current-row-cache): Don't allow the current
13976 row to become negative.
13977 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
13978 the end of the line. Fix scroll down. Add comments.
13979 (term-handle-ansi-escape): Don't exceed terminal width when moving
13980 right.
13981 (term-scroll-region): Move the cursor after setting the scroll region.
13982
13983 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
13984
13985 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13986 to `width' for consistency with docstring. Doc fix.
13987
13988 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13989
13990 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13991 This is necessary for derived modes.
13992
13993 2004-09-30 Kim F. Storm <storm@cua.dk>
13994
13995 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13996 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13997
13998 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13999 kmacro-extract-lambda functions.
14000 (edit-kbd-macro): Handle kmacro lambda forms.
14001 Include counter and counter format in edit buffer.
14002 (edmacro-finish-edit): Get counter and format from edit buffer and
14003 update kmacro bindings when found.
14004
14005 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
14006
14007 * textmodes/paragraphs.el (forward-paragraph):
14008 Avoid args-out-of-range error when point winds up at the beginning of
14009 the buffer and hard newlines are enabled.
14010
14011 * newcomment.el (comment-multi-line): Doc fix.
14012
14013 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
14014
14015 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
14016 (diff-fixup-modifs): Catch unified-diff file-headers.
14017
14018 2004-09-29 Kim F. Storm <storm@cua.dk>
14019
14020 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
14021 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
14022 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
14023
14024 * fringe.el (fringe-bitmap-p): New macro.
14025 (fringe-bitmaps): Add standard fringe bitmaps on load.
14026
14027 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14028
14029 * dired.el (dired-view-command-alist): Use more efficient regexps.
14030 Remove dubious arguments.
14031 (dired-align-file): New function.
14032 (dired-insert-directory): Use it.
14033 (dired-move-to-end-of-filename): Make the " -> " search more specific.
14034 (dired-buffers-for-dir): Remove unused var `pattern'.
14035
14036 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
14037
14038 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
14039 from diary display excursion. Store diary buffer's point for
14040 `simple-diary-display'.
14041 (simple-diary-display): Set window point and start when
14042 displaying buffer, to preserve point.
14043
14044 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
14045
14046 * textmodes/enriched.el (enriched-translations): Replace defconst
14047 with defvar.
14048
14049 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14050
14051 * printing.el: Doc fix.
14052 (pr-version): New version number (6.8.1).
14053 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
14054 make-temp-name.
14055 (pr-delete-file): Check if file exists before deleting it.
14056 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
14057
14058 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
14059
14060 * term.el (term-display-table): New variable.
14061 (term-mode): Use it.
14062 (term-exec-1): Set the coding system to binary.
14063 (term-emulate-terminal): Decode the string before inserting it.
14064
14065 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
14066
14067 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
14068 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
14069 (map): Bind S-prior, S-next and S-insert.
14070 (term-mode): Set `indent-tabs-mode' to nil.
14071 (term-paste): New function to be bound to S-insert.
14072 (term-send-del, term-send-backspace): Change the strings sent.
14073 (term-termcap-format): Synchronize with etc/e/eterm.ti.
14074 (term-handle-colors-array): Fix handling of underline and reverse.
14075 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
14076 (term-erase-in-line): Fix comparison.
14077 (term-emulate-terminal): Fix line wrap handling.
14078 (term-start-output-log): Rename from `term-set-output-log'.
14079 (term-stop-output-log): Rename from `term-stop-photo'.
14080 (term-switch-to-alternate-sub-buffer): Comment out, unused.
14081
14082 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
14083
14084 * dired.el (dired-move-to-filename): Don't output a message if
14085 raise-error is non-nil. Fix return position and value.
14086
14087 * files.el (insert-directory): Obey --dired even with symlinks.
14088
14089 2004-09-25 Lars Hansen <larsh@math.ku.dk>
14090
14091 * ls-lisp.el (ls-lisp-format): Mark file names with property
14092 dired-filename.
14093
14094 2004-09-25 Kim F. Storm <storm@cua.dk>
14095
14096 * ido.el (ido-max-directory-size): New defcustom.
14097 (ido-decorations): Add "too big" element.
14098 (ido-directory-too-big): New dynamic var.
14099 (ido-may-cache-directory): Don't cache big directories.
14100 (ido-directory-too-big-p): New defun.
14101 (ido-set-current-directory): Update ido-directory-too-big.
14102 (ido-read-internal): Make empty ido-cur-item if too-big.
14103 (ido-buffer-internal): Use ido-read-internal directly instead of
14104 ido-read-buffer.
14105 (ido-file-internal): Init ido-directory-too-big.
14106 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
14107 and redo completion with full list.
14108 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
14109 it, and show completions.
14110 (ido-all-completions): Let bind ido-directory-too-big to nil.
14111 (ido-exhibit): Handle ido-directory-too-big.
14112 (ido-read-buffer): Handle fallback to read-buffer.
14113 Init ido-directory-too-big.
14114 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
14115 Init ido-directory-too-big.
14116
14117 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
14118
14119 * subr.el (delay-mode-hooks): Doc fix.
14120
14121 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
14122
14123 * textmodes/enriched.el
14124 (enriched-default-text-properties-local-flag): New variable.
14125 (enriched-mode): Make sure that enabling and disabling the mode is
14126 a no-op. Doc fix.
14127
14128 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
14129
14130 * calendar/holidays.el (holiday-advent): Report on a specified day
14131 offset from advent, not just advent.
14132 (holiday-easter-etc): Report on one specified day offset from
14133 easter, not all easter holidays. Various Easter holidays moved to
14134 `christian-holidays' variable in calendar.el.
14135 * calendar/calendar.el (christian-holidays): Adapt for new
14136 behavior of `holiday-advent' and `holiday-easter-etc' functions.
14137
14138 2004-09-23 Kim F. Storm <storm@cua.dk>
14139
14140 * image.el (insert-sliced-image): Add doc string.
14141
14142 * ido.el (ido-choice-list): New dynamic var for `list' context.
14143 (ido-context-switch-command): New dynamic var.
14144 (ido-define-mode-map): Generalize switch between file/buffer contexts.
14145 (ido-read-internal): Handle new `list' context.
14146 Handle insert-buffer and insert-file ido-exit values.
14147 (ido-buffer-internal): New arg switch-cmd. Use it to setup
14148 ido-context-switch-command. Handle insert-file ido-exit value.
14149 (ido-read-buffer): Set ido-context-switch-command to 'ignore
14150 unless it is already bound by caller.
14151 (ido-file-internal): New arg switch-cmd. Use it to setup
14152 ido-context-switch-command. Handle insert-buffer ido-exit value.
14153 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
14154 used for context switching.
14155 (ido-all-completions): Handle new `list' context.
14156 (ido-make-choice-list): Return choices for `list' context.
14157 (ido-find-file-in-dir, ido-display-file, ido-write-file)
14158 (ido-display-buffer, ido-kill-buffer): Disable context switching.
14159 (ido-insert-buffer, ido-insert-file): Setup context switching.
14160 (ido-exhibit): Handle `list' context.
14161 (ido-read-file-name): Disable context switching. Handle fallback.
14162 (ido-read-directory-name): Disable context switching.
14163 (ido-completing-read): New defun like completing-read. Setup and
14164 use new `list' context.
14165
14166 2004-09-20 Jesper Harder <harder@ifa.au.dk>
14167
14168 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
14169
14170 2004-09-21 Jay Belanger <belanger@truman.edu>
14171
14172 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
14173 `calc-graph-set-styles' so the gnuplot buffer will appear in a
14174 separate window.
14175
14176 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
14177
14178 * subr.el (after-change-major-mode-hook): Doc fix.
14179
14180 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14181
14182 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
14183 of ghostscript for monochrome PostScript file in Windows.
14184
14185 2004-09-21 Kenichi Handa <handa@m17n.org>
14186
14187 * descr-text.el (describe-char): Checking of quail activation fixed.
14188
14189 2004-09-21 Jay Belanger <belanger@truman.edu>
14190
14191 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
14192
14193 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
14194
14195 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
14196 after the mode hooks instead of before. Doc fix.
14197
14198 2004-09-20 Jason Rumney <jasonr@gnu.org>
14199
14200 * startup.el (command-line) [windows-nt]: Try .emacs first, then
14201 _emacs, but revert to .emacs if neither exists in home directory.
14202
14203 2004-09-20 John Paul Wallington <jpw@gnu.org>
14204
14205 * bindings.el (completion-ignored-extensions): Add .dfsl.
14206
14207 2004-09-20 Richard M. Stallman <rms@gnu.org>
14208
14209 * bindings.el (scroll-left): Make it disabled.
14210
14211 * files.el (enable-local-eval): Doc fix.
14212
14213 * indent.el (move-to-left-margin): Special case for minibuffer.
14214
14215 * term.el (term-emulate-terminal): Turn off undo for output.
14216 Use with-current-buffer and save-selected-window.
14217
14218 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
14219
14220 * progmodes/make-mode.el (makefile-fill-paragraph):
14221 Don't insist on spaces when looking for comments. # is enough.
14222
14223 * files.el (hack-local-variables): Copy the variables list
14224 to another buffer, strip prefixes and suffixes there, then read.
14225 (enable-local-eval): Doc fix.
14226 (ignored-local-variables): Initialize to nil.
14227 (risky-local-variable-p): Don't check ignored-local-variables here.
14228 (hack-one-local-variable): Ignore var if in ignored-local-variables.
14229
14230 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
14231
14232 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
14233 of = to "." (punctuation).
14234
14235 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14236
14237 * subr.el (event-basic-type): Fix mask (extend to 22bits).
14238
14239 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
14240
14241 * textmodes/enriched.el (enriched-rerun-flag): New variable.
14242 (enriched-before-change-major-mode): New function.
14243 Add it to `change-major-mode-hook'.
14244 (enriched-after-change-major-mode): New function.
14245 Add it to `after-change-major-mode-hook'.
14246 (enriched-mode): Make it work correctly if called from
14247 `after-change-major-mode-hook'.
14248 No longer set `indent-line-function'.
14249
14250 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
14251
14252 * subr.el (after-change-major-mode-hook): New variable.
14253 (run-mode-hooks): Implement it.
14254
14255 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
14256
14257 * battery.el (battery-linux-proc-apm): Use string-to-number.
14258 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
14259 Use dolist (and less indentation). Use erase-buffer.
14260 Pre-initialize `design-capacity', `warn', and `low'.
14261 (battery-format): Use replace-regexp-in-string.
14262
14263 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
14264
14265 * battery.el: Delete superfluous empty lines.
14266 (battery-linux-proc-acpi): Attempt to gather information from all
14267 battery subdirectories regardless of their file name.
14268 (battery-linux-proc-apm): Replace all occurrences of
14269 battery-hex-to-int-2 with string-to-int (base 16).
14270 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
14271 (battery-hex-map): Delete variable.
14272
14273 2004-09-18 John Paul Wallington <jpw@gnu.org>
14274
14275 * calc/calc-units.el (calc-quick-units): Fix overzealous
14276 s/or/unless/.
14277
14278 2004-09-17 Jay Belanger <belanger@truman.edu>
14279
14280 * calc/calc.el (calc-mode-var-list): Fix the value of
14281 `calc-matrix-brackets'.
14282
14283 2004-09-17 Romain Francoise <romain@orebokech.com>
14284
14285 * ibuf-ext.el (define-ibuffer-filter filename):
14286 Expand dired-directory since buffer-file-name is absolute.
14287
14288 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14289
14290 * ediff-init.el (ediff-current-diff-face-A)
14291 (ediff-current-diff-face-B, ediff-current-diff-face-C)
14292 (ediff-current-diff-face-Ancestor)
14293 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14294 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14295 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14296 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14297 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14298 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14299 Use min-colors.
14300
14301 * term.el (term-down): Perform vertical motion if DOWN is negative.
14302 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
14303 (term-termcap-format): Synchronize with the eterm terminfo entry
14304 in etc/e/eterm.ti.
14305 (term-handle-colors-array): If the current foreground or
14306 background are zero (i.e. unspecified), use the foreground and
14307 background of the default face for reverse video.
14308 (term-ansi-at-eval-string, term-ansi-default-fg)
14309 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
14310 (term-mem): Delete unused function.
14311 (term-protocol-version): Increment.
14312 (term-current-face): Set to default.
14313
14314 2004-09-15 Jay Belanger <belanger@truman.edu>
14315
14316 * calc/calc.el (calc-mode-var-list): Define this variable.
14317 (calc-always-load-extensions, calc-line-numbering)
14318 (calc-line-breaking, calc-display-just, calc-display-origin)
14319 (calc-number-radix, calc-leading-zeros, calc-group-digits)
14320 (calc-group-char, calc-point-char, calc-frac-format)
14321 (calc-prefer-frac, calc-hms-format, calc-date-format)
14322 (calc-float-format, calc-full-float-format, calc-complex-format)
14323 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14324 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14325 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14326 (calc-matrix-brackets, calc-language, calc-language-option)
14327 (calc-left-label, calc-right-label, calc-word-size)
14328 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14329 (calc-display-raw, calc-internal-prec, calc-angle-mode)
14330 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14331 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14332 (calc-window-height, calc-display-trail, calc-show-selections)
14333 (calc-use-selections, calc-assoc-selections)
14334 (calc-display-working-message, calc-auto-why, calc-timing)
14335 (calc-mode-save-mode, calc-standard-date-formats)
14336 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
14337 (calc-user-parse-tables, calc-gnuplot-default-device)
14338 (calc-gnuplot-default-output, calc-gnuplot-print-device)
14339 (calc-gnuplot-print-output, calc-gnuplot-geometry)
14340 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
14341 (calc-invocation-macro, calc-show-banner): Give these values as
14342 part of `calc-mode-var-list's initialization after the variables
14343 are declared with defvar.
14344 (calc-bug-address): Change email address to send bug reports to.
14345 Change the maintainer address at the top.
14346 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
14347 than "\\.emacs" to determine if it is the user-init-file.
14348
14349 * calc/calc-embed.el (calc-embedded-set-modes): Use
14350 `calc-mode-var-list' correctly.
14351
14352 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
14353
14354 * vc.el (annotate-time): Document point handling.
14355 (vc-annotate-display-autoscale): Doc fix.
14356
14357 2004-09-15 Miles Bader <miles@gnu.org>
14358
14359 * generic.el (generic-make-keywords-list): Use symbol rather than
14360 word anchors in regexp.
14361
14362 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
14363
14364 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
14365 no file name consider `dired-directory'.
14366
14367 2004-09-14 Kim F. Storm <storm@cua.dk>
14368
14369 * faces.el (cursor): Add face-no-inherit property. Doc fix.
14370
14371 2004-09-14 Simon Josefsson <jas@extundo.com>
14372
14373 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
14374
14375 * textmodes/dns-mode.el: Add.
14376
14377 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14378
14379 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
14380 (disabled-command-function): Make the ?\ char more obvious.
14381
14382 * vc-arch.el (vc-arch-root, vc-arch-registered):
14383 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
14384
14385 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
14386
14387 * windmove.el (windmove-frame-edges): Report coordinates of
14388 outside edges of frame, not inside edges.
14389 (windmove-coordinates-of-position): Convert into wrapper to new
14390 function `windmove-coordinates-of-window-position';
14391 `compute-motion' always applies to selected window.
14392 (windmove-coordinates-of-position): Update documentation to refer
14393 to Emacs 21 Lisp Reference Manual.
14394 (windmove-find-other-window): Fix off-by-one errors for max x,y.
14395
14396 2004-09-13 Kim F. Storm <storm@cua.dk>
14397
14398 * isearch.el (isearch-resume-in-command-history): Rename from
14399 isearch-resume-enabled and change default to nil.
14400
14401 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14402
14403 * vc-hooks.el (vc-ignore-dir-regexp): New var.
14404 (vc-registered): Use it.
14405 (vc-find-root): New fun.
14406
14407 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14408 Don't tell to use \\{...} when it's already done.
14409
14410 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
14411 Provide a sample complex default.
14412 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
14413 (bibtex-entry): Use mapc.
14414
14415 2004-09-12 Kim F. Storm <storm@cua.dk>
14416
14417 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
14418
14419 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
14420 inhibit-field-text-motion to t so rectangles work in comint buffers.
14421
14422 * simple.el (choose-completion-string): Set buffer before running
14423 choose-completion-string-functions hook so it can be buffer-local.
14424
14425 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
14426
14427 * progmodes/compile.el (compilation-start): Parse command to see
14428 if it starts with a cd, and if so perform it for the *compilation*
14429 buffer. Change the header to reflect this.
14430
14431 2004-09-11 Kim F. Storm <storm@cua.dk>
14432
14433 * ido.el (ido-enable-dot-prefix): Doc fix.
14434 (ido-enable-dot-prefix): New defcustom.
14435 (ido-set-matches1): Use it.
14436
14437 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14438
14439 * textmodes/bibtex.el (bibtex-mark-active)
14440 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
14441
14442 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14443
14444 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
14445 used in a case insensitive environment.
14446 (bibtex-mode-map): Rearrange order of menus.
14447 (bibtex-quoted-string-re): Obsolete.
14448 (bibtex-complete-key-cleanup): Variable replaced by new function.
14449 (bibtex-font-lock-keywords): Use backquotes.
14450 (bibtex-font-lock-url-regexp): New internal variable.
14451 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
14452 "OPT" and "ALT".
14453 (bibtex-insert-current-kill, bibtex-make-field)
14454 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
14455 (bibtex-parse-field-text): Simplify.
14456 (bibtex-string=): New helper function.
14457 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
14458 (bibtex-map-entries): Use bibtex-string=.
14459 (bibtex-search-entry): Use not.
14460 (bibtex-enclosing-field): Fix docstring.
14461 (bibtex-assoc-regexp): Obsolete.
14462 (bibtex-format-entry): Use assoc-string and bibtex-string=.
14463 (bibtex-autokey-get-names): Handle empty name field.
14464 (bibtex-parse-strings): Use assoc-string and unless.
14465 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
14466 Use assoc-string.
14467 (bibtex-pop): Simplify.
14468 (bibtex-mode): Set font-lock-extra-managed-props.
14469 (bibtex-entry-update): Use assoc-string.
14470 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
14471 (bibtex-autofill-entry): Use bibtex-string=.
14472 (bibtex-print-help-message): Simplify.
14473 (bibtex-find-entry): New optional arg START.
14474 (bibtex-validate): Use bibtex-string= and assoc-string.
14475 Do not call obsolete function compilation-parse-errors.
14476 (bibtex-remove-delimiters): Only remove delimiters if present.
14477 (bibtex-copy-entry-as-kill): Add docstring.
14478 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
14479 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
14480 (bibtex-complete): Use bibtex-predefined-month-strings,
14481 bibtex-string=, and new function bibtex-complete-key-cleanup.
14482 (bibtex-generate-url-list): New variable.
14483 (bibtex-url): New command bound to C-c C-l and mouse-2.
14484 (bibtex-url-map): New local keymap for bibtex-url-mouse.
14485 (bibtex-font-lock-url): New function.
14486
14487 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14488
14489 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
14490
14491 2004-09-09 Kim F. Storm <storm@cua.dk>
14492
14493 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
14494 counter and format with binding.
14495 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
14496 the declared macro uses own macro counter and format. Give symbol
14497 kmacro property.
14498 (kmacro-keymap): Bind kmacro-name-last-macro to n.
14499 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
14500 (kmacro-end-and-call-macro): Doc fix.
14501
14502 2004-09-09 Lars Hansen <larsh@math.ku.dk>
14503
14504 * desktop.el (desktop-clear-preserve-buffers):
14505 Remove make-obsolete-variable.
14506
14507 2004-09-08 Richard M. Stallman <rms@gnu.org>
14508
14509 * buff-menu.el (list-buffers-noselect): Call format-mode-line
14510 with the buffer as argument.
14511
14512 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14513
14514 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
14515
14516 2004-09-08 Juri Linkov <juri@jurta.org>
14517
14518 * replace.el (perform-replace): Use `query-replace-descr'.
14519
14520 * cus-start.el (history-delete-duplicates): Specify customization.
14521
14522 * diff-mode.el (diff-mode-map):
14523 * progmodes/compile.el (compilation-mode-map):
14524 * progmodes/grep.el (grep-mode-map):
14525 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
14526 to `next-error-follow-minor-mode'.
14527
14528 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14529
14530 * isearch.el (isearch-lazy-highlight-update): Take into account
14531 the case of zero-length match at the search bound.
14532
14533 2004-09-08 Kim F. Storm <storm@cua.dk>
14534
14535 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
14536 change. Use zero width overlays when necessary.
14537
14538 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14539
14540 * subr.el (split-string): Docfix.
14541
14542 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14543
14544 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
14545 (display-call-tree): Ensure newline after caller/calls blocks.
14546
14547 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14548
14549 * startup.el (command-line-1): Make option
14550 --directory/-L modify `load-path' straight away.
14551
14552 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14553
14554 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
14555
14556 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14557
14558 * emacs-lisp/autoload.el (make-autoload):
14559 Handle `define-compilation-mode'.
14560
14561 * emacs-lisp/lisp-mode.el (define-compilation-mode):
14562 Specify `doc-string-elt' property.
14563
14564 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14565
14566 * bs.el (bs-mode): Doc fix.
14567
14568 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14569
14570 * info.el (Info-insert-dir): Fix temp buffer leak bug.
14571
14572 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14573
14574 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
14575
14576 2004-09-08 Kenichi Handa <handa@m17n.org>
14577
14578 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
14579 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
14580 ps-mule-next-point -> 1+).
14581
14582 * composite.el (encode-composition-rule): Add autoload cookie.
14583
14584 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
14585
14586 * format.el (buffer-auto-save-file-format): Make it permanent local.
14587
14588 2004-09-07 Kim F. Storm <storm@cua.dk>
14589
14590 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
14591 (authors-fixed-entries): Fix typo.
14592 (authors-canonical-author-name): Compact multiple spaces.
14593 Ignore trivial names (e.g. only first name).
14594
14595 * term.el (term-window-width): Only use full window width on
14596 window system if overflow-newline-into-fringe is enabled.
14597 (term-mode): Don't disable overflow-newline-into-fringe.
14598
14599 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
14602 motion as seen on my Mac OS X xterms.
14603
14604 * newcomment.el (uncomment-region-default, comment-region-default):
14605 New functions extracted from uncomment-region and comment-region.
14606 (comment-region, comment-region-function, uncomment-region)
14607 (uncomment-region-function): Use them.
14608
14609 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
14610
14611 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
14612 It's not crucial but can make sense at times.
14613
14614 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
14615 the first commit.
14616
14617 * vc.el (vc-buffer-context, vc-restore-buffer-context):
14618 Disable obsolete code.
14619
14620 2004-09-07 Juri Linkov <juri@jurta.org>
14621
14622 * progmodes/grep.el (grep-highlight-matches): Change default from
14623 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
14624 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
14625 if grep option `--color' is available, or to `nil' otherwise.
14626 (grep-process-setup): Call `grep-compute-defaults' if
14627 `grep-highlight-matches' is not computed. Set env-vars only
14628 if `grep-highlight-matches' is `t'.
14629 (grep-use-null-device): Remove redundant type `boolean' (`choice'
14630 is already defined).
14631
14632 * progmodes/compile.el (compilation-start): Use copy of
14633 `process-environment' created by `copy-sequence' to not
14634 modify env-vars in the global `process-environment'.
14635
14636 2004-09-06 Eli Zaretskii <eliz@gnu.org>
14637
14638 * simple.el (next-error-follow-minor-mode): Fix last change.
14639
14640 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
14641
14642 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
14643 permanent local.
14644
14645 2004-09-04 Richard M. Stallman <rms@gnu.org>
14646
14647 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
14648 highlighting if the search string is empty.
14649
14650 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
14651
14652 * facemenu.el (facemenu-active-faces): Change condition of inner
14653 `while' loop to also check the first two elements of `face-atts'
14654 and `mask-atts'.
14655
14656 2004-09-04 John Paul Wallington <jpw@gnu.org>
14657
14658 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
14659 (thumbs-view-image-mode): Make buffer read-only.
14660
14661 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
14662
14663 * textmodes/ispell.el (ispell-really-aspell): New defvar.
14664 (ispell-check-version): Set it.
14665 (ispell-send-replacement): New function.
14666 (ispell-process-line): Call ispell-send-replacement.
14667
14668 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14669
14670 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
14671 Support choosing seconds with "s".
14672
14673 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
14674
14675 * terminal.el (te-escape): Show `?' in prompt for help key.
14676
14677 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
14678
14679 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
14680
14681 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
14682
14683 * simple.el (next-error-follow-minor-mode)
14684 (next-error-follow-mode-post-command-hook): New functions.
14685 (next-error-follow-last-line): New defvar.
14686
14687 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14688 * progmodes/compile.el (compilation-mode-map): Likewise.
14689 * progmodes/grep.el (grep-mode-map): Likewise.
14690 * replace.el (occur-mode-map): Likewise.
14691
14692 * newcomment.el (uncomment-region): Bind comment-use-global-state
14693 to nil.
14694
14695 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
14696
14697 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14698 locally around the call to `revert-buffer'.
14699
14700 2004-09-03 Juri Linkov <juri@jurta.org>
14701
14702 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14703 `isearch-adjusted' to `t'.
14704 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14705 (isearch-message-prefix): Add "pending" for isearch-adjusted.
14706 (isearch-other-meta-char): Restore isearch-point unconditionally.
14707 (isearch-query-replace): Add new arg `regexp-flag' and use it.
14708 Set point to start of match if region is not active in transient
14709 mark mode (to include the current match to region boundaries).
14710 Push the search string to `query-replace-from-history-variable'.
14711 Add prompt "Query replace regexp" for isearch-regexp.
14712 Add region beginning/end as last arguments of `perform-replace.'
14713 (isearch-query-replace-regexp): Replace code by the call to
14714 `isearch-query-replace' with arg `t'.
14715
14716 2004-09-03 Richard M. Stallman <rms@gnu.org>
14717
14718 * startup.el (normal-top-level): Undo previous TERM change.
14719
14720 2004-09-03 Kim F. Storm <storm@cua.dk>
14721
14722 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14723 highlight overlays; allow using RET when cursor is over a button.
14724 (cua--highlight-rectangle): Use it.
14725 (cua--rectangle-set-corners): Don't move backwards at eol.
14726 (cua--forward-line): Don't move into void after eob.
14727
14728 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14729 point is set (and displayed) inside rectangle.
14730 (cua--rectangle-operation): Fix for highlight of empty lines.
14731 (cua--highlight-rectangle): Fix highlight for tabs.
14732 Position cursor at left/right edge of rectangle using new `cursor'
14733 property on overlay strings.
14734 (cua--indent-rectangle): Don't tabify.
14735 (cua-rotate-rectangle): Ignore that point has moved.
14736
14737 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14738
14739 * term/mac-win.el: Add ASCII equivalents for some function keys.
14740 (mode-line-frame-identification): Sync with x-win.el.
14741
14742 2004-09-02 Juri Linkov <juri@jurta.org>
14743
14744 * progmodes/compile.el (compilation-buffer-name): Compare major
14745 mode with second element of compilation-arguments instead of third
14746 to reflect latest changes in compilation-arguments structure.
14747 (recompile): Use global variable `compilation-directory' to get
14748 recent compilation directory only when `recompile' is invoked NOT
14749 in the compilation buffer. Otherwise, use `default-directory' of
14750 the compilation buffer.
14751 (compilation-error-properties): Allow to funcall col and end-col.
14752 (compilation-mode-font-lock-keywords): Check col and end-col by
14753 `integerp'.
14754 (compilation-goto-locus): If end-mk is non-nil in transient mark
14755 mode don't activate the mark (and don't display message in
14756 push-mark), but highlight overlay between mk and end-mk.
14757
14758 * progmodes/grep.el (grep-highlight-matches): New defcustom.
14759 (grep-regexp-alist): Add rule to highlight grep matches.
14760 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14761
14762 * info.el (Info-fontify-node): Don't compute other-tag
14763 if Info-hide-note-references=hide.
14764
14765 * help.el (function-called-at-point):
14766 * help-fns.el (variable-at-point):
14767 Try `find-tag-default' when other methods failed.
14768
14769 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14770 Do not push mark if inhibit-mark-movement is non-nil.
14771
14772 * textmodes/ispell.el (ispell-html-skip-alists):
14773 Fix backslashes in docstring.
14774
14775 2004-09-01 Juri Linkov <juri@jurta.org>
14776
14777 * isearch.el (isearch-wrap-function)
14778 (isearch-push-state-function): New defvars.
14779 (isearch-pop-fun-state): New defsubst.
14780 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14781 (isearch-push-state): Set the result of calling
14782 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14783 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14784 restore the mode-specific starting point of terminated search.
14785 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14786 (isearch-repeat): Call `isearch-wrap-function' if defined.
14787 (isearch-message-prefix): Don't add prefix "over" to the message
14788 for wrapped search if `isearch-wrap-function' is defined.
14789 (isearch-search): Call function saved in `isearch-pop-fun-state' to
14790 restore the mode-specific starting point of failed search.
14791
14792 * info.el (Info-search-whitespace-regexp): Fix backslashes.
14793 (Info-search): Add new optional arguments for the sake of isearch.
14794 Replace whitespace in Info-search-whitespace-regexp literally.
14795 Add backward search. Don't call `Info-select-node' if regexp is
14796 found in the same Info node. Don't add node to Info-history for
14797 wrapped isearch.
14798 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14799 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14800 (Info-mode): Set local variables `isearch-search-fun-function',
14801 `isearch-wrap-function', `isearch-push-state-function',
14802 `search-whitespace-regexp'.
14803
14804 * isearch.el: Remove ancient Change Log section.
14805 (isearch-string, isearch-message-string, isearch-point)
14806 (isearch-success, isearch-forward-flag, isearch-other-end)
14807 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14808 (isearch-barrier, isearch-within-brackets)
14809 (isearch-case-fold-search): Add suffix `-state' to state-related
14810 defsubsts to avoid name clashes with other function names.
14811
14812 * simple.el (next-error): New defgroup and defface.
14813 (next-error-highlight, next-error-highlight-no-select):
14814 New defcustoms.
14815 (next-error-no-select): Let-bind next-error-highlight to the value
14816 of next-error-highlight-no-select before calling `next-error'.
14817
14818 * progmodes/compile.el (compilation-goto-locus):
14819 Use `next-error' face instead of `region'. Set 4-th argument of
14820 `move-overlay' to `current-buffer' to move overlay to different
14821 source buffers. Use new variable `next-error-highlight'.
14822
14823 * simple.el (next-error-find-buffer): Move the rule
14824 "if current buffer is a next-error capable buffer" after the
14825 rule "if next-error-last-buffer is set to a live buffer".
14826 Simplify to test all rules in one `or'.
14827 (next-error): Doc fix.
14828 (next-error, previous-error, first-error)
14829 (next-error-no-select, previous-error-no-select):
14830 Make arguments optional.
14831
14832 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
14833
14834 * macros.el (apply-macro-to-region-lines): Make it operate on all
14835 lines that begin in the region, rather than on all complete lines
14836 in the region.
14837
14838 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14839
14840 * x-dnd.el (x-dnd-protocol-alist): Document update.
14841 (x-dnd-known-types): Defcustom it.
14842 (x-dnd-handle-motif): Print message-atom in error message.
14843
14844 2004-08-30 John Paul Wallington <jpw@gnu.org>
14845
14846 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14847 strings rather than programatically constructing message.
14848
14849 2004-08-30 Richard M. Stallman <rms@gnu.org>
14850
14851 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14852 Don't return a string that would read as the wrong character code.
14853
14854 2004-08-29 Kim F. Storm <storm@cua.dk>
14855
14856 * emulation/cua-base.el (cua-auto-expand-rectangles):
14857 Remove automatic rectangle padding feature; replace by non-destructive
14858 virtual rectangle edges feature.
14859 (cua-virtual-rectangle-edges): New defcustom.
14860 (cua-auto-tabify-rectangles): New defcustom.
14861 (cua-paste): If paste into a marked rectangle, insert rectangle at
14862 current column, even if virtual; also paste exactly as many lines
14863 as has been marked (ignore additional lines or add empty lines),
14864 but paste whole source if only one line is marked.
14865 (cua--update-indications): No longer use overwrite-cursor to
14866 indicate rectangle padding
14867
14868 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14869 (cua--rectangle-virtual-edges): New defun.
14870 (cua--rectangle-get-corners): Remove optional PAD arg.
14871 (cua--rectangle-set-corners): Never do padding.
14872 (cua--forward-line): Remove optional PAD arg. Simplify.
14873 (cua-resize-rectangle-right, cua-resize-rectangle-left)
14874 (cua-resize-rectangle-down, cua-resize-rectangle-up):
14875 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14876 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14877 (cua--rectangle-move): Never do padding. Simplify.
14878 (cua--tabify-start): New defun.
14879 (cua--rectangle-operation): Add tabify arg. All callers changed.
14880 (cua--pad-rectangle): Remove.
14881 (cua--delete-rectangle): Handle delete with virtual edges.
14882 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14883 (cua--insert-rectangle): Handle insert at virtual column.
14884 Perform auto-tabify if necessary.
14885 (cua--activate-rectangle): Remove optional FORCE arg.
14886 Never do padding. Simplify.
14887 (cua--highlight-rectangle): Enhance for virtual edges.
14888 (cua-toggle-rectangle-padding): Remove command.
14889 (cua-toggle-rectangle-virtual-edges): New command.
14890 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
14891 (cua--rectangle-post-command): Don't force rectangle padding.
14892 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14893
14894 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
14895
14896 * indent.el (edit-tab-stops-buffer): Doc fix.
14897
14898 2004-08-28 Richard M. Stallman <rms@gnu.org>
14899
14900 * progmodes/grep.el (grep-default-command): Use find-tag-default.
14901 (grep-tag-default): Function deleted.
14902
14903 * subr.el (find-tag-default): Move from etags.el.
14904
14905 * progmodes/etags.el (find-tag-default): Move to subr.el.
14906
14907 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14908 into the basic character if it has an uppercase form.
14909
14910 2004-08-27 Kenichi Handa <handa@m17n.org>
14911
14912 * international/utf-8.el (utf-8-post-read-conversion): If the
14913 buffer is unibyte, temporarily make it multibyte.
14914
14915 2004-08-27 Masatake YAMATO <jet@gyve.org>
14916
14917 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14918
14919 2004-08-25 John Paul Wallington <jpw@gnu.org>
14920
14921 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14922 0, 1, and many mismatches in message.
14923 (tex-start-shell): Use `set-process-query-on-exit-flag'.
14924
14925 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14926 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14927
14928 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14929
14930 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14931 vc-diff-switches differently.
14932
14933 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
14934
14935 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14936 before and a real defvar after
14937 `speedbar-supported-extension-expressions'. This is to silence
14938 the compiler without breaking bootstrapping.
14939
14940 2004-08-22 Richard M. Stallman <rms@gnu.org>
14941
14942 * textmodes/flyspell.el (flyspell-word):
14943 Use set-process-query-on-exit-flag.
14944 (flyspell-highlight-duplicate-region): Take POSS as arg.
14945 (flyspell-word): Pass POSS as arg.
14946
14947 * progmodes/ada-xref.el: Many doc and style fixes.
14948 (ada-find-any-references): Use compilation-start.
14949 (ada-get-ali-file-name): Improve error msg.
14950 (ada-get-ada-file-name): Likewise.
14951
14952 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14953 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14954
14955 * mail/mail-extr.el (mail-extr-all-top-level-domains):
14956 Add forward defvar.
14957
14958 * whitespace.el (global-whitespace-mode): New alias
14959 for whitespace-global-mode.
14960
14961 * speedbar.el (speedbar-file-regexp): Move definition up.
14962 (speedbar-mode, speedbar-set-mode-line-format):
14963 Use with-no-warnings.
14964 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14965
14966 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14967 controls whether to display the error buffer.
14968
14969 * ps-mule.el: Delete compatibility code for old Emacsen.
14970 (ps-mule-find-wrappoint): Don't use chars-in-region.
14971
14972 * frame.el (display-mouse-p, display-selections-p):
14973 Use with-no-warnings.
14974
14975 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14976
14977 2004-08-22 David Kastrup <dak@gnu.org>
14978
14979 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14980 information.
14981
14982 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14983
14984 2004-08-22 Andreas Schwab <schwab@suse.de>
14985
14986 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14987
14988 2004-08-22 Masatake YAMATO <jet@gyve.org>
14989
14990 * cvs-status.el (cvs-status-checkout): New function.
14991 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14992
14993 2004-08-21 David Kastrup <dak@gnu.org>
14994
14995 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14996 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14997 has been converted to use hashtables, the relation `nil=none' is
14998 no longer valid, as `nil' is not a hashtable. This patch tries to
14999 reduce the number of resulting errors.
15000
15001 2004-08-21 John Paul Wallington <jpw@gnu.org>
15002
15003 * subr.el (process-kill-without-query): Made obsolete in
15004 version 21.4, not 21.5.
15005
15006 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
15007 (vc-previous-comment, vc-next-comment)
15008 (vc-comment-search-reverse, vc-comment-search-forward)
15009 (vc-comment-to-change-log): Likewise.
15010
15011 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
15012
15013 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
15014
15015 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
15016 Correct indentation of DEFMETHODS with non-standard method
15017 combinations (e.g., PROGN, MIN, MAX).
15018
15019 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
15020
15021 * startup.el (normal-top-level-add-subdirs-to-load-path):
15022 Avoid unnecessarily checking system-type.
15023 (normal-top-level): Set TERM to "dumb". Simplify.
15024
15025 * avoid.el (mouse-avoidance-ignore-p): New fun.
15026 Also ignore switch-frame, select-window, double, and triple clicks.
15027 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
15028 (mouse-avoidance-fancy-hook): Use it.
15029
15030 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
15031
15032 * avoid.el (mouse-avoidance-nudge-mouse)
15033 (mouse-avoidance-banish-destination): Stay within the current window
15034 to avoid problems with mouse-autoselect-window.
15035
15036 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15037
15038 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
15039 the newer format of some messages in cvs-1.12.1.
15040
15041 2004-08-19 Masatake YAMATO <jet@gyve.org>
15042
15043 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
15044 (elp-results-jump-to-definition-by-mouse)
15045 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
15046 (elp-output-result): Use elp-output-insert-symname.
15047
15048 2004-08-18 Kenichi Handa <handa@m17n.org>
15049
15050 * language/cyrillic.el: Register koi8-r in
15051 ctext-non-standard-encodings-alist.
15052 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
15053
15054 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
15055
15056 * emacs-lisp/copyright.el (copyright-update-year): Delete code
15057 that replaces 20xy with xy.
15058
15059 2004-08-17 John Paul Wallington <jpw@gnu.org>
15060
15061 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
15062 (reb-force-update): Doc fix.
15063
15064 2004-08-16 Richard M. Stallman <rms@gnu.org>
15065
15066 * progmodes/which-func.el (which-func-update-1): Doc fix.
15067
15068 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
15069 (sh-mode-abbrev-table): New variable.
15070
15071 * progmodes/compile.el (compilation-mode): Doc fix.
15072
15073 * emacs-lisp/lisp-mode.el (eval-last-sexp):
15074 Don't cons a new symbol each time.
15075 (eval-last-sexp-fake-value): New variable.
15076
15077 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
15078 (copyright-update-year): Detect continuation of list of years.
15079
15080 * term.el (term-default-fg-color, term-default-bg-color)
15081 (ansi-term-color-vector): Use `unspecified', not nil, as default.
15082
15083 * imenu.el: Several doc fixes: don't say variables are buffer-local.
15084
15085 2004-08-16 Davis Herring <herring@lanl.gov>
15086
15087 * isearch.el (isearch-string, isearch-message-string, isearch-point)
15088 (isearch-success, isearch-forward-flag, isearch-other-end)
15089 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15090 (isearch-barrier, isearch-within-brackets)
15091 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
15092
15093 2004-08-16 Kenichi Handa <handa@m17n.org>
15094
15095 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
15096
15097 2004-08-15 Kenichi Handa <handa@m17n.org>
15098
15099 * term/x-win.el (x-selection-value): If utf8 was successful but
15100 ctext was not, use utf8 string.
15101
15102 2004-08-14 Davis Herring <herring@lanl.gov>
15103
15104 * isearch.el: Remove accidental changes of March 4. Fix backing
15105 up when a regexp isearch is made more general. Use symbolic
15106 accessor functions for isearch stack frames to make usage clearer.
15107 (search-whitespace-regexp): Made groups in documentation shy (as
15108 is the group in the default value).
15109 (isearch-fallback): New function, addresses problems with regexps
15110 liberalized by `\|', adds support for liberalization by `\}' (the
15111 general repetition construct), and incorporates behavior for
15112 `*'/`?'.
15113 (isearch-}-char): New command, calls `isearch-fallback' with
15114 arguments appropriate to a typed `}'.
15115 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
15116 appropriately.
15117 (isearch-mode-map): Bind `}' to `isearch-}-char'.
15118 (isearch-string, isearch-message,string, isearch-point)
15119 (isearch-success, isearch-forward-flag, isearch-other-end)
15120 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
15121 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
15122 New inline functions to read fields of a stack frame.
15123
15124 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
15125
15126 * battery.el (battery-linux-proc-acpi): Look into battery
15127 directories matching the literal string "CMB", too (required for
15128 Linux kernel version 2.6.7).
15129
15130 2004-08-14 John Paul Wallington <jpw@gnu.org>
15131
15132 * cus-start.el (read-file-name-completion-ignore-case): Add.
15133 (blink-cursor-alist): Change version to "21.4".
15134
15135 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
15136
15137 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
15138
15139 * speedbar.el (speedbar-scan-subdirs): New option.
15140 (speedbar-file-lists): Don't ignore file-name case on Unix and use
15141 dolist.
15142 (speedbar-insert-files-at-point): Take an extra argument and use
15143 it to optionally find out if a subdir is empty. Also unreadable
15144 files don't get expand buttons.
15145 (speedbar-directory): New image (unused pixmap already existed).
15146 (speedbar-expand-image-button-alist): Use it.
15147
15148 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
15149
15150 CC Mode update to 5.30.9:
15151
15152 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
15153 Move from cc-vars to cc-defs for dependency reasons. Fix the
15154 POSIX char class test to check that it works in
15155 `skip-chars-(forward|backward)' too.
15156
15157 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15158 first argument starts with a special brace list.
15159
15160 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
15161 when `c-opt-type-concat-key' is used (i.e. in Pike).
15162
15163 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
15164 Fix bug when the inner char pair doesn't have paren syntax,
15165 i.e. "(<>)".
15166
15167 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
15168 whitespace safe.
15169
15170 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
15171 position for `arglist-intro', `arglist-cont-nonempty' and
15172 `arglist-close' when there are two arglist open parens on the same
15173 line and there's nothing in front of the first.
15174
15175 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
15176 locking of qualified names in Java, which previously could fontify
15177 common indexing expressions in many cases. The standard Java
15178 naming conventions are used to tell them apart.
15179
15180 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
15181 Fix inconsistency wrt opening parens on the first line inside a paren
15182 block.
15183
15184 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
15185 compile time for the sake of `c-major-mode-is'.
15186
15187 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
15188 `c-major-mode-is' in the event that this is used inside a
15189 `c-lang-defconst'.
15190
15191 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
15192 `c-lang-defconst' so that it works better with fallback languages.
15193
15194 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
15195 it to fail to record the base mode.
15196
15197 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15198 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
15199 is used. Reorder the syntax checks to get more efficient
15200 skipping in some situations.
15201
15202 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
15203 continuation which might precede the newly inserted '{'.
15204
15205 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15206 Fix cases where it could loop indefinitely.
15207
15208 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
15209 size specs correctly. Only fontify identifiers in front of '('
15210 with as functions - don't accept any paren char. Tighten up
15211 initializer skipping to stop before function and class blocks.
15212
15213 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15214 the point could be left directly after an open paren when finding
15215 the beginning of the first decl in the block.
15216
15217 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
15218 table when filtering out legitimate open parens to be recorded.
15219 This could cause cache inconsistencies when e.g.
15220 `c++-template-syntax-table' was temporarily in use.
15221
15222 * progmodes/cc-engine.el (c-on-identifier)
15223 (c-simple-skip-symbol-backward): Small fix for handling "-"
15224 correctly in `skip-chars-backward'. Affected the operator lfun
15225 syntax in Pike.
15226
15227 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
15228 Fix bug that could cause an error from `after-change-functions' when
15229 the changed region is at bob.
15230
15231 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
15232
15233 CC Mode update to 5.30.9:
15234
15235 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
15236 to say that <TAB> doesn't insert WS into a CPP line.
15237 (c-indent-command, c-tab-always-indent): Amend doc strings.
15238
15239 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
15240 checks for user errors, thus eliminating cryptic and unhelpful
15241 Emacs error messages. (1) Check the arg to `c-set-style' is a
15242 string. (2) Check that settings to `c-offsets-alist' are not
15243 spuriously quoted.
15244
15245 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15246 which precedes the newly inserted `{'.
15247
15248 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
15249
15250 Sync with Tramp 2.0.44.
15251
15252 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
15253 function "tramp_file_attributes". Otherwise, file names
15254 containing spaces are misinterpreted. Reported by Magnus Henoch
15255 <mange@freemail.hu>.
15256 (tramp-handle-file-truename): FILENAME must be expanded first.
15257 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
15258 obscure results. Reported by D. Goel <deego@gnufans.org>.
15259 (tramp-handle-verify-visited-file-modtime): If file does not
15260 exist, say it is not modified if and only if that agrees with the
15261 buffer's record. Check whether a file is visiting the buffer, or
15262 the buffer has no recorded last modification time. Return t in
15263 case the visiting file doesn't exist. Suggested by Luc Teirlinck
15264 <teirllm@auburn.edu>.
15265 (tramp-handle-write-region): Pass modtime explicitly to
15266 `set-visited-file-modtime', because filename can be different
15267 from (buffer-file-name) if `file-precious-flag' is set.
15268 `set-visited-file-modtime' must be called always when `visit' is t
15269 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
15270 (tramp-handle-set-visited-file-modtime): If `time-list' is not
15271 nil, don't apply the whole body. If the file doesn't exists, set
15272 modtime to '(-1 65535). Suggested by Luc Teirlinck
15273 <teirllm@auburn.edu>.
15274
15275 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
15276
15277 * help.el (describe-bindings): Doc fix.
15278
15279 * subr.el (kbd): Doc fix.
15280
15281 2004-08-08 John Paul Wallington <jpw@gnu.org>
15282
15283 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
15284 instead of `string-to-int'.
15285 (define-ibuffer-column mode): Fix indentation.
15286
15287 2004-08-08 Lars Hansen <larsh@math.ku.dk>
15288
15289 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
15290
15291 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
15292
15293 * subr.el (global-unset-key, local-unset-key): Doc fixes.
15294
15295 * novice.el (disabled-command-function): New variable renamed from
15296 `disabled-command-hook'.
15297 (disabled-command-hook): Keep the _variable_ as alias for
15298 `disabled-command-function' and make obsolete.
15299 (disabled-command-function): Function renamed from
15300 `disabled-command-hook'. Adapt code to name change of the variable.
15301
15302 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
15303
15304 * simple.el (completion-root-regexp): New defvar.
15305 (completion-setup-function): Use it instead of a literal string.
15306
15307 2004-08-07 John Paul Wallington <jpw@gnu.org>
15308
15309 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
15310 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
15311 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
15312 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
15313
15314 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15315
15316 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
15317 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
15318
15319 2004-08-04 Kenichi Handa <handa@m17n.org>
15320
15321 * international/encoded-kb.el (encoded-kbd-setup-keymap):
15322 Fix previous change.
15323
15324 2004-08-03 Kenichi Handa <handa@m17n.org>
15325
15326 * international/encoded-kb.el: The following changes are to
15327 utilize key-translation-map instead of minor mode map.
15328 (encoded-kbd-iso2022-non-ascii-map): Delete it.
15329 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
15330 (encoded-kbd-last-key): New function.
15331 (encoded-kbd-iso2022-single-shift): New function.
15332 (encoded-kbd-iso2022-designation)
15333 (encoded-kbd-self-insert-iso2022-7bit)
15334 (encoded-kbd-self-insert-iso2022-8bit)
15335 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
15336 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
15337 key-translation-map.
15338 (encoded-kbd-setup-keymap): Setup key-translation-map.
15339 (saved-key-translation-map): New variable.
15340 (encoded-kbd-mode): Save/restore key-translation-map.
15341 Adjust for the change of encoded-kbd-setup-keymap.
15342
15343 2004-08-02 Kim F. Storm <storm@cua.dk>
15344
15345 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
15346 and call compute-motion with nil for topos and width to get proper
15347 usable width and height for both window and non-window systems.
15348
15349 * windmove.el (windmove-coordinates-of-position): Let compute-motion
15350 calculate usable window width and height.
15351
15352 * window.el (window-buffer-height): Call compute-motion with nil width.
15353
15354 2004-08-01 David Kastrup <dak@gnu.org>
15355
15356 * replace.el (query-replace-read-from):
15357 Use `query-replace-compile-replacement'.
15358 (query-replace-compile-replacement): New function.
15359 (query-replace-read-to): Use `query-replace-compile-replacement'
15360 for repeating the last command.
15361
15362 2004-08-01 John Paul Wallington <jpw@gnu.org>
15363
15364 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
15365 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
15366 (pr-switches): Remove period from end of error messages.
15367
15368 * help-mode.el (help-go-back): Likewise.
15369
15370 * abbrev.el (only-global-abbrevs): Doc fix.
15371 (edit-abbrevs-map): Define within defvar.
15372 (quietly-read-abbrev-file): Doc fix.
15373
15374 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
15375
15376 * novice.el (enable-command, disable-command): Doc fixes.
15377
15378 * subr.el (event-modifiers, event-basic-type): Doc fixes.
15379
15380 2004-07-30 Richard M. Stallman <rms@gnu.org>
15381
15382 * subr.el (with-local-quit): Doc fix.
15383
15384 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
15385
15386 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
15387
15388 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
15389
15390 * custom.el (defcustom): Doc fix.
15391
15392 2004-07-28 Masatake YAMATO <jet@gyve.org>
15393
15394 * progmodes/etags.el (etags-tags-apropos): Show building progress.
15395
15396 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15397
15398 * imenu.el (imenu-prev-index-position-function)
15399 (imenu-extract-index-name-function, imenu-name-lookup-function)
15400 (imenu--index-alist): Docstring redundancy fix.
15401
15402 2004-07-25 Lars Hansen <larsh@math.ku.dk>
15403
15404 * wdired.el (wdired-finish-edit): Require dired-aux before locally
15405 binding dired-backup-overwrite.
15406
15407 2004-07-25 John Paul Wallington <jpw@gnu.org>
15408
15409 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15410
15411 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
15412
15413 * term/tty-colors.el (tty-color-approximate): Doc fix.
15414
15415 * select.el (x-get-selection, x-set-selection): Doc fixes.
15416
15417 * frame.el (make-frame): Doc fix.
15418
15419 2004-07-24 Richard M. Stallman <rms@gnu.org>
15420
15421 * mail/rmail.el (rmail-mime-charset-pattern):
15422 Don't include semicolon in the charset value.
15423
15424 * replace.el (occur-next-error): Call set-window-point.
15425 (occur-engine): Handle negative NLINES.
15426
15427 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
15428
15429 * frame.el (modify-all-frames-parameters): Minor doc fix.
15430 (set-frame-configuration): Doc fix.
15431
15432 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15433
15434 * simple.el (completion-setup-function): Compute the common parts
15435 and the first difference place correctly when
15436 partial-completion-mode is on.
15437
15438 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15439
15440 * ps-print.el: Doc fix.
15441 (ps-print-version): New version 6.6.5.
15442 (ps-printing-region): Doc fix.
15443 (ps-generate-string-list): Comment fix.
15444 (ps-message-log-max): Code fix.
15445
15446 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
15447
15448 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
15449 generated PostScript.
15450
15451 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
15452
15453 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
15454 with Gnus v5_10 branch.)
15455
15456 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
15457
15458 * calendar/time-date.el (time-to-number-of-days): New function.
15459 Imported from Gnus.
15460
15461 2004-07-22 Kim F. Storm <storm@cua.dk>
15462
15463 * progmodes/make-mode.el: Fix comments.
15464
15465 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15466
15467 * printing.el: Doc fix.
15468
15469 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
15470
15471 * frame.el (modify-all-frames-parameters): Minor doc fix.
15472
15473 2004-07-20 Richard M. Stallman <rms@gnu.org>
15474
15475 * textmodes/fill.el (fill-nobreak-p): If this break point is
15476 at the end of the line, don't consider the newline which follows
15477 as a reason to return t.
15478
15479 2004-07-19 John Paul Wallington <jpw@gnu.org>
15480
15481 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
15482
15483 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
15484
15485 * dired-aux.el (dired-do-kill-lines): Expand docstring.
15486 Delete irrelevant code.
15487
15488 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15489
15490 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15491 New docstring. From Luc Teirlinck.
15492
15493 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
15494
15495 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
15496 section.
15497 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
15498 non-file buffers. We know it is nil.
15499
15500 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15501
15502 Sync with Tramp 2.0.43.
15503
15504 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15505 Remove outdated comment.
15506 (tramp-locked, tramp-locker): New variables for implementing a
15507 global lock.
15508 (tramp-sh-file-name-handler): Use them to implement the global lock.
15509
15510 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
15511
15512 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
15513 calls to respective `xxx` calls.
15514 (tramp-process-alive-regexp): Precise doc string.
15515 (tramp-multi-action-process-alive): New defun.
15516 (tramp-multi-actions): Use it.
15517 (tramp-handle-find-backup-file-name): `copy-tree' is available
15518 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
15519 in order to avoid this function.
15520 (tramp-handle-write-region): Set current buffer. If connection
15521 wasn't open, `file-modes' has changed it accidentally. Reported by
15522 David Kastrup <dak@gnu.org>.
15523 (tramp-enter-password, tramp-read-passwd): New arguments USER and
15524 HOST.
15525 (tramp-action-password, tramp-multi-action-password): Apply it.
15526 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
15527 name must still contain the port number. Otherwise, we have two
15528 Tramp buffers, with all the confusion. Reported by Myron Selby
15529 <myron@xytech.com> and Rolf Dubitzky
15530 <Dubitzky@physi.uni-heidelberg.de>.
15531
15532 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
15533 HOST to `tramp-enter-passwd'.
15534
15535 * net/tramp-vc.el (all): Code cleanup. Change all
15536 `tramp-handle-xxx' calls to respective `xxx` calls.
15537
15538 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
15539
15540 * emacs-lisp/testcover.el: New category "potentially-1valued" for
15541 functions that are not erroneous if either 1-valued or
15542 multi-valued. Detect functions in this class.
15543 (testcover-1value-functions, testcover-compose-functions)
15544 (testcover-progn-functions) Add some additional functions to lists.
15545 (testcover-mark): Bugfix when marking up the definition for an
15546 empty function.
15547
15548 2004-07-17 Richard M. Stallman <rms@gnu.org>
15549
15550 * replace.el (occur-read-primary-args): Pass default to
15551 read-from-minibuffer.
15552
15553 * mail/footnote.el (footnote-section-tag): Use defcustom.
15554
15555 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
15556 Compile font-lock-keywords, not KEYWORDS.
15557 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
15558 Add warn, check-type. Handle cerror like error.
15559
15560 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15561
15562 * progmodes/which-func.el (which-func-keymap): New var.
15563 (which-func-face): New face.
15564 (which-func-format): Use them.
15565
15566 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15567
15568 * buff-menu.el (list-buffers-noselect): Append the buffer's
15569 process status to its mode name.
15570
15571 2004-07-16 Kim F. Storm <storm@cua.dk>
15572
15573 * simple.el (inhibit-mark-movement): New defvar.
15574 (beginning-of-buffer, end-of-buffer): Do not push mark if
15575 inhibit-mark-movement is non-nil or C-u prefix is given.
15576
15577 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
15578 Init to beginning-of-buffer and end-of-buffer.
15579 (cua--undo-push-mark): New defvar.
15580 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
15581 already active and command is in cua--preserve-mark-commands.
15582 Also fix check for shift modifier on non-window systems.
15583 (cua--post-command-handler): Clear inhibit-mark-movement if set.
15584
15585 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
15586
15587 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
15588 of two integers, instead of a cons.
15589
15590 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15591 `visited-file-modtime' now returns a list of two integers, instead
15592 of a cons.
15593
15594 * dired.el (dired-directory-changed-p): Ditto.
15595
15596 * progmodes/grep.el (grep): Doc fix.
15597
15598 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15599
15600 * autorevert.el (auto-revert-tail-mode)
15601 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
15602 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
15603 in both at the same time.
15604 (auto-revert-tail-mode): New command.
15605 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
15606 (auto-revert-handler): Revert only either tail or whole file.
15607
15608 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
15609 add auto-revert-tail-mode.
15610
15611 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15612
15613 * printing.el: Doc fix. Change name of some funs.
15614 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
15615 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
15616 (pr-standard-file-name): New fun. Replace pr-standard-path.
15617 (pr-call-process): Code fix.
15618
15619 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
15620
15621 * subr.el (with-selected-window): Doc fix.
15622
15623 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
15624
15625 * subr.el (get-buffer-window-list): Doc fix.
15626
15627 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
15628
15629 * files.el (switch-to-buffer-other-window): Doc fix.
15630
15631 * window.el (save-selected-window, one-window-p)
15632 (split-window-keep-point, split-window-vertically)
15633 (split-window-horizontally): Doc fixes.
15634
15635 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15636
15637 * printing.el: Doc fix. Now it uses call-process instead of
15638 shell-command for low command execution.
15639 (pr-version): New version number (6.8).
15640 (pr-shell-file-name): Option removed.
15641 (pr-shell-command): Fun removed.
15642 (pr-call-process): New fun. Replace pr-shell-command.
15643 (pr-standard-path, pr-remove-nil-from-list): New funs.
15644 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
15645 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
15646 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
15647 (pr-ps-utility-process, pr-txt-print): Code fix.
15648
15649 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15650
15651 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
15652 boolean.
15653
15654 2004-07-09 Lars Hansen <larsh@math.ku.dk>
15655
15656 * wid-edit.el (widget-field-buffer): Doc fix.
15657
15658 2004-07-09 John Paul Wallington <jpw@gnu.org>
15659
15660 * emacs-lisp/re-builder.el (reb-update-overlays):
15661 Distinguish between one and several matches in message.
15662
15663 2004-07-09 Richard M. Stallman <rms@gnu.org>
15664
15665 * mouse.el (mouse-set-region-1): If transient-mark-mode
15666 is `identity', change it to `only'.
15667
15668 * simple.el (current-word): Doc fix.
15669
15670 2004-07-09 Mark A. Hershberger <mah@everybody.org>
15671
15672 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
15673 so that it is more understanding of whitespace.
15674
15675 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
15676 (("ns" . "element") (attr-list) children) instead of
15677 ((:ns . "element") (attr-list) children) in order to reduce the
15678 number of symbols used.
15679 (xml-skip-dtd): Change to use xml-parse-dtd but set
15680 xml-validating-parsing to nil.
15681 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
15682 (xml-substitute-entity): Remove in favor of new entity substitution.
15683 (xml-substitute-special): Rewrite in to substitute complex
15684 entities from DOCTYPE declarations.
15685 (xml-parse-fragment): Parse fragments from entity declarations.
15686 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15687 (xml-parse-dtd, xml-substitute-special): Make validity checks
15688 conditioned on xml-validating-parser. Add "Not Well Formed" to
15689 error messages about well-formedness.
15690
15691 2004-07-08 Steven Tamm <steventamm@mac.com>
15692
15693 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15694 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15695 Do not treat double clicks and triple clicks specially in the
15696 scroll bar (preventing strange repositioning problems)
15697
15698 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
15699
15700 * replace.el (query-replace-regexp-eval): Fix last change.
15701
15702 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15703
15704 * replace.el (query-replace-descr): New fun.
15705 (query-replace-read-from, query-replace-read-args): Default to the
15706 previous from&to.
15707 (query-replace-read-to): Quote the `from' string when displaying it.
15708 (query-replace-regexp-eval): Immediately check read-only status.
15709 Use query-replace-read-from to get the \n checking.
15710 Quote the `from' string when displaying it.
15711 (map-query-replace-regexp, occur-read-primary-args):
15712 Quote the `from' string when displaying it.
15713
15714 * isearch.el (isearch-query-replace): Pass the regexp-ness and
15715 delimited-ness of the search to query-replace.
15716
15717 * replace.el (query-replace-read-from, query-replace-read-to):
15718 New funs extracted from query-replace-read-args.
15719 (query-replace-read-args): Use them.
15720
15721 * replace.el (query-replace-interactive, query-replace-read-args):
15722 Remove the `initial' special value.
15723 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15724 (occur-engine): Remove unused var `matchend'.
15725
15726 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15727 Use the search string without prompting.
15728
15729 2004-07-05 Kenichi Handa <handa@m17n.org>
15730
15731 * international/mule.el (decode-coding-inserted-region):
15732 Set last-coding-system-used only when coding is nil.
15733
15734 2004-07-03 Eli Zaretskii <eliz@gnu.org>
15735
15736 * progmodes/grep.el (grep-compute-defaults, grep-command)
15737 (grep-program, find-program, grep-find-use-xargs, grep-history)
15738 (grep-find-history, grep-tag-default, grep-find-command)
15739 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15740 Add autoload cookies, for unbundled packages that load `compile'
15741 and expect all grep-related symbols to become defined.
15742
15743 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
15744
15745 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15746 (iimage-mode-image-search-path): New user option to search the
15747 image file.
15748 (iimage-locate-file): New function. Emacs21.3 or earlier does not
15749 have locate-file.
15750 (iimage-mode-buffer): Use it.
15751
15752 2004-07-03 Nick Roberts <nickrob@gnu.org>
15753
15754 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15755 carefully.
15756 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15757
15758 2004-07-03 Juri Linkov <juri@jurta.org>
15759
15760 * replace.el (query-replace-read-args): Swallow space after 'foo,
15761 not after (quote foo). Match space only immediately after symbol,
15762 not anywhere in the whole string.
15763
15764 2004-07-02 Richard M. Stallman <rms@gnu.org>
15765
15766 * replace.el (query-replace-read-args): Swallow space after
15767 symbols, not after closeparens. But avoid error if string ends there.
15768
15769 * progmodes/python.el (python-beginning-of-statement):
15770 Exit the loop if backward-up-list gets error.
15771
15772 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15773
15774 2004-07-02 Andre Spiegel <spiegel@gnu.org>
15775
15776 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15777 only if vc-consult-headers is non-nil.
15778
15779 2004-07-02 Juri Linkov <juri@jurta.org>
15780
15781 * pcvs.el (cvs-mode-diff-repository): New command.
15782
15783 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15784
15785 2004-07-01 Juri Linkov <juri@jurta.org>
15786
15787 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15788 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
15789 C-M-% to isearch-query-replace-regexp.
15790 (minibuffer-local-isearch-map): Add arrow key bindings.
15791 Bind C-f to isearch-yank-char-in-minibuffer.
15792 (isearch-forward): Doc fix.
15793 (isearch-edit-string): Doc fix.
15794 (isearch-query-replace, isearch-query-replace-regexp): New funs.
15795 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
15796 (isearch-yank-char): Add optional arg.
15797 (isearch-yank-char-in-minibuffer): New fun.
15798
15799 * replace.el (query-replace-interactive): Change type from boolean
15800 to choice. Add value `initial'.
15801 (query-replace-read-args): Handle value `initial' of
15802 query-replace-interactive.
15803
15804 2004-06-29 Kim F. Storm <storm@cua.dk>
15805
15806 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15807 (breakpoint-disabled-bitmap-face): Add :group 'gud.
15808
15809 * progmodes/ada-xref.el (ada-tight-gvd-integration):
15810 Add :group 'ada.
15811
15812 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15813
15814 2004-06-29 Juri Linkov <juri@jurta.org>
15815
15816 * replace.el (query-replace-read-args): Swallow a space after
15817 everything except )]" which in most cases means after a symbol.
15818
15819 * emacs-lisp/pp.el (pp-buffer): Add autoload.
15820
15821 2004-06-28 Richard M. Stallman <rms@gnu.org>
15822
15823 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15824 More changes to go with previous change in font-lock.el.
15825
15826 2004-06-26 David Kastrup <dak@gnu.org>
15827
15828 * replace.el (perform-replace): Highlight the match even in
15829 non-query mode if there is potential replace string editing.
15830
15831 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
15832
15833 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15834 agree with new return value of `file-remote-p'.
15835 This syncs with Tramp 2.0.42.
15836
15837 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15838 according to new documentation of `file-remote-p'.
15839
15840 * files.el (file-remote-p): Fix doc to say that return value is
15841 identification of remote system, if not nil.
15842 (file-relative-name): Use new return value of `file-remote-p'.
15843
15844 2004-06-26 Nick Roberts <nickrob@gnu.org>
15845
15846 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15847 (gdb-goto-breakpoint): Fix breakage.
15848
15849 2004-06-26 Eli Zaretskii <eliz@gnu.org>
15850
15851 * man.el (Man-getpage-in-background): Add windows-nt to the list
15852 of systems where shell-file-name should be used instead of
15853 literal "sh".
15854
15855 2004-06-25 Sam Steingold <sds@gnu.org>
15856
15857 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15858 function names `(setf symbol)'.
15859
15860 2004-06-24 Richard M. Stallman <rms@gnu.org>
15861
15862 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15863
15864 * font-lock.el (font-lock-keywords): Change format of compiled values.
15865 Document it.
15866 (font-lock-add-keywords): If font-lock-keywords is compiled,
15867 extract the uncompiled version, modify, then recompile.
15868 (font-lock-remove-keywords): Likewise.
15869 (font-lock-fontify-keywords-region): Handle changed format.
15870 (font-lock-compile-keywords): Handle changed format.
15871 (font-lock-set-defaults): Compile the keywords explicitly here.
15872
15873 2004-06-24 David Kastrup <dak@gnu.org>
15874
15875 * replace.el (query-replace-read-args): Implement `\,' and `\#'
15876 replacements here.
15877 (query-replace-regexp): Doc string explaining this and the new
15878 `\?' replacement. Remove `\,' and `\#' implementation here, as it
15879 is better placed in `query-replace-read-args'.
15880 (replace-regexp): Explain `\,', `\#' and `\?'.
15881 (replace-match-data): New function for thorough reuse/destruction
15882 of old match-data.
15883 (replace-match-maybe-edit): Function for implementing `\?' editing.
15884 (perform-replace): Fix maintaining of the match stack including
15885 already matched regions, implement `\?', fix various problems
15886 with regions while editing and other stuff.
15887 (replace-highlight): Simplify.
15888
15889 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
15890
15891 * progmodes/grep.el (grep-error-screen-columns): New variable.
15892 (grep-regexp-alist): Give it the full functionality of gnu style
15893 compilation messages with line and column ranges. Ask me for the
15894 perl script I'm working on, that uses these.
15895
15896 2004-06-23 Nick Roberts <nickrob@gnu.org>
15897
15898 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15899 Remove.
15900 (comint-insert-input, comint-mouse-insert-input): New functions
15901 based on comint-insert-clicked-input for two bindings but just
15902 one functionality.
15903
15904 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
15905
15906 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15907
15908 2004-06-23 Lars Hansen <larsh@math.ku.dk>
15909
15910 * files.el (write-contents-functions): Doc fix.
15911
15912 2004-06-21 Juanma Barranquero <lektu@terra.es>
15913
15914 * image.el (image-library-alist): Rewrite docstring in active voice.
15915
15916 2004-06-20 Richard M. Stallman <rms@gnu.org>
15917
15918 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15919
15920 * isearch.el (isearch-repeat): Avoid testing old match data.
15921 (isearch-message): Display trailing space in special font
15922 when search is failing.
15923 (isearch-search-fun-function): Doc fix.
15924
15925 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15926
15927 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
15928
15929 * frame.el (show-trailing-whitespace): Doc fix.
15930
15931 * cus-edit.el (custom-variable-documentation): New function.
15932 (custom-variable): Use it.
15933
15934 2004-06-19 Nick Roberts <nickrob@gnu.org>
15935
15936 * man.el (Man-getpage-in-background): Revert previous change but
15937 make cygwin a special case.
15938
15939 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
15940
15941 * autorevert.el (global-auto-revert-non-file-buffers):
15942 Update docstring.
15943
15944 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
15945
15946 * progmodes/compile.el (compilation-error-properties): Store one
15947 more than end-col, if present, so that transient-mark-mode will
15948 highlight last char too.
15949 * progmodes/grep.el (grep-regexp-alist): Match columns and column
15950 ranges, if present.
15951
15952 2004-06-18 Jason Rumney <jasonr@gnu.org>
15953
15954 * makefile.w32-in: Double percent signs in for loops.
15955
15956 2004-06-17 David Kastrup <dak@gnu.org>
15957
15958 * replace.el (query-replace-read-args): Only warn about use of \n
15959 and \t when we are doing a regexp replacement and the actual
15960 escaped character is n or t.
15961 (query-replace-regexp): Add \, and \# interpretation to
15962 interactive call and document it.
15963 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15964 as shortkey for replace-count.
15965 (replace-quote): New function for doubling backslashes.
15966
15967 2004-06-17 Juanma Barranquero <lektu@terra.es>
15968
15969 * files.el (parse-colon-path, cd): Mention in docstring that the
15970 path separator is colon in GNU-like systems.
15971
15972 * newcomment.el (comment-region-internal): Fix docstring.
15973
15974 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15975 (ewoc-invalidate, ewoc-collect): Doc fixes.
15976 (ewoc--create-node, ewoc--delete-node-internal):
15977 Fix typos in docstring.
15978
15979 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15980
15981 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15982 manual to docstring.
15983
15984 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15985
15986 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15987
15988 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15989
15990 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15991 Add hyperlink to emacs-xtra manual to docstring.
15992
15993 * autorevert.el (global-auto-revert-non-file-buffers):
15994 Add hyperlink to emacs-xtra manual to docstring, as well as an
15995 info-link.
15996
15997 2004-06-14 Juanma Barranquero <lektu@terra.es>
15998
15999 * image.el (image-library-alist): New variable to map image types
16000 to external libraries. Initialized to nil, unless system-specific
16001 configs change it.
16002 (image-type-available-p): Determine whether an image type is
16003 available by calling `init-image-library'.
16004
16005 * term/w32-win.el (image-library-alist): Initialize to a known set
16006 of probable library names.
16007
16008 2004-06-14 Kenichi Handa <handa@m17n.org>
16009
16010 * international/code-pages.el (windows-1256, cp1125): Fix tables
16011 for several characters.
16012
16013 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
16014
16015 2004-06-13 Richard M. Stallman <rms@gnu.org>
16016
16017 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
16018
16019 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
16020 not "`pc-selection-mode'".
16021
16022 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
16023
16024 * simple.el (previous-matching-history-element): Specify a default.
16025
16026 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
16027
16028 * cus-face.el (custom-declare-face): Simplify code.
16029
16030 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
16031
16032 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
16033
16034 * files.el (before-save-hook): Add `time-stamp' to the options.
16035
16036 * time-stamp.el (time-stamp): Recommend adding it to
16037 `before-save-hook', rather than `write-file-functions'.
16038 Make a similar change in `Commentary' section.
16039
16040 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
16041
16042 * diff-mode.el (diff-current-defun): If at start of hunk, use
16043 position of first change.
16044
16045 2004-06-13 Lars Hansen <larsh@math.ku.dk>
16046
16047 * dired-x.el (dired-mark-omitted): Bind to "*O".
16048
16049 2004-06-12 Karl Fogel <kfogel@red-bean.com>
16050
16051 * bookmark.el (bookmark-bmenu-relocate): New function, as
16052 suggested by David J. Biesack <David.Biesack@sas.com>.
16053 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
16054 (bookmark-bmenu-mode): Describe binding in doc string.
16055 (bookmark-set-filename): Save the bookmark list if it's time.
16056
16057 2004-06-13 Kenichi Handa <handa@m17n.org>
16058
16059 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
16060 (ccl-untranslated-to-ucs): Fix typo.
16061
16062 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16063
16064 * progmodes/python.el (python-open-block-statement-p):
16065 Fix indentation after a block opening that contains a comment.
16066
16067 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
16068
16069 * bindings.el (completion-ignored-extensions): Add file extensions
16070 of Python byte-compiled files.
16071
16072 2004-06-12 Juri Linkov <juri@jurta.org>
16073
16074 * info.el (Info-goto-node): Add autoload.
16075 (Info-toc): Add substring-no-properties on Info file name.
16076 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
16077 (Info-mode-map): Bind L to Info-history, T to Info-toc.
16078
16079 2004-06-12 Kenichi Handa <handa@m17n.org>
16080
16081 * international/mule-cmds.el (set-language-environment):
16082 Load subst tables if necessary.
16083
16084 * international/mule.el (decode-char): Load subst tables if necessary.
16085 (encode-char): Likewise.
16086
16087 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
16088 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
16089 (utf-16le-decode-loop): Set r5 to -1 before loop.
16090 (utf-16be-decode-loop): Likewise.
16091 (ccl-decode-mule-utf-16le): Add EOF processing block.
16092 (ccl-decode-mule-utf-16be): Likewise.
16093 (ccl-decode-mule-utf-16le-with-signature): Likewise.
16094 (ccl-decode-mule-utf-16be-with-signature): Likewise.
16095 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
16096 (ccl-mule-utf-16-encode-untrans): New CCL.
16097 (utf-16-decode-to-ucs): Handle pre-read character.
16098 (utf-16le-encode-loop): Handle surrogate pair.
16099 (utf-16be-encode-loop): Likewise.
16100 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
16101 of utf-16le-encode-loop.
16102 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
16103 of utf-16be-encode-loop.
16104 (mule-utf-16-post-read-conversion):
16105 Call utf-8-post-read-conversion at first.
16106 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
16107 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
16108 Add post-read-conversion and pre-write-conversion.
16109
16110 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
16111 (utf-translate-cjk-unicode-range): New variable.
16112 (utf-translate-cjk-load-tables): New function.
16113 (utf-lookup-subst-table-for-decode): New function.
16114 (utf-lookup-subst-table-for-encode): New function.
16115 (utf-translate-cjk-mode): Init-value changed to t. Don't load
16116 tables here. Update safe-charsets of utf-* coding systems.
16117 (ccl-mule-utf-untrans): New CCL.
16118 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
16119 at end of each branch.
16120 (ccl-mule-utf-8-encode-untrans): New CCL.
16121 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
16122 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
16123 length of encoding. Don't return r0.
16124 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
16125 (utf-8-post-read-conversion): Narrow to region properly.
16126 If utf-translate-cjk-mode is on, load tables if necessary.
16127 Call utf-8-compose with hash-table arg if necessary.
16128 Call XXX-compose-region instead of XXX-post-read-conversion.
16129 (utf-8-pre-write-conversion): New function.
16130 (mule-utf-8): Include CJK charsets in safe-charsets if
16131 utf-translate-cjk-mode is on. Add pre-write-conversion.
16132
16133 * international/characters.el: Temporarily set
16134 utf-translate-cjk-mode to nil.
16135
16136 * language/devan-util.el (devanagari-compose-region):
16137 Add autoload cookie.
16138
16139 * international/ccl.el (ccl-dump-call): Fix printing the
16140 subroutine name.
16141
16142 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
16143
16144 * dired.el (dired-revert): If buffer is marked unmodified before
16145 reverting, keep it marked unmodified.
16146 Adapt to new conventions for commenting out code.
16147 (dired-make-relative): Adapt to new conventions for commenting out code.
16148
16149 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
16150
16151 * eshell/esh-module.el (eshell-load-defgroups):
16152 Bind `vc-handled-backends' to nil when opening files.
16153
16154 2004-06-11 Juanma Barranquero <lektu@terra.es>
16155
16156 * files.el (parse-colon-path, cd): Doc fixes (refer to
16157 `path-separator', not colon).
16158
16159 2004-06-10 Juanma Barranquero <lektu@terra.es>
16160
16161 * newcomment.el (comment-search-forward)
16162 (comment-search-backward): Fix typos in docstring.
16163 (comment-region): Doc fix.
16164
16165 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
16166
16167 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
16168 switch is no longer stored in `dired-switches-alist'.
16169
16170 * dired-aux.el (dired-insert-subdir): Do not store R switch in
16171 `dired-switches-alist'.
16172
16173 2004-06-10 Kim F. Storm <storm@cua.dk>
16174
16175 * pcvs.el (cvs-mode-diff-yesterday): New command.
16176
16177 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
16178
16179 2004-06-10 Juri Linkov <juri@jurta.org>
16180
16181 * emacs-lisp/edebug.el (edebug-eval-defun):
16182 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
16183 Fix docstring.
16184
16185 * simple.el (eval-expression-print-format): Don't print additional
16186 information on the first call to `eval-print-last-sexp'.
16187 (next-error-find-buffer): Fix punctuation.
16188 (killing) <defgroup>: Fix punctuation.
16189 (yank-excluded-properties): Change group from editing to killing.
16190
16191 * replace.el (perform-replace): Use `limit' to terminate the
16192 while-loop explicitly.
16193
16194 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16195
16196 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
16197 Use lc-*.xpm as prefix instead of *-locol.xpm.
16198
16199 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
16200 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
16201 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
16202 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
16203 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
16204 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
16205 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
16206 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
16207 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
16208 * toolbar/lc-up_arrow.xpm:
16209 Rename from *-locol.xpm.
16210
16211 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
16212
16213 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
16214 include forms like &<str>; as valid url patterns.
16215
16216 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
16217
16218 * dired.el (dired-diff, dired-backup-diff)
16219 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
16220 (dired-do-chown, dired-do-touch, dired-do-print)
16221 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
16222 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
16223 (dired-create-directory, dired-do-copy, dired-do-symlink)
16224 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
16225 (dired-do-copy-regexp, dired-do-hardlink-regexp)
16226 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
16227 (dired-maybe-insert-subdir, dired-next-subdir)
16228 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
16229 (dired-kill-subdir, dired-tree-up, dired-tree-down)
16230 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
16231 (dired-run-shell-command, dired-query): Remove redundant,
16232 or incorrect, autoloads.
16233
16234 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
16235 does not end in a slash. Add optional argument KILL-ROOT.
16236 Update docstring.
16237 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
16238 (dired-query): Add autoloads.
16239
16240 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
16241
16242 * progmodes/compile.el (compilation-set-window-height):
16243 Rearrange the save-* functions because a buffer can have several current
16244 point in different windows.
16245 (compilation-error-regexp-alist-alist): Recognize {standard input}
16246 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
16247
16248 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16249
16250 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
16251 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
16252 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
16253 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
16254 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
16255 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
16256 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
16257 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
16258 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
16259 * toolbar/up_arrow-locol.xpm:
16260 New versions of icons that uses fewer colors.
16261
16262 * toolbar/tool-bar.el (tool-bar-local-item)
16263 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
16264 if display-color-cells is 256 or less.
16265
16266 2004-06-08 Kim F. Storm <storm@cua.dk>
16267
16268 * wid-edit.el (widget-specify-button): Use hand pointer rather
16269 than mouse-face as visible mouse-over effect.
16270
16271 2004-06-07 Karl Fogel <kfogel@red-bean.com>
16272
16273 * saveplace.el (save-place-alist-to-file): Bind `print-length'
16274 and `print-level' to nil when writing out `save-place-alist'.
16275 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
16276
16277 2004-06-07 Juanma Barranquero <lektu@terra.es>
16278
16279 * completion.el (completion-kill-region): Doc fix.
16280
16281 * format.el (format-insert-annotations)
16282 (format-annotate-location): Doc fixes.
16283 (format-subtract-regions): Make arguments match their use in docstring.
16284
16285 * simple.el (kill-region): Doc fix.
16286
16287 * subr.el (insert-buffer-substring-no-properties)
16288 (insert-buffer-substring-as-yank): Doc fixes.
16289
16290 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
16291
16292 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16293 Update docstring.
16294 (dired-reset-subdir-switches): New function.
16295
16296 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
16297 Limit scope of `buffer-read-only' binding.
16298
16299 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
16300
16301 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
16302 eshell-explicit-command-char.
16303
16304 2004-06-06 Juanma Barranquero <lektu@terra.es>
16305
16306 * help-fns.el (help-argument-name): Inherit from italic face only
16307 if the frame supports it.
16308
16309 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16310
16311 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
16312 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
16313 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
16314 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
16315 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
16316 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
16317 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
16318 New conversions from xpm files.
16319
16320 * toolbar/README: New file.
16321
16322 2004-06-06 Richard M. Stallman <rms@gnu.org>
16323
16324 * isearch.el (isearch-mode-map): Undo previous change.
16325
16326 2004-06-05 Juri Linkov <juri@jurta.org>
16327
16328 * bindings.el (debug-ignored-errors): Add regexps for history
16329 related messages. Remove $ from "No further undo information".
16330 Move Ediff's messages to ediff.el.
16331
16332 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
16333
16334 * cus-edit.el (custom-display): Add `min-colors'.
16335
16336 * custom.el (defface): Add `supports' to docstring.
16337
16338 * help-fns.el (help-argument-name): Add :group 'help.
16339
16340 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
16341
16342 * find-dired.el (find-ls-subdir-switches): New user option.
16343 (find-dired): No longer call `abbreviate-file-name' on DIR.
16344 Set `dired-subdir-switches' buffer-locally.
16345
16346 * locate.el: Merge the two `Commentary' sections.
16347 (locate-ls-subdir-switches): New user option.
16348 (locate): Update for other changes.
16349 (locate-mode-map): Restore Dired binding for mouse-2.
16350 Bind `locate-mouse-view-file' to M-mouse-2.
16351 Bind `l' to `locate-do-redisplay'.
16352 (locate-main-listing-line-p, locate-do-redisplay): New functions.
16353 (locate-mouse-view-file, locate-tags, locate-find-directory):
16354 Print message if used outside main listing.
16355 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
16356 Various changes to support inserted subdirectories.
16357 (locate-insert-header): Change header of *Locate* buffer.
16358
16359 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16360 Change interactive default switches.
16361 (dired-rename-subdir-2): Update `dired-switches-alist'.
16362 (dired-insert-subdir, dired-kill-subdir):
16363 Handle `dired-switches-alist'. Do not mark buffer modified.
16364 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
16365 (dired-insert-subdir-doinsert): Omit messages.
16366 Handle `dired-subdir-switches'.
16367 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
16368
16369 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
16370 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
16371 subdirs if -R switch is used for a subdir.
16372 (dired-mode): Set `dired-switches-alist'.
16373 (dired-build-subdir-alist): Only print number of directories in
16374 echo area when invoked interactively.
16375
16376 2004-06-05 Lars Hansen <larsh@math.ku.dk>
16377
16378 * dired-x.el (dired-omit-mode): Rename from
16379 dired-omit-files-p. Use define-minor-mode to define it.
16380 (dired-omit-files-p): Add as alias for dired-omit-mode.
16381 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
16382 dired-mark-omitted.
16383 (dired-mark-omitted): Add. Bind to M-O.
16384
16385 2004-06-05 Kenichi Handa <handa@m17n.org>
16386
16387 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
16388
16389 2004-06-05 Juanma Barranquero <lektu@terra.es>
16390
16391 * help-fns.el (help-argument-name): Reintroduce face.
16392 (help-default-arg-highlight): Use it, now that
16393 `face-differs-from-default-p' can be trusted.
16394
16395 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16396
16397 * textmodes/table.el: Sentence commands added to Point Motion
16398 group; kill and backward-kill commands added to Extraction group.
16399
16400 2004-06-04 Mario Lang <mlang@delysid.org>
16401
16402 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
16403 systems appear to use mW, make the code handle this. Fix a
16404 division-by-zero bug while at it, and handle kernels with
16405 a slightly different layout in /proc/acpi.
16406
16407 2004-06-04 Karl Fogel <kfogel@red-bean.com>
16408
16409 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
16410 because the latter is a CL-ism. This fixes the bug reported by
16411 Shawn Boyette <mdxi@collapsar.net> in
16412 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
16413
16414 2004-06-04 Miles Bader <miles@gnu.org>
16415
16416 * faces.el (display-supports-face-attributes-p): Function moved to
16417 C code. Previously only the tty-related portion of this function
16418 was done in C; however the previous attempt to do a halfway-proper
16419 job for non-tty displays in lisp didn't work properly because of
16420 funny conditions during Emacs startup.
16421 (face-differs-from-default-p): Simplify, now that
16422 display-supports-face-attributes-p works properly on all display
16423 types. Remove :stipple from comparison; it doesn't really work
16424 in emacs anyway.
16425
16426 2004-06-04 Miles Bader <miles@gnu.org>
16427
16428 * faces.el (face-differs-from-default-p): Use a different
16429 implementation, so we can really check whether FACE displays
16430 differently or not.
16431
16432 2004-06-04 Miles Bader <miles@gnu.org>
16433
16434 * faces.el (display-supports-face-attributes-p): Implement a
16435 `different from default' check for non-tty displays.
16436
16437 2004-06-03 David Kastrup <dak@gnu.org>
16438
16439 * woman.el (woman-mapcan): More concise code.
16440 (woman-topic-all-completions, woman-topic-all-completions-1)
16441 (woman-topic-all-completions-merge): Replace by a simpler and
16442 much faster implementation based on O(n log n) sort/merge instead
16443 of the old O(n^2) behavior.
16444
16445 2004-06-03 Miles Bader <miles@gnu.org>
16446
16447 * subr.el (read-number): Use canonical format for default in prompt.
16448
16449 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
16450 Add regexp for " [...]" style defaults.
16451
16452 2004-06-02 Romain Francoise <romain@orebokech.com>
16453
16454 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
16455 groups: if the user asks for a hidden buffer, open the
16456 corresponding filter group to expose it.
16457
16458 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
16459 `ibuffer-jump-to-buffer'.
16460 (ibuffer-jump-offer-only-visible-buffers): New user option.
16461
16462 2004-06-02 Juanma Barranquero <lektu@terra.es>
16463
16464 * faces.el (frame-update-faces): Add empty docstring so the one
16465 for `ignore' doesn't show through.
16466
16467 * subr.el (process-kill-without-query): Remove spurious "\n" on
16468 obsolescence string.
16469 (focus-frame, unfocus-frame): Add obsolescence declaration and
16470 empty docstring.
16471
16472 * international/mule.el (register-char-codings): Make alias for
16473 `ignore'. Move docstring to obsolescence info and remove redundancy.
16474
16475 2004-06-02 Kim F. Storm <storm@cua.dk>
16476
16477 * frame.el (blink-cursor-start): Turn cursor off initially so blink
16478 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
16479
16480 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16481
16482 * comint.el (comint-replace-by-expanded-history-before-point):
16483 Obey `start' as the docstring says.
16484 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
16485 (comint-update-fence): Prevent font-lock from running unnecessarily.
16486 (comint-dynamic-list-completions): Use with-current-buffer.
16487
16488 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16489
16490 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
16491 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
16492 (bibtex-entry-update): Handle alternatives and optional fields.
16493 (bibtex-parse-entry): Bugfix, handle empty key.
16494
16495 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16496
16497 * vc-arch.el (vc-arch-state): Don't assume the file exists.
16498
16499 2004-05-31 Lars Hansen <larsh@math.ku.dk>
16500
16501 * desktop.el (desktop-save): Don't save minor modes without a
16502 known mode initialization function.
16503
16504 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
16505
16506 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
16507
16508 * autorevert.el: Update `Commentary' section.
16509
16510 2004-05-30 Juanma Barranquero <lektu@terra.es>
16511
16512 * dos-fns.el (convert-standard-filename):
16513 * files.el (convert-standard-filename):
16514 * w32-fns.el (convert-standard-filename):
16515 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
16516
16517 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
16518
16519 Sync with Tramp.
16520
16521 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
16522 (tramp-let-maybe): Move to an earlier spot in the file.
16523 Patch by Andreas Schwab.
16524
16525 2004-05-30 Andreas Schwab <schwab@suse.de>
16526
16527 * dired.el (dired-get-filename): Don't use dired-re-dot.
16528
16529 2004-05-30 Richard M. Stallman <rms@gnu.org>
16530
16531 * files.el (find-file): Doc fix.
16532
16533 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
16534
16535 2004-05-30 Nick Roberts <nickrob@gnu.org>
16536
16537 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
16538 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
16539 modeline of the locals buffer.
16540 (gdb-goto-breakpoint): Handle gdbmi.
16541 (gdb-get-frame-number): Change for gdbmi.
16542
16543 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
16544
16545 * files.el (file-remote-p): Apply file name handler for operation
16546 `file-remote-p'. It isn't a property any longer.
16547 (file-relative-name): `fh' and `fd' get the required value via
16548 `find-file-name-handler' already.
16549
16550 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
16551 (top): Remove setting of `file-remote-p' property for
16552 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
16553
16554 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
16555
16556 Version 2.0.41 of Tramp released.
16557
16558 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
16559 Throw away if process has died.
16560 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
16561 (tramp-out-of-band-prompt-regexp): Rename to
16562 `tramp-process-alive-regexp', because its usage is widen.
16563 (tramp-actions-copy-out-of-band): Apply it.
16564 (tramp-actions-before-shell, tramp-multi-actions):
16565 Add `tramp-action-process-alive' action.
16566 (tramp-action-process-alive): New defun.
16567 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16568 Add entry for `file-remote-p'.
16569 (tramp-handle-file-remote-p): New defun.
16570 (top): Remove setting of `file-remote-p'. Don't set
16571 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
16572
16573 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
16574 `file-remote-p'.
16575
16576 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
16577 counted for (last) line. [They should or they shouldn't? --Stef]
16578 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
16579
16580 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
16581
16582 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
16583 not really necessary but seems to keep the shell history smaller
16584 in some cases. It is no substitute for setting HISTFILE and
16585 HISTSIZE from tramp-open-connection-setup-interactive-shell,
16586 though. Suggested by Luc Teirlinck.
16587 (tramp-open-connection-setup-interactive-shell): Export variables
16588 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
16589 (tramp-set-process-query-on-exit-flag): New compat function.
16590 (tramp-open-connection-multi, tramp-open-connection-su)
16591 (tramp-open-connection-rsh, tramp-open-connection-telnet)
16592 (tramp-do-copy-or-rename-file-out-of-band): Use it.
16593 (tramp-let-maybe): New macro, let-binds a variable only if it
16594 isn't obsolete.
16595 (tramp-check-ls-commands, tramp-handle-expand-file-name)
16596 (tramp-handle-file-truename): Use it.
16597 (tramp-completion-file-name-regexp-unified): Avoid matching
16598 filenames starting with "/:" -- those are reserved for
16599 file-name-non-special.
16600
16601 * tramp-smb.el (tramp-smb-open-connection):
16602 Use tramp-set-process-query-on-exit-flag compat function.
16603
16604 2004-05-29 Richard M. Stallman <rms@gnu.org>
16605
16606 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
16607
16608 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
16609 (eval-last-sexp-print-value): Print char equivalent regardless
16610 of standard-output value.
16611
16612 * thumbs.el (thumbs-subst-char-in-string): Delete.
16613 (thumbs-thumbname): Use subst-char-in-string.
16614 (thumbs-resize-image): Use condition-case, not ignore-errors.
16615 (thumbs-kill-buffer): Likewise.
16616
16617 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
16618 (thumbs-mode): Make buffer read-only.
16619 (thumbs-make-thumb): Unconditionally accept an existing file.
16620 (thumbs-insert-thumb): Add thumb-image-file property to the image.
16621 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
16622 (thumbs-show-thumbs-list): Error if images not supported.
16623 (thumbs-save-current-image): Improve prompt string.
16624 (thumbs-mode-map): Define u, R, x.
16625 (thumbs-unmark): New command.
16626 (thumbs-emboss-image): Minor cleanup.
16627 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
16628 (thumbs-rename-images): New command.
16629 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
16630
16631 * thumbs.el (thumbs-current-image): New function.
16632 (thumbs-file-list, thumbs-file-alist): New functions.
16633 (thumbs-find-image): Delete arg L.
16634 Don't set up thumbs-fileL as buffer-local global var.
16635 (thumbs-find-image-at-point): Use thumbs-current-image.
16636 (thumbs-set-image-at-point-to-root-window): Likewise.
16637 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
16638 Record and warn about errors. Update thumbs-markedL for deletions.
16639 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
16640 (thumbs-redraw-buffer): Use thumbs-file-list.
16641 (thumbs-mark): Use thumbs-current-image.
16642 (thumbs-show-name): Use thumbs-current-image.
16643
16644 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
16645 and imenu--last-menubar-index-alist.
16646
16647 * subr.el (with-selected-window): Undo previous change.
16648
16649 2004-05-29 John Paul Wallington <jpw@gnu.org>
16650
16651 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
16652 (thumbs-mouse-find-image): New command.
16653 (thumbs-mode-map): Bind it to mouse-2.
16654 (thumbs-mode): Make mode-class special.
16655 (thumbs-view-image-mode): Likewise.
16656
16657 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
16658
16659 * flymake.el: New file.
16660
16661 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
16662
16663 * files.el (find-file-noselect-1): Do not bind
16664 `inhibit-read-only' to t during execution of
16665 `find-file-not-found-functions'.
16666
16667 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16668
16669 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
16670 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
16671
16672 2004-05-28 Juri Linkov <juri@jurta.org>
16673
16674 * simple.el (eval-expression-print-format): New fun.
16675
16676 * simple.el (eval-expression):
16677 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16678 * emacs-lisp/edebug.el (edebug-compute-previous-result)
16679 (edebug-eval-expression): Print additionally the value returned by
16680 `eval-expression-print-format'.
16681
16682 * emacs-lisp/lisp.el (insert-pair-alist): New var.
16683 (insert-pair): Make arguments optional. Find character pair
16684 from `insert-pair-alist' according to the last input event.
16685 (insert-parentheses): Make arguments optional.
16686 (raise-sexp, delete-pair): New funs.
16687
16688 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16689 (emacs-lisp-mode-map, lisp-interaction-mode-map):
16690 Bind C-M-q to `indent-pp-sexp'.
16691
16692 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16693 `pp-to-string' modified to be able to format text with newlines.
16694 (pp-to-string): Move the buffer-formatting part of the code to
16695 `pp-buffer'. Call `pp-buffer'.
16696
16697 * info.el (Info-desktop-buffer-misc-data): Don't save information
16698 about virtual files.
16699 (Info-restore-desktop-buffer): Restore Info buffers in prepared
16700 buffers with names obtained from the desktop file instead of the
16701 default *info* buffer.
16702
16703 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16704
16705 * subr.el (with-selected-window): Only save/restore the selected window.
16706
16707 * progmodes/compile.el (compilation-error-regexp-alist):
16708 Use expand-file-name and data-directory.
16709
16710 * progmodes/grep.el (grep-tree): Rework previous fix.
16711
16712 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16713 after the user marked text with the mouse.
16714
16715 * startup.el (command-line): Keep the first regexp of
16716 auto-save-file-name-transforms intact.
16717
16718 2004-05-28 Juanma Barranquero <lektu@terra.es>
16719
16720 * cus-edit.el (customize-face, customize-face-other-window)
16721 (custom-face-edit-delete): Make arguments match their use in
16722 docstring.
16723 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16724 docstring.
16725
16726 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16727 not `cvs-butlast'.
16728
16729 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16730 `nbutlast' are in subr.el).
16731
16732 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16733 (set-w32-system-coding-system): Doc fixes.
16734
16735 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16736 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16737 Make arguments match their use in docstring.
16738 (artist-draw-region-trim-line-endings)
16739 (artist-mouse-choose-operation): Fix typo in docstring.
16740 (artist-key-set-point-common): Doc fix.
16741
16742 2004-05-28 Simon Josefsson <jas@extundo.com>
16743
16744 * mail/smtpmail.el (smtpmail-open-stream):
16745 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16746
16747 2004-05-26 Simon Josefsson <jas@extundo.com>
16748
16749 * starttls.el: Merge with my GNUTLS based starttls.el.
16750 (starttls-gnutls-program, starttls-use-gnutls)
16751 (starttls-extra-arguments, starttls-process-connection-type)
16752 (starttls-connect, starttls-failure, starttls-success): New variables.
16753 (starttls-program, starttls-extra-args): Doc fix.
16754 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16755 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16756 and pass on to corresponding *-gnutls function if it is set.
16757
16758 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
16759
16760 * autorevert.el (auto-revert-handler): Disable auto-reverting of
16761 remote files.
16762
16763 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
16764
16765 * files.el (file-name-non-special): There are more operations
16766 which need handling: `find-backup-file-name',
16767 `insert-file-contents', `verify-visited-file-modtime',
16768 `write-region'. Rename t value of method to `add'. Add new
16769 methods `quote' and `unquote-then-quote' to file-arg-indices.
16770
16771 2004-05-25 Juri Linkov <juri@jurta.org>
16772
16773 * info.el (Info-toc): Call Info-mode on intermediate buffer.
16774 (Info-index-nodes): Enclose code in condition-case to catch errors.
16775 (Info-index-node): Don't search all index nodes if request is only
16776 for the current node and file is not in the cache of index nodes.
16777 (Info-mode-map): Bind Info-copy-current-node-name to `w'
16778 for consistency with dired-copy-filename-as-kill.
16779 Bind `S' to Info-search-case-sensitively.
16780 (Info-copy-current-node-name): New arg. With zero prefix arg put
16781 the name inside a function call to `info'. Display copied text in
16782 the echo area.
16783
16784 2004-05-25 Sam Steingold <sds@gnu.org>
16785
16786 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16787 strip the package prefix from the symbol name, if any.
16788 Make it the `find-tag-default-function' for `lisp-mode'.
16789
16790 2004-05-25 John Paul Wallington <jpw@gnu.org>
16791
16792 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16793 instead of obsolete `process-kill-without-query'.
16794
16795 * textmodes/texinfmt.el (texinfo-indexvar-alist):
16796 Declare as variable, not constant.
16797
16798 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
16799
16800 * files.el (find-file-noselect-1): Fix bug introduced by
16801 Revision 1.694. As a side effect, `inhibit-read-only'
16802 is again, by default, t during execution of
16803 `find-file-not-found-functions'.
16804 (insert-directory): Check that lines were really inserted by
16805 the --dired switch, before erasing them.
16806
16807 2004-05-24 Nick Roberts <nickrob@gnu.org>
16808
16809 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16810 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16811 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16812 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16813 gud-minor-mode (gdbmi).
16814
16815 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16816
16817 * net/browse-url.el (browse-url-interactive-arg): Enable user to
16818 explicitly select the text to be taken as URL.
16819
16820 2004-05-23 Juri Linkov <juri@jurta.org>
16821
16822 * info.el (Info-index-nodes): New var and fun.
16823 (Info-goto-index, Info-index, info-apropos)
16824 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16825 (Info-index): Fix docstring. Store and restore Info-history-list.
16826 (Info-complete-nodes): New var.
16827 (Info-complete-menu-item): Use it.
16828 (Info-index-node): New fun.
16829 (Info-final-node, Info-forward-node, Info-backward-node)
16830 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16831 Use Info-index-node.
16832 (Info-extract-menu-item, Info-extract-menu-counting): Set second
16833 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16834 (Info-find-node-2): If a node with period in its name not found,
16835 try to find a node without the name part after period.
16836 (Info-select-node): Call Info-fontify-node only if
16837 Info-fontify-maximum-menu-size is not nil.
16838 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16839 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16840 Preserve Info-history-list.
16841 (Info-toc): Set Info-current-file.
16842 (Info-build-toc): Move point to the beginning of the buffer.
16843 Add main-file variable.
16844 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16845 Use backslashed representation of the control character ^_.
16846
16847 * textmodes/texinfmt.el (texinfo-print-index): Print index line
16848 numbers in the new Texinfo 4.7 format.
16849
16850 * add-log.el (change-log-font-lock-keywords): Remove `:' from
16851 regexps for function and variable names.
16852
16853 * descr-text.el (describe-property-list): Add [show] button for
16854 `syntax-table' property with action to pp to a separate buffer.
16855 (describe-char): Replace search-forward by re-search-forward with
16856 whitespace regexp after "character:" to not fail in too narrow windows.
16857
16858 * simple.el (next-error-find-buffer): Add a rule to return
16859 next-error capable buffer if one window on the selected frame
16860 displays such buffer.
16861
16862 2004-05-23 Nick Roberts <nickrob@gnu.org>
16863
16864 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16865 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16866 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16867 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16868 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16869 Handle new value for gud-minor-mode (gdbmi).
16870 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16871 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16872 Change from local to global gdb variable set.
16873 (gdb-ann3): Initialize above gdb variable set.
16874 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16875 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16876 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16877 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16878 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16879 (gdb-info-locals-handler, gdb-invalidate-assembler)
16880 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16881 set as global variables.
16882 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16883 Handle gdbmi.
16884 (gdb-info-breakpoints-custom): Fix regexp.
16885 (def-gdb-var): Delete.
16886
16887 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16888 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16889 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16890 a new mode. The file (gdb-mi.el) for this mode will be included
16891 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16892 primary interface.
16893
16894 2004-05-23 Jesper Harder <harder@ifa.au.dk>
16895
16896 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16897 interpreted as a directory.
16898
16899 2004-05-22 Richard M. Stallman <rms@gnu.org>
16900
16901 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16902 as a close quote.
16903
16904 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16905
16906 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16907 Use assoc-string, not assoc-ignore-case.
16908
16909 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16910
16911 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16912 If moving back then fwd gets a defun that ends before point,
16913 try again moving fwd then back.
16914
16915 * files.el (file-name-non-special): Allow t in file-arg-indices
16916 to mean requote the return value. Use `identity' as an element
16917 rather than as the whole value.
16918
16919 * gs.el (gs-options): Add -dSAFER. Mark it risky.
16920
16921 2004-05-22 Juanma Barranquero <lektu@terra.es>
16922
16923 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16924 `help-make-usage'.
16925 (help-highlight-arguments): Skip function name before searching
16926 for arguments.
16927
16928 2004-05-21 Juanma Barranquero <lektu@terra.es>
16929
16930 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16931 Don't mention in the docstring these arguments meant for
16932 internal (recursive) use only.
16933 (allout-char-spec): Comment out (it's not implemented).
16934 (allout-old-expose-topic, allout-exposure): Fix docstring and add
16935 obsolescence declaration.
16936 (allout-flatten-exposed-to-buffer)
16937 (allout-indented-exposed-to-buffer): Fix typos in docstring.
16938 (my-mark-marker): Doc fix.
16939 (produce-allout-mode-map, allout-sibling-index)
16940 (allout-isearch-expose, allout-distinctive-bullet)
16941 (allout-open-topic, allout-reindent-body)
16942 (allout-rebullet-heading, allout-process-exposed)
16943 (allout-insert-listified, allout-latex-verb-quote)
16944 (allout-insert-latex-header, allout-insert-latex-trailer):
16945 Make arguments match their use in docstring.
16946 (allout-primary-bullet, allout-old-style-prefixes)
16947 (allout-inhibit-protection, allout-init, allout-mode)
16948 (allout-before-change-protect, allout-flag-region):
16949 Use "Emacs" instead of "emacs" in docstrings.
16950
16951 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
16952
16953 * international/characters.el: Modify syntax of more characters.
16954
16955 2004-05-21 Masatake YAMATO <jet@gyve.org>
16956
16957 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16958 (etags-tags-completion-table): Show parsing progress.
16959
16960 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
16961
16962 * locate.el (locate-prompt-for-command): Shorten first line of
16963 docstring.
16964 (locate-mode): Expand docstring and include keymap summary.
16965
16966 * files.el (find-file-noselect-1): Limit the scope of the
16967 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
16968 is, by default, nil during the execution of
16969 `find-file-not-found-functions' and `find-file-hook'.
16970
16971 2004-05-20 Michael Mauger <mmaug@yahoo.com>
16972
16973 * facemenu.el (facemenu-color-name-equal): New function.
16974 (list-colors-display): Use it to compare colors instead of
16975 facemenu-color-equal.
16976
16977 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
16978
16979 * compare-w.el (compare-windows-face): Use min-colors instead of
16980 checking for tty or pc types.
16981
16982 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16983
16984 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16985 (completion-setup-function): Use with-current-buffer.
16986 Properly save excursion. Simplify.
16987 Don't assume there is necessarily a `mouse-face' property somewhere.
16988
16989 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16990
16991 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
16992
16993 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16994 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16995 Use with-current-buffer.
16996 (byte-goto-log-buffer): Delete.
16997 (byte-compile-log-file): Call compilation-forget-errors.
16998
16999 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
17000
17001 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
17002 output messages into the search result.
17003
17004 2004-05-19 Masatake YAMATO <jet@gyve.org>
17005
17006 * wid-edit.el (widget-radio-button-notify): Revert my last
17007 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17008
17009 2004-05-19 Kenichi Handa <handa@m17n.org>
17010
17011 * international/characters.el: Fix syntax (open/close) of CJK chars.
17012
17013 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
17014
17015 * help-mode.el (help-go-back): Don't depend on position of back button.
17016
17017 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
17018
17019 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
17020 files don't contain an accidental additional /.
17021
17022 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
17023 in source buffer.
17024
17025 2004-05-18 Masatake YAMATO <jet@gyve.org>
17026
17027 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
17028 to widget-apply. :action method assumes 2 arguments, not 3.
17029
17030 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
17031
17032 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17033 New constants.
17034 (hs-special-modes-alist): Add an f90-mode entry.
17035
17036 2004-05-17 Sam Steingold <sds@gnu.org>
17037
17038 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
17039 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
17040
17041 2004-05-16 Kim F. Storm <storm@cua.dk>
17042
17043 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
17044
17045 2004-05-15 John Wiegley <johnw@newartisans.com>
17046
17047 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
17048 (eshell-output-object-to-target): Improve output speed 20% by not
17049 calling `eshell-stringify' if something is already known to be a string.
17050
17051 2004-05-15 Alex Ott <ott@jet.msk.su>
17052
17053 * textmodes/ispell.el (ispell-local-dictionary-alist):
17054 Add windows-1251 to the choice of coding systems.
17055 (ispell-dictionary-alist-6): Add support for "russianw.aff",
17056 encoded in cp1251.
17057
17058 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
17059
17060 * progmodes/compile.el (compilation-warning-face)
17061 (compilation-info-face): Use min-colors.
17062
17063 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17064
17065 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
17066 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
17067 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
17068 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
17069 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
17070 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
17071 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
17072 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
17073 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
17074 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
17075 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
17076 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
17077 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
17078 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
17079
17080 2004-05-15 Kim F. Storm <storm@cua.dk>
17081
17082 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
17083 Use it to set triggered-p element of timer.
17084 (timer-event-handler): Set triggered-p element non-nil while running
17085 the timer function.
17086
17087 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
17088
17089 * descr-text.el (describe-char-unicode-data)
17090 (describe-char-unicodedata-file): Re-enable the unicode code now that
17091 the licensing issues have been cleared in the unicode-4 license.
17092 (describe-text-properties-1): Remove unused `overlay' var.
17093 (describe-char): Remove unused var `buffer'.
17094
17095 2004-05-14 David Ponce <david@dponce.com>
17096
17097 * tree-widget.el: New file.
17098
17099 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
17100
17101 * language/european.el ("Brazilian Portuguese"): Add support for
17102 Brazilian Portuguese.
17103
17104 2004-05-13 John Wiegley <johnw@newartisans.com>
17105
17106 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
17107 `recentf-mode' if this variable has been customized to t.
17108
17109 * eshell/esh-test.el (eshell-test): Call the function
17110 `emacs-version' rather than trying to build a custom version string.
17111
17112 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
17113
17114 * net/telnet.el (telnet-mode): Use define-derived-mode.
17115 Don't modify the global value of comint-prompt-regexp.
17116
17117 2004-05-13 John Paul Wallington <jpw@gnu.org>
17118
17119 * version.el (emacs-version): Check for `gtk' feature before
17120 `x-toolkit' feature.
17121
17122 2004-05-13 Juanma Barranquero <lektu@terra.es>
17123
17124 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
17125 arguments in the docstring, they're used only in recursive calls.
17126
17127 * help-fns.el (help-arg-highlighting-function)
17128 (help-argument-name): Delete.
17129 (help-default-arg-highlight): New function.
17130 (help-do-arg-highlighting): Use it.
17131
17132 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17133
17134 * calendar/appt.el (appt-disp-window):
17135 Use `calendar-set-mode-line' for a centered mode-line.
17136
17137 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
17138
17139 * calendar/appt.el (appt-disp-window): Do not split window
17140 excessively when `split-height-threshold' is low.
17141
17142 2004-05-12 Nick Roberts <nickrob@gnu.org>
17143
17144 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
17145 kill-buffer-hook here and make it local.
17146 (gud-kill-buffer-hook): Use kill-process for a sure kill.
17147
17148 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
17149
17150 * progmodes/compile.el (compilation-set-window-height):
17151 Use save-excursion to protect against misplaced marker.
17152
17153 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17154
17155 * custom.el (defface): Document that type can have value gtk.
17156
17157 * faces.el (face-spec-set-match-display): Handle type gtk in display.
17158
17159 2004-05-12 Kenichi Handa <handa@m17n.org>
17160
17161 * descr-text.el: Require quail at compile time.
17162 (describe-char): If an input method is on and it supports the
17163 character, show how to input it.
17164
17165 * international/quail.el (quail-install-decode-map): Accept a
17166 char-table whose subtype is `quail-decode-map'.
17167 (quail-store-decode-map-key, quail-gen-decode-map1)
17168 (quail-gen-decode-map, quail-find-key1, quail-find-key)
17169 (quail-show-key): New functions.
17170
17171 2004-05-12 Juanma Barranquero <lektu@terra.es>
17172
17173 * generic.el (define-generic-mode): Remove redundant arglist info.
17174
17175 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
17176 Make arguments match their use in docstring.
17177 (help-arg-highlighting-function): New variable.
17178 (help-argument-name): Mention it in the docstring.
17179 (help-do-arg-highlight): Use it. Expand regexp to accept also
17180 ARG-xxx and xxx-ARG references.
17181
17182 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
17183
17184 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
17185 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
17186 and "mailto:addr1?to=addr2" equal.
17187
17188 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
17189
17190 * man.el (Man-getpage-in-background): Use shell-file-name
17191 and shell-command-switch variables instead of hard-coded values.
17192
17193 2004-05-11 Eli Zaretskii <eliz@gnu.org>
17194
17195 * iimage.el: New file.
17196
17197 2004-05-11 Juanma Barranquero <lektu@terra.es>
17198
17199 * custom.el (custom-initialize-default, defcustom):
17200 Fix typo in docstring.
17201
17202 * files.el (set-visited-file-name, file-expand-wildcards):
17203 Fix docstring.
17204
17205 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17206
17207 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
17208
17209 * subr.el (eventp): Be more discriminating with integers.
17210
17211 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
17212
17213 * progmodes/compile.el (compile): Add universal prefix arg.
17214 (compilation-error-regexp-alist-alist): Add edg patterns.
17215
17216 2004-05-10 Sam Steingold <sds@gnu.org>
17217
17218 * textmodes/ispell.el (ispell-message):
17219 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
17220
17221 2004-05-10 Dave Love <fx@gnu.org>
17222
17223 * progmodes/python.el (help-buffer): Autoload when compiling.
17224 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
17225 (run-python): Prepend to any existing PYTHONPATH.
17226
17227 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
17228
17229 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
17230 for pending breakpoints.
17231
17232 2004-05-10 Richard M. Stallman <rms@gnu.org>
17233
17234 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
17235 directly without calling any functions in Rmail.
17236 (unrmail-unprune): Function deleted.
17237
17238 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17239
17240 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
17241 C-c C-z binding.
17242
17243 2004-05-10 Kenichi Handa <handa@m17n.org>
17244
17245 * descr-text.el (describe-char): Fix previous change. Don't make
17246 a unibyte character to multibyte in the *Help* buffer.
17247
17248 2004-05-10 Miles Bader <miles@gnu.org>
17249
17250 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
17251 buffer an error if the debugger process is actually running.
17252
17253 2004-05-10 Juanma Barranquero <lektu@terra.es>
17254
17255 * help-fns.el (help-argument-name): Default to italic.
17256 (help-highlight-arguments): Return always (usage . doc), even when
17257 usage is nil.
17258
17259 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
17260 (define-ibuffer-filter): Add usage info.
17261 (define-ibuffer-op): Add usage info (but CL-style defaults for
17262 keyword args are not shown).
17263
17264 * subr.el (remove-overlays, read-passwd): Fix docstring.
17265 (start-process-shell-command): Fix docstring. Put usage info in a
17266 format usable by `describe-function'.
17267 (open-network-stream, open-network-stream-nowait)
17268 (open-network-stream-server): Fix docstring.
17269
17270 2004-05-09 Jason Rumney <jasonr@gnu.org>
17271
17272 * international/code-pages (cp932, cp936, cp949, c950): Remove.
17273 Only define cp125* if windows-125* is already defined.
17274
17275 * language/korean.el (cp949): Add alias.
17276
17277 * language/chinese.el (cp936, cp950): Add aliases.
17278
17279 * language/japanese.el (cp932): Add alias.
17280
17281 * term/w32-win.el: Require code-pages.
17282
17283 * international/mule-cmds.el (set-locale-environment):
17284 On MS-Windows use ansi code-page for default coding-systems.
17285 Set up paper sizes for Windows 3 letter languages.
17286
17287 * international/code-pages.el (cp932, cp936, cp949, cp950):
17288 Add aliases. Also add cp125* if not already defined.
17289
17290 2004-05-09 Juanma Barranquero <lektu@terra.es>
17291
17292 * help-fns.el (help-highlight-arguments): Don't try to highlight
17293 missing or autoloaded arglists. Accept structured arguments, like
17294 the first ones of `do' and `flet'.
17295
17296 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
17297 (cvs-get-marked): Remove redundant arglist info.
17298
17299 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
17300 Don't use CL-style default args.
17301
17302 2004-05-08 Andreas Schwab <schwab@suse.de>
17303
17304 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
17305
17306 * international/subst-ksc.el: Fix references to utf-translate-cjk
17307 into utf-translate-cjk-mode.
17308 * international/subst-big5.el: Likewise.
17309 * international/subst-gb2312.el: Likewise.
17310 * international/subst-jis.el: Likewise.
17311 * international/utf-16.el: Likewise.
17312 * international/utf-8.el: Likewise.
17313
17314 2004-05-08 John Wiegley <johnw@newartisans.com>
17315
17316 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
17317 "virtual buffers" (off by default), which makes it possible to
17318 switch to the "virtual" buffers of recently visited files. When a
17319 buffer name search fails, and this option is on, iswitchb will
17320 look at the list of recently visited files, and permit matching
17321 against those names. When the user hits RET on a match, it will
17322 revisit that file.
17323 (iswitchb-read-buffer): Add two optional arguments, which makes
17324 isearchb.el possible.
17325 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
17326 (iswitchb-next-match): Add support for virtual buffers.
17327
17328 * isearchb.el: This module extends iswitchb to provide "as you
17329 type" buffer selection.
17330
17331 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
17332 Ignore the read-only property when flyspell highlighting is on.
17333 Not ignoring it leads to a series of confusing errors.
17334 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
17335 but also make sure to call flyspell-incorrect-hook.
17336 (flyspell-maybe-correct-transposition): Perform transposition test
17337 by bit twiddling a string, rather than using a temp buffer.
17338 (flyspell-maybe-correct-doubling): Use a string rather than a temp
17339 buffer. This is also the original version of the code, which
17340 could not be checked in before due to a previous lack of
17341 assignment papers. This version has seen heavy usage on my system
17342 for several years now.
17343
17344 * calendar/cal-bahai.el: New file, which adds support for the
17345 Baha'i calendar to Emacs. This calendar is based on a solar year
17346 of 19 months of 19 days, with 4 intercalary days. Each year
17347 begins on March 21, with the calendar starting in 1844.
17348
17349 * calendar/cal-menu.el, calendar/calendar.el
17350 * calendar/diary-lib.el, calendar/holidays.el:
17351 Added support for using cal-bahai.el.
17352
17353 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
17354 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
17355 function can be used outside of eshell buffers.
17356 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
17357
17358 2004-05-08 Juanma Barranquero <lektu@terra.es>
17359
17360 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
17361 word constituent so FOO-ARG is not recognized as an arg.
17362 (help-highlight-arguments): Don't skip lists in mandatory arguments.
17363
17364 * simple.el (next-error): Fix typo in docstring.
17365 (open-line): Make argument names match their use in docstring.
17366 (split-line): Fix docstring.
17367
17368 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
17369 usable by `describe-function'.
17370 (gensym, gentemp, typep, ignore-errors): Make argument names match
17371 their use in docstring.
17372
17373 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
17374 argument to `help-setup-xref'.
17375
17376 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
17377
17378 Version 2.0.40 of Tramp released.
17379
17380 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
17381 Use symbol-function to invoke functions only known on some Emacs
17382 flavors. This avoids byte-compiler warnings. Reported by Kevin
17383 Scaldeferri <kevin@scaldeferri.com>.
17384 (tramp-do-copy-or-rename-file-via-buffer): Rename from
17385 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
17386 consistent with the other tramp-do-* functions.
17387 (tramp-do-copy-or-rename-file): Calls adjusted.
17388 (tramp-process-initial-commands): Avoid liveness check on shell --
17389 we know that it must be alive since we're opening a connection at
17390 this moment.
17391 (tramp-last-cmd): New internal variable.
17392 (tramp-process-echoes): New tunable.
17393 (tramp-send-command): Set tramp-last-cmd.
17394 (tramp-wait-for-output): Delete echo, if applicable.
17395 (tramp-read-passwd): Construct the key for the password cache in a
17396 way that works for multi methods, too.
17397 (tramp-bug): Add backup-directory-alist and
17398 bkup-backup-directory-info to bug reports, with Tramp counterparts.
17399
17400 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
17401
17402 * net/tramp*.el: Suppress byte-compiler warnings where possible.
17403
17404 * net/tramp.el (tramp-out-of-band-prompt-regexp)
17405 (tramp-actions-copy-out-of-band): New defcustoms.
17406 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
17407 used instead of a synchronous one. Allows password entering.
17408 (tramp-action-out-of-band): New defun.
17409 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
17410 Remove restriction with password from doc string.
17411 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
17412 `tramp-out-of-band-prompt-regexp',
17413 `tramp-actions-copy-out-of-band', `password-cache' and
17414 `password-cache-expiry'.
17415 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
17416 password caching.
17417 (tramp-touch): FILE can be a local file, too.
17418 (TODO): Remove items done.
17419 (tramp-handle-insert-directory): Properly quote file name also if
17420 not full-directory-p. Handle wildcard case. Reported by Andreas
17421 Schwab <schwab@suse.de>.
17422 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
17423 new file.
17424 (tramp-handle-file-local-copy, tramp-handle-write-region):
17425 The permissions of the temporary file are set if filename exists.
17426 Reported by Ted Stern <stern@cray.com>.
17427 (tramp-backup-directory-alist)
17428 (tramp-bkup-backup-directory-info): New defcustoms.
17429 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
17430 (tramp-handle-find-backup-file-name): New function.
17431 Implements Tramp's find-backup-file-name.
17432
17433 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
17434 for `find-backup-file-name'.
17435
17436 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
17437 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
17438
17439 2004-05-07 Lars Hansen <larsh@math.ku.dk>
17440
17441 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
17442
17443 2004-05-07 Juanma Barranquero <lektu@terra.es>
17444
17445 * subr.el (lambda): Add arglist description to docstring.
17446 (declare): Fix typo in docstring.
17447 (open-network-stream): Fix docstring.
17448 (process-kill-without-query): Fix docstring and add obsolescence info.
17449 (last, butlast, nbutlast): Make arguments match their use in docstring.
17450 (insert-buffer-substring-no-properties): Likewise.
17451 (insert-buffer-substring-as-yank): Likewise.
17452 (split-string): Fix docstring.
17453
17454 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17455 Make argument names match their use in docstring.
17456
17457 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
17458
17459 2004-05-06 Nick Roberts <nickrob@gnu.org>
17460
17461 * progmodes/gdb-ui.el: Improve/extend documentation strings.
17462 Fit first sentence on one line for apropos-command.
17463
17464 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17465
17466 Changes largely merged in from Dave Love's code.
17467 * progmodes/python.el: Doc fixes.
17468 (python-mode-map): Add python-complete-symbol.
17469 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
17470 (python-comment-indent, python-complete-symbol)
17471 (python-symbol-completions, python-partial-symbol)
17472 (python-try-complete): New.
17473 (python-indent-line): Remove optional arg. Use python-block-end-p.
17474 (python-check): Bind compilation-error-regexp-alist.
17475 (inferior-python-mode): Use rx. Move keybindings to top level.
17476 Set comint-input-filter.
17477 (python-preoutput-filter): Use rx.
17478 (python-input-filter): Re-introduce.
17479 (python-proc): Start new process if necessary.
17480 Check python-buffer non-nil.
17481 (view-return-to-alist): Defvar.
17482 (python-send-receive): New.
17483 (python-eldoc-function): Use it.
17484 (python-mode-running): Don't defvar.
17485 (python-mode): Set comment-indent-function.
17486 Maybe update hippie-expand-try-functions-list.
17487 (python-indentation-levels): Initialize differently.
17488 (python-block-end-p): New.
17489 (python-indent-line): Use it.
17490 (python-compilation-regexp-alist): Augment.
17491 (run-python): Import `emacs' module to Python rather than loading
17492 code directly. Set python-buffer differently.
17493 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
17494 Use python-proc.
17495 (python-send-command): Go to end of comint buffer.
17496 (python-load-file): Use python-proc, emacs.eimport.
17497 (python-describe-symbol): Simplify interactive form.
17498 Use emacs.help. Do use temp-buffer-show-hook.
17499 Call print-help-return-message.
17500 (hippie-exp): Require when compiling.
17501 (python-preoutput-continuation): Use rx.
17502
17503 * diff-mode.el (diff-make-unified): Fix regexp.
17504
17505 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
17506
17507 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
17508 filter groups from the buffer when rebuilding the Ibuffer buffer
17509 and `ibuffer-show-empty-filter-groups' is nil.
17510
17511 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17512
17513 * ps-print.el (ps-print-quote): Call ps-value-string.
17514 (ps-setup): Call ps-comment-string.
17515 (ps-value-string, ps-comment-string): New funs.
17516
17517 2004-05-06 Juanma Barranquero <lektu@terra.es>
17518
17519 * ehelp.el (electric-help-command-loop): Check whether the last
17520 character is visible, not (point-max).
17521
17522 * help-fns.el (help-argument-name): Default to bold; don't inherit
17523 from font-lock-variable-name-face.
17524 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
17525
17526 2004-05-05 Kenichi Handa <handa@m17n.org>
17527
17528 * descr-text.el (describe-char): Copy the character with text
17529 properties and overlays into the first line, and call
17530 describe-text-properties on it.
17531
17532 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
17533
17534 * iswitchb.el (iswitchb-global-map): Fix typo.
17535 Remove unwanted ###autoloads from source file.
17536
17537 2004-05-05 Lars Hansen <larsh@math.ku.dk>
17538
17539 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
17540 in run-hooks. Use substitute-command-keys in message.
17541 (wdired-abort-changes): Add message.
17542
17543 2004-05-03 Michael Mauger <mmaug@yahoo.com>
17544
17545 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
17546 (sql-emacs20-p): Remove.
17547 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
17548 (sql-builtin-face, sql-doc-face): Remove.
17549 (sql-mode-ansi-font-lock-keywords)
17550 (sql-mode-oracle-font-lock-keywords)
17551 (sql-mode-postgres-font-lock-keywords)
17552 (sql-mode-linter-font-lock-keywords)
17553 (sql-mode-ms-font-lock-keywords)
17554 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
17555 (sql-product-font-lock): Fix font-lock reset when font rules change.
17556 (sql-highlight-product): Remove incorrect font-lock reset logic.
17557
17558 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
17559
17560 * ses.el (ses-set-parameter): Fix typo.
17561
17562 2004-05-04 Kim F. Storm <storm@cua.dk>
17563
17564 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
17565 Must expand directory for completion to work; and don't mess with
17566 process-environment.
17567 (ido-read-file-name): If command has ido property, don't use ido
17568 if value is ignore, or read as directory if value is dir.
17569 Set ido ignore property for dired-do-rename command.
17570
17571 2004-05-04 Juanma Barranquero <lektu@terra.es>
17572
17573 * ehelp.el (electric-help-command-loop, electric-help-undefined)
17574 (electric-help-help): Check against unmapped commands.
17575
17576 * help-fns.el (help-argument-name): New face, inheriting from
17577 font-lock-variable-name-face, to highlight function arguments in
17578 `describe-function' and `describe-key'.
17579 (help-do-arg-highlight): Auxiliary function to highlight a given
17580 list of arguments in a string.
17581 (help-highlight-arguments): Highlight the function arguments and
17582 all uses of them in the docstring.
17583 (describe-function-1): Use it. Do docstring output via `insert',
17584 not 'princ', so text attributes are preserved.
17585
17586 * winner.el (winner-mode-map): Move `winner-undo' and
17587 `winner-redo' to C-c <left> and C-c <right>, respectively (the
17588 previous bindings conflict with `prev-buffer', `next-buffer').
17589
17590 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17591
17592 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
17593 (bibtex-entry-update): New command bound to C-c C-u.
17594 (bibtex-text-in-string): Fix regexp.
17595 (bibtex-assoc-of-regexp): Remove.
17596 (bibtex-progress-message): Fix docstring.
17597 (bibtex-inside-field): Use if.
17598 (bibtex-assoc-regexp): New function.
17599 (bibtex-format-entry): Make code more robust so that it formats
17600 also old entries.
17601 (bibtex-autokey-demangle-title): Merge with obsolete function
17602 bibtex-assoc-of-regexp.
17603 (bibtex-field-list): New function.
17604 (bibtex-entry): Use bibtex-field-list.
17605 (bibtex-parse-entry): Fix docstring.
17606 (bibtex-print-help-message): Use bibtex-field-list.
17607 (bibtex-make-field): Use bibtex-field-list.
17608 (bibtex-entry-index): Bugfix. Return crossref key if required.
17609 (bibtex-lessp): Fix docstring.
17610
17611 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
17612
17613 * select.el (xselect-convert-to-string): Move comment to intended line.
17614
17615 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17616
17617 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
17618 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
17619
17620 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17621
17622 * term/x-win.el (x-clipboard-yank): Don't exit on error from
17623 x-get-selection.
17624
17625 2004-05-03 Jason Rumney <jasonr@gnu.org>
17626
17627 * makefile.nt: Remove.
17628
17629 2004-05-03 Kim F. Storm <storm@cua.dk>
17630
17631 * emulation/cua-base.el (cua--update-indications): Fix last change.
17632 (cua-mode): Deactivate mark when cua-mode is enabled.
17633
17634 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
17635
17636 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
17637
17638 2004-05-03 Nick Roberts <nickrob@gnu.org>
17639
17640 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
17641 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
17642 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
17643 window over visible frames.
17644 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
17645
17646 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
17647
17648 * progmodes/compile.el (compilation-gcpro): New var.
17649 (compilation-fake-loc): Use it.
17650 (compilation-forget-errors): Reset it.
17651
17652 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
17653
17654 * diff-mode.el (diff-header-face, diff-file-header-face):
17655 Use min-colors.
17656
17657 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17658
17659 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
17660 (bibtex-clean-entry): Disentangle code.
17661 (bibtex-realign): New function.
17662 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
17663 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
17664 Remove undocumented optional arg called-by-convert-alien.
17665 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
17666 for sorting instead of bibtex-sort-buffer.
17667
17668 2004-05-02 Eli Zaretskii <eliz@gnu.org>
17669
17670 * progmodes/compile.el (compilation-start): In the
17671 no-async-subprocesses branch, call sit-for to give redisplay a
17672 chance to show the updated process status in the mode line, and
17673 fontify the buffer explicitly after the process exits.
17674
17675 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17676
17677 * progmodes/python.el (python-compilation-line-number): Remove.
17678 (python-compilation-regexp-alist): Don't use it any more.
17679 (python-orig-start, python-input-filter): Remove.
17680 (inferior-python-mode): Don't set up comint-input-filter-functions.
17681 (python-send-region): Use compilation-fake-loc.
17682
17683 * progmodes/compile.el (compilation-messages-start): New var.
17684 (compilation-mode): Don't setup next-error-function here.
17685 (compilation-setup): Set it up here instead (for minor modes as well).
17686 Make compilation-messages-start buffer local.
17687 (compilation-next-error-function): Use it.
17688 (compilation-forget-errors): Set compilation-messages-start.
17689
17690 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
17691
17692 * ielm.el (ielm-prompt-read-only): Update docstring.
17693
17694 * comint.el (comint-prompt-read-only): Update docstring.
17695 (comint-update-fence, comint-kill-whole-line)
17696 (comint-kill-region): New functions.
17697
17698 * simple.el (kill-whole-line): Use "p" instead of "P" in
17699 interactive form.
17700
17701 2004-05-01 Juanma Barranquero <lektu@terra.es>
17702
17703 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17704 format arglist so default values in CL-style argument lists are
17705 correctly shown.
17706
17707 2004-05-01 Jason Rumney <jasonr@gnu.org>
17708
17709 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17710
17711 2004-05-01 Kenichi Handa <handa@m17n.org>
17712
17713 * international/titdic-cnv.el (miscdic-convert): Don't generate a
17714 quail file if it is up to date.
17715
17716 2004-04-30 Juri Linkov <juri@jurta.org>
17717
17718 * cus-edit.el (custom-mode-map):
17719 Add key binding `C-x C-s' to `Custom-save'.
17720
17721 * outline.el (outline-blank-line): New var.
17722 (outline-next-preface, outline-show-heading)
17723 (outline-end-of-subtree): Use it.
17724
17725 * dired-aux.el (dired-touch-initial): New fun.
17726 (dired-do-chxxx): Call it for op-symbol `touch'.
17727 (dired-diff): Use `dired-dwim-target-directory'
17728 if current dired buffer has no buffer mark.
17729
17730 * bindings.el (propertized-buffer-identification):
17731 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17732 Add C-M-arrow keys for consistency.
17733
17734 * files.el (confirm-kill-emacs):
17735 Change group from top-level `emacs' to `convenience'.
17736
17737 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17738 Push mark on the first call of successive command calls.
17739 (insert-pair): New fun created from `insert-parentheses' with
17740 `open' and `close' arguments added. Enclose active regions
17741 in paired characters. Compare adjacent characters syntax with
17742 inserted characters syntax before inserting a space.
17743 (insert-parentheses): Call `insert-pair' with ?\( ?\).
17744
17745 * delsel.el: Don't put `delete-selection' property
17746 on `insert-parentheses' symbol to take advantage of
17747 region handling in `insert-pair' function.
17748 Suggested by Stephan Stahl <stahl@eos.franken.de>.
17749
17750 2004-04-30 Kim F. Storm <storm@cua.dk>
17751
17752 * emulation/cua-base.el: Add support for changing cursor types;
17753 based on patch from Michael Mauger.
17754 (cua-normal-cursor-color, cua-read-only-cursor-color)
17755 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17756 Customization cursor type and/or cursor color.
17757 (cua--update-indications): Handle cursor type changes.
17758 (cua-mode): Update cursor indications if enabled.
17759
17760 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17761
17762 * mouse.el (mouse-drag-copy-region): New defcustom.
17763 (mouse-set-region, mouse-drag-region-1): Use it.
17764
17765 * simple.el (kill-ring-save): If region face background color is
17766 unspecified (if no highlighting), show extent of fully visible
17767 region even if transient-mark-mode is enabled.
17768
17769 * emulation/cua-base.el (cua--standard-movement-commands):
17770 Add cua-scroll-up and cua-scroll-down.
17771 (cua-scroll-up, cua-scroll-down): New commands.
17772 (cua--init-keymaps): Remap scroll-up and scroll-down.
17773
17774 * emulation/cua-rect.el (cua--convert-rectangle-as):
17775 New defmacro.
17776 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17777 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17778 New commands (suggested by Jordan Breeding).
17779
17780 2004-04-30 Juanma Barranquero <lektu@terra.es>
17781
17782 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17783
17784 2004-04-30 Mario Lang <mlang@delysid.org>
17785
17786 * diff.el (diff-switches): Fix typo in docstring.
17787
17788 2004-04-30 Alex Schroeder <alex@gnu.org>
17789
17790 * xml.el (xml-debug-print-internal): Don't add newline and
17791 indentation to text nodes and write empty elements as empty tags
17792 instead of opening and closing tags.
17793 (xml-debug-print): Take optional indent-string argument.
17794 (xml-print): Alias for xml-debug-print.
17795
17796 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17797
17798 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17799 than duplicate call to `line-beginning-position'.
17800
17801 * progmodes/f90.el (f90-get-present-comment-type):
17802 Return whitespace, as well as comment chars, for consistent filling
17803 of comment blocks. Use `match-string-no-properties'.
17804 (f90-break-line): Trim trailing whitespace when filling comments.
17805
17806 2004-04-30 Dave Love <fx@gnu.org>
17807
17808 * calendar/diary-lib.el (diary-outlook-formats): New variable.
17809 (diary-from-outlook-internal, diary-from-outlook)
17810 (diary-from-outlook-gnus, diary-from-outlook-rmail):
17811 New functions to import diary entries from Outlook-format
17812 appointments in mail messages.
17813
17814 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17815
17816 * progmodes/python.el (python-send-command): New fun.
17817 (python-send-region, python-load-file): Use it.
17818
17819 * progmodes/compile.el (compilation-last-buffer): Add var alias.
17820
17821 * help-fns.el (help-C-file-name): Use new subr-name.
17822 Prepend `src/' to the file name.
17823 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17824 (describe-function-1, describe-variable): Only find a C source file
17825 name if DOC is already loaded.
17826
17827 * help-mode.el (help-function-def, help-variable-def):
17828 Use the new find-function-search-for-symbol functionality.
17829 Allow FILE to be `C-source'.
17830
17831 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17832 (find-function-C-source): New fun.
17833 (find-function-search-for-symbol): Use it.
17834
17835 2004-03-29 Michael Mauger <mmaug@yahoo.com>
17836
17837 * progmodes/sql.el (sql-product-alist): Rename variable
17838 `sql-product-support'. Add Postgres login parameters.
17839 (sql-set-product, sql-product-feature): Update with renamed variable.
17840 (sql-connect-postgres): Add username prompt.
17841 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17842 Make patterns less product specific.
17843 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17844 (sql-mode-abbrev-table): Modify initialization.
17845 (sql-builtin-face): Add variable.
17846 (sql-keywords-re): Add macro.
17847 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17848 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17849 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17850 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17851 (sql-mode-linter-font-lock-keywords)
17852 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17853 (sql-mode-sybase-font-lock-keywords)
17854 (sql-mode-informix-font-lock-keywords)
17855 (sql-mode-interbase-font-lock-keywords)
17856 (sql-mode-ingres-font-lock-keywords)
17857 (sql-mode-solid-font-lock-keywords)
17858 (sql-mode-sqlite-font-lock-keywords)
17859 (sql-mode-db2-font-lock-keywords): Default to nil.
17860 (sql-product-font-lock): Always highlight ANSI keywords.
17861 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17862 (sql-send-string): Add function.
17863
17864 2004-04-29 Dave Love <fx@gnu.org>
17865
17866 * progmodes/cfengine.el (cfengine-beginning-of-defun)
17867 (cfengine-end-of-defun): Ensure progress through buffer.
17868
17869 * info-look.el (cfengine-mode): Accept a terminal ().
17870
17871 2004-04-29 Juri Linkov <juri@jurta.org>
17872
17873 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17874 instead of isearch-yank-word-or-char. Add new key bindings for
17875 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17876 (isearch-del-char): New fun.
17877 (isearch-forward, isearch-edit-string): Update docstring.
17878 (isearch-yank-char): Doc fix.
17879 (isearch-other-meta-char): Restore point after scrolling.
17880
17881 * progmodes/compile.el (compilation-context-lines): Add nil option
17882 to disable compilation output window scrolling.
17883 (compilation-set-window): Use it.
17884
17885 * outline.el (outline-next-preface, outline-show-heading):
17886 Don't leave unhidden blank line before heading.
17887 (outline-end-of-subtree): Include last newline into subtree.
17888 (hide-entry): Leave point at beginning of heading instead of end.
17889 (outline-up-heading): Push mark for the first call of successive
17890 command calls.
17891
17892 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
17893
17894 * comint.el (comint-prompt-read-only): New variable.
17895 (comint-output-filter): Implement it.
17896
17897 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17898 (ielm-prompt-internal): New variable.
17899 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17900 (ielm-send-input): Delete unused variable `buf'.
17901 (ielm-eval-input): Use `ielm-prompt-internal'.
17902 (inferior-emacs-lisp-mode): Use new variables
17903 `comint-prompt-read-only' and `ielm-prompt-internal'.
17904 Get rid of obsolete variable `directory-sep-char'.
17905 (ielm): Use `zerop'.
17906
17907 2004-04-29 John Paul Wallington <jpw@gnu.org>
17908
17909 * thumbs.el (toplevel): Require cl at compile time.
17910 Remove conditional definitions of `ignore-errors' and `caddar'
17911 because they occur at run time.
17912
17913 2004-04-28 Nick Roberts <nickrob@gnu.org>
17914
17915 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17916 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17917 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17918 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17919
17920 * progmodes/gud.el (gud-common-init): Throw an error if program is
17921 already running under gdb.
17922
17923 2004-04-28 John Paul Wallington <jpw@gnu.org>
17924
17925 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17926 (thumbs-show-image-num): Move assignment of
17927 `thumbs-current-image-filename' within scope of `i'.
17928 (thumbs-emboss-image): Don't use `evenp'.
17929
17930 2004-04-28 Richard M. Stallman <rms@gnu.org>
17931
17932 * progmodes/compile.el (compilation-context-lines): Default now 0.
17933
17934 2004-04-28 Juanma Barranquero <lektu@terra.es>
17935
17936 Use `time-less-p' from calendar/time-date.el instead of defining
17937 custom versions of it.
17938
17939 * pcomplete.el (pcomplete-time-less-p): Remove.
17940
17941 * thumbs.el (time-less-p): Remove.
17942
17943 * calendar/timeclock.el (timeclock-time-less-p): Remove.
17944 (timeclock-generate-report): Use `time-less-p'.
17945
17946 * emacs-lisp/autoload.el (autoload-before-p): Remove.
17947 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17948
17949 2004-04-28 Masatake YAMATO <jet@gyve.org>
17950
17951 * subr.el (remove-overlays): Make arguments optional.
17952
17953 * wid-edit.el (widget-specify-button): Put evaporate to the
17954 overlay for sample.
17955 (widget-specify-sample): Put evaporate to the overlay for sample.
17956 (widget-specify-doc): Put evaporate to the overlay for documentation.
17957
17958 2004-04-27 Jesper Harder <harder@ifa.au.dk>
17959
17960 * info.el (info-apropos): Make it an index node. Align node names
17961 like makeinfo.
17962
17963 2004-04-27 Eli Zaretskii <eliz@gnu.org>
17964
17965 * net/browse-url.el (browse-url-netscape-sentinel)
17966 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17967 (browse-url-epiphany-sentinel, browse-url-mosaic):
17968 Use browse-url-*-program instead of a literal program name.
17969
17970 2004-04-27 Kevin Ryde <user42@zip.com.au>
17971
17972 * eshell/em-alias.el:
17973 * eshell/em-dirs.el:
17974 * eshell/em-hist.el:
17975 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17976 features when M-x customize-group loads modules before the main
17977 eshell.el.
17978
17979 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
17980
17981 * subr.el (momentary-string-display): Support EXIT-CHAR that is
17982 either a character representation of an event or an event
17983 description list.
17984
17985 * type-break.el: Capitalize Emacs and Lisp.
17986 (type-break-good-break-interval, type-break-demo-boring-stats)
17987 (type-break-terse-messages, type-break-file-name): New defcustoms.
17988 (type-break-post-command-hook)
17989 (type-break-warning-countdown-string): Quote variable names in doc.
17990 (type-break-interval-start, type-break-auto-save-file-name): New vars.
17991 (type-break-mode): Document type-break-good-break-interval and the
17992 "session" file. Schedule break according to the session file.
17993 Kill session file buffer on exit. Organize for save-some-buffers
17994 to always save the session file.
17995 (type-break-mode-line-message-mode, type-break-query-mode):
17996 Uppercase arguments.
17997 (type-break-file-time, type-break-file-keystroke-count, timep)
17998 (type-break-choose-file, type-break-get-previous-time)
17999 (type-break-get-previous-count): New defuns.
18000 (type-break): Avoid break querying after a completed break in the
18001 case where the query was initiated during user invocation of the
18002 break. Optional terse messages.
18003 Use type-break-good-break-interval if type-break-good-rest-interval is
18004 nil. File the break time.
18005 (type-break-schedule): New optional args for overriding the use of
18006 the current time.
18007 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
18008 after a break.
18009 (type-break-check): File the keystroke count.
18010 (type-break-do-query): Prevent a second query when the break is
18011 interrupted. Optional terse message.
18012 (type-break-keystroke-reset): Record the start of a typing interval.
18013 (type-break-demo-boring): Optional terse messages. Display word
18014 per minute and keystroke counts according to
18015 type-break-demo-boring-stats.
18016
18017 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
18018
18019 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
18020 directories, make sure they exist under archive-tmpdir.
18021
18022 2004-04-27 Juri Linkov <juri@jurta.org>
18023
18024 * help.el (view-emacs-news): With argument, display info for the
18025 selected version by finding it among different NEWS files, and
18026 narrowing the buffer to the selected version.
18027
18028 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
18029 same-window-buffer-names.
18030 (info): New arg `buffer'. Use it. Doc fix. Read file name for
18031 non-numeric prefix argument, append the number to the buffer name
18032 for numeric prefix argument.
18033 (info-other-window): Bind same-window-regexps to nil.
18034 (Info-reference-name): Rename to Info-point-loc.
18035 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
18036 and Info-find-index-name for stringy Info-point-loc.
18037 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
18038 without middle `.', but with final `.' and optional line number
18039 for it. Set Info-point-loc for index nodes.
18040 (Info-index): Remove middle `.' from index entry regexp.
18041 Modify line number regexp.
18042 (Info-index-next): Decrement line number.
18043 (info-apropos): Remove middle `.' from index entry regexp.
18044 Add optional line number regexp at the end. Add matched value
18045 for line number to the result list and insert it to the buffer.
18046 Replace match-string by match-string-no-properties.
18047 Reorder result list.
18048 (Info-fontify-node): Hide index line numbers.
18049 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
18050 empty matches.
18051 (Info-follow-reference): Use `str' instead of
18052 Info-following-node-name-re.
18053 (Info-toc): Use full file names. Set Info-current-node to "Top".
18054 (Info-fontify-node): Compare file names without directory name.
18055 (Info-try-follow-nearest-node): Don't set Info-reference-name.
18056 Set second arg of Info-extract-menu-node-name for index nodes.
18057 (info-xref-visited): Use magenta3 instead of magenta4.
18058 (Info-mode): Add info-apropos to docstring.
18059
18060 * log-view.el (log-view-diff): Replace interactive code "r"
18061 by a list to allow to call it even if region is not active.
18062
18063 * paren.el (show-paren-highlight-openparen): New var.
18064 (show-paren-function): Turn on openparen highlighting when
18065 matching forward if show-paren-highlight-openparen is non-nil.
18066
18067 * simple.el (kill-ring-save): Use blink-matching-delay instead of
18068 the constant value 1.
18069 (completions-common-part): Expand docstring.
18070
18071 * textmodes/picture.el (picture-mode-map): Add arrow keys.
18072
18073 2004-04-27 Kim F. Storm <storm@cua.dk>
18074
18075 * image.el (insert-sliced-image): Use line-height instead of
18076 line-spacing property on newline.
18077
18078 2004-04-26 Lars Hansen <larsh@math.ku.dk>
18079
18080 * desktop.el (desktop-buffer-misc-data-function): Rename to
18081 desktop-save-buffer and change docstring.
18082 (desktop-buffer-modes-to-save): Delete.
18083 (desktop-save-buffer-p): Use desktop-save-buffer instead of
18084 desktop-buffer-modes-to-save.
18085 (desktop-save): Rename desktop-buffer-misc-data-function to
18086 desktop-save-buffer and allow non-function value.
18087 (desktop-missing-file-warning): Correct docstring.
18088
18089 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
18090 to desktop-save-buffer.
18091
18092 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
18093 desktop-save-buffer.
18094
18095 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
18096
18097 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
18098
18099 2004-04-26 Eli Zaretskii <eliz@gnu.org>
18100
18101 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
18102
18103 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
18104
18105 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
18106 (ielm): Only go to the end of the buffer when starting a new process.
18107
18108 2004-04-25 Juanma Barranquero <lektu@terra.es>
18109
18110 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
18111 mode line. Bind `inhibit-read-only' to t before modifying
18112 properties of text in the buffer.
18113 (ielm): Force point to the end of buffer, even when running ielm
18114 from inside itself.
18115
18116 2004-04-25 Jesper Harder <harder@ifa.au.dk>
18117
18118 * info.el (info-apropos): Reset Info-complete-cache.
18119
18120 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
18121
18122 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18123 Also recognize severe Irix et al. messages.
18124 (compilation-normalize-filename, compile-abbreviate-directory):
18125 Delete functions.
18126 (compilation-get-file-structure): New function inherits
18127 functionality of the two preceding ones.
18128 (compilation-internal-error-properties, compilation-fake-loc):
18129 Use it so that different paths to the same file share the same
18130 markers. Also optimize finding adjacent marker slightly.
18131
18132 2004-04-25 Kim F. Storm <storm@cua.dk>
18133
18134 * image.el (insert-sliced-image): Add line-spacing t property
18135 to newlines separating image lines.
18136
18137 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
18138
18139 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
18140
18141 * ielm.el (ielm-prompt-read-only): New user option.
18142 (ielm-prompt): Expand docstring to describe new behavior.
18143 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
18144 mention it in the docstring.
18145
18146 2004-04-24 Andreas Schwab <schwab@suse.de>
18147
18148 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
18149
18150 * diff.el (diff): Set default-directory in diff buffer.
18151
18152 2004-04-24 Eli Zaretskii <eliz@gnu.org>
18153
18154 * mail/sendmail.el (mail-bury): Don't delete the frame where the
18155 mail was being composed if the terminal cannot display more than
18156 one frame; instead, switch to previous frame.
18157
18158 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
18159 (rmail-start-mail): Support rmail-mail-new-frame even on
18160 terminals that can display only one frame at a time.
18161
18162 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
18163
18164 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
18165 (checkdoc-output-font-lock-keywords): Remove error regexp.
18166 (checkdoc-output-mode-map): Remove.
18167 (checkdoc-output-mode): Derive from compilation-mode.
18168 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
18169
18170 * dired.el (dired-mode-map): Add a menu entry for wdired.
18171
18172 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
18173 (rx-bracket, rx-check-any, rx-any): Clean up name space.
18174
18175 * wdired.el (wdired-mode-map): Move init into declaration.
18176 Fix `return' binding.
18177 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
18178 Use force-mode-line-update.
18179 (wdired-get-filename): Use `unless'.
18180 (wdired-preprocess-files): Don't assume names have no \n and use / for
18181 dir separator.
18182 (wdired-normalize-filename): Use replace-regexp-in-string.
18183 (wdired-load-hooks): Remove.
18184 (wdired-mode-hooks): Rename to wdired-mode-hook.
18185
18186 * info-look.el: Add support for cfengine-mode.
18187 (info-lookup-setup-mode): Use dolist.
18188
18189 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
18190
18191 * wdired.el: New file.
18192
18193 2004-04-23 Juanma Barranquero <lektu@terra.es>
18194
18195 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
18196
18197 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
18198 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
18199 (pcomplete--help, pcomplete--here): Doc fixes.
18200
18201 2004-04-23 Andre Spiegel <spiegel@gnu.org>
18202
18203 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
18204 handles wrong-number-of-arguments in backend call.
18205
18206 * vc.el (vc-print-log): Likewise.
18207
18208 2004-04-20 Dave Love <fx@gnu.org>
18209
18210 * emacs-lisp/rx.el: Doc fixes.
18211 (rx-constituents): Add/extend many forms.
18212 (rx-check): Check form is a list.
18213 (bracket): Defvar.
18214 (rx-check-any, rx-any, rx-check-not): Modify.
18215 (rx-not): Simplify.
18216 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
18217 (rx-kleene): Use rx-trans-forms.
18218 (rx-quote-for-set): Delete.
18219 (rx): Allow multiple args.
18220
18221 2004-04-23 Kenichi Handa <handa@m17n.org>
18222
18223 * international/mule-util.el (char-displayable-p): Simplify by
18224 using internal-char-font.
18225
18226 2004-04-23 Juanma Barranquero <lektu@terra.es>
18227
18228 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
18229
18230 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
18231
18232 * diff-mode.el (diff-next-error): New fun.
18233 (diff-mode): Use it.
18234
18235 * simple.el (next-error): Change arg name.
18236 Add support for the documented C-u C-x ` usage.
18237
18238 * frame.el (special-display-popup-frame, next-multiframe-window)
18239 (previous-multiframe-window): Only consider frames on same display.
18240
18241 2004-04-22 Lars Hansen <larsh@math.ku.dk>
18242
18243 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
18244 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
18245
18246 2004-04-22 Kim F. Storm <storm@cua.dk>
18247
18248 * net/telnet.el (telnet): Add optional port arg.
18249
18250 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
18251
18252 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18253 Minor sanity check on the `hyperlink' slot.
18254
18255 * Makefile.in (recompile): Compile new files.
18256
18257 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
18258 Add byte-recompile-directory's optional `arg'.
18259
18260 * cvs-status.el (cvs-tree-use-charset): New var.
18261 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
18262 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
18263 (cvs-status-cvstrees): Use it.
18264
18265 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
18266 Make it a normal major mode.
18267 (checkdoc-buffer-label): Make sure the file name is meaningful.
18268 (checkdoc-output-to-error-buffer): Remove.
18269 (checkdoc-error, checkdoc-start-section): Rewrite.
18270
18271 * info.el (info-node, info-menu-5, info-xref, info-header-node)
18272 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18273 (Info-title-4-face): Use new syntax.
18274 (info-xref-visited): Inherit from info-xref.
18275
18276 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
18277
18278 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
18279
18280 * simple.el (next-error-last-buffer, next-error-function):
18281 New variables for the next-error framework.
18282 (next-error-buffer-p): New function.
18283 (next-error-find-buffer): Generalize compilation-find-buffer.
18284 (next-error, previous-error, first-error, next-error-no-select)
18285 (previous-error-no-select): Move from compile.el.
18286
18287 * replace.el (occur-next-error, occur-1): Hook into the next-error
18288 framework.
18289
18290 * progmodes/compile.el (compilation-start):
18291 Set next-error-last-buffer so next-error knows where to jump.
18292 (compilation-setup): Set the buffer-local variable
18293 next-error-function to 'compilation-next-error-function.
18294 (compilation-buffer-p, compilation-buffer-internal-p): Use an
18295 alternate way to find if a buffer is a compilation buffer, for
18296 next-error convenience.
18297 (next-error-no-select, previous-error-no-select, next-error)
18298 (previous-error, first-error): Move to simple.el.
18299 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
18300 (compilation-last-buffer): Remove.
18301 (compilation-start, compilation-next-error, compilation-setup)
18302 (compilation-next-error-function, compilation-find-buffer):
18303 Remove compilation-last-buffer use.
18304
18305 2004-04-21 Juanma Barranquero <lektu@terra.es>
18306
18307 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
18308 (font-lock-warning-face): Fix spacing.
18309
18310 * makefile.w32-in (WINS): Add url/ directory.
18311
18312 2004-04-21 Lars Hansen <larsh@math.ku.dk>
18313
18314 * desktop.el (desktop-buffer-mode-handlers): New variable.
18315 Alist of major mode specific functions to restore a desktop buffer.
18316 (desktop-buffer-handlers): Make variable obsolete.
18317 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
18318 Catch errors signaled in handlers. Update buffer count.
18319 Evaluate desktop-buffer-point.
18320 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
18321 move to dired.el.
18322 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
18323 move to info.el.
18324 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
18325 move to mail/rmail.el.
18326 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
18327 to mh-e/mh-e.el.
18328 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
18329 On fail, print message (to message buffer) even if
18330 desktop-missing-file-warning is nil.
18331 (desktop-buffer-misc-data-function): New buffer local variable.
18332 Function returning major mode specific data.
18333 (desktop-buffer-misc-functions): Make variable obsolete.
18334 (desktop-save): Use desktop-buffer-misc-data-function.
18335 (desktop-buffer-dired-misc-data): Rename to
18336 dired-desktop-buffer-misc-data and move to dired.el.
18337 (desktop-buffer-info-misc-data): Rename to
18338 Info-desktop-buffer-misc-data and move to info.el.
18339 (desktop-read): Add message about number of buffers restored/failed.
18340
18341 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
18342 Add parameters. Pause to display error only when
18343 desktop-missing-file-warning is non-nil.
18344 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18345 (dired-mode): Bind desktop-buffer-misc-data-function.
18346
18347 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
18348 Add Parameters.
18349 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18350 (Info-mode): Bind desktop-buffer-misc-data-function.
18351
18352 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
18353 Add Parameters.
18354
18355 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
18356 Add Parameters.
18357
18358 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
18359
18360 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
18361 the case of letters in case-insensitive expansions when the
18362 abbrev is preceded by characters with letter syntax.
18363
18364 2004-04-21 Richard M. Stallman <rms@gnu.org>
18365
18366 * progmodes/cperl-mode.el (cperl-putback-char):
18367 Delete Emacs 18 definition.
18368
18369 * international/mule.el (ctext-post-read-conversion):
18370 Use assoc-string, not assoc-ignore-case.
18371
18372 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
18373
18374 * emacs-lisp/easymenu.el (easy-menu-add):
18375 Do call x-popup-menu, but only if it's defined.
18376
18377 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
18378
18379 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
18380 Handle multiple args: compile like progn.
18381
18382 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
18383 take all args as &rest arg.
18384
18385 * autoinsert.el (auto-insert-alist): Insert the user's name in
18386 copyright notice, rather than Free Software Foundation.
18387
18388 2004-04-21 Kenichi Handa <handa@m17n.org>
18389
18390 * descr-text.el (describe-char): Make it work on *Help* buffer.
18391
18392 2004-04-21 Kim F. Storm <storm@cua.dk>
18393
18394 * image.el (insert-image): Add optional SLICE arg.
18395 (insert-sliced-image): New defun.
18396
18397 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
18398
18399 * subr.el (read-number): Check whether `default' is nil.
18400
18401 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18402
18403 * progmodes/compile.el (compilation-error-properties):
18404 Split into two.
18405 (compilation-internal-error-properties): New one.
18406 (compilation-compat-error-properties): Use it. Fix the non-marker case.
18407
18408 2004-04-20 Richard M. Stallman <rms@gnu.org>
18409
18410 * window.el (split-window-save-restore-data):
18411 Don't update the data if OLD-INFO is nil.
18412
18413 * view.el (view-return-to-alist): Mark it permanent local.
18414
18415 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
18416
18417 * recentf.el (recentf-save-list): Catch and warn about errors.
18418
18419 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
18420 so "Buffers" won't be pure.
18421
18422 * help-mode.el (help-mode-finish): Set help-return-alist first
18423 thing, setting only the entry for the selected window.
18424
18425 * help-fns.el (describe-function-1): If many non-control non-meta
18426 keys run the command, don't list all of them.
18427
18428 2004-04-20 Juanma Barranquero <lektu@terra.es>
18429
18430 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
18431 arg. Copied from Andre Spiegel's patch of 2004-03-21.
18432
18433 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
18434
18435 2004-04-20 Kenichi Handa <handa@m17n.org>
18436
18437 * international/quail.el (quail-lookup-key): New optional arg
18438 NOT-RESET-INDICES.
18439 (quail-get-translations): Call quail-lookup-key with
18440 NOT-RESET-INDICES t.
18441 (quail-completion): Likewise.
18442 (quail-lookup-map-and-concat): Likewise.
18443
18444 2004-04-20 Kenichi Handa <handa@m17n.org>
18445
18446 * international/quail.el (quail-update-translation): Don't insert
18447 such an unsupported multibyte char in a unibyte buffer.
18448
18449 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
18450
18451 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
18452 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
18453 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
18454 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
18455 (gdb-frame-assembler-buffer): Improve behavior with
18456 multiple frames.
18457 (gdb-display-buffer): Extend search to all visible frames.
18458
18459 2004-04-19 Eli Zaretskii <eliz@gnu.org>
18460
18461 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
18462 characters left after base64 decoding.
18463 (rmail-decode-region): Use -dos variety of `coding', to remove any
18464 ^M characters left after qp or base64 decoding.
18465
18466 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18467
18468 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
18469 messages.
18470
18471 2004-04-19 Stephen Eglen <stephen@gnu.org>
18472
18473 * add-log.el (add-change-log-entry): Update doc string to mention
18474 add-log-full-name and add-log-mailing-address.
18475
18476 2004-04-18 Juri Linkov <juri@jurta.org>
18477
18478 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
18479 (Info-find-node-2): Simplify error message.
18480 (Info-insert-dir): Use Info-following-node-name.
18481 (Info-goto-node): Remove *info-history* and *info-toc*.
18482 (Info-history): Create a node of the virtual history file.
18483 (Info-toc): Create a node of the virtual toc file.
18484 (Info-insert-toc): New arg `curr-file' for reference file names.
18485 (info-apropos): Remove redundant var binding for temp-file.
18486 (Info-index, Info-index-next, Info-mode): Doc fix.
18487 (Info-goto-emacs-command-node): Don't jump to *info* from
18488 non-*info* Info buffers.
18489 (Info-fontify-node): Don't show the file name of external
18490 references if `Info-hide-note-references' is `hide'. Don't hide
18491 newlines at the end of paragraphs.
18492
18493 * international/mule-diag.el (list-input-methods):
18494 Fix args to help-xref-button.
18495
18496 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
18497 to put into effect local variables from TUTORIAL files.
18498
18499 * textmodes/paragraphs.el (sentence-end) <function>: New fun
18500 with default value taken from the variable `sentence-end'.
18501 (sentence-end) <defcustom>: Set default to nil. Doc fix.
18502 Add nil const to :type.
18503 (sentence-end-without-period, sentence-end-double-space)
18504 (sentence-end-without-space): Doc fix.
18505
18506 * textmodes/paragraphs.el (forward-sentence):
18507 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
18508 (fill-delete-newlines):
18509 * progmodes/cc-cmds.el (c-beginning-of-statement):
18510 Use function `sentence-end' instead of variable `sentence-end'.
18511
18512 2004-04-18 Andreas Schwab <schwab@suse.de>
18513
18514 * progmodes/compile.el (compilation-start): Set window start to
18515 point-min if compilation-scroll-output is nil.
18516
18517 2004-04-18 John Wiegley <johnw@newartisans.com>
18518
18519 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
18520
18521 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
18522
18523 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
18524 (gdb-info-breakpoints-custom): Revert previous change.
18525 (gdb-view-assembler): Update assembler if necessary.
18526 (gdb-frame-handler): Parse correctly for gdb-current-frame.
18527 (gdb-display-source-buffer): Update properly when both source and
18528 assembler are visible.
18529
18530 2004-04-17 John Wiegley <johnw@newartisans.com>
18531
18532 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
18533 which limits the number of names shown in the minibuffer. Off by
18534 default.
18535 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
18536 up iswitchb for users with a multitude of open buffers by showing
18537 only the first and last N/2 buffers in the completion list (which
18538 is enough to aid C-s/C-r, and to know that more characters are
18539 needed to refine the completion list).
18540
18541 2004-04-17 Richard M. Stallman <rms@gnu.org>
18542
18543 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
18544 (file-truename): Expand all ~ constructs directly.
18545 (insert-directory): Delete any error msg output by the
18546 `insert-directory-program'.
18547
18548 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
18549 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
18550 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
18551 (allout-init): Use find-file-hook, not find-file-hooks.
18552 (allout-mode): Eliminate Emacs 18 support.
18553 Use write-contents-functions, not local-write-file-hooks.
18554
18555 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
18556
18557 * progmodes/compile.el (compilation-error-properties): Fix for
18558 adding messages when there are already markers for their file.
18559 (compilation-fake-loc): New function.
18560
18561 2004-04-16 Dave Love <fx@gnu.org>
18562
18563 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
18564 (python-load-file): Fix python-orig-start setting.
18565
18566 * progmodes/compile.el: Doc fixes.
18567 (compilation-error-regexp-alist-alist)
18568 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
18569 (compilation-assq): Wrap in eval-when-compile.
18570 (compilation-mode-font-lock-keywords): Don't use list*.
18571 (compilation-start): Avoid warning.
18572 (compilation-compat-error-properties)
18573 (compilation-directory-properties): Add keymap property.
18574 (compilation-parsing-end): Make it a marker for better compatibility.
18575
18576 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
18577
18578 2004-04-16 Mark A. Hershberger <mah@everybody.org>
18579
18580 * xml.el: Doc fixes.
18581 (xml-get-children): Only looks at sub-tags and ignore strings.
18582
18583 * xml.el (xml-parse-tag): Avoid overwriting node-name.
18584
18585 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18586
18587 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
18588
18589 2004-04-16 Andre Spiegel <spiegel@gnu.org>
18590
18591 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
18592
18593 * vc.el (vc-print-log): Likewise.
18594
18595 2004-04-16 Masatake YAMATO <jet@gyve.org>
18596
18597 * simple.el (completion-setup-function): Set an initial value
18598 to `element-common-end' before entering loop. Set a value
18599 to `element-common-end' at the end of loop.
18600 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
18601 (completions-common-part): Rename from completion-de-emphasis.
18602 (completions-first-difference): Rename from completion-emphasis.
18603 Suggested by RMS.
18604
18605 2004-04-16 Juanma Barranquero <lektu@terra.es>
18606
18607 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
18608 (bookmark-edit-annotation-mode): Add mode name.
18609
18610 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18611
18612 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
18613 for nested conflict markers.
18614 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
18615
18616 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
18617
18618 * progmodes/gdb-ui.el (gdb-goto-info): New function.
18619
18620 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
18621
18622 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18623
18624 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
18625 Give a backtrace if requested.
18626
18627 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
18628
18629 * progmodes/python.el (python-mouse-2-command, python-RET-command):
18630 Remove unused functions.
18631 (python-orig-start-line, python-orig-file): Remove.
18632 (python-orig-start): New var.
18633 (python-input-filter, python-compilation-line-number)
18634 (python-send-region, python-load-file): Use it.
18635
18636 * info.el (info): Always jump to *info*.
18637
18638 * subr.el (posn-set-point): New function.
18639
18640 * mouse.el (mouse-set-point): Use it.
18641
18642 * progmodes/compile.el (compile-goto-error): Use it.
18643 (compilation-button-map): New keymap.
18644 (compilation-error-properties): Use it.
18645 (compilation-shell-minor-mode-map): Don't bind mouse-2.
18646
18647 * smerge-mode.el (smerge-popup-context-menu): Use it.
18648
18649 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
18650 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
18651 mouse and non-mouse case.
18652
18653 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
18654 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
18655
18656 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
18657 Make it work for non-mouse events.
18658
18659 * pcvs-info.el (cvs-status-map): Update binding name.
18660
18661 2004-04-14 Mark A. Hershberger <mah@everybody.org>
18662
18663 * xml.el (xml-maybe-do-ns): New function to handle namespace
18664 parsing of both attribute and element names.
18665 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
18666 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
18667 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
18668 (xml-parse-attlist): Make it do its own namespace parsing.
18669
18670 2004-04-14 Dave Love <fx@gnu.org>
18671
18672 * progmodes/python.el (run-python): Fix use of \n.
18673 (python-load-file): Remove `try' from Python fragment.
18674 (python-describe-symbol): Fix message.
18675
18676 * comint.el: Doc fixes.
18677 (comint-last-input-start, comint-last-input-end)
18678 (comint-last-output-start): Give them values.
18679 (comint-arguments): Avoid warning.
18680 (comint-skip-prompt): Use line-end-position.
18681 (comint-backward-matching-input): Rename arg to agree with doc.
18682 (comint-extract-string): Use syntax-ppss.
18683 (comint-dynamic-simple-complete): Delete useless list construction.
18684 (comint-redirect-subvert-readonly): New.
18685 (comint-redirect-preoutput-filter): Use it.
18686
18687 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18688 Correctly handle negative arguments when calling hook functions.
18689
18690 2004-04-14 Jesper Harder <harder@ifa.au.dk>
18691
18692 * info.el (info-apropos): Don't clobber Info-history-list.
18693
18694 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
18695
18696 * progmodes/compile.el (compilation-setup):
18697 Localize overlay-arrow-position.
18698 (compilation-sentinel): Restructure code equivalently.
18699 (compilation-next-error): Find message on same line after point if
18700 not found before point.
18701 (compile-mouse-goto-error): Restore function so that compilation
18702 buffer need not be current and use compile-goto-error.
18703 (compile-goto-error): Restore function.
18704 (next-error): Set overlay-arrow-position.
18705 (compilation-forget-errors): Don't localize already local
18706 compilation-locs and remove FIXME about refontifying.
18707
18708 2004-04-14 Kim F. Storm <storm@cua.dk>
18709
18710 * startup.el (emacs-quick-startup): New defvar (set by -Q).
18711 (command-line): New option -Q. Like -q --no-site-file, but
18712 in addition it also disables menu-bar, tool-bar, scroll-bars,
18713 tool-tips, and the blinking cursor.
18714 (command-line-1): Skip startup screen if -Q.
18715 (fancy-splash-head): Use ":align-to center" prop to center splash image.
18716
18717 * emulation/cua-base.el (cua-read-only-cursor-color)
18718 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18719
18720 2004-04-13 Dave Love <fx@gnu.org>
18721
18722 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
18723 (syntax): Don't require.
18724 (python) <defgroup>: Add :version.
18725 (python-quote-syntax): Re-written.
18726 (inferior-python-mode): Move stuff here from run-python and add
18727 some more.
18728 (python-preoutput-continuation, python-preoutput-result)
18729 (python-dotty-syntax-table): New.
18730 (python-describe-symbol): Use them.
18731 (run-python): Move stuff to inferior-python-mode. Modify code
18732 loaded into Python.
18733 (python-send-region): Use python-proc, python-send-string.
18734 (python-send-string): Send newlines too. Callers changed.
18735 (python-load-file): Re-written.
18736 (python-eldoc-function): New.
18737 (info-look): Don't require.
18738 (python-after-info-look): New. A modified version of former
18739 top-level code for use with eval-after-load.
18740 (python-maybe-jython, python-guess-indent): Use widened buffer.
18741 (python-fill-paragraph): Re-written.
18742 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
18743 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
18744
18745 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
18746
18747 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18748 Set compilation-error-regexp-alist earlier.
18749
18750 * progmodes/compile.el (compilation-minor-mode-map)
18751 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18752 (compile-goto-error): Re-merge the mouse and non-mouse commands.
18753
18754 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18755
18756 * progmodes/compile.el (compile-goto-error): Select the buffer/window
18757 corresponding to the event.
18758
18759 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
18760
18761 * loadup.el: Add cygwin to system-type list, for unexec() support.
18762
18763 2004-04-12 John Paul Wallington <jpw@gnu.org>
18764
18765 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18766 (ibuffer-restore-window-config-on-quit): New variable to replace
18767 `ibuffer-delete-window-on-quit'. Update all references.
18768 (ibuffer-prev-window-config): New variable.
18769 (ibuffer-quit): Restore previous window configuration instead of
18770 deleting window.
18771 (ibuffer): Save window configuration before showing Ibuffer buffer.
18772
18773 * help.el (describe-mode): Doc fix.
18774
18775 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18776
18777 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18778 not to treat nil as a function.
18779
18780 * vc-arch.el (vc-arch-root): Be a bit more careful.
18781 (vc-arch-register): Save the buffer if we modified it.
18782 (vc-arch-delete-rej-if-obsolete): Save excursion.
18783 (vc-arch-find-file-hook): Use the simpler after-save-hook.
18784 (vc-arch-responsible-p, vc-arch-init-version): New functions.
18785
18786 * net/ldap.el (ldap-search): Use list*.
18787
18788 2004-04-12 Juri Linkov <juri@jurta.org>
18789
18790 * info.el (Info-follow-reference): Allow multiline reference name.
18791
18792 2004-04-11 Dave Love <fx@gnu.org>
18793
18794 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18795
18796 * progmodes/python.el: New file.
18797
18798 2004-04-11 Andre Spiegel <spiegel@gnu.org>
18799
18800 * vc-hooks.el (vc-arg-list): Function removed.
18801 (vc-default-workfile-unchanged-p): Use condition-case to check for
18802 backward compatibility.
18803
18804 * vc.el (vc-print-log): Use condition-case to check for backward
18805 compatibility.
18806
18807 2004-04-11 Juri Linkov <juri@jurta.org>
18808
18809 * dired.el (dired-faces): New defgroup.
18810 (dired-header, dired-mark, dired-marked, dired-flagged)
18811 (dired-warning, dired-directory, dired-symlink, dired-ignored):
18812 New faces.
18813 (dired-header-face, dired-mark-face, dired-marked-face)
18814 (dired-flagged-face, dired-warning-face, dired-directory-face)
18815 (dired-symlink-face, dired-ignored-face): New face variables.
18816 (dired-font-lock-keywords): Use them instead of font-lock faces.
18817 Split the rule for dired marks into 3 separate rules: for marks,
18818 marked file names and flagged file names.
18819
18820 * help-mode.el (help-make-xrefs): Add a final newline to the
18821 *Help* buffer.
18822
18823 2004-04-11 John Paul Wallington <jpw@gnu.org>
18824
18825 * replace.el (occur-engine): Distinguish between one and several
18826 matches in the matches per buffer heading.
18827
18828 2004-04-11 Kim F. Storm <storm@cua.dk>
18829
18830 * ido.el (ido-confirm-unique-completion): New defcustom.
18831 (ido-complete): Use it.
18832 (ido-write-file): Set it to t unconditionally.
18833
18834 2004-04-10 Miles Bader <miles@gnu.org>
18835
18836 RCS keyword removal (only non-comment changes are enumerated here):
18837
18838 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18839 (byte-compile-insert-header): Don't use `byte-compile-version'.
18840 * forms.el (forms-version): Variable removed.
18841 (forms-mode): Don't use `forms-version'.
18842 * recentf.el (recentf-version): Variable removed.
18843 * progmodes/delphi.el (delphi-version): Variable removed.
18844 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18845
18846 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18847
18848 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18849
18850 2004-04-09 Jesper Harder <harder@ifa.au.dk>
18851
18852 * info.el (info-apropos): Improve menu item regexp.
18853
18854 2004-04-09 Simon Josefsson <jas@extundo.com>
18855
18856 * mail/smtpmail.el: Add comment, based on report by
18857 kdc@rcn.com (Kevin D. Clark).
18858
18859 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18860
18861 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18862 Redo one more thing that I didn't notice Daniel had undone.
18863
18864 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
18865
18866 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18867 (gdb-goto-breakpoint, gdb-display-buffer)
18868 (gdb-display-source-buffer, gdb-view-source-function)
18869 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18870 (gdb-source-info, gdb-frame-handler): Don't specify a window
18871 for display.
18872 (gdb-info-breakpoints-custom): Remove superfluous update of
18873 assembler buffer.
18874 (gdb-many-windows): Make settable outside gdb.
18875
18876 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
18877
18878 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18879 Derive from fundamental-mode rather than text-mode.
18880
18881 2004-04-08 Juri Linkov <juri@jurta.org>
18882
18883 * info.el (Info-history): Doc fix.
18884 (Info-history-list): New var.
18885 (info-xref): Change magenta4 to blue, remove bold for dark and
18886 light backgrounds, change bold to underline for non-color classes.
18887 (info-xref-visited): New face.
18888 (Info-fontify-visited-nodes): New custom.
18889 (Info-hide-note-references): Add new value `hide'. Doc fix.
18890 (Info-reference-name): New var.
18891 (Info-selection-hook): New custom.
18892 (Info-edit-mode-hook): New var.
18893 (Info-find-file): New fun.
18894 (Info-find-node): Move part of code to Info-find-file.
18895 (Info-find-node-2): Add anchors to Info-history-list. Move point
18896 to the place with the reference name if name is defined.
18897 (Info-select-node): Add current node to Info-history-list.
18898 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18899 (Info-search-whitespace-regexp): New custom.
18900 (Info-search-case-fold): New var.
18901 (Info-search): Add "case-sensitively" to the prompt.
18902 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
18903 (Info-search-case-sensitively, Info-search-next): New fun.
18904 (Info-up): Move point to the menu item of the current node.
18905 (Info-history): New fun. Add *info-history* to
18906 same-window-buffer-names.
18907 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
18908 (Info-insert-toc): New fun.
18909 (Info-build-toc): New fun.
18910 (Info-follow-reference): Add new arg `fork'. Doc fix.
18911 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
18912 with the same name prefer the reference closest to point.
18913 (Info-next-reference): Replace * by + in the *Note regexp.
18914 Add regexp for http:// and ftp://. Skip the *Note prefix.
18915 (Info-prev-reference): Replace * by + in the *Note regexp.
18916 Add regexp for http:// and ftp://. Skip the *Note prefix.
18917 (Info-follow-nearest-node): Add new arg `fork'.
18918 (Info-try-follow-nearest-node): Add new arg `fork'.
18919 Call browse-url for http:// and ftp:// references.
18920 Set Info-reference-name for index entries.
18921 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18922 Info-search-next, Info-history, Info-toc, clone-buffer.
18923 (Info-menu-update): Replace * by + in the *Note regexp.
18924 (Info-mode): Add documentation for Info-history, Info-toc,
18925 Info-search-case-sensitively, Info-search-next, clone-buffer.
18926 (Info-fontify-menu-headers): Remove fun. Move code to
18927 Info-fontify-node.
18928 (Info-fontify-node): Add docstring. Add local vars
18929 fontify-visited-p and not-fontified-p. If not-fontified-p is t
18930 then fontify header line, titles, menu headers, http and ftp
18931 references, refill paragraphs. If not-fontified-p is t or
18932 fontify-visited-p is t then fontify cross references, menu items.
18933 Fontify menu headers. Fontify http and ftp references.
18934 Change regexp for cross references to require whitespace after *Note,
18935 add matching groups for file and node names. Remove hack for quote.
18936 Use display property for Info-hide-note-references=t. Use fifth
18937 or fourth match for help-echo. Display visited nodes in a
18938 different face. Unhide file names of external references.
18939 Unhide newlines. Display visited menu items in a different face.
18940
18941 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
18942
18943 * progmodes/compile.el: Require CL.
18944 (compilation-mode-font-lock-keywords): Re-install the "line as
18945 function" patch.
18946
18947 * help-fns.el (help-C-source-directory): New var.
18948 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18949 (describe-function-1, describe-variable): Use them.
18950
18951 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18952 to C source files specially.
18953
18954 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
18955
18956 * info.el (Info-hide-cookies-node): New function.
18957 (Info-select-node): Use it.
18958 (Info-display-images-node): Remove message with image file name.
18959
18960 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
18961
18962 * progmodes/compile.el (compilation-warning-face)
18963 (compilation-info-face, compilation-skip-threshold)
18964 (compilation-skip-visited, compilation-context-lines):
18965 Declare :version when added to Emacs.
18966 (compilation-error-regexp-alist-alist): Extend caml and irix.
18967 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18968 (compilation-mode-font-lock-keywords): Temporarily undo line as
18969 function patch, which wasn't ready.
18970
18971 2004-04-07 Kenichi Handa <handa@m17n.org>
18972
18973 * international/latin1-disp.el (latin1-display-setup): Check each
18974 character is displayable or not instead of calling
18975 latin1-display-check-font.
18976
18977 2004-04-06 Kenichi Handa <handa@m17n.org>
18978
18979 * language/ethio-util.el (ethio-sera-being-called-by-w3):
18980 New variable.
18981 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18982 instead of sera-being-called-by-w3.
18983 (ethio-fidel-to-sera-buffer): Likewise.
18984 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18985 instead of sera-being-called-by-w3.
18986 (ethio-write-file): Likewise.
18987
18988 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18989
18990 * printing.el: Doc fix.
18991
18992 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
18993
18994 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18995 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18996 (gdb-setup-windows): Only use separate IO buffer if required.
18997
18998 2004-04-06 Kim F. Storm <storm@cua.dk>
18999
19000 * term.el (term-is-xemacs): Remove.
19001 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
19002 (term-window-width): New function.
19003 (term-mode, term-check-size): Use it.
19004 (term-mode): Disable overflow-newline-into-fringe in term buffer.
19005
19006 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
19007
19008 * cus-edit.el (custom-add-parent-links): Change unbound variable
19009 `symbol' to `name'.
19010
19011 2004-04-05 Jesper Harder <harder@ifa.au.dk>
19012 * info.el (info-apropos): New function.
19013 (Info-mode-menu): Add it.
19014 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
19015
19016 * help-mode.el (help-make-xrefs): Recognize aliased variable with
19017 inherited docstring.
19018
19019 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
19020
19021 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
19022
19023 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
19024
19025 * progmodes/compile.el (font-lock): Don't require any more.
19026 (compilation-error-properties, compilation-start, compilation-sentinel)
19027 (compilation-filter, next-error): Use with-current-buffer.
19028 (compilation-skip-to-next-location, compilation-skip-threshold)
19029 (compilation-skip-visited): Move to silence the byte-compiler.
19030 (compilation-setup): Simplify.
19031 (compilation-next-error): Use line-(beginning|end)-position.
19032 Make sure `pt' is non-nil before using compilation-loop.
19033 (compile-goto-error): Add optional event arg. Use it.
19034 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
19035 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
19036 Update the binding for mouse-2.
19037 (first-error): Set compilation-current-error to nil rather than bob.
19038 (compilation-parsing-end, compilation-parse-errors-function)
19039 (compilation-error-list, compilation-old-error-list):
19040 "New" compatibility variables.
19041 (compile-buffer-substring, compilation-compat-error-properties)
19042 (compilation-compat-parse-errors, compilation-forget-errors):
19043 New compatibility functions.
19044 (compilation-mode-font-lock-keywords): Use them.
19045
19046 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
19047
19048 * autorevert.el (auto-revert-handler): If point (or a window
19049 point) is at the end of the buffer, keep it there after
19050 reverting. This allows to tail a file.
19051 Mention this in the `Commentary'.
19052
19053 * format.el (format-write-file): Add optional argument CONFIRM
19054 and make it behave like the analogous argument to `write-file'.
19055
19056 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19057
19058 * progmodes/ebnf2ps.el: Doc fix.
19059 (ebnf-version): New version number (4.2).
19060 (ebnf-syntax): Customization and docstring fix.
19061 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
19062 Put autoloaded funs before first use.
19063 (ebnf-style-database): Add dtd entry.
19064 (ebnf-syntax-alist): Add dtd initialization.
19065 (ebnf-token-sequence): New fun.
19066 (ebnf-comment-table): Add new comment action character.
19067 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
19068
19069 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
19070 Type Definition for XML).
19071
19072 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
19073 * progmodes/ebnf-bnf.el (ebnf-sequence):
19074 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
19075 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
19076 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
19077 Code simplification: call ebnf-token-sequence.
19078
19079 2004-04-04 Eli Zaretskii <eliz@gnu.org>
19080
19081 * calendar/timeclock.el (timeclock-relative)
19082 (timeclock-get-project-function, timeclock-get-workday-function)
19083 (timeclock-query-out, timeclock-when-to-leave)
19084 (timeclock-when-to-leave-string, timeclock-log-data)
19085 (timeclock-generate-report, timeclock-in): Doc fixes.
19086
19087 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19088
19089 * url/: New dir. Import the URL package from its repository.
19090
19091 2004-04-03 Andreas Schwab <schwab@suse.de>
19092
19093 * diff-mode.el (diff-mode): Fix missing quote.
19094
19095 2004-04-03 Juri Linkov <juri@jurta.org>
19096
19097 * descr-text.el (describe-property-list): Add `font-lock-face'.
19098
19099 * dired.el (dired-font-lock-keywords): Fix permission regexps.
19100
19101 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19102
19103 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
19104 Use utf-16le on little endian machines and utf-16be otherwise.
19105
19106 2004-04-02 David Kastrup <dak@gnu.org>
19107
19108 * net/browse-url.el (browse-url-generic): Use call-process
19109 instead of start-process to allow browsers that fork and detach.
19110
19111 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
19112
19113 * compile.el (compilation-current-error): New var.
19114 (compilation-setup, compile-mouse-goto-error)
19115 (compile-goto-error, next-error): Use it.
19116 (compilation-skip-to-next-location): Default to t, which gives
19117 contiguous skipping like old compile (where this was redundant).
19118 (compilation-next-error): Prevent previous-* commands from moving
19119 back to message at or just before point.
19120
19121 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
19122
19123 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
19124 (gdb-source-info): Don't display source at startup, if required.
19125 (gdb-show-main): New option.
19126 (gdba): Update documentation.
19127 (gdb-source): Cover case of auto-display output.
19128
19129 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
19130
19131 * autorevert.el: Delete obsolete autoloads and defvars.
19132 (auto-revert-check-vc-info): New user option.
19133 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19134 (auto-revert-handler-vc): Delete.
19135 (auto-revert-handler): Treat return value `fast' of
19136 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
19137
19138 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
19139 return `fast'.
19140
19141 * files.el (buffer-stale-function): Doc change.
19142
19143 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19144
19145 * printing.el: New tip on Tips section.
19146 (pr-version): New version number (6.7.4).
19147 (pr-shell-file-name): Initialization fix.
19148
19149 2004-03-31 Juri Linkov <juri@jurta.org>
19150
19151 * dired.el: Add autoload for `dired-do-touch'.
19152 (dired-touch-program): New var.
19153 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
19154 (dired-no-confirm): Add `touch' to docstring.
19155
19156 * dired-aux.el (dired-do-touch): New fun.
19157 (dired-do-chxxx): Add argument -t for touch operation.
19158
19159 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
19160 `dired-move-to-filename-regexp'.
19161
19162 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
19163
19164 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
19165
19166 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19167
19168 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
19169 and only if the buffer was modified.
19170
19171 2004-03-30 Kenichi Handa <handa@m17n.org>
19172
19173 * international/characters.el: Delete pairs for U+2308..U+230B.
19174
19175 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
19176
19177 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
19178 to detect the beginning of a level 2 or 3 annotation.
19179
19180 2004-03-29 Kenichi Handa <handa@m17n.org>
19181
19182 * international/ucs-tables.el (ucs-insert): Fix the error message.
19183
19184 2004-03-29 Kenichi Handa <handa@m17n.org>
19185
19186 * international/mule-util.el (char-displayable-p): Fix generation
19187 of XLFD file name.
19188
19189 * Makefile.in (setwins, setwins_almost): Change directory to $wd
19190 before finding directories by `find'.
19191
19192 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19193
19194 * subr.el (interactive-form): Delete. Now implemented in C.
19195
19196 * pcvs.el (cvs-parse-process): Workaround for Darwin.
19197
19198 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
19199 (vc-diff-label): New fun.
19200 (vc-diff-internal): Use it.
19201
19202 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
19203
19204 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19205
19206 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
19207
19208 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
19209 specify XML (EBNFX).
19210
19211 * progmodes/ebnf2ps.el: Doc fix.
19212 (ebnf-version): New version number (4.1).
19213 (ebnf-syntax): Adjust customization.
19214 (ebnf-style-database): Add ebnfx entry.
19215 (ebnf-syntax-alist): Add ebnfx initialization.
19216 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
19217
19218 * printing.el: Doc fix.
19219 (pr-version): New version number (6.7.3).
19220 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
19221 returns nil for mouse position. Reported by Drew Adams
19222 <drew.adams@oracle.com>.
19223 (pr-update-menus): Modify interactive declaration. Reported by Drew
19224 Adams <drew.adams@oracle.com>.
19225
19226 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
19227
19228 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
19229 (gud-gdba-marker-filter): Log the process input and output, if
19230 required. From Stefan Monnier.
19231 (gdb-debug-log, gdb-enable-debug-log): New variables.
19232 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
19233
19234 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19235
19236 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
19237 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
19238
19239 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
19240
19241 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
19242 Call vc-find-file-hook here instead of in auto-revert-buffers.
19243 (auto-revert-buffers): Delete call to vc-find-file-hook.
19244 (auto-revert-verbose, global-auto-revert-non-file-buffers)
19245 (global-auto-revert-mode, auto-revert-set-timer)
19246 (auto-revert-handler, auto-revert-buffers): Doc fixes.
19247
19248 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19249
19250 * woman.el (woman-change-fonts): Rename local variable
19251 woman-font-alist to font-alist to avoid a compiler warning.
19252
19253 2004-03-27 Dave Love <fx@gnu.org>
19254
19255 * emacs-lisp/rx.el (rx): Doc fix.
19256 Fix copyright years.
19257
19258 * strokes.el (strokes-global-set-stroke-string): New function.
19259 (strokes-list-strokes): Cope with strings, not just commands.
19260 Set foreground color of image.
19261 (strokes-global-set-stroke): Doc fix.
19262
19263 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
19264
19265 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
19266 Auto Revert mode.
19267 (Buffer-menu-files-only): New variable.
19268 (Buffer-menu-toggle-files-only): New function.
19269 (Buffer-menu-mode-map): Bind it to `T'.
19270 (Buffer-menu-mode): Mention `T' in docstring.
19271 Set buffer-stale-function.
19272 (list-buffers-noselect): Mark buffer non-modified and set
19273 Buffer-menu-files-only.
19274
19275 * dired.el (buffer-stale-function): Remove no longer needed defvar.
19276
19277 * autorevert.el (auto-revert-handler): Print revert message
19278 before, rather than after, reverting.
19279 (buffer-stale-function): Move to files.el.
19280
19281 * files.el (buffer-stale-function): Move here from autorevert.el.
19282
19283 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19284
19285 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
19286
19287 * calc/calc.el (calc-mode-map): Use mapc.
19288
19289 * apropos.el (apropos-mode): Don't autoload.
19290 (apropos-symbols-internal): New fun. Extracted from `apropos'.
19291 (apropos): Use it.
19292 (apropos-print): Add optional `text' argument.
19293 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
19294 Don't assume point-min == 1.
19295
19296 * bs.el (bs-buffer-list): Use buffer-local-value.
19297 (bs--set-toggle-to-show): Use with-current-buffer.
19298
19299 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
19300 New funs.
19301 (list-buffers-noselect): Use them. Adjust :align-to to new style.
19302
19303 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
19304
19305 * dabbrev.el (dabbrev-expand): Fix regexp construction.
19306 (dabbrev--find-expansion): Use pop.
19307 (dabbrev--search): Use match-string-no-properties.
19308
19309 * dired.el (dired-mode): Use run-mode-hooks.
19310 (dired-move-to-end-of-filename): Use match-string.
19311
19312 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
19313 is bound before using it.
19314 (ediff-verbose-p): Make it into a var since it's not constant.
19315
19316 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
19317
19318 * faces.el (read-face-font): Don't cons up unnecessarily.
19319 (header-line, tool-bar): Share common parts.
19320
19321 * files.el (file-relative-name): Use compare-strings.
19322
19323 * finder.el (finder-mode): Follow coding convention.
19324
19325 * subr.el (read-number): New function.
19326
19327 * ses.el (ses-read-number): Move to subr.el.
19328 (ses-set-header-row): Use read-number.
19329
19330 2004-03-26 Andre Spiegel <spiegel@gnu.org>
19331
19332 * vc-hooks.el (vc-arg-list): New function, which handles both
19333 compiled and uncompiled code.
19334 (vc-default-workfile-unchanged-p): Use it.
19335
19336 * vc.el (vc-print-log): Undo prev change, use new function
19337 vc-arg-list from vc-hooks.el.
19338
19339 2004-03-26 Masatake YAMATO <jet@gyve.org>
19340
19341 * simple.el (completion-setup-function): Emphasize the
19342 first uncommon characters in the completions; and de-emphasize
19343 the common prefix substrings.
19344 (completion-emphasis): New face.
19345 (completion-de-emphasis): New face.
19346
19347 2004-03-25 Juanma Barranquero <lektu@terra.es>
19348
19349 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
19350 Comment out (it's unused and unfinished code).
19351
19352 2004-03-25 Sam Steingold <sds@gnu.org>
19353
19354 * vc.el (vc-print-log): Fix a bug in the last patch:
19355 backend-function may be a byte-compiled object, not a lambda.
19356
19357 2004-03-25 Juri Linkov <juri@jurta.org>
19358
19359 * descr-text.el (describe-property-list): Add a button
19360 for `face' property that calls `describe-face'.
19361 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
19362
19363 * international/mule.el (keyboard-coding-system):
19364 * kmacro.el (kmacro-call-macro): Fix docstring.
19365
19366 * dired.el: Fix comments.
19367
19368 * textmodes/fill.el (fill): Fix Info link.
19369
19370 * font-lock.el (fast-lock, lazy-lock):
19371 * jit-lock.el (jit-lock): Remove links to removed Support Modes
19372 Info node.
19373
19374 * eshell/eshell.el (eshell): Fix broken info-link.
19375
19376 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
19377 * eshell/em-banner.el (eshell-banner):
19378 * eshell/em-smart.el (eshell-smart):
19379 * eshell/esh-cmd.el (eshell-cmd):
19380 Comment out broken info-links to incomplete Info manual.
19381
19382 * info-xref.el: Fix commentary.
19383
19384 2004-03-25 Kevin Ryde <user42@zip.com.au>
19385
19386 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
19387 Remove spurious node duplicate suppression, doesn't work, not wanted.
19388 (info-xref-output): Take format style args, add "sit-for 0" to let
19389 user see the results as they progress.
19390 (info-xref-check-all-custom): New function.
19391
19392 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
19393
19394 * gdb-ui.el: Moved to progmodes.
19395
19396 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19397
19398 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
19399
19400 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19401
19402 * calendar/appt.el (appt-check): Remove superfluous progn.
19403 When finished with diary buffer: if it was not being displayed
19404 before, kill it; otherwise restore its original state.
19405 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
19406
19407 * calendar/calendar.el (calendar-set-mode-line): Use total
19408 available mode-line width, rather than frame-width.
19409
19410 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
19411 after mode change so effect not lost.
19412
19413 2004-03-23 Dave Love <fx@gnu.org>
19414
19415 * dired.el (dired) <defgroup>: Add link to manual.
19416 (dired-font-lock-keywords): Add highlighting on unusual permissions.
19417 (dired-revert): Use dolist.
19418 (dired-mode-map): Add U binding.
19419 (dired-mode): Add font-lock-beginning-of-syntax-function.
19420 (dired-garbage-files-regexp): Make it a defcustom.
19421
19422 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19423
19424 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
19425 is equivalent to nil.
19426 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
19427 (vc-arch-mode-line-string): Accept `added' state.
19428 (vc-arch-state): Use inode-sigs if available.
19429 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
19430 Copy&delete existing id file if any. Fallback if uuidgen is absent.
19431 (vc-arch-tagline-re): New var.
19432 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
19433 New functions.
19434 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
19435 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
19436
19437 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
19438 (vc-file-not-found-hook): Use it.
19439
19440 * diff-mode.el (diff-default-read-only): Change default.
19441 (diff-mode-hook): Make it a defcustom. Add some options.
19442 (diff-mode-map): Bind diff-refine-hook.
19443 (diff-yank-handler): New var.
19444 (diff-yank-function): New fun.
19445 (diff-font-lock-keywords): Use them.
19446 (diff-end-of-file): Handle case where file-header looks like diff text.
19447 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
19448 (diff-file-kill): Delete a subsequent empty line, if applicable.
19449 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
19450 (diff-find-file-name): Use it.
19451 (diff-tell-file-name): New command.
19452 (diff-mode): Be careful with view-mode.
19453 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
19454 New functions, for use in diff-mode-hook.
19455 (diff-find-source-location): Catch "regex too large" errors.
19456 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
19457 (diff-refine-hunk): New command.
19458
19459 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
19460 (smerge-context-menu-map): Remove unused var.
19461 (smerge-keep-all): Preserve markers.
19462 (smerge-keep-n): New fun.
19463 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19464 (smerge-keep-current, smerge-ediff): Use it.
19465 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
19466 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
19467 (smerge-resolve): Resolve trivial 3-part conflicts.
19468
19469 2004-03-23 Juri Linkov <juri@jurta.org>
19470
19471 * man.el (Man-width): New var.
19472 (Man-getpage-in-background): Use it.
19473 (Man-support-local-filenames): New var and fun.
19474 (Man-build-man-command): Don't add a second %s.
19475 (Man-fontify-manpage): Clean up message.
19476 (Man-mode): Set outline-regexp, outline-level,
19477 imenu-generic-expression.
19478
19479 * woman.el (woman-fill-frame): Doc fix.
19480 (woman-decode-region): Use window-width instead of frame-width.
19481
19482 * abbrevlist.el (list-one-abbrev-table):
19483 * descr-text.el (describe-char):
19484 * international/mule-diag.el (describe-current-coding-system):
19485 * international/quail.el (quail-insert-decode-map):
19486 Use window-width instead of frame-width.
19487
19488 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
19489 (jka-compr-mode-alist-additions): Add tbz.
19490 (jka-compr-write-region, jka-compr-insert-file-contents):
19491 Add message for undefined compress-program.
19492 (jka-compr-write-region): Remove redundant var bindings.
19493
19494 * dired-x.el (dired-guess-shell-alist-default): Add choices for
19495 extracting files into subdirectory. Add tbz and dz. Fix regexps.
19496 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
19497 (dired-man): Use dired-guess-shell-command.
19498 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
19499 Change default nil to t.
19500
19501 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
19502 (dired-compare-directories): Add default value for empty input.
19503
19504 * help-at-pt.el: Move suggestions for key bindings to Commentary.
19505
19506 * time.el (display-time-string-forms): Fix help-echo date format.
19507
19508 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
19509
19510 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
19511 (buffer-stale-function): New variable.
19512 (auto-revert-list-diff, auto-revert-dired-file-list)
19513 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
19514 (auto-revert-handler): Take over some functionality of deleted
19515 functions.
19516 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
19517
19518 * dired.el (dired-directory-changed-p): New fun, extracted from
19519 dired-internal-noselect.
19520 (dired-buffer-stale-p): New fun.
19521 (dired-internal-noselect): Use dired-directory-changed-p.
19522 Eliminate revert messages.
19523 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
19524
19525 2004-03-23 Kenichi Handa <handa@m17n.org>
19526
19527 * international/characters.el: Setup syntaxes for more parentheses
19528 Unicode characters.
19529
19530 * international/mule-cmds.el (select-safe-coding-system):
19531 Merge coding-system and auto-cs before comparing them.
19532
19533 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19534
19535 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
19536
19537 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19538 normal-auto-fill-function and comment-indent-function.
19539 The default values now work just as well.
19540 Don't set font-lock-beginning-of-syntax-function since we already set
19541 syntax-begin-function.
19542 (lisp-outline-level): Put ;;;###autoload at same level as (.
19543 (prin1-char): Quote special chars.
19544
19545 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
19546 than with-no-warnings.
19547
19548 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
19549 if the source location can't be found.
19550 (edebug-compute-previous-result): Use prin1-char.
19551
19552 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
19553 (debug-ignored-errors): Add an entry.
19554
19555 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
19556 (byte-compile-file): Output warning when deleting a file.
19557
19558 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
19559 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
19560
19561 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
19562 (byte-compile-inline-expand): Use backquote.
19563 (byte-optimize-pure-func): Rename from byte-optimize-concat.
19564 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
19565
19566 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
19567
19568 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
19569
19570 2004-03-22 Juri Linkov <juri@jurta.org>
19571
19572 * finder.el (finder-known-keywords): Fix data, tex, unix.
19573
19574 * play/landmark.el: Fix keywords.
19575
19576 * language/ethio-util.el (ethio-find-file): Doc fix.
19577
19578 * emacs-lisp/warnings.el: Doc fix.
19579
19580 * textmodes/ispell.el (ispell-help): Doc fix.
19581
19582 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
19583
19584 * format.el (format-insert-file): Always return a list of two
19585 elements, like insert-file-contents does.
19586
19587 2004-03-21 Andre Spiegel <spiegel@gnu.org>
19588
19589 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
19590 and vc-BACKEND-diff.
19591 (vc-print-log): If the print-log implementation supports it, use
19592 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
19593 (vc-version-diff, vc-diff-internal): Doc fixes.
19594
19595 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19596 implementation supports it, let diff output go to *vc*,
19597 not *vc-diff*, since this is an internal call.
19598
19599 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
19600
19601 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
19602
19603 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19604
19605 2004-03-21 Dave Love <fx@gnu.org>
19606
19607 * progmodes/cfengine.el (cfengine-mode):
19608 Set parse-sexp-ignore-comments.
19609
19610 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
19611
19612 2004-03-21 Juanma Barranquero <lektu@terra.es>
19613
19614 * allout.el (allout-mode): Fix docstring.
19615
19616 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
19617
19618 * files.el (insert-directory): Fix bug if SWITCHES is a list.
19619
19620 * autorevert.el (auto-revert-interval): Make new value take
19621 effect immediately when set through Custom.
19622 (auto-revert-set-timer): Add interactive declaration.
19623
19624 2004-03-19 David Ponce <david@dponce.com>
19625
19626 * ruler-mode.el (ruler-mode-header-line-format-old):
19627 Don't `make-variable-buffer-local'.
19628 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
19629 (ruler-mode-header-line-format): Simply funcall the above.
19630 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
19631 to save/restore a previous header line format.
19632 (ruler-mode-space): Don't depend on a numeric WIDTH value.
19633 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
19634 fringes and margins width.
19635 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
19636
19637 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
19638
19639 * log-edit.el (log-edit-font-lock-keywords): Typo.
19640
19641 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
19642 (tex-send-tex-command): Rather than here.
19643 (tex-compilation-parse-errors): Simplify.
19644
19645 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
19646
19647 * time.el (display-time-string-forms): Add help-echo with date on time.
19648
19649 * composite.el (compose-region): Use restore-buffer-modified-p.
19650
19651 * disp-table.el (standard-display-8bit): Simplify.
19652
19653 * server.el (server-process-filter): Delete temp frame.
19654
19655 * add-log.el (add-change-log-entry): Simplify.
19656
19657 2004-03-19 Kim F. Storm <storm@cua.dk>
19658
19659 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
19660 (hexl-follow-line): Don't require 'fringe.
19661
19662 * progmodes/compile.el (compilation-start): Always set
19663 compilation-last-buffer and return it.
19664
19665 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
19666
19667 * simple.el (clone-buffer): Doc fix.
19668
19669 2004-03-18 Juanma Barranquero <lektu@terra.es>
19670
19671 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
19672
19673 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19674
19675 * log-edit.el (log-edit-font-lock-keywords): New var.
19676 (log-edit-mode): Use it.
19677
19678 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
19679
19680 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
19681 properly for watching in speedbar.
19682
19683 2004-03-17 Masatake YAMATO <jet@gyve.org>
19684
19685 * smerge-mode.el (smerge-popup-context-menu):
19686 Put `unwind-protect' around `overlay-put' and `popup-menu'.
19687
19688 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19689
19690 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19691 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19692 Take sealed revisions into account.
19693 (vc-arch-checkin): Extract a summary line from the message.
19694
19695 2004-03-16 Masatake YAMATO <jet@gyve.org>
19696
19697 * register.el (register): Provide `register' feature.
19698
19699 2004-03-15 Masatake YAMATO <jet@gyve.org>
19700
19701 Added context menu support in smerge mode.
19702 Most of the part is written by Stefan Monnier.
19703
19704 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19705 New keymap and menu.
19706 (smerge-text-properties): New function.
19707 (smerge-remove-props): New function.
19708 (smerge-popup-context-menu): New function.
19709 (smerge-resolve): Call `smerge-remove-props'.
19710 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19711 (smerge-keep-current): Ditto.
19712 (smerge-kill-current): New function.
19713 (smerge-match-conflict): Put text properties.
19714 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19715
19716 2004-03-15 David Ponce <david@dponce.com>
19717
19718 * ruler-mode.el (ruler-mode-left-fringe-cols)
19719 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19720 (ruler-mode-right-scroll-bar-cols): Remove.
19721 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19722 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19723 Use fringe-columns and scroll-bar-columns.
19724
19725 2004-03-15 Masatake YAMATO <jet@gyve.org>
19726
19727 * hl-line.el (hl-line-range-function): New variable.
19728 (hl-line-move): New function.
19729 (global-hl-line-highlight): Use `hl-line-move'.
19730 (hl-line-highlight): Ditto.
19731
19732 * scroll-bar.el (scroll-bar-columns):
19733 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19734
19735 * ruler-mode.el (top-level): Require scroll-bar and fringe.
19736 (ruler-mode-left-fringe-cols)
19737 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19738 (ruler-mode-right-scroll-bar-cols)
19739 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19740 (ruler-mode-ruler-function): New variable.
19741 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19742 if the value for `ruler-mode-ruler-function' is given.
19743
19744 * hexl.el (hexl-mode-hook): Make the hook customizable.
19745 (hexl-address-area, hexl-ascii-area): New customize variables.
19746 (hexlify-buffer): Put font-lock-faces on the address area and
19747 the ascii area.
19748 (hexl-activate-ruler): New function.
19749 (hexl-follow-line): New function.
19750 (hexl-highlight-line-range): New function.
19751 (hexl-mode-ruler): New function.
19752
19753 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19754
19755 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
19756 (vc-default-find-file-hook): New fun.
19757 (vc-find-file-hook): Call new find-file-hook operation.
19758
19759 * vc-arch.el: New file.
19760
19761 2004-03-12 Jesper Harder <harder@ifa.au.dk>
19762
19763 * info-look.el (info-lookup): Reuse an existing Info window.
19764
19765 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19766
19767 * woman.el (woman-preserve-ascii): Default value changed to t and
19768 doc string revised.
19769
19770 2004-03-12 Richard M. Stallman <rms@gnu.org>
19771
19772 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19773 Fix minor bug.
19774
19775 * replace.el (occur-engine): Change message for count of matches.
19776
19777 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19778 For strings, do compare text properties.
19779
19780 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
19781
19782 * progmodes/compile.el (compile-auto-highlight)
19783 (compilation-error-list, compilation-old-error-list)
19784 (compilation-parse-errors-function, compilation-parsing-end)
19785 (compilation-error-message, compilation-directory-stack)
19786 (compilation-enter-directory-regexp-alist)
19787 (compilation-leave-directory-regexp-alist)
19788 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19789 (compilation-current-file, compilation-regexps): Remove vars.
19790
19791 (compile-error-at-point, compilation-error-filedata)
19792 (compilation-error-filedata-file-name, compile-reinitialize-errors)
19793 (compilation-next-error-locus, compilation-forget-errors)
19794 (count-regexp-groupings, compilation-parse-errors)
19795 (compile-collect-regexps, compile-buffer-substring): Remove funs.
19796
19797 (compile-internal): Make obsolete.
19798
19799 (compilation-first-column, compilation-error)
19800 (compilation-directory-matcher, compilation-page-delimiter)
19801 (compilation-mode-font-lock-keywords, compilation-debug)
19802 (compilation-error-face, compilation-warning-face)
19803 (compilation-info-face, compilation-line-face)
19804 (compilation-column-face, compilation-enter-directory-face)
19805 (compilation-leave-directory-face, compilation-skip-threshold)
19806 (compilation-skip-visited, compilation-context-lines): New vars.
19807
19808 (compilation-warning-face, compilation-info-face)
19809 (compilation-message-face): New faces.
19810
19811 (compilation-error-regexp-alist-alist): New constant.
19812
19813 (compilation-face, compilation-directory-properties)
19814 (compilation-assq, compilation-error-properties, compilation-start)
19815 (define-compilation-mode, compilation-loop)
19816 (compilation-set-window): New functions.
19817
19818 (compile): Additional argument for interactive compiles like TeX.
19819
19820 * progmodes/grep.el (kill-grep): Move here from compile.el
19821 (grep-error, grep-hit-face, grep-error-face)
19822 (grep-mode-font-lock-keywords): New variables.
19823 (grep-regexp-alist): Simplify regexp and add `binary' case.
19824 (grep-mode): New mode.
19825 (grep-process-setup): Simplify.
19826
19827 2004-03-11 Jason Rumney <jasonr@gnu.org>
19828
19829 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19830 letters on DOS/Windows.
19831
19832 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
19833
19834 * server.el (server-name): New var.
19835 (server-socket-dir): New var to replace server-socket-name.
19836 (server-start): Use them.
19837
19838 2004-03-11 Simon Josefsson <jas@extundo.com>
19839
19840 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19841 died to avoid infloop. Reported by Jonathan Glauner
19842 <jglauner@sbum.org>.
19843
19844 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19845
19846 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19847 (smerge-mode-menu): Use it to deactivate menu entries.
19848 (smerge-keep-current): New fun.
19849 (smerge-keep-current): Use it.
19850
19851 2004-03-10 John Paul Wallington <jpw@gnu.org>
19852
19853 * foldout.el (foldout-fold-list, foldout-modeline-string):
19854 Declare them as variables, not constants.
19855
19856 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19857
19858 * ps-print.el: Modification to print *Messages* buffer.
19859 (ps-print-version): New version 6.6.4.
19860 (ps-message-log-max): New fun.
19861 (ps-spool-without-faces, ps-spool-with-faces)
19862 (ps-count-lines-preprint): Code fix.
19863
19864 * printing.el: New tips in Tips section.
19865
19866 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19867
19868 * delim-col.el: Doc fix.
19869
19870 * printing.el: Doc fix. New doc section (Tips).
19871
19872 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
19873
19874 * type-break.el (type-break-emacs-variant): Remove.
19875 (type-break-run-at-time, type-break-cancel-function-timers):
19876 Use fboundp rather than version name and number.
19877
19878 2004-03-09 Masatake YAMATO <jet@gyve.org>
19879
19880 * hexl.el (hexl-mode): Use `make-local-variable' instead of
19881 `make-variable-buffer-local'.
19882
19883 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
19884
19885 * find-dired.el (find-dired): Call `shell-command' instead of
19886 `start-process-shell-command'. By this, Tramp takes over
19887 handling of remote directories.
19888
19889 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19890
19891 * newcomment.el (comment-use-global-state): New var.
19892 (comment-search-forward): Use it.
19893
19894 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19895
19896 * cus-edit.el (fill) <defgroup>: Move to fill.el.
19897
19898 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19899 (enable-kinsoku): Make it a defcustom.
19900 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19901 paragraph to same-comment-start-marker.
19902
19903 2004-03-07 Dave Love <fx@gnu.org>
19904
19905 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19906 (browse-url-mail): Use it.
19907
19908 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19909 (rfc2368-unhexify-string): Use replace-regexp-in-string.
19910
19911 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19912
19913 * woman.el (woman-man.conf-path): Doc fix.
19914 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19915
19916 2004-03-07 Eli Zaretskii <eliz@gnu.org>
19917
19918 * sort.el (sort-columns): Remove ms-dos from the list of systems
19919 where the external `sort' command is not used.
19920
19921 2004-03-07 Kim F. Storm <storm@cua.dk>
19922
19923 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19924 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19925 from overlay-arrow-variable-list.
19926 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19927
19928 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
19929
19930 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19931 overlay arrow string properly for the assembler buffer.
19932
19933 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19934
19935 * mail/sendmail.el (mail-mode): Fix last change.
19936
19937 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
19938
19939 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19940 for the assembler buffer.
19941 (gdb-assembler-custom): Position the overlay arrow.
19942 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19943
19944 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
19945
19946 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19947
19948 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19949 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19950
19951 * mail/sendmail.el (mail-mode): Set comment-start-skip.
19952
19953 * newcomment.el (uncomment-region): Allow non-terminated comment.
19954 (comment-normalize-vars): Check the user-specified comstart marker.
19955
19956 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19957
19958 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19959 Otherwise, do use it if the region only contains font-lock text
19960 properties.
19961
19962 2004-03-04 Masatake YAMATO <jet@gyve.org>
19963
19964 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19965 as the callback function for eldoc.
19966 (hexl-print-current-point-info): New function.
19967 (hexl-current-address): Print the address in both decimal
19968 and hexadecimal format.
19969
19970 2004-03-04 Richard M. Stallman <rms@gnu.org>
19971
19972 * mail/rmail.el (rmail-convert-to-babyl-format):
19973 Specify t for UNIBYTE when calling mail-unquote-printable-region.
19974
19975 * mail/mail-utils.el (mail-unquote-printable-region):
19976 New arg UNIBYTE.
19977
19978 * startup.el (command-switch-alist): Doc fix.
19979
19980 * simple.el (undo): Temporarily set this-command to `undo-start',
19981 then set it to `undo' once undo-start returns without error.
19982
19983 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19984
19985 * simple.el (kill-line): Don't disregard trailing whitespace
19986 in eol condition, if show-trailing-whitespace is set.
19987
19988 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19989 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19990 When disabling, restore old values only if mouse-sel-has-been-enabled.
19991
19992 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19993 (isearch-{-char): New function.
19994 (isearch-mode-map): Bind { to isearch-{-char.
19995
19996 * font-lock.el (lisp-font-lock-keywords-2):
19997 Turn off the CL with-... and do-... general patterns.
19998 Instead, recognize several specific with... and do... constructs.
19999
20000 * files.el (switch-to-buffer-other-window):
20001 Bind same-window-buffer-names and same-window-regexps to nil.
20002 (switch-to-buffer-other-frame): Likewise.
20003
20004 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20005
20006 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
20007 recognizing leading comment on code line.
20008
20009 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
20010
20011 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
20012 hidden files/directories.
20013
20014 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
20015
20016 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
20017 only comment-start (in case the mode hasn't set it).
20018
20019 * Makefile.in (AUTOGENEL): New var.
20020 (bootstrap-prepare): Rename from bootstrap-clean.
20021 Don't remove elc files.
20022 (maintainer-clean): New target.
20023
20024 * xml.el (xml-get-attribute-or-nil): Simplify.
20025
20026 2004-03-02 Juri Linkov <juri@jurta.org>
20027
20028 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
20029 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
20030 URL to prevent their substitution with the environment variable
20031 values by browsers.
20032
20033 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20034
20035 * ps-print.el: Doc fix.
20036 (ps-print-version): New version number (6.6.3).
20037 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
20038 Docstring fix.
20039 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
20040 before printing.
20041 (ps-time-stamp-yyyy-mm-dd): New fun.
20042 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
20043
20044 2004-03-02 Kim F. Storm <storm@cua.dk>
20045
20046 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
20047
20048 2004-03-01 Juanma Barranquero <lektu@terra.es>
20049
20050 * allout.el (allout-rebullet-heading): Fix typo in docstring.
20051
20052 * desktop.el (desktop-file-version)
20053 (desktop-after-read-hook): Fix typos.
20054 (desktop-clear-preserve-buffers): Remove redundant info in
20055 docstring already shown by the obsolescence message.
20056 (desktop-truncate, desktop-internal-v2s)
20057 (desktop-value-to-string): Change argument name to match docstring.
20058
20059 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
20060
20061 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
20062 docstring.
20063
20064 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20065
20066 * printing.el: Replace "As Is..." in PostScript file print/preview by
20067 "No Preprocessing...". Suggested by Colin Marquardt
20068 <_marquardt_@zmd.de>.
20069 (pr-insert-section-4): Adjust buffer interface.
20070
20071 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
20072
20073 Version 2.0.39 of Tramp released.
20074
20075 * net/tramp.el (tramp-handle-file-local-copy)
20076 (tramp-handle-write-region, tramp-open-connection-rsh):
20077 Variable name typo. Small change. From Patrick Tullmann
20078 <tullmann@flux.utah.edu>.
20079 (tramp-process-connection-type): New variable.
20080 (tramp-maybe-open-connection): Use it.
20081 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
20082 (tramp-touch): Set last-modified time of a remote file.
20083 (tramp-handle-write-region): Say which function is used when encoding.
20084
20085 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
20086
20087 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
20088 case of non-existing filename, too. Reported by Christoph Bauer
20089 <c_bauer@informatik.uni-kl.de>.
20090 (tramp-smb-get-file-entries): The directory in question should
20091 have permissions "drwxrwxrwx". Just virtual, because we don't
20092 know the real permissions. Don't we know?
20093 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
20094 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
20095 (tramp-smb-wait-for-output): Optimize algorithm getting pending
20096 output. If it was received chunkwise, there have been problems.
20097 Remove the "prompt not found" error message; it is obvious.
20098 Simplify algorithm.
20099 (tramp-smb-process-running): Remove. Since we acknowledge the
20100 virtual prompt for shares, there's no need for distinction of
20101 reading shares (process ends afterwards) and interactive mode of
20102 smblient.
20103 (tramp-smb-open-connection): Setting process sentinel removed.
20104 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
20105 "NT_STATUS_NETWORK_ACCESS_DENIED".
20106 (tramp-smb-maybe-open-connection): Set `process-connection-type'
20107 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
20108 (top-level): Setting default value in `tramp-default-method-alist'
20109 corrected. Order of USER and HOST have been wrong.
20110 Nobody complained for months ...
20111 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
20112 (tramp-smb-open-connection): Clear password cache if login has failed.
20113
20114 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
20115 `tramp-unified-filenames'.
20116 (tramp-completion-mode): Make test for XEmacs explicitly.
20117 `event-to-character' can exists in Emacs packages too.
20118 Reported by Matt Swift <swift@alum.mit.edu>.
20119 (tramp-buffer-name): Buffer name must contain the user if exists.
20120 Reported by Adrian Phillips <a.phillips@met.no>.
20121 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
20122 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
20123 (tramp-do-copy-or-rename-file-out-of-band): Rename from
20124 `tramp-do-copy-or-rename-file-one-local', because it handles also
20125 the case both files use the same out-of-band method.
20126 Implementation added.
20127 (tramp-handle-file-local-copy, tramp-handle-write-region):
20128 Out-of-band handling removed. `copy-file' called instead, which
20129 calls `tramp-do-copy-or-rename-file-out-of-band'.
20130 (tramp-action-password): Check for out-of-band method removed.
20131 This function is used for 'login-program.
20132 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
20133 appropriate.
20134 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
20135 and `tramp-parse-sknownhosts'.
20136 (tramp-completion-function-alist): It's a defvar now, because we
20137 want to apply the optimized `tramp-set-completion-function'
20138 instead of a static list.
20139 (tramp-set-completion-function): Implementation tuned.
20140 Avoid double entries, and entries where the function or the
20141 file/directory doesn't exist.
20142 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
20143 for SSH2.
20144 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
20145 (tramp-handle-dired-compress-file): New function.
20146 (tramp-async-proc): New variable.
20147 (tramp-handle-shell-command): Adding asynchronous processes.
20148 They are far from being perfect, but it works at least for
20149 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
20150 (top-level): Require password.el if visible. Should be mandatory
20151 once No Gnus has found its way into (X)Emacs.
20152 (tramp-read-passwd): Invoke `password-read' if available,
20153 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
20154 fallback any longer.
20155 (tramp-clear-passwd): New function.
20156 (tramp-process-actions, tramp-process-multi-actions):
20157 Clear password cache if login has failed.
20158
20159 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
20160 its own module.
20161 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
20162 `ange-ftp-ftp-name-res'. There could be incorrect values from
20163 previous calls in case the "ftp" method is used in the Tramp file
20164 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20165
20166 2004-02-28 Richard M. Stallman <rms@gnu.org>
20167
20168 * term.el (term-mouse-paste): Call mouse-set-point.
20169
20170 * thumbs.el: New file.
20171
20172 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20173
20174 * progmodes/ebnf-abn.el: Doc fix.
20175
20176 * progmodes/ebnf-bnf.el: Doc fix.
20177 (ebnf-repeat): Code fix.
20178
20179 * progmodes/ebnf2ps.el: Doc fix.
20180 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
20181
20182 2004-02-28 Juri Linkov <juri@jurta.org>
20183
20184 * ffap.el (dired-at-point): Additional writability test for
20185 relative directory names.
20186 (dired-at-point-prompter): Treat directories as a directory, get
20187 the directory component from files.
20188 (ffap-string-at-point): Return string from region if region is active.
20189 (ffap-file-at-point): Remove redundant code.
20190
20191 2004-02-28 Kim F. Storm <storm@cua.dk>
20192
20193 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
20194 Initialize margin area images to nil.
20195 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
20196 (breakpoint-enabled-bitmap-face)
20197 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
20198 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
20199 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
20200 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
20201 (gdb-reset): Use gdb-remove-breakpoint-icons.
20202 (gdb-put-string): Add dprop arg to specify alternative display
20203 property (for setting fringe bitmap).
20204 (gdb-remove-strings): Doc fix.
20205 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
20206 icon in fringe (if available), or else as icon or text in display
20207 margin. Creates necessary icons in breakpoint-bitmap,
20208 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
20209 Also make left window margin if required.
20210 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
20211 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
20212 no longer needed.
20213 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
20214 gdb-put-breakpoint-icon.
20215 (gdb-assembler-mode): Don't set left-margin-width here.
20216
20217 2004-02-27 Kevin Ryde <user42@zip.com.au>
20218
20219 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
20220 comma, so that it DTRT in macros.
20221
20222 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
20223
20224 * progmodes/sh-script.el (sh-shell-arg)
20225 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
20226 (sh-leading-keywords, sh-other-keywords): Fix custom type.
20227
20228 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
20229
20230 * faces.el (face-spec-set-match-display): Add a new attribute,
20231 `min-colors'.
20232 (region, highlight, secondary-selection): Use `min-colors'.
20233
20234 * custom.el (defface): Add documentation for `min-colors'.
20235
20236 * font-lock.el (font-lock-comment-face, font-lock-string-face)
20237 (font-lock-keyword-face, font-lock-function-name-face)
20238 (font-lock-variable-name-face, font-lock-constant-face):
20239 Use `min-colors'.
20240
20241 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
20242
20243 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20244
20245 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
20246 define assq-delete-all if it's not defined.
20247 (ebnf-generate-region): Code fix.
20248
20249 * printing.el: Doc fix.
20250 (pr-version): New version number (6.7.2).
20251 (pr-command): Return empty string if command is an empty string.
20252
20253 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20254
20255 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
20256
20257 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
20258 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
20259 semi-down-full. Fix a bug on productions like test = {"test"}* | (
20260 "tt" ["test"] ). Reported by Markus Dreyer
20261 <mdreyer@ix.urz.uni-heidelberg.de>.
20262 (ebnf-version): New version number (4.0).
20263 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
20264 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
20265 (ebnf-delete-style): New commands.
20266 (ebnf-directory, ebnf-file): New funs.
20267 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
20268 (ebnf-production-name-p, ebnf-stop-on-error): New options.
20269 (ebnf-syntax-alist): New var.
20270 (ebnf-element-width): New fun replacing ebnf-list-width.
20271 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
20272 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
20273 (ebnf-prologue): Adjust vars.
20274 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
20275 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
20276 (ebnf-check-style-values, ebnf-generate-production)
20277 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
20278 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
20279 (ebnf-token-repeat): Code fix.
20280
20281 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
20282 %right, %left and %prec. Suggested by Matthew K. Junker
20283 <junker@alum.mit.edu>.
20284 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
20285
20286 * progmodes/ebnf-iso.el: Doc fix.
20287 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
20288 (ebnf-iso-lex): Code fix.
20289
20290 * progmodes/ebnf-bnf.el: Doc fix.
20291 (ebnf-bnf-lex): Code fix.
20292
20293 * progmodes/ebnf-otz.el: Doc fix.
20294
20295 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
20296
20297 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
20298 (abbrev-prefix-mark): Doc fix.
20299
20300 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
20301
20302 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
20303 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
20304 (gdb-var-delete): Make interactive (really).
20305 (gdb-edit-value): Make non-interactive.
20306
20307 * progmodes/gud.el (gud-speedbar-menu-items):
20308 Add gdb-var-delete and, indirectly, gdb-edit-value.
20309 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
20310 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
20311 (gud-gdb-marker-filter): Add comment for annotations.
20312
20313 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20314
20315 * calendar/calendar.el (generate-calendar)
20316 (calendar-read-date): Prevent display of BC calendars once more -
20317 reverts 2003-10-01 change.
20318 (generate-calendar-month): Doc fix.
20319
20320 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
20321
20322 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
20323 return value of increment-calendar-month.
20324
20325 2004-02-21 Stephen Compall <s11@member.fsf.org>
20326
20327 * saveplace.el (save-place-forget-unreadable-files)
20328 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
20329 (save-place-forget-unreadable-files): New function.
20330 (save-place-alist-to-file): Use it to filter out files that are
20331 no longer readable.
20332
20333 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
20334 current Texinfo environment, using the same method as in
20335 `texinfo-insert-@end', and insert a space rather than a newline if
20336 point in a @table environment.
20337
20338 2004-02-21 Juri Linkov <juri@jurta.org>
20339
20340 * ffap.el (ffap-file-at-point): Try parent directories.
20341
20342 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
20343
20344 * vcursor.el (vcursor-modifiers): New defcustom.
20345 (vcursor-cs-binding): Use vcursor-modifiers instead of a
20346 hard-coded list.
20347
20348 2004-02-21 Masatake YAMATO <jet@gyve.org>
20349
20350 * play/animate.el (animate-birthday-present): Accept names other
20351 than `Sarah', too.
20352
20353 2004-02-21 Juri Linkov <juri@jurta.org>
20354
20355 * startup.el: Remove table of command line arguments from the
20356 Commentary section.
20357
20358 2004-02-20 John Wiegley <johnw@newartisans.com>
20359
20360 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
20361 again" modifier from 'e' to 'E', since 'e' is also used by the
20362 "file extension" modifier.
20363
20364 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
20365
20366 * help-fns.el (describe-categories): Doc fix.
20367
20368 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20369
20370 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
20371 temporary file for buffer already visiting one. This change makes
20372 output likely to be directly usable by patch program.
20373 Suggested by Adrian Aichner <adrian@xemacs.org>
20374
20375 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
20376
20377 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
20378 case of variables defined in compound statements.
20379 (gdb-setup-windows, gdb-source-info, gdb-source-info):
20380 Simplify constructions using switch-to-buffer.
20381
20382 2004-02-19 Simon Josefsson <jas@extundo.com>
20383
20384 * play/morse.el: Fix typo.
20385 (morse-code): Add @.
20386
20387 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20388
20389 * calendar/appt.el (appt-display-format): Change default to
20390 'ignore, for backwards compatibility.
20391 (appt-display-message): If appt-display-format is 'ignore,
20392 respect old vars appt-msg-window and appt-visible.
20393 (appt-activate): Don't depend on return value of cancel-timer.
20394
20395 * calendar/calendar.el (calendar-holidays): Doc fix.
20396
20397 * calendar/cal-coptic.el (coptic-prompt-for-date):
20398 Use assoc-string instead of assoc-ignore-case.
20399 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
20400 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
20401 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
20402 * calendar/cal-islam.el (calendar-goto-islamic-date)
20403 (mark-islamic-diary-entries): Ditto.
20404 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
20405 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
20406 (calendar-read-mayan-tzolkin-date): Ditto.
20407 * calendar/calendar.el (calendar-read-date): Ditto.
20408 * calendar/diary-lib.el (mark-diary-entries): Ditto.
20409
20410 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
20411
20412 * progmodes/executable.el (executable-command-find-posix-p):
20413 Fix choice of the directory.
20414
20415 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
20416
20417 * simple.el (interprogram-cut-function)
20418 (interprogram-paste-function, kill-new, kill-append):
20419 Doc fixes.
20420 (kill-region): Make it return nil. Doc fix.
20421 (yank-pop): Make its argument optional.
20422 (yank): Make ARG `-' equivalent to `-1'.
20423
20424 2004-02-17 Eli Zaretskii <eliz@gnu.org>
20425
20426 * mail/rmail.el (rmail-get-new-mail): Don't reference
20427 rmail-use-spam-filter if rmail-spam-filter is not loaded.
20428
20429 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
20430
20431 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
20432 if one of global-auto-revert-non-file-buffers or autorevert-mode
20433 is non-nil.
20434
20435 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20436
20437 * subr.el (delete-dups): A better implementation from Karl Heuer
20438 <kwzh@gnu.org>.
20439
20440 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
20441
20442 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
20443 correct place.
20444 * progmodes/icon.el (icon-indent-command): Ditto.
20445 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
20446
20447 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20448
20449 * progmodes/grep.el (grep-compute-defaults): Undo change from
20450 2004-01-29: don't use executable-command-find-posix-p.
20451
20452 2004-02-16 Richard Sharman <rsharman@pobox.com>
20453
20454 * hilit-chg.el: Use require instead of eval-and-compile.
20455 (highlight-compare-buffers): New function.
20456
20457 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
20458
20459 * man.el (Man-fontify-manpage): Render section headings in
20460 `Man-overstrike-face' even when overstrike was not used by man
20461 formatter for section headings.
20462
20463 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
20464
20465 * rmail-spam-filter.el (vm-use-spam-filter)
20466 (rsf-min-region-length-added-to-spam-list): New variables.
20467 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
20468 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
20469 spam testing. Don't delete spam message if automatic deletion
20470 after output via variable rmail-delete-after-output is turned on.
20471 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
20472 rsf-bbdb-dont-create-entries-for-spam.
20473 (check-field): New function, extracted from code in
20474 rmail-spam-filter to ease addition of header fields like content-type.
20475 (message-content-type): New variable to check the content-type:
20476 field added, also in defcustom of rsf-definitions-alist.
20477 (rmail-spam-filter): Replace repeated test code for header fields
20478 by calls to check-field; change the call to
20479 rmail-output-to-rmail-file such that rmail-current-message stays
20480 the same to avoid wrong deletion of unseen flags.
20481 (rsf-add-contents-type): New function to convert old format
20482 of rmail-spam-definitions-alist into new one.
20483 Change prefixes of all variables and functions from
20484 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
20485
20486 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20487
20488 * loadhist.el (unload-hook-features-list): New defvar.
20489
20490 2004-02-16 Dave Love <fx@gnu.org>
20491
20492 * loadhist.el (unload-feature): Doc fix. Rename flist to
20493 unload-hook-features-list.
20494
20495 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
20496
20497 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
20498 cookie. Don't check if we are looking-at open-formula.
20499
20500 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
20501
20502 * subr.el (match-string-no-properties): Use substring-no-properties.
20503
20504 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20505
20506 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
20507 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
20508 Use lower-case "rx" in all error message.
20509
20510 2004-02-16 Dave Love <fx@gnu.org>
20511
20512 * emacs-lisp/rx.el (rx-or): Put group around result.
20513 (rx-constituents): Add backref.
20514 (rx-syntax): Add string-delimiter, comment-delimiter.
20515 (rx-categories): Add combining-diacritic.
20516 (rx-check-not, rx-greedy, rx): Doc fix.
20517 (rx-backref, rx-check-backref): New.
20518
20519 2004-02-16 Jesper Harder <harder@ifa.au.dk>
20520
20521 * newcomment.el (uncomment-region): Allow eob as comment end.
20522
20523 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20524
20525 * filecache.el: All message and error commands now use prefix
20526 "Filecache:" to make it easy to read *Messages* buffer.
20527
20528 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20529
20530 * autorevert.el: Add support to detect changed dired and VC buffers.
20531 (auto-revert-active-p, auto-revert-list-diff)
20532 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
20533 (auto-revert-handler, auto-revert-active-p): New functions.
20534 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
20535 and `auto-revert-active-p'.
20536 (eval-when-compile): Defvar dired-directory and vc-mode.
20537 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20538 (auto-revert-handler-vc): New functions.
20539
20540 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20541
20542 * progmodes/compile.el (compilation-directory): New defvar.
20543 (compile): Save current directory in compilation-directory.
20544 (recompile): Bind default-directory to compilation-directory if
20545 that is non-nil.
20546
20547 2004-02-16 Dave Love <fx@gnu.org>
20548
20549 * newcomment.el (comment-insert-comment-function)
20550 (comment-region-function, uncomment-region-function): New.
20551 (comment-indent): Use comment-insert-comment-function.
20552 (uncomment-region): Use uncomment-region-function.
20553 (comment-region): Use comment-region-function.
20554
20555 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
20556
20557 2004-02-16 Richard Stallman <rms@gnu.org>
20558
20559 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
20560 loaddefs* and ldefs-boot*.
20561
20562 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20563
20564 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
20565 and email address at the beginning and end of the address.
20566
20567 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
20568 anchored at the beginning of the email address.
20569
20570 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
20571
20572 * international/ccl.el (ccl-compile-write): Pass `left' to
20573 ccl-embed-code to generate correct code of write-expr-register.
20574
20575 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
20576
20577 * progmodes/grep.el (grep-compute-defaults): Fix typos.
20578
20579 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20580
20581 * x-dnd.el: Mention support for Motif in commentary.
20582 (x-dnd-handle-drag-n-drop-event): Ditto.
20583
20584 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
20585
20586 * ses.el: Use "ses--" prefixes for buffer-local variables.
20587 Use (point-min) instead of 1, even when we know the buffer
20588 is unnarrowed.
20589 (ses-build-load-map): Delete. Distribute its content to defconsts for
20590 the three maps.
20591 (ses-menu, ses-header-line-menu): New menus.
20592 (ses-mode-map): Use them.
20593 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
20594
20595 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
20596
20597 * Makefile.in: Fix the CC Mode recompile kludge so it works
20598 when building in a different directory.
20599
20600 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
20601
20602 * simple.el (kill-new): Put yank-handler property on the entire string.
20603
20604 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20605
20606 * diff.el: Don't use compile any more, use diff-mode instead.
20607 (diff-regexp-alist, diff-old-file, diff-new-file)
20608 (diff-parse-differences, diff-process-setup): Remove.
20609 (diff-sentinel): New fun.
20610 (diff): Use it. Run the process ourselves.
20611 Use diff-mode for the rest of the processing.
20612
20613 * diff.el (diff): Simplify code handling `switch'.
20614
20615 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20616
20617 * pcvs-defs.el (cvs-menu): Add `tag'.
20618
20619 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
20620
20621 * simple.el (kill-append): Doc fix.
20622
20623 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20624 Adapt outline-regexp to the new conventions for commenting out code.
20625
20626 2004-02-11 John Paul Wallington <jpw@gnu.org>
20627
20628 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
20629
20630 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20631
20632 * diff.el (diff-switches): New fun.
20633 (diff, diff-backup): Use it.
20634 (diff): Clean up the args construction. Use backquote.
20635 Use listp instead of consp to avoid putting a nil arg.
20636 (diff): Add a revert-buffer function.
20637
20638 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20639
20640 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
20641 handled by x-dnd-handle-file-name.
20642 (x-dnd-known-types): Add COMPOUND_TEXT.
20643 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
20644 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
20645 x-dnd-empty-state.
20646 (x-dnd-forget-drop): Ditto.
20647 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
20648 (x-dnd-handle-one-url): Return private when inserting text.
20649 (x-dnd-insert-ctext): New function.
20650 (x-dnd-handle-file-name): New function for FILE_NAME.
20651 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
20652 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
20653 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
20654
20655 2004-02-10 Kenichi Handa <handa@m17n.org>
20656
20657 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
20658 instead of while loop.
20659
20660 2004-02-10 Miles Bader <miles@gnu.org>
20661
20662 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
20663
20664 2004-02-09 Kenichi Handa <handa@m17n.org>
20665
20666 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
20667 have end-of-line.
20668
20669 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
20670
20671 * Makefile.in: Added extra dependencies in the recompile target
20672 needed to cope with the compile time macro expansions in CC Mode.
20673
20674 2004-02-09 Kim F. Storm <storm@cua.dk>
20675
20676 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
20677 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
20678 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
20679 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
20680 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
20681 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
20682 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
20683 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
20684 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20685 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20686 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20687
20688 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20689
20690 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20691 Don't allow shrink if there's a window on our right.
20692
20693 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20694 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20695 Bring together declaration and initialization.
20696 (prolog-mode-variables): Don't set the syntax table.
20697 Don't set paragraph-start and comment-indent-function.
20698 Add /*..*/ to the comment regexps.
20699 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
20700 (prolog-mode-map): Don't bind TAB.
20701 (prolog-mode): Set the syntax table.
20702 (prolog-comment-indent): Remove.
20703 (inferior-prolog-mode-map): Initialize in the declaration.
20704 (inferior-prolog-mode-syntax-table)
20705 (inferior-prolog-mode-abbrev-table): New vars.
20706 (inferior-prolog-mode): Derive from comint-mode.
20707 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20708 minibuffer windows.
20709
20710 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20711 in file names, as long as it is unambiguous.
20712
20713 2004-02-08 Andreas Schwab <schwab@suse.de>
20714
20715 * textmodes/reftex-toc.el
20716 (reftex-toc-load-all-files-for-promotion): Remove useless use of
20717 format. Doc fix.
20718
20719 * textmodes/refer.el (refer-find-entry-internal): Remove extra
20720 format string arguments.
20721
20722 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20723 string argument.
20724
20725 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20726
20727 * play/zone.el (zone-call): Fix format string.
20728
20729 * net/webjump.el (webjump-builtin): Add missing format string argument.
20730
20731 * midnight.el (midnight-delay-set): Remove extra format string argument.
20732
20733 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20734
20735 * hexl.el (hexl-insert-char): Add missing format string argument.
20736
20737 * format.el (format-decode): Fix format string.
20738
20739 * emulation/vi.el (vi-mode): Remove extra format string argument.
20740 (vi-repeat-last-search): Likewise.
20741 (vi-reverse-last-search): Likewise.
20742 (vi-goto-mark): Likewise.
20743 (vi-reverse-last-find-char): Likewise.
20744 (vi-repeat-last-find-char): Likewise.
20745 (vi-locate-def): Likewise.
20746
20747 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20748
20749 * ediff-util.el (ediff-toggle-read-only): Remove extra format
20750 string argument.
20751 (ediff-toggle-regexp-match): Likewise.
20752
20753 * dired-aux.el (dired-do-query-replace-regexp): Add missing
20754 format string argument.
20755
20756 * calc/calc-map.el (calc-get-operator): Remove extra format
20757 string argument.
20758
20759 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20760
20761 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20762 string argument.
20763
20764 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20765
20766 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20767
20768 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20769
20770 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20771 (cl-struct-setf-expander): Likewise.
20772
20773 * vc.el (with-vc-file): Fix unsafe uses of error.
20774 (vc-cancel-version): Likewise.
20775
20776 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
20777
20778 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20779 thousands separator; fixes <class>:<line-number> regexp for
20780 non-english locales.
20781
20782 2004-02-08 Andreas Schwab <schwab@suse.de>
20783
20784 * view.el (view-mode-enable): Revert previous change.
20785
20786 2004-02-07 Kim F. Storm <storm@cua.dk>
20787
20788 * simple.el (line-number-at-pos): Rename from line-at-pos.
20789 Uses changed (what-line and vc-annotate-warp-version).
20790
20791 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20792
20793 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20794 (diff-mode): Remove aborted attempt at support for compile.el.
20795 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20796
20797 2004-02-06 Andreas Schwab <schwab@suse.de>
20798
20799 * view.el (view-mode-enable): Add view-mode-map to
20800 minor-mode-overriding-map-alist.
20801
20802 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20803
20804 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20805
20806 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
20807
20808 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20809 with point inside rather than after the paragraph.
20810
20811 2004-02-04 Sam Steingold <sds@gnu.org>
20812
20813 * mail/smtpmail.el (smtpmail-try-auth-methods):
20814 Do not try authentication when no mechanism is available.
20815 Pass port-name as defaultport to `netrc-machine'.
20816
20817 2004-02-04 Stephen Eglen <stephen@gnu.org>
20818
20819 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20820 to show how minibuffer height can be constrained.
20821
20822 2004-02-04 John Paul Wallington <jpw@gnu.org>
20823
20824 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20825
20826 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20827
20828 * x-dnd.el: New file for drag and drop.
20829
20830 * term/x-win.el: require x-dnd, set after-make-frame-functions
20831 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20832 drag-n-drop event.
20833
20834 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20835 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20836 (dired-dnd-handle-file): New functions for drag and drop support.
20837 (dired-mode): Initialize drag and drop if x-dnd present.
20838
20839 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20840
20841 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20842 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20843 (cperl-mode): Set fill-paragraph-function.
20844 (cperl-fill-paragraph): Make it non-interactive.
20845
20846 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
20847
20848 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20849
20850 2004-02-02 David Kastrup <dak@gnu.org>
20851
20852 * replace.el (perform-replace): Allow 'literal argument in
20853 regexp-flag to indicate literal replacement.
20854 (query-replace-regexp-eval): Use it.
20855
20856 2004-02-01 Andreas Schwab <schwab@suse.de>
20857
20858 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20859
20860 2004-02-01 Stephen Eglen <stephen@gnu.org>
20861
20862 * info-look.el: Add support for maxima-mode. Update commentary
20863 because info-lookup-symbol is now bound to C-h S.
20864
20865 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
20866
20867 * simple.el (edit-and-eval-command): Bind print-level and
20868 minibuffer-history-sexp-flag around call to read-from-minibuffer.
20869 Correct initial position in command-history.
20870
20871 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
20872
20873 * files.el (read-directory-name): Adapt the docstring to recent
20874 change in Fread_file_name.
20875
20876 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
20877
20878 * ses.el (ses-print-cell): If print format too wide for column
20879 width, truncate decimal places if that helps to avoid "#####" fill.
20880 * ses.el (ses-initial-column-width): Revert previous change.
20881
20882 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
20883
20884 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20885 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20886 Add edebug info.
20887 (jit-lock-mode): Setup/cancel the new timer.
20888 (jit-lock-context-fontify): New fun. Extracted from
20889 context fontification code of jit-lock-stealth-fontify.
20890 (jit-lock-stealth-fontify): Don't do context fontification any more.
20891
20892 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20893 (jit-lock-fontify-now): Handle the `quit' case.
20894 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20895
20896 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
20897
20898 * progmodes/executable.el (executable-command-find-posix-p):
20899 New. Check if find handles arguments Posix-style.
20900
20901 * progmodes/grep.el (grep-compute-defaults):
20902 Use executable-command-find-posix-p.
20903 (grep-find): Check `grep-find-command'.
20904
20905 * filecache.el (file-cache-find-posix-p): Delete.
20906 (file-cache-add-directory-using-find):
20907 Use `executable-command-find-posix-p'.
20908
20909 2004-01-29 Dave Love <fx@gnu.org>
20910
20911 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20912 Iterate the hook function if arg is given.
20913 (mark-defun, narrow-to-defun): Change order of finding the limits.
20914
20915 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20916 (byte-compile-format-warn): New.
20917 (byte-compile-callargs-warn): Use it.
20918 (Format, message, error): Add byte-compile-format-like property.
20919 (byte-compile-maybe-guarded): New.
20920 (byte-compile-if, byte-compile-cond): Use it.
20921 (byte-compile-lambda): Compile interactive forms,
20922 just to make warnings about them.
20923
20924 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
20925
20926 * ses.el (ses-initial-column-width): Increase to 14, so it will
20927 work well with the default printer of "%.7g" for extreme values
20928 like "-1.234567e+07".
20929
20930 2004-01-29 Kenichi Handa <handa@m17n.org>
20931
20932 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20933
20934 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
20935
20936 * dos-w32.el: Added support for the `default-printer-name' function.
20937
20938 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20939
20940 * server.el (server-socket-name): Don't use the hostname in the
20941 socket name since /tmp is local to the host anyway.
20942
20943 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20944 robust check of widening and fix var-naming.
20945
20946 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
20947
20948 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20949 or rmail-spam- to rsf- in all function and variable names.
20950 (rsf-min-region-to-spam-list): New variable.
20951 (rsf-bbdb-auto-delete-spam-entries): Rename from
20952 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
20953 scanned together with the recipients field for spam testing; Don't
20954 delete spam message if rmail-delete-after-output is non-nil;
20955 (rsf-check-field): New function, extracted from code in
20956 rmail-spam-filter to ease addition of header fields like
20957 content-type:;
20958 (message-content-type): New variable. The content-type: field was
20959 added also in defcustom of rsf-definitions-alist;
20960 (rmail-spam-filter): Replace repeated test code for header fields
20961 by calls to check-field; change the call to
20962 rmail-output-to-rmail-file such that rmail-current-message stays
20963 the same to avoid wrong deletion of unseen flags.
20964 (rmail-use-spam-filter): Add autoload cookie.
20965
20966 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
20967
20968 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
20969 (file-cache-add-directory-using-find): Add Cygwin support.
20970 (file-cache-find-command-posix-flag): New user variable.
20971
20972 * filecache.el (file-cache-add-directory): Check for
20973 directories an remove them from dir-files.
20974
20975 2004-01-27 Richard M. Stallman <rms@gnu.org>
20976
20977 * man.el (Man-fontify-manpage): Clean up message.
20978
20979 2004-01-27 Kenichi Handa <handa@m17n.org>
20980
20981 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20982 (sentence-end): Define using sentence-end-without-space.
20983
20984 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20985 a sentence ends with one of a character in sentence-end-without-space.
20986
20987 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
20988
20989 * font-lock.el (font-lock): Add jit-lock as explicit group member.
20990 (jit-lock): Group declaration moved to jit-lock.el.
20991 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20992 when necessary.
20993
20994 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20995 (jit-lock-context-unfontify-pos): Rename from
20996 jit-lock-first-unfontify-pos.
20997 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20998
20999 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
21000
21001 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
21002 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
21003 (fortran-fill): When filling a string, adjust re-search-backward
21004 argument for special case of string just on fill-column.
21005 When filling non-string, allow one extra char if
21006 fortran-break-before-delimiters is non-nil.
21007 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
21008 Use fortran-break-delimiters-re and fortran-no-break-re to
21009 correctly handle cases such as "**".
21010
21011 * progmodes/f90.el (f90-break-delimiters): Doc fix.
21012 (f90-no-break-re): Add some extra tokens. Doc fix.
21013
21014 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
21015
21016 * mail/rmail-spam-filter.el:
21017 Use two semicolons as Commentary line prefix.
21018 Add ";;; Code:" stylized comment.
21019 Delete end-of-line whitespace.
21020 Wrap (require 'cl) with `eval-when-compile'.
21021
21022 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
21023
21024 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
21025 at the top level of vc.el.
21026
21027 2004-01-23 Andre Spiegel <spiegel@gnu.org>
21028
21029 * vc.el (vc-current-line): Function removed. This is now done by
21030 the new function line-at-pos in simple.el.
21031 (vc-annotate-warp-version): Use line-at-pos instead of
21032 vc-current-line.
21033
21034 2004-01-22 Kim F. Storm <storm@cua.dk>
21035
21036 * simple.el (line-at-pos): New defun.
21037 (what-line): Use it. Optimize by only counting lines in narrowed
21038 region once.
21039
21040 2004-01-22 Kenichi Handa <handa@m17n.org>
21041
21042 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
21043 point (register r1) only for charset mule-unicode-0100-24ff.
21044
21045 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
21046
21047 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
21048 trailing white space and ensure a final newline.
21049
21050 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
21051 Add autoload cookie.
21052
21053 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
21054
21055 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
21056 activate view-mode explicitly.
21057
21058 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21059
21060 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
21061 menu-bar-enable-clipboard and make Paste use clipboard first.
21062
21063 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21064
21065 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
21066 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
21067 (vc-mcvs-cvs): Remove.
21068 (vc-mcvs-command): Remove use of assert.
21069
21070 * outline.el (outline-insert-heading): Tighten up match.
21071 (outline-demote, outline-move-subtree-down): Don't assume anything
21072 about outline-regexp.
21073
21074 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
21075 (texinfo-show-structure): Explicitly add ^, and simplify.
21076
21077 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
21078
21079 * calendar/appt.el (appt-check): Restore usage of
21080 appt-issue-message deleted in previous change.
21081 (top-level): Activate package when loaded (needed for backwards
21082 compatibility).
21083
21084 2004-01-20 Jesper Harder <harder@ifa.au.dk>
21085
21086 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
21087 following previous change to smtpmail-send-data.
21088
21089 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
21090
21091 * vc.el (vc-default-previous-version): Doc enhancement.
21092 (vc-default-next-version): New function.
21093 (vc-print-log): New arg FOCUS-REV.
21094 (vc-annotate-mode): Derive from view-mode.
21095 (vc-annotate): New args REVISION, DISPLAY-MODE.
21096 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
21097 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
21098 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
21099 (vc-annotate-show-diff-revision-at-line, vc-current-line)
21100 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
21101
21102 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
21103
21104 2004-01-19 Karl Berry <karl@gnu.org>
21105
21106 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
21107 or "TexInfo".
21108
21109 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
21110
21111 * subr.el (delete-dups): New function.
21112
21113 2004-01-19 Karl Berry <karl@gnu.org>
21114
21115 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
21116 with ^, since that's what texinfo-show-structure
21117 documentation says (plus it works much better in texinfo.txi).
21118
21119 2004-01-18 Jesper Harder <harder@ifa.au.dk>
21120
21121 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
21122
21123 2004-01-18 David Ponce <david@dponce.com> (tiny change)
21124
21125 * progmodes/which-func.el (which-function-mode): Don't cancel
21126 which-func-update-timer if not set.
21127
21128 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
21129
21130 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
21131 Remove spurious left square bracket in XX:XXam regexp.
21132
21133 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
21134
21135 * progmodes/cc-defs.el: Do not require cl at run time.
21136
21137 2004-01-16 Richard M. Stallman <rms@gnu.org>
21138
21139 * emacs-lisp/cl.el (cl-cannot-unload): New function.
21140 (cl-unload-hook): Defvar this to run cl-cannot-unload.
21141
21142 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
21143 Call rmail-spam-filter. Delete and expunge spam.
21144 Print number of spam messages deleted.
21145 Save and restore the deletion status of old messages when reading
21146 new mail with spam filter, so that expunging spam does not expunge
21147 msgs deleted by the user.
21148 (rmail-only-expunge): Add an optional argument dont-show to
21149 prevent showing message after expunge.
21150
21151 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
21152
21153 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
21154 * subr.el (declare): New macro.
21155
21156 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
21157
21158 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
21159
21160 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
21161
21162 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21163 Test window-system rather than system-type (for X11/Mac).
21164
21165 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
21166
21167 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
21168
21169 2004-01-12 Richard M. Stallman <rms@gnu.org>
21170
21171 * mail/rmail.el (rmail-convert-to-babyl-format):
21172 Use mail-unquote-printable-region.
21173 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
21174 (rmail-hex-char-to-integer): Functions deleted.
21175
21176 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
21177 (mail-unquote-printable-region): New arg NOERROR.
21178 For invalid encoding, either signal an error to just return nil.
21179
21180 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21181
21182 * calendar/appt.el: Update copyright and commentary.
21183 (appt-issue-message): Make obsolete.
21184 (appt-visible, appt-msg-window): Make obsolete, in favor of
21185 appt-display-format.
21186 (appt-display-mode-line, appt-display-duration)
21187 (appt-display-diary, appt-time-msg-list, appt-mode-string)
21188 (appt-prev-comp-time, appt-display-count, appt-timer)
21189 (appt-convert-time): Doc change.
21190 (appt-disp-window-function, appt-delete-window-function):
21191 Use defcustom rather than defvar.
21192 (appt-display-format): New variable.
21193 (appt-display-message): New function with display code from appt-check.
21194 (appt-check): Add optional FORCE argument. Doc change.
21195 Add appt-make-list to diary-hook if displaying diary.
21196 Remove checking of view-diary-entries-initially.
21197 Message display section removed to new function appt-display-message.
21198 (appt-display-window): Doc change. Remove unused internal var
21199 this-buffer. Do not beep, since appt-display-message does that.
21200 (appt-make-list): Doc change. Use caar.
21201 (appt-sort-list): Simplify by using builtin sort function.
21202 (appt-update-list): New function for updating appts when diary is
21203 saved.
21204 (appt-activate): New autoloaded function to toggle package
21205 functionality.
21206
21207 * calendar/cal-x.el: (calendar-one-frame-setup)
21208 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21209
21210 * calendar/calendar.el: Update copyright.
21211 (view-diary-entries-initially, european-calendar-style): Doc change.
21212 (calendar-setup): Make defcustom rather than defvar.
21213 (mark-visible-calendar-date): Initialize temp-face and faceinfo
21214 in let binding so local to function.
21215
21216 * calendar/diary-lib.el: Update copyright.
21217 (diary, diary-entry-time): Doc change.
21218 (list-diary-entries): Doc change. Trivial logic change.
21219 (fancy-diary-display): Restore make-face command mistakenly
21220 deleted 2003-05-08.
21221 (show-all-diary-entries): Allow to pop-up frame if needed.
21222
21223 2004-01-09 John Paul Wallington <jpw@gnu.org>
21224
21225 * bindings.el (mode-line-change-eol): Add EVENT parameter.
21226 Temporarily select EVENT's window for changing eol type.
21227
21228 2004-01-09 Deepak Goel <deego@gnufans.org>
21229
21230 * calendar/diary-lib.el (diary-entry-time):
21231 Also accept time in the form XX[.XX][am/pm/AM/PM].
21232 (fancy-diary-font-lock-keywords): Likewise.
21233 (diary-font-lock-keywords): Likewise.
21234 * calendar/appt.el (appt-add): Likewise.
21235 (appt-make-list): Likewise.
21236 (appt-convert-time): Likewise.
21237
21238 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
21239
21240 * gdb-ui.el (gdb-ann3): Revert previous change.
21241 (gdb-source-info): Allow for case of where compilation directory
21242 is not recorded.
21243
21244 2004-01-08 John Paul Wallington <jpw@gnu.org>
21245
21246 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
21247
21248 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
21249
21250 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
21251
21252 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
21253 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
21254 problems.
21255 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
21256
21257 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
21258
21259 * files.el (write-file-functions, write-contents-functions):
21260 Clarify docstrings.
21261
21262 2004-01-07 Kenichi Handa <handa@m17n.org>
21263
21264 * international/mule.el (set-auto-coding): Fix for the case that
21265 end-of-line is only CR.
21266
21267 2004-01-07 Kim F. Storm <storm@cua.dk>
21268
21269 * subr.el (event-start, event-end): Doc fix.
21270 (posn-string, posn-image): New defuns.
21271 (posn-object): Return either image or string object.
21272 (posn-object-x-y): Return 8th element of position.
21273 (posn-object-width-height): New defun.
21274
21275 2004-01-06 Andreas Schwab <schwab@suse.de>
21276
21277 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
21278 output.
21279
21280 2004-01-05 Karl Berry <karl@gnu.org>
21281
21282 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
21283 / and *, too.
21284
21285 2003-12-31 Simon Josefsson <jas@extundo.com>
21286
21287 * files.el (before-save-hook): Add.
21288 (basic-save-buffer): Use before-save-hook.
21289
21290 * emacs-lisp/copyright.el: Fix comment to recommend
21291 before-save-hook instead of write-file-functions.
21292
21293 2004-01-05 Richard M. Stallman <rms@gnu.org>
21294
21295 * finder.el (finder-commentary): Call delete-other-windows.
21296
21297 * net/ange-ftp.el (ange-ftp-file-attributes):
21298 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
21299
21300 2004-01-04 Karl Berry <karl@gnu.org>
21301
21302 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
21303 comment characters % and # in the copyright year notice,
21304 as well as ;.
21305
21306 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
21307
21308 * wid-edit.el (default): Define dummy :value-delete.
21309 Reported by Jesper Harder <harder@ifa.au.dk>.
21310
21311 2004-01-03 Richard M. Stallman <rms@gnu.org>
21312
21313 * progmodes/compile.el (compile-internal): Use point, not point-min,
21314 for set-window-point.
21315
21316 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
21317
21318 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
21319
21320 * progmodes/grep.el (grep-mode-map):
21321 Don't remap next-line, previous-line.
21322
21323 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
21324
21325 * speedbar.el (speedbar-edit-line): Change regexp to position
21326 the cursor on the first character of this line's button.
21327
21328 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
21329
21330 * subr.el (functionp): Doc fix.
21331
21332 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
21333
21334 * progmodes/idlwave.el (idlwave-make-tags):
21335 * textmodes/flyspell.el (flyspell-large-region):.
21336 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
21337 * emulation/viper-util.el (viper-glob-unix-files):
21338 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
21339 * man.el (Man-init-defvars):
21340 * jka-compr.el (jka-compr-call-process):
21341 * files.el (get-free-disk-space,insert-directory):
21342 * ediff-ptch.el (ediff-test-patch-utility):
21343 * ediff-diff.el (ediff-test-utility):
21344 * dired-aux.el (dired-check-process):
21345 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
21346 test the return value of call-process, because it can be a string.
21347
21348 2003-12-31 John Paul Wallington <jpw@gnu.org>
21349
21350 * bindings.el (completion-ignored-extensions): Add .pfsl.
21351
21352 2003-12-31 Kim F. Storm <storm@cua.dk>
21353
21354 * ido.el (ido-nonreadable-directory-p): New defun to check for
21355 nonreadable directory without activating tramp (to avoid problems
21356 with checking incomplete tramp paths).
21357 (ido-set-current-directory, ido-file-internal)
21358 (ido-file-name-all-completions1): Use it.
21359
21360 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
21361
21362 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
21363 documentation if the anchor (or node) name is preceded by `info
21364 anchor' or `Info anchor' in addition to earlier `info node' and
21365 `Info node'.
21366 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
21367
21368 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21369
21370 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
21371 error in arguments to base64-decode-region. Remove ^M characters
21372 after decoding base64.
21373
21374 2003-12-30 Simon Josefsson <jas@extundo.com>
21375
21376 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
21377 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
21378 have only been distributed with Emacs for some years.
21379 (texinfo-mode-hook): Customize.
21380
21381 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21382
21383 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
21384 cleaner (suggested by Richard Stallman).
21385
21386 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
21387 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
21388 file-name clashes on 8+3 DOS filesystems.
21389
21390 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
21391 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
21392 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
21393 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
21394 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
21395 file-name clashes on 8+3 filesystems.
21396
21397 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
21398 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
21399 file-name clashes on 8+3 DOS filesystems.
21400
21401 2003-12-29 Richard M. Stallman <rms@gnu.org>
21402
21403 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
21404 Upcase the character.
21405
21406 * textmodes/flyspell.el (mail-mode-flyspell-verify):
21407 Search for header separator alone on a line, literally,
21408 and search for it backward, not forward.
21409 (flyspell-abbrev-table): Always use global-abbrev-table
21410 if there is no local one.
21411
21412 * progmodes/sh-script.el (sh-get-indent-info):
21413 Don't move point back if at bob.
21414
21415 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
21416
21417 * play/handwrite.el (handwrite): Make the handwrite credit message
21418 a comment rather than an output command.
21419
21420 * obsolete/sc.el: Display message that this file is obsolete.
21421
21422 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
21423
21424 * mail/rfc822.el (rfc822-address-start): Declare variable.
21425 Renamed from address-start. All uses changed.
21426
21427 * term.el (term-exec): Set up sentinel.
21428 (term-sentinel): New function.
21429 (term-handle-exit): New function.
21430
21431 * subr.el (assoc-ignore-case, assoc-ignore-representation):
21432 Use assoc-string, and mark them obsolete.
21433 (delay-mode-hooks): Mark as permanent local.
21434
21435 * simple.el (sendmail-user-agent-compose): Use assoc-string.
21436
21437 * register.el (copy-rectangle-to-register): Doc fix.
21438
21439 * info.el (Info-insert-dir): Use assoc-string.
21440
21441 * info-look.el (info-lookup): Use assoc-string.
21442
21443 * frame.el (pop-up-frame-function): Use quote, not `function'.
21444 (frame-notice-user-settings): Calculate ADJUSTED-TOP
21445 copying with lists as coordinate values.
21446
21447 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
21448
21449 * find-dired.el (kill-find): New command.
21450 (find-dired): Make buffer read-only.
21451 Set up a keymap with C-c C-k running kill-find.
21452 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
21453
21454 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
21455
21456 * filecache.el (file-cache-ignore-case): New variable.
21457 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
21458
21459 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
21460 (comint-dynamic-complete-as-filename): Rename local vars.
21461 (comint-dynamic-list-filename-completions): Likewise.
21462
21463 * comint.el (comint-dynamic-list-completions-config): New var.
21464 (comint-dynamic-list-completions): Handle both SPC and TAB right.
21465
21466 * comint.el (comint-file-name-chars): Add [].
21467 (comint-word): Use skip-chars-backward, not search.
21468
21469 * shell.el (shell-file-name-chars): Add [].
21470
21471 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
21472
21473 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
21474
21475 * generic.el (define-generic-mode): Doc fix.
21476
21477 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21478
21479 * files.el (kill-some-buffers): Doc fix.
21480
21481 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
21482
21483 * comint.el (comint-watch-for-password-prompt): Pass `string' as
21484 arg to send-invisible
21485 (send-invisible): Doc fix. The argument is now a prompt, not the
21486 string to send.
21487 (comint-read-noecho): Doc fix.
21488
21489 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
21490
21491 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
21492 "@", as required by some ISP hosting service. Fix defcustom
21493 argument syntax errors that prevented use of customization.
21494
21495 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21496
21497 * xml.el (xml-get-attribute-or-nil): Doc fix.
21498
21499 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
21500
21501 * net/zone-mode.el (zone-mode): Use write-file-functions, not
21502 write-file-hooks.
21503
21504 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
21505
21506 * autorevert.el (auto-revert-interval): Doc fix.
21507
21508 2003-12-29 Mark A. Hershberger <mah@everybody.org>
21509
21510 * xml.el (xml-get-attribute-or-nil): New function, like
21511 xml-get-attribute, but returns nil if the attribute was not found.
21512 (xml-get-attribute): Convert to defsubst, uses
21513 xml-get-attribute-or-nil.
21514
21515 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21516
21517 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
21518
21519 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
21520
21521 * custom.el (custom-declare-theme): Use `value' when putting
21522 properties on `theme'.
21523
21524 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
21525
21526 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
21527 for each yank-handler segment.
21528 (insert-for-yank-1): New function, with the body of the previous
21529 insert-for-yank.
21530
21531 * textmodes/table.el (table-yank-handler): New defcustom.
21532 (table--put-cell-indicator-property): Put yank-handler property
21533 that indicates the yank handler for the table cell.
21534
21535 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21536
21537 * generic-x.el (etc-modules-conf-generic-mode): A more complete
21538 set of keywords.
21539
21540 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21541
21542 * international/mule-cmds.el (reset-language-environment)
21543 (set-language-environment): Don't invoke fontset-related functions
21544 if fontset-list is not fboundp.
21545
21546 2003-12-29 Kenichi Handa <handa@m17n.org>
21547
21548 * international/mule-cmds.el (reset-language-environment):
21549 Call set-overriding-fontspec-internal with nil.
21550 (set-language-environment): Call set-overriding-fontspec-internal
21551 if the language environment specify `overriding-fontspec'.
21552 (language-info-alist): Doc added.
21553
21554 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
21555 characters of mule-unicode-0100-24ff.
21556 (ccl-encode-windows-1251-font): New CCL program.
21557 ("Bulgarian"): Specify overriding-fontspec.
21558 ("Belarusian"): Likewise.
21559
21560 2003-12-28 Sam Steingold <sds@gnu.org>
21561
21562 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
21563 parameter ID-FORMAT to conform with the 2003-11-30 patch.
21564
21565 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
21566
21567 * progmodes/gud.el (gud-gdb-command-name): Set default to
21568 "gdb --annotate=3".
21569 (gud-gdb-marker-filter): Look out for annotations.
21570 (gdb-first-pre-prompt): New variable.
21571 Remove trailing white space.
21572
21573 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
21574 if necessary.
21575 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
21576 annotations are detected.
21577 (gud-gdba-marker-filter): Use global variable gud-marker-acc
21578 instead of a local one to allow transition from
21579 gud-gdb-marker-filter.
21580 Remove trailing white space.
21581
21582 2003-12-27 Kim F. Storm <storm@cua.dk>
21583
21584 * ido.el: Handle non-readable directories.
21585 (ido-decorations): Add 9th element for non-readable directory.
21586 (ido-directory-nonreadable): New dynamic var.
21587 (ido-set-current-directory): Set it.
21588 (ido-read-buffer, ido-file-internal):
21589 (ido-read-file-name, ido-read-directory-name): Let-bind it.
21590 (ido-file-name-all-completions1): Return empty list for
21591 non-readable directory.
21592 (ido-exhibit): Print [Not readable] if directory is not readable.
21593 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
21594 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
21595 Use it.
21596
21597 2003-12-27 Lars Hansen <larsh@math.ku.dk>
21598
21599 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
21600 calls to directory-files-and-attributes and file-attributes.
21601 (ls-lisp-format): Remove system dependent handling of user and
21602 group id's.
21603
21604 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
21605
21606 * ffap.el (ffap-read-file-or-url): Revert previous change.
21607
21608 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
21609
21610 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
21611 new list of included files called `files-with-node-lines', that
21612 only have node lines. This way @include commands can include any
21613 file, such as version and update files without node lines, not
21614 just files that are chapters.
21615
21616 2003-12-25 Andreas Schwab <schwab@suse.de>
21617
21618 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
21619 file not found.
21620
21621 2003-12-08 Miles Bader <miles@gnu.org>
21622
21623 * dired.el (dired-between-files): Always use dired-move-to-filename,
21624 which is more robust in non-english locales.
21625
21626 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
21627
21628 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
21629
21630 2003-12-24 Andreas Schwab <schwab@suse.de>
21631
21632 * shell.el (shell-file-name-quote-list): Add backslash.
21633
21634 * comint.el (comint-quote-filename): Correctly handle backslash
21635 in comint-file-name-quote-list.
21636
21637 2003-12-24 Kenichi Handa <handa@m17n.org>
21638
21639 * international/mule-cmds.el (set-default-coding-systems):
21640 Call ucs-set-table-for-input for all buffers that don't have local
21641 value of buffer-file-coding-system.
21642
21643 * international/ucs-tables.el (ucs-set-table-for-input):
21644 If translation-table-for-encode is a symbol, get its
21645 translation-table property.
21646
21647 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
21648
21649 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
21650 to `completing-read' on a recently fixed bug.
21651
21652 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
21653 instead of SPACE, to get the list of possible fringe modes.
21654 SPACE only works if both `partial-completion-mode' and
21655 `completion-auto-help' are nil.
21656
21657 * complete.el (PC-is-complete-p): Delete.
21658 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
21659 calls to `test-completion'.
21660
21661 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
21662
21663 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
21664 to edit values when there are no children.
21665
21666 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
21667 a mode called "Assembler" already exists.
21668 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
21669 (gud-watch): Use format option. Remove font properties from string.
21670 (gdb-var-create-handler, gdb-var-list-children-handler):
21671 Don't bother about properties as there are none.
21672 (gdb-var-create-handler, gdb-var-list-children-handler)
21673 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
21674 with two arguments.
21675 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
21676 Let speedbar show value changes with a different font.
21677 (gdb-edit-value): New defun.
21678 (gdb-clear-partial-output, gdb-clear-inferior-io)
21679 (def-gdb-auto-update-handler): Use erase-buffer.
21680 (gdb-frame-handler): Display watch expressions in
21681 FUNCTION::VARIABLE format if required.
21682
21683 2003-12-23 John Paul Wallington <jpw@gnu.org>
21684
21685 * info.el (Info-unescape-quotes, Info-split-parameter-string)
21686 (Info-goto-emacs-command-node): Doc fixes.
21687
21688 2003-12-12 Jesper Harder <harder@ifa.au.dk>
21689
21690 * cus-edit.el (custom-add-parent-links): Define "many".
21691
21692 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
21693
21694 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21695 (widget-child-validate, widget-type-value-create)
21696 (widget-type-default-get, widget-type-match): New functions.
21697 (lazy): New widget.
21698 (menu-choice, checklist, radio-button-choice, editable-list)
21699 (group, documentation-string): Remove redundant (per 2003-10-25
21700 change) calls to `widget-children-value-delete'.
21701 (widget-choice-value-get, widget-choice-value-inline): Remove.
21702 (menu-choice): Update widget.
21703
21704 2003-12-03 Kenichi Handa <handa@m17n.org>
21705
21706 * language/cyrillic.el: Register "microsoft-cp1251" in
21707 ctext-non-standard-encodings-alist.
21708 ("Bulgarian"): Add ctext-non-standard-encodings.
21709 ("Belarusian"): Likewise.
21710
21711 * international/mule-conf.el (compound-text-with-extensions):
21712 Change the type to 2 (iso-2022 base).
21713
21714 * international/mule.el (ctext-non-standard-encodings-alist):
21715 Change the format.
21716 (ctext-non-standard-encodings): New variable.
21717 (ctext-post-read-conversion): Fully re-written.
21718 (ctext-non-standard-designations-alist): Delete it.
21719 (ctext-non-standard-encodings-table): New function.
21720 (ctext-pre-write-conversion): Fully re-written.
21721
21722 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
21723
21724 * cus-edit.el (custom-add-parent-links): Add documentation links
21725 for parent, if the item has none of its own.
21726
21727 2003-11-30 Richard M. Stallman <rms@gnu.org>
21728
21729 * dired-aux.el (dired-do-query-replace-regexp):
21730 Report files visited read-only.
21731
21732 2003-11-30 Juri Linkov <juri@jurta.org>
21733
21734 * dired-aux.el (dired-compare-directories): New command.
21735 (dired-file-set-difference, dired-files-attributes): New functions.
21736
21737 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
21738 Version 2.0.38 of Tramp released.
21739
21740 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
21741 Charles Curley <charlescurley@charlescurley.com>.
21742 (tramp-multi-connection-function-alist): Add ssht entry which adds
21743 "-e none -t -t" to the list of ssh args. Suggested by Adrian
21744 Aichner.
21745 (tramp-get-method-parameter): New function to retrieve a method
21746 parameter. This allows for omission of method parameters.
21747 Callers adjusted.
21748
21749 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
21750
21751 * net/tramp.el: Add new optional parameter ID-FORMAT to
21752 `file-attributes'. Calls of `file-attributes' won't use this
21753 parameter for backward compatibility reasons.
21754 (tramp-perl-file-attributes): Add a new parameter to Perl script
21755 in order to handle uid/gid as strings, if desired.
21756 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21757 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21758 order to make the function more general.
21759 (tramp-handle-file-attributes): Replace proprietary optional
21760 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21761 (tramp-handle-file-attributes-with-perl): Handle parameter
21762 NONNUMERIC if set. This wasn't done in the past.
21763 (tramp-post-connection): Apply second parameter "$2" if
21764 `tramp-remote-perl' is called.
21765
21766 * net/tramp-smb.el (tramp-smb-handle-delete-file):
21767 Correct cut'n'waste error (`filename' instead of `directory').
21768 (tramp-smb-handle-directory-files-and-attributes)
21769 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21770 introduced parameter ID-FORMAT.
21771 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21772 error (`directory' instead of `ldir').
21773
21774 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21775 `file-attributes' has a second parameter. If yes, apply it with
21776 value "'integer". Otherwise, don't use that parameter (default is
21777 integer format).
21778
21779 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
21780
21781 * help.el (help-map): Bind `display-local-help' to `C-h .'.
21782 (help-for-help): Add `C-h .' to the listed Help options.
21783 Remove trailing whitespace.
21784
21785 * help-at-pt.el: New file.
21786
21787 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
21788
21789 * subr.el (noreturn, 1value): New macros for test coverage.
21790 See `testcover.el'.
21791
21792 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21793
21794 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21795 for macro `1value'.
21796 (testcover-1value): New function. Checks that a 1value form
21797 actually returns only one value. Requested by RMS.
21798
21799 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
21800
21801 * gdb-ui.el (gud-watch, gdb-var-create-handler)
21802 (gdb-var-list-children, gdb-var-list-children-handler)
21803 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21804 gdb commands that use mi to keep them out of the command history.
21805
21806 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21807
21808 * cus-start.el (all): Add use-file-dialog.
21809
21810 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21811
21812 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21813
21814 2003-11-27 Kim F. Storm <storm@cua.dk>
21815
21816 * subr.el (posn-object-x-y): New defun.
21817
21818 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
21819
21820 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21821 Don't use `space' for \\\n.
21822 Be more selective as to which # are comment-starters.
21823
21824 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
21825
21826 * subr.el (number-sequence): Improve handling of floating point
21827 arguments (suggested by Kim Storm). Allow negative arguments.
21828
21829 2003-11-26 Kenichi Handa <handa@m17n.org>
21830
21831 * international/mule-cmds.el (standard-display-european-internal):
21832 Cancel the standard-display-table setting for ` and '.
21833
21834 2003-11-26 Kim F. Storm <storm@cua.dk>
21835
21836 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21837 New defcustoms to add ffap-like functionality to ido.
21838 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
21839 (ido-no-final-slash): New defun.
21840 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21841 (ido-read-file-name): ): Toggle VC checking via
21842 vc-handled-backends instead of vc-master-templates.
21843 (ido-file-internal): Handle ido-use-url-at-point and
21844 ido-use-filename-at-point via code borrowed from ffap-guesser.
21845 Handle new ido-exit code ffap.
21846 (ido-sort-list): Ignore final slash when sorting file names.
21847
21848 2003-11-25 Kim F. Storm <storm@cua.dk>
21849
21850 * emulation/cua-base.el (cua--standard-movement-commands):
21851 Add forward-sentence and backward-sentence.
21852
21853 2003-11-25 Stephen Eglen <stephen@gnu.org>
21854
21855 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21856 iswitchb-exit is set to 'usefirst when user selects buffer at head
21857 of list using RET. (Selecting buffers at the head of the list was
21858 broken if the substring was also a complete buffername.)
21859
21860 2003-11-23 Kim F. Storm <storm@cua.dk>
21861
21862 * progmodes/compile.el (grep-command, grep-use-null-device)
21863 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21864 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21865 (grep-regexp-alist, grep-program, find-program)
21866 (grep-find-use-xargs, grep-history, grep-find-history)
21867 (grep-process-setup, grep-compute-defaults)
21868 (grep-default-command, grep, grep-tag-default, grep-find)
21869 (grep-expand-command-macros, grep-tree-last-regexp)
21870 (grep-tree-last-files, grep-tree): Move grep variables, functions
21871 and commands to new file grep.el.
21872 (compilation-mode-map): Remove grep commands from Compile sub-menu.
21873 (compilation-process-setup-function): Doc fix.
21874 (compilation-highlight-regexp, compilation-highlight-overlay): New
21875 defvars used for highlighting current compile error in source buffer.
21876 (compile-internal): New optional args HIGHLIGHT-REGEXP and
21877 LOCAL-MAP which overrides compilation-highlight-regexp and
21878 compilation-mode-map for this compilation.
21879 Delay calling compilation-set-window-height until after running
21880 compilation-process-setup-function so it can buffer-local override
21881 compilation-window-height.
21882 Check buffer-local value of compilation-scroll-output.
21883 (compilation-set-window-height): Use buffer-local value of
21884 compilation-window-height.
21885 (compilation-revert-buffer): Don't pass (undefined)
21886 preserve-modes arg to revert-buffer.
21887 (next-error-no-select, previous-error-no-select): New commands.
21888 (compilation-goto-locus): Temporarily highlight current match in
21889 source buffer using compilation-highlight-regexp.
21890
21891 * progmodes/grep.el: New file with grep code from compile.el.
21892 (grep): New defcustom group.
21893 (grep-window-height): New defcustom, like compilation-window-height.
21894 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21895 (grep-scroll-output): New defcustom, like compilation-scroll-output.
21896 (grep-command, grep-use-null-device, grep-find-command)
21897 (grep-tree-files-aliases, grep-tree-ignore-case)
21898 (grep-tree-ignore-CVS-directories): Move to grep custom group.
21899 (grep-setup-hook): New hook variable.
21900 (grep-mode-map): New keymap for grep commands. Add Grep menu.
21901 (grep-last-buffer): New defvar, override compilation-last-buffer.
21902 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
21903 Call compile-internal with args highlight-regexp and grep-mode-map.
21904
21905 2003-11-23 Kim F. Storm <storm@cua.dk>
21906
21907 * subr.el (event-start, event-end): Doc fix.
21908 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21909 (posn-area, posn-actual-col-row, posn-object): New defuns.
21910 (posn-col-row): Simplify doc. Rewrite to use cond.
21911 (posn-point): Also return buffer position for events outside text
21912 area (that info is now present in the event position).
21913
21914 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21915 mouse-set-point so that hscroll still works now that clicks on
21916 fringes generate specific mouse events.
21917 (mouse-set-point): Note that it now works in fringes and margins
21918 too due to new semantics of posn-point in fringes and margins.
21919
21920 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21921 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21922
21923 2003-11-20 Kim F. Storm <storm@cua.dk>
21924
21925 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21926 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21927 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21928 to 100 for icons to avoid increasing line height when shown.
21929
21930 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21931
21932 * newcomment.el (comment-normalize-vars): Initialize properly if
21933 comment-start was nil.
21934
21935 2003-11-19 Andreas Schwab <schwab@suse.de>
21936
21937 * simple.el (set-variable): Fix indentation.
21938
21939 2003-11-17 Kenichi Handa <handa@m17n.org>
21940
21941 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21942 Fix docstring.
21943
21944 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21945
21946 * international/latin1-disp.el (latin1-display): Fix docstring.
21947
21948 2003-11-16 John Wiegley <johnw@newartisans.com>
21949
21950 * eshell/em-ls.el (eshell-ls-file): There are times with
21951 size-width is nil and uncomputed (when directories are created in
21952 dired, for example); in this case, 4 is reasonable default value,
21953 although it may caused skewed new entries (which could be avoided
21954 by returning the original value of 8 in all cases, but 99% of the
21955 time this is a waste of whitespace).
21956
21957 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21958
21959 * cc-engine.el (c-guess-continued-construct)
21960 (c-guess-basic-syntax): Check a little more carefully if it's a
21961 function declaration when an unknown construct followed by a block
21962 is found inside a statement context. This avoids macros followed
21963 by blocks to be taken as function declarations.
21964
21965 (c-guess-continued-construct): Change the analysis of a statement
21966 continuation with a brace open to `substatement-block', for
21967 consistency with recognized statements.
21968
21969 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21970 start is in a position so that `c-beginning-of-statement-1' jumped
21971 to the beginning of the same statement.
21972
21973 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21974 Don't accept binary operators in the arglist if we're in a function
21975 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
21976 template recognition in cases like "if (a < b || c > d)".
21977
21978 (c-restricted-<>-arglists): New more appropriate name for
21979 `c-disallow-comma-in-<>-arglists'.
21980
21981 Accessing functions updated for the variable name change.
21982
21983 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21984 match data could get clobbered if NOT-INSIDE-TOKEN is used.
21985
21986 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21987 labels.
21988
21989 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21990 instead of duplicating parts of it. This fixes bogus label
21991 recognition.
21992
21993 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21994 of checking the context in which to apply the minimum indentation,
21995 so that it isn't enforced in e.g. namespace blocks.
21996
21997 * cc-vars.el (c-inside-block-syms): New constant used by
21998 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
21999 to somewhat reduce the risk of becoming stale.
22000
22001 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
22002 cc-cmds to cc-engine to allow use from cc-align.
22003
22004 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
22005 qualified identifiers containing "::".
22006
22007 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
22008 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
22009
22010 * cc-vars.el (c-emacs-features): Use a space in front of the name
22011 of the temporary buffer. That also avoids dumping problems in
22012 XEmacs due to undo info being left around after the buffer is killed.
22013
22014 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
22015 arglist to see if it's a K&R style declaration.
22016
22017 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
22018 before returning `knr-argdecl-intro'.
22019
22020 2003-11-16 John Wiegley <johnw@newartisans.com>
22021
22022 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
22023 field in a long-listing always 8 characters, use `size-width',
22024 which has already been computed.
22025
22026 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
22027
22028 * subr.el (minor-mode-list): Add `hs-minor-mode'.
22029
22030 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
22031
22032 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
22033 Support operation while narrowed, with `diff-restrict-view'.
22034
22035 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
22036
22037 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22038 Take additional optional arg NARROWFUN. For the generated functions:
22039 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
22040 include frags that arrange to check for and save narrowing state before
22041 the move and then conditionally call NARROWFUN after the move.
22042
22043 2003-11-14 John Wiegley <johnw@newartisans.com>
22044
22045 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
22046 that was optional, but obviously missing based on surrounding code.
22047
22048 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
22049 string arguments to numbers unless the whole argument was seen as
22050 a number.
22051
22052 2003-11-14 Kenichi Handa <handa@m17n.org>
22053
22054 * international/mule.el (ctext-non-standard-encodings-alist):
22055 Fix coding systems.
22056
22057 2003-11-10 Kenichi Handa <handa@m17n.org>
22058
22059 * language/kannada.el ("Kannada"): Add sample-text.
22060
22061 * language/knd-util.el (kannada-compose-region)
22062 (kannada-compose-string, kannada-post-read-conversion):
22063 Add autoload cookie.
22064
22065 * international/quail.el (quail-completion): Change the message
22066 "corresponding translations" to "corresponding characters".
22067
22068 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
22069
22070 * descr-text.el (describe-char): Fix typo.
22071
22072 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
22073
22074 These changes are to support Kannada language/script.
22075
22076 * Makefile.in (DONTCOMPILE): Add kannada.el.
22077
22078 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
22079
22080 * loadup.el: Preload kannada.el.
22081
22082 * language/ind-util.el (ucs-kannada-to-is13194-alist)
22083 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
22084 New variables.
22085
22086 * language/kannada.el: New file.
22087
22088 * language/knd-util.el: New file.
22089
22090 2003-11-07 Andreas Schwab <schwab@suse.de>
22091
22092 * progmodes/autoconf.el (autoconf-font-lock-keywords):
22093 Also highlight AH_*.
22094
22095 * xml.el (xml-parse-dtd): Fix misplaced paren.
22096
22097 2003-11-07 Kenichi Handa <handa@m17n.org>
22098
22099 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
22100
22101 2003-11-05 Juri Linkov <juri@jurta.org>
22102
22103 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
22104 (desktop-buffer-file): Use saved buffer-file-coding-system
22105 for file reading. Set auto-insert to nil to prevent automatic
22106 insertion into restored empty files.
22107
22108 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
22109
22110 * files.el (risky-local-variable-p): Make second argument optional.
22111
22112 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
22113
22114 * subr.el (add-hook): Fix last change.
22115
22116 2003-11-03 Eli Zaretskii <eliz@gnu.org>
22117
22118 * mail/rmail.el (rmail-convert-to-babyl-format):
22119 If base64-decode-region signals an error, catch it and silently
22120 ignore it.
22121
22122 2003-11-01 Mark A. Hershberger <mah@everybody.org>
22123
22124 * xml.el (xml-parse-region): Allow comments to appear after the
22125 topmost element has closed.
22126 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
22127 (xml-ns-expand-attr): New functions to do namespace handling.
22128 (xml-intern-attrlist): Back-compatible handling of attribute names.
22129 (xml-parse-tag): Move namespace handling to separate functions.
22130 Now produces elements in the form ((:ns . "element") (attr-list)
22131 children) instead of ('ns:element (attr-list) children).
22132 (xml-parse-attlist): Fix attribute parsing.
22133 (xml-parse-dtd): Change parsing so that it produces strings
22134 instead of interned symbols.
22135
22136 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
22137
22138 * dired.el (dired-ls-sorting-switches): Doc fix.
22139
22140 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
22141
22142 * emacs-lisp/rx.el (rx-or): Fix the case of
22143 "(rx (and ?a (or ?b ?c) ?d))".
22144
22145 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
22146
22147 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
22148 (texinfo-format-region): Use it.
22149 (texinfo-format-buffer-1): Ditto.
22150
22151 2003-11-01 Alan Mackenzie <acm@muc.de>
22152
22153 Changes to allow scrolling whilst in isearch mode:
22154 * isearch.el (isearch-unread-key-sequence): New function,
22155 extracted from isearch-other-meta-char.
22156 (top level): (put 'foo 'isearch-scroll) on all Emacs's
22157 "scrollable" standard functions.
22158 (isearch-allow-scroll): New customizable variable.
22159 (isearch-string-out-of-window, isearch-back-into-window)
22160 (isearch-reread-key-sequence-naturally)
22161 (isearch-lookup-scroll-key): New functions.
22162 (isearch-other-meta-char): Doc string and functionality enhanced.
22163 Now accepts a prefix argument.
22164 (isearch-lazy-highlight-window-end): New variable.
22165 (isearch-lazy-highlight-new-loop): Pay attention to the window's
22166 end (thru isearch-lazy-highlight-window-end), not only its start.
22167
22168 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
22169 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
22170 (universal-argument, universal-argument-more, negative-argument)
22171 (digit-argument, universal-argument-other-key): Minor changes.
22172
22173 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22174
22175 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
22176 recursively if the last message is deleted, thus avoiding an
22177 infinite loop.
22178
22179 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
22180
22181 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
22182 (tex-main-file): Don't add .tex if the extension is already present.
22183 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
22184
22185 2003-10-29 Lute Kamstra <lute@gnu.org>
22186
22187 * progmodes/octave-inf.el (inferior-octave-prompt):
22188 Recognize version number in prompt.
22189
22190 2003-10-28 Dave Love <fx@gnu.org>
22191
22192 * international/characters.el: Fix some Unicode ranges.
22193
22194 2003-10-28 Kenichi Handa <handa@m17n.org>
22195
22196 * disp-table.el (standard-display-8bit)
22197 (standard-display-default, standard-display-ascii)
22198 (standard-display-g1, standard-display-graphic)
22199 (standard-display-underline): Assure that standard-display-table
22200 is a display table.
22201
22202 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
22203
22204 * simple.el (reindent-then-newline-and-indent): Delete space *after*
22205 reindenting the first line.
22206
22207 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
22208
22209 * wid-edit.el (widget-default-delete): Always delete child widgets.
22210
22211 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22212
22213 * newcomment.el (comment-indent): Don't call indent-according-to-mode
22214 if the line has code.
22215 Don't try to line up with something that's too far left.
22216
22217 * progmodes/octave-mod.el (octave-comment-start): Simplify.
22218 (octave-mode-syntax-table): Add % as a comment starter.
22219 (octave-point): Remove.
22220 (octave-in-comment-p, octave-in-string-p)
22221 (octave-not-in-string-or-comment-p, calculate-octave-indent)
22222 (octave-blink-matching-block-open, octave-auto-fill):
22223 Use line-(beginning|end)-position instead.
22224
22225 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
22226
22227 * emacs-lisp/authors.el (authors-aliases): Add correct realname
22228 for Francesco Potort\e,Al\e(B.
22229
22230 2003-10-23 Dave Love <fx@gnu.org>
22231
22232 * international/mule-cmds.el (locale-charset-to-coding-system):
22233 Don't rely on nil being a coding system.
22234
22235 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
22236 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
22237 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
22238
22239 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
22240
22241 * gdb-ui.el (gdb-current-language): New variable.
22242 (gdb-update-flag): Remove variable.
22243 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
22244 (gdb-take-last-elt): Remove function.
22245 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
22246 (gdb-post-prompt): Check for variable object changes here.
22247
22248 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
22249 object changes in gdb-ui.el.
22250
22251 2003-10-21 Richard M. Stallman <rms@gnu.org>
22252
22253 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
22254
22255 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
22256 Don't check for foo*/ wildcard form here.
22257 (insert-directory): Recognize foo*/ as a wildcard.
22258 Separate wildcard-regexp variable from the arg, wildcard.
22259
22260 * subr.el (add-hook): Correctly detect when make-local-hook was used.
22261 (remove-hook): Correctly handle strange cases about local hooks.
22262
22263 2003-10-21 David Ponce <david@dponce.com>
22264
22265 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
22266 argument REAL, to return a real number instead of a rounded
22267 integer value. Define as inline function.
22268 (ruler-mode-right-fringe-cols): Likewise.
22269 (ruler-mode-scroll-bar-cols): New function.
22270 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
22271 (ruler-mode-right-scroll-bar-cols): Likewise.
22272 (ruler-mode-space): New function.
22273 (ruler-mode-ruler): Use it. Handle variations of fringe style,
22274 scroll bar mode and margins in a more robust way.
22275
22276 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
22277
22278 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
22279 (antlr-c-init-language-vars): New function.
22280 (antlr-mode): Use it with cc-mode before v5.29.
22281 (antlr-c-common-init): Don't set some local vars here.
22282 (antlr-mode): Set them here.
22283 (antlr-c-forward-sws): New function alias.
22284 (antlr-mode): Redefine with cc-mode before v5.30.
22285 (antlr-skip-sexps): Use it.
22286 (antlr-skip-exception-part): Ditto.
22287 (antlr-skip-file-prelude): Ditto.
22288 (antlr-outside-rule-p): Ditto.
22289 (antlr-end-of-body): Ditto.
22290 (antlr-option-kind): Ditto.
22291 (antlr-insert-option-area): Ditto.
22292 (antlr-file-dependencies): Ditto.
22293
22294 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22295
22296 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
22297 Move backward only if point was not inside an entry.
22298
22299 2003-10-21 Richard M. Stallman <rms@gnu.org>
22300
22301 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
22302
22303 2003-10-21 Juri Linkov <juri@jurta.org>
22304
22305 * compare-w.el: Automatically skip non-matching text to resync.
22306 (compare-windows-whitespace): Doc fix.
22307 (compare-windows-sync, compare-windows-sync-string-size)
22308 (compare-windows-recenter, compare-ignore-whitespace)
22309 (compare-windows-highlight, compare-windows-face): New variables.
22310 (compare-windows): Use compare-windows-sync.
22311 (compare-windows-highlight, compare-windows-dehighlight)
22312 (compare-windows-sync-regexp)
22313 (compare-windows-sync-default-function): New functions.
22314
22315 2003-10-21 Juri Linkov <juri@jurta.org>
22316
22317 * diff.el (diff-parse-differences): Don't visit the files now;
22318 instead, just record the error locus.
22319
22320 2003-10-21 Dave Love <fx@gnu.org>
22321
22322 * progmodes/cfengine.el: New file.
22323
22324 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22325
22326 * complete.el (PC-do-completion): Do not forget to use `pred' as the
22327 default-directory when completing file names.
22328
22329 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
22330
22331 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
22332 followed by the word `face', it gets treated as a face, even if
22333 it is also defined as a variable or a function.
22334
22335 2003-10-20 Dave Love <fx@gnu.org>
22336
22337 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22338 Avoid incf in macro expansion.
22339
22340 2003-10-20 John Paul Wallington <jpw@gnu.org>
22341
22342 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
22343 `evenp' so we don't implicitly require cl library at runtime.
22344
22345 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
22346
22347 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
22348 (help-make-xrefs): Only make cross-references for faces if
22349 preceded or followed by the word `face'. Do not make a
22350 cross-reference for variables without variable documentation,
22351 unless preceded by the word `variable' or `option'. Update doc
22352 string accordingly.
22353
22354 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
22355
22356 * progmodes/hideshow.el: Rewrite one-armed `if'
22357 constructs using either `when' or `unless'.
22358 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
22359
22360 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
22361
22362 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
22363 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
22364 instead of 12x12.
22365
22366 2003-10-16 Eli Zaretskii <eliz@gnu.org>
22367
22368 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
22369 message while converting to Babyl.
22370
22371 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
22372
22373 * allout.el (allout-mode): Doc fix.
22374
22375 2003-10-16 Lute Kamstra <lute@gnu.org>
22376
22377 * subr.el (force-mode-line-update): Fix docstring.
22378
22379 2003-10-14 Dave Love <fx@gnu.org>
22380
22381 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
22382 (default-input-method): Add :link, improve :type.
22383 (locale-charset-language-names): Fix utf-8 pattern.
22384 (locale-charset-match-p, locale-charset-alist)
22385 (locale-charset-to-coding-system): New.
22386 (set-locale-environment): Deal with codeset part of locale specs.
22387
22388 2003-10-14 Lute Kamstra <lute@gnu.org>
22389
22390 * fringe.el (fringe-mode): Use active voice in docstring.
22391 (set-fringe-style): Ditto.
22392
22393 2003-10-13 Lute Kamstra <lute@gnu.org>
22394
22395 * fringe.el (fringe-mode): Fix docstring.
22396 (set-fringe-style): Ditto.
22397
22398 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
22399
22400 * ediff-mult.el (ediff-filegroup-action):
22401 Use ediff-default-filtering-regexp.
22402
22403 * ediff-util.el (ediff-recenter): Don't call
22404 ediff-restore-highlighting twice.
22405 (ediff-select-difference): Set current difference.
22406 (ediff-unselect-and-select-difference): Add comment.
22407
22408 * ediff.el (ediff-directories,ediff-directory-revisions)
22409 (ediff-directories3,ediff-merge-directories)
22410 (ediff-merge-directories-with-ancestor)
22411 (ediff-merge-directory-revisions)
22412 (ediff-merge-directory-revisions-with-ancestor):
22413 Use ediff-default-filtering-regexp.
22414
22415 2003-10-12 Andreas Schwab <schwab@suse.de>
22416
22417 * international/mule-cmds.el (locale-charset-language-names):
22418 Simplify regex by removing unused grouping.
22419
22420 2003-10-10 Dave Love <fx@gnu.org>
22421
22422 * bindings.el: Don't bind stop.
22423
22424 2003-10-08 Miles Bader <miles@gnu.org>
22425
22426 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
22427 face instead of attempting to emulate it.
22428
22429 2003-10-07 Kenichi Handa <handa@m17n.org>
22430
22431 * international/mule-diag.el (list-coding-systems-1): List coding
22432 systems that are loaded automatically.
22433
22434 * international/code-pages.el (iso-8859-11): Add autoload cookie.
22435
22436 * international/mule.el (autoload-coding-system): New function.
22437
22438 2003-10-07 Andreas Schwab <schwab@suse.de>
22439
22440 * log-edit.el (log-edit-changelog-entries): Prefer local value of
22441 change-log-default-name in the buffer visiting the file.
22442
22443 2003-10-06 Dave Love <fx@gnu.org>
22444
22445 * files.el (find-file-hook): Customize.
22446 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
22447
22448 * bindings.el (completion-ignored-extensions): Remove .log.
22449 (global-map): Add again, open, stop keys.
22450
22451 2003-10-05 Richard M. Stallman <rms@gnu.org>
22452
22453 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
22454 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
22455 Use sh-modify directly.
22456 (sh-select): Use sh-append, not eval.
22457
22458 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
22459
22460 * info.el (Info-following-node-name): New function.
22461
22462 * loadhist.el (unload-feature-special-hooks):
22463 Rename from loadhist-hook-functions.
22464 (loadhist-hook-functions): Now an alias.
22465
22466 2003-10-04 Eli Zaretskii <eliz@gnu.org>
22467
22468 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
22469 file-name clashes on 8+3 filesystems.
22470
22471 * Makefile.in (DONTCOMPILE, bootstrap-clean):
22472 Rename loaddefs-boot.el to ldefs-boot.el
22473
22474 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
22475 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
22476
22477 2003-10-03 Lute Kamstra <lute@gnu.org>
22478
22479 * info.el (Info-mode): Revert previous change.
22480 (Info-escape-percent): New function.
22481 (Info-fontify-node): Use it.
22482
22483 2003-10-02 Andreas Schwab <schwab@suse.de>
22484
22485 * loaddefs-boot.el: Regenerated.
22486
22487 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
22488
22489 * ffap.el: Remove defadvice related code from CVS since `complete'
22490 provides a `PC-completion-as-file-name-predicate' variable that
22491 ffap can override.
22492
22493 2003-10-02 Kenichi Handa <handa@m17n.org>
22494
22495 * international/utf-8.el (ccl-decode-mule-utf-8):
22496 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
22497
22498 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
22499 * international/subst-big5.el: Likewise.
22500 * international/subst-gb2312.el: Likewise.
22501 * international/subst-ksc.el: Likewise.
22502
22503 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22504
22505 * calendar/calendar.el (increment-calendar-month)
22506 (calendar-leap-year-p, calendar-absolute-from-gregorian)
22507 (generate-calendar, calendar-read-date, calendar-interval)
22508 (calendar-day-of-week): Handle years BC.
22509 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
22510
22511 2003-10-01 Dave Love <fx@gnu.org>
22512
22513 * language/cyrillic.el (cp1251): Alias for windows-1251.
22514
22515 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
22516 bootstrap.
22517
22518 2003-10-01 Lute Kamstra <lute@gnu.org>
22519
22520 * files.el: Fix typo.
22521 * imenu.el (imenu--generic-function): Docstring fix.
22522
22523 2003-09-30 Richard M. Stallman <rms@gnu.org>
22524
22525 * dired.el (dired-mode): Handle dired-directory as a list.
22526
22527 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
22528
22529 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
22530
22531 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
22532
22533 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
22534 Replace gud-display with gud-watch.
22535 (gud-speedbar-buttons): Add stuff for watching expressions
22536 in the speedbar when using M-x gdba. Use dolist on old part
22537 of this function.
22538
22539 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
22540 (gdb-update-flag): New variables.
22541 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
22542 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
22543 (gud-watch, gdb-var-create-handler) : New functions.
22544 (gdb-var-list-children, gdb-var-list-children-handler)
22545 (gdb-var-create-regexp, gdb-var-update-regexp)
22546 (gdb-var-list-children-regexp): New constants.
22547 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
22548 (gdb-annotation-rules): Reduce annotation set (level 3).
22549 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
22550 (gdb-post-prompt): Don't update GDB buffers every time speedbar
22551 updates.
22552 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
22553 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
22554 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
22555 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
22556 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
22557 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
22558 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
22559 (gud-display, gud-display1)
22560 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
22561 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
22562 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
22563 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
22564 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
22565 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
22566 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
22567 (gdb-display-display-buffer, gdb-toggle-display)
22568 (gdb-delete-display, gdb-expressions-popup-menu)
22569 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
22570 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
22571 to display buffer.
22572
22573 2003-09-30 Richard M. Stallman <rms@gnu.org>
22574
22575 * progmodes/ada-mode.el (ada-mode): Don't use advice.
22576 Instead, set which-func-functions.
22577
22578 * progmodes/which-func.el (which-func-modes): Add ada-mode.
22579 (which-func-functions): New variable.
22580 (which-function): Use that.
22581
22582 * info.el (Info-mode): Double each `%' in header line.
22583
22584 * emacs-lisp/lisp-mnt.el (lm-with-file):
22585 When FILE is nil, run BODY in current buffer.
22586
22587 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
22588
22589 * help.el (describe-mode): Start with a brief list of minor modes.
22590 Find them thru minor-mode-list so as to find them all.
22591 Show them in alphabetical order.
22592
22593 * mail/sendmail.el (mail-aliases): Doc fix.
22594
22595 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
22596
22597 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22598
22599 * mail/rmailsum.el (rmail-make-summary-line-1):
22600 Change comma after last label to a space.
22601 (rmail-summary-font-lock-keywords): Adapt to that change.
22602
22603 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
22604
22605 * progmodes/scheme.el (scheme-mode-variables): When setting
22606 `font-lock-defaults', also specify that "#" should
22607 be interpreted with `word' syntax.
22608 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
22609
22610 2003-09-30 Lars Hansen <larsh@math.ku.dk>
22611
22612 * desktop.el: A lot of comments updated.
22613 (desktop-save-mode): Minor mode introduced.
22614 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
22615 (desktop-load-default): Function made obsolete.
22616 (desktop-locals-to-save): Variable made customizable.
22617 (desktop-read): Optional parameter `dirname' added.
22618 (desktop-change-dir, desktop-revert): Parameter `dirname' in
22619 `desktop-read' used.
22620 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
22621
22622 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
22623
22624 * whitespace.el (whitespace-clean-msg): Add user customizable message
22625 for displaying ``clean'' output.
22626 (whitespace-buffer): Use `whitespace-clean-msg'.
22627 (whitespace-global-mode): Fix typo.
22628
22629 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
22630
22631 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
22632
22633 2003-09-29 Lute Kamstra <lute@gnu.org>
22634
22635 * bindings.el (mode-line-modes): Remove superfluous :propertize
22636 construct in initialization.
22637 (mode-line-position): Change cons cell into proper list in
22638 initialization.
22639
22640 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22641
22642 * international/mule.el (decode-coding-inserted-region): Use car
22643 of the return value of find-operation-coding-system.
22644
22645 2003-09-29 Kenichi Handa <handa@m17n.org>
22646
22647 * descr-text.el (describe-char): Fix previous change.
22648
22649 2003-09-28 Kenichi Handa <handa@m17n.org>
22650
22651 * descr-text.el (describe-char-display): New function.
22652 (describe-char): Pay attention to display table on describing how
22653 a character is displayed.
22654
22655 * international/mule-cmds.el (encoded-string-description):
22656 Prepend "0x" to each encoded byte.
22657
22658 2003-09-28 Andreas Schwab <schwab@suse.de>
22659
22660 * find-file.el (ff-special-constructs): Add autoload cookie.
22661
22662 2003-09-28 Kevin Ryde <user42@zip.com.au>
22663
22664 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
22665 makeinfo appends to duplicate index entries.
22666
22667 2003-09-28 Eli Zaretskii <eliz@gnu.org>
22668
22669 * dired-x.el (dired-clean-tex): Doc fix.
22670
22671 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
22672 using a Chinese tutorial.
22673
22674 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22675
22676 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
22677 between "MAIL FROM:" and "RCPT TO:" and the following address.
22678
22679 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22680
22681 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
22682
22683 2003-09-28 David Ponce <david@dponce.com>
22684
22685 * recentf.el (recentf-initialize-file-name-history): New defcustom.
22686 (recentf-load-list): When `recentf-initialize-file-name-history'
22687 is non-nil, initialize an empty `file-name-history' with the
22688 recent list.
22689
22690 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
22691
22692 * man.el (Man-default-man-entry): Remove the leading `*' from the
22693 word at point.
22694
22695 2003-09-26 Lute Kamstra <lute@gnu.org>
22696
22697 * bindings.el (mode-line-position): Mention size indication in
22698 docstring.
22699
22700 2003-09-26 Andre Spiegel <spiegel@gnu.org>
22701
22702 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22703
22704 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22705 because it's autoloaded now.
22706
22707 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22708
22709 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22710 (sh-font-lock-keywords, sh-feature): Fix previous change of
22711 sh-feature to avoid infloop with sh-font-lock-keywords.
22712
22713 2003-09-25 Kim F. Storm <storm@cua.dk>
22714
22715 * frame.el (frame-current-scroll-bars): New defun.
22716
22717 * window.el (window-current-scroll-bars): New defun.
22718
22719 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22720
22721 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22722 cause errors when the state cache contains info on parts that have
22723 been narrowed out.
22724
22725 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22726
22727 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22728 `c-setup-paragraph-variables' has to be used when this variable is
22729 changed; it doesn't work to reinitialize the mode since that
22730 typically clobbers the variable.
22731
22732 * progmodes/cc-styles.el (c-setup-paragraph-variables):
22733 Make it interactive.
22734
22735 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22736
22737 * progmodes/cc-fonts.el (c-font-lock-declarations):
22738 Fix recognition of constructors and destructors for classes whose
22739 names are matched by `*-font-lock-extra-types'.
22740
22741 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22742 followed by an identifier in C++ then it's a type.
22743
22744 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22745
22746 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22747 problem that primarily affected XEmacs. Don't use faces to find
22748 unterminated strings since Emacs and XEmacs fontify strings
22749 differently - this function should now work better in XEmacs.
22750
22751 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22752
22753 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22754 `expand-abbrev' workaround which caused braces to misbehave inside
22755 macros.
22756
22757 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22758 handling. This bug could cause interactive font locking to bail out.
22759
22760 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22761
22762 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22763 Handle paren-style types in Pike. Also fixed some cases of
22764 insufficient handling of unbalanced parens.
22765
22766 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
22767
22768 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22769 common shell prompts that are not common filename or URL characters.
22770 (ffap-file-at-point): Use the new regexp to strip the prompts from
22771 the file names. This is an issue mostly for user prompts that
22772 don't have a trailing space and find-file-at-point is invoked from
22773 within a shell inside Emacs.
22774
22775 2003-09-24 Andre Spiegel <spiegel@gnu.org>
22776
22777 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22778 stamps numerically, rather than textually.
22779
22780 2003-09-24 Kenichi Handa <handa@m17n.org>
22781
22782 * language/devan-util.el (devanagari-post-read-conversion):
22783 * language/mlm-util.el (malayalam-post-read-conversion):
22784 * language/tml-util.el (tamil-post-read-conversion):
22785 Add autoload cookie.
22786
22787 * international/utf-8.el (utf-8-post-read-conversion):
22788 Call post-read-conversion functions for Devanagari, Malayalam,
22789 and Tamil.
22790
22791 2003-09-23 Dave Love <fx@gnu.org>
22792
22793 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22794
22795 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
22796
22797 * progmodes/gud.el (perldb): Add gud-until to list of commands.
22798 Update gud-remove.
22799
22800 2003-09-22 Richard M. Stallman <rms@gnu.org>
22801
22802 * progmodes/sh-script.el (sh-mode-default-syntax-table):
22803 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
22804 (sh-mode-syntax-table-input): New variable.
22805 (sh-require-final-newline): Don't use eval.
22806 (sh-builtins, sh-leading-keywords, sh-other-keywords)
22807 (sh-variables, sh-font-lock-keywords): Don't use eval.
22808 (sh-set-shell): When setting require-final-newline,
22809 treat value = `require-final-newline' as don't change it.
22810 Set sh-mode-syntax-table locally based on
22811 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22812
22813 * progmodes/compile.el (compile-internal):
22814 Call compilation-set-window-height before setting window start.
22815
22816 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
22817
22818 * emacs-lisp/bytecomp.el (byte-compile-log-file):
22819 Clear out byte-compile-last-warned-form.
22820
22821 2003-09-22 Richard M. Stallman <rms@gnu.org>
22822
22823 * woman.el (woman-file-name, woman-follow-word):
22824 If current-word returns nil, use "".
22825
22826 * simple.el (eval-expression): Bind standard-output in to-buffer case.
22827
22828 2003-09-22 Richard M. Stallman <rms@gnu.org>
22829
22830 * emacs-lisp/lisp-mnt.el (lm-with-file):
22831 Don't visit the file, just use insert-file-contents in temp buffer.
22832
22833 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
22834
22835 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22836 Add surrounding \\( and \\) around the header, as in
22837 for lm-history-header 'Change Log\\|History'.
22838
22839 2003-09-22 John Paul Wallington <jpw@gnu.org>
22840
22841 * progmodes/ld-script.el: Add Commentary section,
22842 minor cleanup of file header.
22843 (ld-script-font-lock-keywords): Doc fix.
22844 (toplevel): Provide `ld-script' feature.
22845
22846 2003-09-21 Kim F. Storm <storm@cua.dk>
22847
22848 * scroll-bar.el (set-scroll-bar-mode): Initialize to
22849 new built-in variable default-frame-scroll-bars.
22850 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22851 scroll-bar-mode; notably, use it instead of t when we toggle
22852 scroll-bars on.
22853 (toggle-scroll-bar): Use default-frame-scroll-bars.
22854
22855 2003-09-19 Masatake YAMATO <jet@gyve.org>
22856
22857 * pcvs.el (cvs-do-removal): Change the prompt depending on
22858 `filter' value.
22859
22860 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
22861
22862 * startup.el (command-line-1): Stop startup-echo-area-message
22863 being hidden by "Loading image..." message.
22864 (use-fancy-splash-screens-p, display-splash-screen):
22865 Move display-graphic-p test from latter to former.
22866
22867 * progmodes/sh-script.el (sh-font-lock-keywords):
22868 Highlight escaped EOLs differently from other backslash constructs.
22869
22870 2003-09-19 Richard M. Stallman <rms@gnu.org>
22871
22872 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22873 New functions.
22874 (edebug-enter, edebug-outside-excursion): Use them.
22875
22876 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22877 Fix the condition for whether to print "In WHERE".
22878
22879 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
22880
22881 * finder.el (finder-mode-hook): New variable.
22882 (finder-mode): Run hook finder-mode-hook
22883
22884 2003-09-18 Masatake YAMATO <jet@gyve.org>
22885
22886 * progmodes/ebrowse.el: Fix broken magic autoload comments.
22887
22888 2003-09-17 Mario Lang <mlang@delysid.org>
22889
22890 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22891 "p %e" to actually print the value in the GUD buffer.
22892
22893 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
22894
22895 From David Ponce <david.ponce@wanadoo.fr>:
22896 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22897 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22898 from loaddefs-boot.el if necessary.
22899
22900 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
22901
22902 * progmodes/gud.el (gud-find-class): Make jdb work again since
22903 cc-mode changed the syntactic information.
22904
22905 2003-09-15 David Ponce <david@dponce.com>
22906
22907 * recentf.el: (recentf-exclude): Accept predicates too.
22908 (recentf-file-readable-p): New function.
22909 (recentf-include-p): Handle predicates in recentf-exclude.
22910 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
22911 (recentf-cleanup): Likewise.
22912 (recentf-save-list): Use write-file to handle backup of
22913 recentf-save-file.
22914
22915 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
22916
22917 * loaddefs-boot.el: Renamed from `loaddefs.el'
22918 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22919 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22920 necessary.
22921
22922 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
22923
22924 * electric.el (Electric-pop-up-window): For the `one-window' case,
22925 no longer disconcertingly move point in the original buffer.
22926
22927 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22928
22929 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22930
22931 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
22932
22933 * dired.el (dired-mode-map): Fix typo.
22934
22935 2003-09-11 Richard M. Stallman <rms@gnu.org>
22936
22937 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22938
22939 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22940
22941 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22942 the function is less noisy. Now only `kill-buffer' can ask questions.
22943
22944 2003-09-10 Mario Lang <mlang@delysid.org>
22945
22946 * battery.el: Update Commentary and Copyright.
22947 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22948 appear due to wrong ordering of the expressions in `or'.
22949
22950 2003-09-09 Lute Kamstra <lute@gnu.org>
22951
22952 * misc.el (upcase-char): Fix docstring.
22953 (zap-up-to-char): New command.
22954
22955 2003-09-08 David Ponce <david@dponce.com>
22956
22957 Ensure that recentf correctly updates the menu bar.
22958 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22959 (recentf-menu-bar): New function.
22960 (recentf-clear-data): Use it
22961 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
22962 of easy-menu-change.
22963
22964 2003-09-08 Lute Kamstra <lute@gnu.org>
22965
22966 * simple.el (size-indication-mode): New.
22967 * bindings.el (mode-line-position): Add buffer size indicator.
22968
22969 2003-09-04 Mario Lang <mlang@delysid.org>
22970
22971 * battery.el (battery-linux-proc-acpi): New function.
22972 (battery-status-function): Modify default value calculation to also
22973 check for availability of ACPI.
22974 (battery-echo-area-format): Ditto.
22975 (battery-mode-line-format): Ditto.
22976
22977 2003-09-06 Dave Love <fx@gnu.org>
22978
22979 * ielm.el (ielm-mode-hook): Add :options.
22980
22981 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22982 (eldoc-print-current-symbol-info): Use it.
22983
22984 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
22985
22986 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22987 being displayed in GUD buffer.
22988 (gdb-idle-input-queue): Remove var. Use just one queue.
22989 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22990 Remove functions. Use just one queue.
22991 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22992 (gdb-invalidate-assembler, gdb-get-current-frame):
22993 Modify functions. Use just one queue.
22994
22995 2003-09-04 Dave Love <fx@gnu.org>
22996
22997 * cus-start.el: Add blink-cursor-alist.
22998
22999 * ruler-mode.el (ruler-mode-fill-column-char)
23000 (ruler-mode-current-column-char): Use char-displayable-p,
23001 not window-system.
23002
23003 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
23004
23005 * language/european.el (windows-1252): Move from code-pages.
23006
23007 * language/cyrillic.el ("Windows-1251"): Delete.
23008 ("Bulgarian", "Belarusian"): Remove `features'.
23009 (windows-1251): Move from code-pages.
23010
23011 * international/mule-diag.el (non-iso-charset-alist):
23012 Remove `codepage' stuff.
23013 (print-designation, list-coding-systems-1): Output fixes.
23014
23015 * international/code-pages.el (cp-make-translation-table)
23016 (cp-valid-codes): Made defsubsts.
23017 (cp-fix-safe-chars): Delete.
23018 (mule-diag): Don't require.
23019 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
23020 (top-level): Check for defined coding system when defining
23021 cp... aliases. Change w32-add-charset-info test to avoid warning.
23022 (non-iso-charset-alist): Defvar when compiling.
23023 (cp-make-coding-system): Doc fix.
23024
23025 2003-09-02 Jason Rumney <jasonr@gnu.org>
23026
23027 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
23028 line-ends from CVS before doing conversion.
23029
23030 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
23031
23032 * calendar/diary-lib.el (diary-header-line-flag)
23033 (diary-header-line-format): New variables.
23034 (list-diary-entries): Use them to set header line in simple diary.
23035
23036 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
23037 other than font-lock-string-face to highlight backslashes.
23038
23039 2003-09-01 Jason Rumney <jasonr@gnu.org>
23040
23041 * international/titdic-cnv.el (tit-read-key-value): Include \r in
23042 regexp.
23043
23044 2003-09-01 Dave Love <fx@gnu.org>
23045
23046 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
23047
23048 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
23049 and :help; also line and column numbers labels.
23050
23051 * international/mule-util.el (char-displayable-p): Move from
23052 latin1-disp, rename and autoload.
23053
23054 * international/latin1-disp.el (latin1-char-displayable-p):
23055 Now obsolete alias. Replace uses with char-displayable-p.
23056 (latin1-display-ucs-per-lynx): Fix last change.
23057
23058 * international/mule-cmds.el (standard-display-european-internal):
23059 Don't use char code for Latin-1 NBSP.
23060 <XFree86 4>: Unfrob NBSP display table. Set display table to use
23061 U+2018, U+2019 for `'.
23062 (select-safe-coding-system): Message fix.
23063
23064 2003-09-01 Kenichi Handa <handa@m17n.org>
23065
23066 * international/fontset.el (setup-default-fontset): For Thai
23067 font, specify "*" family.
23068
23069 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23070
23071 * progmodes/compile.el (previous-error): Accept a prefix
23072 argument, similarly to next-error.
23073
23074 2003-08-31 Masatake YAMATO <jet@gyve.org>
23075
23076 * pcvs.el (cvs-do-removal): Use = instead of eq to check
23077 the number of files. Bind the number of files to a local
23078 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
23079
23080 2003-08-30 Eli Zaretskii <eliz@gnu.org>
23081
23082 * vc-hooks.el (vc-make-version-backup): Fix the change made on
23083 2003-07-26: msdos-long-file-names is a function, not a variable.
23084
23085 2003-08-29 Richard M. Stallman <rms@gnu.org>
23086
23087 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
23088 Do nothing with mail-personal-alias-file if it is nil.
23089
23090 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
23091 Do nothing if mail-personal-alias-file is nil.
23092
23093 * term.el (term-exec-1): Bind coding-system-for-read.
23094
23095 * dired.el (dired-mouse-find-file-other-window):
23096 Use dired-view-command-alist here, as in dired-view-file.
23097 (dired-view-command-alist): Use %s to substitute file name.
23098 Handle .ps_pages, .eps, .jpg, .gif, .png.
23099
23100 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
23101
23102 * info.el (Info-mode-map): Bind S-tab and <backtab> to
23103 `Info-prev-reference', instead of M-tab.
23104
23105 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
23106
23107 * simple.el (blink-matching-open): Work correctly on chars that
23108 are designated as parens through the syntax-table text property.
23109
23110 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
23111
23112 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
23113 line break position in the middle of a non-kinsoku (e.g. latin)
23114 word, making it skip until either a space or a character with
23115 category "|".
23116 (kinsoku-longer): Test for end of buffer.
23117
23118 2003-08-28 Eli Zaretskii <eliz@gnu.org>
23119
23120 * mail/rmail.el (rmail-convert-to-babyl-format):
23121 Detect quoted-printable- and base64-encoded messages and decode them
23122 automatically. Set the message's encoding from the charset=
23123 header, if any. Decode base64-encoded messages in Mail format as well.
23124
23125 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23126
23127 * mail/smtpmail.el: Fix previous change.
23128 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
23129 calling smtpmail-via-smtp.
23130 (smtpmail-via-smtp): Add fall-back values for envelope-from.
23131
23132 2003-08-26 John Paul Wallington <jpw@gnu.org>
23133
23134 * image.el (image-jpeg-p): Don't search beyond length of data.
23135
23136 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23137
23138 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
23139 misfeature in `expand-abbrev' which caused electric keywords like
23140 "else" to disappear if an open brace was typed directly afterwards.
23141
23142 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23143
23144 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
23145 mandatory in `define-widget'.
23146
23147 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
23148 Don't align the operators "!=", "<=" and ">=" as assignment operators.
23149
23150 (c-assignment-operators): New language constant that only contains
23151 the assignment operators.
23152
23153 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
23154
23155 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
23156
23157 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
23158 Safeguard against unbalanced sexps.
23159
23160 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
23161
23162 * version.el (emacs-version): Check for gtk. Include gtk version info.
23163
23164 2003-08-25 John Paul Wallington <jpw@gnu.org>
23165
23166 * man.el (Man-default-man-entry): Don't whizz past the section
23167 number before looking for it.
23168
23169 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
23170
23171 * progmodes/gud.el (gud-display-line): Don't set window-point if
23172 source buffer is not visible. (Only happens with M-x gdba.)
23173
23174 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
23175 documentation.
23176 (gdb-source, gdb-source-info): Update to assembler unnecessary
23177 as its done after each GDB command anyway.
23178 (gdb-pre-prompt): Use with-current-buffer.
23179 (gdb-insert-field): Add help-echo text.
23180 (gdb-invalidate-assembler): Re-display of assembler now done in
23181 gdb-info-breakpoints-custom.
23182 (gdb-info-breakpoints-custom): Force re-display of assembler to
23183 happen *after* update of breakpoints buffer.
23184 (gdb-display-source-buffer): Don't choke if gdb-source-window
23185 isn't visible.
23186 (gdb-put-string, gdb-put-arrow): Remove free variables.
23187
23188 2003-08-24 John Paul Wallington <jpw@gnu.org>
23189
23190 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
23191
23192 * man.el (Man-default-man-entry): Strip text properties when
23193 snarfing parts of entry because `format' preserves properties.
23194
23195 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
23196
23197 * files.el (file-newest-backup): Use `expand-file-name'.
23198
23199 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
23200 Allow the diary to pop up a new frame, if needed.
23201
23202 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
23203 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
23204 (smtpmail-send-it): Make treatment of envelope-from consistent with
23205 sendmail.el.
23206
23207 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
23208 (sh-leading-keywords): Add the bash `time' reserved word.
23209 (sh-variables): Add some bash variables.
23210 (sh-add-completer): Fix nil branch of case statement.
23211
23212 2003-08-24 Masatake YAMATO <jet@gyve.org>
23213
23214 * progmodes/ld-script.el: New file.
23215
23216 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
23217
23218 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
23219
23220 2003-08-23 Andre Spiegel <spiegel@gnu.org>
23221
23222 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
23223 Better explain obsolescence, and what to use instead.
23224
23225 2003-08-23 Masatake YAMATO <jet@gyve.org>
23226
23227 * pcvs.el (cvs-do-removal): Show the deleted file name
23228 on the prompt.
23229
23230 2003-08-20 Dave Love <fx@gnu.org>
23231
23232 * international/mule.el (make-coding-system)
23233 (set-buffer-file-coding-system): Doc fix.
23234
23235 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
23236
23237 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
23238
23239 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
23240
23241 * international/utf-16.el: Add mime-text-unsuitable coding system
23242 properties.
23243
23244 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
23245
23246 * cus-edit.el: Add some :links.
23247 (bib): Remove.
23248
23249 * textmodes/bib-mode.el (bib): Add :group external.
23250
23251 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
23252
23253 * wid-edit.el (widget-echo-help): Make it handle expressions that
23254 evaluate to strings.
23255
23256 2003-08-18 Michael Mauger <mmaug@yahoo.com>
23257
23258 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
23259
23260 Simplify selection of SQL products to define highlighting and
23261 interactive mode. Includes detailed instructions on adding
23262 support for new products.
23263
23264 * progmodes/sql.el (sql-product): New variable. Identifies SQL
23265 product for use in highlighting and interactive mode.
23266 (sql-interactive-product): New variable. SQL product for
23267 sql-interactive-mode.
23268 (sql-product-support): New variable. Specifies product-specific
23269 parameters to drive highlighting and interactive mode.
23270 (sql-imenu-generic-expression): Add more object types.
23271 (sql-sqlite-options): Correct comment.
23272 (sql-ms-program): Use "osql" rather than "isql".
23273 (sql-prompt-regexp, sql-prompt-length): Update comment.
23274 (sql-mode-menu): Add "Start SQLi session" entry.
23275 Replace Highlighting submenu with Product menu. Fix Send Region entry.
23276 (sql-mode-abbrev-table): Add abbreviations. Support of
23277 SYSTEM-FLAG on define-abbrev. Support was removed with last
23278 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
23279 (sql-mode-font-lock-object-name): Add font-lock pattern for object
23280 names.
23281 (sql-mode-ansi-font-lock-keywords): Set as default value.
23282 (sql-mode-oracle-font-lock-keywords): Set as default value.
23283 Support Oracle 9i keywords.
23284 (sql-mode-postgres-font-lock-keywords): Set as default value.
23285 (sql-mode-linter-font-lock-keywords): Set as default value.
23286 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
23287 SQLServer 2000.
23288 (sql-mode-sybase-font-lock-keywords)
23289 (sql-mode-interbase-font-lock-keywords)
23290 (sql-mode-sqlite-font-lock-keywords)
23291 (sql-mode-strong-font-lock-keywords)
23292 (sql-mode-mysql-font-lock-keywords)
23293 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
23294 keywords.
23295 (sql-mode-font-lock-defaults): Update comment.
23296 (sql-product-feature): New function. Returns feature associated
23297 with a product from `sql-product-support' alist.
23298 (sql-product-font-lock): New function. Set font-lock support
23299 based on `sql-product'.
23300 (sql-add-product-keywords): New function. Add font-lock rules to
23301 product-specific keyword variables.
23302 (sql-set-product): New function. Set `sql-product' and apply
23303 appropriate font-lock highlighting.
23304 (sql-highlight-product): New function. Set font-lock support
23305 based on a product. Also set mode name to include product name.
23306 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
23307 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
23308 Use `sql-set-product'.
23309 (sql-highlight-ms-keywords)
23310 (sql-highlight-sybase-keywords)
23311 (sql-highlight-interbase-keywords)
23312 (sql-highlight-strong-keywords)
23313 (sql-highlight-mysql-keywords)
23314 (sql-highlight-sqlite-keywords)
23315 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
23316 (sql-get-login): Prompt in the same order as the tokens.
23317 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
23318 (sql-product-interactive): New function. Common portions of
23319 product-specific interactive mode wrappers.
23320 (sql-interactive-mode): Rewritten to use product features.
23321 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
23322 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
23323 (sql-db2, sql-linter): Use `sql-product-interactive'.
23324 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
23325 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
23326 (sql-connect-ingres, sql-connect-postgres)
23327 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
23328 New functions. Format command line parameters and invoke comint on
23329 the appropriate interpreter. Code was in the corresponding
23330 `sql-xyz' function before.
23331 (sql-connect-ms): New function. Support -E argument to use
23332 operating system credentials for authentication.
23333
23334 2003-08-18 Kenichi Handa <handa@m17n.org>
23335
23336 * international/mule.el (encode-char): Fix for the ASCII case.
23337
23338 2003-08-15 Kenichi Handa <handa@m17n.org>
23339
23340 * international/fontset.el (setup-default-fontset): Change "*" to
23341 nil in the specifications of font family.
23342
23343 2003-08-18 Kim F. Storm <storm@cua.dk>
23344
23345 * kmacro.el (kmacro-keymap): Group related bindings in
23346 initialization for clarity. Bind C-s to start macro.
23347 Remove C-r binding.
23348 (kmacro-initial-counter-value): New defvar to hold initial counter
23349 value in case we set the value before defining a macro.
23350 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
23351 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
23352 not defining or executing macro. Doc fix.
23353 (kmacro-add-counter): Clear kmacro-initial-counter-value.
23354 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
23355 temporarily view older elements on the macro ring without cycling
23356 the ring.
23357 (kmacro-display): Doc fix.
23358 (kmacro-exec-ring-item): New helper function.
23359 (kmacro-call-ring-2nd): Use it.
23360 (kmacro-call-ring-2nd-repeat): Doc fix.
23361 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
23362 (kmacro-end-or-call-macro): Execute last viewed macro (using
23363 kmacro-exec-ring-item) from ring if this follows
23364 kmacro-view-macro. This allows us to find a macro on the ring
23365 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
23366 the ring to bring it to the head of the ring.
23367 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
23368 Allow binding to reserved keys without specifying C-x C-k prefix.
23369 Ask for confirmation if entered key sequence is already bound to
23370 a non-macro command.
23371 (kmacro-view-macro): Repeating command will show older elements
23372 on the macro ring; C-k will execute the last viewed macro.
23373 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
23374 property from 'ring to 'head.
23375
23376 2003-08-17 Alan Shutko <ats@acm.org>
23377
23378 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
23379 keeping December out of the alist.
23380
23381 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
23382
23383 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
23384 * calendar/calendar.el (calendar-mode-map): Bind it to key.
23385 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
23386 (calendar-flatten): New function.
23387 (calendar-mouse-view-other-diary-entries)
23388 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
23389 in the menu title and to show multi-line diary entries correctly
23390 in the menu.
23391
23392 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
23393
23394 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
23395 defcustom, because the default was recently changed.
23396
23397 2003-08-16 Richard M. Stallman <rms@gnu.org>
23398
23399 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
23400
23401 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
23402 New subroutine, broken out of eval-last-sexp-1.
23403 (eval-last-sexp-1): Use eval-last-sexp-print-value.
23404
23405 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
23406
23407 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
23408
23409 * simple.el (eval-expression): Use eval-last-sexp-print-value.
23410
23411 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
23412
23413 * progmodes/compile.el (compilation-error-regexp-alist):
23414 Add Java ANt error detection as described in document
23415 http://ant.apache.org/faq.html
23416
23417 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
23418
23419 * simple.el (backward-word, forward-to-indentation)
23420 (backward-to-indentation): Argument changed to optional.
23421 (next-line, previous-line): Use `or' instead of `unless'.
23422
23423 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23424
23425 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
23426 instead of a constant.
23427
23428 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
23429
23430 * shell.el (shell): With prefix-arg, suggest a new buffer name.
23431
23432 2003-08-12 Andre Spiegel <spiegel@gnu.org>
23433
23434 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
23435 (vc-sccs-workfile-version): Search the entire delta table, rather
23436 than just the first entry, because that might be a deleted version.
23437
23438 2003-08-11 Karl Fogel <kfogel@red-bean.com>
23439
23440 * menu-bar.el (menu-bar-options-menu): Supply a body for the
23441 [save-place] binding in the Options menu. Have it require
23442 'saveplace' and then toggle the variable manually, to avoid an
23443 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
23444 for the bug report.
23445
23446 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
23447
23448 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
23449 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
23450 (gdb-info-threads-custom): Add help-echo text.
23451 (gdb-display-back): Don't use purecopy.
23452 (gdb-info-breakpoints-custom, gdb-reset)
23453 (gdb-assembler-custom): Use display-images-p to test if breakpoint
23454 icons can be displayed.
23455
23456 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
23457
23458 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
23459
23460 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
23461
23462 * bookmark.el (bookmark-completing-read):
23463 Return a string, instead of a list of one string.
23464 Use a popup menu if activated from the mouse.
23465 (bookmark-edit-annotation): Remove unused vars.
23466 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
23467 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
23468 to bookmark-completing-read.
23469 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
23470 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
23471 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
23472 and erase-buffer.
23473 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
23474 (bookmark-menu-jump, bookmark-menu-insert)
23475 (bookmark-popup-menu-and-apply-function)
23476 (bookmark-menu-popup-paned-bookmark-menu): Remove.
23477 (bookmark-menu-build-paned-menu): Remove by folding it into
23478 bookmark-menu-popup-paned-menu.
23479 (menu-bar-bookmark-map): Move the define-key statements here.
23480 Use the "non-menu" commands since they now pop up a menu if needed.
23481 (bookmark-exit-hook-internal): Simplify.
23482
23483 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
23484
23485 * reftex-toc.el (reftex-toc-rename-label): New function.
23486 (reftex-toc-check-docstruct): New function.
23487
23488 * reftex.el (reftex-region-active-p): New function.
23489
23490 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
23491 regexp to find the \bibliography macro.
23492
23493 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
23494 which does not exist in LaTeX.
23495 (reftex-cite-format-builtin): Added amsrefs support.
23496 (reftex-toc-confirm-promotion): New option
23497
23498 * reftex-toc.el
23499 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
23500 (reftex-toc-demote, reftex-toc-promote)
23501 (reftex-toc-do-promote, reftex-toc-promote-prepare)
23502 (reftex-toc-promote-action, reftex-toc-extract-section-number)
23503 (reftex-toc-newhead-from-alist)
23504 (reftex-toc-load-all-files-for-promotion): New functions.
23505 (reftex-toc-help): Added description of new keys.
23506 (reftex-toc-split-windows-fraction): New option.
23507 (reftex-recenter-toc-when-idle): Search *toc* window on all
23508 visible frames.
23509 (reftex-toc): Additional parameter REUSE
23510 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
23511 with REUSE argument.
23512 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
23513 the call of `reftex-toc'.
23514 (reftex-make-separate-toc-frame): New function .
23515 (reftex-toc-recenter): When called with triple prefix arg, call
23516 `reftex-make-separate-toc-frame' first.
23517 (reftex-toc-toggle-dedicated-frame): New command.
23518 (reftex-toc-quit): Adapted to delete frame when called in
23519 dedicated frame.
23520
23521 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
23522 all enclosing macros.
23523
23524
23525 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23526
23527 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
23528 first use.
23529
23530 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23531
23532 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
23533
23534 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
23535
23536 * calendar/calendar.el (list-diary-entries-hook)
23537 (diary-display-hook, nongregorian-diary-listing-hook)
23538 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
23539 Add some customize options for these hooks.
23540 (calendar-abbrev-construct): Don't try to take a substring longer
23541 than the original string.
23542
23543 2003-08-05 Richard M. Stallman <rms@gnu.org>
23544
23545 * emacs-lisp/testcover.el (noreturn): Report error if does return.
23546 (testcover-reinstrument-clauses): Doc fix.
23547
23548 * emacs-lisp/warnings.el: Doc fixes, args renamed.
23549 (warning-type-format): Rename from warning-group-format.
23550
23551 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
23552 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
23553 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
23554 to prevent warnings about defvar for an obsolete variable.
23555
23556 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
23557 warning-group-format renamed to warning-type-format.
23558
23559 * subr.el (read-passwd): Use clear-string instead of fillarray.
23560
23561 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
23562 Use vconcat instead of concat.
23563 (edmacro-sanitize-for-string): New function.
23564
23565 2003-08-05 Dave Love <fx@gnu.org>
23566
23567 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
23568 line-number-display-limit-width.
23569
23570 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
23571
23572 2003-08-05 Kenichi Handa <handa@m17n.org>
23573
23574 * international/code-pages.el: Don't require mule-diag.
23575
23576 * international/mule-diag.el (non-iso-charset-alist):
23577 Add autoload cookie.
23578
23579 * language/devan-util.el (dev-glyph-order): Add an entry for the
23580 glyph code #xC4.
23581
23582 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23583
23584 * calendar/calendar.el (diary-file, diary-file-name-prefix)
23585 (european-calendar-style, diary-date-forms)
23586 (calendar-day-name-array, calendar-month-name-array): Doc change.
23587 (generate-calendar-month): Adapt for new behavior of
23588 `calendar-day-name' function.
23589 (calendar-abbrev-length, calendar-day-abbrev-array)
23590 (calendar-month-abbrev-array): New variables.
23591 (calendar-abbrev-construct): New function.
23592 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
23593 rather than fixing abbrevs at some width. Calling syntax change.
23594 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
23595 (calendar-date-string): Adapt for new behaviors of
23596 `calendar-day-name' and `calendar-month-name' functions.
23597
23598 * calendar/diary-lib.el (list-diary-entries): Adapt for new
23599 behavior of `calendar-day-name' and `calendar-month-name' functions.
23600 (diary-name-pattern): Use abbrev arrays, rather than fixing
23601 abbrevs at three chars. Calling syntax change.
23602 (mark-diary-entries): Adapt for new behaviors of
23603 `diary-name-pattern' and `calendar-make-alist' functions.
23604 (fancy-diary-font-lock-keywords): Adapt for new behavior of
23605 `diary-name-pattern' function.
23606 (font-lock-diary-date-forms): Use abbrev arrays, rather than
23607 fixing abbrevs at three chars. Calling syntax change.
23608 (cal-hebrew, cal-islam): Require when compiling.
23609 (diary-font-lock-keywords): Adapt for new behavior of
23610 `font-lock-diary-date-forms' function.
23611
23612 * calendar/cal-hebrew.el: Reposition some code so defined before used.
23613 (calendar-hebrew-month-name-array-common-year)
23614 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
23615 (list-hebrew-diary-entries): Adapt for new behaviors of
23616 `calendar-day-name' and `add-to-diary-list' functions.
23617 (mark-hebrew-diary-entries): Adapt for new behaviors of
23618 `diary-name-pattern' and `calendar-make-alist' functions.
23619
23620 * calendar/cal-islam.el (calendar-islamic-month-name-array):
23621 Add doc string.
23622 (list-islamic-diary-entries): Adapt for new behaviors of
23623 `calendar-day-name' and `add-to-diary-list' functions.
23624 (mark-islamic-diary-entries): Adapt for new behaviors of
23625 `diary-name-pattern' and `calendar-make-alist' functions.
23626
23627 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
23628 `calendar-month-name' function.
23629
23630 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
23631
23632 * calendar/solar.el (solar-seasons-data): Move definition before use.
23633
23634 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
23635 (cal-tex-LaTeX-hourbox): Move definition before use.
23636
23637 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
23638 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
23639 * lunar.el, solar.el (displayed-month, displayed-year):
23640 Define for compiler.
23641
23642 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23643
23644 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
23645 MODE. Renamed from c-init-c-language-vars'.
23646 (c-initialize-cc-mode): Change accordingly.
23647 (c-common-init): Ditto.
23648 (c-mode): Ditto.
23649 (c++-mode): Use `c-init-language-vars-for'.
23650 (objc-mode): Ditto.
23651 (java-mode): Ditto.
23652 (idl-mode): Ditto.
23653 (pike-mode): Ditto.
23654 (awk-mode): Ditto.
23655
23656 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23657
23658 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
23659 or not the point moved.
23660
23661 (c-search-decl-header-end): Don't trip up on operator identifiers
23662 in C++ and operators like == in all languages.
23663
23664 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
23665 Detect leading labels correctly.
23666
23667 2003-08-02 Andreas Schwab <schwab@suse.de>
23668
23669 * textmodes/ispell.el: Don't redo key bindings on loading, put
23670 them only in loaddefs.el.
23671 * bookmark.el: Likewise.
23672 * dabbrev.el: Likewise.
23673 * emerge.el: Likewise.
23674
23675 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
23676 has more than one member.
23677
23678 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
23679
23680 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23681
23682 * lpr.el (printify-region): It was ending conversion before the
23683 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
23684
23685 2003-07-31 John Paul Wallington <jpw@gnu.org>
23686
23687 * net/browse-url.el (browse-url-epiphany): Doc fix.
23688
23689 2003-07-30 Kenichi Handa <handa@m17n.org>
23690
23691 * international/fontset.el (setup-default-fontset):
23692 Change registry names of Akurti fonts.
23693
23694 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
23695
23696 * comint.el (comint-read-noecho): Use `clear-string' instead of
23697 `fillarray'.
23698
23699 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
23700
23701 * outline.el (outline-mode-hook): Add defvar.
23702
23703 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
23704
23705 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23706 Restore assembler in source window if that is what has been selected.
23707 (menu): Add gdb-restore-windows to menu. Make gdba
23708 specific menus only visible from gdba.
23709
23710 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
23711
23712 * progmodes/compile.el (compilation-environment): New user variable.
23713 (compile-internal): Respect it.
23714
23715 2003-07-23 Masatake YAMATO <jet@gyve.org>
23716
23717 * progmodes/gud.el (gdb-script-font-lock-keywords):
23718 Put `font-lock-function-name-face' on a symbol which includes
23719 `-' like `hook-run'. Put font-lock-variable-name-face
23720 on a symbol starting with $.
23721
23722 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
23723
23724 * files.el (set-visited-file-name): Use truename for buffer-file-name.
23725
23726 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23727
23728 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23729
23730 2003-07-26 Andre Spiegel <spiegel@gnu.org>
23731
23732 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23733 Use with-no-warnings.
23734 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23735 rather than to find-file-not-found-hook, which doesn't exist.
23736
23737 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23738
23739 * international/quail.el (quail-translate-key): Fix previous change.
23740
23741 2003-07-25 John Paul Wallington <jpw@gnu.org>
23742
23743 * server.el (server-start): Check `server-process' is non-nil
23744 before killing it to avoid killing current buffer's process.
23745
23746 * simple.el (choose-completion-string): Use `minibufferp';
23747 test `completion-reference-buffer' if `buffer' arg is nil.
23748 (push-mark): Use `when' and `unless'.
23749 (pop-mark): Use `when'.
23750
23751 * mouse-sel.el (mouse-sel-get-selection-function):
23752 Check `x-last-selected-text-primary'. Don't barf if it or
23753 `x-last-selected-text' aren't bound.
23754
23755 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23756
23757 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23758
23759 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
23760
23761 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23762
23763 2003-07-23 John Paul Wallington <jpw@gnu.org>
23764
23765 * tooltip.el (defface tooltip): Inherit from variable-pitch.
23766
23767 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
23768
23769 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23770 string. Defvar the derived hook.
23771
23772 * macros.el (insert-kbd-macro): Escape double quote character.
23773 From Thomas W Murphy <twm@andrew.cmu.edu>.
23774
23775 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
23776
23777 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23778 to match the specific mark rather than reusing comment-start-skip.
23779
23780 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
23781
23782 * progmodes/hideshow.el (hs-special-modes-alist):
23783 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
23784
23785 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
23786
23787 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23788 value using ?\s.
23789
23790 2003-07-21 John Paul Wallington <jpw@gnu.org>
23791
23792 * subr.el (with-selected-window): Add closing paren.
23793
23794 2003-07-21 Richard M. Stallman <rms@gnu.org>
23795
23796 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23797 (lisp-mode): Likewise.
23798
23799 * subr.el (with-selected-window): Copy code form save-selected-window
23800 so as to call select-window with norecord arg.
23801 (dynamic-completion-table): Doc fix.
23802 (lazy-completion-table): Doc fix.
23803
23804 * international/mule-cmds.el (set-locale-environment):
23805 langinfo renamed to locale-info.
23806
23807 * international/mule.el (auto-coding-functions): Doc fix.
23808
23809 2003-07-21 Kenichi Handa <handa@m17n.org>
23810
23811 * international/quail.el (quail-translate-key):
23812 Update quail-current-str correctly.
23813
23814 2003-07-21 Andreas Schwab <schwab@suse.de>
23815
23816 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23817 ?, to "_".
23818
23819 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
23820 Version 2.0.36 of Tramp released.
23821
23822 * net/tramp.el (tramp-default-password-end-of-line): Rename from
23823 tramp-password-end-of-line.
23824 (tramp-password-end-of-line): New method parameter.
23825 (tramp-get-password-end-of-line): Function to access method
23826 parameter `tramp-password-end-of-line', or variable
23827 `tramp-default-password-end-of-line' (default value).
23828 (tramp-methods): Add entries for new parameter
23829 tramp-password-end-of-line.
23830 (tramp-enter-password): Use new function
23831 `tramp-get-password-end-of-line'.
23832 (tramp-handle-insert-file-contents): Do not
23833 unconditionally inhibit the file operation file-local-copy, only
23834 do that when the inhibit-file-name-operation is currently
23835 insert-file-contents. This fixes finding remote CVS-controlled
23836 files. (It would barf on inserting the CVS/Entries file
23837 literally, because the file-local-copy handler wasn't called.)
23838 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23839 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23840 (tramp-initial-commands): New variable.
23841 (tramp-process-initial-commands): New function, using the variable.
23842 (tramp-open-connection-setup-interactive-shell): Call the new function.
23843 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23844 method into the buffer name, never use nil. Reported by Hanak
23845 David <dhanak@inf.bme.hu>.
23846 (tramp-open-connection-setup-interactive-shell): Erase buffer
23847 before sending "stty -onlcr".
23848
23849 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23850
23851 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
23852
23853 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23854
23855 2003-07-19 John Paul Wallington <jpw@gnu.org>
23856
23857 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23858 (artist-draw-rect, artist-draw-square): Doc fixes.
23859
23860 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23861
23862 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23863
23864 2003-07-19 Kenichi Handa <handa@m17n.org>
23865
23866 * international/kkc.el (kkc-show-conversion-list-update):
23867 Highlight the correct candidate in the message.
23868
23869 2003-07-18 John Paul Wallington <jpw@gnu.org>
23870
23871 * simple.el (current-word): Don't include punctuation char when
23872 `really-word' arg is non-nil.
23873
23874 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
23875
23876 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23877 moved to the directory obsolete.
23878
23879 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
23880
23881 * info.el (Info-menu-entry-name-re): Allow newlines in
23882 menu entry names.
23883
23884 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23885 syntax-ppss-after-change-function.
23886 (syntax-ppss-after-change-function): New alias. Update uses.
23887 (syntax-ppss): Catch the case where the buffer is narrowed.
23888
23889 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23890
23891 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23892 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23893
23894 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23895
23896 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23897 since it might be modified.
23898
23899 * progmodes/cc-langs.el (c++-make-template-syntax-table)
23900 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23901 names to these language constants.
23902
23903 2003-07-15 Kim F. Storm <storm@cua.dk>
23904
23905 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23906 All uses changed.
23907
23908 2003-07-14 Mark A. Hershberger <mah@everybody.org>
23909
23910 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23911 Namespace support.
23912
23913 2003-07-13 Juanma Barranquero <lektu@terra.es>
23914
23915 * frame.el (modify-all-frames-parameters): Reinstall (copyright
23916 papers received).
23917
23918 2003-07-13 Karl Eichwalder <ke@suse.de>
23919
23920 * textmodes/po.el (po-find-charset): White space at the start of the
23921 Content-Type field body is non-mandatory.
23922
23923 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
23924
23925 * textmodes/texinfo.el (texinfo-section-list):
23926 Append appendixsection; a synonym for appendixsec.
23927
23928 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
23929
23930 * man.el (Man-translate-cleanup): New.
23931 (Man-translate-references): Call `Man-translate-cleanup' to clean
23932 leading, trailing and middle spaces.
23933
23934 2003-07-13 Lars Hansen <larsh@math.ku.dk>
23935
23936 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23937 Handle `dired-directory' being a list.
23938
23939 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
23940
23941 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23942 it doesn't exist.
23943
23944 2003-07-12 Richard M. Stallman <rms@gnu.org>
23945
23946 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23947
23948 * progmodes/cc-defs.el (c-make-keywords-re):
23949 Don't use delete-duplicates.
23950 (c-lang-const): Don't use mapcan.
23951
23952 * apropos.el (apropos-show-scores): Make it customizable.
23953 Document new meaning.
23954 (apropos): Compute scores from symbols.
23955 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23956
23957 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23958
23959 * ps-bdf.el: Fix copyright line.
23960 (bdf-directory-list): Fix initialization code.
23961
23962 2003-07-11 John Paul Wallington <jpw@gnu.org>
23963
23964 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23965 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23966 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23967
23968 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
23969
23970 * emacs-lisp/ring.el (ring-elements): Doc fix.
23971
23972 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23973
23974 * calendar/timeclock.el (timeclock-relative)
23975 (timeclock-ask-before-exiting, timeclock-use-display-time):
23976 Doc changes.
23977 (timeclock-modeline-display): Give a message if
23978 `timeclock-use-display-time' is non-nil but `display-time-mode'
23979 is not active.
23980
23981 2003-07-11 Kenichi Handa <handa@m17n.org>
23982
23983 * international/mule-cmds.el (set-language-environment):
23984 Set current-language-environment to the correct string.
23985
23986 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23987
23988 * ps-print.el: Print line number correctly in a region. Reported by
23989 Tim Allen <timallen@ls83.fsnet.co.uk>.
23990 (ps-print-version): New version number (6.6.2).
23991 (ps-printing-region): Code fix.
23992
23993 2003-07-10 John Paul Wallington <jpw@gnu.org>
23994
23995 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23996 this function can be called from `add-completions-from-tags-table'.
23997
23998 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
23999
24000 * calendar/timeclock.el (timeclock-use-display-time)
24001 (timeclock-day-over-hook, timeclock-workday-remaining)
24002 (timeclock-status-string, timeclock-when-to-leave)
24003 (timeclock-when-to-leave-string, timeclock-log-data)
24004 (timeclock-find-discrep, timeclock-day-base)
24005 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
24006 (timeclock-modeline-display): Set the variable
24007 `timeclock-modeline-display'.
24008 (timeclock-update-modeline): Doc fix. Respect value of
24009 `timeclock-relative'.
24010
24011 2003-07-09 Richard M. Stallman <rms@gnu.org>
24012
24013 * textmodes/reftex-parse.el (reftex-all-document-files):
24014 Add autoload cookie.
24015
24016 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
24017 (reftex-scanning-info-available-p): Add autoload cookie.
24018
24019 * international/mule-cmds.el
24020 (set-display-table-and-terminal-coding-system): Delete duplicate
24021 aset on standard-display-table.
24022
24023 * view.el (view-file): If existing buffer's major mode is special,
24024 don't go into view mode.
24025
24026 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
24027
24028 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24029
24030 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
24031 buffer changes; there's third party code that calls this function
24032 directly.
24033
24034 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24035
24036 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
24037 (autodoc-font-lock-keywords): Don't byte compile on font lock
24038 initialization when running from byte compiled files.
24039
24040 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
24041
24042 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
24043 statement ends with auto-increment "++".
24044
24045 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
24046
24047 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24048 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24049 these are changed, so declare them as variables and not constants.
24050
24051 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
24052
24053 * subr.el (dolist, dotimes): Doc fix.
24054
24055 2003-07-08 Kim F. Storm <storm@cua.dk>
24056
24057 * international/mule-cmds.el
24058 (set-display-table-and-terminal-coding-system): Don't break
24059 bootstrap if standard-display-table isn't setup yet.
24060
24061 2003-07-07 Richard M. Stallman <rms@gnu.org>
24062
24063 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
24064 Give it a doc string, and autoload it.
24065
24066 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
24067 Use with-no-warnings.
24068
24069 * info.el (Info-search): If find invisible text, search again.
24070
24071 * isearch.el (search-whitespace-regexp): Add a shy group around it.
24072
24073 * man.el (Man-name-regexp): Match + as part of name.
24074
24075 * simple.el (visible-mode): Rename from vis-mode.
24076 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
24077
24078 * simple.el (current-word): New arg REALLY-WORD specifies
24079 don't include punctuation chars.
24080
24081 * emacs-lisp/debug.el (debug, debugger-env-macro):
24082 Use with-no-warnings while accessing and binding unread-command-char.
24083
24084 * international/mule-cmds.el
24085 (set-display-table-and-terminal-coding-system): Use explicit loop
24086 instead of calling standard-display-default.
24087
24088 * net/ange-ftp.el (ange-ftp-file-symlink-p):
24089 Use condition-case to catch error in ange-ftp-get-files.
24090
24091 * net/browse-url.el (browse-url-browser-function):
24092 Add alternative for Epiphany.
24093 (browse-url-epiphany-program, browse-url-epiphany-arguments)
24094 (browse-url-epiphany-startup-arguments)
24095 (browse-url-epiphany-new-window-is-tab): New variables.
24096 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
24097
24098 * progmodes/compile.el (compile-auto-highlight): Default now t.
24099 (compile): Doc fix.
24100 (compilation-next-error): Fix previous change.
24101
24102 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
24103
24104 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
24105
24106 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
24107
24108 * gdb-ui.el (gdb-source-info): Display current frame when
24109 attaching to an existing process.
24110 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
24111 while laying out windows when attaching to an existing process.
24112
24113 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
24114
24115 * info.el (Info-menu): Use Info-menu-entry-name-re.
24116
24117 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
24118
24119 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
24120 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
24121
24122 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
24123 to match the same text.
24124
24125 2003-07-06 John Paul Wallington <jpw@gnu.org>
24126
24127 * vc.el (vc-annotate-offset): Move defvar up.
24128
24129 2003-07-06 Kim F. Storm <storm@cua.dk>
24130
24131 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
24132 This should fix the infinite loop when extracting menu names.
24133
24134 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
24135
24136 * files.el (auto-mode-alist, interpreter-mode-alist):
24137 Remove entries to CC Mode modes to avoid duplicates; they are now added
24138 with autoload directives in cc-mode.el.
24139
24140 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
24141
24142 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
24143 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
24144 these are changed, so declare them as variables and not constants.
24145
24146 * progmodes/cc-mode.el: Fix some autoload problems: Try to
24147 ensure that the entry for ".c" extension comes before the one for
24148 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
24149 Fix incorrect entries that were added to `interpreter-mode-alist'.
24150 Move the autoload directives for AWK to the top level since they
24151 aren't recognized anywhere else. Do not use the new AWK mode doc
24152 in the autoload form for the old AWK mode.
24153
24154 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24155
24156 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
24157 (bibtex-sort-ignore-string-entries): Default value t.
24158 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
24159 erroneously in previous version.
24160 (bibtex-string-files): Docstring reflects new parsing scheme.
24161 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
24162 docstring, add # as one of the chars to crush
24163 (bibtex-autokey-prefix-string, bibtex-autokey-names)
24164 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
24165 (bibtex-autokey-name-change-strings)
24166 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
24167 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
24168 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
24169 (bibtex-autokey-title-terminators)
24170 (bibtex-autokey-titlewords-stretch)
24171 (bibtex-autokey-titleword-ignore)
24172 (bibtex-autokey-titleword-case-convert)
24173 (bibtex-autokey-titleword-abbrevs)
24174 (bibtex-autokey-titleword-abbrevs)
24175 (bibtex-autokey-titleword-change-strings)
24176 (bibtex-autokey-titleword-length)
24177 (bibtex-autokey-titleword-separator)
24178 (bibtex-autokey-name-year-separator)
24179 (bibtex-autokey-year-title-separator)
24180 (bibtex-autokey-before-presentation-function)
24181 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
24182 Fix docstring.
24183 (bibtex-strings, bibtex-reference-keys):
24184 Use lazy-completion-table and make-variable-buffer-local.
24185 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
24186 (bibtex-braced-string-syntax-table)
24187 (bibtex-quoted-string-syntax-table): New variables.
24188 (bibtex-parse-nested-braces): Remove.
24189 (bibtex-parse-field-string): Use syntax table and forward-sexp.
24190 (bibtex-parse-association): Simplify.
24191 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
24192 (bibtex-parse-field-text): Simplify.
24193 (bibtex-search-forward-field, bibtex-search-backward-field):
24194 argument BOUND can take value t.
24195 (bibtex-start-of-field, bibtex-start-of-name-in-field)
24196 (bibtex-end-of-name-in-field, bibtex-end-of-field)
24197 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24198 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
24199 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
24200 (bibtex-skip-to-valid-entry): Return buffer position of beginning
24201 and ending of entry. Update for changes of bibtex-search-entry.
24202 Simplify.
24203 (bibtex-map-entries): FUN is called with three arguments.
24204 (bibtex-search-entry): Return a cons pair with buffer positions of
24205 beginning and end of entry.
24206 (bibtex-enclosing-field): Simplify.
24207 (bibtex-format-entry): Use booktitle to set a missing title.
24208 (bibtex-autokey-get-names): Fiddle with regexps.
24209 (bibtex-generate-autokey): Use identity.
24210 (bibtex-parse-keys): Use simplified parsing algorithm if
24211 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
24212 arguments. Return alist of keys.
24213 (bibtex-parse-strings): Simplify. Return alist of strings.
24214 (bibtex-complete-string-cleanup): Fix docstring.
24215 (bibtex-read-key): New function.
24216 (bibtex-mode): Fix docstring. Do not parse for keys and
24217 strings when the mode is entered. Set fill-paragraph-function to
24218 bibtex-fill-field. Setup font-lock-mark-block-function the way
24219 font-lock intended.
24220 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
24221 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
24222 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
24223 (bibtex-Preamble): Avoid hard coded constants.
24224 (bibtex-make-field): Fix docstring. Simplify.
24225 (bibtex-beginning-of-entry): Always return new position of point.
24226 (bibtex-end-of-entry): Rearrange cond clauses.
24227 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
24228 Update for changes of bibtex-map-entries.
24229 (bibtex-ispell-abstract): Do not move point.
24230 (bibtex-entry-index): Use downcase. Simplify.
24231 (bibtex-lessp): Handle catch-all.
24232 (bibtex-find-crossref): Turn into a command.
24233 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
24234 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
24235 preamble entries.
24236 (bibtex-fill-field-bounds): New function.
24237 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
24238 (bibtex-fill-entry): Use bibtex-fill-field-bounds
24239 (bibtex-String): Use bibtex-strings. Always obey
24240 bibtex-sort-ignore-string-entries.
24241
24242 2003-07-05 John Paul Wallington <jpw@gnu.org>
24243
24244 * cus-theme.el (customize-create-theme):
24245 Call `customize-create-theme' in Reset widget's notify function.
24246
24247 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
24248 (ibuffer-mark-interactive): Use `or' instead of `unless'.
24249 (define-ibuffer-column name): Add summarizer.
24250 (define-ibuffer-column size): Likewise.
24251 (define-ibuffer-column filename): Likewise.
24252 (define-ibuffer-column process): Likewise. Change BODY's output too.
24253 (define-ibuffer-column filename-and-process): Likewise, likewise.
24254 (ibuffer): Remove local vars `already-in' and `need-update'.
24255
24256 * ibuf-ext.el: Don't require `derived' at compile-time.
24257
24258 2003-07-05 Kim F. Storm <storm@cua.dk>
24259
24260 * info.el: Disable paragraph refilling.
24261 (Info-refill-paragraphs): New defcustom.
24262 (Info-fontify-node): Use it.
24263
24264 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
24265
24266 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
24267 thingies from constructors created by defstruct.
24268
24269 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
24270 the default value of the variable.
24271 (byte-code-meter): Move declaration to top level.
24272
24273 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
24274
24275 * info.el (Info-following-node-name-re): New fun.
24276 (Info-following-node-name): Remove.
24277 (Info-insert-dir): Use the new fun.
24278 (Info-extract-pointer): Don't save restriction; use new fun.
24279 (Info-menu-entry-name-re): New const.
24280 (Info-menu-entry-name-re): Use it along with new fun.
24281 (Info-node-spec-re): Use new fun.
24282 (Info-complete-menu-item, Info-fontify-node): Use new const.
24283 (Info-goto-node, Info-follow-reference, Info-menu-update):
24284 Use match-string.
24285 (Info-follow-reference): Use assoc-string.
24286 Use a list of strings for the completion table.
24287 (Info-fontify-node): Use match-string, line-end-position.
24288 Limit the search for `node:' to the first line.
24289
24290 * newcomment.el (uncomment-region): Remove padding coming from
24291 comment-start rather than just from comment-padding.
24292
24293 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
24294 (vc-cvs-stay-local-p): Use vc-stay-local-p.
24295 (vc-cvs-rename-file): Remove (use the default).
24296 (vc-cvs-register): Register parent dir if needed.
24297 (vc-cvs-could-register): Return non-nil if parent can be registered.
24298 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
24299 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
24300
24301 * vc-svn.el (vc-svn-use-edit): Make it into a const.
24302 (vc-svn-update): Fix the arguments to `svn'.
24303 (vc-svn-diff-tree): Just use `vc-svn-diff'.
24304 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
24305 Simple implementations, assuming `name' is a URL.
24306
24307 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
24308 set of chars allowed unquoted in a case pattern.
24309
24310 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
24311
24312 * font-lock.el (font-lock-extra-types-widget)
24313 (c-font-lock-extra-types, c++-font-lock-extra-types)
24314 (objc-font-lock-extra-types, java-font-lock-extra-types)
24315 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
24316 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
24317 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
24318 (font-lock-match-c++-structor-declaration)
24319 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
24320 (c++-font-lock-keywords-3, c++-font-lock-keywords)
24321 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
24322 (objc-font-lock-keywords-3, objc-font-lock-keywords)
24323 (java-font-lock-keywords-1, java-font-lock-keywords-2)
24324 (java-font-lock-keywords-3, java-font-lock-keywords)
24325 (java-font-lock-syntactic-face-function): Remove obsolete code
24326 and constants. It's all in cc-fonts.el now.
24327
24328 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
24329
24330 * mail/sendmail.el (mail-specify-envelope-from)
24331 (mail-envelope-from): Doc fix.
24332
24333 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
24334
24335 * generic-x.el: Do away with the dependency on `c-emacs-features'
24336 when populating `rul-generic-mode-syntax-table'; we already know
24337 this isn't XEmacs.
24338
24339 See ChangeLog.10 for earlier changes.
24340
24341 ;; Local Variables:
24342 ;; coding: iso-2022-7bit
24343 ;; End:
24344
24345 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
24346 Copying and distribution of this file, with or without modification,
24347 are permitted provided the copyright notice and this notice are preserved.
24348
24349 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1