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

26162 Commits

Author SHA1 Message Date
Gerd Moellmann
ca693be807 Many doc fixes. 1999-11-01 15:28:32 +00:00
Brian Youmans
0848ab8fac Added patch for RMS. - Brian 1999-11-01 15:18:26 +00:00
Gerd Moellmann
dd5c96e8a6 *** empty log message *** 1999-11-01 14:54:58 +00:00
Gerd Moellmann
5f60927d07 (ask-user-about-lock): Doc fix. 1999-11-01 14:53:59 +00:00
Gerd Moellmann
c3f135409c (Finternal_show_cursor): Renamed from Fshow_cursor.
(syms_of_display): Use the new name.
1999-11-01 14:43:24 +00:00
Gerd Moellmann
db8878fb45 *** empty log message *** 1999-11-01 14:42:21 +00:00
Gerd Moellmann
90c6f4b650 (blink-cursor-mode): Call internal-show-cursor instead
of show-cursor.
(blink-cursor-start, blink-cursor-end): Ditto.
1999-11-01 14:41:31 +00:00
Gerd Moellmann
d20679eb8f New built-in error `text-read-only'. 1999-11-01 14:21:42 +00:00
Gerd Moellmann
e28c666e3c (verify_interval_modification): Signal text-read-only
instead of calling error.
1999-11-01 14:14:52 +00:00
Gerd Moellmann
6c8583110b Add extern declaration for Qtext_read_only. 1999-11-01 14:14:31 +00:00
Gerd Moellmann
8f9f49d733 (Qtext_read_only): New built-in error.
(syms_of_data): Initialize it.
1999-11-01 14:14:04 +00:00
Gerd Moellmann
e76f1c446d Remove whitespace after open or in front of closing parentheses. 1999-11-01 13:56:47 +00:00
Gerd Moellmann
400a1ed0cd *** empty log message *** 1999-11-01 12:42:13 +00:00
Gerd Moellmann
9920303f6d (tex-default-mode): Changed to latex-mode. 1999-11-01 12:34:43 +00:00
Gerd Moellmann
aeb721fe9c (walk-windows): If ALL-FRAMES is a frame,
start on that frame.  Use save-selected-window.
1999-11-01 12:15:41 +00:00
Gerd Moellmann
314808dc64 (end-of-buffer): Use window-end to find the window end
instead of vertical-motion because this handles variable-height
lines correctly.
1999-11-01 11:44:58 +00:00
Francesco Potortì
79214ddfc9 etags:
- --globals is used not only for C-like languages
- new option --ignore-case-regex
- understands "operator" in C++
- support DOS file names by handling e.g. foo.cgz as if it were foo.c.gz.
- new option --declarations
- Ada and Python languages added
- my and local variables recognised in Perl
- "(defstruct (foo", "(defun (operator" and similar Lisp constructs
- interface in Java
1999-11-01 11:07:32 +00:00
Michael Kifer
3af0304a61 *** empty log message *** 1999-11-01 07:16:15 +00:00
Francesco Potortì
93b7ac65fc Checked in at last a lot of improvementes and bug fixes. The oldest dating
back to 1997-06-04.  Please look at Changelog for details.  Main changes
are:

- lots of code cleanups and optimizations
- --globals is used not only for C-like languages
- new option --ignore-case-regex
- understands "operator" in C++
- support DOS file names by handling e.g. foo.cgz as if it were foo.c.gz.
- Fortran: no tags for "procedure"
- new option --declarations
- regular expressions can be read from a file
- regular expressions can be bound to a given language
- Ada and Python languages added
- my and local variables recognised in Perl
- "(defstruct (foo", "(defun (operator" and similar Lisp constructs
- interface in Java
1999-11-01 02:48:57 +00:00
Francesco Potortì
1c4784614e *** empty log message *** 1999-11-01 02:47:08 +00:00
Gerd Moellmann
575ed80579 *** empty log message *** 1999-10-31 14:01:04 +00:00
Gerd Moellmann
0e38b2a220 (whitespace-update-modeline): Bugfix to ensure
that the modeline display was updated *only* when
`whitespace-display-in-modeline' was set, not otherwise.
1999-10-31 13:59:19 +00:00
Gerd Moellmann
e82bd92274 (resize_mini_window): Compute needed height differently. 1999-10-31 13:04:20 +00:00
Gerd Moellmann
7843e09cdc (Flength): Unroll loop over lists. 1999-10-31 02:04:50 +00:00
Gerd Moellmann
80c6cb1ff0 (append_space): Return non-zero if space was appended.
(display_line): Set charpos of first glyph to -1 only if that
glyph is the space added by append_glyph.
1999-10-31 02:01:25 +00:00
Gerd Moellmann
2bdedac100 *** empty log message *** 1999-10-30 21:12:39 +00:00
Gerd Moellmann
07dc417520 (whitespace-version): Update to 2.8
Take a tip from Noah Friedman
<friedman@splode.com> and test for existence of `defcustom' and
`defgroup' using fboundp instead of assuming that these are not
present in particular flavors of emacs.
1999-10-30 21:10:54 +00:00
Gerd Moellmann
e79ad8a15d * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
"frac12".
1999-10-30 21:06:34 +00:00
Gerd Moellmann
65113618fc Extend comment for optional_new_start. 1999-10-30 20:43:26 +00:00
Gerd Moellmann
17d28a2aa8 (ad-activate-on): Make it an alias for ad-activate. 1999-10-30 20:26:22 +00:00
Gerd Moellmann
dd24f431be (whitespace-version): Update to 2.6
(whitespace-display-in-modeline): Add custom
variable to control displaying the whitespace errors on the
modeline based on suggestion from <klaus.berndl@sdm.de>
(whitespace-buffer): Now returns `t' if unclean
and `nil' if clean, to enable using as a hook function, as
suggested by Puneet Goel <puneet@computer.org>
(whitespace-buffer): Fix a subtle bug that cleaned
up only if quiet was not set, even with whitespace-auto-cleanup set.
(whitespace-mode-line): Now uses less modeline
real estate and shows whitespaces as W:<x>!<y> where <x> is any
type of whitespace which is present in the file, and <y> is any
type of whitespace whose check has been suppressed by setting
`whitespace-check-<whitespace-type>' to nil.
(whitespace-unchecked-whitespaces): New function
to return the list of whitespaces for whom checks have been
suppressed.
(whitespace-display-unchecked-whitespaces):
Renamed to `whitespace-update-modeline' to reflect its functionality.
(whitespace-version): Update to 2.5
1999-10-30 19:21:43 +00:00
Gerd Moellmann
e8d017d059 * progmodes/compile.el (compilation-error-regexp-alist):
Undo previous change.
1999-10-30 19:15:17 +00:00
Gerd Moellmann
3f70583690 Patch from rms. 1999-10-29 12:09:29 +00:00
Kenichi Handa
3636f7a323 (code_convert_region): Update `dst' correctly. 1999-10-29 00:46:20 +00:00
Gerd Moellmann
d699a7ad51 Patch from rms. 1999-10-28 21:44:45 +00:00
Gerd Moellmann
d9e455fbec (POP_FAILURE_POINT): Use failure_id.integer
as arg to DEBUG_POP and DEBUG_PRINT.
1999-10-28 21:17:43 +00:00
Gerd Moellmann
ca99d4bd24 Add description of --execute and --file. 1999-10-28 21:02:49 +00:00
Gerd Moellmann
74cef4e6cd scroll-up-aggressively: 0.5 not equivalent to nil. 1999-10-28 20:12:35 +00:00
Gerd Moellmann
37ed1e5695 *** empty log message *** 1999-10-28 20:05:55 +00:00
Gerd Moellmann
e306edef8e (rmail-file-name): Make it an option. 1999-10-28 20:01:45 +00:00
Dave Love
0000a0cc64 *** empty log message *** 1999-10-28 14:58:24 +00:00
Gerd Moellmann
a2ad7096ec *** empty log message *** 1999-10-28 12:13:45 +00:00
Gerd Moellmann
f2be367171 (Fmemq, Fassq, Frassq, assq_no_quit, Fassoc)
(Frassoc): Rewritten.
1999-10-28 12:12:47 +00:00
Gerd Moellmann
40d63d1fee (compilation-error-regexp-alist): Recognize
MIPS Pro 7.3 compiler error message syntax.
1999-10-28 11:20:17 +00:00
Gerd Moellmann
eec3232e29 Doc-string fixes. 1999-10-28 11:12:54 +00:00
Gerd Moellmann
fb8abe0d11 Changed format of years in copyright notices. 1999-10-28 11:03:31 +00:00
Gerd Moellmann
655880d250 Changed format of years in copyright notice. 1999-10-28 11:00:34 +00:00
Dave Love
400c12fd98 (help-follow): Make arg optional again and really default to point. 1999-10-28 09:48:39 +00:00
Dave Love
42f6a24af5 *** empty log message *** 1999-10-27 22:39:05 +00:00
Dave Love
851231e955 Checkdoc-inspired fixes. 1999-10-27 22:38:17 +00:00