1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
Commit Graph

66 Commits

Author SHA1 Message Date
Richard M. Stallman
ecbfc7e99c (Command Overview): Improve xrefs.
(Adjusting Point): Adjusting point applies to intangible and invis.
(Key Sequence Input): Doc extra read-key-sequence args.
Likewise for read-key-sequence-vector.
2005-02-26 23:52:38 +00:00
Richard M. Stallman
f75fbf430c (Misc Events): Remove stray space. 2005-02-03 06:57:22 +00:00
Eli Zaretskii
16bbbfd864 (Misc Events): Describe the help-echo event. 2005-01-29 14:04:57 +00:00
Kim F. Storm
cfa284c450 (Accessing Events): Add WHOLE arg to posn-at-x-y. 2005-01-14 12:15:33 +00:00
Richard M. Stallman
eab463f6ce (Quitting): Clarify value of with-local-quit. 2004-12-28 12:36:43 +00:00
Richard M. Stallman
a50342391b (Event Input Misc): Add while-no-input. 2004-12-21 11:46:47 +00:00
Luc Teirlinck
f9597b5b7f (Keyboard Macros): Document append' return value of defining-kbd-macro'. 2004-11-05 23:37:44 +00:00
Richard M. Stallman
9d0d107084 (Interactive Call): Add called-interactively-p. 2004-11-01 07:47:08 +00:00
Richard M. Stallman
dff3f9e1b8 (Interactive Codes): N' uses numeric prefix, not raw. Clarify n'.
(Interactive Call): Rewrite interactive-p, focusing on when and how to use it.
(Misc Events): Clarify previous change.
2004-10-27 14:59:47 +00:00
Kim F. Storm
3baa952d8b (Interactive Codes): Add U code letter. 2004-10-26 12:55:51 +00:00
Jason Rumney
d2fab890f4 Removed mouse-wheel event, added wheel-up and wheel-down
event, with a note about how to use mwheel.el to handle both these
events and mouse-4 and mouse-5 events.
2004-10-24 21:39:41 +00:00
Richard M. Stallman
b071e512b9 (Key Sequence Input): Clarify downcasing in read-key-sequence. 2004-09-20 15:41:40 +00:00
Luc Teirlinck
de700726fb (Key Sequence Input): Remove unnecessary anchor,
(Command Loop Info): Replace reference to it.
(Disabling Commands): `disabled-command-hook' has been renamed to
`disabled-command-function'.
2004-08-08 15:47:21 +00:00
Luc Teirlinck
5504e99ca6 Various changes in addition to:
(Using Interactive): Clarify description of `interactive-form'.
(Interactive Call): Mention default for KEYS argument to
`call-interactively'.
(Command Loop Info): Clarify description of `this-command-keys'.
Mention KEEP-RECORD argument to `clear-this-command-keys'.
Value of `last-event-frame' can be `macro'.
(Repeat Events): `double-click-fuzz' is also used to distinguish
clicks and drags.
(Classifying Events): Clarify descriptions of `event-modifiers'
`event-basic-type' and `event-convert-list'.
(Accessing Events): `posn-timestamp' takes POSITION argument.
(Quoted Character Input): Clarify description of
`read-quoted-char' and fix example.
(Quitting): Add `with-local-quit'.
(Disabling Commands):  Correct and clarify descriptions of
`enable-command' and `disable-command'.
Mention what happens if `disabled-command-hook' is nil.
(Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
2004-08-07 01:12:59 +00:00
Richard M. Stallman
7790d5cd52 (Misc Events): Describe usr1-signal, usr2-signal event. 2004-06-24 23:08:31 +00:00
Richard M. Stallman
6e41ce9c47 (Accessing Events): Clarify posn-col-row and posn-actual-col-row.
(Accessing Events): New functions posn-at-point and posn-at-x-y.
Add example to posn-x-y.
2004-06-24 20:11:31 +00:00
Luc Teirlinck
e35e07dfbf (Using Interactive): Delete pxref to top of same node.
(Interactive Codes): Fix pxref for default-directory.
2004-02-18 04:49:52 +00:00
Kim F. Storm
0898832984 (Click Events): Describe new image and
width/height elements of click events.
(Accessing Events): Add posn-string, posn-image, and
posn-object-width-height.  Change posn-object to return either
image or string object.
2004-01-06 23:21:00 +00:00
Luc Teirlinck
0773471800 Remove trailing whitespace. 2003-12-25 04:52:54 +00:00
Luc Teirlinck
4bdcd3ef21 Replace all occurrences of @acronym{CAR} with @sc{car}, for
consistency with the rest of the Elisp manual.  `car' and `cdr' are
historically acronyms, but are no longer widely thought of as such.
2003-12-25 03:54:16 +00:00
Kim F. Storm
f51f93f6fc (Click Events): Click object may be an images.
Describe (dx . dy) element of click positions.
(Accessing Events): Remove duplicate posn-timestamp.
New functions posn-object and posn-object-x-y.
2003-11-27 21:54:19 +00:00
Kim F. Storm
c5cb529745 (Click Events): Describe enhancements to event
position lists, including new text-pos and (col . row) items.
Mention left-fringe and right-fringe area events.
(Accessing Events): New functions posn-area, posn-object, and
posn-actual-col-row.  Mention posn-timestamp.  Mention that
posn-point in non-text area still returns buffer position.
Clarify posn-col-row.
2003-11-23 00:59:23 +00:00
Eli Zaretskii
ad800164c8 Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
Richard M. Stallman
6142d1d06c Avoid @strong{Note:}. 2003-09-26 10:01:42 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
041b0e7bd7 (Interactive Call): commandp has new arg.
(Command Loop Info): Add this-original-command.
2003-08-13 17:19:36 +00:00
Richard M. Stallman
8e5f951071 (Interactive Call): Minor clarification. 2003-08-06 01:12:49 +00:00
Richard M. Stallman
14bd0b09da (Command Overview): Emacs server runs pre-command-hook and post-command-hook.
(Waiting): New calling convention for sit-for.
2003-07-14 15:53:03 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Richard M. Stallman
b18531e576 Use xref for history list truncation. 2002-12-07 21:42:43 +00:00
Eli Zaretskii
34c0b12eb6 (Quitting): Add an index entry containing the word ``interrupt''. 2002-05-08 17:59:04 +00:00
Richard M. Stallman
c68b630c17 Line break change. 2002-04-19 00:18:22 +00:00
Gerd Moellmann
b19f34c7d9 From Dave Love. Description of events in marginal areas. 2002-04-12 09:49:18 +00:00
Richard M. Stallman
caae20c741 Clarify recent changes. 2001-09-10 05:34:15 +00:00
Eli Zaretskii
2842de3068 (Using Interactive): Document interactive-form.
(Keyboard Macros): Document kbd-macro-termination-hook.
(Command Loop Info): Document that clear-this-command-keys clears
the vector to be returned by recent-keys.
2001-09-08 17:54:25 +00:00
Gerd Moellmann
99af9d8373 (Repeat Events): Add description of double-click-fuzz. 2001-07-30 14:04:16 +00:00
Richard M. Stallman
080a57baf6 *** empty log message *** 2000-01-12 05:22:30 +00:00
Gerd Moellmann
3768027915 @ifinto -> @ifnottex. 2000-01-05 15:18:01 +00:00
Gerd Moellmann
fd897522d4 Update copyrights. 2000-01-05 14:59:32 +00:00
Gerd Moellmann
176c9de4b4 Remove obsolete @tindex commands. 2000-01-05 14:29:37 +00:00
Dave Love
2468d0c025 Current version from /gd/gnu/elisp. 1999-12-03 19:11:12 +00:00
Gerd Moellmann
79ddc9c971 Patch from rms. 1999-11-01 15:52:18 +00:00
Phillip Rulon
a40d4712b2 *** empty log message *** 1999-10-05 23:26:05 +00:00
Richard M. Stallman
8241495da5 *** empty log message *** 1999-09-17 06:59:04 +00:00
Richard M. Stallman
b6954afd99 *** empty log message *** 1999-07-17 02:15:13 +00:00
Richard M. Stallman
2eb4136ff5 *** empty log message *** 1998-08-26 21:05:38 +00:00
Richard M. Stallman
39d6d9bdb7 *** empty log message *** 1998-07-29 03:01:39 +00:00
Richard M. Stallman
03c6b7f66d *** empty log message *** 1998-06-11 20:20:07 +00:00
Richard M. Stallman
1911e6e52c *** empty log message *** 1998-05-26 18:56:56 +00:00
Richard M. Stallman
a9f0a989a1 *** empty log message *** 1998-05-19 03:45:57 +00:00