aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
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 @@
12013-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
12013-12-07 Bozhidar Batsov <bozhidar@batsov.com> 202013-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'.