bpt/emacs.git
15 years ago(detect_coding_utf_8): Set detect_info->found only when
Kenichi Handa [Wed, 9 Jul 2008 13:06:14 +0000 (13:06 +0000)]
(detect_coding_utf_8): Set detect_info->found only when
non-ASCII char is found.

15 years ago(xfont_text_extents): Fix initial setting of metrics.
Kenichi Handa [Wed, 9 Jul 2008 07:38:55 +0000 (07:38 +0000)]
(xfont_text_extents): Fix initial setting of metrics.

15 years ago(ftfont_text_extents): Fix initial setting of metrics.
Kenichi Handa [Wed, 9 Jul 2008 07:38:38 +0000 (07:38 +0000)]
(ftfont_text_extents): Fix initial setting of metrics.

15 years ago*** empty log message ***
Kenichi Handa [Wed, 9 Jul 2008 02:09:11 +0000 (02:09 +0000)]
*** empty log message ***

15 years ago(xfont_open): Cancel the previous about font->vertical_centering.
Kenichi Handa [Wed, 9 Jul 2008 02:02:14 +0000 (02:02 +0000)]
(xfont_open): Cancel the previous about font->vertical_centering.

15 years ago(font_open_entity): Cancel the previous change.
Kenichi Handa [Wed, 9 Jul 2008 02:00:15 +0000 (02:00 +0000)]
(font_open_entity): Cancel the previous change.

15 years ago(uniscribe_open): Adjust it for the change of
Kenichi Handa [Wed, 9 Jul 2008 00:32:35 +0000 (00:32 +0000)]
(uniscribe_open): Adjust it for the change of
font_make_object.

15 years ago(w32font_open): Adjust it for the change of
Kenichi Handa [Wed, 9 Jul 2008 00:32:22 +0000 (00:32 +0000)]
(w32font_open): Adjust it for the change of
font_make_object.
(w32font_open_internal): Don't set properties of font_object here.

15 years ago(struct xftfont_info): New member ft_size. Make the
Kenichi Handa [Wed, 9 Jul 2008 00:32:01 +0000 (00:32 +0000)]
(struct xftfont_info): New member ft_size.  Make the
member order compatible with struct ftfont_info.
(xftfont_open): Add FC_CHARSET to the pattern.  Set
xftfont_info->ft_size.  Don't unlock the face.  Check BDF
properties if appropriate.
(xftfont_close): Unlock the face.
(xftfont_anchor_point, xftfont_shape): Deleted.
(syms_of_xftfont): Don't set members anchor_point and shape of
xftfont_driver.

