summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/ChangeLog.162
-rw-r--r--src/ChangeLog2
-rw-r--r--test/ChangeLog4
4 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 380b48adafc..9b14fd9be15 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3223,7 +3223,7 @@
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
@@ -8435,7 +8435,7 @@
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.
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16
index b18d2bf9da4..ebdab33e5ea 100644
--- a/lisp/ChangeLog.16
+++ b/lisp/ChangeLog.16
@@ -63,7 +63,7 @@
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.
diff --git a/src/ChangeLog b/src/ChangeLog
index 83f6b3337db..b853f874e24 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2365,7 +2365,7 @@
* 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>
diff --git a/test/ChangeLog b/test/ChangeLog
index 10a67a3d491..7e8405e3676 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -149,7 +149,7 @@
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>
@@ -555,7 +555,7 @@
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.