1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00
Commit graph

50081 commits

Author SHA1 Message Date
Stefan Monnier
d0abdf7e83 (scan_lists): Simplify backward string scan.
Fix off-by-one boundary check for string and comment fences.
2004-04-13 21:45:13 +00:00
Kim F. Storm
cb9d4a9f65 (get_glyph_string_clip_rect): Fix reduction of cursor
height to glyph height when cursor row is not fully visible.
(make_cursor_line_fully_visible): Add FORCE_P arg to return
failure in case row is higher than window.  Callers changed.
(try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
Try to scroll partially visible, higher-than-window cursor row.
(redisplay_window): Always try to scroll partially visible,
higher-than-window cursor row - both initially and again with
centering_position = 0.
Clear desired matrix before retrying with centering_position = 0.
2004-04-13 21:31:23 +00:00
Kim F. Storm
ed8226ea41 (update_window): Only set changed_p if
scrolling_window actually did scroll.
(scrolling_window): Only return 1 if we actually did scroll.
2004-04-13 21:30:56 +00:00
Kim F. Storm
d68de522ca (Fformat): Fix allocation size of precision array. 2004-04-13 21:30:16 +00:00
Stefan Monnier
5fc16e8e03 *** empty log message *** 2004-04-13 20:21:43 +00:00
Stefan Monnier
3e62da9572 New file. 2004-04-13 20:08:53 +00:00
Daniel Pfeiffer
d50e9c52a8 Also install etc/compilation.txt and chown/chmod it 2004-04-13 19:08:31 +00:00
Daniel Pfeiffer
1600a13c93 Also install etc/compilation.txt 2004-04-13 19:04:54 +00:00
Stefan Monnier
0578dead3a Doc fixes. Changes for compiler warnings.
(syntax): Don't require.
(python) <defgroup>: Add :version.
(python-quote-syntax): Re-written.
(inferior-python-mode): Move stuff here from run-python and add
some more.
(python-preoutput-continuation, python-preoutput-result)
(python-dotty-syntax-table): New.
(python-describe-symbol): Use them.
(run-python): Move stuff to inferior-python-mode.  Modify code
loaded into Python.
(python-send-region): Use python-proc, python-send-string.
(python-send-string): Send newlines too.  Callers changed.
(python-load-file): Re-written.
(python-eldoc-function): New.
(info-look): Don't require.
(python-after-info-look): New.  A modified version of former
top-level code for use with eval-after-load.
(python-maybe-jython, python-guess-indent): Use widened buffer.
(python-fill-paragraph): Re-written.
(python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
2004-04-13 18:02:03 +00:00
Stefan Monnier
40899d7b75 *** empty log message *** 2004-04-13 16:06:38 +00:00
Stefan Monnier
f9f25632b3 (run-python): Use compilation-shell-minor-mode.
Set compilation-error-regexp-alist earlier.
2004-04-13 16:05:36 +00:00
Stefan Monnier
38b9d7d914 *** empty log message *** 2004-04-13 14:45:49 +00:00
Miles Bader
a2de0c3b75 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-210
More RCS keyword removal
2004-04-13 09:47:51 +00:00
Luc Teirlinck
c9aac8e688 (Fmake_indirect_buffer): Throw an error if the intended base buffer
has been killed.  Correct the error message if the base buffer does
not exist.
2004-04-13 01:16:22 +00:00
Stefan Monnier
912f0c34b2 (compile-goto-error): Select the buffer/window corresponding to the event. 2004-04-12 23:02:48 +00:00
Stefan Monnier
42b369cd7c (url-retrieve): Use with-current-buffer. 2004-04-12 20:50:16 +00:00
Stefan Monnier
ffc00a352e Comment fixups. 2004-04-12 20:45:16 +00:00
Stefan Monnier
b43eb9abd6 (url-http-parse-headers, url-http-file-exists-p): Remove unused var `version'. 2004-04-12 20:44:14 +00:00
Stefan Monnier
f1300fba1c (url-handler-mode): New minor mode.
(url-setup-file-name-handlers): Remove.
2004-04-12 20:43:39 +00:00
Stefan Monnier
76827ca493 Comments and docstring fixups. 2004-04-12 20:42:44 +00:00
Stefan Monnier
1e88a355b5 *** empty log message *** 2004-04-12 19:43:37 +00:00
Stefan Monnier
d845b2f364 Link changes for Cygwin unexec() support. 2004-04-12 19:43:10 +00:00
Stefan Monnier
451f03a04f Changes for Cygwin unexec() support, changes in Cygwin itself.
Add support for Xaw3d scrollbars.
2004-04-12 19:42:52 +00:00
Stefan Monnier
ef6d103984 (__default_morecore): Use bss_sbrk(), not __sbrk(), before Cygwin unexec. 2004-04-12 19:41:56 +00:00
Stefan Monnier
eff277312d Define my_endbss[] for Cygwin unexec() support. 2004-04-12 19:40:35 +00:00
Stefan Monnier
6d0da1a350 Set up PURE_P() for Cygwin unexec() support. 2004-04-12 19:40:10 +00:00
Stefan Monnier
74e32821dc Add cygwin to system-type list, for unexec() support. 2004-04-12 19:30:13 +00:00
Andreas Schwab
8dbff9a058 . 2004-04-12 12:13:37 +00:00
Andreas Schwab
ab53e06559 (Fmake_indirect_buffer): Check that NAME is a string. 2004-04-12 12:13:03 +00:00
John Paul Wallington
6e56e52681 (url-cookie-handle-set-cookie): Replace calls to obsolete
`assoc-ignore-case' with calls to `assoc-string'.
2004-04-12 10:39:09 +00:00
John Paul Wallington
efde809a83 (describe-mode): Doc fix. 2004-04-12 10:25:33 +00:00
John Paul Wallington
4ed1f829e2 (ibuffer-delete-window-on-quit): Remove.
(ibuffer-restore-window-config-on-quit): New variable to replace
`ibuffer-delete-window-on-quit'.  Update all references.
(ibuffer-prev-window-config): New variable.
(ibuffer-quit): Restore previous window configuration instead of deleting
window.
(ibuffer): Save window configuration before showing Ibuffer buffer.
2004-04-12 10:03:08 +00:00
Miles Bader
a2295d3268 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-205
Add macroexpand-all to lisp reference manual
2004-04-12 05:43:12 +00:00
Stefan Monnier
888101d654 *** empty log message *** 2004-04-12 05:01:19 +00:00
Juri Linkov
cd478f3d37 (Info-follow-reference): Allow multiline reference name. 2004-04-12 04:46:47 +00:00
Miles Bader
0610f22fb4 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-203
Add entry for macroexpand-all to NEWS
2004-04-12 04:44:19 +00:00
Stefan Monnier
544dccaa20 (compilation-mode-font-lock-keywords): Fix test not to treat nil as a function. 2004-04-12 04:36:01 +00:00
Stefan Monnier
7bbdf1cb6e (vc-arch-root): Be a bit more careful.
(vc-arch-register): Save the buffer if we modified it.
(vc-arch-delete-rej-if-obsolete): Save excursion.
(vc-arch-find-file-hook): Use the simpler after-save-hook.
(vc-arch-responsible-p, vc-arch-init-version): New functions.
2004-04-12 04:23:38 +00:00
Stefan Monnier
4a8da016ca (ldap-search): Use list*. 2004-04-12 04:12:02 +00:00
Stefan Monnier
016da1c19d (cl): Don't require.
(url): Add :version.
(url-bug-address): Use bug-gnu-emacs.
2004-04-12 04:06:12 +00:00
Stefan Monnier
c6bfe6e7ca (url-hexify-string): Don't give multibyte error for char <16.
(mail-header-extract): Autoload.
2004-04-12 04:06:01 +00:00
Stefan Monnier
61bbdf64e8 Doc fixes. 2004-04-12 04:05:50 +00:00
Stefan Monnier
30bfc9cebf Minor text changes. 2004-04-12 04:05:43 +00:00
Stefan Monnier
b81c0abbde (url-mailto): Avoid warning. 2004-04-12 04:05:07 +00:00
Stefan Monnier
bebcf94029 (ldap): Require.
(url-ldap): Fix `format' call.
(url-ldap-certificate-formatter): Avoid warning.
2004-04-12 04:04:31 +00:00
Stefan Monnier
39c541030e (url-https-create-secure-wrapper): Use modern backquotes. 2004-04-12 04:04:21 +00:00
Stefan Monnier
ad8c3ee067 (url-history-setup-save-timer): Avoid warnings. 2004-04-12 04:04:10 +00:00
Stefan Monnier
88c963ed40 (url-file-build-filename): Don't use directory-sep-char. 2004-04-12 04:03:32 +00:00
Stefan Monnier
0aa70d3249 (url-dav-rename-file): Fix args of `signal'.
(url-intersection): New.
(url-dav-supported-p): Use it.
(url-dav-save-resource): Declare url-http-response-status special.
2004-04-12 04:03:16 +00:00
Stefan Monnier
10c3c720ca (url-cookie-setup-save-timer): Avoid warnings. 2004-04-12 04:03:06 +00:00