Mercurial > emacs
changeset 74903:874568f886c5
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 25 Dec 2006 20:37:40 +0000 |
parents | 6c5c385677a7 |
children | 5d26f391af03 |
files | lisp/ChangeLog man/ChangeLog |
diffstat | 2 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Dec 25 20:37:36 2006 +0000 +++ b/lisp/ChangeLog Mon Dec 25 20:37:40 2006 +0000 @@ -1,3 +1,10 @@ +2006-12-25 Michael R. Mauger <mmaug@yahoo.com> + + * progmodes/sql.el: + (sql-mode-abbrev-table): Corrected initialization. + (sql-mode-syntax-table): Disable double quoted strings. + (sql-mode-font-lock-object-name): Added TYPE and TYPE BODY. + 2006-12-25 Kim F. Storm <storm@cua.dk> * emacs-lisp/authors.el (authors-renamed-files-alist): Add tcover-*.el.
--- a/man/ChangeLog Mon Dec 25 20:37:36 2006 +0000 +++ b/man/ChangeLog Mon Dec 25 20:37:40 2006 +0000 @@ -1,3 +1,19 @@ +2006-12-25 Richard Stallman <rms@gnu.org> + + * emacs.texi (Top): Update subnode menus. + + * mark.texi (Transient Mark): Fix xref. + + * killing.texi (Graphical Kill): Node deleted. + (Killing): Add xref to Cut and Paste. + (CUA Bindings): Update xref. + + * frames.texi (Cut and Paste): New section to hold other nodes. + (Mouse Commands): Node demoted. + (Cut/Paste Other App): Split out from Mouse Commands. + (Word and Line Mouse): Likewise. + (Secondary Selection, Clipboard): Nodes demoted. + 2006-12-25 Kevin Ryde <user42@zip.com.au> * cl.texi (Sorting Sequences): In sort*, add a little cautionary note