Eli Zaretskii [Sat, 10 Mar 2007 19:32:23 +0000 (19:32 +0000)]
(rcirc-timeout-seconds): New variable.
(rcirc-keepalive-seconds): Remove variable.
(rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
(rcirc-process, rcirc-user-disconnect): New variables.
(rcirc-connect): Initalize new variables.
(rcirc-keepalive): Don't send keepalive pings before connection is completed.
(rcirc-sentinel): Do mark all channels with activity when
connection is dropped. Run hook with process buffer local.
(rcirc-reschedule-timeout, rcirc-delete-process): New functions.
(rcirc-buffer-process): Return value of rcirc-process if rcirc-server-buffer
is nil.
(rcirc-server-name): Return the reported server name.
(rcirc-update-prompt): Simplify computation of the server name.
(rcirc-format-response-string): Likewise.
(rcirc-handler-001): Mark server as connected, record the reported server name,
and schedule a timeout.
(rcirc-track-nick): Add a spec for the tty class.
(rcirc-user-non-nick): Remove function.
(rcirc-nick-prefix-chars): Add variable.
(rcirc-user-nick): Use above variable.
Chong Yidong [Sat, 10 Mar 2007 04:57:18 +0000 (04:57 +0000)]
(help_form_saved_window_configs): New var.
(read_char_help_form_unwind): New function.
(read_char): Don't restore window configuration if a mouse click
arrives while the help form is being displayed.
Chong Yidong [Sat, 10 Mar 2007 04:56:41 +0000 (04:56 +0000)]
* keyboard.c (help_form_saved_window_configs): New var.
(read_char_help_form_unwind): New function.
(read_char): Don't restore window configuration if a mouse click
arrives while the help form is being displayed.
Glenn Morris [Sat, 10 Mar 2007 04:12:44 +0000 (04:12 +0000)]
(woman-change-fonts): Add a hack to deal with
font-escape followed by "." at start of a line.
(woman2-IP): Add a hack to deal with consecutive requests.
(woman2-tagged-paragraph): Extend existing hack to handle "sp".
Alan Mackenzie [Thu, 8 Mar 2007 21:50:51 +0000 (21:50 +0000)]
(c-unfind-enclosing-token, c-unfind-coalesced-tokens, c-before-change): new
functions;
(c-maybe-stale-found-type): new variable.
An ad hoc attempt to remove stale tokens from the cache `c-found-types'.
J.D. Smith [Thu, 8 Mar 2007 18:31:13 +0000 (18:31 +0000)]
(idlwave-do-context-help1): Don't visit special help topics for
keywords.
(idlwave-help-assistant-command): Include ".exe" for ms-dos
etc. Assistant command.
Chong Yidong [Thu, 8 Mar 2007 14:43:08 +0000 (14:43 +0000)]
(minibuffer-completing-symbol): New var.
(eval-expression): Use it.
(completion-setup-function): Don't bind completion-base-size when
completing a symbol in the minibuffer.
Chong Yidong [Thu, 8 Mar 2007 14:42:49 +0000 (14:42 +0000)]
* simple.el (minibuffer-completing-symbol): New var.
(eval-expression): Use it.
(completion-setup-function): Don't bind completion-base-size when
completing a symbol in the minibuffer.
Jan Djärv [Tue, 6 Mar 2007 12:15:33 +0000 (12:15 +0000)]
* sound.c (wav_play): Check header->data_length to see how much we
shall read.
(alsa_period_size): Convert ALSA period size in frames to bytes.
(alsa_write): Return if frames is zero.
Chong Yidong [Mon, 5 Mar 2007 22:14:02 +0000 (22:14 +0000)]
** lennart.borgman@gmail.com, Feb 22: C-h k does not catch text properies keymaps
It actually does.
** Failure to build on Solaris. Did reverting Jan's change bring back the old bug?
No: the change was not completely reverted, only the part the caused
the new problem.
Chong Yidong [Mon, 5 Mar 2007 15:15:51 +0000 (15:15 +0000)]
* cus-edit.el (customize-save-variable): Clear customized-value
property (saved values are now put in theme-value property).
(customize-set-variable): Doc fix.
Michael Albinus [Mon, 5 Mar 2007 06:41:59 +0000 (06:41 +0000)]
* net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
Append its extension to the resulting temporary file name.
(tramp-handle-file-local-copy, tramp-handle-write-region): Apply
it.
* net/tramp-smb.el (tramp-smb-handle-file-local-copy)
(tramp-smb-handle-write-region): Apply it.