diff options
| author | Stefan Monnier | 2014-08-28 18:18:39 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-08-28 18:18:39 -0400 |
| commit | 562d55be2c6192e1e78a4fedc533a73a2e37a06c (patch) | |
| tree | 1815f7b9fa9c438c95c69d6d76f574904fa450df /lisp/ChangeLog.15 | |
| parent | 16f1e25b9c3ef1c73b198c67a41b38ca21df069b (diff) | |
| download | emacs-562d55be2c6192e1e78a4fedc533a73a2e37a06c.tar.gz emacs-562d55be2c6192e1e78a4fedc533a73a2e37a06c.zip | |
Misc accumulated ChangeLog convention fixes
Diffstat (limited to 'lisp/ChangeLog.15')
| -rw-r--r-- | lisp/ChangeLog.15 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index 6f71a6ade88..9c793ff4615 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 | |||
| @@ -8502,7 +8502,7 @@ | |||
| 8502 | * tutorial.el (help-with-tutorial): Hack safe file-local variables | 8502 | * tutorial.el (help-with-tutorial): Hack safe file-local variables |
| 8503 | after reading the tutorial. | 8503 | after reading the tutorial. |
| 8504 | 8504 | ||
| 8505 | 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org> | 8505 | 2010-08-06 Alan Mackenzie <acm@muc.de> |
| 8506 | 8506 | ||
| 8507 | * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): | 8507 | * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): |
| 8508 | Fix for the case that a C style comment has its delimiters alone on | 8508 | Fix for the case that a C style comment has its delimiters alone on |
| @@ -8844,9 +8844,9 @@ | |||
| 8844 | (sql-mode-menu): Add submenu to select connections. | 8844 | (sql-mode-menu): Add submenu to select connections. |
| 8845 | (sql-interactive-mode-menu): Add "Save Connection" item. | 8845 | (sql-interactive-mode-menu): Add "Save Connection" item. |
| 8846 | (sql-add-product): Fix menu item. | 8846 | (sql-add-product): Fix menu item. |
| 8847 | (sql-get-product-feature): Improved error handling. | 8847 | (sql-get-product-feature): Improve error handling. |
| 8848 | (sql--alt-buffer-part, sql--alt-if-not-empty): Remove. | 8848 | (sql--alt-buffer-part, sql--alt-if-not-empty): Remove. |
| 8849 | (sql-make-alternate-buffer-name): Simplified. | 8849 | (sql-make-alternate-buffer-name): Simplify. |
| 8850 | (sql-product-interactive): Handle missing product. | 8850 | (sql-product-interactive): Handle missing product. |
| 8851 | (sql-connect): Support string keys, minor improvements. | 8851 | (sql-connect): Support string keys, minor improvements. |
| 8852 | (sql-save-connection): New function. | 8852 | (sql-save-connection): New function. |
| @@ -8908,7 +8908,7 @@ | |||
| 8908 | (sql-connection-alist): New variable. | 8908 | (sql-connection-alist): New variable. |
| 8909 | (sql-connect): New function. | 8909 | (sql-connect): New function. |
| 8910 | (sql--alt-buffer-part, sql--alt-if-not-empty) | 8910 | (sql--alt-buffer-part, sql--alt-if-not-empty) |
| 8911 | (sql-make-alternate-buffer-name): Improved alternative buffer name. | 8911 | (sql-make-alternate-buffer-name): Improve alternative buffer name. |
| 8912 | 8912 | ||
| 8913 | 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 8913 | 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 8914 | 8914 | ||
| @@ -9383,7 +9383,7 @@ | |||
| 9383 | `compose-mail-user-agent-warnings', instead of to the | 9383 | `compose-mail-user-agent-warnings', instead of to the |
| 9384 | nonexistent `compose-mail-check-user-agent'. | 9384 | nonexistent `compose-mail-check-user-agent'. |
| 9385 | 9385 | ||
| 9386 | 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org> | 9386 | 2010-06-21 Alan Mackenzie <acm@muc.de> |
| 9387 | 9387 | ||
| 9388 | Fix an indentation bug: | 9388 | Fix an indentation bug: |
| 9389 | 9389 | ||
| @@ -9392,7 +9392,7 @@ | |||
| 9392 | of existing values. | 9392 | of existing values. |
| 9393 | 9393 | ||
| 9394 | * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after) | 9394 | * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after) |
| 9395 | (c-clear->-pair-props-if-match-before): now return t when they've | 9395 | (c-clear->-pair-props-if-match-before): Now return t when they've |
| 9396 | cleared properties, nil otherwise. | 9396 | cleared properties, nil otherwise. |
| 9397 | (c-before-change-check-<>-operators): Set c-new-beg/end correctly | 9397 | (c-before-change-check-<>-operators): Set c-new-beg/end correctly |
| 9398 | by taking account of the existing value. | 9398 | by taking account of the existing value. |