Mercurial > emacs
comparison lisp/ChangeLog @ 25905:1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
(log-view-mode): Make read-only.
(log-view-current-file): Do final `expand-file-name' in the
current `default-directory'.
(log-view-current-tag): Take an optional `where' arg.
(log-view-diff): New user command.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 07 Oct 1999 14:39:16 +0000 |
parents | f14be0689a02 |
children | 59f30c4c06f3 |
comparison
equal
deleted
inserted
replaced
25904:5a88e84b63a4 | 25905:1394eb90cc8d |
---|---|
1 1999-10-07 Emmanuel Briot <briot@gnat.com> | |
2 | |
3 * ada-xref.el: New file | |
4 | |
5 * ada-prj.el: New file | |
6 | |
7 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function | |
8 | |
9 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the | |
10 subprogram being created. | |
11 | |
12 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*, | |
13 ada-indent-newline-indent): Rewritten to support the new indentation | |
14 scheme | |
15 | |
16 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions): | |
17 New functions | |
18 | |
19 * ada-mode.el (ada-fill-comment-paragraph): Add support for the | |
20 justification parameter | |
21 | |
22 * ada-mode.el (ada-make-body, ada-gen-treat-proc, | |
23 ada-make-subprogram-body): Rewritten to benefit from the gnatstub | |
24 external program | |
25 | |
26 * ada-support.el: New file | |
27 | |
1 1999-10-07 Dave Love <fx@gnu.org> | 28 1999-10-07 Dave Love <fx@gnu.org> |
2 | 29 |
3 * bindings.el (bound-and-true-p): New macro. | 30 * bindings.el (bound-and-true-p): New macro. |
4 (make-mode-line-mouse-sensitive): Don't require easymenu. | 31 (make-mode-line-mouse-sensitive): Don't require easymenu. |
5 | 32 |