15 years ago(struct ftfont_info): New member index, delete member
Kenichi Handa [Wed, 9 Jul 2008 00:31:42 +0000 (00:31 +0000)]
(struct ftfont_info): New member index, delete member
fc_charset_idx.  Make the member order compatible with struct
xftfont_info.
(fc_charset_table): Change charset names to registry names.
(ftfont_pattern_entity): Delete the args registry and
fc_charset_idx.  Change the value of :font-entity property
to (FONTNAME . INDEX).  Always set :registry property to
`iso10646-1'.
(struct ftfont_cache_data): New struct.
(ftfont_lookup_cache): New arg for_face.
(ftfont_get_fc_charset, ftfont_get_otf): New functions.
(ftfont_driver): Set the member otf_capability.
(ftfont_get_charset): Adjust it for the change of
fc_charset_table.
(OTF_TAG_SYM): New macro.
(ftfont_spec_pattern): Delete the arg fc_charset_idx.  Adjust it
for the change of fc_charset_table.
(ftfont_list): Adjust it for the change of ftfont_spec_pattern and
ftfont_pattern_entity.  Add FC_INDEX to objset.
(ftfont_match): Adjust it for the change of ftfont_spec_pattern
and ftfont_pattern_entity.
(ftfont_open): Adjust it for the change of ftfont_lookup_cache,
font_make_object, struct ftfont_info.
(ftfont_has_char): Use ftfont_get_fc_charset.
(ftfont_otf_features, ftfont_otf_capability): New functions.
(ftfont_shape): Use ftfont_get_otf.

15 years ago(xfont_open): Adjust it for the change of
Kenichi Handa [Wed, 9 Jul 2008 00:31:26 +0000 (00:31 +0000)]
(xfont_open): Adjust it for the change of
font_make_object.  Don't check Vvertical_centering_font_regexp
here.

15 years ago(font_make_object): New arg entity and pixelsize.
Kenichi Handa [Wed, 9 Jul 2008 00:30:18 +0000 (00:30 +0000)]
(font_make_object): New arg entity and pixelsize.
(font_check_otf_features, font_check_otf): New functions.
(font_match_p): Check :lang, :script, and :otf properties.
(font_open_entity): Set the member vertical_centering of struct
font.

15 years agoInclude FT_BDF_H.
Kenichi Handa [Wed, 9 Jul 2008 00:29:47 +0000 (00:29 +0000)]
Include FT_BDF_H.

15 years ago(font_make_object, font_match_p): Adjust prototypes.
Kenichi Handa [Wed, 9 Jul 2008 00:29:23 +0000 (00:29 +0000)]
(font_make_object, font_match_p): Adjust prototypes.

15 years ago(fontset_compare_rfontdef): Fix plus/minus.
Kenichi Handa [Wed, 9 Jul 2008 00:29:03 +0000 (00:29 +0000)]
(fontset_compare_rfontdef): Fix plus/minus.
(reorder_font_vector): Change the arg preferred_family to font.
Prefer the spec matching with font.
(fontset_get_font_group): New function.
(fontset_find_font): Change the format of an element of a realized
fontset.  Use fontset_get_font_group.
(fontset_font): Try the current fontset, the default fontset, the
fallbacks of the current fonset, and the fallbacks of the default
fontset in this order.
(face_for_char): Delete the shortcut to use the current font.
(fontset_from_font): Don't set fonts for Latin in the fontset.

15 years ago(x_create_tip_frame): Pass parameter argument to
Chong Yidong [Tue, 8 Jul 2008 17:31:06 +0000 (17:31 +0000)]
(x_create_tip_frame): Pass parameter argument to
face-set-after-frame-default.

15 years ago* macfns.c (x_create_tip_frame):
Chong Yidong [Tue, 8 Jul 2008 17:29:35 +0000 (17:29 +0000)]
* macfns.c (x_create_tip_frame):
* w32fns.c (x_create_tip_frame):
* xfns.c (x_create_tip_frame): Pass parameter argument to
face-set-after-frame-default.

15 years ago(Finternal_merge_in_global_face): Save merged attributes for the
Chong Yidong [Tue, 8 Jul 2008 17:27:28 +0000 (17:27 +0000)]
(Finternal_merge_in_global_face): Save merged attributes for the
default face back into the face vector.

15 years ago* xfaces.c (Finternal_merge_in_global_face): Save merged
Chong Yidong [Tue, 8 Jul 2008 17:27:19 +0000 (17:27 +0000)]
* xfaces.c (Finternal_merge_in_global_face): Save merged
attributes for the default face back into the face vector.

15 years ago(face-set-after-frame-default): Simplify. Don't apply
Chong Yidong [Tue, 8 Jul 2008 17:27:04 +0000 (17:27 +0000)]
(face-set-after-frame-default): Simplify.  Don't apply
frame-specific X resource settings.  Set faces using a list of
frame parameters explicitly passed to the calling
function (e.g. make-frame).
(x-create-frame-with-faces, tty-create-frame-with-faces): Supply
explicit frame parameter list to face-set-after-frame-default.

15 years ago* faces.el (face-set-after-frame-default): Simplify. Don't apply
Chong Yidong [Tue, 8 Jul 2008 17:26:36 +0000 (17:26 +0000)]
* faces.el (face-set-after-frame-default): Simplify.  Don't apply
frame-specific X resource settings.  Set faces using a list of
frame parameters explicitly passed to the calling
function (e.g. make-frame).
(x-create-frame-with-faces, tty-create-frame-with-faces): Supply
explicit frame parameter list to face-set-after-frame-default.

15 years ago* net/browse-url.el (browse-url-default-browser): Fix argument list in lambda.
Juanma Barranquero [Tue, 8 Jul 2008 14:45:36 +0000 (14:45 +0000)]
* net/browse-url.el (browse-url-default-browser): Fix argument list in lambda.

15 years ago* fontset.h: Declare fontset_from_font. Don't declare
Andreas Schwab [Tue, 8 Jul 2008 11:54:10 +0000 (11:54 +0000)]
* fontset.h: Declare fontset_from_font.  Don't declare
new_fontset_from_font and fontset_from_font_name.
* xterm.c: Include "fontset.h".
* Makefile.in (xterm.o): Update dependencies.

15 years agoUse __sparc__ rather than sparc. (Bug#507.)
Glenn Morris [Tue, 8 Jul 2008 07:03:07 +0000 (07:03 +0000)]
Use __sparc__ rather than sparc.  (Bug#507.)

15 years ago(Qinhibit_face_set_after_frame_default): Var deleted.
Chong Yidong [Mon, 7 Jul 2008 20:39:00 +0000 (20:39 +0000)]
(Qinhibit_face_set_after_frame_default): Var deleted.
(x_set_frame_parameters): Don't bind it.

15 years ago* frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
Chong Yidong [Mon, 7 Jul 2008 20:37:37 +0000 (20:37 +0000)]
* frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
(x_set_frame_parameters): Don't bind it.

15 years agonewsticker: handle url-retrieve errors.
Ulf Jasper [Mon, 7 Jul 2008 17:34:38 +0000 (17:34 +0000)]
newsticker: handle url-retrieve errors.

15 years ago(vc-dir-refresh): Only update files.
Dan Nicolaescu [Mon, 7 Jul 2008 16:59:39 +0000 (16:59 +0000)]
(vc-dir-refresh): Only update files.

15 years ago(vc-git--ls-files-state): Remove unused function.
Dan Nicolaescu [Mon, 7 Jul 2008 16:35:48 +0000 (16:35 +0000)]
(vc-git--ls-files-state): Remove unused function.

15 years ago(vc-bzr-after-dir-status): Deal with execute bit changes.
Dan Nicolaescu [Mon, 7 Jul 2008 16:34:14 +0000 (16:34 +0000)]
(vc-bzr-after-dir-status): Deal with execute bit changes.

15 years ago* w32fns.c (map_w32_filename): Declare extern.
Juanma Barranquero [Mon, 7 Jul 2008 14:39:35 +0000 (14:39 +0000)]
* w32fns.c (map_w32_filename): Declare extern.

15 years ago(WS_EX_LAYERED): Define if not already.
Jason Rumney [Mon, 7 Jul 2008 10:59:46 +0000 (10:59 +0000)]
(WS_EX_LAYERED): Define if not already.

15 years agoFix typo.
Juanma Barranquero [Mon, 7 Jul 2008 09:57:21 +0000 (09:57 +0000)]
Fix typo.

15 years ago(kermit-esc-char, kermit-clean-off): Doc fixes.
John Paul Wallington [Sun, 6 Jul 2008 14:39:49 +0000 (14:39 +0000)]
(kermit-esc-char, kermit-clean-off): Doc fixes.

15 years ago(set_font_frame_param): Don't try to set the font parameter if it is
Chong Yidong [Sun, 6 Jul 2008 03:51:06 +0000 (03:51 +0000)]
(set_font_frame_param): Don't try to set the font parameter if it is
still unspecified in the lface.

15 years ago* xfaces.c (set_font_frame_param): Don't try to set the font
Chong Yidong [Sun, 6 Jul 2008 03:50:54 +0000 (03:50 +0000)]
* xfaces.c (set_font_frame_param): Don't try to set the font
parameter if it is still unspecified in the lface.

15 years ago* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove vmsproc.el and vms-patch.el.
Juanma Barranquero [Sat, 5 Jul 2008 22:49:10 +0000 (22:49 +0000)]
* makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove vmsproc.el and vms-patch.el.

15 years ago(Finternal_merge_in_global_face): Don't realize default face if it
Chong Yidong [Sat, 5 Jul 2008 21:16:05 +0000 (21:16 +0000)]
(Finternal_merge_in_global_face): Don't realize default face if it
didn't already exist.

15 years ago* xfaces.c (Finternal_merge_in_global_face): Don't realize default
Chong Yidong [Sat, 5 Jul 2008 21:15:39 +0000 (21:15 +0000)]
* xfaces.c (Finternal_merge_in_global_face): Don't realize default
face if it didn't already exist.

15 years ago(EMACS): Doc fix.
Glenn Morris [Sat, 5 Jul 2008 20:01:11 +0000 (20:01 +0000)]
(EMACS): Doc fix.
(lisp): There are no *.dat or image files here any more.
(src): There are no *.s files here any more.
(etc/images, etc/images/*): Link to most regular files.

15 years agoComments.
Glenn Morris [Sat, 5 Jul 2008 19:14:20 +0000 (19:14 +0000)]
Comments.

15 years ago* vc-git.el (vc-git-registered): Return true for removed files.
Alexandre Julliard [Sat, 5 Jul 2008 18:42:07 +0000 (18:42 +0000)]
* vc-git.el (vc-git-registered): Return true for removed files.
(vc-git-print-log, vc-git-log-view-mode): Print a single log for
all the files instead of one per file.
(vc-git-previous-revision): Add support for project-wide previous
revision when specified file is nil.

15 years ago* vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
Dan Nicolaescu [Sat, 5 Jul 2008 18:27:16 +0000 (18:27 +0000)]
* vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.

15 years ago(try_window_id): Give up if word-wrapping is on.
Chong Yidong [Sat, 5 Jul 2008 18:22:56 +0000 (18:22 +0000)]
(try_window_id): Give up if word-wrapping is on.

15 years ago* xdisp.c (try_window_id): Give up if word-wrapping is on.
Chong Yidong [Sat, 5 Jul 2008 18:22:46 +0000 (18:22 +0000)]
* xdisp.c (try_window_id): Give up if word-wrapping is on.

15 years ago* vc-dir.el (vc-dir-find-child-files): New function.
Dan Nicolaescu [Sat, 5 Jul 2008 18:09:32 +0000 (18:09 +0000)]
* vc-dir.el (vc-dir-find-child-files): New function.
(vc-dir-resync-directory-files): New function.
(vc-dir-recompute-file-state): New function, broken out of ...
(vc-dir-resynch-file): ... here.  Also deal with directories.
* vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
(vc-resynch-buffer): Use it.

15 years ago*** empty log message ***
Dan Nicolaescu [Sat, 5 Jul 2008 18:04:26 +0000 (18:04 +0000)]
*** empty log message ***

15 years ago(vc-hg-registered): Do not set vc-state.
Dan Nicolaescu [Sat, 5 Jul 2008 18:03:56 +0000 (18:03 +0000)]
(vc-hg-registered): Do not set vc-state.

15 years ago(vc-annotate-mode-menu): Add separator.
Dan Nicolaescu [Sat, 5 Jul 2008 18:03:02 +0000 (18:03 +0000)]
(vc-annotate-mode-menu): Add separator.

15 years ago(get_it_property): Move out of HAVE_WINDOW_SYSTEM
Andreas Schwab [Sat, 5 Jul 2008 09:45:56 +0000 (09:45 +0000)]
(get_it_property): Move out of HAVE_WINDOW_SYSTEM
section.

15 years ago(gud-gdb-get-stackframe): Allow absolute
Nick Roberts [Sat, 5 Jul 2008 09:36:39 +0000 (09:36 +0000)]
(gud-gdb-get-stackframe): Allow absolute
filenames in stack trace (text command mode).

15 years ago(gdb-display-buffer): Don't split a buffer
Nick Roberts [Sat, 5 Jul 2008 09:35:01 +0000 (09:35 +0000)]
(gdb-display-buffer): Don't split a buffer
if it's not part of gdb-ui, e.g, at start.

15 years ago*** empty log message ***
Nick Roberts [Sat, 5 Jul 2008 09:33:35 +0000 (09:33 +0000)]
*** empty log message ***

15 years ago(IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if word-wrapping.
Chong Yidong [Sat, 5 Jul 2008 05:31:12 +0000 (05:31 +0000)]
(IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if word-wrapping.
(IT_DISPLAYING_WHITESPACE): New macro.
(move_it_in_display_line_to): Handle MOVE_TO_X requests properly
when word-wrapping.  Simplify word-wrapping logic.  Use correct
pixel positions when saving copies of the iterator.
(display_line): Use proper wrap point if the last character on a
line was preceded by whitespace.

15 years ago* xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
Chong Yidong [Sat, 5 Jul 2008 05:30:46 +0000 (05:30 +0000)]
* xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
word-wrapping.
(IT_DISPLAYING_WHITESPACE): New macro.
(move_it_in_display_line_to): Handle MOVE_TO_X requests properly
when word-wrapping.  Simplify word-wrapping logic.  Use correct
pixel positions when saving copies of the iterator.
(display_line): Use proper wrap point if the last character on a
line was preceded by whitespace.

15 years ago(mouse-drag-throw, mouse-drag-drag): Autoload.
Stefan Monnier [Sat, 5 Jul 2008 04:27:37 +0000 (04:27 +0000)]
(mouse-drag-throw, mouse-drag-drag): Autoload.

15 years ago(sgml-font-lock-syntactic-keywords):
Stefan Monnier [Sat, 5 Jul 2008 04:26:11 +0000 (04:26 +0000)]
(sgml-font-lock-syntactic-keywords):
Use syntax-ppss on a position *before* the char we want to change.

15 years agoEmanuele Giaquinta <emanuele.giaquinta at gmail.com> (tiny change)
Glenn Morris [Fri, 4 Jul 2008 20:29:10 +0000 (20:29 +0000)]
Emanuele Giaquinta  <emanuele.giaquinta at gmail.com>  (tiny change)

Remove reference to deleted $USE_FONT_BACKEND.

15 years ago*** empty log message ***
Glenn Morris [Fri, 4 Jul 2008 19:32:56 +0000 (19:32 +0000)]
*** empty log message ***

15 years ago(${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
Stefan Monnier [Fri, 4 Jul 2008 03:39:37 +0000 (03:39 +0000)]
(${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.

15 years agoEXFUN adjusted for the change of Fstring_to_unibyte.
Kenichi Handa [Fri, 4 Jul 2008 02:26:05 +0000 (02:26 +0000)]
EXFUN adjusted for the change of Fstring_to_unibyte.

15 years ago(Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
Kenichi Handa [Fri, 4 Jul 2008 02:22:42 +0000 (02:22 +0000)]
(Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.

15 years ago(str_to_unibyte): Modify the comment.
Kenichi Handa [Fri, 4 Jul 2008 02:20:08 +0000 (02:20 +0000)]
(str_to_unibyte): Modify the comment.

15 years ago(vc-dir-query-replace-regexp): New function.
Dan Nicolaescu [Fri, 4 Jul 2008 00:34:02 +0000 (00:34 +0000)]
(vc-dir-query-replace-regexp): New function.
(vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
(vc-dir-mode-map): Likewise

15 years agoAdd missing doc/misc/ChangeLog entry
Miles Bader [Fri, 4 Jul 2008 00:07:55 +0000 (00:07 +0000)]
Add missing doc/misc/ChangeLog entry

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1310

15 years agoMerge from gnus--devo--0
Miles Bader [Fri, 4 Jul 2008 00:07:47 +0000 (00:07 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1309

15 years agoTypos, doc fixes, etc.
Juanma Barranquero [Thu, 3 Jul 2008 15:18:32 +0000 (15:18 +0000)]
Typos, doc fixes, etc.

* eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
(eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
(eshell-arg-load-hook, eshell-special-chars-outside-quoting):
Remove spurious * in defcustom docstrings.

* textmodes/fill.el (fill-paragraph): Fix typo in docstring.
(fill-individual-varying-indent, colon-double-space, enable-kinsoku)
(adaptive-fill-mode, adaptive-fill-first-line-regexp)
(default-justification): Remove spurious * in defcustom docstrings.

* textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
(rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
(rst-compare-decorations, rst-default-indent, rst-update-section)
(rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
(rst-toc-insert-find-delete-contents, rst-toc-count-lines)
(rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
Fix typos in docstrings.
(rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
(rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
(rst-get-decorations-around, rst-section-tree-point)
(rst-font-lock-adornment-point): Reflow docstrings.
(rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
Doc fixes.
(rst-re-enumerations): Comment out.

15 years agoFix typos, and general docstring cleanup.
Juanma Barranquero [Thu, 3 Jul 2008 12:25:23 +0000 (12:25 +0000)]
Fix typos, and general docstring cleanup.

* nxml/nxml-glyph.el (nxml-glyph-set-hook):
* nxml/nxml-uchnm.el (nxml-unicode-blocks)
(nxml-unicode-block-char-name-set):
* nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
* nxml/rng-nxml.el (rng-set-state-after):
* nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.

* nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
(rng-c-parse-annotation-body):
* nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.

* nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
(nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
(nxml-forward-balanced-item, nxml-dynamic-markup-word)
(nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
Fix typos in docstrings.
(nxml-attribute-indent): Reflow docstring.
(nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
(nxml-default-buffer-file-coding-system): Doc fixes.

* nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
(nxml-ns-set-prefix): Fix typos in docstrings.
(nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
Reflow docstring.
(nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.

* nxml/nxml-outln.el (nxml-hide-all-text-content)
(nxml-show-direct-text-content, nxml-show-direct-subheadings)
(nxml-hide-direct-text-content, nxml-hide-subheadings)
(nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
(nxml-outline-display-rest, nxml-outline-set-overlay)
(nxml-section-tag-forward, nxml-section-tag-backward)
(nxml-back-to-section-start): Fix typos in docstrings.

* nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
Doc fixes.

* nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
(nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
(nxml-scan-after-change): Fix typo in docstring.

* nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
(rng-name-class-possible-names): Doc fixes.
(rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
(rng-match-possible-start-tag-names, rng-match-possible-value-strings):
Fix typos in docstrings.
(rng-intern-group-shortcut, rng-intern-choice-shortcut):
Reflow docstrings.

* nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
(rng-substq, rng-complete-before-point): Fix typos in docstrings.

* nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
(rng-xsd-convert-date-time): Reflow docstrings.
(rng-xsd-compile): Fix typo in docstring.

* nxml/rng-loc.el (rng-current-schema-file-name)
(rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
Doc fixes.
(rng-set-schema-file): Fix typo in docstring.

* nxml/rng-valid.el (rng-error-count, rng-validate-mode)
(rng-do-some-validation, rng-process-start-tag, rng-process-text):
Fix typos in docstrings.
(rng-message-overlay, rng-conditional-up-to-date-start)
(rng-conditional-up-to-date-end): Doc fixes.
(rng-next-error, rng-previous-error): Reflow docstrings.

* nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
(xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
(xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
(xmltok-merge-attributes): Fix typos in docstrings.
(xmltok-make-attribute, xmltok-forward-special)
(xmltok-get-declared-encoding-position): Reflow docstrings.

* nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
(xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
Fix typos in docstrings.

15 years ago(syms_of_xfns): Only define x-select-font when both HAVE_FREETYPE and USE_GTK.
Jason Rumney [Wed, 2 Jul 2008 16:23:35 +0000 (16:23 +0000)]
(syms_of_xfns): Only define x-select-font when both HAVE_FREETYPE and USE_GTK.

15 years ago(next_element_from_display_vector): Move assignment out
Jason Rumney [Wed, 2 Jul 2008 15:20:33 +0000 (15:20 +0000)]
(next_element_from_display_vector): Move assignment out
of if statement.

15 years ago*** empty log message ***
John Paul Wallington [Wed, 2 Jul 2008 13:34:11 +0000 (13:34 +0000)]
*** empty log message ***

15 years ago(ibuffer-buffer-file-name): Use `list-buffers-directory'. Remove
John Paul Wallington [Wed, 2 Jul 2008 13:28:01 +0000 (13:28 +0000)]
(ibuffer-buffer-file-name): Use `list-buffers-directory'.  Remove
special-casing for `cvs-mode' and `vc-dir-mode'.
Suggested by Dan Nicolaescu.

