1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

7289 Commits

Author SHA1 Message Date
Karl Heuer
d3e458b053 (mouse-major-mode-menu-1): No need to copy the top
levels of structure.
1996-07-13 00:55:05 +00:00
Karl Heuer
1f0c496bc5 (browse-url-netscape-program): New variable.
(browse-url-mosaic-program): New variable.
(browse-url-mosaic, browse-url-netscape): Use them.
1996-07-13 00:52:08 +00:00
Simon Marshall
39d1a2ce04 Bind shell-file-name-quote-list and shell-file-name-regexp specially for MSDOG. 1996-07-12 07:34:20 +00:00
Simon Marshall
107d7589ed 1. For fns like comint-postoutput-scroll-to-bottom on comint-output-filter-functions, don't count back using the length of STRING, as previous fns may have changed the buffer. Count from process-mark.
2.  Don't bind file-name-handler-alist, it can break dir tracking.
3.  Expand ^ in input only at boi.
4.  Use new comint-file-name-regexp as source of valid chars in filenames.
1996-07-12 07:32:45 +00:00
Simon Marshall
98f84f52d4 1. Use new font-lock-comment-start-regexp for matching a comment---it can be faster than comment-start-skip.
2.  Don't treat ; as an item separator.
1996-07-12 07:27:55 +00:00
Karl Heuer
8d47e7e524 (dabbrev-case-fold-search, dabbrev-case-replace): Set
risky-local-variable property, since these get eval'ed.
1996-07-12 00:32:48 +00:00
Karl Heuer
13f1d088c1 (smtpmail-deduce-address-list): Handle RESENT-* fields. 1996-07-12 00:09:50 +00:00
Karl Heuer
6bb9d4b8f3 (normal-top-level-add-to-load-path):
Use directory-file-name since load-path elements don't end in /.
1996-07-12 00:08:09 +00:00
Karl Heuer
b9cbdf4547 (rmail-make-basic-summary-line):
If user-mail-address is nil, use alternative.
1996-07-11 23:59:24 +00:00
Karl Heuer
710a0f533a (tex-validate-region): Skip fwd over whitespace
and punctuation, to find point of mismatch.
(validate-tex-buffer): Don't include the blank lines
before a paragraph in the paragraph being checked.
1996-07-11 23:55:01 +00:00
Karl Heuer
d5c847bb69 (mouse-drag-region): Cope if stop-point is nil.
(mouse-major-mode-menu-compute-equiv-keys): Deleted.
(mouse-major-mode-menu-1): Copy the top levels of structure,
if we use all of MENUBAR.
Set mouse-major-mode-menu-prefix.
(mouse-major-mode-menu): Total rewrite.
1996-07-11 23:35:37 +00:00
Karl Heuer
af6fb89dbb (bibtex-reference-head): Allow spaces and tabs between
opening brace or paren and key.  Simplify regexp.
(bibtex-type-in-head, bibtex-key-in-head): Decrement.
(bibtex-mode): Use new function run-with-idle-timer instead of
auto-save-hook for periodically parsing keys.
(bibtex-mode-syntax-table, bibtex-autokey-name-change-strings,
bibtex-autokey-titleword-change-strings): Support non-escaped
double-quoted characters (as with german styles).
(bibtex-field-string-quoted): Disallow lines like
author = "Stefan Sch"of"
until BibTeX supports them.
1996-07-11 23:13:33 +00:00
Karl Heuer
639829447f (mouse-major-mode-menu-1): Always return just a keymap;
never (STRING . KEYMAP).
(mouse-major-mode-menu): Discard the `keymap' from the front of
the keymap we get from mouse-major-mode-menu-1.
Construct the menu name string from major-mode.
1996-07-08 00:17:35 +00:00
Karl Heuer
9d02faa7aa (timezone-parse-date): Fix previous change. 1996-07-08 00:08:49 +00:00
Karl Heuer
ac8da9507a (gud-irix-p): Exclude Irix6.1 up.
(gud-dbx-use-stopformat-p): New variable.
(dbx): Use it to send $stopformat for Irix6.
(gud-irixdbx-marker-filter): Cast $curline to int, not long (see
added comments).
(dbx): Likewise.
1996-07-07 22:29:37 +00:00
Karl Heuer
a97592dd6b (ps-article-author, ps-info-file, ps-info-node): Don't die if header is missing. 1996-07-07 17:35:32 +00:00
Karl Heuer
45a870d9f0 (ps-article-subject): Don't die if no subject header. 1996-07-07 17:30:04 +00:00
Miles Bader
ac4c237c27 (timezone-parse-date): Handle ISO 8601 dates, so rmailsort does the right
thing with them.
1996-07-07 01:59:20 +00:00
Miles Bader
98aac09d3a (mouse-show-mark): In transient mark mode, delete mouse-drag-overlay.
(mouse-undouble-last-event): New function.
(mouse-show-mark): Call mouse-undouble-last-event.
1996-07-07 01:59:10 +00:00
Miles Bader
b644513511 (tar-mode-map): Bind up and down like C-p, C-n. 1996-07-07 01:59:04 +00:00
Erik Naggum
e810675add (insert-directory): Fix previous change. 1996-07-07 01:07:32 +00:00
Lars Magne Ingebrigtsen
1015b9255d Wrongly places parens. 1996-07-06 02:09:31 +00:00
Lars Magne Ingebrigtsen
211f2f722b * gnus-cus.el (()): Make sure that calling `gnus-visual-p' during
byte-compilation doesn't bug out.
1996-07-06 02:05:22 +00:00
Simon Marshall
007a03bfc8 Removed debug code. 1996-07-05 13:35:41 +00:00
Miles Bader
31a5333fd0 (newline): Don't do the optimization if the newline before point is
intangible or read-only or invisible.
1996-07-04 18:55:49 +00:00
Miles Bader
0a5c0893bd (unfocus-frame, focus-frame): Define as no-ops. 1996-07-04 05:45:59 +00:00
Miles Bader
a24c42f7ff (scheme-mode-variables): Set comment-start-skip to ignore backslash-quoted
semicolons.
1996-07-04 05:45:55 +00:00
Miles Bader
e56a043b86 (lisp-mode-variables): Set comment-start-skip to ignore backslash-quoted
semicolons.
1996-07-04 05:45:50 +00:00
Miles Bader
51a2264fb5 (insert-directory): When converting SWITCHES string to a list, put back
in original order.
1996-07-04 05:45:38 +00:00
Miles Bader
52a2a9c397 (smtpmail-send-it): Ignore To:' if there is a Resent-to':. 1996-07-04 05:45:33 +00:00
Lars Magne Ingebrigtsen
22e46c6555 Would infloop under certain conditions. 1996-07-04 04:16:24 +00:00
Miles Bader
5eb976147c (using-unix-filesystems): Doc fix. 1996-07-03 02:05:46 +00:00
Miles Bader
c71437cfe9 Major rewrite. 1996-07-03 01:30:24 +00:00
Lars Magne Ingebrigtsen
ccbf998d92 * gnus-cache.el (gnus-cache-possibly-alter-active): Check for
gnus-cache-active-hashtb before using it.
1996-07-02 23:37:45 +00:00
Miles Bader
15065a0f17 (rmail-make-basic-summary-line): Accept ISO 8601 dates as well. 1996-07-02 16:23:51 +00:00
Miles Bader
384bc96cb9 (mail-hist-current-header-name): Use buffer-substring-no-properties. 1996-07-02 16:23:34 +00:00
Erik Naggum
cc8d8b6fe0 (require 'cl) is only necessary when compiling. 1996-07-02 00:01:05 +00:00
Michael Kifer
20626291f6 (vip-read-key): inhibit quit added. 1996-07-01 02:34:51 +00:00
Lars Magne Ingebrigtsen
5ccf5115e0 Load `gnus-score-mode' from "score-mode". 1996-06-30 18:19:19 +00:00
Lars Magne Ingebrigtsen
05841929df Initial revision 1996-06-30 18:06:24 +00:00
Richard M. Stallman
b54d0f0ec8 (Info-next-preorder): After we move up, move forward again.
(Info-last-preorder): After we move down or to the prev,
move down again.
1996-06-30 08:12:17 +00:00
Richard M. Stallman
11fc9165cd (ask-user-about-supersession-help): Change help text.
(ask-user-about-supersession-threat): Add new `r' alternative.
1996-06-29 20:04:54 +00:00
Richard M. Stallman
6a6b62f802 (set-visited-file-name): New optional arg NO-QUERY. 1996-06-29 19:50:56 +00:00
Richard M. Stallman
8798879498 (bibtex-reference-head): Allow whitespace after the open paren. 1996-06-29 06:21:48 +00:00
Richard M. Stallman
9f80907ace (tmm-add-prompt): If tmm-completion-prompt is nil,
don't insert it; instead delete the usual completion helptext.
(tmm-completion-prompt): Doc fix.
1996-06-29 06:21:17 +00:00
Richard M. Stallman
5377087736 (mouse-start-end): Support selecting strings by double
clicking on a character with quote syntax.
1996-06-29 01:02:59 +00:00
Richard M. Stallman
77f76e3e1b (executable-set-magic): Add space at end of line
if user says no to adding the shell's usual arguments.
Don't clear the buffer's modified-flag.
1996-06-29 00:57:36 +00:00
Lars Magne Ingebrigtsen
c4c7f54c6a Synched with Gnus 5.2.31. 1996-06-29 00:29:17 +00:00
Lars Magne Ingebrigtsen
b1cfbae486 Wrong version number. 1996-06-29 00:19:28 +00:00
Lars Magne Ingebrigtsen
564b670b02 Synched with Gnus 5.2.31. 1996-06-29 00:09:34 +00:00