]> git.eshelyaron.com Git - emacs.git/log
emacs.git
24 years ago*** empty log message ***
Dave Love [Thu, 14 Sep 2000 09:52:08 +0000 (09:52 +0000)]
*** empty log message ***

24 years ago(Fplay_sound): Doc fix.
Gerd Moellmann [Wed, 13 Sep 2000 18:23:03 +0000 (18:23 +0000)]
(Fplay_sound): Doc fix.

24 years ago(Clickable Text): Fix example.
Dave Love [Wed, 13 Sep 2000 18:00:34 +0000 (18:00 +0000)]
(Clickable Text): Fix example.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 13 Sep 2000 15:47:04 +0000 (15:47 +0000)]
*** empty log message ***

24 years ago(quail-start-translation): Translate KEY if necessary even if it
Kenichi Handa [Wed, 13 Sep 2000 12:10:29 +0000 (12:10 +0000)]
(quail-start-translation): Translate KEY if necessary even if it
doesn't have any mapping in the current input method.
(quail-start-conversion): Likewise.
(quail-help): The output message is improved.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 13 Sep 2000 12:09:56 +0000 (12:09 +0000)]
*** empty log message ***

24 years ago(comint-output-filter):
Miles Bader [Wed, 13 Sep 2000 12:08:32 +0000 (12:08 +0000)]
(comint-output-filter):
  Revert to using `insert-before-markers'.
  Add bletcherous hack to undo damage caused by `insert-before-markers'.
  Put `front-sticky' property on overlays created here so that the field code
    understands how the overlay works.
  Use a let when making comint-last-prompt-overlay, so that the code is
    easier to read.

24 years agoAvoid some more compiler warnings.
Gerd Moellmann [Wed, 13 Sep 2000 11:18:03 +0000 (11:18 +0000)]
Avoid some more compiler warnings.
(parse_tool_bar_item): Ignore cached key bindings.

24 years ago(widget-default-format-handler): DTRT when
Dave Love [Wed, 13 Sep 2000 10:34:52 +0000 (10:34 +0000)]
(widget-default-format-handler): DTRT when
doc-property is a function.

24 years agoAdd some comments about DOUG_LEA_MALLOC's use of mmap
Gerd Moellmann [Wed, 13 Sep 2000 09:19:05 +0000 (09:19 +0000)]
Add some comments about DOUG_LEA_MALLOC's use of mmap
and allocation of Lisp data.

24 years ago(browse-url-filename-alist): Use , not ,@ to add DOS/Windows specific association.
Jason Rumney [Tue, 12 Sep 2000 20:21:39 +0000 (20:21 +0000)]
(browse-url-filename-alist): Use , not ,@ to add DOS/Windows specific association.

24 years ago(read-mail-command): Doc fix.
Dave Love [Tue, 12 Sep 2000 17:59:26 +0000 (17:59 +0000)]
(read-mail-command): Doc fix.
(mail-user-agent): Add gnus-user-agent option for upcoming Gnus.

24 years agoRemove obsolescences, especially hash tables and refs to Emacs 19.
Dave Love [Tue, 12 Sep 2000 17:44:45 +0000 (17:44 +0000)]
Remove obsolescences, especially hash tables and refs to Emacs 19.

24 years agoRemove conditional compilation on SCALABLE_FONTS.
Gerd Moellmann [Tue, 12 Sep 2000 14:19:54 +0000 (14:19 +0000)]
Remove conditional compilation on SCALABLE_FONTS.
(Finternal_set_lisp_face_attribute): If frame is 0, set new frame
defaults first.

24 years ago(set-locale-environment): Doc fix.
Dave Love [Tue, 12 Sep 2000 13:32:06 +0000 (13:32 +0000)]
(set-locale-environment): Doc fix.

24 years ago(mail-mode-fill-paragraph): Do not get the
Gerd Moellmann [Tue, 12 Sep 2000 13:30:30 +0000 (13:30 +0000)]
(mail-mode-fill-paragraph): Do not get the
filed name if it's not there.

24 years ago*** empty log message ***
Dave Love [Tue, 12 Sep 2000 13:16:58 +0000 (13:16 +0000)]
*** empty log message ***

24 years agoAdd `emulation' to keywords.
Dave Love [Tue, 12 Sep 2000 13:07:00 +0000 (13:07 +0000)]
Add `emulation' to keywords.

24 years ago(vc-dired-listing-switches): Fix :version.
Dave Love [Tue, 12 Sep 2000 13:03:44 +0000 (13:03 +0000)]
(vc-dired-listing-switches): Fix :version.

24 years agoDoc fixes.
Dave Love [Tue, 12 Sep 2000 13:00:30 +0000 (13:00 +0000)]
Doc fixes.

24 years ago(add-minor-mode): Use toggle-fun arg.
Dave Love [Tue, 12 Sep 2000 12:56:25 +0000 (12:56 +0000)]
(add-minor-mode): Use toggle-fun arg.

24 years agoAdd :version to several defcustoms.
Dave Love [Tue, 12 Sep 2000 12:54:31 +0000 (12:54 +0000)]
Add :version to several defcustoms.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 12 Sep 2000 12:51:38 +0000 (12:51 +0000)]
*** empty log message ***

24 years ago(imenu--truncate-items, imenu--cleanup)
Dave Love [Tue, 12 Sep 2000 12:49:20 +0000 (12:49 +0000)]
(imenu--truncate-items, imenu--cleanup)
(imenu--generic-function): Avoid mapcar.
(imenu--replace-spaces): Function removed.
(imenu--completion-buffer): Use subst-char-in-string.
(imenu-add-to-menubar): Use keymap inheritance.

24 years agoAdd Keywords:.
Dave Love [Tue, 12 Sep 2000 12:37:36 +0000 (12:37 +0000)]
Add Keywords:.

24 years agocopyright up-date
Dave Love [Tue, 12 Sep 2000 12:35:33 +0000 (12:35 +0000)]
copyright up-date

24 years ago*** empty log message ***
Miles Bader [Tue, 12 Sep 2000 11:35:14 +0000 (11:35 +0000)]
*** empty log message ***

24 years ago(diff-hunk-text): Use `with-temp-buffer'.
Miles Bader [Tue, 12 Sep 2000 11:24:28 +0000 (11:24 +0000)]
(diff-hunk-text): Use `with-temp-buffer'.
(diff-mode-map): Bind `diff-test-hunk'.
(diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 12 Sep 2000 10:59:03 +0000 (10:59 +0000)]
*** empty log message ***

