bpt/emacs.git
21 years agoRemove personal email address and update wording.
Andrew Innes [Tue, 22 Apr 2003 10:50:52 +0000 (10:50 +0000)]
Remove personal email address and update wording.

21 years agoRemove personal email address.
Andrew Innes [Tue, 22 Apr 2003 09:29:31 +0000 (09:29 +0000)]
Remove personal email address.

21 years ago(Info-default-dirs): New fun extracted from Info-initialize.
Stefan Monnier [Mon, 21 Apr 2003 17:40:19 +0000 (17:40 +0000)]
(Info-default-dirs): New fun extracted from Info-initialize.
(info-initialize): Use it.  Obey the "final :" convention for INFOPATH.

21 years ago(fill-region-as-paragraph): Fix "last line goes to fill-column+1" problem.
Stefan Monnier [Mon, 21 Apr 2003 16:22:08 +0000 (16:22 +0000)]
(fill-region-as-paragraph): Fix "last line goes to fill-column+1" problem.

21 years ago(byte-compile-defvar): Improve message.
Stefan Monnier [Mon, 21 Apr 2003 15:48:28 +0000 (15:48 +0000)]
(byte-compile-defvar): Improve message.

21 years ago*** empty log message ***
Stefan Monnier [Mon, 21 Apr 2003 15:43:02 +0000 (15:43 +0000)]
*** empty log message ***

21 years agoFix comment typo.
Richard M. Stallman [Mon, 21 Apr 2003 01:39:06 +0000 (01:39 +0000)]
Fix comment typo.

21 years ago*** empty log message ***
Richard M. Stallman [Mon, 21 Apr 2003 01:38:36 +0000 (01:38 +0000)]
*** empty log message ***

21 years ago(Timers): Explain about timers and quitting.
Richard M. Stallman [Mon, 21 Apr 2003 01:38:24 +0000 (01:38 +0000)]
(Timers): Explain about timers and quitting.

21 years ago(Selecting a Representation): Fix Texinfo usage.
Richard M. Stallman [Mon, 21 Apr 2003 01:37:37 +0000 (01:37 +0000)]
(Selecting a Representation): Fix Texinfo usage.

21 years ago(kill-line): Doc fix.
Richard M. Stallman [Mon, 21 Apr 2003 01:35:20 +0000 (01:35 +0000)]
(kill-line): Doc fix.

21 years ago(cvs-examine): Respect `find-file-visit-truename'.
Sam Steingold [Sun, 20 Apr 2003 22:03:00 +0000 (22:03 +0000)]
(cvs-examine): Respect `find-file-visit-truename'.

21 years ago(which-func-modes): Add f90-mode.
Glenn Morris [Sun, 20 Apr 2003 13:04:58 +0000 (13:04 +0000)]
(which-func-modes): Add f90-mode.
(which-function): Handle imenu submenus.

21 years ago(dabbrev-case-fold-search): Add defvar for compiler.
Glenn Morris [Sun, 20 Apr 2003 13:03:04 +0000 (13:03 +0000)]
(dabbrev-case-fold-search): Add defvar for compiler.
(fortran-abbrev-start): Make XEmacs compatible.

21 years ago(f90-font-lock-keywords-2): Use override for
Glenn Morris [Sun, 20 Apr 2003 13:01:32 +0000 (13:01 +0000)]
(f90-font-lock-keywords-2): Use override for
font-lock-variable-name-face in declarations (so that strings in
declarations are over-ridden).  Highlight continuation characters.
(f90-indent-new-line): Remove direct call to f90-indent-line-no,
f90-update-line, since f90-indent-line calls these.
(f90-abbrev-start): Fix XEmacs compatibility.

21 years agoInitial version.
Stefan Monnier [Sun, 20 Apr 2003 00:02:37 +0000 (00:02 +0000)]
Initial version.

