1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-22 21:50:45 -08:00
Commit graph

20732 commits

Author SHA1 Message Date
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
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
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
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
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
Sam Steingold
968b980cd8 (vc-cvs-checkin): Pass the required argument to `error'. 2002-04-08 13:38:48 +00:00
Pavel Janík
2bbbe4f6d7 (display-time-string): Fix last change. 2002-04-08 05:01:16 +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
Pavel Janík
324cd947a2 (play-sound): Move here from simple.el. 2002-04-07 10:09:39 +00:00
Richard M. Stallman
596d02bc1b *** empty log message *** 2002-04-06 22:06:28 +00:00
Richard M. Stallman
bb230153f2 (display-time-string-forms): Mark as risky. 2002-04-06 22:00:22 +00:00
Richard M. Stallman
2a9cfe6a16 (enriched-decode-foreground, enriched-decode-background):
Use proper format for desired elts of `face' property.
Don't test display-color-p; make the properties unconditionally.
2002-04-06 16:09:33 +00:00
Richard M. Stallman
fb49f36a2b (compilation-error-regexp-alist):
New alternatives for FILE:LINE.COL and for ranges of columns and lines.
2002-04-06 15:57:47 +00:00
Per Abrahamsen
232c8d4c10 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
* progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
	for customization type.
	Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
2002-04-06 11:41:36 +00:00
Pavel Janík
db5968a489 Fix typo. 2002-04-06 10:44:36 +00:00
Mike Williams
5b4b6625bb Remove xml-lite.el 2002-04-06 04:03:23 +00:00
Pavel Janík
368ab68fc9 *** empty log message *** 2002-04-05 05:50:57 +00:00
Pavel Janík
de6debfb1c (play-sound): New function (uses play-sound-internal). 2002-04-05 05:50:11 +00:00
Richard M. Stallman
ec4ba9e3bc (mode-line-format, mode-line-modified)
(mode-line-mule-info, mode-line-buffer-identification)
(mode-line-modes, mode-line-position): Explicitly mark as risky.
(hack-one-local-variable): Don't recognize "mode-line-..." as risky.
2002-04-04 21:19:32 +00:00
Richard M. Stallman
d30121898c *** empty log message *** 2002-04-04 21:10:44 +00:00
Richard M. Stallman
85fd0d8498 (solar-northern-spring-or-summer-season): Doc fix. 2002-04-04 20:52:47 +00:00
Richard M. Stallman
f436b1cbdb (mail-abbrev-make-syntax-table): Use (syntax-table), not old-syntax-table. 2002-04-04 20:50:15 +00:00
Richard M. Stallman
938004b3c1 (enriched-decode-foreground)
(enriched-decode-background): Don't call facemenu-get-face.
2002-04-04 20:46:55 +00:00
Mike Williams
01c7e6123d *** empty log message *** 2002-04-03 21:44:41 +00:00
Mike Williams
a06283b144 Remember to (require 'cl). 2002-04-03 21:36:58 +00:00
Mike Williams
14614b6d3a (sgml-lexical-context): Fix up CDATA detection for boundary cases. 2002-04-03 21:17:38 +00:00