]> code.delx.au - gnu-emacs/log
gnu-emacs
19 years ago*** empty log message ***
Luc Teirlinck [Wed, 8 Sep 2004 03:26:24 +0000 (03:26 +0000)]
*** empty log message ***

19 years ago(Standard Buffer-Local Variables): Add `buffer-auto-save-file-format'.
Luc Teirlinck [Wed, 8 Sep 2004 03:07:42 +0000 (03:07 +0000)]
(Standard Buffer-Local Variables): Add `buffer-auto-save-file-format'.

19 years ago(Buffer Internals): Describe new auto_save_file_format field of the
Luc Teirlinck [Wed, 8 Sep 2004 02:59:04 +0000 (02:59 +0000)]
(Buffer Internals): Describe new auto_save_file_format field of the
buffer structure.

19 years ago(Format Conversion): `auto-save-file-format' has been renamed
Luc Teirlinck [Wed, 8 Sep 2004 02:55:36 +0000 (02:55 +0000)]
(Format Conversion): `auto-save-file-format' has been renamed
`buffer-auto-save-file-format'.

19 years ago(buffer-auto-save-file-format): Make it permanent local.
Luc Teirlinck [Wed, 8 Sep 2004 02:44:32 +0000 (02:44 +0000)]
(buffer-auto-save-file-format): Make it permanent local.

19 years ago(function-key-map): Add bindings for C- and S- cursor
Stefan Monnier [Wed, 8 Sep 2004 02:41:53 +0000 (02:41 +0000)]
(function-key-map): Add bindings for C- and S- cursor
motion as seen on my Mac OS X xterms.

19 years agoDelete declaration for removed Vauto_save_file_format.
Luc Teirlinck [Wed, 8 Sep 2004 02:30:12 +0000 (02:30 +0000)]
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.

19 years ago(reset_buffer, init_buffer_once): Handle auto_save_file_format field.
Luc Teirlinck [Wed, 8 Sep 2004 02:23:55 +0000 (02:23 +0000)]
(reset_buffer, init_buffer_once): Handle auto_save_file_format field.
(syms_of_buffer): Add DEFVAR_PER_BUFFER for `buffer-auto-save-file-format'.

19 years ago(struct buffer): Add auto_save_file_format field.
Luc Teirlinck [Wed, 8 Sep 2004 02:21:45 +0000 (02:21 +0000)]
(struct buffer): Add auto_save_file_format field.

19 years ago(AppendMenuW_Proc): Move declaration to w32term.h.
Jason Rumney [Tue, 7 Sep 2004 21:50:39 +0000 (21:50 +0000)]
(AppendMenuW_Proc): Move declaration to w32term.h.

19 years ago(AppendMenuW_Proc): Move declaration from w32menu.c.
Jason Rumney [Tue, 7 Sep 2004 21:49:14 +0000 (21:49 +0000)]
(AppendMenuW_Proc): Move declaration from w32menu.c.

