]>
git.eshelyaron.com Git - emacs.git/log
Gerd Moellmann [Tue, 21 Nov 2000 20:41:11 +0000 (20:41 +0000)]
(Fkill_buffer): Notice if the buffer to kill is the
sole visible buffer when we're currently in the mini-buffer, and
give up if so.
Jason Rumney [Tue, 21 Nov 2000 19:18:13 +0000 (19:18 +0000)]
(Fw32_set_clipboard_data): Save a copy of what is put on the clipboard.
(Fw32_get_clipboard_data): Compare data on clipboard with saved copy
of what Emacs last put there. If they are the same, do not use the
clipboard copy to avoid losing data due to coding conversions.
Jason Rumney [Tue, 21 Nov 2000 19:16:16 +0000 (19:16 +0000)]
*** empty log message ***
Dave Love [Tue, 21 Nov 2000 18:26:34 +0000 (18:26 +0000)]
Tweaks.
Jason Rumney [Tue, 21 Nov 2000 18:23:50 +0000 (18:23 +0000)]
(syms_of_ntproc): Doc fix for w32-downcase-file-names.
Miles Bader [Tue, 21 Nov 2000 18:02:47 +0000 (18:02 +0000)]
Mention that `minibuffer-prompt-properties' can be used to disallow
point from moving into the prompt.
Dave Love [Tue, 21 Nov 2000 17:54:40 +0000 (17:54 +0000)]
(gnus-mime-button-map): Don't inherit from
gnus-article-mode-map.
(gnus-mime-button-menu): Use mouse-set-point.
(gnus-insert-mime-button, gnus-mime-display-alternative)
(gnus-mime-display-alternative): Don't use local-map property.
Miles Bader [Tue, 21 Nov 2000 17:49:42 +0000 (17:49 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 21 Nov 2000 16:47:35 +0000 (16:47 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 21 Nov 2000 16:47:04 +0000 (16:47 +0000)]
(Fbyte_code) <Bvarbind, Bunwind_protect>: Add
BEFORE/AFTER_POTENTIAL_GC.
Gerd Moellmann [Tue, 21 Nov 2000 16:24:06 +0000 (16:24 +0000)]
Fix last change.
Gerd Moellmann [Tue, 21 Nov 2000 16:20:53 +0000 (16:20 +0000)]
(install-arch-indep): Also install info/eshell*
and info/speedbar*.
Miles Bader [Tue, 21 Nov 2000 16:01:32 +0000 (16:01 +0000)]
Add entry for `minibuffer-prompt-properties'.
Miles Bader [Tue, 21 Nov 2000 15:58:33 +0000 (15:58 +0000)]
(minibuffer-avoid-prompt): New function.
Miles Bader [Tue, 21 Nov 2000 15:57:34 +0000 (15:57 +0000)]
(Vminibuffer_prompt_properties): New variable.
(syms_of_minibuf): Initialize it.
(read_minibuf): Add properties from Vminibuffer_prompt_properties
to prompt, don't make read-only.
Gerd Moellmann [Tue, 21 Nov 2000 15:53:02 +0000 (15:53 +0000)]
(_FILE_OFFSET_BITS): Undef.
Dave Love [Tue, 21 Nov 2000 14:37:02 +0000 (14:37 +0000)]
Change @dircategory.
Dave Love [Tue, 21 Nov 2000 14:32:05 +0000 (14:32 +0000)]
Modify stuff about image libraries.
Gerd Moellmann [Tue, 21 Nov 2000 12:50:59 +0000 (12:50 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 21 Nov 2000 12:33:01 +0000 (12:33 +0000)]
(mmap_free_1): Avoid a compiler warning.
Gerd Moellmann [Tue, 21 Nov 2000 12:23:31 +0000 (12:23 +0000)]
(AC_OUTPUT): Arrange to emit definitions of
GCC and NON_GNU_CPP into config.status.
Gerd Moellmann [Tue, 21 Nov 2000 12:05:08 +0000 (12:05 +0000)]
Don't try to include termcap.h; see comment there.
Dave Love [Tue, 21 Nov 2000 11:41:09 +0000 (11:41 +0000)]
Change @dircategory.
Dave Love [Tue, 21 Nov 2000 11:39:43 +0000 (11:39 +0000)]
Uncomment @dircategory.
Gerd Moellmann [Tue, 21 Nov 2000 10:41:56 +0000 (10:41 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 21 Nov 2000 10:41:33 +0000 (10:41 +0000)]
(HAVE_PNG): Check for the presence of
png_get_channels to rule out older PNG libs.
Gerd Moellmann [Tue, 21 Nov 2000 10:08:52 +0000 (10:08 +0000)]
(.SUFFIXES): Add .SUFFIXES.
Miles Bader [Tue, 21 Nov 2000 08:49:33 +0000 (08:49 +0000)]
(ad-special-forms): Correct the conditional inclusion of `track-mouse'.
Kenichi Handa [Tue, 21 Nov 2000 01:25:01 +0000 (01:25 +0000)]
(.SUFFIXES): New target, include .elc .el.
Kenichi Handa [Tue, 21 Nov 2000 01:24:44 +0000 (01:24 +0000)]
*** empty log message ***
Miles Bader [Tue, 21 Nov 2000 01:11:49 +0000 (01:11 +0000)]
(refill-ignorable-overlay): New variable.
(refill-adjust-ignorable-overlay): New function.
(refill-pre-command-function): New function.
(refill-mode): Add `refill-pre-command-function' to `pre-command-hook'.
Initialize/cleanup `refill-ignorable-overlay'.
(refill-post-command-function): Don't reset refill-doit in the case
where a self-insertion command doesn't case a refill. Use
`refill-fill-paragraph-at', getting position from `refill-doit'.
(refill-after-change-function): Set `refill-doit' to END.
(refill-fill-paragraph-at): New function, mostly from old
refill-fill-paragraph. Use `refill-ignorable-overlay' to fill only the
paragraph's tail if possible. Update `refill-ignorable-overlay'. Don't
leave point inside the fill-prefix.
(refill-fill-paragraph): Use `refill-fill-paragraph-at'.
Kenichi Handa [Tue, 21 Nov 2000 00:31:45 +0000 (00:31 +0000)]
Move #undef USE_MMAP_FOR_BUFFERS out of #if 0 ... #endif scope.
Gerd Moellmann [Mon, 20 Nov 2000 22:28:37 +0000 (22:28 +0000)]
(x_create_tip_frame): Use CWSaveUnder only if the
screen supports it.
Gerd Moellmann [Mon, 20 Nov 2000 20:28:41 +0000 (20:28 +0000)]
Add description of function window-list.
Gerd Moellmann [Mon, 20 Nov 2000 19:45:48 +0000 (19:45 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 20 Nov 2000 19:45:24 +0000 (19:45 +0000)]
Don't use `#cpu'.
Gerd Moellmann [Mon, 20 Nov 2000 19:29:19 +0000 (19:29 +0000)]
(artist-mode): Fix autoload cookie.
Dave Love [Mon, 20 Nov 2000 19:17:00 +0000 (19:17 +0000)]
*** empty log message ***
Dave Love [Mon, 20 Nov 2000 19:02:44 +0000 (19:02 +0000)]
Fix last change.
Dave Love [Mon, 20 Nov 2000 18:39:16 +0000 (18:39 +0000)]
*** empty log message ***
Dave Love [Mon, 20 Nov 2000 18:16:46 +0000 (18:16 +0000)]
* make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
Dave Love [Mon, 20 Nov 2000 18:14:17 +0000 (18:14 +0000)]
Replaces GETTING.GNU.SOFTWARE.
Dave Love [Mon, 20 Nov 2000 18:09:10 +0000 (18:09 +0000)]
Obsolete file (see FTP).
Gerd Moellmann [Mon, 20 Nov 2000 17:24:36 +0000 (17:24 +0000)]
(MAP_FAILED): Define it as `((void *) -1)' if it's
not defined in mman.h.
Gerd Moellmann [Mon, 20 Nov 2000 16:51:24 +0000 (16:51 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 20 Nov 2000 16:49:44 +0000 (16:49 +0000)]
(scroll_bar_windows, scroll_bar_windows_size): New
variables.
(x_send_scroll_bar_event): Store the window in scroll_bar_windows
and store an index in the XClientMessageEvent. Storing a
Lisp_Object or pointer can fail on a 64 bit system, since X only
transfers 32 bits.
(x_scroll_bar_to_input_event): Get the window from
scroll_bar_windows.
Gerd Moellmann [Mon, 20 Nov 2000 16:17:34 +0000 (16:17 +0000)]
(java-keywords): Add MATCH-HIGHLIGHT part for
javadoc tags.
Dave Love [Mon, 20 Nov 2000 14:46:02 +0000 (14:46 +0000)]
(LIBX): Reorder for -lX11 after -lXpm.
Gerd Moellmann [Mon, 20 Nov 2000 14:40:46 +0000 (14:40 +0000)]
*** empty log message ***
André Spiegel [Mon, 20 Nov 2000 14:20:39 +0000 (14:20 +0000)]
#
André Spiegel [Mon, 20 Nov 2000 14:16:18 +0000 (14:16 +0000)]
(vc-cvs-checkout): Fix bug that broke C-x v ~-style checkouts.
André Spiegel [Mon, 20 Nov 2000 14:14:25 +0000 (14:14 +0000)]
(vc-rcs-state): Before calling vc-workfile-unchanged-p, require vc.
Gerd Moellmann [Mon, 20 Nov 2000 14:07:03 +0000 (14:07 +0000)]
Use -traditional with GNU cpp.
André Spiegel [Mon, 20 Nov 2000 14:01:35 +0000 (14:01 +0000)]
Undo prev change.
Dave Love [Mon, 20 Nov 2000 13:58:45 +0000 (13:58 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 20 Nov 2000 12:38:41 +0000 (12:38 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 20 Nov 2000 12:38:11 +0000 (12:38 +0000)]
New version from author.
Gerd Moellmann [Mon, 20 Nov 2000 11:58:20 +0000 (11:58 +0000)]
(USE_MMAP_FOR_BUFFERS): Undefine.
Kenichi Handa [Mon, 20 Nov 2000 11:40:45 +0000 (11:40 +0000)]
(get_new_private_charset_id): Don't limit CHARSET_ID by WIDTH.
Kenichi Handa [Mon, 20 Nov 2000 11:40:31 +0000 (11:40 +0000)]
*** empty log message ***
Dave Love [Mon, 20 Nov 2000 11:38:15 +0000 (11:38 +0000)]
*** empty log message ***
Dave Love [Mon, 20 Nov 2000 11:37:48 +0000 (11:37 +0000)]
(DONTCOMPILE): Omit bindings.el.
Miles Bader [Mon, 20 Nov 2000 06:37:56 +0000 (06:37 +0000)]
Replace `^' `L' character sequences with real form-feed characters.
Kenichi Handa [Mon, 20 Nov 2000 01:21:29 +0000 (01:21 +0000)]
*** empty log message ***
Kenichi Handa [Mon, 20 Nov 2000 01:06:33 +0000 (01:06 +0000)]
(make_string): Fix previous change. Be sure to make
unibyte string correctly.
Gerd Moellmann [Sun, 19 Nov 2000 22:11:34 +0000 (22:11 +0000)]
(info-menu-5): Doc fix.
Gerd Moellmann [Sun, 19 Nov 2000 15:30:07 +0000 (15:30 +0000)]
*** empty log message ***
Gerd Moellmann [Sun, 19 Nov 2000 15:20:27 +0000 (15:20 +0000)]
(Fwindow_list): Change parameter list to be XEmacs
compatible.
(window_list_1): New function.
(window_loop): Use it instead of Fwindow_list.
Gerd Moellmann [Sun, 19 Nov 2000 14:36:27 +0000 (14:36 +0000)]
*** empty log message ***
Gerd Moellmann [Sun, 19 Nov 2000 14:36:01 +0000 (14:36 +0000)]
(emacs_ospeed): New variable.
(toplevel): Don't declare ospeed extern.
(init_baud_rate): Use emacs_ospeed instead of ospeed.
Gerd Moellmann [Sun, 19 Nov 2000 14:35:15 +0000 (14:35 +0000)]
(ospeed): Remove.
(tputs) [!emacs]: Remove unused code.
(tgetent): Avoid a compiler warning.
Jason Rumney [Sun, 19 Nov 2000 12:36:50 +0000 (12:36 +0000)]
Added note about subprocesses on Windows 9x.
André Spiegel [Sun, 19 Nov 2000 10:03:08 +0000 (10:03 +0000)]
#
André Spiegel [Sun, 19 Nov 2000 09:58:38 +0000 (09:58 +0000)]
(vc-workfile-unchanged-p, vc-default-workfile-unchanged-p): Moved here
from vc.el.
André Spiegel [Sun, 19 Nov 2000 09:52:45 +0000 (09:52 +0000)]
(vc-workfile-unchanged-p, vc-default-workfile-unchanged-p): Moved to
vc-hooks.el.
André Spiegel [Sun, 19 Nov 2000 09:46:04 +0000 (09:46 +0000)]
(vc-rcs-state): Call vc-workfile-unchanged-p only here, and
differentiate according to checkout model.
(vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p, since
this function is only concerned with master state.
Miles Bader [Sun, 19 Nov 2000 01:58:06 +0000 (01:58 +0000)]
(insert-image-file): Make `intangible' and `read-only' properties
rear-nonsticky too.
Gerd Moellmann [Sun, 19 Nov 2000 00:29:46 +0000 (00:29 +0000)]
(x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
(x_scroll_bar_remove, XTset_vertical_scroll_bar): Call
SCROLL_BAR_X_WIDGET with addtional argument DPY.
Gerd Moellmann [Sun, 19 Nov 2000 00:28:46 +0000 (00:28 +0000)]
(struct scroll_bar): Members x_widget_low, x_widget_high
removed.
(SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget.
Take the X display as additional argument.
(SET_SCROLL_BAR_X_WIDGET): Store the window of the widget, since
`Widget' is a pointer type that's not easily stored in Lisp_Object
form in a portable way.
Gerd Moellmann [Sat, 18 Nov 2000 23:56:52 +0000 (23:56 +0000)]
(update_text_area): Fix last change.
Gerd Moellmann [Sat, 18 Nov 2000 21:07:10 +0000 (21:07 +0000)]
(x_set_tool_bar_lines): When clearing the frame, also
clear current matrices.
Gerd Moellmann [Sat, 18 Nov 2000 21:05:19 +0000 (21:05 +0000)]
Use BINDING_STACK_SIZE throughout.
Gerd Moellmann [Sat, 18 Nov 2000 15:51:00 +0000 (15:51 +0000)]
(mmap_enlarge): Don't print a message on stderr
if mapping new memory at the end of the existing region fails.
Gerd Moellmann [Sat, 18 Nov 2000 15:39:51 +0000 (15:39 +0000)]
(update_text_area): Don't skip over equal glyphs
when the last current glyph overlaps the glyph to its right.
Miles Bader [Sat, 18 Nov 2000 14:44:06 +0000 (14:44 +0000)]
(message_log_check_duplicate): Let "..."-detection match
lines that *end* with "..." too (that's the most common case!).
Gerd Moellmann [Sat, 18 Nov 2000 14:20:06 +0000 (14:20 +0000)]
*** empty log message ***
Gerd Moellmann [Sat, 18 Nov 2000 14:15:00 +0000 (14:15 +0000)]
(resize_mini_window): Temporarily change to the
mini-window's buffer if necessary.
Gerd Moellmann [Sat, 18 Nov 2000 13:44:47 +0000 (13:44 +0000)]
*** empty log message ***
Gerd Moellmann [Sat, 18 Nov 2000 13:43:59 +0000 (13:43 +0000)]
(Fx_show_tip): Use default y-offset of -10 so that
the tooltip obscures less text under it.
Gerd Moellmann [Sat, 18 Nov 2000 13:12:18 +0000 (13:12 +0000)]
Update copyright notice.
Gerd Moellmann [Sat, 18 Nov 2000 12:56:26 +0000 (12:56 +0000)]
(tooltip-x-offset, tooltip-y-offset): New user-options.
(tooltip-show): Use the offsets.
Gerd Moellmann [Sat, 18 Nov 2000 12:34:44 +0000 (12:34 +0000)]
(mode-line-modified): Fix a typo.
(mode-line-toggle-modified, mode-line-widen)
(mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
Jason Rumney [Sat, 18 Nov 2000 01:58:42 +0000 (01:58 +0000)]
(w32_draw_bitmap): Use face to set colors.
Kenichi Handa [Sat, 18 Nov 2000 00:04:54 +0000 (00:04 +0000)]
(quail-japanese-kanji-kkc): Use marker to remember the conversion
start.
Kenichi Handa [Sat, 18 Nov 2000 00:04:29 +0000 (00:04 +0000)]
*** empty log message ***
Gerd Moellmann [Fri, 17 Nov 2000 22:50:15 +0000 (22:50 +0000)]
Minor fixes from author.
Gerd Moellmann [Fri, 17 Nov 2000 22:36:22 +0000 (22:36 +0000)]
(BASE_PURESIZE): Increase to 700000.
Gerd Moellmann [Fri, 17 Nov 2000 22:34:01 +0000 (22:34 +0000)]
(emacs-version): Set to 21.0.91.
Dave Love [Fri, 17 Nov 2000 18:23:03 +0000 (18:23 +0000)]
2000-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
* nntp.el (nntp-open-telnet): Wait for the telnet prompt before
sending a command; allow the rtelnet prompt as well.
2000-11-17 Simon Josefsson <simon@josefsson.org>
* nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
prefetch.
2000-11-17 ShengHuo ZHU <zsh@cs.rochester.edu>
* nntp.el (nntp-decode-text): Delete bogus status lines.
(nntp-open-connection): Kill process buffer when quit.
(nntp-connection-timeout): Add a note. SIGALRM is ignored in both
FSF Emacs 20 and XEmacs 21.
(nntp-retrieve-data): Don't ignore quit.
Dave Love [Fri, 17 Nov 2000 17:50:48 +0000 (17:50 +0000)]
comment fix