comparison lisp/ChangeLog @ 108468:97a4c6a11c71

Fix typos and whitespace.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 10 May 2010 16:48:17 +0200
parents 114b70461f96
children acaefbe07157
comparison
equal deleted inserted replaced
108467:114b70461f96 108468:97a4c6a11c71
7 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark) 7 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
8 (cua-cut-region-to-global-mark): Use it. 8 (cua-cut-region-to-global-mark): Use it.
9 9
10 2010-05-09 Michael R. Mauger <mmaug@yahoo.com> 10 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
11 11
12 * progmodes/sql.el: Version 2.1 12 * progmodes/sql.el: Version 2.1.
13 (sql-product-alist): Redesigned structure of product info. 13 (sql-product-alist): Redesign structure of product info.
14 (sql-product, sql-user, sql-server, sql-database): Safe 14 (sql-product, sql-user, sql-server, sql-database): Safe variables.
15 variables.
16 (sql-port, sql-port-history): New variables. 15 (sql-port, sql-port-history): New variables.
17 (sql-interactive-product): New variable. 16 (sql-interactive-product): New variable.
18 (sql-send-terminator): New variable. 17 (sql-send-terminator): New variable.
19 (sql-imenu-generic-expression): Added "Types" imenu entry. 18 (sql-imenu-generic-expression): Add "Types" imenu entry.
20 (sql-oracle-login-params, sql-sqlite-login-params) 19 (sql-oracle-login-params, sql-sqlite-login-params)
21 (sql-mysql-login-params, sql-solid-login-params) 20 (sql-mysql-login-params, sql-solid-login-params)
22 (sql-sybase-login-params, sql-informix-login-params) 21 (sql-sybase-login-params, sql-informix-login-params)
23 (sql-ingres-login-params, sql-ms-login-params) 22 (sql-ingres-login-params, sql-ms-login-params)
24 (sql-postgres-login-params, sql-interbase-login-params) 23 (sql-postgres-login-params, sql-interbase-login-params)
25 (sql-db2-login-params, sql-linter-login-params) 24 (sql-db2-login-params, sql-linter-login-params)
26 (sql-oracle-scan-on): New variables. 25 (sql-oracle-scan-on): New variables.
27 (sql-mode-map): Added C-c C-i to start interactive mode. 26 (sql-mode-map): Add C-c C-i to start interactive mode.
28 (sql-mode-menu): Updated existing menu entries. 27 (sql-mode-menu): Update existing menu entries.
29 (sql-font-lock-keywords-builder): Compile-time font-lock 28 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
30 optimization.
31 (sql-mode-oracle-font-lock-keywords) 29 (sql-mode-oracle-font-lock-keywords)
32 (sql-mode-postgres-font-lock-keywords) 30 (sql-mode-postgres-font-lock-keywords)
33 (sql-mode-ms-font-lock-keywords) 31 (sql-mode-ms-font-lock-keywords)
34 (sql-mode-sybase-font-lock-keywords) 32 (sql-mode-sybase-font-lock-keywords)
35 (sql-mode-informix-font-lock-keywords) 33 (sql-mode-informix-font-lock-keywords)
37 (sql-mode-ingres-font-lock-keywords) 35 (sql-mode-ingres-font-lock-keywords)
38 (sql-mode-solid-font-lock-keywords) 36 (sql-mode-solid-font-lock-keywords)
39 (sql-mode-mysql-font-lock-keywords) 37 (sql-mode-mysql-font-lock-keywords)
40 (sql-mode-sqlite-font-lock-keywords) 38 (sql-mode-sqlite-font-lock-keywords)
41 (sql-mode-db2-font-lock-keywords) 39 (sql-mode-db2-font-lock-keywords)
42 (sql-mode-linter-font-lock-keywords): Updated initialization to 40 (sql-mode-linter-font-lock-keywords): Update initialization to
43 reduce run-time complexity. 41 reduce run-time complexity.
44 (sql-add-product, sql-del-product): New functions. 42 (sql-add-product, sql-del-product): New functions.
45 (sql-set-product-feature, sql-get-product-feature): New functions. 43 (sql-set-product-feature, sql-get-product-feature): New functions.
46 (sql-product-font-lock): Update product API. 44 (sql-product-font-lock): Update product API.
47 (sql-add-product-keywords): New function. 45 (sql-add-product-keywords): New function.
48 (sql-highlight-product): Update product API. 46 (sql-highlight-product): Update product API.
49 (sql-help-list-products): New function. 47 (sql-help-list-products): New function.
50 (sql-help): Dynamically lists free and non-free products. 48 (sql-help): Dynamically lists free and non-free products.
51 (sql-get-login): Corrected bug in handling history and added 49 (sql-get-login): Correct bug in handling history and added
52 prompt for port. 50 prompt for port.
53 (sql-copy-column): Copy without properties. 51 (sql-copy-column): Copy without properties.
54 (sqli-input-sender): Apply filters to SQLi input. 52 (sqli-input-sender): Apply filters to SQLi input.
55 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' 53 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
56 setting. Implement as a filter. 54 Implement as a filter.
57 (sql-escape-newlines-filter): Implement as a filter. 55 (sql-escape-newlines-filter): Implement as a filter.
58 (sql-remove-tabs-filter): New function. 56 (sql-remove-tabs-filter): New function.
59 (sql-send-magic-terminator): New function. 57 (sql-send-magic-terminator): New function.
60 (sql-send-string): Implement magic terminator. 58 (sql-send-string): Implement magic terminator.
61 (sql-send-region): Use `sql-send-string'. 59 (sql-send-region): Use `sql-send-string'.
66 (sql-db2, sql-linter): Use `sql-product-interactive'. 64 (sql-db2, sql-linter): Use `sql-product-interactive'.
67 (sql-connect): New function. 65 (sql-connect): New function.
68 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix) 66 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
69 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid) 67 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
70 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres) 68 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
71 (sql-connect-interbase, sql-connect-db2, sql-connect-linter): Use 69 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
72 `sql-connect'. 70 Use `sql-connect'.
73 71
74 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca> 72 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
75 73
76 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters): 74 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
77 New custom variable. 75 New custom variable.
116 * progmodes/compile.el (compilation-buffer-modtime): Rename from 114 * progmodes/compile.el (compilation-buffer-modtime): Rename from
117 buffer-modtime. Adjust users. 115 buffer-modtime. Adjust users.
118 116
119 2010-05-08 Chong Yidong <cyd@stupidchicken.com> 117 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
120 118
121 * international/mule.el (auto-coding-alist): Only purecopy 119 * international/mule.el (auto-coding-alist): Only purecopy
122 car of each item, not the whole list (Bug#6083). 120 car of each item, not the whole list (Bug#6083).
123 121
124 2010-05-08 Chong Yidong <cyd@stupidchicken.com> 122 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
125 123
126 * progmodes/js.el (js-mode): Make paragraph variables local before 124 * progmodes/js.el (js-mode): Make paragraph variables local before
129 2010-05-08 Eli Zaretskii <eliz@gnu.org> 127 2010-05-08 Eli Zaretskii <eliz@gnu.org>
130 128
131 * composite.el (compose-region, reference-point-alist): Fix typos 129 * composite.el (compose-region, reference-point-alist): Fix typos
132 in the doc strings. 130 in the doc strings.
133 131
134 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change) 132 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
135 133
136 * calc/calc-graph.el (calc-graph-plot): Use the proper form for 134 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
137 gnuplot's "set" command. 135 gnuplot's "set" command.
138 136
139 2010-05-08 Juanma Barranquero <lekktu@gmail.com> 137 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
218 2010-05-07 Chong Yidong <cyd@stupidchicken.com> 216 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
219 217
220 * Version 23.2 released. 218 * Version 23.2 released.
221 219
222 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change) 220 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
223 Stefan Monnier <monnier@iro.umontreal.ca> 221 Stefan Monnier <monnier@iro.umontreal.ca>
224 222
225 Highlight vendor specific properties. 223 Highlight vendor specific properties.
226 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var. 224 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
227 (css-proprietary-property): New face. 225 (css-proprietary-property): New face.
228 (css-font-lock-keywords): Use them. 226 (css-font-lock-keywords): Use them.
981 Add `calc-option-prefix-help' to calc-help autoloads. 979 Add `calc-option-prefix-help' to calc-help autoloads.
982 (calc-inverse): Add "Option" to message, as appropriate. 980 (calc-inverse): Add "Option" to message, as appropriate.
983 (calc-hyperbolic): Add "Option" to message, as appropriate. 981 (calc-hyperbolic): Add "Option" to message, as appropriate.
984 (calc-option, calc-is-option): New functions. 982 (calc-option, calc-is-option): New functions.
985 983
986 * calc-help.el (calc-full-help): Add `calc-option-help'. 984 * calc-help.el (calc-full-help): Add `calc-option-help'.
987 (calc-option-prefix-help): New function. 985 (calc-option-prefix-help): New function.
988 986
989 * calc-misc.el (calc-help): Add "Option" entry. 987 * calc-misc.el (calc-help): Add "Option" entry.
990 988
991 * calc.el (calc-local-var-list): Add `calc-option-flag'. 989 * calc.el (calc-local-var-list): Add `calc-option-flag'.