Chong Yidong
def98666d8
Document Bug#5541.
2010-03-19 11:15:27 -04:00
Juanma Barranquero
d120008778
* lisp/minibuffer.el (completion-in-region-functions): Fix docstring typos.
2010-03-19 14:22:15 +01:00
Glenn Morris
f454672ba3
Restore user option rmail-highlight-face.
...
* mail/rmail.el (rmail-highlight-face): Restore option deleted
2008-02-13 without comment; mark it obsolete.
(rmail-highlight-headers): Use rmail-highlight-face once more.
2010-03-17 21:49:35 -07:00
Chong Yidong
d5704d66b7
Woman parsing fix (Bug#5729).
...
* woman.el (woman2-process-escapes): Only consume the newline if
the filler character is on a line by itself (Bug#5729).
2010-03-16 13:24:44 -04:00
Kenichi Handa
fade35ddda
language/indian.el (devanagari-composable-pattern): Add more consonants.
2010-03-16 16:04:46 +09:00
Kenichi Handa
fb608df3c6
Fix the ccl encoder for the case that the output buffer is fullfilled.
2010-03-16 14:48:41 +09:00
Kenichi Handa
fbdc17211b
coding.c (decode_coding_ccl): Fix previous change for the multibyte case.
2010-03-16 11:14:40 +09:00
Chong Yidong
35cd7cd68e
Fix bug in `format' (Bug#5710).
...
* editfns.c (Fformat): Account for string precision when computing
field width (Bug#5710).
2010-03-15 11:51:48 -04:00
Francesc Rocher
3af45ae1a6
Remove CEDET entry in MORE.STUFF.
2010-03-15 11:45:03 +01:00
Michael Albinus
c8215db1b9
* lisp/net/trampver.el: Update release number.
...
* doc/misc/trampver.texi: Update release number.
2010-03-14 21:10:47 +01:00
Glenn Morris
9496bea877
* copyright: Add note about lisp/cedet/semantic/imenu.el.
2010-03-13 12:02:01 -08:00
Glenn Morris
b4d1636860
* Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2010-03-13 11:57:29 -08:00
Glenn Morris
658338ef72
* cedet/semantic/imenu.el: Fix typo in copyright header.
2010-03-13 11:55:44 -08:00
Michael Albinus
c0e17ff2f2
* net/tramp.el (tramp-find-executable): Use
...
`tramp-get-connection-buffer'. Make the regexp for checking
output of "wc -l" more robust.
(tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
(tramp-open-connection-setup-interactive-shell): Remove workaround
for OpenSolaris bug, it is not needed anymore.
2010-03-13 20:11:01 +01:00
Chong Yidong
6408fd427b
* cedet/semantic/imenu.el: New file from the CEDET repository (Bug#5412).
2010-03-13 10:49:54 -05:00
Glenn Morris
eb123b1295
Close bug#4427.
...
* emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
* emacs-lisp/cl-loaddefs.el: Regenerate.
2010-03-11 19:19:17 -08:00
Wilson Snyder
5f8d2ce0f8
(auto-mode-alist): Accept more verilog file patterns.
2010-03-11 08:25:46 -08:00
Glenn Morris
c7415cfc45
License updates for some test/cedet/tests files.
...
* testjavacomp.java, testpolymorph.cpp: Convert copyright of author
with assignment to FSF copyright. Add 2010. Relicense under GPLv3+.
2010-03-10 22:58:54 -08:00
Glenn Morris
7af1d7ff6f
* bugtracker: Debbugs's X-Emacs mail headers are now X-GNU headers.
2010-03-10 22:54:51 -08:00
Chong Yidong
66da5719da
Bump version to 23.1.94 and regenerate ldefs-boot.el.
2010-03-10 23:03:11 -05:00
Chong Yidong
fd5476dd1a
Fix ChangeLog typo.
2010-03-10 21:41:21 -05:00
Miles Bader
25344b050d
(vc-git-print-log): Use "tformat:" for shortlog, instead of "format:"
...
This ensures that the output is newline-terminated.
2010-03-09 22:24:44 +09:00
Juri Linkov
9f1707ed87
Fix numeric keywords.
2010-03-08 19:14:53 +02:00
Chong Yidong
4e7cafbe33
Additional fix for rfc822-addresses (Bug#5692).
...
* mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
that all errors are caught, and that the return value is always a
list (Bug#5692).
2010-03-08 11:17:30 -05:00
Juanma Barranquero
f7e0618c13
Fix typos in Changelogs.
2010-03-08 14:00:18 +01:00
Kenichi Handa
ebc3ea5cb8
Fix bug# in ChangeLog.
2010-03-08 20:39:36 +09:00
Kenichi Handa
59513a2f81
from trunk
2010-03-08 10:53:37 +09:00
Kenichi Handa
b799f22115
Add bug# in ChangeLog.
2010-03-08 10:52:57 +09:00
Kenichi Handa
aec663190b
Add coding system windows-1256 (alias cp1256).
2010-03-08 10:50:35 +09:00
Andreas Schwab
b327c97510
Don't end parsing rfc822 addresses prematurely (Bug#5692)
...
* mail/rfc822.el (rfc822-addresses): Move catch clause down around
call to rfc822-bad-address. (Bug#5692)
2010-03-07 18:34:40 +01:00
Chong Yidong
1c465a6a67
Correct pathname for vc-git-annotate-extract-revision-at-line (Bug#5657)
...
* vc-git.el (vc-git-annotate-extract-revision-at-line): Use
vc-git-root as default direcotry for revision path (Bug#5657).
2010-03-07 09:45:53 -05:00
Chong Yidong
300ad19d43
NEWS: Clarify last change.
2010-03-06 15:35:04 -05:00
Chong Yidong
b6f94db546
NEWS: Document change to Lisp reader for overflowing ints.
2010-03-06 15:33:04 -05:00
Chong Yidong
eed5c93a4c
* objects.texi (Integer Type): Take note of the read syntax exception for numbers that cannot fit in the integer type.
2010-03-06 15:27:19 -05:00
Chong Yidong
17782becc5
Improve documentation for setting buffer-local vars (Bug#5688).
...
* custom.texi (Init Examples): Add xref to Locals.
* major.texi (Choosing Modes): Mention usage of setq-default for
setting the default value of major-mode (Bug#5688).
2010-03-06 14:02:49 -05:00
Chong Yidong
a4e32226eb
* calculator.el (calculator): Don't bind split-window-keep-point (Bug#5674).
2010-03-06 13:23:23 -05:00
Stefan Monnier
4c83ed3d48
* vc-git.el: Re-flow to fit into 80 columns.
...
(vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
Remove spurious `quote' element in each case alternative.
(vc-git-show-log-entry): Use prog1.
(vc-git-after-dir-status-stage): Remove unused var `remaining'.
2010-03-05 23:05:47 -05:00
Glenn Morris
d40a757070
Update some cedet template copyrights to GPLv3+.
...
* etc/srecode/default.srt (COPYRIGHT):
* lisp/cedet/semantic/grammar.el (semantic-grammar-header-template):
Update template copyright to GPLv3+.
2010-03-05 19:06:37 -08:00
Glenn Morris
2c21a6e282
Add license information for ede-test.el and srecode-test.el.
...
The information is based on the files in cedet from which these
files were extracted (see commentaries).
2010-03-05 19:00:40 -08:00
Stefan Monnier
c0335e02ec
Make it possible to C-g in a tight bytecode loop again (bug#5680).
...
* lisp.h (ELSE_PENDING_SIGNALS): New macro.
(QUIT): Use it to consolidate code and remove redundancy.
* bytecode.c (BYTE_CODE_QUIT): Use it as well.
2010-03-05 18:08:18 -05:00
Stefan Monnier
e8defde36d
(Man-files-regexp): Tighten up the regexp (bug#5686).
2010-03-05 15:18:20 -05:00
Stefan Monnier
254c06a8d8
* regex.c (regex_compile): Setup gl_state as well.
2010-03-05 14:54:39 -05:00
Stefan Monnier
618db43098
(skip_chars): Setup gl_state (bug#3823).
...
(in_classes): Use CONSP before XCAR/XCDR.
2010-03-05 13:42:38 -05:00
Glenn Morris
324f60ef7b
Fix orgcard.tex pdf landscape format.
...
* refcards/orgcard.tex: Use pdflayout.sty.
* refcards/Makefile (orgcard.pdf): Special rule no longer needed.
2010-03-04 19:01:38 -08:00
Juri Linkov
3bc71084dd
Add a comment for the previous commit.
2010-03-03 21:23:20 +02:00
Chong Yidong
233f0c9f87
Fix keyboard macro key lookup (Bug#5481).
...
* src/keymap.c (Fwhere_is_internal): Use Fequal to compare
definitions, so that keyboard macros are correctly handled
(Bug#5481).
* lisp/macros.el (insert-kbd-macro): Look up keyboard macro
using the definition, not the name (Bug#5481).
2010-03-03 12:31:50 -05:00
Chong Yidong
93cafb328b
NEWS: Auto composition mode is still a minor mode.
2010-03-03 11:14:16 -05:00
Glenn Morris
254bedef1a
Mark previous ChangeLog entry as a tiny change.
2010-03-02 20:11:15 -08:00
Štěpán Němec
bc91aee966
Close bug#5670 with patch from Å tÄpán NÄmec <stepnem at gmail.com>.
...
* subr.el (momentary-string-display): Don't overwrite the MESSAGE
argument with a local variable. (Bug#5670)
2010-03-02 19:58:26 -08:00
Glenn Morris
1ddd662297
Update Lispref for 30-bit integers.
...
* numbers.texi (Integer Basics, Bitwise Operations):
* objects.texi (Integer Type): Update for integers now being 30-bit.
2010-03-02 19:50:15 -08:00