]>
git.eshelyaron.com Git - emacs.git/log
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
Gerd Moellmann [Fri, 17 Nov 2000 16:28:14 +0000 (16:28 +0000)]
Handle the Mac port. Distribute all makefile.w32-in.
Distribute more files from the nt/ subdir. Distribute PBM
image files from subdirs of lisp/. Distribute old change logs
from subdirs of lisp/. Distribute play/5x5.el.
Dave Love [Fri, 17 Nov 2000 16:11:26 +0000 (16:11 +0000)]
(Fload): Fix #ifdef for pcc.
Gerd Moellmann [Fri, 17 Nov 2000 15:39:14 +0000 (15:39 +0000)]
(pos_visible_p): Compute the default character height
differently.
Dave Love [Fri, 17 Nov 2000 12:59:35 +0000 (12:59 +0000)]
(uudecode-insert-char): Fix bogus feature test.
(uudecode-decode-region-external): Doc fix. Use with-temp-buffer
and make-temp-file.
(uudecode-decode-region): Doc fix.
Stefan Monnier [Thu, 16 Nov 2000 18:28:36 +0000 (18:28 +0000)]
(vc-version-diff): Bind inhibit-read-only when inserting text.
(vc-version-backup-file): Docstring fix.
André Spiegel [Thu, 16 Nov 2000 18:18:46 +0000 (18:18 +0000)]
#
André Spiegel [Thu, 16 Nov 2000 18:17:26 +0000 (18:17 +0000)]
Updated backend documentation.
(vc-default-check-headers): New function.
André Spiegel [Thu, 16 Nov 2000 18:16:13 +0000 (18:16 +0000)]
#
André Spiegel [Thu, 16 Nov 2000 18:14:41 +0000 (18:14 +0000)]
Functions reordered.
Gerd Moellmann [Thu, 16 Nov 2000 17:09:04 +0000 (17:09 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 16 Nov 2000 17:04:27 +0000 (17:04 +0000)]
(basic-save-buffer): Don't add a newline if
find-file-literally is non-nil.
(find-file-literally): Extend doc string.
Gerd Moellmann [Thu, 16 Nov 2000 16:45:52 +0000 (16:45 +0000)]
*** empty log message ***
André Spiegel [Thu, 16 Nov 2000 16:44:11 +0000 (16:44 +0000)]
#
Gerd Moellmann [Thu, 16 Nov 2000 16:43:52 +0000 (16:43 +0000)]
(sort-columns): If sort-fold-case it non-nil, invoke
sort(1) with the `-f' argument.
André Spiegel [Thu, 16 Nov 2000 16:42:10 +0000 (16:42 +0000)]
(vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for remote
repositories.
André Spiegel [Thu, 16 Nov 2000 16:40:59 +0000 (16:40 +0000)]
(vc-do-command): In the asynchronous case, output messages only if the
minibuffer is not active.
Eli Zaretskii [Thu, 16 Nov 2000 16:10:09 +0000 (16:10 +0000)]
Say "ISO 8859" instead of "ISO Latin", to cover non-Latin ISO-8859
character sets. Fix a typo. Add an index entry.
Eli Zaretskii [Thu, 16 Nov 2000 16:07:01 +0000 (16:07 +0000)]
Fix a typo in a comment.
André Spiegel [Thu, 16 Nov 2000 15:32:56 +0000 (15:32 +0000)]
#
André Spiegel [Thu, 16 Nov 2000 15:29:40 +0000 (15:29 +0000)]
(vc-cvs-revert): Use `cvs unedit' only if `vc-cvs-use-edit' is on.
(vc-cvs-checkout): When this is used for reverting the workfile, make
a backup of the original contents and revert to that in case of error.
André Spiegel [Thu, 16 Nov 2000 15:26:37 +0000 (15:26 +0000)]
(vc-revert-buffer): Ask for confirmation if file seems up-to-date.
André Spiegel [Thu, 16 Nov 2000 13:55:30 +0000 (13:55 +0000)]
#
André Spiegel [Thu, 16 Nov 2000 13:39:10 +0000 (13:39 +0000)]
(vc-annotate): Changed handling of prefix arg; now asks for both
version and ratio in the minibuffer.
André Spiegel [Thu, 16 Nov 2000 13:38:03 +0000 (13:38 +0000)]
(vc-cvs-annotate-command): New optional arg VERSION. Use
vc-do-command to perform the annotation, not call-process.
Kenichi Handa [Thu, 16 Nov 2000 12:43:05 +0000 (12:43 +0000)]
(quail-start-translation): Don't call `message' before reading key
sequence.
Kenichi Handa [Thu, 16 Nov 2000 12:42:42 +0000 (12:42 +0000)]
*** empty log message ***
André Spiegel [Thu, 16 Nov 2000 11:04:56 +0000 (11:04 +0000)]
#
André Spiegel [Thu, 16 Nov 2000 11:04:00 +0000 (11:04 +0000)]
Updated VC news.
Miles Bader [Thu, 16 Nov 2000 06:52:43 +0000 (06:52 +0000)]
(ange-ftp-file-modtime): Don't use `caddr'.
Gerd Moellmann [Thu, 16 Nov 2000 06:36:21 +0000 (06:36 +0000)]
*** empty log message ***
Kenichi Handa [Thu, 16 Nov 2000 06:33:25 +0000 (06:33 +0000)]
(fit-window-to-buffer): Fix previous change.
Kenichi Handa [Thu, 16 Nov 2000 06:15:55 +0000 (06:15 +0000)]
(fit-window-to-buffer): Be sure to acquire at least
one text line even if the buffer is empty.
Kenichi Handa [Thu, 16 Nov 2000 06:14:00 +0000 (06:14 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 16 Nov 2000 06:13:09 +0000 (06:13 +0000)]
(ange-ftp-file-writable-p)
(ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
ange-ftp-process-verbose to nil.
Gerd Moellmann [Thu, 16 Nov 2000 05:05:34 +0000 (05:05 +0000)]
(pos_visible_p): Handle case that we reach ZV without
knowing the line's height; use the default font's height in that
case.
Gerd Moellmann [Thu, 16 Nov 2000 04:40:42 +0000 (04:40 +0000)]
(weight_table): Add `demi' with the same meaning as
`demibold'.
Kenichi Handa [Thu, 16 Nov 2000 00:53:41 +0000 (00:53 +0000)]
(null_row): New gloval static variable.
(clear_glyph_row): Delete local static variable null_row.
Kenichi Handa [Thu, 16 Nov 2000 00:53:00 +0000 (00:53 +0000)]
*** empty log message ***
Jason Rumney [Wed, 15 Nov 2000 23:48:42 +0000 (23:48 +0000)]
(HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant.
(w32_alloc_lighter_color): Use new brightness calculations from
xterm.c. Scale delta to be in the range expected by W32.
(w32_draw_relief_rect): Use frame relief colors.
Dave Love [Wed, 15 Nov 2000 23:17:11 +0000 (23:17 +0000)]
8-bit in multibyte buffers
Dave Love [Wed, 15 Nov 2000 23:16:04 +0000 (23:16 +0000)]
POP tweak.
Dave Love [Wed, 15 Nov 2000 23:08:13 +0000 (23:08 +0000)]
GFDL. :help-echo change.
Dave Love [Wed, 15 Nov 2000 23:01:25 +0000 (23:01 +0000)]
(widget-specify-field, widget-specify-button): If
:help-echo is a function, set help-echo of overlay to
widget-mouse-help.
(widget-mouse-help): New function.
(widget-echo-help): Rewritten for :help-echo functions only taking
a widget arg.
Dave Love [Wed, 15 Nov 2000 21:11:12 +0000 (21:11 +0000)]
Modify about inserting 8-bit.
Dave Love [Wed, 15 Nov 2000 20:54:15 +0000 (20:54 +0000)]
(eudc-bob-can-display-inline-images): Use
display-graphic-p.
(eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
and that JPEG is available.
(eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
Dave Love [Wed, 15 Nov 2000 20:31:33 +0000 (20:31 +0000)]
(locale-charset-language-names):
Match @euro.
Dave Love [Wed, 15 Nov 2000 20:06:40 +0000 (20:06 +0000)]
comment fix
Dave Love [Wed, 15 Nov 2000 20:01:04 +0000 (20:01 +0000)]
Fix spurion.
Gerd Moellmann [Wed, 15 Nov 2000 19:25:57 +0000 (19:25 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 15 Nov 2000 19:25:32 +0000 (19:25 +0000)]
(pos_visible_p): Improve function comment.
Gerd Moellmann [Wed, 15 Nov 2000 19:24:52 +0000 (19:24 +0000)]
(syms_of_frame_1): Removed; code moved to syms_of_frame.
(Qinhibit_default_face_x_resources): New variable.
(syms_of_frame): Initialize it.
(Fmodify_frame_parameters): Bind inhibit-default-face-x-resources.
Gerd Moellmann [Wed, 15 Nov 2000 19:24:35 +0000 (19:24 +0000)]
(BINDING_STACK_SIZE): New macro.
Gerd Moellmann [Wed, 15 Nov 2000 19:22:06 +0000 (19:22 +0000)]
(face-set-after-frame-default): If
`inhibit-default-face-x-resources' is bound, don't intiialize the
default face from X resources.
Eli Zaretskii [Wed, 15 Nov 2000 17:54:40 +0000 (17:54 +0000)]
(custom-deps, finder-data, autoloads, recompile): Don't set EMACSLOADPATH.