bpt/emacs.git
23 years ago(decode_coding): Fix previous change (check also
Kenichi Handa [Thu, 26 Oct 2000 01:22:29 +0000 (01:22 +0000)]
(decode_coding): Fix previous change (check also
CODING_MODE_LAST_BLOCK).

23 years ago*** empty log message ***
Kenichi Handa [Thu, 26 Oct 2000 01:22:14 +0000 (01:22 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Miles Bader [Thu, 26 Oct 2000 00:47:27 +0000 (00:47 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Stefan Monnier [Thu, 26 Oct 2000 00:46:48 +0000 (00:46 +0000)]
*** empty log message ***

23 years ago(comint-mode): Locally set `next-line-add-newlines' to nil.
Miles Bader [Thu, 26 Oct 2000 00:46:47 +0000 (00:46 +0000)]
(comint-mode): Locally set `next-line-add-newlines' to nil.
(comint-mode-map): Reverse order of `comint-write-output' and
  `comint-append-output-to-file'.
(comint-append-output-to-file): Reinstate this function, for the
  benefit of the menu.

23 years agoMore `unsigned char' -> `re_char' changes.
Stefan Monnier [Thu, 26 Oct 2000 00:45:01 +0000 (00:45 +0000)]
More `unsigned char' -> `re_char' changes.
Also change several `int' into `re_wchar_t'.
(PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
(PUSH_FAILURE_POINTER): Don't cast any more.
(POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
We want GCC to complain, since this piece of code makes
re_match non-reentrant, which *should* be fixed.
(GET_BUFFER_SPACE): Use size_t rather than unsigned long.
(EXTEND_BUFFER): Use RETALLOC.
(SET_LIST_BIT): Don't cast.
(re_wchar_t): New type.
(re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
that those two functions will always properly return.
(IMMEDIATE_QUIT_CHECK): Cast to void.
(analyse_first): Use recursion rather than an explicit stack.
(re_compile_fastmap): Can't fail anymore.
(re_search_2): Don't check re_compile_fastmap for failure.
(PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
Now also sets the new value (passed in a new argument).
(re_match_2_internal): Use it.
Also, use a new var `reg' of type size_t when looping through regs
rather than reuse the inappropriate `mcnt'.

23 years ago*** empty log message ***
Stefan Monnier [Wed, 25 Oct 2000 23:36:06 +0000 (23:36 +0000)]
*** empty log message ***

23 years ago(where_is_cache, where_is_cache_keymaps): New vars.
Stefan Monnier [Wed, 25 Oct 2000 23:35:21 +0000 (23:35 +0000)]
(where_is_cache, where_is_cache_keymaps): New vars.
(Fset_keymap_parent, store_in_keymap): Flush the where-is cache.
(where_is_internal): Renamed from Fwhere_is_internal.
Don't DEFUN any more. Arg `xkeymap' replaced by `keymaps'.
(Fwhere_is_internal): New function wrapping where_is_internal.
(where_is_internal_1): Handle the case where we're filling the cache.
(syms_of_keymap): Init and gcpro the where_is_cache(|_keymaps).

23 years ago(vc-version-other-window): Bind `file'.
Stefan Monnier [Wed, 25 Oct 2000 21:45:09 +0000 (21:45 +0000)]
(vc-version-other-window): Bind `file'.

23 years ago*** empty log message ***
Jason Rumney [Wed, 25 Oct 2000 19:10:39 +0000 (19:10 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 25 Oct 2000 19:09:24 +0000 (19:09 +0000)]
*** empty log message ***

23 years ago(batch-update-authors): New function.
Gerd Moellmann [Wed, 25 Oct 2000 19:01:38 +0000 (19:01 +0000)]
(batch-update-authors): New function.
(authors-fixed-entries): New defconst.
(authors-add-fixed-entries): New function.
(authors): Call it.: Don't process lispref/.

23 years ago(update-authors): New target for maintenance
Gerd Moellmann [Wed, 25 Oct 2000 19:00:55 +0000 (19:00 +0000)]
(update-authors): New target for maintenance
purposes.

23 years ago(custom-button-face, custom-button-pressed-face): Merge x w32 and mac
Jason Rumney [Wed, 25 Oct 2000 18:45:11 +0000 (18:45 +0000)]
(custom-button-face, custom-button-pressed-face): Merge x w32 and mac
definitions.

23 years ago*** empty log message ***
Jason Rumney [Wed, 25 Oct 2000 18:44:01 +0000 (18:44 +0000)]
*** empty log message ***

23 years ago(cperl-mode): Set
Dave Love [Wed, 25 Oct 2000 13:41:19 +0000 (13:41 +0000)]
(cperl-mode): Set
normal-auto-fill-function correctly.

23 years ago(pos_visible_p): Don't add `it.current_y' twice.
Miles Bader [Wed, 25 Oct 2000 13:14:16 +0000 (13:14 +0000)]
(pos_visible_p): Don't add `it.current_y' twice.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 25 Oct 2000 12:14:15 +0000 (12:14 +0000)]
*** empty log message ***

23 years ago(menu-bar-options-menu): Add a help string for
Gerd Moellmann [Wed, 25 Oct 2000 12:13:52 +0000 (12:13 +0000)]
(menu-bar-options-menu): Add a help string for
`uniquify'.

23 years ago(time-stamp-string-preprocess): Fix a wrong
Gerd Moellmann [Wed, 25 Oct 2000 12:08:59 +0000 (12:08 +0000)]
(time-stamp-string-preprocess): Fix a wrong
type argument error.

23 years ago(pos_visible_p): New function.
Gerd Moellmann [Wed, 25 Oct 2000 11:55:10 +0000 (11:55 +0000)]
(pos_visible_p): New function.

23 years ago(pos_visible_p): Add prototype.
Gerd Moellmann [Wed, 25 Oct 2000 11:54:27 +0000 (11:54 +0000)]
(pos_visible_p): Add prototype.

23 years ago(pos_fully_visible_p): Removed.
Gerd Moellmann [Wed, 25 Oct 2000 11:53:54 +0000 (11:53 +0000)]
(pos_fully_visible_p): Removed.
(Fpos_visible_in_window_p): Use pos_visible_p to determine
if position is visible and/or fully visible.

23 years agoRemove file mac/.emacs.
Andrew Choi [Wed, 25 Oct 2000 11:48:28 +0000 (11:48 +0000)]
Remove file mac/.emacs.

23 years ago2000-10-25 Andrew Choi <akochoi@i-cable.com>
Andrew Choi [Wed, 25 Oct 2000 11:47:10 +0000 (11:47 +0000)]
2000-10-25  Andrew Choi  <akochoi@i-cable.com>

* cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.

* cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.

* inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.

* inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.

23 years ago(mouse-wheel-mode): New global minor mode.
Miles Bader [Wed, 25 Oct 2000 11:39:51 +0000 (11:39 +0000)]
(mouse-wheel-mode): New global minor mode.
(mwheel-install): Use `mouse-wheel-mode'.

23 years ago(recentf-mode): Variable removed.
Miles Bader [Wed, 25 Oct 2000 11:38:08 +0000 (11:38 +0000)]
(recentf-mode): Variable removed.
(recentf-mode): Use `define-minor-mode'.

23 years agoSay that Emacs can now be built on the Macintosh.
Andrew Choi [Wed, 25 Oct 2000 11:27:50 +0000 (11:27 +0000)]
Say that Emacs can now be built on the Macintosh.

23 years ago(send_process): If OBJECT is t, it means that the data
Kenichi Handa [Wed, 25 Oct 2000 11:06:51 +0000 (11:06 +0000)]
(send_process): If OBJECT is t, it means that the data
is from C string, but we should encode it.  Before calling
setup_raw_text_coding_system, be sure to flush out data by the
previous coding system.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 25 Oct 2000 11:06:35 +0000 (11:06 +0000)]
*** empty log message ***

23 years agoDon't
Dave Love [Wed, 25 Oct 2000 09:55:35 +0000 (09:55 +0000)]
Don't
inherit from global-map and don't nullify menu-bar and tool-bar
bindings since keymap properties DTRT.

23 years ago(Visiting Functions): Typos.
Gerd Moellmann [Wed, 25 Oct 2000 09:46:57 +0000 (09:46 +0000)]
(Visiting Functions): Typos.

23 years ago*** empty log message ***
Miles Bader [Wed, 25 Oct 2000 07:36:30 +0000 (07:36 +0000)]
*** empty log message ***

23 years ago(find_field):
Miles Bader [Wed, 25 Oct 2000 07:35:11 +0000 (07:35 +0000)]
(find_field):
  Use the correct overlay marker when checking after_overlay's start ins type.

23 years ago(overlays_at): Only let CHANGE_REQ inhibit an assignment of startpos to
Miles Bader [Wed, 25 Oct 2000 07:30:21 +0000 (07:30 +0000)]
(overlays_at): Only let CHANGE_REQ inhibit an assignment of startpos to
  prev when startpos == pos.

23 years ago(widget-field-at): New function.
Miles Bader [Wed, 25 Oct 2000 07:16:44 +0000 (07:16 +0000)]
(widget-field-at): New function.
(widget-at, widget-field-activate): Use it.
(widget-tabable-at): Use `widget-at'.
(widget-specify-field): If the terminating character of the widget
  field (which is read-only) is a newline, put it into a special
  `boundary' field so that C-n/C-p act more naturally.
(widget-field-end): Also don't subtract one if a special
  `boundary' field has been added after the widget field.

23 years ago*** empty log message ***
Miles Bader [Wed, 25 Oct 2000 05:38:31 +0000 (05:38 +0000)]
*** empty log message ***

23 years ago(widget-beginning-of-line, widget-end-of-line):
Miles Bader [Wed, 25 Oct 2000 05:37:15 +0000 (05:37 +0000)]
(widget-beginning-of-line, widget-end-of-line):
  Replace with aliases of the normal emacs b-o-l/e-o-l functions.
(widget-field-keymap, widget-text-keymap):
  Don't bind C-a/C-e.

23 years ago(comint-output-filter, comint-send-input):
Miles Bader [Wed, 25 Oct 2000 05:21:54 +0000 (05:21 +0000)]
(comint-output-filter, comint-send-input):
  Don't bother adding stickiness fields to overlays to fool the field
  code, since it should notice the overlay insertion-types now.

23 years ago(find_field):
Miles Bader [Wed, 25 Oct 2000 05:18:10 +0000 (05:18 +0000)]
(find_field):
  Set the field stickiness correctly from overlay fields.
  Use renamed `text_property_stickiness'.
(text_property_stickiness):
  Renamed from `char_property_stickiness'.

23 years ago(get_char_property_and_overlay): New function.
Miles Bader [Wed, 25 Oct 2000 05:14:01 +0000 (05:14 +0000)]
(get_char_property_and_overlay): New function.
(Fget_char_property): Use it.

23 years ago(get_char_property_and_overlay): Add declaration.
Miles Bader [Wed, 25 Oct 2000 05:13:17 +0000 (05:13 +0000)]
(get_char_property_and_overlay): Add declaration.

23 years agoUse AREF, ASET and ASIZE macros.
Stefan Monnier [Wed, 25 Oct 2000 04:42:23 +0000 (04:42 +0000)]
Use AREF, ASET and ASIZE macros.
(Fmake_sparse_keymap): Docstring fix.
(synkey): Remove.
(shadow_lookup): Move up.
Handle the case where lookup-key returns an integer.
(where_is_internal_1): Drop arg `keymap'. Don't check shadowing.
(where_is_internal_2): Adapt to fewer args for where_is_internal_1.
(Fwhere_is_internal): Allow `xkeymap' to be a list of keymaps.
Simplify/rewrite the keymap-finding code.
Add check for command shadowing, using shadow_lookup.

23 years ago*** empty log message ***
Stefan Monnier [Wed, 25 Oct 2000 03:02:29 +0000 (03:02 +0000)]
*** empty log message ***

23 years ago(fix_submap_inheritance): Use get_keymap_1 on parent_entry
Stefan Monnier [Wed, 25 Oct 2000 03:02:17 +0000 (03:02 +0000)]
(fix_submap_inheritance): Use get_keymap_1 on parent_entry
rather than KEYMAPP, to allow EQ to work correctly if parent_entry is
a symbol.

23 years agoUpdate.
Miles Bader [Wed, 25 Oct 2000 02:55:21 +0000 (02:55 +0000)]
Update.

23 years ago(Visiting Functions): Return value of find-file-noselect may be a list
Kenichi Handa [Wed, 25 Oct 2000 00:42:48 +0000 (00:42 +0000)]
(Visiting Functions): Return value of find-file-noselect may be a list
of buffers if wildcards are used.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 25 Oct 2000 00:42:31 +0000 (00:42 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Tue, 24 Oct 2000 23:17:02 +0000 (23:17 +0000)]
*** empty log message ***

23 years agogetenv is a command
Dave Love [Tue, 24 Oct 2000 23:15:39 +0000 (23:15 +0000)]
getenv is a command

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 24 Oct 2000 21:19:27 +0000 (21:19 +0000)]
*** empty log message ***

23 years ago(ps-generate): Fix odd/even pages printing bug.
Gerd Moellmann [Tue, 24 Oct 2000 21:17:40 +0000 (21:17 +0000)]
(ps-generate): Fix odd/even pages printing bug.

23 years agoNow there is a column formatting mechanism.
Gerd Moellmann [Tue, 24 Oct 2000 21:17:06 +0000 (21:17 +0000)]
Now there is a column formatting mechanism.
Modified to customization mechanisms convention.  Doc fix.
(columns): New group for delim-col.
(delimit-columns-before, delimit-columns-after)
(delimit-columns-format, delimit-columns-extra, delimit-columns-start)
(delimit-columns-end): New vars.
(delimit-columns-customize, delimit-columns-format): New funs.
(delimit-columns-region, delimit-columns-rectangle)
(delimit-columns-rectangle-line): Modified to support column
formatting.

23 years ago(unlock_all_files): Use unlock_file to expand each
Gerd Moellmann [Tue, 24 Oct 2000 20:57:11 +0000 (20:57 +0000)]
(unlock_all_files): Use unlock_file to expand each
buffer's file_truename before trying remove its lock file.

23 years ago(authors-aliases): Add some more aliases.
Gerd Moellmann [Tue, 24 Oct 2000 20:41:46 +0000 (20:41 +0000)]
(authors-aliases): Add some more aliases.
(authors): Set file coding system to iso-2022-7bit.  Add
file-local variables to output buffer.

23 years ago(after-find-file): Don't print any warnings if
Gerd Moellmann [Tue, 24 Oct 2000 15:18:19 +0000 (15:18 +0000)]
(after-find-file): Don't print any warnings if
WARN is nil.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 24 Oct 2000 15:11:21 +0000 (15:11 +0000)]
*** empty log message ***

23 years ago(after-find-file): Don't print a message ``New file''
Gerd Moellmann [Tue, 24 Oct 2000 15:06:14 +0000 (15:06 +0000)]
(after-find-file): Don't print a message ``New file''
if WARN is nil.

23 years ago(directory_files_internal_unwind): New function.
Andrew Innes [Tue, 24 Oct 2000 14:45:36 +0000 (14:45 +0000)]
(directory_files_internal_unwind): New function.
(directory_files_internal): Use it to ensure closedir is called
even if expand-file-name or file-attributes throw, eg. because of
a user interrupt.  Also enable immediate_quit while calling
re_search, so that matching can be interrupted as well.

23 years ago(size_window): Prevent setting window's width or
Gerd Moellmann [Tue, 24 Oct 2000 14:05:50 +0000 (14:05 +0000)]
(size_window): Prevent setting window's width or
height to a negative value (esp. with XSETFASTINT).

23 years ago(IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
Andrew Innes [Tue, 24 Oct 2000 14:00:55 +0000 (14:00 +0000)]
(IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
NT-Emacs only.
(re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
so that re_search functions only quit when callers expect them to.

23 years ago(state_protected_p, last_state_size, last_heapinfo)
Gerd Moellmann [Tue, 24 Oct 2000 12:41:23 +0000 (12:41 +0000)]
(state_protected_p, last_state_size, last_heapinfo)
[GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New variables.
(protect_malloc_state) [GC_MALLOC_CHECK &&
GC_PROTECT_MALLOC_STATE]: New function.
(PROTECT_MALLOC_STATE): New macro.
(__malloc_initialize, morecore, _malloc_internal)
(_free_internal) _realloc_internal): Use it to make _heapinfo
read-only outside of gmalloc.

23 years ago*** empty log message ***
Dave Love [Tue, 24 Oct 2000 12:40:08 +0000 (12:40 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 24 Oct 2000 12:32:53 +0000 (12:32 +0000)]
*** empty log message ***

23 years agoUpdate copyright.
Gerd Moellmann [Tue, 24 Oct 2000 12:32:33 +0000 (12:32 +0000)]
Update copyright.

23 years ago(widget-field-keymap, widget-text-keymap): Define
Gerd Moellmann [Tue, 24 Oct 2000 12:27:45 +0000 (12:27 +0000)]
(widget-field-keymap, widget-text-keymap): Define
the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
get duplicate tool-bar entries because we'll see the global ones
on more than one path through keymaps.

23 years ago(log-edit): Add :version and a :group for vc.
Dave Love [Tue, 24 Oct 2000 11:27:41 +0000 (11:27 +0000)]
(log-edit): Add :version and a :group for vc.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 24 Oct 2000 11:23:14 +0000 (11:23 +0000)]
*** empty log message ***

23 years ago(defun-prompt-regexp): Doc fix.
Gerd Moellmann [Tue, 24 Oct 2000 11:22:48 +0000 (11:22 +0000)]
(defun-prompt-regexp): Doc fix.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 24 Oct 2000 11:05:37 +0000 (11:05 +0000)]
*** empty log message ***

23 years ago(xbacktrace): Handle case that $bt->function isn't
Gerd Moellmann [Tue, 24 Oct 2000 10:55:57 +0000 (10:55 +0000)]
(xbacktrace): Handle case that $bt->function isn't
a symbol.

23 years ago(fit-window-to-buffer): Adjust point of the window buffer, not that of
Kenichi Handa [Tue, 24 Oct 2000 10:52:22 +0000 (10:52 +0000)]
(fit-window-to-buffer): Adjust point of the window buffer, not that of
the current buffer.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 24 Oct 2000 10:52:06 +0000 (10:52 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 24 Oct 2000 09:27:58 +0000 (09:27 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Eli Zaretskii [Tue, 24 Oct 2000 09:17:31 +0000 (09:17 +0000)]
*** empty log message ***

23 years agoUpdate author's email address.
Eli Zaretskii [Tue, 24 Oct 2000 09:15:44 +0000 (09:15 +0000)]
Update author's email address.

23 years ago(decode_coding_emacs_mule): If coding->eol_type is CR
Eli Zaretskii [Tue, 24 Oct 2000 09:04:35 +0000 (09:04 +0000)]
(decode_coding_emacs_mule): If coding->eol_type is CR
or CRLF, decode EOLs.

23 years ago(regex_compile): Fix previous change.
Kenichi Handa [Tue, 24 Oct 2000 08:27:34 +0000 (08:27 +0000)]
(regex_compile): Fix previous change.

23 years ago(regex_compile): Change the way of handling a range from a char less
Kenichi Handa [Tue, 24 Oct 2000 08:10:27 +0000 (08:10 +0000)]
(regex_compile): Change the way of handling a range from a char less
than 256 to a char not less than 256.

23 years ago*** empty log message ***
Miles Bader [Tue, 24 Oct 2000 06:22:03 +0000 (06:22 +0000)]
*** empty log message ***

23 years ago(Defining Faces): Document `graphic' display type in face specs.
Miles Bader [Tue, 24 Oct 2000 06:21:50 +0000 (06:21 +0000)]
(Defining Faces): Document `graphic' display type in face specs.

23 years ago(face-spec-set-match-display):
Miles Bader [Tue, 24 Oct 2000 06:16:20 +0000 (06:16 +0000)]
(face-spec-set-match-display):
  Add `graphic' display type (the inverse of `tty').
  Use `display-graphic-p' instead of the window-system variable.

23 years ago(Fdisplay_buffer): Fix doc.
Kenichi Handa [Tue, 24 Oct 2000 04:39:01 +0000 (04:39 +0000)]
(Fdisplay_buffer): Fix doc.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 24 Oct 2000 04:38:25 +0000 (04:38 +0000)]
*** empty log message ***

23 years ago(isearch-with-input-method): Call input-method-function with the first
Kenichi Handa [Tue, 24 Oct 2000 01:34:25 +0000 (01:34 +0000)]
(isearch-with-input-method): Call input-method-function with the first
event in unread-command-events.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 24 Oct 2000 01:34:06 +0000 (01:34 +0000)]
*** empty log message ***

23 years ago(face-default-spec, face-user-default-spec): Make defsubsts.
Miles Bader [Tue, 24 Oct 2000 01:17:23 +0000 (01:17 +0000)]
(face-default-spec, face-user-default-spec): Make defsubsts.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 24 Oct 2000 00:09:09 +0000 (00:09 +0000)]
*** empty log message ***

23 years ago(VCENTER_BASELINE_OFFSET): Bias division (see xterm.c comment below).
Jason Rumney [Mon, 23 Oct 2000 22:14:57 +0000 (22:14 +0000)]
(VCENTER_BASELINE_OFFSET): Bias division (see xterm.c comment below).

23 years ago(x_to_w32_font): Initialize dpi from dpyinfo->resy.
Jason Rumney [Mon, 23 Oct 2000 22:11:51 +0000 (22:11 +0000)]
(x_to_w32_font): Initialize dpi from dpyinfo->resy.

23 years ago(syms_of_fontset) [WINDOWSNT]: Special case for ASCII font of default
Jason Rumney [Mon, 23 Oct 2000 22:10:00 +0000 (22:10 +0000)]
(syms_of_fontset) [WINDOWSNT]: Special case for ASCII font of default
fontset on Windows.

23 years ago*** empty log message ***
Dave Love [Mon, 23 Oct 2000 21:05:41 +0000 (21:05 +0000)]
*** empty log message ***

23 years ago(tool-bar-add-item-from-menu)
Dave Love [Mon, 23 Oct 2000 18:00:51 +0000 (18:00 +0000)]
(tool-bar-add-item-from-menu)
(tool-bar-add-item): Set foreground and background for XBM icons.

23 years ago*** empty log message ***
Dave Love [Mon, 23 Oct 2000 17:51:33 +0000 (17:51 +0000)]
*** empty log message ***

23 years agoAndrew Choi <akochoi@i-cable.com>
Andrew Choi [Mon, 23 Oct 2000 17:49:59 +0000 (17:49 +0000)]
Andrew Choi  <akochoi@i-cable.com>

        * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
        New charsets.

        * term/mac-win.el: Remove definitions of mac-roman-lower and
        mac-roman-upper, require dired, and define instead of set
        mac-ready-for-drag-n-drop to avoid compilation error.

        * src/macterm.c (XTread_socket): check whether Lisp variable
        mac-ready-for-drag-n-drop is bound rather than non-nil value.

23 years ago(latin1-char-displayable-p): New
Dave Love [Mon, 23 Oct 2000 17:47:06 +0000 (17:47 +0000)]
(latin1-char-displayable-p): New
function (from Handa).
(latin1-display-check-font): Use it.

23 years ago(make-backup-file-name-1) [windowsnt, ms-dos]: Remove
Andrew Innes [Mon, 23 Oct 2000 17:40:16 +0000 (17:40 +0000)]
(make-backup-file-name-1) [windowsnt, ms-dos]: Remove
superfluous calls to subst-char-in-string; instead apply
expand-file-name after convert-standard-filename to ensure
expected directory separators are used.

23 years agorefill mode
Dave Love [Mon, 23 Oct 2000 17:33:29 +0000 (17:33 +0000)]
refill mode

23 years ago(imenu--create-keymap-2): Build menu with menu-item
Dave Love [Mon, 23 Oct 2000 17:24:54 +0000 (17:24 +0000)]
(imenu--create-keymap-2): Build menu with menu-item
using :key-sequence, making it much more usable.  Use nconc, not
append.
(imenu--create-keymap-1): Avoid append.

23 years ago(Info-file-list-for-emacs): Add an entry for Eshell.
Eli Zaretskii [Mon, 23 Oct 2000 15:50:51 +0000 (15:50 +0000)]
(Info-file-list-for-emacs): Add an entry for Eshell.