X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9d7112edd6319079997522d9fd835fdd9fc2cccf..42ffd097cf4bba5c5df93bf95f30cf2ea859a695:/src/ChangeLog diff --git a/src/ChangeLog b/src/ChangeLog index d310b71cd7..3bf0a6a9b1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,114 @@ +2008-07-28 Jan Djärv + + * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24. + (create_menus): Connect selection-done to menu_nav_ended. + +2008-07-27 Adrian Robert + + * nsfns.m (x-create-frame): Add copy of parms argument to beginning. + Set Vx_resource_name to a fallback. Replace read of 'buffered' + parameter with read of 'alpha' one. + (Qns_frame_parameter): Remove. + * nsselection.m (selection-coding-system) + (next-selection-coding-system, Vselection_coding_system) + (Vnext_selection_coding_system): Drop. + +2008-07-27 Adrian Robert + + * nsfns.m (do-applescript, do_applescript): Rename to + ns-do-applescript, ns_do_applescript, and move within file. + +2008-07-27 Dan Nicolaescu + + Remove support for Mac Carbon. + * mactoolbox.c: + * macterm.h: + * macterm.c: + * macselect.c: + * macmenu.c: + * macgui.h: + * macfns.c: + * mac.c: Remove file. + * s/darwin.h: + * m/intel386.h: + * xfaces.c: + * xdisp.c: + * window.c: + * tparam.c: + * termhooks.h: + * termcap.c: + * term.c: + * syssignal.h: + * sysselect.h: + * sysdep.c: + * process.c: + * lread.c: + * lisp.h: + * keyboard.c: + * image.c: + * fringe.c: + * frame.h: + * frame.c: + * fontset.c: + * font.h: + * font.c: + * fns.c: + * fileio.c: + * emacs.c: + * dispnew.c: + * dispextern.h: + * config.in: + * atimer.c: + * Makefile.in: Remove code for Carbon + +2008-07-26 YAMAMOTO Mitsuharu + + * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return. + +2008-07-26 YAMAMOTO Mitsuharu + + * macterm.h (kCGBitmapByteOrder32Host): New define for + non-universal SDKs. + + * image.c (mac_create_cg_image_from_image, image_load_image_io) + [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host. + + * macterm.c (XDrawLine, XCreatePixmapFromBitmapData) + [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host. + +2008-07-26 David Robinow (tiny change) + + * w32inevt.c: Include dispextern.h. + +2008-07-26 Andreas Schwab + + * print.c (print_object): Fix off-by-one in last change. + +2008-07-25 Juanma Barranquero + + * term.c (syms_of_term): Don't initialize default_orig_pair, + default_set_foreground and default_set_background on Windows. + +2008-07-25 Jason Rumney + + * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to + ScriptItemize. Clean up return value checking. Remove unused + variables. + (uniscribe_encode_char): Encode non-BMP characters with uniscribe + shaping engine. + + * w32font.c (w32font_has_char): Handle the case where we can't + determine the script for a character. + 2008-07-25 Chong Yidong + * term.c (syms_of_term): Initialize default_orig_pair, + default_set_foreground, and default_set_background. + + * getloadavg.c (nl): Rename to name_list to avoid ncurses.h + clash (bug#86). + (getloadavg): Callers changed. + * image.c (svg_load_image): Fix last change. (svg_load_image): Use rsvg_handle_get_dimensions to check that image size is valid. Use g_object_unref instead of deprecated