19 years ago(w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: Handle
Jason Rumney [Tue, 7 Sep 2004 21:48:37 +0000 (21:48 +0000)]
(w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: Handle
Unicode menu titles.

19 years ago(authors-aliases): Add more aliases.
Kim F. Storm [Tue, 7 Sep 2004 21:16:48 +0000 (21:16 +0000)]
(authors-aliases): Add more aliases.
(authors-fixed-entries): Fix typo.
(authors-canonical-author-name): Compact multiple spaces.
Ignore trivial names (e.g. only first name).

19 years ago*** empty log message ***
Kim F. Storm [Tue, 7 Sep 2004 21:16:01 +0000 (21:16 +0000)]
*** empty log message ***

19 years agoRemove entry re. skip-chars-... and classes.
Kim F. Storm [Tue, 7 Sep 2004 21:11:29 +0000 (21:11 +0000)]
Remove entry re. skip-chars-... and classes.

19 years agoRegenerate with `op' entry (from Dan Nicolaescu).
Kim F. Storm [Tue, 7 Sep 2004 21:08:21 +0000 (21:08 +0000)]
Regenerate with `op' entry (from Dan Nicolaescu).

19 years agoAdd `op' entry to enable colors in term (from Dan Nicolaescu).
Kim F. Storm [Tue, 7 Sep 2004 21:07:44 +0000 (21:07 +0000)]
Add `op' entry to enable colors in term (from Dan Nicolaescu).

19 years ago(term-window-width): Only use full window width on
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.

19 years ago(set_cursor_from_row): Fix last change. Only use 'cursor'
Kim F. Storm [Tue, 7 Sep 2004 20:53:43 +0000 (20:53 +0000)]
(set_cursor_from_row): Fix last change.  Only use 'cursor'
property from text property or overlay strings at point.

19 years ago(compilation-start): Use copy of `process-environment'
Juri Linkov [Tue, 7 Sep 2004 18:21:45 +0000 (18:21 +0000)]
(compilation-start): Use copy of `process-environment'
created by `copy-sequence' to not override env-vars
in the global `process-environment'.

19 years ago(grep-highlight-matches): Doc fix.
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'.

19 years ago(update_submenu_strings): YAILOM.
Stefan Monnier [Tue, 7 Sep 2004 05:52:52 +0000 (05:52 +0000)]
(update_submenu_strings): YAILOM.
(set_frame_menubar): Make sure last_i is initialized.

19 years ago*** empty log message ***
Stefan Monnier [Tue, 7 Sep 2004 05:32:35 +0000 (05:32 +0000)]
*** empty log message ***

19 years ago(uncomment-region-default, comment-region-default):
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.

19 years ago(cvs-string-prefix-p): Use compare-strings.
Stefan Monnier [Tue, 7 Sep 2004 04:53:31 +0000 (04:53 +0000)]
(cvs-string-prefix-p): Use compare-strings.

19 years ago(cvs-states): Allow `ignore' on NEED-UPDATE.
Stefan Monnier [Tue, 7 Sep 2004 04:51:47 +0000 (04:51 +0000)]
(cvs-states): Allow `ignore' on NEED-UPDATE.
It's not crucial but can make sense at times.

19 years ago(vc-arch-workfile-version): Handle the special case before the first commit.
Stefan Monnier [Tue, 7 Sep 2004 04:49:03 +0000 (04:49 +0000)]
(vc-arch-workfile-version): Handle the special case before the first commit.

19 years agoDoc fix.
Stefan Monnier [Tue, 7 Sep 2004 04:48:04 +0000 (04:48 +0000)]
Doc fix.

19 years ago(vc-buffer-context, vc-restore-buffer-context): Disable obsolete code.
Stefan Monnier [Tue, 7 Sep 2004 04:47:38 +0000 (04:47 +0000)]
(vc-buffer-context, vc-restore-buffer-context): Disable obsolete code.

19 years ago*** empty log message ***
Stefan Monnier [Tue, 7 Sep 2004 04:15:56 +0000 (04:15 +0000)]
*** empty log message ***

19 years ago(mh-inc-spool-list): Correctly declare the external var.
Stefan Monnier [Tue, 7 Sep 2004 04:15:28 +0000 (04:15 +0000)]
(mh-inc-spool-list): Correctly declare the external var.

19 years ago(grep-highlight-matches): Change default from
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).

19 years ago(message-tokenize-header, message-send-mail-with-qmail):
Stefan Monnier [Tue, 7 Sep 2004 03:47:46 +0000 (03:47 +0000)]
(message-tokenize-header, message-send-mail-with-qmail):
Use point-min rather than 1.
(message-send-mail): Use buffer-size rather than point-max.

19 years ago(gnus-summary-search-article-forward):
Stefan Monnier [Tue, 7 Sep 2004 03:47:37 +0000 (03:47 +0000)]
(gnus-summary-search-article-forward):
Signal a specific `search-failed' rather than a generic `error'.

19 years ago(gnus-pick-mouse-pick-region): Switch 1 => point-min.
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.

19 years ago(next-error-follow-minor-mode): Fix last change.
Eli Zaretskii [Mon, 6 Sep 2004 18:51:57 +0000 (18:51 +0000)]
(next-error-follow-minor-mode): Fix last change.

19 years ago(use-hard-newlines): Make it into a permanent local.
Luc Teirlinck [Mon, 6 Sep 2004 00:39:16 +0000 (00:39 +0000)]
(use-hard-newlines): Make it into a permanent local.

19 years agoThanks to Christopher Allan Webber, fix typo.
Robert J. Chassell [Sun, 5 Sep 2004 15:44:28 +0000 (15:44 +0000)]
Thanks to Christopher Allan Webber, fix typo.

19 years ago(isearch-lazy-highlight-new-loop): Don't invoke
Richard M. Stallman [Sat, 4 Sep 2004 19:41:45 +0000 (19:41 +0000)]
(isearch-lazy-highlight-new-loop): Don't invoke
highlighting if the search string is empty.

19 years ago(facemenu-active-faces): Change condition of inner `while' loop to
Luc Teirlinck [Sat, 4 Sep 2004 19:13:40 +0000 (19:13 +0000)]
(facemenu-active-faces): Change condition of inner `while' loop to
also check the first two elements of `face-atts' and `mask-atts'.

19 years ago*** empty log message ***
John Paul Wallington [Sat, 4 Sep 2004 18:40:13 +0000 (18:40 +0000)]
*** empty log message ***

19 years ago(thumbs-view-image-mode-map): Fix `thumbs-set-root' command name typo.
John Paul Wallington [Sat, 4 Sep 2004 18:34:30 +0000 (18:34 +0000)]
(thumbs-view-image-mode-map): Fix `thumbs-set-root' command name typo.
(thumbs-view-image-mode): Make buffer read-only.

19 years ago(ispell-really-aspell): New defvar.
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.

19 years ago(eshell-display-predicate-help): Doc fix. Support choosing seconds
Eli Zaretskii [Sat, 4 Sep 2004 13:24:04 +0000 (13:24 +0000)]
(eshell-display-predicate-help): Doc fix.  Support choosing seconds
with "s".

19 years ago(te-escape): Show `?' in prompt for help key.
Eli Zaretskii [Sat, 4 Sep 2004 13:17:34 +0000 (13:17 +0000)]
(te-escape): Show `?' in prompt for help key.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader [Sat, 4 Sep 2004 13:13:48 +0000 (13:13 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523

Merge from emacs--gnus--5.10, gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--base-0
   tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-1
   Import from CVS branch gnus-5_10-branch

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2
   Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-3
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-4
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-18
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-19
   Remove autoconf-generated files from archive

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-20
   Update from CVS

19 years agoFix last change.
Eli Zaretskii [Sat, 4 Sep 2004 13:06:38 +0000 (13:06 +0000)]
Fix last change.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 4 Sep 2004 12:57:38 +0000 (12:57 +0000)]
*** empty log message ***

