Commit graph

50527 commits

Author SHA1 Message Date
Eric Hanchrow
83affcb07a * net/ldap.el (ldap-search-internal): Discard stderr output. 2011-01-08 14:49:02 -05:00
Eli Zaretskii
4320be4251 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 \`.
2011-01-07 17:55:13 +02:00
Stefan Monnier
d3fbe87ed2 * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
Author names can have spaces.

Fixes: debbugs:7792
2011-01-06 11:03:59 -05:00
Kenichi Handa
8434f23924 Fix handling of unknown MIME type (bug#7651). 2011-01-04 16:09:46 +09:00
Glenn Morris
97382176bd Forgot to mark tiny change. 2011-01-02 22:21:35 -08:00
Brent Goodrick
8d4708aff0 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.
2011-01-02 22:13:35 -08:00
Stefan Monnier
364df1cc76 * progmodes/python.el (python-mode): Don't impose font-lock.
Fixes: debbugs:3628
2011-01-02 22:49:13 -05:00
Glenn Morris
5df4f04cd3 Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
Glenn Morris
d12f22f52c Remove duplicate ChangeLog entry. 2011-01-02 10:58:36 -08: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
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
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
Eli Zaretskii
6491af11af Fix bug #7713 with doc string of display-time-mode.
time.el (display-time-mode): Mention display-time-interval in
 the doc string.
2010-12-25 13:50:34 +02:00
Eli Zaretskii
2d34d52373 Fix bug #7702 with docs of selections wrt MS-Windows.
doc/emacs/frames.texi (Cut and Paste): Modify the section's name and text:
 don't mix "cut/paste" with "kill/yank".
 (Cut/Paste Other App): Describe the per-session emulation of PRIMARY.
 lisp/simple.el (select-active-regions): Doc fix.
2010-12-25 13:34:45 +02:00
Kenichi Handa
8258ae3f5a Fix error handling of MIME parsing. 2010-12-24 23:00:14 +09:00
Andreas Schwab
b0eab0848b Update autoloads in rmail.el 2010-12-24 10:07:39 +01:00
Kenichi Handa
186f7f0b7f Enable display mode of MIME message in rmail. 2010-12-24 13:38:22 +09:00
Leo Liu
e1a235757a * help-fns.el (describe-variable): Fix 2010-12-17 change (Bug#7511). 2010-12-20 19:31:15 +08:00
Juri Linkov
957e5dd1e9 * lisp/isearch.el (isearch-lazy-highlight-error): New variable.
(isearch-lazy-highlight-new-loop): Compare `isearch-error' and
`isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
to the current value of `isearch-error' (Bug#7468).
2010-12-20 01:18:15 +00:00
Chong Yidong
3c505d3124 * lisp/help-fns.el (describe-variable): Don't emit trailing whitespace (Bug#7511). 2010-12-17 19:38:22 +08:00
Chong Yidong
d1ab8d82ef * lisp/mail/binhex.el: Improve commentary (Bug#7482). 2010-12-17 19:16:10 +08:00
Leo Liu
c33fa63197 Minor fix for eshell-previous-matching-input (Bug#7585).
* lisp/eshell/em-hist.el (eshell-previous-matching-input): Signal error
if point is not behind eshell-last-output-end (Bug#7585).
2010-12-17 19:04:40 +08:00
Chong Yidong
c1cf05f4bb Use make-temp-file in rst.el (Bug#7646).
* textmodes/rst.el (rst-compile-pdf-preview)
(rst-compile-slides-preview): Use make-temp-file.
2010-12-16 09:11:21 +08:00
Chong Yidong
ac8055b364 Fix error in last commit. 2010-12-15 09:33:11 +08:00
Kevin Gallagher
c8cbbe27d3 * emulation/edt-mapper.el: Override mapping of function keys
so that the later call to read-key-sequence works.
2010-12-15 09:26:56 +08:00
Eli Zaretskii
95e4cc854b Fix bug #7589 with EOL format in smtpmail's queued mail.
mail/smtpmail.el (smtpmail-send-it): Write queued mail body with Unix EOLs.
2010-12-13 17:12:01 +02:00
Eli Zaretskii
11aad4e9f9 subr.el (posn-col-row): Evaluate header-line-format in the context of
the POSITION window's buffer.
2010-12-12 22:45:57 +02:00
Glenn Morris
5612fd086e Doc fixes.
* lisp/subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
(with-silent-modifications): Doc fixes.
2010-12-10 18:34:55 -08:00
Chong Yidong
1f10e75066 Bump version to 23.2.91.
Regenerate configure and ldefs-boot.el.
2010-12-10 12:46:40 -05:00
Michael Albinus
158d594568 * net/tramp.el (tramp-action-password, tramp-process-actions):
Revert patch from 2010-12-08.  Use `save-restriction'.
2010-12-10 05:14:57 +01:00
Jan Moringen
9b2a758a05 Commit missing file from 2010-05-15T00:48:53Z!rgm@gnu.org.
Fixes: debbugs:7505
2010-12-09 19:31:52 -08:00
Eli Zaretskii
65ceb118c4 Fix bug #1077 with popping new frames from a minibuffer-only frame.
Do NOT merge with trunk!

 menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p): New functions.
 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use
 them instead of `nil' and `>', respectively.
2010-12-09 20:53:17 +02:00
Stephen Berman
81ced43d17 diary-lib fix for bug#7536.
* lisp/calendar/diary-lib.el (diary-list-sexp-entries):
Handle case of no newline at end of file.
2010-12-08 17:50:08 -08:00
Glenn Morris
b2364eaaa8 * lisp/mail/smtpmail.el (smtpmail-send-it): Revert previous change.
(convert-standard-filename means it was bogus.)
2010-12-08 17:46:03 -08:00
Michael Albinus
32802ee17d * net/tramp.el (tramp-handle-start-file-process): Protect
buffer-modified value.  (Bug#7557)
(tramp-action-password): Delete region, do not narrow.
(tramp-process-actions): Do not widen.
2010-12-08 21:07:25 +01:00
Jan Moringen
da9123a835 * lisp/log-edit.el (log-edit-changelog-entries): Regexp quote filename.
Fixes: debbugs:7505
2010-12-07 19:42:00 -08:00
Tom Breton
478834e63b * lisp/cus-edit.el (custom-save-all): Bind print-length and print-level to nil.
Fixes: debbugs:7581
2010-12-07 19:36:01 -08:00
Glenn Morris
d5e6e0b6df mouse.el fix for bug#7586.
* lisp/mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
Run hooks to update menu contents.
2010-12-07 19:32:31 -08:00
Glenn Morris
3c1e62f86e Small smtpmail fix for bug#7588.
* lisp/mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
file names, for the sake of MS Windows.
2010-12-07 19:29:41 -08:00
Glenn Morris
3a1efe11b7 Fix ChangeLog whitespace. 2010-12-07 19:25:57 -08:00
Glenn Morris
740af6c9c0 Fix ChangeLog typo. 2010-12-07 19:23:49 -08:00
Stefan Monnier
b1816a74de * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
empty lines without a leading space.
2010-12-07 14:48:15 -05:00
Chong Yidong
e49fb298b8 Fix Lawrence Mitchell's email address in lisp/ChangeLog. 2010-12-06 15:07:48 -05:00
Leo Liu
86a6e8e02c * dired-aux.el (dired-do-redisplay): Postphone dired-after-readin-hook while mapping over marks (Bug#6810). 2010-12-06 14:55:21 -05:00
Chong Yidong
bc60f4de59 Initialize image-dired auxilliary filenames relative to image-dired-dirs (Bug#7518).
* image-dired.el (image-dired-db-file)
(image-dired-temp-image-file, image-dired-gallery-dir)
(image-dired-temp-rotate-image-file): Set default values relative
to image-dired-dir (Bug#7518).
2010-12-06 14:45:31 -05:00
Lawrence Mitchell
3ecba0495e Fix arg usage of format-decode-run-method (Bug#7488).
* lisp/format.el (format-decode-run-method): Pass args FROM and TO, not
point-min and point-max, to shell-command-on-region (Bug#7488).
2010-12-06 14:35:54 -05:00