2013-07-23 Michael R. Mauger <michael@mauger.com>
- * progmodes/sql.el Version 3.3
+ * progmodes/sql.el: Version 3.3
(sql-product-alist): Improve oracle :prompt-cont-regexp.
(sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
(sql-interactive-remove-continuation-prompt): Rewrite, use
2013-03-14 Tassilo Horn <tsdh@gnu.org>
- * doc-view.el Fix bug#13887.
+ * doc-view.el: Fix bug#13887.
(doc-view-insert-image): Don't modify overlay associated to
non-live windows, and implement horizontal centering of image in
case it's smaller than the window.
2013-03-11 Michael R. Mauger <michael@mauger.com>
- * progmodes/sql.el Version 3.2
+ * progmodes/sql.el: Version 3.2
Please note that my address changed to <michael@mauger.com>;
the <mmaug@yahoo.com> address remains active.
(sql-connection-alist): Updates documentation to fix bug#13715.
* keyboard.c (Fdiscard_input): Do not increment update_mode_lines.
* nsfns.m (x_set_cursor_type):
* w32fns.c (x_set_cursor_type):
- * xfns.m (x_set_cursor_type): Do not set cursor_type_changed here...
+ * xfns.c (x_set_cursor_type): Do not set cursor_type_changed here...
* xdisp.c (set_frame_cursor_types): ...but in common code.
2013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
- * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+ * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
for portability to hosts where /bin/sh has problems.
2013-08-21 David Engster <deng@randomsample.de>
2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
- * automated/ruby-mode-tests.el
+ * automated/ruby-mode-tests.el:
Rename one interpolation test; add three more.
(ruby-with-temp-buffer): New macro, use it where appropriate.
(ruby-add-log-current-method-examples): Use "_" for target point.