- 09 Jan, 2011 2 commits
-
-
Chong Yidong authored
* tool-bar.el (tool-bar-setup): Remove Help button. Remove label from Search and add a label to Undo. * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing inappropriate buttons and adding :vert-only tags. * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to removal of Help tool-bar button. Remove Undo button for space. * info.el (info-tool-bar-map): Add :vert-only tags.
-
Chong Yidong authored
* gtkutil.c (update_frame_tool_bar): Don't advance tool-bar index when removing extra buttons.
-
- 08 Jan, 2011 15 commits
-
-
Tassilo Horn authored
image backend support. Either of them is fine.
-
Chong Yidong authored
* doc/lispref/files.texi: Likewise.
-
Chong Yidong authored
* subr.el (y-or-n-p): Doc fix. * fns.c (Fyes_or_no_p): Doc fix.
-
Chong Yidong authored
* custom.el (custom-safe-theme-files): New defcustom. (custom-theme-load-confirm): New function. (load-theme): Load theme using `load', confirming with custom-theme-load-confirm if necessary.
-
Chong Yidong authored
* lisp/subr.el (read-char-choice): New function, factored out from dired-query and hack-local-variables-confirm. * lisp/dired-aux.el (dired-query): * lisp/files.el (hack-local-variables-confirm): Use it.
-
Paul Eggert authored
-
Chong Yidong authored
to fit file names.
-
Andreas Schwab authored
-
Andreas Schwab authored
[gnu]: Remove unused group.
-
Andreas Schwab authored
* etc/compilation.txt: Add column to gcc-include sample. * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist) [gcc-include]: Tighten file name match, add match for column number.
-
Glenn Morris authored
* leim/makefile.w32-in (RUN_EMACS): * leim/Makefile.in (RUN-EMACS): Add --no-site-lisp. * lib-src/Makefile.in (EMACSOPT): Add --no-site-lisp. * lisp/makefile.w32-in (EMACSOPT): Add --no-site-lisp.
-
Glenn Morris authored
* etc/PROBLEMS: -batch implies -q. * msdos/sedleim.inp (RUN-EMACS): -batch imples --no-init-file.
-
Glenn Morris authored
* leim/makefile.w32-in (RUN_EMACS): * leim/Makefile.in (RUN-EMACS): -batch implies --no-init-file. * lisp/makefile.w32-in (EMACSOPT): -batch implies --no-init-file. * src/makefile.w32-in ($(EMACS)): * src/Makefile.in (emacs$(EXEEXT)): -batch implies -q.
-
Glenn Morris authored
-
Glenn Morris authored
* src/xdisp.c (syms_of_xdisp) <Qrisky_local_variable>: Move from here... * src/emacs.c (syms_of_emacs) <Qrisky_local_variable>: ...to here.
-
- 07 Jan, 2011 14 commits
-
-
Andreas Schwab authored
* src/image.c (imagemagick_load_image): Fix some resource leaks and error handling.
-
Paul Eggert authored
-
Paul Eggert authored
which in turn is copied from ftp://tug.org/tex/.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
Report copyright status more accurately for mkinstalldirs, configure, m4/getopt.m4, and msdos/sed*.inp.
-
Sam Steingold authored
the `explicit-shell-file-name' because that is the non-interactive shell.
-
Chong Yidong authored
* lisp/subr.el (y-or-n-p): Accept format string args. * src/fns.c (Fyes_or_no_p): Accept format string args.
-
Eli Zaretskii authored
msdos/sed2v2.inp (HAVE___BUILTIN_UNWIND_INIT): Define.
-
Tassilo Horn authored
dev-prefix from file names, so that the files don't clash on 8x3 filesystems.
-
Eli Zaretskii authored
config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
-
Daiki Ueno authored
* mml2015.el (epg-sub-key-fingerprint): Autoload. (mml2015-epg-find-usable-secret-key): New function. (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of mml2015-epg-find-usable-key (Bug#7797). (mml2015-epg-encrypt): Ditto.
-
Glenn Morris authored
* lisp/Makefile.in (EMACSOPT): Add --no-site-lisp. * src/emacs.c (no_site_lisp): New int. (USAGE1): Add --no-site-lisp, mention -Q uses it. (main): Set no_site_lisp. (standard_args): Add --no-site-lisp. * src/lisp.h (no_site_lisp): New int. * src/lread.c (init_lread): If no_site_lisp, don't re-add site-lisp directories to Vload_path. * etc/NEWS: Mention --no-site-lisp.
-
Glenn Morris authored
-
- 06 Jan, 2011 3 commits
-
-
Tassilo Horn authored
* themes/dev-tsdh-dark-theme.el (dev-tsdh-dark): New theme.
-
Ken Manheimer authored
containing topic, rather than a collapsed one. (allout-view-change-hook): Remove hook that was deprecated long ago. (allout-exposure-change-hook): Remove documentation remarks concerning removed allout-view-change-hook. (allout-flag-region): Remove invocation of and documentation remarks concerning allout-view-change-hook.
-
Glenn Morris authored
* lisp/vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time) (vc-bzr-annotate-extract-revision-at-line): Handle authors with embedded spaces.
-
- 05 Jan, 2011 6 commits
-
-
Tassilo Horn authored
-
Tassilo Horn authored
(doc-view-enlarge, doc-view-insert-image): Prefer imagemagick backend for PNG images, and do dynamic rescaling instead of reconverting the whole doc.
-
Andreas Schwab authored
* configure.in: Check for __builtin_unwind_init. * src/alloc.c (mark_stack): Use __builtin_unwind_init if available.
-
Glenn Morris authored
-
Glenn Morris authored
* configure.in (HAVE_MAKEINFO): New output variable. (MAKEINFO): Reset to "makeinfo" if not found. * Makefile.in (install-arch-indep, info): Replace MAKEINFO = off with HAVE_MAKEINFO = no.
-
Glenn Morris authored
-