21 years ago(vc-cvs-dir-state): Use vc-cvs-command.
Stefan Monnier [Sat, 19 Apr 2003 22:40:18 +0000 (22:40 +0000)]
(vc-cvs-dir-state): Use vc-cvs-command.
(vc-cvs-could-register, vc-cvs-make-version-backups-p): Use defalias.
(vc-cvs-merge-news): Simplify.
(vc-cvs-diff): Remove unused var `options'.
(vc-cvs-parse-entry): Use the same algorithm as cvs does.

21 years ago(Fapply): Undo last change and add a comment about why.
Stefan Monnier [Sat, 19 Apr 2003 18:58:56 +0000 (18:58 +0000)]
(Fapply): Undo last change and add a comment about why.

21 years ago*** empty log message ***
Richard M. Stallman [Sat, 19 Apr 2003 04:23:45 +0000 (04:23 +0000)]
*** empty log message ***

21 years ago(desktop-buffer-mh): Don't require mh-e;
Richard M. Stallman [Sat, 19 Apr 2003 04:22:29 +0000 (04:22 +0000)]
(desktop-buffer-mh): Don't require mh-e;
it causes trouble in compilation.

21 years ago(add-log-current-defun-function): Add autoload cookie.
Richard M. Stallman [Sat, 19 Apr 2003 04:21:38 +0000 (04:21 +0000)]
(add-log-current-defun-function): Add autoload cookie.

21 years ago(comment-use-syntax): Add autoload cookie.
Richard M. Stallman [Sat, 19 Apr 2003 04:20:58 +0000 (04:20 +0000)]
(comment-use-syntax): Add autoload cookie.

21 years ago(byte-compile-log-file, (byte-recompile-directory): Don't use
Richard M. Stallman [Sat, 19 Apr 2003 04:18:37 +0000 (04:18 +0000)]
(byte-compile-log-file, (byte-recompile-directory): Don't use
byte-goto-log-buffer.  Instead, set default-directory and then call
compilation-mode.

(byte-compile-from-buffer): Force byte-compile-last-position
to end of buffer before issuing final warnings.

21 years ago(Writing Emacs Primitives): Strings are
Richard M. Stallman [Sat, 19 Apr 2003 04:16:15 +0000 (04:16 +0000)]
(Writing Emacs Primitives): Strings are
no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
Explain GCPRO convention for varargs function args.

21 years ago(cua-mode): Use define-minor-mode.
Stefan Monnier [Fri, 18 Apr 2003 22:49:41 +0000 (22:49 +0000)]
(cua-mode): Use define-minor-mode.
(cua-global-mark-face): Fix face format.

21 years ago(define-minor-mode): Only echo a message if the body didn't do so already.
Stefan Monnier [Fri, 18 Apr 2003 17:31:05 +0000 (17:31 +0000)]
(define-minor-mode): Only echo a message if the body didn't do so already.
(easy-mmode-define-keymap): Remove unused var `suppress'.

21 years ago(view-read-only): Move from view.el to files.el.
Stefan Monnier [Fri, 18 Apr 2003 13:53:18 +0000 (13:53 +0000)]
(view-read-only): Move from view.el to files.el.

21 years ago(Faset): Calculate nbytes earlier, to satisfy the now pickier
Miles Bader [Fri, 18 Apr 2003 01:23:43 +0000 (01:23 +0000)]
(Faset): Calculate nbytes earlier, to satisfy the now pickier
PARSE_MULTIBYTE_SEQ.

21 years ago(For, Fand, Fprogn, un_autoload, do_autoload): Use XCDR, XCAR, CONSP.
Stefan Monnier [Thu, 17 Apr 2003 22:27:13 +0000 (22:27 +0000)]
(For, Fand, Fprogn, un_autoload, do_autoload): Use XCDR, XCAR, CONSP.
(Fdefmacro): Fix docstring.  Use XCAR, XCDR.
(Fapply): Remove unnecessary GCPRO.

21 years ago(Fsubstitute_command_keys): Remove spurious casts.
Stefan Monnier [Thu, 17 Apr 2003 21:58:34 +0000 (21:58 +0000)]
(Fsubstitute_command_keys): Remove spurious casts.

