aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2004-05-28 21:15:08 +0000
committerStefan Monnier2004-05-28 21:15:08 +0000
commitce50a84705892c1192264af9a5eb34bfed4efb1a (patch)
tree871723a76e26cd590775f37c54c78599dc1be703 /src
parentd97c8198994758aa47bb2f43592ca994b2d1796d (diff)
downloademacs-ce50a84705892c1192264af9a5eb34bfed4efb1a.tar.gz
emacs-ce50a84705892c1192264af9a5eb34bfed4efb1a.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f15b1e582d9..66b502d5bbc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * alloc.c (struct backtrace): Remove.
4 (Fgarbage_collect): Use the new mark_backtrace.
5
6 * eval.c (mark_backtrace): New function.
7
8 * minibuf.c (run_exit_minibuf_hook): New function.
9 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
10 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
11
12004-05-27 Kim F. Storm <storm@cua.dk> 122004-05-27 Kim F. Storm <storm@cua.dk>
2 13
3 * xdisp.c (back_to_previous_visible_line_start): Skip backwards 14 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
@@ -15,8 +26,8 @@
15 26
162004-05-23 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> (tiny change) 272004-05-23 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> (tiny change)
17 28
18 * coding.c (Fset_safe_terminal_coding_system_internal): Set 29 * coding.c (Fset_safe_terminal_coding_system_internal):
19 suppress_error in safe_terminal_coding, not terminal_coding. 30 Set suppress_error in safe_terminal_coding, not terminal_coding.
20 31
212004-05-22 Richard M. Stallman <rms@gnu.org> 322004-05-22 Richard M. Stallman <rms@gnu.org>
22 33
@@ -71,7 +82,7 @@
71 (re_opcode_t): New opcodes `symbeg' and `symend'. 82 (re_opcode_t): New opcodes `symbeg' and `symend'.
72 (print_partial_compiled_pattern): Print the new opcodes properly. 83 (print_partial_compiled_pattern): Print the new opcodes properly.
73 (regex_compile): Parse the new operators. 84 (regex_compile): Parse the new operators.
74 (analyse_first): Skip symbeg and symend (they match only the empty string). 85 (analyse_first): Skip sym(beg|end) (they match only the empty string).
75 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and 86 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
76 \sw; `symbeg' is mutually exclusive with \S_ and \Sw. 87 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
77 (re_match_2_internal): Match symbeg and symend. 88 (re_match_2_internal): Match symbeg and symend.