Kenichi Handa
e7ca0062a4
Another improvement of MIME handling in rmail.
2011-01-12 15:08:55 +09:00
Kenichi Handa
8434f23924
Fix handling of unknown MIME type (bug#7651).
2011-01-04 16:09:46 +09:00
Jan Djärv
0ad254447b
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).
2011-01-03 22:26:22 +01:00
Eli Zaretskii
fb724e5537
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:32:41 +02: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
Eduard Wiebe
b218c6cdc1
* doc/misc/nxml-mode.texi (Introduction): Fix file name typos.
...
Fixes: debbugs:7770
2011-01-02 17:14:03 -08:00
Glenn Morris
970b9a42ad
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.
2011-01-02 16:39:50 -08:00
Glenn Morris
287d4c2ca3
* admin/admin.el (set-copyright): Also handle \year in refcards/*.tex.
2011-01-02 16:35:01 -08:00
Glenn Morris
ca7e840863
Revert accidental update of non-FSF copyright from 2010-01-13T08:35:10Z!rgm@gnu.org.
2011-01-02 16:01:07 -08: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
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
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
Chong Yidong
89dc29d9c8
* rmail.texi (Rmail Display): Edit for grammar and conciseness.
2010-12-30 20:39:41 +08:00
Jari Aalto
0bf6f91957
* emacsclient.1: Arrange options alphabetically (Bug#7620).
2010-12-29 11:42:53 +08:00
Stefan Monnier
cf07311b88
* src/.gdbinit (xgetptr): Fix the union+lsb case.
...
(xbacktrace): Fix the union case.
2010-12-27 10:27:52 -05:00
Kenichi Handa
7f42ff40b1
rmail.texi (Rmail Display): Describe new features of Rmail in Info.
2010-12-27 20:03:58 +09:00
Stefan Monnier
794b75c769
* src/window.c (Fmove_to_window_line): Avoid abort when called in a buffer
...
different from selected-window's.
2010-12-25 23:04:58 -05:00
Eli Zaretskii
58bdfa4ccd
Fix wording of changes in 2010-05-17T00:01:22Z!rgm@gnu.org.
...
frames.texi (Cut/Paste Other App): Ckarify Windows emulation of
the primary selection.
2010-12-25 21:20:45 +02:00
Eli Zaretskii
71fe378d84
Fix bug #7662 with aligning key bindings equivalent to menu items.
...
keyboard.c (parse_menu_item): Prepend " " to the key sequence
equivalent of a menu item when the key sequence is given by the
`:keys' attribute.
2010-12-25 19:19:57 +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
Eli Zaretskii
88ab43400d
Fix bug #7667 : mention debug-on-quit in the manual.
...
trouble.texi (Checklist): Mention debug-on-quit.
2010-12-25 12:35:16 +02:00
Eli Zaretskii
2e4ab21153
More fallout from fixing bug #7587 .
...
src/xdisp.c (Fformat_mode_line): Doc fix: no need to state that only
the basic faces are supported.
doc/lispref/modes.texi (Emulating Mode Line): Fix last change.
etc/NEWS: Remove the entry about format-mode-line accepting only
basic faces.
2010-12-25 12:14:48 +02:00
Kenichi Handa
8258ae3f5a
Fix error handling of MIME parsing.
2010-12-24 23:00:14 +09:00
Kenichi Handa
76428f01c6
Fix wording of rmail's section in NEWS.
2010-12-24 20:21:26 +09:00
Jan Djärv
84595ff0e3
* xterm.c (x_check_fullscreen): Fix pixel/character mixup.
2010-12-24 11:14:44 +01: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
Glenn Morris
d3658de737
Minor doc fix for manual; bug#7674
...
* doc/emacs/maintaining.texi: Move inclusion of emerge after EDE, so
that it matches its position in the menu.
2010-12-18 13:28:51 -08:00
Eli Zaretskii
287e63bb58
Fallout from fixing bug #7587 .
...
doc/lispref/modes.texi (Emulating Mode Line): Update documentation of
format-mode-line according to changes that fixed bug #7587 .
etc/NEWS: Mention the incompatible change in format-mode-line wrt its
FACE argument.
2010-12-18 10:53:28 +02:00
Eli Zaretskii
30d621a239
Fix change that fixed bug #7587 .
...
xdisp.c (Fformat_mode_line): Fix last change.
2010-12-17 17:38:37 +02: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
4bf3e46ed9
* xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic faces (Bug#7587).
2010-12-16 10:13:28 +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