diff options
| author | Glenn Morris | 2013-10-12 17:28:30 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-10-12 17:28:30 -0700 |
| commit | e903c210b66b7545eefc4497ac8765db5dcf504b (patch) | |
| tree | 6589e40665a2fca5924c5a2e73d7ee4d39273f5f | |
| parent | 650fa7bfb4143c3f6f46939982ae7e8f69e806f7 (diff) | |
| download | emacs-e903c210b66b7545eefc4497ac8765db5dcf504b.tar.gz emacs-e903c210b66b7545eefc4497ac8765db5dcf504b.zip | |
ChangeLog fixes prompted by M-x authors
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.16 | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | test/ChangeLog | 4 |
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 @@ | |||
| 3223 | 3223 | ||
| 3224 | 2013-07-23 Michael R. Mauger <michael@mauger.com> | 3224 | 2013-07-23 Michael R. Mauger <michael@mauger.com> |
| 3225 | 3225 | ||
| 3226 | * progmodes/sql.el Version 3.3 | 3226 | * progmodes/sql.el: Version 3.3 |
| 3227 | (sql-product-alist): Improve oracle :prompt-cont-regexp. | 3227 | (sql-product-alist): Improve oracle :prompt-cont-regexp. |
| 3228 | (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions. | 3228 | (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions. |
| 3229 | (sql-interactive-remove-continuation-prompt): Rewrite, use | 3229 | (sql-interactive-remove-continuation-prompt): Rewrite, use |
| @@ -8435,7 +8435,7 @@ | |||
| 8435 | 8435 | ||
| 8436 | 2013-03-14 Tassilo Horn <tsdh@gnu.org> | 8436 | 2013-03-14 Tassilo Horn <tsdh@gnu.org> |
| 8437 | 8437 | ||
| 8438 | * doc-view.el Fix bug#13887. | 8438 | * doc-view.el: Fix bug#13887. |
| 8439 | (doc-view-insert-image): Don't modify overlay associated to | 8439 | (doc-view-insert-image): Don't modify overlay associated to |
| 8440 | non-live windows, and implement horizontal centering of image in | 8440 | non-live windows, and implement horizontal centering of image in |
| 8441 | case it's smaller than the window. | 8441 | 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 @@ | |||
| 63 | 63 | ||
| 64 | 2013-03-11 Michael R. Mauger <michael@mauger.com> | 64 | 2013-03-11 Michael R. Mauger <michael@mauger.com> |
| 65 | 65 | ||
| 66 | * progmodes/sql.el Version 3.2 | 66 | * progmodes/sql.el: Version 3.2 |
| 67 | Please note that my address changed to <michael@mauger.com>; | 67 | Please note that my address changed to <michael@mauger.com>; |
| 68 | the <mmaug@yahoo.com> address remains active. | 68 | the <mmaug@yahoo.com> address remains active. |
| 69 | (sql-connection-alist): Updates documentation to fix bug#13715. | 69 | (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 @@ | |||
| 2365 | * keyboard.c (Fdiscard_input): Do not increment update_mode_lines. | 2365 | * keyboard.c (Fdiscard_input): Do not increment update_mode_lines. |
| 2366 | * nsfns.m (x_set_cursor_type): | 2366 | * nsfns.m (x_set_cursor_type): |
| 2367 | * w32fns.c (x_set_cursor_type): | 2367 | * w32fns.c (x_set_cursor_type): |
| 2368 | * xfns.m (x_set_cursor_type): Do not set cursor_type_changed here... | 2368 | * xfns.c (x_set_cursor_type): Do not set cursor_type_changed here... |
| 2369 | * xdisp.c (set_frame_cursor_types): ...but in common code. | 2369 | * xdisp.c (set_frame_cursor_types): ...but in common code. |
| 2370 | 2370 | ||
| 2371 | 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru> | 2371 | 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 @@ | |||
| 149 | 149 | ||
| 150 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | 150 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> |
| 151 | 151 | ||
| 152 | * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | 152 | * automated/Makefile.in (SHELL): Now @SHELL@, not /bin/sh, |
| 153 | for portability to hosts where /bin/sh has problems. | 153 | for portability to hosts where /bin/sh has problems. |
| 154 | 154 | ||
| 155 | 2013-08-21 David Engster <deng@randomsample.de> | 155 | 2013-08-21 David Engster <deng@randomsample.de> |
| @@ -555,7 +555,7 @@ | |||
| 555 | 555 | ||
| 556 | 2012-12-14 Dmitry Gutov <dgutov@yandex.ru> | 556 | 2012-12-14 Dmitry Gutov <dgutov@yandex.ru> |
| 557 | 557 | ||
| 558 | * automated/ruby-mode-tests.el | 558 | * automated/ruby-mode-tests.el: |
| 559 | Rename one interpolation test; add three more. | 559 | Rename one interpolation test; add three more. |
| 560 | (ruby-with-temp-buffer): New macro, use it where appropriate. | 560 | (ruby-with-temp-buffer): New macro, use it where appropriate. |
| 561 | (ruby-add-log-current-method-examples): Use "_" for target point. | 561 | (ruby-add-log-current-method-examples): Use "_" for target point. |