emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 03 Jan 2006 18:44:42 +0000

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.8914 emacs/lisp/ChangeLog:1.8915
--- emacs/lisp/ChangeLog:1.8914 Tue Jan  3 18:35:58 2006
+++ emacs/lisp/ChangeLog        Tue Jan  3 18:44:42 2006
@@ -1,5 +1,21 @@
 2006-01-03  Stefan Monnier  <address@hidden>
 
+       * progmodes/flymake.el (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 definition, so we can remove redundant earlier declaration.
+       (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.
+
        * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
        Optimize the body of a defalias like any other code.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]