19 years ago(kill-backward-up-list): New function.
Eli Zaretskii [Sat, 4 Sep 2004 12:56:54 +0000 (12:56 +0000)]
(kill-backward-up-list): New function.

19 years ago(occur-mode-map): Bind toggle-next-error-follow-mode.
Eli Zaretskii [Sat, 4 Sep 2004 12:50:17 +0000 (12:50 +0000)]
(occur-mode-map): Bind toggle-next-error-follow-mode.

19 years ago(grep-mode-map): Bind toggle-next-error-follow-mode.
Eli Zaretskii [Sat, 4 Sep 2004 12:48:19 +0000 (12:48 +0000)]
(grep-mode-map): Bind toggle-next-error-follow-mode.

19 years ago(compilation-mode-map): Bind toggle-next-error-follow-mode.
Eli Zaretskii [Sat, 4 Sep 2004 12:47:21 +0000 (12:47 +0000)]
(compilation-mode-map): Bind toggle-next-error-follow-mode.

19 years ago(diff-mode-map): Bind toggle-next-error-follow-mode.
Eli Zaretskii [Sat, 4 Sep 2004 12:46:17 +0000 (12:46 +0000)]
(diff-mode-map): Bind toggle-next-error-follow-mode.

19 years ago(next-error-follow-mode, next-error-follow-mode-post-command-hook):
Eli Zaretskii [Sat, 4 Sep 2004 12:45:26 +0000 (12:45 +0000)]
(next-error-follow-mode, next-error-follow-mode-post-command-hook):
New functions.
(next-error-follow-last-line): New defvar.

19 years agoDocument next-error-follow-mode.
Eli Zaretskii [Sat, 4 Sep 2004 12:35:28 +0000 (12:35 +0000)]
Document next-error-follow-mode.

19 years ago(uncomment-region): Bind comment-use-global-state to nil.
Eli Zaretskii [Sat, 4 Sep 2004 12:31:09 +0000 (12:31 +0000)]
(uncomment-region): Bind comment-use-global-state to nil.

19 years agoFrom Eric S. Raymond: More reorganization to exile old stuff to the
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.

