bpt/emacs.git
19 years ago* keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
Jan Djärv [Sun, 16 Jan 2005 09:17:02 +0000 (09:17 +0000)]
* keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
(READABLE_EVENTS_FILTER_EVENTS)
(READABLE_EVENTS_IGNORE_SQUEEZABLES): New flags for readable_events.
get_filtered_input_pending, readable_filtered_events): Removed.
(tracking_off): Call readable_events and get_input_pending with
flag READABLE_EVENTS_DO_TIMERS_NOW.
(readable_events): Move code from old readable_filtered_events here,
but check new READABLE_EVENTS_* in argument flags instead of previous
two boolean arguments do_timers_now and filter_events.
If we are doing mouse tracking and the mouse moved, return only if
READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
(swallow_events): Call get_input_pending with flag
READABLE_EVENTS_DO_TIMERS_NOW.
(get_input_pending): Move code from old   get_filtered_input_pending
here.  Replace boolean arguments do_timers_now, filter_events with
flags, and pass flags to readable_events.  Document new
READABLE_EVENTS_* flags.
(detect_input_pending_ignore_squeezables): New function.
(detect_input_pending_run_timers): Call get_input_pending with flag
READABLE_EVENTS_DO_TIMERS_NOW.
(Finput_pending_p): Call get_input_pending with flags
READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.

* dispnew.c (update_window, update_frame_1): Replace calls to
detect_input_pending with detect_input_pending_ignore_squeezables
so that redisplay is not paused if the event queue contains only
mouse movements.

