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
Glenn Morris
da3930f31c
* doc/emacs/trouble.texi (Checklist): Mention not replying via news either.
2010-12-13 20:22:49 -08:00
Eli Zaretskii
1b2a627f96
Fix bug #7617 with documentation of expand-file-name.
...
fileio.c (Fexpand_file_name): One more doc fix.
2010-12-13 18:13:29 +02:00
Eli Zaretskii
95e4cc854b
Fix bug #7589 with EOL format in smtpmail's queued mail.
...
mail/smtpmail.el (smtpmail-send-it): Write queued mail body with Unix EOLs.
2010-12-13 17:12:01 +02:00
Eli Zaretskii
11aad4e9f9
subr.el (posn-col-row): Evaluate header-line-format in the context of
...
the POSITION window's buffer.
2010-12-12 22:45:57 +02:00
Eli Zaretskii
1557947189
Document that expand-file-name collapses multiple slashes. (Bug#7617)
...
fileio.c (Fexpand_file_name): Doc fix.
2010-12-12 22:37:54 +02:00
Eli Zaretskii
4bb49a92aa
Fallout from bug #7563 .
...
processes.texi (Shell Arguments):
strings.texi (Creating Strings): Don't mention "shell commands";
make it explicit that `split-string-and-unquote' and
`combine-and-quote-strings' are mainly for working with arguments
to call-process and start-process.
2010-12-11 20:45:53 +02:00
Eli Zaretskii
76feb8641e
Fix bug #7398 with truncated glyphs in tooltip display on w32.
...
w32fns.c (Fx_show_tip): Call try_window with last argument
TRY_WINDOW_IGNORE_FONTS_CHANGE. Delete the TODO ifdef: problem
solved. Round up the tip height to an integral multiple of the
frame's line height. Add FRAME_COLUMN_WIDTH to the tip width.
2010-12-11 17:20:11 +02:00
Eli Zaretskii
f055902693
Code cleanup in xdisp.c regarding string_char_and_length.
...
xdisp.c (string_pos_nchars_ahead, c_string_pos)
(face_before_or_after_it_pos, next_element_from_string)
(next_element_from_c_string, produce_stretch_glyph): Remove unused
calculations of maximum string length before calling
string_char_and_length and STRING_CHAR_AND_LENGTH.
(string_char_and_length): Update commentary: MAXLEN is no longer
needed.
2010-12-11 14:27:13 +02:00
Eli Zaretskii
3c73e30e34
Fix bug #7563 with docs of split-string-and-unquote.
...
processes.texi (Shell Arguments): Fix documentation of
`split-string-and-unquote'. Add indexing.
2010-12-11 11:41:45 +02:00