19 years ago(auto-revert-handler): Bind `buffer-read-only' locally around the call
Luc Teirlinck [Fri, 3 Sep 2004 22:28:10 +0000 (22:28 +0000)]
(auto-revert-handler): Bind `buffer-read-only' locally around the call
to `revert-buffer'.

19 years ago*** empty log message ***
Juri Linkov [Fri, 3 Sep 2004 21:51:22 +0000 (21:51 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Fri, 3 Sep 2004 21:34:11 +0000 (21:34 +0000)]
*** empty log message ***

19 years agoUpdate M-% in isearch.
Juri Linkov [Fri, 3 Sep 2004 20:53:43 +0000 (20:53 +0000)]
Update M-% in isearch.

19 years ago(Incremental Search): Update wording for M-%.
Juri Linkov [Fri, 3 Sep 2004 20:51:06 +0000 (20:51 +0000)]
(Incremental Search): Update wording for M-%.

19 years agoFix line breaks to follow Emacs conventions.
Richard M. Stallman [Fri, 3 Sep 2004 20:43:38 +0000 (20:43 +0000)]
Fix line breaks to follow Emacs conventions.

19 years ago(isearch-toggle-regexp): Set `isearch-success' and `isearch-adjusted' to `t'.
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'.

19 years ago(normal-top-level): Undo previous TERM change.
Richard M. Stallman [Fri, 3 Sep 2004 17:23:42 +0000 (17:23 +0000)]
(normal-top-level): Undo previous TERM change.

19 years ago* emulation/cua-rect.el (cua--overlay-keymap): New keymap for
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.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 3 Sep 2004 12:19:45 +0000 (12:19 +0000)]
*** empty log message ***

19 years ago(Killing): Correct description of kill commands in read-only buffer.
Luc Teirlinck [Fri, 3 Sep 2004 02:36:57 +0000 (02:36 +0000)]
(Killing): Correct description of kill commands in read-only buffer.

19 years ago(_widget_value): Added lname and lkey.
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.

19 years ago(cua--rectangle-set-corners): Ensure that
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.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 2 Sep 2004 22:55:59 +0000 (22:55 +0000)]
*** empty log message ***

19 years ago(set_cursor_from_row): Look for non-nil `cursor' property
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.

