comparison lisp/ChangeLog @ 69299:9fea7c43a780

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 06 Mar 2006 05:34:24 +0000
parents c379d6c262b1
children f0678aafb24e
comparison
equal deleted inserted replaced
69298:ba3b5c60823e 69299:9fea7c43a780
7 * international/fontset.el (create-fontset-from-fontset-spec): 7 * international/fontset.el (create-fontset-from-fontset-spec):
8 Fix regexp for paring FONTSET-SPEC (allow spaces after `:'). 8 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
9 9
10 2006-03-05 Luc Teirlinck <teirllm@auburn.edu> 10 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
11 11
12 * progmodes/gud.el (gud-jdb-marker-filter): Double quote `[' in 12 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
13 regexp for Lisp syntax. 13 backslashes instead of one in regexp.
14 (gud-tooltip-dereference): Add missing optional argument. 14 (gud-tooltip-dereference): Add missing optional argument.
15 15
16 2006-03-04 John Paul Wallington <jpw@pobox.com> 16 2006-03-04 John Paul Wallington <jpw@pobox.com>
17 17
18 * wdired.el (toplevel): Require `cl' at compile-time. 18 * wdired.el (toplevel): Require `cl' at compile-time.