* lisp.h: Declare detect_input_pending_ignore_squeezables.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-40
Miles Bader [Sun, 16 Jan 2005 02:37:50 +0000 (02:37 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-40

Fix regressions from latest reftex update

In the latest update to reftex from upstream, some changes in Emacs CVS
(mostly maintenance stuff -- typos, whitespace, etc) were apparently lost.
This changeset re-applies them.

19 years agoChanged name from mac-use-core-graphics to mac-allow-anti-aliasing
Steven Tamm [Sun, 16 Jan 2005 00:39:04 +0000 (00:39 +0000)]
Changed name from mac-use-core-graphics to mac-allow-anti-aliasing

19 years ago* macterm.c (Vmac_use_core_graphics): defined
Steven Tamm [Sun, 16 Jan 2005 00:31:53 +0000 (00:31 +0000)]
* macterm.c (Vmac_use_core_graphics): defined
(syms_of_macterm): Added mac-use-core-graphics
(mac_draw_string_common): Use core graphics text rendering if
mac-use-core-graphics is enabled.

19 years ago* macfns.c (Fx_file_dialog): Save As dialog includes only the
Steven Tamm [Sun, 16 Jan 2005 00:17:25 +0000 (00:17 +0000)]
* macfns.c (Fx_file_dialog): Save As dialog includes only the
file name in the text box.

19 years ago* macfns.c (x_set_foreground_color, x_set_background_color): Sync
Steven Tamm [Sun, 16 Jan 2005 00:10:18 +0000 (00:10 +0000)]
* macfns.c (x_set_foreground_color, x_set_background_color): Sync
with xfns.c.
(mac_window, x_create_tip_frame): Use XSetWindowBackground.
* macterm.c (XSetBackground, XSetWindowBackground): New functions.
* macterm.h (XSetBackground, XSetWindowBackground): Add externs.

19 years ago(Defining Images): Mention DATA-P arg of create-image.
Richard M. Stallman [Sat, 15 Jan 2005 23:09:32 +0000 (23:09 +0000)]
(Defining Images): Mention DATA-P arg of create-image.

19 years ago(lm-with-file): Use Lisp mode in temp buffer.
Richard M. Stallman [Sat, 15 Jan 2005 18:16:44 +0000 (18:16 +0000)]
(lm-with-file): Use Lisp mode in temp buffer.
In non-temp buffer, switch syntax table temporarily.

19 years ago(indent-pp-sexp): Doc fix.
Richard M. Stallman [Sat, 15 Jan 2005 18:11:33 +0000 (18:11 +0000)]
(indent-pp-sexp): Doc fix.

19 years ago(occur-accumulate-lines, occur-engine): Avoid warnings.
Richard M. Stallman [Sat, 15 Jan 2005 18:10:59 +0000 (18:10 +0000)]
(occur-accumulate-lines, occur-engine): Avoid warnings.

19 years ago(tar-extract): Bind buffer-undo-list to t.
Richard M. Stallman [Sat, 15 Jan 2005 18:10:12 +0000 (18:10 +0000)]
(tar-extract): Bind buffer-undo-list to t.

19 years ago(imenu--split-menu): Copy menulist before sorting.
Richard M. Stallman [Sat, 15 Jan 2005 18:09:16 +0000 (18:09 +0000)]
(imenu--split-menu): Copy menulist before sorting.
(imenu--generic-function): Use START, not BEG, as pos of definition.

19 years ago(just-one-space): Argument specifies number of spaces.
Richard M. Stallman [Sat, 15 Jan 2005 18:08:46 +0000 (18:08 +0000)]
(just-one-space): Argument specifies number of spaces.

(eval-expression-print-format): Avoid warning about edebug-active.

19 years ago(sh-mode-map): Bind C-c C-\.
Richard M. Stallman [Sat, 15 Jan 2005 18:07:21 +0000 (18:07 +0000)]
(sh-mode-map): Bind C-c C-\.
(sh-backslash-column, sh-backslash-align): New variables.
(sh-backslash-region, sh-append-backslash): New functions.

19 years agoDocument support for GNU mailutils.
Eli Zaretskii [Sat, 15 Jan 2005 14:37:32 +0000 (14:37 +0000)]
Document support for GNU mailutils.

19 years agoFix last change.
Eli Zaretskii [Sat, 15 Jan 2005 14:34:29 +0000 (14:34 +0000)]
Fix last change.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 15 Jan 2005 14:31:22 +0000 (14:31 +0000)]
*** empty log message ***

19 years agoDocument support for GNU mailutils in rmail.el.
Eli Zaretskii [Sat, 15 Jan 2005 14:30:48 +0000 (14:30 +0000)]
Document support for GNU mailutils in rmail.el.

19 years agoUpdated to work with movemail from GNU Mailutils
Eli Zaretskii [Sat, 15 Jan 2005 14:27:41 +0000 (14:27 +0000)]
Updated to work with movemail from GNU Mailutils
(rmail-pop-password, rmail-pop-password-required): Moved to
rmail-obsolete group.
(rmail-set-pop-password): Renamed to rmail-set-remote-password.
All callers updated.
(rmail-get-pop-password): Renamed to rmail-get-remote-password.
Take an argument specifying whether it is POP or IMAP mailbox we
are using. All callers updated.
(rmail-pop-password-error): Renamed to rmail-remote-password-error.
Added mailutils-specific error message.
(rmail-movemail-search-path)
(rmail-movemail-variant-in-use): New variables.
(rmail-remote-password, rmail-remote-password-required): New
customization variables.
(rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New functions
(rmail-parse-url): New function.
(rmail-get-new-mail, rmail-insert-inbox-text): Updated for use
with GNU mailutils movemail.

19 years agoFix Copyright years.
Eli Zaretskii [Sat, 15 Jan 2005 14:05:47 +0000 (14:05 +0000)]
Fix Copyright years.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 15 Jan 2005 14:05:13 +0000 (14:05 +0000)]
*** empty log message ***

19 years ago(c-mode/symbol): Add ^` to prefix, and change
Eli Zaretskii [Sat, 15 Jan 2005 14:00:03 +0000 (14:00 +0000)]
(c-mode/symbol): Add ^` to prefix, and change
suffix to space, $ or '$, to correctly position point when going
to @table style constants like DBL_MAX.

19 years agoCorrect translation and the Dutch text (typos).
Eli Zaretskii [Sat, 15 Jan 2005 13:52:26 +0000 (13:52 +0000)]
Correct translation and the Dutch text (typos).
More consistent use of terminology.

19 years agoMention the new feature of type-break whereby type-break-file-name
Eli Zaretskii [Sat, 15 Jan 2005 13:13:13 +0000 (13:13 +0000)]
Mention the new feature of type-break whereby type-break-file-name
can be set to nil.

19 years ago(type-break-file-name): Doc update as per the above.
Eli Zaretskii [Sat, 15 Jan 2005 13:06:55 +0000 (13:06 +0000)]
(type-break-file-name): Doc update as per the above.
(type-break-mode, type-break-file-time, type-break-file-keystroke-count)
(type-break-choose-file): Don't store data in or load data from the file
if none specified.

19 years ago(woman-dired-define-key-maybe): If KEY is undefined,
Eli Zaretskii [Sat, 15 Jan 2005 12:46:54 +0000 (12:46 +0000)]
(woman-dired-define-key-maybe): If KEY is undefined,
lookup-key might return nil; handle that.

19 years ago(ebrowse-class-in-tree): Return the tail of the tree
Eli Zaretskii [Sat, 15 Jan 2005 12:39:25 +0000 (12:39 +0000)]
(ebrowse-class-in-tree): Return the tail of the tree
rather than the element found, thus enabling the tree to be
setcar'd.

19 years agoFix commit conflicts.
Eli Zaretskii [Sat, 15 Jan 2005 11:48:58 +0000 (11:48 +0000)]
Fix commit conflicts.

19 years agoChanges from arch/CVS synchronization
Miles Bader [Sat, 15 Jan 2005 02:30:02 +0000 (02:30 +0000)]
Changes from arch/CVS synchronization

19 years ago*** empty log message ***
Carsten Dominik [Fri, 14 Jan 2005 13:08:16 +0000 (13:08 +0000)]
*** empty log message ***

19 years agoFixed a few things in the file herder which I accidentially change
Carsten Dominik [Fri, 14 Jan 2005 13:05:35 +0000 (13:05 +0000)]
Fixed a few things in the file herder which I accidentially change
during the last update.

19 years ago(Accessing Events): Add WHOLE arg to posn-at-x-y.
Kim F. Storm [Fri, 14 Jan 2005 12:15:33 +0000 (12:15 +0000)]
(Accessing Events): Add WHOLE arg to posn-at-x-y.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 14 Jan 2005 12:15:17 +0000 (12:15 +0000)]
*** empty log message ***

