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

52945 Commits

Author SHA1 Message Date
Stefan Monnier
d6a1331707 Reduce spurious warnings.
(cvs-status-checkout): Remove.
(cvs-status-mode-map): Use cvs-mode-checkout instead.
2004-11-11 23:47:15 +00:00
Stefan Monnier
38400c2a69 (cvs-mode-checkout): New command. 2004-11-11 23:45:52 +00:00
Stefan Monnier
8cece98ad3 *** empty log message *** 2004-11-11 23:04:45 +00:00
Stefan Monnier
1885cb8854 (iso-cvt-define-menu): Fix typo. 2004-11-11 22:59:58 +00:00
Stefan Monnier
18385083b9 Require CL. 2004-11-11 22:58:14 +00:00
Stefan Monnier
977b50fb12 Use push.
(byte-compile-file-form-defalias): Rename from byte-compile-defalias.
(defalias): Remove the `byte-compile' property and add a `byte-hunk-handler'.
2004-11-11 22:44:46 +00:00
Juri Linkov
be4b3ae8be (Info-search): Save match data for isearch. Skip Tag Table node. 2004-11-11 21:45:57 +00:00
Juri Linkov
811cab8651 (magic-mode-alist): Use optimization for SGML mode too.
(set-auto-mode): Doc fix.  Remove unused variable `xml'.
2004-11-11 21:42:32 +00:00
Juri Linkov
f46692199f (describe-char): Replace syntax-after with code
from its previous version.
2004-11-11 21:40:43 +00:00
Juri Linkov
81668eb260 (sgml-html-meta-auto-coding-function):
Remove > after <html to allow HTML attributes.
2004-11-11 21:39:41 +00:00
Juri Linkov
6d1289c338 Restore iso-2022-7bit coding in commented out code. 2004-11-11 21:38:47 +00:00
Miles Bader
ae465fa737 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71
   Update from CVS

2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
   default; improve customization type.
   (gnus-emphasis-custom-with-format): New macro.
   (gnus-emphasis-custom-value-to-external): New function.
   (gnus-emphasis-custom-value-to-internal): New function.
2004-11-11 21:19:49 +00:00
Jay Belanger
13643b5f17 *** empty log message *** 2004-11-11 21:05:47 +00:00
Jay Belanger
8d7498c1ff (math-prime-factors-finished): Declared it as a variable.
(calcFunc-dfac):  Replaced max by n.

(math-stirling-local-cache):  New variable.
(math-stirling-number, math-stirling-1, math-stirling-2):  Replaced
the variable `cache' by the declared variable math-stirling-local-cache.

(var-RandSeed):  Declared it.
(math-init-random-base, math-random-digit):  Don't check to see if
var-RandSeed is bound.

