- 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.
-
- 27 Sep, 2009 3 commits
-
-
Adrian Robert authored
* menu.c (find_and_return_menu_selection) [HAVE_NS]: Remove double-casting in client_data comparison.
-
Adrian Robert authored
* nsterm.m (ns_app_name): New variable. (ns_term_init): Set and use it. (ns_term_shutdown): Use it. * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c. (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name. * nsfns.m (ns_set_name_iconic, ns_set_name) (ns_set_name_as_filename, x-create-frame, ns-get-resource) (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
-
YAMAMOTO Mitsuharu authored
(syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
-
- 26 Sep, 2009 1 commit
-
-
Glenn Morris authored
Add term/pc-win.elc. (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and term/x-win.elc. (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and term/w32-win.elc. (NS_SUPPORT): New. (lisp): Add NS_SUPPORT. (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
-
- 25 Sep, 2009 1 commit
-
-
David Reitter authored
on Mac OS X 10.6+ (bug#4513).
-
- 24 Sep, 2009 3 commits
-
-
Juanma Barranquero authored
some parts of Emacs code (like font selection) don't grok them. See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
-
Andreas Schwab authored
-
Juanma Barranquero authored
-
- 23 Sep, 2009 3 commits
-
-
Adrian Robert authored
(EmacsApp-application:openFiles:): Remove GNUstep conditionals. (EmacsScroller-setPosition:portion:whole:): Remove -display call under GNUstep. (EmacsView-initFrameFromEmacs:): Set autoresizing mask. * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for glyph advancement.
-
Adrian Robert authored
(syms_of_nsfont): Declare it. (ns_registry_to_script): New function. (ns_get_req_script): Call it. (ns_findfonts): Don't give up on non-unicode registry. * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
-
Adrian Robert authored
-
- 22 Sep, 2009 1 commit
-
-
Adrian Robert authored
* nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been deleted (bug #4492).
-
- 20 Sep, 2009 1 commit
-
-
Stefan Monnier authored
-
- 18 Sep, 2009 2 commits
-
-
Adrian Robert authored
-
Chong Yidong authored
-