1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-14 10:51:20 -07:00
Commit graph

7442 commits

Author SHA1 Message Date
Jay Belanger
de327926e9 *** empty log message *** 2005-05-19 13:15:44 +00:00
Carsten Dominik
73d5f66837 *** empty log message *** 2005-05-19 08:25:58 +00:00
Lute Kamstra
9647494486 *** empty log message *** 2005-05-19 08:20:44 +00:00
Kim F. Storm
8d9386a167 *** empty log message *** 2005-05-19 08:06:35 +00:00
Daniel Pfeiffer
dfa89b5db8 (makefile-add-this-line-targets): Simplify and integrate into `makefile-pickup-targets'.
(makefile-add-this-line-macro): Simplify and integrate into `makefile-pickup-macros.
(makefile-pickup-filenames-as-targets): Simplify.
(makefile-previous-dependency, makefile-match-dependency): Don't stumble over `::'.
2005-05-19 02:20:34 +00:00
Nick Roberts
24d40bc20b *** empty log message *** 2005-05-19 01:54:53 +00:00
Nick Roberts
639ec7659c *** empty log message *** 2005-05-19 00:11:48 +00:00
Nick Roberts
2fcd33fe6c *** empty log message *** 2005-05-18 23:30:31 +00:00
Daniel Pfeiffer
5c8b544281 (makefile-previous-dependency, makefile-match-dependency): Check for := (and in bsd mode also !=) to give a better result, even when font-lock is not on. 2005-05-18 20:12:10 +00:00
Jay Belanger
ec249c7107 (calc-s-prefix-help): Add `calc-copy-special-constant' to help string. 2005-05-18 18:19:45 +00:00
Luc Teirlinck
2e5df9ac50 *** empty log message *** 2005-05-18 15:09:08 +00:00
Jay Belanger
73b990b1c6 *** empty log message *** 2005-05-18 13:08:40 +00:00
Carsten Dominik
3a1e812849 * textmodes/reftex-vars.el (reftex-cite-format-builtin): Support
for jurabib.

	* textmodes/reftex.el (featurep): Define aliases for overlay
	commands, for XEmacs compatibility, and use these aliases in
	overlay initializations.
	(reftex-highlight): Use `reftex-move-overlay'.
	(reftex-unhighlight): Use `reftex-delete-overlay'.
	(reftex-uniq): Funktion removed.  Use `reftex-uniquify' instead.
	(reftex-access-search-path): Use `reftex-uniquify' instead of
	`reftex-uniq'

	* textmodes/reftex-sel.el (reftex-select-unmark): Overlay
	`before-string' property modification enables for Emacs as well.
	(reftex-select-item): Use `reftex-delete-overlay'.
	(reftex-select-mark): Use `reftex-make-overlay' and
	`reftex-overlay-put'.
	(reftex-select-unmark): Use `reftex-delete-overlay' and
	`reftex-overlay-put'.
