Richard M. Stallman
ffa7d02ad8
Clarify cursors with multiple windows.
2002-07-07 11:37:07 +00:00
Richard M. Stallman
c84d4f5903
Document toolip-delay and other tooltip customization. Explain the
...
fake "frame parameters" for special-display-buffer-names.
2002-07-07 11:35:04 +00:00
Richard M. Stallman
b1d75c437d
Update mouse button info.
...
Don't give the names of Emacs commands that the characters run.
Clarify what SPC and DEL do.
Clarify the description of the minibuffer.
Wording change for completion.
Explain Mouse-2 better.
2002-07-07 11:31:31 +00:00
Richard M. Stallman
ba2cf799f9
Document unify-8859-on-decoding-mode.
2002-07-07 11:22:29 +00:00
Richard M. Stallman
eb18d0073b
Update description of * and ? for shell commands.
...
Mention that v uses external viewers.
2002-07-07 11:15:33 +00:00
Richard M. Stallman
26f17e6a29
setenv allows $-substitution.
...
--geometry affects all frames.
2002-07-07 10:56:04 +00:00
Richard M. Stallman
af7272b1a0
*** empty log message ***
2002-07-07 10:52:11 +00:00
Richard M. Stallman
ddf6b9a3b7
Treat a partially visible line like "cursor off screen".
...
(make_cursor_line_fully_visible): Don't try short scrolls.
Instead just return 0 when there is something to be done.
(try_scrolling): If make_cursor_line_fully_visible returns 0,
retry scrolling as if cursor were off the bottom.
(try_cursor_movement): If make_cursor_line_fully_visible returns 0,
return CURSOR_MOVEMENT_MUST_SCROLL.
(redisplay_window): If make_cursor_line_fully_visible returns 0,
go to try_to_scroll.
2002-07-07 10:50:49 +00:00
Richard M. Stallman
f0bac7deee
(Fbuffer_local_value): Store current value into its binding
...
so we get the up-to-date value for the binding that is loaded.
2002-07-07 10:17:26 +00:00
Richard M. Stallman
0654d6e3fc
(Fdefmacro): Doc fix.
2002-07-07 10:07:32 +00:00
Richard M. Stallman
259bf181b5
(easy-menu-popup-menu): Function deleted.
2002-07-07 09:56:08 +00:00
Richard M. Stallman
004b6f61b3
(ad-compile-function): Disable cl-function warnings if cl is loaded.
2002-07-07 09:37:09 +00:00
Richard M. Stallman
8fd9c1745e
(safe-local-eval-forms): New user option.
...
(hack-one-local-variable-eval-safep): Support it.
Also allow `safe-local-eval-function' property to be a function
or a list of functions.
(c-add-style): Delete `safe-local-eval-function' property.
(after-find-file): Make buffer read-only if file is
marked that way, even for root.
(save-some-buffers): Doc fix.
2002-07-07 09:21:52 +00:00
Richard M. Stallman
9ae4c9259c
Change maintainer email address.
2002-07-07 09:11:10 +00:00
Eli Zaretskii
293fa54ada
(Replace): Add a cross-reference to Transient Mark mode.
2002-07-06 13:45:42 +00:00
ShengHuo ZHU
d942a83dca
* gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
...
cdaar to cdar and car.
* nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
(nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
2002-07-06 13:15:21 +00:00
Richard M. Stallman
008c915c44
(completion-ignored-extensions): Add .gmo and .mo.
2002-07-06 09:42:31 +00:00
Francesco Potortì
0bca779adf
(auto-coding-alist): Add knowledge of .sx[dmicw] file
...
suffixes for Open office data files.
2002-07-05 23:16:08 +00:00
Francesco Potortì
6e6b84ef01
(auto-mode-alist): Add knowledge of .sx[dmicw] file
...
suffixes for Open office data files.
2002-07-05 23:15:37 +00:00
Francesco Potortì
6eaa6db46b
(file-name-buffer-file-type-alist): Add knowledge of .sx[dmicw] file
...
suffixes for Open office data files.
2002-07-05 23:15:06 +00:00
Francesco Potortì
b65c7d7216
Open office data files.
2002-07-05 23:14:32 +00:00
Pavel Janík
e9b6020947
*** empty log message ***
2002-07-05 20:01:10 +00:00
Pavel Janík
efca2165df
Remove unused variable `face'.
2002-07-05 19:59:54 +00:00
Pavel Janík
85271e4161
Obey the rmail file and use the unpruned header properly.
2002-07-05 19:56:34 +00:00
Andrew Choi
e43e5c3e8e
2002-07-05 Andrew Choi <akochoi@shaw.ca>
...
* make-package: Add ability to handle options --help, --prefix,
--no-conf, and --with-x.
2002-07-05 19:03:19 +00:00
Dave Love
d80dc57e0d
(Vtranslation_hash_table_vector, GET_HASH_TABLE)
...
(HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
(ccl_driver): Add cases for CCL_LookupIntConstTbl,
CCL_LookupCharConstTbl.
(syms_of_ccl): Defvar translation-hash-table-vector.
2002-07-05 18:54:22 +00:00
Dave Love
e431fcda80
(read_key_sequence): Set initial_idleness_start_time
...
correctly.
2002-07-05 18:51:59 +00:00
Kim F. Storm
42cc3428ed
(cua--rectangle-operation): Don't call
...
FCT if current column is outside rectangle.
(cua--delete-rectangle): Do nothing if zero width or out of bounds.
2002-07-04 22:20:26 +00:00
Kim F. Storm
6d6f3bc1c8
*** empty log message ***
2002-07-04 22:19:57 +00:00
Stefan Monnier
c8607dc71a
Use add-hook and find-file-hook.
...
(ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
(ange-ftp-ls-parser): Make it into a function.
Ignore trailing @ in symlink targets.
(ange-ftp-file-entry-p): Ignore FTP errors.
(ange-ftp-insert-directory): Use ange-ftp-expand-symlink
to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
2002-07-04 20:37:14 +00:00
Andrew Choi
4c3e985b45
2002-07-04 Andrew Choi <akochoi@shaw.ca>
...
* make-package: New file.
2002-07-04 19:33:39 +00:00
Stefan Monnier
2562aa9fbc
*** empty log message ***
2002-07-04 16:38:10 +00:00
Per Abrahamsen
0bb64d7645
2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
...
* simple.el (toggle-truncate-lines): New command.
2002-07-04 13:36:12 +00:00
Juanma Barranquero
cf9b6656cc
(post_command_idle_hook): Remove redundant (and inexact) obsolescence
...
information.
2002-07-04 10:38:00 +00:00
Miles Bader
9669f2d6d5
(comint-displayed-dynamic-completions): New variable.
...
(comint-dynamic-list-completions): Be more careful about choosing
when to scroll an existing completions window.
2002-07-04 06:44:45 +00:00
Miles Bader
95b5b93393
Tweak text a bit.
2002-07-04 06:43:15 +00:00
Andrew Choi
10ba2aecea
2002-07-03 Andrew Choi <akochoi@shaw.ca>
...
* macterm.c (x_list_fonts): Fix comment. Cache fonts matching
pattern. Search cache first.
2002-07-04 02:43:48 +00:00
Andrew Choi
a0f593ff6a
2002-07-03 Andrew Choi <akochoi@shaw.ca>
...
* macterm.c (init_font_name_table): Also add entry for
jisx0201.1976-0 coding for Japanese font.
(XLoadQueryFont): Use it.
2002-07-04 02:10:45 +00:00
Andreas Schwab
210accc8a7
(tramp-handle-ange-ftp): Move interactive spec
...
after doc string.
2002-07-03 18:42:34 +00:00
Juanma Barranquero
5ec2752af6
(tpu-delete-to-eol): Fix typo.
...
(tpu-delete-to-bol): Likewise.
2002-07-03 14:32:01 +00:00
Juanma Barranquero
e6608c1233
Fix typo.
2002-07-03 14:26:51 +00:00
Juanma Barranquero
6a5d7585f5
*** empty log message ***
2002-07-03 13:26:44 +00:00
Juanma Barranquero
d27081f5c6
(outline-goto-prefix): Fix typo.
2002-07-03 13:19:13 +00:00
Juanma Barranquero
69a04106be
(timeclock-workday-remaining): Fix typo.
...
(timeclock-workday-elapsed): Likewise.
2002-07-03 13:18:53 +00:00
Juanma Barranquero
4696802bde
Fix typo.
2002-07-03 12:01:24 +00:00
Juanma Barranquero
443e60bfd4
Fix spacing (garbled by previous patch).
2002-07-03 11:32:20 +00:00
Juanma Barranquero
bcae6433af
*** empty log message ***
2002-07-03 11:31:02 +00:00
Juanma Barranquero
cf5b4ddf76
(gnus-summary-highlight): Fix typo.
2002-07-03 11:30:29 +00:00
Juanma Barranquero
8445b9c2e7
(reftex-label-alist): Fix typo.
2002-07-03 11:29:55 +00:00
Juanma Barranquero
318cfc6481
(dun-physobj-desc): Fix typo.
2002-07-03 11:29:28 +00:00