1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

41324 Commits

Author SHA1 Message Date
Colin Walters
1ba1fb11c0 (gamedir, gameuser): New variables.
(toplevel, UTILITIES): Add update-game-score.
(${archlibdir}): Handle HAVE_SHARED_GAME_DIR.
2002-04-10 19:05:44 +00:00
Colin Walters
93c05c18dd Add --game-dir, --game-user. Test to see if we can use them. 2002-04-10 19:04:08 +00:00
Stefan Monnier
419275721f (fill-context-prefix): Match the two prefixes
differently to avoid pathological exponential-time case.
2002-04-10 18:19:44 +00:00
Richard M. Stallman
05ea8efde0 *** empty log message *** 2002-04-10 15:19:11 +00:00
Richard M. Stallman
5ecd7a584f (BASE_PURESIZE): Reduce again to avoid big excess. 2002-04-10 15:19:04 +00:00
Richard M. Stallman
b70ebe3751 (dired-view-command-alist): New variable.
(dired-view-file): Use external viewers for some files names.
2002-04-10 15:15:23 +00:00
Richard M. Stallman
2d246c7162 (mouse-drag-region-1): Display region highlight only in the selected window. 2002-04-10 15:04:19 +00:00
Richard M. Stallman
1087f3e6aa (remove-hook): When there are no more local hooks,
kill the buffer-local value.
2002-04-10 14:55:19 +00:00
Richard M. Stallman
360e0dd587 (isearch-mode): Don't call make-frame-visible
if frame is already visible.
2002-04-10 14:47:27 +00:00
Richard M. Stallman
992f7c96aa (custom-face-attributes): Fix typo in `ultra-bold'. 2002-04-10 14:45:37 +00:00
Stefan Monnier
f9cf4c2c8d *** empty log message *** 2002-04-09 19:28:59 +00:00
Stefan Monnier
695deb1857 (read_minibuf): Use empty_string.
(Ftry_completion): Allow lambda forms and lists of strings for `alist'.
Short-circuit the search as soon as it "failed".
(Fall_completions): Allow lambda forms and lists of strings for alist.
(Fcompleting_read): Set Qminibuffer_completion_confirm to nil
when require_match is nil.
(Ftest_completion): Rename from `test_completion' and export to elisp.
Call the predicate also when alist is a list.
Obey Vcompletion_regexp_list.
(do_completion, Fminibuffer_complete_and_exit): Use it.
(Fassoc_string): Rename from `assoc_for_completion'.
Allow list of strings as well and export to elisp.
2002-04-09 19:28:42 +00:00
Stefan Monnier
da2a1edf5b Add support for the new project file fields:
gnatfind-opt, debug-pre-cmd and debug-post-cmd.  Fix widget handling
for Emacs 21.  ada-mode now only supports a single active project file,
instead of one per buffer.  This is far less confusing.
2002-04-09 18:56:34 +00:00
Stefan Monnier
18f9934c8a Menu changed from Statements to Templates.
(ada-func-or-proc-name): Get real subprogram name, after change in ada-mode.el.
2002-04-09 18:55:13 +00:00
Stefan Monnier
4884c50b60 ada-mode no longer supports a different
project file per buffer.  This was too complex.  Instead, there is now
a single active project file at any given time, and the user can switch
the active one through the Ada menu.  This revision also provides
better handling of the Windows command line, and the various available
shells on that platform.  ada-mode is now fully integrated with the GNU
visual debugger gvd, see http://libre.act-europe.fr.
(ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.  This is only
available with GNAT 3.14.
(ada-prj-gnatfind-switches, ada-cd-command): New variable.
(ada-quote-cmd): New function.
(ada-initialize-runtime-library): Get the location of the actual
runtime the compiler will be using, including support for
cross-platform environments.
(ada-treat-cmd-string): Add support for the new variable
${full_current} add support for debug-pre-cmd and debug-post-cmd, two
commands to run just prior to running the debugger, and just after
starting it.  This provide better support for cross-platform and
remote debugging.
(ada-get-absolute-dir): Remove, replace with expand-file-name.
(ada-gdb-application): New parameter executable-name.
(ada-get-ali-file-name): Better handling of separate packages.
Checkin on behalf of the ada-mode maintainer.
2002-04-09 18:54:20 +00:00
Stefan Monnier
4607c7f433 (ada-case-exception-file, ada-indent-handle-comment-special): New variables.
(ada-case-exception-substring): New variable.  Casing exceptions can
now also be defined for substrings, in addition to full identifier
names.  This provides more flexibility.
(ada-align-list): New function, provide support for align.el in ada-mode.
(ada-procedure-start-regexp): Add support for operators and generic formal
subprograms and packages.
(ada-imenu-comment-re): New variable.
(ada-imenu-generic-expression): Add support for protected types.
(ada-mode): Set comment-start only after running ada-mode-hook, so that the
user can change ada-comment-start in the hook.
Add support for ispell in comments.  Add support for align.el.
(ada-save-exception-file, ada-create-case-exception-substring)
(ada-adjust-case-substring): New functions.
(ada-get-current-indent): Properly handles keywords with uppercases.
(ada-goto-matching-end): Rewritten, fixes problems in the handling of
nested blocks.
(ada-untab-hard): Do not touch the contents of comments and strings.
2002-04-09 18:50:17 +00:00
Stefan Monnier
cd37168e69 cvs-mode-add does not ask for a description any more. 2002-04-09 18:41:56 +00:00
Stefan Monnier
dba57d891a *** empty log message *** 2002-04-09 18:36:24 +00:00
Sam Steingold
93bcb353e7 (vc-cvs-valid-version-number-p): New function.
(vc-cvs-checkin): Use it.
2002-04-09 17:13:51 +00:00
Mike Williams
41bfcbee0d (sgml-lexical-context): Use sgml-parse-tag-backward to find start point.
(sgml-looking-back-at): Doc fix.
2002-04-09 12:27:17 +00:00
Mike Williams
9d4ce4285d (sgml-tag-alist): Doc fix. 2002-04-09 12:02:20 +00:00
Pavel Janík
153a9b8cc0 (isearch-message-prefix): Use minibuffer-prompt face for prompt. 2002-04-09 09:25:44 +00:00
Stefan Monnier
0e4f946891 (auto-revert-mode, global-auto-revert-mode):
Use define-minor-mode.
(auto-revert-buffers): Use with-current-buffer.
Avoid changing the minor modes.
2002-04-08 23:05:26 +00:00
Stefan Monnier
a704fec0da (comment-column): Docstring improvement. 2002-04-08 22:58:27 +00:00
Stefan Monnier
4e0e358813 *** empty log message *** 2002-04-08 22:57:43 +00:00
Stefan Monnier
9930767b8f (nnml-save-nov, nnml-generate-nov-file): Don't hardcode point-min == 1. 2002-04-08 22:56:37 +00:00
Stefan Monnier
7524d5cee6 (pop3-md5): Don't hardcode point-min == 1. 2002-04-08 22:54:56 +00:00
Stefan Monnier
33182c8a9e Fix up indentation. 2002-04-08 22:53:31 +00:00
Stefan Monnier
f33c1f4c5a (iso-accents-accent-key): Use `vector'
rather than char-to-string since last-input-char can be any event.
2002-04-08 22:52:08 +00:00
Stefan Monnier
8c1ccc6c06 (tit-dictionary): Use defvar for non-constants. 2002-04-08 22:50:57 +00:00
Stefan Monnier
c98cd8bb84 Typo. 2002-04-08 22:47:17 +00:00
Stefan Monnier
0b05c8cad1 (global-cwarn-mode): Use define-minor-mode.
(global-cwarn-mode): Use easy-mmode-define-global-mode.
(cwarn-font-lock-keywords): New function.
Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
(cwarn-font-lock-match): New macro.
(cwarn-font-lock-match-assignment-in-expression)
(cwarn-font-lock-match-dangerous-semicolon)
(cwarn-font-lock-match-reference): Use it.
2002-04-08 22:45:13 +00:00
Stefan Monnier
ce22dd539d (cperl-make-face, cperl-force-face):
Use defvar rather than defconst since it's meant to be settable.
(cperl-syntax-done-to): Don't hardcode 1 as (point-min).
(cperl-fix-line-spacing): Add missing \ in [ t].
2002-04-08 22:39:00 +00:00
Stefan Monnier
c247a72ca4 (BASE_PURESIZE): Increase to 900KB. 2002-04-08 22:34:47 +00:00
Stefan Monnier
4744f265d8 Call ucs-unify-8859 directly rather than unify-8859-on-encoding-mode.
(fns-*.el): Don't use it anymore.  Keep the load-history in purespace.
2002-04-08 22:22:01 +00:00
Stefan Monnier
601280966a (sgml-comment-indent-new-line): New fun.
(sgml-mode): Use it for comment-line-break-function.
2002-04-08 21:32:05 +00:00
Stefan Monnier
0d1bf3f74d *** empty log message *** 2002-04-08 19:44:08 +00:00
Jason Rumney
a099a2ff95 (reset-language-environment): Handle
coding-systems not being defined yet for bootstrapping.
2002-04-08 19:23:38 +00:00
ShengHuo ZHU
81ceefe2ae * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo. 2002-04-08 17:16:21 +00:00
Juanma Barranquero
a0ad186021 (sys_accept): Don't hide variable `s'. 2002-04-08 16:45:43 +00:00
Sam Steingold
968b980cd8 (vc-cvs-checkin): Pass the required argument to `error'. 2002-04-08 13:38:48 +00:00
Pavel Janík
2c9dccc9e8 Regenerated. 2002-04-08 06:17:17 +00:00
Pavel Janík
3d9830e59f Add --with-sound. 2002-04-08 06:16:33 +00:00
Pavel Janík
553fd1032a Mention --without-sound to disable sound support. 2002-04-08 06:15:10 +00:00
Pavel Janík
d2a53bb789 Emacs can be built without sound. 2002-04-08 06:14:26 +00:00
Pavel Janík
2bbbe4f6d7 (display-time-string): Fix last change. 2002-04-08 05:01:16 +00:00
Richard M. Stallman
8a56d8ed33 Explain that sentinels cannot run recursively. 2002-04-07 18:58:06 +00:00
Richard M. Stallman
39296e3af8 Explicitly give the replacement text that goes with blank lines. 2002-04-07 18:56:34 +00:00
Jason Rumney
1d77e15a28 (set-default-coding-systems, reset-language-environment): Preserve
eols on default-process-coding-system.
(coding-system-change-text-conversion): Fix case where CODING is nil.
2002-04-07 18:51:29 +00:00
Pavel Janík
cf6f437fc9 (play-sound): Move to subr.el. 2002-04-07 10:11:24 +00:00