]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years ago*** empty log message ***
Eli Zaretskii [Sat, 13 Oct 2001 10:45:31 +0000 (10:45 +0000)]
*** empty log message ***

22 years agoBump Emacs version to 21.1.50.
Eli Zaretskii [Sat, 13 Oct 2001 10:45:03 +0000 (10:45 +0000)]
Bump Emacs version to 21.1.50.

22 years ago(EMACSVER): Bump to 21.1.50.
Eli Zaretskii [Sat, 13 Oct 2001 10:44:31 +0000 (10:44 +0000)]
(EMACSVER): Bump to 21.1.50.

22 years ago(emacs-version): Bump to 21.1.50.
Eli Zaretskii [Sat, 13 Oct 2001 10:41:46 +0000 (10:41 +0000)]
(emacs-version): Bump to 21.1.50.

22 years agoAdd --boot switch for bootstrapping. Logs to
Gerd Moellmann [Sat, 13 Oct 2001 09:58:53 +0000 (09:58 +0000)]
Add --boot switch for bootstrapping.  Logs to
EMACS_ROOT/boot.log, renames previous log file to boot.log.old.

22 years agoFix dates of last entries.
Eli Zaretskii [Sat, 13 Oct 2001 09:46:39 +0000 (09:46 +0000)]
Fix dates of last entries.

22 years agoFix a typo.
Eli Zaretskii [Sat, 13 Oct 2001 09:43:23 +0000 (09:43 +0000)]
Fix a typo.

22 years ago(delimit-columns-rectangle-max): Do not double variables in the lambda-list.
Pavel Janík [Sat, 13 Oct 2001 08:13:34 +0000 (08:13 +0000)]
(delimit-columns-rectangle-max): Do not double variables in the lambda-list.
(delimit-columns-rectangle-line): Do not double variables in the lambda-list.

22 years agoDo not double variables in the lambda-list.
Pavel Janík [Sat, 13 Oct 2001 08:10:30 +0000 (08:10 +0000)]
Do not double variables in the lambda-list.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 12 Oct 2001 22:39:29 +0000 (22:39 +0000)]
*** empty log message ***

22 years ago(comment-region-internal): Don't rebind
Stefan Monnier [Fri, 12 Oct 2001 22:37:51 +0000 (22:37 +0000)]
(comment-region-internal): Don't rebind
invisibility_spec now that the C routines handle it correctly.

22 years ago(skip_invisible): Don't skip "ellipsisized" text.
Stefan Monnier [Fri, 12 Oct 2001 22:31:23 +0000 (22:31 +0000)]
(skip_invisible): Don't skip "ellipsisized" text.

22 years ago(syms_of_xfns): Update calls to Fprovide.
Stefan Monnier [Fri, 12 Oct 2001 22:27:03 +0000 (22:27 +0000)]
(syms_of_xfns): Update calls to Fprovide.

22 years ago(Ffeaturep): Remove.
Stefan Monnier [Fri, 12 Oct 2001 22:25:01 +0000 (22:25 +0000)]
(Ffeaturep): Remove.

22 years ago(Ffeaturep, Fprovide): Update prototype.
Stefan Monnier [Fri, 12 Oct 2001 22:21:59 +0000 (22:21 +0000)]
(Ffeaturep, Fprovide): Update prototype.

22 years ago(mark_interval_tree): Use traverse_intervals_noorder.
Stefan Monnier [Fri, 12 Oct 2001 22:19:11 +0000 (22:19 +0000)]
(mark_interval_tree): Use traverse_intervals_noorder.

22 years ago(init_iterator): Be more strict with bytepos and charspos.
Stefan Monnier [Fri, 12 Oct 2001 22:15:07 +0000 (22:15 +0000)]
(init_iterator): Be more strict with bytepos and charspos.
(DOLIST, LOOP_PROPVAL): New macros.
(invisible_p, invisible_ellipsis_p): Use them.
(invisible_noellipsis_p): New function.
(syms_of_xdisp): Use empty_string.

22 years ago(substitute_object_recurse): Use traverse_intervals_noorder.
Stefan Monnier [Fri, 12 Oct 2001 22:07:35 +0000 (22:07 +0000)]
(substitute_object_recurse): Use traverse_intervals_noorder.
(syms_of_lread) <Vafter_load_alist>: Update docstring.

