1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

3928 Commits

Author SHA1 Message Date
Jason Rumney
91224f9ebf *** empty log message *** 2002-06-13 20:42:37 +00:00
Andreas Schwab
dfd8bf47b3 (auto-mode-alist): Move entry for ".in" to the end. 2002-06-13 09:32:23 +00:00
Miles Bader
fcc6fa5153 (comint-mode): Don't set `font-lock-defaults'.
(comint-mode-hook): Turn on font-lock by default.
2002-06-13 09:28:48 +00:00
Karl Fogel
76bc6ee386 * bookmark.el (bookmark-file-or-variation-thereof): Restore vc-backend
check, thanks to Robert Thorpe <robert.thorpe@antenova.com> for
  noticing.  Redocument.
2002-06-12 21:44:33 +00:00
Eli Zaretskii
c2345c0d9d Change the maintainer to "none". 2002-06-12 17:24:30 +00:00
Juanma Barranquero
1823c9d2e1 (x-handle-switch): Fix handling of x-invocation-args for switches with
arguments.
2002-06-12 17:20:05 +00:00
Richard M. Stallman
efb21aabfa (Info-fontify-node): Compute header line specially
if node has no next, previous or up links.
Hide the part of the first line that is used in the header.
Use Info-next-link-keymap, etc.
(Info-next-link-keymap, Info-prev-link-keymap)
(Info-up-link-keymap): New variables.
2002-06-12 15:50:25 +00:00
Richard M. Stallman
0381e6ca54 (describe-char-after): Doc fix. 2002-06-12 12:22:21 +00:00
Miles Bader
1b55e3016d (comint-send-input): Properly handle empty and no-newline input regions. 2002-06-12 09:18:26 +00:00
Colin Walters
33e555921c *** empty log message *** 2002-06-12 05:10:38 +00:00
Colin Walters
61fd2c6832 font-core.el (font-lock-core-only): Variable deleted. All uses removed.
(font-lock-set-defaults): Variable alist settings moved back into
font-lock-set-defaults-1.
(turn-on-font-lock-if-enabled): Always turn on font-lock unless it
is specifically excluded by the user.
2002-06-12 04:54:30 +00:00
Colin Walters
333c5e0cba *** empty log message *** 2002-06-12 04:50:47 +00:00
Richard M. Stallman
0672b5a0b9 *** empty log message *** 2002-06-11 19:30:09 +00:00
Richard M. Stallman
658397fbde (ebrowse-draw-tree-fn): Use copy-sequence.
(ebrowse-copy-list): Function deleted.
2002-06-10 09:04:34 +00:00
Miles Bader
3238a55c37 Make comint use text properties for highlighting instead of overlays:
(comint-last-output-overlay): Variable removed.
(comint-send-input, comint-output-filter): Use text properties instead
of overlays.
(comint-insert-clicked-input): Rewrite to work with text properties as
well as overlays.
(comint-snapshot-last-prompt): Snapshot using text properties.
(comint-get-old-input-default, comint-extract-string): Don't copy text
properties.
2002-06-10 08:14:59 +00:00
Miles Bader
85fd1cfa83 (line-move-finish): Inhibit field motion when computing `line-end'. 2002-06-10 08:05:13 +00:00
Miles Bader
0415fedcd5 (revert-buffer): Correct typo: variable name is `buffer-file-format',
not `buffer-file-formats'.
2002-06-10 06:30:41 +00:00
Miles Bader
4abe16b531 (custom-display): Use correct syntax for `supports' attributes. 2002-06-10 02:51:39 +00:00
Miles Bader
16320ac7d4 (display-supports-face-attributes-p): Work correctly if DISPLAY is a frame.
(face-spec-set-match-display): Support `supports' predicate.
(italic): Try underlining for displays that don't support real italics.
2002-06-10 02:15:24 +00:00
Miles Bader
ab2e49a0b5 *** empty log message *** 2002-06-09 13:03:29 +00:00
Colin Walters
d62920ca8e (define-ibuffer-column): Don't create a third argument for the
generated function.
2002-06-09 00:21:46 +00:00
Martin Stjernholm
6635cf6e49 (c-set-style, c-set-style-1): Added another state for the
`dont-override' flag where it only keeps globally set variables.
2002-06-08 23:38:42 +00:00
Colin Walters
256ab4cf12 *** empty log message *** 2002-06-08 22:52:46 +00:00
Colin Walters
cc11e3eea9 *** empty log message *** 2002-06-08 22:11:57 +00:00
Colin Walters
a8f5766042 *** empty log message *** 2002-06-08 21:06:40 +00:00
Colin Walters
f17c0a1960 *** empty log message *** 2002-06-08 21:00:53 +00:00
Richard M. Stallman
f402ba38f5 (find-file-noselect-1): Undo previous change. 2002-06-08 18:28:06 +00:00
Richard M. Stallman
fe1d72d007 *** empty log message *** 2002-06-08 11:34:57 +00:00
Karl Fogel
dd33e6e94b * bookmark.el (bookmark-file-or-variation-thereof): Just use
Info-suffix-list, as suggested by Stefan Monnier.
2002-06-08 03:33:09 +00:00
Stefan Monnier
5ec3b9b837 *** empty log message *** 2002-06-06 14:56:45 +00:00
Eli Zaretskii
4ddc38a169 *** empty log message *** 2002-06-05 17:48:42 +00:00
Pavel Janík
1909941afc *** empty log message *** 2002-06-05 05:17:06 +00:00
Richard M. Stallman
cc76a58cf1 Don't require cl. 2002-06-04 23:31:58 +00:00
Richard M. Stallman
3a2ff803ab *** empty log message *** 2002-06-03 22:59:22 +00:00
Richard M. Stallman
12829a07d6 (choose-completion-string-functions): Doc fix.
(choose-completion-string): Add doc string.
2002-06-02 00:01:59 +00:00
Kim F. Storm
bbbbb15b5c Reworked 2001-06-01 change.
(choose-completion-string1): Merged back into choose-completion-string.
(choose-completion-string): Run choose-completion-string-functions
after checking for proper minibuffer window.  Added mini-p arg to
the hook functions.  Insert choice if all hook functions return nil.
(choose-completion-string-functions): Doc update.
2002-06-01 21:56:40 +00:00
Sam Steingold
36236b7232 (auto-mode-alist): Strip trailing ".in" from the file
name when deciding the mode (for config.h.in, Makefile.in etc).
2002-06-01 18:04:35 +00:00
Thien-Thi Nguyen
f614a1aec2 (prolog-mode-syntax-table): Add flags to ?/ and ?* entries
to support /* */ style comments.
(prolog-font-lock-keywords): New var.
(prolog-mode): Enable font-locking; set `font-lock-defaults'.
2002-06-01 00:55:41 +00:00
Kim F. Storm
89a2b3d123 *** empty log message *** 2002-05-31 23:59:50 +00:00
Kim F. Storm
6be1e45909 *** empty log message *** 2002-05-31 12:19:32 +00:00
Juanma Barranquero
d82fb2adeb (viper-smart-suffix-list, viper-ask-level): Fix typos. 2002-05-31 09:26:18 +00:00
Kim F. Storm
b186095c50 *** empty log message *** 2002-05-30 22:10:51 +00:00
Richard M. Stallman
a71867c57a *** empty log message *** 2002-05-30 17:16:05 +00:00
Miles Bader
a579b36f34 (calc-d-prefix-help): Add `@'. 2002-05-30 01:07:52 +00:00
Richard M. Stallman
7ea427093b *** empty log message *** 2002-05-29 16:40:46 +00:00
Kim F. Storm
3ad83f29b5 *** empty log message *** 2002-05-28 22:03:41 +00:00
Colin Walters
ccb3c8deaf (byte-compile-last-line): Deleted.
(byte-compile-delete-first): New function.
(byte-compile-read-position): New variable.
(byte-compile-last-position): New variable.
(byte-compile-current-buffer): New variable.
(byte-compile-log-1): Use it.
(byte-compile-set-symbol-position): New function.
(byte-compile-obsolete, byte-compile-callargs-warn)
(byte-compile-arglist-warn, byte-compile-arglist-warn)
(byte-compile-print-syms, byte-compile-file-form-defmumble)
(byte-compile-check-lambda-list, byte-compile-lambda)
(byte-compile-form, byte-compile-variable-ref)
(byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
(byte-compile-condition-case, byte-compile-defun)
(byte-compile-defvar, byte-compile-autoload)
(byte-compile-lambda-form): Use it.
(byte-compile-from-buffer): Set it, and bind
`read-with-symbol-positions' and `read-symbol-positions-list'.
(byte-compile-debug): New variable.
2002-05-28 17:40:47 +00:00
Colin Walters
532a8e8baf *** empty log message *** 2002-05-28 16:50:51 +00:00
Kim F. Storm
b44ec8e346 *** empty log message *** 2002-05-28 09:08:53 +00:00
Kim F. Storm
fc803e8d1a (cua-set-mark): Align pop to marko
behaviour with standard set-mark-command.
(cua--pre-command-handler): Use push-mark-command.
(cua-repeat-replace-region): Improve functionality when
repeated after moving point or changing buffer.
2002-05-27 12:14:52 +00:00