]>
git.eshelyaron.com Git - emacs.git/log
Deniz Dogan [Mon, 31 Jan 2011 23:11:29 +0000 (18:11 -0500)]
Backport Bug#7933 fix from trunk.
* lisp/net/rcirc.el: Clean log filenames (Bug#7933).
(rcirc-log-write): Use convert-standard-filename.
(rcirc-log-filename-function): Documentation updates.
Alan Mackenzie [Mon, 31 Jan 2011 23:07:43 +0000 (18:07 -0500)]
Fix an infloop in CC-mode (Bug#7595).
* progmodes/cc-cmds.el (c-forward-over-illiterals): Continue
parsing if we encounter a naked # (Bug#7595).
(c-beginning-of-statement): Avoid loop in locating the beginning
of a macro.
Antoine Levitt [Mon, 31 Jan 2011 19:16:19 +0000 (14:16 -0500)]
Fix erasure of modeline by erc-track.
http://lists.gnu.org/archive/html/emacs-devel/2010-08/msg00562.html
* erc-track.el (track): Don't reset erc-modified-channels-object
each time erc-track-mode is activated.
Chong Yidong [Mon, 31 Jan 2011 17:03:37 +0000 (12:03 -0500)]
* lisp/files.el (copy-directory): Fix arguments to the recursive call.
Andreas Schwab [Sat, 29 Jan 2011 23:56:33 +0000 (00:56 +0100)]
Fix use of pointers to image library functions
* src/image.c (DEF_IMGLIB_FN): Add parameter rettype, use it instead
of int. All uses adjusted.
(PNG_JMPBUF, png_load, jpeg_load, tiff_load, gif_load)
(svg_load_image): Remove casts.
Chong Yidong [Sat, 29 Jan 2011 22:33:02 +0000 (17:33 -0500)]
Fix macro definitions in last change to image.c
Chong Yidong [Sat, 29 Jan 2011 22:10:51 +0000 (17:10 -0500)]
Fix bug in copy-directory copying into an existing directory.
http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg01007.html
* files.el (copy-directory): If destination is an existing
directory, copy into a subdirectory there.
Chong Yidong [Sat, 29 Jan 2011 21:28:26 +0000 (16:28 -0500)]
Fix png support to allow compiling with libpng-1.5 (Bug#7908).
* image.c (fn_png_longjmp, fn_png_set_longjmp_fn): New png
function definitions for compiling with libpng-1.5.
(PNG_LONGJMP, PNG_JMPBUF): New macros for libpng-1.5.
(my_png_error, png_load): Use them. Suggested by Thomas Klausner.
Andreas Schwab [Sat, 29 Jan 2011 09:44:40 +0000 (10:44 +0100)]
Don't complain about duplicate leim-list files
* lisp/emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
files.
Chong Yidong [Fri, 28 Jan 2011 19:19:36 +0000 (14:19 -0500)]
Shorten menu description of "Other Display Specs" lispref node (Bug#7816).
* vol1.texi (Top):
* vol2.texi (Top):
* elisp.texi (Top):
* display.texi (Display Property): Shorten the menu description of
the "Other Display Specs" node.
Chong Yidong [Fri, 28 Jan 2011 18:09:59 +0000 (13:09 -0500)]
Fix gratuitous argument passing error in image-dired (Bug#7817).
* lisp/image-dired.el (image-dired-mouse-display-image): No-op if
no file is found.
Chong Yidong [Fri, 28 Jan 2011 18:03:30 +0000 (13:03 -0500)]
* search.texi (Regexps): Copyedits. Mention character classes (Bug#7809).
Chong Yidong [Fri, 28 Jan 2011 17:37:07 +0000 (12:37 -0500)]
Add two cindex entries to Lisp manual (Bug#7805).
* keymaps.texi (Defining Menus): Add "menu item" and "extended
menu item" concept index entries.
Chong Yidong [Fri, 28 Jan 2011 17:29:30 +0000 (12:29 -0500)]
Remove text on directory-abbrev-alist omitted in 2011-01-08 commit.
* files.texi (File Aliases): Restore explanatory text from Eli
Zaretskii, accidentally removed in 2011-01-08 commit.
Chong Yidong [Fri, 28 Jan 2011 17:18:54 +0000 (12:18 -0500)]
* mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
Chong Yidong [Fri, 28 Jan 2011 17:07:12 +0000 (12:07 -0500)]
* m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.
Chong Yidong [Fri, 28 Jan 2011 17:03:19 +0000 (12:03 -0500)]
* lib-src/ntlib.c (setregid): New stub, renamed from setegid.
* lib-src/ntlib.h: Update prototype.
Kenichi Handa [Fri, 28 Jan 2011 04:41:20 +0000 (13:41 +0900)]
(quail-keyboard-layout-alist): Remove
superfluous SPC for "pc105-uk" (bug#7927).
Chong Yidong [Thu, 27 Jan 2011 20:49:48 +0000 (15:49 -0500)]
* configure.in: Test existence of xaw3d library, not just the header (Bug#7642).
* configure: Regenerate.
Glenn Morris [Thu, 27 Jan 2011 07:48:23 +0000 (23:48 -0800)]
msb.el fix for bug #7902.
* lisp/msb.el (msb-menu-bar-update-buffers): Update for changed
argument handling of menu-bar-select-frame.
Chong Yidong [Thu, 27 Jan 2011 00:51:41 +0000 (19:51 -0500)]
Limit recursion depth of c-forward-<>-arglist-recur (Bug#7722).
* progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
to the recursion depth.
Chong Yidong [Thu, 27 Jan 2011 00:45:30 +0000 (19:45 -0500)]
Fix GTK font name parsing to allow numbers in names (Bug#7853).
A better fix is already in the trunk.
* src/font.c (font_parse_fcname): Require GTK-style font sizes to
occur at the end of the font string (Bug#7853).
Jan Djärv [Wed, 26 Jan 2011 18:05:13 +0000 (19:05 +0100)]
* term/ns-win.el (ns-find-file): Expand ns-input-file with
command-line-default-directory (Bug#7872).
NOTE: The trunk version is a bit different, I think there will be
merge conflicts.
Chong Yidong [Wed, 26 Jan 2011 16:28:49 +0000 (11:28 -0500)]
* src/font.c (font_parse_fcname): Fix typo in string length.
Glenn Morris [Tue, 25 Jan 2011 03:13:02 +0000 (19:13 -0800)]
ChangeLog fix: there was no change to ruby-expr-beg.
Glenn Morris [Tue, 25 Jan 2011 02:56:03 +0000 (18:56 -0800)]
* lisp/comint.el (comint-mode): Doc fix. (Bug#7897)
Stefan Monnier [Mon, 24 Jan 2011 22:05:52 +0000 (17:05 -0500)]
* xdisp.c (handle_fontified_prop): Be careful with font-lock changing
the buffer's point-max.
Fixes: debbugs:7876
Stefan Monnier [Mon, 24 Jan 2011 20:34:44 +0000 (15:34 -0500)]
* files.el (file-name-non-special): Only change buffer-file-name after
insert-file-contents if it's `visit'ing the file.
Fixes: debbugs:7854
Glenn Morris [Mon, 24 Jan 2011 07:45:22 +0000 (23:45 -0800)]
* lisp/gnus/nnbabyl: Fix typo in copyright years.
Glenn Morris [Mon, 24 Jan 2011 02:22:54 +0000 (18:22 -0800)]
Backport copyright fix from trunk.
* lisp/mwheel.el: Fix typo in copyright years.
Duplicate 2002 introduced in CVS r1.35.
2003 is a copyrightable year since Emacs 21.3 was released then.
Chong Yidong [Sun, 23 Jan 2011 22:58:52 +0000 (17:58 -0500)]
* movemail.c (main): Use setregid, as setegid is missing on HP-UX (Bug#6811).
Suggested by Peter O'Gorman.
Chong Yidong [Sun, 23 Jan 2011 22:38:13 +0000 (17:38 -0500)]
* lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases (Bug#6811).
Remove unused HAVE_SHM branch.
Peter O'Gorman [Sun, 23 Jan 2011 22:00:22 +0000 (17:00 -0500)]
Two more hunks from the HP-UX patch at Bug#6811.
* configure.in: Add HP-UX on IA64 (Bug#6811).
* src/s/hpux11.h: Set CANNOT_DUMP on IA64 (Bug#6811).
Werner Meisner [Sun, 23 Jan 2011 21:39:37 +0000 (16:39 -0500)]
* lwlib-Xm.c (xm_update_menu): Avoid a NULL pointer dereference (Bug#7690).
Chong Yidong [Sun, 23 Jan 2011 20:34:12 +0000 (15:34 -0500)]
* loading.texi (Library Search): Document list-load-path-shadows (Bug#7757).
Chong Yidong [Sun, 23 Jan 2011 20:06:51 +0000 (15:06 -0500)]
* dired.el (dired-revert): Doc fix (Bug#7758).
Glenn Morris [Sun, 23 Jan 2011 03:32:41 +0000 (19:32 -0800)]
Mark tiny change.
Chong Yidong [Sun, 23 Jan 2011 01:12:25 +0000 (20:12 -0500)]
Remove outdated paragraph from Lisp manual (Bug#7780).
* doc/lispref/searching.texi (Regexp Special): Remove outdated discussion of
character sets.
Nobuyoshi Nakada [Sun, 23 Jan 2011 01:02:37 +0000 (20:02 -0500)]
Merge several fixes from upsteam ruby-mode.
* lisp/progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
here-doc which ends with an underscore.
(ruby-mode-set-encoding): Skip shebang line always.
(ruby-mode-map): Bind C-c C-c to comment-region.
(ruby-expr-beg, ruby-font-lock-keywords): Highlight literal hash
key labels as symbols.
(ruby-forward-sexp): Stop after literal hash key labels.
(ruby-font-lock-syntactic-keywords): Highlight regexp after open
bracket.
Glenn Morris [Sun, 23 Jan 2011 00:53:08 +0000 (16:53 -0800)]
* nt/iconcs/README: Add 2010, 2011 to FSF copyright years.
Glenn Morris [Sat, 22 Jan 2011 21:02:49 +0000 (13:02 -0800)]
* lisp/simple.el (do-auto-fill): Give it a doc string.
Keitaro Miyazaki [Sat, 22 Jan 2011 20:54:27 +0000 (15:54 -0500)]
Fix toggling of case-fold-search from re-builder menu (Bug#7650).
* emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
the correct buffer.
Chong Yidong [Sat, 22 Jan 2011 20:25:23 +0000 (15:25 -0500)]
* frames.texi (Pop-Up Menus): Document where menu title comes from (Bug#7684).
Glenn Morris [Sat, 22 Jan 2011 20:10:17 +0000 (12:10 -0800)]
Doc fix for make-text-button.
* doc/lispref/display.texi (Making Buttons): Mention limitation of text buttons.
* lisp/button.el (make-text-button): Doc fix. (See bug#7881)
Chong Yidong [Sat, 22 Jan 2011 19:29:10 +0000 (14:29 -0500)]
* simple.el (line-move-visual): Doc fix (Bug#7594).
Chong Yidong [Sat, 22 Jan 2011 15:55:08 +0000 (10:55 -0500)]
Fix last change.
Chong Yidong [Sat, 22 Jan 2011 03:03:49 +0000 (22:03 -0500)]
* emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in menu item.
Martin Rudalics [Sat, 22 Jan 2011 02:44:53 +0000 (21:44 -0500)]
Rework 2011-01-15 changes to window.c.
* src/window.c (select_window): New function.
(Fselect_window): Call it.
(inhibit_point_swap): Variable deleted.
(Fset_window_configuration): Call select_window directly.
Roland McGrath [Fri, 21 Jan 2011 20:56:24 +0000 (15:56 -0500)]
* lisp/comint.el (comint-replace-by-expanded-history-before-point): Fix
expansion of !$ and !!:N syntax to pick the indicated word.
Fixes: debbugs:7883
Stefan Monnier [Fri, 21 Jan 2011 20:48:20 +0000 (15:48 -0500)]
* lisp/progmodes/js.el (js--regexp-literal): Count backslashes.
Fixes: debbugs:7882
Jari Aalto [Fri, 21 Jan 2011 18:12:32 +0000 (13:12 -0500)]
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
Assume foo(bar) is a manpage reference rather than some unquoted symbol.
Fixes: debbugs:7705
Stefan Monnier [Fri, 21 Jan 2011 18:07:41 +0000 (13:07 -0500)]
* lisp/subr.el (shell-quote-argument): Properly quote \n.
Suggested by Flo <sensorflo@gmail.com>.
Fixes: debbugs:7687
Glenn Morris [Fri, 21 Jan 2011 05:04:45 +0000 (21:04 -0800)]
compile.el fix for bug#7812
* lisp/progmodes/compile.el (compilation-error-regexp-alist):
Fix custom type.
Glenn Morris [Tue, 18 Jan 2011 02:31:59 +0000 (18:31 -0800)]
* etc/PROBLEMS: Add note about svn+ssh. (Bug#7791)
Stefan Monnier [Mon, 17 Jan 2011 21:42:23 +0000 (16:42 -0500)]
* emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
keymap expression. Improve docstring.
Stefan Monnier [Sun, 16 Jan 2011 15:40:47 +0000 (10:40 -0500)]
* image.c (syms_of_image): Don't access XSYMBOL's internals directly.
Eli Zaretskii [Sun, 16 Jan 2011 09:51:59 +0000 (04:51 -0500)]
Fix bug #7848 with using SET_SYMBOL_VALUE in image.c
!!!DO NOT MERGE TO THE TRUNK!!!
image.c (syms_of_image): Don't use SET_SYMBOL_VALUE.
Chong Yidong [Sat, 15 Jan 2011 03:50:47 +0000 (22:50 -0500)]
Bump version to 23.2.92.
Regenerate AUTHORS, configure, and ldefs-boot.el.
Chong Yidong [Sat, 15 Jan 2011 03:10:38 +0000 (22:10 -0500)]
* building.texi (Compilation): Improve instructions for running two compilations (Bug#7573).
Martin Rudalics [Sat, 15 Jan 2011 02:55:58 +0000 (21:55 -0500)]
Avoid crash in Fselect_frame due to null selected_window (Bug#7728).
* window.c (inhibit_point_swap): New variable.
(Fselect_window): If inhibit_point_swap is nonzero, avoid swapping
point this time.
(Fset_window_configuration): Set inhibit_point_swap to 1 instead
of setting selected_window to nil (Bug#7728).
Mark Diekhans [Sat, 15 Jan 2011 02:32:19 +0000 (21:32 -0500)]
Make last-resort backup file in .emacs.d (Bug#6953).
* lisp/files.el (backup-buffer): Make last-resort backup file in
.emacs.d.
* lisp/subr.el (locate-user-emacs-file): If .emacs.d does not exist,
make it with permission 700.
* doc/emacs/files.texi (Backup Names): Document the new location of the
last-resort backup file.
Kenichi Handa [Fri, 14 Jan 2011 04:08:30 +0000 (13:08 +0900)]
merge emacs-23
Kenichi Handa [Fri, 14 Jan 2011 04:04:10 +0000 (13:04 +0900)]
Fix setting of buffer-file-coding-system of RMAIL buffer.
Chong Yidong [Thu, 13 Jan 2011 05:12:01 +0000 (00:12 -0500)]
* lisp/subr.el (event-start, event-end): Doc fix (Bug#7826).
Chong Yidong [Thu, 13 Jan 2011 04:24:31 +0000 (23:24 -0500)]
* message.el (message-bury): Add special-case handling for Rmail.
This should not be merged into the trunk.
Kenichi Handa [Wed, 12 Jan 2011 06:11:40 +0000 (15:11 +0900)]
merge emacs-23
Kenichi Handa [Wed, 12 Jan 2011 06:08:55 +0000 (15:08 +0900)]
Another improvement of MIME handling in rmail.
Glenn Morris [Wed, 12 Jan 2011 03:53:28 +0000 (19:53 -0800)]
* message.el (message-mail): A compose-mail function should accept headers as strings.
Chong Yidong [Wed, 12 Jan 2011 02:29:23 +0000 (21:29 -0500)]
Distinguish between terminfo and termcap on NetBSD (Bug#7642).
* configure.in [netbsd systems]: Check for tputs definition.
* src/config.in (TERMINFO): New definition.
* src/s/netbsd.h: Use it to choose between terminfo and termcap.
Chong Yidong [Wed, 12 Jan 2011 02:13:33 +0000 (21:13 -0500)]
lisp/emulation/tpu-edt.el: Regenerate md5sum.
Stefan Monnier [Tue, 11 Jan 2011 02:28:48 +0000 (21:28 -0500)]
* tmm.el (tmm-get-keymap): Skip bindings without labels.
(tmm-prompt): Simplify.
(tmm-add-prompt): Remove unused var `win'.
Fixes: debbugs:7721
Stefan Monnier [Tue, 11 Jan 2011 00:14:25 +0000 (19:14 -0500)]
* whitespace.el (global-whitespace-newline-mode): Fix call
to minor mode which used nil accidentally to mean "turn off".
Fixes: debbugs:7810
Michael Albinus [Mon, 10 Jan 2011 20:36:09 +0000 (21:36 +0100)]
* net/tramp.el (tramp-find-inline-compress)
(tramp-get-inline-coding): Quote command after pipe symbol for
local calls under W32. (Bug#6784)
Michael Albinus [Mon, 10 Jan 2011 19:42:46 +0000 (20:42 +0100)]
* net/tramp.el (tramp-default-method): Initialize with pscp/plink
only when running under W32.
Eli Zaretskii [Sun, 9 Jan 2011 17:52:57 +0000 (19:52 +0200)]
Fix bug #6684 with shell pipelines on MS-Windows.
progmodes/grep.el (grep-compute-defaults): Quote the program
file name after the pipe symbol in Grep templates.
jka-compr.el (jka-compr-partial-uncompress): Likewise.
Fixes: debbugs:6784
Lennart Borgman [Sat, 8 Jan 2011 22:15:51 +0000 (17:15 -0500)]
Fix permanancy of BUFFER-LIST arg to list-buffers-noselect (Bug#7749).
* buff-menu.el (Buffer-menu-buffer-list): New var.
(Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
restricted buffer list is not lost on revert (Bug#7749).
Chong Yidong [Sat, 8 Jan 2011 22:01:13 +0000 (17:01 -0500)]
Move directory-abbrev-alist doc from Lispref to Emacs manual.
* doc/emacs/files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
manual. Explain why directory-abbrev-alist elements should be anchored
(Bug#7777).
* doc/lispref/files.texi (Directory Names): Move directory-abbrev-alist doc to
Emacs manual.
Chong Yidong [Sat, 8 Jan 2011 21:37:20 +0000 (16:37 -0500)]
Explain why directory-abbrev-alist should be anchored (Bug#7777).
* files.texi (Directory Names): Explain why directory-abbrev-alist
elements should be anchored (Bug#7777).
Eric Hanchrow [Sat, 8 Jan 2011 19:49:02 +0000 (14:49 -0500)]
* net/ldap.el (ldap-search-internal): Discard stderr output.
Eli Zaretskii [Fri, 7 Jan 2011 15:55:13 +0000 (17:55 +0200)]
Fix bug #7777 with documentation of directory-abbrev-alist.
lisp/files.el (directory-abbrev-alist): Doc fix.
doc/lispref/files.texi (Directory Names): Explain why FROM in
directory-abbrev-alist should begin with \`.
Eli Zaretskii [Fri, 7 Jan 2011 15:32:12 +0000 (17:32 +0200)]
Fix description of emacsclientw.exe.
msdog.texi (Windows Startup): Correct inaccurate description of
differences between emacsclient.exe and emacsclientw.exe.
Stefan Monnier [Thu, 6 Jan 2011 16:03:59 +0000 (11:03 -0500)]
* vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
Author names can have spaces.
Fixes: debbugs:7792
Kenichi Handa [Tue, 4 Jan 2011 07:09:46 +0000 (16:09 +0900)]
Fix handling of unknown MIME type (bug#7651).
Jan Djärv [Mon, 3 Jan 2011 21:26:22 +0000 (22:26 +0100)]
Backport bug 7517 fixes from trunk.
* coding.h (ENCODE_UTF_8): Remove "Used by ..." comment.
* nsfns.m (ns_set_name_iconic): Remove.
(ns_get_screen): Don't assign integer to f.
(ns_set_name_internal): New function.
(Vicon_title_format): Extern declare.
(ns_set_name): Call ns_set_name_internal.
(x_explicitly_set_name): Remove call to ns_set_name_iconic.
(x_implicitly_set_name): Ditto.
(x_set_title): Remove commet about EXPLICIT. Call ns_set_name_internal.
(ns_set_name_as_filename): Encode name with ENCODE_UTF_8.
Always use buffer name for title and buffer filename only for
RepresentedFilename. Handle bad UTF-8 in buffer name (Bug#7517).
Eli Zaretskii [Mon, 3 Jan 2011 19:32:41 +0000 (21:32 +0200)]
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.
Glenn Morris [Mon, 3 Jan 2011 06:21:35 +0000 (22:21 -0800)]
Forgot to mark tiny change.
Brent Goodrick [Mon, 3 Jan 2011 06:13:35 +0000 (22:13 -0800)]
Abbrev.el fix for bug #7733. (tiny change)
* lisp/abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
table, get the value before switching to the output buffer.
Stefan Monnier [Mon, 3 Jan 2011 03:49:13 +0000 (22:49 -0500)]
* progmodes/python.el (python-mode): Don't impose font-lock.
Fixes: debbugs:3628
Eduard Wiebe [Mon, 3 Jan 2011 01:14:03 +0000 (17:14 -0800)]
* doc/misc/nxml-mode.texi (Introduction): Fix file name typos.
Fixes: debbugs:7770
Glenn Morris [Mon, 3 Jan 2011 00:39:50 +0000 (16:39 -0800)]
Update refcards/*.tex short copyright year to 2011.
* refcards/calccard.tex, refcards/cs-dired-ref.tex:
* refcards/cs-refcard.tex, refcards/cs-survival.tex:
* refcards/de-refcard.tex, refcards/dired-ref.tex:
* refcards/fr-dired-ref.tex, refcards/fr-refcard.tex:
* refcards/fr-survival.tex, refcards/orgcard.tex:
* refcards/pl-refcard.tex, refcards/pt-br-refcard.tex:
* refcards/refcard.tex, refcards/ru-refcard.tex:
* refcards/sk-dired-ref.tex, refcards/sk-refcard.tex:
* refcards/sk-survival.tex, refcards/survival.tex:
* refcards/vipcard.tex, refcards/viperCard.tex:
Update short copyright year to 2011.
Glenn Morris [Mon, 3 Jan 2011 00:35:01 +0000 (16:35 -0800)]
* admin/admin.el (set-copyright): Also handle \year in refcards/*.tex.
Glenn Morris [Mon, 3 Jan 2011 00:01:07 +0000 (16:01 -0800)]
Revert accidental update of non-FSF copyright from 2010-01-13T08:35:10Z!rgm@gnu.org.
Glenn Morris [Sun, 2 Jan 2011 23:50:46 +0000 (15:50 -0800)]
Add 2011 to FSF/AIST copyright years.
Glenn Morris [Sun, 2 Jan 2011 18:58:36 +0000 (10:58 -0800)]
Remove duplicate ChangeLog entry.
Stefan Monnier [Sun, 2 Jan 2011 03:57:26 +0000 (22:57 -0500)]
* lisp/files.el (file-local-variables-alist): Make permanent-local.
Fixes: debbugs:7767
Mark Lillibridge [Sun, 2 Jan 2011 03:16:03 +0000 (22:16 -0500)]
* lisp/mail/mail-utils.el (mail-strip-quoted-names): Don't modify the
" *temp*" buffer.
Fixes: debbugs:7746
Glenn Morris [Sun, 2 Jan 2011 02:46:30 +0000 (18:46 -0800)]
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.
Mark Lillibridge [Sun, 2 Jan 2011 02:43:26 +0000 (18:43 -0800)]
Mail-utils fix for bug#7746. (tiny change)
* lisp/mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
an existing temp buffer.
Glenn Morris [Sun, 2 Jan 2011 02:35:23 +0000 (18:35 -0800)]
Small mail-utils fix for bug 7760.
* lisp/mail/mail-utils.el (mail-mbox-from): Handle From: headers with
multiple addresses.
Michael Albinus [Fri, 31 Dec 2010 20:17:53 +0000 (21:17 +0100)]
* net/tramp.el (tramp-methods): Add recursive options to "scpc",
"scpx", "pscp" and "psftp".
Please do not sync with the trunk.