| | 1 | 2006-05-12 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 2 | |
|---|
| | 3 | * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to |
|---|
| | 4 | emacs-xtra to @inforef's. |
|---|
| | 5 | |
|---|
| | 6 | * text.texi (Undo): Document that undo is turned off in buffers |
|---|
| | 7 | whose names begin with a space. |
|---|
| | 8 | |
|---|
| | 9 | * buffers.texi (Buffer Names): Add index entries for buffers whose |
|---|
| | 10 | names begin with a space. |
|---|
| | 11 | (Creating Buffers): Document that undo is turned off in buffers |
|---|
| | 12 | whose names begin with a space. |
|---|
| | 13 | |
|---|
| | 14 | * files.texi (Visiting Functions, Reading from Files) |
|---|
| | 15 | (Saving Buffers): Mention code and EOL conversions by file I/O |
|---|
| | 16 | primitives and subroutines. |
|---|
| | 17 | |
|---|
| | 18 | * nonascii.texi (Lisp and Coding Systems): Document |
|---|
| | 19 | coding-system-eol-type. Add index entries for eol conversion. |
|---|
| | 20 | |
|---|
| | 21 | * display.texi (Defining Faces): Mention `mac', and add an xref to |
|---|
| | 22 | where window-system is described. |
|---|
| | 23 | |
|---|
| | 24 | 2006-05-10 Richard Stallman <rms@gnu.org> |
|---|
| | 25 | |
|---|
| | 26 | * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules. |
|---|
| | 27 | |
|---|
| | 28 | 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de> |
|---|
| | 29 | |
|---|
| | 30 | * variables.texi (File Local Variables): Recommend to quote lambda |
|---|
| | 31 | expressions in safe-local-variable property. |
|---|
| | 32 | |
|---|
| | 33 | 2006-05-09 Richard Stallman <rms@gnu.org> |
|---|
| | 34 | |
|---|
| | 35 | * variables.texi (File Local Variables): Document |
|---|
| | 36 | safe-local-eval-forms and safe-local-eval-function. |
|---|
| | 37 | |
|---|
| | 38 | 2006-05-07 Kim F. Storm <storm@cua.dk> |
|---|
| | 39 | |
|---|
| | 40 | * minibuf.texi (Minibuffer History): Remove keep-dups arg |
|---|
| | 41 | from add-to-history. |
|---|
| | 42 | |
|---|
| | 43 | 2006-05-07 Romain Francoise <romain@orebokech.com> |
|---|
| | 44 | |
|---|
| | 45 | * commands.texi (Event Input Misc): |
|---|
| | 46 | * compile.texi (Eval During Compile): |
|---|
| | 47 | * internals.texi (Buffer Internals): |
|---|
| | 48 | * minibuf.texi (Initial Input): |
|---|
| | 49 | * nonascii.texi (Scanning Charsets): |
|---|
| | 50 | * numbers.texi (Comparison of Numbers): |
|---|
| | 51 | * windows.texi (Textual Scrolling, Vertical Scrolling): |
|---|
| | 52 | Fix various typos. |
|---|
| | 53 | |
|---|
| | 54 | 2006-05-06 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 55 | |
|---|
| | 56 | * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by |
|---|
| | 57 | conditional xref's to either emacs or emacs-xtra, depending on |
|---|
| | 58 | @iftex/@ifnottex. |
|---|
| | 59 | |
|---|
| | 60 | * minibuf.texi (Minibuffer History): Document add-to-history. |
|---|
| | 61 | |
|---|
| | 62 | 2006-05-05 Eli Zaretskii <eliz@gnu.org> |
|---|
| | 63 | |
|---|
| | 64 | * internals.texi (Pure Storage): Mention the pure overflow message |
|---|
| | 65 | at startup. |
|---|
| | 66 | |
|---|
| | 67 | 2006-05-05 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
|---|
| | 68 | |
|---|
| | 69 | * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax. |
|---|
| | 70 | (Searching Keymaps): Fix pseudo-Lisp description of keymap |
|---|
| | 71 | search. |
|---|
| | 72 | |
|---|