Mercurial > emacs
comparison lisp/ChangeLog @ 100787:a001ee185900
(tar-data-swapped): New var.
(tar-data-swapped-p, tar-swap-data):
Use it instead of buffer-swapped-with.
(tar-write-region-annotate): Re-add (partial undo of last change).
(tar-mode): Use it again (partial undo as well).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 30 Dec 2008 21:59:52 +0000 |
parents | e68409d37739 |
children | 87e10f023c3d |
comparison
equal
deleted
inserted
replaced
100786:dba37a087502 | 100787:a001ee185900 |
---|---|
1 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * tar-mode.el (tar-data-swapped): New var. | |
4 (tar-data-swapped-p, tar-swap-data): | |
5 Use it instead of buffer-swapped-with. | |
6 (tar-write-region-annotate): Re-add (partial undo of last change). | |
7 (tar-mode): Use it again (partial undo as well). | |
8 | |
1 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change) | 9 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change) |
2 | 10 |
3 * textmodes/table.el (table-capture): Fix symbol quoting typo. | 11 * textmodes/table.el (table-capture): Fix symbol quoting typo. |
4 | 12 |
5 2008-12-30 Chong Yidong <cyd@stupidchicken.com> | 13 2008-12-30 Chong Yidong <cyd@stupidchicken.com> |
6 | 14 |
7 * follow.el (follow-select-if-visible): Improve the check for the | 15 * follow.el (follow-select-if-visible): Improve the check for the |
8 last line of the window. | 16 last line of the window. |
9 (follow-post-command-hook): Perform redisplay in more | 17 (follow-post-command-hook): Perform redisplay in more |
10 circumstances, to avoid getting point stuck on partially visible | 18 circumstances, to avoid getting point stuck on partially visible lines. |
11 lines. | |
12 | 19 |
13 2008-12-30 Chong Yidong <cyd@stupidchicken.com> | 20 2008-12-30 Chong Yidong <cyd@stupidchicken.com> |
14 | 21 |
15 * follow.el (follow-calc-win-end): Use with-selected-window. | 22 * follow.el (follow-calc-win-end): Use with-selected-window. |
16 (follow-windows-start-end, follow-pos-visible) | 23 (follow-windows-start-end, follow-pos-visible) |
26 (follow-calculate-first-window-start-from-below): Avoid looping | 33 (follow-calculate-first-window-start-from-below): Avoid looping |
27 forever if vertical-motion returns an unexpected value. | 34 forever if vertical-motion returns an unexpected value. |
28 | 35 |
29 2008-12-30 Andreas Schwab <schwab@suse.de> | 36 2008-12-30 Andreas Schwab <schwab@suse.de> |
30 | 37 |
31 * server.el (server-running-p): Remove interactive spec. Fix | 38 * server.el (server-running-p): Remove interactive spec. |
32 regexp. | 39 Fix regexp. |
33 | 40 |
34 2008-12-30 Chong Yidong <cyd@stupidchicken.com> | 41 2008-12-30 Chong Yidong <cyd@stupidchicken.com> |
35 | 42 |
36 * follow.el (follow-calc-win-start): Don't use `inline'. | 43 * follow.el (follow-calc-win-start): Don't use `inline'. |
37 (follow-update-window-start, follow-select-if-visible) | 44 (follow-update-window-start, follow-select-if-visible) |