19 years ago* term/mac-win.el: Add ASCII equivalents for some function keys.
Steven Tamm [Thu, 2 Sep 2004 17:03:16 +0000 (17:03 +0000)]
* term/mac-win.el: Add ASCII equivalents for some function keys.
(mode-line-frame-identification): Sync with x-win.el.
* macfns.c (x_real_positions): Save the current window port and
set a new one before obtaining the global coordinate.  Use
FRAME_MAC_WINDOW.
(x_set_name, x_set_title): Encode title to UTF8.  Use
SetWindowTitleWithCFString.
(Fx_server_version): Get correct OS version.
* macmenu.c (add_menu_item): Remove unused variable `i'.  Don't
let separator items destroy refence constants of other menu items.
* macterm.c (x_update_end): Move SetPortWindowPort to inside
BLOCK_INPUT.
(x_set_offset): Use FRAME_MAC_WINDOW.
* xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
nontext_cursor if it is on a scroll bar.
* s/darwin.h (LIBS_CARBON): New define to specify libraries for
Carbon support.
(LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.  Use
LIBS_CARBON.

19 years ago(LIBS_CARBON): New define to specify libraries for
Steven Tamm [Thu, 2 Sep 2004 17:02:11 +0000 (17:02 +0000)]
(LIBS_CARBON): New define to specify libraries for
Carbon support.
(LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.  Use
LIBS_CARBON.

19 years ago(note_mouse_highlight): Set the mouse pointer shape to
Steven Tamm [Thu, 2 Sep 2004 17:01:20 +0000 (17:01 +0000)]
(note_mouse_highlight): Set the mouse pointer shape to
nontext_cursor if it is on a scroll bar.

19 years ago(x_update_end): Move SetPortWindowPort to inside
Steven Tamm [Thu, 2 Sep 2004 17:00:55 +0000 (17:00 +0000)]
(x_update_end): Move SetPortWindowPort to inside
BLOCK_INPUT.
(x_set_offset): Use FRAME_MAC_WINDOW.

19 years ago(add_menu_item): Remove unused variable `i'. Don't
Steven Tamm [Thu, 2 Sep 2004 17:00:36 +0000 (17:00 +0000)]
(add_menu_item): Remove unused variable `i'.  Don't
let separator items destroy refence constants of other menu items.

19 years ago(x_real_positions): Save the current window port and
Steven Tamm [Thu, 2 Sep 2004 17:00:12 +0000 (17:00 +0000)]
(x_real_positions): Save the current window port and
set a new one before obtaining the global coordinate.  Use
FRAME_MAC_WINDOW.
(x_set_name, x_set_title): Encode title to UTF8.  Use
SetWindowTitleWithCFString.
(Fx_server_version): Get correct OS version.

19 years agoAdd ASCII equivalents for some function keys.
Steven Tamm [Thu, 2 Sep 2004 16:59:18 +0000 (16:59 +0000)]
Add ASCII equivalents for some function keys.
(mode-line-frame-identification): Sync with x-win.el.

19 years agoNew option `grep-highlight-matches'.
Juri Linkov [Thu, 2 Sep 2004 16:40:38 +0000 (16:40 +0000)]
New option `grep-highlight-matches'.

19 years ago(variable-at-point): Try `find-tag-default' when other methods failed.
Juri Linkov [Thu, 2 Sep 2004 16:37:22 +0000 (16:37 +0000)]
(variable-at-point): Try `find-tag-default' when other methods failed.

19 years ago(function-called-at-point): Try `find-tag-default' when other methods failed.
Juri Linkov [Thu, 2 Sep 2004 16:37:01 +0000 (16:37 +0000)]
(function-called-at-point): Try `find-tag-default' when other methods failed.

19 years ago(Info-fontify-node): Don't compute other-tag if Info-hide-note-references=hide.
Juri Linkov [Thu, 2 Sep 2004 16:36:18 +0000 (16:36 +0000)]
(Info-fontify-node): Don't compute other-tag if Info-hide-note-references=hide.

19 years ago(grep-highlight-matches): New defcustom.
Juri Linkov [Thu, 2 Sep 2004 16:35:42 +0000 (16:35 +0000)]
(grep-highlight-matches): New defcustom.
(grep-regexp-alist): Add rule to highlight grep matches.
(grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.

19 years ago(compilation-error-properties): Allow to funcall col and end-col.
Juri Linkov [Thu, 2 Sep 2004 16:35:17 +0000 (16:35 +0000)]
(compilation-error-properties): Allow to funcall col and end-col.
(compilation-mode-font-lock-keywords): Check col and end-col by `integerp'.
(compilation-goto-locus): If end-mk is non-nil in transient mark
mode don't activate the mark (and don't display message in
push-mark), but highlight overlay between mk and end-mk.

19 years ago* xfns.c (x_set_name_internal): New function. Check if we shall call
Jan Djärv [Thu, 2 Sep 2004 16:15:48 +0000 (16:15 +0000)]
* xfns.c (x_set_name_internal): New function.  Check if we shall call
xfree before ENCODE_UTF_8.
(x_set_name, x_set_title): Call x_set_name_internal.

19 years ago*** empty log message ***
Juri Linkov [Thu, 2 Sep 2004 09:46:47 +0000 (09:46 +0000)]
*** empty log message ***

19 years ago(compilation-buffer-name): Compare major
Juri Linkov [Thu, 2 Sep 2004 09:45:31 +0000 (09:45 +0000)]
(compilation-buffer-name): Compare major
mode with second element of compilation-arguments instead of third
to reflect latest changes in compilation-arguments structure.
(recompile): Use global variable `compilation-directory' to get
recent compilation directory only when `recompile' is invoked NOT
in the compilation buffer.  Otherwise, use `default-directory' of
the compilation buffer.

19 years ago(beginning-of-defun, end-of-defun):
Juri Linkov [Thu, 2 Sep 2004 09:43:38 +0000 (09:43 +0000)]
(beginning-of-defun, end-of-defun):
Do not push mark if inhibit-mark-movement is non-nil.

19 years ago(ispell-html-skip-alists): Fix backslashes in docstring.
Juri Linkov [Thu, 2 Sep 2004 09:42:13 +0000 (09:42 +0000)]
(ispell-html-skip-alists): Fix backslashes in docstring.

19 years ago(Other Repeating Search): Mention that Occur mode
Juri Linkov [Thu, 2 Sep 2004 09:37:09 +0000 (09:37 +0000)]
(Other Repeating Search): Mention that Occur mode
supports the next-error functionality.

19 years ago(Compilation Mode): Add a paragraph about rules
Juri Linkov [Thu, 2 Sep 2004 09:36:35 +0000 (09:36 +0000)]
(Compilation Mode): Add a paragraph about rules
for finding the compilation buffer for `next-error'.

