1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00
Commit Graph

87608 Commits

Author SHA1 Message Date
Katsumi Yamaoka
f66de92f0b (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head rather than
message-narrow-to-head since there will be the message header separator.
2008-12-03 02:32:18 +00:00
Kenichi Handa
4533845dc4 (detect_coding_system): Initialize utf_16_le_eol to -1, val to
Qnil.
(produce_chars): Initialize consumed_chars to 0.
2008-12-03 02:27:26 +00:00
Kenichi Handa
453b38f050 (decode_coding_utf_8): Likewise. 2008-12-03 01:22:25 +00:00
Kenichi Handa
3a8406e126 (decode_coding_utf_16): Initialize consumed_chars_base
to 0.
2008-12-03 01:19:06 +00:00
Chong Yidong
9373034275 (make_lispy_position): Only use PT if the selected window is current. 2008-12-02 23:12:56 +00:00
Chong Yidong
651df7d9b5 * keyboard.c (make_lispy_position): Only use PT if the selected
window is current.
2008-12-02 23:12:38 +00:00
Chong Yidong
d72fb28de7 (pmail-new-summary): Check for pmail-summary-mode in the current
buffer, not in the pmail buffer.
2008-12-02 22:57:02 +00:00
Chong Yidong
26520ff4da * pmailsum.el (pmail-new-summary): Check for pmail-summary-mode in the
current buffer, not in the pmail buffer.
2008-12-02 22:56:56 +00:00
Andreas Schwab
f7741ce9a0 (font_unparse_fcname): Fix use of uninitialized variable. 2008-12-02 22:47:20 +00:00
Andreas Schwab
1f625c6cd6 (doprnt1): Fix size of charbuf. 2008-12-02 22:34:12 +00:00
Stefan Monnier
06c68f84d5 (nnimap-retrieve-headers-progress): Don't use nnimap-demule
since the result is inserted in a unibyte buffer anyway.
(nnimap-demule-use-string-to-multibyte): Remove.
(nnimap-demule): Alias it to mm-string-to-multibyte.
2008-12-02 22:29:13 +00:00
Juanma Barranquero
b97439ce37 Fix typos. 2008-12-02 16:40:31 +00:00
Chong Yidong
9636b25590 (timer_check): Revert last change. 2008-12-02 16:32:20 +00:00
Chong Yidong
92bc26783b * keyboard.c (timer_check): Revert last change. 2008-12-02 16:32:11 +00:00
Chong Yidong
85ab550bbb (pmail-get-summary-labels): If no attribute headers are found, use the
empty string.
2008-12-02 14:03:27 +00:00
Chong Yidong
404271997e (pmail-only-expunge): Pass correct arg to pmail-show-message-maybe. 2008-12-02 14:03:19 +00:00
Chong Yidong
a0d579a9aa * pmail.el (pmail-only-expunge): Pass correct arg to
pmail-show-message-maybe.

* pmailsum.el (pmail-get-summary-labels): If no attribute
headers are found, use the empty string.
2008-12-02 14:03:10 +00:00
Juanma Barranquero
93b9e8cc37 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo. 2008-12-02 08:35:30 +00:00
Stefan Monnier
da0bed9399 (PC-do-completion): Fix leftover bug from Emacs-21 when
the prompt was added to the minibuffer.
2008-12-02 07:08:35 +00:00
Glenn Morris
fa047ae702 (Format Conversion Round-Trip): Rewrite format-write-file section yet again. 2008-12-02 03:40:15 +00:00
Glenn Morris
78151cd534 (texinfo-insert-quote): Tweak previous change. 2008-12-02 03:36:25 +00:00
Glenn Morris
083654ee81 Aaron S. Hawley <aaronh at garden.org>
(texinfo-insert-quote): Handle corner case where point is at the
beginning of the buffer.  (Bug#1239)
2008-12-02 03:34:19 +00:00
Glenn Morris
2da6792633 Lennart Borgman <lennart.borgman at gmail.com>
(nxml-indent-line): Don't re-indent lines that already have the
correct indentation.  (Bug#859)
2008-12-02 03:32:41 +00:00
Glenn Morris
11ee272ded (c-tab-always-indent, c-insert-tab-function): Doc fix. (Bug#1368) 2008-12-02 03:32:05 +00:00
Glenn Morris
84da0f1790 (format-write-file): Rewrite doc yet again. 2008-12-02 03:31:40 +00:00
Kenichi Handa
1097333f20 Re-generated. 2008-12-02 01:14:45 +00:00
Kenichi Handa
f1478738d8 (unidata-prop-alist): Docstring for
`decomposition' property adjusted.
(unidata-split-decomposition): Don't include surrounding "<" and
">" in a symbol name.
2008-12-02 01:12:14 +00:00
Kenichi Handa
d90442cedd *** empty log message *** 2008-12-02 01:12:02 +00:00
Juanma Barranquero
fd7a37d518 * makefile.w32-in: Update dependencies.
(CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
2008-12-01 23:39:48 +00:00
Dan Nicolaescu
938ebc4fcd (scan_lisp_file): Use xmalloc instead of malloc. 2008-12-01 20:29:02 +00:00
Andreas Schwab
c115043bf3 (register_font_driver): Use xmalloc.
(font_put_frame_data): Likewise.
2008-12-01 20:14:43 +00:00
Chong Yidong
d78494f962 (realize_x_face): Make abort condition clearer. 2008-12-01 18:08:59 +00:00
Chong Yidong
860d96be00 * xfaces.c (realize_x_face): Make abort condition clearer. 2008-12-01 18:08:53 +00:00
Chong Yidong
495effe5eb (update_frame_tool_bar): Initialize variable. 2008-12-01 17:59:53 +00:00
Chong Yidong
f5668d2ae5 * gtkutil.c (update_frame_tool_bar): Initialize variable. 2008-12-01 17:59:38 +00:00
Andreas Schwab
a5dad58ad4 (dired-font-lock-keywords): Avoid fontifying file names
ending in a colon as directory header.
2008-12-01 16:07:19 +00:00
Kenichi Handa
702c4b073d *** empty log message *** 2008-12-01 12:14:03 +00:00
Kenichi Handa
58f4a9060f Re-generated. 2008-12-01 11:42:43 +00:00
Kenichi Handa
2fc9e56e9e (unidata-prop-alist): Docstring adjusted. 2008-12-01 11:41:16 +00:00
Kenichi Handa
dd787998bf (unidata-prop-alist): Set `numric-value'
property generator to unidata-gen-table-numeric.
(unidata-get-numeric, unidata-put-numeric)
(unidata-gen-table-numeric): New functions.
(unidata-encode-val): Use assoc to get a slot in VAL-LIST.
2008-12-01 11:39:09 +00:00
Juanma Barranquero
d6be7497c4 * international/mule-cmds.el (locale-preferred-coding-systems): Fix alist item. 2008-12-01 11:07:41 +00:00
Martin Rudalics
fa687b02e9 (Top): Fix typo. 2008-12-01 06:58:38 +00:00
Michael Albinus
7c3404ecc2 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
(tramp-set-connection-property, tramp-flush-connection-property)
(tramp-dump-connection-properties): Use it.
2008-12-01 06:37:54 +00:00
Miles Bader
78ca4710c5 Add arch tagline 2008-12-01 02:27:55 +00:00
Jay Belanger
3bf8054fea (About This Manual): Clarify behavior of `C-x * t'.
(Using Calc): Clarify use of `C-x * o'.
(Embedded Mode (Overview)): Clarify use of `C-x * e'.
2008-12-01 02:09:58 +00:00
Chong Yidong
e6fda20626 DocView is documented. 2008-11-30 23:08:22 +00:00
Chong Yidong
85c78c0fe4 hide-ifdef-mode documented; mark some entries as not needed doc updates. 2008-11-30 23:02:50 +00:00
Chong Yidong
3f6db3932c (Top): Add DocView nodes to detailed node listing. 2008-11-30 23:01:56 +00:00
Chong Yidong
d14202c2ce (Document View): Explain dependence on gs at the top. Copyedits. 2008-11-30 22:57:43 +00:00
Chong Yidong
320ee0345c * misc.texi (Document View): Explain dependence on gs at the top.
Copyedits.
2008-11-30 22:57:36 +00:00