bpt/emacs.git
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.

23 years ago(emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing
Gerd Moellmann [Mon, 23 Oct 2000 15:03:55 +0000 (15:03 +0000)]
(emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing
null.

23 years ago(x_connection_closed): Reset handling_signal.
Gerd Moellmann [Mon, 23 Oct 2000 15:01:52 +0000 (15:01 +0000)]
(x_connection_closed): Reset handling_signal.

23 years ago(window_scroll_pixel_based, window_scroll_line_based):
Miles Bader [Mon, 23 Oct 2000 13:48:52 +0000 (13:48 +0000)]
(window_scroll_pixel_based, window_scroll_line_based):
  Pass nil for FULLY argument to Fpos_visible_in_window_p to
  maintain old behavior.

23 years ago(Fminibuffer_complete): Pass nil for FULLY argument to
Miles Bader [Mon, 23 Oct 2000 13:46:41 +0000 (13:46 +0000)]
(Fminibuffer_complete):  Pass nil for FULLY argument to
Fpos_visible_in_window_p to maintain old behavior.

23 years agoUpdate from version 5.1 of the Gnus repository.
Gerd Moellmann [Mon, 23 Oct 2000 13:16:41 +0000 (13:16 +0000)]
Update from version 5.1 of the Gnus repository.
Update copyright and change @setfilename.

23 years agoUpdate from version 5.213 from the Gnus repository.
Gerd Moellmann [Mon, 23 Oct 2000 13:15:56 +0000 (13:15 +0000)]
Update from version 5.213 from the Gnus repository.
Change @setfilename.

23 years agoRemove bits redundant with define-minor-mode.
Dave Love [Mon, 23 Oct 2000 12:35:01 +0000 (12:35 +0000)]
Remove bits redundant with define-minor-mode.

23 years ago(byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
Miles Bader [Mon, 23 Oct 2000 10:27:47 +0000 (10:27 +0000)]
(byte-compile-file): Bind `byte-compile-last-logged-file' to nil.

23 years ago[the following changes fix a bug where `define-minor-mode' didn't
Miles Bader [Mon, 23 Oct 2000 09:16:47 +0000 (09:16 +0000)]
[the following changes fix a bug where `define-minor-mode' didn't
correctly generate :require clauses for defcustoms in compiled files]

(byte-compile-last-logged-file):
  New variable.
(byte-compile-log-file, byte-compile-log-1):
  Don't set `byte-compile-current-file' to nil.
  Instead set `byte-compile-last-logged-file' to it.
  Test whether byte-compile-current-file equals byte-compile-last-logged-file
    instead of whether its nil.

23 years ago*** empty log message ***
Stefan Monnier [Mon, 23 Oct 2000 08:43:03 +0000 (08:43 +0000)]
*** empty log message ***

23 years agoFix var names in doc.
Stefan Monnier [Mon, 23 Oct 2000 07:35:30 +0000 (07:35 +0000)]
Fix var names in doc.
(refill-mode): Don't bother with make-local-hook anymore.

23 years ago(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader [Mon, 23 Oct 2000 05:37:24 +0000 (05:37 +0000)]
(woman-italic-face, woman-bold-face, woman-unknown-face):
  Add dark-background variants.
(woman-default-faces):
  Renamed from `woman-colour-faces'.
  Set using the stored defaults, rather than using hard-wired colors.
(woman-monochrome-faces):
  Renamed from `woman-black-faces'.
  Just make the foreground `unspecified' rather than "black".
(woman-menu):
  Rename menu entries accordingly.

23 years ago(face-user-default-spec, face-default-spec): New functions.
Miles Bader [Mon, 23 Oct 2000 05:32:59 +0000 (05:32 +0000)]
(face-user-default-spec, face-default-spec): New functions.
(face-spec-choose, face-spec-set): Document nil-SPEC behavior.
(frame-set-background-mode, face-set-after-frame-default):
  Use `face-user-default-spec'.  Simplify code slightly.

23 years ago(header-line): Make more reasonable on mono/grayscale displays.
Miles Bader [Mon, 23 Oct 2000 04:50:20 +0000 (04:50 +0000)]
(header-line): Make more reasonable on mono/grayscale displays.

23 years ago*** empty log message ***
Miles Bader [Mon, 23 Oct 2000 03:32:59 +0000 (03:32 +0000)]
*** empty log message ***

23 years ago(VCENTER_BASELINE_OFFSET): Bias the division by two, so that when a font
Miles Bader [Mon, 23 Oct 2000 03:14:04 +0000 (03:14 +0000)]
(VCENTER_BASELINE_OFFSET): Bias the division by two, so that when a font
can't be exactly centered, it errs up rather than down.

23 years ago2000-10-22 15:07:47 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sun, 22 Oct 2000 19:08:26 +0000 (19:08 +0000)]
2000-10-22 15:07:47  ShengHuo ZHU  <zsh@cs.rochester.edu>

* fns.c (Fbase64_decode_string): The decoded result should be
unibyte.

23 years agoInitial check-in: changes for building Emacs under Mac OS.
Andrew Choi [Sun, 22 Oct 2000 16:50:16 +0000 (16:50 +0000)]
Initial check-in: changes for building Emacs under Mac OS.

2000-10-23  Andrew Choi  <akochoi@i-cable.com>

* dispextern.h [macintosh]: Include macgui.h instead of macterm.h.

* dispnew.c [macintosh]: Include macterm.h.
(init_display) [macintosh]: initialization for window system.

* emacs.c (main) [macintosh]: Call syms_of_textprop,
syms_of_macfns, syms_of_ccl, syms_of_fontset, syms_of_xterm,
syms_of_search, x_term_init, and init_keyboard before calling
init_window_once.  Also, call syms_of_xmenu.

* fontset.c (syms_of_fontset) [macintosh]: Set ASCII font of
default fontset to Monaco.

* frame.c [macintosh]: Include macterm.h.  Remove declarations of
NewMacWindow and DisposeMacWindow.
(make_terminal_frame) [macintosh]: Call make_mac_terminal_frame
instead of calling NewMacWindow and setting fields of
f->output_data.mac directly.  Call init_frame_faces.
(Fdelete_frame) [macintosh]: Remove unused code.
(Fmodify_frame_parameters) [macintosh]: Call
x_set_frame_parameters instead of mac_set_frame_parameters.

* frame.h [macintosh]: Define menu_bar_lines field in struct
frame.  Define FRAME_EXTERNAL_MENU_BAR macro.

* keyboard.c [macintosh]: Include macterm.h.
(kbd_buffer_get_event) [macintosh]: Generate delete_window_event
and menu_bar_activate_event type events as for X and NT.
(make_lispy_event) [macintosh]: Construct lisp events of type
MENU_BAR_EVENT as for X and NT.

* sysdep.c [macintosh]: Remove declaration for sys_signal.
Include stdlib.h.  Remove definition of Vx_bitmap_file_path.
(sys_subshell) [macintosh]: Remove definition entirely.
(init_sys_modes) [macintosh]: Do not initialize Vwindow_system and
Vwindow_system_version here.  Remove initialization of
Vx_bitmap_file_path.
(read_input_waiting): Correct the number of parameters passed to
read_socket_hook.
Move all Macintosh functions to mac/mac.c.

* term.c [macintosh]: Include macterm.h.

* window.c [macintosh]: Include macterm.h.

* xdisp.c [macintosh]: Include macterm.h.  Declare
set_frame_menubar and pending_menu_activation.
(echo_area_display) [macintosh]: Do not return if terminal frame
is the selected frame.
(update_menu_bar) [macintosh]: Check FRAME_EXTERNAL_MENU_BAR (f).
Allow only the selected frame to set menu bar.
(redisplay_window) [macintosh]: Obtain menu bar to redisplay by
calling FRAME_EXTERNAL_MENU_BAR (f).
(display_menu_bar) [macintosh]: Check FRAME_MAC_P (f).

* xfaces.c [macintosh]: Include macterm.h.  Define x_display_info
and check_x.  Declare XCreateGC.  Define x_create_gc and
x_free_gc.  Initialize font_sort_order.
(x_face_list_fonts) [macintosh]: Use the same code as WINDOWSNT,
but call x_list_fonts instead of w32_list_fonts.
(Finternal_face_x_get_resource) [macintosh]: Do not call
display_x_get_resource.
(prepare_face_for_display) [macintosh]: Set xgcv.font.
(realize_x_face) [macintosh]: Load the font if it is specified in
ATTRS.
(syms_of_xfaces) [macintosh]: Initialize Vscalable_fonts_allowed
to Qt.

* cus-edit.el (custom-button-face): Use 3D look for mac.
(custom-button-pressed-face): Likewise.

* faces.el (set-face-attributes-from-resources): Handle mac frames
in the same way as x and w32 frames.
(face-valid-attribute-values): Likewise.
(read-face-attribute): Likewise.
(defined-colors): Likewise.
(color-defined-p): Likewise.
(color-values): Likewise.
(display-grayscale-p): Likewise.
(face-set-after-frame-default): Likewise.
(mode-line): Same default face as for x and w32.
(tool-bar): Likewise.

* frame.el: Remove call to frame-notice-user-settings at end of
the file.

* info.el (Info-fontify-node): make underlines invisible for mac
as for x, pc, and w32 frame types.

* term/mac-win.el: New file.

23 years agorefill-mode
Dave Love [Sun, 22 Oct 2000 16:29:14 +0000 (16:29 +0000)]
refill-mode

23 years ago*** empty log message ***
Dave Love [Sun, 22 Oct 2000 16:28:19 +0000 (16:28 +0000)]
*** empty log message ***

23 years ago#
André Spiegel [Sun, 22 Oct 2000 15:45:05 +0000 (15:45 +0000)]
#

23 years ago(vc-checkout): Added `-p' suffix in call to vc-make-version-backups-p;
André Spiegel [Sun, 22 Oct 2000 15:37:51 +0000 (15:37 +0000)]
(vc-checkout): Added `-p' suffix in call to vc-make-version-backups-p;
use vc-make-version-backup to actually make the backup.
(vc-version-other-window, vc-version-backup-file): Handle both
automatic and manual backups.
(vc-revert-file): Use vc-delete-automatic-version-backups to get rid
of all of them.

23 years ago(vc-cvs-make-version-backups-p): Added `-p' suffix as expected by
André Spiegel [Sun, 22 Oct 2000 15:31:11 +0000 (15:31 +0000)]
(vc-cvs-make-version-backups-p): Added `-p' suffix as expected by
vc[-hooks].el.

23 years ago(vc-version-backup-file-name): New optional args MANUAL and REGEXP.
André Spiegel [Sun, 22 Oct 2000 15:28:58 +0000 (15:28 +0000)]
(vc-version-backup-file-name): New optional args MANUAL and REGEXP.
(vc-delete-automatic-version-backups, vc-make-version-backup): New
functions.
(vc-before-save): Use the latter.
(vc-default-make-version-backups-p): Added `-p' suffix to avoid
confusion.

23 years agoFix a typo in a comment.
Eli Zaretskii [Sun, 22 Oct 2000 14:00:19 +0000 (14:00 +0000)]
Fix a typo in a comment.

23 years ago(comint-highlight-input, comint-highlight-prompt):
Miles Bader [Sun, 22 Oct 2000 12:36:41 +0000 (12:36 +0000)]
(comint-highlight-input, comint-highlight-prompt):
  Renamed, `-face' at end removed.
(comint-send-input, comint-output-filter):
  Use renamed faces.

23 years agoClean up comint entries a bit.
Miles Bader [Sun, 22 Oct 2000 10:20:30 +0000 (10:20 +0000)]
Clean up comint entries a bit.

23 years ago*** empty log message ***
Stefan Monnier [Sun, 22 Oct 2000 10:00:59 +0000 (10:00 +0000)]
*** empty log message ***