]> git.eshelyaron.com Git - emacs.git/log
emacs.git
24 years ago(safe_eval_handler): Call add_to_log.
Gerd Moellmann [Mon, 30 Oct 2000 15:43:27 +0000 (15:43 +0000)]
(safe_eval_handler): Call add_to_log.

24 years ago(resolve_face_name): Handle case that FACE_NAME
Gerd Moellmann [Mon, 30 Oct 2000 15:36:36 +0000 (15:36 +0000)]
(resolve_face_name): Handle case that FACE_NAME
is not a symbol or string.

24 years ago(echo_area_display): Don't perform a display update from
Gerd Moellmann [Mon, 30 Oct 2000 15:26:46 +0000 (15:26 +0000)]
(echo_area_display): Don't perform a display update from
inside redisplay.  The update will happen anyway at the end of
redisplay, and it can confuse redisplay (GC messages while
redisplaying, for instance.)

24 years ago*** empty log message ***
Stefan Monnier [Mon, 30 Oct 2000 15:21:36 +0000 (15:21 +0000)]
*** empty log message ***

24 years ago(re_iswctype, re_wctype_to_bit): Fix braino.
Stefan Monnier [Mon, 30 Oct 2000 15:20:17 +0000 (15:20 +0000)]
(re_iswctype, re_wctype_to_bit): Fix braino.
(regex_compile): Catch bogus \(\1\).

24 years ago(x_alloc_nearest_color): Fix last change to compare
Gerd Moellmann [Mon, 30 Oct 2000 15:17:11 +0000 (15:17 +0000)]
(x_alloc_nearest_color): Fix last change to compare
RGB values.

24 years ago(x_alloc_nearest_color): If allocation succeeds, and
Gerd Moellmann [Mon, 30 Oct 2000 15:13:58 +0000 (15:13 +0000)]
(x_alloc_nearest_color): If allocation succeeds, and
we have a color cache, check that the cached color equals the
allocated color.  If not, clear the color cache.

24 years ago(log-edit-confirm): Fix the default.
Stefan Monnier [Mon, 30 Oct 2000 14:28:30 +0000 (14:28 +0000)]
(log-edit-confirm): Fix the default.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 30 Oct 2000 12:51:38 +0000 (12:51 +0000)]
*** empty log message ***

24 years ago(displayed_window_lines): Change buffers if necessary.
Gerd Moellmann [Mon, 30 Oct 2000 12:51:17 +0000 (12:51 +0000)]
(displayed_window_lines): Change buffers if necessary.
Fix computation of displayed lines.

24 years ago(syms_of_keyboard): Change DEFVAR_LISP of
Gerd Moellmann [Mon, 30 Oct 2000 12:21:45 +0000 (12:21 +0000)]
(syms_of_keyboard): Change DEFVAR_LISP of
update_menu_bindings to DEFVAR_BOOL.

24 years agoLittle fix: replace delimit-columns-align-columns by
Gerd Moellmann [Mon, 30 Oct 2000 12:14:11 +0000 (12:14 +0000)]
Little fix: replace delimit-columns-align-columns by
delimit-columns-format.
(delimit-columns-region, delimit-columns-rectangle): Code fix.

24 years ago(comint-get-old-input-default): Reword error message.
Miles Bader [Mon, 30 Oct 2000 06:25:26 +0000 (06:25 +0000)]
(comint-get-old-input-default): Reword error message.