24 years ago(Fload): Put code checking for recursive loads in #if 0.
Gerd Moellmann [Tue, 12 Sep 2000 10:58:42 +0000 (10:58 +0000)]
(Fload): Put code checking for recursive loads in #if 0.

24 years agoUndo last change
Gerd Moellmann [Tue, 12 Sep 2000 09:10:56 +0000 (09:10 +0000)]
Undo last change
because it breaks '(make-variable-buffer-local (defvar ...)'
which is used at least in dired.

24 years agoComment fixed.
Kenichi Handa [Tue, 12 Sep 2000 02:30:13 +0000 (02:30 +0000)]
Comment fixed.
(MAX_MAP_SET_LEVEL): Increased to 30.
(PUSH_MAPPING_STACK): Enclose with do-while block.
(POP_MAPPING_STACK): Likewise.
(stack_idx_of_map_multiple): New variable.
(CCL_CALL_FOR_MAP_INSTRUCTION): New macro.
(ccl_driver) <CCL_IterateMultipleMap>: If the content is a symbol,
call the corresponding CCL program by
CCL_CALL_FOR_MAP_INSTRUCTION.
(ccl_driver) <CCL_MapSingle>: Likewise.
(ccl_driver) <CCL_MapMultiple>: Rewritten to fix many bugs, deal
with the case where looking up process reaches to the end of
map-set, and call CCL programs as the above change.

