aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 6 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1ae275213b3..0087163f097 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,18 +1,11 @@
12010-08-17 Jan Djärv <jan.h.d@swipnet.se> 12010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * net/browse-url.el (browse-url-default-browser): Add cond 3 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
4 for browse-url-xdg-open 4 (report-emacs-bug-can-use-xdg-email): New functions.
5 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions 5 (report-emacs-bug): Set can-xdg-email to result of
6 6 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
72010-08-17 Glenn Morris <rgm@gnu.org> 7 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8 8 about it.
9 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
10 (c-fontify-recorded-types-and-refs): Define for compiler.
11 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
12 before use.
13
14 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
15 Fix format call.
16 9
172010-08-17 Michael Albinus <michael.albinus@gmx.de> 102010-08-17 Michael Albinus <michael.albinus@gmx.de>
18 11