15 years ago* org.el (org-agenda-skip-unavailable-files):
Juanma Barranquero [Wed, 2 Jul 2008 13:27:18 +0000 (13:27 +0000)]
* org.el (org-agenda-skip-unavailable-files):
* org-clock.el (org-clock-out-when-done): Doc fixes.

15 years agoChanges from Toru Tsuneyoshi for using Trash can when deleting files.
Jason Rumney [Wed, 2 Jul 2008 13:19:07 +0000 (13:19 +0000)]
Changes from Toru Tsuneyoshi for using Trash can when deleting files.

* files.el (backup-extract-version): Handle versioned directories.
(trash-directory): New variable.
(move-file-to-trash): New function.

* cus-start.el (delete-by-moving-to-trash): Declare for custom.

        * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.

        * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
        (syms_of_fileio): Initialize and export them.
        (Fdelete_directory, Fdelete_file): Optionally delete via trash.

        * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
        (Fsystem_move_file_to_trash): New function.
        (syms_of_w32fns): Export it to lisp.

15 years ago* nnimap.el (nnimap-id):
Juanma Barranquero [Wed, 2 Jul 2008 13:17:41 +0000 (13:17 +0000)]
* nnimap.el (nnimap-id):
* sieve-manage.el (sieve-manage-open): Doc fixes.