24 years ago*** empty log message ***
Kenichi Handa [Tue, 12 Sep 2000 02:29:12 +0000 (02:29 +0000)]
*** empty log message ***

24 years ago(quail-define-package): Docstring modified.
Kenichi Handa [Tue, 12 Sep 2000 02:04:17 +0000 (02:04 +0000)]
(quail-define-package): Docstring modified.

24 years ago(quail-cxterm-package-ext-info): Add extra docstrings for
Kenichi Handa [Mon, 11 Sep 2000 23:43:45 +0000 (23:43 +0000)]
(quail-cxterm-package-ext-info): Add extra docstrings for
"chinese-ccdospy", "chinese-ecdict", "chinese-etzy", "chinese-sw", and
"chinese-ziranma".  Modify the docstring of "chinese-py".

24 years ago(quail-translation-docstring): New variable.
Kenichi Handa [Mon, 11 Sep 2000 23:42:27 +0000 (23:42 +0000)]
(quail-translation-docstring): New variable.
(quail-show-keyboard-layout): Docstring modified.
(quail-select-current): Likewise.
(quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
infinite recursive call.
(quail-help): Check quail-translation-docstring.  Format of the
output changed.
(quail-help-insert-keymap-description): Adjusted for the above
change.

24 years ago*** empty log message ***
Kenichi Handa [Mon, 11 Sep 2000 23:38:16 +0000 (23:38 +0000)]
*** empty log message ***

24 years ago(png_load, jpeg_load): Declare some variables volatile
Gerd Moellmann [Mon, 11 Sep 2000 19:54:11 +0000 (19:54 +0000)]
(png_load, jpeg_load): Declare some variables volatile
that might be clobbered by longjmp.
(check_x_display_info, x_decode_color, create_frame_xic)
(Fx_display_backing_store, Fx_display_visual_class)
(x_build_heuristic_mask, pbm_scan_number): Avoid compiler
warnings.

24 years ago(byte-compile-defvar): Only cons onto
Gerd Moellmann [Mon, 11 Sep 2000 18:26:43 +0000 (18:26 +0000)]
(byte-compile-defvar): Only cons onto
current-load-list in top-level forms.  Else this leaks a cons cell
every time a defun is called.

24 years ago*** empty log message ***
Dave Love [Mon, 11 Sep 2000 16:56:27 +0000 (16:56 +0000)]
*** empty log message ***

24 years ago(diff-apply-hunk): Function basically rewritten. Now understands
Miles Bader [Mon, 11 Sep 2000 13:51:21 +0000 (13:51 +0000)]
(diff-apply-hunk):  Function basically rewritten.  Now understands
  non-unified diffs.  Some functionality moved into `diff-hunk-text' and
  `diff-find-text'.  Add OTHER-FILE, DRY-RUN, POPUP, and NOERROR
  arguments.  If DRY-RUN is true, don't actually modify anything.  Only
  reposition point in the patched file if the patch succeeds.  Only pop
  up another window if POPUP is true.  Emit a message describing what
  happened if successful, and at what line-offset.  Automatically detect
  reversed hunks and do something appropriate.
(diff-hunk-text, diff-find-text): New functions.
(diff-filter-lines): Function removed.
(diff-test-hunk): New function.
(diff-goto-source): Rewritten in terms of diff-apply-hunk.

24 years ago(init_lread): Set Vloads_in_progress to nil.
Gerd Moellmann [Mon, 11 Sep 2000 13:01:38 +0000 (13:01 +0000)]
(init_lread): Set Vloads_in_progress to nil.
(Fload): Show list of recursively loaded files, when signaling an
error.

24 years ago(Vloads_in_progress): New variable.
Gerd Moellmann [Mon, 11 Sep 2000 12:52:59 +0000 (12:52 +0000)]
(Vloads_in_progress): New variable.
(record_load_unwind): New function.
(Fload): Check for recursive loads.
(syms_of_lread): Initialize Vloads_in_progress.
(read_integer, read1): Avoid some compiler warnings.

24 years ago(concat, Fsubstring, internal_equal, Fnconc): Avoid some
Gerd Moellmann [Mon, 11 Sep 2000 12:51:13 +0000 (12:51 +0000)]
(concat, Fsubstring, internal_equal, Fnconc): Avoid some
compiler warnings.

24 years ago(Fbuffer_string): Doc fix.
Miles Bader [Mon, 11 Sep 2000 10:48:34 +0000 (10:48 +0000)]
(Fbuffer_string): Doc fix.

24 years ago*** empty log message ***
Dave Love [Sun, 10 Sep 2000 22:16:41 +0000 (22:16 +0000)]
*** empty log message ***

24 years agoMinor doc/commentary fixes.
Dave Love [Sun, 10 Sep 2000 22:07:06 +0000 (22:07 +0000)]
Minor doc/commentary fixes.
(tildify) <defgroup>: Add :version.

24 years ago(face-x-resources): Make custom type more specific.
Dave Love [Sun, 10 Sep 2000 21:55:22 +0000 (21:55 +0000)]
(face-x-resources): Make custom type more specific.
(frame-background-mode): Use mapc.
(region) <defcustom>: Add :version.

24 years ago(mmap_enlarge): Don't return 0 if successful.
Gerd Moellmann [Sun, 10 Sep 2000 11:19:00 +0000 (11:19 +0000)]
(mmap_enlarge): Don't return 0 if successful.

24 years agos/netbsd.h: NO_C_SOURCE->NOT_C_CODE
Ken Raeburn [Sun, 10 Sep 2000 01:12:09 +0000 (01:12 +0000)]
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE

24 years ago(CYCLE_CHECK): Don't use the Lisp_Object returned
Gerd Moellmann [Sat, 9 Sep 2000 13:14:56 +0000 (13:14 +0000)]
(CYCLE_CHECK): Don't use the Lisp_Object returned
by Fmemq in a condition.

24 years ago*** empty log message ***
Stefan Monnier [Sat, 9 Sep 2000 00:50:26 +0000 (00:50 +0000)]
*** empty log message ***

24 years ago* vc-sccs.el (vc-sccs-register):
Stefan Monnier [Sat, 9 Sep 2000 00:48:41 +0000 (00:48 +0000)]
* vc-sccs.el (vc-sccs-register):
* vc-rcs.el (vc-rcs-register):
* vc-cvs.el (vc-cvs-register): Don't clear file's properties.
* vc.el (vc-register): Clear file's properties.

24 years ago(Finternal_set_lisp_face_attribute): Minor thinko.
Stefan Monnier [Sat, 9 Sep 2000 00:18:25 +0000 (00:18 +0000)]
(Finternal_set_lisp_face_attribute): Minor thinko.

24 years ago(internal-merge-in-global-face): Fix newline in doc string.
Dave Love [Fri, 8 Sep 2000 22:17:17 +0000 (22:17 +0000)]
(internal-merge-in-global-face): Fix newline in doc string.

24 years ago*** empty log message ***
Dave Love [Fri, 8 Sep 2000 21:50:30 +0000 (21:50 +0000)]
*** empty log message ***

24 years ago(mmap_fd): Remove initializer which can make it
Gerd Moellmann [Fri, 8 Sep 2000 19:52:57 +0000 (19:52 +0000)]
(mmap_fd): Remove initializer which can make it
read-only in a dumped Emacs.
(mmap_fd_1): New variable.
(mmap_set_vars): Remove local `fd'.  Save mmap_fd in mmap_fd_1,
restore it from there.
(r_alloc, r_re_alloc, r_alloc_free): Call r_alloc_init
unconditionally so that mmap_fd can be initialized there.
(r_alloc_init_fd): Open-coded in r_alloc_init; function removed.
(r_alloc_init) [REL_ALLOC_MMAP && !MAP_ANON]: Open /dev/zero.
(r_alloc_init) [REL_ALLOC_MMAP && MAP_ANON]: Set mmap_fd to -1.

24 years agoOSF M-SPC.
Dave Love [Fri, 8 Sep 2000 16:53:08 +0000 (16:53 +0000)]
OSF M-SPC.

24 years ago(r_alloc_init_fd): Move. Fix conditional for pcc.
Dave Love [Fri, 8 Sep 2000 16:31:11 +0000 (16:31 +0000)]
(r_alloc_init_fd): Move.  Fix conditional for pcc.

24 years ago*** empty log message ***
Dave Love [Fri, 8 Sep 2000 16:14:29 +0000 (16:14 +0000)]
*** empty log message ***

24 years ago(AC_FUNC_MMAP): Use fixed version from development
Dave Love [Fri, 8 Sep 2000 16:14:08 +0000 (16:14 +0000)]
(AC_FUNC_MMAP): Use fixed version from development
autoconf.

24 years agoRemove spurious `@'s.
Dave Love [Fri, 8 Sep 2000 16:13:10 +0000 (16:13 +0000)]
Remove spurious `@'s.

24 years ago(r_alloc_init): Conditionalize on SYSTEM_MALLOC, not REL_ALLOC_MMAP.
Dave Love [Fri, 8 Sep 2000 16:03:04 +0000 (16:03 +0000)]
(r_alloc_init): Conditionalize on SYSTEM_MALLOC, not REL_ALLOC_MMAP.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 8 Sep 2000 14:20:44 +0000 (14:20 +0000)]
*** empty log message ***

24 years ago(Finternal_merge_in_global_face): Return a Lisp object.
Gerd Moellmann [Fri, 8 Sep 2000 14:19:31 +0000 (14:19 +0000)]
(Finternal_merge_in_global_face): Return a Lisp object.

24 years ago(dump_glyph_row): Fix printf format string.
Gerd Moellmann [Fri, 8 Sep 2000 14:19:11 +0000 (14:19 +0000)]
(dump_glyph_row): Fix printf format string.
(display_line, move_it_in_display_line_to): Avoid compiler
warnings.

24 years ago(r_alloc_init_fd): Conditionalize on MAP_ANON.
Dave Love [Fri, 8 Sep 2000 14:10:31 +0000 (14:10 +0000)]
(r_alloc_init_fd): Conditionalize on MAP_ANON.

24 years ago(REL_ALLOC_MMAP): Define.
Dave Love [Fri, 8 Sep 2000 13:57:04 +0000 (13:57 +0000)]
(REL_ALLOC_MMAP): Define.

24 years ago(GC_MARK_STACK, REL_ALLOC_MMAP): Define.
Gerd Moellmann [Fri, 8 Sep 2000 13:56:53 +0000 (13:56 +0000)]
(GC_MARK_STACK, REL_ALLOC_MMAP): Define.

24 years ago(face-spec-set): Only face-spec-reset-face when
Gerd Moellmann [Fri, 8 Sep 2000 13:51:08 +0000 (13:51 +0000)]
(face-spec-set): Only face-spec-reset-face when
ATTRS is non-nil.

24 years agoMention REL_ALLOC_MMAP.
Dave Love [Fri, 8 Sep 2000 13:49:15 +0000 (13:49 +0000)]
Mention REL_ALLOC_MMAP.

24 years agoDon't include string.h (redundant).
Dave Love [Fri, 8 Sep 2000 13:46:27 +0000 (13:46 +0000)]
Don't include string.h (redundant).
(MAP_ANON) [REL_ALLOC_MMAP]: Ensure it's defined.
[!MAP_ANON]: Include fcntl.h.
(mmap_fd) [REL_ALLOC_MMAP]: New variable.
(r_alloc, r_re_alloc, r_alloc_free)
(mmap_enlarge, mmap_set_vars): Use it.
(r_alloc_init_fd): New function.
(__morecore) [SYSTEM_MALLOC]: Don't declare.
(r_alloc_init): Call r_alloc_init_fd.  Conditionalize stuff on
malloc type.

24 years ago(Fset_keymap_parent): Check for cycles in keymap
Gerd Moellmann [Fri, 8 Sep 2000 13:30:21 +0000 (13:30 +0000)]
(Fset_keymap_parent): Check for cycles in keymap
inheritance.

24 years ago(allocaobj) [!SYSTEM_MALLOC && REL_ALLOC_MMAP]:
Dave Love [Fri, 8 Sep 2000 13:14:07 +0000 (13:14 +0000)]
(allocaobj) [!SYSTEM_MALLOC && REL_ALLOC_MMAP]:
Remove vm-limit.o.

24 years ago(try_window_id): When trying to locate cursor in
Gerd Moellmann [Fri, 8 Sep 2000 09:50:33 +0000 (09:50 +0000)]
(try_window_id): When trying to locate cursor in
unchanged rows at the top, handle the case that we can't find it.

24 years agoFix typo in a doc string of help-insert-xref-button.
Eli Zaretskii [Fri, 8 Sep 2000 09:39:05 +0000 (09:39 +0000)]
Fix typo in a doc string of help-insert-xref-button.

24 years ago(x_draw_glyphs): Handle case START and END are out
Gerd Moellmann [Fri, 8 Sep 2000 09:35:57 +0000 (09:35 +0000)]
(x_draw_glyphs): Handle case START and END are out
of bounds more carefully.

24 years ago(SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last change to __NetBSD__.
Dave Love [Fri, 8 Sep 2000 09:25:16 +0000 (09:25 +0000)]
(SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last change to __NetBSD__.

24 years ago(compile_pattern): Check the multibyteness of cached
Kenichi Handa [Fri, 8 Sep 2000 00:46:53 +0000 (00:46 +0000)]
(compile_pattern): Check the multibyteness of cached
string and PATTERN.

24 years ago*** empty log message ***
Kenichi Handa [Fri, 8 Sep 2000 00:46:24 +0000 (00:46 +0000)]
*** empty log message ***

24 years ago(default_face_vector): Function removed.
Miles Bader [Fri, 8 Sep 2000 00:10:48 +0000 (00:10 +0000)]
(default_face_vector): Function removed.
(Finternal_merge_in_global_face): Restore old global/local
attribute override order.  Use inline loop instead of calling
default_face_vector.

24 years agoignore autogenerated leim-list.el
Sam Steingold [Thu, 7 Sep 2000 22:23:44 +0000 (22:23 +0000)]
ignore autogenerated leim-list.el

24 years ago(quail-cxterm-package-ext-info): Fix doc strings of chinese-py-b5,
Eli Zaretskii [Thu, 7 Sep 2000 20:48:12 +0000 (20:48 +0000)]
(quail-cxterm-package-ext-info): Fix doc strings of chinese-py-b5,
chinese-py, and chinese-tonepy input methods.

24 years ago(diff-mouse-goto-source): New function.
Dave Love [Thu, 7 Sep 2000 20:16:22 +0000 (20:16 +0000)]
(diff-mouse-goto-source): New function.

24 years agoDoc fixes.
Dave Love [Thu, 7 Sep 2000 20:09:41 +0000 (20:09 +0000)]
Doc fixes.
(vc-sccs-register-switches, vc-sccs-master-templates): Add
:version.

24 years agoDoc fixes.
Dave Love [Thu, 7 Sep 2000 20:02:38 +0000 (20:02 +0000)]
Doc fixes.
(vc-rcs-register-switches, vc-rcs-checkin-switches)
(vc-rcs-checkout-switches, vc-rcs-header)
(vc-rcs-master-templates): Add or change :version.

24 years agoDOc fixes.
Dave Love [Thu, 7 Sep 2000 20:01:53 +0000 (20:01 +0000)]
DOc fixes.
(vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
(vc-cvs-stay-local): Add :version.

24 years ago(obtain, relinquish, relinquish, r_alloc_size_in_use)
Gerd Moellmann [Thu, 7 Sep 2000 19:24:42 +0000 (19:24 +0000)]
(obtain, relinquish, relinquish, r_alloc_size_in_use)
(get_bloc, relocate_blocs, update_heap_bloc_correspondence)
(resize_bloc, r_alloc_sbrk, r_alloc_init): Add casts to `char *'
where necessary, in case POINTER_TYPE is `void'.

24 years ago*** empty log message ***
Eli Zaretskii [Thu, 7 Sep 2000 17:16:08 +0000 (17:16 +0000)]
*** empty log message ***

24 years ago(read-mail-item-name): New function.
Eli Zaretskii [Thu, 7 Sep 2000 17:14:55 +0000 (17:14 +0000)]
(read-mail-item-name): New function.
(menu-bar-tools-menu): Use it to compute and display the package
used to read email.
(menu-bar-tools-menu): Fix typo in GUD's help string.

24 years ago(make_terminal_frame): Initialize frame foreground and
Eli Zaretskii [Thu, 7 Sep 2000 17:12:48 +0000 (17:12 +0000)]
(make_terminal_frame): Initialize frame foreground and
background colors to unspecified, for the initial instance of an
MSDOS frame.

24 years ago(mmap_find): Fix overlap computation.
Gerd Moellmann [Thu, 7 Sep 2000 16:10:38 +0000 (16:10 +0000)]
(mmap_find): Fix overlap computation.
(mmap_enlarge): Compute nbytes before trying to find an
overlapping region.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 7 Sep 2000 14:43:12 +0000 (14:43 +0000)]
*** empty log message ***

24 years ago(color-values): Doc fix.
Gerd Moellmann [Thu, 7 Sep 2000 14:10:09 +0000 (14:10 +0000)]
(color-values): Doc fix.

24 years ago(xdialog_show): When looking up the selection in
Gerd Moellmann [Thu, 7 Sep 2000 14:05:55 +0000 (14:05 +0000)]
(xdialog_show): When looking up the selection in
menu_items, take `quote' boundaries into account; this corresponds
to a nil ITEM in x-popup-dialog.

24 years ago(syms_of_lread): Change value of regexp
Gerd Moellmann [Thu, 7 Sep 2000 14:05:42 +0000 (14:05 +0000)]
(syms_of_lread): Change value of regexp
Vbytecomp_version_regexp to not match some XEmacs-compiled files.

24 years ago(smaller_face): Compare font heights with `<' and `>'
Gerd Moellmann [Thu, 7 Sep 2000 14:05:23 +0000 (14:05 +0000)]
(smaller_face): Compare font heights with `<' and `>'
instead of `!='.

24 years ago(menu-bar-options-menu): Fix the font-lock toggle.
Dave Love [Thu, 7 Sep 2000 13:51:59 +0000 (13:51 +0000)]
(menu-bar-options-menu): Fix the font-lock toggle.

24 years ago(MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80, not 0x81.
Kenichi Handa [Thu, 7 Sep 2000 13:02:27 +0000 (13:02 +0000)]
(MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80, not 0x81.
(MIN_CHAR_OFFICIAL_DIMENSION1): Define it as ((0x81 - 0x70) << 7).

24 years ago(detect_coding_sjis): Check the byte sequence more regidly.
Kenichi Handa [Thu, 7 Sep 2000 13:01:44 +0000 (13:01 +0000)]
(detect_coding_sjis): Check the byte sequence more regidly.