22 years ago(Fwith_output_to_temp_buffer): Align with
Stefan Monnier [Fri, 12 Oct 2001 22:06:10 +0000 (22:06 +0000)]
(Fwith_output_to_temp_buffer): Align with
internal_with_output_to_temp_buffer.
(print_preprocess): Use traverse_intervals_noorder.
(print_object): Update call to traverse_intervals.

22 years ago(TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS): New macro.
Stefan Monnier [Fri, 12 Oct 2001 22:04:42 +0000 (22:04 +0000)]
(TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS): New macro.
(traverse_intervals_noorder, invisible_noellipsis_p): New funs.

22 years ago(traverse_intervals): Drop `depth' arg.
Stefan Monnier [Fri, 12 Oct 2001 22:01:46 +0000 (22:01 +0000)]
(traverse_intervals): Drop `depth' arg.

22 years ago(byte-compile-check-lambda-list):
Gerd Moellmann [Fri, 12 Oct 2001 21:59:38 +0000 (21:59 +0000)]
(byte-compile-check-lambda-list):
Turn error for repeated variables into warning.

22 years ago(traverse_intervals): Use less stack space.
Stefan Monnier [Fri, 12 Oct 2001 21:53:44 +0000 (21:53 +0000)]
(traverse_intervals): Use less stack space.
(traverse_intervals_noorder): New function.
(search_for_interval, count_intervals): Use it.

22 years ago(Ffeaturep): Add new `subfeature' arg.
Stefan Monnier [Fri, 12 Oct 2001 21:42:09 +0000 (21:42 +0000)]
(Ffeaturep): Add new `subfeature' arg.
(Fprovide): Add new `subfeatures' arg.  Use `after-load-alist'.
(Qsubfeatures): New var.
(syms_of_fns): Initialize it.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 12 Oct 2001 21:21:17 +0000 (21:21 +0000)]
*** empty log message ***

22 years ago(locate-library): Use load-suffixes and abbrev filename.
Stefan Monnier [Fri, 12 Oct 2001 21:00:54 +0000 (21:00 +0000)]
(locate-library): Use load-suffixes and abbrev filename.

22 years ago(special-display-popup-frame): Obey new specs `same-window' and `same-frame'.
Stefan Monnier [Fri, 12 Oct 2001 20:39:54 +0000 (20:39 +0000)]
(special-display-popup-frame): Obey new specs `same-window' and `same-frame'.

22 years ago(minibuffer-local-*map): Take inheritance into account.
Stefan Monnier [Fri, 12 Oct 2001 19:59:43 +0000 (19:59 +0000)]
(minibuffer-local-*map): Take inheritance into account.

22 years ago(minibuffer-local*-map): Remove redundant bindings.
Stefan Monnier [Fri, 12 Oct 2001 19:25:04 +0000 (19:25 +0000)]
(minibuffer-local*-map): Remove redundant bindings.

22 years ago(minibuffer-local-map): Also bind next, C-n, C-s, prior,
Stefan Monnier [Fri, 12 Oct 2001 19:24:21 +0000 (19:24 +0000)]
(minibuffer-local-map): Also bind next, C-n, C-s, prior,
C-p and C-r.  Remove redundant bindings from inheriting maps.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 12 Oct 2001 19:20:47 +0000 (19:20 +0000)]
*** empty log message ***

22 years ago(completion-ignored-extensions): CL-related
Sam Steingold [Fri, 12 Oct 2001 19:18:50 +0000 (19:18 +0000)]
(completion-ignored-extensions): CL-related
 extensions are platform-independent.

22 years ago(ange-ftp-copy-files-async): New function for
Sam Steingold [Fri, 12 Oct 2001 19:16:34 +0000 (19:16 +0000)]
(ange-ftp-copy-files-async): New function for
 asynchronous multiple file copying.

22 years ago(keys_of_minibuf): Eliminate redundant bindings.
Stefan Monnier [Fri, 12 Oct 2001 18:54:53 +0000 (18:54 +0000)]
(keys_of_minibuf): Eliminate redundant bindings.

