aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (extend_face_to_end_of_line): Fix formatting of comments.Eli Zaretskii2009-09-281-3/+4
|
* (get_next_display_element): Use an enum in last change.Stefan Monnier2009-09-282-11/+18
|
* Pay attention toKenichi Handa2009-09-282-19/+39
| | | | | unibyte_display_via_language_environment in handling Vnobreak_char_display.
* (string_buffer_position): Fix commentary.Eli Zaretskii2009-09-271-4/+3
|
* (move_it_in_display_line_to): Fix a typo in a comment.Eli Zaretskii2009-09-271-3/+3
|
* * menu.c (find_and_return_menu_selection) [HAVE_NS]: Remove double-casting ↵Adrian Robert2009-09-272-2/+5
| | | | in client_data comparison.
* * nsterm.h (ns_app_name): New extern variable.Adrian Robert2009-09-271-0/+15
| | | | | | | | | | | | | * 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.
* (ns_set_name_iconic, ns_set_name, ns_set_name_as_filename, x-create-frame, ↵Adrian Robert2009-09-271-14/+6
| | | | ns-get-resource, ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
* (ns_update_menubar): Use ns_app_name. Sync with xmenu.c. ↵Adrian Robert2009-09-271-13/+11
| | | | (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
* (ns_app_name): New variable. (ns_term_init): Set and use it. ↵Adrian Robert2009-09-271-3/+5
| | | | (ns_term_shutdown): Use it.
* (ns_app_name): New extern variable.Adrian Robert2009-09-271-0/+1
|
* (move_it_in_display_line_to): Fix a typo in a comment.Eli Zaretskii2009-09-271-1/+1
|
* (make_lispy_event): Remember last wheel direction.YAMAMOTO Mitsuharu2009-09-272-27/+31
| | | | (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
* Comments.Glenn Morris2009-09-261-15/+13
|
* (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in internal.elc.Glenn Morris2009-09-262-4/+27
| | | | | | | | | 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.
* nsmenu.m (EmacsMenu-clear): Recognize application menuDavid Reitter2009-09-252-2/+9
| | | | on Mac OS X 10.6+ (bug#4513).
* * frame.c (xrdb_get_resource): Return nil for empty string resources;Juanma Barranquero2009-09-242-1/+7
| | | | | 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
* (decode_coding_iso_2022): Fix operator precedence.Andreas Schwab2009-09-242-1/+5
|
* * dired.c (Fdirectory_files): Fix typo in docstring.Juanma Barranquero2009-09-242-6/+10
|
* * nsterm.m (EV_TIMESTAMP, x_set_window_size)Adrian Robert2009-09-231-0/+11
| | | | | | | | | | (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.
* * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional forAdrian Robert2009-09-231-11/+2
| | | | glyph advancement.
* * nsterm.m (EV_TIMESTAMP, x_set_window_size)Adrian Robert2009-09-231-24/+11
| | | | | | | (EmacsApp-application:openFiles:): Remove GNUstep conditionals. (EmacsScroller-setPosition:portion:whole:): Remove -display call under GNUstep. (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
* * nsfont.m (Vns_reg_to_script): New lisp variable.Adrian Robert2009-09-231-0/+8
| | | | | | | | | (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.
* * nsfont.m (Vns_reg_to_script): New lisp variable.Adrian Robert2009-09-231-11/+41
| | | | | | | (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 Robert2009-09-231-4/+0
|
* * nsterm.m (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.Adrian Robert2009-09-232-1/+2
|
* * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.Adrian Robert2009-09-221-0/+7
| | | | | * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been deleted (bug #4492).
* (EmacsMenu-menuNeedsUpdate): Ignore if frame has been deleted (bug #4492).Adrian Robert2009-09-221-1/+4
|
* * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.Adrian Robert2009-09-221-12/+3
|
* (find_handler_clause): Make stack-trace-on-error work in batch mode (bug#4228).Stefan Monnier2009-09-202-8/+12
|
* Fix a comment.Eli Zaretskii2009-09-201-1/+2
|
* Fix comments about header lines.Eli Zaretskii2009-09-201-9/+10
|
* * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more carefully.Adrian Robert2009-09-182-6/+12
|
* * syntax.c (Fchar_syntax): Minor doc fix (Bug#119).Chong Yidong2009-09-181-2/+2
|
* * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).Chong Yidong2009-09-181-1/+1
|
* * syntax.c (Fchar_syntax): Minor doc fix (Bug#119).Chong Yidong2009-09-181-0/+4
|
* * nsfns.m (x-focus-frame): Activate the app first.Adrian Robert2009-09-182-0/+2
|
* * nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos andAdrian Robert2009-09-182-15/+33
| | | | | | don't update the NSWindow itself. (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve state detection and store user rect ourselves. (Bug #3581)
* Update comment for HAVE_NS code in font_find_for_lface().Adrian Robert2009-09-181-0/+1
|
* * emacs.c (main) [HAVE_NS]: fix error printf in daemon case.Adrian Robert2009-09-182-2/+2
|
* * nsfns.m (x-close-connection): Drop PSFlush() under OS X.Adrian Robert2009-09-182-3/+1
|
* * emacs.c (inhibit_x_resources): Update doc string for NS.Adrian Robert2009-09-181-0/+18
| | | | | | | | | | | | | | | | | (main) [HAVE_NS]: Don't process --no-init-file option. Remove legacy code for -NXHost. * nsterm.h (ns_no_defaults): Remove. * nsterm.m (ns_no_defaults): Remove. (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources. (ns_use_qd_smoothing): Remove legacy variable. * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use ns_use_qd_smoothing. * nsfns.m (x_get_string_resource): Ape just-previous changes to other platform versions. Drop support for emacs-20-style face specs.
* (x_get_string_resource): Ape just-previous changes to other platform ↵Adrian Robert2009-09-181-8/+5
| | | | versions. Drop support for emacs-20-style face specs.
* (nsfont_draw) [NS_IMPL_COCOA]: Don't use ns_use_qd_smoothing.Adrian Robert2009-09-181-3/+1
|
* (ns_no_defaults): Remove. (ns_term_init): Switch ns_no_defaults -> ↵Adrian Robert2009-09-181-23/+5
| | | | inhibit_x_resources. (ns_use_qd_smoothing): Remove legacy variable.
* (ns_no_defaults): Remove.Adrian Robert2009-09-181-1/+0
|
* (inhibit_x_resources): Update doc string for NS. (main) [HAVE_NS]: Don't ↵Adrian Robert2009-09-181-22/+2
| | | | process --no-init-file option. Remove legacy code for -NXHost.
* The --quick command line option now ignores X resources and Registry settings.Juanma Barranquero2009-09-175-6/+30
| | | | | | | | | | | | | | | | | * etc/NEWS: Mention new behavior of -Q and new variable `inhibit-x-resources'. * lisp/startup.el (emacs-quick-startup): Remove variable and all uses. (command-line): Set `inhibit-x-resources' instead. (command-line-1): Use `inhibit-x-resources' instead. * src/emacs.c (inhibit_x_resources): New variable. (main) [HAVE_NS]: Don't process --quick command line option. (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it. * src/lisp.h (inhibit_x_resources): Declare it extern. * src/w32reg.c (x_get_string_resource): * src/xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
* (MSDOS_SUPPORT, SOME_MACHINE_LISP): Add lisp/term/internal.elc.Eli Zaretskii2009-09-172-2/+8
|
* (x_get_resource_string): Re-add for non-toolkit builds (bug#4461).Stefan Monnier2009-09-172-0/+31
|