diff options
| author | Katsumi Yamaoka | 2007-07-08 23:43:42 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2007-07-08 23:43:42 +0000 |
| commit | 06071e68263c9db3d65fdf8b044d85543c7ec0b6 (patch) | |
| tree | 4b6a321ea81776c3088fab15672e626c3585716f | |
| parent | 6bd7e3b41578032b6310868a3eeb154111c25cfa (diff) | |
| download | emacs-06071e68263c9db3d65fdf8b044d85543c7ec0b6.tar.gz emacs-06071e68263c9db3d65fdf8b044d85543c7ec0b6.zip | |
Remove `tiny change' flags from my log entries.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.10 | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.11 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.12 | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5d02868adf8..25ed4c24e31 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1580,7 +1580,7 @@ | |||
| 1580 | 1580 | ||
| 1581 | * files.el (auto-mode-alist): Open `.asd' files in lisp-mode. | 1581 | * files.el (auto-mode-alist): Open `.asd' files in lisp-mode. |
| 1582 | 1582 | ||
| 1583 | 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change) | 1583 | 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org> |
| 1584 | 1584 | ||
| 1585 | * mail/mail-extr.el (mail-extract-address-components): | 1585 | * mail/mail-extr.el (mail-extract-address-components): |
| 1586 | Recognize non-ASCII characters except for NBSP as words. | 1586 | Recognize non-ASCII characters except for NBSP as words. |
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index d6d69c52924..d63ef8fbbd7 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -1340,7 +1340,7 @@ | |||
| 1340 | (shell-directory-tracker): Make regexp used for skipping to next | 1340 | (shell-directory-tracker): Make regexp used for skipping to next |
| 1341 | command correspond to one used for command itself. | 1341 | command correspond to one used for command itself. |
| 1342 | 1342 | ||
| 1343 | 2003-06-13 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change) | 1343 | 2003-06-13 Katsumi Yamaoka <yamaoka@jpl.org> |
| 1344 | 1344 | ||
| 1345 | * textmodes/texinfmt.el (texinfo-format-scan): | 1345 | * textmodes/texinfmt.el (texinfo-format-scan): |
| 1346 | Silence `whitespace-cleanup'. | 1346 | Silence `whitespace-cleanup'. |
| @@ -11805,7 +11805,7 @@ | |||
| 11805 | 11805 | ||
| 11806 | * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again. | 11806 | * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again. |
| 11807 | 11807 | ||
| 11808 | 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change) | 11808 | 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> |
| 11809 | 11809 | ||
| 11810 | * frame.el (select-frame-by-name, select-frame-set-input-focus): | 11810 | * frame.el (select-frame-by-name, select-frame-set-input-focus): |
| 11811 | Always call x-focus-frame, if using x. | 11811 | Always call x-focus-frame, if using x. |
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index ac47f4eaeaa..0ef83a0ed9d 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 | |||
| @@ -5295,7 +5295,7 @@ | |||
| 5295 | (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax. | 5295 | (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax. |
| 5296 | (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'. | 5296 | (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'. |
| 5297 | 5297 | ||
| 5298 | 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change) | 5298 | 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> |
| 5299 | 5299 | ||
| 5300 | * mail/mail-extr.el (mail-extr-disable-voodoo): New variable. | 5300 | * mail/mail-extr.el (mail-extr-disable-voodoo): New variable. |
| 5301 | (mail-extr-voodoo): Check mail-extr-disable-voodoo. | 5301 | (mail-extr-voodoo): Check mail-extr-disable-voodoo. |
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index fed8ec6c1c0..68d3021d4d6 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -8709,7 +8709,7 @@ | |||
| 8709 | * term.el (term-handle-scroll, term-delete-lines) | 8709 | * term.el (term-handle-scroll, term-delete-lines) |
| 8710 | (term-insert-lines): Fix off by one errors. | 8710 | (term-insert-lines): Fix off by one errors. |
| 8711 | 8711 | ||
| 8712 | 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change) | 8712 | 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> |
| 8713 | 8713 | ||
| 8714 | * net/tramp.el (tramp-touch): Use UTC to express time. | 8714 | * net/tramp.el (tramp-touch): Use UTC to express time. |
| 8715 | 8715 | ||
| @@ -22969,7 +22969,7 @@ | |||
| 22969 | 22969 | ||
| 22970 | * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'. | 22970 | * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'. |
| 22971 | 22971 | ||
| 22972 | 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change) | 22972 | 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> |
| 22973 | 22973 | ||
| 22974 | * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with | 22974 | * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with |
| 22975 | uploading files. | 22975 | uploading files. |