22 years ago(Fkey_description): Use empty_string.
Stefan Monnier [Fri, 12 Oct 2001 18:46:30 +0000 (18:46 +0000)]
(Fkey_description): Use empty_string.
(Fdescribe_bindings_internal, describe_buffer_bindings): Remove.
(syms_of_keymap): Setup inheritance between maps.
Don't export Sdescribe_bindings_internal any more.

22 years agoMerged in changes from v4.32.
Stefan Monnier [Fri, 12 Oct 2001 18:11:06 +0000 (18:11 +0000)]
Merged in changes from v4.32.
 After 4.23 and: After 4.24:
(cperl-contract-levels): Restore position.
(cperl-beautify-level): Likewise.
(cperl-beautify-regexp): Likewise.
(cperl-commentify): Rudimental support for length=1 runs
(cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
 After 4.25:
(cperl-commentify): Was recognizing length=2 "strings" as length=1.
(imenu-example--create-perl-index): Was not enforcing
syntaxification-to-the-end.
(cperl-invert-if-unless): Allow `for', `foreach'.
(cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
Mark qw(), m()x as indentable.
(cperl-init-faces): Highlight `sysopen' too.
Highlight $var in `for my $var' too.
(cperl-invert-if-unless): Was leaving whitespace at end.
(cperl-linefeed): Was splitting $var{$foo} if point after `{'.
(cperl-calculate-indent): Remove old commented out code.
Support (primitive) indentation of qw(), m()x.
 After 4.26:
(cperl-problems): Mention `fill-paragraph' on comment. \"" and
q [] with intervening newlines.
(cperl-autoindent-on-semi): New customization variable.
(cperl-electric-semi): Use `cperl-autoindent-on-semi'.
(cperl-tips): Mention how to make CPerl the default mode.
(cperl-mode): Support `outline-minor-mode'.  From Mark A. Hershberger.
(cperl-outline-level): New function.
(cperl-highlight-variables-indiscriminately): New customization var.
(cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
From Sean Kamath <kamath@pogo.wv.tek.com>.
(cperl-after-block-p): Support CHECK and INIT.
(cperl-init-faces, cperl-short-docs): Likewise and "our".
From Doug MacEachern <dougm@covalent.net>.
 After 4.27:
(cperl-find-pods-heres): Recognize \"" as a string.
Mark whitespace between q and [] as `syntax-type' => `prestring'.
Allow whitespace between << and "FOO".
(cperl-problems): Remove \"" and q [] with intervening newlines.
Mention multiple <<EOF as unsupported.
(cperl-highlight-variables-indiscriminately): Doc misprint fixed.
(cperl-indent-parens-as-block): New configuration variable.
(cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
Use `cperl-indent-parens-as-block'.
(cperl-find-pods-heres): Test for =cut without empty line instead of
complaining about no =cut.
(cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
(cperl-find-pods-heres): Likewise.
(cperl-electric-pod): Change `forward-sexp' to `forward-word':
POD could've been marked as comment already.
(cperl-unwind-to-safe): Unwind before start of POD too.
 After 4.28:
(cperl-forward-re): Throw an error at proper moment REx unfinished.
 After 4.29:
(x-color-defined-p): Make an extra case to peacify the warning.
Toplevel: `defvar' to peacify the warnings.
(cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
No -nw-compile time warnings now.
(cperl-find-tags): TAGS file had too short substring-to-search.
Be less verbose in non-interactive mode
(imenu-example--create-perl-index): Set index-marker after name
(cperl-outline-regexp): New variable.
(cperl-outline-level): Made compatible with `cperl-outline-regexp'.
(cperl-mode): Made use `cperl-outline-regexp'.
 After 4.30:
(cperl-find-pods-heres): =cut the last thing, no blank line, was error.
(cperl-outline-level): Make start-of-file same level as `package'.
 After 4.31:
(cperl-electric-pod): `head1' and `over' electric only if empty.
(cperl-unreadable-ok): New variable.
(cperl-find-tags): Use `cperl-unreadable-ok', do not fail
on an unreadable file.
(cperl-write-tags): Use `cperl-unreadable-ok', do not fail
on an unreadable directory.

22 years ago(compile-mouse-goto-error, compile-goto-error):
Stefan Monnier [Fri, 12 Oct 2001 17:43:05 +0000 (17:43 +0000)]
(compile-mouse-goto-error, compile-goto-error):
Consider the text between two errors as belonging to the first error.
(compilation-goto-locus): Use pop-to-buffer rather than
switch-to-buffer-other-frame.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 12 Oct 2001 17:29:52 +0000 (17:29 +0000)]
*** empty log message ***

22 years ago(awk-mode-syntax-table): / has string syntax.
Stefan Monnier [Fri, 12 Oct 2001 17:29:30 +0000 (17:29 +0000)]
(awk-mode-syntax-table): / has string syntax.
(awk-font-lock-syntactic-keywords): New var.
(awk-mode): Use it.

22 years agotypo
Sam Steingold [Fri, 12 Oct 2001 16:55:21 +0000 (16:55 +0000)]
typo

22 years ago(expand-c-for-skeleton): Add explicit terminating \n.
Stefan Monnier [Fri, 12 Oct 2001 16:39:20 +0000 (16:39 +0000)]
(expand-c-for-skeleton): Add explicit terminating \n.

22 years ago(describe-face): Call help-setup-xref earlier.
Stefan Monnier [Fri, 12 Oct 2001 16:38:32 +0000 (16:38 +0000)]
(describe-face): Call help-setup-xref earlier.

22 years ago(jka-compr-load-suffixes): New var.
Stefan Monnier [Fri, 12 Oct 2001 16:28:16 +0000 (16:28 +0000)]
(jka-compr-load-suffixes): New var.
(jka-compr-install): Add its content to load-suffixes.
(jka-compr-uninstall): Remove its content from load-suffixes.

22 years ago(byte-compile-check-lambda-list): New
Gerd Moellmann [Fri, 12 Oct 2001 14:20:14 +0000 (14:20 +0000)]
(byte-compile-check-lambda-list): New
function checking that lambda-list consists of non-constant
symbols, that &rest and &optional are followed by variable names,
that &rest VAR is the last element, and that variables aren't
doubled.
(byte-compile-lambda): Use it.

22 years ago*** empty log message ***
Andrew Innes [Fri, 12 Oct 2001 13:19:35 +0000 (13:19 +0000)]
*** empty log message ***

22 years ago(install): Do not copy fakemail.
Andrew Innes [Fri, 12 Oct 2001 13:18:58 +0000 (13:18 +0000)]
(install): Do not copy fakemail.

22 years ago(ALL): Do not include fakemail.
Andrew Innes [Fri, 12 Oct 2001 13:18:38 +0000 (13:18 +0000)]
(ALL): Do not include fakemail.

22 years ago(uid_t, gid_t): New typedefs.
Andrew Innes [Fri, 12 Oct 2001 13:08:48 +0000 (13:08 +0000)]
(uid_t, gid_t): New typedefs.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 12 Oct 2001 10:05:27 +0000 (10:05 +0000)]
*** empty log message ***

22 years ago(notice_overwritten_cursor): Renamed from
Gerd Moellmann [Fri, 12 Oct 2001 10:05:03 +0000 (10:05 +0000)]
(notice_overwritten_cursor): Renamed from
note_overwritten_text_cursor.  Rewritten to take glyph widths into
account.

22 years ago(Compilation): Document "M-x recompile".
Eli Zaretskii [Fri, 12 Oct 2001 09:25:54 +0000 (09:25 +0000)]
(Compilation): Document "M-x recompile".

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 12 Oct 2001 09:05:51 +0000 (09:05 +0000)]
*** empty log message ***

22 years ago(calculator-eng-display): Don't call concat
Gerd Moellmann [Fri, 12 Oct 2001 09:05:29 +0000 (09:05 +0000)]
(calculator-eng-display): Don't call concat
with an integer argument.

22 years ago(syms_of_lread) <load-suffixes>: Fix last change:
Eli Zaretskii [Fri, 12 Oct 2001 08:29:44 +0000 (08:29 +0000)]
(syms_of_lread) <load-suffixes>: Fix last change:
multi-line strings without a trailing "\n\".

22 years agofloat_error() is defined iff FLOAT_CATCH_SIGILL is defined.
Pavel Janík [Fri, 12 Oct 2001 06:08:01 +0000 (06:08 +0000)]
float_error() is defined iff FLOAT_CATCH_SIGILL is defined.

22 years ago(Fcall_interactively): Remove unused code. Use XCAR/XCDR.
Stefan Monnier [Fri, 12 Oct 2001 03:44:45 +0000 (03:44 +0000)]
(Fcall_interactively): Remove unused code.  Use XCAR/XCDR.

22 years agoUpdate calls to openp.
Stefan Monnier [Fri, 12 Oct 2001 03:37:43 +0000 (03:37 +0000)]
Update calls to openp.

22 years ago(Vexec_suffixes): New var.
Stefan Monnier [Fri, 12 Oct 2001 03:23:25 +0000 (03:23 +0000)]
(Vexec_suffixes): New var.
(Fcall_process): Update call to openp.
(decode_suffixes): New function.
(syms_of_callproc): Init exec-suffixes.

22 years ago(Vload_suffixes, Vexec_suffixes): Declare.
Stefan Monnier [Fri, 12 Oct 2001 03:22:15 +0000 (03:22 +0000)]
(Vload_suffixes, Vexec_suffixes): Declare.
(openp): Update prototype.

22 years ago(syms_of_lread): Fix init of default_suffixes.
Stefan Monnier [Fri, 12 Oct 2001 03:22:02 +0000 (03:22 +0000)]
(syms_of_lread): Fix init of default_suffixes.

22 years ago(Vload_suffixes, default_suffixes): New vars.
Stefan Monnier [Fri, 12 Oct 2001 03:18:05 +0000 (03:18 +0000)]
(Vload_suffixes, default_suffixes): New vars.
(openp): Take a lisp list of suffixes.
Check for file-name-handlers even if the file was absolute already.
(syms_of_lread): Declare load-suffixes.
(Fload): Fix up call to openp.
Don't bother checking for file-name-handler at the very beginning.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 12 Oct 2001 03:13:27 +0000 (03:13 +0000)]
*** empty log message ***

22 years ago(Fcopy_keymap): Don't export.
Stefan Monnier [Fri, 12 Oct 2001 02:26:06 +0000 (02:26 +0000)]
(Fcopy_keymap): Don't export.

22 years ago(wordify): Use empty_string.
Stefan Monnier [Fri, 12 Oct 2001 02:24:34 +0000 (02:24 +0000)]
(wordify): Use empty_string.

22 years ago(empty_string): Declare.
Stefan Monnier [Fri, 12 Oct 2001 02:12:28 +0000 (02:12 +0000)]
(empty_string): Declare.

22 years ago(empty_string): New var.
Stefan Monnier [Fri, 12 Oct 2001 02:10:29 +0000 (02:10 +0000)]
(empty_string): New var.
(syms_of_emacs): Initialize it.

22 years ago(Fbury_buffer): Don't try to remove the buffer from the
Stefan Monnier [Fri, 12 Oct 2001 02:01:23 +0000 (02:01 +0000)]
(Fbury_buffer): Don't try to remove the buffer from the
selected window if it's not displayed there.  Handle the case
when the window is dedicated.
(syms_of_buffer): Fix docstrings not to mention "buffer-local" anymore.

22 years ago(help-customize-face): New button-type.
Miles Bader [Fri, 12 Oct 2001 01:58:02 +0000 (01:58 +0000)]
(help-customize-face): New button-type.

22 years ago(list-faces-display, describe-face): Fix args to `help-xref-button'.
Miles Bader [Fri, 12 Oct 2001 01:53:58 +0000 (01:53 +0000)]
(list-faces-display, describe-face): Fix args to `help-xref-button'.
(describe-face): Don't switch to help-buffer around call to `help-setup-xref'.
Use `help-buffer' instead of hard-wired "*Help*".
Require `help-mode'.

22 years ago(Fprimitive_undo): Use XCAR/XCDR.
Stefan Monnier [Fri, 12 Oct 2001 01:43:29 +0000 (01:43 +0000)]
(Fprimitive_undo): Use XCAR/XCDR.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 12 Oct 2001 01:38:00 +0000 (01:38 +0000)]
*** empty log message ***

