1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
Commit Graph

76662 Commits

Author SHA1 Message Date
Eli Zaretskii
e10bf4de8d Add an explicit list of platforms that are no longer supported. 2008-01-12 15:23:15 +00:00
Jason Rumney
839087fe8a (nxml-enable-unicode-char-name-sets, rng-nxml-mode-init): Declare. 2008-01-12 12:30:05 +00:00
Jason Rumney
669eb5c7ee (rng-preferred-prefix-alist): Add some defaults.
(rng-preferred-prefix-alist-default): Remove.
2008-01-11 17:30:52 +00:00
Jason Rumney
b85b660458 (nxml-char-name-ignore-case): Change default value.
(nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
2008-01-11 16:01:26 +00:00
Jason Rumney
7a10d29271 (nxml-internal-unicode-char-name-sets-enabled): Rename from
nxml-enable-unicode-char-name-sets-flag.
(nxml-enable-unicode-char-name-sets-1): Merge into
nxml-enable-unicode-char-name-sets.
(nxml-enable-unicode-char-name-sets): Don't unconditionally set
nxml-char-name-ignore-case here.
2008-01-11 16:00:09 +00:00
Jason Rumney
6bd1e22385 (nxml-mode): Call rng-nxml-mode-init directly.
Update doc string and commentary.
2008-01-11 15:12:17 +00:00
Kenichi Handa
81cd7687ab (detect_coding_mask): Fix previous change. 2008-01-11 11:30:25 +00:00
Martin Rudalics
6671cab318 (all): Add missing version entries. 2008-01-11 09:59:48 +00:00
Glenn Morris
a690c0715a (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code, flat-code-to-euc):
Declare as functions.
2008-01-11 04:56:27 +00:00
Glenn Morris
c616830f5e (elmo-msgdb-overview-get-entity, wl-summary-buffer-msgdb): Declare as funtions. 2008-01-11 04:55:32 +00:00
Martin Rudalics
fedcb5ffc0 (ada-set-syntax-table-properties): Bind
buffer-file-name and buffer-file-truename.
2008-01-10 18:49:31 +00:00
Martin Rudalics
f78a91b3bd (fringe-mode-explicit): New variable.
(set-fringe-mode): Don't alter default-frame-alist when just
loading this file.
2008-01-10 18:44:27 +00:00
Juanma Barranquero
ce460dceb2 Remove python.el entry duplicated when merging from EMACS_22_BASE. 2008-01-10 17:45:15 +00:00
Chong Yidong
0b07499315 (pop_stat, pop_last): Check validity of string-to-integer
conversion.  Mistakes spotted by Nico Golde.
2008-01-10 15:33:52 +00:00
Chong Yidong
6eae3ad4ee * pop.c (pop_stat, pop_last): Check validity of string-to-integer
conversion.  Mistakes spotted by Nico Golde.
2008-01-10 15:31:25 +00:00
Tassilo Horn
39a402e3d9 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-buffer-file-name): New variable.
	(doc-view-convert-current-doc, doc-view-search)
	(doc-view-current-cache-dir, doc-view-initiate-display)
	(doc-view-mode): Use it.
	(doc-view-bookmark-make-cell): Use variable buffer-file-name
	instead of function.
2008-01-10 15:08:34 +00:00
Miles Bader
95838435c8 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-992
2008-01-10 14:18:23 +00:00
Dan Nicolaescu
11f6a31de4 (vc-svn-registered): Return the correct value for
ignored and unregistered files.
2008-01-10 14:17:06 +00:00
Tassilo Horn
0e8356fe05 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (tramp): Require tramp because we use
	tramp-tramp-file-p.
2008-01-10 11:29:41 +00:00
Dan Nicolaescu
b6fe5b19b1 * vc.el (vc-status-unmark-all-files): New function.
(vc-status-unmark-all-files): Likewise.
(vc-status-mode-map): Add bindings.
2008-01-10 07:51:25 +00:00
Michael Kifer
acb93bb2a6 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff*.el: uncommented declare-function.

	* viper*.el: uncommented declare-function.
2008-01-10 06:54:12 +00:00
Glenn Morris
c032313333 Chong Yidong <cyd at stupidchicken.com>
(wait_reading_process_output): Check for window changes caused by timers.
2008-01-10 04:08:55 +00:00
Glenn Morris
86a6434d77 shell.el dirtrack stuff moved to 22.2. 2008-01-10 04:06:13 +00:00
Michael Olson
712e2b05e1 ERC: Sync changes from upstream. 2008-01-10 03:51:14 +00:00
Tassilo Horn
f9adf05bac 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-mode): Support tramp, compressed files and
	files inside archives uniformly.
2008-01-09 20:16:14 +00:00
Eric S. Raymond
6e69aa4d01 * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
constant with a computation on sgml-specials rather than a literal
list.  Without this change the syntax table is generated
incorrectly, and the mode will think it's in a comment following
any instance of the string "--".
2008-01-09 16:21:29 +00:00
Vinicius Jose Latorre
6870e77530 Fix code of ps-face-strikeout-p, ps-face-overline-p and ps-face-box-p 2008-01-09 12:48:42 +00:00
Tassilo Horn
622face2db 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-mode-p): Add EPS as supported type.
	(doc-view-mode): Support document files inside archives.
