Mercurial > emacs
comparison lisp/ChangeLog @ 58630:8494a8d7029e
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 30 Nov 2004 00:30:37 +0000 |
parents | 68449d290f2b |
children | 1ff2d3bb0cbd |
comparison
equal
deleted
inserted
replaced
58629:68449d290f2b | 58630:8494a8d7029e |
---|---|
8 * calc/calc-arith.el (math-pow-of-zero): Take into account different | 8 * calc/calc-arith.el (math-pow-of-zero): Take into account different |
9 cases of the base and exponent. | 9 cases of the base and exponent. |
10 | 10 |
11 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com> | 11 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com> |
12 | 12 |
13 * simple.el (next-error-buffer-p): allow for inclusive and | 13 * simple.el (next-error-buffer-p): Allow for inclusive and |
14 exclusive tests for finding a buffer | 14 exclusive tests for finding a buffer. |
15 (next-error-find-buffer): pass the exclusive and inclusive tests | 15 (next-error-find-buffer): Pass the exclusive and inclusive tests |
16 to next-error-buffer-p | 16 to next-error-buffer-p. |
17 | 17 |
18 * replace.el (occur-next-error): switch to the Occur buffer when | 18 * replace.el (occur-next-error): Switch to the Occur buffer when |
19 appropriate, and use the exclusive filter to | 19 appropriate, use the exclusive filter to next-error-find-buffer to |
20 next-error-find-buffer to do it. Use the absolute value of the | 20 do it. Use the absolute value of the motion amount. |
21 motion amount. | |
22 | 21 |
23 2004-11-29 Kenichi Handa <handa@m17n.org> | 22 2004-11-29 Kenichi Handa <handa@m17n.org> |
24 | 23 |
25 * startup.el (command-line): Decode all buffer names by | 24 * startup.el (command-line): Decode all buffer names by |
26 locale-coding-system. | 25 locale-coding-system. |