Delete declaration for removed Vauto_save_file_format.
(build_annotations): Adapt to replacement of `auto-save-file-format'
with the new buffer-local variable `buffer-auto-save-file-format'.
(syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
Kim F. Storm [Tue, 7 Sep 2004 20:54:03 +0000 (20:54 +0000)]
(term-window-width): Only use full window width on
window system if overflow-newline-into-fringe is enabled.
(term-mode): Don't disable overflow-newline-into-fringe.
Juri Linkov [Tue, 7 Sep 2004 18:10:49 +0000 (18:10 +0000)]
(grep-highlight-matches): Doc fix.
(grep-process-setup): Call `grep-compute-defaults' if
`grep-highlight-matches' is not computed. Set env-vars only
if `grep-highlight-matches' is `t'.
Stefan Monnier [Tue, 7 Sep 2004 05:18:49 +0000 (05:18 +0000)]
(uncomment-region-default, comment-region-default):
New functions extracted from uncomment-region and comment-region.
(comment-region, comment-region-function, uncomment-region)
(uncomment-region-function): Use them.
Juri Linkov [Tue, 7 Sep 2004 03:56:35 +0000 (03:56 +0000)]
(grep-highlight-matches): Change default from
`t' to `auto-detect', and type from `boolean' to `choice'.
(grep-compute-defaults): Set `grep-highlight-matches' to `t'
if grep option `--color' is available, or to `nil' otherwise.
(grep-use-null-device): Remove redundant type `boolean' (`choice'
is already defined).
Stefan Monnier [Tue, 7 Sep 2004 03:47:29 +0000 (03:47 +0000)]
(gnus-pick-mouse-pick-region): Switch 1 => point-min.
(gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
(gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
Eli Zaretskii [Sat, 4 Sep 2004 13:46:13 +0000 (13:46 +0000)]
(ispell-really-aspell): New defvar.
(ispell-check-version): Set it.
(ispell-send-replacement): New function.
(ispell-process-line): Call ispell-send-replacement.
Eli Zaretskii [Sat, 4 Sep 2004 12:25:43 +0000 (12:25 +0000)]
From Eric S. Raymond: More reorganization to exile old stuff to the
pre-2000 section. I looked up end-of-life dates for a bunch of old
Unixes to check.
Juri Linkov [Fri, 3 Sep 2004 20:32:57 +0000 (20:32 +0000)]
(isearch-toggle-regexp): Set `isearch-success' and `isearch-adjusted' to `t'.
(isearch-toggle-case-fold): Set `isearch-success' to `t'.
(isearch-message-prefix): Add "pending" for isearch-adjusted.
(isearch-other-meta-char): Restore isearch-point unconditionally.
(isearch-query-replace): Add new arg `regexp-flag' and use it.
Set point to start of match if region is not active in transient
mark mode (to include the current match to region boundaries).
Push the search string to `query-replace-from-history-variable'.
Add prompt "Query replace regexp" for isearch-regexp.
Add region beginning/end as last arguments of `perform-replace.'
(isearch-query-replace-regexp): Replace code by the call to
`isearch-query-replace' with arg `t'.
Kim F. Storm [Fri, 3 Sep 2004 12:33:54 +0000 (12:33 +0000)]
* emulation/cua-rect.el (cua--overlay-keymap): New keymap for
highlight overlays; allow using RET when cursor is over a button.
(cua--highlight-rectangle): Use it.
(cua--rectangle-set-corners): Don't move backwards at eol.
(cua--forward-line): Don't move into void after eob.
Jason Rumney [Thu, 2 Sep 2004 23:26:16 +0000 (23:26 +0000)]
(_widget_value): Added lname and lkey.
(digest_single_submenu): Set lname and lkey in widget_value
instead of name and key.
(update_submenu_strings): New function.
(set_frame_menubar): Remove call to inhibit_garbage_collection,
call update_submenu_strings.
(globals_of_w32menu): Check for Unicode API.
(digest_single_submenu, w32_menu_show): Encode menu strings as
UTF-8 if Unicode API is available.
(utf8to16): New function.
(add_menu_item): Use it when calling Unicode API.
Kim F. Storm [Thu, 2 Sep 2004 22:56:22 +0000 (22:56 +0000)]
(cua--rectangle-set-corners): Ensure that
point is set (and displayed) inside rectangle.
(cua--rectangle-operation): Fix for highlight of empty lines.
(cua--highlight-rectangle): Fix highlight for tabs.
Position cursor at left/right edge of rectangle using new `cursor'
property on overlay strings.
(cua--indent-rectangle): Don't tabify.
(cua-rotate-rectangle): Ignore that point has moved.
Kim F. Storm [Thu, 2 Sep 2004 22:34:07 +0000 (22:34 +0000)]
(set_cursor_from_row): Look for non-nil `cursor' property
in overlay or text-property strings; set cursor on corresponding
glyph rather than at end of the string.