21 years ago(PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
Stefan Monnier [Thu, 17 Apr 2003 21:55:18 +0000 (21:55 +0000)]
(PARSE_MULTIBYTE_SEQ): Pretend `length' is used.

21 years agoDon't hardcode BEG==1.
Stefan Monnier [Thu, 17 Apr 2003 21:52:01 +0000 (21:52 +0000)]
Don't hardcode BEG==1.

21 years ago(Fmake_byte_code): Improve the `usage' string.
Stefan Monnier [Thu, 17 Apr 2003 21:49:09 +0000 (21:49 +0000)]
(Fmake_byte_code): Improve the `usage' string.

21 years ago(Fdefine_abbrev_table): Use XCAR, XCDR.
Stefan Monnier [Thu, 17 Apr 2003 21:44:50 +0000 (21:44 +0000)]
(Fdefine_abbrev_table): Use XCAR, XCDR.

21 years ago*** empty log message ***
Stefan Monnier [Thu, 17 Apr 2003 21:21:47 +0000 (21:21 +0000)]
*** empty log message ***

21 years ago(view-read-only): Don't declare a second time.
Stefan Monnier [Thu, 17 Apr 2003 21:15:04 +0000 (21:15 +0000)]
(view-read-only): Don't declare a second time.
(find-file-read-only, find-file-read-only-other-window)
(find-file-read-only-other-frame): Check that file does exist.
(large-file-warning-threshold): New custom.
(find-file-noselect): Use it.
(report-errors): New macro.
(normal-mode): Use it.
(toggle-read-only): Really toggle, even if view-mode is on.
(parse-colon-path): Remove unused `cd-prefix' var.
(make-backup-file-name-1): Remove unused `failed' var.
(basic-save-buffer): Remove unused `tempsetmodes' var.
(basic-save-buffer-2): Remove unused `temp' var.
(insert-directory): Remove unused `available' var.

21 years agoUpdate copyright date and update-date.
Robert J. Chassell [Thu, 17 Apr 2003 15:05:10 +0000 (15:05 +0000)]
Update copyright date and update-date.

21 years agoThanks to Hugo Gayosso, fix minor typos.
Robert J. Chassell [Thu, 17 Apr 2003 14:56:24 +0000 (14:56 +0000)]
Thanks to Hugo Gayosso, fix minor typos.

21 years ago(hexl-find-file): Bind `default-major-mode' to `fundamental-mode'.
John Paul Wallington [Thu, 17 Apr 2003 02:41:12 +0000 (02:41 +0000)]
(hexl-find-file): Bind `default-major-mode' to `fundamental-mode'.

21 years ago(byte-compile-const-symbol-p): Rename arg.
Stefan Monnier [Wed, 16 Apr 2003 20:10:33 +0000 (20:10 +0000)]
(byte-compile-const-symbol-p): Rename arg.

21 years ago(reveal-post-command): Use overlay-get for overlays.
Stefan Monnier [Wed, 16 Apr 2003 16:03:46 +0000 (16:03 +0000)]
(reveal-post-command): Use overlay-get for overlays.

21 years ago(f90-looking-at-do, f90-find-breakpoint): Fix previous change.
Glenn Morris [Wed, 16 Apr 2003 13:50:40 +0000 (13:50 +0000)]
(f90-looking-at-do, f90-find-breakpoint): Fix previous change.

21 years ago(describe-language-environment): At
Kenichi Handa [Wed, 16 Apr 2003 12:27:05 +0000 (12:27 +0000)]
(describe-language-environment): At
first, require all necessary features.

21 years ago*** empty log message ***
Dave Love [Wed, 16 Apr 2003 11:21:18 +0000 (11:21 +0000)]
*** empty log message ***

21 years agoComment changes.
Glenn Morris [Wed, 16 Apr 2003 11:10:03 +0000 (11:10 +0000)]
Comment changes.
(fortran-column-ruler): Minor doc change.

21 years ago(f90-indent-to, f90-indent-line-no)
Glenn Morris [Wed, 16 Apr 2003 11:08:58 +0000 (11:08 +0000)]
(f90-indent-to, f90-indent-line-no)
(f90-no-block-limit, f90-end-of-block, f90-beginning-of-block)
(f90-comment-region, f90-indent-line, f90-indent-region)
(f90-find-breakpoint, f90-block-match): Trivial simplifications.
(f90-looking-at-do, f90-looking-at-select-case)
(f90-looking-at-if-then, f90-looking-at-where-or-forall): Drop
XEmacs 19 support and simplify.
(f90-indent-new-line): No need for case-fold-search.  Simplify.
(f90-fill-region): Make marker nil when done.  Simplify.

21 years agoMoved from lisp.
Dave Love [Wed, 16 Apr 2003 09:52:55 +0000 (09:52 +0000)]
Moved from lisp.

21 years agoMoved to progmodes.
Dave Love [Wed, 16 Apr 2003 09:51:59 +0000 (09:51 +0000)]
Moved to progmodes.

21 years ago*** empty log message ***
Richard M. Stallman [Wed, 16 Apr 2003 05:10:19 +0000 (05:10 +0000)]
*** empty log message ***

21 years ago(try_window, try_window_reusing_current_matrix):
Richard M. Stallman [Wed, 16 Apr 2003 05:09:36 +0000 (05:09 +0000)]
(try_window, try_window_reusing_current_matrix):
When at end of window, set window_end_pos to Z-ZV.

21 years ago(Foverlay_recenter): Doc fix.
Richard M. Stallman [Wed, 16 Apr 2003 05:07:38 +0000 (05:07 +0000)]
(Foverlay_recenter): Doc fix.

21 years ago(Regexps): Ref to Lisp manual for more regexp features.
Richard M. Stallman [Wed, 16 Apr 2003 05:06:35 +0000 (05:06 +0000)]
(Regexps): Ref to Lisp manual for more regexp features.

21 years ago(Minibuffer Misc): Document fn minibuffer-message.
Richard M. Stallman [Wed, 16 Apr 2003 05:05:32 +0000 (05:05 +0000)]
(Minibuffer Misc): Document fn minibuffer-message.

21 years ago(Man-follow-manual-reference): Don't require match
Richard M. Stallman [Wed, 16 Apr 2003 05:03:13 +0000 (05:03 +0000)]
(Man-follow-manual-reference): Don't require match
when calling completing-read.

21 years ago(fortran-tab-mode-minor-mode-string): Delete this variable,
Glenn Morris [Tue, 15 Apr 2003 20:44:19 +0000 (20:44 +0000)]
(fortran-tab-mode-minor-mode-string): Delete this variable,
introduced in previous change.
(fortran-tab-mode-string): Change default value.
(fortran-mode): Use mode-line-process (rather than
minor-mode-alist) to indicate tab format code.
(fortran-analyze-file-format): Return fortran-tab-mode-default if
no match.

21 years agoWhitespace changes, some re-ordering of code, trivial commentary change.
Glenn Morris [Tue, 15 Apr 2003 19:22:31 +0000 (19:22 +0000)]
Whitespace changes, some re-ordering of code, trivial commentary change.
(fortran, fortran-indent, fortran-comment)
(fortran-tab-mode-default, fortran-continuation-indent)
(fortran-comment-indent-style, fortran-blink-matching-if)
(fortran-continuation-string, fortran-electric-line-number)
(fortran-break-before-delimiters, fortran-mode-hook)
(fortran-end-prog-re, fortran-imenu-generic-expression): Minor doc changes.
(fortran-tab-mode-minor-mode-string): New variable.
(fortran-tab-mode-string): Now customization is meaningful.
(fortran-column-ruler-fixed, fortran-column-ruler-tab)
(fortran-analyze-depth): Use defcustom.
(fortran-if-start-re, fortran-end-prog-re1, fortran-fill)
(fortran-break-line, fortran-prepare-abbrev-list-buffer)
(fortran-auto-fill): Add doc string.
(fortran-type-types): New constant (was local to let binding).
(fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
(fortran-font-lock-syntactic-keywords): Initialize in defvar.
(fortran-font-lock-keywords-3): Initialize in defvar.  Use 1+ now
depth of fortran-type-types has changed.  Remove extra and.
(fortran-mode-menu): Minor re-organization.  Use lookup-key.
(fortran-mode): Doc changes.  Some re-organization.  Use
fortran-tab-mode-minor-mode-string.
(fortran-comment-indent): Add doc string.  Move save-excursion. Use 1+.
(fortran-indent-comment, fortran-fill-statement): Change interactive spec.
Use unless.
(fortran-comment-region): Doc change.  Reverse logic of arg test.  Use zerop.
(fortran-abbrev-start, fortran-split-line)
(fortran-electric-line-number, fortran-indent-subprogram)
(fortran-strip-sequence-nos): Change interactive spec.
(fortran-remove-continuation): Add doc string.  Use when.
(fortran-numerical-continuation-char): Doc change.  Use 1+.
(fortran-previous-statement, fortran-next-statement)
(fortran-beginning-do, fortran-calculate-indent)
(fortran-end-do, fortran-end-if, fortran-beginning-if): Use zerop, 1+, 1-.
(fortran-blink-match, fortran-check-for-matching-do): Use when.
(fortran-indent-line): Change interactive spec.  Remove un-needed if.
Use when.
(fortran-indent-to-column): Doc change.  Use when, unless.
(fortran-find-comment-start-skip): No longer interactive.
(fortran-analyze-file-format): Minor doc change.  Remove un-needed setq.
(minor-mode-alist): Use add-to-list.
(fortran-fill-paragraph): Change interactive spec, doc string.

21 years agoWhitespace changes, trivial commentary changes.
Glenn Morris [Tue, 15 Apr 2003 19:18:23 +0000 (19:18 +0000)]
Whitespace changes, trivial commentary changes.
(f90, f90-indent, f90-program-indent, f90-continuation-indent)
(f90-indented-comment-re, f90-imenu-generic-expression)
(f90-mark-subprogram, f90-join-lines): Minor doc changes.
(f90-menu): Shift definition to initialization of f90-mode-map.
Add customization section.
(f90-mode): Minor doc change.  Do not call easy-menu-add.
Set `beginning-of-defun-function' and `end-of-defun-function' to
appropriate F90 functions.
(f90-indent-line, f90-indent-line, f90-indent-subprogram)
(f90-break-line, f90-do-auto-fill, f90-insert-end)
(f90-upcase-keywords, f90-capitalize-keywords)
(f90-downcase-keywords): Change interactive spec.

21 years ago* term/mac-win.el: Unconditionally set process-connection-type to nil.
Andrew Choi [Tue, 15 Apr 2003 01:29:42 +0000 (01:29 +0000)]
* term/mac-win.el: Unconditionally set process-connection-type to nil.

21 years ago(font-lock-maximum-size, font-lock-verbose): Remove.
Stefan Monnier [Mon, 14 Apr 2003 23:07:49 +0000 (23:07 +0000)]
(font-lock-maximum-size, font-lock-verbose): Remove.
(font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
Move back to font-lock.el
(font-lock-default-function): Use font-lock-mode-internal.

21 years ago(font-lock-multiline, font-lock-fontified)
Stefan Monnier [Mon, 14 Apr 2003 23:07:39 +0000 (23:07 +0000)]
(font-lock-multiline, font-lock-fontified)
(font-lock-set-defaults): Move back from font-core.el and merge
it back with font-lock-set-defaults-1.
(font-lock-mode-internal): New function (basically the body of
the old font-lock-mode minor mode).

21 years ago*** empty log message ***
Stefan Monnier [Mon, 14 Apr 2003 20:48:44 +0000 (20:48 +0000)]
*** empty log message ***

21 years ago(latex-mode-map): Bind latex-split-block to C-c C-s.
Stefan Monnier [Mon, 14 Apr 2003 19:58:05 +0000 (19:58 +0000)]
(latex-mode-map): Bind latex-split-block to C-c C-s.
(tex-font-lock-keywords-2): Comment out unused var `type'.
(tex-guess-mode): New name for old `tex-mode'.
(tex-mode): Make it a derived mode of text-mode.
(plain-tex-mode, latex-mode): Change parent from text-mode to tex-mode.
(tex-common-initialization): Don't setup syntax-table any more.
(tex-validate-buffer): Remove unused var `oend'.
Use with-current-buffer and line-beginning-position.
(tex-recenter-output-buffer): Remove unused var `old-buffer'.
(latex-indent): Return `noindent' if no indentation can happen.
(doctex-font-lock-^^A, doctex-font-lock-syntactic-face-function)
(doctex-font-lock-syntactic-keywords, doctex-font-lock-keywords)
(doctex-mode): New funs for DocTeX mode, derived from LaTeX mode.

21 years ago* macterm.c (mac_check_for_quit_char): Don't check more often than
Andrew Choi [Mon, 14 Apr 2003 17:12:17 +0000 (17:12 +0000)]
* macterm.c (mac_check_for_quit_char): Don't check more often than
  once a second.

21 years ago*** empty log message ***
Stefan Monnier [Mon, 14 Apr 2003 16:31:52 +0000 (16:31 +0000)]
*** empty log message ***

21 years ago(Fsit_For): Support XEmacs-style arg list.
Stefan Monnier [Mon, 14 Apr 2003 16:29:18 +0000 (16:29 +0000)]
(Fsit_For): Support XEmacs-style arg list.

21 years ago(font-lock-preprocessor-face): New var and face.
Stefan Monnier [Mon, 14 Apr 2003 15:04:16 +0000 (15:04 +0000)]
(font-lock-preprocessor-face): New var and face.

21 years ago*** empty log message ***
Richard M. Stallman [Mon, 14 Apr 2003 10:16:05 +0000 (10:16 +0000)]
*** empty log message ***

21 years ago(define-derived-mode): Make generated code work in
Richard M. Stallman [Mon, 14 Apr 2003 10:11:04 +0000 (10:11 +0000)]
(define-derived-mode): Make generated code work in
Emacs versions that do not have run-mode-hooks.

21 years ago(last-sexp-toggle-display): At end of buffer, run the global binding
Richard M. Stallman [Mon, 14 Apr 2003 10:09:35 +0000 (10:09 +0000)]
(last-sexp-toggle-display): At end of buffer, run the global binding
of the same key.

21 years ago(after-insert-file-set-coding): Properly treat INSERTED as number of
Richard M. Stallman [Mon, 14 Apr 2003 10:06:55 +0000 (10:06 +0000)]
(after-insert-file-set-coding): Properly treat INSERTED as number of
characters, for both the argument and the value.

21 years ago(desktop-base-file-name): Renamed from desktop-basefilename. Add defvaralias.
Richard M. Stallman [Mon, 14 Apr 2003 10:00:00 +0000 (10:00 +0000)]
(desktop-base-file-name): Renamed from desktop-basefilename.  Add defvaralias.

21 years ago(create-fontset-from-ascii-font): Doc fix.
John Paul Wallington [Mon, 14 Apr 2003 07:54:15 +0000 (07:54 +0000)]
(create-fontset-from-ascii-font): Doc fix.
(x-must-resolve-font-name): Fix error message typo.

21 years ago(fortran-previous-statement): Check for fortran-continuation-string.
Glenn Morris [Sun, 13 Apr 2003 13:11:24 +0000 (13:11 +0000)]
(fortran-previous-statement): Check for fortran-continuation-string.
(fortran-calculate-indent): Do not add extra whitespace to strings
broken over lines.  Remove superfluous progn.
(fortran-fill): Handle long strings that must be broken over lines.

21 years agoFrom Michael Albinus <Michael.Albinus@alcatel.de>.
Kai Großjohann [Sun, 13 Apr 2003 12:46:11 +0000 (12:46 +0000)]
From Michael Albinus <Michael.Albinus@alcatel.de>.
(ange-ftp-expand-symlink): If result of
expansion is a symlink, expand again.
(ange-ftp-file-symlink-p): Return target of symlink literally.

21 years ago(toplevel): Don't change the face
Masatake YAMATO [Sun, 13 Apr 2003 06:30:59 +0000 (06:30 +0000)]
(toplevel): Don't change the face
of major-mode on the mode line. Setting the face on
the mode line code is installed by my mistake in
my last change.

21 years ago(change-log-version-number-search): Fix old bug.
Stefan Monnier [Sat, 12 Apr 2003 23:13:03 +0000 (23:13 +0000)]
(change-log-version-number-search): Fix old bug.
(add-change-log-entry): Avoid inserting the same funname again.
(add-log-indent-text): New var.
(add-log-indent): New fun.
(change-log-mode): Use it.

21 years agoDon't autoload all these defcustoms.
Stefan Monnier [Sat, 12 Apr 2003 22:21:18 +0000 (22:21 +0000)]
Don't autoload all these defcustoms.
(browse-url-default-macosx-browser): New fun.
(browse-url-browser-function): Use it for system-type = darwin.
(browse-url-usr1-signal): Remove.
(browse-url-mosaic): Use SIGUSR1 directly instead.
(browse-url-gnome-moz-program): New var.
(browse-url-gnome-moz, browse-url-default-browser): Use it.

21 years ago(byte-compile-file-form-defvar, byte-compile-defvar):
Stefan Monnier [Sat, 12 Apr 2003 21:39:50 +0000 (21:39 +0000)]
(byte-compile-file-form-defvar, byte-compile-defvar):
Fix last commit which mistakenly relied on not-yet committed code.

21 years ago(f90-join-lines): Make it behave more like the standard function
Glenn Morris [Sat, 12 Apr 2003 20:43:58 +0000 (20:43 +0000)]
(f90-join-lines): Make it behave more like the standard function
`join-line' - join with previous line, unless an argument supplied.
Join comments correctly. No longer has a meaningful return
value, no longer fills (seems contradictory to join AND fill).
(f90-fill-region, f90-menu): Adapt for new f90-join-lines.

21 years agoUse push, with-current-buffer, dolist, ...
Stefan Monnier [Sat, 12 Apr 2003 20:28:10 +0000 (20:28 +0000)]
Use push, with-current-buffer, dolist, ...
(byte-compile-const-variables): New var.
(byte-compile-close-variables): Reset it.
(byte-compile-file-form-defvar, byte-compile-defvar): Update it.
(byte-compile-const-symbol-p): Now arg `value' to check defconsts.
(byte-compile-variable-ref): Use it and improve warning message.
(byte-compile-check-lambda-list): Use byte-compile-const-symbol-p.
(byte-compile-lapcode): Remove unused vars.
(byte-compile-eval): Fix thinko in handling of old-autoloads.
(byte-recompile-directory): Use the expanded form for directory.
(byte-compile-track-mouse): Use modern backquote syntax.
(byte-compile-defvar): Detect and properly handle (defconst a).
(byte-compile-defalias-warn): Remove unused arg `alias'.
(byte-compile-defalias): Update call.

21 years ago*** empty log message ***
Stefan Monnier [Sat, 12 Apr 2003 19:17:24 +0000 (19:17 +0000)]
*** empty log message ***

21 years ago(server-start): Use letf.
Stefan Monnier [Sat, 12 Apr 2003 19:05:41 +0000 (19:05 +0000)]
(server-start): Use letf.

21 years ago(server-socket-name): Use new safe location for socket.
Stefan Monnier [Sat, 12 Apr 2003 19:04:11 +0000 (19:04 +0000)]
(server-socket-name): Use new safe location for socket.
(server-ensure-safe-dir): New fun.
(server-start): Use it.
(server-process-filter): Re-enable the -eval feature.

21 years ago(main): Use new safe location for socket.
Stefan Monnier [Sat, 12 Apr 2003 19:03:08 +0000 (19:03 +0000)]
(main): Use new safe location for socket.

21 years ago* help.el (describe-minor-mode): New function implementation.
Masatake YAMATO [Sat, 12 Apr 2003 17:28:24 +0000 (17:28 +0000)]
* help.el (describe-minor-mode): New function implementation.
Accept both minor mode string and minor mode indicator.
(describe-minor-mode-completion-table-for-indicator)
(describe-minor-mode-completion-table-for-symbol): New functions.
minor-mode-list is used here.
(describe-minor-mode-from-symbol): renamed
from (old) describe-minor-mode. Use
describe-minor-mode-completion-table-for-symbol.
Don't use eval. Just use symbol-name.
(describe-minor-mode-from-indicator): Document is updated.
Use `format-mode-line'. Use
describe-minor-mode-from-symbol instead of
describe-minor-mode.
Use describe-minor-mode-completion-table-for-indicator.
(expand-minor-mode-indicator-object): removed.
(lookup-minor-mode-from-indicator): remove the fist white
space from both indicator and anindicator before comparing them.

* bindings.el (mode-line-major-mode-keymap)
(mode-line-minor-mode-keymap): defined keys for the maps
here in `defvar'.

21 years ago(gomoku-buffer-name): New constant.
Glenn Morris [Sat, 12 Apr 2003 15:51:57 +0000 (15:51 +0000)]
(gomoku-buffer-name): New constant.
(gomoku-mode): Doc fix.  Add call to kill-all-local-variables,
for global-font-lock-mode.
(gomoku): Do not call gomoku-switch-to-window directly, else the
player is asked the startup questions twice after a killed game.
(gomoku-prompt-for-other-game): Throw an error if no new game,
since otherwise answering no after a killed game has no effect.
(gomoku-switch-to-window): Use gomoku-buffer-name.

21 years ago(f90-abbrev-start): Only offer help if abbrev-mode is active.
Glenn Morris [Sat, 12 Apr 2003 15:45:59 +0000 (15:45 +0000)]
(f90-abbrev-start): Only offer help if abbrev-mode is active.

21 years ago(fortran-abbrev-start): Only offer help if abbrev-mode is active.
Glenn Morris [Sat, 12 Apr 2003 15:44:59 +0000 (15:44 +0000)]
(fortran-abbrev-start): Only offer help if abbrev-mode is active.

21 years ago(help-add-fundoc-usage): Pass an empty string to `format' if
John Paul Wallington [Sat, 12 Apr 2003 04:28:43 +0000 (04:28 +0000)]
(help-add-fundoc-usage): Pass an empty string to `format' if
no newlines are necessary.

21 years ago(head_table): Use switch-frame as event_kind for select-window.
Stefan Monnier [Fri, 11 Apr 2003 23:44:43 +0000 (23:44 +0000)]
(head_table): Use switch-frame as event_kind for select-window.

21 years ago(kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
Stefan Monnier [Fri, 11 Apr 2003 23:19:50 +0000 (23:19 +0000)]
(kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
specially, so that they can't hide an implicit switch-frame event.
(make_lispy_event): Handle SELECT_WINDOW_EVENT.
(keys_of_keyboard): Don't bind [select-window] in special-event-map.

21 years ago(Fformat): Lisp_Object/int mixup.
Stefan Monnier [Fri, 11 Apr 2003 23:17:42 +0000 (23:17 +0000)]
(Fformat): Lisp_Object/int mixup.
(format2): Remove unused var numargs.

21 years ago(global-map): Bind [select-window].
Stefan Monnier [Fri, 11 Apr 2003 22:40:58 +0000 (22:40 +0000)]
(global-map): Bind [select-window].

21 years ago*** empty log message ***
Stefan Monnier [Fri, 11 Apr 2003 19:05:32 +0000 (19:05 +0000)]
*** empty log message ***

21 years ago(type-break-warning-countdown-string): Doc fix; escape open paren at col 0.
John Paul Wallington [Fri, 11 Apr 2003 13:07:10 +0000 (13:07 +0000)]
(type-break-warning-countdown-string): Doc fix; escape open paren at col 0.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 11 Apr 2003 11:11:25 +0000 (11:11 +0000)]
*** empty log message ***

21 years ago(utf-translate-cjk-mode): Fix incorrect
Kenichi Handa [Fri, 11 Apr 2003 11:10:48 +0000 (11:10 +0000)]
(utf-translate-cjk-mode): Fix incorrect
place of parenthesis.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 11 Apr 2003 11:03:01 +0000 (11:03 +0000)]
*** empty log message ***

21 years agoDon't set after-insert-file-adjust-coding-function.
Kenichi Handa [Fri, 11 Apr 2003 11:00:36 +0000 (11:00 +0000)]
Don't set after-insert-file-adjust-coding-function.
(after-insert-file-set-coding): Renamed from
after-insert-file-set-buffer-file-coding-system.

21 years ago(Vafter_insert_file_adjust_coding_function): Delete
Kenichi Handa [Fri, 11 Apr 2003 10:59:02 +0000 (10:59 +0000)]
(Vafter_insert_file_adjust_coding_function): Delete
this variable.
(Qafter_insert_file_set_coding): New variable.
(syms_of_fileio): Initialize and staticpro it.  Delete declaration
for after-insert-file-adjust-coding-function.
(Finsert_file_contents): Call Qafter_insert_file_set_coding
instead of Vafter_insert_file_adjust_coding_function.