]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Tue, 26 Jun 2001 11:50:16 +0000 (11:50 +0000)]
(hs-minor-mode-map): Use mouse-2, not button-2, when binding
hs-mouse-toggle-hiding.
Gerd Moellmann [Tue, 26 Jun 2001 10:35:01 +0000 (10:35 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 26 Jun 2001 10:34:27 +0000 (10:34 +0000)]
(rmail-msg-restore-non-pruned-header): New
function.
(rmail-msg-prune-header): Likewise.
(rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
and `rmail-msg-prune-header'.
Gerd Moellmann [Tue, 26 Jun 2001 09:47:11 +0000 (09:47 +0000)]
(handle_invisible_prop): Deal with overlay strings at
the start of invisible text.
(setup_for_ellipsis): New function.
(next_overlay_string): After all overlay strings have been
processed, display an ellipsis if necessary.
(load_overlay_strings, get_overlay_strings): Add parameter CHARPOS.
(push_it): Initialize display_ellipsis_p on the iterator's stack.
Gerd Moellmann [Tue, 26 Jun 2001 09:46:24 +0000 (09:46 +0000)]
(struct it): Add member display_ellipsis_p.
Andrew Choi [Tue, 26 Jun 2001 01:42:30 +0000 (01:42 +0000)]
2001-06-26 Andrew Choi <akochoi@i-cable.com>
* README: Change references to SourceForge site to
ftp://ftp.gnu.org/gnu/mac/emacs/.
Stefan Monnier [Mon, 25 Jun 2001 19:20:15 +0000 (19:20 +0000)]
(fill-region-as-paragraph): Don't look further back than LINEBEG.
Gerd Moellmann [Mon, 25 Jun 2001 15:38:01 +0000 (15:38 +0000)]
(struct x_output): Add member wait_for_wm.
Gerd Moellmann [Mon, 25 Jun 2001 15:37:16 +0000 (15:37 +0000)]
(Qwait_for_wm): New variable.
(x_frame_parms): Add entry for `wait-for-wm".
(x_set_wait_for_wm): New function.
(Fx_create_frame): Call x_default_parameter for wait-for-wm.
(syms_of_xfns): Initialize and staticpro Qwait_for_wm.
Gerd Moellmann [Mon, 25 Jun 2001 15:36:53 +0000 (15:36 +0000)]
(EmacsFrameSetCharSize): Set XtNwaitForWm depending
on the value of the wait-for-wm frame parameter.
Gerd Moellmann [Mon, 25 Jun 2001 11:13:57 +0000 (11:13 +0000)]
(try_window_id) <all changes below window end>: Don't
take this shortcut if ZV is visible in the window.
(try_window_id): When checking for window start being in changed
text, don't check that the buffer's size has changed.
Eli Zaretskii [Mon, 25 Jun 2001 10:39:06 +0000 (10:39 +0000)]
(xterm-mouse-event): If the buffer displayed in the
window where they clicked the mouse has a header line, adjust
vertical movement by one.
Gerd Moellmann [Mon, 25 Jun 2001 10:04:27 +0000 (10:04 +0000)]
(glasses-make-readable): Consider
underscores too when separating a parenthesis.
Eli Zaretskii [Sun, 24 Jun 2001 13:16:33 +0000 (13:16 +0000)]
More about long file names and the MSDOS port.
Eli Zaretskii [Sun, 24 Jun 2001 11:19:58 +0000 (11:19 +0000)]
*** empty log message ***
Eli Zaretskii [Sun, 24 Jun 2001 11:14:12 +0000 (11:14 +0000)]
(bookmark-insert-location, bookmark-bmenu-list)
(bookmark-bmenu-hide-filenames): Add help-echo to mouse-highlighted text.
(bookmark-bmenu-show-filenames): Remove help-echo property from
the whitespace.
Richard M. Stallman [Sun, 24 Jun 2001 08:17:21 +0000 (08:17 +0000)]
Minor change.
Eli Zaretskii [Sat, 23 Jun 2001 19:44:13 +0000 (19:44 +0000)]
(auto-mode-alist): Add configure.ac (autoconf).
Richard M. Stallman [Sat, 23 Jun 2001 19:36:23 +0000 (19:36 +0000)]
(eval-last-sexp): Doc fix.
Richard M. Stallman [Sat, 23 Jun 2001 19:36:14 +0000 (19:36 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 23 Jun 2001 16:22:04 +0000 (16:22 +0000)]
(c-set-style): Don't specify initial contents for completing-read.
Richard M. Stallman [Sat, 23 Jun 2001 16:19:29 +0000 (16:19 +0000)]
(Fcompleting_read): Doc fix.
Richard M. Stallman [Sat, 23 Jun 2001 16:19:18 +0000 (16:19 +0000)]
Add details about C-M-a and C-M-e.
Index indent-for-tab-command.
Clarify TAB on lines inside paren grouping.
Clarify which languages a C style applies to.
Clarify how c-default-style takes effect.
c-set-style affects only current buffer.
Clarify blink-matching-delay.
Richard M. Stallman [Sat, 23 Jun 2001 16:11:23 +0000 (16:11 +0000)]
(Wrong Time): New node.
Richard M. Stallman [Sat, 23 Jun 2001 16:10:25 +0000 (16:10 +0000)]
Minor change.
Richard M. Stallman [Sat, 23 Jun 2001 16:09:28 +0000 (16:09 +0000)]
(Major Mode Conventions): Major modes should not change RET.
Richard M. Stallman [Sat, 23 Jun 2001 16:08:32 +0000 (16:08 +0000)]
(Compilation Functions): Add xref to Problems with Macros.
Richard M. Stallman [Sat, 23 Jun 2001 16:07:34 +0000 (16:07 +0000)]
More of previous change.
Richard M. Stallman [Sat, 23 Jun 2001 16:06:49 +0000 (16:06 +0000)]
Deprecate use of the INITIAL argument for completing-read.
Eli Zaretskii [Sat, 23 Jun 2001 07:51:03 +0000 (07:51 +0000)]
Fix some formatting errors, and a left-over from some unsuccessful merge.
Richard M. Stallman [Fri, 22 Jun 2001 21:45:48 +0000 (21:45 +0000)]
Minor change.
Richard M. Stallman [Fri, 22 Jun 2001 20:06:07 +0000 (20:06 +0000)]
(menu-bar-make-toggle): Construct the
function's doc string from HELP, not DOC, and make it accurate by
adding "Toggle whether to " at the front and downcasing the initial.
Change the HELP arg in some calls to make it fit this usage.
(toggle-debug-on-quit, toggle-debug-on-error): Undo previous change.
Richard M. Stallman [Fri, 22 Jun 2001 20:05:51 +0000 (20:05 +0000)]
*** empty log message ***
Eli Zaretskii [Fri, 22 Jun 2001 16:36:42 +0000 (16:36 +0000)]
Add woman-1 and woman-2.
Eli Zaretskii [Fri, 22 Jun 2001 11:49:18 +0000 (11:49 +0000)]
(indent-relative-maybe, indent-relative): Doc fix.
Eli Zaretskii [Fri, 22 Jun 2001 11:42:44 +0000 (11:42 +0000)]
(Indentation Commands): Document what indent-relative does when called
with an argument.
Eli Zaretskii [Fri, 22 Jun 2001 11:32:07 +0000 (11:32 +0000)]
(Multi-line Indent): Document indent-code-rigidly.
Eli Zaretskii [Fri, 22 Jun 2001 10:50:27 +0000 (10:50 +0000)]
Proofreading fixes from Peter Milliken.
Eli Zaretskii [Fri, 22 Jun 2001 10:38:20 +0000 (10:38 +0000)]
(toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
Eli Zaretskii [Thu, 21 Jun 2001 12:48:03 +0000 (12:48 +0000)]
(tool-bar-setup): Remove the EXIT button.
Eli Zaretskii [Thu, 21 Jun 2001 07:42:04 +0000 (07:42 +0000)]
(dabbrev--select-buffers): Fix last change.
Miles Bader [Thu, 21 Jun 2001 03:22:15 +0000 (03:22 +0000)]
Document the new BUFFER arg to the `shell' command.
Jason Rumney [Wed, 20 Jun 2001 22:40:29 +0000 (22:40 +0000)]
(WinMain): Add quotes around executable name.
Richard M. Stallman [Wed, 20 Jun 2001 11:03:58 +0000 (11:03 +0000)]
(dabbrev--make-friend-buffer-list): New function,
broken out from dabbrev--find-expansion. Handle minibuffer
specially here.
(dabbrev--find-expansion): Simplify code in various ways.
Don't treat minibuffers specially.
Call dabbrev--make-friend-buffer-list.
(dabbrev--select-buffers): Don't treat minibuffers specially.
Simplify.
(dabbrev--scanning-message): Do nothing when minibuffer is current.
Richard M. Stallman [Wed, 20 Jun 2001 11:03:44 +0000 (11:03 +0000)]
*** empty log message ***
Richard M. Stallman [Wed, 20 Jun 2001 10:57:04 +0000 (10:57 +0000)]
New node Program Misc; text about word and paragraph and selective
display features moved there.
Major rewrite of Programming Modes node.
Mention font lock and compilation commands in initial list of
capabilities.
Rewrite explanation of C-M- convention.
In Basic Indent, add intro text.
Eli Zaretskii [Wed, 20 Jun 2001 10:52:38 +0000 (10:52 +0000)]
Document problems with compressed subdirs.el.
Richard M. Stallman [Wed, 20 Jun 2001 10:51:27 +0000 (10:51 +0000)]
Minor Texinfo style change.
Richard M. Stallman [Wed, 20 Jun 2001 10:50:40 +0000 (10:50 +0000)]
Minor wording fixes.
Richard M. Stallman [Wed, 20 Jun 2001 10:50:04 +0000 (10:50 +0000)]
Give examples for M-! and M-|.
Richard M. Stallman [Wed, 20 Jun 2001 10:49:29 +0000 (10:49 +0000)]
Minor wording change.
Richard M. Stallman [Wed, 20 Jun 2001 10:49:08 +0000 (10:49 +0000)]
Update how to find etc/DEBUG.
Clarify what to do instead of finding more examples of a bug.
Richard M. Stallman [Wed, 20 Jun 2001 10:47:48 +0000 (10:47 +0000)]
Minor corrections.
Richard M. Stallman [Wed, 20 Jun 2001 10:46:59 +0000 (10:46 +0000)]
Minor fixes.
Richard M. Stallman [Wed, 20 Jun 2001 10:46:24 +0000 (10:46 +0000)]
Rewrite the texts that explain basic incremental search,
basic nonincremental search, regexp incremental search,
and query-replace.
Other local cleanups.
Eli Zaretskii [Wed, 20 Jun 2001 10:42:10 +0000 (10:42 +0000)]
Document line-number-display-limit-width.
Eli Zaretskii [Wed, 20 Jun 2001 10:05:04 +0000 (10:05 +0000)]
Proofreading changes from Tim Goodwin <tjg@star.le.ac.uk>.
Eli Zaretskii [Wed, 20 Jun 2001 10:00:40 +0000 (10:00 +0000)]
Proofreading fixes from Tim Goodwin <tjg@star.le.ac.uk>.
Eli Zaretskii [Wed, 20 Jun 2001 09:48:52 +0000 (09:48 +0000)]
More proofreading fixes from Peter Milliken.
Eli Zaretskii [Wed, 20 Jun 2001 09:22:42 +0000 (09:22 +0000)]
Proofreading fixes from Peter Milliken <Peter.Milliken@GTECH.COM>.
Eli Zaretskii [Wed, 20 Jun 2001 07:54:44 +0000 (07:54 +0000)]
(Optional Mode Line): Document line-number-display-limit-width.
John Wiegley [Tue, 19 Jun 2001 20:36:16 +0000 (20:36 +0000)]
Added a version string.
John Wiegley [Tue, 19 Jun 2001 20:25:18 +0000 (20:25 +0000)]
Don't load in esh-util if it's already loaded. Also, added a comment
describing how to greatly speedup Eshell loadup time, by concatenating
together all of Eshell's .elc files.
John Wiegley [Tue, 19 Jun 2001 20:24:48 +0000 (20:24 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 19 Jun 2001 11:30:53 +0000 (11:30 +0000)]
(Ffind_composition_internal): Accept ZV
and a string's end position as POS.
Richard M. Stallman [Tue, 19 Jun 2001 11:28:29 +0000 (11:28 +0000)]
Local rewrites. Describe basic no-argument C-v and M-v first,
then describe the case with an argument.
Richard M. Stallman [Tue, 19 Jun 2001 11:21:09 +0000 (11:21 +0000)]
Minor clarifications.
Eli Zaretskii [Tue, 19 Jun 2001 10:00:43 +0000 (10:00 +0000)]
(WoMan-highlight-references): Add help-echo to mouse-highlighted text.
John Wiegley [Mon, 18 Jun 2001 20:03:33 +0000 (20:03 +0000)]
Disabled a test that often yields false failures.
John Wiegley [Mon, 18 Jun 2001 19:59:24 +0000 (19:59 +0000)]
*** empty log message ***
Stefan Monnier [Mon, 18 Jun 2001 19:04:09 +0000 (19:04 +0000)]
(sgml-mode-map): Fix thinko.
Sam Steingold [Mon, 18 Jun 2001 16:41:24 +0000 (16:41 +0000)]
typo
Gerd Moellmann [Mon, 18 Jun 2001 12:46:39 +0000 (12:46 +0000)]
(quail-start-conversion): Reset
quail-translating to nil.
Eli Zaretskii [Mon, 18 Jun 2001 12:38:38 +0000 (12:38 +0000)]
(quoted-printable-decode-region): If called interactively,
use coding-system-for-read.
Eli Zaretskii [Mon, 18 Jun 2001 12:35:18 +0000 (12:35 +0000)]
Document the removal of hs-show-hidden-short-form.
Gerd Moellmann [Mon, 18 Jun 2001 11:24:51 +0000 (11:24 +0000)]
*** empty log message ***
Gerd Moellmann [Mon, 18 Jun 2001 11:21:57 +0000 (11:21 +0000)]
(antlr-mode): Check that `c-Java-access-key' is
bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
Eli Zaretskii [Mon, 18 Jun 2001 11:02:45 +0000 (11:02 +0000)]
Mention tildify.el.
Gerd Moellmann [Mon, 18 Jun 2001 10:42:23 +0000 (10:42 +0000)]
Update copyright.
Gerd Moellmann [Mon, 18 Jun 2001 10:41:42 +0000 (10:41 +0000)]
(Ffind_composition_internal): Check POS
for validity.
Eli Zaretskii [Mon, 18 Jun 2001 10:21:59 +0000 (10:21 +0000)]
(bs--get-name, bs--get-file-name): Add help-echo to
mouse-highlighted text.
Eli Zaretskii [Mon, 18 Jun 2001 07:11:33 +0000 (07:11 +0000)]
Fix a typo in a comment.
Eli Zaretskii [Mon, 18 Jun 2001 07:02:50 +0000 (07:02 +0000)]
(Text): Fix a cross-reference to autotype.
Eli Zaretskii [Mon, 18 Jun 2001 06:51:38 +0000 (06:51 +0000)]
(dired-mark-pop-up): Fix last change.
Eli Zaretskii [Sun, 17 Jun 2001 13:19:47 +0000 (13:19 +0000)]
(Hideshow): Remove the obsolete variable hs-show-hidden-short-form.
Eli Zaretskii [Sun, 17 Jun 2001 13:10:27 +0000 (13:10 +0000)]
(generate-calendar-month): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:47:54 +0000 (11:47 +0000)]
(quickurl-url-file): Run through convert-standard-filename.
(quickurl-list-populate-buffer): Add help-echo to mouse-highlighted text.
(top level): Update Dave's URL.
Eli Zaretskii [Sun, 17 Jun 2001 11:33:10 +0000 (11:33 +0000)]
(list-buffers-noselect): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:25:12 +0000 (11:25 +0000)]
(tex-validate-buffer): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:24:36 +0000 (11:24 +0000)]
(pages-copy-header-and-position): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:23:58 +0000 (11:23 +0000)]
(tar-header-block-summarize): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:23:17 +0000 (11:23 +0000)]
(occur): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:22:35 +0000 (11:22 +0000)]
(sh-mark-line): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:21:48 +0000 (11:21 +0000)]
(cpp-make-button): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:21:07 +0000 (11:21 +0000)]
(compile-reinitialize-errors): Add help-echo to mouse-highlighted messages.
(compilation-forget-errors): Remove help-echo property as well.
Eli Zaretskii [Sun, 17 Jun 2001 11:19:50 +0000 (11:19 +0000)]
(lm-plot-square, lm-init-display): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:19:11 +0000 (11:19 +0000)]
(gomoku-plot-square, gomoku-init-display): Add help-echo to mouse-highlighted
text.
Eli Zaretskii [Sun, 17 Jun 2001 11:18:16 +0000 (11:18 +0000)]
(dired-insert-set-properties): Add help-echo to mouse-highlighted text.
(dired-mark-pop-up): Remove help-echo property from the file name.
Eli Zaretskii [Sun, 17 Jun 2001 11:17:17 +0000 (11:17 +0000)]
(comint-send-input): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:16:18 +0000 (11:16 +0000)]
(archive-summarize-files): Add help-echo to mouse-highlighted text.