From 92d91a2cab4335d48cf9c11062b2410672c549e4 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 7 Oct 1999 14:39:16 +0000 Subject: [PATCH] (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. --- lisp/ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f3749577440..154bed67eb3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,30 @@ +1999-10-07 Emmanuel Briot + + * 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 * bindings.el (bound-and-true-p): New macro. -- 2.39.5