- 08 Jan, 2011 2 commits
-
-
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.
-
- 25 Dec, 2010 6 commits
-
-
Eli Zaretskii authored
frames.texi (Cut/Paste Other App): Ckarify Windows emulation of the primary selection.
-
Eli Zaretskii authored
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.
-
Eli Zaretskii authored
time.el (display-time-mode): Mention display-time-interval in the doc string.
-
Eli Zaretskii authored
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.
-
Eli Zaretskii authored
trouble.texi (Checklist): Mention debug-on-quit.
-
Eli Zaretskii authored
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.
-
- 24 Dec, 2010 3 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Jan Djärv authored
-