1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00
Commit Graph

90000 Commits

Author SHA1 Message Date
Stefan Monnier
1afbbf8521 (completion--try-word-completion): Don't disable
`partial-completion' any more.  Mark the added char instead.
(completion-pcm--string->pattern): Notice chars added by
completion--try-word-completion and treat them specially.
2009-04-14 02:02:30 +00:00
Kenichi Handa
d156542d90 (xfont_has_char): The font has C if C is ASCII and the
encoding charset is ascii_compatible.
2009-04-14 01:27:02 +00:00
Kenichi Handa
3620330b86 (Fdefine_charset_internal): Make charset
ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
code_offset is 0, and covers all ASCII characters.
2009-04-14 01:24:52 +00:00
Stefan Monnier
86fa089ec0 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
(ns_string_to_pasteboard_internal):
* nsmenu.m (process_dialog):
* nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
* nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
* lisp.h (Fx_load_color_file): Declare.
2009-04-13 18:45:12 +00:00
Chong Yidong
96d98c408a (Session Commands): Fix typo. 2009-04-13 17:23:27 +00:00
Chong Yidong
4518068d84 * ediff.texi (Session Commands): Fix typo. 2009-04-13 17:23:20 +00:00
Chong Yidong
605bfcb3b1 Document new variables wrap-prefix and line-prefix. 2009-04-13 16:20:56 +00:00
Chong Yidong
c4adeee0e7 * display.texi (Refresh Screen): Note that a passage about screen
refreshing is text terminal only.
(Forcing Redisplay): Delete misleading comment---sit-for calls
redisplay, not the other way around.
(Truncation): Note new values of truncate-partial-width-windows.
Copyedits.
(Invisible Text): Document invisible-p.
2009-04-13 15:54:17 +00:00
Jason Rumney
df93e5136e (frame-set-background-mode): Window system frames
default to light. Use default in cases where specified color
does not exist (Bug#2969).
2009-04-13 14:06:48 +00:00
Kenichi Handa
759f43a0c4 (cp932): Delete alias for japanese-shift-jis. 2009-04-13 12:59:07 +00:00
Kenichi Handa
a8a3728b90 (get_adstyle_property): Fix previous change. 2009-04-13 12:41:33 +00:00
Kenichi Handa
99c4d65db7 (Qja, Qko): New variables.
(fc_charset_table): Delete uniquifier data for iso8859-1.
(ftfont_get_latin1_charset): New function.
(get_adstyle_property): New function.
(ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
bitmap fonts.
(ftfont_lookup_cache): Handle the case that KEY is a font-entity.
Delete iso-8859-1 range from the charset of fonts whose adstyle is
`ko' or `ja'.
(ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
(ftfont_get_charset): For iso8859-1, call
ftfont_get_latin1_charset.
(ftfont_list): Don't refuse a font spec with non-nil `adstyle'
property.
(ftfont_open): Call ftfont_lookup_cache with ENTITY.
(syms_of_ftfont): DEFSYM Qja and Qko.
2009-04-13 12:33:13 +00:00
Kenichi Handa
7395a3b327 (font_delete_unmatched): Preserve the order of list
elements.
(font_select_entity): Suppress the code to optimize for the same
kind of fonts.
(font_load_for_lface): Get a font that supports at least ASCII
characters.
2009-04-13 12:33:02 +00:00
Michael Albinus
5b36b5337f *** empty log message *** 2009-04-12 19:31:36 +00:00
Michael Albinus
5ab38c3c5a * tramp.el (tramp-do-copy-or-rename-file-directly): Overwrite
always the tmpfile.  (Bug#2962).
2009-04-12 19:26:36 +00:00
Chong Yidong
b86c2eb900 Replace bitmaps with vector graphics. 2009-04-12 15:19:58 +00:00
Andreas Schwab
5ae051fd3b (install): Remove .gitignore files. 2009-04-12 11:22:13 +00:00
Andreas Schwab
cea426d364 (install-arch-indep): Remove .gitignore files. 2009-04-12 11:19:49 +00:00
Chong Yidong
2b96fd7c1f Scalable version of the image, created using inkscape. 2009-04-12 04:19:31 +00:00
Chong Yidong
25760acbb9 * files.el (dir-locals-directory-cache): Change format to include
the mtime of the directory-local variables file (Bug#2833).
(dir-locals-set-directory-class): New arg mtime.  Store it in
dir-locals-directory-cache.
(dir-locals-find-file): Check cache validity using the mtime.
(dir-locals-read-from-file): Save the file mtime in the cache.
(hack-dir-local-variables): Adapt to new
dir-locals-directory-cache entry format.
2009-04-11 15:26:26 +00:00
Chong Yidong
9291a2d6ae * international/mule-diag.el (describe-font-internal): Change
ignored argument to IGNORED.
(describe-font): Elide unnecessary argument to
describe-font-internal (Bug#2945).
2009-04-11 14:44:16 +00:00
Eli Zaretskii
b20ecfa1c4 (Overlays): Overlays don't scale well. See
http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2009-04-11 08:54:44 +00:00
Andreas Schwab
cd093dcf56 Typo. 2009-04-10 15:46:37 +00:00
Richard M. Stallman
4f31ad74fd * mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format. 2009-04-10 14:22:03 +00:00
Richard M. Stallman
2399e87593 * vc-dir.el (vc-dir): Dox fix. 2009-04-10 14:19:12 +00:00
Eli Zaretskii
71d8a1403c (unrmail): If "Mail-From" header is found, append a newline to it. 2009-04-10 11:54:53 +00:00
Eli Zaretskii
910348651b (rmail-unrmail-new-mail, rmail-unrmail-new-mail-maybe): New functions.
(rmail-insert-inbox-text): Use rmail-unrmail-new-mail-maybe to convert
Babyl-formatted new mail to mbox format.  (Bug#2942)
2009-04-10 10:42:07 +00:00
Chong Yidong
bea20cb928 Update documentation status. 2009-04-10 04:59:14 +00:00
Chong Yidong
6f8617a861 Checked searching.texi and syntax.texi. 2009-04-10 04:57:29 +00:00
Chong Yidong
f147ff7521 * syntax.texi (Syntax Table Functions): Document cons cell
argument for modify-syntax-entry.
(Categories): Document cons cell argument for
modify-category-entry.
2009-04-10 04:57:05 +00:00
Chong Yidong
fca4ec7651 * searching.texi (String Search): Document word-search-forward-lax
and word-search-backward-lax.
(Searching and Case): Describe isearch behavior more precisely.
2009-04-10 04:48:05 +00:00
Stefan Monnier
98a326f7ef Remove `tiny change' for Nikolaj Schumacher. 2009-04-10 04:25:43 +00:00
Glenn Morris
540f30924d Bob Rogers <rogers-emacs at rgrjr.dyndns.org> (tiny change; non-copyrightable)
Spelling and grammar fixes.
2009-04-10 02:18:58 +00:00
Chong Yidong
9c283d5b99 * keymaps.texi (Tool Bar): Mention that some platforms do not
support multi-line toolbars.  Suggested by Stephen Eglen.

* frames.texi (Layout Parameters): Mention that Nextstep also
allows only one tool-bar line.  Suggested by Stephen Eglen.
2009-04-10 02:12:01 +00:00
Chong Yidong
f980664e7e Checked nonascii.texi, 2009-04-10 01:17:11 +00:00
Chong Yidong
97d8273fa2 * nonascii.texi (Text Representations): Copyedits.
(Coding System Basics): Also mention utf-8-emacs.
(Converting Representations, Selecting a Representation)
(Scanning Charsets, Translation of Characters, Encoding and I/O):
Copyedits.
(Character Codes): Mention role of codepoints 1114112 to 4194175.
2009-04-10 01:16:27 +00:00
Kim F. Storm
c872c51e2b (cua--indent-rectangle): Insert tabs using
tab-to-tab-stop to respect indent-tabs-mode.
2009-04-09 17:13:54 +00:00
Richard M. Stallman
6dd50fed29 * mail/rmailkwd.el (rmail-set-label): Warn if multipe labels spec'd.
(rmail-kill-label, rmail-add-label): Doc fixes.
2009-04-09 16:50:36 +00:00
Richard M. Stallman
de62d9e983 * mail/rmailout.el (rmail-output): If file is visited,
check the buffer's format.
2009-04-09 16:48:25 +00:00
Richard M. Stallman
f824857fc5 * mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen". 2009-04-09 16:46:02 +00:00
Richard M. Stallman
9aadce2568 Don't query before visiting a Babyl file.
Instead, query before modifications that would save it.

* mail/rmail.el (rmail-was-converted): New variable.
(rmail-seriously-modified): New variable.
(rmail-perm-variables): Set them to nil.
(rmail-convert-babyl-to-mbox): Don't query about converting Babyl file.
Instead, set rmail-was-converted.
(rmail-modify-format): New function.  Query if save will change format.
(rmail-dont-modify-format): New function.
(rmail-duplicate-message, rmail-get-new-mail):
Call rmail-modify-format.
(rmail-set-header): Call rmail-dont-modify-format.
(rmail-set-attribute): Likewise.
(rmail-expunge-confirmed): Call rmail-modify-format.

* mail/rmailout.el (rmail-output-to-rmail-buffer):
Call rmail-modify-format.
2009-04-09 16:43:51 +00:00
Richard M. Stallman
caf9510cb8 * mail/sendmail.el (sendmail-send-it): Replace any
pre-existing Content-type header if we insert one.
2009-04-09 16:33:41 +00:00
Michael Albinus
4909640742 * net/tramp.el (tramp-file-name-handler-alist): Add
`vc-registered'.
(tramp-handle-vc-registered ): New defun.  (Bug#1741).
2009-04-09 13:46:27 +00:00
Michael Albinus
5ec2288f4a * tramp-cache.el (tramp-flush-directory-property): Use the
localname of KEY for check.
2009-04-09 13:40:19 +00:00
Kenichi Handa
3b9206508b Re-generated. 2009-04-09 11:11:25 +00:00
Kenichi Handa
0af3fedff9 (unidata-describe-decomposition): Return
a string with a composition property to disable combining
characters being composed.
2009-04-09 11:06:49 +00:00
Kenichi Handa
12b5576566 (map_charset_chars): For a charset of `superset'
method, fix calculation of code range.
2009-04-09 03:47:40 +00:00
Kenichi Handa
483670b590 (font_put_extra): If VAL is nil, delete the slot for PROP
from the list of extra properties.
(font_clear_prop): Be sure to delete `:name' font property.
2009-04-09 02:40:51 +00:00
Glenn Morris
583ebd6327 Update some urls. Remove dead links: eshell, expand, ffap, hideshow.
Remove original whitespace, now in obsolete/.
Remember and nXML are part of the distribution now.
2009-04-09 02:32:39 +00:00
Chong Yidong
1c33b028b9 Documented fill-forward-paragraph-function. 2009-04-09 01:18:21 +00:00