1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00
Commit Graph

1359 Commits

Author SHA1 Message Date
Richard M. Stallman
dedbac8923 *** empty log message *** 2004-11-20 14:18:59 +00:00
Richard M. Stallman
fe83e8de20 (Regexp Search): Rename that to search-spaces-regexp. 2004-11-20 14:06:54 +00:00
Richard M. Stallman
6de891db98 *** empty log message *** 2004-11-19 20:07:39 +00:00
Richard M. Stallman
65b65d26ef (Regexp Search): Add search-whitespace-regexp. 2004-11-19 19:50:29 +00:00
Thien-Thi Nguyen
e1c1c5a7f4 *** empty log message *** 2004-11-19 15:22:08 +00:00
Thien-Thi Nguyen
8b192981e4 (Coding Conventions): Fix typo. 2004-11-19 15:20:32 +00:00
Richard M. Stallman
ee31cd78ef *** empty log message *** 2004-11-16 17:31:19 +00:00
Richard M. Stallman
155cb2e57e (Coding Conventions): Separate defvar and require
methods to avoid warnings.  Use require only when there are many
functions and variables from that package.
2004-11-16 17:30:48 +00:00
Richard M. Stallman
5d64585238 (Minibuffer Completion): When ignoring case,
predicate must not be case-sensitive.
2004-11-16 17:27:48 +00:00
Richard M. Stallman
6657986f00 (Function Debugging, Explicit Debug): Clarified.
(Test Coverage): Don't talk about "splotches".  Clarified.
2004-11-16 17:26:18 +00:00
Thien-Thi Nguyen
4bd38e9445 (Window Frame Parameters): Fix typo. 2004-11-16 14:14:13 +00:00
Kim F. Storm
9f89426bd4 *** empty log message *** 2004-11-15 15:20:33 +00:00
Kim F. Storm
442f927b42 (Other Plists): Note that plist-get may signal error.
Add safe-plist-get.
2004-11-15 15:19:48 +00:00
Kim F. Storm
6d073ae1e3 *** empty log message *** 2004-11-15 15:12:29 +00:00
Thien-Thi Nguyen
10980463d7 (Font Lock Basics): Fix typo. 2004-11-15 09:55:51 +00:00
Richard M. Stallman
1efc19ebfa *** empty log message *** 2004-11-08 17:00:42 +00:00
Richard M. Stallman
91c311a94c (Syntax Table Functions): Add syntax-after. 2004-11-08 16:55:07 +00:00
Eli Zaretskii
6159c232a6 *** empty log message *** 2004-11-06 17:04:23 +00:00
Eli Zaretskii
2f6037a53f (Processor Run Time): New section documenting get-internal-run-time. 2004-11-06 17:03:18 +00:00
Eli Zaretskii
59dede2226 *** empty log message *** 2004-11-06 16:54:06 +00:00
Eli Zaretskii
bc214b060b (install, maintainer-clean): Don't use "elisp-*" as it nukes elisp-cover.texi.
(dist): Change elisp-[0-9] to elisp-[1-9], as there could be no elisp-0 etc.
2004-11-06 16:17:45 +00:00
Luc Teirlinck
4cc8522cb9 *** empty log message *** 2004-11-05 23:41:56 +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
2d1ef312c8 *** empty log message *** 2004-11-01 07:48:44 +00:00
Richard M. Stallman
9d0d107084 (Interactive Call): Add called-interactively-p. 2004-11-01 07:47:08 +00:00
Simon Josefsson
6f4e005dd9 (Reading a Password): Revert. 2004-10-29 21:23:08 +00:00
Richard M. Stallman
4f71c13ffd *** empty log message *** 2004-10-28 06:47:35 +00:00
Richard M. Stallman
60bb490961 (Display Feature Testing): Explain about "vendor". 2004-10-28 06:46:47 +00:00
Richard M. Stallman
4660a9e3d6 *** empty log message *** 2004-10-27 15:07:06 +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
Richard M. Stallman
f91f2dcc78 (Simple Advice): Clarify what job the example does.
(Around-Advice): Clarify ad-do-it.
(Activation of Advice): An option of ad-default-compilation-action
is `never', not `nil'.
2004-10-27 14:54:18 +00:00
Kim F. Storm
c86364354c *** empty log message *** 2004-10-26 12:59:20 +00:00
Kim F. Storm
3baa952d8b (Interactive Codes): Add U code letter. 2004-10-26 12:55:51 +00:00
Simon Josefsson
acd4089b00 (Reading a Password): Add. 2004-10-25 14:14:33 +00:00
Jason Rumney
29dc7809d5 *** empty log message *** 2004-10-24 21:45:18 +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
Kai Großjohann
bb5d6d3437 (Synchronous Processes): Document process-file. 2004-10-24 13:25:21 +00:00
Kenichi Handa
d0ee2ed32e *** empty log message *** 2004-10-22 13:17:31 +00:00
Kenichi Handa
902e1cdef3 (translate-region): Document that it accepts also a
char-table.
2004-10-22 13:15:12 +00:00
David Ponce
38be9dbb6f (Resizing Windows): Document the `preserve-before' argument of the
functions `enlarge-window' and `shrink-window'.
2004-10-22 11:20:12 +00:00
Jason Rumney
9b0eaaa714 (elisp): Change order of arguments to makeinfo. 2004-10-19 21:39:28 +00:00
Jason Rumney
63c80452cc *** empty log message *** 2004-10-19 21:37:16 +00:00
Luc Teirlinck
9f4b6e738f *** empty log message *** 2004-10-09 18:57:48 +00:00
Luc Teirlinck
45fa30b2ff (Regexp Example): Update description of how Emacs currently recognizes
the end of a sentence.
(Standard Regexps): Update definition of the variable `sentence-end'.
Add definition of the function `sentence-end'.
2004-10-09 18:35:38 +00:00
Luc Teirlinck
6cae76c291 (Filling): Add anchor for definition of `sentence-end-double-space'. 2004-10-09 18:33:33 +00:00
Eli Zaretskii
657f0f9c4e *** empty log message *** 2004-10-08 18:15:14 +00:00
Eli Zaretskii
276dd8a8c7 (Progress): New node. 2004-10-08 17:35:47 +00:00
Kim F. Storm
35ab48578a *** empty log message *** 2004-10-05 08:57:14 +00:00
Kim F. Storm
cf6d43aeca (Fringe Bitmaps): Update fringe-bitmaps-at-pos. 2004-10-05 08:55:12 +00:00
Kim F. Storm
90801c687b (Fringe Bitmaps): Use symbols rather than numbers
to identify bitmaps.  Remove -fringe-bitmap suffix for standard
fringe bitmap symbols, as they now have their own namespace.
(Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
vs. pixels.  Signal error if no free bitmap slots.
(Pixel Specification): Change IMAGE to @var{image}.
2004-09-29 12:39:43 +00:00