aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2008-08-10 00:16:39 +0000
committerGlenn Morris2008-08-10 00:16:39 +0000
commit8df8bcc9471eb7015007d361a437ca8fd71a5127 (patch)
tree435e4d8f712f5c3da971373dc9da32f01b0b9ce1 /src/ChangeLog
parent754a2d1380c19e854549b84af6f96e94aef0d77f (diff)
downloademacs-8df8bcc9471eb7015007d361a437ca8fd71a5127.tar.gz
emacs-8df8bcc9471eb7015007d361a437ca8fd71a5127.zip
Fix attributions.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog30
1 files changed, 19 insertions, 11 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 37a405efb5c..3f109cb6aa0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -110,6 +110,7 @@
110 <after-change-functions>: Reflow docstrings. 110 <after-change-functions>: Reflow docstrings.
111 111
1122008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com> 1122008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
113 Ken Raeburn <raeburn@gnu.org>
113 114
114 Dock menu customization, based on a patch by Ken Raeburn, plus some 115 Dock menu customization, based on a patch by Ken Raeburn, plus some
115 other fixes. 116 other fixes.
@@ -886,20 +887,21 @@
886 * nsgui.h: Remove redefinitions of hash_remove. 887 * nsgui.h: Remove redefinitions of hash_remove.
887 * fns.c (hash_remove): Rename to hash_remove_from_table. 888 * fns.c (hash_remove): Rename to hash_remove_from_table.
888 889
8892008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> 8902008-07-19 Seiji Zenitani <zenitani@mac.com>
890 891
891 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font): 892 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
892 strdup() the family UTF8String before modifying it. Patch due to 893 strdup() the family UTF8String before modifying it.
893 Seiji Zenitani.
894 894
8952008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> 8952008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
896 896
897 * nsfns.m (ns_set_background_color): Apply patch from Chong Yidong to
898 fix crash.
899 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from 897 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
900 NS_FACE_BACKGROUND with 0 instead of nil. 898 NS_FACE_BACKGROUND with 0 instead of nil.
901 * nsfont.m (nsfont_draw): Same. 899 * nsfont.m (nsfont_draw): Same.
902 900
9012008-07-19 Chong Yidong <cyd@stupidchicken.com>
902
903 * nsfns.m (ns_set_background_color): Fix crash.
904
9032008-07-18 Chong Yidong <cyd@stupidchicken.com> 9052008-07-18 Chong Yidong <cyd@stupidchicken.com>
904 906
905 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc. 907 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
@@ -1189,6 +1191,18 @@
1189 * Makefile.in: Correct additions for nsfont.o in last commit. 1191 * Makefile.in: Correct additions for nsfont.o in last commit.
1190 * nsfont.m: New file (forgot last commit). 1192 * nsfont.m: New file (forgot last commit).
1191 1193
11942008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
1195
1196 * callproc.c (set_initial_environment): Initialize
1197 Vprocess_environment under CANNOT_DUMP (fixes crash when
1198 batch-compiling for bootstrap).
1199
12002008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
1201 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1202
1203 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
1204 fix crash due to different init order.
1205
11922008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> 12062008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1193 1207
1194 Changes and additions for NeXTstep windowing system (Cocoa and 1208 Changes and additions for NeXTstep windowing system (Cocoa and
@@ -1198,9 +1212,6 @@
1198 * config.in: Support defines and build commands for NS port. 1212 * config.in: Support defines and build commands for NS port.
1199 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT) 1213 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
1200 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G. 1214 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
1201 * callproc.c (set_initial_environment): Initialize
1202 Vprocess_environment under CANNOT_DUMP (fixes crash when
1203 batch-compiling for bootstrap, due to Chris Hall).
1204 * dispextern.h: Include nsgui.h and add needed typedefs under NS 1215 * dispextern.h: Include nsgui.h and add needed typedefs under NS
1205 windowing. 1216 windowing.
1206 (struct face): Add synth_ital field. 1217 (struct face): Add synth_ital field.
@@ -1221,9 +1232,6 @@
1221 (fontset_from_font): Autoconstruct fontset under NS. 1232 (fontset_from_font): Autoconstruct fontset under NS.
1222 * frame.c (various): Under NS, include nsterm.h, add Qns window system 1233 * frame.c (various): Under NS, include nsterm.h, add Qns window system
1223 symbol, document and use it. 1234 symbol, document and use it.
1224 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
1225 patch to fix crash due to different init order, due to Chris Hall and
1226 Yamamoto Mitsuharu.
1227 (do_switch_frame): When for_deletion under Cocoa, add 1235 (do_switch_frame): When for_deletion under Cocoa, add
1228 Fraise_frame(Qnil). 1236 Fraise_frame(Qnil).
1229 (x_set_frame_parameters): Ensure font attribute changes are picked up. 1237 (x_set_frame_parameters): Ensure font attribute changes are picked up.