]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 Dec 2006 20:37:40 +0000 (20:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 Dec 2006 20:37:40 +0000 (20:37 +0000)
lisp/ChangeLog
man/ChangeLog

index a927ca02d44ebc9549ae46261c3eb79fbb658e01..60f4caddc840d1ed998b3f8c7f603a637174eed5 100644 (file)
@@ -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.
index a55f6aa7c4c006117de7f7a6169ea47e8d96428e..f243f0e1fae1f4198569356aad57f8b68e6e538c 100644 (file)
@@ -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