diff options
| author | Juanma Barranquero | 2005-06-17 01:07:30 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-17 01:07:30 +0000 |
| commit | 289824a30c87f23b777b4dc0ce1df84d8323bb1a (patch) | |
| tree | 0bab2062994a6992ed101dd378bbd0b8bcef8978 | |
| parent | 6e816df5957867928ad8a6644e057eb9df061a0d (diff) | |
| download | emacs-289824a30c87f23b777b4dc0ce1df84d8323bb1a.tar.gz emacs-289824a30c87f23b777b4dc0ce1df84d8323bb1a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 52 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 56 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27dfdb317e0..276aa22fd41 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,55 @@ | |||
| 1 | 2005-06-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/ada-mode.el (ada-format-paramlist) | ||
| 4 | (ada-get-indent-case, ada-check-matching-start) | ||
| 5 | (ada-check-defun-name, ada-goto-matching-decl-start) | ||
| 6 | (ada-goto-matching-start, ada-goto-matching-end, ada-tab) | ||
| 7 | (ada-untab, ada-move-to-start, ada-fill-comment-paragraph) | ||
| 8 | (ada-make-subprogram-body): Follow error conventions. | ||
| 9 | (ada-case-exception-file, ada-indent-comment-as-code) | ||
| 10 | (ada-indent-handle-comment-special, ada-indent-renames) | ||
| 11 | (ada-indent-return, ada-search-directories-internal) | ||
| 12 | (ada-tab-policy, ada-case-exception-substring) | ||
| 13 | (ada-other-file-alist, ada-matching-start-re) | ||
| 14 | (ada-matching-decl-start-re, ada-contextual-menu-last-point) | ||
| 15 | (ada-imenu-generic-expression, ada-compile-goto-error) | ||
| 16 | (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p) | ||
| 17 | (ada-popup-menu, ada-add-extensions, ada-mode) | ||
| 18 | (ada-region-selected, ada-create-case-exception) | ||
| 19 | (ada-create-case-exception-substring, ada-after-keyword-p) | ||
| 20 | (ada-activate-keys-for-case, ada-adjust-case-region) | ||
| 21 | (ada-adjust-case-buffer, ada-format-paramlist) | ||
| 22 | (ada-scan-paramlist, ada-insert-paramlist) | ||
| 23 | (ada-indent-newline-indent) | ||
| 24 | (ada-indent-newline-indent-conditional) | ||
| 25 | (ada-justified-indent-current, ada-goto-previous-word) | ||
| 26 | (ada-indent-current, ada-get-indent-open-paren) | ||
| 27 | (ada-get-indent-paramlist, ada-get-indent-end) | ||
| 28 | (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if) | ||
| 29 | (ada-get-indent-block-start, ada-get-indent-subprog) | ||
| 30 | (ada-get-indent-noindent, ada-get-indent-label) | ||
| 31 | (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start) | ||
| 32 | (ada-search-prev-end-stmt, ada-goto-next-non-ws) | ||
| 33 | (ada-goto-stmt-end, ada-goto-next-word) | ||
| 34 | (ada-check-matching-start, ada-check-defun-name) | ||
| 35 | (ada-goto-matching-decl-start, ada-goto-matching-start) | ||
| 36 | (ada-goto-matching-end, ada-search-ignore-string-comment) | ||
| 37 | (ada-in-decl-p, ada-looking-at-semi-or) | ||
| 38 | (ada-looking-at-semi-private, ada-in-paramlist-p) | ||
| 39 | (ada-in-open-paren-p, ada-tab, ada-indent-current-function) | ||
| 40 | (ada-untab-hard, ada-move-to-start, ada-move-to-end) | ||
| 41 | (ada-next-procedure, ada-previous-procedure, ada-next-package) | ||
| 42 | (ada-previous-package, ada-create-menu) | ||
| 43 | (ada-fill-comment-paragraph-justify) | ||
| 44 | (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph) | ||
| 45 | (ada-other-file-name, ada-last-which-function-line) | ||
| 46 | (ada-last-which-function-subprog, ada-which-function) | ||
| 47 | (ada-get-body-name, ada-outline-level, ada-narrow-to-defun) | ||
| 48 | (ada-gen-treat-proc, ada-check-emacs-version) | ||
| 49 | (ada-continuation-indent, ada-align-region-separate): | ||
| 50 | Fix typos in docstrings. | ||
| 51 | (ada-adjust-case, ada-adjust-case-interactive): Doc fixes. | ||
| 52 | |||
| 1 | 2005-06-16 Lute Kamstra <lute@gnu.org> | 53 | 2005-06-16 Lute Kamstra <lute@gnu.org> |
| 2 | 54 | ||
| 3 | * simple.el (fundamental-mode): Run after-change-major-mode-hook | 55 | * simple.el (fundamental-mode): Run after-change-major-mode-hook |
diff --git a/src/ChangeLog b/src/ChangeLog index 46cab9c1cba..99a208586a5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-06-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * xselect.c (lisp_data_to_selection_data): Fix spelling. | ||
| 4 | |||
| 1 | 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 6 | ||
| 3 | * macterm.c (mac_compute_glyph_string_overhangs): Don't set | 7 | * macterm.c (mac_compute_glyph_string_overhangs): Don't set |