| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Various changes in addition to: | Luc Teirlinck | 2004-04-14 | 1 | -105/+246 | |
| | | | | | | | | | | | (Visiting Functions): `find-file-hook' is now a normal hook. (File Name Expansion): Explain difference between the way that `expand-file-name' and `file-truename' treat `..'. (Contents of Directories): Mention optional ID-FORMAT argument to `directory-files-and-attributes'. (Format Conversion): Mention new optional CONFIRM argument to `format-write-file'. | |||||
| * | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-210 | Miles Bader | 2004-04-13 | 1 | -2/+0 | |
| | | | | | More RCS keyword removal | |||||
| * | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-205 | Miles Bader | 2004-04-12 | 2 | -1/+27 | |
| | | | | | Add macroexpand-all to lisp reference manual | |||||
| * | Markup fixes. | Jesper Harder | 2004-04-11 | 3 | -7/+7 | |
| | | ||||||
| * | * variables.texi (Variable Aliases): Mention | Jesper Harder | 2004-04-05 | 3 | -0/+14 | |
| | | | | | | | cyclic-variable-indirection. * errors.texi (Standard Errors): Ditto. | |||||
| * | *** empty log message *** | Luc Teirlinck | 2004-04-05 | 1 | -0/+9 | |
| | | ||||||
| * | Various small changes in addition to: | Luc Teirlinck | 2004-04-05 | 1 | -25/+46 | |
| | | | | | | | | | (Making Backups): Mention return value of `backup-buffer'. (Auto-Saving): Mention optional FORCE argument to `delete-auto-save-file-if-necessary'. (Reverting): Mention optional PRESERVE-MODES argument to `revert-buffer'. Correct description of `revert-buffer-function'. | |||||
| * | Update my email address. | Eli Zaretskii | 2004-04-04 | 1 | -1/+1 | |
| | | ||||||
| * | *** empty log message *** | Juri Linkov | 2004-03-22 | 1 | -0/+7 | |
| | | ||||||
| * | (Sorting): Add missing quote. | Juri Linkov | 2004-03-22 | 1 | -1/+1 | |
| | | ||||||
| * | (Sequence Functions): Replace xref to `Vectors' with `Vector Functions'. | Juri Linkov | 2004-03-22 | 1 | -2/+2 | |
| | | ||||||
| * | (Lisp History): Replace xref to `cl' manual with inforef. | Luc Teirlinck | 2004-03-15 | 2 | -2/+6 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2004-03-12 | 1 | -0/+5 | |
| | | ||||||
| * | (Version Info): Add arg to emacs-version. | Richard M. Stallman | 2004-03-12 | 1 | -4/+6 | |
| | | | | | (Lisp History): Change xref to CL manual. | |||||
| * | (Completion Commands): Add xref to Emacs manual for Partial Completion mode. | Luc Teirlinck | 2004-03-10 | 2 | -1/+8 | |
| | | ||||||
| * | Fix typo. | Thien-Thi Nguyen | 2004-03-07 | 2 | -4/+8 | |
| | | | | | Remove eol whitespace. | |||||
| * | *** empty log message *** | Richard M. Stallman | 2004-03-04 | 1 | -0/+9 | |
| | | ||||||
| * | Fix typos. | Richard M. Stallman | 2004-03-04 | 1 | -10/+10 | |
| | | ||||||
| * | (Building Lists): Minor clarification. | Richard M. Stallman | 2004-03-04 | 1 | -4/+4 | |
| | | ||||||
| * | (Creating Hash): Correct the meaning of t for WEAK in make-hash-table. | Richard M. Stallman | 2004-03-04 | 1 | -1/+1 | |
| | | ||||||
| * | (Abbrev Expansion): Minor change. | Luc Teirlinck | 2004-03-01 | 1 | -6/+6 | |
| | | ||||||
| * | (Marker Insertion Types): Minor change. | Luc Teirlinck | 2004-03-01 | 1 | -3/+4 | |
| | | ||||||
| * | * man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use | Juanma Barranquero | 2004-02-29 | 2 | -6/+11 | |
| | | | | | | | | | | | $(DEL) instead of rm, and ignore exit code. * lispintro/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use $(DEL) instead of rm, and ignore exit code. * lispref/makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of rm, and ignore exit code. | |||||
| * | *** empty log message *** | Eli Zaretskii | 2004-02-27 | 1 | -0/+5 | |
| | | ||||||
| * | (Defining Faces): Add description for min-colors. Update example. | Eli Zaretskii | 2004-02-27 | 1 | -9/+16 | |
| | | ||||||
| * | *** empty log message *** | Luc Teirlinck | 2004-02-24 | 1 | -0/+6 | |
| | | ||||||
| * | Various corrections and clarifications in addition to the following: | Luc Teirlinck | 2004-02-24 | 1 | -52/+61 | |
| | | | | | (Abbrev Tables): Delete add-abbrev (as suggested by RMS). | |||||
| * | (Documentation Tips): Fix typo. | Luc Teirlinck | 2004-02-22 | 1 | -1/+1 | |
| | | ||||||
| * | Matthew Mundell <matt@mundell.ukfsn.org> | Glenn Morris | 2004-02-22 | 1 | -1/+1 | |
| | | | | | (Holiday Customizing): Quote arg of holiday-sexp. | |||||
| * | *** empty log message *** | Glenn Morris | 2004-02-22 | 1 | -0/+4 | |
| | | ||||||
| * | *** empty log message *** | Luc Teirlinck | 2004-02-21 | 1 | -0/+6 | |
| | | ||||||
| * | Various small changes in addition to the following: | Luc Teirlinck | 2004-02-21 | 1 | -80/+120 | |
| | | | | | | | | (User-Level Deletion): Mention optional BACKWARD-ONLY argument to delete-horizontal-space. (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct description of yank-handler text property at various places. | |||||
| * | (Window System Selections): Add anchor. | Luc Teirlinck | 2004-02-21 | 2 | -0/+3 | |
| | | ||||||
| * | (Syntax Table Functions): Clarify and correct descriptions of | Luc Teirlinck | 2004-02-21 | 2 | -29/+52 | |
| | | | | | | | | | make-syntax-table and copy-syntax-table. (Motion and Syntax): Clarify SYNTAXES argument to skip-syntax-forward. (Parsing Expressions): Mention that the return value of parse-partial-sexp is currently a list of ten rather than nine elements. (Categories): Various corrections and clarifications. | |||||
| * | (Marker Insertion Types): Minor change. | Luc Teirlinck | 2004-02-18 | 2 | -4/+12 | |
| | | ||||||
| * | (Standard Buffer-Local Variables): Fix xref. | Luc Teirlinck | 2004-02-18 | 1 | -1/+1 | |
| | | ||||||
| * | (Using Interactive): Delete pxref to top of same node. | Luc Teirlinck | 2004-02-18 | 1 | -4/+3 | |
| | | | | | (Interactive Codes): Fix pxref for default-directory. | |||||
| * | (Related Topics): Fix xrefs. | Luc Teirlinck | 2004-02-18 | 1 | -2/+2 | |
| | | ||||||
| * | *** empty log message *** | Luc Teirlinck | 2004-02-17 | 1 | -1/+5 | |
| | | ||||||
| * | (Sets And Lists): Update description of delete-dups. | Luc Teirlinck | 2004-02-17 | 1 | -10/+3 | |
| | | ||||||
| * | Minor fix. | Richard M. Stallman | 2004-02-17 | 2 | -16/+64 | |
| | | | | | (Buffers and Windows): Delete false table about all-frames. | |||||
| * | (Coding Conventions): Minor fix. | Richard M. Stallman | 2004-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | Minor fixes. | Richard M. Stallman | 2004-02-17 | 4 | -19/+19 | |
| | | ||||||
| * | (Parsing Expressions): Delete old caveat about parse-sexp-ignore-comments. | Richard M. Stallman | 2004-02-17 | 1 | -6/+0 | |
| | | ||||||
| * | (Output Variables): Add print-quoted. | Richard M. Stallman | 2004-02-17 | 1 | -0/+7 | |
| | | ||||||
| * | (Text Lines): Don't add -1 in current-line. | Richard M. Stallman | 2004-02-17 | 1 | -2/+1 | |
| | | ||||||
| * | Minor fix. | Richard M. Stallman | 2004-02-17 | 2 | -2/+2 | |
| | | ||||||
| * | (Translation of Characters): Give examples of use. | Richard M. Stallman | 2004-02-17 | 1 | -2/+14 | |
| | | | | | | | | Explain about translation-table-for-input and set-buffer-file-coding-system. Minor typo fix. | |||||
| * | (Unloading): Document unload-feature-special-hooks. | Richard M. Stallman | 2004-02-17 | 1 | -13/+2 | |
| | | | | | Get rid of fns-NNN.el file. | |||||
| * | (Building Lists): Minor cleanup. | Richard M. Stallman | 2004-02-17 | 1 | -1/+1 | |
| | | ||||||