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

27614 Commits

Author SHA1 Message Date
Mark A. Hershberger
27720433ac Change existence of &; to not-well-formed. 2004-12-02 07:19:03 +00:00
Mark A. Hershberger
21c05941c3 2004-12-02 Mark A. Hershberger <mah@everybody.org>
* xml.el (xml-parse-dtd): Don't show validity messages when
	xml-validating-parser is nil.
	(xml-substitute-special): Fix validity error messages to
	actually show the unexpandable entity.  Added validity error if &
	isn't followed by an entity.
	(xml-parse-tag): Concatnate any string following the a
	<![CDATA[]]> section to the parsed CDATA.
2004-12-02 06:55:05 +00:00
Mark A. Hershberger
7e0f112355 Ensure that validity messages only show when xml-validating-parser is set. 2004-12-02 06:53:43 +00:00
Luc Teirlinck
8b744bb89a *** empty log message *** 2004-12-02 00:39:16 +00:00
Luc Teirlinck
7dcb2dfd8a (kmacro-default-counter-format): New var.
(kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
(kmacro-display): Remove `nil' from `and' form.  Delete call to
`format' inside `message'.
(kmacro-start-macro): Use `kmacro-default-counter-format'.
2004-12-02 00:17:54 +00:00
Stefan Monnier
31982e1f7f (cvs-header-msg): New function.
(cvs-update-header): Use it.  Change calling convention.
Correctly handle the case of having simultaneous active processes.
(cvs-sentinel): Don't call cvs-update-header any more.
(cvs-mode-run): Update call and add cvs-update-header to postproc.
2004-12-01 22:35:15 +00:00
Jay Belanger
93d8d5a8b0 (calc-inverse, calc-hyperbolic): Add more checks. 2004-12-01 21:03:24 +00:00
Jay Belanger
d5639b35f7 (calc-inverse, calc-hyperbolic): Give more thorough messages. 2004-12-01 20:57:30 +00:00
Juri Linkov
d8059b0331 (prolog-mode-variables): Fix imenu-generic-expression. 2004-12-01 19:48:52 +00:00
Juri Linkov
957ea28ac6 *** empty log message *** 2004-12-01 19:48:31 +00:00
Daniel Pfeiffer
702a99ca2e Add an autoloaded table, that doesn't require this library, with glyph face. 2004-12-01 18:30:33 +00:00
Daniel Pfeiffer
ffe48d1d0b (glyph): New face. 2004-12-01 18:29:20 +00:00
Daniel Pfeiffer
fb568b49d4 *** empty log message *** 2004-12-01 18:28:22 +00:00
Kenichi Handa
2d5cd4e6a8 *** empty log message *** 2004-12-01 10:50:54 +00:00
Daniel Pfeiffer
9607552590 acpid files under /etc 2004-12-01 09:47:18 +00:00
Mark A. Hershberger
ae02611069 2004-11-30 Mark A. Hershberger <mah@everybody.org>
* xml.el (xml-substitute-special): Fix validity error messages to
	actually show the unexpandable entity.  Added validity error if &
	isn't followed by an entity.
	(xml-parse-tag): Concatnate any string following the a
	<![CDATA[]]> section to the parsed CDATA.
2004-12-01 04:45:08 +00:00
Markus Rost
034a48f4d3 (tex-main-file): Add a compatibility with AUCTeX. 2004-12-01 04:08:34 +00:00
Kenichi Handa
eb5ad2428b (x-last-selected-text-cut-encoded): New variable.
(x-select-text): Don't treat eight-bit-control/graphic chars
specially.  Store the encoded text in the X cut buffer.
(x-cut-buffer-or-selection-value): Compare the X cut buffer text
with x-last-selected-text-cut-encoded.
2004-12-01 00:35:37 +00:00
Daniel Pfeiffer
30a2ee1b33 Fix copy'n'paste mess up. 2004-12-01 00:02:01 +00:00
Daniel Pfeiffer
08adf84e8b (auto-mode-alist): Add conf-ppd-mode and inittab. 2004-11-30 23:31:49 +00:00
Daniel Pfeiffer
6c1192bf5c *** empty log message *** 2004-11-30 23:27:48 +00:00
Daniel Pfeiffer
f5d4cf945a (conf-ppd-mode-syntax-table): New var.
(conf-ppd-mode): New conf-mode wrapper for printer descriptions.
(conf-quote-normal): Allow normalizing only ' or ".
(conf-mode): Regexp-quote constructed comment-start and don't match section {} where "name" contains braces.
2004-11-30 23:26:47 +00:00
Stefan Monnier
079c2d0047 (Man-fontify-manpage): Improve handling of ANSI escapes. 2004-11-30 22:26:26 +00:00
Jay Belanger
83a2a07a8e *** empty log message *** 2004-11-30 22:08:29 +00:00
Jay Belanger
773a144d44 (math-possible-signs): Added checks to intervals.
(math-pow-of-zero): Strengthen checks for positive and negative exponents.
2004-11-30 21:58:53 +00:00
Andreas Schwab
cacfe88b03 (url-http-handle-cookies): Bind `url-current-object'
to `url-http-cookies-sources' so that cookies are attributed to
proper domain.
(url-http): Make local variable `url-http-cookies-sources'.
2004-11-30 21:32:35 +00:00
Jay Belanger
9dbee55ed1 *** empty log message *** 2004-11-30 17:54:55 +00:00
Jay Belanger
25efff5f9d Add a provide statement.
(calc-Need-calc-sel-2): Remove it.
2004-11-30 17:32:17 +00:00
Jay Belanger
cfd31ee4dc Add a provide statement.
(calc-Need-calc-comp): Remove it.
2004-11-30 17:31:45 +00:00
Jay Belanger
c728e63356 Add a provide statement.
(calc-Need-calc-alg-3): Remove it.
2004-11-30 17:31:13 +00:00
Jay Belanger
59f2c6c09b Add a provide statement.
(calc-Need-calc-alg-2): Remove it.
2004-11-30 17:30:34 +00:00
Jay Belanger
451d4c5cff Remove calc-Need-calc-aent and calc-Need-calc-misc from autoloads.
Add calc-do-embedded-activate to autoloads.
(calc-gnuplot-name, calc-gnuplot-plot-command,
calc-gnuplot-print-command): Remove them.
2004-11-30 17:29:51 +00:00
Jay Belanger
b1687f6035 Add a provide statement.
(calc-Need-calc-yank): Remove it.
2004-11-30 17:29:04 +00:00
Jay Belanger
429dae43c5 Add a provide statement.
(calc-Need-calc-vec): Remove it.
2004-11-30 17:28:25 +00:00
Jay Belanger
7d02e8cd1f Add a provide statement.
(calc-Need-calc-units): Remove it.
2004-11-30 17:27:44 +00:00
Jay Belanger
2c2198cd5e Add a provide statement.
(calc-Need-calc-undo): Remove it.
2004-11-30 17:26:56 +00:00
Jay Belanger
07b7530a38 Add a provide statement.
(calc-Need-calc-trail): Remove it.
2004-11-30 17:26:19 +00:00
Jay Belanger
a2e360d6fa Add a provide statement.
(calc-Need-calc-stuff): Remove it.
2004-11-30 17:25:40 +00:00
Jay Belanger
4b02a25275 Add a provide statement.
(calc-Need-calc-store): Remove it.
2004-11-30 17:25:00 +00:00
Jay Belanger
01a2939cad Add a provide statement.
(calc-Need-calc-stat): Remove it.
2004-11-30 17:24:18 +00:00
Jay Belanger
da0ae499b8 Add a provide statement.
(calc-Need-calc-sel): Remove it.
2004-11-30 17:23:06 +00:00
Jay Belanger
51b5c91c51 Add a provide statement.
(calc-Need-calc-rules): Remove it.
2004-11-30 17:22:12 +00:00
Jay Belanger
a2470ec963 Add a provide statement.
(calc-Need-calc-rewr): Remove it.
2004-11-30 17:21:27 +00:00
Jay Belanger
8758faecce Add a provide statement.
(calc-Need-calc-prog): Remove it.
2004-11-30 17:20:50 +00:00
Jay Belanger
7a08a495aa Add a provide statement.
(calc-Need-calc-poly): Remove it.
2004-11-30 17:19:41 +00:00
Jay Belanger
2a0adea35e Add a provide statement.
(calc-Need-calc-mat): Remove it.
2004-11-30 17:19:02 +00:00
Jay Belanger
123526a819 Add a provide statement.
(calc-Need-calc-mode): Remove it.
2004-11-30 17:18:19 +00:00
Jay Belanger
877dc4f5ff Add a provide statement.
(calc-Need-calc-misc): Remove it.
2004-11-30 17:17:35 +00:00
Jay Belanger
95995a85a2 Add a provide statement.
(calc-Need-calc-math): Remove it.
2004-11-30 17:16:50 +00:00
Jay Belanger
0e5b14555c Add a provide statement.
(calc-Need-calc-map): Remove it.
2004-11-30 17:16:02 +00:00
Jay Belanger
4b37638f7d Add a provide statement.
(calc-Need-calc-lang): Remove it.
2004-11-30 17:14:06 +00:00
Jay Belanger
567bb26fae Add a provide statement.
(calc-Need-calc-keypd): Remove it.
2004-11-30 17:13:23 +00:00
Jay Belanger
c66b0f18d9 Add a provide statement.
(calc-Need-calc-incom): Remove it.
2004-11-30 17:12:21 +00:00
Jay Belanger
42c76e340f Add a provide statement.
(calc-Need-calc-help): Remove it.
2004-11-30 17:11:37 +00:00
Jay Belanger
808cd57386 Add a provide statement.
(calc-Need-calc-graph): Remove it.
(calc-gnuplot-name, calc-gnuplot-plot-command, calc-gnuplot-print):
Give them values.
2004-11-30 17:10:43 +00:00
Jay Belanger
300f28d368 Add a provide statement.
(calc-Need-calc-funcs): Remove it.
2004-11-30 17:10:06 +00:00
Jay Belanger
3ccef44f19 Add a provide statement.
(calc-Need-calc-frac): Remove it.
2004-11-30 17:09:05 +00:00
Jay Belanger
76216e5acd Add a provide statement.
(calc-Need-calc-forms): Remove it.
2004-11-30 17:08:20 +00:00
Jay Belanger
7bd611343e Add a provide statement.
(calc-Need-calc-fin): Remove it.
2004-11-30 17:07:25 +00:00
Jay Belanger
1b303b2cc0 Remove dummy autoloading functions from autoloads.
(calc-load-everything, math-defsimplify): Replace dummy autoloading
functions by require statements.
(math-defsimplify): Move to calc-alg.el, added to autoloads.
2004-11-30 17:06:07 +00:00
Jay Belanger
937640a621 Add a provide statement.
(calc-Need-calc-embed): Remove it.
(calc-do-embedded-activate): Remove from autoloads.
2004-11-30 17:04:40 +00:00
Jay Belanger
b96bd98c39 Add a provide statement.
(calc-Need-calc-cplx): Remove it.
2004-11-30 17:03:46 +00:00
Jay Belanger
43f34cccca Add a provide statement.
(calc-Need-calc-comb): Remove it.
2004-11-30 17:02:55 +00:00
Jay Belanger
fb9ec5ef18 Add a provide statement.
(calc-Need-calc-bin): Remove it.
2004-11-30 17:02:05 +00:00
Jay Belanger
5e30155bca Add a provide statement.
(calc-Need-calc-arith): Remove it.
2004-11-30 17:01:18 +00:00
Jay Belanger
41cf648ddc Add a provide statement.
(calc-Need-calc-alg, math-need-std-simps): Remove them.
(math-defsimplify): Move from calc-ext.el.
2004-11-30 17:00:26 +00:00
Jay Belanger
4723353515 Add a provide statement.
(calc-Need-calc-aent): Remove it.
2004-11-30 16:59:39 +00:00
Steven Tamm
f084eeb926 * term/mac-win.el (ccl-encode-mac-roman-font)
(ccl-encode-mac-cyrillic-font)
(ccl-encode-mac-centraleuropean-font, encoder-list)
(fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
Support Cyrillic, CentralEuropean, and Dingbat font display
2004-11-30 15:49:26 +00:00
André Spiegel
26c14a95f2 # 2004-11-30 11:07:29 +00:00
André Spiegel
0a22636447 (vc-recompute-state): Moved into vc-hooks.el. 2004-11-30 11:03:46 +00:00
André Spiegel
588c1bf9a9 (vc-recompute-state): Moved here from vc.el. 2004-11-30 11:03:09 +00:00
André Spiegel
5124dd38c8 (vc-cvs-state): Handle the case where vc-state is still nil. 2004-11-30 11:02:23 +00:00
Kenichi Handa
25a0994a81 *** empty log message *** 2004-11-30 08:19:52 +00:00
Kenichi Handa
1fc67c11d1 (command-line): Fix comment for the previous change. 2004-11-30 07:20:19 +00:00
Kim F. Storm
fc36888973 *** empty log message *** 2004-11-30 00:30:37 +00:00
Luc Teirlinck
d55f9265dd (tpu-help-keypad-map, tpu-help-text)
(tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
2004-11-29 23:26:08 +00:00
Jay Belanger
d013205542 *** empty log message *** 2004-11-29 22:50:05 +00:00
Jay Belanger
6adaed7889 (math-pow-of-zero): Take into account different cases. 2004-11-29 22:41:10 +00:00
Teodor Zlatanov
5f9e0ca5da simple.el (next-error-buffer-p): allow for inclusive and
exclusive tests for finding a buffer
(next-error-find-buffer): pass the exclusive and inclusive tests
to next-error-buffer-p

replace.el (occur-next-error): switch to the Occur buffer when
appropriate, and use the exclusive filter to
next-error-find-buffer to do it.  Use the absolute value of the
motion amount.
2004-11-29 18:44:29 +00:00
Kenichi Handa
a778cf63fc *** empty log message *** 2004-11-29 07:37:45 +00:00
Kenichi Handa
cea927edc8 (command-line): Decode all buffer names by locale-coding-system. 2004-11-29 07:17:56 +00:00
Jay Belanger
21e6ab4301 *** empty log message *** 2004-11-29 06:16:15 +00:00
Jay Belanger
ce805efac0 Move require to end of file.
(calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
Remove unnecessary variable.
(calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
(calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
(calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
(math-normalize, math-add, math-mul, math-div,
(math-format-stack-value, math-stack-value-offset, math-format-value)
(math-format-flat-expr, math-format-number, math-format-bignum)
(math-read-number, calc-grab-region, calc-grab-rectangle)
(calc-grab-sum-down, calc-grab-sum-across, calc-embedded, defmath)
(calc-check-defines): Replace calc-need-macros by appropriate require.
2004-11-29 06:00:07 +00:00
Jay Belanger
537a762d4b (calc-user-define-formula, calc-do-defmath): Replace calc-need-macros by
appropriate require.
2004-11-29 05:58:45 +00:00
Jay Belanger
c6d3240529 (calc-do-handle-whys, calc-last-args-stub, calc-missing-key)
(calc-shift-Y-prefix-help, math-concat, math-trunc, math-floor)
(calcFunc-inv, math-mod, math-pow): Replace calc-extensions by
appropriate require.
(calc-power): Replace calc-extensions-loaded by appropriate featurep.
2004-11-29 05:57:46 +00:00
Jay Belanger
f50dfd02cb Move provide to end of file.
(calc-need-macros): Remove unnecessary function.
2004-11-29 05:56:56 +00:00
Jay Belanger
5eb3eedabb Remove unnecessary eval-when-compile.
(calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
(math-read-expr-level, calc-check-user-syntax, math-read-factor):
Replace calls to calc-extensions by appropriate require,
replace calc-extensions-loaded by appropriate featurep.
2004-11-29 05:56:06 +00:00
Jay Belanger
6697b53cd3 Move require to end of file.
Remove redundant loading of calc.
(calc-extensions-loaded): Remove unnecessary variable.
(calc-extensions): Remove unnecessary function.
(calc-load-everything): Replace calc-need-macros by appropriate require.
2004-11-29 05:54:53 +00:00
Kim F. Storm
5edd7c333a (insert-kbd-macro): Handle kmacro functions. 2004-11-28 23:57:47 +00:00
Kim F. Storm
bbf877e1c2 *** empty log message *** 2004-11-28 23:57:17 +00:00
Andreas Schwab
dc1a0a7a28 (url-http-create-request): Don't add newline after
the request data.
2004-11-28 19:14:11 +00:00
Juri Linkov
180ee7c785 (Info-search-whitespace-regexp): Remove shy group.
(Info-search): Forward line if search is on the header line.
Use search-whitespace-regexp in two other places.
2004-11-28 15:42:11 +00:00
Juri Linkov
20c78df04b (edebug-set-global-break-condition):
Use `read-expression-history'.  Set initial contents only if
`edebug-global-break-condition' is non-nil.  Set histpos to 1
if initial contents is equal to the last history element.
(edebug-set-conditional-breakpoint): Instead of temporarily
prepending the current condition to the history, set initial
contents to the current condition.  Set histpos to 1 if initial
contents is equal to the last history element.
2004-11-28 07:57:10 +00:00
Juri Linkov
efbbac291e (compare-windows-highlight): Attach each overlay
to its window to properly highlight differences while comparing
two windows of the same buffer.  Fix arguments.
(compare-windows-sync-default-function): Fix arguments of
`compare-windows-highlight'.
2004-11-28 07:56:01 +00:00
Luc Teirlinck
9e66b14a65 (fringe-indicators): Add fake defvar to avoid compiler warning. Delay
real definition, which uses `set-fringe-indicators-1' till after the
definition of that function.
2004-11-28 02:31:53 +00:00
Kim F. Storm
f748174960 (menu-bar-options-save): Add fringe-indicators.
(menu-bar-showhide-fringe-ind-menu): New keymap.
(menu-bar-showhide-fringe-ind-empty)
(menu-bar-showhide-fringe-ind-mixed)
(menu-bar-showhide-fringe-ind-box)
(menu-bar-showhide-fringe-ind-right)
(menu-bar-showhide-fringe-ind-left)
(menu-bar-showhide-fringe-ind-none): New defuns.
(menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
2004-11-28 00:56:43 +00:00
Kim F. Storm
41e1c12358 (fringe): New defgroup.
(fringe-mode): Move to fringe group.
(fringe-indicators): New defcustom.
(set-fringe-indicators-1): New defun.
2004-11-28 00:56:28 +00:00
Kim F. Storm
4cf6519d50 *** empty log message *** 2004-11-28 00:56:10 +00:00
Richard M. Stallman
9422175956 *** empty log message *** 2004-11-27 19:05:06 +00:00
Richard M. Stallman
f5c9c551ad Comment changes. 2004-11-27 19:02:52 +00:00