1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00
Commit graph

52307 commits

Author SHA1 Message Date
Stefan Monnier
98337d2bab (pcl-cvs-load-hook): Remove unused var. 2004-10-11 14:58:54 +00:00
Stefan Monnier
a5f48305f1 (font-lock-apply-highlight): Fix last change. 2004-10-11 14:56:50 +00:00
Jan Djärv
29fabd8cee * xfns.c (syms_of_xfns): defsubr x-file-dialog for GTK also. 2004-10-11 10:50:00 +00:00
Jay Belanger
749dadb57d (calc-describe-copying, calc-describe-distribution, calc-describe-thing,
calc-describe-no-warranty, calc-describe-key):  Go to appropriate info
node in one step.
2004-10-11 03:29:45 +00:00
Jay Belanger
65ce291b9c (calc-info-goto-node): New function.
(calc-tutorial, calc-info-summary): Go to appropriate Calc info node
in one step.
2004-10-11 03:27:24 +00:00
Jay Belanger
9d3c486a7e Added `calc-info-goto-node' to autoloads. 2004-10-11 03:25:09 +00:00
Lars Hansen
df41da5eda Fix copyright notice. 2004-10-10 20:40:21 +00:00
Kai Großjohann
97e810ff41 (ange-ftp-remote-shell): Remove variable.
(ange-ftp-call-chmod): Reference remote-shell-program instead of
ange-ftp-remote-shell.
2004-10-10 19:53:24 +00:00
Steven Tamm
c3f4c690b6 macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow
(x_lower_frame): Add BLOCK_INPUT around SendBehind
  (make_mac_frame): Add BLOCK_INPUT around the making of a
  terminal frame
  (mac_initialize): Add BLOCK_INPUT around carbon initialization
macgui.h (mktime): Use emacs_mktime
macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
  Make a cancel file-open dialog be like C-g.
mac.c (mktime): Use emacs_mktime
  (Fdo_applescript): Add BLOCK_INPUT around do_applescript
  (Fmac_paste_function): Add better error handling for carbon
  cut/paste
2004-10-10 16:56:21 +00:00
Andreas Schwab
af8c54774f . 2004-10-10 14:29:43 +00:00
Andreas Schwab
af61a97dd6 (byte-optimize-backward-word): Optimize
`(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
2004-10-10 14:28:19 +00:00
André Spiegel
fd1cf0a0c3 # 2004-10-10 09:31:46 +00:00
André Spiegel
fb34883fdf (vc-annotate-mode): Remove variable.
(vc-annotate-display-select): Only call vc-annotate-mode
if we're not in that mode already.
2004-10-10 09:23:11 +00:00
Stefan Monnier
10fc26633b (comint-output-filter): Typo. 2004-10-10 05:06:47 +00:00
Stefan Monnier
72fcca06da (comint-mouse-insert-input): Remove.
(comint-insert-input): Make it work for mouse bindings.
(comint-mode-map): Move defs into the declaration.
2004-10-10 04:29:21 +00:00
Stefan Monnier
4f8150654e (diff-current-defun): Fix 2004-06-13's change. 2004-10-10 04:08:43 +00:00
Stefan Monnier
bfbc9ea9e0 (imenu--completion-buffer): Don't return t for rescan.
(imenu-choose-buffer-index): Check here for rescan instead.
2004-10-10 03:17:52 +00:00
Stefan Monnier
6b7f34912c (font-lock-apply-highlight): Explicitly check the case
where the face expression evals to nil.
2004-10-10 01:54:12 +00:00
Stefan Monnier
1f4cc03432 (tex-font-lock-append-prop): New fun.
(tex-font-lock-keywords-2): Use it.
(tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
2004-10-10 01:51:34 +00:00
Juri Linkov
fdbc4dea48 (Top, Marking Articles): Join two menus in one node
because a node can have only one menu.
2004-10-10 01:17:27 +00:00
Juri Linkov
6fa0c1a1d9 sc-preferred-attribution-alist -> sc-preferred-attribution-list 2004-10-10 01:12:19 +00:00
Kim F. Storm
6db3726449 (timer_start_idle, timer_stop_idle): Remove prototypes. 2004-10-09 23:25:00 +00:00
Kim F. Storm
5c12e63f92 (timer_resume_idle): New function to resume idle
timer without resetting timers on the idle list.
(read_char): Use timer_resume_idle. Remove local var last_idle_start.
(timer_start_idle, timer_stop_idle): Declare static.
(read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
2004-10-09 23:24:49 +00:00
Kim F. Storm
9688f9eb3a *** empty log message *** 2004-10-09 23:24:31 +00:00
Kim F. Storm
c85152fceb (progress-reporter-update): Define before first usage.
(make-progress-reporter): Doc fix.
2004-10-09 21:50:57 +00:00
Kim F. Storm
c2b4a97bbb *** empty log message *** 2004-10-09 21:50:38 +00:00
Luc Teirlinck
9f4b6e738f *** empty log message *** 2004-10-09 18:57:48 +00:00
Luc Teirlinck
51d7369eb8 (sentence-end-double-space)
(sentence-end-without-period, sentence-end-without-space)
(sentence-end): Doc fixes.
2004-10-09 18:49:01 +00:00
Luc Teirlinck
2e3c33de20 (Misc File Ops): View mode is a minor mode. 2004-10-09 18:41:18 +00:00
Luc Teirlinck
45fa30b2ff (Regexp Example): Update description of how Emacs currently recognizes
the end of a sentence.
(Standard Regexps): Update definition of the variable `sentence-end'.
Add definition of the function `sentence-end'.
2004-10-09 18:35:38 +00:00
Luc Teirlinck
6cae76c291 (Filling): Add anchor for definition of `sentence-end-double-space'. 2004-10-09 18:33:33 +00:00
Stefan Monnier
cd9d956124 (lisp-fill-paragraph): Fix backslashes. 2004-10-09 14:28:12 +00:00
Juri Linkov
a682a2d38f * gnus.texi (Fancy Mail Splitting): Remove backslash in the
example of nnmail-split-fancy.
2004-10-08 22:21:17 +00:00
Juri Linkov
e7378ac300 (Fancy Mail Splitting): Remove backslash in the
example of nnmail-split-fancy.
2004-10-08 22:19:18 +00:00
Juri Linkov
8762f451cf (Default Simplifications): Add missing ). 2004-10-08 20:58:54 +00:00
Steven Tamm
f7f3a65fc0 config.in (HAVE_MALLOC_MALLOC_H): Regenerate
macterm.c (mac_check_for_quit_char): Remove warning for using
  NULL where 0 should be used
unexmacosx.c: Use malloc/malloc.h on Tiger instead of
  objc/malloc.h
mac.c: Include time.h for Tiger compatibility
2004-10-08 18:38:17 +00:00
Steven Tamm
cef11da299 configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
configure: Rebuild
2004-10-08 18:36:47 +00:00
Eli Zaretskii
657f0f9c4e *** empty log message *** 2004-10-08 18:15:14 +00:00
Eli Zaretskii
4f533cc56a Fix wording. 2004-10-08 18:10:51 +00:00
Eli Zaretskii
e8a4208ec8 (lisp-fill-paragraph): Change
paragraph-start regexp so we don't fill code starting with #'(
2004-10-08 17:54:43 +00:00
Eli Zaretskii
67e61e164d (mail-extr-ignore-realname-equals-mailbox-name): New defcustom.
(extract-address-components): Use it.
2004-10-08 17:53:18 +00:00
Eli Zaretskii
010864eabd Document the new Progress Mode. 2004-10-08 17:42:15 +00:00
Eli Zaretskii
276dd8a8c7 (Progress): New node. 2004-10-08 17:35:47 +00:00
Eli Zaretskii
4f124fb528 (etags-tags-completion-table): Use progress reporter.
(etags-tags-apropos): Likewise.
2004-10-08 17:34:01 +00:00
Eli Zaretskii
d0e2accefa (tar-summarize-buffer): Use progress reporter. 2004-10-08 17:31:51 +00:00
Eli Zaretskii
b4329caaf8 (make-progress-reporter, progress-reporter-update)
(progress-reporter-force-update, progress-reporter-do-update)
(progress-reporter-done): New functions.
2004-10-08 17:23:40 +00:00
Eli Zaretskii
e42d647407 Mention the changes in C-y behavior when at end of line. 2004-10-08 17:14:15 +00:00
Eli Zaretskii
0b4fe585ef Update the documentation of C-y in the case that point is already at the
end of a line.
2004-10-08 17:04:58 +00:00
Eli Zaretskii
a1883913f8 (isearch-yank-line): C-y yanks to next EOL, not end of current line. 2004-10-08 17:02:16 +00:00
Masatake YAMATO
9afed9b1fa (server-process-filter): Wrap `process-send-region'
by `condition-case' to guard the case when the pipe to PROC is
closed.
2004-10-08 15:50:59 +00:00