19 years ago(Fposn_at_x_y): Add optional arg WHOLE.
Kim F. Storm [Fri, 14 Jan 2005 12:11:15 +0000 (12:11 +0000)]
(Fposn_at_x_y): Add optional arg WHOLE.

19 years agoFixed typo in setfilename
Carsten Dominik [Fri, 14 Jan 2005 10:50:53 +0000 (10:50 +0000)]
Fixed typo in setfilename

19 years agoversion 3.04
Carsten Dominik [Fri, 14 Jan 2005 10:50:29 +0000 (10:50 +0000)]
version 3.04

19 years ago2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Fri, 14 Jan 2005 10:47:42 +0000 (10:47 +0000)]
2005-01-14  Carsten Dominik  <dominik@science.uva.nl>

* org.el (org-show-following-heading): New option.
(org-show-hierarchy-above): Use `org-show-following-heading'.

* org.el (orgtbl-optimized): New option
(orgtbl-mode): New command, a minor mode.
(orgtbl-mode-map): New variable.
(turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
(orgtbl-error, orgtbl-self-insert-command)
(orgtbl-delete-backward-char, orgtbl-delete-char): New functions.

* org.el (org-mode): `org-table-may-need-update' is now a local
variable in each org-mode buffer.

* org.el (org-set-regexps-and-options): Renamed from
`org-set-regexps'.  Added checking for STARTUP keyword.
(org-get-current-options): Added STARTUP options.
(org-table-insert-row): Mode mode intelligent about when
realignment is needed.
(org-self-insert-command, org-delete-backward-char,
org-delete-char): New commands.
(org-enable-table-editor): new default value `optimized'.
(org-table-blank-field): Support blanking regions if active.

19 years agocorrected setfilename
Carsten Dominik [Fri, 14 Jan 2005 10:21:54 +0000 (10:21 +0000)]
corrected setfilename

19 years agoFixed typo in reftex log
Carsten Dominik [Fri, 14 Jan 2005 10:18:12 +0000 (10:18 +0000)]
Fixed typo in reftex log

19 years agoversion 4.26
Carsten Dominik [Fri, 14 Jan 2005 10:16:38 +0000 (10:16 +0000)]
version 4.26

19 years agoRefTeX upgraded to version 4.26
Carsten Dominik [Fri, 14 Jan 2005 10:14:35 +0000 (10:14 +0000)]
RefTeX upgraded to version 4.26

