aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2005-03-23 10:40:00 +0000
committerKaroly Lorentey <[email protected]>2005-03-23 10:40:00 +0000
commit76acbdc50490034f233bc78d14a7cd5717d9432e (patch)
tree9b46877d371dad83ff6cdad30cd69df2a050de7d /src/ChangeLog
parent335fcf6c2f6ae8990d8c62589cfb3558c3f38bc0 (diff)
parent8725c7925ef1ce95efb1f50d48d17f437e9c46a4 (diff)
Merged from [email protected] (patch 192-203)
Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-192 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-193 Use gdb-ui breakpoint faces on ttys too * [email protected]/emacs--cvs-trunk--0--patch-194 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-195 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-196 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-197 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-198 Tweak gdb-ui breakpoint faces * [email protected]/emacs--cvs-trunk--0--patch-199 Tweak gdb-ui breakpoint faces * [email protected]/emacs--cvs-trunk--0--patch-200 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-201 Tweak info/.arch-inventory to identify info/.cvsignore as source * [email protected]/emacs--cvs-trunk--0--patch-202 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-203 Update from CVS git-archimport-id: [email protected]/emacs--multi-tty--0--patch-316
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog45
1 files changed, 44 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 92be15873c..2354e59784 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,49 @@
+2005-03-22 Kim F. Storm <[email protected]>
+
+ * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
+ * dispextern.h (lookup_derived_face): Fix prototype.
+ * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
+
+ * xdisp.c (handle_single_display_spec): Derive left-fringe and
+ right-fringe face from fringe face.
+
+ * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
+ Derive face from fringe face.
+
+2005-03-22 Jan Dj,Ad(Brv <[email protected]>
+
+ * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
+
+2005-03-22 David Kastrup <[email protected]>
+
+ * textprop.c (Fnext_char_property_change)
+ (Fprevious_char_property_change): allow marker as limit.
+ (Fnext_single_char_property_change)
+ (Fprevious_single_char_property_change): Check that limit is a
+ number in strings.
+ (Fnext_single_char_property_change): Coerce position to integer.
+ (Fprevious_single_char_property_change): Same here.
+
+2005-03-21 Thien-Thi Nguyen <[email protected]>
+
+ * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
+
+2005-03-19 Stefan Monnier <[email protected]>
+
+ * frame.c (Fignore_event): Remove.
+ (syms_of_frame): Don't defsubr it.
+
+ * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
+ redundant `ignore-event'.
+
+2005-03-19 Eli Zaretskii <[email protected]>
+
+ * unexec.c (write_segment, unexec): Move these functions to avoid
+ forward references (which cause errors with "gcc -gcoff").
+
2005-03-18 Jan Dj,Ad(Brv <[email protected]>
- * xfns.c (x_create_tip_frame): Removed setting of Vx_resource_name so
+ * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
that it doesn't become "tooltip". The specbind is enough.
* xrdb.c (x_load_resources): Use different char *helv when I18N