]>
git.eshelyaron.com Git - emacs.git/log
Miles Bader [Thu, 21 Dec 2000 02:11:01 +0000 (02:11 +0000)]
(mail-mode): Set `comment-start' to the yank prefix.
Miles Bader [Thu, 21 Dec 2000 02:09:37 +0000 (02:09 +0000)]
Add comment.
Kenichi Handa [Thu, 21 Dec 2000 01:58:28 +0000 (01:58 +0000)]
(push_key_description): Don't convert eight-bit-control
and eight-bit-graphic to multibyte character.
Kenichi Handa [Thu, 21 Dec 2000 01:57:24 +0000 (01:57 +0000)]
(describe-char-after): Make *Help*
buffer inherit multibyteness of the current buffer.
Kenichi Handa [Thu, 21 Dec 2000 01:57:04 +0000 (01:57 +0000)]
*** empty log message ***
Miles Bader [Thu, 21 Dec 2000 01:56:37 +0000 (01:56 +0000)]
(message-mode): Set `comment-start' to the yank prefix.
Kenichi Handa [Thu, 21 Dec 2000 00:12:13 +0000 (00:12 +0000)]
(Fmake_char_internal): If CHARSET doesn't have a
generic character and CODE1 is nil, return the smallest character
in CHARSET.
Kenichi Handa [Thu, 21 Dec 2000 00:09:15 +0000 (00:09 +0000)]
*** empty log message ***
Kenichi Handa [Thu, 21 Dec 2000 00:06:23 +0000 (00:06 +0000)]
(make-char): Docstring adjusted for the change of make-char-internal.
Dave Love [Thu, 21 Dec 2000 00:01:55 +0000 (00:01 +0000)]
(NSIG): Don't redefine.
Stefan Monnier [Wed, 20 Dec 2000 22:46:44 +0000 (22:46 +0000)]
(where_is_internal): Check ascii_sequence_p rather than
excluding menu-bar and tool-bar.
(Fwhere_is_internal): Check ascii_sequence_p when looking up the cache.
(menu_item_p): Remove.
(where_is_internal_1): Don't ignore menu-items.
Stefan Monnier [Wed, 20 Dec 2000 21:37:27 +0000 (21:37 +0000)]
Docstrings fix.
ShengHuo ZHU [Wed, 20 Dec 2000 20:20:51 +0000 (20:20 +0000)]
* message.el (message-narrow-to-head-1): New function.
(message-narrow-to-head): Use it.
(message-reply): Ditto.
(message-cancel-news): Ditto.
(message-supersede): Ditto.
(message-make-forward-subject): Ditto.
(message-bounce): Ditto.
* gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
* message.el (message-forward): Copy buffer in unibyte mode.
(message-make-forward-subject): Don't widen. Decode.
(message-forward): Don't decode subject.
* mml.el (gnus-ems): Require it.
* gnus-msg.el (gnus-summary-mail-forward):
* message.el (message-forward): Move mime-to-mml here.
* nnmbox.el (nnmbox-file-coding-system): Use binary.
(nnmbox-active-file-coding-system): Ditto.
* gnus-cus.el (gnus-group-parameters): Add posting-style.
* mm-uu.el: Require binhex.
* qp.el (quoted-printable-encode-region): Upcase QP.
Dave Love [Wed, 20 Dec 2000 20:09:59 +0000 (20:09 +0000)]
(eval-after-load): Doc fix.
Gerd Moellmann [Wed, 20 Dec 2000 15:37:23 +0000 (15:37 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 20 Dec 2000 15:36:56 +0000 (15:36 +0000)]
(hscroll_window_tree): Take window's min_hscroll
into account.
Gerd Moellmann [Wed, 20 Dec 2000 15:36:29 +0000 (15:36 +0000)]
(make_window): Initialize window's min_hscroll.
(Fset_window_hscroll): Set window's hscroll and min_hscroll.
(set_window_buffer, temp_output_buffer_show): Set min_hscroll
to zero.
(struct saved_window): New member min_hscroll.
(SAVED_WINDOW_VECTOR_SIZE): Set to 17.
(Fset_window_configuration): Set window's min_hscroll.
(save_window_save): Save window's min_hscroll.
(compare_window_configurations): Compare min_hscroll values.
Gerd Moellmann [Wed, 20 Dec 2000 15:36:07 +0000 (15:36 +0000)]
(struct window): New member min_hscroll.
Gerd Moellmann [Wed, 20 Dec 2000 15:13:36 +0000 (15:13 +0000)]
(echo_prompt): Prevent a compiler warning.
Gerd Moellmann [Wed, 20 Dec 2000 14:25:09 +0000 (14:25 +0000)]
(try_cursor_movement): Fix last change. The real
condition is that PT is at the end of the row, and should
be displayed at the start of the next row.
Eli Zaretskii [Wed, 20 Dec 2000 14:23:38 +0000 (14:23 +0000)]
Many changes to make it consistent with Emacs 21.
Eli Zaretskii [Wed, 20 Dec 2000 14:13:48 +0000 (14:13 +0000)]
(../info/idlwave): Use --no-split.
Gerd Moellmann [Wed, 20 Dec 2000 14:10:20 +0000 (14:10 +0000)]
(try_cursor_movement): If we end on a partially
visible line, end we already decided to scroll, return -1.
Gerd Moellmann [Wed, 20 Dec 2000 12:00:57 +0000 (12:00 +0000)]
(fake_current_matrices, ensure_frame_matrix): New
functions.
(adjust_frame_glyphs_for_frame_redisplay): If display has been
completed, call fake_current_matrices instead of marking frame
garbaged.
Gerd Moellmann [Wed, 20 Dec 2000 12:00:24 +0000 (12:00 +0000)]
(delete_window, Fsplit_window)
(Fset_window_configuration): Call ensure_frame_matrix.
Gerd Moellmann [Wed, 20 Dec 2000 12:00:01 +0000 (12:00 +0000)]
(ensure_frame_matrix): Add prototype.
Gerd Moellmann [Wed, 20 Dec 2000 11:59:34 +0000 (11:59 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 20 Dec 2000 11:07:03 +0000 (11:07 +0000)]
(jka-compr-partial-uncompress): Don't use `concat' for numbers.
Kenichi Handa [Wed, 20 Dec 2000 11:06:36 +0000 (11:06 +0000)]
*** empty log message ***
Jason Rumney [Wed, 20 Dec 2000 10:21:02 +0000 (10:21 +0000)]
(syms_of_w32fns): Initialize and staticpro tip_frame.
Jason Rumney [Wed, 20 Dec 2000 08:52:50 +0000 (08:52 +0000)]
Clarify that new default font only applies under X.
ShengHuo ZHU [Wed, 20 Dec 2000 06:13:15 +0000 (06:13 +0000)]
* gnus-util.el (gnus-add-text-properties-when): New function.
(gnus-remove-text-properties-when): Ditto.
* gnus-cite.el (gnus-article-hide-citation): Use them.
(gnus-article-toggle-cited-text): Use them.
* gnus-art.el (gnus-signature-toggle): Use them.
(gnus-article-show-hidden-text): Ditto.
(gnus-article-hide-text): Ditto.
* gnus-art.el (gnus-article-describe-key): Use prompt.
(gnus-article-describe-key-briefly): Ditto.
Miles Bader [Wed, 20 Dec 2000 06:06:28 +0000 (06:06 +0000)]
(quail-input-method): Resize the help window again after it has all its
contents. Remove unneeded progn.
ShengHuo ZHU [Tue, 19 Dec 2000 21:59:48 +0000 (21:59 +0000)]
2000-12-19 ShengHuo ZHU <zsh@cs.rochester.edu>
* mm-util.el (mm-charset-synonym-alist): Fix a typo.
Eli Zaretskii [Tue, 19 Dec 2000 18:00:46 +0000 (18:00 +0000)]
(Frequire): Doc fix.
Eli Zaretskii [Tue, 19 Dec 2000 17:21:55 +0000 (17:21 +0000)]
Document problems with ISO-8859 fonts which actually include only
ASCII glyphs.
Gerd Moellmann [Tue, 19 Dec 2000 14:42:05 +0000 (14:42 +0000)]
Fix copy/paste error.
Gerd Moellmann [Tue, 19 Dec 2000 14:20:11 +0000 (14:20 +0000)]
(window_scroll_pixel_based): Don't use
move_it_vertically.
Gerd Moellmann [Tue, 19 Dec 2000 13:37:40 +0000 (13:37 +0000)]
(direct_output_for_insert): Fix check for mini-window
currently displaying a message.
Andrew Innes [Tue, 19 Dec 2000 13:03:33 +0000 (13:03 +0000)]
(delete-key-deletes-forward-mode): Fix typo in
docstring.
Gerd Moellmann [Tue, 19 Dec 2000 12:14:28 +0000 (12:14 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 19 Dec 2000 12:14:08 +0000 (12:14 +0000)]
(toplevel) [CHECK_FRAME_FONT]: Include frame.h and
xterm.h.
(Fbyte_code) [CHECK_FRAME_FONT]: Check the selected frame's font.
Gerd Moellmann [Tue, 19 Dec 2000 11:26:41 +0000 (11:26 +0000)]
Test for XkbGetKeyboard with an AC_TRY_LINK whose
source file includes XKBlib.h. On some broken Solaris systems,
there is an XKBlib.h, reportedly, but header files included by
XKBlib.h are missing.
Carsten Dominik [Tue, 19 Dec 2000 11:15:38 +0000 (11:15 +0000)]
Fixed copyright notice.
Carsten Dominik [Tue, 19 Dec 2000 11:09:28 +0000 (11:09 +0000)]
(reftex-view-crossref): added SPACE and TAB as key separators.
Carsten Dominik [Tue, 19 Dec 2000 11:08:45 +0000 (11:08 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 19 Dec 2000 10:09:25 +0000 (10:09 +0000)]
(sql-sybase-options): New option.
(sql-sybase): Use it. Add sql-database to the list of parameters
provided for login. The options -w 2048 -n are not used any more.
(sql-postgres-options): Changed default from "--pset" to "-P".
(sql-mysql-options): Doc change.
(sql-stop): Doc change.
Gerd Moellmann [Tue, 19 Dec 2000 10:06:36 +0000 (10:06 +0000)]
*** empty log message ***
Miles Bader [Tue, 19 Dec 2000 03:09:13 +0000 (03:09 +0000)]
Remove duplicate log entry.
Kenichi Handa [Tue, 19 Dec 2000 00:58:00 +0000 (00:58 +0000)]
(quail-input-method): Always hide the guidance buffer on exiting.
Kenichi Handa [Tue, 19 Dec 2000 00:53:52 +0000 (00:53 +0000)]
*** empty log message ***
Andrew Innes [Mon, 18 Dec 2000 23:54:15 +0000 (23:54 +0000)]
(Fw32_shell_execute): Use it.
Andrew Innes [Mon, 18 Dec 2000 23:50:56 +0000 (23:50 +0000)]
(w32_strerror): New extern.
Andrew Innes [Mon, 18 Dec 2000 23:50:26 +0000 (23:50 +0000)]
(w32_strerror): New function.
Dave Love [Mon, 18 Dec 2000 18:17:59 +0000 (18:17 +0000)]
*** empty log message ***
Dave Love [Mon, 18 Dec 2000 18:17:41 +0000 (18:17 +0000)]
Delete duplicate \e ,b(\e (B entry.
Change \e ,b=\e (B, \e ,b<\e (B, \e ,b6\e (B.
Dave Love [Mon, 18 Dec 2000 18:09:36 +0000 (18:09 +0000)]
comment
Dave Love [Mon, 18 Dec 2000 17:16:32 +0000 (17:16 +0000)]
*** empty log message ***
Dave Love [Mon, 18 Dec 2000 17:13:16 +0000 (17:13 +0000)]
keyboard-coding-system
Gerd Moellmann [Mon, 18 Dec 2000 17:11:17 +0000 (17:11 +0000)]
(tooltip-mode): Signal an error if x-show-tip
isn't fboundp.
Dave Love [Mon, 18 Dec 2000 17:10:08 +0000 (17:10 +0000)]
(set-keyboard-coding-system): Doc fix.
(keyboard-coding-system): New option.
Dave Love [Mon, 18 Dec 2000 17:09:42 +0000 (17:09 +0000)]
(mail-user-agent): Doc fix.
(input-mode-8-bit): Removed.
Gerd Moellmann [Mon, 18 Dec 2000 17:01:16 +0000 (17:01 +0000)]
(server-buffer-done): Bury the buffer before
killing it.
Gerd Moellmann [Mon, 18 Dec 2000 15:40:18 +0000 (15:40 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 18 Dec 2000 15:38:53 +0000 (15:38 +0000)]
(_FILE_OFFSET_BITS): Undef again.
Gerd Moellmann [Mon, 18 Dec 2000 15:05:02 +0000 (15:05 +0000)]
(face-spec-set): Interpret a nil in specs for
foreground and background colors as `unspecified', for
compatibility with 20.x.
Dave Love [Mon, 18 Dec 2000 13:57:32 +0000 (13:57 +0000)]
Fix last check-in.
Gerd Moellmann [Mon, 18 Dec 2000 13:50:14 +0000 (13:50 +0000)]
Set version to 21.0.95.
Dave Love [Mon, 18 Dec 2000 13:48:34 +0000 (13:48 +0000)]
(send-mail-function): Customize.
Eli Zaretskii [Mon, 18 Dec 2000 13:28:31 +0000 (13:28 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 18 Dec 2000 13:27:18 +0000 (13:27 +0000)]
(IT_set_face): Obey inverse_video.
Gerd Moellmann [Mon, 18 Dec 2000 13:17:24 +0000 (13:17 +0000)]
*** empty log message ***
Dave Love [Mon, 18 Dec 2000 12:54:50 +0000 (12:54 +0000)]
Add some commentary.
Gerd Moellmann [Mon, 18 Dec 2000 12:54:00 +0000 (12:54 +0000)]
(x_connection_closed): Prevent being called recursively
because of an error condition in XtCloseDisplay.
Eli Zaretskii [Mon, 18 Dec 2000 12:36:36 +0000 (12:36 +0000)]
(cp866-decode-table): New table.
Dave Love [Mon, 18 Dec 2000 12:36:31 +0000 (12:36 +0000)]
*** empty log message ***
Dave Love [Mon, 18 Dec 2000 12:36:19 +0000 (12:36 +0000)]
(news-setup, news-reply-mode): Don't autoload
(unused).
Gerd Moellmann [Mon, 18 Dec 2000 12:12:09 +0000 (12:12 +0000)]
(emacs-version): Remove `%a' from the time format
because the weekday doesn't fit well into each locale.
Kenichi Handa [Mon, 18 Dec 2000 12:05:38 +0000 (12:05 +0000)]
(directory_files_internal): Always return decoded filenames.
Kenichi Handa [Mon, 18 Dec 2000 12:05:20 +0000 (12:05 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 18 Dec 2000 12:02:37 +0000 (12:02 +0000)]
(init_iterator): If noninteractive, and the frame's
face cache is null, make one.
Gerd Moellmann [Mon, 18 Dec 2000 11:36:34 +0000 (11:36 +0000)]
(show_busy_cursor): Check for live frames more
thoroughly.
Gerd Moellmann [Mon, 18 Dec 2000 11:25:48 +0000 (11:25 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 18 Dec 2000 10:53:51 +0000 (10:53 +0000)]
(wait_reading_process_input): Check for pending
input when running timers.
Eli Zaretskii [Mon, 18 Dec 2000 10:27:06 +0000 (10:27 +0000)]
Exchange order of last two entries, to make them chronological.
Eli Zaretskii [Mon, 18 Dec 2000 10:23:43 +0000 (10:23 +0000)]
(IT_write_glyphs): Compute the glyph face from str->face_id.
Gerd Moellmann [Mon, 18 Dec 2000 10:22:02 +0000 (10:22 +0000)]
*** empty log message ***
Stefan Monnier [Mon, 18 Dec 2000 03:19:54 +0000 (03:19 +0000)]
Typo.
Stefan Monnier [Mon, 18 Dec 2000 03:17:46 +0000 (03:17 +0000)]
(cvs-diff-backup-extractor): Return full-path for file.
(cvs-execute-single-file): Don't change directory.
Patch from Per Cederqvist.
Stefan Monnier [Mon, 18 Dec 2000 03:17:31 +0000 (03:17 +0000)]
Remove useless Version.
Miles Bader [Mon, 18 Dec 2000 02:18:21 +0000 (02:18 +0000)]
(image-file-name-extensions): Add "pgm" and "ppm".
Miles Bader [Mon, 18 Dec 2000 01:18:43 +0000 (01:18 +0000)]
(artist-replace-chars, artist-replace-char):
Check that emacs-major-version is `=' to 20, not `>='.
(artist-replace-chars): Use `make-string' instead of a loop.
Kenichi Handa [Mon, 18 Dec 2000 00:39:59 +0000 (00:39 +0000)]
(read_process_output): Don't run a filter if the code
decoder produces nothing but carryover.
Kenichi Handa [Mon, 18 Dec 2000 00:39:30 +0000 (00:39 +0000)]
*** empty log message ***
Andrew Innes [Sun, 17 Dec 2000 23:16:42 +0000 (23:16 +0000)]
*** empty log message ***
Andrew Innes [Sun, 17 Dec 2000 23:14:55 +0000 (23:14 +0000)]
(sys_rename): Only check errno against EEXIST, and not
EACCES, when determining whether rename failed because the target
exists. This was resulting in indefinite looping on Windows 9x if
the source file was locked by another process.
Andrew Innes [Sun, 17 Dec 2000 23:13:26 +0000 (23:13 +0000)]
(Ffile_system_info): New function.
(syms_of_w32fns): Defsubr it.
Andrew Innes [Sun, 17 Dec 2000 23:10:02 +0000 (23:10 +0000)]
(install): Copy directories to the correct
places.
(real_install): Remove obsolete target.
Gerd Moellmann [Sun, 17 Dec 2000 15:11:56 +0000 (15:11 +0000)]
(coordinates_in_window): Fix computation for
position on vertical line between mode lines.
Gerd Moellmann [Sun, 17 Dec 2000 15:10:18 +0000 (15:10 +0000)]
(unwind_create_frame): Return t if frame was deleted.
Don't alter tip_frame or tip_window.
(unwind_create_tip_frame): Set tip_frame to nil only if frame
was deleted.