Michael Albinus
411d06c27c
* net/tramp-imap.el (top): Autoload needed packages.
2010-01-22 22:19:50 +01:00
Stefan Monnier
c893016b07
* mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
...
just because we see "encoding: 8bit".
* mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
2010-01-22 11:43:54 -05:00
Chong Yidong
9425f8e1b3
* isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
2010-01-22 11:32:31 -05:00
Eli Zaretskii
6a801864b1
Fix bug #5447 , whereby loading C:/foo.el.gz on MS-Windows would fail.
...
jka-compr.el (jka-compr-load): If load-file is not in load-history,
try its file-truename version.
2010-01-22 12:23:25 +02:00
Alan Mackenzie
3e8f7d9196
Fix a situation where deletion of a cpp construct throws an error.
2010-01-21 21:45:01 +00:00
Chong Yidong
f0bd0ad525
Fix sgml-maybe-name-self (Bug#5380).
...
* textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
process last-command-event, as it is now decoded first (Bug#5380).
2010-01-21 09:03:10 -05:00
Chong Yidong
5189d95ba6
* lisp/term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
2010-01-20 12:14:37 -05:00
Glenn Morris
e073d74aaa
(tab-always-indent): Fix custom-type.
2010-01-19 19:46:23 -08:00
Alan Mackenzie
8ee04f3a4f
Fix bug#5395: typing '#' in an empty C buffer throws "args out of range".
...
* progmodes/cc-defs.el: (c-set-cpp-delimiters, c-clear-cpp-delimiters):
Check for EOB playing the role of delimiter.
2010-01-19 22:10:19 +00:00
Stephen Leake
6a47c86a18
* ada-mode.el: Really fix bug#5400 (comment in 2010-01-17T19:15:32Z!lekktu@gmail.com was erroneous).
...
(ada-matching-decl-start-re): Move into ada-goto-decl-start.
(ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
changed. Delete RECURSIVE parameter; never used. Improve doc string.
Improve comments in "is" portion. Handle null procedure declaration.
(ada-move-to-end): Improve doc string.
2010-01-19 00:10:57 +01:00
Juanma Barranquero
e90d57c003
Fix typos.
2010-01-18 21:24:43 +01:00
Óscar Fuentes
2acfb95436
ido.el: Consider the possibility of buffer names changing after kill-buffer.
2010-01-18 20:34:55 +01:00
Chong Yidong
244b023e52
Doc fix for current-time-string and date-to-time (Bug#5408)
...
* src/editfns.c (Fcurrent_time_string): Doc fix.
* lisp/calendar/time-date.el (date-to-time): Doc fix.
2010-01-18 11:29:00 -05:00
Juanma Barranquero
07e606735e
Fix typos.
2010-01-18 05:44:36 +01:00
Juanma Barranquero
db9e401b3b
Fix typos in docstrings, error messages, etc.
2010-01-18 05:39:40 +01:00
Kenichi Handa
b723580811
Add bug number.
2010-01-18 10:07:25 +09:00
Chong Yidong
9295137d69
Fix handling of arbitrary YANK-ACTION functions from compose-mail.
...
* mail/sendmail.el (mail-yank-original): Set the mark if the
specified function for yanking does not do it.
2010-01-17 18:34:53 -05:00
Dan Nicolaescu
7902c120cb
(with-vc-properties): Deal with directory arguments. (Bug#5298)
2010-01-17 13:31:25 -08:00
Dan Nicolaescu
4d0bbcb62a
(vc-dir-resynch-file): Update the vc-dir header when
...
resyncing a directory.
2010-01-17 12:36:21 -08:00
Stephen Leake
0b702bc14d
* progmodes/ada-mode.el: Fix bug#1920, bug#5400.
...
(ada-ident-re): Delete ., allow multibyte characters.
(ada-goto-label-re): New; matches goto labels.
(ada-block-label-re): New; matches block labels.
(ada-label-re): New; matches both.
(ada-named-block-re): Deleted; callers changed to use
`ada-block-label-re' instead.
(ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
Use `ada-block-label-re'.
(ada-indent-on-previous-lines): Improve handling of goto labels.
(ada-get-indent-block-start): Special-case block label.
(ada-get-indent-label): Split into `ada-indent-block-label' and
`ada-indent-goto-label'.
(ada-goto-stmt-start, ada-goto-next-non-ws): Optionally ignore goto labels.
(ada-goto-next-word): Simplify.
(ada-indent-newline-indent-conditional): Insert newline before
trying to fix indentation; doc fix.
2010-01-17 20:15:32 +01:00
Jay Belanger
05287c4978
Give `calc-command-flags' an initial value.
2010-01-16 23:08:35 -06:00
Glenn Morris
44e82a0bd6
(semantic-idle-work-for-one-buffer): Doc fix.
2010-01-16 18:54:35 -08:00
Juanma Barranquero
4963739e1d
Fix typos in docstrings.
2010-01-17 03:25:53 +01:00
Chong Yidong
116bd1ee3b
Fix return value of nxml-extend-after-change-region.
...
* nxml/nxml-mode.el (nxml-extend-after-change-region): Never return t (Bug#3898).
2010-01-16 17:24:05 -05:00
Chong Yidong
2784cd7a6b
* lisp/ChangeLog: Mark last change as tiny.
2010-01-16 16:38:47 -05:00
Chong Yidong
d4efdaea76
* vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
...
can parse the output of the external commands (Bug#5279).
2010-01-16 16:37:46 -05:00
Chong Yidong
bbdc98eff1
* emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
2010-01-16 16:20:43 -05:00
Chong Yidong
abd5cfe880
* pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
2010-01-16 15:50:23 -05:00
Chong Yidong
c7dc1ac114
* emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
2010-01-16 15:04:29 -05:00
Chong Yidong
4fe22cdf59
Command line arg processing fix (Bug#5392)
...
* src/emacs.c (standard_args): Adjust arg priorities to reflect how
they are processed in startup.el.
* lisp/startup.el (command-line): Remove unused --icon-type arg.
Handle --display arg, passing it to command-line-1 (Bug#5392).
2010-01-16 14:28:59 -05:00
Mario Lang
045b9da787
Mario Lang <mlang@delysid.org>: Remove some duplicated words.
...
* cedet/ede/cpp-root.el (ede-cpp-root-project):
* cedet/ede/files.el (ede-expand-filename):
* cedet/ede/simple.el (ede-simple-project):
* cedet/semantic/complete.el (semantic-complete-read-tag-engine)
(semantic-complete-inline-tag-engine):
* cedet/semantic/db-el.el (semanticdb-equivalent-mode):
* cedet/semantic/db-global.el (semanticdb-equivalent-mode):
* cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
* cedet/semantic/db.el (semanticdb-equivalent-mode):
* cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
* cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
* emacs-lisp/chart.el (chart-translate-namezone):
* textmodes/artist.el (artist-compute-popup-menu-table):
Remove duplicated words in doc-strings.
* srecode/doc-cpp.srt, srecode/doc-default.srt:
* srecode/doc-java.srt: Remove duplicated words.
* ede.texi (ede-target):
* org.texi (Refiling notes): Remove duplicated words.
2010-01-15 18:51:50 -08:00
Chong Yidong
6554a5df3a
* net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
...
to mairix-search to suppress threading (Bug#5342).
2010-01-15 11:55:43 -05:00
Kenichi Handa
67f6e72bd3
from trunk
2010-01-15 21:40:13 +09:00
Kenichi Handa
ca4f0e9a63
international/mule-cmds.el (canonicalize-coding-system-name): Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX".
2010-01-15 21:35:31 +09:00
Glenn Morris
56a03f46b8
Fix Bug#5311.
...
* log-view.el (top-level): Require 'wid-edit. (Bug#5311)
* wid-edit.el (widget-keymap): Doc fix.
2010-01-14 19:59:04 -08:00
Glenn Morris
1db3226b1a
(vc-svn-print-log): Use --limit rather than -l since the
...
former seems to be more widely accepted by various svn versions.
2010-01-14 19:54:36 -08:00
Juanma Barranquero
d1f18ec092
Fix typos in docstrings.
2010-01-14 19:59:31 +01:00
Juanma Barranquero
80cd4bb402
Fix typo in error message.
2010-01-14 19:49:53 +01:00
Juanma Barranquero
9c23ca4755
Fix bug#5313: editing files in hexl-mode corrupts file
...
* hexl.el (hexl-printable-character): Fix check of `hexl-iso',
which is always a string.
2010-01-14 15:37:13 +01:00
Juanma Barranquero
8794c483ae
Simplify previous change.
2010-01-14 14:14:24 +01:00
Stephen Leake
95005d39eb
Default ada_project_path to $ADA_PROJECT_PATH.
2010-01-14 14:12:05 +01:00
Stephen Leake
80e18d20ec
* progmodes/ada-mode.el: Override narrow-to-defun' with
ada-narrow-to-defun'.
2010-01-14 13:57:07 +01:00
Stephen Leake
fb0d15459c
* progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
...
(ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
(ada-get-current-indent, ada-imenu-generic-expression)
(ada-which-function): Check for it.
2010-01-14 13:52:37 +01:00
Stephen Leake
5c9434d0a0
* progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
...
(ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
2010-01-14 13:36:14 +01:00
Glenn Morris
3a4f3a3b0a
(show-trailing-whitespace): Safe if boolean. (Bug#5312)
2010-01-13 22:13:16 -08:00
Juanma Barranquero
49caf252e5
Fix typo.
2010-01-14 05:03:24 +01:00
Kenichi Handa
35fb32880c
from trunk
2010-01-14 12:54:04 +09:00
Kenichi Handa
d9a7c14092
Make auto-composition work on all buffers even if they are fundamental mode.
2010-01-14 12:44:36 +09:00
Karl Fogel
38bee10234
* lisp/bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
2010-01-13 18:25:01 -05:00
Michael Albinus
b8b45afc52
* files.el (copy-directory): Compute target for recursive
...
directories with identical names. (Bug#5343)
2010-01-12 22:59:05 +01:00