Gerd Moellmann
4c56b88eb8
*** empty log message ***
1999-11-11 14:03:18 +00:00
Gerd Moellmann
8ed8f294a3
Fix copyright notice. Don't require 'cl at run time.
1999-11-11 14:01:46 +00:00
Gerd Moellmann
44336afbad
Add lazy highlighting.
1999-11-11 13:39:21 +00:00
Gerd Moellmann
87be76f65c
Isearch lazy highlight
1999-11-11 13:34:52 +00:00
Gerd Moellmann
3bc6df5389
*** empty log message ***
1999-11-11 11:57:47 +00:00
Gerd Moellmann
3b79c21907
(initial-scratch-message): Add ";;" to the front of
...
lines in the message.
1999-11-11 11:54:07 +00:00
Gerd Moellmann
339ee9797d
Remove USE_TEXT_PROPERTIES.
1999-11-11 11:45:06 +00:00
Gerd Moellmann
35a5514b96
*** empty log message ***
1999-11-10 22:53:16 +00:00
Gerd Moellmann
aebf9ad1d2
(ps-mode-maintainer-address): New constant.
...
(ps-mode-submit-bug-report): New function. Entry added to menu.
1999-11-10 22:14:06 +00:00
Gerd Moellmann
bfd2209f52
(QCuser_data): Removed.
...
(syms_of_xfns): Initialization of QCuser_data removed.
(parse_image_spec): Don't handle :user-data specially. Allow
unknown keys. Remove parameter ALLOW_OTHER_KEYS.
(xbm_image_p, xbm_load, xpm_image_p, pbm_image_p, png_image_p)
(tiff_image_p, jpeg_image_p, gif_image_p, gs_image_p): Call
parse_image_spec accordingly.
1999-11-10 22:05:36 +00:00
Gerd Moellmann
14ac7224f1
Patch from rms.
1999-11-10 22:01:35 +00:00
William M. Perry
628cda319a
Checked in changelog & elc file for mwheel.el
1999-11-10 22:01:03 +00:00
William M. Perry
a32b741961
Initial import from perry
1999-11-10 21:54:54 +00:00
Gerd Moellmann
dde9e75a71
Removal of buffer argument of file-local-copy.
1999-11-10 12:14:59 +00:00
Gerd Moellmann
e178969580
(file-local-copy): Remove optional BUFFER argument
...
because that's not used by anything.
1999-11-10 12:11:55 +00:00
Gerd Moellmann
765712a701
*** empty log message ***
1999-11-10 10:46:58 +00:00
Gerd Moellmann
016fbe59f0
(mh-smail-batch): If TO is nil, use "" as
...
to-address.
1999-11-10 10:46:01 +00:00
Richard M. Stallman
4ea68fcc0e
*** empty log message ***
1999-11-09 19:08:51 +00:00
Richard M. Stallman
2c6ea900ee
(Fforward_word): Handle fields even if would have hit
...
an edge of the buffer. Return nil if affected by fields.
1999-11-09 19:00:59 +00:00
Richard M. Stallman
c252ce7653
(Fbeginning_of_line): Doc fix.
...
(Fend_of_line): Doc fix.
1999-11-09 18:46:09 +00:00
Richard M. Stallman
a3caef99ae
(Fline_beginning_position): If N is not 1,
...
pass t to Fconstrain_to_field for ESCAPE-FROM-EDGE.
(preceding_pos): Function deleted.
(text_property_stickiness): Decrement POS directly.
Fix a confusion that used PT instead of POS.
(find_field): Properly handle the case
of a field boundary where `field' inherits from neither side.
(Ffield_beginning, Ffield_end): Doc fixes.
(Ferase_field, Ffield_string, Ffield_string_no_properties): Doc fixes.
1999-11-09 18:42:28 +00:00
Gerd Moellmann
94886883f0
Patch from rms.
1999-11-09 15:49:34 +00:00
Gerd Moellmann
e006fe5ab6
(widget-button-click): Wrap with save-excursion
...
to restore track-mouse in the correct buffer.
1999-11-09 13:43:40 +00:00
Gerd Moellmann
3e9f8311f9
Changed maintainer to billcurtis@hotmail.com.
1999-11-09 13:40:03 +00:00
Gerd Moellmann
155fc930d8
(ps-mode-print-function): Changed default
...
lpr-command to "lp" for some system-types. (copied from lpr.el
Emacs version 20.2.1).
1999-11-09 13:37:57 +00:00
Dave Love
2323760c9c
*** empty log message ***
1999-11-08 17:14:11 +00:00
Dave Love
3d9fec712f
Fix change for --with-pop default.
1999-11-08 16:26:25 +00:00
Gerd Moellmann
fa9aabf634
* bytecode.c (Fbyte_code) <BinsertN, Bcall>: Do the
...
BEFORE_POTENTIAL_GC before DISCARD.
1999-11-08 00:06:50 +00:00
Gerd Moellmann
033a5fa309
(Fgarbage_collect): Call unmark_byte_stack.
1999-11-07 22:45:14 +00:00
Gerd Moellmann
8e6e83b3ea
Add prototype for unmark_byte_stack.
1999-11-07 22:44:23 +00:00
Gerd Moellmann
a719d13ed3
(mark_byte_stack): Use XMARKBIT and XMARK.
...
(unmark_byte_stack): Renamed from relocate_byte_pcs. Use
XUNMARK.
1999-11-07 22:44:06 +00:00
Gerd Moellmann
55b064bdb7
Remove conditional computation on USE_TEXT_PROPERTIES.
...
(resize_mini_window): Fix computation of needed
mini-window height.
1999-11-07 22:36:55 +00:00
Gerd Moellmann
01e9b9dfb9
Remove conditional compilation on USE_TEXT_PROPERTIES.
1999-11-07 15:53:30 +00:00
Gerd Moellmann
4015b3c0ca
Use block statements in cases and declare v1 and v2
...
locally there. Rearrange case statements so that thos most
frequently executed come first. Avoid goto's in frequently
executed cases.
1999-11-07 13:07:56 +00:00
Gerd Moellmann
dd59e217f0
*** empty log message ***
1999-11-05 22:08:22 +00:00
Gerd Moellmann
74e9500823
(Fbyte_code): Use BEFORE_POTENTIAL_GC and
...
AFTER_POTENTIAL_GC around internal_catch.
1999-11-05 21:55:27 +00:00
Gerd Moellmann
35c7a97438
Add prototypes for new functions in bytecode.c.
...
Add extern declaration for byte_stack_list.
1999-11-05 21:30:57 +00:00
Gerd Moellmann
bcf2808066
(struct catchtag): Add member byte_stack.
...
(internal_catch, Fcondition_case, internal_condition_case)
(internal_condition_case_1: Save value of byte_stack_list in
catchtag.
(unwind_to_catch): Restore byte_stack_list from catchtag.
1999-11-05 21:30:08 +00:00
Gerd Moellmann
630686c871
(Fgarbage_collect): Call mark_byte_stack and
...
relocate_byte_pcs.
(init_alloc_once, init_alloc): Set byte_stack_list to null.
1999-11-05 21:26:42 +00:00
Gerd Moellmann
7ca1e8b752
(struct byte_stack): New.
...
(byte_stack_list, mark_byte_stack, relocate_byte_pcs): New
(BEFORE_POTENTIAL_GC, AFTER_POTENTIAL_GC): New.
(FETCH, PUSH, POP, DISCARD, TOP, MAYBE_GC): Rewritten.
(HANDLE_RELOCATION): Removed.
(Fbyte_code): Use byte_stack structures.
1999-11-05 21:26:15 +00:00
Gerd Moellmann
4d59c34cd8
*** empty log message ***
1999-11-05 14:05:21 +00:00
Gerd Moellmann
8105cbf751
(Ffile_locked_p): Make FILENAME a required argument.
1999-11-05 14:04:40 +00:00
Gerd Moellmann
9da30515c7
Change in file-locked-p argument.
1999-11-05 14:04:10 +00:00
Gerd Moellmann
54522c9fe1
Add mode line element '(:eval FORM)'.
1999-11-05 13:50:51 +00:00
Gerd Moellmann
fe512f27c0
* buffer.c (syms_of_buffer): Extend documentation of
...
mode-line-format.
1999-11-05 13:46:32 +00:00
Gerd Moellmann
e3de129b92
(comment-region): Strip off white space at end of
...
comment-start.
1999-11-05 13:36:19 +00:00
Dave Love
c3d00920f9
*** empty log message ***
1999-11-04 23:23:30 +00:00
Gerd Moellmann
60b64cd673
*** empty log message ***
1999-11-04 21:07:47 +00:00
Gerd Moellmann
230e947bea
(secondary-selection): Fix wrong color name.
1999-11-04 21:06:33 +00:00
Gerd Moellmann
a09754e6c6
(gud-perldb-massage-args): Handle the case "perl -e 0"
...
the default when invoking perldb in a non-Perl buffer) and other
cases involving -e or --.
1999-11-04 20:52:05 +00:00