]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years ago*** empty log message *** other-branches/gerd_dbe
Gerd Moellmann [Tue, 16 Oct 2001 12:40:17 +0000 (12:40 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 21 May 2001 15:56:22 +0000 (15:56 +0000)]
*** empty log message ***

23 years ago(x_set_double_buffer): New function.
Gerd Moellmann [Mon, 21 May 2001 15:55:53 +0000 (15:55 +0000)]
(x_set_double_buffer): New function.
(x_frame_parms): Add x_set_double_buffer.
(Fx_create_frame): Remove call to dbe_make_frame_buffered.
Add call to x_default_parameter for double-buffer.
(dbe_make_frame_buffered): Add an int parameter.

23 years ago(dbe_make_frame_buffered): Change prototype.
Gerd Moellmann [Mon, 21 May 2001 15:55:08 +0000 (15:55 +0000)]
(dbe_make_frame_buffered): Change prototype.

23 years ago(struct x_display_info) [HAVE_DBE]: Add member `dbe'.
Gerd Moellmann [Mon, 21 May 2001 15:24:34 +0000 (15:24 +0000)]
(struct x_display_info) [HAVE_DBE]: Add member `dbe'.
(struct x_output): Add back_buffer.
(struct x_output) (HAVE_DBE]: Add dbe_min_x, dbe_min_y, dbe_max_x,
dbe_max_y.
(FRAME_X_DRAWABLE): New macro.
(init_dbe, dbe_make_frame_buffered, dbe_reset_region)
(dbe_record_region, dbe_show) [HAVE_DBE]: Add prototypes.
(x_clear_area): Change prototype.

23 years ago(Fx_create_frame) [HAVE_DBE]: Make frame double-buffered.
Gerd Moellmann [Mon, 21 May 2001 15:23:43 +0000 (15:23 +0000)]
(Fx_create_frame) [HAVE_DBE]: Make frame double-buffered.
(init_dbe, dbe_make_frame_buffered, dbe_reset_region)
(dbe_record_region, dbe_show) [HAVE_DBE]: New functions.

23 years ago(direct_output_forward_char): Call
Gerd Moellmann [Mon, 21 May 2001 15:23:17 +0000 (15:23 +0000)]
(direct_output_forward_char): Call
update_begin/update_end.

23 years agoUse FRAME_X_DRAWABLE instead of FRAME_X_WINDOW
Gerd Moellmann [Mon, 21 May 2001 15:22:50 +0000 (15:22 +0000)]
Use FRAME_X_DRAWABLE instead of FRAME_X_WINDOW
when drawing.
(x_update_begin) [HAVE_DBE]: Call dbe_reset_region.
(x_update_end) [HAVE_DBE]: Call dbe_show.
(x_draw_glyph_string) [HAVE_DBE]: Call dbe_record_region.
(x_clear_area): Take a pointer to a frame as parameter instead
of a Display and a Window.  Clear a back-buffer, if any.
(x_scroll_run) [HAVE_DBE]: Call dbe_record_region.
(expose_frame) [HAVE_DBE]: Call dbe_show.
(note_mouse_highlight) [HAVE_DBE]: Call dbe_show.
(x_draw_bar_cursor) [HAVE_DBE]: Call dbe_record_region.
(x_term_init) [HAVE_DBE]: Call init_dbe.

23 years ago(HAVE_DBE): Add.
Gerd Moellmann [Mon, 21 May 2001 15:22:12 +0000 (15:22 +0000)]
(HAVE_DBE): Add.

23 years ago(USE_TOOLKIT_SCROLL_BARS): Check for DOUBLE-BUFFER
Gerd Moellmann [Mon, 21 May 2001 15:20:17 +0000 (15:20 +0000)]
(USE_TOOLKIT_SCROLL_BARS): Check for DOUBLE-BUFFER
extension.

23 years ago*** empty log message ***
Stefan Monnier [Sun, 20 May 2001 18:35:02 +0000 (18:35 +0000)]
*** empty log message ***

23 years agoMinor fixes.
Richard M. Stallman [Sun, 20 May 2001 17:25:47 +0000 (17:25 +0000)]
Minor fixes.

23 years agoExplain M-! output can go in echo area.
Richard M. Stallman [Sun, 20 May 2001 17:25:18 +0000 (17:25 +0000)]
Explain M-! output can go in echo area.
Default for shell-completion-fignore is nil.
C-c C-a is actually comint-bol-or-process-mark.
shell-set-directory-error-hook does not really exist.
comint-dynamic-complete-variable does not really exist.
Terminal buffer is *terminal*, not *term*.
Other minor changes.

23 years agoAdd Text Properties item.
Richard M. Stallman [Sun, 20 May 2001 17:22:25 +0000 (17:22 +0000)]
Add Text Properties item.
Minor corrections, especially in xrefs.

23 years agoInternational Intro node renamed to International Chars.
Richard M. Stallman [Sun, 20 May 2001 17:21:12 +0000 (17:21 +0000)]
International Intro node renamed to International Chars.

23 years agoExplain how Binary Overwrite mode affects C-q.
Richard M. Stallman [Sun, 20 May 2001 17:20:33 +0000 (17:20 +0000)]
Explain how Binary Overwrite mode affects C-q.

23 years agoUse Lisp escape sequences only inside string syntax.
Richard M. Stallman [Sun, 20 May 2001 17:19:47 +0000 (17:19 +0000)]
Use Lisp escape sequences only inside string syntax.

23 years ago(lm): Use "p" not "P" for interactive spec.
Richard M. Stallman [Sun, 20 May 2001 17:18:41 +0000 (17:18 +0000)]
(lm): Use "p" not "P" for interactive spec.

23 years ago(rmail-retry-failure): Do save-window-excursion.
Richard M. Stallman [Sun, 20 May 2001 17:17:32 +0000 (17:17 +0000)]
(rmail-retry-failure): Do save-window-excursion.

23 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 May 2001 17:17:22 +0000 (17:17 +0000)]
*** empty log message ***

