]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
ChangeLog entries for tumme.el.
[gnu-emacs] / lisp / ChangeLog
1 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2
3 * tumme.el (tumme-get-thumbnail-image): Added this utility
4 function on request from Chong Yidong.
5 (tumme-dired-with-window-configuration): Renamed `tumme-dired' to
6 this. Added code to save window configuration.
7 (tumme-restore-window-configuration): New command to restore the
8 window confguration that `tumme-dired-with-window-configuration'
9 saves before it changes the window confguration.
10 (tumme-show-all-from-dir): New command to mirror what `thumbs' in
11 thumbs.el does, which is to automatically display thumbnails for
12 all files in a directory entered by the user.
13 (tumme-display-thumbs): Added call to `pop-to-buffer' after all
14 thumbnails have been created.
15 (tumme-display-thumbnail-original-image): Added call to
16 `display-buffer'.
17 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
18 Removed obsolete test function.
19
20 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
21
22 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
23 Fix typo in message.
24 (tumme-gallery-generate): Fix typo in `error' message.
25 (tumme-display-window-height-correction)
26 (tumme-display-window-width-correction, tumme-line-up-dynamic)
27 (tumme-line-up-interactive): Dox fixes.
28 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
29 (tumme-restore-window-configuration, tumme-format-properties-string)
30 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
31 Fix typos in docstrings.
32
33 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
34
35 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
36
37 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
38
39 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
40 User should use hook if desired.
41
42 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
43 buffer if necessary.
44 (gdb-delete-frame-or-window): New function.
45 (gdb-breakpoints-mode-map): Bind "q" to it.
46
47 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * textmodes/nroff-mode.el: Clean up name space.
50 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
51 (nroff-mode): Obey the global setting of nroff-electric-mode.
52 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
53
54 * calendar/calendar.el (calendar-increment-month): Typo in last change.
55
56 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
57
58 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
59
60 2006-02-06 Lars Hansen <larsh@soem.dk>
61
62 * generic-x.el (etc-fstab-generic-mode): Add file system types
63 cifs and usbdevfs. Allow special chars in file names.
64
65 2006-02-05 Jay Belanger <belanger@truman.edu>
66
67 Update copyright notices of the files in lisp/calc.
68
69 2006-02-05 Romain Francoise <romain@orebokech.com>
70
71 Update copyright notices of all files in the lisp/play directory.
72
73 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
74
75 * ldefs-boot.el: Regenerate.
76
77 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
78
79 2006-02-05 Kim F. Storm <storm@cua.dk>
80
81 * files.el (magic-mode-regexp-match-limit): New defvar.
82 (set-auto-mode): Use it to limit magic-mode-alist matching.
83
84 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
85
86 * simple.el (display-message-or-buffer): Compare the number of
87 characters to the frame width when determining whether a 1-line
88 message string will fit in the echo area. Count screen lines
89 instead of buffer lines when determining whether a multi-line
90 message will fit in the echo area/minibuffer window.
91
92 2006-02-04 Eli Zaretskii <eliz@gnu.org>
93
94 * info.el (Info-index, Info-mode): Improve the description of the
95 `i' command.
96
97 * ldefs-boot.el: Regenerate.
98
99 2006-02-03 Werner Lemberg <wl@gnu.org>
100
101 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
102 greedy to find the closing bracket in \*[...] and similar
103 expressions. This is a first rough fix -- many additional
104 refinements are necessary to make nroff mode really usable with groff.
105
106 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
107
108 * international/mule-cmds.el (set-locale-environment):
109 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
110 libX11.
111
112 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
113
114 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
115 archive are created in archive-tmpdir.
116
117 2006-02-02 John Paul Wallington <jpw@pobox.com>
118
119 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
120 (ibuffer-fontification-alist): Use it.
121 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
122 to "* z" and the Ibuffer Mark menu.
123
124 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
125
126 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * textmodes/table.el (*table--cell-describe-mode)
129 (*table--cell-describe-bindings): Undo last change since
130 print-help-return-message is not obsoleted by anything at all.
131
132 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
133
134 * emulation/cua-base.el (cua-mode): Doc fix.
135
136 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
137
138 * dframe.el (dframe-handle-make-frame-visible)
139 (dframe-handle-iconify-frame, dframe-get-focus)
140 (dframe-select-attached-frame, dframe-power-click)
141 (dframe-frame-mode): Fix typos in docstrings.
142
143 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
144 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
145 Fix typos in docstrings.
146
147 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
148 (hi-lock-face-buffer, hi-lock-font-lock-hook)
149 (hi-lock-archaic-interface-message-used)
150 (hi-lock-file-patterns-range): Fix typos in docstrings.
151
152 * savehist.el (savehist-loaded, savehist-load, savehist-install)
153 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
154
155 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
156 Fix typo in docstring.
157
158 * net/newsticker.el (newsticker--decode-iso8601-date)
159 (newsticker--set-customvar, newsticker--buffer-insert-item)
160 (newsticker--do-run-auto-mark-filter)
161 (newsticker--parse-generic-feed): Doc fixes.
162 (newsticker--retrieval-timer-list, newsticker-url-list)
163 (newsticker-hide-immortal-items-in-echo-area)
164 (newsticker-hide-obsolete-items-in-echo-area)
165 (newsticker-new-item-face, newsticker--enclosure)
166 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
167 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
168 (newsticker--parse-generic-feed, newsticker--cache-contains)
169 (newsticker--stat-num-items, newsticker-download-enclosures):
170 Fix typos in docstrings.
171
172 * net/rcirc.el (rcirc-debug): Doc fix.
173 (rcirc-fill-column, rcirc-receive-message-hooks)
174 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
175 (rcirc-mode, rcirc-generate-new-buffer-name)
176 (rcirc-startup-channels, rcirc-ignore-update-automatic)
177 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
178 Fix typos in docstrings.
179 (rcirc-print): "?\ " -> "?\s".
180 (rcirc-cmd-join): Improve argument/docstring consistency.
181
182 2006-02-01 Mark A. Hershberger <mah@everybody.org>
183
184 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
185 before narrow-to-region.
186
187 2006-02-01 Richard M. Stallman <rms@gnu.org>
188
189 * simple.el (move-beginning-of-line): Scan properly for invis change.
190
191 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
192
193 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
194
195 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
196 change bit only when id-format is 'integer. Reported by Matt
197 Hodges <M.P.Hodges@rl.ac.uk>.
198
199 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
200
201 * hilit-chg.el (highlight-changes-initial-state)
202 (highlight-changes-global-initial-state): Doc fixes.
203 (highlight-changes-global-modes, global-highlight-changes):
204 Fix typos in docstrings.
205
206 2006-02-01 Kim F. Storm <storm@cua.dk>
207
208 * emulation/cua-base.el (cua-mode): Mention that CUA enables
209 transient-mark-mode in doc string.
210
211 2006-01-31 Richard M. Stallman <rms@gnu.org>
212
213 * replace.el (multi-occur): Doc fix.
214 (multi-occur-in-matching-buffers): Rename from
215 multi-occur-by-filename-regexp. Prefix arg says match
216 buffer names instead of file names.
217
218 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
219
220 * bs.el: Allow non-default values of `bs-header-lines-length'.
221 (bs--running-in-xemacs): Remove (not needed anymore).
222 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
223 instead of `shrink-window', thus avoiding having to compute the
224 height of the window.
225 (bs--up): Wrap around even when there's no header.
226 (bs--down): Use `forward-line' instead of `next-line'.
227
228 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
229
230 * image-mode.el (image-toggle-display): Use file name if possible,
231 instead of unnecessarily allocating a (possibly huge) lisp string.
232
233 2006-01-30 John Paul Wallington <jpw@pobox.com>
234
235 * subr.el (toplevel): Define `cl-assertion-failed' condition here
236 because the `assert' macro signals it at runtime.
237
238 * emacs-lisp/cl.el (toplevel): Remove definition of
239 `cl-assertion-failed' condition.
240
241 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
242
243 * thumbs.el (thumbs-marked-list): Make buffer-local and
244 permanent-local.
245 (thumbs-insert-thumb): Make help-echo non-sticky.
246 (thumbs-file-alist): Use eolp as check for (non)-image.
247
248 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
249
250 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
251 (ediff-before-session-group-setup-hooks)
252 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
253 Fix typos in docstrings.
254
255 * window.el (bw-dir, bw-eqdir, balance-windows)
256 (split-window-keep-point): Fix typos in docstrings.
257
258 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
259 (org-quote-string, org-calendar-to-agenda-key)
260 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
261 (org-show-following-heading, org-tags-column)
262 (org-use-tag-inheritance, org, org-allow-space-in-links)
263 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
264 (org-enable-table-editor, org-calc-default-modes)
265 (org-table-allow-automatic-line-recalculation)
266 (org-export-html-style, org-export-with-fixed-width)
267 (org-export-with-sub-superscripts, org-special-keyword)
268 (org-formula, org-time-grid, org-table-may-need-update)
269 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
270 (org-goto-quit, org-get-indentation, org-end-of-item)
271 (org-move-item-down, org-move-item-up)
272 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
273 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
274 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
275 (org-agenda-log-mode, org-agenda-toggle-diary)
276 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
277 (org-agenda-file-to-end, org-agenda-no-heading-message)
278 (org-agenda-get-closed, org-format-agenda-item)
279 (org-cmp-priority, org-cmp-category, org-cmp-time)
280 (org-agenda-change-all-lines, org-agenda-diary-entry)
281 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
282 (org-link-search, org-camel-to-words, org-open-file)
283 (org-remember-handler, org-table-convert-region)
284 (org-table-move-row-down, org-table-move-row-up)
285 (org-table-copy-region, org-table-wrap-region)
286 (org-table-toggle-vline-visibility)
287 (org-table-get-vertical-vector, org-table-modify-formulas)
288 (org-table-get-specials, org-recalc-commands)
289 (org-table-rotate-recalc-marks, org-table-eval-formula)
290 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
291 (org-level-color-stars-only, org-insert-heading):
292 Fix typos in docstrings.
293 (last-arg): Add defvar.
294
295 * makefile.w32-in (WINS): Add erc.
296 (MH_E_SRC): Update (copied from lisp/Makefile.in).
297
298 2006-01-29 Bill Wohler <wohler@newt.com>
299
300 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
301 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
302 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
303 (mh-autoloads): Don't use comments on otherwise empty lines.
304
305 2006-01-29 Edward O'Connor <ted@oconnor.cx>
306
307 * emulation/viper.el (viper-major-mode-modifier-list): Add
308 insert-state and vi-state entries for erc-mode.
309 (viper-go-away, viper-set-hooks): Add and remove
310 viper-comint-mode-hook from erc-mode-hook as appropriate.
311
312 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
313
314 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
315
316 * bs.el (bs--format-aux): Implement `middle' alignment as
317 described in the docstring for `bs-attributes-list'.
318 (bs--get-name): Simplify. Don't pad the buffer name.
319
320 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
321
322 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
323 English aspell dictionary is installed, use the first entry of
324 ispell-dictionary-alist-1.
325
326 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
327
328 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
329 Doc fix.
330
331 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
332
333 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
334 for `process-file', in order to let it work for older Emacsen too.
335
336 2006-01-27 Eli Zaretskii <eliz@gnu.org>
337
338 * international/latexenc.el: Add a suitable `coding:' tag.
339 (latexenc-find-file-coding-system): Undo last change.
340
341 2006-01-27 Arne J\e,bx\e(Brgensen <arne@arnested.dk>
342
343 * international/latexenc.el (latexenc-find-file-coding-system):
344 Make sure latexenc-main-file is a regular file and is readable.
345
346 2006-01-27 Andre Spiegel <spiegel@gnu.org>
347
348 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
349 Pass FILE to vc-user-login-name.
350
351 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
352
353 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
354
355 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
356 there are no more images to display.
357 (thumbs-mark, thumbs-unmark): Revert change so that they move to
358 the next image.
359
360 2006-01-26 Richard M. Stallman <rms@gnu.org>
361
362 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
363
364 * wid-edit.el (advertised-widget-backward): New alias.
365 (widget-keymap): Use advertised-widget-backward for S-TAB.
366
367 * tumme.el: Correct the keywords.
368 (tumme-dir-max-size): Use defvar.
369 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
370
371 * simple.el (move-beginning-of-line): Take account of fields.
372 (clone-indirect-buffer-other-window): Take args like
373 clone-indirect-buffer, and work like it.
374
375 * help-fns.el (describe-function): Don't pass `nil' as default.
376
377 * files.el (risky-local-variable-p): Follow var aliases.
378
379 * subr.el (lazy-completion-table): Doc fix.
380
381 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
382 global binding of `line'.
383
384 2006-01-25 Andre Spiegel <spiegel@gnu.org>
385
386 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
387 Tramp.
388
389 * vc.el (vc-default-dired-state-info): Pass FILE to
390 vc-user-login-name.
391 (vc-default-update-changelog): Don't use vc-user-login-name, we
392 don't need it here.
393
394 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
395 no longer necessary.
396
397 2006-01-25 Kenichi Handa <handa@m17n.org>
398
399 * international/mule.el (decode-char): Avoid the overhead of
400 calling utf-lookup-subst-table-for-decode if
401 utf-translate-cjk-mode is nil.
402 (encode-char): Avoid the overhead of calling
403 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
404 nil.
405
406 2006-01-22 Kenichi Handa <handa@m17n.org>
407
408 * international/mule.el (make-subsidiary-coding-system): Reset
409 `coding-system-define-form' property of subsidiaries to nil.
410 Avoid duplicated entry in coding-system-alist.
411 (make-coding-system): Avoid duplicated entry in
412 coding-system-alist.
413 (define-coding-system-alias): Likewise.
414
415 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
416
417 * completion.el: Minor fixes in introductory comment.
418 (completion-def-wrapper): Fix alist.
419
420 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
421
422 * thumbs.el (thumbs-new-image-size): New function.
423 (thumbs-increment-image-size-element)
424 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
425 (thumbs-decrement-image-size): Delete.
426 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
427 temp files and use to resize.
428 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
429 Use increment argument to enlarge/shrink. Preserve point.
430 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
431 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
432 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
433 (thumbs-mark, thumbs-unmark): Preserve point.
434 (thumbs-modify-image): Keep old temp files and use to modify.
435 Cleanup old temp files at load time. Preserve point.
436 (thumbs-view-image-mode-map): Use new command names.
437
438 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
439
440 * log-view.el (log-view-minor-wrap): First rev is the one at point.
441
442 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
443 the nastiest part of the cyclic dependency.
444 (cal-menu-update): Use dotimes and calendar-increment-month.
445
446 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
447 (calendar-week-start-day): Add an :initializer.
448 (calendar-mode-map): Use suppress-keymap, and command remapping.
449 (describe-calendar-mode): Setup xref-stack info for the back button.
450 (calendar-star-date): Insert before delete.
451 (calendar-set-mode-line): Add file-modified info if applicable.
452 (calendar-increment-month): New function.
453
454 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
455
456 * font-lock.el (lisp-font-lock-keywords-2):
457 Recognize "& keywords" only at word boundaries.
458
459 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
460
461 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
462 and permanent-local.
463 (thumbs-max-image-number): New variable.
464 (thumbs-do-thumbs-insertion): Use them.
465 (thumbs-per-line): Change default to 4.
466 (thumbs-marked-list): Rename from thumbs-markedL.
467 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
468 (thumbs-rename-images): Use -list instead of L for internal variables.
469 (thumbs-call-convert): Use call-process instead of shell-command.
470 (thumbs-insert-thumb): Add filename as help-echo to each image.
471 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
472 Give dir to thumbs-show-thumbs-list.
473 (thumbs-show-thumbs-list): Set default-directory to that of images.
474 (thumbs-dired-show): Rename from thumbs-dired-show-all.
475 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
476 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
477 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
478
479 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
480
481 * ses.el (ses-read-cell): Provide a default value.
482
483 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
484
485 * term/w32-win.el (image-library-alist): Add additional names for
486 GIF library.
487
488 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
489
490 * international/latexenc.el (latexenc-find-file-coding-system):
491 Add file-regular-p check.
492
493 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * simple.el (clone-buffer): Don't show the new buffer in the same
496 window.
497
498 2006-01-23 Juri Linkov <juri@jurta.org>
499
500 * faces.el (link, link-visited): New faces based on default values
501 of `info-xref' and `info-xref-visited'.
502
503 * info.el (info-xref): Inherit from `link'.
504 (info-xref-visited): Inherit from `link-visited'.
505
506 * cus-edit.el (custom-buffer-create-internal): Use widget type
507 `custom-manual' instead of `info-link' and don't set properties
508 `button-face' and `mouse-face' explicitly.
509 (custom-browse-group-tag, custom-browse-variable-tag)
510 (custom-browse-face-tag): Inherit from widget class
511 `custom-group-link' instead of `push-button'.
512 (custom-button-unraised): Inherit from `underline' face.
513 (custom-link): Inherit from `link' face. Fix doc and group.
514 (custom-add-parent-links, custom-group-value-create): Don't set
515 properties `button-face' and `mouse-face' explicitly for
516 `custom-group-link' widget.
517 (custom-group-link): Add properties `button-face' and `mouse-face'
518 to widget definition.
519 (custom-field-keymap): New variable. Put `custom-field-keymap' to
520 editable-field's :keymap property.
521 (custom-mode): Fix docstring: substitute keybindings for
522 `widget-forward' and `widget-backward' from `widget-keymap',
523 `widget-complete' from `custom-field-keymap', replace old
524 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
525
526 * desktop.el (desktop-load-file): Check for `fboundp' before
527 calling `symbol-function'.
528
529 * simple.el (clone-buffer, clone-indirect-buffer)
530 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
531 `read-string'. Fix prompts.
532
533 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
534
535 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
536
537 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
538
539 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
540
541 * startup.el (inhibit-splash-screen, initial-scratch-message):
542 Doc fixes.
543
544 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
545
546 Sync with Tramp 2.0.52.
547
548 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
549 net/tramp-vc.el: Add code for unloading Tramp. See comment before
550 `tramp-unload-tramp' for checklist.
551
552 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
553 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
554 (tramp-unload-file-name-handler-alist)
555 (tramp-unload-tramp): New defuns.
556 (tramp-advice-PC-expand-many-files): New defadvice.
557 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
558 removed.
559 (tramp-handle-expand-file-name): Remove double slash.
560 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
561 It doesn't matter, because it will be converted later on.
562 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
563 implementation was just heuristic.
564 (tramp-post-connection): Set uid and gid properties.
565 (tramp-convert-file-attributes): Set file's gid change bit.
566 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
567 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
568 in case of su(do)? methods. The home directory of the local user
569 will be taken else.
570 (tramp-open-connection-telnet)
571 (tramp-open-connection-rsh, tramp-open-connection-su)
572 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
573 local shell prompt could hurt. Reported by Romain Francoise
574 <romain@orebokech.com>.
575 (tramp-let-maybe): Add `edebug-form-spec' property.
576 (tramp-handle-expand-file-name): Bind `default-directory' locally
577 to "/" in order to avoid problems with UNC shares or Cygwin
578 mounts.
579 (tramp-md5-function): Fix typo in error message.
580
581 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
582
583 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
584 for byte-compiler pacification.
585
586 2006-01-22 Andre Spiegel <spiegel@gnu.org>
587
588 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
589 ID-FORMAT `string'. This allows us to get rid of
590 `vc-user-login-name UID'.
591
592 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
593
594 2006-01-22 John Paul Wallington <jpw@pobox.com>
595
596 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
597
598 2006-01-21 Martin Rudalics <rudalics@gmx.at>
599
600 * emacs-lisp/find-func.el (find-definition-noselect)
601 (find-variable-noselect): Search variables in C source code too.
602 (find-function-C-source, find-function-noselect, find-function)
603 (find-function-other-frame, find-variable-noselect, find-variable)
604 (find-variable-other-frame, find-variable-at-point):
605 Fix docstrings.
606
607 2006-01-21 Francesco Potorti` <pot@gnu.org>
608
609 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
610
611 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
612
613 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
614 Default to disabling the "Save affix" question.
615
616 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
617
618 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
619 the first arg to run-python.
620
621 2006-01-21 Eli Zaretskii <eliz@gnu.org>
622
623 * startup.el (command-line-1): Handle --no-desktop if desktop.el
624 is not loaded.
625
626 2006-01-20 Jay Belanger <belanger@truman.edu>
627
628 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
629 limit is 0.
630
631 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
632 the correct variable.
633
634 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
635
636 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
637 link. Fixed buggy argument sequence in call to `org-view-tags'.
638 (org-compile-prefix-format): Set `org-prefix-has-tag'.
639 (org-prefix-has-tag): New variable.
640 (org-format-agenda-item): Remove tags from headline if
641 appropriate.
642 (org-agenda-remove-tags-when-in-prefix): New option.
643 (org-get-tags-at): New function.
644
645 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
646
647 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
648 (thumbs-find-image): Move image name and number from buffer name
649 to mode name. Set thumbs-buffer. Preserve point so that large
650 images remain visible.
651 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
652 order.
653 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
654 mode name.
655 (thumbs-next-image, thumbs-previous-image): Make them work.
656
657 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
658
659 * cus-edit.el (custom-buffer-create-internal): State in the text above
660 the whole buffer buttons that they do not operate on hidden items.
661 (custom-face-menu): Use `custom-face-save' instead of
662 `custom-face-save-command'.
663 (custom-face-save-command): Make it an alias for `custom-face-save'
664 and declare it obsolete.
665 (custom-face-save): Doc fix.
666
667 * dired.el (dired-no-confirm): Add quote.
668 (dired-subdir-alist-pre-R): Add quote in
669 `make-variable-buffer-local' form and remove unbalanced parenthesis.
670
671 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
672
673 * textmodes/table.el (table-mode-indicator): Typo in last change.
674
675 2006-01-19 Richard M. Stallman <rms@gnu.org>
676
677 * outline.el (hide-leaves): Don't call outline-end-of-heading.
678 Fixes bug reported in Nov 2005.
679
680 * isearch.el (isearch-forward): Doc fix.
681
682 * dired.el (dired-move-to-filename-regexp): Define as alias.
683 (dired-no-confirm): Use defcustom.
684 (dired-subdir-alist-pre-R): Put defvar at top level.
685
686 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
687
688 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
689 Mark as risky.
690
691 * simple.el (set-mark-command): Doc fix.
692 (clone-indirect-buffer-other-window):
693 Read arg like clone-indirect-buffer.
694 (move-beginning-of-line): Skip invisible newlines.
695
696 2006-01-19 Masatake YAMATO <jet@gyve.org>
697
698 * progmodes/cpp.el (cpp-edit-load): Make the order of
699 listed conditions in a base C code buffer and its associate
700 CPP Edit buffer the same.
701
702 2006-01-19 Kenichi Handa <handa@m17n.org>
703
704 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
705 (rmail-mime-feature): Likewise.
706 (rmail-require-mime-maybe): Use display-warning to show a warning
707 message.
708
709 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
710 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
711
712 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * array.el: Move defvars out of eval-when-compile.
715 (array-make-template): Replace undeclared global var with a local one.
716 (array-mode): Inline initialization functions.
717 (array-init-local-variables, array-init-max-row)
718 (array-init-max-column, array-init-columns-per-line)
719 (array-init-field-width, array-init-rows-numbered)
720 (array-init-line-length, array-init-lines-per-row): Remove.
721
722 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
723 (doc-mode-map): Define explicitly.
724 (doctor-txtype): Use mapc.
725
726 * textmodes/table.el: Move defvars out of eval-when-compile.
727 Remove harmful code meant to avoid byte-compiler warnings.
728 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
729 specification that checks table-fixed-width-mode directly.
730 (table-recognize-region, table-recognize-cell):
731 Use restore-buffer-modified-p.
732 (table-fixed-width-mode): Remove code that refreshes
733 table-fixed-mode-indicator.
734 (*table--cell-describe-bindings, *table--cell-describe-mode):
735 Avoid obsolete name print-help-return-message.
736 (table--test-cell-list): Don't use replace-regexp from elisp.
737 (table--point-entered-cell-function, table--point-left-cell-function):
738 Don't set table-fixed-mode-indicator, use force-mode-line-update.
739
740 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
741 that was after the end of file. Use buffer-file-name variable.
742 (org-timestamp-change): Use with-current-buffer.
743 (org-todo-list): Don't unnecessarily define a new buffer-local var.
744 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
745 `file'.
746
747 * progmodes/fortran.el: Move defvars out of eval-when-compile.
748 (fortran-break-line): Remove unused var `opoint'.
749 (fortran-abbrev-start): Obey help-event-list.
750
751 2006-01-18 Jesper Harder <harder@phys.au.dk>
752
753 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
754
755 2006-01-18 Masatake YAMATO <jet@gyve.org>
756
757 * progmodes/make-mode.el (makefile-imake-mode): New mode
758 derived from makefile-mode.
759 (makefile-imake-mode-syntax-table): New syntax table
760 derived from makefile-mode-syntax-table.
761 (makefile-mode): Write about makefile-imake-mode in doc string.
762 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
763 (makefile-imake-font-lock-keywords): New font lock keywords.
764
765 * files.el (auto-mode-alist): Add Imakefile.
766
767 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
768
769 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
770 loading the file rather than when turning on flyspell-mode.
771
772 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
773
774 * cus-edit.el (customize-rogue): Minor doc fix.
775
776 2006-01-17 Juri Linkov <juri@jurta.org>
777
778 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
779 instead of the file at the mark as default if the file at the mark
780 is the same as the file at point or if dired-dwim-target-directory
781 is not the same as the current directory and the mark is not active.
782
783 * log-view.el (log-view-minor-wrap): Use the same logic to get
784 revisions as `log-view-diff'.
785
786 * info.el (Info-revert-find-node): Check for Info-current-file
787 before preserving new-history.
788
789 * man.el (Man-heading-regexp): Add `/'.
790
791 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
792 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
793
794 2006-01-16 Juri Linkov <juri@jurta.org>
795
796 * faces.el (mode-line-faces): New defgroup.
797 (mode-line-highlight): Move definition after new defgroup.
798 (mode-line, mode-line-inactive, mode-line-highlight):
799 Replace :group `modeline' with `mode-line-faces'.
800 (mode-line-buffer-id): New face.
801 (modeline-buffer-id): New face alias.
802 (vertical-border): Remove :group `modeline'.
803
804 * bindings.el (propertized-buffer-identification): Use face
805 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
806 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
807 (mode-line-buffer-identification-keymap): For mouse-1 replace
808 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
809 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
810 mouse-3.
811
812 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
813 Buffer-menu-buffer. Doc fix.
814 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
815 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
816 `Buffer-menu-buffer'.
817
818 * info.el (Info-mode-line-node-keymap): New defvar.
819 (Info-set-mode-line): Use `stringp' to check Info-current-file.
820 Propertize Info-current-node with `mode-line-buffer-id' and
821 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
822
823 * time.el (display-time-mail-face): Replace :group `faces' with
824 `mode-line-faces'.
825
826 2006-01-16 Kenichi Handa <handa@m17n.org>
827
828 * international/code-pages.el: Add autoload cookies for cp125[0345678].
829
830 * language/european.el (cp1252): New alias for windows-1252.
831
832 * international/mule.el (autoload-coding-system): Prepare for EOL
833 variants.
834
835 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
836
837 * term.el (term-raw-map): Add mapping for insert.
838 (term-send-insert): New.
839 (term-mode): Make variables local here instead of doing it in
840 `term-emulate-terminal'.
841 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
842 Scroll reverse needs to take into account the scroll region.
843 Saving and restoring the cursor should save the color attributes too.
844 (term-reset-terminal): Reset the scroll region.
845 (term-handle-ansi-escape): Cursor up and down should take into
846 account the scroll region.
847 (term-set-scroll-region): Rename from `term-scroll-region'.
848 Move to 0,0 after setting the region.
849 (term-handle-scroll): Handle scroll up.
850 (term-down): Fix off by one error.
851 (term-delete-lines): Do not delete outside the scroll region.
852 (term-insert-lines): Take into account the scroll region.
853
854 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * textmodes/ispell.el (ispell-internal-change-dictionary)
857 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
858 (start, end): Move declaration outside of eval-when-compile.
859
860 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
861 (flyspell-mode-on): Use it.
862
863 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
864 ispell-kill-ispell-hook.
865
866 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
867
868 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
869 (Custom-reset-saved): Do not ask for confirmation in single option
870 buffers.
871
872 2006-01-13 Richard M. Stallman <rms@gnu.org>
873
874 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
875
876 2006-01-13 Romain Francoise <romain@orebokech.com>
877
878 * add-log.el (add-change-log-entry, change-log-merge):
879 Conditionally use `hard-newline'.
880
881 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
882
883 * wid-edit.el (widget-field-end): If the overlay is no longer
884 associated with a buffer, behave as if the overlay didn't exist.
885
886 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
887 Make sure the links use the `custom-link' face.
888
889 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
892 (ld-script-mode): Don't set indent-line-function since we don't
893 have one.
894
895 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
896
897 * textmodes/org.el (org-open-file): Use mailcap for selecting an
898 application.
899 (org-file-apps-defaults-gnu): Use mailcap as the default for
900 selecting an application on a UNIX system.
901 (org-agenda-show-tags): New command.
902 (org-table-insert-hline): Keep cursor in current table line.
903 (org-table-convert): Offset effect of modifying
904 `org-table-insert-hline'.
905 (org-format-agenda-item): New optional argument TAG.
906 (org-compile-prefix-format): Handle %T format for the tag.
907 (org-expand-wide-chars): New function.
908 (org-table-insert-row, org-table-insert-hline):
909 Use `org-expand-wide-chars'.
910 (org-open-file): Fix bug in program launch.
911 (org-get-time-of-day): Fix bug with times before 1am.
912 (org-agenda-menu): Add tags commands.
913
914 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
915
916 * textmodes/ispell.el (ispell-init-process): Include the used
917 dictionary in ispell process start message.
918 (ispell-internal-change-dictionary): When flyspell-mode is active
919 and dictionary is changed, make sure ispell process is restarted
920 and flyspell word cache cleared out for the current buffer.
921 (ispell-change-dictionary): Make sure flyspell word cache is
922 cleared out in all buffers with active flyspell mode when
923 dictionary is globally changed.
924 Call ispell-internal-change-dictionary after dictionary change.
925
926 2006-01-13 Eli Zaretskii <eliz@gnu.org>
927
928 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
929
930 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
931 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
932 years. Fix small differences wrt Makefile.in.
933 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
934 Makefile.in does.
935
936 2006-01-12 Bill Wohler <wohler@newt.com>
937
938 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
939 mh-search.el.
940
941 2006-01-12 Masatake YAMATO <jet@gyve.org>
942
943 * progmodes/ld-script.el: Update copyright year.
944
945 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
946
947 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
948 Don't add widget if setting undefined.
949
950 2006-01-12 John Paul Wallington <jpw@pobox.com>
951
952 * help-fns.el (describe-variable): Remove newlines from void
953 variable output.
954
955 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
956
957 * wdired.el (wdired-mode-map): Add help echo for
958 wdired-abort-changes.
959
960 * man.el (Man-file-name-regexp): Adjust for a list of files.
961
962 2006-01-12 Masatake YAMATO <jet@gyve.org>
963
964 * progmodes/ld-script.el (auto-mode-alist): Support
965 suffix conventions used in netbsd and eCos.
966
967 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
968
969 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
970 (custom-variable-menu, custom-face-menu, custom-group-menu)
971 (Custom-mode-menu): Change names of menu items. (As discussed on
972 emacs-devel.)
973 (custom-face-menu): Add "Undo Edits" item.
974
975 * startup.el (init-file-user): defcustom -> defvar.
976
977 * tooltip.el (tooltip-mode): Doc fix.
978
979 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
980
981 * reveal.el (reveal-post-command): window-buffer signals an error on
982 dead windows rather than returning nil.
983 (reveal-open-new-overlays): An overlay might die while we open others.
984
985 2006-01-11 Bill Wohler <wohler@newt.com>
986
987 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
988 phrasing in docstring.
989
990 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
991 can give some systems gas. Add new file mh-buffers.el.
992
993 2006-01-06 Masatake YAMATO <jet@gyve.org>
994
995 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
996 C preprocessor forward ported from GNU Emacs 21.2.
997
998 * progmodes/asm-mode.el (asm-font-lock-keywords):
999 Use `cpp-font-lock-keywords'.
1000
1001 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
1002
1003 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
1004 of $ for "\\.ld[s]?".
1005
1006 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1007
1008 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
1009 (tcl-indent-line): Return `noindent' if inside a string.
1010
1011 * progmodes/flymake.el (flymake-split-string): Remove more than one
1012 empty string at beg/end of the result.
1013 (flymake-find-buildfile, flymake-find-possible-master-files):
1014 Use expand-file-name.
1015 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
1016 since expand-file-name does it for us. Use directory-file-name.
1017 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
1018 (flymake-ler-get-type, flymake-ler-get-text)
1019 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
1020 (flymake-current-line-no): Remove spurious interactive spec.
1021 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
1022 (flymake-check-include): Remove arg inc-path merged into inc-name.
1023 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
1024 Arg regexp-list replaced by a simple regexp.
1025 (flymake-master-make-header-init, flymake-master-tex-init):
1026 Correspondingly replace regexp-list with a regexp. Fix regexp.
1027
1028 2006-01-10 Simon Josefsson <jas@extundo.com>
1029
1030 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
1031 describing AUTH PLAIN fix.
1032
1033 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
1034
1035 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
1036 (report-emacs-bug): Don't record initial prompt text.
1037 Instead, add text properties to prompting text.
1038 (report-emacs-bug-hook): Delete prompting text.
1039
1040 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1041
1042 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
1043 `dirs'. Adjust callers.
1044
1045 2006-01-09 John Paul Wallington <jpw@gnu.org>
1046
1047 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
1048
1049 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * reveal.el (reveal-open-new-overlays): New extracted fun.
1052 (reveal-close-old-overlays): Idem. Check overlays's liveness before
1053 using them. Simplify the code.
1054 (reveal-post-command): Use them. Fix up obsolete windows in
1055 reveal-open-spots.
1056
1057 * progmodes/flymake.el: Use `require' rather than autoload for
1058 XEmacs's overlays.
1059 (flymake-get-common-file-prefix, flymake-build-relative-filename):
1060 Delete. Use file-relative-name instead.
1061 (flymake-get-syntax-check-program-args, flymake-perl-init):
1062 Simplify the resulting code.
1063
1064 * log-view.el (log-view-file-re, log-view-message-re): Add support
1065 for DaRCS output.
1066
1067 2006-01-09 Alex Schroeder <alex@gnu.org>
1068
1069 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
1070 identifiers sometimes added in square brackets at the beginning of
1071 subject lines.
1072
1073 2006-01-07 Richard M. Stallman <rms@gnu.org>
1074
1075 * cus-edit.el (Custom-set, Custom-save): Doc fix.
1076 (Custom-reset-current, Custom-reset-saved): Change question text.
1077 (Custom-reset-standard): Likewise.
1078 (custom-variable-reset-saved): Doc fix.
1079
1080 2006-01-07 Eli Zaretskii <eliz@gnu.org>
1081
1082 * startup.el (init-file-user): Doc fix.
1083
1084 2006-01-07 Alex Schroeder <alex@gnu.org>
1085
1086 * mail/rmail.el (rmail-current-subject): New function.
1087 (rmail-current-subject-regexp): New function.
1088 (rmail-next-same-subject): Use it.
1089
1090 * mail/rmailsum.el (rmail-summary-by-topic):
1091 Use rmail-current-subject and rmail-current-subject-regexp.
1092 (rmail-summary-next-same-subject): Ditto.
1093
1094 * net/rcirc.el (rcirc-send-input): No longer check whether the
1095 process is open, since not all commands need an open process.
1096 (rcirc-send-string): Check whether the process is open before
1097 sending anything.
1098 (rcirc-ignore-list): New option.
1099 (rcirc-ignore-list-automatic): New variable.
1100 (rcirc-print): Take rcirc-ignore-list into account.
1101 (rcirc-cmd-ignore): New command.
1102 (rcirc-ignore-update-automatic): New function.
1103 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
1104 list if ignored nicks.
1105 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
1106
1107 2006-01-06 David Reitter <david.reitter@gmail.com>
1108
1109 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
1110 reflect the address to which the report will be sent.
1111
1112 2006-01-06 Eli Zaretskii <eliz@gnu.org>
1113
1114 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
1115 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
1116
1117 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
1118
1119 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
1120
1121 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
1122 the doc string: "functoin" => "function".
1123 * ldefs-boot.el: Likewise.
1124
1125 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
1126 message text: "Duplicat" => "Duplicate".
1127
1128 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
1129
1130 * files.el (basic-save-buffer-2): If backing-up failed, reset
1131 buffer-backed-up to nil.
1132
1133 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
1134
1135 * progmodes/gud.el (gdb-script-skip-to-head)
1136 (gdb-script-calculate-indentation): Indent for breakpoint command
1137 lists also.
1138
1139 2006-01-05 Bill Wohler <wohler@newt.com>
1140
1141 * Makefile.in (compile-always): Add mh-autoloads dependency.
1142 (bootstrap): Remove mh-autoloads dependency, as compile dependency
1143 provides it.
1144 (updates): Remove mh-autoloads dependency, since it probably has
1145 already run recently (via recompile).
1146
1147 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
1150 argument `force' to disable the flyspell-last-buffer optimization.
1151 (flyspell-mode-on): Use it.
1152
1153 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
1154 flymake-simple-cleanup.
1155 (flymake-allowed-file-name-masks): Use this new default.
1156 All the functions are now called in the right buffer rather than
1157 passing the buffer as argument.
1158 (flymake-process-sentinel): Switch to buffer before calling cleanup.
1159 (flymake-parse-err-lines): Remove redundant buffer arg.
1160 (flymake-get-program-dir): Comment out unused function.
1161 (flymake-start-syntax-check, flymake-start-syntax-check-process):
1162 Remove redundant buffer argument.
1163 (flymake-get-real-file-name, flymake-simple-java-cleanup)
1164 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
1165
1166 2006-01-05 Richard M. Stallman <rms@gnu.org>
1167
1168 * info.el (Info-find-node): Don't record previous node if have none.
1169 (info): Go to directory only if history is empty.
1170
1171 * simple.el (mark): Doc fix.
1172
1173 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1174
1175 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
1176 already of desired type.
1177 (mac-ae-list): Coerce parameter to "list" type.
1178 (mac-dispatch-apple-event): Replace cadr part of event with a
1179 dummy position so that event-start returns it.
1180
1181 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
1182
1183 * textmodes/org.el (org-end-of-subtree): New function.
1184 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
1185 Use `org-end-of-subtree'.
1186 (org-agenda, org-agenda-convert-date): Protect calls to
1187 `fit-window-to-buffer'.
1188 (org-tags-view): Force matching of sublevels when doing a
1189 todo-only search. Define the correct redo command, including the
1190 arguments.
1191 (org-agenda-redo): Display message.
1192 (org-check-for-org-mode): New function.
1193 (org-agenda-type): New variable.
1194 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1195 Set `org-agenda-type'.
1196 (org-agenda-check-type): New function.
1197 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
1198 (org-agenda-week-view, org-agenda-day-view)
1199 (org-agenda-next-date-line, org-agenda-previous-date-line)
1200 (org-agenda-log-mode, org-agenda-toggle-diary)
1201 (org-agenda-toggle-time-grid, org-agenda-date-later)
1202 (org-agenda-date-prompt, org-agenda-diary-entry)
1203 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
1204 (org-agenda-convert-date, org-agenda-menu):
1205 Use `org-agenda-check-type'.
1206 (org-make-overlay, org-delete-overlay)
1207 (org-detatch-overlay, org-move-overlay, org-overlay-put):
1208 New compatibility functions.
1209 (org-calendar-select-mouse): New command.
1210
1211 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
1212
1213 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
1214 (Custom-reset-standard): Fix y-or-n-p messages.
1215 (custom-link): New face for links.
1216 (custom-buffer-create-internal, custom-manual): Use it.
1217 (custom-face-save): Push to theme-face before setting face spec.
1218
1219 * wid-edit.el (widget-default-mouse-face-get): New function.
1220 (widget-specify-button): Handle mouse-face like button-face.
1221
1222 * custom.el (load-theme): Clear old theme settings if reloading.
1223
1224 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
1225
1226 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
1227 "Erase Customization" button back to same position it occupies in
1228 the individual State menus.
1229
1230 2006-01-04 Kim F. Storm <storm@cua.dk>
1231
1232 * wid-edit.el (key-sequence): Rework widget to read key binding
1233 using `kbd' syntax. Use C-q to insert literal key, event, or code.
1234 (widget-key-sequence-default-value): Default value for empty sequence.
1235 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
1236 (widget-key-sequence-read-event): New command for C-q.
1237 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
1238 (widget-key-sequence-value-to-external): New functions.
1239
1240 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
1243 Use expand-file-name.
1244 (flymake-delete-temp-directory): Use expand-file-name,
1245 file-name-directory, and directory-file-name.
1246 (flymake-strrchr): Delete.
1247 (flymake-start-syntax-check): Don't pass the redundant buffer argument
1248 to the init-f function.
1249 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
1250 (flymake-init-find-buildfile-dir)
1251 (flymake-init-create-temp-source-and-master-buffer-copy)
1252 (flymake-simple-make-init-impl, flymake-simple-make-init)
1253 (flymake-master-make-init, flymake-master-make-header-init)
1254 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
1255 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
1256 (flymake-xml-init): Remove corresponding redundant buffer argument.
1257 (flymake-allowed-file-name-masks): Remove last elems that are equal to
1258 the default anyway. Clean up regexps.
1259
1260 * progmodes/flymake.el (flymake-temp-source-file-name)
1261 (flymake-master-file-name, flymake-temp-master-file-name)
1262 (flymake-base-dir): New buffer-local vars.
1263 (flymake-buffer-data, flymake-get-buffer-value)
1264 (flymake-set-buffer-value): Replace those hash-tables by the new
1265 buffer-local vars. Update callers.
1266
1267 * progmodes/flymake.el (flymake-check-start-time)
1268 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
1269 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
1270 Move definition, so we can remove redundant earlier declaration.
1271 (flymake-replace-regexp-in-string, flymake-split-string)
1272 (flymake-get-temp-dir): Use defalias.
1273 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
1274 (flymake-xemacs-window-edges): Remove unused function.
1275 (flymake-get-point-pixel-pos): Move.
1276 (flymake-pid-to-names, flymake-reg-names)
1277 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
1278 Replace by a simple list flymake-processes and by process-buffer.
1279 Update callers. Other than simplify the code, it uses buffers rather
1280 than buffer-names so it doesn't get confused by uniquify.
1281 (flymake-buffer-data): The global value should just be nil.
1282
1283 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
1284 Optimize the body of a defalias like any other code.
1285
1286 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
1287 Make sure we've setup font-lock's vars. It may influence which
1288 function we then call.
1289 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
1290 here since it's too late anyway.
1291
1292 2006-01-03 Romain Francoise <romain@orebokech.com>
1293
1294 * startup.el (fancy-splash-tail, normal-splash-screen):
1295 Update copyright year.
1296
1297 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
1298
1299 * mouse.el (mouse-drag-track): Rename, from
1300 `mouse-drag-region-1'. Includes optional argument required to
1301 enable post-drag event processing (e.g. delete region keys).
1302 Can be used without this argument to track a mouse region and operate
1303 on it as soon as the drag completes.
1304 (mouse-drag-region): Use `mouse-drag-track'.
1305
1306 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
1307
1308 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
1309 Move to `custom-buffer' group.
1310
1311 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
1312 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
1313 (custom-theme-insert-face-marker, custom-theme-variable-menu)
1314 (custom-theme-face-menu): New variables.
1315 (custom-theme-add-variable, custom-theme-variable-action)
1316 (custom-variable-reset-theme, custom-theme-delete-variable)
1317 (custom-face-reset-theme, custom-theme-face-action)
1318 (custom-theme-delete-face, custom-theme-merge-theme)
1319 (custom-theme-add-face, custom-theme-visit-theme): New functions.
1320
1321 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
1322
1323 * custom.el: Move Custom Themes commentary to start of theme code.
1324 (custom-known-themes): Rename `standard' theme to `changed'.
1325 (custom-push-theme): Caller no longer specifies what theme to use
1326 when doing `reset'---the setting is simply removed from the theme.
1327 Delete MODE from `theme-value' and `theme-settings' properties.
1328 (custom-declare-theme): Ignore &rest args since we don't use them.
1329
1330 (custom-loaded-themes): Delete variable.
1331 (custom-theme-load-themes, custom-theme-loaded-p)
1332 (custom-theme-value): Delete functions.
1333
1334 (custom-declare-theme): Signal error on invalid theme names.
1335 (provide-theme): custom-loaded-themes was deleted.
1336 (load-theme): Load the file unconditionally.
1337 (enable-theme): Call `load-theme' if theme is undefined.
1338 (custom-enabled-themes): Only update value for successful loads.
1339 (disable-theme): Complete from enabled themes when interactive.
1340 (custom-variable-theme-value): Calculate theme value directly.
1341
1342 (custom-theme-reset-variables, custom-reset-variables): Mark as
1343 XEmacs compatibility functions. We don't actually use these.
1344
1345 * cus-edit.el (custom-variable-state-set):
1346 Use custom-variable-theme-value instead of custom-theme-value.
1347 (custom-face-state-set): Rename `standard' theme to `changed'.
1348 (custom-save-variables, custom-save-faces): Delete unneeded
1349 references to custom-reset-variables.
1350 (custom-save-resets): Delete function.
1351 (custom-save-variables, custom-save-faces): MODE argument deleted.
1352 (custom-save-variables, custom-save-faces): Ignore theme values.
1353
1354 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
1355 compatibility function.
1356
1357 2006-01-01 Richard M. Stallman <rms@gnu.org>
1358
1359 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
1360 (Custom-reset-current, Custom-reset-saved): Likewise.
1361 (Custom-reset-standard): Show message if aborted.
1362 (custom-mode): Doc fix, describing those commands.
1363
1364 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
1365 put on event-kind property.
1366
1367 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
1368
1369 * custom.el (provide-theme): Ban `user' theme name.
1370 (custom-enabling-themes): New variable.
1371 (enable-theme): Don't enable user if custom-enabling-themes is t.
1372 (custom-enabled-themes): Make it a defcustom.
1373 (custom-theme-recalc-face): No-op if face is undefined.
1374
1375 * cus-edit.el (custom-button-mouse): New variable.
1376 (custom-button-mouse): New face.
1377 (custom-raised-buttons, custom-mode): Use it.
1378
1379 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
1380
1381 2005-12-31 Eli Zaretskii <eliz@gnu.org>
1382
1383 * progmodes/gud.el (gud-display-line): Support hl-line in the
1384 source buffer.
1385
1386 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
1387
1388 * mouse.el (mouse-drag-window-above): Verify that the found window
1389 overlaps with the given window in the horizontal dimension.
1390
1391 2005-12-31 Eli Zaretskii <eliz@gnu.org>
1392
1393 * Makefile.in (cvs-update): New target.
1394
1395 * makefile.w32-in (cvs-update): Ditto.
1396
1397 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
1398
1399 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
1400 (custom-new-theme-mode-map): New variable.
1401
1402 2005-12-30 Richard M. Stallman <rms@gnu.org>
1403
1404 * custom.el (custom-load-themes): Function deleted.
1405
1406 * cus-edit.el (custom-save-loaded-themes): Function deleted.
1407 (custom-save-variables): Don't delete or add custom-load-themes call.
1408
1409 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * cus-start.el: Add `visible-cursor'.
1412
1413 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
1414 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
1415 (flymake-process-filter): Switch to buffer before calling it instead.
1416 (flymake-post-syntax-check, flymake-highlight-err-lines)
1417 (flymake-delete-own-overlays, flymake-parse-err-lines)
1418 (flymake-start-syntax-check, flymake-start-syntax-check-process)
1419 (flymake-count-lines, flymake-parse-residual):
1420 Remove constant buffer argument.
1421 (flymake-start-syntax-check-for-current-buffer): Remove.
1422 Update callers to use flymake-start-syntax-check instead.
1423 (flymake-display-err-menu-for-current-line):
1424 Remove unused var `mouse-pos'.
1425 (flymake-restore-formatting): Comment out unused function.
1426 (flymake-report-status, flymake-report-fatal-status): Remove buffer
1427 argument, use current-buffer instead. Update callers.
1428
1429 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1430
1431 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
1432 buffer-local because choose-completion-delete-max-match requires
1433 that we set completion-ignore-case (i.e., binding via let is not
1434 sufficient).
1435 (bibtex-complete): Always set completion-ignore-case and
1436 choose-completion-string-functions. The latter is needed because
1437 choose-completion-string-functions keeps its value if we quit the
1438 *Completions* buffer without requesting a completion.
1439
1440 2005-12-30 Andreas Schwab <schwab@suse.de>
1441
1442 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
1443
1444 2005-12-30 Eli Zaretskii <eliz@gnu.org>
1445
1446 * jit-lock.el (jit-lock-chunk-size): Doc fix.
1447
1448 2005-12-30 Juri Linkov <juri@jurta.org>
1449
1450 * locate.el (locate-fcodes-file, locate-header-face)
1451 * progmodes/delphi.el (delphi-other-face)
1452 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
1453
1454 * paren.el (show-paren-match, show-paren-mismatch): Use existing
1455 group `paren-showing-faces'.
1456
1457 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
1458 (goto-address): Fix docstring.
1459
1460 * net/webjump.el (webjump-sample-sites): Update URLs.
1461
1462 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
1463
1464 * subr.el (cancel-change-group): Add listp around pending-undo-list.
1465
1466 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
1467
1468 * font-lock.el (font-lock-compile-keywords): Signal an error when
1469 font-lock-set-defaults hasn't been called.
1470
1471 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1472
1473 * subr.el (noreturn, 1value): Doc fixes.
1474
1475 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1476
1477 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
1478 that assoc-string returns nil.
1479
1480 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1481
1482 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
1483 (bibtex-entry-type-str, bibtex-empty-field-re)
1484 (bibtex-search-backward-string, bibtex-preamble-prefix)
1485 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
1486 (bibtex-any-valid-entry-type): New variable.
1487 (bibtex-parse-field-name): Simplify.
1488 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
1489 (bibtex-preamble-prefix): Include left delimiter.
1490 (bibtex-search-forward-field, bibtex-search-backward-field):
1491 Allow unbounded search past entry boundaries (required by bibtex-pop).
1492 (bibtex-text-in-field-bounds): Use push.
1493 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
1494 (bibtex-parse-preamble, bibtex-valid-entry)
1495 (bibtex-beginning-first-field): New functions.
1496 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
1497 (bibtex-map-entries): Fix docstring.
1498 (bibtex-flash-head): New arg prompt. Simplify.
1499 (bibtex-enclosing-field): Include code of bibtex-inside-field.
1500 (bibtex-insert-kill): Simplify. Always insert text past the
1501 current field or entry.
1502 (bibtex-format-entry): Use bibtex-parse-field.
1503 (bibtex-pop): Use bibtex-beginning-of-entry and
1504 bibtex-end-of-entry to initiate the search. Insert empty field if
1505 we found ourselves.
1506 (bibtex-print-help-message): New args field and comma.
1507 Handle entry keys.
1508 (bibtex-make-field): Use bibtex-beginning-of-entry.
1509 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
1510 invalid entry.
1511 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
1512 Handle preambles. Simplify code for thorough test.
1513 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
1514 New arg comma. Handle entry heads.
1515 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
1516 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
1517 New arg comma.
1518 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
1519 (bibtex-fill-field): Simplify.
1520 (bibtex-fill-entry): Use bibtex-beginning-first-field and
1521 bibtex-parse-field.
1522 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
1523 (bibtex-complete): Use bibtex-parse-preamble.
1524
1525 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
1526
1527 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
1528 Display name of expression instead of convenience variable.
1529 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
1530
1531 * progmodes/gud.el (gud-tooltip-dereference): Rename from
1532 toggle-gud-tooltip-dereference.
1533 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
1534 (gud-tooltip-tips): ...here when dereferencing.
1535
1536 2005-12-28 Bill Wohler <wohler@newt.com>
1537
1538 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
1539
1540 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
1541
1542 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
1543 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
1544 (vc-annotate-display-autoscale): Adjust call.
1545 (vc-annotate-display-default): Adjust call. Make arg compulsory.
1546 Fix interactive spec.
1547 (vc-annotate-time-span): Remove.
1548 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
1549 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
1550 (vc-annotate-display-select): Use new name.
1551
1552 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
1553 (vc-annotate-mode-menu): Remove left-over redundant declaration.
1554 Correct the construction of span entries. Simplify.
1555 (vc-annotate-display-select): Fix the nil case.
1556 (vc-annotate): Remove obsolete (and now broken) code.
1557 (vc-annotate-extract-revision-at-line): Remove obsolete code.
1558 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
1559
1560 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1561
1562 * subr.el (lazy-completion-table): Correct typo in docstring.
1563
1564 * startup.el (command-line): Use `custom-reevaluate-setting' for
1565 `send-mail-function'.
1566
1567 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
1568
1569 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
1570
1571 * mail/smtpmail.el (smtpmail-try-auth-methods):
1572 Send credentials together with "AUTH PLAIN" command.
1573
1574 2005-12-27 Richard M. Stallman <rms@gnu.org>
1575
1576 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
1577 mouse-2, go back to previously selected window, so it's selected
1578 when mouse-2 command runs.
1579
1580 2005-12-27 Juri Linkov <juri@jurta.org>
1581
1582 * descr-text.el (describe-text-sexp): Use square brackets for
1583 button [Show] to distinguish it from the property value `show'.
1584 (describe-property-list): Use `insert-text-button' with
1585 `help-face' type instead of putting face in quotes, because button
1586 is not created automatically for a list of faces.
1587 (describe-text-properties-1): Put button-type value in quotes to
1588 distinguish from plain text "button".
1589 (describe-char): Display code point values in hex. Don't use
1590 `symbol-name' for `current-input-method' because it is a string.
1591 Use `insert-text-button' with `help-face' type instead of putting
1592 hardcoded face in quotes, because button is not created automatically.
1593
1594 2005-12-27 Richard M. Stallman <rms@gnu.org>
1595
1596 * progmodes/glasses.el (glasses-face): More specific custom type.
1597
1598 * files.el (set-visited-file-name): Doc fix.
1599
1600 * textmodes/flyspell.el (flyspell-external-point-words):
1601 Use local var buffer-scan-pos to advance scan for next misspelling.
1602 Advance it only after we find the misspelling.
1603
1604 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
1605
1606 * textmodes/flyspell.el (flyspell-external-point-words):
1607 New criteria for finding the misspelling in the buffer.
1608
1609 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
1610
1611 * help-mode.el (help-insert-string): Set help-xref-stack-item
1612 rather than call help-setup-xref.
1613
1614 * descr-text.el (describe-char): Revert previous changes for
1615 optional buffer argument.
1616
1617 2005-12-27 Juri Linkov <juri@jurta.org>
1618
1619 * help-mode.el (help-insert-string): New function. Save buffer
1620 contents in cases where it is impossible to recompute the old contents.
1621
1622 * descr-text.el (describe-char): Set help-xref-stack-item
1623 explicitly after buffer has been generated.
1624
1625 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1626
1627 * cus-start.el (all): Add x-gtk-show-hidden-files.
1628
1629 2005-12-26 Richard M. Stallman <rms@gnu.org>
1630
1631 * replace.el (perform-replace): Calculate match-again
1632 before skipping read-only matches.
1633
1634 * paren.el (paren-showing-faces): New group.
1635 (show-paren-match, show-paren-mismatch): Move to that group.
1636
1637 * button.el (button): Put into group `basic-faces'.
1638
1639 * progmodes/make-mode.el: Remove faces from group `faces'.
1640
1641 * apropos.el (apropos, apropos-value): Doc fix.
1642 (apropos-documentation): Doc fix.
1643
1644 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
1645
1646 * subr.el (lazy-completion-table): Remove argument `args'.
1647
1648 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1649 Don't use the `args' argument of lazy-completion-table.
1650
1651 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
1652
1653 * descr-text.el (describe-char): Add optional argument for buffer.
1654 Set buffer appropriately. Call help-setup-xref.
1655 Suggested by Stefan Monnier.
1656
1657 2005-12-26 Juri Linkov <juri@jurta.org>
1658
1659 * descr-text.el: Require `help-fns' at runtime. Don't require
1660 `button' for byte compilation.
1661 (describe-text-widget): Add `help-echo' for first button.
1662 Use `help-info' for second.
1663 (describe-property-list): Use `help-argument-name' instead of `italic'.
1664 (describe-text-category): Add prompt to interactive spec.
1665 Call `help-setup-xref'.
1666 (describe-char): Use `help-character-set'. Add `help-echo' for
1667 code point. Use `help-input-method'. Remove superfluous insert.
1668
1669 2005-12-25 Richard M. Stallman <rms@gnu.org>
1670
1671 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
1672 at point, in case of narrowing.
1673
1674 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
1675
1676 * locate.el (locate-header-face): Allow nil in type.
1677
1678 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
1679
1680 2005-12-25 Romain Francoise <romain@orebokech.com>
1681
1682 * battery.el (battery-linux-proc-acpi): Also try
1683 `/proc/acpi/thermal_zone/THM0/temperature'.
1684
1685 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
1686
1687 * custom.el (custom-push-theme): Fix docstring.
1688
1689 * cus-edit.el (custom-variable-set, custom-variable-save)
1690 (custom-variable-save): Custom-quote widget values.
1691 (customize-save-variable): Fix custom-push-theme call.
1692
1693 2005-12-24 Eli Zaretskii <eliz@gnu.org>
1694
1695 * w32-fns.el (w32-batch-update-autoloads): New function.
1696
1697 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
1698 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
1699 from the command line.
1700
1701 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
1702
1703 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
1704 reset means to remove setting from theme entirely. Don't keep
1705 expanding theme-settings list; delete old entries if necessary.
1706
1707 * cus-edit.el (custom-buffer-create-internal): Move "Erase
1708 customization" button one line up.
1709 (custom-themed): New face.
1710 (custom-magic-alist): New value, THEMED, for theme settings.
1711 (custom-variable-state-set, custom-face-state-set):
1712 Check theme-value instead of saved-value.
1713 (custom-variable-reset-standard, custom-face-reset-standard):
1714 Remove theme setting entirely. Recalculate new values.
1715 (custom-variable-set, custom-variable-set)
1716 (custom-variable-reset-saved, custom-variable-reset-backup)
1717 (custom-face-set, custom-face-reset-saved): Update `user' theme.
1718 (custom-variable-save): Fix typos.
1719
1720 2005-12-23 Juri Linkov <juri@jurta.org>
1721
1722 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
1723 Add autoload cookies.
1724 (edebug-outside-d-c-i-n-s-w): New variable.
1725 (edebug-display, edebug-outside-excursion): Use it to save the
1726 original value of default-cursor-in-non-selected-windows.
1727 Set default-cursor-in-non-selected-windows to t while Edebug
1728 is active.
1729 (edebug-mode, edebug-eval-mode): Doc fix.
1730
1731 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
1732 with `buffer-substring-no-properties' to remove common substring
1733 highlighting.
1734
1735 * info.el (info-other-window, info): Rename function argument
1736 `file' to `file-or-node'.
1737 (Info-complete-menu-item): Use local variable `complete-nodes' to
1738 keep the global value of `Info-complete-nodes' unchanged for
1739 subsequent completions.
1740 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
1741
1742 * simple.el (get-next-valid-buffer, last-buffer)
1743 (next-error-buffer-p, next-error-find-buffer)
1744 (minibuffer-history-sexp-flag): Doc fix.
1745
1746 * savehist.el (savehist-mode-hook): Add `:group'.
1747
1748 * log-view.el: Call autoload for vc-find-version.
1749 (log-view-current-file): Adjust subgroup numbers.
1750 (log-view-current-tag): Add `length'.
1751
1752 2005-12-23 Richard M. Stallman <rms@gnu.org>
1753
1754 * vc.el (vc-annotate-car-last-cons): Defn moved up.
1755
1756 2005-12-23 Juri Linkov <juri@jurta.org>
1757
1758 * hi-lock.el (hi-lock-archaic-interface-message-used)
1759 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
1760 (hi-lock-mode): Display "Hi" in the mode line only when
1761 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
1762 (hi-lock-write-interactive-patterns):
1763 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
1764 (hi-lock-set-pattern, hi-lock-set-file-patterns)
1765 (hi-lock-font-lock-hook): Set 3rd arg `how' of
1766 font-lock-add-keywords to t.
1767
1768 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
1769
1770 * hi-lock.el (hi-lock-highlight-range): New variable.
1771 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
1772 only if font-lock-fontified is non-nil. Remove overlays.
1773 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
1774 font-lock-fontified is non-nil, otherwise use overlays (instead of
1775 text properties).
1776 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
1777 New variables.
1778 (hi-lock-string-serialize) New function.
1779
1780 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1781
1782 * menu-bar.el (menu-find-file-existing): New function.
1783 (menu-bar-file-menu): Use menu-find-file-existing for Open.
1784
1785 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
1786
1787 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * vc.el: Remove unnecessary leading * in docstrings.
1790 (vc-annotate-mode-map): Move initialization into declaration.
1791 (vc-static-header-alist): Nitpick on the regexp.
1792 (vc-default-init-version): New fun.
1793 (vc-register): Use it.
1794 (vc-insert-headers): Use dolist.
1795 (vc-annotate-get-backend): Remove unused function.
1796 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
1797 (vc-annotate-mode): Remove corresponding call.
1798 (vc-annotate-car-last-cons): Simplify.
1799 (vc-annotate-buffers): Remove var.
1800 (vc-annotate-backend): Make it buffer-local.
1801 (vc-annotate): Move the interaction to the interactive spec.
1802 Add a `buf' argument.
1803 (vc-annotate-warp-version): Use this new `buf' argument to avoid
1804 killing&creating a vc-annotate buffer, which is very disruptive when
1805 the buffers are shown in dedicated frames.
1806
1807 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
1808
1809 * descr-text.el: Add FSF as maintainer.
1810 (describe-text-mode, describe-text-mode-map)
1811 (describe-text-mode-hook, describe-text-done): Delete. Use normal
1812 help-mode.
1813 (describe-text-widget, describe-text-sexp)
1814 (describe-property-list, describe-text-category)
1815 (describe-text-properties, describe-text-properties-1)
1816 (describe-char): Use help buttons instead of widgets.
1817 (describe-char-unicodedata-file): Make URL link in doc string.
1818
1819 2005-12-22 Richard M. Stallman <rms@gnu.org>
1820
1821 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
1822 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
1823 Don't include buttons that write a file when there's no file.
1824 (custom-variable-menu, custom-face-menu, custom-group-menu):
1825 Don't include commands that write a file when there's no file.
1826 (customize-browse): Reword the top-of-buffer help intro.
1827 (custom-buffer-create-internal): Fix previous change.
1828 (customize-changed-options-previous-release): Prev release is 21.1.
1829 (customize-changed-options): Doc fix.
1830 (customize-changed): New alias.
1831 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
1832 Say "standard values".
1833 (Custom-reset-standard): Doc fix.
1834 (custom-face-reset-standard): Doc fix.
1835
1836 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
1837
1838 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
1839 even if font-lock-mode is non-nil since it may be t without having
1840 turned on font-lock-mode-internal.
1841 (font-lock-choose-keywords): Minor optimization.
1842 (font-lock-add-keywords, font-lock-remove-keywords)
1843 (font-lock-set-defaults): Don't call make-local-variable on a variable
1844 that we know to already be local.
1845
1846 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
1847
1848 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
1849 messages if in the minibuffer.
1850
1851 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
1852
1853 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
1854 (tex-mode-flyspell-verify, flyspell-get-word)
1855 (flyspell-external-point-words): Don't use point-min/max uselessly.
1856
1857 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
1858 by Kevin Rodgers. Instead, just hide the completions buffer if we
1859 don't need to show it.
1860
1861 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
1862
1863 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
1864
1865 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
1866
1867 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
1868 delete-windows-on with an inexistent buffer.
1869
1870 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
1871
1872 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1873 Delete defcustom variable :tag names.
1874
1875 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
1878 (log-view-font-lock-keywords): Ajust subgroup numbers.
1879 (log-view-current-tag): Don't hard code the number of subgroups.
1880
1881 2005-12-20 Juri Linkov <juri@jurta.org>
1882
1883 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
1884 (tooltip-x-offset, tooltip-y-offset): Doc fix.
1885
1886 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1887 (menu-bar-non-minibuffer-window-p): Instead of checking
1888 display-multi-frame-p, use selected-frame when menu-updating-frame
1889 is nil.
1890
1891 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
1892
1893 * align.el (align-rules-list): Use [ \t] instead of \s-
1894 for column separators in text mode.
1895
1896 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
1897
1898 * help-mode.el (help-customize-variable, help-customize-face):
1899 Don't pop help-xref-stack as help-follow no longer pushes
1900 anything on to it.
1901
1902 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
1903
1904 * textmodes/org.el (org-agenda-custom-commands): New option.
1905 (org-agenda): Offer custom commands on splash screen.
1906 (org-make-tags-matcher): Parser for Boolean logic added.
1907 (org-agenda-set-tags): New command.
1908 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
1909 (org-set-tags): Efficiency improvements.
1910 (org-auto-align-tags): New option.
1911 (org-todo, org-demote, org-promote): Realign tags.
1912 (org-tags-completion-function): Use also "&" and "|" as separators.
1913 (org-org-menu): Agenda commands simplified.
1914
1915 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1916
1917 * cus-edit.el (customize-apropos, customize-apropos-options):
1918 Docstring changes.
1919
1920 * font-lock.el (font-lock): Add tags to the links in the defgroup.
1921
1922 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
1923
1924 * longlines.el (longlines-mode): Wrap while widened.
1925 (longlines-decode-region, longlines-encode-region): Compute max
1926 just once.
1927
1928 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1929
1930 * cus-edit.el (mac): New group.
1931
1932 * cus-start.el (all): Add user options in macterm.c. Add test for
1933 Mac-related built-ins. Fix test for GTK-related built-ins.
1934
1935 * term/mac-win.el (mac-handle-language-change)
1936 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
1937 (mac-services-open-selection, mac-services-mail-selection)
1938 (mac-services-mail-to, mac-services-insert-text)
1939 (mac-dispatch-apple-event): Add docstrings.
1940 (x-get-selection, mac-select-convert-to-string): Select coding
1941 system from `utf-16be' and `utf-16le' using `byteorder'.
1942
1943 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * subr.el (lazy-completion-table): Don't be fooled if the var holds
1946 a "list" (lambda ...) rather than a real completion list.
1947
1948 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
1949 lexical-let when encountering ((lambda (...) ...) ...).
1950
1951 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
1952
1953 * progmodes/sh-script.el (sh-mode):
1954 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
1955 * textmodes/picture.el (picture-mode): Update docstrings.
1956
1957 2005-12-17 Eli Zaretskii <eliz@gnu.org>
1958
1959 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
1960 commands enclosed in $(ARGQUOTE)s should not be split between two
1961 lines, as that will break with GNU Make >3.80, when sh.exe is used
1962 and arg quoting is with '..'.
1963 (autoloads): Don't break the quoted --eval expression between
1964 several lines.
1965
1966 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
1967
1968 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
1969 Capture error from printing circular structures.
1970
1971 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
1972
1973 * wid-edit.el (widget-checkbox-action): Clear undo info.
1974
1975 2005-12-16 Bill Wohler <wohler@newt.com>
1976
1977 * menu-bar.el (kill-this-buffer): Set a good example by using menu
1978 bar, not menubar in comment.
1979
1980 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
1983 After-change-functions should not clobber the match data.
1984
1985 2005-12-16 Juri Linkov <juri@jurta.org>
1986
1987 * simple.el (choose-completion): Use `buffer-substring-no-properties'
1988 instead of `buffer-substring'.
1989 (completion-common-substring): Doc fix.
1990 (completion-setup-function): Use minibuffer-completion-contents
1991 instead of minibuffer-contents. Don't set common-string-length
1992 initially. Remove special handling of partial-completion-mode.
1993 Move computation of completion-base-size into one cond.
1994 Call completion-base-size-function in mainbuf. In computation of
1995 completion-base-size for file name completion don't move point to
1996 the end of the minibuffer. Move computation of common-string-length
1997 into one cond. Start putting faces only when common-string-length>=0.
1998 Add condition to put completions-common-part when
1999 common-string-length>0.
2000
2001 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
2002 place point at the first different character in the minibuffer
2003 even if this position is at the beginning of the minibuffer.
2004
2005 * info.el (Info-read-node-name-1): In completion-base-size-function's
2006 lambda return 1 if common-substring or minibuffer-completion-contents
2007 starts with (, and 0 otherwise.
2008
2009 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
2010 Use `crm-current-element' for second arg of `display-completion-list'.
2011
2012 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
2013
2014 * files.el (set-auto-mode): Look for an interpreter specified on
2015 the first line also if search for mode specification succeeded,
2016 but the mode is not known.
2017
2018 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
2019
2020 * textmodes/org.el (org-tags-match-list-sublevels): New option.
2021 (org-open-at-point): Implement tag searches as links.
2022 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
2023 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
2024 (org-tags-sparse-tree, org-tags-view, org-set-tags)
2025 (org-agenda-dispatch): New commands.
2026 (org-use-tag-inheritance, org-tags-column): New options.
2027 (org-tab-follows-link, org-return-follows-link): New options.
2028 (org-tags): New customize group.
2029 (org-start-icalendar-file): Get local time zone.
2030 (org-tags-completion-function): New function.
2031 (org-set-font-lock-defaults): Make sure links will also be
2032 highlighted inside headlines.
2033
2034 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
2035
2036 * term.el (term-emulate-terminal):
2037 Let term-handle-ansi-terminal-messages override what Bash says about
2038 its current directory.
2039
2040 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
2041
2042 * bindings.el (last-buffer): Move to simple.el.
2043 * simple.el (last-buffer): Move here.
2044 (get-next-valid-buffer): New function.
2045 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
2046 (prev-buffer): Ditto. Rename to `previous-buffer'.
2047
2048 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
2049 * bindings.el (global-map): Ditto.
2050
2051 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
2052
2053 * cus-edit.el: Introductory comment change.
2054 (custom-magic-alist): Change message string for the `rogue' state.
2055
2056 2005-12-15 Richard M. Stallman <rms@gnu.org>
2057
2058 * tooltip.el: Delete defcustom variable :tag names.
2059
2060 * complete.el (partial-completion-mode): Doc fix.
2061
2062 * textmodes/flyspell.el (flyspell-external-point-words):
2063 Use save-excursion to ensure we don't move backward in the
2064 search loop, not even one character.
2065 (flyspell-delete-all-overlays): Use remove-overlays directly.
2066
2067 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
2068 (ispell-start-process): Set that variable.
2069 Clear ispell-buffer-local-name.
2070 (ispell-internal-change-dictionary):
2071 Set ispell-current-dictionary after killing process.
2072 (ispell-buffer-local-dict):
2073 Don't set spell-personal-dictionary after killing process.
2074 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
2075 (ispell-tex-skip-alists, ispell-html-skip-alists)
2076 (ispell-skip-region-alist): Mark as risky.
2077
2078 * net/newsticker.el (newsticker--retrieval-timer-list)
2079 (newsticker--display-timer, newsticker-running-p)
2080 (newsticker-ticker-running-p): Definitions moved up.
2081
2082 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
2083
2084 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
2085
2086 2005-12-15 David Ponce <david@dponce.com>
2087
2088 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
2089 (recentf-edit-list, recentf-open-files): Signal an error when
2090 there is no recent file.
2091
2092 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
2093
2094 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
2095 read-only except for texinfo-format-region evaluation.
2096
2097 2005-12-14 Richard M. Stallman <rms@gnu.org>
2098
2099 * vc.el (vc-default-previous-version, vc-default-next-version)
2100 (vc-do-command): Doc fixes.
2101
2102 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2103
2104 * textmodes/bibtex.el (bibtex-expand-strings)
2105 (bibtex-autokey-expand-string, bibtex-name-part)
2106 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
2107 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
2108 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
2109 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
2110 (bibtex-entry-postfix, bibtex-known-entry-type-re)
2111 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
2112 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
2113 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
2114 (bibtex-beginning-of-last-entry): Remove.
2115 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
2116 message if comma is missing but buffer is read-only.
2117 (bibtex-parse-field-text): Handle whitespaces at the end of field
2118 text. Return 3-element list with beginning and end of field text
2119 and end of field.
2120 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
2121 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
2122 (bibtex-search-forward-field, bibtex-search-backward-field):
2123 Search always delimited by limits of entry. Use more efficient
2124 search algorithms.
2125 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
2126 bibtex-end-of-name-in-field.
2127 (bibtex-text-in-field-bounds): Handle BibTeX strings when
2128 extracting the content of a field.
2129 (bibtex-text-in-field): Use search limits.
2130 (bibtex-parse-string-prefix): Handle empty string keys based on
2131 bibtex-string-empty-key.
2132 (bibtex-parse-string): Fix docstring.
2133 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
2134 (bibtex-preamble-prefix, bibtex-strings): New functions.
2135 (bibtex-skip-to-valid-entry): Include preceding whitespace in
2136 BibTeX entries (consistent with other BibTeX functions).
2137 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
2138 (bibtex-search-entry): Fix docstring. Simplify.
2139 (bibtex-flash-head, bibtex-complete-string-cleanup)
2140 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
2141 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
2142 (bibtex-parse-entry): New optional arg content.
2143 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
2144 Use bibtex-text-in-field-bounds.
2145 (bibtex-print-help-message): Handle BibTeX strings and preambles.
2146 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
2147 bibtex-parse-string-postfix.
2148 (bibtex-find-text-internal): New function.
2149 (bibtex-remove-delimiters): Use it.
2150 (bibtex-find-text): Use it. New optional arg help.
2151 (bibtex-complete): Handle BibTeX string and preamble entries.
2152 (bibtex-Preamble): Fix order of closing delimiters.
2153
2154 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
2155
2156 * vc.el (vc-default-revert): New fun.
2157
2158 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
2159
2160 2005-12-14 Romain Francoise <romain@orebokech.com>
2161
2162 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
2163 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
2164 (font-lock-remove-keywords): Likewise.
2165
2166 2005-12-14 Juri Linkov <juri@jurta.org>
2167
2168 * log-view.el (log-view-diff): Doc fix.
2169
2170 * isearch.el (isearch-query-replace): Use (mark) instead of
2171 isearch-opoint if mark is active in transient-mark-mode.
2172
2173 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
2174
2175 * isearch.el (isearch-query-replace): Check for isearch-other-end.
2176
2177 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
2178
2179 * progmodes/cpp.el (cpp-face): New widget.
2180 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
2181
2182 2005-12-14 Juri Linkov <juri@jurta.org>
2183
2184 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
2185 around `erase-buffer' and `insert'.
2186
2187 * descr-text.el (describe-text-properties): Replace buffer name
2188 "*Help-2*" with "*Help*<2>".
2189 (describe-char): Add functions print-help-return-message,
2190 toggle-read-only. Use help-setup-xref with nil to not store
2191 describe-char in help-xref-stack. Use help-make-xrefs to
2192 make [back] button.
2193
2194 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
2195
2196 * wdired.el (wdired-old-point): New internal variable.
2197 (wdired-change-to-wdired-mode): Set it buffer-locally.
2198 (wdired-abort-changes): Restore point after aborting changes.
2199
2200 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2201
2202 * vc.el (vc-do-command): Add a new value t for okstatus.
2203
2204 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
2205 frame in case of errors.
2206
2207 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2208
2209 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
2210 so it comes after "On the Left" in the menu.
2211
2212 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
2213
2214 * cus-edit.el (customize-apropos, customize-apropos-options)
2215 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
2216
2217 2005-12-12 Bill Wohler <wohler@newt.com>
2218
2219 * vc-svn.el (vc-svn-registered): Fix problem of visiting
2220 non-writable Subversion-controlled files by saving window
2221 configuration before calling vc-do-command. vc-do-command calls
2222 pop-to-buffer on error which is unexpected during registration.
2223
2224 2005-12-12 Jay Belanger <belanger@truman.edu>
2225
2226 * calc/README: Update the summary of changes.
2227
2228 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2229
2230 * descr-text.el (describe-char): Rework last fix to solve the problem
2231 is the same way it's solved for everything else in that function
2232 (i.e. by extracting the info before setting up the *Help* buffer).
2233
2234 2005-12-12 Kim F. Storm <storm@cua.dk>
2235
2236 * subr.el (version-regexp-alist): Allow space as separator before
2237 non-numeric part, e.g. "1.0 alpha".
2238 (version-to-list): Interpret .X.Y version as 0.X.Y version.
2239
2240 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
2241
2242 * textmodes/org.el (org-agenda, org-timeline, org-todo):
2243 Implement Logging and the keep-modes setting.
2244 (org-get-category): Make sure a string is returned.
2245 (org-log-done): New function.
2246 (org-log-done, org-closed-string): New options.
2247
2248 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2249
2250 * tooltip.el (tooltip-y-offset): Change default to 20.
2251
2252 2005-12-12 Richard M. Stallman <rms@gnu.org>
2253
2254 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
2255
2256 * frame.el (display-hourglass): Doc fix.
2257
2258 * help.el (help-for-help-internal): Simplify entry for `a'.
2259
2260 * info.el (Info-on-current-buffer): Doc fix.
2261 (info-insert-file-contents): Don't test (featurep 'jka-compr).
2262
2263 * startup.el (inhibit-splash-screen): Make this the real name.
2264 (inhibit-startup-message): Make this the alias.
2265 (command-line): Find only simple.el, and use its directory
2266 to fill in other preloaded files' names.
2267 (command-line): Deactivate the mark if deactivate-mark is set.
2268
2269 * international/mule.el (load-with-code-conversion):
2270 Bind deactivate-mark.
2271
2272 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
2273
2274 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
2275
2276 * cus-edit.el (customize-apropos): Avoid listing an option more
2277 than once under different aliases. No longer list user options
2278 that are not defined with defcustom (unless a prefix arg is given).
2279 Doc fix.
2280 (customize-apropos-options): Doc fix.
2281
2282 2005-12-11 Juri Linkov <juri@jurta.org>
2283
2284 * frame.el (set-background-color, set-foreground-color)
2285 (set-cursor-color, set-mouse-color, set-border-color):
2286 Add explicit prompts to read colors by `facemenu-read-color'.
2287 (show-trailing-whitespace, blink-cursor-delay)
2288 (blink-cursor-interval, display-hourglass, hourglass-delay):
2289 Remove tags.
2290 (display-hourglass, hourglass-delay): Doc fix.
2291 (cursor-in-non-selected-windows): Capitalize words in tag.
2292
2293 * faces.el (frame-background-mode): Replace `choice-item' keywords
2294 with `const' to not make [default] button. Change default value tag
2295 from `default' to `automatic'. Doc fix.
2296 (trailing-whitespace) <defface>: Change group `whitespace' to
2297 `whitespace-faces'.
2298
2299 2005-12-11 Richard M. Stallman <rms@gnu.org>
2300
2301 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
2302
2303 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2304
2305 * term/mac-win.el: Create keymap for mac-apple-event-map.
2306
2307 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
2308
2309 * tooltip.el (tooltip-mode): Move to start of file so that it
2310 appears at top of customize buffer.
2311
2312 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
2313 Add the gud groupname.
2314 (gud-tooltip-mode): Add the tooltip groupname.
2315 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
2316 avoid conflict with tooltip-use-echo-area.
2317
2318 2005-12-10 Romain Francoise <romain@orebokech.com>
2319
2320 * help.el (help-for-help-internal): Add `r' in doc string.
2321
2322 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2323
2324 * align.el (align-regexp, align-highlight-rule):
2325 Use region-beginning and region-end instead of point and mark, so that
2326 repetition (with `repeat-complex-command') recomputes the region
2327 bounds.
2328
2329 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
2330
2331 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
2332 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
2333 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
2334 (balance-windows): Rewrite using the above new functions.
2335
2336 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
2337
2338 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
2339 react if global-hi-lock-mode seems intended.
2340 (global-hi-lock-mode) Renamed from hi-lock-mode.
2341 (hi-lock-archaic-interface-message-used)
2342 (hi-lock-archaic-interface-deduce): New variables.
2343 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
2344 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2345 (hi-lock-find-patterns, hi-lock-font-lock-hook):
2346 Replace hi-lock-buffer-mode with hi-lock-mode.
2347
2348 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
2349
2350 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
2351 completion list, even after a partial completion has been
2352 inserted in the current buffer. If there are more than 1
2353 completion, redisplay the *Completions* buffer; if the
2354 completion is unique, delete the *Completions* window.
2355
2356 2005-12-10 Eli Zaretskii <eliz@gnu.org>
2357
2358 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
2359 strings and long subject lines that were broken into multiple
2360 lines at arbitrary places. Handle subjects that have "Re: " in
2361 the middle.
2362
2363 2005-12-10 John W. Eaton <jwe@octave.org>
2364
2365 * emacs/octave-mod.el (octave-electric-space): Don't indent
2366 comments or strings if octave-auto-indent is nil.
2367
2368 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2369
2370 * term/mac-win.el: Require url when compiling.
2371 Call mac-process-deferred-apple-events after loading init files.
2372 (mac-apple-event-map): New defvar. Define event handlers in it.
2373 (core-event, internet-event): New Apple event class symbols.
2374 (open-application, reopen-application, open-documents)
2375 (print-documents, open-contents, quit-application)
2376 (application-died, show-preferences, autosave-now, get-url):
2377 New Apple event ID symbols.
2378 (about): New HICommand ID symbol.
2379 (mac-event-spec, mac-event-ae): New macros.
2380 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
2381 (mac-ae-selection-range, mac-ae-text-for-search)
2382 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
2383 (mac-application-menu-map): Remove keymap. Handlers for HICommand
2384 and Services menu events are now defined in mac-apple-event-map.
2385 (mac-drag-n-drop): Remove selection range handling.
2386
2387 2005-12-10 Kenichi Handa <handa@m17n.org>
2388
2389 * simple.el (zap-to-char):
2390 * isearch.el (isearch-process-search-char): Translate CHAR by
2391 translation-table-for-input.
2392
2393 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * foldout.el (foldout-exit-fold): Properly hide subtree.
2396
2397 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
2398
2399 * files.el (save-buffer):
2400 * international/ucs-tables.el (ucs-set-table-for-input):
2401 * mail/mail-extr.el (mail-extract-address-components):
2402 * mail/sendmail.el (mail-mode): Reformat doc string.
2403
2404 2005-12-09 Juri Linkov <juri@jurta.org>
2405
2406 * isearch.el (isearch-highlight): Change main overlay priority
2407 from 1 to 1001. Simplify.
2408 (isearch-lazy-highlight-update): Change lazy overlay priority
2409 from 0 to 1000.
2410
2411 * replace.el (replace-highlight): Change overlay priority from
2412 1 to 1001.
2413
2414 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
2415 Change overlay priority from 1 to 1001. Reuse existing overlay.
2416
2417 * compare-w.el (compare-windows-highlight): Change overlay
2418 priority from 1 to 1000.
2419
2420 * menu-bar.el (menu-bar-edit-menu): Add listp around
2421 pending-undo-list to disable menu item "undo" when pending
2422 undo list is empty.
2423
2424 * locate.el (locate): Disable undo in *Locate* buffer.
2425
2426 2005-12-09 Kim F. Storm <storm@cua.dk>
2427
2428 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
2429
2430 2005-12-09 David Ponce <david@dponce.com>
2431
2432 * recentf.el: Improvement of the menu code.
2433 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
2434 instead of menu hook.
2435 (recentf-show-menu, recentf-hide-menu): New functions.
2436 (recentf-menu-customization-changed, recentf-mode): Use them.
2437 (recentf-menu-action, recentf-max-menu-items)
2438 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
2439 (recentf-arrange-by-rule-others)
2440 (recentf-arrange-by-rules-min-items)
2441 (recentf-arrange-by-rule-subfilter) : Don't use
2442 `recentf-menu-customization-changed'.
2443 (recentf-arrange-rules): Likewise. Accept functions to compute
2444 sub-menu titles.
2445 (recentf-menu-filter): Likewise. Doc fix.
2446 (recentf-menu-value-shortcut): Doc fix.
2447 (recentf-dump-variable): Quote atom value.
2448 (recentf-make-menu-items): Update to use it as a menu filter.
2449 (recentf-match-rule): New function.
2450 (recentf-arrange-by-rule): Use it.
2451 (recentf-indirect-mode-rule): New function.
2452 (recentf-build-mode-rules): Use it.
2453 (recentf-dir-rule): New function.
2454 (recentf-arrange-by-dir): Use it.
2455 (recentf-filter-changer-current): Rename from
2456 `recentf-filter-changer-state'. All references updated.
2457 (recentf-filter-changer-alist): Update filter names.
2458 (recentf-filter-changer-select): New function.
2459 (recentf-filter-changer): Use it. Make a sub-menu from filters
2460 available in `recentf-filter-changer-alist'.
2461 (recentf-data-cache, recentf-clear-data)
2462 (recentf-update-menu): Remove. All references updated.
2463 (recentf-match-rule-p, recentf-build-dir-rules)
2464 (recentf-filter-changer-goto-next)
2465 (recentf-filter-changer-get-current)
2466 (recentf-filter-changer-get-next): Remove.
2467
2468 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
2469
2470 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
2471 buffer "Reset" button to "Reset to Current" for consistency with
2472 the State buttons.
2473
2474 2005-12-08 John Paul Wallington <jpw@pobox.com>
2475
2476 * ibuf-ext.el (define-ibuffer-filter filename):
2477 If `dired-directory' is a list then really use its car.
2478
2479 2005-12-08 Kim F. Storm <storm@cua.dk>
2480
2481 * emulation/cua-rect.el (cua--rectangle-aux-replace):
2482 Fix indention of text on right side of replaced rectangle.
2483
2484 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
2485
2486 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
2487 No need to check gud-comint-buffer is bound.
2488 (gdb): Prevent multiple debugging when first session uses gdba.
2489
2490 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2491
2492 CC Mode update to 5.31.
2493
2494 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
2495 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
2496 might do this function properly in the future).
2497
2498 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
2499 macros c-sentence-end and c-default-value-sentence end, to cope
2500 with Emacs 22's new function `sentence-end'.
2501
2502 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2503
2504 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
2505 compat issue using `c-put-overlay' and `c-delete-overlay'.
2506
2507 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
2508 compat macros to handle overlays/extents.
2509
2510 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2511
2512 * progmodes/cc-fix.el: Add definitions of the macros push and pop
2513 (for GNU Emacs 20.4)
2514
2515 * progmodes/cc-defs.el:
2516 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
2517
2518 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
2519 highlighting mechanism so it will work in XEmacs too.
2520
2521 * progmodes/cc-defs.el: Insert c-int-to-char.
2522
2523 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
2524 call to the new macro c-int-to-char. This solves XEmacs's
2525 regarding characters as different from integers.
2526
2527 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2528
2529 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
2530 helper.
2531
2532 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
2533 construct to make the indirect face lookup work in XEmacs.
2534
2535 (c-cpp-matchers): Append the negation char face to the existing
2536 fontification, so that the cpp face doesn't disappear. Use
2537 `c-make-syntactic-matcher' to avoid negation chars in comments and
2538 strings.
2539
2540 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
2541 to map to `font-lock-negation-char-face' in emacsen where it
2542 exists.
2543
2544 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2545
2546 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
2547
2548 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
2549 Rename "c-subword-move-mode" as "c-subword-mode".
2550
2551 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
2552 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
2553
2554 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2555
2556 * progmodes/cc-mode.el: Added autoload directive for
2557 `c-subword-move-mode' for use in older emacsen.
2558
2559 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2560
2561 * progmodes/cc-mode.el:
2562 (i) Insert a binding for C-c C-backspace into
2563 c-bind-special-erase-keys which works in TTYs.
2564 (ii) Make sure that when file styles are used, any explicitly
2565 given style variables take priority over those in the style. Do
2566 this by calling `hack-local-variables' a second time.
2567
2568 * progmodes/cc-vars.el: Add language specific customization
2569 widgets for AWK to c-doc-comment-style, c-require-final-newline
2570 and c-default-style. Add a defcustom for awk-mode-hook. Give
2571 c-syntactic-element and c-syntactic-context doc-strings by
2572 directly setting their `variable-documentation' propery. This
2573 allows Emacs 22.1 to read these with C-h v.
2574
2575 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
2576 Monnier).
2577
2578 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2579
2580 * progmodes/cc-fonts.el, cc-vars.el
2581 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
2582 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
2583 Masatake YAMATO.
2584
2585 (c-doc-comment-style): Made GtkDoc default in C mode.
2586
2587 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
2588 and C-c C-<delete>.
2589
2590 (c-bind-special-erase-keys): New function for use on
2591 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
2592
2593 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
2594 <delete> key behavior in XEmacs according to `delete-forward-p'.
2595 C.f. `c-electric-delete'.
2596
2597 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2598
2599 * progmodes/cc-mode.el: Give c-hungry-backspace and
2600 c-hungry-delete-forward permanent key bindings.
2601
2602 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
2603 c-syntactic-context for calls to "criteria functions", for
2604 consistency with other calls to user functions.
2605
2606 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
2607 `current-prefix-arg', since this might be the prefix arg to a
2608 command which calls c-indent-command as a function. Change the
2609 interactive spec from "p" to "P".
2610
2611 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
2612 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
2613 was difficult to understand.
2614
2615 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2616
2617 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
2618 first char of an identifier.
2619
2620 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
2621 +" syntax in C++.
2622
2623 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2624
2625 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
2626 auto-fill doesn't split a c-comment's last word from a hanging
2627 "*/" when a space is typed between them after fill-column.
2628
2629 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
2630
2631 * progmodes/cc-styles.el (c-set-style)
2632 (c-setup-paragraph-variables): Abort the command if we're not in a
2633 CC Mode buffer.
2634
2635 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
2636 with blank comment-prefix, and a blank line as the comment's
2637 second line.
2638
2639 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2640
2641 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
2642 Incorporated the patterns added in the Emacs development branch
2643 for the new Emacs 22 face `font-lock-negation-char-face'.
2644
2645 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
2646 of "red" since it stands out better in xterms and DOS terminals.
2647
2648 * progmodes/cc-engine.el (c-literal-faces): Added
2649 `font-lock-comment-delimiter-face' which is new in Emacs 22.
2650
2651 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2652
2653 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
2654 forcibly enable c-electric-flag.
2655
2656 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
2657 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
2658 just after the comment-prefix of a C-style comment will close that
2659 comment.
2660
2661 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2662
2663 * progmodes/cc-fonts.el (c-basic-matchers-before)
2664 (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
2665 in Pike.
2666
2667 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
2668 digraphs.
2669
2670 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
2671 (c-cpp-message-directives, c-cpp-include-directives)
2672 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
2673 (c-cpp-expr-directives): Introduced new language constants to
2674 control cpp syntax in a cleaner way.
2675
2676 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
2677
2678 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
2679
2680 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
2681 (c-multiline-string-start-char): New language constants and
2682 variables to specify how newlines in string literals work.
2683
2684 (c-font-lock-invalid-string): Use them.
2685
2686 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
2687 unbalanced close brace is entered. Optimization by avoiding going
2688 back over arbitrarily large blocks. Removed hints that this
2689 function only would be relevant/useful in AWK.
2690
2691 (c-electric-brace): Indent syntactically after the cleanups since
2692 lineup functions might do it differently then.
2693
2694 * progmodes/cc-engine.el, cc-langs.el
2695 (c-opt-op-identifier-prefix): New language constant and variable.
2696
2697 (c-just-after-func-arglist-p, c-after-special-operator-id)
2698 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
2699
2700 * progmodes/cc-align.el, cc-engine.el
2701 (c-after-special-operator-id): New helper to handle C++ operator
2702 identifiers.
2703
2704 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
2705 (c-guess-basic-syntax): Handle C++ operator identifiers in
2706 declarations.
2707
2708 * progmodes/cc-langs.el (c-assignment-operators): Added the
2709 trigraph version of ^= too.
2710
2711 * progmodes/cc-langs.el (c-assignment-operators): Added the
2712 trigraph version of |= in C++.
2713
2714 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
2715 `c-decl-hangon-kwds' after the identifier name.
2716
2717 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
2718 whether an arglist is "nonempty", ignore a comment after the open
2719 paren if it isn't followed by a non-comment token on the same
2720 line.
2721
2722 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
2723 heuristics below the point to cope with classes inside special
2724 brace lists in Pike.
2725
2726 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2727
2728 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
2729
2730 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2731
2732 * progmodes/cc-guess.el (cc-guess-install): New function to
2733 install an already guessed style in another buffer.
2734
2735 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
2736 sets `inhibit-read-only' - `c-save-buffer-state' should be used
2737 anyway if the change always is undone.
2738
2739 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2740
2741 Implement togglable electricity:
2742
2743 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
2744 saying when it should be used.
2745
2746 * progmodes/cc-engine.el: Add the new buffer-local variable,
2747 c-electric-flag.
2748
2749 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
2750 c-toggle-auto-newline.
2751
2752 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
2753 c-toggle-auto-newline. Remove the binding for
2754 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
2755 c-toggle-electric-state.
2756
2757 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
2758
2759 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
2760 c-\(forward\|backward\)-subword.
2761 (c-update-modeline): Add the new modeline flag `l' for
2762 `c-electric-flag'. Make the auto-newline flag `a' dependent on
2763 `l'.
2764 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
2765 the old name an alias of the new name.
2766 (c-toggle-electric-state): New function.
2767 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
2768 Adapt these functions to do electric things only when
2769 c-electric-flag is non-nil.
2770 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
2771 new functions from c-electric-brace.
2772 (c-point-syntax): Add a check for "virtual semicolons" in AWK
2773 mode, so that the tentative extra newline doesn't change the
2774 syntax of the following brace.
2775 (c-electric-brace): Restructure by extracting the above functions.
2776 Tidy up the coding somewhat.
2777 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
2778 restructure a bit.
2779
2780 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2781
2782 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
2783 anchor position(s) using faces. Thanks to Masatake YAMATO for the
2784 idea.
2785
2786 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
2787 (c-submode-indicators): Changed name from `c-auto-hungry-string'
2788 since it's now used to track another submode.
2789
2790 (c-update-modeline): Converted to function and extended to check
2791 `c-subword-move-mode'.
2792
2793 (c-forward-into-nomenclature, c-backward-into-nomenclature):
2794 Converted to compat aliases for `c-forward-subword' and
2795 `c-backward-subword'.
2796
2797 * progmodes/cc-subword.el: New functions and minor mode to handle
2798 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
2799
2800 (c-forward-subword, c-backward-subword, c-mark-subword)
2801 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
2802 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
2803 Functions corresponding to the standard word handling functions.
2804
2805 (c-subword-move-mode): Minor mode that replaces all the standard
2806 word handling functions with their subword equivalences.
2807
2808 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2809
2810 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
2811 entry for one-liner-defun.
2812
2813 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
2814 name in its def-edebug-spec.
2815
2816 * progmodes/cc-cmds.el (c-electric-brace): Make the
2817 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
2818 compacts space before a comment, if this will make things fit on
2819 one line.
2820
2821 Introduce an "awk" style, mainly for auto-newline and clean-ups.
2822
2823 * progmodes/cc-align.el: New function c-snug-1line-defun-close
2824
2825 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
2826 clean-up one-liner-defun.
2827
2828 * progmodes/cc-styles.el: Add the new "awk" style.
2829
2830 * progmodes/cc-vars.el: Add description of one-liner-defun to
2831 c-cleanup-list's doc-string. New user options,
2832 c-max-one-liner-length. In c-default-style, set the default style
2833 for AWK to "awk".
2834
2835 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2836
2837 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
2838 macros inside labels.
2839
2840 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
2841 `c-at-statement-start-p' and `c-at-expression-start-p'.
2842
2843 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
2844 error if the mark isn't set.
2845
2846 * progmodes/cc-engine.el (c-guess-continued-construct)
2847 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
2848 accurately detect functions inside functions.
2849
2850 * progmodes/cc-engine.el (c-at-expression-start-p): New function
2851 like `c-at-statement-start-p' that additionally recognizes commas
2852 and expression parentheses as delimiters.
2853
2854 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
2855 to avoid heuristics that doesn't work for unclosed blocks.
2856
2857 (c-at-statement-start-p): New function.
2858
2859 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
2860 Objective-C directives, e.g. directives spanning lines should work
2861 reasonably well now.
2862
2863 (c-put-c-type-property, c-clear-c-type-property): New helpers.
2864
2865 (c-forward-objc-directive): New function to move over any ObjC
2866 directive.
2867
2868 (c-just-after-func-arglist-p, c-guess-basic-syntax)
2869 (c-basic-matchers-before): Use it.
2870
2871 (c-font-lock-objc-iip-decl): Removed.
2872
2873 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
2874 in the template arglist recognition.
2875
2876 * progmodes/cc-styles.el (c-style-alist): Fixed several
2877 inconsistencies in the Whitesmith style.
2878
2879 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
2880 New lineup function to get lines after Whitesmith style blocks
2881 correctly indented.
2882
2883 (c-lineup-whitesmith-in-block): Backed out the compensation for
2884 opening parens since it's done using `add' lists in the style
2885 definition instead. Don't use the anchor position since it varies
2886 too much between the syntactic symbols. :P
2887
2888 * progmodes/cc-vars.el (c-valid-offset): Updated.
2889
2890 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
2891 lists where the offsets are combined according to several
2892 different methods: `first', `min', `max', and `add'. Report
2893 offset evaluation errors with `c-benign-error' so that some kind
2894 of reindentation still is done.
2895
2896 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
2897 `arglist-intro' the same way as `arglist-cont-nonempty' and
2898 `arglist-close'.
2899
2900 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
2901 situations for `arglist-cont-nonempty' and `arglist-close'.
2902
2903 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
2904 constant.
2905
2906 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
2907 cc-bytecomp-boundp' in a number of places.
2908
2909 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
2910 macro related issue.
2911
2912 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2913
2914 * progmodes/cc-awk.el: Change the terminology of regexps: A char
2915 list is now [asdf], a char class [:alpha:]. Include code for char
2916 classes. Set c-awk-NL-prop on lines ending in open strings. (Bug
2917 fix.) Add character classes (e.g. "[:alpha:]") into AWK Mode's
2918 regexps.
2919
2920 Remove (nearly all of) the cruft associated with AWK Mode's former
2921 concept of "virtual semicolons":
2922
2923 Adapt c-beginning-of-statement, c-end-of-statement (together with
2924 subfunctions) to use the new notion of "virtual semicolon" in
2925 place of the old awkward special handling for AWK. There remains
2926 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
2927 * progmodes/cc-cmds.el:
2928 (c-ascertain-adjacent-literal): In the backwards direction, now
2929 recognises AWK regexp delimiters as string delimiters.
2930 (c-after-statement-terminator-p): Adapt for virtual semicolons;
2931 check more rigorously for "end of macro".
2932 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
2933 virtual semicolons;
2934 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
2935 out the code for forward movement into ...
2936 (c-end-of-statement): Now contains the code for forward movement,
2937 adapted for virtual semicolons.
2938
2939 * progmodes/cc-engine.el:
2940 (c-ws*-string-limit-regexp): New regexp.
2941 (c-forward-single-comment, c-backward-single-comment): Comment out
2942 the (now redundant) "special" AWK stuff.
2943
2944 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
2945 c-string-par-start, c-string-par-separate to be more like Text
2946 Mode than Fundamental Mode.
2947
2948 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2949
2950 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
2951 to the fontified region so that fontification doesn't occur
2952 outside it (could happen e.g. when fontifying a line with an
2953 unfinished declaration).
2954
2955 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2956
2957 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
2958 moved to near the start of the file. ^L now separate sections of
2959 the file. New defconsts: c-awk-non-eol-esc-pair-re,
2960 c-awk-blank-or-comment-line-re,
2961 c-awk-one-line-possibly-open-string-re,
2962 c-awk-regexp-one-line-possibly-open-char-class-re,
2963 c-awk-one-line-possibly-open-regexp-re,
2964 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
2965 c-awk-vsemi-status-unknown-p.
2966
2967 Amend the concept of "virtual semicolons" (in the indentation
2968 engine) for languages like AWK, such that they are now
2969 conceptually attached to end of the last token of a statement, not
2970 the end of the line. (In AWK Mode, however, the pertinent text
2971 property is still physically set on the EOL.) Remove the specific
2972 tests for awk-mode, thus facilitating the introduction of other
2973 language modes where EOLs can end statements. (Note: The
2974 funtionality in cc-cmds.el, specifically
2975 c-beginning/end-of-statement has yet to be amended.)
2976
2977 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
2978 c-vsemi-status-unknown-p.
2979
2980 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
2981 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
2982 c-vsemi-status-unknown-p-fn (in a new page).
2983
2984 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
2985 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
2986 numerous awkward forms like
2987 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
2988 with
2989 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
2990 variable before-ws-ip, the place just after char-before-ip
2991 appears.
2992
2993 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
2994 a comment.
2995
2996 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2997
2998 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
2999 `c-tentative-buffer-changes'.
3000
3001 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
3002 converted to macro to choose between Emacs and XEmacs at compile
3003 time.
3004
3005 (c-set-region-active): New set counterpart to
3006 `c-region-is-active-p'.
3007
3008 (c-tentative-buffer-changes): New macro to handle temporary buffer
3009 changes in a convenient way.
3010
3011 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
3012 for `c-tentative-buffer-changes'.
3013
3014 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
3015 the checks for paren sexps between the point and the keyword, to
3016 avoid some false alarms.
3017
3018 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
3019 Fixed a situation where an error could be thrown for unbalanced
3020 parens. Changed to make use of c-keyword-member' to avoid some
3021 repeated regexp matches.
3022
3023 (c-opt-lambda-key, c-opt-inexpr-block-key,
3024 c-opt-inexpr-class-key): These language variable are no longer
3025 necessary.
3026
3027 (c-block-stmt-kwds): New language constant used by
3028 c-looking-at-inexpr-block'.
3029
3030 (c-guess-basic-syntax): Removed an optional check that looked at
3031 the existence of the now removed language variables.
3032
3033 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
3034 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
3035 object instantiation expressions as declarations in some contexts.
3036 This bug only affected languages where the declarator can't be
3037 enclosed in parentheses.
3038
3039 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
3040 insert newlines before and after substatement braces.
3041
3042 * progmodes/cc-engine.el: Improved the heuristics for recognizing
3043 function declaration headers and the handling of C++ style member
3044 init lists.
3045
3046 (c-just-after-func-arglist-p): Rewritten to use
3047 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
3048
3049 (c-beginning-of-member-init-list): Removed since it isn't used
3050 anymore.
3051
3052 (c-guess-basic-syntax): Case 5B adapted for the new
3053 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
3054 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
3055 covers all cases now).
3056
3057 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
3058
3059 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3060
3061 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
3062 c-string-par-start/separate c-sentence-end-with-esc-eol,
3063 initialised in c-setup-paragraph-variables, used in string
3064 scanning subroutines of c-beginning-of-statement.
3065
3066 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
3067 which precedes the newly inserted `{'.
3068
3069 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3070
3071 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
3072 function for declaration level blocks. It should now cope with
3073 templates better and also be a lot more comprehensible.
3074
3075 (c-looking-at-decl-block): The new function.
3076
3077 (c-search-uplist-for-classkey): The old one. It's now a wrapper
3078 for compatibility.
3079
3080 (c-add-class-syntax, c-guess-continued-construct,
3081 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
3082
3083 (c-decl-block-key): Changed to tell apart ambiguous and
3084 unambiguous keywords. Pike specials are now handled directly in
3085 the code instead.
3086
3087 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
3088 language constants and variables to make the backward skip in
3089 `c-looking-at-decl-block' as tight as possible.
3090
3091 (c-nonsymbol-token-char-list): New language constant.
3092
3093 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
3094 find balanced template arglists backwards.
3095
3096 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
3097 making char classes for `c-syntactic-skip-backward'.
3098
3099 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
3100 16D - can't be a class-close at that point.
3101
3102 * progmodes/cc-engine.el (c-guess-basic-syntax)
3103 (c-add-class-syntax): Don't narrow out the enclosing declaration
3104 level. This makes everything a lot easier, and it was actually
3105 only four small places that needed it to work. Some places that
3106 previously did `widen' are removed now, which has the effect that
3107 `c-guess-basic-syntax' never will look at things outside the
3108 current narrowment now. The anchor position for `topmost-intro'
3109 is affected by this, but it was so bogus it was basically useless
3110 before, and now it's equally bogus but in a slightly different
3111 way.
3112
3113 (c-narrow-out-enclosing-class): Gone.
3114
3115 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
3116 the narrowed region.
3117
3118 (c-least-enclosing-brace): Removed silly optional argument.
3119
3120 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
3121 the point could be left directly after an open paren when finding
3122 the beginning of the first decl in the block.
3123
3124 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
3125 Specify which submatch to use.
3126
3127 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
3128
3129 (c-decl-start-re): No longer any need for special treatment of
3130 ObjC due to the above.
3131
3132 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
3133 presumably follows C in that regard.
3134
3135 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
3136 New language constants to specify operator tokens inside
3137 identifiers in a more high level way.
3138
3139 (c-opt-identifier-prefix-key): New internal language constant.
3140
3141 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
3142 (c-identifier-start, c-identifier-key): Now completely calculated
3143 from other constants.
3144
3145 (c-identifier-last-sym-match): Decommissioned since it's no longer
3146 used.
3147
3148 (c-operators): Use `c-identifier-ops'. Documented
3149 `postfix-if-paren'.
3150
3151 * progmodes/cc-engine.el (c-forward-name): Removed the
3152 optimization when c-identifier-key is equal to c-symbol-key since
3153 it doesn't work in byte compiled files. Don't record empty
3154 regions as identifiers.
3155
3156 * progmodes/cc-langs.el (c-filter-ops): New helper function to
3157 simplify access to `c-operators' and its likes.
3158
3159 (c-operator-list, c-all-op-syntax-tokens)
3160 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
3161 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
3162 (c-primary-expr-regexp, c-cast-parens): Use it.
3163
3164 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
3165 an explicit language in functions.
3166
3167 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
3168 variant of adornment.
3169
3170 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
3171 variable.
3172
3173 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
3174 the Pike value.
3175
3176 * progmodes/cc-engine.el (c-on-identifier)
3177 (c-simple-skip-symbol-backward): Small fix for handling "-"
3178 correctly in `skip-chars-backward'. Affected the operator lfun
3179 syntax in Pike.
3180
3181 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
3182 diagnostic message about precompiled language vars not being used.
3183
3184 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
3185 "__attribute__" is followed by a parenthesis.
3186
3187 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
3188 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
3189 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
3190
3191 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
3192 cleanups to properly detect the declared identifiers in various
3193 declarations.
3194
3195 (c-decl-start-kwds): New language constant to recognize
3196 declarations that can start anywhere. Used for class declarations
3197 in Pike.
3198
3199 (c-specifier-key, c-not-decl-init-keywords)
3200 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
3201 (c-find-decl-spots): Implement `c-decl-start-kwds'.
3202
3203 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
3204 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
3205 handling of the compiler specific extension keywords into a new
3206 language constant `c-decl-hangon-kwds' that defines keyword
3207 clauses to be ignored in declarations.
3208
3209 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
3210 past unrecognized tokens when handling `c-colon-type-list-kwds'.
3211 Necessary to stop at the declared identifier in e.g. IDL valuetype
3212 declarations.
3213
3214 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
3215 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
3216 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
3217 (c-forward-decl-or-cast-1): Recognize the declared identifier in
3218 class and enum declarations as such and not as part of the type.
3219
3220 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
3221 interpretation of PRECEDING-TOKEN-END when there's no preceding
3222 token.
3223
3224 (c-forward-decl-or-cast-1): Don't disregard sure signs of
3225 declarations when there's some syntax error later on.
3226
3227 (c-complex-decl-matchers): Did away with a reference to
3228 `c-specifier-key'.
3229
3230 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
3231 value - this variable is always dynamically bound.
3232
3233 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
3234 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
3235 * cc-cmds.el, cc-defs.el: Changed the policy for marking up
3236 functions that might do hidden buffer changes: All such internal
3237 functions are now marked instead of those that don't.
3238
3239 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
3240 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
3241 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
3242 (c-literal-type): Allow these functions to make hidden buffer changes,
3243 so that they are free to use text property caching later on.
3244
3245 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
3246 (c-electric-brace, c-electric-slash, c-electric-star)
3247 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
3248 (c-electric-paren, c-electric-continued-statement, c-indent-command)
3249 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
3250 (c-context-line-break): Added `c-save-buffer-state' calls to comply
3251 with the changed semantics of the functions above.
3252
3253 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
3254 when macros occur in obscure places. Optimized the sexp movement
3255 a bit.
3256
3257 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3258
3259 Enhancements for c-beginning-of-statement to work in AWK Mode:
3260
3261 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
3262 (completed statement) with `}' (statement completed by closing
3263 brace or semicolon) and `$' (statement completed by EOL).
3264
3265 (c-awk-virtual-semicolon-ends-prev-line-p)
3266 (c-awk-virtual-semicolon-ends-line-p)
3267 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
3268 (c-awk-at-statement-end-p): New functions.
3269
3270 * progmodes/cc-cmds.el: Simplify the structure of functions
3271 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
3272 two functions and c-beginning-of-statement to handle AWK Mode.
3273
3274 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
3275 c-backward-single-comment for AWK mode. Attempt to clarify their
3276 doc-strings.
3277
3278 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
3279
3280 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3281
3282 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
3283 label handling. Labels are now recognized in a uniform and more
3284 robust way, regardless of context. Text properties are put on all
3285 labels to recognize the following declarations better. Multiword
3286 labels are handled both in indentation and fontification for the
3287 benefit of language extensions like Qt. For consistency, keywords
3288 in labels are now fontified with the label face instead. That
3289 also applies to "case" and "default".
3290
3291 (c-beginning-of-statement-1): Fixed some bugs in the label
3292 handling. Disregard `c-nonlabel-token-key' in labels that begin
3293 with `c-label-kwds'.
3294
3295 (c-find-decl-spots): Support that the callback adds more
3296 `c-decl-end' spots to find.
3297
3298 (c-forward-decl-or-cast-1): Don't treat a list of plain
3299 identifiers followed by a colon as a declaration.
3300
3301 (c-forward-label): New function to recognize labels.
3302
3303 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
3304 `c-forward-label'. Moved the label recognition cases (14 and 15)
3305 earlier since they aren't so context sensitive now. Handle labels
3306 on the top level gracefully. Moved access label recognition to
3307 the generic label case (CASE 15) - removed CASE 5E.
3308
3309 (c-font-lock-declarations): Added recognition of labels in the
3310 same round since we need to handle labels in parallell with other
3311 declarations to recognize both accurately. It should also improve
3312 speed.
3313
3314 (c-simple-decl-matchers, c-basic-matchers-after): Moved
3315 `c-font-lock-labels' so that it only is used on decoration level 2
3316 since `c-font-lock-declarations' handles it otherwise.
3317
3318 (c-complex-decl-matchers): Removed the simplistic recognition of
3319 access labels.
3320
3321 (c-decl-prefix-re): Removed the kludges that was necessary to cope
3322 with labels earlier.
3323
3324 (c-decl-start-re): New language variable to make
3325 `c-font-lock-declarations' stop for the special protection labels
3326 in Objective-C that start with `@'.
3327
3328 (c-label-key): Removed since it's no longer used.
3329
3330 (c-recognize-colon-labels, c-label-prefix-re): New language
3331 constants to support recognition of generic colon-terminated
3332 labels.
3333
3334 (c-type-decl-end-used): `c-decl-end' is now used whenever there
3335 are colon terminated labels.
3336
3337 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
3338 first argument starts with a special brace list.
3339
3340 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
3341 (c-font-lock-declarations): Broke out the declaration and cast
3342 recognition from `c-font-lock-declarations' to a new function, so
3343 that it can be used in the indentation engine.
3344
3345 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
3346 up to the start of the literal. Fixed bug with the point on the
3347 wrong side of the search limit that could happen when the start
3348 position is inside a literal.
3349
3350 * progmodes/cc-engine.el (c-parse-state)
3351 (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
3352 so that it's kept a little bit back to increase the hit rate.
3353
3354 (c-parse-state): Changed the macro handling and fixed some
3355 glitches. Macro context is checked more often than necessary now,
3356 but otoh less garbage conses are generated.
3357
3358 * progmodes/cc-engine.el (c-parse-state)
3359 (c-invalidate-state-cache): Cache the last position where
3360 `c-state-cache' applies. This can speed up refontification quite
3361 a bit in blocks where there are many non-brace parens before the
3362 point.
3363
3364 (c-state-cache-end): New variable for this.
3365
3366 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
3367 cache variable.
3368
3369 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
3370 get close initial continue positions when the start position is
3371 inside a literal or macro. Do not call the callback for spots
3372 before the start position (which can happen e.g. for `c-decl-end'
3373 spots inside comments). Optimize better in special cases when the
3374 region is a single line inside a literal or macro (typically when
3375 the current line is refontified).
3376
3377 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
3378 to `c-add-stmt-syntax' - there's no need to explicitly whack off
3379 entries from the paren state.
3380
3381 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
3382 special case for "else if" clauses.
3383
3384 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
3385 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
3386
3387 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
3388 language variable to recognize the gcc extension with statement
3389 blocks inside expressions.
3390
3391 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
3392 it somewhat more comprehensible. The argument AT-BLOCK-START is
3393 no longer used and hence removed.
3394
3395 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
3396 to `c-add-stmt-syntax'.
3397
3398 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
3399 `c-beginning-of-statement-1' instead of duplicating parts of it.
3400 This fixes bogus label recognition.
3401
3402 * progmodes/cc-engine.el (c-add-type, c-check-type)
3403 (c-forward-name, c-forward-type): Improved storage of template
3404 types in `c-found-types' so that they can be recognized better.
3405
3406 (c-syntactic-content): Added option to skip past nested parens.
3407
3408 * progmodes/cc-engine.el (c-forward-name): Set
3409 `c-last-identifier-range' all the time. It's less work that way.
3410 Handle that there might not be an identifier to store in
3411 `c-last-identifier-range'.
3412
3413 (c-forward-type): Handle that `c-last-identifier-range' might be
3414 nil from `c-forward-name'.
3415
3416 * progmodes/cc-defs.el (c-safe-scan-lists)
3417 (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
3418
3419 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
3420 to work even if the form fails.
3421
3422 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
3423 down in a large file in one go.
3424
3425 (c-get-fallback-start-pos): New helper function for
3426 `c-parse-state'.
3427
3428 * progmodes/cc-align.el (c-lineup-assignments): New lineup
3429 function which is like `c-lineup-math' but returns nil instead of
3430 `c-basic-offset' when it doesn't match.
3431
3432 (c-lineup-math): Changed to use `c-lineup-assignments'.
3433
3434 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3435
3436 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
3437 c-beginning-of-statement. New subfunctions
3438 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
3439
3440 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3441
3442 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
3443 hardcoded char classes whereever possible. Changed a couple of
3444 places to use skip by syntax instead of skip by char class.
3445
3446 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
3447 Fixed a bug in the regexp that caused extreme backtracking.
3448
3449 * progmodes/cc-langs.el (c-block-comment-starter)
3450 (c-block-comment-ender): New language constants to specify in a
3451 single place how block comments look.
3452
3453 (c-comment-start-regexp, c-block-comment-start-regexp)
3454 (comment-start, comment-end, comment-start-skip)
3455 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
3456 (c-syntactic-ws, c-nonempty-syntactic-ws)
3457 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
3458 `c-line-comment-starter', `c-block-comment-starter' and
3459 `c-block-comment-ender'.
3460
3461 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
3462 New language constants to break up things a bit.
3463
3464 (c-simple-ws): New language constant for simple whitespace.
3465
3466 * progmodes/cc-defs.el (c-concat-separated): New convenience
3467 function.
3468
3469 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
3470 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
3471 newlines. Allow and ignore nil elements in the list.
3472
3473 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3474
3475 * progmodes/cc-cmds.el: Comment out a (n almost certainly
3476 superfluous) check, (eq here (point-max)) in
3477 c-beginning-of-statement.
3478
3479 * progmodes/cc-cmds.el: Tidy up the comments in
3480 c-beginning-of-statement and subfunctions.
3481
3482 * progmodes/cc-awk.el: Replace calls to put-text-property to the
3483 more flexible c-put-char-property and c-clear-char-properties.
3484 Add the author's email address.
3485
3486 * progmodes/cc-langs.el: New variable,
3487 c-block-comment-start-regexp.
3488
3489 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
3490 closing "*/" of a block comment.
3491
3492 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
3493 subfunctions) so that it works at BOB and EOB.
3494
3495 * progmodes/cc-cmds.el, cc-vars.el: More updating of
3496 c-beginning-of-statement, including new variable
3497 c-block-comment-start-regexp.
3498
3499 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3500
3501 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
3502 symbols from `*-font-lock-extra-types' so that there's no need to
3503 use `regexp-opt' on those lists.
3504
3505 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
3506 `c-type-modifier-kwds' is empty.
3507
3508 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
3509 there are several strings on the same line.
3510
3511 * progmodes/cc-engine.el (c-literal-limits): Removed the
3512 compatibility function for older emacsen. `c-literal-limits-fast'
3513 has now taken the place of this function.
3514
3515 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
3516 with older emacsen: We now require `pps-extended-state'.
3517
3518 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3519
3520 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
3521 which obviates the need to hack sentence-end. This now handles
3522 escaped newlines in strings correctly. Correct minor bugs in
3523 c-move-over-sentence and in c-beginning-of-statement.
3524
3525 * progmodes/cc-cmds.el (c-beginning-of-statement (and
3526 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
3527 that movement over macros and code are rigorously separated from
3528 eachother. Correct a few incidental bugs.
3529
3530 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
3531 Improve its doc-string. Improve the handling of certain specific
3532 cases.
3533
3534 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3535
3536 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
3537 (c-guess-basic-syntax): Changed the way class-level labels are
3538 recognized; they can now contain essentially any symbols.
3539
3540 (c-opt-extra-label-key): New language variable to cope with the
3541 special protection label syntax in Objective-C.
3542
3543 (c-opt-access-key): Removed; this is now handled better by
3544 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
3545
3546 (c-complex-decl-matchers): Update to handle that
3547 `c-opt-access-key' no longer exists.
3548
3549 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
3550 improved label recognition in `c-beginning-of-statement-1'.
3551
3552 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
3553 Recognize bitfields better.
3554
3555 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
3556 Removed some cruft and fixed a bug that could cause it to go to a
3557 position further down.
3558
3559 * progmodes/cc-langs.el, cc-engine.el
3560 (c-beginning-of-statement-1): Improved detection of labels in
3561 declaration contexts.
3562
3563 (c-beginning-of-decl-1): Use it.
3564
3565 (c-nonlabel-token-key): New language constant and variable needed
3566 by `c-beginning-of-statement-1'.
3567
3568 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
3569 manifested itself due to the correction in `c-forward-sexp'.
3570
3571 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
3572 these behave as documented when used at the buffer limits.
3573
3574 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
3575 (c-type-decl-end-used): Made this a language variable.
3576
3577 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
3578 correctly when `combine-after-change-calls' is used together with
3579 temporary narrowings.
3580
3581 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
3582 labels correctly when the start point is immediately after the
3583 colon.
3584
3585 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
3586 since it isn't used anymore.
3587
3588 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
3589 bracket arglists such as template parens in C++.
3590
3591 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
3592 in the last check-in. Some optimization.
3593
3594 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
3595 where it could stop at the same level in a preceding sexp when
3596 PAREN-LEVEL is set.
3597
3598 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
3599 text property lookup only when it's needed.
3600
3601 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
3602 Changed the policy for paren marked angle brackets to be more
3603 persistent; once marked they remain marked even when they're found
3604 to be unbalanced in the searched region. This should keep the
3605 paren syntax around even when individual lines are refontified in
3606 multiline template arglists.
3607
3608 (c-parse-and-markup-<>-arglists): New dynamically bound variable
3609 to control markup so that incorrect angle bracket arglists aren't
3610 marked in contexts where the correct value for
3611 `c-disallow-comma-in-<>-arglists' isn't known.
3612
3613 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
3614 argument has become `c-parse-and-markup-<>-arglists'.
3615
3616 (c-remove-<>-arglist-properties): Removed - no longer used.
3617
3618 (c-after-change-check-<>-operators): New function used on
3619 `after-change-functions' to avoid that "<" and ">" characters that
3620 are part of longer operators have paren syntax.
3621
3622 (c-<>-multichar-token-regexp): New language variable used by
3623 `c-after-change-check-<>-operators'.
3624
3625 (c-after-change): Call `c-after-change-check-<>-operators'.
3626
3627 (c-font-lock-<>-arglists): Use the context properties set by
3628 `c-font-lock-declarations' to set
3629 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
3630 markup.
3631
3632 (c-font-lock-declarations): Removed code that undoes the invalid
3633 markup done by `c-font-lock-<>-arglists'.
3634
3635 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
3636 after `c-font-lock-declarations'.
3637
3638 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
3639 paren-level feature.
3640
3641 (c-guess-basic-syntax): Improved the anchor position for
3642 `template-args-cont' in nested template arglists. There's still
3643 much to be desired in this area, though.
3644
3645 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3646
3647 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
3648 Make the "Text Filling and Line Breaking" commands work for AWK
3649 buffers.
3650
3651 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3652
3653 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
3654 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
3655
3656 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
3657 it doesn't work no longer are supported.
3658
3659 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
3660 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
3661 requires support for the syntax-table' text property, which rules
3662 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
3663 cruft associated with those versions.
3664
3665 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
3666 for the `syntax-table' text property, which rules out Emacs 19 and
3667 XEmacs < 21.4. Removed various compatibility cruft associated
3668 with those versions.
3669
3670 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
3671 support for the `syntax-table' text property.
3672
3673 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
3674 variable and use an extra quoted face name instead. All the
3675 emacsen flavors handle that correctly.
3676
3677 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
3678 (c-font-lock-declarators, c-font-lock-declarations)
3679 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
3680 property to mark the items in in declarator lists to handle
3681 refontification inside multiline declarations better.
3682
3683 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
3684 construct like "a * b = c;" as a declaration.
3685
3686 2005-12-08 Kim F. Storm <storm@cua.dk>
3687
3688 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
3689 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
3690 select either meta, hyper, or super modifier for rectangle commands.
3691 (cua--rectangle-modifier-key): New defvar.
3692 (cua--M/H-key): Use it. Remove special case for `space'.
3693 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
3694 on X, to meta otherwise. Always bind C-return to toggle
3695 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
3696
3697 * emulation/cua-rect.el (cua-help-for-rectangle): Use
3698 cua--rectangle-modifier-key. Handle super modifier too.
3699 (cua--init-rectangles): Always bind C-return to toggle rectangle.
3700 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3701
3702 * ido.el: Move Acknowledgements and History after Commentary.
3703 Minor changes to Commentary.
3704
3705 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
3706 keymap if cua--prefix-override-timer is `shift'.
3707 (cua--shift-control-prefix): New function; emulate "type prefix
3708 key twice" functionality to handle shifted prefix key override.
3709 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
3710 commands.
3711 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
3712
3713 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
3714
3715 * textmodes/org.el (org-insert-heading): Try to do items before
3716 headings.
3717 (org-agenda-mode): Quote `org-agenda-mode-hook'.
3718 (org-insert-item): New function.
3719 (org-renumber-ordered-list): Don't skip to higher level lists.
3720
3721 2005-12-08 Juri Linkov <juri@jurta.org>
3722
3723 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
3724
3725 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
3726
3727 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
3728
3729 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
3730 the constructed function name fun-1.
3731
3732 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
3733 because such links don't lead to parent documentation.
3734
3735 2005-12-08 Kenichi Handa <handa@m17n.org>
3736
3737 * descr-text.el (describe-char): Use *Help-2* buffer if the
3738 current buffer is *Help*. Call describe-text-properties while
3739 setting the original buffer.
3740
3741 2005-12-07 Bill Wohler <wohler@newt.com>
3742
3743 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
3744 and causes problems with non-MH users (such as Gnus users).
3745
3746 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
3747
3748 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
3749 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
3750 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
3751 command "info sources". Move calls to GDB command "list".
3752 (gdb-find-file-hook): Just use gdb-source-file-list.
3753 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
3754 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
3755 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
3756 (gdb-data-list-register-values-handler): Use correct trigger name.
3757
3758 2005-12-07 Kim F. Storm <storm@cua.dk>
3759
3760 * ido.el (ido-completion-map): Rename from ido-mode-map.
3761 (ido-common-completion-map, ido-file-completion-map)
3762 (ido-file-dir-completion-map, ido-buffer-completion-map):
3763 Rename from ido-mode-....-map.
3764 (ido-init-completion-maps): Rename from ido-init-mode-maps.
3765 (ido-setup-completion-map): Rename from ido-define-mode-map.
3766 (ido-read-internal): Bind minibuffer-local-filename-completion-map
3767 to ido-completion-map.
3768
3769 2005-12-07 Kenichi Handa <handa@m17n.org>
3770
3771 * international/mule-cmds.el
3772 (set-display-table-and-terminal-coding-system): If the coding
3773 system specified in `unibyte-display' property is different from
3774 the arg coding-system, don't setup standard-display-table.
3775
3776 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3777
3778 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
3779 that comments end at \n, regardless of selective-display.
3780
3781 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
3782
3783 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
3784 (gdb-version): New variables.
3785 (gdb-source-file-list, gdb-register-names)
3786 (gdb-changed-registers): New variables for use with GDB 6.4+.
3787 (gdb-ann3): Replace with...
3788 (gdb-init-1, gdb-init-2): ...two new functions.
3789 (gdba, gdb-prompt): Call gdb-init-1.
3790 (gdb-get-version): New function. Call gdb-init-2 from here.
3791 (gud-watch): Make it work with mouse events too.
3792 (gdb-post-prompt): Don't add to queue until GDB version is known.
3793 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
3794 (gdb-locals-mode): Use gdb-version.
3795 (gdb-memory-format-map, gdb-memory-unit-map)
3796 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
3797 (gdb-locals-font-lock-keywords-1)
3798 (gdb-locals-font-lock-keywords-2): New variables.
3799 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
3800 (gdb-set-gud-minor-mode-existing-buffers-1)
3801 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
3802 (gdb-var-update-1, gdb-var-update-handler-1)
3803 (gdb-data-list-register-values-handler)
3804 (gdb-data-list-register-values-custom)
3805 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
3806 (gdb-stack-list-locals-handler, gdb-get-register-names):
3807 New functions for use with GDB 6.4+.
3808 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
3809 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
3810 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
3811 (gdb-stack-list-locals-regexp)
3812 (gdb-data-list-register-names-regexp): New regexps for use with
3813 GDB 6.4+.
3814
3815 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3816
3817 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
3818
3819 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
3820
3821 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
3822 prompts work for AUTH PLAIN. Also reported by Steve Allan
3823 <seallan@verizon.net>.
3824
3825 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3826
3827 * frame.el (set-frame-parameter): Add doc string.
3828
3829 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
3830
3831 * textmodes/org.el (org-occur-highlights): New variable.
3832 (org-highlight-new-match, org-remove-occur-highlights): New functions.
3833 (org-highlight-sparse-tree-matches): New option.
3834 (org-do-occur): New function.
3835 (org-get-heading): Make it work also at beginning of line.
3836 (org-category-table): New variable.
3837 (org-get-category-table, org-get-category)
3838 (org-camel-to-words, org-link-search): New functions.
3839 (org-select-this-todo-keyword): New variable.
3840 (org-todo-list): New command.
3841 (org-shiftright, org-shiftleft): New commands.
3842 (org-agenda-todo): Add prefix argument.
3843 (org-show-hierarchy-above): New option.
3844 (org-show-todo-tree): Numerical prefix creates tree for specific
3845 TODO keyword.
3846 (org-outline-level): New function, to assign a level to plain
3847 lists items.
3848 (org-cycle-include-plain-lists): New option.
3849 (org-mode): Use `org-outline-level' as value of `outline-level'.
3850 (org-cycle): Temporarily switch `outline-regexp' if
3851 `org-cycle-include-plain-lists' is non-nil.
3852 (org-start-icalendar-file): Fix format bug.
3853 (org-agenda-get-day-entries): Create category table.
3854 (org-agenda-get-todos, org-agenda-get-timestamps)
3855 (org-agenda-get-deadlines, org-agenda-get-scheduled)
3856 (org-agenda-get-blocks): Use `org-get-category'.
3857 (org-context-in-file-links): Rename from
3858 `org-line-numbers-in-file-links'.
3859
3860 2005-12-06 Romain Francoise <romain@orebokech.com>
3861
3862 * window.el (balance-windows): Delete extraneous third arg in call
3863 to `enlarge-window'.
3864
3865 2005-12-06 Kenichi Handa <handa@m17n.org>
3866
3867 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
3868
3869 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
3870
3871 * progmodes/gdb-ui.el (gdb-var-create-handler)
3872 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
3873 (gdb-var-list-children-handler, gdb-var-update-handler):
3874 Current buffer is already gdb-partial-output-buffer, don't
3875 make it current again.
3876
3877 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
3878
3879 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
3880 (list-buffers-noselect): Use it.
3881
3882 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3883
3884 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
3885 (mail-yank-ignored-headers): Use regexp-opt.
3886 (mail-mode-map): Move initialization into declaration.
3887 (mail-sent-via): Remove unused shadowed var `to-line'.
3888 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
3889 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
3890 (mail-do-fcc): Use dolist and push.
3891 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
3892 (mail-yank-ignored-headers): Don't autoload.
3893
3894 2005-12-05 Kenichi Handa <handa@m17n.org>
3895
3896 * international/mule-cmds.el (set-language-info-internal): New fun.
3897 (set-language-info): Call set-language-info-internal to update
3898 language-info-alist. If LANG-ENV is the current one, call
3899 set-language-environment to make INFO effective now.
3900 (set-language-info-alist): Likewise.
3901 (locale-language-names): With locale "en", use English
3902 lang. env. but set the default codings to iso-8859-1.
3903
3904 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
3905
3906 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
3907 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
3908 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
3909 for plain strings.
3910 (gdb-frames-mode): Remove redundant call to font-lock-mode.
3911 (gdb-all-registers): Rename from toggle-gdb-all-registers.
3912 Create registers buffer if necessary. Echo new state in minibuffer.
3913 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
3914
3915 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
3916
3917 * info.el (Info-fontify-node): Match external links using
3918 non-directory part of filename.
3919
3920 2005-12-04 Juri Linkov <juri@jurta.org>
3921
3922 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
3923 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
3924 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
3925 because there is no customization option for it.
3926
3927 * font-lock.el (lisp-font-lock-keywords-1):
3928 Add define-global-minor-mode.
3929
3930 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
3931
3932 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
3933 properties on the constructed variable names.
3934
3935 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3936 Put `definition-name' properties on the constructed function names
3937 next-sym and prev-sym.
3938
3939 * emacs-lisp/find-func.el (find-function-regexp):
3940 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
3941 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
3942 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
3943 and easy-menu-define.
3944
3945 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
3946 easy-mmode-define-global-mode and define-global-minor-mode.
3947 (lisp-imenu-generic-expression): Add define-global-minor-mode.
3948
3949 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
3950 instead of easy-mmode-define-global-mode.
3951
3952 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3953 Use define-minor-mode instead of easy-mmode-define-minor-mode.
3954
3955 * cus-edit.el (customize-group, customize-group-other-window):
3956 Filter out autoloaded options from the group completion list by
3957 using heuristics that autoloaded groups don't have `custom-autoload'
3958 property on their symbols (they have only `custom-loads').
3959
3960 * simple.el (completion-setup-function): Put completions-common-part
3961 face on complete completion string too (i.e. completion string
3962 without completions-first-difference face).
3963
3964 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
3965
3966 2005-12-03 Eli Zaretskii <eliz@gnu.org>
3967
3968 * view.el (view-mode): Doc fix.
3969
3970 * disp-table.el (standard-display-european): Add to the warning
3971 message a reference to the doc string.
3972
3973 * play/yow.el (apropos-zippy): Call print-help-return-message,
3974 similar to other Help and Apropos commands.
3975
3976 * help.el (print-help-return-message): If pop-up-frames is
3977 non-nil, set up help-return-method to delete the help window and,
3978 possibly, its frame as well, and don't display message about
3979 scrolling the help window. Doc fix.
3980 (help-return-method): Doc fix.
3981
3982 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
3983
3984 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
3985 whereby names of length one or names starting with a
3986 symbol-constituent character would not be returned.
3987
3988 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3989
3990 * subr.el (atomic-change-group): Add edebug and indentation spec.
3991
3992 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3993
3994 * completion.el (save-completions-file-name): Fix typo in last change.
3995
3996 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3997
3998 * info.el: Move back/forward history to the beginning of the tool bar.
3999
4000 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
4001
4002 * allout.el (eval-when-compile): Remove unnecessary load of cl.
4003 Add fset of allout-real-isearch-abort during compile to fix
4004 byte-compilation warnings.
4005 (allout-mode-p): Move definition of this macro above all uses, or
4006 byte compilation in barren emacs (eg, during emacs build) will
4007 lack the definition.
4008 (allout-mode): Move this variable above any uses, or byte
4009 compilation will fail.
4010 (allout-resolve-xref): Remove use of personal file-reference function.
4011 (allout-toggle-current-subtree-encryption): Do the current (ie,
4012 visible containing) topic, rather than nearest around point. Doc fix.
4013 (allout-toggle-subtree-encryption): New function, workhorse that
4014 works on nearest topic containing point.
4015 (allout-encrypt-string): Signal requirement for newer version of pgg.
4016 (allout-resumptions): Doc fix.
4017
4018 2005-12-02 Eli Zaretskii <eliz@gnu.org>
4019
4020 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
4021
4022 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
4023
4024 * textmodes/flyspell.el (flyspell-external-point-words):
4025 Consider a misspelling as found in the string search if: (a) misspelling
4026 and found string lengths match, or (b) misspelling is found as
4027 element in a boundary-chars separated longer string, or (c)
4028 ispell-program-name is really ispell and misspelling is found as
4029 part of a TeX string. After successful match move beginning of
4030 search region to end of match. Warn about not found misspellings
4031 once the process is done.
4032 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
4033
4034 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
4035
4036 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
4037 tool bar (removed inadvertently).
4038
4039 2005-12-02 Juri Linkov <juri@jurta.org>
4040
4041 * log-view.el (log-view-diff): Clarify doc string.
4042
4043 2005-12-01 Bill Wohler <wohler@newt.com>
4044
4045 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
4046 triggers lm-verify errors.
4047
4048 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
4049
4050 * simple.el (transient-mark-mode, line-number-mode)
4051 (column-number-mode, size-indication-mode): Remove `:require nil'.
4052
4053 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
4054
4055 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
4056 in the margin also.
4057 (gdb-breakpoints-mode-map): Use D instead of d for
4058 gdb-delete-breakpoint.
4059 (gdb-get-frame-number): Require a number to match on.
4060 (gdb-threads-mode-map): Add follow-link binding.
4061
4062 2005-11-30 Jason Rumney <jasonr@gnu.org>
4063
4064 * isearch.el (isearch-mode-map): Avoid exiting search on
4065 language-change event.
4066
4067 2005-11-30 Romain Francoise <romain@orebokech.com>
4068
4069 * speedbar.el (speedbar-default-position): New defcustom.
4070 (speedbar-frame-reposition-smartly): Use it.
4071
4072 * dframe.el (dframe-reposition-frame-emacs): Fix position
4073 computation for `left' location.
4074 Update copyright year.
4075
4076 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4077
4078 * help.el (help-map): Move initialization into declaration.
4079
4080 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
4081
4082 * help-fns.el (help-argument-name): Don't autoload.
4083 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
4084 to be re-loaded when customizing the `help' group.
4085
4086 2005-11-30 John Paul Wallington <jpw@gnu.org>
4087
4088 * help-fns.el (describe-function-1): Fill arglist output.
4089
4090 2005-11-30 Kim F. Storm <storm@cua.dk>
4091
4092 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
4093 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
4094 after revert-buffer (or anything else which kills all local variables).
4095
4096 * apropos.el (apropos-parse-pattern): Doc fix.
4097 Set apropos-regexp directly, rather than expecting callers to do so.
4098 (apropos-command, apropos, apropos-value, apropos-documentation):
4099 Simplify calls to apropos-parse-pattern.
4100
4101 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
4102
4103 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4104 (hi-lock-face-phrase-buffer): Use hi-yellow face.
4105 (hi-lock-write-interactive-patterns): Use comment-region.
4106
4107 * longlines.el (longlines-mode): Add mail-setup-hook.
4108
4109 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
4110
4111 * simple.el (sendmail-user-agent-compose, next-line):
4112 Conditionally use hard-newline.
4113
4114 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4115
4116 * international/latexenc.el (latex-inputenc-coding-alist):
4117 Reword doc string.
4118
4119 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
4120
4121 * help.el (describe-key-briefly, describe-key): Recognize default
4122 bindings.
4123
4124 2005-11-29 Romain Francoise <romain@orebokech.com>
4125
4126 * view.el (view-inhibit-help-message): New defcustom.
4127 (view-mode-enter): Use it.
4128
4129 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
4130
4131 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
4132 Preserve user position.
4133
4134 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
4135
4136 * font-lock.el: Throw error if facemenu is not loaded to prevent
4137 accidental change of loading order in loadup.el. (Suggested by RMS.)
4138
4139 * loadup.el: Add comment explaining why facemenu must be loaded
4140 before font-lock.
4141
4142 2005-11-28 Jay Belanger <belanger@truman.edu>
4143
4144 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
4145 (calc-dispatch-map): Add more keys for `calc-same-interface'.
4146
4147 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
4148
4149 * calc/calc-embed.el (calc-do-embedded): Update help message.
4150
4151 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
4152
4153 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
4156
4157 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
4158 called-interactively-p.
4159 (elp-profilable-p): Rename from elp-not-profilable-p.
4160 Invert result and take into account macros and autoloaded functions.
4161 (elp-instrument-function): Update call.
4162 (elp-instrument-package): Update call. Add completion.
4163 (elp-pack-number): Use match-string.
4164 (elp-results-jump-to-definition-by-mouse): Merge into
4165 elp-results-jump-to-definition and then remove.
4166 (elp-output-insert-symname): Make help echo text single-line.
4167
4168 * replace.el (query-replace-map): Move initialization into declaration.
4169 (occur-engine): Use with-current-buffer.
4170 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
4171 (occur-mode-mouse-goto): Replace with an alias.
4172
4173 2005-11-28 Juri Linkov <juri@jurta.org>
4174
4175 * simple.el (quoted-insert): Let-bind input-method-function to nil.
4176
4177 * term/w32-win.el: Bind [S-tab] to [backtab].
4178
4179 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
4180 `Info-find-file' to t.
4181
4182 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
4183 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
4184 and same-window-regexps.
4185 (occur-next-error): Don't move point for arg 0.
4186
4187 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
4188
4189 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
4190
4191 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * log-edit.el (log-edit-changelog-use-first): New var.
4194 (log-edit-changelog-ours-p): Use it.
4195 (log-edit-insert-changelog): Set it with new arg `use-first'.
4196 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
4197 (log-edit-hook): Add them to the list of suggested options.
4198
4199 * textmodes/flyspell.el (flyspell-last-buffer): New var.
4200 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
4201 redundant work.
4202 (flyspell-mode-on): Use add-hook for after-change-functions.
4203 (flyspell-mode-off): Use remove-hook for after-change-functions.
4204 (flyspell-changes): Make it buffer-local.
4205 (flyspell-after-change-function): Make it non-interactive. Use push.
4206 (flyspell-post-command-hook): Check input-pending-p while processing
4207 the potentially long list of buffer changes.
4208
4209 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4210
4211 * buff-menu.el (list-buffers-noselect): Display the selected
4212 frame's buffer list, not the global one.
4213
4214 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
4215
4216 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
4217 that (list last-input-event) works as in interactive spec.
4218
4219 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
4220
4221 * loadup.el ("facemenu"): Load facemenu before font-lock, because
4222 `facemenu-keymap' needs to be defined when font-lock is loaded.
4223 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
4224
4225 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 * completion.el: Remove useless leading * in defcustom docstrings.
4228 (save-completions-file-name): Use ~/.emacs.d if available.
4229 (completion-standard-syntax-table): Rename from
4230 cmpl-standard-syntax-table and fold initialization into declaration,
4231 thus removing cmpl-make-standard-completion-syntax-table.
4232 (completion-lisp-syntax-table, completion-c-syntax-table)
4233 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
4234 (cmpl-saved-syntax, cmpl-saved-point): Remove.
4235 (symbol-under-point, symbol-before-point)
4236 (symbol-under-or-before-point, symbol-before-point-for-complete)
4237 (add-completions-from-c-buffer): Use with-syntax-table.
4238 (make-completion): Don't return a list of completion entries.
4239 Update callers.
4240 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
4241 (completion-initialize): Rename from initialize-completions.
4242 (completion-find-file-hook): Rename from cmpl-find-file-hook.
4243 (kill-emacs-save-completions): Collect stats here.
4244 (save-completions-to-file, load-completions-from-file):
4245 Use with-current-buffer.
4246 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
4247 into a function. Move all calls to toplevel.
4248 (completion-lisp-mode-hook): New fun.
4249 (completion-c-mode-hook, completion-setup-fortran-mode):
4250 Set the syntax-table here. Use local-set-key.
4251 (completion-saved-bindings): New var.
4252 (dynamic-completion-mode): Make it into a proper minor mode.
4253 (load-completions-from-file): Remove unused var `num-uses'.
4254
4255 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
4256 constructor if it is explicitly overridden.
4257
4258 * complete.el (PC-completion-as-file-name-predicate):
4259 Use minibuffer-completing-file-name.
4260 (partial-completion-mode): Use find-file-not-found-functions.
4261 (PC-lisp-complete-symbol): Use with-syntax-table.
4262 (PC-look-for-include-file): Remove dead setq.
4263 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
4264 (PC-complete): Use with-current-buffer.
4265
4266 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
4267 escape single quotes.
4268
4269 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
4270
4271 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
4272 of `if' whose condition always returned nil. Doc fix.
4273
4274 * buff-menu.el (Buffer-menu-revert-function): Make the selected
4275 window's buffer the current buffer around the call to
4276 `list-buffers-noselect'. This is necessary to mark that buffer
4277 with a `.' in the Buffer Menu when called from Lisp, for instance
4278 by Auto Revert Mode.
4279
4280 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
4281
4282 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
4283 attaching to it.
4284 (gdb-pre-prompt): Make sure gdb-error is reset.
4285
4286 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
4287 with a child process, detect it.
4288 (gud-speedbar-buttons): Match regexp more carefully.
4289
4290 2005-11-27 Richard M. Stallman <rms@gnu.org>
4291
4292 * mouse.el (mouse-drag-move-window-bottom):
4293 Use adjust-window-trailing-edge.
4294
4295 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
4296
4297 * simple.el (blink-matching-open): Ignore
4298 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
4299 (blink-matching-paren-on-screen): Update docstring.
4300
4301 * paren.el (show-paren-mode): No longer change
4302 `blink-matching-paren-on-screen'.
4303
4304 2005-11-27 John Paul Wallington <jpw@pobox.com>
4305
4306 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
4307 (gdb-threads-select, gdb-edit-register-value):
4308 Use `posn-set-point' instead of `mouse-set-point' because the
4309 latter is not fbound when configured without X.
4310
4311 2005-11-27 Kim F. Storm <storm@cua.dk>
4312
4313 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
4314 existing face when partially highlighting a TAB in a rectangle.
4315
4316 2005-11-26 Kim F. Storm <storm@cua.dk>
4317
4318 * ido.el (ido-mode-map): Doc fix.
4319 (ido-mode-common-map, ido-mode-file-map)
4320 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
4321 (ido-define-mode-map): Rewrite. Select one of the new maps as
4322 parent for ido-mode-map instead of building from scratch.
4323 (ido-init-mode-maps): New defun to initialize new maps.
4324 (ido-mode): Call it.
4325 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
4326 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
4327
4328 2005-11-26 John Paul Wallington <jpw@pobox.com>
4329
4330 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
4331 `mouse-set-point' because the latter is not fbound when configured
4332 without X.
4333
4334 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
4335
4336 * files.el (file-relative-name): Doc fix.
4337
4338 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4339
4340 * progmodes/octave-inf.el (inferior-octave-startup): Force a
4341 non-empty string for secondary prompt PS2.
4342
4343 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
4344
4345 * progmodes/compile.el (compilation-setup): Fix last change.
4346
4347 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
4348
4349 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
4350 (gdb-mouse-toggle-breakpoint-margin)
4351 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
4352 Add gdb-server-prefix to keep out of command history.
4353 (gdb-edit-register-value): New function.
4354 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
4355 (gdb-info-registers-custom): Use above map.
4356
4357 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
4358
4359 * custom.el (enable-theme): Signal error if argument is not a
4360 theme. Don't recalculate a face if it's not loaded yet.
4361
4362 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
4363 the `user' theme is in effect.
4364
4365 * info.el (Info-on-current-buffer): Record actual filename in
4366 Info-current-file, instead of t, or a fake filename if a non-file
4367 buffer. Make autoload.
4368 (Info-find-node, Info-revert-find-node): No need to check for
4369 Info-current-file nil.
4370 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
4371 Info-current-file is now never `t'.
4372 (Info-fontify-node): Many simplifications due to Info-current-file
4373 always being valid. Use Info-find-file to find node filename.
4374
4375 2005-11-25 David Kastrup <dak@gnu.org>
4376
4377 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
4378 new character, then delete" in order to preserve markers.
4379
4380 2005-11-25 David Ponce <david@dponce.com>
4381
4382 * recentf.el (recentf-arrange-by-rule): Handle a special
4383 `auto-mode-alist'-like "strip suffix" rule.
4384 (recentf-build-mode-rules): Handle second level auto-mode entries.
4385
4386 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
4387
4388 * viper-keym.el (viper-ESC-key): Use different values in terminal and
4389 window modes.
4390
4391 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
4392 jde-javadoc-checker-report-mode.
4393
4394 * ediff-wind (ediff-make-wide-display): Slight simplification.
4395
4396 * ediff.el (ediff-date): Change the date of last update.
4397
4398 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
4399
4400 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
4401 Use define-minor-mode, and make it a local mode. Turn on font-lock.
4402 (hi-lock-mode): New global minor mode.
4403 (turn-on-hi-lock-if-enabled): New function.
4404 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
4405 Change arguments to regexp and face instead of a font-lock pattern.
4406 Directly set face property, instead of refontifying.
4407 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
4408 (hi-lock-find-patterns): Use line-number-at-pos.
4409
4410 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
4411 arguments for hi-lock-set-pattern.
4412 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
4413 Call font-lock-fontify-buffer.
4414 (hi-lock-find-file-hook, hi-lock-current-line)
4415 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
4416
4417 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
4418 turned off.
4419
4420 * progmodes/compile.el (compilation-setup): Don't fiddle with
4421 font-lock-defaults.
4422
4423 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
4424
4425 * progmodes/gdb-ui.el (gdb-var-create-handler)
4426 (gdb-var-list-children-handler): Find values for all variable
4427 objects. gud-speedbar-buttons decides whether to display them.
4428
4429 2005-11-24 Romain Francoise <romain@orebokech.com>
4430
4431 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
4432 buffer name with a space.
4433
4434 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
4435
4436 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
4437 `org-export-local-list-max-depth'. Change default value to 3.
4438 (org-auto-renumber-ordered-lists)
4439 (org-plain-list-ordered-item-terminator): New options.
4440 (org-at-item-p, org-beginning-of-item, org-end-of-item)
4441 (org-get-indentation, org-get-string-indentation)
4442 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
4443 New functions.
4444 (org-move-item-down, org-move-item-up): New commands.
4445 (org-export-as-html): New classes for CSS support. Bug fix in
4446 regular expression detecting fixed-width regions. Respect
4447 `org-local-list-ordered-item-terminator'.
4448 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
4449 also a list item.
4450 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
4451 New item moving functions.
4452
4453 2005-11-24 Juri Linkov <juri@jurta.org>
4454
4455 * isearch.el (isearch-repeat): With empty search ring set
4456 `isearch-error' to the error string instead of signaling error
4457 with the function `error'.
4458
4459 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4460
4461 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
4462
4463 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
4464
4465 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
4466 and variable.
4467 (gdb-var-create-handler, gdb-var-list-children-handler):
4468 Don't match on "char **...".
4469 (gdb-var-update-handler): Find values for all variable objects.
4470 (gdb-info-frames-custom): Identify frames by leading "#".
4471
4472 * progmodes/gud.el (gud-speedbar-menu-items): Add
4473 gdb-speedbar-auto-raise as radio button.
4474 (gud-speedbar-buttons): Raise speedbar if requested.
4475 Don't match on "char **...".
4476 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
4477 Make it editable.
4478
4479 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
4480
4481 * info.el (Info-fontify-node): Handle the case where
4482 Info-current-file is t.
4483
4484 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 * simple.el (blink-matching-open): Fix off-by-one in last change.
4487
4488 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4489
4490 * term/mac-win.el: Don't change default directory.
4491
4492 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
4493
4494 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
4495 buffers correctly. (It used to throw an error in such buffers.)
4496 Make it ask for confirmation in group buffers and other Custom
4497 buffers containing more than one customization item.
4498
4499 2005-11-22 John Paul Wallington <jpw@gnu.org>
4500
4501 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
4502 property on mail and url overlays.
4503 (goto-address-at-point): Use `posn-set-point' instead of
4504 `mouse-set-point' because the latter is not fbound when configured
4505 without X.
4506
4507 2005-11-22 Lars Hansen <larsh@soem.dk>
4508
4509 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
4510 (ls-lisp-classify, ls-lisp-format): Delete call to
4511 ls-lisp-parse-symlink.
4512 (ls-lisp-handle-switches): Handle symlinks to directories as
4513 directories when ls-lisp-dirs-first in non-nil.
4514
4515 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
4516
4517 * startup.el (command-line): Make sure that loaddefs.el is handled
4518 correctly in load-history.
4519
4520 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
4521
4522 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
4523 (gdb-struct-string, gdb-array-string): New constants.
4524 (gdb-info-locals-handler): Use them.
4525 (gdb-reset): Reset gdb-var-list to nil.
4526
4527 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4528
4529 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
4530 in patterns.
4531
4532 2005-11-21 Juri Linkov <juri@jurta.org>
4533
4534 * custom.el (defcustom): Update link types in docstring.
4535
4536 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
4537
4538 * custom.el (defgroup): Add doc-string-elt info.
4539
4540 * widget.el (define-widget): Don't use declare for the doc-string-elt.
4541
4542 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4543
4544 * newcomment.el (comment-enter-backward): Fix last fix.
4545
4546 * simple.el (blink-matching-open):
4547 * paren.el (show-paren-function): Allow new paren-class info.
4548
4549 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
4550
4551 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
4552 handled automagically.
4553
4554 2005-11-20 Andreas Schwab <schwab@suse.de>
4555
4556 * descr-text.el (describe-char): When copying overlays put them
4557 over the full char description instead of just the first character
4558 of it.
4559
4560 2005-11-20 Juri Linkov <juri@jurta.org>
4561
4562 * simple.el (what-cursor-position):
4563 * descr-text.el (describe-char): Use Lisp-readable syntax
4564 for octal and hex. Reorder decimal, octal and hex values.
4565 Remove excess whitespace in the output. Use `=' in `column='
4566 like in `point=' and `Hscroll='.
4567
4568 * international/mule-cmds.el (encoded-string-description):
4569 Use Lisp-readable syntax for hex.
4570
4571 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4572
4573 * newcomment.el (comment-enter-backward): Handle the case where the
4574 comment is closed by EOB.
4575
4576 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
4577
4578 * longlines.el (longlines-before-revert-hook)
4579 (longlines-after-revert-hook): New functions.
4580 (longlines-mode): Turn off longlines temporarily when reverting.
4581 Add a message-setup-hook.
4582 (longlines-decode-buffer): New function.
4583 (longlines-wrap-line): Preserve marker positions.
4584
4585 2005-11-19 Andreas Schwab <schwab@suse.de>
4586
4587 * emacs-lisp/shadow.el: Handle compressed files.
4588
4589 2005-11-19 Romain Francoise <romain@orebokech.com>
4590
4591 * net/browse-url.el (browse-url-default-browser): Signal an error
4592 if no usable browser can be found, rather than try to load w3.
4593
4594 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
4595
4596 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
4597 replacing existing properties.
4598 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4599 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
4600 tty specs.
4601 (rcirc-server-prefix, rcirc-server): New faces.
4602 (rcirc-url-regexp): Generate with rx macro.
4603 (rcirc-last-server-message-time): New variable.
4604 (rcirc-filter): Record time of last message.
4605 (rcirc-keepalive): Kill processes that did not send a message
4606 since the last ping.
4607 (rcirc-mode): Give rcirc-topic a local binding here.
4608
4609 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
4610
4611 * subr.el (read-passwd): Fontify the prompt as we do with other
4612 prompts.
4613
4614 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
4615
4616 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
4617 binding buffer-read-only to nil.
4618
4619 2005-11-19 Eli Zaretskii <eliz@gnu.org>
4620
4621 * complete.el (partial-completion-mode):
4622 Mention completion-auto-help in the doc string.
4623
4624 * man.el (Man-highlight-references): Doc fix. Reformat code in a
4625 more Lisp-ish way.
4626
4627 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4628
4629 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
4630 digits, not 8, to avoid misalignment for files larger than 100MB.
4631
4632 2005-11-19 Eli Zaretskii <eliz@gnu.org>
4633
4634 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
4635 Mention "keyboard shortcuts" in the help text.
4636
4637 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4638
4639 * startup.el (fancy-splash-default-action): Discard only
4640 mouse-down and succeeding mouse-up events in the splash screen
4641 window so that drag-n-drop event can be processed.
4642
4643 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
4644
4645 * longlines.el (longlines-mode): Add hacks for mail-mode and
4646 message-mode.
4647
4648 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
4649
4650 * textmodes/org.el (org-table-sort-lines): New command.
4651 (org-tbl-menu): Add entry for `org-table-sort-lines'.
4652 (org-add-file): Command removed, use `org-agenda-file-to-front'
4653 instead.
4654 (org-export-icalendar): Use `org-icalendar-combined-name'.
4655 (org-cycle-agenda-files, org-agenda-file-to-end)
4656 (org-agenda-file-to-front): New commands.
4657 (org-table-tab-jumps-over-hlines, org-export-html-style):
4658 New options.
4659 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
4660 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
4661 New functions.
4662 (org-fill-paragraph): Call `org-table-align' in tables.
4663 (org-mode): Call `org-set-autofill-regexps'.
4664 (org-export-as-html): Support for local handformatted lists.
4665 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
4666 (org-export-local-list-max-depth): New option.
4667 (org-html-expand): Use `org-html-protect'.
4668
4669 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
4670
4671 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
4672 to "p".
4673 (gdb): Move definition of gud-pp to...
4674
4675 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
4676 speedbar.
4677 (gdb-find-watch-expression): New function.
4678
4679 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
4680
4681 * faces.el (face-attribute, set-face-attribute): Mention existence
4682 of `:ignore-defface' setting in docstring.
4683
4684 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4685
4686 * simple.el (completion-setup-function): Fix last change.
4687
4688 2005-11-17 John Paul Wallington <jpw@pobox.com>
4689
4690 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
4691 Use `posn-set-point' instead of `mouse-set-point' because the
4692 latter is not fbound when configured without X.
4693
4694 * comint.el (comint-insert-input): Likewise.
4695
4696 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
4697
4698 * simple.el (hard-newline): New variable.
4699 (sendmail-user-agent-compose, next-line): Use it.
4700
4701 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
4702 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
4703 (mail-mail-reply-to, mail-mail-followup-to)
4704 (mail-position-on-field, mail-signature, mail-yank-original)
4705 (mail-attach-file): Likewise.
4706
4707 * mail/mailheader.el (mail-header-format)
4708 (mail-header-format-function): Likewise.
4709
4710 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
4711
4712 2005-11-17 Juri Linkov <juri@jurta.org>
4713
4714 * font-lock.el (font-lock-faces): Rename this defgroup from
4715 `font-lock-highlighting-faces'.
4716 (font-lock-comment-face, font-lock-comment-delimiter-face)
4717 (font-lock-string-face, font-lock-doc-face)
4718 (font-lock-keyword-face, font-lock-builtin-face)
4719 (font-lock-function-name-face, font-lock-variable-name-face)
4720 (font-lock-type-face, font-lock-constant-face)
4721 (font-lock-warning-face, font-lock-negation-char-face)
4722 (font-lock-preprocessor-face)
4723 (font-lock-regexp-grouping-backslash)
4724 (font-lock-regexp-grouping-construct): Rename :group from
4725 `font-lock-highlighting-faces' to `font-lock-faces'.
4726
4727 * cus-edit.el (lisp, c, tex):
4728 * progmodes/ada-mode.el (ada):
4729 * progmodes/asm-mode.el (asm):
4730 * progmodes/cperl-mode.el (cperl-faces):
4731 * progmodes/cpp.el (cpp):
4732 * progmodes/dcl-mode.el (dcl):
4733 * progmodes/f90.el (f90):
4734 * progmodes/fortran.el (fortran):
4735 * progmodes/icon.el (icon):
4736 * progmodes/idlwave.el (idlwave-misc):
4737 * progmodes/m4-mode.el (m4):
4738 * progmodes/make-mode.el (makefile):
4739 * progmodes/meta-mode.el (meta-font):
4740 * progmodes/modula2.el (modula2):
4741 * progmodes/octave-mod.el (octave):
4742 * progmodes/pascal.el (pascal):
4743 * progmodes/perl-mode.el (perl):
4744 * progmodes/prolog.el (prolog):
4745 * progmodes/ps-mode.el (PostScript-edit):
4746 * progmodes/scheme.el (scheme):
4747 * progmodes/sh-script.el (sh-script):
4748 * progmodes/simula.el (simula):
4749 * progmodes/tcl.el (tcl):
4750 * textmodes/nroff-mode.el (nroff):
4751 * textmodes/reftex-vars.el (reftex-fontification-configurations):
4752 * textmodes/sgml-mode.el (sgml):
4753 * textmodes/texinfo.el (texinfo):
4754 Add :link (custom-group-link font-lock-faces) to defgroup.
4755
4756 * hi-lock.el (hi-lock): Rename this defgroup from
4757 `hi-lock-interactive-text-highlighting'. Change parent group from
4758 `faces' to `font-lock'. Add link to the manual.
4759 (hi-lock-mode, hi-lock-file-patterns-range)
4760 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
4761 `hi-lock-interactive-text-highlighting' to `hi-lock'.
4762 (hi-lock-faces): Add :group `faces'.
4763
4764 * cus-edit.el (custom-variable-prompt): Clarify the code.
4765
4766 * faces.el (face-read-string): Set the default value arg of
4767 completing-read.
4768
4769 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
4770
4771 * rfn-eshadow.el (file-name-shadow-properties)
4772 (file-name-shadow-tty-properties, file-name-shadow-mode):
4773 Remove autoloads, because the file is now preloaded.
4774
4775 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4776
4777 * printing.el (easy-menu-intern): Don't define.
4778 (pr-get-symbol): Use easy-menu-intern only if defined.
4779
4780 * simple.el (blink-matching-open): Simplify a bit.
4781 (completion-setup-function): Fix the case of partial-completion-mode
4782 when the minibuffer's contents start with "-".
4783 Obey completion-base-size-function even when
4784 minibuffer-completing-file-name is non-nil.
4785
4786 2005-11-16 Richard M. Stallman <rms@gnu.org>
4787
4788 * net/eudcb-ph.el (eudc-ph-open-session):
4789 Use set-process-query-on-exit-flag.
4790
4791 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
4792
4793 * international/ucs-tables.el (ucs-set-table-for-input):
4794 Use make-local-variable, not make-variable-buffer-local.
4795
4796 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4797 Improve warning message text.
4798
4799 * savehist.el (savehist-save-hook): Add :group.
4800
4801 * menu-bar.el (menu-bar-help-menu):
4802 Rename Find Extra Packages to External Packages.
4803
4804 * cus-edit.el (Custom-reset-standard): Verify that
4805 :custom-standard-value prop exists before calling it.
4806
4807 * apropos.el (apropos-calc-scores): Use apropos-pattern.
4808
4809 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
4810
4811 * wid-edit.el (color): Enclose %t in %{...%}.
4812
4813 * cus-edit.el (face): Enclose %t in %{...%}.
4814
4815 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
4816
4817 * savehist.el (savehist-mode-hook): Re-add the var.
4818 (savehist-mode): Use it.
4819
4820 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * textmodes/flyspell.el: Fix commenting convention.
4823 Remove unnecessary leading * in custom docstrings.
4824 (flyspell-emacs): Remove unused var.
4825 (flyspell-delete-region-overlays): Use remove-overlays.
4826 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
4827 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
4828 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
4829 (flyspell-debug-signal-word-checked): Use with-current-buffer.
4830 (make-flyspell-overlay): Don't locally reuse a global name.
4831 (flyspell-highlight-incorrect-region)
4832 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
4833 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
4834 (flyspell-notify-misspell): Remove unused args `start' and `end'.
4835 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
4836 Wrap calls to accept-process-output inside with-local-quit since it's
4837 often called from a post-command-hook.
4838 (flyspell-correct-word, flyspell-auto-correct-word):
4839 Use ispell-send-string.
4840 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
4841
4842 * calendar/diary-lib.el (diary-list-entries): Also hide the
4843 terminating newline.
4844
4845 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
4846
4847 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
4848 window-system, to allow fonts on tty.
4849
4850 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
4851
4852 * progmodes/gud.el (gud-speedbar-item-info): New function.
4853 (gud-install-speedbar-variables): Use it to display data type
4854 of watch expression as a tooltip in speedbar.
4855
4856 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
4857
4858 * font-core.el (global-font-lock-mode): Add :version keyword,
4859 because default was changed.
4860
4861 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
4862
4863 * startup.el (command-line): Use `custom-reevaluate-setting' for
4864 `file-name-shadow-mode'.
4865
4866 * loadup.el: Preload rfn-eshadow.
4867
4868 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
4869 Add :version keyword.
4870 (file-name-shadow-properties, file-name-shadow-tty-properties)
4871 (file-name-shadow): Add :version keyword.
4872
4873 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
4874 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
4875 in the custom-group property of the symbol frames and the fringe
4876 group got no link to its parent group frames.
4877 Doc fix.
4878
4879 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
4880
4881 * progmodes/gud.el (gud-stop-subjob): New function.
4882 (gud-menu-map, gud-tool-bar-map): Use it.
4883
4884 2005-11-16 Kim F. Storm <storm@cua.dk>
4885
4886 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
4887 than kill it.
4888 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
4889 to a more useful/logical place.
4890
4891 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
4892
4893 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
4894 go buttons complementary.
4895
4896 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4897
4898 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
4899 (rfn-eshadow-sifn-equal): New function.
4900 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
4901
4902 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
4903
4904 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
4905 string.
4906
4907 * viper.el (viper-emacs-state-mode-list): Ensure that
4908 rcirc-mode buffers come up in Emacs state.
4909
4910 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
4911 operation.
4912
4913 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4914
4915 * term.el (term-termcap-format): Fix typos.
4916 (term-down): Fix the negative argument case.
4917
4918 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
4919
4920 * progmodes/gdb-ui.el: Remove face-alias left over from change on
4921 2005-08-15.
4922 (gdb-ann3): New command gud-go.
4923 (menu): Accomodate gdb-mi.el.
4924 (gdb-assembler-custom): Make buffer of selected window current
4925 so that set-window-point works.
4926
4927 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
4928 buttons and include new ones.
4929
4930 2005-11-16 Kim F. Storm <storm@cua.dk>
4931
4932 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
4933 (gud-menu-map): Use it.
4934
4935 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
4936
4937 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
4938 that works correctly for Custom and that does not override a user
4939 who disables it.
4940
4941 * help-mode.el (help-make-xrefs, help-xref-on-pp)
4942 (help-xref-interned, help-follow): Make hyperlinks for variables
4943 that are unbound, but have a non-nil variable-documentation property.
4944
4945 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
4946 mode hook. (It conflicted with defcustoms for some mode hooks.)
4947 Use the `variable-documentation' property to give the mode hook a
4948 docstring and expand that docstring.
4949
4950 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
4951
4952 * savehist.el (savehist-mode): Don't bother with
4953 `custom-set-minor-mode'.
4954 (savehist-coding-system): Check XEmacs version.
4955 (history-length): Declare also at run time.
4956 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
4957 Don't set the customize state.
4958 (savehist-minibuffer-hook): Special case for when
4959 minibuffer-history-variable is equal to t.
4960
4961 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 * files.el (write-file): Refresh VC status.
4964
4965 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
4966 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
4967 than fundamental-mode to see if the mode was set.
4968
4969 2005-11-14 Romain Francoise <romain@orebokech.com>
4970
4971 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
4972 dummy function in `eval-when-compile' to avoid compiler warning.
4973 Require `man' at compile time.
4974
4975 2005-11-14 Jay Belanger <belanger@truman.edu>
4976
4977 * calc-alg.el (calcFunc-write-out-power): Rename it to
4978 calcFunc-powerexpand.
4979 (math-write-out-power): Rename it to math-powerexpand; have it
4980 handle negative exponents.
4981 (calc-writeoutpower): Rename it to calc-powerexpand.
4982
4983 * calc-ext.el: Change calcFunc-writeoutpower and
4984 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
4985 autoloads.
4986 Add calcFunc-ldiv to autoloads.
4987
4988 * calc-arith.el (calcFunc-ldiv): New function.
4989
4990 * calc.el (calc-left-divide): New function.
4991
4992 2005-11-14 Juri Linkov <juri@jurta.org>
4993
4994 * cus-edit.el (custom-variable-prompt): Set the default value arg
4995 of completing-read.
4996
4997 * cus-dep.el (custom-make-dependencies): Reverse the list of
4998 found dependencies.
4999
5000 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
5001
5002 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
5003 Highlighting" entry, it is on by default now.
5004 (menu-bar-options-save): Do not save global-font-lock-mode.
5005
5006 2005-11-13 Richard M. Stallman <rms@gnu.org>
5007
5008 * textmodes/flyspell.el (flyspell-large-region):
5009 Call flyspell-accept-buffer-local-defs.
5010
5011 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
5012
5013 * textmodes/flyspell.el (flyspell-notify-misspell):
5014 Fix misspelling of "Misspelling".
5015 (flyspell-process-localwords): New function.
5016 (flyspell-large-region): Call flyspell-process-localwords and
5017 flyspell-delete-region-overlays.
5018 (flyspell-delete-region-overlays): New function.
5019 (flyspell-delete-all-overlays): Call that.
5020
5021 2005-11-13 Richard M. Stallman <rms@gnu.org>
5022
5023 * help.el (help-for-help-internal): Improve doc of C-h a.
5024 (describe-key): Improve prompt; doc fix.
5025
5026 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5027
5028 * vc-svn.el (vc-svn-registered): Catch all errors.
5029
5030 * cus-dep.el (custom-make-dependencies): Typo.
5031
5032 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
5033
5034 * net/tramp-util.el (top): Fix compilation warning.
5035
5036 2005-11-13 Kim F. Storm <storm@cua.dk>
5037
5038 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
5039
5040 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
5041
5042 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
5043 (gud-speedbar-buttons): Match on "const char *" too.
5044
5045 * progmodes/gdb-ui.el (gdb-var-create-handler)
5046 (gdb-var-list-children-handler): Match on "const char *" too.
5047 (gdb-var-evaluate-expression-handler): Match on empty string.
5048 (gdb-var-update-handler): Only call
5049 gdb-var-evaluate-expression-handler when required.
5050
5051 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
5052
5053 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
5054 selected window. This still doesn't work for speedbar.
5055 (gud-speedbar-buttons): Handle string expressions properly.
5056
5057 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5058 (gdb-var-create-handler): Handle string expressions properly.
5059 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
5060 Handle string expressions properly. Move "type" field into regexp.
5061
5062 2005-11-12 Karl Fogel <kfogel@red-bean.com>
5063
5064 * bookmark.el (bookmark-maybe-message): New function to reduce
5065 code duplication: invokes `message' iff baud-rate is high enough.
5066 (bookmark-write-file): Use above instead of an inline conditional.
5067 (bookmark-load): Same.
5068
5069 2005-11-12 Karl Fogel <kfogel@red-bean.com>
5070
5071 * bookmark.el (bookmark-write-file): Don't visit the destination
5072 file, just write the data to it using write-region. This is
5073 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
5074 change to avoid visiting the file in the first place.
5075
5076 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
5077
5078 * hi-lock.el (hi-lock-mode): Set the default value of
5079 font-lock-defaults.
5080
5081 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
5082
5083 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
5084 arg to `file-attributes'.
5085 (find-lisp-format): The UID and GID can now be strings.
5086
5087 2005-11-12 Kim F. Storm <storm@cua.dk>
5088
5089 * help.el (help-map): Bind C-h d to apropos-documentation.
5090
5091 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
5092 when point is at end-of-buffer.
5093
5094 * apropos.el (apropos-match-face): Doc fix.
5095 (apropos-sort-by-scores): Add new choice `verbose'.
5096 (apropos-documentation-sort-by-scores): New defcustom.
5097 (apropos-pattern): Now contains the pattern entered by the user.
5098 (apropos-pattern-quoted): New defvar.
5099 (apropos-regexp): New defvar, containing the regexp corresponding
5100 to apropos-pattern.
5101 (apropos-all-words-regexp): Rename from apropos-all-regexp.
5102 (apropos-read-pattern): New defun. Use it to read pattern arg in
5103 interactive calls; returns list of words for a word list, and
5104 string for a regexp.
5105 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
5106 parses a list of words or regexp as returned by apropos-read-pattern.
5107 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
5108 (apropos-score-doc): Return a very high score if the string
5109 entered by the user matches literally.
5110 (apropos-variable): Doc fix. Use apropos-read-pattern.
5111 (apropos-command): Doc fix. Use apropos-read-pattern and
5112 apropos-parse-pattern. Call apropos-print with nosubst=t.
5113 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
5114 apropos-parse-pattern.
5115 (apropos-documentation): Doc fix. Use apropos-read-pattern and
5116 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
5117 apropos-documentation-sort-by-scores. Call apropos-print with
5118 nosubst=t.
5119 (apropos-documentation-internal): Pass doc string through
5120 substitute-key-definition before adding text properties.
5121 Highlight substring matching literal user input if possible.
5122 (apropos-documentation-check-doc-file): Remove locals beg and end.
5123 Fix calculation of score (as added twice). Pass doc string through
5124 substitute-key-definition before adding text properties.
5125 (apropos-documentation-check-elc-file): Pass doc string through
5126 substitute-key-definition before adding text properties.
5127 Highlight substring matching literal user input if possible.
5128 (apropos-print): Add new arg NOSUBST; if set, command and variable
5129 doc strings have already been passed through substitute-key-definition.
5130 Add code to handle apropos-accumulator items without score element
5131 for backwards compatibility (e.g. with woman package).
5132 Only show scores if apropos-sort-by-scores is `verbose'.
5133
5134 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5135
5136 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
5137 Add jka-compr-load-suffixes to load-suffixes.
5138
5139 * jka-compr.el: Require jka-cmpr-hook.
5140 (jka-compr-info-compress-message, jka-compr-info-compress-program)
5141 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
5142 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
5143 (jka-compr-info-can-append, jka-compr-info-strip-extension)
5144 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
5145 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
5146 (jka-compr-uninstall): Remove entries from
5147 jka-compr-added-to-file-coding-system-alist after they are used.
5148 (jka-compr-error): Remove unused var `curbuf'.
5149 (jka-compr-file-local-copy): Remove unused var `notfound'.
5150
5151 2005-11-10 Romain Francoise <romain@orebokech.com>
5152
5153 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
5154
5155 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
5156
5157 * progmodes/gud.el (gud-menu-map): Move parentheses.
5158 (gdb): New command gud-pv.
5159
5160 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5161
5162 * tar-mode.el: Remove spurious or unnecessary leading stars
5163 in docstrings.
5164 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
5165 (tar-parse-octal-integer-safe): Use mapc.
5166 (tar-header-block-summarize): Remove unused var `ck'.
5167 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
5168 cleared before. Obey default-enable-multibyte-characters.
5169 Use mapconcat. Simplify setting of tar-header-offset.
5170 (tar-mode-map): Move initialization inside delcaration.
5171 (tar-flag-deleted): Use `abs'.
5172 (tar-expunge-internal): Remove unused var `line'.
5173 (tar-expunge-internal): Don't hardcode point-min==1.
5174 (tar-expunge): Widen while doing set-buffer-multibyte.
5175 (tar-rename-entry): Use file-name-coding-system.
5176 (tar-alter-one-field): Don't hardcode point-min==1.
5177 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
5178 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
5179
5180 2005-11-10 Masatake YAMATO <jet@gyve.org>
5181
5182 * add-log.el (add-log-current-defun): Handle class::method
5183 notation of c++. Fix incorrect comment.
5184
5185 2005-11-10 Alan Mackenzie <acm@muc.de>
5186
5187 * help-fns.el (describe-variable): Make C-h v work when a variable
5188 has variable documentation yet is unbound.
5189
5190 2005-11-10 Masatake YAMATO <jet@gyve.org>
5191
5192 * man.el (Man-highlight-references): Set an empty
5193 string to `Man-arguments' if it is nil.
5194 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
5195
5196 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5197
5198 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
5199 commenting conventions.
5200
5201 * cus-dep.el (custom-make-dependencies): Simplify.
5202 Better follow the commenting conventions.
5203
5204 2005-11-09 Richard M. Stallman <rms@gnu.org>
5205
5206 * apropos.el (apropos-pattern): Rename from apropos-regexp.
5207 (apropos-orig-pattern): Rename from apropos-orig-regexp.
5208 All uses changed.
5209 (apropos-rewrite-regexp): Doc fix.
5210 (apropos-variable, apropos-command, apropos, apropos-value):
5211 Change prompt; carry through the argument renaming.
5212
5213 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
5214
5215 * find-lisp.el: Require dired.
5216 (find-lisp-find-dired-internal): Do not call
5217 `abbreviate-file-name' on DIR.
5218
5219 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
5220
5221 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
5222
5223 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
5224
5225 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
5226 when using the speedbar.
5227 (gdb): New command gud-pp.
5228 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
5229
5230 2005-11-09 Juri Linkov <juri@jurta.org>
5231
5232 * replace.el (occur-excluded-properties): New defcustom.
5233 (occur-1, occur-engine, occur-accumulate-lines): Use it.
5234
5235 2005-11-08 Jay Belanger <belanger@truman.edu>
5236
5237 * calc/calc-units.el (math-convert-units): Replace any composite
5238 unit by its definition.
5239
5240 2005-11-08 Lars Hansen <larsh@soem.dk>
5241
5242 * emacs-lisp/autoload.el (update-directory-autoloads):
5243 Add obsolete function alias.
5244
5245 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5246
5247 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5248 comment-indent-function.
5249 (lisp-comment-indent): Replace by an alias for comment-indent-default.
5250
5251 * reveal.el (reveal-post-command): Rework the handling of
5252 reveal-open-spots, so as to be more reliable. There were several
5253 tricky corner cases where an open spot might be lost, or where
5254 a closed spot might end up on the list of open spots.
5255 Only reveal text that's ellipsised.
5256
5257 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
5258
5259 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
5260
5261 2005-11-07 John Paul Wallington <jpw@gnu.org>
5262
5263 * ibuffer.el (ibuffer): Search iconified frames too when
5264 getting Ibuffer buffer's window.
5265
5266 2005-11-06 Richard M. Stallman <rms@gnu.org>
5267
5268 * progmodes/compile.el (compilation-internal-error-properties):
5269 save-excursion around the computation of MARKER.
5270
5271 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
5272
5273 * textmodes/flyspell.el (flyspell-external-point-words):
5274 flyspell-get-word returns a list, not just a string.
5275
5276 2005-11-06 John Paul Wallington <jpw@pobox.com>
5277
5278 * ibuffer.el (ibuffer): Search all visible frames when getting
5279 Ibuffer buffer's window.
5280
5281 2005-11-07 Masatake YAMATO <jet@gyve.org>
5282
5283 * man.el (Man-reference-regexp): Accept spaces between
5284 `Man-name-regexp' and `Man-section-regexp'.
5285 (Man-apropos-regexp): New variable.
5286 (Man-abstract-xref-man-page): Use value for `Man-target-string'
5287 if available.
5288 (Man-highlight-references, Man-highlight-references0):
5289 Handle the case when `Man-arguments' includes "-k".
5290 (Man-highlight-references0): Rename the argument `TARGET-POS' to
5291 `TARGET'. `TARGET' can be a number, function or nil.
5292
5293 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
5294
5295 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
5296 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
5297 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
5298 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
5299 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
5300 (gdb-send-item): Use buffer-local-value and simplify.
5301
5302 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
5303
5304 * startup.el (command-line): Use `custom-reevaluate-setting' for
5305 `global-font-lock-mode'.
5306
5307 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
5308 by default, except in batch mode or when the -D option is given.
5309
5310 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
5311 specified keyword args on to `define-minor-mode'. Update docstring.
5312
5313 2005-11-05 Romain Francoise <romain@orebokech.com>
5314
5315 * replace.el (occur-engine): Add marker at end of line, too.
5316
5317 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
5318
5319 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5320 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5321 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5322 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5323 argument to all these routines, so the passphrase can be managed
5324 externally and passed in to the system.
5325 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5326 pgg-add-passphrase-to-cache function.
5327
5328 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5329 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
5330 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
5331 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
5332 argument to all these routines, so the passphrase can be managed
5333 externally and passed in to the system.
5334 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
5335 function.
5336
5337 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5338
5339 * font-lock.el: Don't deal with font-lock-face-attributes here,
5340 move the code ...
5341
5342 * startup.el (command-line): ... here. Use face-spec-set instead
5343 of custom-declare-face.
5344
5345 * faces.el (face-spec-set): Reset the face if spec is not nil.
5346
5347 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5348
5349 * newcomment.el (comment-region-internal): Box more tightly in the
5350 common case where there's no TAB in the boxed text.
5351
5352 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5353
5354 * info.el (info-tool-bar-map): Use images prev-node, next-node and
5355 up-node.
5356
5357 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
5358
5359 * newsticker.el: Commentary updated. Code formatting changed.
5360 (newsticker-version): Change to "1.9".
5361 (newsticker, newsticker-feed): Doc fix.
5362 (newsticker-url-list): Doc fix. Add option "Weekly".
5363 (newsticker-retrieval-interval): Add option "Weekly".
5364 (newsticker-headline-processing): Doc fix.
5365 (newsticker-auto-mark-filter): Remove.
5366 (newsticker-auto-mark-filter-list): New.
5367 (newsticker-layout, newsticker-sort-method): Doc fix.
5368 (newsticker-hide-old-items-in-newsticker-buffer)
5369 (newsticker-heading-format, newsticker-item-format)
5370 (newsticker-desc-format): Doc fix.
5371 (newsticker-show-all-rss-elements): Remove.
5372 (newsticker-show-all-news-elements): New.
5373 (newsticker-faces, newsticker-ticker): Doc fix.
5374 (remove-from-invisibility-spec): Code formatting.
5375 (newsticker--process-ids): New.
5376 (newsticker-mode): Doc fix.
5377 (newsticker-mode): Change mode-line-format.
5378 (newsticker-start): Remove debug output.
5379 (newsticker-start-ticker): Doc fix. Add autoload cookie.
5380 (newsticker-w3m-show-inline-images): Code formatting.
5381 (newsticker-next-item): Call `force-mode-line-update'.
5382 (newsticker-previous-item): Call `force-mode-line-update'.
5383 (newsticker-next-feed): Call `force-mode-line-update'.
5384 (newsticker-previous-feed): Call `force-mode-line-update'.
5385 (newsticker-mark-all-items-at-point-as-read): Code formatting.
5386 (newsticker-show-old-items): Do not show descs.
5387 (newsticker-hide-entry): Hide too much.
5388 (newsticker-hide-entry, newsticker-show-entry)
5389 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
5390 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
5391 (newsticker-toggle-auto-narrow-to-item): Code formatting.
5392 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
5393 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
5394 (newsticker-get-news): Call `force-mode-line-update'.
5395 Collect process ids.
5396 (newsticker--sentinel): Change coding system handling.
5397 Move image retrieval to new functions newsticker--get-logo-url-*.
5398 Move feed parsing to new functions newsticker--parse-*.
5399 Update list of process ids.
5400 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
5401 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
5402 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
5403 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
5404 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
5405 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
5406 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
5407 (newsticker--decode-coding-string): Remove.
5408 (newsticker--decode-numeric-entities): Check input. Format code.
5409 (newsticker--remove-whitespace): Check input.
5410 (newsticker--do-forget-preformatted): Doc fix.
5411 (newsticker--decode-rfc822-date): Allow for missing time.
5412 (newsticker--update-process-ids): New.
5413 (newsticker--image-sentinel): Change comment.
5414 (newsticker--image-read): Change error message.
5415 (newsticker--imenu-goto): Doc fix. Show headline title.
5416 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
5417 (newsticker--buffer-do-insert-text): Clean whitespace in
5418 html-rendered headline title. Code formatting.
5419 Call `newsticker--buffer-print-extra-elements'.
5420 (newsticker--buffer-print-extra-element): Remove.
5421 (newsticker--buffer-print-extra-elements): New.
5422 (newsticker--buffer-do-print-extra-element): New.
5423 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
5424 large sizes.
5425 (newsticker--run-auto-mark-filter)
5426 (newsticker--do-run-auto-mark-filter):
5427 Use `newsticker-auto-mark-filter-list'.
5428
5429 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
5430
5431 * net/rcirc.el: Use split-string OMIT-NULLS argument.
5432 (rcirc-print): Force redisplay before running hooks. Do long
5433 buffer truncation after making new text read-only. Deal with nil
5434 text when decoding strings. If TARGET is nil, use either the
5435 currently selected buffer, if it is an rcirc buffer and of the
5436 same process or the process buffer.
5437 (rcirc-mode): Remove header-line. Recompute short buffer names.
5438 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
5439 (rcirc-short-buffer-name): Add variable.
5440 (rcirc-kill-buffer-hook): Recompute short buffer names.
5441 Remove nick from private channel.
5442 (rcirc-send-input): Send command text to current-buffer.
5443 Don't clear overlay arrow here.
5444 (rcirc-short-buffer-name): Return a short buffer name.
5445 (rcirc-update-short-buffer-names, rcirc-abbreviate)
5446 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
5447 buffer-name abbreviations.
5448 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
5449 Do not touch nick-table when killing a parted channel.
5450 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
5451 Clear arrow from current buffer if it is now hidden.
5452 (rcirc-current-buffer): Add variable.
5453 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5454 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
5455 Remove -face from names.
5456 (rcirc-update-activity-string): Print "DND" when globally ignoring
5457 activity.
5458 (rcirc-ignore-buffer-activity-flag): Rename from
5459 rcirc-ignore-channel-activity.
5460 (rcirc-ignore-all-activity-flag): Doc fix.
5461 (rcirc-channels): Remove variable.
5462 (rcirc-kill-buffer-hook):
5463 (rcirc-get-buffer-create): Add nick to private channel.
5464 (rcirc-multiline-edit-submit): Remove tabs.
5465 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
5466 folded.
5467 (rcirc-remove-nick-channel): Bug fix.
5468 (rcirc-toggle-ignore-buffer-activity): Rename from
5469 rcirc-toggle-ignore-channel-activity.
5470 (rcirc-record-activity): Add buffers to the front of the list.
5471 (rcirc-update-activity): Remove killed buffers from list.
5472 (rcirc-process-server-response-1): Remove last argument if it is
5473 null before calling handler.
5474 (rcirc): Add "rcirc" defcustom prefix.
5475 (rcirc-prompt): Simplify default prompt.
5476 Use custom-initialize-default.
5477 (rcirc-private-chats): Remove variable.
5478 (rcirc-prompt): Change initialization.
5479 (rcirc-version): Remove function.
5480 (rcirc-id-string): Add constant.
5481 (rcirc-last-buffer): Remove variable.
5482 (rcirc-buffer-alist): Add variable.
5483 (rcirc-connect): Update variable setup.
5484 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
5485 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
5486 default.
5487 (rcirc-handler-generic): Trigger activity.
5488 (rcirc-send-message): Create the buffor of the target.
5489 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
5490 (rcirc-get-buffer): Just return nil if there is no matching buffer.
5491 (rcirc-multiline-edit-cancel): Remove function.
5492 (rcirc-set-last-buffer): Remove function.
5493 (rcirc-get-any-buffer): Add function.
5494 (rcirc-join-channels): Don't print /join text.
5495 (rcirc-toggle-ignore-channel-activity): Add and update echo area
5496 messages.
5497 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
5498 (rcirc-handler-NOTICE): Recognize CTCP responses.
5499 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
5500 constructing TOPIC string for buffers we are not JOINed.
5501 (rcirc-handler-CTCP-response): Add handler.
5502 (rcirc-multiline-edit-submit): Restore the window-configuration
5503 before adjusting point.
5504 (rcirc): Add customization group.
5505 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
5506 (rcirc-user-full-name, rcirc-startup-channels-alist)
5507 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
5508 (rcirc-ignore-all-activity-flag, rcirc-time-format)
5509 (rcirc-input-ring-size, rcirc-read-only-flag)
5510 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
5511 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
5512 Change defvar to defcustom.
5513 (rcirc-update-prompt): Add optional ALL arg, which will update
5514 prompts in all rcirc buffers. Regexp quote replacement text.
5515 (rcirc-fill-column): Accept frame-width as a value.
5516 (rcirc-set-changed): Add function.
5517 (rcirc-next-active-buffer): Write more meaningful messages.
5518 (rcirc-faces): Add customization group.
5519 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
5520 (rcirc-nick-in-message-face, rcirc-prompt-face)
5521 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
5522 (with-rcirc-process-buffer): Move before first usage.
5523 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
5524 (rcirc-debug-flag): Rename from `rcirc-log-p'.
5525 (rcirc-debug): Rename from `rcirc-log'.
5526 (rcirc-format-response-string): Do not print `-' chars for a
5527 NOTICE with no sender. Simplify output of server responses.
5528
5529 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
5530
5531 (rcirc-browse-url-map, rcirc-browse-url-at-point)
5532 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
5533 Make urls mouse and RET clickable.
5534
5535 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
5536
5537 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
5538
5539 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
5540
5541 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5542 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5543 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5544 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5545 argument to all these routines, so the passphrase can be managed
5546 externally and passed in to the system.
5547 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5548 pgg-add-passphrase-to-cache function.
5549
5550 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5551 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
5552 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
5553 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
5554 argument to all these routines, so the passphrase can be managed
5555 externally and passed in to the system.
5556 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
5557 function.
5558
5559 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
5560
5561 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
5562 from goto-address-url-regexp.
5563
5564 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
5565
5566 * textmodes/org.el (org-read-date, org-goto-calendar)
5567 (org-recenter-calendar, org-agenda-goto-calendar):
5568 Temporarily clear `calendar-move-hook'.
5569
5570 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
5571
5572 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
5573 merging.
5574
5575 * ediff-util.el (ediff-previous-difference): Don't skip regions that
5576 have merge clashes.
5577
5578 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5579
5580 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5581 Undo previous change.
5582
5583 * startup.el (command-line): Use `custom-reevaluate-setting' for
5584 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
5585 tty-register-default-colors on Mac.
5586
5587 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
5588
5589 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
5590 (gdb-buffer-type): Make it automatically buffer local...
5591 (gdb-get-create-buffer): ...and set it accordingly.
5592 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
5593 actually work.
5594
5595 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
5596
5597 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
5598 not red.
5599
5600 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
5601
5602 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
5603 case GUD buffer is not visible.
5604 (gdb-goto-breakpoint): Try to force display in source buffer.
5605 (gdb-frame-gdb-buffer): Copy other similar functions.
5606 (gdb-restore-windows): Don't display source if not asked for.
5607 (gdb-assembler-buffer-name): Don't capitalise.
5608
5609 2005-11-03 Richard M. Stallman <rms@gnu.org>
5610
5611 * wid-edit.el (key-sequence): New widget type.
5612
5613 * simple.el (set-mark-command-repeat-pop): New variable.
5614 (set-mark-command): Only interpret plan C-@ after a pop as a pop
5615 if set-mark-command-repeat-pop is true.
5616
5617 * info.el (Info-fontify-node): Don't display extra "see" if there
5618 already is one here.
5619
5620 * mouse.el: Fix special handling of DEL after dragging a region:
5621 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
5622 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
5623
5624 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
5625
5626 * textmodes/ispell.el (ispell-command-loop): Change `i' description
5627 not to assume it pertains to an affix.
5628
5629 * textmodes/flyspell.el (flyspell-post-command-hook):
5630 Bind deactivate-mark to prevent deactivation.
5631
5632 2005-11-03 Lars Hansen <larsh@soem.dk>
5633
5634 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
5635 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
5636 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
5637
5638 2005-11-03 Romain Francoise <romain@orebokech.com>
5639
5640 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
5641 Update copyright years.
5642
5643 2005-11-03 Sam Steingold <sds@gnu.org>
5644
5645 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5646 Use system-type instead of window-system because window-system is not
5647 correctly defined during loadup.
5648
5649 2005-11-02 Mark A. Hershberger <mah@everybody.org>
5650
5651 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
5652 (xml-parse-tag): Join strings separated by a comment properly.
5653
5654 2005-11-02 Andreas Schwab <schwab@suse.de>
5655
5656 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
5657
5658 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5659
5660 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
5661 (byte-optimize-pure-func): Quote the eval'd value.
5662
5663 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5664 Rename from perl-font-lock-syntactic-face-function.
5665 Change the calling convention so it can be used as a font-lock MATCHER.
5666 Do the parse-partial-sexp loop outselves.
5667 (perl-font-lock-syntactic-keywords): Use it.
5668 (perl-mode): Don't set font-lock-syntactic-face-function any more.
5669
5670 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
5671
5672 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
5673 disassembly buffer too.
5674 (gdb-exited): Remove overlay arrows when execution has finished.
5675 (gdb-info-frames-custom, gdb-info-threads-custom)
5676 (gdb-info-registers-custom): Don't add inappropriate text
5677 properties if inferior is not active.
5678
5679 2005-11-02 Glenn Morris <rgm@gnu.org>
5680
5681 * progmodes/fortran.el (fortran-blink-match):
5682 Use `blink-matching-delay'.
5683
5684 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
5685
5686 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
5687
5688 2005-11-02 Lars Hansen <larsh@soem.dk>
5689
5690 * net/tramp.el (tramp-action-out-of-band): Handle scp message
5691 "Permission denied".
5692
5693 2005-11-01 Richard M. Stallman <rms@gnu.org>
5694
5695 * textmodes/flyspell.el (flyspell-external-point-words):
5696 Pass nil to flyspell-get-word.
5697
5698 2005-11-02 Kim F. Storm <storm@cua.dk>
5699
5700 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
5701 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
5702
5703 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5704
5705 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
5706 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5707 (calendar-mouse-print-dates): Add optional `event' argument.
5708 Update interactive-spec.
5709 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5710 Use `calendar-event-to-date' instead of `event'.
5711
5712 2005-11-02 Masatake YAMATO <jet@gyve.org>
5713
5714 * progmodes/ld-script.el (ld-script-builtins):
5715 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
5716 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
5717 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
5718
5719 2005-11-01 Romain Francoise <romain@orebokech.com>
5720
5721 * vc-sccs.el: Update copyright year.
5722 * ezimage.el: Likewise.
5723
5724 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
5725
5726 * info.el (Info-fontify-node): Use `string-width' for fontifying
5727 underlined titles.
5728
5729 2005-11-01 Juri Linkov <juri@jurta.org>
5730
5731 * info.el (Info-fontify-node): Downcase node header keywords Node,
5732 Prev, Next, Up before comparison.
5733 (Info-history): Insert absolute directory name, and put invisible
5734 property on it.
5735
5736 2005-11-01 Juri Linkov <juri@jurta.org>
5737
5738 * info.el (Info-file-supports-index-cookies): New variable.
5739 (Info-find-node-2): Check makeinfo version for index cookie support.
5740 (Info-index-nodes): Search for nodes with index cookies only when
5741 Info-file-supports-index-cookies is t. Otherwise, search nodes
5742 with "Index" in the node name.
5743 (Info-index-node): Search index cookie in the current node only when
5744 Info-file-supports-index-cookies is t. Otherwise, check the word
5745 "Index" in the node name.
5746 (Info-find-emacs-command-nodes): Remove code that searches nodes
5747 with "Index" node name in the top menu.
5748
5749 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5750
5751 * progmodes/scheme.el (scheme-mode-variables): Use the default
5752 comment-indent-function.
5753
5754 * faces.el (face-attribute): Handle the case where a face inherits from
5755 a non-existent face.
5756
5757 * simple.el (eval-expression-print-format): Use lisp-readable syntax
5758 for octal and hexa output, and merge the char into the paren.
5759 (kill-new): Use push.
5760 (copy-to-buffer): Use with-current-buffer.
5761 (completion-setup-function): Move code in loop to remove redundancy.
5762 (minibuffer-local-must-match-map): Don't add bindings that duplicate
5763 those inherited from minibuffer-local-completion-map.
5764
5765 * savehist.el (savehist-mode) <defcustom>:
5766 Use custom-set-minor-mode if available.
5767 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
5768 and emit a message if applicable.
5769
5770 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
5771
5772 * savehist.el: Sync up to version 19.
5773 (savehist-mode): New minor mode.
5774 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
5775 (savehist-length): Remove (use history-length instead).
5776 (savehist-file-modes): Rename from savehist-modes.
5777 (savehist-save-hook, savehist-loaded): New vars.
5778 (savehist-load): Use savehist-mode. Try to smooth up transition from
5779 old format to new format.
5780 (savehist-install): Allow savehist-autosave-interval to be nil.
5781 (savehist-save): Run the new hook. Be more careful to only trim the
5782 history variables.
5783 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
5784 (savehist-printable): Print into a buffer rather than char-by-char.
5785
5786 2005-11-01 John Wiegley <johnw@newartisans.com>
5787
5788 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
5789 toggle-ignore keybinding (C-a). The author said it had been
5790 disabled much earlier due to a possible incompatibility, but after
5791 many months of usage I have encountered no problems (and it is a
5792 rather useful option, especially for switching to " *temp*").
5793
5794 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
5795 support for OS/X's AddressBook, by calling out to the open source
5796 program "contacts" (installable through Fink).
5797
5798 * net/eudc.el (eudc-expand-inline): If the
5799 `eudc-multiple-match-handling-method' is set to `all', delete the
5800 query string before inserting the query result.
5801
5802 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
5803 flag, to prevent Eshell from using the system ls when
5804 `eshell-ls-insert-directory' is in used.
5805 (eshell-ls-insert-directory): Disable font-lock in directory
5806 buffer so that Eshell's own fontification is seen. This broke
5807 recently due to changes in font-lock, so this goes back to version
5808 21 behavior.
5809
5810 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
5811
5812 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
5813 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
5814 (gdb-many-windows): Doc fix.
5815
5816 2005-10-31 Romain Francoise <romain@orebokech.com>
5817
5818 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
5819
5820 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
5821
5822 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
5823 that global-font-lock-mode can be enabled by default.
5824
5825 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
5826 (font-lock-add-keywords, font-lock-remove-keywords)
5827 (font-lock-fontify-buffer): Remove autoload cookies.
5828
5829 * jit-lock.el (jit-lock-register): Likewise.
5830
5831 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
5832
5833 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
5834
5835 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
5836 intact if there is no gud-comint-buffer.
5837
5838 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
5839
5840 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
5841 old prompt comint-prompt-read-only is t and GDB commands are
5842 issued from tool bar etc.
5843
5844 2005-10-31 Masatake YAMATO <jet@gyve.org>
5845
5846 * vc.el (vc-directory-exclusion-list): Add "{arch}".
5847
5848 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
5849
5850 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
5851 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
5852
5853 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
5854
5855 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
5856 starting at beginning of line. Fontification is messed up when
5857 `open-paren-in-column-0-is-defun-start' set to t.
5858 Reported by John Paul Wallington <jpw@pobox.com>.
5859
5860 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
5861
5862 * comint.el (comint-send-input): Call `comint-update-fence' when
5863 `comint-process-echoes' and `comint-prompt-read-only' are both
5864 non-nil, to avoid leftover read-only newline.
5865
5866 2005-10-30 Richard M. Stallman <rms@gnu.org>
5867
5868 * textmodes/flyspell.el (flyspell-external-point-words):
5869 Detect when WORD can't be checked properly because
5870 flyspell-get-word finds just part of it, and move on.
5871
5872 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
5873 boundarychar for Polish.
5874 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
5875 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
5876
5877 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
5878
5879 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
5880 (gdb-registers-font-lock-keywords): Delete.
5881 (gdb-registers-mode): Don't fontify.
5882 (gdb-info-registers-custom): Use text properties instead as, in
5883 future, changed register values will use font-lock-warning-face.
5884 (gdb-local-font-lock-keywords): Rename to...
5885 (gdb-locals-font-lock-keywords): ...for consistency.
5886
5887 2005-10-30 Andre Spiegel <spiegel@gnu.org>
5888
5889 * vc.el (vc-switch-backend): Better error message if the buffer is
5890 not visiting a file under version control.
5891
5892 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
5893
5894 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
5895
5896 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
5897 ~/.emacs.d/.emacs.
5898
5899 2005-10-29 Richard M. Stallman <rms@gnu.org>
5900
5901 * replace.el (occur-mode-mouse-goto): Always go to other window.
5902 (occur-mode-goto-occurrence): Always switch in same window.
5903
5904 * simple.el (undo): Display message at end, not at start.
5905
5906 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
5907 New arg REUSE-CELL.
5908 (cancel-timer-internal): New function.
5909 (timer-event-handler): Use cancel-timer-internal,
5910 and pass the cell it returns to timer-activate...
5911
5912 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
5913 (jit-lock-deferred-fontify, jit-lock-context-fontify)
5914 (jit-lock-after-change): Test memory-full.
5915
5916 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
5917
5918 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5919 part of the decoded armor to find the key-identifier.
5920 (pgg-gpg-lookup-key-owner): New function to return the
5921 human-readable identifier of a key owner.
5922 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
5923 key itself.
5924 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5925 the key value) if we have a key and can match it against a secret
5926 key. Also, added a note pointing out fact that the prompt only
5927 indicates the first matching key.
5928
5929 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
5930 pgg-decrypt-region.
5931 (pgg-pending-timers): A new hash for tracking the passphrase cache
5932 timers, so that new ones supercede old ones.
5933 (pgg-add-passphrase-to-cache): Rename from
5934 `pgg-add-passphrase-cache' to reduce confusion (all callers
5935 changed). Modified to cancel old timers when new ones are added.
5936 (pgg-remove-passphrase-from-cache): Rename from
5937 `pgg-remove-passphrase-cache' to reduce confusion (all callers
5938 changed). Modified to cancel old timers when their keys are
5939 removed from the cache.
5940 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
5941 XEmacs, an indirection to delete-itimer.
5942 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
5943 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
5944 users can only check cache without risk of prompting. Correct bug in
5945 notruncate behavior.
5946 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
5947 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
5948 Add informative docstrings.
5949 (pgg-decrypt): Convey provided passphrase in subordinate call to
5950 pgg-decrypt-region.
5951
5952 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5953 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5954 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5955 `passphrase' argument, so the passphrase can be managed externally
5956 and then passed in to the system.
5957
5958 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5959 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5960 so the passphrase cache can be used reliably with identifiers
5961 besides a pgp packet's key id.
5962
5963 * pgg-gpg.el (pgg-pgp-encrypt-region)
5964 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5965 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5966 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5967 argument to all these routines, so the passphrase can be managed
5968 externally and passed in to the system.
5969
5970 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5971 `notruncate' argument, so the passphrase cache can be used
5972 reliably with identifiers besides a pgp packet's key id.
5973
5974 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
5975
5976 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5977 symmetric encryption.
5978 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5979 encrypted session key.
5980 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5981 message ask for the passphrase in a proper way.
5982
5983 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5984 New user commands for symmetric encryption.
5985
5986 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
5987
5988 * textmodes/conf-mode.el (conf-assignment-sign)
5989 (conf-assignment-regexp): Fix docstrings.
5990 (conf-mode-initialize): New function.
5991 (conf-mode): Remove optional args. Use delay-mode-hooks to
5992 recognize recursive calls.
5993 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
5994 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
5995 (conf-xdefaults-mode): Use define-derived-mode and
5996 conf-mode-initialize.
5997
5998 2005-10-29 Romain Francoise <romain@orebokech.com>
5999
6000 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
6001
6002 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
6003
6004 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6005 part of the decoded armor to find the key-identifier.
6006 (pgg-gpg-lookup-key-owner): New function to return the
6007 human-readable identifier of a key owner.
6008 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
6009 key itself.
6010 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6011 the key value) if we have a key and can match it against a secret
6012 key. Also, added a note pointing out fact that the prompt only
6013 indicates the first matching key.
6014
6015 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
6016 pgg-decrypt-region.
6017 (pgg-pending-timers): A new hash for tracking the passphrase cache
6018 timers, so that new ones supercede old ones.
6019 (pgg-add-passphrase-to-cache): Rename from
6020 `pgg-add-passphrase-cache' to reduce confusion (all callers
6021 changed). Modified to cancel old timers when new ones are added.
6022 (pgg-remove-passphrase-from-cache): Rename from
6023 `pgg-remove-passphrase-cache' to reduce confusion (all callers
6024 changed). Modified to cancel old timers when their keys are
6025 removed from the cache.
6026 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
6027 XEmacs, an indirection to delete-itimer.
6028 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
6029 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
6030 users can only check cache without risk of prompting. Correct bug in
6031 notruncate behavior.
6032 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
6033 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
6034 Add informative docstrings.
6035 (pgg-decrypt): Convey provided passphrase in subordinate call to
6036 pgg-decrypt-region.
6037
6038 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
6039
6040 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6041 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6042 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6043 `passphrase' argument, so the passphrase can be managed externally
6044 and then passed in to the system.
6045
6046 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6047 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
6048 so the passphrase cache can be used reliably with identifiers
6049 besides a pgp packet's key id.
6050
6051 * pgg-gpg.el (pgg-pgp-encrypt-region)
6052 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6053 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6054 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6055 argument to all these routines, so the passphrase can be managed
6056 externally and passed in to the system.
6057
6058 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6059 `notruncate' argument, so the passphrase cache can be used
6060 reliably with identifiers besides a pgp packet's key id.
6061
6062 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
6063
6064 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6065 symmetric encryption.
6066 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6067 encrypted session key.
6068 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6069 message ask for the passphrase in a proper way.
6070
6071 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6072 New user commands for symmetric encryption.
6073
6074 2005-10-28 Bill Wohler <wohler@newt.com>
6075
6076 * help-mode.el (help-url): New button type. Calls browse-url.
6077 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
6078 Similar to Info nodes: URL `url'.
6079 (help-make-xrefs): Create help-url buttons for
6080 help-xref-url-regexp matches.
6081
6082 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
6083
6084 * tool-bar.el (tool-bar-add-item-from-menu)
6085 (tool-bar-local-item-from-menu): Fix doc strings.
6086
6087 2005-10-28 Romain Francoise <romain@orebokech.com>
6088
6089 * ldefs-boot.el: Update.
6090
6091 * subr.el (locate-library): Move from help-fns.el.
6092 * help-fns.el (locate-library): Move to subr.el.
6093
6094 2005-10-28 Richard M. Stallman <rms@gnu.org>
6095
6096 * net/tramp.el (tramp-completion-mode): defvar moved up.
6097
6098 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
6099
6100 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
6101
6102 * files.el (find-file-noselect): Use %d to format large file size.
6103
6104 * bindings.el (mode-line-format): Add %e.
6105
6106 * loadup.el ("facemenu"): Load unconditionally.
6107 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
6108 ("x-dnd"): Load, when appropriate.
6109
6110 * startup.el (command-line): Call before-init-hook earlier.
6111 Warn about some bad characters in -u user name.
6112
6113 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
6114 (flyspell-external-point-words): Error if misspelled word is not found.
6115 Set flyspell-large-region-beg at end of word.
6116
6117 2005-10-28 Andreas Schwab <schwab@suse.de>
6118
6119 * view.el (View-revert-buffer-scroll-page-forward):
6120 Use view-page-size-default.
6121
6122 2005-10-28 Juri Linkov <juri@jurta.org>
6123
6124 * international/quail.el (quail-get-current-str): Translate last
6125 raw character for deterministic input methods.
6126
6127 2005-10-27 Jay Belanger <belanger@truman.edu>
6128
6129 * calc/calc-ext.el: Add functions to autoloads.
6130 (math-identity-matrix-p, math-ident-row-p): New functions.
6131
6132 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
6133 multiplication by an identity matrix; don't turn multiplication by
6134 an inverse matrix into division.
6135 (math-div-symbol-fancy): Replace division by matrices with
6136 multiplication by inverse.
6137
6138 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
6139
6140 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
6141 (calc-writeoutpower): New functions.
6142
6143 2005-10-27 Romain Francoise <romain@orebokech.com>
6144
6145 * replace.el (occur-engine): Include colon in mouse-face highlight.
6146
6147 * dired-x.el: Change Maintainer field.
6148
6149 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
6150
6151 * longlines.el (longlines-mode): Bind after-change-functions to
6152 nil during initial decoding and final encoding.
6153
6154 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
6155
6156 * term.el (term-emulate-terminal, term-handle-colors-array)
6157 (term-handle-ansi-escape): Specify the terminfo capabilities
6158 implemented.
6159
6160 2005-10-26 Richard M. Stallman <rms@gnu.org>
6161
6162 * info.el (Info-fontify-node): Fix detection of sentence-break
6163 before *Note.
6164
6165 2005-10-26 Romain Francoise <romain@orebokech.com>
6166
6167 * smerge-mode.el: Add `tools' to file keywords.
6168
6169 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
6170
6171 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
6172 when the fringe is not available.
6173
6174 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
6175 (def-gdb-auto-update-trigger): Simplify construction.
6176 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
6177 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
6178 defined explicitly.
6179 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
6180 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
6181 defined explicitly.
6182 (gdb-info-locals-custom): Remove as it's a no-op.
6183
6184 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
6185
6186 * longlines.el (longlines-mode): Remove narrowing before
6187 performing the initial decoding or final encoding.
6188
6189 2005-10-25 Romain Francoise <romain@orebokech.com>
6190
6191 * emacs-lisp/find-func.el (find-library-name): Also strip
6192 extension if library name ends in .el, to take advantage of
6193 `find-library-suffixes'.
6194
6195 2005-10-25 Richard M. Stallman <rms@gnu.org>
6196
6197 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
6198
6199 2005-10-25 Juri Linkov <juri@jurta.org>
6200
6201 * textmodes/texinfo.el (texinfo-mode): Change charset of one
6202 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
6203
6204 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6205
6206 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
6207 (blackbox-redefine-key): Add argument `map'.
6208
6209 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
6210 regions when moving the jit-lock-context-unfontify-pos boundary.
6211
6212 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6213
6214 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
6215
6216 2005-10-25 Masatake YAMATO <jet@gyve.org>
6217
6218 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
6219
6220 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
6221
6222 * play/blackbox.el (blackbox-redefine-key): New function.
6223 (blackbox-mode-map): Use it to remap existing bindings for cursor
6224 motion instead of binding literal keys.
6225
6226 2005-10-25 Glenn Morris <rgm@gnu.org>
6227
6228 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
6229 diary does not end in a newline. Do not assume a blank line at
6230 the start of the diary file.
6231
6232 2005-10-25 Kenichi Handa <handa@m17n.org>
6233
6234 * international/quail.el (quail-translate-key): If the input
6235 method is deterministic and failed to handle the last key, restart
6236 the key handling loop from an appropriate key.
6237
6238 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
6239
6240 * vc.el (vc-dired-mode): Extend comment for binding of
6241 `directory-listing-before-filename-regexp'.
6242
6243 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6244
6245 * textmodes/texinfo.el (texinfo-mode):
6246 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
6247 not to unnecessarily expose emacs-mule's internal char codes.
6248
6249 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
6250
6251 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
6252 Display hand pointer and help-echo on disabled icon too.
6253 (gdb-mouse-until): New function.
6254 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
6255
6256 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
6257
6258 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
6259 with 2005-10-23 change to doctor.el.
6260
6261 * finder.el (finder-mode-map): Add follow-link binding.
6262
6263 2005-10-25 Kim F. Storm <storm@cua.dk>
6264
6265 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
6266 to gdb-mouse-toggle-breakpoint-fringe.
6267 (gdb-mouse-toggle-breakpoint-margin): Rename from
6268 gdb-mouse-toggle-breakpoint. Fix doc.
6269 (gdb-mouse-toggle-breakpoint-fringe): New defun.
6270 (gdb-put-string): Add optional SPROPS arg. Add props to string.
6271 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
6272 string properties also for fringe breakpoint bitmaps.
6273
6274 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
6275
6276 * textmodes/org.el (org-start-icalendar-file): Fix format form.
6277
6278 2005-10-25 Masatake YAMATO <jet@gyve.org>
6279
6280 * simple.el (completion-common-substring):
6281 Use `completion-common-substring' prior to `completion-base-size'.
6282
6283 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
6284
6285 * savehist.el: Require CL while compiling.
6286 (savehist-history-variables): Remove.
6287 (savehist-save-minibuffer-history, savehist-additional-variables)
6288 (savehist-minibuffer-history-variables): New vars.
6289 (savehist-save): Use them.
6290 (savehist-uninstall, savehist-minibuffer-hook): New funs.
6291 (savehist-install): New fun, extracted from savehist-load.
6292 (savehist-load): Use them.
6293
6294 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6295
6296 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
6297 a dummy doc-string-elt property.
6298 (defalias, defvaralias, define-category): Add a docstring property.
6299
6300 * image.el (defimage):
6301 * widget.el (define-widget):
6302 * custom.el (defface, defcustom): Add `doc-string' declaration.
6303
6304 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
6305 (defadvice): Add `doc-string' declaration.
6306
6307 * emacs-lisp/byte-run.el (macro-declaration-function):
6308 Handle `doc-string' declarations.
6309 (define-obsolete-function-alias, define-obsolete-variable-alias):
6310 Add `doc-string' declaration.
6311
6312 2005-10-24 Kenichi Handa <handa@m17n.org>
6313
6314 * international/utf-7.el (utf-7): Add autoload cookie.
6315
6316 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
6317
6318 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6319
6320 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
6321 list of directories passed to batch-update-autoloads. Add "." to
6322 the list of the echoed directories.
6323
6324 * pgg-def.el:
6325 * pgg-gpg.el:
6326 * pgg-parse.el:
6327 * pgg-pgp.el:
6328 * pgg-pgp5.el:
6329 * pgg.el: Moved here from the gnus subdirectory.
6330
6331 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
6332
6333 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
6334 in case comint-prompt-read-only is set to t.
6335
6336 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
6337 in case comint-prompt-read-only is set to t.
6338
6339 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
6340
6341 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
6342 Now a string.
6343 (icalendar-import-format): Handle CLASS, STATUS, URL.
6344 Rename `subject' to `summary'.
6345 (icalendar-import-format-summary): Rename from
6346 `icalendar-import-format-subject'.
6347 (icalendar-import-format-url, icalendar-import-format-status)
6348 (icalendar-import-format-class): New variables.
6349 (icalendar--rris): Take variable argument list.
6350 (icalendar--datestring-to-isodate): Remove unnecessary
6351 calendar-style check when converting dates with explicit month names.
6352 (icalendar-export-region): Change return type of conversion
6353 subroutines. Bury current buffer unless error occurred.
6354 (icalendar--convert-to-ical)
6355 (icalendar--parse-summary-and-rest): New functions.
6356 (icalendar--convert-ordinary-to-ical)
6357 (icalendar--convert-weekly-to-ical)
6358 (icalendar--convert-yearly-to-ical)
6359 (icalendar--convert-block-to-ical)
6360 (icalendar--convert-cyclic-to-ical)
6361 (icalendar--convert-anniversary-to-ical): Change return type.
6362 Strip trailing blanks from subject.
6363 (icalendar--convert-sexp-to-ical): Change return type.
6364 Strip trailing blanks from subject. Handle simple sexp
6365 entries as generated by icalendar.el.
6366 (icalendar--convert-float-to-ical)
6367 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
6368 (icalendar-import-file): Doc fix.
6369 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
6370 Correct call to icalendar--rris.
6371 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
6372 `summary'.
6373 (icalendar--add-diary-entry): Rename `subject' to `summary'.
6374
6375 2005-10-24 Romain Francoise <romain@orebokech.com>
6376
6377 * server.el (server-sentinel): Set query-on-exit flag to nil on
6378 new client processes (it isn't inherited from the server process).
6379
6380 * replace.el (occur-engine): Rearrange text properties.
6381
6382 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6383
6384 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
6385 case-fold-search is nil.
6386 (debug-help-follow): Use help-xref-interned directly.
6387
6388 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6389
6390 * thumbs.el (thumbs-image-type): Add .pbm.
6391
6392 2005-10-23 Richard M. Stallman <rms@gnu.org>
6393
6394 * faces.el (inhibit-face-set-after-frame-default): New variable.
6395 (set-face-attribute): Bind it.
6396 (face-set-after-frame-default): Test it.
6397
6398 * help-fns.el (describe-simplify-lib-file-name): New function.
6399 (describe-function-1, describe-variable): Use it.
6400
6401 * faces.el (describe-face): Use describe-simplify-lib-file-name.
6402
6403 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
6404 Eliminate nil as possible value.
6405 (tooltip-hide-delay): Reduce internal-border-width.
6406
6407 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
6408 (menu-bar-file-menu) <new-file>: Likewise.
6409
6410 * simple.el (line-move-finish): Ignore fields computing LINE-END.
6411
6412 * international/mule.el (load-with-code-conversion):
6413 Pass full file name to `eval-buffer' unless preloading.
6414
6415 * textmodes/flyspell.el (flyspell-large-region):
6416 Call ispell-check-version.
6417
6418 * textmodes/ispell.el (ispell-local-dictionary-overridden):
6419 Fix the make-variable-buffer-local call that was supposed
6420 to be for this variable.
6421 (ispell-aspell-supports-utf8): Doc fix.
6422 (ispell-find-aspell-dictionaries): Preserve elements of
6423 ispell-dictionary-alist for dictionaries that aspell doesn't report.
6424 (ispell-aspell-find-dictionary): Return nil on error.
6425
6426 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
6427 (doctor-symptoms): Likewise.
6428
6429 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
6430
6431 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6432
6433 * cus-edit.el (custom-button, custom-button-pressed): New vars.
6434 (custom-raised-buttons): Add :set spec.
6435 (custom-button-unraised, custom-button-pressed-unraised):
6436 New faces, so that custom-raised-buttons actually does something.
6437 (custom-mode): Use custom-button and custom-button-pressed.
6438
6439 * wid-edit.el (widget-specify-button): Don't ignore
6440 widget-mouse-face on graphic terminals.
6441 (widget-move-and-invoke): Cleanup.
6442
6443 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
6444
6445 * whitespace.el (whitespace-cleanup): Doc fix.
6446
6447 2005-10-23 Romain Francoise <romain@orebokech.com>
6448
6449 * emulation/viper.el (viper-set-hooks): Quote forms passed to
6450 `eval-after-load' to avoid evaluating their result.
6451
6452 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
6453
6454 * files.el (directory-listing-before-filename-regexp):
6455 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
6456
6457 * dired.el (dired-move-to-filename-regexp): Remove.
6458 All occurences replaced by `directory-listing-before-filename-regexp'.
6459
6460 * dired-x.el, locate.el, vc.el:
6461 Replace `dired-move-to-filename-regexp' by
6462 `directory-listing-before-filename-regexp'. In vc.el it is
6463 overwritten locally; maybe this can be handled in files.el too.
6464
6465 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
6466 replaced by `directory-listing-before-filename-regexp'.
6467
6468 2005-10-23 Andreas Schwab <schwab@suse.de>
6469
6470 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
6471 and eval-next-after-load.
6472
6473 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
6474
6475 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
6476 exist, create it.
6477
6478 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
6479
6480 * allout.el: Remove autoloads for mailcrypt and crypt++.
6481 Require pgg, pgg-gpg during compilation.
6482 (allout-version): Increment version number to 2.1, and use a literal
6483 rather than RCS Id.
6484 (allout-default-encryption-scheme): Remove.
6485 (allout-passphrase-verifier-handling)
6486 (allout-passphrase-verifier-string)
6487 (allout-file-passphrase-verifier-string)
6488 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
6489 (allout-passphrase-hint-handling): Rename and simplify.
6490 (allout-init): Use `find-file-hook' if available, otherwise
6491 `find-file-hooks'.
6492 (allout-mode): Use `write-file-functions' if available, otherwise
6493 `local-write-file-hooks' and, instead of making auto-save-hook
6494 buffer local, make the write-file-hook activity contingent to
6495 allout-mode.
6496 (allout-mode): Use key-binding substitution in the docstring.
6497 (allout-kill-line): Spell-out kill ring data structure mutation
6498 instead of using byte-compiler-complaint-provoking `pop'.
6499 (allout-insert-listified): Use `insert' rather than `insert-string'
6500 (allout-toggle-current-subtree-encryption): Update docstring, adjust
6501 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
6502 (allout-encrypt-string): Totally revamped vis new underlying
6503 encryption facilities.
6504 (allout-mc-activate-passwd): Remove.
6505 (allout-obtain-passphrase): New, more or less replaces
6506 allout-mc-activate-passwd.
6507 (allout-encrypted-key-info): More or less replaces
6508 allout-encrypted-text-type.
6509 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
6510 (my-mark-marker): Use `(featurep 'xemacs)'.
6511
6512 2005-10-23 Lars Hansen <larsh@soem.dk>
6513
6514 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
6515 (byte-compile-file-form-defmumble, byte-compile-defun)
6516 (byte-compile-defmacro): Use it.
6517 (byte-compile-form): Don't call byte-compile-set-symbol-position
6518 when a byte-compile handler is called.
6519
6520 2005-10-22 Romain Francoise <romain@orebokech.com>
6521
6522 * savehist.el (savehist-history-variables): Add `grep-find-history'.
6523
6524 * subr.el (eval-after-load): Convert library name to an absolute
6525 file name using locate-library, since load-history no longer has
6526 library names in it.
6527
6528 2005-10-22 Richard M. Stallman <rms@gnu.org>
6529
6530 * files.el (make-temp-file): Move from subr.el.
6531 * subr.el (make-temp-file): Move to files.el.
6532
6533 * window.el (get-buffer-window-list): Move from subr.el.
6534 * subr.el (get-buffer-window-list): Move to window.el.
6535
6536 * image.el (image-load-path): Use eval-at-startup to initialize.
6537
6538 * subr.el (eval-at-startup): New macro.
6539
6540 * subr.el: Much rearrangement of functions and division
6541 into pages. No code changes.
6542
6543 2005-10-22 Kenichi Handa <handa@m17n.org>
6544
6545 * tar-mode.el (tar-extract): Be sure to call
6546 find-operation-coding-system if set-auto-coding doesn't find a
6547 coding system.
6548
6549 2005-10-22 Kim F. Storm <storm@cua.dk>
6550
6551 * image.el (image-type-header-regexps): Rename from image-type-regexps.
6552 Change users.
6553 (image-type-file-name-regexps): New defconst.
6554 (image-type-from-data): Simplify loop.
6555 (image-type-from-buffer): New defun.
6556 (image-type-from-file-header): Use it instead of image-type-from-data.
6557 Use image-search-load-path instead of only looking in data-directory.
6558 (image-type-from-file-name): New defun.
6559 (image-search-load-path): Change `pathname' to `filename'.
6560 Make PATH arg optional, default to image-load-path.
6561
6562 2005-10-21 Richard M. Stallman <rms@gnu.org>
6563
6564 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
6565
6566 * textmodes/paragraphs.el (sentence-end-base): New variable.
6567 (sentence-end): Use sentence-end-base.
6568
6569 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6570
6571 * font-lock.el (font-lock-default-fontify-region): Check the multiline
6572 property independently from the font-lock-multiline variable.
6573
6574 2005-10-21 Richard M. Stallman <rms@gnu.org>
6575
6576 * emacs-lisp/find-func.el (find-library-name): Doc fix.
6577
6578 * startup.el (command-line): Convert library names
6579 in `load-history' to absolute file names.
6580
6581 * subr.el (symbol-file): Doc fix.
6582
6583 * loadhist.el (file-loadhist-lookup): Call locate-library
6584 instead of find-library-name. Don't try converting
6585 abs file names to library names, since load-history no longer
6586 has library names in it.
6587 (file-dependents, file-provides, file-requires): Doc fixes.
6588
6589 2005-10-21 Juri Linkov <juri@jurta.org>
6590
6591 * progmodes/etags.el (tags-table-mode): New function.
6592 (tags-verify-table): Replace initialize-new-tags-table with
6593 tags-table-mode.
6594
6595 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
6596 default value.
6597 (desktop-modes-not-to-save): Add tags-table-mode to the
6598 default value.
6599
6600 * info.el (Info-index-next): Add total number of index
6601 alternatives to the message.
6602
6603 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
6604 backward only space (instead of space and period) before looking
6605 at sentence end.
6606
6607 * simple.el (set-variable): Use user-variable-p instead of symbolp.
6608 Add the old variable value as 4th default-value arg of read-string.
6609
6610 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6611
6612 * cus-face.el (custom-declare-face): Make face from X resources
6613 also on Mac.
6614
6615 * disp-table.el (standard-display-g1, standard-display-graphic):
6616 Refuse to use string glyphs also on Mac.
6617 (standard-display-european): Don't set terminal coding system also
6618 on Mac.
6619
6620 * frame.el (display-screens): Use x-display-screens also on Mac.
6621
6622 2005-10-21 Romain Francoise <romain@orebokech.com>
6623
6624 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
6625
6626 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6627
6628 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
6629 and $? into sexps.
6630
6631 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
6632 warning face on open-paren-in-column-0.
6633
6634 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
6635 boundary case. Fix typo.
6636 Suggested by Martin Rudalics <rudalics@gmx.at>.
6637
6638 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
6639
6640 * textmodes/org.el (org-combined-agenda-icalendar-file)
6641 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
6642 (org-export-icalendar-this-file)
6643 (org-export-icalendar-all-agenda-files)
6644 (org-export-icalendar-combine-agenda-files): New commands.
6645 (org-export-icalendar, org-print-icalendar-entries)
6646 (org-start-icalendar-file, org-finish-icalendar-file)
6647 (org-ical-ts-to-string): New functions.
6648 (org-read-date, org-goto-calendar)
6649 (org-agenda-goto-calendar): Inhibit displaying diary entries by
6650 call to `calendar'.
6651 (orgtbl-setup): Remove the :keys arguments from the menu description.
6652 (org-after-save-iCalendar-file-hook): New variable.
6653
6654 2005-10-21 Kenichi Handa <handa@m17n.org>
6655
6656 * language/vietnamese.el (tcvn-5712): Make it an alias of
6657 vietnamese-tcvn coding-system.
6658
6659 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
6660
6661 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
6662 group id is given.
6663
6664 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6665
6666 * progmodes/sh-script.el (sh-escaped-line-re): New var.
6667 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
6668 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
6669 whose line is either continued or ends with a comment.
6670
6671 2005-10-20 Romain Francoise <romain@orebokech.com>
6672
6673 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
6674
6675 * replace.el (occur-engine): Add follow-link property.
6676
6677 * font-core.el (font-lock-mode): Doc fix.
6678
6679 2005-10-20 Richard M. Stallman <rms@gnu.org>
6680
6681 * net/rcirc.el: New file.
6682
6683 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
6684
6685 * term.el (term-term-name): Initialize to "eterm-color".
6686
6687 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
6688
6689 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
6690 for encryption functionality.
6691 Move allout customization subgroup from `editing' to `outlines' group.
6692 Fix commentary keywords to legitimate ones.
6693 Update author info (using my current email address, obscurified).
6694 (allout-encrypt-string, allout-encryption-produce-work-buffer)
6695 (allout-encrypted-topic-p, allout-encrypted-text-type)
6696 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
6697 (allout-situate-encryption-key-verifier)
6698 (allout-get-encryption-key-verifier, allout-verify-key)
6699 (allout-next-topic-pending-encryption)
6700 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
6701 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
6702 (outline-key-verifier-handling, outline-key-hint-handling)
6703 (outline-encrypt-unencrypted-on-saves): New defcustoms.
6704 (allout-file-key-verifier-string, allout-encryption-scheme)
6705 (allout-key-verifier-string, allout-key-hint-string)
6706 (allout-after-save-decrypt): New variables.
6707 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
6708 (allout-after-saves-handler): New hook functions.
6709 (allout-post-command-business): Do allout-after-save-decrypt.
6710 (allout-enable-file-variable-adjustment): Custom var to enable
6711 mechanism for adding and adjusting settings of Emacs file variables.
6712 (allout-adjust-file-variable, allout-file-vars-section-data):
6713 New functions, implement the mechanism.
6714 (outlineify-sticky): Use the file vars mechanism.
6715 (allout-inhibit-protection, allout-during-write-cue)
6716 (allout-override-protect, allout-before-change-protect): Remove.
6717 (allout-flag-region, allout-open-topic): Adjust read-only text.
6718 (allout-open-line-not-read-only): Add to facilitate read-only
6719 text based protection.
6720 (allout-kill-line): Revise to adjust read-only text, clue the
6721 user about the inhibition.
6722 (allout-unprotected): Use unwind-protect.
6723 (allout-shift-in, allout-shift-out): Disallow manually shifting a
6724 topic deeper than the offspring depth of the previous topic -
6725 avoiding confusing "containment discontinuities".
6726 (allout-reindent-bodies): Fix retention of body relative hanging
6727 indent during promotion of collapsed bodies.
6728 (allout-open-topic): Make it easy to open new topic with same
6729 bullet as current topic - topic creation functions provided with
6730 any universal argument provokes now prompt for bullet, defaulting
6731 to the bullet of the previous topic.
6732 (allout-plain-bullets-string, allout-distinctive-bullets-string):
6733 Plain bullet alternates `.' period and `,' comma only. All other
6734 bullets are relegated to special status (but customizable).
6735 (allout-end-of-entry): Rename from allout-end-of-current-entry
6736 since it actually operates w.r.t. most immediately containing
6737 entry, visible or not.
6738 (allout-hide-current-entry, allout-show-current-entry): Use the
6739 revised version.
6740 (allout-old-expose-topic): Solidify deprecation.
6741 (allout-end-of-subtree): Add so we can span concealed as well
6742 as visible topics.
6743 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
6744 (allout-end-of-current-heading): Tweak to just respect the first line.
6745 (allout-get-body-text): Add.
6746 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
6747 when invoked interactively.
6748 (allout-up-current-level): Use `interactive-p'.
6749 (allout-mode, allout-init): Miscellaneous docstring and
6750 operational refinements, as well as hookups of new encryption stuff.
6751 (allout-beginning-of-current-entry): Now works as advertised.
6752 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
6753 (allout-isearch-rectification): Refine condition for isearching.
6754 (allout-isearch-abort, allout-enwrap-isearch)
6755 (allout-flag-region, my-region-active-p): Relocate some macros.
6756 (allout-title): Fallback title is (buffer-name), not
6757 non-existing (current-buffer-name).
6758 (subst-char-in-string): Define if absent (for some XEmacs versions).
6759
6760 2005-10-20 Jari Aalto <jari.aalto@cante.net>
6761
6762 * mail/sendmail.el (mail-setup-hook, mail-aliases)
6763 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
6764 (mail-citation-prefix-regexp, mail-signature-file)
6765 (mail-default-headers, mail-bury-selects-summary)
6766 (mail-send-nonascii): Add autoload cookies.
6767
6768 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6769
6770 * frame.el (blink-cursor-mode): Add `mac' to the list of
6771 window-system's that support blinking cursor.
6772
6773 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
6774
6775 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
6776
6777 2005-10-20 Eli Zaretskii <eliz@gnu.org>
6778
6779 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
6780 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
6781 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
6782
6783 2005-10-20 Kim F. Storm <storm@cua.dk>
6784
6785 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
6786 (ido-set-current-directory): Don't add / after final @.
6787 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
6788 Explicitly handle ange-ftp completion oddities.
6789 (ido-make-file-list): Don't rotate list at tramp root to avoid
6790 triggering tramp file handler for expand-file-name via get-file-buffer.
6791
6792 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6793
6794 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
6795
6796 2005-10-19 Jay Belanger <belanger@truman.edu>
6797
6798 * calc/calc-units.el (math-standard-units): Add units, adjust
6799 symbols and update values.
6800 (math-unit-prefixes): Add more prefixes.
6801
6802 2005-10-19 Romain Francoise <romain@orebokech.com>
6803
6804 * bookmark.el (bookmark-menu-heading): New face.
6805 (bookmark-bmenu-list): Use it.
6806 Don't fiddle with `baud-rate' at top-level.
6807
6808 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
6809
6810 * image.el (create-image, find-image): Mention max-image-size in
6811 docstring.
6812
6813 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * savehist.el (savehist-load): Revert to checking XEmacs.
6816
6817 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
6818 Various docstring and line-width fixups.
6819 (conf-mode): Use cond.
6820 Set font-lock-defaults. Don't set comment-use-syntax.
6821
6822 2005-10-18 David Ponce <david@dponce.com>
6823
6824 * tree-widget.el (tree-widget-button-click): New function.
6825 (tree-widget-button-keymap): Use it.
6826
6827 2005-10-18 Romain Francoise <romain@orebokech.com>
6828
6829 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6830 (bookmark-bmenu-hide-filenames): Add follow-link property.
6831 Improve help-echo text.
6832
6833 * ffap.el (find-file-at-point): Doc fix.
6834
6835 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6836
6837 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
6838
6839 2005-10-18 Masatake YAMATO <jet@gyve.org>
6840
6841 Install to the CVS repository what I forgot to install in my
6842 2005-10-16 changes.
6843
6844 * progmodes/python.el (python-complete-symbol): Pass the common
6845 prefix substring of completion to `display-completion-list'.
6846
6847 * textmodes/org.el (org-complete): Ditto.
6848
6849 2005-10-18 Masatake YAMATO <jet@gyve.org>
6850
6851 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
6852
6853 * woman.el (WoMan-xref-man-page): New button type derived
6854 from `Man-abstract-xref-man-page'.
6855 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
6856
6857 * man.el (Man-abstract-xref-man-page): New button type.
6858 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
6859 (Man-highlight-references): Add new optional argument `xref-man-type'.
6860
6861 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
6862
6863 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
6864
6865 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6866
6867 * cus-edit.el (Custom-move-and-invoke): Delete.
6868 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
6869
6870 * wid-edit.el (widget-move-and-invoke): New function, from
6871 Custom-move-and-invoke.
6872
6873 2005-10-17 Bill Wohler <wohler@newt.com>
6874
6875 Move all remaining images from lisp/toolbar to etc/images, move
6876 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
6877 the low resolution images in their own directory (low-color).
6878
6879 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
6880 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
6881 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
6882 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
6883 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
6884 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
6885 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
6886
6887 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
6888 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
6889 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
6890 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
6891 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
6892 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
6893 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
6894 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
6895 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
6896 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
6897 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
6898 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
6899 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
6900 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
6901 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
6902
6903 To conform with convention, replace the underscore (_) in the
6904 following image names with dash (-) or (/) as appropriate.
6905
6906 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
6907 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
6908 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
6909 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
6910 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
6911 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
6912 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
6913 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
6914 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
6915 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
6916 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
6917 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
6918 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
6919 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
6920 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
6921
6922 * info.el (info-tool-bar-map): Replace underscores in image names
6923 with dashes.
6924
6925 * makefile.w32-in (WINS): Remove toolbar.
6926
6927 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
6928
6929 * tool-bar.el: Move to lisp from toolbar. Now that
6930 toolbar is empty, it should be deleted when folks run "cvs up -P".
6931
6932 2005-10-18 Jay Belanger <belanger@truman.edu>
6933
6934 * calc/calc-store.el (calc-store-into): Get the proper variable name
6935 to display in message.
6936
6937 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
6938
6939 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
6940 expressions display in speedbar for all buffers when debugging.
6941 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
6942
6943 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
6944 (speedbar-insert-button, speedbar-make-button):
6945 Use add-text-properties.
6946 (speedbar-update-localized-contents)
6947 (speedbar-update-directory-contents)
6948 (speedbar-update-special-contents): Use dolist.
6949 (speedbar-buffer-easymenu-definition): Add a menu separator.
6950
6951 2005-10-17 Jason Rumney <jasonr@gnu.org>
6952
6953 * makefile.w32-in: Use $(lisp) consistently.
6954 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
6955 for shell specific generation of mh-autoloads.
6956
6957 2005-10-17 Richard M. Stallman <rms@gnu.org>
6958
6959 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
6960
6961 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * jit-lock.el (jit-lock-fontify-now):
6964 Move jit-lock-context-unfontify-pos to avoid wasted work.
6965
6966 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
6967
6968 * net/tramp.el (tramp-completion-mode): New defvar. Used in
6969 `tramp-completion-mode' for checking if we are in completion mode.
6970 (tramp-completion-handle-file-name-all-completions): Reorder code
6971 in order to complete for file names only in case there are no
6972 method/user/host completions. This is necessary for cooperation
6973 with ido. Reported by Kim F. Storm <storm@cua.dk>.
6974
6975 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
6976
6977 * longlines.el (longlines-search-forward)
6978 (longlines-search-backward): Match any number of spaces.
6979
6980 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
6981
6982 * diff-mode.el (diff-mode): Doc fix.
6983
6984 2005-10-16 David Reitter <david.reitter@gmail.com>
6985
6986 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
6987 as default on darwin and windows systems.
6988
6989 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
6990
6991 * arc-mode.el (archive-zip-extract): Doc fix.
6992
6993 2005-10-16 Romain Francoise <romain@orebokech.com>
6994
6995 * mouse.el (mouse-1-click-follows-link): Doc fix.
6996
6997 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6998
6999 * savehist.el: Don't require CL at runtime.
7000 (savehist-xemacs): Remove.
7001 (savehist-coding-system): Use utf-8 if present, regardless of religion.
7002 (savehist-no-conversion): Use (featurep 'xemacs).
7003 (savehist-load): Check existence of start-itimer rather than XEmacs.
7004 Use an idle timer.
7005 (savehist-process-for-saving): Replace use of CL funs `subseq' and
7006 `delete-if-not'.
7007
7008 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
7009
7010 * savehist.el: Newer version.
7011 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
7012 (savehist-last-checksum, savehist-no-conversion): New vars.
7013 (savehist-autosave, savehist-process-for-saving, savehist-printable):
7014 New functions.
7015 (savehist-load, savehist-save): Use them.
7016 (savehist-delimit): Remove.
7017
7018 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * progmodes/compile.el (compilation-goto-locus): Display the
7021 compilation buffer first and the source buffer second, in case they're
7022 in overlapping frames. Don't raise the compilation frame if it was the
7023 selected window upon entry. Pass the `other-window' arg to
7024 pop-to-buffer.
7025
7026 * info.el (Info-fontify-node): Use dolist.
7027 Change add-text-properties to put-text-property.
7028
7029 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7030
7031 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
7032 bound of search.
7033
7034 2005-10-16 Masatake YAMATO <jet@gyve.org>
7035
7036 * dabbrev.el (dabbrev-completion): Pass the common
7037 prefix substring of completion to `display-completion-list'.
7038
7039 * filecache.el (file-cache-minibuffer-complete)
7040 (file-cache-complete): Ditto.
7041
7042 * tempo.el (tempo-display-completions): Ditto.
7043
7044 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
7045
7046 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
7047
7048 * eshell/em-hist.el (eshell-list-history): Ditto.
7049
7050 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
7051
7052 * mail/mailalias.el (mail-complete): Ditto.
7053
7054 * progmodes/etags.el (complete-tag): Ditto.
7055
7056 * progmodes/make-mode.el (makefile-complete): Ditto.
7057
7058 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
7059
7060 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
7061
7062 * progmodes/pascal.el (pascal-complete-word)
7063 (pascal-show-completions): Ditto.
7064
7065 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
7066
7067 * simple.el (completion-common-substring): New variable.
7068 (completion-setup-function): Use `completion-common-substring'
7069 to put faces.
7070
7071 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7072
7073 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
7074 (x-get-selection, mac-select-convert-to-string): Convert from/to
7075 UTF-16 clipboard data as in native byte order, no BOM.
7076
7077 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
7078
7079 * progmodes/gud.el (gud-tool-bar-map): Rename the images
7080 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
7081 (gud-sentinel): Use speedbar-frame to check for speedbar.
7082
7083 2005-10-15 Richard M. Stallman <rms@gnu.org>
7084
7085 * savehist.el: New file.
7086
7087 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
7088
7089 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
7090 Fix bug in \bf fontification.
7091
7092 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7093
7094 * pcvs.el (cvs-edit-log-files): New var.
7095 (cvs-mode-edit-log): New arg `file'.
7096 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
7097 Instead force the use of the original file and nothing else.
7098 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
7099 the cvs-minor-wrap-function is set.
7100 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
7101
7102 2005-10-14 Bill Wohler <wohler@newt.com>
7103
7104 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
7105 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
7106 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
7107 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
7108 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
7109 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
7110 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
7111 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
7112 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
7113 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
7114 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
7115 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
7116 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
7117 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
7118 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
7119
7120 * progmodes/gud.el (gud-tool-bar-map): Rename the images
7121 appropriately (for example, gud-break to gud/break).
7122
7123 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
7124
7125 * longlines.el (longlinges-search-function)
7126 (longlines-search-forward, longlines-search-backward): New functions.
7127 (longlines-mode): Set isearch-search-fun-function to
7128 longlinges-search-function.
7129
7130 * mouse.el (mouse-drag-region-1): Handle the case where a
7131 double-click event is bound to an arbitrary function.
7132
7133 2005-10-14 David Ponce <david@dponce.com>
7134
7135 * recentf.el (recentf-track-opened-file)
7136 (recentf-track-closed-file, recentf-update-menu)
7137 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
7138 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
7139 mouse-1-click-follows-link.
7140
7141 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7142
7143 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
7144 Gnome file-manager.png. Suggested by
7145 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
7146
7147 * toolbar/README: Add diropen.xpm.
7148
7149 2005-10-13 Bill Wohler <wohler@newt.com>
7150
7151 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
7152 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
7153
7154 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7155
7156 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
7157 Don't waste the byte-compiler's time on constant data.
7158
7159 2005-10-13 Kenichi Handa <handa@m17n.org>
7160
7161 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
7162 byte with `escape-glyph' face.
7163
7164 * international/fontset.el (ccl-encode-unicode-font):
7165 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
7166 Handle the case that ucs-mule-to-mule-unicode translates a character to
7167 ASCII (usually for IPA characters).
7168
7169 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7170
7171 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
7172 Don't hide the underline of titles if font-lock-mode is disabled.
7173
7174 2005-10-12 Bill Wohler <wohler@newt.com>
7175
7176 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
7177 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
7178 files in MH-E-SRC have been updated.
7179 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
7180
7181 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
7184 (mixal-mode-syntax-table): Add \n as end-comment.
7185 (mixal-operation-codes-alist): Immediately initialize to full value.
7186 (mixal-add-operation-code): Remove.
7187 (mixal-describe-operation-code): Make the arg non-optional.
7188 Use the interactive spec instead.
7189 Use mixal-operation-codes-alist rather than mixal-operation-codes.
7190 (mixal-font-lock-keywords): Don't highlight comments here any more.
7191 (mixal-font-lock-syntactic-keywords): New var.
7192 (mixal-mode): Use it. Fix comment-start-skip.
7193
7194 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7195
7196 * startup.el (command-line-x-option-alist): -nb => -nbi
7197
7198 2005-10-12 Kim F. Storm <storm@cua.dk>
7199
7200 * startup.el (fancy-splash-default-action): Discard mouse click in
7201 the splash screen window, as it has no sensible meaning in the
7202 next window to be selected. Fixes error reported by Jan D.
7203
7204 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7205
7206 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
7207
7208 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7209
7210 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
7211 Try to fix up minor layout issues like indentation, line break, etc...
7212 (mixal-mode-syntax-table): Don't try to specify comment syntax,
7213 because it doesn't work.
7214 (mixal-operation-codes): Add some more codes.
7215 (mixal-font-lock-keywords): Process comments here.
7216 (mixal-mode): mixasm no longer needs -g option.
7217
7218 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
7219
7220 * progmodes/sh-script.el (sh-tmp-file):
7221 Use mktemp -t. Finish support for es and rc shells.
7222
7223 2005-10-11 Jay Belanger <belanger@truman.edu>
7224
7225 * calc/calcalg2.el (calc-integral): With an argument, compute the
7226 definite integral.
7227
7228 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
7229
7230 * mouse.el (mouse-drag-region-1): Don't try to catch a
7231 double-click when doing follow-link (it's overridden anyway).
7232
7233 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
7234
7235 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
7236 (autoload-print-form-outbuf): Add docstring.
7237
7238 2005-10-11 Juri Linkov <juri@jurta.org>
7239
7240 * info.el (Info-mode-menu): Delete menu item "Edit".
7241 (Info-mode): Delete description of Info-edit from docstring,
7242 and rearrange descriptions of Info commands in the order
7243 they are documented in the Info manual.
7244
7245 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7246
7247 * calendar/appt.el (appt-check): Use diary-selective-display var.
7248
7249 2005-10-10 Richard M. Stallman <rms@gnu.org>
7250
7251 * net/newsticker.el (newsticker-start, newsticker-show-news):
7252 Add autoload cookies.
7253
7254 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
7255
7256 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
7257
7258 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
7259
7260 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
7261
7262 2005-10-10 Jay Belanger <belanger@truman.edu>
7263
7264 * calc/calc-arith.el (math-check-known-scalarp)
7265 (math-check-known-matrixp): Check the values of arguments that are
7266 variables.
7267 (math-check-known-square-matrixp): New function.
7268 (math-known-square-matrixp): Use math-check-known-square-matrixp.
7269 (math-super-types): Add sqmatrix type.
7270
7271 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
7272 mode name `square' to `sqmatrix'.
7273
7274 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
7275 mode name `square' to `sqmatrix'.
7276
7277 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * progmodes/etags.el (select-tags-table-mode): Don't use
7280 selective-display.
7281 (tags-select-tags-table): Pass `button' to the action function.
7282 (select-tags-table): Place the side-info on button properties rather
7283 than in hidden text. Abbreviate file names.
7284 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
7285 (select-tags-table-select): Add `button' argument.
7286 Get side-info from the button property rather than from hidden text.
7287
7288 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
7289
7290 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
7291 (gud-speedbar-buttons): Preserve point if possible.
7292 (gud-sentinel): Restore previous speedbar display type.
7293
7294 * progmodes/gdb-ui.el (gdba): Improve diagram.
7295 (def-gdb-auto-update-handler, gdb-info-locals-handler)
7296 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
7297 Call get-buffer-window once.
7298
7299 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7300
7301 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
7302 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
7303 (pascal-indent-command): Remove unused var `ind'.
7304 (pascal-indent-case): Remove unused var `oldpos'.
7305 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
7306 since it's now used as a proper minor mode map.
7307 (pascal-outline): Rename to pascal-outline-mode.
7308 (pascal-outline-mode): Use define-minor-mode.
7309 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
7310 selective-display.
7311
7312 2005-10-10 Andreas Schwab <schwab@suse.de>
7313
7314 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
7315 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
7316
7317 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
7318 outside source directory.
7319
7320 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
7321
7322 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
7323 C-x' as a prefix.
7324 (orgtbl-mode-map): Full keymap instead of sparse, because all
7325 `self-insert-command' keys are redefined in this map.
7326 (org-export-as-html): Specify charset for HTML file, by taking it
7327 from the coding system.
7328
7329 2005-10-10 Kenichi Handa <handa@m17n.org>
7330
7331 * textmodes/flyspell.el (flyspell-check-word-p):
7332 If unread-command-events is non-empty, don't call sit-for.
7333
7334 2005-10-09 Richard M. Stallman <rms@gnu.org>
7335
7336 * font-lock.el (font-lock-syntactic-keywords)
7337 (font-lock-keywords): Doc fixes.
7338
7339 * textmodes/flyspell.el (flyspell-external-point-words):
7340 Simplify logic, and don't try to check for consecutive appearances
7341 of one incorrect word.
7342
7343 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
7344
7345 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
7346 separator.
7347
7348 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
7349 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
7350 (gud-expansion-speedbar-buttons): New function.
7351 (gud-speedbar-buttons): Check for gud-comint-buffer.
7352
7353 2005-10-09 Bill Wohler <wohler@newt.com>
7354
7355 * Makefile.in (updates): Add mh-loaddefs dependency.
7356
7357 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
7358
7359 * speedbar.el (speedbar-file-key-map): Fix typo.
7360
7361 2005-10-09 Daniel Brockman <daniel@brockman.se>
7362
7363 * cus-start.el (line-spacing): Add custom spec.
7364
7365 2005-10-09 Romain Francoise <romain@orebokech.com>
7366
7367 * textmodes/ispell.el (ispell-check-version): Fix last change.
7368
7369 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7370
7371 * term/x-win.el: Remove -i, --icon-type from comment.
7372
7373 * startup.el (command-line-x-option-alist): Remove options -i,
7374 -itype, --icon-type, added -nb, --no-bitmap-icon
7375
7376 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
7377
7378 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
7379 instead of :active.
7380
7381 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
7382
7383 * textmodes/ispell.el (ispell-check-version):
7384 Ignore hyphen, and all that follows, in aspell's version text.
7385
7386 2005-10-08 Jay Belanger <belanger@truman.edu>
7387
7388 * calc/calc-arith.el (math-known-square-matrixp): New function.
7389 (math-pow-fancy): Check for matrices before distributing exponent
7390 across products.
7391
7392 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
7393 fullscreen keypad. Suggested by Luc Teirlinck.
7394 (calc-keypad-show-input): Add space for formatting.
7395
7396 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
7397 Add square matrix option.
7398
7399 * calc/calc-poly.el (math-expand-term): Check for matrices instead
7400 of checking calc-matrix-mode when deciding how to expand.
7401
7402 * calc/calc.el (calc-set-mode-line): Add square matrix option.
7403
7404 2005-10-08 Lars Hansen <larsh@soem.dk>
7405
7406 * net/tramp.el (tramp-perl-directory-files-and-attributes):
7407 Add error handling.
7408 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
7409
7410 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
7411
7412 Sync with Tramp 2.0.51.
7413
7414 * net/tramp.el (tramp-handle-set-visited-file-modtime)
7415 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7416 Insert special handling for `last-coding-system-used', again
7417 it still seems to be necessary (unlike stated before).
7418 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
7419 (tramp-password-prompt-regexp): There might be other words before
7420 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
7421 (tramp-chunksize): Improve docstring.
7422 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
7423 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
7424 Christian Joergensen <bugs@razor.dk>.
7425
7426 2005-10-07 Glenn Morris <rgm@gnu.org>
7427
7428 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
7429 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
7430 precision'.
7431
7432 2005-10-07 Romain Francoise <romain@orebokech.com>
7433
7434 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
7435 (ibuffer-do-shell-command-pipe-replace)
7436 (ibuffer-do-shell-command-file, ibuffer-do-eval)
7437 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
7438 (ibuffer-do-revert, ibuffer-do-replace-regexp)
7439 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
7440 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
7441 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
7442 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
7443 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
7444 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
7445 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
7446 Autoload file sans suffix.
7447
7448 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
7449
7450 2005-10-07 David Ponce <david@dponce.com>
7451
7452 * recentf.el (recentf-menu-open-all-flag): New option.
7453 (recentf-digit-shortcut-command-name): New function.
7454 (recentf--shortcuts-keymap): New variable.
7455 (recentf-menu-shortcuts): New variable.
7456 (recentf-make-menu-items): Initialize it. Replace the "More..."
7457 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
7458 (recentf-menu-value-shortcut): New function.
7459 (recentf-make-menu-item): Use it. No more in-lined.
7460 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
7461 (recentf-open-most-recent-file): Rename from
7462 `recentf-open-file-with-key'. Don't depend on key binding.
7463 (recentf-mode-map): New variable.
7464 (recentf-mode): Use it.
7465
7466 2005-10-06 Bill Wohler <wohler@newt.com>
7467
7468 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
7469
7470 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
7471 (MH-E-SRC): New. Used by mh-autoloads.
7472 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
7473 files in MH-E-SRC have been updated.
7474 (compile, recompile, bootstrap): Depend on mh-autoloads.
7475
7476 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
7477
7478 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
7479 gud-break and gud-remove icons when the fringe is not available.
7480
7481 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
7482 Typo.
7483
7484 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
7485
7486 * play/zone.el (zone): Wrap body with save-window-excursion.
7487
7488 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
7489
7490 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7491 Use the new `list-only' arg to diary-list-entries.
7492
7493 * calendar/diary-lib.el: Use overlays rather than selective-display.
7494 (diary-selective-display): New var.
7495 (diary-header-line-format): Use it.
7496 (diary-list-entries): Add argument `list-only'.
7497 Put the buffer in diary-mode. Don't add \^M at beg and end.
7498 Replace \^M by invisible overlays.
7499 (diary-unhide-everything): Replace \^M by invisible overlays.
7500 (print-diary-entries): Look for overlays rather than \^M.
7501 Add a space to the temp buffer name.
7502 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
7503 Put the buffer in diary-mode.
7504 (list-sexp-diary-entries): Replace \^M by invisible overlays.
7505 (diary-anniversary): Make the year arg optional.
7506 (diary-time-regexp): New const.
7507 (diary-font-lock-keywords): Use it to accept a few more time formats.
7508
7509 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
7510
7511 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
7512
7513 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
7514 Fix bug introduced 2005-07-03: Use (car (last ...))
7515 to faithfully reproduce replaced artist-last.
7516 (artist-set-arrow-points-for-poly): Likewise.
7517 Suggested by Johan Bockg\e,Ae\e(Brd.
7518
7519 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
7520
7521 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
7522 * wid-edit.el (widget):
7523 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
7524 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
7525
7526 2005-10-06 Kenichi Handa <handa@m17n.org>
7527
7528 * international/mule-cmds.el (set-language-environment):
7529 Fix setting up of case-table for unibyte mode.
7530
7531 * simple.el (what-cursor-position): If the character is displayed
7532 by some `display' text property, show that. Don't use
7533 single-key-description for eight-bit characters in multibyte mode.
7534
7535 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
7536
7537 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
7538 (gdb-ann3): Set it.
7539 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
7540 (gdb-info-frames-custom): Use inverse-video for first five
7541 characters of selected frame only.
7542 (gdb-get-frame-number): Select frame even when point is on frame
7543 number.
7544
7545 2005-10-06 Masatake YAMATO <jet@gyve.org>
7546
7547 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
7548 Put `font-lock-function-name-face'.
7549 (gdb-info-frames-custom): Put `font-lock-function-name-face'
7550 and `font-lock-variable-name-face'
7551 (gdb-registers-font-lock-keywords): New font lock keywords definition.
7552 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
7553 (gdb-memory-font-lock-keywords): New font lock keywords definition.
7554 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
7555 (gdb-local-font-lock-keywords): New font lock keywords definition.
7556 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
7557 (gdb-threads-font-lock-keywords): New font lock keywords definition.
7558 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
7559
7560 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
7561
7562 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
7563 (ediff-merge-region-is-non-clash-to-skip): Previously called
7564 ediff-merge-region-is-non-clash.
7565
7566 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
7567 Use insert-buffer-substring.
7568
7569 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
7570 selecting files to patch. Also bug fixes.
7571
7572 * ediff-util.el (ediff-setup): Bug fix.
7573 (ediff-next-difference): Never skip clashes that differ in white
7574 space only.
7575
7576 * ediff-wind.el (ediff-setup-control-frame)
7577 (ediff-destroy-control-frame): Check the menubar feature.
7578
7579 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
7580 (viper-refresh-mode-line): Use make-local-variable to localize
7581 some vars instead of make-variable-buffer-local. Suggested by
7582 Stefan Monnier.
7583
7584 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
7585 (viper-restore-cursor-type, viper-set-insert-cursor-type):
7586 Use make-local-variable instead of make-variable-buffer-local.
7587 Suggested by Stefan Monnier.
7588
7589 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
7590 (viper-comint-mode-hook): Use make-local-variable on
7591 require-final-newline.
7592 (viper-non-hook-settings): Don't use make-variable-buffer-local.
7593
7594 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7595
7596 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
7597 also the second char of a comment-start sequence.
7598 (scheme-sexp-comment-syntax-table): New var.
7599 (lambda, define): Set their scheme-doc-string-elt property.
7600 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
7601 Use lisp-font-lock-syntactic-face-function now that it properly
7602 handles |...| symbols.
7603 (scheme-mode-variables): Set lisp-doc-string-elt-property,
7604 parse-sexp-lookup-properties and font-lock-extra-managed-props.
7605
7606 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
7607 bit from # to |.
7608 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
7609
7610 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
7611 (lisp-doc-string-elt-property): New var.
7612 (lisp-font-lock-syntactic-face-function): Use it.
7613 Rewrite to recognize docstrings even for forms not at toplevel.
7614
7615 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
7616 annotation on the | part of #| rather than on the # part.
7617 (scheme-font-lock-syntactic-face-function): New function, to
7618 distinguish strings from |...| symbols.
7619 (scheme-mode-variables): Use it. Also fix up the font-lock-time
7620 syntax-table so that #|...|# is properly highlighted.
7621
7622 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
7623 Don't mark as docstring the 3rd elem of an unknown toplevel form.
7624
7625 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7626
7627 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
7628 and C-e.
7629
7630 * emacs-lisp/eldoc.el: Move comments into docstrings.
7631 (eldoc-message-commands): Initialize in its declaration.
7632 Add move-beginning-of-line and move-end-of-line.
7633 (eldoc-add-command, eldoc-add-command-completions)
7634 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
7635
7636 * outline.el (outline-mark-subtree): Activate the mark.
7637
7638 * calendar/appt.el (appt-time-regexp): New var.
7639 (appt-add, appt-make-list): Use it.
7640 (appt-convert-time): Clean up.
7641
7642 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
7643 Don't set any syntax-table property here.
7644 (tex-font-lock-verb): New function. Do it here.
7645 (tex-font-lock-syntactic-keywords): Use it.
7646
7647 2005-10-04 Richard M. Stallman <rms@gnu.org>
7648
7649 * wid-edit.el (widget-file-complete): Get the widget start point
7650 the right way. Default directory to `/' if file has none.
7651
7652 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
7653
7654 * textmodes/flyspell.el (flyspell-mode-on):
7655 Call ispell-maybe-find-aspell-dictionaries.
7656
7657 * textmodes/ispell.el (ispell-word, ispell-region):
7658 Call ispell-maybe-find-aspell-dictionaries.
7659 (ispell-accept-buffer-local-defs):
7660 Don't call ispell-maybe-find-aspell-dictionaries
7661
7662 2005-10-04 Richard M. Stallman <rms@gnu.org>
7663
7664 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
7665
7666 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
7667
7668 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
7669 instead of `fboundp' in order to allow for anonymous functions.
7670
7671 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
7672
7673 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
7674 case the user clicks on the link while another window is selected.
7675 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
7676
7677 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
7678 functionality.
7679 (dframe-help-echo): Save point in case mouse tracking is off.
7680
7681 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
7682
7683 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
7684
7685 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7686
7687 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
7688 not change the global value of those vars.
7689
7690 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
7691 make-local-variable which we do not need any more.
7692
7693 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
7694
7695 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
7696 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
7697 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
7698 (speedbar-path-line): Define obsolete aliases.
7699 (speedbar-line-directory): Doc fix.
7700
7701 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
7702 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
7703 instead of speedbar-line-path.
7704
7705 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7706
7707 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
7708 to nil if dropping on a window. Handle dropping on a minibuffer window
7709 like dropping on a non-window part of Emacs.
7710
7711 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7712
7713 * net/ange-ftp.el: Use with-current-buffer.
7714 (ange-ftp-insert-directory): Do not follow symlinks any more.
7715
7716 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7717 Remove interactive spec.
7718
7719 2005-10-03 Kim F. Storm <storm@cua.dk>
7720
7721 * ido.el (ido-mode): Use custom-initialize-set.
7722
7723 2005-10-02 Richard M. Stallman <rms@gnu.org>
7724
7725 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
7726 Use insert-buffer-substring.
7727
7728 * net/tramp.el: Pacify byte compiler warnings in pacification code.
7729 (tramp-handle-file-local-copy): Use insert-buffer-substring.
7730
7731 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7732
7733 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
7734 in last change.
7735 (ange-ftp-insert-directory): Fix up the search for the case where
7736 `file' is absolute.
7737
7738 2005-10-02 Romain Francoise <romain@orebokech.com>
7739
7740 * progmodes/compile.el (compile-goto-error): Delete extra paren.
7741
7742 2005-10-02 Andreas Schwab <schwab@suse.de>
7743
7744 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
7745 directory component in the session info.
7746
7747 2005-10-01 Richard M. Stallman <rms@gnu.org>
7748
7749 * comint.el (comint-redirect-subvert-readonly): Doc fix.
7750
7751 * simple.el (next-error-internal): New function.
7752
7753 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
7754 (compilation-start): Pass new arg to compilation-buffer-name.
7755 (compile-goto-error): Use next-error-internal.
7756
7757 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
7758
7759 * speedbar.el: Remove RCS tag.
7760 (speedbar-check-read-only): Handle non-existent files.
7761
7762 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
7763
7764 * info.el (Info-speedbar-hierarchy-buttons)
7765 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
7766
7767 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7768
7769 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
7770 Do not match newline.
7771 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
7772 (bibtex-summary): Remove unnecessary save-excursion.
7773 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
7774
7775 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7776
7777 * term/mac-win.el: Add charset info for "iso10646-1".
7778 Modify default fontset to use ATSUI-compatible fonts for some charsets
7779 if available.
7780
7781 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
7782
7783 * speedbar.el: Re-apply arch tag.
7784 (speedbar-version): Rename to version 1.0. Suggested by Eric
7785 M. Ludlam.
7786 Reapply two changes from Emacs CVS' version of speedbar lost
7787 during the merge:
7788 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
7789 (speedbar-frame-parameters): Improve customize type.
7790
7791 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7792
7793 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
7794 (ange-ftp-file-directory-p): Fix the symlink case.
7795 (ange-ftp-insert-directory): When listing a single file, get a list of
7796 the parent buffer and extract the relevant line. Inspired from a patch
7797 by Katsumi Yamaoka <yamaoka@jpl.org>.
7798 (ange-ftp-file-name-sans-versions): Simplify.
7799
7800 2005-09-30 Bill Wohler <wohler@newt.com>
7801
7802 Move MH-E image files from toolbar and mail directories into
7803 etc/images.
7804
7805 * mail/reply2.*: Move to etc/images/mail/reply*.
7806
7807 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
7808 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
7809 etc/images.
7810
7811 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
7812 * toolbar/reply*: Move to etc/images/mail.
7813
7814 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
7815
7816 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
7817
7818 * speedbar.el: New version 1.0pre3.
7819
7820 Frame management code (including timer, and mouse click specifics)
7821 moved to dframe.el:
7822 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
7823 (speedbar-timer): Removed. Use dframe-timer.
7824 (speedbar-close-frame): Removed. Use dframe-close-frame.
7825 (speedbar-activity-change-focus-flag): Removed. Use
7826 dframe-activity-change-focus-flag.
7827 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
7828 dframe-update-speed.
7829
7830 (speedbar-current-frame): New macro. Use this instead of the
7831 variable speedbar-frame.
7832
7833 (speedbar-use-images, speedbar-expand-image-button-alist)
7834 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
7835
7836 (speedbar-find-image-on-load-path): Removed. Replaced by
7837 defezimage in ezimage.el.
7838 (speedbar-expand-image-button-alist): Removed. Replaced by
7839 ezimage-expand-image-button-alist in ezimage.el.
7840
7841 (speedbar-ignored-directory-regexp)
7842 (speedbar-add-ignored-directory-regexp)
7843 (speedbar-ignored-directory-expressions)
7844 (speedbar-line-directory, speedbar-buffers-line-directory)
7845 (speedbar-directory-line, speedbar-buffers-line-directory):
7846 Renamed, replacing `path' with `directory'.
7847
7848 (speedbar-create-directory, speedbar-expand-line-descendants)
7849 (speedbar-toggle-line-expansion)
7850 (speedbar-contract-line-descendants): New commands.
7851
7852 (speedbar-query-confirmation-method, speedbar-select-frame-method)
7853 (speedbar-use-tool-tips-flag): New options.
7854
7855 (speedbar-check-read-only, speedbar-require-version)
7856 (speedbar-insert-separator, speedbar-buffers-tail-notes)
7857 (speedbar-handle-delete-frame, speedbar-try-completion)
7858 (speedbar-update-localized-contents): New functions.
7859
7860 (speedbar-incompatible-version, speedbar-ro-to-do-point)
7861 (speedbar-object-read-only-indicator): New variables.
7862
7863 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
7864 New hooks.
7865
7866 (speedbar-separator-face): New face.
7867
7868 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
7869 (speedbar-ignored-modes): Add fundamental-mode.
7870 (speedbar-directory-unshown-regexp): Add . directories.
7871
7872 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
7873 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
7874 `]' for full expand/close.
7875 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
7876
7877 (speedbar-check-vc): Support hidden files.
7878 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
7879 (speedbar-this-file-in-vc): Use vc-state if available. If VC
7880 state is nil, it is not checked out.
7881
7882 (speedbar-line-text, speedbar-line-token): Support expand buttons
7883 with no text.
7884 (speedbar-refresh): Universal argument acts as power-click.
7885 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
7886 that buffer to get variable values.
7887
7888 And many other bugfixes.
7889
7890 * dframe.el, ezimage.el, sb-image.el: New files.
7891
7892 * sb-*.xpm: Remove files. New image files installed into
7893 etc/images/ezimage.
7894
7895 2005-09-30 Kenichi Handa <handa@m17n.org>
7896
7897 * ps-mule.el (ps-mule-show-warning): If a character is in
7898 ps-print-translation-table, don't treat it as non-printable.
7899
7900 2005-09-30 David Ponce <david@dponce.com>
7901
7902 * tree-widget.el (tree-widget-themes-load-path): New variable.
7903 (tree-widget-themes-directory): Doc fix.
7904 (tree-widget-image-formats) [Emacs]: Doc fix.
7905 (tree-widget--locate-sub-directory): New function.
7906 (tree-widget-themes-directory): Use it.
7907
7908 * recentf.el (recentf-filename-handlers): Rename from
7909 `recentf-filename-handler'. Allow a list of functions.
7910 (recentf-menu-items-for-commands): Fix :help strings.
7911 (recentf-apply-filename-handlers): New function.
7912 (recentf-expand-file-name): Use it.
7913 (recentf-cleanup): Remove duplicates too.
7914
7915 2005-09-29 Juri Linkov <juri@jurta.org>
7916
7917 * faces.el: Rearrange face definitions to be in the same order as
7918 their face descriptions in "(emacs)Standard Faces".
7919
7920 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
7921
7922 * tooltip.el (tooltip): Add group `basic-faces'.
7923
7924 * buff-menu.el (Buffer-menu-buffer): Remove group
7925 `font-lock-highlighting-faces'.
7926
7927 * progmodes/compile.el (compilation-error, compilation-warning)
7928 (compilation-info, compilation-line-number, compilation-column-number):
7929 Change group from `font-lock-highlighting-faces' to `compilation'.
7930
7931 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
7932 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
7933 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
7934 (vhdl-font-lock-reserved-words-face)
7935 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
7936 `font-lock-highlighting-faces'.
7937
7938 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
7939
7940 2005-09-28 Kim F. Storm <storm@cua.dk>
7941
7942 * emulation/cua-base.el: Set CUA move property on additional commands:
7943 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
7944 forward-sexp, backward-sexp, forward-list, backward-list.
7945
7946 2005-09-28 Romain Francoise <romain@orebokech.com>
7947
7948 * comint.el (comint-show-output): Really set point at the
7949 beginning of the output when not using `comint-use-prompt-regexp'.
7950
7951 2005-09-27 Jay Belanger <belanger@truman.edu>
7952
7953 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
7954 in TeX mode.
7955
7956 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
7957
7958 * textmodes/org.el (org-table-sum): Fix format string.
7959
7960 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
7961 Quote face names.
7962
7963 2005-09-26 Romain Francoise <romain@orebokech.com>
7964
7965 * isearch.el (isearch-forward-regexp): Close doc string.
7966
7967 2005-09-25 Richard M. Stallman <rms@gnu.org>
7968
7969 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
7970
7971 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
7972
7973 * progmodes/compile.el (compilation-error-properties):
7974 When getting the file from the previous error message,
7975 correctly decode the new data format.
7976
7977 * progmodes/cc-cmds.el (c-electric-paren):
7978 Call old-blink-paren only for close-paren.
7979
7980 2005-09-24 Andreas Schwab <schwab@suse.de>
7981
7982 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
7983 condition.
7984
7985 2005-09-25 Romain Francoise <romain@orebokech.com>
7986
7987 * dired-aux.el (dired-copy-file-recursive):
7988 * dired.el (dired-delete-file):
7989 * ediff-mult.el (ediff-dir-diff-copy-file):
7990 * ediff-util.el (ediff-test-save-region):
7991 * forms.el (forms-mode):
7992 * ido.el (ido-file-internal, ido-delete-file-at-head):
7993 * log-edit.el (log-edit-done):
7994 * ses.el (ses-yank-resize):
7995 * play/gomoku.el (gomoku-human-plays, gomoku)
7996 (gomoku-human-resigns, gomoku-prompt-for-other-game)
7997 (gomoku-offer-a-draw):
7998 * play/landmark.el (lm-human-resigns, lm):
7999 * net/eudcb-ldap.el (eudc-ldap-check-base):
8000 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
8001 * progmodes/ebrowse.el (ebrowse-find-pattern):
8002 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
8003 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
8004 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
8005
8006 * vc.el (vc-delete-file):
8007 * play/gomoku.el (gomoku-terminate-game, gomoku)
8008 (gomoku-prompt-for-move, gomoku-human-takes-back):
8009 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
8010 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
8011
8012 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
8013
8014 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
8015 color rxvt terminals by using the code xterm.el used to use before
8016 2005-04-09 in order to match the colors used by rxvt.
8017
8018 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8019
8020 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
8021 colors rxvt-unicode terminals by using the same code as xterm.el.
8022
8023 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
8024
8025 * textmodes/tex-mode.el (tex-font-lock-append-prop)
8026 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
8027 new symbol used for the tex-verbatim face.
8028
8029 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
8030
8031 * woman.el (woman-file-name):
8032 * wid-edit.el (widget-file-prompt-value)
8033 (widget-coding-system-prompt-value):
8034 * w32-fns.el (set-w32-system-coding-system):
8035 * vc.el (vc-version-diff, vc-annotate):
8036 * textmodes/reftex-auc.el (reftex-arg-cite)
8037 (reftex-arg-index-tag):
8038 * textmodes/refer.el (refer-get-bib-files):
8039 * textmodes/artist.el (artist-figlet-choose-font):
8040 * terminal.el (terminal-emulator):
8041 * replace.el (occur-read-primary-args):
8042 * rect.el (string-rectangle, string-insert-rectangle):
8043 * ps-print.el (ps-print-preprint):
8044 * progmodes/pascal.el (pascal-goto-defun):
8045 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
8046 * progmodes/compile.el (compilation-find-file):
8047 * printing.el (pr-interactive-n-up):
8048 * play/animate.el (animate-birthday-present):
8049 * net/rcompile.el (remote-compile):
8050 * man.el (man, Man-goto-section, Man-follow-manual-reference):
8051 * mail/rmailsum.el (rmail-summary-search-backward)
8052 (rmail-summary-search):
8053 * mail/rmailout.el (rmail-output-read-rmail-file-name)
8054 (rmail-output-read-file-name):
8055 * mail/rmail.el (rmail-search, rmail-search-backwards):
8056 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
8057 * locate.el (locate):
8058 * international/quail.el (quail-show-keyboard-layout):
8059 * international/mule.el (set-buffer-file-coding-system)
8060 (revert-buffer-with-coding-system, set-file-name-coding-system)
8061 (set-terminal-coding-system, set-keyboard-coding-system)
8062 (set-next-selection-coding-system):
8063 * international/mule-diag.el (describe-coding-system)
8064 (describe-font, describe-fontset):
8065 * international/mule-cmds.el (universal-coding-system-argument)
8066 (search-unencodable-char, describe-input-method)
8067 (set-language-environment, describe-language-environment):
8068 * international/codepage.el (codepage-setup):
8069 * international/code-pages.el (codepage-setup):
8070 * info.el (Info-search, Info-follow-reference)
8071 (Info-search-backward):
8072 * emacs-lisp/advice.el (ad-read-advised-function)
8073 (ad-read-advice-class, ad-clear-cache, ad-activate)
8074 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
8075 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
8076 (ad-read-regexp):
8077 * ediff-util.el (ediff-toggle-regexp-match):
8078 * ediff-ptch.el (ediff-prompt-for-patch-file):
8079 * dired-aux.el (dired-diff):
8080 * diff.el (diff):
8081 * cus-edit.el (custom-variable-prompt):
8082 * calendar/timeclock.el (timeclock-ask-for-project):
8083 * calc/calcalg3.el (calc-get-fit-variables):
8084 * calc/calc-store.el (calc-edit-variable)
8085 (calc-permanent-variable):
8086 * vc-mcvs.el (vc-mcvs-register):
8087 * shadowfile.el (shadow-define-literal-group):
8088 * woman.el (woman-file-name):
8089 * vc.el (vc-version-diff, vc-merge):
8090 * textmodes/reftex-index.el (reftex-index-complete-tag):
8091 * format.el (format-decode-buffer, format-decode-region):
8092 * emulation/viper-cmd.el (viper-read-string-with-history):
8093 * emacs-lisp/debug.el (cancel-debug-on-entry):
8094 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8095 * ediff.el (ediff-merge-revisions)
8096 (ediff-merge-revisions-with-ancestor, ediff-revision):
8097 * completion.el (interactive-completion-string-reader):
8098 * calc/calc-prog.el (calc-user-define-formula):
8099 Follow convention for reading with the minibuffer.
8100
8101 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
8102
8103 * progmodes/python.el (python-describe-symbol): Add globals() and
8104 locals() to the arguments of emacs.ehelp.
8105
8106 2005-09-24 Magnus Henoch <mange@freemail.hu>
8107
8108 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
8109 New function, code extracted from ispell-valid-dictionary-list.
8110 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
8111 Call it.
8112
8113 2005-09-24 Eli Zaretskii <eliz@gnu.org>
8114
8115 * subr.el (version-regexp-alist): Extend valid syntax for version
8116 strings: allow any of the characters -,_,+ to separate the
8117 alpha/beta/rc part from the version part. Doc fix.
8118 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
8119
8120 2005-09-23 David Reitter <david.reitter@gmail.com>
8121
8122 * mail/mailclient.el: New file.
8123
8124 2005-09-23 Richard M. Stallman <rms@gnu.org>
8125
8126 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
8127 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
8128 Doc fixes.
8129
8130 * progmodes/cc-mode.el (c-font-lock-init):
8131 Specify font-lock-lines-before.
8132
8133 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8134
8135 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
8136 whole conflict.
8137
8138 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
8139
8140 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
8141 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
8142 of `remap' feature when available. Additional key bindings for
8143 better tty support.
8144 (org-mode-restart, org-force-self-insert): New commands.
8145 (org-time-stamp-inactive): New command.
8146 (org-remap): New function.
8147 (org-table-auto-blank-field, org-level-color-stars-only): New options.
8148 (org-enable-fixed-width-editor): Move to `org-structure'
8149 customization group.
8150 (org-self-insert-command, orgtbl-self-insert-command): Modify to
8151 blank field after field motion commands.
8152
8153 2005-09-23 Kenichi Handa <handa@m17n.org>
8154
8155 * international/mule-cmds.el (set-language-environment):
8156 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
8157 have to call utf-translate-cjk-load-tables.
8158
8159 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * mouse.el (mouse-move-drag-overlay): Fix last change.
8162
8163 2005-09-22 David Ponce <david@dponce.com>
8164
8165 * tree-widget.el (tree-widget-value-create): Fix previous change.
8166
8167 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8168
8169 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
8170
8171 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8172
8173 * mouse.el (mouse-move-drag-overlay): New function.
8174 (mouse-drag-region-1): Use it.
8175 Try to simplify a bit the state handling. Handle clicks on links
8176 inside intangible areas.
8177 (mouse-save-then-kill): Minor simplification.
8178 (mouse-secondary-overlay): Make it always non-nil instead of
8179 recreating it each time.
8180 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
8181 (mouse-kill-secondary, mouse-secondary-save-then-kill):
8182 Simplify accordingly.
8183
8184 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
8185
8186 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
8187
8188 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
8189
8190 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
8191 (ediff-file-name-sans-prefix): Treat nil as an empty string.
8192 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
8193 to patch.
8194
8195 * ediff-util.el: Use insert-buffer-substring.
8196
8197 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
8198
8199 * emulation/viper-cmd.el (viper-change-state): Don't move over the
8200 field boundaries in the minibuffer.
8201 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
8202 (viper-minibuffer-post-command-hook): New hook.
8203 (viper-line): Don't move cursor at bolp.
8204
8205 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
8206
8207 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
8208 avoid compiler warnings.
8209
8210 * emulation/viper-macs.el (ex-map): Better messages.
8211
8212 * emulation/viper-utils.el (viper-beginning-of-field): New function.
8213
8214 * emulation/viper.el: Replace make-variable-buffer-local with
8215 viper-make-variable-buffer-local everywhere, to avoid warnings.
8216
8217 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8218
8219 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
8220 Delete unused var `old-selected-window'.
8221 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
8222 (mouse-drag-secondary): Delete unused var `start-frame'.
8223
8224 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8225
8226 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
8227
8228 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
8231 Re-indent within 80 columns. Use inhibit-read-only.
8232
8233 2005-09-19 Romain Francoise <romain@orebokech.com>
8234
8235 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
8236
8237 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8238
8239 * font-lock.el (font-lock-default-fontify-region): Don't add a line
8240 unconditionally, since the after-change-function already did it.
8241
8242 2005-09-19 Miles Bader <miles@gnu.org>
8243
8244 * net/newsticker.el: Get rid of CVS keyword.
8245
8246 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
8247
8248 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
8249 The prompt is formatted later.
8250
8251 2005-09-19 David Ponce <david@dponce.com>
8252
8253 * tree-widget.el (tree-widget-value-create): Save the converted
8254 tree :node widget.
8255
8256 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
8257
8258 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
8259 variable `message'.
8260
8261 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
8262
8263 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
8264 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
8265 <slawomir.nowaczyk.847@student.lu.se>.
8266
8267 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
8268
8269 * image.el (image-load-path): Use symbol `data-directory' instead
8270 of its value, for backward compatibility with packages that bind
8271 it during `find-image'. Suggested by Katsumi Yamaoka.
8272 (image-search-load-path): Handle symbols whose values are strings.
8273
8274 2005-09-18 Romain Francoise <romain@orebokech.com>
8275
8276 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
8277 with-current-buffer form in save-excursion.
8278
8279 2005-09-18 D Goel <deego@gnufans.org>
8280
8281 * apropos.el (apropos-command): Fix `message' call: first arg
8282 should be a format spec. In this and all other cases that appear
8283 below and elsewhere in the source code, I made a change only when
8284 two conditions were satisfied: [1] I can think of a possibility
8285 that the arguments would cause an error, for example, the code in
8286 question relies on external variables such as filenames. [2] I
8287 was sure that the arg to `message' could not have been nil in the code.
8288
8289 * textmodes/tildify.el (tildify-region): Ditto.
8290
8291 * textmodes/reftex-index.el (reftex-index-change-entry)
8292 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
8293 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
8294 * textmodes/org.el (org-complete, org-deadline, org-schedule)
8295 (org-priority, org-table-sum):
8296 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
8297 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
8298 (flyspell-word, flyspell-display-next-corrections):
8299 * textmodes/bibtex.el (bibtex-print-help-message):
8300 * textmodes/artist.el (artist-key-set-point-poly):
8301 * term/mac-win.el (mac-services-insert-text):
8302 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
8303 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
8304 (vhdl-port-paste-testbench, vhdl-compose-new-component)
8305 (vhdl-compose-configuration):
8306 * progmodes/sh-script.el (sh-blink, sh-show-indent)
8307 (sh-set-indent, sh-learn-line-indent):
8308 * progmodes/ps-mode.el (ps-mode-target-column):
8309 * progmodes/idlwave.el (idlwave-make-tags)
8310 (idlwave-scan-library-catalogs):
8311 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
8312 * progmodes/gud.el (gud-jdb-analyze-source):
8313 * progmodes/flymake.el (flymake-log):
8314 * progmodes/ebnf2ps.el (ebnf-generate-region):
8315 * progmodes/cmacexp.el (c-macro-expansion):
8316 * progmodes/ada-xref.el (ada-treat-cmd-string):
8317 * progmodes/ada-mode.el (ada-create-case-exception-substring)
8318 (ada-justified-indent-current, ada-batch-reformat):
8319 * play/zone.el (zone):
8320 * play/landmark.el (lm-move):
8321 * play/decipher.el (decipher-show-alphabet):
8322 * net/newsticker.el (newsticker--display-jump)
8323 (newsticker--display-scroll):
8324 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
8325 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
8326 * mail/feedmail.el (feedmail-dump-message-to-queue):
8327 * eshell/esh-proc.el (eshell-remove-process-entry):
8328 * emulation/ws-mode.el (ws-last-error):
8329 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
8330 (viper-record-kbd-macro):
8331 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
8332 * emacs-lisp/lisp-mnt.el (lm-report-bug):
8333 * emacs-lisp/find-func.el (find-function-noselect):
8334 * calendar/timeclock.el (timeclock-status-string)
8335 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
8336 (timeclock-when-to-leave-string):
8337 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
8338 * calc/calc-units.el (calc-enter-units-table):
8339 * calc/calc-mode.el (calc-mode-record-mode):
8340 * woman.el (woman-mini-help):
8341 * wdired.el (wdired-change-to-wdired-mode):
8342 * vc.el (vc-retrieve-snapshot):
8343 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
8344 * startup.el (display-startup-echo-area-message):
8345 * simple.el (set-goal-column):
8346 * ses.el (ses-command-hook, ses-recalculate-cell):
8347 * server.el (server-process-filter):
8348 * printing.el (pr-interface-txt-print, pr-interface-printify)
8349 (pr-interface-ps):
8350 * pcvs.el (cvs-help):
8351 * log-edit.el (log-edit, log-edit-mode-help):
8352 * iswitchb.el (iswitchb-possible-new-buffer):
8353 * isearch.el (isearch-edit-string):
8354 * image-mode.el (image-mode, image-minor-mode):
8355 * ibuf-macs.el (define-ibuffer-filter):
8356 * hi-lock.el (hi-lock-find-patterns):
8357 * files.el (toggle-read-only):
8358 * ediff-util.el (ediff-copy-diff)
8359 (ediff-write-merge-buffer-and-maybe-kill):
8360 * echistory.el (Electric-history-undefined):
8361 * dnd.el (dnd-insert-text):
8362 * dired-aux.el (dired-query):
8363 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
8364 * bookmark.el (bookmark-bmenu-locate):
8365 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
8366 Fix `message' calls to ensure first arg is a format string.
8367 The change was made only when these two conditions were satisfied:
8368 [1] when there is a possibility that the arguments would cause an error
8369 for example, if the code in question relies on external variables
8370 such as filenames, and
8371 [2] if the arg to `message' could not have been nil in the code.
8372
8373 * pcomplete.el (pcomplete--help): Fix `message' format spec.
8374 Not having a %s would be weird, though not technically wrong.
8375
8376 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8377
8378 * term/mac-win.el (mac-add-charset-info): Doc fix.
8379
8380 2005-09-17 Romain Francoise <romain@orebokech.com>
8381
8382 * shell.el (shell-resync-dirs): Handle echoing processes more
8383 reliably. Don't insert resync command if `comint-process-echoes'
8384 is non-nil.
8385
8386 2005-09-17 Magnus Henoch <mange@freemail.hu>
8387
8388 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
8389 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
8390 aspell versions >= 0.60.
8391 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
8392 only if ispell-aspell-supports-utf8 is non-nil.
8393
8394 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8395
8396 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
8397 buffer-local value to lisp-indent-function.
8398
8399 2005-09-17 Milan Zamazal <pdm@zamazal.org>
8400
8401 * progmodes/glasses.el (glasses-make-readable): If
8402 glasses-separator differs from underscore, put appropriate
8403 overlays over underscore characters.
8404 (glasses-convert-to-unreadable): If glasses-separator differs from
8405 underscore, try to convert glasses-separator characters to
8406 underscores.
8407
8408 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8409
8410 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
8411 Use with-syntax-table and dolist.
8412
8413 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
8414
8415 * textmodes/reftex-auc.el:
8416 * textmodes/reftex-cite.el:
8417 * textmodes/reftex-dcr.el:
8418 * textmodes/reftex-global.el:
8419 * textmodes/reftex-parse.el:
8420 * textmodes/reftex-ref.el:
8421 * textmodes/reftex-sel.el:
8422 * textmodes/reftex-toc.el:
8423 * textmodes/reftex-vars.el:
8424 * textmodes/reftex.el: Small changes to remove compiler warnings.
8425
8426 * textmodes/reftex-index.el: Likewise.
8427 (reftex-query-index-phrase): More efficient use of markers.
8428
8429 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
8430
8431 * image.el (image-load-path): New variable.
8432 (image-search-load-path): New function.
8433 (find-image): Search for images in `image-load-path'.
8434
8435 2005-09-15 Richard M. Stallman <rms@gnu.org>
8436
8437 * follow.el: Change Maintainer field.
8438
8439 2005-09-15 David Ponce <david@dponce.com>
8440
8441 * recentf.el (recentf-save-file-modes): New option.
8442 (recentf-save-list): Use it.
8443
8444 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
8445
8446 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
8447 (mode-line-mule-info, mode-line-modified): Move bindings from
8448 mouse-3 to mouse-1.
8449
8450 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
8451
8452 * simple.el (sendmail-user-agent-compose): Revert last change.
8453
8454 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8455
8456 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
8457 Use with-current-buffer.
8458 (ange-ftp-gwp-start): Remove unused var `gw-user'.
8459 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
8460 (ange-ftp-insert-directory): Remove unused var `short'.
8461 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
8462
8463 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
8464 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
8465
8466 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
8467 (check-calendar-holidays, diary-list-entries): Autoload.
8468 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
8469 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
8470
8471 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
8472 which mistakenly removed a call to display-buffer.
8473
8474 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
8475
8476 * obsolete/iso-insert.el: Move to obsolete/ from international/.
8477
8478 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
8479
8480 * progmodes/hideshow.el
8481 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
8482 (hs-allow-nesting): New user var.
8483 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
8484 (hs-hide-block-at-point): When nesting allowed,
8485 if there is already an overlay in place, delete it.
8486 (hs-safety-is-job-n): Delete func; remove call sites.
8487 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
8488 (hs-overlay-at): New func.
8489 (hs-already-hidden-p, hs-show-block): Use it.
8490 (hs-hide-all): Don't pre-clean if nesting allowed.
8491 (hs-show-all): Temporarily disallow
8492 nesting around call to `hs-discard-overlays'.
8493
8494 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
8495
8496 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
8497 Delete unused local var.
8498
8499 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
8500
8501 * help-fns.el (describe-categories): "?\ " -> "?\s".
8502 (help-do-arg-highlight): Recognize also ARG-n, as in
8503 `move-to-left-margin' (ARG+n is already recognized). Simplify.
8504
8505 * international/codepage.el (dos-unsupported-char-glyph):
8506 * net/newsticker.el (tool-bar-map, w3-mode-map)
8507 (w3m-minor-mode-map):
8508 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
8509 (ent-alist):
8510 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
8511
8512 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
8513
8514 * custom.el (custom-push-theme): Handle the case where a symbol is
8515 bound but face properties have not yet been assigned.
8516
8517 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
8518 Fix behavior if noerase is `t' and there is no mail buffer.
8519
8520 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
8521 if `continue' is nil, rather than signal an error.
8522
8523 2005-09-12 Richard M. Stallman <rms@gnu.org>
8524
8525 * font-lock.el (font-lock-keywords): Add autoload.
8526
8527 * help-fns.el (describe-variable): Rearrange to put source link
8528 in a predictable place.
8529
8530 * net/newsticker.el: New file.
8531
8532 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8533
8534 * calendar/calendar.el (calendar-for-loop): Add edebug info.
8535 (calendar-basic-setup): Use the new nil arg.
8536 (number-of-diary-entries): Move to diary-lib.el.
8537
8538 * calendar/diary-lib.el: Use with-current-buffer, match-string.
8539 (diary-list-entries): Use with-syntax-table and dolist.
8540 Rename from list-diary-entries.
8541 Use number-of-diary-entries if `number' is nil.
8542 (diary, diary-view-entries): Use this new name and new nil arg value.
8543 (number-of-diary-entries): Move from calendar.el.
8544 (diary-unhide-everything): New function.
8545 (include-other-diary-files, fancy-diary-display)
8546 (diary-show-all-entries, make-diary-entry): Use it.
8547 (diary-mail-entries): Use buffer-string.
8548 (mark-diary-entries): Fix long standing paren typo.
8549 (diary-sexp-entry): Use count-lines.
8550 (make-diary-entry): Avoid `previous-line'.
8551 (diary-mode-map): New var.
8552 (diary-mode): Redraw cal after saving. Setup header-line.
8553 (fancy-diary-display-mode): Use local-set-key.
8554
8555 * startup.el (command-line): Try calling various terminal-init-foo-bar
8556 functions by stripping hyphenated suffixes from $TERM.
8557
8558 * files.el (normal-mode): Check boundness of font-lock-keywords.
8559
8560 2005-09-12 Richard M. Stallman <rms@gnu.org>
8561
8562 * progmodes/compile.el: Don't decide a file's directory
8563 until the user actually tries to go there.
8564 (compilation-next-error-function):
8565 Pass compilation-find-file the directory from the file-struct.
8566 (compilation-internal-error-properties): Separate local FILE-STRUCT
8567 from FILE. Doc the args better. Rename arg FMT to FMTS.
8568 (compilation-find-file): Arg DIR renamed to DIRECTORY.
8569 Expand it, and if nil, use default-directory.
8570 (compilation-get-file-structure): Don't mix specified directory
8571 with default directory. Put specified directory into
8572 file-struct. Don't make the file name absolute.
8573
8574 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8575 (compile-command): Add autoload.
8576 (compilation-disable-input): Add autoload.
8577
8578 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
8579
8580 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
8581 strings of the variables it can override.
8582 (time-stamp): New (as yet undocumented) time-stamp-format escapes
8583 %Q and %q, for fully-qualified domain name and unqualified host name.
8584
8585 2005-09-11 Kim F. Storm <storm@cua.dk>
8586
8587 * emacs-lisp/authors.el (authors-aliases): Update list.
8588 (authors-fixed-entries): Update mldrag.el entry.
8589
8590 2005-09-10 Alan Mackenzie <acm@muc.de>
8591
8592 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
8593 from the region narrowed to.
8594
8595 2005-09-10 Magnus Henoch <mange@freemail.hu>
8596
8597 * textmodes/ispell.el (ispell-check-version): Signal an error if
8598 aspell version is less than 0.60.
8599
8600 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
8601
8602 * progmodes/octave-inf.el (inferior-octave-startup):
8603 Resync current dir at the end.
8604
8605 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
8606
8607 * woman.el (woman-topic-at-point-default):
8608 Rename to woman-use-topic-at-point-default.
8609 (woman-topic-at-point): Rename to woman-use-topic-at-point.
8610 (woman-file-name): Reflect renames above. Automatically use the
8611 word at point as topic if woman-use-topic-at-point is non-nil.
8612 Otherwise offer it as default but don't insert it in the
8613 minibuffer. Also use `test-completion' instead of `assoc' as
8614 suggested by Stefan Monnier.
8615
8616 2005-09-10 Andre Spiegel <spiegel@gnu.org>
8617
8618 * vc.el (vc-directory, vc-update-change-log): Throw an error on
8619 the attempt to do it over Tramp. This is not yet supported.
8620
8621 2005-09-10 Eli Zaretskii <eliz@gnu.org>
8622
8623 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8624 (menu-bar-non-minibuffer-window-p): New functions.
8625 ("Split Window", "Save As..."): Use them.
8626 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
8627 ("Print Buffer", "Truncate Long Lines in this Buffer"):
8628 Use menu-bar-menu-frame-live-and-visible-p.
8629 ("Save Buffer", "Insert File", "Open Directory...")
8630 ("Open File...", "Visit New File..."):
8631 Use menu-bar-non-minibuffer-window-p.
8632 (kill-this-buffer-enabled-p, dired <menu-enable>):
8633 Use menu-bar-non-minibuffer-window-p.
8634
8635 2005-09-09 Eli Zaretskii <eliz@gnu.org>
8636
8637 * cus-start.el (all): Don't complain about fringe-related
8638 built-ins if fringes are not supported. Ditto about
8639 selection-related built-ins. Fix the test for GTK-related built-ins.
8640
8641 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
8642 ("Postscript Print Buffer", "Print Region", "Save As...")
8643 ("Save", "Insert File...", "Open Directory...")
8644 ("Open File...", "Visit New File..."")
8645 ("Truncate Long Lines in this Buffer"): Don't look at
8646 menu-updating-frame if this display does not support multiple frames.
8647
8648 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8649
8650 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
8651
8652 2005-09-09 Emilio Lopes <eclig@gmx.net>
8653
8654 * woman.el: Format- and whitespace-related changes.
8655
8656 2005-09-09 Eli Zaretskii <eliz@gnu.org>
8657
8658 * woman.el: Fix my email address.
8659
8660 2005-09-08 Richard M. Stallman <rms@gnu.org>
8661
8662 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
8663 (sh-mode): Locally set skeleton-pair-default-alist.
8664
8665 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
8666
8667 * progmodes/flymake.el: Require `compile' unconditionally.
8668
8669 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
8670
8671 * woman.el (woman-file-name): Provide a default, not initial input.
8672
8673 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
8674
8675 * font-lock.el (font-lock-support-mode): Doc fix.
8676
8677 * descr-text.el (describe-property-list): Handle non-symbol prop names.
8678
8679 2005-09-08 Richard M. Stallman <rms@gnu.org>
8680
8681 * simple.el (blink-matching-open): Get rid of text props from
8682 the string shown in echo area. Don't permanently set point.
8683 Some rearrangements.
8684
8685 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
8686
8687 * recentf.el (recentf-filename-handler): Add custom choice
8688 `abbreviate-file-name'.
8689
8690 * msb.el (msb--very-many-menus): Fix typo.
8691
8692 * disp-table.el (standard-display-european): Don't set
8693 enable-multibyte-characters to nil.
8694
8695 2005-09-08 David Ponce <david@dponce.com>
8696
8697 * recentf.el (recentf-show-file-shortcuts-flag): New option.
8698 (recentf-expand-file-name): Doc fix.
8699 (recentf-dialog-mode-map): Define digit shortcuts.
8700 (recentf--files-with-key): New variable.
8701 (recentf-show-digit-shortcut-filter): New function.
8702 (recentf-open-files-items): New function.
8703 (recentf-open-files): Use it.
8704 (recentf-open-file-with-key): New command.
8705
8706 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
8707
8708 * buff-menu.el (Buffer-menu-sort-by-column): New function.
8709 Suggested by Kim F. Storm.
8710 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
8711 (Buffer-menu-make-sort-button): Use global keymap.
8712
8713 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
8714
8715 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
8716 (Man-getpage-in-background-advice): Remove defadvice; it isn't
8717 necessary any longer with the remapped command.
8718 (Man-bgproc-sentinel-advice): Remove defadvice which counts
8719 formatting time only.
8720
8721 * net/tramp.el (tramp-action-password)
8722 (tramp-multi-action-password): Compile the password prompt from
8723 `method', `user' and `host'. Sometimes it isn't obvious which
8724 password to enter, for example with remote files offered by
8725 recentf.el, or with multiple steps. Suggested by Robert Marshall
8726 <robert@chezmarshall.freeserve.co.uk>.
8727
8728 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8729
8730 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8731 Fix regexp for when "s///" is at the beginning of line.
8732
8733 2005-09-07 Jay Belanger <belanger@truman.edu>
8734
8735 * calc/calc-poly.el (math-expand-term): Multiply out any powers
8736 when in matrix mode.
8737
8738 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8739
8740 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
8741 non-anonymous functions.
8742
8743 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
8744
8745 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
8746 when using a header line. Otherwise, use mouse-1-click-follows-link.
8747
8748 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
8749 can't be moved; don't signal an error.
8750
8751 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
8752
8753 * cus-theme.el (custom-theme-write-faces): Save the current face
8754 spec, not the defface spec.
8755
8756 * custom.el (custom-known-themes): Clarify meaning of "standard".
8757 (custom-push-theme): Save old values in the standard theme.
8758 (disable-theme): Correct typo.
8759 (custom-face-theme-value) Deleted unused function.
8760 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
8761
8762 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8763
8764 * progmodes/compile.el (compilation-goto-locus): Take into account
8765 iconified frames when determining whether the buffer is
8766 already visible.
8767 Don't reset window height if the window already existed.
8768
8769 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
8770
8771 * custom.el (load-theme): Rename from require-theme.
8772 Add interactive spec.
8773 (enable-theme): Rename from custom-enable-theme.
8774 Add interactive spec.
8775 (disable-theme): Rename from custom-disable-theme.
8776 Add interactive spec.
8777 (custom-make-theme-feature): Doc fix.
8778 (custom-theme-directory): Doc fix.
8779 (provide-theme): Call enable-theme.
8780
8781 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8782
8783 * obsolete/lazy-lock.el (lazy-lock-mode):
8784 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
8785 font-lock-mode if it's off. Print a warning instead.
8786
8787 * progmodes/compile.el (compilation-start): Ignore errors if the
8788 process died before we get to send-eof.
8789
8790 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
8791 Undo last change. Enclosing the result in quotes broke things on Unix
8792 since tex-send-command passes it through shell-quote-argument.
8793 (tex-send-command): Pass `file' through convert-standard-filename
8794 when possible.
8795 (tex-uptodate-p): Handle the case where TeX hasn't put additional
8796 info in a transcript.
8797
8798 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
8799
8800 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
8801 fix compilation warning. Reorder the key definitions to group
8802 together keys emitted by the current version of xterm.
8803
8804 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
8805 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
8806 Reorder predicates to correct min-color usage.
8807
8808 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
8809
8810 * longlines.el (longlines-mode): Inhibit read-only when encoding.
8811 Kill local variables when longlines-mode is turned off.
8812
8813 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
8816
8817 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
8818
8819 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
8820
8821 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
8822 (font-lock-lines-before): Change default to being inactive.
8823 (font-lock-default-fontify-region): Obey font-lock-lines-before.
8824 (font-lock-after-change-function): Don't handle f-l-lines-before here.
8825
8826 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
8827
8828 * net/tramp.el (tramp-handle-make-auto-save-file-name):
8829 Deactivate temporarily advice if active (not needed for Emacs 22,
8830 but for backwards compatibility).
8831 (tramp-exists-file-name-handler): Rewrite. First implementation
8832 was too simple.
8833 (tramp-advice-make-auto-save-file-name):
8834 Call `tramp-handle-make-auto-save-file-name' (again, just for
8835 backwards compatibility).
8836
8837 2005-08-31 Reto Zimmermann <reto@gnu.org>
8838
8839 * progmodes/vhdl-mode.el
8840 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
8841 (vhdl-end-p): Fix indentation bug "else" after "-- when".
8842 (vhdl-set-default-project): New function (easier setting of default).
8843 (vhdl-port-copy): Handle extended identifiers for generics.
8844 (vhdl-compiler-alist): Better description for error message regexp.
8845 (vhdl-make): Query for target, use previous as default.
8846 (vhdl-port-copy): Fix port copy for port names starting with "signal".
8847 (vhdl-font-lock-keywords-2): Fix fontification for record
8848 el. assign.
8849 (vhdl-speedbar-make-subpack-line): Add package body link.
8850 (vhdl-generate-makefile-1): Not include itself as dependency.
8851 (vhdl-font-lock-init): Highlight c-preprocessor directives.
8852 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
8853 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
8854 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
8855 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
8856 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
8857 (vhdl-import-project): Add string argument for `error'.
8858 (vhdl-compose-configuration)
8859 (vhdl-compose-configuration-architecture): Add configuration
8860 declaration generation.
8861 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
8862 (vhdl-trailer-re): Add "record" keyword (better indentation).
8863 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
8864 "[^ \t-\"]+".
8865 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
8866 (vhdl-testbench-entity-file-name)
8867 (vhdl-testbench-architecture-file-name): Allow separate
8868 customization of testbench file names.
8869 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
8870 (vhdl-get-visible-signals): Allow newline within alias declaration.
8871 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
8872 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
8873 (member-ignore-case): Alias for missing function in XEmacs.
8874 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
8875 (vhdl-update-sensitivity-list): Ignore case on read signals.
8876 (vhdl-replace-string): Adjust case only for file names.
8877 (vhdl-update-sensitivity-list): Fix search for read signals.
8878 (vhdl-update-sensitivity-list): Exclude formal parameters.
8879 (vhdl-get-visible-signals): Include aliases of signals.
8880 (vhdl-get-visible-signals): Fix signal name searching.
8881 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
8882 (vhdl-fixup-whitespace-region): Fix for character
8883 literals (e.g. `:').
8884
8885 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
8886
8887 * ansi-color.el (comint-last-output-start):
8888 * bs.el (font-lock-verbose):
8889 * diff-mode.el (add-log-buffer-file-name-function):
8890 * dired-x.el (vm-folder-directory):
8891 * faces.el (help-xref-stack-item):
8892 * files.el (font-lock-keywords):
8893 * find-lisp.el (dired-buffers, dired-subdir-alist):
8894 * ido.el (cua-inhibit-cua-keys):
8895 * log-view.el (cvs-minor-wrap-function):
8896 * outline.el (font-lock-warning-face):
8897 * simple.el (compilation-current-error):
8898 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
8899 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
8900 * tooltip.el (comint-prompt-regexp):
8901 * w32-fns.el (explicit-shell-file-name):
8902 * term/mac-win.el (mac-charset-info-alist)
8903 (mac-services-selection, mac-system-script-code):
8904 * term/tty-colors.el (msdos-color-values):
8905 * term/w32-win.el (xlfd-regexp-registry-subnum):
8906 * term/x-win.el (x-keysym-table, x-selection-timeout)
8907 (x-session-id, x-session-previous-id):
8908 * textmodes/ispell.el (mail-yank-prefix):
8909 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
8910 * textmodes/org.el (calc-embedded-close-formula)
8911 (calc-embedded-open-formula)
8912 (font-lock-unfontify-region-function):
8913 * textmodes/reftex-global.el (isearch-next-buffer-function)
8914 (TeX-master):
8915 * textmodes/reftex.el (font-lock-keywords):
8916 * textmodes/tex-mode.el (font-lock-comment-face)
8917 (font-lock-doc-face):
8918 * textmodes/texinfo.el (outline-heading-alist):
8919 Add defvars.
8920
8921 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
8922 (artist-spray-chars, artist-mode-init, artist-replace-string)
8923 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
8924 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
8925 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
8926
8927 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
8928 (conf-align-assignments): "?\ " -> "?\s".
8929
8930 * textmodes/reftex-index.el (TeX-master): Add defvar.
8931 (reftex-index-phrases-marker): Move up defvar.
8932
8933 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
8934 (reftex-toc-include-labels-indicator)
8935 (reftex-toc-include-index-indicator)
8936 (reftex-toc-max-level-indicator): Move up declarations.
8937
8938 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
8939 of args to `tramp-run-real-handler', even if it's empty in this case.
8940
8941 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8942
8943 * dired.el (dired-move-to-filename-regexp): Add date format for
8944 Mac OS X 10.3 in East Asian locales.
8945
8946 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
8947
8948 * files.el (make-auto-save-file-name): Add file name handler call
8949 if applicable.
8950
8951 * net/tramp.el (tramp-file-name-handler-alist)
8952 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
8953 (tramp-handle-make-auto-save-file-name): Rename from
8954 `tramp-make-auto-save-file-name'.
8955 (tramp-exists-file-name-handler): New defun.
8956 (tramp-advice-make-auto-save-file-name): Make defadvice only when
8957 `make-auto-save-file-name' is not a magic file name operation.
8958
8959 2005-08-30 Richard M. Stallman <rms@gnu.org>
8960
8961 * files.el (risky-local-variable-p):
8962 Match `-predicates' and `-commands.
8963
8964 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
8965 (custom-save-all): Visit the file if necessary;
8966 kill the buffer if we created it.
8967 (custom-save-delete): Don't visit file or kill buffer here.
8968
8969 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
8970
8971 * textmodes/org.el (org-special-keyword): New face.
8972 (org-table-copy-down, org-table-eval-formula)
8973 (org-table-recalculate, org-init-section-numbers):
8974 Use `string-to-number' instead of `string-to-int'.
8975 (org-get-location): Use `insert-buffer-substring' instead of
8976 `insert-buffer'.
8977 (org-modify-diary-entry-string): New function.
8978 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
8979 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
8980 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
8981 active region.
8982 (org-export-as-html): Handle QUOTE keyword.
8983 (org-quote-string): New option.
8984 (org-bookmark-jump-unhide): New function, used for
8985 `bookmark-after-jump-hook'.
8986 (org-diary-default-entry): Apply only when not called through
8987 `org-agenda'.
8988
8989 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
8990
8991 * net/eudc.el (mode-popup-menu):
8992 * play/handwrite.el (ps-printer-name, ps-lpr-command):
8993 * progmodes/ada-mode.el (compile-auto-highlight)
8994 (skeleton-further-elements):
8995 * progmodes/autoconf.el (font-lock-syntactic-keywords):
8996 * progmodes/cmacexp.el (msdos-shells):
8997 * progmodes/compile.el (font-lock-extra-managed-props)
8998 (font-lock-keywords, font-lock-maximum-size)
8999 (font-lock-support-mode):
9000 * progmodes/grep.el (font-lock-lines-before):
9001 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
9002 * progmodes/mixal-mode.el (compile-command):
9003 * progmodes/perl-mode.el (font-lock-comment-face)
9004 (font-lock-doc-face, font-lock-string-face):
9005 * progmodes/prolog.el (comint-prompt-regexp):
9006 * progmodes/sh-script.el (font-lock-comment-face)
9007 (font-lock-set-defaults, font-lock-string-face):
9008 * progmodes/sql.el (font-lock-keyword-face)
9009 (font-lock-set-defaults, font-lock-string-face):
9010 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
9011 (itimer-version, lazy-lock-defer-contextually)
9012 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
9013 Add defvars.
9014
9015 * progmodes/cperl-mode.el (cperl-electric-lbrace)
9016 (cperl-electric-keyword, cperl-electric-pod)
9017 (cperl-electric-backspace, cperl-forward-re)
9018 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
9019 (vc-rcs-header, vc-sccs-header): Add defvars.
9020
9021 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
9022 (font-lock-syntactic-keywords, gud-find-expr-function):
9023 Add defvars.
9024
9025 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
9026 (gdb-frame-parameters): Declare before use.
9027
9028 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
9029 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
9030 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
9031 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
9032
9033 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
9034 (idlwave-help-with-source): Use `insert-buffer-substring', not
9035 `insert-buffer'.
9036
9037 2005-08-29 Juri Linkov <juri@jurta.org>
9038
9039 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
9040 Put outline-back-to-heading function call inside save-excursion.
9041
9042 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
9043
9044 * man.el (Man-init-defvars, Man-translate-references)
9045 (Man-support-local-filenames, Man-highlight-references):
9046 * progmodes/sql.el (sql-interactive-mode):
9047 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
9048
9049 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
9050 (compilation-mode-font-lock-keywords): Add defvars.
9051 (checkdoc-interactive-loop): "?\ " -> "?\s".
9052
9053 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
9054 (font-lock-doc-face, font-lock-string-face)
9055 (font-lock-keywords-case-fold-search): Add defvars.
9056 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
9057
9058 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
9059 Don't pass X and Y (they are ignored anyway).
9060 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
9061 (mouse-delete-window): Make arguments optional.
9062
9063 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
9064 (caesar-translate-table, minor-modes, news-buffer-save)
9065 (news-group-name, news-minor-modes): Add defvars.
9066
9067 * emacs-lisp/lselect.el (mouse-highlight-priority)
9068 (x-lost-selection-functions, zmacs-regions):
9069 * emacs-lisp/pp.el (font-lock-verbose):
9070 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
9071 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
9072 (ses-mode-map):
9073 * emacs-lisp/tcover-unsafep.el (safe-functions):
9074 * international/mule-cmds.el (mac-system-coding-system)
9075 (mac-system-locale):
9076 * language/ethio-util.el (rmail-current-message)
9077 (rmail-message-vector):
9078 * language/thai-util.el (thai-auto-composition-mode):
9079 * mail/metamail.el (rmail-current-message, rmail-message-vector):
9080 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
9081 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
9082 (vm-primary-inbox, vm-spool-files):
9083 * mail/rmail.el (deleted-head, font-lock-fontified)
9084 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
9085 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
9086 (total-messages):
9087 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
9088 (rmail-summary-mode-map):
9089 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
9090 (rmail-last-label, rmail-last-multi-labels)
9091 (rmail-summary-vector, rmail-total-messages):
9092 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
9093 * mail/rmailsum.el (msgnum):
9094 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
9095 (rmail-current-message):
9096 * obsolete/fast-lock.el (font-lock-face-list):
9097 * obsolete/rnewspost.el (mail-reply-buffer):
9098 * obsolete/scribe.el (compile-command):
9099 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
9100
9101 2005-08-28 John Paul Wallington <jpw@gnu.org>
9102
9103 * ibuf-ext.el (ibuffer-auto-update-changed):
9104 Use `frame-or-buffer-changed-p' to check whether we need to update.
9105 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
9106 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
9107 as a `frame-or-buffer-changed-p' state vector instead.
9108
9109 2005-08-27 Romain Francoise <romain@orebokech.com>
9110
9111 * textmodes/makeinfo.el (makeinfo-compile):
9112 Use `compilation-start'. Set `next-error-function' according to
9113 `disable-errors'.
9114 (makeinfo-next-error): New function.
9115 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
9116 (makeinfo-buffer): Likewise.
9117
9118 * progmodes/compile.el (compilation-start): Add autoload cookie.
9119
9120 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
9121 * textmodes/sgml-mode.el: Likewise.
9122 * progmodes/python.el: Likewise.
9123
9124 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9125
9126 * simple.el (blink-matching-paren-distance): Document the meaning
9127 of nil value, and allow to customize to nil.
9128
9129 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
9130 command.com, not command.exe.
9131
9132 2005-08-26 John Wiegley <johnw@newartisans.com>
9133
9134 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
9135 code around a bit so that an extraneous nil argument is not added
9136 to a command when no args are given.
9137
9138 * eshell/esh-arg.el (eshell-parse-double-quote): If a
9139 double-quoted argument resolves to nil, return it as an empty
9140 string rather than as nil. This made it impossible to pass "" to
9141 a shell script as a null string argument.
9142
9143 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * outline.el (outline-invent-heading): New fun.
9146 (outline-promote, outline-demote): Use it.
9147 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
9148 (outline-end-of-subtree): Remove unused var `opoint'.
9149
9150 2005-08-26 David Reitter <david.reitter@gmail.com>
9151
9152 * menu-bar.el (truncate-lines, write-file, print-buffer)
9153 (ps-print-buffer-faces, ps-print-buffer, split-window):
9154 Disable menu items when the frame they refer to is invisible, or when
9155 they refer to a buffer and the minibuffer is selected.
9156
9157 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
9158
9159 * progmodes/flymake.el (flymake-highlight-err-lines):
9160 Use save-excursion around flymake-highlight-line to preserve point.
9161
9162 2005-08-26 Eli Zaretskii <eliz@gnu.org>
9163
9164 * progmodes/octave-mod.el: Change Author and Maintainer address.
9165 (octave-maintainer-address): Change Kurt's email address.
9166 * progmodes/octave-inf.el: Change Author and Maintainer address.
9167 * progmodes/octave-hlp.el: Change Author and Maintainer address.
9168
9169 2005-08-26 Kim F. Storm <storm@cua.dk>
9170
9171 * subr.el (version-list-<, version-list-<=, version-list-=):
9172 Rename from integer-list-*.
9173 (version-list-not-zero): Likewise. Fix while loop.
9174 (version=): Use version-list-= instead of string-equal.
9175
9176 2005-08-26 Richard M. Stallman <rms@gnu.org>
9177
9178 * outline.el (outline-promote): Try shortening the heading.
9179 As last resort, read the heading to use.
9180 (outline-demote): As last resort, read the heading to use.
9181
9182 2005-08-26 Romain Francoise <romain@orebokech.com>
9183
9184 * progmodes/compile.el (compilation-start): Doc fix.
9185
9186 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
9187 (antlr-font-lock-additional-keywords): Fix reference to
9188 `antlr-font-lock-literal-regexp' erroneously changed during the
9189 mass face rename.
9190 (antlr-run-tool): Use `compilation-start'.
9191
9192 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
9193 instead of the obsolete `compile-internal'.
9194
9195 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
9196
9197 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
9198 (number, original-date):
9199 * calendar/cal-china.el (date):
9200 * calendar/cal-coptic.el (date):
9201 * calendar/cal-french.el (date):
9202 * calendar/cal-hebrew.el (date, entry, number, original-date):
9203 * calendar/cal-islam.el (date, number, original-date):
9204 * calendar/cal-iso.el (date):
9205 * calendar/cal-julian.el (date):
9206 * calendar/cal-mayan.el (date):
9207 * calendar/cal-menu.el (date, event):
9208 * calendar/cal-persia.el (date):
9209 * calendar/lunar.el (date):
9210 * calendar/solar.el (date): Add defvars.
9211
9212 * emerge.el:
9213 * ibuffer.el:
9214 * info-xref.el:
9215 * obsolete/bg-mouse.el:
9216 * obsolete/sun-curs.el:
9217 * obsolete/swedish.el: Move the `defvar's to the top level.
9218
9219 * smerge-mode.el (smerge-refined-change): Add :group.
9220
9221 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
9224 (smerge-keep-n): Remove props.
9225 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9226 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
9227 now that it's done in smerge-keep-n.
9228 (smerge-refined-change): New face.
9229 (smerge-refine-chopup-region, smerge-refine-highlight-change)
9230 (smerge-refine): New funs.
9231 (smerge-basic-map): Bind smerge-refine.
9232
9233 2005-08-25 Juri Linkov <juri@jurta.org>
9234
9235 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
9236 compilation-process-setup-function and compilation-disable-input
9237 in grep-mode instead of let-bindings in grep.
9238
9239 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
9240 Delete "Automatic File De/compression" (auto-compression-mode).
9241
9242 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
9243
9244 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
9245 Silence warning about non-existent variable.
9246
9247 2005-08-25 Richard M. Stallman <rms@gnu.org>
9248
9249 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
9250 Rename "Describe Key" to "Describe Key or Mouse Operation".
9251
9252 * mail/mailalias.el (build-mail-aliases): Delete comments
9253 from the contents before processing them.
9254
9255 * isearch.el (isearch-edit-string): Erase the Search prompt
9256 if user enters an empty string and there is no default.
9257
9258 * comint.el (comint-file-name-prefix): Add autoload.
9259
9260 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
9261
9262 * subr.el (play-sound): Rearrange to avoid warning.
9263
9264 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
9265
9266 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
9267 New hook.
9268 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
9269
9270 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9271
9272 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
9273
9274 * custom.el (custom-theme-set-variables): Sort minor modes last.
9275
9276 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9277
9278 * subr.el (version-separator, version-regexp-alist): New vars used by
9279 version comparison funs.
9280 (integer-list-<, integer-list-=, integer-list-<=)
9281 (integer-list-not-zero): New funs for integer list comparison.
9282 (version-to-list, version=, version<, version<=): New funs for version
9283 comparison.
9284
9285 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
9286
9287 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
9288 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
9289 time to silence the byte-compiler.
9290
9291 * ibuffer.el (ibuffer-compile-make-eliding-form)
9292 (ibuffer-check-formats): Use `with-no-warnings' to hide references
9293 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
9294 so it's silly to get warnings for it).
9295 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
9296 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
9297 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
9298 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
9299 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
9300 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
9301 Defvar at compile time.
9302 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
9303 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
9304 Declare them before use.
9305
9306 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
9307 (info-xref-good, info-xref-bad): Defvar at compile time.
9308
9309 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
9310 Use `let*' instead of `let'.
9311
9312 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
9313 (*mouse-y*, menu, char): Defvar at compile time.
9314 (sc::menu): Declare it before use.
9315 (sc::pack-one-line): Use `let', not `let*'.
9316
9317 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
9318 (mail-send-hook): Defvar at compile time.
9319
9320 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
9321 Defvar at compile time.
9322
9323 * term/sun-mouse.el (current-global-mousemap)
9324 (current-local-mousemap): Declare them before use.
9325
9326 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
9327
9328 * bookmark.el (bookmark-after-jump-hook): New hook.
9329 (bookmark-jump): Run `bookmark-after-jump-hook'.
9330
9331 2005-08-23 Juri Linkov <juri@jurta.org>
9332
9333 * faces.el (minibuffer-prompt): Doc fix.
9334
9335 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
9336
9337 * progmodes/xscheme.el: Trivial changes to silence warnings.
9338 (xscheme-previous-mode, xscheme-previous-process-state):
9339 Add defvars.
9340 (xscheme-last-input-end, xscheme-process-command-line)
9341 (xscheme-process-name, xscheme-buffer-name)
9342 (xscheme-expressions-ring-max, xscheme-expressions-ring)
9343 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
9344 (xscheme-control-g-synchronization-p)
9345 (xscheme-control-g-disabled-p, xscheme-string-receiver)
9346 (default-xscheme-runlight, xscheme-runlight)
9347 (xscheme-runlight-string, xscheme-process-filter-state)
9348 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
9349 Move to beginning of file.
9350 (scheme-interaction-mode-commands-alist)
9351 (scheme-interaction-mode-map, scheme-debugger-mode-map):
9352 Declare them before use. Note: the initialization code for the variables
9353 has not been moved because it uses functions that reference the variables.
9354 (xscheme-control-g-message-string, xscheme-process-filter-alist)
9355 (xscheme-prompt-for-expression-map): Declare them before use.
9356 (scheme-debugger-mode-commands): "?\ " -> "?\s".
9357
9358 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
9359
9360 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
9361
9362 2005-08-22 Juri Linkov <juri@jurta.org>
9363
9364 * faces.el (set-face-underline): Delete this duplicate function
9365 and make an obsolete alias to set-face-underline-p.
9366 (set-face-underline-p): Use docstring of set-face-underline.
9367 (describe-face): Create hyperlink to parent face.
9368
9369 * info.el (Info-insert-dir): Use save-excursion around
9370 insert-buffer-substring.
9371 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
9372 (Info-escape-percent): Delete function.
9373 (Info-fontify-node): Replace Info-escape-percent by
9374 replace-regexp-in-string with REP arg set to lambda that
9375 duplicates `%' and preserves text properties.
9376
9377 * progmodes/compile.el (compilation-disable-input): Doc fix.
9378 (define-compilation-mode): Doc fix and refill.
9379 (kill-compilation): Use `mode-name' in the error message.
9380 (compilation-find-file): Use `compilation-error' in the
9381 read-file-name's prompt.
9382
9383 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9384
9385 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
9386 (smerge-auto-leave): Make undo re-enable the mode.
9387 (debug-ignored-errors): Add the user-error of impossible resolution.
9388 (smerge-resolve): Move things around a bit, in preparation for later.
9389 (smerge-diff): Don't fail if the buffer has no associated file.
9390 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
9391 (smerge-conflict-overlay): New function.
9392 (smerge-match-conflict): Don't add text properties here.
9393 (smerge-find-conflict): Instead, add an overlay here.
9394 Also check for the case where we're inside a conflict already, so as to
9395 obviate the need for font-lock-multiline, which is unbearably slow with
9396 large conflicts and ciomplex font-lock patterns.
9397 (smerge-remove-props): Remove overlay rather than text-properties.
9398 (smerge-mode): Don't set font-lock-multiline.
9399 Remove overlays when turned off.
9400
9401 2005-08-21 Kim F. Storm <storm@cua.dk>
9402
9403 * ido.el (ido-ignore-item-p): Use save-match-data.
9404 Bind case-fold-search to ido-case-fold locally.
9405
9406 2005-08-20 Richard M. Stallman <rms@gnu.org>
9407
9408 * files.el (normal-mode): If font lock is on, turn it off and on.
9409
9410 * subr.el (replace-regexp-in-string): Doc fix.
9411
9412 * startup.el (command-line-1): Don't suppress startup screen
9413 due to existing processes.
9414
9415 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
9416
9417 * progmodes/compile.el (compilation-disable-input): Default to nil.
9418
9419 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9420
9421 * progmodes/compile.el (compilation-disable-input): New defcustom.
9422 (compilation-start): If compilation-disable-input is non-nil, send
9423 EOF to the compilation process.
9424
9425 2005-08-20 Eli Zaretskii <eliz@gnu.org>
9426
9427 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
9428 Run the argument of tex-shell-cd-command through
9429 convert-standard-filename, to get the correct style of slashes on
9430 Windows, and enclose the result in quotes, in case the file name
9431 includes whitespace or other special characters.
9432
9433 2005-08-19 Andreas Schwab <schwab@suse.de>
9434
9435 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
9436 process.
9437
9438 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
9439
9440 * cus-start.el (minibuffer-prompt-properties): Correct typo.
9441
9442 2005-08-18 Kim F. Storm <storm@cua.dk>
9443
9444 * scroll-lock.el: Fix errors due to incorrect line wrapping.
9445
9446 2005-08-18 Richard M. Stallman <rms@gnu.org>
9447
9448 * scroll-lock.el: New file.
9449
9450 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
9451
9452 * dired.el (dired-move-to-end-of-filename):
9453 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
9454
9455 2005-08-18 Kim F. Storm <storm@cua.dk>
9456
9457 * ido.el (ido-everywhere): Fix defcustom :set function to disable
9458 rather than toggle mode when custom value is nil.
9459 (ido-everywhere): Fix defun doc string.
9460
9461 2005-08-17 Richard M. Stallman <rms@gnu.org>
9462
9463 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
9464 as tag instead of "Inviolable".
9465
9466 2005-08-17 Kim F. Storm <storm@cua.dk>
9467
9468 * windmove.el (windmove-coordinates-of-position): Remove.
9469 (windmove-coordinates-of-window-position): Remove.
9470 (windmove-reference-loc): Use posn-at-point instead.
9471
9472 * subr.el (insert-for-yank-1): Doc fix.
9473
9474 * ido.el (ido-enter-matching-directory): Rename from
9475 ido-enter-single-matching-directory. Change `slash' choice to
9476 `only'. Add `first' choice.
9477 (ido-exhibit): Adapt to above changes.
9478
9479 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
9480
9481 * Makefile.in: Expand comment about building loaddefs.el.
9482
9483 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
9484
9485 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
9486 Comment use of defadvice.
9487
9488 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
9489
9490 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
9491
9492 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
9493 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
9494 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
9495 * progmodes/idlw-shell.el, progmodes/ld-script.el,
9496 * progmodes/which-func.el, ruler-mode.el, strokes.el,
9497 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
9498 for backward compatibility for faces that did not appear in the
9499 previous Emacs release.
9500
9501 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
9502
9503 2005-08-15 Kim F. Storm <storm@cua.dk>
9504
9505 * emulation/cua-base.el (cua-delete-region): Return t if
9506 deleted region was non-empty.
9507 (cua-replace-region): Inhibit overwrite-mode for
9508 self-insert-command if replaced region was non-empty.
9509 (cua--explicit-region-start, cua--status-string): Make them
9510 buffer-local at top-level...
9511 (cua-mode): ...rather than when mode is enabled.
9512
9513 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
9514
9515 * progmodes/vhdl-mode.el (vhdl-emacs-21):
9516 Set t for Emacs 21, 22, and so on.
9517
9518 2005-08-15 David Ponce <david@dponce.com>
9519
9520 * tree-widget.el: Update Commentary header.
9521 (tree-widget-theme): Doc fix.
9522 (tree-widget-space-width): New option.
9523 (tree-widget-image-properties): Look up in the default theme too.
9524 (tree-widget--cursors): Only for images with arrow pointer shape.
9525 (tree-widget-lookup-image): Pointer shape is hand by default.
9526 (tree-widget-icon): Rename generic icon widget from
9527 `tree-widget-control'.
9528 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
9529 derive from `tree-widget-icon'.
9530 (tree-widget-handle): Improve default look and feel of the text
9531 representation.
9532 (tree-widget): Rename :*-control properties to :*-icon properties.
9533 Add :action and :help-echo properties.
9534 (tree-widget-after-toggle-functions): Move.
9535 (tree-widget-close-node, tree-widget-open-node): Remove.
9536 (tree-widget-before-create-icon-functions): New hook.
9537 (tree-widget-value-create): Update to allow customization of icons
9538 and nodes at run-time via that new hook.
9539 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
9540 (tree-widget-icon-action, tree-widget-icon-help-echo)
9541 (tree-widget-action, tree-widget-help-echo): New functions.
9542
9543 2005-08-15 Kim F. Storm <storm@cua.dk>
9544
9545 * ido.el (ido-buffer-internal): Use with-no-warnings.
9546 (ido-make-merged-file-list): Use while-no-input.
9547
9548 2005-08-15 Richard M. Stallman <rms@gnu.org>
9549
9550 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
9551 (flyspell-large-region): Fix doc and custom type.
9552
9553 2005-08-14 Richard M. Stallman <rms@gnu.org>
9554
9555 * files.el (interpreter-mode-alist): Doc fix.
9556
9557 * mail/rmail.el (rmail-nonignored-headers): New variable.
9558 (rmail-clear-headers): Use it.
9559 (rmail-reply): Better handling of mail-followup-to header.
9560
9561 * progmodes/sh-script.el (sh-font-lock-keywords-var):
9562 Rename variable from sh-font-lock-keywords. In the `shell' entry,
9563 don't try to refer to executable-font-lock-keywords.
9564 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
9565 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
9566 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
9567 (sh-mode): Set comment-start-skip, local-abbrev-table,
9568 imenu-case-fold-search.
9569 (sh-set-shell): Don't set them here.
9570 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
9571 Don't cache the results in the original alist; don't ever modify
9572 that alist.
9573
9574 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
9575
9576 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
9577 empty.
9578
9579 2005-08-15 Andreas Schwab <schwab@suse.de>
9580
9581 * desktop.el: Put autoload cookie at risky-local-variable declarations.
9582
9583 * dired.el, info.el, mail/rmail.el: Revert last change.
9584
9585 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
9586
9587 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
9588 modification in `eval-after-load' form.
9589 * info.el: Likewise.
9590 * mail/rmail.el: Likewise.
9591
9592 2005-08-14 Juri Linkov <juri@jurta.org>
9593
9594 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9595 Remove highlighting of "Compilation started". Highlight only
9596 the word "finished" in "Compilation finished". Add highlighting
9597 of "interrupt", "killed", "terminated" and the exit code.
9598 (compilation-start): Add newline after header. Use exactly the
9599 same time stamp format as the finishing message.
9600 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
9601
9602 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
9603 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
9604 Add highlighting of "interrupt", "killed", "terminated".
9605
9606 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
9607 enabled and the current command is self-insert-command, call it
9608 explicitly with overwrite-mode bound to nil, to not allow it
9609 to delete the character after the selected region.
9610
9611 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
9612
9613 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
9614 move-end-of-line, end-of-line, and beginning-of-line to the list
9615 of commands after which the echo area is updated.
9616
9617 2005-08-12 Eli Zaretskii <eliz@gnu.org>
9618
9619 * cus-edit.el (custom-save-all, custom-save-delete):
9620 Bind recentf-exclude to exclude custom-file.
9621
9622 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
9623
9624 * mail/rmailsum.el (rmail-summary-end-of-message): New command
9625 to go to the bottom of the mail message. Added to
9626 `rmail-summary-mode-map' with key "/".
9627 (rmail-summary-show-message): New (internal) function for use by
9628 both `rmail-summary-beginning/end-of-message'.
9629 (rmail-summary-beginning-of-message): Change to use
9630 rmail-summary-show-message.
9631
9632 * mail/rmail.el (rmail-end-of-message): New command to go to the
9633 end of the current message. Added to `rmail-mode-map' with key "/".
9634 (rmail-beginning-of-message): Fix to work as documented.
9635 (rmail-mode): Change documentation.
9636
9637 * progmodes/compile.el (compilation-start): Add the line
9638 "Compilation started" with compilation start time.
9639 (compilation-mode-font-lock-keywords): Add `started' to keywords.
9640
9641 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
9642
9643 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
9644 of menu items.
9645
9646 2005-08-11 Richard M. Stallman <rms@gnu.org>
9647
9648 * simple.el (pop-global-mark): Reverse test of widen-automatically.
9649
9650 * battery.el (battery-status-function): Don't use ignore-errors.
9651
9652 2005-08-11 Lute Kamstra <lute@gnu.org>
9653
9654 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
9655 define-obsolete-variable-alias.
9656
9657 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9658
9659 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
9660 (ange-ftp-send-cmd): Revert last change, and expand
9661 the comment explaining the problem.
9662
9663 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
9664
9665 * ldefs-boot.el: Update.
9666
9667 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
9668 item to "Time, Load and Mail". Change help echo text.
9669
9670 * time.el (display-time-use-mail-icon, display-time-format)
9671 (display-time-string-forms): Shorten first line of docstrings.
9672
9673 2005-08-10 Lars Hansen <larsh@soem.dk>
9674
9675 * desktop.el (desktop-buffer-mode-handlers):
9676 Make non-customizable. Add autoload cookie. Change initial value to
9677 nil; add elements in respective modules instead. Fix doc string.
9678 (desktop-load-file): New function.
9679 (desktop-minor-mode-handlers): New autoloaded variable.
9680 (desktop-create-buffer): Call minor mode handlers.
9681 Use desktop-load-file to load major and minor mode modules prior to
9682 checking for a handler.
9683 (desktop-save): Don't add nil to desktop-minor-modes for minor
9684 modes with nil function in desktop-minor-mode-table. Don't delete
9685 desktop file before rewriting it.
9686 (desktop-locals-to-save): Add autoload cookie. Don't make
9687 automatically buffer-local. Add variables column-number-mode,
9688 size-indication-mode, indent-tabs-mode,
9689 indicate-buffer-boundaries, indicate-empty-lines and
9690 show-trailing-whitespace.
9691 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
9692 regexps. Don't use desktop-clear-preserve-buffers-regexp.
9693 (desktop-clear-preserve-buffers-regexp): Delete.
9694 (desktop-clear-preserve-buffers): Update initial value and docstring.
9695 (desktop-save-buffer): Fix doc string.
9696
9697 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
9698 (hilit-chg-desktop-restore): New function.
9699 (highlight-changes-mode): Add highlight-changes-mode to
9700 desktop-locals-to-save.
9701
9702 * dired.el: Add handler to desktop-buffer-mode-handlers.
9703 (dired-restore-desktop-buffer): Remove autoload cookie.
9704 (dired-mode): Add autoload cookie.
9705
9706 * info.el: Add handler to desktop-buffer-mode-handlers.
9707 (Info-restore-desktop-buffer): Remove autoload cookie.
9708 (Info-mode): Add autoload cookie.
9709
9710 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
9711 (mh-restore-desktop-buffer): Remove autoload cookie.
9712 (mh-folder-mode): Add autoload cookie.
9713
9714 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
9715 (rmail-restore-desktop-buffer): Remove autoload cookie.
9716
9717 2005-08-11 Masatake YAMATO <jet@gyve.org>
9718
9719 * hexl.el (hexl-address-region):
9720 (hexl-ascii-region, hexl-font-lock-keywords):
9721 (hexl-highlight-line-range): Use the term "region"
9722 instead of "area" for consistency with the other symbols
9723 defined in hexl.el.
9724
9725 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9726
9727 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
9728 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
9729 out by Juri Linkov). Add `display-battery-mode'.
9730
9731 2005-08-09 Juri Linkov <juri@jurta.org>
9732
9733 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9734 Remove `-text' from face variable names.
9735 (compilation-error-file-name, compilation-warning-file-name)
9736 (compilation-info-file-name): Delete faces.
9737 (compilation-line-number, compilation-column-number):
9738 Remove face underlining.
9739 (compilation-message-face): Set to `underline' value by default.
9740 (compilation-error-face, compilation-warning-face)
9741 (compilation-info-face): Remove `-file-name' from face names.
9742 (compilation-error-text-face, compilation-warning-text-face)
9743 (compilation-info-text-face): Delete face variables.
9744 (compilation-text-face): Delete function.
9745
9746 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
9747 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
9748 (grep-error-face): Set to `compilation-error' instead of
9749 `compilation-error-face' (which is redefined to `grep-hit-face' in
9750 grep buffers).
9751 (grep-mode-font-lock-keywords): Remove `-text' from face variable
9752 names. Use `grep-error-face' instead of `compilation-error-text-face'.
9753
9754 * dired-aux.el (dired-do-query-replace-regexp):
9755 Use `query-replace-read-args'.
9756
9757 * replace.el (query-replace-read-from, query-replace-read-to)
9758 (query-replace-read-args): Rename arg `string' to `prompt'.
9759
9760 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
9761
9762 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
9763
9764 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
9765 uploading files.
9766 (ange-ftp-canonize-filename): Handle file names beginning with ~
9767 correctly.
9768
9769 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
9770
9771 * textmodes/fill.el (canonically-space-region)
9772 (fill-context-prefix, fill-french-nobreak-p)
9773 (fill-delete-newlines, fill-comment-paragraph)
9774 (justify-current-line): "?\ " -> "?\s".
9775
9776 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
9777
9778 * textmodes/fill.el (fill-nonuniform-paragraphs):
9779 Improve argument/docstring consistency.
9780
9781 2005-08-09 Richard M. Stallman <rms@gnu.org>
9782
9783 * textmodes/ispell.el (ispell-word): More fboundp checks.
9784
9785 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
9786 (find-file-noselect-1): Call it here, only if RAWFILE.
9787 (normal-mode): Always set some major mode.
9788 (save-some-buffers-action-alist): Change some explanation strings.
9789 (file-name-non-special): In the `quote' method, use unwind-protect.
9790
9791 2005-08-09 Magnus Henoch <mange@freemail.hu>
9792
9793 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
9794 (ispell-have-aspell-dictionaries): New variable.
9795 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
9796 (ispell-get-aspell-config-value): New function.
9797 (ispell-aspell-find-dictionary): New function.
9798 (ispell-aspell-add-aliases): New function.
9799 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
9800 appropriate. Don't look for ispell dictionaries if we use aspell.
9801 (ispell-menu-map): Don't build a submenu of dictionaries.
9802
9803 2005-08-09 Richard M. Stallman <rms@gnu.org>
9804
9805 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
9806 (sql-read-passwd): Use read-passwd.
9807
9808 * progmodes/idlw-toolbar.el (idlwave-toolbar)
9809 (idlwave-toolbar-is-possible): Add defvars.
9810
9811 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
9812 Avoid warnings.
9813
9814 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
9815 (idlwave-system-class-info, idlwave-executive-commands-alist):
9816 Use defvar.
9817
9818 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
9819
9820 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
9821 Avoid warnings.
9822
9823 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
9824 and content-type: headers.
9825
9826 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
9827
9828 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
9829 and rename some of them to be more self-explanatory.
9830
9831 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
9832
9833 * startup.el (command-line-1): Implement -scriptload.
9834
9835 * replace.el (occur-engine): Initial *Occur* output not undoable.
9836
9837 * menu-bar.el (menu-bar-file-menu): Rename some menu items
9838 and improve help strings.
9839
9840 * isearch.el (isearch-repeat): When changing direction,
9841 mark search successful.
9842
9843 * ediff-init.el: Use (featurep 'xemacs).
9844
9845 * comint.el (send-invisible): Identify buffer, if not selected.
9846
9847 * align.el: Delete autoload for c-guess-basic-syntax.
9848
9849 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
9850
9851 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
9852 Improve argument/docstring consistency. Doc fixes.
9853 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
9854 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
9855 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
9856 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
9857 (r2bv-organization, r2bv-pages, r2bv-primary-author)
9858 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
9859 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
9860 Defvar at compile time.
9861
9862 2005-08-09 Juri Linkov <juri@jurta.org>
9863
9864 * info.el: Replace `info' with upper-case `Info' where appropriate.
9865 (info-title-1, info-title-2, info-title-3, info-title-4)
9866 (info-menu-header): Move up face definitions.
9867 (info-menu-star): Rename from `info-menu-5'.
9868 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
9869 (Info-fontify-visited-nodes): Fix docstring.
9870 (Info-hide-note-references): Fix docstring.
9871 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
9872 menu items in the same way as on cross-references.
9873 (info-apropos): Fix sorting order and formatting to be like in the
9874 stand-alone Info browser. Display error messages for 1 sec.
9875 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
9876 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
9877 from the menu bar.
9878 (Info-insert-dir): Restore point after calling
9879 `insert-buffer-substring'.
9880
9881 2005-08-08 Richard M. Stallman <rms@gnu.org>
9882
9883 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
9884 (recompute-lucid-menubar): Add defvars.
9885
9886 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
9887
9888 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
9889
9890 * net/net-utils.el (run-dig): Rename from `dig'.
9891
9892 * play/gametree.el (gametree-mode): Use make-local-variable,
9893 not make-variable-buffer-local.
9894
9895 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
9896
9897 * ansi-color.el (ansi-color-make-extent)
9898 (ansi-color-set-extent-face): Use fboundp, not functionp.
9899
9900 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
9901 not make-variable-buffer-local.
9902
9903 * bookmark.el (Info-current-file): Add defvar.
9904 (bookmark-jump-noselect): Use with-no-warnings.
9905
9906 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
9907
9908 * ebuff-menu.el (Helper-return-blurb): Add defvar.
9909
9910 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
9911
9912 * find-file.el (ada-procedure-start-regexp)
9913 (ada-package-start-regexp): Add defvars.
9914
9915 * info.el (Info-insert-dir): Use insert-buffer-substring.
9916
9917 * xml.el (xml-att-def-re): Add defvar.
9918
9919 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
9920 calling convention.
9921
9922 * subr.el (while-no-input): Return t if there is input.
9923
9924 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
9925
9926 * cus-start.el (all): Add `overflow-newline-into-fringe'.
9927
9928 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
9929
9930 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
9931 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
9932
9933 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
9934
9935 * cmuscheme.el (scheme-start-file): Replace reference to
9936 `user-emacs-directory' by "~/.emacs.d/".
9937
9938 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
9939
9940 * info.el (Info-dir-remove-duplicates): Avoid case folding
9941 in loop; instead, keep downcased strings for comparison.
9942 Suggested by Helmut Eller.
9943
9944 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
9945
9946 Sync with Tramp 2.0.50.
9947
9948 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
9949 XEmacs case; not necessary anymore.
9950 (tramp-user-regexp): Allow "@" as part of user name.
9951 (tramp-handle-set-visited-file-modtime)
9952 (tramp-handle-insert-file-contents)
9953 (tramp-handle-write-region): No special handling for
9954 `last-coding-system-used, because this is done in
9955 `tramp-accept-process-output' now.
9956 (tramp-accept-process-output): New defun.
9957 (tramp-process-one-action, tramp-process-one-multi-action)
9958 (tramp-wait-for-regexp, tramp-wait-for-output)
9959 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
9960 Howells <dhowells@redhat.com>.
9961 (clear-visited-file-modtime): Defadvice removed. The check for
9962 unset buffer's modtime does not need to be based on
9963 `tramp-buffer-file-attributes'. Suggested by RMS.
9964 (tramp-message): Insert "\n" if not being at beginning of line.
9965 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
9966 sequence with same logic.
9967 (tramp-completion-handle-expand-file-name): Discard call of
9968 `tramp-drop-volume-letter'. It is not necessary, and there have
9969 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
9970 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
9971 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
9972 should always be visible.
9973 (tramp-handle-insert-directory, tramp-setup-complete)
9974 (tramp-set-process-query-on-exit-flag)
9975 (tramp-append-tramp-buffers): Pacify byte-compiler.
9976 (tramp-bug): Delete non-existing variables from list.
9977 Apply `tramp-load-report-modules' as pre-hook.
9978 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
9979 `shell-prompt-pattern' because of non-7bit characters.
9980 Reported by Sebastian Luque <sluque@mun.ca>.
9981 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
9982 (tramp-match-string-list): Remove function.
9983 (tramp-wait-for-regexp): Remove call of that function.
9984 Suggested by Kim F. Storm <storm@cua.dk>.
9985 (tramp-set-auto-save-file-modes): Use octal integer code #o600
9986 instead of octal character code ?\600. The latter resulted in a
9987 syntax error with XEmacs.
9988
9989 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
9990 XEmacs case; not necessary anymore.
9991 (tramp-smb-handle-write-region): No special handling for
9992 `last-coding-system-used, because this is done in
9993 `tramp-accept-process-output' now.
9994 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
9995
9996 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
9997
9998 * wid-edit.el (widget-choice-value-create):
9999 Unconditionally respect user choice. Set :explicit-choice back to nil
10000 when no longer needed.
10001 (widget-choice-action): Unconditionally respect user choice.
10002 Eliminate :explicit-choice-value.
10003
10004 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
10005
10006 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
10007 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
10008 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
10009 running new function `toggle-indicate-empty-lines'.
10010 Rename "Customize" item to "Customize fringe".
10011 Rename "Indicators" item to "Buffer boundaries" and change help echo.
10012 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
10013 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
10014 Delete "Empty lines only" item.
10015 (menu-bar-showhide-fringe-ind-customize): New function.
10016 (menu-bar-showhide-fringe-ind-mixed)
10017 (menu-bar-showhide-fringe-ind-box)
10018 (menu-bar-showhide-fringe-ind-right)
10019 (menu-bar-showhide-fringe-ind-left)
10020 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
10021 instead of `fringe-indicators'.
10022
10023 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
10024
10025 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
10026 Change the date of last update.
10027
10028 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
10029
10030 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
10031 (viper-exec-yank, viper-put-back): Don't display modification msg
10032 if in the minibuffer.
10033
10034 * viper-init.el (viper-replace-overlay-cursor-color)
10035 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
10036 Make variables frame local.
10037
10038 * viper-util.el (viper-append-filter-alist): Use append instead of
10039 nconc.
10040
10041 * viper.el (viper-vi-state-mode-list)
10042 (viper-emacs-state-mode-list): Move help-mode and
10043 completion-list-mode from the first list to the second.
10044 (viper-mode): Docstring.
10045 (viper-go-away, viper-non-hook-settings): Don't localize
10046 minor-mode-alist in newer Emacsen. Add advice to
10047 set-cursor-color. Don't bind "\C-c\\".
10048
10049 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
10050
10051 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
10052 (scheme-macro-expand-command): New user options.
10053 (scheme-trace-procedure, scheme-expand-current-form): New commands.
10054 (scheme-form-at-point, scheme-start-file)
10055 (scheme-interactively-start-process): New functions.
10056 (scheme-get-process): New function, extracted from `scheme-proc'.
10057 (run-scheme): Call `scheme-start-file' to get start file, and pass
10058 it to `make-comint'.
10059 (switch-to-scheme, scheme-proc):
10060 Call `scheme-interactively-start-process' if no Scheme buffer/process
10061 is available.
10062
10063 2005-08-06 Juri Linkov <juri@jurta.org>
10064
10065 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10066 Use `compilation-text-face', `compilation-info-text-face' and
10067 `compilation-error-text-face' instead of `font-lock-keyword-face'.
10068 (compilation-error): New face.
10069 (compilation-error-file-name): Inherit from
10070 `compilation-error' instead of `font-lock-warning-face'.
10071 (compilation-warning-file-name): Inherit from
10072 `compilation-warning' instead of `font-lock-warning-face'.
10073 (compilation-info, compilation-error-file-name)
10074 (compilation-warning-file-name, compilation-info-file-name)
10075 (compilation-line-number, compilation-column-number): Doc fix.
10076 (compilation-error-text-face, compilation-warning-text-face)
10077 (compilation-info-text-face): New face variables.
10078 (compilation-line-face, compilation-column-face)
10079 (compilation-enter-directory-face)
10080 (compilation-leave-directory-face): Doc fix.
10081 (compilation-text-face): New function.
10082
10083 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
10084 instead of 1 to display binary file names as info file links.
10085 (grep-error-face): Use `compilation-error-face' instead of
10086 `font-lock-keyword-face'.
10087 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
10088 and `compilation-warning-text-face' instead of
10089 `font-lock-keyword-face'. Use `compilation-error-text-face'
10090 instead of `grep-error-face'.
10091
10092 2005-08-05 Kenichi Handa <handa@m17n.org>
10093
10094 * international/code-pages.el: Add autoload cookies for all coding
10095 systems.
10096
10097 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
10098
10099 * cus-start.el (all): Put undo.c where it alphabetically belongs.
10100
10101 2005-08-04 Juri Linkov <juri@jurta.org>
10102
10103 * progmodes/compile.el (compilation-mode-map):
10104 * progmodes/grep.el (grep-mode-map):
10105 Bind TAB to `compilation-next-error' and [backtab] to
10106 `compilation-previous-error'.
10107
10108 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
10109 matching line numbers, column numbers and their ranges with regexp
10110 matching only line numbers.
10111 (grep-context-face): New face variable.
10112 (grep-mode-font-lock-keywords): Use it.
10113
10114 * faces.el (read-face-name): Delete duplicate faces.
10115
10116 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
10117
10118 * thumbs.el (thumbs-find-image): Don't make variables
10119 automatically buffer local.
10120 (thumbs-current-tmp-filename, thumbs-current-image-filename)
10121 (thumbs-image-num): Make automatically buffer local.
10122 (thumbs-show-thumbs-list): Use `make-local-variable', not
10123 `make-variable-buffer-local'.
10124 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
10125
10126 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
10127 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
10128 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
10129 (bother, bye, canyou, chatlst, continue, deathlst, describe)
10130 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
10131 (feelings-about, foullst, found, hello, history, howareyoulst)
10132 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
10133 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
10134 (neglst, obj, object, owner, please, problems, qlist)
10135 (random-adjective, relation, remlst, repetitive-shortness)
10136 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
10137 (shortlst, something, sportslst, stallmanlst, states, subj)
10138 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
10139 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
10140 Defvar at compile time.
10141
10142 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
10143 not `make-variable-buffer-local'.
10144
10145 2005-08-02 Kim F. Storm <storm@cua.dk>
10146
10147 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
10148 rectangle overlay in selected window.
10149
10150 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
10151
10152 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
10153 instead of display group. Make `indicate-buffer-boundaries'
10154 customizable through Custom.
10155
10156 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
10157
10158 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
10159 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
10160 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
10161 (gdb-put-string): Fix typos in docstrings.
10162
10163 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
10164
10165 Update copyright notices of files in progmodes directory for
10166 release of Emacs 22.1.
10167
10168 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
10169
10170 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
10171 Don't barf if the GUD buffer has been killed.
10172
10173 2005-08-01 Kim F. Storm <storm@cua.dk>
10174
10175 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
10176
10177 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
10178
10179 * simple.el (next-error-follow-minor-mode):
10180 make-variable-buffer-local -> make-local-variable.
10181
10182 * emacs-lisp/cl-extra.el: Require CL also when compiling.
10183
10184 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
10185 (byte-compile-form-make-variable-buffer-local): New functions to warn
10186 about misuses of make-variable-buffer-local where make-local-variable
10187 was meant.
10188
10189 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
10190
10191 * bs.el (bs-attributes-list): Doc fix.
10192 (bs): Update url-link.
10193
10194 * desktop.el (desktop-save-buffer): Fix typos in docstring.
10195 (desktop-load-default): Simplify.
10196
10197 * ibuffer.el (ibuffer-columnize-and-insert-list)
10198 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
10199 (ibuffer-unmark-all, ibuffer-toggle-marks)
10200 (ibuffer-unmark-forward, ibuffer-unmark-backward)
10201 (ibuffer-compile-make-format-form, ibuffer-format-column)
10202 (ibuffer-current-buffers-with-marks)
10203 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
10204 (ibuffer): Doc fix.
10205 (ibuffer-mode): Fix typo in docstring.
10206 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
10207 with `define-obsolete-variable-alias'.
10208 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
10209
10210 2005-07-29 Kenichi Handa <handa@m17n.org>
10211
10212 * international/mule-cmds.el (select-message-coding-system):
10213 Be sure to use LF for end-of-line. If no coding system is decided,
10214 return iso-8859-1-unix.
10215
10216 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
10217
10218 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
10219 (ange-ftp-pending-error-line): New vars.
10220 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
10221 to handle the non-fatal no-route-to-host messages.
10222 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
10223
10224 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
10225
10226 * isearch.el (isearch-mode-map, isearch-other-meta-char)
10227 (isearch-quote-char, isearch-printing-char)
10228 (isearch-text-char-description): "?\ " -> "?\s".
10229 (isearch-lazy-highlight-cleanup)
10230 (isearch-lazy-highlight-initial-delay)
10231 (isearch-lazy-highlight-interval)
10232 (isearch-lazy-highlight-max-at-a-time)
10233 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
10234 Declare with define-obsolete-*-alias macros.
10235 (isearch-forward): Fix typo in docstring.
10236 (search-invisible, search-ring-yank-pointer)
10237 (regexp-search-ring-yank-pointer): Doc fixes.
10238
10239 * recentf.el (recentf-menu-append-commands-p): Declare with
10240 `define-obsolete-variable-alias'.
10241 (recentf-max-saved-items, recentf-menu-filter)
10242 (recentf-arrange-by-rule-subfilter): Doc fixes.
10243 (recentf-menu-append-commands-flag)
10244 (recentf-initialize-file-name-history, recentf-expand-file-name)
10245 (recentf-clear-data): Fix typos in docstrings.
10246
10247 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
10248
10249 * progmodes/gdb-ui.el: Smarten comments.
10250 (gdb-info-breakpoints-custom): Use nowarn when finding file.
10251
10252 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10253
10254 * term/apollo.el (terminal-init-apollo): New function containing
10255 all former top level forms in the file.
10256 * term/bobcat.el (terminal-init-bobcat):
10257 * term/cygwin.el (terminal-init-cygwin):
10258 * term/iris-ansi.el (terminal-init-iris-ansi):
10259 * term/linux.el (terminal-init-linux):
10260 * term/news.el (terminal-init-news):
10261 * term/rxvt.el (terminal-init-rxvt):
10262 * term/sun.el (terminal-init-sun):
10263 * term/tvi970.el (terminal-init-tvi970):
10264 * term/vt100.el (terminal-init-vt100):
10265 * term/vt102.el (terminal-init-vt102):
10266 * term/vt125.el (terminal-init-vt125):
10267 * term/vt200.el (terminal-init-vt200):
10268 * term/vt201.el (terminal-init-vt201):
10269 * term/vt220.el (terminal-init-vt220):
10270 * term/vt240.el (terminal-init-vt240):
10271 * term/vt300.el (terminal-init-vt300):
10272 * term/vt320.el (terminal-init-vt320):
10273 * term/vt400.el (terminal-init-vt400):
10274 * term/vt420.el (terminal-init-vt420):
10275 * term/wyse50.el (terminal-init-wyse50):
10276 * term/xterm.el (terminal-init-xterm): Likewise.
10277
10278 * term/README: Describe the terminal-init-* functionality.
10279
10280 * startup.el (command-line): After loading the terminal initialization
10281 file call the corresponding terminal initialization function.
10282
10283 2005-07-27 Kenichi Handa <handa@m17n.org>
10284
10285 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
10286 negative.
10287
10288 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
10289 (ps-mule-composition-prologue): Fix for the case that
10290 RelativeCompose is false.
10291
10292 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10293
10294 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
10295
10296 * descr-text.el (describe-char): Handle the case where the list of
10297 chars is displayed in a separate frame.
10298 Be a bit more discriminating when looking for the char.
10299
10300 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
10301
10302 * bookmark.el (bookmark-automatically-show-annotations)
10303 (bookmark-read-annotation-text-func): Doc fixes.
10304 (bookmark-save): Improve argument/docstring consistency.
10305 (bookmark-get-bookmark, bookmark-get-bookmark-record)
10306 (bookmark-alist-from-buffer)
10307 (bookmark-upgrade-file-format-from-0)
10308 (bookmark-grok-file-format-version)
10309 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
10310 (bookmark-read-annotation-mode)
10311 (bookmark-insert-current-bookmark, bookmark-jump)
10312 (bookmark-exit-hook): Fix typos in docstrings.
10313 (bookmark-exit-hooks): Define as obsolete alias.
10314 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
10315 not `bookmark-exit-hooks'. Fix docstring.
10316 (bookmark-bmenu-select): "?\ " -> "?\s".
10317
10318 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
10319
10320 * startup.el (command-line): Fix typo.
10321
10322 2005-07-24 Richard M. Stallman <rms@gnu.org>
10323
10324 * tooltip.el (tooltip-mode): Test emacs-basic-display,
10325 not emacs-quick-startup.
10326
10327 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
10328
10329 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
10330 (reb-next-match, reb-show-subexp): Use `with-selected-window'
10331 instead of `reb-with-current-window'.
10332 (reb-prev-match): Likewise. Also, don't move left if the search
10333 was unsuccessful.
10334 (reb-initialize-buffer): New function.
10335 (re-builder, reb-change-syntax): Use it.
10336
10337 * man.el (Man-goto-page): Make second argument NOERROR optional.
10338
10339 2005-07-23 Richard M. Stallman <rms@gnu.org>
10340
10341 * man.el (Man-bgproc-sentinel): Check here for failure to find
10342 any man page in the output, and report the error here.
10343 (Man-arguments): Make it permanent local.
10344 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
10345 (Man-mode): Pass t for NOERROR.
10346
10347 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
10348 (grep-mode-font-lock-keywords):
10349 Don't use compilation-...-face for messages that are not file names.
10350
10351 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10352 Don't use compilation-...-face for messages that are not file names.
10353
10354 2005-07-22 Juri Linkov <juri@jurta.org>
10355
10356 * startup.el (normal-splash-screen): Update menu name.
10357
10358 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
10359
10360 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10361
10362 * term/xterm.el: Load term/rxvt if the terminal is actually an
10363 rxvt terminal.
10364 (xterm-rxvt-set-background-mode): Remove, not used anymore.
10365
10366 * term/rxvt.el (function-key-map): Use substitute-key-definition
10367 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
10368
10369 * term/cygwin.el: New file.
10370
10371 2005-07-22 Kim F. Storm <storm@cua.dk>
10372
10373 * image-file.el (insert-image-file, image-file-yank-handler):
10374 Fix last change to maintain a (unique) yank-handler on yanked images.
10375
10376 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
10377
10378 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
10379 of the file size (as in "177B" for 177 bytes). This happens with
10380 "ls -lh" on FreeBSD.
10381
10382 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
10383
10384 * hilit-chg.el (highlight-changes-global-initial-state)
10385 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
10386 (hilit-chg-fixup, highlight-changes-mode):
10387 Fix typos in docstrings.
10388 (highlight-changes-global-modes, highlight-changes-rotate-faces):
10389 Doc fixes.
10390
10391 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
10392
10393 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
10394 mode function using `eval-after-load'.
10395
10396 2005-07-21 Kim F. Storm <storm@cua.dk>
10397
10398 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
10399 included when reporting an emacs crash, and tell about the DEBUG file.
10400
10401 * image-file.el (insert-image-file): Add yank-handler.
10402 (image-file-yank-handler): Yank handler to make unique copies of
10403 images when they are yanked into a buffer next to each other.
10404
10405 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
10406
10407 * comint.el (comint-use-prompt-regexp, comint-send-input)
10408 (comint-source-default, comint-extract-string)
10409 (comint-get-source, comint-word, comint-completion)
10410 (comint-source, comint-prompt-read-only, comint-update-fence):
10411 Fix typos in docstrings.
10412 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
10413 Declare with define-obsolete-*-alias macros.
10414 (comint-previous-matching-input-from-input)
10415 (comint-next-matching-input-from-input)
10416 (comint-previous-matching-input, comint-next-matching-input)
10417 (comint-forward-matching-input):
10418 Improve argument/docstring consistency.
10419
10420 * desktop.el (desktop-clear-preserve-buffers-regexp):
10421 Also preserve the *server* buffer.
10422
10423 * simple.el (clone-indirect-buffer): Doc fix.
10424 (fixup-whitespace, just-one-space)
10425 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
10426 (next-error, next-error-highlight)
10427 (next-error-highlight-no-select, next-error-last-buffer)
10428 (next-error-buffer-p, next-error-find-buffer, next-error)
10429 (previous-error, next-error-no-select, previous-error-no-select)
10430 (open-line, split-line, minibuffer-prompt-width, kill-new)
10431 (binary-overwrite-mode): Fix typos in docstrings.
10432 (set-fill-column): Fix typo in message.
10433
10434 * skeleton.el (skeleton-proxy-new): Doc fix.
10435
10436 * strokes.el (strokes-load-hook): Doc fix.
10437 (strokes-grid-resolution, strokes-get-grid-position)
10438 (strokes-renormalize-to-grid, strokes-read-stroke)
10439 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
10440 (strokes-global-map): Fix typos in docstrings.
10441 (strokes-help): Doc fix. Fix help message and pass it through
10442 `substitute-command-keys'.
10443
10444 * tempo.el (tempo-insert-prompt, tempo-interactive)
10445 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
10446 (tempo-insert-string-functions, tempo-local-tags)
10447 (tempo-define-template, tempo-insert-template)
10448 (tempo-insert-prompt-compat, tempo-is-user-element)
10449 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
10450 Fix typos in docstrings.
10451
10452 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
10453 (vcursor-key-bindings, vcursor-use-vcursor-map)
10454 (vcursor-find-window, vcursor-scroll-down)
10455 (vcursor-disable, vcursor-beginning-of-buffer)
10456 (vcursor-end-of-buffer): Fix typos in docstrings.
10457 (vcursor-relative-move, vcursor-get-char-count):
10458 Improve argument/docstring consistency.
10459
10460 * version.el: "?\ " -> "?\s".
10461
10462 * wid-edit.el (widget-default-create, widget-after-change)
10463 (widget-default-format-handler, widget-checklist-add-item)
10464 (widget-radio-add-item, widget-choose, widget-specify-secret)
10465 (widget-field-value-create, widget-field-value-get)
10466 (widget-editable-list-format-handler)
10467 (widget-editable-list-entry-create, widget-group-value-create)
10468 (widget-documentation-link-add)
10469 (widget-documentation-string-value-create): "?\ " -> "?\s".
10470 (widget-convert-text): Doc fix.
10471 (widget-narrow-to-field, widget-field-find)
10472 (widget-url-link-action, widget-emacs-library-link-action)
10473 (widget-color-notify): Fix typos in docstrings.
10474
10475 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
10476 (x-select-text, set-w32-system-coding-system)
10477 (w32-add-charset-info): Fix typos in docstrings.
10478
10479 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
10480 (cua-enable-cua-keys, cua-use-hyper-key)
10481 (cua-virtual-rectangle-edges): Fix typos in docstrings.
10482 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
10483
10484 * net/tramp.el (tramp-handle-load): Fix typo in error message.
10485
10486 * emacs-lisp/re-builder.el (regexp-builder): Declare with
10487 `defalias' instead of faking it.
10488
10489 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
10490 (eshell-ls-missing, eshell-ls-dired-initial-args)
10491 (eshell-ls-use-in-dired): Fix typos in docstrings.
10492
10493 2005-07-20 Kim F. Storm <storm@cua.dk>
10494
10495 * emulation/cua-base.el (cua-mode): Improve doc string.
10496
10497 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
10498
10499 * abbrev.el (expand-region-abbrevs): Doc fix.
10500 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
10501 Improve argument/docstring consistency.
10502
10503 * arc-mode.el (archive-get-descr, archive-alternate-display):
10504 Doc fixes.
10505 (archive-l-e): Improve argument/docstring consistency.
10506 (archive-tmpdir, archive-unixdate, archive-unixtime)
10507 (archive-chmod-entry): Fix typos in docstrings.
10508 (archive-unflag, archive-unflag-backwards)
10509 (archive-unmark-all-files): "?\ " -> "?\s".
10510
10511 * buff-menu.el (Buffer-menu-unmark): Doc fix.
10512 (Buffer-menu-not-modified, Buffer-menu-execute)
10513 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
10514 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
10515
10516 * composite.el (compose-string, encode-composition-rule)
10517 (compose-last-chars): Fix typos in docstrings.
10518
10519 * desktop.el (desktop-enable, desktop-basefilename):
10520 Declare with `define-obsolete-variable-alias'.
10521 (desktop-internal-v2s): Don't quote keywords.
10522 (desktop-clear): "?\ " -> "?\s".
10523
10524 * dired.el (dired-align-file, dired-flag-backup-files)
10525 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
10526 (dired-listing-switches, dired-ls-F-marks-symlinks)
10527 (dired-dwim-target, dired-load-hook, dired-mode-hook)
10528 (dired-directory, dired-faces, dired, dired-revert)
10529 (dired-mode, dired-summary, dired-view-file)
10530 (dired-copy-filename-as-kill, dired-delete-file)
10531 (dired-no-confirm, dired-unmark-all-marks)
10532 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
10533 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
10534 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
10535 Fix typos in message strings.
10536
10537 * dired-x.el (virtual-dired): Declare with `defalias'.
10538 (dired-mark-unmarked-files, dired-local-variables-file)
10539 (dired-omit-here-always): Doc fix.
10540 (dired-omit-mode, dired-find-subdir)
10541 (dired-enable-local-variables, dired-clean-up-buffers-too)
10542 (dired-extra-startup, dired-mark-extension, dired-jump)
10543 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
10544 (dired-smart-shell-command, dired-guess-shell-alist-user)
10545 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
10546 (dired-x-bind-find-file, dired-x-submit-report):
10547 Fix typos in docstrings.
10548 (dired-mark-unmarked-files): "?\ " -> "?\s".
10549
10550 * dirtrack.el (dirtrack-list): Fix typos in docstring.
10551
10552 * faces.el (describe-face): "?\ " -> "?\s".
10553 (read-all-face-attributes, read-face-font, modify-face)
10554 (face-attr-construct, italic): Fix typos in docstrings.
10555 (frame-update-face-colors): Declare with
10556 `define-obsolete-function-alias'.
10557
10558 * files.el (find-file-noselect, recode-file-name): Doc fixes.
10559 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
10560 (magic-mode-alist, buffer-file-numbers-unique)
10561 (write-file-functions, get-free-disk-space):
10562 Fix typos in docstrings.
10563 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
10564 (write-contents-hooks, write-file-hooks):
10565 Declare with `define-obsolete-variable-alias'.
10566
10567 * forms-d2.el (arch-rj): Fix typo in docstrings.
10568 (arch-tocol): Likewise. "?\ " -> "?\s".
10569
10570 * frame.el (set-frame-font, cursor-in-non-selected-windows):
10571 Fix typo in docstring.
10572 (set-screen-width, set-screen-height): Delete redundant info in
10573 doctrings.
10574 (new-frame, screen-height, screen-width): Declare with
10575 `define-obsolete-function-alias'.
10576 (delete-frame-hook, blink-cursor): Declare with
10577 `define-obsolete-variable-alias'.
10578
10579 * paths.el (prune-directory-list): Fix typos in docstring.
10580
10581 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
10582 (cvs-prefix-get): Fix typos in docstrings.
10583
10584 * ps-print.el (ps-extend-face-list, ps-extend-face)
10585 (ps-print-background-image): Fix typos in docstrings.
10586 (ps-default-fg, ps-default-bg): Doc fixes.
10587
10588 * s-region.el (s-region-bind): Doc fix.
10589 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
10590
10591 * textmodes/org.el (org-table-formula-substitute-names)
10592 (org-table-get-vertical-vector): Doc fixes.
10593 (org-table-recalculate): Remove unused argument to `message'.
10594
10595 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
10596
10597 * textmodes/org.el (org-table-column-names)
10598 (org-table-column-name-regexp)
10599 (org-table-named-field-locations): New variables.
10600 (org-archive-subtree): Protect `this-command' when calling
10601 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
10602 the kill buffer.
10603 (org-complete): Remove fixed-formula completion.
10604 (org-edit-formulas-map): New variable.
10605 (org-table-edit-formulas): New command.
10606 (org-finish-edit-formulas, org-abort-edit-formulas)
10607 (org-show-variable, org-table-get-vertical-vector): New functions.
10608 (org-table-maybe-eval-formula): Handle `:=' fields.
10609 (org-table-get-stored-formulas, org-table-store-formulas)
10610 (org-table-get-formula, org-table-modify-formulas)
10611 (org-table-replace-in-formulas): Handle named field formulas.
10612 (org-table-get-specials): Store locations of named fields.
10613
10614 2005-07-19 Juri Linkov <juri@jurta.org>
10615
10616 * progmodes/grep.el (grep-regexp-alist)
10617 (grep-mode-font-lock-keywords, grep-process-setup):
10618 Use default GNU grep match color "01;31m" instead of "01;41m".
10619 (grep-regexp-alist, grep-mode-font-lock-keywords):
10620 Use `\\[[0-9]*m' instead of `\\[00m'.
10621 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
10622 sgr_start where its handling is more important. Use the real
10623 length of sgr_start instead of constant 8.
10624 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
10625 specially. Delete all remaining escape sequences.
10626 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
10627 (grep-regexp-alist): Make hyperlink only for binary file name
10628 instead of the whole line.
10629 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
10630 (grep-mode): Add autoload.
10631
10632 * emacs-lisp/find-func.el (find-function-regexp):
10633 Add `define-compilation-mode'.
10634
10635 2005-07-19 Juri Linkov <juri@jurta.org>
10636
10637 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
10638 (compare-windows-sync-string-size, compare-windows-recenter)
10639 (compare-windows-highlight, compare-windows): Add version 22.1.
10640 (compare-windows) <defface>: Inherit from lazy-highlight instead
10641 of duplicating its default value.
10642
10643 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
10644 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
10645
10646 * descr-text.el (describe-char): Create link buttons for `charset'
10647 and `code point'. Add the current input method name with a link
10648 button to `to input' field. Print face names of display table
10649 characters in `The display table entry is displayed by' section
10650 instead of printing face-id in the `display' field.
10651 Guess hardcoded faces and create a link button for them.
10652 Skip empty fields when calculating max-width.
10653 Treat `widget-create' specially while inserting strings from the
10654 collected field list.
10655 (describe-char-after): Made obsolete in version 22.1, not 21.5.
10656
10657 * diff-mode.el (diff-file-header): Change foreground color from
10658 yellow to green on light backgrounds.
10659 (diff-context): Inherit from `shadow' only for color/grayscale
10660 with more than 88 colors.
10661 (diff-indicator-removed, diff-indicator-added)
10662 (diff-indicator-changed): New faces.
10663 (diff-font-lock-keywords): Use new faces. Regroup rules.
10664 Add "^---$" for `normal' diff format. Fontify `#' lines with
10665 font-lock-comment-delimiter-face and font-lock-comment-face.
10666 Add `#' to ^[^...] in the rule for `diff-context-face'.
10667
10668 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
10669 a button-like box. Inherit from `highlight' on low colors.
10670 (shadow): Use shades of gray only for color/grayscale with
10671 more than 88 colors. Use green for light backgrounds with
10672 8 colors, and yellow for dark backgrounds with 8 colors.
10673
10674 * font-lock.el (font-lock-regexp-grouping-backslash):
10675 Don't inherit from escape-glyph (use bold for all cases).
10676
10677 * info.el (info-xref-visited): Use light foreground color `violet'
10678 for dark backgrounds instead of dark color `magenta3'.
10679 (info-title-1): Use `yellow' color for dark backgrounds.
10680
10681 * isearch.el (isearch): Use not-too-dark magenta3 instead of
10682 too-light magenta2.
10683
10684 * replace.el (match): Use slightly more light RoyalBlue3 instead
10685 of dark RoyalBlue4.
10686
10687 * wid-edit.el (widget-inactive): Inherit from `shadow'.
10688
10689 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
10690
10691 * novice.el (disabled-command-hook): Declare it with
10692 `define-obsolete-variable-alias'.
10693
10694 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
10695 (desktop-buffer-misc-functions, desktop-buffer-handlers)
10696 (desktop-load-default): Add release to obsolescence info.
10697 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
10698 (desktop-append-buffer-args, desktop-read):
10699 Fix typos in docstrings.
10700 (desktop-kill): Fix typo in message.
10701 (desktop-save): Doc fix.
10702
10703 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
10704
10705 * viper-cmd.el (viper-escape-to-state): Bug fix.
10706 (viper-envelop-ESC-key): Change the definition of fast
10707 keysequence so it'll work with keyboard macros.
10708
10709 * ediff.el (ediff-patch-buffer): Change the docstring.
10710
10711 2005-07-19 Kenichi Handa <handa@m17n.org>
10712
10713 * international/mule-cmds.el (select-safe-coding-system): Try to
10714 use an auto-coding (if any) before anything else. If the found
10715 auto-coding is invalid, show a warning message.
10716
10717 * international/mule.el (find-auto-coding): New function created
10718 by modifying the body of set-auto-coding.
10719 (set-auto-coding): Use find-auto-coding to find a coding.
10720
10721 2005-07-18 Richard M. Stallman <rms@gnu.org>
10722
10723 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
10724 not isearch-mode-end-hook-error.
10725 (allout-before-change-protect): Fix error message.
10726
10727 2005-07-18 Juri Linkov <juri@jurta.org>
10728
10729 * allout.el (allout-mode):
10730 * calculator.el (calculator-copy):
10731 * custom.el (custom-known-themes):
10732 * dired.el (dired-desktop-buffer-misc-data)
10733 (dired-restore-desktop-buffer):
10734 * dired-x.el (dired-omit-marker-char):
10735 * files.el (basic-save-buffer):
10736 * font-core.el (font-lock-mode):
10737 * calendar/calendar.el (calendar-goto-hebrew-date)
10738 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
10739 (calendar-goto-persian-date):
10740 * language/ethio-util.el (ethio-sera-to-fidel-region):
10741 * textmodes/picture.el (picture-mode):
10742 Delete duplicate duplicate words.
10743
10744 2005-07-18 Juri Linkov <juri@jurta.org>
10745
10746 * isearch.el (isearch-mode-map): Remove key bindings for regexp
10747 chars * ? } |.
10748 (isearch-fallback): Don't call `isearch-process-search-char'.
10749 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
10750 (isearch-process-search-char): Call `isearch-fallback' for regexp
10751 chars * ? } |.
10752 (isearch-return-char): Make obsolete with `make-obsolete' instead
10753 of simply documenting it as obsolete in the docstring.
10754 (isearch-fallback): Refill docstring.
10755
10756 * international/isearch-x.el
10757 (isearch-process-search-multibyte-characters): Remove unneeded
10758 `concat'. Add intermediate values to `junk-hist' instead of
10759 `minibuffer-history'. Test the length of `str'.
10760
10761 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
10762
10763 * allout.el (allout-resolve-xref): Fix typos in error strings.
10764 (allout-before-change-protect): Remove unneeded `concat'.
10765
10766 * array.el (array-mode, array-reconfigure-rows)
10767 (untabify-backward): Fix typos in docstrings.
10768 (array-reconfigure-rows): Use `insert-buffer-substring', not
10769 `insert-buffer'.
10770
10771 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
10772 * progmodes/ada-mode.el (ada-make-body):
10773 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
10774
10775 * dired.el (dired-log):
10776 * tar-mode.el (tar-subfile-save-buffer):
10777 * play/zone.el (zone-pgm-stress-destress):
10778 Use `insert-buffer-substring', not `insert-buffer'.
10779
10780 2005-07-17 Simon Josefsson <jas@extundo.com>
10781
10782 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
10783
10784 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
10785
10786 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
10787 Add plain auth method.
10788 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
10789
10790 2005-07-17 Kim F. Storm <storm@cua.dk>
10791
10792 * ido.el (dired-other-window): Add ido property.
10793
10794 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
10795
10796 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10797 Fix typo in docstring.
10798 (byte-compile-interactive-only-functions): Add `insert-buffer' and
10799 `insert-file-literally'.
10800
10801 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
10802 info and delete redundant message. Doc fix.
10803 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
10804 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
10805
10806 2005-07-16 Richard M. Stallman <rms@gnu.org>
10807
10808 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
10809 (byte-compile-and): Use byte-compile-and-recursion.
10810 (byte-compile-or-recursion): New function.
10811 (byte-compile-or): Use that.
10812 (byte-compile-if): Guard the else-clause too.
10813 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
10814
10815 * isearch.el (isearch-mode-end-hook-quit): New variable.
10816 (isearch-done): Bind it.
10817 (isearch-mode-end-hook): Doc fix.
10818
10819 * allout.el (allout-isearch-did-quit): Variable deleted.
10820 (allout-real-isearch-abort): Function name no longer used.
10821 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
10822 (allout-isearch-rectification): isearch-mode always exists.
10823 Don't set allout-isearch-did-quit.
10824 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
10825 allout-isearch-did-quit.
10826 (allout-enwrap-isearch): Just add the hook.
10827 (allout-isearch-abort): Function deleted.
10828 (allout-pre-command-business): Avoid warning.
10829
10830 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
10831 Correctly avoid warnings.
10832 (pascal-outline): Likewise.
10833
10834 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
10835
10836 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
10837
10838 * play/tetris.el (tetris-mode): Avoid warning.
10839
10840 * play/snake.el (snake-mode): Avoid warning.
10841
10842 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
10843 (gamegrid-set-display-table): Avoid warning.
10844 (gamegrid-set-timer): Likewise.
10845 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
10846 (gamegrid-add-score-with-update-game-score-1): Take FILE
10847 as argument.
10848 (gamegrid-add-score-with-update-game-score): Pass that argument.
10849 Rename have-shared-game-dir to gamegrid-shared-game-dir.
10850
10851 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
10852
10853 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
10854 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
10855
10856 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
10857 and insert-file.
10858
10859 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
10860 (sc-ask): Avoid warnings.
10861
10862 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
10863 (eshell-hist-initialize): Use that var the natural way.
10864
10865 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
10866
10867 * emacs-lisp/re-builder.el (reb-cook-regexp):
10868 Avoid warning calling lre-compile-string.
10869 (reb-color-display-p): Avoid warning.
10870
10871 * calculator.el (calculator-last-input): Guard uses
10872 of event-key and key-press-event-p.
10873 (event-key, key-press-event-p): Delete definitions.
10874
10875 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
10876 (find-gc-source-directory, find-gc-subrs-callers)
10877 (find-gc-noreturn-list, find-gc-source-files)
10878 (find-gc-subrs-called): Vars renamed and defvar'd.
10879
10880 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
10881 (checkdoc-overlay-put, checkdoc-delete-overlay)
10882 (checkdoc-overlay-start, checkdoc-overlay-end)
10883 (checkdoc-mode-line-update, checkdoc-char=):
10884 Define such that compiler knows they are defined.
10885 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
10886 (checkdoc-read-event): Delete. Use read-event directly.
10887
10888 * whitespace.el (whitespace-make-overlay)
10889 (whitespace-overlay-put, whitespace-delete-overlay)
10890 (whitespace-overlay-start, whitespace-overlay-end):
10891 Define such that compiler knows they are defined.
10892 (whitespace): Move conditional inside.
10893
10894 * tempo.el (tempo-insert-template): Suppress warning.
10895
10896 * ediff-diff.el (longlines-mode): Add defvar.
10897
10898 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
10899
10900 * server.el: Bind "C-x #" in a way that works even if C-x is
10901 redefined to a command key, not a prefix key.
10902
10903 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
10904
10905 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
10906 cl-make-type-test till execution time.
10907
10908 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
10909
10910 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
10911 arg ARG and use it.
10912
10913 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
10914
10915 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
10916
10917 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
10918
10919 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10920 a defcustom with two :set or :type keywords.
10921
10922 2005-07-15 Richard M. Stallman <rms@gnu.org>
10923
10924 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10925 Don't give ^M comment-end syntax.
10926
10927 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
10928
10929 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
10930 Don't consider gdbmi (gdb-mi.el has its own update functions).
10931 (gdb-var-delete): Make it work for gdbmi as well.
10932 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
10933
10934 * progmodes/gud.el (etags, sdb): Only require etags when needed.
10935 (gud-speedbar-menu-items): Correct logic for enabling items.
10936
10937 2005-07-15 Kim F. Storm <storm@cua.dk>
10938
10939 * ido.el: Fix commentary.
10940 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
10941 Use with-no-warnings around ffap-guesser.
10942 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
10943 Let bind minibuffer-completing-file-name to t.
10944
10945 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
10946
10947 * startup.el (site-run-file, keyboard-type): Doc fixes.
10948 (command-line): Check for "--basic-display" argument; also for
10949 "--quick", not "--bare-bones" (which was renamed).
10950 (fancy-splash-text): Add missing item "Getting New Versions".
10951 (normal-splash-screen): Fix typos and improve consistency with
10952 `fancy-splash-text'. Update copyright year.
10953
10954 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
10955 valid binding for `help-char'.
10956
10957 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
10958
10959 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
10960
10961 * term.el (term-mode): Disable cua-mode for term buffers.
10962
10963 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
10964
10965 * add-log.el (add-log-mailing-address, change-log-merge):
10966 Doc fixes.
10967 (change-log-get-method-definition): Fix typo in docstring.
10968
10969 2005-07-14 Kim F. Storm <storm@cua.dk>
10970
10971 * emulation/cua-base.el:
10972 (cua--pre-command-handler-1, cua--pre-command-handler)
10973 (cua--post-command-handler-1, cua--post-command-handler):
10974 Split in two. Check (buffer local) value of cua-mode.
10975 (cua-selection-mode): New command.
10976
10977 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
10978
10979 * custom.el (custom-initialize-safe-set)
10980 (custom-initialize-safe-default): Doc fixes.
10981
10982 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10983 and simplify :init-value again.
10984
10985 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10986 and simplify :init-value again. Delete autoload.
10987
10988 * startup.el (command-line): Use `custom-reevaluate-setting' again
10989 for tooltip-mode.
10990
10991 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
10992 a defcustom with two :initialize keywords.
10993
10994 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
10995
10996 * allout.el (my-mark-marker, allout-isearch-prior-pos)
10997 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
10998 (allout-post-command-business, allout-flag-region)
10999 (isearch-reenable-font-lock, allout-yank)
11000 (allout-insert-latex-header, allout-insert-latex-trailer)
11001 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
11002 (allout-latex-verb-quote): Fix typos in docstrings.
11003 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
11004 (allout-unprotected, allout-prefix-data):
11005 Improve argument/docstring consistency.
11006 (allout-chart-subtree): Fix argument spec.
11007 (allout-open-topic): Rename `use_sib_bullet' argument to
11008 `use-sib-bullet'. Doc fix.
11009
11010 * whitespace.el (whitespace-check-buffer-leading)
11011 (whitespace-check-buffer-trailing)
11012 (whitespace-check-buffer-indent)
11013 (whitespace-check-buffer-spacetab)
11014 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
11015 (whitespace-check-leading-whitespace)
11016 (whitespace-check-trailing-whitespace)
11017 (whitespace-check-spacetab-whitespace)
11018 (whitespace-check-indent-whitespace)
11019 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
11020 (whitespace-modes): Fix typos in docstrings.
11021 (defgroup, defcustom): Doc fixes.
11022
11023 * winner.el (winner-mode, winner-boring-buffers)
11024 (winner-pending-undo-ring): Doc fixes.
11025 (winner-ring): Remove unneeded `progn'.
11026 (winner-equal): `defsubst' it.
11027 (winner-redo): Fix message.
11028
11029 2005-07-13 Kim F. Storm <storm@cua.dk>
11030
11031 * simple.el (line-move-1): Always use vertical-motion to
11032 do the last (or only) line move to ensure some movement.
11033 Undo 2005-06-23 change--don't check for overlays.
11034
11035 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11036
11037 * term/mac-win.el (ccl-encode-mac-roman-font)
11038 (ccl-encode-mac-centraleurroman-font)
11039 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
11040 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
11041 Change charset-id boundary of dimension to ?\xef.
11042 (mac-char-fontspec-list): New constant.
11043 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
11044 argument. Nil uses itself as family in font-spec. Previous
11045 behavior for nil is now provided by non-nil non-string argument.
11046 All callers changed. Add font-specs for Mac fonts to
11047 "fontset-default" unless iso8859-1 fonts are installed.
11048
11049 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11050
11051 * progmodes/sh-script.el (sh-get-indent-info): Only indent
11052 a continuation line if the \ is preceded by SPC or TAB.
11053 (sh-get-indent-info): Simplify.
11054 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
11055 Use with-current-buffer.
11056
11057 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
11058 when the matched text is empty.
11059
11060 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
11061
11062 * startup.el (command-line): Revert to previous handling of
11063 tooltip-mode. Explain in comment why the complexity is needed.
11064
11065 * tooltip.el (tooltip-mode): Revert to previous implementation of
11066 its defcustom.
11067
11068 * frame.el (blink-cursor-mode): Revert to previous implementation
11069 of its defcustom. Update comment.
11070
11071 2005-07-12 Lars Hansen <larsh@soem.dk>
11072
11073 * desktop.el: Update e-mail address.
11074
11075 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11076
11077 * term/mac-win.el (mac-services-mail-selection)
11078 (mac-services-mail-to): New functions.
11079 (mac-application-menu-map): Bind them.
11080
11081 2005-07-12 wulei <milton@wulei.net> (tiny change)
11082
11083 * progmodes/gdb-ui.el: Add note about buffering with Windows.
11084
11085 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
11086
11087 * custom.el (custom-reevaluate-setting): Doc fix.
11088
11089 2005-07-11 Jay Belanger <belanger@truman.edu>
11090
11091 * calc/calc.el (calc-embedded-announce-formula-alist)
11092 (calc-embedded-open-close-plain-alist)
11093 (calc-embedded-open-close-mode-alist): Add checks for additional
11094 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
11095
11096 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
11097
11098 * custom.el (custom-enable-theme): Don't add theme to
11099 `custom-enabled-themes' with `push' because there is no
11100 setf-method for `delq'.
11101
11102 2005-07-11 Richard M. Stallman <rms@gnu.org>
11103
11104 * custom.el (custom-declare-variable): Doc fix.
11105
11106 * dired-aux.el (dired-compare-directories): Remove "." and ".."
11107 from the alists.
11108
11109 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
11110 Do nothing if edebug-active.
11111
11112 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
11113 (edebug-display): Do it here instead.
11114
11115 2005-07-10 Richard M. Stallman <rms@gnu.org>
11116
11117 * cus-face.el (custom-theme-set-faces): Make it work.
11118 (custom-reset-faces): Doc fix.
11119 (custom-theme-reset-internal-face, custom-theme-face-value):
11120 Functions deleted.
11121
11122 * custom.el (custom-push-theme): Maintain list of the settings
11123 of a given theme in its theme-settings property.
11124 Maintain position of old settings in the theme-value
11125 or theme-face property.
11126 (custom-enabled-themes): New variable.
11127 (custom-theme-enabled-p): New function.
11128 (provide-theme): Update custom-enabled-themes.
11129 Disable and reenable the `user' theme.
11130 (require-theme): Doc fix.
11131 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
11132 (custom-theme-value, custom-theme-variable-value): Likewise.
11133 (custom-theme-reset-internal): Likewise.
11134 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
11135 (custom-enable-theme, custom-disable-theme): New functions.
11136 (custom-variable-theme-value, custom-face-theme-value): Likewise.
11137 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
11138 (custom-theme-reset-variables): Simplify.
11139 (deftheme, custom-declare-theme, custom-make-theme-feature):
11140 Definitions moved.
11141
11142 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
11143
11144 * longlines.el (longlines-show-region)
11145 (longlines-unshow-hard-newlines): Recognize hard newlines by
11146 non-nil hard property, instead of t.
11147
11148 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
11149
11150 * viper-cmd.el (viper--key-maps): New variable.
11151 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
11152 emulation-mode-map-alists.
11153 (viper-envelop-ESC-key): Use viper-subseq.
11154 (viper-search-forward/backward/next): Disable debug-on-error.
11155
11156 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
11157 (viper-ESC-key): New defcustoms.
11158
11159 * viper-macs.el (ex-map-read-args): Use viper-subseq.
11160
11161 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
11162 (viper-subseq): Copy of subseq from cl.el.
11163
11164 * viper.el (viper-go-away, viper-set-hooks): Use
11165 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
11166
11167 * viper-mous.el (viper-current-frame-saved): Use defvar.
11168
11169 * viper-init.el: Get rid of -face in face names.
11170
11171 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
11172 Make it work with longlines mode
11173
11174 * ediff-mult.el (ediff-meta-mode-hook): New variable.
11175
11176 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
11177
11178 * ediff-init.el: Get rid of -face in face names.
11179
11180 2005-07-10 Richard M. Stallman <rms@gnu.org>
11181
11182 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
11183 and with-timeout-unsuspend.
11184
11185 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
11186 and with-timeout-unsuspend.
11187
11188 * emacs-lisp/timer.el (with-timeout-timers): New variable.
11189 (with-timeout): Bind that variable to record timers.
11190 (with-timeout-suspend, with-timeout-unsuspend): New functions.
11191
11192 * emacs-lisp/debug.el (debug-help-follow): New function.
11193 (debugger-mode-map): Use that instead of help-follow.
11194 (debugger-setup-buffer): Use eval-buffer-list
11195 to handle eval-buffer frames.
11196
11197 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
11198
11199 * timezone.el (timezone-parse-date): Change first regexp
11200 so it will not mistakenly match dates with no time zone.
11201
11202 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
11203
11204 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
11205
11206 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
11207
11208 * custom.el (custom-initialize-safe-set)
11209 (custom-initialize-safe-default): New functions.
11210
11211 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
11212 and simplify :init-value.
11213
11214 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
11215 and simplify :init-value. Delete obsolete comment.
11216
11217 * startup.el (command-line): Use `custom-reevaluate-setting' to
11218 handle `tooltip-mode'. Delete obsolete comment.
11219
11220 * files.el (set-visited-file-name): Avoid calling
11221 `file-name-nondirectory' with a nil argument.
11222
11223 2005-07-09 Richard M. Stallman <rms@gnu.org>
11224
11225 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
11226 was called with nil for the buffer, handle the read position right.
11227 Handle read position for eval-region, too.
11228
11229 2005-07-09 Juri Linkov <juri@jurta.org>
11230
11231 * fringe.el (fringe-mode): Add period in docstring.
11232 (fringe-query-style): Build prompt depending on `all-frames' arg.
11233
11234 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
11235 to not create links to unrelated functions in the Help buffer.
11236
11237 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
11238 Doc fix.
11239
11240 * simple.el (next-error-hook): New variable.
11241 (next-error): Use it. Doc fix.
11242
11243 * textmodes/ispell.el (ispell-command-loop): Add current
11244 dictionary name and program name to mode-line-format.
11245 (ispell-region, ispell-process-line): Add current dictionary name
11246 and program name to messages.
11247
11248 2005-07-08 Jay Belanger <belanger@truman.edu>
11249
11250 * calc/calc.el (calc-embedded-announce-formula-alist)
11251 (calc-embedded-open-close-formula-alist)
11252 (calc-embedded-open-close-word-alist)
11253 (calc-embedded-open-close-plain-alist)
11254 (calc-embedded-open-close-new-formula-alist)
11255 (calc-embedded-open-close-mode-alist)
11256 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
11257 (calc-embedded-mode-hook): New variables.
11258
11259 * calc/calc-embed.el (calc-embedded-firsttime)
11260 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
11261 New variables.
11262 (calc-do-embedded): Use calc-embedded-firsttime,
11263 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
11264 determine whether or not to run hooks.
11265 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
11266 calc-embedded-firsttime-formula appropriately.
11267 Set calc-embedded delimiter variables according to mode.
11268
11269 2005-07-08 Richard M. Stallman <rms@gnu.org>
11270
11271 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
11272 Check for "emacs", etc., as entire symbol, not just as word.
11273 (checkdoc-file-comments-engine): Use regexp-quote on FN.
11274
11275 * files.el (set-visited-file-name): Report the error
11276 for "empty filename" earlier.
11277 (kill-some-buffers): Ignore buffers already dead.
11278
11279 * fringe.el (fringe-mode): Doc fix.
11280
11281 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11282 Check for (featurep 'xemacs) and turn off warnings in what it guards.
11283 Use unwind-protect to ensure byte-compile-unresolved-functions
11284 is updated.
11285
11286 * whitespace.el (whitespace-buffer-leading-cleanup):
11287 Simplify w/ skip-chars-forward.
11288 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
11289
11290 * mail/rmail.el (rmail-only-expunge): Fix paren error.
11291 Unconditionally try to leave point at the same old place.
11292
11293 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
11294
11295 * comint.el (comint-postoutput-scroll-to-bottom)
11296 (comint-show-maximum-output): Take scroll-margin into consideration.
11297
11298 2005-07-08 Kim F. Storm <storm@cua.dk>
11299
11300 * ido.el (ido-use-filename-at-point): New choice `guess'.
11301 (ido-file-internal): Try ffap-guesser if selected.
11302
11303 * ido.el (ido-before-fallback-functions): New hook.
11304 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
11305 (ido-read-file-name): Run it.
11306
11307 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11308
11309 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
11310 strings rather than a list of symbols to the completion function.
11311
11312 2005-07-07 Jay Belanger <belanger@truman.edu>
11313
11314 * calc/calc-units.el (math-apply-units): Change the places in
11315 which units are simplified.
11316
11317 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
11318
11319 * cus-edit.el (customize-option, customize-option-other-window):
11320 Make them handle aliases.
11321
11322 * custom.el (custom-variable-p): Make it recursively follow
11323 aliases. Mention that in the docstring.
11324
11325 2005-07-07 Richard M. Stallman <rms@gnu.org>
11326
11327 * cus-start.el (exec-path): Use `directory' instead of `file'.
11328 Fix tag for nil.
11329
11330 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
11331
11332 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
11333 when called non-interactively. Doc fix.
11334
11335 2005-07-07 Lute Kamstra <lute@gnu.org>
11336
11337 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
11338 new address as well.
11339
11340 2005-07-07 Kenichi Handa <handa@m17n.org>
11341
11342 * international/mule.el (make-coding-system):
11343 Describe `ascii-incompatible' property in the docstring.
11344 (set-file-name-coding-system): Signal an error if coding-system is
11345 ascii-incompatible.
11346 (set-keyboard-coding-system): Likewise.
11347
11348 * international/mule-cmds.el (set-default-coding-systems):
11349 Don't set default-file-name-coding-system and
11350 default-keyboard-coding-system if coding-system is ASCII-incompatible.
11351
11352 * international/utf-16.el: Declare that all UTF-16-based coding
11353 systems are ASCII-incompatible.
11354
11355 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
11356
11357 * progmodes/gud.el: Require font-lock for displaying errors.
11358 Used by gdb-ui.el.
11359
11360 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
11361
11362 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
11363 values for the pattern lists which are `read'able but not
11364 `append'able (like symbols).
11365
11366 2005-07-06 Richard M. Stallman <rms@gnu.org>
11367
11368 * progmodes/flymake.el (flymake-float-time): Instead of
11369 with-no-warnings, test for xemacs.
11370 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
11371 to avoid warning.
11372
11373 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
11374
11375 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
11376
11377 2005-07-05 Lute Kamstra <lute@gnu.org>
11378
11379 * battery.el: Add support for Darwin (with much debugging help
11380 from Samuel Lauber <sam124@operamail.com>).
11381 (battery-status-function, battery-echo-area-format)
11382 (battery-mode-line-format): Add support for pmset on Darwin.
11383 (battery-load-low, battery-load-critical): New user options.
11384 (battery-pmset): New function.
11385
11386 2005-07-05 Lute Kamstra <lute@gnu.org>
11387
11388 Update FSF's address in GPL notices.
11389
11390 * textmodes/page-ext.el: Update FSF's address.
11391
11392 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11393
11394 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
11395 filling from using prefix when filling a single-line docstring.
11396
11397 * progmodes/flymake.el: Remove useless eval-when-compile.
11398
11399 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
11400
11401 2005-07-04 Richard M. Stallman <rms@gnu.org>
11402
11403 * textmodes/org.el (org-file-apps-defaults-gnu):
11404 Rename from org-file-apps-defaults-linux.
11405 (org-default-apps): Don't test system-type for `linux'.
11406 (org-file-apps): Doc fix.
11407
11408 2005-07-04 David Ponce <david@dponce.com>
11409
11410 * tree-widget.el: Improve header Commentary section.
11411 (tree-widget) [defgroup]
11412 (tree-widget-image-enable, tree-widget-themes-directory)
11413 (tree-widget-theme, tree-widget-image-properties-emacs)
11414 (tree-widget-image-properties-xemacs, tree-widget-create-image)
11415 (tree-widget-image-formats, tree-widget-control)
11416 (tree-widget-empty-control, tree-widget-leaf-control
11417 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
11418 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
11419 (tree-widget-keep, tree-widget-after-toggle-functions)
11420 (tree-widget-open-node, tree-widget-close-node): Doc fix.
11421 (tree-widget-open-control, tree-widget-close-control): Fix doc and
11422 :help-echo message.
11423 (tree-widget-set-theme): Doc fix. Use `string-equal'.
11424 (tree-widget-image-properties): Doc fix. Clearer implementation.
11425 (tree-widget--cursors): New constant.
11426 (tree-widget-lookup-image): New function split from
11427 `tree-widget-find-image'. Clearer implementation.
11428 (tree-widget-find-image): Use it.
11429 (tree-widget-button-keymap): Use `set-keymap-parent'.
11430 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
11431 Define the sub-widgets here.
11432 (tree-widget-node): Check that :node is not a tree-widget.
11433 (tree-widget-get-super, tree-widget-open-control)
11434 (tree-widget-close-control, tree-widget-empty-control)
11435 (tree-widget-leaf-control, tree-widget-guide)
11436 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
11437 (tree-widget-no-handle, tree-widget-value-delete)
11438 (tree-widget-map): Remove.
11439 (tree-widget-children-value-save): Doc fix. Simplified.
11440 (tree-widget-value-create): Update according to previous changes.
11441
11442 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
11443
11444 * textmodes/org.el: Leading space replaced by TABS.
11445 (org-recalc-marks, org-table-rotate-recalc-marks)
11446 (org-table-get-specials): Treat "^" and "_" marks.
11447 (org-table-justify-field-maybe): Optional argument NEW.
11448 (org-table-eval-formula): Parsing of the format simplified.
11449 New modes C,I. Honor the %= parameter in the current table.
11450 Avoid unnecessary re-align by using the NEW argument to
11451 `org-table-justify-field-maybe'.
11452 (org-calc-default-modes): Default for date-format mimicks org-mode.
11453 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
11454
11455 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
11456
11457 * cus-face.el (custom-theme-set-faces): Make it handle face
11458 aliases whose alias declarations are pre- or autoloaded.
11459
11460 2005-07-04 Juri Linkov <juri@jurta.org>
11461
11462 * faces.el (read-face-name): Put the code for getting a face name
11463 from the buffer before adding the faces from the `face' property.
11464 Use `completing-read-multiple' instead of `completing-read'.
11465 Require `crm'. Add default value and post-process the returned
11466 list of faces.
11467
11468 * emacs-lisp/crm.el (crm-find-current-element)
11469 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
11470
11471 * emacs-lisp/lisp-mode.el (eval-defun-1):
11472 * emacs-lisp/edebug.el (edebug-eval-defun):
11473 Remove unnecessary quotes.
11474
11475 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
11476
11477 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
11478 (prolog-indent-level): Fix typo in docstring.
11479
11480 * info.el (Info-history, Info-history-forward)
11481 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
11482
11483 * add-log.el (add-change-log-entry):
11484 * comint.el (comint-dynamic-list-input-ring)
11485 (comint-dynamic-list-completions):
11486 * dabbrev.el (dabbrev-expand):
11487 * delim-col.el (delimit-columns-rectangle-line):
11488 * diff-mode.el (diff-context->unified, diff-reverse-direction)
11489 (diff-unified->context):
11490 * ediff-init.el (ediff-abbrev-jobname):
11491 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
11492 (ediff-replace-session-activity-marker-in-meta-buffer):
11493 * info.el (Info-summary):
11494 * lpr.el (printify-region):
11495 * printing.el (pr-create-interface):
11496 * ps-print.el (ps-print-quote):
11497 * ses.el (ses-column-widths, ses-print-cell)
11498 (ses-adjust-print-width, ses-center):
11499 * shell.el (shell-file-name-quote-list):
11500 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
11501 (strokes-fill-current-buffer-with-whitespace)
11502 (strokes-xpm-for-stroke, strokes-list-strokes)
11503 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
11504 * term.el (term-dynamic-list-input-ring)
11505 (term-dynamic-list-completions):
11506 * calc/calc.el (math-format-stack-value):
11507 * emacs-lisp/edebug.el (edebug-display-freq-count):
11508 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
11509 (delphi-new-comment-line):
11510 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
11511 * progmodes/executable.el (executable-set-magic):
11512 * progmodes/python.el (inferior-python-mode):
11513 * progmodes/scheme.el (scheme-mode-syntax-table):
11514 * progmodes/sh-script.el (sh-maybe-here-document):
11515 * progmodes/sql.el (sql-copy-column):
11516 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
11517 * textmodes/bibtex.el (bibtex-mode):
11518 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
11519 (sgml-auto-attributes):
11520 * textmodes/table.el (table-insert, table-shorten-cell)
11521 (table--generate-source-scan-lines, table-delete-row)
11522 (*table--cell-delete-char, table--spacify-frame)
11523 (table--horizontally-shift-above-and-below)
11524 (table--cell-insert-char, table--cell-blank-str)
11525 (table--fill-region-strictly):
11526 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
11527 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
11528
11529 * add-log.el (change-log):
11530 * apropos.el (apropos):
11531 * comint.el (comint-completion, comint-source):
11532 * dabbrev.el (dabbrev):
11533 * delim-col.el (columns):
11534 * diff-mode.el (diff-mode):
11535 * ediff.el (ediff):
11536 * ediff-diff.el (ediff-diff):
11537 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
11538 * ediff-mult.el (ediff-mult):
11539 * ediff-ptch.el (ediff-ptch):
11540 * ediff-wind.el (ediff-window):
11541 * facemenu.el (facemenu):
11542 * indent.el (indent):
11543 * info.el (info):
11544 * jka-cmpr-hook.el (compression, jka-compr):
11545 * lpr.el (lpr):
11546 * outline.el (outlines):
11547 * pcmpl-cvs.el (pcmpl-cvs):
11548 * pcmpl-rpm.el (pcmpl-rpm):
11549 * printing.el (printing):
11550 * ps-print.el (postscript, ps-print, ps-print-horizontal)
11551 (ps-print-vertical, ps-print-headers, ps-print-font)
11552 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
11553 (ps-print-background, ps-print-printer, ps-print-page)
11554 (ps-print-miscellany):
11555 * ses.el (ses):
11556 * shell.el (shell, shell-directories, shell-faces):
11557 * startup.el (initialization):
11558 * strokes.el (strokes):
11559 * term.el (term):
11560 * uniquify.el (uniquify):
11561 * w32-vars.el (w32):
11562 * calc/calc.el (calc):
11563 * emacs-lisp/bytecomp.el (bytecomp):
11564 * emacs-lisp/cl-indent.el (lisp-indent):
11565 * emacs-lisp/edebug.el (edebug):
11566 * emacs-lisp/elp.el (elp):
11567 * emacs-lisp/testcover.el (testcover):
11568 * emacs-lisp/trace.el (trace):
11569 * emulation/viper-ex.el (viper-ex):
11570 * emulation/viper-mous.el (viper-mouse):
11571 * mail/mailalias.el (mailalias):
11572 * mail/supercite.el (supercite, supercite-frames)
11573 (supercite-attr, supercite-cite, supercite-hooks):
11574 * net/rcompile.el (remote-compile):
11575 * net/rlogin.el (rlogin):
11576 * obsolete/ooutline.el (outlines):
11577 * progmodes/delphi.el (delphi):
11578 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
11579 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
11580 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
11581 (ebnf-optimization):
11582 * progmodes/etags.el (etags):
11583 * progmodes/executable.el (executable):
11584 * progmodes/idlwave.el (idlwave):
11585 * progmodes/pascal.el (pascal):
11586 * progmodes/prolog.el (prolog):
11587 * progmodes/python.el (python):
11588 * progmodes/scheme.el (scheme):
11589 * progmodes/sh-script.el (sh, sh-script):
11590 * progmodes/sql.el (SQL):
11591 * progmodes/tcl.el (tcl):
11592 * textmodes/bibtex.el (bibtex, bibtex-autokey):
11593 * textmodes/enriched.el (enriched):
11594 * textmodes/makeinfo.el (makeinfo):
11595 * textmodes/sgml-mode.el (sgml):
11596 * textmodes/table.el (table-hooks):
11597 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
11598 * textmodes/texinfo.el (texinfo):
11599 * textmodes/two-column.el (two-column):
11600 Finish `defgroup' description with period.
11601
11602 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
11603 * eshell/esh-var.el (eshell-var):
11604 * progmodes/vhdl-mode.el (vhdl-testbench):
11605 * textmodes/org.el (org): Fix typos in docstrings.
11606
11607 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
11608 consistency.
11609
11610 * progmodes/flymake.el (flymake-find-file): Remove.
11611 (flymake-float-time): Use `with-no-warnings'.
11612 (flymake-check-start-time, flymake-check-was-interrupted)
11613 (flymake-err-info, flymake-is-running, flymake-last-change-time)
11614 (flymake-new-err-info): `defvar' at compile time.
11615
11616 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
11617
11618 * replace.el (occur-hook): Doc fix.
11619 (occur-1): Don't call `occur-hook' if there are no matches.
11620
11621 2005-07-03 Richard M. Stallman <rms@gnu.org>
11622
11623 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
11624 global-map, save the same map.
11625 (global-map): Don't alter it at top level.
11626 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
11627 Then alter it here instead.
11628 (tpu-edt-off): Set global-map to the saved one.
11629
11630 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
11631 All references simplified.
11632 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
11633 (zmacs-regions): Add defvar.
11634 (repeat-complex-command-map): Everything about that deleted.
11635
11636 * textmodes/artist.el (artist-key-is-drawing)
11637 (artist-key-endpoint1, artist-key-poly-point-list)
11638 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
11639 (artist-key-compl-table, artist-rb-save-data)
11640 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
11641 Don't put them in eval-when-compile.
11642 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
11643
11644 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
11645 Use with-no-warnings.
11646
11647 * net/browse-url.el (dos-windows-version): Add defvar.
11648
11649 * mail/supercite.el (filladapt-prefix-table): Add defvar.
11650
11651 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
11652 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
11653 (rmail-new-summary-line-count): Rename from new-summary-line-count.
11654 Add defvar.
11655 (rmail-summary-beginning-of-message): Use with-no-warnings.
11656 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
11657
11658 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
11659 Use with-no-warnings.
11660
11661 * emulation/vi.el (vi-mark-region): Use c-mark-function.
11662 (c-mark-function): Add point-moving-unit property.
11663 (vi-goto-line): Use with-no-warnings.
11664
11665 * emulation/edt.el (edt-last-copied-word): Add defvar.
11666 (zmacs-region-stays): Likewise.
11667 (edt-mark-section-wisely): Use c-mark-function for C.
11668 Use makr-defun for Fortran.
11669 (time-string): defvar deleted.
11670 (edt-display-the-time): Don't set time-string.
11671
11672 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
11673
11674 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
11675 Don't warn when name is not constant
11676 or for defining the group `emacs'.
11677
11678 * tooltip.el (gud-tooltip-mode): Add defvar.
11679
11680 * startup.el (default-frame-background-mode): Add defvar.
11681
11682 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
11683
11684 * info.el (tool-bar-map): Add defvar.
11685
11686 * dired.el (dnd-protocol-alist): Add defvar.
11687
11688 * dired-aux.el (dired-query): Display question with answer, when
11689 the user answers.
11690
11691 * custom.el (custom-add-option): Doc fix.
11692
11693 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
11694
11695 2005-07-03 Eli Zaretskii <eliz@gnu.org>
11696
11697 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
11698 bogus name from the last change.
11699
11700 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
11701
11702 * custom.el (custom-declare-variable): Fix typos in comment.
11703 (custom-known-themes): Doc fix.
11704 (custom-theme-directory): New defcustom.
11705 (require-theme): Make it check `custom-theme-directory'.
11706
11707 * cus-theme.el (custom-new-theme-mode): New function.
11708 (custom-theme-name, custom-theme-variables, custom-theme-faces)
11709 (custom-theme-description): Add compiler defvars.
11710 (customize-create-theme): Add doc to the "*New Custom Theme*"
11711 buffer. Use `custom-new-theme-mode'.
11712 (custom-theme-write): Put the created buffer in emacs-lisp-mode
11713 and save it to the `custom-theme-directory'. Make this the
11714 default directory of the buffer.
11715
11716 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
11717
11718 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
11719 Fix unbalanced parentheses.
11720
11721 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11722
11723 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
11724 into flymake-mode and delegate to flymake-mode.
11725
11726 * find-file.el (ff-which-function-are-we-in): Clean up.
11727
11728 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
11729
11730 * replace.el (occur-rename-buffer): Fix docstring.
11731
11732 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
11733 (edt-last-copied-word, edt-learn-macro-count)
11734 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
11735 (edt-rect-start-point, edt-user-global-map, rect-start-point)
11736 (time-string, zmacs-region-stays):
11737 * emulation/edt-mapper.el (edt-save-function-key-map)
11738 (EDT-key-name): `defvar' to silence the byte-compiler.
11739
11740 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
11741
11742 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
11743 font-lock-regexp-backslash. Doc fix.
11744 (font-lock-regexp-backslash-grouping-construct): Rename from
11745 font-lock-regexp-backslash-construct. Doc fix.
11746 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
11747 grouping constructs.
11748
11749 2005-07-02 Eli Zaretskii <eliz@gnu.org>
11750
11751 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
11752 updating all the prerequisites.
11753
11754 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
11755
11756 * textmodes/org.el (org-agenda-start-on-weekday)
11757 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
11758 (org-agenda-use-time-grid, org-archive-location)
11759 (org-allow-space-in-links, org-usenet-links-prefer-google)
11760 (org-enable-table-editor, org-export-default-language)
11761 (org-export-html-show-new-buffer, org-fill-paragraph)
11762 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
11763 (org-goto-quit, org-occur, org-eval-in-calendar)
11764 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
11765 (org-agenda-diary-entry, org-remember-help)
11766 (org-table-convert-region, org-at-table-p)
11767 (org-table-move-row-down, org-table-move-row-up)
11768 (org-table-copy-region, org-table-toggle-vline-visibility)
11769 (org-table-get-stored-formulas, org-table-get-specials)
11770 (org-recalc-commands, org-table-eval-formula)
11771 (org-table-formula-substitute-names, orgtbl-make-binding)
11772 (org-format-org-table-html, org-format-table-table-html)
11773 (org-format-table-table-html-using-table-generate-source)
11774 (org-customize): Fix typos in docstrings.
11775 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
11776 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
11777 (org-back-to-heading): Doc fixes.
11778 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
11779 (org-agenda-change-all-lines, org-get-header):
11780 Improve argument/docstring consistency.
11781 (orgtbl-error): Fix error message.
11782
11783 * progmodes/flymake.el (flymake-find-possible-master-files)
11784 (flymake-master-file-compare, flymake-get-line-err-count)
11785 (flymake-highlight-line, flymake-gui-warnings-enabled):
11786 Fix typos in docstrings.
11787 (flymake-parse-line, flymake-get-project-include-dirs-function)
11788 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
11789 Doc fixes.
11790 (flymake-get-project-include-dirs-function)
11791 (flymake-make-err-menu-data):
11792 Improve argument/docstring consistency.
11793
11794 2005-07-01 Lute Kamstra <lute@gnu.org>
11795
11796 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
11797 Catch errors with ignore-errors. Use temporary buffer.
11798 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
11799
11800 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
11801 background color faces.
11802 (facemenu-set-foreground, facemenu-set-background):
11803 Use facemenu-set-face-from-menu.
11804 (facemenu-set-face-from-menu): Treat face names that start with
11805 "fg:" or "bg:" as special.
11806 (facemenu-add-new-color): Don't create faces. Simplify.
11807
11808 2005-06-30 Richard M. Stallman <rms@gnu.org>
11809
11810 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
11811 (crm-find-current-element): Likewise.
11812
11813 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
11814
11815 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
11816
11817 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
11818
11819 * arc-mode.el (archive-extract): Make it work as a mouse binding.
11820 (archive-mouse-extract): Make it an obsolete alias.
11821 (archive-mode-map): Don't use archive-mouse-extract any more.
11822 (archive-mode, archive-extract): write-contents-hooks ->
11823 write-contents-functions.
11824 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
11825 first arg.
11826 (archive-rename-entry): Update the call.
11827 (archive-zip-summarize): Remove unused var `method'.
11828 (archive-lzh-summarize): Remove unused var `creator'.
11829
11830 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
11831 dedicated frame upon exit.
11832
11833 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
11834 (archive-zip-extract, archive-zip-expunge)
11835 (archive-zip-update, archive-zip-update-case): Use executable-find.
11836 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
11837 Use restore-buffer-modified-p.
11838 (archive-extract, archive-add-new-member, archive-write-file-member):
11839 Use with-current-buffer.
11840 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
11841
11842 2005-06-30 Andreas Schwab <schwab@suse.de>
11843
11844 * progmodes/gud.el (gud-filter): Remove unneeded progn.
11845
11846 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
11847
11848 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
11849
11850 2005-06-30 Juri Linkov <juri@jurta.org>
11851
11852 * faces.el (vertical-border): Inherit from mode-line-inactive
11853 only on tty.
11854
11855 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
11856
11857 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
11858 example, -NLINES in the `occur' docstring).
11859
11860 * replace.el (occur-1): When no matches are found, do not set the
11861 `buffer-read-only' and modified flags for the occur buffer,
11862 because it is deleted.
11863
11864 * emulation/cua-base.el (cua-check-pending-input)
11865 (cua-repeat-replace-region, cua-mode, cua-debug)
11866 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
11867 Fix typos in docstrings.
11868
11869 * emulation/cua-gmrk.el (cua-toggle-global-mark)
11870 (cua-cut-region-to-global-mark)
11871 (cua--cut-rectangle-to-global-mark):
11872 Remove period from end of messages.
11873
11874 * emulation/cua-rect.el (cua-do-rectangle-padding):
11875 Remove period from end of messages.
11876 (cua--rectangle-seq-format): Fix typo in docstring.
11877 (cua-sequence-rectangle, cua-fill-char-rectangle):
11878 Improve argument/docstring consistency.
11879
11880 2005-06-29 Juri Linkov <juri@jurta.org>
11881
11882 * faces.el (default-frame-background-mode): New internal variable.
11883 (frame-set-background-mode): Use it.
11884
11885 * startup.el (normal-top-level): Set default-frame-background-mode
11886 instead of frame-background-mode. Before setting it, test for its
11887 nil value. Remove tests for frame-background-mode and frame
11888 parameter `reverse'. Add test for "unspecified-fg".
11889
11890 * term/xterm.el (xterm-rxvt-set-background-mode):
11891 * term/rxvt.el (rxvt-set-background-mode):
11892 Set default-frame-background-mode instead of frame-background-mode.
11893
11894 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
11895
11896 * simple.el (set-variable): Warn about obsolete user variables.
11897
11898 * imenu.el (imenu--completion-buffer):
11899 * mouse.el (mouse-buffer-menu-alist):
11900 * msb.el (msb-invisible-buffer-p):
11901 * calendar/diary-lib.el (diary-header-line-format):
11902 * emacs-lisp/pp.el (pp-buffer):
11903 * progmodes/cperl-mode.el (cperl-do-auto-fill):
11904 * textmodes/picture.el (picture-replace-match):
11905 Change space constants followed by a sexp to "?\s ".
11906
11907 * play/decipher.el (decipher-loop-with-breaks):
11908 * textmodes/texinfo.el (texinfo-insert-@item): Change space
11909 constants "protected" from end of line by a comment to "?\s".
11910
11911 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11912
11913 * font-lock.el (save-buffer-state): Use `declare'.
11914
11915 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
11916 reset the syntax-table to cperl-mode-syntax-table.
11917 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
11918 "foo_print_bar" is not matched as a reserved keyword.
11919
11920 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
11921
11922 * textmodes/org.el (orgtbl-setup): New function, for delayed
11923 setup for the orgtbl commands.
11924 (org-calc-default-modes): New option.
11925 (orgtbl-make-binding): Use `defun' to get better help display.
11926 (org-diary): Call `org-compile-prefix-format'.
11927 (org-table-formula-substitute-names): New function.
11928 (org-agenda-day-view, org-agenda-week-view): New commands.
11929 (org-agenda-toggle-week-view): Command removed.
11930 (org-tbl-menu): Split off from org-org-menu.
11931 (org-mode): Move removal of outline-mode menus to here.
11932 (org-table-formula-debug): New option.
11933 (org-table-insert-row): Keep first field if just "#" or "*".
11934 (org-mode): Paragraph regexps fixed.
11935 (org-table-recalculate-regexp): New constant.
11936 (org-table-justify-field-maybe): Avoid replace if not necessary.
11937 (org-copy-special, org-cut-special): Use `call-interactively'.
11938 (org-table-copy-region): Take region from `interactive' call.
11939 (org-trim): Return string even if no match.
11940 (org-formula): New face.
11941 (org-set-font-lock-defaults): No longer highlight "FIXME".
11942 But highlight formula-related fields in table.
11943 (org-table-p): Use regexp, not fontification.
11944 (org-table-align): Handle white space at end of line.
11945 (org-table-formula-evaluate-inline): New option.
11946 (org-mode): Auto-wrapping in comment lines turned off.
11947 (org-table-copy-down): Evaluate only in copied field, not in
11948 destination.
11949 (org-table-current-formula): Variable removed.
11950 (org-table-store-formulas, org-table-get-stored-formulas)
11951 (org-table-modify-formulas, org-table-replace-in-formulas)
11952 (org-table-maybe-eval-formula): New functions.
11953 (org-table-get-formula): Modify to use stored formulas.
11954 (org-table-insert-column, org-table-delete-column)
11955 (org-table-move-column): Call `org-table-modify-formulas'.
11956 (org-complete): Add completion for keyword formulas.
11957 (orgtbl-mode): Pull orgtbl-mode-map to start of
11958 minor-mode-map-alist.
11959
11960 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
11961
11962 * progmodes/python.el (python-check): Require `compile' before
11963 modifying its variables.
11964
11965 * newcomment.el (comment-indent-default): Don't get fooled by an early
11966 end of buffer.
11967
11968 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11969
11970 * ps-print.el (ps-print-version): Fix version number.
11971
11972 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
11973
11974 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
11975
11976 2005-06-28 Richard M. Stallman <rms@gnu.org>
11977
11978 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
11979 (flyspell-local-mouse-map): Declaration deleted.
11980 (flyspell-mouse-map): Bind only mouse-2.
11981 (flyspell-mode-map): Don't test flyspell-use-local-map.
11982 (flyspell-overlay-keymap-property-name): Var deleted.
11983 (flyspell-mode-on): Don't make local bindings for
11984 flyspell-mouse-map and flyspell-mode-map.
11985 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
11986
11987 * textmodes/ispell.el (ispell-word): Do not ignore short words.
11988
11989 * progmodes/compile.el (compilation-next-error-function):
11990 Don't switch buffers; operate on the current buffer.
11991
11992 * progmodes/compile.el (compilation-error-file-name)
11993 (compilation-warning-file-name, compilation-info-file-name)
11994 (compilation-line-number, compilation-column-number): New faces.
11995 (compilation-error-face, compilation-warning-face)
11996 (compilation-info-face, compilation-line-face)
11997 (compilation-column-face): Use them.
11998
11999 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
12000
12001 * comint.el (comint-password-prompt-regexp): Accept ", try again".
12002
12003 * bindings.el (global-map): Bind insertchar and its variants.
12004
12005 2005-06-27 Richard M. Stallman <rms@gnu.org>
12006
12007 * textmodes/artist.el (artist-text-overwrite)
12008 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
12009
12010 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12011
12012 * ps-print.el: It was not working the page selection for printing.
12013 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
12014 (ps-print-version): New version 6.6.7.
12015 (ps-end-sheet): New fun.
12016 (ps-header-sheet, ps-end-job): Call it.
12017
12018 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
12019
12020 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
12021
12022 2005-06-27 Lute Kamstra <lute@gnu.org>
12023
12024 * facemenu.el (facemenu-unlisted-faces): Add foreground and
12025 background color faces.
12026 (facemenu-get-face): Delete function.
12027 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
12028 (facemenu-add-new-color): Make second argument mandatory.
12029 Create the appropriate face and return it. Simplify.
12030 (facemenu-set-foreground, facemenu-set-background): Don't check if
12031 color is defined. Use return value of facemenu-add-new-color.
12032
12033 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
12034
12035 * progmodes/gud.el (gud-filter): Add missing argument to
12036 with-selected-window.
12037
12038 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12039
12040 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
12041 a :require to the defcustom.
12042
12043 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
12044 defcustoms corresponding to minor modes.
12045
12046 2005-06-26 David Ponce <david@dponce.com>
12047
12048 * recentf.el: Require tree-widget instead of wid-edit.
12049 (recentf-filename-handler): Fix widget :type.
12050 (recentf-cancel-dialog, recentf-open-more-files)
12051 (recentf-open-files-action): Doc fix.
12052 (recentf-dialog-goto-first): New function.
12053 (recentf-dialog-mode-map): Set parent keymap first.
12054 (recentf-dialog-mode): Define with define-derived-mode.
12055 Don't display continuation lines in dialogs.
12056 (recentf-edit-list): Rename from recentf-edit-selected-items.
12057 (recentf-edit-list-select): Rename from recentf-edit-list-action.
12058 Simplify.
12059 (recentf-edit-list-validate): New function.
12060 (recentf-edit-list): Update accordingly.
12061 (recentf-open-files-item-shift): Remove.
12062 (recentf-open-files-item): Convert menu elements into tree and
12063 link widgets. Don't create the widgets.
12064 (recentf-open-files): Update accordingly.
12065 (recentf-save-list): Untabify.
12066
12067 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
12068
12069 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
12070 (keep-lines): Add INTERACTIVE arg. Never delete lines only
12071 partially contained in the active region. Do not take active
12072 region into account when called from Lisp, unless INTERACTIVE arg
12073 is non-nil. Use `forward-line' instead of `beginning-of-line' to
12074 avoid trouble with fields. Make marker point nowhere when no
12075 longer used. Always return nil. Doc fix.
12076 (flush-lines): Add INTERACTIVE arg. Do not take active region
12077 into account when called from Lisp, unless INTERACTIVE arg is
12078 non-nil. Use `forward-line' instead of `beginning-of-line' to
12079 avoid trouble with fields. Make marker point nowhere when no
12080 longer used. Always return nil. Doc fix.
12081 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
12082 interchangeable. Do not take active region into account when
12083 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
12084 message in echo area when called from Lisp, unless INTERACTIVE arg
12085 is non-nil. Avoid saying "1 occurrences". Do not use markers.
12086 Return the number of matches. Doc fix.
12087 (occur): Doc fix.
12088 (perform-replace): Make comment follow double space convention for
12089 the sake of `outline-minor-mode'.
12090
12091 * faces.el (facep): Doc fix.
12092
12093 2005-06-25 Richard M. Stallman <rms@gnu.org>
12094
12095 * facemenu.el (facemenu-enable-faces-p): New function.
12096 (facemenu-background-menu, facemenu-foreground-menu)
12097 (facemenu-face-menu): Add menu-enable property.
12098
12099 * jka-compr.el (jka-compr-insert-file-contents):
12100 Special handling if cannot find the uncompression program.
12101
12102 * cus-face.el (custom-face-attributes): Add autoload.
12103
12104 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12105 Bind comment-indent-function locally.
12106
12107 * window.el (save-selected-window): Use save-current-buffer.
12108
12109 * subr.el (with-selected-window): Use save-current-buffer.
12110
12111 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
12112 and with-current-buffer.
12113
12114 2005-06-24 Richard M. Stallman <rms@gnu.org>
12115
12116 * simple.el (line-move-1): Fix previous change.
12117
12118 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
12119
12120 * replace.el (occur-1): Set `buffer-read-only' and the
12121 buffer-modified flag before running `occur-hook' to protect
12122 against unintentional buffer switches that can lead to data loss.
12123
12124 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
12125
12126 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
12127 (gud-gdb-marker-filter): Use font-lock-warning-face for any
12128 initial error.
12129
12130 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
12131 after fresh input.
12132 (gdb-var-create-handler): Put name of expression in quotes.
12133
12134 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
12135
12136 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
12137 elements of RING in order, and without bogus nil elements.
12138
12139 2005-06-23 Richard M. Stallman <rms@gnu.org>
12140
12141 * simple.el (set-variable): Args renamed; doc fix.
12142 (line-move-1): When there are overlays around, use vertical-motion.
12143
12144 * faces.el (escape-glyph): Use brown against light background.
12145 (nobreak-space): Rename from no-break-space.
12146 Fix previous change.
12147
12148 * dired-aux.el (dired-do-copy): Fix arg prompt.
12149
12150 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
12151
12152 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12153
12154 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
12155 rather than "Distributor".
12156
12157 2005-06-23 Lute Kamstra <lute@gnu.org>
12158
12159 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
12160 (debug-on-entry): Use it. New interactive declaration that uses
12161 function-called-at-point.
12162
12163 2005-06-23 Kim F. Storm <storm@cua.dk>
12164
12165 * subr.el (save-match-data): Add comment about using evaporate arg
12166 to set-match-data.
12167
12168 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
12169
12170 * cus-edit.el (customize-face)
12171 (customize-face-other-window): Handle face aliases.
12172
12173 * faces.el (face-documentation, set-face-attribute)
12174 (face-spec-set): Handle face aliases.
12175
12176 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
12177
12178 * help-mode.el (help-make-xrefs): If a symbol representing a face
12179 name is not followed by the word "face", it could still be a
12180 function or variable name, so don't bypass other checks.
12181
12182 2005-06-22 Juri Linkov <juri@jurta.org>
12183
12184 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
12185 Replace aliased functions with calls where second arg `inherit' is t.
12186
12187 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
12188
12189 * progmodes/gdb-ui.el (gdb-error): New variable.
12190 (gdb-error): New function.
12191 (gdb-annotation-rules): Act on error-begin and error annotations.
12192 (gdb-concat-output): Use font-lock-warning-face for errors.
12193
12194 2005-06-22 Miles Bader <miles@gnu.org>
12195
12196 * bindings.el (propertized-buffer-identification): Use renamed
12197 `Buffer-menu-buffer' face.
12198
12199 * faces.el (vertical-border): Rename from `vertical-divider'.
12200 (escape-glyph): Change dark-background color back to `cyan'.
12201
12202 2005-06-21 Juri Linkov <juri@jurta.org>
12203
12204 * faces.el (face-user-default-spec): Try getting `customized-face'
12205 prior to `saved-face'.
12206 (frame-background-mode): Refill docstring.
12207
12208 * emacs-lisp/lisp-mode.el (eval-defun-1):
12209 * emacs-lisp/edebug.el (edebug-eval-defun):
12210 Set `saved-face' temporarily to nil before calling form.
12211 Set `customized-face' to the new spec after that.
12212
12213 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
12214
12215 * subr.el (1value, lambda, key-substitution-in-progress):
12216 Doc fixes.
12217
12218 * autoinsert.el (auto-insert-alist):
12219 * ses.el (ses-call-printer):
12220 * subr.el (noreturn):
12221 * emacs-lisp/lisp.el (check-parens):
12222 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
12223 * net/browse-url.el (browse-url-mosaic):
12224 * progmodes/cc-defs.el (c-safe-scan-lists):
12225 * progmodes/ebnf-abn.el (ebnf-abn-lex):
12226 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
12227 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
12228 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
12229 * progmodes/ebnf-iso.el (ebnf-iso-lex):
12230 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
12231
12232 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
12233
12234 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
12235
12236 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
12237
12238 * calendar/appt.el (appt-make-list): Activate the package, if
12239 not already active (for backwards compatibility).
12240
12241 2005-06-20 Kim F. Storm <storm@cua.dk>
12242
12243 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
12244
12245 2005-06-20 Miles Bader <miles@gnu.org>
12246
12247 * faces.el (vertical-divider): New face.
12248
12249 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
12250
12251 * simple.el (kill-whole-line): Doc fix.
12252 (next-error-buffer-p, next-error-find-buffer)
12253 (clone-indirect-buffer): Fix typos in docstrings.
12254 (comment-line-break-function): Doc fix: don't say variable
12255 is automatically buffer-local (it isn't).
12256
12257 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
12258
12259 * net/tramp-ftp.el (top):
12260 * net/tramp-smb.el (top):
12261 * net/tramp-util.el (top):
12262 * net/tramp-uu.el (top):
12263 * net/tramp-vc.el (top):
12264 * net/tramp.el (top): Revert copyright years back to original
12265 ones. Tramp has a life outside GNU Emacs.
12266
12267 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
12268
12269 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
12270
12271 2005-06-18 Juri Linkov <juri@jurta.org>
12272
12273 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
12274 end of first regexp to limit the match to the position between
12275 line number and source line with same separator character as used
12276 between file name and line number. In the second regexp limit
12277 mouse-face area to file name and line number by adding new group
12278 for them and referring it in HYPERLINK arg.
12279 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
12280 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
12281 previous line where grep markers may be already removed.
12282
12283 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
12284
12285 * progmodes/ps-mode.el: Update version and maintainer's email address.
12286
12287 2005-06-18 Steve Youngs <steve@xemacs.org>
12288
12289 * net/browse-url.el (browse-url-browser-function)
12290 (browse-url-default-browser): Add firefox.
12291 (browse-url-firefox-program, browse-url-firefox-arguments)
12292 (browse-url-firefox-startup-arguments)
12293 (browse-url-firefox-new-window-is-tab): New defcustoms.
12294 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
12295
12296 2005-06-17 Richard M. Stallman <rms@gnu.org>
12297
12298 * startup.el (command-line): Warn if specified user name has
12299 no home directory.
12300
12301 * term.el (term-get-old-input, term-input-filter, term-input-sender)
12302 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
12303
12304 * longlines.el (longlines-mode, longlines-show-hard-newlines):
12305 Doc fixes.
12306
12307 * faces.el (underline): Try bold if terminal doesn't support underline.
12308
12309 * mail/sendmail.el (mail-setup-with-from): New variable.
12310 (mail-insert-from-field): New function.
12311 (sendmail-send-it): Call it.
12312 (mail-setup): Optionally call it here.
12313
12314 * term/linux.el: Call tty-no-underline.
12315
12316 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
12317
12318 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
12319
12320 2005-06-17 Miles Bader <miles@gnu.org>
12321
12322 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
12323 (ediff-current-diff-C, ediff-current-diff-Ancestor)
12324 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
12325 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
12326 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
12327 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
12328 Remove "-face" suffix from face names.
12329 (ediff-current-diff-face-A, ediff-current-diff-face-B)
12330 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
12331 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12332 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12333 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12334 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12335 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12336 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12337 New backward-compatibility aliases for renamed faces.
12338 (ediff-current-diff-face-A, ediff-current-diff-face-B)
12339 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
12340 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12341 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12342 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12343 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12344 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12345 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12346 Use renamed ediff faces.
12347
12348 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
12349 Remove "-face" suffix from face names.
12350 (eshell-test-ok-face, eshell-test-failed-face):
12351 New backward-compatibility aliases for renamed faces.
12352 (eshell-run-test): Use renamed eshell-test faces.
12353
12354 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
12355 face name.
12356 (eshell-prompt-face): New backward-compatibility alias for renamed
12357 face.
12358 (eshell-emit-prompt): Use renamed eshell-prompt face.
12359
12360 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
12361 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
12362 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
12363 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
12364 Remove "-face" suffix from face names.
12365 (eshell-ls-directory-face, eshell-ls-symlink-face)
12366 (eshell-ls-executable-face, eshell-ls-readonly-face)
12367 (eshell-ls-unreadable-face, eshell-ls-special-face)
12368 (eshell-ls-missing-face, eshell-ls-archive-face)
12369 (eshell-ls-backup-face, eshell-ls-product-face)
12370 (eshell-ls-clutter-face):
12371 New backward-compatibility aliases for renamed faces.
12372 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
12373
12374 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
12375 Remove "-face" suffix from face name.
12376 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
12377 instead of literal face.
12378
12379 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
12380
12381 * emacs-lisp/warnings.el (display-warning, lwarn)
12382 (warning-minimum-log-level): Doc fixes.
12383 (warning-minimum-level, warning-minimum-log-level):
12384 Add :debug to :type choices.
12385
12386 * progmodes/ada-mode.el (ada-format-paramlist)
12387 (ada-get-indent-case, ada-check-matching-start)
12388 (ada-check-defun-name, ada-goto-matching-decl-start)
12389 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
12390 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
12391 (ada-make-subprogram-body): Follow error conventions.
12392 (ada-case-exception-file, ada-indent-comment-as-code)
12393 (ada-indent-handle-comment-special, ada-indent-renames)
12394 (ada-indent-return, ada-search-directories-internal)
12395 (ada-tab-policy, ada-case-exception-substring)
12396 (ada-other-file-alist, ada-matching-start-re)
12397 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
12398 (ada-imenu-generic-expression, ada-compile-goto-error)
12399 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
12400 (ada-popup-menu, ada-add-extensions, ada-mode)
12401 (ada-region-selected, ada-create-case-exception)
12402 (ada-create-case-exception-substring, ada-after-keyword-p)
12403 (ada-activate-keys-for-case, ada-adjust-case-region)
12404 (ada-adjust-case-buffer, ada-format-paramlist)
12405 (ada-scan-paramlist, ada-insert-paramlist)
12406 (ada-indent-newline-indent)
12407 (ada-indent-newline-indent-conditional)
12408 (ada-justified-indent-current, ada-goto-previous-word)
12409 (ada-indent-current, ada-get-indent-open-paren)
12410 (ada-get-indent-paramlist, ada-get-indent-end)
12411 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
12412 (ada-get-indent-block-start, ada-get-indent-subprog)
12413 (ada-get-indent-noindent, ada-get-indent-label)
12414 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
12415 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
12416 (ada-goto-stmt-end, ada-goto-next-word)
12417 (ada-check-matching-start, ada-check-defun-name)
12418 (ada-goto-matching-decl-start, ada-goto-matching-start)
12419 (ada-goto-matching-end, ada-search-ignore-string-comment)
12420 (ada-in-decl-p, ada-looking-at-semi-or)
12421 (ada-looking-at-semi-private, ada-in-paramlist-p)
12422 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
12423 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
12424 (ada-next-procedure, ada-previous-procedure, ada-next-package)
12425 (ada-previous-package, ada-create-menu)
12426 (ada-fill-comment-paragraph-justify)
12427 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
12428 (ada-other-file-name, ada-last-which-function-line)
12429 (ada-last-which-function-subprog, ada-which-function)
12430 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
12431 (ada-gen-treat-proc, ada-check-emacs-version)
12432 (ada-continuation-indent, ada-align-region-separate):
12433 Fix typos in docstrings.
12434 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
12435
12436 2005-06-16 Lute Kamstra <lute@gnu.org>
12437
12438 * simple.el (fundamental-mode): Run after-change-major-mode-hook
12439 conditionally.
12440
12441 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
12442
12443 * comint.el (comint-replace-by-expanded-filename)
12444 (comint-prompt-regexp, comint-delimiter-argument-list)
12445 (comint-preinput-scroll-to-bottom):
12446 * info.el (Info-hide-cookies-node):
12447 * ls-lisp.el (ls-lisp-classify):
12448 * find-file.el (ff-search-directories, ff-special-constructs)
12449 (ff-find-other-file):
12450 * font-lock.el (font-lock-keywords):
12451 * shell.el (shell-prompt-pattern)
12452 (shell-dynamic-complete-functions, shell-mode)
12453 (shell-delimiter-argument-list):
12454 * term.el (term-replace-by-expanded-filename)
12455 (term-prompt-regexp, term-delimiter-argument-list):
12456 * woman.el (woman-ignore, woman0-if):
12457 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
12458 * emacs-lisp/elint.el (elint-init-env):
12459 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
12460 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
12461 * language/ethio-util.el (ethio-tilde-escape)
12462 (ethio-use-three-dot-question):
12463 * net/zone-mode.el (zone-mode-load-time-setup):
12464 * progmodes/cc-align.el (c-lineup-argcont):
12465 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
12466 * progmodes/cperl-mode.el (cperl-set-style-back):
12467 * progmodes/inf-lisp.el (inferior-lisp-prompt):
12468 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
12469 Fix spellings in docstrings.
12470
12471 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
12472 * progmodes/modula2.el (m2-for): Fix spellings.
12473
12474 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
12475
12476 * simple.el (undo-more): Don't use `format' on `error' arguments.
12477 Improve argument/docstring consistency.
12478 (pending-undo-list): Doc fix.
12479
12480 * smerge-mode.el (smerge-ensure-match):
12481 * emulation/vip.el (vip-ex):
12482 * net/zone-mode.el (zone-mode-update-serial):
12483 * progmodes/idlwave.el (idlwave-complete):
12484 * progmodes/vhdl-mode.el (vhdl-visit-file)
12485 (vhdl-compose-wire-components):
12486 Don't use `format' on `error' arguments.
12487
12488 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
12489 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
12490 (tooltip-help-tips): Fix typos in docstrings.
12491
12492 2005-06-16 David Ponce <david@dponce.com>
12493
12494 * tree-widget.el (tree-widget-value-create): Simplify last change.
12495
12496 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
12497
12498 * ido.el (ido-incomplete-regexp): New variable.
12499 (ido-set-matches-1): Handle invalid-regexp error and set
12500 ido-incomplete-regexp.
12501 (ido-incomplete-regexp): New face.
12502 (ido-completions): Use it.
12503 (ido-complete, ido-exit-minibuffer, ido-completions):
12504 Handle incomplete regexps.
12505 (ido-completions): Add check for complete match when entering a regexp.
12506
12507 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12508
12509 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
12510
12511 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12512
12513 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
12514 by field delimiters.
12515
12516 2005-06-15 David Ponce <david@dponce.com>
12517
12518 * tree-widget.el: eval-and-compile inlined functions so they will
12519 be available at run-time too.
12520 (tree-widget-super-format-handler)
12521 (tree-widget-format-handler): Remove.
12522 (tree-widget-value-create): Handle the :indent property.
12523
12524 2005-06-15 Miles Bader <miles@gnu.org>
12525
12526 * progmodes/which-func.el (which-func): Only inherit
12527 `font-lock-function-name-face' when that makes sense against the
12528 default mode-line face, otherwise set the face color explicitly.
12529
12530 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
12531 faces instead of (non-existent) variables.
12532
12533 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12534
12535 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
12536 (iswitchb-get-matched-buffers): Likewise. Simplify.
12537
12538 2005-06-14 Miles Bader <miles@gnu.org>
12539
12540 * progmodes/ld-script.el (ld-script-location-counter):
12541 Remove "-face" suffix from face name.
12542 (ld-script-location-counter-face):
12543 New backward-compatibility alias for renamed face.
12544 (ld-script-location-counter-face): Use renamed face.
12545
12546 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
12547 (cperl-hash): Remove "-face" suffix from face names.
12548 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
12549 New backward-compatibility aliases for renamed faces.
12550 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
12551 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
12552
12553 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
12554 name.
12555 (which-func-face): New backward-compatibility alias for renamed face.
12556 (which-func-format): Use renamed which-func face.
12557
12558 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
12559 (vhdl-function, vhdl-directive, vhdl-reserved-word)
12560 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
12561 names.
12562 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
12563 (vhdl-speedbar-configuration, vhdl-speedbar-package)
12564 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
12565 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
12566 (vhdl-speedbar-architecture-selected)
12567 (vhdl-speedbar-configuration-selected)
12568 (vhdl-speedbar-package-selected)
12569 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
12570 names.
12571 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
12572 Use renamed faces.
12573 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
12574 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
12575 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
12576 Use renamed faces.
12577 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
12578 names.
12579 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
12580 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
12581 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
12582 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
12583 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
12584 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
12585
12586 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
12587 face name.
12588 (sh-heredoc-face): New backward-compatibility alias for renamed face.
12589 (sh-heredoc-face): Use renamed sh-heredoc face.
12590
12591 * progmodes/idlw-help.el (idlwave-help-link):
12592 Remove "-face" suffix from face name.
12593 (idlwave-help-link-face):
12594 New backward-compatibility alias for renamed face.
12595 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
12596
12597 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
12598 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
12599 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
12600 New backward-compatibility aliases for renamed faces.
12601 (idlwave-shell-disabled-breakpoint-face)
12602 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
12603
12604 * progmodes/flymake.el (flymake-errline, flymake-warnline):
12605 Remove "-face" suffix from face names.
12606 (flymake-errline-face, flymake-warnline-face):
12607 New backward-compatibility aliases for renamed faces.
12608 (flymake-highlight-line): Use renamed flymake faces.
12609
12610 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
12611 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
12612 (ebrowse-member-class, ebrowse-progress):
12613 Remove "-face" suffix from face names.
12614 (ebrowse-tree-mark-face, ebrowse-root-class-face)
12615 (ebrowse-file-name-face, ebrowse-default-face)
12616 (ebrowse-member-attribute-face, ebrowse-member-class-face)
12617 (ebrowse-progress-face):
12618 New backward-compatibility aliases for renamed faces.
12619 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
12620 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
12621 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
12622 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
12623
12624 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
12625 antlr-syntax)
12626 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
12627 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
12628 names.
12629 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
12630 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
12631 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
12632 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
12633 backward-compatibility aliases for renamed faces.
12634 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
12635 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
12636 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
12637 remove "font-lock-". Use renamed antlr-mode faces.
12638 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
12639 literal face-names with face variable references.
12640
12641 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
12642 face name.
12643 (Buffer-menu-buffer-face): New backward-compatibility alias for
12644 renamed face.
12645 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
12646
12647 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
12648
12649 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
12650 Eliminate "-face" suffix.
12651 (makefile-targets): Inherit from font-lock-function-name-face and
12652 eliminate "-face" suffix.
12653 (makefile-shell): Remove attributes and eliminate "-face" suffix.
12654 (makefile-*-font-lock-keywords): Append makefile-targets in rule
12655 actions, instead of prepending, to make it less visible.
12656 (makefile-previous-dependency, makefile-match-dependency):
12657 Don't match a target on a continuation line.
12658
12659 * files.el (auto-mode-alist): Put Makefile in gmake mode.
12660
12661 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
12662
12663 * progmodes/gdb-ui.el (menu): Re-order menu items.
12664 (gdb-tooltip-print): Respect tooltip-use-echo-area.
12665
12666 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
12667 Define in tooltip.el.
12668 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
12669 (gud-tooltip-tips): Respect tooltip-use-echo-area and
12670 gud-tooltip-echo-area.
12671
12672 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
12673 backward compatibility and make obsolete.
12674 (tooltip-help-tips): Use tooltip-use-echo-area.
12675 (tooltip-show-help-function): Rename to...
12676 (tooltip-show-help): ...this, because it is a function.
12677 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
12678
12679 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
12680
12681 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
12682 (edebug-print-length, edebug-print-level, edebug-print-circle)
12683 (edebug-modify-breakpoint, edebug-eval-last-sexp)
12684 (edebug-eval-print-last-sexp): Doc fixes.
12685
12686 2005-06-14 Kim F. Storm <storm@cua.dk>
12687
12688 * ido.el (ido-mode): Make a new keymap every time we enable ido,
12689 as the coverage buffer/file/both may change.
12690
12691 2005-06-14 Lute Kamstra <lute@gnu.org>
12692
12693 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
12694 and run-mode-hooks. Simplify.
12695
12696 * mail/rmailedit.el (rmail-edit-mode):
12697 * progmodes/octave-inf.el (inferior-octave-mode):
12698 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
12699
12700 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
12701 and run-mode-hooks.
12702 (recentf-edit-list, recentf-open-files): Don't call
12703 kill-all-local-variables directly.
12704
12705 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
12706
12707 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
12708
12709 * emacs-lisp/byte-run.el (make-obsolete)
12710 (define-obsolete-function-alias): Rename arguments FUNCTION and
12711 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
12712 (make-obsolete-variable, define-obsolete-variable-alias):
12713 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
12714 respectively.
12715
12716 * isearchb.el (isearchb-activate):
12717 * pcvs.el (cvs-mode):
12718 * ses.el (ses-load):
12719 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
12720 * net/tramp.el (tramp-find-file-exists-command)
12721 (tramp-find-shell):
12722 * progmodes/ada-mode.el (ada-create-case-exception)
12723 (ada-create-case-exception-substring, ada-make-subprogram-body):
12724 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
12725 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
12726 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
12727 * textmodes/org.el (org-promote, org-evaluate-time-range)
12728 (org-agenda-next-date-line, org-agenda-previous-date-line)
12729 (org-agenda-error, org-open-at-point, org-table-move-row)
12730 (org-format-table-table-html-using-table-generate-source)
12731 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
12732 * textmodes/reftex.el (reftex-access-scan-info):
12733 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
12734 (reftex-toc-promote-prepare): Follow error conventions.
12735
12736 * diff-mode.el (diff-mode): Fix typo in docstring.
12737
12738 * forms.el (forms--intuit-from-file): Fix reference to
12739 `forms-number-of-fields' in error message.
12740 (forms-print): Fix quoting in error message.
12741
12742 * forms.el (forms-mode):
12743 * emulation/vi.el (vi-goto-insert-state):
12744 * progmodes/flymake.el (flymake-new-err-info)
12745 (flymake-start-syntax-check-for-current-buffer)
12746 (flymake-simple-cleanup):
12747 * eshell/esh-var.el (eshell/export):
12748 * progmodes/gud.el (xdb):
12749 * textmodes/flyspell.el (flyspell-incorrect-hook)
12750 (flyspell-maybe-correct-transposition)
12751 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
12752
12753 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
12754
12755 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
12756 minibuffer prompt.
12757
12758 2005-06-13 Kim F. Storm <storm@cua.dk>
12759
12760 * subr.el (add-to-ordered-list): New defun.
12761
12762 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
12763 add cua--keymap-alist to emulation-mode-map-alists.
12764
12765 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12766
12767 * subr.el (complete-in-turn): New macro.
12768 (dynamic-completion-table, lazy-completion-table): Add debug info.
12769
12770 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
12771 in preference to face aliases.
12772
12773 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
12774 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
12775 Remove unused vars `start' and `firstline'.
12776 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
12777 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
12778
12779 2005-06-13 Eli Zaretskii <eliz@gnu.org>
12780
12781 * cus-start.el (all): Don't complain about missing GTK-related
12782 variables, unless either `gtk' is boundp or this isn't a
12783 `windows-nt' build.
12784
12785 2005-06-13 Lute Kamstra <lute@gnu.org>
12786
12787 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
12788 run-mode-hooks.
12789
12790 * ediff-mult.el (ediff-meta-mode):
12791 * ediff-util.el (ediff-mode): Use run-mode-hooks.
12792
12793 * ledit.el (ledit-mode): Use delay-mode-hooks.
12794
12795 * woman.el (woman-mode-line-format): Delete constant.
12796 (woman-mode-map): Initialize it properly.
12797 (woman-mode): Set mode-class property to special.
12798 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
12799 Set major-mode and mode-name. Don't set mode-line-format directly.
12800 (Man-getpage-in-background): Don't reference woman-mode-line-format.
12801
12802 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
12803 string argument obsolete.
12804
12805 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
12806
12807 * textmodes/org.el (org-CUA-compatible): New option.
12808 (org-disputed-keys): New variable.
12809 (org-key): New function.
12810 (orgtbl-make-binding): Add docstring to the created function.
12811 (org-mode): Set paragraph start/separate regexps.
12812 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
12813 (org-archive-location, org-archive-mark-done)
12814 (org-archive-stamp-time): New options.
12815 (org-archive-subtree): New command.
12816 (org-fill-paragraph): New function.
12817 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
12818 (org-fake-empty-table-line): Function removed.
12819 (org-format-org-table-html): Do not create empty table lines at
12820 separator lines. Improved table header treatment.
12821 (org-link-format): New option.
12822 (org-make-link): New function.
12823 (org-insert-link, org-store-link): Use org-make-link.
12824 (org-open-file): Quote file name for shell command, to allow
12825 spaces in file names.
12826 (org-link-regexp): Fix bug with mailto link.
12827 (org-link-maybe-angles-regexp, org-protected-link-regexp):
12828 New constants.
12829 (org-export-as-html): Deal with the optional angles around a link.
12830 Better treatment of file: links.
12831 (org-open-at-point): Replace @{ and @} with < and >.
12832 (org-run-mode-hooks): Function removed.
12833 (org-agenda-mode): No longer use `org-run-mode-hooks'.
12834
12835 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
12836
12837 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
12838 MI command -data-list-register-values.
12839 (gdb-post-prompt): Indent properly.
12840
12841 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
12842
12843 * hilit-chg.el (highlight-changes-colors): Rename from
12844 `highlight-changes-colours'.
12845 (highlight-changes-colours): Keep as obsolete alias.
12846 (highlight-changes-face-list): Doc fix.
12847 (hilit-chg-make-list): Use `highlight-changes-colors'.
12848
12849 2005-06-12 Mark A. Hershberger <mah@everybody.org>
12850
12851 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
12852 defun-prompt-regexp.
12853
12854 2005-06-12 Eli Zaretskii <eliz@gnu.org>
12855
12856 * loadup.el: Don't say we are dumping under 2 names on windows-nt
12857 and cygwin.
12858
12859 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
12860 Don't use an old loaddefs.el, as in Makefile.in.
12861
12862 2005-06-12 Lute Kamstra <lute@gnu.org>
12863
12864 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
12865
12866 * man.el (Man-mode-map): Initialize it properly.
12867 (Man-mode): Set mode-class property to special.
12868
12869 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
12870
12871 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
12872
12873 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
12874 A newline is needed in the docstring there.
12875
12876 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
12877 Doc fixes.
12878
12879 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12880
12881 * printing.el: Doc fix. The menubar is no more changed when printing
12882 is loaded, it only changes when pr-menu-bind or pr-update-menus is
12883 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
12884 (pr-version): New version number (6.8.4).
12885 (pr-menu-bind): New command.
12886 (pr-update-menus): Docstring and code fix.
12887 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
12888 Docstring fix.
12889 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
12890 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
12891
12892 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
12893
12894 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
12895 "Returns" to "return", document useful return values, etc.
12896
12897 2005-06-11 Alan Mackenzie <acm@muc.de>
12898
12899 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
12900 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
12901 (adaptive-file-function): Minor amendment to doc-string.
12902
12903 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12904
12905 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
12906 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
12907 Fix :type--it is `integer', not `string'.
12908
12909 * faces.el (modeline-highlight): Rename from (the erroneous)
12910 `modeline-higilight'.
12911
12912 2005-06-11 Lute Kamstra <lute@gnu.org>
12913
12914 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
12915 lisp-interaction-mode-map but make it the parent.
12916 (edebug-eval-mode): Use define-derived-mode.
12917
12918 2005-06-11 Andreas Schwab <schwab@suse.de>
12919
12920 * bindings.el: Add binding of `ESC functionkey' for every
12921 `M-functionkey'.
12922 * hexl.el (hexl-mode-map): Likewise.
12923
12924 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
12925
12926 * progmodes/compile.el (compilation-error-regexp-alist-alist)
12927 [msft]: update regexp for newer msft compilers.
12928
12929 2005-06-10 Mark A. Hershberger <mah@everybody.org>
12930
12931 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
12932 ATTLIST portions of included DTDs.
12933 (xml-parse-dtd): Eliminate use of inefficient match-data.
12934
12935 2005-06-10 Miles Bader <miles@gnu.org>
12936
12937 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
12938 (mpuz-text): Remove "-face" suffix from face names.
12939 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
12940 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
12941 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
12942
12943 * play/gomoku.el (gomoku-O, gomoku-X):
12944 Remove "-face" suffix from face names.
12945 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
12946 New backward-compatibility aliases for renamed faces.
12947 (gomoku-font-lock-keywords): Use renamed gomoku faces.
12948
12949 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
12950
12951 * thumbs.el: Fixes for changes of 2005-06-09.
12952 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
12953 as a directory.
12954 (thumbs-thumbname): Remove directory separator from format string;
12955 `thumbs-thumbsdir' now returns a valid directory name.
12956 (thumbs-temp-dir): New defsubst.
12957 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
12958 Use it.
12959
12960 * cus-edit.el (minibuffer):
12961 * files.el (make-backup-file-name-function):
12962 * filesets.el (filesets-external-viewers):
12963 * hilit-chg.el (highlight-changes-colours)
12964 (highlight-changes-face-list, highlight-changes-rotate-faces):
12965 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
12966 * kmacro.el (kmacro-call-macro):
12967 * log-edit.el (log-edit-changelog-full-paragraphs):
12968 * mouse.el (mouse-1-click-follows-link):
12969 * skeleton.el (skeleton-autowrap):
12970 * subr.el (insert-for-yank-1):
12971 * tempo.el (tempo-insert-region):
12972 * terminal.el (terminal-emulator):
12973 * time.el (display-time-mail-face):
12974 * vc.el (vc-annotate):
12975 * vcursor.el (vcursor-copy-line):
12976 * woman.el (woman-bold-headings, woman-ignore)
12977 (woman-default-faces, woman-monochrome-faces):
12978 * calendar/todo-mode.el (todo-insert-threshold):
12979 * emulation/pc-select.el (pc-select-selection-keys-only)
12980 (pc-selection-mode):
12981 * emulation/vip.el (vip-find-char-forward):
12982 * emulation/viper-cmd.el (viper-find-char-forward):
12983 * international/mule-cmds.el
12984 (select-safe-coding-system-accept-default-p)
12985 (input-method-exit-on-invalid-key):
12986 * international/mule-diag.el (describe-coding-system):
12987 * international/ucs-tables.el (unify-8859-on-encoding-mode):
12988 * net/browse-url.el (browse-url-xterm-program):
12989 * obsolete/lazy-lock.el (lazy-lock-mode):
12990 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
12991 (cperl-mode):
12992 * progmodes/cpp.el (cpp-face-light-name-list)
12993 (cpp-face-dark-name-list):
12994 * progmodes/delphi.el (delphi-newline-always-indents):
12995 Fix spellings in docstrings.
12996
12997 * ido.el (ido-mode, ido-file-extensions-order)
12998 (ido-default-file-method, ido-default-buffer-method)
12999 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
13000 (ido-decorations, ido-read-file-name-as-directory-commands)
13001 (ido-read-file-name-non-ido, ido-work-directory-list)
13002 (ido-ignore-item-temp-list, ido-current-directory)
13003 (ido-magic-forward-char, ido-enter-find-file)
13004 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
13005 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
13006
13007 2005-06-10 Lute Kamstra <lute@gnu.org>
13008
13009 * play/dunnet.el (dun-mode): Use define-derived-mode.
13010 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
13011 obsolete alias.
13012
13013 * play/doctor.el (doctor-mode-map): Remove defvar.
13014 (doctor-mode): Use define-derived-mode.
13015
13016 * mail/mspools.el (mspools-mode):
13017 * net/eudc-hotlist.el (eudc-hotlist-mode):
13018 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
13019
13020 2005-06-10 Miles Bader <miles@gnu.org>
13021
13022 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13023 Remove "-face" suffix from face names.
13024 (flyspell-incorrect-face, flyspell-duplicate-face):
13025 New backward-compatibility aliases for renamed faces.
13026 (flyspell-mode-on, make-flyspell-overlay)
13027 (flyspell-highlight-incorrect-region)
13028 (flyspell-highlight-duplicate-region)
13029 (flyspell-display-next-corrections)
13030 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
13031
13032 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
13033 from face name.
13034 (texinfo-heading-face): New backward-compatibility alias for
13035 renamed face.
13036 (texinfo-heading-face): Use renamed texinfo-heading face.
13037
13038 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
13039 suffix from face names.
13040 (tex-math-face, tex-verbatim-face):
13041 New backward-compatibility aliases for renamed faces.
13042 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
13043 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
13044 literal face name.
13045
13046 * textmodes/table.el (table-cell): Remove "-face" suffix from face
13047 name.
13048 (table-cell-face): New backward-compatibility alias for renamed face.
13049 (table--put-cell-face-property, table--update-cell-face):
13050 Use renamed table-cell face.
13051
13052 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
13053 from face name.
13054 (sgml-namespace-face): New backward-compatibility alias for
13055 renamed face.
13056 (sgml-namespace-face): Use renamed sgml-namespace face.
13057
13058 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
13059 (org-level-4, org-level-5, org-level-6, org-level-7)
13060 (org-level-8, org-warning, org-headline-done)
13061 (org-deadline-announce, org-scheduled-today)
13062 (org-scheduled-previously, org-link, org-done, org-table)
13063 (org-time-grid): Remove "-face" suffix from face names.
13064 (org-level-1-face, org-level-2-face, org-level-3-face)
13065 (org-level-4-face, org-level-5-face, org-level-6-face)
13066 (org-level-7-face, org-level-8-face, org-warning-face)
13067 (org-headline-done-face, org-deadline-announce-face)
13068 (org-scheduled-today-face, org-scheduled-previously-face)
13069 (org-link-face, org-done-face, org-table-face)
13070 (org-time-grid-face):
13071 New backward-compatibility aliases for renamed faces.
13072 (org-level-faces, org-set-font-lock-defaults, org-timeline)
13073 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
13074 (org-agenda-get-timestamps, org-agenda-get-scheduled)
13075 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
13076
13077 * emulation/viper-init.el (viper-search, viper-replace-overlay)
13078 (viper-minibuffer-emacs, viper-minibuffer-insert)
13079 (viper-minibuffer-vi): Remove "-face" suffix from face names.
13080 (viper-search-face, viper-replace-overlay-face)
13081 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13082 (viper-minibuffer-vi-face):
13083 New backward-compatibility aliases for renamed faces.
13084 (viper-search-face, viper-replace-overlay-face)
13085 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
13086 (viper-minibuffer-vi-face): Use renamed viper faces.
13087
13088 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
13089 Remove "-face" suffix from face names.
13090 (testcover-nohits-face, testcover-1value-face):
13091 New backward-compatibility aliases for renamed faces.
13092 (testcover-mark): Use renamed testcover faces.
13093
13094 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
13095 face name.
13096 (diary-button-face): New backward-compatibility alias for renamed face.
13097 (diary-entry): Use renamed diary-button face.
13098
13099 * calendar/calendar.el (diary, calendar-today, holiday)
13100 (mark-visible-calendar-date): Remove "-face" suffix from face names.
13101 (diary-face, calendar-today-face, holiday-face):
13102 New backward-compatibility aliases for renamed faces.
13103 (eval-after-load "facemenu", diary-entry-marker)
13104 (calendar-today-marker, calendar-holiday-marker, diary-face):
13105 Use renamed calendar faces.
13106
13107 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
13108 (compare-windows-face): New backward-compatibility alias for
13109 renamed face.
13110 (compare-windows-highlight): Use renamed compare-windows face.
13111
13112 * strokes.el (strokes-char): Remove "-face" suffix from face name.
13113 (strokes-char-face): New backward-compatibility alias for renamed face.
13114 (strokes-encode-buffer): Use renamed strokes-char face.
13115
13116 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
13117 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
13118 Remove "-face" suffix from face names.
13119 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13120 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13121 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
13122 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
13123 Use renamed pcvs faces.
13124 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
13125 * pcvs-defs.el (cvs-mode-map): Likewise.
13126 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
13127
13128 * info.el (info-title-1, info-title-2, info-title-3)
13129 (info-title-4): Remove "-face" suffix from and downcase face names.
13130 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13131 (Info-title-4-face):
13132 New backward-compatibility aliases for renamed faces.
13133 (Info-fontify-node): Use renamed info faces.
13134
13135 * hilit-chg.el (highlight-changes, highlight-changes-delete):
13136 Remove "-face" suffix from face names.
13137 (highlight-changes-face, highlight-changes-delete-face):
13138 New backward-compatibility aliases for renamed faces.
13139 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
13140 (hilit-chg-make-list): Use renamed highlight-changes faces.
13141
13142 * generic-x.el (show-tabs-tab, show-tabs-space):
13143 Remove "-face" suffix from face names.
13144 (show-tabs-tab-face, show-tabs-space-face):
13145 New backward-compatibility aliases for renamed faces.
13146 (show-tabs-generic-mode-font-lock-defaults-1)
13147 (show-tabs-generic-mode-font-lock-defaults-2):
13148 Use renamed show-tabs faces.
13149
13150 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
13151 (smerge-markers): Remove "-face" suffix from face names.
13152 (smerge-mine-face, smerge-other-face, smerge-base-face)
13153 (smerge-markers-face):
13154 New backward-compatibility aliases for renamed faces.
13155 (smerge-mine-face, smerge-other-face, smerge-base-face)
13156 (smerge-markers-face): Use renamed smerge faces.
13157
13158 * log-view.el (log-view-file, log-view-message): Remove "-face"
13159 suffix from face names.
13160 (log-view-file-face, log-view-message-face):
13161 New backward-compatibility aliases for renamed faces.
13162 (log-view-file-face, log-view-message-face): Use renamed log-view
13163 faces.
13164
13165 * paren.el (show-paren-match, show-paren-mismatch):
13166 Remove "-face" suffix from face names.
13167 (show-paren-match-face, show-paren-mismatch-face):
13168 New backward-compatibility aliases for renamed faces.
13169 (show-paren-function): Use renamed show-paren faces.
13170
13171 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
13172 (ruler-mode-margins, ruler-mode-fringes)
13173 (ruler-mode-column-number, ruler-mode-fill-column)
13174 (ruler-mode-comment-column, ruler-mode-goal-column)
13175 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
13176 suffix from face names.
13177 (ruler-mode-default-face, ruler-mode-pad-face)
13178 (ruler-mode-margins-face, ruler-mode-fringes-face)
13179 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
13180 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
13181 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
13182 New backward-compatibility aliases for renamed faces.
13183 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
13184 (ruler-mode-column-number, ruler-mode-fill-column)
13185 (ruler-mode-comment-column, ruler-mode-goal-column)
13186 (ruler-mode-tab-stop, ruler-mode-current-column)
13187 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
13188 faces.
13189
13190 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
13191 face name.
13192 (whitespace-highlight-the-space): Use renamed face.
13193 (whitespace-highlight-face): New backward-compatibility alias for
13194 renamed face.
13195
13196 * woman.el (woman-italic, woman-bold, woman-unknown)
13197 (woman-addition, woman-symbol-face):
13198 Remove "-face" suffix from face names.
13199 (woman-italic-face, woman-bold-face, woman-unknown-face)
13200 (woman-addition-face):
13201 New backward-compatibility aliases for renamed faces.
13202 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
13203 (woman-decode-region, woman-replace-match)
13204 (woman-display-extended-fonts, woman-special-characters)
13205 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
13206 Use renamed woman faces.
13207
13208 * longlines.el (longlines-visible-face): Face removed.
13209
13210 * diff-mode.el (diff-header, diff-file-header, diff-index)
13211 (diff-hunk-header, diff-removed, diff-added, diff-changed)
13212 (diff-function, diff-context, diff-nonexistent): Remove "-face"
13213 suffix from face names.
13214 (diff-header-face, diff-file-header-face, diff-index-face)
13215 (diff-hunk-header-face, diff-removed-face, diff-added-face)
13216 (diff-changed-face, diff-function-face, diff-context-face)
13217 (diff-nonexistent-face): New backward-compatibility aliases for
13218 renamed faces.
13219 (diff-header-face, diff-file-header-face)
13220 (diff-index, diff-index-face, diff-hunk-header)
13221 (diff-hunk-header-face, diff-removed, diff-removed-face)
13222 (diff-added, diff-added-face, diff-changed-face, diff-function)
13223 (diff-function-face, diff-context-face, diff-nonexistent)
13224 (diff-nonexistent-face): Use renamed diff-mode faces.
13225
13226 * progmodes/compile.el (compilation-warning-face)
13227 (compilation-info-face): Remove "-face" suffix from face names.
13228 (compilation-warning-face, compilation-info-face):
13229 New backward-compatibility aliases for renamed faces.
13230 (compilation-warning-face, compilation-info-face):
13231 Use renamed compilation faces.
13232
13233 * add-log.el (change-log-date, change-log-name)
13234 (change-log-email, change-log-file, change-log-list)
13235 (change-log-conditionals, change-log-function)
13236 (change-log-acknowledgement): Remove "-face" suffix from face names.
13237 (change-log-date-face, change-log-name-face)
13238 (change-log-email-face, change-log-file-face)
13239 (change-log-list-face, change-log-conditionals-face)
13240 (change-log-function-face, change-log-acknowledgement-face):
13241 New backward-compatibility aliases for renamed faces.
13242 (change-log-font-lock-keywords): Use renamed change-log faces.
13243
13244 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
13245 (custom-set, custom-changed, custom-saved, custom-button)
13246 (custom-button-pressed, custom-documentation, custom-state)
13247 (custom-comment, custom-comment-tag, custom-variable-tag)
13248 (custom-variable-button, custom-face-tag, custom-group-tag-1)
13249 (custom-group-tag): Remove "-face" suffix from face names.
13250 (custom-magic-alist, custom-magic-value-create)
13251 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
13252 (custom-invalid-face, custom-rogue-face, custom-modified-face)
13253 (custom-set-face, custom-changed-face, custom-saved-face)
13254 (custom-button-face, custom-button-pressed-face)
13255 (custom-documentation-face, custom-state-face)
13256 (custom-comment-face, custom-comment-tag-face)
13257 (custom-variable-tag-face, custom-variable-button-face)
13258 (custom-face-tag-face, custom-group-tag-face-1)
13259 (custom-group-tag-face):
13260 New backward-compatibility aliases for renamed faces.
13261
13262 * wid-edit.el (widget-documentation, widget-button)
13263 (widget-field, widget-single-line-field, widget-inactive)
13264 (widget-button-pressed): "-face" suffix removed from face names.
13265 (widget-documentation-face, widget-button-face)
13266 (widget-field-face, widget-single-line-field-face)
13267 (widget-inactive-face, widget-button-pressed-face):
13268 New backward-compatibility aliases for renamed faces.
13269 (widget-documentation-face, widget-button-face)
13270 (widget-button-pressed-face, widget-specify-field)
13271 (widget-specify-inactive): Use renamed widget faces.
13272
13273 2005-06-10 Kenichi Handa <handa@m17n.org>
13274
13275 * term/x-win.el (x-clipboard-yank): Remove condition-case
13276 wrapping.
13277
13278 2005-06-11 Kenichi Handa <handa@m17n.org>
13279
13280 * add-log.el (change-log-font-lock-keywords): Make the regexp for
13281 date lines stricter.
13282
13283 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
13284
13285 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
13286 of x-get-selection.
13287
13288 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
13289
13290 * comint.el (comint-mode, comint-snapshot-last-prompt):
13291 * frame.el (frame-current-scroll-bars):
13292 * term.el (term-mode, term-check-proc, term-input-sender)
13293 (term-simple-send, term-extract-string, term-word)
13294 (term-match-partial-filename):
13295 * window.el (window-current-scroll-bars):
13296 * emulation/cua-base.el (cua-normal-cursor-color)
13297 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
13298 (cua-global-mark-cursor-color):
13299 * mail/undigest.el (rmail-forward-separator-regex):
13300 Fix typos in docstrings.
13301
13302 * comint.el (comint-check-proc, make-comint-in-buffer)
13303 (comint-source-default): Doc fixes.
13304
13305 * term.el (term-send-string): Improve argument/docstring consistency.
13306
13307 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
13308
13309 * comint.el (comint-send-input): Bind `inhibit-read-only' around
13310 call to `delete-region'.
13311 (comint-mode-hook): Do not enable Font Lock by default.
13312
13313 2005-06-09 Lute Kamstra <lute@gnu.org>
13314
13315 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
13316 could be void.
13317
13318 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
13319
13320 * emacs-lisp/debug.el (debugger-will-be-back): New var.
13321 (debug): Use it.
13322 (debugger-step-through, debugger-continue, debugger-jump)
13323 (debugger-return-value): Set it when needed.
13324 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
13325 Use inhibit-read-only.
13326
13327 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
13328
13329 * window.el (shrink-window-if-larger-than-buffer)
13330 (window-size-fixed): Fix typo in docstring.
13331
13332 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
13333 thumbnails directory on loading.
13334 (thumbs-conversion-program): Use `eq' to check the system type,
13335 not `equal'.
13336 (thumbs-temp-dir): Initialize to `temporary-file-directory',
13337 not "/tmp". Fix docstring.
13338 (thumbs-thumbsdir): New function to return the thumbnails
13339 directory, creating it if needed.
13340 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
13341 (thumbs-temp-file): Delete variable and make it into a function.
13342 (thumbs-resize-image, thumbs-modify-image): Use it.
13343 (thumbs-kill-buffer): Simplify.
13344 (thumbs-gensym): Defalias or duplicate CL `gensym'.
13345 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
13346 docstrings.
13347
13348 2005-06-09 Kim F. Storm <storm@cua.dk>
13349
13350 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
13351 set-match-data to free markers in match-data.
13352
13353 * replace.el (replace-match-data): Pass RESEAT arg `t' to
13354 match-data to unchain markers in match-data.
13355
13356 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13357
13358 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
13359 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
13360 unnecessary now.
13361
13362 2005-06-08 Richard M. Stallman <rms@gnu.org>
13363
13364 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
13365 give the variable a doc string that doesn't say don't set it directly.
13366
13367 * textmodes/ispell.el (ispell-check-version):
13368 Use match-string-no-properties.
13369 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
13370 (ispell-buffer-local-words): Likewise.
13371
13372 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
13373 except on terminals with enough colors to really display it.
13374 (makefile-dependency-regex): Delete spurious `bb'.
13375
13376 * faces.el (escape-glyph): Use blue once again in last case.
13377 (no-break-space): Redefine so that it isn't invisible on a tty.
13378
13379 2005-06-08 Kim F. Storm <storm@cua.dk>
13380
13381 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
13382 also when reading directory name.
13383
13384 2005-06-08 Lute Kamstra <lute@gnu.org>
13385
13386 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
13387 (flyspell-mode-line-string): Remove autoload cookie.
13388 (flyspell-mode): Remove defvar.
13389
13390 2005-06-07 Lute Kamstra <lute@gnu.org>
13391
13392 * textmodes/org.el (org-run-mode-hooks): New function.
13393 (org-agenda-mode): Use it.
13394
13395 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
13396
13397 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
13398
13399 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13400
13401 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
13402
13403 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
13404
13405 * font-lock.el (font-lock-add-keywords): Doc fix.
13406
13407 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13408
13409 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
13410 (tex-compile-default): In the absence of any history, use the order in
13411 tex-compile-alist to choose the preferred command.
13412 (tex-compile-commands): Reorder a bit.
13413
13414 * textmodes/flyspell.el (flyspell-auto-correct-binding)
13415 (flyspell-incorrect-face, flyspell-duplicate-face):
13416 Use (X)Emacs-agnostic code.
13417 (flyspell-mode-map): Don't overwrite at each load. Remove code
13418 redundant with the subsequent add-minor-mode. Merge Emacs and
13419 XEmacs code.
13420 (flyspell-word): Minor simplification.
13421 (flyspell-math-tex-command-p): Quieten the byte-compiler.
13422 (flyspell-external-point-words): Remove unused vars `size' and `start'.
13423 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
13424 Merge the corresponding Emacs code.
13425 (flyspell-correct-word, flyspell-xemacs-popup):
13426 Use flyspell-do-correct.
13427
13428 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
13429 a dedicated window.
13430
13431 * international/latexenc.el (latexenc-find-file-coding-system):
13432 Undo part of last patch, to turn off a compiler warning.
13433
13434 2005-06-06 Juri Linkov <juri@jurta.org>
13435
13436 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
13437 Rename `tmm-inactive-face' to `tmm-inactive'.
13438
13439 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
13440
13441 * iswitchb.el: Rename faces.
13442
13443 2005-06-06 Kim F. Storm <storm@cua.dk>
13444
13445 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
13446 (cua-global-mark): Remove -face suffix from face names.
13447
13448 * emulation/cua-gmrk.el (cua--init-global-mark):
13449 Remove cua-global-mark face setup.
13450
13451 2005-06-06 Richard M. Stallman <rms@gnu.org>
13452
13453 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
13454 just like other allowed characters.
13455 (makefile-match-dependency): Exclude leading and training whitespace
13456 from the range of regexp subexp 1.
13457 (makefile-macroassign-regex): Don't try to match the body,
13458 just the name of the macro being defined.
13459
13460 * info.el (Info-read-node-name-2): New function.
13461 (Info-read-node-name-1): Use that.
13462 Add a completion-base-size-function property.
13463
13464 * simple.el (completion-setup-function): Look for
13465 completion-base-size-function property of minibuffer-completion-table.
13466
13467 * files.el (locate-file-completion): Doc fix.
13468
13469 * printing.el: Don't call pr-update-menus; user must do that.
13470
13471 * emacs-lisp/debug.el (debugger-window): New variable.
13472 (debug): Use debugger-window if it is set and still alive.
13473 Record debugger-window for next entry.
13474
13475 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
13476
13477 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
13478
13479 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
13480 (hack-one-local-variable, hack-local-variables)
13481 (hack-local-variables-prop-line): Pass that arg.
13482
13483 2005-06-06 Kim F. Storm <storm@cua.dk>
13484
13485 * ido.el (ido-first-match, ido-only-match, ido-subdir)
13486 (ido-indicator): Remove -face suffix from face names.
13487
13488 2005-06-06 Juri Linkov <juri@jurta.org>
13489
13490 * font-lock.el (font-lock-regexp-backslash)
13491 (font-lock-regexp-backslash-construct): New faces.
13492 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
13493 after `('. Add `while-no-input' to control structures.
13494
13495 * faces.el (no-break-space, shadow): New faces.
13496 (escape-glyph): Use less loud colors pink2 and red4.
13497
13498 * diff-mode.el (diff-context-face)
13499 * dired.el (dired-ignored)
13500 * rfn-eshadow.el (file-name-shadow)
13501 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
13502
13503 * info.el (Info-title-1-face): Use green instead of yellow because
13504 bold yellow is not readable on light backgrounds.
13505
13506 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
13507 before selecting the desired mode to not spend time fontifying
13508 old contents.
13509
13510 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
13511
13512 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
13513 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
13514
13515 * ps-print.el (ps-default-fg, ps-default-bg):
13516 Fix typos in docstrings.
13517
13518 * isearchb.el (isearchb): Don't pass a spurious second argument to
13519 `iswitchb-completions'.
13520
13521 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
13522
13523 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
13524 to preserve point.
13525 (gdb-find-file-hook): Add doc string.
13526
13527 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
13528 C dereferenced pointer expression.
13529 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
13530
13531 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
13532
13533 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
13534 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
13535 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
13536 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
13537 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
13538 Make background transparent.
13539
13540 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
13541
13542 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
13543 (font-lock-remove-keywords): Doc fix.
13544 (font-lock-mode-major-mode): Compiler defvar.
13545 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
13546
13547 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
13548 (font-lock-mode): Update `font-lock-mode-major-mode'.
13549 (font-lock-set-defaults): Compiler defvar.
13550 (font-lock-default-function): Take `font-lock-mode-major-mode'
13551 into account.
13552
13553 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
13554 keep track of which major mode it enabled the minor mode for.
13555 Use find-file-hook again. Update docstring.
13556
13557 * simple.el (eval-expression-print-level)
13558 (eval-expression-print-length, eval-expression-debug-on-error):
13559 Doc fixes.
13560
13561 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
13562
13563 * iswitchb.el (iswitchb-single-match-face)
13564 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
13565 (iswitchb-invalid-regexp-face): New faces.
13566 (iswitchb-completions): Use them.
13567 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
13568 now marked as an obsolete alias.
13569 (iswitchb-read-buffer): Remove check for bound font variables.
13570 (iswitchb-invalid-regexp): New free variable.
13571 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
13572 set iswitchb-invalid-regexp.
13573 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
13574 invalid regexps.
13575 (iswitchb-completions): Add check for complete match when entering
13576 a regexp.
13577 (iswitchb-completions): Remove require-match argument.
13578 (iswitchb-exhibit): Fix caller.
13579 (iswitchb-common-match-inserted): New variable.
13580 (iswitchb-complete, iswitchb-completion-help): Use it.
13581
13582 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
13583
13584 * url-http.el (url-http-chunked-encoding-after-change-function):
13585 Use `url-http-debug' instead of `message'.
13586
13587 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
13588
13589 * url-http.el (url-http-parse-headers): Pass redirected URL as a
13590 callback argument.
13591
13592 2005-06-04 Kim F. Storm <storm@cua.dk>
13593
13594 * simple.el (line-move): Only call sit-for when moving backwards.
13595
13596 * ido.el (ido-make-merged-file-list-1): New defun split from
13597 ido-make-merged-file-list.
13598 (ido-make-merged-file-list): Bind throw-on-input around call to
13599 ido-make-merged-file-list-1. Return input-pending-p if
13600 interrupted by more input available.
13601 (ido-read-internal): Handle input-pending-p return value from
13602 ido-make-merged-file-list.
13603
13604 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13605
13606 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
13607 compatibility code.
13608
13609 * international/latexenc.el (latexenc-find-file-coding-system):
13610 Don't inherit the EOL part of the coding-system from the
13611 tex-main buffer. Fit within 80 columns.
13612
13613 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
13614
13615 * tmm.el (tmm-inactive-face): New face.
13616 (tmm-remove-inactive-mouse-face): New function.
13617 (tmm-prompt, tmm-add-one-shortcut)
13618 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
13619 but not selectable.
13620
13621 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
13622
13623 * faces.el (face-equal): Improve argument/docstring consistency.
13624
13625 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
13626
13627 * progmodes/make-mode.el (makefile-targets-face)
13628 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
13629 (makefile-bsdmake-dependency-regex)
13630 (makefile-makepp-rule-action-regex)
13631 (makefile-bsdmake-rule-action-regex): New constants.
13632 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
13633
13634 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13635 Allow (...) within `...' for makepp messages.
13636
13637 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
13638
13639 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
13640
13641 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
13642 "." files are deleted from all file lists before comparison.
13643
13644 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13645 (viper-ESC-key): Made them customizable.
13646
13647 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
13648
13649 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
13650
13651 * autorevert.el (auto-revert-buffers): Use save-match-data.
13652
13653 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13654
13655 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
13656 menu items with a nil command binding.
13657
13658 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
13659
13660 * emacs-lisp/cl-macs.el (defsetf):
13661 Improve argument/docstring consistency.
13662
13663 * faces.el (list-faces-display): Improve the formatting by
13664 computing the maximum length required for any face-name (reworked
13665 patch of 1999-01-11, accidentally deleted on 1999-07-21).
13666 (internal-find-face): Remove redundant info in docstring.
13667
13668 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
13669
13670 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
13671 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
13672 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
13673 (gdb-assembler-custom): Improve regexps.
13674 (def-gdb-auto-update-handler): Use window point to preserve point.
13675
13676 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13677
13678 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
13679
13680 2005-05-31 Jay Belanger <belanger@truman.edu>
13681
13682 * calc/calc-embed.el (calc-embedded-word): Change argument passed
13683 to calc-embedded.
13684 (calc-embedded-make-info): Have plain prefix argument select
13685 entire line.
13686
13687 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
13688
13689 * faces.el (list-faces-display): Signal error if passed a regexp
13690 that matches no face name.
13691
13692 * simple.el (filter-buffer-substring): Fix typo in docstring.
13693
13694 2005-05-31 Richard M. Stallman <rms@gnu.org>
13695
13696 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
13697 (vhdl-emacs-21): Doc fix.
13698 (vhdl-mode): Unconditionally set comment-padding.
13699 (vhdl-fixup-whitespace-region): Insert spaces only where
13700 there are none.
13701 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
13702
13703 2005-05-30 John Wiegley <johnw@newartisans.com>
13704
13705 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
13706 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
13707 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
13708 `directory-sep-char' to ?/, and all uses of `string-to-int' to
13709 `string-to-number'.
13710
13711 2005-05-30 Jay Belanger <belanger@truman.edu>
13712
13713 * calc/calc.el (calc-bug-address): Fix docstring.
13714 (calc-window-hook, calc-trail-window-hook): New variables.
13715 (calc-trail-display): Restore use of calc-trail-window-hook.
13716 (calc): Restore use of calc-window-hook.
13717
13718 2005-05-31 Masatake YAMATO <jet@gyve.org>
13719
13720 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
13721
13722 * help-fns.el (help-C-file-name): Add autoload mark for
13723 `find-function-noselect'.
13724
13725 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13726
13727 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
13728 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
13729
13730 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13731
13732 * calendar/diary-lib.el (mark-included-diary-files): Only kill
13733 included diary buffer if it was not already being visited.
13734 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
13735
13736 * calendar/icalendar.el (top-level): Do not require appt.
13737
13738 * mail/supercite.el (sc-select-attribution): Only use a list
13739 element from sc-attrib-selection-list if it returns a string.
13740 Reported by Davide G. M. Salvetti <salve@debian.org>.
13741
13742 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
13743
13744 * thumbs.el (thumbs-thumbname): The resulting thumbname now
13745 includes a hash value to improve its uniqueness, and has a ".jpg"
13746 extension. Also, it is now a valid filename on all systems.
13747 (thumbs-make-thumb): Use `let', not `let*'.
13748 (thumbs-show-thumbs-list): Check for JPEG availability.
13749
13750 2005-05-30 Richard M. Stallman <rms@gnu.org>
13751
13752 * filesets.el (filesets-menu-ensure-use-cached):
13753 Prevent warning when emacs-version>= is undefined.
13754
13755 * printing.el (pr-interactive-n-up): Use string-to-number.
13756
13757 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
13758
13759 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13760 Warn only when name to be defined is quoted.
13761
13762 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
13763
13764 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
13765 Make regexp more robust.
13766 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
13767 Force regeneration of disassembly.
13768
13769 2005-05-29 Jay Belanger <belanger@truman.edu>
13770
13771 * calc/calc.el (calc-user-invocation): Check if
13772 calc-invocation-macro is non-nil.
13773
13774 2005-05-29 Juri Linkov <juri@jurta.org>
13775
13776 * add-log.el (change-log-font-lock-keywords):
13777 Add `+' to e-mail regexp to accept mail address with keywords.
13778
13779 * man.el (Man-name-regexp): Add `:' to accept qualified names.
13780
13781 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
13782
13783 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
13784
13785 * ielm.el (inferior-emacs-lisp-mode): Ditto.
13786
13787 2005-05-29 Richard M. Stallman <rms@gnu.org>
13788
13789 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
13790 Undo the change that moves to end of the current word.
13791
13792 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
13793
13794 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
13795 Throw error when count <= 0 to ensure input is a number.
13796 (gdb-read-memory-custom): Pick up address from buffer.
13797 (gdb-memory-mode): Allow user to increment and decrement
13798 memory address from header line.
13799
13800 2005-05-29 Richard M. Stallman <rms@gnu.org>
13801
13802 * flyspell.el (flyspell-version): Function deleted.
13803 (flyspell-auto-correct-previous-hook): Doc fix.
13804
13805 * jit-lock.el (jit-lock-function, jit-lock-after-change):
13806 Do nothing if memory is full.
13807
13808 * font-lock.el (font-lock-fontify-syntactically-region):
13809 Pass t for GREEDY to looking-back.
13810
13811 * saveplace.el (save-place-alist-to-file): Write the file
13812 using write-region.
13813
13814 * subr.el (looking-back): New argument GREEDY.
13815
13816 * progmodes/compile.el (compilation-start): Set the mode
13817 before inserting the initial text.
13818
13819 * progmodes/which-func.el (which-func-update-1): Turn the mode
13820 off in case of error by setting which-func-mode.
13821
13822 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
13823
13824 * flyspell.el (flyspell-auto-correct-previous-word):
13825 Narrow down to what's on the screen, and recenter overlays
13826 at the end of the next word.
13827
13828 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
13829
13830 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
13831 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
13832 (flyspell-abbrev-p): Default to nil.
13833 (flyspell-use-global-abbrev-table-p): Doc fix.
13834 (flyspell-large-region): Allow nil as value.
13835 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
13836
13837 (mail-mode-flyspell-verify): More robust handling
13838 of `mail-header-separator'. More efficient signature detection.
13839 Allow for regexp metacharacters in message-header-separator.
13840 Adding `To' not to be checked in mail-mode-flyspell-verify.
13841
13842 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
13843 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
13844 Bind flyspell-auto-correct-binding.
13845 Bind C-. and C-, .
13846 (flyspell-mode-map): Likewise.
13847 (flyspell-mode): Doc fix.
13848 (flyspell-accept-buffer-local-defs): Preserve current buffer.
13849 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
13850 (flyspell-word-cache-result): New var, always local.
13851 (flyspell-check-pre-word-p): Doc fix.
13852 (flyspell-check-changed-word-p): Handle spc like newline.
13853 (flyspell-post-command-hook): Set flyspell-word-cache-result.
13854 (flyspell-word-search-backward, flyspell-word-search-forward):
13855 New functions.
13856 (flyspell-word): Return t if nothing to check.
13857 When parsing TeX code, check for after } or \.
13858 Use flyspell-word-search-backward to find previous word.
13859 Return nil if duplicated word.
13860 For word already checked, return same value as last time.
13861 Set flyspell-word-cache-result after checking.
13862 Don't clobber the return value.
13863 (flyspell-get-word): Major rewrite.
13864 (flyspell-external-point-words): New locals pword, pcount.
13865 Fix size used in progress message.
13866 Find the proper corresponding word in flyspell-large-region-buffer.
13867 (flyspell-region): Check for flyspell-large-region = nil.
13868 (flyspell-highlight-incorrect-region): Clean up overlays in region.
13869 (flyspell-auto-correct-word): Check that WORD is a cons.
13870 (flyspell-correct-word): Likewise.
13871
13872 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
13873
13874 * progmodes/make-mode.el (makefile-rule-action-regex)
13875 (makefile-macroassign-regex, makefile-makepp-mode)
13876 (makefile-bsdmake-mode): Continuation lines may be empty.
13877 Reported by Joshua Varner.
13878 (makefile-makepp-font-lock-keywords): Add $(stem).
13879
13880 2005-05-28 Karl Berry <karl@gnu.org>
13881
13882 * textmodes/tex-mode.el: Now that tex-send-command calls
13883 shell-quote-argument (2005-03-31 change), remove all calls to
13884 shell-quote-argument; they all end up invoking tex-send-command.
13885 The double quoting loses on filenames with non-safe characters,
13886 such as "@". Reported by Frederik Fouvry.
13887
13888 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
13889
13890 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
13891 about preserving point.
13892
13893 2005-05-27 Jay Belanger <belanger@truman.edu>
13894
13895 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
13896 Info-goto-node.
13897
13898 * calc/calc-embed.el (calc-embed-arg): New variable.
13899 (calc-do-embedded-activate, calc-embedded-activate-formula)
13900 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
13901 variable by new variable.
13902 (calc-embedded-make-info): Replace undeclared variable by new
13903 variable. When selecting region with positive prefix
13904 argument, use end of previous line instead of beginning of line.
13905
13906 * calc/calc-aent.el (calc-arg-values): Declare it.
13907
13908 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
13909 Declare them.
13910
13911 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
13912
13913 * calc/calc.el (calc-alg-map): Declare it.
13914
13915 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
13916
13917 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
13918
13919 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
13920 (gdb-registers-buffer, toggle-gdb-all-registers):
13921 Toggle display of floating point registers.
13922 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
13923
13924 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
13925 (toggle-gud-tooltip-dereference):
13926 Rename from gud-toggle-tooltip-dereference.
13927
13928 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13929
13930 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
13931
13932 2005-05-27 Jay Belanger <belanger@truman.edu>
13933
13934 * calc/calc-prog.el (calc-kbd-report): Remove.
13935 (calc-kbd-query): Rewrite.
13936
13937 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
13938
13939 * image.el (image-library-alist): Move to image.c.
13940 (image-type-available-p): Doc fix.
13941
13942 2005-05-27 Lute Kamstra <lute@gnu.org>
13943
13944 * calc/calc.el (calc):
13945 * outline.el (outline-1, outline-2, outline-3, outline-4)
13946 (outline-5, outline-6, outline-7, outline-8):
13947 * textmodes/dns-mode.el (dns-mode):
13948 * textmodes/sgml-mode.el (sgml-namespace-face):
13949 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
13950 (tex-verbatim-face, tex-use-reftex):
13951 * textmodes/texinfo.el (texinfo-heading-face):
13952 Specify customization group.
13953
13954 * longlines.el: Don't require easy-mmode.
13955 (longlines-visible-face): Specify customization group.
13956
13957 2005-05-27 Kenichi Handa <handa@m17n.org>
13958
13959 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
13960 encoding table of windows-1251.
13961
13962 * international/ucs-tables.el (ucs-set-table-for-input):
13963 If translation-table-for-input of a coding system is a symbol, get
13964 its translation-table property.
13965
13966 * international/code-pages.el: Don't register a coding system into
13967 non-iso-charset-alist more than once.
13968 (cp-make-coding-system): Likewise.
13969
13970 2005-05-26 John Wiegley <johnw@newartisans.com>
13971
13972 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
13973 `eshell-resume-eval' is wrapped in a list, it indicates that the
13974 command was run asynchronously. In that case, unwrap the value
13975 before checking the delimiter value.
13976
13977 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
13978 character before a space at the end of a line is \, assume the space
13979 is part of the last argument rather than a final argument separator.
13980
13981 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
13982 is in use, and the target is `t' or `nil' (which are the most common
13983 values), don't assume that the symbol target is a buffer.
13984
13985 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
13986
13987 * calendar/calendar.el (calendar-mode-line-format):
13988 Use mode-line-highlight as mouse-face.
13989
13990 * time.el (display-time-string-forms, display-time-update):
13991 Use mode-line-highlight as mouse-face.
13992
13993 2005-05-26 Jay Belanger <belanger@truman.edu>
13994
13995 * calc/calc.el (calc-language-alist): Remove extra defvar.
13996
13997 2005-05-26 Lute Kamstra <lute@gnu.org>
13998
13999 * arc-mode.el (archive-mode):
14000 * bookmark.el (bookmark-read-annotation-mode)
14001 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
14002 * bs.el (bs-mode):
14003 * calc/calc-yank.el (calc-edit-mode):
14004 * calc/calc.el (calc-mode, calc-trail-mode):
14005 * calculator.el (calculator-mode):
14006 * chistory.el (command-history-mode):
14007 * comint.el:
14008 * cus-edit.el (custom-mode):
14009 * descr-text.el (describe-text-mode):
14010 * ebuff-menu.el (Electric-buffer-menu-mode):
14011 * ediff-util.el (ediff-mode):
14012 * emacs-lisp/re-builder.el (reb-mode):
14013 * emulation/vi.el (vi-mode-setup):
14014 * emulation/ws-mode.el (wordstar-mode):
14015 * eshell/esh-mode.el (eshell-mode):
14016 * forms.el (forms-mode):
14017 * help-mode.el (help-mode):
14018 * hexl.el (hexl-mode):
14019 * ibuffer.el (ibuffer-mode):
14020 * ielm.el (inferior-emacs-lisp-mode):
14021 * info.el (Info-mode, Info-edit-mode):
14022 * international/swedish.el:
14023 * ledit.el (ledit-from-lisp-mode):
14024 * locate.el (locate-mode):
14025 * mail/rmail.el (rmail-mode):
14026 * mail/rmailedit.el (rmail-edit-mode):
14027 * mail/rmailsum.el (rmail-summary-mode):
14028 * mail/supercite.el (sc-electric-mode):
14029 * net/eudc.el (eudc-mode):
14030 * net/quickurl.el (quickurl-list-mode):
14031 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
14032 * obsolete/ooutline.el (outline-mode):
14033 * obsolete/options.el (Edit-options-mode):
14034 * obsolete/rnews.el (news-mode):
14035 * obsolete/rnewspost.el (news-reply-mode):
14036 * play/5x5.el (5x5-mode):
14037 * play/decipher.el (decipher-mode, decipher-stats-mode):
14038 * play/gomoku.el (gomoku-mode):
14039 * play/snake.el (snake-mode):
14040 * play/solitaire.el (solitaire-mode):
14041 * play/tetris.el (tetris-mode):
14042 * progmodes/ada-mode.el (ada-mode):
14043 * progmodes/antlr-mode.el (antlr-mode):
14044 * progmodes/autoconf.el (autoconf-mode):
14045 * progmodes/dcl-mode.el (dcl-mode):
14046 * progmodes/delphi.el (delphi-mode):
14047 * progmodes/ebrowse.el (ebrowse-tree-mode)
14048 (ebrowse-electric-list-mode, ebrowse-member-mode)
14049 (ebrowse-electric-position-mode):
14050 * progmodes/f90.el (f90-mode):
14051 * progmodes/fortran.el (fortran-mode):
14052 * progmodes/icon.el (icon-mode):
14053 * progmodes/idlw-help.el (idlwave-help-mode):
14054 * progmodes/idlw-shell.el (idlwave-shell-mode):
14055 * progmodes/idlwave.el (idlwave-mode):
14056 * progmodes/inf-lisp.el (inferior-lisp-mode):
14057 * progmodes/m4-mode.el (m4-mode):
14058 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
14059 * progmodes/modula2.el (modula-2-mode):
14060 * progmodes/octave-inf.el (inferior-octave-mode):
14061 * progmodes/octave-mod.el (octave-mode):
14062 * progmodes/pascal.el (pascal-mode):
14063 * progmodes/sh-script.el (sh-mode):
14064 * progmodes/sql.el (sql-mode, sql-interactive-mode):
14065 * progmodes/vhdl-mode.el (vhdl-mode):
14066 * progmodes/xscheme.el (scheme-interaction-mode):
14067 * replace.el (occur-mode):
14068 * ses.el (ses-mode):
14069 * simple.el (completion-list-mode):
14070 * skeleton.el:
14071 * speedbar.el (speedbar-mode):
14072 * term.el (term-mode):
14073 * terminal.el (terminal-edit-mode):
14074 * textmodes/reftex-index.el (reftex-index-mode)
14075 (reftex-index-phrases-mode):
14076 * textmodes/reftex-sel.el (reftex-select-label-mode)
14077 (reftex-select-bib-mode):
14078 * textmodes/reftex-toc.el (reftex-toc-mode):
14079 * wdired.el (wdired-change-to-wdired-mode):
14080 * wid-browse.el (widget-browse-mode):
14081 Use run-mode-hooks.
14082
14083 * array.el (array-mode):
14084 * calendar/todo-mode.el (todo-mode):
14085 * man.el (Man-mode):
14086 * play/landmark.el (lm-mode):
14087 * play/mpuz.el (mpuz-mode):
14088 Use kill-all-local-variables and run-mode-hooks.
14089
14090 * subr.el (delay-mode-hooks): Specify indentation.
14091
14092 2005-05-26 Mark A. Hershberger <mah@everybody.org>
14093
14094 * xml.el (xml-substitute-special): Don't die for undefined xml
14095 entities.
14096
14097 2005-05-26 Jay Belanger <belanger@truman.edu>
14098
14099 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
14100 of nil.
14101
14102 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
14103
14104 * progmodes/gdb-ui.el (gdb-frame-address):
14105 Rename from gdb-current-address.
14106 (gdb-previous-frame-address): Rename from gdb-previous-address.
14107 (gdb-selected-frame): Rename from gdb-current-frame.
14108 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
14109 (gdb-frame-number): Rename from gdb-current-stack-level.
14110 (gdb-ann3): Match new mode-name for disassembly buffer.
14111 Extend initialization of variables.
14112 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
14113 (gdb-memory-mode): Use mouse-face in header line.
14114 (gdb-assembler-buffer-name): Call it disassembly and give frame
14115 in mode line.
14116 (gdb-source-spec-regexp, gdb-assembler-custom)
14117 (gdb-invalidate-assembler, gdb-frame-handler):
14118 Make robust to leading zeroes in address format.
14119
14120 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
14121
14122 * textmodes/org.el (org-mode): Use `define-derived-mode' to
14123 define `org-mode'.
14124 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
14125
14126 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
14127
14128 * log-edit.el (log-edit-changelog-entries): Distinguish between
14129 filenames like xfns.c and fns.c.
14130
14131 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
14132
14133 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
14134 point after reverting.
14135 (Buffer-menu-make-sort-button): Handle the case where
14136 `Buffer-menu-use-header-line' is nil.
14137
14138 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
14139
14140 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
14141 New funcs. In minibuffer-local-completion-map bind `]', `/'
14142 and `:' to them.
14143
14144 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14145
14146 * startup.el (normal-top-level): Allow modification of load-path while
14147 we're iterating over it.
14148
14149 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
14150
14151 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
14152 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
14153 (thumbs-resize-interactive, thumbs-insert-image)
14154 (thumbs-insert-thumb, thumbs-dired-show-marked)
14155 (thumbs-find-image-at-point, thumbs-delete-images)
14156 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
14157 (thumbs-increment-image-size, thumbs-decrement-image-size):
14158 Fix typos in docstrings.
14159
14160 2005-05-24 Andre Spiegel <spiegel@gnu.org>
14161
14162 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
14163 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
14164 (cperl-mode): Use them.
14165
14166 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
14167
14168 * window.el (quit-window, shrink-window-if-larger-than-buffer):
14169 Doc fixes.
14170
14171 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
14172
14173 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
14174 Bind C-d to gdb-inferior-io-eof.
14175
14176 * dired.el (dired-dnd-popup-notice): Use message-box.
14177
14178 2005-05-23 Masatake YAMATO <jet@gyve.org>
14179
14180 * bindings.el (mode-line-major-mode-keymap):
14181 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
14182
14183 * faces.el (mode-line-highlight): New face.
14184
14185 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
14186 as mouse-face.
14187
14188 * bindings.el (top-level, help-echo, mode-line-modified)
14189 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
14190 as mouse-face.
14191
14192 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
14193
14194 * progmodes/cc-engine.el (c-guess-basic-syntax):
14195 Remove spurious call to `zerop'.
14196
14197 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
14198
14199 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
14200
14201 CC Mode update to 5.30.10:
14202
14203 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
14204 could go past the limit in decoration level 2, thereby causing
14205 errors during interactive fontification.
14206
14207 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
14208 the file is evaluated interactively.
14209
14210 * cc-engine.el (c-guess-basic-syntax): Handle operator
14211 declarations somewhat better in C++.
14212
14213 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
14214 make use of `run-mode-hooks' which has been added in Emacs 21.1.
14215 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
14216 (awk-mode): Use it.
14217 (make-local-hook): Suppress warning about obsoleteness.
14218
14219 * cc-engine.el, cc-align.el, cc-cmds.el
14220 (c-append-backslashes-forward, c-delete-backslashes-forward)
14221 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
14222 Compensate for return value from `forward-line' when it has moved
14223 but not to a different line due to eob.
14224
14225 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
14226 `objc-method-intro' and `objc-method-args-cont'.
14227
14228 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
14229
14230 CC Mode update to 5.30.10:
14231
14232 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
14233 in the copyright statement. Incidentally, change "along with GNU
14234 Emacs" to "along with this program" where it occurs.
14235
14236 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
14237 so that it is interactive, hence can be found by M-x awk-mode
14238 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
14239 <gmorris+emacs@ast.cam.ac.uk>.
14240
14241 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
14242 Mode's regexps.
14243
14244 2005-05-23 Kevin Ryde <user42@zip.com.au>
14245
14246 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
14247 c-parse-state, to avoid a lisp error (on bad code).
14248
14249 2005-05-23 Lute Kamstra <lute@gnu.org>
14250
14251 * subr.el (font-lock-defaults): Remove defvar as it's already
14252 defined in font-core.el.
14253
14254 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
14255
14256 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
14257
14258 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
14259 more general and work when GDB variable "print pretty" is on,
14260 as with Emacs, for example.
14261
14262 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
14263
14264 * font-core.el: Update comment.
14265
14266 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
14267 Use `after-change-major-mode-hook' instead of `find-file-hook'.
14268
14269 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
14270
14271 2005-05-22 Eli Zaretskii <eliz@gnu.org>
14272
14273 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
14274 and `yank-handler' in the doc strings.
14275
14276 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14277
14278 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
14279
14280 2005-05-22 Richard M. Stallman <rms@gnu.org>
14281
14282 * help.el (describe-key): Move print-help-return-message call
14283 out of conditional.
14284
14285 * progmodes/etags.el (list-tags): Use with-no-warnings.
14286
14287 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
14288 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
14289 (starttls-extra-args, starttls-extra-arguments): Add defvars.
14290
14291 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
14292
14293 * language/viet-util.el (viet-viscii-nonascii-translation-table):
14294 Add defvar.
14295
14296 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
14297 Use defvar, not defconst.
14298
14299 * hexl.el (hexl-follow-line): Use with-no-warnings.
14300
14301 * emulation/tpu-extras.el: Use write-file-functions instead of
14302 write-file-hooks.
14303
14304 * dired.el (dired-font-lock-keywords): Fontify files with junk
14305 extensions even if marked by -F.
14306
14307 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
14308
14309 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
14310 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
14311 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
14312 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
14313 (concatenate, list-length, get*, getf, cl-remprop):
14314 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
14315 (etypecase, progv, lexical-let, lexical-let*)
14316 (multiple-value-bind, multiple-value-setq, shiftf):
14317 Improve argument/docstring consistency.
14318
14319 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
14320
14321 2005-05-22 Andre Spiegel <spiegel@gnu.org>
14322
14323 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
14324 doesn't exist.
14325
14326 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
14327 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
14328
14329 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
14330
14331 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
14332 already deleted variables: auto-fill-hook, blink-paren-hook,
14333 lisp-indent-hook, inhibit-local-variables, unread-command-event,
14334 suspend-hooks, comment-indent-hook, meta-flag,
14335 before-change-function, after-change-function,
14336 font-lock-doc-string-face.
14337
14338 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
14339
14340 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14341
14342 2005-05-21 Eli Zaretskii <eliz@gnu.org>
14343
14344 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
14345 rmail-dont-reply-to.
14346
14347 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14348
14349 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
14350 literal blank when splitting new-header-values.
14351
14352 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
14353
14354 * calendar/cal-menu.el (cal-menu-update): Add separator as a
14355 string so that tmm doesn't create a completion entry for it.
14356
14357 * textmodes/table.el (table-disable-menu): Ditto.
14358
14359 2005-05-21 Richard M. Stallman <rms@gnu.org>
14360
14361 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
14362
14363 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
14364
14365 * net/rcompile.el (remote-compile): Use compilation-start.
14366
14367 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
14368
14369 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
14370
14371 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
14372 Default to makefile-bsdmake-mode on BSD systems.
14373
14374 * imenu.el (imenu-generic-expression, imenu--generic-function'):
14375 REGEXP may also be a search function now. The part of doc-string
14376 for describing the structure was 95% identical to that of
14377 `imenu--generic-function'. Unify it there.
14378
14379 * progmodes/make-mode.el (makefile-imenu-generic-expression):
14380 Use function to find dependencies, because regexp alone is so complex,
14381 it easily goes into an endless loop.
14382 (makefile-makepp-mode): Also add submenu for Perl functions
14383 defined in the makefile.
14384 (makefile-bsdmake-mode): Special imenu-generic-expression no
14385 longer needed, due to function call.
14386 (makefile-match-dependency): Take BOUND into account when checking
14387 if we're through.
14388
14389 2005-05-20 Jay Belanger <belanger@truman.edu>
14390
14391 * calc/calc-units.el (calc-invalidate-units-table):
14392 Use inhibit-read-only.
14393 (math-build-units-table-buffer): Use view-mode.
14394
14395 2005-05-20 David Kastrup <dak@gnu.org>
14396
14397 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
14398 easy-menu-add is not a nop on Emacs; and clarify when to call it.
14399
14400 2005-05-20 Lute Kamstra <lute@gnu.org>
14401
14402 * diff-mode.el (diff-header-face, diff-file-header-face)
14403 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14404 (diff-added-face, diff-changed-face, diff-function-face)
14405 (diff-context-face, diff-nonexistent-face): Put them in the
14406 diff-mode customization group.
14407
14408 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14409
14410 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
14411
14412 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
14413
14414 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
14415 Minor regexp-optimization.
14416
14417 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
14418
14419 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
14420 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
14421 (org-agenda-add-time-grid-maybe): New function.
14422 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
14423 (org-table-create): `dotimes' instead of `mapcar'.
14424 (org-xor): Simplify implementation.
14425 (org-agenda): `inhibit-redisplay' turned on.
14426 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
14427 a consistent line after a state change.
14428 (org-agenda-remove-times-when-in-prefix): New option.
14429 (org-prefix-has-time): New variable.
14430 (org-parse-time-string): Optional argument NODEFAULT.
14431 (org-format-agenda-item): Parse items for time-of-day
14432 specifications and move these into the prefix if possible.
14433 (org-agenda-priority): Get current heading, not previous heading
14434 during agenda remote editing.
14435
14436 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
14437
14438 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
14439 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
14440 (remove-duplicates, delete-duplicates, substitute)
14441 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
14442 (nsubstitute-if-not, find, find-if, find-if-not, position)
14443 (position-if, position-if-not, count, count-if, count-if-not)
14444 (mismatch, search, sort*, stable-sort, merge, member*)
14445 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
14446 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
14447 (intersection, nintersection, set-difference, nset-difference)
14448 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
14449 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
14450 (nsublis, tree-equal): Improve argument/docstring consistency.
14451
14452 * subr.el (send-string, send-region): Remove obsolescence declaration.
14453 (window-dot, set-window-dot, read-input, show-buffer)
14454 (eval-current-buffer, string-to-int):
14455 Add release number to obsolescence declarations.
14456
14457 2005-05-19 Kim F. Storm <storm@cua.dk>
14458
14459 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
14460 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
14461
14462 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
14463
14464 * faces.el (list-faces-display): Make back button respect optional
14465 regexp arg.
14466
14467 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
14468
14469 * calculator.el (calculator-radix-grouping-mode)
14470 (calculator-radix-grouping-digits, calculator-displayer)
14471 (calculator-radix-grouping-separator, calculator-copy-displayer):
14472 * dabbrev.el (dabbrev-search-these-buffers-only):
14473 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
14474 (diff-advance-after-apply-hunk, diff-mode-hook)
14475 (diff-minor-mode-prefix):
14476 * imenu.el (imenu-use-popup-menu):
14477 * jit-lock.el (jit-lock-context-time):
14478 * newcomment.el (comment-fill-column, comment-column)
14479 (comment-style, comment-padding, comment-multi-line)
14480 (comment-empty-lines, comment-auto-fill-only-comments):
14481 * reveal.el (reveal-around-mark):
14482 * uniquify.el (uniquify-buffer-name-style)
14483 (uniquify-after-kill-buffer-p)
14484 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
14485 (uniquify-min-dir-content, uniquify-separator)
14486 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
14487 * w32-vars.el (w32-fixed-font-alist):
14488 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
14489 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
14490 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
14491 * progmodes/perl-mode.el (perl-indent-level)
14492 (perl-continued-statement-offset, perl-continued-brace-offset)
14493 (perl-brace-offset, perl-brace-imaginary-offset)
14494 (perl-label-offset, perl-indent-continued-arguments)
14495 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
14496 * progmodes/tcl.el (tcl-indent-level)
14497 (tcl-continued-indent-level, tcl-auto-newline)
14498 (tcl-tab-always-indent, tcl-electric-hash-style)
14499 (tcl-help-directory-list, tcl-use-smart-word-finder)
14500 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
14501 (inferior-tcl-source-command):
14502 * textmodes/fill.el (enable-kinsoku):
14503 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
14504 * textmodes/table.el (table-yank-handler):
14505 Specify missing group (and type, if simple) in defcustom.
14506
14507 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
14508
14509 * progmodes/compile.el (compilation-finish-function): Fix defvar.
14510
14511 2005-05-19 Richard M. Stallman <rms@gnu.org>
14512
14513 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
14514
14515 * subr.el (event-basic-type): Don't get an error.
14516 (left-fringe-p): Function deleted.
14517
14518 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
14519 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
14520
14521 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
14522 in recursive copy.
14523
14524 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
14525
14526 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
14527
14528 * emacs-lisp/bytecomp.el
14529 (byte-compile-file-form-custom-declare-variable):
14530 Call byte-compile-nogroup-warn if appropriate.
14531
14532 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
14533 (compilation-set-window): Don't call left-fringe-p; do it directly.
14534
14535 2005-05-19 Jay Belanger <belanger@truman.edu>
14536
14537 * calc/calc-graph.el (calc-graph-format-data): Make sure
14538 var-PlotRejects is bound before trying to check its value.
14539
14540 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
14541
14542 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
14543 definition of this variable from reftex-global.el to reftex.el,
14544 because it is needed in the menu.
14545
14546 2005-05-19 Lute Kamstra <lute@gnu.org>
14547
14548 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
14549 years are fixed. Don't insert a space after a dash.
14550
14551 2005-05-19 Kim F. Storm <storm@cua.dk>
14552
14553 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
14554
14555 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
14556
14557 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
14558 strings, because (eq ... ?\\) is fairly frequent.
14559
14560 * progmodes/make-mode.el (makefile-add-this-line-targets):
14561 Simplify and integrate into `makefile-pickup-targets'.
14562 (makefile-add-this-line-macro): Simplify and integrate into
14563 `makefile-pickup-macros.
14564 (makefile-pickup-filenames-as-targets): Simplify.
14565 (makefile-previous-dependency, makefile-match-dependency):
14566 Don't stumble over `::'.
14567
14568 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
14569
14570 * subr.el (post-command-idle-hook, post-command-idle-delay):
14571 Remove obsoletion of post-command-idle-hook and
14572 post-command-idle-delay.
14573
14574 * faces.el (list-faces-display): Provide button when describe-face
14575 is called to take user back to the list of faces.
14576
14577 * help-fns.el (describe-variable): Remove hyperlinks in a
14578 variable's value as these are quite frequently inappropriate.
14579
14580 * follow.el (follow-submit-feedback, follow-mode):
14581 Remove references to post-command-idle-hook.
14582
14583 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
14584
14585 * progmodes/make-mode.el (makefile-previous-dependency)
14586 (makefile-match-dependency): Check for := (and in bsd mode also
14587 !=) to give a better result, even when font-lock is not on.
14588
14589 2005-05-18 Jay Belanger <belanger@truman.edu>
14590
14591 * calc/calc-help.el (calc-s-prefix-help):
14592 Add `calc-copy-special-constant' to help string.
14593
14594 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
14595
14596 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14597
14598 2005-05-18 Jay Belanger <belanger@truman.edu>
14599
14600 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
14601 in linear factors are in proper order.
14602
14603 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
14604
14605 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14606 Support for jurabib.
14607
14608 * textmodes/reftex.el (featurep): Define aliases for overlay
14609 commands, for XEmacs compatibility, and use these aliases in
14610 overlay initializations.
14611 (reftex-highlight): Use `reftex-move-overlay'.
14612 (reftex-unhighlight): Use `reftex-delete-overlay'.
14613 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
14614 (reftex-access-search-path): Use `reftex-uniquify' instead of
14615 `reftex-uniq'
14616
14617 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
14618 `before-string' property modification enables for Emacs as well.
14619 (reftex-select-item): Use `reftex-delete-overlay'.
14620 (reftex-select-mark): Use `reftex-make-overlay' and
14621 `reftex-overlay-put'.
14622 (reftex-select-unmark): Use `reftex-delete-overlay' and
14623 `reftex-overlay-put'.
14624
14625 2005-05-18 Lute Kamstra <lute@gnu.org>
14626
14627 * emacs-lisp/lisp.el (check-parens): Fix docstring.
14628
14629 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
14630
14631 * add-log.el (add-change-log-entry):
14632 * array.el (array-make-template, array-reconfigure-rows)
14633 (array-init-max-row, array-init-max-column)
14634 (array-init-columns-per-line, array-init-field-width):
14635 * replace.el (replace-match-maybe-edit, perform-replace):
14636 * textmodes/spell.el (spell-region):
14637 Replace `read-input' by `read-string'.
14638
14639 * forms.el (forms-mode):
14640 * finder.el (finder-compile-keywords):
14641 * shadowfile.el (shadow-read-files):
14642 Replace `eval-current-buffer' by `eval-buffer'.
14643
14644 * terminal.el (te-pass-through):
14645 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
14646 (ange-ftp-raw-send-cmd):
14647 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
14648 (send-process-next-char, telnet-initial-filter, telnet):
14649 Replace `send-string' by `process-send-string'.
14650
14651 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
14652 (prolog-consult-region): Replace `send-string' by
14653 `process-send-string'; replace `send-region' by `process-send-region'.
14654
14655 * progmodes/delphi.el (delphi-log-msg):
14656 Replace `set-window-dot' by `set-window-point'.
14657
14658 * subr.el (window-dot, set-window-dot, read-input, send-string)
14659 (send-region, show-buffer, eval-current-buffer):
14660 Make really obsolete, as the comment says.
14661
14662 2005-05-17 Kim F. Storm <storm@cua.dk>
14663
14664 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
14665 (cua--init-keymaps): Bind C-return instead of S-return to set
14666 rectangle mark.
14667
14668 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
14669 instead of S-return to toggle/clear rectangle mark.
14670
14671 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
14672
14673 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
14674 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
14675 Also fontify plain strings assigned to variables, mostly so that a
14676 colon has a face and is thus not taken as a dependency separator.
14677 (makefile-previous-dependency): Inline the new matcher, because it
14678 is too complex to work in both directions.
14679 (makefile-match-dependency): Eliminate `backward' arg (see above).
14680 Completely reimplemented so as to not sometimes go into an endless
14681 loop. It should also be more efficient, because first it only
14682 searches for `:', instead of applying the very complex regexp.
14683 (makefile-mode): Cancel `font-lock-support-mode', because blocks
14684 to be fontified in one piece can be too long for JIT.
14685 Makefiles are never *that* big.
14686
14687 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
14688
14689 * dired.el (dired-mode): Simplify.
14690
14691 2005-05-17 Lute Kamstra <lute@gnu.org>
14692
14693 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
14694 defcustom for the mode hook variable.
14695
14696 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
14697 Emacs Lisp Reference Manual.
14698
14699 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
14700
14701 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
14702 (evenp, list*):
14703 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
14704 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
14705
14706 * net/tramp-smb.el (tramp-smb-open-connection):
14707 Pass `tramp-chunksize' as fifth (required) argument.
14708
14709 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
14710
14711 * font-lock.el (lisp-font-lock-keywords-1):
14712 Set `font-lock-negation-char-face' for [^...] char group.
14713 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
14714
14715 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
14716 a var, and refine it to mask one more level of nested vars.
14717 (makefile-rule-action-regex): Turn it into a var, and refine it so
14718 it recognizes backslashed continuation lines as belonging to the
14719 same command.
14720 (makefile-macroassign-regex): Refine it so it recognizes
14721 backslashed continuation lines as belonging to the same command.
14722 (makefile-var-use-regex): Don't look at the next char, because it
14723 might be the same one to be skipped by the initial [^$], leading
14724 to an overlooked variable use.
14725 (makefile-make-font-lock-keywords): Remove two parameters, which
14726 are now variables that some of the modes set locally.
14727 Handle dependency and rule action matching through functions, because
14728 regexps alone match too often. Dependency matching now comes
14729 last, so it can check, whether a colon already matched something else.
14730 (makefile-mode): Inform that font-lock improves makefile parsing
14731 capabilities.
14732 (makefile-match-dependency, makefile-match-action): New functions.
14733
14734 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
14735
14736 * emacs-lisp/cl-extra.el (equalp): Doc fix.
14737
14738 * align.el (align-regexp):
14739 * ansi-color.el (ansi-color-get-face):
14740 * array.el (array-reconfigure-rows, array-init-max-row)
14741 (array-init-max-column, array-init-columns-per-line)
14742 (array-init-field-width):
14743 * dired-aux.el (dired-trample-file-versions):
14744 * dired-x.el (dired-mark-sexp):
14745 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
14746 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
14747 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
14748 * faces.el (face-read-integer):
14749 * files.el (backup-extract-version, insert-directory):
14750 * hexl.el (hexl-insert-decimal-char):
14751 * server.el (server-process-filter):
14752 * shell.el (shell-extract-num):
14753 * startup.el (command-line-1):
14754 * term.el (term-command-hook):
14755 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
14756 (time-stamp-do-number):
14757 * time.el (display-time-update):
14758 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
14759 (timezone-fix-time):
14760 * vms-patch.el (vms-suspend-resume-hook):
14761 * calendar/appt.el (appt-convert-time):
14762 * calendar/cal-bahai.el (mark-bahai-diary-entries):
14763 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14764 * calendar/cal-islam.el (mark-islamic-diary-entries):
14765 * calendar/calendar.el (calendar-cursor-to-date)
14766 (calendar-star-date):
14767 * calendar/diary-lib.el (diary-attrtype-convert)
14768 (mark-diary-entries, diary-entry-time):
14769 * calendar/solar.el (solar-get-number):
14770 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
14771 * emacs-lisp/re-builder.el (reb-display-subexp):
14772 * emulation/edt.el (edt-set-scroll-margins):
14773 * emulation/tpu-extras.el (tpu-set-scroll-margins):
14774 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
14775 (vip-get-ex-count):
14776 * emulation/viper-ex.el (viper-get-ex-token)
14777 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
14778 * international/fontset.el (fontset-plain-name):
14779 * mail/feedmail.el (feedmail-look-at-queue-directory):
14780 * mail/mailalias.el (mail-get-names):
14781 * mail/rmail.el (rmail-convert-to-babyl-format):
14782 * mail/rmailsum.el (rmail-make-basic-summary-line)
14783 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
14784 (rmail-summary-goto-msg):
14785 * mail/smtpmail.el (smtpmail-read-response):
14786 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
14787 (ange-ftp-vms-add-file-entry):
14788 * play/gametree.el (gametree-looking-at-ply)
14789 (gametree-current-branch-score):
14790 * progmodes/ada-xref.el (ada-prj-find-prj-file)
14791 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
14792 * progmodes/cperl-mode.el (condition-case):
14793 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
14794 (ebrowse-set-member-buffer-column-width)
14795 (ebrowse-select-1st-to-9nth):
14796 * progmodes/etags.el (etags-snarf-tag):
14797 * progmodes/flymake.el (flymake-parse-line):
14798 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
14799 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
14800 (idlwave-shell-menu-def):
14801 * progmodes/ps-mode.el (ps-run-goto-error):
14802 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
14803 (vhdl-speedbar-contract-level):
14804 * term/mac-win.el (x-handle-numeric-switch):
14805 * term/sun-mouse.el (sun-get-frame-data):
14806 * term/w32-win.el (x-handle-numeric-switch):
14807 * term/x-win.el (x-handle-numeric-switch):
14808 * textmodes/ispell.el (ispell-parse-output):
14809 * textmodes/nroff-mode.el (nroff-outline-level):
14810 * textmodes/reftex-cite.el (reftex-bib-sort-year)
14811 (reftex-bib-sort-year-reverse, reftex-format-citation):
14812 * textmodes/reftex-parse.el (reftex-init-section-numbers)
14813 (reftex-section-number):
14814 * textmodes/texinfmt.el (texinfo-paragraphindent):
14815 Replace `string-to-int' by `string-to-number'.
14816
14817 * international/latexenc.el: Add page marker to force the "Local
14818 Variables:" string out of the last page.
14819
14820 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
14821
14822 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
14823 tooltip-change-major-mode.
14824 (gud-tooltip-print-command): Remove case where gud-minor-mode
14825 is gdb ("--fullname").
14826 (gud-tooltip-tips): Turn GUD tooltips off for this case and
14827 explain to user.
14828
14829 2005-05-16 Jay Belanger <belanger@truman.edu>
14830
14831 * calc/calc-store.el (calc-copy-special-constant): New function.
14832
14833 * calc/calc-ext.el (calc-init-extensions): Add binding for
14834 `calc-copy-special-constant'.
14835
14836 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
14837 for the `calc-copy-special-constant' command.
14838
14839 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
14840
14841 * subr.el (left-fringe-p): New function.
14842
14843 * progmodes/compile.el (compilation-setup): Set local value of
14844 overlay-arrow-string to "" always.
14845 (compilation-set-window): Left fringe then don't scroll.
14846 No left fringe then no arrow and scroll message to top.
14847 (compilation-context-lines): Adjust doc string accordingly.
14848
14849 2005-05-16 Kim F. Storm <storm@cua.dk>
14850
14851 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
14852 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
14853 (ido-wide-find-dir-or-delete-dir): New command for M-d.
14854 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
14855 (ido-read-file-name): Handle commands with ido property value
14856 equal to find-file as reading a file name, to allow C-d to enter dired.
14857 (ibuffer-find-file): Add ido property with value find-file.
14858
14859 2005-05-15 Kim F. Storm <storm@cua.dk>
14860
14861 * subr.el (open-network-stream-nowait): Remove.
14862 (open-network-stream-server): Remove.
14863
14864 2005-05-15 Richard M. Stallman <rms@gnu.org>
14865
14866 * faces.el (describe-face): Output a definition link button.
14867
14868 * help-mode.el (help-face-def): New button type.
14869
14870 * emacs-lisp/copyright.el (copyright-fix-years):
14871 Match properly if the first year is 2-digit.
14872 Don't mess up the whitespace after the years by filling.
14873
14874 * dired-aux.el (dired-mark-confirm):
14875 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
14876
14877 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
14878 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
14879 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
14880
14881 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14882 Set font-lock-comment-start-skip.
14883
14884 * font-lock.el (font-lock-comment-start-skip): New variable.
14885 (font-lock-comment-end-skip): New variable.
14886 (font-lock-fontify-syntactically-region): Use them if non-nil.
14887
14888 2005-05-15 Jay Belanger <belanger@truman.edu>
14889
14890 * calc/calc-store.el (calc-store-value): Return a string rather
14891 than display it as a message.
14892 Use calc-var-name for variable name.
14893 (calc-store-into): Add the result of calc-store-value to message.
14894 (calc-copy-variable): Add a message.
14895 (calc-store-exchange): Improve error messages.
14896 (calc-store-binary, calc-store-map): Don't reset the values of
14897 special constants.
14898
14899 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
14900
14901 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
14902 manual to docstring.
14903
14904 * files.el (hack-local-variables-confirm): Add STRING argument.
14905 Make the function handle non file visiting buffers correctly.
14906 (hack-local-variables-prop-line, hack-local-variables)
14907 (hack-one-local-variable): Use STRING arg of
14908 `hack-local-variables-confirm'.
14909
14910 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
14911
14912 Sync with Tramp 2.0.49.
14913
14914 * net/tramp.el (tramp-handle-dired-call-process)
14915 (tramp-handle-insert-directory):`insert-buffer' cannot be used
14916 because the contents of the Tramp buffer is changed before
14917 insertion (`expand-file' and alike).
14918 (tramp-handle-insert-directory): If `localname' has an empty
14919 nondirectory name, it must not be quoted.
14920 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
14921 variable `tramp-chunksize'. Change callees.
14922 (tramp-open-connection-setup-interactive-shell): Check remote host
14923 for buggy `send-process-string' implementation.
14924 Set `tramp-chunksize' if found. Reported by Michael Kifer
14925 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
14926 (tramp-handle-shell-command): `insert-buffer' cannot be used
14927 because the contents of the Tramp buffer is changed before
14928 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
14929 <frederic.bothamy@free.fr>.
14930 (tramp-set-auto-save): Actions should be done for Tramp file name
14931 handler only. Ange-FTP has its own auto-save mechanism.
14932 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14933 (tramp-set-auto-save-file-modes): Set file modes of
14934 `buffer-auto-save-file-name' to ?\600 as fallback solution.
14935 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
14936 (tramp-bug): Remove obsolete variable.
14937 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
14938 for presence of `mml-mode'. Make it running for older Emacsen as well.
14939
14940 2005-05-14 John Paul Wallington <jpw@pobox.com>
14941
14942 * ibuf-ext.el (define-ibuffer-filter filename):
14943 If `dired-directory' is a list, use its car.
14944
14945 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
14946
14947 * ibuffer.el (define-ibuffer-column filename):
14948 If `dired-directory' is a list, use its car.
14949
14950 2005-05-14 Richard M. Stallman <rms@gnu.org>
14951
14952 * subr.el (symbol-file): Doc fix.
14953
14954 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
14955 (byte-compile-form): Call byte-compile-nogroup-warn.
14956 (byte-compile-warning-types): Doc fix.
14957
14958 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
14959
14960 * progmodes/cc-engine.el (c-literal-faces):
14961 Add font-lock-comment-delimiter-face.
14962
14963 * net/net-utils.el (dig): Use with-no-warnings.
14964
14965 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
14966 (sc-recite-frame-alist, sc-default-cite-frame)
14967 (sc-default-uncite-frame, sc-default-recite-frame)
14968 (sc-attrib-selection-list, sc-rewrite-header-list):
14969 Mark as risky-local-variable.
14970
14971 * international/ogonek.el (ogonek-jak, ogonek-how):
14972 Don't use beginning-of-buffer.
14973
14974 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
14975
14976 * calendar/solar.el (solar-data-list): Move definition up.
14977
14978 * dnd.el (dnd-protocol-alist): Add autoload.
14979
14980 * progmodes/sh-script.el: Many doc usage fixes.
14981 (sh-indent-after-do): Change default to match common styles.
14982
14983 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
14984
14985 * files.el (interpreter-mode-alist)
14986 (auto-mode-interpreter-regexp): Doc fixes.
14987
14988 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
14989
14990 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
14991
14992 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
14993
14994 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14995
14996 * dired.el (dired-mode): make-variable-buffer-local =>
14997 make-local-variable.
14998
14999 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15000
15001 * term/mac-win.el (mac-select-convert-to-string): Try coding
15002 systems in mac-script-code-coding-systems if specified one cannot
15003 encode string for `com.apple.traditional-mac-plain-text'.
15004
15005 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
15006
15007 * progmodes/make-mode.el (makefile-targets-face)
15008 (makefile-shell-face, makefile-makepp-perl-face): New faces.
15009 (makefile-dependency-regex): Fix it to not make the colon in
15010 $(var:a=b) special.
15011 (makefile-rule-action-regex): New regexp for highlighting embedded
15012 Shell strings.
15013 (makefile-macroassign-regex): Handle != for highlighting as
15014 embedded Shell strings.
15015 (makefile-var-use-regex): New const.
15016 (makefile-statements, makefile-automake-statements)
15017 (makefile-gmake-statements, makefile-makepp-statements)
15018 (makefile-bsdmake-statements): New consts.
15019 (makefile-make-font-lock-keywords): New function.
15020 (makefile-automake-font-lock-keywords)
15021 (makefile-gmake-font-lock-keywords)
15022 (makefile-makepp-font-lock-keywords)
15023 (makefile-bsdmake-font-lock-keywords): New consts.
15024 (makefile-mode-map): Add switchers between the various submodes.
15025 (makefile-mode): Document the availability of the variants.
15026 (makefile-automake-mode, makefile-gmake-mode)
15027 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
15028
15029 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
15030 new variants of makefile-mode.
15031
15032 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15033
15034 * font-lock.el (font-lock-comment-delimiter-face): Fix up
15035 the inheritance.
15036
15037 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
15038
15039 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
15040 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
15041
15042 * files.el (normal-mode): Extend the scope of the
15043 `enable-local-variables' binding to include the `set-auto-mode' call.
15044 (magic-mode-alist): Doc fix.
15045
15046 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15047
15048 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
15049 font-lock-comment-face rather than copying its setting.
15050
15051 2005-05-12 Andreas Schwab <schwab@suse.de>
15052
15053 * eshell/esh-mode.el (eshell-send-input): Doc fix.
15054
15055 2005-05-12 Lute Kamstra <lute@gnu.org>
15056
15057 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
15058 defcustom for the mode hook variable. Delete the last argument.
15059 * generic-x.el: Fix callers of define-generic-mode.
15060 (generic-x-modes): Delete group.
15061 (show-tabs-tab-face, show-tabs-space-face): Put them in the
15062 generic-x customization group.
15063
15064 2005-05-12 Kim F. Storm <storm@cua.dk>
15065
15066 * font-lock.el (font-lock-negation-char-face): Default to "off".
15067
15068 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
15069 font-lock-negation-char-face to ! in !=.
15070
15071 2005-05-12 Masatake YAMATO <jet@gyve.org>
15072
15073 * add-log.el (find-change-log): Fix typos in the docstring
15074 of function.
15075
15076 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15077
15078 * international/latexenc.el (latexenc-find-file-coding-system):
15079 Avoid `re-search-forward' when looking for input encoding because
15080 of speed and safety. Better regular expressions for recognizing
15081 input encoding. Limit a search for TeX-master/tex-main-file to
15082 the local variable section.
15083
15084 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
15085
15086 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
15087 syntax of $ to "'" (quote).
15088
15089 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
15090
15091 * dnd.el (dnd-protocol-alist): Improve custom type.
15092
15093 * dired.el (dired-dnd-protocol-alist): New variable.
15094 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
15095 `dired-mode-hook' to the end.
15096
15097 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
15098
15099 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
15100 comment-end if comment-start-skip is not set.
15101 Obey the font-lock-comment-delimiter-face variables.
15102
15103 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
15104
15105 * files.el (executable-find): Move from executable.el. Use
15106 locate-file.
15107 * progmodes/executable.el (executable-find): Move to files.el.
15108
15109 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
15110 when trying to ensure forward progress.
15111
15112 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
15113
15114 * mouse-sel.el (mouse-sel-follow-link-p): New function.
15115 (mouse-select, mouse-select-internal, mouse-extend-internal):
15116 Use it to implement mouse-1-click-follows-link functionality.
15117
15118 2005-05-11 Richard M. Stallman <rms@gnu.org>
15119
15120 * font-lock.el (font-lock-fontify-syntactically-region):
15121 Use font-lock-comment-delimiter-face for comment delimiters.
15122
15123 2005-05-10 Jay Belanger <belanger@truman.edu>
15124
15125 * calc/calc-help.el (calc-m-prefix-help): Add mention of
15126 preserving embedded modes.
15127
15128 2005-05-10 Richard M. Stallman <rms@gnu.org>
15129
15130 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
15131
15132 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
15133 Move from ada-stmt.el.
15134 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
15135
15136 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
15137 Move to ada-mode.el.
15138 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
15139
15140 * cus-edit.el (custom-file): Call file-chase-links.
15141
15142 * files.el (read-directory-name): Fix previous change.
15143 (hack-local-variables-confirm): New function.
15144 (hack-local-variables-prop-line, hack-local-variables)
15145 (hack-one-local-variable): Use it.
15146
15147 2005-05-10 Lute Kamstra <lute@gnu.org>
15148
15149 * font-lock.el (font-lock-keywords-alist)
15150 (font-lock-removed-keywords-alist): Clarify docstrings.
15151
15152 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
15153
15154 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
15155 (gdb-source-info): Check for preprocessor info.
15156 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
15157 a macro for a function.
15158 (gdb-info-breakpoints-custom): Try to find file again if not already
15159 found (user might have used GDB dir command).
15160 (gdb-get-location): Update gdb-location-alist correctly for change
15161 to gdb-info-breakpoints-custom.
15162
15163 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
15164 (gud-tooltip-print-command): Add gdbmi case.
15165 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
15166 preprocessor info.
15167
15168 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
15169
15170 * startup.el (fancy-splash-insert): Fix typo in doc string.
15171
15172 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
15173
15174 * obsolete/float.el (string-to-float):
15175 * obsolete/hilit19.el (hilit-add-pattern):
15176 * obsolete/rnews.el (news-parse-range, news-select-message)
15177 (news-get-pruned-list-of-files): Replace `string-to-int' by
15178 `string-to-number'.
15179
15180 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
15181 `find-file-not-found-hooks'; use `add-hook'.
15182 (uncompress-while-visiting): Set `write-file-functions', not
15183 `write-file-hooks'; use `add-hook'.
15184
15185 2005-05-09 Kim F. Storm <storm@cua.dk>
15186
15187 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
15188 (cua-paste): Handle clipboard action.
15189 (cua--init-keymaps): Remap clipboard-kill-region and
15190 clipboard-kill-ring-save.
15191
15192 2005-05-08 Eli Zaretskii <eliz@gnu.org>
15193
15194 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15195 Improve commentary.
15196
15197 * simple.el (next-error-overlay-arrow-position): Revert the change
15198 made on 2005-04-30.
15199
15200 2005-05-07 Jay Belanger <belanger@truman.edu>
15201
15202 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
15203 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
15204 `calc-sel-reselect'.
15205
15206 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
15207 Calc is in embedded mode.
15208
15209 2005-05-07 Eli Zaretskii <eliz@gnu.org>
15210
15211 * progmodes/compile.el (compilation-setup):
15212 Set overlay-arrow-string to an empty string on text terminals.
15213
15214 * textmodes/ispell.el (ispell-program-name): Try looking for
15215 "aspell" along exec-path, and if found, use it as the default
15216 speller program.
15217
15218 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
15219
15220 * international/mule.el (sgml-xml-auto-coding-function):
15221 Recognize encoding='FOO' in single quotes as well as in double quotes.
15222
15223 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15224
15225 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
15226 as well as `interactive', so that defmacro* would recognize
15227 `declare' forms.
15228
15229 2005-05-07 Eli Zaretskii <eliz@gnu.org>
15230
15231 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
15232 Explain more about the LIGHTER arg's usage in the doc string.
15233 Add commentary to clarify what the code does. Fix the regexp that
15234 strips whitespace from LIGHTER. Quote LIGHTER before using it,
15235 since it could have characters special to regular expressions.
15236
15237 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
15238
15239 * replace.el (occur-1): Bind inhibit-read-only so that
15240 erase-buffer doesn't barf on read-only text properties (likewise
15241 for add-text-properties in occur-engine). Mark buffer as unmodified.
15242 (occur-engine): Don't set buffer-read-only here.
15243
15244 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15245
15246 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
15247 list-buffers-directory. This caused the *cvs-commit* buffer to be
15248 sometimes mistakenly reused as a *cvs* buffer.
15249
15250 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
15251
15252 * tooltip.el: Move code for GUD tooltips into gud.el.
15253 (require): CL no longer needed to compile case.
15254 (tooltip-mode): Do not toggle functions for GUD tooltips.
15255 (tooltip-gud-tips-p): Remove. Replace with minor mode
15256 gud-tooltip-mode in gud.el.
15257 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
15258 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
15259 tooltip-gud prefix with gud-tooltip and obsolete.
15260 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
15261 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
15262 (tooltip-mouse-motion): Mouse movement functions/variable.
15263 Rename in gud.el by adding gud prefix.
15264 (tooltip-gud-original-filter, tooltip-gud-dereference)
15265 (tooltip-gud-event, tooltip-toggle-gud-tips)
15266 (tooltip-gud-process-output, tooltip-gud-print-command)
15267 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
15268 gud.el by replacing tooltip-gud prefix with gud-tooltip.
15269 (gdb-tooltip-print): Move to gdb-ui.el.
15270
15271 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
15272 (require): CL needed to compile case.
15273 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
15274 tooltip-gud-tips-p. Make it a minor-mode.
15275 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
15276 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
15277 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
15278 (gud-tooltip-change-major-mode)
15279 (gud-tooltip-activate-mouse-motions-if-enabled)
15280 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
15281 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
15282 (gud-tooltip-original-filter, gud-tooltip-dereference)
15283 (gud-tooltip-event, tooltip-toggle-gud-tips)
15284 (gud-tooltip-process-output, gud-tooltip-print-command)
15285 (gud-tooltip-tips): Move from tooltip.el.
15286
15287 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
15288 (gdb-cpp-define-alist-flags): Doc fix.
15289 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
15290 gud-tooltip-mode is t.
15291
15292 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15293
15294 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
15295 evaporate if their text is deleted.
15296 (goto-address-at-point): Make it work as a mouse binding as well.
15297 (goto-address-at-mouse): Obsolete it. Update users.
15298
15299 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
15300
15301 * calendar/appt.el (top-level): No longer activate on load.
15302
15303 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
15304
15305 * calendar/cal-bahai.el (mark-bahai-diary-entries):
15306 * net/webjump.el (webjump):
15307 * progmodes/idlw-help.el (idlwave-do-context-help1)
15308 (idlwave-highlight-linked-completions):
15309 * textmodes/po.el (po-find-file-coding-system-guts):
15310 Replace `assoc-ignore-case' by `assoc-string'.
15311
15312 2005-05-06 Eli Zaretskii <eliz@gnu.org>
15313
15314 * files.el (locate-file): Doc fix.
15315
15316 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
15317 Remove the redundant test for ms-dos.
15318
15319 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
15320 look for the preprocessor with exec-suffixes. If not found in
15321 standard places, look in exec-path. Remove most of the tests that
15322 used system-type.
15323
15324 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
15325
15326 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
15327
15328 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
15329 file-name clash with jka-compr.el on 8+3 filesystems.
15330
15331 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15332
15333 * term/mac-win.el: Don't define or bind scroll bar functions if
15334 x-toolkit-scroll-bars is t.
15335 (x-select-text, x-get-selection-value): Clear
15336 x-last-selected-text-clipboard if x-select-enable-clipboard is
15337 nil.
15338 (PRIMARY): Put mac-scrap-name property.
15339 (mac-select-convert-to-file-url): New function.
15340 (public.file-url): New selection target type. Add to
15341 selection-converter-alist.
15342 (x-get-selection, x-selection-value): Handle it.
15343 (x-cut-buffer-or-selection-value): New alias.
15344
15345 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15346
15347 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
15348 entry to avoid calling bibtex-find-entry with arg global
15349 being t. Remove arg key.
15350 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
15351 (bibtex-copy-summary-as-kill): Change accordingly.
15352
15353 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15354
15355 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
15356 (org-agenda-date-later): Use with-current-buffer.
15357
15358 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
15359
15360 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
15361 (define-obsolete-variable-alias): Doc Fixes.
15362
15363 2005-05-06 Kim F. Storm <storm@cua.dk>
15364
15365 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
15366 vertical-motion when selective-display is active.
15367
15368 * ido.el (ido-setup-hook): New hook.
15369 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
15370 (ido-input-stack): New var.
15371 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
15372 ido-next-work-file binding to M-O.
15373 Bind M-f to ido-wide-find-file-or-pop-dir.
15374 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
15375 (ido-read-internal): Run ido-setup-hook.
15376 Catch quit in read-file-name and read-string to cancel edit.
15377 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
15378 Automatically pop-all when completing a directory name (RET).
15379 (ido-file-internal): Add with-no-warnings around ffap and dired code.
15380 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
15381 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
15382 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
15383 New functions for M-b/M-f to move among the directory components.
15384 (ido-make-merged-file-list): Catch quit to cancel merge.
15385 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
15386 (ido-completion-help): No warnings for ido-completion-buffer-full.
15387
15388 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
15389
15390 * font-lock.el (font-lock-negation-char-face): New face and variable.
15391 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
15392 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
15393 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
15394 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
15395
15396 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
15397
15398 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
15399 Fix typo in docstring.
15400
15401 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
15402 (ebrowse-print-statistics-line)
15403 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
15404
15405 * term/w32-win.el (image-library-alist): Add additional name for
15406 Xpm library.
15407
15408 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
15409
15410 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
15411 use gcc instead of cpp.
15412
15413 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
15414 (gdb-create-define-alist): Use it.
15415 (gdb-cpp-define-alist-program): Update for MS-DOS.
15416
15417 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
15418
15419 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
15420
15421 2005-05-04 Richard M. Stallman <rms@gnu.org>
15422
15423 * help.el (describe-key): No error when UNTRANSLATED is nil.
15424
15425 * simple.el (line-move-1): Fix previous change to signal errors
15426 appropriately.
15427
15428 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
15429
15430 * calendar/icalendar.el (icalendar-version): Now at 0.12.
15431 (icalendar-duration-correction): Remove.
15432 (icalendar--get-event-properties): Split result at commas.
15433 (icalendar--decode-isoduration): New optional argument
15434 DURATION-CORRECTION.
15435 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
15436 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
15437 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
15438 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
15439 (icalendar--convert-anniversary-to-ical): New functions, extracted
15440 from icalendar-export-region, with bug fixes.
15441 (icalendar-export-region): Use the above functions.
15442 (icalendar-import-buffer): Check before saving diary file.
15443 (icalendar--convert-recurring-to-diary)
15444 (icalendar--convert-non-recurring-all-day-to-diary)
15445 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
15446 extracted from icalendar--convert-ical-to-diary, with bug fixes.
15447 (icalendar--convert-ical-to-diary): Use the above functions.
15448
15449 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
15450
15451 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
15452 Remove these recent additions.
15453 (c-mode): Restore to before 2005-04-28.
15454
15455 * progmodes/cc-vars.el (cc-define-list-program): Remove this
15456 recent addition.
15457
15458 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
15459 (gdb-define-alist): New variables.
15460 (gdb-create-define-alist): New function.
15461 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
15462 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
15463 with string-to-number.
15464 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
15465
15466 * progmodes/gud.el: Replace string-to-int with string-to-number.
15467 (gud-find-file): Handle gdb-define-alist.
15468
15469 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
15470
15471 2005-05-02 Jay Belanger <belanger@truman.edu>
15472
15473 * calc/calc-aent.el (math-read-token):
15474 * calc/calc-bin.el (calc-word-size):
15475 * calc/calc-ext.el (calc-read-number-fancy):
15476 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
15477 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
15478 * calc/calc-frac.el (calc-over-notation):
15479 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
15480 (calc-graph-num-points, calc-graph-init):
15481 * calc/calc-prog.el (calc-read-parse-table-part)
15482 (calc-edit-macro-repeats):
15483 * calc/calc-yank.el (calc-do-grab-rectangle):
15484 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
15485 Replace `string-to-int' by `string-to-number'.
15486
15487 2005-05-02 Kim F. Storm <storm@cua.dk>
15488
15489 * kmacro.el: Use executing-kbd-macro-index variable.
15490
15491 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
15492
15493 * net/rlogin.el (rlogin-parse-words): Delete func.
15494 (rlogin): Use split-string, not rlogin-parse-words.
15495 Also, if there are option-like elements in the parsed args,
15496 take the host to be the first arg immediately following them.
15497 Suggested by Michael Mauger.
15498
15499 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
15500
15501 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
15502
15503 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
15504
15505 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
15506 (cc-mode-cpp-program): Rename to cc-define-list-program and
15507 move to cc-vars.el.
15508
15509 * progmodes/cc-vars.el (cc-define-list-program):
15510 Change to "gcc -E -dM -". Make customizable.
15511
15512 2005-05-02 Kim F. Storm <storm@cua.dk>
15513
15514 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
15515
15516 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
15517
15518 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
15519
15520 * international/mule-util.el (truncate-string): Remove alias and
15521 obsolete declaration.
15522
15523 * international/mule-cmds.el (update-iso-coding-systems):
15524 Remove alias and obsolete declaration.
15525
15526 * international/mule.el (coding-system-parent): Remove alias and
15527 obsolete declaration.
15528
15529 * subr.el (define-function, sref): Remove aliases and obsolete
15530 declarations.
15531 (chars-in-region): Remove obsolete declaration.
15532
15533 2005-05-01 Richard M. Stallman <rms@gnu.org>
15534
15535 * info.el (Info-mode): Set widen-automatically to nil, locally.
15536
15537 * simple.el (widen-automatically): New variable.
15538 (pop-global-mark): Obey widen-automatically.
15539
15540 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
15541
15542 * term/xterm.el (function-key-map): Call substitute-key-definition
15543 before the keymap size is increased by a lot of define-key calls.
15544
15545 2005-05-01 Richard M. Stallman <rms@gnu.org>
15546
15547 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
15548 Rename ARG to ELEMENT. Doc fix.
15549
15550 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
15551
15552 * allout.el (allout-exposure): Remove macro and obsolete declaration.
15553 Remove references to allout-exposure/change to allout-new-exposure.
15554
15555 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
15556 bytecode symbols.
15557
15558 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
15559 (compiled-function-p, focus-frame, unfocus-frame):
15560 Remove aliases and obsolete declarations.
15561 Back out inadvertent changes from previous commit.
15562
15563 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
15564
15565 * files.el (require-final-newline): Make Custom tags consistent
15566 with mode-require-final-newline.
15567 (mode-require-final-newline): Doc fix.
15568
15569 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15570
15571 * international/latexenc.el (latexenc-find-file-coding-system):
15572 Fix regular expressions.
15573
15574 2005-05-01 David Kastrup <dak@gnu.org>
15575
15576 * international/latexenc.el (latexenc-find-file-coding-system):
15577 Fix regular expressions.
15578
15579 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
15580
15581 * subr.el (string-to-int): Make obsolete.
15582
15583 2005-04-30 Richard M. Stallman <rms@gnu.org>
15584
15585 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
15586
15587 * loadup.el: load jka-comp-hook.
15588
15589 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
15590 (jka-compr-handler): Add autoload. `put' calls moved
15591 to jka-comp-hook.el.
15592 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
15593 (jka-compr-inhibit): Autoload.
15594
15595 * jka-comp-hook.el: New file.
15596 Enable the mode by default.
15597
15598 * files.el (backup-buffer-copy): Use copy-file instead
15599 of write-region, and put back the 'excl.
15600
15601 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
15602
15603 * progmodes/flymake.el (flymake-split-string)
15604 (flymake-split-string, flymake-log, flymake-pid-to-names)
15605 (flymake-reg-names, flymake-get-source-buffer-name)
15606 (flymake-unreg-names, flymake-add-line-err-info)
15607 (flymake-add-err-info): Clarify docstrings.
15608 (flymake-popup-menu, flymake-make-emacs-menu)
15609 (flymake-make-xemacs-menu): Add docstrings.
15610 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
15611 Set variables directly throughout.
15612
15613 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
15614
15615 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
15616 exists. Initialize cc-define-alist.
15617 (c-mode): Add cc-create-define-alist locally to after-save-hook.
15618 If there is no file (Macroexpansion) don't create an alist.
15619
15620 2005-04-29 Sam Steingold <sds@gnu.org>
15621
15622 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
15623 (cc-create-define-alist): Use it instead of the hard-coded string.
15624
15625 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15626
15627 * international/mule-conf.el (file-coding-system-alist): Fix regexp
15628 for latexenc.
15629
15630 2005-04-29 Lute Kamstra <lute@gnu.org>
15631
15632 * emacs-lisp/generic.el: Improve commentary section.
15633 (define-generic-mode): Improve docstring.
15634
15635 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
15636
15637 * textmodes/org.el (many places): Change to quiet the byte compiler.
15638 (org-prefix-format-compiled): New variable.
15639 (org-compile-prefix-format): New function.
15640 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
15641 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
15642 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
15643 (org-get-entries-from-diary): Use `org-get-time-of-day' for
15644 consistency with entries from `org-mode' files.
15645 (org-get-time-of-day): Fix bug with partial matches early in a line.
15646 (org-non-link-chars): New constant.
15647 (org-link-regexp): Respect `org-non-link-chars'.
15648 (org-agenda-day-view): Remove command.
15649 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
15650 (org-follow-bbdb-link, org-store-link): Search also company field.
15651 (org-highlight-overlay): New variable.
15652 (org-highlight, org-unhighlight): New functions.
15653 (org-agenda-mode): Add pre-command-hook to remove highlight.
15654 (org-evaluate-time-range): Behavior depends upon whether time stamp
15655 contains a time or not.
15656 (org-show-subtree, org-show-entry): New functions.
15657 (org-agenda-cleanup-fancy-diary): Remove empty lines.
15658
15659 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
15660
15661 * comint.el (comint-output-filter-functions): Add autoload cookie.
15662
15663 2005-04-28 Kim F. Storm <storm@cua.dk>
15664
15665 * ido.el (ido-everywhere): Fix last change.
15666
15667 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
15668
15669 * international/latexenc.el: New file.
15670 * international/mule-conf.el (file-coding-system-alist): For .tex,
15671 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
15672
15673 2005-04-28 Lute Kamstra <lute@gnu.org>
15674
15675 * font-lock.el (font-lock-add-keywords)
15676 (font-lock-remove-keywords): Clarify docstring.
15677 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
15678 Don't start docstrings with a `*'.
15679 (font-lock-update-removed-keyword-alist): Give it a docstring.
15680
15681 * generic-x.el: Update commentary section.
15682 Only require font-lock when compiling.
15683 Define all modes conditionally.
15684 Place all generic modes in the generic-x-modes customization group.
15685 (generic-x-modes): New customization group.
15686 (generic-default-modes, generic-mswindows-modes)
15687 (generic-unix-modes, generic-other-modes): New constants.
15688 (generic-define-mswindows-modes, generic-define-unix-modes):
15689 Update docstrings. Make them obsolete.
15690 (generic-extras-enable-list): New default value. Update docstring.
15691 Improve :type. Change :set function.
15692 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
15693 Fix docstring.
15694
15695 * emacs-lisp/generic.el (generic-mode-internal):
15696 Simplify font-lock-defaults.
15697 (define-generic-mode): Fix docstring.
15698
15699 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15700
15701 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
15702 font-lock-face property to highlight matches.
15703
15704 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
15705
15706 * progmodes/cc-mode.el (cc-create-define-alist): New function.
15707 (cc-define-alist): New variable.
15708 (c-mode): Make it local and initialize it.
15709
15710 * progmodes/gdb-ui.el (gdb-active-process): New variable.
15711 (gdb-exited): New function.
15712 (gdb-annotation-rules): Use it.
15713 (gdb-starting): Set gdb-active-process to t.
15714 (gdb-stopping): Amend doc string.
15715 (gdb-reset): Set gdb-active-process to nil.
15716
15717 * tooltip.el (tooltip-gud-tips): Show the associated #define
15718 directives when a C program under GDB is not executing.
15719
15720 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15721
15722 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
15723 font-lock-fontify-syntactic-keywords.
15724
15725 * font-lock.el (font-lock-default-fontify-region): Don't force
15726 parse-sexp-lookup-properties to nil.
15727
15728 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
15729
15730 * man.el (man-mode-syntax-table): Set up `:' to have
15731 word-constituent syntax.
15732
15733 2005-04-27 Lute Kamstra <lute@gnu.org>
15734
15735 * novice.el (disable-command): Don't add spurious newlines to the
15736 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
15737
15738 2005-04-26 Jay Belanger <belanger@truman.edu>
15739
15740 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
15741 than one window before deleting window.
15742
15743 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
15744
15745 * shell.el (shell-prompt-pattern): Doc fix.
15746 (shell-mode): Set paragraph-separate buffer locally to "\\'".
15747
15748 * comint.el (comint-prompt-regexp, comint-get-old-input)
15749 (comint-use-prompt-regexp)
15750 (comint-use-prompt-regexp-instead-of-fields)
15751 (comint-replace-by-expanded-history, comint-send-input)
15752 (comint-output-filter, comint-get-old-input-default)
15753 (comint-line-beginning-position, comint-bol, comint-show-output)
15754 (comint-backward-matching-input, comint-forward-matching-input)
15755 (comint-next-prompt, comint-previous-prompt):
15756 Rename `comint-use-prompt-regexp-instead-of-fields' to
15757 `comint-use-prompt-regexp'. Keep old name as alias and declare
15758 obsolete.
15759 (comint-use-prompt-regexp): Shorten first line of doc string.
15760
15761 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
15762 Set paragraph-separate buffer locally to "\\'".
15763
15764 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
15765 Adapt to above name change.
15766
15767 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15768 (smbclient-prompt-regexp): Ditto.
15769
15770 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
15771
15772 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
15773
15774 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
15775 gdb-location-list.
15776 Break lines that are over 80 characters wide.
15777
15778 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15779
15780 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
15781 New fun and var, to preserve compatibility.
15782
15783 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
15784
15785 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
15786
15787 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
15788 name to file-newer-than-file-p.
15789
15790 2005-04-26 Richard M. Stallman <rms@gnu.org>
15791
15792 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
15793
15794 * progmodes/python.el (python-mode):
15795 Use new name eldoc-documentation-function.
15796
15797 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
15798
15799 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15800 (eldoc-documentation-function):
15801 Rename from eldoc-print-current-symbol-info-function. Calls changed.
15802
15803 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
15804
15805 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
15806
15807 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
15808
15809 * term/xterm.el (function-key-map): Fix strings for
15810 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
15811 {C,S,A,C-S}-{f1-f12}.
15812
15813 2005-04-26 Kenichi Handa <handa@m17n.org>
15814
15815 * international/mule-cmds.el (select-safe-coding-system):
15816 Fix previous change.
15817
15818 2005-04-26 Lute Kamstra <lute@gnu.org>
15819
15820 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
15821
15822 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
15823 (font-lock-comment-delimiter-face): Ditto.
15824
15825 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
15826
15827 2005-04-25 Jay Belanger <belanger@truman.edu>
15828
15829 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
15830 to t while inserting information; use help-mode.
15831
15832 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
15833
15834 * term.el (ansi-term-color-vector): Use the xterm colors.
15835 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
15836
15837 2005-04-25 Lute Kamstra <lute@gnu.org>
15838
15839 * font-core.el (font-lock-defaults): Fix docstring.
15840
15841 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
15842
15843 2005-04-25 Kenichi Handa <handa@m17n.org>
15844
15845 * international/mule-cmds.el (select-safe-coding-system):
15846 Don't check consistency with coding: spec, etc if raw-text or
15847 no-conversion was found to be safe.
15848
15849 2005-04-24 Richard M. Stallman <rms@gnu.org>
15850
15851 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
15852 citation markers at start of each line.
15853
15854 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
15855 citation markers at start of each line.
15856
15857 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
15858
15859 * files.el (mode-require-final-newline): Fix previous change.
15860 (require-final-newline): Fix type label.
15861
15862 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
15863
15864 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
15865 statement in buffer (broken by 2004-11-24 change).
15866
15867 2005-04-24 Kim F. Storm <storm@cua.dk>
15868
15869 * ido.el (ido-everywhere): Save and restore old read-buffer-function
15870 and read-file-name-function values. Don't overwrite existing
15871 non-nil values if ido-mode is enabled without ido-everywhere.
15872
15873 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
15874
15875 * files.el (mode-require-final-newline): Minor doc fix.
15876
15877 2005-04-24 Eli Zaretskii <eliz@gnu.org>
15878
15879 * subr.el (syntax-after): Doc fix.
15880 (syntax-class): If argument is nil, return nil. Mask off upper 16
15881 bits, not 8 bits.
15882
15883 * files.el (mode-require-final-newline): Doc fix.
15884 (backup-buffer-copy): Fix last change.
15885
15886 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15887
15888 * term/mac-win.el: Require select. Set selection-coding-system to
15889 mac-system-coding-system. Call menu-bar-enable-clipboard.
15890 (x-last-selected-text-clipboard, x-last-selected-text-primary)
15891 (x-select-enable-clipboard): New variables.
15892 (x-select-text, x-get-selection, x-selection-value)
15893 (x-get-selection-value, mac-select-convert-to-string)
15894 (mac-services-open-file, mac-services-open-selection)
15895 (mac-services-insert-text): New functions.
15896 (CLIPBOARD, FIND): Put mac-scrap-name property.
15897 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
15898 (public.tiff): Put mac-ostype property.
15899 (selection-converter-alist): Add entries for them.
15900 (mac-application-menu-map): New keymap.
15901 (interprogram-cut-function, interprogram-paste-function): Set to
15902 x-select-text and x-get-selection-value, respectively.
15903 (split-window-keep-point): Set to t.
15904
15905 2005-04-23 Richard M. Stallman <rms@gnu.org>
15906
15907 * files.el (read-directory-name): Always pass non-nil
15908 DEFAULT-FILENAME arg to read-file-name.
15909 (backup-buffer-copy, basic-save-buffer-2): Take care against
15910 writing thru an unexpected existing symlink.
15911 (revert-buffer): In indirect buffer, revert the base buffer.
15912 (magic-mode-alist): Doc fix.
15913 (buffer-stale-function): Doc fix.
15914 (minibuffer-with-setup-hook): Avoid warning.
15915 (mode-require-final-newline): Doc and custom fix.
15916
15917 * follow.el (follow-end-of-buffer): Use with-no-warnings.
15918
15919 * font-lock.el (font-lock-comment-face): On terminals with few colors,
15920 use the default appearance.
15921 (font-lock-comment-delimiter-face): New face, new variable.
15922
15923 * imenu.el (imenu--generic-function): The official position of a
15924 definition is the start of the line that BEG is in.
15925
15926 * midnight.el (midnight-timer): Move defvar up.
15927
15928 * mouse.el (mouse-drag-region-1): Delete some debugging code.
15929
15930 * saveplace.el (save-place-to-alist): Use with-no-warnings.
15931
15932 * startup.el (command-line): Use with-no-warnings.
15933
15934 * window.el (window-size-fixed): New defvar.
15935
15936 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
15937
15938 * mail/rmail.el (rmail-font-lock-keywords):
15939 Use font-lock-comment-delimiter-face.
15940
15941 * mail/sendmail.el (mail-font-lock-keywords):
15942 Use font-lock-comment-delimiter-face.
15943
15944 * progmodes/compile.el (next-error-highlight-timer): New defvar.
15945
15946 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
15947
15948 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15949 Specify t for LAXMATCH when matching directories.
15950 Save match data around compilation-compat-error-properties form.
15951
15952 2005-04-23 David Kastrup <dak@gnu.org>
15953
15954 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
15955 Mention that the autoloaded aliases should be kept for AUCTeX.
15956
15957 2005-04-23 Andreas Schwab <schwab@suse.de>
15958
15959 * isearch.el (isearch-forward): Doc fix.
15960
15961 2005-04-23 Eli Zaretskii <eliz@gnu.org>
15962
15963 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
15964 (jit-lock-stealth-nice): Change default value to 0.5.
15965
15966 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
15967
15968 * abbrev.el (write-abbrev-file): Write table entries in
15969 alphabetical order by table name.
15970
15971 2005-04-22 Kim F. Storm <storm@cua.dk>
15972
15973 * ido.el (ido-read-internal): Fix `list' completion.
15974
15975 2005-04-22 Kenichi Handa <handa@m17n.org>
15976
15977 * recentf.el (recentf-save-file-coding-system): New variable.
15978 (recentf-save-list): Encode the file by
15979 recentf-save-file-coding-system and add coding: tag.
15980
15981 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
15982
15983 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
15984
15985 2005-04-21 Lute Kamstra <lute@gnu.org>
15986
15987 * loadhist.el (unload-feature): Don't remove a function from hooks
15988 if it is about to be restored to an autoload . Remove functions
15989 that will become unbound from auto-mode-alist. Simplify the code.
15990
15991 * subr.el (assq-delete-all): New implementation that is linear,
15992 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
15993 (rassq-delete-all): New function.
15994
15995 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
15996 Add size-indication-mode.
15997
15998 2005-04-21 Kenichi Handa <handa@m17n.org>
15999
16000 * international/mule-cmds.el: Add autoload for widget-value in
16001 eval-when-compile.
16002
16003 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
16004
16005 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
16006 Add tooltip-mode.
16007
16008 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
16009
16010 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
16011
16012 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
16013 (inferior-lisp-filter-regexp, inferior-lisp-program)
16014 (inferior-lisp-load-command, inferior-lisp-prompt)
16015 (inferior-lisp-mode-hook, lisp-source-modes)
16016 (inferior-lisp-load-hook): defvar->defcustom.
16017 (inferior-lisp-program, inferior-lisp-prompt)
16018 (inferior-lisp-load-hook): Doc fixes.
16019 (inferior-lisp-install-letter-bindings): Small change in
16020 introductory comment.
16021
16022 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
16023
16024 * vc.el (vc-annotate-color-map): Change some colors so that text
16025 using them as foreground is readable on both white and black
16026 backgrounds.
16027
16028 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16029
16030 * international/mule-conf.el (translation-table-for-input):
16031 Remove redundant declaration.
16032
16033 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
16034
16035 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
16036
16037 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
16038 (tooltip-toggle-gud-tips): New function.
16039
16040 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16041
16042 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
16043 right angle brackets.
16044
16045 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
16046
16047 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
16048
16049 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16050
16051 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
16052 Remove. Update callers to use expand-file-name instead.
16053
16054 * subr.el (syntax-class): New function.
16055
16056 * simple.el (blink-matching-open): Use it.
16057
16058 * paren.el (show-paren-function): Use it to recognize parens that are
16059 also used in 2-char comment markers.
16060
16061 2005-04-19 Lute Kamstra <lute@gnu.org>
16062
16063 * loadhist.el (unload-feature): Update for new format of
16064 load-history. Simplify the code.
16065
16066 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16067
16068 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
16069 (mac-add-charset-info): New function. Initialize variable
16070 mac-charset-info-alist using it.
16071 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
16072 for translation.
16073 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
16074 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
16075 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
16076 New CCL programs.
16077
16078 2005-04-19 Kim F. Storm <storm@cua.dk>
16079
16080 * simple.el (next-buffer, prev-buffer, next-error)
16081 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16082 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
16083
16084 * bindings.el (next-buffer, prev-buffer, next-error)
16085 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
16086 (clone-indirect-buffer-other-window): Move bindings from simple.el.
16087 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
16088 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
16089
16090 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16091
16092 * isearch.el (isearch-edit-string): Make the search-ring available for
16093 minibuffer history commands.
16094 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
16095 the default history commands now work just as well.
16096 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
16097
16098 2005-04-18 Kim F. Storm <storm@cua.dk>
16099
16100 * emulation/cua-base.el (cua--pre-command-handler): Add more
16101 elaborate check for shift modifier on non-window systems.
16102
16103 2005-04-18 Lars Hansen <larsh@math.ku.dk>
16104
16105 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
16106
16107 2005-04-18 Kim F. Storm <storm@cua.dk>
16108
16109 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
16110 and make it optional. Don't test tooltip-gud-echo-area here.
16111 (tooltip-gud-process-output, gdb-tooltip-print):
16112 Pass tooltip-gud-echo-area to tooltip-show.
16113 (tooltip-help-tips): Remove second optional arg to tooltip-show.
16114
16115 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16116
16117 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
16118 `display-graphic-p' may not be bound yet.
16119
16120 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
16121
16122 * startup.el (command-line): No longer enable Xterm Mouse mode by
16123 default in terminals compatible with xterm.
16124
16125 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
16126
16127 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
16128
16129 * tooltip.el (tooltip-gud-echo-area): Rename from
16130 tooltip-use-echo-area.
16131 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
16132 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
16133 area independently of where help tooltips are displayed.
16134
16135 2005-04-17 David Kastrup <dak@gnu.org>
16136
16137 * cus-theme.el (custom-theme-write-variables): Quote variables
16138 where necessary.
16139
16140 2005-04-17 Richard M. Stallman <rms@gnu.org>
16141
16142 * simple.el (yank-excluded-properties): Add follow-link to value.
16143
16144 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
16145
16146 * startup.el (fancy-splash-max-time): Just 30 seconds.
16147 (fancy-splash-delay): Just 7.
16148 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
16149
16150 * loadhist.el (unload-feature): Update for new format of load-history.
16151 Simplify the code.
16152
16153 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
16154 (rmail-font-lock-keywords): Don't fontify the text of a citation.
16155
16156 * mail/sendmail.el (mail-font-lock-keywords):
16157 Don't fontify subject text.
16158 Don't fontify the text of a citation.
16159
16160 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
16161
16162 * comint.el (comint-output-filter): Run comint-output-filter-functions
16163 with point where the user had it.
16164
16165 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16166
16167 * international/ucs-tables.el (ucs-set-table-for-input):
16168 Disable when using unify-on-decoding.
16169
16170 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
16171
16172 * emulation/cua-base.el (cua-global-mark-face): Add special case
16173 for displays supporting a high number of colors.
16174
16175 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16176
16177 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
16178
16179 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
16180
16181 * filesets.el (filesets-add-buffer): If user supplies a name of a
16182 non-existing fileset, create a new fileset.
16183
16184 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
16185
16186 * textmodes/org.el (org-up-heading-all): Fix bug with
16187 `outline-up-heading-all'.
16188
16189 2005-04-16 Andreas Schwab <schwab@suse.de>
16190
16191 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
16192 /etc/permissions.d/* and /etc/aliases.d/*.
16193
16194 2005-04-16 Kenichi Handa <handa@m17n.org>
16195
16196 * international/code-pages.el (cp-make-coding-system):
16197 Set `translation-table-for-input' property value to the symbol
16198 ucs-mule-to-mule-unicode, not to that value.
16199 (pt154): Escape guillemet by `\'.
16200
16201 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
16202
16203 * loadup.el: Load tooltip if x-show-tip is fboundp.
16204
16205 * startup.el (command-line): Add comment.
16206
16207 * tooltip.el (tooltip-mode): Specify correct standard value for
16208 Custom in init-value.
16209
16210 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
16211
16212 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
16213 possible.
16214
16215 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
16216
16217 * textmodes/org.el (org-agenda-date-prompt): Rename from
16218 `org-agenda-date-today'.
16219 (org-evaluate-time-range): Insert at point instead of directly
16220 after time range.
16221 (org-first-headline-recenter, org-subtree-end-visible-p)
16222 (org-optimize-window-after-visibility-change): New functions
16223 (org-agenda-post-command-hook): Don't allow point at end of line,
16224 to make sure it always hits the text properties.
16225 (org-agenda-next-date-line, org-agenda-previous-date-line):
16226 New commands.
16227 (org-set-regexps-and-options): Category may contain white space.
16228 (org-agenda-get-deadlines, org-agenda-get-scheduled):
16229 Improve marker positions.
16230 (org-agenda-new-marker): Argument POS made optional.
16231 (org-agenda-get-timestamps): Deadlines which are done are listed
16232 in org-done-face now.
16233 (org-agenda-get-todos, org-agenda-get-timestamps)
16234 (org-agenda-get-deadlines, org-agenda-get-scheduled):
16235 Set `undone-face' and `done-face' properties.
16236 (org-last-todo-state-is-todo): New variable.
16237 (org-todo): Set `org-last-todo-state-is-todo'.
16238 (org-agenda-todo): Change face according to
16239 `org-last-todo-state-is-todo'. And change other lines referring to
16240 the same entry.
16241 (org-calendar-goto-agenda): New command.
16242 (org-calendar-to-agenda-key): New option.
16243 (org-startup-folded): New allowed value `content'.
16244 (org-set-regexps-and-options): Accept new value `content' for
16245 `org-startup-folded'.
16246 (org-get-current-options): Handle new value `content' for
16247 `org-startup-folded'.
16248 (org-insert-todo-heading): New command.
16249 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
16250 interactively in empty file and option
16251 `org-insert-mode-line-in-empty-file' has been set.
16252 (org-agenda-todo, org-agenda-priority): Modify to use
16253 `org-agenda-change-all-lines'.
16254 (org-warning-face): Change color on dark background
16255
16256 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16257
16258 * international/mule-cmds.el (set-locale-environment): On Mac OS,
16259 use preferences AppleLocale and AppleLanguages, and variable
16260 mac-system-locale for default locale. On Mac OS Classic, use
16261 mac-system-coding-system for default coding systems.
16262
16263 * term/mac-win.el: Don't set file-name-coding-system.
16264 Decode variables system-name, emacs-build-system, user-login-name, and
16265 user-full-name by mac-system-coding-system on Mac OS Classic.
16266 (mac-system-coding-system): New variable.
16267
16268 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
16269
16270 * startup.el (command-line): Handle `xterm-mouse-mode' before
16271 reading init file.
16272
16273 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
16274
16275 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16276
16277 * progmodes/sh-script.el (sh-here-document-word): Make it a
16278 defcustom. Doc fix.
16279 (sh-add): Bash uses $(( )) for arithmetic.
16280 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
16281 (sh-maybe-here-document): Remove quotes and leading whitespace
16282 from heredoc word when closing. Indent heredoc with tabs if word
16283 starts with "-".
16284
16285 2005-04-13 Richard M. Stallman <rms@gnu.org>
16286
16287 * simple.el (undo): Fix previous change.
16288
16289 * custom.el (defface): Doc fix.
16290
16291 2005-04-13 Lute Kamstra <lute@gnu.org>
16292
16293 * Makefile.in (DONTCOMPILE): Remove list.
16294 (compile, compile-always): Don't use DONTCOMPILE.
16295 (update-authors): Load the library in which batch-update-authors
16296 is defined.
16297 * makefile.w32-in (DONTCOMPILE): Remove list.
16298 (compile, compile-always): Fix comments.
16299 (update-authors): Load the library in which batch-update-authors
16300 is defined.
16301
16302 * generic-x.el (generic-mode-ini-file-find-file-hook):
16303 Rename to ini-generic-mode-find-file-hook.
16304 Keep generic-mode-ini-file-find-file-hook as an alias.
16305 (ini-generic-mode-find-file-hook): Rename from
16306 generic-mode-ini-file-find-file-hook. Fix docstring.
16307 (ini-generic-mode): Docstring change.
16308 (bat-generic-mode-run-as-comint): Silence the byte compiler.
16309
16310 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
16311 called from lisp.
16312
16313 * generic.el: Move to the emacs-lisp subdir.
16314
16315 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
16316
16317 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
16318 and C-S- function and cursor motion keys.
16319
16320 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
16321
16322 * startup.el (command-line): Enable Xterm Mouse mode by default.
16323 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
16324 for Custom. No longer show "Mouse" in mode line when enabled.
16325 Doc fix.
16326
16327 2005-04-12 Kim F. Storm <storm@cua.dk>
16328
16329 * emulation/cua-base.el (cua-rectangle-face)
16330 (cua-rectangle-noselect-face): Define face attributes here.
16331
16332 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
16333
16334 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16335
16336 * startup.el (command-line): Turn off blinking cursor if
16337 cursorBlink in resources is off or false.
16338
16339 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16340
16341 * term/mac-win.el (dnd): Require dnd.
16342 (mac-drag-n-drop): Call dnd-handle-one-url.
16343 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
16344 (kTextEncodingISOLatin2): Remove constants.
16345 (mac-script-code-coding-systems): New constant.
16346 (mac-handle-language-change): New function.
16347 (special-event-map): Bind it to `language-change' event.
16348 (mac-centraleurroman, mac-cyrillic): New coding systems.
16349 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
16350 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
16351 and mac-cyrillic-encoder to encode-mac-centraleurroman and
16352 encode-mac-cyrillic, respectively.
16353
16354 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
16355
16356 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
16357 Don't set overlay-arrow-string to "=>" as this is done
16358 globally in C now.
16359
16360 2005-04-12 Lute Kamstra <lute@gnu.org>
16361
16362 * generic-x.el (rc-generic-mode, rul-generic-mode):
16363 Fix auto-mode-alist entries.
16364 (etc-fstab-generic-mode): Tweak fontification.
16365
16366 * generic.el (generic-make-keywords-list): Fix docstring.
16367 (generic-mode-internal): Simplify generic-font-lock-keywords.
16368
16369 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
16370
16371 * whitespace.el (whitespace-buffer-leading)
16372 (whitespace-buffer-trailing): Revert the incorrect test inversion.
16373 However, fix the highlight area for the leading and
16374 trailing whitespaces to show space.
16375
16376 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
16377
16378 * whitespace.el (whitespace-version): Bump to 3.5
16379
16380 (whitespace-buffer-leading, whitespace-buffer-trailing):
16381 Invert sense of the test to highlight the whitespace.
16382
16383 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
16384
16385 * progmodes/gud.el (gud-display-line): GUD uses its own
16386 overlay arrow now so don't set overlay-arrow-string.
16387 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
16388
16389 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
16390
16391 * term.el (term-ansi-current-bold, term-ansi-current-underline)
16392 (term-ansi-current-reverse, term-ansi-current-invisible)
16393 (term-ansi-face-already-done): Change to boolean.
16394 (term-reset-terminal, term-handle-colors-array): Handle the above
16395 vars accordingly.
16396 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
16397 (term-emulate-terminal): Use the new name.
16398
16399 * faces.el (secondary-selection): Use yellow1, not yellow.
16400 (trailing-whitespace): Use red1, not red.
16401
16402 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16403
16404 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
16405 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
16406 (dired-dnd-handle-file): Call dnd-get-local-file-uri
16407
16408 * cus-edit.el (dnd): New group.
16409
16410 * term/w32-win.el (dnd): Require dnd
16411 (w32-drag-n-drop): Call dnd-handle-one-url.
16412
16413 * x-dnd.el: Require dnd.
16414 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
16415 Call dnd-handle-one-url.
16416 (x-dnd-types-alist, x-dnd-insert-utf8-text)
16417 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
16418 to dnd-insert-text.
16419 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
16420 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
16421 (x-dnd-get-local-file-name, x-dnd-open-local-file)
16422 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
16423
16424 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
16425
16426 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
16427
16428 * wdired.el: Doc fixes.
16429 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
16430 (wdired-use-dired-vertical-movement): Rename from
16431 wdired-always-move-to-filename-beginning.
16432 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
16433 (wdired-change-to-wdired-mode): Change mode name.
16434 (wdired-newline): Delete.
16435
16436 2005-04-11 Richard M. Stallman <rms@gnu.org>
16437
16438 * whitespace.el (whitespace-highlight-the-space):
16439 Don't call whitespace-unhighlight-the-space here.
16440
16441 * simple.el (undo): Record t in undo-equiv-table
16442 for the redo record made by an undo-in-region.
16443
16444 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
16445
16446 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
16447 (gdb-frame-inferior-io-buffer): New Functions to control
16448 display of separate IO buffer.
16449 (menu): Add them to menu-bar.
16450 (gdb-display-buffer): Check for buffer another frame.
16451 Protect GUD buffer.
16452 (gdb-setup-windows): Create IO buffer if not already there.
16453 (gdb-memory-mode): Remove purecopy noops.
16454
16455 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
16456
16457 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
16458 and pass to self-insert-command.
16459
16460 2005-04-11 Lute Kamstra <lute@gnu.org>
16461
16462 * generic.el: Commentary section cleanup.
16463 (generic): Delete.
16464 (generic-use-find-file-hook, generic-lines-to-scan)
16465 (generic-find-file-regexp, generic-ignore-files-regexp)
16466 (default-generic-mode, generic-mode-find-file-hook)
16467 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
16468 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
16469 (generic-use-find-file-hook, generic-lines-to-scan)
16470 (generic-find-file-regexp, generic-ignore-files-regexp)
16471 (default-generic-mode, generic-mode-find-file-hook)
16472 (generic-mode-ini-file-find-file-hook): Move from generic.el.
16473
16474 2005-04-10 Karl Fogel <kfogel@red-bean.com>
16475
16476 * bookmark.el (bookmark-write-file): Catch errors writing file.
16477 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
16478
16479 2005-04-10 Richard M. Stallman <rms@gnu.org>
16480
16481 * startup.el (fancy-splash-tail): Update copyright year.
16482 (command-line): Split part of -Q into -D.
16483 (emacs-basic-display): New defvar.
16484 (fancy-splash-text): Correct name of menu item.
16485
16486 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
16487
16488 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
16489 lines in one node.
16490
16491 * comint.el (comint-send-input): New arg ARTIFICIAL.
16492 Callers in this file changed.
16493
16494 * abbrev.el (define-abbrevs): Read system abbrevs properly.
16495
16496 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
16497
16498 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
16499
16500 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
16501 `ldap-search-internal'.
16502
16503 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16504
16505 * files.el (set-auto-mode-1): Use line-end-position.
16506
16507 * international/latin-1.el:
16508 * international/latin-2.el:
16509 * international/latin-3.el:
16510 * international/latin-4.el:
16511 * international/latin-5.el:
16512 * international/latin-8.el:
16513 * international/latin-9.el: Give punctuation syntax to NBSP.
16514
16515 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
16516 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
16517 Use char-classes to accept non-ascii letters, accepted in some recent
16518 bibtex implementations.
16519
16520 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
16521
16522 * custom.el (custom-set-minor-mode): Any non-nil value for the
16523 variable should enable the mode when set through Custom.
16524
16525 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16526
16527 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
16528 TAB binding so tab-always-indent is obeyed.
16529 (vhdl-minibuffer-local-map): Move initialization into declaration.
16530 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
16531 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
16532 (vhdl-hooked-abbrev): Avoid test for XEmacs.
16533 (vhdl-current-line): Use line-beginning-position.
16534 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
16535 with-output-to-temp-buffer, so the current position can be recorded.
16536
16537 2005-04-10 Masatake YAMATO <jet@gyve.org>
16538
16539 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16540 Add regexp for gcov.
16541
16542 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16543
16544 * calendar/time-date.el (time-to-seconds, seconds-to-time)
16545 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
16546 syntax which Emacs 20 doesn't support.
16547
16548 2005-04-09 Richard M. Stallman <rms@gnu.org>
16549
16550 * help.el (describe-key-briefly, describe-key):
16551 Replace strings as event types with "(any string)".
16552
16553 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16554
16555 * arc-mode.el (archive-mode-map): Move initialization into
16556 the declaration. Override *all* bindings of `undo'.
16557 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
16558
16559 2005-04-09 Jay Belanger <belanger@truman.edu>
16560
16561 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
16562
16563 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
16564
16565 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
16566 (xterm-register-default-colors): Update color values computation
16567 to match xterm-200.
16568
16569 2005-04-09 Kenichi Handa <handa@m17n.org>
16570
16571 * international/code-pages.el (iso-latin-7): Fix the map.
16572
16573 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
16574
16575 * emacs-lisp/lisp.el (defun-prompt-regexp)
16576 (parens-require-spaces, buffer-end, end-of-defun)
16577 (insert-parentheses): Doc fixes.
16578
16579 2005-04-08 Kim F. Storm <storm@cua.dk>
16580
16581 * comint.el (comint-highlight-prompt): Fix face spec.
16582 * hi-lock.el (hi-green): Likewise.
16583
16584 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
16585
16586 * cus-edit.el (custom-modified-face):
16587 * comint.el (comint-highlight-input): Fix previous changes.
16588 * term.el (term-handle-ansi-escape): Add a comment.
16589
16590 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16591
16592 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
16593 in the buffer and in whitespace-highlighted-space.
16594 (whitespace-unhighlight-the-space): Simplify.
16595 (whitespace-buffer): Simplify.
16596
16597 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
16598
16599 * textmodes/table.el (table-cell-face): Add special case for
16600 displays supporting a high number of colors.
16601 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
16602 (vhdl-font-lock-reserved-words-face)
16603 (vhdl-speedbar-architecture-face)
16604 (vhdl-speedbar-instantiation-face)
16605 (vhdl-speedbar-architecture-selected-face)
16606 (vhdl-speedbar-instantiation-selected-face): Likewise.
16607 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
16608 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
16609 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
16610 (ebrowse-root-class-face, ebrowse-member-attribute-face)
16611 (ebrowse-progress-face): Likewise.
16612 * progmodes/compile.el (compilation-info-face): Likewise.
16613 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
16614 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
16615 * calendar/calendar.el (diary-face): Likewise.
16616 * woman.el (woman-italic-face, woman-bold-face)
16617 (woman-unknown-face): Likewise.
16618 * wid-edit.el (widget-button-pressed-face): Likewise.
16619 * whitespace.el (whitespace-highlight-face): Likewise.
16620 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
16621 * pcvs-info.el (cvs-marked-face): Likewise.
16622 * info.el (info-xref): Likewise.
16623 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
16624 * hilit-chg.el (highlight-changes-face)
16625 (highlight-changes-delete-face): Likewise.
16626 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
16627 (hi-red-b): Likewise.
16628 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
16629 * font-lock.el (font-lock-keyword-face)
16630 (font-lock-function-name-face, font-lock-warning-face): Likewise.
16631 * cus-edit.el (custom-invalid-face, custom-modified-face)
16632 (custom-set-face, custom-changed-face, custom-variable-tag-face)
16633 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
16634 * comint.el (comint-highlight-prompt): Likewise.
16635
16636 2005-04-08 Lute Kamstra <lute@gnu.org>
16637
16638 * font-lock.el (font-lock-keywords): Docstring fixes.
16639
16640 2005-04-08 Kenichi Handa <handa@m17n.org>
16641
16642 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
16643 chars are more than a limit, print " and more..." at the tail.
16644
16645 2005-04-08 Kim F. Storm <storm@cua.dk>
16646
16647 * emacs-lisp/authors.el (authors-aliases): Update list.
16648 (authors-ignored-files): New list.
16649 (authors-fixed-entries): Fix typo.
16650 (authors-renamed-files-alist): Update list.
16651 (authors-add): Check authors-ignored-files.
16652
16653 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
16654
16655 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
16656 optional, to ensure backward compatibility.
16657
16658 2005-04-08 Stephen Eglen <stephen@gnu.org>
16659
16660 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
16661
16662 2005-04-08 Kim F. Storm <storm@cua.dk>
16663
16664 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
16665
16666 * mouse.el (mouse-on-link-p): Doc fix.
16667
16668 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
16669
16670 * ielm.el (ielm-prompt-read-only): Doc fix.
16671
16672 * comint.el (comint-prompt-read-only): Doc fix.
16673
16674 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
16675
16676 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
16677 ensure dired always handles wildcards passed to ffap.
16678 (find-file-at-point): Use it.
16679 (ffap-dired-wildcards): Doc fix.
16680
16681 2005-04-07 Juri Linkov <juri@jurta.org>
16682
16683 * simple.el (next-error-overlay-arrow-position): New defvar.
16684 Put "=>" on its property `overlay-arrow-string'. Add it to
16685 `overlay-arrow-variable-list'.
16686
16687 * progmodes/compile.el (compilation-setup):
16688 Set `next-error-overlay-arrow-position' to nil. Also set it to
16689 nil in the local hook `kill-buffer-hook'. Make local variable
16690 `overlay-arrow-string' and set it to "=>".
16691 (compilation-goto-locus): Set BOL position to
16692 `next-error-overlay-arrow-position' instead of
16693 `overlay-arrow-position'.
16694
16695 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
16696 locally instead of adding it to the global hook.
16697 (Info-kill-buffer): Move up.
16698
16699 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
16700
16701 * term/xterm.el (xterm-standard-colors): Update color values from
16702 xterm-200.
16703
16704 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
16705
16706 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
16707
16708 * fast-lock.el:
16709 * lazy-lock.el: Move them to the obsolete subdir.
16710
16711 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
16712
16713 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
16714 (wdired-add-replace-advice): Remove.
16715 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
16716
16717 2005-04-06 Kim F. Storm <storm@cua.dk>
16718
16719 * startup.el (command-line): Add --bare-bones alias for -Q.
16720
16721 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16722
16723 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
16724 create the startup fontset if a font specification ends with
16725 `mac-roman'.
16726
16727 2005-04-06 Lute Kamstra <lute@gnu.org>
16728
16729 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
16730 change.
16731
16732 * emacs-lisp/copyright.el (copyright-update-year): Replace the
16733 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
16734
16735 2005-04-05 Lute Kamstra <lute@gnu.org>
16736
16737 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
16738 (define-generic-mode): Ditto. Fix debug declaration.
16739
16740 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
16741 Put them in the generic-x group.
16742
16743 * calendar/timeclock.el (timeclock): Doc fix.
16744
16745 * generic.el (define-generic-mode): Don't use custom-current-group.
16746 Document default :group value.
16747 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
16748 (define-global-minor-mode): Don't use custom-current-group.
16749
16750 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
16751
16752 * startup.el (command-line-1): Display startup-echo-area-message
16753 when fancy splash screen is in use.
16754
16755 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
16756 (sh-escaped-newline): New face.
16757 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
16758 newline, and use sh-escaped-newline face.
16759
16760 * progmodes/tcl.el (tcl-escaped-newline): New face.
16761 (tcl-builtin-list): New variable.
16762 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
16763 newlines. Fix keywords subexpression number.
16764
16765 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
16766
16767 * textmodes/org.el (org-diary-default-entry): Fix call to
16768 `add-to-diary-entry'.
16769
16770 2005-04-05 Kim F. Storm <storm@cua.dk>
16771
16772 * ediff-init.el: Use (featurep 'xemacs).
16773
16774 2005-04-05 David Ponce <david@dponce.com>
16775
16776 * cus-edit.el (face): Derive from symbol widget. Display sample
16777 of the current face on the fly.
16778 (widget-face-sample-face-get, widget-face-notify): New functions.
16779 (widget-face-value-create): Remove.
16780
16781 * wid-edit.el (widget-field-end): Temporarily remove field
16782 narrowing before to call `get-char-property'.
16783
16784 2005-04-04 Jay Belanger <belanger@truman.edu>
16785
16786 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
16787 (math-read-subscripts): New variable.
16788 (math-read-preprocess-string): Process subscripts.
16789
16790 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
16791
16792 * comint.el (comint-prompt-read-only): Doc fix.
16793
16794 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
16795 `-1'. Doc fix.
16796
16797 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
16798
16799 * textmodes/org.el (org-insert-mode-line-in-empty-file):
16800 Change default value to nil.
16801
16802 2005-04-04 Lute Kamstra <lute@gnu.org>
16803
16804 * autorevert.el (auto-revert-mode): Specify :group.
16805 * battery.el (display-battery-mode): Specify :group.
16806 * diff-mode.el (diff-minor-mode): Specify :group.
16807 * font-core.el (font-lock-mode): Specify :group.
16808 * hl-line.el (hl-line-mode): Specify :group.
16809 * iimage.el (iimage): New customization group.
16810 (iimage-mode): Specify :group.
16811 * longlines.el (longlines-mode): Specify :group.
16812 * master.el: Don't require easy-mmode.
16813 (master): New customization group.
16814 (master-mode): Specify :group.
16815 * msb.el (msb-mode): Specify :group.
16816 * reveal.el (reveal-mode): Specify :group.
16817 * simple.el (next-error-follow-minor-mode): Specify :group.
16818 * smerge-mode.el (smerge-mode): Specify :group.
16819 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
16820 * emulation/cua-base.el (cua-mode): Specify :group.
16821 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
16822 * language/thai-util.el (thai-auto-composition-mode)
16823 (thai-word-mode): Specify :group.
16824 * mail/supercite.el (sc-minor-mode): Specify :group.
16825 * progmodes/cwarn.el (cwarn-mode): Specify :group.
16826 * progmodes/flymake.el (flymake-mode): Specify :group.
16827 * progmodes/glasses.el (glasses-mode): Specify :group.
16828 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
16829 * textmodes/enriched.el (enriched-mode): Specify :group.
16830 * textmodes/refill.el (refill-mode): Specify :group.
16831
16832 * add-log.el (change-log-font-lock-keywords): Names in
16833 parenthesized lists can contain spaces.
16834
16835 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
16836
16837 * startup.el (fancy-splash-text): Shorten default text of
16838 "Emacs Tutorial" line. Also, if the current language env
16839 indicates an available tutorial file other than TUTORIAL,
16840 extract its title and append it to the line in parentheses.
16841 (fancy-splash-insert): If arg is a thunk, funcall it.
16842
16843 2005-04-04 Jay Belanger <belanger@truman.edu>
16844
16845 * calc.el (calc-language-alist): Add tags to customization type.
16846
16847 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
16848
16849 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
16850 Doc fix.
16851
16852 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
16853
16854 * add-log.el (change-log-font-lock-keywords): The manual
16855 describing a Change Log entry, says: (...) "Aside from these
16856 header lines, every line in the change log starts with a space or
16857 a tab.". The font-lock was not highlighting lines started with
16858 spaces, added support for it.
16859
16860 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16861
16862 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
16863 (bibtex-generate-url-list): Update docstring accordingly. Put the
16864 complex example in the docstring.
16865 (bibtex-font-lock-url): Use pop.
16866
16867 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16868
16869 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
16870
16871 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
16872
16873 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
16874
16875 * filesets.el (filesets-set-default): Doc fix.
16876
16877 2005-04-03 Lute Kamstra <lute@gnu.org>
16878
16879 * generic.el (define-generic-mode): Add argument to specify
16880 keywords for defcustom.
16881 (default-generic-mode): Specify :group.
16882
16883 * generic-x.el: Specify :group for all generic modes.
16884
16885 * desktop.el (desktop-no-desktop-file-hook)
16886 (desktop-after-read-hook): Doc fix.
16887
16888 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
16889
16890 * simple.el (visible-mode): Use explicit :group keyword.
16891 This changes the group of `visible-mode-hook' from paren-blinking
16892 to editing-basics.
16893
16894 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
16895
16896 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
16897 mailbox specifications as well as URLs.
16898 (rmail-insert-inbox-text): Remove unused conditional branches.
16899
16900 2005-04-01 Jay Belanger <belanger@truman.edu>
16901
16902 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
16903 (calc-gnuplot-print-command): Move definitions to calc.el.
16904
16905 * calc/calc-embed.el (calc-embedded-announce-formula)
16906 (calc-embedded-open-formula, calc-embedded-close-formula)
16907 (calc-embedded-open-word, calc-embedded-close-word)
16908 (calc-embedded-open-plain, calc-embedded-close-plain)
16909 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
16910 (calc-embedded-open-mode, calc-embedded-close-mode):
16911 Move definitions to calc.el.
16912
16913 * calc/calc.el (calc-settings-file, calc-language-alist):
16914 Make customizable.
16915 (calc-embedded-announce-formula, calc-embedded-open-formula)
16916 (calc-embedded-close-formula, calc-embedded-open-word)
16917 (calc-embedded-close-word, calc-embedded-open-plain)
16918 (calc-embedded-close-plain, calc-embedded-open-new-formula)
16919 (calc-embedded-close-new-formula, calc-embedded-open-mode)
16920 (calc-embedded-close-mode, calc-gnuplot-name)
16921 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
16922 from other files and make customizable.
16923
16924 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16925
16926 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
16927 Use buffer-live-p.
16928 (cvs-mode-run): Don't call cvs-update-header here.
16929 (cvs-run-process): Call cvs-update-header.
16930 Use process properties for cvs-postprocess and cvs-buffer so that
16931 the sentinel can behave better if the temp buffer is killed.
16932 Use a pipe rather than a tty, to better handle unexpected prompts.
16933 (cvs-sentinel): Rewrite. Call cvs-update-header.
16934
16935 2005-04-01 Andre Spiegel <spiegel@gnu.org>
16936
16937 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
16938 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
16939
16940 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16941
16942 * generic.el (define-generic-mode): Add indentation rule.
16943
16944 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
16945
16946 * files.el (mode-require-final-newline): Make Custom correctly
16947 report a nil value and allow to set it to nil via Custom.
16948 Doc fix.
16949
16950 2005-04-01 Kenichi Handa <handa@m17n.org>
16951
16952 * international/characters.el: Enable the correct case setting for
16953 dotless-i and dotted-I.
16954
16955 2005-04-01 Kim F. Storm <storm@cua.dk>
16956
16957 * ido.el (ido-file-internal): Fall back to non-ido command if
16958 initial directory is on slow ftp (or tramp) host.
16959
16960 2005-03-31 Richard M. Stallman <rms@gnu.org>
16961
16962 * emacs-lisp/autoload.el (make-autoload):
16963 Handle define-global-minor-mode.
16964
16965 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16966 Rename from easy-mmode-define-global-mode.
16967 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
16968
16969 * progmodes/scheme.el (scheme-mode-syntax-table):
16970 Update syntax of | and # for two-character comment syntax.
16971
16972 2005-03-31 Lute Kamstra <lute@gnu.org>
16973
16974 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
16975 (define-minor-mode): Call custom-current-group at load-time.
16976
16977 * generic.el (define-generic-mode): Add debug declaration.
16978 Add defcustom for the mode hook.
16979 (generic-mode-internal): Use run-mode-hooks.
16980
16981 2005-03-31 Kim F. Storm <storm@cua.dk>
16982
16983 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
16984 (mouse-fixup-help-message): New defun called by show_help_echo
16985 to fixup mouse-2 prefix in help messages when applicable.
16986
16987 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
16988
16989 2005-03-31 Kenichi Handa <handa@m17n.org>
16990
16991 * language/thai-word.el (thai-find-word-ends): Pay attention to
16992 the case that we reach the end of buffer.
16993
16994 * textmodes/fill.el (fill-text-properties-at): New function.
16995 (fill-newline): Use fill-text-properties-at instead of
16996 text-properties-at.
16997
16998 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
16999
17000 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
17001 not comint-quote-filename.
17002
17003 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
17004
17005 * help-fns.el (help-with-tutorial): Revert last change.
17006
17007 2005-03-31 Kim F. Storm <storm@cua.dk>
17008
17009 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
17010
17011 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
17012
17013 * calendar/cal-china.el: Update reference to "Calendrical
17014 Calculations" book; there's a new edition.
17015 * calendar/cal-coptic.el: Likewise.
17016 * calendar/cal-french.el: Likewise.
17017 * calendar/cal-hebrew.el: Likewise.
17018 * calendar/cal-islam.el: Likewise.
17019 * calendar/cal-iso.el: Likewise.
17020 * calendar/cal-julian.el: Likewise.
17021 * calendar/cal-mayan.el: Likewise.
17022 * calendar/cal-persia.el: Likewise.
17023 * calendar/calendar.el: Likewise.
17024 * calendar/holidays.el: Likewise.
17025 * calendar/lunar.el: Likewise.
17026 * calendar/solar.el: Likewise.
17027
17028 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
17029 white space from doc string.
17030
17031 2005-03-30 Jay Belanger <belanger@truman.edu>
17032
17033 * calc/calc-help.el (calc-full-help): Remove email address.
17034
17035 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
17036
17037 * help-fns.el (help-with-tutorial): Delete title line.
17038
17039 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17040
17041 * calendar/cal-x.el (calendar-one-frame-setup)
17042 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
17043 rather than `symbol' for set-window-dedicated-p.
17044
17045 * calendar/appt.el (appt-buffer-name): Make it a constant.
17046 (appt-add): Doc fix.
17047
17048 * filesets.el (filesets-menu-path, filesets-menu-before)
17049 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
17050 (filesets-menu-cache-file): Use directory ~/.emacs.d.
17051 (filesets-add-submenu): Delete and use add-submenu instead.
17052
17053 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
17054
17055 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
17056 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
17057 (org-diary-default-entry): New function.
17058 (org-get-entries-from-diary): Better parsing of diary entries.
17059 (org-agenda-check-no-diary): New function.
17060 ("diary-lib"): Advice to function `add-to-diary-list', to allow
17061 linking to diary entries.
17062 (org-agenda-execute-calendar-command): New function.
17063 (org-agenda): Improve visible section in window.
17064 Use `org-fit-agenda-window'.
17065 (org-fit-agenda-window): New option.
17066 (org-move-subtree-down): Better handling of empty lines
17067 at end of subtree.
17068 (org-cycle): Numeric prefix is interpreted now as show-subtree N
17069 levels up.
17070 (org-fontify-done-headline): New option.
17071 (org-headline-done-face): New face.
17072 (org-set-font-lock-defaults): Use `org-headline-done-face'.
17073 (org-table-copy-down): Rename from `org-table-copy-from-above'.
17074 When current field is non-empty, it is copied to next row.
17075 (org-table-copy-from-above): Fix bug which made it
17076 impossible to copy fields containing only a single non-white character.
17077
17078 2005-03-30 Kim F. Storm <storm@cua.dk>
17079
17080 * kmacro.el (kmacro-end-macro): Isearch may store this command
17081 into the macro -- so ignore it when executing keyboard macro.
17082
17083 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
17084
17085 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
17086
17087 2005-03-29 Kenichi Handa <handa@m17n.org>
17088
17089 * language/thai.el ("Thai"): Set setup-function and exit-function
17090 for Thai language environment.
17091
17092 * language/thai-util.el: Require thai-word.
17093 (thai-word-mode-map): New variable.
17094 (thai-word-mode): New minor mode.
17095 (setup-thai-language-environment-internal): New function.
17096 (exit-thai-language-environment-internal): New function.
17097
17098 * language/thai-word.el (thai-word-table): Declare it by defvar,
17099 use dolist to initialize it.
17100 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
17101 (thai-fill-find-break-point): New functions.
17102
17103 2005-03-29 Richard M. Stallman <rms@gnu.org>
17104
17105 * simple.el (idle-update-delay): Move definition up.
17106 (set-mark): Doc fix.
17107
17108 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
17109
17110 * longlines.el: New file.
17111
17112 * simple.el (buffer-substring-filters): New variable.
17113 (filter-buffer-substring): New function.
17114 (kill-region, copy-region-as-kill): Use it.
17115
17116 * register.el (copy-to-register, append-to-register)
17117 (prepend-to-register): Use filter-buffer-substring.
17118
17119 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
17120
17121 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
17122 (gud-filter-pending-text): Move in front of gdb.
17123 (gud-overlay-arrow-position): New variable.
17124 (gud-sentinel, gud-display-line): Use it in place of
17125 overlay-arrow-position.
17126
17127 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
17128
17129 * progmodes/fortran.el (fortran-if-indent): Doc fix.
17130 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
17131 (fortran-font-lock-keywords-4): New variable.
17132 (fortran-blocks-re, fortran-end-block-re)
17133 (fortran-start-block-re): New constants, for hideshow.
17134 (hs-special-modes-alist): Add a Fortran entry.
17135 (fortran-mode-map): Bind fortran-end-of-block,
17136 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
17137 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
17138 (fortran-looking-at-if-then, fortran-end-of-block)
17139 (fortran-beginning-of-block): New functions, for hideshow.
17140
17141 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
17142 Doc fix. Tweak regexp.
17143 (f90-beginning-of-block): Push mark first.
17144
17145 2005-03-29 Jay Belanger <belanger@truman.edu>
17146
17147 * calc/calc.el: Update copyright date.
17148 (calc-version): Increase to 2.1.
17149 (calc-version-date): Remove.
17150
17151 * calc/calc-help.el: Update copyright date.
17152 (calc-full-help): Remove reference to calc-version-date.
17153 Update copyright date.
17154
17155 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17156
17157 * vc.el (vc-do-command): Use a pipe for async processes, so password
17158 prompts don't show up at places where the user can't reply.
17159
17160 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
17161
17162 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
17163 on the file name we pass to the inferior shell.
17164
17165 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
17166
17167 * progmodes/which-func.el (which-function): Be robust in the face of an
17168 imenu--make-index-alist failure.
17169
17170 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17171
17172 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
17173
17174 * progmodes/python.el (python-preoutput-filter): Fix last change.
17175
17176 2005-03-29 Lute Kamstra <lute@gnu.org>
17177
17178 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
17179 functions and compiled macros.
17180 (debug-convert-byte-code): Handle macros too.
17181 (debug-on-entry-1): Don't signal an error when trying to clear a
17182 function that is not set to debug on entry.
17183
17184 2005-03-29 Jay Belanger <belanger@truman.edu>
17185
17186 * calc/calc-lang.el: Add functions to math-function-table
17187 properties of tex and math.
17188
17189 2005-03-29 Kenichi Handa <handa@m17n.org>
17190
17191 * ps-mule.el (ps-mule-plot-string): Translate characters by
17192 ps-print-translation-table.
17193 (ps-mule-begin-job): Call find-charset-region/string with
17194 ps-print-translation-table.
17195 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
17196
17197 * ps-print.el (ps-print-translation-table): New variable.
17198 (ps-plot-region): Translate characters by ps-print-translation-table.
17199
17200 2005-03-29 Juri Linkov <juri@jurta.org>
17201
17202 * simple.el (next-error-highlight-timer): New variable.
17203
17204 * progmodes/compile.el (compilation-goto-locus):
17205 Use `next-error-highlight-timer' instead of `sit-for'.
17206
17207 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17208
17209 * mail/supercite.el (sc-mail-field): Use assoc-string.
17210 (sc-get-address): Simplify regexps.
17211
17212 * files.el (minibuffer-with-setup-hook): New macro.
17213 (find-file-read-args): Use it to avoid let-binding
17214 minibuffer-with-setup-hook (which breaks turning on/off
17215 file-name-shadow-mode while in the prompt).
17216
17217 * complete.el (PC-read-include-file-name-internal):
17218 Use test-completion.
17219
17220 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
17221
17222 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
17223
17224 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17225
17226 * window.el (window-buffer-height): Use count-screen-lines.
17227
17228 * progmodes/python.el (python-preoutput-leftover): New var.
17229 (python-preoutput-filter): Use it.
17230 (python-send-receive): Loop until all the result has been received.
17231
17232 2005-03-28 Juri Linkov <juri@jurta.org>
17233
17234 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
17235
17236 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
17237 "Recover Crashed Session".
17238 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
17239 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
17240 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
17241 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
17242 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
17243 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
17244 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
17245 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
17246
17247 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
17248 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
17249 Ediff Sessions", "Toggle use of separate control buffer frame",
17250 "Use separate frame for Ediff control buffer".
17251
17252 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
17253 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
17254 "Rename Bookmark", "Delete Bookmark".
17255
17256 * info.el (Info-mode-menu): Remove ellipsis from "Index".
17257 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
17258 Add `:active Info-index-alternatives' to "Next Matching Item".
17259
17260 * wdired.el (wdired-change-to-wdired-mode):
17261 Mention `wdired-abort-changes' key in the initial message.
17262
17263 * international/mule.el (auto-coding-alist): Associate non-ascii
17264 image filename extensions with `no-conversion'.
17265
17266 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
17267
17268 * international/iso-acc.el:
17269 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
17270
17271 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
17272
17273 * textmodes/sgml-mode.el (html-mode): Doc update.
17274
17275 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
17276
17277 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
17278
17279 * term.el (term-move-columns): Fix face after extending a line.
17280 (term-insert-spaces): Likewise.
17281 (term-reset-terminal): Fix off by one error.
17282
17283 2005-03-26 Eli Zaretskii <eliz@gnu.org>
17284
17285 * international/mule.el (auto-coding-alist): Add .xpi files.
17286
17287 * files.el (auto-mode-alist): Add .xpi files.
17288
17289 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
17290
17291 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
17292
17293 2005-03-26 Eli Zaretskii <eliz@gnu.org>
17294
17295 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
17296
17297 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
17298
17299 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
17300 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
17301
17302 * calendar/cal-move.el (calendar-beginning-of-year): Move the
17303 cursor to Jan 1 when needed.
17304 (calendar-end-of-year): Fix -/+ typo.
17305 Reported by Chong Yidong <cyd@stupidchicken.com>.
17306
17307 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17308
17309 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
17310
17311 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
17312 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
17313
17314 2005-03-25 Richard M. Stallman <rms@gnu.org>
17315
17316 * filesets.el (filesets-init): Add autoload.
17317
17318 * mail/mailalias.el (mail-directory): Doc fix.
17319
17320 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17321
17322 * mail/mailalias.el (mail-directory-process): Do nothing if
17323 mail-directory-process is an atom.
17324 (mail-get-names): Ignore mail-directory-names if it is an atom.
17325 (mail-directory-process defvar): Doc fix.
17326 (mail-names): Doc fix.
17327
17328 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
17329
17330 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
17331
17332 2005-03-26 Kenichi Handa <handa@m17n.org>
17333
17334 * international/mule-util.el (detect-coding-with-priority):
17335 Call update-coding-systems-internal before detect-coding-region.
17336
17337 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
17338
17339 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
17340 (gdb-frames-mode-map): Add follow-link property.
17341
17342 2005-03-25 Jay Belanger <belanger@truman.edu>
17343
17344 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
17345 for variables.
17346
17347 2005-03-25 Juri Linkov <juri@jurta.org>
17348
17349 * image-mode.el: Optimize image filename extension regexps in
17350 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
17351 in `auto-mode-alist'.
17352 (image-mode): Add `image-toggle-display-text' to local hook
17353 `change-major-mode-hook'. Display the image as an image by
17354 default. Set `cursor-type' and `truncate-lines' if the image
17355 is already displayed. Take into account the current mode (image
17356 or text) in message.
17357 (image-minor-mode): New minor mode.
17358 (image-mode-maybe, image-toggle-display-text): New functions.
17359 (image-toggle-display): Use called-interactively-p.
17360 Let-bind `inhibit-read-only' to t.
17361
17362 * image-mode.el (image-minor-mode): Set `cursor-type' and
17363 `truncate-lines' if the image is already displayed. Add turning
17364 image-minor-mode off to `change-major-mode-hook'. Add message.
17365 Call `image-toggle-display-text' after turning image-minor-mode off.
17366
17367 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
17368
17369 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
17370 Terminal.app, use utf-8.
17371 (set-display-table-and-terminal-coding-system): Add coding-system arg.
17372 (set-locale-environment): Use it.
17373
17374 * term/xterm.el: Undo last change, better done in mule-cmds.el.
17375
17376 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
17377
17378 * progmodes/python.el (python-close-block-statement-p)
17379 (python-outdent-p, python-current-defun): Use symbol-end.
17380
17381 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
17382
17383 * files.el (save-some-buffers): Doc fix.
17384
17385 2005-03-25 Werner Lemberg <wl@gnu.org>
17386
17387 * complete.el, thumbs.el: Replace `legal' with `valid'.
17388 * calendar/calendar.el: Replace `legal' with `valid'.
17389 * emacs-lisp/advice.el: Replace `legal' with `valid'.
17390 * mail/supercite.el: Replace `legal' with `valid'.
17391 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
17392 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
17393 Replace `legal' with `valid'.
17394 * textmodes/reftex-vars.el, textmodes/reftex.el:
17395 Replace `legal' with `valid'.
17396
17397 2005-03-25 Werner Lemberg <wl@gnu.org>
17398
17399 * calc/calc-forms.el, calc/calc-sel.el
17400 * midnight.el, vc-cvs.el
17401 * emacs-lisp/cl-macs.el
17402 * emulation/vip.el
17403 * eshell/esh-io.el, eshell/esh-var.el
17404 * mail/supercite.el
17405 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
17406 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
17407 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
17408 * progmodes/sh-script.el, progmodes/xscheme.el
17409 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
17410 * textmodes/reftex-index.el, textmodes/reftex-parse.el
17411 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
17412 * textmodes/reftex.el, textmodes/org.el:
17413 Replace `illegal' with `invalid'.
17414
17415 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17416
17417 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
17418 (flymake-find-buildfile, flymake-find-possible-master-files)
17419 (flymake-check-include, flymake-parse-line): Replace loops over the
17420 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
17421
17422 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
17423 Substitute file-name-as-directory in the rest of the file.
17424 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
17425 (flymake-replace-region): Remove unused arg `buffer'.
17426 (flymake-check-patch-master-file-buffer): Update calls to it.
17427 (flymake-add-err-info): Remove unused var `count'.
17428 (flymake-mode): Use define-minor-mode.
17429
17430 * progmodes/flymake.el: Use with-current-buffer.
17431 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
17432 flymake-replace-regexp-in-string, flymake-line-beginning-position)
17433 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
17434 Avoid testing for `xemacs'.
17435 (flymake-nop): Move.
17436 (flymake-region-has-flymake-overlays): Return the computed value.
17437 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
17438 Remove unused var `endline'.
17439 (flymake-get-line-count): Remove unused function.
17440 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
17441
17442 * emulation/vi.el:
17443 * generic.el:
17444 * hilit-chg.el (global-highlight-changes):
17445 * hi-lock.el (hi-lock-mode):
17446 * follow.el: find-file-hooks -> find-file-hook.
17447
17448 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
17449
17450 2005-03-24 Juri Linkov <juri@jurta.org>
17451
17452 * dired.el (dired-mode-map): Add menu item "Compare directories"
17453 for dired-compare-directories.
17454
17455 * dired-aux.el (dired-compare-directories): Add autoload cookie.
17456 Doc fix. Replace `read-file-name' with `read-directory-name'.
17457
17458 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17459
17460 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
17461
17462 2005-03-24 Jay Belanger <belanger@truman.edu>
17463
17464 * calc/calc-embed.el (calc-embedded-mode-change): Save all
17465 relevant mode settings in calc-embedded-original-modes when modes
17466 are permanently changed.
17467
17468 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17469
17470 * autoinsert.el: find-file-hooks -> find-file-hook.
17471
17472 2005-03-24 Lute Kamstra <lute@gnu.org>
17473
17474 * generic.el (generic-font-lock-defaults): Make it obsolete.
17475 (generic-font-lock-keywords): New variable to replace
17476 generic-font-lock-defaults.
17477 (generic-mode-set-font-lock): Delete it.
17478 (generic-mode-internal): Don't call generic-mode-set-font-lock.
17479 (generic-bracket-support): Add docstring.
17480
17481 * generic-x.el: Rename generic-font-lock-defaults to
17482 generic-font-lock-keywords throughout.
17483 (mailagent-rules-setup-function): Delete it.
17484 (mailagent-rules-generic-mode): Use anonymous function instead.
17485 (show-tabs-generic-mode-font-lock-defaults-1)
17486 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
17487 Quote faces.
17488 (show-tabs-tab-face, show-tabs-space-face): Specify background,
17489 not foreground.
17490
17491 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
17492 Recognize define-generic-mode.
17493
17494 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
17495
17496 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
17497 if there's no completion table.
17498
17499 2005-03-23 Miles Bader <miles@gnu.org>
17500
17501 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17502 Remove tty-specific variants, as they're no longer needed.
17503
17504 2005-03-23 Lute Kamstra <lute@gnu.org>
17505
17506 * generic-x.el: Code cleanup: make args constant whenever possible.
17507 (installshield-statement-keyword-list)
17508 (installshield-system-functions-list)
17509 (installshield-system-variables-list, installshield-types-list)
17510 (installshield-funarg-constants-list): Make them constants.
17511
17512 * generic.el (generic-make-keywords-list): Add autoload cookie.
17513
17514 * calendar/time-date.el: Add comment on time value formats.
17515 Don't require parse-time.
17516 (with-decoded-time-value): New macro.
17517 (encode-time-value): New function.
17518 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17519 (days-to-time): Return a valid time value when arg is huge.
17520 (time-since): Use time-subtract.
17521 (time-to-number-of-days): Use time-to-seconds.
17522
17523 2005-03-23 David Ponce <david@dponce.com>
17524
17525 * recentf.el (recentf-keep): New option.
17526 (recentf-menu-action): Default to `find-file'.
17527 (recentf-keep-non-readable-files-flag)
17528 (recentf-keep-non-readable-files-p)
17529 (recentf-file-readable-p, recentf-find-file)
17530 (recentf-cleanup-remote): Remove.
17531 (recentf-include-p): More robust.
17532 (recentf-keep-p): New function.
17533 (recentf-remove-if-non-kept): Rename from
17534 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
17535 All callers updated.
17536 (recentf-menu-items-for-commands): Fix help string.
17537 (recentf-track-closed-file): Update. Doc fix.
17538 (recentf-cleanup): Update. Count removed files. Doc fix.
17539
17540 2005-03-23 Kim F. Storm <storm@cua.dk>
17541
17542 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17543 Don't inherit from fringe face (now happens automatically).
17544
17545 2005-03-22 Kim F. Storm <storm@cua.dk>
17546
17547 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
17548 position values.
17549
17550 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17551
17552 * menu-bar.el (showhide-date-time): Remove.
17553 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
17554 (menu-bar-make-mm-toggle): Simplify.
17555
17556 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17557
17558 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
17559 Accept qualified variable and function names.
17560
17561 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
17562
17563 * bindings.el (completion-ignored-extensions):
17564 Remove ".lis" for `vax-vms'.
17565
17566 2005-03-22 Andreas Schwab <schwab@suse.de>
17567
17568 * generic-x.el: Revert last change.
17569 * ldefs-boot.el: Update.
17570
17571 2005-03-22 Jay Belanger <belanger@truman.edu>
17572
17573 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
17574 (calc-embedded-save-original-modes)
17575 (calc-embedded-restore-original-modes): New functions.
17576 (calc-do-embedded): Save original modes when entering embedded mode
17577 and restore when leaving embedded mode.
17578 (calc-embedded-modes-change): Change the value of
17579 calc-embedded-original-modes to reflect permanent changes.
17580
17581 2005-03-22 Lute Kamstra <lute@gnu.org>
17582
17583 * generic-x.el: Require generic again.
17584
17585 2005-03-22 Miles Bader <miles@gnu.org>
17586
17587 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
17588 Tweak details to look good on both ttys and bitmap displays, light
17589 or dark background, etc.
17590
17591 2005-03-21 Kim F. Storm <storm@cua.dk>
17592
17593 * tooltip.el (tooltip-show-help-function): Check car and cdr of
17594 mouse position.
17595
17596 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
17597
17598 * icomplete.el: Don't forcibly turn on the mode upon load.
17599 (icomplete-mode): Use define-minor-mode.
17600 (icomplete-eoinput): Default to nil.
17601 (icomplete-minibuffer-setup): Remove autoload.
17602 (icomplete-tidy): Simplify.
17603 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
17604 in the initial state or if the user has modified the field.
17605 Fix handling of icomplete-max-delay-chars.
17606 Remove code that handles the oddball case where
17607 minibuffer-completion-table is an integer.
17608 Wrap icomplete-completions in while-no-input in case building
17609 completions takes more time than expected.
17610 (icomplete-completions): Simplify.
17611
17612 2005-03-21 Richard M. Stallman <rms@gnu.org>
17613
17614 * jka-compr.el (jka-compr-really-do-compress):
17615 Make variable buffer-local.
17616
17617 * image-mode.el: Handle .xpm files too.
17618 (image-toggle-display): Preserve modification flag.
17619
17620 * help.el (where-is): Don't mention aliases with no key bindings.
17621
17622 2005-03-21 Lute Kamstra <lute@gnu.org>
17623
17624 * generic.el: Fix commentary section. Don't require cl for
17625 compilation.
17626 (generic-mode-list): Add autoload cookie.
17627 (generic-use-find-file-hook, generic-lines-to-scan)
17628 (generic-find-file-regexp, generic-ignore-files-regexp)
17629 (generic-mode, generic-mode-find-file-hook)
17630 (generic-mode-ini-file-find-file-hook): Fix docstrings.
17631 (define-generic-mode): Make it a defmacro. Fix docstring.
17632 (generic-mode-internal): Code cleanup. Add autoload cookie.
17633 (generic-mode-set-comments): Code cleanup.
17634 * generic-x.el: Don't prevent compilation. Don't require generic.
17635 Follow coding conventions. Minor code cleanup.
17636 (etc-fstab-generic-mode): Add some keywords.
17637 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
17638 define-generic-mode like a function declaration.
17639
17640 2005-03-21 Jay Belanger <belanger@truman.edu>
17641
17642 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
17643 changing modes.
17644
17645 2005-03-21 Sam Steingold <sds@gnu.org>
17646
17647 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
17648
17649 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
17650
17651 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
17652 Add underscore to "f$ lexicals" regexp.
17653
17654 2005-03-20 Juri Linkov <juri@jurta.org>
17655
17656 * subr.el (progress-reporter-do-update): When `min-value' is equal
17657 to `max-value', set `percentage' to 0 and prevent division by zero.
17658
17659 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
17660
17661 Sync with Tramp 2.0.48.
17662
17663 * net/tramp.el (all): Change all addresses to .gnu.org.
17664 (tramp-append-tramp-buffers): New defun.
17665 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
17666 Catch `dont-send' signal.
17667 (tramp-set-auto-save-file-modes): Set always permissions, because
17668 there might be an old auto-saved file belonging to another
17669 original file. This could be a security threat. Reported by
17670 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
17671 Check for Emacs 21.3.50 removed.
17672
17673 * net/tramp-smb.el (all): Remove debug construct for
17674 `with-parsed-tramp-file-name'.
17675 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
17676 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
17677 No error message if DIRECTORY or FILENAME doesn't exist.
17678 (tramp-smb-open-connection): Check existence of
17679 `tramp-smb-program'.
17680
17681 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17682
17683 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
17684 Properly handle the case where the `m' or `s' command's argument is not
17685 yet terminated.
17686 (perl-indent-new-calculate): New function.
17687 (perl-indent-line): Use it.
17688
17689 2005-03-20 Miles Bader <miles@gnu.org>
17690
17691 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
17692 in text-mode too. Change to new face names.
17693 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
17694 Add `:weight bold' attribute.
17695 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
17696
17697 2005-03-19 Juri Linkov <juri@jurta.org>
17698
17699 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
17700
17701 * international/mule.el (auto-coding-alist): Sync with
17702 `auto-mode-alist' by adding upper case archive file extensions
17703 and adding ear/war to jar extension.
17704
17705 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
17706
17707 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
17708 running, restart it.
17709
17710 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
17711
17712 * finder.el (finder-current-item): Throw an error on an empty line.
17713
17714 * man.el (Man-follow-manual-reference): If current-word returns
17715 nil, use "".
17716
17717 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
17718
17719 * simple.el (goto-line): Doc fix.
17720
17721 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
17722
17723 * files.el (save-buffer): Doc fix.
17724
17725 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
17726
17727 * recentf.el (recentf-cleanup-remote): New variable.
17728 (recentf-cleanup): Use it to conditionally check availability of
17729 remote files.
17730
17731 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
17732
17733 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
17734 function names.
17735
17736 2005-03-19 Eli Zaretskii <eliz@gnu.org>
17737
17738 * language/thai-word.el: New file.
17739
17740 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17741
17742 * files.el (backup-buffer): If the file's directory is not
17743 writable, use copy instead of move to backup the file.
17744
17745 2005-03-19 Eli Zaretskii <eliz@gnu.org>
17746
17747 * obsolete/keyswap.el: Moved to obsolete/ from term/.
17748
17749 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17750
17751 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
17752 Use functionp instead of symbolp and fboundp. Reported by Drkm
17753 <darkman_spam@yahoo.fr>.
17754 (ps-print-version): New version 6.6.6.
17755
17756 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
17757
17758 * textmodes/table.el (table--line-column-position): New idiom.
17759 (table--row-column-insertion-point-p): New function to test
17760 validity of row and column insertion operation at a location.
17761 (table-global-menu, table-cell-menu): Use above functions for
17762 deterministic test operation.
17763 (table--editable-cell-p): Behave in deterministic fashion.
17764
17765 2005-03-18 Juri Linkov <juri@jurta.org>
17766
17767 * isearch.el (isearch-lazy-highlight-new-loop):
17768 Make arguments beg and end optional.
17769 (isearch-update): Remove optional arguments nil from
17770 isearch-lazy-highlight-new-loop.
17771 (isearch-lazy-highlight-search): Let-bind case-fold-search to
17772 isearch-lazy-highlight-case-fold-search instead of
17773 isearch-case-fold-search, and let-bind isearch-regexp to
17774 isearch-lazy-highlight-regexp.
17775 Use isearch-lazy-highlight-last-string instead of isearch-string.
17776
17777 * replace.el (perform-replace): Remove bindings of global
17778 variables isearch-string, isearch-regexp, isearch-case-fold-search.
17779 Add three new arguments to `replace-highlight'.
17780 (replace-highlight): Add arguments string, regexp, case-fold.
17781 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
17782 to allow isearch-lazy-highlight-new-loop to use these values
17783 to set corresponding isearch-lazy-highlight-* internal
17784 variables whose values lazy highlighting will use regardless of
17785 changes to global variables isearch-string, isearch-regexp,
17786 isearch-case-fold-search during lazy highlighting loop.
17787 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
17788 to `lazy-highlight-cleanup'.
17789
17790 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
17791 (ispell-highlight-face): Set default face to `isearch' when
17792 lazy highlighting is enabled.
17793 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
17794 priority to 1. Add lazy highlighting.
17795 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
17796 from `isearch-dehighlight'.
17797
17798 2005-03-18 David Ponce <david@dponce.com>
17799
17800 * files.el (hack-local-variables): Do a case-insensitive search
17801 for End.
17802
17803 2005-03-18 Juri Linkov <juri@jurta.org>
17804
17805 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
17806 `isearch-lazy-highlight-cleanup', add alias to old name and
17807 declare obsolete. Add release numbers to other obsolete vars.
17808 (isearch-done, isearch-lazy-highlight-new-loop):
17809 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
17810 (lazy-highlight-cleanup) <variable>: Doc fix.
17811 (isearch-lazy-highlight-update): Rename obsolete
17812 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
17813
17814 2005-03-18 Kenichi Handa <handa@m17n.org>
17815
17816 * language/thai-util.el: Fix categorization of Thai characters in
17817 thai-category-table.
17818 (thai-composition-pattern): Adjust it for the above change.
17819 (thai-self-insert-command, thai-compose-syllable): New functions.
17820 (thai-compose-region): Use thai-compose-syllable.
17821 (thai-compose-string): Likewise.
17822 (thai-composition-function): Likewise.
17823 (thai-auto-composition): New function.
17824 (thai-auto-composition-mode): New minor mode.
17825
17826 * language/thai.el: Fix patterns to be registered in
17827 composition-function-table.
17828
17829 * international/quail.el (quail-input-method): Locally bind
17830 inhibit-modification-hooks to t.
17831
17832 2005-03-17 Richard M. Stallman <rms@gnu.org>
17833
17834 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
17835 (perl-mode): Use run-mode-hooks.
17836
17837 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
17838 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
17839 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
17840
17841 * mail/sendmail.el (sendmail-send-it): Reenable the code
17842 to compute resend-to-address and use it.
17843
17844 * tar-mode.el (tar-mode): Turn off undo unconditionally.
17845
17846 * image-mode.el: New file.
17847
17848 * image.el (insert-sliced-image): Add autoload cookie.
17849
17850 * font-lock.el (font-lock-lines-before): New user option.
17851 (font-lock-after-change-function): Obey it.
17852
17853 * bindings.el (esc-map): Make M-g a prefix.
17854 Bind M-g g and M-g M-g to goto-line.
17855
17856 * faces.el (face-id): Doc fix.
17857
17858 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17859
17860 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
17861 (rmail-show-message): Use rmail-unknown-mail-followup-to.
17862 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
17863
17864 * mail/sendmail.el (mail-yank-ignored-headers)
17865 (mail-font-lock-keywords, mail-mode-fill-paragraph):
17866 Add Mail-Followup-To and Mail-Reply-To headers.
17867 (mail-citation-hook): Add autoload cookie.
17868 (mail-mode): Doc fix.
17869 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
17870 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
17871 (mail-mode-fill-paragraph): Handle those headers.
17872 (mail-mailing-lists): New variable.
17873 (mail-mail-reply-to, mail-mail-followup-to): New functions.
17874
17875 2005-03-17 Juri Linkov <juri@jurta.org>
17876
17877 * isearch.el (isearch-fallback): Check for `(car previous)'
17878 before calling `isearch-other-end-state'.
17879
17880 2005-03-17 Kim F. Storm <storm@cua.dk>
17881
17882 * simple.el (move-beginning-of-line): Move to beginning of buffer
17883 line, as well as beginning of screen line.
17884
17885 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
17886
17887 * calendar/diary-lib.el (mark-diary-entries): Use new optional
17888 argument REDRAW rather than calendar-redrawing variable.
17889 * calendar/calendar.el (calendar-redrawing): Delete.
17890 (redraw-calendar): Do not bind calendar-redrawing.
17891
17892 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
17893
17894 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
17895 diary-file buffer.
17896
17897 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17898
17899 * help.el (describe-mode): Allow a :minor-mode-function property to
17900 specify a different minor mode toggle function than the variable.
17901 * simple.el (auto-fill-function):
17902 * subr.el (add-minor-mode): Use it.
17903
17904 2005-03-16 Kenichi Handa <handa@m17n.org>
17905
17906 * language/ethio-util.el (sera-being-called-by-w3): New variable.
17907 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
17908 (ethio-fidel-to-sera-buffer): Likewise.
17909
17910 2005-03-16 Juri Linkov <juri@jurta.org>
17911
17912 * emacs-lisp/find-func.el (find-function-regexp):
17913 Add defun-emitting macro `menu-bar-make-toggle'.
17914
17915 * isearch.el: Put `isearch-scroll' property to
17916 `split-window-horizontally'.
17917
17918 * info.el: Update error messages for `debug-ignored-errors'.
17919 (Info-isearch-search): Doc fix.
17920 (Info-find-node): Move up code to go into info buffer before
17921 recording the node to the history.
17922 (Info-fontify-node): Fontify titles only if the next line
17923 has two or more `*', `=', `-', `.'.
17924 Display "go to this node" for empty (match-string 3).
17925
17926 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17927
17928 * term/mac-win.el: Add mouse pointer shape constants.
17929
17930 2005-03-15 Kim F. Storm <storm@cua.dk>
17931
17932 * simple.el (move-beginning-of-line): Use vertical-motion.
17933
17934 2005-03-15 Juri Linkov <juri@jurta.org>
17935
17936 * isearch.el (isearch-error): New variable.
17937 (isearch-invalid-regexp, isearch-within-brackets): Remove.
17938 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
17939 (isearch-within-brackets-state): Remove.
17940 (isearch-case-fold-search-state, isearch-pop-fun-state):
17941 Decrease frame index.
17942 (isearch-mode, isearch-top-state, isearch-push-state)
17943 (isearch-edit-string, isearch-abort, isearch-search-and-update)
17944 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
17945 (isearch-search, isearch-lazy-highlight-new-loop):
17946 Replace `isearch-invalid-regexp' with `isearch-error'.
17947 Remove `isearch-within-brackets'.
17948 (isearch-search): Add `search-failed' handler to `condition-case'.
17949 (isearch-lazy-highlight-search): Add `condition-case' to catch
17950 errors and allow `isearch-lazy-highlight-update' to try
17951 highlighting from the beginning of the window.
17952 (isearch-repeat): Move up code to set isearch-wrapped to t
17953 before calling isearch-wrap-function.
17954
17955 * info.el (Info-isearch-initial-node): New internal variable.
17956 (Info-search): Signal an error in isearch mode when search leaves
17957 the initial node. Signal an error when `bound' is non-nil and
17958 nothing was found in the current subfile.
17959 (Info-isearch-search): Remove `condition-case'.
17960 (Info-isearch-wrap): Don't wrap when search failed during leaving
17961 the initial node. If `Info-isearch-search' is nil, wrap around
17962 the current node.
17963 (Info-isearch-start): New fun.
17964 (Info-mode): Add buffer-local hook `Info-isearch-start' to
17965 `isearch-mode-hook'.
17966
17967 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17968
17969 * simple.el (normal-erase-is-backspace): Set default to t if
17970 running on Mac.
17971
17972 * term/mac-win.el (function-key-map): Sync with x-win.el.
17973
17974 2005-03-15 Kenichi Handa <handa@m17n.org>
17975
17976 * international/mule-cmds.el (locale-language-names): Modify the
17977 format of elements and add more entries.
17978 (locale-preferred-coding-systems): Add more entries.
17979 (set-locale-environment): Adjust for the change of
17980 locale-language-names.
17981
17982 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17983
17984 * pcvs.el (smerge-ediff): Remove bogus autoload.
17985
17986 2005-03-14 Lute Kamstra <lute@gnu.org>
17987
17988 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
17989 Ignore a `*' at the beginning of a line.
17990
17991 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
17992 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
17993 subr.el.
17994 (dont-compile, eval-when-compile, eval-and-compile): Use declare
17995 to specify indentation.
17996
17997 * generic.el (define-generic-mode): Let generic-mode-list be a
17998 list of strings; test membership with equal.
17999
18000 2005-03-14 Kim F. Storm <storm@cua.dk>
18001
18002 * simple.el (next-line, previous-line): Add optional try-vscroll
18003 arg to recognize interactive use. Pass it on to line-move.
18004 (line-move): Don't perform auto-window-vscroll when defining or
18005 executing keyboard macro to ensure consistent behavior.
18006
18007 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
18008
18009 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
18010
18011 2005-03-13 Lute Kamstra <lute@gnu.org>
18012
18013 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
18014 debugger-setup-buffer so that backtrace marks the frames set to
18015 debug-on-exit and we don't have to do it manually. Set an extra
18016 debug-on-exit for macro's.
18017 (debugger-setup-buffer): Don't mark the top frame manually.
18018
18019 2005-03-12 Lute Kamstra <lute@gnu.org>
18020
18021 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
18022 lisp-indent-function throughout.
18023 (with-no-warnings): Set lisp-indent-function property.
18024
18025 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
18026
18027 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
18028 Add entry for backslash.
18029
18030 2005-03-12 Juri Linkov <juri@jurta.org>
18031
18032 * info.el (Info-search): Four fixes for backward search.
18033
18034 2005-03-11 Jay Belanger <belanger@truman.edu>
18035
18036 * calc/calc.el (calc-language-alist): New variable.
18037 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
18038 (calc-embedded-find-modes): Use calc-language-alist instead of
18039 calc-embedded-language-alist.
18040
18041 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18042
18043 * calendar/calendar.el (calendar-redrawing): New internal
18044 variable.
18045 (redraw-calendar): Remove bogus save-excursion from previous
18046 change. Bind calendar-redrawing to t for mark-diary-entries.
18047 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
18048 calendar if that is why we were called.
18049
18050 2005-03-11 Kenichi Handa <handa@m17n.org>
18051
18052 * international/mule.el (make-coding-system): Set property
18053 coding-system-define-form to nil.
18054 (define-coding-system-alias): Likewise.
18055
18056 2005-03-11 Kenichi Handa <handa@m17n.org>
18057
18058 These changes are suggested by Dave Love <fx@gnu.org>.
18059
18060 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
18061 coding: tag.
18062 (adaptive-fill-regexp): Add more bullets.
18063 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
18064 regexps.
18065
18066 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18067
18068 * help.el (describe-mode): Properly handle non-trivial lighters.
18069 Don't ignore minor modes that are not listed in minor-mode-list.
18070
18071 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
18072 feature ON when the user requests to turn it OFF.
18073
18074 2005-03-10 Lute Kamstra <lute@gnu.org>
18075
18076 * emacs-lisp/debug.el (debug-entry-code): Delete it.
18077 (implement-debug-on-entry): New function to replace debug-entry-code.
18078 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
18079 second argument as the 2005-03-07 change makes it obsolete.
18080 (debug-on-entry, cancel-debug-on-entry): Update call to
18081 debug-on-entry-1.
18082 (debug, debugger-setup-buffer): Comment update.
18083 (debugger-frame-number): Update to work with implement-debug-on-entry.
18084
18085 2005-03-10 Jay Belanger <belanger@truman.edu>
18086
18087 * calc/calc-embed.el (math-ms-args): Declare it.
18088 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
18089 math-ms-args.
18090 (calc-embedded-subst): Use math-multi-subst-rec to substitute
18091 variables.
18092
18093 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
18094
18095 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
18096 Use message-box.
18097
18098 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
18099 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
18100 (tooltip-gud-tips): Simplify.
18101 (tooltip-gud-tips-p): Remove superfluous :set.
18102 (tooltip-gud-modes): Add fortran-mode.
18103 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
18104
18105 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
18106
18107 2005-03-09 Kim F. Storm <storm@cua.dk>
18108
18109 * play/animate.el (animate-place-char): Use forward-line instead
18110 of next-line to improve performance.
18111
18112 2005-03-09 Simon Josefsson <jas@extundo.com>
18113
18114 * net/browse-url.el (browse-url-default-browser): Doc fix.
18115
18116 2005-03-09 Miles Bader <miles@gnu.org>
18117
18118 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
18119 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
18120
18121 2005-03-09 Kenichi Handa <handa@m17n.org>
18122
18123 * international/latin-1.el: Set case and syntax for 255 only if
18124 set-case-syntax-set-multibyte is nil.
18125
18126 * textmodes/ispell.el (ispell-insert-word): New function.
18127 (ispell-word): Use ispell-insert-word to insert a new word.
18128 (ispell-process-line): Likewise.
18129 (ispell-complete-word): Likewise.
18130
18131 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
18132
18133 * calendar/calendar.el (redraw-calendar): Preserve point.
18134 Reported by Matt Hodges <MPHodges@member.fsf.org>.
18135 (calendar-week-start-day): Move after definition of
18136 redraw-calendar. Delete buffer test, since redraw-calendar has
18137 that now.
18138
18139 * calendar/diary-lib.el (mark-diary-entries): Only call
18140 redraw-calendar in the first of any recursive calls.
18141 Reported by Alan Shutko <ats@acm.org>.
18142
18143 2005-03-08 Juri Linkov <juri@jurta.org>
18144
18145 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
18146 (html-horizontal-rule, html-line, html-image, html-checkboxes)
18147 (html-radio-buttons): Add a space before the trailing `/>' where
18148 sgml-xml-mode is non-nil.
18149 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
18150 the subsequent tag of the empty XML tag.
18151 (html-href-anchor): Don't set initial input to "http:".
18152 (html-image): Ask for the image URL and set point inside alt="".
18153 (html-name-anchor): Duplicate the name in the `id' attribute when
18154 sgml-xml-mode is non-nil.
18155 (html-paragraph): Remove \n before <p>.
18156 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
18157 instead of `checked' when sgml-xml-mode is non-nil.
18158
18159 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
18160 Remove 1 space before #RRGGBB to not truncate it on terminal
18161 windows w/o fringes. Remove 1 space between bg and fg examples
18162 to get more space.
18163 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
18164 avoid byte-compile warnings.
18165
18166 * image-file.el (image-file-handler): Put `safe-magic' property to
18167 `image-file-handler'.
18168
18169 * info.el (Info-isearch-search): Emulate word search in
18170 isearching through multiple Info nodes with Info-search.
18171 (Info-isearch-wrap): Allow isearch-word.
18172
18173 2005-03-08 Lute Kamstra <lute@gnu.org>
18174
18175 * emacs-lisp/debug.el (debugger-step-through): Make sure that
18176 stepping into the debugger's code is not possible.
18177 (debugger-jumping-flag): Docstring update.
18178
18179 2005-03-08 Jay Belanger <belanger@truman.edu>
18180
18181 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
18182 embedded mode begins.
18183 (calc-embedded-language-alist): New variable.
18184 (calc-embedded-find-modes): Use calc-embedded-language-alist to
18185 set default language mode.
18186
18187 2005-03-08 Kenichi Handa <handa@m17n.org>
18188
18189 * international/ccl.el (define-ccl-program): Fix docstring about
18190 extra 256 bytes assured for the output buffer.
18191
18192 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18193 Fix BUFFER_MAGNIFICATION to 2.
18194 (ccl-encode-mule-utf-16be-with-signature): Likewise.
18195
18196 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
18197
18198 * align.el (align-rules-list): Added an alignment rule for CSS
18199 declarations (applies to css-mode and html-mode buffers).
18200
18201 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18202
18203 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
18204
18205 2005-03-07 Kim F. Storm <storm@cua.dk>
18206
18207 * simple.el (move-beginning-of-line): New command.
18208
18209 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
18210
18211 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
18212
18213 * emulation/cua-base.el: Put CUA move property on move-end-of-line
18214 and move-beginning-of-line.
18215
18216 * apropos.el (apropos-print): Omit command from M-x ... RET.
18217
18218 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
18219
18220 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
18221 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
18222
18223 2005-03-06 Richard M. Stallman <rms@gnu.org>
18224
18225 * bindings.el (esc-map): Bind M-g to goto-line.
18226
18227 * facemenu.el (global-map): Bind M-o, not M-g.
18228
18229 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18230
18231 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
18232 "Open Directory" as for "Open File".
18233
18234 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
18235
18236 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
18237 (push-mark-command): Run activate-mark-hook.
18238
18239 2005-03-06 Richard M. Stallman <rms@gnu.org>
18240
18241 * help-mode.el (help-mode-finish): Don't alter the element
18242 in view-return-to-alist if there already is one.
18243
18244 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
18245 make sure the current buffer is the expected one.
18246
18247 * novice.el (disabled-command-function): Output in *Disabled Command*.
18248 Explicitly ignore non-keyboard events, and explicitly handle C-g.
18249
18250 * textmodes/flyspell.el (flyspell-large-region):
18251 Pass args differently for aspell.
18252
18253 * files.el (mode-require-final-newline): Doc fix.
18254
18255 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
18256
18257 * progmodes/which-func.el (which-function):
18258 Specify NOERROR when calling imenu--make-index-alist.
18259
18260 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
18261
18262 * simple.el (normal-erase-is-backspace): Define default value.
18263
18264 * custom.el (custom-theme-set-variables): Remove unused var
18265 `immediate'.
18266 (custom-reevaluate-setting): Simple function to handle variables
18267 that are defined before their default value can really be
18268 computed.
18269
18270 * startup.el (command-line): Use it for temporary-file-directory,
18271 small-emporary-file-directory, auto-save-file-name-transforms,
18272 blink-cursor-mode, and normal-erase-is-backspace.
18273
18274 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
18275 progress, even with buggy anchored keywords.
18276
18277 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
18278
18279 * simple.el (goto-line): Remove unbalanced final parenthesis.
18280
18281 2005-03-05 Richard M. Stallman <rms@gnu.org>
18282
18283 * simple.el (goto-line): Use a number at point as the default.
18284 With C-u as arg, switch buffers.
18285
18286 2005-03-05 Juri Linkov <juri@jurta.org>
18287
18288 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
18289 with `no-blinking-cursor'.
18290
18291 * startup.el (no-blinking-cursor): New defvar.
18292 (command-line): Add `--no-blinking-cursor' to longopts.
18293 Set `no-blinking-cursor' to t for command line arguments
18294 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
18295 with `no-blinking-cursor' in the condition for calling
18296 `blink-cursor-mode'.
18297
18298 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
18299
18300 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
18301 (menu-bar-options-save): Add blink-cursor-mode.
18302 (menu-bar-options-menu): Add blink-cursor-mode.
18303
18304 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
18305
18306 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
18307 (icalendar-export-file, icalendar-export-region)
18308 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
18309 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
18310
18311 2005-03-04 Lute Kamstra <lute@gnu.org>
18312
18313 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
18314 (debug-function-list): Ditto.
18315
18316 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
18317
18318 * textmodes/texinfmt.el (texinfo-append-refill):
18319 Redefine the types of line to which @refill
18320 is not appended by replacing a search for `@refill\\|@bye' with
18321 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
18322 itemize@refill' bug and the unfilled long lines bug.
18323 (texinfmt-version): Update number and date.
18324
18325 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
18326
18327 * international/code-pages.el (windows-1250, windows-125[2-8])
18328 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
18329
18330 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
18331
18332 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
18333 bound yet.
18334
18335 2005-03-02 Romain Francoise <romain@orebokech.com>
18336
18337 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
18338 buffer after removing limits.
18339 (ibuffer-pop-filter): Ditto.
18340 Update copyright.
18341
18342 2005-03-02 Miles Bader <miles@gnu.org>
18343
18344 * button.el (make-text-button): If the user doesn't specify a
18345 type, use the default. Rewrite to use `add-text-properties' and
18346 plist functions.
18347
18348 2005-03-01 Lute Kamstra <lute@gnu.org>
18349
18350 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
18351 (debugger-jumping-flag): New var.
18352 (debug-entry-code): Use it.
18353 (debugger-jump): Use debugger-jumping-flag and add
18354 debugger-reenable to post-command-hook.
18355 (debugger-reenable): Use debugger-jumping-flag and remove itself
18356 from post-command-hook.
18357 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
18358 debugger-reenable.
18359
18360 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
18361
18362 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
18363 inclusion of "itemize\\|", which may be unnecessary, is certainly
18364 inelegant, and stops refilling in itemize lists when formatting
18365 Japanese Texinfo files to Info.
18366 Update copyright to 2005.
18367
18368 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
18369
18370 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
18371 of an error if GDB can't find the source file.
18372
18373 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
18374
18375 * calendar/calendar.el (redraw-calendar): Work from any buffer,
18376 not just the calendar.
18377
18378 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
18379 first.
18380 (diary-redraw-calendar): New function.
18381 (make-diary-entry): Add diary-redraw-calendar to local
18382 write-contents-functions. Turn off selective display before
18383 inserting in diary.
18384
18385 2005-03-01 Kim F. Storm <storm@cua.dk>
18386
18387 * emacs-lisp/copyright.el (copyright-fix-years): New command.
18388
18389 2005-03-01 Lute Kamstra <lute@gnu.org>
18390
18391 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
18392 that debug-entry-code can be safely removed from a function while
18393 this code is being evaluated. Revert the 2005-02-27 change as the
18394 new implementation no longer requires it. Make sure that a
18395 function body containing just a string is not mistaken for a docstring.
18396 (debug): Skip one more frame in case of debug on entry.
18397 (debugger-setup-buffer): Delete one more frame line in case of
18398 debug on entry.
18399 (debugger-frame-number): Update to use the new text introduced by
18400 the 1999-11-03 change. Skip one more frame in case of debug on entry.
18401
18402 2005-02-28 Kim F. Storm <storm@cua.dk>
18403
18404 * double.el (double-translate-key): Call force-window-update after
18405 read-event to avoid crash in redisplay.
18406
18407 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
18408
18409 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
18410 (debug): Use it. Move the inhibit-trace earlier.
18411 (debug-entry-code): New const.
18412 (debug-on-entry-1): Use it.
18413
18414 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
18415
18416 * international/utf-16.el (ccl-encode-mule-utf-16le):
18417 Fix BUFFER_MAGNIFICATION to 2.
18418 (ccl-encode-mule-utf-16be): Likewise.
18419
18420 2005-02-28 Kenichi Handa <handa@m17n.org>
18421
18422 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
18423 Fix BUFFER_MAGNIFICATION to 4.
18424 (ccl-encode-mule-utf-16be-with-signature): Likewise.
18425
18426 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
18427
18428 * speedbar.el (speedbar-update-flag): Doc fix.
18429 (speedbar-show-info-under-mouse): Give set-mouse-position the right
18430 argument.
18431
18432 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
18433
18434 * reveal.el (reveal-post-command): Don't try to reveal overlays which
18435 have a non-nil `invisible' property but are actually visible.
18436
18437 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
18438 for perldoc sections.
18439 (perl-outline-regexp, perl-outline-level): New var and function.
18440 (perl-mode): Use them.
18441
18442 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
18443
18444 * calendar/diary-lib.el (diary-remind): Discard any mark portion
18445 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
18446
18447 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
18448
18449 * cus-edit.el: Comment change.
18450 (custom-buffer-create-internal): Slightly reword text at top of
18451 Custom buffers. Mention there that saving an option edits the
18452 init file. Add link to Emacs manual node on `custom-file'.
18453 (custom-magic-alist): Rewrite individual State messages to use
18454 capitalized keywords. Doc fix.
18455
18456 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
18457
18458 * calendar/calendar.el (calendar-buffer): Move above
18459 calendar-week-start-day.
18460 (calendar-week-start-day): Doc fix. Add :set function.
18461 (calendar-minimum-window-height): New variable.
18462 (generate-calendar-window): Only resize window if selected-window
18463 is displaying the calendar buffer. Use new variable
18464 calendar-minimum-window-height.
18465 (generate-calendar): Reword error message.
18466 (calendar-mode-map): Bind DEL to scroll-other-window-down.
18467
18468 2005-02-27 Andreas Schwab <schwab@suse.de>
18469
18470 * vc.el (vc-do-command): Don't run command asynchronously when
18471 operating in a remote directory.
18472
18473 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
18474 change from sync with Tramp 2.0.47.
18475
18476 2005-02-27 Richard M. Stallman <rms@gnu.org>
18477
18478 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
18479
18480 * textmodes/flyspell.el (flyspell-mode-on):
18481 Call ispell-change-dictionary only if necessary.
18482
18483 * emacs-lisp/re-builder.el (regexp-builder): New function.
18484
18485 * register.el (describe-register-1): Explicitly handle
18486 yank-excluded-properties = t.
18487
18488 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
18489 (custom-magic-alist): Change the status descriptions again.
18490 (face widget-type): Total rewrite based on `restricted-sexp'
18491 to eliminate the confusing double hiding levels.
18492
18493 * emacs-lisp/debug.el (debug-on-entry-1):
18494 If function body is empty, add nil as body form.
18495
18496 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18497
18498 * emacs-lisp/trace.el (inhibit-trace): New var.
18499 (trace-make-advice): Use it.
18500
18501 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
18502
18503 2005-02-26 Kim F. Storm <storm@cua.dk>
18504
18505 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
18506 (mouse-on-link-p, mouse-drag-region-1): Use it.
18507
18508 2005-02-25 Lute Kamstra <lute@gnu.org>
18509
18510 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
18511
18512 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
18513
18514 * frame.el (blink-cursor-mode): Add :group keyword.
18515
18516 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
18517
18518 * calendar/icalendar.el (icalendar--decode-isodatetime):
18519 New optional argument DAY-SHIFT.
18520 (icalendar-export-region): Fix coding-system-for-write.
18521 (icalendar--convert-ical-to-diary): Shift end-day of all-day
18522 events by one.
18523
18524 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18525
18526 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
18527
18528 2005-02-24 Kim F. Storm <storm@cua.dk>
18529
18530 * international/iso-acc.el (iso-accents-compose): Fix crash
18531 during redisplay. Call force-window-update after read-event
18532 and delete-region to signal that window is not accurate.
18533
18534 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
18535
18536 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
18537 Remove unused and inexistent var `inhibit-trace'.
18538 (debugger-mode): Use run-mode-hooks.
18539 (debugger-list-functions): Add buttons; setup xref stack.
18540
18541 2005-02-23 Richard M. Stallman <rms@gnu.org>
18542
18543 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
18544 appointment says it was explicitly made.
18545 (appt-add): Set the 3rd element.
18546 (appt-make-list): Preserve explicit appointments.
18547
18548 * subr.el (find-tag-default): Catch errors in forward-sexp.
18549
18550 2005-02-23 Juri Linkov <juri@jurta.org>
18551
18552 * info.el (Info-isearch-search): New defcustom.
18553 (Info-isearch-search): Call the default isearch function
18554 when Info-isearch-search is nil.
18555 (Info-isearch-wrap): Use variable Info-isearch-search.
18556
18557 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
18558
18559 * cus-edit.el: Comment change.
18560
18561 2005-02-22 Kim F. Storm <storm@cua.dk>
18562
18563 * progmodes/hideif.el (hide-ifdef-use-define-alist):
18564 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
18565
18566 2005-02-22 Simon Josefsson <jas@extundo.com>
18567
18568 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
18569 New variable.
18570 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
18571 Oskarsson" <myrkraverk@users.sourceforget.net>.
18572
18573 2005-02-22 Kim F. Storm <storm@cua.dk>
18574
18575 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
18576 check that window of that event is the selected window.
18577 (mouse-drag-region-1): Compare mouse event window to selected
18578 window before setting point.
18579
18580 * tooltip.el (tooltip-show-help-function): Pass event to
18581 mouse-on-link-p so it can check selected window.
18582
18583 2005-02-22 Kenichi Handa <handa@m17n.org>
18584
18585 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
18586 (ps-mule-show-warning): New function.
18587 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
18588 characters are found.
18589
18590 * ps-print.el (ps-header-footer-string): Return a list of header
18591 and footer strings.
18592
18593 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
18594
18595 * pcvs.el (cvs-retrieve-revision): Fix thinko.
18596
18597 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18598
18599 * frame.el (blink-cursor-mode): Use define-minor-mode.
18600
18601 * term/mac-win.el (function-key-map): Use char-names more consistently.
18602 (file-name-coding-system): Only set it for MacOS-9. The other case is
18603 already handled in mule-cmds.el (where it also works when mac-win.el
18604 is not used).
18605
18606 2005-02-21 Kenichi Handa <handa@m17n.org>
18607
18608 * international/mule.el (ctext-pre-write-conversion): Always use
18609 " *code-converting-work*" buffer for work.
18610
18611 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
18612
18613 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
18614
18615 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
18616
18617 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
18618
18619 * ses.el (undo-more): Restore defadvice, but only the part that
18620 allows changes outside the restricted area of the buffer.
18621
18622 2005-02-20 Kim F. Storm <storm@cua.dk>
18623
18624 * simple.el (line-move): Add fourth optional arg try-vscroll which
18625 must be set to perform auto-window-vscroll.
18626 When moving backwards and doing auto-window-vscroll, automatically
18627 vscroll to the last part of lines which are taller than the window.
18628 (next-line, previous-line): Set try-vscroll arg on line-move.
18629
18630 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18631
18632 * replace.el (query-replace, query-replace-regexp)
18633 (replace-string, replace-regexp): When operating on region, make
18634 the minibuffer prompt say so.
18635
18636 * isearch.el (isearch-forward): Document isearch-query-replace and
18637 isearch-query-replace-regexp keybindings.
18638
18639 2005-02-19 Jay Belanger <belanger@truman.edu>
18640
18641 * calc/calc-aent.el (math-read-token): Add local variable.
18642
18643 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
18644 (calc-edit-top): Move declaration to earlier in file.
18645 (calc-edit-macro-repeats): Add local variables.
18646
18647 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
18648 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
18649 calcFunc-tanh.
18650 Adjust integration rule for calcFunc-tan.
18651
18652 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18653
18654 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
18655 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
18656 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
18657 (viper-skip-separators): Bug fix.
18658 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
18659 particular major mode.
18660 (viper-del-backward-char-in-replace): Don't put deleted char on the
18661 kill ring.
18662
18663 * viper-ex.el (viper-color-display-p): New function.
18664 (viper-has-face-support-p): Use viper-color-display-p.
18665
18666 * viper-keym.el (viper-gnus-modifier-map): New keymap.
18667
18668 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
18669
18670 * viper-util.el (viper-glob-unix-files): Fix shell status check.
18671 (viper-file-remote-p): Make equivalent to file-remote-p.
18672
18673 * viper.el (viper-major-mode-modifier-list):
18674 Use viper-gnus-modifier-map.
18675
18676 2005-02-19 David Kastrup <dak@gnu.org>
18677
18678 * subr.el (subregexp-context-p): Fix garbled doc string by adding
18679 quoting.
18680
18681 2005-02-19 Jay Belanger <belanger@truman.edu>
18682
18683 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
18684 Remove extra definitions.
18685 (calc-coth): New function.
18686 (calcFunc-cot): Fix `let'.
18687
18688 2005-02-19 Eli Zaretskii <eliz@gnu.org>
18689
18690 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
18691 the reasons we use "type pc" in these faces.
18692
18693 * button.el (button): Ditto.
18694
18695 2005-02-19 Michael Mauger <mmaug@yahoo.com>
18696
18697 * replace.el (query-replace-read-from): Set the value of
18698 query-replace-from-history-variable to handle the case of an empty
18699 string entered to accept the suggested default.
18700
18701 * net/tramp.el (tramp-file-name-for-operation):
18702 Use dired-call-process instead of dired-call-process-command.
18703
18704 2005-02-19 Jay Belanger <belanger@truman.edu>
18705
18706 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
18707 (math-div-non-trig): New variables.
18708 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
18709 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
18710 (math-combine-prod, math-div-symb-fancy): Add simplifications for
18711 trig expressions.
18712
18713 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
18714
18715 * progmodes/gdb-ui.el (gdb-var-update-handler)
18716 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
18717 for watch expressions,
18718 (gdb-var-create-handler): Don't set speedbar-update-flag.
18719 (gdb-post-prompt): Simplify test for speedbar.
18720
18721 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18722
18723 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
18724 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
18725 we use the syntax table of the correct buffer.
18726 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
18727 Felix Gatzemeier.
18728
18729 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
18730 (ediff-file-remote-p): Make synonymous with file-remote-p.
18731 In all deffaces ediff-*-face-*, use min-colors.
18732
18733 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
18734 ediff-recurse-to-subdirectories.
18735 (ediff-mark-if-equal): Check that the arguments are strings, use
18736 ediff-same-contents (after to Felix Gatzemeier).
18737
18738 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
18739 nil.
18740
18741 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18742
18743 * log-view.el (log-view-message-re): Fix up Subversion regexp.
18744
18745 2005-02-18 David Kastrup <dak@gnu.org>
18746
18747 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
18748 use `mark-active' when defined.
18749
18750 2005-02-18 Kenichi Handa <handa@m17n.org>
18751
18752 * ps-print.el (ps-font-info-database): New entry
18753 ZapfChancery-MediumItalic with correct font name. Fix font name
18754 of the entry Zapf-Chancery-MediumItalic.
18755
18756 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
18757
18758 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
18759
18760 2005-02-16 Kim F. Storm <storm@cua.dk>
18761
18762 * ido.el (ido-fallback-command): Pass user input to fallback command.
18763
18764 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
18765
18766 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
18767 (gdb-find-file-hook): Add server prefix.
18768
18769 2005-02-16 Richard M. Stallman <rms@gnu.org>
18770
18771 * replace.el (perform-replace): Pass new args to replace-highlight.
18772 (replace-highlight): Take region args,
18773 and pass them to isearch-lazy-highlight-new-loop.
18774
18775 * novice.el (disabled-command-hook): Autoload the defalias
18776 and the make-obsolete-variable call.
18777
18778 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
18779
18780 * isearch.el (isearch-lazy-highlight-start-limit)
18781 (isearch-lazy-highlight-end-limit): New variables limit
18782 the region for highlighting.
18783 (isearch-lazy-highlight-new-loop): New args BEG and END.
18784 (isearch-lazy-highlight-search): Use the new vars.
18785 (isearch-lazy-highlight-update): Likewise.
18786
18787 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
18788
18789 * cus-start.el (all): Use default-boundp.
18790
18791 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
18792
18793 * menu-bar.el (menu-bar-select-frame): Handle current frame.
18794
18795 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
18796
18797 * autorevert.el (auto-revert-stop-on-user-input)
18798 (auto-revert-verbose): Doc fixes.
18799
18800 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
18801
18802 * international/mule-cmds.el (set-locale-environment): Remove call
18803 to set-selection-coding-system on Windows.
18804
18805 2005-02-15 Jay Belanger <belanger@truman.edu>
18806
18807 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
18808 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
18809 calcFunc-coth.
18810 (math-simplify-sqrt): Add simplifications.
18811
18812 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
18813 to list.
18814
18815 * calc/calc-ext.el: Add functions to autoloads.
18816
18817 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
18818 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
18819 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
18820 (math-csc-raw, math-cot-raw): New functions.
18821
18822 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
18823
18824 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
18825 the variable name in a message.
18826
18827 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
18828 calcFunc-csc, calcFunc-cot.
18829
18830 * calc/calcalg2.el: Add derivative and integration rules for
18831 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
18832 calcFunc-csch, calcFunc-coth.
18833 (math-do-integral-methods): Add to checks for when to use
18834 substitutions.
18835
18836 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
18837
18838 2005-02-15 Lute Kamstra <lute@gnu.org>
18839
18840 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18841 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
18842 <monnier@iro.umontreal.ca>
18843 (lisp-outline-level): Improve efficiency. Suggested by David
18844 Kastrup <dak@gnu.org>.
18845
18846 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
18847
18848 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
18849 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
18850 (gdb-set-gud-minor-mode-existing-buffers): New functions.
18851 (gdb-find-file-hook): New hook. Add it to find-file-hook.
18852 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
18853
18854 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
18855
18856 * cus-start.el (all): Comment change.
18857
18858 2005-02-14 Lute Kamstra <lute@gnu.org>
18859
18860 * cus-start.el (all): Check if symbol is void.
18861
18862 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
18863
18864 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
18865 optional argument to \cite.
18866
18867 2005-02-14 Richard M. Stallman <rms@gnu.org>
18868
18869 * cus-edit.el (custom-buffer-create-internal): Update help message.
18870 (custom-magic-alist): Update help messages.
18871
18872 * cus-start.el (all): Allow a var to specify a standard value.
18873
18874 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
18875
18876 * custom.el (custom-theme-set-variables): Handle variable aliases.
18877
18878 * frame.el (blink-cursor-timer): Doc fix.
18879 (blink-cursor): Make it an alias for `blink-cursor-mode' and
18880 declare obsolete.
18881 (blink-cursor-mode): Define with defcustom and use correct
18882 standard expression in that defcustom.
18883 * startup.el (command-line): Adapt to above changes in frame.el.
18884
18885 2005-02-11 Lute Kamstra <lute@gnu.org>
18886
18887 * apropos.el (apropos-score-doc): Prevent division by zero.
18888
18889 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
18890
18891 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
18892 (icalendar--get-event-property-attributes)
18893 (icalendar--get-event-properties)
18894 (icalendar--datetime-to-diary-date): New functions.
18895 (icalendar--split-value): Doc fix.
18896 (icalendar--datetime-to-noneuropean-date)
18897 (icalendar--datetime-to-european-date): New optional argument
18898 SEPARATOR. Return result as a string instead of a list.
18899 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
18900 (icalendar--convert-string-for-export): Rename arg S to STRING.
18901 (icalendar-export-region): Doc fix. Change name of error buffer.
18902 Save output buffer.
18903 (icalendar-import-file): Add blank at end of prompt.
18904 (icalendar-import-buffer): Doc fix. Do not switch to error
18905 buffer. Indicate status in return value.
18906 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
18907 buffer. Save output buffer. Handle exception from recurrence
18908 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
18909 events. Fix problems with weekly all-day events.
18910
18911 2005-02-10 Richard M. Stallman <rms@gnu.org>
18912
18913 * simple.el (eval-expression-print-format):
18914 Avoid warning about edebug-active.
18915
18916 * help.el (help-for-help-internal): Rename from help-for-help.
18917 (help-for-help): Define with defalias.
18918
18919 * font-core.el (font-lock-default-function): Use with-no-warnings.
18920
18921 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
18922
18923 * custom.el (defface): Doc fix.
18924
18925 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
18926
18927 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
18928 width 0" to prevent word wrapping problems.
18929
18930 2005-02-09 Kim F. Storm <storm@cua.dk>
18931
18932 * ido.el (ido-file-extensions-order): New defcustom.
18933 (ido-file-extension-lessp, ido-file-extension-aux)
18934 (ido-file-extension-order): New advanced file ordering.
18935 (ido-file-lessp): New simple file ordering.
18936 (ido-sort-list): Remove.
18937 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
18938 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
18939
18940 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
18941
18942 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
18943 that some versions of grep produce.
18944 (grep-mode-font-lock-keywords): Likewise.
18945
18946 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
18947
18948 * progmodes/gdb-ui.el (gdb-location-list): New variable.
18949 (gdb-cdir): Delete.
18950 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
18951 (gdb-source-info): Treat case when source file is in another
18952 directory properly.
18953 (gdb-get-location): New function.
18954
18955 2005-02-07 Jay Belanger <belanger@truman.edu>
18956
18957 * calc/calc-prog.el (calc-write-parse-table-part)
18958 (calc-fix-token-name): Fix a check for language type.
18959
18960 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
18961
18962 2005-02-07 Andre Spiegel <spiegel@gnu.org>
18963
18964 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
18965 as directory not writable.
18966
18967 2005-02-07 Kim F. Storm <storm@cua.dk>
18968
18969 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
18970 (cua--standard-movement-commands): Remove list.
18971 Instead, set CUA property value to move for movement commands.
18972 (cua-movement-commands): Remove. Users must set CUA prop instead.
18973 (cua--pre-command-handler): Check CUA property.
18974 (cua--init-keymaps): Don't remap undo commands.
18975 (cua-mode): Don't call cua--rectangle-on-off.
18976
18977 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
18978 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
18979 (cua--rect-undo-set-point): New var.
18980 (cua--rectangle-undo-boundary): Setup undo apply entry.
18981 (cua--rect-undo-handler): New function for rectangle undo.
18982 (cua--rect-start-position, cua--rect-end-position): Add.
18983 (cua--rectangle-post-command): Call cua--rectangle-set-corners
18984 for restored rectangle. Set point if cua--rect-undo-set-point.
18985
18986 2005-02-06 Jay Belanger <belanger@truman.edu>
18987
18988 * calc/calc-lang.el (calc-tex-language): Display more information
18989 in messages.
18990
18991 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
18992 in TeX mode.
18993
18994 2005-02-06 Richard M. Stallman <rms@gnu.org>
18995
18996 * emacs-lisp/lisp.el (buffer-end): Doc fix.
18997
18998 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
18999
19000 * net/ldap.el (ldap-search-internal): Support attributes with
19001 optional descriptions separated by a semi-colon, as in
19002 "userCertificate;binary".
19003
19004 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19005
19006 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
19007 isn't a cons (i.e. the version is 0).
19008
19009 2005-02-05 Eli Zaretskii <eliz@gnu.org>
19010
19011 * help.el (help-for-help): Doc fix.
19012
19013 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
19014
19015 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
19016 GDB-Windows on the menu-bar as this works better.
19017
19018 2005-02-04 Jay Belanger <belanger@truman.edu>
19019
19020 * calc/calc-embed.el (calc-embedded-update): Don't put in
19021 unnecessary newlines. Adjust the end of formula marker.
19022
19023 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
19024 (math-latex-parse-two-args): New function.
19025
19026 2005-02-03 Lute Kamstra <lute@gnu.org>
19027
19028 * help-fns.el (help-with-tutorial): Make sure that users cannot
19029 remove the entire text of the tutorial by means of `undo'.
19030
19031 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
19032
19033 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
19034 in recent changes, where the ispell process was repeatedly
19035 killed & restarted.
19036
19037 * international/mule-cmds.el (set-locale-environment): Set file-name
19038 coding system to utf-8 on Darwin systems.
19039 (set-default-coding-systems): Don't set default-file-name-coding-system
19040 on Darwin systems.
19041
19042 2005-02-03 Richard M. Stallman <rms@gnu.org>
19043
19044 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
19045
19046 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
19047
19048 * faces.el (list-faces-display): Add optional argument.
19049
19050 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
19051
19052 * font-core.el (font-lock-default-function): Handle the rare case where
19053 only font-lock-keywords is set.
19054
19055 2005-02-02 Kenichi Handa <handa@m17n.org>
19056
19057 * international/characters.el: Cancel previous change for
19058 I-WITH-DOT-ABOVE and DOTLESS-i.
19059
19060 * international/latin-5.el: Cancel previous change.
19061
19062 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
19063
19064 * progmodes/gud.el: Correction to syntax in gud-menu-map.
19065
19066 2005-02-02 Kenichi Handa <handa@m17n.org>
19067
19068 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
19069 DOTLESS-i.
19070
19071 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
19072 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
19073
19074 * case-table.el (get-upcase-table): New function.
19075 (copy-case-table): Copy upcaes table too if non-nil.
19076 (set-case-syntax-delims): Maintain upcase table too.
19077 (set-case-syntax-pair): Likewise.
19078 (set-upcase-syntax, set-downcase-syntax): New functions.
19079 (set-case-syntax): Maintain upcase table too.
19080
19081 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
19082
19083 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
19084
19085 * progmodes/gud.el (gud-goto-info): New function.
19086 (gud-tool-bar-map): Use correct icon.
19087
19088 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
19089
19090 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
19091 When delegating, order args in the funcall correctly.
19092
19093 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
19094
19095 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
19096
19097 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
19098
19099 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
19100 buffer not visiting a file.
19101
19102 2005-01-31 Jay Belanger <belanger@truman.edu>
19103
19104 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
19105 bound on the line with the formula.
19106
19107 2005-01-31 Kim F. Storm <storm@cua.dk>
19108
19109 * ses.el (ses-create-cell-variable-range)
19110 (ses-destroy-cell-variable-range, ses-reset-header-string)
19111 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
19112 (ses-insert-row): Fix format of apply undo entries.
19113
19114 2005-01-31 Jay Belanger <belanger@truman.edu>
19115
19116 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
19117 parts.
19118
19119 * calc/calc-embed.el (calc-embedded-open-formula)
19120 (calc-embedded-close-formula): Ignore matrix environments.
19121
19122 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
19123 TeX mode.
19124
19125 * calc/calc-lang.el (math-function-table, math-oper-table)
19126 (math-variable-table): Adjust the LaTeX portions.
19127
19128 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
19129 (math-latex-ignore-words): New constant.
19130
19131 2005-01-31 Richard M. Stallman <rms@gnu.org>
19132
19133 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
19134 (ispell-local-dictionary): Doc fix.
19135 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
19136 Don't reinitialize at run time. Don't defcustom.
19137 All uses changed to append ispell-local-dictionary-alist,
19138 or check it first.
19139 (ispell-current-dictionary): New variable for dictionary in use.
19140 (ispell-dictionary): Now used only for global default.
19141 (ispell-start-process): Set ispell-current-dictionary,
19142 not ispell-dictionary.
19143 (ispell-change-dictionary): Use this only for setting
19144 user preferences.
19145 (ispell-internal-change-dictionary): New function
19146 to change the current dictionary in use.
19147 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
19148 Use ispell-current-dictionary.
19149 Handle ispell-local-dictionary-overridden.
19150 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
19151
19152 2005-01-31 Jay Belanger <belanger@truman.edu>
19153
19154 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
19155
19156 * calc/calc-ext.el: Add calc-latex-language to autoloads.
19157 (calc-mode-map): Add calc-latex-language.
19158
19159 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
19160 (math-latex-print-frac): New functions.
19161 (math-oper-table, math-function-table, math-variable-table)
19162 (math-complex-format, math-input-filter): Add latex properties.
19163 (calc-set-language): Set math-expr-special-function-mapping.
19164
19165 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
19166 (calc-write-parse-table-part): Add LaTeX support.
19167
19168 * calc/calc.el (calc-language): Adjust docstring.
19169 (calc-set-mode-line): Add LaTeX support.
19170 (math-expr-special-function-mapping): New variable.
19171 (math-tex-ignore-words): Add to list.
19172
19173 * calc/calccomp.el (math-compose-expr, math-compose-rows):
19174 Add LaTeX support.
19175 (math-compose-expr): Add support for special functions.
19176
19177 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
19178
19179 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
19180
19181 * progmodes/gdb-ui.el (gdb-memory-address)
19182 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
19183 (gdb-memory-mode-map, gdb-memory-format-keymap)
19184 (gdb-memory-format-menu, gdb-memory-unit-keymap)
19185 (gdb-memory-unit-menu): New variables for a buffer
19186 that lets the user examine program memory.
19187 (gdb-memory-set-address, gdb-memory-set-repeat-count)
19188 (gdb-memory-format-binary, gdb-memory-format-octal)
19189 (gdb-memory-format-unsigned, gdb-memory-format-signed)
19190 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
19191 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
19192 (gdb-memory-unit-word, gdb-memory-unit-halfword)
19193 (gdb-memory-unit-byte, gdb-memory-unit-menu)
19194 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
19195 (gdb-memory-mode, gdb-memory-buffer-name)
19196 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
19197 New functions for above buffer.
19198
19199 2005-01-30 Richard M. Stallman <rms@gnu.org>
19200
19201 * cus-edit.el (custom-bury-buffer): Function deleted.
19202 (custom-buffer-done-function): Option deleted.
19203 (custom-buffer-done-kill): New replacement option.
19204 (Custom-buffer-done): Call quit-window.
19205 (custom-buffer-create-internal): Update for above changes.
19206
19207 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
19208
19209 * simple.el (undo-ask-before-discard): New var.
19210 (undo-outer-limit-truncate): Implement it.
19211 (undo-extra-outer-limit): Doc update.
19212
19213 2005-01-29 Richard M. Stallman <rms@gnu.org>
19214
19215 * ses.el (undo-more): Delete defadvice.
19216 (ses-begin-change): Doc fix.
19217
19218 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
19219 instead of rebinding C-x u and C-_.
19220
19221 * files.el (normal-backup-enable-predicate): Return nil for files
19222 in /tmp, regardless of temporary-file-directory.
19223
19224 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
19225
19226 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
19227 (open-rectangle, delete-whitespace-rectangle-line)
19228 (clear-rectangle-line): If FILL, pass t instead of FILL
19229 for move-to-column's 2nd arg.
19230
19231 * simple.el (undo): Fix the test for continuing a series of undos.
19232 (undo-more): Set pending-undo-list to t when we reach end.
19233 (pending-undo-list): Move up defvar.
19234
19235 * wid-edit.el (widget-button-click):
19236 Shorten the range of the track-mouse binding.
19237
19238 * comint.el (comint-insert-input): Undo previous changes;
19239 use last-input-event in interactive spec.
19240
19241 2005-01-29 Eli Zaretskii <eliz@gnu.org>
19242
19243 * progmodes/compile.el (compilation-start): Bind buffer-read-only
19244 to nil before invoking call-process. Reset buffer's modified flag
19245 after fontifying it in the no-async branch.
19246
19247 * wid-edit.el (widget-specify-button): If mouse pointer shape
19248 cannot be changed, use mouse face instead.
19249
19250 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
19251
19252 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19253 (gdb-goto-breakpoint): Make breakpoint handling work on template
19254 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
19255 (gdb-assembler-custom): Update to recognize breakpoint information
19256 added on 2005-01-19.
19257
19258 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
19259
19260 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
19261 (dsssl-mode): Use define-derived-mode.
19262 (scheme-mode-initialize): Remove.
19263 (scheme-mode): Use run-mode-hooks.
19264
19265 * cus-edit.el (customize-group-other-window)
19266 (custom-buffer-create-other-window): Don't override special-display-*.
19267 (custom-mode-map): Make it dense.
19268
19269 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
19270 sets the default value.
19271
19272 2005-01-28 Eli Zaretskii <eliz@gnu.org>
19273
19274 * descr-text.el: Add more keywords.
19275
19276 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
19277
19278 * speedbar.el: Avoid unnecessary use of locate-library.
19279
19280 * international/mule-cmds.el (standard-display-european-internal):
19281 Don't fiddle with latin-1 non-break space any more since it's now
19282 special cased in the C code.
19283 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
19284
19285 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
19286
19287 * cus-start.el (all): Add `undo-outer-limit'.
19288
19289 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19290
19291 * textmodes/bibtex.el (bibtex-format-entry):
19292 Use `bibtex-empty-field-re' only on the text of fields, not on entire
19293 field lines.
19294 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
19295 not on part of a buffer.
19296
19297 2005-01-25 Lute Kamstra <lute@gnu.org>
19298
19299 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
19300 nonempty field text strings like "{letters\\macro{}more letters}".
19301 Clarify docstring.
19302 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
19303 (bibtex-entry-offset, bibtex-parse-association)
19304 (bibtex-parse-field-name): Fix typos in docstrings.
19305 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
19306
19307 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
19308
19309 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
19310 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
19311 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
19312 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
19313
19314 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
19315 isearch minor mode.
19316
19317 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
19318
19319 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
19320
19321 2005-01-24 Lute Kamstra <lute@gnu.org>
19322
19323 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
19324 CASECHARS and NOT-CASECHARS regular expressions of the
19325 "nederlands" and "nederlands8" dictionaries to prevent a "Range
19326 striding over charsets" error.
19327
19328 2005-01-24 Jay Belanger <belanger@truman.edu>
19329
19330 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
19331 display variable name.
19332
19333 2005-01-24 Kenichi Handa <handa@m17n.org>
19334
19335 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
19336 Fix setting of the element of encoded-kbd-iso2022-invocations.
19337
19338 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
19339
19340 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19341 (gdb-threads-select): Change to also accept mouse events.
19342 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
19343 (gdb-threads-mouse-select): Delete.
19344
19345 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
19346
19347 * files.el (insert-directory): Take care of empty directory,
19348 listed without -a switch.
19349
19350 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
19351
19352 * textmodes/refill.el (refill-post-command-function):
19353 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
19354 to the list of functions that we should be careful not to undo.
19355 (refill-late-fill-paragraph-function): Remove.
19356 (refill-saved-state): New var.
19357 (refill-mode): Use it to save fill-paragraph-function.
19358 Save also the value of auto-fill-function.
19359
19360 * term/w32-win.el: Simplify code.
19361
19362 2005-01-23 Kim F. Storm <storm@cua.dk>
19363
19364 * simple.el (line-move): Adapt to new return value from
19365 pos-visible-in-window-p.
19366
19367 * simple.el (line-move): Fix last change. Check partial
19368 visibility at point rather than at window-start.
19369
19370 2005-01-22 Jason Rumney <jasonr@gnu.org>
19371
19372 * term/w32-win.el (xw-defined-colors): Remove debug-message.
19373
19374 2005-01-22 David Kastrup <dak@gnu.org>
19375
19376 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
19377
19378 2005-01-22 Eli Zaretskii <eliz@gnu.org>
19379
19380 * type-break.el (type-break-mode): Add a test for
19381 type-break-file-name being non-nil.
19382
19383 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
19384
19385 * net/eudc.el (top level): Call (message "") via progn, so that
19386 eudc-options-file is loaded.
19387
19388 2005-01-22 Kim F. Storm <storm@cua.dk>
19389
19390 * simple.el (line-move-1): Rename from line-move.
19391 (line-move): New function that adjusts vscroll for partially
19392 visible rows, and calls line-move-1 otherwise.
19393
19394 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
19395
19396 * pcomplete.el: Define pcomplete-read-event instead of read-event,
19397 since it's not a complete read-event implementation
19398
19399 2005-01-20 Jay Belanger <belanger@truman.edu>
19400
19401 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
19402 for called function.
19403
19404 2005-01-20 Steven Tamm <steventamm@mac.com>
19405
19406 * term/mac-win.el (process-connection-type): Remove.
19407 Controlled now by s/darwin.h:PTY_ITERATION.
19408
19409 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19410
19411 * window.el (handle-select-window): Don't switch window when we're
19412 in the minibuffer.
19413
19414 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
19415
19416 * subr.el (dotimes-with-progress-reporter): New macro.
19417
19418 * ses.el (ses-dotimes-msg): Remove macro.
19419 Use `dotimes-with-progress-reporter' instead.
19420
19421 2005-01-19 Steven Tamm <steventamm@mac.com>
19422
19423 * term/mac-win.el (process-connection-type): Use new
19424 operating-system-release variable to use ptys on Darwin 7 (OS X
19425 10.3) when using carbon build.
19426
19427 2005-01-19 Jay Belanger <belanger@truman.edu>
19428
19429 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
19430 flags if the last command was a tab or M-tab.
19431
19432 * calc/calc-prog.el (calc-user-define-edit): Put original formula
19433 in formula editing buffer.
19434
19435 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
19436
19437 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
19438 breakpoint image symbol in margin.
19439
19440 2005-01-19 Jay Belanger <belanger@truman.edu>
19441
19442 * calc/calc-prog.el (calc-execute-kbd-macro):
19443 Ignore calc-keep-arg-flag.
19444
19445 2005-01-19 Kenichi Handa <handa@m17n.org>
19446
19447 * textmodes/ispell.el (ispell-looking-at): New function.
19448 (ispell-process-line): Use ispell-looking-at to compare the ispell
19449 output and the buffer contents.
19450
19451 2005-01-18 Jay Belanger <belanger@truman.edu>
19452
19453 * calc/calc.el (calc-display-raw): Fix docstring.
19454
19455 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
19456
19457 * simple.el (blink-matching-open): Strip extra info from syntax.
19458
19459 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
19460 funny chars in the end-of-here-doc marker.
19461
19462 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
19463
19464 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
19465 that enable/disabled state of breakpoints is shown correctly in
19466 fringe and on ttys.
19467 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
19468 Add breakpoint information as text properties.
19469 (gdb-mouse-toggle-breakpoint):
19470 Rename to gdb-mouse-set-clear-breakpoint.
19471 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
19472 breakpoints in the margin.
19473 (gdb-remove-strings): Simplify.
19474
19475 2005-01-17 Jay Belanger <belanger@truman.edu>
19476
19477 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
19478 erasing buffer.
19479
19480 2005-01-17 Richard M. Stallman <rms@gnu.org>
19481
19482 * progmodes/grep.el (grep-find): Copy from `grep' the condition
19483 for calling grep-compute-defaults.
19484
19485 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
19486 if buffer is empty.
19487
19488 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
19489
19490 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
19491
19492 * hilit-chg.el (highlight-changes-mode): Don't autoload.
19493
19494 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
19495 non-preloaded variables.
19496
19497 2005-01-17 Steven Tamm <steventamm@mac.com>
19498
19499 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
19500 tex-shell cause to force interactivity when using pipes.
19501
19502 2005-01-17 Kim F. Storm <storm@cua.dk>
19503
19504 * simple.el (just-one-space): Make arg optional.
19505
19506 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
19507
19508 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
19509 posn-at-x-y to t to access left-margin.
19510
19511 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
19512
19513 Sync with Tramp 2.0.47.
19514
19515 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
19516 catching keep-date problems in cp/scp operations.
19517 (tramp-handle-copy-file): Don't call `set-file-modes'
19518 unconditionally. Specialized functions should know better what is
19519 necessary. This improves performance a little bit, and the
19520 functions could catch errors with `cp -p' and `scp -p'.
19521 (tramp-do-copy-or-rename-file-via-buffer)
19522 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
19523 when appropriate.
19524 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
19525 Call `set-file-modes' when appropriate.
19526 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
19527 Johnsson <isak@hypergene.com>
19528 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
19529 of both Tramp buffer and debug buffer. Reported by Joakim Verona
19530 <joakim@verona.se>
19531 (tramp-file-name-for-operation): Mark `shell-command' as magic for
19532 Emacs only.
19533
19534 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
19535 `find-file-hooks' and `dired-mode-hook'.
19536 (tramp-minor-mode-map): Respective map. Add remapping for
19537 `compile' and `recompile'.
19538 (tramp-remap-command, tramp-recompile): New defuns.
19539 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
19540 in buffer "*Compilation*". Call the commands asynchronously.
19541
19542 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
19543 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
19544 `shell-command', because it isn't magic in XEmacs. Reported by
19545 Adrian Aichner <adrian@xemacs.org>.
19546
19547 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
19548 `substitute-in-file-name.
19549 (tramp-smb-handle-substitute-in-file-name): New defun.
19550 (tramp-smb-advice-PC-do-completion): Delete advice.
19551
19552 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
19553
19554 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
19555 Fix error in deleting region.
19556
19557 2005-01-15 Richard M. Stallman <rms@gnu.org>
19558
19559 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
19560 In non-temp buffer, switch syntax table temporarily.
19561
19562 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
19563
19564 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
19565
19566 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
19567
19568 * imenu.el (imenu--split-menu): Copy menulist before sorting.
19569 (imenu--generic-function): Use START, not BEG, as pos of definition.
19570
19571 * simple.el (just-one-space): Argument specifies number of spaces.
19572
19573 * simple.el (eval-expression-print-format): Avoid warning
19574 about edebug-active.
19575
19576 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
19577
19578 * progmodes/sh-script.el: Code copied from make-mode.el
19579 with small changes,
19580 (sh-mode-map): Bind C-c C-\.
19581 (sh-backslash-column, sh-backslash-align): New variables.
19582 (sh-backslash-region, sh-append-backslash): New functions.
19583
19584 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
19585
19586 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
19587 (rmail-pop-password, rmail-pop-password-required): Move to
19588 rmail-obsolete group.
19589 (rmail-set-pop-password): Rename to rmail-set-remote-password.
19590 All callers updated.
19591 (rmail-get-pop-password): Rename to rmail-get-remote-password.
19592 Take an argument specifying whether it is POP or IMAP mailbox we
19593 are using. All callers updated.
19594 (rmail-pop-password-error): Rename to
19595 rmail-remote-password-error. Added mailutils-specific error message.
19596 (rmail-movemail-search-path)
19597 (rmail-movemail-variant-in-use): New variables.
19598 (rmail-remote-password, rmail-remote-password-required):
19599 New customization variables.
19600 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
19601 (rmail-parse-url): New function.
19602 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
19603 with GNU mailutils movemail.
19604
19605 2005-01-15 Kevin Ryde <user42@zip.com.au>
19606
19607 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
19608 suffix to space, $ or '$, to correctly position point when going
19609 to @table style constants like DBL_MAX.
19610
19611 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
19612
19613 * type-break.el (type-break-mode, type-break-file-time)
19614 (type-break-file-keystroke-count, type-break-choose-file):
19615 Don't store data in or load data from the file if type-break-file-name
19616 is nil.
19617 (type-break-file-name): Doc update as per the above.
19618
19619 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
19620
19621 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
19622 lookup-key might return nil; handle that.
19623
19624 2005-01-15 Alan Mackenzie <acm@muc.de>
19625
19626 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
19627 rather than the element found, thus enabling the tree to be setcar'd.
19628
19629 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
19630
19631 * textmodes/org.el (org-show-following-heading): New option.
19632 (org-show-hierarchy-above): Use `org-show-following-heading'.
19633 (org-cycle): Documentation fix.
19634
19635 * textmodes/org.el (orgtbl-optimized): New option
19636 (orgtbl-mode): New command, a minor mode.
19637 (orgtbl-mode-map): New variable.
19638 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
19639 (orgtbl-error, orgtbl-self-insert-command)
19640 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
19641
19642 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
19643 a local variable in each org-mode buffer.
19644
19645 * textmodes/org.el (org-set-regexps-and-options): Rename from
19646 `org-set-regexps'. Added checking for STARTUP keyword.
19647 (org-get-current-options): Add STARTUP options.
19648 (org-table-insert-row): Make mode intelligent about when
19649 realignment is needed.
19650 (org-self-insert-command, org-delete-backward-char, org-delete-char):
19651 New commands.
19652 (org-enable-table-editor): New default value `optimized'.
19653 (org-table-blank-field): Support blanking regions if active.
19654
19655 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
19656
19657 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
19658 if the year is not given.
19659
19660 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
19661 Add new escapes %m and %M, fixed bug with %F by adding
19662 save-match-data.
19663 (reftex-reference): Remove ?. from list of spaces.
19664 (reftex-label-info): Add automatic label prefix recognition.
19665
19666 * textmodes/reftex-index.el (reftex-index-next-phrase):
19667 Add slave parameter to call of `reftex-index-this-phrase'.
19668 (reftex-index-this-phrase): New optional argument.
19669 (reftex-index-region-phrases): Add slave parameter to call of
19670 `reftex-index-this-phrase'.
19671 (reftex-display-index): New argument redo.
19672 (reftex-index-rescan): Add `redo' to arguments of
19673 `reftex-display-index'.
19674 (reftex-index-Rescan, reftex-index-revert)
19675 (reftex-index-switch-index-tag): Add `redo' to arguments of
19676 `reftex-display-index'.
19677 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
19678 indexing. Fix bug with matching is there is a quote before or
19679 after the word.
19680
19681 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
19682 Fix bug when collecting citation keys in lines with comments.
19683 (reftex-citation): Prefix argument no longer rescans the document,
19684 but forces prompting for optional arguments of cite macros.
19685 (reftex-do-citation): Prompting for optional arguments implemented.
19686
19687 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19688 Add optional arguments to most cite commands.
19689 (reftex-cite-cleanup-optional-args): New option
19690 (reftex-cite-prompt-optional-args): New option.
19691 (reftex-trust-label-prefix): New option.
19692
19693 * textmodes/reftex-toc.el (reftex-toc-find-section):
19694 Add push-mark before changing the position in the buffer.
19695
19696 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
19697 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
19698
19699 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
19700
19701 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
19702 more carefully.
19703
19704 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
19705
19706 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
19707 (sgml-mode): Use it.
19708 (sgml-get-context): Better keep track of implicitly closed tags.
19709
19710 2005-01-13 Kenichi Handa <handa@m17n.org>
19711
19712 * textmodes/ispell.el: These changes are to fix misalignment error
19713 caused by equivalent characters of different Emacs charsets.
19714 (ispell-unified-chars-table): New variable.
19715 (ispell-get-decoded-string): New function.
19716 (ispell-get-casechars, ispell-get-not-casechars)
19717 (ispell-get-otherchars): Call ispell-get-decoded-string.
19718
19719 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
19720
19721 * custom.el (custom-declare-variable): Just put symbol instead
19722 of (defvar . symbol) in `current-load-list'.
19723
19724 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
19725
19726 * emacs-lisp/elint.el: Fixed typo in Commentary section.
19727
19728 2005-01-12 Jay Belanger <belanger@truman.edu>
19729
19730 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
19731 to create a Calc summary.
19732
19733 2005-01-12 Kim F. Storm <storm@cua.dk>
19734
19735 * mouse.el (mouse-on-link-p): Change functionality and doc
19736 string to comply with latest description in lisp ref.
19737
19738 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
19739
19740 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
19741 Enable mouse clicks on mode-line, header-line and margin.
19742 (event-type): Give mouse event symbols an `event-kind' property
19743 with value `mouse-click'.
19744
19745 2005-01-12 Juri Linkov <juri@jurta.org>
19746
19747 * facemenu.el (list-colors-display): Add new arg buffer-name.
19748 Use it. Fix docstring. Replace code for identifying duplicate
19749 colors by the name with call to `list-colors-duplicates' which
19750 identifies duplicate colors by the value unless the color
19751 is one of special Windows colors. Set truncate-lines to t.
19752 Print sorted duplicate color names on each line. Indent to 22
19753 \(the longest color name in rgb.txt) instead of 20. Optimize.
19754 (list-colors-duplicates): New function.
19755 (facemenu-color-name-equal): Delete function.
19756
19757 * facemenu.el (list-colors-print): New function created from code
19758 in list-colors-display. Print #RRGGBB at the window right edge.
19759 (list-colors-display): When temp-buffer-show-function is not
19760 defined, call list-colors-print from temp-buffer-show-hook
19761 to get the right value of window-width in list-colors-print
19762 after the buffer is displayed.
19763
19764 * simple.el (pop-mark): Move deactivate-mark out of conditional
19765 part to deactivate the active mark regardless of the state of the
19766 mark ring.
19767
19768 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
19769 variables line in desktop files.
19770
19771 2005-01-12 Juri Linkov <juri@jurta.org>
19772
19773 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
19774 Bring together isearch highlight related options.
19775 (lazy-highlight): Replace group `replace' by `matching'.
19776 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
19777 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
19778 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
19779 and declare them obsolete.
19780 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
19781 (isearch-faces): Remove defgroup.
19782 (isearch-overlay, isearch-highlight, isearch-dehighlight):
19783 Move isearch highlighting code closer to lazy highlighting code.
19784
19785 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
19786 (query-replace-highlight, query-replace-lazy-highlight)
19787 (query-replace): Move definitions to the beginning of the file.
19788
19789 2005-01-11 Juri Linkov <juri@jurta.org>
19790
19791 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
19792 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
19793 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
19794
19795 * info.el (Info-history-forward): New variable.
19796 (Info-select-node): Reset Info-history-forward to nil.
19797 (Info-last): Turn into defalias.
19798 (Info-history-back): Rename from Info-last.
19799 Add current node to Info-history-forward.
19800 (Info-history-forward): New fun.
19801 (Info-mode-map): Replace Info-last by Info-history-back.
19802 Bind Info-history-forward to "r".
19803 (Info-mode-menu): Replace Info-last by Info-history-back.
19804 Fix menu item text. Add menu item for Info-history-forward.
19805 (info-tool-bar-map): Replace Info-last by Info-history-back.
19806 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
19807 for Info-history-forward.
19808 (Info-mode): Replace Info-last by Info-history-back in docstring.
19809 Add local variable Info-history-forward.
19810 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
19811
19812 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
19813
19814 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
19815 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
19816 Ignore select-window events rather than fiddle with
19817 mouse-autoselect-window.
19818
19819 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
19820
19821 * type-break.el (type-break-mode): Fix previous change.
19822
19823 2005-01-10 Jay Belanger <belanger@truman.edu>
19824
19825 * calc/calc-ext.el (calc-reset): Reset when inside embedded
19826 calculator; only reset when point is inside a calculator.
19827 Don't adjust the window height if the window takes up the whole height
19828 of the frame.
19829
19830 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
19831
19832 * ebuff-menu.el (Electric-buffer-menu-mode):
19833 Preserve value of buffer-local var header-line-format.
19834
19835 2005-01-09 Jay Belanger <belanger@truman.edu>
19836
19837 * calc/calc.el (calc-mode-var-list-restore-saved-values):
19838 Make sure settings file exists before accessing it.
19839
19840 * calc/calc-embed.el (calc-embedded-subst):
19841 Replace math-multi-subst-rec, which is only supposed to be called
19842 by math-multi-subst, by math-multi-subst.
19843
19844 2005-01-09 Andre Spiegel <spiegel@gnu.org>
19845
19846 * vc.el (vc-allow-async-revert): New user option.
19847 (vc-disable-async-diff): New internal variable.
19848 (vc-revert-buffer): Use them to disable asynchronous diff.
19849
19850 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
19851 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
19852 asynchronously if vc-disable-async-diff is t.
19853
19854 2005-01-09 Jay Belanger <belanger@truman.edu>
19855
19856 * calc/calc.el (defcalcmodevar): New macro.
19857 (calc-mode-var-list-restore-default-values)
19858 (calc-mode-var-list-restore-saved-values): New functions.
19859 (calc-mode-var-list): Use defcalcmodevar to define it.
19860 (calc-always-load-extensions, calc-line-numbering)
19861 (calc-line-breaking, calc-display-just, calc-display-origin)
19862 (calc-number-radix, calc-leading-zeros, calc-group-digits)
19863 (calc-group-char, calc-point-char, calc-frac-format)
19864 (calc-prefer-frac, calc-hms-format, calc-date-format)
19865 (calc-float-format, calc-full-float-format, calc-complex-format)
19866 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
19867 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
19868 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
19869 (calc-matrix-brackets, calc-language, calc-language-option)
19870 (calc-left-label, calc-right-label, calc-word-size)
19871 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
19872 (calc-display-raw, calc-internal-prec, calc-angle-mode)
19873 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
19874 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
19875 (calc-window-height, calc-display-trail, calc-show-selections)
19876 (calc-use-selections, calc-assoc-selections)
19877 (calc-display-working-message, calc-auto-why, calc-timing)
19878 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
19879 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
19880 (calc-gnuplot-default-device, calc-gnuplot-default-output)
19881 (calc-gnuplot-print-device, calc-gnuplot-print-output)
19882 (calc-gnuplot-geometry, calc-graph-default-resolution)
19883 (calc-graph-default-resolution-3d, calc-invocation-macro)
19884 (calc-show-banner): Use defcalcmodevar to declare them and set
19885 their default values.
19886
19887 * calc/calc-ext.el (calc-reset): Restore saved values of variables
19888 instead of default values (but restore default values if there is
19889 an argument of 0).
19890
19891 2005-01-09 David Kastrup <dak@gnu.org>
19892
19893 * desktop.el (desktop-restore-eager): Fix typo in type.
19894
19895 2005-01-08 Richard M. Stallman <rms@gnu.org>
19896
19897 * cus-edit.el (customize): Delete :link.
19898
19899 2005-01-08 Jay Belanger <belanger@truman.edu>
19900
19901 * calc/calc.el (calc-mode): Remove the extension from the
19902 `calc-settings-file' file name when loading it.
19903
19904 2005-01-08 Kim F. Storm <storm@cua.dk>
19905
19906 * info.el (Info-mode-map, Info-next-link-keymap)
19907 (Info-prev-link-keymap, Info-up-link-keymap):
19908 Map follow-link to mouse-face.
19909 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
19910
19911 2005-01-08 Jay Belanger <belanger@truman.edu>
19912
19913 * calc/calc.el (calc-settings-file): Change default value.
19914 Suggested by cgw in a comment in calc-mode.el.
19915
19916 * calc/calc-mode.el (calc-settings-file-name):
19917 Compare calc-settings-file to user-init-file instead of ~/.emacs.
19918 Replace ~/.emacs in a prompt by calc-settings-file.
19919
19920 2005-01-07 Lars Hansen <larsh@math.ku.dk>
19921
19922 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
19923 (desktop-lazy-idle-delay): New customizable variables.
19924 (desktop-buffer-args-list): New variable.
19925 (desktop-append-buffer-args): New function.
19926 (desktop-save): Call desktop-append-buffer-args for some buffers.
19927 (desktop-lazy-create-buffer): New function.
19928 (desktop-idle-create-buffers): New function.
19929 (desktop-read): Add message about buffers to restore lazily.
19930 (desktop-lazy-abort): New command.
19931 (desktop-clear): Call desktop-lazy-abort.
19932 (desktop-lazy-complete): New command.
19933
19934 2005-01-06 Richard M. Stallman <rms@gnu.org>
19935
19936 * emacs-lisp/find-func.el (find-face-definition):
19937 Rename from find-face.
19938
19939 2005-01-06 Kim F. Storm <storm@cua.dk>
19940
19941 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
19942
19943 * man.el (Man-xref-man-page, Man-xref-header-file)
19944 (Man-xref-normal-file): Add follow-link property.
19945
19946 2005-01-06 Jay Belanger <belanger@truman.edu>
19947
19948 * calc/calc-units.el: Make sure the proper macro definitions are
19949 available when compiling.
19950
19951 2005-01-06 Juri Linkov <juri@jurta.org>
19952
19953 * isearch.el (isearch-lazy-highlight-update):
19954 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
19955
19956 2005-01-06 Miles Bader <miles@gnu.org>
19957
19958 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
19959 (isearch-lazy-highlight-face): Use new name.
19960
19961 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
19962
19963 * uniquify.el (uniquify-rationalize-file-buffer-names):
19964 Re-add an interactive spec.
19965 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
19966 to the same name.
19967
19968 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
19969 (isearch-update, isearch-done): Adjust calls accordingly.
19970
19971 2005-01-05 Richard M. Stallman <rms@gnu.org>
19972
19973 * custom.el (custom-set-variables, custom-theme-set-variables):
19974 Clarify documentation.
19975
19976 * emacs-lisp/find-func.el (find-variable)
19977 (find-variable-other-window, find-variable-other-frame):
19978 Fix the TYPE args to find-function-read and find-function-do-it.
19979 (find-function): Doc fix.
19980 (find-function-at-point): Replace function-at-point alias.
19981
19982 2005-01-04 Richard M. Stallman <rms@gnu.org>
19983
19984 * cus-face.el (custom-declare-face):
19985 Record defface in current-load-list.
19986
19987 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
19988
19989 * emacs-lisp/find-func.el: Doc fixes.
19990 (find-face-regexp): New variable.
19991 (find-function-regexp-alist): New variable.
19992 (find-function-C-source): Third arg is now TYPE.
19993 (find-function-search-for-symbol): Handle general TYPE.
19994 (find-function-read, find-function-do-it): Handle general TYPE.
19995 (find-definition-noselect, find-face): New functions.
19996 (function-at-point): Alias deleted.
19997
19998 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
19999
20000 * battery.el (display-battery-mode): Rename from display-battery.
20001 Handle the case where it gets turned off.
20002
20003 2005-01-04 Richard M. Stallman <rms@gnu.org>
20004
20005 * cus-edit.el (customize): Make :link point to user doc.
20006
20007 * man.el (Man-fontify-manpage): Turn off undo generation.
20008
20009 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
20010
20011 2005-01-04 Andreas Schwab <schwab@suse.de>
20012
20013 * files.el (insert-directory): Only look for error lines in
20014 inserted text. Don't move too far after processing --dired markers.
20015
20016 2005-01-04 Richard M. Stallman <rms@gnu.org>
20017
20018 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
20019 Don't expand if the character is @, period, dash, etc.
20020 (define-mail-abbrev): Quote names that contain problem characters.
20021
20022 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
20023
20024 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
20025
20026 2005-01-03 Richard M. Stallman <rms@gnu.org>
20027
20028 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
20029 (query-replace-highlight, query-replace-lazy-highlight)
20030 (query-replace): Definitions moved up. Doc fix.
20031
20032 2005-01-03 Richard M. Stallman <rms@gnu.org>
20033
20034 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
20035 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20036 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
20037 (lazy-highlight-face): Rename from isearch-lazy-...
20038 Change all references to them.
20039
20040 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
20041
20042 * cus-edit.el (custom-file): Doc fix for defcustom.
20043 (custom-file): The function no longer sets the variable
20044 `custom-file' to its return value.
20045
20046 * startup.el (command-line): No longer load `custom-file'.
20047
20048 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
20049
20050 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
20051
20052 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
20053 Don't confuse module-prefixed identifiers for labels.
20054 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
20055
20056 2005-01-02 Richard M. Stallman <rms@gnu.org>
20057
20058 * files.el (basic-save-buffer-1): Fix previous change.
20059
20060 * loadhist.el (file-loadhist-lookup): New function.
20061 (file-provides, file-requires): Use it.
20062
20063 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
20064 instead of calculating the right size.
20065
20066 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20067
20068 * vc-svn.el (vc-svn-diff): Stay local if possible.
20069
20070 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
20071
20072 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
20073
20074 * files.el (hack-local-variables): Fix last change.
20075
20076 2005-01-02 Jay Belanger <belanger@truman.edu>
20077
20078 * calc/calc-yank.el (calc-edit-top): New variable.
20079 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
20080 object. Change header properties.
20081 (calc-edit-finish, calc-edit-finish-stack-object)
20082 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
20083 edited object.
20084 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
20085 for the beginning of the edited object.
20086 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
20087 for the beginning of the edited object.
20088 * calc/calc-prog.el (calc-edit-macro-finish-edit)
20089 (calc-finish-formula-edit, calc-macro-repeats)
20090 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
20091 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
20092 beginning of the edited object.
20093 (calc-user-define-edit): Change the header for editing macros.
20094 Remove unnecessary variable.
20095
20096 2005-01-01 Jay Belanger <belanger@truman.edu>
20097
20098 * calc/calc-yank.el (calc-edit-mode): Change default header.
20099 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
20100 * calc/calc-store.el (calc-edit-variable): Change title to match new
20101 header.
20102 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
20103 mode to match new header.
20104 (calc-user-define-edit): Change titles to include names of commands.
20105 (calc-finish-formula-edit): Adjust to handle new header.
20106 (calc-finish-macro-edit): Remove.
20107 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
20108 (calc-edit-macro-command, calc-edit-macro-command-type)
20109 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
20110 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
20111 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
20112 (calc-edit-macro-finish-edit): New functions.
20113 (calc-user-define-edit): Use new functions to edit named calc macros.
20114
20115 2005-01-01 Stefan <monnier@iro.umontreal.ca>
20116
20117 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
20118
20119 * ses.el (copy-region-as-kill): Deactivate mark.
20120
20121 2005-01-01 Richard M. Stallman <rms@gnu.org>
20122
20123 * replace.el (occur-1): If the output buffer is also an input,
20124 don't kill it, rename it.
20125
20126 * faces.el (set-face-background, set-face-foreground): Doc fix.
20127
20128 * cus-face.el (custom-face-attributes): Fix :help-echo strings
20129 for :foreground and :background.
20130
20131 * dired.el (dired-view-command-alist): Variable deleted.
20132 (dired-view-file, dired-mouse-find-file-other-window):
20133 Delete the code to use it.
20134
20135 2005-01-01 Kim F. Storm <storm@cua.dk>
20136
20137 * image.el (insert-sliced-image): Use t for line-height property.
20138
20139 See ChangeLog.11 for earlier changes.
20140
20141 ;; Local Variables:
20142 ;; coding: iso-2022-7bit
20143 ;; End:
20144
20145 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
20146 Copying and distribution of this file, with or without modification,
20147 are permitted provided the copyright notice and this notice are preserved.
20148
20149 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1