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
Glenn Morris
e1ad7fdc2e
Regenerate most pdf refcards.
...
This mainly just updates the copyright notices.
The exceptions are:
orgcard.pdf
- already committed previously with .tex changes, by mistake
de-refcard.pdf, pl-refcard.pdf
- Debian's texlive installation has defeated me
2010-03-01 00:06:52 -08:00
Glenn Morris
2509f6549d
Rename a command in ru-refcard.tex.
...
* refcards/ru-refcard.tex: Rename \year command to \cyear, since
the former seems to be already used in some TeX installations.
2010-02-28 23:13:57 -08:00
Glenn Morris
22adfe0875
Fix some ChangeLog typos.
2010-02-28 18:40:56 -08:00
Glenn Morris
09e9800385
Update short copyright year in refcard tex files.
...
* refcards/calccard.tex, refcards/cs-dired-ref.tex:
* refcards/cs-refcard.tex, refcards/cs-survival.tex:
* refcards/de-refcard.tex, refcards/dired-ref.tex:
* refcards/fr-dired-ref.tex, refcards/fr-refcard.tex:
* refcards/fr-survival.tex, refcards/orgcard.pdf:
* refcards/orgcard.tex, refcards/pl-refcard.tex:
* refcards/pt-br-refcard.tex, refcards/refcard.tex:
* refcards/ru-refcard.tex, refcards/sk-dired-ref.tex:
* refcards/sk-refcard.tex, refcards/sk-survival.tex:
* refcards/survival.tex, refcards/vipcard.tex:
* refcards/viperCard.tex: Update short copyright year to 2010.
2010-02-28 18:36:15 -08:00
Katsumi Yamaoka
b374f54d1e
(menu-bar-manuals-menu): Fix typo.
2010-02-28 23:37:19 +00:00
Chong Yidong
449d63fdc0
Minor doc fix.
2010-02-28 16:34:58 -05:00
Jan Djärv
71572c0330
scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654 .
2010-02-28 15:36:34 +01:00
Chong Yidong
412c01b6f0
Fix use of unitialized memory.
...
* charset.c (load_charset_map_from_file)
(load_charset_map_from_vector): Zero out allocated
charset_map_entries before using them.
2010-02-28 09:19:31 -05:00
Michael Albinus
00cffdeb90
* net/tramp.el (tramp-handle-write-region): START can be a string.
...
Take care in the checks.
2010-02-28 12:36:39 +01:00
Michael Albinus
d4b067837e
* net/dbus.el (dbus-introspect, dbus-get-property)
...
(dbus-set-property, dbus-get-all-properties): Use
`dbus-call-method' when noninteractive. (Bug#5645)
2010-02-28 11:27:39 +01:00
Michael Albinus
5794c2a5f7
* dbus.el (Errors and Events): D-Bus messages are retrieved only, when
...
Emacs runs in interactive mode. (Bug#5645)
2010-02-28 11:05:21 +01:00
Chong Yidong
de3a1fe935
Fix more save-excursion warnings.
...
* textmodes/reftex-toc.el (reftex-toc-promote-prepare):
* emacs-lisp/elint.el (elint-add-required-env):
* cedet/semantic/db-find.el (semanticdb-find-translate-path-brutish-default):
* cedet/ede/make.el (ede-make-check-version):
* calendar/icalendar.el (icalendar--add-diary-entry):
* calc/calcalg2.el (math-tracing-integral): Use with-current-buffer instead of save-excursion.
2010-02-27 20:22:44 -05:00
Chong Yidong
8c3e96d2f0
Fix save-excursion warning in files.el.
...
* files.el (recover-session-finish): Use with-current-buffer instead of save-excursion.
2010-02-27 20:11:15 -05:00
Stefan Monnier
c53b9c3b0a
Fix in-buffer completion when after-change-functions modify the buffer.
...
* minibuffer.el (completion--replace): New function.
(completion--do-completion): Use it and use relative movement.
2010-02-27 16:21:43 -05:00
Chong Yidong
a908c79a8f
Document :otf font-spec property.
...
* display.texi (Low-Level Font): Document :otf font-spec property.
2010-02-27 10:18:07 -05:00
Chong Yidong
4a16bdc690
* international/fontset.el (setup-default-fontset): Fix :otf spec.
2010-02-27 10:02:09 -05:00
Andreas Schwab
df7e1ea087
* w32uniscribe.c (uniscribe_check_otf): Fix length check.
2010-02-27 15:28:52 +01:00
Chong Yidong
8ff3586975
Regenerate ldefs-boot.el.
2010-02-26 22:11:21 -05:00
Chong Yidong
5d752593a5
Bump version to 23.1.93; regenerate AUTHORS.
2010-02-26 22:09:45 -05:00
Chong Yidong
4ed28cf4e5
Addendum to last patch: add "Medium" GTK font name keyword.
2010-02-26 21:09:03 -05:00
Chong Yidong
fe69a72236
Recognize more keywords in GTK font names (Bug#5646).
...
* font.c (font_parse_fcname): Recognize "Book", "Condensed", and
"Semi-Condensed" keywords in GTK names (Bug#5646).
2010-02-26 21:06:13 -05:00
Chong Yidong
b8280f3930
Minor Python mode fix (Bug#5653).
...
* progmodes/python.el (python-pdbtrack-stack-entry-regexp): Allow
the characters _<> in the stack entry (Bug#5653).
2010-02-26 19:19:50 -05:00
Kenichi Handa
dcfb7b5c85
from trunk
2010-02-26 21:43:50 +09:00
Kenichi Handa
f88cc4d6dd
Fix Myanmar OTF support
2010-02-26 21:40:46 +09:00
Glenn Morris
bf89cb4d5b
* configure: Revert accidental commit from 2010-02-24T22:07:26Z!bob@gnu.org.
2010-02-25 20:59:04 -08:00
Glenn Morris
ac1af6357a
Close bug#5643.
...
* message.el (message-send-mail-function): Change the default, so that
it inherits from a customized send-mail-function. (Bug#5643)
2010-02-25 20:45:41 -08:00
Glenn Morris
90a946031a
* custom.el (custom-initialize-delay): Doc fix.
2010-02-25 20:42:07 -08:00
Glenn Morris
cdbf910017
Fix initialization of send-mail-function option.
...
* mail/sendmail.el (send-mail-function): Autoload the call
to custom-initialize-delay, not otherwise preserved in loaddefs.el.
(Needed since 2009-09-13 change to startup.el.)
See http://lists.gnu.org/archive/html/emacs-devel/2010-02/msg00533.html
2010-02-25 20:40:03 -08:00
Glenn Morris
183c7ef959
Minor TUTORIAL fixes.
...
* tutorials/TUTORIAL.es, tutorials/TUTORIAL.pt_BR:
Fix some keybinding typos.
2010-02-25 20:35:34 -08:00
Kenichi Handa
06aac9016f
from trunk
2010-02-26 10:22:23 +09:00
Kenichi Handa
7379cfce15
xdisp.c (reseat_to_string): Fix previous change.
2010-02-26 10:17:28 +09:00