aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6fd5c99dc92..6161051faf3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,27 @@
12014-04-08 Leo Liu <sdl.web@gmail.com>
2
3 Use lexical-binding and require cl-lib.
4 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
5 (rcirc-handler-generic, rcirc-fill-paragraph)
6 (rcirc-format-response-string, rcirc-target-buffer)
7 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
8 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
9 (rcirc-ctcp-sender-PING, rcirc-browse-url)
10 (rcirc-markup-timestamp, rcirc-markup-attributes)
11 (rcirc-markup-my-nick, rcirc-markup-urls)
12 (rcirc-markup-bright-nicks, rcirc-markup-fill)
13 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
14 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
15 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
16 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
17 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
18 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
19 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
20 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
21 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
22 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
23 use cl-lib.
24
12014-04-07 João Távora <joaotavora@gmail.com> 252014-04-07 João Távora <joaotavora@gmail.com>
2 26
3 * elec-pair.el (electric-pair--syntax-ppss): 27 * elec-pair.el (electric-pair--syntax-ppss):