]>
git.eshelyaron.com Git - emacs.git/log
Dave Love [Wed, 21 Jun 2000 14:16:54 +0000 (14:16 +0000)]
Add HAVE_FCNTL_H, _FILE_OFFSET_BITS, _LARGEFILE_SOURCE, _LARGE_FILES,
_XOPEN_SOURCE.
Dave Love [Wed, 21 Jun 2000 14:09:07 +0000 (14:09 +0000)]
Use GETLOADAVG_LIBS.
Dave Love [Wed, 21 Jun 2000 14:08:44 +0000 (14:08 +0000)]
Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not simple test for
getloadavg and substitute GETLOADAVG_LIBS. Simplify test for
GETTIMEOFDAY_ONE_ARGUMENT.
Kenichi Handa [Wed, 21 Jun 2000 07:35:25 +0000 (07:35 +0000)]
(set-language-info-alist): Docstring fixed.
Kenichi Handa [Wed, 21 Jun 2000 07:34:38 +0000 (07:34 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 21 Jun 2000 02:05:10 +0000 (02:05 +0000)]
*** empty log message ***
Stefan Monnier [Tue, 20 Jun 2000 23:59:05 +0000 (23:59 +0000)]
(jit-lock-after-change): Don't assume point is at START.
Kenichi Handa [Tue, 20 Jun 2000 23:58:18 +0000 (23:58 +0000)]
(set-buffer-process-coding-system): Documentation fixed.
Kenichi Handa [Tue, 20 Jun 2000 23:56:00 +0000 (23:56 +0000)]
*** empty log message ***
Stefan Monnier [Tue, 20 Jun 2000 22:49:34 +0000 (22:49 +0000)]
(scan_sexps_forward):
Check the comstyle of single-char comment-starters.
Clarify control-flow around the Scomment case.
Stefan Monnier [Tue, 20 Jun 2000 22:34:00 +0000 (22:34 +0000)]
(describe_syntax): Recognize the `n'estable bit.
(Fforward_comment, scan_lists):
Check the comstyle of single-char comment-starters.
(scan_sexps_forward): Don't try to recognize `half comment-enders' if
we're just at the beginning of the comment (f.ex with (*) ... (*)).
Gerd Moellmann [Tue, 20 Jun 2000 19:54:50 +0000 (19:54 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 20 Jun 2000 19:54:37 +0000 (19:54 +0000)]
@setfilename to ../info/reftex.
Gerd Moellmann [Tue, 20 Jun 2000 19:45:24 +0000 (19:45 +0000)]
(display_prop_intangible_p): Add prototype.
Gerd Moellmann [Tue, 20 Jun 2000 19:44:44 +0000 (19:44 +0000)]
(single_display_prop_intangible_p)
(display_prop_intangible_p): New functions.
Gerd Moellmann [Tue, 20 Jun 2000 19:43:51 +0000 (19:43 +0000)]
(adjust_point_for_property): Check if display
property should be treated as intangible by looking at its
value.
Dave Love [Tue, 20 Jun 2000 18:40:08 +0000 (18:40 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 20 Jun 2000 18:36:27 +0000 (18:36 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 20 Jun 2000 18:32:12 +0000 (18:32 +0000)]
(make_temp_name): Don't use `%s' in string passed to
report_file_error.
Gerd Moellmann [Tue, 20 Jun 2000 18:31:36 +0000 (18:31 +0000)]
(sigprocmask_set): New variable.
Gerd Moellmann [Tue, 20 Jun 2000 18:31:04 +0000 (18:31 +0000)]
(sigblock, sigunblock) [USG5_4]: Set
sigprocmask_set, and pass a pointer to it to sigprocmask.
Gerd Moellmann [Tue, 20 Jun 2000 18:30:44 +0000 (18:30 +0000)]
(sigblock): Redefined to pass a pointer as second
argument to sigprocmask.
Dave Love [Tue, 20 Jun 2000 18:28:07 +0000 (18:28 +0000)]
(make_hash_table, maybe_resize_hash_table): Cast arg of
next_almost_prime.
Gerd Moellmann [Tue, 20 Jun 2000 18:24:59 +0000 (18:24 +0000)]
(turn-off-auto-fill): New function.
Gerd Moellmann [Tue, 20 Jun 2000 18:24:35 +0000 (18:24 +0000)]
(pc-selection-mode): Bind `M-\d'
instead of `M-backspace'.
Gerd Moellmann [Tue, 20 Jun 2000 18:24:22 +0000 (18:24 +0000)]
(emacs-version): Use ISO date format.
Dave Love [Tue, 20 Jun 2000 18:23:12 +0000 (18:23 +0000)]
[emacs]: Include lisp.h.
Dave Love [Tue, 20 Jun 2000 18:19:03 +0000 (18:19 +0000)]
[emacs] Test HAVE_FCNTL_H, not USG5. Include lisp.h and unistd.h.
Sam Steingold [Tue, 20 Jun 2000 18:17:05 +0000 (18:17 +0000)]
Don't declare xmalloc, xrealloc.
Stefan Monnier [Tue, 20 Jun 2000 17:06:32 +0000 (17:06 +0000)]
*** empty log message ***
Stefan Monnier [Tue, 20 Jun 2000 16:48:05 +0000 (16:48 +0000)]
(re_match, re_match_2): Protect calls to alloca (0).
(re_comp): Cast gettext return value to avoid complaints when
!HAVE_LIBINTL.
Stefan Monnier [Tue, 20 Jun 2000 16:34:50 +0000 (16:34 +0000)]
(JIT Lock Mode): jit-lock-mode is not a command any more.
Stefan Monnier [Tue, 20 Jun 2000 16:24:04 +0000 (16:24 +0000)]
(with-buffer-prepared-for-jit-lock):
Renamed from with-buffer-prepared-for-font-lock and use
inhibit-modification-hooks rather than setting *-change-functions.
Update all functions to use the new name.
(jit-lock-first-unfontify-pos): New semantics (and doc).
(jit-lock-mode): Make non-interactive.
Don't automatically turn on font-lock.
Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
Always use jit-lock-after-change.
Remove and restore font-lock-after-change-function.
(turn-on-jit-lock, jit-lock-after-fontify-buffer)
(jit-lock-after-unfontify-buffer): Remove.
(jit-lock-stealth-fontify):
Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
(jit-lock-after-change): Set the `fontified' text-prop to nil.
Sam Steingold [Tue, 20 Jun 2000 15:24:16 +0000 (15:24 +0000)]
ignore some auto-generated files
Sam Steingold [Tue, 20 Jun 2000 15:01:59 +0000 (15:01 +0000)]
handle print-unreadable-object
Dave Love [Tue, 20 Jun 2000 14:09:56 +0000 (14:09 +0000)]
Don't define HAVE_GETWD, HAVE_GETTIMEOFDAY.
Dave Love [Tue, 20 Jun 2000 14:05:56 +0000 (14:05 +0000)]
Don't define HAVE_GETWD HAVE_GETTIMEOFDAY.
Dave Love [Tue, 20 Jun 2000 14:05:16 +0000 (14:05 +0000)]
Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK.
Dave Love [Tue, 20 Jun 2000 14:04:28 +0000 (14:04 +0000)]
Don't declare HAVE_GETWD.
Dave Love [Tue, 20 Jun 2000 14:02:05 +0000 (14:02 +0000)]
Don't declare xmalloc, xrealloc.
Dave Love [Tue, 20 Jun 2000 13:57:43 +0000 (13:57 +0000)]
*** empty log message ***
Dave Love [Tue, 20 Jun 2000 13:36:45 +0000 (13:36 +0000)]
Don't declare GETTIMEOFDAY_ONE_ARGUMENT.
Dave Love [Tue, 20 Jun 2000 13:36:13 +0000 (13:36 +0000)]
Don't declare HAVE_GETWD, VFORK_RETURN_TYPE.
Dave Love [Tue, 20 Jun 2000 13:35:30 +0000 (13:35 +0000)]
Don't declare HAVE_GETWD, HAVE_GETTIMEOFDAY.
Dave Love [Tue, 20 Jun 2000 13:30:26 +0000 (13:30 +0000)]
Add xfree missed from last change.
Dave Love [Tue, 20 Jun 2000 13:27:11 +0000 (13:27 +0000)]
comment
Dave Love [Tue, 20 Jun 2000 13:22:16 +0000 (13:22 +0000)]
(poll_for_input_1): Declare.
Dave Love [Tue, 20 Jun 2000 13:17:40 +0000 (13:17 +0000)]
Don't define NLIST_STRUCT (handled by configure).
Dave Love [Tue, 20 Jun 2000 13:15:58 +0000 (13:15 +0000)]
(xmalloc, xrealloc, xfree): Define using POINTER_TYPE.
Dave Love [Tue, 20 Jun 2000 13:11:39 +0000 (13:11 +0000)]
Remove duplicate prototypes. Declare free_frame_xic,
x_set_tool_bar_lines.
Dave Love [Tue, 20 Jun 2000 13:08:48 +0000 (13:08 +0000)]
(x_set_tool_bar_lines, free_frame_xic, compose_text, getenv, ctime)
(getwd): Removed.
(xmalloc, xrealloc, xfree): Declare using POINTER_TYPE.
Dave Love [Tue, 20 Jun 2000 12:58:43 +0000 (12:58 +0000)]
Add HAVE_GETWD. Move some definitions above machine/system includes.
Carsten Dominik [Tue, 20 Jun 2000 12:58:31 +0000 (12:58 +0000)]
*** empty log message ***
Dave Love [Tue, 20 Jun 2000 12:53:47 +0000 (12:53 +0000)]
*** empty log message ***
Carsten Dominik [Tue, 20 Jun 2000 12:52:00 +0000 (12:52 +0000)]
* textmodes/reftex.el (reftex-find-citation-regexp-format):
Support for bibentry.
(reftex-compile-variables): Fixed problem with end of section-re.
* texmodes/reftex-dcr.el (reftex-view-crossref,
reftex-view-crossref-from-bibtex): Deal with changed
`reftex-find-citation-regexp-format'.
(reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
Replaced `remprop' with `put'.
(reftex-view-crossref, reftex-view-crossref-when-idle): Support
for bibentry.
* textmodes/reftex-vars.el (reftex-cite-format-builtin): New entry for
bibentry package.
* textmodes/reftex-parse.el (reftex-locate-bibliography-files): Regexp also
matches "\nobibliography".
* textmodes/reftex-global.el (reftex-renumber-simple-labels): Call
`reftex-ensure-write-access' before doing anything.
(reftex-ensure-write-access): New function.
Carsten Dominik [Tue, 20 Jun 2000 12:49:47 +0000 (12:49 +0000)]
Files re-installed, because changes are too massive to document them here.
Carsten Dominik [Tue, 20 Jun 2000 12:46:55 +0000 (12:46 +0000)]
Update to idlwave 4.2
Carsten Dominik [Tue, 20 Jun 2000 12:46:32 +0000 (12:46 +0000)]
Update to reftex 4 14
Kenichi Handa [Tue, 20 Jun 2000 12:20:16 +0000 (12:20 +0000)]
(HAVE_GETLOADAVG): Define it as 1.
Kenichi Handa [Tue, 20 Jun 2000 12:19:03 +0000 (12:19 +0000)]
*** empty log message ***
Dave Love [Tue, 20 Jun 2000 11:33:24 +0000 (11:33 +0000)]
(frame-background-mode): Use set-default, not set, in setter.
(frame-update-faces, frame-update-face-colors): Define with defalias.
Kenichi Handa [Tue, 20 Jun 2000 11:23:13 +0000 (11:23 +0000)]
(font_list): Handle the case that REGISTRY doesn't contain information
about ENCODING.
Kenichi Handa [Tue, 20 Jun 2000 11:22:32 +0000 (11:22 +0000)]
(FONTSET_ASCII): Use the first element of char table
for an ASCII font, not defalt slot.
(fontset_ref_via_base): If FONTSET doesn't contain information for
C, try the default fontset.
(make_fontset): Don't copy the default fontset.
(fontset_font_pattern): Likewise.
(accumulate_font_info): If ELT is nil, use the corresponding
element in the default fontset.
Kenichi Handa [Tue, 20 Jun 2000 11:20:11 +0000 (11:20 +0000)]
*** empty log message ***
Dave Love [Tue, 20 Jun 2000 10:46:48 +0000 (10:46 +0000)]
(enriched-decode-foreground, enriched-decode-background): Don't use
internal-find-face.
Dave Love [Tue, 20 Jun 2000 09:58:07 +0000 (09:58 +0000)]
Doc fixes.
Dave Love [Tue, 20 Jun 2000 09:57:10 +0000 (09:57 +0000)]
Fix header line.
Dave Love [Tue, 20 Jun 2000 09:48:09 +0000 (09:48 +0000)]
(customize-changed-options): Check arg.
(customize-version-lessp): Don't require decimal point.
Dave Love [Tue, 20 Jun 2000 09:43:52 +0000 (09:43 +0000)]
(defcustom, defgroup): Doc fix.
Dave Love [Tue, 20 Jun 2000 09:40:36 +0000 (09:40 +0000)]
(comment) <defgroup>: Add :version.
(comment-multi-line): Doc fix.
Dave Love [Tue, 20 Jun 2000 09:37:48 +0000 (09:37 +0000)]
(define-hooked-local-abbrev, define-hooked-global-abbrev): Fix, using
define-abbrev.
Dave Love [Mon, 19 Jun 2000 22:22:47 +0000 (22:22 +0000)]
(Fparse_partial_sexp): Doc fix.
Dave Love [Mon, 19 Jun 2000 22:14:24 +0000 (22:14 +0000)]
Remove redundant unistd.h inclusion.
Dave Love [Mon, 19 Jun 2000 22:09:06 +0000 (22:09 +0000)]
(x_load_resources): Set default resources for resource
classes instead of for the specific Emacs.
Dave Love [Mon, 19 Jun 2000 21:59:46 +0000 (21:59 +0000)]
Test PROTOTYPES as well as __STDC__.
Dave Love [Mon, 19 Jun 2000 18:00:49 +0000 (18:00 +0000)]
line-number-display-limit change
Dave Love [Mon, 19 Jun 2000 16:20:07 +0000 (16:20 +0000)]
*** empty log message ***
Dave Love [Mon, 19 Jun 2000 16:19:05 +0000 (16:19 +0000)]
Include errno.h, string.h, unistd.h. Don't declare errno, strerror.
Put text after #endif in comment.
Sam Steingold [Mon, 19 Jun 2000 16:16:01 +0000 (16:16 +0000)]
ignore *.elc
Dave Love [Mon, 19 Jun 2000 16:11:14 +0000 (16:11 +0000)]
(x_frame_of_widget): Add `static' to declaration (for pcc).
Dave Love [Mon, 19 Jun 2000 16:08:09 +0000 (16:08 +0000)]
(dump_glyph_matrix): Add `static' to declaration (for pcc).
Gerd Moellmann [Mon, 19 Jun 2000 16:06:25 +0000 (16:06 +0000)]
*** empty log message ***
Sam Steingold [Mon, 19 Jun 2000 16:05:50 +0000 (16:05 +0000)]
ignore bootstrap-emacs
Gerd Moellmann [Mon, 19 Jun 2000 16:05:18 +0000 (16:05 +0000)]
(menu-bar-edit-menu): Add menu item for marking
the whole buffer.
Gerd Moellmann [Mon, 19 Jun 2000 15:59:07 +0000 (15:59 +0000)]
(XTread_socket) <KeyPress>: In case XmbLookupString
returns XLookupChars, reset `modifiers' to zero.
Gerd Moellmann [Mon, 19 Jun 2000 15:58:43 +0000 (15:58 +0000)]
(mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
bogus objects are marked. This slows down GC by ~80 percent, but
it might be worth trying when debugging GC-related problems.
This feature requires conservative stack marking to be enabled.
Gerd Moellmann [Mon, 19 Jun 2000 15:58:23 +0000 (15:58 +0000)]
(syms_of_abbrev): Set buffer_default's abbrev table
to Vfundamental_mode_abbrev_table.
Dave Love [Mon, 19 Jun 2000 15:36:47 +0000 (15:36 +0000)]
(menu-bar-options-menu): Capitalize "Save Options".
Dave Love [Mon, 19 Jun 2000 14:55:15 +0000 (14:55 +0000)]
(menu-bar-options-save): New function.
(menu-bar-options-menu): Use it.
(menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: Simplify.
Dave Love [Mon, 19 Jun 2000 13:07:47 +0000 (13:07 +0000)]
Unprotoized.
Gerd Moellmann [Mon, 19 Jun 2000 12:13:14 +0000 (12:13 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 19 Jun 2000 12:12:35 +0000 (12:12 +0000)]
(set_internal): If variable is frame-local,
store the new value immediately into the frame parameter alist.
Gerd Moellmann [Mon, 19 Jun 2000 12:11:31 +0000 (12:11 +0000)]
(gnus-uu-default-view-rules): Don't use `xv'.
Dave Love [Mon, 19 Jun 2000 10:59:57 +0000 (10:59 +0000)]
*** empty log message ***
Dave Love [Mon, 19 Jun 2000 10:54:29 +0000 (10:54 +0000)]
(GETTIMEOFDAY_ONE_ARGUMENT): Fix in case _XOPEN_SOURCE is defined.
Andreas Schwab [Mon, 19 Jun 2000 09:00:18 +0000 (09:00 +0000)]
(tags-query-replace): Put new parameters
START and END at the end, for backward compatibility.
Ken Raeburn [Mon, 19 Jun 2000 07:42:41 +0000 (07:42 +0000)]
missed one in last checkin
Ken Raeburn [Mon, 19 Jun 2000 07:21:13 +0000 (07:21 +0000)]
fix jpeg error-handling setup
Ken Raeburn [Mon, 19 Jun 2000 07:16:27 +0000 (07:16 +0000)]
* keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks
for CHAR_META will fail.
* keymap.c (get_keyelt): Likewise.
Kenichi Handa [Mon, 19 Jun 2000 05:18:09 +0000 (05:18 +0000)]
(setup_coding_system) <4>: Reset member `cr_carryover'.
(ccl_coding_driver): On encoding, initialize ccl->eol_type.
(decode_eol_post_ccl): New function.
(decode_coding): Don't detect EOL format here for CCL based coding
systems.
(decode_coding) <coding_type_ccl>: Handle carryovered CR. Call
decode_eol_post_ccl after running the CCL program.
(code_convert_region): Don't detect EOL format here for CCL based
coding systems.
(decode_coding_string): Likewise.