- 15 Apr, 2002 16 commits
-
-
Eli Zaretskii authored
(ediff-current-diff-face-B, ediff-current-diff-face-C) (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A) (ediff-fine-diff-face-B, ediff-fine-diff-face-C) (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A) (ediff-even-diff-face-B, ediff-even-diff-face-C) (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A) (ediff-odd-diff-face-B, ediff-odd-diff-face-C) (ediff-odd-diff-face-Ancestor): Add special color definitions for tty and MS-DOS displays.
-
Francesco Potortì authored
(strcaseeq): New function. (get_language_from_filename): Use it to do a case insenstitive comparison if called with appropriate args. (find_entries): Try with case insensitive match. (process_file): Bug fixed.
-
Francesco Potortì authored
-
Francesco Potortì authored
-
Francesco Potortì authored
the command line, in either order. * etags.c (find_entries): Delete tags previously obtained from file xxx.c's #line directives when parsing file xxx.y. This is generally done for automatically generated files containing #line directives. This handles the case when xxx.y is tagged before xxx.c, and the entries of xxx.c pointing to xxx.y should be discarded. (language): Added the metasource member. Initializers changed. (invalidate_nodes): New function. (readline): Discard lines after having found a #line directive pointing to an already tagged file. This handles the case when xxx.y is tagged before xxx.c, and the entries of xxx.c pointing to xxx.y should be discarded. (fdesc): New structure for keeping track of input files. (fdesc): Remove `file' member (a string) and use instead a pointer to a file description structure. (curfile, curfiledir, curtagfname, curlang, nocharno, forced_lang): Global variables removed in favor of fdhead and curfdp, pointers to file description strucures. (longopts, main, print_help): Use the CTAGS conditional to include or exclude options that work on etags or ctags only. (process_file, find_entries, pfnote, add_node, put_entries, readline): Use fdhead and curfdp. (process_file, find_entries): Do not take an arg string, all callers changed. * etags.c (longopts, print_help, main): Test CTAGS to disallow options that are not right for either etags or ctags. * etags.c (number_len, total_size_of_entries): Define them also in CTAGS mode, because gcc does not compile all refs away.
-
Francesco Potortì authored
-
Andreas Schwab authored
-
Andreas Schwab authored
-
Andreas Schwab authored
-
Andreas Schwab authored
-
Andreas Schwab authored
-
Andreas Schwab authored
-
Stefan Monnier authored
-
Andrew Innes authored
-
Miles Bader authored
be black on a tty, so this face is readable on a dark-background tty.
-
Miles Bader authored
readable on a dark-background tty.
-
- 14 Apr, 2002 21 commits
-
-
Kim F. Storm authored
-
Eli Zaretskii authored
-
Kim F. Storm authored
-
Kim F. Storm authored
(set-mark-command): Use them. Enhanced functionality when command is repeated: - If first command set the mark (no prefix arg), repeat temporarily enables transient-mark-mode. - If first command jumped to mark off ring (with argument), repeat (with or without arg) jump to next mark off ring. - Use C-u C-u prefix to set mark after jump. (exchange-point-and-mark): Temporarily enable transient-mark-mode if prefix arg.
-
Pavel Janík authored
(speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
-
Mike Williams authored
-
Pavel Janík authored
-
Pavel Janík authored
-
Pavel Janík authored
-
Pavel Janík authored
(speedbar-sort-tags): Doc fix. (speedbar-add-supported-extension): Fix typo in interactive spec.
-
Colin Walters authored
-
Colin Walters authored
attempts to zero if we have to break the lock.
-
Colin Walters authored
-
Colin Walters authored
`math-group-float'.
-
Colin Walters authored
-
Colin Walters authored
-
Colin Walters authored
only moving one line forward. (ibuffer-map-lines): Preserve point position even if we delete lines. Only call mapping functions with buffer and mark arguments; the other two were unused. (ibuffer-redisplay, ibuffer-update): Always skip special areas.
-
Colin Walters authored
-
Andreas Schwab authored
-
Andreas Schwab authored
AC_DEFINE_UNQUOTED symbols.
-
Andreas Schwab authored
of getdelim to be of type size_t instead of int. Use 0 instead of ESUCCES.
-
- 13 Apr, 2002 3 commits
-
-
Colin Walters authored
(gamegrid-add-score-insecure): Restored from the old `update-game-score'. (gamegrid-add-score): Just dispatch on `system-type' to one of the previous two functions.
-
Richard M. Stallman authored
Don't call temp_output_buffer_setup--do just part, by hand.
-
Richard M. Stallman authored
Don't call temp_output_buffer_setup--do just part, by hand.
-