19 years ago2005-01-14 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Fri, 14 Jan 2005 10:12:03 +0000 (10:12 +0000)]
2005-01-14  Carsten Dominik  <dominik@science.uva.nl>

        * reftex-cite.el (reftex-bib-sort-year): Catch the case if the
        year is not given.

        * reftex-ref.el (reftex-replace-prefix-escapes): Added new escapes
        %m and %M, fixed bug with %F by adding save-match-data.
        (reftex-reference): Removed ?. from list of spaces.
        (reftex-label-info): Added automatic label prefix recognition

        * reftex-index.el (reftex-index-next-phrase): Added slave
        parameter to call of `reftex-index-this-phrase'
        (reftex-index-this-phrase): New optional argument
        (reftex-index-region-phrases): Added slave parameter to call of
        `reftex-index-this-phrase'
        (reftex-display-index): New argument redo
        (reftex-index-rescan): Added 'redo to arguments of
        `reftex-display-index'
        (reftex-index-Rescan, reftex-index-revert)
        (reftex-index-switch-index-tag): Added 'redo to arguments of
        `reftex-display-index'
        (reftex-index-make-phrase-regexp): Fixed bug with case-sensitive
        indexing.  Fixed bug with matching is there is a quote before or
        after the word.

        * reftex-cite.el (reftex-all-used-citation-keys): Fix bug when
        collecting citation keys in lines with comments.
        (reftex-citation): Prefix argument no longer rescans the document,
        but forces prompting for optional arguments of cite macros.
        (reftex-do-citation): Prompting for optional arguments
        implemented.

        * reftex-vars.el (reftex-cite-format-builtin): Added optional
        arguments to most cite commands.
        (reftex-cite-cleanup-optional-args): New option
        (reftex-cite-prompt-optional-args): New option.
        (reftex-trust-label-prefix): New option

        * reftex-toc.el (reftex-toc-find-section): Added push-mark before
        changing the position in the buffer.

        * reftex.el (reftex-prefix-to-typekey-alist): New variable
        (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist

19 years ago(Links and Mouse-1): Fix string and vector item.
Kim F. Storm [Fri, 14 Jan 2005 09:35:32 +0000 (09:35 +0000)]
(Links and Mouse-1): Fix string and vector item.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 14 Jan 2005 09:35:10 +0000 (09:35 +0000)]
*** empty log message ***

19 years ago(xterm-mouse-event): Compute window co-ordinates
Nick Roberts [Fri, 14 Jan 2005 07:36:50 +0000 (07:36 +0000)]
(xterm-mouse-event): Compute window co-ordinates
more carefully.

19 years ago*** empty log message ***
Nick Roberts [Fri, 14 Jan 2005 07:35:58 +0000 (07:35 +0000)]
*** empty log message ***

19 years ago(Active Keymaps): Correct typo.
Luc Teirlinck [Thu, 13 Jan 2005 23:19:47 +0000 (23:19 +0000)]
(Active Keymaps): Correct typo.

19 years ago*** empty log message ***
Richard M. Stallman [Thu, 13 Jan 2005 20:10:26 +0000 (20:10 +0000)]
*** empty log message ***

19 years agoAdd entries of some well known and widely used packages.
Richard M. Stallman [Thu, 13 Jan 2005 20:09:54 +0000 (20:09 +0000)]
Add entries of some well known and widely used packages.

19 years agoComment change.
Richard M. Stallman [Thu, 13 Jan 2005 20:06:32 +0000 (20:06 +0000)]
Comment change.

19 years ago(Active Keymaps): Rewrite the text, and update the
Richard M. Stallman [Thu, 13 Jan 2005 20:02:09 +0000 (20:02 +0000)]
(Active Keymaps): Rewrite the text, and update the
descriptions of overriding-local-map and overriding-terminal-local-map.

19 years ago(Links and Mouse-1): Clarify text.
Richard M. Stallman [Thu, 13 Jan 2005 19:59:22 +0000 (19:59 +0000)]
(Links and Mouse-1): Clarify text.

19 years ago(Commands): Clarification.
Richard M. Stallman [Thu, 13 Jan 2005 19:53:58 +0000 (19:53 +0000)]
(Commands): Clarification.

