diff options
| author | Leo Liu | 2013-12-08 11:35:32 +0800 |
|---|---|---|
| committer | Leo Liu | 2013-12-08 11:35:32 +0800 |
| commit | a92fa5f1936711cdf36e53aced275adb960474c8 (patch) | |
| tree | 2cab616ba07e66746c709ec1703eddf598c69e6f /lisp/ChangeLog | |
| parent | 0d9cba29b6737857ea47b9c7d9d9947791e1a5d6 (diff) | |
| download | emacs-a92fa5f1936711cdf36e53aced275adb960474c8.tar.gz emacs-a92fa5f1936711cdf36e53aced275adb960474c8.zip | |
Clean up flymake.el
* lisp/progmodes/flymake.el (flymake, flymake-error-bitmap)
(flymake-warning-bitmap, flymake-fringe-indicator-position)
(flymake-compilation-prevents-syntax-check)
(flymake-start-syntax-check-on-newline)
(flymake-no-changes-timeout, flymake-gui-warnings-enabled)
(flymake-start-syntax-check-on-find-file, flymake-log-level)
(flymake-xml-program, flymake-master-file-dirs)
(flymake-master-file-count-limit)
(flymake-allowed-file-name-masks): Relocate.
(flymake-makehash, flymake-float-time)
(flymake-replace-regexp-in-string, flymake-split-string)
(flymake-get-temp-dir): Remove.
(flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
(flymake-current-row, flymake-selected-frame)
(flymake-get-point-pixel-pos): Remove xemacs compatibity and
related functions.
Fixes: debbugs:16077
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 17d7c0bdd34..c489bd362b1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2013-12-08 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/flymake.el (flymake, flymake-error-bitmap) | ||
| 4 | (flymake-warning-bitmap, flymake-fringe-indicator-position) | ||
| 5 | (flymake-compilation-prevents-syntax-check) | ||
| 6 | (flymake-start-syntax-check-on-newline) | ||
| 7 | (flymake-no-changes-timeout, flymake-gui-warnings-enabled) | ||
| 8 | (flymake-start-syntax-check-on-find-file, flymake-log-level) | ||
| 9 | (flymake-xml-program, flymake-master-file-dirs) | ||
| 10 | (flymake-master-file-count-limit) | ||
| 11 | (flymake-allowed-file-name-masks): Relocate. | ||
| 12 | (flymake-makehash, flymake-float-time) | ||
| 13 | (flymake-replace-regexp-in-string, flymake-split-string) | ||
| 14 | (flymake-get-temp-dir): Remove. | ||
| 15 | (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu) | ||
| 16 | (flymake-current-row, flymake-selected-frame) | ||
| 17 | (flymake-get-point-pixel-pos): Remove xemacs compatibity and | ||
| 18 | related functions. (Bug#16077) | ||
| 19 | |||
| 1 | 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com> | 20 | 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com> |
| 2 | 21 | ||
| 3 | * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'. | 22 | * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'. |