1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-21 13:31:37 -07:00
Commit graph

84488 commits

Author SHA1 Message Date
Andreas Schwab
85cf899228 * 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.
2008-07-08 11:54:10 +00:00
Glenn Morris
4a00783e8e Use __sparc__ rather than sparc. (Bug#507.) 2008-07-08 07:03:07 +00:00
Chong Yidong
a6f7588140 (Qinhibit_face_set_after_frame_default): Var deleted.
(x_set_frame_parameters): Don't bind it.
2008-07-07 20:39:00 +00:00
Chong Yidong
4d2d5f5fac * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
(x_set_frame_parameters): Don't bind it.
2008-07-07 20:37:37 +00:00
Ulf Jasper
79a3bdcd51 newsticker: handle url-retrieve errors. 2008-07-07 17:34:38 +00:00
Dan Nicolaescu
29ce30b372 (vc-dir-refresh): Only update files. 2008-07-07 16:59:39 +00:00
Dan Nicolaescu
8c3d7147da (vc-git--ls-files-state): Remove unused function. 2008-07-07 16:35:48 +00:00
Dan Nicolaescu
701d018c5c (vc-bzr-after-dir-status): Deal with execute bit changes. 2008-07-07 16:34:14 +00:00
Juanma Barranquero
dfe66c5b2c * w32fns.c (map_w32_filename): Declare extern. 2008-07-07 14:39:35 +00:00
Jason Rumney
ec7e221c59 (WS_EX_LAYERED): Define if not already. 2008-07-07 10:59:46 +00:00
Juanma Barranquero
3feeda55b3 Fix typo. 2008-07-07 09:57:21 +00:00
John Paul Wallington
7330eee068 (kermit-esc-char, kermit-clean-off): Doc fixes. 2008-07-06 14:39:49 +00:00
Chong Yidong
be22aa9713 (set_font_frame_param): Don't try to set the font parameter if it is
still unspecified in the lface.
2008-07-06 03:51:06 +00:00
Chong Yidong
fe5d61c40b * xfaces.c (set_font_frame_param): Don't try to set the font
parameter if it is still unspecified in the lface.
2008-07-06 03:50:54 +00:00
Juanma Barranquero
da00712401 * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove vmsproc.el and vms-patch.el. 2008-07-05 22:49:10 +00:00
Chong Yidong
0421a7a780 (Finternal_merge_in_global_face): Don't realize default face if it
didn't already exist.
2008-07-05 21:16:05 +00:00
Chong Yidong
0a143d3a0f * xfaces.c (Finternal_merge_in_global_face): Don't realize default
face if it didn't already exist.
2008-07-05 21:15:39 +00:00
Glenn Morris
2906a94c6b (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.
2008-07-05 20:01:11 +00:00
Glenn Morris
df19c2fbe1 Comments. 2008-07-05 19:14:20 +00:00
Alexandre Julliard
934a944e54 * 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.
2008-07-05 18:42:07 +00:00
Dan Nicolaescu
16952f1875 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir. 2008-07-05 18:27:16 +00:00
Chong Yidong
29bd139205 (try_window_id): Give up if word-wrapping is on. 2008-07-05 18:22:56 +00:00
Chong Yidong
9204cb8b98 * xdisp.c (try_window_id): Give up if word-wrapping is on. 2008-07-05 18:22:46 +00:00
Dan Nicolaescu
d923f4ac08 * 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.
2008-07-05 18:09:32 +00:00
Dan Nicolaescu
4f10da1c12 *** empty log message *** 2008-07-05 18:04:26 +00:00
Dan Nicolaescu
dbba19a737 (vc-hg-registered): Do not set vc-state. 2008-07-05 18:03:56 +00:00
Dan Nicolaescu
e21c597ae4 (vc-annotate-mode-menu): Add separator. 2008-07-05 18:03:02 +00:00
Andreas Schwab
6c95e70d30 (get_it_property): Move out of HAVE_WINDOW_SYSTEM
section.
2008-07-05 09:45:56 +00:00
Nick Roberts
c8baaa6b12 (gud-gdb-get-stackframe): Allow absolute
filenames in stack trace (text command mode).
2008-07-05 09:36:39 +00:00
Nick Roberts
95741663a9 (gdb-display-buffer): Don't split a buffer
if it's not part of gdb-ui, e.g, at start.
2008-07-05 09:35:01 +00:00
Nick Roberts
aef2da5c89 *** empty log message *** 2008-07-05 09:33:35 +00:00
Chong Yidong
4636d4bd84 (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.
2008-07-05 05:31:12 +00:00
Chong Yidong
59230395e9 * 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.
2008-07-05 05:30:46 +00:00
Stefan Monnier
1bd38124f0 (mouse-drag-throw, mouse-drag-drag): Autoload. 2008-07-05 04:27:37 +00:00
Stefan Monnier
41b9049579 (sgml-font-lock-syntactic-keywords):
Use syntax-ppss on a position *before* the char we want to change.
2008-07-05 04:26:11 +00:00
Glenn Morris
26d41f17e5 Emanuele Giaquinta <emanuele.giaquinta at gmail.com> (tiny change)
Remove reference to deleted $USE_FONT_BACKEND.
2008-07-04 20:29:10 +00:00
Glenn Morris
cbed6befa5 *** empty log message *** 2008-07-04 19:32:56 +00:00
Stefan Monnier
d7c664f351 (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}. 2008-07-04 03:39:37 +00:00
Kenichi Handa
9ffc8a3a97 EXFUN adjusted for the change of Fstring_to_unibyte. 2008-07-04 02:26:05 +00:00
Kenichi Handa
6e8b42de75 (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1. 2008-07-04 02:22:42 +00:00
Kenichi Handa
f27f70ecd3 (str_to_unibyte): Modify the comment. 2008-07-04 02:20:08 +00:00
Dan Nicolaescu
f8b4aa4101 (vc-dir-query-replace-regexp): New function.
(vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
(vc-dir-mode-map): Likewise
2008-07-04 00:34:02 +00:00
Miles Bader
adb4665096 Add missing doc/misc/ChangeLog entry
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1310
2008-07-04 00:07:55 +00:00
Miles Bader
89167438cb Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1309
2008-07-04 00:07:47 +00:00
Juanma Barranquero
92439579f3 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.
2008-07-03 15:18:32 +00:00
Juanma Barranquero
10545bd83d 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.
2008-07-03 12:25:23 +00:00
Jason Rumney
946598bf94 (syms_of_xfns): Only define x-select-font when both HAVE_FREETYPE and USE_GTK. 2008-07-02 16:23:35 +00:00
Jason Rumney
631855b506 (next_element_from_display_vector): Move assignment out
of if statement.
2008-07-02 15:20:33 +00:00
John Paul Wallington
55880911a3 *** empty log message *** 2008-07-02 13:34:11 +00:00
John Paul Wallington
414408cdab (ibuffer-buffer-file-name): Use `list-buffers-directory'. Remove
special-casing for `cvs-mode' and `vc-dir-mode'.
Suggested by Dan Nicolaescu.
2008-07-02 13:28:01 +00:00