- 18 Sep, 2009 15 commits
-
-
Adrian Robert authored
(x_get_string_resource): Ape just-previous changes to other platform versions. Drop support for emacs-20-style face specs.
-
Adrian Robert authored
-
Adrian Robert authored
(ns_no_defaults): Remove. (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources. (ns_use_qd_smoothing): Remove legacy variable.
-
Adrian Robert authored
-
Adrian Robert authored
(inhibit_x_resources): Update doc string for NS. (main) [HAVE_NS]: Don't process --no-init-file option. Remove legacy code for -NXHost.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Nick Roberts authored
gdb-var-list. (gud-speedbar-buttons): Make node expandable if expression "has more" children.
-
Nick Roberts authored
(gdb-var-list): Add an element for has_more field. (gdb-non-stop-handler): Enable pretty printing for STL containers. (gdb-var-create-handler, gdb-var-list-children-handler-1) (gdb-var-update-handler-1): Parse output of dynamic variable objects (STL containers). (gdb-var-delete-1): Pass var1 as an explicit second argument. (gdb-get-field): Delete alias. Use bindat-get-field directly.
-
Nick Roberts authored
-
- 17 Sep, 2009 20 commits
-
-
Miles Bader authored
-
Juanma Barranquero authored
* 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.
-
Chong Yidong authored
breaks bootstrapping.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
extended definitions, in case we reload subr.el after having loaded CL. (eval-next-after-load): Mark as obsolete.
-
Juri Linkov authored
(menu-bar-options-menu, menu-bar-showhide-fringe-menu) (menu-bar-showhide-menu, menu-bar-tools-menu) (menu-bar-describe-menu, menu-bar-help-menu) (minibuffer-local-completion-map, minibuffer-local-map): Fix list quoting.
-
Glenn Morris authored
not it has a handler.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
* Makefile.in (OTHER_FILES): Define using autoconf, not cpp. (OBJECTS_MACHINE): Remove, unused. * configure.in (OTHER_FILES): Define using autoconf not cpp.
-
Glenn Morris authored
-
Dan Nicolaescu authored
(menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu) (menu-bar-options-menu, menu-bar-showhide-menu) (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu) (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu) (menu-bar-options-menu, menu-bar-line-wrapping-menu) (menu-bar-options-menu, menu-bar-tools-menu) (menu-bar-describe-menu, menu-bar-search-documentation-menu) (menu-bar-help-menu): (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the string arguments.
-
Dan Nicolaescu authored
(menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy calls for the menu names and :help.
-
Stefan Monnier authored
to :minor-mode-function (bug#4455).
-
- 16 Sep, 2009 5 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
processing the command-line.
-
Stefan Monnier authored
page-delimiter matches the empty string.
-
Glenn Morris authored
-
Glenn Morris authored
It's a list now. (byte-compile-not-obsolete-funcs): New variable. (byte-compile-warn-obsolete): Don't warn about functions if they are in byte-compile-not-obsolete-funcs. (byte-compile-variable-ref, byte-compile-defvar): Update for byte-compile-not-obsolete-vars name-change and list nature. (byte-compile-maybe-guarded): Suppress warnings about obsolete functions and variables behind (f)boundp tests.
-