summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Initial revisionRichard M. Stallman1996-06-191-0/+829
|
* (Info-default-directory-list): Doc fix.Richard M. Stallman1996-06-191-3/+8
|
* (gud-irixdbx-marker-filter): Use %1ld, not %1d,Richard M. Stallman1996-06-191-2/+2
| | | | | when printing $curline. (dbx, irix case): Likewise in arg of gud-down.
* (smtpmail-read-response): Goto smtpmail-read-pointRichard M. Stallman1996-06-181-1/+1
|
* (smtpmail-via-smtp): Bracket names in FROM and RCPT TO commands.Richard M. Stallman1996-06-181-2/+2
|
* (smtpmail-send-it): Don't handle FCC fields until after determining FROM field.Richard M. Stallman1996-06-181-10/+52
| | | | | Delete code that converted "S:" to "Subject:". Insert FROM field unless it already exists (code from sendmail.el).
* (smtpmail-smtp-service): Use port 25 as default.Richard M. Stallman1996-06-181-7/+9
| | | | | | | (smtpmail-send-it): Require mail-utils upon entry. Don't invoke sendmail-synch-aliases. (smtpmail-deduce-address-list): Only use text matched in regexp group, not the whole regexp.
* (ange-ftp-kill-ftp-process): Really use the BUFFER arg. Make it optional.Richard M. Stallman1996-06-181-3/+4
|
* (vc-mode-line): If user is root, verify file really has user-writable bit.Richard M. Stallman1996-06-181-3/+12
|
* (he-concat-directory-file-name): Directory part may be nil.Richard M. Stallman1996-06-181-2/+3
| | | | (he-file-name-nondirectory): Referenced external variable.
* (pp-to-string): Treat #( like (.Richard M. Stallman1996-06-181-2/+2
|
* (auto-mode-alist): Add uppercase version of archiveRichard M. Stallman1996-06-181-0/+1
| | | | mode file name extensions ARC, ZIP, LXH, ZOO.
* (global-font-lock-mode): Set up find-file-hooks.Richard M. Stallman1996-06-171-3/+6
| | | | | (font-lock-default-fontify-buffer, font-lock-fontify-block) (font-lock-mode): Fix syntax of msgs such as Fontifying...done.
* (local-variables-section): Deleted.Richard M. Stallman1996-06-161-26/+26
|
* (mail-strip-quoted-names): `"' is not special inside an RFC 822 comment.Richard M. Stallman1996-06-161-2/+3
|
* (unforward-rmail-message): In summary buffer,Richard M. Stallman1996-06-161-32/+41
| | | | switch temporarily to Rmail buffer.
* (html-list): Definition deleted.Richard M. Stallman1996-06-151-27/+59
| | | | | | | (html-headline): Definition deleted. (html-ordered-list, html-unordered-list): New definitions. (html-headline-1 ... html-headline-6): New definitions. (html-mode-map): Use new commands.
* (rlogin): Doc fix.Richard M. Stallman1996-06-141-4/+7
|
* A bit more fiddling with layout of Filofax year page.Edward M. Reingold1996-06-141-5/+6
|
* Fix Filofax year output so that it's the correct size.Edward M. Reingold1996-06-141-9/+15
|
* (set-fill-column): Error if no argument.Richard M. Stallman1996-06-141-3/+9
|
* (make-lucid-menu-keymap): Add menu-alias property.Richard M. Stallman1996-06-131-0/+1
|
* (easy-menu-create-keymaps): Add menu-alias property.Richard M. Stallman1996-06-131-1/+2
|
* (tar-mode-revert): Cope if user cancels the revert.Richard M. Stallman1996-06-121-5/+13
|
* (term-terminal-menu): Don't make a self-recursive keymap.Richard M. Stallman1996-06-121-2/+1
|
* (nnmail-move-inbox): Prompt for POP3 password ifRichard M. Stallman1996-06-121-10/+20
| | | | required, and include on the movemail command line.
* (imenu--mouse-menu): Don't check imenu-use-keymap-menu.Richard M. Stallman1996-06-121-28/+24
|
* (find-alternate-file): Don't clear buffer-file-truenameRichard M. Stallman1996-06-121-3/+3
| | | | and friends until after calling unlock-buffer.
* (rmail-new-summary): Fix typo; (concat ": " description) should be eval'ed.Richard M. Stallman1996-06-121-1/+1
|
* (rmail-retry-failure): Nicer error messageRichard M. Stallman1996-06-111-3/+4
| | | | if can't find mail-unsent-separator.
* (hexl-mode): Run hexl-mode-hook.Richard M. Stallman1996-06-101-2/+2
|
* No need to require 'faces and set menu-bar-mode.Richard M. Stallman1996-06-101-12/+0
| | | | | (window-frame): Remove; it is now on `frame.c'. (raise-frame, select-frame): Likewise.
* (frame-initialize): Don't count MSDOS neither asRichard M. Stallman1996-06-101-8/+9
| | | | window-system nor as a terminal frame here.
* On MSDOS, don't assume that `make-frame' is only bound under an XRichard M. Stallman1996-06-101-1/+1
| | | | emulator; use `x-create-frame' instead.
* (msdos-face-setup): Use `terminal-frame' for initial frame setup.Richard M. Stallman1996-06-101-32/+21
| | | | | | | (make-msdos-frame): New MSDOS-specific frame creation function. (focus-frame, unfocus-frame): Don't set to 'ignore. (auto-raise-mode, auto-lower-mode): Likewise. (set-background-color, set-foreground-color): Definitions deleted.
* (imenu--mouse-menu): Always use nested keymaps.Richard M. Stallman1996-06-101-10/+4
| | | | (imenu-use-keymap-menu): Variable deleted.
* (hexl-mode): Set hexl-max-address early onRichard M. Stallman1996-06-101-15/+17
| | | | | and call hexl-goto-address afterward. And call hexlify-buffer even earlier.
* Comment change.Richard M. Stallman1996-06-101-4/+0
|
* (shell-directory-tracker): Use comint-substitute-in-file-name toRichard M. Stallman1996-06-091-10/+22
| | | | | | | | | handle system-specific syntax. (shell-chdrive-regexp): New variable. (shell-mode): Update doc string. (shell-directory-tracker): Detect drive changes. Update doc string.
* (comint-dynamic-complete-as-filename)Richard M. Stallman1996-06-091-5/+26
| | | | | | | | | | (omint-dynamic-simple-complete) (comint-dynamic-list-filename-completions) [ms-dos, windows-nt]: Set completion-ignore-case to t for these systems. (comint-substitute-in-file-name): New function. (comint-match-partial-filename): Use comint-substitute-in-file-name to handle system-specific syntax.
* (hack-local-variables-prop-line): Bind enable-local-eval.Richard M. Stallman1996-06-091-3/+4
|
* (make-frame-command): Treat msdos like no window system.Richard M. Stallman1996-06-091-1/+1
|
* (texinfo-copy-menu): Use double backslash to quote regexp.Karl Heuer1996-06-091-3/+3
|
* (texinfo-find-pointer): Doc fix.Karl Heuer1996-06-091-2/+2
| | | | (texinfo-sequentially-find-pointer): Doc fix.
* (comint-file-name-quote-list): Doc fix.Karl Heuer1996-06-091-1/+1
|
* (etags-list-tags): When there is an explicit tag name, skip the \177 beforeRoland McGrath1996-06-081-1/+1
| | | | it.
* (facemenu-complete-face-list): Doc fix.Karl Heuer1996-06-081-1/+1
|
* (c-macro-preprocessor): New clause for Solaris.Richard M. Stallman1996-06-071-2/+8
|
* Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-06-071-14/+27
| | | | | | | | | | | | * etags.el (tag-lines-already-matched): Remove defvar. (initialize-new-tags-table): Don't make that var local. (tag-lines-already-matched): Add docless defvar near find-tag-in-order defun; this is a global state variable for that one function. (find-tag-in-order): Move clearing of tag-lines-already-matched out of loop. Make it a list of markers and search it with member; it is now global, not buffer-local in the tags table, and records all matches in any tags table during a single find-tag loop. When we run out of matches, clear it and null out the markers.
* (x-set-selection, x-get-selection): Define them to really use TYPE.Richard M. Stallman1996-06-071-2/+8
|