15 years ago2008-07-02 Magnus Henoch <mange@freemail.hu>
Magnus Henoch [Wed, 2 Jul 2008 11:56:11 +0000 (11:56 +0000)]
2008-07-02  Magnus Henoch  <mange@freemail.hu>

     * vc-git.el (vc-git-annotate-command): Use proper option for
     specifying revision.

15 years agoTypo and docstring fixes.
Juanma Barranquero [Wed, 2 Jul 2008 11:14:38 +0000 (11:14 +0000)]
Typo and docstring fixes.

* url.el (url-do-setup):
* url-dired.el (url-dired-minor-mode):
* url-file.el (url-file-find-possibly-compressed-file):
* url-gw.el (url-gateway-broken-resolution):
* url-handlers.el (url-handler-regexp):
* url-imap.el (url-imap-default-port):
* url-methods.el (url-scheme-get-property): Fix typos in docstrings.

* url-auth.el (url-basic-auth-storage, url-digest-auth):
  Fix typos in docstrings.
  (url-digest-auth-storage, url-register-auth-scheme): Reflow docstrings.

* url-cache.el (url-cache-prepare): Doc fix.
  (url-cache-create-filename-human-readable, url-cache-extract):
  Fix typos in docstrings.

* url-dav.el (url-intersection, url-dav-iso8601-regexp)
  (url-dav-delete-something): Fix typos in docstrings.
  (url-dav-http-success-p, url-dav-file-name-all-completions)
  (url-dav-directory-files, url-dav-file-name-completion): Doc fixes.

