diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.11 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 41d778b5d26..3ac6b31f029 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -231,7 +231,7 @@ | |||
| 231 | * vc.el (vc-annotate): Arrange for point to end up at the same | 231 | * vc.el (vc-annotate): Arrange for point to end up at the same |
| 232 | line number as in the original, but only when using a new buffer. | 232 | line number as in the original, but only when using a new buffer. |
| 233 | 233 | ||
| 234 | 2006-04-12 Davis Herring <herring@lanl.gov> (tiny change) | 234 | 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change) |
| 235 | 235 | ||
| 236 | * files.el (hack-one-local-variable-eval-safep): | 236 | * files.el (hack-one-local-variable-eval-safep): |
| 237 | Recognize `edebug-form-spec' for `put', but only if it passes | 237 | Recognize `edebug-form-spec' for `put', but only if it passes |
| @@ -4595,7 +4595,7 @@ | |||
| 4595 | display-multi-frame-p, use selected-frame when menu-updating-frame | 4595 | display-multi-frame-p, use selected-frame when menu-updating-frame |
| 4596 | is nil. | 4596 | is nil. |
| 4597 | 4597 | ||
| 4598 | 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change) | 4598 | 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change) |
| 4599 | 4599 | ||
| 4600 | * align.el (align-rules-list): Use [ \t] instead of \s- | 4600 | * align.el (align-rules-list): Use [ \t] instead of \s- |
| 4601 | for column separators in text mode. | 4601 | for column separators in text mode. |
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index 8b00b539e69..f9c93d4102e 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 | |||
| @@ -5065,7 +5065,7 @@ | |||
| 5065 | 5065 | ||
| 5066 | * imenu.el: Several doc fixes: don't say variables are buffer-local. | 5066 | * imenu.el: Several doc fixes: don't say variables are buffer-local. |
| 5067 | 5067 | ||
| 5068 | 2004-08-16 Davis Herring <herring@lanl.gov> | 5068 | 2004-08-16 Stuart Herring <herring@lanl.gov> |
| 5069 | 5069 | ||
| 5070 | * isearch.el (isearch-string, isearch-message-string, isearch-point) | 5070 | * isearch.el (isearch-string, isearch-message-string, isearch-point) |
| 5071 | (isearch-success, isearch-forward-flag, isearch-other-end) | 5071 | (isearch-success, isearch-forward-flag, isearch-other-end) |
| @@ -5082,7 +5082,7 @@ | |||
| 5082 | * term/x-win.el (x-selection-value): If utf8 was successful but | 5082 | * term/x-win.el (x-selection-value): If utf8 was successful but |
| 5083 | ctext was not, use utf8 string. | 5083 | ctext was not, use utf8 string. |
| 5084 | 5084 | ||
| 5085 | 2004-08-14 Davis Herring <herring@lanl.gov> | 5085 | 2004-08-14 Stuart Herring <herring@lanl.gov> |
| 5086 | 5086 | ||
| 5087 | * isearch.el: Remove accidental changes of March 4. Fix backing | 5087 | * isearch.el: Remove accidental changes of March 4. Fix backing |
| 5088 | up when a regexp isearch is made more general. Use symbolic | 5088 | up when a regexp isearch is made more general. Use symbolic |
| @@ -11471,7 +11471,7 @@ | |||
| 11471 | 11471 | ||
| 11472 | * files.el (kill-some-buffers): Doc fix. | 11472 | * files.el (kill-some-buffers): Doc fix. |
| 11473 | 11473 | ||
| 11474 | 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change) | 11474 | 2003-12-29 Stuart Herring <herring@lanl.gov> (tiny change) |
| 11475 | 11475 | ||
| 11476 | * comint.el (comint-watch-for-password-prompt): Pass `string' as | 11476 | * comint.el (comint-watch-for-password-prompt): Pass `string' as |
| 11477 | arg to send-invisible | 11477 | arg to send-invisible |