aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog27
1 files changed, 24 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4b4f82aa4c8..87b54529f2e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,24 @@
12010-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
4
52010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * fns.c (Fy_or_n_p): Move to lisp/subr.el.
8 (syms_of_fns): Don't defsubr Sy_or_n_p.
9 * lisp.h: Don't declare Fy_or_n_p.
10 * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
11
122010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
13
14 * xml.c (Fxml_parse_buffer): New function to parse XML files.
15
162010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
17
18 * xml.c: New file.
19 (Fhtml_parse_buffer): New function to interface to the libxml2
20 html parsing function.
21
12010-09-05 Juanma Barranquero <lekktu@gmail.com> 222010-09-05 Juanma Barranquero <lekktu@gmail.com>
2 23
3 * biditype.h: Regenerate. 24 * biditype.h: Regenerate.
@@ -60,8 +81,8 @@
60 characters. 81 characters.
61 82
62 * term.c (encode_terminal_code): Fix the previous change. 83 * term.c (encode_terminal_code): Fix the previous change.
63 (produce_glyphs): Don't set it->char_to_display here. Don't 84 (produce_glyphs): Don't set it->char_to_display here.
64 handle unibyte-display-via-language-environment here. 85 Don't handle unibyte-display-via-language-environment here.
65 (produce_special_glyphs): Set temp_it.char_to_display before 86 (produce_special_glyphs): Set temp_it.char_to_display before
66 calling produce_glyphs. 87 calling produce_glyphs.
67 88
@@ -104,7 +125,7 @@
1042010-08-29 Kenichi Handa <handa@m17n.org> 1252010-08-29 Kenichi Handa <handa@m17n.org>
105 126
106 * term.c (encode_terminal_code): Encode byte chars to the 127 * term.c (encode_terminal_code): Encode byte chars to the
107 correspnding bytes. 128 corresponding bytes.
108 129
1092010-08-29 Jan Djärv <jan.h.d@swipnet.se> 1302010-08-29 Jan Djärv <jan.h.d@swipnet.se>
110 131