bpt/emacs.git
22 years ago(Fx_create_frame): Doc fix.
Pavel Janík [Sun, 4 Nov 2001 17:46:34 +0000 (17:46 +0000)]
(Fx_create_frame): Doc fix.

22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Pavel Janík [Sun, 4 Nov 2001 17:43:52 +0000 (17:43 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].

22 years ago*** empty log message ***
Dave Love [Sun, 4 Nov 2001 17:08:08 +0000 (17:08 +0000)]
*** empty log message ***

22 years agoFix local variables.
Dave Love [Sun, 4 Nov 2001 17:00:07 +0000 (17:00 +0000)]
Fix local variables.

22 years agoAdd coding tag.
Dave Love [Sun, 4 Nov 2001 16:59:37 +0000 (16:59 +0000)]
Add coding tag.

22 years ago(LATIN): Add welsh.
Dave Love [Sun, 4 Nov 2001 16:54:16 +0000 (16:54 +0000)]
(LATIN): Add welsh.
(UNICODE): New.
(MISC): Add georgian.
(WORLD): Add UNICODE.

22 years agoAdd coding tags.
Dave Love [Sun, 4 Nov 2001 16:52:21 +0000 (16:52 +0000)]
Add coding tags.

22 years ago("dutch"): New method.
Dave Love [Sun, 4 Nov 2001 16:49:47 +0000 (16:49 +0000)]
("dutch"): New method.

22 years ago("bulgarian-pho", "belarusian"): New methods.
Dave Love [Sun, 4 Nov 2001 16:48:07 +0000 (16:48 +0000)]
("bulgarian-pho", "belarusian"): New methods.

22 years agoReplace M-C- with C-M-
Eli Zaretskii [Sun, 4 Nov 2001 12:51:16 +0000 (12:51 +0000)]
Replace M-C- with C-M-

22 years ago(top_level_value, top_level_set): Remove commented and #ifdef'd-out code.
Pavel Janík [Sun, 4 Nov 2001 10:28:01 +0000 (10:28 +0000)]
(top_level_value, top_level_set): Remove commented and #ifdef'd-out code.
(Fdefvar): Fix usage in doc-string.

22 years agoWhitespace change.
Richard M. Stallman [Sun, 4 Nov 2001 03:21:13 +0000 (03:21 +0000)]
Whitespace change.

22 years agoInclude unistd.h, if it exists.
Richard M. Stallman [Sun, 4 Nov 2001 03:20:48 +0000 (03:20 +0000)]
Include unistd.h, if it exists.

22 years agoMove the include of ctype.h after unistd.h.
Richard M. Stallman [Sun, 4 Nov 2001 03:20:10 +0000 (03:20 +0000)]
Move the include of ctype.h after unistd.h.

22 years agoDelete LCD Archive info.
Richard M. Stallman [Sun, 4 Nov 2001 03:18:20 +0000 (03:18 +0000)]
Delete LCD Archive info.

22 years ago*** empty log message ***
Stefan Monnier [Sun, 4 Nov 2001 02:20:18 +0000 (02:20 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Miles Bader [Sun, 4 Nov 2001 02:13:57 +0000 (02:13 +0000)]
*** empty log message ***

22 years ago(function-key-map): Add entry for `ESC [ 3 ~' -> <delete>
Stefan Monnier [Sun, 4 Nov 2001 02:03:05 +0000 (02:03 +0000)]
(function-key-map): Add entry for `ESC [ 3 ~' -> <delete>
Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
Use inheritance so that .emacs and terminfo take precedence.

22 years ago*** empty log message ***
Stefan Monnier [Sat, 3 Nov 2001 23:53:10 +0000 (23:53 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Stefan Monnier [Sat, 3 Nov 2001 22:02:14 +0000 (22:02 +0000)]
*** empty log message ***

22 years agolog for some lvalue/rvalue fixes
Ken Raeburn [Sat, 3 Nov 2001 21:32:07 +0000 (21:32 +0000)]
log for some lvalue/rvalue fixes

22 years ago(Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of treating XCAR and XCDR
Ken Raeburn [Sat, 3 Nov 2001 21:30:34 +0000 (21:30 +0000)]
(Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of treating XCAR and XCDR
as lvalues.
(openp): Use CHECK_STRING_CAR.
(read_list): Use XSETCDR instead of treating XCDR as lvalue.

22 years ago(CHECK_STRING_CAR): New macro.
Ken Raeburn [Sat, 3 Nov 2001 21:29:35 +0000 (21:29 +0000)]
(CHECK_STRING_CAR): New macro.

22 years agoFix last change.
Eli Zaretskii [Sat, 3 Nov 2001 19:40:55 +0000 (19:40 +0000)]
Fix last change.

22 years agoDocument the changes in the default values of tooltip-delay and
Eli Zaretskii [Sat, 3 Nov 2001 19:17:39 +0000 (19:17 +0000)]
Document the changes in the default values of tooltip-delay and
tooltip-hide-delay.

22 years ago(xrealloc): Always pass two args to `fatal'.
Richard M. Stallman [Sat, 3 Nov 2001 19:04:48 +0000 (19:04 +0000)]
(xrealloc): Always pass two args to `fatal'.

22 years ago(popmail): Always pass two args to `error'.
Richard M. Stallman [Sat, 3 Nov 2001 19:03:48 +0000 (19:03 +0000)]
(popmail): Always pass two args to `error'.

22 years ago(Auto Save Control): Document that values of auto-save-interval less
Eli Zaretskii [Sat, 3 Nov 2001 18:58:07 +0000 (18:58 +0000)]
(Auto Save Control): Document that values of auto-save-interval less
than 20 are treated as if they were 20.

22 years ago(fancy-splash-head): Reapply Gerd's hack to make the shadow of the
Miles Bader [Sat, 3 Nov 2001 18:09:33 +0000 (18:09 +0000)]
(fancy-splash-head): Reapply Gerd's hack to make the shadow of the
splash image grey on a dark background instead of black.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 3 Nov 2001 17:02:03 +0000 (17:02 +0000)]
*** empty log message ***

22 years ago(tooltip-delay): Decrease to 0.7.
Eli Zaretskii [Sat, 3 Nov 2001 16:59:11 +0000 (16:59 +0000)]
(tooltip-delay): Decrease to 0.7.
(tooltip-hide-delay): Enlarge to 10.

22 years ago(sigprocmask_set): Declare as extern SIGMASKTYPE.
Eli Zaretskii [Sat, 3 Nov 2001 16:52:37 +0000 (16:52 +0000)]
(sigprocmask_set): Declare as extern SIGMASKTYPE.

22 years ago(sigunblock): Don't define if already defined.
Eli Zaretskii [Sat, 3 Nov 2001 16:52:13 +0000 (16:52 +0000)]
(sigunblock): Don't define if already defined.

22 years ago(fancy-splash-tail): Explain how to recover
Richard M. Stallman [Sat, 3 Nov 2001 16:15:43 +0000 (16:15 +0000)]
(fancy-splash-tail): Explain how to recover
from a crash, if there was a crash.
(command-line-1): Reorganize display of startup screen,
to simplify the logic.  Use a temp buffer for it.

22 years ago(set-background-color, set-foreground-color): Call
Eli Zaretskii [Sat, 3 Nov 2001 15:55:17 +0000 (15:55 +0000)]
(set-background-color, set-foreground-color): Call
face-set-after-frame-default, to propagate the new colors to the
frame's parameters alist.

22 years ago(timeclock-out): Signal an error if timeclock-last-event is nil.
Eli Zaretskii [Sat, 3 Nov 2001 15:50:05 +0000 (15:50 +0000)]
(timeclock-out): Signal an error if timeclock-last-event is nil.

22 years agoTest BROKEN_PROTOTYPES.
Richard M. Stallman [Sat, 3 Nov 2001 15:08:36 +0000 (15:08 +0000)]
Test BROKEN_PROTOTYPES.

22 years agoFix the formatting of the last entries.
Eli Zaretskii [Sat, 3 Nov 2001 08:23:09 +0000 (08:23 +0000)]
Fix the formatting of the last entries.

22 years ago(fill-context-prefix): Fix braino.
Stefan Monnier [Sat, 3 Nov 2001 00:55:10 +0000 (00:55 +0000)]
(fill-context-prefix): Fix braino.

22 years ago(quail-help): Use `help-buffer' and move `help-setup-xref' to beginning.
Stefan Monnier [Sat, 3 Nov 2001 00:37:56 +0000 (00:37 +0000)]
(quail-help): Use `help-buffer' and move `help-setup-xref' to beginning.

22 years ago(describe-language-environment):
Stefan Monnier [Sat, 3 Nov 2001 00:28:22 +0000 (00:28 +0000)]
(describe-language-environment):
Use `help-buffer' and move `help-setup-xref' to beginning.

22 years ago(list-character-sets, sort-listed-character-sets, describe-character-set)
Stefan Monnier [Sat, 3 Nov 2001 00:23:25 +0000 (00:23 +0000)]
(list-character-sets, sort-listed-character-sets, describe-character-set)
(describe-coding-system, describe-fontset, list-fontsets):
Use `help-buffer' and move `help-setup-xref' to beginning.
(describe-char-after): Use `internal-describe-syntax-value'.

22 years ago(describe_syntax): New wrapper.
Stefan Monnier [Fri, 2 Nov 2001 23:27:02 +0000 (23:27 +0000)]
(describe_syntax): New wrapper.
(Finternal_describe_syntax_value): Rename from describe_syntax.
Don't insert space at front and \n at the end.
(syms_of_syntax): Defsubr Sinternal_describe_syntax_value.

22 years ago(debugger_may_continue, Vdebug_ignored_errors, call_debugger,
Pavel Janík [Fri, 2 Nov 2001 22:41:20 +0000 (22:41 +0000)]
(debugger_may_continue, Vdebug_ignored_errors, call_debugger,
Fcondition_case, skip_debugger, unbind_to): Fix typos in comments.

22 years ago(Fml_defun, Fml_while, Fml_substr): Remove commented and #ifdef'd-out code.
Pavel Janík [Fri, 2 Nov 2001 22:38:57 +0000 (22:38 +0000)]
(Fml_defun, Fml_while, Fml_substr): Remove commented and #ifdef'd-out code.
Fix and reindent comments.

22 years agoRemove comment which is a copy of comment in mocklisp.c.
Pavel Janík [Fri, 2 Nov 2001 22:36:23 +0000 (22:36 +0000)]
Remove comment which is a copy of comment in mocklisp.c.

22 years ago*** empty log message ***
Pavel Janík [Fri, 2 Nov 2001 21:03:24 +0000 (21:03 +0000)]
*** empty log message ***

22 years agoUpdate usage of CHECK_ macros (remove unused second argument).
Pavel Janík [Fri, 2 Nov 2001 20:46:55 +0000 (20:46 +0000)]
Update usage of CHECK_ macros (remove unused second argument).

22 years ago(CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument `i' in macros.
Pavel Janík [Fri, 2 Nov 2001 20:14:02 +0000 (20:14 +0000)]
(CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument `i' in macros.

22 years ago(CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused argument `i' in macros.
Pavel Janík [Fri, 2 Nov 2001 20:12:54 +0000 (20:12 +0000)]
(CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused argument `i' in macros.

22 years ago(CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST, CHECK_STRING,
Pavel Janík [Fri, 2 Nov 2001 20:12:06 +0000 (20:12 +0000)]
(CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST, CHECK_STRING,
CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE, CHECK_VECTOR,
CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW,
CHECK_PROCESS, CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER,
CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT,
CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY, CHECK_NUMBER_CAR,
CHECK_NUMBER_CDR): Remove unused argument `i' in macros.

22 years agoMinor cleanup.
Richard M. Stallman [Fri, 2 Nov 2001 17:47:37 +0000 (17:47 +0000)]
Minor cleanup.

22 years agoConvert M-C- to C-M-.
Richard M. Stallman [Fri, 2 Nov 2001 17:46:01 +0000 (17:46 +0000)]
Convert M-C- to C-M-.

22 years ago(re_wctype): Try to fix some warnings.
Stefan Monnier [Fri, 2 Nov 2001 16:06:54 +0000 (16:06 +0000)]
(re_wctype): Try to fix some warnings.
(regcomp, regexec): Don't forget the __restrict.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 2 Nov 2001 07:14:24 +0000 (07:14 +0000)]
*** empty log message ***

22 years ago(popup-menu): If the user refuses to select
Richard M. Stallman [Fri, 2 Nov 2001 07:14:16 +0000 (07:14 +0000)]
(popup-menu): If the user refuses to select
from a menu, don't try to invoke the menu.

22 years ago(Fget_char_property): Doc fix.
Richard M. Stallman [Fri, 2 Nov 2001 07:12:33 +0000 (07:12 +0000)]
(Fget_char_property): Doc fix.

22 years agoExplain why a parent for a non-sparse keymap is not useful.
Richard M. Stallman [Fri, 2 Nov 2001 07:11:18 +0000 (07:11 +0000)]
Explain why a parent for a non-sparse keymap is not useful.

22 years agoUpdate to remove "artifacts".
Richard M. Stallman [Fri, 2 Nov 2001 07:10:30 +0000 (07:10 +0000)]
Update to remove "artifacts".

22 years ago*** empty log message ***
Pavel Janík [Fri, 2 Nov 2001 07:02:43 +0000 (07:02 +0000)]
*** empty log message ***

22 years ago(Finteractive): Add usage to doc-string.
Pavel Janík [Fri, 2 Nov 2001 07:02:18 +0000 (07:02 +0000)]
(Finteractive): Add usage to doc-string.

22 years ago(Fsetq_default): Add usage to doc-string.
Pavel Janík [Fri, 2 Nov 2001 07:01:47 +0000 (07:01 +0000)]
(Fsetq_default): Add usage to doc-string.

22 years ago(Fstart_process): Add usage to doc-string.
Pavel Janík [Fri, 2 Nov 2001 07:01:10 +0000 (07:01 +0000)]
(Fstart_process): Add usage to doc-string.

22 years ago(describe-character-set)
Miles Bader [Fri, 2 Nov 2001 05:53:54 +0000 (05:53 +0000)]
(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.

22 years ago(help-xref): New button type.
Miles Bader [Fri, 2 Nov 2001 05:49:48 +0000 (05:49 +0000)]
(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.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 2 Nov 2001 04:59:56 +0000 (04:59 +0000)]
*** empty log message ***

22 years ago(tab-always-indent, indent-for-tab-command):
Stefan Monnier [Fri, 2 Nov 2001 04:57:54 +0000 (04:57 +0000)]
(tab-always-indent, indent-for-tab-command):
Remove redundant `never' setting.

22 years agoDon't include keymap.h any more.
Stefan Monnier [Fri, 2 Nov 2001 04:49:57 +0000 (04:49 +0000)]
Don't include keymap.h any more.

22 years ago(fill-region-as-paragraph): Don't forget to skip
Stefan Monnier [Fri, 2 Nov 2001 03:10:46 +0000 (03:10 +0000)]
(fill-region-as-paragraph): Don't forget to skip
over current whitespace before looking for a preceding space.

22 years ago*** empty log message ***
Miles Bader [Fri, 2 Nov 2001 02:28:50 +0000 (02:28 +0000)]
*** empty log message ***

22 years agoReplace presentation-level troff macros that simulate tables with
Eli Zaretskii [Thu, 1 Nov 2001 20:53:19 +0000 (20:53 +0000)]
Replace presentation-level troff macros that simulate tables with
table markup.  From Eric S. Raymond <esr@thyrsus.com>.

22 years ago(Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
Richard M. Stallman [Thu, 1 Nov 2001 20:48:30 +0000 (20:48 +0000)]
(Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
(Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.

22 years ago(Fmake_local_variable): Doc fix.
Richard M. Stallman [Thu, 1 Nov 2001 20:48:10 +0000 (20:48 +0000)]
(Fmake_local_variable): Doc fix.

22 years ago(file-newest-backup): Don't pass backup file name
Richard M. Stallman [Thu, 1 Nov 2001 20:44:11 +0000 (20:44 +0000)]
(file-newest-backup): Don't pass backup file name
thru file-name-sans-versions, because it never has version numbers.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 1 Nov 2001 19:55:51 +0000 (19:55 +0000)]
*** empty log message ***

22 years ago(Fdescribe_buffer_bindings): Print character property
Richard M. Stallman [Thu, 1 Nov 2001 19:55:42 +0000 (19:55 +0000)]
(Fdescribe_buffer_bindings): Print character property
bindings along with or instead of the buffer local map.
Make the overriding maps override what they should.

22 years ago(sgml-xml-guess): Fix regexp to avoid ambiguous nested loops.
Richard M. Stallman [Thu, 1 Nov 2001 19:35:05 +0000 (19:35 +0000)]
(sgml-xml-guess): Fix regexp to avoid ambiguous nested loops.

22 years ago(find-file-noselect): Offer to change buffer-read-only
Richard M. Stallman [Thu, 1 Nov 2001 19:33:52 +0000 (19:33 +0000)]
(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.

22 years ago(buffer-menu): Doc fix.
Richard M. Stallman [Thu, 1 Nov 2001 19:32:39 +0000 (19:32 +0000)]
(buffer-menu): Doc fix.
(buffer-menu-other-window): Doc fix.
(list-buffers, list-buffers-noselect): Doc fix.

22 years ago2001-11-01 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 1 Nov 2001 15:29:49 +0000 (15:29 +0000)]
2001-11-01  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-util.el (mm-charset-synonym-alist): Revert (some).

22 years ago(grow_mini_window): Fix typo in comment.
Pavel Janík [Thu, 1 Nov 2001 14:24:02 +0000 (14:24 +0000)]
(grow_mini_window): Fix typo in comment.

22 years agoDocument problems with dumping on an NFS-mounted filesystem.
Eli Zaretskii [Thu, 1 Nov 2001 14:07:22 +0000 (14:07 +0000)]
Document problems with dumping on an NFS-mounted filesystem.

22 years ago(Dired Deletion, Operating On Files): Add index entries.
Eli Zaretskii [Thu, 1 Nov 2001 13:35:34 +0000 (13:35 +0000)]
(Dired Deletion, Operating On Files): Add index entries.

22 years ago(Several Buffers): Add a cross-reference to the description of the
Eli Zaretskii [Thu, 1 Nov 2001 13:29:25 +0000 (13:29 +0000)]
(Several Buffers): Add a cross-reference to the description of the
buffer list format.

22 years agoFix the previous change.
Pavel Janík [Thu, 1 Nov 2001 13:27:35 +0000 (13:27 +0000)]
Fix the previous change.

22 years agoChange of normal-erase-is-backspace-mode on terminals.
Gerd Moellmann [Thu, 1 Nov 2001 13:13:32 +0000 (13:13 +0000)]
Change of normal-erase-is-backspace-mode on terminals.

22 years ago(command-line): If the terminal Emacs is running on
Gerd Moellmann [Thu, 1 Nov 2001 13:09:32 +0000 (13:09 +0000)]
(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.

22 years ago(x_scroll_bar_create): Check for width and height > 0.
Gerd Moellmann [Thu, 1 Nov 2001 11:25:01 +0000 (11:25 +0000)]
(x_scroll_bar_create): Check for width and height > 0.
(XTset_vertical_scroll_bar): Likewise.

22 years ago(x_build_heuristic_mask): Use four_corners_best
Gerd Moellmann [Thu, 1 Nov 2001 11:11:44 +0000 (11:11 +0000)]
(x_build_heuristic_mask): Use four_corners_best
instead of IMAGE_BACKGROUND.

22 years ago(four_corners_best): Reindent.
Gerd Moellmann [Thu, 1 Nov 2001 10:38:59 +0000 (10:38 +0000)]
(four_corners_best): Reindent.

22 years agoFix a typo.
Gerd Moellmann [Thu, 1 Nov 2001 10:23:52 +0000 (10:23 +0000)]
Fix a typo.

22 years ago(Finternal_set_lisp_face_attribute_from_resource):
Gerd Moellmann [Thu, 1 Nov 2001 10:13:16 +0000 (10:13 +0000)]
(Finternal_set_lisp_face_attribute_from_resource):
Handle :box so that it is possible to specify sexprs.

22 years ago(Glossary): Fix syntax.
Pavel Janík [Thu, 1 Nov 2001 09:10:43 +0000 (09:10 +0000)]
(Glossary): Fix syntax.

22 years ago*** empty log message ***
Pavel Janík [Thu, 1 Nov 2001 07:04:57 +0000 (07:04 +0000)]
*** empty log message ***

22 years ago(x-get-resource): Reindent.
Pavel Janík [Thu, 1 Nov 2001 07:04:29 +0000 (07:04 +0000)]
(x-get-resource): Reindent.

22 years ago(Finternal_merge_in_global_face): Reindent.
Pavel Janík [Thu, 1 Nov 2001 07:04:02 +0000 (07:04 +0000)]
(Finternal_merge_in_global_face): Reindent.
(Fface_font): Ditto.
(Finternal_set_alternative_font_registry_alist): Ditto.
(Ftty_suppress_bold_inverse_default_colors): Ditto.

22 years ago(X Resources): Fix typo and syntax.
Pavel Janík [Thu, 1 Nov 2001 07:00:20 +0000 (07:00 +0000)]
(X Resources): Fix typo and syntax.

22 years ago(define-button-type): Make sure every user-defined button type has a supertype.
Miles Bader [Thu, 1 Nov 2001 07:00:07 +0000 (07:00 +0000)]
(define-button-type): Make sure every user-defined button type has a supertype.

22 years agoReindent --help output.
Pavel Janík [Thu, 1 Nov 2001 06:26:56 +0000 (06:26 +0000)]
Reindent --help output.
From Per Starback (starback@ling.uu.se).

22 years ago*** empty log message ***
Jason Rumney [Wed, 31 Oct 2001 23:39:10 +0000 (23:39 +0000)]
*** empty log message ***