diff options
| author | Stefan Monnier | 2010-12-13 10:27:36 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-12-13 10:27:36 -0500 |
| commit | f49d1f52b2e368ef67dcfececd426de958548f4e (patch) | |
| tree | ce24ced92f2acc976daf4b69e3634c8bd600e44e /doc/lispref/ChangeLog | |
| parent | 07176b2a9e63a0d3933b167f987475d8a18da5cc (diff) | |
| parent | 11aad4e9f9f54ce8e9ecc66347e512b20a3cdf39 (diff) | |
| download | emacs-f49d1f52b2e368ef67dcfececd426de958548f4e.tar.gz emacs-f49d1f52b2e368ef67dcfececd426de958548f4e.zip | |
Merge from emacs-23
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 225 |
1 files changed, 129 insertions, 96 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 36d85bc98ba..2b2cc6251c4 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,36 @@ | |||
| 1 | 2010-12-13 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * processes.texi (Shell Arguments): | ||
| 4 | * strings.texi (Creating Strings): Don't mention "shell commands"; | ||
| 5 | make it explicit that `split-string-and-unquote' and | ||
| 6 | `combine-and-quote-strings' are mainly for working with arguments | ||
| 7 | to call-process and start-process. | ||
| 8 | |||
| 9 | * processes.texi (Shell Arguments): Fix documentation of | ||
| 10 | `split-string-and-unquote'. Add indexing. (Bug#7563) | ||
| 11 | |||
| 12 | 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 13 | |||
| 14 | * modes.texi (Auto-Indentation): New section to document SMIE. | ||
| 15 | (Major Mode Conventions): | ||
| 16 | * text.texi (Mode-Specific Indent): Refer to it. | ||
| 17 | |||
| 18 | 2010-12-13 Eli Zaretskii <eliz@gnu.org> | ||
| 19 | |||
| 20 | * display.texi (Other Display Specs): Document left-fringe and | ||
| 21 | right-fringe display specs. | ||
| 22 | |||
| 23 | 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 24 | |||
| 25 | * backups.texi (Making Backups): | ||
| 26 | * modes.texi (Example Major Modes): Use recommended coding style. | ||
| 27 | (Major Mode Basics, Derived Modes): Encourge more strongly use of | ||
| 28 | define-derived-mode. Mention completion-at-point-functions. | ||
| 29 | |||
| 30 | 2010-12-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 31 | |||
| 32 | * nonascii.texi (Converting Representations): | ||
| 33 | Document byte-to-string. | ||
| 1 | 2010-12-08 Glenn Morris <rgm@gnu.org> | 34 | 2010-12-08 Glenn Morris <rgm@gnu.org> |
| 2 | 35 | ||
| 3 | * buffers.texi (Modification Time): | 36 | * buffers.texi (Modification Time): |
| @@ -42,8 +75,8 @@ | |||
| 42 | 75 | ||
| 43 | * customize.texi (Composite Types): Lower-case index entry. | 76 | * customize.texi (Composite Types): Lower-case index entry. |
| 44 | 77 | ||
| 45 | * loading.texi (How Programs Do Loading): Document | 78 | * loading.texi (How Programs Do Loading): |
| 46 | load-file-name. (Bug#7346) | 79 | Document load-file-name. (Bug#7346) |
| 47 | 80 | ||
| 48 | 2010-11-17 Glenn Morris <rgm@gnu.org> | 81 | 2010-11-17 Glenn Morris <rgm@gnu.org> |
| 49 | 82 | ||
| @@ -484,8 +517,8 @@ | |||
| 484 | * minibuf.texi (Basic Completion): 4th arg to all-completions is | 517 | * minibuf.texi (Basic Completion): 4th arg to all-completions is |
| 485 | obsolete. | 518 | obsolete. |
| 486 | 519 | ||
| 487 | * processes.texi (Process Buffers): Document | 520 | * processes.texi (Process Buffers): |
| 488 | process-kill-buffer-query-function. | 521 | Document process-kill-buffer-query-function. |
| 489 | 522 | ||
| 490 | 2009-12-05 Glenn Morris <rgm@gnu.org> | 523 | 2009-12-05 Glenn Morris <rgm@gnu.org> |
| 491 | 524 | ||
| @@ -932,8 +965,8 @@ | |||
| 932 | (Suspending Emacs): Mark suspend-emacs as a command. | 965 | (Suspending Emacs): Mark suspend-emacs as a command. |
| 933 | (Processor Run Time): Mark emacs-uptime and emacs-init-time as | 966 | (Processor Run Time): Mark emacs-uptime and emacs-init-time as |
| 934 | commands. | 967 | commands. |
| 935 | (Terminal Output): Remove obsolete function baud-rate. Document | 968 | (Terminal Output): Remove obsolete function baud-rate. |
| 936 | TERMINAL arg for send-string-to-terminal. | 969 | Document TERMINAL arg for send-string-to-terminal. |
| 937 | 970 | ||
| 938 | * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for | 971 | * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for |
| 939 | terminal-coding-system and set-terminal-coding-system. | 972 | terminal-coding-system and set-terminal-coding-system. |
| @@ -1037,8 +1070,8 @@ | |||
| 1037 | 2009-05-09 Eli Zaretskii <eliz@gnu.org> | 1070 | 2009-05-09 Eli Zaretskii <eliz@gnu.org> |
| 1038 | 1071 | ||
| 1039 | * nonascii.texi (Default Coding Systems): Document | 1072 | * nonascii.texi (Default Coding Systems): Document |
| 1040 | find-auto-coding, set-auto-coding, and auto-coding-alist. Add | 1073 | find-auto-coding, set-auto-coding, and auto-coding-alist. |
| 1041 | indexing. | 1074 | Add indexing. |
| 1042 | (Lisp and Coding Systems): Add index entries. | 1075 | (Lisp and Coding Systems): Add index entries. |
| 1043 | 1076 | ||
| 1044 | 2009-05-09 Martin Rudalics <rudalics@gmx.at> | 1077 | 2009-05-09 Martin Rudalics <rudalics@gmx.at> |
| @@ -1080,8 +1113,8 @@ | |||
| 1080 | 1113 | ||
| 1081 | 2009-04-22 Chong Yidong <cyd@stupidchicken.com> | 1114 | 2009-04-22 Chong Yidong <cyd@stupidchicken.com> |
| 1082 | 1115 | ||
| 1083 | * os.texi (Command-Line Arguments): Document | 1116 | * os.texi (Command-Line Arguments): |
| 1084 | command-line-args-left. | 1117 | Document command-line-args-left. |
| 1085 | (Suspending Emacs): Adapt text to multi-tty case. Document use of | 1118 | (Suspending Emacs): Adapt text to multi-tty case. Document use of |
| 1086 | terminal objects for tty arguments. | 1119 | terminal objects for tty arguments. |
| 1087 | (Startup Summary): Add xref to Session Management. | 1120 | (Startup Summary): Add xref to Session Management. |
| @@ -1157,13 +1190,13 @@ | |||
| 1157 | 2009-04-09 Chong Yidong <cyd@stupidchicken.com> | 1190 | 2009-04-09 Chong Yidong <cyd@stupidchicken.com> |
| 1158 | 1191 | ||
| 1159 | * text.texi (Yank Commands): Note that yank uses push-mark. | 1192 | * text.texi (Yank Commands): Note that yank uses push-mark. |
| 1160 | (Filling): Clarify REGION argument of fill-paragraph. Document | 1193 | (Filling): Clarify REGION argument of fill-paragraph. |
| 1161 | fill-forward-paragraph-function. | 1194 | Document fill-forward-paragraph-function. |
| 1162 | (Special Properties): Remove "new in Emacs 22" declaration. | 1195 | (Special Properties): Remove "new in Emacs 22" declaration. |
| 1163 | (Clickable Text): Merge with Links and Mouse-1 node. | 1196 | (Clickable Text): Merge with Links and Mouse-1 node. |
| 1164 | 1197 | ||
| 1165 | * display.texi (Button Properties, Button Buffer Commands): Change | 1198 | * display.texi (Button Properties, Button Buffer Commands): |
| 1166 | xref to Clickable Text. | 1199 | Change xref to Clickable Text. |
| 1167 | 1200 | ||
| 1168 | * tips.texi (Key Binding Conventions): Change xref to Clickable | 1201 | * tips.texi (Key Binding Conventions): Change xref to Clickable |
| 1169 | Text. | 1202 | Text. |
| @@ -1225,8 +1258,8 @@ | |||
| 1225 | 1258 | ||
| 1226 | 2009-03-29 Chong Yidong <cyd@stupidchicken.com> | 1259 | 2009-03-29 Chong Yidong <cyd@stupidchicken.com> |
| 1227 | 1260 | ||
| 1228 | * help.texi (Accessing Documentation, Help Functions): Remove | 1261 | * help.texi (Accessing Documentation, Help Functions): |
| 1229 | information about long-obsolete Emacs versions. | 1262 | Remove information about long-obsolete Emacs versions. |
| 1230 | 1263 | ||
| 1231 | * modes.texi (Mode Line Variables): The default values of the mode | 1264 | * modes.texi (Mode Line Variables): The default values of the mode |
| 1232 | line variables are now more complicated. | 1265 | line variables are now more complicated. |
| @@ -1269,8 +1302,8 @@ | |||
| 1269 | 2009-03-23 Chong Yidong <cyd@stupidchicken.com> | 1302 | 2009-03-23 Chong Yidong <cyd@stupidchicken.com> |
| 1270 | 1303 | ||
| 1271 | * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info | 1304 | * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info |
| 1272 | about minibuffers in old Emacs versions. Copyedits. Emphasize | 1305 | about minibuffers in old Emacs versions. Copyedits. |
| 1273 | that enable-recursive-minibuffers defaults to nil. | 1306 | Emphasize that enable-recursive-minibuffers defaults to nil. |
| 1274 | (Text from Minibuffer): Simplify introduction. | 1307 | (Text from Minibuffer): Simplify introduction. |
| 1275 | 1308 | ||
| 1276 | 2009-03-22 Alan Mackenzie <acm@muc.de> | 1309 | 2009-03-22 Alan Mackenzie <acm@muc.de> |
| @@ -1324,8 +1357,8 @@ | |||
| 1324 | * customize.texi (Common Keywords): It's not necessary to use :tag | 1357 | * customize.texi (Common Keywords): It's not necessary to use :tag |
| 1325 | to remove hyphens, as custom-unlispify-tag-name does it | 1358 | to remove hyphens, as custom-unlispify-tag-name does it |
| 1326 | automatically. | 1359 | automatically. |
| 1327 | (Variable Definitions): Link to File Local Variables. Document | 1360 | (Variable Definitions): Link to File Local Variables. |
| 1328 | customized-value symbol property. | 1361 | Document customized-value symbol property. |
| 1329 | (Customization Types): Move menu to end of node. | 1362 | (Customization Types): Move menu to end of node. |
| 1330 | 1363 | ||
| 1331 | 2009-03-10 Chong Yidong <cyd@stupidchicken.com> | 1364 | 2009-03-10 Chong Yidong <cyd@stupidchicken.com> |
| @@ -1436,8 +1469,8 @@ | |||
| 1436 | * text.texi (Commands for Insertion): | 1469 | * text.texi (Commands for Insertion): |
| 1437 | * commands.texi (Event Mod): | 1470 | * commands.texi (Event Mod): |
| 1438 | * keymaps.texi (Searching Keymaps): | 1471 | * keymaps.texi (Searching Keymaps): |
| 1439 | * nonascii.texi (Translation of Characters): Reinstate | 1472 | * nonascii.texi (Translation of Characters): |
| 1440 | documentation of translation-table-for-input. | 1473 | Reinstate documentation of translation-table-for-input. |
| 1441 | (Explicit Encoding): Document the `charset' text property produced | 1474 | (Explicit Encoding): Document the `charset' text property produced |
| 1442 | by decode-coding-region and decode-coding-string. | 1475 | by decode-coding-region and decode-coding-string. |
| 1443 | 1476 | ||
| @@ -1466,8 +1499,8 @@ | |||
| 1466 | 2009-01-22 Chong Yidong <cyd@stupidchicken.com> | 1499 | 2009-01-22 Chong Yidong <cyd@stupidchicken.com> |
| 1467 | 1500 | ||
| 1468 | * files.texi (Format Conversion Piecemeal): Clarify behavior of | 1501 | * files.texi (Format Conversion Piecemeal): Clarify behavior of |
| 1469 | write-region-annotate-functions. Document | 1502 | write-region-annotate-functions. |
| 1470 | write-region-post-annotation-function. | 1503 | Document write-region-post-annotation-function. |
| 1471 | 1504 | ||
| 1472 | 2009-01-19 Chong Yidong <cyd@stupidchicken.com> | 1505 | 2009-01-19 Chong Yidong <cyd@stupidchicken.com> |
| 1473 | 1506 | ||
| @@ -1534,8 +1567,8 @@ | |||
| 1534 | 1567 | ||
| 1535 | * processes.texi (Serial Ports): Improve wording, suggested by RMS. | 1568 | * processes.texi (Serial Ports): Improve wording, suggested by RMS. |
| 1536 | 1569 | ||
| 1537 | * nonascii.texi (Lisp and Coding Systems): Document | 1570 | * nonascii.texi (Lisp and Coding Systems): |
| 1538 | inhibit-null-byte-detection and inhibit-iso-escape-detection. | 1571 | Document inhibit-null-byte-detection and inhibit-iso-escape-detection. |
| 1539 | (Character Properties): Improve wording. | 1572 | (Character Properties): Improve wording. |
| 1540 | 1573 | ||
| 1541 | 2009-01-09 Chong Yidong <cyd@stupidchicken.com> | 1574 | 2009-01-09 Chong Yidong <cyd@stupidchicken.com> |
| @@ -1543,8 +1576,8 @@ | |||
| 1543 | * display.texi (Font Lookup): Remove obsolete function | 1576 | * display.texi (Font Lookup): Remove obsolete function |
| 1544 | x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax. | 1577 | x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax. |
| 1545 | (Low-Level Font): Rename from Fonts, move to end of Faces section. | 1578 | (Low-Level Font): Rename from Fonts, move to end of Faces section. |
| 1546 | (Font Selection): Reorder order of variable descriptions. Minor | 1579 | (Font Selection): Reorder order of variable descriptions. |
| 1547 | clarifications. | 1580 | Minor clarifications. |
| 1548 | 1581 | ||
| 1549 | * elisp.texi (Top): Update node listing. | 1582 | * elisp.texi (Top): Update node listing. |
| 1550 | 1583 | ||
| @@ -1565,8 +1598,8 @@ | |||
| 1565 | * elisp.texi: Update node listing. | 1598 | * elisp.texi: Update node listing. |
| 1566 | 1599 | ||
| 1567 | * display.texi (Faces): Put Font Selection node after Auto Faces. | 1600 | * display.texi (Faces): Put Font Selection node after Auto Faces. |
| 1568 | (Face Attributes): Don't link to Font Lookup. Document | 1601 | (Face Attributes): Don't link to Font Lookup. |
| 1569 | font-family-list. | 1602 | Document font-family-list. |
| 1570 | (Fonts): New node. | 1603 | (Fonts): New node. |
| 1571 | 1604 | ||
| 1572 | 2009-01-08 Jason Rumney <jasonr@gnu.org> | 1605 | 2009-01-08 Jason Rumney <jasonr@gnu.org> |
| @@ -1794,8 +1827,8 @@ | |||
| 1794 | * windows.texi (Window Hooks): Remove *-end-trigger-functions | 1827 | * windows.texi (Window Hooks): Remove *-end-trigger-functions |
| 1795 | vars, which are obsolete. Mention jit-lock-register. | 1828 | vars, which are obsolete. Mention jit-lock-register. |
| 1796 | 1829 | ||
| 1797 | * modes.texi (Other Font Lock Variables): Document | 1830 | * modes.texi (Other Font Lock Variables): |
| 1798 | jit-lock-register and jit-lock-unregister. | 1831 | Document jit-lock-register and jit-lock-unregister. |
| 1799 | 1832 | ||
| 1800 | * frames.texi (Color Parameters): Document alpha parameter. | 1833 | * frames.texi (Color Parameters): Document alpha parameter. |
| 1801 | 1834 | ||
| @@ -1867,8 +1900,8 @@ | |||
| 1867 | 2008-11-01 Eli Zaretskii <eliz@gnu.org> | 1900 | 2008-11-01 Eli Zaretskii <eliz@gnu.org> |
| 1868 | 1901 | ||
| 1869 | * nonascii.texi (Text Representations): Rewrite to make consistent | 1902 | * nonascii.texi (Text Representations): Rewrite to make consistent |
| 1870 | with Emacs 23 internal representation of characters. Document | 1903 | with Emacs 23 internal representation of characters. |
| 1871 | `unibyte-string'. | 1904 | Document `unibyte-string'. |
| 1872 | 1905 | ||
| 1873 | 2008-10-28 Chong Yidong <cyd@stupidchicken.com> | 1906 | 2008-10-28 Chong Yidong <cyd@stupidchicken.com> |
| 1874 | 1907 | ||
| @@ -1981,8 +2014,8 @@ | |||
| 1981 | 2014 | ||
| 1982 | * processes.texi (Synchronous Processes): Document `process-lines'. | 2015 | * processes.texi (Synchronous Processes): Document `process-lines'. |
| 1983 | 2016 | ||
| 1984 | * customize.texi (Variable Definitions): Document | 2017 | * customize.texi (Variable Definitions): |
| 1985 | `custom-reevaluate-setting'. | 2018 | Document `custom-reevaluate-setting'. |
| 1986 | 2019 | ||
| 1987 | 2008-10-18 Martin Rudalics <rudalics@gmx.at> | 2020 | 2008-10-18 Martin Rudalics <rudalics@gmx.at> |
| 1988 | 2021 | ||
| @@ -1998,13 +2031,13 @@ | |||
| 1998 | * maps.texi (Standard Keymaps): Document `multi-query-replace-map' | 2031 | * maps.texi (Standard Keymaps): Document `multi-query-replace-map' |
| 1999 | and `search-map'. | 2032 | and `search-map'. |
| 2000 | 2033 | ||
| 2001 | * searching.texi (Search and Replace): Document | 2034 | * searching.texi (Search and Replace): |
| 2002 | `replace-search-function' and `replace-re-search-function'. | 2035 | Document `replace-search-function' and `replace-re-search-function'. |
| 2003 | Document `multi-query-replace-map'. | 2036 | Document `multi-query-replace-map'. |
| 2004 | 2037 | ||
| 2005 | * minibuf.texi (Text from Minibuffer): Document `read-regexp'. | 2038 | * minibuf.texi (Text from Minibuffer): Document `read-regexp'. |
| 2006 | (Completion Commands, Reading File Names): Rename | 2039 | (Completion Commands, Reading File Names): |
| 2007 | `minibuffer-local-must-match-filename-map' to | 2040 | Rename `minibuffer-local-must-match-filename-map' to |
| 2008 | `minibuffer-local-filename-must-match-map'. | 2041 | `minibuffer-local-filename-must-match-map'. |
| 2009 | (Minibuffer Completion): The `require-match' argument to | 2042 | (Minibuffer Completion): The `require-match' argument to |
| 2010 | `completing-read' can now have the value `confirm-only'. | 2043 | `completing-read' can now have the value `confirm-only'. |
| @@ -2349,7 +2382,7 @@ | |||
| 2349 | 2382 | ||
| 2350 | 2007-12-30 Richard Stallman <rms@gnu.org> | 2383 | 2007-12-30 Richard Stallman <rms@gnu.org> |
| 2351 | 2384 | ||
| 2352 | * commands.texi (Accessing Mouse): Renamed from Accessing Events. | 2385 | * commands.texi (Accessing Mouse): Rename from Accessing Events. |
| 2353 | (Accessing Scroll): New node broken out of Accessing Mouse. | 2386 | (Accessing Scroll): New node broken out of Accessing Mouse. |
| 2354 | 2387 | ||
| 2355 | 2007-12-28 Richard Stallman <rms@gnu.org> | 2388 | 2007-12-28 Richard Stallman <rms@gnu.org> |
| @@ -2393,8 +2426,8 @@ | |||
| 2393 | 2426 | ||
| 2394 | 2007-11-29 Glenn Morris <rgm@gnu.org> | 2427 | 2007-11-29 Glenn Morris <rgm@gnu.org> |
| 2395 | 2428 | ||
| 2396 | * functions.texi (Declaring Functions): Add findex. Mention | 2429 | * functions.texi (Declaring Functions): Add findex. |
| 2397 | `external' files. | 2430 | Mention `external' files. |
| 2398 | 2431 | ||
| 2399 | 2007-11-26 Juanma Barranquero <lekktu@gmail.com> | 2432 | 2007-11-26 Juanma Barranquero <lekktu@gmail.com> |
| 2400 | 2433 | ||
| @@ -2521,8 +2554,8 @@ | |||
| 2521 | * display.texi (Display Property): Explain some display specs | 2554 | * display.texi (Display Property): Explain some display specs |
| 2522 | don't let you move point in. | 2555 | don't let you move point in. |
| 2523 | 2556 | ||
| 2524 | * frames.texi (Cursor Parameters): Describe | 2557 | * frames.texi (Cursor Parameters): |
| 2525 | cursor-in-non-selected-windows here. Explain more values. | 2558 | Describe cursor-in-non-selected-windows here. Explain more values. |
| 2526 | 2559 | ||
| 2527 | * windows.texi (Basic Windows): Don't describe | 2560 | * windows.texi (Basic Windows): Don't describe |
| 2528 | cursor-in-non-selected-windows here. | 2561 | cursor-in-non-selected-windows here. |
| @@ -2601,8 +2634,8 @@ | |||
| 2601 | 2634 | ||
| 2602 | 2007-08-16 Richard Stallman <rms@gnu.org> | 2635 | 2007-08-16 Richard Stallman <rms@gnu.org> |
| 2603 | 2636 | ||
| 2604 | * processes.texi (Asynchronous Processes): Clarify | 2637 | * processes.texi (Asynchronous Processes): |
| 2605 | doc of start-file-process. | 2638 | Clarify doc of start-file-process. |
| 2606 | 2639 | ||
| 2607 | 2007-08-08 Martin Rudalics <rudalics@gmx.at> | 2640 | 2007-08-08 Martin Rudalics <rudalics@gmx.at> |
| 2608 | 2641 | ||
| @@ -2669,8 +2702,8 @@ | |||
| 2669 | 2702 | ||
| 2670 | 2007-06-27 Richard Stallman <rms@gnu.org> | 2703 | 2007-06-27 Richard Stallman <rms@gnu.org> |
| 2671 | 2704 | ||
| 2672 | * files.texi (Format Conversion Piecemeal): Clarify | 2705 | * files.texi (Format Conversion Piecemeal): |
| 2673 | `after-insert-file-functions' calling convention. | 2706 | Clarify `after-insert-file-functions' calling convention. |
| 2674 | 2707 | ||
| 2675 | 2007-06-27 Michael Albinus <michael.albinus@gmx.de> | 2708 | 2007-06-27 Michael Albinus <michael.albinus@gmx.de> |
| 2676 | 2709 | ||
| @@ -2725,8 +2758,8 @@ | |||
| 2725 | 2758 | ||
| 2726 | 2007-05-30 Nick Roberts <nickrob@snap.net.nz> | 2759 | 2007-05-30 Nick Roberts <nickrob@snap.net.nz> |
| 2727 | 2760 | ||
| 2728 | * commands.texi (Click Events): Layout more logically. Describe | 2761 | * commands.texi (Click Events): Layout more logically. |
| 2729 | width and height. | 2762 | Describe width and height. |
| 2730 | (Drag Events, Motion Events): Update to new format for position. | 2763 | (Drag Events, Motion Events): Update to new format for position. |
| 2731 | 2764 | ||
| 2732 | 2007-06-02 Richard Stallman <rms@gnu.org> | 2765 | 2007-06-02 Richard Stallman <rms@gnu.org> |
| @@ -3132,8 +3165,8 @@ | |||
| 3132 | 3165 | ||
| 3133 | 2007-03-05 Richard Stallman <rms@gnu.org> | 3166 | 2007-03-05 Richard Stallman <rms@gnu.org> |
| 3134 | 3167 | ||
| 3135 | * variables.texi (File Local Variables): Update | 3168 | * variables.texi (File Local Variables): |
| 3136 | enable-local-variables values. | 3169 | Update enable-local-variables values. |
| 3137 | 3170 | ||
| 3138 | 2007-03-04 Richard Stallman <rms@gnu.org> | 3171 | 2007-03-04 Richard Stallman <rms@gnu.org> |
| 3139 | 3172 | ||
| @@ -3204,8 +3237,8 @@ | |||
| 3204 | 2007-02-03 Eli Zaretskii <eliz@gnu.org> | 3237 | 2007-02-03 Eli Zaretskii <eliz@gnu.org> |
| 3205 | 3238 | ||
| 3206 | * elisp.texi (Top): Make the detailed menu headers compliant with | 3239 | * elisp.texi (Top): Make the detailed menu headers compliant with |
| 3207 | Texinfo guidelines and with what texnfo-upd.el expects. Add | 3240 | Texinfo guidelines and with what texnfo-upd.el expects. |
| 3208 | comments to prevent people from inadvertently modifying the key | 3241 | Add comments to prevent people from inadvertently modifying the key |
| 3209 | parts needed by `texinfo-multiple-files-update'. | 3242 | parts needed by `texinfo-multiple-files-update'. |
| 3210 | 3243 | ||
| 3211 | 2007-02-02 Eli Zaretskii <eliz@gnu.org> | 3244 | 2007-02-02 Eli Zaretskii <eliz@gnu.org> |
| @@ -3292,8 +3325,8 @@ | |||
| 3292 | 3325 | ||
| 3293 | 2006-12-24 Richard Stallman <rms@gnu.org> | 3326 | 2006-12-24 Richard Stallman <rms@gnu.org> |
| 3294 | 3327 | ||
| 3295 | * customize.texi (Variable Definitions): Document | 3328 | * customize.texi (Variable Definitions): |
| 3296 | new name custom-add-frequent-value. | 3329 | Document new name custom-add-frequent-value. |
| 3297 | 3330 | ||
| 3298 | 2006-12-19 Kim F. Storm <storm@cua.dk> | 3331 | 2006-12-19 Kim F. Storm <storm@cua.dk> |
| 3299 | 3332 | ||
| @@ -3592,8 +3625,8 @@ | |||
| 3592 | 3625 | ||
| 3593 | 2006-09-01 Chong Yidong <cyd@stupidchicken.com> | 3626 | 2006-09-01 Chong Yidong <cyd@stupidchicken.com> |
| 3594 | 3627 | ||
| 3595 | * buffers.texi (Buffer Modification): Document | 3628 | * buffers.texi (Buffer Modification): |
| 3596 | buffer-chars-modified-tick. | 3629 | Document buffer-chars-modified-tick. |
| 3597 | 3630 | ||
| 3598 | 2006-08-31 Richard Stallman <rms@gnu.org> | 3631 | 2006-08-31 Richard Stallman <rms@gnu.org> |
| 3599 | 3632 | ||
| @@ -3655,7 +3688,7 @@ | |||
| 3655 | 2006-08-12 Chong Yidong <cyd@stupidchicken.com> | 3688 | 2006-08-12 Chong Yidong <cyd@stupidchicken.com> |
| 3656 | 3689 | ||
| 3657 | * text.texi (Near Point): Say "cursor" not "terminal cursor". | 3690 | * text.texi (Near Point): Say "cursor" not "terminal cursor". |
| 3658 | (Commands for Insertion): Removed split-line since it's not | 3691 | (Commands for Insertion): Remove split-line since it's not |
| 3659 | relevant for Lisp programming. | 3692 | relevant for Lisp programming. |
| 3660 | (Yank Commands): Rewrite introduction. | 3693 | (Yank Commands): Rewrite introduction. |
| 3661 | (Undo): Clarify. | 3694 | (Undo): Clarify. |
| @@ -3686,7 +3719,7 @@ | |||
| 3686 | (Major Mode Basics): Mention define-derived-mode explicitly. | 3719 | (Major Mode Basics): Mention define-derived-mode explicitly. |
| 3687 | (Major Mode Conventions): Rebinding RET is OK for some modes. | 3720 | (Major Mode Conventions): Rebinding RET is OK for some modes. |
| 3688 | Mention change-major-mode-hook and after-change-major-mode-hook. | 3721 | Mention change-major-mode-hook and after-change-major-mode-hook. |
| 3689 | (Example Major Modes): Moved to end of Modes section. | 3722 | (Example Major Modes): Move to end of Modes section. |
| 3690 | (Mode Line Basics): Clarify. | 3723 | (Mode Line Basics): Clarify. |
| 3691 | (Mode Line Data): Mention help-echo and local-map in strings. | 3724 | (Mode Line Data): Mention help-echo and local-map in strings. |
| 3692 | Explain reason for treatment of non-risky variables. | 3725 | Explain reason for treatment of non-risky variables. |
| @@ -4185,7 +4218,7 @@ | |||
| 4185 | 4218 | ||
| 4186 | 2006-05-25 Chong Yidong <cyd@stupidchicken.com> | 4219 | 2006-05-25 Chong Yidong <cyd@stupidchicken.com> |
| 4187 | 4220 | ||
| 4188 | * keymaps.texi (Key Sequences): Renamed from Keymap Terminology. | 4221 | * keymaps.texi (Key Sequences): Rename from Keymap Terminology. |
| 4189 | Explain string and vector representations of key sequences. | 4222 | Explain string and vector representations of key sequences. |
| 4190 | 4223 | ||
| 4191 | * keymaps.texi (Changing Key Bindings): | 4224 | * keymaps.texi (Changing Key Bindings): |
| @@ -4234,8 +4267,8 @@ | |||
| 4234 | 4267 | ||
| 4235 | 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change) | 4268 | 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change) |
| 4236 | 4269 | ||
| 4237 | * nonascii.texi (Explicit Encoding): Fix | 4270 | * nonascii.texi (Explicit Encoding): |
| 4238 | typo (encoding<->decoding). | 4271 | Fix typo (encoding<->decoding). |
| 4239 | 4272 | ||
| 4240 | 2006-05-14 Richard Stallman <rms@gnu.org> | 4273 | 2006-05-14 Richard Stallman <rms@gnu.org> |
| 4241 | 4274 | ||
| @@ -4285,8 +4318,8 @@ | |||
| 4285 | 4318 | ||
| 4286 | 2006-05-09 Richard Stallman <rms@gnu.org> | 4319 | 2006-05-09 Richard Stallman <rms@gnu.org> |
| 4287 | 4320 | ||
| 4288 | * variables.texi (File Local Variables): Document | 4321 | * variables.texi (File Local Variables): |
| 4289 | safe-local-eval-forms and safe-local-eval-function. | 4322 | Document safe-local-eval-forms and safe-local-eval-function. |
| 4290 | 4323 | ||
| 4291 | 2006-05-07 Kim F. Storm <storm@cua.dk> | 4324 | 2006-05-07 Kim F. Storm <storm@cua.dk> |
| 4292 | 4325 | ||
| @@ -4770,8 +4803,8 @@ | |||
| 4770 | 4803 | ||
| 4771 | 2005-12-03 Eli Zaretskii <eliz@gnu.org> | 4804 | 2005-12-03 Eli Zaretskii <eliz@gnu.org> |
| 4772 | 4805 | ||
| 4773 | * hooks.texi (Standard Hooks): Add index entries. Mention | 4806 | * hooks.texi (Standard Hooks): Add index entries. |
| 4774 | `compilation-finish-functions'. | 4807 | Mention `compilation-finish-functions'. |
| 4775 | 4808 | ||
| 4776 | 2005-11-27 Richard M. Stallman <rms@gnu.org> | 4809 | 2005-11-27 Richard M. Stallman <rms@gnu.org> |
| 4777 | 4810 | ||
| @@ -4994,8 +5027,8 @@ | |||
| 4994 | buffer-local. | 5027 | buffer-local. |
| 4995 | (Undo): Note that buffer-undo-list is buffer-local. | 5028 | (Undo): Note that buffer-undo-list is buffer-local. |
| 4996 | 5029 | ||
| 4997 | * windows.texi (Buffers and Windows): Document | 5030 | * windows.texi (Buffers and Windows): |
| 4998 | buffer-display-count. | 5031 | Document buffer-display-count. |
| 4999 | 5032 | ||
| 5000 | 2005-09-06 Richard M. Stallman <rms@gnu.org> | 5033 | 2005-09-06 Richard M. Stallman <rms@gnu.org> |
| 5001 | 5034 | ||
| @@ -5236,7 +5269,7 @@ | |||
| 5236 | 5269 | ||
| 5237 | * display.texi (Displaying Messages): New node, with most | 5270 | * display.texi (Displaying Messages): New node, with most |
| 5238 | of what was in The Echo Area. | 5271 | of what was in The Echo Area. |
| 5239 | (Progress): Moved under The Echo Area. | 5272 | (Progress): Move under The Echo Area. |
| 5240 | (Logging Messages): New node with new text. | 5273 | (Logging Messages): New node with new text. |
| 5241 | (Echo Area Customization): New node, the rest of what was | 5274 | (Echo Area Customization): New node, the rest of what was |
| 5242 | in The Echo Area. Document message-truncate-lines with @defvar. | 5275 | in The Echo Area. Document message-truncate-lines with @defvar. |
| @@ -6551,8 +6584,8 @@ | |||
| 6551 | (Scroll Bars): Add scroll-bar-mode and scroll-bar-width. | 6584 | (Scroll Bars): Add scroll-bar-mode and scroll-bar-width. |
| 6552 | (Usual Display): Move tab-width up. | 6585 | (Usual Display): Move tab-width up. |
| 6553 | 6586 | ||
| 6554 | * customize.texi (Variable Definitions): Replace | 6587 | * customize.texi (Variable Definitions): |
| 6555 | show-paren-mode example with tooltip-mode. | 6588 | Replace show-paren-mode example with tooltip-mode. |
| 6556 | (Simple Types, Composite Types, Defining New Types): | 6589 | (Simple Types, Composite Types, Defining New Types): |
| 6557 | Minor cleanups. | 6590 | Minor cleanups. |
| 6558 | 6591 | ||
| @@ -6788,8 +6821,8 @@ | |||
| 6788 | (Display Fringe Bitmaps): New node. | 6821 | (Display Fringe Bitmaps): New node. |
| 6789 | (Images): Add 'Image Slices' to menu. | 6822 | (Images): Add 'Image Slices' to menu. |
| 6790 | (Image Descriptors): Add `:pointer' and `:map' properties. | 6823 | (Image Descriptors): Add `:pointer' and `:map' properties. |
| 6791 | (Showing Images): Add slice arg to `insert-image'. Add | 6824 | (Showing Images): Add slice arg to `insert-image'. |
| 6792 | 'insert-sliced-image'. | 6825 | Add 'insert-sliced-image'. |
| 6793 | 6826 | ||
| 6794 | 2004-09-20 Richard M. Stallman <rms@gnu.org> | 6827 | 2004-09-20 Richard M. Stallman <rms@gnu.org> |
| 6795 | 6828 | ||
| @@ -6802,8 +6835,8 @@ | |||
| 6802 | 6835 | ||
| 6803 | 2004-09-07 Luc Teirlinck <teirllm@auburn.edu> | 6836 | 2004-09-07 Luc Teirlinck <teirllm@auburn.edu> |
| 6804 | 6837 | ||
| 6805 | * locals.texi (Standard Buffer-Local Variables): Add | 6838 | * locals.texi (Standard Buffer-Local Variables): |
| 6806 | `buffer-auto-save-file-format'. | 6839 | Add `buffer-auto-save-file-format'. |
| 6807 | * internals.texi (Buffer Internals): Describe new | 6840 | * internals.texi (Buffer Internals): Describe new |
| 6808 | auto_save_file_format field of the buffer structure. | 6841 | auto_save_file_format field of the buffer structure. |
| 6809 | * files.texi (Format Conversion): `auto-save-file-format' has been | 6842 | * files.texi (Format Conversion): `auto-save-file-format' has been |
| @@ -7191,8 +7224,8 @@ | |||
| 7191 | 7224 | ||
| 7192 | 2004-04-05 Jesper Harder <harder@ifa.au.dk> | 7225 | 2004-04-05 Jesper Harder <harder@ifa.au.dk> |
| 7193 | 7226 | ||
| 7194 | * variables.texi (Variable Aliases): Mention | 7227 | * variables.texi (Variable Aliases): |
| 7195 | cyclic-variable-indirection. | 7228 | Mention cyclic-variable-indirection. |
| 7196 | 7229 | ||
| 7197 | * errors.texi (Standard Errors): Ditto. | 7230 | * errors.texi (Standard Errors): Ditto. |
| 7198 | 7231 | ||
| @@ -7371,7 +7404,7 @@ | |||
| 7371 | 7404 | ||
| 7372 | 2004-02-07 Jan Djärv <jan.h.d@swipnet.se> | 7405 | 2004-02-07 Jan Djärv <jan.h.d@swipnet.se> |
| 7373 | 7406 | ||
| 7374 | * positions.texi (Text Lines): Added missing end defun. | 7407 | * positions.texi (Text Lines): Add missing end defun. |
| 7375 | 7408 | ||
| 7376 | 2004-02-07 Kim F. Storm <storm@cua.dk> | 7409 | 2004-02-07 Kim F. Storm <storm@cua.dk> |
| 7377 | 7410 | ||
| @@ -7394,12 +7427,12 @@ | |||
| 7394 | read-minibuffer. | 7427 | read-minibuffer. |
| 7395 | (Minibuffer History): Clarify description of cons values for | 7428 | (Minibuffer History): Clarify description of cons values for |
| 7396 | HISTORY arguments. | 7429 | HISTORY arguments. |
| 7397 | (Basic Completion): Various corrections and clarifications. Add | 7430 | (Basic Completion): Various corrections and clarifications. |
| 7398 | completion-regexp-list. | 7431 | Add completion-regexp-list. |
| 7399 | (Minibuffer Completion): Correct and clarify description of | 7432 | (Minibuffer Completion): Correct and clarify description of |
| 7400 | completing-read. | 7433 | completing-read. |
| 7401 | (Completion Commands): Mention Partial Completion mode. Various | 7434 | (Completion Commands): Mention Partial Completion mode. |
| 7402 | other minor changes. | 7435 | Various other minor changes. |
| 7403 | (High-Level Completion): Various corrections and clarifications. | 7436 | (High-Level Completion): Various corrections and clarifications. |
| 7404 | (Reading File Names): Ditto. | 7437 | (Reading File Names): Ditto. |
| 7405 | (Minibuffer Misc): Ditto. | 7438 | (Minibuffer Misc): Ditto. |
| @@ -7474,8 +7507,8 @@ | |||
| 7474 | 7507 | ||
| 7475 | * functions.texi: Various small changes in addition to the | 7508 | * functions.texi: Various small changes in addition to the |
| 7476 | following. | 7509 | following. |
| 7477 | (What Is a Function): `functionp' returns nil for macros. Clarify | 7510 | (What Is a Function): `functionp' returns nil for macros. |
| 7478 | behavior of this and following functions for symbol arguments. | 7511 | Clarify behavior of this and following functions for symbol arguments. |
| 7479 | (Function Documentation): Add `\' in front of (fn @var{arglist}) | 7512 | (Function Documentation): Add `\' in front of (fn @var{arglist}) |
| 7480 | and explain why. | 7513 | and explain why. |
| 7481 | (Defining Functions): Mention DOCSTRING argument to `defalias'. | 7514 | (Defining Functions): Mention DOCSTRING argument to `defalias'. |
| @@ -8271,7 +8304,7 @@ | |||
| 8271 | 8304 | ||
| 8272 | 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> | 8305 | 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> |
| 8273 | 8306 | ||
| 8274 | * os.texi (System Environment): Added cygwin system-type. | 8307 | * os.texi (System Environment): Add cygwin system-type. |
| 8275 | 8308 | ||
| 8276 | 2003-01-25 Richard M. Stallman <rms@gnu.org> | 8309 | 2003-01-25 Richard M. Stallman <rms@gnu.org> |
| 8277 | 8310 | ||
| @@ -8304,7 +8337,7 @@ | |||
| 8304 | 8337 | ||
| 8305 | * README: Target for Info file is `make info'. | 8338 | * README: Target for Info file is `make info'. |
| 8306 | 8339 | ||
| 8307 | * files.texi (File Name Components): Fixed typos in | 8340 | * files.texi (File Name Components): Fix typos in |
| 8308 | `file-name-sans-extension'. | 8341 | `file-name-sans-extension'. |
| 8309 | (Magic File Names): Complete list of operations for magic file | 8342 | (Magic File Names): Complete list of operations for magic file |
| 8310 | name handlers. | 8343 | name handlers. |
| @@ -8320,7 +8353,7 @@ | |||
| 8320 | 8353 | ||
| 8321 | 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk> | 8354 | 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk> |
| 8322 | 8355 | ||
| 8323 | * customize.texi (Splicing into Lists): Fixed example. | 8356 | * customize.texi (Splicing into Lists): Fix example. |
| 8324 | Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>. | 8357 | Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>. |
| 8325 | 8358 | ||
| 8326 | 2002-06-17 Juanma Barranquero <lektu@terra.es> | 8359 | 2002-06-17 Juanma Barranquero <lektu@terra.es> |
| @@ -8360,8 +8393,8 @@ | |||
| 8360 | 8393 | ||
| 8361 | 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> | 8394 | 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 8362 | 8395 | ||
| 8363 | * permute-index: Don't depend on csh-specific features. Replace | 8396 | * permute-index: Don't depend on csh-specific features. |
| 8364 | the interpreter name with /bin/sh. | 8397 | Replace the interpreter name with /bin/sh. |
| 8365 | 8398 | ||
| 8366 | * two-volume-cross-refs.txt: New file. | 8399 | * two-volume-cross-refs.txt: New file. |
| 8367 | * two.el: New file. | 8400 | * two.el: New file. |
| @@ -8499,8 +8532,8 @@ | |||
| 8499 | * numbers.texi (Integer Basics): Document CL style read syntax for | 8532 | * numbers.texi (Integer Basics): Document CL style read syntax for |
| 8500 | integers in bases other than 10. | 8533 | integers in bases other than 10. |
| 8501 | 8534 | ||
| 8502 | * positions.texi (List Motion): Document | 8535 | * positions.texi (List Motion): |
| 8503 | open-paren-in-column-0-is-defun-start. | 8536 | Document open-paren-in-column-0-is-defun-start. |
| 8504 | 8537 | ||
| 8505 | * lists.texi (Sets And Lists): Document member-ignore-case. | 8538 | * lists.texi (Sets And Lists): Document member-ignore-case. |
| 8506 | 8539 | ||
| @@ -8695,7 +8728,7 @@ | |||
| 8695 | 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 8728 | 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 8696 | 8729 | ||
| 8697 | * Makefile (VERSION): Update version number. | 8730 | * Makefile (VERSION): Update version number. |
| 8698 | (maintainer-clean): Renamed from realclean. | 8731 | (maintainer-clean): Rename from realclean. |
| 8699 | 8732 | ||
| 8700 | 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> | 8733 | 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> |
| 8701 | 8734 | ||
| @@ -8767,11 +8800,11 @@ | |||
| 8767 | 8800 | ||
| 8768 | 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 8801 | 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 8769 | 8802 | ||
| 8770 | * Makefile (srcs): Added index.perm. | 8803 | * Makefile (srcs): Add index.perm. |
| 8771 | (elisp.dvi): Remove erroneous shell comment. | 8804 | (elisp.dvi): Remove erroneous shell comment. |
| 8772 | Expect output of permute-index in permuted.fns. | 8805 | Expect output of permute-index in permuted.fns. |
| 8773 | Save old elisp.aux in elisp.oaux. | 8806 | Save old elisp.aux in elisp.oaux. |
| 8774 | (clean): Added index.texi to be deleted. | 8807 | (clean): Add index.texi to be deleted. |
| 8775 | 8808 | ||
| 8776 | 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | 8809 | 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 8777 | 8810 | ||