1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
Commit graph

27738 commits

Author SHA1 Message Date
Stefan Monnier
66f0296e48 * regex.c: Declare a new type `re_char' used throughout the code for the
string char type.  It's `const unsigned char' to match the rest of Emacs.
Consistently make sure all pointers to strings use it and make sure all
pointers into the pattern use `unsigned char'.
(re_match_2_internal): Use `PREFETCH+STRING_CHAR' instead of
GET_CHAR_AFTER_2.
Also merge wordbound and notwordbound to reduce code duplication.
* charset.h (GET_CHAR_AFTER_2): Remove.
(GET_CHAR_BEFORE_2): Use unsigned chars, like everywhere else.
2000-03-14 00:27:57 +00:00
Kenichi Handa
a735b7e1cf *** empty log message *** 2000-03-13 23:33:46 +00:00
Eli Zaretskii
c1300911b4 Add PROTOTYPES and POINTER_TYPE, per the new config.in. 2000-03-13 17:14:30 +00:00
Stefan Monnier
5aa5a37c77 *** empty log message *** 2000-03-13 10:13:41 +00:00
Ken Raeburn
854a025cb7 * Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
the invocation of YMF_PASS_LDFLAGS, in case both of them try to use backquotes.
2000-03-13 01:04:12 +00:00
Dave Love
eee54b0efa replace-rectangle, autoconf.el 2000-03-12 19:14:25 +00:00
Dave Love
031020accd *** empty log message *** 2000-03-12 19:11:33 +00:00
Dave Love
2365594bb1 Doc fixes.
(customize-set-variable, customize-save-variable): Rename args for
doc.
(custom-variable-tag-face, custom-face-tag-face)
(custom-group-tag-face-1, custom-group-tag-face): Modify from
style which user identify as hyperlink.
(hook): Don't add undefined functions to the hook.
(debug-ignored-errors): Transfer message from bindings.el.
2000-03-12 18:50:49 +00:00
Dave Love
8efd3a2b24 More on partial completion. 2000-03-12 18:36:20 +00:00
Dave Love
010bb2f049 Fix copyright lines. 2000-03-12 18:22:15 +00:00
Dave Love
6ca0edfe40 Fix copyright line. 2000-03-12 18:19:41 +00:00
Dave Love
284983bd8c Typo, copyright fix. 2000-03-12 18:16:00 +00:00
Dave Love
43391ff3ca (Mouse Avoidance): New section. 2000-03-12 18:14:58 +00:00
Dave Love
259a88ca05 (Compressed Files): Note custom option.
(File Archives): New section.
2000-03-12 18:13:30 +00:00
Dave Love
b9d2c7e263 *** empty log message *** 2000-03-12 17:43:39 +00:00
Dave Love
1b963cdda9 Restore changes of 1999-10-19.
(unexec): Don't adjust bss for sbss type SHT_PROGBITS; otherwise
fix its type and alignment; copy it from current process.
2000-03-12 17:04:43 +00:00
Gerd Moellmann
9b2f3c3830 *** empty log message *** 2000-03-12 17:01:50 +00:00
Gerd Moellmann
4ab1d4be61 (cancel_atimer): Break out of the loop as soon as timer
has been found.  Fix bug not computing timer's predecessor.
2000-03-12 17:01:02 +00:00
Gerd Moellmann
9172b88ddf (Fread_file_name): Handle case that DIR contains a
file name.
2000-03-12 16:24:20 +00:00
Gerd Moellmann
d21cf544f7 (make_menubar) [LESSTIF_VERSION]: Don't set
XmNresizeHeight and XmNresizeWidth.
2000-03-12 16:22:19 +00:00
Gerd Moellmann
1f24a709cc (recentf-keep-non-readable-files-p): Remove
double/nested definition.
2000-03-12 16:18:34 +00:00
Dave Love
0d6e23cfa7 (completion-setup-function): Use display-color-p. 2000-03-12 15:34:37 +00:00
Dave Love
141d2f67cd (info-lookup): Use display-color-p. 2000-03-12 15:29:12 +00:00
Dave Love
27cd44bcfa Use display-color-p. 2000-03-12 15:27:33 +00:00
Dave Love
04c26901e2 (enriched-decode-foreground): Use display-color-p.
(enriched-decode-background): Likewise.
2000-03-12 15:25:35 +00:00
Gerd Moellmann
e1cff36058 *** empty log message *** 2000-03-12 15:22:51 +00:00
Dave Love
8434719478 (text-mode-hook): Add flyspell-mode to
:options.
2000-03-12 15:22:14 +00:00
Gerd Moellmann
bdec99ee91 Remove RCS Id, remove history comment. 2000-03-12 15:22:03 +00:00
Gerd Moellmann
f7094f4920 (archive-zip-update): Add `-P' for pkzip. 2000-03-12 15:21:26 +00:00
Dave Love
2b4b2add08 (mode-line-format): Fix line-number and
column-number items.  Add help-echo for the background.
(mode-line-mule-info): Modify help-echo.
2000-03-12 15:19:44 +00:00
Gerd Moellmann
8ed92cf0f2 (Fsave_window_excursion): Doc fix. 2000-03-12 15:19:21 +00:00
Gerd Moellmann
3a27fa9638 Use the versions of the file from subversions. 2000-03-12 15:18:26 +00:00
Dave Love
5bbf0b3c7f Doc fixes.
(Man-init-defvars): Use display-color-p to set fontification.
2000-03-12 14:49:20 +00:00
Dave Love
4bce8c17dd (mouse-avoidance-mode): Add autoload cookie to
defcustom.
2000-03-12 14:48:32 +00:00
Dave Love
3cf0730529 (isearch-highlight): Use display-color-p. 2000-03-12 14:42:58 +00:00
Dave Love
a1fe6488ec (load-file): Allow completion to .elc. 2000-03-12 14:42:35 +00:00
Gerd Moellmann
5e5dff44e7 *** empty log message *** 2000-03-12 13:49:28 +00:00
Gerd Moellmann
b78417b000 (reb-re-syntax): Fix typo in `:type'. Fix comment. 2000-03-12 13:45:25 +00:00
Gerd Moellmann
7b746c3810 (x_defined_color): Rewritten to use x_allocate_nearest_color. 2000-03-12 12:52:29 +00:00
Eli Zaretskii
e411ce4be0 Mention cursor-type support on MS-DOS terminals. 2000-03-12 12:36:51 +00:00
Eli Zaretskii
0fceb73215 (MS-DOS Display) Explain the differences in cursor type control
on MSDOS terminals.
2000-03-12 12:33:59 +00:00
Eli Zaretskii
8ba01a329c (vga_installed): New function, code moved from
dos_set_window_size.
(Qbar, Qcursor_type, outside_cursor): New variables.
(syms_of_msdos): Intern and staticpro them.
(dos_ttraw) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Save the cursor
shape used outside Emacs when called for the first time.
(dos_ttcooked) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Restore the
cursor shape used outside Emacs.
(msdos_set_cursor_shape, IT_set_cursor_type): New functions.
(IT_frame_up_to_date): Call IT_set_cursor_type, in case the cursor
type has changed.
(IT_set_frame_parameters): Call IT_set_cursor_type if the frame
parameters specify the cursor.  Make qreverse a global
variable (renamed to Qreverse).
2000-03-12 12:32:17 +00:00
Dave Love
cbf48ec9a2 (hanoi-internal): Don't use oddp. 2000-03-11 18:47:38 +00:00
Stefan Monnier
f24fef2f20 *** empty log message *** 2000-03-11 06:54:21 +00:00
Stefan Monnier
83fef604bc *** empty log message *** 2000-03-11 06:49:17 +00:00
Stefan Monnier
5b467bf4e2 *** empty log message *** 2000-03-11 03:51:31 +00:00
Stefan Monnier
afa18a4e5d (font-lock-keywords): Fix the doc now that regexp-opt-depth is unnecessary.
(save-buffer-state): Set an edebug spec.
(font-lock-fontify-anchored-keywords): Properly handle the case where the
matcher goes past the limit.
2000-03-11 03:50:50 +00:00
Stefan Monnier
e4ad5f9e5f (easy-mmode-defmap, easy-mmode-defsyntax): Autoload the functions used.
(easy-mmode-define-syntax): Fix CL typo.
(easy-mmode-define-derived-mode): Improve the docstring generation.
2000-03-11 03:37:37 +00:00
Gerd Moellmann
d407456c9e (texinfo-version): Variable and function
removed.
2000-03-10 20:07:01 +00:00
Stefan Monnier
5a7a545cc5 (easy-mmode-define-keymap): Extend to allow more flexibility.
(easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New functions.
(easy-mmode-defmap, easy-mmode-defsyntax, easy-mmode-define-derived-mode):
New macros.
2000-03-10 01:17:04 +00:00