23 years ago(Info-read-subfile): Widen before finding the
Richard M. Stallman [Sun, 20 May 2001 17:03:12 +0000 (17:03 +0000)]
(Info-read-subfile): Widen before finding the
desired node in the subfile.

23 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 May 2001 17:02:48 +0000 (17:02 +0000)]
*** empty log message ***

23 years agoUpdate description of visiting multiple files with the command line.
Richard M. Stallman [Sun, 20 May 2001 16:31:07 +0000 (16:31 +0000)]
Update description of visiting multiple files with the command line.
.esrv => esrv.
Remove DOMMAINNAME.
Show that some parts of geometry spec are optional.
Clarify where internal border appears.
Fix errors in BorderWidth resources.
Use Complete Word instead of Spell-Check Message
to avoid an overfull box in a clean way.

23 years ago(command-line-1): When >2 files visited,
Richard M. Stallman [Sun, 20 May 2001 16:27:59 +0000 (16:27 +0000)]
(command-line-1): When >2 files visited,
leave the last one visible, and make that the selected window.

23 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 May 2001 16:27:51 +0000 (16:27 +0000)]
*** empty log message ***

23 years ago(keep-lines-read-args): Use `copy-marker'.
Stefan Monnier [Sun, 20 May 2001 16:10:39 +0000 (16:10 +0000)]
(keep-lines-read-args): Use `copy-marker'.
(how-many): Save excursion properly.
(occur-mode): Use define-derived-mode.
(perform-replace): Use with-current-buffer.

23 years ago(lisp-font-lock-keywords-1): Add `defvaralias'.
Gerd Moellmann [Sun, 20 May 2001 08:53:44 +0000 (08:53 +0000)]
(lisp-font-lock-keywords-1): Add `defvaralias'.

23 years ago(define-ccl-program): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
Eli Zaretskii [Sun, 20 May 2001 04:22:47 +0000 (04:22 +0000)]
(define-ccl-program): Fix a typo.  From Pavel Janik <Pavel@Janik.cz>.

23 years ago(decode-char): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
Eli Zaretskii [Sun, 20 May 2001 04:19:41 +0000 (04:19 +0000)]
(decode-char): Fix a typo.  From Pavel Janik <Pavel@Janik.cz>.

23 years ago(artist-mode): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
Eli Zaretskii [Sun, 20 May 2001 04:18:06 +0000 (04:18 +0000)]
(artist-mode): Fix a typo.  From Pavel Janik <Pavel@Janik.cz>.