19 years ago(Fcurrent_active_maps): Ignore Voverriding_local_map
Richard M. Stallman [Thu, 13 Jan 2005 19:49:53 +0000 (19:49 +0000)]
(Fcurrent_active_maps): Ignore Voverriding_local_map
if Voverriding_terminal_local_map is non-nil.

19 years agoWhitespace change.
Richard M. Stallman [Thu, 13 Jan 2005 19:45:51 +0000 (19:45 +0000)]
Whitespace change.

19 years ago(syms_of_keyboard): Doc fix.
Richard M. Stallman [Thu, 13 Jan 2005 19:43:09 +0000 (19:43 +0000)]
(syms_of_keyboard): Doc fix.

19 years ago(sgml-fill-nobreak): New fun.
Stefan Monnier [Thu, 13 Jan 2005 14:51:57 +0000 (14:51 +0000)]
(sgml-fill-nobreak): New fun.
(sgml-mode): Use it.
(sgml-get-context): Better keep track of implicitly closed tags.

19 years ago(url-retrieve-synchronously): Use accept-process-output rather than sit-for.
Stefan Monnier [Thu, 13 Jan 2005 14:35:11 +0000 (14:35 +0000)]
(url-retrieve-synchronously): Use accept-process-output rather than sit-for.

19 years ago*** empty log message ***
Stephen Eglen [Thu, 13 Jan 2005 11:35:05 +0000 (11:35 +0000)]
*** empty log message ***

19 years ago(Emulating Mode Line): Update format-mode-line entry.
Kim F. Storm [Thu, 13 Jan 2005 09:39:32 +0000 (09:39 +0000)]
(Emulating Mode Line): Update format-mode-line entry.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 13 Jan 2005 09:39:09 +0000 (09:39 +0000)]
*** empty log message ***

19 years ago(Fformat_mode_line): Fix last change. Remove NO_PROPS arg
Kim F. Storm [Thu, 13 Jan 2005 09:36:01 +0000 (09:36 +0000)]
(Fformat_mode_line): Fix last change.  Remove NO_PROPS arg
(specify 0 for FACE instead). Reorder arg list.  Doc fix.

19 years ago(Active Keymaps): Fix overriding-local-map description.
Thien-Thi Nguyen [Thu, 13 Jan 2005 08:02:42 +0000 (08:02 +0000)]
(Active Keymaps): Fix overriding-local-map description.

19 years ago*** empty log message ***
Kenichi Handa [Thu, 13 Jan 2005 04:38:31 +0000 (04:38 +0000)]
*** empty log message ***

19 years ago(ispell-unified-chars-table): New variable.
Kenichi Handa [Thu, 13 Jan 2005 04:33:05 +0000 (04:33 +0000)]
(ispell-unified-chars-table): New variable.
(ispell-get-decoded-string): New function.
(ispell-get-casechars, ispell-get-not-casechars)
(ispell-get-otherchars): Call ispell-get-decoded-string.

19 years ago*** empty log message ***
John Paul Wallington [Wed, 12 Jan 2005 23:14:00 +0000 (23:14 +0000)]
*** empty log message ***

