[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/ChangeLog,v
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] Changes to emacs/src/ChangeLog,v |
Date: |
Sun, 10 Aug 2008 00:16:42 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 08/08/10 00:16:41
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6862
retrieving revision 1.6863
diff -u -b -r1.6862 -r1.6863
--- ChangeLog 9 Aug 2008 19:05:54 -0000 1.6862
+++ ChangeLog 10 Aug 2008 00:16:39 -0000 1.6863
@@ -110,6 +110,7 @@
<after-change-functions>: Reflow docstrings.
2008-08-04 Adrian Robert <address@hidden>
+ Ken Raeburn <address@hidden>
Dock menu customization, based on a patch by Ken Raeburn, plus some
other fixes.
@@ -886,20 +887,21 @@
* nsgui.h: Remove redefinitions of hash_remove.
* fns.c (hash_remove): Rename to hash_remove_from_table.
-2008-07-19 Adrian Robert <address@hidden>
+2008-07-19 Seiji Zenitani <address@hidden>
* nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
- strdup() the family UTF8String before modifying it. Patch due to
- Seiji Zenitani.
+ strdup() the family UTF8String before modifying it.
2008-07-19 Adrian Robert <address@hidden>
- * nsfns.m (ns_set_background_color): Apply patch from Chong Yidong to
- fix crash.
* nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
NS_FACE_BACKGROUND with 0 instead of nil.
* nsfont.m (nsfont_draw): Same.
+2008-07-19 Chong Yidong <address@hidden>
+
+ * nsfns.m (ns_set_background_color): Fix crash.
+
2008-07-18 Chong Yidong <address@hidden>
* Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
@@ -1189,6 +1191,18 @@
* Makefile.in: Correct additions for nsfont.o in last commit.
* nsfont.m: New file (forgot last commit).
+2008-07-15 Chris Hall <address@hidden> (tiny change)
+
+ * callproc.c (set_initial_environment): Initialize
+ Vprocess_environment under CANNOT_DUMP (fixes crash when
+ batch-compiling for bootstrap).
+
+2008-07-15 Chris Hall <address@hidden> (tiny change)
+ YAMAMOTO Mitsuharu <address@hidden>
+
+ (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
+ fix crash due to different init order.
+
2008-07-15 Adrian Robert <address@hidden>
Changes and additions for NeXTstep windowing system (Cocoa and
@@ -1198,9 +1212,6 @@
* config.in: Support defines and build commands for NS port.
* blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
(UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
- * callproc.c (set_initial_environment): Initialize
- Vprocess_environment under CANNOT_DUMP (fixes crash when
- batch-compiling for bootstrap, due to Chris Hall).
* dispextern.h: Include nsgui.h and add needed typedefs under NS
windowing.
(struct face): Add synth_ital field.
@@ -1221,9 +1232,6 @@
(fontset_from_font): Autoconstruct fontset under NS.
* frame.c (various): Under NS, include nsterm.h, add Qns window system
symbol, document and use it.
- (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
- patch to fix crash due to different init order, due to Chris Hall and
- Yamamoto Mitsuharu.
(do_switch_frame): When for_deletion under Cocoa, add
Fraise_frame(Qnil).
(x_set_frame_parameters): Ensure font attribute changes are picked up.
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, (continued)
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Andreas Schwab, 2008/08/06
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Kenichi Handa, 2008/08/06
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Adrian Robert, 2008/08/06
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Chong Yidong, 2008/08/06
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Adrian Robert, 2008/08/06
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Chong Yidong, 2008/08/06
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Dan Nicolaescu, 2008/08/07
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Chong Yidong, 2008/08/08
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Eli Zaretskii, 2008/08/09
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Eli Zaretskii, 2008/08/09
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v,
Glenn Morris <=
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Glenn Morris, 2008/08/09
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Glenn Morris, 2008/08/10
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Dan Nicolaescu, 2008/08/10
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Chong Yidong, 2008/08/11
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Chong Yidong, 2008/08/13
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Chong Yidong, 2008/08/13
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Chong Yidong, 2008/08/13
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Chong Yidong, 2008/08/13
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Chong Yidong, 2008/08/14
- [Emacs-diffs] Changes to emacs/src/ChangeLog,v, Eli Zaretskii, 2008/08/15