- 12 Jan, 2011 2 commits
-
-
Chong Yidong authored
* 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 authored
-
- 11 Jan, 2011 2 commits
-
-
Stefan Monnier authored
(tmm-prompt): Simplify. (tmm-add-prompt): Remove unused var `win'. Fixes: debbugs:7721
-
Stefan Monnier authored
to minor mode which used nil accidentally to mean "turn off". Fixes: debbugs:7810
-
- 10 Jan, 2011 2 commits
-
-
Michael Albinus authored
(tramp-get-inline-coding): Quote command after pipe symbol for local calls under W32. (Bug#6784)
-
Michael Albinus authored
only when running under W32.
-
- 09 Jan, 2011 1 commit
-
-
Eli Zaretskii authored
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
-
- 08 Jan, 2011 4 commits
-
-
Lennart Borgman authored
* 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 authored
* 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 authored
* files.texi (Directory Names): Explain why directory-abbrev-alist elements should be anchored (Bug#7777).
-
Eric Hanchrow authored
-
- 07 Jan, 2011 2 commits
-
-
Eli Zaretskii authored
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 authored
msdog.texi (Windows Startup): Correct inaccurate description of differences between emacsclient.exe and emacsclientw.exe.
-
- 06 Jan, 2011 1 commit
-
-
Stefan Monnier authored
Author names can have spaces. Fixes: debbugs:7792
-
- 04 Jan, 2011 1 commit
-
-
Kenichi Handa authored
-
- 03 Jan, 2011 9 commits
-
-
Jan Djärv authored
* 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 authored
image.c (png_jmpbuf): Remove definition. (my_png_error, png_load): Don't use png_jmpbuf.
-
Glenn Morris authored
-
Brent Goodrick authored
* lisp/abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev table, get the value before switching to the output buffer.
-
Stefan Monnier authored
Fixes: debbugs:3628
-
Eduard Wiebe authored
Fixes: debbugs:7770
-
Glenn Morris authored
* 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 authored
-
Glenn Morris authored
-
- 02 Jan, 2011 7 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Stefan Monnier authored
Fixes: debbugs:7767
-
Mark Lillibridge authored
" *temp*" buffer. Fixes: debbugs:7746
-
Glenn Morris authored
* 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 authored
* lisp/mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering an existing temp buffer.
-
Glenn Morris authored
* lisp/mail/mail-utils.el (mail-mbox-from): Handle From: headers with multiple addresses.
-
- 31 Dec, 2010 4 commits
-
-
Michael Albinus authored
"scpx", "pscp" and "psftp". Please do not sync with the trunk.
-
Eli Zaretskii authored
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.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
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.
-
- 30 Dec, 2010 1 commit
-
-
Chong Yidong authored
-
- 29 Dec, 2010 1 commit
-
-
Jari Aalto authored
-
- 27 Dec, 2010 2 commits
-
-
Stefan Monnier authored
(xbacktrace): Fix the union case.
-
Kenichi Handa authored
-
- 26 Dec, 2010 1 commit
-
-
Stefan Monnier authored
different from selected-window's.
-