Glenn Morris
9d760d754b
* etc/PROBLEMS: Add note about svn+ssh. (Bug#7791)
2011-01-17 18:31:59 -08:00
Stefan Monnier
1a1fcbe13f
* emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
...
keymap expression. Improve docstring.
2011-01-17 16:42:23 -05:00
Stefan Monnier
0514b4be51
* image.c (syms_of_image): Don't access XSYMBOL's internals directly.
2011-01-16 10:40:47 -05:00
Eli Zaretskii
e7f50e8ff0
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.
2011-01-16 04:51:59 -05:00
Chong Yidong
9f19b8ddfe
Bump version to 23.2.92.
...
Regenerate AUTHORS, configure, and ldefs-boot.el.
2011-01-14 22:50:47 -05:00
Chong Yidong
bb033b5f61
* building.texi (Compilation): Improve instructions for running two compilations (Bug#7573).
2011-01-14 22:10:38 -05:00
Martin Rudalics
6dc1d2d387
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).
2011-01-14 21:55:58 -05:00
Mark Diekhans
b024d9f02d
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.
2011-01-14 21:32:19 -05:00
Kenichi Handa
66399c0a66
merge emacs-23
2011-01-14 13:08:30 +09:00
Kenichi Handa
1a6a03e4a3
Fix setting of buffer-file-coding-system of RMAIL buffer.
2011-01-14 13:04:10 +09:00
Chong Yidong
c88aaf48b2
* lisp/subr.el (event-start, event-end): Doc fix (Bug#7826).
2011-01-13 00:12:01 -05:00
Chong Yidong
5399653b53
* message.el (message-bury): Add special-case handling for Rmail.
...
This should not be merged into the trunk.
2011-01-12 23:24:31 -05:00
Kenichi Handa
07ee935146
merge emacs-23
2011-01-12 15:11:40 +09:00
Kenichi Handa
e7ca0062a4
Another improvement of MIME handling in rmail.
2011-01-12 15:08:55 +09:00
Glenn Morris
ae01d7ca64
* message.el (message-mail): A compose-mail function should accept headers as strings.
2011-01-11 19:53:28 -08:00
Chong Yidong
70ba1ec80c
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.
2011-01-11 21:29:23 -05:00
Chong Yidong
ba404aa123
lisp/emulation/tpu-edt.el: Regenerate md5sum.
2011-01-11 21:13:33 -05:00
Stefan Monnier
9ca3fe48ff
* tmm.el (tmm-get-keymap): Skip bindings without labels.
...
(tmm-prompt): Simplify.
(tmm-add-prompt): Remove unused var `win'.
Fixes: debbugs:7721
2011-01-10 21:28:48 -05:00
Stefan Monnier
cfab9f9bd7
* whitespace.el (global-whitespace-newline-mode): Fix call
...
to minor mode which used nil accidentally to mean "turn off".
Fixes: debbugs:7810
2011-01-10 19:14:25 -05:00
Michael Albinus
01d70c32ce
* net/tramp.el (tramp-find-inline-compress)
...
(tramp-get-inline-coding): Quote command after pipe symbol for
local calls under W32. (Bug#6784)
2011-01-10 21:36:09 +01:00
Michael Albinus
6a0ecd86d2
* net/tramp.el (tramp-default-method): Initialize with pscp/plink
...
only when running under W32.
2011-01-10 20:42:46 +01:00
Eli Zaretskii
88ecd0a566
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
2011-01-09 19:52:57 +02:00
Lennart Borgman
320912fb3d
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).
2011-01-08 17:15:51 -05:00
Chong Yidong
c40b51e0ff
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.
2011-01-08 17:01:13 -05:00
Chong Yidong
ad2d9b0e33
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).
2011-01-08 16:37:20 -05:00
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
Eli Zaretskii
c1f04bcf73
Fix description of emacsclientw.exe.
...
msdog.texi (Windows Startup): Correct inaccurate description of
differences between emacsclient.exe and emacsclientw.exe.
2011-01-07 17:32:12 +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
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