| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `umask' to the concept index. | Stefan Monnier | 2002-09-17 | 1 | -0/+1 |
| | | |||||
| * | Correct the explanation of glyphs and glyph table. | Richard M. Stallman | 2002-09-14 | 1 | -21/+29 |
| | | |||||
| * | Fix typo. | Richard M. Stallman | 2002-09-13 | 1 | -1/+1 |
| | | |||||
| * | (Search and Replace): Fix arg order for perform-replace. | Richard M. Stallman | 2002-09-12 | 1 | -3/+3 |
| | | |||||
| * | Describe blink-cursor-alist and new values for cursor-type. | Richard M. Stallman | 2002-08-27 | 1 | -8/+32 |
| | | |||||
| * | Move the node Relative Files before Directory Names. Show what | Richard M. Stallman | 2002-08-19 | 1 | -63/+104 |
| | | | | | | | | | | | file-name-nondirectory returns when given a directory name. Explain that abbreviate-file-name works on file names too. Explain how to combine a directory name with a relative file name with concat, and the pitfalls. Update some details. | ||||
| * | Fix typo. | Richard M. Stallman | 2002-08-15 | 1 | -1/+1 |
| | | |||||
| * | Mention define-generic-mode. | Richard M. Stallman | 2002-08-15 | 1 | -0/+5 |
| | | |||||
| * | 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk> | Per Abrahamsen | 2002-08-05 | 2 | -5/+10 |
| | | | | | | * customize.texi (Splicing into Lists): Fixed example. Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> | ||||
| * | Explain values of sexp diary entries. | Richard M. Stallman | 2002-07-30 | 1 | -7/+24 |
| | | |||||
| * | Fix set-face-attribute example. | Richard M. Stallman | 2002-07-29 | 1 | -2/+2 |
| | | |||||
| * | (Composite Types): Explain what arguments are. Show what keyword-value | Richard M. Stallman | 2002-07-23 | 1 | -27/+66 |
| | | | | | pairs look like. Give list of keywords. Put restricted-sexp last. | ||||
| * | Fix reference to `defvaralias' as a macro. | Juanma Barranquero | 2002-07-16 | 1 | -2/+2 |
| | | |||||
| * | Fix typo. | Juanma Barranquero | 2002-07-15 | 1 | -1/+1 |
| | | |||||
| * | Document third argument of defvaralias. | Juanma Barranquero | 2002-07-15 | 1 | -2/+6 |
| | | |||||
| * | Move the node Query Before Exit down. | Richard M. Stallman | 2002-07-12 | 1 | -54/+59 |
| | | | | | Say that Emacs stops reading when a process terminates. | ||||
| * | Document binding `deactivate-mark' around something that modifies the | Richard M. Stallman | 2002-07-12 | 1 | -0/+10 |
| | | | | | buffer so as to keep the mark active. | ||||
| * | defimage does not evaluate SPECS. | Richard M. Stallman | 2002-07-12 | 1 | -2/+2 |
| | | |||||
| * | Update face-foreground and face-background to mention INHERIT parameter. | Miles Bader | 2002-07-07 | 1 | -2/+16 |
| | | |||||
| * | Add entries for face-attribute-relative-p, merge-face-attribute. | Miles Bader | 2002-07-07 | 1 | -1/+30 |
| | | | | | Describe INHERIT argument to face-attribute function. | ||||
| * | Add x-*-keysym. | Richard M. Stallman | 2002-07-07 | 1 | -3/+18 |
| | | |||||
| * | Tweak text a bit. | Miles Bader | 2002-07-04 | 1 | -5/+5 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2002-06-23 | 4 | -45/+40 |
| | | |||||
| * | (Parsing Expressions): Give definition of sexp in terms of syntax classes. | Richard M. Stallman | 2002-06-21 | 1 | -21/+25 |
| | | | | | Clarify other text in same node. | ||||
| * | (Display Feature Testing): Fix typo. | Juanma Barranquero | 2002-06-17 | 2 | -1/+5 |
| | | |||||
| * | (Initial Parameters, Resources): Fix references to the Emacs manual. | Andreas Schwab | 2002-06-12 | 2 | -2/+7 |
| | | |||||
| * | Delete "new in Emacs 21" note. | Richard M. Stallman | 2002-06-11 | 2 | -3/+2 |
| | | |||||
| * | defface `supports' predicate | Miles Bader | 2002-06-11 | 1 | -1/+8 |
| | | |||||
| * | display-supports-face-attributes-p | Miles Bader | 2002-06-11 | 1 | -1/+28 |
| | | |||||
| * | (Precalcuated Fontification): Note how to use `font-lock-core-only'. | Colin Walters | 2002-06-09 | 1 | -0/+12 |
| | | |||||
| * | (char-property-alias-alist): New variable; describe its relation to | Colin Walters | 2002-06-08 | 1 | -5/+31 |
| | | | | | | | | | `default-text-properties' and the `category' property. (default-text-properties): Note `char-property-alias-alist'. (Special Properties): Document new property `font-lock-face'. | ||||
| * | (Precalcuated Fontification): New node, describing `font-lock-face'. | Colin Walters | 2002-06-08 | 1 | -0/+13 |
| | | |||||
| * | Explain why set-window-hscroll may appear to fail to work. | Richard M. Stallman | 2002-06-08 | 1 | -0/+8 |
| | | |||||
| * | (Converting Representations): Update the description of what | Eli Zaretskii | 2002-06-05 | 1 | -3/+5 |
| | | | | | string-make-unibyte does. | ||||
| * | Improve explanation of special handling of point in current buffer. | Richard M. Stallman | 2002-05-30 | 1 | -18/+14 |
| | | |||||
| * | (Intro to Buffer-Local): Updated warning and | Kim F. Storm | 2002-05-13 | 1 | -10/+11 |
| | | | | | example relating to changing buffer inside let. | ||||
| * | *** empty log message *** | Kim F. Storm | 2002-05-13 | 1 | -0/+5 |
| | | |||||
| * | Clarify what signalling an error means. | Richard M. Stallman | 2002-05-12 | 1 | -4/+11 |
| | | |||||
| * | (Quitting): Add an index entry containing the word ``interrupt''. | Eli Zaretskii | 2002-05-08 | 1 | -0/+2 |
| | | |||||
| * | Clarify how replace-match does case conversion. | Richard M. Stallman | 2002-05-04 | 1 | -9/+12 |
| | | |||||
| * | (Special Properties): Add index entry and xref for tooltips. | Richard M. Stallman | 2002-04-30 | 1 | -1/+3 |
| | | |||||
| * | Clarify which letters in C-c LETTER are reserved for users. | Richard M. Stallman | 2002-04-22 | 1 | -8/+9 |
| | | |||||
| * | (Window Frame Parameters): Document the hbar cursor type. | Eli Zaretskii | 2002-04-19 | 1 | -2/+4 |
| | | |||||
| * | Line break change. | Richard M. Stallman | 2002-04-19 | 1 | -1/+2 |
| | | |||||
| * | Explain use of `declare'. | Richard M. Stallman | 2002-04-19 | 1 | -18/+30 |
| | | |||||
| * | (Tips for Making Compiled Code Fast): Don't advertise profile.el. | Eli Zaretskii | 2002-04-17 | 1 | -4/+2 |
| | | |||||
| * | From Dave Love. Description of events in marginal areas. | Gerd Moellmann | 2002-04-12 | 1 | -5/+24 |
| | | |||||
| * | Explain that sentinels cannot run recursively. | Richard M. Stallman | 2002-04-07 | 1 | -0/+5 |
| | | |||||
| * | Fix the xref for sending SIGHUP. | Richard M. Stallman | 2002-04-02 | 1 | -1/+1 |
| | | |||||
| * | New node Query Before Exit broken out of Deleting Processes. | Richard M. Stallman | 2002-04-02 | 1 | -47/+104 |
| | | | | | | Explain more details of process deletion and sentinels. Document process-query-on-exit-flag and set-process-query-on-exit-flag. | ||||