diff options
| author | Michaël Cadilhac | 2007-09-10 09:56:11 +0000 |
|---|---|---|
| committer | Michaël Cadilhac | 2007-09-10 09:56:11 +0000 |
| commit | f664fee97dddd371f2e541ac21491ce77a28219b (patch) | |
| tree | 598afb1fbe04503575f320e61b19539d51d36a42 | |
| parent | 09fbdf6ccc2ee2f4f2e1f02a5f11d264ead7a224 (diff) | |
| download | emacs-f664fee97dddd371f2e541ac21491ce77a28219b.tar.gz emacs-f664fee97dddd371f2e541ac21491ce77a28219b.zip | |
Document the interactive specification for C functions.
Say that `set-file-modes' is now interactive.
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 17 |
2 files changed, 14 insertions, 8 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 9009874b8e7..8c088e2813d 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-09-10 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> | ||
| 2 | |||
| 3 | * NEWS: Document the interactive specification for C functions. | ||
| 4 | Say that `set-file-modes' is now interactive. | ||
| 5 | |||
| 1 | 2007-09-10 Michael Olson <mwolson@gnu.org> | 6 | 2007-09-10 Michael Olson <mwolson@gnu.org> |
| 2 | 7 | ||
| 3 | * ERC-NEWS: Improve description of erc-tls and erc-ssl change. | 8 | * ERC-NEWS: Improve description of erc-tls and erc-ssl change. |
| @@ -34,6 +34,13 @@ a GIF library. | |||
| 34 | 34 | ||
| 35 | * Changes in Emacs 23.1 | 35 | * Changes in Emacs 23.1 |
| 36 | 36 | ||
| 37 | ** Built-in functions (subr) can now have an interactive specification | ||
| 38 | that is not a prompt string. If the `intspec' parameter of a `DEFUN' | ||
| 39 | starts with a `(', the string is evaluated as a Lisp form. | ||
| 40 | |||
| 41 | ** set-file-modes is now interactive and can take the mode value in | ||
| 42 | symbolic notation thanks to auxiliary functions. | ||
| 43 | |||
| 37 | ** split-window-preferred-function specifies whether display-buffer should | 44 | ** split-window-preferred-function specifies whether display-buffer should |
| 38 | split windows vertically or horizontally. | 45 | split windows vertically or horizontally. |
| 39 | 46 | ||
| @@ -119,13 +126,7 @@ history element containing the search string becomes the current. | |||
| 119 | 126 | ||
| 120 | * New Modes and Packages in Emacs 23.1 | 127 | * New Modes and Packages in Emacs 23.1 |
| 121 | 128 | ||
| 122 | ** The package doc-view.el has been added. It supports viewing of PDF, | 129 | ** A new game called `bubble' has been added |
| 123 | PostScript and DVI documents inside an Emacs buffer by converting the | ||
| 124 | document to a set of PNG images first. One can also search for a | ||
| 125 | regular expression in the document. The commentary of the file explains | ||
| 126 | its usage. | ||
| 127 | |||
| 128 | ** A new game called `bubble' has been added. | ||
| 129 | 130 | ||
| 130 | ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt. | 131 | ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt. |
| 131 | 132 | ||
| @@ -254,7 +255,7 @@ session, and `make-frame-on-tty' works during a graphical session. | |||
| 254 | `terminal-parameter', `set-terminal-parameter', | 255 | `terminal-parameter', `set-terminal-parameter', |
| 255 | `modify-terminal-parameters'. | 256 | `modify-terminal-parameters'. |
| 256 | 257 | ||
| 257 | *** New hooks: `suspend-tty-functions' and `resume-tty-functions' | 258 | *** New hooks: `suspend-tty-functions' and `resume-tty-functions' |
| 258 | are called after a tty frame has been suspended or resumed, | 259 | are called after a tty frame has been suspended or resumed, |
| 259 | respectively. The functions are called with the terminal id of the frame | 260 | respectively. The functions are called with the terminal id of the frame |
| 260 | being suspended/resumed as a parameter. | 261 | being suspended/resumed as a parameter. |