diff options
| author | Juanma Barranquero | 2006-10-18 19:27:27 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-10-18 19:27:27 +0000 |
| commit | 704ec54b3f2a40026ea7835b76e040c7335a56c1 (patch) | |
| tree | acdb83368e28c10d87e1ff043ad267a46ae1c61b | |
| parent | 60bbdfa7aa97929acc65d3f80ef372ab84661103 (diff) | |
| download | emacs-704ec54b3f2a40026ea7835b76e040c7335a56c1.tar.gz emacs-704ec54b3f2a40026ea7835b76e040c7335a56c1.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a71f77ae657..89a00314048 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,14 +1,25 @@ | |||
| 1 | 2006-10-18 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/ada-mode.el (ada-83-string-keywords) | ||
| 4 | (ada-last-which-function-line ada-no-auto-case, ada-indent-region) | ||
| 5 | (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer) | ||
| 6 | (ada-looking-at-semi-private, ada-get-body-name): | ||
| 7 | Fix typos in docstrings. | ||
| 8 | (ada-create-case-exception, ada-create-case-exception-substring): | ||
| 9 | Fix typos in error messages. | ||
| 10 | (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes. | ||
| 11 | |||
| 1 | 2006-10-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 12 | 2006-10-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 13 | ||
| 3 | * term/x-win.el (res-geometry): Don't set geometry from Xresources | 14 | * term/x-win.el (res-geometry): Don't set geometry from Xresources |
| 4 | to default-frame-alist if default-frame-alist already contains | 15 | to default-frame-alist if default-frame-alist already contains |
| 5 | widht/height. | 16 | width/height. |
| 6 | 17 | ||
| 7 | 2006-10-18 Richard Stallman <rms@gnu.org> | 18 | 2006-10-18 Richard Stallman <rms@gnu.org> |
| 8 | 19 | ||
| 9 | * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value. | 20 | * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value. |
| 10 | Non-interactive arg is the value, not the expression. | 21 | Non-interactive arg is the value, not the expression. |
| 11 | 22 | ||
| 12 | * simple.el (read-expression-map): Just set it, no defvar. | 23 | * simple.el (read-expression-map): Just set it, no defvar. |
| 13 | 24 | ||
| 14 | * subr.el (insert-for-yank-1): If last inserted char has | 25 | * subr.el (insert-for-yank-1): If last inserted char has |
| @@ -41,7 +52,7 @@ | |||
| 41 | 52 | ||
| 42 | * ido.el (ido-reread-directory): Work in `dir' mode too. | 53 | * ido.el (ido-reread-directory): Work in `dir' mode too. |
| 43 | 54 | ||
| 44 | 2006-10-15 Martin Rudalics <rudalics@gmx.at> | 55 | 2006-10-15 Martin Rudalics <rudalics@gmx.at> |
| 45 | 56 | ||
| 46 | * textmodes/table.el: Require 'regexp-opt. | 57 | * textmodes/table.el: Require 'regexp-opt. |
| 47 | 58 | ||
| @@ -70,8 +81,7 @@ | |||
| 70 | 81 | ||
| 71 | 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) | 82 | 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) |
| 72 | 83 | ||
| 73 | * apropos.el (apropos-pattern-quoted): Fix a typo in a doc | 84 | * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string. |
| 74 | string. | ||
| 75 | 85 | ||
| 76 | 2006-10-13 Eli Zaretskii <eliz@gnu.org> | 86 | 2006-10-13 Eli Zaretskii <eliz@gnu.org> |
| 77 | 87 | ||
| @@ -94,8 +104,8 @@ | |||
| 94 | 104 | ||
| 95 | 2006-10-12 Carsten Dominik <dominik@science.uva.nl> | 105 | 2006-10-12 Carsten Dominik <dominik@science.uva.nl> |
| 96 | 106 | ||
| 97 | * textmodes/reftex-global.el (reftex-create-tags-file): Quote file | 107 | * textmodes/reftex-global.el (reftex-create-tags-file): |
| 98 | arguments. | 108 | Quote file arguments. |
| 99 | 109 | ||
| 100 | 2006-10-12 Richard Stallman <rms@gnu.org> | 110 | 2006-10-12 Richard Stallman <rms@gnu.org> |
| 101 | 111 | ||
| @@ -460,7 +470,7 @@ | |||
| 460 | was inverted; | 470 | was inverted; |
| 461 | Support `comment-column' = 0. | 471 | Support `comment-column' = 0. |
| 462 | 472 | ||
| 463 | 2006-10-11 Martin Rudalics <rudalics@gmx.at> | 473 | 2006-10-11 Martin Rudalics <rudalics@gmx.at> |
| 464 | 474 | ||
| 465 | * dnd.el (dnd-handle-one-url): Fix typo in doc-string. | 475 | * dnd.el (dnd-handle-one-url): Fix typo in doc-string. |
| 466 | * help-at-pt.el (scan-buf-move-to-region): Likewise. | 476 | * help-at-pt.el (scan-buf-move-to-region): Likewise. |
| @@ -504,8 +514,8 @@ | |||
| 504 | 514 | ||
| 505 | 2006-10-08 Nick Roberts <nickrob@snap.net.nz> | 515 | 2006-10-08 Nick Roberts <nickrob@snap.net.nz> |
| 506 | 516 | ||
| 507 | * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Burp if | 517 | * progmodes/gdb-ui.el (gdb-speedbar-expand-node): |
| 508 | GUD buffer has been killed. | 518 | Burp if GUD buffer has been killed. |
| 509 | 519 | ||
| 510 | 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca> | 520 | 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 511 | 521 | ||