23 years ago(automatic-hscrolling): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
Eli Zaretskii [Sun, 20 May 2001 04:14:49 +0000 (04:14 +0000)]
(automatic-hscrolling): Fix a typo.  From Pavel Janik <Pavel@Janik.cz>.

23 years agoFix a typo in the last change.
Eli Zaretskii [Sat, 19 May 2001 09:21:27 +0000 (09:21 +0000)]
Fix a typo in the last change.

23 years ago(Buffers): Fix a typo.
Eli Zaretskii [Sat, 19 May 2001 09:08:51 +0000 (09:08 +0000)]
(Buffers): Fix a typo.

23 years agoRemove entry for defvaralias.
Gerd Moellmann [Fri, 18 May 2001 17:42:04 +0000 (17:42 +0000)]
Remove entry for defvaralias.

23 years ago(cvs-mode-map): bind "z" and [RET]
Sam Steingold [Fri, 18 May 2001 16:59:52 +0000 (16:59 +0000)]
(cvs-mode-map): bind "z" and [RET]

23 years ago(eshell-explicit-command-char): A new configuration variable, which
John Wiegley [Fri, 18 May 2001 16:40:11 +0000 (16:40 +0000)]
(eshell-explicit-command-char): A new configuration variable, which
determines the initial character that forces use of an external
version of a command.  The default is *, but may be set to \, for
example.
(eshell-explicit-command): Use `eshell-explicit-command-char' instead
of ?*.

23 years ago(eshell/which): Use `eshell-explicit-command-char' instead of ?*.
John Wiegley [Fri, 18 May 2001 16:39:49 +0000 (16:39 +0000)]
(eshell/which): Use `eshell-explicit-command-char' instead of ?*.

23 years ago(eshell-completion-command-name, eshell-complete-commands-list): Use
John Wiegley [Fri, 18 May 2001 16:39:29 +0000 (16:39 +0000)]
(eshell-completion-command-name, eshell-complete-commands-list): Use
`eshell-explicit-command-char' instead of ?*.

23 years ago*** empty log message ***
John Wiegley [Fri, 18 May 2001 16:38:58 +0000 (16:38 +0000)]
*** empty log message ***

23 years ago(ange-ftp-fix-name-for-vms): Reverse args of
Gerd Moellmann [Fri, 18 May 2001 13:21:11 +0000 (13:21 +0000)]
(ange-ftp-fix-name-for-vms): Reverse args of
subst-char-in-string.
(ange-ftp-after-parse-ls-hook): New variable.
(ange-ftp-ls): Run that hook.
From Peter Milliken <Peter.Milliken@GTECH.COM>.

23 years ago(tmm-get-keymap): Fix handling of :filter.
Gerd Moellmann [Fri, 18 May 2001 13:10:43 +0000 (13:10 +0000)]
(tmm-get-keymap): Fix handling of :filter.
(tmm-add-prompt): Bind buffer-read-only to nil when inserting
text into *Completions*.

23 years ago(goto-address-at-point): Deal with URLs
Gerd Moellmann [Fri, 18 May 2001 12:50:27 +0000 (12:50 +0000)]
(goto-address-at-point): Deal with URLs
part of which look like email addresses.

23 years ago(compile-files-CMD, bootstrap-clean-CMD): Use
Andrew Innes [Fri, 18 May 2001 12:06:38 +0000 (12:06 +0000)]
(compile-files-CMD, bootstrap-clean-CMD): Use
. instead of absolute path for lisp dir, to avoid bug in W2K
cmd.exe's handling of FOR loops.
(autoloads): Set find-file-suppress-same-file-warnings to t to
avoid slew of spurious messages.

23 years agoAvoid overfull hboxes.
Eli Zaretskii [Fri, 18 May 2001 11:45:10 +0000 (11:45 +0000)]
Avoid overfull hboxes.

23 years agoAdd browse-url-kde.
Gerd Moellmann [Fri, 18 May 2001 11:31:06 +0000 (11:31 +0000)]
Add browse-url-kde.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 18 May 2001 11:28:14 +0000 (11:28 +0000)]
*** empty log message ***

