- 08 Jan, 2011 3 commits
-
-
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 7 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
-
Glenn Morris authored
-
- 04 Jan, 2011 13 commits
-
-
Ken Manheimer authored
previous two ChangeLog entries.
-
Ken Manheimer authored
that cross more than a single physical window line, ie when truncate-lines is nil. (allout-next-visible-heading): Provide for change in line-move behavior on long lines when truncate-lines is nil. In that case, line-move can wind up on the same textual line when it moves to the next window line, and moving to the bullet position after the move yields zero advancement. Add logic to detect and compensate for the lack of progress. (allout-current-topic-collapsed-p): move-end-of-line respect for field boundaries is different when operating with body lines shorter than window width versus ones greater than window width, which can yield false negatives in this function. Avoid difference by applying move-end-of-line while field-text-motion is inhibited.
-
Glenn Morris authored
-
Glenn Morris authored
-
Michael Albinus authored
previous patch accidently.
-
Michael Albinus authored
-
Michael Albinus authored
parameter dont-register-service of dbus-register-{method,property}.
-
Michael Albinus authored
dont_register_service. Updated docstring accordingly.
-
Michael Albinus authored
dont-register-service. Updated docstring accordingly.
-
Andreas Schwab authored
(rst-compile-slides-preview): Remove extra line.
-
Glenn Morris authored
* lisp/textmodes/rst.el (rst-compile-toolsets): Make it a defcustom. Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise default to `prog' without a .py extension. (rst-compile-pdf-preview, rst-compile-slides-preview): Use program names from rst-compile-toolsets, rather than hard-coding. (rst-portable-mark-active-p): Fix presumed typo.
-
Glenn Morris authored
-
Lars Magne Ingebrigtsen authored
gnus-art.el (gnus-treat-fill-long-lines): Add missing version tag. gnus-msg.el (gnus-message-replyencrypt): Fix typo in version string.
-