summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (texinfo-format-today): Avoid race condition by getting current time only once.Karl Heuer1996-07-151-9/+1
|
* (appt-check, appt-make-list): Avoid race conditionKarl Heuer1996-07-151-8/+6
| | | | by getting current time once, not twice.
* (executable-set-magic): Don't put a space at endKarl Heuer1996-07-151-5/+1
| | | | if user says no.
* (sh-mode): Call sh-set-shell only for a writableKarl Heuer1996-07-151-4/+3
| | | | empty buffer.
* (smtpmail-send-data-1): Escape "." at the start ofKarl Heuer1996-07-151-3/+3
| | | | any line of data, not just lines containing nothing else.
* (eldoc-mode): Toggle eldoc-mode if no prefix given.Noah Friedman1996-07-141-4/+6
|
* * gnus-cache.el (()): Make sure byte-compilation doesn't trip onLars Magne Ingebrigtsen1996-07-141-1/+4
| | | | the undefined `gnus-add-shutdown'.
* ((provide 'gnus)): Make sure `gnus-directory' is definedLars Magne Ingebrigtsen1996-07-141-0/+1
| | | | when byte-compiling.
* (outline-auto-activation, outline-layout)Karl Heuer1996-07-131-126/+125
| | | | | | | | | | | | | | | (outline-primary-bullet, outline-plain-bullets-string) (outline-distinctive-bullets-string, outline-old-style-prefixes) (outline-stylish-prefixes, outline-file-xref-bullet) (outline-use-hanging-indents, outline-bullets-string) (outline-write-file-hook, outline-mode, outline-prefix-data) (outline-before-change-protect, outline-make-topic-prefix) (outline-rebullet-current-heading, outline-rebullet-heading) (outline-listify-exposed, outline-expose-topic) (outline-old-expose-topic, outline-exposure) (outline-latex-verbatim-quote-curr-line) (outline-show-current-subtree, outline-hide-current-subtree) (outline-hide-current-leaves, outline-new-exposure): Doc fix.
* (outline-resolve-xref): Do not mistake a blank lineKarl Heuer1996-07-131-2/+1
| | | | following an xref (@) bullet as part of the rerefenced file name.
* (display-time): Fix start time for run-at-time.Karl Heuer1996-07-131-1/+4
|
* Make sure font-lock-match-c++-style-declaration-item-and-skip-to-next only ↵Simon Marshall1996-07-131-2/+2
| | | | skips commas.
* (rmail-summary-next-labeled-message)Karl Heuer1996-07-131-6/+12
| | | | | (rmail-summary-previous-labeled-message): Call rmail-summary-goto-msg to move point in the summary.
* (mouse-major-mode-menu-1): No need to copy the topKarl Heuer1996-07-131-18/+1
| | | | levels of structure.
* (browse-url-netscape-program): New variable.Karl Heuer1996-07-131-3/+9
| | | | | (browse-url-mosaic-program): New variable. (browse-url-mosaic, browse-url-netscape): Use them.
* Bind shell-file-name-quote-list and shell-file-name-regexp specially for MSDOG.Simon Marshall1996-07-121-4/+16
|
* 1. For fns like comint-postoutput-scroll-to-bottom on ↵Simon Marshall1996-07-121-46/+57
| | | | | | | | 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.
* 1. Use new font-lock-comment-start-regexp for matching a comment---it can ↵Simon Marshall1996-07-121-20/+91
| | | | | | be faster than comment-start-skip. 2. Don't treat ; as an item separator.
* (dabbrev-case-fold-search, dabbrev-case-replace): SetKarl Heuer1996-07-121-0/+2
| | | | risky-local-variable property, since these get eval'ed.
* (smtpmail-deduce-address-list): Handle RESENT-* fields.Karl Heuer1996-07-121-2/+9
|
* (normal-top-level-add-to-load-path):Karl Heuer1996-07-121-1/+1
| | | | Use directory-file-name since load-path elements don't end in /.
* (rmail-make-basic-summary-line):Karl Heuer1996-07-111-1/+8
| | | | If user-mail-address is nil, use alternative.
* (tex-validate-region): Skip fwd over whitespaceKarl Heuer1996-07-111-4/+12
| | | | | | and punctuation, to find point of mismatch. (validate-tex-buffer): Don't include the blank lines before a paragraph in the paragraph being checked.
* (mouse-drag-region): Cope if stop-point is nil.Karl Heuer1996-07-111-41/+61
| | | | | | | | (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.
* (bibtex-reference-head): Allow spaces and tabs betweenKarl Heuer1996-07-111-9/+23
| | | | | | | | | | | | | 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.
* (mouse-major-mode-menu-1): Always return just a keymap;Karl Heuer1996-07-081-5/+5
| | | | | | | 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.
* (timezone-parse-date): Fix previous change.Karl Heuer1996-07-081-1/+1
|
* (gud-irix-p): Exclude Irix6.1 up.Karl Heuer1996-07-071-9/+26
| | | | | | | | (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.
* (ps-article-author, ps-info-file, ps-info-node): Don't die if header is missing.Karl Heuer1996-07-071-3/+3
|
* (ps-article-subject): Don't die if no subject header.Karl Heuer1996-07-071-1/+1
|
* (timezone-parse-date): Handle ISO 8601 dates, so rmailsort does the rightMiles Bader1996-07-071-9/+22
| | | | thing with them.
* (mouse-show-mark): In transient mark mode, delete mouse-drag-overlay.Miles Bader1996-07-071-16/+36
| | | | | (mouse-undouble-last-event): New function. (mouse-show-mark): Call mouse-undouble-last-event.
* (tar-mode-map): Bind up and down like C-p, C-n.Miles Bader1996-07-071-0/+2
|
* (insert-directory): Fix previous change.Erik Naggum1996-07-071-1/+1
|
* Wrongly places parens.Lars Magne Ingebrigtsen1996-07-061-2/+2
|
* * gnus-cus.el (()): Make sure that calling `gnus-visual-p' duringLars Magne Ingebrigtsen1996-07-061-5/+7
| | | | byte-compilation doesn't bug out.
* Removed debug code.Simon Marshall1996-07-051-1/+0
|
* (newline): Don't do the optimization if the newline before point isMiles Bader1996-07-041-0/+8
| | | | intangible or read-only or invisible.
* (unfocus-frame, focus-frame): Define as no-ops.Miles Bader1996-07-041-0/+2
|
* (scheme-mode-variables): Set comment-start-skip to ignore backslash-quotedMiles Bader1996-07-041-1/+3
| | | | semicolons.
* (lisp-mode-variables): Set comment-start-skip to ignore backslash-quotedMiles Bader1996-07-041-1/+3
| | | | semicolons.
* (insert-directory): When converting SWITCHES string to a list, put backMiles Bader1996-07-041-1/+1
| | | | in original order.
* (smtpmail-send-it): Ignore `To:' if there is a `Resent-to':.Miles Bader1996-07-041-1/+2
|
* Would infloop under certain conditions.Lars Magne Ingebrigtsen1996-07-041-2/+1
|
* (using-unix-filesystems): Doc fix.Miles Bader1996-07-031-5/+4
|
* Major rewrite.Miles Bader1996-07-031-102/+174
|
* * gnus-cache.el (gnus-cache-possibly-alter-active): Check forLars Magne Ingebrigtsen1996-07-021-7/+8
| | | | gnus-cache-active-hashtb before using it.
* (rmail-make-basic-summary-line): Accept ISO 8601 dates as well.Miles Bader1996-07-021-0/+9
|
* (mail-hist-current-header-name): Use buffer-substring-no-properties.Miles Bader1996-07-021-1/+1
|
* (require 'cl) is only necessary when compiling.Erik Naggum1996-07-021-4/+5
|