Mercurial > emacs
comparison src/ChangeLog @ 97374:d74cc06fb91c
Fix attributions.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 10 Aug 2008 00:16:39 +0000 |
parents | c6f7364d7955 |
children | 9912836905d6 |
comparison
equal
deleted
inserted
replaced
97373:c6f7364d7955 | 97374:d74cc06fb91c |
---|---|
108 * buffer.c (syms_of_buffer) <scroll-up-aggressively>: | 108 * buffer.c (syms_of_buffer) <scroll-up-aggressively>: |
109 <scroll-down-aggressively, before-change-functions>: | 109 <scroll-down-aggressively, before-change-functions>: |
110 <after-change-functions>: Reflow docstrings. | 110 <after-change-functions>: Reflow docstrings. |
111 | 111 |
112 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com> | 112 2008-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. |
116 * nsmenu.m (dockMenu): New variable. | 117 * nsmenu.m (dockMenu): New variable. |
117 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17. | 118 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17. |
884 xterm, xselect. | 885 xterm, xselect. |
885 * lisp.h: Remove declaration of hash_remove. | 886 * lisp.h: Remove declaration of hash_remove. |
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 |
890 2008-07-19 Seiji Zenitani <zenitani@mac.com> | |
891 | |
892 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font): | |
893 strdup() the family UTF8String before modifying it. | |
894 | |
889 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> | 895 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> |
890 | 896 |
891 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font): | |
892 strdup() the family UTF8String before modifying it. Patch due to | |
893 Seiji Zenitani. | |
894 | |
895 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> | |
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. |
900 | |
901 2008-07-19 Chong Yidong <cyd@stupidchicken.com> | |
902 | |
903 * nsfns.m (ns_set_background_color): Fix crash. | |
902 | 904 |
903 2008-07-18 Chong Yidong <cyd@stupidchicken.com> | 905 2008-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. |
906 | 908 |
1187 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> | 1189 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> |
1188 | 1190 |
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 |
1194 2008-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 | |
1200 2008-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 | |
1192 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> | 1206 2008-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 |
1195 GNUstep) support. | 1209 GNUstep) support. |
1196 | 1210 |
1197 * Makefile.in: | 1211 * Makefile.in: |
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. |
1207 * dispnew.c: Include nsterm.h when compiling under NS windowing. | 1218 * dispnew.c: Include nsterm.h when compiling under NS windowing. |
1208 (init_display): Initialize Vinitial_window_system to "ns" when so | 1219 (init_display): Initialize Vinitial_window_system to "ns" when so |
1219 * font.h: Declare nsfont_driver when compiled under NS. | 1230 * font.h: Declare nsfont_driver when compiled under NS. |
1220 * fontset.c: When compiling under NS, include nsterm.h. | 1231 * fontset.c: When compiling under NS, include nsterm.h. |
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. |
1230 (x_get_arg): Allow "yes" and "no" as boolean values. | 1238 (x_get_arg): Allow "yes" and "no" as boolean values. |
1231 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to | 1239 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to |