diff options
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 169 |
1 files changed, 169 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 575902336cd..7f11c65f9e1 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,172 @@ | |||
| 1 | 2012-03-05 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * positions.texi (Text Lines): Document count-words. | ||
| 4 | |||
| 5 | 2012-03-04 Chong Yidong <cyd@gnu.org> | ||
| 6 | |||
| 7 | * frames.texi (Frames): Remove little-used "terminal frame" and | ||
| 8 | "window frame" terminology. | ||
| 9 | (Frame Parameters, Font and Color Parameters, Initial Parameters) | ||
| 10 | (Size and Position, Visibility of Frames): Callers changed. | ||
| 11 | (Frames): Clarify which terminals in framep are graphical. | ||
| 12 | (Initial Parameters): --geometry is not the only option which adds | ||
| 13 | to initial-frame-alist. | ||
| 14 | (Position Parameters): Note that icon-left and icon-top are for | ||
| 15 | old window managers only. | ||
| 16 | (Size Parameters): Sizes are in characters even on graphical | ||
| 17 | displays. | ||
| 18 | (Management Parameters): Note that window-id and outer-window-id | ||
| 19 | can't really be changed, and that auto-raise isn't always obeyed. | ||
| 20 | (Cursor Parameters): Document cursor-type explicitly. | ||
| 21 | (Size and Position): The aliases set-screen-height and | ||
| 22 | set-screen-width have been deleted. | ||
| 23 | (Visibility of Frames): Mention "minimization". | ||
| 24 | |||
| 25 | * os.texi (Startup Summary): Minor clarifications. | ||
| 26 | (Startup Summary, Suspending Emacs): Standardize on "text | ||
| 27 | terminal" terminology. | ||
| 28 | |||
| 29 | * windows.texi (Basic Windows, Coordinates and Windows) | ||
| 30 | (Coordinates and Windows): | ||
| 31 | * display.texi (Refresh Screen, Line Height, Face Attributes) | ||
| 32 | (Overlay Arrow, Beeping, Glyphless Chars): Likewise. | ||
| 33 | |||
| 34 | 2012-03-04 Glenn Morris <rgm@gnu.org> | ||
| 35 | |||
| 36 | * abbrevs.texi: Small copyedits throughout. | ||
| 37 | (Abbrev Mode): Remove this section, folding it into the top-level. | ||
| 38 | (Abbrev Tables): Don't mention irrelevant return values. | ||
| 39 | (Abbrev Expansion): Add cross-ref for wrapper hooks. | ||
| 40 | (Standard Abbrev Tables): Emacs Lisp mode now has its own table. | ||
| 41 | (Abbrev Table Properties): Update nil :regexp description. | ||
| 42 | |||
| 43 | 2012-03-03 Glenn Morris <rgm@gnu.org> | ||
| 44 | |||
| 45 | * internals.texi: Change @appendix section commands to @section. | ||
| 46 | (Building Emacs): Say less about CANNOT_DUMP platforms. | ||
| 47 | Replace deleted eval-at-startup with custom-initialize-delay. | ||
| 48 | (Pure Storage): Small changes. | ||
| 49 | (Memory Usage): Copyedit. | ||
| 50 | (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For | ||
| 51 | example definitions. Give examples of things with non-nil | ||
| 52 | interactive args. Mention eval_sub. Remove old info about | ||
| 53 | strings and GCPRO. Mention cus-start.el. | ||
| 54 | (Buffer Internals, Window Internals, Process Internals): | ||
| 55 | Misc small updates and fixes for fields. | ||
| 56 | |||
| 57 | * tips.texi: Copyedits. | ||
| 58 | (Coding Conventions): Mention autoloads. | ||
| 59 | Combine partially duplicated macro items. Fix xref. | ||
| 60 | Refer to Library Headers for copyright notice. | ||
| 61 | (Programming Tips): edit-options is long-obsolete. | ||
| 62 | (Compilation Tips): Mention loading bytecomp for byte-compile props. | ||
| 63 | (Warning Tips): Mention declare-function. | ||
| 64 | (Documentation Tips): Remove old info. | ||
| 65 | (Comment Tips): Mention comment-dwim, not indent-for-comment. | ||
| 66 | (Library Headers): General update. | ||
| 67 | |||
| 68 | 2012-03-02 Glenn Morris <rgm@gnu.org> | ||
| 69 | |||
| 70 | * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p, | ||
| 71 | and relocate entry. Mention buffer-stale-function. | ||
| 72 | |||
| 73 | * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries. | ||
| 74 | |||
| 75 | * hooks.texi (Standard Hooks): General update. | ||
| 76 | Put related hooks together. Add and remove items. | ||
| 77 | * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks. | ||
| 78 | * modes.texi (Hooks): Tweak cross-ref description. | ||
| 79 | |||
| 80 | 2012-03-01 Michael Albinus <michael.albinus@gmx.de> | ||
| 81 | |||
| 82 | * files.texi (Kinds of Files): The return value of file-equal-p is | ||
| 83 | unspecified, if FILE1 or FILE2 does not exist. | ||
| 84 | |||
| 85 | 2012-03-01 Glenn Morris <rgm@gnu.org> | ||
| 86 | |||
| 87 | * hooks.texi (Standard Hooks): Remove mode-specific hooks. | ||
| 88 | |||
| 89 | * maps.texi (Standard Keymaps): General update. | ||
| 90 | Remove mode-specific maps, talk about the more general keymaps. | ||
| 91 | * help.texi (Help Functions): Add vindex for Helper-help-map. | ||
| 92 | * keymaps.texi (Active Keymaps): Minor rephrasing. | ||
| 93 | |||
| 94 | 2012-02-29 Glenn Morris <rgm@gnu.org> | ||
| 95 | |||
| 96 | * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus. | ||
| 97 | |||
| 98 | 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com> | ||
| 99 | |||
| 100 | * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p. | ||
| 101 | Update changed behavior of file-subdir-of-p. | ||
| 102 | |||
| 103 | 2012-02-28 Glenn Morris <rgm@gnu.org> | ||
| 104 | |||
| 105 | * advice.texi, anti.texi, display.texi, elisp.texi: | ||
| 106 | * processes.texi, variables.texi, vol1.texi, vol2.texi: | ||
| 107 | Standardize possessive apostrophe usage. | ||
| 108 | |||
| 109 | * locals.texi: Remove file. | ||
| 110 | * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi. | ||
| 111 | Remove menu entry. | ||
| 112 | * errors.texi, maps.texi: Adjust node pointers. | ||
| 113 | * internals.texi (Buffer Internals): Remove cross-refs to locals.texi. | ||
| 114 | * makefile.w32-in (srcs): | ||
| 115 | * Makefile.in (srcs): Remove locals.texi. | ||
| 116 | |||
| 117 | * frames.texi (Mouse Position): Fix cross-ref. | ||
| 118 | |||
| 119 | 2012-02-27 Chong Yidong <cyd@gnu.org> | ||
| 120 | |||
| 121 | * buffers.texi (Creating Buffers): Clarify that | ||
| 122 | generate-new-buffer uses generate-new-buffer-names. | ||
| 123 | (Killing Buffers): Remove bogus example duplicating buffer-live-p. | ||
| 124 | |||
| 125 | * files.texi (Directory Names): Index entry for file name abbreviations. | ||
| 126 | (Relative File Names, File Name Expansion): Refer to it. | ||
| 127 | (Locating Files): Move locate-user-emacs-file documentation to | ||
| 128 | Standard File Names. | ||
| 129 | (Standard File Names): Add locate-user-emacs-file; update examples. | ||
| 130 | |||
| 131 | 2012-02-26 Michael Albinus <michael.albinus@gmx.de> | ||
| 132 | |||
| 133 | * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p. | ||
| 134 | |||
| 135 | 2012-02-26 Chong Yidong <cyd@gnu.org> | ||
| 136 | |||
| 137 | * files.texi (Kinds of Files): Improve documentation of | ||
| 138 | files-equal-p and file-subdir-of-p. | ||
| 139 | |||
| 140 | 2012-02-26 Glenn Morris <rgm@gnu.org> | ||
| 141 | |||
| 142 | * intro.texi (Acknowledgements): Small changes. | ||
| 143 | |||
| 144 | 2012-02-25 Glenn Morris <rgm@gnu.org> | ||
| 145 | |||
| 146 | * errors.texi: Don't try to list _all_ the error symbols. | ||
| 147 | Add circular-list, cl-assertion-failed, compression-error. | ||
| 148 | * elisp.texi, vol1.texi, vol2.texi: | ||
| 149 | * control.texi (Error Symbols): Tweak "Standard Errors" description. | ||
| 150 | |||
| 151 | 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com> | ||
| 152 | |||
| 153 | * files.texi (files-equal-p, file-subdir-of-p): New, | ||
| 154 | add initial documentation. | ||
| 155 | |||
| 156 | 2012-02-25 Chong Yidong <cyd@gnu.org> | ||
| 157 | |||
| 158 | * files.texi (File Attributes): Document file-selinux-context. | ||
| 159 | (Changing Files): Link to it. | ||
| 160 | (Changing Files): Document set-file-selinux-context. | ||
| 161 | |||
| 162 | * backups.texi (Making Backups): Return value of backup-buffer is | ||
| 163 | changed. Mention default value of backup-directory-alist. | ||
| 164 | (Rename or Copy): Note that backup-by-copying-when-mismatch is t. | ||
| 165 | (Auto-Saving): New minor mode behavior for auto-save-mode. | ||
| 166 | (Reverting): Add defvar for revert-buffer-in-progress-p. | ||
| 167 | |||
| 168 | * searching.texi (Regexp Backslash): Add index entry (Bug#10869). | ||
| 169 | |||
| 1 | 2012-02-24 Glenn Morris <rgm@gnu.org> | 170 | 2012-02-24 Glenn Morris <rgm@gnu.org> |
| 2 | 171 | ||
| 3 | * errors.texi (Standard Errors): Mention dbus-error. | 172 | * errors.texi (Standard Errors): Mention dbus-error. |