aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-10-18 19:27:27 +0000
committerJuanma Barranquero2006-10-18 19:27:27 +0000
commit704ec54b3f2a40026ea7835b76e040c7335a56c1 (patch)
treeacdb83368e28c10d87e1ff043ad267a46ae1c61b
parent60bbdfa7aa97929acc65d3f80ef372ab84661103 (diff)
downloademacs-704ec54b3f2a40026ea7835b76e040c7335a56c1.tar.gz
emacs-704ec54b3f2a40026ea7835b76e040c7335a56c1.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog30
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 @@
12006-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
12006-10-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 122006-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
72006-10-18 Richard Stallman <rms@gnu.org> 182006-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
442006-10-15 Martin Rudalics <rudalics@gmx.at> 552006-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
712006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) 822006-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
762006-10-13 Eli Zaretskii <eliz@gnu.org> 862006-10-13 Eli Zaretskii <eliz@gnu.org>
77 87
@@ -94,8 +104,8 @@
94 104
952006-10-12 Carsten Dominik <dominik@science.uva.nl> 1052006-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
1002006-10-12 Richard Stallman <rms@gnu.org> 1102006-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
4632006-10-11 Martin Rudalics <rudalics@gmx.at> 4732006-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
5052006-10-08 Nick Roberts <nickrob@snap.net.nz> 5152006-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
5102006-10-07 Stefan Monnier <monnier@iro.umontreal.ca> 5202006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
511 521