1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00
Commit Graph

90219 Commits

Author SHA1 Message Date
Chong Yidong
7beba943ec * subr.el (posn-col-row): Properly compute line spacing.
Suggested by Nikolaj Schumacher (Bug#2933).
2009-04-15 22:41:20 +00:00
Chong Yidong
ed8ab760ef * display.texi (Line Height): Emphasize that line-spacing only takes
effect on graphical terminals.
2009-04-15 22:06:52 +00:00
Chong Yidong
80d7cdca53 * searching.texi (Regexp Backslash): Also refer to shy groups as
non-capturing or unnumbered groups.
(Regexp Functions): Add cross-reference to Regexp Backslash.
2009-04-15 21:54:15 +00:00
Ulf Jasper
b0f439fc19 newsticker: enable jump to virtual feeds 2009-04-15 18:13:41 +00:00
Stefan Monnier
febb8abad4 (match-data): Refer to set-match-data' rather than store-match-data'. 2009-04-15 17:06:34 +00:00
Chong Yidong
9486ed75a2 Checked display.texi. 2009-04-15 03:08:24 +00:00
Chong Yidong
2ac982458b Documented underline-minimum-offset. 2009-04-15 03:07:39 +00:00
Chong Yidong
0c1cfe0109 * display.texi (Truncation): Overlays can use line-prefix and
wrap-prefix too.
(Overlay Properties): Document wrap-prefix and line-prefix.
(Face Attributes): Document underline-minimum-offset.
(Face Remapping): Copyedits.
(Low-Level Font): Copyedits.
(Image Cache): Note that the image cache is shared between frames.
2009-04-15 03:07:06 +00:00
Dan Nicolaescu
524a655d93 (vc-svn-after-dir-status): Fix regexp to allow for
file names with leading spaces.  Ignore "." if it appears as a
filename.
2009-04-15 00:32:47 +00:00
Dan Nicolaescu
d65859c36e * fileio.c (history_delete_duplicates): Remove unused declaration.
* callint.c (history_delete_duplicates): New declaration.
(Fcall_interactively): Remove command history duplicates when
history_delete_duplicates is true.
2009-04-15 00:08:23 +00:00
Juanma Barranquero
ade29c44f6 * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
(scan-buf-previous-region): Fix typo in docstring.
2009-04-14 21:54:49 +00:00
Juanma Barranquero
6dea717381 * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring. 2009-04-14 21:40:07 +00:00
Michael Albinus
e09349c517 * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
of directory "".
2009-04-14 14:39:46 +00:00
Michael Albinus
260821d3d5 * net/tramp.el (tramp-handle-dired-recursive-delete-directory):
Fix an error in flushing cache data.
(tramp-handle-process-file): Flush all file cache values for the
connection, because the remote process could have changed them.
Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
Handle QUIT.
2009-04-14 14:36:38 +00:00
Eli Zaretskii
3ba010e58f (syms_of_buffer) <line-spacing>: Doc fix. 2009-04-14 13:58:35 +00:00
Kenichi Handa
06f19b9126 (Ffont_info): Fix docstring. Fix the second element of
the returned value.
2009-04-14 12:41:33 +00:00
Eli Zaretskii
dfec862219 (src) <gdb.ini>: Don't replace the line with x_error_quitter; instead
append "set environment NAME" to the end.
Set NAME and USERNAME in the environment to the same value.
2009-04-14 10:37:59 +00:00
Chong Yidong
d78df08059 Fix last change. 2009-04-14 02:28:45 +00:00
Chong Yidong
2cce8bfc54 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings. 2009-04-14 02:28:25 +00:00
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