22 years ago(update_syntax_table): Simplify.
Stefan Monnier [Fri, 12 Oct 2001 01:37:54 +0000 (01:37 +0000)]
(update_syntax_table): Simplify.
(Fforward_comment): Don't skip quoted chars when going backward.

22 years ago(struct gl_state_s): Change the meaning of b_property.
Stefan Monnier [Fri, 12 Oct 2001 01:37:49 +0000 (01:37 +0000)]
(struct gl_state_s): Change the meaning of b_property.
Remove left_ok and right_ok.
(UPDATE_SYNTAX_TABLE_BACKWARD, UPDATE_SYNTAX_TABLE)
(SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT): Update to the
new meaning of b_property.

22 years agoDescribe the meaning of a nil binding.
Stefan Monnier [Fri, 12 Oct 2001 01:33:41 +0000 (01:33 +0000)]
Describe the meaning of a nil binding.

22 years agoRecommend the use of define-derived-mode (and nil argument).
Stefan Monnier [Fri, 12 Oct 2001 01:32:51 +0000 (01:32 +0000)]
Recommend the use of define-derived-mode (and nil argument).

22 years agoMake a xref to `parsing' from forward-sexp.
Stefan Monnier [Fri, 12 Oct 2001 01:32:01 +0000 (01:32 +0000)]
Make a xref to `parsing' from forward-sexp.

