- 22 Oct, 2009 1 commit
-
-
Juanma Barranquero authored
-
- 21 Oct, 2009 3 commits
-
-
Andreas Schwab authored
-
Jan Djärv authored
-
Jan Djärv authored
* xterm.h (x_wait_for_event): Declare it. * xterm.c (pending_event_wait): New variable. (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we see pending_event_wait.eventtype. (handle_one_xevent): Don't change gravity when parent changes. (x_new_font): Call change_frame_size with new rows/columns before we try to resize the frame. (x_wait_for_event): New function. (x_set_window_size_1): Don't change gravity unless change_gravity is set. Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible, don't change frame size, instead wait for the ConfigureNotify. (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also. (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT. (x_initialize): Initialize pending_event_wait. * xmenu.c (set_frame_menubar): Add internal border width to menu bar size. * widget.c (EmacsFrameSetValues): Add comment. (EmacsFrameSetCharSize): Just call x_set_window_size. * gtkutil.c (xg_frame_set_char_size): Flush events and call x_wait_for_event. (flush_and_sync): Removed again. (xg_get_font_name): Suggest monospace if no previous font is known.
-
- 20 Oct, 2009 5 commits
-
-
Juanma Barranquero authored
-
Stefan Monnier authored
8th bit, since that only made since in the ASCII world (bug#4751).
-
YAMAMOTO Mitsuharu authored
-
YAMAMOTO Mitsuharu authored
processing pending events when event is filtered for input method.
-
Juanma Barranquero authored
-
- 19 Oct, 2009 6 commits
-
-
Dan Nicolaescu authored
* image.c: Likewise. Include setjmp.h.
-
Jan Djärv authored
pixel -1 (bug #4742).
-
Dan Nicolaescu authored
* nsselect.m: * nsmenu.m: * nsimage.m: * nsfont.m: * nsfns.m: Include setjmp.h. (Bug#4643)
-
Dan Nicolaescu authored
supported systems: UNIPLUS and RTU.
-
Dan Nicolaescu authored
* xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
-
Dan Nicolaescu authored
* eval.c: Move struct catchtag definition ... * lisp.h: ... here. * image.c: Move png.h #include earlier to avoid warnings. * xterm.c: * xsmfns.c: * xselect.c: * xrdb.c: * xmenu.c: * xftfont.c: * xfont.c: * xfns.c: * xfaces.c: * xdisp.c: * window.c: * widget.c: * w32xfns.c: * w32uniscribe.c: * w32term.c: * w32select.c: * w32reg.c: * w32proc.c: * w32menu.c: * w32inevt.c: * w32heap.c: * w32font.c: * w32fns.c: * w32console.c: * w32.c: * w16select.c: * vm-limit.c: * unexsol.c: * unexec.c: * unexcw.c: * unexaix.c: * undo.c: * tparam.c: * textprop.c: * terminfo.c: * terminal.c: * termcap.c: * term.c: * syntax.c: * sound.c: * sheap.c: * search.c: * scroll.c: * region-cache.c: * regex.c: * ralloc.c: * process.c: * print.c: * msdos.c: * minibuf.c: * menu.c: * marker.c: * macros.c: * keymap.c: * keyboard.c: * intervals.c: * insdel.c: * indent.c: * gtkutil.c: * ftxfont.c: * ftfont.c: * fringe.c: * frame.c: * fontset.c: * font.c: * fns.c: * floatfns.c: * filelock.c: * fileio.c: * emacs.c: * editfns.c: * dosfns.c: * doprnt.c: * doc.c: * dispnew.c: * dired.c: * dbusbind.c: * data.c: * composite.c: * coding.c: * cmds.c: * cm.c: * chartab.c: * charset.c: * character.c: * ccl.c: * category.c: * casetab.c: * casefiddle.c: * callproc.c: * callint.c: * bytecode.c: * buffer.c: * atimer.c: Include setjmp.h. (Bug#4643) * xlwmenu.c: * lwlib.c: * lwlib-utils.c: * lwlib-Xm.c: * lwlib-Xlw.c: * lwlib-Xaw.c: Include setjmp.h.
-
- 18 Oct, 2009 3 commits
-
-
Juanma Barranquero authored
-
Stefan Monnier authored
* character.c (unibyte_to_multibyte_table): Remove. (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE. * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table. * character.h (UNIBYTE_TO_CHAR): New macro. (MAKE_CHAR_MULTIBYTE): Use it. (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove. * xdisp.c (get_next_display_element): USE ASCII_CHAR_P. (message_dolog, set_message_1): * search.c (Freplace_match): * editfns.c (Fcompare_buffer_substrings): * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE. (concat): * insdel.c (copy_text, count_size_as_multibyte): Use ASCII_CHAR_P and BYTE8_TO_CHAR. * term.c (produce_glyphs): * syntax.c (skip_chars): Use BYTE8_TO_CHAR. * regex.c (RE_CHAR_TO_MULTIBYTE): * cmds.c (internal_self_insert): * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
-
Stefan Monnier authored
-
- 17 Oct, 2009 2 commits
-
-
Dan Nicolaescu authored
* term/common-win.el (x-colors): Purecopy it.
-
Juanma Barranquero authored
-
- 16 Oct, 2009 2 commits
-
-
Juanma Barranquero authored
-
Adrian Robert authored
still needed under Tiger. * nsterm.m (EmacsView-conversationIdentifier): Arg is long. * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under __Apple__. * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
-
- 15 Oct, 2009 1 commit
-
-
Kenichi Handa authored
-
- 13 Oct, 2009 2 commits
-
-
Adrian Robert authored
-
Adrian Robert authored
(dbus-method-error-internal): Use long format in printf, and cast argument. * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format in printf, and cast argument. * process.c (list_processes_1): Use long format in printf, and cast argument.
-
- 12 Oct, 2009 2 commits
-
-
Adrian Robert authored
-
Adrian Robert authored
Changes for 64-bit compile under Snow Leopard. * nsfns.m (xw-color-values): Use CGFloat where appropriate. * nsfont.m (ns_char_width): Replace deprecated call (suggested by Erik Charlebois). (ns_findfonts, nsfont_list_family): Use long format in printf, and cast argument. (nsfont_open): Use ns_char_width() everywhere. (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate. * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat. * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat where appropriate. * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger where appropriate. (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:): Use stringWithUTF8String. (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature. * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip): Add formal protocol mention to inheritance. [NS_HAVE_NSINTEGER]: Drop conditional and contents. * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate. Fix printf format. (ns_query_color): Use CGFloat where appropriate. (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures. (EmacsScroller-mouseDown:) Use long format in printf, and cast argument.
-
- 11 Oct, 2009 1 commit
-
-
Glenn Morris authored
-
- 08 Oct, 2009 2 commits
-
-
Jan Djärv authored
menu bar with a small width so it doesn't enlarge the frame.
-
Juanma Barranquero authored
-
- 06 Oct, 2009 1 commit
-
-
Glenn Morris authored
enters indirectly via DOC). See http://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00022.html
-
- 05 Oct, 2009 1 commit
-
-
Eli Zaretskii authored
-
- 04 Oct, 2009 1 commit
-
-
Eli Zaretskii authored
-
- 03 Oct, 2009 1 commit
-
-
Juanma Barranquero authored
-
- 02 Oct, 2009 1 commit
-
-
Michael Albinus authored
-
- 01 Oct, 2009 3 commits
-
-
Juanma Barranquero authored
Declare, instead of Qdelete_directory. * w32fns.c (Fsystem_move_file_to_trash): Use it.
-
Stefan Monnier authored
* subr.el (interactive-p): Mark obsolete. (called-interactively-p): Make the optional-ness of `kind' obsolete. * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey advertised-signature-table for subroutines as well.
-
Michael Albinus authored
Fdelete_directory. It is not a command anymore. It has no file name handler.
-
- 28 Sep, 2009 2 commits
-
-
Stefan Monnier authored
-
Kenichi Handa authored
unibyte_display_via_language_environment in handling Vnobreak_char_display.
-