# HG changeset patch # User Richard M. Stallman # Date 1167079060 0 # Node ID 874568f886c54b306b359211bf7795f74476e82b # Parent 6c5c385677a7b9512251fc89b043ce25d696f443 *** empty log message *** diff -r 6c5c385677a7 -r 874568f886c5 lisp/ChangeLog --- 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 + + * 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 * emacs-lisp/authors.el (authors-renamed-files-alist): Add tcover-*.el. diff -r 6c5c385677a7 -r 874568f886c5 man/ChangeLog --- 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 + + * 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 * cl.texi (Sorting Sequences): In sort*, add a little cautionary note