22 years agoTry to explain syntax-tables a little bit more.
Stefan Monnier [Fri, 12 Oct 2001 01:31:01 +0000 (01:31 +0000)]
Try to explain syntax-tables a little bit more.

22 years ago(goto-address-mail-regexp): Allow + in username.
Stefan Monnier [Thu, 11 Oct 2001 23:40:35 +0000 (23:40 +0000)]
(goto-address-mail-regexp): Allow + in username.

22 years ago(view-lossage): Call help-setup-xref correctly and earlier.
Stefan Monnier [Thu, 11 Oct 2001 23:34:17 +0000 (23:34 +0000)]
(view-lossage): Call help-setup-xref correctly and earlier.
(describe-bindings): Call help-setup-xref earlier.
(describe-key): Call help-setup-xref.  Fix call to describe-function-1.
(describe-mode): Don't autoload.  Call help-setup-xref earlier.

22 years ago(describe-function-1): Remove unused `parens' arg.
Stefan Monnier [Thu, 11 Oct 2001 23:34:07 +0000 (23:34 +0000)]
(describe-function-1): Remove unused `parens' arg.
Don't call help-setup-xref anymore and remove its `interactive-p' arg.
Autoload and cleanup.
(describe-function): Call help-setup-xref.
(describe-variable): Call help-setup-xref earlier.

