diff options
| author | Richard M. Stallman | 2006-12-25 20:37:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-12-25 20:37:40 +0000 |
| commit | 20419086d9e755f07501ecd81b354f5818d0aa26 (patch) | |
| tree | c287723a262018e83690f9c27fd279fa8152dada | |
| parent | 9e6728e304d55c334023163fae66fecc0bd9928f (diff) | |
| download | emacs-20419086d9e755f07501ecd81b354f5818d0aa26.tar.gz emacs-20419086d9e755f07501ecd81b354f5818d0aa26.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | man/ChangeLog | 16 |
2 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a927ca02d44..60f4caddc84 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2006-12-25 Michael R. Mauger <mmaug@yahoo.com> | ||
| 2 | |||
| 3 | * progmodes/sql.el: | ||
| 4 | (sql-mode-abbrev-table): Corrected initialization. | ||
| 5 | (sql-mode-syntax-table): Disable double quoted strings. | ||
| 6 | (sql-mode-font-lock-object-name): Added TYPE and TYPE BODY. | ||
| 7 | |||
| 1 | 2006-12-25 Kim F. Storm <storm@cua.dk> | 8 | 2006-12-25 Kim F. Storm <storm@cua.dk> |
| 2 | 9 | ||
| 3 | * emacs-lisp/authors.el (authors-renamed-files-alist): Add tcover-*.el. | 10 | * emacs-lisp/authors.el (authors-renamed-files-alist): Add tcover-*.el. |
diff --git a/man/ChangeLog b/man/ChangeLog index a55f6aa7c4c..f243f0e1fae 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2006-12-25 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs.texi (Top): Update subnode menus. | ||
| 4 | |||
| 5 | * mark.texi (Transient Mark): Fix xref. | ||
| 6 | |||
| 7 | * killing.texi (Graphical Kill): Node deleted. | ||
| 8 | (Killing): Add xref to Cut and Paste. | ||
| 9 | (CUA Bindings): Update xref. | ||
| 10 | |||
| 11 | * frames.texi (Cut and Paste): New section to hold other nodes. | ||
| 12 | (Mouse Commands): Node demoted. | ||
| 13 | (Cut/Paste Other App): Split out from Mouse Commands. | ||
| 14 | (Word and Line Mouse): Likewise. | ||
| 15 | (Secondary Selection, Clipboard): Nodes demoted. | ||
| 16 | |||
| 1 | 2006-12-25 Kevin Ryde <user42@zip.com.au> | 17 | 2006-12-25 Kevin Ryde <user42@zip.com.au> |
| 2 | 18 | ||
| 3 | * cl.texi (Sorting Sequences): In sort*, add a little cautionary note | 19 | * cl.texi (Sorting Sequences): In sort*, add a little cautionary note |