bpt/emacs.git
15 years ago* textmodes/flyspell.el (flyspell-correct-word-before-point):
Chong Yidong [Thu, 16 Apr 2009 18:45:20 +0000 (18:45 +0000)]
* textmodes/flyspell.el (flyspell-correct-word-before-point):
Don't create markers.
(tex-mode-flyspell-verify): Don't create markers.  Use
line-end-position.
(sgml-mode-flyspell-verify): Don't create markers.  Simplify code
using looking-at and looking-back.

15 years ago* search.c: Use EMACS_INT for buffer positions. Add prototypes.
Andreas Schwab [Thu, 16 Apr 2009 16:01:14 +0000 (16:01 +0000)]
* search.c: Use EMACS_INT for buffer positions.  Add prototypes.
* lisp.h: Adjust prototypes.

15 years agoAdd bug reference.
Andreas Schwab [Thu, 16 Apr 2009 09:32:26 +0000 (09:32 +0000)]
Add bug reference.

15 years ago(boyer_moore): Use zero as marker value for a possible
Andreas Schwab [Thu, 16 Apr 2009 09:30:45 +0000 (09:30 +0000)]
(boyer_moore): Use zero as marker value for a possible
match instead of depending on overflow behavior.

15 years ago* emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
Chong Yidong [Thu, 16 Apr 2009 04:31:13 +0000 (04:31 +0000)]
* emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
property (Bug#2984).

15 years agobrowse-url.el (browse-url-filename-alist): Update :version for last change.
Chong Yidong [Thu, 16 Apr 2009 04:08:15 +0000 (04:08 +0000)]
browse-url.el (browse-url-filename-alist): Update :version for last change.

15 years ago* keyboard.c (adjust_point_for_property): Disable 2009-02-12
Chong Yidong [Thu, 16 Apr 2009 03:58:44 +0000 (03:58 +0000)]
* keyboard.c (adjust_point_for_property): Disable 2009-02-12
change (Bug#3003).

15 years ago* ediff-wind.el (ediff-make-wide-display): Fix typo in frame parameter
Chong Yidong [Thu, 16 Apr 2009 03:50:30 +0000 (03:50 +0000)]
* ediff-wind.el (ediff-make-wide-display): Fix typo in frame parameter
  alist.

15 years ago(xfont_has_char): Special handling of `ja' and `ko' adstyle.
Kenichi Handa [Thu, 16 Apr 2009 01:39:36 +0000 (01:39 +0000)]
(xfont_has_char): Special handling of `ja' and `ko' adstyle.

15 years ago(xftfont_has_char): Special handling of `ja' and `ko' adstyle.
Kenichi Handa [Thu, 16 Apr 2009 01:38:35 +0000 (01:38 +0000)]
(xftfont_has_char): Special handling of `ja' and `ko' adstyle.

15 years ago(Qja, Qko): Don't make them static.
Kenichi Handa [Thu, 16 Apr 2009 01:38:07 +0000 (01:38 +0000)]
(Qja, Qko): Don't make them static.
(enum ftfont_cache_for): New enum.
(fc_charset_table): Undo the previous change.
(ftfont_get_latin1_charset): Delete it.
(ftfont_pattern_entity): Check cache by ftfont_lookup_cache.  Set
FONT_SIZE_INDEX of the entity to 0 for a scalable font.  For a
non-scarable font, try to get AVERAGE_WIDTH.
(ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
Change ft_face_cache from a list of a hash-table.  Don't check
`ja' and `ko' adstyle here.
(ftfont_get_fc_charset): Call ftfont_lookup_cache with
FTFONT_CACHE_FOR_CHARET.
(ftfont_get_charset): Undo the previous change.
(ftfont_open): Call ftfont_lookup_cache with
FTFONT_CACHE_FOR_FACE.
(ftfont_close): Likewise.
(ftfont_has_char): Special handling of `ja' and `ko' adstyle.

15 years ago(font_sort_entites): Change the meaning of the arg
Kenichi Handa [Thu, 16 Apr 2009 01:32:44 +0000 (01:32 +0000)]
(font_sort_entites): Change the meaning of the arg
BEST-ONLY.  Don't optimize for VEC of lenght 1.
(font_select_entity): Just return the value of font_sort_entites.

15 years ago(merge_face_vectors): Reflect font properties in
Kenichi Handa [Thu, 16 Apr 2009 01:08:24 +0000 (01:08 +0000)]
(merge_face_vectors): Reflect font properties in
to[LFACE_FONT_INDEX] to the other face attributes.  Don't call
font_clear_prop if a face attribute doesn't change.

15 years ago(charset_ksc5601): Extern it.
Kenichi Handa [Thu, 16 Apr 2009 01:05:10 +0000 (01:05 +0000)]
(charset_ksc5601): Extern it.

15 years ago(charset_ksc5601): New variable.
Kenichi Handa [Thu, 16 Apr 2009 01:04:27 +0000 (01:04 +0000)]
(charset_ksc5601): New variable.
(Fdefine_charset_internal): Set charset_ksc5601.
(init_charset_once): Initialize charset_ksc5601 to -1.

15 years ago* outline.el (hide-sublevels): Ensure that arguments are passed to
Chong Yidong [Wed, 15 Apr 2009 23:32:23 +0000 (23:32 +0000)]
* outline.el (hide-sublevels): Ensure that arguments are passed to
outline-flag-region in the correct order (Bug#3000).

15 years ago* net/browse-url.el (browse-url-filename-alist): Correct file
Chong Yidong [Wed, 15 Apr 2009 22:51:26 +0000 (22:51 +0000)]
* net/browse-url.el (browse-url-filename-alist): Correct file
URI (Bug#2922).

15 years ago* subr.el (posn-col-row): Properly compute line spacing.
Chong Yidong [Wed, 15 Apr 2009 22:41:20 +0000 (22:41 +0000)]
* subr.el (posn-col-row): Properly compute line spacing.
Suggested by Nikolaj Schumacher (Bug#2933).

15 years ago* display.texi (Line Height): Emphasize that line-spacing only takes
Chong Yidong [Wed, 15 Apr 2009 22:06:52 +0000 (22:06 +0000)]
* display.texi (Line Height): Emphasize that line-spacing only takes
effect on graphical terminals.

15 years ago* searching.texi (Regexp Backslash): Also refer to shy groups as
Chong Yidong [Wed, 15 Apr 2009 21:54:15 +0000 (21:54 +0000)]
* searching.texi (Regexp Backslash): Also refer to shy groups as
non-capturing or unnumbered groups.
(Regexp Functions): Add cross-reference to Regexp Backslash.

15 years agonewsticker: enable jump to virtual feeds
Ulf Jasper [Wed, 15 Apr 2009 18:13:41 +0000 (18:13 +0000)]
newsticker: enable jump to virtual feeds

15 years ago(match-data): Refer to `set-match-data' rather than `store-match-data'.
Stefan Monnier [Wed, 15 Apr 2009 17:06:34 +0000 (17:06 +0000)]
(match-data): Refer to `set-match-data' rather than `store-match-data'.

15 years agoChecked display.texi.
Chong Yidong [Wed, 15 Apr 2009 03:08:24 +0000 (03:08 +0000)]
Checked display.texi.

15 years agoDocumented underline-minimum-offset.
Chong Yidong [Wed, 15 Apr 2009 03:07:39 +0000 (03:07 +0000)]
Documented underline-minimum-offset.

15 years ago* display.texi (Truncation): Overlays can use line-prefix and
Chong Yidong [Wed, 15 Apr 2009 03:07:06 +0000 (03:07 +0000)]
* 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.

15 years ago(vc-svn-after-dir-status): Fix regexp to allow for
Dan Nicolaescu [Wed, 15 Apr 2009 00:32:47 +0000 (00:32 +0000)]
(vc-svn-after-dir-status): Fix regexp to allow for
file names with leading spaces.  Ignore "." if it appears as a
filename.

15 years ago* fileio.c (history_delete_duplicates): Remove unused declaration.
Dan Nicolaescu [Wed, 15 Apr 2009 00:08:23 +0000 (00:08 +0000)]
* 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.

15 years ago* help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
Juanma Barranquero [Tue, 14 Apr 2009 21:54:49 +0000 (21:54 +0000)]
* help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
  (scan-buf-previous-region): Fix typo in docstring.

15 years ago* jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
Juanma Barranquero [Tue, 14 Apr 2009 21:40:07 +0000 (21:40 +0000)]
* jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.

15 years ago* net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
Michael Albinus [Tue, 14 Apr 2009 14:39:46 +0000 (14:39 +0000)]
* net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
of directory "".

15 years ago* net/tramp.el (tramp-handle-dired-recursive-delete-directory):
Michael Albinus [Tue, 14 Apr 2009 14:36:38 +0000 (14:36 +0000)]
* 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.

15 years ago(syms_of_buffer) <line-spacing>: Doc fix.
Eli Zaretskii [Tue, 14 Apr 2009 13:58:35 +0000 (13:58 +0000)]
(syms_of_buffer) <line-spacing>: Doc fix.

15 years ago(Ffont_info): Fix docstring. Fix the second element of
Kenichi Handa [Tue, 14 Apr 2009 12:41:33 +0000 (12:41 +0000)]
(Ffont_info): Fix docstring.  Fix the second element of
the returned value.

15 years ago(src) <gdb.ini>: Don't replace the line with x_error_quitter; instead
Eli Zaretskii [Tue, 14 Apr 2009 10:37:59 +0000 (10:37 +0000)]
(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.

15 years agoFix last change.
Chong Yidong [Tue, 14 Apr 2009 02:28:45 +0000 (02:28 +0000)]
Fix last change.

15 years ago* xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
Chong Yidong [Tue, 14 Apr 2009 02:28:25 +0000 (02:28 +0000)]
* xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.

15 years ago(completion--try-word-completion): Don't disable
Stefan Monnier [Tue, 14 Apr 2009 02:02:30 +0000 (02:02 +0000)]
(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.

15 years ago(xfont_has_char): The font has C if C is ASCII and the
Kenichi Handa [Tue, 14 Apr 2009 01:27:02 +0000 (01:27 +0000)]
(xfont_has_char): The font has C if C is ASCII and the
encoding charset is ascii_compatible.

15 years ago(Fdefine_charset_internal): Make charset
Kenichi Handa [Tue, 14 Apr 2009 01:24:52 +0000 (01:24 +0000)]
(Fdefine_charset_internal): Make charset
ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
code_offset is 0, and covers all ASCII characters.

15 years ago* nsselect.m (symbol_to_nsstring, clean_local_selection_data)
Stefan Monnier [Mon, 13 Apr 2009 18:45:12 +0000 (18:45 +0000)]
* 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.

15 years ago(Session Commands): Fix typo.
Chong Yidong [Mon, 13 Apr 2009 17:23:27 +0000 (17:23 +0000)]
(Session Commands): Fix typo.

15 years ago* ediff.texi (Session Commands): Fix typo.
Chong Yidong [Mon, 13 Apr 2009 17:23:20 +0000 (17:23 +0000)]
* ediff.texi (Session Commands): Fix typo.

15 years agoDocument new variables wrap-prefix and line-prefix.
Chong Yidong [Mon, 13 Apr 2009 16:20:56 +0000 (16:20 +0000)]
Document new variables wrap-prefix and line-prefix.

15 years ago* display.texi (Refresh Screen): Note that a passage about screen
Chong Yidong [Mon, 13 Apr 2009 15:54:17 +0000 (15:54 +0000)]
* 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.

15 years ago(frame-set-background-mode): Window system frames
Jason Rumney [Mon, 13 Apr 2009 14:06:48 +0000 (14:06 +0000)]
(frame-set-background-mode): Window system frames
default to light. Use default in cases where specified color
does not exist (Bug#2969).

15 years ago(cp932): Delete alias for japanese-shift-jis.
Kenichi Handa [Mon, 13 Apr 2009 12:59:07 +0000 (12:59 +0000)]
(cp932): Delete alias for japanese-shift-jis.

15 years ago(get_adstyle_property): Fix previous change.
Kenichi Handa [Mon, 13 Apr 2009 12:41:33 +0000 (12:41 +0000)]
(get_adstyle_property): Fix previous change.

15 years ago(Qja, Qko): New variables.
Kenichi Handa [Mon, 13 Apr 2009 12:33:13 +0000 (12:33 +0000)]
(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.

15 years ago(font_delete_unmatched): Preserve the order of list
Kenichi Handa [Mon, 13 Apr 2009 12:33:02 +0000 (12:33 +0000)]
(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.

15 years ago*** empty log message ***
Michael Albinus [Sun, 12 Apr 2009 19:31:36 +0000 (19:31 +0000)]
*** empty log message ***

15 years ago* tramp.el (tramp-do-copy-or-rename-file-directly): Overwrite
Michael Albinus [Sun, 12 Apr 2009 19:26:36 +0000 (19:26 +0000)]
* tramp.el (tramp-do-copy-or-rename-file-directly): Overwrite
always the tmpfile.  (Bug#2962).

15 years agoReplace bitmaps with vector graphics.
Chong Yidong [Sun, 12 Apr 2009 15:19:58 +0000 (15:19 +0000)]
Replace bitmaps with vector graphics.

15 years ago(install): Remove .gitignore files.
Andreas Schwab [Sun, 12 Apr 2009 11:22:13 +0000 (11:22 +0000)]
(install): Remove .gitignore files.

15 years ago(install-arch-indep): Remove .gitignore files.
Andreas Schwab [Sun, 12 Apr 2009 11:19:49 +0000 (11:19 +0000)]
(install-arch-indep): Remove .gitignore files.

15 years agoScalable version of the image, created using inkscape.
Chong Yidong [Sun, 12 Apr 2009 04:19:31 +0000 (04:19 +0000)]
Scalable version of the image, created using inkscape.

15 years ago* files.el (dir-locals-directory-cache): Change format to include
Chong Yidong [Sat, 11 Apr 2009 15:26:26 +0000 (15:26 +0000)]
* 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.

15 years ago* international/mule-diag.el (describe-font-internal): Change
Chong Yidong [Sat, 11 Apr 2009 14:44:16 +0000 (14:44 +0000)]
* international/mule-diag.el (describe-font-internal): Change
ignored argument to IGNORED.
(describe-font): Elide unnecessary argument to
describe-font-internal (Bug#2945).

15 years ago(Overlays): Overlays don't scale well. See
Eli Zaretskii [Sat, 11 Apr 2009 08:54:44 +0000 (08:54 +0000)]
(Overlays): Overlays don't scale well.  See
http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.

15 years agoTypo.
Andreas Schwab [Fri, 10 Apr 2009 15:46:37 +0000 (15:46 +0000)]
Typo.

15 years ago* mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format.
Richard M. Stallman [Fri, 10 Apr 2009 14:22:03 +0000 (14:22 +0000)]
* mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format.

15 years ago* vc-dir.el (vc-dir): Dox fix.
Richard M. Stallman [Fri, 10 Apr 2009 14:19:12 +0000 (14:19 +0000)]
* vc-dir.el (vc-dir): Dox fix.

15 years ago(unrmail): If "Mail-From" header is found, append a newline to it.
Eli Zaretskii [Fri, 10 Apr 2009 11:54:53 +0000 (11:54 +0000)]
(unrmail): If "Mail-From" header is found, append a newline to it.

15 years ago(rmail-unrmail-new-mail, rmail-unrmail-new-mail-maybe): New functions.
Eli Zaretskii [Fri, 10 Apr 2009 10:42:07 +0000 (10:42 +0000)]
(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)

15 years agoUpdate documentation status.
Chong Yidong [Fri, 10 Apr 2009 04:59:14 +0000 (04:59 +0000)]
Update documentation status.

15 years agoChecked searching.texi and syntax.texi.
Chong Yidong [Fri, 10 Apr 2009 04:57:29 +0000 (04:57 +0000)]
Checked searching.texi and syntax.texi.

15 years ago* syntax.texi (Syntax Table Functions): Document cons cell
Chong Yidong [Fri, 10 Apr 2009 04:57:05 +0000 (04:57 +0000)]
* syntax.texi (Syntax Table Functions): Document cons cell
argument for modify-syntax-entry.
(Categories): Document cons cell argument for
modify-category-entry.

15 years ago* searching.texi (String Search): Document word-search-forward-lax
Chong Yidong [Fri, 10 Apr 2009 04:48:05 +0000 (04:48 +0000)]
* searching.texi (String Search): Document word-search-forward-lax
and word-search-backward-lax.
(Searching and Case): Describe isearch behavior more precisely.

15 years agoRemove `tiny change' for Nikolaj Schumacher.
Stefan Monnier [Fri, 10 Apr 2009 04:25:43 +0000 (04:25 +0000)]
Remove `tiny change' for Nikolaj Schumacher.

15 years agoBob Rogers <rogers-emacs at rgrjr.dyndns.org> (tiny change; non-copyrightable)
Glenn Morris [Fri, 10 Apr 2009 02:18:58 +0000 (02:18 +0000)]
Bob Rogers <rogers-emacs at rgrjr.dyndns.org>  (tiny change; non-copyrightable)

Spelling and grammar fixes.

15 years ago* keymaps.texi (Tool Bar): Mention that some platforms do not
Chong Yidong [Fri, 10 Apr 2009 02:12:01 +0000 (02:12 +0000)]
* 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.

15 years agoChecked nonascii.texi,
Chong Yidong [Fri, 10 Apr 2009 01:17:11 +0000 (01:17 +0000)]
Checked nonascii.texi,

15 years ago* nonascii.texi (Text Representations): Copyedits.
Chong Yidong [Fri, 10 Apr 2009 01:16:27 +0000 (01:16 +0000)]
* 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.

15 years ago(cua--indent-rectangle): Insert tabs using
Kim F. Storm [Thu, 9 Apr 2009 17:13:54 +0000 (17:13 +0000)]
(cua--indent-rectangle): Insert tabs using
tab-to-tab-stop to respect indent-tabs-mode.

15 years ago* mail/rmailkwd.el (rmail-set-label): Warn if multipe labels spec'd.
Richard M. Stallman [Thu, 9 Apr 2009 16:50:36 +0000 (16:50 +0000)]
* mail/rmailkwd.el (rmail-set-label): Warn if multipe labels spec'd.
(rmail-kill-label, rmail-add-label): Doc fixes.

15 years ago* mail/rmailout.el (rmail-output): If file is visited,
Richard M. Stallman [Thu, 9 Apr 2009 16:48:25 +0000 (16:48 +0000)]
* mail/rmailout.el (rmail-output): If file is visited,
check the buffer's format.

15 years ago* mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".
Richard M. Stallman [Thu, 9 Apr 2009 16:46:02 +0000 (16:46 +0000)]
* mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".

15 years agoDon't query before visiting a Babyl file.
Richard M. Stallman [Thu, 9 Apr 2009 16:43:51 +0000 (16:43 +0000)]
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.

15 years ago* mail/sendmail.el (sendmail-send-it): Replace any
Richard M. Stallman [Thu, 9 Apr 2009 16:33:41 +0000 (16:33 +0000)]
* mail/sendmail.el (sendmail-send-it): Replace any
pre-existing Content-type header if we insert one.

15 years ago* net/tramp.el (tramp-file-name-handler-alist): Add
Michael Albinus [Thu, 9 Apr 2009 13:46:27 +0000 (13:46 +0000)]
* net/tramp.el (tramp-file-name-handler-alist): Add
`vc-registered'.
(tramp-handle-vc-registered ): New defun.  (Bug#1741).

15 years ago* tramp-cache.el (tramp-flush-directory-property): Use the
Michael Albinus [Thu, 9 Apr 2009 13:40:19 +0000 (13:40 +0000)]
* tramp-cache.el (tramp-flush-directory-property): Use the
localname of KEY for check.

15 years agoRe-generated.
Kenichi Handa [Thu, 9 Apr 2009 11:11:25 +0000 (11:11 +0000)]
Re-generated.

15 years ago(unidata-describe-decomposition): Return
Kenichi Handa [Thu, 9 Apr 2009 11:06:49 +0000 (11:06 +0000)]
(unidata-describe-decomposition): Return
a string with a composition property to disable combining
characters being composed.

15 years ago(map_charset_chars): For a charset of `superset'
Kenichi Handa [Thu, 9 Apr 2009 03:47:40 +0000 (03:47 +0000)]
(map_charset_chars): For a charset of `superset'
method, fix calculation of code range.

15 years ago(font_put_extra): If VAL is nil, delete the slot for PROP
Kenichi Handa [Thu, 9 Apr 2009 02:40:51 +0000 (02:40 +0000)]
(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.

15 years agoUpdate some urls. Remove dead links: eshell, expand, ffap, hideshow.
Glenn Morris [Thu, 9 Apr 2009 02:32:39 +0000 (02:32 +0000)]
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.

15 years agoDocumented fill-forward-paragraph-function.
Chong Yidong [Thu, 9 Apr 2009 01:18:21 +0000 (01:18 +0000)]
Documented fill-forward-paragraph-function.

15 years agoChecked text.texi.
Chong Yidong [Thu, 9 Apr 2009 01:17:45 +0000 (01:17 +0000)]
Checked text.texi.

15 years ago* text.texi (Yank Commands): Note that yank uses push-mark.
Chong Yidong [Thu, 9 Apr 2009 01:17:08 +0000 (01:17 +0000)]
* text.texi (Yank Commands): Note that yank uses push-mark.
(Filling): Clarify REGION argument of fill-paragraph.  Document
fill-forward-paragraph-function.
(Special Properties): Remove "new in Emacs 22" declaration.
(Clickable Text): Merge with Links and Mouse-1 node.

* display.texi (Button Properties, Button Buffer Commands): Change
xref to Clickable Text.

* tips.texi (Key Binding Conventions): Change xref to Clickable
Text.

* elisp.texi (Top): Update node listing.

15 years ago(mule-cmds.el): Mention that leim-list.el is auto-generated.
Stefan Monnier [Wed, 8 Apr 2009 18:03:17 +0000 (18:03 +0000)]
(mule-cmds.el): Mention that leim-list.el is auto-generated.

15 years ago(append-to-file): Doc fix.
Eli Zaretskii [Wed, 8 Apr 2009 14:06:45 +0000 (14:06 +0000)]
(append-to-file): Doc fix.

15 years ago(msdos-last-help-message): New defvar.
Eli Zaretskii [Wed, 8 Apr 2009 13:51:48 +0000 (13:51 +0000)]
(msdos-last-help-message): New defvar.
(msdos-show-help): Use it to avoid saving the last message if it was also
a help message (Bug#2895).

15 years ago(rmail-simplified-subject): Normalize whitespace in subject. This
Eli Zaretskii [Wed, 8 Apr 2009 12:43:40 +0000 (12:43 +0000)]
(rmail-simplified-subject): Normalize whitespace in subject.  This
resurrects a feature, lost in transition to mbox, whereby Subject is
matched even if it's broken into several lines at arbitrary places.

15 years agoGive hint for GDB in Emacs on Mac OSX.
Nick Roberts [Wed, 8 Apr 2009 12:34:00 +0000 (12:34 +0000)]
Give hint for GDB in Emacs on Mac OSX.

15 years ago*** empty log message ***
Nick Roberts [Wed, 8 Apr 2009 12:33:27 +0000 (12:33 +0000)]
*** empty log message ***

15 years ago(redraw_overlapping_rows): Fix detection of
YAMAMOTO Mitsuharu [Wed, 8 Apr 2009 10:30:51 +0000 (10:30 +0000)]
(redraw_overlapping_rows): Fix detection of
overlapping for topmost and bottommost rows.

15 years ago* textmodes/fill.el (fill-paragraph): Doc fix.
Chong Yidong [Wed, 8 Apr 2009 04:02:31 +0000 (04:02 +0000)]
* textmodes/fill.el (fill-paragraph): Doc fix.

15 years agoChecked backups.texi.
Chong Yidong [Wed, 8 Apr 2009 03:05:03 +0000 (03:05 +0000)]
Checked backups.texi.

15 years ago(ftfont_text_extents): Fix calculation of metrics->descent.
Kenichi Handa [Wed, 8 Apr 2009 01:32:21 +0000 (01:32 +0000)]
(ftfont_text_extents): Fix calculation of metrics->descent.

15 years ago* vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.
Chong Yidong [Tue, 7 Apr 2009 04:06:39 +0000 (04:06 +0000)]
* vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.

15 years ago(ns-pop-up-frames): Make it a defcustom.
Glenn Morris [Tue, 7 Apr 2009 03:19:44 +0000 (03:19 +0000)]
(ns-pop-up-frames): Make it a defcustom.