(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.
This commit is contained in:
parent
d0b3f40ce8
commit
92d91a2cab
1 changed files with 27 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue