1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
Commit Graph

97860 Commits

Author SHA1 Message Date
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
Glenn Morris
3f9b70909a * src/emacs.c (emacs_copyright): Update short copyright year to 2011. 2011-01-03 20:42:43 -08:00
Lars Magne Ingebrigtsen
37657cbd24 flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
gnus-art.el (gnus-treat-fill-long-lines): Add missing version tag.
gnus-msg.el (gnus-message-replyencrypt): Fix typo in version string.
2011-01-04 02:24:15 +00:00
Ken Manheimer
fb9a573a59 add neglected allout.el ChangeLog entries to ChangeLog. 2011-01-03 15:50:05 -05:00
Eli Zaretskii
d82bce4a05 Don't use png_jmpbuf, it doesn't work with dynamic loading.
image.c (png_jmpbuf): Remove definition.
 (my_png_error, png_load): Don't use png_jmpbuf.
2011-01-03 21:35:59 +02:00
Karl Fogel
b173bdd92f gnus-msg.el (gnus-message-replyencrypt): Default to `t'. 2011-01-03 08:13:45 +00:00
Glenn Morris
c4c15f02b7 * lisp/gnus/sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port. 2011-01-02 17:44:30 -08:00
Glenn Morris
980f570a78 Small sieve.el fix for bug #7720.
* lisp/gnus/sieve.el (sieve-open-server): Give a more explicit error if
sieve-manage-open returns nil.
2011-01-02 17:41:54 -08:00
Glenn Morris
d368a3408f Update NEWS for xml.c name changes. 2011-01-02 17:18:33 -08:00
Lars Magne Ingebrigtsen
84d89edee6 nnimap.el (nnimap-login): Refactored out into own function, and implement CRAM-MD5.
(nnimap-wait-for-line): Refactored out.
shr.el (shr-rescale-image): Display all GIF images as animated images.
nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.  This avoids sending passwords in plain text over non-encrypted channels.
2011-01-02 23:17:32 +00:00
Eli Zaretskii
3d4cad2cc9 Fix merge of fix for bug #7716.
nt/INSTALL:
 nt/README.W32: `image-library-alist' was renamed to `dynamic-library-alist'.
2011-01-02 23:58:13 +02:00
Chong Yidong
7c420169ba Merge changes from emacs-23 branch 2011-01-02 15:31:19 -05:00
Glenn Morris
d12f22f52c Remove duplicate ChangeLog entry. 2011-01-02 10:58:36 -08:00
Gnus developers
bb7f5cbcda Merge changes made in Gnus trunk.
mm-view.el (mml-smime): Require.
mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg, use EPG to decrypt S/MIME messages instead of openssl.
nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
gnus-group.el (gnus-group-kill-group): Don't try to update the group status is the group clearly is unreachable.
auth-source.el (auth-source-create): Add the optional second parameter to `local-variable-p' to be compatible with XEmacs.
nnml.el (nnml-request-article): Allow requesting by Message-ID to work when using a compressed nnml folder.
gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to backends after sanitising on entry, because this never makes sense: If the articles have gone missing, then the data no longer exists on the backend, and if they haven't, then Gnus is wrong, and shouldn't overwrite anything anyway.
shr.el (shr-insert-document): Bind shr-width dynamically to window-width if it's nil.
shr.el (shr-width, shr-insert-document): Allow nil as shr-width value with the meaning of using the full emacs window width for rendering.
2011-01-02 11:23:02 +00:00
Stefan Monnier
2a8a455e77 * lisp/files.el (file-local-variables-alist): Make permanent-local.
Fixes: debbugs:7767
2011-01-01 22:57:26 -05:00
Mark Lillibridge
2f9520592d * lisp/mail/mail-utils.el (mail-strip-quoted-names): Don't modify the
" *temp*" buffer.

Fixes: debbugs:7746
2011-01-01 22:16:03 -05:00
Glenn Morris
d7bfa7a1d9 Set short copyright year to 2011.
* lib-src/ebrowse.c (version) <emacs_copyright>:
* lib-src/etags.c (print_version) <emacs_copyright>:
* lib-src/rcs2log (Copyright):
* lisp/version.el (emacs-copyright):
* nextstep/Cocoa/Emacs.base/Contents/Info.plist:
* nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:
* nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist:
Set short copyright year to 2011.
2011-01-01 18:46:30 -08:00
Mark Lillibridge
9430e9882e Mail-utils fix for bug#7746. (tiny change)
* lisp/mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
an existing temp buffer.
2011-01-01 18:43:26 -08:00
Glenn Morris
8de31eeccb Small mail-utils fix for bug 7760.
* lisp/mail/mail-utils.el (mail-mbox-from): Handle From: headers with
multiple addresses.
2011-01-01 18:35:23 -08:00
Ken Manheimer
7927f48d45 (allout-auto-fill): Do not infinitely recurse - use do-auto-fill if
everything points back to allout-auto-fill.

(allout-mode-deactivate-hook): Declare obsolete, in favor of
standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2011-01-01 19:35:15 -05:00
Chong Yidong
3afff00e6f Reduce GTK tool-bar switching delay by avoiding selective show/hide of widgets.
* src/gtkutil.c (xg_get_tool_bar_widgets): Use NULL for a missing
image or label in the container.
(xg_make_tool_item): Replace VERT_ONLY arg with HORIZ, TEXT_IMAGE.
(xg_show_toolbar_item): Function deleted.
(xg_tool_item_stale_p): New function.
(update_frame_tool_bar): Calculate tool-bar style once per call.
Instead of hiding text labels, omit them.  Don't use
xg_show_toolbar_item; create new GtkToolItems from scratch if
necessary, instead of trying to re-use them.  This avoids an
annoying animation when changing tool-bars.
2011-01-01 01:02:36 -05:00
Michael Albinus
01e6260095 * net/tramp.el (tramp-methods): Add recursive options to "scpc",
"scpx", "pscp" and "psftp".

Please do not sync with the trunk.
2010-12-31 21:17:53 +01:00
Michael Albinus
8d68c659a6 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
and "scpx".
2010-12-31 20:57:05 +01:00
Eli Zaretskii
18da2e74f0 More elegant solution for accessing png_ptr without GCC warnings.
image.c (png_jmpbuf): New macro.
 (my_png_error, png_load): Use it instead of #ifdef'ing according
 to PNG_LIBPNG_VER_MAJOR and PNG_LIBPNG_VER_MINOR.
2010-12-31 18:33:40 +02:00
Jan Djärv
aeb7e9515c For nextstep: Handle bad utf-8 in buffer name, always use buffer name for title.
* nsfns.m (ns_set_name_as_filename): Always use buffer name for
title and buffer filename only for RepresentedFilename.
Handle bad UTF-8 in buffer name.

Fixes: debbugs:7517
2010-12-31 14:16:16 +01:00
Eli Zaretskii
ca6e909ce3 nt/configure.bat (end): Unset environment variables used by this batch file. 2010-12-31 15:12:11 +02:00
Eli Zaretskii
5be1c984b7 Fix bug #7716 with PNG image support libraries on Windows.
src/image.c <Qlibpng_version>: New variable.
 (syms_of_image): Intern and staticpro it.  Set its value to the
 version of PNG library we were compiled with.
 (my_png_error, png_load): Avoid GCC warnings about direct access
 to png_ptr->jmpbuf.
 lisp/term/w32-win.el (image-library-alist): Set up correctly for
 libpng versions both before and after 1.4.0.
 admin/nt/README.W32: Update the information about PNG support libraries.
 nt/INSTALL: Update the information about PNG support libraries.
2010-12-31 14:38:06 +02:00
Tassilo Horn
92bb6c52b7 * misc.texi (Document View): Update DocView section with newly
supported document formats.
2010-12-30 21:23:13 +01:00
Tassilo Horn
291cc04566 * doc-view.el (doc-view-set-doc-type): New function refactored
from doc-view-mode.
(doc-view-fallback-mode): New function.
(doc-view-mode): Use it.
(doc-view-mode-maybe): New function that checks if doc-view-mode
can be used and falls back to the next best mode otherwise.

* files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
DVI, OpenDocument, and MS Office files.
2010-12-30 19:08:18 +01:00