diff options
| author | Juanma Barranquero | 2003-07-13 17:52:07 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-07-13 17:52:07 +0000 |
| commit | 668c2ab06d896853b9faf5586689d3ac2c13c46d (patch) | |
| tree | 159b4dd18d18384c99087282d51f87ac5bce0916 | |
| parent | 63019bad3a83e24424397e7ade2836b323405877 (diff) | |
| download | emacs-668c2ab06d896853b9faf5586689d3ac2c13c46d.tar.gz emacs-668c2ab06d896853b9faf5586689d3ac2c13c46d.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 64 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 13 |
4 files changed, 86 insertions, 1 deletions
| @@ -89,6 +89,68 @@ See the files mac/README and mac/INSTALL for build instructions. | |||
| 89 | 89 | ||
| 90 | * Changes in Emacs 21.4 | 90 | * Changes in Emacs 21.4 |
| 91 | 91 | ||
| 92 | ** sql changes. | ||
| 93 | |||
| 94 | *** The variable `sql-product' controls the highlightng of different | ||
| 95 | SQL dialects. This variable can be set globally via Customize, on a | ||
| 96 | buffer-specific basis via local variable settings, or for the current | ||
| 97 | session using the new SQL->Product submenu. (This menu replaces the | ||
| 98 | SQL->Highlighting submenu.) | ||
| 99 | |||
| 100 | The following values are supported: | ||
| 101 | |||
| 102 | ansi ANSI Standard (default) | ||
| 103 | db2 DB2 | ||
| 104 | informix Informix | ||
| 105 | ingres Ingres | ||
| 106 | interbase Interbase | ||
| 107 | linter Linter | ||
| 108 | ms Microsoft | ||
| 109 | mysql MySQL | ||
| 110 | oracle Oracle | ||
| 111 | postgres Postgres | ||
| 112 | solid Solid | ||
| 113 | sqlite SQLite | ||
| 114 | sybase Sybase | ||
| 115 | |||
| 116 | The current product name will be shown on the mode line following the | ||
| 117 | SQL mode indicator. | ||
| 118 | |||
| 119 | The technique of setting `sql-mode-font-lock-defaults' directly in | ||
| 120 | your .emacs will no longer establish the default highlighting -- Use | ||
| 121 | `sql-product' to accomplish this. | ||
| 122 | |||
| 123 | *** The function `sql-add-product-keywords' can be used to add | ||
| 124 | font-lock rules to the product specific rules. For example, to have | ||
| 125 | all identifiers ending in "_t" under MS SQLServer treated as a type, | ||
| 126 | you would use the following line in your .emacs file: | ||
| 127 | |||
| 128 | (sql-add-product-keywords 'ms | ||
| 129 | '("\\<\\w+_t\\>" . font-lock-type-face)) | ||
| 130 | |||
| 131 | *** Oracle support includes keyword highlighting for Oracle 9i. Most | ||
| 132 | SQL and PL/SQL keywords are implemented. SQL*Plus commands are | ||
| 133 | highlighted in `font-lock-doc-face'. | ||
| 134 | |||
| 135 | *** Microsoft SQLServer support has been significantly improved. | ||
| 136 | Keyword highlighting for SqlServer 2000 is implemented. | ||
| 137 | sql-interactive-mode defaults to use osql, rather than isql, because | ||
| 138 | osql flushes it's error stream more frequently. Thus error messages | ||
| 139 | are displayed when they occur rather than when the session is | ||
| 140 | terminated. | ||
| 141 | |||
| 142 | If the username and password are not provided to `sql-ms', osql is | ||
| 143 | called with the -E command line argument to use the operating system | ||
| 144 | credentials to authenticate the user. | ||
| 145 | |||
| 146 | *** Imenu support has been enhanced to locate tables, views, indexes, | ||
| 147 | packages, procedures, functions, triggers, sequences, rules, and | ||
| 148 | defaults. | ||
| 149 | |||
| 150 | *** Added SQL->Start SQLi Session menu entry which calls the | ||
| 151 | appropriate sql-interactive-mode wrapper for the current setting of | ||
| 152 | `sql-product'. | ||
| 153 | |||
| 92 | ** M-x view-file and commands that use it now avoid interfering | 154 | ** M-x view-file and commands that use it now avoid interfering |
| 93 | with special modes such as Tar mode. | 155 | with special modes such as Tar mode. |
| 94 | 156 | ||
| @@ -102,7 +164,7 @@ the operating system or your X server. | |||
| 102 | 164 | ||
| 103 | ** New minor mode, Visible mode, toggles invisibility in the current buffer. | 165 | ** New minor mode, Visible mode, toggles invisibility in the current buffer. |
| 104 | When enabled, it makes all invisible text visible. When disabled, it | 166 | When enabled, it makes all invisible text visible. When disabled, it |
| 105 | restores the previous value of `buffer-invisibility-spec'. | 167 | restores the previous value of `buffer-invisibility-spec'. |
| 106 | 168 | ||
| 107 | ** New command `kill-whole-line' kills an entire line at once. | 169 | ** New command `kill-whole-line' kills an entire line at once. |
| 108 | By default, it is bound to C-S-<backspace>. | 170 | By default, it is bound to C-S-<backspace>. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b45ef6f61c0..302cf8c4a3b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-07-13 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * frame.el (modify-all-frames-parameters): Reinstalled (copyright | ||
| 4 | papers received). | ||
| 5 | |||
| 1 | 2003-07-13 Karl Eichwalder <ke@suse.de> | 6 | 2003-07-13 Karl Eichwalder <ke@suse.de> |
| 2 | 7 | ||
| 3 | * textmodes/po.el (po-find-charset): White space at the start of the | 8 | * textmodes/po.el (po-find-charset): White space at the start of the |
diff --git a/man/ChangeLog b/man/ChangeLog index 08bfd8d784f..985d82e41ce 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-07-13 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | |||
| 3 | * buffers.texi (List Buffers): Adjust to new format of *Buffer | ||
| 4 | List*. | ||
| 5 | |||
| 1 | 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu> | 6 | 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu> |
| 2 | 7 | ||
| 3 | * info.texi (Help-Inv, Help-M, Help-Xref): Update following | 8 | * info.texi (Help-Inv, Help-M, Help-Xref): Update following |
diff --git a/src/ChangeLog b/src/ChangeLog index 143aaac4bf2..8ba487f8892 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no> | ||
| 2 | |||
| 3 | * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask, | ||
| 4 | and use the Gtk+ function gtk_window_icon_from_file if available. | ||
| 5 | |||
| 6 | * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to | ||
| 7 | handle mask of bitmaps. | ||
| 8 | (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the | ||
| 9 | mask property. | ||
| 10 | (xg_set_icon): New function, wrapper for gtk_window_icon_from_file. | ||
| 11 | |||
| 12 | * xterm.h (xg_set_icon): New function. | ||
| 13 | |||
| 1 | 2003-07-12 Paul Eggert <eggert@twinsun.com> | 14 | 2003-07-12 Paul Eggert <eggert@twinsun.com> |
| 2 | 15 | ||
| 3 | * unexelf.c (unexec): Consider a section to precede the .bss | 16 | * unexelf.c (unexec): Consider a section to precede the .bss |