* url-http.el (url-http-idle-sentinel): Doc fix.

* url-irc.el (url-irc-default-port): Fix typo in docstring.
  (url-irc-function): Doc fix.

* url-util.el (url-get-url-filename-chars, url-unhex-string):
  Fix typos in docstrings.
  (url-file-extension): Doc fix.

* url-vars.el (url-current-object, url-current-mime-headers)
  (url-privacy-level, url-mail-command, url-mime-language-string):
  Fix typos in docstrings.
  (url-honor-refresh-requests): Reflow docstring.
  (url-using-proxy): Doc fix.

15 years agoUse recommended form of GPLv3 permissions notice.
Glenn Morris [Wed, 2 Jul 2008 03:12:14 +0000 (03:12 +0000)]
Use recommended form of GPLv3 permissions notice.

15 years agoAdd license notice.
Glenn Morris [Wed, 2 Jul 2008 03:11:36 +0000 (03:11 +0000)]
Add license notice.

15 years agoUpdate for new files.
Glenn Morris [Wed, 2 Jul 2008 03:11:00 +0000 (03:11 +0000)]
Update for new files.

15 years ago*** empty log message ***
Glenn Morris [Wed, 2 Jul 2008 03:06:02 +0000 (03:06 +0000)]
*** empty log message ***

