Mercurial > emacs
comparison doc/lispref/ChangeLog @ 103264:b269cabac20c
* syntax.texi (Position Parse): Document rationale for ignored
arguments to syntax-ppss-flush-cache.
* processes.texi (Input to Processes): Mark PROCESS arg to
process-running-child-p as optional.
(Network Options): Document NO-ERROR arg to
set-network-process-option.
* buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
command.
* searching.texi (POSIX Regexps): Mark posix-search-forward and
posix-search-backward as commands.
* os.texi (Killing Emacs): Mark kill-emacs as a command.
(Suspending Emacs): Mark suspend-emacs as a command.
(Processor Run Time): Mark emacs-uptime and emacs-init-time as
commands.
(Terminal Output): Remove obsolete function baud-rate. Document
TERMINAL arg for send-string-to-terminal.
* nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
terminal-coding-system and set-terminal-coding-system.
(Explicit Encoding): Mark DESTINATION arg of decode-coding-region
as optional.
(Character Sets): Document RESTRICTION arg of char-charset.
(Character Codes): Mark POS argument to get-byte as optional.
* minibuf.texi (Minibuffer Misc): Document ARGS arg for
minibuffer-message.
* files.texi (Create/Delete Dirs): Mark make-directory and
delete-directory as commands.
* abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
* text.texi (Base 64): Mark base64-decode-string and
base64-encode-string as commands.
(Columns): Mark move-to-column as a command.
(Mode-Specific Indent): Document RIGID arg to
indent-for-tab-command.
(Region Indent): Mark TO-COLUMN arg to indent-region as optional.
Mark indent-code-rigidly as a command.
(Substitution): Mark translate-region as a command.
* frames.texi (Size and Position): Remove obsolete functions
screen-height and screen-width.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 20 May 2009 02:56:33 +0000 |
parents | 488dc577a7c2 |
children | bed597fb4bad |
comparison
equal
deleted
inserted
replaced
103263:f1b56c6c0ebc | 103264:b269cabac20c |
---|---|
1 2009-05-20 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * syntax.texi (Position Parse): Document rationale for ignored | |
4 arguments to syntax-ppss-flush-cache. | |
5 | |
6 * processes.texi (Input to Processes): Mark PROCESS arg to | |
7 process-running-child-p as optional. | |
8 (Network Options): Document NO-ERROR arg to | |
9 set-network-process-option. | |
10 | |
11 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a | |
12 command. | |
13 | |
14 * searching.texi (POSIX Regexps): Mark posix-search-forward and | |
15 posix-search-backward as commands. | |
16 | |
17 * os.texi (Killing Emacs): Mark kill-emacs as a command. | |
18 (Suspending Emacs): Mark suspend-emacs as a command. | |
19 (Processor Run Time): Mark emacs-uptime and emacs-init-time as | |
20 commands. | |
21 (Terminal Output): Remove obsolete function baud-rate. Document | |
22 TERMINAL arg for send-string-to-terminal. | |
23 | |
24 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for | |
25 terminal-coding-system and set-terminal-coding-system. | |
26 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region | |
27 as optional. | |
28 (Character Sets): Document RESTRICTION arg of char-charset. | |
29 (Character Codes): Mark POS argument to get-byte as optional. | |
30 | |
31 * minibuf.texi (Minibuffer Misc): Document ARGS arg for | |
32 minibuffer-message. | |
33 | |
34 * files.texi (Create/Delete Dirs): Mark make-directory and | |
35 delete-directory as commands. | |
36 | |
37 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table. | |
38 | |
39 * text.texi (Base 64): Mark base64-decode-string and | |
40 base64-encode-string as commands. | |
41 (Columns): Mark move-to-column as a command. | |
42 (Mode-Specific Indent): Document RIGID arg to | |
43 indent-for-tab-command. | |
44 (Region Indent): Mark TO-COLUMN arg to indent-region as optional. | |
45 Mark indent-code-rigidly as a command. | |
46 (Substitution): Mark translate-region as a command. | |
47 | |
48 * frames.texi (Size and Position): Remove obsolete functions | |
49 screen-height and screen-width. | |
50 | |
1 2009-05-19 Chong Yidong <cyd@stupidchicken.com> | 51 2009-05-19 Chong Yidong <cyd@stupidchicken.com> |
2 | 52 |
3 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering) | 53 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering) |
4 (Displaying Buffers, Resizing Windows): Correct mistakes; | 54 (Displaying Buffers, Resizing Windows): Correct mistakes; |
5 next-window, previous-window, and pop-to-buffer are not commands, | 55 next-window, previous-window, and pop-to-buffer are not commands, |