]>
git.eshelyaron.com Git - emacs.git/log
Kenichi Handa [Fri, 12 Nov 1999 00:09:03 +0000 (00:09 +0000)]
(Ftranslate_region): Check the buffer multibyteness.
Kenichi Handa [Fri, 12 Nov 1999 00:08:09 +0000 (00:08 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 11 Nov 1999 16:49:03 +0000 (16:49 +0000)]
(bitmapdir): Allow for both "bitmaps" directories.
Gerd Moellmann [Thu, 11 Nov 1999 14:03:18 +0000 (14:03 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 11 Nov 1999 14:01:46 +0000 (14:01 +0000)]
Fix copyright notice. Don't require 'cl at run time.
Gerd Moellmann [Thu, 11 Nov 1999 13:39:21 +0000 (13:39 +0000)]
Add lazy highlighting.
Gerd Moellmann [Thu, 11 Nov 1999 13:34:52 +0000 (13:34 +0000)]
Isearch lazy highlight
Gerd Moellmann [Thu, 11 Nov 1999 11:57:47 +0000 (11:57 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 11 Nov 1999 11:54:07 +0000 (11:54 +0000)]
(initial-scratch-message): Add ";;" to the front of
lines in the message.
Gerd Moellmann [Thu, 11 Nov 1999 11:45:06 +0000 (11:45 +0000)]
Remove USE_TEXT_PROPERTIES.
Gerd Moellmann [Wed, 10 Nov 1999 22:53:16 +0000 (22:53 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 10 Nov 1999 22:14:06 +0000 (22:14 +0000)]
(ps-mode-maintainer-address): New constant.
(ps-mode-submit-bug-report): New function. Entry added to menu.
Gerd Moellmann [Wed, 10 Nov 1999 22:05:36 +0000 (22:05 +0000)]
(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.
Gerd Moellmann [Wed, 10 Nov 1999 22:01:35 +0000 (22:01 +0000)]
Patch from rms.
William M. Perry [Wed, 10 Nov 1999 22:01:03 +0000 (22:01 +0000)]
Checked in changelog & elc file for mwheel.el
William M. Perry [Wed, 10 Nov 1999 21:54:54 +0000 (21:54 +0000)]
Initial import from perry
Gerd Moellmann [Wed, 10 Nov 1999 12:14:59 +0000 (12:14 +0000)]
Removal of buffer argument of file-local-copy.
Gerd Moellmann [Wed, 10 Nov 1999 12:11:55 +0000 (12:11 +0000)]
(file-local-copy): Remove optional BUFFER argument
because that's not used by anything.
Gerd Moellmann [Wed, 10 Nov 1999 10:46:58 +0000 (10:46 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 10 Nov 1999 10:46:01 +0000 (10:46 +0000)]
(mh-smail-batch): If TO is nil, use "" as
to-address.
Richard M. Stallman [Tue, 9 Nov 1999 19:08:51 +0000 (19:08 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 9 Nov 1999 19:00:59 +0000 (19:00 +0000)]
(Fforward_word): Handle fields even if would have hit
an edge of the buffer. Return nil if affected by fields.
Richard M. Stallman [Tue, 9 Nov 1999 18:46:09 +0000 (18:46 +0000)]
(Fbeginning_of_line): Doc fix.
(Fend_of_line): Doc fix.
Richard M. Stallman [Tue, 9 Nov 1999 18:42:28 +0000 (18:42 +0000)]
(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.
Gerd Moellmann [Tue, 9 Nov 1999 15:49:34 +0000 (15:49 +0000)]
Patch from rms.
Gerd Moellmann [Tue, 9 Nov 1999 13:43:40 +0000 (13:43 +0000)]
(widget-button-click): Wrap with save-excursion
to restore track-mouse in the correct buffer.
Gerd Moellmann [Tue, 9 Nov 1999 13:40:03 +0000 (13:40 +0000)]
Changed maintainer to billcurtis@hotmail.com.
Gerd Moellmann [Tue, 9 Nov 1999 13:37:57 +0000 (13:37 +0000)]
(ps-mode-print-function): Changed default
lpr-command to "lp" for some system-types. (copied from lpr.el
Emacs version 20.2.1).
Dave Love [Mon, 8 Nov 1999 17:14:11 +0000 (17:14 +0000)]
*** empty log message ***
Dave Love [Mon, 8 Nov 1999 16:26:25 +0000 (16:26 +0000)]
Fix change for --with-pop default.
Gerd Moellmann [Mon, 8 Nov 1999 00:06:50 +0000 (00:06 +0000)]
* bytecode.c (Fbyte_code) <BinsertN, Bcall>: Do the
BEFORE_POTENTIAL_GC before DISCARD.
Gerd Moellmann [Sun, 7 Nov 1999 22:45:14 +0000 (22:45 +0000)]
(Fgarbage_collect): Call unmark_byte_stack.
Gerd Moellmann [Sun, 7 Nov 1999 22:44:23 +0000 (22:44 +0000)]
Add prototype for unmark_byte_stack.
Gerd Moellmann [Sun, 7 Nov 1999 22:44:06 +0000 (22:44 +0000)]
(mark_byte_stack): Use XMARKBIT and XMARK.
(unmark_byte_stack): Renamed from relocate_byte_pcs. Use
XUNMARK.
Gerd Moellmann [Sun, 7 Nov 1999 22:36:55 +0000 (22:36 +0000)]
Remove conditional computation on USE_TEXT_PROPERTIES.
(resize_mini_window): Fix computation of needed
mini-window height.
Gerd Moellmann [Sun, 7 Nov 1999 15:53:30 +0000 (15:53 +0000)]
Remove conditional compilation on USE_TEXT_PROPERTIES.
Gerd Moellmann [Sun, 7 Nov 1999 13:07:56 +0000 (13:07 +0000)]
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.
Gerd Moellmann [Fri, 5 Nov 1999 22:08:22 +0000 (22:08 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 5 Nov 1999 21:55:27 +0000 (21:55 +0000)]
(Fbyte_code): Use BEFORE_POTENTIAL_GC and
AFTER_POTENTIAL_GC around internal_catch.
Gerd Moellmann [Fri, 5 Nov 1999 21:30:57 +0000 (21:30 +0000)]
Add prototypes for new functions in bytecode.c.
Add extern declaration for byte_stack_list.
Gerd Moellmann [Fri, 5 Nov 1999 21:30:08 +0000 (21:30 +0000)]
(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.
Gerd Moellmann [Fri, 5 Nov 1999 21:26:42 +0000 (21:26 +0000)]
(Fgarbage_collect): Call mark_byte_stack and
relocate_byte_pcs.
(init_alloc_once, init_alloc): Set byte_stack_list to null.
Gerd Moellmann [Fri, 5 Nov 1999 21:26:15 +0000 (21:26 +0000)]
(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.
Gerd Moellmann [Fri, 5 Nov 1999 14:05:21 +0000 (14:05 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 5 Nov 1999 14:04:40 +0000 (14:04 +0000)]
(Ffile_locked_p): Make FILENAME a required argument.
Gerd Moellmann [Fri, 5 Nov 1999 14:04:10 +0000 (14:04 +0000)]
Change in file-locked-p argument.
Gerd Moellmann [Fri, 5 Nov 1999 13:50:51 +0000 (13:50 +0000)]
Add mode line element '(:eval FORM)'.
Gerd Moellmann [Fri, 5 Nov 1999 13:46:32 +0000 (13:46 +0000)]
* buffer.c (syms_of_buffer): Extend documentation of
mode-line-format.
Gerd Moellmann [Fri, 5 Nov 1999 13:36:19 +0000 (13:36 +0000)]
(comment-region): Strip off white space at end of
comment-start.
Dave Love [Thu, 4 Nov 1999 23:23:30 +0000 (23:23 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 4 Nov 1999 21:07:47 +0000 (21:07 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 4 Nov 1999 21:06:33 +0000 (21:06 +0000)]
(secondary-selection): Fix wrong color name.
Gerd Moellmann [Thu, 4 Nov 1999 20:52:05 +0000 (20:52 +0000)]
(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 --.
Gerd Moellmann [Thu, 4 Nov 1999 20:43:05 +0000 (20:43 +0000)]
(isearch-ring-advance-edit, isearch-complete-edit):
Use delete-field instead of erase-field.
Gerd Moellmann [Thu, 4 Nov 1999 20:42:27 +0000 (20:42 +0000)]
(previous-matching-history-element)
(next-history-element): Use delete-field instead of erase-field.
Gerd Moellmann [Thu, 4 Nov 1999 20:30:49 +0000 (20:30 +0000)]
(do_completion, Fminibuffer_complete_word): Use
Ferase_field instead of Fdelete_field.
Gerd Moellmann [Thu, 4 Nov 1999 20:30:05 +0000 (20:30 +0000)]
(Fdelete_field): Renamed from Ferase_field.
Jason Rumney [Thu, 4 Nov 1999 18:29:46 +0000 (18:29 +0000)]
*** empty log message ***
Dave Love [Thu, 4 Nov 1999 16:32:03 +0000 (16:32 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 4 Nov 1999 00:25:55 +0000 (00:25 +0000)]
* faces.el (secondary-selection): Change background to yellow.
Gerd Moellmann [Wed, 3 Nov 1999 23:50:40 +0000 (23:50 +0000)]
(PC-do-completion): Use minibuffer-prompt-end to
find the start of the text. Use field-string to read the user
input.
Francesco Potortì [Wed, 3 Nov 1999 23:13:10 +0000 (23:13 +0000)]
Changed the mail addess of the maintainer.
Francesco Potortì [Wed, 3 Nov 1999 23:10:47 +0000 (23:10 +0000)]
Added wording for the regex files and the --ignore-case-regex option.
Gerd Moellmann [Wed, 3 Nov 1999 17:17:28 +0000 (17:17 +0000)]
(make-face-bold, make-face-unbold, make-face-italic)
(make-face-unitalic, make-face-bold-italic): Add NOERROR argument
for compatibility with old face implementation.
Gerd Moellmann [Wed, 3 Nov 1999 16:27:34 +0000 (16:27 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 3 Nov 1999 16:26:28 +0000 (16:26 +0000)]
(isearch-complete-edit, isearch-ring-advance-edit):
Use erase-field instead of erase-buffer.
Gerd Moellmann [Wed, 3 Nov 1999 15:57:55 +0000 (15:57 +0000)]
(Finternal_show_cursor): Change it to set the
cursor on/off, not toggle its state.
(Finternal_show_cursor_p): New.
(syms_of_display): Defsubr Sinternal_show_cursor_p.
Gerd Moellmann [Wed, 3 Nov 1999 15:57:21 +0000 (15:57 +0000)]
* frame.el (blink-cursor-mode, blink-cursor-end): Use
internal-show-cursor with new interface.
(blink-cursor-timer-function): New.
(blink-cursor-start): Use blink-cursor-timer-function.
Gerd Moellmann [Wed, 3 Nov 1999 15:10:21 +0000 (15:10 +0000)]
(simple-diary-display): Reset modeline even if
there are no diary entries since the diary buffer may be displayed.
Gerd Moellmann [Wed, 3 Nov 1999 15:08:53 +0000 (15:08 +0000)]
(redraw-calendar): Move to nearest date before
redrawing.
Dave Love [Wed, 3 Nov 1999 14:30:11 +0000 (14:30 +0000)]
(split_non_ascii_string): Define return value.
Gerd Moellmann [Wed, 3 Nov 1999 13:47:00 +0000 (13:47 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 3 Nov 1999 13:43:19 +0000 (13:43 +0000)]
(debug): If noninteractive, display the
backtrace using `message', then exit Emacs.
(debugger-batch-max-lines): New variable.
(debugger-setup-buffer): New subroutine, broken out of `debug'.
Change the messages put at the start, to say that the debugger
was entered.
Gerd Moellmann [Wed, 3 Nov 1999 13:39:34 +0000 (13:39 +0000)]
Patch from rms.
Gerd Moellmann [Wed, 3 Nov 1999 13:09:07 +0000 (13:09 +0000)]
* etags.c (print_help): Change email address to send bugs to.
Gerd Moellmann [Wed, 3 Nov 1999 12:44:49 +0000 (12:44 +0000)]
Reading from mini-buffer reads from stdin if noninteractive.
Gerd Moellmann [Wed, 3 Nov 1999 12:41:38 +0000 (12:41 +0000)]
(string_to_object): New.
(read_minibuf_noninteractive): New.
(read_minibuf): Call read_minibuf_noninteractive if
noninteractive. Use string_to_object.
Gerd Moellmann [Tue, 2 Nov 1999 23:23:08 +0000 (23:23 +0000)]
*** empty log message ***
Sam Steingold [Tue, 2 Nov 1999 23:19:22 +0000 (23:19 +0000)]
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Gerd Moellmann [Tue, 2 Nov 1999 23:18:05 +0000 (23:18 +0000)]
(Fdocumentation_property): Fix bug bypassing UNGCPRO.
Dave Love [Tue, 2 Nov 1999 23:10:56 +0000 (23:10 +0000)]
Use SIGCHLD, not SIGCLD (not in glibc 2.1).
Dave Love [Tue, 2 Nov 1999 22:44:28 +0000 (22:44 +0000)]
Undo last change and define _GNU_SOURCE before config.h.
Dave Love [Tue, 2 Nov 1999 14:23:20 +0000 (14:23 +0000)]
Use string.h for strsignal.
Gerd Moellmann [Tue, 2 Nov 1999 13:25:16 +0000 (13:25 +0000)]
(QUIT): Give it statement form.
Dave Love [Tue, 2 Nov 1999 12:58:32 +0000 (12:58 +0000)]
(init_eval): Conditionalize declaration of gcpro_level.
Gerd Moellmann [Tue, 2 Nov 1999 12:52:56 +0000 (12:52 +0000)]
Add image property :user-data.
Gerd Moellmann [Tue, 2 Nov 1999 12:51:55 +0000 (12:51 +0000)]
(QCuser_data): New.
(syms_of_xfns): Initialize QCuser_data.
(parse_image_spec): Ignore :user-data DATA properties.
Gerd Moellmann [Tue, 2 Nov 1999 12:38:00 +0000 (12:38 +0000)]
Patch from rms.
Gerd Moellmann [Tue, 2 Nov 1999 12:22:54 +0000 (12:22 +0000)]
(display_line): Set charpos of first glyph in blank
lines not corresponding to any text to -1, even if no glyphs are
filled in in that line.
Gerd Moellmann [Tue, 2 Nov 1999 12:09:34 +0000 (12:09 +0000)]
Expanded description of `field' property from Miles Bader.
Richard M. Stallman [Mon, 1 Nov 1999 23:26:54 +0000 (23:26 +0000)]
(w16select.o, sound.o): Don't depend on lisp.h.
Richard M. Stallman [Mon, 1 Nov 1999 23:25:14 +0000 (23:25 +0000)]
(strout): Consider `noninteractive' and use stdout
only when PRINTCHARFUN is t.
Richard M. Stallman [Mon, 1 Nov 1999 23:19:20 +0000 (23:19 +0000)]
[DEBUG_GCPRO] (gcpro_level): New variable.
(init_eval) [DEBUG_GCPRO]: Initialize it.
(unwind_to_catch) [DEBUG_GCPRO]: Set gcpro_level
from remaining gcprolist.
Richard M. Stallman [Mon, 1 Nov 1999 23:16:22 +0000 (23:16 +0000)]
(struct gcpro) [DEBUG_GCPRO]: New field `level'.
(gcpro_level): Declare it extern.
[DEBUG_GCPRO] (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
Alternate definitions that set `level' and increment `gcpro_level'.
[DEBUG_GCPRO] (UNGCPRO): Alternate definition that checks gcpro_level.
Gerd Moellmann [Mon, 1 Nov 1999 21:11:14 +0000 (21:11 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 1 Nov 1999 21:10:27 +0000 (21:10 +0000)]
(gud-perldb-massage-args): Massage correctly in the
presence of perl switches other than "-e".
Gerd Moellmann [Mon, 1 Nov 1999 21:05:14 +0000 (21:05 +0000)]
(png_load) [PNG_READ_sRGB_SUPPORTED]: Put code using
png_get_sRGB in #ifdef.
Francesco Potortì [Mon, 1 Nov 1999 19:04:46 +0000 (19:04 +0000)]
Last changes for etags (I hope).
Dave Love [Mon, 1 Nov 1999 18:27:31 +0000 (18:27 +0000)]
*** empty log message ***
Dave Love [Mon, 1 Nov 1999 18:06:55 +0000 (18:06 +0000)]
Fix complaints from makeinfo 4.0.