2008-01-09 10:25:17 +00:00
Dan Nicolaescu
f5e070d601 *** empty log message *** 2008-01-09 07:40:37 +00:00
Dan Nicolaescu
e11c1d937f (vc-deduce-fileset): Return the currently selected file if
no files are selected when using vc-status.
2008-01-09 07:21:08 +00:00
Michael Kifer
65efc5388d 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff*.el: commented out declare-function. "make bootstrap"
	stops with an error and emacs does not compile with those things in.
	Besides, declare-function is not defined in XEmacs.

	* ediff-util (eqiff-quit): autoraise minibuffer.

	* ediff-diff (ediff-convert-fine-diffs-to-overlays): make it a defin

	* viper*.el: commented out declare-function -- not defined in XEmacs.

	* viper-ex.el (viper-info-on-file): take care of indiret buffers.

	* viper.el (viper-set-hooks, set-cursor-color): set viper-vi-state-cursor-color.
2008-01-09 06:16:07 +00:00
Kenichi Handa
218b3b7634 *** empty log message *** 2008-01-09 06:15:40 +00:00
Kenichi Handa
36a04480a5 (detect_coding_iso2022): New arg latin_extra_code_state. Allow Latin
extra codes only when *latin_extra_code_state is nonzero.
(detect_coding_mask): If there is a NULL byte, detect the encoding as
UTF-16 or binary.  If there is a Latin extra code, detect the encoding
as ISO-2022 only when no other proper encoding is found.
2008-01-09 06:05:23 +00:00
Dan Nicolaescu
ca8dfeda7c * vc.el (vc-status-headers): Rename from
vc-status-insert-headers.  Just return header.
(vc-status-move-to-goal-column): New function.
(vc-status-mode-map): Define more keys.
(vc-status-mode): Use vc-status-refresh.  Now 'special.
(vc-status-refresh): New function.
(vc-status-next-line): Likewise.
(vc-status-previous-line): Likewise.
(vc-status-mark-file): Use vc-status-next-line.
(vc-status-unmark-file): Use vc-status-previous-line.
(vc-status-unmark-file-up): New function.
(vc-status-register): Likewise.
(vc-status-find-file): Likewise.
(vc-status-find-file-other-window): Likewise.
(vc-status-current-file): Likewise.
(vc-ensure-vc-buffer): Understand vc-status mode.
2008-01-09 05:19:04 +00:00
Dan Nicolaescu
15b18fea81 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status". 2008-01-09 05:15:07 +00:00
Glenn Morris
85032f0f3c gnome icons are GPLv2 or later.
http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01306.html
2008-01-09 04:59:00 +00:00
Glenn Morris
14066941b7 gnome icons are GPLv2 or later.
gtk icons are LGPLv2 or later.
http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01306.html
Correct gtk copyright holders based on makecopyright in gtk tarball.
2008-01-09 04:57:51 +00:00
Glenn Morris
78da39c6e7 Add missing final newlines to message calls. 2008-01-09 04:40:14 +00:00
Glenn Morris
355a326e54 Daniel Hackney <dan at haxney.org> (tiny change)
(set_socket): Add trailing newline to socket error message.
2008-01-09 04:36:57 +00:00
Glenn Morris
dcb8ac09ea Add 2008 to copyright years. 2008-01-09 04:31:51 +00:00
Glenn Morris
9c6b35b29a Remove copyright from author with assignment and merge years into FSF years.
Add 2008 to copyright years.
2008-01-09 04:21:32 +00:00
Glenn Morris
cf6f71ac50 Add 2008 to copyright years.
Add license text.
2008-01-09 04:19:59 +00:00
Glenn Morris
20234d96d0 Add @copying section. 2008-01-09 04:19:33 +00:00
Glenn Morris
c14bb1fb7c Tom Tromey <tromey at redhat.com>
(blackbox-mode-map): Add `q' and [return] bindings.
2008-01-09 04:18:27 +00:00
Glenn Morris
d65fc712a6 (ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows. 2008-01-09 04:17:56 +00:00
Vinicius Jose Latorre
2b0afe2a19 Fix face attributes recognition 2008-01-09 02:54:16 +00:00
Stefan Monnier
ea27e496b7 (ffap-read-file-or-url): Don't use let-binding to temporarily
add a file-name handler.
2008-01-09 02:16:47 +00:00
Roland Winkler
c5578d5fff *** empty log message *** 2008-01-09 01:43:14 +00:00
Roland Winkler
65e1047888 (bibtex-initialize): New autoloaded command. Rename from function
bibtex-files-expand. New optional arg select.
(bibtex-flash-head): Allow blink-matching-delay being zero.
(bibtex-clean-entry): Use atomic-change-group.
(bibtex-format-entry): Check presence of required fields only after
formatting of fields. Use member-ignore-case. Do not use
bibtex-parse-entry. Do not use booktitle field to set a missing
title.
(bibtex-autofill-entry): Do not call undo-boundary.
(bibtex-lessp): Handle crossref keys that point to another bibtex
file.
(bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
Parse keys if necessary.
2008-01-09 01:37:50 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00