19 years ago(custom-declare-variable): Just put symbol instead of (defvar . symbol)
John Paul Wallington [Wed, 12 Jan 2005 22:49:19 +0000 (22:49 +0000)]
(custom-declare-variable): Just put symbol instead of (defvar . symbol)
on `current-load-list'.

19 years agoFixed typo in Commentary section.
Reiner Steib [Wed, 12 Jan 2005 16:07:42 +0000 (16:07 +0000)]
Fixed typo in Commentary section.

19 years ago(Button Properties, Button Buffer Commands):
Kim F. Storm [Wed, 12 Jan 2005 15:33:00 +0000 (15:33 +0000)]
(Button Properties, Button Buffer Commands):
Clarify mouse-1 and follow-link functionality.

19 years ago(Links and Mouse-1): Rename section from Enabling
Kim F. Storm [Wed, 12 Jan 2005 15:32:47 +0000 (15:32 +0000)]
(Links and Mouse-1): Rename section from Enabling
Mouse-1 to Following Links.  Change xrefs.
Add examples for define-button-type and define-widget.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 12 Jan 2005 15:32:26 +0000 (15:32 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Wed, 12 Jan 2005 14:52:11 +0000 (14:52 +0000)]
*** empty log message ***

19 years ago(calc-describe-key): Use temporary info buffer to create a Calc
Jay Belanger [Wed, 12 Jan 2005 14:31:52 +0000 (14:31 +0000)]
(calc-describe-key): Use temporary info buffer to create a Calc
summary.

19 years agoMore doc fixes.
Kim F. Storm [Wed, 12 Jan 2005 10:54:02 +0000 (10:54 +0000)]
More doc fixes.

19 years ago(mouse-on-link-p): Change functionality and doc
Kim F. Storm [Wed, 12 Jan 2005 10:17:02 +0000 (10:17 +0000)]
(mouse-on-link-p): Change functionality and doc
string to comply with latest description in lisp ref.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 12 Jan 2005 10:16:45 +0000 (10:16 +0000)]
*** empty log message ***

19 years ago(xterm-mouse-translate, xterm-mouse-event): Enable
Nick Roberts [Wed, 12 Jan 2005 06:13:08 +0000 (06:13 +0000)]
(xterm-mouse-translate, xterm-mouse-event): Enable
mouse clicks on mode-line, header-line and margin.
(event-type): Give mouse event symbols an 'event-kind property
with value 'mouse-click.

19 years ago*** empty log message ***
Nick Roberts [Wed, 12 Jan 2005 06:12:34 +0000 (06:12 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Wed, 12 Jan 2005 05:14:15 +0000 (05:14 +0000)]
*** empty log message ***

19 years ago(Enabling Mouse-1 to Follow Links): Rewrite.
Richard M. Stallman [Wed, 12 Jan 2005 05:14:03 +0000 (05:14 +0000)]
(Enabling Mouse-1 to Follow Links): Rewrite.

19 years ago(Beeping): Fix Texinfo usage.
Richard M. Stallman [Wed, 12 Jan 2005 05:11:56 +0000 (05:11 +0000)]
(Beeping): Fix Texinfo usage.

19 years ago(Emulating Mode Line): Doc FACE arg in format-header-line.
Richard M. Stallman [Wed, 12 Jan 2005 05:11:05 +0000 (05:11 +0000)]
(Emulating Mode Line): Doc FACE arg in format-header-line.

19 years ago(Fformat_mode_line): New arg FACE specifies a default
Richard M. Stallman [Wed, 12 Jan 2005 05:06:46 +0000 (05:06 +0000)]
(Fformat_mode_line): New arg FACE specifies a default
face property for characters that don't specify one.

19 years ago(Frequire): Record in load-history unconditionally.
Richard M. Stallman [Wed, 12 Jan 2005 05:03:22 +0000 (05:03 +0000)]
(Frequire): Record in load-history unconditionally.

19 years ago(type-break-mode): Fix previous change.
Richard M. Stallman [Wed, 12 Jan 2005 04:24:20 +0000 (04:24 +0000)]
(type-break-mode): Fix previous change.

19 years ago(desktop-save): Add `mode: emacs-lisp' to the local
Juri Linkov [Wed, 12 Jan 2005 00:52:33 +0000 (00:52 +0000)]
(desktop-save): Add `mode: emacs-lisp' to the local
variables line in desktop files.

19 years ago(pop-mark): Move deactivate-mark out of conditional
Juri Linkov [Wed, 12 Jan 2005 00:42:57 +0000 (00:42 +0000)]
(pop-mark): Move deactivate-mark out of conditional
part to deactivate the active mark regardless of the state of the
mark ring.

19 years ago* facemenu.el (list-colors-print): New function created from code
Juri Linkov [Wed, 12 Jan 2005 00:33:00 +0000 (00:33 +0000)]
* facemenu.el (list-colors-print): New function created from code
in list-colors-display.  Print #RRGGBB at the window right edge.
(list-colors-display): When temp-buffer-show-function is not
defined, call list-colors-print from temp-buffer-show-hook
to get the right value of window-width in list-colors-print
after the buffer is displayed.

19 years ago(list-colors-display): Add new arg buffer-name.
Juri Linkov [Tue, 11 Jan 2005 23:53:35 +0000 (23:53 +0000)]
(list-colors-display): Add new arg buffer-name.
Use it.  Fix docstring.  Replace code for identifying duplicate
colors by the name with call to `list-colors-duplicates' which
identifies duplicate colors by the value unless the color
is one of special Windows colors.  Set truncate-lines to t.
Print sorted duplicate color names on each line.  Indent to 22
\(the longest color name in rgb.txt) instead of 20.  Optimize.
(list-colors-duplicates): New function.
(facemenu-color-name-equal): Delete function.

