# HG changeset patch # User Gerd Moellmann # Date 939307156 0 # Node ID 1394eb90cc8d1304e1764c0913ad5e4df96aaf1e # Parent 5a88e84b63a4f11d5a07da8611f33e7a0d48073e (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 -r 5a88e84b63a4 -r 1394eb90cc8d lisp/ChangeLog --- 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 + + * 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.