Mercurial > emacs
comparison lisp/ChangeLog @ 68002:84f2196866ae
(flymake-check-start-time, flymake-check-was-interrupted, flymake-err-info)
(flymake-is-running, flymake-last-change-time, flymake-new-err-info)
(flymake-timer): Move definitions, so we can remove earlier declarations.
(flymake-replace-regexp-in-string, flymake-split-string)
(flymake-get-temp-dir): Use defalias.
(flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
(flymake-xemacs-window-edges): Remove unused function.
(flymake-get-point-pixel-pos): Move.
(flymake-pid-to-names, flymake-reg-names)
(flymake-get-source-buffer-name, flymake-unreg-names): Remove.
Replace by a simple list flymake-processes and by process-buffer.
Update callers. Other than simplify the code, it uses buffers rather
than buffer-names so it doesn't get confused by uniquify.
(flymake-buffer-data): The global value should just be nil.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 03 Jan 2006 18:44:42 +0000 |
parents | 8e733b93ffdc |
children | a45d40da31da |
comparison
equal
deleted
inserted
replaced
68001:8e733b93ffdc | 68002:84f2196866ae |
---|---|
1 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * progmodes/flymake.el (flymake-check-start-time) | |
4 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running) | |
5 (flymake-last-change-time, flymake-new-err-info, flymake-timer): | |
6 Move definition, so we can remove redundant earlier declaration. | |
7 (flymake-replace-regexp-in-string, flymake-split-string) | |
8 (flymake-get-temp-dir): Use defalias. | |
9 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point. | |
10 (flymake-xemacs-window-edges): Remove unused function. | |
11 (flymake-get-point-pixel-pos): Move. | |
12 (flymake-pid-to-names, flymake-reg-names) | |
13 (flymake-get-source-buffer-name, flymake-unreg-names): Remove. | |
14 Replace by a simple list flymake-processes and by process-buffer. | |
15 Update callers. Other than simplify the code, it uses buffers rather | |
16 than buffer-names so it doesn't get confused by uniquify. | |
17 (flymake-buffer-data): The global value should just be nil. | |
2 | 18 |
3 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias): | 19 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias): |
4 Optimize the body of a defalias like any other code. | 20 Optimize the body of a defalias like any other code. |
5 | 21 |
6 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region): | 22 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region): |