19 years ago(Regexp Replace): Add missing backslash to \footnote.
Juri Linkov [Thu, 2 Sep 2004 09:30:26 +0000 (09:30 +0000)]
(Regexp Replace): Add missing backslash to \footnote.

19 years agoRegexp isearch can search through multiple nodes. Add Info-search-backward.
Juri Linkov [Thu, 2 Sep 2004 09:21:20 +0000 (09:21 +0000)]
Regexp isearch can search through multiple nodes.  Add Info-search-backward.

19 years ago* isearch.el (isearch-wrap-function)
Juri Linkov [Wed, 1 Sep 2004 20:35:12 +0000 (20:35 +0000)]
* isearch.el (isearch-wrap-function)
(isearch-push-state-function): New defvars.
(isearch-pop-fun-state): New defsubst.
(isearch-top-state): Call function saved in `isearch-pop-fun-state'.
(isearch-push-state): Set the result of calling
`isearch-push-state-function' to the `isearch-pop-fun-state' field.
(isearch-cancel): Call function saved in `isearch-pop-fun-state' to
restore the mode-specific starting point of terminated search.
(isearch-abort): Call `isearch-cancel' instead of its duplicated code.
(isearch-repeat): Call `isearch-wrap-function' if defined.
(isearch-message-prefix): Don't add prefix "over" to the message
for wrapped search if `isearch-wrap-function' is defined.
(isearch-search): Call function saved in `isearch-pop-fun-state' to
restore the mode-specific starting point of failed search.

19 years agoRemove ancient Change Log section.
Juri Linkov [Wed, 1 Sep 2004 19:42:58 +0000 (19:42 +0000)]
Remove ancient Change Log section.
(isearch-string, isearch-message-string, isearch-point)
(isearch-success, isearch-forward-flag, isearch-other-end)
(isearch-word, isearch-invalid-regexp, isearch-wrapped)
(isearch-barrier, isearch-within-brackets)
(isearch-case-fold-search): Add suffix `-state' to state-related
defsubsts to avoid name clashes with other function names.

19 years ago(Info-search-whitespace-regexp): Fix backslashes.
Juri Linkov [Wed, 1 Sep 2004 19:29:28 +0000 (19:29 +0000)]
(Info-search-whitespace-regexp): Fix backslashes.
(Info-search): Add new optional arguments for the sake of isearch.
Replace whitespace in Info-search-whitespace-regexp literally.
Add backward search.  Don't call `Info-select-node' if regexp is
found in the same Info node.  Don't add node to Info-history for
wrapped isearch.
(Info-search-backward, Info-isearch-search, Info-isearch-wrap)
(Info-isearch-push-state, Info-isearch-pop-state): New funs.
(Info-mode): Set local variables `isearch-search-fun-function',
`isearch-wrap-function', `isearch-push-state-function',
`search-whitespace-regexp'.

19 years agoAdd `next-error-highlight' and `next-error-highlight-no-select'.
Juri Linkov [Wed, 1 Sep 2004 18:48:19 +0000 (18:48 +0000)]
Add `next-error-highlight' and `next-error-highlight-no-select'.

19 years ago(compilation-goto-locus): Use `next-error' face instead of `region'.
Juri Linkov [Wed, 1 Sep 2004 18:44:35 +0000 (18:44 +0000)]
(compilation-goto-locus): Use `next-error' face instead of `region'.
Set 4-th argument of `move-overlay' to `current-buffer' to move overlay
to different source buffers.  Use new variable `next-error-highlight'.

19 years ago* simple.el (next-error): New defgroup and defface.
Juri Linkov [Wed, 1 Sep 2004 18:41:06 +0000 (18:41 +0000)]
* simple.el (next-error): New defgroup and defface.
(next-error-highlight, next-error-highlight-no-select):
New defcustoms.
(next-error-no-select): Let-bind next-error-highlight to the value
of next-error-highlight-no-select before calling `next-error'.