15 years agoReorganize the VC entry a bit.
Dan Nicolaescu [Wed, 2 Jul 2008 02:53:48 +0000 (02:53 +0000)]
Reorganize the VC entry a bit.

15 years agoFix whitespace.
Juanma Barranquero [Wed, 2 Jul 2008 01:50:44 +0000 (01:50 +0000)]
Fix whitespace.

15 years agoAdd new SVG and PNG splash images.
Juanma Barranquero [Wed, 2 Jul 2008 01:49:03 +0000 (01:49 +0000)]
Add new SVG and PNG splash images.

* etc/images/splash.png:
* etc/images/splash.svg:
* etc/images/gnus/gnus.png:
* etc/images/gnus/gnus.svg: New files.

* lisp/startup.el (fancy-splash-head):
* lisp/gnus/gnus.el (gnus-group-startup-message):
  Prefer SVG or PNG image, if available.

15 years agoFix typo.
Juanma Barranquero [Tue, 1 Jul 2008 15:05:00 +0000 (15:05 +0000)]
Fix typo.

15 years ago(uniquify-list-buffers-directory-modes): Add vc-dir-mode.
Dan Nicolaescu [Tue, 1 Jul 2008 14:58:28 +0000 (14:58 +0000)]
(uniquify-list-buffers-directory-modes): Add vc-dir-mode.

