Kenichi Handa
c92a1e54c4
mail/sendmail.el (mail-encode-header): Avoid double encoding by let-binding rfc2047-encode-encoded-words to nil.
2011-05-27 13:54:39 +09:00
Kenichi Handa
b8d747b9bd
RFC2047-encode header of outgoing mails.
2011-05-23 13:44:29 +09:00
Chong Yidong
02bd545076
Mark last change as tiny.
2011-05-22 14:47:51 -04:00
Sean Neakums
7261f6cee1
Fix for sc-nested-citation-p in supercite.el.
...
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=109145
* mail/supercite.el (sc-default-cite-frame): Handle
sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
2011-05-22 14:46:49 -04:00
Andreas Schwab
165fd2df8c
Fix last change
2011-05-16 14:29:35 +02:00
Chong Yidong
2d11b7b37c
Backport fix for Bug#8672 from trunk
2011-05-15 10:12:51 -04:00
Juanma Barranquero
ce1539b46d
lisp/progmodes/python.el: Highlight keyword "nonlocal" (bug#8639).
2011-05-13 14:44:48 +02:00
Eli Zaretskii
0e39ec2188
Minor portability fix in smerge-mode.el.
...
lisp/smerge-mode.el (smerge-resolve): Use null-device rather than a
literal "/dev/null".
2011-05-09 18:21:54 +03:00
Stefan Monnier
3f254caa51
* lisp/emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
...
Fix typo.
2011-05-09 12:17:05 -03:00
Ralph Schleicher
6eea50c73b
Handle missing add-log-current-defun-function in Which Func mode (Bug#8260)
...
* lisp/progmodes/which-func.el (which-function): Use
add-log-current-defun instead of add-log-current-defun-function,
which might not be defined.
2011-05-08 14:29:35 -04:00
Michael Albinus
46155cd37f
* net/tramp.el (tramp-process-actions): Add POS argument. Delete
...
region between POS and (pos).
(tramp-do-copy-or-rename-file-out-of-band): Use `nil' position in
`tramp-process-actions' call.
(tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
* net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
position in `tramp-process-actions' call.
2011-04-25 19:58:27 +02:00
Daniel Colascione
320f861c69
Use correct match group (bug#8438).
2011-04-24 17:20:47 -07:00
Juanma Barranquero
be71f8100a
lisp/buff-menu.el (Buffer-menu--buffers): Fix typo in docstring.
...
Fixes: debbugs:8535
2011-04-22 20:49:58 +02:00
Juanma Barranquero
c6c3212525
lisp/play/mpuz.el: Small fixes.
...
* play/mpuz (mpuz-silent): Doc fix.
(mpuz-mode-map): Move initialization into declaration.
(mpuz-put-number-on-board): Rename parameter L to COLUMNS.
(mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
Fix typos in docstrings.
2011-04-21 14:06:01 +02:00
Juanma Barranquero
58d468b44d
lisp/play/doctor.el: Fix typos in docstrings.
2011-04-21 04:45:31 +02:00
Juanma Barranquero
6470c3c6a9
lisp/mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
2011-04-15 04:56:50 +02:00
Juanma Barranquero
7ee6a1d372
Fix typos.
2011-04-13 13:50:12 +02:00
Chong Yidong
6f21a3198d
Fix completion-auto-help/icomplete-mode bad interaction (Bug#5849).
...
* minibuffer.el (completion--do-completion): Avoid the "Next char
not unique" prompt if icomplete-mode is enabled.
2011-04-10 17:07:40 -04:00
Chong Yidong
7e735aaf4d
Fix for what-page (Bug#6825).
...
* textmodes/page.el (what-page): Use line-number-at-pos to
calculate line number.
2011-04-10 16:52:31 -04:00
Chong Yidong
3ad8bad038
Handle deferred `event-kind' property when using unread-command-events.
...
* src/mouse.el (mouse-drag-mode-line-1): Make sure that if we push
mouse-2 into unread-command-events, it is interpreted correctly.
2011-04-09 22:10:52 -04:00
Chong Yidong
6395aab903
Fix last change.
2011-04-09 16:29:22 -04:00
Chong Yidong
71d73c9c28
Image mode doc fixes (Bug#8098).
...
* lisp/image-mode.el (image-type, image-mode-map, image-minor-mode-map)
(image-toggle-display): Doc fixes.
2011-04-09 15:57:47 -04:00
Glenn Morris
140745c368
Mark tiny change.
2011-04-09 10:37:33 -07:00
Juanma Barranquero
7afdcb4571
Backport 2011-04-04T22:08:01Z!lekktu@gmail.com and 2011-04-04T22:33:12Z!lekktu@gmail.com from trunk.
...
* help-fns.el (describe-variable): Complete all variables having
documentation, including keywords.
http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
2011-04-06 03:26:46 +02:00
Juanma Barranquero
ddc20cdb02
lisp/vc-annotate.el: Fix typo.
2011-03-24 02:57:22 +01:00
Eli Zaretskii
576bce3267
Fix emerge.el on MS-Windows and MS-DOS.
...
lisp/emerge.el (emerge-metachars): Separate value for ms-dos and
windows-nt systems.
(emerge-protect-metachars): Quote correctly for ms-dos and
windows-nt systems.
2011-03-19 11:30:56 +02:00
Ralph Schleicher
e6ce307c50
lisp/info.el: Fix bug#8258.
...
* info (info-initialize): Replace all uses of `:' with path-separator for
compatibility with non-Unix systems. Cache quoting of path-separator.
2011-03-16 01:00:58 +01:00
Juanma Barranquero
ad22b7f7c1
lisp/avoid.el: Fix typos in docstrings.
2011-03-12 20:44:42 +01:00
Michael Albinus
6efb972c00
* net/tramp.el (tramp-progress-reporter-update): Use
...
`tramp-compat-funcall'.
(tramp-handle-start-file-process): Use `tramp-compat-process-get'.
(tramp-handle-insert-file-contents): Make `file-remote-p' call
compatible.
(tramp-open-connection-setup-interactive-shell): Use
`tramp-compat-process-put'.
* net/tramp-compat.el (tramp-compat-process-get)
(tramp-compat-process-put): New defuns.
* net/trampver.el: Update release number.
Please do not merge with the trunk.
2011-03-12 14:26:19 +01:00
Stefan Monnier
bb0bd45af0
* lisp/ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
...
into declaration. Remove redundant and harmful binding.
2011-03-11 21:49:29 -05:00
Chong Yidong
5ef342304d
Bump version to 23.3.50
2011-03-11 12:17:33 -05:00
Juanma Barranquero
9c5047fb4e
Backport 2011-03-01T03:59:31Z!lekktu@gmail.com from trunk.
...
*lisp/emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
2011-03-11 16:34:07 +01:00
Juanma Barranquero
6dbf95e5b3
Backport 2011-03-11T00:33:57Z!lekktu@gmail.com from trunk.
...
* lisp/help-fns.el (describe-variable): Don't complete keywords.
2011-03-11 15:05:31 +01:00
Eli Zaretskii
2920e68d73
Fix comparisons of file ownership on MS-Windows for the Administrator user.
...
lisp/files.el (file-ownership-preserved-p): Pass `integer' as an
explicit 2nd argument to `file-attributes'. If the file's owner
is the Administrators group on Windows, and the current user is
Administrator, consider that a match.
lisp/server.el (server-ensure-safe-dir): Consider server directory
safe on MS-Windows if its owner is the Administrators group while
the current Emacs user is Administrator. Use `=' to compare
numerical UIDs, since they could be integers or floats.
2011-03-11 14:19:08 +02:00
Chong Yidong
1df1040bf8
Fix 2011-01-31 change; patch supplied by acm was applied incorrectly.
...
* lisp/progmodes/cc-cmds.el (c-beginning-of-statement): Fix 2011-01-31
change; patch supplied by Alan Mackenzie was applied incorrectly.
2011-03-07 15:05:53 -05:00
Chong Yidong
c6678f2916
Revert 2010-05-25T15:54:53Z!juri@jurta.org; regenerate release logs.
...
* lisp/progmodes/cc-cmds.el (c-beginning-of-statement): Revert
2011-01-31 change.
2011-03-07 00:20:23 -05:00
Chong Yidong
22770c84d5
Release logs for 23.3 release.
...
Regenerate configure and other release files.
2011-02-28 22:29:00 -05:00
Eli Zaretskii
d1f61aaf6f
Fix bug #8122 with decoding keyboard input.
...
lisp/international/mule-cmds.el (set-default-coding-systems): Use
the -unix variant of encoding in default-keyboard-coding-system.
2011-02-26 23:30:16 +02:00
Juanma Barranquero
413e646877
lisp/ChangeLog: Fix typos.
2011-02-26 01:18:16 +01:00
Juanma Barranquero
8307f92370
Fix typos.
2011-02-23 20:56:30 +01:00
Juanma Barranquero
f1cffc3d52
lisp/org/org-table.el: Fix typos in docstrings.
2011-02-23 12:25:29 +01:00
Glenn Morris
6e81c8191f
Fix typo "comand".
2011-02-22 23:15:55 -08:00
Glenn Morris
97610156f4
Fix spelling of "precede".
2011-02-22 23:08:12 -08:00
Glenn Morris
0105dc3e03
Fix spelling of "supersede".
2011-02-22 21:10:10 -08:00
Kenichi Handa
c1449bffe2
mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an error when a multipart boundary in the nested multipart is found.
2011-02-23 11:32:35 +09:00
Kenichi Handa
251ebe0f64
In rmail, decode "encoded-words" of header components on replying.
2011-02-22 10:49:06 +09:00
Kenichi Handa
16bc9688d8
Fix setting of buffer-file-coding-system for MIME message.
2011-02-19 18:22:24 +09:00
Eli Zaretskii
61aa93ed0d
Fix bug #8047 with require-final-newline and image file display.
...
image-mode.el (image-toggle-display-image): Disable
require-final-newline in buffers visiting binary image files.
2011-02-18 19:51:15 +02:00
Eli Zaretskii
a167e505d5
Document *SUBSTRING completion for Unicode character names.
...
international/mule-cmds.el (read-char-by-name, ucs-insert):
Document completion with asterisk and a substring.
2011-02-18 17:43:22 +02:00
Glenn Morris
85ee3c753c
* lisp/gnus.el (gnus-meta): Doc fix.
2011-02-17 21:17:10 -08:00