From: Gerd Moellmann Date: Thu, 7 Oct 1999 14:39:16 +0000 (+0000) Subject: (log-view-mode-map): Bind "q", "z", "m" and "d". X-Git-Tag: emacs-pretest-21.0.90~6538 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92d91a2cab4335d48cf9c11062b2410672c549e4;p=emacs.git (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. --- 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.