2005-05-18 11:25:03 +00:00
Juanma Barranquero
1902b5b60b Replace set-window-dot' by set-window-point'. 2005-05-18 10:20:51 +00:00
Lute Kamstra
7bc108869d (check-parens): Fix docstring. 2005-05-18 08:29:38 +00:00
Juanma Barranquero
d11ad5a745 (window-dot, set-window-dot, read-input, send-string, send-region, show-buffer,
eval-current-buffer): Make really obsolete, as the comment says.
2005-05-18 07:44:39 +00:00
Kim F. Storm
77e2c65298 *** empty log message *** 2005-05-17 22:38:10 +00:00
Daniel Pfeiffer
8ade3c25b7 (makefile-macroassign-regex, makefile-make-font-lock-keywords): Also fontify plain strings assigned to variables, mostly so that a colon has a face and is thus not taken as a dependency separator.
(makefile-mode): Cancel `font-lock-support-mode', because blocks to be fontified in one piece can be too long for JIT.  Makefiles are never *that* big.
2005-05-17 21:37:59 +00:00
Daniel Pfeiffer
0b11ce59ee (makefile-dependency-skip): New variable.
(makefile-previous-dependency): Inline the new matcher, because it is too complex to work in both directions.
(makefile-match-dependency): Eliminate `backward' arg (see above). Completely reimplemented so as to not sometimes go into an endless loop.  It should also be more efficient, because first it only searches for `:', instead of applying the very complex regexp.
2005-05-17 20:45:26 +00:00
Reiner Steib
6ae53dc130 (dired-mode): Simplify. 2005-05-17 17:23:36 +00:00
Lute Kamstra
f8d0b7699e *** empty log message *** 2005-05-17 15:21:56 +00:00
Lute Kamstra
77777daf1d (authors): Do parse the ChangeLogs of the Emacs Lisp Reference Manual. 2005-05-17 15:05:02 +00:00
Juanma Barranquero
213233f006 (subsetp, tree-equal): Doc fixes. 2005-05-17 00:28:50 +00:00
Juanma Barranquero
430c1c663e (tramp-smb-open-connection): Pass `tramp-chunksize' as fifth (required)
argument.
2005-05-16 22:58:55 +00:00
Daniel Pfeiffer
71994ae7da (lisp-font-lock-keywords-1): Set `font-lock-negation-char-face' for [^...] char group.
(lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2005-05-16 20:36:45 +00:00
Juanma Barranquero
1e866943a0 *** empty log message *** 2005-05-16 15:33:24 +00:00
Juanma Barranquero
027a4b6b3f Replace string-to-int' by string-to-number'. 2005-05-16 11:34:49 +00:00
Juanma Barranquero
cc211a0ff8 Add page marker to force the "Local Variables:" string out of the last page. 2005-05-16 08:36:21 +00:00
Nick Roberts
c65a8e73a3 *** empty log message *** 2005-05-16 06:41:46 +00:00
Jay Belanger
97c66d7480 *** empty log message *** 2005-05-16 04:25:50 +00:00
Richard M. Stallman
f1bc6e52e0 *** empty log message *** 2005-05-16 03:37:46 +00:00
Nick Roberts
e6467bba3f *** empty log message *** 2005-05-16 00:30:03 +00:00
Nick Roberts
0f182ca265 *** empty log message *** 2005-05-15 23:51:07 +00:00
Kim F. Storm
bffc3c6ed9 *** empty log message *** 2005-05-15 23:03:14 +00:00
Richard M. Stallman
02d9d6829a (copyright-fix-years): Match properly if the first year is 2-digit.
Don't mess up the whitespace after the years by filling.
2005-05-15 22:03:16 +00:00
Kim F. Storm
294c599c7b *** empty log message *** 2005-05-15 20:42:31 +00:00
Richard M. Stallman
85ddb888e7 *** empty log message *** 2005-05-15 14:30:33 +00:00
Jay Belanger
fcd6e6018b *** empty log message *** 2005-05-15 05:36:55 +00:00
Luc Teirlinck
af415106c2 *** empty log message *** 2005-05-14 18:41:24 +00:00
Andreas Schwab
e0ad342f67 Fix encoding. 2005-05-14 18:19:06 +00:00
Michael Albinus
7177e2a315 Sync with Tramp 2.0.49. 2005-05-14 15:39:15 +00:00
Richard M. Stallman
d06ba29495 *** empty log message *** 2005-05-14 14:17:07 +00:00
Richard M. Stallman
e72e58336c (symbol-file): Doc fix. 2005-05-14 13:57:33 +00:00
John Paul Wallington
39c7eb8a6c (define-ibuffer-filter filename): If `dired-directory' is a list, use its car. 2005-05-14 12:56:18 +00:00
Richard M. Stallman
11efeb9b26 (byte-compile-nogroup-warn): New function.
(byte-compile-form): Call byte-compile-nogroup-warn.
(byte-compile-warning-types): Doc fix.
2005-05-14 12:30:08 +00:00
Richard M. Stallman
bbf87c2985 (c-literal-faces): Add font-lock-comment-delimiter-face. 2005-05-14 11:30:27 +00:00
Luc Teirlinck
043fa787d5 *** empty log message *** 2005-05-14 00:54:11 +00:00
Nick Roberts
90713743fd *** empty log message *** 2005-05-13 23:27:04 +00:00
Jan Djärv
d90b02af14 * dired.el (dired-mode): make-variable-buffer-local =>
make-local-variable
2005-05-13 17:03:30 +00:00
YAMAMOTO Mitsuharu
5063dbbf5a *** empty log message *** 2005-05-13 08:55:33 +00:00