23 years ago(browse-url-browser-function): Add kde.
Gerd Moellmann [Fri, 18 May 2001 11:27:38 +0000 (11:27 +0000)]
(browse-url-browser-function): Add kde.
(browse-url-kde-program, browse-url-kde-args): New variables.
(browse-url-kde): New function.

23 years agoAvoid overfull hboxes wherever possible.
Eli Zaretskii [Fri, 18 May 2001 11:26:06 +0000 (11:26 +0000)]
Avoid overfull hboxes wherever possible.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 18 May 2001 11:24:53 +0000 (11:24 +0000)]
*** empty log message ***

23 years ago(maybe-append-domain): Renamed to
Gerd Moellmann [Fri, 18 May 2001 11:24:16 +0000 (11:24 +0000)]
(maybe-append-domain): Renamed to
`smtpmail-maybe-append-domain'.
(smtpmail-via-smtp): Use the new name.

23 years ago(call_debugger): Don't bind inhibit-eval-during-redisplay.
Gerd Moellmann [Fri, 18 May 2001 11:15:46 +0000 (11:15 +0000)]
(call_debugger): Don't bind inhibit-eval-during-redisplay.

23 years ago(xlfd_point_size): Don't divide pixel size from
Gerd Moellmann [Fri, 18 May 2001 11:06:40 +0000 (11:06 +0000)]
(xlfd_point_size): Don't divide pixel size from
transformation matrix by 10.

23 years ago(Merging and diff3): Avoid Overfull hbox.
Eli Zaretskii [Fri, 18 May 2001 10:52:51 +0000 (10:52 +0000)]
(Merging and diff3): Avoid Overfull hbox.

23 years ago(LessTif Resources): Avoid Overfull box.
Eli Zaretskii [Fri, 18 May 2001 10:47:16 +0000 (10:47 +0000)]
(LessTif Resources): Avoid Overfull box.

23 years agoFix copyright years.
Eli Zaretskii [Fri, 18 May 2001 10:40:06 +0000 (10:40 +0000)]
Fix copyright years.

23 years ago(Buffers): Document the maximum buffer size.
Eli Zaretskii [Fri, 18 May 2001 10:39:04 +0000 (10:39 +0000)]
(Buffers): Document the maximum buffer size.

23 years ago(Visiting): Document that files larger than the buffer size limit cannot
Eli Zaretskii [Fri, 18 May 2001 10:28:49 +0000 (10:28 +0000)]
(Visiting): Document that files larger than the buffer size limit cannot
be visited.

23 years ago(delete-horizontal-space, just-one-space): Use `constrain-to-field'
Miles Bader [Fri, 18 May 2001 07:13:47 +0000 (07:13 +0000)]
(delete-horizontal-space, just-one-space): Use `constrain-to-field'
instead of `field-end'/`field-beginning', because it's more efficient
for large files.

23 years ago("TeX"): Renamed from "latin-latex2e".
Dave Love [Thu, 17 May 2001 19:21:54 +0000 (19:21 +0000)]
("TeX"): Renamed from "latin-latex2e".
Language family and indicator changed.  Many new translations.

23 years ago(rmail-require-mime-maybe): New function.
Gerd Moellmann [Thu, 17 May 2001 14:47:01 +0000 (14:47 +0000)]
(rmail-require-mime-maybe): New function.
(rmail): Use it.
(rmail-mode): Handle the case of finding Rmail files.

23 years ago(elp-instrument-function): Handle advised
Gerd Moellmann [Thu, 17 May 2001 13:58:14 +0000 (13:58 +0000)]
(elp-instrument-function): Handle advised
functions.

23 years agoAdd the latest changes to etags behaviour.
Francesco Potortì [Thu, 17 May 2001 13:44:50 +0000 (13:44 +0000)]
Add the latest changes to etags behaviour.

23 years agoetags.1
Francesco Potortì [Thu, 17 May 2001 13:34:21 +0000 (13:34 +0000)]
etags.1

23 years ago(jit-lock-after-change): Check the font-lock-multiline
Stefan Monnier [Thu, 17 May 2001 13:29:44 +0000 (13:29 +0000)]
(jit-lock-after-change): Check the font-lock-multiline
text-property after moving to the beginning of line and regardless
of the value of font-lock-multiline.

