summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move directory-abbrev-alist doc from Lispref to Emacs manual.Chong Yidong2011-01-084-47/+44
| | | | | | | | | * 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.
* Explain why directory-abbrev-alist should be anchored (Bug#7777).Chong Yidong2011-01-082-8/+14
| | | | | * files.texi (Directory Names): Explain why directory-abbrev-alist elements should be anchored (Bug#7777).
* * net/ldap.el (ldap-search-internal): Discard stderr output.Eric Hanchrow2011-01-082-1/+6
|
* Fix bug #7777 with documentation of directory-abbrev-alist.Eli Zaretskii2011-01-074-5/+20
| | | | | | lisp/files.el (directory-abbrev-alist): Doc fix. doc/lispref/files.texi (Directory Names): Explain why FROM in directory-abbrev-alist should begin with \`.
* Fix description of emacsclientw.exe.Eli Zaretskii2011-01-072-14/+23
| | | | | msdog.texi (Windows Startup): Correct inaccurate description of differences between emacsclient.exe and emacsclientw.exe.
* * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):Stefan Monnier2011-01-062-2/+7
| | | | | | Author names can have spaces. Fixes: debbugs:7792
* Fix handling of unknown MIME type (bug#7651).Kenichi Handa2011-01-042-2/+15
|
* Backport bug 7517 fixes from trunk.Jan Djärv2011-01-033-94/+101
| | | | | | | | | | | | | | | | * 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).
* Don't use png_jmpbuf, it doesn't work with dynamic loading.Eli Zaretskii2011-01-032-8/+7
| | | | | image.c (png_jmpbuf): Remove definition. (my_png_error, png_load): Don't use png_jmpbuf.
* Forgot to mark tiny change.Glenn Morris2011-01-021-1/+1
|
* Abbrev.el fix for bug #7733. (tiny change)Brent Goodrick2011-01-022-11/+17
| | | | | * lisp/abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev table, get the value before switching to the output buffer.
* * progmodes/python.el (python-mode): Don't impose font-lock.Stefan Monnier2011-01-022-1/+4
| | | | Fixes: debbugs:3628
* * doc/misc/nxml-mode.texi (Introduction): Fix file name typos.Eduard Wiebe2011-01-022-2/+6
| | | | Fixes: debbugs:7770
* Update refcards/*.tex short copyright year to 2011.Glenn Morris2011-01-0221-46/+38
| | | | | | | | | | | | | | * 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.
* * admin/admin.el (set-copyright): Also handle \year in refcards/*.tex.Glenn Morris2011-01-022-15/+26
|
* Revert accidental update of non-FSF copyright from ↵Glenn Morris2011-01-021-1/+1
| | | | 2010-01-13T08:35:10Z!rgm@gnu.org.
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-022032-2135/+2149
|
* Remove duplicate ChangeLog entry.Glenn Morris2011-01-021-5/+0
|
* * lisp/files.el (file-local-variables-alist): Make permanent-local.Stefan Monnier2011-01-012-1/+7
| | | | Fixes: debbugs:7767
* * lisp/mail/mail-utils.el (mail-strip-quoted-names): Don't modify theMark Lillibridge2011-01-012-26/+31
| | | | | | " *temp*" buffer. Fixes: debbugs:7746
* Set short copyright year to 2011.Glenn Morris2011-01-0110-23/+31
| | | | | | | | | | | * 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.
* Mail-utils fix for bug#7746. (tiny change)Mark Lillibridge2011-01-012-4/+7
| | | | | * lisp/mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering an existing temp buffer.
* Small mail-utils fix for bug 7760.Glenn Morris2011-01-012-9/+20
| | | | | * lisp/mail/mail-utils.el (mail-mbox-from): Handle From: headers with multiple addresses.
* * net/tramp.el (tramp-methods): Add recursive options to "scpc",Michael Albinus2010-12-312-4/+16
| | | | | | "scpx", "pscp" and "psftp". Please do not sync with the trunk.
* More elegant solution for accessing png_ptr without GCC warnings.Eli Zaretskii2010-12-312-12/+9
| | | | | | 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.
* nt/configure.bat (end): Unset environment variables used by this batch file.Eli Zaretskii2010-12-312-0/+16
|
* Fix bug #7716 with PNG image support libraries on Windows.Eli Zaretskii2010-12-318-19/+104
| | | | | | | | | | | | 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.
* * rmail.texi (Rmail Display): Edit for grammar and conciseness.Chong Yidong2010-12-302-70/+67
|
* * emacsclient.1: Arrange options alphabetically (Bug#7620).Jari Aalto2010-12-292-15/+19
|
* * src/.gdbinit (xgetptr): Fix the union+lsb case.Stefan Monnier2010-12-272-3/+9
| | | | (xbacktrace): Fix the union case.
* rmail.texi (Rmail Display): Describe new features of Rmail in Info.Kenichi Handa2010-12-272-3/+40
|
* * src/window.c (Fmove_to_window_line): Avoid abort when called in a bufferStefan Monnier2010-12-252-0/+11
| | | | different from selected-window's.
* Fix wording of changes in 2010-05-17T00:01:22Z!rgm@gnu.org.Eli Zaretskii2010-12-251-4/+5
| | | | | frames.texi (Cut/Paste Other App): Ckarify Windows emulation of the primary selection.
* Fix bug #7662 with aligning key bindings equivalent to menu items.Eli Zaretskii2010-12-252-1/+5
| | | | | | 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.
* Fix bug #7713 with doc string of display-time-mode.Eli Zaretskii2010-12-252-1/+6
| | | | | time.el (display-time-mode): Mention display-time-interval in the doc string.
* Fix bug #7702 with docs of selections wrt MS-Windows.Eli Zaretskii2010-12-254-4/+20
| | | | | | | 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.
* Fix bug #7667: mention debug-on-quit in the manual.Eli Zaretskii2010-12-252-0/+11
| | | | trouble.texi (Checklist): Mention debug-on-quit.
* More fallout from fixing bug #7587.Eli Zaretskii2010-12-255-24/+25
| | | | | | | | 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.
* Fix error handling of MIME parsing.Kenichi Handa2010-12-242-9/+19
|
* Fix wording of rmail's section in NEWS.Kenichi Handa2010-12-242-7/+11
|
* * xterm.c (x_check_fullscreen): Fix pixel/character mixup.Jan Djärv2010-12-242-8/+12
|
* Update autoloads in rmail.elAndreas Schwab2010-12-241-1/+1
|
* Enable display mode of MIME message in rmail.Kenichi Handa2010-12-244-302/+879
|
* * help-fns.el (describe-variable): Fix 2010-12-17 change (Bug#7511).Leo Liu2010-12-202-1/+5
|
* * lisp/isearch.el (isearch-lazy-highlight-error): New variable.Juri Linkov2010-12-202-1/+13
| | | | | | (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).
* Minor doc fix for manual; bug#7674Glenn Morris2010-12-182-7/+9
| | | | | * doc/emacs/maintaining.texi: Move inclusion of emerge after EDE, so that it matches its position in the menu.
* Fallout from fixing bug #7587.Eli Zaretskii2010-12-183-13/+37
| | | | | | | | 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.
* Fix change that fixed bug #7587.Eli Zaretskii2010-12-172-1/+5
| | | | xdisp.c (Fformat_mode_line): Fix last change.
* * lisp/help-fns.el (describe-variable): Don't emit trailing whitespace ↵Chong Yidong2010-12-172-9/+10
| | | | (Bug#7511).
* * lisp/mail/binhex.el: Improve commentary (Bug#7482).Chong Yidong2010-12-171-1/+6
|