| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Index mode-class using @kindex. | Richard M. Stallman | 2003-05-16 | 1 | -1/+1 | |
| | | ||||||
| * | (Magic File Names): Document the safe-magic property. | Richard M. Stallman | 2003-05-16 | 1 | -0/+10 | |
| | | ||||||
| * | Fix typos. Patch from Jesper Harder <harder@ifa.au.dk>. | Juanma Barranquero | 2003-05-14 | 1 | -2/+2 | |
| | | ||||||
| * | (font-lock-syntactic-keywords): Fix/expand description. | Dave Love | 2003-04-24 | 1 | -8/+40 | |
| | | ||||||
| * | (Writing Emacs Primitives): Clarify previous change. | Richard M. Stallman | 2003-04-24 | 1 | -2/+3 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2003-04-21 | 1 | -0/+4 | |
| | | ||||||
| * | (Timers): Explain about timers and quitting. | Richard M. Stallman | 2003-04-21 | 1 | -2/+9 | |
| | | ||||||
| * | (Selecting a Representation): Fix Texinfo usage. | Richard M. Stallman | 2003-04-21 | 1 | -3/+3 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2003-04-19 | 1 | -0/+6 | |
| | | ||||||
| * | (Writing Emacs Primitives): Strings are | Richard M. Stallman | 2003-04-19 | 1 | -15/+22 | |
| | | | | | | no longer special for GCPROs. Mention GCPRO5, GCPRO6. Explain GCPRO convention for varargs function args. | |||||
| * | *** empty log message *** | Richard M. Stallman | 2003-04-16 | 1 | -0/+4 | |
| | | ||||||
| * | (Minibuffer Misc): Document fn minibuffer-message. | Richard M. Stallman | 2003-04-16 | 1 | -0/+6 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2003-04-09 | 1 | -0/+4 | |
| | | ||||||
| * | (Kinds of Files): Correct return value of file-symlink-p. | Richard M. Stallman | 2003-04-09 | 1 | -4/+4 | |
| | | ||||||
| * | Fix cross references. | Juanma Barranquero | 2003-04-06 | 5 | -9/+7 | |
| | | ||||||
| * | (Near Point): Fix nonsense in char-before. | Richard M. Stallman | 2003-04-06 | 1 | -1/+1 | |
| | | ||||||
| * | Clarify when buffer list is reordered. | Richard M. Stallman | 2003-04-06 | 1 | -7/+8 | |
| | | ||||||
| * | Give example of using special-display-buffer-names to specify frame parameters. | Richard M. Stallman | 2003-02-24 | 1 | -5/+16 | |
| | | ||||||
| * | First line of function doc string should mention the most important | Richard M. Stallman | 2003-02-24 | 1 | -0/+8 | |
| | | | | | args, in order. | |||||
| * | Clarify about POSIX functions and non-greedy repetition operators. | Richard M. Stallman | 2003-02-24 | 1 | -3/+7 | |
| | | ||||||
| * | Clarify that match data is unpredictable after failing searches. | Richard M. Stallman | 2003-02-15 | 1 | -2/+3 | |
| | | ||||||
| * | (Character Type): New \s escape for space. | Kim F. Storm | 2003-02-13 | 1 | -5/+9 | |
| | | ||||||
| * | *** empty log message *** | Kim F. Storm | 2003-02-13 | 1 | -0/+4 | |
| | | ||||||
| * | *** empty log message *** | Juanma Barranquero | 2003-02-11 | 1 | -8/+0 | |
| | | ||||||
| * | *** empty log message *** | Juanma Barranquero | 2003-02-10 | 1 | -0/+8 | |
| | | ||||||
| * | (Insertion): Don't show COUNT argument of `insert-char' as optional. | Juanma Barranquero | 2003-02-10 | 1 | -1/+1 | |
| | | ||||||
| * | (Current Buffer): Describe `save-current-buffer' as a special form, not a macro. | Juanma Barranquero | 2003-02-10 | 1 | -5/+5 | |
| | | ||||||
| * | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 60 | -477/+477 | |
| | | ||||||
| * | (Skipping Characters): Multibyte conversion and | Dave Love | 2003-01-31 | 1 | -0/+13 | |
| | | | | | char classes in skip-chars-forward. | |||||
| * | Cygwin support patch. | Juanma Barranquero | 2003-01-31 | 2 | -16/+24 | |
| | | ||||||
| * | Change email and real name. | Jan Djärv | 2003-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2003-01-25 | 1 | -0/+4 | |
| | | ||||||
| * | Document that a symbol can act as a keymap. | Richard M. Stallman | 2003-01-25 | 1 | -3/+10 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2003-01-13 | 1 | -0/+10 | |
| | | ||||||
| * | (Changing Properties): Say string indices are origin-0. | Richard M. Stallman | 2003-01-13 | 1 | -3/+5 | |
| | | ||||||
| * | (Screen Lines) <compute-motion>: Correct order of elts in return value. | Richard M. Stallman | 2003-01-13 | 1 | -1/+1 | |
| | | ||||||
| * | (Changing Key Bindings) <define-key>: Mention how to define a default binding. | Richard M. Stallman | 2003-01-13 | 1 | -2/+6 | |
| | | ||||||
| * | Explain about conventioal use of t as `invisible' property | Richard M. Stallman | 2002-12-23 | 1 | -9/+15 | |
| | | | | | and how `add-to-invisibility-spec' protects that. | |||||
| * | Brr. Fix another typo in recent Change Log entries. | Markus Rost | 2002-12-09 | 1 | -3/+3 | |
| | | ||||||
| * | (Unloading): Fix last change for load-history. | Markus Rost | 2002-12-07 | 2 | -1/+3 | |
| | | ||||||
| * | Fix typos. | Markus Rost | 2002-12-07 | 1 | -3/+3 | |
| | | ||||||
| * | Use xref for history list truncation. | Richard M. Stallman | 2002-12-07 | 1 | -3/+2 | |
| | | ||||||
| * | Document history-length. | Richard M. Stallman | 2002-12-07 | 1 | -0/+14 | |
| | | ||||||
| * | Update defn of load-history. | Richard M. Stallman | 2002-12-07 | 1 | -12/+19 | |
| | | ||||||
| * | (Simple Types): Clarify decription of custom type 'number. | Markus Rost | 2002-12-07 | 2 | -2/+11 | |
| | | | | | Decribe new custom type 'float. | |||||
| * | Fix typo. | Pavel Janík | 2002-12-07 | 4 | -4/+4 | |
| | | ||||||
| * | Fix typo. | Pavel Janík | 2002-12-07 | 4 | -4/+4 | |
| | | ||||||
| * | (File Local Variables): Fix typo. | Markus Rost | 2002-12-04 | 2 | -1/+5 | |
| | | ||||||
| * | Explain about ordering of alternatives in `choice'. | Richard M. Stallman | 2002-11-29 | 1 | -0/+13 | |
| | | ||||||
| * | Clarify evaluation of :type arg in defcustom. | Richard M. Stallman | 2002-11-18 | 1 | -3/+4 | |
| | | ||||||