aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-07-13 17:52:07 +0000
committerJuanma Barranquero2003-07-13 17:52:07 +0000
commit668c2ab06d896853b9faf5586689d3ac2c13c46d (patch)
tree159b4dd18d18384c99087282d51f87ac5bce0916
parent63019bad3a83e24424397e7ade2836b323405877 (diff)
downloademacs-668c2ab06d896853b9faf5586689d3ac2c13c46d.tar.gz
emacs-668c2ab06d896853b9faf5586689d3ac2c13c46d.zip
*** empty log message ***
-rw-r--r--etc/NEWS64
-rw-r--r--lisp/ChangeLog5
-rw-r--r--man/ChangeLog5
-rw-r--r--src/ChangeLog13
4 files changed, 86 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a67947e6196..33d3545147a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
95SQL dialects. This variable can be set globally via Customize, on a
96buffer-specific basis via local variable settings, or for the current
97session using the new SQL->Product submenu. (This menu replaces the
98SQL->Highlighting submenu.)
99
100The 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
116The current product name will be shown on the mode line following the
117SQL mode indicator.
118
119The technique of setting `sql-mode-font-lock-defaults' directly in
120your .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
124font-lock rules to the product specific rules. For example, to have
125all identifiers ending in "_t" under MS SQLServer treated as a type,
126you 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
132SQL and PL/SQL keywords are implemented. SQL*Plus commands are
133highlighted in `font-lock-doc-face'.
134
135*** Microsoft SQLServer support has been significantly improved.
136Keyword highlighting for SqlServer 2000 is implemented.
137sql-interactive-mode defaults to use osql, rather than isql, because
138osql flushes it's error stream more frequently. Thus error messages
139are displayed when they occur rather than when the session is
140terminated.
141
142If the username and password are not provided to `sql-ms', osql is
143called with the -E command line argument to use the operating system
144credentials to authenticate the user.
145
146*** Imenu support has been enhanced to locate tables, views, indexes,
147packages, procedures, functions, triggers, sequences, rules, and
148defaults.
149
150*** Added SQL->Start SQLi Session menu entry which calls the
151appropriate 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
93with special modes such as Tar mode. 155with 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.
104When enabled, it makes all invisible text visible. When disabled, it 166When enabled, it makes all invisible text visible. When disabled, it
105restores the previous value of `buffer-invisibility-spec'. 167restores 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.
108By default, it is bound to C-S-<backspace>. 170By 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 @@
12003-07-13 Juanma Barranquero <lektu@terra.es>
2
3 * frame.el (modify-all-frames-parameters): Reinstalled (copyright
4 papers received).
5
12003-07-13 Karl Eichwalder <ke@suse.de> 62003-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 @@
12003-07-13 Markus Rost <rost@math.ohio-state.edu>
2
3 * buffers.texi (List Buffers): Adjust to new format of *Buffer
4 List*.
5
12003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu> 62003-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 @@
12003-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
12003-07-12 Paul Eggert <eggert@twinsun.com> 142003-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