24 years ago(comint-replace-by-expanded-history): Don't use
Miles Bader [Mon, 30 Oct 2000 06:22:20 +0000 (06:22 +0000)]
(comint-replace-by-expanded-history): Don't use
comint-get-old-input (we're not looking at *old* input).
(comint-get-old-input-default): If using fields, signal an error
when the point is not in an input field.

24 years ago(Fset_match_data): Be sure to make search_regs always sane.
Kenichi Handa [Mon, 30 Oct 2000 04:10:22 +0000 (04:10 +0000)]
(Fset_match_data): Be sure to make search_regs always sane.

24 years ago*** empty log message ***
Kenichi Handa [Mon, 30 Oct 2000 04:10:07 +0000 (04:10 +0000)]
*** empty log message ***

24 years ago2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer [Mon, 30 Oct 2000 02:16:11 +0000 (02:16 +0000)]
2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>

* ediff-wind.el (ediff-setup-control-frame): enclose
face-attribute in condition-case to avoid errors in older emacsen.

24 years ago(mac-roman-decoder, mac-roman-encoder): New translation tables.
Kenichi Handa [Mon, 30 Oct 2000 01:37:20 +0000 (01:37 +0000)]
(mac-roman-decoder, mac-roman-encoder): New translation tables.
(decode-mac-roman, encode-mac-roman): Definition of these CCL
programs are modified and moved from mac-win.el.
(mac-roman): Definition of this coding system is modified and
moved from mac-win.el.

24 years ago(fontset-default): Modified for mule-unicode-2500-33ff and
Kenichi Handa [Mon, 30 Oct 2000 01:36:20 +0000 (01:36 +0000)]
(fontset-default): Modified for mule-unicode-2500-33ff and
mule-unicode-e000-ffff.
(x-font-name-charset-alist): Likewise.
(ccl-encode-unicode-font): New CCL program.  Record it in
font-ccl-encoder-alist to be used for fonts "ISO10646-1".

24 years ago(encode-coding-char): Check property safe-chars instead of
Kenichi Handa [Mon, 30 Oct 2000 01:34:41 +0000 (01:34 +0000)]
(encode-coding-char): Check property safe-chars instead of
safe-charsets.

24 years ago*** empty log message ***
Kenichi Handa [Mon, 30 Oct 2000 01:33:12 +0000 (01:33 +0000)]
*** empty log message ***

24 years ago(decode-char, encode-char): New functions.
Kenichi Handa [Mon, 30 Oct 2000 01:32:44 +0000 (01:32 +0000)]
(decode-char, encode-char): New functions.
(make-coding-system): Accept a symbol of translation table as a
value of property `safe-chars'.

24 years agoNew charsets mule-unicode-2500-33ff and mule-unicode-e000-ffff.
Kenichi Handa [Mon, 30 Oct 2000 01:31:33 +0000 (01:31 +0000)]
New charsets mule-unicode-2500-33ff and mule-unicode-e000-ffff.

24 years ago*** empty log message ***
Kenichi Handa [Mon, 30 Oct 2000 01:30:50 +0000 (01:30 +0000)]
*** empty log message ***

24 years ago(BASE_PURESIZE): Increase to 680000.
Kenichi Handa [Mon, 30 Oct 2000 01:16:02 +0000 (01:16 +0000)]
(BASE_PURESIZE): Increase to 680000.

24 years ago(Foptimize_char_table): Fix arg for CHARSET_DIMENSION.
Kenichi Handa [Mon, 30 Oct 2000 01:14:06 +0000 (01:14 +0000)]
(Foptimize_char_table): Fix arg for CHARSET_DIMENSION.

24 years ago(bdffont): Add nchars.
Jason Rumney [Sun, 29 Oct 2000 21:02:58 +0000 (21:02 +0000)]
(bdffont): Add nchars.

24 years ago(set_bdf_font_info): Set it.
Jason Rumney [Sun, 29 Oct 2000 21:00:37 +0000 (21:00 +0000)]
(set_bdf_font_info): Set it.
(w32_BDF_TextOut): Swap byte order of double byte characters.
(w32_load_bdf_font): Set double_byte_p based on bdf_font->nchars.

24 years ago(w32_bdf_per_char_metric): Negate descent.
Jason Rumney [Sun, 29 Oct 2000 20:59:47 +0000 (20:59 +0000)]
(w32_bdf_per_char_metric): Negate descent.
(w32_cache_char_metrics): Handle possibility that 'x' does not
exist in a BDF font.
(W32_TEXTOUT): w32_BDF_TextOut wants number of bytes not chars.

24 years ago(FONT_DESCENT): Negate descent for BDF fonts
Jason Rumney [Sun, 29 Oct 2000 20:57:31 +0000 (20:57 +0000)]
(FONT_DESCENT): Negate descent for BDF fonts

24 years ago*** empty log message ***
Eli Zaretskii [Sun, 29 Oct 2000 18:31:43 +0000 (18:31 +0000)]
*** empty log message ***

24 years agobogus commit
Kai Großjohann [Sun, 29 Oct 2000 17:56:57 +0000 (17:56 +0000)]
bogus commit

24 years agoinstall-info syntax compat change.
Kai Großjohann [Sun, 29 Oct 2000 17:36:49 +0000 (17:36 +0000)]
install-info syntax compat change.

24 years agoFix a typo.
Eli Zaretskii [Sun, 29 Oct 2000 16:53:19 +0000 (16:53 +0000)]
Fix a typo.

24 years agoSome markup fixes. Don't call Windows a ``win''.
Eli Zaretskii [Sun, 29 Oct 2000 16:52:33 +0000 (16:52 +0000)]
Some markup fixes.  Don't call Windows a ``win''.

24 years agoFormat fixed.
Eli Zaretskii [Sun, 29 Oct 2000 16:43:18 +0000 (16:43 +0000)]
Format fixed.

24 years agoFormat fixes in latest entries.
Eli Zaretskii [Sun, 29 Oct 2000 16:42:51 +0000 (16:42 +0000)]
Format fixes in latest entries.

24 years ago(custom-add-to-group): Remove debugging code.
Miles Bader [Sun, 29 Oct 2000 14:54:58 +0000 (14:54 +0000)]
(custom-add-to-group): Remove debugging code.

24 years ago(custom-add-to-group): Allow multiple entries for a given value OPTION,
Miles Bader [Sun, 29 Oct 2000 14:51:24 +0000 (14:51 +0000)]
(custom-add-to-group): Allow multiple entries for a given value OPTION,
as long as their widget types are different.

24 years ago(custom-face-value-create): If face name doesn't end with "face", add
Miles Bader [Sun, 29 Oct 2000 14:49:01 +0000 (14:49 +0000)]
(custom-face-value-create): If face name doesn't end with "face", add
such here (similar to custom group widgets).

24 years ago(comint-highlight-prompt): Add :type.
Miles Bader [Sun, 29 Oct 2000 14:48:11 +0000 (14:48 +0000)]
(comint-highlight-prompt): Add :type.

24 years agoCorrected some typos
John Wiegley [Sun, 29 Oct 2000 05:46:42 +0000 (05:46 +0000)]
Corrected some typos

24 years ago2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer [Sun, 29 Oct 2000 05:24:20 +0000 (05:24 +0000)]
2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>

* ediff.texi: Replaced @command with @code & acknowledgements.
* viper.texi: acknowledgements.

24 years agoSee ChangeLog
John Wiegley [Sun, 29 Oct 2000 05:18:48 +0000 (05:18 +0000)]
See ChangeLog

24 years ago2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer [Sun, 29 Oct 2000 04:56:45 +0000 (04:56 +0000)]
2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>

* viper-cmd.el (viper-preserve-cursor-color): new test that avoids
rewrawing the screen when changing cursor color.
(viper-insert-state-pre-command-sentinel,
viper-replace-state-pre-command-sentinel,
viper-replace-state-post-command-sentinel): use
viper-preserve-cursor-color.
Many functions changed to use viper= instead of = when comparing
characters.
* viper-util.el (viper-memq-char,viper=): new functions for
working with characters.
(viper-change-cursor-color): fixed buglet.
Many functions changed to use viper= instead of = when comparing
characters.
* viper.el (viper-insert-state-mode-list): added eshell.

* ediff-init.el (ediff-before-setup-hook): new hook.
Several typos fixed in various docstrings.
* ediff-merg.el (ediff-show-clashes-only): docstring typo fixed.
* ediff-nult.el (ediff-before-session-group-setup-hooks): new
hook.
(ediff-show-meta-buffer): run ediff-before-session-group-setup-hooks.
* ediff-util.el (ediff-setup): run ediff-before-setup-hook.
(ediff-other-buffer): use selected buffers if in Buffer-menu buffer.
(ediff-get-selected-buffers): new function.
* ediff-vers.el (ediff-vc-internal,ediff-rcs-internal,
ediff-vc-merge-internal,ediff-rcs-merge-internal): use
save-window-excursion.
* ediff-wind.el (ediff-skip-unsuitable-frames): more robust
termination check in while loop.
* ediff.el (ediff-get-default-file-name): better defaults when in
dired buffer.
(ediff-files,ediff-merge-files,ediff-files3,
ediff-merge-files-with-ancestor): use ediff-get-default-file-name.

24 years ago*** empty log message ***
Dave Love [Sat, 28 Oct 2000 21:30:03 +0000 (21:30 +0000)]
*** empty log message ***

24 years agoDocument that if $TERM says we are on xterm, the default background
Eli Zaretskii [Sat, 28 Oct 2000 18:56:06 +0000 (18:56 +0000)]
Document that if $TERM says we are on xterm, the default background
mode is light.

24 years ago(Info-fontify-node): Add help-echo for menu items.
Dave Love [Sat, 28 Oct 2000 18:56:05 +0000 (18:56 +0000)]
(Info-fontify-node): Add help-echo for menu items.

24 years ago(normal-top-level): If the value of $TERM indicates that
Eli Zaretskii [Sat, 28 Oct 2000 18:48:08 +0000 (18:48 +0000)]
(normal-top-level): If the value of $TERM indicates that
we are running from xterm or one of its work-alikes, default to a
light background mode.

24 years ago*** empty log message ***
Eli Zaretskii [Sat, 28 Oct 2000 17:25:46 +0000 (17:25 +0000)]
*** empty log message ***

24 years ago(Colors X): Document support for -fg, -bg, and -rv
Eli Zaretskii [Sat, 28 Oct 2000 17:25:19 +0000 (17:25 +0000)]
(Colors X): Document support for -fg, -bg, and -rv
on TTYs.  Suggest use of list-colors-display to see what colors
are supported.  Add index entries for list-colors-display.

24 years ago(x-long-option-alist, msdos-handle-args): Remove;
Eli Zaretskii [Sat, 28 Oct 2000 17:19:36 +0000 (17:19 +0000)]
(x-long-option-alist, msdos-handle-args): Remove;
startup.el now does that for all character-terminal frames.

24 years ago(tty-long-option-alist): New variable.
Eli Zaretskii [Sat, 28 Oct 2000 17:18:59 +0000 (17:18 +0000)]
(tty-long-option-alist): New variable.
(tty-handle-args): New function.
(command-line): Call tty-handle-args.

24 years ago(frame-notice-user-settings): Don't apply
Eli Zaretskii [Sat, 28 Oct 2000 17:18:21 +0000 (17:18 +0000)]
(frame-notice-user-settings): Don't apply
default-frame-alist and initial-frame-alist to MS-DOS frames.
Call tty-handle-reverse-video, frame-set-background-mode, and
face-set-after-frame-default for non-MS-DOS frames.

24 years ago(tty-handle-reverse-video): New function.
Eli Zaretskii [Sat, 28 Oct 2000 17:17:42 +0000 (17:17 +0000)]
(tty-handle-reverse-video): New function.
(tty-create-frame-with-faces): Call it.

24 years agoDocument support for -fg, -bg, and -rv on TTY frames.
Eli Zaretskii [Sat, 28 Oct 2000 17:16:49 +0000 (17:16 +0000)]
Document support for -fg, -bg, and -rv on TTY frames.

24 years ago(reassert_line_highlight): Reverse the inverse-video effect
Eli Zaretskii [Sat, 28 Oct 2000 17:10:10 +0000 (17:10 +0000)]
(reassert_line_highlight): Reverse the inverse-video effect
if inverse_video is non-zero.

24 years ago(Fframe_parameters): Fix the change from 2000-10-16:
Eli Zaretskii [Sat, 28 Oct 2000 17:07:51 +0000 (17:07 +0000)]
(Fframe_parameters): Fix the change from 2000-10-16:
don't override the colors in frame's param_alist, unless they are
unspecified.

24 years ago(gnus-read-save-file-name): Remove extraneous paren.
Miles Bader [Sat, 28 Oct 2000 11:22:34 +0000 (11:22 +0000)]
(gnus-read-save-file-name): Remove extraneous paren.

24 years agoUpdate.
Miles Bader [Sat, 28 Oct 2000 11:13:49 +0000 (11:13 +0000)]
Update.

24 years agoDoc fix.
Miles Bader [Sat, 28 Oct 2000 06:24:19 +0000 (06:24 +0000)]
Doc fix.

24 years ago(define-minor-mode): Generate `turn-on-MODE' and `turn-off-MODE'
Miles Bader [Sat, 28 Oct 2000 06:07:30 +0000 (06:07 +0000)]
(define-minor-mode):  Generate `turn-on-MODE' and `turn-off-MODE'
functions unless the mode is global.  If :global is followed by a
non-nil but non-t value, make the mode buffer-local, but also generate a
`global-MODE' version using `easy-mmode-define-global-mode'.  Add
:conditional-turn-on keyword argument.

24 years ago*** empty log message ***
Dave Love [Fri, 27 Oct 2000 23:58:01 +0000 (23:58 +0000)]
*** empty log message ***

24 years ago(latin1-char-displayable-p): Don't
Dave Love [Fri, 27 Oct 2000 23:57:33 +0000 (23:57 +0000)]
(latin1-char-displayable-p): Don't
use window-system.

24 years ago2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>
Dave Love [Fri, 27 Oct 2000 23:33:14 +0000 (23:33 +0000)]
2000-10-08 Christoph Conrad <christoph.conrad@gmx.de>

* gnus-draft.el (gnus-draft-send-message): Typo.

2000-10-07 08:19:17  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-draft.el (gnus-draft-send-message): Ditto.
(gnus-group-send-drafts): Ditto.

* gnus-agent.el (gnus-agent-possibly-do-gcc):
(gnus-agent-restore-gcc):
(gnus-agent-possibly-save-gcc): New functions.

24 years ago2000-10-27 Simon Josefsson <simon@josefsson.org>
Dave Love [Fri, 27 Oct 2000 23:20:38 +0000 (23:20 +0000)]
2000-10-27  Simon Josefsson  <simon@josefsson.org>

* nnimap.el (nnimap-group-overview-filename): Create directory for
newfile (when use long filenames is nil).  Copy+delete file if
rename didn't work.
(nnimap-group-overview-filename): `rename-file' and `copy-file'
doesn't return anything useful, use ignore-errors instead.
(nnimap-verify-uidvalidity): Delete overview file when
uid validity changes.
(nnimap-group-overview-filename): Store uidvalidity in filenames.
Rename old files into new format.
(nnimap-request-accept-article): Remove \n's from
From_ lines.
(nnimap-request-accept-article): Remove From[^:] lines.
(imap-starttls-p): Check for starttls binary.
(imap-starttls-open): More verbose.
(imap-gssapi-auth): Ditto.
(imap-kerberos4-auth): Ditto.
(imap-cram-md5-auth): Ditto.
(imap-login-auth): Ditto.
(imap-anonymous-auth): Ditto.
(imap-digest-md5-auth): Ditto.
(imap-open): Ditto.
(imap-digest-md5-p): Check capability first.
(imap-parse-flag-list): Correctly parse empty lists.
(imap-login-p): Support LOGINDISABLED.
(imap-parse-body): Work around bug in Sun SIMS.

24 years ago2000-10-27 John Wiegley <johnw@gnu.org>
Dave Love [Fri, 27 Oct 2000 23:14:59 +0000 (23:14 +0000)]
2000-10-27  John Wiegley  <johnw@gnu.org>

* gnus-art.el (gnus-treat-hide-citation-maybe): Added this
variable to correspond with `gnus-article-hide-citation-maybe'.
(gnus-treatment-function-alist): Added entry for the above
correlation.

2000-10-27  Richard M. Alderson III <alderson@netcom2.netcom.com>

* gnus-art.el (gnus-read-save-file-name): expand-file-name.

2000-10-27  Kai Gro�ohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

* gnus-art.el (article-strip-banner): Use
gnus-group-find-parameter rather than gnus-group-get-parameter, to
allow inheritance on the banner.
From elkin@tverd.astro.spbu.ru.

2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-art.el (gnus-request-article-this-buffer):
gnus-refer-article-method might be a single method.
(gnus-article-mime-total-parts): New function.
(gnus-mm-display-part): Use it.
(gnus-mime-display-single): Ditto.
(gnus-mime-display-alternative): Ditto.
(gnus-mime-inline-part): Check validity of charset.
(gnus-treat-display-smileys): Default value in Emacs 21.
* gnus-art.el: Define dynamic variables in eval-when-compile.
(gnus-article-prepare): Configure it again.
(gnus-insert-mime-button): Use gnus-overlay-buffer,
gnus-overlay-start.
(gnus-article-prepare): Configure windows before
gnus-article-prepare-display is called.  Otherwise, BBDB's popup
window might be overrided.
(gnus-mime-inline-part): Use prefix argument only
when it is called interactively.
(gnus-mime-action-alist): New variable.
(gnus-mime-action-on-part): Use it.
(gnus-mime-button-commands): Add command ".".
(gnus-mime-inline-part): Support prefix argument.
(gnus-article-banner-alist): New variable.
(article-strip-banner): Use it.

24 years ago* undo.c (record_delete): Check that last_undo_buffer is really a buffer before
Ken Raeburn [Fri, 27 Oct 2000 23:01:20 +0000 (23:01 +0000)]
* undo.c (record_delete): Check that last_undo_buffer is really a buffer before
applying XBUFFER to it.

* keymap.c (where_is_internal): Pass lisp object, not integer, to Faref.

24 years ago* window.h (Fwindow_live_p): Declare.
Ken Raeburn [Fri, 27 Oct 2000 22:59:52 +0000 (22:59 +0000)]
* window.h (Fwindow_live_p): Declare.

24 years agoAdd maintainer and modify keywords header.
Dave Love [Fri, 27 Oct 2000 22:51:47 +0000 (22:51 +0000)]
Add maintainer and modify keywords header.

24 years ago2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu>
Dave Love [Fri, 27 Oct 2000 22:46:05 +0000 (22:46 +0000)]
2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mailcap.el (mailcap-parse-mailcaps): Don't use parse-colon-path,
because they are files, not paths.
(mailcap-parse-mimetypes): Ditto.
(mailcap-mime-types): Use mailcap-mime-data.

24 years ago* lisp.h (KEYMAPP): New macro.
Stefan Monnier [Fri, 27 Oct 2000 22:20:19 +0000 (22:20 +0000)]
* lisp.h (KEYMAPP): New macro.
(get_keymap): Remove.
(get_keymap_1): Rename get_keymap.
* keyboard.h (get_keymap_1, Fkeymapp): Remove prototype.
* xterm.c (note_mode_line_highlight): Use KEYMAPP.
* xmenu.c (single_submenu): Use KEYMAPP.
(Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
Use KEYMAPP rather than Fkeymapp.
* w32term.c (note_mode_line_highlight): Use KEYMAPP.
* w32menu.c (True, False): Remove (use TRUE and FALSE instead).
(Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
Use KEYMAPP rather than Fkeymapp.
(single_submenu): Use KEYMAPP.
(w32_menu_show, w32_dialog_show): Use TRUE.
* minibuf.c (Fread_from_minibuffer): Update call to get_keymap.
* keymap.c (KEYMAPP): Remove (moved to lisp.h).
(Fkeymapp): Use KEYMAPP.
(get_keymap): Rename from get_keymap_1.  Remove old def.
Return t when autoload=0 and error=0 and the keymap needs autoloading.
(Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp.
(Fminor_mode_key_binding): Don't raise an error if the binding
is not a keymap.
(Fuse_global_map, Fuse_local_map): Allow autoloading.
(Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp.
* keyboard.c (read_char): get_keymap_1 -> get_keymap.
Allow Vspecial_event_map to be autoloaded.
(menu_bar_items): Fetch the keymap rather than using keymapp.
(menu_bar_one_keymap): No need to follow func-indirect any more.
(parse_menu_item): get_keymap_1 -> get_keymap.
(tool_bar_items): Fetch the keymap rather than using keymapp.
(read_key_sequence): Use KEYMAPP.
* intervals.c (get_local_map): Use get_keymap rather than following
function-indirections explicitly.
* doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap.

24 years ago*** empty log message ***
Dave Love [Fri, 27 Oct 2000 22:05:48 +0000 (22:05 +0000)]
*** empty log message ***

24 years ago2000-10-27 Simon Josefsson <simon@josefsson.org>
Dave Love [Fri, 27 Oct 2000 19:48:50 +0000 (19:48 +0000)]
2000-10-27  Simon Josefsson  <simon@josefsson.org>

* gnus-agent.el (gnus-agent-possibly-do-gcc):
(gnus-agent-restore-gcc):
(gnus-agent-possibly-save-gcc): New functions.

Asks the user to synch flags with server when you plug in.

* gnus-agent.el (gnus-agent-synchronize-flags): New variable.
(gnus-agent-possibly-synchronize-flags-server): New function, use it.
(gnus-agent-toggle-plugged): Call it.
(gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'.
(gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'.
(gnus-agent-possibly-synchronize-flags): New function.
(gnus-agent-possibly-synchronize-flags-server): New function.
2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
gnus-overlay-start.
* gnus.el (gnus-agent-fetching): New variable.
* gnus-agent.el (gnus-agent-with-fetch): Bind it.

* gnus-agent.el (gnus-agent-fetch-session): Catch quit.
(gnus-agent-fetch-group-1): Score-param could be nil.
(gnus-agent-any-covered-gcc): New function.
(gnus-agent-possibly-save-gcc): Use it.
(gnus-agent-possibly-do-gcc): Ditto.
* gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to
the GNU assignment issue.
(gnus-agent-fetch-group-1): Reimplement Mike McEwan's proposal.
* gnus-agent.el: timer vs. itimer.

24 years ago(find-file-not-found-set-buffer-file-coding-system):
Eli Zaretskii [Fri, 27 Oct 2000 19:24:25 +0000 (19:24 +0000)]
(find-file-not-found-set-buffer-file-coding-system):
Don't call find-buffer-file-type-coding-system.  Instead, just
set eol-type to -unix if inhibit-eol-conversion is in effect, or
if the file is on an untranslated filesystem.
(add-untranslated-filesystem): Use "D" instead of "f" inside
interactive.

24 years ago*** empty log message ***
Jason Rumney [Fri, 27 Oct 2000 19:19:59 +0000 (19:19 +0000)]
*** empty log message ***

24 years ago2000-10-27 Dave Love <fx@gnu.org>
Dave Love [Fri, 27 Oct 2000 19:15:42 +0000 (19:15 +0000)]
2000-10-27  Dave Love  <fx@gnu.org>

* gnus.el: Don't require custom.  Don't require message at top
level.
(gnus-message-archive-method): Require message here.
2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus.el (gnus-xmas-define): Defalias gnus-overlay-buffer,
gnus-overlay-start.
* gnus.el (gnus-agent-fetching): New variable.

24 years agoFix a minor typo. Mention that the MS-DOS port works on any DOS box,
Eli Zaretskii [Fri, 27 Oct 2000 19:02:14 +0000 (19:02 +0000)]
Fix a minor typo.  Mention that the MS-DOS port works on any DOS box,
not only on plain MS-DOS.

24 years ago2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu>
Dave Love [Fri, 27 Oct 2000 18:58:55 +0000 (18:58 +0000)]
2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

* webmail.el (webmail-type-definition): Fix my-deja open url.
(webmail-hotmail-list): Fix.
(webmail-netscape-open, webmail-hotmail-article,
webmail-hotmail-list): Update.
(webmail-my-deja-*): Rewrite.

24 years ago(syms_of_fontset) [WINDOWSNT]: Make default fontsize on w32 10
Jason Rumney [Fri, 27 Oct 2000 18:57:17 +0000 (18:57 +0000)]
(syms_of_fontset) [WINDOWSNT]: Make default fontsize on w32 10
point, as Windows has oversized fonts.

24 years ago(Fx_create_frame): Make default fontsize on w32 10 point, as Windows
Jason Rumney [Fri, 27 Oct 2000 18:52:35 +0000 (18:52 +0000)]
(Fx_create_frame): Make default fontsize on w32 10 point, as Windows
has oversized fonts.

24 years ago2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu>
Dave Love [Fri, 27 Oct 2000 18:52:28 +0000 (18:52 +0000)]
2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-util.el (mm-multibyte-p): Test (featurep 'xemacs).
(mm-with-unibyte-current-buffer-mule4): New function.
(mm-enable-multibyte-mule4): New.
(mm-disable-multibyte-mule4): New.

* mm-util.el (mm-enable-multibyte-mule4): New.
(mm-disable-multibyte-mule4): New.

24 years ago2000-10-27 Kai Gro�ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
Dave Love [Fri, 27 Oct 2000 18:51:39 +0000 (18:51 +0000)]
2000-10-27  Kai Gro�ohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

* gnus-sum.el (gnus-get-split-value): Use first match only (Ed L
Cashin <ecashin@coe.uga.edu>).

2000-10-27  Simon Josefsson  <simon@josefsson.org>

* gnus-sum.el (gnus-get-newsgroup-headers): Ditto.

2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-sum.el (gnus-refer-article-methods): The second could be
a named method.
(gnus-cache-write-active): Auto load.
(gnus-summary-display-article): Enable multibyte.
(gnus-summary-select-article): Don't enable multibyte here.
(gnus-summary-goto-article): Ditto.
(gnus-summary-enter-digest-group): Decode to-address.
* mm-util.el (mm-enable-multibyte-mule4): New.
(mm-disable-multibyte-mule4): New.
* gnus-sum.el (gnus-summary-mode): Use it.
(gnus-summary-select-article): Ditto.
(gnus-summary-goto-article): Use enable multibyte.

24 years agoAdd code from mcheck.c of glibc-1.09.1.
Gerd Moellmann [Fri, 27 Oct 2000 18:43:39 +0000 (18:43 +0000)]
Add code from mcheck.c of glibc-1.09.1.
(freehook, reallochook): Handle null pointer arguments.
(__malloc_initialize) [GC_MCHECK]: Call mcheck.

24 years ago2000-09-24 Simon Josefsson <simon@josefsson.org>
Dave Love [Fri, 27 Oct 2000 18:32:15 +0000 (18:32 +0000)]
2000-09-24  Simon Josefsson  <simon@josefsson.org>

* nnheader.el (nnheader-parse-head): Try both "from:" and "from: ".
2000-10-03  Bjorn Torkelsson  <torkel@hpc2n.umu.se>

* uudecode.el: xemacs cleanup (use featurep ' xemacs)

* nnheader.el: ditto

24 years ago*** empty log message ***
Dave Love [Fri, 27 Oct 2000 18:13:19 +0000 (18:13 +0000)]
*** empty log message ***

24 years ago2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu>
Dave Love [Fri, 27 Oct 2000 18:09:37 +0000 (18:09 +0000)]
2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

* nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups.
(nnkiboze-enter-nov): Fix it when there is no xref.
(nnkiboze-generate-groups): List groups.
(nnkiboze-request-article): Use
gnus-cache-request-article.

24 years ago2000-09-24 Simon Josefsson <simon@josefsson.org>
Dave Love [Fri, 27 Oct 2000 18:06:48 +0000 (18:06 +0000)]
2000-09-24  Simon Josefsson  <simon@josefsson.org>

* gnus-group.el (gnus-group-nnimap-edit-acl): Check if server
support ACL's.

2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-group.el (gnus-group-make-kiboze-group): Use
nnkiboze-score-file.
(gnus-group-make-kiboze-group): Fix prompt.

24 years ago*** empty log message ***
Dave Love [Fri, 27 Oct 2000 17:58:47 +0000 (17:58 +0000)]
*** empty log message ***

24 years ago2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu>
Dave Love [Fri, 27 Oct 2000 17:58:21 +0000 (17:58 +0000)]
2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-send-mail-partially): Replace the header
delimiter with a blank line.
(message-sending-message): New variable.
(message-send): Use it.
(message-default-charset): Default value for non-Mule Emacsen.
(message-alternative-emails): New.
(message-use-alternative-email-as-from): New.
(message-setup): Use them.
(message-default-charset): Set default value in non-MULE XEmacsen
as iso-8859-1.

2000-10-27 Emerick Rogul <emerick@csa.bu.edu>

* message.el (message-setup-fill-variables): New variable.
(message-mode): Use it.

2000-10-27  Bjorn Torkelsson  <torkel@hpc2n.umu.se>

* message.el: xemacs cleanup (use featurep ' xemacs)

2000-10-27  Stanislav Shalunov <shalunov@internet2.edu>

* message.el (message-make-in-reply-to): In-Reply-To is message-id
(see DRUMS).

2000-10-27  Simon Josefsson  <simon@josefsson.org>

* message.el (message-send): Make sure error is signalled if no
send method is specified.

24 years ago*** empty log message ***
Dave Love [Fri, 27 Oct 2000 17:15:04 +0000 (17:15 +0000)]
*** empty log message ***

24 years ago(gnus-group-make-menu-bar): Add some :help
Dave Love [Fri, 27 Oct 2000 17:13:45 +0000 (17:13 +0000)]
(gnus-group-make-menu-bar): Add some :help
strings.
(gnus-group-make-tool-bar): New function.
(gnus-group-mode): Use it.

24 years ago(message-mode-menu): Add some :help strings.
Dave Love [Fri, 27 Oct 2000 17:11:23 +0000 (17:11 +0000)]
(message-mode-menu): Add some :help strings.
(message-mode) [message-tool-bar-map]: Define tool-bar-map.
(featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.

24 years ago2000-10-27 Dave Love <fx@gnu.org>
Dave Love [Fri, 27 Oct 2000 16:46:11 +0000 (16:46 +0000)]
2000-10-27  Dave Love  <fx@gnu.org>

* mm-decode.el (mm-valid-and-fit-image-p): Don't test
display-graphic-p here.

2000-10-27  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-decode.el (mm-viewer-completion-map): New.
(mm-interactively-view-part): Use it.

24 years ago2000-10-26 Simon Josefsson <sj@extundo.com>
Dave Love [Fri, 27 Oct 2000 16:31:57 +0000 (16:31 +0000)]
2000-10-26  Simon Josefsson  <sj@extundo.com>

* mail-source.el (mail-sources): IMAP predicate is a string.
(mail-sources): Add default values for IMAP mailbox, predicate and
fetchflag.

24 years ago(refill-late-fill-paragraph-function): New
Dave Love [Fri, 27 Oct 2000 15:50:24 +0000 (15:50 +0000)]
(refill-late-fill-paragraph-function): New
variable.
(refill-mode): Use it.

24 years ago(vc-cvs-merge-news): Be prepared for no news at all.
André Spiegel [Fri, 27 Oct 2000 15:07:46 +0000 (15:07 +0000)]
(vc-cvs-merge-news): Be prepared for no news at all.

24 years ago(quail-activate): Don't make-local-hook.
Stefan Monnier [Fri, 27 Oct 2000 14:58:46 +0000 (14:58 +0000)]
(quail-activate): Don't make-local-hook.

24 years ago*** empty log message ***
Stefan Monnier [Fri, 27 Oct 2000 14:51:03 +0000 (14:51 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Stefan Monnier [Fri, 27 Oct 2000 13:36:15 +0000 (13:36 +0000)]
*** empty log message ***