15 years ago*** empty log message ***
Dan Nicolaescu [Tue, 1 Jul 2008 14:49:41 +0000 (14:49 +0000)]
*** empty log message ***

15 years ago(vc-annotate-mode-map): Bind to lower case keys.
Dan Nicolaescu [Tue, 1 Jul 2008 14:47:10 +0000 (14:47 +0000)]
(vc-annotate-mode-map): Bind to lower case keys.
Add binding for vc-annotate-show-changeset-diff-revision-at-line.

15 years ago(vc-dir-mode): Set list-buffers-function.
Dan Nicolaescu [Tue, 1 Jul 2008 14:31:28 +0000 (14:31 +0000)]
(vc-dir-mode): Set list-buffers-function.

15 years ago(w32font_text_extents): Don't count overhang as part of width.
Jason Rumney [Tue, 1 Jul 2008 14:01:06 +0000 (14:01 +0000)]
(w32font_text_extents): Don't count overhang as part of width.

15 years agoFix typos.
Juanma Barranquero [Tue, 1 Jul 2008 12:09:33 +0000 (12:09 +0000)]
Fix typos.

15 years agoImplement display-time wrap/line-prefix feature
Miles Bader [Tue, 1 Jul 2008 09:39:28 +0000 (09:39 +0000)]
Implement display-time wrap/line-prefix feature

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1305

