diff options
| author | Stefan Monnier | 2010-12-07 14:44:38 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-12-07 14:44:38 -0500 |
| commit | 5dcb4c4e5d757099766f7147eace43f0b00c7fe4 (patch) | |
| tree | 0946d18220c48c9ba792ee2f4ce1b50726e9de17 /doc/lispref/ChangeLog | |
| parent | 2b815743b24c79ae63863bd0f0ffcaf822d400a1 (diff) | |
| download | emacs-5dcb4c4e5d757099766f7147eace43f0b00c7fe4.tar.gz emacs-5dcb4c4e5d757099766f7147eace43f0b00c7fe4.zip | |
* doc/lispref/modes.texi (Auto-Indentation): New section to document SMIE.
(Major Mode Conventions):
* doc/lispref/text.texi (Mode-Specific Indent): Refer to it.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 206 |
1 files changed, 106 insertions, 100 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 6efa8466563..b27efdda941 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * modes.texi (Auto-Indentation): New section to document SMIE. | ||
| 4 | (Major Mode Conventions): | ||
| 5 | * text.texi (Mode-Specific Indent): Refer to it. | ||
| 6 | |||
| 1 | 2010-12-04 Eli Zaretskii <eliz@gnu.org> | 7 | 2010-12-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * display.texi (Other Display Specs): Document left-fringe and | 9 | * display.texi (Other Display Specs): Document left-fringe and |
| @@ -12,8 +18,8 @@ | |||
| 12 | 18 | ||
| 13 | 2010-11-21 Chong Yidong <cyd@stupidchicken.com> | 19 | 2010-11-21 Chong Yidong <cyd@stupidchicken.com> |
| 14 | 20 | ||
| 15 | * nonascii.texi (Converting Representations): Document | 21 | * nonascii.texi (Converting Representations): |
| 16 | byte-to-string. | 22 | Document byte-to-string. |
| 17 | 23 | ||
| 18 | * strings.texi (Creating Strings): Don't mention semi-obsolete | 24 | * strings.texi (Creating Strings): Don't mention semi-obsolete |
| 19 | function char-to-string. | 25 | function char-to-string. |
| @@ -44,8 +50,8 @@ | |||
| 44 | 50 | ||
| 45 | * customize.texi (Composite Types): Lower-case index entry. | 51 | * customize.texi (Composite Types): Lower-case index entry. |
| 46 | 52 | ||
| 47 | * loading.texi (How Programs Do Loading): Document | 53 | * loading.texi (How Programs Do Loading): |
| 48 | load-file-name. (Bug#7346) | 54 | Document load-file-name. (Bug#7346) |
| 49 | 55 | ||
| 50 | 2010-11-10 Glenn Morris <rgm@gnu.org> | 56 | 2010-11-10 Glenn Morris <rgm@gnu.org> |
| 51 | 57 | ||
| @@ -152,8 +158,8 @@ | |||
| 152 | 158 | ||
| 153 | * keymaps.texi (Menu Bar): Document :advertised-binding property. | 159 | * keymaps.texi (Menu Bar): Document :advertised-binding property. |
| 154 | 160 | ||
| 155 | * functions.texi (Obsolete Functions): Document | 161 | * functions.texi (Obsolete Functions): |
| 156 | set-advertised-calling-convention. | 162 | Document set-advertised-calling-convention. |
| 157 | 163 | ||
| 158 | * minibuf.texi (Basic Completion): Document completion-in-region. | 164 | * minibuf.texi (Basic Completion): Document completion-in-region. |
| 159 | (Programmed Completion): Document completion-annotate-function. | 165 | (Programmed Completion): Document completion-annotate-function. |
| @@ -278,8 +284,8 @@ | |||
| 278 | * minibuf.texi (Basic Completion): 4th arg to all-completions is | 284 | * minibuf.texi (Basic Completion): 4th arg to all-completions is |
| 279 | obsolete. | 285 | obsolete. |
| 280 | 286 | ||
| 281 | * processes.texi (Process Buffers): Document | 287 | * processes.texi (Process Buffers): |
| 282 | process-kill-buffer-query-function. | 288 | Document process-kill-buffer-query-function. |
| 283 | 289 | ||
| 284 | 2009-12-05 Glenn Morris <rgm@gnu.org> | 290 | 2009-12-05 Glenn Morris <rgm@gnu.org> |
| 285 | 291 | ||
| @@ -726,8 +732,8 @@ | |||
| 726 | (Suspending Emacs): Mark suspend-emacs as a command. | 732 | (Suspending Emacs): Mark suspend-emacs as a command. |
| 727 | (Processor Run Time): Mark emacs-uptime and emacs-init-time as | 733 | (Processor Run Time): Mark emacs-uptime and emacs-init-time as |
| 728 | commands. | 734 | commands. |
| 729 | (Terminal Output): Remove obsolete function baud-rate. Document | 735 | (Terminal Output): Remove obsolete function baud-rate. |
| 730 | TERMINAL arg for send-string-to-terminal. | 736 | Document TERMINAL arg for send-string-to-terminal. |
| 731 | 737 | ||
| 732 | * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for | 738 | * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for |
| 733 | terminal-coding-system and set-terminal-coding-system. | 739 | terminal-coding-system and set-terminal-coding-system. |
| @@ -831,8 +837,8 @@ | |||
| 831 | 2009-05-09 Eli Zaretskii <eliz@gnu.org> | 837 | 2009-05-09 Eli Zaretskii <eliz@gnu.org> |
| 832 | 838 | ||
| 833 | * nonascii.texi (Default Coding Systems): Document | 839 | * nonascii.texi (Default Coding Systems): Document |
| 834 | find-auto-coding, set-auto-coding, and auto-coding-alist. Add | 840 | find-auto-coding, set-auto-coding, and auto-coding-alist. |
| 835 | indexing. | 841 | Add indexing. |
| 836 | (Lisp and Coding Systems): Add index entries. | 842 | (Lisp and Coding Systems): Add index entries. |
| 837 | 843 | ||
| 838 | 2009-05-09 Martin Rudalics <rudalics@gmx.at> | 844 | 2009-05-09 Martin Rudalics <rudalics@gmx.at> |
| @@ -874,8 +880,8 @@ | |||
| 874 | 880 | ||
| 875 | 2009-04-22 Chong Yidong <cyd@stupidchicken.com> | 881 | 2009-04-22 Chong Yidong <cyd@stupidchicken.com> |
| 876 | 882 | ||
| 877 | * os.texi (Command-Line Arguments): Document | 883 | * os.texi (Command-Line Arguments): |
| 878 | command-line-args-left. | 884 | Document command-line-args-left. |
| 879 | (Suspending Emacs): Adapt text to multi-tty case. Document use of | 885 | (Suspending Emacs): Adapt text to multi-tty case. Document use of |
| 880 | terminal objects for tty arguments. | 886 | terminal objects for tty arguments. |
| 881 | (Startup Summary): Add xref to Session Management. | 887 | (Startup Summary): Add xref to Session Management. |
| @@ -951,13 +957,13 @@ | |||
| 951 | 2009-04-09 Chong Yidong <cyd@stupidchicken.com> | 957 | 2009-04-09 Chong Yidong <cyd@stupidchicken.com> |
| 952 | 958 | ||
| 953 | * text.texi (Yank Commands): Note that yank uses push-mark. | 959 | * text.texi (Yank Commands): Note that yank uses push-mark. |
| 954 | (Filling): Clarify REGION argument of fill-paragraph. Document | 960 | (Filling): Clarify REGION argument of fill-paragraph. |
| 955 | fill-forward-paragraph-function. | 961 | Document fill-forward-paragraph-function. |
| 956 | (Special Properties): Remove "new in Emacs 22" declaration. | 962 | (Special Properties): Remove "new in Emacs 22" declaration. |
| 957 | (Clickable Text): Merge with Links and Mouse-1 node. | 963 | (Clickable Text): Merge with Links and Mouse-1 node. |
| 958 | 964 | ||
| 959 | * display.texi (Button Properties, Button Buffer Commands): Change | 965 | * display.texi (Button Properties, Button Buffer Commands): |
| 960 | xref to Clickable Text. | 966 | Change xref to Clickable Text. |
| 961 | 967 | ||
| 962 | * tips.texi (Key Binding Conventions): Change xref to Clickable | 968 | * tips.texi (Key Binding Conventions): Change xref to Clickable |
| 963 | Text. | 969 | Text. |
| @@ -1019,8 +1025,8 @@ | |||
| 1019 | 1025 | ||
| 1020 | 2009-03-29 Chong Yidong <cyd@stupidchicken.com> | 1026 | 2009-03-29 Chong Yidong <cyd@stupidchicken.com> |
| 1021 | 1027 | ||
| 1022 | * help.texi (Accessing Documentation, Help Functions): Remove | 1028 | * help.texi (Accessing Documentation, Help Functions): |
| 1023 | information about long-obsolete Emacs versions. | 1029 | Remove information about long-obsolete Emacs versions. |
| 1024 | 1030 | ||
| 1025 | * modes.texi (Mode Line Variables): The default values of the mode | 1031 | * modes.texi (Mode Line Variables): The default values of the mode |
| 1026 | line variables are now more complicated. | 1032 | line variables are now more complicated. |
| @@ -1063,8 +1069,8 @@ | |||
| 1063 | 2009-03-23 Chong Yidong <cyd@stupidchicken.com> | 1069 | 2009-03-23 Chong Yidong <cyd@stupidchicken.com> |
| 1064 | 1070 | ||
| 1065 | * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info | 1071 | * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info |
| 1066 | about minibuffers in old Emacs versions. Copyedits. Emphasize | 1072 | about minibuffers in old Emacs versions. Copyedits. |
| 1067 | that enable-recursive-minibuffers defaults to nil. | 1073 | Emphasize that enable-recursive-minibuffers defaults to nil. |
| 1068 | (Text from Minibuffer): Simplify introduction. | 1074 | (Text from Minibuffer): Simplify introduction. |
| 1069 | 1075 | ||
| 1070 | 2009-03-22 Alan Mackenzie <acm@muc.de> | 1076 | 2009-03-22 Alan Mackenzie <acm@muc.de> |
| @@ -1118,8 +1124,8 @@ | |||
| 1118 | * customize.texi (Common Keywords): It's not necessary to use :tag | 1124 | * customize.texi (Common Keywords): It's not necessary to use :tag |
| 1119 | to remove hyphens, as custom-unlispify-tag-name does it | 1125 | to remove hyphens, as custom-unlispify-tag-name does it |
| 1120 | automatically. | 1126 | automatically. |
| 1121 | (Variable Definitions): Link to File Local Variables. Document | 1127 | (Variable Definitions): Link to File Local Variables. |
| 1122 | customized-value symbol property. | 1128 | Document customized-value symbol property. |
| 1123 | (Customization Types): Move menu to end of node. | 1129 | (Customization Types): Move menu to end of node. |
| 1124 | 1130 | ||
| 1125 | 2009-03-10 Chong Yidong <cyd@stupidchicken.com> | 1131 | 2009-03-10 Chong Yidong <cyd@stupidchicken.com> |
| @@ -1230,8 +1236,8 @@ | |||
| 1230 | * text.texi (Commands for Insertion): | 1236 | * text.texi (Commands for Insertion): |
| 1231 | * commands.texi (Event Mod): | 1237 | * commands.texi (Event Mod): |
| 1232 | * keymaps.texi (Searching Keymaps): | 1238 | * keymaps.texi (Searching Keymaps): |
| 1233 | * nonascii.texi (Translation of Characters): Reinstate | 1239 | * nonascii.texi (Translation of Characters): |
| 1234 | documentation of translation-table-for-input. | 1240 | Reinstate documentation of translation-table-for-input. |
| 1235 | (Explicit Encoding): Document the `charset' text property produced | 1241 | (Explicit Encoding): Document the `charset' text property produced |
| 1236 | by decode-coding-region and decode-coding-string. | 1242 | by decode-coding-region and decode-coding-string. |
| 1237 | 1243 | ||
| @@ -1260,8 +1266,8 @@ | |||
| 1260 | 2009-01-22 Chong Yidong <cyd@stupidchicken.com> | 1266 | 2009-01-22 Chong Yidong <cyd@stupidchicken.com> |
| 1261 | 1267 | ||
| 1262 | * files.texi (Format Conversion Piecemeal): Clarify behavior of | 1268 | * files.texi (Format Conversion Piecemeal): Clarify behavior of |
| 1263 | write-region-annotate-functions. Document | 1269 | write-region-annotate-functions. |
| 1264 | write-region-post-annotation-function. | 1270 | Document write-region-post-annotation-function. |
| 1265 | 1271 | ||
| 1266 | 2009-01-19 Chong Yidong <cyd@stupidchicken.com> | 1272 | 2009-01-19 Chong Yidong <cyd@stupidchicken.com> |
| 1267 | 1273 | ||
| @@ -1328,8 +1334,8 @@ | |||
| 1328 | 1334 | ||
| 1329 | * processes.texi (Serial Ports): Improve wording, suggested by RMS. | 1335 | * processes.texi (Serial Ports): Improve wording, suggested by RMS. |
| 1330 | 1336 | ||
| 1331 | * nonascii.texi (Lisp and Coding Systems): Document | 1337 | * nonascii.texi (Lisp and Coding Systems): |
| 1332 | inhibit-null-byte-detection and inhibit-iso-escape-detection. | 1338 | Document inhibit-null-byte-detection and inhibit-iso-escape-detection. |
| 1333 | (Character Properties): Improve wording. | 1339 | (Character Properties): Improve wording. |
| 1334 | 1340 | ||
| 1335 | 2009-01-09 Chong Yidong <cyd@stupidchicken.com> | 1341 | 2009-01-09 Chong Yidong <cyd@stupidchicken.com> |
| @@ -1337,8 +1343,8 @@ | |||
| 1337 | * display.texi (Font Lookup): Remove obsolete function | 1343 | * display.texi (Font Lookup): Remove obsolete function |
| 1338 | x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax. | 1344 | x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax. |
| 1339 | (Low-Level Font): Rename from Fonts, move to end of Faces section. | 1345 | (Low-Level Font): Rename from Fonts, move to end of Faces section. |
| 1340 | (Font Selection): Reorder order of variable descriptions. Minor | 1346 | (Font Selection): Reorder order of variable descriptions. |
| 1341 | clarifications. | 1347 | Minor clarifications. |
| 1342 | 1348 | ||
| 1343 | * elisp.texi (Top): Update node listing. | 1349 | * elisp.texi (Top): Update node listing. |
| 1344 | 1350 | ||
| @@ -1359,8 +1365,8 @@ | |||
| 1359 | * elisp.texi: Update node listing. | 1365 | * elisp.texi: Update node listing. |
| 1360 | 1366 | ||
| 1361 | * display.texi (Faces): Put Font Selection node after Auto Faces. | 1367 | * display.texi (Faces): Put Font Selection node after Auto Faces. |
| 1362 | (Face Attributes): Don't link to Font Lookup. Document | 1368 | (Face Attributes): Don't link to Font Lookup. |
| 1363 | font-family-list. | 1369 | Document font-family-list. |
| 1364 | (Fonts): New node. | 1370 | (Fonts): New node. |
| 1365 | 1371 | ||
| 1366 | 2009-01-08 Jason Rumney <jasonr@gnu.org> | 1372 | 2009-01-08 Jason Rumney <jasonr@gnu.org> |
| @@ -1588,8 +1594,8 @@ | |||
| 1588 | * windows.texi (Window Hooks): Remove *-end-trigger-functions | 1594 | * windows.texi (Window Hooks): Remove *-end-trigger-functions |
| 1589 | vars, which are obsolete. Mention jit-lock-register. | 1595 | vars, which are obsolete. Mention jit-lock-register. |
| 1590 | 1596 | ||
| 1591 | * modes.texi (Other Font Lock Variables): Document | 1597 | * modes.texi (Other Font Lock Variables): |
| 1592 | jit-lock-register and jit-lock-unregister. | 1598 | Document jit-lock-register and jit-lock-unregister. |
| 1593 | 1599 | ||
| 1594 | * frames.texi (Color Parameters): Document alpha parameter. | 1600 | * frames.texi (Color Parameters): Document alpha parameter. |
| 1595 | 1601 | ||
| @@ -1661,8 +1667,8 @@ | |||
| 1661 | 2008-11-01 Eli Zaretskii <eliz@gnu.org> | 1667 | 2008-11-01 Eli Zaretskii <eliz@gnu.org> |
| 1662 | 1668 | ||
| 1663 | * nonascii.texi (Text Representations): Rewrite to make consistent | 1669 | * nonascii.texi (Text Representations): Rewrite to make consistent |
| 1664 | with Emacs 23 internal representation of characters. Document | 1670 | with Emacs 23 internal representation of characters. |
| 1665 | `unibyte-string'. | 1671 | Document `unibyte-string'. |
| 1666 | 1672 | ||
| 1667 | 2008-10-28 Chong Yidong <cyd@stupidchicken.com> | 1673 | 2008-10-28 Chong Yidong <cyd@stupidchicken.com> |
| 1668 | 1674 | ||
| @@ -1775,8 +1781,8 @@ | |||
| 1775 | 1781 | ||
| 1776 | * processes.texi (Synchronous Processes): Document `process-lines'. | 1782 | * processes.texi (Synchronous Processes): Document `process-lines'. |
| 1777 | 1783 | ||
| 1778 | * customize.texi (Variable Definitions): Document | 1784 | * customize.texi (Variable Definitions): |
| 1779 | `custom-reevaluate-setting'. | 1785 | Document `custom-reevaluate-setting'. |
| 1780 | 1786 | ||
| 1781 | 2008-10-18 Martin Rudalics <rudalics@gmx.at> | 1787 | 2008-10-18 Martin Rudalics <rudalics@gmx.at> |
| 1782 | 1788 | ||
| @@ -1792,13 +1798,13 @@ | |||
| 1792 | * maps.texi (Standard Keymaps): Document `multi-query-replace-map' | 1798 | * maps.texi (Standard Keymaps): Document `multi-query-replace-map' |
| 1793 | and `search-map'. | 1799 | and `search-map'. |
| 1794 | 1800 | ||
| 1795 | * searching.texi (Search and Replace): Document | 1801 | * searching.texi (Search and Replace): |
| 1796 | `replace-search-function' and `replace-re-search-function'. | 1802 | Document `replace-search-function' and `replace-re-search-function'. |
| 1797 | Document `multi-query-replace-map'. | 1803 | Document `multi-query-replace-map'. |
| 1798 | 1804 | ||
| 1799 | * minibuf.texi (Text from Minibuffer): Document `read-regexp'. | 1805 | * minibuf.texi (Text from Minibuffer): Document `read-regexp'. |
| 1800 | (Completion Commands, Reading File Names): Rename | 1806 | (Completion Commands, Reading File Names): |
| 1801 | `minibuffer-local-must-match-filename-map' to | 1807 | Rename `minibuffer-local-must-match-filename-map' to |
| 1802 | `minibuffer-local-filename-must-match-map'. | 1808 | `minibuffer-local-filename-must-match-map'. |
| 1803 | (Minibuffer Completion): The `require-match' argument to | 1809 | (Minibuffer Completion): The `require-match' argument to |
| 1804 | `completing-read' can now have the value `confirm-only'. | 1810 | `completing-read' can now have the value `confirm-only'. |
| @@ -2143,7 +2149,7 @@ | |||
| 2143 | 2149 | ||
| 2144 | 2007-12-30 Richard Stallman <rms@gnu.org> | 2150 | 2007-12-30 Richard Stallman <rms@gnu.org> |
| 2145 | 2151 | ||
| 2146 | * commands.texi (Accessing Mouse): Renamed from Accessing Events. | 2152 | * commands.texi (Accessing Mouse): Rename from Accessing Events. |
| 2147 | (Accessing Scroll): New node broken out of Accessing Mouse. | 2153 | (Accessing Scroll): New node broken out of Accessing Mouse. |
| 2148 | 2154 | ||
| 2149 | 2007-12-28 Richard Stallman <rms@gnu.org> | 2155 | 2007-12-28 Richard Stallman <rms@gnu.org> |
| @@ -2187,8 +2193,8 @@ | |||
| 2187 | 2193 | ||
| 2188 | 2007-11-29 Glenn Morris <rgm@gnu.org> | 2194 | 2007-11-29 Glenn Morris <rgm@gnu.org> |
| 2189 | 2195 | ||
| 2190 | * functions.texi (Declaring Functions): Add findex. Mention | 2196 | * functions.texi (Declaring Functions): Add findex. |
| 2191 | `external' files. | 2197 | Mention `external' files. |
| 2192 | 2198 | ||
| 2193 | 2007-11-26 Juanma Barranquero <lekktu@gmail.com> | 2199 | 2007-11-26 Juanma Barranquero <lekktu@gmail.com> |
| 2194 | 2200 | ||
| @@ -2315,8 +2321,8 @@ | |||
| 2315 | * display.texi (Display Property): Explain some display specs | 2321 | * display.texi (Display Property): Explain some display specs |
| 2316 | don't let you move point in. | 2322 | don't let you move point in. |
| 2317 | 2323 | ||
| 2318 | * frames.texi (Cursor Parameters): Describe | 2324 | * frames.texi (Cursor Parameters): |
| 2319 | cursor-in-non-selected-windows here. Explain more values. | 2325 | Describe cursor-in-non-selected-windows here. Explain more values. |
| 2320 | 2326 | ||
| 2321 | * windows.texi (Basic Windows): Don't describe | 2327 | * windows.texi (Basic Windows): Don't describe |
| 2322 | cursor-in-non-selected-windows here. | 2328 | cursor-in-non-selected-windows here. |
| @@ -2395,8 +2401,8 @@ | |||
| 2395 | 2401 | ||
| 2396 | 2007-08-16 Richard Stallman <rms@gnu.org> | 2402 | 2007-08-16 Richard Stallman <rms@gnu.org> |
| 2397 | 2403 | ||
| 2398 | * processes.texi (Asynchronous Processes): Clarify | 2404 | * processes.texi (Asynchronous Processes): |
| 2399 | doc of start-file-process. | 2405 | Clarify doc of start-file-process. |
| 2400 | 2406 | ||
| 2401 | 2007-08-08 Martin Rudalics <rudalics@gmx.at> | 2407 | 2007-08-08 Martin Rudalics <rudalics@gmx.at> |
| 2402 | 2408 | ||
| @@ -2463,8 +2469,8 @@ | |||
| 2463 | 2469 | ||
| 2464 | 2007-06-27 Richard Stallman <rms@gnu.org> | 2470 | 2007-06-27 Richard Stallman <rms@gnu.org> |
| 2465 | 2471 | ||
| 2466 | * files.texi (Format Conversion Piecemeal): Clarify | 2472 | * files.texi (Format Conversion Piecemeal): |
| 2467 | `after-insert-file-functions' calling convention. | 2473 | Clarify `after-insert-file-functions' calling convention. |
| 2468 | 2474 | ||
| 2469 | 2007-06-27 Michael Albinus <michael.albinus@gmx.de> | 2475 | 2007-06-27 Michael Albinus <michael.albinus@gmx.de> |
| 2470 | 2476 | ||
| @@ -2519,8 +2525,8 @@ | |||
| 2519 | 2525 | ||
| 2520 | 2007-05-30 Nick Roberts <nickrob@snap.net.nz> | 2526 | 2007-05-30 Nick Roberts <nickrob@snap.net.nz> |
| 2521 | 2527 | ||
| 2522 | * commands.texi (Click Events): Layout more logically. Describe | 2528 | * commands.texi (Click Events): Layout more logically. |
| 2523 | width and height. | 2529 | Describe width and height. |
| 2524 | (Drag Events, Motion Events): Update to new format for position. | 2530 | (Drag Events, Motion Events): Update to new format for position. |
| 2525 | 2531 | ||
| 2526 | 2007-06-02 Richard Stallman <rms@gnu.org> | 2532 | 2007-06-02 Richard Stallman <rms@gnu.org> |
| @@ -2926,8 +2932,8 @@ | |||
| 2926 | 2932 | ||
| 2927 | 2007-03-05 Richard Stallman <rms@gnu.org> | 2933 | 2007-03-05 Richard Stallman <rms@gnu.org> |
| 2928 | 2934 | ||
| 2929 | * variables.texi (File Local Variables): Update | 2935 | * variables.texi (File Local Variables): |
| 2930 | enable-local-variables values. | 2936 | Update enable-local-variables values. |
| 2931 | 2937 | ||
| 2932 | 2007-03-04 Richard Stallman <rms@gnu.org> | 2938 | 2007-03-04 Richard Stallman <rms@gnu.org> |
| 2933 | 2939 | ||
| @@ -2998,8 +3004,8 @@ | |||
| 2998 | 2007-02-03 Eli Zaretskii <eliz@gnu.org> | 3004 | 2007-02-03 Eli Zaretskii <eliz@gnu.org> |
| 2999 | 3005 | ||
| 3000 | * elisp.texi (Top): Make the detailed menu headers compliant with | 3006 | * elisp.texi (Top): Make the detailed menu headers compliant with |
| 3001 | Texinfo guidelines and with what texnfo-upd.el expects. Add | 3007 | Texinfo guidelines and with what texnfo-upd.el expects. |
| 3002 | comments to prevent people from inadvertently modifying the key | 3008 | Add comments to prevent people from inadvertently modifying the key |
| 3003 | parts needed by `texinfo-multiple-files-update'. | 3009 | parts needed by `texinfo-multiple-files-update'. |
| 3004 | 3010 | ||
| 3005 | 2007-02-02 Eli Zaretskii <eliz@gnu.org> | 3011 | 2007-02-02 Eli Zaretskii <eliz@gnu.org> |
| @@ -3086,8 +3092,8 @@ | |||
| 3086 | 3092 | ||
| 3087 | 2006-12-24 Richard Stallman <rms@gnu.org> | 3093 | 2006-12-24 Richard Stallman <rms@gnu.org> |
| 3088 | 3094 | ||
| 3089 | * customize.texi (Variable Definitions): Document | 3095 | * customize.texi (Variable Definitions): |
| 3090 | new name custom-add-frequent-value. | 3096 | Document new name custom-add-frequent-value. |
| 3091 | 3097 | ||
| 3092 | 2006-12-19 Kim F. Storm <storm@cua.dk> | 3098 | 2006-12-19 Kim F. Storm <storm@cua.dk> |
| 3093 | 3099 | ||
| @@ -3386,8 +3392,8 @@ | |||
| 3386 | 3392 | ||
| 3387 | 2006-09-01 Chong Yidong <cyd@stupidchicken.com> | 3393 | 2006-09-01 Chong Yidong <cyd@stupidchicken.com> |
| 3388 | 3394 | ||
| 3389 | * buffers.texi (Buffer Modification): Document | 3395 | * buffers.texi (Buffer Modification): |
| 3390 | buffer-chars-modified-tick. | 3396 | Document buffer-chars-modified-tick. |
| 3391 | 3397 | ||
| 3392 | 2006-08-31 Richard Stallman <rms@gnu.org> | 3398 | 2006-08-31 Richard Stallman <rms@gnu.org> |
| 3393 | 3399 | ||
| @@ -3449,7 +3455,7 @@ | |||
| 3449 | 2006-08-12 Chong Yidong <cyd@stupidchicken.com> | 3455 | 2006-08-12 Chong Yidong <cyd@stupidchicken.com> |
| 3450 | 3456 | ||
| 3451 | * text.texi (Near Point): Say "cursor" not "terminal cursor". | 3457 | * text.texi (Near Point): Say "cursor" not "terminal cursor". |
| 3452 | (Commands for Insertion): Removed split-line since it's not | 3458 | (Commands for Insertion): Remove split-line since it's not |
| 3453 | relevant for Lisp programming. | 3459 | relevant for Lisp programming. |
| 3454 | (Yank Commands): Rewrite introduction. | 3460 | (Yank Commands): Rewrite introduction. |
| 3455 | (Undo): Clarify. | 3461 | (Undo): Clarify. |
| @@ -3480,7 +3486,7 @@ | |||
| 3480 | (Major Mode Basics): Mention define-derived-mode explicitly. | 3486 | (Major Mode Basics): Mention define-derived-mode explicitly. |
| 3481 | (Major Mode Conventions): Rebinding RET is OK for some modes. | 3487 | (Major Mode Conventions): Rebinding RET is OK for some modes. |
| 3482 | Mention change-major-mode-hook and after-change-major-mode-hook. | 3488 | Mention change-major-mode-hook and after-change-major-mode-hook. |
| 3483 | (Example Major Modes): Moved to end of Modes section. | 3489 | (Example Major Modes): Move to end of Modes section. |
| 3484 | (Mode Line Basics): Clarify. | 3490 | (Mode Line Basics): Clarify. |
| 3485 | (Mode Line Data): Mention help-echo and local-map in strings. | 3491 | (Mode Line Data): Mention help-echo and local-map in strings. |
| 3486 | Explain reason for treatment of non-risky variables. | 3492 | Explain reason for treatment of non-risky variables. |
| @@ -3979,7 +3985,7 @@ | |||
| 3979 | 3985 | ||
| 3980 | 2006-05-25 Chong Yidong <cyd@stupidchicken.com> | 3986 | 2006-05-25 Chong Yidong <cyd@stupidchicken.com> |
| 3981 | 3987 | ||
| 3982 | * keymaps.texi (Key Sequences): Renamed from Keymap Terminology. | 3988 | * keymaps.texi (Key Sequences): Rename from Keymap Terminology. |
| 3983 | Explain string and vector representations of key sequences. | 3989 | Explain string and vector representations of key sequences. |
| 3984 | 3990 | ||
| 3985 | * keymaps.texi (Changing Key Bindings): | 3991 | * keymaps.texi (Changing Key Bindings): |
| @@ -4028,8 +4034,8 @@ | |||
| 4028 | 4034 | ||
| 4029 | 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change) | 4035 | 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change) |
| 4030 | 4036 | ||
| 4031 | * nonascii.texi (Explicit Encoding): Fix | 4037 | * nonascii.texi (Explicit Encoding): |
| 4032 | typo (encoding<->decoding). | 4038 | Fix typo (encoding<->decoding). |
| 4033 | 4039 | ||
| 4034 | 2006-05-14 Richard Stallman <rms@gnu.org> | 4040 | 2006-05-14 Richard Stallman <rms@gnu.org> |
| 4035 | 4041 | ||
| @@ -4079,8 +4085,8 @@ | |||
| 4079 | 4085 | ||
| 4080 | 2006-05-09 Richard Stallman <rms@gnu.org> | 4086 | 2006-05-09 Richard Stallman <rms@gnu.org> |
| 4081 | 4087 | ||
| 4082 | * variables.texi (File Local Variables): Document | 4088 | * variables.texi (File Local Variables): |
| 4083 | safe-local-eval-forms and safe-local-eval-function. | 4089 | Document safe-local-eval-forms and safe-local-eval-function. |
| 4084 | 4090 | ||
| 4085 | 2006-05-07 Kim F. Storm <storm@cua.dk> | 4091 | 2006-05-07 Kim F. Storm <storm@cua.dk> |
| 4086 | 4092 | ||
| @@ -4564,8 +4570,8 @@ | |||
| 4564 | 4570 | ||
| 4565 | 2005-12-03 Eli Zaretskii <eliz@gnu.org> | 4571 | 2005-12-03 Eli Zaretskii <eliz@gnu.org> |
| 4566 | 4572 | ||
| 4567 | * hooks.texi (Standard Hooks): Add index entries. Mention | 4573 | * hooks.texi (Standard Hooks): Add index entries. |
| 4568 | `compilation-finish-functions'. | 4574 | Mention `compilation-finish-functions'. |
| 4569 | 4575 | ||
| 4570 | 2005-11-27 Richard M. Stallman <rms@gnu.org> | 4576 | 2005-11-27 Richard M. Stallman <rms@gnu.org> |
| 4571 | 4577 | ||
| @@ -4788,8 +4794,8 @@ | |||
| 4788 | buffer-local. | 4794 | buffer-local. |
| 4789 | (Undo): Note that buffer-undo-list is buffer-local. | 4795 | (Undo): Note that buffer-undo-list is buffer-local. |
| 4790 | 4796 | ||
| 4791 | * windows.texi (Buffers and Windows): Document | 4797 | * windows.texi (Buffers and Windows): |
| 4792 | buffer-display-count. | 4798 | Document buffer-display-count. |
| 4793 | 4799 | ||
| 4794 | 2005-09-06 Richard M. Stallman <rms@gnu.org> | 4800 | 2005-09-06 Richard M. Stallman <rms@gnu.org> |
| 4795 | 4801 | ||
| @@ -5030,7 +5036,7 @@ | |||
| 5030 | 5036 | ||
| 5031 | * display.texi (Displaying Messages): New node, with most | 5037 | * display.texi (Displaying Messages): New node, with most |
| 5032 | of what was in The Echo Area. | 5038 | of what was in The Echo Area. |
| 5033 | (Progress): Moved under The Echo Area. | 5039 | (Progress): Move under The Echo Area. |
| 5034 | (Logging Messages): New node with new text. | 5040 | (Logging Messages): New node with new text. |
| 5035 | (Echo Area Customization): New node, the rest of what was | 5041 | (Echo Area Customization): New node, the rest of what was |
| 5036 | in The Echo Area. Document message-truncate-lines with @defvar. | 5042 | in The Echo Area. Document message-truncate-lines with @defvar. |
| @@ -6345,8 +6351,8 @@ | |||
| 6345 | (Scroll Bars): Add scroll-bar-mode and scroll-bar-width. | 6351 | (Scroll Bars): Add scroll-bar-mode and scroll-bar-width. |
| 6346 | (Usual Display): Move tab-width up. | 6352 | (Usual Display): Move tab-width up. |
| 6347 | 6353 | ||
| 6348 | * customize.texi (Variable Definitions): Replace | 6354 | * customize.texi (Variable Definitions): |
| 6349 | show-paren-mode example with tooltip-mode. | 6355 | Replace show-paren-mode example with tooltip-mode. |
| 6350 | (Simple Types, Composite Types, Defining New Types): | 6356 | (Simple Types, Composite Types, Defining New Types): |
| 6351 | Minor cleanups. | 6357 | Minor cleanups. |
| 6352 | 6358 | ||
| @@ -6582,8 +6588,8 @@ | |||
| 6582 | (Display Fringe Bitmaps): New node. | 6588 | (Display Fringe Bitmaps): New node. |
| 6583 | (Images): Add 'Image Slices' to menu. | 6589 | (Images): Add 'Image Slices' to menu. |
| 6584 | (Image Descriptors): Add `:pointer' and `:map' properties. | 6590 | (Image Descriptors): Add `:pointer' and `:map' properties. |
| 6585 | (Showing Images): Add slice arg to `insert-image'. Add | 6591 | (Showing Images): Add slice arg to `insert-image'. |
| 6586 | 'insert-sliced-image'. | 6592 | Add 'insert-sliced-image'. |
| 6587 | 6593 | ||
| 6588 | 2004-09-20 Richard M. Stallman <rms@gnu.org> | 6594 | 2004-09-20 Richard M. Stallman <rms@gnu.org> |
| 6589 | 6595 | ||
| @@ -6596,8 +6602,8 @@ | |||
| 6596 | 6602 | ||
| 6597 | 2004-09-07 Luc Teirlinck <teirllm@auburn.edu> | 6603 | 2004-09-07 Luc Teirlinck <teirllm@auburn.edu> |
| 6598 | 6604 | ||
| 6599 | * locals.texi (Standard Buffer-Local Variables): Add | 6605 | * locals.texi (Standard Buffer-Local Variables): |
| 6600 | `buffer-auto-save-file-format'. | 6606 | Add `buffer-auto-save-file-format'. |
| 6601 | * internals.texi (Buffer Internals): Describe new | 6607 | * internals.texi (Buffer Internals): Describe new |
| 6602 | auto_save_file_format field of the buffer structure. | 6608 | auto_save_file_format field of the buffer structure. |
| 6603 | * files.texi (Format Conversion): `auto-save-file-format' has been | 6609 | * files.texi (Format Conversion): `auto-save-file-format' has been |
| @@ -6985,8 +6991,8 @@ | |||
| 6985 | 6991 | ||
| 6986 | 2004-04-05 Jesper Harder <harder@ifa.au.dk> | 6992 | 2004-04-05 Jesper Harder <harder@ifa.au.dk> |
| 6987 | 6993 | ||
| 6988 | * variables.texi (Variable Aliases): Mention | 6994 | * variables.texi (Variable Aliases): |
| 6989 | cyclic-variable-indirection. | 6995 | Mention cyclic-variable-indirection. |
| 6990 | 6996 | ||
| 6991 | * errors.texi (Standard Errors): Ditto. | 6997 | * errors.texi (Standard Errors): Ditto. |
| 6992 | 6998 | ||
| @@ -7165,7 +7171,7 @@ | |||
| 7165 | 7171 | ||
| 7166 | 2004-02-07 Jan Djärv <jan.h.d@swipnet.se> | 7172 | 2004-02-07 Jan Djärv <jan.h.d@swipnet.se> |
| 7167 | 7173 | ||
| 7168 | * positions.texi (Text Lines): Added missing end defun. | 7174 | * positions.texi (Text Lines): Add missing end defun. |
| 7169 | 7175 | ||
| 7170 | 2004-02-07 Kim F. Storm <storm@cua.dk> | 7176 | 2004-02-07 Kim F. Storm <storm@cua.dk> |
| 7171 | 7177 | ||
| @@ -7188,12 +7194,12 @@ | |||
| 7188 | read-minibuffer. | 7194 | read-minibuffer. |
| 7189 | (Minibuffer History): Clarify description of cons values for | 7195 | (Minibuffer History): Clarify description of cons values for |
| 7190 | HISTORY arguments. | 7196 | HISTORY arguments. |
| 7191 | (Basic Completion): Various corrections and clarifications. Add | 7197 | (Basic Completion): Various corrections and clarifications. |
| 7192 | completion-regexp-list. | 7198 | Add completion-regexp-list. |
| 7193 | (Minibuffer Completion): Correct and clarify description of | 7199 | (Minibuffer Completion): Correct and clarify description of |
| 7194 | completing-read. | 7200 | completing-read. |
| 7195 | (Completion Commands): Mention Partial Completion mode. Various | 7201 | (Completion Commands): Mention Partial Completion mode. |
| 7196 | other minor changes. | 7202 | Various other minor changes. |
| 7197 | (High-Level Completion): Various corrections and clarifications. | 7203 | (High-Level Completion): Various corrections and clarifications. |
| 7198 | (Reading File Names): Ditto. | 7204 | (Reading File Names): Ditto. |
| 7199 | (Minibuffer Misc): Ditto. | 7205 | (Minibuffer Misc): Ditto. |
| @@ -7268,8 +7274,8 @@ | |||
| 7268 | 7274 | ||
| 7269 | * functions.texi: Various small changes in addition to the | 7275 | * functions.texi: Various small changes in addition to the |
| 7270 | following. | 7276 | following. |
| 7271 | (What Is a Function): `functionp' returns nil for macros. Clarify | 7277 | (What Is a Function): `functionp' returns nil for macros. |
| 7272 | behavior of this and following functions for symbol arguments. | 7278 | Clarify behavior of this and following functions for symbol arguments. |
| 7273 | (Function Documentation): Add `\' in front of (fn @var{arglist}) | 7279 | (Function Documentation): Add `\' in front of (fn @var{arglist}) |
| 7274 | and explain why. | 7280 | and explain why. |
| 7275 | (Defining Functions): Mention DOCSTRING argument to `defalias'. | 7281 | (Defining Functions): Mention DOCSTRING argument to `defalias'. |
| @@ -8065,7 +8071,7 @@ | |||
| 8065 | 8071 | ||
| 8066 | 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> | 8072 | 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> |
| 8067 | 8073 | ||
| 8068 | * os.texi (System Environment): Added cygwin system-type. | 8074 | * os.texi (System Environment): Add cygwin system-type. |
| 8069 | 8075 | ||
| 8070 | 2003-01-25 Richard M. Stallman <rms@gnu.org> | 8076 | 2003-01-25 Richard M. Stallman <rms@gnu.org> |
| 8071 | 8077 | ||
| @@ -8098,7 +8104,7 @@ | |||
| 8098 | 8104 | ||
| 8099 | * README: Target for Info file is `make info'. | 8105 | * README: Target for Info file is `make info'. |
| 8100 | 8106 | ||
| 8101 | * files.texi (File Name Components): Fixed typos in | 8107 | * files.texi (File Name Components): Fix typos in |
| 8102 | `file-name-sans-extension'. | 8108 | `file-name-sans-extension'. |
| 8103 | (Magic File Names): Complete list of operations for magic file | 8109 | (Magic File Names): Complete list of operations for magic file |
| 8104 | name handlers. | 8110 | name handlers. |
| @@ -8114,7 +8120,7 @@ | |||
| 8114 | 8120 | ||
| 8115 | 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk> | 8121 | 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk> |
| 8116 | 8122 | ||
| 8117 | * customize.texi (Splicing into Lists): Fixed example. | 8123 | * customize.texi (Splicing into Lists): Fix example. |
| 8118 | Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>. | 8124 | Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>. |
| 8119 | 8125 | ||
| 8120 | 2002-06-17 Juanma Barranquero <lektu@terra.es> | 8126 | 2002-06-17 Juanma Barranquero <lektu@terra.es> |
| @@ -8154,8 +8160,8 @@ | |||
| 8154 | 8160 | ||
| 8155 | 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> | 8161 | 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 8156 | 8162 | ||
| 8157 | * permute-index: Don't depend on csh-specific features. Replace | 8163 | * permute-index: Don't depend on csh-specific features. |
| 8158 | the interpreter name with /bin/sh. | 8164 | Replace the interpreter name with /bin/sh. |
| 8159 | 8165 | ||
| 8160 | * two-volume-cross-refs.txt: New file. | 8166 | * two-volume-cross-refs.txt: New file. |
| 8161 | * two.el: New file. | 8167 | * two.el: New file. |
| @@ -8293,8 +8299,8 @@ | |||
| 8293 | * numbers.texi (Integer Basics): Document CL style read syntax for | 8299 | * numbers.texi (Integer Basics): Document CL style read syntax for |
| 8294 | integers in bases other than 10. | 8300 | integers in bases other than 10. |
| 8295 | 8301 | ||
| 8296 | * positions.texi (List Motion): Document | 8302 | * positions.texi (List Motion): |
| 8297 | open-paren-in-column-0-is-defun-start. | 8303 | Document open-paren-in-column-0-is-defun-start. |
| 8298 | 8304 | ||
| 8299 | * lists.texi (Sets And Lists): Document member-ignore-case. | 8305 | * lists.texi (Sets And Lists): Document member-ignore-case. |
| 8300 | 8306 | ||
| @@ -8489,7 +8495,7 @@ | |||
| 8489 | 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 8495 | 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 8490 | 8496 | ||
| 8491 | * Makefile (VERSION): Update version number. | 8497 | * Makefile (VERSION): Update version number. |
| 8492 | (maintainer-clean): Renamed from realclean. | 8498 | (maintainer-clean): Rename from realclean. |
| 8493 | 8499 | ||
| 8494 | 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> | 8500 | 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> |
| 8495 | 8501 | ||
| @@ -8561,11 +8567,11 @@ | |||
| 8561 | 8567 | ||
| 8562 | 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 8568 | 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 8563 | 8569 | ||
| 8564 | * Makefile (srcs): Added index.perm. | 8570 | * Makefile (srcs): Add index.perm. |
| 8565 | (elisp.dvi): Remove erroneous shell comment. | 8571 | (elisp.dvi): Remove erroneous shell comment. |
| 8566 | Expect output of permute-index in permuted.fns. | 8572 | Expect output of permute-index in permuted.fns. |
| 8567 | Save old elisp.aux in elisp.oaux. | 8573 | Save old elisp.aux in elisp.oaux. |
| 8568 | (clean): Added index.texi to be deleted. | 8574 | (clean): Add index.texi to be deleted. |
| 8569 | 8575 | ||
| 8570 | 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | 8576 | 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 8571 | 8577 | ||