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

6626 Commits

Author SHA1 Message Date
Glenn Morris
1615f2a311 *** empty log message *** 2004-12-07 12:21:07 +00:00
Andreas Schwab
80d0e07857 Typo. 2004-12-07 12:07:00 +00:00
Stefan Monnier
d3a403e56c *** empty log message *** 2004-12-07 05:01:55 +00:00
Jay Belanger
33c886d07a *** empty log message *** 2004-12-07 04:39:32 +00:00
Glenn Morris
94f1c41a48 *** empty log message *** 2004-12-07 00:57:30 +00:00
Glenn Morris
c9ba50dd01 *** empty log message *** 2004-12-07 00:45:09 +00:00
Stefan Monnier
96bda29d36 (show-paren-function): Fix last change (2004-12-02). 2004-12-06 19:06:12 +00:00
Stefan Monnier
22864a4875 (regexp-opt-depth): Use subregexp-context-p.
(regexp-opt-not-groupie*-re): Remove.
(regexp-opt): Properly handle inputs with duplicate entries.
2004-12-06 15:12:46 +00:00
Richard M. Stallman
1bc897ca5a (info-lookup-maybe-add-help cfengine-mode): Regexp typo. 2004-12-06 14:09:13 +00:00
Richard M. Stallman
39ebd5dd93 *** empty log message *** 2004-12-06 05:39:52 +00:00
Kenichi Handa
952cb0846a Update international/mule-util.el section. 2004-12-05 23:58:24 +00:00
Luc Teirlinck
c5246f32cc Remove no longer relevant item. 2004-12-05 22:56:59 +00:00
Sam Steingold
c95e9af380 (tramp-handle-file-accessible-directory-p):
Fixed `tramp-time-diff' comparison logic
2004-12-05 21:42:45 +00:00
Thien-Thi Nguyen
911aa04913 (which-function): Use
`run-hook-with-args-until-success' instead of a custom loop.
Fixes bug with local hooks.
2004-12-05 16:58:13 +00:00
Stefan Monnier
d10e87a203 (bibtex-font-lock-url-regexp):
Use delete-dups when calculating the initial value.
(bibtex-autokey-get-title): Use <=.
(bibtex-goto-line): New function.
(bibtex-reposition-window): Use line numbers instead of point positions.
Use window-body-height.
(bibtex-find-crossref): Use bibtex-reposition-window.
(bibtex-find-entry): Use bibtex-reposition-window.  Always return
position of entry if key is found or nil if not found.
2004-12-05 16:07:39 +00:00
Luc Teirlinck
44240c376d (custom-file): Escape double-quotes in docstring. 2004-12-05 15:50:34 +00:00
Richard M. Stallman
32a6e6fc26 *** empty log message *** 2004-12-05 14:21:16 +00:00
Richard M. Stallman
f6101ac9af *** empty log message *** 2004-12-03 11:28:08 +00:00
Richard M. Stallman
ab67e8b694 (search-whitespace-regexp): Remove the group. Doc fix.
(isearch-mode-map): No special definition for space.
(isearch-whitespace-chars): Command deleted.
(isearch-forward-regexp): Doc fix.
(isearch-quote-char): When a space is not inside brackets,
use `[ ]' instead of just space.
(isearch-lazy-highlight-search): Bind search-spaces-regexp.
2004-12-03 00:30:33 +00:00
Jay Belanger
7e1637c2cb (calc-read-key-sequence): Leave message visible. 2004-12-02 21:21:32 +00:00
Kim F. Storm
03f012378d Undo 2004-12-01 change. Display table is now
setup in faces.el.
2004-12-02 10:45:31 +00:00
Mark A. Hershberger
63b446bce0 Skip parameter entity declarations. 2004-12-02 07:48:25 +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
Luc Teirlinck
8b744bb89a *** empty log message *** 2004-12-02 00:39:16 +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
d5639b35f7 (calc-inverse, calc-hyperbolic): Give more thorough messages. 2004-12-01 20:57:30 +00:00
Juri Linkov
957ea28ac6 *** empty log message *** 2004-12-01 19:48:31 +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
Markus Rost
034a48f4d3 (tex-main-file): Add a compatibility with AUCTeX. 2004-12-01 04:08:34 +00:00
Jay Belanger
83a2a07a8e *** empty log message *** 2004-11-30 22:08:29 +00:00
Jay Belanger
9dbee55ed1 *** empty log message *** 2004-11-30 17:54:55 +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
Kenichi Handa
25a0994a81 *** empty log message *** 2004-11-30 08:19:52 +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
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
Jay Belanger
21e6ab4301 *** empty log message *** 2004-11-29 06:16:15 +00:00
Kim F. Storm
bbf877e1c2 *** empty log message *** 2004-11-28 23:57:17 +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
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
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
Eli Zaretskii
671c30d897 (sc-cite-region): Handle the case where sc-cite-frame-alist is a symbol.
(sc-uncite-region): Handle the case where sc-uncite-frame-alist is a symbol.
(sc-recite-region): Handle the case where sc-recite-frame-alist is a symbol.
2004-11-27 17:13:48 +00:00
Eli Zaretskii
39528a6858 Fix last entry. 2004-11-27 12:59:57 +00:00
Eli Zaretskii
ca5e6fef9f *** empty log message *** 2004-11-27 12:53:11 +00:00