diff options
| author | Jérémy Compostella | 2012-01-21 11:02:34 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2012-01-21 11:02:34 +0100 |
| commit | f096042862cdc2d204dfa1017e01a222ea50ce80 (patch) | |
| tree | 88e1e0ab2c8bbf612bcdec073601afc6af879855 /lisp/ChangeLog | |
| parent | 61086eb66b6a222124f302c197e14021711d29d3 (diff) | |
| download | emacs-f096042862cdc2d204dfa1017e01a222ea50ce80.tar.gz emacs-f096042862cdc2d204dfa1017e01a222ea50ce80.zip | |
Fix windmove-reference-loc miscalculation.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 40e4a8a844a..4790ec98cf6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com> | ||
| 2 | |||
| 3 | * windmove.el (windmove-reference-loc): Fix | ||
| 4 | windmove-reference-loc miscalculation. | ||
| 5 | |||
| 1 | 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com> | 6 | 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 7 | ||
| 3 | * calc/calc-units.el (math-put-default-units): Don't use "1" as a | 8 | * calc/calc-units.el (math-put-default-units): Don't use "1" as a |