23 years agoRedundant file removed. Use etc/etags.1
Francesco Potortì [Thu, 17 May 2001 13:08:18 +0000 (13:08 +0000)]
Redundant file removed.  Use etc/etags.1

23 years ago(NEW_CYGWIN): Output message about spurious error
Andrew Innes [Thu, 17 May 2001 12:44:17 +0000 (12:44 +0000)]
(NEW_CYGWIN): Output message about spurious error
message that is to be ignored.

23 years ago(fancy-splash-screens): Ignore events on the mode-line.
Gerd Moellmann [Thu, 17 May 2001 11:52:45 +0000 (11:52 +0000)]
(fancy-splash-screens): Ignore events on the mode-line.

23 years ago(ange-ftp-write-region): Make sure to record the
Gerd Moellmann [Thu, 17 May 2001 11:26:56 +0000 (11:26 +0000)]
(ange-ftp-write-region): Make sure to record the
last coding system used before calling set-buffer-modified-p
because that function changes last-coding-system.

23 years ago(Select Buffer): Document even-window-heights and
Eli Zaretskii [Thu, 17 May 2001 11:00:07 +0000 (11:00 +0000)]
(Select Buffer): Document even-window-heights and
display-buffer-reuse-frames.

23 years ago(switch-to-buffer-other-window, switch-to-buffer-other-frame): Add an xref
Eli Zaretskii [Thu, 17 May 2001 10:59:18 +0000 (10:59 +0000)]
(switch-to-buffer-other-window, switch-to-buffer-other-frame): Add an xref
to display-buffer in the doc string.

23 years agoDocument that the W3 CVS does work with Emacs 21.
Eli Zaretskii [Thu, 17 May 2001 10:54:38 +0000 (10:54 +0000)]
Document that the W3 CVS does work with Emacs 21.
From Pavel Janik <Pavel@Janik.cz>.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 17 May 2001 09:55:25 +0000 (09:55 +0000)]
*** empty log message ***

23 years agoNew maintainer.
Gerd Moellmann [Thu, 17 May 2001 09:54:45 +0000 (09:54 +0000)]
New maintainer.

23 years agoSet guidance to t for czech and
Gerd Moellmann [Thu, 17 May 2001 09:48:37 +0000 (09:48 +0000)]
Set guidance to t for czech and
slovak input methods. New maintainer.  From Pavel Jan�<Pavel@Janik.cz>.

23 years agoAdd something for auto-coding-regexp-alist.
Gerd Moellmann [Thu, 17 May 2001 09:11:21 +0000 (09:11 +0000)]
Add something for auto-coding-regexp-alist.

23 years agoAdd copyright notice for FSF.
Gerd Moellmann [Thu, 17 May 2001 09:09:14 +0000 (09:09 +0000)]
Add copyright notice for FSF.

23 years ago(toplevel): indent the :method sub-form of `defgeneric' correctly.
Sam Steingold [Wed, 16 May 2001 21:13:21 +0000 (21:13 +0000)]
(toplevel): indent the :method sub-form of `defgeneric' correctly.

23 years ago(x_set_foreground_color): Change frame's cursor_pixel
Gerd Moellmann [Wed, 16 May 2001 17:33:38 +0000 (17:33 +0000)]
(x_set_foreground_color): Change frame's cursor_pixel
only if its equal to the former foreground pixel color.
(x_set_foreground_color, x_set_background_color)
(x_set_mouse_color, x_set_cursor_color): Cleaned up.

23 years ago(signal_before_change, signal_after_change): Consider a
Gerd Moellmann [Wed, 16 May 2001 16:07:20 +0000 (16:07 +0000)]
(signal_before_change, signal_after_change): Consider a
local change hook which changes the buffer.

23 years ago(read_process_output): Don't call signal_after_change
Gerd Moellmann [Wed, 16 May 2001 16:05:20 +0000 (16:05 +0000)]
(read_process_output): Don't call signal_after_change
and update_compositions after insert_from_string_before_markers.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 16 May 2001 15:09:02 +0000 (15:09 +0000)]
*** empty log message ***

