Tassilo Horn
c44d54b34f
* doc-view.el (doc-view-mode-p): Check for png or imagemagick
...
image backend support. Either of them is fine.
2011-01-08 23:57:07 +01:00
Chong Yidong
2b9f65621b
* lisp/files.el (directory-abbrev-alist): Minor doc fix (Bug#7777).
...
* doc/lispref/files.texi: Likewise.
2011-01-08 16:22:19 -05:00
Chong Yidong
3d91e30286
Doc fix for y-or-n-p and yes-or-no-p.
...
* subr.el (y-or-n-p): Doc fix.
* fns.c (Fyes_or_no_p): Doc fix.
2011-01-08 16:17:58 -05:00
Chong Yidong
278f68456b
Load themes using `load', querying if theme file not known safe.
...
* 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.
2011-01-08 14:19:55 -05:00
Chong Yidong
3ef01959de
New function read-char-choice for reading a restricted set of chars.
...
* 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.
2011-01-08 14:17:23 -05:00
Paul Eggert
72427c46a7
* Makefile.in (EXECUTABLES): Remove; macro unused since 1993.
2011-01-08 11:03:31 -08:00
Chong Yidong
042d8936e0
Change dev-tsdh-dark/dev-tsdh-light theme names to tsdh-dark/tsdh-light,
...
to fit file names.
2011-01-08 12:57:55 -05:00
Andreas Schwab
0d23ffb5f8
* src/fns.c (Fyes_or_no_p): Add usage.
2011-01-08 14:32:31 +01:00
Andreas Schwab
6c7ec17145
* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist)
...
[gnu]: Remove unused group.
2011-01-08 14:32:31 +01:00
Andreas Schwab
7c8379331a
Fixes: debbugs:7806
...
* 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.
2011-01-08 14:31:26 +01:00
Glenn Morris
e7a4241753
Add --no-site-lisp to more Makefiles.
...
* 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.
2011-01-07 18:53:50 -08:00
Glenn Morris
16eea16bc6
-batch implies -q.
...
* etc/PROBLEMS: -batch implies -q.
* msdos/sedleim.inp (RUN-EMACS): -batch imples --no-init-file.
2011-01-07 18:49:27 -08:00
Glenn Morris
d0981f8286
In Makefiles, -batch implies -q.
...
* 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.
2011-01-07 18:41:14 -08:00
Glenn Morris
4967fa3422
* lib-src/Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.
2011-01-07 18:34:26 -08:00
Glenn Morris
9dc3366b13
Fix bug#7750.
...
* src/xdisp.c (syms_of_xdisp) <Qrisky_local_variable>: Move from here...
* src/emacs.c (syms_of_emacs) <Qrisky_local_variable>: ...to here.
2011-01-07 18:31:57 -08:00
Andreas Schwab
466cbae99a
Fix some resource leaks in ImageMagick image loader
...
* src/image.c (imagemagick_load_image): Fix some resource leaks and
error handling.
2011-01-07 23:33:32 +01:00
Paul Eggert
2b3f5bc80a
* install-sh, mkinstalldirs, move-if-change: Update from master
2011-01-07 12:42:11 -08:00
Paul Eggert
f56e0e7a85
* texinfo.tex: Update to version 2010-12-23.17 from gnulib,
...
which in turn is copied from ftp://tug.org/tex/.
2011-01-07 11:49:15 -08:00
Paul Eggert
bc5585d187
* config.guess, config.sub: Updated from master source.
2011-01-07 11:39:48 -08:00
Paul Eggert
c3aab083e2
notes/copyright: Report status more accurately for non-GPL files.
2011-01-07 11:26:23 -08:00
Paul Eggert
dfa36fa1a2
* notes/copyright: Report status more accurately for non-GPL files.
...
Report copyright status more accurately for mkinstalldirs,
configure, m4/getopt.m4, and msdos/sed*.inp.
2011-01-07 11:23:35 -08:00
Sam Steingold
d43bb7d312
* w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
...
the `explicit-shell-file-name' because that is the non-interactive shell.
2011-01-07 14:07:29 -05:00
Chong Yidong
8c51d2a2c2
Allow format args for y-or-n-p and yes-or-no-p.
...
* lisp/subr.el (y-or-n-p): Accept format string args.
* src/fns.c (Fyes_or_no_p): Accept format string args.
2011-01-07 12:34:02 -05:00
Eli Zaretskii
3162010355
Use __builtin_unwind_init in the MSDOS build.
...
msdos/sed2v2.inp (HAVE___BUILTIN_UNWIND_INIT): Define.
2011-01-07 12:47:44 +02:00
Tassilo Horn
f3699ed6d8
* themes/tsdh-light-theme.el, themes/tsdh-dark-theme.el: Remove
...
dev-prefix from file names, so that the files don't clash on 8x3
filesystems.
2011-01-07 11:39:54 +01:00
Eli Zaretskii
1e574bf0ea
Use __builtin_unwind_init in MinGW builds of w32 port.
...
config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
2011-01-07 12:16:20 +02:00
Daiki Ueno
ad09474a95
gnus/mml2015.el: Fix secret key validity check (Bug#7797).
...
* 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.
2011-01-07 18:28:29 +09:00
Glenn Morris
66b7b0fe80
Add --no-site-lisp option, make -Q use it. (Bug#5707)
...
* 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.
2011-01-06 19:10:39 -08:00
Glenn Morris
83f3eadc06
ChangeLog fix.
2011-01-06 19:04:21 -08:00
Tassilo Horn
2d3e1aed3c
* themes/dev-tsdh-light-theme.el (dev-tsdh-light): New theme.
...
* themes/dev-tsdh-dark-theme.el (dev-tsdh-dark): New theme.
2011-01-06 08:35:47 +01:00
Ken Manheimer
1e004a83aa
allout.el: (allout-back-to-current-heading): Ensure return to the visible
...
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.
2011-01-06 02:19:05 -05:00
Glenn Morris
b0a8e46b53
vc-bzr fix for bug #7792 .
...
* 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.
2011-01-05 21:14:54 -08:00
Tassilo Horn
f77ca00344
Fix bug in doc-view-enlarge.
2011-01-05 22:54:23 +01:00
Tassilo Horn
875c044ae2
* doc-view.el (doc-view-image-width): New variable.
...
(doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
backend for PNG images, and do dynamic rescaling instead of
reconverting the whole doc.
2011-01-05 22:17:51 +01:00
Andreas Schwab
2018939f5d
Use __builtin_unwind_init if available
...
* configure.in: Check for __builtin_unwind_init.
* src/alloc.c (mark_stack): Use __builtin_unwind_init if available.
2011-01-05 14:09:07 +01:00
Glenn Morris
96f129d50f
Regenerate configure.
2011-01-04 23:11:57 -08:00
Glenn Morris
e536513812
Don't use $MAKEINFO for both a flag and a program.
...
* 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.
2011-01-04 23:10:47 -08:00
Glenn Morris
1f6f772201
* lisp/emacs-lisp/rx.el (rx-repeat): Replace CL function.
2011-01-04 23:04:51 -08:00
Glenn Morris
4896e8fc5e
ChangeLog fix.
2011-01-04 23:03:21 -08:00
Ken Manheimer
e9e68fda46
Include recent allout.el changes, and add missing '*' asterisk to my
...
previous two ChangeLog entries.
2011-01-04 14:50:21 -05:00
Ken Manheimer
82b392a452
Reconcile with changes in line movement behavior for long text lines
...
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.
2011-01-04 14:44:10 -05:00
Glenn Morris
3f1b6eb290
* lisp/textmodes/rst.el (rst-compile-toolsets): Add pdf and s5 to option alist.
2011-01-04 09:04:10 -08:00
Glenn Morris
d561222854
Restore clobbered NEWS change.
2011-01-04 08:57:45 -08:00
Michael Albinus
84156e941a
* NEWS: Revert change in libxml-* functions, which was applied by
...
previous patch accidently.
2011-01-04 14:00:11 +01:00
Michael Albinus
412b9ee578
* NEWS: Extended behaviour of dbus-register-{method,property}.
2011-01-04 13:44:17 +01:00
Michael Albinus
0fadf00e54
* dbus.texi (Receiving Method Calls): Describe new optional
...
parameter dont-register-service of dbus-register-{method,property}.
2011-01-04 13:38:33 +01:00
Michael Albinus
6ed843e5b8
* dbusbind.c (Fdbus_register_method): Added optional parameter
...
dont_register_service. Updated docstring accordingly.
2011-01-04 12:11:43 +01:00
Michael Albinus
6388924af0
* net/dbus.el (dbus-register-property): Added optional parameter
...
dont-register-service. Updated docstring accordingly.
2011-01-04 11:57:24 +01:00
Andreas Schwab
c3e4b003c2
* lisp/textmodes/rst.el (rst-compile-pdf-preview)
...
(rst-compile-slides-preview): Remove extra line.
2011-01-04 11:09:13 +01:00
Glenn Morris
ef4271fe82
Small rst.el stuff.
...
* 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.
2011-01-03 20:47:39 -08:00