# HG changeset patch # User Juanma Barranquero # Date 1161199647 0 # Node ID dd1407b8e8c66d961693e28a655854ce55720d80 # Parent 1614e0784090081a5da924b50be358016f3dd58c *** empty log message *** diff -r 1614e0784090 -r dd1407b8e8c6 lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 18 18:14:02 2006 +0000 +++ b/lisp/ChangeLog Wed Oct 18 19:27:27 2006 +0000 @@ -1,14 +1,25 @@ +2006-10-18 Juanma Barranquero + + * progmodes/ada-mode.el (ada-83-string-keywords) + (ada-last-which-function-line ada-no-auto-case, ada-indent-region) + (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer) + (ada-looking-at-semi-private, ada-get-body-name): + Fix typos in docstrings. + (ada-create-case-exception, ada-create-case-exception-substring): + Fix typos in error messages. + (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes. + 2006-10-18 Jan Dj,Ad(Brv * term/x-win.el (res-geometry): Don't set geometry from Xresources to default-frame-alist if default-frame-alist already contains - widht/height. + width/height. 2006-10-18 Richard Stallman * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value. Non-interactive arg is the value, not the expression. - + * simple.el (read-expression-map): Just set it, no defvar. * subr.el (insert-for-yank-1): If last inserted char has @@ -41,7 +52,7 @@ * ido.el (ido-reread-directory): Work in `dir' mode too. -2006-10-15 Martin Rudalics +2006-10-15 Martin Rudalics * textmodes/table.el: Require 'regexp-opt. @@ -70,8 +81,7 @@ 2006-10-13 Giorgos Keramidas (tiny change) - * apropos.el (apropos-pattern-quoted): Fix a typo in a doc - string. + * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string. 2006-10-13 Eli Zaretskii @@ -94,8 +104,8 @@ 2006-10-12 Carsten Dominik - * textmodes/reftex-global.el (reftex-create-tags-file): Quote file - arguments. + * textmodes/reftex-global.el (reftex-create-tags-file): + Quote file arguments. 2006-10-12 Richard Stallman @@ -460,7 +470,7 @@ was inverted; Support `comment-column' = 0. -2006-10-11 Martin Rudalics +2006-10-11 Martin Rudalics * dnd.el (dnd-handle-one-url): Fix typo in doc-string. * help-at-pt.el (scan-buf-move-to-region): Likewise. @@ -504,8 +514,8 @@ 2006-10-08 Nick Roberts - * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Burp if - GUD buffer has been killed. + * progmodes/gdb-ui.el (gdb-speedbar-expand-node): + Burp if GUD buffer has been killed. 2006-10-07 Stefan Monnier