aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (rmail-get-new-mail): If conversion to BABYL failsRichard M. Stallman1996-06-071-3/+18
| | | | for the default inboxes, rename them so they won't be tried again.
* (dired-chown-program): Try /usr/sbin/chown.Richard M. Stallman1996-06-071-1/+4
|
* (make-frame-command): New function.Richard M. Stallman1996-06-071-1/+8
| | | | (ctl-x-5-map): Change C-x 5 2 to make-frame-command.
* (smtpmail-send-it): Fix error messages.Richard M. Stallman1996-06-071-26/+24
| | | | | (smtpmail-deduce-address-list): Bind recipient-address-list with let. (smtpmail-via-smtp): Bind greeting, n, process-buffer.
* Initial revisionRichard M. Stallman1996-06-071-0/+479
|
* (hexl-mode-map): Bind prior, home, deletechar, deleteline,Richard M. Stallman1996-06-061-98/+104
| | | | insertline, S-delete, and DEL. Don't bind prev.
* (shell-mode-hook): Set comint-completion-addsuffixRichard M. Stallman1996-06-051-0/+4
| | | | so that the directory suffix is backslash and the file suffix is space.
* (comint-dynamic-complete-filename) [ms-dos, windows-nt]:Richard M. Stallman1996-06-051-6/+11
| | | | | | | Always use backslash as a directory separator when completing in shell mode on these systems. (comint-unquote-filename): Handle quoted backslashes.
* (vc-cancel-version): Fix paren error.Richard M. Stallman1996-06-051-2/+2
|
* (imenu): In interactive spec, pass the entireRichard M. Stallman1996-06-051-1/+1
| | | | index item, not just the string.
* (xterm-mouse-event): Adjust for minibuffer prompt width.Richard M. Stallman1996-06-041-0/+4
|
* (he-file-name-chars): Check windows-nt, not ms-windows.Richard M. Stallman1996-06-041-1/+1
|
* (buffer-file-numbers-unique): New variable;Richard M. Stallman1996-06-041-1/+5
| | | | | | initialize to nil for windows-nt. (find-buffer-visiting): Skip search for buffer based on buffer-file-number if these are not unique.
* (occur): Avoid "1 lines" in echo area.Richard M. Stallman1996-06-041-5/+7
|
* (shell-match-partial-variable): Doc fix.Richard M. Stallman1996-06-041-1/+1
|
* (mouse-show-mark): Use temporary highlighting if possible instead of a pause.Richard M. Stallman1996-06-031-10/+23
| | | | | | (mouse-drag-region): Use mouse-show-mark to do temp highlighting. (mouse-save-then-kill): Call mouse-show-mark for a new selection if we have a window system.
* (reporter-submit-bug-report):Richard M. Stallman1996-06-031-5/+13
| | | | Bind same-window-regexps, same-window-buffer-names, to nil.
* Comment change.Richard M. Stallman1996-06-031-1/+1
|
* (msdos-color-aliases): Define more colors. (msdos-color-translate):Richard M. Stallman1996-06-021-30/+151
| | | | Fix `substring' arguments. Recognize ``medium'' prefix.
* (ispell-region): Handle ispell-skip-sgml properly with an re-search.Richard M. Stallman1996-05-311-2/+2
|
* (electric-helpify): Allow NAME to be given as arg.Richard M. Stallman1996-05-311-3/+3
| | | | (electric-command-apropos): Specify *Apropos* as buffer name.
* (reporter-submit-bug-report):Richard M. Stallman1996-05-311-2/+2
| | | | Use display-buffer to re-show the original buffer.
* (fill-individual-paragraphs): Don't get stuckRichard M. Stallman1996-05-311-1/+4
| | | | if no newline at the end of the region.
* (shell-command-on-region): In output buffer, displayKarl Heuer1996-05-301-1/+4
| | | | | first page by setting point, not window-start (which can leave point in an unexpected place).
* (Info-insert-dir): Fix default directory.Karl Heuer1996-05-301-6/+4
|
* (event-point): Fix fboundp test surrounding this.Karl Heuer1996-05-301-1/+1
|
* Use executing-kbd-macro, not executing-macro.Karl Heuer1996-05-295-18/+18
|
* (change-log-font-lock-keywords): Require colon afterKarl Heuer1996-05-281-1/+1
| | | | parenthesized function name.
* (gnus-inews-date): Avoid race condition.Karl Heuer1996-05-281-2/+6
|
* * gnus.el (gnus-article-date-ut): Avoid race condition.Karl Heuer1996-05-281-4/+8
|
* (gnus-gmt-to-local): When rewriting a date to local time,Karl Heuer1996-05-281-1/+1
| | | | use the UTC offset in effect then, not the current UTC offset.
* (mail-abbrev-expand-hook): Disable abbrev mode temporarily while working,Roland McGrath1996-05-261-30/+33
| | | | | to avoid recursion in indent-relative expanding part of the abbrev expansion as an abbrev itself.
* (mh-version): Use mh-e-RCS-id rather than mh-e-versionKarl Heuer1996-05-211-2/+2
| | | | and mh-e-time-stamp.
* (make-backup-file-name): Check msdos-long-file-names.Karl Heuer1996-05-211-3/+6
| | | | (basic-save-buffer-1, make-auto-save-file-name): Likewise.
* (c-macro-expansion): Delete ??! trigraph in uniquestring.Karl Heuer1996-05-211-10/+11
| | | | | | Use same syntax table in outbuf as in inbuf. Insert newline instead of space at end, for proprocessors which don't like truncated lines.
* (c-macro-expansion): Correct bug in creating tempname.Karl Heuer1996-05-211-3/+5
|
* (win32-handle-scroll-bar-event): RestoreKarl Heuer1996-05-211-18/+21
| | | | original window selection after scrolling.
* (scroll-bar-maybe-set-window-start): Always setKarl Heuer1996-05-211-1/+3
| | | | window start, to ensure scroll bar position is updated.
* (do-auto-fill): Return t if real work was done.Karl Heuer1996-05-211-1/+5
|
* Fixed up initial lineErik Naggum1996-05-209-8/+9
|
* Renamed from cal-persian.el to avoid 14-character limitation.Karl Heuer1996-05-201-3/+3
|
* Change autoload references from cal-persian to cal-persia.Karl Heuer1996-05-202-5/+5
|
* Hold previous change until after the release.Karl Heuer1996-05-183-4/+184
|
* (sc::menu): Fix typo.Erik Naggum1996-05-181-1/+1
|
* Initial revisionKarl Heuer1996-05-171-0/+170
|
* (path-separator, grep-null-device,Karl Heuer1996-05-171-72/+0
| | | | | | | grep-regexp-alist, file-name-buffer-file-type-alist, find-buffer-file-type, find-file-not-found-set-buffer-file-type, find-file-binary, find-file-text, mode-line-format): Moved to dos-win32.el.
* (save-to-unix-hook, revert-from-unix-hook, using-unix-filesystems):Karl Heuer1996-05-171-112/+0
| | | | Functions removed.
* [windows-nt, ms-dos]: Load dos-win32.Karl Heuer1996-05-171-0/+4
|
* (term-send-raw-string): send-string -> process-send-string.Karl Heuer1996-05-171-4/+4
| | | | | (term-arguments): Remove unused local `values'. (term-handle-deferred-scroll): Fix off-by-one bug.
* Delete the hilit19 support--it doesn't work.Karl Heuer1996-05-171-95/+1
| | | | | (f90-face-*, f90-auto-hilit19, f90-hilit-patterns): Vars deleted. (f90-mode, f90-update-line): Delete the hilit19 support code.