22 years ago(help-buffer): New function.
Stefan Monnier [Thu, 11 Oct 2001 23:33:52 +0000 (23:33 +0000)]
(help-buffer): New function.
Returns the buffer-name to use for help output.
Change all the code to use it instead of hard-coding *Help*.
(help-mode-map): Put back the mouse-2 binding.
(help-xref-stack): Change the format and make buffer-local.
(help-xref-stack-item): Make buffer-local.
(help-setup-xref): Do the `push' here rather than in help-do-xref.
(help-xref-interned): Display the face doc as well.
(help-follow-mouse): Re-introduce.
(help-xref-go-back): Adapt to the new use of help-xref-stack.
(help-do-xref): Don't `push' any more.
(help-follow): Also follow face names.

22 years ago(describe-bindings-internal): New fun moved from keymap.c.
Stefan Monnier [Thu, 11 Oct 2001 22:31:20 +0000 (22:31 +0000)]
(describe-bindings-internal): New fun moved from keymap.c.

22 years ago(calendar-mode-line-format): do not use #' on undefined functions
Sam Steingold [Thu, 11 Oct 2001 21:12:47 +0000 (21:12 +0000)]
(calendar-mode-line-format): do not use #' on undefined functions

22 years agoMaster-mode.
Gerd Moellmann [Thu, 11 Oct 2001 19:29:47 +0000 (19:29 +0000)]
Master-mode.

