Mercurial > emacs
changeset 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 | 5a88e84b63a4 |
children | 3a06267f733d |
files | lisp/ChangeLog |
diffstat | 1 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Oct 07 14:34:03 1999 +0000 +++ b/lisp/ChangeLog Thu Oct 07 14:39:16 1999 +0000 @@ -1,3 +1,30 @@ +1999-10-07 Emmanuel Briot <briot@gnat.com> + + * ada-xref.el: New file + + * ada-prj.el: New file + + * ada-stmt.el (ada-stmt-add-to-ada-menu): New function + + * ada-stmt.el (ada-subprogram-body): Correctly find the name of the + subprogram being created. + + * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*, + ada-indent-newline-indent): Rewritten to support the new indentation + scheme + + * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions): + New functions + + * ada-mode.el (ada-fill-comment-paragraph): Add support for the + justification parameter + + * ada-mode.el (ada-make-body, ada-gen-treat-proc, + ada-make-subprogram-body): Rewritten to benefit from the gnatstub + external program + + * ada-support.el: New file + 1999-10-07 Dave Love <fx@gnu.org> * bindings.el (bound-and-true-p): New macro.