| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
unibyte_display_via_language_environment in handling
Vnobreak_char_display.
|
| |
|
|
| |
in client_data comparison.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
| |
(syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
on Mac OS X 10.6+ (bug#4513).
|
| |
|
|
|
| |
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
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
(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.
|
| |
|
|
|
|
|
|
|
| |
(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.
|
| | |
|
| |
|
|
|
| |
* nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
deleted (bug #4492).
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
don't update the NSWindow itself.
(EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
state detection and store user rect ourselves. (Bug #3581)
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
(OBJECTS_MACHINE): Remove, unused.
* configure.in (OTHER_FILES): Define using autoconf not cpp.
|
| | |
|
| |
|
|
|
|
| |
x_set_window_size, in case frame size won't change.
* frame.c (x_set_font): Remove dead code.
|
| | |
|
| |
|
|
|
|
| |
package any more (done in Lisp now).
* subr.el (do-after-load-evaluation): Warn the user after loading an
obsolete package.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
filling the cache.
(where_is_internal_1): Fix up typo.
|
| |
|
|
| |
common doc-string.
|
| |
|
|
| |
keymaps when autoloading is not allowed (bug#4393).
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(parse_menu_item): Streamline since bindings are recomputed all the
time anyway. Don't bother checking Vdefine_key_rebound_commands any
more and don't support lmenu's menu-alias any more either.
* subr.el (define-key-rebound-commands): Mark obsolete.
* startup.el (precompute-menubar-bindings): Remove.
(normal-top-level): Remove obsolete code that tried to precompute
menubar bindings.
* loadup.el (define-key-rebound-commands): Don't bother fiddling with
define-key-rebound-commands and precompute-menubar-bindings.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(where_is_internal): Strip it down to only traverse the keymaps.
Move the cache handling from Fwhere_is_internal to here.
(Fwhere_is_internal): Move the handling of remapping and the choice of
the best binding from where_is_internal to here.
Unify the cached/noncached paths, so remapping is also handled
correctly when the cache is used, and so the cache can be used to
speed up remap-handling when applicable.
Give preference to non-remapped bindings.
* doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
non-remapped bindings.
* keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
command remapping.
|
| |
|
|
| |
5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
|
| | |
|
| |
|
|
|
| |
Assume that where_is_internal returns unshadowed bindings to simplify
the code and get rid of the gotos. Use ASIZE.
|
| |
|
|
| |
is invisible, make it visible.
|
| |
|
|
| |
x_*_window_to_frame.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
x_menubar_window_to_frame
* xterm.c: Remove declarations also in xterm.h
(XTmouse_position): Do not return valid positions
for clicks in the menubar and the toolbar for Gtk+.
* xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
if the widget for the event has the same top level as a frame,
return the frame.
(x_menubar_window_to_frame): Detect menu bar even with Gtk+
internal windows, bug #4122.
(x_non_menubar_window_to_frame): Remove.
|
| |
|
|
| |
(major-mode): ... to here.
|