22 years agoUse the usual disclaimer.
Gerd Moellmann [Thu, 11 Oct 2001 19:26:38 +0000 (19:26 +0000)]
Use the usual disclaimer.

22 years ago(master-mode): Use define-minor-mode instead
Gerd Moellmann [Thu, 11 Oct 2001 19:25:47 +0000 (19:25 +0000)]
(master-mode): Use define-minor-mode instead
of easy-mmode-define-minor-mode.  Add autload cookie.
(Coomentary): Remove the line showing how to auload master-mode,
since it's always autoloaded.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 11 Oct 2001 19:21:26 +0000 (19:21 +0000)]
*** empty log message ***

22 years ago(FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisons
Gerd Moellmann [Thu, 11 Oct 2001 19:13:20 +0000 (19:13 +0000)]
(FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisons
in case I is of some unsigned type, in which case
MOST_NEGATIVE_FIXNUM will be converted to unsigned, and the
comparison becomes bogus.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 11 Oct 2001 17:26:04 +0000 (17:26 +0000)]
*** empty log message ***

22 years ago(byte-optimize-lapcode)
Gerd Moellmann [Thu, 11 Oct 2001 17:25:26 +0000 (17:25 +0000)]
(byte-optimize-lapcode)
<byte-constref-ops>: Consider byte-constant2 and clarify the code.
<const-C varset-X const-C>: Fix car/cdr typo.

22 years ago(Fstring_to_number): Use make_fixnum_or_float.
Gerd Moellmann [Thu, 11 Oct 2001 15:39:47 +0000 (15:39 +0000)]
(Fstring_to_number): Use make_fixnum_or_float.

22 years ago(Fuser_uid, Fuser_real_uid): Use make_fixnum_or_float.
Gerd Moellmann [Thu, 11 Oct 2001 15:37:39 +0000 (15:37 +0000)]
(Fuser_uid, Fuser_real_uid): Use make_fixnum_or_float.
(Fuser_full_name): Fix bug treating a float as a fixnum.

22 years ago(make_fixnum_or_float): New macro.
Gerd Moellmann [Thu, 11 Oct 2001 15:37:13 +0000 (15:37 +0000)]
(make_fixnum_or_float): New macro.

22 years agoByte compiler messages.
Gerd Moellmann [Thu, 11 Oct 2001 12:58:56 +0000 (12:58 +0000)]
Byte compiler messages.

22 years agoDowncase error messages.
Gerd Moellmann [Thu, 11 Oct 2001 12:57:53 +0000 (12:57 +0000)]
Downcase error messages.

22 years ago(byte-compile-display-log-head-p): New
Gerd Moellmann [Thu, 11 Oct 2001 12:57:18 +0000 (12:57 +0000)]
(byte-compile-display-log-head-p): New
function extracted from byte-compile-log-1.
(byte-compile-log-1): Change output to be more in line with
the output of other GNU tools.
(byte-compile-warn): Emit `warning' instead of `**' for warnings.
(byte-compile-report-error): Downcase error message.  Use
`error' instead of `!!' for error messages.
(byte-compile-print-syms): Treat non-interactive case specially.
(displaying-byte-compile-warnings): Use backquote.
(byte-compile-from-buffer): Bind byte-compile-last-line.
(batch-byte-compile): Remove `Done' message.

22 years ago(Qcircular_list): New variable.
Gerd Moellmann [Thu, 11 Oct 2001 09:04:09 +0000 (09:04 +0000)]
(Qcircular_list): New variable.
(circular_list_error): New function.
(syms_of_data): Initialize it Qcircular_list.

22 years ago(circular_list_error): Add prototype.
Gerd Moellmann [Thu, 11 Oct 2001 08:46:50 +0000 (08:46 +0000)]
(circular_list_error): Add prototype.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 11 Oct 2001 02:08:21 +0000 (02:08 +0000)]
*** empty log message ***

22 years ago(copyright): Add final \n.
Stefan Monnier [Thu, 11 Oct 2001 01:50:43 +0000 (01:50 +0000)]
(copyright): Add final \n.