1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

38045 Commits

Author SHA1 Message Date
Richard M. Stallman
998d7b3bf6 Update to remove "artifacts". 2001-11-02 07:10:30 +00:00
Pavel Janík
9ba48103ac *** empty log message *** 2001-11-02 07:02:43 +00:00
Pavel Janík
84cc45a74c (Finteractive): Add usage to doc-string. 2001-11-02 07:02:18 +00:00
Pavel Janík
f9d1e467d2 (Fsetq_default): Add usage to doc-string. 2001-11-02 07:01:47 +00:00
Pavel Janík
3ecdf10095 (Fstart_process): Add usage to doc-string. 2001-11-02 07:01:10 +00:00
Miles Bader
e8cdeaca91 (describe-character-set)
(describe-coding-system): Pass correct args to `help-xref-button'.
(sort-listed-character-sets): New button type.
(list-character-sets): Use it.
(list-charset-chars): New button type.
(list-character-sets-1): Use it.
2001-11-02 05:53:54 +00:00
Miles Bader
6e88156740 (help-xref): New button type.
(help-function, help-variable, help-face, help-coding-system)
(help-input-method, help-character-set, help-type, help-symbol)
(help-back, help-info, help-customize-variable, help-customize-face)
(help-function-def, help-variable-def): Use it as a supertype.
Remove `action' property.
2001-11-02 05:49:48 +00:00
Stefan Monnier
c22e59e117 *** empty log message *** 2001-11-02 04:59:56 +00:00
Stefan Monnier
fe552b4c0d (tab-always-indent, indent-for-tab-command):
Remove redundant `never' setting.
2001-11-02 04:57:54 +00:00
Stefan Monnier
ed97db1359 Don't include keymap.h any more. 2001-11-02 04:49:57 +00:00
Stefan Monnier
2d78d3e878 (fill-region-as-paragraph): Don't forget to skip
over current whitespace before looking for a preceding space.
2001-11-02 03:10:46 +00:00
Miles Bader
cc22748950 *** empty log message *** 2001-11-02 02:28:50 +00:00
Eli Zaretskii
177338c4fa Replace presentation-level troff macros that simulate tables with
table markup.  From Eric S. Raymond <esr@thyrsus.com>.
2001-11-01 20:53:19 +00:00
Richard M. Stallman
72e85d5df6 (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
(Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
2001-11-01 20:48:30 +00:00
Richard M. Stallman
515f3f2541 (Fmake_local_variable): Doc fix. 2001-11-01 20:48:10 +00:00
Richard M. Stallman
4803e625de (file-newest-backup): Don't pass backup file name
thru file-name-sans-versions, because it never has version numbers.
2001-11-01 20:44:11 +00:00
Richard M. Stallman
9271ed2c11 *** empty log message *** 2001-11-01 19:55:51 +00:00
Richard M. Stallman
36ca6189c6 (Fdescribe_buffer_bindings): Print character property
bindings along with or instead of the buffer local map.
Make the overriding maps override what they should.
2001-11-01 19:55:42 +00:00
Richard M. Stallman
bca8616b09 (sgml-xml-guess): Fix regexp to avoid ambiguous nested loops. 2001-11-01 19:35:05 +00:00
Richard M. Stallman
e554eeb7ee (find-file-noselect): Offer to change buffer-read-only
only when the file's read-only status has changed from before
as well as disagreeing with the buffer's current status.
(buffer-file-read-only): New var, local in all buffers.
2001-11-01 19:33:52 +00:00
Richard M. Stallman
6a0d92d35d (buffer-menu): Doc fix.
(buffer-menu-other-window): Doc fix.
(list-buffers, list-buffers-noselect): Doc fix.
2001-11-01 19:32:39 +00:00
ShengHuo ZHU
72eb5fc741 2001-11-01 ShengHuo ZHU <zsh@cs.rochester.edu>
* mm-util.el (mm-charset-synonym-alist): Revert (some).
2001-11-01 15:29:49 +00:00
Pavel Janík
8b8bd9c6ed (grow_mini_window): Fix typo in comment. 2001-11-01 14:24:02 +00:00
Eli Zaretskii
086b25d387 Document problems with dumping on an NFS-mounted filesystem. 2001-11-01 14:07:22 +00:00
Eli Zaretskii
db1433e558 (Dired Deletion, Operating On Files): Add index entries. 2001-11-01 13:35:34 +00:00
Eli Zaretskii
38ac48fbc6 (Several Buffers): Add a cross-reference to the description of the
buffer list format.
2001-11-01 13:29:25 +00:00
Pavel Janík
1cbc35b1ab Fix the previous change. 2001-11-01 13:27:35 +00:00
Gerd Moellmann
cd963ca0d7 Change of normal-erase-is-backspace-mode on terminals. 2001-11-01 13:13:32 +00:00
Gerd Moellmann
7360b8aa67 (command-line): If the terminal Emacs is running on
has erase char set to ^H, use the Backspace key for deleting
backward and, and the Delete key for deleting forward.
2001-11-01 13:09:32 +00:00
Gerd Moellmann
7b49b9d282 (x_scroll_bar_create): Check for width and height > 0.
(XTset_vertical_scroll_bar): Likewise.
2001-11-01 11:25:01 +00:00
Gerd Moellmann
43f7c3ea0c (x_build_heuristic_mask): Use four_corners_best
instead of IMAGE_BACKGROUND.
2001-11-01 11:11:44 +00:00
Gerd Moellmann
b350c2e5c3 (four_corners_best): Reindent. 2001-11-01 10:38:59 +00:00
Gerd Moellmann
864b90c968 Fix a typo. 2001-11-01 10:23:52 +00:00
Gerd Moellmann
27188d1122 (Finternal_set_lisp_face_attribute_from_resource):
Handle :box so that it is possible to specify sexprs.
2001-11-01 10:13:16 +00:00
Pavel Janík
864f06c33a (Glossary): Fix syntax. 2001-11-01 09:10:43 +00:00
Pavel Janík
d576358ba5 *** empty log message *** 2001-11-01 07:04:57 +00:00
Pavel Janík
032653524e (x-get-resource): Reindent. 2001-11-01 07:04:29 +00:00
Pavel Janík
e3cd9e7f2a (Finternal_merge_in_global_face): Reindent.
(Fface_font): Ditto.
(Finternal_set_alternative_font_registry_alist): Ditto.
(Ftty_suppress_bold_inverse_default_colors): Ditto.
2001-11-01 07:04:02 +00:00
Pavel Janík
06415cad5d (X Resources): Fix typo and syntax. 2001-11-01 07:00:20 +00:00
Miles Bader
588c722f22 (define-button-type): Make sure every user-defined button type has a supertype. 2001-11-01 07:00:07 +00:00
Pavel Janík
1c7a4f723f Reindent --help output.
From Per Starback (starback@ling.uu.se).
2001-11-01 06:26:56 +00:00
Jason Rumney
74142afec1 *** empty log message *** 2001-10-31 23:39:10 +00:00
Jason Rumney
86d9e62860 (locale-language-names): Add chs and
cht as aliases for Chinese-GB and Chinese-BIG5.
2001-10-31 23:23:33 +00:00
Richard M. Stallman
405f44899f Add menu of submodes. 2001-10-31 22:00:40 +00:00
Richard M. Stallman
a0e204da2c Explain when not to use CL. 2001-10-31 22:00:17 +00:00
Richard M. Stallman
d804f4d6ca More explanation of "highlighting". 2001-10-31 21:59:42 +00:00
Richard M. Stallman
a6b7378823 Minor menu indentation cleanup. 2001-10-31 21:58:44 +00:00
Richard M. Stallman
3d24098d2a Update menu for subnodes of Text Properties. 2001-10-31 21:58:18 +00:00
Richard M. Stallman
e618896497 (mode-line-frame-identification): Add doc string.
(mode-line-position, mode-line-modes): New variables.
(mode-line-format): Use mode-line-position for the part
that displays the position-in-buffer info.  Use
mode-line-modes for the part that displays major and minor modes.
2001-10-31 21:57:45 +00:00
Richard M. Stallman
a54016d911 Remove the menu items for nodes that were moved to xresource.texi. 2001-10-31 21:50:05 +00:00