1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00
Commit graph

93732 commits

Author SHA1 Message Date
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
Chong Yidong
855dc98c53 NEWS: async-shell-command and ansi-color are now documented. 2010-03-02 21:50:57 -05:00
Chong Yidong
d99aaebdb4 * faq.texi: Note that ansi-color is now enabled by default. 2010-03-02 21:44:52 -05:00
Chong Yidong
05c4680567 Documented make-pointer-invisible. 2010-03-02 17:57:07 -05:00
Chong Yidong
b4a1a8b278 * frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
* display.texi (Display Custom): Document make-pointer-invisible and
underline-minimum-offset.  Remove inverse-video.
2010-03-02 17:56:36 -05:00
Eli Zaretskii
685ebdc8b1 (emacs_mule_char): Fix a typo in commentary. 2010-03-02 23:43:50 +02:00
Juri Linkov
7187cdaef8 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652) 2010-03-02 23:15:46 +02:00
Eli Zaretskii
75f80e63ca Fix bug in decoding emacs-mule encoding.
coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
 text that could be relocated inside the call to emacs_mule_char.
 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
 (CODING_DECODE_CHAR): Add a comment describing its purpose.
2010-03-02 22:35:44 +02:00
Michael Albinus
9cf3544e3b * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
error when FILENAME and NEWNAME are existing remote directories.

* net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
parameter DIR-FLAG.
2010-03-02 10:32:45 +01:00
Kenichi Handa
714997deb4 from trunk 2010-03-02 13:54:04 +09:00
Kenichi Handa
fc9a17bcf7 Fix handling of the multibyte form of raw-bytes in unibyte->multibyte conversion. 2010-03-02 13:44:28 +09:00
Glenn Morris
3bb1fc91b6 Small tweaks to etc/refcards/Makefile rules for PDFs.
* refcards/Makefile: For cs- and sk-, use pdfcsplain if available.
(pl-refcard.pdf): Let presence of pdfmex be another test for the
required TeX files.  Pass explicit output-format to tex command.
(orgcard.pdf): Use ps2pdf, since pdftex tends to produce a
portrait layout rather than the desired landscape.
2010-03-01 19:47:19 -08:00
Glenn Morris
9a6ad7690f * FOR-RELEASE: CEDET and a javascript mode were added, so remove todos. 2010-03-01 19:29:50 -08:00
Glenn Morris
33f779825b Fix date of Yom HaAtzma'ut holiday.
* calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2010-03-01 19:27:41 -08:00
Kenichi Handa
743c12d63d from trunk 2010-03-02 10:33:48 +09:00
Kenichi Handa
dcfb9bc4a1 buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of raw-bytes. 2010-03-02 10:30:52 +09:00
Alan Mackenzie
eb2f6eeb39 Correct buggy patch 2010-03-01T11:31:42Z!acm@muc.de to cc-engine.el. 2010-03-01 17:46:36 +00:00
Kenichi Handa
4aa2c3b270 from trunk 2010-03-01 20:50:57 +09:00
Kenichi Handa
d99ea08e06 Change "myanmar" to "burmese" 2010-03-01 20:34:11 +09:00
Alan Mackenzie
dd21b6216d Fix bug #5649: 23.1.92; Indentation problems in C mode. 2010-03-01 11:31:42 +00:00
Glenn Morris
a7434f0110 Regenerate pl-refcard.pdf. 2010-03-01 01:15:04 -08:00
Glenn Morris
28a138be25 * refcards/pl-refcard.tex: Double forward-slashes in URL for Mex. 2010-03-01 01:06:49 -08:00
Glenn Morris
bec7886b7d Regenerate de-refcard.pdf. 2010-03-01 00:58:52 -08:00
Glenn Morris
f972873383 * refcards/de-refcard.tex: Fix paren typo. 2010-03-01 00:56:58 -08:00