diff options
| author | Lute Kamstra | 2003-10-03 11:49:22 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2003-10-03 11:49:22 +0000 |
| commit | 10ee4e90194e147aa33f48b016561980b9ad010e (patch) | |
| tree | eb0c42056c441b60774434cd7f88dcc8948de6fa /lispref/ChangeLog | |
| parent | be2fdba9dfa211aadf2bd5da9c778e1ee3eb96d0 (diff) | |
| download | emacs-10ee4e90194e147aa33f48b016561980b9ad010e.tar.gz emacs-10ee4e90194e147aa33f48b016561980b9ad010e.zip | |
(Major Mode Conventions): Mention third way to set up Imenu.
(Imenu): A number of small fixes.
Delete documentation of internal variable imenu--index-alist.
Document the return value format of imenu-create-index-function
functions.
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index ebaaec22bb7..234133c78e2 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2003-10-03 Lute Kamstra <Lute.Kamstra@cwi.nl> | ||
| 2 | |||
| 3 | * modes.texi (Major Mode Conventions): Mention third way to set up | ||
| 4 | Imenu. | ||
| 5 | (Imenu): A number of small fixes. | ||
| 6 | Delete documentation of internal variable imenu--index-alist. | ||
| 7 | Document the return value format of imenu-create-index-function | ||
| 8 | functions. | ||
| 9 | |||
| 1 | 2003-09-30 Richard M. Stallman <rms@gnu.org> | 10 | 2003-09-30 Richard M. Stallman <rms@gnu.org> |
| 2 | 11 | ||
| 3 | * processes.texi (Network): Say what stopped datagram connections do. | 12 | * processes.texi (Network): Say what stopped datagram connections do. |