]> git.eshelyaron.com Git - emacs.git/commitdiff
ChangeLog fixes prompted by M-x authors
authorGlenn Morris <rgm@gnu.org>
Sun, 13 Oct 2013 00:28:30 +0000 (17:28 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 13 Oct 2013 00:28:30 +0000 (17:28 -0700)
lisp/ChangeLog
lisp/ChangeLog.16
src/ChangeLog
test/ChangeLog

index 380b48adafcc699e2655dbbb741e5aa2035bb922..9b14fd9be15fda5967a94c6440ddadc230233ca0 100644 (file)
 
 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.
index b18d2bf9da43516d670d8840eaa13b7843e93bdb..ebdab33e5eaff77a521d7b44615defc3d2e86295 100644 (file)
@@ -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.
index 83f6b3337db709ca8b60b8ec65210c0503533aca..b853f874e24f24417f6b0780f3f958f68a77921a 100644 (file)
        * 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>
index 10a67a3d491de4ad6dac8713188100a993254354..7e8405e3676ba108b7abec7ec45a38dd6d9f0e06 100644 (file)
 
 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.