15 years ago*** empty log message ***
Glenn Morris [Tue, 1 Jul 2008 07:09:03 +0000 (07:09 +0000)]
*** empty log message ***

15 years ago*** empty log message ***
Glenn Morris [Tue, 1 Jul 2008 06:56:26 +0000 (06:56 +0000)]
*** empty log message ***

15 years ago*** empty log message ***
Glenn Morris [Tue, 1 Jul 2008 04:10:01 +0000 (04:10 +0000)]
*** empty log message ***

15 years agoRegnerate.
Glenn Morris [Tue, 1 Jul 2008 03:14:10 +0000 (03:14 +0000)]
Regnerate.

15 years agoSpelling fix.
Glenn Morris [Tue, 1 Jul 2008 03:07:26 +0000 (03:07 +0000)]
Spelling fix.

15 years agoAmerican English spelling fixes.
Glenn Morris [Tue, 1 Jul 2008 03:05:49 +0000 (03:05 +0000)]
American English spelling fixes.

15 years agoSpelling fix.
Glenn Morris [Tue, 1 Jul 2008 03:04:08 +0000 (03:04 +0000)]
Spelling fix.

15 years agoSet bug-reference-url-format.
Glenn Morris [Tue, 1 Jul 2008 03:03:21 +0000 (03:03 +0000)]
Set bug-reference-url-format.