(math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
Declared them instead of just setting them.

(math-init-random-base):  Made i a local variable.

(math-random-digit):  Made math-random-last a local variable.

(math-prime-test-cache):  Moved declaration to before it is used.

(math-prime-test-cache-k, math-prime-test-cache-q,
math-prime-test-cache-nm1, math-prime-factors-finished):  Declared
them as variables.
2004-11-11 20:59:02 +00:00
Jay Belanger
fe1f8500f8 (math-defcache): Use defvar for the new variables it creates. 2004-11-11 20:16:15 +00:00
Lars Hansen
2bafe3ddd4 Update entry 2003-04-06 Lars Hansen <larsh@math.ku.dk> 2004-11-11 19:04:18 +00:00
Lars Hansen
af61551b5e (desktop-buffer-mode-handlers, desktop-after-read-hook,
desktop-clear-preserve-buffers-regexp, desktop-file-name-format,
desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path,
desktop-save): Add :version.
2004-11-11 19:02:56 +00:00
Masatake YAMATO
de0234ea3d url-mailto.el (url-mailto): Fix a typo in the comment. 2004-11-11 18:03:41 +00:00
Stefan Monnier
3a502e66dc (pr-get-symbol): Don't downcase. 2004-11-11 15:01:34 +00:00
Richard M. Stallman
cd9ebbbbca Comment change. 2004-11-11 14:54:26 +00:00
Jay Belanger
4726a1dff0 *** empty log message *** 2004-11-11 06:14:18 +00:00
Jay Belanger
411b140762 (math-read-brackets, math-check-for-commas): Use declared variable
math-exp-pos.

(math-check-for-commas):  Use declared variable math-exp-str.

(math-read-brackets):  Use declared variables math-exp-old-pos,
math-exp-keep-spaces.

(math-read-brackets, math-read-vector, math-read-matrix):  Use
declared variable math-exp-token.
2004-11-11 05:53:19 +00:00
Jay Belanger
679e2630d3 (math-parse-tex-sum): Use declared variable math-exp-old-pos.
(math-parse-fortran-vector, math-parse-fortran-vector-end)
(math-parse-eqn-prime):  Use declared variable math-exp-token.
2004-11-11 05:52:17 +00:00
Jay Belanger
97660b3e63 (math-read-angle-bracket): Use declared variables math-exp-pos,
math-exp-str.
2004-11-11 05:51:24 +00:00
Jay Belanger
e59b8655da (math-read-expr): Use declared variables math-exp-pos,
math-exp-old-pos, math-exp-str, math-exp-token,
math-exp-keep-spaces.
2004-11-11 05:50:09 +00:00
Jay Belanger
3cedbf7217 (calc-do-quick-calc): Use kill-new to append string to kill-ring.
(calc-alg-exp, math-toks, math-exp-pos,math-exp-old-pos)
(math-exp-token, math-exp-keep-spaces, math-exp-str):  New variables.

(calc-do-alg-entry, calcAlg-equals, calcAlg-edit, calcAlg-enter):  Use
declared variable calc-alg-exp.

(math-build-parse-table, math-find-user-token):  Use declared variable
math-toks.

(math-read-exprs, math-read-token, calc-check-user-syntax,
calc-match-user-syntax, match-factor-after, math-read-factor):  Use
declared variables math-exp-pos math-exp-old-pos.

(math-read-exprs, math-read-token, math-read-expr-level)
(calc-check-user-syntax, calc-match-user-syntax, match-factor-after)
(math-read-factor):  Use declared variable math-exp-token.

(math-read-exprs, math-read-expr-list, math-read-token,
math-read-factor):  Use declared variable math-exp-keep-spaces.

(math-read-exprs, math-read-token):  Use declared variable
math-exp-str.

(calc-match-user-syntax):  Made m a local variable.
2004-11-11 05:48:50 +00:00
Stefan Monnier
32a0479a9d (magic-mode-alist): Reduce backtracking in the HTML regexp. 2004-11-11 04:52:27 +00:00
Stefan Monnier
32e2fb0429 (Fkeymap_prompt): Accept symbol keymaps. 2004-11-10 22:35:21 +00:00
Daniel Pfeiffer
507ecaf998 Emacs 21.4, not 20.4 2004-11-10 20:17:34 +00:00
Daniel Pfeiffer
c7eb99ce3a magic-mode-alist & conf-mode.el 2004-11-10 20:15:00 +00:00
Eli Zaretskii
3819d3301e Revert last change. 2004-11-10 20:12:29 +00:00
Stefan Monnier
fe6ca60c21 (easy-menu-add-item): Use keymap-prompt. Simplify. 2004-11-10 16:20:20 +00:00
Stefan Monnier
d0db69919b (easy-menu-define-key): Understand the case where the keymap is a symbol. 2004-11-10 15:15:43 +00:00
Stefan Monnier
e9146d5acc (sgml-tag-text-p): New fun.
(sgml-parse-tag-backward): Use it to skip spurious < or >.
2004-11-10 14:39:40 +00:00
Thien-Thi Nguyen
86523fac0b *** empty log message *** 2004-11-10 10:51:01 +00:00
Thien-Thi Nguyen
5f20b65323 Doc fixes throughout.
(electric-buffer-menu-mode-hook): New defvar.
2004-11-10 10:45:59 +00:00
Daniel Pfeiffer
55e19d0876 Also do /etc/magic, hosts.allow, hosts.deny etc. 2004-11-10 09:53:24 +00:00
Nick Roberts
857dd623cc Don't require cl, comint, gud, gdb-ui for
compilation. The resulting compiler warnings appear to be
harmless.
2004-11-10 06:47:35 +00:00
Nick Roberts
df388ce6a4 *** empty log message *** 2004-11-10 06:46:50 +00:00
Miles Bader
ce09e17323 Changes from arch/CVS synchronization 2004-11-10 05:20:51 +00:00
Daniel Pfeiffer
dd0f1553b7 *** empty log message *** 2004-11-10 00:43:48 +00:00
Daniel Pfeiffer
80174d35b9 (auto-mode-alist, magic-mode-alist): Use conf-mode 2004-11-10 00:39:54 +00:00
André Spiegel
e3e563fa08 *** empty log message *** 2004-11-09 23:41:50 +00:00
André Spiegel
fa5b6026e3 Rewrite the introduction about version systems, mentioning the new
ones that we support.  Thanks to Alex Ott, Karl Fogel, Stefan
Monnier, and David Kastrup for suggestions.
2004-11-09 23:36:29 +00:00
Stefan Monnier
7c782c240c (iso-cvt-define-menu): Clean up namespace. 2004-11-09 22:10:42 +00:00
André Spiegel
06995bd786 Add a note about VC-over-Tramp. 2004-11-09 22:06:05 +00:00
Jay Belanger
6d37f0f14b *** empty log message *** 2004-11-09 20:38:27 +00:00
Jay Belanger
abd880c33e (math-read-exprs, math-read-expr-list, math-read-expr-level,
math-read-token, calc-check-user-syntax, calc-match-user-syntax,
math-read-if, math-factor-after, math-read-factor):  Use
declared variable math-expr-data.
2004-11-09 20:32:37 +00:00
Jay Belanger
54961aa0ca (math-parse-fortran-vector, math-parse-fortran-vector-end,
math-parse-tex-sum, math-parse-eqn-matrix, math-parse-eqn-prime,
math-read-math-subscr):  Use declared variable math-expr-data.
2004-11-09 20:32:13 +00:00
Jay Belanger
5c8a5f96c7 (math-read-brackets, math-read-vector, math-read-matrix): Use
declared variable math-expr-data.
2004-11-09 20:31:40 +00:00