aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 93674179121..ebbd696eddf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,35 @@
12011-07-27 Leo Liu <sdl.web@gmail.com>
2
3 Simplify url handling in rcirc-mode.
4
5 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6 (rcirc-browse-url-at-mouse): Remove.
7 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
8
92011-07-26 Alan Mackenzie <acm@muc.de>
10
11 Fontify bitfield declarations properly.
12
13 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
14 (c-symbol-chars): Now exported as a lang variable.
15 (c-not-primitive-type-keywords): New lang variable.
16
17 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
18 QT keyword "more" to prevent "more slots: ...." being spuriously
19 parsed as a bitfield declaraion.
20
21 * progmodes/cc-engine.el (c-beginning-of-statement-1): Refactor
22 and enhance to handle bitfield declarations.
23 (c-punctuation-in): New function.
24 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
25 declarations properly.
26
272011-07-26 Ulf Jasper <ulf.jasper@web.de>
28
29 * calendar/icalendar.el (icalendar--all-events): Take care of
30 multiple vcalendars in a single file.
31 (icalendar--convert-float-to-ical): checkdoc fixes.
32
12011-07-25 Deniz Dogan <deniz@dogan.se> 332011-07-25 Deniz Dogan <deniz@dogan.se>
2 34
3 * image.el (insert-image): Clarifying docstring. 35 * image.el (insert-image): Clarifying docstring.