<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/progmodes/sql.el, branch scratch/substitute-command-keys</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Merge from origin/emacs-27</title>
<updated>2020-10-02T16:38:24+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2020-10-02T16:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=726eb835ddcbc209545f681d7272ebaa13788b33'/>
<id>726eb835ddcbc209545f681d7272ebaa13788b33</id>
<content type='text'>
78eacf31e8 ; Fix many typos in symbols in docs and comments
d5d12707d6 * doc/misc/flymake.texi (Using Flymake): Fix a typo.  (Bug...

# Conflicts:
#	lisp/allout.el
#	lisp/progmodes/ebrowse.el
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
78eacf31e8 ; Fix many typos in symbols in docs and comments
d5d12707d6 * doc/misc/flymake.texi (Using Flymake): Fix a typo.  (Bug...

# Conflicts:
#	lisp/allout.el
#	lisp/progmodes/ebrowse.el
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix many typos in symbols in docs and comments</title>
<updated>2020-10-02T11:29:45+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-09-23T11:35:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=78eacf31e8fe182801ad1943fac717b75fcf286b'/>
<id>78eacf31e8fe182801ad1943fac717b75fcf286b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2020-03-29  Michael R. Mauger  &lt;michael@mauger.com&gt;</title>
<updated>2020-10-01T18:34:55+00:00</updated>
<author>
<name>Michael R. Mauger</name>
</author>
<published>2020-03-30T00:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e274e3f44b07e1cf6186329679ef18ab41eab2f6'/>
<id>e274e3f44b07e1cf6186329679ef18ab41eab2f6</id>
<content type='text'>
       * lisp/progmodes/sql.el (sql-add-product): Re-correct argument
       spec.  Previous change was due to my mistake; I have
       resolved back to the prior behavior (Bug#39960).
       * test/lisp/progmodes/sql-tests.el (sql-test-add-product): Added
       test to insure I don't make the same mistake again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
       * lisp/progmodes/sql.el (sql-add-product): Re-correct argument
       spec.  Previous change was due to my mistake; I have
       resolved back to the prior behavior (Bug#39960).
       * test/lisp/progmodes/sql-tests.el (sql-test-add-product): Added
       test to insure I don't make the same mistake again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't recommend quoting lambdas</title>
<updated>2020-10-01T13:28:14+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-09-30T14:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6cbc253aa0580e2f242551500764bba9780e669d'/>
<id>6cbc253aa0580e2f242551500764bba9780e669d</id>
<content type='text'>
* doc/misc/calc.texi (Symbolic Lisp Functions):
* doc/misc/cl.texi (Obsolete Lexical Binding):
* lisp/master.el:
* lisp/progmodes/sql.el (sql-interactive-mode):
* lisp/textmodes/flyspell.el (flyspell-mode):
* lisp/textmodes/ispell.el (ispell-message):
* lisp/textmodes/table.el: Doc fixes; don't recommend quoting
lambdas.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/calc.texi (Symbolic Lisp Functions):
* doc/misc/cl.texi (Obsolete Lexical Binding):
* lisp/master.el:
* lisp/progmodes/sql.el (sql-interactive-mode):
* lisp/textmodes/flyspell.el (flyspell-mode):
* lisp/textmodes/ispell.el (ispell-message):
* lisp/textmodes/table.el: Doc fixes; don't recommend quoting
lambdas.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix defcustom type in sql.el for sql-postgres-login-params</title>
<updated>2020-09-25T13:42:35+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-09-25T13:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6c7fad4ac48c1f3093438be7037496f8a9357bcd'/>
<id>6c7fad4ac48c1f3093438be7037496f8a9357bcd</id>
<content type='text'>
* lisp/progmodes/sql.el (sql-login-params): Fix defcustom type to
match sql-postgres-login-params value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/sql.el (sql-login-params): Fix defcustom type to
match sql-postgres-login-params value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some defcustom types</title>
<updated>2020-09-25T13:15:21+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-09-25T13:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e1c33e29d58175e159443babd96f230eb0bb4a88'/>
<id>e1c33e29d58175e159443babd96f230eb0bb4a88</id>
<content type='text'>
* lisp/whitespace.el (whitespace-style):
* lisp/gnus/message.el (message-screenshot-command):
* lisp/progmodes/compile.el (compilation-transform-file-match-alist):
* lisp/progmodes/gdb-mi.el (gdb-default-window-configuration-file):
* lisp/progmodes/python.el (python-pdbtrack-exit-command): Fix the
defcustom types.
* lisp/progmodes/sql.el (sql-password-wallet): Fix the value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/whitespace.el (whitespace-style):
* lisp/gnus/message.el (message-screenshot-command):
* lisp/progmodes/compile.el (compilation-transform-file-match-alist):
* lisp/progmodes/gdb-mi.el (gdb-default-window-configuration-file):
* lisp/progmodes/python.el (python-pdbtrack-exit-command): Fix the
defcustom types.
* lisp/progmodes/sql.el (sql-password-wallet): Fix the value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problem with /- incorrectly starting a comment in SQL mode</title>
<updated>2020-08-10T13:18:19+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-08-10T11:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=70825a4d313fddd6f80a1840d775384e848daf9f'/>
<id>70825a4d313fddd6f80a1840d775384e848daf9f</id>
<content type='text'>
* lisp/progmodes/sql.el (sql-mode): Move all the syntax setup
stuff here (bug#35646).  Add handling of -* and /- from Kristian
Hole &lt;kristian@hole.priv.no&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/sql.el (sql-mode): Move all the syntax setup
stuff here (bug#35646).  Add handling of -* and /- from Kristian
Hole &lt;kristian@hole.priv.no&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds backslash as escape character to mysql syntax-alist</title>
<updated>2020-08-09T18:55:52+00:00</updated>
<author>
<name>Kristian Hole</name>
</author>
<published>2020-08-09T18:55:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8b4e022c5ec8a2f11fee5ec3438f7e91f09c6cc5'/>
<id>8b4e022c5ec8a2f11fee5ec3438f7e91f09c6cc5</id>
<content type='text'>
* lisp/progmodes/sql.el (sql-product-alist): The \ character is an
escape character in mysql (bug#37459).
(sql-mode): Changes the example from the incorrect use of
punctuation rule, to the escape character rule.

Copyright-paperwork-exempt: yes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/sql.el (sql-product-alist): The \ character is an
escape character in mysql (bug#37459).
(sql-mode): Changes the example from the incorrect use of
punctuation rule, to the escape character rule.

Copyright-paperwork-exempt: yes
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superfluous code from the previous '' sql string fix</title>
<updated>2020-08-09T08:41:59+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-08-09T08:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f3e0da29a248a2dc7dd7d640f8280b10bfc288f9'/>
<id>f3e0da29a248a2dc7dd7d640f8280b10bfc288f9</id>
<content type='text'>
* lisp/progmodes/sql.el (sql-mode): Remove setting that's now
superfluous from previous check-in.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/sql.el (sql-mode): Remove setting that's now
superfluous from previous check-in.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle '' in strings in SQL Mode</title>
<updated>2020-08-08T13:33:58+00:00</updated>
<author>
<name>Florian v. Savigny</name>
</author>
<published>2020-08-08T13:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=289d6b2265e19822ed5ad44e5c62e9bf3750f606'/>
<id>289d6b2265e19822ed5ad44e5c62e9bf3750f606</id>
<content type='text'>
* lisp/progmodes/sql.el
(sql--syntax-propertize-escaped-apostrophe): Handle '' in strings
(bug#40231).
(sql-mode): Use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/sql.el
(sql--syntax-propertize-escaped-apostrophe): Handle '' in strings
(bug#40231).
(sql-mode): Use it.
</pre>
</div>
</content>
</entry>
</feed>