23 years ago(split_font_name): Use the right field when
Gerd Moellmann [Wed, 16 May 2001 15:08:35 +0000 (15:08 +0000)]
(split_font_name): Use the right field when
checking for `[...]' syntax.

23 years ago(tooltip) <defgroup>: Put it in `gud' group instead
Gerd Moellmann [Wed, 16 May 2001 14:53:37 +0000 (14:53 +0000)]
(tooltip) <defgroup>: Put it in `gud' group instead
of `c'.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 16 May 2001 12:18:53 +0000 (12:18 +0000)]
*** empty log message ***

23 years ago(OVERLAY_PLIST): New macro.
Gerd Moellmann [Wed, 16 May 2001 12:18:18 +0000 (12:18 +0000)]
(OVERLAY_PLIST): New macro.

23 years ago(copy_overlays): New function.
Gerd Moellmann [Wed, 16 May 2001 12:17:43 +0000 (12:17 +0000)]
(copy_overlays): New function.
(clone_per_buffer_values): Use it.

23 years ago(outline-font-lock-level): Remove the
Gerd Moellmann [Wed, 16 May 2001 11:35:43 +0000 (11:35 +0000)]
(outline-font-lock-level): Remove the
condition-case, test what outline-level returns instead, to ease
debugging.

23 years agoComment fix.
Gerd Moellmann [Wed, 16 May 2001 11:12:57 +0000 (11:12 +0000)]
Comment fix.

23 years agoAdd entry for auto-coding-regexp-alist.
Gerd Moellmann [Wed, 16 May 2001 11:03:05 +0000 (11:03 +0000)]
Add entry for auto-coding-regexp-alist.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 16 May 2001 10:49:47 +0000 (10:49 +0000)]
*** empty log message ***

23 years ago(Fsingle_key_description): Replace a build_string with
Gerd Moellmann [Wed, 16 May 2001 10:49:21 +0000 (10:49 +0000)]
(Fsingle_key_description): Replace a build_string with
a make_multibyte_string.  From Kenichi Handa <handa@etl.go.jp>.

23 years ago(auto-coding-regexp-alist): New user-option.
Gerd Moellmann [Wed, 16 May 2001 10:36:54 +0000 (10:36 +0000)]
(auto-coding-regexp-alist): New user-option.
(auto-coding-from-file-contents): New function.
(set-auto-coding): Use it to determine a coding system.

23 years ago(Ffontset_info): Check that face is non-null
Gerd Moellmann [Wed, 16 May 2001 10:18:36 +0000 (10:18 +0000)]
(Ffontset_info): Check that face is non-null
before accessing its fields.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 15 May 2001 13:38:23 +0000 (13:38 +0000)]
*** empty log message ***

23 years ago(read_key_sequence): Prevent generating a fake
Gerd Moellmann [Tue, 15 May 2001 13:37:45 +0000 (13:37 +0000)]
(read_key_sequence): Prevent generating a fake
prefix key twice.

23 years ago(mouse-delete-other-windows): Doc fix.
Gerd Moellmann [Tue, 15 May 2001 13:16:59 +0000 (13:16 +0000)]
(mouse-delete-other-windows): Doc fix.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 15 May 2001 12:23:56 +0000 (12:23 +0000)]
*** empty log message ***

23 years ago(lisp-mode): Make
Gerd Moellmann [Tue, 15 May 2001 11:52:10 +0000 (11:52 +0000)]
(lisp-mode): Make
font-lock-keywords-case-fold-search a buffer-local variable
with make-local-variable before setting it.

23 years ago* src/Emacs.r: Change About box message.
Andrew Choi [Tue, 15 May 2001 11:08:46 +0000 (11:08 +0000)]
* src/Emacs.r: Change About box message.

        * makefile.MPW: Add md5.c.x to EmacsObjects.

        * src/mac.c (select): Call WaitNextEvent instead of Delay.
        (pause): Ditto.
        (sleep): Ditto.

        * src/macterm.c (do_app_resume): Set cursor to arrow.
        (clear_mouse_face): check for NIL Lisp object instead of null
        pointer.

        * INSTALL: Delete note on compiling Lisp files on a Unix system.
        Add note on turning off end of line conversion.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 15 May 2001 10:42:45 +0000 (10:42 +0000)]
*** empty log message ***