19 years agoAdd back_arrow.xpm and fwd_arrow.xpm.
Juri Linkov [Tue, 11 Jan 2005 23:06:42 +0000 (23:06 +0000)]
Add back_arrow.xpm and fwd_arrow.xpm.

19 years ago(query-replace-lazy-highlight): Add lazy-highlight group.
Juri Linkov [Tue, 11 Jan 2005 23:05:16 +0000 (23:05 +0000)]
(query-replace-lazy-highlight): Add lazy-highlight group.
(query-replace-highlight, query-replace-lazy-highlight)
(query-replace): Move definitions to the beginning of the file.

19 years ago(search-highlight, isearch, isearch-lazy-highlight):
Juri Linkov [Tue, 11 Jan 2005 23:03:01 +0000 (23:03 +0000)]
(search-highlight, isearch, isearch-lazy-highlight):
Bring together isearch highlight related options.
(lazy-highlight): Replace group `replace' by `matching'.
(lazy-highlight-cleanup, lazy-highlight-initial-delay)
(lazy-highlight-interval, lazy-highlight-max-at-a-time)
(lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
and declare them obsolete.
(lazy-highlight-face): Rename from isearch-lazy-highlight-face.
(isearch-faces): Remove defgroup.
(isearch-overlay, isearch-highlight, isearch-dehighlight):
Move isearch highlighting code closer to lazy highlighting code.

19 years ago(Multi-line Indent): Fix previous change.
Richard M. Stallman [Tue, 11 Jan 2005 22:44:53 +0000 (22:44 +0000)]
(Multi-line Indent): Fix previous change.
(Fortran Autofill): Simplify description of fortran-auto-fill-mode.

19 years agoInfo-history-forward
Juri Linkov [Tue, 11 Jan 2005 21:59:47 +0000 (21:59 +0000)]
Info-history-forward

19 years ago(Info-history-forward): New variable.
Juri Linkov [Tue, 11 Jan 2005 21:57:46 +0000 (21:57 +0000)]
(Info-history-forward): New variable.
(Info-select-node): Reset Info-history-forward to nil.
(Info-last): Turn into defalias.
(Info-history-back): Rename from Info-last.
Add current node to Info-history-forward.
(Info-history-forward): New fun.
(Info-mode-map): Replace Info-last by Info-history-back.
Bind Info-history-forward to "r".
(Info-mode-menu): Replace Info-last by Info-history-back.
Fix menu item text.  Add menu item for Info-history-forward.
(info-tool-bar-map): Replace Info-last by Info-history-back.
Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
for Info-history-forward.
(Info-mode): Replace Info-last by Info-history-back in docstring.
Add local variable Info-history-forward.
(Info-goto-emacs-command-node): Replace Info-last by Info-history-back.

19 years ago* toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
Juri Linkov [Tue, 11 Jan 2005 21:55:09 +0000 (21:55 +0000)]
* toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
* toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
* toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.

19 years ago(mouse-drag-mode-line-1, mouse-drag-vertical-line, mouse-drag-region)
Stefan Monnier [Tue, 11 Jan 2005 15:36:57 +0000 (15:36 +0000)]
(mouse-drag-mode-line-1, mouse-drag-vertical-line, mouse-drag-region)
(mouse-drag-region-1, mouse-drag-secondary): Ignore select-window events
rather than fiddle with mouse-autoselect-window.

19 years ago(Basic Types): Add :follow-link keyword.
Kim F. Storm [Tue, 11 Jan 2005 08:37:15 +0000 (08:37 +0000)]
(Basic Types): Add :follow-link keyword.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 11 Jan 2005 08:36:58 +0000 (08:36 +0000)]
*** empty log message ***

19 years ago(Button Properties): Add follow-link keyword.
Kim F. Storm [Tue, 11 Jan 2005 08:36:26 +0000 (08:36 +0000)]
(Button Properties): Add follow-link keyword.